summaryrefslogtreecommitdiff
path: root/examples/phrasebook/SentencesPol.gf
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2010-04-07 21:05:29 +0000
committeraarne <aarne@chalmers.se>2010-04-07 21:05:29 +0000
commit242670a6cbdf32069b9876b50aadb67e468017ee (patch)
tree7fee84151560492e1253ad19c9858c81434e3106 /examples/phrasebook/SentencesPol.gf
parent8171bb0ea2dffe9e0a99e06815bf46182671137d (diff)
cloned the rest of resource languages in Phrasebook
Diffstat (limited to 'examples/phrasebook/SentencesPol.gf')
-rw-r--r--examples/phrasebook/SentencesPol.gf4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/phrasebook/SentencesPol.gf b/examples/phrasebook/SentencesPol.gf
new file mode 100644
index 000000000..1d8116c53
--- /dev/null
+++ b/examples/phrasebook/SentencesPol.gf
@@ -0,0 +1,4 @@
+concrete SentencesPol of Sentences = NumeralPol ** SentencesI with
+ (Syntax = SyntaxPol),
+ (Symbolic = SymbolicPol),
+ (Lexicon = LexiconPol) ;