mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-09 11:12:51 -06:00
Tense to Common ; Idiom ; Text
This commit is contained in:
@@ -110,6 +110,6 @@ linearize mgr lang =
|
||||
linTree2string noMark (canModules mgr) (zIdent lang)
|
||||
where
|
||||
sgr = stateGrammarOfLangOpt False mgr (zIdent lang)
|
||||
untok = customOrDefault noOptions useUntokenizer customUntokenizer sgr
|
||||
untok = customOrDefault (stateOptions sgr) useUntokenizer customUntokenizer sgr
|
||||
|
||||
showTree t = prt_ $ tree2exp t
|
||||
|
||||
Reference in New Issue
Block a user