JONAS: really the final solution for Task_01

This commit is contained in:
Jonas Weinz 2018-05-08 14:06:28 +02:00
parent 670005214b
commit b2ac4e5546

View File

@ -457,7 +457,11 @@
"\n",
"* the file `ru_syntagrus-ud-train-uncommented.conllu` is generated from the file `ru_syntagrus-ud-train.conllu` located here: https://github.com/UniversalDependencies/UD_Russian-SynTagRus. Changes to the original file:\n",
" * removed commentaries (lines with leading `#`)\n",
" * removed spaces in in long numbers (eg: `100 000` → `100000`)"
" * removed spaces in in long numbers (eg: `100 000` → `100000`)\n",
"* to generate this file just run:\n",
" ```\n",
" curl https://raw.githubusercontent.com/UniversalDependencies/UD_Russian-SynTagRus/master/ru_syntagrus-ud-train.conllu | grep -v \\# | tr -d ' ' > ru_syntagrus-ud-train-uncommented.conllu\n",
" ```"
]
},
{