Skip to content

Commit 32e796a

Browse files
l-trottagithub-actions[bot]
authored andcommitted
nullable mode in kuromoji analyzer (#5499)
(cherry picked from commit 9b51ce2)
1 parent 46ad4ac commit 32e796a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/_types/analysis/kuromoji-plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import { TokenizerBase } from './tokenizers'
2525

2626
export class KuromojiAnalyzer {
2727
type: 'kuromoji'
28-
mode: KuromojiTokenizationMode
28+
mode?: KuromojiTokenizationMode
2929
user_dictionary?: string
3030
}
3131

0 commit comments

Comments
 (0)