Spaces:
Runtime error
Runtime error
Commit
·
09508b9
1
Parent(s):
4ad0d4b
NERP to NER
Browse files
model.py
CHANGED
@@ -19,7 +19,7 @@ models = {
|
|
19 |
"Sentiment Analysis",
|
20 |
"Emotion Classifier",
|
21 |
"POS Tagging",
|
22 |
-
"
|
23 |
],
|
24 |
"desc": "A tool to showcase the full capabilities of text analysis LazarusNLP has to offer.",
|
25 |
"interface": text_analysis_interface,
|
|
|
19 |
"Sentiment Analysis",
|
20 |
"Emotion Classifier",
|
21 |
"POS Tagging",
|
22 |
+
"NER Tagging",
|
23 |
],
|
24 |
"desc": "A tool to showcase the full capabilities of text analysis LazarusNLP has to offer.",
|
25 |
"interface": text_analysis_interface,
|