On 2016-03-10 00:33, Pablo Saratxaga wrote:

Hi Pablo,

> I already implemented a few rules (regexp based, I don't yet understand
> how to add POS tags; I tried putting a few lines in added.txt file
> but it seems to have no effect).

if you haven't implemented getTagger() in Walloon.java, DemoTagger will 
be used and it doesn't consider added.txt. To use POS tags, you'd need 
to use a "real" tagger as documented at 
http://wiki.languagetool.org/developing-a-tagger-dictionary or you'd 
need to implement getTagger() and return an implementation of the Tagger 
interface that considers added.txt.

> And I found out what seems to be a bug (or at least a strange 
> behaviour).

Could you please submit this as a bug report in our github issue 
tracker?

Regards
  Daniel


------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785111&iu=/4140
_______________________________________________
Languagetool-devel mailing list
Languagetool-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/languagetool-devel

Reply via email to