digraph G {
    rankdir = LR;
    ranksep = .5;
    ratio = auto;
    clusterrank= local;
    node [  style = "filled",  fillcolor = "lightsalmon1"  ] ;
     cluster0_1_cln_pro_ -> cluster1_2_v_manger_108 [ label = "subject (2)", color = "magenta", minlen = 1, dir = "back" ];
subgraph  cluster0_1 {
            fontcolor = "magenta";
            label = "il";
            style = "filled";
            fillcolor = "lightyellow";
            {rank = same; cluster0_1_cln_pro_ [label="pro:cln: (0)", ]
; }
        }
subgraph  cluster1_2 {
            fontcolor = "magenta";
            label = "mange";
            style = "filled";
            fillcolor = "lightyellow";
            {rank = same; cluster1_2_v_manger_108 [label="manger:v:108 (2)", ]
; }
        }
     cluster1_2_v_manger_108 -> cluster2_2_S_35 [ label = "S (1)", color = "red",  minlen = 1 ];
     cluster2_2_S_35 -> cluster2_2_end_end [ label = "Punct (1)", color = "blue",  minlen = 1 ];
subgraph  cluster2_2 {
            fontcolor = "magenta";
            label = "";
            style = "filled";
            fillcolor = "lightyellow";
            {rank = same; cluster2_2_S_35 [label="_:S:35 (1)", ]
;
cluster2_2_end_end [label="_:end:end (1)", ]
; }
        }
}
