mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-24 10:22:50 -06:00
better output for 'pg -fullform'
This commit is contained in:
@@ -897,7 +897,7 @@ prAllWords concr =
|
|||||||
unwords [w | (w,_) <- fullFormLexicon concr]
|
unwords [w | (w,_) <- fullFormLexicon concr]
|
||||||
|
|
||||||
prMorphoAnalysis (w,lps) =
|
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 :: String -> String -> String -> [String] -> SIO CommandOutput
|
||||||
viewGraphviz view format name grphs = do
|
viewGraphviz view format name grphs = do
|
||||||
|
|||||||
Reference in New Issue
Block a user