diff options
| author | ramona.enache <ramona.enache@chalmers.se> | 2010-04-28 15:02:27 +0000 |
|---|---|---|
| committer | ramona.enache <ramona.enache@chalmers.se> | 2010-04-28 15:02:27 +0000 |
| commit | b47098f14f4fcf296c438bead4982727498b114f (patch) | |
| tree | eb841e431534acbeadb1664e8483aefc1e00482e | |
| parent | 65a10ddb1343c50ff6da73334e803ea649ce376a (diff) | |
category definitions added to phrasebook
| -rw-r--r-- | examples/phrasebook/Sentences.gf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/phrasebook/Sentences.gf b/examples/phrasebook/Sentences.gf index 4d0b88612..349f0098d 100644 --- a/examples/phrasebook/Sentences.gf +++ b/examples/phrasebook/Sentences.gf @@ -38,7 +38,11 @@ abstract Sentences = Numeral ** { Date ; -- definite date e.g. "on Friday" Name ; -- name of person e.g. "NN" Number ; -- number expression 1 .. 999,999 e.g. "twenty" + Transp ; -- transportation device e.g. "car" + ByTransp ; -- mean of transportation e.g. "by tram" + SuperlModif ; -- superlative modifiers of places e.g. "the best restaurant" + -- Many of the categories are accessible as Phrases, i.e. as translation units. fun |
