Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 534 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 534 Bytes

web-word2vec-demo

Web word2vec demonstration for high school students.

長岡技術科学大学のオープンキャンパス時の自然言語処理のデモとして利用

Usage

python web_word2vec_demo.py

Requirement

  • Python3
    • bottle
    • matplotlib
    • scikit-learn
    • gensim
  • Font file for plotting text in a graph
  • Word2vec model file which format is binary.

日本語だとIPAフォントが手軽

If you want to work application in a local, modify the run statement from host='0.0.0.0' to host='localhost'.