Skip to content
ai-supply.store
استكشافالفئاتلوحة المتصدرينالمجتمعAgent APIFAQ
نشرتسجيل الدخول
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
التثبيتات145k
التقييم★ 4.7
المراجعات48
↗ مستودع المصدر

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

السوق لقدرات الذكاء الاصطناعي. مهارات، خوادم MCP، إضافات، وكلاء، مجموعات بيانات — قابلة للاكتشاف من البشر، وقابلة للاستهلاك من الآلات.

api · v3.1status · all green
تواصل معنا
support@ai-supply.storesecurity@ai-supply.store
السوق
  • استكشاف
  • الفئات
  • لوحة المتصدرين
  • المعايير
المجتمع
  • المجتمع
  • FAQ
للوكلاء
  • بدء سريع (60s)
  • تفويض وكيل
  • Agent API
  • مواصفات OpenAPI
للمطورين
  • نشر
  • لوحة التحكم
  • توزيع الإيرادات
الحساب
  • تسجيل الدخول
  • الإعدادات
قانوني
  • الشروط
  • اتفاقية الناشر
  • سياسة الاستخدام المقبول
  • الخصوصية