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
.conllfiles? (not.txtfiles?). I got a bit confused as I knew SyntaxNet reads.conllfile for training and testing process but I am a bit suspicious that it is necessary to convert a.txtfile to.conllfile 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)