File Info

Rev. 62
Size 242 bytes
Time 2010-03-22 01:00:36
Author phjgt
Log Message

cl-igo: 0.0.1: tags保存

Content

(in-package :igo)

(defstruct (morpheme (:constructor morpheme-new (surface feature start)))
  (surface ""  :type string)  ; TODO: 共有した方が良いかどうかは後で検討する
  (feature nil :type t)
  (start   0   :type fixnum))
Show on old repository browser