Spaces:
Runtime error
Runtime error
path_edited
Browse files- app_utils.py +2 -2
app_utils.py
CHANGED
|
@@ -33,9 +33,9 @@ from wordcloud import WordCloud
|
|
| 33 |
import base64
|
| 34 |
import time
|
| 35 |
|
| 36 |
-
stanford_ner_jar_path =
|
| 37 |
# Path to the pre-trained NER model file
|
| 38 |
-
stanford_ner_model_path =
|
| 39 |
|
| 40 |
timestr = time.strftime("%Y%m%d-%H%M%S")
|
| 41 |
|
|
|
|
| 33 |
import base64
|
| 34 |
import time
|
| 35 |
|
| 36 |
+
stanford_ner_jar_path = 'stanford_model/stanford-ner.jar'
|
| 37 |
# Path to the pre-trained NER model file
|
| 38 |
+
stanford_ner_model_path ='stanford_model/english.all.3class.distsim.crf.ser.gz'
|
| 39 |
|
| 40 |
timestr = time.strftime("%Y%m%d-%H%M%S")
|
| 41 |
|