Fixing Typo
This commit is contained in:
parent
032e423295
commit
777cbde605
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user