My Answer to "What are some of the best Python text analysis libraries?"?
NLTK Book Cover Page

My Answer to "What are some of the best Python text analysis libraries?"

Original answer is here : https://qr.ae/Tm3LFC


FastText : https://fasttext.cc/ :: Quick prototyping with very small datasets.

No alt text provided for this image

NLTK : https://www.nltk.org/ :: Large set of corpora with traditional NLP methods

No alt text provided for this image

SpaCy: https://spacy.io/ :: A very good set of pretrained algorithms useful without any effort.

No alt text provided for this image

Gensim: https://radimrehurek.com/gensim/ :: As the tagline says, “Topic Modelling for humans”

No alt text provided for this image

Stanford NLP : https://stanfordnlp.github.io/stanfordnlp/ :: Again, really good pre implemented models in various languages for easy usage.

No alt text provided for this image

AllenNLP: https://allennlp.org/ :: NLP algorithm researcg toolkit on top of PyTorch.

No alt text provided for this image

Flair: https://github.com/flairNLP/flair :: Very powerful NLP library on top of PyTorch

No alt text provided for this image

Huggingface's Transformers: https://github.com/huggingface/transformers Huggingface’s implementation of Transformer (and other LM based transfer learning approaches) algorithm. Super cool to use.

No alt text provided for this image


要查看或添加评论,请登录

Muktabh Mayank的更多文章

社区洞察

其他会员也浏览了