-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrhymes.html
204 lines (161 loc) · 161 KB
/
rhymes.html
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
<html>
<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/vis/4.16.1/vis.css" type="text/css" />
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/vis/4.16.1/vis-network.min.js"> </script>
<center>
<h1></h1>
</center>
<!-- <link rel="stylesheet" href="../node_modules/vis/dist/vis.min.css" type="text/css" />
<script type="text/javascript" src="../node_modules/vis/dist/vis.js"> </script>-->
<style type="text/css">
#mynetwork {
width: 1600px;
height: 900px;
background-color: black;
border: 1px solid lightgray;
position: relative;
float: left;
}
#loadingBar {
position:absolute;
top:0px;
left:0px;
width: 1600px;
height: 900px;
background-color:rgba(200,200,200,0.8);
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
opacity:1;
}
#bar {
position:absolute;
top:0px;
left:0px;
width:20px;
height:20px;
margin:auto auto auto auto;
border-radius:11px;
border:2px solid rgba(30,30,30,0.05);
background: rgb(0, 173, 246); /* Old browsers */
box-shadow: 2px 0px 4px rgba(0,0,0,0.4);
}
#border {
position:absolute;
top:10px;
left:10px;
width:500px;
height:23px;
margin:auto auto auto auto;
box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
border-radius:10px;
}
#text {
position:absolute;
top:8px;
left:530px;
width:30px;
height:50px;
margin:auto auto auto auto;
font-size:22px;
color: #000000;
}
div.outerBorder {
position:relative;
top:400px;
width:600px;
height:44px;
margin:auto auto auto auto;
border:8px solid rgba(0,0,0,0.1);
background: rgb(252,252,252); /* Old browsers */
background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
border-radius:72px;
box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
</style>
</head>
<body>
<div id = "mynetwork"></div>
<div id="loadingBar">
<div class="outerBorder">
<div id="text">0%</div>
<div id="border">
<div id="bar"></div>
</div>
</div>
</div>
<script type="text/javascript">
// initialize global variables.
var edges;
var nodes;
var network;
var container;
var options, data;
// This method is responsible for drawing the graph, returns the drawn network
function drawGraph() {
var container = document.getElementById('mynetwork');
// parsing and collecting nodes and edges from the python
nodes = new vis.DataSet([{"font": {"color": "white"}, "group": 0, "id": "plaisir", "label": "plaisir", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 0, "id": "desir", "label": "desir", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 0, "id": "choisir", "label": "choisir", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 0, "id": "loisir", "label": "loisir", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 0, "id": "desplaisir", "label": "desplaisir", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 1, "id": "honnestement", "label": "honnestement", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 1, "id": "contentement", "label": "contentement", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 1, "id": "audacieusement", "label": "audacieusement", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 1, "id": "humainement", "label": "humainement", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 1, "id": "advancement", "label": "advancement", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 1, "id": "tourment", "label": "tourment", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 1, "id": "incessamment", "label": "incessamment", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 2, "id": "tient", "label": "tient", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 2, "id": "appartient", "label": "appartient", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 3, "id": "plaist", "label": "plaist", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 3, "id": "desplaist", "label": "desplaist", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 4, "id": "marchander", "label": "marchander", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 4, "id": "demander", "label": "demander", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 5, "id": "amy", "label": "amy", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 5, "id": "d\u0027ennemy", "label": "d\u0027ennemy", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 5, "id": "amye", "label": "amye", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 5, "id": "ennuye", "label": "ennuye", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 5, "id": "ennuy", "label": "ennuy", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 5, "id": "luy", "label": "luy", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 5, "id": "nuict", "label": "nuict", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 5, "id": "aussi", "label": "aussi", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 6, "id": "retire", "label": "retire", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 6, "id": "martyre", "label": "martyre", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 6, "id": "tyre", "label": "tyre", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 6, "id": "souspire", "label": "souspire", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 6, "id": "dire", "label": "dire", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 6, "id": "l\u2019empire", "label": "l\u2019empire", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 6, "id": "pire", "label": "pire", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 6, "id": "desire", "label": "desire", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 6, "id": "empire", "label": "empire", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 6, "id": "aspire", "label": "aspire", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 6, "id": "rire", "label": "rire", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 7, "id": "fortun\u00e9", "label": "fortun\u00e9", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 7, "id": "predestin\u00e9", "label": "predestin\u00e9", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 8, "id": "belle", "label": "belle", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 8, "id": "d\u0027elle", "label": "d\u0027elle", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 8, "id": "rebelle", "label": "rebelle", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 8, "id": "telle", "label": "telle", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 8, "id": "cruelle", "label": "cruelle", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 8, "id": "fidele", "label": "fidele", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 8, "id": "damoyselle", "label": "damoyselle", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 8, "id": "damoiselle", "label": "damoiselle", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 8, "id": "pucelle", "label": "pucelle", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 8, "id": "renouvelle", "label": "renouvelle", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 8, "id": "estincelle", "label": "estincelle", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 8, "id": "celle", "label": "celle", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 8, "id": "mortelle", "label": "mortelle", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 9, "id": "cruaut\u00e9", "label": "cruaut\u00e9", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 9, "id": "loyaut\u00e9", "label": "loyaut\u00e9", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 9, "id": "beault\u00e9", "label": "beault\u00e9", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 9, "id": "libert\u00e9", "label": "libert\u00e9", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 10, "id": "apparoistre", "label": "apparoistre", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 10, "id": "cognoistre", "label": "cognoistre", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 10, "id": "croistre", "label": "croistre", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 10, "id": "estre", "label": "estre", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 10, "id": "fenestre", "label": "fenestre", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 11, "id": "chastet\u00e9", "label": "chastet\u00e9", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 11, "id": "fermet\u00e9", "label": "fermet\u00e9", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 11, "id": "arrest\u00e9", "label": "arrest\u00e9", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 11, "id": "volunt\u00e9", "label": "volunt\u00e9", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 5, "id": "munie", "label": "munie", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 5, "id": "vie", "label": "vie", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 5, "id": "jusqu\u0027icy", "label": "jusqu\u0027icy", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 5, "id": "ainsi", "label": "ainsi", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 5, "id": "ennemye", "label": "ennemye", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 5, "id": "d\u0027envie", "label": "d\u0027envie", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 5, "id": "mye", "label": "mye", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 5, "id": "mamye", "label": "mamye", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 5, "id": "envie", "label": "envie", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 5, "id": "finie", "label": "finie", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 5, "id": "agonie", "label": "agonie", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 5, "id": "assouvie", "label": "assouvie", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 12, "id": "poly", "label": "poly", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 12, "id": "joly", "label": "joly", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 13, "id": "grace", "label": "grace", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 13, "id": "basse", "label": "basse", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 13, "id": "pourchasse", "label": "pourchasse", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 13, "id": "place", "label": "place", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 13, "id": "face", "label": "face", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 8, "id": "zelle", "label": "zelle", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 8, "id": "aesle", "label": "aesle", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 8, "id": "elle", "label": "elle", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 14, "id": "dira", "label": "dira", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 14, "id": "servira", "label": "servira", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 15, "id": "estrange", "label": "estrange", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 15, "id": "change", "label": "change", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 16, "id": "testes", "label": "testes", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 16, "id": "questes", "label": "questes", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 16, "id": "d\u2019enquestes", "label": "d\u2019enquestes", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 16, "id": "bestes", "label": "bestes", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 17, "id": "cognois-tu", "label": "cognois-tu", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 17, "id": "vertu", "label": "vertu", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 18, "id": "endormie", "label": "endormie", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 18, "id": "amortie", "label": "amortie", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 18, "id": "ensevelie", "label": "ensevelie", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 18, "id": "m\u2019amye", "label": "m\u2019amye", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 18, "id": "s\u2019amie", "label": "s\u2019amie", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 18, "id": "ennuie", "label": "ennuie", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 19, "id": "pense", "label": "pense", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 19, "id": "forte", "label": "forte", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 19, "id": "morte", "label": "morte", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 19, "id": "reconforte", "label": "reconforte", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 19, "id": "sorte", "label": "sorte", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 19, "id": "n\u2019apporte", "label": "n\u2019apporte", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 20, "id": "souvenir", "label": "souvenir", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 20, "id": "advenir", "label": "advenir", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 20, "id": "devenir", "label": "devenir", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 20, "id": "parvenir", "label": "parvenir", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 20, "id": "finir", "label": "finir", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 20, "id": "l\u2019advenir", "label": "l\u2019advenir", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 20, "id": "tenir", "label": "tenir", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 21, "id": "alliance", "label": "alliance", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 21, "id": "lance", "label": "lance", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 22, "id": "armes", "label": "armes", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 22, "id": "allarmes", "label": "allarmes", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 22, "id": "fermes", "label": "fermes", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 23, "id": "entreprendre", "label": "entreprendre", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 23, "id": "destendre", "label": "destendre", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 23, "id": "prendre", "label": "prendre", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 23, "id": "enteprendre", "label": "enteprendre", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 24, "id": "amoureux", "label": "amoureux", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 24, "id": "langoureux", "label": "langoureux", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 24, "id": "douloureulx", "label": "douloureulx", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 24, "id": "curieux", "label": "curieux", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 25, "id": "tenue", "label": "tenue", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 25, "id": "retenue", "label": "retenue", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 9, "id": "loyault\u00e9", "label": "loyault\u00e9", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 9, "id": "cruault\u00e9", "label": "cruault\u00e9", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 9, "id": "austerit\u00e9", "label": "austerit\u00e9", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 26, "id": "latente", "label": "latente", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 26, "id": "tente", "label": "tente", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 26, "id": "contente", "label": "contente", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 26, "id": "tourmente", "label": "tourmente", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 26, "id": "absente", "label": "absente", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 26, "id": "nuysante", "label": "nuysante", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 26, "id": "augmente", "label": "augmente", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 26, "id": "constante", "label": "constante", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 26, "id": "loyaulment", "label": "loyaulment", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 26, "id": "attente", "label": "attente", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 26, "id": "nullement", "label": "nullement", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 26, "id": "presente", "label": "presente", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 26, "id": "l\u2019attente", "label": "l\u2019attente", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 27, "id": "suyvre", "label": "suyvre", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 27, "id": "vivre", "label": "vivre", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 28, "id": "tort", "label": "tort", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 28, "id": "l\u0027aport", "label": "l\u0027aport", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 29, "id": "oultrage", "label": "oultrage", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 29, "id": "avantage", "label": "avantage", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 29, "id": "courage", "label": "courage", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 29, "id": "dommage", "label": "dommage", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 29, "id": "pucelage", "label": "pucelage", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 29, "id": "gage", "label": "gage", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 29, "id": "ouvrage", "label": "ouvrage", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 29, "id": "rage", "label": "rage", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 29, "id": "pucellage", "label": "pucellage", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 29, "id": "village", "label": "village", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 29, "id": "visage", "label": "visage", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 30, "id": "allegeance", "label": "allegeance", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 30, "id": "cognoissance", "label": "cognoissance", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 30, "id": "puissance", "label": "puissance", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 30, "id": "jouyssance", "label": "jouyssance", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 30, "id": "indigence", "label": "indigence", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 30, "id": "diligence", "label": "diligence", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 30, "id": "intelligence", "label": "intelligence", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 30, "id": "souffrance", "label": "souffrance", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 30, "id": "l\u0027esperance", "label": "l\u0027esperance", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 30, "id": "plaisance", "label": "plaisance", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 31, "id": "complainte", "label": "complainte", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 31, "id": "attainte", "label": "attainte", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 32, "id": "fortune", "label": "fortune", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 32, "id": "m\u0027importune", "label": "m\u0027importune", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 32, "id": "opportune", "label": "opportune", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 32, "id": "importune", "label": "importune", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 33, "id": "peine", "label": "peine", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 33, "id": "estreine", "label": "estreine", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 33, "id": "Heleine", "label": "Heleine", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 33, "id": "certaine", "label": "certaine", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 33, "id": "incertaine", "label": "incertaine", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 33, "id": "pleine", "label": "pleine", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 34, "id": "faveur", "label": "faveur", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 34, "id": "rigueur", "label": "rigueur", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 34, "id": "langueur", "label": "langueur", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 8, "id": "immortelle", "label": "immortelle", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 30, "id": "inconstance", "label": "inconstance", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 35, "id": "absence", "label": "absence", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 35, "id": "moyen", "label": "moyen", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 35, "id": "bien", "label": "bien", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 35, "id": "presence", "label": "presence", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 35, "id": "s\u0027advance", "label": "s\u0027advance", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 35, "id": "ce", "label": "ce", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 35, "id": "tien", "label": "tien", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 35, "id": "sien", "label": "sien", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 35, "id": "rien", "label": "rien", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 36, "id": "nonettes", "label": "nonettes", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 36, "id": "jeunettes", "label": "jeunettes", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 37, "id": "couvertz", "label": "couvertz", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 37, "id": "l\u0027envers", "label": "l\u0027envers", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 37, "id": "descouvertz", "label": "descouvertz", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 38, "id": "faict", "label": "faict", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 38, "id": "infect", "label": "infect", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 38, "id": "parfaict", "label": "parfaict", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 5, "id": "marie", "label": "marie", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 5, "id": "lie", "label": "lie", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 5, "id": "melancholie", "label": "melancholie", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 5, "id": "jolie", "label": "jolie", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 5, "id": "folie", "label": "folie", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 40, "id": "s\u0027estrange", "label": "s\u0027estrange", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 40, "id": "rechange", "label": "rechange", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 6, "id": "mesdire", "label": "mesdire", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 6, "id": "descrire", "label": "descrire", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 6, "id": "escripre", "label": "escripre", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 6, "id": "d\u2019ire", "label": "d\u2019ire", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 6, "id": "cire", "label": "cire", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 29, "id": "bagage", "label": "bagage", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 29, "id": "coquage", "label": "coquage", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 29, "id": "boucage", "label": "boucage", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 29, "id": "sage", "label": "sage", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 41, "id": "Venus", "label": "Venus", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 41, "id": "venus", "label": "venus", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 6, "id": "martire", "label": "martire", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 6, "id": "contredire", "label": "contredire", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 6, "id": "m\u0027escrire", "label": "m\u0027escrire", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 5, "id": "huict", "label": "huict", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 5, "id": "nuit", "label": "nuit", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 5, "id": "deduit", "label": "deduit", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 42, "id": "estim\u00e9", "label": "estim\u00e9", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 42, "id": "aym\u00e9", "label": "aym\u00e9", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 43, "id": "avoir", "label": "avoir", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 43, "id": "povoir", "label": "povoir", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 43, "id": "voir", "label": "voir", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 43, "id": "percevoir", "label": "percevoir", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 43, "id": "pourvoir", "label": "pourvoir", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 43, "id": "s\u00e7avoir", "label": "s\u00e7avoir", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 43, "id": "recepvoir", "label": "recepvoir", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 43, "id": "concepvoir", "label": "concepvoir", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 43, "id": "veoir", "label": "veoir", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 43, "id": "pouvoir", "label": "pouvoir", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 43, "id": "soir", "label": "soir", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 43, "id": "devoir", "label": "devoir", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 26, "id": "dolente", "label": "dolente", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 44, "id": "c\u0153ur", "label": "c\u0153ur", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 44, "id": "vainqueur", "label": "vainqueur", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 45, "id": "apparence", "label": "apparence", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 45, "id": "evidence", "label": "evidence", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 45, "id": "jouissance", "label": "jouissance", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 45, "id": "desfiances", "label": "desfiances", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 45, "id": "doubtance", "label": "doubtance", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 43, "id": "apparoir", "label": "apparoir", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 46, "id": "aymera", "label": "aymera", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 46, "id": "fera", "label": "fera", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 5, "id": "souci", "label": "souci", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 5, "id": "mercy", "label": "mercy", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 47, "id": "poinct", "label": "poinct", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 47, "id": "point", "label": "point", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 48, "id": "vengeance", "label": "vengeance", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 48, "id": "resistence", "label": "resistence", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 49, "id": "laisser", "label": "laisser", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 49, "id": "cesser", "label": "cesser", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 49, "id": "perseverer", "label": "perseverer", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 50, "id": "temps", "label": "temps", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 50, "id": "pretens", "label": "pretens", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 50, "id": "contens", "label": "contens", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 50, "id": "pretendz", "label": "pretendz", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 50, "id": "pretends", "label": "pretends", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 51, "id": "poursuyte", "label": "poursuyte", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 51, "id": "fuyte", "label": "fuyte", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 52, "id": "apprinse", "label": "apprinse", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 52, "id": "deschevill\u00e9e", "label": "deschevill\u00e9e", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 53, "id": "trot", "label": "trot", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 53, "id": "trop", "label": "trop", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 54, "id": "pas", "label": "pas", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 54, "id": "compas", "label": "compas", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 55, "id": "rendre", "label": "rendre", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 55, "id": "surprendre", "label": "surprendre", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 55, "id": "pretendre", "label": "pretendre", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 56, "id": "franchise", "label": "franchise", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 56, "id": "prinse", "label": "prinse", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 57, "id": "advienne", "label": "advienne", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 57, "id": "mienne", "label": "mienne", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 57, "id": "tienne", "label": "tienne", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 58, "id": "l\u0027office", "label": "l\u0027office", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 58, "id": "service", "label": "service", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 58, "id": "vice", "label": "vice", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 59, "id": "aymable", "label": "aymable", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 59, "id": "estimable", "label": "estimable", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 59, "id": "detestable", "label": "detestable", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 59, "id": "honorable", "label": "honorable", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 59, "id": "pitoyable", "label": "pitoyable", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 59, "id": "convenable", "label": "convenable", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 60, "id": "heureuse", "label": "heureuse", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 60, "id": "amoureuse", "label": "amoureuse", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 61, "id": "deue", "label": "deue", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 61, "id": "rendue", "label": "rendue", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 62, "id": "offrir", "label": "offrir", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 62, "id": "souffrir", "label": "souffrir", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 63, "id": "douleur", "label": "douleur", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 63, "id": "heur", "label": "heur", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 63, "id": "serviteur", "label": "serviteur", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 63, "id": "s\u0153ur", "label": "s\u0153ur", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 64, "id": "madame", "label": "madame", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 64, "id": "cacquetants", "label": "cacquetants", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 64, "id": "j\u0027estends", "label": "j\u0027estends", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 64, "id": "j\u0027entends", "label": "j\u0027entends", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 65, "id": "baisoit", "label": "baisoit", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 65, "id": "faisoit", "label": "faisoit", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 66, "id": "couche", "label": "couche", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 66, "id": "mouche", "label": "mouche", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 66, "id": "bouche", "label": "bouche", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 66, "id": "farouche", "label": "farouche", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 66, "id": "touche", "label": "touche", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 67, "id": "s\u00e7ience", "label": "s\u00e7ience", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 67, "id": "conscience", "label": "conscience", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 67, "id": "patience", "label": "patience", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 68, "id": "eslise", "label": "eslise", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 68, "id": "Eglise", "label": "Eglise", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 69, "id": "d\u0027heure", "label": "d\u0027heure", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 69, "id": "debvez", "label": "debvez", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 70, "id": "l\u0027avez", "label": "l\u0027avez", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 70, "id": "demeure", "label": "demeure", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 70, "id": "meure", "label": "meure", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 70, "id": "heure", "label": "heure", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 70, "id": "asseure", "label": "asseure", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 71, "id": "chambriere", "label": "chambriere", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 71, "id": "derriere", "label": "derriere", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 71, "id": "mani\u00e8re", "label": "mani\u00e8re", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 71, "id": "mesnagiere", "label": "mesnagiere", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 71, "id": "meusniere", "label": "meusniere", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 71, "id": "croppiere", "label": "croppiere", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 71, "id": "croupiere", "label": "croupiere", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 71, "id": "priere", "label": "priere", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 71, "id": "maniere", "label": "maniere", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 72, "id": "soustenir", "label": "soustenir", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 72, "id": "venir", "label": "venir", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 73, "id": "hola", "label": "hola", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 73, "id": "la", "label": "la", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 73, "id": "cela", "label": "cela", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 73, "id": "despucella", "label": "despucella", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 73, "id": "bra", "label": "bra", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 73, "id": "m\u0027advisa", "label": "m\u0027advisa", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 73, "id": "ploya", "label": "ploya", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 74, "id": "enclose", "label": "enclose", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 74, "id": "chose", "label": "chose", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 74, "id": "rose", "label": "rose", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 75, "id": "file", "label": "file", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 75, "id": "fretille", "label": "fretille", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 76, "id": "l\u0027esguile", "label": "l\u0027esguile", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 76, "id": "esguile", "label": "esguile", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 8, "id": "nouvelles", "label": "nouvelles", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 38, "id": "deffaict", "label": "deffaict", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 77, "id": "riant", "label": "riant", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 77, "id": "friand", "label": "friand", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 77, "id": "criant", "label": "criant", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 78, "id": "dehet", "label": "dehet", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 78, "id": "oyselet", "label": "oyselet", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 79, "id": "chansonnette", "label": "chansonnette", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 79, "id": "sansonnet", "label": "sansonnet", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 79, "id": "amourette", "label": "amourette", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 79, "id": "cortinette", "label": "cortinette", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 80, "id": "contrainct", "label": "contrainct", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 80, "id": "poingt", "label": "poingt", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 81, "id": "endurer", "label": "endurer", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 81, "id": "empirer", "label": "empirer", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 82, "id": "adventure", "label": "adventure", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 82, "id": "creature", "label": "creature", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 82, "id": "nature", "label": "nature", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 82, "id": "facture", "label": "facture", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 82, "id": "taincture", "label": "taincture", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 82, "id": "dure", "label": "dure", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 82, "id": "l\u0027endure", "label": "l\u0027endure", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 83, "id": "ploy\u00e9", "label": "ploy\u00e9", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 83, "id": "noy\u00e9", "label": "noy\u00e9", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 84, "id": "mastin", "label": "mastin", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 84, "id": "Martin", "label": "Martin", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 84, "id": "matin", "label": "matin", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 84, "id": "latin", "label": "latin", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 85, "id": "rosse", "label": "rosse", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 85, "id": "crosse", "label": "crosse", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 86, "id": "estaindre", "label": "estaindre", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 86, "id": "plaindre", "label": "plaindre", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 86, "id": "feindre", "label": "feindre", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 86, "id": "complaindre", "label": "complaindre", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 87, "id": "estandu", "label": "estandu", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 87, "id": "pretendu", "label": "pretendu", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 87, "id": "tendu", "label": "tendu", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 87, "id": "respandu", "label": "respandu", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 87, "id": "pendu", "label": "pendu", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 87, "id": "estendu", "label": "estendu", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 87, "id": "entendu", "label": "entendu", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 88, "id": "appetitz", "label": "appetitz", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 88, "id": "petits", "label": "petits", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 89, "id": "alla", "label": "alla", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 89, "id": "volla", "label": "volla", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 89, "id": "hala", "label": "hala", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 89, "id": "voila", "label": "voila", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 90, "id": "plainte", "label": "plainte", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 90, "id": "attaincte", "label": "attaincte", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 91, "id": "amyti\u00e9", "label": "amyti\u00e9", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 91, "id": "piti\u00e9", "label": "piti\u00e9", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 92, "id": "m\u0027amye", "label": "m\u0027amye", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 92, "id": "endormye", "label": "endormye", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 92, "id": "jalouzie", "label": "jalouzie", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 92, "id": "compagnye", "label": "compagnye", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 92, "id": "m\u0027ennuye", "label": "m\u0027ennuye", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 92, "id": "prie", "label": "prie", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 93, "id": "congnoistre", "label": "congnoistre", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 93, "id": "paroistre", "label": "paroistre", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 82, "id": "verdure", "label": "verdure", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 82, "id": "j\u2019endure", "label": "j\u2019endure", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 82, "id": "paincture", "label": "paincture", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 82, "id": "froidure", "label": "froidure", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 94, "id": "joyeusement", "label": "joyeusement", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 94, "id": "plaisamment", "label": "plaisamment", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 94, "id": "hastivement", "label": "hastivement", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 94, "id": "gayement", "label": "gayement", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 94, "id": "d\u0027esbatement", "label": "d\u0027esbatement", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 95, "id": "regarde", "label": "regarde", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 95, "id": "darde", "label": "darde", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 95, "id": "garde", "label": "garde", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 96, "id": "seure", "label": "seure", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 96, "id": "blessure", "label": "blessure", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 97, "id": "destruire", "label": "destruire", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 97, "id": "nuyre", "label": "nuyre", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 98, "id": "taire", "label": "taire", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 98, "id": "deffaire", "label": "deffaire", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 98, "id": "faire", "label": "faire", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 98, "id": "contraire", "label": "contraire", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 98, "id": "satisfaire", "label": "satisfaire", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 98, "id": "boire", "label": "boire", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 98, "id": "amere", "label": "amere", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 98, "id": "complaire", "label": "complaire", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 98, "id": "parfaire", "label": "parfaire", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 1, "id": "loyaument", "label": "loyaument", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 1, "id": "seulement", "label": "seulement", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 1, "id": "plainement", "label": "plainement", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 1, "id": "allegrement", "label": "allegrement", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 99, "id": "penc\u00e9e", "label": "penc\u00e9e", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 99, "id": "recompenc\u00e9e", "label": "recompenc\u00e9e", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 99, "id": "journ\u00e9e", "label": "journ\u00e9e", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 99, "id": "infortun\u00e9e", "label": "infortun\u00e9e", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 99, "id": "pens\u00e9e", "label": "pens\u00e9e", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 100, "id": "amity\u00e9", "label": "amity\u00e9", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 100, "id": "inimiti\u00e9", "label": "inimiti\u00e9", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 101, "id": "nuictz", "label": "nuictz", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 101, "id": "ennuys", "label": "ennuys", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 5, "id": "lict", "label": "lict", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 5, "id": "saillit", "label": "saillit", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 5, "id": "melancolie", "label": "melancolie", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 5, "id": "emdormie", "label": "emdormie", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 102, "id": "descouverte", "label": "descouverte", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 102, "id": "recouverte", "label": "recouverte", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 102, "id": "ouverte", "label": "ouverte", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 103, "id": "perfond", "label": "perfond", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 103, "id": "fond", "label": "fond", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 104, "id": "goutte", "label": "goutte", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 104, "id": "degoutte", "label": "degoutte", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 104, "id": "fumer", "label": "fumer", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 105, "id": "cieulx", "label": "cieulx", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 105, "id": "gracieulx", "label": "gracieulx", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 105, "id": "gracieux", "label": "gracieux", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 105, "id": "d\u2019yeulx", "label": "d\u2019yeulx", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 105, "id": "yeulz", "label": "yeulz", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 106, "id": "archetippe", "label": "archetippe", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 106, "id": "dissipe", "label": "dissipe", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 106, "id": "type", "label": "type", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 107, "id": "dehors", "label": "dehors", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 107, "id": "corps", "label": "corps", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 107, "id": "accordz", "label": "accordz", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 108, "id": "harmonie", "label": "harmonie", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 108, "id": "unie", "label": "unie", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 109, "id": "florissant", "label": "florissant", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 109, "id": "jouyssant", "label": "jouyssant", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 110, "id": "plume", "label": "plume", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 110, "id": "l\u0027enclume", "label": "l\u0027enclume", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 111, "id": "beau", "label": "beau", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 111, "id": "bandeau", "label": "bandeau", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 111, "id": "nouveau", "label": "nouveau", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 111, "id": "flambeau", "label": "flambeau", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 112, "id": "glace", "label": "glace", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 112, "id": "efface", "label": "efface", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 113, "id": "rassis", "label": "rassis", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 113, "id": "six", "label": "six", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 114, "id": "foy", "label": "foy", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 114, "id": "croy", "label": "croy", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 114, "id": "moy", "label": "moy", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 114, "id": "toy", "label": "toy", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 114, "id": "soy", "label": "soy", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 114, "id": "loy", "label": "loy", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 114, "id": "esmoy", "label": "esmoy", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 115, "id": "doulz", "label": "doulz", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 115, "id": "vous", "label": "vous", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 115, "id": "tous", "label": "tous", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 115, "id": "jaloux", "label": "jaloux", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 105, "id": "myeulx", "label": "myeulx", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 105, "id": "enuieux", "label": "enuieux", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 105, "id": "yeux", "label": "yeux", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 105, "id": "melodieux", "label": "melodieux", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 116, "id": "oppresse", "label": "oppresse", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 116, "id": "tristesse", "label": "tristesse", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 10, "id": "mettre", "label": "mettre", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 10, "id": "maistre", "label": "maistre", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 10, "id": "repaistre", "label": "repaistre", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 10, "id": "aistre", "label": "aistre", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 10, "id": "renaistre", "label": "renaistre", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 117, "id": "adventureux", "label": "adventureux", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 117, "id": "desireux", "label": "desireux", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 118, "id": "couraige", "label": "couraige", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 118, "id": "volage", "label": "volage", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 118, "id": "message", "label": "message", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 118, "id": "mariage", "label": "mariage", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 118, "id": "visaige", "label": "visaige", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 119, "id": "contenter", "label": "contenter", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 119, "id": "tormenter", "label": "tormenter", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 119, "id": "escouter", "label": "escouter", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 119, "id": "lamenter", "label": "lamenter", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 119, "id": "augmenter", "label": "augmenter", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 120, "id": "fois", "label": "fois", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 120, "id": "trois", "label": "trois", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 120, "id": "doigtz", "label": "doigtz", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 120, "id": "n\u2019oserois", "label": "n\u2019oserois", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 120, "id": "endroictz", "label": "endroictz", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 121, "id": "bellement", "label": "bellement", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 121, "id": "hardiment", "label": "hardiment", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 121, "id": "doucement", "label": "doucement", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 122, "id": "escorch\u00e9e", "label": "escorch\u00e9e", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 122, "id": "eschauf\u00e9e", "label": "eschauf\u00e9e", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 122, "id": "affoll\u00e9e", "label": "affoll\u00e9e", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 123, "id": "mourir", "label": "mourir", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 123, "id": "secourir", "label": "secourir", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 123, "id": "s\u0027enquerir", "label": "s\u0027enquerir", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 124, "id": "fasse", "label": "fasse", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 124, "id": "prochasse", "label": "prochasse", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 124, "id": "menasse", "label": "menasse", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 125, "id": "descouvre", "label": "descouvre", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 125, "id": "s\u0027ouvre", "label": "s\u0027ouvre", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 126, "id": "gard", "label": "gard", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 126, "id": "esgard", "label": "esgard", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 126, "id": "ris", "label": "ris", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 126, "id": "Paris", "label": "Paris", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 127, "id": "fillette", "label": "fillette", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 127, "id": "sagette", "label": "sagette", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 127, "id": "violette", "label": "violette", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 127, "id": "Michelette", "label": "Michelette", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 127, "id": "malette", "label": "malette", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 127, "id": "joliette", "label": "joliette", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 128, "id": "railler", "label": "railler", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 128, "id": "bailler", "label": "bailler", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 129, "id": "aumosne", "label": "aumosne", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 129, "id": "donne", "label": "donne", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 129, "id": "s\u0027adonne", "label": "s\u0027adonne", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 129, "id": "mignone", "label": "mignone", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 129, "id": "m\u2019addonne", "label": "m\u2019addonne", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 129, "id": "s\u2019estonne", "label": "s\u2019estonne", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 130, "id": "estrangier", "label": "estrangier", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 130, "id": "denier", "label": "denier", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 131, "id": "adroit", "label": "adroit", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 131, "id": "filoit", "label": "filoit", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 132, "id": "monde", "label": "monde", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 132, "id": "bonde", "label": "bonde", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 132, "id": "honte", "label": "honte", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 132, "id": "confonde", "label": "confonde", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 132, "id": "monte", "label": "monte", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 133, "id": "remonstrer", "label": "remonstrer", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 133, "id": "prescher", "label": "prescher", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 133, "id": "devaller", "label": "devaller", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 134, "id": "lieux", "label": "lieux", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 134, "id": "mieulx", "label": "mieulx", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 134, "id": "vieulx", "label": "vieulx", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 134, "id": "yeulx", "label": "yeulx", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 134, "id": "gratieux", "label": "gratieux", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 135, "id": "estim\u00e9e", "label": "estim\u00e9e", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 135, "id": "consumm\u00e9e", "label": "consumm\u00e9e", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 136, "id": "parer", "label": "parer", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 136, "id": "demeurer", "label": "demeurer", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 136, "id": "d\u0027esperer", "label": "d\u0027esperer", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 136, "id": "retirer", "label": "retirer", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 136, "id": "tirer", "label": "tirer", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 136, "id": "considerer", "label": "considerer", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 136, "id": "d\u2019aspirer", "label": "d\u2019aspirer", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 137, "id": "vistement", "label": "vistement", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 137, "id": "avant", "label": "avant", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 138, "id": "toucher", "label": "toucher", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 138, "id": "approcher", "label": "approcher", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 139, "id": "melancolique", "label": "melancolique", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 139, "id": "frenaticque", "label": "frenaticque", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 140, "id": "calamit\u00e9", "label": "calamit\u00e9", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 140, "id": "desboutt\u00e9", "label": "desboutt\u00e9", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 141, "id": "maille", "label": "maille", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 141, "id": "baille", "label": "baille", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 142, "id": "lasche", "label": "lasche", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 142, "id": "fasche", "label": "fasche", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 143, "id": "raison", "label": "raison", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 143, "id": "maison", "label": "maison", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 143, "id": "saison", "label": "saison", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 144, "id": "desplaise", "label": "desplaise", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 144, "id": "aise", "label": "aise", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 145, "id": "accusoit", "label": "accusoit", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 145, "id": "disoit", "label": "disoit", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 146, "id": "vescu", "label": "vescu", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 146, "id": "escu", "label": "escu", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 146, "id": "coqu", "label": "coqu", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 146, "id": "tu", "label": "tu", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 147, "id": "trouble", "label": "trouble", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 147, "id": "double", "label": "double", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 148, "id": "gaige", "label": "gaige", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 148, "id": "langaige", "label": "langaige", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 149, "id": "parler", "label": "parler", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 149, "id": "aller", "label": "aller", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 150, "id": "decepvant", "label": "decepvant", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 150, "id": "devant", "label": "devant", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 151, "id": "resveille", "label": "resveille", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 151, "id": "sommeille", "label": "sommeille", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 151, "id": "veille", "label": "veille", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 151, "id": "reveille", "label": "reveille", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 151, "id": "oreille", "label": "oreille", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 151, "id": "pareille", "label": "pareille", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 152, "id": "vallet", "label": "vallet", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 152, "id": "folet", "label": "folet", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 153, "id": "s\u0027esmeut", "label": "s\u0027esmeut", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 153, "id": "veult", "label": "veult", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 153, "id": "peult", "label": "peult", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 154, "id": "repos", "label": "repos", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 154, "id": "propos", "label": "propos", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 155, "id": "notable", "label": "notable", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 155, "id": "semblable", "label": "semblable", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 156, "id": "entretien", "label": "entretien", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 156, "id": "mien", "label": "mien", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 157, "id": "clameurs", "label": "clameurs", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 157, "id": "meurs", "label": "meurs", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 157, "id": "heurs", "label": "heurs", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 157, "id": "serteurs", "label": "serteurs", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 157, "id": "fleurs", "label": "fleurs", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 158, "id": "sentz", "label": "sentz", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 158, "id": "sens", "label": "sens", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 159, "id": "simplesse", "label": "simplesse", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 159, "id": "destresse", "label": "destresse", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 159, "id": "liesse", "label": "liesse", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 159, "id": "angoisse", "label": "angoisse", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 160, "id": "croist", "label": "croist", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 160, "id": "froid", "label": "froid", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 161, "id": "attaindre", "label": "attaindre", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 161, "id": "moindre", "label": "moindre", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 161, "id": "paindre", "label": "paindre", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 161, "id": "craindre", "label": "craindre", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 74, "id": "desclose", "label": "desclose", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 162, "id": "d\u2019exemple", "label": "d\u2019exemple", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 162, "id": "ensemble", "label": "ensemble", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 162, "id": "desasemble", "label": "desasemble", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 162, "id": "semble", "label": "semble", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 45, "id": "reconse", "label": "reconse", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 45, "id": "responce", "label": "responce", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 45, "id": "desesperance", "label": "desesperance", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 45, "id": "prononce", "label": "prononce", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 163, "id": "incit\u00e9", "label": "incit\u00e9", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 163, "id": "r\u00e9cit\u00e9", "label": "r\u00e9cit\u00e9", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 164, "id": "passion", "label": "passion", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 164, "id": "perfection", "label": "perfection", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 164, "id": "d\u2019affection", "label": "d\u2019affection", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 164, "id": "punition", "label": "punition", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 164, "id": "fiction", "label": "fiction", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 164, "id": "l\u0027invention", "label": "l\u0027invention", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 164, "id": "compassion", "label": "compassion", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 165, "id": "recompense", "label": "recompense", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 165, "id": "offense", "label": "offense", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 166, "id": "refit", "label": "refit", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 166, "id": "satisfit", "label": "satisfit", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 167, "id": "s\u0027esbatant", "label": "s\u0027esbatant", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 167, "id": "contant", "label": "contant", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 167, "id": "tant", "label": "tant", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 167, "id": "gent", "label": "gent", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 167, "id": "argent", "label": "argent", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 167, "id": "safrettant", "label": "safrettant", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 167, "id": "content", "label": "content", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 168, "id": "beaucoup", "label": "beaucoup", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 168, "id": "coup", "label": "coup", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 98, "id": "adversaire", "label": "adversaire", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 169, "id": "assentir", "label": "assentir", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 169, "id": "sentir", "label": "sentir", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 169, "id": "consentir", "label": "consentir", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 169, "id": "repentir", "label": "repentir", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 170, "id": "treuve", "label": "treuve", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 170, "id": "preuve", "label": "preuve", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 170, "id": "\u0153uvre", "label": "\u0153uvre", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 13, "id": "trace", "label": "trace", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 171, "id": "subitement", "label": "subitement", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 171, "id": "comment", "label": "comment", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 171, "id": "rudement", "label": "rudement", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 172, "id": "fier", "label": "fier", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 172, "id": "legier", "label": "legier", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 173, "id": "souper", "label": "souper", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 173, "id": "destouper", "label": "destouper", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 174, "id": "bois", "label": "bois", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 174, "id": "moys", "label": "moys", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 5, "id": "aujourdhuy", "label": "aujourdhuy", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 175, "id": "vendu", "label": "vendu", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 175, "id": "perdu", "label": "perdu", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 175, "id": "morfondu", "label": "morfondu", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 175, "id": "defendu", "label": "defendu", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 176, "id": "converser", "label": "converser", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 176, "id": "verser", "label": "verser", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 177, "id": "diverse", "label": "diverse", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 177, "id": "renverse", "label": "renverse", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 177, "id": "traverse", "label": "traverse", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 177, "id": "perverse", "label": "perverse", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 178, "id": "pip\u00e9e", "label": "pip\u00e9e", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 178, "id": "destrap\u00e9e", "label": "destrap\u00e9e", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 179, "id": "battre", "label": "battre", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 179, "id": "combatre", "label": "combatre", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 180, "id": "cheval", "label": "cheval", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 180, "id": "desloyal", "label": "desloyal", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 181, "id": "picquer", "label": "picquer", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 181, "id": "triqueter", "label": "triqueter", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 182, "id": "presumer", "label": "presumer", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 182, "id": "consumer", "label": "consumer", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 183, "id": "qu\u2019humaine", "label": "qu\u2019humaine", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 183, "id": "mondaine", "label": "mondaine", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 184, "id": "joye", "label": "joye", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 184, "id": "soye", "label": "soye", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 134, "id": "soigneux", "label": "soigneux", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 134, "id": "envieux", "label": "envieux", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 134, "id": "semidieux", "label": "semidieux", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 134, "id": "soucieux", "label": "soucieux", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 185, "id": "revere", "label": "revere", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 185, "id": "vere", "label": "vere", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 185, "id": "primevere", "label": "primevere", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 186, "id": "homme", "label": "homme", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 187, "id": "meshuy", "label": "meshuy", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 188, "id": "levay", "label": "levay", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 188, "id": "crieray", "label": "crieray", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 188, "id": "gay", "label": "gay", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 188, "id": "hay", "label": "hay", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 188, "id": "l\u2019embrassay", "label": "l\u2019embrassay", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 188, "id": "crierai", "label": "crierai", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 188, "id": "jectay", "label": "jectay", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 189, "id": "cent", "label": "cent", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 189, "id": "passant", "label": "passant", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 190, "id": "veiller", "label": "veiller", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 190, "id": "s\u2019emerveiller", "label": "s\u2019emerveiller", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 191, "id": "remercie", "label": "remercie", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 191, "id": "soucie", "label": "soucie", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 192, "id": "rebource", "label": "rebource", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 192, "id": "courrouce", "label": "courrouce", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 192, "id": "pource", "label": "pource", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 192, "id": "bourse", "label": "bourse", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 192, "id": "recousse", "label": "recousse", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 193, "id": "saulvez", "label": "saulvez", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 193, "id": "s\u00e7avez", "label": "s\u00e7avez", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 194, "id": "vent", "label": "vent", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 194, "id": "souvent", "label": "souvent", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 195, "id": "notte", "label": "notte", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 195, "id": "denotte", "label": "denotte", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 195, "id": "linotte", "label": "linotte", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 196, "id": "escient", "label": "escient", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 196, "id": "patient", "label": "patient", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 197, "id": "dame", "label": "dame", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 197, "id": "l\u2019ame", "label": "l\u2019ame", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 198, "id": "faschez", "label": "faschez", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 198, "id": "taschez", "label": "taschez", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 198, "id": "marchez", "label": "marchez", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 199, "id": "mignotise", "label": "mignotise", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 199, "id": "promise", "label": "promise", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 199, "id": "chemise", "label": "chemise", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 199, "id": "guise", "label": "guise", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 200, "id": "demy", "label": "demy", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 200, "id": "l\u2019ami", "label": "l\u2019ami", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 201, "id": "fraize", "label": "fraize", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 201, "id": "plaise", "label": "plaise", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 201, "id": "s\u2019appaise", "label": "s\u2019appaise", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 201, "id": "ayse", "label": "ayse", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 202, "id": "plaincte", "label": "plaincte", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 202, "id": "estaincte", "label": "estaincte", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 203, "id": "oubli", "label": "oubli", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 203, "id": "pli", "label": "pli", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 203, "id": "accompli", "label": "accompli", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 204, "id": "po\u00ebtes", "label": "po\u00ebtes", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 204, "id": "estes", "label": "estes", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 204, "id": "retraictes", "label": "retraictes", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 205, "id": "moyti\u00e9", "label": "moyti\u00e9", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 205, "id": "d\u2019amiti\u00e9", "label": "d\u2019amiti\u00e9", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 18, "id": "manie", "label": "manie", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 206, "id": "occasion", "label": "occasion", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 206, "id": "religion", "label": "religion", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 206, "id": "devotion", "label": "devotion", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 206, "id": "l\u2019ascention", "label": "l\u2019ascention", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 207, "id": "feste", "label": "feste", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 208, "id": "prez", "label": "prez", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 208, "id": "pres", "label": "pres", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 82, "id": "couverture", "label": "couverture", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 209, "id": "souffre", "label": "souffre", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 210, "id": "pippe", "label": "pippe", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 210, "id": "trippe", "label": "trippe", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 211, "id": "Jehannette", "label": "Jehannette", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 211, "id": "jeunette", "label": "jeunette", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 212, "id": "contendre", "label": "contendre", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 212, "id": "tendre", "label": "tendre", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 212, "id": "estendre", "label": "estendre", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 213, "id": "prest\u00e9", "label": "prest\u00e9", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 213, "id": "apprest\u00e9", "label": "apprest\u00e9", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 214, "id": "jours", "label": "jours", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 214, "id": "amours", "label": "amours", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 214, "id": "secours", "label": "secours", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 214, "id": "tousjours", "label": "tousjours", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 134, "id": "ennuyeux", "label": "ennuyeux", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 134, "id": "dieux", "label": "dieux", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 215, "id": "jeunesse", "label": "jeunesse", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 215, "id": "cesse", "label": "cesse", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 215, "id": "maistresse", "label": "maistresse", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 216, "id": "Hercules", "label": "Hercules", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 216, "id": "les", "label": "les", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 217, "id": "ferme", "label": "ferme", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 217, "id": "conferme", "label": "conferme", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 217, "id": "terme", "label": "terme", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 218, "id": "jalousie", "label": "jalousie", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 218, "id": "frenaisie", "label": "frenaisie", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 218, "id": "fantaisie", "label": "fantaisie", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 219, "id": "attaintz", "label": "attaintz", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 219, "id": "vains", "label": "vains", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 220, "id": "pudique", "label": "pudique", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 220, "id": "picque", "label": "picque", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 220, "id": "impudique", "label": "impudique", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 221, "id": "imperfaict", "label": "imperfaict", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 221, "id": "perfaict", "label": "perfaict", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 222, "id": "regarder", "label": "regarder", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 222, "id": "garder", "label": "garder", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 223, "id": "tue", "label": "tue", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 223, "id": "veue", "label": "veue", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 223, "id": "pourveue", "label": "pourveue", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 224, "id": "perfaicte", "label": "perfaicte", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 224, "id": "faicte", "label": "faicte", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 225, "id": "consacr\u00e9", "label": "consacr\u00e9", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 225, "id": "gr\u00e9", "label": "gr\u00e9", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 92, "id": "fie", "label": "fie", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 92, "id": "fantasie", "label": "fantasie", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 226, "id": "presaige", "label": "presaige", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 226, "id": "saige", "label": "saige", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 227, "id": "contr\u00e9e", "label": "contr\u00e9e", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 227, "id": "oultr\u00e9e", "label": "oultr\u00e9e", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 228, "id": "tresfort", "label": "tresfort", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 228, "id": "reconfort", "label": "reconfort", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 229, "id": "mensonger", "label": "mensonger", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 229, "id": "changer", "label": "changer", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 230, "id": "voirra", "label": "voirra", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 230, "id": "changera", "label": "changera", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 231, "id": "conjonction", "label": "conjonction", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 231, "id": "separation", "label": "separation", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 232, "id": "adieu", "label": "adieu", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 232, "id": "Dieu", "label": "Dieu", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 233, "id": "affection", "label": "affection", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 233, "id": "affliction", "label": "affliction", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 233, "id": "intention", "label": "intention", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 233, "id": "consolation", "label": "consolation", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 233, "id": "union", "label": "union", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 234, "id": "s\u0027enflamme", "label": "s\u0027enflamme", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 234, "id": "flamme", "label": "flamme", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 235, "id": "berger", "label": "berger", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 235, "id": "coucher", "label": "coucher", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 235, "id": "despouiller", "label": "despouiller", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 236, "id": "present", "label": "present", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 236, "id": "plaisant", "label": "plaisant", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 236, "id": "pensant", "label": "pensant", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 237, "id": "donn\u00e9", "label": "donn\u00e9", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 237, "id": "orn\u00e9", "label": "orn\u00e9", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 237, "id": "estonn\u00e9", "label": "estonn\u00e9", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 238, "id": "marjoulaine", "label": "marjoulaine", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 238, "id": "haleine", "label": "haleine", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 239, "id": "descouvrir", "label": "descouvrir", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 239, "id": "recouvrir", "label": "recouvrir", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 99, "id": "desir\u00e9e", "label": "desir\u00e9e", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 99, "id": "embrass\u00e9e", "label": "embrass\u00e9e", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 240, "id": "peu", "label": "peu", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 240, "id": "feu", "label": "feu", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 240, "id": "lieu", "label": "lieu", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 241, "id": "damoyselles", "label": "damoyselles", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 241, "id": "belles", "label": "belles", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 242, "id": "fault", "label": "fault", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 242, "id": "chault", "label": "chault", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 243, "id": "naissance", "label": "naissance", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 243, "id": "l\u2019accointance", "label": "l\u2019accointance", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 244, "id": "habitation", "label": "habitation", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 244, "id": "s\u00e9paration", "label": "s\u00e9paration", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 244, "id": "fruiction", "label": "fruiction", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 245, "id": "accoinctance", "label": "accoinctance", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 245, "id": "esperance", "label": "esperance", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 246, "id": "recouvra", "label": "recouvra", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 246, "id": "mourra", "label": "mourra", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 247, "id": "d\u0027aymant", "label": "d\u0027aymant", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 247, "id": "patienment", "label": "patienment", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 248, "id": "die", "label": "die", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 248, "id": "adoulcie", "label": "adoulcie", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 249, "id": "bocquet", "label": "bocquet", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 249, "id": "Jacquet", "label": "Jacquet", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 249, "id": "banquet", "label": "banquet", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 249, "id": "tronquet", "label": "tronquet", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 249, "id": "pacquet", "label": "pacquet", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 250, "id": "mort", "label": "mort", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 250, "id": "desconfort", "label": "desconfort", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 251, "id": "nud", "label": "nud", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 251, "id": "cogneu", "label": "cogneu", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 252, "id": "(helas", "label": "(helas", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 252, "id": "las", "label": "las", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 253, "id": "apprise", "label": "apprise", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 253, "id": "requise", "label": "requise", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 254, "id": "passe", "label": "passe", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 254, "id": "trespasse", "label": "trespasse", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 255, "id": "sentiras", "label": "sentiras", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 255, "id": "diras", "label": "diras", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 256, "id": "opportun", "label": "opportun", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 256, "id": "un", "label": "un", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 257, "id": "vouldroye", "label": "vouldroye", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 257, "id": "couldroye", "label": "couldroye", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 257, "id": "serviroye", "label": "serviroye", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 258, "id": "nombre", "label": "nombre", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 258, "id": "l\u2019umbre", "label": "l\u2019umbre", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 259, "id": "soleil", "label": "soleil", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 259, "id": "conseil", "label": "conseil", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 260, "id": "dispenser", "label": "dispenser", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 260, "id": "penser", "label": "penser", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 260, "id": "offenser", "label": "offenser", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 261, "id": "rencontray", "label": "rencontray", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 261, "id": "j\u0027ay", "label": "j\u0027ay", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 261, "id": "diray", "label": "diray", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 261, "id": "resjouiray", "label": "resjouiray", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 262, "id": "mourrois", "label": "mourrois", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 262, "id": "demourrois", "label": "demourrois", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 263, "id": "marier", "label": "marier", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 263, "id": "crier", "label": "crier", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 264, "id": "delaiss\u00e9e", "label": "delaiss\u00e9e", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 264, "id": "bless\u00e9e", "label": "bless\u00e9e", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 265, "id": "esjouir", "label": "esjouir", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 265, "id": "jouir", "label": "jouir", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 265, "id": "ouir", "label": "ouir", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 265, "id": "resjouir", "label": "resjouir", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 266, "id": "vouloir", "label": "vouloir", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 266, "id": "douloir", "label": "douloir", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 266, "id": "non-chaloir", "label": "non-chaloir", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 39, "id": "supporte", "label": "supporte", "shape": "dot", "size": 10}, {"font": {"color": "white"}, "group": 39, "id": "porte", "label": "porte", "shape": "dot", "size": 10}]);
edges = new vis.DataSet([{"from": "plaisir", "to": "desir", "weight": 1}, {"from": "plaisir", "to": "choisir", "weight": 1}, {"from": "plaisir", "to": "loisir", "weight": 1}, {"from": "desir", "to": "desplaisir", "weight": 1}, {"from": "honnestement", "to": "contentement", "weight": 1}, {"from": "honnestement", "to": "audacieusement", "weight": 1}, {"from": "honnestement", "to": "humainement", "weight": 1}, {"from": "contentement", "to": "audacieusement", "weight": 1}, {"from": "contentement", "to": "humainement", "weight": 1}, {"from": "contentement", "to": "advancement", "weight": 1}, {"from": "contentement", "to": "tourment", "weight": 1}, {"from": "contentement", "to": "incessamment", "weight": 1}, {"from": "audacieusement", "to": "humainement", "weight": 1}, {"from": "tient", "to": "appartient", "weight": 1}, {"from": "plaist", "to": "desplaist", "weight": 1}, {"from": "marchander", "to": "demander", "weight": 1}, {"from": "amy", "to": "d\u0027ennemy", "weight": 1}, {"from": "amy", "to": "amye", "weight": 1}, {"from": "amy", "to": "ennuye", "weight": 1}, {"from": "amy", "to": "ennuy", "weight": 1}, {"from": "amy", "to": "luy", "weight": 1}, {"from": "amy", "to": "nuict", "weight": 1}, {"from": "amy", "to": "aussi", "weight": 1}, {"from": "retire", "to": "martyre", "weight": 1}, {"from": "retire", "to": "tyre", "weight": 1}, {"from": "retire", "to": "souspire", "weight": 1}, {"from": "retire", "to": "dire", "weight": 1}, {"from": "retire", "to": "l\u2019empire", "weight": 1}, {"from": "martyre", "to": "dire", "weight": 1}, {"from": "martyre", "to": "pire", "weight": 1}, {"from": "martyre", "to": "desire", "weight": 1}, {"from": "martyre", "to": "empire", "weight": 1}, {"from": "martyre", "to": "tyre", "weight": 1}, {"from": "martyre", "to": "souspire", "weight": 1}, {"from": "martyre", "to": "aspire", "weight": 1}, {"from": "martyre", "to": "rire", "weight": 1}, {"from": "fortun\u00e9", "to": "predestin\u00e9", "weight": 1}, {"from": "belle", "to": "d\u0027elle", "weight": 1}, {"from": "belle", "to": "rebelle", "weight": 1}, {"from": "belle", "to": "telle", "weight": 1}, {"from": "belle", "to": "cruelle", "weight": 1}, {"from": "belle", "to": "fidele", "weight": 1}, {"from": "belle", "to": "damoyselle", "weight": 1}, {"from": "belle", "to": "damoiselle", "weight": 1}, {"from": "belle", "to": "pucelle", "weight": 1}, {"from": "belle", "to": "renouvelle", "weight": 1}, {"from": "belle", "to": "estincelle", "weight": 1}, {"from": "belle", "to": "celle", "weight": 1}, {"from": "belle", "to": "mortelle", "weight": 1}, {"from": "d\u0027elle", "to": "rebelle", "weight": 1}, {"from": "d\u0027elle", "to": "telle", "weight": 1}, {"from": "rebelle", "to": "telle", "weight": 1}, {"from": "rebelle", "to": "damoiselle", "weight": 1}, {"from": "rebelle", "to": "pucelle", "weight": 1}, {"from": "telle", "to": "damoyselle", "weight": 1}, {"from": "cruaut\u00e9", "to": "loyaut\u00e9", "weight": 1}, {"from": "loyaut\u00e9", "to": "beault\u00e9", "weight": 1}, {"from": "loyaut\u00e9", "to": "libert\u00e9", "weight": 1}, {"from": "apparoistre", "to": "cognoistre", "weight": 1}, {"from": "cognoistre", "to": "croistre", "weight": 1}, {"from": "cognoistre", "to": "estre", "weight": 1}, {"from": "cognoistre", "to": "fenestre", "weight": 1}, {"from": "chastet\u00e9", "to": "fermet\u00e9", "weight": 1}, {"from": "chastet\u00e9", "to": "arrest\u00e9", "weight": 1}, {"from": "chastet\u00e9", "to": "volunt\u00e9", "weight": 1}, {"from": "fermet\u00e9", "to": "arrest\u00e9", "weight": 1}, {"from": "fermet\u00e9", "to": "volunt\u00e9", "weight": 1}, {"from": "arrest\u00e9", "to": "volunt\u00e9", "weight": 1}, {"from": "munie", "to": "vie", "weight": 1}, {"from": "vie", "to": "jusqu\u0027icy", "weight": 1}, {"from": "vie", "to": "aussi", "weight": 1}, {"from": "vie", "to": "ainsi", "weight": 1}, {"from": "vie", "to": "amye", "weight": 1}, {"from": "vie", "to": "ennemye", "weight": 1}, {"from": "vie", "to": "d\u0027envie", "weight": 1}, {"from": "vie", "to": "mye", "weight": 1}, {"from": "vie", "to": "mamye", "weight": 1}, {"from": "vie", "to": "envie", "weight": 1}, {"from": "vie", "to": "finie", "weight": 1}, {"from": "vie", "to": "agonie", "weight": 1}, {"from": "vie", "to": "assouvie", "weight": 1}, {"from": "poly", "to": "joly", "weight": 1}, {"from": "grace", "to": "basse", "weight": 1}, {"from": "grace", "to": "pourchasse", "weight": 1}, {"from": "grace", "to": "place", "weight": 1}, {"from": "grace", "to": "face", "weight": 1}, {"from": "basse", "to": "pourchasse", "weight": 1}, {"from": "cruelle", "to": "fidele", "weight": 1}, {"from": "cruelle", "to": "mortelle", "weight": 1}, {"from": "cruelle", "to": "zelle", "weight": 1}, {"from": "cruelle", "to": "aesle", "weight": 1}, {"from": "cruelle", "to": "elle", "weight": 1}, {"from": "dira", "to": "servira", "weight": 1}, {"from": "estrange", "to": "change", "weight": 1}, {"from": "testes", "to": "questes", "weight": 1}, {"from": "testes", "to": "d\u2019enquestes", "weight": 1}, {"from": "testes", "to": "bestes", "weight": 1}, {"from": "questes", "to": "d\u2019enquestes", "weight": 1}, {"from": "questes", "to": "bestes", "weight": 1}, {"from": "d\u2019enquestes", "to": "bestes", "weight": 1}, {"from": "cognois-tu", "to": "vertu", "weight": 1}, {"from": "endormie", "to": "amortie", "weight": 1}, {"from": "endormie", "to": "ensevelie", "weight": 1}, {"from": "endormie", "to": "m\u2019amye", "weight": 1}, {"from": "endormie", "to": "s\u2019amie", "weight": 1}, {"from": "endormie", "to": "ennuie", "weight": 1}, {"from": "amortie", "to": "ensevelie", "weight": 1}, {"from": "pense", "to": "forte", "weight": 1}, {"from": "pense", "to": "morte", "weight": 1}, {"from": "forte", "to": "morte", "weight": 1}, {"from": "forte", "to": "reconforte", "weight": 1}, {"from": "morte", "to": "sorte", "weight": 1}, {"from": "morte", "to": "n\u2019apporte", "weight": 1}, {"from": "souvenir", "to": "advenir", "weight": 1}, {"from": "souvenir", "to": "devenir", "weight": 1}, {"from": "souvenir", "to": "parvenir", "weight": 1}, {"from": "souvenir", "to": "finir", "weight": 1}, {"from": "souvenir", "to": "l\u2019advenir", "weight": 1}, {"from": "souvenir", "to": "tenir", "weight": 1}, {"from": "advenir", "to": "devenir", "weight": 1}, {"from": "advenir", "to": "parvenir", "weight": 1}, {"from": "devenir", "to": "parvenir", "weight": 1}, {"from": "alliance", "to": "lance", "weight": 1}, {"from": "armes", "to": "allarmes", "weight": 1}, {"from": "armes", "to": "fermes", "weight": 1}, {"from": "allarmes", "to": "fermes", "weight": 1}, {"from": "entreprendre", "to": "destendre", "weight": 1}, {"from": "entreprendre", "to": "prendre", "weight": 1}, {"from": "destendre", "to": "prendre", "weight": 1}, {"from": "prendre", "to": "enteprendre", "weight": 1}, {"from": "amoureux", "to": "langoureux", "weight": 1}, {"from": "amoureux", "to": "douloureulx", "weight": 1}, {"from": "langoureux", "to": "curieux", "weight": 1}, {"from": "tenue", "to": "retenue", "weight": 1}, {"from": "beault\u00e9", "to": "loyault\u00e9", "weight": 1}, {"from": "beault\u00e9", "to": "cruault\u00e9", "weight": 1}, {"from": "beault\u00e9", "to": "austerit\u00e9", "weight": 1}, {"from": "latente", "to": "tente", "weight": 1}, {"from": "latente", "to": "contente", "weight": 1}, {"from": "tente", "to": "contente", "weight": 1}, {"from": "contente", "to": "tourmente", "weight": 1}, {"from": "contente", "to": "absente", "weight": 1}, {"from": "contente", "to": "nuysante", "weight": 1}, {"from": "contente", "to": "augmente", "weight": 1}, {"from": "contente", "to": "constante", "weight": 1}, {"from": "contente", "to": "loyaulment", "weight": 1}, {"from": "contente", "to": "attente", "weight": 1}, {"from": "contente", "to": "nullement", "weight": 1}, {"from": "contente", "to": "presente", "weight": 1}, {"from": "contente", "to": "l\u2019attente", "weight": 1}, {"from": "suyvre", "to": "vivre", "weight": 1}, {"from": "tort", "to": "l\u0027aport", "weight": 1}, {"from": "oultrage", "to": "avantage", "weight": 1}, {"from": "oultrage", "to": "courage", "weight": 1}, {"from": "oultrage", "to": "dommage", "weight": 1}, {"from": "oultrage", "to": "pucelage", "weight": 1}, {"from": "avantage", "to": "courage", "weight": 1}, {"from": "avantage", "to": "dommage", "weight": 1}, {"from": "avantage", "to": "gage", "weight": 1}, {"from": "courage", "to": "dommage", "weight": 1}, {"from": "courage", "to": "ouvrage", "weight": 1}, {"from": "courage", "to": "rage", "weight": 1}, {"from": "courage", "to": "gage", "weight": 1}, {"from": "courage", "to": "pucellage", "weight": 1}, {"from": "courage", "to": "village", "weight": 1}, {"from": "courage", "to": "visage", "weight": 1}, {"from": "allegeance", "to": "cognoissance", "weight": 1}, {"from": "allegeance", "to": "puissance", "weight": 1}, {"from": "allegeance", "to": "jouyssance", "weight": 1}, {"from": "allegeance", "to": "indigence", "weight": 1}, {"from": "allegeance", "to": "diligence", "weight": 1}, {"from": "allegeance", "to": "intelligence", "weight": 1}, {"from": "allegeance", "to": "souffrance", "weight": 1}, {"from": "allegeance", "to": "l\u0027esperance", "weight": 1}, {"from": "allegeance", "to": "plaisance", "weight": 1}, {"from": "complainte", "to": "attainte", "weight": 1}, {"from": "fortune", "to": "m\u0027importune", "weight": 1}, {"from": "fortune", "to": "opportune", "weight": 1}, {"from": "fortune", "to": "importune", "weight": 1}, {"from": "m\u0027importune", "to": "opportune", "weight": 1}, {"from": "peine", "to": "estreine", "weight": 1}, {"from": "peine", "to": "Heleine", "weight": 1}, {"from": "peine", "to": "certaine", "weight": 1}, {"from": "peine", "to": "incertaine", "weight": 1}, {"from": "peine", "to": "pleine", "weight": 1}, {"from": "estreine", "to": "Heleine", "weight": 1}, {"from": "faveur", "to": "rigueur", "weight": 1}, {"from": "rigueur", "to": "langueur", "weight": 1}, {"from": "mortelle", "to": "immortelle", "weight": 1}, {"from": "puissance", "to": "jouyssance", "weight": 1}, {"from": "puissance", "to": "souffrance", "weight": 1}, {"from": "puissance", "to": "l\u0027esperance", "weight": 1}, {"from": "puissance", "to": "inconstance", "weight": 1}, {"from": "absence", "to": "moyen", "weight": 1}, {"from": "absence", "to": "bien", "weight": 1}, {"from": "absence", "to": "presence", "weight": 1}, {"from": "absence", "to": "s\u0027advance", "weight": 1}, {"from": "absence", "to": "ce", "weight": 1}, {"from": "moyen", "to": "bien", "weight": 1}, {"from": "bien", "to": "tien", "weight": 1}, {"from": "bien", "to": "sien", "weight": 1}, {"from": "bien", "to": "rien", "weight": 1}, {"from": "nonettes", "to": "jeunettes", "weight": 1}, {"from": "couvertz", "to": "l\u0027envers", "weight": 1}, {"from": "couvertz", "to": "descouvertz", "weight": 1}, {"from": "l\u0027envers", "to": "descouvertz", "weight": 1}, {"from": "faict", "to": "infect", "weight": 1}, {"from": "faict", "to": "faict", "weight": 1}, {"from": "faict", "to": "parfaict", "weight": 1}, {"from": "marie", "to": "lie", "weight": 1}, {"from": "lie", "to": "melancholie", "weight": 1}, {"from": "lie", "to": "jolie", "weight": 1}, {"from": "lie", "to": "folie", "weight": 1}, {"from": "s\u0027estrange", "to": "rechange", "weight": 1}, {"from": "dire", "to": "pire", "weight": 1}, {"from": "dire", "to": "rire", "weight": 1}, {"from": "dire", "to": "mesdire", "weight": 1}, {"from": "dire", "to": "desire", "weight": 1}, {"from": "dire", "to": "empire", "weight": 1}, {"from": "dire", "to": "souspire", "weight": 1}, {"from": "dire", "to": "descrire", "weight": 1}, {"from": "dire", "to": "escripre", "weight": 1}, {"from": "dire", "to": "d\u2019ire", "weight": 1}, {"from": "pire", "to": "cire", "weight": 1}, {"from": "pire", "to": "rire", "weight": 1}, {"from": "bagage", "to": "coquage", "weight": 1}, {"from": "coquage", "to": "boucage", "weight": 1}, {"from": "coquage", "to": "sage", "weight": 1}, {"from": "coquage", "to": "gage", "weight": 1}, {"from": "Venus", "to": "venus", "weight": 1}, {"from": "rire", "to": "mesdire", "weight": 1}, {"from": "rire", "to": "martire", "weight": 1}, {"from": "rire", "to": "cire", "weight": 1}, {"from": "rire", "to": "souspire", "weight": 1}, {"from": "rire", "to": "d\u2019ire", "weight": 1}, {"from": "rire", "to": "contredire", "weight": 1}, {"from": "rire", "to": "m\u0027escrire", "weight": 1}, {"from": "mesdire", "to": "contredire", "weight": 1}, {"from": "ouvrage", "to": "rage", "weight": 1}, {"from": "nuict", "to": "huict", "weight": 1}, {"from": "nuict", "to": "nuit", "weight": 1}, {"from": "nuict", "to": "deduit", "weight": 1}, {"from": "nuict", "to": "luy", "weight": 1}, {"from": "nuict", "to": "aussi", "weight": 1}, {"from": "estim\u00e9", "to": "aym\u00e9", "weight": 1}, {"from": "avoir", "to": "povoir", "weight": 1}, {"from": "avoir", "to": "voir", "weight": 1}, {"from": "avoir", "to": "percevoir", "weight": 1}, {"from": "avoir", "to": "pourvoir", "weight": 1}, {"from": "avoir", "to": "s\u00e7avoir", "weight": 1}, {"from": "avoir", "to": "recepvoir", "weight": 1}, {"from": "avoir", "to": "concepvoir", "weight": 1}, {"from": "avoir", "to": "veoir", "weight": 1}, {"from": "avoir", "to": "pouvoir", "weight": 1}, {"from": "povoir", "to": "voir", "weight": 1}, {"from": "voir", "to": "soir", "weight": 1}, {"from": "voir", "to": "devoir", "weight": 1}, {"from": "voir", "to": "pouvoir", "weight": 1}, {"from": "voir", "to": "percevoir", "weight": 1}, {"from": "voir", "to": "pourvoir", "weight": 1}, {"from": "tourmente", "to": "absente", "weight": 1}, {"from": "tourmente", "to": "nuysante", "weight": 1}, {"from": "tourmente", "to": "augmente", "weight": 1}, {"from": "tourmente", "to": "loyaulment", "weight": 1}, {"from": "tourmente", "to": "attente", "weight": 1}, {"from": "tourmente", "to": "nullement", "weight": 1}, {"from": "tourmente", "to": "presente", "weight": 1}, {"from": "absente", "to": "dolente", "weight": 1}, {"from": "c\u0153ur", "to": "vainqueur", "weight": 1}, {"from": "apparence", "to": "evidence", "weight": 1}, {"from": "apparence", "to": "jouissance", "weight": 1}, {"from": "apparence", "to": "desfiances", "weight": 1}, {"from": "apparence", "to": "doubtance", "weight": 1}, {"from": "desire", "to": "empire", "weight": 1}, {"from": "desire", "to": "souspire", "weight": 1}, {"from": "desire", "to": "aspire", "weight": 1}, {"from": "apparoir", "to": "s\u00e7avoir", "weight": 1}, {"from": "aymera", "to": "fera", "weight": 1}, {"from": "jusqu\u0027icy", "to": "aussi", "weight": 1}, {"from": "jusqu\u0027icy", "to": "ainsi", "weight": 1}, {"from": "jusqu\u0027icy", "to": "amye", "weight": 1}, {"from": "jusqu\u0027icy", "to": "ennemye", "weight": 1}, {"from": "aussi", "to": "ainsi", "weight": 1}, {"from": "aussi", "to": "amye", "weight": 1}, {"from": "aussi", "to": "ennemye", "weight": 1}, {"from": "aussi", "to": "souci", "weight": 1}, {"from": "aussi", "to": "mercy", "weight": 1}, {"from": "aussi", "to": "luy", "weight": 1}, {"from": "ainsi", "to": "amye", "weight": 1}, {"from": "ainsi", "to": "ennemye", "weight": 1}, {"from": "ainsi", "to": "souci", "weight": 1}, {"from": "ainsi", "to": "mercy", "weight": 1}, {"from": "amye", "to": "ennemye", "weight": 1}, {"from": "amye", "to": "ennuye", "weight": 1}, {"from": "amye", "to": "ennuy", "weight": 1}, {"from": "poinct", "to": "point", "weight": 1}, {"from": "point", "to": "point", "weight": 1}, {"from": "gage", "to": "boucage", "weight": 1}, {"from": "gage", "to": "sage", "weight": 1}, {"from": "vengeance", "to": "resistence", "weight": 1}, {"from": "laisser", "to": "cesser", "weight": 1}, {"from": "laisser", "to": "perseverer", "weight": 1}, {"from": "cesser", "to": "cesser", "weight": 1}, {"from": "temps", "to": "pretens", "weight": 1}, {"from": "temps", "to": "contens", "weight": 1}, {"from": "temps", "to": "pretendz", "weight": 1}, {"from": "temps", "to": "pretends", "weight": 1}, {"from": "pretens", "to": "contens", "weight": 1}, {"from": "poursuyte", "to": "fuyte", "weight": 1}, {"from": "apprinse", "to": "deschevill\u00e9e", "weight": 1}, {"from": "trot", "to": "trop", "weight": 1}, {"from": "trop", "to": "trop", "weight": 1}, {"from": "pas", "to": "compas", "weight": 1}, {"from": "rendre", "to": "surprendre", "weight": 1}, {"from": "rendre", "to": "pretendre", "weight": 1}, {"from": "franchise", "to": "prinse", "weight": 1}, {"from": "advienne", "to": "mienne", "weight": 1}, {"from": "mienne", "to": "tienne", "weight": 1}, {"from": "l\u0027office", "to": "service", "weight": 1}, {"from": "service", "to": "vice", "weight": 1}, {"from": "aymable", "to": "estimable", "weight": 1}, {"from": "aymable", "to": "detestable", "weight": 1}, {"from": "aymable", "to": "honorable", "weight": 1}, {"from": "aymable", "to": "pitoyable", "weight": 1}, {"from": "aymable", "to": "convenable", "weight": 1}, {"from": "estimable", "to": "detestable", "weight": 1}, {"from": "estimable", "to": "honorable", "weight": 1}, {"from": "detestable", "to": "honorable", "weight": 1}, {"from": "heureuse", "to": "amoureuse", "weight": 1}, {"from": "deue", "to": "rendue", "weight": 1}, {"from": "offrir", "to": "souffrir", "weight": 1}, {"from": "douleur", "to": "heur", "weight": 1}, {"from": "heur", "to": "serviteur", "weight": 1}, {"from": "heur", "to": "s\u0153ur", "weight": 1}, {"from": "madame", "to": "cacquetants", "weight": 1}, {"from": "madame", "to": "j\u0027estends", "weight": 1}, {"from": "madame", "to": "j\u0027entends", "weight": 1}, {"from": "cacquetants", "to": "j\u0027estends", "weight": 1}, {"from": "cacquetants", "to": "j\u0027entends", "weight": 1}, {"from": "j\u0027estends", "to": "j\u0027entends", "weight": 1}, {"from": "baisoit", "to": "faisoit", "weight": 1}, {"from": "couche", "to": "mouche", "weight": 1}, {"from": "couche", "to": "bouche", "weight": 1}, {"from": "couche", "to": "farouche", "weight": 1}, {"from": "mouche", "to": "bouche", "weight": 1}, {"from": "bouche", "to": "touche", "weight": 1}, {"from": "s\u00e7ience", "to": "conscience", "weight": 1}, {"from": "s\u00e7ience", "to": "patience", "weight": 1}, {"from": "conscience", "to": "patience", "weight": 1}, {"from": "eslise", "to": "Eglise", "weight": 1}, {"from": "d\u0027heure", "to": "debvez", "weight": 1}, {"from": "l\u0027avez", "to": "demeure", "weight": 1}, {"from": "demeure", "to": "meure", "weight": 1}, {"from": "demeure", "to": "heure", "weight": 1}, {"from": "demeure", "to": "asseure", "weight": 1}, {"from": "chambriere", "to": "derriere", "weight": 1}, {"from": "chambriere", "to": "mani\u00e8re", "weight": 1}, {"from": "derriere", "to": "mesnagiere", "weight": 1}, {"from": "derriere", "to": "meusniere", "weight": 1}, {"from": "derriere", "to": "croppiere", "weight": 1}, {"from": "derriere", "to": "croupiere", "weight": 1}, {"from": "derriere", "to": "priere", "weight": 1}, {"from": "derriere", "to": "maniere", "weight": 1}, {"from": "soustenir", "to": "venir", "weight": 1}, {"from": "hola", "to": "la", "weight": 1}, {"from": "hola", "to": "cela", "weight": 1}, {"from": "la", "to": "cela", "weight": 1}, {"from": "la", "to": "despucella", "weight": 1}, {"from": "cela", "to": "bra", "weight": 1}, {"from": "cela", "to": "m\u0027advisa", "weight": 1}, {"from": "cela", "to": "ploya", "weight": 1}, {"from": "cela", "to": "despucella", "weight": 1}, {"from": "enclose", "to": "chose", "weight": 1}, {"from": "chose", "to": "rose", "weight": 1}, {"from": "file", "to": "fretille", "weight": 1}, {"from": "bra", "to": "m\u0027advisa", "weight": 1}, {"from": "bra", "to": "ploya", "weight": 1}, {"from": "m\u0027advisa", "to": "ploya", "weight": 1}, {"from": "l\u0027esguile", "to": "esguile", "weight": 1}, {"from": "damoyselle", "to": "damoyselle", "weight": 1}, {"from": "damoyselle", "to": "estincelle", "weight": 1}, {"from": "damoyselle", "to": "nouvelles", "weight": 1}, {"from": "damoyselle", "to": "immortelle", "weight": 1}, {"from": "parfaict", "to": "deffaict", "weight": 1}, {"from": "riant", "to": "friand", "weight": 1}, {"from": "riant", "to": "criant", "weight": 1}, {"from": "dehet", "to": "oyselet", "weight": 1}, {"from": "chansonnette", "to": "sansonnet", "weight": 1}, {"from": "chansonnette", "to": "amourette", "weight": 1}, {"from": "chansonnette", "to": "cortinette", "weight": 1}, {"from": "sansonnet", "to": "amourette", "weight": 1}, {"from": "sansonnet", "to": "cortinette", "weight": 1}, {"from": "amourette", "to": "cortinette", "weight": 1}, {"from": "contrainct", "to": "poingt", "weight": 1}, {"from": "endurer", "to": "empirer", "weight": 1}, {"from": "adventure", "to": "creature", "weight": 1}, {"from": "adventure", "to": "nature", "weight": 1}, {"from": "adventure", "to": "facture", "weight": 1}, {"from": "adventure", "to": "taincture", "weight": 1}, {"from": "adventure", "to": "dure", "weight": 1}, {"from": "adventure", "to": "l\u0027endure", "weight": 1}, {"from": "ploy\u00e9", "to": "noy\u00e9", "weight": 1}, {"from": "mastin", "to": "Martin", "weight": 1}, {"from": "mastin", "to": "matin", "weight": 1}, {"from": "mastin", "to": "latin", "weight": 1}, {"from": "Martin", "to": "matin", "weight": 1}, {"from": "Martin", "to": "latin", "weight": 1}, {"from": "matin", "to": "latin", "weight": 1}, {"from": "rosse", "to": "crosse", "weight": 1}, {"from": "estaindre", "to": "plaindre", "weight": 1}, {"from": "plaindre", "to": "feindre", "weight": 1}, {"from": "plaindre", "to": "complaindre", "weight": 1}, {"from": "estandu", "to": "pretendu", "weight": 1}, {"from": "estandu", "to": "tendu", "weight": 1}, {"from": "estandu", "to": "respandu", "weight": 1}, {"from": "pretendu", "to": "tendu", "weight": 1}, {"from": "pretendu", "to": "respandu", "weight": 1}, {"from": "tendu", "to": "respandu", "weight": 1}, {"from": "tendu", "to": "pendu", "weight": 1}, {"from": "tendu", "to": "estendu", "weight": 1}, {"from": "tendu", "to": "entendu", "weight": 1}, {"from": "appetitz", "to": "petits", "weight": 1}, {"from": "alla", "to": "volla", "weight": 1}, {"from": "alla", "to": "hala", "weight": 1}, {"from": "alla", "to": "voila", "weight": 1}, {"from": "volla", "to": "hala", "weight": 1}, {"from": "volla", "to": "voila", "weight": 1}, {"from": "hala", "to": "voila", "weight": 1}, {"from": "plainte", "to": "attaincte", "weight": 1}, {"from": "indigence", "to": "diligence", "weight": 1}, {"from": "indigence", "to": "intelligence", "weight": 1}, {"from": "diligence", "to": "intelligence", "weight": 1}, {"from": "amyti\u00e9", "to": "piti\u00e9", "weight": 1}, {"from": "m\u0027amye", "to": "endormye", "weight": 1}, {"from": "m\u0027amye", "to": "jalouzie", "weight": 1}, {"from": "m\u0027amye", "to": "compagnye", "weight": 1}, {"from": "m\u0027amye", "to": "m\u0027ennuye", "weight": 1}, {"from": "m\u0027amye", "to": "prie", "weight": 1}, {"from": "soir", "to": "devoir", "weight": 1}, {"from": "soir", "to": "pouvoir", "weight": 1}, {"from": "devoir", "to": "pouvoir", "weight": 1}, {"from": "congnoistre", "to": "paroistre", "weight": 1}, {"from": "verdure", "to": "dure", "weight": 1}, {"from": "verdure", "to": "j\u2019endure", "weight": 1}, {"from": "dure", "to": "dure", "weight": 1}, {"from": "dure", "to": "l\u0027endure", "weight": 1}, {"from": "dure", "to": "nature", "weight": 1}, {"from": "dure", "to": "paincture", "weight": 1}, {"from": "dure", "to": "froidure", "weight": 1}, {"from": "joyeusement", "to": "plaisamment", "weight": 1}, {"from": "joyeusement", "to": "hastivement", "weight": 1}, {"from": "joyeusement", "to": "gayement", "weight": 1}, {"from": "plaisamment", "to": "hastivement", "weight": 1}, {"from": "plaisamment", "to": "gayement", "weight": 1}, {"from": "hastivement", "to": "gayement", "weight": 1}, {"from": "gayement", "to": "d\u0027esbatement", "weight": 1}, {"from": "estincelle", "to": "celle", "weight": 1}, {"from": "estincelle", "to": "nouvelles", "weight": 1}, {"from": "estincelle", "to": "immortelle", "weight": 1}, {"from": "estincelle", "to": "renouvelle", "weight": 1}, {"from": "celle", "to": "renouvelle", "weight": 1}, {"from": "regarde", "to": "darde", "weight": 1}, {"from": "regarde", "to": "garde", "weight": 1}, {"from": "darde", "to": "garde", "weight": 1}, {"from": "garde", "to": "garde", "weight": 1}, {"from": "seure", "to": "blessure", "weight": 1}, {"from": "nuysante", "to": "augmente", "weight": 1}, {"from": "destruire", "to": "nuyre", "weight": 1}, {"from": "taire", "to": "deffaire", "weight": 1}, {"from": "taire", "to": "faire", "weight": 1}, {"from": "taire", "to": "contraire", "weight": 1}, {"from": "taire", "to": "satisfaire", "weight": 1}, {"from": "taire", "to": "boire", "weight": 1}, {"from": "taire", "to": "amere", "weight": 1}, {"from": "taire", "to": "complaire", "weight": 1}, {"from": "deffaire", "to": "faire", "weight": 1}, {"from": "deffaire", "to": "parfaire", "weight": 1}, {"from": "deffaire", "to": "contraire", "weight": 1}, {"from": "deffaire", "to": "satisfaire", "weight": 1}, {"from": "loyaument", "to": "tourment", "weight": 1}, {"from": "tourment", "to": "seulement", "weight": 1}, {"from": "tourment", "to": "plainement", "weight": 1}, {"from": "tourment", "to": "allegrement", "weight": 1}, {"from": "penc\u00e9e", "to": "recompenc\u00e9e", "weight": 1}, {"from": "penc\u00e9e", "to": "journ\u00e9e", "weight": 1}, {"from": "penc\u00e9e", "to": "infortun\u00e9e", "weight": 1}, {"from": "recompenc\u00e9e", "to": "journ\u00e9e", "weight": 1}, {"from": "recompenc\u00e9e", "to": "infortun\u00e9e", "weight": 1}, {"from": "journ\u00e9e", "to": "infortun\u00e9e", "weight": 1}, {"from": "journ\u00e9e", "to": "pens\u00e9e", "weight": 1}, {"from": "amity\u00e9", "to": "inimiti\u00e9", "weight": 1}, {"from": "nuictz", "to": "ennuys", "weight": 1}, {"from": "percevoir", "to": "pourvoir", "weight": 1}, {"from": "pourvoir", "to": "veoir", "weight": 1}, {"from": "lict", "to": "saillit", "weight": 1}, {"from": "lict", "to": "melancolie", "weight": 1}, {"from": "lict", "to": "folie", "weight": 1}, {"from": "lict", "to": "mamye", "weight": 1}, {"from": "lict", "to": "emdormie", "weight": 1}, {"from": "descouverte", "to": "recouverte", "weight": 1}, {"from": "descouverte", "to": "ouverte", "weight": 1}, {"from": "recouverte", "to": "ouverte", "weight": 1}, {"from": "perfond", "to": "fond", "weight": 1}, {"from": "goutte", "to": "degoutte", "weight": 1}, {"from": "goutte", "to": "fumer", "weight": 1}, {"from": "cieulx", "to": "gracieulx", "weight": 1}, {"from": "cieulx", "to": "gracieux", "weight": 1}, {"from": "cieulx", "to": "d\u2019yeulx", "weight": 1}, {"from": "cieulx", "to": "yeulz", "weight": 1}, {"from": "archetippe", "to": "dissipe", "weight": 1}, {"from": "archetippe", "to": "type", "weight": 1}, {"from": "dissipe", "to": "type", "weight": 1}, {"from": "dehors", "to": "corps", "weight": 1}, {"from": "dehors", "to": "accordz", "weight": 1}, {"from": "corps", "to": "accordz", "weight": 1}, {"from": "harmonie", "to": "unie", "weight": 1}, {"from": "florissant", "to": "jouyssant", "weight": 1}, {"from": "faire", "to": "parfaire", "weight": 1}, {"from": "faire", "to": "amere", "weight": 1}, {"from": "faire", "to": "complaire", "weight": 1}, {"from": "plume", "to": "l\u0027enclume", "weight": 1}, {"from": "zelle", "to": "aesle", "weight": 1}, {"from": "zelle", "to": "elle", "weight": 1}, {"from": "aesle", "to": "elle", "weight": 1}, {"from": "beau", "to": "bandeau", "weight": 1}, {"from": "beau", "to": "nouveau", "weight": 1}, {"from": "beau", "to": "flambeau", "weight": 1}, {"from": "bandeau", "to": "nouveau", "weight": 1}, {"from": "bandeau", "to": "flambeau", "weight": 1}, {"from": "nouveau", "to": "flambeau", "weight": 1}, {"from": "glace", "to": "efface", "weight": 1}, {"from": "rassis", "to": "six", "weight": 1}, {"from": "mesnagiere", "to": "meusniere", "weight": 1}, {"from": "mesnagiere", "to": "croppiere", "weight": 1}, {"from": "foy", "to": "croy", "weight": 1}, {"from": "foy", "to": "moy", "weight": 1}, {"from": "foy", "to": "toy", "weight": 1}, {"from": "foy", "to": "soy", "weight": 1}, {"from": "foy", "to": "loy", "weight": 1}, {"from": "croy", "to": "moy", "weight": 1}, {"from": "croy", "to": "toy", "weight": 1}, {"from": "moy", "to": "toy", "weight": 1}, {"from": "moy", "to": "soy", "weight": 1}, {"from": "moy", "to": "esmoy", "weight": 1}, {"from": "moy", "to": "loy", "weight": 1}, {"from": "doulz", "to": "vous", "weight": 1}, {"from": "vous", "to": "tous", "weight": 1}, {"from": "vous", "to": "jaloux", "weight": 1}, {"from": "myeulx", "to": "enuieux", "weight": 1}, {"from": "myeulx", "to": "gracieux", "weight": 1}, {"from": "myeulx", "to": "yeux", "weight": 1}, {"from": "enuieux", "to": "gracieux", "weight": 1}, {"from": "enuieux", "to": "yeux", "weight": 1}, {"from": "gracieux", "to": "yeux", "weight": 1}, {"from": "gracieux", "to": "melodieux", "weight": 1}, {"from": "gracieux", "to": "d\u2019yeulx", "weight": 1}, {"from": "oppresse", "to": "tristesse", "weight": 1}, {"from": "croistre", "to": "estre", "weight": 1}, {"from": "croistre", "to": "fenestre", "weight": 1}, {"from": "estre", "to": "fenestre", "weight": 1}, {"from": "estre", "to": "mettre", "weight": 1}, {"from": "estre", "to": "maistre", "weight": 1}, {"from": "estre", "to": "repaistre", "weight": 1}, {"from": "estre", "to": "aistre", "weight": 1}, {"from": "estre", "to": "renaistre", "weight": 1}, {"from": "adventureux", "to": "desireux", "weight": 1}, {"from": "couraige", "to": "volage", "weight": 1}, {"from": "couraige", "to": "message", "weight": 1}, {"from": "couraige", "to": "mariage", "weight": 1}, {"from": "couraige", "to": "visaige", "weight": 1}, {"from": "volage", "to": "message", "weight": 1}, {"from": "contenter", "to": "tormenter", "weight": 1}, {"from": "contenter", "to": "escouter", "weight": 1}, {"from": "contenter", "to": "lamenter", "weight": 1}, {"from": "contenter", "to": "augmenter", "weight": 1}, {"from": "tormenter", "to": "escouter", "weight": 1}, {"from": "tormenter", "to": "lamenter", "weight": 1}, {"from": "escouter", "to": "lamenter", "weight": 1}, {"from": "lamenter", "to": "augmenter", "weight": 1}, {"from": "toy", "to": "esmoy", "weight": 1}, {"from": "fois", "to": "trois", "weight": 1}, {"from": "fois", "to": "doigtz", "weight": 1}, {"from": "fois", "to": "n\u2019oserois", "weight": 1}, {"from": "fois", "to": "endroictz", "weight": 1}, {"from": "bellement", "to": "hardiment", "weight": 1}, {"from": "bellement", "to": "doucement", "weight": 1}, {"from": "hardiment", "to": "doucement", "weight": 1}, {"from": "escorch\u00e9e", "to": "eschauf\u00e9e", "weight": 1}, {"from": "escorch\u00e9e", "to": "affoll\u00e9e", "weight": 1}, {"from": "eschauf\u00e9e", "to": "affoll\u00e9e", "weight": 1}, {"from": "mourir", "to": "secourir", "weight": 1}, {"from": "mourir", "to": "s\u0027enquerir", "weight": 1}, {"from": "secourir", "to": "s\u0027enquerir", "weight": 1}, {"from": "fasse", "to": "prochasse", "weight": 1}, {"from": "fasse", "to": "menasse", "weight": 1}, {"from": "prochasse", "to": "menasse", "weight": 1}, {"from": "souspire", "to": "aspire", "weight": 1}, {"from": "souspire", "to": "m\u0027escrire", "weight": 1}, {"from": "descouvre", "to": "s\u0027ouvre", "weight": 1}, {"from": "gard", "to": "esgard", "weight": 1}, {"from": "gard", "to": "ris", "weight": 1}, {"from": "gard", "to": "Paris", "weight": 1}, {"from": "esgard", "to": "ris", "weight": 1}, {"from": "esgard", "to": "Paris", "weight": 1}, {"from": "ris", "to": "Paris", "weight": 1}, {"from": "nature", "to": "facture", "weight": 1}, {"from": "nature", "to": "taincture", "weight": 1}, {"from": "facture", "to": "taincture", "weight": 1}, {"from": "fillette", "to": "sagette", "weight": 1}, {"from": "fillette", "to": "violette", "weight": 1}, {"from": "fillette", "to": "Michelette", "weight": 1}, {"from": "fillette", "to": "malette", "weight": 1}, {"from": "fillette", "to": "joliette", "weight": 1}, {"from": "pendu", "to": "estendu", "weight": 1}, {"from": "pendu", "to": "entendu", "weight": 1}, {"from": "estendu", "to": "entendu", "weight": 1}, {"from": "railler", "to": "bailler", "weight": 1}, {"from": "aumosne", "to": "donne", "weight": 1}, {"from": "aumosne", "to": "aumosne", "weight": 1}, {"from": "donne", "to": "s\u0027adonne", "weight": 1}, {"from": "donne", "to": "mignone", "weight": 1}, {"from": "donne", "to": "m\u2019addonne", "weight": 1}, {"from": "donne", "to": "s\u2019estonne", "weight": 1}, {"from": "estrangier", "to": "denier", "weight": 1}, {"from": "adroit", "to": "filoit", "weight": 1}, {"from": "meusniere", "to": "croppiere", "weight": 1}, {"from": "monde", "to": "bonde", "weight": 1}, {"from": "monde", "to": "honte", "weight": 1}, {"from": "monde", "to": "confonde", "weight": 1}, {"from": "monde", "to": "monte", "weight": 1}, {"from": "bonde", "to": "honte", "weight": 1}, {"from": "bonde", "to": "confonde", "weight": 1}, {"from": "bonde", "to": "monte", "weight": 1}, {"from": "honte", "to": "confonde", "weight": 1}, {"from": "honte", "to": "monte", "weight": 1}, {"from": "confonde", "to": "monte", "weight": 1}, {"from": "remonstrer", "to": "prescher", "weight": 1}, {"from": "remonstrer", "to": "devaller", "weight": 1}, {"from": "prescher", "to": "devaller", "weight": 1}, {"from": "tien", "to": "sien", "weight": 1}, {"from": "tien", "to": "rien", "weight": 1}, {"from": "lieux", "to": "mieulx", "weight": 1}, {"from": "mieulx", "to": "vieulx", "weight": 1}, {"from": "mieulx", "to": "yeulx", "weight": 1}, {"from": "mieulx", "to": "gratieux", "weight": 1}, {"from": "estim\u00e9e", "to": "consumm\u00e9e", "weight": 1}, {"from": "parer", "to": "demeurer", "weight": 1}, {"from": "parer", "to": "d\u0027esperer", "weight": 1}, {"from": "parer", "to": "retirer", "weight": 1}, {"from": "demeurer", "to": "d\u0027esperer", "weight": 1}, {"from": "demeurer", "to": "retirer", "weight": 1}, {"from": "d\u0027esperer", "to": "retirer", "weight": 1}, {"from": "retirer", "to": "tirer", "weight": 1}, {"from": "retirer", "to": "considerer", "weight": 1}, {"from": "retirer", "to": "d\u2019aspirer", "weight": 1}, {"from": "immortelle", "to": "nouvelles", "weight": 1}, {"from": "vistement", "to": "avant", "weight": 1}, {"from": "souffrance", "to": "l\u0027esperance", "weight": 1}, {"from": "toucher", "to": "approcher", "weight": 1}, {"from": "melancolique", "to": "frenaticque", "weight": 1}, {"from": "calamit\u00e9", "to": "desboutt\u00e9", "weight": 1}, {"from": "maille", "to": "baille", "weight": 1}, {"from": "lasche", "to": "fasche", "weight": 1}, {"from": "raison", "to": "maison", "weight": 1}, {"from": "raison", "to": "saison", "weight": 1}, {"from": "desplaise", "to": "aise", "weight": 1}, {"from": "accusoit", "to": "disoit", "weight": 1}, {"from": "jolie", "to": "folie", "weight": 1}, {"from": "folie", "to": "melancolie", "weight": 1}, {"from": "folie", "to": "mamye", "weight": 1}, {"from": "folie", "to": "emdormie", "weight": 1}, {"from": "vescu", "to": "escu", "weight": 1}, {"from": "vescu", "to": "coqu", "weight": 1}, {"from": "escu", "to": "coqu", "weight": 1}, {"from": "coqu", "to": "tu", "weight": 1}, {"from": "trouble", "to": "double", "weight": 1}, {"from": "gaige", "to": "langaige", "weight": 1}, {"from": "parler", "to": "aller", "weight": 1}, {"from": "decepvant", "to": "devant", "weight": 1}, {"from": "resveille", "to": "sommeille", "weight": 1}, {"from": "resveille", "to": "veille", "weight": 1}, {"from": "sommeille", "to": "veille", "weight": 1}, {"from": "veille", "to": "reveille", "weight": 1}, {"from": "veille", "to": "oreille", "weight": 1}, {"from": "veille", "to": "pareille", "weight": 1}, {"from": "vallet", "to": "folet", "weight": 1}, {"from": "s\u0027esmeut", "to": "veult", "weight": 1}, {"from": "s\u0027esmeut", "to": "peult", "weight": 1}, {"from": "veult", "to": "peult", "weight": 1}, {"from": "meure", "to": "heure", "weight": 1}, {"from": "meure", "to": "asseure", "weight": 1}, {"from": "repos", "to": "propos", "weight": 1}, {"from": "reveille", "to": "oreille", "weight": 1}, {"from": "reveille", "to": "pareille", "weight": 1}, {"from": "oreille", "to": "pareille", "weight": 1}, {"from": "soy", "to": "loy", "weight": 1}, {"from": "loyaulment", "to": "attente", "weight": 1}, {"from": "loyaulment", "to": "nullement", "weight": 1}, {"from": "loyaulment", "to": "presente", "weight": 1}, {"from": "attente", "to": "nullement", "weight": 1}, {"from": "attente", "to": "presente", "weight": 1}, {"from": "nullement", "to": "presente", "weight": 1}, {"from": "notable", "to": "semblable", "weight": 1}, {"from": "entretien", "to": "mien", "weight": 1}, {"from": "recepvoir", "to": "concepvoir", "weight": 1}, {"from": "recepvoir", "to": "veoir", "weight": 1}, {"from": "concepvoir", "to": "veoir", "weight": 1}, {"from": "clameurs", "to": "meurs", "weight": 1}, {"from": "meurs", "to": "heurs", "weight": 1}, {"from": "meurs", "to": "serteurs", "weight": 1}, {"from": "meurs", "to": "fleurs", "weight": 1}, {"from": "sentz", "to": "sens", "weight": 1}, {"from": "simplesse", "to": "destresse", "weight": 1}, {"from": "simplesse", "to": "liesse", "weight": 1}, {"from": "simplesse", "to": "angoisse", "weight": 1}, {"from": "destresse", "to": "liesse", "weight": 1}, {"from": "destresse", "to": "angoisse", "weight": 1}, {"from": "liesse", "to": "angoisse", "weight": 1}, {"from": "croist", "to": "froid", "weight": 1}, {"from": "attaindre", "to": "moindre", "weight": 1}, {"from": "attaindre", "to": "paindre", "weight": 1}, {"from": "attaindre", "to": "craindre", "weight": 1}, {"from": "moindre", "to": "paindre", "weight": 1}, {"from": "moindre", "to": "craindre", "weight": 1}, {"from": "paindre", "to": "craindre", "weight": 1}, {"from": "rose", "to": "desclose", "weight": 1}, {"from": "tirer", "to": "considerer", "weight": 1}, {"from": "tirer", "to": "d\u2019aspirer", "weight": 1}, {"from": "considerer", "to": "d\u2019aspirer", "weight": 1}, {"from": "sien", "to": "rien", "weight": 1}, {"from": "d\u2019exemple", "to": "ensemble", "weight": 1}, {"from": "ensemble", "to": "desasemble", "weight": 1}, {"from": "ensemble", "to": "semble", "weight": 1}, {"from": "nuit", "to": "deduit", "weight": 1}, {"from": "reconse", "to": "responce", "weight": 1}, {"from": "reconse", "to": "desesperance", "weight": 1}, {"from": "reconse", "to": "prononce", "weight": 1}, {"from": "reconse", "to": "jouissance", "weight": 1}, {"from": "responce", "to": "desesperance", "weight": 1}, {"from": "responce", "to": "prononce", "weight": 1}, {"from": "responce", "to": "jouissance", "weight": 1}, {"from": "desesperance", "to": "prononce", "weight": 1}, {"from": "desesperance", "to": "jouissance", "weight": 1}, {"from": "prononce", "to": "jouissance", "weight": 1}, {"from": "jouissance", "to": "desfiances", "weight": 1}, {"from": "jouissance", "to": "doubtance", "weight": 1}, {"from": "incit\u00e9", "to": "r\u00e9cit\u00e9", "weight": 1}, {"from": "passion", "to": "perfection", "weight": 1}, {"from": "passion", "to": "d\u2019affection", "weight": 1}, {"from": "passion", "to": "punition", "weight": 1}, {"from": "passion", "to": "fiction", "weight": 1}, {"from": "passion", "to": "l\u0027invention", "weight": 1}, {"from": "passion", "to": "compassion", "weight": 1}, {"from": "perfection", "to": "d\u2019affection", "weight": 1}, {"from": "perfection", "to": "punition", "weight": 1}, {"from": "d\u2019affection", "to": "punition", "weight": 1}, {"from": "recompense", "to": "offense", "weight": 1}, {"from": "refit", "to": "satisfit", "weight": 1}, {"from": "s\u0027esbatant", "to": "contant", "weight": 1}, {"from": "s\u0027esbatant", "to": "tant", "weight": 1}, {"from": "s\u0027esbatant", "to": "gent", "weight": 1}, {"from": "s\u0027esbatant", "to": "argent", "weight": 1}, {"from": "contant", "to": "tant", "weight": 1}, {"from": "contant", "to": "gent", "weight": 1}, {"from": "contant", "to": "argent", "weight": 1}, {"from": "tant", "to": "gent", "weight": 1}, {"from": "tant", "to": "argent", "weight": 1}, {"from": "tant", "to": "safrettant", "weight": 1}, {"from": "tant", "to": "content", "weight": 1}, {"from": "gent", "to": "argent", "weight": 1}, {"from": "beaucoup", "to": "coup", "weight": 1}, {"from": "coup", "to": "coup", "weight": 1}, {"from": "contraire", "to": "satisfaire", "weight": 1}, {"from": "contraire", "to": "adversaire", "weight": 1}, {"from": "assentir", "to": "sentir", "weight": 1}, {"from": "assentir", "to": "consentir", "weight": 1}, {"from": "assentir", "to": "repentir", "weight": 1}, {"from": "sentir", "to": "consentir", "weight": 1}, {"from": "sentir", "to": "repentir", "weight": 1}, {"from": "consentir", "to": "repentir", "weight": 1}, {"from": "treuve", "to": "preuve", "weight": 1}, {"from": "treuve", "to": "\u0153uvre", "weight": 1}, {"from": "preuve", "to": "\u0153uvre", "weight": 1}, {"from": "serviteur", "to": "s\u0153ur", "weight": 1}, {"from": "trace", "to": "face", "weight": 1}, {"from": "subitement", "to": "comment", "weight": 1}, {"from": "subitement", "to": "rudement", "weight": 1}, {"from": "fier", "to": "legier", "weight": 1}, {"from": "melancolie", "to": "mamye", "weight": 1}, {"from": "melancolie", "to": "emdormie", "weight": 1}, {"from": "mamye", "to": "emdormie", "weight": 1}, {"from": "mamye", "to": "d\u0027envie", "weight": 1}, {"from": "mamye", "to": "mye", "weight": 1}, {"from": "souper", "to": "destouper", "weight": 1}, {"from": "bois", "to": "moys", "weight": 1}, {"from": "ennuye", "to": "ennuy", "weight": 1}, {"from": "ennuy", "to": "aujourdhuy", "weight": 1}, {"from": "violette", "to": "Michelette", "weight": 1}, {"from": "violette", "to": "malette", "weight": 1}, {"from": "violette", "to": "joliette", "weight": 1}, {"from": "violette", "to": "violette", "weight": 1}, {"from": "pucellage", "to": "village", "weight": 1}, {"from": "pucellage", "to": "visage", "weight": 1}, {"from": "village", "to": "visage", "weight": 1}, {"from": "vendu", "to": "perdu", "weight": 1}, {"from": "perdu", "to": "morfondu", "weight": 1}, {"from": "perdu", "to": "defendu", "weight": 1}, {"from": "converser", "to": "verser", "weight": 1}, {"from": "diverse", "to": "renverse", "weight": 1}, {"from": "diverse", "to": "traverse", "weight": 1}, {"from": "diverse", "to": "perverse", "weight": 1}, {"from": "renverse", "to": "traverse", "weight": 1}, {"from": "renverse", "to": "perverse", "weight": 1}, {"from": "traverse", "to": "perverse", "weight": 1}, {"from": "pip\u00e9e", "to": "destrap\u00e9e", "weight": 1}, {"from": "battre", "to": "combatre", "weight": 1}, {"from": "cheval", "to": "desloyal", "weight": 1}, {"from": "picquer", "to": "triqueter", "weight": 1}, {"from": "croupiere", "to": "priere", "weight": 1}, {"from": "croupiere", "to": "maniere", "weight": 1}, {"from": "priere", "to": "maniere", "weight": 1}, {"from": "presumer", "to": "consumer", "weight": 1}, {"from": "qu\u2019humaine", "to": "mondaine", "weight": 1}, {"from": "certaine", "to": "incertaine", "weight": 1}, {"from": "certaine", "to": "pleine", "weight": 1}, {"from": "d\u0027envie", "to": "mye", "weight": 1}, {"from": "joye", "to": "soye", "weight": 1}, {"from": "vieulx", "to": "yeulx", "weight": 1}, {"from": "vieulx", "to": "gratieux", "weight": 1}, {"from": "yeulx", "to": "gratieux", "weight": 1}, {"from": "yeulx", "to": "soigneux", "weight": 1}, {"from": "yeulx", "to": "envieux", "weight": 1}, {"from": "yeulx", "to": "semidieux", "weight": 1}, {"from": "yeulx", "to": "soucieux", "weight": 1}, {"from": "revere", "to": "vere", "weight": 1}, {"from": "revere", "to": "primevere", "weight": 1}, {"from": "boucage", "to": "sage", "weight": 1}, {"from": "homme", "to": "homme", "weight": 1}, {"from": "meshuy", "to": "meshuy", "weight": 1}, {"from": "levay", "to": "crieray", "weight": 1}, {"from": "levay", "to": "gay", "weight": 1}, {"from": "levay", "to": "hay", "weight": 1}, {"from": "levay", "to": "l\u2019embrassay", "weight": 1}, {"from": "levay", "to": "crierai", "weight": 1}, {"from": "levay", "to": "jectay", "weight": 1}, {"from": "crieray", "to": "gay", "weight": 1}, {"from": "crieray", "to": "hay", "weight": 1}, {"from": "crieray", "to": "l\u2019embrassay", "weight": 1}, {"from": "crieray", "to": "crierai", "weight": 1}, {"from": "crieray", "to": "jectay", "weight": 1}, {"from": "gay", "to": "hay", "weight": 1}, {"from": "gay", "to": "l\u2019embrassay", "weight": 1}, {"from": "gay", "to": "crierai", "weight": 1}, {"from": "gay", "to": "jectay", "weight": 1}, {"from": "hay", "to": "l\u2019embrassay", "weight": 1}, {"from": "hay", "to": "crierai", "weight": 1}, {"from": "hay", "to": "jectay", "weight": 1}, {"from": "hay", "to": "hay", "weight": 1}, {"from": "l\u2019embrassay", "to": "crierai", "weight": 1}, {"from": "l\u2019embrassay", "to": "jectay", "weight": 1}, {"from": "crierai", "to": "jectay", "weight": 1}, {"from": "heure", "to": "asseure", "weight": 1}, {"from": "cent", "to": "passant", "weight": 1}, {"from": "repaistre", "to": "aistre", "weight": 1}, {"from": "repaistre", "to": "renaistre", "weight": 1}, {"from": "aistre", "to": "renaistre", "weight": 1}, {"from": "veiller", "to": "s\u2019emerveiller", "weight": 1}, {"from": "remercie", "to": "soucie", "weight": 1}, {"from": "rebource", "to": "courrouce", "weight": 1}, {"from": "rebource", "to": "pource", "weight": 1}, {"from": "rebource", "to": "bourse", "weight": 1}, {"from": "courrouce", "to": "pource", "weight": 1}, {"from": "courrouce", "to": "bourse", "weight": 1}, {"from": "courrouce", "to": "recousse", "weight": 1}, {"from": "pource", "to": "bourse", "weight": 1}, {"from": "saulvez", "to": "s\u00e7avez", "weight": 1}, {"from": "vent", "to": "souvent", "weight": 1}, {"from": "notte", "to": "denotte", "weight": 1}, {"from": "notte", "to": "linotte", "weight": 1}, {"from": "denotte", "to": "linotte", "weight": 1}, {"from": "doigtz", "to": "n\u2019oserois", "weight": 1}, {"from": "doigtz", "to": "endroictz", "weight": 1}, {"from": "n\u2019oserois", "to": "endroictz", "weight": 1}, {"from": "mignone", "to": "m\u2019addonne", "weight": 1}, {"from": "mignone", "to": "s\u2019estonne", "weight": 1}, {"from": "m\u2019addonne", "to": "s\u2019estonne", "weight": 1}, {"from": "escient", "to": "patient", "weight": 1}, {"from": "dame", "to": "l\u2019ame", "weight": 1}, {"from": "faschez", "to": "taschez", "weight": 1}, {"from": "faschez", "to": "marchez", "weight": 1}, {"from": "taschez", "to": "marchez", "weight": 1}, {"from": "mignotise", "to": "promise", "weight": 1}, {"from": "mignotise", "to": "chemise", "weight": 1}, {"from": "promise", "to": "chemise", "weight": 1}, {"from": "chemise", "to": "guise", "weight": 1}, {"from": "demy", "to": "l\u2019ami", "weight": 1}, {"from": "fraize", "to": "plaise", "weight": 1}, {"from": "fraize", "to": "s\u2019appaise", "weight": 1}, {"from": "fraize", "to": "ayse", "weight": 1}, {"from": "plaise", "to": "s\u2019appaise", "weight": 1}, {"from": "plaise", "to": "ayse", "weight": 1}, {"from": "s\u2019appaise", "to": "ayse", "weight": 1}, {"from": "l\u2019advenir", "to": "tenir", "weight": 1}, {"from": "finie", "to": "agonie", "weight": 1}, {"from": "cruault\u00e9", "to": "loyault\u00e9", "weight": 1}, {"from": "cruault\u00e9", "to": "austerit\u00e9", "weight": 1}, {"from": "plaincte", "to": "estaincte", "weight": 1}, {"from": "oubli", "to": "pli", "weight": 1}, {"from": "oubli", "to": "accompli", "weight": 1}, {"from": "pli", "to": "accompli", "weight": 1}, {"from": "po\u00ebtes", "to": "estes", "weight": 1}, {"from": "po\u00ebtes", "to": "retraictes", "weight": 1}, {"from": "estes", "to": "retraictes", "weight": 1}, {"from": "moyti\u00e9", "to": "d\u2019amiti\u00e9", "weight": 1}, {"from": "s\u2019amie", "to": "manie", "weight": 1}, {"from": "s\u2019amie", "to": "ennuie", "weight": 1}, {"from": "occasion", "to": "religion", "weight": 1}, {"from": "occasion", "to": "devotion", "weight": 1}, {"from": "occasion", "to": "l\u2019ascention", "weight": 1}, {"from": "religion", "to": "devotion", "weight": 1}, {"from": "religion", "to": "l\u2019ascention", "weight": 1}, {"from": "devotion", "to": "l\u2019ascention", "weight": 1}, {"from": "feste", "to": "feste", "weight": 1}, {"from": "prez", "to": "pres", "weight": 1}, {"from": "froidure", "to": "couverture", "weight": 1}, {"from": "froidure", "to": "paincture", "weight": 1}, {"from": "desfiances", "to": "doubtance", "weight": 1}, {"from": "souffre", "to": "souffre", "weight": 1}, {"from": "pippe", "to": "trippe", "weight": 1}, {"from": "pippe", "to": "pippe", "weight": 1}, {"from": "Jehannette", "to": "jeunette", "weight": 1}, {"from": "contendre", "to": "tendre", "weight": 1}, {"from": "contendre", "to": "estendre", "weight": 1}, {"from": "tendre", "to": "estendre", "weight": 1}, {"from": "prest\u00e9", "to": "apprest\u00e9", "weight": 1}, {"from": "jours", "to": "amours", "weight": 1}, {"from": "jours", "to": "secours", "weight": 1}, {"from": "amours", "to": "tousjours", "weight": 1}, {"from": "ennuyeux", "to": "envieux", "weight": 1}, {"from": "ennuyeux", "to": "dieux", "weight": 1}, {"from": "envieux", "to": "dieux", "weight": 1}, {"from": "envieux", "to": "semidieux", "weight": 1}, {"from": "jeunesse", "to": "cesse", "weight": 1}, {"from": "jeunesse", "to": "maistresse", "weight": 1}, {"from": "cesse", "to": "maistresse", "weight": 1}, {"from": "Hercules", "to": "les", "weight": 1}, {"from": "ferme", "to": "conferme", "weight": 1}, {"from": "ferme", "to": "terme", "weight": 1}, {"from": "conferme", "to": "terme", "weight": 1}, {"from": "jalousie", "to": "frenaisie", "weight": 1}, {"from": "jalousie", "to": "fantaisie", "weight": 1}, {"from": "frenaisie", "to": "fantaisie", "weight": 1}, {"from": "attaintz", "to": "vains", "weight": 1}, {"from": "pudique", "to": "picque", "weight": 1}, {"from": "pudique", "to": "impudique", "weight": 1}, {"from": "picque", "to": "impudique", "weight": 1}, {"from": "imperfaict", "to": "perfaict", "weight": 1}, {"from": "regarder", "to": "garder", "weight": 1}, {"from": "tue", "to": "veue", "weight": 1}, {"from": "tue", "to": "pourveue", "weight": 1}, {"from": "veue", "to": "pourveue", "weight": 1}, {"from": "perfaicte", "to": "faicte", "weight": 1}, {"from": "consacr\u00e9", "to": "gr\u00e9", "weight": 1}, {"from": "heurs", "to": "serteurs", "weight": 1}, {"from": "heurs", "to": "fleurs", "weight": 1}, {"from": "serteurs", "to": "fleurs", "weight": 1}, {"from": "jalouzie", "to": "fie", "weight": 1}, {"from": "jalouzie", "to": "fantasie", "weight": 1}, {"from": "presaige", "to": "saige", "weight": 1}, {"from": "contr\u00e9e", "to": "oultr\u00e9e", "weight": 1}, {"from": "fiction", "to": "l\u0027invention", "weight": 1}, {"from": "tresfort", "to": "reconfort", "weight": 1}, {"from": "mensonger", "to": "changer", "weight": 1}, {"from": "voirra", "to": "changera", "weight": 1}, {"from": "conjonction", "to": "separation", "weight": 1}, {"from": "desasemble", "to": "semble", "weight": 1}, {"from": "semble", "to": "semble", "weight": 1}, {"from": "adieu", "to": "Dieu", "weight": 1}, {"from": "affection", "to": "affliction", "weight": 1}, {"from": "affection", "to": "intention", "weight": 1}, {"from": "affection", "to": "consolation", "weight": 1}, {"from": "affection", "to": "union", "weight": 1}, {"from": "s\u0027enflamme", "to": "flamme", "weight": 1}, {"from": "berger", "to": "coucher", "weight": 1}, {"from": "berger", "to": "despouiller", "weight": 1}, {"from": "coucher", "to": "despouiller", "weight": 1}, {"from": "present", "to": "plaisant", "weight": 1}, {"from": "present", "to": "pensant", "weight": 1}, {"from": "plaisant", "to": "pensant", "weight": 1}, {"from": "donn\u00e9", "to": "orn\u00e9", "weight": 1}, {"from": "donn\u00e9", "to": "estonn\u00e9", "weight": 1}, {"from": "orn\u00e9", "to": "estonn\u00e9", "weight": 1}, {"from": "marjoulaine", "to": "haleine", "weight": 1}, {"from": "descouvrir", "to": "recouvrir", "weight": 1}, {"from": "compagnye", "to": "m\u0027ennuye", "weight": 1}, {"from": "compagnye", "to": "prie", "weight": 1}, {"from": "m\u0027ennuye", "to": "prie", "weight": 1}, {"from": "pens\u00e9e", "to": "desir\u00e9e", "weight": 1}, {"from": "pens\u00e9e", "to": "embrass\u00e9e", "weight": 1}, {"from": "peu", "to": "feu", "weight": 1}, {"from": "peu", "to": "lieu", "weight": 1}, {"from": "feu", "to": "lieu", "weight": 1}, {"from": "damoyselles", "to": "belles", "weight": 1}, {"from": "morfondu", "to": "defendu", "weight": 1}, {"from": "fault", "to": "chault", "weight": 1}, {"from": "naissance", "to": "l\u2019accointance", "weight": 1}, {"from": "habitation", "to": "s\u00e9paration", "weight": 1}, {"from": "habitation", "to": "fruiction", "weight": 1}, {"from": "s\u00e9paration", "to": "fruiction", "weight": 1}, {"from": "accoinctance", "to": "esperance", "weight": 1}, {"from": "intention", "to": "consolation", "weight": 1}, {"from": "intention", "to": "union", "weight": 1}, {"from": "consolation", "to": "union", "weight": 1}, {"from": "recouvra", "to": "mourra", "weight": 1}, {"from": "d\u0027aymant", "to": "patienment", "weight": 1}, {"from": "pitoyable", "to": "convenable", "weight": 1}, {"from": "die", "to": "adoulcie", "weight": 1}, {"from": "bocquet", "to": "Jacquet", "weight": 1}, {"from": "bocquet", "to": "banquet", "weight": 1}, {"from": "bocquet", "to": "tronquet", "weight": 1}, {"from": "bocquet", "to": "pacquet", "weight": 1}, {"from": "bocquet", "to": "bocquet", "weight": 1}, {"from": "Jacquet", "to": "banquet", "weight": 1}, {"from": "Jacquet", "to": "tronquet", "weight": 1}, {"from": "Jacquet", "to": "pacquet", "weight": 1}, {"from": "banquet", "to": "tronquet", "weight": 1}, {"from": "banquet", "to": "pacquet", "weight": 1}, {"from": "tronquet", "to": "pacquet", "weight": 1}, {"from": "Michelette", "to": "malette", "weight": 1}, {"from": "Michelette", "to": "joliette", "weight": 1}, {"from": "malette", "to": "joliette", "weight": 1}, {"from": "presence", "to": "s\u0027advance", "weight": 1}, {"from": "presence", "to": "ce", "weight": 1}, {"from": "s\u0027advance", "to": "ce", "weight": 1}, {"from": "mort", "to": "desconfort", "weight": 1}, {"from": "nud", "to": "cogneu", "weight": 1}, {"from": "(helas", "to": "las", "weight": 1}, {"from": "desir\u00e9e", "to": "embrass\u00e9e", "weight": 1}, {"from": "apprise", "to": "requise", "weight": 1}, {"from": "passe", "to": "trespasse", "weight": 1}, {"from": "sentiras", "to": "diras", "weight": 1}, {"from": "opportun", "to": "un", "weight": 1}, {"from": "vouldroye", "to": "couldroye", "weight": 1}, {"from": "vouldroye", "to": "serviroye", "weight": 1}, {"from": "couldroye", "to": "serviroye", "weight": 1}, {"from": "nombre", "to": "l\u2019umbre", "weight": 1}, {"from": "soleil", "to": "conseil", "weight": 1}, {"from": "dispenser", "to": "penser", "weight": 1}, {"from": "penser", "to": "offenser", "weight": 1}, {"from": "incertaine", "to": "pleine", "weight": 1}, {"from": "fie", "to": "fantasie", "weight": 1}, {"from": "rencontray", "to": "j\u0027ay", "weight": 1}, {"from": "rencontray", "to": "diray", "weight": 1}, {"from": "j\u0027ay", "to": "diray", "weight": 1}, {"from": "diray", "to": "resjouiray", "weight": 1}, {"from": "mourrois", "to": "demourrois", "weight": 1}, {"from": "marier", "to": "crier", "weight": 1}, {"from": "delaiss\u00e9e", "to": "bless\u00e9e", "weight": 1}, {"from": "amere", "to": "complaire", "weight": 1}, {"from": "esjouir", "to": "jouir", "weight": 1}, {"from": "esjouir", "to": "ouir", "weight": 1}, {"from": "esjouir", "to": "resjouir", "weight": 1}, {"from": "jouir", "to": "ouir", "weight": 1}, {"from": "jouir", "to": "resjouir", "weight": 1}, {"from": "ouir", "to": "resjouir", "weight": 1}, {"from": "vouloir", "to": "douloir", "weight": 1}, {"from": "vouloir", "to": "non-chaloir", "weight": 1}, {"from": "douloir", "to": "non-chaloir", "weight": 1}, {"from": "supporte", "to": "porte", "weight": 1}]);
// adding nodes and edges to the graph
data = {nodes: nodes, edges: edges};
var options = {
"configure": {
"enabled": false
},
"edges": {
"color": {
"inherit": true
},
"smooth": {
"enabled": false,
"type": "continuous"
}
},
"interaction": {
"dragNodes": true,
"hideEdgesOnDrag": false,
"hideNodesOnDrag": false
},
"physics": {
"enabled": true,
"stabilization": {
"enabled": true,
"fit": true,
"iterations": 1000,
"onlyDynamicEdges": false,
"updateInterval": 50
}
}
};
network = new vis.Network(container, data, options);
network.on("stabilizationProgress", function(params) {
document.getElementById('loadingBar').removeAttribute("style");
var maxWidth = 496;
var minWidth = 20;
var widthFactor = params.iterations/params.total;
var width = Math.max(minWidth,maxWidth * widthFactor);
document.getElementById('bar').style.width = width + 'px';
document.getElementById('text').innerHTML = Math.round(widthFactor*100) + '%';
});
network.once("stabilizationIterationsDone", function() {
document.getElementById('text').innerHTML = '100%';
document.getElementById('bar').style.width = '496px';
document.getElementById('loadingBar').style.opacity = 0;
// really clean the dom element
setTimeout(function () {document.getElementById('loadingBar').style.display = 'none';}, 500);
});
return network;
}
drawGraph();
</script>
</body>
</html>