From f0045e910eba82e188a4b4846664449c034f8073 Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Fri, 28 Jan 2022 17:32:40 +0100 Subject: [PATCH] better output for 'pg -fullform' --- src/compiler/GF/Command/Commands.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/GF/Command/Commands.hs b/src/compiler/GF/Command/Commands.hs index 0578f4c1e..586147e53 100644 --- a/src/compiler/GF/Command/Commands.hs +++ b/src/compiler/GF/Command/Commands.hs @@ -897,7 +897,7 @@ prAllWords concr = unwords [w | (w,_) <- fullFormLexicon concr] prMorphoAnalysis (w,lps) = - unlines (w:[l ++ " : " ++ p ++ show prob | (l,p,prob) <- lps]) + unlines (w:[l ++ " : " ++ p ++ " " ++ show prob | (l,p,prob) <- lps]) viewGraphviz :: String -> String -> String -> [String] -> SIO CommandOutput viewGraphviz view format name grphs = do