Skip to content
/ Nate Public

Research at the intersection of natural language processing and social network analysis.

License

Notifications You must be signed in to change notification settings

UWNETLAB/Nate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nate (Network Analysis + Text)

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.

Installation

GitHub

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 .

Documentation

  • Binder-enabled documentation coming soon...

Asking Questions and Getting Help

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.

Selected Features

  • Coming soon...

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages