giulio98 commited on
Commit
81159f3
1 Parent(s): afb13d3

Update weighted_ngram_match.py

Browse files
Files changed (1) hide show
  1. 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 .utils import ngrams
22
  import pdb
23
 
24
 
 
18
  import warnings
19
  from collections import Counter
20
 
21
+ from utils import ngrams
22
  import pdb
23
 
24