mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-17 16:59:34 -06:00
vd command now reads local concrete configurations to deal with syncat words; TODO: dissolve clustered multiwords bound with +
This commit is contained in:
@@ -794,7 +794,7 @@ parseTree pgf lang opts tree = PGF.graphvizParseTree pgf lang opts tree
|
||||
|
||||
doDepTree lc path pgf fmt lang tree =
|
||||
do (_,lbls) <- liftIO $ getLabels lc path pgf
|
||||
let vis = PGF.graphvizDependencyTree fmt False (Just lbls) () pgf lang tree
|
||||
let vis = PGF.graphvizDependencyTree fmt False (Just lbls) Nothing pgf lang tree ---- TODO: CncLabels
|
||||
if fmt `elem` ["png","gif","gv"]
|
||||
then outputGraphviz vis
|
||||
else if fmt=="svg"
|
||||
|
||||
Reference in New Issue
Block a user