Spaces:
Paused
Paused
Update src/NLP_Spacy_base_translator.py
Browse files
src/NLP_Spacy_base_translator.py
CHANGED
|
@@ -18,7 +18,7 @@ set of rules for ASL conversion:
|
|
| 18 |
12. English Words/Concepts: Use English gloss in quotation marks for concepts without direct ASL equivalents.
|
| 19 |
"""
|
| 20 |
## reference language
|
| 21 |
-
nlp = spacy.load("
|
| 22 |
|
| 23 |
class NlpSpacyBaseTranslator():
|
| 24 |
def __init__(self, sentence):
|
|
|
|
| 18 |
12. English Words/Concepts: Use English gloss in quotation marks for concepts without direct ASL equivalents.
|
| 19 |
"""
|
| 20 |
## reference language
|
| 21 |
+
nlp = spacy.load("en_core_web_sm")
|
| 22 |
|
| 23 |
class NlpSpacyBaseTranslator():
|
| 24 |
def __init__(self, sentence):
|