[Prime-cvs] CVS update: prime/lib

Back to archive index

Hiroyuki Komatsu komat****@users*****
2004年 12月 31日 (金) 15:05:01 JST


Index: prime/lib/prime.rb
diff -u prime/lib/prime.rb:1.7.4.15 prime/lib/prime.rb:1.7.4.16
--- prime/lib/prime.rb:1.7.4.15	Fri Dec 31 05:15:25 2004
+++ prime/lib/prime.rb	Fri Dec 31 15:05:01 2004
@@ -1,5 +1,5 @@
 # prime/prime.rb
-# $Id: prime.rb,v 1.7.4.15 2004/12/30 20:15:25 komatsu Exp $
+# $Id: prime.rb,v 1.7.4.16 2004/12/31 06:05:01 komatsu Exp $
 #
 # Copyright (C) 2002, 2003, 2004 Hiroyuki Komatsu <komat****@taiya*****>
 #     All rights reserved.
@@ -444,11 +444,11 @@
       "part=#{@pos}",
       "base=#{@literal}",
       "basekey=#{@pron}",
-      ( "conjugation=#{@conjugation}"       unles****@conju*****?()    ),
-      ( "suffix=#{@rest}"                   unles****@rest*****?()           ),
-      ( "annotation=#{@data['annotation']}" if****@data*****_key?('annotation') ),
-      ( "usage=#{@data['usage']}"           if****@data*****_key?('usage')      ),
-      ( "comment=#{@data['comment']}"       if****@data*****_key?('comment')    ),
+      ( "conjugation=#{@conjugation}"  unles****@conju*****?() ),
+      ( "suffix=#{@rest}"              unles****@rest*****?()        ),
+      ( "form=#{@data['form']}"        if****@data*****_key?('form')    ),
+      ( "usage=#{@data['usage']}"      if****@data*****_key?('usage')   ),
+      ( "comment=#{@data['comment']}"  if****@data*****_key?('comment') ),
     ]
     return data_list.compact.join("\t")
   end
@@ -457,9 +457,9 @@
   def to_text2
     data_list = [
       to_text_literal(),
-      ( "form=#{@data['annotation']}"  if****@data*****_key?('annotation') ),
-      ( "usage=#{@data['usage']}"      if****@data*****_key?('usage')      ),
-      ( "comment=#{@data['comment']}"  if****@data*****_key?('comment')    ),
+      ( "form=#{@data['form']}"        if****@data*****_key?('form')    ),
+      ( "usage=#{@data['usage']}"      if****@data*****_key?('usage')   ),
+      ( "comment=#{@data['comment']}"  if****@data*****_key?('comment') ),
     ]
     return data_list.compact.join("\t")
   end


Prime-cvs メーリングリストの案内
Back to archive index