diff options
| author | aarne <aarne@chalmers.se> | 2011-05-06 12:29:46 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2011-05-06 12:29:46 +0000 |
| commit | a01d18dd33573fdcdc0f5ddb10be49efb78409d2 (patch) | |
| tree | b9db43c5731260ebd9ec5a0ab8a103c1be8c4ff3 /examples/phrasebook/SentencesUrd.gf | |
| parent | f158fad6f8f1694317c48b5e90772b2b364e357b (diff) | |
Urdu phrasebook (not complete)
Diffstat (limited to 'examples/phrasebook/SentencesUrd.gf')
| -rw-r--r-- | examples/phrasebook/SentencesUrd.gf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/phrasebook/SentencesUrd.gf b/examples/phrasebook/SentencesUrd.gf new file mode 100644 index 000000000..e4040f2ab --- /dev/null +++ b/examples/phrasebook/SentencesUrd.gf @@ -0,0 +1,4 @@ +concrete SentencesUrd of Sentences = NumeralUrd ** SentencesI - [sing] with + (Syntax = SyntaxUrd), + (Symbolic = SymbolicUrd), + (Lexicon = LexiconUrd) ; |
