Installation
install-japanese-nlp-spacy.sh
virtualenv .env
source .env/bin/activate
pip install -U janome jupyter
pip install -U Cython git+https://github.com/explosion/spaCy
pip freeze > .env/requirements.txt
pip spacy
ist ein wenig alt und die japanische Unterstützung spacy.ja
war nicht enthalten. Wie oben erwähnt, pip install -U git + https: // github.com / Explosion / spaCy
Herunterladen und erstellen. Cloud9 hat ungefähr 30 Minuten lang hart gearbeitet.
Run Jupyter Notebook on Cloud9 IDE Starten Sie nach erfolgreicher Installation von spaCy Jupyter Notebook. Mit Cloud9:
start-jupyter-c9.sh
jupyter notebook --port $PORT --ip $IP --no-browser
Try Janome/spaCy
Öffnen Sie das Notizbuch in Jupyter.
NLTK? NLTK scheint einflussreich zu sein, aber ich habe es noch nicht ausprobiert.
install-nlp-nltk-python.sh
pip install -U nltk requests
Links
Recommended Posts