erickrf/nlpnet
A Python neural network library for NLP tasks including POS tagging, semantic role labeling, and dependency parsing.

Not currently ranked — collecting fresh signals.
star history
nlpnet is a Python library implementing neural network architectures for natural language processing tasks. The library provides functionality for part-of-speech tagging, semantic role labeling, and dependency parsing. It uses Cython to generate C extensions for improved performance. The core architecture is language-independent while supporting Portuguese-specific features, and was inspired by the SENNA system.
Frequently asked
- What is erickrf/nlpnet?
- A Python neural network library for NLP tasks including POS tagging, semantic role labeling, and dependency parsing.
- Is nlpnet open source?
- Yes — erickrf/nlpnet is open source, released under the MIT license.
- What language is nlpnet written in?
- erickrf/nlpnet is primarily written in Python.
- How popular is nlpnet?
- erickrf/nlpnet has 406 stars on GitHub.
- Where can I find nlpnet?
- erickrf/nlpnet is on GitHub at https://github.com/erickrf/nlpnet.