1
0
forked from GitHub/gf-core

Spanish irregular verbs

This commit is contained in:
aarne
2006-06-19 13:09:15 +00:00
parent b7b76fc7ad
commit daa990820b
6 changed files with 72916 additions and 3 deletions

View File

@@ -82,7 +82,7 @@ write
``` ```
and the eight forms are correctly generated. The resource grammar and the eight forms are correctly generated. The resource grammar
library contains a complete set of inflectional paradigms (such as library contains a complete set of inflectional paradigms (such as
``regN2`` here), enabling the definition of any lexical items. ``reg2N`` here), enabling the definition of any lexical items.
The resource grammar library is not only about inflectional paradigms - it The resource grammar library is not only about inflectional paradigms - it
also has syntax rules. The music player application also has syntax rules. The music player application

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 = <>} ; 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 ;

View File

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

View File

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