Hiroyuki Komatsu
komat****@users*****
2004年 12月 31日 (金) 15:23:32 JST
Index: prime/lib/engine/engine-alphabet.rb diff -u prime/lib/engine/engine-alphabet.rb:1.8 prime/lib/engine/engine-alphabet.rb:1.9 --- prime/lib/engine/engine-alphabet.rb:1.8 Thu Dec 9 21:24:15 2004 +++ prime/lib/engine/engine-alphabet.rb Fri Dec 31 15:23:31 2004 @@ -1,5 +1,5 @@ # prime/engine/engine-alphabet.rb -# $Id: engine-alphabet.rb,v 1.8 2004/12/09 12:24:15 komatsu Exp $ +# $Id: engine-alphabet.rb,v 1.9 2004/12/31 06:23:31 komatsu Exp $ # # Copyright (C) 2002, 2003, 2004 Hiroyuki Komatsu <komat****@taiya*****> # All rights reserved. @@ -115,8 +115,8 @@ results.each { | word | if @@annotations.has_key?( word.literal ) and - (not word.data.has_key?('annotation')) then - word.data['annotation'] = @@annotations[ word.literal ] + (not word.data.has_key?('form')) then + word.data['form'] = @@annotations[ word.literal ] end } return results