update.
[chise/ruby.git] / tools / README
index 6397a64..2624541 100755 (executable)
@@ -1,5 +1,14 @@
 * tools for Chise Character DataBase management
 
+** define-kanji-meaning.rb
+
+add new features about the meaning of Kanji Character in IDS.
+
+** dump-database.rb
+
+This tool dumps all data of the database to text files.
+You can see the inside of the database.  It's convenient.
+
 ** make-chisedb-tarball.rb
 
  Usage: make-chisedb-tarball.rb <directory of XEmacs CHISE> <tmp dir>
@@ -17,31 +26,26 @@ characters.
 
  < > * ? \81ยจ ( ) + !
 
-** rename-files.rb
+** make-ids-database.rb
 
-Currently, the directory tree of XEmacs CHISE and the requirement of
-libchise is not same.  This tool renames the old files trees to the
-new file trees.
+This tool read the all of IDS test files, parse them and store them to
+BDB files.  Then, you can use some ids features as normal features.
+It's very slow.  It takes time almost 1 hour.
 
 ** move-obsolete-files.rb
 
 There are some obsolete features.  This tool moves the obsolete files
 to a directory.
 
-** dump-database.rb
-
-This tool dumps all data of the database to text files.
-You can see the inside of the database.  It's convenient.
-
-** make_ids_db.rb
+** rename-files.rb
 
-This tool read the all of IDS test files, parse them and store them to
-BDB files.  Then, you can use some ids features as normal features.
-It's very slow.  It takes time almost 1 hour.
+Currently, the directory tree of XEmacs CHISE and the requirement of
+libchise is not same.  This tool renames the old files trees to the
+new file trees.
 
 ** trim_bom.rb
 
 This tool remove a BOM (Byte Order Mark) in the head of file.
 
 ====
-by Kouichirou Eto, http://eto.com/
+Kouichirou Eto, http://eto.com/