We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After making the etana project I try to run the program:
$ ./etana analyze -in ../vc2010/etana/test.json Internal error
If I copy the dictionary file $ cp ../../../../dct/et.dct et.dct
$ cp ../../../../dct/et.dct et.dct
the error disappears.
I think the error message could instead be better formulated as "Missing default lexicon file (et.dct)".
Similarly, if specifying a non-existant lexicon file, the corresponding error message could be formulated as "Specified lexicon file does not exist!"
The text was updated successfully, but these errors were encountered:
+1 I've also found this behaviour confusing.
Sorry, something went wrong.
Testing new features of vabamorf and struggled with the same problem for a while. The readme.txt in etana directory doesn't help either.
No branches or pull requests
After making the etana project I try to run the program:
If I copy the dictionary file
$ cp ../../../../dct/et.dct et.dct
the error disappears.
I think the error message could instead be better formulated as "Missing default lexicon file (et.dct)".
Similarly, if specifying a non-existant lexicon file, the corresponding error message could be formulated as "Specified lexicon file does not exist!"
The text was updated successfully, but these errors were encountered: