Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 530 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 530 Bytes

Getting Started

[Optional] Create a virtual environment:

python3 -m venv env
source env/bin/activate

Install project requirements:

pip install -r requirements.txt

Run Jupyterlab:

jupyter lab

Run the notebook sino-tones-pairing.ipynb

References

  • Unihan Database
  • For a more complete explanation of what I'm doing and why I'm doing it, refer to this post