working on resource doc and exx, fixing bugs

This commit is contained in:
aarne
2005-02-18 13:53:29 +00:00
parent b7ced424be
commit e4f6d7e913
20 changed files with 621 additions and 170 deletions

View File

@@ -1,6 +1,6 @@
--# -path=.:../abstract:../../prelude
--1 English Lexical Paradigms UNDER RECONSTRUCTION!
--1 English Lexical Paradigms
--
-- Aarne Ranta 2003
--

View File

@@ -1076,7 +1076,7 @@ oper
intPronWho : Number -> IntPron = \num -> {
s = table {
NomP => "who" ;
AccP => variants {"who" ; "whom"} ;
AccP => variants {"whom" ; "who"} ;
GenP => "whose" ;
GenSP => "whom"
} ;