We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a291ee1 commit 6b2bd2bCopy full SHA for 6b2bd2b
specification/_types/analysis/kuromoji-plugin.ts
@@ -25,7 +25,7 @@ import { TokenizerBase } from './tokenizers'
25
26
export class KuromojiAnalyzer {
27
type: 'kuromoji'
28
- mode: KuromojiTokenizationMode
+ mode?: KuromojiTokenizationMode
29
user_dictionary?: string
30
}
31
0 commit comments