1
0
forked from GitHub/gf-rgl

working on resource doc and exx, fixing bugs

This commit is contained in:
aarne
2005-02-18 13:53:29 +00:00
parent f868e4279b
commit 4bdff7885d
11 changed files with 391 additions and 26 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"
} ;