Saseo (辭書, 사서) is a Jisho.org style Korean-English web dictionary with an emphasis on Hanja.
- choehwanjin/libhangul for Hanja-Hangeul data
- mhagiwara/cc-kedict for dictionary entries
Saseo now searches a generated sense-aligned lexicon instead of resolving Hanja from raw dictionary dumps at request time. Rebuild it with:
npm run lexicon:buildRun the local review panel with:
SASEO_REVIEW_TOKEN="choose-a-local-token" npm run devThen open /review. See docs/lexicon-pipeline.md
for source formats, review decisions, and the monthly update workflow.