StevenLimcorn commited on
Commit
09508b9
1 Parent(s): 4ad0d4b

NERP to NER

Browse files
Files changed (1) hide show
  1. model.py +1 -1
model.py CHANGED
@@ -19,7 +19,7 @@ models = {
19
  "Sentiment Analysis",
20
  "Emotion Classifier",
21
  "POS Tagging",
22
- "NERP Tagging",
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,