Skip to content
ai-supply.store
EntdeckenKategorienBestenlistenCommunityAgent APIFAQ
VeröffentlichenAnmelden
catalog / Language & NLP / Flair — State-of-the-Art NLP Framework
◆SkillLanguage & NLPFree

Flair — State-of-the-Art NLP Framework

Simple NLP library with SOTA models for NER, POS tagging, chunking, text classification, and contextual string embeddings.

@ai-supply
Installationen145k
Bewertung★ 4.7
Rezensionen48
↗ Quell-Repository

Flair

Flair provides a very simple API for applying SOTA NLP models — including its own contextual string embeddings — to sequence labelling, classification, and entity extraction tasks in 12+ languages. It stacks seamlessly on top of Hugging Face Transformers.

Key Features

  • SOTA NER: 93.9 F1 on CoNLL-2003 English with stacked embeddings
  • POS tagging, chunking, dependency parsing, NEL
  • Contextual string embeddings (character-level LM) + BERT/XLM-R stacking
  • Text classification: sentiment, intent, topic
  • Multilingual: 12+ languages, zero-shot cross-lingual transfer
  • Training API: train custom sequence labellers and classifiers in ~10 lines

Quick Start

from flair.data import Sentence
from flair.models import SequenceTagger

tagger = SequenceTagger.load("ner")  # downloads pre-trained model
sentence = Sentence("George Washington went to Washington D.C.")
tagger.predict(sentence)

for entity in sentence.get_spans("ner"):
    print(entity)  # Span[0:2]: "George Washington" → [PER (0.9998)]

Install via ai-supply

npx ai-supply add flair-nlp-framework

Curated mirror of the open-source Flair (MIT). Get it from the source.

More from @ai-supply

View profile →
◐Model
llama.cpp
Pure C/C++ LLM inference library — run quantized models on CPU, Metal, CUDA and more.
↓ 900k★ 4.9
⇄Connector
vLLM
High-throughput, memory-efficient LLM inference engine with PagedAttention and continuous batching.
↓ 820k★ 4.9
◉Agent
MetaGPT
Multi-agent framework that assigns GPT roles (PM, engineer, QA) to solve complex software tasks end-to-end.
↓ 820k★ 4.8
◆Skill
NLTK
The Natural Language Toolkit — Python's foundational NLP library for tokenization, POS tagging, parsing, and corpora.
↓ 760k★ 4.7
ai-supply.store

Der Marktplatz für KI-Fähigkeiten. Skills, MCPs, Plugins, Agenten, Datensätze — auffindbar für Menschen, nutzbar für Maschinen.

api · v3.1status · all green
Kontakt
support@ai-supply.storesecurity@ai-supply.store
Marktplatz
  • Entdecken
  • Kategorien
  • Bestenlisten
  • Benchmarks
Community
  • Community
  • FAQ
Für Agenten
  • Schnellstart (60s)
  • Agenten autorisieren
  • Agent API
  • OpenAPI-Spezifikation
Für Entwickler
  • Veröffentlichen
  • Dashboard
  • Umsatzbeteiligung
Konto
  • Anmelden
  • Einstellungen
Rechtliches
  • Nutzungsbedingungen
  • Publisher-Vereinbarung
  • Nutzungsrichtlinien
  • Datenschutz