mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 13:09:33 -06:00
Don't print compile date in SRGS XML grammars.
This commit is contained in:
@@ -52,8 +52,7 @@ prSrgsXml sisr probs srg@(SRG{grammarName=name,startCat=start,
|
||||
[meta "description"
|
||||
("SRGS XML speech recognition grammar for " ++ name
|
||||
++ ". " ++ "Original start category: " ++ origStart),
|
||||
meta "generator" ("Grammatical Framework " ++ version
|
||||
++ " (compiled " ++ today ++ ")")]
|
||||
meta "generator" ("Grammatical Framework " ++ version)]
|
||||
++ topCatRules
|
||||
++ concatMap ruleToXML rs
|
||||
ruleToXML (SRGRule cat origCat alts) =
|
||||
|
||||
Reference in New Issue
Block a user