Page 1 of 1

NLP

Posted: Tue 13 Dec 13 2016 1:19 pm
by Daniel Wee
Python libraries - pip installed

spacy
matplotlib
gensim
pyldavis
numpy
scipy
pattern

python -m spacy.en.download all

Re: NLP

Posted: Wed 14 Dec 14 2016 12:49 am
by Daniel Wee
conda install libgcc

will fix some problems but create issues elsewhere

to repair:

conda update --prefix /home/daniel/anaconda2/ anaconda

Re: NLP

Posted: Wed 14 Dec 14 2016 10:00 am
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.