Views
No views yet
| Feature | Description |
|---|---|
| Name | fa_ent_news_md |
| Version | 3.8.0 |
| spaCy | >=3.8.14,<3.9.0 |
| Default Pipeline | ner |
| Components | ner |
| Vectors | -1 keys, 50000 unique vectors (300 dimensions) |
| Sources | UD_Persian-PerDT NER layer (not-to-release/Dadegan with NER tag/) (PerDT authors, tagged with Beheshti-NER (Taher, Hoseini, Shamsfard 2020)) spaCy lang/fa language data (stop words originally from HAZM) (Explosion and spaCy contributors) fa_floret static vectors (50k rows x 300d, floret mode, 400k Persian documents) (Kiyarash Fazeli) |
| License | CC BY-SA 4.0 |
| Author | Kiyarash Fazeli |
| Component | Labels |
|---|---|
ner | DAT, LOC, MON, ORG, PCT, PER, TIM |
| Type | Score |
|---|---|
ENTS_P | 76.56 |
ENTS_R | 72.95 |
ENTS_F | 74.71 |
performance.ents_per_type should be read before relying on them. This is the md tier: identical architecture to the sm pipeline plus static floret vectors (50,000 rows x 300 dimensions, minn=maxn=5, hash_count=2) trained on 400,000 Persian documents. floret hashes subwords into a fixed table, so there are no out-of-vocabulary tokens and token.has_vector is always True. That matters for Persian, where inconsistent ZWNJ (U+200C) usage splits one word across several surface forms (mi-ravad written joined, with ZWNJ, or with a space) that a classic word-vector table would miss.