Skip to content

Commit 45aa4cc

Browse files
committed
nullable mode in kuromoji analyzer
1 parent bbf7ad2 commit 45aa4cc

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)