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