Commit 06b1fa4e by Steven Bird

remove import of model package

parent 89a08d4e
......@@ -119,7 +119,6 @@ from nltk.chunk import *
from nltk.classify import *
from nltk.inference import *
from nltk.metrics import *
from nltk.model import *
from nltk.parse import *
from nltk.tag import *
from nltk.tokenize import *
......@@ -166,7 +165,7 @@ else:
from nltk import align, ccg, chunk, classify, collocations
from nltk import data, featstruct, grammar, help, inference, metrics
from nltk import misc, model, parse, probability, sem, stem, wsd
from nltk import misc, parse, probability, sem, stem, wsd
from nltk import tag, tbl, text, tokenize, tree, treetransforms, util
# override any accidentally imported demo
......
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