I downloaded and installed SyntaxNet following Syntax official documentation on Github. following the documentation (annotating corpus) I tried to read a .conll
file named wj.conll
by SyntaxNet and write the results in wj-tagged.conll
but I could not. My questions are:
does SyntaxNet always reads
.conll
files? (not.txt
files?). I got a bit confused as I knew SyntaxNet reads.conll
file for training and testing process but I am a bit suspicious that it is necessary to convert a.txt
file to.conll
file in order to have their Part Of Speach and Dependancy Parsing.How can I make SyntaxNet reads from files (I tired all possible ways explain in GitHub documentation about SyntaxNet and It didn't work for me)