mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-04 00:32:51 -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"
|
[meta "description"
|
||||||
("SRGS XML speech recognition grammar for " ++ name
|
("SRGS XML speech recognition grammar for " ++ name
|
||||||
++ ". " ++ "Original start category: " ++ origStart),
|
++ ". " ++ "Original start category: " ++ origStart),
|
||||||
meta "generator" ("Grammatical Framework " ++ version
|
meta "generator" ("Grammatical Framework " ++ version)]
|
||||||
++ " (compiled " ++ today ++ ")")]
|
|
||||||
++ topCatRules
|
++ topCatRules
|
||||||
++ concatMap ruleToXML rs
|
++ concatMap ruleToXML rs
|
||||||
ruleToXML (SRGRule cat origCat alts) =
|
ruleToXML (SRGRule cat origCat alts) =
|
||||||
|
|||||||
Reference in New Issue
Block a user