Of course you could probably always train your own models, at least
for the tokenizer, sentencedetector, and pos tagger. I believe the
AnCora corpus should serve well [1].

Not sure about the chunker though and last time I looked, I believe
the parser was pretty much hard-coded to English. 

Anybody, please correct me if I am wrong.

Cheers,

-- Richard

[1] http://clic.ub.edu/corpus/ancora-descarregues

On 19.03.2014, at 10:51, Richard Eckart de Castilho <[email protected]> wrote:

> Hi,
> 
> there are no models for tokenizer, sentencedetector, chunker and parser
> that I would know of - but that is not an authoritative answer. 
> 
> There are third-party models for the POS tagger available here 
> - https://github.com/utcompling/OpenNLP-Models
> 
> If you are not restricted to OpenNLP, there is other software which
> supports spanish at various linguistic levels, e.g.
> 
> - mate-tools - https://code.google.com/p/mate-tools/
> - freeling - http://nlp.lsi.upc.edu/freeling/
> 
> Cheers,
> 
> -- Richard
> 
> On 19.03.2014, at 10:43, Charles Jalin <[email protected]> wrote:
> 
>> I refer to models for tokenizer, sentencedetector, chunker, pos tagger and
>> parser.
>> 
>> Thanks for your quick response.
>> 
>> Regards.
>> 
>> 
>> 2014-03-19 10:36 GMT+01:00 swapnil marathe <[email protected]>:
>> 
>>> Yes there are models for Spanish language.
>>> Opennlp models <http://opennlp.sourceforge.net/models-1.5/>
>>> 
>>> check under language column "es"
>>> you can get name finder models there
>>> 
>>> es Name Finder Person name finder model. Trained on conll02 shared task
>>> data. es-ner-person.bin<
>>> http://opennlp.sourceforge.net/models-1.5/es-ner-person.bin>
>>> es Name Finder Organization name finder model. Trained on conll02 shared
>>> task data. es-ner-organization.bin<
>>> http://opennlp.sourceforge.net/models-1.5/es-ner-organization.bin>
>>> es Name Finder Location name finder model. Trained on conll02 shared task
>>> data. es-ner-location.bin<
>>> http://opennlp.sourceforge.net/models-1.5/es-ner-location.bin>
>>> es Name Finder Misc name finder model. Trained on conll02 shared task data.
>>> es-ner-misc.bin <http://opennlp.sourceforge.net/models-1.5/es-ner-misc.bin
>>> 
>>> On Wed, Mar 19, 2014 at 2:55 PM, Charles Jalin
>>> <[email protected]>wrote:
>>> 
>>>> Hello,
>>>> 
>>>> I am newbie in OpenNLP. I need to use it in a spanish project. Is there
>>>> models in spanish?
>>>> 
>>>> Thanks for your attention.
>>>> 
>>>> Regards.

Reply via email to