You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@opennlp.apache.org by Jörn Kottmann <ko...@gmail.com> on 2013/08/01 11:49:20 UTC

Re: Is it possible to add a support for new language? How?

On 07/26/2013 02:36 PM, Davit Barbakadze wrote:
> Hello all,
>
> We wonder if there's a way to add support for new language, like Russian
> for example or any other?
>
>


To make OpenNLP process a new language or specific data set you need to 
create
training data OpenNLP can use to create a model.

Which components do you want to train? Maybe there is an existing corpus 
you
could use for training.

You might need to slightly adjust the feature generation to get good 
performance
if you don't train on English.

Jörn