Hi,

we offer the ignore.txt file that users can add words to that the spell 
checker should not complain about. However, we don't use these for 
creating suggestions for misspelled words yet. It would be nice to use 
Morfologik for this, too, to avoid developing a second suggestion 
algorithm. There doesn't seem to be a mailing list for Morfologik, so 
I'll ask here:

I guess Morfologik has no way to add words to an existing dictionary at 
runtime?

Would it make sense to create a second binary dictionary from the 
ignore.txt at startup? Would it be a good approach to do what 
Morfologik's FSABuildTool does, only that we don't want to serialize to 
a file, but keep everything in memory (it's small enough and temporary 
files are ugly).

The related bug report can be found at 
https://github.com/languagetool-org/languagetool/issues/231

Regards
  Daniel


------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Languagetool-devel mailing list
Languagetool-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/languagetool-devel

Reply via email to