summaryrefslogtreecommitdiff
path: root/src-util/dic-tool-usage.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src-util/dic-tool-usage.txt')
-rw-r--r--src-util/dic-tool-usage.txt30
1 files changed, 30 insertions, 0 deletions
diff --git a/src-util/dic-tool-usage.txt b/src-util/dic-tool-usage.txt
new file mode 100644
index 0000000..c9be824
--- /dev/null
+++ b/src-util/dic-tool-usage.txt
@@ -0,0 +1,30 @@
+# Anthyの個人用辞書
+#
+# 各単語のエントリは次のような形式をとります
+#
+# 読み 頻度 単語 <必須>
+# 変数名 = 値 <一個以上>
+# <空行>
+#
+#
+# 名詞の場合は次の例にある6つのパラメータの定義が必要です.
+# 下の7行をコメントアウトすると読みが「よみ」の「単語」を名詞として
+# 登録できます.
+#
+# よみ 1 単語
+# 品詞 = 名詞
+# な接続 = y
+# さ接続 = y
+# する接続 = y
+# 語幹のみで文節 = y
+# 格助詞接続 = y
+#
+# 名詞の場合、品詞以外のパラメータは y もしくは nの値をとる。
+#
+#
+#
+# 以下に登録されている単語が続きます
+# 変更した場合には
+# cat <ファイル名> | anthy-dic-tool --load
+# とすることによって個人用の辞書を更新することができます。
+#