Hi, I've just installed FreeLing v4.2 and noticed that not all languages have grammar files needed to run analyzer script to obtain dependencies from a text. I have a file named text.txt which has some Russian text in it and I want analyze to show me the results of text parsing. I run it as follows:
analyze --output json --lang ru --inplv text --outlv dep -f ru.cfg < text.txt
But it fails with an error:
GRAMMAR: Error opening file '/usr/local/share/freeling/ru/chunker/grammar-chunk.dat'
Is this project still in development? Will grammar files be added for all the languages?
Hi, I've just installed FreeLing v4.2 and noticed that not all languages have grammar files needed to run
analyzerscript to obtain dependencies from a text. I have a file namedtext.txtwhich has some Russian text in it and I wantanalyzeto show me the results of text parsing. I run it as follows:analyze --output json --lang ru --inplv text --outlv dep -f ru.cfg < text.txtBut it fails with an error:
GRAMMAR: Error opening file '/usr/local/share/freeling/ru/chunker/grammar-chunk.dat'Is this project still in development? Will grammar files be added for all the languages?