aboutsummaryrefslogtreecommitdiff
path: root/content/images/motus/decision.gv
blob: 11146807ef31c64123edb4d900f9151c909a8e03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
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)>]


}