text-cooccurrence
text-cooccurrence copied to clipboard
简单文本共现网络提取示例
Text Cooccurrence Example(文本共现网络提取示例)
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.
Platform
Written in Python 2.7, using jieba, codecs. You need to install jieba by pip2 install jieba.
Example
This example is build from 《Train To Busan》, you can download the script from here.
Update-logs
- 2016-10-12: Build repository
License
All codes in this repository are licensed under the terms you may find in the file named "LICENSE" in this directory.