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:
@@ -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 ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user