HinPesPhrasebook

This commit is contained in:
virk.shafqat
2012-03-05 09:46:05 +00:00
parent 2ffa5f70da
commit f4fb8fe57d
8 changed files with 692 additions and 0 deletions

View File

@@ -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 ;
};;