[Recommended for natural language processing of English sentences! I tried using a handy Polyglot. ](Http: // ...) looks interesting, so I tried to install something called Polyglot
, but it was a thorny path for programming beginners.
I will leave a note for the future.
I will leave the failure case at the end.
Import the related modules described in the above blog.
Download the tarball in the "From Source" section in the middle of here
Unzip the downloaded tarball and put the entire folder into the anaconda site-package.
Execute setup.py
of the unzipped file. When you run
Don't forget to add $ python setup.py install
and" install "!
I thought the mission was completed successfully, but I was just standing at the starting line. I'm going to play with Polyglot right away.
--It is good to install with pip
easily, but it cannot be used in the anaconda environment (import error occurs).
――It was a short while that I was relieved that I was led by Google to reach the Anaconda Cloud page. When I run conda install -c derickl polyglot
, I get the following error, and for some reason I get angry with Google.
error
Fetching package metadata ...............
Solving package specifications: .
UnsatisfiableError: The following specifications were found to be in conflict:
- polyglot -> futures >=2.1.6 -> python 2.6*
- python 3.6*
Use "conda info <package>" to see the dependencies for each package.
Recommended Posts