Skip to content

350+ NLP Models in 1 line of Python code with NLU 0.2.1

Choose a tag to compare

@C-K-Loan C-K-Loan released this 21 Sep 12:21
· 1526 commits to master since this release
781fa58

We are glad to announce that NLU 0.2.1 has been released!
NLU makes the 350+ models and annotators in Spark NLPs arsenal available in just 1 line of python code and it works with Pandas dataframes!

What is included in NLU 0.2.1

  • 350+ pre-trained models
  • 100+ of the latest NLP word embeddings ( BERT, ELMO, ALBERT, XLNET, GLOVE, BIOBERT, ELECTRA, COVIDBERT) and different variations of them
  • 50+ of the latest NLP sentence embeddings ( BERT, ELECTRA, USE) and different variations of them
  • 50+ Classifiers
  • 50+ Supported languages
  • Named Entity Recognition (NER)
  • Part of Speech(POS)
  • Labeled and Unlabeled Dependency parsing
  • Spell Checking
  • Various Text Preprocessing and Cleaning algorithms

NLU References

NLU on Medium

NLU component examples

The following are Collab examples that showcase each NLU component and some applications.

Simple NLU Output Level Examples