mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-02-28 06:22:45 -08:00
Fix Yomitan token headword frequency matching and add frequency tests
This commit is contained in:
@@ -56,6 +56,7 @@ export interface MergedToken {
|
||||
isNPlusOneTarget: boolean;
|
||||
jlptLevel?: JlptLevel;
|
||||
frequencyRank?: number;
|
||||
frequencyLookupTerms?: string[];
|
||||
}
|
||||
|
||||
export type FrequencyDictionaryLookup = (term: string) => number | null;
|
||||
|
||||
Reference in New Issue
Block a user