forked from GitHub/gf-rgl
Spanish irregular verbs
This commit is contained in:
71819
resource-1.0/spanish/IrregSpa.gf
Normal file
71819
resource-1.0/spanish/IrregSpa.gf
Normal file
File diff suppressed because it is too large
Load Diff
1092
resource-1.0/spanish/IrregSpaAbs.gf
Normal file
1092
resource-1.0/spanish/IrregSpaAbs.gf
Normal file
File diff suppressed because it is too large
Load Diff
@@ -348,6 +348,8 @@ oper
|
|||||||
|
|
||||||
verboV ve = verbBesch ve ** {vtyp = VHabere ; lock_V = <>} ;
|
verboV ve = verbBesch ve ** {vtyp = VHabere ; lock_V = <>} ;
|
||||||
|
|
||||||
|
reflVerboV : Verbum -> V = \ve -> reflV (verboV ve) ;
|
||||||
|
|
||||||
special_ppV ve pa = {
|
special_ppV ve pa = {
|
||||||
s = table {
|
s = table {
|
||||||
VPart g n => (adjSolo pa).s ! AF g n ;
|
VPart g n => (adjSolo pa).s ! AF g n ;
|
||||||
|
|||||||
@@ -2,6 +2,6 @@
|
|||||||
|
|
||||||
concrete Spanish of SpanishAbs =
|
concrete Spanish of SpanishAbs =
|
||||||
LangSpa,
|
LangSpa,
|
||||||
-- IrregSpa,
|
IrregSpa,
|
||||||
ExtraSpa
|
ExtraSpa
|
||||||
** {} ;
|
** {} ;
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
abstract SpanishAbs =
|
abstract SpanishAbs =
|
||||||
Lang,
|
Lang,
|
||||||
-- IrregSpaAbs,
|
IrregSpaAbs,
|
||||||
ExtraSpaAbs
|
ExtraSpaAbs
|
||||||
** {} ;
|
** {} ;
|
||||||
|
|||||||
Reference in New Issue
Block a user