Commit 748f3dd0 by Ilia Kurenkov

removed unused imports

parent 53d66465
...@@ -7,13 +7,9 @@ ...@@ -7,13 +7,9 @@
# For license information, see LICENSE.TXT # For license information, see LICENSE.TXT
from __future__ import unicode_literals from __future__ import unicode_literals
from itertools import chain
from math import log from math import log
from nltk.probability import (FreqDist, from nltk.probability import ConditionalProbDist, ConditionalFreqDist, LidstoneProbDist
ConditionalProbDist,
ConditionalFreqDist,
LidstoneProbDist)
from nltk.util import ngrams from nltk.util import ngrams
from nltk.model.api import ModelI from nltk.model.api import ModelI
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment