#11 · Primary category: NLP Tools & Text Processing
stanza
Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages
Project last updated:08/29/26
GitHub Stars
7.9K
Forks
959
Contributors
78
License
Other
Why we included this project
Stanza is the Stanford NLP Group's official Python library, a dependable way to run a complete linguistic pipeline without assembling your own tokenizer and tagger stack. Point it at raw text in any of 60+ languages and it will split sentences, segment tokens, label parts of speech, recognize named entities, and produce dependency parses, all from a single pip install. Developers and small teams doing multilingual preprocessing for search, extraction, or corpus work get output that follows well-understood conventions, since the models train on Universal Dependencies and other standardized resources. It also wraps the Java Stanford CoreNLP tools, which helps when you need to bridge Python code with existing CoreNLP annotations. The newer biomedical and clinical English model packages bring the same interface to a domain where accurate parsing and entity recognition on research papers and clinical notes matters a great deal.
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 上百种预训练中文词向量