aboutsummaryrefslogtreecommitdiff
path: root/content/images/motus/decision.gv
diff options
context:
space:
mode:
Diffstat (limited to 'content/images/motus/decision.gv')
-rw-r--r--content/images/motus/decision.gv43
1 files changed, 43 insertions, 0 deletions
diff --git a/content/images/motus/decision.gv b/content/images/motus/decision.gv
new file mode 100644
index 0000000..1114680
--- /dev/null
+++ b/content/images/motus/decision.gv
@@ -0,0 +1,43 @@
+digraph Repartition {
+
+ splines =true;
+
+ All [label ="7470 mots"]
+ All -> "A" [label = "contient A"]
+
+ A [label = "A\n(3773)"]
+ A -> AE [label = "contient E"]
+ AE [label = "AE\n(1477)"]
+ AE -> AER [label = "contient R"]
+ AE -> AEnR [label = "ne contient pas R"]
+ AER [label = "AER\n(492)"]
+ AEnR [label = <AE<s>R</s><br/>(985)>]
+
+ A -> AnE [label = "ne contient pas E"]
+ AnE [label =<A<s>E</s><br/>(2296)>]
+ AnE -> nAEI [label = "contient I"]
+ AnE -> nAEnI [label = "ne contient pas I"]
+ nAEI [label = <A<s>E</s>I<br/>(898)>]
+ nAEnI [label =<A<s>EI</s><br/>(1398)>]
+
+
+ All -> "nA" [label = "ne contient pas A"]
+
+ nA [label = <<s>A</s><br/>(3687)>]
+ nA -> nAS [label = "contient S"]
+ nA -> nAnS [label = "ne contient pas S"]
+ nAS -> nASI [label = "contient I"]
+ nAS -> nASnI [label = "ne contient pas I"]
+ nASnI [label = <<s>A</s>S<s>I</s><br/>(904)>]
+ nAnS -> nAnSI [label = "contient I"]
+ nAnSI [label = <<s>AS</s>I<br/>(919)> ]
+ nAnS -> nAnSnI [label = "ne contient pas I"]
+
+
+ nAS [label = <<s>A</s>S<br/>(1453)>]
+ nASI [label =<<s>A</s>SI<br/>(549)>]
+ nAnS [label = <<s>AS</s><br/>(2234)>]
+ nAnSnI [label = <<s>ASI</s><br/>(1315)>]
+
+
+}