Fixing Typo
This commit is contained in:
		| @ -39,7 +39,7 @@ | ||||
|    "outputs": [], | ||||
|    "source": [ | ||||
|     "CONLLU_ATTRIBUTES = [\n", | ||||
|     "    \"id\",s\n", | ||||
|     "    \"id\",\n", | ||||
|     "    \"form\",\n", | ||||
|     "    \"lemma\",\n", | ||||
|     "    \"upos\",\n", | ||||
|  | ||||
| @ -18,7 +18,7 @@ from stemmed_mwe_tokenizer import StemmedMWETokenizer | ||||
|  | ||||
|  | ||||
| CONLLU_ATTRIBUTES = [ | ||||
|     "id",s | ||||
|     "id", | ||||
|     "form", | ||||
|     "lemma", | ||||
|     "upos", | ||||
|  | ||||
		Reference in New Issue
	
	Block a user