Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.24 KB

File metadata and controls

26 lines (19 loc) · 1.24 KB

Development

Roadmap

Tip

Interested in seeing a feature sooner? Open a request at GitHub Issues.

  • Expand transliteration coverage beyond Latin-focused defaults (curated symbol table + scoped deunicode fallback for arrows, math operators, bullets, shapes, and letterlike marks)
  • Tune script-specific mappings (letter scripts currently drop by design; script-aware opt-in transliteration is unexplored)
  • Extend extended_keyboard coverage with script-specific opt-in profiles
  • Tune preserve_joiners preset defaults for script-sensitive contexts beyond code-safe (which already preserves joiners)
  • Handle additional ellipsis/compatibility punctuation variants
  • Automated Unicode data refresh (script + CI)
  • Benchmark suite (contributions welcome)

Implementation Notes

  • rehuman is a Rust rewrite and expansion of humanize-ai-lib by Nordth.
  • Unicode-derived tables are generated at build time; no network traffic occurs at runtime.

Documentation