mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-03-07 03:22:17 -08:00
perf(tokenizer): cut annotation latency with persistent mecab
This commit is contained in:
@@ -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
|
||||
});
|
||||
})();
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user