matcher_rs 0.14.2

A high-performance matcher designed to solve LOGICAL and TEXT VARIATIONS problems in word matching, implemented in Rust.
Documentation
{
  "counts": {
    "emoji_norm": 1535,
    "norm": 6786,
    "num_norm": 1902,
    "romanize": 53271,
    "text_delete": 11316,
    "variant_norm": 6762
  },
  "delete_categories": [
    "Cc",
    "Cf",
    "Mc",
    "Me",
    "Mn",
    "Pc",
    "Pd",
    "Pe",
    "Pf",
    "Pi",
    "Po",
    "Ps",
    "Sc",
    "Sk",
    "Sm",
    "So",
    "Zl",
    "Zp",
    "Zs"
  ],
  "dependencies": {
    "opencc": "1.2.0",
    "pypinyin": "0.55.0"
  },
  "emoji_norm_sources": [
    "cldr_annotations_derived_en"
  ],
  "python_version": "3.12.13",
  "romanize_sources": [
    "pypinyin",
    "kana_romaji",
    "korean_rr"
  ],
  "unicodedata_version": "15.0.0",
  "variant_norm_configs": [
    "t2s",
    "tw2s",
    "hk2s"
  ],
  "variant_norm_sources": [
    "opencc",
    "unihan_kyujitai",
    "halfwidth_katakana"
  ]
}