mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 03:52:50 -06:00
HinPesPhrasebook
This commit is contained in:
8
examples/phrasebook/SentencesPes.gf
Normal file
8
examples/phrasebook/SentencesPes.gf
Normal 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 ;
|
||||
};;
|
||||
|
||||
Reference in New Issue
Block a user