NLP

Reviews and other little ventures that don't quite fit into the other forums
Post Reply
Daniel Wee
Site Admin
Posts: 2449
Joined: Wed 25 Feb 25 2009 8:00 pm

NLP

Post by Daniel Wee »

Python libraries - pip installed

spacy
matplotlib
gensim
pyldavis
numpy
scipy
pattern

python -m spacy.en.download all
Daniel Wee
Site Admin
Posts: 2449
Joined: Wed 25 Feb 25 2009 8:00 pm

Re: NLP

Post by Daniel Wee »

conda install libgcc

will fix some problems but create issues elsewhere

to repair:

conda update --prefix /home/daniel/anaconda2/ anaconda
Daniel Wee
Site Admin
Posts: 2449
Joined: Wed 25 Feb 25 2009 8:00 pm

Re: NLP

Post by Daniel Wee »

It looks like spaCy has a problem with the latest conda:-

conda install spacy

brings it up to speed but will have problems running:

import spacy
spacy.en.STOPWORDS

which is fixed by regressing spaCy:

conda install ligbcc
conda install -c spacy spacy

the regressed spaCy still has unresolved problems in other areas.

zotac and XPS13 seems to work though. XPS13, in particular, has a very workable environment.
Post Reply