geni-gui-0.25.1: GenI graphical user interface

Safe HaskellNone
LanguageHaskell2010

NLP.GenI.GraphvizShow

Contents

Description

Outputting core GenI data to graphviz.

Synopsis

Documentation

gvItemSetFlag :: f -> GvItem f a -> GvItem f a Source #

type Highlights a = a -> Maybe Color Source #

tackOn :: Text -> Text -> Text -> Text Source #

x `tackOn p` y` is TL.concat [x, p, y] if y is neither null nor identical to x. Otherwise it is just x

graphvizShowShort :: GraphvizShowString a => Int64 -> a -> Text Source #

If too wide, truncate and display ellipsis

gvMunge :: Text -> Text Source #

Node names can't have hyphens in them

Orphan instances