feat(anki): reading-aware known-word matching (cache v3) (#142)

This commit is contained in:
2026-07-07 00:13:10 -07:00
committed by GitHub
parent 8b9a70c5a6
commit 38ddb29aa0
16 changed files with 701 additions and 129 deletions
+2
View File
@@ -29,6 +29,8 @@ export interface MergedToken {
surface: string;
reading: string;
headword: string;
/** Dictionary-form reading of headword (kana), when the parser provides it. */
headwordReading?: string;
startPos: number;
endPos: number;
partOfSpeech: PartOfSpeech;