flairNLP/flair
A very simple framework for state-of-the-art Natural Language Processing (NLP) observed · 2026-08-28
Health v2 · maintenance only
52/100
- Activity 49
- Release rhythm 28
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 47
- age_days: 3005
- days_rel: 574
- days_push: 310
- n_releases_24m: 2
Adoption not part of the score
14384 stars · 2105 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Flair is a Python NLP framework built on PyTorch for state-of-the-art natural language processing tasks such as named entity recognition, part-of-speech tagging, sentiment analysis, and text classification. It also serves as a text embedding library, letting users combine word and document embeddings including its own Flair embeddings and transformer models.
Use cases
- extract named entities from text
- train a custom NER model
- tag part-of-speech in sentences
- classify text sentiment
- compute word and document embeddings
- run NLP on biomedical texts
- fine-tune transformer models for sequence labeling
When to choose
- you need ready-to-use state-of-the-art NER or tagging models in Python
- you want a simple PyTorch-based API to train custom sequence labeling models
- you need multilingual NLP support or biomedical text models
- you want to combine multiple embedding types easily
When to avoid
- you need a lightweight production inference server rather than a training framework
- you prefer lower-level control over model internals than the framework abstraction allows
- your project is not Python/PyTorch based
Facets
library · maturity active
nlp machine-learning deep-learning machine-learning deep-learning python pytorch named-entity-recognition sequence-labeling word-embeddings text-classification transformers biomedical-nlp natural-language-processing
3 sources
- readme: https://github.com/flairNLP/flair · fetched 2026-08-28 · 430534d069f0
- homepage: https://flairnlp.github.io/flair/ · fetched 2026-08-29 · 2dad3798d720
- registry_pypi: https://pypi.org/pypi/flair/json · fetched 2026-08-29 · 40ccb66bca13
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| flairNLP/flair | main | 52 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem