Fixing Typo

This commit is contained in:
Jonas Weinz 2019-07-27 15:07:55 +02:00
parent 032e423295
commit 777cbde605
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@
"outputs": [],
"source": [
"CONLLU_ATTRIBUTES = [\n",
" \"id\",s\n",
" \"id\",\n",
" \"form\",\n",
" \"lemma\",\n",
" \"upos\",\n",

View File

@ -18,7 +18,7 @@ from stemmed_mwe_tokenizer import StemmedMWETokenizer
CONLLU_ATTRIBUTES = [
"id",s
"id",
"form",
"lemma",
"upos",