aboutsummaryrefslogtreecommitdiffstats
path: root/WMD_matching.py
diff options
context:
space:
mode:
Diffstat (limited to 'WMD_matching.py')
-rw-r--r--WMD_matching.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/WMD_matching.py b/WMD_matching.py
index 7fdf2f3..38dbff4 100644
--- a/WMD_matching.py
+++ b/WMD_matching.py
@@ -5,7 +5,7 @@ import nltk
5import random 5import random
6from sklearn.feature_extraction.text import CountVectorizer, TfidfVectorizer 6from sklearn.feature_extraction.text import CountVectorizer, TfidfVectorizer
7from sklearn.preprocessing import normalize 7from sklearn.preprocessing import normalize
8from Wass_Matcher import Wasserstein_Matcher 8from Wasserstein_Distance import Wasserstein_Matcher
9 9
10def load_embeddings(path, dimension=300): 10def load_embeddings(path, dimension=300):
11 """ 11 """