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 055a067 commit fafd831Copy full SHA for fafd831
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