diff options
| author | aarne <aarne@chalmers.se> | 2010-04-07 21:05:29 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2010-04-07 21:05:29 +0000 |
| commit | 242670a6cbdf32069b9876b50aadb67e468017ee (patch) | |
| tree | 7fee84151560492e1253ad19c9858c81434e3106 /examples/phrasebook/SentencesPol.gf | |
| parent | 8171bb0ea2dffe9e0a99e06815bf46182671137d (diff) | |
cloned the rest of resource languages in Phrasebook
Diffstat (limited to 'examples/phrasebook/SentencesPol.gf')
| -rw-r--r-- | examples/phrasebook/SentencesPol.gf | 4 |
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) ; |
