hiroshi-matsuda-rit commited on
Commit
a9045c1
1 Parent(s): 03305da

use sudachi_config_path

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +2 -2
tokenizer_config.json CHANGED
@@ -12,8 +12,8 @@
12
  "mask_token": "[MASK]",
13
  "sudachi_kwargs": {
14
  "sudachi_split_mode": "A",
15
- "projection": "normalized_nouns",
16
- "sudachi_dict_type": "core"
17
  },
18
  "model_max_length": 512,
19
  "tokenizer_class": "BertJapaneseTokenizer"
 
12
  "mask_token": "[MASK]",
13
  "sudachi_kwargs": {
14
  "sudachi_split_mode": "A",
15
+ "sudachi_dict_type": "core",
16
+ "sudachi_config_path": "sudachi.cfg"
17
  },
18
  "model_max_length": 512,
19
  "tokenizer_class": "BertJapaneseTokenizer"