tensorboard_log
word2vec visualization data
mkdir ~/workspace
cd ~/workspace
git clone https://github.com/bage79/word2vec4kor tensorboard --logdir=~/workspace/word2vec4kor/tensorboard_log
![demo](https://github.com/bage79/word2vec4kor/raw/master/img/demo.png)
### `ko.wikipedia.org.sentences` raw corpus
- from `https://ko.wikipedia.org`
- Total sentences: about 3,115,431
```angular2html
wget https://gitlab.com/bage79/nlp4kor-ko.wikipedia.org/raw/master/data/ko.wikipedia.org.sentences.gz
gzip -d ko.wikipedia.org.sentences.gz
https://dumps.wikimedia.org/kowiki/20180220/
https://pypi.python.org/pypi/mediawiki-parser/
https://github.com/theeluwin/pytorch-sgns