Commit
·
f3a8306
1
Parent(s):
775e85f
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ def ner(text):
|
|
18 |
return a
|
19 |
|
20 |
|
21 |
-
description = "This AI model is trained to identify and classify named entities such as persons (PER), locations (LOC), organizations (ORG) and miscellaneous (MISC)\
|
22 |
in unstructured text."
|
23 |
title = "Named Entity Recognition"
|
24 |
theme = "grass"
|
|
|
18 |
return a
|
19 |
|
20 |
|
21 |
+
description = "This AI model is trained to identify and classify named entities such as persons (PER), locations (LOC), organizations (ORG) and miscellaneous (MISC)\
|
22 |
in unstructured text."
|
23 |
title = "Named Entity Recognition"
|
24 |
theme = "grass"
|