Daniel Naber wrote: > Hi, > > there's now a new process for building the binary dictionaries > we use at three places: POS tagger, synthesizer, and spell > checker. It's documented at > http://wiki.languagetool.org/developing-a-tagger-dictionary. > > The idea is that this approach is easier to use and more > robust in the long run. That will only hold true, however, if > we actually use it. So I'd like to ask everybody to use this > process the next time you need to update or add a dictionary, > even if your script-based approach might be more familiar > to you. Even if something doesn't work, please don't fall > back to the script, but file a bug report and we'll try to solve > the problem.
Hi Daniel Do I understand correctly, that the Java program just transforms the text file (3 columns: inflected word, lemma, POS tag) into a binary .dict file? The current script I use for the Breton POS dictionary for example does plenty of other things. See: https://github.com/languagetool-org/languagetool/blob/master/languagetool-language-modules/br/src/main/resources/org/languagetool/resource/br/create-lexicon.pl So I guess I need to keep the Perl script and change the invocation of morfologik near the end with the new Java program. Let me know if that's also what you expect. Regards Dominique ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk _______________________________________________ Languagetool-devel mailing list Languagetool-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/languagetool-devel