How to use natural language processing in Portuguese with C #?

4

I need to find people's names and organizations in the text.

I discovered that I need to use natural language processing for this, but I was only able to implement it in English using Stanford NLP for .NET and OpenNLP.

Is there any way to implement this feature in Portuguese?

    
asked by anonymous 20.09.2016 / 02:00

1 answer

4

You can find pre-trained models of various languages (including Portuguese) for OpenNLP 1.5 at the following link:

link

    
20.09.2016 / 02:19