4
I have researched a lot on the interwebs, saw several libraries of NLP for Python, Java, Javascript, among others... Each of them was only for English or other languages. And since the Portuguese-speaking community is so extensive I wanted to know if I am researching wrong or if there really is no library aimed at Portuguese, with regard to Processing of Natural Language.
Language independent, there is some natural language processing library (NLP) ? And if you don’t, why portuguese-speaking community does not invest as much as other communities?
You can use this library, can help you.
– gato
An open source option worth taking a look at is the Spacy library that already has template ready for English. https://spacy.io/models/pt.
– Guilherme Chehab