1
0
forked from GitHub/gf-core

Moved punctuation to a separate field, to allow spoken language grammars to omit it. Created top-level spoken language grammars. (all in peacekeeping)

This commit is contained in:
bringert
2006-04-21 21:53:20 +00:00
parent 9a51ac6ebf
commit 10bf3b1d9f
19 changed files with 105 additions and 46 deletions

View File

@@ -6,14 +6,14 @@ abstract PeaceSyntax = PeaceCat ** {
MassCN ;
fun
PhrPos : Sent -> Phr ;
PhrNeg : Sent -> Phr ;
PhrQuest : Quest -> Phr ;
PhrImp : Imp -> Phr ;
PhrImpNeg : Imp -> Phr ;
PhrPos : Sent -> Phrase ;
PhrNeg : Sent -> Phrase ;
PhrQuest : Quest -> Phrase ;
PhrImp : Imp -> Phrase ;
PhrImpNeg : Imp -> Phrase ;
PhrYes : Phr ;
PhrNo : Phr ;
PhrYes : Phrase ;
PhrNo : Phrase ;
QuestSent : Sent -> Quest ;