parsitext 0.1.2

High-performance Persian (Farsi) text processing engine for Rust — normalization, tokenization, entity recognition.
Documentation
1
2
3
4
5
6
7
8
9
10
11
{
  "_comment": "Character-level and common misspelling corrections for formal Persian text.",
  "corrections": {
    "ك":  "ک",
    "ي":  "ی",
    "ى":  "ی",
    "ة":  "ه",
    "إ":  "ا",
    "أ":  "ا"
  }
}