diff options
Diffstat (limited to 'src/GF/API.hs')
| -rw-r--r-- | src/GF/API.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/GF/API.hs b/src/GF/API.hs index db2e4a066..927c9683c 100644 --- a/src/GF/API.hs +++ b/src/GF/API.hs @@ -177,9 +177,10 @@ optLinearizeTree opts gr t = case getOptVal opts transferFun of lin mk | oElem showRecord opts = liftM prt . linearizeNoMark g c - | otherwise = return . linTree2string mk g c + | otherwise = return . untok . linTree2string mk g c g = grammar gr c = cncId gr + untok = customOrDefault opts useUntokenizer customUntokenizer gr {- ---- untoksl . lin where |
