forked from GitHub/gf-core
Spanish verbs (almost) corrected
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
--# -path=.:../../lib/resource/romance:../../lib/resource/abstract:../../lib/resource/spanish:../../lib/prelude
|
--# -path=.:../../lib/resource/romance:../../lib/resource/abstract:../../lib/resource/spanish:../../lib/prelude
|
||||||
|
|
||||||
concrete StoneageSpa of Stoneage
|
concrete StoneageSpa of Stoneage
|
||||||
= open SyntaxSpa, RulesSpa, StructuralSpa, ParadigmsSpa, SwadeshLexSpa,
|
= open SyntaxSpa, RulesSpa, StructuralSpa, ClauseSpa, ParadigmsSpa, SwadeshLexSpa,
|
||||||
StoneageResSpa in {
|
StoneageResSpa in {
|
||||||
|
|
||||||
flags
|
flags
|
||||||
@@ -68,7 +68,9 @@ lin
|
|||||||
Come = PresV come_V ;
|
Come = PresV come_V ;
|
||||||
Lie = PresReflV lie_V ;
|
Lie = PresReflV lie_V ;
|
||||||
Sit = PresReflV sit_V ;
|
Sit = PresReflV sit_V ;
|
||||||
Stand = PresReflV stand_V ;
|
-- Stand = PresV stand_V ; ---- "estar de pie"
|
||||||
|
Stand x = IndicPhrase (UseCl (PosTP TPresent ASimul) (AdvCl (SPredV x stand_V)
|
||||||
|
(AdvPP (PrepNP part_Prep (MassNP (UseN foot_N)))))) ;
|
||||||
Turn = PresV turn_V ;
|
Turn = PresV turn_V ;
|
||||||
Fall = PresV fall_V ;
|
Fall = PresV fall_V ;
|
||||||
Sing = PresV sing_V ;
|
Sing = PresV sing_V ;
|
||||||
|
|||||||
Reference in New Issue
Block a user