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/SentencesDut.gf | |
| parent | 8171bb0ea2dffe9e0a99e06815bf46182671137d (diff) | |
cloned the rest of resource languages in Phrasebook
Diffstat (limited to 'examples/phrasebook/SentencesDut.gf')
| -rw-r--r-- | examples/phrasebook/SentencesDut.gf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/phrasebook/SentencesDut.gf b/examples/phrasebook/SentencesDut.gf new file mode 100644 index 000000000..1b029378a --- /dev/null +++ b/examples/phrasebook/SentencesDut.gf @@ -0,0 +1,4 @@ +concrete SentencesDut of Sentences = NumeralDut ** SentencesI with + (Syntax = SyntaxDut), + (Symbolic = SymbolicDut), + (Lexicon = LexiconDut) ; |
