/text-cooccurrence

简单文本共现网络提取示例

Primary LanguagePython

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.

授权声明

我已授权实验楼使用此仓库中的代码并发表此项目教程,你可以在这里查看对应的教程