summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authoraarne <unknown>2005-05-23 15:42:54 +0000
committeraarne <unknown>2005-05-23 15:42:54 +0000
commitf4a453c1199a8a18a2561b843a169151306d578d (patch)
tree484e674499e3efbb371ab19b85c8a0b9b7c9d5fa /examples
parentd3e1fdd291945c5f9c81750ceb0e5de8986389a5 (diff)
Spanish verbs (almost) corrected
Diffstat (limited to 'examples')
-rw-r--r--examples/stoneage/StoneageSpa.gf6
1 files changed, 4 insertions, 2 deletions
diff --git a/examples/stoneage/StoneageSpa.gf b/examples/stoneage/StoneageSpa.gf
index 5b2ad4c3f..490ce724d 100644
--- a/examples/stoneage/StoneageSpa.gf
+++ b/examples/stoneage/StoneageSpa.gf
@@ -1,7 +1,7 @@
--# -path=.:../../lib/resource/romance:../../lib/resource/abstract:../../lib/resource/spanish:../../lib/prelude
concrete StoneageSpa of Stoneage
- = open SyntaxSpa, RulesSpa, StructuralSpa, ParadigmsSpa, SwadeshLexSpa,
+ = open SyntaxSpa, RulesSpa, StructuralSpa, ClauseSpa, ParadigmsSpa, SwadeshLexSpa,
StoneageResSpa in {
flags
@@ -68,7 +68,9 @@ lin
Come = PresV come_V ;
Lie = PresReflV lie_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 ;
Fall = PresV fall_V ;
Sing = PresV sing_V ;