On Sep 7, 6:55 pm, Ned Deily wrote:
> In article
> <8119a298-4660-4680-b460-0924c9baa...@e4g2000prn.googlegroups.com>,
>
> "newb.py" wrote:
> > On Sep 7, 5:40 pm, "newb.py" wrote:
> > > I am trying to learn NLP with Python and am getting the following
> > > error when trying to do an import sta
In article
<8119a298-4660-4680-b460-0924c9baa...@e4g2000prn.googlegroups.com>,
"newb.py" wrote:
> On Sep 7, 5:40 pm, "newb.py" wrote:
> > I am trying to learn NLP with Python and am getting the following
> > error when trying to do an import statement:
> >
> > >>> import nltk
> > >>> import re
On Sep 7, 5:40 pm, "newb.py" wrote:
> I am trying to learn NLP with Python and am getting the following
> error when trying to do an import statement:
>
> >>> import nltk
> >>> import re
> >>> from nltk_lite.utilities import re_show
>
> Traceback (most recent call last):
> File "", line 1, in
>
I am trying to learn NLP with Python and am getting the following
error when trying to do an import statement:
>>> import nltk
>>> import re
>>> from nltk_lite.utilities import re_show
Traceback (most recent call last):
File "", line 1, in
ImportError: No module named nltk_lite.utilities
I hav