Spaces:
Sleeping
Sleeping
utilities_language_general/similarity_measures.py
CHANGED
@@ -3,6 +3,7 @@ from math import pow
|
|
3 |
from utilities_language_general.esp_constants import nlp, PHRASES, LEVEL_NUMBERS
|
4 |
import nltk
|
5 |
nltk.download('wordnet')
|
|
|
6 |
from nltk.corpus import wordnet as wn
|
7 |
|
8 |
|
|
|
3 |
from utilities_language_general.esp_constants import nlp, PHRASES, LEVEL_NUMBERS
|
4 |
import nltk
|
5 |
nltk.download('wordnet')
|
6 |
+
nltk.download('omw-1.4')
|
7 |
from nltk.corpus import wordnet as wn
|
8 |
|
9 |
|