You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -36,13 +36,14 @@ nlu.load('bert elmo albert xlnet glove use').predict('I love NLU! <3')
36
36
## What kind of models does NLU provide?
37
37
NLU provides everything a data scientist might want to wish for in one line of code!
38
38
- The 100+ of the latest NLP word embeddings ( BERT, ELMO, ALBERT, XLNET, GLOVE, BIOBERT, ELECTRA, COVIDBERT) and different variations of them
39
-
- The 10+ of the latest NLP sentence embeddings ( BERT, ELECTRA, USE) and different variations of them
39
+
- The 45+ of the latest NLP sentence embeddings ( BERT, ELECTRA, USE) and different variations of them
40
+
- 50 + Classifiers
40
41
- Generation of Sentence, Chunk and Document from these embeddings
41
42
- Language Classification of 20 languages
42
43
- 36 pretrained NER models
43
44
- 34 Part of Speech (POS) models
44
45
- 34 Lemmatizer models
45
-
- Emotion models for 5 categories
46
+
- Emotion (joy, fear, suprise, sadness)
46
47
- Labeled and Unlabeled Dependency parsing
47
48
- Spell Checking
48
49
- Stopword removers for 41 languages
@@ -80,7 +81,7 @@ Working with text data can sometimes be quite a dirty Job. NLU helps you keep yo
80
81
- Stopword Cleaners
81
82
- Pattern Cleaners
82
83
- Slang Cleaner
83
-
84
+
- Tokenization
84
85
## Where can I see NLUs entire offer?
85
86
Checkout the [NLU Namespace](https://nlu.johnsnowlabs.com/docs/en/namespace) for everything that NLU has to offer!
86
87
@@ -166,3 +167,9 @@ The following are Collab examples which showcase each NLU component and some app
166
167
167
168
# Simple NLU Demos
168
169
-[NLU different output levels Demo](https://colab.research.google.com/drive/1C4N3wpC17YzZf9fXHDNAJ5JvSmfbq7zT?usp=sharing)
170
+
171
+
172
+
# NLU on Medium
173
+
-[Introduction to NLU](https://medium.com/@christian.kasim.loan/1-line-of-code-350-nlp-models-with-john-snow-labs-nlu-in-python-2f1c55bba619?sk=1379426a00ca970a6e101a8f74f66bd2)
174
+
-[One line BERT Word Embeddings and t-SNE plotting with NLU](https://medium.com/@christian.kasim.loan/1-line-to-bert-word-embeddings-with-nlu-f50d2b08cddc?sk=ec38a4ee6c87984f2b3cc4328b27135a)
175
+
-[BERT, ALBERT, ELECTRA, ELMO, XLNET, GLOVE Word Embeddings in one line and plotting with t-SNE](https://medium.com/@christian.kasim.loan/1-line-of-code-for-bert-albert-elmo-electra-xlnet-glove-part-of-speech-with-nlu-and-t-sne-9ebcd5379cd?sk=58137630075d8f8b23b66b17c3aaa72d)
0 commit comments