+ 6
Which python module is best for natural language processing ??
3 Respostas
+ 7
Try NLTK:
https://www.nltk.org
+ 4
Try Stanford CoreNLP (which is in java) with corenlp-python module in python. Considered one of the tops in all languages.
+ 2
Try Stanford CoreNLP (which is in java) with corenlp-python module in python. Considered one of the tops in all languages.