#134 · Primary category: NLP Tools & Text Processing
parser
:rocket: State-of-the-art parsers for natural language.
Project last updated:09/03/23
GitHub Stars
881
Forks
156
Contributors
3
License
MIT
Why we included this project
SuPar is a Python library for anyone who needs real parse trees instead of a sentence-level model. It reproduces a wide selection of academic parsers for dependency, constituency, and semantic dependency analysis, with pretrained models for more than nineteen languages. Rather than offering a single architecture, the package bundles several from the research literature: Biaffine, CRF-based, and tagging approaches all run against the same data, making side-by-side comparison straightforward. The same codebase includes highly parallelized implementations of structured-prediction algorithms such as linear-chain and semi-Markov CRFs and dependency CRFs, usable on their own without the parsers. For researchers and production teams that need precise grammatical structure, this is correct, reproducible code you do not have to reimplement from scratch.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
flair
A very simple framework for state-of-the-art Natural Language Processing (NLP)
compromise
modest natural-language processing
tokenizers
💥 Fast State-of-the-Art Tokenizers optimized for Research and Production
CoreNLP
CoreNLP: A Java suite of core NLP tools for tokenization, sentence segmentation, NER, parsing, coreference, sentiment analysis, etc.
Chinese-Word-Vectors
100+ Chinese Word Vectors 上百种预训练中文词向量