Andrew commited on
Commit
2c2f1df
·
1 Parent(s): 984c170

Update utilities_language_general/esp_constants.py

Browse files
utilities_language_general/esp_constants.py CHANGED
@@ -52,7 +52,7 @@ with open('language_data/phrases.json', 'r', encoding='utf-8') as f:
52
  with open('language_data/fix_irregular_lemma.json', 'r', encoding='utf-8') as f:
53
  FIX_LEMMA = json.load(f)
54
 
55
- SIMILARITY_VALUES = {'A1': 1.0, 'A2': 1.0, 'B1': 1.0, 'B2': 1.0, 'C1': 1.0, 'C2': 1.0, 'Нет': 1.0}
56
- SIMILARITY_VALUES_bert = {'A1': 1.0, 'A2': 1.0, 'B1': 1.0, 'B2': 1.0, 'C1': 1.0, 'C2': 1.0, 'Нет': 1.0}
57
 
58
  BAD_USER_TARGET_WORDS = []
 
52
  with open('language_data/fix_irregular_lemma.json', 'r', encoding='utf-8') as f:
53
  FIX_LEMMA = json.load(f)
54
 
55
+ SIMILARITY_VALUES = {'A1': 1.0, 'A2': 1.0, 'B1': 1.0, 'B2': 1.0, 'C1': 1.0, 'C2': 1.0, 'Без уровня': 1.0}
56
+ SIMILARITY_VALUES_bert = {'A1': 1.0, 'A2': 1.0, 'B1': 1.0, 'B2': 1.0, 'C1': 1.0, 'C2': 1.0, 'Без уровня': 1.0}
57
 
58
  BAD_USER_TARGET_WORDS = []