Spaces:
Running
Running
added NER_DICT
Browse files- label_dicts.py +5 -0
label_dicts.py
CHANGED
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
1 |
CAP_NUM_DICT = {
|
2 |
0: 1,
|
3 |
1: 2,
|
|
|
1 |
+
from spacy import glossary
|
2 |
+
|
3 |
+
NER_DICT = glossary.GLOSSARY
|
4 |
+
|
5 |
+
|
6 |
CAP_NUM_DICT = {
|
7 |
0: 1,
|
8 |
1: 2,
|