aboSamoor / polyglot

Multilingual text (NLP) processing toolkit
http://polyglot-nlp.com
Other
2.31k stars 337 forks source link

No module named text #105

Closed bookin closed 7 years ago

bookin commented 7 years ago

When try run code

#! /usr/bin/env python
# encoding=utf8 
import polyglot
from polyglot.text import Text

getting error:

from polyglot.text import Text
ImportError: No module named text
asmekal commented 7 years ago

Now I have exactly the same problem

So does anyone solve it?

asmekal commented 7 years ago

Oh, now I get it Just rerun kernel and it worked