We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a16373 commit 96c70d2Copy full SHA for 96c70d2
numpy_ml/ngram/ngram.py
@@ -5,8 +5,8 @@
5
6
import numpy as np
7
8
-from ..linear_models.lm import LinearRegression
9
-from ..preprocessing.nlp import tokenize_words, ngrams, strip_punctuation
+from numpy_ml.linear_models import LinearRegression
+from numpy_ml.preprocessing.nlp import tokenize_words, ngrams, strip_punctuation
10
11
12
class NGramBase(ABC):
0 commit comments