Research at the intersection of social network analysis and applied natural language processing.
nate
is a Python package designed and developed by NETLAB at the University of Waterloo. It is designed to facilitate research at the intersection of social network analysis / network science and applied natural language processing. It scales efficiently for large and complex datasets.
nate
offers functionality for seamlessly connecting state-of-the-art machine learning models used in natural language processing workflows using spacy
with network analysis workflows using packages such as networkx
, igraph
for Python, and graph-tool
. nate
has carefully-designed data structures that connect these two types of research workflows, and offers a set of tools for quickly producing descriptive reports and visualizations.
If you want access to the most recent development version of nate
, you can install it from the source code in this repository.
git clone https://github.com/UWNETLAB/nate.git && cd nate && pip install -e .
- Binder-enabled documentation coming soon...
It is not always possible for us to provide help via email. Instead, we encourage you to use the Github Issue Tracker. By answering your questions (or fixing bugs you find) in public, we can also help other members of the research community.
- Coming soon...