Added case inflection to English numerals and adjectives, in order to get genitive forms of stand-alone determiners that use Num or Ord right.

This commit is contained in:
bjorn
2008-11-19 13:11:45 +00:00
parent 288ffd290a
commit 0c538bf80b
10 changed files with 86 additions and 72 deletions
+2 -2
View File
@@ -224,8 +224,8 @@ lin
stop_V = regDuplV "stop" ;
jump_V = regV "jump" ;
left_Ord = ss "left" ;
right_Ord = ss "right" ;
left_Ord = mkOrd "left" ;
right_Ord = mkOrd "right" ;
far_Adv = mkAdv "far" ;
correct_A = (regA "correct") ;
dry_A = regA "dry" ;