relatives (but expensive)

This commit is contained in:
aarne
2005-09-02 20:40:18 +00:00
parent e191e0513e
commit d268ebf84b
7 changed files with 75 additions and 77 deletions

View File

@@ -208,7 +208,7 @@ lin
window_N = regN "ventana" ;
wine_N = regN "vino" ;
win_V2 = dirV2 (regV "ganar") ;
woman_N = regN "mujer" ; -- fem
woman_N = femN (regN "mujer") ;
wonder_VQ = mkVQ (regV "preguntar") ; ---- preguntarse
wood_N = regN "madera" ;
write_V2 = dirV2 (special_ppV (regV "escribir") "escrito") ;

View File

@@ -105,10 +105,9 @@ oper
-- cases.
relPronForms = table {
Nom => "che" ;
Acc => "che" ;
CPrep P_a => "cui" ; --- variant a cui
CPrep p => strPrep p ++ "cui"
Nom | Acc => "que" ;
CPrep P_a => "cuyo" ;
CPrep p => strPrep p ++ "cuyo"
} ;
-- Verbs: conversion from full verbs to present-tense verbs.