Installation
Requires Python 3.11+.
PyPI
pip install silverspeak
The HKB fast pipeline needs only the base install (pandas, unicodedataplus).
From source
git clone https://github.com/ACMCMC/silverspeak.git
cd silverspeak
pip install poetry
poetry install --with dev
Verify
python -c "from silverspeak import normalize_fast, HomoglyphKB; print('ok')"