diff options
| author | aarne <aarne@chalmers.se> | 2010-03-21 17:42:11 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2010-03-21 17:42:11 +0000 |
| commit | df0c6fb8d3acb525e7cdf520b5c51d967d12567e (patch) | |
| tree | 2991bc8a9e9c4f86d1e6214f1100397070f42a2e /examples/phrasebook/SentencesEng.gf | |
| parent | f4574a4cfa97e8f501967cf86f33beaf105d0497 (diff) | |
English version of Phrasebook
Diffstat (limited to 'examples/phrasebook/SentencesEng.gf')
| -rw-r--r-- | examples/phrasebook/SentencesEng.gf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/phrasebook/SentencesEng.gf b/examples/phrasebook/SentencesEng.gf new file mode 100644 index 000000000..9c39e2e00 --- /dev/null +++ b/examples/phrasebook/SentencesEng.gf @@ -0,0 +1,3 @@ +concrete SentencesEng of Sentences = NumeralEng ** SentencesI with + (DiffPhrasebook = DiffPhrasebookEng), + (Syntax = SyntaxEng) ; |
