Commit 83b60689 by Steven Bird

removed relative import statement that causes nltk.util to be clobbered, resolves #867

parent 762a574a
......@@ -144,7 +144,7 @@ try:
except ImportError:
pass
else:
from nltk import cluster; from .cluster import *
from nltk import cluster
from nltk.downloader import download, download_shell
try:
......
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