summaryrefslogtreecommitdiff
path: root/examples/phrasebook/SentencesPes.gf
diff options
context:
space:
mode:
authorvirk.shafqat <virk.shafqat@gmail.com>2012-03-05 09:46:05 +0000
committervirk.shafqat <virk.shafqat@gmail.com>2012-03-05 09:46:05 +0000
commitf4fb8fe57d309c05c46e8d7459e550a1b7c6c4d9 (patch)
treefe59f753af980a345d4f4d7b5b40dad9151f83b2 /examples/phrasebook/SentencesPes.gf
parent2ffa5f70da24110a69ff968bc459218a4068c16d (diff)
HinPesPhrasebook
Diffstat (limited to 'examples/phrasebook/SentencesPes.gf')
-rw-r--r--examples/phrasebook/SentencesPes.gf8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/phrasebook/SentencesPes.gf b/examples/phrasebook/SentencesPes.gf
new file mode 100644
index 000000000..e84a09015
--- /dev/null
+++ b/examples/phrasebook/SentencesPes.gf
@@ -0,0 +1,8 @@
+concrete SentencesPes of Sentences = NumeralUrd ** SentencesI - [sing,NNumeral,ObjPlural,MCan,MKnow,MMust,V2Wait,VWait] with
+ (Syntax = SyntaxPes),
+ (Symbolic = SymbolicPes),
+ (Lexicon = LexiconPes) **
+ {
+ lin ObjPlural k = mkNP k ;
+ };;
+