This repository is just an example for the simplest text cooccurrence network capture, I wrote a tutorials at here.
I also wrote an article talking about basic coocurrence network capture at my blog.
If you have any problems/ideas, please contact me, or open your PR. I feel honored to learn from your help.
Written in Python 2.7
, using jieba
, codecs
. You need to install jieba
by pip2 install jieba
.
This example is build from 《Train To Busan》, you can download the script from here.
- 2016-10-12: Build repository
All codes in this repository are licensed under the terms you may find in the file named "LICENSE" in this directory.