Update weighted_ngram_match.py
Browse files- weighted_ngram_match.py +1 -1
weighted_ngram_match.py
CHANGED
@@ -18,7 +18,7 @@ from fractions import Fraction
|
|
18 |
import warnings
|
19 |
from collections import Counter
|
20 |
|
21 |
-
from
|
22 |
import pdb
|
23 |
|
24 |
|
|
|
18 |
import warnings
|
19 |
from collections import Counter
|
20 |
|
21 |
+
from utils import ngrams
|
22 |
import pdb
|
23 |
|
24 |
|