Figea commited on
Commit
cc8a1d3
·
verified ·
1 Parent(s): c7bb4bd

Update src/NLP_Spacy_base_translator.py

Browse files
Files changed (1) hide show
  1. src/NLP_Spacy_base_translator.py +1 -1
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("en_core_web_md")
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):