@inproceedings{zhang-etal-2018-efficient,
title = "Efficient Generation and Processing of Word Co-occurrence Networks Using corpus2graph",
author = "Zhang, Zheng and
Zweigenbaum, Pierre and
Yin, Ruiqing",
booktitle = "Proceedings of the Twelfth Workshop on Graph-Based Methods for Natural Language Processing ({T}ext{G}raphs-12)",
month = jun,
year = "2018",
address = "New Orleans, Louisiana, USA",
publisher = "Association for Computational Linguistics",
url = "https://aclanthology.org/W18-1702",
doi = "10.18653/v1/W18-1702",
pages = "7--11",
abstract = "Corpus2graph is an open-source NLP-application-oriented tool that generates a word co-occurrence network from a large corpus. It not only contains different built-in methods to preprocess words, analyze sentences, extract word pairs and define edge weights, but also supports user-customized functions. By using parallelization techniques, it can generate a large word co-occurrence network of the whole English Wikipedia data within hours. And thanks to its nodes-edges-weight three-level progressive calculation design, rebuilding networks with different configurations is even faster as it does not need to start all over again. This tool also works with other graph libraries such as igraph, NetworkX and graph-tool as a front end providing data to boost network generation speed.",
}
Markdown (Informal)
[Efficient Generation and Processing of Word Co-occurrence Networks Using corpus2graph](https://aclanthology.org/W18-1702) (Zhang et al., TextGraphs 2018)
ACL