2014-03-20 8:46 GMT+01:00 Daniel Naber <daniel.na...@languagetool.org>:

> On 2014-03-19 22:10, Andriy Rysin wrote:
>
> > For example I have "Бен" (Ben) defined as man's name in the dictionary
> > but not "бен" (ben) so when "бен Ладен" (bin Laden) is found the "бен"
> > is tagged as name.
>
> Have you debugged this? It seems strange, as e.g. "Dog" in English won't
> be tagged, and the English tagger also extends BaseTagger so it should
> behave as the Ukrainian one. Or am I missing something?
>
>

Hi,

The BaseTagger, by default, tags lowercase words with capitalized word
tags. To change this, you can add "dontTagLowercaseWithUppercase();" to
your UkrainianTagger constructor. I have done it for you.

Regards,
Jaume
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Languagetool-devel mailing list
Languagetool-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/languagetool-devel

Reply via email to