1
0
forked from GitHub/gf-rgl

Spanish irregular verbs

This commit is contained in:
aarne
2006-06-19 13:09:15 +00:00
parent b8f83edcd9
commit f4465a9aca
5 changed files with 72915 additions and 2 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -348,6 +348,8 @@ oper
verboV ve = verbBesch ve ** {vtyp = VHabere ; lock_V = <>} ;
reflVerboV : Verbum -> V = \ve -> reflV (verboV ve) ;
special_ppV ve pa = {
s = table {
VPart g n => (adjSolo pa).s ! AF g n ;

View File

@@ -2,6 +2,6 @@
concrete Spanish of SpanishAbs =
LangSpa,
-- IrregSpa,
IrregSpa,
ExtraSpa
** {} ;

View File

@@ -1,5 +1,5 @@
abstract SpanishAbs =
Lang,
-- IrregSpaAbs,
IrregSpaAbs,
ExtraSpaAbs
** {} ;