手書き文字認識エンジンを開発するプロジェクトです
Overview of Changes from libtomoe-0.5.0 to libtomoe-0.5.1
==============================================================
* Add missing licence file.
* Some minor fixes.
2007-02-09 Takuro Ashie <ashie@homa.ne.jp>
* Version-0.5.1.
2007-02-09 Kouhei Sutou <kou@cozmixng.org>
* README: added licence description of Tomoe and KANJIDIC2.
Pointed out by Jens Petersen. Thanks!
* data/Makefile.am (EXTRA_DIST): added documentation files and
licence file of KANJIDIC2.
2007-01-25 Kouhei Sutou <kou@cozmixng.org>
* db/migrate/004_create_meta_data.rb: used :text type instead of
:string type for meta data value.
2007-01-25 Takuro Ashie <ashie@homa.ne.jp>
* configure.in: Bump version number.
2007-01-19 Kouhei Sutou <kou@cozmixng.org>
* test/dict_spec.rb: tomoe_dict_register should override existed
character.
* module/dict/tomoe-dict-mysql.c,
module/dict/tomoe-dict-ptr-array.c: followed the specification.
2007-01-19 Takuro Ashie <ashie@homa.ne.jp>
* src/tomoe-char.c: Add tomoe_char_to_xml_n_strokes().
2007-01-19 Kouhei Sutou <kou@cozmixng.org>
* test/char_spec.rb: added a test for dumping/loading TomoeChar
with n_strokes.
2007-01-09 Kouhei Sutou <kou@cozmixng.org>
* db/dump.rb: added a small script for dumping database schema as SQL.