-1

Are there any good free NLP tools(for node)/APIs available for free? So far I found some github repos such as natural, that seem decent for basic senstence analysis, but not so good for more advanced stuff. Also I noticed the google NLP, but that isn't free. Anyone has experience working with these things and can recommend something free to use and powerful?

Cœur
  • 37,241
  • 25
  • 195
  • 267
  • It's not really the good site to ask for this but you should look into microsoflt's NLTK or Spacy.io – ted Jun 14 '17 at 15:49
  • @ted _**Microsoft's**_ NLTK?! What on earth...? – lenz Jun 14 '17 at 17:27
  • Try CogComp NLPy: https://github.com/CogComp/cogcomp-nlpy – Daniel Jun 14 '17 at 17:40
  • See https://stackoverflow.com/questions/22904025/java-or-python-for-natural-language-processing . Also see https://github.com/keon/awesome-nlp and https://github.com/alvations/awesome-community-curated-nlp – alvas Jun 15 '17 at 01:08

1 Answers1

0

Go with the Stafford NLP API. I say this because of their good NLP online courses

Michael Presečan
  • 162
  • 1
  • 3
  • 12
  • Ok, this looks good. I found https://stanfordnlp.github.io/CoreNLP/other-languages.html which basically explains how to use the library in other languages. Thank you! –  Jun 14 '17 at 17:19