update.
[chise/concord-kanbun.git] / ChangeLog
1 2013-09-15  MORIOKA Tomohiko  <tomo.git@chise.org>
2
3         * concord-kanbun-dic.el (concord-kanbun-add-morpheme): Add new
4         argument comment.
5         (concord-kanbun-parse-corpus-line): Support comment.
6         (concord-kanbun-read-sentence): Likewise.
7
8 2013-09-11  MORIOKA Tomohiko  <tomo.git@chise.org>
9
10         * concord-kanbun-dic.el (concord-kanbun-add-word-class): Add new
11         argument `word-subclass3'.
12         (concord-kanbun-add-morpheme): Likewise.
13         (concord-kanbun-parse-corpus-line): Add word-subclass3 to return
14         value.
15
16 2013-09-07  MORIOKA Tomohiko  <tomo.git@chise.org>
17
18         * concord-kanbun-dump.el (concord-kanbun-corpus-insert-morpheme):
19         Support word-subclass3.
20
21 2013-09-03  MORIOKA Tomohiko  <tomo.git@chise.org>
22
23         * concord-kanbun-dump.el: New file.
24
25 2013-09-02  MORIOKA Tomohiko  <tomo.git@chise.org>
26
27         * concord-kanbun-dic.el: Assign genre `entry@zh-classical' instead
28         of `morpheme-entry@zh-classical' and
29         `sentence-entry@zh-classical'.
30         (concord-kanbun-add-sentence-entry): Use genre
31         `entry@zh-classical' instead of `sentence-entry@zh-classical'.
32         (concord-kanbun-add-morpheme-entry): Use genre
33         `entry@zh-classical' instead of `morpheme-entry@zh-classical'.
34         (concord-kanbun-add-morpheme): Use feature `->entry@morpheme'
35         instead of `->entry' to store entry object; if canonical-form is
36         not equal to entry, add feature `->entry@morpheme/canonical' to
37         store canonical-form.
38         (concord-kanbun-read-sentence): Add word-classes of morphemes into
39         morphemes in feature `=name'; use feature `->entry@sentence'
40         instead of `->entry' to store entry object for sentence.
41         (concord-kanbun-read-buffer): Display source-names and
42         sentence-numbers.
43         (concord-kanbun-batch-read-file): New function.
44
45 2013-09-02  MORIOKA Tomohiko  <tomo.git@chise.org>
46
47         * Rename est-kanbun-dic.el to concord-kanbun-dic.el.
48
49 2013-08-28  MORIOKA Tomohiko  <tomo.git@chise.org>
50
51         * est-kanbun-dic.el: New file.