mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-06 09:42:50 -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:
8
examples/peacekeeping/english/PeaceSpoken_Eng.gf
Normal file
8
examples/peacekeeping/english/PeaceSpoken_Eng.gf
Normal file
@@ -0,0 +1,8 @@
|
||||
--# -path=.:..:present:prelude
|
||||
|
||||
concrete PeaceSpoken_Eng of PeaceSpoken =
|
||||
Peace_Eng ** {
|
||||
|
||||
flags startcat = PhraseSpoken ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user