summaryrefslogtreecommitdiff
path: root/src/GF/UseGrammar
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2006-02-08 22:43:07 +0000
committeraarne <aarne@cs.chalmers.se>2006-02-08 22:43:07 +0000
commitfd9da86d245f852ec5597aa4b40db3ea70b8422f (patch)
tree387fa45e77c163475175955b35a68e1aade4dc6b /src/GF/UseGrammar
parentf916352116bb2d3c3caf7aa38e8fe585f2f2150e (diff)
added timeout to gr -cf
Diffstat (limited to 'src/GF/UseGrammar')
-rw-r--r--src/GF/UseGrammar/Treebank.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GF/UseGrammar/Treebank.hs b/src/GF/UseGrammar/Treebank.hs
index 99f0da281..606d72266 100644
--- a/src/GF/UseGrammar/Treebank.hs
+++ b/src/GF/UseGrammar/Treebank.hs
@@ -108,7 +108,7 @@ linearize mgr lang =
untok .
linTree2string noMark (canModules mgr) (zIdent lang)
where
- sgr = stateGrammarOfLang mgr (zIdent lang)
+ sgr = stateGrammarOfLangOpt False mgr (zIdent lang)
untok = customOrDefault noOptions useUntokenizer customUntokenizer sgr
showTree t = prt_ $ tree2exp t