diff --git a/templates/admin/wiki_compare.html.twig b/templates/admin/wiki_compare.html.twig index ec859dad..08c903a2 100644 --- a/templates/admin/wiki_compare.html.twig +++ b/templates/admin/wiki_compare.html.twig @@ -111,10 +111,13 @@ {% if fr_page is defined and fr_page is not null %} - {% if detailed_comparison is defined and detailed_comparison is not null and detailed_comparison.grammar_suggestions is defined and detailed_comparison.grammar_suggestions is not null and detailed_comparison.grammar_suggestions|length > 0 %} + {% if fr_page is defined and fr_page is not null and fr_page.grammar_suggestions is defined and fr_page.grammar_suggestions is not null and fr_page.grammar_suggestions|length > 0 %}
-
+

Suggestions de corrections grammaticales

+
@@ -125,17 +128,19 @@ - + - {% for suggestion in detailed_comparison.grammar_suggestions %} + {% for suggestion in fr_page.grammar_suggestions|slice(0, 5) %}
ContexteTexte Message Suggestions
- {% if suggestion.context is defined %} - {{ suggestion.context }} + {% if suggestion.before is defined and suggestion.text is defined and suggestion.after is defined %} + {{ suggestion.before|slice(-20)|trim }} + {{ suggestion.text }} + {{ suggestion.after|slice(0, 20)|trim }} {% endif %} @@ -145,11 +150,16 @@ {% if suggestion.suggestions is defined and suggestion.suggestions is iterable and suggestion.suggestions|length > 0 %} -
    - {% for correction in suggestion.suggestions %} -
  • {{ correction }}
  • - {% endfor %} -
+ {% else %} Aucune suggestion {% endif %} @@ -158,6 +168,132 @@ {% endfor %}
+ {% if fr_page.grammar_suggestions|length > 5 %} +
+

{{ fr_page.grammar_suggestions|length - 5 }} suggestions supplémentaires disponibles

+
+ {% endif %} +
+
+
+ + + + {% endif %} + + {% if fr_page is defined and fr_page is not null and fr_page.categories is defined and (fr_page.categories|length == 0) and en_page is defined and en_page.categories is defined and (en_page.categories|length > 0) %} +
+
+

Suggestion d'ajout de catégories

+
+
+
+

La page française ne contient aucune catégorie.

+

Les catégories aident à organiser les pages wiki et à les rendre plus facilement découvrables. Considérez ajouter les catégories suivantes de la page anglaise :

+
+ +
+
+
+
+

Catégories suggérées

+
+
+
    + {% for category in en_page.categories %} +
  • + {{ category }} +
  • + {% endfor %} +
+
+
+
+
+
+
+

Comment ajouter des catégories

+
+
+

Pour ajouter des catégories à la page wiki :

+
    +
  1. Éditez la page française sur le wiki OSM
  2. +
  3. Ajoutez les catégories à la fin de la page en utilisant la syntaxe suivante :
  4. +
+
+ + [[Category:Nom de la catégorie]]
+ [[Category:Autre catégorie]] +
+
+

Vous pouvez également utiliser l'interface d'édition du wiki pour ajouter des catégories.

+ +
+
+
diff --git a/wiki_compare/install_ubuntu.sh b/wiki_compare/install_ubuntu.sh new file mode 100644 index 00000000..25628215 --- /dev/null +++ b/wiki_compare/install_ubuntu.sh @@ -0,0 +1 @@ +sudo apt install aspell aspell-fr grammalecte-cli diff --git a/wiki_compare/outdated_pages.json b/wiki_compare/outdated_pages.json index b4dc614a..27a88c77 100644 --- a/wiki_compare/outdated_pages.json +++ b/wiki_compare/outdated_pages.json @@ -2524,7 +2524,8 @@ "Top-level keys" ], "description_img_url": "https://wiki.openstreetmap.org/w/images/thumb/6/61/Emptyhouse.jpg/200px-Emptyhouse.jpg", - "is_specific_page": false + "is_specific_page": false, + "grammar_suggestions": [] }, "fr_page": { "key": "building", @@ -4707,6 +4708,15629 @@ ], "description_img_url": "https://wiki.openstreetmap.org/w/images/thumb/6/61/Emptyhouse.jpg/200px-Emptyhouse.jpg", "is_specific_page": false, + "grammar_suggestions": [ + { + "paragraph": 1, + "start": 1452, + "end": 1454, + "type": "typo", + "message": "Pas d’espace avant ce signe.", + "suggestions": [ + ")" + ], + "text": " )", + "before": "essairement le même que l'usage actuel du bâtiment (défini avec building:use = *", + "after": ". Par exemple, un bâtiment d'hôpital qui est abandonné ou qui a été réaffecté es" + }, + { + "paragraph": 1, + "start": 4128, + "end": 4129, + "type": "typo", + "message": "Il manque un espace après la parenthèse.", + "suggestions": [ + ") " + ], + "text": ")", + "before": "vec la maison voisine. building static_caravan Mobilhome laissé de manière (semi", + "after": "permanente à un même emplacement. building stilt_house Une maison sur pilotis, a" + }, + { + "paragraph": 1, + "start": 1208, + "end": 1210, + "type": "typo", + "message": "Pas d’espace avant un point.", + "suggestions": [ + "." + ], + "text": " .", + "before": "s exemples 4 Voir aussi Tagging L'usage le plus basique de la clé building = yes", + "after": " Il est également possible d'utiliser des valeurs définies ci-dessous pour class" + }, + { + "paragraph": 1, + "start": 1567, + "end": 1569, + "type": "typo", + "message": "Pas d’espace avant un point.", + "suggestions": [ + "." + ], + "text": " .", + "before": "tal qui est abandonné ou qui a été réaffecté est toujours un building = hospital", + "after": " De plus pour marquer les hôpitaux actifs composés d'un seul bâtiment, on peut u" + }, + { + "paragraph": 1, + "start": 3136, + "end": 3138, + "type": "typo", + "message": "Pas d’espace avant un point.", + "suggestions": [ + "." + ], + "text": " .", + "before": "sont pas des dortoirs \"partagés\" comme suggéré par le faux-ami anglais dormitory", + "after": " building farm Bâtiment d'habitation d'une ferme. Préférer building = house lors" + }, + { + "paragraph": 1, + "start": 3725, + "end": 3727, + "type": "typo", + "message": "Pas d’espace avant un point.", + "suggestions": [ + "." + ], + "text": " .", + "before": " spécifier de valeurs plus précises comme building = detached ou building = farm", + "after": " building houseboat Péniche, bateau principalement utilisé comme habitation. bui" + }, + { + "paragraph": 1, + "start": 3960, + "end": 3962, + "type": "typo", + "message": "Pas d’espace avant un point.", + "suggestions": [ + "." + ], + "text": " .", + "before": " pas spécifier une valeur plus précise comme house , apartments , terrace ou hut", + "after": " building semidetached_house Une villa 3 façades c'est à dire ayant un mur en co" + }, + { + "paragraph": 1, + "start": 4874, + "end": 4876, + "type": "typo", + "message": "Pas d’espace avant un point.", + "suggestions": [ + "." + ], + "text": " .", + "before": "buer le périmètre incluant ce building = commercial avec un landuse = commercial", + "after": " À combiner avec office=* pour décrire le type de bureaux. Attention : \"commerci" + }, + { + "paragraph": 1, + "start": 3930, + "end": 3932, + "type": "typo", + "message": "Pas d’espace avant une virgule.", + "suggestions": [ + "," + ], + "text": " ,", + "before": "ag générique si vous ne voulez pas spécifier une valeur plus précise comme house", + "after": " apartments , terrace ou hut . building semidetached_house Une villa 3 façades c" + }, + { + "paragraph": 1, + "start": 3943, + "end": 3945, + "type": "typo", + "message": "Pas d’espace avant une virgule.", + "suggestions": [ + "," + ], + "text": " ,", + "before": "si vous ne voulez pas spécifier une valeur plus précise comme house , apartments", + "after": " terrace ou hut . building semidetached_house Une villa 3 façades c'est à dire a" + }, + { + "paragraph": 1, + "start": 739, + "end": 741, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "pass-turbo OSM Tag History La clé building est utilisée pour définir le contour ", + "after": "un bâtiment. Contents 1 Tagging 1.1 Bâtiment (building) 1.1.1 Habitation 1.1.2 C" + }, + { + "paragraph": 1, + "start": 1084, + "end": 1086, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "timents techniques 1.1.10 Autres 1.1.11 Attributs additionnels 2 Quelques façon ", + "after": "obtenir le contour des bâtiments 3 Quelques exemples 4 Voir aussi Tagging L'usag" + }, + { + "paragraph": 1, + "start": 1160, + "end": 1162, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "L’" + ], + "text": "L'", + "before": "çon d'obtenir le contour des bâtiments 3 Quelques exemples 4 Voir aussi Tagging ", + "after": "usage le plus basique de la clé building = yes . Il est également possible d'uti" + }, + { + "paragraph": 1, + "start": 1237, + "end": 1239, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "ng L'usage le plus basique de la clé building = yes . Il est également possible ", + "after": "utiliser des valeurs définies ci-dessous pour classifier les types de bâtiments." + }, + { + "paragraph": 1, + "start": 1359, + "end": 1361, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "n’" + ], + "text": "n'", + "before": " pour classifier les types de bâtiments. Il est à noter que le type de bâtiment ", + "after": "est pas nécessairement le même que l'usage actuel du bâtiment (défini avec build" + }, + { + "paragraph": 1, + "start": 1396, + "end": 1398, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "l’" + ], + "text": "l'", + "before": "ts. Il est à noter que le type de bâtiment n'est pas nécessairement le même que ", + "after": "usage actuel du bâtiment (défini avec building:use = * ). Par exemple, un bâtime" + }, + { + "paragraph": 1, + "start": 1481, + "end": 1483, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "ge actuel du bâtiment (défini avec building:use = * ). Par exemple, un bâtiment ", + "after": "hôpital qui est abandonné ou qui a été réaffecté est toujours un building = hosp" + }, + { + "paragraph": 1, + "start": 1620, + "end": 1622, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "ours un building = hospital . De plus pour marquer les hôpitaux actifs composés ", + "after": "un seul bâtiment, on peut utiliser amenity = hospital sur le bâtiment. Si l'hôpi" + }, + { + "paragraph": 1, + "start": 1696, + "end": 1698, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "l’" + ], + "text": "l'", + "before": "sés d'un seul bâtiment, on peut utiliser amenity = hospital sur le bâtiment. Si ", + "after": "hôpital est un complexe de plusieurs bâtiments, amenity = hospital ne doit pas ê" + }, + { + "paragraph": 1, + "start": 1813, + "end": 1815, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "l’" + ], + "text": "l'", + "before": "s bâtiments, amenity = hospital ne doit pas être appliqué aux bâtiments, mais à ", + "after": "aire englobant ces derniers. Bâtiment (building) Utilisé pour identifier des bât" + }, + { + "paragraph": 1, + "start": 1989, + "end": 1991, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "l’" + ], + "text": "l'", + "before": "uels ou groupes de bâtiments connectés. Voir Buildings pour plus de détails sur ", + "after": "utilisation de ce tag et man_made =* pour identifier diverses autres structures." + }, + { + "paragraph": 1, + "start": 2280, + "end": 2282, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "s’" + ], + "text": "s'", + "before": " avoir une ou des boutique(s) au rez-de-chaussée. building barracks Caserne. Il ", + "after": "agit d'un bâtiment construit dans le but de loger des troupes et personnels mili" + }, + { + "paragraph": 1, + "start": 2287, + "end": 2289, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "une ou des boutique(s) au rez-de-chaussée. building barracks Caserne. Il s'agit ", + "after": "un bâtiment construit dans le but de loger des troupes et personnels militaires " + }, + { + "paragraph": 1, + "start": 2876, + "end": 2878, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "s’" + ], + "text": "s'", + "before": " main residential unit. building dormitory Résidence universitaire ou foyer. Il ", + "after": "agit d'un ou plusieurs bâtiments \"partagés\", mais avec des chambres individuelle" + }, + { + "paragraph": 1, + "start": 2883, + "end": 2885, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "esidential unit. building dormitory Résidence universitaire ou foyer. Il s'agit ", + "after": "un ou plusieurs bâtiments \"partagés\", mais avec des chambres individuelles, comm" + }, + { + "paragraph": 1, + "start": 3162, + "end": 3164, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "tagés\" comme suggéré par le faux-ami anglais dormitory . building farm Bâtiment ", + "after": "habitation d'une ferme. Préférer building = house lorsque le bâtiment est une si" + }, + { + "paragraph": 1, + "start": 3175, + "end": 3177, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "suggéré par le faux-ami anglais dormitory . building farm Bâtiment d'habitation ", + "after": "une ferme. Préférer building = house lorsque le bâtiment est une simple maison s" + }, + { + "paragraph": 1, + "start": 3521, + "end": 3523, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "l’" + ], + "text": "l'", + "before": "t. Normalement utilisé en conjonction avec tourism = hotel pour les terrains de ", + "after": "hôtel y compris les zones de loisirs et les parkings. building house Maison fami" + }, + { + "paragraph": 1, + "start": 4011, + "end": 4013, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "c’" + ], + "text": "c'", + "before": ", apartments , terrace ou hut . building semidetached_house Une villa 3 façades ", + "after": "est à dire ayant un mur en commun avec la maison voisine. building static_carava" + }, + { + "paragraph": 1, + "start": 4228, + "end": 4230, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "e emplacement. building stilt_house Une maison sur pilotis, au dessus du sol ou ", + "after": "un plan d'eau building terrace Rangée de maisons résidentielles mitoyennes. Il e" + }, + { + "paragraph": 1, + "start": 4238, + "end": 4240, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "ent. building stilt_house Une maison sur pilotis, au dessus du sol ou d'un plan ", + "after": "eau building terrace Rangée de maisons résidentielles mitoyennes. Il est possibl" + }, + { + "paragraph": 1, + "start": 4538, + "end": 4540, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "n’" + ], + "text": "n'", + "before": "uit sur des poteaux ou directement dans un un arbre. Une cabane dans les arbres ", + "after": "a aucun contact avec le sol. Accès via des échelles, des escaliers ou des passer" + }, + { + "paragraph": 1, + "start": 4787, + "end": 4789, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "rcial Bâtiment où ont lieu des activités tertiaires non spécifiques. Considérer ", + "after": "attribuer le périmètre incluant ce building = commercial avec un landuse = comme" + }, + { + "paragraph": 1, + "start": 4994, + "end": 4996, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "l’" + ], + "text": "l'", + "before": " le type de bureaux. Attention : \"commercial\" est un \"faux ami\". Il ne faut pas ", + "after": "entendre au sens \"magasins\" ou \"boutiques\" mais bien \"affaires commerciales\" : d" + }, + { + "paragraph": 1, + "start": 5116, + "end": 5118, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "s\" mais bien \"affaires commerciales\" : des activités tertiaires (bureaux, parcs ", + "after": "activités, services).\n" + }, + { + "paragraph": 1, + "start": 2911, + "end": 2912, + "type": "typo", + "message": "Guillemets typographiques ouvrants.", + "suggestions": [ + "« ", + "“" + ], + "text": "\"", + "before": "rmitory Résidence universitaire ou foyer. Il s'agit d'un ou plusieurs bâtiments ", + "after": "partagés\", mais avec des chambres individuelles, comme dans les résidences unive" + }, + { + "paragraph": 1, + "start": 3078, + "end": 3079, + "type": "typo", + "message": "Guillemets typographiques ouvrants.", + "suggestions": [ + "« ", + "“" + ], + "text": "\"", + "before": "res, foyers de jeunes travailleurs, ... Attention : Ce ne sont pas des dortoirs ", + "after": "partagés\" comme suggéré par le faux-ami anglais dormitory . building farm Bâtime" + }, + { + "paragraph": 1, + "start": 4947, + "end": 4948, + "type": "typo", + "message": "Guillemets typographiques ouvrants.", + "suggestions": [ + "« ", + "“" + ], + "text": "\"", + "before": "mercial . À combiner avec office=* pour décrire le type de bureaux. Attention : ", + "after": "commercial\" est un \"faux ami\". Il ne faut pas l'entendre au sens \"magasins\" ou \"" + }, + { + "paragraph": 1, + "start": 4967, + "end": 4968, + "type": "typo", + "message": "Guillemets typographiques ouvrants.", + "suggestions": [ + "« ", + "“" + ], + "text": "\"", + "before": " avec office=* pour décrire le type de bureaux. Attention : \"commercial\" est un ", + "after": "faux ami\". Il ne faut pas l'entendre au sens \"magasins\" ou \"boutiques\" mais bien" + }, + { + "paragraph": 1, + "start": 5013, + "end": 5014, + "type": "typo", + "message": "Guillemets typographiques ouvrants.", + "suggestions": [ + "« ", + "“" + ], + "text": "\"", + "before": ". Attention : \"commercial\" est un \"faux ami\". Il ne faut pas l'entendre au sens ", + "after": "magasins\" ou \"boutiques\" mais bien \"affaires commerciales\" : des activités terti" + }, + { + "paragraph": 1, + "start": 5027, + "end": 5028, + "type": "typo", + "message": "Guillemets typographiques ouvrants.", + "suggestions": [ + "« ", + "“" + ], + "text": "\"", + "before": "\"commercial\" est un \"faux ami\". Il ne faut pas l'entendre au sens \"magasins\" ou ", + "after": "boutiques\" mais bien \"affaires commerciales\" : des activités tertiaires (bureaux" + }, + { + "paragraph": 1, + "start": 5049, + "end": 5050, + "type": "typo", + "message": "Guillemets typographiques ouvrants.", + "suggestions": [ + "« ", + "“" + ], + "text": "\"", + "before": "aux ami\". Il ne faut pas l'entendre au sens \"magasins\" ou \"boutiques\" mais bien ", + "after": "affaires commerciales\" : des activités tertiaires (bureaux, parcs d'activités, s" + }, + { + "paragraph": 1, + "start": 2920, + "end": 2921, + "type": "typo", + "message": "Guillemets typographiques fermants.", + "suggestions": [ + " »", + "”" + ], + "text": "\"", + "before": "ésidence universitaire ou foyer. Il s'agit d'un ou plusieurs bâtiments \"partagés", + "after": ", mais avec des chambres individuelles, comme dans les résidences universitaires" + }, + { + "paragraph": 1, + "start": 3087, + "end": 3088, + "type": "typo", + "message": "Guillemets typographiques fermants.", + "suggestions": [ + " »", + "”" + ], + "text": "\"", + "before": "rs de jeunes travailleurs, ... Attention : Ce ne sont pas des dortoirs \"partagés", + "after": " comme suggéré par le faux-ami anglais dormitory . building farm Bâtiment d'habi" + }, + { + "paragraph": 1, + "start": 4958, + "end": 4959, + "type": "typo", + "message": "Guillemets typographiques fermants.", + "suggestions": [ + " »", + "”" + ], + "text": "\"", + "before": " combiner avec office=* pour décrire le type de bureaux. Attention : \"commercial", + "after": " est un \"faux ami\". Il ne faut pas l'entendre au sens \"magasins\" ou \"boutiques\" " + }, + { + "paragraph": 1, + "start": 4976, + "end": 4977, + "type": "typo", + "message": "Guillemets typographiques fermants.", + "suggestions": [ + " »", + "”" + ], + "text": "\"", + "before": "ice=* pour décrire le type de bureaux. Attention : \"commercial\" est un \"faux ami", + "after": ". Il ne faut pas l'entendre au sens \"magasins\" ou \"boutiques\" mais bien \"affaire" + }, + { + "paragraph": 1, + "start": 5022, + "end": 5023, + "type": "typo", + "message": "Guillemets typographiques fermants.", + "suggestions": [ + " »", + "”" + ], + "text": "\"", + "before": "on : \"commercial\" est un \"faux ami\". Il ne faut pas l'entendre au sens \"magasins", + "after": " ou \"boutiques\" mais bien \"affaires commerciales\" : des activités tertiaires (bu" + }, + { + "paragraph": 1, + "start": 5037, + "end": 5038, + "type": "typo", + "message": "Guillemets typographiques fermants.", + "suggestions": [ + " »", + "”" + ], + "text": "\"", + "before": "l\" est un \"faux ami\". Il ne faut pas l'entendre au sens \"magasins\" ou \"boutiques", + "after": " mais bien \"affaires commerciales\" : des activités tertiaires (bureaux, parcs d'" + }, + { + "paragraph": 1, + "start": 5071, + "end": 5072, + "type": "typo", + "message": "Guillemets typographiques fermants.", + "suggestions": [ + " »", + "”" + ], + "text": "\"", + "before": "as l'entendre au sens \"magasins\" ou \"boutiques\" mais bien \"affaires commerciales", + "after": " : des activités tertiaires (bureaux, parcs d'activités, services).\n" + }, + { + "paragraph": 1, + "start": 2218, + "end": 2229, + "type": "notype", + "message": "Écriture invariable. Utilisez un point médian.", + "suggestions": [ + "boutique·s" + ], + "text": "boutique(s)", + "before": "le contenant principalement des appartements. Le bâtiment peut avoir une ou des ", + "after": " au rez-de-chaussée. building barracks Caserne. Il s'agit d'un bâtiment construi" + }, + { + "paragraph": 1, + "start": 2250, + "end": 2258, + "type": "maj", + "message": "Après un point, une majuscule est généralement requise.", + "suggestions": [ + "Building" + ], + "text": "building", + "before": "appartements. Le bâtiment peut avoir une ou des boutique(s) au rez-de-chaussée. ", + "after": " barracks Caserne. Il s'agit d'un bâtiment construit dans le but de loger des tr" + }, + { + "paragraph": 1, + "start": 2443, + "end": 2451, + "type": "maj", + "message": "Après un point, une majuscule est généralement requise.", + "suggestions": [ + "Building" + ], + "text": "building", + "before": "aires building bungalow Bungalow, pavillon. Petit bâtiment isolé de plain pied. ", + "after": " cabin Cabane. Petite maison construite, assez grossièrement, en général en bois" + }, + { + "paragraph": 1, + "start": 2583, + "end": 2591, + "type": "maj", + "message": "Après un point, une majuscule est généralement requise.", + "suggestions": [ + "Building" + ], + "text": "building", + "before": "ièrement, en général en bois. On la trouve généralement dans les zones rurales. ", + "after": " detached Maison individuelle non attenante à une autre (villa 4 façades) buildi" + }, + { + "paragraph": 1, + "start": 2820, + "end": 2828, + "type": "maj", + "message": "Après un point, une majuscule est généralement requise.", + "suggestions": [ + "Building" + ], + "text": "building", + "before": "r small residential building on the same property as the main residential unit. ", + "after": " dormitory Résidence universitaire ou foyer. Il s'agit d'un ou plusieurs bâtimen" + }, + { + "paragraph": 1, + "start": 3289, + "end": 3297, + "type": "maj", + "message": "Après un point, une majuscule est généralement requise.", + "suggestions": [ + "Building" + ], + "text": "building", + "before": "ouse lorsque le bâtiment est une simple maison sans spécificité architecturale. ", + "after": " ger Yourte installée de manière permanente ou saisonnière building hotel Hôtel." + }, + { + "paragraph": 1, + "start": 3577, + "end": 3585, + "type": "maj", + "message": "Après un point, une majuscule est généralement requise.", + "suggestions": [ + "Building" + ], + "text": "building", + "before": "el pour les terrains de l'hôtel y compris les zones de loisirs et les parkings. ", + "after": " house Maison familiale. Tag générique si vous ne voulez pas spécifier de valeur" + }, + { + "paragraph": 1, + "start": 3804, + "end": 3812, + "type": "maj", + "message": "Après un point, une majuscule est généralement requise.", + "suggestions": [ + "Building" + ], + "text": "building", + "before": "m . building houseboat Péniche, bateau principalement utilisé comme habitation. ", + "after": " residential Bâtiments résidentiels. Tag générique si vous ne voulez pas spécifi" + }, + { + "paragraph": 1, + "start": 4071, + "end": 4079, + "type": "maj", + "message": "Après un point, une majuscule est généralement requise.", + "suggestions": [ + "Building" + ], + "text": "building", + "before": "Une villa 3 façades c'est à dire ayant un mur en commun avec la maison voisine. ", + "after": " static_caravan Mobilhome laissé de manière (semi)permanente à un même emplaceme" + }, + { + "paragraph": 1, + "start": 4163, + "end": 4171, + "type": "maj", + "message": "Après un point, une majuscule est généralement requise.", + "suggestions": [ + "Building" + ], + "text": "building", + "before": "tic_caravan Mobilhome laissé de manière (semi)permanente à un même emplacement. ", + "after": " stilt_house Une maison sur pilotis, au dessus du sol ou d'un plan d'eau buildin" + }, + { + "paragraph": 1, + "start": 4627, + "end": 4635, + "type": "maj", + "message": "Après un point, une majuscule est généralement requise.", + "suggestions": [ + "Building" + ], + "text": "building", + "before": " contact avec le sol. Accès via des échelles, des escaliers ou des passerelles. ", + "after": " trullo Une hutte en pierre avec un toit conique Commerce building commercial Bâ" + }, + { + "paragraph": 1, + "start": 1445, + "end": 1448, + "type": "typo", + "message": "Il manque un espace.", + "suggestions": [ + " use" + ], + "text": "use", + "before": "pas nécessairement le même que l'usage actuel du bâtiment (défini avec building:", + "after": " = * ). Par exemple, un bâtiment d'hôpital qui est abandonné ou qui a été réaffe" + }, + { + "paragraph": 1, + "start": 3034, + "end": 3037, + "type": "typo", + "message": "Typographie : points de suspension. Utilisez le caractère dédié.", + "suggestions": [ + "…" + ], + "text": "...", + "before": "elles, comme dans les résidences universitaires, foyers de jeunes travailleurs, ", + "after": " Attention : Ce ne sont pas des dortoirs \"partagés\" comme suggéré par le faux-am" + }, + { + "paragraph": 1, + "start": 3032, + "end": 3035, + "type": "typo", + "message": "Une de ces ponctuations est superflue.", + "suggestions": [ + ",", + "." + ], + "text": ", .", + "before": "duelles, comme dans les résidences universitaires, foyers de jeunes travailleurs", + "after": ".. Attention : Ce ne sont pas des dortoirs \"partagés\" comme suggéré par le faux-" + }, + { + "paragraph": 1, + "start": 205, + "end": 206, + "type": "nbsp", + "message": "Il manque un espace insécable.", + "suggestions": [ + " :" + ], + "text": ":", + "before": "e manière plus ou moins permanente en un lieu donné. Rendu dans OSM Carto Groupe", + "after": " Bâtiments Utilisé pour ces éléments Valeurs documentées: 56 Implique area = yes" + }, + { + "paragraph": 1, + "start": 262, + "end": 263, + "type": "nbsp", + "message": "Il manque un espace insécable.", + "suggestions": [ + " :" + ], + "text": ":", + "before": "u dans OSM Carto Groupe: Bâtiments Utilisé pour ces éléments Valeurs documentées", + "after": " 56 Implique area = yes Combinaisons utiles addr =* name =* shop =* amenity =* o" + }, + { + "paragraph": 1, + "start": 367, + "end": 369, + "type": "nbsp", + "message": "Il manque un espace insécable.", + "suggestions": [ + " :" + ], + "text": " :", + "before": "Combinaisons utiles addr =* name =* shop =* amenity =* office =* craft =* Statut", + "after": " Approuvé building = * More details at tag info Outils pour cet attribut taginfo" + }, + { + "paragraph": 1, + "start": 3047, + "end": 3049, + "type": "nbsp", + "message": "Il manque un espace insécable.", + "suggestions": [ + " :" + ], + "text": " :", + "before": "dans les résidences universitaires, foyers de jeunes travailleurs, ... Attention", + "after": " Ce ne sont pas des dortoirs \"partagés\" comme suggéré par le faux-ami anglais do" + }, + { + "paragraph": 1, + "start": 4944, + "end": 4946, + "type": "nbsp", + "message": "Il manque un espace insécable.", + "suggestions": [ + " :" + ], + "text": " :", + "before": "commercial . À combiner avec office=* pour décrire le type de bureaux. Attention", + "after": " \"commercial\" est un \"faux ami\". Il ne faut pas l'entendre au sens \"magasins\" ou" + }, + { + "paragraph": 1, + "start": 217, + "end": 224, + "type": "gn", + "message": "Accord de nombre erroné avec « Bâtiments ».", + "suggestions": [ + "Utilisés" + ], + "text": "Utilisé", + "before": "us ou moins permanente en un lieu donné. Rendu dans OSM Carto Groupe: Bâtiments ", + "after": " pour ces éléments Valeurs documentées: 56 Implique area = yes Combinaisons util" + }, + { + "paragraph": 1, + "start": 207, + "end": 216, + "type": "gn", + "message": "Accord de nombre erroné avec « Utilisé ».", + "suggestions": [ + "Bâtiment" + ], + "text": "Bâtiments", + "before": "manière plus ou moins permanente en un lieu donné. Rendu dans OSM Carto Groupe: ", + "after": " Utilisé pour ces éléments Valeurs documentées: 56 Implique area = yes Combinais" + }, + { + "paragraph": 1, + "start": 632, + "end": 634, + "type": "typo", + "message": "Nombre ordinal romain singulier. Exemples : IIᵉ, IIIᵉ, IVᵉ…", + "suggestions": [ + "Vᵉ" + ], + "text": "VE", + "before": "KP · KR · NL · PL · PT · RU · ES · AR · MX · CO · BO · CL · EC · PY · PE · UY · ", + "after": " · TW · UA · US · VN overpass-turbo OSM Tag History La clé building est utilisée" + }, + { + "paragraph": 1, + "start": 835, + "end": 843, + "type": "gn", + "message": "Accord de nombre erroné avec « 3 » : « Religion » devrait être au pluriel.", + "suggestions": [ + "Religions" + ], + "text": "Religion", + "before": "ontents 1 Tagging 1.1 Bâtiment (building) 1.1.1 Habitation 1.1.2 Commerce 1.1.3 ", + "after": " 1.1.4 Bâtiments publics / Infrastructures 1.1.5 Agriculture / Production hortic" + }, + { + "paragraph": 1, + "start": 917, + "end": 926, + "type": "gn", + "message": "Accord de nombre erroné avec « 5 Agriculture / Production » : « horticole » devrait être au pluriel.", + "suggestions": [ + "horticoles" + ], + "text": "horticole", + "before": "ligion 1.1.4 Bâtiments publics / Infrastructures 1.1.5 Agriculture / Production ", + "after": " 1.1.6 Équipements sportifs 1.1.7 Stockage 1.1.8 Automobile 1.1.9 Énergie / Bâti" + }, + { + "paragraph": 1, + "start": 960, + "end": 968, + "type": "gn", + "message": "Accord de nombre erroné avec « 7 » : « Stockage » devrait être au pluriel.", + "suggestions": [ + "Stockages" + ], + "text": "Stockage", + "before": "tures 1.1.5 Agriculture / Production horticole 1.1.6 Équipements sportifs 1.1.7 ", + "after": " 1.1.8 Automobile 1.1.9 Énergie / Bâtiments techniques 1.1.10 Autres 1.1.11 Attr" + }, + { + "paragraph": 1, + "start": 975, + "end": 985, + "type": "gn", + "message": "Accord de nombre erroné avec « 8 » : « Automobile » devrait être au pluriel.", + "suggestions": [ + "Automobiles" + ], + "text": "Automobile", + "before": "iculture / Production horticole 1.1.6 Équipements sportifs 1.1.7 Stockage 1.1.8 ", + "after": " 1.1.9 Énergie / Bâtiments techniques 1.1.10 Autres 1.1.11 Attributs additionnel" + }, + { + "paragraph": 1, + "start": 1078, + "end": 1083, + "type": "gn", + "message": "Accord de nombre erroné : « façon » devrait être au pluriel.", + "suggestions": [ + "façons" + ], + "text": "façon", + "before": "e / Bâtiments techniques 1.1.10 Autres 1.1.11 Attributs additionnels 2 Quelques ", + "after": " d'obtenir le contour des bâtiments 3 Quelques exemples 4 Voir aussi Tagging L'u" + }, + { + "paragraph": 1, + "start": 2431, + "end": 2441, + "type": "conf", + "message": "Confusion. Écrivez “plain-pied”. “Plain” est un vieux terme qui signifie plat, uni.", + "suggestions": [ + "plain-pied" + ], + "text": "plain pied", + "before": "onnels militaires building bungalow Bungalow, pavillon. Petit bâtiment isolé de ", + "after": ". building cabin Cabane. Petite maison construite, assez grossièrement, en génér" + }, + { + "paragraph": 1, + "start": 4208, + "end": 4217, + "type": "tu", + "message": "Il manque un trait d’union.", + "suggestions": [ + "au-dessus" + ], + "text": "au dessus", + "before": ")permanente à un même emplacement. building stilt_house Une maison sur pilotis, ", + "after": " du sol ou d'un plan d'eau building terrace Rangée de maisons résidentielles mit" + }, + { + "paragraph": 1, + "start": 4498, + "end": 4503, + "type": "notype", + "message": "Doublon.", + "suggestions": [ + "un" + ], + "text": "un un", + "before": "ans les arbres. Un petit logement construit sur des poteaux ou directement dans ", + "after": " arbre. Une cabane dans les arbres n'a aucun contact avec le sol. Accès via des " + }, + { + "paragraph": 1, + "start": 189, + "end": 192, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "OS", + "OSS", + "OSH", + "OGM", + "GSM", + "NS", + "NSV", + "OMC", + "OISE", + "OMSK" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 193, + "end": 198, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Carton", + "Cardon", + "Cartons", + "Sarod", + "Cardons", + "Carte", + "Carta", + "Carté", + "Caret" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 276, + "end": 280, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "are", + "aéra", + "âne", + "arasé", + "arec", + "ares", + "aéras", + "aérai", + "aria", + "arma" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 283, + "end": 286, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Yes", + "yen", + "yeV", + "yens", + "ses", + "tes", + "les", + "ces", + "mes", + "des" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 307, + "end": 311, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "ADN", + "ADNc", + "ad", + "Andy", + "abri", + "adire", + "adira", + "adiré", + "adore", + "adora" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 315, + "end": 319, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "rame", + "na en", + "nA en", + "ramer", + "ramez", + "rames", + "lamer", + "camer", + "naan", + "ramé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 323, + "end": 327, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "shot", + "show", + "chope", + "chopa", + "chopé", + "coops", + "stop", + "soap", + "shots" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 331, + "end": 338, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "amenât", + "armait", + "aménité", + "amenait", + "amenâtes", + "aménités", + "amanite", + "amatit", + "amanites", + "aimanté" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 352, + "end": 357, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "caftan", + "kraft", + "rafts", + "krafts", + "cafte", + "cafta", + "cafté", + "crante", + "cranta" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 397, + "end": 404, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "détails", + "bétails", + "détail", + "bétail", + "détales", + "détalas", + "détalez", + "détalé", + "détèles" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 405, + "end": 407, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "aT", + "At", + "ad", + "Ath", + "atm", + "acd", + "ado", + "a", + "radé", + "rada" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 442, + "end": 449, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "tarife", + "tarifa", + "tarifé", + "tarifs", + "tag info", + "Maginot", + "tarif" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 462, + "end": 464, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "DR", + "BRU", + "BR₂", + "BBR₃", + "B", + "BD", + "BT", + "BQ", + "BEN", + "IRD" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 467, + "end": 469, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "BYE", + "B", + "BD", + "BT", + "BQ", + "BIC", + "BI₃", + "BBC", + "BYEBYE", + "BIS" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 477, + "end": 479, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "CN", + "CNN", + "CM", + "ZN", + "CNY", + "CNRS", + "CNES", + "C", + "CC", + "CD" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 482, + "end": 484, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "C", + "CC", + "CD", + "CE", + "CP", + "CI", + "CA", + "CV", + "CSS", + "CS₂" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 492, + "end": 494, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "DK", + "DA", + "DR", + "DS", + "DM", + "DG", + "DJ", + "Dʳ", + "DAX", + "DICK" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 507, + "end": 509, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "GH", + "GBQ", + "GBP", + "G", + "GG", + "GJ", + "GM", + "GΩ", + "GW", + "GΩ" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 517, + "end": 519, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "HUE", + "HUA", + "HUÉ", + "HUM", + "HUB", + "HUN", + "HUY", + "H", + "HD" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 527, + "end": 529, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "IN", + "IRE", + "IRA", + "IRM", + "IRL", + "IRD", + "I", + "II", + "I₂", + "IO" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 532, + "end": 534, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "ID", + "IID", + "ITÔ", + "I", + "II", + "I₂", + "IO", + "IP", + "IA", + "IV" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 547, + "end": 549, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "IP", + "JPY", + "J", + "JO", + "API", + "CPG", + "GPA", + "GPS", + "GPL", + "PLINE" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 552, + "end": 554, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "KPC", + "KPA", + "K", + "KO", + "CP", + "CPA", + "CPC", + "CPG", + "CPU", + "XPF" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 557, + "end": 559, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "KJ", + "KN", + "K", + "KO", + "KEN", + "CRS", + "KONG", + "KARINA", + "KARINE", + "KK" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 587, + "end": 589, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "AJ", + "AN", + "ARE", + "ARS", + "ARA", + "ART", + "ARC", + "ARN", + "ARNT", + "ARNR" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 597, + "end": 599, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "COS", + "COI", + "COR", + "CON", + "COL", + "COLL", + "COU", + "COM", + "COB" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 602, + "end": 604, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "BAU", + "HO", + "BAUD", + "BAUX", + "BOT", + "BOA", + "BON", + "BOL", + "BOP", + "BOB" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 617, + "end": 619, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "P", + "PG", + "PJ", + "PM", + "PΩ", + "PW", + "PR", + "PΩ", + "PL", + "PA" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 622, + "end": 624, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "PEP", + "PET", + "PEU", + "PEV", + "P", + "PG", + "PJ", + "PM", + "PΩ", + "PW" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 627, + "end": 629, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "UR", + "US", + "UV", + "UE", + "URI", + "UI₃", + "U", + "UNI", + "UT", + "UD" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 652, + "end": 654, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "FN", + "V", + "Vᵉ", + "VE", + "VF", + "VO", + "VA", + "VI", + "VII", + "VER" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 655, + "end": 669, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 670, + "end": 673, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "OS", + "OSS", + "OSH", + "OGM", + "GSM", + "NS", + "NSV", + "OMC", + "OISE", + "OMSK" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 678, + "end": 685, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Histoire", + "Historie", + "Historia", + "Historié", + "Histoires", + "Historien", + "Historier", + "Historiez", + "Histories" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 765, + "end": 772, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Tagine", + "Tagines", + "Tanin", + "Vagins", + "Tajine", + "Taguions", + "Vagin", + "Tajines", + "Tarin", + "Tanins" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 1152, + "end": 1159, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Tagine", + "Tagines", + "Tanin", + "Vagins", + "Tajine", + "Taguions", + "Vagin", + "Tajines", + "Tarin", + "Tanins" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 1205, + "end": 1208, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Yes", + "yen", + "yeV", + "yens", + "ses", + "tes", + "les", + "ces", + "mes", + "des" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 1559, + "end": 1567, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "hospitalité", + "hospitalités", + "hôpital", + "sociétal", + "chopinai", + "copiât", + "sociétale", + "chopina", + "copiâtes", + "chopinas" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 1657, + "end": 1664, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "amenât", + "armait", + "aménité", + "amenait", + "amenâtes", + "aménités", + "amanite", + "amatit", + "amanites", + "aimanté" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 1667, + "end": 1675, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "hospitalité", + "hospitalités", + "hôpital", + "sociétal", + "chopinai", + "copiât", + "sociétale", + "chopina", + "copiâtes", + "chopinas" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 1746, + "end": 1753, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "amenât", + "armait", + "aménité", + "amenait", + "amenâtes", + "aménités", + "amanite", + "amatit", + "amanites", + "aimanté" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 1756, + "end": 1764, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "hospitalité", + "hospitalités", + "hôpital", + "sociétal", + "chopinai", + "copiât", + "sociétale", + "chopina", + "copiâtes", + "chopinas" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 2121, + "end": 2131, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "appartement", + "appartements", + "appartient", + "apatament", + "alarment", + "alarmants", + "alarmante", + "alarmant", + "asphaltent" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 2259, + "end": 2267, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "barrasses", + "barakis", + "barakas", + "baraki", + "baraka", + "Barsac", + "barrasse", + "barrissez", + "baraquas", + "barrisses" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 2452, + "end": 2457, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "cabine", + "cabina", + "cabiné", + "cabinet", + "cabiner", + "cabinez", + "cabines", + "cabinas", + "cabinai" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 2592, + "end": 2600, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "détache", + "débâche", + "détacher", + "détachez", + "détaches", + "détachée", + "détaché", + "détachera", + "détachiez", + "détachées" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 2691, + "end": 2693, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Isa", + "ISO", + "i", + "ici", + "inca", + "ys", + "incas", + "riez", + "niez", + "tics" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 2707, + "end": 2716, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "container", + "contienne", + "containers", + "contiennes", + "contaient", + "contînmes", + "contenez", + "contente", + "contenue", + "centaine" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 2717, + "end": 2727, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "appartement", + "appartements", + "appartient", + "apatament", + "alarment", + "alarmants", + "alarmante", + "alarmant", + "asphaltent" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 2748, + "end": 2759, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "résidentiel", + "résidentiels", + "présidentiable", + "présidentiel", + "présidentiables", + "présidentiels" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 2772, + "end": 2775, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Thea", + "tees", + "thé", + "th", + "TH", + "DHEA", + "thés", + "théier", + "théine", + "tee" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 2781, + "end": 2789, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "propreté", + "propret", + "propretés", + "proprets", + "proprette", + "prophétie", + "proprettes", + "prophète", + "prophéties", + "prospérai" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 2793, + "end": 2796, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Thea", + "tees", + "thé", + "th", + "TH", + "DHEA", + "thés", + "théier", + "théine", + "tee" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 2802, + "end": 2813, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "résidentiel", + "résidentiels", + "présidentiable", + "présidentiel", + "présidentiables", + "présidentiels" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 2829, + "end": 2838, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "dormi tory" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 3127, + "end": 3136, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "dormi tory" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 3148, + "end": 3152, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "far", + "fart", + "fard", + "fars", + "faro", + "var", + "famé", + "faim", + "farsi", + "farte" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 3298, + "end": 3301, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "genre", + "genré", + "ne", + "genres", + "genrés", + "genrée", + "garé", + "grée", + "gréa", + "gréé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 3365, + "end": 3370, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "hôtel", + "hôtels", + "hotte", + "hôte", + "haute", + "bottela", + "bottelé", + "hottes", + "hôtes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 3484, + "end": 3491, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "tourisme", + "tourismes", + "taurins", + "touries", + "nourris", + "tournis", + "tournisse", + "tourds", + "touais", + "nourrisse" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 3494, + "end": 3499, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "hôtel", + "hôtels", + "hotte", + "hôte", + "haute", + "bottela", + "bottelé", + "hottes", + "hôtes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 3698, + "end": 3706, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "détache", + "débâche", + "détacher", + "détachez", + "détaches", + "détachée", + "détaché", + "détachera", + "détachiez", + "détachées" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 3721, + "end": 3725, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "far", + "fart", + "fard", + "fars", + "faro", + "var", + "famé", + "faim", + "farsi", + "farte" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 3737, + "end": 3746, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "hochepots", + "hochepot" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 3813, + "end": 3824, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "résidentiel", + "résidentiels", + "présidentiable", + "présidentiel", + "présidentiables", + "présidentiels" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 3933, + "end": 3943, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "appartement", + "appartements", + "appartient", + "apatament", + "alarment", + "alarmants", + "alarmante", + "alarmant", + "asphaltent" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 3946, + "end": 3953, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "terrasse", + "terrasser", + "terrassez", + "terrasses", + "terrassé", + "terras", + "terrassera", + "terrassent", + "terra ce" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 3957, + "end": 3960, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "but", + "bût", + "dub", + "hutu", + "hutus", + "hutue", + "bute", + "buta", + "buté" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 3972, + "end": 3984, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "émiettasse", + "émiettassiez", + "émiettasses", + "empiétasses", + "saiettasse", + "empiétasse", + "rempiétasse", + "rempiétasses" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 4080, + "end": 4086, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "statice", + "statices", + "statifs", + "statais", + "statif", + "statai", + "statique", + "Stasi", + "statait", + "statiques" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 4087, + "end": 4094, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "caravane", + "caravanes", + "maravas", + "marava", + "maravai", + "maravant", + "maravez", + "carnaval", + "carnavals", + "safrana" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 4095, + "end": 4104, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 4172, + "end": 4177, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "stilb", + "tiltez", + "stilbs", + "sill", + "sills", + "tilte", + "tilta", + "tilté", + "tilts" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 4253, + "end": 4260, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "terrasse", + "terrasser", + "terrassez", + "terrasses", + "terrassé", + "terras", + "terrassera", + "terrassent", + "terra ce" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 4399, + "end": 4403, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "tee", + "tressé", + "trek", + "tr", + "trie", + "tressés", + "tressée", + "tees", + "tire" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 4854, + "end": 4861, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "landes", + "landaus", + "Landes", + "land sue", + "lands", + "land use", + "lards", + "saducéen", + "saducéens", + "nandous" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8364, + "end": 8366, + "type": "esp", + "message": "Espace·s surnuméraire·s à supprimer.", + "suggestions": [ + " " + ], + "text": " ", + "before": "er ce terme pour les autres structures appelées \"pavillons\" par les architectes.", + "after": "Voir Pavillon (architecture) building riding_hall A building that was built as a" + }, + { + "paragraph": 2, + "start": 10519, + "end": 10521, + "type": "esp", + "message": "Espace·s surnuméraire·s à supprimer.", + "suggestions": [ + " " + ], + "text": " ", + "before": "teur de distribution et construit pour fournir une connexion directe à une ligne", + "after": "aérienne moyenne tension. Assez souvent la ligne électrique a été depuis enterré" + }, + { + "paragraph": 2, + "start": 14100, + "end": 14102, + "type": "esp", + "message": "Espace·s surnuméraire·s à supprimer.", + "suggestions": [ + " " + ], + "text": " ", + "before": "finished. entrance yes | main | exit | service | emergency Entrée d'un bâtiment.", + "after": "Utile pour le guidage et à utiliser en conjonction avec addr =* . Ce nœud ne doi" + }, + { + "paragraph": 2, + "start": 15263, + "end": 15265, + "type": "typo", + "message": "Pas d’espace après ce signe.", + "suggestions": [ + "(" + ], + "text": "( ", + "before": "tour du bâtiment pour obtenir une trace GPS. Quelques exemples Sutton Coldfield ", + "after": "map ) rendu avec mapnik Sutton Coldfield ( map ) rendu avec osmarender Voir auss" + }, + { + "paragraph": 2, + "start": 15306, + "end": 15308, + "type": "typo", + "message": "Pas d’espace après ce signe.", + "suggestions": [ + "(" + ], + "text": "( ", + "before": ". Quelques exemples Sutton Coldfield ( map ) rendu avec mapnik Sutton Coldfield ", + "after": "map ) rendu avec osmarender Voir aussi shop =* - (pour indiquer l'usage de ce bâ" + }, + { + "paragraph": 2, + "start": 3578, + "end": 3580, + "type": "typo", + "message": "Pas d’espace avant ce signe.", + "suggestions": [ + ")" + ], + "text": " )", + "before": "u de fabrication du pain (Voir la définition de boulangerie et aussi Four à pain", + "after": " Ce tag concerne le bâtiment. Il peut être utilisé (de manière non obligatoire) " + }, + { + "paragraph": 2, + "start": 5969, + "end": 5971, + "type": "typo", + "message": "Pas d’espace avant ce signe.", + "suggestions": [ + ")" + ], + "text": " )", + "before": "tion de train. (Ambiguïté: Mapnik fait un rendu spécifique de building = station", + "after": " building transportation Bâtiment en relation avec les transports publics. Il es" + }, + { + "paragraph": 2, + "start": 15131, + "end": 15133, + "type": "typo", + "message": "Pas d’espace avant ce signe.", + "suggestions": [ + ")" + ], + "text": " )", + "before": "s bâtiments Photographies aériennes (e.g. Yahoo! Aerial Imagery ou OpenAerialMap", + "after": " Observations depuis la rue, ou même suivre le contour du bâtiment pour obtenir " + }, + { + "paragraph": 2, + "start": 15268, + "end": 15270, + "type": "typo", + "message": "Pas d’espace avant ce signe.", + "suggestions": [ + ")" + ], + "text": " )", + "before": "du bâtiment pour obtenir une trace GPS. Quelques exemples Sutton Coldfield ( map", + "after": " rendu avec mapnik Sutton Coldfield ( map ) rendu avec osmarender Voir aussi sho" + }, + { + "paragraph": 2, + "start": 15311, + "end": 15313, + "type": "typo", + "message": "Pas d’espace avant ce signe.", + "suggestions": [ + ")" + ], + "text": " )", + "before": "lques exemples Sutton Coldfield ( map ) rendu avec mapnik Sutton Coldfield ( map", + "after": " rendu avec osmarender Voir aussi shop =* - (pour indiquer l'usage de ce bâtimen" + }, + { + "paragraph": 2, + "start": 935, + "end": 937, + "type": "typo", + "message": "Pas d’espace avant un point.", + "suggestions": [ + "." + ], + "text": " .", + "before": " d'attribuer le périmètre incluant ce building = retail avec un landuse = retail", + "after": " Utiliser shop =* pour identifier le type de marchandise vendue, ou amenity =* (" + }, + { + "paragraph": 2, + "start": 1097, + "end": 1099, + "type": "typo", + "message": "Pas d’espace avant un point.", + "suggestions": [ + "." + ], + "text": " .", + "before": "restaurant, café, etc.). building supermarket Supermarché. Implémenté par Mapnik", + "after": " Compléter avec shop = mall . building warehouse Entrepôt. Bâtiment principaleme" + }, + { + "paragraph": 2, + "start": 1126, + "end": 1128, + "type": "typo", + "message": "Pas d’espace avant un point.", + "suggestions": [ + "." + ], + "text": " .", + "before": "ding supermarket Supermarché. Implémenté par Mapnik . Compléter avec shop = mall", + "after": " building warehouse Entrepôt. Bâtiment principalement utilisé pour stocker des b" + }, + { + "paragraph": 2, + "start": 2807, + "end": 2809, + "type": "typo", + "message": "Pas d’espace avant un point.", + "suggestions": [ + "." + ], + "text": " .", + "before": "uels elle est située. building presbytery Presbytère. building shrine Sanctuaire", + "after": " Utiliser en conjonction avec amenity = place_of_worship , religion =* , denomin" + }, + { + "paragraph": 2, + "start": 3031, + "end": 3033, + "type": "typo", + "message": "Pas d’espace avant un point.", + "suggestions": [ + "." + ], + "text": " .", + "before": " il est situé. Les petits bâtiments devraient utiliser historic = wayside_shrine", + "after": " building synagogue Synagogue. Utiliser en conjonction avec amenity = place_of_w" + }, + { + "paragraph": 2, + "start": 6156, + "end": 6158, + "type": "typo", + "message": "Pas d’espace avant un point.", + "suggestions": [ + "." + ], + "text": " .", + "before": "vec le tag correspondant relatif aux transports comme public_transport = station", + "after": " Noter qu'il existe un tag spécial pour les bâtiments des gares et stations ferr" + }, + { + "paragraph": 2, + "start": 6577, + "end": 6579, + "type": "typo", + "message": "Pas d’espace avant un point.", + "suggestions": [ + "." + ], + "text": " .", + "before": "ieu de travail couvert. building conservatory Serre d'agrément ou jardin d'hiver", + "after": " Structure vitrée (souvent en prolongement d'un bâtiment) permettant d'abriter d" + }, + { + "paragraph": 2, + "start": 9129, + "end": 9131, + "type": "typo", + "message": "Pas d’espace avant un point.", + "suggestions": [ + "." + ], + "text": " .", + "before": "iliser plutôt building = warehouse , ou building = barn pour une grange agricole", + "after": " building hut Hutte. Petit abri brut. building shed Baraque, cabanon. Bâtiment d" + }, + { + "paragraph": 2, + "start": 9869, + "end": 9871, + "type": "typo", + "message": "Pas d’espace avant un point.", + "suggestions": [ + "." + ], + "text": " .", + "before": "distincts pour différents propriétaires/locataires. Voir aussi building = garage", + "after": " building parking Structure conçue pour le stationnement de voitures. Énergie / " + }, + { + "paragraph": 2, + "start": 9999, + "end": 10001, + "type": "typo", + "message": "Pas d’espace avant un point.", + "suggestions": [ + "." + ], + "text": " .", + "before": "onnement de voitures. Énergie / Bâtiments techniques building digester Digesteur", + "after": " Bioréacteur pour la production de biogaz à partir de biomasse. building service" + }, + { + "paragraph": 2, + "start": 10678, + "end": 10680, + "type": "typo", + "message": "Pas d’espace avant un point.", + "suggestions": [ + "." + ], + "text": " .", + "before": "rrée mais il peut toujours servir de sous-station. Voir aussi power = substation", + "after": " building water_tower Château d'eau. building storage_tank Réservoir. Utilisé po" + }, + { + "paragraph": 2, + "start": 11167, + "end": 11169, + "type": "typo", + "message": "Pas d’espace avant un point.", + "suggestions": [ + "." + ], + "text": " .", + "before": "taire. Conçu pour résister à des tirs lourds. À compléter avec military = bunker", + "after": " building castle A building constructed as a castle. Can be further specified wi" + }, + { + "paragraph": 2, + "start": 11286, + "end": 11288, + "type": "typo", + "message": "Pas d’espace avant un point.", + "suggestions": [ + "." + ], + "text": " .", + "before": "ed as a castle. Can be further specified with historic = castle + castle_type =*", + "after": " building construction Bâtiment en construction. Utiliser construction =* pour n" + }, + { + "paragraph": 2, + "start": 11701, + "end": 11703, + "type": "typo", + "message": "Pas d’espace avant un point.", + "suggestions": [ + "." + ], + "text": " .", + "before": "ouse Poste de garde. building military A military building. Also use military =*", + "after": " building outbuilding A less important building near to and on the same piece of" + }, + { + "paragraph": 2, + "start": 13460, + "end": 13462, + "type": "typo", + "message": "Pas d’espace avant un point.", + "suggestions": [ + "." + ], + "text": " .", + "before": "bâtiment au-dessus du sol, tel que décrit dans le schéma FR:Bâtiments_3D_simples", + "after": " building:material < material type > Outer material for the building façade buil" + }, + { + "paragraph": 2, + "start": 13678, + "end": 13680, + "type": "typo", + "message": "Pas d’espace avant un point.", + "suggestions": [ + "." + ], + "text": " .", + "before": "ns une partie de bâtiment, tel que décrit dans le schéma FR:Bâtiments_3D_simples", + "after": " building:part As building To mark a part of a building, which has attributes, d" + }, + { + "paragraph": 2, + "start": 14165, + "end": 14167, + "type": "typo", + "message": "Pas d’espace avant un point.", + "suggestions": [ + "." + ], + "text": " .", + "before": " d'un bâtiment. Utile pour le guidage et à utiliser en conjonction avec addr =*", + "after": " Ce nœud ne doit pas être séparé, il doit faire partie du bâtiment. Remplace le " + }, + { + "paragraph": 2, + "start": 14279, + "end": 14281, + "type": "typo", + "message": "Pas d’espace avant un point.", + "suggestions": [ + "." + ], + "text": " .", + "before": ", il doit faire partie du bâtiment. Remplace le tag déprécié building = entrance", + "after": " height Fr:Key:height Hauteur des bâtiments en mètres. max_level < number > Nive" + }, + { + "paragraph": 2, + "start": 14895, + "end": 14897, + "type": "typo", + "message": "Pas d’espace avant un point.", + "suggestions": [ + "." + ], + "text": " .", + "before": "is table is a wiki template with a default description in English. Editable here", + "after": " La traduction en français peut être éditée ici . Quelques façon d'obtenir le co" + }, + { + "paragraph": 2, + "start": 14944, + "end": 14946, + "type": "typo", + "message": "Pas d’espace avant un point.", + "suggestions": [ + "." + ], + "text": " .", + "before": "ption in English. Editable here . La traduction en français peut être éditée ici", + "after": " Quelques façon d'obtenir le contour des bâtiments WikiProject France/Cadastre/I" + }, + { + "paragraph": 2, + "start": 12041, + "end": 12043, + "type": "typo", + "message": "Pas d’espace avant le signe “…”.", + "suggestions": [ + "…" + ], + "text": " …", + "before": "roof Toit ouvert sur les côtés, sans murs. Exemple: station-service, abri ouvert", + "after": " building ruins Un ou des bâtiment(s) en ruine. building ship A decommissioned s" + }, + { + "paragraph": 2, + "start": 1469, + "end": 1471, + "type": "typo", + "message": "Pas d’espace avant une virgule.", + "suggestions": [ + "," + ], + "text": " ,", + "before": " cathedral Cathédrale. À utiliser en conjonction avec amenity = place_of_worship", + "after": " religion =* , denomination =* et landuse = religious pour les terrains sur lesq" + }, + { + "paragraph": 2, + "start": 1483, + "end": 1485, + "type": "typo", + "message": "Pas d’espace avant une virgule.", + "suggestions": [ + "," + ], + "text": " ,", + "before": "hédrale. À utiliser en conjonction avec amenity = place_of_worship , religion =*", + "after": " denomination =* et landuse = religious pour les terrains sur lesquels elle est " + }, + { + "paragraph": 2, + "start": 1656, + "end": 1658, + "type": "typo", + "message": "Pas d’espace avant une virgule.", + "suggestions": [ + "," + ], + "text": " ,", + "before": "lding chapel Chapelle. À utiliser en conjonction avec amenity = place_of_worship", + "after": " religion =* , denomination =* et landuse = religious pour les terrains sur lesq" + }, + { + "paragraph": 2, + "start": 1670, + "end": 1672, + "type": "typo", + "message": "Pas d’espace avant une virgule.", + "suggestions": [ + "," + ], + "text": " ,", + "before": "hapelle. À utiliser en conjonction avec amenity = place_of_worship , religion =*", + "after": " denomination =* et landuse = religious pour les terrains sur lesquels elle est " + }, + { + "paragraph": 2, + "start": 1844, + "end": 1846, + "type": "typo", + "message": "Pas d’espace avant une virgule.", + "suggestions": [ + "," + ], + "text": " ,", + "before": "ding church Église ou ancienne église. Compléter avec amenity = place_of_worship", + "after": " religion =* , denomination =* si le lieu est encore un lieu de culte et landuse" + }, + { + "paragraph": 2, + "start": 1858, + "end": 1860, + "type": "typo", + "message": "Pas d’espace avant une virgule.", + "suggestions": [ + "," + ], + "text": " ,", + "before": "lise ou ancienne église. Compléter avec amenity = place_of_worship , religion =*", + "after": " denomination =* si le lieu est encore un lieu de culte et landuse = religious p" + }, + { + "paragraph": 2, + "start": 2134, + "end": 2136, + "type": "typo", + "message": "Pas d’espace avant une virgule.", + "suggestions": [ + "," + ], + "text": " ,", + "before": "nt que Salle du Royaume. Utiliser en conjonction avec amenity = place_of_worship", + "after": " religion = christian , denomination = jehovahs_witness et landuse = religious p" + }, + { + "paragraph": 2, + "start": 2157, + "end": 2159, + "type": "typo", + "message": "Pas d’espace avant une virgule.", + "suggestions": [ + "," + ], + "text": " ,", + "before": ". Utiliser en conjonction avec amenity = place_of_worship , religion = christian", + "after": " denomination = jehovahs_witness et landuse = religious pour les terrains sur le" + }, + { + "paragraph": 2, + "start": 2645, + "end": 2647, + "type": "typo", + "message": "Pas d’espace avant une virgule.", + "suggestions": [ + "," + ], + "text": " ,", + "before": "building mosque Mosquée. Utiliser en conjonction avec amenity = place_of_worship", + "after": " religion =* , denomination =* et landuse = religious pour les terrains sur lesq" + }, + { + "paragraph": 2, + "start": 2659, + "end": 2661, + "type": "typo", + "message": "Pas d’espace avant une virgule.", + "suggestions": [ + "," + ], + "text": " ,", + "before": "e Mosquée. Utiliser en conjonction avec amenity = place_of_worship , religion =*", + "after": " denomination =* et landuse = religious pour les terrains sur lesquels elle est " + }, + { + "paragraph": 2, + "start": 2865, + "end": 2867, + "type": "typo", + "message": "Pas d’espace avant une virgule.", + "suggestions": [ + "," + ], + "text": " ,", + "before": "ding shrine Sanctuaire . Utiliser en conjonction avec amenity = place_of_worship", + "after": " religion =* , denomination =* et landuse = religious pour les terrains sur lesq" + }, + { + "paragraph": 2, + "start": 2879, + "end": 2881, + "type": "typo", + "message": "Pas d’espace avant une virgule.", + "suggestions": [ + "," + ], + "text": " ,", + "before": "nctuaire . Utiliser en conjonction avec amenity = place_of_worship , religion =*", + "after": " denomination =* et landuse = religious pour les terrains sur lesquels il est si" + }, + { + "paragraph": 2, + "start": 3119, + "end": 3121, + "type": "typo", + "message": "Pas d’espace avant une virgule.", + "suggestions": [ + "," + ], + "text": " ,", + "before": "ing synagogue Synagogue. Utiliser en conjonction avec amenity = place_of_worship", + "after": " religion =* , denomination =* et landuse = religious pour les terrains sur lesq" + }, + { + "paragraph": 2, + "start": 3133, + "end": 3135, + "type": "typo", + "message": "Pas d’espace avant une virgule.", + "suggestions": [ + "," + ], + "text": " ,", + "before": "Synagogue. Utiliser en conjonction avec amenity = place_of_worship , religion =*", + "after": " denomination =* et landuse = religious pour les terrains sur lesquels il est si" + }, + { + "paragraph": 2, + "start": 3299, + "end": 3301, + "type": "typo", + "message": "Pas d’espace avant une virgule.", + "suggestions": [ + "," + ], + "text": " ,", + "before": " building temple Temple. Utiliser en conjonction avec amenity = place_of_worship", + "after": " religion =* , denomination =* et landuse = religious pour les terrains sur lesq" + }, + { + "paragraph": 2, + "start": 3313, + "end": 3315, + "type": "typo", + "message": "Pas d’espace avant une virgule.", + "suggestions": [ + "," + ], + "text": " ,", + "before": "le Temple. Utiliser en conjonction avec amenity = place_of_worship , religion =*", + "after": " denomination =* et landuse = religious pour les terrains sur lesquels il est si" + }, + { + "paragraph": 2, + "start": 9083, + "end": 9085, + "type": "typo", + "message": "Pas d’espace avant une virgule.", + "suggestions": [ + "," + ], + "text": " ,", + "before": "lisé pour entreposer des biens. Dans ce cas utiliser plutôt building = warehouse", + "after": " ou building = barn pour une grange agricole . building hut Hutte. Petit abri br" + }, + { + "paragraph": 2, + "start": 14433, + "end": 14436, + "type": "typo", + "message": "Guillemets isolés.", + "suggestions": [ + " « ", + " » ", + " “", + "” " + ], + "text": " \" ", + "before": "r > Niveau maximum intérieur (étage) du bâtiment, tel qu'utilisés dans le schème", + "after": "Simple Indoor Tagging \". min_level < number > Minimum indoor level (floor) in th" + }, + { + "paragraph": 2, + "start": 14709, + "end": 14712, + "type": "typo", + "message": "Guillemets isolés.", + "suggestions": [ + " « ", + " » ", + " “", + "” " + ], + "text": " \" ", + "before": "x intérieurs (étages) du bâtiment n'existant pas tels qu'utilisés dans le schème", + "after": "Simple Indoor Tagging \". start_date < date > The (approximated) date when the bu" + }, + { + "paragraph": 2, + "start": 15971, + "end": 15974, + "type": "typo", + "message": "Guillemets isolés.", + "suggestions": [ + " « ", + " » ", + " “", + "” " + ], + "text": " \" ", + "before": "es - (une représentation complète de l'adresse par les relations) Retrieved from", + "after": "https://wiki.openstreetmap.org/w/index.php?title=FR:Key:building&oldid=2856828 \"" + }, + { + "paragraph": 2, + "start": 14457, + "end": 14459, + "type": "typo", + "message": "Guillemets fermants.", + "suggestions": [ + " »", + "”" + ], + "text": " \"", + "before": "ieur (étage) du bâtiment, tel qu'utilisés dans le schème \" Simple Indoor Tagging", + "after": ". min_level < number > Minimum indoor level (floor) in the building as used in t" + }, + { + "paragraph": 2, + "start": 14733, + "end": 14735, + "type": "typo", + "message": "Guillemets fermants.", + "suggestions": [ + " »", + "”" + ], + "text": " \"", + "before": " bâtiment n'existant pas tels qu'utilisés dans le schème \" Simple Indoor Tagging", + "after": ". start_date < date > The (approximated) date when the building was finished. Th" + }, + { + "paragraph": 2, + "start": 16052, + "end": 16054, + "type": "typo", + "message": "Guillemets fermants.", + "suggestions": [ + " »", + "”" + ], + "text": " \"", + "before": "\" https://wiki.openstreetmap.org/w/index.php?title=FR:Key:building&oldid=2856828", + "after": "" + }, + { + "paragraph": 2, + "start": 124, + "end": 126, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "s’" + ], + "text": "s'", + "before": "iment est constitué principalement de magasins. building industrial Bâtiment où ", + "after": "opère un processus industriel. Considérer d'attribuer le périmètre incluant ce b" + }, + { + "paragraph": 2, + "start": 168, + "end": 170, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "ns. building industrial Bâtiment où s'opère un processus industriel. Considérer ", + "after": "attribuer le périmètre incluant ce building = industrial avec un landuse = indus" + }, + { + "paragraph": 2, + "start": 312, + "end": 314, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "l’" + ], + "text": "l'", + "before": "un landuse = industrial (en collision avec building = manufacture ?) Renseigner ", + "after": "attribut industrial =* pour décrire l'activité industrielle. Utiliser building =" + }, + { + "paragraph": 2, + "start": 350, + "end": 352, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "l’" + ], + "text": "l'", + "before": "avec building = manufacture ?) Renseigner l'attribut industrial =* pour décrire ", + "after": "activité industrielle. Utiliser building = warehouse si la finalité du bâtiment " + }, + { + "paragraph": 2, + "start": 436, + "end": 438, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "vité industrielle. Utiliser building = warehouse si la finalité du bâtiment est ", + "after": "être un lieu de stockage et de distribution. building kiosk Petit édifice de ven" + }, + { + "paragraph": 2, + "start": 646, + "end": 649, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "qu’" + ], + "text": "qu'", + "before": " avec office =* si applicable à tous les bureaux du bâtiment. Prennez en compte ", + "after": "il est possible de cartographé la zone avec landuse = commercial ou landuse = re" + }, + { + "paragraph": 2, + "start": 856, + "end": 858, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "Bâtiment utilisé en priorité pour vendre des marchandises au public. Considérer ", + "after": "attribuer le périmètre incluant ce building = retail avec un landuse = retail . " + }, + { + "paragraph": 2, + "start": 1231, + "end": 1233, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "repôt. Bâtiment principalement utilisé pour stocker des biens ou faisant partie ", + "after": "un système de distribution. Religion building religious Bâtiment non spécifique " + }, + { + "paragraph": 2, + "start": 2518, + "end": 2520, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": " monastères (communautés) actifs, utilisez amenity=monastery, pour les terrains ", + "after": "un ancien monastère, voir historic=monastery building mosque Mosquée. Utiliser e" + }, + { + "paragraph": 2, + "start": 3732, + "end": 3735, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "qu’" + ], + "text": "qu'", + "before": "atoire) en conjonction avec les tags amenity = baking_oven (four à pain en tant ", + "after": "équipement) et oven = wood_fired (type de source d'énergie) building bridge Bâti" + }, + { + "paragraph": 2, + "start": 3784, + "end": 3786, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "g_oven (four à pain en tant qu'équipement) et oven = wood_fired (type de source ", + "after": "énergie) building bridge Bâtiment utilisé comme un pont. Peut aussi représenter " + }, + { + "paragraph": 2, + "start": 5251, + "end": 5253, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "l’" + ], + "text": "l'", + "before": "pound. building hospital Bâtiment hospitalier. Utiliser amenity = hospital pour ", + "after": "emprise de l'hôpital (terrain, parkings...). building kindergarten Bâtiment géné" + }, + { + "paragraph": 2, + "start": 5264, + "end": 5266, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "l’" + ], + "text": "l'", + "before": "ng hospital Bâtiment hospitalier. Utiliser amenity = hospital pour l'emprise de ", + "after": "hôpital (terrain, parkings...). building kindergarten Bâtiment générique de crèc" + }, + { + "paragraph": 2, + "start": 5443, + "end": 5445, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "S’" + ], + "text": "S'", + "before": " à usage spécifique (salles de sport, etc.) doivent être étiquetés à cet effet. ", + "after": "il y a actuellement un jardin d'enfants dans le bâtiment, utilisez amenity=kinde" + }, + { + "paragraph": 2, + "start": 5475, + "end": 5477, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "port, etc.) doivent être étiquetés à cet effet. S'il y a actuellement un jardin ", + "after": "enfants dans le bâtiment, utilisez amenity=kindergarten sur le périmètre du terr" + }, + { + "paragraph": 2, + "start": 5571, + "end": 5573, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "e bâtiment, utilisez amenity=kindergarten sur le périmètre du terrain du jardin ", + "after": "enfants. building museum Un bâtiment construit pour abriter un musée building pu" + }, + { + "paragraph": 2, + "start": 5765, + "end": 5767, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "l’" + ], + "text": "l'", + "before": "e une mairie. building school Bâtiment scolaire. Utiliser amenity = school pour ", + "after": "emprise de l'école (parking, cours, préau...). building toilets Un bâtiment de t" + }, + { + "paragraph": 2, + "start": 5778, + "end": 5780, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "l’" + ], + "text": "l'", + "before": " building school Bâtiment scolaire. Utiliser amenity = school pour l'emprise de ", + "after": "école (parking, cours, préau...). building toilets Un bâtiment de toilettes buil" + }, + { + "paragraph": 2, + "start": 6165, + "end": 6168, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "qu’" + ], + "text": "qu'", + "before": "g correspondant relatif aux transports comme public_transport = station . Noter ", + "after": "il existe un tag spécial pour les bâtiments des gares et stations ferroviaires b" + }, + { + "paragraph": 2, + "start": 6301, + "end": 6303, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": " et stations ferroviaires building = train_station building university Bâtiment ", + "after": "une université. Utiliser amenity = university pour l'emprise du site (terrain, p" + }, + { + "paragraph": 2, + "start": 6354, + "end": 6356, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "l’" + ], + "text": "l'", + "before": "ilding university Bâtiment d'une université. Utiliser amenity = university pour ", + "after": "emprise du site (terrain, parkings, gymnases...). Agriculture / Production horti" + }, + { + "paragraph": 2, + "start": 6549, + "end": 6551, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "nt agricole de stockage et lieu de travail couvert. building conservatory Serre ", + "after": "agrément ou jardin d'hiver . Structure vitrée (souvent en prolongement d'un bâti" + }, + { + "paragraph": 2, + "start": 6570, + "end": 6572, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "ge et lieu de travail couvert. building conservatory Serre d'agrément ou jardin ", + "after": "hiver . Structure vitrée (souvent en prolongement d'un bâtiment) permettant d'ab" + }, + { + "paragraph": 2, + "start": 6622, + "end": 6624, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": " Serre d'agrément ou jardin d'hiver . Structure vitrée (souvent en prolongement ", + "after": "un bâtiment) permettant d'abriter des plantes exotiques ou non ne supportant pas" + }, + { + "paragraph": 2, + "start": 6648, + "end": 6650, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "n d'hiver . Structure vitrée (souvent en prolongement d'un bâtiment) permettant ", + "after": "abriter des plantes exotiques ou non ne supportant pas le gel. Ne pas confondre " + }, + { + "paragraph": 2, + "start": 6961, + "end": 6963, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "n’" + ], + "text": "n'", + "before": "t dans les fermes. building farm_auxiliary Bâtiment agricole dans une ferme qui ", + "after": "est pas une habitation (utiliser le tag 'house' pour la maison de la ferme). bui" + }, + { + "paragraph": 2, + "start": 7259, + "end": 7261, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "nhouse_horticulture pour la zone où la serre est situé (en incluant les bassins ", + "after": "eau). Pour une serre d'agrément (jardin d'hiver) voir building = conservatory bu" + }, + { + "paragraph": 2, + "start": 7282, + "end": 7284, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "r la zone où la serre est situé (en incluant les bassins d'eau). Pour une serre ", + "after": "agrément (jardin d'hiver) voir building = conservatory building slurry_tank Bâti" + }, + { + "paragraph": 2, + "start": 7301, + "end": 7303, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "re est situé (en incluant les bassins d'eau). Pour une serre d'agrément (jardin ", + "after": "hiver) voir building = conservatory building slurry_tank Bâtiment circulaire con" + }, + { + "paragraph": 2, + "start": 7446, + "end": 7448, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "nt circulaire construit pour contenir un mélange liquide composé principalement ", + "after": "excréments d'animaux (également appelé lisier). building stable Écurie. Bâtiment" + }, + { + "paragraph": 2, + "start": 7459, + "end": 7461, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": " construit pour contenir un mélange liquide composé principalement d'excréments ", + "after": "animaux (également appelé lisier). building stable Écurie. Bâtiment conçu pour a" + }, + { + "paragraph": 2, + "start": 7719, + "end": 7721, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "résent dans les fermes. building livestock Un bâtiment destiné à abriter/élever ", + "after": "autres animaux (en dehors des vaches, chevaux ou porcs évoqués ci-dessus), ou en" + }, + { + "paragraph": 2, + "start": 7814, + "end": 7816, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "x (en dehors des vaches, chevaux ou porcs évoqués ci-dessus), ou en cas de type ", + "after": "élevage pouvant varier dans le temps. Équipements sportifs building grandstand L" + }, + { + "paragraph": 2, + "start": 9232, + "end": 9234, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "Petit abri brut. building shed Baraque, cabanon. Bâtiment de plain-pied au fond ", + "after": "un jardin ou sur une parcelle. Utilisé pour le stockage, les loisirs, ou comme a" + }, + { + "paragraph": 2, + "start": 9464, + "end": 9466, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": " murs comprenant un toit soutenu par des poteaux, généralement construit à côté ", + "after": "une maison. building garage Bâtiment d'un garage unique ou d'un parking couvert." + }, + { + "paragraph": 2, + "start": 9503, + "end": 9505, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "s poteaux, généralement construit à côté d'une maison. building garage Bâtiment ", + "after": "un garage unique ou d'un parking couvert. Utiliser landuse = garages pour une zo" + }, + { + "paragraph": 2, + "start": 9525, + "end": 9527, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "t construit à côté d'une maison. building garage Bâtiment d'un garage unique ou ", + "after": "un parking couvert. Utiliser landuse = garages pour une zone avec des boxes dist" + }, + { + "paragraph": 2, + "start": 9767, + "end": 9769, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "nchaînés, mais moins souvent. building garages Bâtiment consistant en un nombre ", + "after": "emplacements (boxs) distincts pour différents propriétaires/locataires. Voir aus" + }, + { + "paragraph": 2, + "start": 10710, + "end": 10712, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "r de sous-station. Voir aussi power = substation . building water_tower Château ", + "after": "eau. building storage_tank Réservoir. Utilisé pour le stockage de fluides. Voir " + }, + { + "paragraph": 2, + "start": 11395, + "end": 11402, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "lorsqu’" + ], + "text": "lorsqu'", + "before": "ment en construction. Utiliser construction =* pour noter la valeur du bâtiment ", + "after": "il sera terminé. building container Un container utilisé en tant que bâtiment pe" + }, + { + "paragraph": 2, + "start": 13358, + "end": 13360, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "ng=detached) or similar building. building:levels Fr:Key:building:levels Nombre ", + "after": "étages (niveaux) du bâtiment au-dessus du sol, tel que décrit dans le schéma FR:" + }, + { + "paragraph": 2, + "start": 14086, + "end": 14088, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": " building was finished. entrance yes | main | exit | service | emergency Entrée ", + "after": "un bâtiment. Utile pour le guidage et à utiliser en conjonction avec addr =* . " + }, + { + "paragraph": 2, + "start": 14407, + "end": 14410, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "qu’" + ], + "text": "qu'", + "before": " mètres. max_level < number > Niveau maximum intérieur (étage) du bâtiment, tel ", + "after": "utilisés dans le schème \" Simple Indoor Tagging \". min_level < number > Minimum " + }, + { + "paragraph": 2, + "start": 14663, + "end": 14665, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "n’" + ], + "text": "n'", + "before": "_levels < number > Optionnel. Liste des niveaux intérieurs (étages) du bâtiment ", + "after": "existant pas tels qu'utilisés dans le schème \" Simple Indoor Tagging \". start_da" + }, + { + "paragraph": 2, + "start": 14683, + "end": 14686, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "qu’" + ], + "text": "qu'", + "before": "ptionnel. Liste des niveaux intérieurs (étages) du bâtiment n'existant pas tels ", + "after": "utilisés dans le schème \" Simple Indoor Tagging \". start_date < date > The (appr" + }, + { + "paragraph": 2, + "start": 14962, + "end": 14964, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "Editable here . La traduction en français peut être éditée ici . Quelques façon ", + "after": "obtenir le contour des bâtiments WikiProject France/Cadastre/Import semi-automat" + }, + { + "paragraph": 2, + "start": 15372, + "end": 15374, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "l’" + ], + "text": "l'", + "before": "ton Coldfield ( map ) rendu avec osmarender Voir aussi shop =* - (pour indiquer ", + "after": "usage de ce bâtiment pour un type de commerce en particulier) amenity =* - (pour" + }, + { + "paragraph": 2, + "start": 15463, + "end": 15465, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "l’" + ], + "text": "l'", + "before": "ce bâtiment pour un type de commerce en particulier) amenity =* - (pour définir ", + "after": "usage du bâtiment, par exemple une école, une banque, un théâtre, etc.) Relation" + }, + { + "paragraph": 2, + "start": 15601, + "end": 15603, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": " théâtre, etc.) Relations/Proposed/Buildings - (pour regrouper des bâtiments et ", + "after": "autres éléments ensemble) Merci d'ajouter le cas échéant les numéros du bâtiment" + }, + { + "paragraph": 2, + "start": 15635, + "end": 15637, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "/Buildings - (pour regrouper des bâtiments et d'autres éléments ensemble) Merci ", + "after": "ajouter le cas échéant les numéros du bâtiment dans sa rue. Il existe plusieurs " + }, + { + "paragraph": 2, + "start": 15928, + "end": 15930, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "l’" + ], + "text": "l'", + "before": "âtiments) Relations/Proposed/Postal Addresses - (une représentation complète de ", + "after": "adresse par les relations) Retrieved from \" https://wiki.openstreetmap.org/w/ind" + }, + { + "paragraph": 2, + "start": 8332, + "end": 8333, + "type": "typo", + "message": "Guillemets typographiques ouvrants.", + "suggestions": [ + "« ", + "“" + ], + "text": "\"", + "before": "ur les événements. Ne pas utiliser ce terme pour les autres structures appelées ", + "after": "pavillons\" par les architectes. Voir Pavillon (architecture) building riding_ha" + }, + { + "paragraph": 2, + "start": 8342, + "end": 8343, + "type": "typo", + "message": "Guillemets typographiques fermants.", + "suggestions": [ + " »", + "”" + ], + "text": "\"", + "before": "nements. Ne pas utiliser ce terme pour les autres structures appelées \"pavillons", + "after": " par les architectes. Voir Pavillon (architecture) building riding_hall A build" + }, + { + "paragraph": 2, + "start": 7003, + "end": 7004, + "type": "typo", + "message": "Guillemets typographiques ouvrants.", + "suggestions": [ + "“", + "‘", + "‹" + ], + "text": "'", + "before": " Bâtiment agricole dans une ferme qui n'est pas une habitation (utiliser le tag ", + "after": "house' pour la maison de la ferme). building greenhouse Serre horticole. Bâtimen" + }, + { + "paragraph": 2, + "start": 7009, + "end": 7010, + "type": "typo", + "message": "Guillemets typographiques fermants.", + "suggestions": [ + "”", + "’", + "›" + ], + "text": "'", + "before": "ent agricole dans une ferme qui n'est pas une habitation (utiliser le tag 'house", + "after": " pour la maison de la ferme). building greenhouse Serre horticole. Bâtiment util" + }, + { + "paragraph": 2, + "start": 12069, + "end": 12080, + "type": "notype", + "message": "Écriture invariable. Utilisez un point médian.", + "suggestions": [ + "bâtiment·s" + ], + "text": "bâtiment(s)", + "before": "és, sans murs. Exemple: station-service, abri ouvert … building ruins Un ou des ", + "after": " en ruine. building ship A decommissioned ship/submarine which stays in one plac" + }, + { + "paragraph": 2, + "start": 92, + "end": 100, + "type": "maj", + "message": "Après un point, une majuscule est généralement requise.", + "suggestions": [ + "Building" + ], + "text": "building", + "before": "iser building = retail si le bâtiment est constitué principalement de magasins. ", + "after": " industrial Bâtiment où s'opère un processus industriel. Considérer d'attribuer " + }, + { + "paragraph": 2, + "start": 483, + "end": 491, + "type": "maj", + "message": "Après un point, une majuscule est généralement requise.", + "suggestions": [ + "Building" + ], + "text": "building", + "before": "e si la finalité du bâtiment est d'être un lieu de stockage et de distribution. ", + "after": " kiosk Petit édifice de vente au détail. building office Bureaux. Complétez avec" + }, + { + "paragraph": 2, + "start": 532, + "end": 540, + "type": "maj", + "message": "Après un point, une majuscule est généralement requise.", + "suggestions": [ + "Building" + ], + "text": "building", + "before": "e stockage et de distribution. building kiosk Petit édifice de vente au détail. ", + "after": " office Bureaux. Complétez avec office =* si applicable à tous les bureaux du bâ" + }, + { + "paragraph": 2, + "start": 760, + "end": 768, + "type": "maj", + "message": "Après un point, une majuscule est généralement requise.", + "suggestions": [ + "Building" + ], + "text": "building", + "before": "la zone avec landuse = commercial ou landuse = retail selon le type de bureaux. ", + "after": " retail Bâtiment utilisé en priorité pour vendre des marchandises au public. Con" + }, + { + "paragraph": 2, + "start": 1381, + "end": 1389, + "type": "maj", + "message": "Après un point, une majuscule est généralement requise.", + "suggestions": [ + "Building" + ], + "text": "building", + "before": " spécifique dédié à une religion. Préférer si possible une valeur plus précise. ", + "after": " cathedral Cathédrale. À utiliser en conjonction avec amenity = place_of_worship" + }, + { + "paragraph": 2, + "start": 1573, + "end": 1581, + "type": "maj", + "message": "Après un point, une majuscule est généralement requise.", + "suggestions": [ + "Building" + ], + "text": "building", + "before": "ation =* et landuse = religious pour les terrains sur lesquels elle est située. ", + "after": " chapel Chapelle. À utiliser en conjonction avec amenity = place_of_worship , re" + }, + { + "paragraph": 2, + "start": 1760, + "end": 1768, + "type": "maj", + "message": "Après un point, une majuscule est généralement requise.", + "suggestions": [ + "Building" + ], + "text": "building", + "before": "ation =* et landuse = religious pour les terrains sur lesquels elle est située. ", + "after": " church Église ou ancienne église. Compléter avec amenity = place_of_worship , r" + }, + { + "paragraph": 2, + "start": 1987, + "end": 1995, + "type": "maj", + "message": "Après un point, une majuscule est généralement requise.", + "suggestions": [ + "Building" + ], + "text": "building", + "before": "de culte et landuse = religious pour les terrains sur lesquels elle est située. ", + "after": " kingdom_hall Salles du Royaume Un bâtiment construit en tant que Salle du Royau" + }, + { + "paragraph": 2, + "start": 2260, + "end": 2268, + "type": "maj", + "message": "Après un point, une majuscule est généralement requise.", + "suggestions": [ + "Building" + ], + "text": "building", + "before": "ahs_witness et landuse = religious pour les terrains sur lesquels il est situé. ", + "after": " monastery Un bâtiment construit en tant que monastère. Souvent, les monastères " + }, + { + "paragraph": 2, + "start": 2749, + "end": 2757, + "type": "maj", + "message": "Après un point, une majuscule est généralement requise.", + "suggestions": [ + "Building" + ], + "text": "building", + "before": "ation =* et landuse = religious pour les terrains sur lesquels elle est située. ", + "after": " presbytery Presbytère. building shrine Sanctuaire . Utiliser en conjonction ave" + }, + { + "paragraph": 2, + "start": 2781, + "end": 2789, + "type": "maj", + "message": "Après un point, une majuscule est généralement requise.", + "suggestions": [ + "Building" + ], + "text": "building", + "before": "pour les terrains sur lesquels elle est située. building presbytery Presbytère. ", + "after": " shrine Sanctuaire . Utiliser en conjonction avec amenity = place_of_worship , r" + }, + { + "paragraph": 2, + "start": 3220, + "end": 3228, + "type": "maj", + "message": "Après un point, une majuscule est généralement requise.", + "suggestions": [ + "Building" + ], + "text": "building", + "before": "mination =* et landuse = religious pour les terrains sur lesquels il est situé. ", + "after": " temple Temple. Utiliser en conjonction avec amenity = place_of_worship , religi" + }, + { + "paragraph": 2, + "start": 4223, + "end": 4231, + "type": "maj", + "message": "Après un point, une majuscule est généralement requise.", + "suggestions": [ + "Building" + ], + "text": "building", + "before": "rie, etc... Utiliser amenity =* ou leisure =* etc pour fournir plus de détails. ", + "after": " clock_tower Clock towers are very high towers, visible from its surroundings, u" + }, + { + "paragraph": 2, + "start": 4523, + "end": 4531, + "type": "maj", + "message": "Après un point, une majuscule est généralement requise.", + "suggestions": [ + "Building" + ], + "text": "building", + "before": "ding structures but can also be adjoined or located on top of another building. ", + "after": " college A college building. Use amenity = college on the whole college area to " + }, + { + "paragraph": 2, + "start": 4652, + "end": 4660, + "type": "maj", + "message": "Après un point, une majuscule est généralement requise.", + "suggestions": [ + "Building" + ], + "text": "building", + "before": "= college on the whole college area to represent the college as an institution. ", + "after": " fire_station A building constructed as fire station, i.e. to house fire fightin" + }, + { + "paragraph": 2, + "start": 4863, + "end": 4871, + "type": "maj", + "message": "Après un point, une majuscule est généralement requise.", + "suggestions": [ + "Building" + ], + "text": "building", + "before": "rent use. Add amenity = fire_station on the grounds for an active fire station. ", + "after": " government For government buildings in general, including municipal, provincial" + }, + { + "paragraph": 2, + "start": 5070, + "end": 5078, + "type": "maj", + "message": "Après un point, une majuscule est généralement requise.", + "suggestions": [ + "Building" + ], + "text": "building", + "before": " agencies and departments, town halls, (regional) parliaments and court houses. ", + "after": " gatehouse An entry control point building, spanning over a highway that enters " + }, + { + "paragraph": 2, + "start": 5178, + "end": 5186, + "type": "maj", + "message": "Après un point, une majuscule est généralement requise.", + "suggestions": [ + "Building" + ], + "text": "building", + "before": "control point building, spanning over a highway that enters a city or compound. ", + "after": " hospital Bâtiment hospitalier. Utiliser amenity = hospital pour l'emprise de l'" + }, + { + "paragraph": 2, + "start": 5582, + "end": 5590, + "type": "maj", + "message": "Après un point, une majuscule est généralement requise.", + "suggestions": [ + "Building" + ], + "text": "building", + "before": " utilisez amenity=kindergarten sur le périmètre du terrain du jardin d'enfants. ", + "after": " museum Un bâtiment construit pour abriter un musée building public Bâtiment pub" + }, + { + "paragraph": 2, + "start": 5699, + "end": 5707, + "type": "maj", + "message": "Après un point, une majuscule est généralement requise.", + "suggestions": [ + "Building" + ], + "text": "building", + "before": " pour abriter un musée building public Bâtiment public. Par exemple une mairie. ", + "after": " school Bâtiment scolaire. Utiliser amenity = school pour l'emprise de l'école (" + }, + { + "paragraph": 2, + "start": 6521, + "end": 6529, + "type": "maj", + "message": "Après un point, une majuscule est généralement requise.", + "suggestions": [ + "Building" + ], + "text": "building", + "before": "building barn Grange. Bâtiment agricole de stockage et lieu de travail couvert. ", + "after": " conservatory Serre d'agrément ou jardin d'hiver . Structure vitrée (souvent en " + }, + { + "paragraph": 2, + "start": 6900, + "end": 6908, + "type": "maj", + "message": "Après un point, une majuscule est généralement requise.", + "suggestions": [ + "Building" + ], + "text": "building", + "before": "Bâtiment conçu pour abriter des vaches, habituellement présent dans les fermes. ", + "after": " farm_auxiliary Bâtiment agricole dans une ferme qui n'est pas une habitation (u" + }, + { + "paragraph": 2, + "start": 7561, + "end": 7569, + "type": "maj", + "message": "Après un point, une majuscule est généralement requise.", + "suggestions": [ + "Building" + ], + "text": "building", + "before": "ppelé lisier). building stable Écurie. Bâtiment conçu pour abriter des chevaux. ", + "after": " sty Porcherie. Bâtiment conçu pour élever des porcs, habituellement présent dan" + }, + { + "paragraph": 2, + "start": 7663, + "end": 7671, + "type": "maj", + "message": "Après un point, une majuscule est généralement requise.", + "suggestions": [ + "Building" + ], + "text": "building", + "before": ". Bâtiment conçu pour élever des porcs, habituellement présent dans les fermes. ", + "after": " livestock Un bâtiment destiné à abriter/élever d'autres animaux (en dehors des " + }, + { + "paragraph": 2, + "start": 8061, + "end": 8069, + "type": "maj", + "message": "Après un point, une majuscule est généralement requise.", + "suggestions": [ + "Building" + ], + "text": "building", + "before": "tent de la meilleure vue sur des courses de chevaux ou sur le terrain de sport. ", + "after": " pavilion Bâtiment offrant des fonctions aux utilisateurs de terrains de sport, " + }, + { + "paragraph": 2, + "start": 8460, + "end": 8468, + "type": "maj", + "message": "Après un point, une majuscule est généralement requise.", + "suggestions": [ + "Building" + ], + "text": "building", + "before": "(architecture) building riding_hall A building that was built as a riding hall. ", + "after": " sports_hall A building that was built as a sports hall. building sports_centre " + }, + { + "paragraph": 2, + "start": 8525, + "end": 8533, + "type": "maj", + "message": "Après un point, une majuscule est généralement requise.", + "suggestions": [ + "Building" + ], + "text": "building", + "before": "a riding hall. building sports_hall A building that was built as a sports hall. ", + "after": " sports_centre A building that was built as a sports centre. building stadium St" + }, + { + "paragraph": 2, + "start": 8594, + "end": 8602, + "type": "maj", + "message": "Après un point, une majuscule est généralement requise.", + "suggestions": [ + "Building" + ], + "text": "building", + "before": "orts hall. building sports_centre A building that was built as a sports centre. ", + "after": " stadium Stade. Stockage building allotment_house A small outbuilding for short " + }, + { + "paragraph": 2, + "start": 9169, + "end": 9177, + "type": "maj", + "message": "Après un point, une majuscule est généralement requise.", + "suggestions": [ + "Building" + ], + "text": "building", + "before": "building = barn pour une grange agricole . building hut Hutte. Petit abri brut. ", + "after": " shed Baraque, cabanon. Bâtiment de plain-pied au fond d'un jardin ou sur une pa" + }, + { + "paragraph": 2, + "start": 9478, + "end": 9486, + "type": "maj", + "message": "Après un point, une majuscule est généralement requise.", + "suggestions": [ + "Building" + ], + "text": "building", + "before": "nt un toit soutenu par des poteaux, généralement construit à côté d'une maison. ", + "after": " garage Bâtiment d'un garage unique ou d'un parking couvert. Utiliser landuse = " + }, + { + "paragraph": 2, + "start": 9717, + "end": 9725, + "type": "maj", + "message": "Après un point, une majuscule est généralement requise.", + "suggestions": [ + "Building" + ], + "text": "building", + "before": "ing = garages est aussi utilisé pour des garages enchaînés, mais moins souvent. ", + "after": " garages Bâtiment consistant en un nombre d'emplacements (boxs) distincts pour d" + }, + { + "paragraph": 2, + "start": 10065, + "end": 10073, + "type": "maj", + "message": "Après un point, une majuscule est généralement requise.", + "suggestions": [ + "Building" + ], + "text": "building", + "before": "ster Digesteur . Bioréacteur pour la production de biogaz à partir de biomasse. ", + "after": " service Bâtiment de service. Habituellement un petit édifice sans nom avec une " + }, + { + "paragraph": 2, + "start": 10717, + "end": 10725, + "type": "maj", + "message": "Après un point, une majuscule est généralement requise.", + "suggestions": [ + "Building" + ], + "text": "building", + "before": "us-station. Voir aussi power = substation . building water_tower Château d'eau. ", + "after": " storage_tank Réservoir. Utilisé pour le stockage de fluides. Voir man_made = st" + }, + { + "paragraph": 2, + "start": 10847, + "end": 10855, + "type": "maj", + "message": "Après un point, une majuscule est généralement requise.", + "suggestions": [ + "Building" + ], + "text": "building", + "before": "tockage de fluides. Voir man_made = storage_tank et man_made = silo à la place. ", + "after": " silo A silo is a building for storing bulk materials Autres building beach_hut " + }, + { + "paragraph": 2, + "start": 11419, + "end": 11427, + "type": "maj", + "message": "Après un point, une majuscule est généralement requise.", + "suggestions": [ + "Building" + ], + "text": "building", + "before": "iliser construction =* pour noter la valeur du bâtiment lorsqu'il sera terminé. ", + "after": " container Un container utilisé en tant que bâtiment permanent. Ne pas utiliser " + }, + { + "paragraph": 2, + "start": 11642, + "end": 11650, + "type": "maj", + "message": "Après un point, une majuscule est généralement requise.", + "suggestions": [ + "Building" + ], + "text": "building", + "before": "exemple dans les ports ou sur les chantiers building guardhouse Poste de garde. ", + "after": " military A military building. Also use military =* . building outbuilding A les" + }, + { + "paragraph": 2, + "start": 11811, + "end": 11819, + "type": "maj", + "message": "Après un point, une majuscule est généralement requise.", + "suggestions": [ + "Building" + ], + "text": "building", + "before": " important building near to and on the same piece of land as a larger building. ", + "after": " pagoda A building constructed as a pagoda. building quonset_hut A lightweight p" + }, + { + "paragraph": 2, + "start": 12091, + "end": 12099, + "type": "maj", + "message": "Après un point, une majuscule est généralement requise.", + "suggestions": [ + "Building" + ], + "text": "building", + "before": ": station-service, abri ouvert … building ruins Un ou des bâtiment(s) en ruine. ", + "after": " ship A decommissioned ship/submarine which stays in one place. building tent Fo" + }, + { + "paragraph": 2, + "start": 12163, + "end": 12171, + "type": "maj", + "message": "Après un point, une majuscule est généralement requise.", + "suggestions": [ + "Building" + ], + "text": "building", + "before": " ruine. building ship A decommissioned ship/submarine which stays in one place. ", + "after": " tent For a permanently placed tent. Do not map tents placed temporarily. buildi" + }, + { + "paragraph": 2, + "start": 12587, + "end": 12591, + "type": "maj", + "message": "Après un point, une majuscule est généralement requise.", + "suggestions": [ + "Vous" + ], + "text": "vous", + "before": " wind power. building yes Valeur par défaut sans précision de type de bâtiment. ", + "after": " pouvez aussi utiliser le tag building = type pour préciser le type mais cette v" + }, + { + "paragraph": 2, + "start": 12697, + "end": 12705, + "type": "maj", + "message": "Après un point, une majuscule est généralement requise.", + "suggestions": [ + "Building" + ], + "text": "building", + "before": "tag building = type pour préciser le type mais cette valeur est devenu désuète. ", + "after": " user defined Valeurs couramment utilisées suivant Taginfo Attributs additionnel" + }, + { + "paragraph": 2, + "start": 13061, + "end": 13069, + "type": "maj", + "message": "Après un point, une majuscule est généralement requise.", + "suggestions": [ + "Building" + ], + "text": "building", + "before": " the building building:fireproof yes | no Information sur la résistance au feu. ", + "after": ":flats < number > The number of residential units (flats, apartments) in an apar" + }, + { + "paragraph": 2, + "start": 13312, + "end": 13320, + "type": "maj", + "message": "Après un point, une majuscule est généralement requise.", + "suggestions": [ + "Building" + ], + "text": "building", + "before": "house (building=house), detached house (building=detached) or similar building. ", + "after": ":levels Fr:Key:building:levels Nombre d'étages (niveaux) du bâtiment au-dessus d" + }, + { + "paragraph": 2, + "start": 12833, + "end": 12845, + "type": "typo", + "message": "Il manque un espace.", + "suggestions": [ + " architecture" + ], + "text": "architecture", + "before": "nt Taginfo Attributs additionnels Clé Valeur Élément Commentaire Photo building:", + "after": " < architectural style > Architectural style of a building building:colour < RGB" + }, + { + "paragraph": 2, + "start": 12913, + "end": 12919, + "type": "typo", + "message": "Il manque un espace.", + "suggestions": [ + " colour" + ], + "text": "colour", + "before": "architecture < architectural style > Architectural style of a building building:", + "after": " < RGB hex triplet > | < W3C colour name > Indicates colour of the building buil" + }, + { + "paragraph": 2, + "start": 13004, + "end": 13013, + "type": "typo", + "message": "Il manque un espace.", + "suggestions": [ + " fireproof" + ], + "text": "fireproof", + "before": "B hex triplet > | < W3C colour name > Indicates colour of the building building:", + "after": " yes | no Information sur la résistance au feu. building:flats < number > The nu" + }, + { + "paragraph": 2, + "start": 13070, + "end": 13075, + "type": "typo", + "message": "Il manque un espace.", + "suggestions": [ + " flats" + ], + "text": "flats", + "before": "ding building:fireproof yes | no Information sur la résistance au feu. building:", + "after": " < number > The number of residential units (flats, apartments) in an apartment " + }, + { + "paragraph": 2, + "start": 13321, + "end": 13327, + "type": "typo", + "message": "Il manque un espace.", + "suggestions": [ + " levels" + ], + "text": "levels", + "before": "ilding=house), detached house (building=detached) or similar building. building:", + "after": " Fr:Key:building:levels Nombre d'étages (niveaux) du bâtiment au-dessus du sol, " + }, + { + "paragraph": 2, + "start": 13331, + "end": 13334, + "type": "typo", + "message": "Il manque un espace.", + "suggestions": [ + " Key" + ], + "text": "Key", + "before": "se), detached house (building=detached) or similar building. building:levels Fr:", + "after": ":building:levels Nombre d'étages (niveaux) du bâtiment au-dessus du sol, tel que" + }, + { + "paragraph": 2, + "start": 13344, + "end": 13350, + "type": "typo", + "message": "Il manque un espace.", + "suggestions": [ + " levels" + ], + "text": "levels", + "before": " house (building=detached) or similar building. building:levels Fr:Key:building:", + "after": " Nombre d'étages (niveaux) du bâtiment au-dessus du sol, tel que décrit dans le " + }, + { + "paragraph": 2, + "start": 13440, + "end": 13460, + "type": "typo", + "message": "Il manque un espace.", + "suggestions": [ + " Bâtiments_3D_simples" + ], + "text": "Bâtiments_3D_simples", + "before": "étages (niveaux) du bâtiment au-dessus du sol, tel que décrit dans le schéma FR:", + "after": " . building:material < material type > Outer material for the building façade bu" + }, + { + "paragraph": 2, + "start": 13472, + "end": 13480, + "type": "typo", + "message": "Il manque un espace.", + "suggestions": [ + " material" + ], + "text": "material", + "before": "dessus du sol, tel que décrit dans le schéma FR:Bâtiments_3D_simples . building:", + "after": " < material type > Outer material for the building façade building:min_level < n" + }, + { + "paragraph": 2, + "start": 13547, + "end": 13556, + "type": "typo", + "message": "Il manque un espace.", + "suggestions": [ + " min_level" + ], + "text": "min_level", + "before": "ding:material < material type > Outer material for the building façade building:", + "after": " < number > Nombre de niveaux à ignorer dans une partie de bâtiment, tel que déc" + }, + { + "paragraph": 2, + "start": 13658, + "end": 13678, + "type": "typo", + "message": "Il manque un espace.", + "suggestions": [ + " Bâtiments_3D_simples" + ], + "text": "Bâtiments_3D_simples", + "before": "niveaux à ignorer dans une partie de bâtiment, tel que décrit dans le schéma FR:", + "after": " . building:part As building To mark a part of a building, which has attributes," + }, + { + "paragraph": 2, + "start": 13690, + "end": 13694, + "type": "typo", + "message": "Il manque un espace.", + "suggestions": [ + " part" + ], + "text": "part", + "before": "e de bâtiment, tel que décrit dans le schéma FR:Bâtiments_3D_simples . building:", + "after": " As building To mark a part of a building, which has attributes, different from " + }, + { + "paragraph": 2, + "start": 13808, + "end": 13819, + "type": "typo", + "message": "Il manque un espace.", + "suggestions": [ + " soft_storey" + ], + "text": "soft_storey", + "before": "uilding, which has attributes, different from such ones at other parts building:", + "after": " yes | no | reinforced A building where any one level is significantly more flex" + }, + { + "paragraph": 2, + "start": 14292, + "end": 14295, + "type": "typo", + "message": "Il manque un espace.", + "suggestions": [ + " Key" + ], + "text": "Key", + "before": "re partie du bâtiment. Remplace le tag déprécié building = entrance . height Fr:", + "after": ":height Hauteur des bâtiments en mètres. max_level < number > Niveau maximum int" + }, + { + "paragraph": 2, + "start": 16030, + "end": 16038, + "type": "typo", + "message": "Il manque un espace.", + "suggestions": [ + " building" + ], + "text": "building", + "before": "tions) Retrieved from \" https://wiki.openstreetmap.org/w/index.php?title=FR:Key:", + "after": "&oldid=2856828 \"" + }, + { + "paragraph": 2, + "start": 4148, + "end": 4154, + "type": "typo", + "message": "Un seul point après « etc. »", + "suggestions": [ + "etc." + ], + "text": "etc...", + "before": "unicipale...), librairie, toilettes publiques, centre sportif, piscine, mairie, ", + "after": " Utiliser amenity =* ou leisure =* etc pour fournir plus de détails. building cl" + }, + { + "paragraph": 2, + "start": 4077, + "end": 4080, + "type": "typo", + "message": "Typographie : points de suspension. Utilisez le caractère dédié.", + "suggestions": [ + "…" + ], + "text": "...", + "before": "ublic. Par exemple amenity = community_centre (Salle des fêtes, Salle municipale", + "after": "), librairie, toilettes publiques, centre sportif, piscine, mairie, etc... Utili" + }, + { + "paragraph": 2, + "start": 5292, + "end": 5295, + "type": "typo", + "message": "Typographie : points de suspension. Utilisez le caractère dédié.", + "suggestions": [ + "…" + ], + "text": "...", + "before": "lier. Utiliser amenity = hospital pour l'emprise de l'hôpital (terrain, parkings", + "after": "). building kindergarten Bâtiment générique de crèche. Les bâtiments à usage spé" + }, + { + "paragraph": 2, + "start": 5808, + "end": 5811, + "type": "typo", + "message": "Typographie : points de suspension. Utilisez le caractère dédié.", + "suggestions": [ + "…" + ], + "text": "...", + "before": "aire. Utiliser amenity = school pour l'emprise de l'école (parking, cours, préau", + "after": "). building toilets Un bâtiment de toilettes building train_station Gare / stati" + }, + { + "paragraph": 2, + "start": 6400, + "end": 6403, + "type": "typo", + "message": "Typographie : points de suspension. Utilisez le caractère dédié.", + "suggestions": [ + "…" + ], + "text": "...", + "before": "tiliser amenity = university pour l'emprise du site (terrain, parkings, gymnases", + "after": "). Agriculture / Production horticole building barn Grange. Bâtiment agricole de" + }, + { + "paragraph": 2, + "start": 8205, + "end": 8208, + "type": "typo", + "message": "Typographie : points de suspension. Utilisez le caractère dédié.", + "suggestions": [ + "…" + ], + "text": "...", + "before": "s de terrains de sport, habituellement des vestiaires, des espaces de stockage, ", + "after": " et éventuellement une cuisine, un espace pour les événements. Ne pas utiliser c" + }, + { + "paragraph": 2, + "start": 8882, + "end": 8885, + "type": "typo", + "message": "Typographie : points de suspension. Utilisez le caractère dédié.", + "suggestions": [ + "…" + ], + "text": "...", + "before": "r Hangar (Aviation). Bâtiment utilisé pour abriter des avions, hélicoptères, ou ", + "after": " des vaisseaux spatiaux. Ajouter le tag aeroway = hangar si approprié. Attention" + }, + { + "paragraph": 2, + "start": 10209, + "end": 10212, + "type": "typo", + "message": "Typographie : points de suspension. Utilisez le caractère dédié.", + "suggestions": [ + "…" + ], + "text": "...", + "before": "ifice sans nom avec une certaine machinerie (comme une pompe, un transformateur,", + "after": "). building tech_cab Small prefabricated cabin structures for the air-conditione" + }, + { + "paragraph": 2, + "start": 10208, + "end": 10212, + "type": "typo", + "message": "Erreur de numérisation ? Virgules au lieu de points ?", + "suggestions": [ + "…." + ], + "text": ",...", + "before": "difice sans nom avec une certaine machinerie (comme une pompe, un transformateur", + "after": "). building tech_cab Small prefabricated cabin structures for the air-conditione" + }, + { + "paragraph": 2, + "start": 8203, + "end": 8206, + "type": "typo", + "message": "Une de ces ponctuations est superflue.", + "suggestions": [ + ",", + "." + ], + "text": ", .", + "before": "urs de terrains de sport, habituellement des vestiaires, des espaces de stockage", + "after": ".. et éventuellement une cuisine, un espace pour les événements. Ne pas utiliser" + }, + { + "paragraph": 2, + "start": 15098, + "end": 15099, + "type": "nbsp", + "message": "Il manque un espace insécable.", + "suggestions": [ + " !" + ], + "text": "!", + "before": "dastre/Import semi-automatique des bâtiments Photographies aériennes (e.g. Yahoo", + "after": " Aerial Imagery ou OpenAerialMap ) Observations depuis la rue, ou même suivre le" + }, + { + "paragraph": 2, + "start": 297, + "end": 299, + "type": "nbsp", + "message": "Il manque un espace insécable.", + "suggestions": [ + " ?" + ], + "text": " ?", + "before": "ndustrial avec un landuse = industrial (en collision avec building = manufacture", + "after": ") Renseigner l'attribut industrial =* pour décrire l'activité industrielle. Util" + }, + { + "paragraph": 2, + "start": 5914, + "end": 5915, + "type": "nbsp", + "message": "Il manque un espace insécable.", + "suggestions": [ + " :" + ], + "text": ":", + "before": "bâtiment de toilettes building train_station Gare / station de train. (Ambiguïté", + "after": " Mapnik fait un rendu spécifique de building = station ) building transportation" + }, + { + "paragraph": 2, + "start": 8965, + "end": 8967, + "type": "nbsp", + "message": "Il manque un espace insécable.", + "suggestions": [ + " :" + ], + "text": " :", + "before": " des vaisseaux spatiaux. Ajouter le tag aeroway = hangar si approprié. Attention", + "after": " Ne pas confondre avec un hangar utilisé pour entreposer des biens. Dans ce cas " + }, + { + "paragraph": 2, + "start": 12011, + "end": 12012, + "type": "nbsp", + "message": "Il manque un espace insécable.", + "suggestions": [ + " :" + ], + "text": ":", + "before": "ape of a semicircle. building roof Toit ouvert sur les côtés, sans murs. Exemple", + "after": " station-service, abri ouvert … building ruins Un ou des bâtiment(s) en ruine. b" + }, + { + "paragraph": 2, + "start": 3470, + "end": 3471, + "type": "nbsp", + "message": "Il manque un espace insécable.", + "suggestions": [ + "« " + ], + "text": "«", + "before": "st situé. Bâtiments publics / Infrastructures building bakehouse Four à pain ou ", + "after": "Boulangerie» au sens de lieu de fabrication du pain (Voir la définition de boula" + }, + { + "paragraph": 2, + "start": 3482, + "end": 3483, + "type": "nbsp", + "message": "Il manque un espace insécable.", + "suggestions": [ + " »" + ], + "text": "»", + "before": "timents publics / Infrastructures building bakehouse Four à pain ou «Boulangerie", + "after": " au sens de lieu de fabrication du pain (Voir la définition de boulangerie et au" + }, + { + "paragraph": 2, + "start": 15354, + "end": 15357, + "type": "typo", + "message": "Tiret d’incise : un tiret demi-cadratin [1] ou cadratin [2] est requis. (Ou éventuellement le signe “moins” [3], s’il s’agit d’une soustraction.)", + "suggestions": [ + " – ", + " — ", + " − " + ], + "text": " - ", + "before": "du avec mapnik Sutton Coldfield ( map ) rendu avec osmarender Voir aussi shop =*", + "after": "(pour indiquer l'usage de ce bâtiment pour un type de commerce en particulier) a" + }, + { + "paragraph": 2, + "start": 15446, + "end": 15449, + "type": "typo", + "message": "Tiret d’incise : un tiret demi-cadratin [1] ou cadratin [2] est requis. (Ou éventuellement le signe “moins” [3], s’il s’agit d’une soustraction.)", + "suggestions": [ + " – ", + " — ", + " − " + ], + "text": " - ", + "before": "iquer l'usage de ce bâtiment pour un type de commerce en particulier) amenity =*", + "after": "(pour définir l'usage du bâtiment, par exemple une école, une banque, un théâtre" + }, + { + "paragraph": 2, + "start": 15565, + "end": 15568, + "type": "typo", + "message": "Tiret d’incise : un tiret demi-cadratin [1] ou cadratin [2] est requis. (Ou éventuellement le signe “moins” [3], s’il s’agit d’une soustraction.)", + "suggestions": [ + " – ", + " — ", + " − " + ], + "text": " - ", + "before": "ar exemple une école, une banque, un théâtre, etc.) Relations/Proposed/Buildings", + "after": "(pour regrouper des bâtiments et d'autres éléments ensemble) Merci d'ajouter le " + }, + { + "paragraph": 2, + "start": 15787, + "end": 15790, + "type": "typo", + "message": "Tiret d’incise : un tiret demi-cadratin [1] ou cadratin [2] est requis. (Ou éventuellement le signe “moins” [3], s’il s’agit d’une soustraction.)", + "suggestions": [ + " – ", + " — ", + " − " + ], + "text": " - ", + "before": "plusieurs approches pour cela : Proposed features/House numbers/Karlsruhe Schema", + "after": "(une méthode largement utilisée pour la numérotation des bâtiments) Relations/Pr" + }, + { + "paragraph": 2, + "start": 15893, + "end": 15896, + "type": "typo", + "message": "Tiret d’incise : un tiret demi-cadratin [1] ou cadratin [2] est requis. (Ou éventuellement le signe “moins” [3], s’il s’agit d’une soustraction.)", + "suggestions": [ + " – ", + " — ", + " − " + ], + "text": " - ", + "before": "utilisée pour la numérotation des bâtiments) Relations/Proposed/Postal Addresses", + "after": "(une représentation complète de l'adresse par les relations) Retrieved from \" ht" + }, + { + "paragraph": 2, + "start": 16045, + "end": 16052, + "type": "num", + "message": "Formatage des grands nombres.", + "suggestions": [ + "2 856 828" + ], + "text": "2856828", + "before": "d from \" https://wiki.openstreetmap.org/w/index.php?title=FR:Key:building&oldid=", + "after": " \"" + }, + { + "paragraph": 2, + "start": 3436, + "end": 3444, + "type": "gn", + "message": "Accord de nombre erroné avec « Bâtiments publics / Infrastructures » : « building » devrait être au pluriel.", + "suggestions": [ + "buildings" + ], + "text": "building", + "before": "our les terrains sur lesquels il est situé. Bâtiments publics / Infrastructures ", + "after": " bakehouse Four à pain ou «Boulangerie» au sens de lieu de fabrication du pain (" + }, + { + "paragraph": 2, + "start": 4498, + "end": 4501, + "type": "conf", + "message": "Incohérence avec “on” : “top” devrait être un verbe, un pronom objet, un adverbe de négation, etc.", + "suggestions": [], + "text": "top", + "before": "n four. They are freestanding structures but can also be adjoined or located on ", + "after": " of another building. building college A college building. Use amenity = college" + }, + { + "paragraph": 2, + "start": 7228, + "end": 7233, + "type": "ppas", + "message": "Accord erroné : “serre” et “situé” ne sont pas accordés.", + "suggestions": [ + "située" + ], + "text": "situé", + "before": "lantes. Utiliser landuse = greenhouse_horticulture pour la zone où la serre est ", + "after": " (en incluant les bassins d'eau). Pour une serre d'agrément (jardin d'hiver) voi" + }, + { + "paragraph": 2, + "start": 7875, + "end": 7883, + "type": "gn", + "message": "Accord de nombre erroné avec « Équipements sportifs » : « building » devrait être au pluriel.", + "suggestions": [ + "buildings" + ], + "text": "building", + "before": " ou en cas de type d'élevage pouvant varier dans le temps. Équipements sportifs ", + "after": " grandstand La tribune, ou les gradins principaux, généralement couverte, où les" + }, + { + "paragraph": 2, + "start": 9603, + "end": 9612, + "type": "gn", + "message": "Accord de genre erroné avec « boxes ».", + "suggestions": [ + "distinctes" + ], + "text": "distincts", + "before": "u d'un parking couvert. Utiliser landuse = garages pour une zone avec des boxes ", + "after": " (tagwatch). Le tag building = garages est aussi utilisé pour des garages enchaî" + }, + { + "paragraph": 2, + "start": 9597, + "end": 9602, + "type": "gn", + "message": "Accord de genre erroné avec « distincts ».", + "suggestions": [ + "boxés" + ], + "text": "boxes", + "before": "ique ou d'un parking couvert. Utiliser landuse = garages pour une zone avec des ", + "after": " distincts (tagwatch). Le tag building = garages est aussi utilisé pour des gara" + }, + { + "paragraph": 2, + "start": 9972, + "end": 9980, + "type": "gn", + "message": "Accord de nombre erroné avec « Énergie / Bâtiments techniques » : « building » devrait être au pluriel.", + "suggestions": [ + "buildings" + ], + "text": "building", + "before": "ucture conçue pour le stationnement de voitures. Énergie / Bâtiments techniques ", + "after": " digester Digesteur . Bioréacteur pour la production de biogaz à partir de bioma" + }, + { + "paragraph": 2, + "start": 10602, + "end": 10607, + "type": "virg", + "message": "Si « mais » est la conjonction de coordination, une virgule est souhaitable si elle introduit une nouvelle proposition.", + "suggestions": [ + ", mais" + ], + "text": " mais", + "before": "érienne moyenne tension. Assez souvent la ligne électrique a été depuis enterrée", + "after": " il peut toujours servir de sous-station. Voir aussi power = substation . buildi" + }, + { + "paragraph": 2, + "start": 12895, + "end": 12912, + "type": "notype", + "message": "Doublon.", + "suggestions": [ + "building" + ], + "text": "building building", + "before": "re Photo building:architecture < architectural style > Architectural style of a ", + "after": ":colour < RGB hex triplet > | < W3C colour name > Indicates colour of the buildi" + }, + { + "paragraph": 2, + "start": 12986, + "end": 13003, + "type": "notype", + "message": "Doublon.", + "suggestions": [ + "building" + ], + "text": "building building", + "before": "ilding:colour < RGB hex triplet > | < W3C colour name > Indicates colour of the ", + "after": ":fireproof yes | no Information sur la résistance au feu. building:flats < numbe" + }, + { + "paragraph": 2, + "start": 13139, + "end": 13141, + "type": "tu", + "message": "Confusion possible : pour le déterminant désignant quelque chose, écrivez “un”.", + "suggestions": [ + "un" + ], + "text": "in", + "before": ". building:flats < number > The number of residential units (flats, apartments) ", + "after": " an apartment building (building=apartments), residential building (building=res" + }, + { + "paragraph": 2, + "start": 14956, + "end": 14961, + "type": "gn", + "message": "Accord de nombre erroné : « façon » devrait être au pluriel.", + "suggestions": [ + "façons" + ], + "text": "façon", + "before": "lish. Editable here . La traduction en français peut être éditée ici . Quelques ", + "after": " d'obtenir le contour des bâtiments WikiProject France/Cadastre/Import semi-auto" + }, + { + "paragraph": 2, + "start": 28, + "end": 34, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "reptile", + "reptiles", + "retable", + "ratai", + "retables", + "retraie", + "retrais", + "retrait", + "retirai", + "retâtai" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 101, + "end": 111, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "industriel", + "industriels", + "indus trial", + "Indus trial" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 216, + "end": 226, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "industriel", + "industriels", + "indus trial", + "Indus trial" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 235, + "end": 242, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "landes", + "landaus", + "Landes", + "land sue", + "lands", + "land use", + "lards", + "saducéen", + "saducéens", + "nandous" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 245, + "end": 255, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "industriel", + "industriels", + "indus trial", + "Indus trial" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 323, + "end": 333, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "industriel", + "industriels", + "indus trial", + "Indus trial" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 395, + "end": 404, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "varheures", + "parechocs", + "parechoc", + "maréchaussée", + "maréchaussées" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 492, + "end": 497, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "kiosque", + "kiosques", + "kiosquier", + "kiosquiers", + "kicks", + "cosys", + "kirs", + "kits", + "kils", + "kifs" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 628, + "end": 635, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Prenez", + "Perenne", + "Prennes", + "Prenne", + "Preneuse", + "Preniez", + "Preneuses", + "Pennes", + "Grenez", + "Prends" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 668, + "end": 679, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "cartographe", + "cartographes", + "cartographie", + "cartographier", + "cartographiez", + "cartographies", + "cartographiée", + "cartographié", + "cartographiés" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 693, + "end": 700, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "landes", + "landaus", + "Landes", + "land sue", + "lands", + "land use", + "lards", + "saducéen", + "saducéens", + "nandous" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 717, + "end": 724, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "landes", + "landaus", + "Landes", + "land sue", + "lands", + "land use", + "lards", + "saducéen", + "saducéens", + "nandous" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 727, + "end": 733, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "reptile", + "reptiles", + "retable", + "ratai", + "retables", + "retraie", + "retrais", + "retrait", + "retirai", + "retâtai" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 769, + "end": 775, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "reptile", + "reptiles", + "retable", + "ratai", + "retables", + "retraie", + "retrais", + "retrait", + "retirai", + "retâtai" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 904, + "end": 910, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "reptile", + "reptiles", + "retable", + "ratai", + "retables", + "retraie", + "retrais", + "retrait", + "retirai", + "retâtai" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 919, + "end": 926, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "landes", + "landaus", + "Landes", + "land sue", + "lands", + "land use", + "lards", + "saducéen", + "saducéens", + "nandous" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 929, + "end": 935, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "reptile", + "reptiles", + "retable", + "ratai", + "retables", + "retraie", + "retrais", + "retrait", + "retirai", + "retâtai" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 947, + "end": 951, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "shot", + "show", + "chope", + "chopa", + "chopé", + "coops", + "stop", + "soap", + "shots" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 1005, + "end": 1012, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "amenât", + "armait", + "aménité", + "amenait", + "amenâtes", + "aménités", + "amanite", + "amatit", + "amanites", + "aimanté" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 1051, + "end": 1062, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "supermarché", + "supermarchés", + "surprendre", + "surprendrez", + "espérances" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 1091, + "end": 1097, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Maniai", + "Rapin", + "Rapine", + "Rapina", + "Rapiné", + "Rapins", + "Manique", + "Maniques", + "Manie" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 1115, + "end": 1119, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "shot", + "show", + "chope", + "chopa", + "chopé", + "coops", + "stop", + "soap", + "shots" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 1122, + "end": 1126, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "mal", + "malt", + "mali", + "malle", + "mati", + "maxi", + "ma", + "mA", + "MA", + "miam" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 1138, + "end": 1147, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "varheures", + "parechocs", + "parechoc", + "maréchaussée", + "maréchaussées" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 1279, + "end": 1288, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "religions", + "religieuse", + "religieuses", + "areligieux", + "areligieuse", + "irréligieux" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 1390, + "end": 1399, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "cathedra", + "cathédral", + "cathédrale" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 1443, + "end": 1450, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "amenât", + "armait", + "aménité", + "amenait", + "amenâtes", + "aménités", + "amanite", + "amatit", + "amanites", + "aimanté" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 1459, + "end": 1461, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "off", + "OF₂", + "AuF₃", + "o", + "offert", + "nove", + "nova", + "nové", + "volt" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 1462, + "end": 1469, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "orchis", + "torchai", + "torchait", + "torchais", + "voceri", + "torchaient", + "noirci", + "lochai", + "cochai", + "pochai" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 1486, + "end": 1498, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "dénomination", + "dénominations", + "de nomination" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 1505, + "end": 1512, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "landes", + "landaus", + "Landes", + "land sue", + "lands", + "land use", + "lards", + "saducéen", + "saducéens", + "nandous" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 1515, + "end": 1524, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "religions", + "religieuse", + "religieuses", + "areligieux", + "areligieuse", + "irréligieux" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 1582, + "end": 1588, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "chapela", + "chapelé", + "chape", + "chapelas", + "chapelai", + "chapelés", + "chapelée", + "chipe", + "chapèle" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 1630, + "end": 1637, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "amenât", + "armait", + "aménité", + "amenait", + "amenâtes", + "aménités", + "amanite", + "amatit", + "amanites", + "aimanté" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 1646, + "end": 1648, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "off", + "OF₂", + "AuF₃", + "o", + "offert", + "nove", + "nova", + "nové", + "volt" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 1649, + "end": 1656, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "orchis", + "torchai", + "torchait", + "torchais", + "voceri", + "torchaient", + "noirci", + "lochai", + "cochai", + "pochai" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 1673, + "end": 1685, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "dénomination", + "dénominations", + "de nomination" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 1692, + "end": 1699, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "landes", + "landaus", + "Landes", + "land sue", + "lands", + "land use", + "lards", + "saducéen", + "saducéens", + "nandous" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 1702, + "end": 1711, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "religions", + "religieuse", + "religieuses", + "areligieux", + "areligieuse", + "irréligieux" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 1769, + "end": 1775, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "cherche", + "chercha", + "cherché", + "chus", + "chercher", + "cherchez", + "cherches", + "cherchas", + "cherchai" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 1818, + "end": 1825, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "amenât", + "armait", + "aménité", + "amenait", + "amenâtes", + "aménités", + "amanite", + "amatit", + "amanites", + "aimanté" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 1834, + "end": 1836, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "off", + "OF₂", + "AuF₃", + "o", + "offert", + "nove", + "nova", + "nové", + "volt" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 1837, + "end": 1844, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "orchis", + "torchai", + "torchait", + "torchais", + "voceri", + "torchaient", + "noirci", + "lochai", + "cochai", + "pochai" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 1861, + "end": 1873, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "dénomination", + "dénominations", + "de nomination" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 1919, + "end": 1926, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "landes", + "landaus", + "Landes", + "land sue", + "lands", + "land use", + "lards", + "saducéen", + "saducéens", + "nandous" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 1929, + "end": 1938, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "religions", + "religieuse", + "religieuses", + "areligieux", + "areligieuse", + "irréligieux" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 1996, + "end": 2003, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "king dom", + "bingos", + "Qingdao", + "kendos", + "bingo", + "condoms", + "dingos", + "chignon", + "chignons", + "kendo" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2108, + "end": 2115, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "amenât", + "armait", + "aménité", + "amenait", + "amenâtes", + "aménités", + "amanite", + "amatit", + "amanites", + "aimanté" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2124, + "end": 2126, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "off", + "OF₂", + "AuF₃", + "o", + "offert", + "nove", + "nova", + "nové", + "volt" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2127, + "end": 2134, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "orchis", + "torchai", + "torchait", + "torchais", + "voceri", + "torchaient", + "noirci", + "lochai", + "cochai", + "pochai" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2148, + "end": 2157, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Christian", + "Christiana", + "Christiane", + "Christina", + "Christine", + "christianise", + "christianisa", + "christianisé", + "christianiser" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2160, + "end": 2172, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "dénomination", + "dénominations", + "de nomination" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2175, + "end": 2183, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Jéhovah" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2184, + "end": 2191, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fitness", + "vitres", + "citer", + "dinez", + "mitez", + "ainesse", + "sixtes", + "vitrez", + "tintes", + "vitre" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2195, + "end": 2202, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "landes", + "landaus", + "Landes", + "land sue", + "lands", + "land use", + "lards", + "saducéen", + "saducéens", + "nandous" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2205, + "end": 2214, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "religions", + "religieuse", + "religieuses", + "areligieux", + "areligieuse", + "irréligieux" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2269, + "end": 2278, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "monastère", + "monastères", + "roadster", + "roadsters", + "toaster", + "toastera", + "toasters", + "menacera", + "toasterez", + "menacerez" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2481, + "end": 2488, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "amenât", + "armait", + "aménité", + "amenait", + "amenâtes", + "aménités", + "amanite", + "amatit", + "amanites", + "aimanté" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2489, + "end": 2498, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "monastère", + "monastères", + "roadster", + "roadsters", + "toaster", + "toastera", + "toasters", + "menacera", + "toasterez", + "menacerez" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2546, + "end": 2554, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "historiez", + "histories", + "historise", + "historisa", + "historisé", + "historias", + "historiés", + "historie", + "historia" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2555, + "end": 2564, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "monastère", + "monastères", + "roadster", + "roadsters", + "toaster", + "toastera", + "toasters", + "menacera", + "toasterez", + "menacerez" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2574, + "end": 2580, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "moquez", + "mosquée", + "mosquées", + "moussue", + "moquer", + "moques", + "moquée", + "moqué" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2619, + "end": 2626, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "amenât", + "armait", + "aménité", + "amenait", + "amenâtes", + "aménités", + "amanite", + "amatit", + "amanites", + "aimanté" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2635, + "end": 2637, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "off", + "OF₂", + "AuF₃", + "o", + "offert", + "nove", + "nova", + "nové", + "volt" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2638, + "end": 2645, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "orchis", + "torchai", + "torchait", + "torchais", + "voceri", + "torchaient", + "noirci", + "lochai", + "cochai", + "pochai" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2662, + "end": 2674, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "dénomination", + "dénominations", + "de nomination" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2681, + "end": 2688, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "landes", + "landaus", + "Landes", + "land sue", + "lands", + "land use", + "lards", + "saducéen", + "saducéens", + "nandous" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2691, + "end": 2700, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "religions", + "religieuse", + "religieuses", + "areligieux", + "areligieuse", + "irréligieux" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2758, + "end": 2768, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "presbytère", + "presbytères", + "pressiers", + "pressier", + "persister", + "persistera", + "persisterez" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2790, + "end": 2796, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "serine", + "surine", + "sérine", + "chinent", + "seriner", + "serinez", + "serines", + "suriner", + "surinez", + "surines" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2839, + "end": 2846, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "amenât", + "armait", + "aménité", + "amenait", + "amenâtes", + "aménités", + "amanite", + "amatit", + "amanites", + "aimanté" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2855, + "end": 2857, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "off", + "OF₂", + "AuF₃", + "o", + "offert", + "nove", + "nova", + "nové", + "volt" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2858, + "end": 2865, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "orchis", + "torchai", + "torchait", + "torchais", + "voceri", + "torchaient", + "noirci", + "lochai", + "cochai", + "pochai" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2882, + "end": 2894, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "dénomination", + "dénominations", + "de nomination" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2901, + "end": 2908, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "landes", + "landaus", + "Landes", + "land sue", + "lands", + "land use", + "lards", + "saducéen", + "saducéens", + "nandous" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2911, + "end": 2920, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "religions", + "religieuse", + "religieuses", + "areligieux", + "areligieuse", + "irréligieux" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3006, + "end": 3014, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "historiez", + "histories", + "historise", + "historisa", + "historisé", + "historias", + "historiés", + "historie", + "historia" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3017, + "end": 3024, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "baisiez", + "assidéen", + "basides", + "apsides", + "absides", + "assidéens", + "baissier", + "baissiez", + "baissiers", + "avisiez" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3025, + "end": 3031, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "serine", + "surine", + "sérine", + "chinent", + "seriner", + "serinez", + "serines", + "suriner", + "surinez", + "surines" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3093, + "end": 3100, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "amenât", + "armait", + "aménité", + "amenait", + "amenâtes", + "aménités", + "amanite", + "amatit", + "amanites", + "aimanté" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3109, + "end": 3111, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "off", + "OF₂", + "AuF₃", + "o", + "offert", + "nove", + "nova", + "nové", + "volt" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3112, + "end": 3119, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "orchis", + "torchai", + "torchait", + "torchais", + "voceri", + "torchaient", + "noirci", + "lochai", + "cochai", + "pochai" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3136, + "end": 3148, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "dénomination", + "dénominations", + "de nomination" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3155, + "end": 3162, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "landes", + "landaus", + "Landes", + "land sue", + "lands", + "land use", + "lards", + "saducéen", + "saducéens", + "nandous" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3165, + "end": 3174, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "religions", + "religieuse", + "religieuses", + "areligieux", + "areligieuse", + "irréligieux" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3273, + "end": 3280, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "amenât", + "armait", + "aménité", + "amenait", + "amenâtes", + "aménités", + "amanite", + "amatit", + "amanites", + "aimanté" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3289, + "end": 3291, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "off", + "OF₂", + "AuF₃", + "o", + "offert", + "nove", + "nova", + "nové", + "volt" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3292, + "end": 3299, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "orchis", + "torchai", + "torchait", + "torchais", + "voceri", + "torchaient", + "noirci", + "lochai", + "cochai", + "pochai" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3316, + "end": 3328, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "dénomination", + "dénominations", + "de nomination" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3335, + "end": 3342, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "landes", + "landaus", + "Landes", + "land sue", + "lands", + "land use", + "lards", + "saducéen", + "saducéens", + "nandous" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3345, + "end": 3354, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "religions", + "religieuse", + "religieuses", + "areligieux", + "areligieuse", + "irréligieux" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3445, + "end": 3454, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "bancheuse", + "bancheuses", + "pauchouse", + "bâchasses", + "pauchouses", + "bâchassent", + "bachots", + "cachous", + "lâcheuses", + "mâcheuses" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3689, + "end": 3696, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "amenât", + "armait", + "aménité", + "amenait", + "amenâtes", + "aménités", + "amanite", + "amatit", + "amanites", + "aimanté" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3699, + "end": 3705, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "banian", + "baigne", + "baigna", + "baigné", + "basin", + "badin", + "bains", + "banians", + "basins" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3706, + "end": 3710, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "auvent", + "ove", + "auvents", + "Aure", + "ver", + "oviné", + "oves", + "ovée", + "ovin", + "ovni" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3750, + "end": 3754, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "auvent", + "ove", + "auvents", + "Aure", + "ver", + "oviné", + "oves", + "ovée", + "ovin", + "ovni" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3757, + "end": 3761, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Woody", + "good", + "wolof", + "wolofs", + "wolofe", + "nobo", + "bobo", + "won", + "wok", + "wons" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3762, + "end": 3767, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fine", + "firme", + "fines", + "firmes", + "fierez", + "birbe", + "file", + "fiée", + "fige", + "nierez" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3885, + "end": 3894, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "matheuses", + "matheuse", + "antihausse", + "antihausses" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3938, + "end": 3941, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Yes", + "yen", + "yeV", + "yens", + "ses", + "tes", + "les", + "ces", + "mes", + "des" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3947, + "end": 3954, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "chicha" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3979, + "end": 3984, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "civils", + "civil", + "civique", + "civile", + "civiques", + "cilice", + "cives", + "cilices", + "cibiche", + "cibiches" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4016, + "end": 4023, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "amenât", + "armait", + "aménité", + "amenait", + "amenâtes", + "aménités", + "amanite", + "amatit", + "amanites", + "aimanté" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4026, + "end": 4035, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "communiât", + "communiste", + "commuent", + "commuait", + "communistes", + "communiâtes", + "communiai", + "communiait", + "communiais", + "communiaient" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4164, + "end": 4171, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "amenât", + "armait", + "aménité", + "amenait", + "amenâtes", + "aménités", + "amanite", + "amatit", + "amanites", + "aimanté" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4178, + "end": 4185, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "léserez", + "lèserez", + "lémure", + "lasure", + "leurrez", + "leurrer", + "leurres", + "leurrée", + "leurré", + "leurrerez" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4232, + "end": 4237, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "cocci", + "clos", + "coccidie", + "Glock", + "close", + "clous", + "coccus", + "colocs", + "closez", + "closes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4238, + "end": 4243, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Owen", + "toréro", + "torero", + "toner", + "touer", + "tomer", + "toper", + "tauper", + "twerk", + "toréros" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4244, + "end": 4249, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Cocci", + "Clos", + "Glock", + "Cook", + "Coccidie", + "Clark", + "Ploc", + "Bloc", + "Floc", + "Loco" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4250, + "end": 4256, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "toners", + "twerks", + "torves", + "toner", + "touer", + "tomer", + "toper", + "twerk", + "toréros", + "touerez" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4261, + "end": 4265, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "ferry", + "ver", + "Évry", + "ferrys", + "vert", + "vers", + "verni", + "verdi", + "fer", + "verrai" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4271, + "end": 4277, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "toners", + "twerks", + "torves", + "toner", + "touer", + "tomer", + "toper", + "twerk", + "toréros", + "touerez" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4287, + "end": 4291, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4292, + "end": 4295, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "dise", + "issus", + "issue", + "dises", + "ils", + "ifs", + "dico", + "pts", + "Éts", + "dicte" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4296, + "end": 4308, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "surmontions" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4310, + "end": 4317, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "salai", + "usai", + "calai", + "suai", + "suralle", + "suralla", + "surallé", + "usais", + "usait" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4335, + "end": 4337, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "off", + "OF₂", + "AuF₃", + "o", + "offert", + "nove", + "nova", + "nové", + "volt" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4338, + "end": 4342, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "tonne", + "tonna", + "tonné", + "tonner", + "tonnez", + "tonnes", + "tonnas", + "tonnai", + "tons" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4343, + "end": 4346, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "AMD", + "Andy", + "an", + "aN", + "Ann", + "arde", + "arda", + "ardu", + "ardé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4356, + "end": 4363, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "bousin", + "houssine", + "houssina", + "houssiné", + "houssiner", + "houssinez", + "houssines", + "houssinas", + "houssinai" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4366, + "end": 4372, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "tune", + "turne", + "turbe", + "turent", + "turnep", + "turnes", + "touret", + "tourne", + "eurent", + "surent" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4373, + "end": 4378, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "cocci", + "clos", + "coccidie", + "Glock", + "close", + "clous", + "coccus", + "colocs", + "closez", + "closes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4379, + "end": 4383, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Witt", + "bit", + "bite", + "bita", + "bité", + "bits", + "litho", + "lithos", + "vit" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4384, + "end": 4387, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "aune", + "auner", + "aunez", + "aunes", + "on", + "auné", + "aunera", + "aunent", + "oser" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4396, + "end": 4401, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "cocci", + "clos", + "coccidie", + "Glock", + "close", + "clous", + "coccus", + "colocs", + "closez", + "closes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4409, + "end": 4413, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "MOS", + "dos", + "motte", + "motta", + "motté", + "mottez", + "motter" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4414, + "end": 4419, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "ôterez", + "ôter", + "rote", + "opter", + "rotes", + "roter", + "rotez", + "after", + "optent", + "obtenu" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4426, + "end": 4430, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Tee", + "Thea", + "Thiers", + "Théa", + "Théo", + "Thétis", + "Thémis", + "Thiès", + "Thuin", + "Thym" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4435, + "end": 4447, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Free standing" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4463, + "end": 4466, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "CAN", + "Cam", + "raz", + "cA", + "ça", + "çà" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4467, + "end": 4471, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "alloc", + "assoit", + "ais", + "ales", + "alto", + "alus", + "algo", + "aloi", + "allo", + "alios" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4475, + "end": 4483, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "adjointe", + "adjointes", + "adjoigne", + "adjoignes", + "adjoignez", + "idoines", + "idoine", + "angines", + "algines", + "angine" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4487, + "end": 4494, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "locale", + "locales", + "alcade", + "lactée", + "toaste", + "loquace", + "locuste", + "lacté", + "lochâtes", + "locustes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4502, + "end": 4504, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "off", + "OF₂", + "AuF₃", + "o", + "offert", + "nove", + "nova", + "nové", + "volt" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4505, + "end": 4512, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "annotera", + "annoterez", + "annotée", + "annotes", + "annoter", + "annotez", + "annoté", + "amocher", + "anthère" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4532, + "end": 4539, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Colleen", + "collée", + "collège", + "collerez", + "colleter", + "colletez", + "colleté", + "colligé", + "collées" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4542, + "end": 4549, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Colleen", + "collée", + "collège", + "collerez", + "colleter", + "colletez", + "colleté", + "colligé", + "collées" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4564, + "end": 4571, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "amenât", + "armait", + "aménité", + "amenait", + "amenâtes", + "aménités", + "amanite", + "amatit", + "amanites", + "aimanté" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4574, + "end": 4581, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Colleen", + "collée", + "collège", + "collerez", + "colleter", + "colletez", + "colleté", + "colligé", + "collées" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4585, + "end": 4588, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Thea", + "tees", + "thé", + "th", + "TH", + "DHEA", + "thés", + "théier", + "théine", + "tee" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4589, + "end": 4594, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "dhole", + "houle", + "volley", + "dholes", + "Cholet", + "houles", + "volleye", + "volleya", + "volleyé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4595, + "end": 4602, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Colleen", + "collée", + "collège", + "collerez", + "colleter", + "colletez", + "colleté", + "colligé", + "collées" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4603, + "end": 4607, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "are", + "aéra", + "âne", + "arasé", + "arec", + "ares", + "aéras", + "aérai", + "aria", + "arma" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4608, + "end": 4610, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "tau", + "To", + "do", + "taud", + "taux", + "taus", + "tôt", + "toc" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4611, + "end": 4620, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "redressent", + "représente", + "représenta", + "représenté", + "reprisent", + "représenter", + "représentez", + "représentes", + "représentas" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4621, + "end": 4624, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Thea", + "tees", + "thé", + "th", + "TH", + "DHEA", + "thés", + "théier", + "théine", + "tee" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4625, + "end": 4632, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Colleen", + "collée", + "collège", + "collerez", + "colleter", + "colletez", + "colleté", + "colligé", + "collées" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4661, + "end": 4665, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fine", + "fines", + "firent", + "fibré", + "fier", + "file", + "fiée", + "fige", + "fibrés", + "fibrée" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4685, + "end": 4696, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "construites", + "construite", + "centreuses", + "centreuse" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4700, + "end": 4704, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fine", + "fines", + "firent", + "fibré", + "fier", + "file", + "fiée", + "fige", + "fibrés", + "fibrée" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4719, + "end": 4721, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "tau", + "To", + "do", + "taud", + "taux", + "taus", + "tôt", + "toc" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4728, + "end": 4732, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fine", + "fines", + "firent", + "fibré", + "fier", + "file", + "fiée", + "fige", + "fibrés", + "fibrée" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4733, + "end": 4741, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4742, + "end": 4751, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "équipement", + "équipements", + "équipent", + "escriment", + "essaiment", + "récipient", + "escrimant", + "récipients", + "estiment", + "essaimant" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4752, + "end": 4755, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "AMD", + "Andy", + "an", + "aN", + "Ann", + "arde", + "arda", + "ardu", + "ardé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4756, + "end": 4764, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "office sr", + "offices", + "officière", + "officier", + "officierez", + "officiers", + "officiera", + "officières", + "officieras", + "officierai" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4766, + "end": 4776, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "regarderez", + "regardées", + "regardez", + "regardée", + "regardes", + "regarder", + "regardé", + "regardera", + "regardés" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4777, + "end": 4779, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "off", + "OF₂", + "AuF₃", + "o", + "offert", + "nove", + "nova", + "nové", + "volt" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4780, + "end": 4787, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "curent", + "surent", + "curette", + "cureta", + "cureté", + "curant", + "culent", + "cubent", + "cuvent" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4793, + "end": 4796, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Ad", + "Ab", + "Ado", + "ADa", + "ADN", + "ADP", + "Abd", + "Abdel", + "A", + "Abdo" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4797, + "end": 4804, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "amenât", + "armait", + "aménité", + "amenait", + "amenâtes", + "aménités", + "amanite", + "amatit", + "amanites", + "aimanté" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4807, + "end": 4811, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fine", + "fines", + "firent", + "fibré", + "fier", + "file", + "fiée", + "fige", + "fibrés", + "fibrée" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4823, + "end": 4826, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Thea", + "tees", + "thé", + "th", + "TH", + "DHEA", + "thés", + "théier", + "théine", + "tee" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4827, + "end": 4834, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "grondes", + "grondas", + "grondés", + "grondez", + "gronde", + "gronda", + "grondé", + "gronder", + "grondai" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4849, + "end": 4853, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fine", + "fines", + "firent", + "fibré", + "fier", + "file", + "fiée", + "fige", + "fibrés", + "fibrée" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4872, + "end": 4882, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "gouvernent", + "gouvernement", + "gouvernements" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4887, + "end": 4897, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "gouvernent", + "gouvernement", + "gouvernements" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4911, + "end": 4918, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "gemmera", + "général", + "geekera", + "gemmeras", + "gemmerai", + "geekeras", + "geekerai", + "générai", + "germerai", + "gérerai" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4920, + "end": 4929, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "inclusion", + "inclusions", + "insuline", + "insulines" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4952, + "end": 4955, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "AMD", + "Andy", + "an", + "aN", + "Ann", + "arde", + "arda", + "ardu", + "ardé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4956, + "end": 4966, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "division al", + "division la" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4967, + "end": 4978, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "secrétaires", + "secret raies", + "secrétaire" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4980, + "end": 4990, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "gouvernent", + "gouvernement", + "gouvernements" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4991, + "end": 4999, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "agenciez", + "agencerez", + "agencier", + "agencées", + "agencez", + "agenciers", + "agenaises", + "agenaise", + "agencée", + "agences" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5000, + "end": 5003, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "AMD", + "Andy", + "an", + "aN", + "Ann", + "arde", + "arda", + "ardu", + "ardé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5004, + "end": 5015, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "département", + "départent", + "répartements", + "départements", + "répartement", + "désarment", + "désarmants", + "désarmante", + "repartent", + "désarmant" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5017, + "end": 5021, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "tonne", + "tonna", + "tonné", + "tonner", + "tonnez", + "tonnes", + "tonnas", + "tonnai", + "tons" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5030, + "end": 5038, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "régional", + "Reginald", + "régionale", + "Regina", + "regazonnai", + "regazonna", + "regazonnas" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5040, + "end": 5051, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "parviennent", + "parlaient", + "sarclaient", + "appariement", + "appariements" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5052, + "end": 5055, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "AMD", + "Andy", + "an", + "aN", + "Ann", + "arde", + "arda", + "ardu", + "ardé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5079, + "end": 5088, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "matheuses", + "matheuse", + "antihausse", + "antihausses" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5092, + "end": 5097, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "entre", + "entra", + "entré", + "entrai", + "enter", + "entrain", + "entrait", + "entrais", + "entrer" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5098, + "end": 5105, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "contrôle", + "contrôla", + "contrôlé", + "contrôler", + "contrôlez", + "contrôles", + "contrôlas", + "contrôlai", + "contrôlés" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5122, + "end": 5130, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "planning", + "sapinage", + "plannings", + "panini", + "stakning", + "staknings", + "paninis", + "standing", + "scannai", + "Apennin" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5131, + "end": 5135, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "ove", + "aune", + "oves", + "ovée", + "ové", + "oser", + "open", + "vert", + "vers", + "ovées" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5138, + "end": 5145, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "chicha" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5146, + "end": 5150, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "TDa", + "thaï", + "tant", + "tact", + "tait", + "chat", + "khat", + "thêta", + "th ta", + "tarte" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5151, + "end": 5157, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "enter", + "entrés", + "enterez", + "entera", + "entorsé", + "entrer", + "entées", + "entres", + "entré" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5160, + "end": 5164, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "City", + "cit", + "Kitty", + "cité", + "cita", + "cite", + "citai", + "citait", + "citais" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5187, + "end": 5195, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "hospitalité", + "hospitalités", + "hôpital", + "sociétal", + "chopinai", + "copiât", + "sociétale", + "chopina", + "copiâtes", + "chopinas" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5227, + "end": 5234, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "amenât", + "armait", + "aménité", + "amenait", + "amenâtes", + "aménités", + "amanite", + "amatit", + "amanites", + "aimanté" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5237, + "end": 5245, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "hospitalité", + "hospitalités", + "hôpital", + "sociétal", + "chopinai", + "copiât", + "sociétale", + "chopina", + "copiâtes", + "chopinas" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5307, + "end": 5319, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "cinéraire" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5512, + "end": 5519, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "amenât", + "armait", + "aménité", + "amenait", + "amenâtes", + "aménités", + "amanite", + "amatit", + "amanites", + "aimanté" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5520, + "end": 5532, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "cinéraire" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5591, + "end": 5597, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "muséum", + "museur", + "muséums", + "museurs", + "muse mu", + "museau", + "museaux", + "muséaux", + "mucus", + "mousseux" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5708, + "end": 5714, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "shéols", + "chaulez", + "schéol", + "schéols", + "scoop", + "shoots", + "shoot", + "scion", + "schako", + "scoops" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5743, + "end": 5750, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "amenât", + "armait", + "aménité", + "amenait", + "amenâtes", + "aménités", + "amanite", + "amatit", + "amanites", + "aimanté" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5753, + "end": 5759, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "shéols", + "chaulez", + "schéol", + "schéols", + "scoop", + "shoots", + "shoot", + "scion", + "schako", + "scoops" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5823, + "end": 5830, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "toilent", + "toilées", + "toile st", + "toiles", + "toilât", + "toilâtes", + "tolets", + "toilés", + "toisent", + "œillets" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5916, + "end": 5922, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Maniai", + "Rapin", + "Rapine", + "Rapina", + "Rapiné", + "Rapins", + "Manique", + "Maniques", + "Manie" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6068, + "end": 6074, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "nage", + "tarera", + "tague", + "tagme", + "taser", + "tarer", + "taler", + "taper" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6281, + "end": 6291, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "université", + "universités", + "inversait", + "suivrait" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6328, + "end": 6335, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "amenât", + "armait", + "aménité", + "amenait", + "amenâtes", + "aménités", + "amanite", + "amatit", + "amanites", + "aimanté" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6338, + "end": 6348, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "université", + "universités", + "inversait", + "suivrait" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6530, + "end": 6542, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "conservatoire", + "conservatoires", + "conservateur", + "conserva tory", + "conservateurs" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6784, + "end": 6794, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "rehaussés", + "green house", + "rechausser", + "rehausserez", + "trémoussés", + "trémoussée", + "rehausser", + "rechaussera", + "rechaussés", + "rechaussée" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6804, + "end": 6811, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "cosses", + "cosser", + "cossez", + "cossé", + "cocherez", + "coache", + "couche", + "coches", + "cocher", + "cochez" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6909, + "end": 6913, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "far", + "fart", + "fard", + "fars", + "faro", + "var", + "famé", + "faim", + "farsi", + "farte" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6914, + "end": 6923, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "auxiliaire", + "auxiliaires", + "axillaire", + "axillaires", + "ossifiaient", + "ossifiai", + "ossifiait", + "ossifiais" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7049, + "end": 7059, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "rehaussés", + "green house", + "rechausser", + "rehausserez", + "trémoussés", + "trémoussée", + "rehausser", + "rechaussera", + "rechaussés", + "rechaussée" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7165, + "end": 7172, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "landes", + "landaus", + "Landes", + "land sue", + "lands", + "land use", + "lards", + "saducéen", + "saducéens", + "nandous" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7175, + "end": 7185, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "rehaussés", + "green house", + "rechausser", + "rehausserez", + "trémoussés", + "trémoussée", + "rehausser", + "rechaussera", + "rechaussés", + "rechaussée" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7326, + "end": 7338, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "conservatoire", + "conservatoires", + "conservateur", + "conserva tory", + "conservateurs" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7348, + "end": 7354, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "surir", + "surira", + "surirai", + "suri", + "Cluny", + "suriras", + "surirez", + "surin", + "surirent", + "saurir" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7570, + "end": 7573, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Styx", + "st", + "St", + "SST", + "site", + "situ", + "sati", + "strie", + "stria", + "strié" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7672, + "end": 7681, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "live stock" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7884, + "end": 7894, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "grand stand" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8070, + "end": 8078, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "pavillons", + "pavillon", + "paillions", + "papilionacé", + "papillon", + "pariions", + "papilionacés", + "papilionacée", + "ravilirons", + "raviliront" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8404, + "end": 8410, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "ridions", + "ricin", + "riciné", + "ricine", + "ri ding", + "radin", + "radine", + "radina", + "radiné" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8427, + "end": 8431, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "TDa", + "thaï", + "tant", + "tact", + "tait", + "chat", + "khat", + "thêta", + "th ta", + "tarte" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8432, + "end": 8435, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "WASP", + "wax", + "vas", + "wus", + "sas", + "ras", + "tas", + "las", + "cas", + "mas" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8436, + "end": 8441, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "build", + "builds", + "bull", + "bill", + "bulle", + "bulla", + "bullé", + "bulls", + "bille" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8447, + "end": 8453, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "ridions", + "ricin", + "riciné", + "ricine", + "ri ding", + "radin", + "radine", + "radina", + "radiné" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8492, + "end": 8496, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "TDa", + "thaï", + "tant", + "tact", + "tait", + "chat", + "khat", + "thêta", + "th ta", + "tarte" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8497, + "end": 8500, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "WASP", + "wax", + "vas", + "wus", + "sas", + "ras", + "tas", + "las", + "cas", + "mas" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8501, + "end": 8506, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "build", + "builds", + "bull", + "bill", + "bulle", + "bulla", + "bullé", + "bulls", + "bille" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8559, + "end": 8563, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "TDa", + "thaï", + "tant", + "tact", + "tait", + "chat", + "khat", + "thêta", + "th ta", + "tarte" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8564, + "end": 8567, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "WASP", + "wax", + "vas", + "wus", + "sas", + "ras", + "tas", + "las", + "cas", + "mas" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8568, + "end": 8573, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "build", + "builds", + "bull", + "bill", + "bulle", + "bulla", + "bullé", + "bulls", + "bille" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8603, + "end": 8610, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "standup", + "standups" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8636, + "end": 8645, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "alitement", + "alitements", + "allaitent", + "calottent", + "aléoutien", + "alitent", + "allaitement", + "aléoutiens", + "allaitements", + "palotent" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8660, + "end": 8671, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "out building" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8682, + "end": 8688, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "visitez", + "visite", + "visita", + "visité", + "visiter", + "visites", + "visitas", + "visitai", + "visités" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8694, + "end": 8703, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "alitement", + "alitements", + "allaitent", + "calottent", + "aléoutien", + "alitent", + "allaitement", + "aléoutiens", + "allaitements", + "palotent" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8704, + "end": 8710, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "garder", + "gardent", + "garde", + "Garde", + "gardera", + "garderez", + "gardez", + "gardes", + "gardée", + "gardé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8721, + "end": 8730, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "bantous", + "bantoustan", + "abotions", + "boitons" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8733, + "end": 8742, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "bantous", + "bantoustan", + "abotions", + "boitons" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8743, + "end": 8745, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Isa", + "ISO", + "i", + "ici", + "inca", + "ys", + "incas", + "riez", + "niez", + "tics" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8757, + "end": 8761, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "use", + "user", + "usez", + "uses", + "usée", + "usé", + "usera", + "busez", + "usiez", + "usuel" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8766, + "end": 8769, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Thea", + "tees", + "thé", + "th", + "TH", + "DHEA", + "thés", + "théier", + "théine", + "tee" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8770, + "end": 8777, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "essorage", + "st orage", + "St orage", + "essorages" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8778, + "end": 8780, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "off", + "OF₂", + "AuF₃", + "o", + "offert", + "nove", + "nova", + "nové", + "volt" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8781, + "end": 8786, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "borts", + "boras", + "bottes", + "bottas", + "bottés", + "bolas", + "bouts", + "boxas", + "botes", + "bottât" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8925, + "end": 8932, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "arbora", + "arborai", + "arboras", + "arborait", + "arborais", + "arrosa", + "arrosai", + "arboraient", + "auréola", + "arrivas" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 9074, + "end": 9083, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "varheures", + "parechocs", + "parechoc", + "maréchaussée", + "maréchaussées" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 9141, + "end": 9144, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "but", + "bût", + "dub", + "hutu", + "hutus", + "hutue", + "bute", + "buta", + "buté" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 9178, + "end": 9182, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "sied", + "sue", + "cher", + "chef", + "chez", + "chie", + "chue", + "huez", + "suédé", + "séide" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 9342, + "end": 9349, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "capron", + "carotter", + "carotte", + "carotta", + "carotté", + "carottez", + "carottes", + "carottas", + "carottai" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 9556, + "end": 9563, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "landes", + "landaus", + "Landes", + "land sue", + "lands", + "land use", + "lards", + "saducéen", + "saducéens", + "nandous" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 9614, + "end": 9622, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "taguas", + "tagals", + "taguâtes", + "taguasse", + "targuas", + "tanguas", + "agnats", + "targuasse", + "tanguasse", + "targuâtes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 9783, + "end": 9787, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "box", + "baux", + "beaux", + "boxez", + "boss", + "bosse", + "bossa", + "bossu", + "bossé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 9981, + "end": 9989, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "digeste", + "digestes", + "diesters", + "digesteur", + "digest re", + "digesteurs", + "diester", + "directe", + "déjecter", + "déjectera" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10239, + "end": 10252, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "refabriquâtes", + "prévariquâtes", + "préfabriquâtes", + "préfabriquâmes", + "précarisâtes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10253, + "end": 10258, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "cabine", + "cabina", + "cabiné", + "cabinet", + "cabiner", + "cabinez", + "cabines", + "cabinas", + "cabinai" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10274, + "end": 10277, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Thea", + "tees", + "thé", + "th", + "TH", + "DHEA", + "thés", + "théier", + "théine", + "tee" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10278, + "end": 10293, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10308, + "end": 10310, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "off", + "OF₂", + "AuF₃", + "o", + "offert", + "nove", + "nova", + "nové", + "volt" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10311, + "end": 10320, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "différent", + "diffèrent", + "différend", + "différents", + "différente", + "différant", + "différends", + "différentes", + "biffèrent", + "différâtes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10321, + "end": 10331, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "technologie", + "technologue", + "technologies", + "technologues", + "testologie", + "testologies" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10354, + "end": 10359, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Owen", + "toréro", + "torero", + "toner", + "touer", + "tomer", + "toper", + "tauper", + "twerk", + "toréros" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10660, + "end": 10665, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "poser", + "poter", + "poker", + "pauser", + "paumer", + "phone", + "posera", + "potera", + "pokers", + "poserez" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10668, + "end": 10678, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "substantons", + "substituions", + "substantions", + "substantivons", + "soubattions", + "suscitation", + "suscitations" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10696, + "end": 10701, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Owen", + "toréro", + "torero", + "toner", + "touer", + "tomer", + "toper", + "tauper", + "twerk", + "toréros" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10726, + "end": 10733, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "essorage", + "st orage", + "St orage", + "essorages" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10803, + "end": 10810, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "essorage", + "st orage", + "St orage", + "essorages" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10868, + "end": 10870, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Isa", + "ISO", + "i", + "ici", + "inca", + "ys", + "incas", + "riez", + "niez", + "tics" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10886, + "end": 10893, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "strings", + "string", + "strions", + "Corine", + "taurin", + "sterling", + "stéarine", + "stéarines", + "taurine", + "taurins" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10894, + "end": 10898, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "bull", + "bulle", + "bulla", + "bullé", + "bulls", + "mulch", + "build", + "burka", + "bugle" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10899, + "end": 10908, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "matériels", + "maternasse", + "matérialisez", + "mate rials", + "matériel", + "matérialise", + "matérialisa", + "matérialisé", + "maternas" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10925, + "end": 10930, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "banché", + "banchés", + "banchée", + "banche", + "bancha", + "bêché", + "becs", + "banchai", + "bancher" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10931, + "end": 10934, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "but", + "bût", + "dub", + "hutu", + "hutus", + "hutue", + "bute", + "buta", + "buté" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10944, + "end": 10951, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "salai", + "usai", + "calai", + "suai", + "suralle", + "suralla", + "surallé", + "usais", + "usait" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10952, + "end": 10958, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "rode", + "ioder", + "roder", + "rodez", + "rodes", + "iodent", + "rodent", + "sodée", + "iodez", + "iodes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10960, + "end": 10963, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "AMD", + "Andy", + "an", + "aN", + "Ann", + "arde", + "arda", + "ardu", + "ardé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10964, + "end": 10969, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "ôterez", + "ôter", + "rote", + "opter", + "rotes", + "roter", + "rotez", + "after", + "optent", + "obtenu" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10970, + "end": 10978, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10979, + "end": 10987, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "colorier", + "colorerez", + "colorie", + "colores", + "colorer", + "colorez", + "colorée", + "coloré", + "colures" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10988, + "end": 10993, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "cabine", + "cabina", + "cabiné", + "cabinet", + "cabiner", + "cabinez", + "cabines", + "cabinas", + "cabinai" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10997, + "end": 11004, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "sente", + "svelte", + "suette", + "chester", + "sentez", + "sentes", + "schleue", + "sveltes", + "suettes", + "chesters" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11005, + "end": 11010, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "aboie", + "abote", + "aboies", + "aboter", + "abotez", + "abotes", + "aboyer", + "aboyez", + "aboté", + "aboyé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11011, + "end": 11014, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Thea", + "tees", + "thé", + "th", + "TH", + "DHEA", + "thés", + "théier", + "théine", + "tee" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11020, + "end": 11024, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Tibet", + "tiédi", + "tise", + "tire", + "tine", + "tige", + "tien", + "tiédis" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11033, + "end": 11040, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "poquai", + "populaire", + "populaires", + "poquas", + "poupard", + "poupards", + "pouparde", + "soulard", + "foulard", + "poqua" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11041, + "end": 11048, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "basting", + "bastings", + "ratings", + "matin", + "satine", + "satina", + "satiné", + "satins", + "rating" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11049, + "end": 11056, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "bâchées", + "bâcherez", + "bâchez", + "bâchée", + "abrases", + "besaces", + "béassiez", + "abrasez", + "besace", + "bassesse" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11150, + "end": 11158, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "milliard", + "militari", + "milliards", + "militarise", + "militarisa", + "militarisé", + "militera", + "militer", + "millibar" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11179, + "end": 11185, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "castel", + "castre", + "castes", + "Kastler", + "castels", + "castrer", + "castrez", + "castres", + "Castres", + "castré" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11197, + "end": 11208, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "construites", + "construite", + "centreuses", + "centreuse" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11214, + "end": 11220, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "castel", + "castre", + "castes", + "Kastler", + "castels", + "castrer", + "castrez", + "castres", + "Castres", + "castré" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11222, + "end": 11225, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "CAN", + "Cam", + "Raz", + "CA", + "Ça", + "Çà", + "Ra", + "Camilo" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11229, + "end": 11236, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fureter", + "furette", + "furetez", + "Ourthe", + "fuitera", + "furettes", + "fartera", + "luthier", + "farterez", + "fustet" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11237, + "end": 11246, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "spécifie", + "spécifier", + "spécifiez", + "spécifies", + "spécifiée", + "spécifiiez", + "spécifié", + "spécifiera", + "spécifiées" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11247, + "end": 11251, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Witt", + "bit", + "bite", + "bita", + "bité", + "bits", + "litho", + "lithos", + "vit" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11252, + "end": 11260, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "historiez", + "histories", + "historise", + "historisa", + "historisé", + "historias", + "historiés", + "historie", + "historia" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11263, + "end": 11269, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "castel", + "castre", + "castes", + "Kastler", + "castels", + "castrer", + "castrez", + "castres", + "Castres", + "castré" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11272, + "end": 11278, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "castel", + "castre", + "castes", + "Kastler", + "castels", + "castrer", + "castrez", + "castres", + "Castres", + "castré" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11615, + "end": 11625, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "surhaussés", + "surhaussez", + "surhaussée", + "surhaussé", + "surhaussera", + "surhausserez", + "surdoués" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11651, + "end": 11659, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "milliard", + "militari", + "milliards", + "militarise", + "militarisa", + "militarisé", + "militera", + "militer", + "millibar" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11662, + "end": 11670, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "milliard", + "militari", + "milliards", + "militarise", + "militarisa", + "militarisé", + "militera", + "militer", + "millibar" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11681, + "end": 11685, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Alloc", + "Assoit", + "Aldo", + "Alès", + "Alost", + "Al os", + "Alstom", + "Alec", + "Alison", + "Alice" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11690, + "end": 11698, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "milliard", + "militari", + "milliards", + "militarise", + "militarisa", + "militarisé", + "militera", + "militer", + "millibar" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11713, + "end": 11724, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "out building" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11727, + "end": 11731, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "les", + "lest", + "le", + "lez", + "leste", + "lesta", + "lesté", + "lests", + "lés" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11751, + "end": 11755, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "mena", + "narré", + "ENA", + "narre", + "narra", + "narrai", + "narrés", + "narrée", + "narrer" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11756, + "end": 11758, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "tau", + "To", + "do", + "taud", + "taux", + "taus", + "tôt", + "toc" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11759, + "end": 11762, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "AMD", + "Andy", + "an", + "aN", + "Ann", + "arde", + "arda", + "ardu", + "ardé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11766, + "end": 11769, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Thea", + "tees", + "thé", + "th", + "TH", + "DHEA", + "thés", + "théier", + "théine", + "tee" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11775, + "end": 11780, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "pièce", + "pièze", + "pies", + "pince", + "pissée", + "piétez", + "piégez", + "pie ce", + "piers", + "pieds" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11781, + "end": 11783, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "off", + "OF₂", + "AuF₃", + "o", + "offert", + "nove", + "nova", + "nové", + "volt" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11794, + "end": 11800, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "langer", + "large", + "langera", + "lange", + "larges", + "largue", + "larder", + "largesse", + "largeur", + "largues" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11820, + "end": 11826, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "pagode", + "pagodes", + "pageota", + "pagnota", + "pageotas", + "pageotai", + "pagnotas", + "pagnotai", + "pageotât", + "parodia" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11838, + "end": 11849, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "construites", + "construite", + "centreuses", + "centreuse" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11855, + "end": 11861, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "pagode", + "pagodes", + "pageota", + "pagnota", + "pageotas", + "pageotai", + "pagnotas", + "pagnotai", + "pageotât", + "parodia" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11872, + "end": 11879, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "cosser", + "crosse", + "constaté", + "consent", + "constat", + "connés", + "crosnes", + "corseta", + "corseté" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11880, + "end": 11883, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "but", + "bût", + "dub", + "hutu", + "hutus", + "hutue", + "bute", + "buta", + "buté" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11886, + "end": 11897, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11898, + "end": 11911, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "refabriquâtes", + "prévariquâtes", + "préfabriquâtes", + "préfabriquâmes", + "précarisâtes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11925, + "end": 11928, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Thea", + "tees", + "thé", + "th", + "TH", + "DHEA", + "thés", + "théier", + "théine", + "tee" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11929, + "end": 11934, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "chape", + "chapes", + "saper", + "sapez", + "sapes", + "sapée", + "chapé", + "shaker", + "sapé", + "chapelé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11935, + "end": 11937, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "off", + "OF₂", + "AuF₃", + "o", + "offert", + "nove", + "nova", + "nové", + "volt" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11940, + "end": 11950, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "semi-circulaire", + "semi-circulaires" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12053, + "end": 12058, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "juins", + "ruinez", + "ruine", + "ruina", + "ruiné", + "juin", + "ruons", + "runes", + "ruiner" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12100, + "end": 12104, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "chip", + "shit", + "shui", + "chipe", + "chipa", + "chipé", + "chips", + "slip", + "shits" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12107, + "end": 12121, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "décommissionne", + "décommissionner", + "décommissionnez", + "décommissionnes", + "décommissionnée", + "décommissionné", + "décommissionnera", + "décommissionnées", + "décommissionniez" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12122, + "end": 12126, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "chip", + "shit", + "shui", + "chipe", + "chipa", + "chipé", + "chips", + "slip", + "shits" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12127, + "end": 12136, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "coumarine", + "coumarines", + "submersion", + "submersions" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12137, + "end": 12142, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "winch", + "wicca", + "wiki", + "whist", + "whigs", + "winchs", + "wiccan", + "wiccas", + "chiche", + "chichi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12143, + "end": 12148, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Stacy", + "Stasi", + "stars", + "stase", + "stases", + "statice", + "stance", + "starisez", + "statices", + "starie" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12152, + "end": 12155, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "aune", + "auner", + "aunez", + "aunes", + "on", + "auné", + "aunera", + "aunent", + "oser" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12172, + "end": 12176, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "tend", + "tente", + "tenta", + "tenté", + "tends", + "tendu", + "tende", + "tenter" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12183, + "end": 12194, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "permanentai", + "permanent yl", + "permanentait", + "permanentais", + "permanentaient", + "spermaceti", + "spermacetis" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12195, + "end": 12201, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "place", + "placet", + "placer", + "placez", + "places", + "placée", + "placé", + "placera", + "placers" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12202, + "end": 12206, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "tend", + "tente", + "tenta", + "tenté", + "tends", + "tendu", + "tende", + "tenter" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12211, + "end": 12214, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "rot", + "rôt", + "note", + "nota", + "noté", + "no", + "nô", + "nôtre", + "noter" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12215, + "end": 12218, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "ma", + "mA", + "MA", + "na", + "tapin", + "mat", + "mal", + "mac", + "max", + "man" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12219, + "end": 12224, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "tends", + "dents", + "teints", + "tentez", + "tente", + "tenta", + "tenté", + "dent", + "tenus" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12225, + "end": 12231, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "place", + "placet", + "placer", + "placez", + "places", + "placée", + "placé", + "placera", + "placers" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12232, + "end": 12243, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12254, + "end": 12259, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Owen", + "toréro", + "torero", + "toner", + "touer", + "tomer", + "toper", + "tauper", + "twerk", + "toréros" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12262, + "end": 12276, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12287, + "end": 12296, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "triomphal", + "triomphale", + "triompha", + "triomphai", + "triomphas" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12297, + "end": 12301, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "arche", + "archi", + "arc", + "archet", + "archer", + "arches", + "archis", + "anche", + "abc", + "anches" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12304, + "end": 12317, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12342, + "end": 12345, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Thea", + "tees", + "thé", + "th", + "TH", + "DHEA", + "thés", + "théier", + "théine", + "tee" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12346, + "end": 12351, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "chape", + "chapes", + "saper", + "sapez", + "sapes", + "sapée", + "chapé", + "shaker", + "sapé", + "chapelé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12352, + "end": 12354, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "off", + "OF₂", + "AuF₃", + "o", + "offert", + "nove", + "nova", + "nové", + "volt" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12358, + "end": 12365, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "archal", + "archiva", + "archivas", + "archivai", + "archivait", + "archivais", + "archivasse", + "archivaient", + "archivât", + "archivâtes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12366, + "end": 12370, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Witt", + "bit", + "bite", + "bita", + "bité", + "bits", + "litho", + "lithos", + "vit" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12371, + "end": 12374, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "aune", + "auner", + "aunez", + "aunes", + "on", + "auné", + "aunera", + "aunent", + "oser" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12383, + "end": 12389, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "arche", + "anche", + "archet", + "archer", + "arches", + "archée", + "archers", + "archets", + "archéen", + "archées" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12390, + "end": 12401, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "pacageasses", + "pacagerai", + "pacageais", + "pacageait", + "pacageraient", + "pacageras", + "pacagerais", + "pacagerait", + "saccageasse", + "pacageai" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12412, + "end": 12420, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "indium", + "bindi", + "hindi", + "indri", + "vidimai", + "bindis", + "hindis", + "hindie", + "indris", + "indiums" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12432, + "end": 12443, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "construites", + "construite", + "centreuses", + "centreuse" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12449, + "end": 12460, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "traditionnel", + "tradition al", + "tradition la", + "traditionnels" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12461, + "end": 12469, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "indium", + "bindi", + "hindi", + "indri", + "vidimai", + "bindis", + "hindis", + "hindie", + "indris", + "indiums" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12471, + "end": 12483, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "historiales", + "historiale", + "historial", + "historisai", + "historisais", + "historisait", + "historisaient", + "tinctorial", + "tinctoriale" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12484, + "end": 12488, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "use", + "user", + "usez", + "uses", + "usée", + "usé", + "usera", + "busez", + "usiez", + "usuel" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12489, + "end": 12491, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "tau", + "To", + "do", + "taud", + "taux", + "taus", + "tôt", + "toc" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12492, + "end": 12496, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "mil", + "Mill", + "mils", + "mile", + "mille", + "mini", + "mi", + "Miller", + "miles", + "millet" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12503, + "end": 12507, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Witt", + "bit", + "bite", + "bita", + "bité", + "bits", + "litho", + "lithos", + "vit" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12508, + "end": 12512, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "ibn", + "bien", + "dinde", + "bindi", + "hindi", + "vider", + "Cindy", + "Mindy", + "Linda", + "biens" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12513, + "end": 12518, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "poser", + "poter", + "poker", + "pauser", + "paumer", + "phone", + "posera", + "potera", + "pokers", + "poserez" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12529, + "end": 12532, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Yes", + "yen", + "yeV", + "yens", + "ses", + "tes", + "les", + "ces", + "mes", + "des" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12711, + "end": 12718, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "devine", + "deviner", + "devinez", + "devines", + "devinée", + "deviné", + "défier", + "débine", + "définie" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12756, + "end": 12763, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Maginot", + "Tarife", + "Tarifa", + "Tarifé", + "Tarifs", + "Tag info", + "Tarif" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12890, + "end": 12892, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "off", + "OF₂", + "AuF₃", + "o", + "offert", + "nove", + "nova", + "nové", + "volt" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12913, + "end": 12919, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "colore", + "colora", + "coloré", + "colure", + "colleur", + "colo ru", + "colorer", + "colorez", + "colores" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12922, + "end": 12925, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "RGS", + "RGI", + "RIB", + "RUB", + "KGB", + "RAGT", + "RTBF", + "IGBT", + "LGBT", + "LGBTI" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12926, + "end": 12929, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "bec", + "be", + "hies", + "hues", + "heu", + "hem", + "hep", + "heV", + "berk", + "becs" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12948, + "end": 12954, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "colore", + "colora", + "coloré", + "colure", + "colleur", + "colo ru", + "colorer", + "colorez", + "colores" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12955, + "end": 12959, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "rame", + "na en", + "nA en", + "ramer", + "ramez", + "rames", + "lamer", + "camer", + "naan", + "ramé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12962, + "end": 12971, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Indiçâtes", + "Indiçasses", + "Indiçages", + "Indiçâmes", + "Indiçage", + "Indiçasse", + "Incisâtes", + "Yodisâtes", + "Indiscutés", + "Indiscuté" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12972, + "end": 12978, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "colore", + "colora", + "coloré", + "colure", + "colleur", + "colo ru", + "colorer", + "colorez", + "colores" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12979, + "end": 12981, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "off", + "OF₂", + "AuF₃", + "o", + "offert", + "nove", + "nova", + "nové", + "volt" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12982, + "end": 12985, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Thea", + "tees", + "thé", + "th", + "TH", + "DHEA", + "thés", + "théier", + "théine", + "tee" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13004, + "end": 13013, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13014, + "end": 13017, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Yes", + "yen", + "yeV", + "yens", + "ses", + "tes", + "les", + "ces", + "mes", + "des" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13070, + "end": 13075, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fiat", + "fiât", + "Fiat", + "flans", + "flacs", + "flash", + "flac", + "flets", + "flots", + "plats" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13078, + "end": 13084, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "nimber", + "numéro", + "nimbera", + "Humbert", + "numéros", + "nimbe", + "nimberez", + "suber", + "nimbez", + "nimbes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13087, + "end": 13090, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Thea", + "Tees", + "Thé", + "Th", + "TH", + "DHEA", + "Théa", + "Théo", + "Thétis", + "Thésée" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13091, + "end": 13097, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "nimber", + "numéro", + "nimbera", + "Humbert", + "numéros", + "nimbe", + "nimberez", + "suber", + "nimbez", + "nimbes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13098, + "end": 13100, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "off", + "OF₂", + "AuF₃", + "o", + "offert", + "nove", + "nova", + "nové", + "volt" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13101, + "end": 13112, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "résidentiel", + "résidentiels", + "présidentiable", + "présidentiel", + "présidentiables", + "présidentiels" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13113, + "end": 13118, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "unit", + "unît", + "unité", + "unies", + "unisse", + "unifs", + "univs", + "unitif", + "unîtes", + "unités" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13120, + "end": 13125, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fiat", + "fiât", + "Fiat", + "flans", + "flacs", + "flash", + "flac", + "flets", + "flots", + "plats" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13127, + "end": 13137, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "appartement", + "appartements", + "appartient", + "apatament", + "alarment", + "alarmants", + "alarmante", + "alarmant", + "asphaltent" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13145, + "end": 13154, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "appartement", + "appartient", + "apatament", + "appartements", + "appartenu", + "alarment", + "alarmants", + "alarmante", + "alarmant", + "asphaltent" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13174, + "end": 13184, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "appartement", + "appartements", + "appartient", + "apatament", + "alarment", + "alarmants", + "alarmante", + "alarmant", + "asphaltent" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13187, + "end": 13198, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "résidentiel", + "résidentiels", + "présidentiable", + "présidentiel", + "présidentiables", + "présidentiels" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13218, + "end": 13229, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "résidentiel", + "résidentiels", + "présidentiable", + "présidentiel", + "présidentiables", + "présidentiels" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13256, + "end": 13264, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "détache", + "débâche", + "détacher", + "détachez", + "détaches", + "détachée", + "détaché", + "détachera", + "détachiez", + "détachées" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13281, + "end": 13289, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "détache", + "débâche", + "détacher", + "détachez", + "détaches", + "détachée", + "détaché", + "détachera", + "détachiez", + "détachées" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13294, + "end": 13301, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "similor", + "similors", + "simula", + "smilla", + "smillas", + "smillai", + "smillaient", + "similaire", + "similaires", + "smillait" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13321, + "end": 13327, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "levers", + "levées", + "lebels", + "leveuse", + "leveuses", + "lebel", + "lev les", + "levés", + "revues", + "alésés" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13331, + "end": 13334, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Ken", + "Kiel", + "Kiev", + "Kay", + "Kevin", + "Kent", + "Dey", + "Bey", + "Kiera", + "Kenny" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13344, + "end": 13350, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "levers", + "levées", + "lebels", + "leveuse", + "leveuses", + "lebel", + "lev les", + "levés", + "revues", + "alésés" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13472, + "end": 13480, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "mate rial", + "materna", + "materai", + "materas", + "mâterai", + "mâteras", + "matériel", + "maternas", + "maternai", + "materais" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13483, + "end": 13491, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "mate rial", + "materna", + "materai", + "materas", + "mâterai", + "mâteras", + "matériel", + "maternas", + "maternai", + "materais" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13499, + "end": 13504, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Outré", + "Oued", + "Note", + "Outrée", + "Outrés", + "Outrai", + "Outre", + "Outra", + "Outrées" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13505, + "end": 13513, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "mate rial", + "materna", + "materai", + "materas", + "mâterai", + "mâteras", + "matériel", + "maternas", + "maternai", + "materais" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13518, + "end": 13521, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Thea", + "tees", + "thé", + "th", + "TH", + "DHEA", + "thés", + "théier", + "théine", + "tee" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13551, + "end": 13556, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "levier", + "leviez", + "live", + "leviers", + "lever", + "levez", + "levée", + "levé", + "lebel" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13559, + "end": 13565, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "nimber", + "numéro", + "nimbera", + "Humbert", + "numéros", + "nimbe", + "nimberez", + "suber", + "nimbez", + "nimbes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13722, + "end": 13724, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "off", + "OF₂", + "AuF₃", + "o", + "offert", + "nove", + "nova", + "nové", + "volt" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13737, + "end": 13742, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "winch", + "wicca", + "wiki", + "whist", + "whigs", + "winchs", + "wiccan", + "wiccas", + "chiche", + "chichi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13743, + "end": 13746, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "bas", + "hase", + "hast", + "ha", + "hA", + "Hà", + "hases", + "hasts", + "hasté", + "haste" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13747, + "end": 13757, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "attribuerez", + "attribuées", + "attribuez", + "attribut es", + "attribut se", + "attributs", + "attribuée", + "attribues", + "attribuer", + "attribué" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13759, + "end": 13768, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "différent", + "diffèrent", + "différend", + "différents", + "différente", + "différant", + "différends", + "différentes", + "biffèrent", + "différâtes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13769, + "end": 13773, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13774, + "end": 13778, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "suc", + "sushi", + "sucs", + "sucé", + "suce", + "cuche", + "sus", + "sushis", + "sucer" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13779, + "end": 13783, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "aunes", + "ores", + "aune", + "aunez", + "aunés", + "once", + "onze", + "Aure", + "onces", + "onde" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13784, + "end": 13786, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "aT", + "At", + "ad", + "Ath", + "atm", + "acd", + "ado", + "a", + "radé", + "rada" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13787, + "end": 13792, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Othe", + "ôtera", + "Othello", + "ether", + "éther", + "Uther", + "ethers", + "éthers", + "ohé", + "thé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13813, + "end": 13819, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "store", + "stores", + "store y", + "toréer", + "stère", + "score", + "spore", + "sores", + "toréez", + "tores" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13820, + "end": 13823, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Yes", + "yen", + "yeV", + "yens", + "ses", + "tes", + "les", + "ces", + "mes", + "des" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13831, + "end": 13841, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "renforce", + "renfonce", + "renforcer", + "renforcez", + "renforces", + "renforcée", + "renforcé", + "renfoncez", + "renfonces" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13853, + "end": 13858, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Werber", + "verbe", + "weber", + "verrez", + "verres", + "webers", + "verbes", + "verré", + "wéber", + "Theresa" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13859, + "end": 13862, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Amy", + "an", + "aN", + "Ann", + "am", + "anis", + "anti", + "ans", + "ana", + "ami" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13863, + "end": 13866, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "aune", + "auner", + "aunez", + "aunes", + "on", + "auné", + "aunera", + "aunent", + "oser" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13867, + "end": 13872, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "levier", + "leviez", + "live", + "leviers", + "lever", + "levez", + "levée", + "levé", + "lebel" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13873, + "end": 13875, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Isa", + "ISO", + "i", + "ici", + "inca", + "ys", + "incas", + "riez", + "niez", + "tics" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13876, + "end": 13889, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "significatif", + "significatifs" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13905, + "end": 13909, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "les", + "lest", + "le", + "lez", + "leste", + "lesta", + "lesté", + "lests", + "lés" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13910, + "end": 13915, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "staff", + "sniff", + "skiff", + "tiffe", + "staffe", + "staffa", + "staffé", + "staffs", + "sniffé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13917, + "end": 13921, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "th am", + "TH am", + "thaï", + "Rhanda", + "thon", + "tian", + "ahan", + "khan", + "th an", + "thons" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13922, + "end": 13927, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "haussés", + "thons", + "thèse", + "tosse", + "tosser", + "tossez", + "tosses", + "tossé", + "tossera", + "tossent" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13928, + "end": 13933, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "aboie", + "abote", + "aboies", + "aboter", + "abotez", + "abotes", + "aboyer", + "aboyez", + "aboté", + "aboyé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13934, + "end": 13937, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "AMD", + "Andy", + "an", + "aN", + "Ann", + "arde", + "arda", + "ardu", + "ardé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13938, + "end": 13943, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "belon", + "hello", + "belgo", + "belons", + "delco", + "delcos", + "bloc", + "blog", + "blob", + "blocs" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13944, + "end": 13946, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "id", + "IId", + "Itô", + "ide", + "ido", + "i", + "sied", + "ried", + "nids", + "lied" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13974, + "end": 13977, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Thea", + "Tees", + "Thé", + "Th", + "TH", + "DHEA", + "Théa", + "Théo", + "Thétis", + "Thésée" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13979, + "end": 13991, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "approximâtes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13998, + "end": 14002, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "hier", + "huer", + "rhé", + "chenu", + "hiver", + "haver", + "huent", + "chier", + "chenus", + "chenue" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14003, + "end": 14006, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Thea", + "tees", + "thé", + "th", + "TH", + "DHEA", + "thés", + "théier", + "théine", + "tee" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14016, + "end": 14019, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "WASP", + "wax", + "vas", + "wus", + "sas", + "ras", + "tas", + "las", + "cas", + "mas" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14020, + "end": 14028, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "finish de", + "finissez", + "finisses", + "finisse", + "siniser", + "sinisez", + "sinises", + "sinisée", + "fiancée", + "sinisé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14030, + "end": 14038, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "entrâmes", + "entrantes", + "entrante", + "entremets", + "entremet", + "entrassent", + "entrasses", + "entrants", + "entras", + "entremis" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14039, + "end": 14042, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Yes", + "yen", + "yeV", + "yens", + "ses", + "tes", + "les", + "ces", + "mes", + "des" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14069, + "end": 14078, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "émergence", + "envergeons", + "émergences", + "enneigés", + "énergies", + "émergents", + "émergeons", + "envergés", + "emmerdes", + "emmarges" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14158, + "end": 14162, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "ADN", + "ADNc", + "ad", + "Andy", + "abri", + "adire", + "adira", + "adiré", + "adore", + "adora" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14271, + "end": 14279, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "entrâmes", + "entrantes", + "entrante", + "entremets", + "entremet", + "entrassent", + "entrasses", + "entrants", + "entras", + "entremis" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14282, + "end": 14288, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Leigh", + "high", + "dégite", + "dégita", + "dégité", + "dégîte", + "dégîta", + "dégîté" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14292, + "end": 14295, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Ken", + "Kiel", + "Kiev", + "Kay", + "Kevin", + "Kent", + "Dey", + "Bey", + "Kiera", + "Kenny" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14296, + "end": 14302, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Leigh", + "high", + "dégite", + "dégita", + "dégité", + "dégîte", + "dégîta", + "dégîté" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14340, + "end": 14345, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "levier", + "leviez", + "live", + "leviers", + "lever", + "levez", + "levée", + "levé", + "lebel" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14348, + "end": 14354, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "nimber", + "numéro", + "nimbera", + "Humbert", + "numéros", + "nimbe", + "nimberez", + "suber", + "nimbez", + "nimbes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14443, + "end": 14449, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Indore", + "Indou", + "Indri", + "Indre", + "Indous", + "Indoue", + "Indira", + "Endors", + "Endort", + "Inodore" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14450, + "end": 14457, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Tagine", + "Tagines", + "Tanin", + "Vagins", + "Tajine", + "Taguions", + "Vagin", + "Tajines", + "Tarin", + "Tanins" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14465, + "end": 14470, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "levier", + "leviez", + "live", + "leviers", + "lever", + "levez", + "levée", + "levé", + "lebel" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14473, + "end": 14479, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "nimber", + "numéro", + "nimbera", + "Humbert", + "numéros", + "nimbe", + "nimberez", + "suber", + "nimbez", + "nimbes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14490, + "end": 14496, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Indore", + "indou", + "indri", + "Indre", + "indous", + "indoue", + "indolore", + "inodore", + "indolores", + "inodores" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14497, + "end": 14502, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "levier", + "leviez", + "live", + "leviers", + "lever", + "levez", + "levée", + "levé", + "lebel" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14504, + "end": 14509, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "flore", + "Flore", + "Flora", + "flores", + "floraux", + "fiord", + "Florent", + "flocon", + "Florange", + "flocons" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14514, + "end": 14517, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Thea", + "tees", + "thé", + "th", + "TH", + "DHEA", + "thés", + "théier", + "théine", + "tee" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14530, + "end": 14534, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "use", + "user", + "usez", + "uses", + "usée", + "usé", + "usera", + "busez", + "usiez", + "usuel" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14538, + "end": 14541, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Thea", + "tees", + "thé", + "th", + "TH", + "DHEA", + "thés", + "théier", + "théine", + "tee" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14549, + "end": 14555, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Indore", + "Indou", + "Indri", + "Indre", + "Indous", + "Indoue", + "Indira", + "Endors", + "Endort", + "Inodore" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14556, + "end": 14563, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Tagine", + "Tagines", + "Tanin", + "Vagins", + "Tajine", + "Taguions", + "Vagin", + "Tajines", + "Tarin", + "Tanins" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14564, + "end": 14570, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "schème", + "schelem", + "schelems", + "assenez", + "schéma", + "chenet", + "chenue", + "assénez", + "schémas", + "schèmes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14584, + "end": 14590, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "levers", + "levées", + "lebels", + "leveuse", + "leveuses", + "lebel", + "lev les", + "levés", + "revues", + "alésés" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14593, + "end": 14599, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "nimber", + "numéro", + "nimbera", + "Humbert", + "numéros", + "nimbe", + "nimberez", + "suber", + "nimbez", + "nimbes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14719, + "end": 14725, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Indore", + "Indou", + "Indri", + "Indre", + "Indous", + "Indoue", + "Indira", + "Endors", + "Endort", + "Inodore" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14726, + "end": 14733, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Tagine", + "Tagines", + "Tanin", + "Vagins", + "Tajine", + "Taguions", + "Vagin", + "Tajines", + "Tarin", + "Tanins" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14737, + "end": 14742, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "star", + "Sard", + "stars", + "Stark", + "tard", + "state", + "stata", + "statu", + "staté" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14757, + "end": 14760, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Thea", + "Tees", + "Thé", + "Th", + "TH", + "DHEA", + "Théa", + "Théo", + "Thétis", + "Thésée" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14762, + "end": 14774, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "approximâtes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14781, + "end": 14785, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "hier", + "huer", + "rhé", + "chenu", + "hiver", + "haver", + "huent", + "chier", + "chenus", + "chenue" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14786, + "end": 14789, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Thea", + "tees", + "thé", + "th", + "TH", + "DHEA", + "thés", + "théier", + "théine", + "tee" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14799, + "end": 14802, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "WASP", + "wax", + "vas", + "wus", + "sas", + "ras", + "tas", + "las", + "cas", + "mas" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14803, + "end": 14811, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "finish de", + "finissez", + "finisses", + "finisse", + "siniser", + "sinisez", + "sinises", + "sinisée", + "fiancée", + "sinisé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14813, + "end": 14817, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Thiès", + "Chis", + "Khis", + "Hais", + "Huis", + "Thuin", + "Chi", + "Trish", + "Tisse", + "Tissa" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14824, + "end": 14826, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Isa", + "ISO", + "i", + "ici", + "inca", + "ys", + "incas", + "riez", + "niez", + "tics" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14834, + "end": 14842, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "empalât", + "empilâtes", + "empalâtes", + "méplates", + "méplate", + "méplats", + "empilât", + "rempart", + "replats", + "méplat" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14843, + "end": 14847, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Witt", + "bit", + "bite", + "bita", + "bité", + "bits", + "litho", + "lithos", + "vit" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14850, + "end": 14857, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "défauts", + "dealâtes", + "défaut", + "dealât", + "défoule", + "défoula", + "défoulé", + "défunts", + "défunte" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14873, + "end": 14880, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Enlises", + "Enlisas", + "Enlisés", + "Engins", + "Angliche", + "Églises", + "Angliches", + "Enlise", + "Enlisa", + "Enlisé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14882, + "end": 14890, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Éditable", + "Éditables", + "Évitable", + "Évitables" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14891, + "end": 14895, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "hère", + "hersé", + "herbé", + "ber", + "hersés", + "hersée", + "herbés", + "herbée" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14997, + "end": 15008, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15093, + "end": 15098, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Cahot", + "Mahon", + "YWh", + "Hihans", + "Cahote", + "Cahota", + "Cahoté", + "Cahots", + "Mahous" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15100, + "end": 15106, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Marial", + "Serinai", + "Arillé", + "Récria", + "Sériai", + "Serai", + "Arillés", + "Arillée", + "Récrias", + "Récriai" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15107, + "end": 15114, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Imager", + "Imagera", + "Imageur", + "Imagerie", + "Imagerai", + "Imager y", + "Imagerez", + "Imageras", + "Imageurs", + "Imageriez" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15118, + "end": 15131, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15246, + "end": 15252, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Sumo", + "Sautons", + "Suçon", + "Suons", + "Suétone", + "Luttons", + "Puttons", + "Buttons", + "Putto", + "Rutons" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15253, + "end": 15262, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Condyle", + "Condyles" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15265, + "end": 15268, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "ma", + "mA", + "MA", + "na", + "tapin", + "mat", + "mal", + "mac", + "max", + "man" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15282, + "end": 15288, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "maniai", + "rapin", + "manique", + "rapine", + "rapina", + "rapiné", + "rapins", + "manie", + "mania" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15289, + "end": 15295, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Sumo", + "Sautons", + "Suçon", + "Suons", + "Suétone", + "Luttons", + "Puttons", + "Buttons", + "Putto", + "Rutons" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15296, + "end": 15305, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Condyle", + "Condyles" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15308, + "end": 15311, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "ma", + "mA", + "MA", + "na", + "tapin", + "mat", + "mal", + "mac", + "max", + "man" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15325, + "end": 15335, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "comprendre", + "comprendrez", + "camarade", + "camarades", + "octaèdres" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15347, + "end": 15351, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "shot", + "show", + "chope", + "chopa", + "chopé", + "coops", + "stop", + "soap", + "shots" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15436, + "end": 15443, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "amenât", + "armait", + "aménité", + "amenait", + "amenâtes", + "aménités", + "amanite", + "amatit", + "amanites", + "aimanté" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15547, + "end": 15555, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Propose", + "Proposer", + "Proposez", + "Proposes", + "Proposée", + "Proposé", + "Proposera", + "Proposiez", + "Proposées" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15739, + "end": 15747, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Propose", + "Proposer", + "Proposez", + "Proposes", + "Proposée", + "Proposé", + "Proposera", + "Proposiez", + "Proposées" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15748, + "end": 15756, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "factures", + "facture", + "facturer", + "facturez", + "feutrez", + "feutres", + "feutrer", + "feutrée", + "feutré", + "têtuerez" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15763, + "end": 15770, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "rumeurs", + "numéros", + "nimber", + "numéro", + "nimberez", + "rumeur", + "nimbera", + "suber", + "subers", + "animer" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15781, + "end": 15787, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Schéma", + "Schémas", + "Schermann", + "Chenal", + "Chenue", + "Shane", + "Chenu", + "Chêne", + "Chaman", + "Chamanes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15868, + "end": 15876, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Propose", + "Proposer", + "Proposez", + "Proposes", + "Proposée", + "Proposé", + "Proposera", + "Proposiez", + "Proposées" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15884, + "end": 15893, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Adresses", + "Adresse", + "Adressez", + "Adressés", + "Adressiez", + "Adresser", + "Adressée", + "Adressas", + "Adressé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15957, + "end": 15966, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Retriever", + "Retrievers", + "Rentière", + "Rentières", + "Rentrayée", + "Rentrayées", + "Arêtière", + "Arêtières" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15967, + "end": 15971, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16026, + "end": 16029, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Ken", + "Kiel", + "Kiev", + "Kay", + "Kevin", + "Kent", + "Dey", + "Bey", + "Kiera", + "Kenny" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16039, + "end": 16044, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "roidi", + "olim", + "bondi", + "roidis", + "roidit", + "roidir", + "roidie", + "ordi", + "olims", + "bondit" + ], + "text": "", + "before": "", + "after": "" + } + ], "staleness_score": 8.91 }, "date_diff": 19, @@ -8473,14 +24097,14 @@ "specific_pages": [ { "key": "Proposal process", - "reason": "La version Française est datée de 691 jours, La version Anglaise a 4107 plus de mots, La version Anglaise a 29 plus de sections, La version Anglaise a 163 plus de liens, La version Française a seulement 22% % du contenu en Anglais.", + "reason": "La version Française est datée de 691 jours, La version Anglaise a 4146 plus de mots, La version Anglaise a 31 plus de sections, La version Anglaise a 178 plus de liens, La version Française a seulement 22% % du contenu en Anglais.", "en_page": { "key": "Proposal process", "page_title": "Proposal process", "language": "en", "url": "https://wiki.openstreetmap.org/wiki/Proposal process", "last_modified": "2025-08-13", - "sections": 44, + "sections": 46, "section_titles": [ { "title": "Contents", @@ -8610,6 +24234,14 @@ "title": "Recent proposal status changes", "level": 3 }, + { + "title": "1 September 2025", + "level": 4 + }, + { + "title": "31 August 2025", + "level": 4 + }, { "title": "29 August 2025", "level": 4 @@ -8655,8 +24287,8 @@ "level": 3 } ], - "word_count": 5253, - "link_count": 187, + "word_count": 5292, + "link_count": 202, "link_details": [ { "text": "Category:Proposals by status", @@ -9250,6 +24882,58 @@ "text": "list of new pages", "href": "https://wiki.openstreetmap.org/wiki/Special:NewPages" }, + { + "text": "Proposal:Lending", + "href": "https://wiki.openstreetmap.org/wiki/Proposal:Lending" + }, + { + "text": "diff", + "href": "https://wiki.openstreetmap.org/w/index.php?title=Proposal:Lending&curid=331025&diff=2892218&oldid=2888827" + }, + { + "text": "hist", + "href": "https://wiki.openstreetmap.org/w/index.php?title=Proposal:Lending&curid=331025&action=history" + }, + { + "text": "Andrewth1", + "href": "https://wiki.openstreetmap.org/wiki/User:Andrewth1" + }, + { + "text": "contribs", + "href": "https://wiki.openstreetmap.org/wiki/Special:Contributions/Andrewth1" + }, + { + "text": "Tag", + "href": "https://wiki.openstreetmap.org/wiki/Special:Tags" + }, + { + "text": "Proposal:Developer", + "href": "https://wiki.openstreetmap.org/wiki/Proposal:Developer" + }, + { + "text": "diff", + "href": "https://wiki.openstreetmap.org/w/index.php?title=Proposal:Developer&curid=329239&diff=2892204&oldid=2889272" + }, + { + "text": "hist", + "href": "https://wiki.openstreetmap.org/w/index.php?title=Proposal:Developer&curid=329239&action=history" + }, + { + "text": "Ilias", + "href": "https://wiki.openstreetmap.org/wiki/User:Ilias" + }, + { + "text": "contribs", + "href": "https://wiki.openstreetmap.org/wiki/Special:Contributions/Ilias" + }, + { + "text": "Tags", + "href": "https://wiki.openstreetmap.org/wiki/Special:Tags" + }, + { + "text": "Visual edit", + "href": "https://wiki.openstreetmap.org/wiki/Wiki:VisualEditor" + }, { "text": "Proposal:Man made=ceremonial gate", "href": "https://wiki.openstreetmap.org/wiki/Proposal:Man_made%3Dceremonial_gate" @@ -9406,7 +25090,8 @@ "Proposed features" ], "description_img_url": "https://wiki.openstreetmap.org/w/images/thumb/c/c2/Save_proposal_first.png/761px-Save_proposal_first.png", - "is_specific_page": true + "is_specific_page": true, + "grammar_suggestions": [] }, "fr_page": { "key": "Proposal process", @@ -9580,15 +25265,1467 @@ ], "description_img_url": null, "is_specific_page": true, - "staleness_score": 165.53 + "grammar_suggestions": [ + { + "paragraph": 1, + "start": 617, + "end": 619, + "type": "typo", + "message": "Pas d’espace après ce signe.", + "suggestions": [ + "(" + ], + "text": "( ", + "before": "ste des standards cartographiques de la Fédération internationale d’orientation ", + "after": "International Orienteering Federation ) avec leurs catégories de standards, IDs " + }, + { + "paragraph": 1, + "start": 1375, + "end": 1377, + "type": "typo", + "message": "Pas d’espace après ce signe.", + "suggestions": [ + "(" + ], + "text": "( ", + "before": "n'existe t-elle pas déjà ? Vérifiez-le sur la page des attributs « en vigueur » ", + "after": "FR:Map Features ). Une proposition similaire n'est elle pas déjà en cours ? Véri" + }, + { + "paragraph": 1, + "start": 3321, + "end": 3323, + "type": "typo", + "message": "Pas d’espace après ce signe.", + "suggestions": [ + "(" + ], + "text": "( ", + "before": "que, il serait peut-être judicieux d’utiliser un attribut plus général existant ", + "after": "man_made=factory ) et de le préciser par exemple avec factory:type = aero_engine" + }, + { + "paragraph": 1, + "start": 656, + "end": 658, + "type": "typo", + "message": "Pas d’espace avant ce signe.", + "suggestions": [ + ")" + ], + "text": " )", + "before": " Fédération internationale d’orientation ( International Orienteering Federation", + "after": " avec leurs catégories de standards, IDs et descriptions qui peuvent être en vig" + }, + { + "paragraph": 1, + "start": 1392, + "end": 1394, + "type": "typo", + "message": "Pas d’espace avant ce signe.", + "suggestions": [ + ")" + ], + "text": " )", + "before": "as déjà ? Vérifiez-le sur la page des attributs « en vigueur » ( FR:Map Features", + "after": ". Une proposition similaire n'est elle pas déjà en cours ? Vérifiez la page des " + }, + { + "paragraph": 1, + "start": 3339, + "end": 3341, + "type": "typo", + "message": "Pas d’espace avant ce signe.", + "suggestions": [ + ")" + ], + "text": " )", + "before": "t-être judicieux d’utiliser un attribut plus général existant ( man_made=factory", + "after": " et de le préciser par exemple avec factory:type = aero_engines (évitez les tags" + }, + { + "paragraph": 1, + "start": 86, + "end": 88, + "type": "typo", + "message": "Pas d’espace avant un point.", + "suggestions": [ + "." + ], + "text": " .", + "before": "cones proposées pour les éléments cartographiques existants, voir Proposed Icons", + "after": " Cette page est prévue pour aider tout ceux voulant proposer un nouvel attribut " + }, + { + "paragraph": 1, + "start": 985, + "end": 987, + "type": "typo", + "message": "Pas d’espace avant un point.", + "suggestions": [ + "." + ], + "text": " .", + "before": "ez en parler sur la page de discussion internationale : Processus de proposition", + "after": " Contents 1 Avant de créer une proposition 1.1 Attributs et propositions existan" + }, + { + "paragraph": 1, + "start": 1487, + "end": 1489, + "type": "typo", + "message": "Pas d’espace avant un point.", + "suggestions": [ + "." + ], + "text": " .", + "before": "tion similaire n'est elle pas déjà en cours ? Vérifiez la page des tags proposés", + "after": " N’a t-elle pas déjà été proposée et rejetée ? Vérifiez la page des tags rejetés" + }, + { + "paragraph": 1, + "start": 1569, + "end": 1571, + "type": "typo", + "message": "Pas d’espace avant un point.", + "suggestions": [ + "." + ], + "text": " .", + "before": " N’a t-elle pas déjà été proposée et rejetée ? Vérifiez la page des tags rejetés", + "after": " Cependant, une proposition rejetée ne veut pas dire qu'elle ne peut être propos" + }, + { + "paragraph": 1, + "start": 2505, + "end": 2507, + "type": "typo", + "message": "Pas d’espace avant un point.", + "suggestions": [ + "." + ], + "text": " .", + "before": "rchez les différents tags et valeurs utilisées par les contributeurs via Taginfo", + "after": " Même la plus petite utilisation y est référencée. Signification L’attribut que " + }, + { + "paragraph": 1, + "start": 3581, + "end": 3583, + "type": "typo", + "message": "Pas d’espace avant une virgule.", + "suggestions": [ + "," + ], + "text": " ,", + "before": "tributs généraux différents devant être placés sur le même objet, comme building", + "after": " shop , etc. : préférez le spécialiser en tant que sous-attribut afin de facilit" + }, + { + "paragraph": 1, + "start": 3588, + "end": 3590, + "type": "typo", + "message": "Pas d’espace avant une virgule.", + "suggestions": [ + "," + ], + "text": " ,", + "before": " généraux différents devant être placés sur le même objet, comme building , shop", + "after": " etc. : préférez le spécialiser en tant que sous-attribut afin de faciliter l'in" + }, + { + "paragraph": 1, + "start": 1295, + "end": 1297, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "n’" + ], + "text": "n'", + "before": "on Attributs et propositions existantes Est ce que votre proposition d’attribut ", + "after": "existe t-elle pas déjà ? Vérifiez-le sur la page des attributs « en vigueur » ( " + }, + { + "paragraph": 1, + "start": 1422, + "end": 1424, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "n’" + ], + "text": "n'", + "before": "age des attributs « en vigueur » ( FR:Map Features ). Une proposition similaire ", + "after": "est elle pas déjà en cours ? Vérifiez la page des tags proposés . N’a t-elle pas" + }, + { + "paragraph": 1, + "start": 1624, + "end": 1627, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "qu’" + ], + "text": "qu'", + "before": " la page des tags rejetés . Cependant, une proposition rejetée ne veut pas dire ", + "after": "elle ne peut être proposée à nouveau : certaines propositions sont rejetées à ca" + }, + { + "paragraph": 1, + "start": 1711, + "end": 1713, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": " ne peut être proposée à nouveau : certaines propositions sont rejetées à cause ", + "after": "une mauvaise définition, car elles étaient ambiguës ou à cause du manque d'infor" + }, + { + "paragraph": 1, + "start": 1786, + "end": 1788, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "ause d'une mauvaise définition, car elles étaient ambiguës ou à cause du manque ", + "after": "informations justifiant leur existence. Certains attributs deviennent plus signi" + }, + { + "paragraph": 1, + "start": 2602, + "end": 2604, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "n’" + ], + "text": "n'", + "before": "etite utilisation y est référencée. Signification L’attribut que vous souhaitez ", + "after": "existe pas ? Pensez aux possibles utilisations pour la carte, et en particulier " + }, + { + "paragraph": 1, + "start": 3666, + "end": 3668, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "l’" + ], + "text": "l'", + "before": "op , etc. : préférez le spécialiser en tant que sous-attribut afin de faciliter ", + "after": "intégration sans avoir à tracer au même endroit une copie de l’objet). Quel tail" + }, + { + "paragraph": 1, + "start": 4244, + "end": 4246, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": " Un étudiant en histoire peut vouloir montrer les lieux de toutes les batailles ", + "after": "une certaine guerre. Aide-t-il à la navigation routière ? Il peut être pratique " + }, + { + "paragraph": 1, + "start": 4687, + "end": 4689, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": " la circulation peuvent affecter un voyage, les logiciels de navigation évitent ", + "after": "utiliser les routes en ayant. Les randonneurs peuvent vouloir connaitre les diff" + }, + { + "paragraph": 1, + "start": 4794, + "end": 4797, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "qu’" + ], + "text": "qu'", + "before": "ant. Les randonneurs peuvent vouloir connaitre les différents types de terrains ", + "after": "il vont croiser au cours de leur marche. Créer une page pour la proposition Modè" + }, + { + "paragraph": 1, + "start": 3444, + "end": 3445, + "type": "typo", + "message": "Guillemets typographiques ouvrants.", + "suggestions": [ + "« ", + "“" + ], + "text": "\"", + "before": "exemple avec factory:type = aero_engines (évitez les tags trop génériques comme ", + "after": "type=\" qui peuvent s’appliquer de façon ambiguë à des attributs généraux différe" + }, + { + "paragraph": 1, + "start": 1380, + "end": 1383, + "type": "typo", + "message": "Il manque un espace.", + "suggestions": [ + " Map" + ], + "text": "Map", + "before": "ste t-elle pas déjà ? Vérifiez-le sur la page des attributs « en vigueur » ( FR:", + "after": " Features ). Une proposition similaire n'est elle pas déjà en cours ? Vérifiez l" + }, + { + "paragraph": 1, + "start": 3385, + "end": 3389, + "type": "typo", + "message": "Il manque un espace.", + "suggestions": [ + " type" + ], + "text": "type", + "before": "énéral existant ( man_made=factory ) et de le préciser par exemple avec factory:", + "after": " = aero_engines (évitez les tags trop génériques comme \"type=\" qui peuvent s’app" + }, + { + "paragraph": 1, + "start": 4943, + "end": 4945, + "type": "nbsp", + "message": "Il manque un espace insécable.", + "suggestions": [ + " !" + ], + "text": " !", + "before": "oposition Modèle d’une page de proposition Consultez la page type de proposition", + "after": " {{Proposal Page\n" + }, + { + "paragraph": 1, + "start": 4136, + "end": 4142, + "type": "unit", + "message": "Avec une unité de mesure, mettez un espace insécable.", + "suggestions": [ + "600 m²" + ], + "text": "600 m²", + "before": "n entre le lieu/nombre de revendeurs Porsche et le nombre de maisons de plus de ", + "after": " dans une zone donnée. Un étudiant en histoire peut vouloir montrer les lieux de" + }, + { + "paragraph": 1, + "start": 122, + "end": 126, + "type": "gn", + "message": "Erreur d’accord probable avec « ceux ».", + "suggestions": [ + "tous" + ], + "text": "tout", + "before": "rtographiques existants, voir Proposed Icons . Cette page est prévue pour aider ", + "after": " ceux voulant proposer un nouvel attribut ou objet cartographique, avec la volon" + }, + { + "paragraph": 1, + "start": 1303, + "end": 1306, + "type": "tu", + "message": "Pour le “t” euphonique, il faut deux traits d’union. Pas d’apostrophe. Pas d’espace.", + "suggestions": [ + "-t-" + ], + "text": " t-", + "before": "buts et propositions existantes Est ce que votre proposition d’attribut n'existe", + "after": "elle pas déjà ? Vérifiez-le sur la page des attributs « en vigueur » ( FR:Map Fe" + }, + { + "paragraph": 1, + "start": 1424, + "end": 1432, + "type": "inte", + "message": "Forme interrogative ? Mettez un trait d’union.", + "suggestions": [ + "est-elle" + ], + "text": "est elle", + "before": "e des attributs « en vigueur » ( FR:Map Features ). Une proposition similaire n'", + "after": " pas déjà en cours ? Vérifiez la page des tags proposés . N’a t-elle pas déjà ét" + }, + { + "paragraph": 1, + "start": 1493, + "end": 1496, + "type": "tu", + "message": "Pour le “t” euphonique, il faut deux traits d’union. Pas d’apostrophe. Pas d’espace.", + "suggestions": [ + "-t-" + ], + "text": " t-", + "before": "imilaire n'est elle pas déjà en cours ? Vérifiez la page des tags proposés . N’a", + "after": "elle pas déjà été proposée et rejetée ? Vérifiez la page des tags rejetés . Cepe" + }, + { + "paragraph": 1, + "start": 1927, + "end": 1930, + "type": "tu", + "message": "Pour le “t” euphonique, il faut deux traits d’union. Pas d’apostrophe. Pas d’espace.", + "suggestions": [ + "-t-" + ], + "text": " t-", + "before": "deviennent plus signifiants avec le temps et peuvent devenir intéressants. N’y a", + "after": "il pas une balise non-référencée dans ces pages ? Effectuez une recherche plus g" + }, + { + "paragraph": 1, + "start": 3739, + "end": 3743, + "type": "gn", + "message": "Accord de genre erroné : « taille » est féminin.", + "suggestions": [ + "Quelle" + ], + "text": "Quel", + "before": "iliter l'intégration sans avoir à tracer au même endroit une copie de l’objet). ", + "after": " taille représente votre élément ? Les grands éléments sur une carte aident dava" + }, + { + "paragraph": 1, + "start": 3744, + "end": 3750, + "type": "gn", + "message": "Accord de genre erroné : le déterminant « Quel » est au masculin singulier.", + "suggestions": [ + "taillé" + ], + "text": "taille", + "before": "r l'intégration sans avoir à tracer au même endroit une copie de l’objet). Quel ", + "after": " représente votre élément ? Les grands éléments sur une carte aident davantage à" + }, + { + "paragraph": 1, + "start": 4800, + "end": 4804, + "type": "conj", + "message": "Conjugaison erronée. Accord avec “il”. Le verbe devrait être à la 3ᵉ personne du singulier.", + "suggestions": [ + "va" + ], + "text": "vont", + "before": "es randonneurs peuvent vouloir connaitre les différents types de terrains qu'il ", + "after": " croiser au cours de leur marche. Créer une page pour la proposition Modèle d’un" + }, + { + "paragraph": 1, + "start": 4797, + "end": 4799, + "type": "conj", + "message": "Accord avec “vont”.", + "suggestions": [ + "ils" + ], + "text": "il", + "before": ". Les randonneurs peuvent vouloir connaitre les différents types de terrains qu'", + "after": " vont croiser au cours de leur marche. Créer une page pour la proposition Modèle" + }, + { + "paragraph": 1, + "start": 5, + "end": 11, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "icônes", + "icône", + "irones", + "connées", + "connes", + "conne", + "connés", + "connée", + "sonnez", + "sonnés" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 72, + "end": 80, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Propose", + "Proposes", + "Proposer", + "Proposez", + "Proposée", + "Proposé", + "Proposera", + "Proposiez", + "Proposées" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 81, + "end": 86, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Icône", + "Icônes", + "Acons", + "Conso", + "Sconse", + "Consos", + "Skons", + "Osons", + "Usons", + "Sonos" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 633, + "end": 645, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Orienterions", + "Orientèrent", + "Traintrains", + "Traintrain" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 646, + "end": 656, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Fédération", + "Fédérations" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 695, + "end": 698, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "IIds", + "Id", + "IId", + "IDE", + "Issue", + "Issus", + "CD", + "Ida", + "Ils", + "Ifs" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 1380, + "end": 1383, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Ma", + "MA", + "Mao", + "Mac", + "Max", + "Maj", + "Mach", + "Rap", + "Cap", + "Gap" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 1384, + "end": 1392, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Factures", + "Facture", + "Facturer", + "Facturez", + "Feutrez", + "Têtuerez", + "Retorses", + "Dénaturez", + "Dénature", + "Têtuer" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 2265, + "end": 2273, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Thaïlande", + "exhalant", + "handèlent", + "handelant", + "dédaléen", + "dédaléens", + "exhalent", + "Harlem" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 2498, + "end": 2505, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Maginot", + "Tarifé", + "Tarifa", + "Tarife", + "Tarifs", + "Tag info", + "Tarif" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 3332, + "end": 3339, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "factorerie", + "factoreries", + "accord", + "facteur", + "facteurs", + "accorer", + "fac tory", + "accordé", + "accorda" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 3377, + "end": 3384, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "factorerie", + "factoreries", + "accord", + "facteur", + "facteurs", + "accorer", + "fac tory", + "accordé", + "accorda" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 3392, + "end": 3396, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "arroi", + "arrosé", + "arrois", + "arrose", + "arrosa", + "arrosai", + "arrosée", + "arrosés", + "arroses" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 3397, + "end": 3404, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "engin es", + "engin se", + "angines", + "engins", + "engainer", + "engainerez", + "envinés", + "engainera", + "engainez", + "engaine" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 3584, + "end": 3588, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "shot", + "show", + "chope", + "chopa", + "chopé", + "coops", + "stop", + "soap", + "shots" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 4948, + "end": 4956, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Proposa", + "Proposas", + "Proposât", + "Proposai", + "Propos al", + "Proposasse", + "Propos la", + "Proposais", + "Proposait", + "Proposable" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 1, + "end": 5, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "rame", + "na en", + "nA en", + "rames", + "ramer", + "ramez", + "lamer", + "camer", + "naan", + "ramé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 4, + "start": 1, + "end": 4, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "keV", + "kief", + "kGy", + "keum", + "keuf", + "dey", + "bey", + "kiefs", + "keums", + "keufs" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 7, + "start": 1, + "end": 11, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "définition", + "définitions", + "définirions", + "de finition" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 8, + "start": 1, + "end": 11, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "apparences", + "apparentez", + "apparentes", + "apparentée", + "apparaisse", + "apparenter", + "apparence", + "apparats", + "apparais", + "appairas" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 10, + "start": 1, + "end": 15, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 11, + "start": 1, + "end": 13, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 12, + "start": 1, + "end": 14, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 13, + "start": 1, + "end": 12, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 14, + "start": 779, + "end": 781, + "type": "typo", + "message": "Pas d’espace après ce signe.", + "suggestions": [ + "(" + ], + "text": "( ", + "before": "e du Sud). Définition des attributs La catégorie dans laquelle entre l’attribut ", + "after": "man_made , waterway , tourism , etc.), en justifiant pourquoi il ne pourrait ren" + }, + { + "paragraph": 14, + "start": 1010, + "end": 1012, + "type": "typo", + "message": "Pas d’espace avant ce signe.", + "suggestions": [ + ")" + ], + "text": " )", + "before": "our la cartographie — la valeur residential par rapport à l’attribut Key:landuse", + "after": " Le nom de l’attribut — il doit être assez court (15 caractères est la longueur " + }, + { + "paragraph": 14, + "start": 1978, + "end": 1980, + "type": "typo", + "message": "Pas d’espace avant un point.", + "suggestions": [ + "." + ], + "text": " .", + "before": "ez pas d’ajouter un lien vers votre proposition sur la page FR:Proposed features", + "after": " Vous pouvez également en parler dans les listes de diffusion. Retrieved from \" " + }, + { + "paragraph": 14, + "start": 789, + "end": 791, + "type": "typo", + "message": "Pas d’espace avant une virgule.", + "suggestions": [ + "," + ], + "text": " ,", + "before": " Définition des attributs La catégorie dans laquelle entre l’attribut ( man_made", + "after": " waterway , tourism , etc.), en justifiant pourquoi il ne pourrait rentrer dans " + }, + { + "paragraph": 14, + "start": 800, + "end": 802, + "type": "typo", + "message": "Pas d’espace avant une virgule.", + "suggestions": [ + "," + ], + "text": " ,", + "before": " des attributs La catégorie dans laquelle entre l’attribut ( man_made , waterway", + "after": " tourism , etc.), en justifiant pourquoi il ne pourrait rentrer dans d’autres ca" + }, + { + "paragraph": 14, + "start": 810, + "end": 812, + "type": "typo", + "message": "Pas d’espace avant une virgule.", + "suggestions": [ + "," + ], + "text": " ,", + "before": "buts La catégorie dans laquelle entre l’attribut ( man_made , waterway , tourism", + "after": " etc.), en justifiant pourquoi il ne pourrait rentrer dans d’autres catégories (" + }, + { + "paragraph": 14, + "start": 1400, + "end": 1402, + "type": "typo", + "message": "Pas d’espace avant une virgule.", + "suggestions": [ + "," + ], + "text": " ,", + "before": "tenu d’un canal, etc.) Les attributs génériques qui sont très utilisés (ex: name", + "after": " operator , access , etc.) S’applique aux : nœuds, chemins ou surfaces ; choisir" + }, + { + "paragraph": 14, + "start": 1411, + "end": 1413, + "type": "typo", + "message": "Pas d’espace avant une virgule.", + "suggestions": [ + "," + ], + "text": " ,", + "before": "anal, etc.) Les attributs génériques qui sont très utilisés (ex: name , operator", + "after": " access , etc.) S’applique aux : nœuds, chemins ou surfaces ; choisir entre nœud" + }, + { + "paragraph": 14, + "start": 1420, + "end": 1422, + "type": "typo", + "message": "Pas d’espace avant une virgule.", + "suggestions": [ + "," + ], + "text": " ,", + "before": ".) Les attributs génériques qui sont très utilisés (ex: name , operator , access", + "after": " etc.) S’applique aux : nœuds, chemins ou surfaces ; choisir entre nœuds et surf" + }, + { + "paragraph": 14, + "start": 2057, + "end": 2060, + "type": "typo", + "message": "Guillemets isolés.", + "suggestions": [ + " « ", + " » ", + " “", + "” " + ], + "text": " \" ", + "before": "s . Vous pouvez également en parler dans les listes de diffusion. Retrieved from", + "after": "https://wiki.openstreetmap.org/w/index.php?title=FR:Processus_de_proposition&old" + }, + { + "paragraph": 14, + "start": 2150, + "end": 2152, + "type": "typo", + "message": "Guillemets fermants.", + "suggestions": [ + " »", + "”" + ], + "text": " \"", + "before": "ki.openstreetmap.org/w/index.php?title=FR:Processus_de_proposition&oldid=2597609", + "after": "" + }, + { + "paragraph": 14, + "start": 424, + "end": 426, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "l’" + ], + "text": "l'", + "before": " courte description de ce que vous souhaitez mapper, en incluant des liens vers ", + "after": "objet en question si possible. Intérêt — Pourquoi cet attribut est utile, indiqu" + }, + { + "paragraph": 14, + "start": 1704, + "end": 1706, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "s’" + ], + "text": "s'", + "before": " directement dans le processus de proposition, mais il peut aider les personnes ", + "after": "occupant du rendu. Une description d’icône ou un exemple est la bienvenue. Comme" + }, + { + "paragraph": 14, + "start": 1003, + "end": 1010, + "type": "typo", + "message": "Il manque un espace.", + "suggestions": [ + " landuse" + ], + "text": "landuse", + "before": "aptée pour la cartographie — la valeur residential par rapport à l’attribut Key:", + "after": " ) Le nom de l’attribut — il doit être assez court (15 caractères est la longueu" + }, + { + "paragraph": 14, + "start": 1961, + "end": 1969, + "type": "typo", + "message": "Il manque un espace.", + "suggestions": [ + " Proposed" + ], + "text": "Proposed", + "before": " un vote. N’oubliez pas d’ajouter un lien vers votre proposition sur la page FR:", + "after": " features . Vous pouvez également en parler dans les listes de diffusion. Retrie" + }, + { + "paragraph": 14, + "start": 1394, + "end": 1395, + "type": "nbsp", + "message": "Il manque un espace insécable.", + "suggestions": [ + " :" + ], + "text": ":", + "before": "e, contenu d’un canal, etc.) Les attributs génériques qui sont très utilisés (ex", + "after": " name , operator , access , etc.) S’applique aux : nœuds, chemins ou surfaces ; " + }, + { + "paragraph": 14, + "start": 1554, + "end": 1557, + "type": "unit", + "message": "Avec une unité de mesure, mettez un espace insécable.", + "suggestions": [ + "5 m" + ], + "text": "5 m", + "before": " choisir entre nœuds et surfaces : en général, si l’objet fait moins de 5 m par ", + "after": ", il sera représenté par un simple nœud. Rendu — Ceci ne rentre pas directement " + }, + { + "paragraph": 14, + "start": 2143, + "end": 2150, + "type": "num", + "message": "Formatage des grands nombres.", + "suggestions": [ + "2 597 609" + ], + "text": "2597609", + "before": "ps://wiki.openstreetmap.org/w/index.php?title=FR:Processus_de_proposition&oldid=", + "after": " \"" + }, + { + "paragraph": 14, + "start": 792, + "end": 800, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "atterra", + "raterai", + "materai", + "daterai", + "acterai", + "atterrai", + "rateras", + "materas", + "dateras", + "acteras" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 14, + "start": 803, + "end": 810, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "tourisme", + "tourismes", + "taurins", + "touries", + "nourris", + "tournis", + "tournisse", + "tourds", + "touais", + "nourrisse" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 14, + "start": 962, + "end": 973, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "résidentiel", + "résidentiels", + "présidentiable", + "présidentiel", + "présidentiables", + "présidentiels" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 14, + "start": 999, + "end": 1002, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Ken", + "Kiel", + "Kiev", + "Kay", + "Kevin", + "Kent", + "Dey", + "Bey", + "Kiera", + "Kenny" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 14, + "start": 1003, + "end": 1010, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "landes", + "landaus", + "Landes", + "land sue", + "lands", + "land use", + "lards", + "saducéen", + "saducéens", + "nandous" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 14, + "start": 1396, + "end": 1400, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "rame", + "na en", + "nA en", + "rames", + "ramer", + "ramez", + "lamer", + "camer", + "naan", + "ramé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 14, + "start": 1403, + "end": 1411, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "opération", + "opérations", + "opératoire", + "opératoires", + "opérateur", + "soprano", + "sopranos", + "opérateurs" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 14, + "start": 1414, + "end": 1420, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "aces", + "ace", + "accès", + "asses", + "axes", + "acensez", + "acenses", + "acense", + "sassés", + "assisses" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 14, + "start": 1961, + "end": 1969, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Propose", + "Proposes", + "Proposer", + "Proposez", + "Proposée", + "Proposé", + "Proposera", + "Proposiez", + "Proposées" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 14, + "start": 1970, + "end": 1978, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "factures", + "facture", + "facturer", + "facturez", + "feutrez", + "feutres", + "feutrer", + "feutrée", + "feutré", + "têtuerez" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 14, + "start": 2043, + "end": 2052, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Retriever", + "Retrievers", + "Rentière", + "Rentières", + "Rentrayée", + "Rentrayées", + "Arêtière", + "Arêtières" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 14, + "start": 2053, + "end": 2057, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 14, + "start": 2137, + "end": 2142, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "roidi", + "olim", + "bondi", + "roidie", + "roidis", + "roidit", + "roidir", + "ordi", + "olims", + "bondis" + ], + "text": "", + "before": "", + "after": "" + } + ], + "staleness_score": 166.25 }, "date_diff": 691, - "word_diff": 4107, - "section_diff": 29, - "link_diff": 163, + "word_diff": 4146, + "section_diff": 31, + "link_diff": 178, "media_diff": 4, - "staleness_score": 165.53, - "priority": 165.53, + "staleness_score": 166.25, + "priority": 166.25, "section_comparison": { "en_only": [ { @@ -9723,6 +26860,14 @@ "title": "Additional post-approval work", "level": 4 }, + { + "title": "1 September 2025", + "level": 4 + }, + { + "title": "31 August 2025", + "level": 4 + }, { "title": "29 August 2025", "level": 4 @@ -10356,8 +27501,8 @@ "href": "https://wiki.openstreetmap.org/wiki/Special:NewPages" }, { - "text": "Proposal:Man made=ceremonial gate", - "href": "https://wiki.openstreetmap.org/wiki/Proposal:Man_made%3Dceremonial_gate" + "text": "Proposal:Lending", + "href": "https://wiki.openstreetmap.org/wiki/Proposal:Lending" }, { "text": "diff", @@ -10367,10 +27512,34 @@ "text": "hist", "href": "https://wiki.openstreetmap.org/w/index.php?title=Proposal:Power_utility_office&curid=151199&action=history" }, + { + "text": "Andrewth1", + "href": "https://wiki.openstreetmap.org/wiki/User:Andrewth1" + }, { "text": "contribs", "href": "https://wiki.openstreetmap.org/wiki/Special:Contributions/Dimitar155" }, + { + "text": "Tag", + "href": "https://wiki.openstreetmap.org/wiki/Special:Tags" + }, + { + "text": "Proposal:Developer", + "href": "https://wiki.openstreetmap.org/wiki/Proposal:Developer" + }, + { + "text": "Ilias", + "href": "https://wiki.openstreetmap.org/wiki/User:Ilias" + }, + { + "text": "Visual edit", + "href": "https://wiki.openstreetmap.org/wiki/Wiki:VisualEditor" + }, + { + "text": "Proposal:Man made=ceremonial gate", + "href": "https://wiki.openstreetmap.org/wiki/Proposal:Man_made%3Dceremonial_gate" + }, { "text": "Visual edit: Switched", "href": "https://wiki.openstreetmap.org/wiki/Wiki:VisualEditor" @@ -10387,10 +27556,6 @@ "text": "talk", "href": "https://wiki.openstreetmap.org/wiki/User_talk:Dimitar155" }, - { - "text": "Visual edit", - "href": "https://wiki.openstreetmap.org/wiki/Wiki:VisualEditor" - }, { "text": "Proposal:Service:vehicle:* standartization", "href": "https://wiki.openstreetmap.org/wiki/Proposal:Service:vehicle:*_standartization" @@ -13514,7 +30679,8 @@ "Tagging Mistakes" ], "description_img_url": "https://upload.wikimedia.org/wikipedia/commons/thumb/f/f0/Food_montage.jpg/200px-Food_montage.jpg", - "is_specific_page": true + "is_specific_page": true, + "grammar_suggestions": [] }, "fr_page": { "key": "Key:cuisine", @@ -16513,6 +33679,25362 @@ ], "description_img_url": "https://upload.wikimedia.org/wikipedia/commons/thumb/f/f0/Food_montage.jpg/200px-Food_montage.jpg", "is_specific_page": true, + "grammar_suggestions": [ + { + "paragraph": 1, + "start": 94, + "end": 95, + "type": "nbsp", + "message": "Il manque un espace insécable.", + "suggestions": [ + " :" + ], + "text": ":", + "before": "ine Description Décrit le type de nourriture servie dans un établissement Groupe", + "after": " Aliments et boissons Utilisé pour ces éléments Valeurs documentées: 5 Combinais" + }, + { + "paragraph": 1, + "start": 162, + "end": 163, + "type": "nbsp", + "message": "Il manque un espace insécable.", + "suggestions": [ + " :" + ], + "text": ":", + "before": "ement Groupe: Aliments et boissons Utilisé pour ces éléments Valeurs documentées", + "after": " 5 Combinaisons utiles amenity = restaurant takeaway = yes/no diet:* =* oven =* " + }, + { + "paragraph": 1, + "start": 333, + "end": 335, + "type": "nbsp", + "message": "Il manque un espace insécable.", + "suggestions": [ + " :" + ], + "text": " :", + "before": " origin =* diet:* =* food:* =* drink:* =* breakfast =* lunch =* dinner =* Statut", + "after": " de fait cuisine = * More details at tag info Outils pour cet attribut taginfo ·" + }, + { + "paragraph": 1, + "start": 596, + "end": 598, + "type": "typo", + "message": "Nombre ordinal romain singulier. Exemples : IIᵉ, IIIᵉ, IVᵉ…", + "suggestions": [ + "Vᵉ" + ], + "text": "VE", + "before": "KP · KR · NL · PL · PT · RU · ES · AR · MX · CO · BO · CL · EC · PY · PE · UY · ", + "after": " · TW · UA · US · VN overpass-turbo OSM Tag History Décrit le type de nourriture" + }, + { + "paragraph": 1, + "start": 186, + "end": 193, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "amenât", + "armait", + "aménité", + "amenait", + "amenâtes", + "aménités", + "amanite", + "amatit", + "amanites", + "aimanté" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 207, + "end": 215, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "tracana", + "tracanai", + "Atacama", + "tracanais", + "tracanait", + "kakawi", + "tracanas", + "acheva", + "kakawis", + "Maeva" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 218, + "end": 221, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Yes", + "yen", + "yeV", + "yens", + "ses", + "tes", + "les", + "ces", + "mes", + "des" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 225, + "end": 229, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "die", + "Die", + "ide", + "IDE", + "dicté", + "dieu", + "déité", + "dise", + "dire", + "dine" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 235, + "end": 239, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "auvent", + "ove", + "auvents", + "Aure", + "ver", + "oviné", + "oves", + "ovée", + "ovin", + "ovni" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 254, + "end": 260, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "origine", + "origina", + "originé", + "origines", + "originer", + "originel", + "originez", + "originas", + "original" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 264, + "end": 268, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "die", + "Die", + "ide", + "IDE", + "dicté", + "dieu", + "déité", + "dise", + "dire", + "dine" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 274, + "end": 278, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "foot", + "fond", + "foots", + "good", + "fonds", + "fonde", + "fonda", + "fondu" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 317, + "end": 323, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "diner", + "dîner", + "diners", + "dinera", + "dîners", + "dînera", + "dine", + "dîne", + "dinerez", + "dînerez" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 361, + "end": 368, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "détails", + "bétails", + "détail", + "bétail", + "détales", + "détalas", + "détalez", + "détalé", + "détèles" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 369, + "end": 371, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "aT", + "At", + "ad", + "Ath", + "atm", + "acd", + "ado", + "a", + "rada", + "radé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 406, + "end": 413, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "tarifs", + "tarife", + "tarifa", + "tarifé", + "tag info", + "Maginot", + "tarif" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 426, + "end": 428, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "DR", + "BRU", + "BR₂", + "BBR₃", + "B", + "BT", + "BQ", + "BD", + "BEN", + "IRD" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 431, + "end": 433, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "BYE", + "B", + "BT", + "BQ", + "BD", + "BIC", + "BI₃", + "BBC", + "BYEBYE", + "BIS" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 441, + "end": 443, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "CN", + "CNN", + "CM", + "ZN", + "CNY", + "CNRS", + "CNES", + "C", + "CC", + "CE" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 446, + "end": 448, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "C", + "CC", + "CE", + "CP", + "CV", + "CA", + "CD", + "CI", + "CSS", + "CS₂" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 456, + "end": 458, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "DK", + "DA", + "DR", + "DS", + "DM", + "DG", + "DJ", + "Dʳ", + "DAX", + "DICK" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 471, + "end": 473, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "GH", + "GBQ", + "GBP", + "G", + "GG", + "GF", + "GM", + "GJ", + "GL", + "GK" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 481, + "end": 483, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "HUE", + "HUA", + "HUÉ", + "HUM", + "HUB", + "HUN", + "HUY", + "H", + "HZ" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 491, + "end": 493, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "IN", + "IRE", + "IRA", + "IRM", + "IRL", + "IRD", + "I", + "II", + "I₂", + "IA" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 496, + "end": 498, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "ID", + "IID", + "ITÔ", + "I", + "II", + "I₂", + "IA", + "IO", + "IX", + "IP" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 511, + "end": 513, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "IP", + "JPY", + "J", + "JO", + "API", + "CPG", + "GPA", + "GPS", + "GPL", + "PLINE" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 516, + "end": 518, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "KPC", + "KPA", + "K", + "KO", + "CP", + "CPA", + "CPC", + "CPU", + "CPG", + "XPF" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 521, + "end": 523, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "KJ", + "KN", + "K", + "KO", + "KEN", + "CRS", + "KONG", + "KARINE", + "KARINA", + "KK" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 551, + "end": 553, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "AJ", + "AN", + "ARE", + "ARS", + "ARA", + "ART", + "ARC", + "ARN", + "ARNM", + "ARNR" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 561, + "end": 563, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "COS", + "COI", + "COR", + "CON", + "COL", + "COLL", + "COU", + "COM", + "COB" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 566, + "end": 568, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "BAU", + "HO", + "BAUD", + "BAUX", + "BOT", + "BOA", + "BON", + "BOL", + "BOP", + "BOB" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 581, + "end": 583, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "P", + "PF", + "PM", + "PJ", + "PL", + "PG", + "PK", + "PT", + "PÔ", + "PC" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 586, + "end": 588, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "PEU", + "PET", + "PEV", + "PEP", + "P", + "PF", + "PM", + "PJ", + "PL", + "PG" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 591, + "end": 593, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "UR", + "US", + "UV", + "UE", + "URI", + "UI₃", + "U", + "UNI", + "UD", + "UT" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 616, + "end": 618, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "FN", + "V", + "Vᵉ", + "VF", + "VO", + "VE", + "VI", + "VA", + "VII", + "VER" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 619, + "end": 633, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 634, + "end": 637, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "OS", + "OSS", + "OSH", + "OGM", + "GSM", + "NS", + "NSV", + "OMC", + "OISE", + "OMSK" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 642, + "end": 649, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Histoire", + "Historie", + "Historia", + "Historié", + "Histoires", + "Histories", + "Historier", + "Historiez", + "Historien" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 86, + "end": 88, + "type": "typo", + "message": "Pas d’espace après ce signe.", + "suggestions": [ + "(" + ], + "text": "( ", + "before": "able à tout établissement proposant de la nourriture, par exemple une supérette ", + "after": "shop = convenience ) d'une station service ( amenity = fuel ) qui a un coin café" + }, + { + "paragraph": 2, + "start": 131, + "end": 133, + "type": "typo", + "message": "Pas d’espace après ce signe.", + "suggestions": [ + "(" + ], + "text": "( ", + "before": "rriture, par exemple une supérette ( shop = convenience ) d'une station service ", + "after": "amenity = fuel ) qui a un coin café ( cuisine = coffee_shop ). Si un lieu sert d" + }, + { + "paragraph": 2, + "start": 169, + "end": 171, + "type": "typo", + "message": "Pas d’espace après ce signe.", + "suggestions": [ + "(" + ], + "text": "( ", + "before": "hop = convenience ) d'une station service ( amenity = fuel ) qui a un coin café ", + "after": "cuisine = coffee_shop ). Si un lieu sert différents types de cuisine, utilisez l" + }, + { + "paragraph": 2, + "start": 11253, + "end": 11255, + "type": "typo", + "message": "Pas d’espace après ce signe.", + "suggestions": [ + "(" + ], + "text": "( ", + "before": "at dish. Use a more specific value if possible. Meat noodle Nouilles japonaises ", + "after": "udon , soba ou ramen ), chinoises ( dandan mian et tan-men), coréennes (renmyon " + }, + { + "paragraph": 2, + "start": 11289, + "end": 11291, + "type": "typo", + "message": "Pas d’espace après ce signe.", + "suggestions": [ + "(" + ], + "text": "( ", + "before": "f possible. Meat noodle Nouilles japonaises ( udon , soba ou ramen ), chinoises ", + "after": "dandan mian et tan-men), coréennes (renmyon et bibin myon) et vietnamiennes ( Ph" + }, + { + "paragraph": 2, + "start": 11367, + "end": 11369, + "type": "typo", + "message": "Pas d’espace après ce signe.", + "suggestions": [ + "(" + ], + "text": "( ", + "before": "s ( dandan mian et tan-men), coréennes (renmyon et bibin myon) et vietnamiennes ", + "after": "Phở et bún ). Noodle pancake Pancake . Similaire à cuisine = crepe mais actuelle" + }, + { + "paragraph": 2, + "start": 106, + "end": 108, + "type": "typo", + "message": "Pas d’espace avant ce signe.", + "suggestions": [ + ")" + ], + "text": " )", + "before": "ement proposant de la nourriture, par exemple une supérette ( shop = convenience", + "after": " d'une station service ( amenity = fuel ) qui a un coin café ( cuisine = coffee_" + }, + { + "paragraph": 2, + "start": 147, + "end": 149, + "type": "typo", + "message": "Pas d’espace avant ce signe.", + "suggestions": [ + ")" + ], + "text": " )", + "before": "mple une supérette ( shop = convenience ) d'une station service ( amenity = fuel", + "after": " qui a un coin café ( cuisine = coffee_shop ). Si un lieu sert différents types " + }, + { + "paragraph": 2, + "start": 192, + "end": 194, + "type": "typo", + "message": "Pas d’espace avant ce signe.", + "suggestions": [ + ")" + ], + "text": " )", + "before": "ne station service ( amenity = fuel ) qui a un coin café ( cuisine = coffee_shop", + "after": ". Si un lieu sert différents types de cuisine, utilisez le séparateur de valeur " + }, + { + "paragraph": 2, + "start": 11275, + "end": 11277, + "type": "typo", + "message": "Pas d’espace avant ce signe.", + "suggestions": [ + ")" + ], + "text": " )", + "before": "ecific value if possible. Meat noodle Nouilles japonaises ( udon , soba ou ramen", + "after": ", chinoises ( dandan mian et tan-men), coréennes (renmyon et bibin myon) et viet" + }, + { + "paragraph": 2, + "start": 11379, + "end": 11381, + "type": "typo", + "message": "Pas d’espace avant ce signe.", + "suggestions": [ + ")" + ], + "text": " )", + "before": "ian et tan-men), coréennes (renmyon et bibin myon) et vietnamiennes ( Phở et bún", + "after": ". Noodle pancake Pancake . Similaire à cuisine = crepe mais actuellement moins u" + }, + { + "paragraph": 2, + "start": 327, + "end": 329, + "type": "typo", + "message": "Pas d’espace avant un point.", + "suggestions": [ + "." + ], + "text": " .", + "before": "ez le séparateur de valeur point-virgule , par exemple cuisine = thai;vietnamese", + "after": " Triez-les en fonction de l'ordre d'importance si vous le connaissez (un resto t" + }, + { + "paragraph": 2, + "start": 1397, + "end": 1399, + "type": "typo", + "message": "Pas d’espace avant un point.", + "suggestions": [ + "." + ], + "text": " .", + "before": " casher... ne doivent pas être notées avec ce tag mais avec le préfixe diet:* =*", + "after": " Pour un lieu qui pourrait théoriquement vendre de la nourriture mais qui n'en p" + }, + { + "paragraph": 2, + "start": 1593, + "end": 1595, + "type": "typo", + "message": "Pas d’espace avant un point.", + "suggestions": [ + "." + ], + "text": " .", + "before": "rrait vendre aussi des sandwichs), vous pouvez utiliser la combinaison food = no", + "after": " Cependant utilisez ceci uniquement s'il y a ambiguïté (il est évident qu'on ne " + }, + { + "paragraph": 2, + "start": 1866, + "end": 1868, + "type": "typo", + "message": "Pas d’espace avant un point.", + "suggestions": [ + "." + ], + "text": " .", + "before": "e ou sous quelle forme sont vendues des boissons, utiliser le préfixe drink:* =*", + "after": " L'attribut origin =* ne doit pas être utilisé pour la nourriture mais uniquemen" + }, + { + "paragraph": 2, + "start": 7918, + "end": 7920, + "type": "typo", + "message": "Pas d’espace avant un point.", + "suggestions": [ + "." + ], + "text": " .", + "before": "is table is a wiki template with a default description in English. Editable here", + "after": " La traduction en français peut être éditée ici . Cuisine (nourriture) Cuisine, " + }, + { + "paragraph": 2, + "start": 7967, + "end": 7969, + "type": "typo", + "message": "Pas d’espace avant un point.", + "suggestions": [ + "." + ], + "text": " .", + "before": "ption in English. Editable here . La traduction en français peut être éditée ici", + "after": " Cuisine (nourriture) Cuisine, catégorisée selon le type de nourriture. Valeur C" + }, + { + "paragraph": 2, + "start": 8312, + "end": 8314, + "type": "typo", + "message": "Pas d’espace avant un point.", + "suggestions": [ + "." + ], + "text": " .", + "before": "northern region of South America Arepa bagel Petit pain en forme d'anneau, bagel", + "after": " Voir aussi cuisine = donut Bagel beef Any dish made from meat from cattle Beef " + }, + { + "paragraph": 2, + "start": 8565, + "end": 8567, + "type": "typo", + "message": "Pas d’espace avant un point.", + "suggestions": [ + "." + ], + "text": " .", + "before": "beef noodle soup, originating in Asia Beef noodle soup bubble_tea Thé aux perles", + "after": " Thé chaud ou froid originaire de Taïwan mélangé à du lait et contenant des boul" + }, + { + "paragraph": 2, + "start": 8988, + "end": 8990, + "type": "typo", + "message": "Pas d’espace avant un point.", + "suggestions": [ + "." + ], + "text": " .", + "before": "tablissements vendant en priorité des boissons, voir aussi cuisine = coffee_shop", + "after": " Cake chicken Poulet frit. Chicken as food chili A dish made from chili peppers," + }, + { + "paragraph": 2, + "start": 9625, + "end": 9627, + "type": "typo", + "message": "Pas d’espace avant un point.", + "suggestions": [ + "." + ], + "text": " .", + "before": "ou des sandwichs. Coffee couscous Plat nord-africain à base de semoule, couscous", + "after": " Couscous crepe Crêpes, crêpe . Crêpe curry Il en existe plusieurs types, non li" + }, + { + "paragraph": 2, + "start": 9656, + "end": 9658, + "type": "typo", + "message": "Pas d’espace avant un point.", + "suggestions": [ + "." + ], + "text": " .", + "before": "us Plat nord-africain à base de semoule, couscous . Couscous crepe Crêpes, crêpe", + "after": " Crêpe curry Il en existe plusieurs types, non limités à l'Inde. Curry donut Pât" + }, + { + "paragraph": 2, + "start": 10096, + "end": 10098, + "type": "typo", + "message": "Pas d’espace avant un point.", + "suggestions": [ + "." + ], + "text": " .", + "before": "dle East Falafel fish Spécialisé dans les poissons. Voir aussi cuisine = seafood", + "after": " Fish as food fish_and_chips Poisson et frites, courant au Royaume-Uni. Fish and" + }, + { + "paragraph": 2, + "start": 10459, + "end": 10461, + "type": "typo", + "message": "Pas d’espace avant un point.", + "suggestions": [ + "." + ], + "text": " .", + "before": "d strips of potato. Also known as chips. French fries frozen_yogurt Yaourt glacé", + "after": " Frozen yogurt gyoza A Japanese version of a Chinese dumpling called Jiaozi. Als" + }, + { + "paragraph": 2, + "start": 10666, + "end": 10668, + "type": "typo", + "message": "Pas d’espace avant un point.", + "suggestions": [ + "." + ], + "text": " .", + "before": "dwich grec préparé à partir de viande cuite sur un tourne broche vertical, gyros", + "after": " Gyros hot_dog Hot dog . Hot dog ice_cream Crème glacée. Certains préfèrent util" + }, + { + "paragraph": 2, + "start": 10690, + "end": 10692, + "type": "typo", + "message": "Pas d’espace avant un point.", + "suggestions": [ + "." + ], + "text": " .", + "before": "tir de viande cuite sur un tourne broche vertical, gyros . Gyros hot_dog Hot dog", + "after": " Hot dog ice_cream Crème glacée. Certains préfèrent utiliser amenity = ice_cream" + }, + { + "paragraph": 2, + "start": 10792, + "end": 10794, + "type": "typo", + "message": "Pas d’espace avant un point.", + "suggestions": [ + "." + ], + "text": " .", + "before": "rème glacée. Certains préfèrent utiliser amenity = ice_cream ou shop = ice_cream", + "after": " Ice cream juice Spécialisé dans la vente de jus de fruits et parfois de smoothi" + }, + { + "paragraph": 2, + "start": 10875, + "end": 10877, + "type": "typo", + "message": "Pas d’espace avant un point.", + "suggestions": [ + "." + ], + "text": " .", + "before": "Ice cream juice Spécialisé dans la vente de jus de fruits et parfois de smoothie", + "after": " Juice kebab Sandwich fourré à la viande grillé (döner kebab). Diffère du gyros " + }, + { + "paragraph": 2, + "start": 10979, + "end": 10981, + "type": "typo", + "message": "Pas d’espace avant un point.", + "suggestions": [ + "." + ], + "text": " .", + "before": "fourré à la viande grillé (döner kebab). Diffère du gyros par son origine, kebab", + "after": " Kebab kürtőskalács A spit cake specific to Hungarians from Transylvania, more s" + }, + { + "paragraph": 2, + "start": 11405, + "end": 11407, + "type": "typo", + "message": "Pas d’espace avant un point.", + "suggestions": [ + "." + ], + "text": " .", + "before": " (renmyon et bibin myon) et vietnamiennes ( Phở et bún ). Noodle pancake Pancake", + "after": " Similaire à cuisine = crepe mais actuellement moins utilisé. Pancake pasta Pâte" + }, + { + "paragraph": 2, + "start": 11561, + "end": 11563, + "type": "typo", + "message": "Pas d’espace avant un point.", + "suggestions": [ + "." + ], + "text": " .", + "before": "a Pâtes italiennes. Pasta pastry Pâtisseries, à préciser si possible, pâtisserie", + "after": " Pastry piadina A flatbread originating from Italy Piadina pie Tartes. Pie pie_a" + }, + { + "paragraph": 2, + "start": 12220, + "end": 12222, + "type": "typo", + "message": "Pas d’espace avant un point.", + "suggestions": [ + "." + ], + "text": " .", + "before": "baked piece of dough shaped into a knot Pretzel ramen Nouilles japonaises, rāmen", + "after": " Ramen rice_noodle A dish made from rice noodles, prepared in various styles—ser" + }, + { + "paragraph": 2, + "start": 13293, + "end": 13295, + "type": "typo", + "message": "Pas d’espace avant un point.", + "suggestions": [ + "." + ], + "text": " .", + "before": "laki steak A thick cut of beef, usually grilled. See also: cuisine = steak_house", + "after": " Steak sushi Spécialité japonaise composée de riz vinaigré et d'autres ingrédien" + }, + { + "paragraph": 2, + "start": 13689, + "end": 13691, + "type": "typo", + "message": "Pas d’espace avant un point.", + "suggestions": [ + "." + ], + "text": " .", + "before": " hot water Tea udon A wheat noodle dish, originating in Japan Udon waffle Gaufre", + "after": " Waffle wings Etablissement spécialisé dans les ailes de poulet. Buffalo wing ya" + }, + { + "paragraph": 2, + "start": 13925, + "end": 13927, + "type": "typo", + "message": "Pas d’espace avant un point.", + "suggestions": [ + "." + ], + "text": " .", + "before": "is table is a wiki template with a default description in English. Editable here", + "after": " La traduction en français peut être éditée ici . Cuisine (par style) Cuisine, c" + }, + { + "paragraph": 2, + "start": 13974, + "end": 13976, + "type": "typo", + "message": "Pas d’espace avant un point.", + "suggestions": [ + "." + ], + "text": " .", + "before": "ption in English. Editable here . La traduction en français peut être éditée ici", + "after": " Cuisine (par style) Cuisine, catégorisée selon le style du lieu ou de la nourri" + }, + { + "paragraph": 2, + "start": 14226, + "end": 14228, + "type": "typo", + "message": "Pas d’espace avant un point.", + "suggestions": [ + "." + ], + "text": " .", + "before": "s, des gâteaux et souvent des sandwichs. A éviter, utilisez plutôt shop = bakery", + "after": " Bakery bar_and_grill A place serving both alcoholic drinks and food, typically " + }, + { + "paragraph": 2, + "start": 14429, + "end": 14431, + "type": "typo", + "message": "Pas d’espace avant un point.", + "suggestions": [ + "." + ], + "text": " .", + "before": "e des plats grillés, fumés ou rotis. Ne pas utiliser l'abréviation cuisine = bbq", + "after": " Barbecue basque_ciderhouse Informal restaurants that serve natural Basque cider" + }, + { + "paragraph": 2, + "start": 15208, + "end": 15210, + "type": "typo", + "message": "Pas d’espace avant un point.", + "suggestions": [ + "." + ], + "text": " .", + "before": " A place serving food and wine, common in Austria. Similar to cuisine = heuriger", + "after": " deli A place that sells meats, cheeses, and prepared foods Delicatessen dessert" + }, + { + "paragraph": 2, + "start": 16922, + "end": 16924, + "type": "typo", + "message": "Pas d’espace avant un point.", + "suggestions": [ + "." + ], + "text": " .", + "before": "servant de la bière et de la nourriture. A éviter, utilisez plutôt amenity = pub", + "after": " Pub regional Food originating from the region the restaurant is located in. Use" + }, + { + "paragraph": 2, + "start": 17193, + "end": 17195, + "type": "typo", + "message": "Pas d’espace avant un point.", + "suggestions": [ + "." + ], + "text": " .", + "before": "steak_house A restaurant serving steak and other meat. See also: cuisine = steak", + "after": " Steakhouse tapas A style of food served in small portions as a snack or an appe" + }, + { + "paragraph": 2, + "start": 17461, + "end": 17463, + "type": "typo", + "message": "Pas d’espace avant un point.", + "suggestions": [ + "." + ], + "text": " .", + "before": "is table is a wiki template with a default description in English. Editable here", + "after": " La traduction en français peut être éditée ici . Voir aussi amenity = cafe amen" + }, + { + "paragraph": 2, + "start": 17510, + "end": 17512, + "type": "typo", + "message": "Pas d’espace avant un point.", + "suggestions": [ + "." + ], + "text": " .", + "before": "ption in English. Editable here . La traduction en français peut être éditée ici", + "after": " Voir aussi amenity = cafe amenity = fast_food amenity = restaurant takeaway =* " + }, + { + "paragraph": 2, + "start": 287, + "end": 289, + "type": "typo", + "message": "Pas d’espace avant une virgule.", + "suggestions": [ + "," + ], + "text": " ,", + "before": "sert différents types de cuisine, utilisez le séparateur de valeur point-virgule", + "after": " par exemple cuisine = thai;vietnamese . Triez-les en fonction de l'ordre d'impo" + }, + { + "paragraph": 2, + "start": 939, + "end": 941, + "type": "typo", + "message": "Pas d’espace avant une virgule.", + "suggestions": [ + "," + ], + "text": " ,", + "before": "matiquement en anglais, en minuscule et au singulier (pas de cuisine = française", + "after": " de cuisine = French ou de cuisine = burgers par exemple). Voir aussi taginfo po" + }, + { + "paragraph": 2, + "start": 2326, + "end": 2328, + "type": "typo", + "message": "Pas d’espace avant une virgule.", + "suggestions": [ + "," + ], + "text": " ,", + "before": "ican cuisine american Américaine, à préciser si possible avec cuisine = hawaiian", + "after": " cuisine = new_mexican , cuisine = texan , ou cuisine = tex-mex par exemple Amer" + }, + { + "paragraph": 2, + "start": 2350, + "end": 2352, + "type": "typo", + "message": "Pas d’espace avant une virgule.", + "suggestions": [ + "," + ], + "text": " ,", + "before": "éricaine, à préciser si possible avec cuisine = hawaiian , cuisine = new_mexican", + "after": " cuisine = texan , ou cuisine = tex-mex par exemple American cuisine arab Arabe " + }, + { + "paragraph": 2, + "start": 2368, + "end": 2370, + "type": "typo", + "message": "Pas d’espace avant une virgule.", + "suggestions": [ + "," + ], + "text": " ,", + "before": "er si possible avec cuisine = hawaiian , cuisine = new_mexican , cuisine = texan", + "after": " ou cuisine = tex-mex par exemple American cuisine arab Arabe Arab cuisine argen" + }, + { + "paragraph": 2, + "start": 2949, + "end": 2951, + "type": "typo", + "message": "Pas d’espace avant une virgule.", + "suggestions": [ + "," + ], + "text": " ,", + "before": "uisine belgian Food originating from Belgium Belgian cuisine bolivian Bolivienne", + "after": " une combinaison de cuisine espagnole avec des ingrédients locaux Bolivian cuisi" + }, + { + "paragraph": 2, + "start": 5044, + "end": 5046, + "type": "typo", + "message": "Pas d’espace avant une virgule.", + "suggestions": [ + "," + ], + "text": " ,", + "before": "in_american Latino-américaine, à préciser si possible avec : cuisine = brazilian", + "after": " cuisine = bolivian , cuisine = gaucho , cuisine = mexican , cuisine = mineira ," + }, + { + "paragraph": 2, + "start": 5065, + "end": 5067, + "type": "typo", + "message": "Pas d’espace avant une virgule.", + "suggestions": [ + "," + ], + "text": " ,", + "before": "éricaine, à préciser si possible avec : cuisine = brazilian , cuisine = bolivian", + "after": " cuisine = gaucho , cuisine = mexican , cuisine = mineira , cuisine = new_mexica" + }, + { + "paragraph": 2, + "start": 5084, + "end": 5086, + "type": "typo", + "message": "Pas d’espace avant une virgule.", + "suggestions": [ + "," + ], + "text": " ,", + "before": "r si possible avec : cuisine = brazilian , cuisine = bolivian , cuisine = gaucho", + "after": " cuisine = mexican , cuisine = mineira , cuisine = new_mexican , cuisine = spani" + }, + { + "paragraph": 2, + "start": 5104, + "end": 5106, + "type": "typo", + "message": "Pas d’espace avant une virgule.", + "suggestions": [ + "," + ], + "text": " ,", + "before": " cuisine = brazilian , cuisine = bolivian , cuisine = gaucho , cuisine = mexican", + "after": " cuisine = mineira , cuisine = new_mexican , cuisine = spanish , cuisine = texan" + }, + { + "paragraph": 2, + "start": 5124, + "end": 5126, + "type": "typo", + "message": "Pas d’espace avant une virgule.", + "suggestions": [ + "," + ], + "text": " ,", + "before": " , cuisine = bolivian , cuisine = gaucho , cuisine = mexican , cuisine = mineira", + "after": " cuisine = new_mexican , cuisine = spanish , cuisine = texan ou cuisine = tex-me" + }, + { + "paragraph": 2, + "start": 5148, + "end": 5150, + "type": "typo", + "message": "Pas d’espace avant une virgule.", + "suggestions": [ + "," + ], + "text": " ,", + "before": "cuisine = gaucho , cuisine = mexican , cuisine = mineira , cuisine = new_mexican", + "after": " cuisine = spanish , cuisine = texan ou cuisine = tex-mex par exemple Latin Amer" + }, + { + "paragraph": 2, + "start": 5168, + "end": 5170, + "type": "typo", + "message": "Pas d’espace avant une virgule.", + "suggestions": [ + "," + ], + "text": " ,", + "before": "uisine = mexican , cuisine = mineira , cuisine = new_mexican , cuisine = spanish", + "after": " cuisine = texan ou cuisine = tex-mex par exemple Latin American cuisine lebanes" + }, + { + "paragraph": 2, + "start": 11259, + "end": 11261, + "type": "typo", + "message": "Pas d’espace avant une virgule.", + "suggestions": [ + "," + ], + "text": " ,", + "before": "h. Use a more specific value if possible. Meat noodle Nouilles japonaises ( udon", + "after": " soba ou ramen ), chinoises ( dandan mian et tan-men), coréennes (renmyon et bib" + }, + { + "paragraph": 2, + "start": 12392, + "end": 12394, + "type": "typo", + "message": "Pas d’espace avant une virgule. Un espace après.", + "suggestions": [ + ", " + ], + "text": " ,", + "before": "th, stir-fried, dry-mixed, or cold—commonly found across East and Southeast Asia", + "after": "also known as Phở, Kway Teow, etc. Rice Noodles salad A dish of mixed chopped in" + }, + { + "paragraph": 2, + "start": 17829, + "end": 17832, + "type": "typo", + "message": "Guillemets isolés.", + "suggestions": [ + " « ", + " » ", + " “", + "” " + ], + "text": " \" ", + "before": "décoration particulière (par exemple irish pour un pub irlandais) Retrieved from", + "after": "https://wiki.openstreetmap.org/w/index.php?title=FR:Key:cuisine&oldid=2665408 \"" + }, + { + "paragraph": 2, + "start": 17909, + "end": 17911, + "type": "typo", + "message": "Guillemets fermants.", + "suggestions": [ + " »", + "”" + ], + "text": " \"", + "before": " \" https://wiki.openstreetmap.org/w/index.php?title=FR:Key:cuisine&oldid=2665408", + "after": "" + }, + { + "paragraph": 2, + "start": 109, + "end": 111, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "nt proposant de la nourriture, par exemple une supérette ( shop = convenience ) ", + "after": "une station service ( amenity = fuel ) qui a un coin café ( cuisine = coffee_sho" + }, + { + "paragraph": 2, + "start": 355, + "end": 357, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "l’" + ], + "text": "l'", + "before": "oint-virgule , par exemple cuisine = thai;vietnamese . Triez-les en fonction de ", + "after": "ordre d'importance si vous le connaissez (un resto thaï proposant aussi de la cu" + }, + { + "paragraph": 2, + "start": 363, + "end": 365, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "gule , par exemple cuisine = thai;vietnamese . Triez-les en fonction de l'ordre ", + "after": "importance si vous le connaissez (un resto thaï proposant aussi de la cuisine vi" + }, + { + "paragraph": 2, + "start": 614, + "end": 616, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "l’" + ], + "text": "l'", + "before": "mais les valeurs proposées doivent être utilisées si appropriées pour faciliter ", + "after": "utilisation d'outils tiers. Par contre n'hésitez pas à proposer d'autres valeurs" + }, + { + "paragraph": 2, + "start": 628, + "end": 630, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "rs proposées doivent être utilisées si appropriées pour faciliter l'utilisation ", + "after": "outils tiers. Par contre n'hésitez pas à proposer d'autres valeurs si vous ne tr" + }, + { + "paragraph": 2, + "start": 655, + "end": 657, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "n’" + ], + "text": "n'", + "before": "tilisées si appropriées pour faciliter l'utilisation d'outils tiers. Par contre ", + "after": "hésitez pas à proposer d'autres valeurs si vous ne trouvez pas votre bonheur, pa" + }, + { + "paragraph": 2, + "start": 680, + "end": 682, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "our faciliter l'utilisation d'outils tiers. Par contre n'hésitez pas à proposer ", + "after": "autres valeurs si vous ne trouvez pas votre bonheur, par exemple si un lieu sert" + }, + { + "paragraph": 2, + "start": 1473, + "end": 1475, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "n’" + ], + "text": "n'", + "before": "* =* . Pour un lieu qui pourrait théoriquement vendre de la nourriture mais qui ", + "after": "en propose pas (par exemple un bar pourrait vendre aussi des sandwichs), vous po" + }, + { + "paragraph": 2, + "start": 1631, + "end": 1633, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "s’" + ], + "text": "s'", + "before": "s pouvez utiliser la combinaison food = no . Cependant utilisez ceci uniquement ", + "after": "il y a ambiguïté (il est évident qu'on ne vend pas de nourriture chez un médecin" + }, + { + "paragraph": 2, + "start": 1666, + "end": 1669, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "qu’" + ], + "text": "qu'", + "before": "od = no . Cependant utilisez ceci uniquement s'il y a ambiguïté (il est évident ", + "after": "on ne vend pas de nourriture chez un médecin donc inutile de rajouter cet attrib" + }, + { + "paragraph": 2, + "start": 1869, + "end": 1871, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "L’" + ], + "text": "L'", + "before": "u sous quelle forme sont vendues des boissons, utiliser le préfixe drink:* =* . ", + "after": "attribut origin =* ne doit pas être utilisé pour la nourriture mais uniquement p" + }, + { + "paragraph": 2, + "start": 2011, + "end": 2013, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "re mais uniquement pour des objets (par exemple un magasin proposant des objets ", + "after": "arts provenant d'Afrique). Valeurs Courantes Cuisine (par ethnicité) Cuisine, ca" + }, + { + "paragraph": 2, + "start": 2028, + "end": 2030, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "t pour des objets (par exemple un magasin proposant des objets d'arts provenant ", + "after": "Afrique). Valeurs Courantes Cuisine (par ethnicité) Cuisine, catégorisée par eth" + }, + { + "paragraph": 2, + "start": 5400, + "end": 5402, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "l’" + ], + "text": "l'", + "before": "ian Malaysienne Malaysian cuisine mediterranean Méditerranéenne, en particulier ", + "after": "Arménie, l'Israël et le Maroc. La Grèce, l'Italie et la France ayant leurs propr" + }, + { + "paragraph": 2, + "start": 5411, + "end": 5413, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "l’" + ], + "text": "l'", + "before": "enne Malaysian cuisine mediterranean Méditerranéenne, en particulier l'Arménie, ", + "after": "Israël et le Maroc. La Grèce, l'Italie et la France ayant leurs propres catégori" + }, + { + "paragraph": 2, + "start": 5443, + "end": 5445, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "l’" + ], + "text": "l'", + "before": "nean Méditerranéenne, en particulier l'Arménie, l'Israël et le Maroc. La Grèce, ", + "after": "Italie et la France ayant leurs propres catégories Mediterranean cuisine mexican" + }, + { + "paragraph": 2, + "start": 8297, + "end": 8299, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": ", eaten in the northern region of South America Arepa bagel Petit pain en forme ", + "after": "anneau, bagel . Voir aussi cuisine = donut Bagel beef Any dish made from meat fr" + }, + { + "paragraph": 2, + "start": 9355, + "end": 9357, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "s au chocolat, etc.). Chocolate churro Pâte frite en forme de gros spaghetti ou ", + "after": "un beignet allongé qu'on sucre selon le goût (originaire d'Espagne et du Portuga" + }, + { + "paragraph": 2, + "start": 9376, + "end": 9379, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "qu’" + ], + "text": "qu'", + "before": " Chocolate churro Pâte frite en forme de gros spaghetti ou d'un beignet allongé ", + "after": "on sucre selon le goût (originaire d'Espagne et du Portugal). Churro coffee_shop" + }, + { + "paragraph": 2, + "start": 9414, + "end": 9416, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "de gros spaghetti ou d'un beignet allongé qu'on sucre selon le goût (originaire ", + "after": "Espagne et du Portugal). Churro coffee_shop Propose principalement du café mais " + }, + { + "paragraph": 2, + "start": 9510, + "end": 9512, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "Portugal). Churro coffee_shop Propose principalement du café mais souvent aussi ", + "after": "autres boissons et des sucreries ou des sandwichs. Coffee couscous Plat nord-afr" + }, + { + "paragraph": 2, + "start": 9715, + "end": 9717, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "l’" + ], + "text": "l'", + "before": "s crepe Crêpes, crêpe . Crêpe curry Il en existe plusieurs types, non limités à ", + "after": "Inde. Curry donut Pâte frite en anneau. Doughnut dumplings Ravioles. Dumpling em" + }, + { + "paragraph": 2, + "start": 11892, + "end": 11894, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "s’" + ], + "text": "s'", + "before": "om the Mediterranean or Middle East Pita pizza Pizza, ajoutez oven = wood_fired ", + "after": "il y a un four à bois. Pizza poke A dish of raw fish and seaweed usually served " + }, + { + "paragraph": 2, + "start": 13357, + "end": 13359, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "ne = steak_house . Steak sushi Spécialité japonaise composée de riz vinaigré et ", + "after": "autres ingrédients tels que du poisson. Sushi tacos A meal of folded tortillas w" + }, + { + "paragraph": 2, + "start": 14402, + "end": 14404, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "l’" + ], + "text": "l'", + "before": "illed items barbecue Propose des plats grillés, fumés ou rotis. Ne pas utiliser ", + "after": "abréviation cuisine = bbq . Barbecue basque_ciderhouse Informal restaurants that" + }, + { + "paragraph": 2, + "start": 17603, + "end": 17605, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "l’" + ], + "text": "l'", + "before": " amenity = cafe amenity = fast_food amenity = restaurant takeaway =* Indique si ", + "after": "établissement propose un service traiteur oven =* Si une cheminée ou un poêle (à" + }, + { + "paragraph": 2, + "start": 14655, + "end": 14656, + "type": "typo", + "message": "Guillemets typographiques ouvrants.", + "suggestions": [ + "« ", + "“" + ], + "text": "\"", + "before": "fer a standard menu consisting of cod omelette, fried cod and chop steak. Named ", + "after": "Sidrería\" in spanish or \"Sagardotegi\" in basque Sagardotegi bistro Petit restaur" + }, + { + "paragraph": 2, + "start": 14680, + "end": 14681, + "type": "typo", + "message": "Guillemets typographiques ouvrants.", + "suggestions": [ + "« ", + "“" + ], + "text": "\"", + "before": "sting of cod omelette, fried cod and chop steak. Named \"Sidrería\" in spanish or ", + "after": "Sagardotegi\" in basque Sagardotegi bistro Petit restaurant originellement en Fra" + }, + { + "paragraph": 2, + "start": 14843, + "end": 14844, + "type": "typo", + "message": "Guillemets typographiques ouvrants.", + "suggestions": [ + "« ", + "“" + ], + "text": "\"", + "before": "e. Bistro brasserie A restaurant serving beer and food. Brasserie is French for ", + "after": "brewery\". Brasserie breakfast A style of food typically served at the beginning " + }, + { + "paragraph": 2, + "start": 16024, + "end": 16025, + "type": "typo", + "message": "Guillemets typographiques ouvrants.", + "suggestions": [ + "« ", + "“" + ], + "text": "\"", + "before": "ines Fusion cuisine grill A restaurant serving grilled food. Sometimes called a ", + "after": "Bar & Grill\" in the United States. heuriger A place serving food and wine, commo" + }, + { + "paragraph": 2, + "start": 14664, + "end": 14665, + "type": "typo", + "message": "Guillemets typographiques fermants.", + "suggestions": [ + " »", + "”" + ], + "text": "\"", + "before": "ndard menu consisting of cod omelette, fried cod and chop steak. Named \"Sidrería", + "after": " in spanish or \"Sagardotegi\" in basque Sagardotegi bistro Petit restaurant origi" + }, + { + "paragraph": 2, + "start": 14692, + "end": 14693, + "type": "typo", + "message": "Guillemets typographiques fermants.", + "suggestions": [ + " »", + "”" + ], + "text": "\"", + "before": " omelette, fried cod and chop steak. Named \"Sidrería\" in spanish or \"Sagardotegi", + "after": " in basque Sagardotegi bistro Petit restaurant originellement en France. Bistro " + }, + { + "paragraph": 2, + "start": 14851, + "end": 14852, + "type": "typo", + "message": "Guillemets typographiques fermants.", + "suggestions": [ + " »", + "”" + ], + "text": "\"", + "before": "o brasserie A restaurant serving beer and food. Brasserie is French for \"brewery", + "after": ". Brasserie breakfast A style of food typically served at the beginning of the d" + }, + { + "paragraph": 2, + "start": 16036, + "end": 16037, + "type": "typo", + "message": "Guillemets typographiques fermants.", + "suggestions": [ + " »", + "”" + ], + "text": "\"", + "before": "cuisine grill A restaurant serving grilled food. Sometimes called a \"Bar & Grill", + "after": " in the United States. heuriger A place serving food and wine, common in Austria" + }, + { + "paragraph": 2, + "start": 16391, + "end": 16396, + "type": "maj", + "message": "Après un point, une majuscule est généralement requise.", + "suggestions": [ + "Local" + ], + "text": "local", + "before": "ating from many places around the world. Use a more specific value if possible. ", + "after": " Food originating from the area the restaurant is located in. Use a more specifi" + }, + { + "paragraph": 2, + "start": 16497, + "end": 16502, + "type": "maj", + "message": "Après un point, une majuscule est généralement requise.", + "suggestions": [ + "Lunch" + ], + "text": "lunch", + "before": "m the area the restaurant is located in. Use a more specific value if possible. ", + "after": " A style of food typically served in the middle of the day Lunch mongolian_grill" + }, + { + "paragraph": 2, + "start": 17888, + "end": 17895, + "type": "typo", + "message": "Il manque un espace.", + "suggestions": [ + " cuisine" + ], + "text": "cuisine", + "before": "ndais) Retrieved from \" https://wiki.openstreetmap.org/w/index.php?title=FR:Key:", + "after": "&oldid=2665408 \"" + }, + { + "paragraph": 2, + "start": 317, + "end": 327, + "type": "typo", + "message": "Il manque un espace.", + "suggestions": [ + " vietnamese" + ], + "text": "vietnamese", + "before": "ne, utilisez le séparateur de valeur point-virgule , par exemple cuisine = thai;", + "after": " . Triez-les en fonction de l'ordre d'importance si vous le connaissez (un resto" + }, + { + "paragraph": 2, + "start": 1324, + "end": 1327, + "type": "typo", + "message": "Typographie : points de suspension. Utilisez le caractère dédié.", + "suggestions": [ + "…" + ], + "text": "...", + "before": "rs courantes Les cuisines végétarienne, végétalienne, sans gluten, halal, casher", + "after": " ne doivent pas être notées avec ce tag mais avec le préfixe diet:* =* . Pour un" + }, + { + "paragraph": 2, + "start": 9932, + "end": 9935, + "type": "typo", + "message": "Typographie : points de suspension. Utilisez le caractère dédié.", + "suggestions": [ + "…" + ], + "text": "...", + "before": "its ou cuits au four, contenant différentes garnitures (viande, poisson, légumes", + "after": "). Empanada falafel A deep-fried ball made from chickpeas, originating in the Mi" + }, + { + "paragraph": 2, + "start": 316, + "end": 317, + "type": "nbsp", + "message": "Il manque un espace insécable.", + "suggestions": [ + " ;" + ], + "text": ";", + "before": "ine, utilisez le séparateur de valeur point-virgule , par exemple cuisine = thai", + "after": "vietnamese . Triez-les en fonction de l'ordre d'importance si vous le connaissez" + }, + { + "paragraph": 2, + "start": 4347, + "end": 4348, + "type": "nbsp", + "message": "Il manque un espace insécable.", + "suggestions": [ + " :" + ], + "text": ":", + "before": " Allemande German cuisine greek Grecque Greek cuisine hawaiian Hawaïenne. Source", + "after": " (1) (2) Hawaiian cuisine (disambiguation) hunanese Food originating from the Hu" + }, + { + "paragraph": 2, + "start": 13270, + "end": 13271, + "type": "nbsp", + "message": "Il manque un espace insécable.", + "suggestions": [ + " :" + ], + "text": ":", + "before": "ginating in Greece Souvlaki steak A thick cut of beef, usually grilled. See also", + "after": " cuisine = steak_house . Steak sushi Spécialité japonaise composée de riz vinaig" + }, + { + "paragraph": 2, + "start": 17176, + "end": 17177, + "type": "nbsp", + "message": "Il manque un espace insécable.", + "suggestions": [ + " :" + ], + "text": ":", + "before": "een meals. Snack steak_house A restaurant serving steak and other meat. See also", + "after": " cuisine = steak . Steakhouse tapas A style of food served in small portions as " + }, + { + "paragraph": 2, + "start": 17902, + "end": 17909, + "type": "num", + "message": "Formatage des grands nombres.", + "suggestions": [ + "2 665 408" + ], + "text": "2665408", + "before": "ed from \" https://wiki.openstreetmap.org/w/index.php?title=FR:Key:cuisine&oldid=", + "after": " \"" + }, + { + "paragraph": 2, + "start": 1079, + "end": 1091, + "type": "gn", + "message": "Accord de nombre erroné avec « 1 » : « Spécificités » devrait être au singulier.", + "suggestions": [ + "Spécificité" + ], + "text": "Spécificités", + "before": " Voir aussi taginfo pour les valeurs les plus communément utilisées. Contents 1 ", + "after": " et erreurs courantes 2 Valeurs Courantes 2.1 Cuisine (par ethnicité) 2.2 Cuisin" + }, + { + "paragraph": 2, + "start": 2457, + "end": 2476, + "type": "notype", + "message": "Doublon.", + "suggestions": [ + "Argentine" + ], + "text": "Argentine Argentine", + "before": "sine = tex-mex par exemple American cuisine arab Arabe Arab cuisine argentinian ", + "after": " cuisine armenian Food originating from Armenia Armenian cuisine asian Asiatique" + }, + { + "paragraph": 2, + "start": 2818, + "end": 2831, + "type": "notype", + "message": "Doublon.", + "suggestions": [ + "Basque" + ], + "text": "Basque Basque", + "before": "cuisine bangladeshi Food originating from Bangladesh Bangladeshi cuisine basque ", + "after": " cuisine bavarian Bavaroise Bavarian cuisine belgian Food originating from Belgi" + }, + { + "paragraph": 2, + "start": 2791, + "end": 2802, + "type": "maj", + "message": "S’il s’agit d’un adjectif, ne mettez pas de majuscule.", + "suggestions": [ + "bangladeshi" + ], + "text": "Bangladeshi", + "before": "e balkan Balkanique Balkan cuisine bangladeshi Food originating from Bangladesh ", + "after": " cuisine basque Basque Basque cuisine bavarian Bavaroise Bavarian cuisine belgia" + }, + { + "paragraph": 2, + "start": 3725, + "end": 3742, + "type": "notype", + "message": "Doublon.", + "suggestions": [ + "Colombia" + ], + "text": "Colombia Colombia", + "before": "ndonésien, communs aux Pays-Bas Chinese cuisine colombian Food originating from ", + "after": " cuisine croatian Croate Croatian cuisine cuban Food originating from Cuba Cuban" + }, + { + "paragraph": 2, + "start": 4103, + "end": 4104, + "type": "conf", + "message": "Confusion probable : “a” est la conjugaison du verbe “avoir”. Pour la préposition, écrivez “à”.", + "suggestions": [ + "à" + ], + "text": "a", + "before": "ting from Ethiopia Ethiopian cuisine european Food originating from Europe. Use ", + "after": " more specific value if possible. European cuisine filipino Philippine Filipino " + }, + { + "paragraph": 2, + "start": 4736, + "end": 4745, + "type": "conf", + "message": "Confusion probable. Pour dire “possiblement”, écrivez “peut-être”.", + "suggestions": [ + "Peut-être" + ], + "text": "Peut être", + "before": "ine jamaican Food originating from Jamaica Jamaican cuisine japanese Japonaise. ", + "after": " précisé avec des sous-régions par exemple cuisine = okinawa_ryori Japanese cuis" + }, + { + "paragraph": 2, + "start": 5610, + "end": 5611, + "type": "conf", + "message": "Confusion probable : “a” est la conjugaison du verbe “avoir”. Pour la préposition, écrivez “à”.", + "suggestions": [ + "à" + ], + "text": "a", + "before": "caine Mexican cuisine middle_eastern Food originating from the Middle East. Use ", + "after": " more specific tag if possible. Middle Eastern cuisine padang Food originating f" + }, + { + "paragraph": 2, + "start": 6219, + "end": 6221, + "type": "tu", + "message": "Confusion possible : pour le déterminant désignant quelque chose, écrivez “un”.", + "suggestions": [ + "un" + ], + "text": "in", + "before": "Pakistanaise Pakistani cuisine persian Food originating from the Persian people ", + "after": " Iran. Iranian cuisine peruvian Péruvienne Peruvian cuisine polish Polonaise Pol" + }, + { + "paragraph": 2, + "start": 6096, + "end": 6097, + "type": "conf", + "message": "Confusion probable : “a” est la conjugaison du verbe “avoir”. Pour la préposition, écrivez “à”.", + "suggestions": [ + "à" + ], + "text": "a", + "before": "ating from Nepal Nepalese cuisine oriental Food originating from East Asia. Use ", + "after": " more specific tag if possible. pakistani Pakistanaise Pakistani cuisine persian" + }, + { + "paragraph": 2, + "start": 8890, + "end": 8891, + "type": "typo", + "message": "S’il s’agit de la préposition « à », il faut accentuer la majuscule.", + "suggestions": [ + "À" + ], + "text": "A", + "before": "uela Cachapa cake Généralement un établissement proposant diverses pâtisseries. ", + "after": " distinguer des établissements vendant en priorité des boissons, voir aussi cuis" + }, + { + "paragraph": 2, + "start": 10918, + "end": 10924, + "type": "gn", + "message": "Accord de genre erroné : le syntagme « la viande » est féminin, « grillé » est masculin.", + "suggestions": [ + "grillée" + ], + "text": "grillé", + "before": " jus de fruits et parfois de smoothie . Juice kebab Sandwich fourré à la viande ", + "after": " (döner kebab). Diffère du gyros par son origine, kebab . Kebab kürtőskalács A s" + }, + { + "paragraph": 2, + "start": 11186, + "end": 11187, + "type": "conf", + "message": "Confusion probable : “a” est la conjugaison du verbe “avoir”. Pour la préposition, écrivez “à”.", + "suggestions": [ + "à" + ], + "text": "a", + "before": " A deep fried flatbread. Typical Hungarian food. Lángos meat Any meat dish. Use ", + "after": " more specific value if possible. Meat noodle Nouilles japonaises ( udon , soba " + }, + { + "paragraph": 2, + "start": 12088, + "end": 12089, + "type": "conf", + "message": "Confusion probable : “a” est la conjugaison du verbe “avoir”. Pour la préposition, écrivez “à”.", + "suggestions": [ + "à" + ], + "text": "a", + "before": "oke (Hawaiian dish) potato A starchy root vegetable native to the Americas. Use ", + "after": " more specific value if possible. Potato pretzel A baked piece of dough shaped i" + }, + { + "paragraph": 2, + "start": 14187, + "end": 14188, + "type": "typo", + "message": "S’il s’agit de la préposition « à », il faut accentuer la majuscule.", + "suggestions": [ + "À" + ], + "text": "A", + "before": "endroit servant du pain, des pâtisseries, des gâteaux et souvent des sandwichs. ", + "after": " éviter, utilisez plutôt shop = bakery . Bakery bar_and_grill A place serving bo" + }, + { + "paragraph": 2, + "start": 16356, + "end": 16357, + "type": "conf", + "message": "Confusion probable : “a” est la conjugaison du verbe “avoir”. Pour la préposition, écrivez “à”.", + "suggestions": [ + "à" + ], + "text": "a", + "before": "e Hot pot international Food originating from many places around the world. Use ", + "after": " more specific value if possible. local Food originating from the area the resta" + }, + { + "paragraph": 2, + "start": 16462, + "end": 16463, + "type": "conf", + "message": "Confusion probable : “a” est la conjugaison du verbe “avoir”. Pour la préposition, écrivez “à”.", + "suggestions": [ + "à" + ], + "text": "a", + "before": "ossible. local Food originating from the area the restaurant is located in. Use ", + "after": " more specific value if possible. lunch A style of food typically served in the " + }, + { + "paragraph": 2, + "start": 16883, + "end": 16884, + "type": "typo", + "message": "S’il s’agit de la préposition « à », il faut accentuer la majuscule.", + "suggestions": [ + "À" + ], + "text": "A", + "before": ". Mongolian barbecue pub Un restaurant servant de la bière et de la nourriture. ", + "after": " éviter, utilisez plutôt amenity = pub . Pub regional Food originating from the " + }, + { + "paragraph": 2, + "start": 17005, + "end": 17006, + "type": "conf", + "message": "Confusion probable : “a” est la conjugaison du verbe “avoir”. Pour la préposition, écrivez “à”.", + "suggestions": [ + "à" + ], + "text": "a", + "before": "Pub regional Food originating from the region the restaurant is located in. Use ", + "after": " more specific value if possible. Regional cuisine snack A small amount of food " + }, + { + "paragraph": 2, + "start": 88, + "end": 92, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "shot", + "show", + "chope", + "chopa", + "chopé", + "coops", + "stop", + "soap", + "shots" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 95, + "end": 106, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "convenions", + "sauneries", + "souviennes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 133, + "end": 140, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "amenât", + "armait", + "aménité", + "amenait", + "amenâtes", + "aménités", + "amanite", + "amatit", + "amanites", + "aimanté" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 181, + "end": 187, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "coiffe", + "toffees", + "toffee", + "coiffes", + "coiffer", + "coiffez", + "coiffé", + "coiffera", + "coiffent", + "chofe" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 188, + "end": 192, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "shot", + "show", + "chope", + "chopa", + "chopé", + "coops", + "stop", + "soap", + "shots" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 312, + "end": 316, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "thaï", + "thaïs", + "thaïe", + "thé", + "thaïes", + "théier", + "théine", + "théiers", + "théiste", + "théines" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 317, + "end": 327, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "vietnamiens", + "fientâmes", + "siestâmes", + "piétinâmes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 1011, + "end": 1018, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "tarifs", + "tarife", + "tarifa", + "tarifé", + "tag info", + "Maginot", + "tarif" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 1388, + "end": 1392, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "die", + "Die", + "ide", + "IDE", + "dicté", + "dieu", + "déité", + "dise", + "dire", + "dine" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 1584, + "end": 1588, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "foot", + "fond", + "foots", + "good", + "fonds", + "fonde", + "fonda", + "fondu" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 1880, + "end": 1886, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "origine", + "origina", + "originé", + "origines", + "originer", + "originel", + "originez", + "originas", + "original" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2137, + "end": 2146, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Wikipédia" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2183, + "end": 2190, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "afrikans", + "afrikaans", + "affricha", + "africanité", + "africanise", + "africanisa", + "africanisé", + "africanités", + "africanises" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2243, + "end": 2250, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Afrikans", + "Afrikaans", + "Affricha", + "Africanité", + "Africanise", + "Africanisa", + "Africanisé", + "Africanités", + "Africanises" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2259, + "end": 2267, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "amerriras", + "amerrira", + "amerrissant", + "américano", + "américanos", + "amerrissent", + "amerrissons", + "américanité", + "américanise", + "américanisa" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2318, + "end": 2326, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "hawaïen", + "hawaïens", + "haverai", + "havaient", + "halaient", + "havera", + "bavaient", + "haveras", + "haveriez", + "hâtaient" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2343, + "end": 2350, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "meccanos", + "mexicain", + "mexicains", + "mexicaine", + "mexicaines", + "meccano", + "exilai", + "messianité", + "existaient", + "messianités" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2404, + "end": 2412, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Amerriras", + "Amerrira", + "Amerrissant", + "Américano", + "Américanos", + "Amerrissent", + "Amerrissons", + "Américanité", + "Américanise", + "Américanisa" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2421, + "end": 2425, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "arad", + "arda", + "rada", + "arabe", + "arabo", + "ara", + "arabes", + "ardas", + "ardât", + "ana" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2432, + "end": 2436, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Arad", + "Arda", + "Arabe", + "Arabo", + "Ara", + "Arabes", + "Ardas", + "Ardât", + "Ana", + "ADa" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2445, + "end": 2456, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "crétinisant", + "crétinisas", + "crétinisai", + "crétinisa" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2485, + "end": 2493, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "arménien", + "arminien", + "arméniens", + "arminiens", + "remania", + "remaniant", + "armaient", + "remanias", + "remaniai", + "remanier" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2494, + "end": 2498, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "Ford", + "Good", + "Nobo", + "Bobo", + "Woody", + "Fiodor", + "Foot", + "Fond", + "Modo" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2499, + "end": 2510, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "originaient", + "oxygénation" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2511, + "end": 2515, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2516, + "end": 2523, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Arménie", + "Artémia", + "Amenaient", + "Amenai", + "Amenais", + "Amenait", + "Rromani", + "Ardennais", + "Artémias", + "Carmaient" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2524, + "end": 2532, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Arménien", + "Arminien", + "Arméniens", + "Arminiens", + "Arménie", + "Rameniez", + "Ameniez", + "Armaient", + "Arsénié", + "Arséniés" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2541, + "end": 2546, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Assia", + "ASi am", + "aria", + "ARIA", + "Asma", + "Asmaa", + "Siam", + "asiate", + "asiates", + "arias" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2581, + "end": 2586, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Assia", + "ASi am", + "Aria", + "ARIA", + "Asma", + "Asmaa", + "Siam", + "Asiate", + "Astana", + "Ariane" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2595, + "end": 2605, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "australien", + "australiens", + "Australie", + "Austrasie" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2606, + "end": 2610, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "Ford", + "Good", + "Nobo", + "Bobo", + "Woody", + "Fiodor", + "Foot", + "Fond", + "Modo" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2611, + "end": 2622, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "originaient", + "oxygénation" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2623, + "end": 2627, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2628, + "end": 2637, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Australie", + "Austral ai", + "Sauterais", + "Sauterait", + "Sauterai" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2638, + "end": 2648, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Australien", + "Australiens", + "Australie", + "Austrasie" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2657, + "end": 2665, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "austral", + "ostiak", + "australs", + "australe", + "australien", + "australiens", + "aouteriez", + "octroyant", + "sautaient", + "ostiaks" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2666, + "end": 2670, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "Ford", + "Good", + "Nobo", + "Bobo", + "Woody", + "Fiodor", + "Foot", + "Fond", + "Modo" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2671, + "end": 2682, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "originaient", + "oxygénation" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2683, + "end": 2687, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2688, + "end": 2695, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Austin", + "Austral", + "Australs", + "Australe", + "Astrid", + "Sutra", + "Sautaient", + "Sautais", + "Sautait", + "Sûtra" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2696, + "end": 2704, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Austral", + "Australs", + "Australe", + "Australien", + "Sautaient", + "Australiens", + "Aouteriez", + "Sucrins", + "Aoûteriez" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2713, + "end": 2719, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Balkans", + "balkanise", + "balkanisa", + "balkanisé", + "ballant", + "balzan", + "balane", + "balkanises", + "balkaniser" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2731, + "end": 2737, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Balkans", + "Balkanise", + "Balkanisa", + "Balkanisé", + "Ballant", + "Balzan", + "Balane", + "Balkanises", + "Balkaniser" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2758, + "end": 2762, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "Ford", + "Good", + "Nobo", + "Bobo", + "Woody", + "Fiodor", + "Foot", + "Fond", + "Modo" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2763, + "end": 2774, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "originaient", + "oxygénation" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2775, + "end": 2779, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2840, + "end": 2848, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "bavardant", + "avariant", + "bavarda", + "avariera", + "bavardas", + "bavardai", + "bavaient", + "bagarra", + "bagarrai", + "bavardiez" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2859, + "end": 2867, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Bavardant", + "Avariant", + "Bavarda", + "Avariera", + "Bavardas", + "Bavardai", + "Avarias", + "Avariai", + "Avarier", + "Savarins" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2876, + "end": 2883, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Elijah", + "bégayai", + "bégayant", + "seghia", + "relias", + "reliai", + "déliant", + "bégaya", + "bégayants", + "bégayante" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2884, + "end": 2888, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "Ford", + "Good", + "Nobo", + "Bobo", + "Woody", + "Fiodor", + "Foot", + "Fond", + "Modo" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2889, + "end": 2900, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "originaient", + "oxygénation" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2901, + "end": 2905, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2906, + "end": 2913, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Belgique", + "Héliums", + "Hélium", + "Béguin", + "Béguins", + "Béguine" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2914, + "end": 2921, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Elijah", + "Relias", + "Reliai", + "Reliant", + "Relia", + "Relie", + "Relié", + "Mélias", + "Déliant" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2930, + "end": 2938, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "boliviano", + "bolivar", + "Bolívar", + "bolivianos", + "bolivien", + "bolivars", + "boliviens", + "bolivares", + "Bolivie", + "olivier" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3017, + "end": 3025, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Boliviano", + "Bolivar", + "Bolívar", + "Bolivianos", + "Bolivien", + "Bolivars", + "Boliviens", + "Bolivares", + "Bolivie", + "Olivier" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3034, + "end": 3043, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Brasília", + "brasillant", + "brasillions", + "brasillas", + "brasillai", + "brasillât", + "brailliez", + "brasilla", + "brasillais", + "brasillait" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3117, + "end": 3124, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "minéral", + "minera", + "minérale", + "mineras", + "miner", + "minerai", + "mincira", + "minerval", + "minerais", + "minerait" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3137, + "end": 3146, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Brasília", + "Brasillant", + "Brasillions", + "Brasillas", + "Brasillai", + "Brasillât", + "Brailliez", + "Brasilla", + "Brésilien", + "Brasillais" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3163, + "end": 3167, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "Ford", + "Good", + "Nobo", + "Bobo", + "Woody", + "Fiodor", + "Foot", + "Fond", + "Modo" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3168, + "end": 3179, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "originaient", + "oxygénation" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3180, + "end": 3184, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3185, + "end": 3188, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Thea", + "tees", + "thé", + "th", + "TH", + "DHEA", + "thés", + "théier", + "théine", + "tee" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3189, + "end": 3195, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Unîtes", + "Ummite", + "Unité", + "Unit de", + "Unités", + "Unies", + "Untel", + "Uniate", + "Untels", + "Usitée" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3196, + "end": 3203, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "King dom", + "Bingos", + "Qingdao", + "Bingo", + "Dingos", + "Condoms", + "Chignon", + "Quignon", + "Dingo", + "Chignons" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3220, + "end": 3229, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Bulgarie" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3230, + "end": 3234, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "Ford", + "Good", + "Nobo", + "Bobo", + "Woody", + "Fiodor", + "Foot", + "Fond", + "Modo" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3235, + "end": 3246, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "originaient", + "oxygénation" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3247, + "end": 3251, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3252, + "end": 3260, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Bulgarie", + "Buggai", + "Vulgarisa", + "Vulgarisas", + "Vulgarisai", + "Vulgarisât", + "Vulgarisâtes", + "Buggaient", + "Burgraviat", + "Buggais" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3261, + "end": 3270, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Bulgarie" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3285, + "end": 3289, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "Ford", + "Good", + "Nobo", + "Bobo", + "Woody", + "Fiodor", + "Foot", + "Fond", + "Modo" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3290, + "end": 3301, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "originaient", + "oxygénation" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3302, + "end": 3306, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3307, + "end": 3310, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Thea", + "tees", + "thé", + "th", + "TH", + "DHEA", + "thés", + "théier", + "théine", + "tee" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3327, + "end": 3336, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Louisiane", + "Louisianais", + "Louisianaise", + "Roussin", + "Roussins", + "Logicien", + "Logiciens" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3340, + "end": 3343, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Thea", + "tees", + "thé", + "th", + "TH", + "DHEA", + "thés", + "théier", + "théine", + "tee" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3344, + "end": 3350, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Unîtes", + "Ummite", + "Unité", + "Unit de", + "Unités", + "Unies", + "Untel", + "Uniate", + "Untels", + "Usitée" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3372, + "end": 3381, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "cambodgien", + "cambodgiens", + "sabordiez", + "chambardant", + "chambarda", + "chambardaient", + "chambardas", + "chambardai", + "clabaudiez", + "samoyède" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3382, + "end": 3386, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "Ford", + "Good", + "Nobo", + "Bobo", + "Woody", + "Fiodor", + "Foot", + "Fond", + "Modo" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3387, + "end": 3398, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "originaient", + "oxygénation" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3399, + "end": 3403, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3404, + "end": 3412, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Sabordai", + "Sabordaient", + "Canonial", + "Sabordais", + "Sabordait", + "Canoniale", + "Samoyède", + "Samoyèdes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3413, + "end": 3422, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Cambodgien", + "Sabordiez", + "Cambodgiens", + "Chambardant", + "Chambarda", + "Chambardaient", + "Chambardas", + "Chambardai", + "Samoyède", + "Samoyèdes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3431, + "end": 3440, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "cantonnes", + "cantonnerez", + "cantonnés", + "cantonnée", + "cantonnées", + "cantines", + "cantonnas", + "cantonnasse", + "centauresse", + "santonnes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3452, + "end": 3461, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Cantonnes", + "Cantonnerez", + "Cantonnés", + "Cantonnée", + "Cantonnées", + "Cantines", + "Cantonnas", + "Cantonnasse", + "Centauresse", + "Santonnes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3470, + "end": 3479, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "caribéen", + "caribéens", + "cariée", + "cariées", + "charriée", + "charriées" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3491, + "end": 3500, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Caribéen", + "Caribéens", + "Cariée", + "Charriée", + "Charriées", + "Cariées" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3517, + "end": 3521, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "Ford", + "Good", + "Nobo", + "Bobo", + "Woody", + "Fiodor", + "Foot", + "Fond", + "Modo" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3522, + "end": 3533, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "originaient", + "oxygénation" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3534, + "end": 3538, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3539, + "end": 3548, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Catatonie", + "Catatonies", + "Stalinisa", + "Stalinisas", + "Stalinisai", + "Stolonial", + "Stoloniale" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3565, + "end": 3572, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "chines", + "chimes", + "chinerez", + "chinés", + "chinée", + "chiées", + "chênes", + "chine se", + "Chine se", + "chineuse" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3677, + "end": 3684, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Chines", + "Chimes", + "Chinerez", + "Chinés", + "Chinée", + "Chiées", + "Chênes", + "Chine se", + "Chineuse", + "Chine es" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3693, + "end": 3702, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "colombien", + "colombine", + "colombins", + "colombier", + "colombiens", + "colombines", + "colombiers", + "Colombie", + "colombin", + "Columbia" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3703, + "end": 3707, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "Ford", + "Good", + "Nobo", + "Bobo", + "Woody", + "Fiodor", + "Foot", + "Fond", + "Modo" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3708, + "end": 3719, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "originaient", + "oxygénation" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3720, + "end": 3724, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3725, + "end": 3733, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Colombin", + "Colombie", + "Columbia", + "Colombins", + "Colombine", + "Colomb ai", + "Solmisas", + "Solmisai", + "Solmisa" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3734, + "end": 3742, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Colombin", + "Colombie", + "Columbia", + "Colombins", + "Colombine", + "Colomb ai", + "Solmisas", + "Solmisai", + "Solmisa" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3751, + "end": 3759, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "croitra", + "croîtra", + "Croatie", + "croitras", + "croitrai", + "croîtras", + "croîtrai", + "croitriez", + "croyaient", + "croîtriez" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3767, + "end": 3775, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Croitra", + "Croîtra", + "Croatie", + "Croitras", + "Croitrai", + "Croîtras", + "Croîtrai", + "Croitriez", + "Croyaient", + "Croîtriez" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3784, + "end": 3789, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "cubant", + "cuba", + "Cuba", + "cura", + "cubas", + "cubât", + "quand", + "cabans", + "cabane" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3790, + "end": 3794, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "Ford", + "Good", + "Nobo", + "Bobo", + "Woody", + "Fiodor", + "Foot", + "Fond", + "Modo" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3795, + "end": 3806, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "originaient", + "oxygénation" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3807, + "end": 3811, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3817, + "end": 3822, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Cubant", + "Cuba", + "Cura", + "Cubas", + "Cubât", + "Quand", + "Cabans", + "Cabane", + "Cabana" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3831, + "end": 3836, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "cessez", + "cesses", + "cesser", + "esches", + "eschas", + "eschés", + "créchas", + "cléchés", + "cessera", + "uzbeks" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3845, + "end": 3850, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Cessez", + "Échecs", + "Uzbek", + "Esches", + "Eschas", + "Eschés", + "Escher", + "Eschez", + "Eschai", + "Eschée" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3859, + "end": 3865, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "d’amish", + "bannis", + "danses", + "dansas", + "dansés", + "anises", + "anisas", + "anisés", + "daims", + "danse" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3874, + "end": 3880, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "D’amish", + "Bannis", + "Danses", + "Dansas", + "Dansés", + "Anises", + "Anisas", + "Anisés", + "Davis", + "Daisy" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3889, + "end": 3894, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "duché", + "dut ch", + "dubs", + "duchés", + "buche", + "bucha", + "buché", + "datcha", + "douche" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3895, + "end": 3899, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "Ford", + "Good", + "Nobo", + "Bobo", + "Woody", + "Fiodor", + "Foot", + "Fond", + "Modo" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3900, + "end": 3911, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "originaient", + "oxygénation" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3912, + "end": 3916, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3917, + "end": 3920, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Thea", + "tees", + "thé", + "th", + "TH", + "DHEA", + "thés", + "théier", + "théine", + "tee" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3921, + "end": 3932, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Etherpad" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3933, + "end": 3938, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Duché", + "Buts", + "Dubs", + "Duchés", + "Douche", + "Doucha", + "Douché", + "Luths", + "Douches" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3947, + "end": 3955, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "égyptien", + "égyptiens", + "œdipiens", + "œdipien" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3956, + "end": 3960, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "Ford", + "Good", + "Nobo", + "Bobo", + "Woody", + "Fiodor", + "Foot", + "Fond", + "Modo" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3961, + "end": 3972, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "originaient", + "oxygénation" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3973, + "end": 3977, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3978, + "end": 3983, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Égypte", + "Gupta", + "EGy pt", + "Guptas", + "Grip", + "Agité", + "Régit", + "Mégit", + "Guipé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3984, + "end": 3992, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Égyptien", + "Égyptiens", + "Œdipiens", + "Œdipien" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4001, + "end": 4010, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "éthiopien", + "éthiopiens", + "Éthiopie" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4011, + "end": 4015, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "Ford", + "Good", + "Nobo", + "Bobo", + "Woody", + "Fiodor", + "Foot", + "Fond", + "Modo" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4016, + "end": 4027, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "originaient", + "oxygénation" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4028, + "end": 4032, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4033, + "end": 4041, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Éthiopie", + "Ethmoïdal", + "Ethmoïdale" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4042, + "end": 4051, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Éthiopien", + "Éthiopiens", + "Éthiopie" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4060, + "end": 4068, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Europe am", + "européen", + "européens", + "Europe an", + "Europe na", + "européanité", + "européanise", + "européanisa", + "européanisé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4069, + "end": 4073, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "Ford", + "Good", + "Nobo", + "Bobo", + "Woody", + "Fiodor", + "Foot", + "Fond", + "Modo" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4074, + "end": 4085, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "originaient", + "oxygénation" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4086, + "end": 4090, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4110, + "end": 4118, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "spécifiez", + "spécifies", + "spécifias", + "spécifiés", + "spécifie", + "spécifia", + "spécifié", + "spécifique", + "spécifiasse" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4138, + "end": 4146, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Europe am", + "Européen", + "Européens", + "Europe an", + "Europe na", + "Européanité", + "Européanise", + "Européanisa", + "Européanisé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4155, + "end": 4163, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "philippin", + "philippins", + "philippine", + "philippien", + "philippines", + "philippiens" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4175, + "end": 4183, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Philippin", + "Philippins", + "Philippine", + "Philippien", + "Philippines", + "Philippiens" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4224, + "end": 4232, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Georgia", + "Georgina", + "géorgien", + "géorgiens", + "gorgiez", + "égorgiez", + "Géorgie" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4244, + "end": 4252, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Georgia", + "Georgina", + "Géorgien", + "Géorgie", + "Géorgiens", + "Gorgiez" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4261, + "end": 4267, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "germant", + "germano", + "germa", + "germanité", + "germanise", + "germanisa", + "germanisé", + "germas", + "germen" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4278, + "end": 4284, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Germant", + "Germano", + "Germa", + "Germanité", + "Germanise", + "Germanisa", + "Germanisé", + "Germas", + "Germen" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4293, + "end": 4298, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "geeké", + "green", + "grec", + "greens", + "geeks", + "geeke", + "geeka", + "grée", + "creek" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4307, + "end": 4312, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Geeké", + "Green", + "Grec", + "Greens", + "Creek", + "Creeks", + "Crée", + "Geeks", + "Geeke" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4321, + "end": 4329, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "hawaïen", + "hawaïens", + "haverai", + "havaient", + "halaient", + "havera", + "bavaient", + "haveras", + "haveriez", + "hâtaient" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4357, + "end": 4365, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Hawaïen", + "Hawaïens", + "Haverai", + "Havaient", + "Bavaient", + "Savaient", + "Lavaient", + "Cavaient", + "Pavaient", + "Gavaient" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4375, + "end": 4389, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4391, + "end": 4399, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "humâmes", + "ruinées", + "humaines", + "humagnes", + "aunâmes", + "suantes", + "shōnens", + "rhénanes", + "haubanes", + "chinâmes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4400, + "end": 4404, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "Ford", + "Good", + "Nobo", + "Bobo", + "Woody", + "Fiodor", + "Foot", + "Fond", + "Modo" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4405, + "end": 4416, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "originaient", + "oxygénation" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4417, + "end": 4421, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4422, + "end": 4425, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Thea", + "tees", + "thé", + "th", + "TH", + "DHEA", + "thés", + "théier", + "théine", + "tee" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4441, + "end": 4443, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "off", + "OF₂", + "AuF₃", + "o", + "offert", + "nove", + "nova", + "nové" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4464, + "end": 4473, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "hongrera", + "hongraient", + "hongreras", + "hongrerai", + "Lunaria", + "gujarati", + "hongrée", + "Hongrie", + "ougrien", + "gujaratis" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4484, + "end": 4493, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Hongrie", + "Lunaria", + "Hongrera", + "Hongreras", + "Hongrerai", + "Hongraient", + "Gujarati", + "Ougrien", + "Gujaratis", + "Hongrée" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4502, + "end": 4508, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "indianité", + "indien", + "indiça", + "indianités", + "indiens", + "indican", + "indigne", + "indigna", + "indigné" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4518, + "end": 4524, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Indianité", + "Indien", + "Indiça", + "Indianités", + "Indiens", + "Indican", + "Indigne", + "Indigna", + "Indigné" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4533, + "end": 4543, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "indonésien", + "indonésiens", + "Indonésie" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4557, + "end": 4567, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Indonésien", + "Indonésiens", + "Indonésie" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4576, + "end": 4581, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "iris", + "ibis", + "irisa", + "irisé", + "irise", + "bris", + "Bris", + "irises", + "iriser" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4582, + "end": 4586, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "Ford", + "Good", + "Nobo", + "Bobo", + "Woody", + "Fiodor", + "Foot", + "Fond", + "Modo" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4587, + "end": 4598, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "originaient", + "oxygénation" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4599, + "end": 4603, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4604, + "end": 4611, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Brelan", + "Irlande", + "Niellant", + "Brelans", + "Ire land", + "Relent", + "Relents" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4612, + "end": 4617, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Iris", + "Ibis", + "Irisa", + "Irisé", + "Irise", + "Bris", + "Irises", + "Iriser", + "Irisez" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4626, + "end": 4633, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "italien", + "italianité", + "italianise", + "italianisa", + "italianisé", + "italianités", + "italianises", + "italianiser", + "italianisez" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4644, + "end": 4651, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Italien", + "Italianité", + "Italianise", + "Italianisa", + "Italianisé", + "Italianités", + "Italianises", + "Italianiser", + "Italianisez" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4660, + "end": 4668, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "jamaïcain", + "jamaïcains", + "jamaïcaine", + "jamaïcaines", + "jamaïquain", + "jamaïquains", + "jamaïquaine", + "tamisai", + "gaminai", + "gaminant" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4669, + "end": 4673, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "Ford", + "Good", + "Nobo", + "Bobo", + "Woody", + "Fiodor", + "Foot", + "Fond", + "Modo" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4674, + "end": 4685, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "originaient", + "oxygénation" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4686, + "end": 4690, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4691, + "end": 4698, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Jamais", + "Jamésie", + "Janice", + "Jamaïcain", + "Jamaïque", + "Jamaïcaine", + "Jamaïcains", + "Gaminais", + "James", + "Ramais" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4699, + "end": 4707, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Tamisai", + "Jamaïque", + "Tamisant", + "Gaminai", + "Gaminant", + "Gémirai", + "Jamaïcain", + "Gaminas", + "Tamisas", + "Jamaïcains" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4716, + "end": 4724, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "jappâmes", + "jappâtes", + "jaspâmes", + "sapâmes", + "tapâmes", + "lapâmes", + "zappâmes", + "saphènes", + "râpâmes", + "rappâmes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4798, + "end": 4805, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Oriana", + "ci-avant" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4806, + "end": 4811, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "rotin", + "robin", + "gyrin", + "ironie", + "roidis", + "roidir", + "roidie", + "roidit", + "rotins", + "robins" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4812, + "end": 4820, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Jappâmes", + "Jappâtes", + "Sapâmes", + "Tapâmes", + "Lapâmes", + "Zappâmes", + "Saphènes", + "Râpâmes", + "Rappâmes", + "Nappâmes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4829, + "end": 4835, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "geishas", + "geais", + "devisai", + "revis", + "levis", + "devis", + "exits", + "exils", + "demis", + "Denis" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4842, + "end": 4848, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Jéricho", + "Geishas", + "Revis", + "Levis", + "Devis", + "Geais", + "Exits", + "Exils", + "Demis", + "Denis" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4857, + "end": 4863, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "cornant", + "coréen", + "corans", + "cornanché", + "cirera", + "corral", + "coranisé", + "cornanchés", + "cornanchée", + "coréens" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4873, + "end": 4879, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Toréant", + "Cornant", + "Coréen", + "Corans", + "Lorans", + "Cornanché", + "Coranisé", + "Cirera", + "Toréer", + "Corral" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4888, + "end": 4895, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "kurdes", + "ourdis", + "ourdies", + "surisse", + "murisse", + "curais", + "curies", + "cursifs", + "sursis", + "ourdisse" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4902, + "end": 4909, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Kurdes", + "Ourdis", + "Ourdies", + "Surisse", + "Murisse", + "Ourdisse", + "Curais", + "Curies", + "Suries", + "Surins" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4918, + "end": 4921, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Laos", + "Laon", + "la", + "là", + "yaoi", + "aloi", + "looks", + "looké", + "yaois", + "lad" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4922, + "end": 4926, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "Ford", + "Good", + "Nobo", + "Bobo", + "Woody", + "Fiodor", + "Foot", + "Fond", + "Modo" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4927, + "end": 4938, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "originaient", + "oxygénation" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4939, + "end": 4943, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4949, + "end": 4952, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Laos", + "Laon", + "La", + "Là", + "Yaoi", + "Aloi", + "Las", + "Léo", + "Laly", + "Tao" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4967, + "end": 4975, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "amerriras", + "amerrira", + "amerrissant", + "américano", + "américanos", + "amerrissent", + "amerrissons", + "américanité", + "américanise", + "américanisa" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5035, + "end": 5044, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Brasília", + "brasillant", + "brasillions", + "brasillas", + "brasillai", + "brasillât", + "brailliez", + "brasilla", + "brasillais", + "brasillait" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5057, + "end": 5065, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "boliviano", + "bolivar", + "Bolívar", + "bolivianos", + "bolivien", + "bolivars", + "boliviens", + "bolivares", + "Bolivie", + "olivier" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5097, + "end": 5104, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "meccanos", + "mexicain", + "mexicains", + "mexicaine", + "mexicaines", + "meccano", + "exilai", + "messianité", + "existaient", + "messianités" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5117, + "end": 5124, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "minéral", + "minera", + "minérale", + "mineras", + "miner", + "minerai", + "mincira", + "minerval", + "minerais", + "minerait" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5141, + "end": 5148, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "meccanos", + "mexicain", + "mexicains", + "mexicaine", + "mexicaines", + "meccano", + "exilai", + "messianité", + "existaient", + "messianités" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5161, + "end": 5168, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "spasmes", + "panics", + "spahis", + "sprays", + "panic", + "spammes", + "spammas", + "spammés", + "spams", + "spammais" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5226, + "end": 5234, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Amerriras", + "Amerrira", + "Amerrissant", + "Américano", + "Américanos", + "Amerrissent", + "Amerrissons", + "Américanité", + "Américanise", + "Américanisa" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5243, + "end": 5251, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "levâmes", + "rebandés", + "lobâmes", + "rebandées", + "rebandes", + "débandés", + "rebmanes", + "séantes", + "séances", + "iléales" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5262, + "end": 5270, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Rebandés", + "Rebandées", + "Rebandes", + "Débandés", + "Rebmanes", + "Séantes", + "Séances", + "Séance", + "Débandes", + "Ébénacée" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5279, + "end": 5287, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "malagas", + "malagas y", + "malaga ys", + "malaxas", + "malaxasse", + "malgache", + "malgaches", + "manageas", + "manageasse" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5297, + "end": 5305, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Malagas", + "Malagas y", + "Malaga ys", + "Malaxas", + "Malaxasse", + "Malgache", + "Malgaches", + "Manageas", + "Manageasse" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5314, + "end": 5323, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "malaisien", + "malaisant", + "malaisiens", + "malaisants", + "malaisante", + "malaisantes", + "malfaisance", + "malfaisant", + "malfaisais", + "malfaisait" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5324, + "end": 5335, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Malaisienne", + "Malaisien", + "Calaisienne", + "Malaisiennes", + "Calaisiennes", + "Malaisiens", + "Calaisien", + "Calaisiens" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5336, + "end": 5345, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Malaisie", + "Malachie", + "Alliassiez", + "Malfaisais", + "Malfaisait", + "Malaisien", + "Malaisant", + "Calaisien", + "Valaisans", + "Malaisiens" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5354, + "end": 5367, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "méditerranéen", + "méditerranéens", + "méditerranée", + "méditerranéenne", + "méditerranéennes", + "méditerranées", + "méditeraient", + "Méditerranée" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5496, + "end": 5509, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Méditerranée", + "Méditerranéen", + "Méditerranées", + "Méditerranéens", + "Méditerranéenne", + "Méditerranéennes", + "Méditeraient" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5518, + "end": 5525, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "meccanos", + "mexicain", + "mexicains", + "mexicaine", + "mexicaines", + "meccano", + "exilai", + "messianité", + "existaient", + "messianités" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5536, + "end": 5543, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Meccanos", + "Exilai", + "Mexicain", + "Mexique", + "Melissa", + "Recyclas", + "Existant", + "Existais", + "Existait", + "Mexicains" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5552, + "end": 5558, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "bilent", + "milles", + "millet", + "miles", + "Miller", + "Miles", + "maille", + "millets", + "bidule", + "mailles" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5559, + "end": 5566, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "raster", + "master", + "ester", + "rasters", + "aster", + "masters", + "basterne", + "esters", + "baster", + "asters" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5567, + "end": 5571, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "Ford", + "Good", + "Nobo", + "Bobo", + "Woody", + "Fiodor", + "Foot", + "Fond", + "Modo" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5572, + "end": 5583, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "originaient", + "oxygénation" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5584, + "end": 5588, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5589, + "end": 5592, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Thea", + "tees", + "thé", + "th", + "TH", + "DHEA", + "thés", + "théier", + "théine", + "tee" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5593, + "end": 5599, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Bilent", + "Milles", + "Millet", + "Miles", + "Miller", + "Bidule", + "Millerand", + "Bilerez", + "Bidules", + "Milena" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5600, + "end": 5604, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Das", + "DaS", + "Dast", + "Hast", + "Lads", + "Dasr", + "Dans", + "Dais", + "Basté" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5617, + "end": 5625, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "spécifiez", + "spécifies", + "spécifias", + "spécifiés", + "spécifie", + "spécifia", + "spécifié", + "spécifique", + "spécifiasse" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5643, + "end": 5649, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Bilent", + "Milles", + "Millet", + "Miles", + "Miller", + "Bidule", + "Millerand", + "Bilerez", + "Bidules", + "Milena" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5650, + "end": 5657, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Raster", + "Master", + "Ester", + "Rasters", + "Aster", + "Masters", + "Basterne", + "Baster", + "Asters", + "Basternes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5666, + "end": 5672, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Adama", + "parage", + "parages", + "palan", + "palans", + "radian", + "cadran", + "Saddam", + "radians", + "radiant" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5673, + "end": 5677, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "Ford", + "Good", + "Nobo", + "Bobo", + "Woody", + "Fiodor", + "Foot", + "Fond", + "Modo" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5678, + "end": 5689, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "originaient", + "oxygénation" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5690, + "end": 5694, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5695, + "end": 5701, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Adama", + "Parage", + "Radian", + "Cadran", + "Saddam", + "Parages", + "Radians", + "Radiant", + "Cadrans", + "Cadrant" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5702, + "end": 5708, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "région", + "Regina", + "regain", + "régions", + "regains", + "Reginald", + "renions", + "relions", + "régirons", + "régiront" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5709, + "end": 5711, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "off", + "OF₂", + "AuF₃", + "o", + "offert", + "nove", + "nova", + "nové" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5712, + "end": 5721, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Indonésie", + "Indonésien", + "Indonésiens" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5723, + "end": 5729, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Adama", + "Parage", + "Radian", + "Cadran", + "Saddam", + "Parages", + "Radians", + "Radiant", + "Cadrans", + "Cadrant" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5738, + "end": 5747, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "mongolien", + "mongoliens", + "Mongolie" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5748, + "end": 5752, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "Ford", + "Good", + "Nobo", + "Bobo", + "Woody", + "Fiodor", + "Foot", + "Fond", + "Modo" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5753, + "end": 5764, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "originaient", + "oxygénation" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5765, + "end": 5769, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5770, + "end": 5778, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Mongolie", + "Togolisa", + "Mongol ai", + "Togolisas", + "Congolais", + "Togolisai", + "Congolaise", + "Magnolia", + "Magnolias" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5794, + "end": 5803, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "mongolien", + "mongoliens", + "Mongolie" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5810, + "end": 5817, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "instar", + "enstéra", + "entêta", + "entera", + "enstéras", + "entêtas", + "enteras" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5822, + "end": 5825, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Thea", + "tees", + "thé", + "th", + "TH", + "DHEA", + "thés", + "théier", + "théine", + "tee" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5832, + "end": 5837, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "novons", + "clown", + "kn won", + "corne", + "corna", + "cornu", + "corné", + "nono", + "clowns" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5841, + "end": 5850, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Mongolien", + "Mongoliens", + "Mongolie" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5860, + "end": 5869, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Mongolien", + "Mongoliens", + "Mongolie" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5879, + "end": 5884, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "winch", + "wicca", + "wiki", + "whist", + "whigs", + "winchs", + "wiccas", + "wiccan", + "chiche", + "chichi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5885, + "end": 5887, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Isa", + "ISO", + "i", + "ici", + "inca", + "ys", + "incas", + "riez", + "niez", + "tics" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5888, + "end": 5891, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "rot", + "rôt", + "note", + "nota", + "noté", + "no", + "nô", + "nôtre", + "notes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5892, + "end": 5900, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "actai", + "actais", + "actait", + "accablai", + "acétal", + "acausal", + "acacia", + "acausale", + "acétals", + "accabla" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5903, + "end": 5912, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Mongolien", + "Mongoliens", + "Mongolie" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5922, + "end": 5931, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Mongolien", + "Mongoliens", + "Mongolie" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5940, + "end": 5948, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "mordoras", + "mordora", + "mordorai", + "mordorant", + "moroses", + "morose", + "morasse", + "morasses", + "moirasse", + "norroises" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5949, + "end": 5953, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "Ford", + "Good", + "Nobo", + "Bobo", + "Woody", + "Fiodor", + "Foot", + "Fond", + "Modo" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5954, + "end": 5965, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "originaient", + "oxygénation" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5966, + "end": 5970, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5971, + "end": 5978, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Morose", + "Monos", + "Moloch", + "Corossol", + "Corossols", + "Sorgos", + "Corsos", + "Maroc", + "Moroses", + "Morios" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5979, + "end": 5987, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Mordoras", + "Mordora", + "Morasse", + "Moroses", + "Morose", + "Mordorai", + "Mordorant", + "Morasses", + "Moirasse", + "Norroises" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5996, + "end": 6004, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "empales", + "reparlés", + "réalésés", + "semples", + "némales", + "sépales", + "tépales", + "reparles", + "replacée", + "réaléser" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6005, + "end": 6009, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "Ford", + "Good", + "Nobo", + "Bobo", + "Woody", + "Fiodor", + "Foot", + "Fond", + "Modo" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6010, + "end": 6021, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "originaient", + "oxygénation" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6022, + "end": 6026, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6027, + "end": 6032, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Népal", + "Napalm", + "Épale", + "Épala", + "Épalé", + "Napalmé", + "Épaler", + "Sépale", + "Tépale" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6033, + "end": 6041, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Empales", + "Sépales", + "Tépales", + "Reparlés", + "Réalésés", + "Semples", + "Naples", + "Épales", + "Reparles", + "Replacée" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6059, + "end": 6063, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "Ford", + "Good", + "Nobo", + "Bobo", + "Woody", + "Fiodor", + "Foot", + "Fond", + "Modo" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6064, + "end": 6075, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "originaient", + "oxygénation" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6076, + "end": 6080, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6081, + "end": 6085, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Das", + "DaS", + "Dast", + "Hast", + "Lads", + "Dasr", + "Dans", + "Dais", + "Basté" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6086, + "end": 6090, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Assia", + "ASi", + "Asiate", + "Asiates", + "Asie", + "Asma", + "Assa", + "Alia", + "Scia", + "Asmaa" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6103, + "end": 6111, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "spécifiez", + "spécifies", + "spécifias", + "spécifiés", + "spécifie", + "spécifia", + "spécifié", + "spécifique", + "spécifiasse" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6129, + "end": 6138, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Pakistan", + "pakistanais", + "pakistanaise" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6152, + "end": 6161, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Pakistan", + "Pakistanais", + "Pakistanaise" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6170, + "end": 6177, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "persane", + "persans", + "persanes", + "persan", + "perçant", + "percions", + "perchant", + "serinant", + "perçasse", + "permien" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6178, + "end": 6182, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "Ford", + "Good", + "Nobo", + "Bobo", + "Woody", + "Fiodor", + "Foot", + "Fond", + "Modo" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6183, + "end": 6194, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "originaient", + "oxygénation" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6195, + "end": 6199, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6200, + "end": 6203, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Thea", + "tees", + "thé", + "th", + "TH", + "DHEA", + "thés", + "théier", + "théine", + "tee" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6204, + "end": 6211, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Persane", + "Persans", + "Persanes", + "Persan", + "Perçant", + "Serinant", + "Tersant", + "Récriant", + "Récrier", + "Récria" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6228, + "end": 6235, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Iranien", + "Iraniens", + "Irradia", + "Ramier", + "Reniant", + "Reniera", + "Ramiers", + "Ramie", + "Irena", + "Uranie" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6244, + "end": 6252, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "péruvien", + "péruviens", + "préviens", + "prévient", + "neuvième", + "épervier", + "neuvièmes", + "parviens", + "parvient", + "proviens" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6264, + "end": 6272, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Péruvien", + "Neuvième", + "Neuvièmes", + "Péruviens", + "Herviens", + "Servie", + "Exuvie", + "Préviens", + "Prévient", + "Servies" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6281, + "end": 6287, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "polis", + "polisse", + "polies", + "polios", + "poises", + "poli hs", + "police", + "policé", + "poliça" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6298, + "end": 6304, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Polis", + "Polisse", + "Polies", + "Polios", + "Poises", + "Poli hs", + "Police", + "Policé", + "Poliça" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6313, + "end": 6323, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "portages", + "protégés" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6335, + "end": 6345, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Portages", + "Protégés" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6354, + "end": 6362, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "romani am", + "romanisa", + "romani an", + "romanisas", + "romanisât", + "romani na", + "romançant", + "romancier", + "romança", + "romanisasse" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6363, + "end": 6367, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "Ford", + "Good", + "Nobo", + "Bobo", + "Woody", + "Fiodor", + "Foot", + "Fond", + "Modo" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6368, + "end": 6379, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "originaient", + "oxygénation" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6380, + "end": 6384, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6385, + "end": 6392, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Romani", + "Rromani", + "Romanis", + "Romança", + "Romani a", + "Romanisa", + "Romanisé", + "Romanise", + "Romanças" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6393, + "end": 6401, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Romani am", + "Romanisa", + "Romani an", + "Romanisas", + "Romanisât", + "Romani na", + "Romançant", + "Romancier", + "Romança", + "Romanisasse" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6410, + "end": 6417, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "russien", + "russisa", + "rusant", + "rufian", + "russiens", + "russisas", + "russisât", + "rusions", + "Russie", + "russisasse" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6425, + "end": 6432, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Russien", + "Russisa", + "Rusant", + "Rufian", + "Russiens", + "Russisas", + "Russisât", + "Rusions", + "Russie", + "Russisasse" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6441, + "end": 6451, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Salvador am", + "Salvador an", + "Salvador na", + "Salvador en", + "Salvatore" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6452, + "end": 6456, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "Ford", + "Good", + "Nobo", + "Bobo", + "Woody", + "Fiodor", + "Foot", + "Fond", + "Modo" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6457, + "end": 6468, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "originaient", + "oxygénation" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6469, + "end": 6473, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6486, + "end": 6496, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Salvador am", + "Salvador an", + "Salvador na", + "Salvador en", + "Salvatore" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6505, + "end": 6515, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "sanglasses", + "sénégalisé", + "sénégalise", + "sanglages", + "sanglasse", + "sénégalisés", + "sénégalisée", + "sénégalisa", + "sénégalises" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6516, + "end": 6520, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "Ford", + "Good", + "Nobo", + "Bobo", + "Woody", + "Fiodor", + "Foot", + "Fond", + "Modo" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6521, + "end": 6532, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "originaient", + "oxygénation" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6533, + "end": 6537, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6538, + "end": 6545, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Sénégal", + "Sanjay", + "Sèmerai", + "Camerai", + "Sèmera", + "Camera", + "Sèmeras", + "Scannerai", + "Scanneras" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6546, + "end": 6556, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Sanglasses", + "Sénégalisé", + "Sénégalise", + "Sénégalisés", + "Sénégalisée", + "Sanglages", + "Sanglasse", + "Sénégalisa", + "Sénégalisées" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6565, + "end": 6572, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Serbie", + "sériant", + "seraient", + "sériera", + "sérias", + "sériai", + "sertie", + "servie", + "seriez", + "sérier" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6573, + "end": 6577, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "Ford", + "Good", + "Nobo", + "Bobo", + "Woody", + "Fiodor", + "Foot", + "Fond", + "Modo" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6578, + "end": 6589, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "originaient", + "oxygénation" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6590, + "end": 6594, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6595, + "end": 6601, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Serbie", + "Serina", + "Serinas", + "Chérirez", + "Serinai", + "Chérirent", + "Chéri", + "Derby", + "Sérias", + "Sériai" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6602, + "end": 6609, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Serbie", + "Sériant", + "Sériera", + "Seraient", + "Sérias", + "Sériai", + "Sérier", + "Chérie", + "Sériais", + "Sériait" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6618, + "end": 6628, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "piquantes", + "chicanerez", + "chicaneuse", + "chicanasse", + "bisquâmes", + "chicanées", + "chicanée", + "chicaneuses", + "chiquâmes", + "choquâmes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6629, + "end": 6633, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "Ford", + "Good", + "Nobo", + "Bobo", + "Woody", + "Fiodor", + "Foot", + "Fond", + "Modo" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6634, + "end": 6645, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "originaient", + "oxygénation" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6646, + "end": 6650, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6651, + "end": 6654, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Thea", + "tees", + "thé", + "th", + "TH", + "DHEA", + "thés", + "théier", + "théine", + "tee" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6672, + "end": 6674, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "off", + "OF₂", + "AuF₃", + "o", + "offert", + "nove", + "nova", + "nové" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6682, + "end": 6685, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "AMD", + "Andy", + "an", + "aN", + "Ann", + "arde", + "arda", + "ardu", + "ardé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6686, + "end": 6689, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Thea", + "tees", + "thé", + "th", + "TH", + "DHEA", + "thés", + "théier", + "théine", + "tee" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6690, + "end": 6694, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "City", + "cit", + "Kitty", + "cita", + "cité", + "cite", + "citai", + "citais", + "citait" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6695, + "end": 6697, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "off", + "OF₂", + "AuF₃", + "o", + "offert", + "nove", + "nova", + "nové" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6724, + "end": 6735, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "singapourien", + "singapouriens" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6736, + "end": 6740, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "Ford", + "Good", + "Nobo", + "Bobo", + "Woody", + "Fiodor", + "Foot", + "Fond", + "Modo" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6741, + "end": 6752, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "originaient", + "oxygénation" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6753, + "end": 6757, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6758, + "end": 6767, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Singapour", + "Singapourien", + "Singapouriens" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6768, + "end": 6779, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Singapourien", + "Singapouriens" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6788, + "end": 6793, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "soute", + "bout", + "soutes", + "sou th", + "soulte", + "souche", + "bouts", + "boute", + "bouta" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6794, + "end": 6800, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "indianité", + "indien", + "indiça", + "indianités", + "indiens", + "indican", + "indigne", + "indigna", + "indigné" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6801, + "end": 6805, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "Ford", + "Good", + "Nobo", + "Bobo", + "Woody", + "Fiodor", + "Foot", + "Fond", + "Modo" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6806, + "end": 6817, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "originaient", + "oxygénation" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6818, + "end": 6822, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6823, + "end": 6828, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Soute", + "Bout", + "Soutes", + "Bouts", + "Boute", + "Bouta", + "Bouté", + "Cout", + "Aout" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6829, + "end": 6834, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Indiana", + "Indic", + "Indianité", + "Indri", + "Indianités", + "Inria", + "Indics", + "Indicé", + "Indice" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6835, + "end": 6840, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Soute", + "Bout", + "Soutes", + "Bouts", + "Boute", + "Bouta", + "Bouté", + "Cout", + "Aout" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6841, + "end": 6847, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Indianité", + "Indien", + "Indiça", + "Indianités", + "Indiens", + "Indican", + "Indigne", + "Indigna", + "Indigné" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6856, + "end": 6864, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "soutier", + "soutiers", + "sauterez", + "couter", + "coutera", + "coucher", + "sauter", + "sautera", + "couteras", + "couterai" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6865, + "end": 6869, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "Ford", + "Good", + "Nobo", + "Bobo", + "Woody", + "Fiodor", + "Foot", + "Fond", + "Modo" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6870, + "end": 6881, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "originaient", + "oxygénation" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6882, + "end": 6886, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6887, + "end": 6890, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Thea", + "tees", + "thé", + "th", + "TH", + "DHEA", + "thés", + "théier", + "théine", + "tee" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6891, + "end": 6899, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Soutier", + "Soutiers", + "Sauterez", + "Couter", + "Coutera", + "Coucher", + "Couteras", + "Couterai", + "Couterez", + "Couchers" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6900, + "end": 6906, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Unîtes", + "Ummite", + "Unité", + "Unit de", + "Unités", + "Unies", + "Untel", + "Uniate", + "Untels", + "Usitée" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6922, + "end": 6924, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "off", + "OF₂", + "AuF₃", + "o", + "offert", + "nove", + "nova", + "nové" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6925, + "end": 6928, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Thea", + "tees", + "thé", + "th", + "TH", + "DHEA", + "thés", + "théier", + "théine", + "tee" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6929, + "end": 6937, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Soutier", + "Soutiers", + "Sauterez", + "Couter", + "Coutera", + "Coucher", + "Couteras", + "Couterai", + "Couterez", + "Couchers" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6938, + "end": 6944, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Unîtes", + "Ummite", + "Unité", + "Unit de", + "Unités", + "Unies", + "Untel", + "Uniate", + "Untels", + "Usitée" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6952, + "end": 6959, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "spasmes", + "panics", + "spahis", + "sprays", + "panic", + "spammes", + "spammas", + "spammés", + "spams", + "spammais" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6970, + "end": 6977, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Spasmes", + "Panics", + "Spahis", + "Sprays", + "Panic", + "Caniche", + "Péniche", + "Caniches", + "Péniches", + "Spammes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6986, + "end": 6989, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Sri", + "sr", + "sain", + "snif", + "sniff", + "soin", + "sein", + "cri", + "sains", + "saine" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6990, + "end": 6996, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Lanka", + "lançant", + "lança", + "lantana", + "lantanas", + "lancer", + "lampant", + "lancent", + "lancine", + "lancina" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6997, + "end": 7001, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "Ford", + "Good", + "Nobo", + "Bobo", + "Woody", + "Fiodor", + "Foot", + "Fond", + "Modo" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7002, + "end": 7013, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "originaient", + "oxygénation" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7014, + "end": 7018, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7033, + "end": 7039, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Lanka", + "Lançant", + "Lança", + "Lantana", + "Lancia", + "Cancan", + "Lacan", + "Panka", + "Laeken", + "Lana" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7048, + "end": 7058, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "surinâmes", + "Suriname se", + "Suriname es", + "surinâtes", + "serinâmes", + "burinâmes", + "surinées", + "urinâmes", + "chourinâmes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7059, + "end": 7063, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "Ford", + "Good", + "Nobo", + "Bobo", + "Woody", + "Fiodor", + "Foot", + "Fond", + "Modo" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7064, + "end": 7075, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "originaient", + "oxygénation" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7076, + "end": 7080, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7090, + "end": 7100, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Surinassent", + "Surinasses", + "Surinâmes", + "Surinasse", + "Suriname", + "Surinamais", + "Surinais", + "Surinées", + "Surinas", + "Surinamaise" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7101, + "end": 7107, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "queer", + "relue", + "cerce", + "curée", + "écure", + "queens", + "écume", + "Queens", + "queers", + "quaker" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7109, + "end": 7114, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Duché", + "Buts", + "Dubs", + "Duchés", + "Douche", + "Doucha", + "Douché", + "Luths", + "Douches" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7116, + "end": 7123, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "séduis", + "sévisse", + "séduise", + "servis", + "speeds", + "verdis", + "vendis", + "séduises", + "séduisez", + "cédais" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7124, + "end": 7128, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "Ford", + "Good", + "Nobo", + "Bobo", + "Woody", + "Fiodor", + "Foot", + "Fond", + "Modo" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7129, + "end": 7140, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "originaient", + "oxygénation" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7141, + "end": 7145, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7146, + "end": 7152, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Weed", + "Weeds", + "Serena", + "Selena", + "Seidel", + "Céderez", + "Verdet", + "Vendent", + "Verdets", + "Céder" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7153, + "end": 7160, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Verdis", + "Vendis", + "Verdisse", + "Vendisse", + "Séduis", + "Cédais", + "Sévisse", + "Ceviche", + "Verdict", + "Séduise" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7169, + "end": 7174, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "sises", + "suisse", + "scies", + "scias", + "sciés", + "suisses", + "criss", + "sais", + "sois", + "suis" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7175, + "end": 7179, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "Ford", + "Good", + "Nobo", + "Bobo", + "Woody", + "Fiodor", + "Foot", + "Fond", + "Modo" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7180, + "end": 7191, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "originaient", + "oxygénation" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7192, + "end": 7196, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7197, + "end": 7208, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Ciselèrent" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7209, + "end": 7214, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Suisse", + "Switch", + "Vissez", + "Visse", + "Vissa", + "Vissé", + "Sises", + "Twist", + "Criss" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7223, + "end": 7229, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "syrien", + "syrinx", + "syriens", + "Syrie", + "Myriam", + "syrah", + "striant", + "sériant", + "stria", + "séria" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7230, + "end": 7234, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "Ford", + "Good", + "Nobo", + "Bobo", + "Woody", + "Fiodor", + "Foot", + "Fond", + "Modo" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7235, + "end": 7246, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "originaient", + "oxygénation" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7247, + "end": 7251, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7252, + "end": 7257, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Syrah", + "Criai", + "Criais", + "Criait", + "Striai", + "Sériai", + "Cariai", + "Stria", + "Séria", + "Caria" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7258, + "end": 7264, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Syrien", + "Syrinx", + "Syriens", + "Syrie", + "Myriam", + "Miriam", + "Criant", + "Cyrano", + "Criera", + "Striant" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7273, + "end": 7282, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "taximans", + "tavelées", + "tétanies", + "tavernes", + "tisanes", + "titanes", + "titanesque", + "ravivées", + "tarifâmes", + "ravinassent" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7283, + "end": 7287, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "Ford", + "Good", + "Nobo", + "Bobo", + "Woody", + "Fiodor", + "Foot", + "Fond", + "Modo" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7288, + "end": 7299, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "originaient", + "oxygénation" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7300, + "end": 7304, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7305, + "end": 7311, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Taïwan", + "Tainan", + "Taira", + "Tairas", + "Taisant", + "Tairai", + "Maïwen", + "Maïwenn", + "Taïga", + "Tétai" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7312, + "end": 7321, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Ravivées", + "Ravinassent", + "Savantes", + "Avivâmes", + "Taximans", + "Tétanies", + "Tavelées", + "Titanesque", + "Tisanes", + "Titanes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7390, + "end": 7394, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "thaï", + "thaïs", + "thaïe", + "thé", + "thaïes", + "théier", + "théine", + "théiers", + "théiste", + "théines" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7408, + "end": 7412, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Thaï", + "Thaïs", + "Thaïe", + "Thé", + "Thaïes", + "Théier", + "Théine", + "Théiers", + "Théiste", + "Théines" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7421, + "end": 7428, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Tibet am", + "Tibet an", + "Tibet na", + "tibétain", + "tireté", + "tibétains", + "tibétaine", + "tibétaines", + "tirette", + "tiretés" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7429, + "end": 7433, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "Ford", + "Good", + "Nobo", + "Bobo", + "Woody", + "Fiodor", + "Foot", + "Fond", + "Modo" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7434, + "end": 7445, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "originaient", + "oxygénation" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7446, + "end": 7450, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7457, + "end": 7464, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Tibet am", + "Tibet an", + "Tibet na", + "Tibet en", + "Tibétain", + "Tireté", + "Tibétains", + "Tibétaine", + "Tirette", + "Tiretés" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7473, + "end": 7481, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "tunisien", + "tunisiens", + "Tunisie", + "tunicier", + "tuniciers", + "unissiez", + "teignissiez" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7482, + "end": 7486, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "Ford", + "Good", + "Nobo", + "Bobo", + "Woody", + "Fiodor", + "Foot", + "Fond", + "Modo" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7487, + "end": 7498, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "originaient", + "oxygénation" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7499, + "end": 7503, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7504, + "end": 7511, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Tunisie", + "Tunisois", + "Tunisoise", + "Tunis ai", + "Suicida", + "Suicidas", + "Suicidai", + "Tanisai", + "Tanisas", + "Tanisais" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7512, + "end": 7520, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Tunisien", + "Tunisiens", + "Tunisie", + "Tunicier", + "Tuniciers", + "Unissiez", + "Teignissiez" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7529, + "end": 7536, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "turbins", + "durcis", + "toriis", + "turcos", + "tueries", + "tarisse", + "taurins", + "durcisse", + "surisse", + "turcs" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7544, + "end": 7551, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Turbins", + "Durcis", + "Surisse", + "Sucrins", + "Suries", + "Surins", + "Toriis", + "Durcisse", + "Tueries", + "Tarisse" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7560, + "end": 7569, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "ukrainien", + "ukrainiens" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7570, + "end": 7574, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "Ford", + "Good", + "Nobo", + "Bobo", + "Woody", + "Fiodor", + "Foot", + "Fond", + "Modo" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7575, + "end": 7586, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "originaient", + "oxygénation" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7587, + "end": 7591, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7600, + "end": 7609, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Ukrainien", + "Ukrainiens" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7624, + "end": 7628, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "Ford", + "Good", + "Nobo", + "Bobo", + "Woody", + "Fiodor", + "Foot", + "Fond", + "Modo" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7629, + "end": 7640, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "originaient", + "oxygénation" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7641, + "end": 7645, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7646, + "end": 7656, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Sexistes", + "Québécisai", + "Québécisant", + "Québécisa", + "Ubiquistes", + "Québécisât", + "Québécisas", + "Ubiquiste", + "Ouzbékistan", + "Québécisâtes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7671, + "end": 7681, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Venezuela" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7682, + "end": 7686, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "Ford", + "Good", + "Nobo", + "Bobo", + "Woody", + "Fiodor", + "Foot", + "Fond", + "Modo" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7687, + "end": 7698, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "originaient", + "oxygénation" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7699, + "end": 7703, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7714, + "end": 7724, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Venezuela" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7733, + "end": 7743, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "vietnamiens", + "fientâmes", + "siestâmes", + "piétinâmes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7757, + "end": 7767, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Vietnamiens", + "Fientâmes", + "Siestâmes", + "Piétinâmes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7836, + "end": 7840, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Thiès", + "Chis", + "Khis", + "Hais", + "Huis", + "Thuin", + "Chi", + "Trish", + "Tisse", + "Tissa" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7847, + "end": 7849, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Isa", + "ISO", + "i", + "ici", + "inca", + "ys", + "incas", + "riez", + "niez", + "tics" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7857, + "end": 7865, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "empalât", + "empilâtes", + "empalâtes", + "méplates", + "méplate", + "méplats", + "empilât", + "rempart", + "replats", + "méplat" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7866, + "end": 7870, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Witt", + "bit", + "bits", + "bite", + "bita", + "bité", + "litho", + "lithos", + "vit" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7873, + "end": 7880, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "défauts", + "dealâtes", + "défaut", + "dealât", + "défoule", + "défoula", + "défoulé", + "défunts", + "défunte" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7896, + "end": 7903, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Enlises", + "Enlisas", + "Enlisés", + "Engins", + "Angliche", + "Églises", + "Angliches", + "Enlise", + "Enlisa", + "Enlisé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7905, + "end": 7913, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Éditable", + "Éditables", + "Évitable", + "Évitables" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 7914, + "end": 7918, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "hère", + "hersé", + "herbé", + "ber", + "hersés", + "hersée", + "herbés", + "herbée" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8060, + "end": 8069, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Wikipédia" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8076, + "end": 8080, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "axai", + "acal", + "acra", + "acta", + "avais", + "axais", + "axait", + "actai", + "avait", + "salai" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8083, + "end": 8087, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "dis", + "dise", + "bis", + "dits", + "dises", + "biche", + "bicha", + "biché", + "diésa" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8093, + "end": 8097, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8098, + "end": 8104, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "frouer", + "frôler", + "frauder", + "froments", + "roserez", + "frouent", + "froment", + "frôlent", + "fraudent", + "froues" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8105, + "end": 8109, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "axai", + "acal", + "acra", + "acta", + "avais", + "axais", + "axait", + "actai", + "avait", + "salai" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8110, + "end": 8117, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "bernes", + "beurres", + "beurrerez", + "berline", + "bernez", + "berlines", + "serines", + "beurrez", + "bernée", + "beurre" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8119, + "end": 8130, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "originaient", + "oxygénation" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8134, + "end": 8140, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Brasille", + "Brasilla", + "Brasillé", + "Brasilles", + "Brasiller", + "Brasillez", + "Brasillas", + "Brasillai", + "Irais" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8141, + "end": 8145, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Axai", + "Anaïs", + "Alain", + "Salai", + "Sapai", + "Rasai", + "Tasai", + "Basai", + "Jasai", + "Actais" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8149, + "end": 8155, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "tigelle", + "tige la", + "tige al", + "tigelles", + "Nigel", + "Rigel", + "Tielt", + "Miguel", + "TI gela" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8156, + "end": 8161, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Areva", + "repas", + "aréna", + "rappas", + "agréa", + "aéras", + "aérai", + "rappasse", + "tarpan", + "prépa" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8162, + "end": 8167, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Bradé", + "Break", + "Bradai", + "Bradés", + "Bradée", + "Brasa", + "Brade", + "Brada", + "Breaks" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8173, + "end": 8175, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "off", + "OF₂", + "AuF₃", + "o", + "offert", + "nove", + "nova", + "nové" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8176, + "end": 8182, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "gronde", + "gronda", + "grondé", + "rounds", + "grondes", + "gronder", + "grondez", + "grondas", + "grondai" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8183, + "end": 8188, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "maies", + "maïzena", + "maïzenas", + "maires", + "naisse", + "maire", + "mais", + "maïs", + "laize", + "mayes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8189, + "end": 8194, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Doug", + "rough", + "douche", + "doucha", + "douché", + "douches", + "doucher", + "douchez", + "douchas" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8195, + "end": 8202, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "staffe", + "suiffe", + "truffez", + "truffe", + "touffe", + "staffes", + "staffer", + "staffez", + "staffée", + "staffé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8203, + "end": 8207, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Witt", + "bit", + "bits", + "bite", + "bita", + "bité", + "litho", + "lithos", + "vit" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8210, + "end": 8217, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "filin", + "filins", + "fixing", + "filions", + "tilling", + "Killing", + "Jilin", + "tillings", + "fixings", + "filons" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8219, + "end": 8224, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "ratée", + "rate", + "ratte", + "ester", + "enter", + "entre", + "ether", + "rates", + "rater", + "ratel" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8228, + "end": 8231, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Thea", + "tees", + "thé", + "th", + "TH", + "DHEA", + "thés", + "théier", + "théine", + "tee" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8232, + "end": 8240, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Noether", + "mortier", + "mortiers", + "porter", + "sorteur", + "portera", + "sorteurs", + "porterez", + "œnotheras", + "œnothéra" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8241, + "end": 8247, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "région", + "Regina", + "regain", + "régions", + "regains", + "Reginald", + "renions", + "relions", + "régirons", + "régiront" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8248, + "end": 8250, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "off", + "OF₂", + "AuF₃", + "o", + "offert", + "nove", + "nova", + "nové" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8251, + "end": 8256, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Soute", + "Bout", + "Soutes", + "Bouts", + "Boute", + "Bouta", + "Bouté", + "Cout", + "Aout" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8257, + "end": 8264, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Amerriras", + "Amerrira", + "Amerris", + "Amerrissant", + "Amerrisse", + "Amerries", + "Américano", + "Amers", + "Amerrisses", + "Amerrissez" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8265, + "end": 8270, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Areva", + "Repas", + "Prépa", + "Repassa", + "Repassé", + "Repasse", + "Alep", + "Reps", + "Repu" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8348, + "end": 8352, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Hefei", + "be", + "bene", + "bief", + "bref", + "bée", + "biefs", + "brefs", + "vexe", + "bey" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8353, + "end": 8356, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Amy", + "An", + "AN", + "Ann", + "Ans", + "Annie", + "Angie", + "Anzin", + "Anna", + "Anne" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8357, + "end": 8361, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "dis", + "dise", + "bis", + "dits", + "dises", + "biche", + "bicha", + "biché", + "diésa" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8367, + "end": 8371, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8372, + "end": 8376, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Medan", + "méat", + "mDa", + "MDa", + "DEA", + "mette", + "mettes", + "mettez", + "méats", + "mesa" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8377, + "end": 8381, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8382, + "end": 8388, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "salles", + "stalle", + "rattes", + "stalles", + "salerez", + "statiez", + "salle", + "small", + "ratels", + "râtelez" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8389, + "end": 8393, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Hefei", + "Beyer", + "Vexe", + "Ben", + "Brée", + "Belém", + "Vexes", + "Vexer", + "Vexez", + "BeF₂" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8394, + "end": 8398, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Hefei", + "be", + "bene", + "bief", + "bref", + "bée", + "biefs", + "brefs", + "vexe", + "bey" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8399, + "end": 8403, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "bols", + "brol", + "boive", + "boule", + "boula", + "boulé", + "bolet", + "brols", + "boives" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8457, + "end": 8462, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "bœuf", + "bœufs", + "bouif", + "beauf", + "boueur", + "boueux", + "bouifs", + "bouée", + "bouté", + "boumé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8464, + "end": 8470, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Guidon", + "Guidons", + "Gideon", + "Aidons", + "Ridons", + "Didone", + "Aidions", + "Ridions", + "Didones", + "Rideaux" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8471, + "end": 8475, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Hefei", + "be", + "bene", + "bief", + "bref", + "bée", + "biefs", + "brefs", + "vexe", + "bey" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8476, + "end": 8482, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "noble", + "iodler", + "nobles", + "noblesse", + "nodal", + "Noëlle", + "nodale", + "nodule", + "nodales", + "nodules" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8485, + "end": 8489, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Hefei", + "be", + "bene", + "bief", + "bref", + "bée", + "biefs", + "brefs", + "vexe", + "bey" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8490, + "end": 8496, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "noble", + "iodler", + "nobles", + "noblesse", + "nodal", + "Noëlle", + "nodale", + "nodule", + "nodales", + "nodules" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8497, + "end": 8501, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "soupe", + "soupa", + "soupé", + "sou", + "soupes", + "souper", + "soupez", + "soupas", + "soupai" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8503, + "end": 8514, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "originaient", + "oxygénation" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8518, + "end": 8522, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Assia", + "ASi", + "Asiate", + "Asiates", + "Asie", + "Asma", + "Assa", + "Alia", + "Scia", + "Asmaa" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8523, + "end": 8527, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Hefei", + "Beyer", + "Vexe", + "Ben", + "Brée", + "Belém", + "Vexes", + "Vexer", + "Vexez", + "BeF₂" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8528, + "end": 8534, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "noble", + "iodler", + "nobles", + "noblesse", + "nodal", + "Noëlle", + "nodale", + "nodule", + "nodales", + "nodules" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8535, + "end": 8539, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "soupe", + "soupa", + "soupé", + "sou", + "soupes", + "souper", + "soupez", + "soupas", + "soupai" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8540, + "end": 8546, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "bulbe", + "bulles", + "buller", + "bullez", + "bullée", + "bubale", + "bullé", + "bubales", + "bullent", + "bullera" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8547, + "end": 8550, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "DEA", + "te", + "deal", + "Dean", + "de", + "deals", + "deale", + "deala", + "dealé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8669, + "end": 8675, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Bulbe", + "Bulles", + "Buller", + "Bullez", + "Bullée", + "Bullé", + "Bullent", + "Bullera", + "Bullées", + "Nulles" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8676, + "end": 8679, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "DEA", + "te", + "deal", + "Dean", + "de", + "deals", + "deale", + "deala", + "dealé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8709, + "end": 8716, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "cacaba", + "cachaça", + "cacabas", + "cacabât", + "cachaças", + "cacabai", + "schappe", + "cascada", + "schappes", + "cascadas" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8731, + "end": 8735, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8736, + "end": 8741, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "maies", + "maïzena", + "maïzenas", + "maires", + "naisse", + "maire", + "mais", + "maïs", + "laize", + "mayes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8742, + "end": 8747, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "flou", + "flous", + "floue", + "floua", + "floué", + "flore", + "fleur", + "fluor", + "fluer" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8748, + "end": 8751, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "AMD", + "Andy", + "an", + "aN", + "Ann", + "arde", + "arda", + "ardu", + "ardé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8752, + "end": 8765, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "traditionnelle", + "traditionnelles" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8766, + "end": 8772, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fille", + "file", + "filles", + "files", + "filer", + "filet", + "filez", + "filée", + "filme", + "bille" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8773, + "end": 8777, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Witt", + "bit", + "bits", + "bite", + "bita", + "bité", + "litho", + "lithos", + "vit" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8778, + "end": 8783, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "frets", + "brens", + "brefs", + "frisé", + "french", + "forés", + "fris", + "friche", + "fers", + "fies" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8784, + "end": 8790, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Chessex", + "cessés", + "cesses", + "chester", + "Chester", + "cessée", + "cessées", + "chasse", + "chusse", + "cessas" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8800, + "end": 8804, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8815, + "end": 8822, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Cacaba", + "Cachaça", + "Cacabas", + "Cacabât", + "Cachaças", + "Cacabai", + "Schappe", + "Schappes", + "Cascada", + "Cascadas" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8977, + "end": 8983, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "coiffe", + "toffees", + "toffee", + "coiffes", + "coiffer", + "coiffez", + "coiffé", + "coiffera", + "coiffent", + "chofe" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8984, + "end": 8988, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "shot", + "show", + "chope", + "chopa", + "chopé", + "coops", + "stop", + "soap", + "shots" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 8996, + "end": 9003, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "chicané", + "cricket", + "chiche", + "chicanai", + "chicanés", + "chicanée", + "chiquer", + "chiches", + "chicane" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 9017, + "end": 9024, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Chicané", + "Cricket", + "Chiche", + "Chicanai", + "Chicanés", + "Chicanée", + "Chiquer", + "Kicker", + "Kickers" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 9028, + "end": 9032, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "foot", + "fond", + "foots", + "good", + "fonds", + "fonde", + "fonda", + "fondu" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 9041, + "end": 9045, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "dis", + "dise", + "bis", + "dits", + "dises", + "biche", + "bicha", + "biché", + "diésa" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 9051, + "end": 9055, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 9062, + "end": 9069, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "peseurs", + "pep pers", + "pépier", + "exerces", + "expert", + "épeler", + "exerce", + "éperde", + "peseur", + "pépères" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 9071, + "end": 9075, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Medan", + "méat", + "mDa", + "MDa", + "DEA", + "mette", + "mettes", + "mettez", + "méats", + "mesa" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 9077, + "end": 9085, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "tomates", + "tomâtes", + "tomate", + "tombâtes", + "comates", + "comater", + "comatez", + "comaté", + "taupâtes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 9087, + "end": 9090, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "AMD", + "Andy", + "an", + "aN", + "Ann", + "arde", + "arda", + "ardu", + "ardé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 9091, + "end": 9096, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "brasé", + "bennes", + "bennas", + "bennés", + "béasse", + "benna", + "biens", + "brans", + "bancs" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 9098, + "end": 9109, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "originaient", + "oxygénation" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 9110, + "end": 9114, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 9147, + "end": 9156, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "chocolaté", + "chocolat", + "chocolatés", + "chocolatée", + "chocolats", + "chocolatées", + "chocolatier", + "chocolatiers", + "cocotâtes", + "coccolite" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 9297, + "end": 9306, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Chocolaté", + "Chocolat", + "Chocolatés", + "Chocolatée", + "Chocolats", + "Chocolatées", + "Chocolatier", + "Chocolatiers" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 9448, + "end": 9454, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "coiffe", + "toffees", + "toffee", + "coiffes", + "coiffer", + "coiffez", + "coiffé", + "coiffera", + "coiffent", + "chofe" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 9455, + "end": 9459, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "shot", + "show", + "chope", + "chopa", + "chopé", + "coops", + "stop", + "soap", + "shots" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 9563, + "end": 9569, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Coiffe", + "Toffees", + "Toffee", + "Touffe", + "Coiffes", + "Coiffer", + "Coiffez", + "Loferez", + "Touffes", + "Coiffera" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 9637, + "end": 9642, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "crêpe", + "creek", + "repesa", + "repesé", + "crêpé", + "crée", + "repue", + "crever" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 9757, + "end": 9765, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Cougnou", + "Douchent", + "Cougnous" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 9766, + "end": 9775, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "dumpings", + "dumping", + "drumlins", + "lupulins" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 9786, + "end": 9794, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Dumpings", + "Dumping", + "Lupulin", + "Lupulins", + "Lupuline", + "Drumlin", + "Drumlins" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 9795, + "end": 9803, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "rependant", + "épandant", + "appendant", + "épandes", + "épandez", + "épandus", + "épandue", + "repend", + "Amanda", + "repende" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 9938, + "end": 9946, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Épandant", + "Épandes", + "Épandez", + "Épandus", + "Épandue", + "Épand", + "Rependant", + "Épande", + "Épands", + "Épandu" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 9957, + "end": 9967, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "idée-force" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 9968, + "end": 9972, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "bal", + "dal", + "daL", + "bals", + "balle", + "balla", + "ballé", + "ba", + "balsa" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 9978, + "end": 9982, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 9983, + "end": 9992, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "chiqueras", + "chiquetas", + "chiqueuse", + "chiqueuses", + "chiches", + "chiquetasse", + "crisperas", + "chiquera", + "chiqueta", + "chiquerai" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 9994, + "end": 10005, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "originaient", + "oxygénation" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10009, + "end": 10012, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Thea", + "tees", + "thé", + "th", + "TH", + "DHEA", + "thés", + "théier", + "théine", + "tee" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10013, + "end": 10019, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Bilent", + "Milles", + "Millet", + "Miles", + "Miller", + "Bidule", + "Millerand", + "Bilerez", + "Bidules", + "Milena" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10020, + "end": 10024, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Das", + "DaS", + "Dast", + "Hast", + "Lads", + "Dasr", + "Dans", + "Dais", + "Basté" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10033, + "end": 10037, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fis", + "phis", + "bis", + "fiche", + "ficha", + "fichu", + "fiché", + "fisc", + "vis" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10089, + "end": 10096, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "sarod", + "cafardé", + "cafards", + "cafarde", + "cafarda", + "sarods", + "cafard", + "scaphoïde", + "scaphoïdes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10099, + "end": 10103, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Fis", + "Phis", + "Bis", + "Bisa", + "Bisé", + "Bise", + "Bics", + "Bic", + "Foch" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10107, + "end": 10111, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "foot", + "fond", + "foots", + "good", + "fonds", + "fonde", + "fonda", + "fondu" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10112, + "end": 10116, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fis", + "phis", + "bis", + "fiche", + "ficha", + "fichu", + "fiché", + "fisc", + "vis" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10117, + "end": 10120, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "AMD", + "Andy", + "an", + "aN", + "Ann", + "arde", + "arda", + "ardu", + "ardé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10170, + "end": 10174, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Fis", + "Phis", + "Bis", + "Bisa", + "Bisé", + "Bise", + "Bics", + "Bic", + "Foch" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10175, + "end": 10178, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "AMD", + "Andy", + "an", + "aN", + "Ann", + "arde", + "arda", + "ardu", + "ardé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10194, + "end": 10200, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "miette", + "miettes", + "mette", + "mettes", + "mettez", + "mettre", + "mettrez", + "merle", + "mente", + "meute" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10201, + "end": 10207, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Chessex", + "cessés", + "cesses", + "chester", + "Chester", + "cessée", + "cessées", + "chasse", + "chusse", + "cessas" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10208, + "end": 10212, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "dis", + "dise", + "bis", + "dits", + "dises", + "biche", + "bicha", + "biché", + "diésa" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10213, + "end": 10219, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "serve", + "serbe", + "serves", + "servez", + "servie", + "servies", + "serviez", + "serbes", + "zerve", + "serte" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10225, + "end": 10231, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Heather", + "hâtée", + "béate", + "hastée", + "hantée", + "haste", + "hante", + "halte", + "béates", + "hexane" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10243, + "end": 10248, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "frise", + "frire", + "frite", + "frime", + "fripe", + "brie", + "frises", + "friser", + "frisez", + "frites" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10249, + "end": 10256, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "chicané", + "cricket", + "chiche", + "chicanai", + "chicanés", + "chicanée", + "chiquer", + "chiches", + "chicane" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10259, + "end": 10263, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "dis", + "dise", + "bis", + "dits", + "dises", + "biche", + "bicha", + "biché", + "diésa" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10269, + "end": 10273, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10274, + "end": 10281, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "chicané", + "cricket", + "chiche", + "chicanai", + "chicanés", + "chicanée", + "chiquer", + "chiches", + "chicane" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10282, + "end": 10288, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "pièzes", + "pièces", + "pesées", + "pesses", + "pissés", + "pisses", + "pressés", + "pincés", + "pincée", + "pinces" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10289, + "end": 10293, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "TDa", + "thaï", + "tant", + "tact", + "tait", + "chat", + "khat", + "thêta", + "th ta", + "tarte" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10299, + "end": 10303, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "benné", + "ber", + "béer", + "benne", + "benna", + "bennés", + "bennée", + "bennai", + "bennes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10304, + "end": 10310, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "sotte", + "coite", + "coïte", + "sottes", + "sottie", + "coites", + "coïtes", + "coïter", + "coïtez", + "sorabe" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10311, + "end": 10315, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Witt", + "bit", + "bits", + "bite", + "bita", + "bité", + "litho", + "lithos", + "vit" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10316, + "end": 10322, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "bâter", + "dater", + "bâtera", + "batte", + "bâte", + "bâterez", + "datera", + "battes", + "battez", + "bâtes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10323, + "end": 10326, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "AMD", + "Andy", + "an", + "aN", + "Ann", + "arde", + "arda", + "ardu", + "ardé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10327, + "end": 10332, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "frise", + "frire", + "frite", + "frime", + "fripe", + "brie", + "frises", + "friser", + "frisez", + "frites" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10333, + "end": 10338, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Frise", + "Frire", + "Frite", + "Frime", + "Fripe", + "Brie", + "Bries", + "Trie", + "Crie", + "Prie" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10339, + "end": 10346, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "chicané", + "cricket", + "chiche", + "chicanai", + "chicanés", + "chicanée", + "chiquer", + "chiches", + "chicane" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10347, + "end": 10352, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "trissé", + "tries", + "cries", + "pries", + "criss", + "privez", + "crie", + "prive", + "trissa" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10355, + "end": 10359, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "foot", + "fond", + "foots", + "good", + "fonds", + "fonde", + "fonda", + "fondu" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10365, + "end": 10369, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10370, + "end": 10380, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "idée-force" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10381, + "end": 10387, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "stries", + "strias", + "striés", + "stipes", + "striasse", + "tripes", + "strict", + "stricts", + "stricte", + "stricto" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10388, + "end": 10390, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "off", + "OF₂", + "AuF₃", + "o", + "offert", + "nove", + "nova", + "nové" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10391, + "end": 10397, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "potât", + "potant", + "potâtes", + "potamot", + "pattât", + "potamots", + "potait", + "pottos", + "potto", + "patate" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10399, + "end": 10403, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Alloc", + "Assoit", + "Aldo", + "Alès", + "Alost", + "Al os", + "Alstom", + "Alec", + "Alison", + "Alice" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10404, + "end": 10409, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "novons", + "clown", + "kn won", + "corne", + "corna", + "cornu", + "corné", + "nono", + "clowns" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10427, + "end": 10432, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "trissé", + "tries", + "cries", + "pries", + "criss", + "privez", + "crie", + "prive", + "trissa" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10433, + "end": 10439, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "frouer", + "frôler", + "frauder", + "froments", + "roserez", + "frouent", + "froment", + "frôlent", + "fraudent", + "froues" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10440, + "end": 10446, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "yourte", + "yaourt", + "doguer", + "yourtes", + "yaourts", + "gourd", + "doguera", + "sourit", + "iourte", + "yogourt" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10462, + "end": 10468, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Frouer", + "Frôler", + "Frauder", + "Froments", + "Roserez", + "Frouent", + "Froment", + "Frôlent", + "Fraudent", + "Roser" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10469, + "end": 10475, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "yourte", + "yaourt", + "doguer", + "yourtes", + "yaourts", + "gourd", + "doguera", + "sourit", + "iourte", + "yogourt" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10484, + "end": 10492, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Jappâmes", + "Jappâtes", + "Sapâmes", + "Tapâmes", + "Lapâmes", + "Zappâmes", + "Saphènes", + "Râpâmes", + "Rappâmes", + "Nappâmes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10501, + "end": 10503, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "off", + "OF₂", + "AuF₃", + "o", + "offert", + "nove", + "nova", + "nové" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10506, + "end": 10513, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Chines", + "Chimes", + "Chinerez", + "Chinés", + "Chinée", + "Chiées", + "Chênes", + "Chine se", + "Chineuse", + "Chine es" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10514, + "end": 10522, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "dumpings", + "dumping", + "drumlin", + "lupulin", + "drumlins", + "lupulins", + "lupuline" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10523, + "end": 10529, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "cale", + "cales", + "caler", + "calez", + "calée", + "calte", + "calme", + "calé", + "calera" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10530, + "end": 10536, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Siamois", + "Jason", + "Siamoise", + "Diazine", + "Diazines", + "Gasoil", + "Lianos", + "Miaous", + "Pianos", + "Diapos" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10538, + "end": 10542, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Alloc", + "Assoit", + "Aldo", + "Alès", + "Alost", + "Al os", + "Alstom", + "Alec", + "Alison", + "Alice" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10543, + "end": 10549, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "cale", + "cales", + "caler", + "calez", + "calée", + "calte", + "calme", + "calé", + "calera" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10552, + "end": 10562, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Postichera", + "Posticherez", + "Posticher", + "Postiches", + "Postichez", + "Postiché", + "Otitiques", + "Postiche", + "Potassique" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10564, + "end": 10570, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Siamois", + "Jason", + "Siamoise", + "Diazine", + "Diazines", + "Gasoil", + "Lianos", + "Miaous", + "Pianos", + "Diapos" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10679, + "end": 10682, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "doge", + "do", + "doges", + "dojo", + "dos", + "dom", + "dot", + "dol", + "doc", + "don" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10687, + "end": 10690, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "doge", + "do", + "doges", + "dojo", + "dos", + "dom", + "dot", + "dol", + "doc", + "don" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10697, + "end": 10700, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "doge", + "do", + "doges", + "dojo", + "dos", + "dom", + "dot", + "dol", + "doc", + "don" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10701, + "end": 10704, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "iceux", + "IXe", + "irez", + "ires", + "iles", + "ides", + "ives", + "iels", + "ici", + "sien" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10705, + "end": 10710, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "créna", + "creva", + "créant", + "crénas", + "crénai", + "créa", + "crevaient", + "crevas", + "crevai", + "cerna" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10753, + "end": 10760, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "amenât", + "armait", + "aménité", + "amenait", + "amenâtes", + "aménités", + "amanite", + "amatit", + "amanites", + "aimanté" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10763, + "end": 10766, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "iceux", + "IXe", + "irez", + "ires", + "iles", + "ides", + "ives", + "iels", + "ici", + "sien" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10767, + "end": 10772, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "créna", + "creva", + "créant", + "crénas", + "crénai", + "créa", + "crevaient", + "crevas", + "crevai", + "cerna" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10776, + "end": 10780, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "shot", + "show", + "chope", + "chopa", + "chopé", + "coops", + "stop", + "soap", + "shots" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10783, + "end": 10786, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "iceux", + "IXe", + "irez", + "ires", + "iles", + "ides", + "ives", + "iels", + "ici", + "sien" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10787, + "end": 10792, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "créna", + "creva", + "créant", + "crénas", + "crénai", + "créa", + "crevaient", + "crevas", + "crevai", + "cerna" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10795, + "end": 10798, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Iceux", + "IXe", + "Irez", + "Ikea", + "Ires", + "IVes", + "IXes", + "Iers", + "IIes", + "Ire" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10799, + "end": 10804, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "créna", + "creva", + "créant", + "crénas", + "crénai", + "créa", + "crevaient", + "crevas", + "crevai", + "cerna" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10805, + "end": 10810, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "guise", + "ruiez", + "nuiez", + "tuiez", + "muiez", + "guises", + "suciez", + "suies", + "suiez", + "nuise" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10878, + "end": 10883, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Ruiez", + "Nuiez", + "Tuiez", + "Muiez", + "Guise", + "Suies", + "Suiez", + "Nuise", + "Luise", + "Cuise" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10926, + "end": 10931, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "donner", + "dorer", + "drone", + "donnera", + "donne", + "donnerez", + "dore", + "drones", + "dôme", + "donnes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 10988, + "end": 11000, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11003, + "end": 11007, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "spitz", + "spi", + "dpi", + "spis", + "spin", + "spet", + "spot", + "sait", + "soit", + "suit" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11013, + "end": 11021, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "spécifiez", + "spécifies", + "spécifias", + "spécifiés", + "spécifie", + "spécifia", + "spécifié", + "spécifique", + "spécifiasse" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11022, + "end": 11024, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "tau", + "To", + "do", + "taus", + "taud", + "taux", + "tôt", + "toc" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11025, + "end": 11035, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Hongreras" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11036, + "end": 11040, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11041, + "end": 11053, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Transylvanie", + "Transylvain", + "Transylvaine", + "Transylvains", + "Transylvaines", + "Transfilaient" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11060, + "end": 11072, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "spécificatif", + "spécificatifs" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11073, + "end": 11076, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Thea", + "tees", + "thé", + "th", + "TH", + "DHEA", + "thés", + "théier", + "théine", + "tee" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11077, + "end": 11085, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Sheckley", + "Seychelles", + "Shékels", + "Seychelloise", + "Seychelloises", + "Seychellois", + "Spécules", + "Shekels", + "Séquelles", + "Spéculai" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11087, + "end": 11099, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11100, + "end": 11106, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "largos", + "largo", + "langes", + "langés", + "lagons", + "tangos", + "angors", + "angons", + "langeons", + "llanos" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11109, + "end": 11113, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "de", + "jeep", + "devez", + "de ph", + "bene", + "jeeps", + "bée", + "dey", + "des", + "deV" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11114, + "end": 11119, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "frise", + "frire", + "frite", + "frime", + "fripe", + "brie", + "frises", + "friser", + "frisez", + "frites" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11120, + "end": 11129, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "flambera", + "flamberas", + "flamberai", + "élaborera", + "élaboreras", + "élaborerai", + "plâtrera", + "plâtreras", + "plâtrerai" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11131, + "end": 11138, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Typisa", + "Typisas", + "Typisât", + "Typisai", + "Typisasse", + "Typisais", + "Typisait", + "Typisaient", + "Tapissai", + "Tapissa" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11139, + "end": 11148, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Hongrie", + "Lunaria", + "Hongrera", + "Hongreras", + "Hongrerai", + "Hongraient", + "Gujarati", + "Ougrien", + "Gujaratis", + "Hongrée" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11149, + "end": 11153, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "foot", + "fond", + "foots", + "good", + "fonds", + "fonde", + "fonda", + "fondu" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11155, + "end": 11161, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Largos", + "Largo", + "Langes", + "Langés", + "Lagons", + "Tangos", + "Angors", + "Angons", + "Langeons", + "Ragots" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11162, + "end": 11166, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Medan", + "méat", + "mDa", + "MDa", + "DEA", + "mette", + "mettes", + "mettez", + "méats", + "mesa" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11167, + "end": 11170, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Amy", + "An", + "AN", + "Ann", + "Ans", + "Annie", + "Angie", + "Anzin", + "Anna", + "Anne" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11171, + "end": 11175, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Medan", + "méat", + "mDa", + "MDa", + "DEA", + "mette", + "mettes", + "mettez", + "méats", + "mesa" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11176, + "end": 11180, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "dis", + "dise", + "bis", + "dits", + "dises", + "biche", + "bicha", + "biché", + "diésa" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11193, + "end": 11201, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "spécifiez", + "spécifies", + "spécifias", + "spécifiés", + "spécifie", + "spécifia", + "spécifié", + "spécifique", + "spécifiasse" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11221, + "end": 11225, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Medan", + "Méat", + "MDa", + "DEA", + "Metz", + "Mkat", + "Seat", + "Megan", + "Me ta", + "Mette" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11226, + "end": 11232, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "noble", + "iodler", + "nobles", + "noblesse", + "nodal", + "Noëlle", + "nodale", + "nodule", + "nodales", + "nodules" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11255, + "end": 11259, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "buron", + "burons", + "Odon", + "ud on", + "ud no", + "euro", + "usons", + "sumo", + "adonc", + "dione" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11262, + "end": 11266, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "soda", + "sodas", + "sodar", + "Souad", + "coda", + "soma", + "sofa", + "soya", + "soja", + "soap" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11270, + "end": 11275, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "ramer", + "rament", + "ramené", + "ramena", + "rame", + "ramenés", + "ramenée", + "ramener", + "ramenez" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11291, + "end": 11297, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "dardant", + "darda", + "damna", + "bandana", + "bandant", + "dandin", + "manda", + "banda", + "Bandama", + "Dadant" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11298, + "end": 11302, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "mira", + "miam", + "mima", + "Mia", + "miras", + "mirât", + "Miami", + "mi am", + "mimas", + "mimât" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11306, + "end": 11313, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "tènement", + "animer", + "animent", + "tènements", + "animes", + "animez", + "animée", + "animé", + "animant", + "transmet" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11327, + "end": 11334, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "renommons", + "remonter", + "renions", + "reniions", + "rentions", + "rendions", + "renvions", + "remuons", + "remonte", + "remonta" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11338, + "end": 11343, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "bibine", + "bibi", + "bibines", + "bibis", + "ibid", + "ibidem", + "biblio", + "bikini", + "biblios", + "bikinis" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11344, + "end": 11348, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Nyons", + "Byron", + "miro", + "muon", + "lyrons", + "moine", + "moins", + "cyon", + "Lyon", + "miros" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11369, + "end": 11372, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Ph", + "PH", + "Phi", + "PHz", + "PH₃", + "PHP", + "FH" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11376, + "end": 11379, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "bun", + "buns", + "buna", + "bu", + "beur", + "brus", + "brui", + "brun", + "brut", + "bunas" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11383, + "end": 11389, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Noble", + "Iodler", + "Nobles", + "Noblesse", + "Nodal", + "Noëlle", + "Nodale", + "Nodule", + "Iodles", + "Iodlez" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11430, + "end": 11435, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "crêpe", + "creek", + "repesa", + "repesé", + "crêpé", + "crée", + "repue", + "crever" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11477, + "end": 11482, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "passas", + "passât", + "pattas", + "pattât", + "pacsa", + "patta", + "pattai", + "pattant", + "passa", + "pattasse" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11501, + "end": 11506, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Passas", + "Passât", + "Pattas", + "Pattât", + "Pacsa", + "Rasta", + "Patta", + "Rastas", + "Pattai", + "Pattant" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11507, + "end": 11513, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "pantys", + "partir", + "pastis", + "partirez", + "partira", + "patrie", + "panty", + "pister", + "astre", + "parser" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11564, + "end": 11570, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Pantys", + "Partir", + "Astre", + "Nastie", + "Raster", + "Castor", + "Master", + "Astres", + "Castrai", + "Satyre" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11571, + "end": 11578, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "pidgin", + "pirayas", + "pidgins", + "patinas", + "paginas", + "patinai", + "paginai", + "patinant", + "paginant", + "piraya" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11581, + "end": 11590, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "flambera", + "flamberas", + "flamberai", + "élaborera", + "élaboreras", + "élaborerai", + "plâtrera", + "plâtreras", + "plâtrerai" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11591, + "end": 11602, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "originaient", + "oxygénation" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11603, + "end": 11607, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11608, + "end": 11613, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Italo", + "Italie", + "Talle", + "Talla", + "Tallé", + "Tallai", + "Talles", + "Taller", + "Tallez" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11614, + "end": 11621, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Pidgin", + "Pidgins", + "Patinas", + "Paginas", + "Patinai", + "Paginai", + "Pirayas", + "Patinant", + "Paginant", + "Patinasse" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11642, + "end": 11645, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "AMD", + "Andy", + "an", + "aN", + "Ann", + "arde", + "arda", + "ardu", + "ardé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11646, + "end": 11650, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "mas", + "mach", + "Mach", + "nashi", + "macho", + "maso", + "macs", + "mars", + "mans", + "math" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11653, + "end": 11664, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "traditionnel", + "tradition al", + "tradition la", + "traditionnels" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11665, + "end": 11671, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Rondo", + "Rondeau", + "Dondon", + "Bondon", + "Rondos", + "Sondons", + "Tondons", + "Mondons", + "Pondons", + "Dondons" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11672, + "end": 11679, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "warning", + "wormien", + "forcing", + "wormiens", + "warnings", + "forcings", + "moringa", + "rotring", + "porcin", + "moringas" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11680, + "end": 11685, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "clash", + "classe", + "classa", + "classé", + "clac", + "clashs", + "clashe", + "clasha" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11686, + "end": 11690, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "foot", + "fond", + "foots", + "good", + "fonds", + "fonde", + "fonda", + "fondu" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11691, + "end": 11701, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "consistions", + "aconitine", + "sinisations", + "sinisation", + "sociations", + "sociation", + "aconitines" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11702, + "end": 11704, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "off", + "OF₂", + "AuF₃", + "o", + "offert", + "nove", + "nova", + "nové" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11707, + "end": 11714, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "savoure", + "savoura", + "savouré", + "savourai", + "savoir", + "savoures", + "savourer", + "savourez", + "savouras" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11721, + "end": 11725, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "mas", + "mach", + "Mach", + "nashi", + "macho", + "maso", + "macs", + "mars", + "mans", + "math" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11727, + "end": 11731, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Witt", + "bit", + "bits", + "bite", + "bita", + "bité", + "litho", + "lithos", + "vit" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11732, + "end": 11739, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "liqueur", + "liqueurs", + "licous", + "licou", + "liseurs", + "lisseurs", + "lissoirs", + "Missouri", + "discourtois", + "bicœurs" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11743, + "end": 11748, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "gravi", + "grave", + "grava", + "gravé", + "gravis", + "gravir", + "gravie", + "gravit", + "gravai" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11750, + "end": 11753, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "AMD", + "Andy", + "an", + "aN", + "Ann", + "arde", + "arda", + "ardu", + "ardé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11754, + "end": 11761, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "zellige", + "belles", + "zelliges", + "telline", + "mellite", + "geliez", + "tellines", + "mellites", + "enlierez", + "jolies" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11762, + "end": 11766, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "dessin", + "Tessin", + "eussé", + "cessé", + "eues", + "elle", + "sels", + "iels", + "tels", + "celé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11772, + "end": 11775, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "AMD", + "Andy", + "an", + "aN", + "Ann", + "arde", + "arda", + "ardu", + "ardé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11776, + "end": 11780, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "mas", + "mach", + "Mach", + "nashi", + "macho", + "maso", + "macs", + "mars", + "mans", + "math" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11788, + "end": 11797, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "flambera", + "flamberas", + "flamberai", + "élaborera", + "élaboreras", + "élaborerai", + "plâtrera", + "plâtreras", + "plâtrerai" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11798, + "end": 11809, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "originaient", + "oxygénation" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11810, + "end": 11814, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11815, + "end": 11818, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Thea", + "tees", + "thé", + "th", + "TH", + "DHEA", + "thés", + "théier", + "théine", + "tee" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11819, + "end": 11832, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Méditerranée", + "Méditerranéen", + "Méditerranées", + "Méditerranéens", + "Méditerranéenne", + "Méditerranéennes", + "Méditeraient" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11836, + "end": 11842, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Bilent", + "Milles", + "Millet", + "Miles", + "Miller", + "Bidule", + "Millerand", + "Bilerez", + "Bidules", + "Milena" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11843, + "end": 11847, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Das", + "DaS", + "Dast", + "Hast", + "Lads", + "Dasr", + "Dans", + "Dais", + "Basté" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11874, + "end": 11878, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "auvent", + "ove", + "auvents", + "Aure", + "ver", + "oviné", + "oves", + "ovée", + "ovin", + "ovni" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11881, + "end": 11885, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Woody", + "good", + "wolof", + "wolofs", + "wolofe", + "nobo", + "bobo", + "won", + "wok", + "wons" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11886, + "end": 11891, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fine", + "firme", + "fines", + "firmes", + "fierez", + "birbe", + "file", + "fiée", + "fige", + "nierez" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11923, + "end": 11927, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "poker", + "pokers", + "pose", + "pore", + "pote", + "pole", + "pope", + "poes", + "coke", + "poché" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11930, + "end": 11934, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "dis", + "dise", + "bis", + "dits", + "dises", + "biche", + "bicha", + "biché", + "diésa" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11935, + "end": 11937, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "off", + "OF₂", + "AuF₃", + "o", + "offert", + "nove", + "nova", + "nové" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11938, + "end": 11941, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "ra", + "Râ", + "Dawn", + "na", + "raz", + "rad", + "ras", + "rab", + "rap", + "rat" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11942, + "end": 11946, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fis", + "phis", + "bis", + "fiche", + "ficha", + "fichu", + "fiché", + "fisc", + "vis" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11947, + "end": 11950, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "AMD", + "Andy", + "an", + "aN", + "Ann", + "arde", + "arda", + "ardu", + "ardé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11951, + "end": 11958, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "sébacée", + "sébacées", + "sevrage", + "salée", + "sapée", + "sevrée", + "saveter", + "sevrages", + "steward", + "serve" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11959, + "end": 11966, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "salai", + "usai", + "calai", + "suai", + "suralle", + "suralla", + "surallé", + "usais", + "usait" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11967, + "end": 11973, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "serve", + "serbe", + "serves", + "servez", + "servie", + "servies", + "serviez", + "serbes", + "zerve", + "serte" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11977, + "end": 11981, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "riiez", + "riez", + "risse", + "ries", + "rixe", + "rirez", + "rimez", + "ripez", + "ridez", + "rivez" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11983, + "end": 11994, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "originaient", + "oxygénation" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 11995, + "end": 11999, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12000, + "end": 12006, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Hawaï", + "Hawaïen", + "Hawaïens", + "Havai", + "Halai", + "Hâtai", + "Hâlai", + "Haar", + "Bavai", + "Lavai" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12007, + "end": 12011, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Poker", + "Pokers", + "Coke", + "Token", + "Cokes", + "Noce", + "Tokens", + "Noces", + "Nocer", + "Nocez" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12013, + "end": 12021, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Hawaïen", + "Hawaïens", + "Haverai", + "Havaient", + "Bavaient", + "Savaient", + "Lavaient", + "Cavaient", + "Pavaient", + "Gavaient" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12022, + "end": 12026, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "dis", + "dise", + "bis", + "dits", + "dises", + "biche", + "bicha", + "biché", + "diésa" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12028, + "end": 12034, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "potât", + "potant", + "potâtes", + "potamot", + "pattât", + "potamots", + "potait", + "pottos", + "potto", + "patate" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12037, + "end": 12044, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "stars", + "Stark", + "sars", + "stras", + "strass", + "sitars", + "tsars", + "tarse", + "strasse", + "cars" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12045, + "end": 12049, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "rot", + "rôt", + "rots", + "rote", + "rota", + "roté", + "rôts", + "rôti", + "Roth" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12050, + "end": 12059, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "rejetable", + "végétales", + "rejetables", + "éjectable", + "végétalien", + "éjectables", + "végétale", + "végétaliens", + "végétal", + "regrettable" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12067, + "end": 12069, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "tau", + "To", + "do", + "taus", + "taud", + "taux", + "tôt", + "toc" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12070, + "end": 12073, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Thea", + "tees", + "thé", + "th", + "TH", + "DHEA", + "thés", + "théier", + "théine", + "tee" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12074, + "end": 12082, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Amerrisses", + "Amerriras", + "Amerrissez", + "Amerrira", + "Amerrissais", + "Amerrissant", + "Amerrisse", + "Émerisas", + "Émerisasse", + "Émerisa" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12095, + "end": 12103, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "spécifiez", + "spécifies", + "spécifias", + "spécifiés", + "spécifie", + "spécifia", + "spécifié", + "spécifique", + "spécifiasse" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12123, + "end": 12129, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Potât", + "Potant", + "Potâtes", + "Potamot", + "Pattât", + "Potamots", + "Potait", + "Mottât", + "Bottât", + "Pottos" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12130, + "end": 12137, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "preste", + "bretzel", + "prestée", + "prestes", + "prester", + "prestez", + "presté", + "bretzels", + "prestées" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12140, + "end": 12145, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "biaxe", + "base", + "bade", + "bave", + "baye", + "baque", + "bectes", + "becter", + "bectez", + "biaxes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12146, + "end": 12151, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "pièce", + "pièze", + "pies", + "pince", + "pissée", + "piétez", + "piégez", + "pie ce", + "piers", + "pieds" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12152, + "end": 12154, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "off", + "OF₂", + "AuF₃", + "o", + "offert", + "nove", + "nova", + "nové" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12155, + "end": 12160, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Doug", + "rough", + "douche", + "doucha", + "douché", + "douches", + "doucher", + "douchez", + "douchas" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12161, + "end": 12167, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "chape", + "saperez", + "saperde", + "salpe", + "sapes", + "saper", + "sapez", + "sapée", + "saperdes", + "chapes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12168, + "end": 12172, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "intox", + "indou", + "indous", + "indoue", + "inti", + "info", + "inox", + "intis", + "intro", + "infos" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12175, + "end": 12179, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "kaoter", + "cotte", + "knout", + "comte", + "comté", + "knouts", + "cottes", + "conter", + "kaote", + "kaota" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12180, + "end": 12187, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Preste", + "Bretzel", + "Prestée", + "Prestes", + "Prester", + "Prestez", + "Presté", + "Bretzels", + "Trente" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12188, + "end": 12193, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "ramer", + "rament", + "ramené", + "ramena", + "rame", + "ramenés", + "ramenée", + "ramener", + "ramenez" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12215, + "end": 12220, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "ramer", + "ramena", + "rament", + "ramené", + "rame", + "ramenas", + "ramenai", + "ramenés", + "ramenée" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12223, + "end": 12228, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Ramer", + "Rament", + "Ramené", + "Ramena", + "Rame", + "Ramenés", + "Ramenée", + "Ramener", + "Ramenez" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12229, + "end": 12233, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "riiez", + "riez", + "risse", + "ries", + "rixe", + "rirez", + "rimez", + "ripez", + "ridez", + "rivez" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12234, + "end": 12240, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "noble", + "iodler", + "nobles", + "noblesse", + "nodal", + "Noëlle", + "nodale", + "nodule", + "nodales", + "nodules" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12243, + "end": 12247, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "dis", + "dise", + "bis", + "dits", + "dises", + "biche", + "bicha", + "biché", + "diésa" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12253, + "end": 12257, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12258, + "end": 12262, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "riiez", + "riez", + "risse", + "ries", + "rixe", + "rirez", + "rimez", + "ripez", + "ridez", + "rivez" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12263, + "end": 12270, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "nobles", + "noblesse", + "noble", + "iodles", + "nodales", + "nodules", + "nodale", + "nodule", + "iodler", + "iodlez" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12272, + "end": 12280, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "prépare", + "prépares", + "préparer", + "préparez", + "préparée", + "préparé", + "préparera", + "prépariez", + "préparées" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12284, + "end": 12291, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "variions", + "varions", + "variorum", + "variétaux", + "variasse", + "variasses", + "variais", + "farouch", + "varias", + "variance" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12299, + "end": 12305, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "serve", + "serbe", + "serves", + "servez", + "servie", + "servies", + "serviez", + "serbes", + "zerve", + "serte" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12309, + "end": 12314, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Roth", + "brout", + "broute", + "brouts", + "brouta", + "brouté", + "broche", + "brocha", + "broché" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12316, + "end": 12326, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "tire-filet", + "tire-filets" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12328, + "end": 12337, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12342, + "end": 12346, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "col", + "coll", + "cool", + "codai", + "cordai", + "cols", + "colt", + "colo", + "cola", + "coud" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12347, + "end": 12355, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "somoni", + "communal", + "communie", + "communis", + "communia", + "communié", + "communiai", + "communale", + "communies" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12356, + "end": 12361, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fouder", + "foude", + "fouda", + "foudé", + "fonds", + "fonde", + "fonda", + "fondu" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12362, + "end": 12368, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "accros", + "accroc", + "accro", + "sarraus", + "arrosez", + "accrocs", + "acron", + "accroche", + "accrocha", + "accroché" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12369, + "end": 12373, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Das", + "DaS", + "Dast", + "Hast", + "Lads", + "Dasr", + "Dans", + "Dais", + "Basté" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12374, + "end": 12377, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "AMD", + "Andy", + "an", + "aN", + "Ann", + "arde", + "arda", + "ardu", + "ardé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12378, + "end": 12387, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Couteras", + "Coutelas", + "Couchasse", + "Souchevas", + "Coucheras", + "Coûteras", + "Sauteras", + "Souchetas", + "Souches", + "Couches" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12388, + "end": 12392, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Assia", + "ASi", + "Asiate", + "Asiates", + "Asie", + "Asma", + "Assa", + "Alia", + "Scia", + "Asmaa" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12394, + "end": 12398, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "alloc", + "assoit", + "ais", + "ales", + "alto", + "alus", + "algo", + "aloi", + "allo", + "alios" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12399, + "end": 12404, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "novons", + "clown", + "kn won", + "corne", + "corna", + "cornu", + "corné", + "nono", + "clowns" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12408, + "end": 12411, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Ph", + "PH", + "Phi", + "PHz", + "PH₃", + "PHP", + "FH" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12413, + "end": 12417, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Katy", + "Karyn", + "Kari", + "Karim", + "Katie", + "Katia", + "Kamil", + "Kava", + "Cava", + "Kwas" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12418, + "end": 12422, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Téo", + "TeV", + "Théo", + "Tomé", + "Tio", + "Tao", + "TeO₂", + "Neo", + "Ego", + "Veto" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12429, + "end": 12433, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Riiez", + "Riez", + "Risse", + "Ries", + "Rixe", + "Rirez", + "Rimez", + "Ripez", + "Ridez", + "Rivez" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12434, + "end": 12441, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Nobles", + "Noblesse", + "Noble", + "Iodles", + "Nodales", + "Nodules", + "Iodlez", + "Iodler", + "Nodale", + "Nodule" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12442, + "end": 12447, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "salade", + "sala", + "salades", + "salas", + "salât", + "salsa", + "salaud", + "salua", + "Salma", + "Salwa" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12450, + "end": 12454, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "dis", + "dise", + "bis", + "dits", + "dises", + "biche", + "bicha", + "biché", + "diésa" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12455, + "end": 12457, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "off", + "OF₂", + "AuF₃", + "o", + "offert", + "nove", + "nova", + "nové" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12458, + "end": 12463, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "mixe", + "mixes", + "mixer", + "mixez", + "mixée", + "mixte", + "nixe", + "mixé", + "mixers" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12464, + "end": 12471, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "choppe", + "chope", + "choppes", + "chopper", + "choppez", + "chopes", + "choper", + "chopez", + "chopée", + "choppé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12472, + "end": 12483, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "ingrédients", + "ingrédient" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12485, + "end": 12492, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "salai", + "usai", + "calai", + "suai", + "suralle", + "suralla", + "surallé", + "usais", + "usait" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12493, + "end": 12503, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "rejetables", + "rejetable", + "végétale", + "végétales", + "segmentale", + "regrettable" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12504, + "end": 12509, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Salade", + "Sala", + "Salades", + "Salas", + "Salât", + "Salsa", + "Salaud", + "Salua", + "Salma", + "Salwa" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12519, + "end": 12532, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Établissement", + "Établissements", + "Établissaient", + "Rétablissement", + "Rétablissements" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12573, + "end": 12580, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "saurage", + "saunage", + "sauvage", + "solage", + "sassage", + "saccagé", + "saccage", + "sassages", + "saurages" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12601, + "end": 12609, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréquent", + "friquant", + "fréquents", + "fréquente", + "fréquenta", + "fréquenté", + "fréquentes", + "fréquenter", + "fréquentez" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12621, + "end": 12628, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Saurage", + "Saunage", + "Sauvage", + "Solage", + "Sassage", + "Saccagé", + "Saccage", + "Sassages", + "Cassage" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12629, + "end": 12635, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "savoir", + "savoirs", + "savoure", + "savoura", + "savouré", + "savourai", + "savoures", + "savourer", + "savourez" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12668, + "end": 12679, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "économicité", + "économisais", + "économisait", + "économiciste", + "économicités", + "économicistes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12681, + "end": 12690, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "monnayai", + "monnayais", + "monnayait", + "monnayaient" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12697, + "end": 12701, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Liste", + "Lista", + "Listé", + "Lis", + "Listes", + "Lister", + "Listel", + "Listez", + "Listas" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12702, + "end": 12704, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "off", + "OF₂", + "AuF₃", + "o", + "offert", + "nove", + "nova", + "nové" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12714, + "end": 12721, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "sarod", + "cafardé", + "cafards", + "cafarde", + "cafarda", + "sarods", + "cafard", + "scaphoïde", + "scaphoïdes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12722, + "end": 12735, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Établissement", + "Établissements", + "Établissaient", + "Rétablissement", + "Rétablissements" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12772, + "end": 12779, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Cafardé", + "Cafards", + "Cafarde", + "Cafarda", + "Sarod", + "Sarods", + "Cafard", + "Scaphoïde", + "Scaphoïdes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12791, + "end": 12795, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Medan", + "méat", + "mDa", + "MDa", + "DEA", + "mette", + "mettes", + "mettez", + "méats", + "mesa" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12796, + "end": 12800, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "dis", + "dise", + "bis", + "dits", + "dises", + "biche", + "bicha", + "biché", + "diésa" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12801, + "end": 12807, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "coke", + "cokes", + "cookie", + "cokse", + "cookies", + "coco", + "cokses", + "cokser", + "coksez", + "coksée" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12822, + "end": 12832, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "rôtisserie", + "rôtisseries", + "ratisseriez", + "cotiseriez", + "retisseriez", + "érotiseriez" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12834, + "end": 12845, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "originaient", + "oxygénation" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12849, + "end": 12852, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Thea", + "tees", + "thé", + "th", + "TH", + "DHEA", + "thés", + "théier", + "théine", + "tee" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12853, + "end": 12859, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Bilent", + "Milles", + "Millet", + "Miles", + "Miller", + "Bidule", + "Millerand", + "Bilerez", + "Bidules", + "Milena" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12860, + "end": 12864, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Das", + "DaS", + "Dast", + "Hast", + "Lads", + "Dasr", + "Dans", + "Dais", + "Basté" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12896, + "end": 12900, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12901, + "end": 12908, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "blende", + "blendes", + "blender", + "Blender", + "blenders", + "blindée", + "blinde", + "blonde", + "blindes", + "blinder" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12916, + "end": 12926, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "rejetables", + "rejetable", + "végétale", + "végétales", + "segmentale", + "regrettable" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12931, + "end": 12936, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Othe", + "ôtera", + "Othello", + "ether", + "éther", + "Uther", + "ethers", + "éthers", + "ohé", + "thé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12937, + "end": 12948, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "ingrédients", + "ingrédient" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12958, + "end": 12968, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12972, + "end": 12982, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "panifiasse", + "panifiasses" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 12993, + "end": 13004, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "originaient", + "oxygénation" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13008, + "end": 13019, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Scandinavie", + "Scandinavisme", + "Scandinavismes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13020, + "end": 13030, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13031, + "end": 13035, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "soda", + "sodas", + "sodar", + "Souad", + "coda", + "soma", + "sofa", + "soya", + "soja", + "soap" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13086, + "end": 13090, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Soda", + "Sodas", + "Sodar", + "Souad", + "Roba", + "Loba", + "Goba", + "Coda", + "Robas", + "Lobas" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13091, + "end": 13095, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "soupe", + "soupa", + "soupé", + "sou", + "soupes", + "souper", + "soupez", + "soupas", + "soupai" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13096, + "end": 13109, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Établissement", + "Établissements", + "Établissaient", + "Rétablissement", + "Rétablissements" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13138, + "end": 13142, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Soupe", + "Soupa", + "Soupé", + "Sou", + "Soupes", + "Souper", + "Soupez", + "Soupas", + "Soupai" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13154, + "end": 13158, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Maël", + "Mia", + "émia", + "menai", + "menais", + "menait", + "mesa", + "merl", + "mena", + "menaient" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13159, + "end": 13161, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "off", + "OF₂", + "AuF₃", + "o", + "offert", + "nove", + "nova", + "nové" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13162, + "end": 13166, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Medef", + "émet", + "mède", + "mette", + "mettes", + "mettez", + "mets", + "me", + "ment", + "meut" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13167, + "end": 13173, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "serve", + "serbe", + "serves", + "servez", + "servie", + "servies", + "serviez", + "serbes", + "zerve", + "serte" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13179, + "end": 13185, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "sevrer", + "sevrez", + "sécher", + "secte", + "semée", + "sievert", + "scène", + "séchera", + "sieverts", + "sectes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13187, + "end": 13198, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "originaient", + "oxygénation" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13202, + "end": 13208, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Geeke", + "Greens", + "Grèce", + "Creek", + "Geekes", + "Geeker", + "Geekez", + "Tresse", + "Presse", + "Dresse" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13226, + "end": 13231, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "trick", + "stick", + "dhikrs", + "tiki", + "dhikr", + "chic", + "tricks", + "ticket", + "sticks", + "thiase" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13232, + "end": 13235, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "coud", + "sut", + "lutz", + "sud", + "couds", + "coude", + "couda" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13236, + "end": 13238, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "off", + "OF₂", + "AuF₃", + "o", + "offert", + "nove", + "nova", + "nové" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13239, + "end": 13243, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Hefei", + "be", + "bene", + "bief", + "bref", + "bée", + "biefs", + "brefs", + "vexe", + "bey" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13245, + "end": 13252, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "salai", + "usai", + "calai", + "suai", + "suralle", + "suralla", + "surallé", + "usais", + "usait" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13253, + "end": 13260, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "grille", + "grilles", + "griller", + "grillet", + "grillez", + "grillée", + "grillé", + "brille", + "grillera" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13262, + "end": 13265, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Se", + "S", + "Sean", + "Seat", + "Seth", + "Tee", + "Tees", + "Semé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13266, + "end": 13270, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "alloc", + "assoit", + "ais", + "ales", + "alto", + "alus", + "algo", + "aloi", + "allo", + "alios" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13413, + "end": 13417, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Maël", + "Mia", + "émia", + "menai", + "menais", + "menait", + "mesa", + "merl", + "mena", + "menaient" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13418, + "end": 13420, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "off", + "OF₂", + "AuF₃", + "o", + "offert", + "nove", + "nova", + "nové" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13421, + "end": 13427, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "folie", + "folle", + "fonde", + "foude", + "foule", + "folles", + "follet", + "folies", + "foliée", + "solde" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13438, + "end": 13442, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Witt", + "bit", + "bits", + "bite", + "bita", + "bité", + "litho", + "lithos", + "vit" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13445, + "end": 13449, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Medan", + "méat", + "mDa", + "MDa", + "DEA", + "mette", + "mettes", + "mettez", + "méats", + "mesa" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13453, + "end": 13462, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "rejetable", + "végétales", + "rejetables", + "éjectable", + "végétalien", + "éjectables", + "végétale", + "végétaliens", + "végétal", + "regrettable" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13463, + "end": 13470, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "filin", + "filins", + "fixing", + "filions", + "tilling", + "Killing", + "Jilin", + "tillings", + "fixings", + "filons" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13472, + "end": 13483, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "originaient", + "oxygénation" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13499, + "end": 13507, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "tacticité", + "tacticien", + "tacticités", + "tacticiens", + "taquinai", + "aquabike" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13510, + "end": 13515, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "DHEA", + "sweat", + "sweats", + "sweater", + "Thea", + "Veda", + "chewa", + "chats", + "khats", + "vestes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13516, + "end": 13520, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "bal", + "dal", + "daL", + "bals", + "balle", + "balla", + "ballé", + "ba", + "balsa" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13521, + "end": 13525, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Witt", + "bit", + "bits", + "bite", + "bita", + "bité", + "litho", + "lithos", + "vit" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13528, + "end": 13535, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "filin", + "filins", + "fixing", + "filions", + "tilling", + "Killing", + "Jilin", + "tillings", + "fixings", + "filons" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13537, + "end": 13548, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "originaient", + "oxygénation" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13552, + "end": 13557, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Jappant", + "Jappa", + "Jappas", + "Jappât", + "Rappa", + "Râpa", + "Japon", + "Mappa", + "Japper", + "Jappasse" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13558, + "end": 13566, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Aquabike", + "Tacticité", + "Tacticien", + "Tacticités", + "Tacticiens", + "Taquinai" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13567, + "end": 13570, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "DEA", + "te", + "deal", + "Dean", + "de", + "deals", + "deale", + "deala", + "dealé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13584, + "end": 13586, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "bye", + "b", + "dyn", + "byebye", + "dyne", + "bis", + "bit", + "bio", + "bic", + "bip" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13587, + "end": 13595, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "sleeping", + "sleepings", + "Steiner", + "Stephen", + "Stepan" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13596, + "end": 13599, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "DEA", + "te", + "deal", + "Dean", + "de", + "deals", + "deale", + "deala", + "dealé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13600, + "end": 13606, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "lavées", + "laverez", + "levées", + "levers", + "levez", + "lavez", + "lavée", + "slaves", + "élavés", + "levasse" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13620, + "end": 13623, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "DEA", + "Te", + "Deal", + "Dean", + "Ted", + "TeV", + "Tia", + "TPa", + "TDa", + "Zea" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13624, + "end": 13628, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "buron", + "burons", + "Odon", + "ud on", + "ud no", + "euro", + "usons", + "sumo", + "adonc", + "dione" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13631, + "end": 13636, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "DHEA", + "sweat", + "sweats", + "sweater", + "Thea", + "Veda", + "chewa", + "chats", + "khats", + "vestes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13637, + "end": 13643, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "noble", + "iodler", + "nobles", + "noblesse", + "nodal", + "Noëlle", + "nodale", + "nodule", + "nodales", + "nodules" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13644, + "end": 13648, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "dis", + "dise", + "bis", + "dits", + "dises", + "biche", + "bicha", + "biché", + "diésa" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13650, + "end": 13661, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "originaient", + "oxygénation" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13665, + "end": 13670, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Jappant", + "Jappa", + "Jappas", + "Jappât", + "Rappa", + "Râpa", + "Japon", + "Mappa", + "Japper", + "Jappasse" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13671, + "end": 13675, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Odon", + "Adonc", + "Adonis", + "Duodis", + "Ugo", + "Buron", + "Durons", + "Adonisa", + "Adonisé", + "Adonise" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13676, + "end": 13682, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "raffolé", + "rafles", + "rafler", + "raflez", + "raflée", + "salles", + "taffes", + "taffer", + "taffez", + "rafale" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13692, + "end": 13698, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Avalé", + "Avalés", + "Avalasse", + "Raffolé", + "Avale", + "Avals", + "Avala", + "Avalée", + "Avales" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13699, + "end": 13704, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "whigs", + "rings", + "oings", + "kings", + "ingés", + "winch", + "vinsse", + "tinsse", + "winchs", + "vinsses" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13705, + "end": 13718, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Établissement", + "Établissements", + "Établissaient", + "Rétablissement", + "Rétablissements" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13764, + "end": 13768, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "whig", + "ring", + "oing", + "ding", + "king", + "King", + "whigs", + "vingt", + "singe", + "singé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13780, + "end": 13784, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Maël", + "Mia", + "émia", + "menai", + "menais", + "menait", + "mesa", + "merl", + "mena", + "menaient" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13785, + "end": 13787, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "off", + "OF₂", + "AuF₃", + "o", + "offert", + "nove", + "nova", + "nové" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13788, + "end": 13792, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Medef", + "émet", + "mède", + "mette", + "mettes", + "mettez", + "mets", + "me", + "ment", + "meut" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13793, + "end": 13799, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "serve", + "serbe", + "serves", + "servez", + "servie", + "servies", + "serviez", + "serbes", + "zerve", + "serte" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13805, + "end": 13811, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "sevrer", + "sevrez", + "sécher", + "secte", + "semée", + "sievert", + "scène", + "séchera", + "sieverts", + "sectes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13813, + "end": 13824, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "originaient", + "oxygénation" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13828, + "end": 13833, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Jappant", + "Jappa", + "Jappas", + "Jappât", + "Rappa", + "Râpa", + "Japon", + "Mappa", + "Japper", + "Jappasse" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13843, + "end": 13847, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Thiès", + "Chis", + "Khis", + "Hais", + "Huis", + "Thuin", + "Chi", + "Trish", + "Tisse", + "Tissa" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13854, + "end": 13856, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Isa", + "ISO", + "i", + "ici", + "inca", + "ys", + "incas", + "riez", + "niez", + "tics" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13864, + "end": 13872, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "empalât", + "empilâtes", + "empalâtes", + "méplates", + "méplate", + "méplats", + "empilât", + "rempart", + "replats", + "méplat" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13873, + "end": 13877, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Witt", + "bit", + "bits", + "bite", + "bita", + "bité", + "litho", + "lithos", + "vit" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13880, + "end": 13887, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "défauts", + "dealâtes", + "défaut", + "dealât", + "défoule", + "défoula", + "défoulé", + "défunts", + "défunte" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13903, + "end": 13910, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Enlises", + "Enlisas", + "Enlisés", + "Engins", + "Angliche", + "Églises", + "Angliches", + "Enlise", + "Enlisa", + "Enlisé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13912, + "end": 13920, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Éditable", + "Éditables", + "Évitable", + "Évitables" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 13921, + "end": 13925, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "hère", + "hersé", + "herbé", + "ber", + "hersés", + "hersée", + "herbés", + "herbée" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14081, + "end": 14090, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Wikipédia" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14097, + "end": 14103, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "biker", + "baser", + "bader", + "baver", + "bayer", + "bikers", + "bikeur", + "basera", + "badera", + "bavera" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14213, + "end": 14217, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "shot", + "show", + "chope", + "chopa", + "chopé", + "coops", + "stop", + "soap", + "shots" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14220, + "end": 14226, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "biker", + "baser", + "bader", + "baver", + "bayer", + "bikers", + "bikeur", + "basera", + "badera", + "bavera" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14229, + "end": 14235, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Racer", + "Lacer", + "Caser", + "Biker", + "Lacerie", + "Lacerai", + "Caserai", + "Sacrer", + "Racers", + "Nacrer" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14240, + "end": 14243, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "AMD", + "Andy", + "an", + "aN", + "Ann", + "arde", + "arda", + "ardu", + "ardé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14258, + "end": 14265, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "seringa", + "Seraing", + "servi ng", + "servions", + "seringas", + "seringat", + "serine", + "serins", + "serina", + "seriné" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14266, + "end": 14270, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "bot", + "bodhi", + "bodhis", + "hot", + "bots", + "bote", + "dot", + "boit", + "bort", + "bouh" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14271, + "end": 14280, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "alcoolisai", + "alcoolise", + "alcoolisa", + "alcoolisé", + "alcoolises", + "alcooliser", + "alcoolisez", + "alcoolisas", + "alcoolisés" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14288, + "end": 14291, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "AMD", + "Andy", + "an", + "aN", + "Ann", + "arde", + "arda", + "ardu", + "ardé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14292, + "end": 14296, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "foot", + "fond", + "foots", + "good", + "fonds", + "fonde", + "fonda", + "fondu" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14298, + "end": 14307, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "typisai", + "typisais", + "typisait", + "typisaient", + "tibial", + "tapissai", + "tibiale", + "trivial", + "triviale" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14316, + "end": 14319, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "AMD", + "Andy", + "an", + "aN", + "Ann", + "arde", + "arda", + "ardu", + "ardé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14320, + "end": 14327, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "grille", + "grilles", + "griller", + "grillet", + "grillez", + "grillée", + "grillé", + "brille", + "grillera" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14379, + "end": 14384, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "rôtis", + "rôtisse", + "rôti", + "rôtir", + "rôtie", + "rôtit", + "rotin", + "rôtît", + "Rotin", + "rosisse" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14426, + "end": 14429, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Bq", + "b", + "bec", + "bic", + "bac", + "becs", + "bics", + "bacs", + "bock", + "ba" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14448, + "end": 14458, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "sidéroses", + "sidérose", + "sidérons" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14459, + "end": 14467, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Informa", + "Infirma", + "Informas", + "Informel", + "Informât", + "Informai", + "Infirmas", + "Informels", + "Informasse", + "Informulé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14480, + "end": 14484, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "TDa", + "thaï", + "tant", + "tact", + "tait", + "chat", + "khat", + "thêta", + "th ta", + "tarte" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14491, + "end": 14498, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "ratura", + "naturel", + "matura", + "naturels", + "raturas", + "nattera", + "maturas", + "maturât", + "raturai", + "maturai" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14506, + "end": 14511, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "cirera", + "cidre", + "cirer", + "citer", + "aiderez", + "riderez", + "eiders", + "sierra", + "coder", + "niez" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14512, + "end": 14520, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "directif", + "direct yl", + "directifs", + "adressai", + "adressait", + "adressais" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14521, + "end": 14525, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14543, + "end": 14546, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Thea", + "tees", + "thé", + "th", + "TH", + "DHEA", + "thés", + "théier", + "théine", + "tee" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14547, + "end": 14552, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "cirera", + "cidre", + "cirer", + "citer", + "aiderez", + "riderez", + "eiders", + "sierra", + "coder", + "niez" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14559, + "end": 14562, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "AMD", + "Andy", + "an", + "aN", + "Ann", + "arde", + "arda", + "ardu", + "ardé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14563, + "end": 14572, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "typisai", + "typisais", + "typisait", + "typisaient", + "tibial", + "tapissai", + "tibiale", + "trivial", + "triviale" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14573, + "end": 14578, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "offert", + "nove", + "offerts", + "offerte", + "aune", + "ove", + "offre", + "offset", + "offres", + "offrez" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14595, + "end": 14605, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "consistions", + "aconitine", + "sinisations", + "sinisation", + "sociations", + "sociation", + "aconitines" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14606, + "end": 14608, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "off", + "OF₂", + "AuF₃", + "o", + "offert", + "nove", + "nova", + "nové" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14609, + "end": 14612, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "COD", + "cob", + "code", + "coda", + "codé", + "codez", + "codex", + "codes", + "codet" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14623, + "end": 14628, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "frise", + "frire", + "frite", + "frime", + "fripe", + "brie", + "frises", + "friser", + "frisez", + "frites" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14629, + "end": 14632, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "COD", + "cob", + "code", + "coda", + "codé", + "codez", + "codex", + "codes", + "codet" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14633, + "end": 14636, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "AMD", + "Andy", + "an", + "aN", + "Ann", + "arde", + "arda", + "ardu", + "ardé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14637, + "end": 14641, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "chope", + "chopa", + "chopé", + "chopes", + "choper", + "chopez", + "chopas", + "chopai", + "chopés" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14649, + "end": 14654, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Amener", + "Rame", + "Amer", + "Iambe", + "Anale", + "Samedi", + "Amenez", + "Nantes", + "Nate", + "Iambes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14656, + "end": 14664, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Sidérera", + "Sidéreras", + "Sidéreraient", + "Sidérerai", + "Cidrerie", + "Sidérerais", + "Sidérerait", + "Cidreries" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14669, + "end": 14676, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "spasmes", + "panics", + "spahis", + "sprays", + "panic", + "spammes", + "spammas", + "spammés", + "spams", + "spammais" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14681, + "end": 14692, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14704, + "end": 14715, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14796, + "end": 14803, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "seringa", + "Seraing", + "servi ng", + "servions", + "seringas", + "seringat", + "serine", + "serins", + "serina", + "seriné" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14804, + "end": 14808, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "bene", + "béer", + "ben", + "Ben", + "béera", + "bers", + "berk", + "be", + "beur", + "bénef" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14809, + "end": 14812, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "AMD", + "Andy", + "an", + "aN", + "Ann", + "arde", + "arda", + "ardu", + "ardé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14813, + "end": 14817, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "foot", + "fond", + "foots", + "good", + "fonds", + "fonde", + "fonda", + "fondu" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14829, + "end": 14831, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Isa", + "ISO", + "i", + "ici", + "inca", + "ys", + "incas", + "riez", + "niez", + "tics" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14844, + "end": 14851, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "berner", + "bréler", + "reverdi", + "reverra", + "reverrai", + "bernera", + "aberrer", + "bernerez", + "braver", + "brélerai" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14882, + "end": 14884, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "off", + "OF₂", + "AuF₃", + "o", + "offert", + "nove", + "nova", + "nové" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14885, + "end": 14889, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "foot", + "fond", + "foots", + "good", + "fonds", + "fonde", + "fonda", + "fondu" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14890, + "end": 14899, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "typisai", + "typisais", + "typisait", + "typisaient", + "tibial", + "tapissai", + "tibiale", + "trivial", + "triviale" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14900, + "end": 14906, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "serve", + "serbe", + "serves", + "servez", + "servie", + "servies", + "serviez", + "serbes", + "zerve", + "serte" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14907, + "end": 14909, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "aT", + "At", + "ad", + "Ath", + "atm", + "acd", + "ado", + "a", + "rada", + "radé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14910, + "end": 14913, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Thea", + "tees", + "thé", + "th", + "TH", + "DHEA", + "thés", + "théier", + "théine", + "tee" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14914, + "end": 14923, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Beijing", + "bégayions" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14924, + "end": 14926, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "off", + "OF₂", + "AuF₃", + "o", + "offert", + "nove", + "nova", + "nové" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14927, + "end": 14930, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Thea", + "tees", + "thé", + "th", + "TH", + "DHEA", + "thés", + "théier", + "théine", + "tee" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14931, + "end": 14934, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "dA", + "Da", + "dDa", + "daA", + "baye", + "baya", + "bayé", + "ba", + "bayes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14960, + "end": 14962, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "off", + "OF₂", + "AuF₃", + "o", + "offert", + "nove", + "nova", + "nové" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14963, + "end": 14967, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "foot", + "fond", + "foots", + "good", + "fonds", + "fonde", + "fonda", + "fondu" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14968, + "end": 14977, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "inclusion", + "inclusions", + "insuline", + "insulines" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14978, + "end": 14986, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "lamentés", + "éléments", + "lamentes", + "lamentas", + "lamentos", + "lamenté", + "cléments", + "élément", + "clément", + "lamentez" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14987, + "end": 14989, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "off", + "OF₂", + "AuF₃", + "o", + "offert", + "nove", + "nova", + "nové" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 14990, + "end": 14994, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "bot", + "bodhi", + "bodhis", + "hot", + "bots", + "bote", + "dot", + "boit", + "bort", + "bouh" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15005, + "end": 15008, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "AMD", + "Andy", + "an", + "aN", + "Ann", + "arde", + "arda", + "ardu", + "ardé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15042, + "end": 15049, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "seringa", + "Seraing", + "servi ng", + "servions", + "seringas", + "seringat", + "serine", + "serins", + "serina", + "seriné" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15050, + "end": 15054, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "foot", + "fond", + "foots", + "good", + "fonds", + "fonde", + "fonda", + "fondu" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15055, + "end": 15059, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15062, + "end": 15068, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Shane", + "sabre", + "sabres", + "sabrer", + "sabrez", + "carre", + "scare", + "sacre", + "charte", + "charme" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15075, + "end": 15079, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "TDa", + "thaï", + "tant", + "tact", + "tait", + "chat", + "khat", + "thêta", + "th ta", + "tarte" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15080, + "end": 15082, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Isa", + "ISO", + "i", + "ici", + "inca", + "ys", + "incas", + "riez", + "niez", + "tics" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15083, + "end": 15089, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "dises", + "disse", + "biche", + "dièse", + "disses", + "diesel", + "diésée", + "diéser", + "diésel", + "diésez" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15094, + "end": 15096, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "tau", + "To", + "do", + "taus", + "taud", + "taux", + "tôt", + "toc" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15097, + "end": 15101, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "taché", + "caché", + "mach", + "tachés", + "tachée", + "basé", + "caches", + "cacher", + "cachet", + "cachez" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15115, + "end": 15128, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "bruissassent", + "russisassent", + "brunchassent" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15137, + "end": 15144, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "seringa", + "Seraing", + "servi ng", + "servions", + "seringas", + "seringat", + "serine", + "serins", + "serina", + "seriné" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15145, + "end": 15149, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "foot", + "fond", + "foots", + "good", + "fonds", + "fonde", + "fonda", + "fondu" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15150, + "end": 15153, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "AMD", + "Andy", + "an", + "aN", + "Ann", + "arde", + "arda", + "ardu", + "ardé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15154, + "end": 15158, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "vine", + "sine", + "aine", + "tine", + "mine", + "rien", + "riez", + "ried", + "ries", + "riel" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15160, + "end": 15166, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "saumon", + "Comoé", + "commun", + "compo", + "combo", + "coron", + "coton", + "colon", + "cocon", + "codon" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15170, + "end": 15177, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Austin", + "Austral", + "Australs", + "Australe", + "Astrid", + "Sutra", + "Sautaient", + "Sautais", + "Sautait", + "Sûtra" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15179, + "end": 15186, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Similor", + "Similors", + "Simula", + "Smilla", + "Smillas", + "Smillai", + "Smillaient", + "Smillais", + "Smillait", + "Similaire" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15187, + "end": 15189, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "tau", + "To", + "do", + "taus", + "taud", + "taux", + "tôt", + "toc" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15200, + "end": 15208, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "beurriers", + "beurrier", + "théurge", + "périgée", + "théurgie", + "théurges", + "démurger", + "pénurie", + "périgées", + "théurgies" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15211, + "end": 15215, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Dell", + "dei", + "delà", + "délit", + "délie", + "délié", + "délia", + "deal", + "demi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15224, + "end": 15228, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "TDa", + "thaï", + "tant", + "tact", + "tait", + "chat", + "khat", + "thêta", + "th ta", + "tarte" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15229, + "end": 15234, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "sels", + "sel", + "sellez", + "sepsis", + "seille", + "ciels", + "selle", + "sella", + "sellé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15235, + "end": 15240, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "méats", + "matés", + "mâtés", + "mates", + "matis", + "matit", + "matas", + "maths", + "Keats", + "méat" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15242, + "end": 15249, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Chessex", + "chebecs", + "cessées", + "cesserez", + "cessés", + "cessez", + "cessée", + "cessasse", + "censées", + "cessiez" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15251, + "end": 15254, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "AMD", + "Andy", + "an", + "aN", + "Ann", + "arde", + "arda", + "ardu", + "ardé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15255, + "end": 15263, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "prépare", + "prépares", + "préparer", + "préparez", + "préparée", + "préparé", + "préparera", + "prépariez", + "préparées" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15264, + "end": 15269, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "foots", + "fonds", + "fosses", + "fossés", + "boost", + "fond", + "foc", + "boosts", + "booste" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15270, + "end": 15282, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Délicatesse", + "Délicatesses", + "Délicatement" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15299, + "end": 15301, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "off", + "OF₂", + "AuF₃", + "o", + "offert", + "nove", + "nova", + "nové" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15302, + "end": 15307, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "weed", + "sweat", + "tweet", + "sweats", + "weeds", + "sweater", + "tweets", + "tweete", + "tweeta" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15308, + "end": 15313, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "foots", + "fonds", + "fosses", + "fossés", + "boost", + "fond", + "foc", + "boosts", + "booste" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15314, + "end": 15321, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "salai", + "usai", + "calai", + "suai", + "suralle", + "suralla", + "surallé", + "usais", + "usait" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15322, + "end": 15327, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "ratée", + "rate", + "ratte", + "ester", + "enter", + "entre", + "ether", + "rates", + "rater", + "ratel" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15336, + "end": 15340, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Maël", + "Mia", + "émia", + "menai", + "menais", + "menait", + "mesa", + "merl", + "mena", + "menaient" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15349, + "end": 15352, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "dime", + "dîme", + "nib", + "dimes", + "dîmes", + "diane", + "ni", + "die", + "dis", + "dia" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15353, + "end": 15356, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "sumo", + "su", + "sumos", + "nu", + "sud", + "sus", + "sue", + "sut", + "sua" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15359, + "end": 15368, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Cantonnes", + "Cantonnerez", + "Cantonnés", + "Cantonnée", + "Cantonnées", + "Cantines", + "Cantonnas", + "Cantonnasse", + "Centauresse", + "Santonnes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15369, + "end": 15375, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "diriger", + "dinions", + "dînions", + "dirige", + "dirigé", + "Xining", + "diriges", + "dirigea", + "dirigez" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15386, + "end": 15391, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Werber", + "verbe", + "weber", + "verres", + "verrez", + "webers", + "verbes", + "verré", + "wéber", + "Theresa" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15399, + "end": 15404, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "ennoyai", + "envoyai", + "ennoya", + "ennoyé", + "ensoi", + "envoi", + "envoya", + "envoyé", + "ennoie" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15405, + "end": 15412, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Chines", + "Chimes", + "Chinerez", + "Chinés", + "Chinée", + "Chiées", + "Chênes", + "Chine se", + "Chineuse", + "Chine es" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15413, + "end": 15416, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "DEA", + "te", + "deal", + "Dean", + "de", + "deals", + "deale", + "deala", + "dealé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15417, + "end": 15420, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "AMD", + "Andy", + "an", + "aN", + "Ann", + "arde", + "arda", + "ardu", + "ardé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15421, + "end": 15431, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "vitesses", + "vitesse", + "bye-bye", + "diésiez" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15432, + "end": 15435, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "dime", + "dîme", + "nib", + "dimes", + "dîmes", + "diane", + "ni", + "die", + "dis", + "dia" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15436, + "end": 15439, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "sumo", + "su", + "sumos", + "nu", + "sud", + "sus", + "sue", + "sut", + "sua" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15440, + "end": 15446, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "biches", + "diesel", + "disses", + "diesels", + "dises", + "disse", + "bichez", + "dictes", + "biche", + "doches" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15448, + "end": 15453, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "ôterez", + "ôter", + "rote", + "opter", + "rotes", + "roter", + "rotez", + "after", + "optent", + "obtenu" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15454, + "end": 15460, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "serve", + "serbe", + "serves", + "servez", + "servie", + "servies", + "serviez", + "serbes", + "zerve", + "serte" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15464, + "end": 15470, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "bambou", + "bambous", + "barbon", + "bamboche", + "bambocha", + "bamboché", + "bamboches", + "bambocher", + "bambochez" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15502, + "end": 15509, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "relaxe", + "relaxes", + "relaxer", + "relaxez", + "relaxée", + "relace", + "relaxé", + "relaces", + "relacer" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15517, + "end": 15524, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "string", + "seinen", + "seringa", + "sextine", + "strings", + "seitan", + "seringas", + "seringat", + "sextines", + "satiné" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15525, + "end": 15528, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Dime", + "Dîme", + "Nib", + "Dimes", + "Dîmes", + "Ni", + "Die", + "Dieu", + "Tim", + "Vim" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15529, + "end": 15532, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "sumo", + "su", + "sumos", + "nu", + "sud", + "sus", + "sue", + "sut", + "sua" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15541, + "end": 15547, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "casuel", + "casuels", + "casai", + "cassai", + "casais", + "casait", + "caguai", + "caquai", + "causai", + "casquai" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15559, + "end": 15566, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "salai", + "usai", + "calai", + "suai", + "suralle", + "suralla", + "surallé", + "usais", + "usait" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15567, + "end": 15574, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "seringa", + "Seraing", + "servi ng", + "servions", + "seringas", + "seringat", + "serine", + "serins", + "serina", + "seriné" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15575, + "end": 15583, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Amerriras", + "Amerrira", + "Amerrissant", + "Américano", + "Américanos", + "Amerrissent", + "Amerrissons", + "Américanité", + "Américanise", + "Américanisa" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15603, + "end": 15609, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "diriger", + "dinions", + "dînions", + "dirige", + "dirigé", + "Xining", + "diriges", + "dirigea", + "dirigez" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15613, + "end": 15620, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "pascale", + "pascales", + "buccale", + "pascal", + "buccales", + "apicale", + "pascals", + "buccal", + "apicales", + "quiscales" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15632, + "end": 15639, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "salai", + "usai", + "calai", + "suai", + "suralle", + "suralla", + "surallé", + "usais", + "usait" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15640, + "end": 15647, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "seringa", + "Seraing", + "servi ng", + "servions", + "seringas", + "seringat", + "serine", + "serins", + "serina", + "seriné" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15648, + "end": 15653, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "maclas", + "mesas", + "merls", + "menas", + "massai", + "maclai", + "massés", + "massée", + "miels", + "malis" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15679, + "end": 15685, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "diriger", + "dinions", + "dînions", + "dirige", + "dirigé", + "Xining", + "diriges", + "dirigea", + "dirigez" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15686, + "end": 15691, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "frise", + "frire", + "frite", + "frime", + "fripe", + "brie", + "frises", + "friser", + "frisez", + "frites" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15692, + "end": 15696, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "foot", + "fond", + "foots", + "good", + "fonds", + "fonde", + "fonda", + "fondu" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15705, + "end": 15707, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "off", + "OF₂", + "AuF₃", + "o", + "offert", + "nove", + "nova", + "nové" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15708, + "end": 15712, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "foot", + "fond", + "foots", + "good", + "fonds", + "fonde", + "fonda", + "fondu" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15713, + "end": 15718, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Werber", + "verbe", + "weber", + "verres", + "verrez", + "webers", + "verbes", + "verré", + "wéber", + "Theresa" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15729, + "end": 15735, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "coke", + "cokes", + "cookie", + "cokse", + "cookies", + "coco", + "cokses", + "cokser", + "coksez", + "coksée" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15739, + "end": 15742, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "oïl", + "oie", + "ois", + "oit", + "oui", + "obi", + "oies", + "œil", + "sil", + "ail" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15743, + "end": 15749, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Firmin", + "Firminy", + "Ricin", + "Gringe", + "Gringo", + "Bringé", + "Ricine", + "Riciné", + "Riions", + "Freyja" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15781, + "end": 15788, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "seringa", + "Seraing", + "servi ng", + "servions", + "seringas", + "seringat", + "serine", + "serins", + "serina", + "seriné" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15796, + "end": 15801, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "trissé", + "tries", + "cries", + "pries", + "criss", + "privez", + "crie", + "prive", + "trissa" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15802, + "end": 15805, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "AMD", + "Andy", + "an", + "aN", + "Ann", + "arde", + "arda", + "ardu", + "ardé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15806, + "end": 15811, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Othe", + "ôtera", + "Othello", + "ether", + "éther", + "Uther", + "ethers", + "éthers", + "ohé", + "thé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15812, + "end": 15817, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "foots", + "fonds", + "fosses", + "fossés", + "boost", + "fond", + "foc", + "boosts", + "booste" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15819, + "end": 15825, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "saumon", + "Comoé", + "commun", + "compo", + "combo", + "coron", + "coton", + "colon", + "cocon", + "codon" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15829, + "end": 15836, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Belgique", + "Héliums", + "Hélium", + "Béguin", + "Béguins", + "Béguine" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15837, + "end": 15840, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "AMD", + "Andy", + "an", + "aN", + "Ann", + "arde", + "arda", + "ardu", + "ardé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15841, + "end": 15844, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Thea", + "tees", + "thé", + "th", + "TH", + "DHEA", + "thés", + "théier", + "théine", + "tee" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15845, + "end": 15856, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Etherpad" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15881, + "end": 15883, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "off", + "OF₂", + "AuF₃", + "o", + "offert", + "nove", + "nova", + "nové" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15884, + "end": 15888, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "foot", + "fond", + "foots", + "good", + "fonds", + "fonde", + "fonda", + "fondu" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15889, + "end": 15893, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "TDa", + "thaï", + "tant", + "tact", + "tait", + "chat", + "khat", + "thêta", + "th ta", + "tarte" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15894, + "end": 15906, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "incorporâtes", + "incorporâmes", + "incorpora tes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15907, + "end": 15915, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "lamentés", + "éléments", + "lamentes", + "lamentas", + "lamentos", + "lamenté", + "cléments", + "élément", + "clément", + "lamentez" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15916, + "end": 15920, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15930, + "end": 15939, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "différent", + "diffèrent", + "différend", + "différents", + "différente", + "différant", + "différends", + "différentes", + "biffèrent", + "différâtes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15983, + "end": 15990, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "seringa", + "Seraing", + "servi ng", + "servions", + "seringas", + "seringat", + "serine", + "serins", + "serina", + "seriné" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15991, + "end": 15998, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "grille", + "grilles", + "griller", + "grillet", + "grillez", + "grillée", + "grillé", + "brille", + "grillera" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 15999, + "end": 16003, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "foot", + "fond", + "foots", + "good", + "fonds", + "fonde", + "fonda", + "fondu" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16005, + "end": 16014, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Commettiez", + "Cométaire", + "Comédien", + "Cométaires", + "Comédie", + "Comédies", + "Commentâmes", + "Compétiez", + "Compétâmes", + "Commentiez" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16015, + "end": 16021, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "cale", + "cales", + "caler", + "calez", + "calée", + "calte", + "calme", + "calé", + "calera" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16041, + "end": 16044, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Thea", + "tees", + "thé", + "th", + "TH", + "DHEA", + "thés", + "théier", + "théine", + "tee" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16045, + "end": 16051, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Unîtes", + "Ummite", + "Unité", + "Unit de", + "Unités", + "Unies", + "Untel", + "Uniate", + "Untels", + "Usitée" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16060, + "end": 16068, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "beurriers", + "beurrier", + "théurge", + "périgée", + "théurgie", + "théurges", + "démurger", + "pénurie", + "périgées", + "théurgies" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16077, + "end": 16084, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "seringa", + "Seraing", + "servi ng", + "servions", + "seringas", + "seringat", + "serine", + "serins", + "serina", + "seriné" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16085, + "end": 16089, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "foot", + "fond", + "foots", + "good", + "fonds", + "fonde", + "fonda", + "fondu" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16090, + "end": 16093, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "AMD", + "Andy", + "an", + "aN", + "Ann", + "arde", + "arda", + "ardu", + "ardé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16094, + "end": 16098, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "vine", + "sine", + "aine", + "tine", + "mine", + "rien", + "riez", + "ried", + "ries", + "riel" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16100, + "end": 16106, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "saumon", + "Comoé", + "commun", + "compo", + "combo", + "coron", + "coton", + "colon", + "cocon", + "codon" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16110, + "end": 16117, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Austin", + "Austral", + "Australs", + "Australe", + "Astrid", + "Sutra", + "Sautaient", + "Sautais", + "Sautait", + "Sûtra" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16118, + "end": 16126, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Beurriers", + "Beurrier", + "Périgée", + "Démurger", + "Pénurie", + "Périgées", + "Démurgera", + "Meurtrie", + "Démurgerez", + "Chevrier" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16146, + "end": 16153, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "coings", + "smoking", + "cotinga", + "coince", + "coincé", + "cocons", + "cochon", + "copion", + "cotingas" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16154, + "end": 16158, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "dis", + "dise", + "bis", + "dits", + "dises", + "biche", + "bicha", + "biché", + "diésa" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16159, + "end": 16164, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Werber", + "verbe", + "weber", + "verres", + "verrez", + "webers", + "verbes", + "verré", + "wéber", + "Theresa" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16172, + "end": 16176, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "bill", + "bills", + "bille", + "billa", + "billé", + "bois", + "boit", + "boni", + "bols" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16177, + "end": 16182, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "frets", + "brens", + "brefs", + "frisé", + "french", + "forés", + "fris", + "friche", + "fers", + "fies" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16183, + "end": 16194, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "ingrédients", + "ingrédient" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16200, + "end": 16204, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Medan", + "méat", + "mDa", + "MDa", + "DEA", + "mette", + "mettes", + "mettez", + "méats", + "mesa" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16206, + "end": 16216, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "rejetables", + "rejetable", + "végétale", + "végétales", + "segmentale", + "regrettable" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16218, + "end": 16221, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "AMD", + "Andy", + "an", + "aN", + "Ann", + "arde", + "arda", + "ardu", + "ardé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16222, + "end": 16229, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "nobles", + "noblesse", + "noble", + "iodles", + "nodales", + "nodules", + "nodale", + "nodule", + "iodler", + "iodlez" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16235, + "end": 16241, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Shane", + "sabre", + "sabres", + "sabrer", + "sabrez", + "carre", + "scare", + "sacre", + "charte", + "charme" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16246, + "end": 16248, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "off", + "OF₂", + "AuF₃", + "o", + "offert", + "nove", + "nova", + "nové" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16249, + "end": 16258, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "sizerin", + "sizerins", + "sibérien", + "chimerions", + "sibériens", + "cimmérien", + "cimmériens" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16259, + "end": 16264, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Roth", + "brout", + "broute", + "brouts", + "brouta", + "brouté", + "broche", + "brocha", + "broché" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16265, + "end": 16267, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "aT", + "At", + "ad", + "Ath", + "atm", + "acd", + "ado", + "a", + "rada", + "radé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16268, + "end": 16271, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Thea", + "tees", + "thé", + "th", + "TH", + "DHEA", + "thés", + "théier", + "théine", + "tee" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16300, + "end": 16304, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "Ford", + "Good", + "Nobo", + "Bobo", + "Woody", + "Fiodor", + "Foot", + "Fond", + "Modo" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16305, + "end": 16316, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "originaient", + "oxygénation" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16317, + "end": 16321, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16322, + "end": 16326, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "mamy", + "mammy", + "man", + "mamys", + "mammys", + "ma ym", + "mA ym", + "mari", + "main", + "mans" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16334, + "end": 16340, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "arrondi", + "aronde", + "rounds", + "arrondis", + "arrondir", + "arrondie", + "arrondit", + "arondes", + "arion", + "round" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16341, + "end": 16344, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Thea", + "tees", + "thé", + "th", + "TH", + "DHEA", + "thés", + "théier", + "théine", + "tee" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16345, + "end": 16350, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "nordi", + "cordai", + "orle", + "oral", + "ordi", + "bord", + "bols", + "Borel", + "solde", + "solda" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16363, + "end": 16371, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "spécifiez", + "spécifies", + "spécifias", + "spécifiés", + "spécifie", + "spécifia", + "spécifié", + "spécifique", + "spécifiasse" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16397, + "end": 16401, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "Ford", + "Good", + "Nobo", + "Bobo", + "Woody", + "Fiodor", + "Foot", + "Fond", + "Modo" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16402, + "end": 16413, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "originaient", + "oxygénation" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16414, + "end": 16418, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16419, + "end": 16422, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Thea", + "tees", + "thé", + "th", + "TH", + "DHEA", + "thés", + "théier", + "théine", + "tee" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16423, + "end": 16427, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "are", + "aéra", + "âne", + "arasé", + "ares", + "arec", + "aéras", + "aérai", + "aria", + "arma" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16428, + "end": 16431, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Thea", + "tees", + "thé", + "th", + "TH", + "DHEA", + "thés", + "théier", + "théine", + "tee" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16443, + "end": 16445, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Isa", + "ISO", + "i", + "ici", + "inca", + "ys", + "incas", + "riez", + "niez", + "tics" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16446, + "end": 16453, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "locale", + "locales", + "alcade", + "lactée", + "toaste", + "loquace", + "locuste", + "lacté", + "lochâtes", + "locustes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16469, + "end": 16477, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "spécifiez", + "spécifies", + "spécifias", + "spécifiés", + "spécifie", + "spécifia", + "spécifié", + "spécifique", + "spécifiasse" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16511, + "end": 16513, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "off", + "OF₂", + "AuF₃", + "o", + "offert", + "nove", + "nova", + "nové" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16514, + "end": 16518, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "foot", + "fond", + "foots", + "good", + "fonds", + "fonde", + "fonda", + "fondu" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16519, + "end": 16528, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "typisai", + "typisais", + "typisait", + "typisaient", + "tibial", + "tapissai", + "tibiale", + "trivial", + "triviale" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16529, + "end": 16535, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "serve", + "serbe", + "serves", + "servez", + "servie", + "servies", + "serviez", + "serbes", + "zerve", + "serte" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16539, + "end": 16542, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Thea", + "tees", + "thé", + "th", + "TH", + "DHEA", + "thés", + "théier", + "théine", + "tee" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16543, + "end": 16549, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "bilent", + "milles", + "millet", + "miles", + "Miller", + "Miles", + "maille", + "millets", + "bidule", + "mailles" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16550, + "end": 16552, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "off", + "OF₂", + "AuF₃", + "o", + "offert", + "nove", + "nova", + "nové" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16553, + "end": 16556, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Thea", + "tees", + "thé", + "th", + "TH", + "DHEA", + "thés", + "théier", + "théine", + "tee" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16557, + "end": 16560, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "dA", + "Da", + "dDa", + "daA", + "baye", + "baya", + "bayé", + "ba", + "bayes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16567, + "end": 16576, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "mongolien", + "mongoliens", + "Mongolie" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16591, + "end": 16593, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "off", + "OF₂", + "AuF₃", + "o", + "offert", + "nove", + "nova", + "nové" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16594, + "end": 16601, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "coings", + "smoking", + "cotinga", + "coince", + "coincé", + "cocons", + "cochon", + "copion", + "cotingas" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16602, + "end": 16606, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "foot", + "fond", + "foots", + "good", + "fonds", + "fonde", + "fonda", + "fondu" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16618, + "end": 16626, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "circula", + "circulas", + "circuler", + "circulât", + "circulera", + "circulasse", + "circulerez", + "circulâtes", + "circulai", + "circulaient" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16634, + "end": 16638, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Alloc", + "Assoit", + "Aldo", + "Alès", + "Alost", + "Al os", + "Alstom", + "Alec", + "Alison", + "Alice" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16639, + "end": 16644, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "novons", + "clown", + "kn won", + "corne", + "corna", + "cornu", + "corné", + "nono", + "clowns" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16648, + "end": 16657, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Mongolien", + "Mongoliens", + "Mongolie" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16671, + "end": 16674, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "rot", + "rôt", + "note", + "nota", + "noté", + "no", + "nô", + "nôtre", + "notes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16679, + "end": 16682, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Thea", + "tees", + "thé", + "th", + "TH", + "DHEA", + "thés", + "théier", + "théine", + "tee" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16698, + "end": 16707, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "mongolien", + "mongoliens", + "Mongolie" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16734, + "end": 16738, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "tisse", + "tissa", + "tissu", + "tissé", + "tisses", + "tisser", + "tissez", + "tissas", + "tissai" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16746, + "end": 16748, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Id", + "IId", + "Itô", + "I", + "II", + "I₂", + "IA", + "Io", + "IX", + "IP" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16749, + "end": 16759, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "originâtes", + "originale", + "originales", + "soignâtes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16763, + "end": 16769, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Taïwan", + "Tainan", + "Taira", + "Tairas", + "Taisant", + "Tairai", + "Maïwen", + "Maïwenn", + "Taïga", + "Tétai" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16770, + "end": 16772, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Isa", + "ISO", + "i", + "ici", + "inca", + "ys", + "incas", + "riez", + "niez", + "tics" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16773, + "end": 16780, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Neith re", + "nettes", + "inerte", + "nitrerez", + "nitrera", + "nichera", + "nette", + "nattée", + "nitrée", + "nichée" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16781, + "end": 16790, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Mongolien", + "Mongoliens", + "Mongolie" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16791, + "end": 16794, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "non", + "nord", + "none", + "nono", + "no", + "nô", + "néon", + "nordi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16805, + "end": 16814, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Mongolien", + "Mongoliens", + "Mongolie" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16909, + "end": 16916, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "amenât", + "armait", + "aménité", + "amenait", + "amenâtes", + "aménités", + "amanite", + "amatit", + "amanites", + "aimanté" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16929, + "end": 16937, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "régional", + "Reginald", + "régionale", + "Regina", + "regazonnai", + "regazonna", + "regazonnas" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16938, + "end": 16942, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "Ford", + "Good", + "Nobo", + "Bobo", + "Woody", + "Fiodor", + "Foot", + "Fond", + "Modo" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16943, + "end": 16954, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "originaient", + "oxygénation" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16955, + "end": 16959, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16960, + "end": 16963, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Thea", + "tees", + "thé", + "th", + "TH", + "DHEA", + "thés", + "théier", + "théine", + "tee" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16964, + "end": 16970, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "région", + "Regina", + "regain", + "régions", + "regains", + "Reginald", + "renions", + "relions", + "régirons", + "régiront" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16971, + "end": 16974, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Thea", + "tees", + "thé", + "th", + "TH", + "DHEA", + "thés", + "théier", + "théine", + "tee" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16986, + "end": 16988, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Isa", + "ISO", + "i", + "ici", + "inca", + "ys", + "incas", + "riez", + "niez", + "tics" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 16989, + "end": 16996, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "locale", + "locales", + "alcade", + "lactée", + "toaste", + "loquace", + "locuste", + "lacté", + "lochâtes", + "locustes" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 17012, + "end": 17020, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "spécifiez", + "spécifies", + "spécifias", + "spécifiés", + "spécifie", + "spécifia", + "spécifié", + "spécifique", + "spécifiasse" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 17040, + "end": 17048, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Régional", + "Reginald", + "Régionale", + "Regina", + "Regazonnai", + "Regazonna", + "Regazonnas" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 17071, + "end": 17077, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "amonts", + "amont", + "ameuter", + "mouna", + "ameute", + "ameuta", + "ameuté", + "amants", + "amante" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 17078, + "end": 17080, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "off", + "OF₂", + "AuF₃", + "o", + "offert", + "nove", + "nova", + "nové" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 17081, + "end": 17085, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "foot", + "fond", + "foots", + "good", + "fonds", + "fonde", + "fonda", + "fondu" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 17086, + "end": 17091, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "ratée", + "rate", + "ratte", + "ester", + "enter", + "entre", + "ether", + "rates", + "rater", + "ratel" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 17092, + "end": 17099, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "retweet", + "retweets", + "retweete", + "retweeta", + "retweeté", + "restée", + "rentée", + "restées", + "rentées" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 17100, + "end": 17105, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "maclas", + "mesas", + "merls", + "menas", + "massai", + "maclai", + "massés", + "massée", + "miels", + "malis" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 17138, + "end": 17145, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "seringa", + "Seraing", + "servi ng", + "servions", + "seringas", + "seringat", + "serine", + "serins", + "serina", + "seriné" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 17152, + "end": 17155, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "AMD", + "Andy", + "an", + "aN", + "Ann", + "arde", + "arda", + "ardu", + "ardé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 17156, + "end": 17161, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Othe", + "ôtera", + "Othello", + "ether", + "éther", + "Uther", + "ethers", + "éthers", + "ohé", + "thé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 17162, + "end": 17166, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Medan", + "méat", + "mDa", + "MDa", + "DEA", + "mette", + "mettes", + "mettez", + "méats", + "mesa" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 17168, + "end": 17171, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Se", + "S", + "Sean", + "Seat", + "Seth", + "Tee", + "Tees", + "Semé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 17172, + "end": 17176, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "alloc", + "assoit", + "ais", + "ales", + "alto", + "alus", + "algo", + "aloi", + "allo", + "alios" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 17196, + "end": 17206, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Steak house" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 17221, + "end": 17223, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "off", + "OF₂", + "AuF₃", + "o", + "offert", + "nove", + "nova", + "nové" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 17224, + "end": 17228, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "foot", + "fond", + "foots", + "good", + "fonds", + "fonde", + "fonda", + "fondu" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 17229, + "end": 17235, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "serve", + "serbe", + "serves", + "servez", + "servie", + "servies", + "serviez", + "serbes", + "zerve", + "serte" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 17271, + "end": 17280, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "appertises", + "appertiser", + "appertisez", + "appertise", + "appeliez", + "appertisera", + "appertisiez", + "appertisé", + "aseptiser", + "appertiserez" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 17282, + "end": 17293, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "originaient", + "oxygénation" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 17297, + "end": 17302, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Pair", + "Spline", + "Sapine", + "Spins", + "Pains", + "Spa in", + "Spa ni", + "Pairs", + "Paire", + "Stains" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 17309, + "end": 17317, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "actinium", + "actinique", + "aclinique", + "actiniums", + "anionique", + "actiniques", + "acliniques", + "anioniques", + "inactinique", + "inactiniques" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 17326, + "end": 17328, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "off", + "OF₂", + "AuF₃", + "o", + "offert", + "nove", + "nova", + "nové" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 17329, + "end": 17336, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "coings", + "smoking", + "cotinga", + "coince", + "coincé", + "cocons", + "cochon", + "copion", + "cotingas" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 17337, + "end": 17341, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Medan", + "méat", + "mDa", + "MDa", + "DEA", + "mette", + "mettes", + "mettez", + "méats", + "mesa" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 17354, + "end": 17360, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "saumon", + "Comoé", + "commun", + "compo", + "combo", + "coron", + "coton", + "colon", + "cocon", + "codon" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 17364, + "end": 17369, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Jappant", + "Jappa", + "Jappas", + "Jappât", + "Rappa", + "Râpa", + "Japon", + "Mappa", + "Japper", + "Jappasse" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 17370, + "end": 17378, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Actinium", + "Actinique", + "Aclinique", + "Actiniums", + "Anionique", + "Actiniques", + "Acliniques", + "Anioniques", + "Inactinique", + "Inactiniques" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 17379, + "end": 17383, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Thiès", + "Chis", + "Khis", + "Hais", + "Huis", + "Thuin", + "Chi", + "Trish", + "Tisse", + "Tissa" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 17390, + "end": 17392, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Isa", + "ISO", + "i", + "ici", + "inca", + "ys", + "incas", + "riez", + "niez", + "tics" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 17400, + "end": 17408, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "empalât", + "empilâtes", + "empalâtes", + "méplates", + "méplate", + "méplats", + "empilât", + "rempart", + "replats", + "méplat" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 17409, + "end": 17413, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Witt", + "bit", + "bits", + "bite", + "bita", + "bité", + "litho", + "lithos", + "vit" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 17416, + "end": 17423, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "défauts", + "dealâtes", + "défaut", + "dealât", + "défoule", + "défoula", + "défoulé", + "défunts", + "défunte" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 17439, + "end": 17446, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Enlises", + "Enlisas", + "Enlisés", + "Engins", + "Angliche", + "Églises", + "Angliches", + "Enlise", + "Enlisa", + "Enlisé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 17448, + "end": 17456, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Éditable", + "Éditables", + "Évitable", + "Évitables" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 17457, + "end": 17461, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "hère", + "hersé", + "herbé", + "ber", + "hersés", + "hersée", + "herbés", + "herbée" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 17524, + "end": 17531, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "amenât", + "armait", + "aménité", + "amenait", + "amenâtes", + "aménités", + "amanite", + "amatit", + "amanites", + "aimanté" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 17534, + "end": 17538, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "cave", + "café", + "CAF", + "cafeta", + "cafeté", + "cafette", + "caves", + "caver", + "cavet" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 17539, + "end": 17546, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "amenât", + "armait", + "aménité", + "amenait", + "amenâtes", + "aménités", + "amanite", + "amatit", + "amanites", + "aimanté" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 17549, + "end": 17553, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "FAST", + "faste", + "daSv", + "fastes", + "vaste", + "das", + "daS", + "facto", + "vas", + "facs" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 17554, + "end": 17558, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "VOD", + "foot", + "fond", + "foots", + "good", + "fonds", + "fonde", + "fonda", + "fondu" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 17559, + "end": 17566, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "amenât", + "armait", + "aménité", + "amenait", + "amenâtes", + "aménités", + "amanite", + "amatit", + "amanites", + "aimanté" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 17580, + "end": 17588, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "tracana", + "tracanai", + "Atacama", + "tracanais", + "tracanait", + "kakawi", + "tracanas", + "acheva", + "kakawis", + "Maeva" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 17647, + "end": 17651, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "auvent", + "ove", + "auvents", + "Aure", + "ver", + "oviné", + "oves", + "ovée", + "ovin", + "ovni" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 17716, + "end": 17721, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "thème", + "thermes", + "thermal", + "thermale", + "thym", + "chenet", + "théier", + "thèmes", + "thématisé", + "théine" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 17786, + "end": 17791, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "iris", + "ibis", + "irisa", + "irisé", + "irise", + "bris", + "Bris", + "irises", + "iriser" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 17815, + "end": 17824, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Retriever", + "Retrievers", + "Rentière", + "Rentières", + "Rentrayée", + "Rentrayées", + "Arêtière", + "Arêtières" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 17825, + "end": 17829, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 17884, + "end": 17887, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Ken", + "Kiel", + "Kiev", + "Kay", + "Kevin", + "Kent", + "Dey", + "Bey", + "Kiera", + "Kenny" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 17896, + "end": 17901, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "roidi", + "olim", + "bondi", + "roidis", + "roidir", + "roidie", + "roidit", + "ordi", + "olims", + "bondis" + ], + "text": "", + "before": "", + "after": "" + } + ], "staleness_score": 107.73 }, "date_diff": 523, @@ -22726,7 +65248,8 @@ "FR:Sémantique" ], "description_img_url": null, - "is_specific_page": true + "is_specific_page": true, + "grammar_suggestions": [] }, "fr_page": null, "date_diff": 0, @@ -22742,13 +65265,13 @@ "category_comparison": null }, { - "key": "https://wiki.openstreetmap.org/wiki/Tag:leisure%3Dchildren_club", + "key": "https://wiki.openstreetmap.org/wiki/Tag:leisure=children_club", "reason": "French page missing", "en_page": { - "key": "https://wiki.openstreetmap.org/wiki/Tag:leisure%3Dchildren_club", - "page_title": "Tag:leisure%3Dchildren_club", + "key": "https://wiki.openstreetmap.org/wiki/Tag:leisure=children_club", + "page_title": "Tag:leisure=children_club", "language": "en", - "url": "https://wiki.openstreetmap.org/wiki/Tag:leisure%3Dchildren_club", + "url": "https://wiki.openstreetmap.org/wiki/Tag:leisure=children_club", "last_modified": "2025-02-02", "sections": 9, "section_titles": [ @@ -23073,7 +65596,8 @@ "Leisure" ], "description_img_url": "https://wiki.openstreetmap.org/w/images/thumb/7/76/Osm_element_node.svg/30px-Osm_element_node.svg.png", - "is_specific_page": true + "is_specific_page": true, + "grammar_suggestions": [] }, "fr_page": null, "date_diff": 0, @@ -23089,35 +65613,23 @@ "category_comparison": null }, { - "key": "https://wiki.openstreetmap.org/wiki/Tag:harassment_prevention%3Dask_angela", + "key": "Libre_Charge_Map", "reason": "French page missing", "en_page": { - "key": "https://wiki.openstreetmap.org/wiki/Tag:harassment_prevention%3Dask_angela", - "page_title": "Tag:harassment_prevention%3Dask_angela", + "key": "Libre_Charge_Map", + "page_title": "Libre_Charge_Map", "language": "en", - "url": "https://wiki.openstreetmap.org/wiki/Tag:harassment_prevention%3Dask_angela", - "last_modified": "2025-02-22", - "sections": 14, + "url": "https://wiki.openstreetmap.org/wiki/Libre_Charge_Map", + "last_modified": "2025-07-28", + "sections": 11, "section_titles": [ { - "title": "Contents", - "level": 2 + "title": "Sources:", + "level": 4 }, { - "title": "What is “Ask for Angela”", - "level": 2 - }, - { - "title": "How it works", - "level": 2 - }, - { - "title": "How to map", - "level": 2 - }, - { - "title": "See also", - "level": 2 + "title": "Links:", + "level": 4 }, { "title": "Personal tools", @@ -23152,313 +65664,303 @@ "level": 3 } ], - "word_count": 463, - "link_count": 72, + "word_count": 328, + "link_count": 10, "link_details": [ { - "text": "v", - "href": "https://wiki.openstreetmap.org/wiki/Template:ValueDescription" + "text": "Tykayn", + "href": "https://wiki.openstreetmap.org/wiki/User:Tykayn_wiki" }, { - "text": "d", - "href": "https://wiki.openstreetmap.org/wiki/Template_talk:ValueDescription" + "text": "https://libre-charge-map.cipherbliss.com", + "href": "https://libre-charge-map.cipherbliss.com" }, { - "text": "harassment_prevention", - "href": "https://wiki.openstreetmap.org/wiki/Key:harassment_prevention" + "text": "Osmose", + "href": "https://wiki.openstreetmap.org/wiki/Osmose" }, { - "text": "elements", - "href": "https://wiki.openstreetmap.org/wiki/Elements" + "text": "https://libre-charge-map.cipherbliss.com/stats.html", + "href": "https://libre-charge-map.cipherbliss.com/stats.html" }, { - "text": "Status:", - "href": "https://wiki.openstreetmap.org/wiki/Tag_status#Status_values" + "text": "https://source.cipherbliss.com/tykayn/libre-charge-map", + "href": "https://source.cipherbliss.com/tykayn/libre-charge-map" }, { - "text": "harassment_prevention", - "href": "https://taginfo.openstreetmap.org/keys/harassment_prevention" + "text": "https://peertube.openstreetmap.fr/w/5fBZWD3TqfZyFkBMvd2AGZ", + "href": "https://peertube.openstreetmap.fr/w/5fBZWD3TqfZyFkBMvd2AGZ" }, { - "text": "ask_angela", - "href": "https://taginfo.openstreetmap.org/tags/harassment_prevention%3Dask_angela" + "text": "https://wiki.openstreetmap.org/wiki/FR:Tag:amenity%3Dcharging_station", + "href": "https://wiki.openstreetmap.org/wiki/FR:Tag:amenity%3Dcharging_station" }, { - "text": "More details at taginfo", - "href": "https://taginfo.openstreetmap.org/tags/harassment_prevention%3Dask_angela" + "text": "https://wiki.openstreetmap.org/w/index.php?title=Libre_Charge_Map&oldid=2878669", + "href": "https://wiki.openstreetmap.org/w/index.php?title=Libre_Charge_Map&oldid=2878669" + } + ], + "media_count": 2, + "media_details": [ + { + "src": "https://wiki.openstreetmap.org/w/images/thumb/8/8e/Screenshot_2025-07-28_at_14-40-11_LibreChargeMap_-_OSM_Bliss.png/300px-Screenshot_2025-07-28_at_14-40-11_LibreChargeMap_-_OSM_Bliss.png", + "alt": "" }, { - "text": "taginfo", - "href": "https://wiki.openstreetmap.org//taginfo.openstreetmap.org/tags/harassment_prevention=ask_angela" + "src": "https://wiki.openstreetmap.org/w/images/thumb/3/37/Screenshot_2025-07-28_at_14-44-32_Ajout%C3%A9es_r%C3%A9cemment_-_peertube.openstreetmap.fr.png/300px-Screenshot_2025-07-28_at_14-44-32_Ajout%C3%A9es_r%C3%A9cemment_-_peertube.openstreetmap.fr.png", + "alt": "aperçu de la conférence" + } + ], + "categories": [], + "description_img_url": "https://wiki.openstreetmap.org/w/images/thumb/8/8e/Screenshot_2025-07-28_at_14-40-11_LibreChargeMap_-_OSM_Bliss.png/300px-Screenshot_2025-07-28_at_14-40-11_LibreChargeMap_-_OSM_Bliss.png", + "is_specific_page": true, + "grammar_suggestions": [] + }, + "fr_page": null, + "date_diff": 0, + "word_diff": 328, + "section_diff": 11, + "link_diff": 10, + "media_diff": 2, + "staleness_score": 100, + "priority": 100, + "section_comparison": null, + "link_comparison": null, + "media_comparison": null, + "category_comparison": null + }, + { + "key": "OSM_Mon_Commerce", + "reason": "French page missing", + "en_page": { + "key": "OSM_Mon_Commerce", + "page_title": "OSM_Mon_Commerce", + "language": "en", + "url": "https://wiki.openstreetmap.org/wiki/OSM_Mon_Commerce", + "last_modified": "2025-07-29", + "sections": 17, + "section_titles": [ + { + "title": "Contents", + "level": 2 }, { - "text": "AD", - "href": "https://taginfo.geofabrik.de/europe/andorra/tags/harassment_prevention=ask_angela" + "title": "List of followed cities", + "level": 3 }, { - "text": "AT", - "href": "https://taginfo.geofabrik.de/europe/austria/tags/harassment_prevention=ask_angela" + "title": "City Thematic Followup", + "level": 3 }, { - "text": "BR", - "href": "https://taginfo.geofabrik.de/south-america/brazil/tags/harassment_prevention=ask_angela" + "title": "Themes list", + "level": 4 }, { - "text": "BY", - "href": "https://taginfo.geofabrik.de/europe/belarus/tags/harassment_prevention=ask_angela" + "title": "How is computed completion", + "level": 4 }, { - "text": "CH", - "href": "https://wiki.openstreetmap.org//taginfo.osm.ch/tags/harassment_prevention=ask_angela" + "title": "Demo website", + "level": 3 }, { - "text": "CN", - "href": "https://taginfo.geofabrik.de/asia/china/tags/harassment_prevention=ask_angela" + "title": "Sources", + "level": 4 }, { - "text": "CZ", - "href": "http://taginfo.openstreetmap.cz/tags/harassment_prevention=ask_angela" + "title": "See also", + "level": 3 }, { - "text": "DE", - "href": "https://taginfo.geofabrik.de/europe/germany/tags/harassment_prevention=ask_angela" + "title": "Personal tools", + "level": 3 }, { - "text": "DK", - "href": "https://taginfo.geofabrik.de/europe/denmark/tags/harassment_prevention=ask_angela" + "title": "Namespaces", + "level": 3 }, { - "text": "FI", - "href": "https://taginfo.geofabrik.de/europe/finland/tags/harassment_prevention=ask_angela" + "title": "Views", + "level": 3 }, { - "text": "FR", - "href": "https://wiki.openstreetmap.org//taginfo.openstreetmap.fr/tags/harassment_prevention=ask_angela" + "title": "Search", + "level": 3 }, { - "text": "GB", - "href": "http://taginfo.openstreetmap.org.uk/tags/harassment_prevention=ask_angela" + "title": "Site", + "level": 3 }, { - "text": "GR", - "href": "https://taginfo.geofabrik.de/europe/greece/tags/harassment_prevention=ask_angela" + "title": "Tools", + "level": 3 }, { - "text": "HU", - "href": "http://taginfo.openstreetmap.hu/tags/harassment_prevention=ask_angela" + "title": "In other projects", + "level": 3 }, { - "text": "IN", - "href": "https://wiki.openstreetmap.org//taginfo.openstreetmap.in/tags/harassment_prevention=ask_angela" + "title": "In other languages", + "level": 3 + } + ], + "word_count": 418, + "link_count": 34, + "link_details": [ + { + "text": "tykayn", + "href": "https://wiki.openstreetmap.org/wiki/User:Tykayn_wiki" }, { - "text": "IR", - "href": "https://taginfo.geofabrik.de/asia/iran/tags/harassment_prevention=ask_angela" + "text": "https://osm-commerces.cipherbliss.com/", + "href": "https://osm-commerces.cipherbliss.com/" }, { - "text": "IT", - "href": "https://taginfo.geofabrik.de/europe/italy/tags/harassment_prevention=ask_angela" + "text": "https://source.cipherbliss.com/tykayn/osm-commerces", + "href": "https://source.cipherbliss.com/tykayn/osm-commerces" }, { - "text": "LI", - "href": "https://taginfo.geofabrik.de/europe/liechtenstein/tags/harassment_prevention=ask_angela" + "text": "OSM Mon Commerce Website", + "href": "https://osm-commerces.cipherbliss.com/" }, { - "text": "LU", - "href": "https://taginfo.geofabrik.de/europe/luxembourg/tags/harassment_prevention=ask_angela" + "text": "Tykayn", + "href": "https://wiki.openstreetmap.org/wiki/User:Tykayn_wiki" }, { - "text": "JP", - "href": "https://taginfo.openstreetmap.jp/tags/harassment_prevention=ask_angela" + "text": "French Forum", + "href": "https://forum.openstreetmap.fr/t/osm-mon-commerce/34403" }, { - "text": "KP", - "href": "https://taginfo.geofabrik.de/asia/north-korea/tags/harassment_prevention=ask_angela" + "text": "1List of followed cities", + "href": "#List_of_followed_cities" }, { - "text": "KR", - "href": "https://taginfo.geofabrik.de/asia/south-korea/tags/harassment_prevention=ask_angela" + "text": "2City Thematic Followup", + "href": "#City_Thematic_Followup" }, { - "text": "NL", - "href": "https://taginfo.geofabrik.de/europe/netherlands/tags/harassment_prevention=ask_angela" + "text": "2.1Themes list", + "href": "#Themes_list" }, { - "text": "PL", - "href": "http://taginfo.openstreetmap.pl/tags/harassment_prevention=ask_angela" + "text": "2.2How is computed completion", + "href": "#How_is_computed_completion" }, { - "text": "PT", - "href": "https://taginfo.geofabrik.de/europe/portugal/tags/harassment_prevention=ask_angela" + "text": "3Demo website", + "href": "#Demo_website" }, { - "text": "RU", - "href": "https://taginfo.geofabrik.de/russia/tags/harassment_prevention=ask_angela" - }, - { - "text": "ES", - "href": "https://wiki.openstreetmap.org//taginfo.geofabrik.de/europe/spain/tags/harassment_prevention=ask_angela" - }, - { - "text": "AR", - "href": "https://wiki.openstreetmap.org//taginfo.geofabrik.de/south-america/argentina/tags/harassment_prevention=ask_angela" - }, - { - "text": "MX", - "href": "https://wiki.openstreetmap.org//taginfo.geofabrik.de/north-america/mexico/tags/harassment_prevention=ask_angela" - }, - { - "text": "CO", - "href": "https://wiki.openstreetmap.org//taginfo.geofabrik.de/south-america/colombia/tags/harassment_prevention=ask_angela" - }, - { - "text": "BO", - "href": "https://wiki.openstreetmap.org//taginfo.geofabrik.de/south-america/bolivia/tags/harassment_prevention=ask_angela" - }, - { - "text": "CL", - "href": "https://wiki.openstreetmap.org//taginfo.geofabrik.de/south-america/chile/tags/harassment_prevention=ask_angela" - }, - { - "text": "EC", - "href": "https://wiki.openstreetmap.org//taginfo.geofabrik.de/south-america/ecuador/tags/harassment_prevention=ask_angela" - }, - { - "text": "PY", - "href": "https://wiki.openstreetmap.org//taginfo.geofabrik.de/south-america/paraguay/tags/harassment_prevention=ask_angela" - }, - { - "text": "PE", - "href": "https://wiki.openstreetmap.org//taginfo.geofabrik.de/south-america/peru/tags/harassment_prevention=ask_angela" - }, - { - "text": "UY", - "href": "https://wiki.openstreetmap.org//taginfo.geofabrik.de/south-america/uruguay/tags/harassment_prevention=ask_angela" - }, - { - "text": "VE", - "href": "https://wiki.openstreetmap.org//taginfo.geofabrik.de/south-america/venezuela/tags/harassment_prevention=ask_angela" - }, - { - "text": "TW", - "href": "https://taginfo.geofabrik.de/asia/taiwan/tags/harassment_prevention=ask_angela" - }, - { - "text": "UA", - "href": "https://taginfo.geofabrik.de/europe/ukraine/tags/harassment_prevention=ask_angela" - }, - { - "text": "US", - "href": "https://taginfo.geofabrik.de/north-america/us/tags/harassment_prevention=ask_angela" - }, - { - "text": "VN", - "href": "https://taginfo.geofabrik.de/asia/vietnam/tags/harassment_prevention=ask_angela" - }, - { - "text": "overpass-turbo", - "href": "https://overpass-turbo.eu/?template=key-value&key=harassment_prevention&value=ask_angela" - }, - { - "text": "Sophox", - "href": "https://sophox.org/#%23defaultView%3AMap%0ASELECT%20%2a%20WHERE%20%7B%0A%20%20%20%20%20%20%20%3Fosm%20osmt%3Aharassment_prevention%20%22ask_angela%22%20.%0A%20%20%20%20%20%20%20%3Fosm%20osmm%3Aloc%20%3Floc%20.%0A%7D" - }, - { - "text": "OSM Tag History", - "href": "https://taghistory.raifer.tech/#***/harassment_prevention/ask_angela" - }, - { - "text": "Ask for Angela", - "href": "https://askforangela.co.uk/" - }, - { - "text": "1What is “Ask for Angela”", - "href": "#What_is_“Ask_for_Angela”" - }, - { - "text": "2How it works", - "href": "#How_it_works" - }, - { - "text": "3How to map", - "href": "#How_to_map" + "text": "3.1Sources", + "href": "#Sources" }, { "text": "4See also", "href": "#See_also" }, { - "text": "harassment prevention", - "href": "https://wiki.openstreetmap.org/wiki/Key:harassement_prevention" + "text": "https://osm-commerces.cipherbliss.com/cities", + "href": "https://osm-commerces.cipherbliss.com/cities" }, { - "text": "LGBT", - "href": "https://wiki.openstreetmap.org/wiki/LGBT" + "text": "https://osm-commerces.cipherbliss.com/admin/stats/76351", + "href": "https://osm-commerces.cipherbliss.com/admin/stats/76351" }, { - "text": "Mapping in support of women and girls", - "href": "https://wiki.openstreetmap.org/wiki/FR:Tagging_in_Support_of_Women_and_Girls" + "text": "Project of the month", + "href": "https://wiki.openstreetmap.org/wiki/Project_of_the_month" }, { - "text": "https://wiki.openstreetmap.org/w/index.php?title=Tag:harassment_prevention%3Dask_angela&oldid=2815113", - "href": "https://wiki.openstreetmap.org/w/index.php?title=Tag:harassment_prevention%3Dask_angela&oldid=2815113" + "text": "opening_hours", + "href": "https://wiki.openstreetmap.org/wiki/Key:opening_hours" + }, + { + "text": "contact:email", + "href": "https://wiki.openstreetmap.org/wiki/Key:contact:email" + }, + { + "text": "email", + "href": "https://wiki.openstreetmap.org/wiki/Key:email" + }, + { + "text": "contact:website", + "href": "https://wiki.openstreetmap.org/wiki/Key:contact:website" + }, + { + "text": "website", + "href": "https://wiki.openstreetmap.org/wiki/Key:website" + }, + { + "text": "contact:phone", + "href": "https://wiki.openstreetmap.org/wiki/Key:contact:phone" + }, + { + "text": "phone", + "href": "https://wiki.openstreetmap.org/wiki/Key:phone" + }, + { + "text": "ref:FR:SIRET", + "href": "https://wiki.openstreetmap.org/wiki/Key:ref:FR:SIRET" + }, + { + "text": "name", + "href": "https://wiki.openstreetmap.org/wiki/Key:name" + }, + { + "text": "wheelchair", + "href": "https://wiki.openstreetmap.org/wiki/Key:wheelchair" + }, + { + "text": "https://osm-commerces.cipherbliss.com/", + "href": "https://osm-commerces.cipherbliss.com/" + }, + { + "text": "https://source.cipherbliss.com/tykayn/osm-commerces", + "href": "https://source.cipherbliss.com/tykayn/osm-commerces" + }, + { + "text": "Projet du mois", + "href": "https://wiki.openstreetmap.org/wiki/FR:Projet_du_mois" + }, + { + "text": "Projet BizOSM", + "href": "https://wiki.openstreetmap.org/wiki/Projet_BizOSM" + }, + { + "text": "https://wiki.openstreetmap.org/w/index.php?title=OSM_Mon_Commerce&oldid=2878863", + "href": "https://wiki.openstreetmap.org/w/index.php?title=OSM_Mon_Commerce&oldid=2878863" } ], - "media_count": 9, + "media_count": 3, "media_details": [ { - "src": "https://wiki.openstreetmap.org/w/images/thumb/7/79/Public-images-osm_logo.svg/24px-Public-images-osm_logo.svg.png", + "src": "https://wiki.openstreetmap.org/w/images/thumb/1/12/Home_OSM_Mon_Commerce.png/180px-Home_OSM_Mon_Commerce.png", "alt": "" }, { - "src": "https://wiki.openstreetmap.org/w/images/thumb/7/76/Osm_element_node.svg/30px-Osm_element_node.svg.png", - "alt": "may be used on nodes" + "src": "https://wiki.openstreetmap.org/w/images/thumb/6/67/Villes_OSM_Mon_Commerce.png/500px-Villes_OSM_Mon_Commerce.png", + "alt": "" }, { - "src": "https://wiki.openstreetmap.org/w/images/thumb/4/40/Osm_element_way_no.svg/30px-Osm_element_way_no.svg.png", - "alt": "should not be used on ways" - }, - { - "src": "https://wiki.openstreetmap.org/w/images/thumb/e/e6/Osm_element_area.svg/30px-Osm_element_area.svg.png", - "alt": "may be used on areas (and multipolygon relations)" - }, - { - "src": "https://wiki.openstreetmap.org/w/images/thumb/2/25/Osm_element_relation_query.svg/30px-Osm_element_relation_query.svg.png", - "alt": "use on relations unspecified" - }, - { - "src": "https://wiki.openstreetmap.org/w/images/thumb/0/05/Osm_element_all.svg/16px-Osm_element_all.svg.png", - "alt": "All" - }, - { - "src": "https://wiki.openstreetmap.org/w/images/thumb/5/50/Taginfo_element_node.svg/16px-Taginfo_element_node.svg.png", - "alt": "Nodes" - }, - { - "src": "https://wiki.openstreetmap.org/w/images/thumb/f/f4/Taginfo_element_way.svg/16px-Taginfo_element_way.svg.png", - "alt": "Ways" - }, - { - "src": "https://wiki.openstreetmap.org/w/images/thumb/b/be/Taginfo_element_relation.svg/16px-Taginfo_element_relation.svg.png", - "alt": "Relations" + "src": "https://wiki.openstreetmap.org/w/images/thumb/a/a4/Suivi_Bornes_incendie_Le_Havre_OSM_Mon_Commerce.png/500px-Suivi_Bornes_incendie_Le_Havre_OSM_Mon_Commerce.png", + "alt": "map" } ], "categories": [ - "Tag descriptions by group", - "Tag descriptions by key", - "Tag descriptions", - "Tag descriptions by value", - "Tag descriptions with status \"in use\"" + "Web software" ], - "description_img_url": "https://wiki.openstreetmap.org/w/images/thumb/7/76/Osm_element_node.svg/30px-Osm_element_node.svg.png", - "is_specific_page": true + "description_img_url": "https://wiki.openstreetmap.org/w/images/thumb/6/67/Villes_OSM_Mon_Commerce.png/500px-Villes_OSM_Mon_Commerce.png", + "is_specific_page": true, + "grammar_suggestions": [] }, "fr_page": null, "date_diff": 0, - "word_diff": 463, - "section_diff": 14, - "link_diff": 72, - "media_diff": 9, + "word_diff": 418, + "section_diff": 17, + "link_diff": 34, + "media_diff": 3, "staleness_score": 100, "priority": 100, "section_comparison": null, @@ -23835,7 +66337,8 @@ "Mappers' guide" ], "description_img_url": null, - "is_specific_page": true + "is_specific_page": true, + "grammar_suggestions": [] }, "fr_page": { "key": "Automated_Edits_code_of_conduct", @@ -23986,6 +66489,2282 @@ ], "description_img_url": null, "is_specific_page": true, + "grammar_suggestions": [ + { + "paragraph": 1, + "start": 64, + "end": 66, + "type": "typo", + "message": "Pas d’espace avant ce signe.", + "suggestions": [ + ")" + ], + "text": " )", + "before": "OpenStreetMap ne requiert pas des éditions automatisées (ou bots", + "after": " d'utiliser des comptes spéciaux ou bien d’être enregistrées ou certifiées d'une" + }, + { + "paragraph": 1, + "start": 67, + "end": 69, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "OpenStreetMap ne requiert pas des éditions automatisées (ou bots ) ", + "after": "utiliser des comptes spéciaux ou bien d’être enregistrées ou certifiées d'une qu" + }, + { + "paragraph": 1, + "start": 141, + "end": 143, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "ots ) d'utiliser des comptes spéciaux ou bien d’être enregistrées ou certifiées ", + "after": "une quelconque manière (bien que cela puisse être utile, voir ci-dessous) : n'im" + }, + { + "paragraph": 1, + "start": 219, + "end": 221, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "n’" + ], + "text": "n'", + "before": "s d'une quelconque manière (bien que cela puisse être utile, voir ci-dessous) : ", + "after": "importe qui peut écrire et utiliser ses propres bots. Toutefois, cette liberté s" + }, + { + "paragraph": 1, + "start": 300, + "end": 302, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "s’" + ], + "text": "s'", + "before": "'importe qui peut écrire et utiliser ses propres bots. Toutefois, cette liberté ", + "after": "accompagne de la responsabilité de ne pas blesser le projet. Le code de conduite" + }, + { + "paragraph": 1, + "start": 681, + "end": 683, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "l’" + ], + "text": "l'", + "before": " changement automatisé de grande échelle. Bien que ce qui suit a été écrit dans ", + "after": "optique d’éditions faites par un logiciel, ces règles s'appliquent également aux" + }, + { + "paragraph": 1, + "start": 737, + "end": 739, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "s’" + ], + "text": "s'", + "before": "i suit a été écrit dans l'optique d’éditions faites par un logiciel, ces règles ", + "after": "appliquent également aux gens effectuant des changements à grande échelle en uti" + }, + { + "paragraph": 1, + "start": 932, + "end": 935, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "qu’" + ], + "text": "qu'", + "before": "s quand ils ne regardent pas les objets changés individuellement. Il faut noter ", + "after": "il existe des logiciels disponibles afin de faciliter l’adhésion à ces règles (m" + }, + { + "paragraph": 1, + "start": 1328, + "end": 1330, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "e 5 Documentez ce que vous faites ou avez fait 6 Ne commencez jamais une guerre ", + "after": "édition 7 Problème de langue 8 Aide supplémentaire Avec de grands pouvoirs vienn" + }, + { + "paragraph": 1, + "start": 1478, + "end": 1480, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "l’" + ], + "text": "l'", + "before": "uvoirs viennent de grandes responsabilités Bien que la communauté OSM encourage ", + "after": "utilisateur lambda à être \"courageux\" et à essayer quelque chose de nouveau ou b" + }, + { + "paragraph": 1, + "start": 1579, + "end": 1582, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "qu’" + ], + "text": "qu'", + "before": "à être \"courageux\" et à essayer quelque chose de nouveau ou bien de ne le faire ", + "after": "à moitié s'il n'est pas sûr, cela ne s'applique pas aux éditions automatisées. C" + }, + { + "paragraph": 1, + "start": 1591, + "end": 1593, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "s’" + ], + "text": "s'", + "before": "ageux\" et à essayer quelque chose de nouveau ou bien de ne le faire qu'à moitié ", + "after": "il n'est pas sûr, cela ne s'applique pas aux éditions automatisées. Celles-ci vo" + }, + { + "paragraph": 1, + "start": 1596, + "end": 1598, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "n’" + ], + "text": "n'", + "before": "\" et à essayer quelque chose de nouveau ou bien de ne le faire qu'à moitié s'il ", + "after": "est pas sûr, cela ne s'applique pas aux éditions automatisées. Celles-ci vont so" + }, + { + "paragraph": 1, + "start": 1619, + "end": 1621, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "s’" + ], + "text": "s'", + "before": "chose de nouveau ou bien de ne le faire qu'à moitié s'il n'est pas sûr, cela ne ", + "after": "applique pas aux éditions automatisées. Celles-ci vont souvent changer un grand " + }, + { + "paragraph": 1, + "start": 1708, + "end": 1710, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "e pas aux éditions automatisées. Celles-ci vont souvent changer un grand nombre ", + "after": "objets dans une large zone et affecter le travail de nombreux autres contributeu" + }, + { + "paragraph": 1, + "start": 2030, + "end": 2037, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "quelqu’" + ], + "text": "quelqu'", + "before": "lez considérer de ne pas effectuer ces modifications vous-même et de demander à ", + "after": "un d'autre de le faire pour vous. Respecter le travail des autres Les mappeurs s" + }, + { + "paragraph": 1, + "start": 2040, + "end": 2042, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "érer de ne pas effectuer ces modifications vous-même et de demander à quelqu'un ", + "after": "autre de le faire pour vous. Respecter le travail des autres Les mappeurs sont l" + }, + { + "paragraph": 1, + "start": 2210, + "end": 2212, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "is qui permettent à OSM de fonctionner. Ce sont ceux qui ont passé une quantité ", + "after": "heures considérable à collecter dans la nature des données ou à rentrer leurs no" + }, + { + "paragraph": 1, + "start": 2534, + "end": 2541, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "quelqu’" + ], + "text": "quelqu'", + "before": "ns. Si un script change quelque chose qui est visiblement faux i.e. une typo où ", + "after": "un a écrit \"hihgway\" au lieu de \"highway\", cela leur rend service. Toutefois, si" + }, + { + "paragraph": 1, + "start": 2769, + "end": 2776, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "quelqu’" + ], + "text": "quelqu'", + "before": "ce que vous pensez être correct, vous risquez alors de casser quelque chose que ", + "after": "un a mis là dans un certain but. Soyez très prudents avec de telles éditions et " + }, + { + "paragraph": 1, + "start": 1506, + "end": 1507, + "type": "typo", + "message": "Guillemets typographiques ouvrants.", + "suggestions": [ + "« ", + "“" + ], + "text": "\"", + "before": "esponsabilités Bien que la communauté OSM encourage l'utilisateur lambda à être ", + "after": "courageux\" et à essayer quelque chose de nouveau ou bien de ne le faire qu'à moi" + }, + { + "paragraph": 1, + "start": 2552, + "end": 2553, + "type": "typo", + "message": "Guillemets typographiques ouvrants.", + "suggestions": [ + "« ", + "“" + ], + "text": "\"", + "before": "hange quelque chose qui est visiblement faux i.e. une typo où quelqu'un a écrit ", + "after": "hihgway\" au lieu de \"highway\", cela leur rend service. Toutefois, si vous commen" + }, + { + "paragraph": 1, + "start": 2573, + "end": 2574, + "type": "typo", + "message": "Guillemets typographiques ouvrants.", + "suggestions": [ + "« ", + "“" + ], + "text": "\"", + "before": "ui est visiblement faux i.e. une typo où quelqu'un a écrit \"hihgway\" au lieu de ", + "after": "highway\", cela leur rend service. Toutefois, si vous commencez par juger leur tr" + }, + { + "paragraph": 1, + "start": 2889, + "end": 2890, + "type": "typo", + "message": "Guillemets typographiques ouvrants.", + "suggestions": [ + "« ", + "“" + ], + "text": "\"", + "before": "Soyez très prudents avec de telles éditions et posez vous la question suivante: ", + "after": "Suis je absolument sûr que je ne suis pas en train de modifier sans savoir quelq" + }, + { + "paragraph": 1, + "start": 3102, + "end": 3103, + "type": "typo", + "message": "Guillemets typographiques ouvrants.", + "suggestions": [ + "« ", + "“" + ], + "text": "\"", + "before": "ez conscients que même si 99% de vos corrections sont de réelles erreurs, 1% de ", + "after": "faux positifs\" (éditions qui nuisent au travail des autres) peut rendre votre bo" + }, + { + "paragraph": 1, + "start": 1516, + "end": 1517, + "type": "typo", + "message": "Guillemets typographiques fermants.", + "suggestions": [ + " »", + "”" + ], + "text": "\"", + "before": "ités Bien que la communauté OSM encourage l'utilisateur lambda à être \"courageux", + "after": " et à essayer quelque chose de nouveau ou bien de ne le faire qu'à moitié s'il n" + }, + { + "paragraph": 1, + "start": 2560, + "end": 2561, + "type": "typo", + "message": "Guillemets typographiques fermants.", + "suggestions": [ + " »", + "”" + ], + "text": "\"", + "before": "elque chose qui est visiblement faux i.e. une typo où quelqu'un a écrit \"hihgway", + "after": " au lieu de \"highway\", cela leur rend service. Toutefois, si vous commencez par " + }, + { + "paragraph": 1, + "start": 2581, + "end": 2582, + "type": "typo", + "message": "Guillemets typographiques fermants.", + "suggestions": [ + " »", + "”" + ], + "text": "\"", + "before": "isiblement faux i.e. une typo où quelqu'un a écrit \"hihgway\" au lieu de \"highway", + "after": ", cela leur rend service. Toutefois, si vous commencez par juger leur travail et" + }, + { + "paragraph": 1, + "start": 3017, + "end": 3018, + "type": "typo", + "message": "Guillemets typographiques fermants.", + "suggestions": [ + " »", + "”" + ], + "text": "\"", + "before": "ain de modifier sans savoir quelque chose qui a été bien pensé en premier lieu ?", + "after": " Soyez conscients que même si 99% de vos corrections sont de réelles erreurs, 1%" + }, + { + "paragraph": 1, + "start": 3116, + "end": 3117, + "type": "typo", + "message": "Guillemets typographiques fermants.", + "suggestions": [ + " »", + "”" + ], + "text": "\"", + "before": "que même si 99% de vos corrections sont de réelles erreurs, 1% de \"faux positifs", + "after": " (éditions qui nuisent au travail des autres) peut rendre votre bot impopulaire." + }, + { + "paragraph": 1, + "start": 2887, + "end": 2888, + "type": "nbsp", + "message": "Il manque un espace insécable.", + "suggestions": [ + " :" + ], + "text": ":", + "before": ". Soyez très prudents avec de telles éditions et posez vous la question suivante", + "after": " \"Suis je absolument sûr que je ne suis pas en train de modifier sans savoir que" + }, + { + "paragraph": 1, + "start": 3048, + "end": 3051, + "type": "unit", + "message": "Avec une unité de mesure, mettez un espace insécable.", + "suggestions": [ + "99 %" + ], + "text": "99%", + "before": "lque chose qui a été bien pensé en premier lieu ?\" Soyez conscients que même si ", + "after": " de vos corrections sont de réelles erreurs, 1% de \"faux positifs\" (éditions qui" + }, + { + "paragraph": 1, + "start": 3096, + "end": 3098, + "type": "unit", + "message": "Avec une unité de mesure, mettez un espace insécable.", + "suggestions": [ + "1 %" + ], + "text": "1%", + "before": "?\" Soyez conscients que même si 99% de vos corrections sont de réelles erreurs, ", + "after": " de \"faux positifs\" (éditions qui nuisent au travail des autres) peut rendre vot" + }, + { + "paragraph": 1, + "start": 2856, + "end": 2866, + "type": "inte", + "message": "Forme interrogative ? Mettez un trait d’union.", + "suggestions": [ + "posez-vous" + ], + "text": "posez vous", + "before": "un a mis là dans un certain but. Soyez très prudents avec de telles éditions et ", + "after": " la question suivante: \"Suis je absolument sûr que je ne suis pas en train de mo" + }, + { + "paragraph": 1, + "start": 2890, + "end": 2897, + "type": "inte", + "message": "Forme interrogative ? Mettez un trait d’union.", + "suggestions": [ + "Suis-je" + ], + "text": "Suis je", + "before": "oyez très prudents avec de telles éditions et posez vous la question suivante: \"", + "after": " absolument sûr que je ne suis pas en train de modifier sans savoir quelque chos" + }, + { + "paragraph": 1, + "start": 1464, + "end": 1467, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "OS", + "OSS", + "OSH", + "OGM", + "GSM", + "NS", + "NSV", + "OMC", + "OISE", + "OMSK" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 2107, + "end": 2115, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "mapperas", + "mateurs", + "majeurs", + "sapeurs", + "rappeurs", + "rapeurs", + "tapeurs", + "mapperez", + "zappeurs", + "vapeurs" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 2150, + "end": 2153, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "OS", + "OSS", + "OSH", + "OGM", + "GSM", + "NS", + "NSV", + "OMC", + "OISE", + "OMSK" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 2553, + "end": 2560, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "chigna" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 1, + "start": 2574, + "end": 2581, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "chicha" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3228, + "end": 3230, + "type": "typo", + "message": "Pas d’espace avant ce signe.", + "suggestions": [ + ")" + ], + "text": " )", + "before": "00 000), il serait peut être utile de voir avec les administrateurs (essayez IRC", + "after": " - demandez si quelque chose d'autre est en cours avec lequel vous risquez d’int" + }, + { + "paragraph": 2, + "start": 139, + "end": 141, + "type": "typo", + "message": "Pas d’espace avant un point.", + "suggestions": [ + "." + ], + "text": " .", + "before": "ns triviales, contribuez plutôt à des outils de contrôle de qualité comme Osmose", + "after": " Ce que votre bot trouve pourrait être utile pour trouver des erreurs potentiell" + }, + { + "paragraph": 2, + "start": 6499, + "end": 6501, + "type": "typo", + "message": "Pas d’espace avant un point.", + "suggestions": [ + "." + ], + "text": " .", + "before": " être résolu par les moyens proposés ci-dessus : Automated Edits code of conduct", + "after": " Retrieved from \" https://wiki.openstreetmap.org/w/index.php?title=FR:Code_de_co" + }, + { + "paragraph": 2, + "start": 6516, + "end": 6519, + "type": "typo", + "message": "Guillemets isolés.", + "suggestions": [ + " « ", + " » ", + " “", + "” " + ], + "text": " \" ", + "before": "les moyens proposés ci-dessus : Automated Edits code of conduct . Retrieved from", + "after": "https://wiki.openstreetmap.org/w/index.php?title=FR:Code_de_conduite_des_modific" + }, + { + "paragraph": 2, + "start": 6632, + "end": 6634, + "type": "typo", + "message": "Guillemets fermants.", + "suggestions": [ + " »", + "”" + ], + "text": " \"", + "before": "index.php?title=FR:Code_de_conduite_des_modifications_automatisées&oldid=2831505", + "after": "" + }, + { + "paragraph": 2, + "start": 30, + "end": 33, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "qu’" + ], + "text": "qu'", + "before": "Si votre bot ne peut être sûr ", + "after": "il procède à des corrections triviales, contribuez plutôt à des outils de contrô" + }, + { + "paragraph": 2, + "start": 256, + "end": 263, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "quelqu’" + ], + "text": "quelqu'", + "before": "tre utile pour trouver des erreurs potentielles qui pourront être examinées par ", + "after": "un ayant un savoir local. Votre script n'a pas de savoir local. Il n’était pas l" + }, + { + "paragraph": 2, + "start": 302, + "end": 304, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "n’" + ], + "text": "n'", + "before": "s qui pourront être examinées par quelqu'un ayant un savoir local. Votre script ", + "after": "a pas de savoir local. Il n’était pas là avec un GPS et une paire d'yeux, ni mêm" + }, + { + "paragraph": 2, + "start": 370, + "end": 372, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "otre script n'a pas de savoir local. Il n’était pas là avec un GPS et une paire ", + "after": "yeux, ni même vous d'ailleurs. Si vous croyez toutefois que vous savez mieux que" + }, + { + "paragraph": 2, + "start": 391, + "end": 393, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "e savoir local. Il n’était pas là avec un GPS et une paire d'yeux, ni même vous ", + "after": "ailleurs. Si vous croyez toutefois que vous savez mieux que le contributeur loca" + }, + { + "paragraph": 2, + "start": 658, + "end": 661, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "qu’" + ], + "text": "qu'", + "before": "ait mieux que lui avec un bot\" surtout si cet utilisateur se sent diminué parce ", + "after": "il n'est pas un développeur et qu'il ne peut pas faire les changements tels que " + }, + { + "paragraph": 2, + "start": 664, + "end": 666, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "n’" + ], + "text": "n'", + "before": "eux que lui avec un bot\" surtout si cet utilisateur se sent diminué parce qu'il ", + "after": "est pas un développeur et qu'il ne peut pas faire les changements tels que vous " + }, + { + "paragraph": 2, + "start": 692, + "end": 695, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "qu’" + ], + "text": "qu'", + "before": "tout si cet utilisateur se sent diminué parce qu'il n'est pas un développeur et ", + "after": "il ne peut pas faire les changements tels que vous les avez fait. Discuter de vo" + }, + { + "paragraph": 2, + "start": 1045, + "end": 1047, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "s’" + ], + "text": "s'", + "before": "vos changements). Nous ne demandons ou ne recommandons pas de vote formel, mais ", + "after": "il y a des objections significatives à votre plan - même des minorités peuvent ê" + }, + { + "paragraph": 2, + "start": 1257, + "end": 1260, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "qu’" + ], + "text": "qu'", + "before": " tomber complétement. Si vous trouvez que votre plan est largement accepté mais ", + "after": "il y a quelques personnes qui s'y opposent, essayez de les convaincre en leur of" + }, + { + "paragraph": 2, + "start": 1290, + "end": 1292, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "s’" + ], + "text": "s'", + "before": "uvez que votre plan est largement accepté mais qu'il y a quelques personnes qui ", + "after": "y opposent, essayez de les convaincre en leur offrant de faire une exception sur" + }, + { + "paragraph": 2, + "start": 1403, + "end": 1406, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "qu’" + ], + "text": "qu'", + "before": "aincre en leur offrant de faire une exception sur leurs zones ou sur les objets ", + "after": "ils ont édités. OpenStreetMap peut s'accommoder d'un peu de diversité ; nous pré" + }, + { + "paragraph": 2, + "start": 1441, + "end": 1443, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "s’" + ], + "text": "s'", + "before": "ception sur leurs zones ou sur les objets qu'ils ont édités. OpenStreetMap peut ", + "after": "accommoder d'un peu de diversité ; nous préférons garder ces gens heureux et de " + }, + { + "paragraph": 2, + "start": 1454, + "end": 1456, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "eurs zones ou sur les objets qu'ils ont édités. OpenStreetMap peut s'accommoder ", + "after": "un peu de diversité ; nous préférons garder ces gens heureux et de les voir cont" + }, + { + "paragraph": 2, + "start": 1753, + "end": 1755, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "tuez dans un premier temps un petit nombre de modifications, et prenez le temps ", + "after": "obtenir un feedback avant de continuer. OpenStreetMap est largement bâti sur un " + }, + { + "paragraph": 2, + "start": 2025, + "end": 2027, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "n’" + ], + "text": "n'", + "before": "ec les données créées par une minorité. De même, ce que pouvez lire sur le wiki ", + "after": "est pas un blanc-seing pour vous de tout changer afin que tout corresponde à ce " + }, + { + "paragraph": 2, + "start": 2277, + "end": 2279, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "n’" + ], + "text": "n'", + "before": "agguer des choses de manière différente de ce qui est écrit dans le Wiki, et il ", + "after": "est pas convenable de transformer les suggestions contenues dans le Wiki en des " + }, + { + "paragraph": 2, + "start": 2601, + "end": 2608, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "quelqu’" + ], + "text": "quelqu'", + "before": "sque accidentel d’écriture sur quelque chose qui vient d’être juste modifié par ", + "after": "un d'autre (i.e. n'utilisez pas simplement le fichier planète du jour précédent " + }, + { + "paragraph": 2, + "start": 2611, + "end": 2613, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "entel d’écriture sur quelque chose qui vient d’être juste modifié par quelqu'un ", + "after": "autre (i.e. n'utilisez pas simplement le fichier planète du jour précédent comme" + }, + { + "paragraph": 2, + "start": 2625, + "end": 2627, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "n’" + ], + "text": "n'", + "before": "re sur quelque chose qui vient d’être juste modifié par quelqu'un d'autre (i.e. ", + "after": "utilisez pas simplement le fichier planète du jour précédent comme base pour le " + }, + { + "paragraph": 2, + "start": 2722, + "end": 2724, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "mplement le fichier planète du jour précédent comme base pour le téléchargement ", + "after": "objets modifiés car vous risquez de casser les changements ayant eu lieu entre t" + }, + { + "paragraph": 2, + "start": 2985, + "end": 2987, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "ifications en cas de téléchargement foireux (Si vous ne vous sentez pas capable ", + "after": "inverser tout ce que vous avez modifié, ne commencez pas à faire de modification" + }, + { + "paragraph": 2, + "start": 3259, + "end": 3261, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "ile de voir avec les administrateurs (essayez IRC ) - demandez si quelque chose ", + "after": "autre est en cours avec lequel vous risquez d’interférer ou regardez les graphiq" + }, + { + "paragraph": 2, + "start": 3425, + "end": 3427, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "Munin afin de savoir à quelle heure les serveurs ne sont pas occupés. Soyez sûr ", + "after": "identifier les modifications effectuées par votre script. Vous pouvez créer un c" + }, + { + "paragraph": 2, + "start": 3618, + "end": 3620, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "u vous pouvez ajouter un tag \"source\", \"created_by\", or \"note\" ou quelque chose ", + "after": "autre. Il est maintenant fortement apprécié de mettre \"bot=yes\" sur le changeset" + }, + { + "paragraph": 2, + "start": 3854, + "end": 3856, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "l’" + ], + "text": "l'", + "before": "et pour chaque modification, cela devient extrêmement dur pour des gens de lire ", + "after": "historique. Si votre bot crée un changement pour un groupe de modification sur l" + }, + { + "paragraph": 2, + "start": 4233, + "end": 4235, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "n’" + ], + "text": "n'", + "before": "ûr de choisir de bons commentaires pour vos changesets - \"Quelques corrections\" ", + "after": "est pas un bon commentaire! N'oubliez jamais que la connaissance locale d'un uti" + }, + { + "paragraph": 2, + "start": 4263, + "end": 4265, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "N’" + ], + "text": "N'", + "before": "ires pour vos changesets - \"Quelques corrections\" n'est pas un bon commentaire! ", + "after": "oubliez jamais que la connaissance locale d'un utilisateur sera toujours supérie" + }, + { + "paragraph": 2, + "start": 4307, + "end": 4309, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "ions\" n'est pas un bon commentaire! N'oubliez jamais que la connaissance locale ", + "after": "un utilisateur sera toujours supérieure à celle d'un développeur terré dans son " + }, + { + "paragraph": 2, + "start": 4357, + "end": 4359, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "is que la connaissance locale d'un utilisateur sera toujours supérieure à celle ", + "after": "un développeur terré dans son bunker à des milliers de kilomètres de là! Documen" + }, + { + "paragraph": 2, + "start": 4528, + "end": 4530, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "l’" + ], + "text": "l'", + "before": "e vous faites ou avez fait Assurez-vous que ceux qui vérifieront ultérieurement ", + "after": "historique d'un objet pourront consulter votre script et ce qu'il fait exactemen" + }, + { + "paragraph": 2, + "start": 4541, + "end": 4543, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": " ou avez fait Assurez-vous que ceux qui vérifieront ultérieurement l'historique ", + "after": "un objet pourront consulter votre script et ce qu'il fait exactement. Documentez" + }, + { + "paragraph": 2, + "start": 4590, + "end": 4593, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "qu’" + ], + "text": "qu'", + "before": "nt ultérieurement l'historique d'un objet pourront consulter votre script et ce ", + "after": "il fait exactement. Documentez l'objectif précis de la modification apportée, l'" + }, + { + "paragraph": 2, + "start": 4624, + "end": 4626, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "l’" + ], + "text": "l'", + "before": "n objet pourront consulter votre script et ce qu'il fait exactement. Documentez ", + "after": "objectif précis de la modification apportée, l'aire géographique concernée, la d" + }, + { + "paragraph": 2, + "start": 4671, + "end": 4673, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "l’" + ], + "text": "l'", + "before": "u'il fait exactement. Documentez l'objectif précis de la modification apportée, ", + "after": "aire géographique concernée, la date et l'heure d'exécution, et le nombre d'obje" + }, + { + "paragraph": 2, + "start": 4713, + "end": 4715, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "l’" + ], + "text": "l'", + "before": "f précis de la modification apportée, l'aire géographique concernée, la date et ", + "after": "heure d'exécution, et le nombre d'objets affectés. Si vous exécutez un script ré" + }, + { + "paragraph": 2, + "start": 4721, + "end": 4723, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": " de la modification apportée, l'aire géographique concernée, la date et l'heure ", + "after": "exécution, et le nombre d'objets affectés. Si vous exécutez un script régulièrem" + }, + { + "paragraph": 2, + "start": 4747, + "end": 4749, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "ée, l'aire géographique concernée, la date et l'heure d'exécution, et le nombre ", + "after": "objets affectés. Si vous exécutez un script régulièrement ou même continûment, a" + }, + { + "paragraph": 2, + "start": 5236, + "end": 5238, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "i vous le liez en commentaire à votre changeset. Ne commencez jamais une guerre ", + "after": "édition Si quelqu'un annulait vos modifications, n'entamez pas une escalade d'éd" + }, + { + "paragraph": 2, + "start": 5249, + "end": 5256, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "quelqu’" + ], + "text": "quelqu'", + "before": "z en commentaire à votre changeset. Ne commencez jamais une guerre d'édition Si ", + "after": "un annulait vos modifications, n'entamez pas une escalade d'éditions. Cela ennui" + }, + { + "paragraph": 2, + "start": 5287, + "end": 5289, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "n’" + ], + "text": "n'", + "before": " commencez jamais une guerre d'édition Si quelqu'un annulait vos modifications, ", + "after": "entamez pas une escalade d'éditions. Cela ennuierait tout le monde et polluerait" + }, + { + "paragraph": 2, + "start": 5314, + "end": 5316, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": "e d'édition Si quelqu'un annulait vos modifications, n'entamez pas une escalade ", + "after": "éditions. Cela ennuierait tout le monde et polluerait l'historique de la base de" + }, + { + "paragraph": 2, + "start": 5370, + "end": 5372, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "l’" + ], + "text": "l'", + "before": "ntamez pas une escalade d'éditions. Cela ennuierait tout le monde et polluerait ", + "after": "historique de la base de données de manière disproportionnée. Entamez le dialogu" + }, + { + "paragraph": 2, + "start": 5512, + "end": 5514, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "d’" + ], + "text": "d'", + "before": ". Entamez le dialogue avec les personnes impliquées, et recherchez la médiation ", + "after": "une tierce personne si vous ne parvenez pas à trouver une solution. Ceci s'appli" + }, + { + "paragraph": 2, + "start": 5587, + "end": 5589, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "s’" + ], + "text": "s'", + "before": "tion d'une tierce personne si vous ne parvenez pas à trouver une solution. Ceci ", + "after": "applique à quiconque édite OpenStreetMap, y compris ceux qui \"combattent\" l'édit" + }, + { + "paragraph": 2, + "start": 5663, + "end": 5665, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "l’" + ], + "text": "l'", + "before": "eci s'applique à quiconque édite OpenStreetMap, y compris ceux qui \"combattent\" ", + "after": "édition automatisée. Problème de langue En indiquant ci-dessus que vous devriez " + }, + { + "paragraph": 2, + "start": 6001, + "end": 6003, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "s’" + ], + "text": "s'", + "before": "tionales de tous les pays concernés par vos éditions. Par exemple, si votre bot ", + "after": "exécute seulement en Italie, alors c'est suffisant de le documenter en italien. " + }, + { + "paragraph": 2, + "start": 6038, + "end": 6040, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "c’" + ], + "text": "c'", + "before": "ar vos éditions. Par exemple, si votre bot s'exécute seulement en Italie, alors ", + "after": "est suffisant de le documenter en italien. S'il fonctionne en Italie, en France " + }, + { + "paragraph": 2, + "start": 6083, + "end": 6085, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "S’" + ], + "text": "S'", + "before": "exécute seulement en Italie, alors c'est suffisant de le documenter en italien. ", + "after": "il fonctionne en Italie, en France et en Allemagne, alors soit vous écrivez en i" + }, + { + "paragraph": 2, + "start": 6216, + "end": 6218, + "type": "apos", + "message": "Apostrophe typographique.", + "suggestions": [ + "l’" + ], + "text": "l'", + "before": " alors soit vous écrivez en italien, français et allemand; soit vous optez pour ", + "after": "écriture de votre documentation en anglais, langue présumée compréhensible par d" + }, + { + "paragraph": 2, + "start": 555, + "end": 556, + "type": "typo", + "message": "Guillemets typographiques ouvrants.", + "suggestions": [ + "« ", + "“" + ], + "text": "\"", + "before": "qui a contribué à la donnée, ce même utilisateur peut se sentir offusqué par un ", + "after": "illustre inconnu qui sait mieux que lui avec un bot\" surtout si cet utilisateur " + }, + { + "paragraph": 2, + "start": 3567, + "end": 3568, + "type": "typo", + "message": "Guillemets typographiques ouvrants.", + "suggestions": [ + "« ", + "“" + ], + "text": "\"", + "before": "us pouvez créer un compte spécial pour le script, ou vous pouvez ajouter un tag ", + "after": "source\", \"created_by\", or \"note\" ou quelque chose d'autre. Il est maintenant for" + }, + { + "paragraph": 2, + "start": 3577, + "end": 3578, + "type": "typo", + "message": "Guillemets typographiques ouvrants.", + "suggestions": [ + "« ", + "“" + ], + "text": "\"", + "before": "créer un compte spécial pour le script, ou vous pouvez ajouter un tag \"source\", ", + "after": "created_by\", or \"note\" ou quelque chose d'autre. Il est maintenant fortement app" + }, + { + "paragraph": 2, + "start": 3594, + "end": 3595, + "type": "typo", + "message": "Guillemets typographiques ouvrants.", + "suggestions": [ + "« ", + "“" + ], + "text": "\"", + "before": "pécial pour le script, ou vous pouvez ajouter un tag \"source\", \"created_by\", or ", + "after": "note\" ou quelque chose d'autre. Il est maintenant fortement apprécié de mettre \"" + }, + { + "paragraph": 2, + "start": 3674, + "end": 3675, + "type": "typo", + "message": "Guillemets typographiques ouvrants.", + "suggestions": [ + "« ", + "“" + ], + "text": "\"", + "before": "\"note\" ou quelque chose d'autre. Il est maintenant fortement apprécié de mettre ", + "after": "bot=yes\" sur le changeset. Planifiez vos changesets de manière sensée. Si votre " + }, + { + "paragraph": 2, + "start": 4100, + "end": 4101, + "type": "typo", + "message": "Guillemets typographiques ouvrants.", + "suggestions": [ + "« ", + "“" + ], + "text": "\"", + "before": "r petites régions est plus facile à déchiffrer pour un utilisateur humain (i.e. ", + "after": "Correction des highway sur Paris\"). De même, soyez sûr de choisir de bons commen" + }, + { + "paragraph": 2, + "start": 4210, + "end": 4211, + "type": "typo", + "message": "Guillemets typographiques ouvrants.", + "suggestions": [ + "« ", + "“" + ], + "text": "\"", + "before": "ris\"). De même, soyez sûr de choisir de bons commentaires pour vos changesets - ", + "after": "Quelques corrections\" n'est pas un bon commentaire! N'oubliez jamais que la conn" + }, + { + "paragraph": 2, + "start": 5650, + "end": 5651, + "type": "typo", + "message": "Guillemets typographiques ouvrants.", + "suggestions": [ + "« ", + "“" + ], + "text": "\"", + "before": "e solution. Ceci s'applique à quiconque édite OpenStreetMap, y compris ceux qui ", + "after": "combattent\" l'édition automatisée. Problème de langue En indiquant ci-dessus que" + }, + { + "paragraph": 2, + "start": 607, + "end": 608, + "type": "typo", + "message": "Guillemets typographiques fermants.", + "suggestions": [ + " »", + "”" + ], + "text": "\"", + "before": "t se sentir offusqué par un \"illustre inconnu qui sait mieux que lui avec un bot", + "after": " surtout si cet utilisateur se sent diminué parce qu'il n'est pas un développeur" + }, + { + "paragraph": 2, + "start": 3574, + "end": 3575, + "type": "typo", + "message": "Guillemets typographiques fermants.", + "suggestions": [ + " »", + "”" + ], + "text": "\"", + "before": "ez créer un compte spécial pour le script, ou vous pouvez ajouter un tag \"source", + "after": ", \"created_by\", or \"note\" ou quelque chose d'autre. Il est maintenant fortement " + }, + { + "paragraph": 2, + "start": 3588, + "end": 3589, + "type": "typo", + "message": "Guillemets typographiques fermants.", + "suggestions": [ + " »", + "”" + ], + "text": "\"", + "before": "mpte spécial pour le script, ou vous pouvez ajouter un tag \"source\", \"created_by", + "after": ", or \"note\" ou quelque chose d'autre. Il est maintenant fortement apprécié de me" + }, + { + "paragraph": 2, + "start": 3599, + "end": 3600, + "type": "typo", + "message": "Guillemets typographiques fermants.", + "suggestions": [ + " »", + "”" + ], + "text": "\"", + "before": "l pour le script, ou vous pouvez ajouter un tag \"source\", \"created_by\", or \"note", + "after": " ou quelque chose d'autre. Il est maintenant fortement apprécié de mettre \"bot=y" + }, + { + "paragraph": 2, + "start": 3682, + "end": 3683, + "type": "typo", + "message": "Guillemets typographiques fermants.", + "suggestions": [ + " »", + "”" + ], + "text": "\"", + "before": "u quelque chose d'autre. Il est maintenant fortement apprécié de mettre \"bot=yes", + "after": " sur le changeset. Planifiez vos changesets de manière sensée. Si votre bot crée" + }, + { + "paragraph": 2, + "start": 4133, + "end": 4134, + "type": "typo", + "message": "Guillemets typographiques fermants.", + "suggestions": [ + " »", + "”" + ], + "text": "\"", + "before": " à déchiffrer pour un utilisateur humain (i.e. \"Correction des highway sur Paris", + "after": "). De même, soyez sûr de choisir de bons commentaires pour vos changesets - \"Que" + }, + { + "paragraph": 2, + "start": 4231, + "end": 4232, + "type": "typo", + "message": "Guillemets typographiques fermants.", + "suggestions": [ + " »", + "”" + ], + "text": "\"", + "before": " sûr de choisir de bons commentaires pour vos changesets - \"Quelques corrections", + "after": " n'est pas un bon commentaire! N'oubliez jamais que la connaissance locale d'un " + }, + { + "paragraph": 2, + "start": 5661, + "end": 5662, + "type": "typo", + "message": "Guillemets typographiques fermants.", + "suggestions": [ + " »", + "”" + ], + "text": "\"", + "before": " Ceci s'applique à quiconque édite OpenStreetMap, y compris ceux qui \"combattent", + "after": " l'édition automatisée. Problème de langue En indiquant ci-dessus que vous devri" + }, + { + "paragraph": 2, + "start": 4261, + "end": 4262, + "type": "nbsp", + "message": "Il manque un espace insécable.", + "suggestions": [ + " !" + ], + "text": "!", + "before": "taires pour vos changesets - \"Quelques corrections\" n'est pas un bon commentaire", + "after": " N'oubliez jamais que la connaissance locale d'un utilisateur sera toujours supé" + }, + { + "paragraph": 2, + "start": 4430, + "end": 4431, + "type": "nbsp", + "message": "Il manque un espace insécable.", + "suggestions": [ + " !" + ], + "text": "!", + "before": " celle d'un développeur terré dans son bunker à des milliers de kilomètres de là", + "after": " Documentez ce que vous faites ou avez fait Assurez-vous que ceux qui vérifieron" + }, + { + "paragraph": 2, + "start": 6193, + "end": 6194, + "type": "nbsp", + "message": "Il manque un espace insécable.", + "suggestions": [ + " ;" + ], + "text": ";", + "before": "France et en Allemagne, alors soit vous écrivez en italien, français et allemand", + "after": " soit vous optez pour l'écriture de votre documentation en anglais, langue présu" + }, + { + "paragraph": 2, + "start": 1096, + "end": 1099, + "type": "typo", + "message": "Tiret d’incise : un tiret demi-cadratin [1] ou cadratin [2] est requis. (Ou éventuellement le signe “moins” [3], s’il s’agit d’une soustraction.)", + "suggestions": [ + " – ", + " — ", + " − " + ], + "text": " - ", + "before": "ons pas de vote formel, mais s'il y a des objections significatives à votre plan", + "after": "même des minorités peuvent être significatives ! - alors changez le ou laissez t" + }, + { + "paragraph": 2, + "start": 1147, + "end": 1150, + "type": "typo", + "message": "Tiret d’incise : un tiret demi-cadratin [1] ou cadratin [2] est requis. (Ou éventuellement le signe “moins” [3], s’il s’agit d’une soustraction.)", + "suggestions": [ + " – ", + " — ", + " − " + ], + "text": " - ", + "before": "s significatives à votre plan - même des minorités peuvent être significatives !", + "after": "alors changez le ou laissez tomber complétement. Si vous trouvez que votre plan " + }, + { + "paragraph": 2, + "start": 3230, + "end": 3233, + "type": "typo", + "message": "Tiret d’incise : un tiret demi-cadratin [1] ou cadratin [2] est requis. (Ou éventuellement le signe “moins” [3], s’il s’agit d’une soustraction.)", + "suggestions": [ + " – ", + " — ", + " − " + ], + "text": " - ", + "before": " 000), il serait peut être utile de voir avec les administrateurs (essayez IRC )", + "after": "demandez si quelque chose d'autre est en cours avec lequel vous risquez d’interf" + }, + { + "paragraph": 2, + "start": 4207, + "end": 4210, + "type": "typo", + "message": "Tiret d’incise : un tiret demi-cadratin [1] ou cadratin [2] est requis. (Ou éventuellement le signe “moins” [3], s’il s’agit d’une soustraction.)", + "suggestions": [ + " – ", + " — ", + " − " + ], + "text": " - ", + "before": " Paris\"). De même, soyez sûr de choisir de bons commentaires pour vos changesets", + "after": "\"Quelques corrections\" n'est pas un bon commentaire! N'oubliez jamais que la con" + }, + { + "paragraph": 2, + "start": 6625, + "end": 6632, + "type": "num", + "message": "Formatage des grands nombres.", + "suggestions": [ + "2 831 505" + ], + "text": "2831505", + "before": ".org/w/index.php?title=FR:Code_de_conduite_des_modifications_automatisées&oldid=", + "after": " \"" + }, + { + "paragraph": 2, + "start": 3147, + "end": 3154, + "type": "notype", + "message": "Grands nombres : utilisez des espaces insécables.", + "suggestions": [ + "100 000" + ], + "text": "100 000", + "before": "s). Si vous avez prévu de faire un très grand nombre de changements (au delà de ", + "after": "), il serait peut être utile de voir avec les administrateurs (essayez IRC ) - d" + }, + { + "paragraph": 2, + "start": 755, + "end": 759, + "type": "ppas", + "message": "Accord avec le COD « les » : Le participe passé « fait » devrait être au pluriel (et accordé en genre).", + "suggestions": [ + "faits" + ], + "text": "fait", + "before": "n développeur et qu'il ne peut pas faire les changements tels que vous les avez ", + "after": ". Discuter de vos plans Si vous planifiez de faire une édition automatisée, anno" + }, + { + "paragraph": 2, + "start": 870, + "end": 872, + "type": "gn", + "message": "Accord de genre erroné : « mailing » est masculin.", + "suggestions": [ + "le" + ], + "text": "la", + "before": " planifiez de faire une édition automatisée, annoncez le avant et parlez en sur ", + "after": " mailing list adéquate (une liste régionale, nationale, ou internationale selon " + }, + { + "paragraph": 2, + "start": 856, + "end": 865, + "type": "imp", + "message": "S’il s’agit d’un impératif, mettez un trait d’union.", + "suggestions": [ + "parlez-en" + ], + "text": "parlez en", + "before": " plans Si vous planifiez de faire une édition automatisée, annoncez le avant et ", + "after": " sur la mailing list adéquate (une liste régionale, nationale, ou internationale" + }, + { + "paragraph": 2, + "start": 1871, + "end": 1874, + "type": "gn", + "message": "Accord de genre erroné : « mailing » est masculin.", + "suggestions": [ + "un" + ], + "text": "une", + "before": "er. OpenStreetMap est largement bâti sur un consensus. Une majorité de voix sur ", + "after": " mailing list ne vous donne pas le droit de faire ce que vous voulez avec les do" + }, + { + "paragraph": 2, + "start": 2001, + "end": 2007, + "type": "conj", + "message": "Conjugaison erronée. Ce verbe devrait être à la 3ᵉ personne.", + "suggestions": [ + "peuvent" + ], + "text": "pouvez", + "before": "re ce que vous voulez avec les données créées par une minorité. De même, ce que ", + "after": " lire sur le wiki n'est pas un blanc-seing pour vous de tout changer afin que to" + }, + { + "paragraph": 2, + "start": 2739, + "end": 2743, + "type": "virg", + "message": "Si « car » est la conjonction de coordination, une virgule est peut-être souhaitable.", + "suggestions": [ + ", car" + ], + "text": " car", + "before": "er planète du jour précédent comme base pour le téléchargement d'objets modifiés", + "after": " vous risquez de casser les changements ayant eu lieu entre temps). De même, soy" + }, + { + "paragraph": 2, + "start": 2797, + "end": 2808, + "type": "tu", + "message": "Il manque un trait d’union.", + "suggestions": [ + "entre-temps" + ], + "text": "entre temps", + "before": "ment d'objets modifiés car vous risquez de casser les changements ayant eu lieu ", + "after": "). De même, soyez certain de garder toutes les données nécessaires si vous devez" + }, + { + "paragraph": 2, + "start": 3136, + "end": 3143, + "type": "tu", + "message": "Il manque un trait d’union.", + "suggestions": [ + "au-delà" + ], + "text": "au delà", + "before": "odifications). Si vous avez prévu de faire un très grand nombre de changements (", + "after": " de 100 000), il serait peut être utile de voir avec les administrateurs (essaye" + }, + { + "paragraph": 2, + "start": 3167, + "end": 3176, + "type": "conf", + "message": "Confusion probable. Pour dire “possiblement”, écrivez “peut-être”.", + "suggestions": [ + "peut-être" + ], + "text": "peut être", + "before": "vu de faire un très grand nombre de changements (au delà de 100 000), il serait ", + "after": " utile de voir avec les administrateurs (essayez IRC ) - demandez si quelque cho" + }, + { + "paragraph": 2, + "start": 5020, + "end": 5031, + "type": "gn", + "message": "Accord de genre erroné : le syntagme « La page » est féminin, « utilisateur » est masculin.", + "suggestions": [ + "utilisatrice" + ], + "text": "utilisateur", + "before": "pour placer la documentation de votre bot : La page Automated edits log La page ", + "after": " www.openstreetmap.org du compte utilisateur de votre bot Une page wiki du même " + }, + { + "paragraph": 2, + "start": 6425, + "end": 6431, + "type": "ppas", + "message": "Accord avec la forme verbale “peuvent” : “résolu” devrait être au pluriel.", + "suggestions": [ + "résolus" + ], + "text": "résolu", + "before": "Data working group enquêtera et agira lors de problèmes qui ne peuvent pas être ", + "after": " par les moyens proposés ci-dessus : Automated Edits code of conduct . Retrieved" + }, + { + "paragraph": 2, + "start": 881, + "end": 885, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "liste", + "lista", + "listé", + "lis", + "lister", + "listez", + "listes", + "listel", + "listai" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 1883, + "end": 1887, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "liste", + "lista", + "listé", + "lis", + "lister", + "listez", + "listes", + "listel", + "listai" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 2196, + "end": 2203, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "taguer", + "daguer", + "taguera", + "tague", + "taguerez", + "daguera", + "dague", + "taguez", + "tagues", + "taguée" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3225, + "end": 3228, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "INCA", + "IREZ", + "IRM", + "IRA", + "IRL", + "IRD", + "INRA", + "INRI", + "URCA", + "IRE" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3345, + "end": 3350, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Munir", + "Murin", + "Murir", + "Mûrir", + "Muni", + "Munira", + "Munirez", + "Muri", + "Mûri", + "Munie" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3578, + "end": 3585, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "creute", + "créâtes", + "crantée", + "croate", + "crante", + "crades", + "creutes", + "crabes", + "crantées", + "croates" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3586, + "end": 3588, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "bye", + "b", + "dyn", + "byebye", + "dyne", + "bis", + "bit", + "bio", + "bic", + "bip" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3679, + "end": 3682, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Yes", + "yen", + "yeV", + "yens", + "ses", + "tes", + "les", + "ces", + "mes", + "des" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3691, + "end": 3700, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "changes et", + "changes te", + "changée", + "change est", + "changeuse", + "changées", + "change set", + "changeuses", + "sagesses", + "sagesse" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3716, + "end": 3726, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "changes tes", + "change sets" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 3767, + "end": 3776, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "changes et", + "changes te", + "changée", + "change est", + "changeuse", + "changées", + "change set", + "changeuses", + "sagesses", + "sagesse" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4116, + "end": 4123, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "chicha" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4197, + "end": 4207, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "changes tes", + "change sets" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 4992, + "end": 5001, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Automate", + "Automates", + "Automnale", + "Automnales" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5002, + "end": 5007, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "édits", + "Ebit", + "exits", + "dites", + "exit", + "édit", + "éditez", + "édicte", + "édicta", + "édicté" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 5194, + "end": 5203, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "changes et", + "changes te", + "changée", + "change est", + "changeuse", + "changées", + "change set", + "changeuses", + "sagesses", + "sagesse" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6350, + "end": 6357, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "warning", + "wormien", + "forcing", + "wormiens", + "warnings", + "forcings", + "moringa", + "rotring", + "porcin", + "moringas" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6358, + "end": 6363, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "groupe", + "groupa", + "groupé", + "grouper", + "groupez", + "groupes", + "groupai", + "groupas", + "groupal" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6468, + "end": 6477, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Automate", + "Automates", + "Automnale", + "Automnales" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6478, + "end": 6483, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Édits", + "Ebit", + "Dites", + "Édit", + "Adit", + "Dite", + "Dits", + "Dito", + "Éditez", + "Édicte" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6489, + "end": 6491, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "off", + "OF₂", + "AuF₃", + "o", + "offert", + "nové", + "nova", + "nove", + "volé" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6492, + "end": 6499, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "conduits", + "conduit", + "conduite", + "conduis", + "connûtes", + "conduise", + "connus", + "conduisez", + "conduises", + "condés" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6502, + "end": 6511, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "Retriever", + "Retrievers", + "Rentière", + "Rentières", + "Rentrayée", + "Rentrayées", + "Arêtière", + "Arêtières" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6512, + "end": 6516, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "fréon", + "fréons", + "froc", + "formène", + "frocs", + "frime", + "frima", + "frimé", + "frémi" + ], + "text": "", + "before": "", + "after": "" + }, + { + "paragraph": 2, + "start": 6619, + "end": 6624, + "type": "spelling", + "message": "Erreur d'orthographe", + "suggestions": [ + "roidi", + "olim", + "bondi", + "roidie", + "roidir", + "roidis", + "roidit", + "ordi", + "olims", + "bondit" + ], + "text": "", + "before": "", + "after": "" + } + ], "staleness_score": 26.35 }, "date_diff": 114, @@ -24483,5 +69262,5 @@ } } ], - "last_updated": "2025-09-01T00:27:41.302071" + "last_updated": "2025-09-01T10:47:06.905069" } \ No newline at end of file diff --git a/wiki_compare/staleness_histogram.png b/wiki_compare/staleness_histogram.png index 69c85bcd..0c8c1fbd 100644 Binary files a/wiki_compare/staleness_histogram.png and b/wiki_compare/staleness_histogram.png differ diff --git a/wiki_compare/top_keys.json b/wiki_compare/top_keys.json index 1cbdd7d6..bd5ad0d2 100644 --- a/wiki_compare/top_keys.json +++ b/wiki_compare/top_keys.json @@ -1,6 +1,6 @@ [ { "key": "building", - "count": 657147429 + "count": 657211643 } ] \ No newline at end of file diff --git a/wiki_compare/untranslated_french_pages.json b/wiki_compare/untranslated_french_pages.json index 302e93a5..c248e71e 100644 --- a/wiki_compare/untranslated_french_pages.json +++ b/wiki_compare/untranslated_french_pages.json @@ -1,5 +1,5 @@ { - "last_updated": "2025-08-31T23:48:47.574109", + "last_updated": "2025-09-01T10:50:55.122263", "untranslated_pages": [ { "title": "FR:2017 Ouragans Irma et Maria", diff --git a/wiki_compare/wiki_compare.py b/wiki_compare/wiki_compare.py index c45cc8ee..f0d0fe92 100755 --- a/wiki_compare/wiki_compare.py +++ b/wiki_compare/wiki_compare.py @@ -28,6 +28,8 @@ import csv import requests import re import os +import subprocess +import tempfile from datetime import datetime from bs4 import BeautifulSoup import logging @@ -61,12 +63,14 @@ NUM_WIKI_PAGES = 1 # 3. Pages with FR: prefix (e.g., "FR:Tag:leisure%3Dchildren_club") SPECIFIC_PAGES = [ "Anatomie_des_étiquettes_osm", - "FR:Tag:leisure%3Dchildren_club", - "FR:Tag:harassment_prevention%3Dask_angela", + "FR:Tag:leisure=children_club", + "FR:Tag:harassment_prevention=Dask_angela", "Key:harassment_prevention", "Proposal process", "Automated_Edits_code_of_conduct", - "Key:cuisine" + "Key:cuisine", + "Libre_Charge_Map", + "OSM_Mon_Commerce" ] def fetch_top_keys(limit=NUM_WIKI_PAGES): @@ -118,6 +122,90 @@ def save_to_json(data, filename): except IOError as e: logger.error(f"Error saving data to {filename}: {e}") +def check_grammar_with_grammalecte(text): + """ + Check grammar in French text using grammalecte-cli + + Args: + text (str): French text to check + + Returns: + list: List of grammar suggestions + """ + if not text or len(text.strip()) == 0: + logger.warning("Empty text provided for grammar checking") + return [] + + logger.info("Checking grammar with grammalecte-cli...") + + try: + # Create a temporary file with the text + with tempfile.NamedTemporaryFile(mode='w', encoding='utf-8', suffix='.txt', delete=False) as temp_file: + temp_file.write(text) + temp_file_path = temp_file.name + + # Run grammalecte-cli on the temporary file + cmd = ['grammalecte-cli', '-f', temp_file_path, '-j', '-ctx', '-wss'] + result = subprocess.run(cmd, capture_output=True, text=True, check=True) + + # Parse the JSON output + grammar_data = json.loads(result.stdout) + + # Extract grammar errors from all paragraphs + grammar_suggestions = [] + for paragraph in grammar_data.get('data', []): + paragraph_index = paragraph.get('iParagraph', 0) + + # Process grammar errors + for error in paragraph.get('lGrammarErrors', []): + suggestion = { + 'paragraph': paragraph_index, + 'start': error.get('nStart', 0), + 'end': error.get('nEnd', 0), + 'type': error.get('sType', ''), + 'message': error.get('sMessage', ''), + 'suggestions': error.get('aSuggestions', []), + 'text': error.get('sUnderlined', ''), + 'before': error.get('sBefore', ''), + 'after': error.get('sAfter', '') + } + grammar_suggestions.append(suggestion) + + # Process spelling errors + for error in paragraph.get('lSpellingErrors', []): + suggestion = { + 'paragraph': paragraph_index, + 'start': error.get('nStart', 0), + 'end': error.get('nEnd', 0), + 'type': 'spelling', + 'message': 'Erreur d\'orthographe', + 'suggestions': error.get('aSuggestions', []), + 'text': error.get('sUnderlined', ''), + 'before': error.get('sBefore', ''), + 'after': error.get('sAfter', '') + } + grammar_suggestions.append(suggestion) + + # Clean up the temporary file + os.unlink(temp_file_path) + + logger.info(f"Found {len(grammar_suggestions)} grammar/spelling suggestions") + return grammar_suggestions + + except subprocess.CalledProcessError as e: + logger.error(f"Error running grammalecte-cli: {e}") + logger.error(f"stdout: {e.stdout}") + logger.error(f"stderr: {e.stderr}") + return [] + + except json.JSONDecodeError as e: + logger.error(f"Error parsing grammalecte-cli output: {e}") + return [] + + except Exception as e: + logger.error(f"Unexpected error during grammar checking: {e}") + return [] + def fetch_wiki_page(key, language='en', is_specific_page=False): """ Fetch wiki page for a given key or specific page @@ -225,6 +313,7 @@ def fetch_wiki_page(key, language='en', is_specific_page=False): # Count words in the content content = soup.select_one('#mw-content-text') + clean_text = "" if content: # Remove script and style elements for script in content.select('script, style'): @@ -235,8 +324,14 @@ def fetch_wiki_page(key, language='en', is_specific_page=False): languages_elem.extract() # Get text and count words - text = content.get_text(separator=' ', strip=True) - word_count = len(text.split()) + clean_text = content.get_text(separator=' ', strip=True) + word_count = len(clean_text.split()) + + # Check grammar for French pages + grammar_suggestions = [] + if language == 'fr': + logger.info(f"Checking grammar for French page: {key}") + grammar_suggestions = check_grammar_with_grammalecte(clean_text) # Extract links links = content.select('a') @@ -433,6 +528,7 @@ def fetch_wiki_page(key, language='en', is_specific_page=False): media_count = 0 media_details = [] categories = [] + grammar_suggestions = [] return { 'key': key, @@ -449,7 +545,8 @@ def fetch_wiki_page(key, language='en', is_specific_page=False): 'media_details': media_details, 'categories': categories, 'description_img_url': description_img_url, - 'is_specific_page': is_specific_page + 'is_specific_page': is_specific_page, + 'grammar_suggestions': grammar_suggestions } except requests.exceptions.RequestException as e: diff --git a/wiki_compare/wiki_pages.csv b/wiki_compare/wiki_pages.csv index 934d0921..044b595f 100644 --- a/wiki_compare/wiki_pages.csv +++ b/wiki_compare/wiki_pages.csv @@ -2,15 +2,15 @@ key,language,url,last_modified,sections,word_count,link_count,media_count,stalen building,en,https://wiki.openstreetmap.org/wiki/Key:building,2025-06-10,31,3774,627,158,8.91,https://wiki.openstreetmap.org/w/images/thumb/6/61/Emptyhouse.jpg/200px-Emptyhouse.jpg building,fr,https://wiki.openstreetmap.org/wiki/FR:Key:building,2025-05-22,25,3181,544,155,8.91,https://wiki.openstreetmap.org/w/images/thumb/6/61/Emptyhouse.jpg/200px-Emptyhouse.jpg Anatomie_des_étiquettes_osm,en,https://wiki.openstreetmap.org/wiki/Anatomie_des_étiquettes_osm,2025-06-08,22,963,53,0,100, -FR:Tag:leisure%3Dchildren_club,fr,https://wiki.openstreetmap.org/wiki/FR:Tag:leisure%3Dchildren_club,2024-05-02,8,294,67,10,0,https://upload.wikimedia.org/wikipedia/commons/thumb/7/74/Dave_%26_Buster%27s_video_arcade_in_Columbus%2C_OH_-_17910.JPG/200px-Dave_%26_Buster%27s_video_arcade_in_Columbus%2C_OH_-_17910.JPG -https://wiki.openstreetmap.org/wiki/Tag:leisure%3Dchildren_club,en,https://wiki.openstreetmap.org/wiki/Tag:leisure%3Dchildren_club,2025-02-02,9,163,69,9,100,https://wiki.openstreetmap.org/w/images/thumb/7/76/Osm_element_node.svg/30px-Osm_element_node.svg.png -FR:Tag:harassment_prevention%3Dask_angela,fr,https://wiki.openstreetmap.org/wiki/FR:Tag:harassment_prevention%3Dask_angela,2025-07-10,20,873,166,15,0,https://wiki.openstreetmap.org/w/images/thumb/1/15/2024-06-27T08.40.50_ask_angela_lyon.jpg/200px-2024-06-27T08.40.50_ask_angela_lyon.jpg -https://wiki.openstreetmap.org/wiki/Tag:harassment_prevention%3Dask_angela,en,https://wiki.openstreetmap.org/wiki/Tag:harassment_prevention%3Dask_angela,2025-02-22,14,463,72,9,100,https://wiki.openstreetmap.org/w/images/thumb/7/76/Osm_element_node.svg/30px-Osm_element_node.svg.png +FR:Tag:leisure=children_club,fr,https://wiki.openstreetmap.org/wiki/FR:Tag:leisure=children_club,2024-05-02,8,294,67,10,0,https://upload.wikimedia.org/wikipedia/commons/thumb/7/74/Dave_%26_Buster%27s_video_arcade_in_Columbus%2C_OH_-_17910.JPG/200px-Dave_%26_Buster%27s_video_arcade_in_Columbus%2C_OH_-_17910.JPG +https://wiki.openstreetmap.org/wiki/Tag:leisure=children_club,en,https://wiki.openstreetmap.org/wiki/Tag:leisure=children_club,2025-02-02,9,163,69,9,100,https://wiki.openstreetmap.org/w/images/thumb/7/76/Osm_element_node.svg/30px-Osm_element_node.svg.png Key:harassment_prevention,en,https://wiki.openstreetmap.org/wiki/Key:harassment_prevention,2024-08-10,12,196,69,14,66.72,https://wiki.openstreetmap.org/w/images/thumb/7/76/Osm_element_node.svg/30px-Osm_element_node.svg.png Key:harassment_prevention,fr,https://wiki.openstreetmap.org/wiki/FR:Key:harassment_prevention,2025-07-03,15,328,83,14,66.72,https://wiki.openstreetmap.org/w/images/thumb/7/76/Osm_element_node.svg/30px-Osm_element_node.svg.png -Proposal process,en,https://wiki.openstreetmap.org/wiki/Proposal process,2025-08-13,44,5253,187,4,165.53,https://wiki.openstreetmap.org/w/images/thumb/c/c2/Save_proposal_first.png/761px-Save_proposal_first.png -Proposal process,fr,https://wiki.openstreetmap.org/wiki/FR:Proposal process,2023-09-22,15,1146,24,0,165.53, +Proposal process,en,https://wiki.openstreetmap.org/wiki/Proposal process,2025-08-13,46,5292,202,4,166.25,https://wiki.openstreetmap.org/w/images/thumb/c/c2/Save_proposal_first.png/761px-Save_proposal_first.png +Proposal process,fr,https://wiki.openstreetmap.org/wiki/FR:Proposal process,2023-09-22,15,1146,24,0,166.25, Automated_Edits_code_of_conduct,en,https://wiki.openstreetmap.org/wiki/Automated_Edits_code_of_conduct,2025-07-26,19,2062,69,0,26.35, Automated_Edits_code_of_conduct,fr,https://wiki.openstreetmap.org/wiki/FR:Automated_Edits_code_of_conduct,2025-04-03,17,1571,16,0,26.35, Key:cuisine,en,https://wiki.openstreetmap.org/wiki/Key:cuisine,2025-07-23,17,3422,693,303,107.73,https://upload.wikimedia.org/wikipedia/commons/thumb/f/f0/Food_montage.jpg/200px-Food_montage.jpg Key:cuisine,fr,https://wiki.openstreetmap.org/wiki/FR:Key:cuisine,2024-02-16,15,2866,690,316,107.73,https://upload.wikimedia.org/wikipedia/commons/thumb/f/f0/Food_montage.jpg/200px-Food_montage.jpg +Libre_Charge_Map,en,https://wiki.openstreetmap.org/wiki/Libre_Charge_Map,2025-07-28,11,328,10,2,100,https://wiki.openstreetmap.org/w/images/thumb/8/8e/Screenshot_2025-07-28_at_14-40-11_LibreChargeMap_-_OSM_Bliss.png/300px-Screenshot_2025-07-28_at_14-40-11_LibreChargeMap_-_OSM_Bliss.png +OSM_Mon_Commerce,en,https://wiki.openstreetmap.org/wiki/OSM_Mon_Commerce,2025-07-29,17,418,34,3,100,https://wiki.openstreetmap.org/w/images/thumb/6/67/Villes_OSM_Mon_Commerce.png/500px-Villes_OSM_Mon_Commerce.png