Commit 748f3dd0 by Ilia Kurenkov

removed unused imports

parent 53d66465
......@@ -7,13 +7,9 @@
# For license information, see LICENSE.TXT
from __future__ import unicode_literals
from itertools import chain
from math import log
from nltk.probability import (FreqDist,
ConditionalProbDist,
ConditionalFreqDist,
LidstoneProbDist)
from nltk.probability import ConditionalProbDist, ConditionalFreqDist, LidstoneProbDist
from nltk.util import ngrams
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