tugaa commited on
Commit
df4b348
·
verified ·
1 Parent(s): 61d0445

Create config.ini

Browse files
Files changed (1) hide show
  1. config.ini +10 -0
config.ini ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ [Paths]
2
+ ; output_folder = /path/to/default/output ; デフォルトの出力フォルダ
3
+ ; udic_path = /path/to/user_dictionary.csv ; デフォルトのユーザー辞書
4
+
5
+ [Settings]
6
+ ; file_extension = .txt ; 対象の拡張子
7
+ ; output_format = tsv,jsonl ; デフォルトの出力形式 (カンマ区切り)
8
+ remove_symbols = True ; Trueで記号削除 (デフォルト), Falseで保持
9
+ convert_kanji = False ; Trueで漢字をひらがな変換 (デフォルト), Falseでしない
10
+ ; encoding = utf-8 ; デフォルトのエンコーディング