perf(tokenizer): cut annotation latency with persistent mecab

This commit is contained in:
2026-03-02 01:15:21 -08:00
parent 11e9c721c6
commit 9a91951656
7 changed files with 650 additions and 68 deletions

View File

@@ -529,7 +529,7 @@ export async function requestYomitanParseResults(
optionsContext: { index: ${metadata.profileIndex} },
scanLength: ${metadata.scanLength},
useInternalParser: true,
useMecabParser: true
useMecabParser: false
});
})();
`
@@ -564,7 +564,7 @@ export async function requestYomitanParseResults(
optionsContext: { index: profileIndex },
scanLength,
useInternalParser: true,
useMecabParser: true
useMecabParser: false
});
})();
`;