summaryrefslogtreecommitdiff
path: root/examples/phrasebook/SentencesSpa.gf
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2010-04-07 19:39:48 +0000
committeraarne <aarne@chalmers.se>2010-04-07 19:39:48 +0000
commit8171bb0ea2dffe9e0a99e06815bf46182671137d (patch)
tree10116fbbf6f48e005c7961c6bb5439f7fa3e3d18 /examples/phrasebook/SentencesSpa.gf
parentaeb0a5b7e073bec56365185beed3311cf65c65aa (diff)
reordered phrasebook sources so that they are easier to clone; cloned Ger,Spa,Cat,Bul
Diffstat (limited to 'examples/phrasebook/SentencesSpa.gf')
-rw-r--r--examples/phrasebook/SentencesSpa.gf20
1 files changed, 20 insertions, 0 deletions
diff --git a/examples/phrasebook/SentencesSpa.gf b/examples/phrasebook/SentencesSpa.gf
new file mode 100644
index 000000000..b9880e8fb
--- /dev/null
+++ b/examples/phrasebook/SentencesSpa.gf
@@ -0,0 +1,20 @@
+concrete SentencesSpa of Sentences = NumeralSpa ** SentencesI - [
+ IFemale, YouFamFemale, YouPolFemale
+ ]
+ with
+ (Syntax = SyntaxSpa),
+ (Symbolic = SymbolicSpa),
+ (Lexicon = LexiconSpa) **
+ open SyntaxSpa, ExtraSpa, Prelude in {
+
+ lin
+ IFemale =
+ {name = mkNP i8fem_Pron ; isPron = True ; poss = mkDet i_Pron} ;
+ YouFamFemale =
+ {name = mkNP youSg8fem_Pron ; isPron = True ; poss = mkDet youSg_Pron} ;
+ YouPolFemale =
+ {name = mkNP youPol8fem_Pron ; isPron = True ; poss = mkDet youPol_Pron};
+
+}
+
+