Hi,

English and German now have a file "removed.txt" to ignore entries from 
our binary POS tagger dictionaries. This way incorrect items can be 
ignored without rebuilding the binary dictionary. If you need this for 
your language, add this code to its tagger (with the language code 
instead of 'xx') and create a removed.txt file:

   @Override
   public String getManualRemovalsFileName() {
     return "/xx/removed.txt";
   }

Regards
  Daniel


------------------------------------------------------------------------------
_______________________________________________
Languagetool-devel mailing list
Languagetool-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/languagetool-devel

Reply via email to