(concord-kanbun-corpus-insert-morpheme): Support word-subclass3.
authorMORIOKA Tomohiko <tomo.git@chise.org>
Fri, 13 Sep 2013 00:15:27 +0000 (09:15 +0900)
committerMORIOKA Tomohiko <tomo.git@chise.org>
Fri, 13 Sep 2013 00:15:27 +0000 (09:15 +0900)
concord-kanbun-dump.el

index 12642b8..5866807 100644 (file)
              (concord-object-get (car canonical-form) '=name)
            entry))
     (insert
-     (format "%s\t%s,%s,%s,%s,*,*,%s,%s,%s,%s\n"
+     (format "%s\t%s,%s,%s,%s,%s,*,%s,%s,%s,%s\n"
             (or entry "*")
             (or (car word-class) "*")
             (or (nth 1 word-class) "*")
             (or (nth 2 word-class) "*")
             (or (nth 3 word-class) "*")
+            (or (nth 4 word-class) "*")
             (or canonical-form "*")
             ja-form ja-kana ja-conj-type))))