Getting Started with 5 Essential Natural Language Processing Libraries

By KDnuggets - 2021-03-13

Description

This article is an overview of how to get started with 5 popular Python NLP libraries, from those for linguistic data visualization, to data preprocessing, to multi-task functionality, to state of the ...

Summary

  • This article is an overview of how to get started with 5 popular Python NLP libraries, from those for linguistic data visualization, to data preprocessing, to multi-task functionality, to state of the art language modeling, and beyond.
  • Though this does a fine job of explaining in a few words what you might use this library for, the following answer to the question of "why TextHero?"
  • A tool for finding distinguishing terms in corpora, and presenting them in an interactive, HTML scatter plot.

 

Topics

  1. NLP (0.44)
  2. Backend (0.18)
  3. Machine_Learning (0.14)

Similar Articles

Facebook’s Prophet + Deep Learning = NeuralProphet

By Medium - 2020-12-10

While learning about time series forecasting, sooner or later you will encounter the vastly popular Prophet model, developed by Facebook. It gained lots of popularity due to the fact that it provides…

huggingface/datasets

By GitHub - 2021-01-05

🤗 The largest hub of ready-to-use NLP datasets for ML models with fast, easy-to-use and efficient data manipulation tools - huggingface/datasets

pytorch-widedeep: deep learning for tabular data

By Medium - 2021-02-22

This is the third of a series of posts introducing pytorch-widedeepa flexible package to combine tabular data with text and images (that could also be used for “standard” tabular data alone). The…

CLIP: Connecting Text and Images

By OpenAI - 2021-01-05

We’re introducing a neural network called CLIP which efficiently learns visual concepts from natural language supervision.