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 est un peu vieux et le support japonais spacy.ja n'était pas inclus, donc comme mentionné ci-dessus, pip install -U git + https: // github.com / explosion / spaCy est la dernière version. Téléchargez et construisez. Cloud9 a travaillé dur pour construire pendant environ 30 minutes.

Run Jupyter Notebook on Cloud9 IDE Après avoir installé spaCy avec succès, démarrez Jupyter Notebook. Avec Cloud9:
start-jupyter-c9.sh
jupyter notebook --port $PORT --ip $IP --no-browser
Try Janome/spaCy
Ouvrez Notebook dans Jupyter.

NLTK? NLTK semble être influent, mais je ne l'ai pas encore essayé.
install-nlp-nltk-python.sh
pip install -U nltk requests
Links
Recommended Posts