mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-22 17:42:51 -06:00
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:
@@ -2,5 +2,12 @@ abstract PeaceCat = Cat ** {
|
||||
|
||||
cat
|
||||
MassN ;
|
||||
Phrase ;
|
||||
PhraseWritten ;
|
||||
PhraseSpoken ;
|
||||
|
||||
fun
|
||||
Written : Phrase -> PhraseWritten ;
|
||||
Spoken : Phrase -> PhraseSpoken ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user