Update spaCy pipeline
Browse files- .gitattributes +2 -0
- README.md +30 -0
- config.cfg +144 -0
- fr_pipeline-any-py3-none-any.whl +3 -0
- meta.json +72 -0
- textcat/cfg +44 -0
- textcat/model +3 -0
- tokenizer +0 -0
- vocab/key2row +1 -0
- vocab/lookups.bin +3 -0
- vocab/strings.json +2596 -0
- vocab/vectors +0 -0
- vocab/vectors.cfg +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
fr_pipeline-any-py3-none-any.whl filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
textcat/model filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- spacy
|
| 4 |
+
- text-classification
|
| 5 |
+
language:
|
| 6 |
+
- fr
|
| 7 |
+
---
|
| 8 |
+
| Feature | Description |
|
| 9 |
+
| --- | --- |
|
| 10 |
+
| **Name** | `fr_pipeline` |
|
| 11 |
+
| **Version** | `0.0.0` |
|
| 12 |
+
| **spaCy** | `>=3.7.5,<3.8.0` |
|
| 13 |
+
| **Default Pipeline** | `textcat` |
|
| 14 |
+
| **Components** | `textcat` |
|
| 15 |
+
| **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
|
| 16 |
+
| **Sources** | n/a |
|
| 17 |
+
| **License** | n/a |
|
| 18 |
+
| **Author** | [n/a]() |
|
| 19 |
+
|
| 20 |
+
### Label Scheme
|
| 21 |
+
|
| 22 |
+
<details>
|
| 23 |
+
|
| 24 |
+
<summary>View label scheme (38 labels for 1 components)</summary>
|
| 25 |
+
|
| 26 |
+
| Component | Labels |
|
| 27 |
+
| --- | --- |
|
| 28 |
+
| **`textcat`** | `contrat_stage`, `contrat_apprentissage`, `travail_temporaire_placement`, `contrat_travail`, `contrat_essai_partielle`, `contrat_determine`, `contrat_indetermine`, `tacheronnat`, `suspension_contrat`, `convention_collective`, `reglement_interieur`, `duree_travail`, `repose_hebdomadaire`, `conges`, `voyage_transport`, `salaire`, `cautionnement`, `economat`, `securite_sante`, `syndicat_professionnel`, `delegue_personnel`, `different_travail`, `conciliation`, `travail_femme`, `refere`, `arbitrage`, `greve`, `inspecteur_travail`, `sanction`, `procedure`, `contact_avocat`, `greeting`, `introduce_self`, `goodbye`, `thank_you`, `chatbot_info`, `droit_foncier`, `droit_civil` |
|
| 29 |
+
|
| 30 |
+
</details>
|
config.cfg
ADDED
|
@@ -0,0 +1,144 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[paths]
|
| 2 |
+
train = null
|
| 3 |
+
dev = null
|
| 4 |
+
vectors = null
|
| 5 |
+
init_tok2vec = null
|
| 6 |
+
|
| 7 |
+
[system]
|
| 8 |
+
seed = 0
|
| 9 |
+
gpu_allocator = null
|
| 10 |
+
|
| 11 |
+
[nlp]
|
| 12 |
+
lang = "fr"
|
| 13 |
+
pipeline = ["textcat"]
|
| 14 |
+
disabled = []
|
| 15 |
+
before_creation = null
|
| 16 |
+
after_creation = null
|
| 17 |
+
after_pipeline_creation = null
|
| 18 |
+
batch_size = 1000
|
| 19 |
+
tokenizer = {"@tokenizers":"spacy.Tokenizer.v1"}
|
| 20 |
+
vectors = {"@vectors":"spacy.Vectors.v1"}
|
| 21 |
+
|
| 22 |
+
[components]
|
| 23 |
+
|
| 24 |
+
[components.textcat]
|
| 25 |
+
factory = "textcat"
|
| 26 |
+
scorer = {"@scorers":"spacy.textcat_scorer.v2"}
|
| 27 |
+
threshold = 0.0
|
| 28 |
+
|
| 29 |
+
[components.textcat.model]
|
| 30 |
+
@architectures = "spacy.TextCatEnsemble.v2"
|
| 31 |
+
nO = null
|
| 32 |
+
|
| 33 |
+
[components.textcat.model.linear_model]
|
| 34 |
+
@architectures = "spacy.TextCatBOW.v3"
|
| 35 |
+
exclusive_classes = true
|
| 36 |
+
length = 262144
|
| 37 |
+
ngram_size = 1
|
| 38 |
+
no_output_layer = false
|
| 39 |
+
nO = null
|
| 40 |
+
|
| 41 |
+
[components.textcat.model.tok2vec]
|
| 42 |
+
@architectures = "spacy.Tok2Vec.v2"
|
| 43 |
+
|
| 44 |
+
[components.textcat.model.tok2vec.embed]
|
| 45 |
+
@architectures = "spacy.MultiHashEmbed.v2"
|
| 46 |
+
width = 64
|
| 47 |
+
rows = [2000,2000,500,1000,500]
|
| 48 |
+
attrs = ["NORM","LOWER","PREFIX","SUFFIX","SHAPE"]
|
| 49 |
+
include_static_vectors = false
|
| 50 |
+
|
| 51 |
+
[components.textcat.model.tok2vec.encode]
|
| 52 |
+
@architectures = "spacy.MaxoutWindowEncoder.v2"
|
| 53 |
+
width = 64
|
| 54 |
+
window_size = 1
|
| 55 |
+
maxout_pieces = 3
|
| 56 |
+
depth = 2
|
| 57 |
+
|
| 58 |
+
[corpora]
|
| 59 |
+
|
| 60 |
+
[corpora.dev]
|
| 61 |
+
@readers = "spacy.Corpus.v1"
|
| 62 |
+
path = ${paths.dev}
|
| 63 |
+
gold_preproc = false
|
| 64 |
+
max_length = 0
|
| 65 |
+
limit = 0
|
| 66 |
+
augmenter = null
|
| 67 |
+
|
| 68 |
+
[corpora.train]
|
| 69 |
+
@readers = "spacy.Corpus.v1"
|
| 70 |
+
path = ${paths.train}
|
| 71 |
+
gold_preproc = false
|
| 72 |
+
max_length = 0
|
| 73 |
+
limit = 0
|
| 74 |
+
augmenter = null
|
| 75 |
+
|
| 76 |
+
[training]
|
| 77 |
+
seed = ${system.seed}
|
| 78 |
+
gpu_allocator = ${system.gpu_allocator}
|
| 79 |
+
dropout = 0.1
|
| 80 |
+
accumulate_gradient = 1
|
| 81 |
+
patience = 1600
|
| 82 |
+
max_epochs = 0
|
| 83 |
+
max_steps = 20000
|
| 84 |
+
eval_frequency = 200
|
| 85 |
+
frozen_components = []
|
| 86 |
+
annotating_components = []
|
| 87 |
+
dev_corpus = "corpora.dev"
|
| 88 |
+
train_corpus = "corpora.train"
|
| 89 |
+
before_to_disk = null
|
| 90 |
+
before_update = null
|
| 91 |
+
|
| 92 |
+
[training.batcher]
|
| 93 |
+
@batchers = "spacy.batch_by_words.v1"
|
| 94 |
+
discard_oversize = false
|
| 95 |
+
tolerance = 0.2
|
| 96 |
+
get_length = null
|
| 97 |
+
|
| 98 |
+
[training.batcher.size]
|
| 99 |
+
@schedules = "compounding.v1"
|
| 100 |
+
start = 100
|
| 101 |
+
stop = 1000
|
| 102 |
+
compound = 1.001
|
| 103 |
+
t = 0.0
|
| 104 |
+
|
| 105 |
+
[training.logger]
|
| 106 |
+
@loggers = "spacy.ConsoleLogger.v1"
|
| 107 |
+
progress_bar = false
|
| 108 |
+
|
| 109 |
+
[training.optimizer]
|
| 110 |
+
@optimizers = "Adam.v1"
|
| 111 |
+
beta1 = 0.9
|
| 112 |
+
beta2 = 0.999
|
| 113 |
+
L2_is_weight_decay = true
|
| 114 |
+
L2 = 0.01
|
| 115 |
+
grad_clip = 1.0
|
| 116 |
+
use_averages = false
|
| 117 |
+
eps = 0.00000001
|
| 118 |
+
learn_rate = 0.001
|
| 119 |
+
|
| 120 |
+
[training.score_weights]
|
| 121 |
+
cats_score = 1.0
|
| 122 |
+
cats_score_desc = null
|
| 123 |
+
cats_micro_p = null
|
| 124 |
+
cats_micro_r = null
|
| 125 |
+
cats_micro_f = null
|
| 126 |
+
cats_macro_p = null
|
| 127 |
+
cats_macro_r = null
|
| 128 |
+
cats_macro_f = null
|
| 129 |
+
cats_macro_auc = null
|
| 130 |
+
cats_f_per_type = null
|
| 131 |
+
|
| 132 |
+
[pretraining]
|
| 133 |
+
|
| 134 |
+
[initialize]
|
| 135 |
+
vectors = ${paths.vectors}
|
| 136 |
+
init_tok2vec = ${paths.init_tok2vec}
|
| 137 |
+
vocab_data = null
|
| 138 |
+
lookups = null
|
| 139 |
+
before_init = null
|
| 140 |
+
after_init = null
|
| 141 |
+
|
| 142 |
+
[initialize.components]
|
| 143 |
+
|
| 144 |
+
[initialize.tokenizer]
|
fr_pipeline-any-py3-none-any.whl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:72b3486e38e81d6272cf3bed0a526ca67d4a66381fd41eeb844d5a2713c19305
|
| 3 |
+
size 2741099
|
meta.json
ADDED
|
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"lang":"fr",
|
| 3 |
+
"name":"pipeline",
|
| 4 |
+
"version":"0.0.0",
|
| 5 |
+
"description":"",
|
| 6 |
+
"author":"",
|
| 7 |
+
"email":"",
|
| 8 |
+
"url":"",
|
| 9 |
+
"license":"",
|
| 10 |
+
"spacy_version":">=3.7.5,<3.8.0",
|
| 11 |
+
"spacy_git_version":"a6d0fc360",
|
| 12 |
+
"vectors":{
|
| 13 |
+
"width":0,
|
| 14 |
+
"vectors":0,
|
| 15 |
+
"keys":0,
|
| 16 |
+
"name":null
|
| 17 |
+
},
|
| 18 |
+
"labels":{
|
| 19 |
+
"textcat":[
|
| 20 |
+
"contrat_stage",
|
| 21 |
+
"contrat_apprentissage",
|
| 22 |
+
"travail_temporaire_placement",
|
| 23 |
+
"contrat_travail",
|
| 24 |
+
"contrat_essai_partielle",
|
| 25 |
+
"contrat_determine",
|
| 26 |
+
"contrat_indetermine",
|
| 27 |
+
"tacheronnat",
|
| 28 |
+
"suspension_contrat",
|
| 29 |
+
"convention_collective",
|
| 30 |
+
"reglement_interieur",
|
| 31 |
+
"duree_travail",
|
| 32 |
+
"repose_hebdomadaire",
|
| 33 |
+
"conges",
|
| 34 |
+
"voyage_transport",
|
| 35 |
+
"salaire",
|
| 36 |
+
"cautionnement",
|
| 37 |
+
"economat",
|
| 38 |
+
"securite_sante",
|
| 39 |
+
"syndicat_professionnel",
|
| 40 |
+
"delegue_personnel",
|
| 41 |
+
"different_travail",
|
| 42 |
+
"conciliation",
|
| 43 |
+
"travail_femme",
|
| 44 |
+
"refere",
|
| 45 |
+
"arbitrage",
|
| 46 |
+
"greve",
|
| 47 |
+
"inspecteur_travail",
|
| 48 |
+
"sanction",
|
| 49 |
+
"procedure",
|
| 50 |
+
"contact_avocat",
|
| 51 |
+
"greeting",
|
| 52 |
+
"introduce_self",
|
| 53 |
+
"goodbye",
|
| 54 |
+
"thank_you",
|
| 55 |
+
"chatbot_info",
|
| 56 |
+
"droit_foncier",
|
| 57 |
+
"droit_civil"
|
| 58 |
+
]
|
| 59 |
+
},
|
| 60 |
+
"pipeline":[
|
| 61 |
+
"textcat"
|
| 62 |
+
],
|
| 63 |
+
"components":[
|
| 64 |
+
"textcat"
|
| 65 |
+
],
|
| 66 |
+
"disabled":[
|
| 67 |
+
|
| 68 |
+
],
|
| 69 |
+
"requirements":[
|
| 70 |
+
|
| 71 |
+
]
|
| 72 |
+
}
|
textcat/cfg
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"labels":[
|
| 3 |
+
"contrat_stage",
|
| 4 |
+
"contrat_apprentissage",
|
| 5 |
+
"travail_temporaire_placement",
|
| 6 |
+
"contrat_travail",
|
| 7 |
+
"contrat_essai_partielle",
|
| 8 |
+
"contrat_determine",
|
| 9 |
+
"contrat_indetermine",
|
| 10 |
+
"tacheronnat",
|
| 11 |
+
"suspension_contrat",
|
| 12 |
+
"convention_collective",
|
| 13 |
+
"reglement_interieur",
|
| 14 |
+
"duree_travail",
|
| 15 |
+
"repose_hebdomadaire",
|
| 16 |
+
"conges",
|
| 17 |
+
"voyage_transport",
|
| 18 |
+
"salaire",
|
| 19 |
+
"cautionnement",
|
| 20 |
+
"economat",
|
| 21 |
+
"securite_sante",
|
| 22 |
+
"syndicat_professionnel",
|
| 23 |
+
"delegue_personnel",
|
| 24 |
+
"different_travail",
|
| 25 |
+
"conciliation",
|
| 26 |
+
"travail_femme",
|
| 27 |
+
"refere",
|
| 28 |
+
"arbitrage",
|
| 29 |
+
"greve",
|
| 30 |
+
"inspecteur_travail",
|
| 31 |
+
"sanction",
|
| 32 |
+
"procedure",
|
| 33 |
+
"contact_avocat",
|
| 34 |
+
"greeting",
|
| 35 |
+
"introduce_self",
|
| 36 |
+
"goodbye",
|
| 37 |
+
"thank_you",
|
| 38 |
+
"chatbot_info",
|
| 39 |
+
"droit_foncier",
|
| 40 |
+
"droit_civil"
|
| 41 |
+
],
|
| 42 |
+
"threshold":0.0,
|
| 43 |
+
"positive_label":null
|
| 44 |
+
}
|
textcat/model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b89411e03c67d003763f5e14554f703218df45545a629e7c4a4c096d39a1f49c
|
| 3 |
+
size 42001899
|
tokenizer
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
vocab/key2row
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
�
|
vocab/lookups.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:76be8b528d0075f7aae98d6fa57a6d3c83ae480a8469e668d7b0af968995ac71
|
| 3 |
+
size 1
|
vocab/strings.json
ADDED
|
@@ -0,0 +1,2596 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
"\t",
|
| 3 |
+
"\n",
|
| 4 |
+
" ",
|
| 5 |
+
" ",
|
| 6 |
+
"!",
|
| 7 |
+
"\"",
|
| 8 |
+
"'",
|
| 9 |
+
"''",
|
| 10 |
+
"'-(",
|
| 11 |
+
"'-)",
|
| 12 |
+
"(",
|
| 13 |
+
"(((",
|
| 14 |
+
"(*>",
|
| 15 |
+
"(*_*)",
|
| 16 |
+
"(-8",
|
| 17 |
+
"(-:",
|
| 18 |
+
"(-;",
|
| 19 |
+
"(-_-)",
|
| 20 |
+
"(-d",
|
| 21 |
+
"(._.)",
|
| 22 |
+
"(:",
|
| 23 |
+
"(;",
|
| 24 |
+
"(=",
|
| 25 |
+
"(>_<)",
|
| 26 |
+
"(^_^)",
|
| 27 |
+
"(o:",
|
| 28 |
+
"(x:",
|
| 29 |
+
"(x_x)",
|
| 30 |
+
"(\u00ac_\u00ac)",
|
| 31 |
+
"(\u0ca0_\u0ca0)",
|
| 32 |
+
"(\u256f\u00b0\u25a1\u00b0\uff09\u256f\ufe35\u253b\u2501\u253b",
|
| 33 |
+
")",
|
| 34 |
+
")))",
|
| 35 |
+
")-:",
|
| 36 |
+
")/\u00af",
|
| 37 |
+
"):",
|
| 38 |
+
"*",
|
| 39 |
+
",",
|
| 40 |
+
"-",
|
| 41 |
+
"-((",
|
| 42 |
+
"-))",
|
| 43 |
+
"-/",
|
| 44 |
+
"-0",
|
| 45 |
+
"-3",
|
| 46 |
+
"-8",
|
| 47 |
+
"-C.",
|
| 48 |
+
"-D",
|
| 49 |
+
"-IL",
|
| 50 |
+
"-O",
|
| 51 |
+
"-P",
|
| 52 |
+
"-X",
|
| 53 |
+
"-X.",
|
| 54 |
+
"-XX",
|
| 55 |
+
"-_-",
|
| 56 |
+
"-__-",
|
| 57 |
+
"-c.",
|
| 58 |
+
"-ce",
|
| 59 |
+
"-ci",
|
| 60 |
+
"-d",
|
| 61 |
+
"-elle",
|
| 62 |
+
"-il",
|
| 63 |
+
"-ils",
|
| 64 |
+
"-je",
|
| 65 |
+
"-l\u00e0",
|
| 66 |
+
"-moi",
|
| 67 |
+
"-o",
|
| 68 |
+
"-on",
|
| 69 |
+
"-p",
|
| 70 |
+
"-t",
|
| 71 |
+
"-vous",
|
| 72 |
+
"-x",
|
| 73 |
+
"-xx",
|
| 74 |
+
"-xxx",
|
| 75 |
+
"-xxxx",
|
| 76 |
+
"-|",
|
| 77 |
+
".",
|
| 78 |
+
"._.",
|
| 79 |
+
"/",
|
| 80 |
+
"/3",
|
| 81 |
+
"/d",
|
| 82 |
+
"0",
|
| 83 |
+
"0.0",
|
| 84 |
+
"0.o",
|
| 85 |
+
"0_0",
|
| 86 |
+
"0_o",
|
| 87 |
+
"1",
|
| 88 |
+
"15",
|
| 89 |
+
"156",
|
| 90 |
+
"157",
|
| 91 |
+
"162",
|
| 92 |
+
"163",
|
| 93 |
+
"164",
|
| 94 |
+
"166",
|
| 95 |
+
"169",
|
| 96 |
+
"170",
|
| 97 |
+
"171",
|
| 98 |
+
"172",
|
| 99 |
+
"173",
|
| 100 |
+
"174",
|
| 101 |
+
"175",
|
| 102 |
+
"176",
|
| 103 |
+
"177",
|
| 104 |
+
"178",
|
| 105 |
+
"179",
|
| 106 |
+
"18",
|
| 107 |
+
"180",
|
| 108 |
+
"2",
|
| 109 |
+
"22",
|
| 110 |
+
"246",
|
| 111 |
+
"3",
|
| 112 |
+
"33",
|
| 113 |
+
"333",
|
| 114 |
+
"36",
|
| 115 |
+
"4",
|
| 116 |
+
"5",
|
| 117 |
+
"8",
|
| 118 |
+
"8)",
|
| 119 |
+
"8-",
|
| 120 |
+
"8-)",
|
| 121 |
+
"8-D",
|
| 122 |
+
"8-d",
|
| 123 |
+
"8D",
|
| 124 |
+
"8d",
|
| 125 |
+
":",
|
| 126 |
+
":'(",
|
| 127 |
+
":')",
|
| 128 |
+
":'-(",
|
| 129 |
+
":'-)",
|
| 130 |
+
":(",
|
| 131 |
+
":((",
|
| 132 |
+
":(((",
|
| 133 |
+
":()",
|
| 134 |
+
":)",
|
| 135 |
+
":))",
|
| 136 |
+
":)))",
|
| 137 |
+
":*",
|
| 138 |
+
":-(",
|
| 139 |
+
":-((",
|
| 140 |
+
":-(((",
|
| 141 |
+
":-)",
|
| 142 |
+
":-))",
|
| 143 |
+
":-)))",
|
| 144 |
+
":-*",
|
| 145 |
+
":-/",
|
| 146 |
+
":-0",
|
| 147 |
+
":-3",
|
| 148 |
+
":->",
|
| 149 |
+
":-D",
|
| 150 |
+
":-O",
|
| 151 |
+
":-P",
|
| 152 |
+
":-X",
|
| 153 |
+
":-]",
|
| 154 |
+
":-d",
|
| 155 |
+
":-o",
|
| 156 |
+
":-p",
|
| 157 |
+
":-x",
|
| 158 |
+
":-|",
|
| 159 |
+
":-}",
|
| 160 |
+
":/",
|
| 161 |
+
":0",
|
| 162 |
+
":1",
|
| 163 |
+
":3",
|
| 164 |
+
":>",
|
| 165 |
+
":D",
|
| 166 |
+
":O",
|
| 167 |
+
":P",
|
| 168 |
+
":X",
|
| 169 |
+
":]",
|
| 170 |
+
":d",
|
| 171 |
+
":o",
|
| 172 |
+
":o)",
|
| 173 |
+
":p",
|
| 174 |
+
":x",
|
| 175 |
+
":x)",
|
| 176 |
+
":|",
|
| 177 |
+
":}",
|
| 178 |
+
":\u2019(",
|
| 179 |
+
":\u2019)",
|
| 180 |
+
":\u2019-(",
|
| 181 |
+
":\u2019-)",
|
| 182 |
+
";",
|
| 183 |
+
";)",
|
| 184 |
+
";-)",
|
| 185 |
+
";-D",
|
| 186 |
+
";-X",
|
| 187 |
+
";-d",
|
| 188 |
+
";D",
|
| 189 |
+
";X",
|
| 190 |
+
";_;",
|
| 191 |
+
";d",
|
| 192 |
+
"<",
|
| 193 |
+
"<.<",
|
| 194 |
+
"</3",
|
| 195 |
+
"</d",
|
| 196 |
+
"<3",
|
| 197 |
+
"<33",
|
| 198 |
+
"<333",
|
| 199 |
+
"<d",
|
| 200 |
+
"<dd",
|
| 201 |
+
"<ddd",
|
| 202 |
+
"<space>",
|
| 203 |
+
"<xxxx>",
|
| 204 |
+
"=",
|
| 205 |
+
"=(",
|
| 206 |
+
"=)",
|
| 207 |
+
"=/",
|
| 208 |
+
"=3",
|
| 209 |
+
"=D",
|
| 210 |
+
"=X",
|
| 211 |
+
"=[",
|
| 212 |
+
"=]",
|
| 213 |
+
"=d",
|
| 214 |
+
"=|",
|
| 215 |
+
">",
|
| 216 |
+
">.<",
|
| 217 |
+
">.>",
|
| 218 |
+
">:(",
|
| 219 |
+
">:o",
|
| 220 |
+
">:x",
|
| 221 |
+
"><(((*>",
|
| 222 |
+
"?",
|
| 223 |
+
"@",
|
| 224 |
+
"@_@",
|
| 225 |
+
"A",
|
| 226 |
+
"A-t-elle",
|
| 227 |
+
"A-t-il",
|
| 228 |
+
"A-t-on",
|
| 229 |
+
"Adieu",
|
| 230 |
+
"Au",
|
| 231 |
+
"Aujourd'",
|
| 232 |
+
"Aujourd'hui",
|
| 233 |
+
"Aujourd\u2019",
|
| 234 |
+
"Aujourd\u2019hui",
|
| 235 |
+
"B",
|
| 236 |
+
"Bon",
|
| 237 |
+
"Bonjour",
|
| 238 |
+
"Bonne",
|
| 239 |
+
"Bonsoir",
|
| 240 |
+
"Burkina",
|
| 241 |
+
"Bye",
|
| 242 |
+
"C",
|
| 243 |
+
"C++",
|
| 244 |
+
"C.",
|
| 245 |
+
"CFA",
|
| 246 |
+
"CNIB",
|
| 247 |
+
"CNSS",
|
| 248 |
+
"Ciao",
|
| 249 |
+
"Code",
|
| 250 |
+
"Combien",
|
| 251 |
+
"Comment",
|
| 252 |
+
"Commission",
|
| 253 |
+
"Coucou",
|
| 254 |
+
"C\u2019",
|
| 255 |
+
"D",
|
| 256 |
+
"Dans",
|
| 257 |
+
"Des",
|
| 258 |
+
"Dis",
|
| 259 |
+
"Dr",
|
| 260 |
+
"Dr.",
|
| 261 |
+
"E",
|
| 262 |
+
"EST",
|
| 263 |
+
"EST-IL",
|
| 264 |
+
"En",
|
| 265 |
+
"Est",
|
| 266 |
+
"Est-ce",
|
| 267 |
+
"Est-il",
|
| 268 |
+
"Est-t-elle",
|
| 269 |
+
"Est-t-il",
|
| 270 |
+
"Est-t-on",
|
| 271 |
+
"Existe",
|
| 272 |
+
"Explique",
|
| 273 |
+
"F",
|
| 274 |
+
"F.",
|
| 275 |
+
"Faso",
|
| 276 |
+
"H",
|
| 277 |
+
"Hello",
|
| 278 |
+
"Hey",
|
| 279 |
+
"I",
|
| 280 |
+
"Indique",
|
| 281 |
+
"Indique-t-elle",
|
| 282 |
+
"Indique-t-il",
|
| 283 |
+
"Indique-t-on",
|
| 284 |
+
"J",
|
| 285 |
+
"J'",
|
| 286 |
+
"J.",
|
| 287 |
+
"Je",
|
| 288 |
+
"K",
|
| 289 |
+
"K.",
|
| 290 |
+
"L",
|
| 291 |
+
"L'",
|
| 292 |
+
"La",
|
| 293 |
+
"Le",
|
| 294 |
+
"Les",
|
| 295 |
+
"L\u2019",
|
| 296 |
+
"M",
|
| 297 |
+
"M.",
|
| 298 |
+
"MM",
|
| 299 |
+
"MM.",
|
| 300 |
+
"Merci",
|
| 301 |
+
"Mlle",
|
| 302 |
+
"Mlle.",
|
| 303 |
+
"Mme",
|
| 304 |
+
"Mme.",
|
| 305 |
+
"Moque",
|
| 306 |
+
"Moque-t-elle",
|
| 307 |
+
"Moque-t-il",
|
| 308 |
+
"Moque-t-on",
|
| 309 |
+
"Mr",
|
| 310 |
+
"Mr.",
|
| 311 |
+
"N",
|
| 312 |
+
"N'",
|
| 313 |
+
"N'est-ce",
|
| 314 |
+
"NIB",
|
| 315 |
+
"NSS",
|
| 316 |
+
"No",
|
| 317 |
+
"No.",
|
| 318 |
+
"N\u2019",
|
| 319 |
+
"N\u2019est-ce",
|
| 320 |
+
"O",
|
| 321 |
+
"O.O",
|
| 322 |
+
"O.o",
|
| 323 |
+
"O_O",
|
| 324 |
+
"O_o",
|
| 325 |
+
"O\u00f9",
|
| 326 |
+
"P",
|
| 327 |
+
"Passe",
|
| 328 |
+
"Passe-t-elle",
|
| 329 |
+
"Passe-t-il",
|
| 330 |
+
"Passe-t-on",
|
| 331 |
+
"Pendant",
|
| 332 |
+
"Peut",
|
| 333 |
+
"Peux",
|
| 334 |
+
"Pour",
|
| 335 |
+
"Pourquoi",
|
| 336 |
+
"Prends",
|
| 337 |
+
"Prochainement",
|
| 338 |
+
"Pr\u00e9sente",
|
| 339 |
+
"Puis",
|
| 340 |
+
"Q",
|
| 341 |
+
"Qu'",
|
| 342 |
+
"Qu'est-ce",
|
| 343 |
+
"Quand",
|
| 344 |
+
"Que",
|
| 345 |
+
"Quel",
|
| 346 |
+
"Quelle",
|
| 347 |
+
"Quelles",
|
| 348 |
+
"Quels",
|
| 349 |
+
"Qui",
|
| 350 |
+
"Qu\u2019",
|
| 351 |
+
"Qu\u2019est-ce",
|
| 352 |
+
"S",
|
| 353 |
+
"S'",
|
| 354 |
+
"S'EST-IL",
|
| 355 |
+
"Salut",
|
| 356 |
+
"Semble",
|
| 357 |
+
"Semble-t-elle",
|
| 358 |
+
"Semble-t-il",
|
| 359 |
+
"Semble-t-on",
|
| 360 |
+
"St",
|
| 361 |
+
"St.",
|
| 362 |
+
"Ste",
|
| 363 |
+
"Ste.",
|
| 364 |
+
"Sur",
|
| 365 |
+
"S\u2019",
|
| 366 |
+
"S\u2019EST-IL",
|
| 367 |
+
"T",
|
| 368 |
+
"Thanks",
|
| 369 |
+
"Tu",
|
| 370 |
+
"U",
|
| 371 |
+
"Un",
|
| 372 |
+
"Une",
|
| 373 |
+
"V",
|
| 374 |
+
"V.V",
|
| 375 |
+
"VIH",
|
| 376 |
+
"V_V",
|
| 377 |
+
"Vol",
|
| 378 |
+
"Vol.",
|
| 379 |
+
"X'",
|
| 380 |
+
"X'XXX-XX",
|
| 381 |
+
"X'xxx-xx",
|
| 382 |
+
"X++",
|
| 383 |
+
"X-x-xx",
|
| 384 |
+
"X-x-xxxx",
|
| 385 |
+
"X.",
|
| 386 |
+
"X.X",
|
| 387 |
+
"X.x",
|
| 388 |
+
"XD",
|
| 389 |
+
"XDD",
|
| 390 |
+
"XX",
|
| 391 |
+
"XX.",
|
| 392 |
+
"XXX",
|
| 393 |
+
"XXX-XX",
|
| 394 |
+
"XXXX",
|
| 395 |
+
"X_X",
|
| 396 |
+
"X_x",
|
| 397 |
+
"Xx",
|
| 398 |
+
"Xx'",
|
| 399 |
+
"Xx'xxx-xx",
|
| 400 |
+
"Xx.",
|
| 401 |
+
"Xxx",
|
| 402 |
+
"Xxx-x-xx",
|
| 403 |
+
"Xxx-x-xxxx",
|
| 404 |
+
"Xxx-xx",
|
| 405 |
+
"Xxx.",
|
| 406 |
+
"Xxxx",
|
| 407 |
+
"Xxxx.",
|
| 408 |
+
"Xxxxx",
|
| 409 |
+
"Xxxxx'",
|
| 410 |
+
"Xxxxx'xxx",
|
| 411 |
+
"Xxxxx-x-xx",
|
| 412 |
+
"Xxxxx-x-xxxx",
|
| 413 |
+
"Xxxxx\u2019",
|
| 414 |
+
"Xxxxx\u2019xxx",
|
| 415 |
+
"Xx\u2019",
|
| 416 |
+
"Xx\u2019xxx-xx",
|
| 417 |
+
"X\u2019",
|
| 418 |
+
"X\u2019XXX-XX",
|
| 419 |
+
"X\u2019xxx-xx",
|
| 420 |
+
"Y",
|
| 421 |
+
"[",
|
| 422 |
+
"[-:",
|
| 423 |
+
"[:",
|
| 424 |
+
"[=",
|
| 425 |
+
"\\",
|
| 426 |
+
"\\\")",
|
| 427 |
+
"\\n",
|
| 428 |
+
"\\t",
|
| 429 |
+
"\\x",
|
| 430 |
+
"]",
|
| 431 |
+
"]=",
|
| 432 |
+
"^",
|
| 433 |
+
"^_^",
|
| 434 |
+
"^__^",
|
| 435 |
+
"^___^",
|
| 436 |
+
"_*)",
|
| 437 |
+
"_-)",
|
| 438 |
+
"_.)",
|
| 439 |
+
"_<)",
|
| 440 |
+
"_^)",
|
| 441 |
+
"__-",
|
| 442 |
+
"__^",
|
| 443 |
+
"_\u00ac)",
|
| 444 |
+
"_\u0ca0)",
|
| 445 |
+
"a",
|
| 446 |
+
"a-t-elle",
|
| 447 |
+
"a-t-il",
|
| 448 |
+
"a-t-on",
|
| 449 |
+
"a.",
|
| 450 |
+
"abord\u00e9s",
|
| 451 |
+
"absence",
|
| 452 |
+
"absences",
|
| 453 |
+
"absent",
|
| 454 |
+
"abus",
|
| 455 |
+
"abusif",
|
| 456 |
+
"abusifs",
|
| 457 |
+
"abusive",
|
| 458 |
+
"ab\u00e8",
|
| 459 |
+
"ab\u00e9",
|
| 460 |
+
"acceptation",
|
| 461 |
+
"accepte",
|
| 462 |
+
"accident",
|
| 463 |
+
"accidents",
|
| 464 |
+
"accompagner",
|
| 465 |
+
"accord",
|
| 466 |
+
"accorde",
|
| 467 |
+
"accorder",
|
| 468 |
+
"accords",
|
| 469 |
+
"accord\u00e9es",
|
| 470 |
+
"accouchement",
|
| 471 |
+
"accus\u00e9",
|
| 472 |
+
"acc\u00e8s",
|
| 473 |
+
"acc\u00e9der",
|
| 474 |
+
"ace",
|
| 475 |
+
"achat",
|
| 476 |
+
"acheteur",
|
| 477 |
+
"achet\u00e9",
|
| 478 |
+
"acquis",
|
| 479 |
+
"acquises",
|
| 480 |
+
"acqu\u00e9rir",
|
| 481 |
+
"acte",
|
| 482 |
+
"action",
|
| 483 |
+
"actions",
|
| 484 |
+
"activit\u00e9",
|
| 485 |
+
"activit\u00e9s",
|
| 486 |
+
"ac\u00e9",
|
| 487 |
+
"adh\u00e9rer",
|
| 488 |
+
"adh\u00e9sion",
|
| 489 |
+
"adieu",
|
| 490 |
+
"administratif",
|
| 491 |
+
"administration",
|
| 492 |
+
"administrative",
|
| 493 |
+
"admission",
|
| 494 |
+
"adolescent",
|
| 495 |
+
"adolescents",
|
| 496 |
+
"adopter",
|
| 497 |
+
"adresser",
|
| 498 |
+
"adultes",
|
| 499 |
+
"affaire",
|
| 500 |
+
"affaires",
|
| 501 |
+
"affect\u00e9e",
|
| 502 |
+
"affect\u00e9s",
|
| 503 |
+
"affichage",
|
| 504 |
+
"afficher",
|
| 505 |
+
"aff\u00e9rentes",
|
| 506 |
+
"age",
|
| 507 |
+
"agricole",
|
| 508 |
+
"agricoles",
|
| 509 |
+
"agriculture",
|
| 510 |
+
"agr\u00e9ment",
|
| 511 |
+
"ag\u00e9",
|
| 512 |
+
"ai",
|
| 513 |
+
"aide",
|
| 514 |
+
"aider",
|
| 515 |
+
"aie",
|
| 516 |
+
"ail",
|
| 517 |
+
"ain",
|
| 518 |
+
"ais",
|
| 519 |
+
"ait",
|
| 520 |
+
"alcool",
|
| 521 |
+
"ale",
|
| 522 |
+
"allaitement",
|
| 523 |
+
"allocation",
|
| 524 |
+
"allou\u00e9e",
|
| 525 |
+
"amende",
|
| 526 |
+
"amendes",
|
| 527 |
+
"amiable",
|
| 528 |
+
"amp",
|
| 529 |
+
"anciennet\u00e9",
|
| 530 |
+
"and",
|
| 531 |
+
"annexe",
|
| 532 |
+
"annexes",
|
| 533 |
+
"annuelle",
|
| 534 |
+
"annuellement",
|
| 535 |
+
"annuelles",
|
| 536 |
+
"annuler",
|
| 537 |
+
"ann\u00e9e",
|
| 538 |
+
"ans",
|
| 539 |
+
"ant",
|
| 540 |
+
"anv",
|
| 541 |
+
"appartenance",
|
| 542 |
+
"appartenant",
|
| 543 |
+
"appel",
|
| 544 |
+
"appeler",
|
| 545 |
+
"appelles",
|
| 546 |
+
"appels",
|
| 547 |
+
"applicable",
|
| 548 |
+
"application",
|
| 549 |
+
"applique",
|
| 550 |
+
"appliquent",
|
| 551 |
+
"appliquer",
|
| 552 |
+
"appliqu\u00e9",
|
| 553 |
+
"appliqu\u00e9e",
|
| 554 |
+
"appliqu\u00e9es",
|
| 555 |
+
"apprenti",
|
| 556 |
+
"apprentis",
|
| 557 |
+
"apprentissage",
|
| 558 |
+
"appropri\u00e9e",
|
| 559 |
+
"appr\u00e9cier",
|
| 560 |
+
"apr",
|
| 561 |
+
"apr.",
|
| 562 |
+
"apr\u00e8s",
|
| 563 |
+
"apr\u00e8s-midi",
|
| 564 |
+
"arbitrage",
|
| 565 |
+
"arbitres",
|
| 566 |
+
"ard",
|
| 567 |
+
"arme",
|
| 568 |
+
"arrive",
|
| 569 |
+
"arriv\u00e9e",
|
| 570 |
+
"arr\u00eat",
|
| 571 |
+
"arr\u00eater",
|
| 572 |
+
"arr\u00eat\u00e9",
|
| 573 |
+
"art",
|
| 574 |
+
"article",
|
| 575 |
+
"articles",
|
| 576 |
+
"as",
|
| 577 |
+
"aso",
|
| 578 |
+
"assembl\u00e9e",
|
| 579 |
+
"assesseur",
|
| 580 |
+
"assesseurs",
|
| 581 |
+
"assistance",
|
| 582 |
+
"assister",
|
| 583 |
+
"assist\u00e9s",
|
| 584 |
+
"associ\u00e9",
|
| 585 |
+
"associ\u00e9s",
|
| 586 |
+
"assure",
|
| 587 |
+
"assurer",
|
| 588 |
+
"ate",
|
| 589 |
+
"atelier",
|
| 590 |
+
"ateliers",
|
| 591 |
+
"ats",
|
| 592 |
+
"atteinte",
|
| 593 |
+
"attente",
|
| 594 |
+
"attestations",
|
| 595 |
+
"attribution",
|
| 596 |
+
"attributions",
|
| 597 |
+
"au",
|
| 598 |
+
"au-del\u00e0",
|
| 599 |
+
"au-dessus",
|
| 600 |
+
"audience",
|
| 601 |
+
"augmentation",
|
| 602 |
+
"augment\u00e9e",
|
| 603 |
+
"aujourd'",
|
| 604 |
+
"aujourd'hui",
|
| 605 |
+
"aujourd\u2019",
|
| 606 |
+
"aujourd\u2019hui",
|
| 607 |
+
"aupr\u00e8s",
|
| 608 |
+
"aut",
|
| 609 |
+
"automatiquement",
|
| 610 |
+
"autorisation",
|
| 611 |
+
"autorisations",
|
| 612 |
+
"autorise",
|
| 613 |
+
"autoriser",
|
| 614 |
+
"autoris\u00e9e",
|
| 615 |
+
"autoris\u00e9es",
|
| 616 |
+
"autorit\u00e9",
|
| 617 |
+
"autorit\u00e9s",
|
| 618 |
+
"autre",
|
| 619 |
+
"autres",
|
| 620 |
+
"auxquelles",
|
| 621 |
+
"av",
|
| 622 |
+
"av.",
|
| 623 |
+
"avance",
|
| 624 |
+
"avant",
|
| 625 |
+
"avantages",
|
| 626 |
+
"ave",
|
| 627 |
+
"avec",
|
| 628 |
+
"avertissement",
|
| 629 |
+
"avis",
|
| 630 |
+
"avocat",
|
| 631 |
+
"avocats",
|
| 632 |
+
"avoir",
|
| 633 |
+
"avr",
|
| 634 |
+
"avr.",
|
| 635 |
+
"ayant",
|
| 636 |
+
"aye",
|
| 637 |
+
"ays",
|
| 638 |
+
"ay\u00e9",
|
| 639 |
+
"b",
|
| 640 |
+
"b.",
|
| 641 |
+
"bagages",
|
| 642 |
+
"bail",
|
| 643 |
+
"bailleur",
|
| 644 |
+
"bal",
|
| 645 |
+
"bar\u00e8me",
|
| 646 |
+
"beaucoup",
|
| 647 |
+
"besoin",
|
| 648 |
+
"bien",
|
| 649 |
+
"biens",
|
| 650 |
+
"bient\u00f4t",
|
| 651 |
+
"bis",
|
| 652 |
+
"bit",
|
| 653 |
+
"ble",
|
| 654 |
+
"boissons",
|
| 655 |
+
"bon",
|
| 656 |
+
"bonjour",
|
| 657 |
+
"bonne",
|
| 658 |
+
"bonsoir",
|
| 659 |
+
"bot",
|
| 660 |
+
"branche",
|
| 661 |
+
"bre",
|
| 662 |
+
"brut",
|
| 663 |
+
"bulletin",
|
| 664 |
+
"bulletins",
|
| 665 |
+
"bureau",
|
| 666 |
+
"bureaux",
|
| 667 |
+
"burkina",
|
| 668 |
+
"burkinab\u00e8",
|
| 669 |
+
"burkinab\u00e9",
|
| 670 |
+
"bus",
|
| 671 |
+
"bye",
|
| 672 |
+
"b\u00e9n\u00e9ficie",
|
| 673 |
+
"b\u00e9n\u00e9ficient",
|
| 674 |
+
"b\u00e9n\u00e9ficier",
|
| 675 |
+
"c",
|
| 676 |
+
"c++",
|
| 677 |
+
"c.",
|
| 678 |
+
"cach\u00e9",
|
| 679 |
+
"cach\u00e9s",
|
| 680 |
+
"cadre",
|
| 681 |
+
"cal",
|
| 682 |
+
"calcul",
|
| 683 |
+
"calcul\u00e9e",
|
| 684 |
+
"calcul\u00e9es",
|
| 685 |
+
"candidats",
|
| 686 |
+
"candidature",
|
| 687 |
+
"capable",
|
| 688 |
+
"capacit\u00e9s",
|
| 689 |
+
"caract\u00e8re",
|
| 690 |
+
"carri\u00e8res",
|
| 691 |
+
"carte",
|
| 692 |
+
"cas",
|
| 693 |
+
"casier",
|
| 694 |
+
"cassation",
|
| 695 |
+
"cat",
|
| 696 |
+
"cat\u00e9gorie",
|
| 697 |
+
"cat\u00e9gories",
|
| 698 |
+
"cause",
|
| 699 |
+
"causes",
|
| 700 |
+
"caus\u00e9s",
|
| 701 |
+
"cautionnement",
|
| 702 |
+
"ce",
|
| 703 |
+
"ce>",
|
| 704 |
+
"celle",
|
| 705 |
+
"celle-ci",
|
| 706 |
+
"celles",
|
| 707 |
+
"celles-ci",
|
| 708 |
+
"celui",
|
| 709 |
+
"celui-ci",
|
| 710 |
+
"cer",
|
| 711 |
+
"certaines",
|
| 712 |
+
"certificat",
|
| 713 |
+
"certification",
|
| 714 |
+
"certifient",
|
| 715 |
+
"ces",
|
| 716 |
+
"cessation",
|
| 717 |
+
"cesse",
|
| 718 |
+
"cess\u00e9",
|
| 719 |
+
"cette",
|
| 720 |
+
"cf",
|
| 721 |
+
"cf.",
|
| 722 |
+
"cfa",
|
| 723 |
+
"champ",
|
| 724 |
+
"changement",
|
| 725 |
+
"changer",
|
| 726 |
+
"chapitre",
|
| 727 |
+
"chaque",
|
| 728 |
+
"charge",
|
| 729 |
+
"charges",
|
| 730 |
+
"charg\u00e9",
|
| 731 |
+
"charg\u00e9s",
|
| 732 |
+
"chatbot",
|
| 733 |
+
"chatbot_info",
|
| 734 |
+
"che",
|
| 735 |
+
"chef",
|
| 736 |
+
"cherche",
|
| 737 |
+
"choisir",
|
| 738 |
+
"choisis",
|
| 739 |
+
"choisit",
|
| 740 |
+
"ch\u00e9",
|
| 741 |
+
"ch\u00f4mage",
|
| 742 |
+
"ci",
|
| 743 |
+
"ci-dessous",
|
| 744 |
+
"ciao",
|
| 745 |
+
"cie",
|
| 746 |
+
"cinq",
|
| 747 |
+
"cinquante",
|
| 748 |
+
"circonstances",
|
| 749 |
+
"circulation",
|
| 750 |
+
"citation",
|
| 751 |
+
"citer",
|
| 752 |
+
"citoyen",
|
| 753 |
+
"civil",
|
| 754 |
+
"civile",
|
| 755 |
+
"ci\u00e9",
|
| 756 |
+
"classe",
|
| 757 |
+
"clause",
|
| 758 |
+
"clauses",
|
| 759 |
+
"cle",
|
| 760 |
+
"clu",
|
| 761 |
+
"cnib",
|
| 762 |
+
"cnss",
|
| 763 |
+
"code",
|
| 764 |
+
"collectif",
|
| 765 |
+
"collectifs",
|
| 766 |
+
"collective",
|
| 767 |
+
"collectives",
|
| 768 |
+
"collectivit\u00e9s",
|
| 769 |
+
"combien",
|
| 770 |
+
"comit\u00e9",
|
| 771 |
+
"comme",
|
| 772 |
+
"comment",
|
| 773 |
+
"commercial",
|
| 774 |
+
"commission",
|
| 775 |
+
"commissions",
|
| 776 |
+
"communes",
|
| 777 |
+
"communication",
|
| 778 |
+
"communiquer",
|
| 779 |
+
"communiqu\u00e9",
|
| 780 |
+
"compara\u00eetre",
|
| 781 |
+
"comparution",
|
| 782 |
+
"compensatrice",
|
| 783 |
+
"compenser",
|
| 784 |
+
"compl\u00e9mentaires",
|
| 785 |
+
"composantes",
|
| 786 |
+
"compose",
|
| 787 |
+
"composent",
|
| 788 |
+
"composition",
|
| 789 |
+
"compos\u00e9",
|
| 790 |
+
"compos\u00e9e",
|
| 791 |
+
"comprendre",
|
| 792 |
+
"compte",
|
| 793 |
+
"comp\u00e9tence",
|
| 794 |
+
"comp\u00e9tences",
|
| 795 |
+
"comp\u00e9tent",
|
| 796 |
+
"concernant",
|
| 797 |
+
"concerner",
|
| 798 |
+
"concern\u00e9s",
|
| 799 |
+
"conciliation",
|
| 800 |
+
"conclu",
|
| 801 |
+
"conclues",
|
| 802 |
+
"conclure",
|
| 803 |
+
"conclus",
|
| 804 |
+
"conclusion",
|
| 805 |
+
"conditions",
|
| 806 |
+
"conduire",
|
| 807 |
+
"confidentialit\u00e9",
|
| 808 |
+
"conflit",
|
| 809 |
+
"conflits",
|
| 810 |
+
"conforme",
|
| 811 |
+
"conformes",
|
| 812 |
+
"confront\u00e9",
|
| 813 |
+
"conges",
|
| 814 |
+
"cong\u00e9",
|
| 815 |
+
"cong\u00e9s",
|
| 816 |
+
"conjoints",
|
| 817 |
+
"conna\u00eetre",
|
| 818 |
+
"conseil",
|
| 819 |
+
"conseiller",
|
| 820 |
+
"conseils",
|
| 821 |
+
"conserver",
|
| 822 |
+
"consid\u00e9r\u00e9",
|
| 823 |
+
"consid\u00e9r\u00e9es",
|
| 824 |
+
"consid\u00e9r\u00e9s",
|
| 825 |
+
"consign\u00e9e",
|
| 826 |
+
"consign\u00e9es",
|
| 827 |
+
"consommateur",
|
| 828 |
+
"consommateurs",
|
| 829 |
+
"constat",
|
| 830 |
+
"constate",
|
| 831 |
+
"constat\u00e9s",
|
| 832 |
+
"constitue",
|
| 833 |
+
"constituer",
|
| 834 |
+
"constitution",
|
| 835 |
+
"construction",
|
| 836 |
+
"construire",
|
| 837 |
+
"consultatif",
|
| 838 |
+
"consultation",
|
| 839 |
+
"consultative",
|
| 840 |
+
"consulter",
|
| 841 |
+
"consult\u00e9",
|
| 842 |
+
"consult\u00e9e",
|
| 843 |
+
"consult\u00e9s",
|
| 844 |
+
"cons\u00e9quences",
|
| 845 |
+
"contact_avocat",
|
| 846 |
+
"contacter",
|
| 847 |
+
"contenir",
|
| 848 |
+
"contentieuses",
|
| 849 |
+
"contestation",
|
| 850 |
+
"contestations",
|
| 851 |
+
"contester",
|
| 852 |
+
"contest\u00e9e",
|
| 853 |
+
"contest\u00e9es",
|
| 854 |
+
"contexte",
|
| 855 |
+
"contexture",
|
| 856 |
+
"contient",
|
| 857 |
+
"continue",
|
| 858 |
+
"continuit\u00e9",
|
| 859 |
+
"contraint",
|
| 860 |
+
"contrat",
|
| 861 |
+
"contrat_apprentissage",
|
| 862 |
+
"contrat_determine",
|
| 863 |
+
"contrat_essai_partielle",
|
| 864 |
+
"contrat_indetermine",
|
| 865 |
+
"contrat_stage",
|
| 866 |
+
"contrat_travail",
|
| 867 |
+
"contrats",
|
| 868 |
+
"contre",
|
| 869 |
+
"contr\u00f4le",
|
| 870 |
+
"contr\u00f4leurs",
|
| 871 |
+
"contr\u00f4l\u00e9e",
|
| 872 |
+
"convention",
|
| 873 |
+
"convention_collective",
|
| 874 |
+
"conventions",
|
| 875 |
+
"convocation",
|
| 876 |
+
"convocations",
|
| 877 |
+
"convoque",
|
| 878 |
+
"copie",
|
| 879 |
+
"copropri\u00e9taire",
|
| 880 |
+
"copropri\u00e9t\u00e9",
|
| 881 |
+
"corps",
|
| 882 |
+
"cou",
|
| 883 |
+
"coucou",
|
| 884 |
+
"cours",
|
| 885 |
+
"couverture",
|
| 886 |
+
"co\u00fbt",
|
| 887 |
+
"crime",
|
| 888 |
+
"criminelle",
|
| 889 |
+
"crit\u00e8res",
|
| 890 |
+
"cr\u00e9ances",
|
| 891 |
+
"cr\u00e9ation",
|
| 892 |
+
"cr\u00e9er",
|
| 893 |
+
"cr\u00e9\u00e9",
|
| 894 |
+
"cr\u00e9\u00e9es",
|
| 895 |
+
"ct.",
|
| 896 |
+
"cte",
|
| 897 |
+
"cts",
|
| 898 |
+
"cul",
|
| 899 |
+
"culte",
|
| 900 |
+
"c\u00e8s",
|
| 901 |
+
"c\u00e9l\u00e9bration",
|
| 902 |
+
"c\u00e9l\u00e9brer",
|
| 903 |
+
"c\u2019",
|
| 904 |
+
"d",
|
| 905 |
+
"d'",
|
| 906 |
+
"d)",
|
| 907 |
+
"d-",
|
| 908 |
+
"d-)",
|
| 909 |
+
"d-X",
|
| 910 |
+
"d.",
|
| 911 |
+
"d.d",
|
| 912 |
+
"d.x",
|
| 913 |
+
"dX",
|
| 914 |
+
"d_d",
|
| 915 |
+
"d_x",
|
| 916 |
+
"dangereux",
|
| 917 |
+
"dangers",
|
| 918 |
+
"dans",
|
| 919 |
+
"dat",
|
| 920 |
+
"dd",
|
| 921 |
+
"ddd",
|
| 922 |
+
"de",
|
| 923 |
+
"delegue_personnel",
|
| 924 |
+
"del\u00e0",
|
| 925 |
+
"demain",
|
| 926 |
+
"demande",
|
| 927 |
+
"demander",
|
| 928 |
+
"demandes",
|
| 929 |
+
"demandeurs",
|
| 930 |
+
"demeure",
|
| 931 |
+
"der",
|
| 932 |
+
"des",
|
| 933 |
+
"dessous",
|
| 934 |
+
"dessus",
|
| 935 |
+
"destin\u00e9",
|
| 936 |
+
"devenir",
|
| 937 |
+
"devient",
|
| 938 |
+
"devoirs",
|
| 939 |
+
"devrais",
|
| 940 |
+
"dez",
|
| 941 |
+
"die",
|
| 942 |
+
"different_travail",
|
| 943 |
+
"difficult\u00e9s",
|
| 944 |
+
"diff\u00e9rence",
|
| 945 |
+
"diff\u00e9rences",
|
| 946 |
+
"diff\u00e9rend",
|
| 947 |
+
"diff\u00e9rends",
|
| 948 |
+
"diff\u00e9rents",
|
| 949 |
+
"dis",
|
| 950 |
+
"discrimination",
|
| 951 |
+
"discriminer",
|
| 952 |
+
"discuter",
|
| 953 |
+
"disparaissent",
|
| 954 |
+
"dispositions",
|
| 955 |
+
"dissolution",
|
| 956 |
+
"dit",
|
| 957 |
+
"divorce",
|
| 958 |
+
"document",
|
| 959 |
+
"documents",
|
| 960 |
+
"dois",
|
| 961 |
+
"doit",
|
| 962 |
+
"doivent",
|
| 963 |
+
"domaine",
|
| 964 |
+
"domestique",
|
| 965 |
+
"domicile",
|
| 966 |
+
"dommages",
|
| 967 |
+
"donner",
|
| 968 |
+
"donn\u00e9es",
|
| 969 |
+
"dossier",
|
| 970 |
+
"dr",
|
| 971 |
+
"dr.",
|
| 972 |
+
"dre",
|
| 973 |
+
"dresser",
|
| 974 |
+
"drogues",
|
| 975 |
+
"droit",
|
| 976 |
+
"droit_civil",
|
| 977 |
+
"droit_foncier",
|
| 978 |
+
"droits",
|
| 979 |
+
"du",
|
| 980 |
+
"due",
|
| 981 |
+
"dues",
|
| 982 |
+
"durant",
|
| 983 |
+
"dure",
|
| 984 |
+
"duree_travail",
|
| 985 |
+
"durent",
|
| 986 |
+
"dur\u00e9e",
|
| 987 |
+
"dus",
|
| 988 |
+
"d\u00b0",
|
| 989 |
+
"d\u00e9bit",
|
| 990 |
+
"d\u00e9c",
|
| 991 |
+
"d\u00e9c.",
|
| 992 |
+
"d\u00e9cide",
|
| 993 |
+
"d\u00e9cision",
|
| 994 |
+
"d\u00e9cisions",
|
| 995 |
+
"d\u00e9claration",
|
| 996 |
+
"d\u00e9clarer",
|
| 997 |
+
"d\u00e9clar\u00e9es",
|
| 998 |
+
"d\u00e9couvre",
|
| 999 |
+
"d\u00e9cret",
|
| 1000 |
+
"d\u00e9crets",
|
| 1001 |
+
"d\u00e9c\u00e8s",
|
| 1002 |
+
"d\u00e9duites",
|
| 1003 |
+
"d\u00e9faut",
|
| 1004 |
+
"d\u00e9fendre",
|
| 1005 |
+
"d\u00e9finies",
|
| 1006 |
+
"d\u00e9finis",
|
| 1007 |
+
"d\u00e9finit",
|
| 1008 |
+
"d\u00e9finition",
|
| 1009 |
+
"d\u00e9finitive",
|
| 1010 |
+
"d\u00e9gag\u00e9e",
|
| 1011 |
+
"d\u00e9gradations",
|
| 1012 |
+
"d\u00e9lai",
|
| 1013 |
+
"d\u00e9lais",
|
| 1014 |
+
"d\u00e9lib\u00e9ration",
|
| 1015 |
+
"d\u00e9licate",
|
| 1016 |
+
"d\u00e9lit",
|
| 1017 |
+
"d\u00e9livrance",
|
| 1018 |
+
"d\u00e9livre",
|
| 1019 |
+
"d\u00e9l\u00e9gu\u00e9",
|
| 1020 |
+
"d\u00e9l\u00e9gu\u00e9s",
|
| 1021 |
+
"d\u00e9marches",
|
| 1022 |
+
"d\u00e9mission",
|
| 1023 |
+
"d\u00e9missionne",
|
| 1024 |
+
"d\u00e9molition",
|
| 1025 |
+
"d\u00e9part",
|
| 1026 |
+
"d\u00e9passe",
|
| 1027 |
+
"d\u00e9penses",
|
| 1028 |
+
"d\u00e9pistage",
|
| 1029 |
+
"d\u00e9placement",
|
| 1030 |
+
"d\u00e9placements",
|
| 1031 |
+
"d\u00e9plac\u00e9",
|
| 1032 |
+
"d\u00e9poser",
|
| 1033 |
+
"d\u00e9pos\u00e9s",
|
| 1034 |
+
"d\u00e9p\u00f4t",
|
| 1035 |
+
"d\u00e9rogations",
|
| 1036 |
+
"d\u00e9roger",
|
| 1037 |
+
"d\u00e9roule",
|
| 1038 |
+
"d\u00e9s",
|
| 1039 |
+
"d\u00e9saccord",
|
| 1040 |
+
"d\u00e9signation",
|
| 1041 |
+
"d\u00e9signe",
|
| 1042 |
+
"d\u00e9signer",
|
| 1043 |
+
"d\u00e9sign\u00e9s",
|
| 1044 |
+
"d\u00e9tention",
|
| 1045 |
+
"d\u00e9tenu",
|
| 1046 |
+
"d\u00e9termine",
|
| 1047 |
+
"d\u00e9termin\u00e9",
|
| 1048 |
+
"d\u00e9termin\u00e9e",
|
| 1049 |
+
"d\u00e9termin\u00e9es",
|
| 1050 |
+
"d\u00e9tourn\u00e9",
|
| 1051 |
+
"d\u2019",
|
| 1052 |
+
"e",
|
| 1053 |
+
"e.",
|
| 1054 |
+
"eau",
|
| 1055 |
+
"economat",
|
| 1056 |
+
"ect",
|
| 1057 |
+
"effectif",
|
| 1058 |
+
"effectuer",
|
| 1059 |
+
"effectu\u00e9",
|
| 1060 |
+
"effectu\u00e9e",
|
| 1061 |
+
"effets",
|
| 1062 |
+
"eil",
|
| 1063 |
+
"ein",
|
| 1064 |
+
"elle",
|
| 1065 |
+
"elle-m\u00eame",
|
| 1066 |
+
"elles",
|
| 1067 |
+
"els",
|
| 1068 |
+
"el\u00e0",
|
| 1069 |
+
"el\u00e9",
|
| 1070 |
+
"embauche",
|
| 1071 |
+
"embaucher",
|
| 1072 |
+
"embauches",
|
| 1073 |
+
"embauch\u00e9",
|
| 1074 |
+
"empi\u00e8te",
|
| 1075 |
+
"emploi",
|
| 1076 |
+
"employer",
|
| 1077 |
+
"employeur",
|
| 1078 |
+
"employeurs",
|
| 1079 |
+
"employ\u00e9",
|
| 1080 |
+
"employ\u00e9s",
|
| 1081 |
+
"en",
|
| 1082 |
+
"en-dessous",
|
| 1083 |
+
"enceinte",
|
| 1084 |
+
"encontre",
|
| 1085 |
+
"encourir",
|
| 1086 |
+
"end",
|
| 1087 |
+
"enfant",
|
| 1088 |
+
"enfants",
|
| 1089 |
+
"enfreindre",
|
| 1090 |
+
"engagement",
|
| 1091 |
+
"engager",
|
| 1092 |
+
"engag\u00e9",
|
| 1093 |
+
"enqu\u00eate",
|
| 1094 |
+
"enregistrement",
|
| 1095 |
+
"enregistr\u00e9",
|
| 1096 |
+
"ens",
|
| 1097 |
+
"ent",
|
| 1098 |
+
"entra\u00eene",
|
| 1099 |
+
"entre",
|
| 1100 |
+
"entrepreneur",
|
| 1101 |
+
"entrepreneurs",
|
| 1102 |
+
"entreprise",
|
| 1103 |
+
"entreprises",
|
| 1104 |
+
"entrer",
|
| 1105 |
+
"entretien",
|
| 1106 |
+
"enu",
|
| 1107 |
+
"envers",
|
| 1108 |
+
"environnementaux",
|
| 1109 |
+
"ept",
|
| 1110 |
+
"erreurs",
|
| 1111 |
+
"erron\u00e9e",
|
| 1112 |
+
"ers",
|
| 1113 |
+
"ert",
|
| 1114 |
+
"es",
|
| 1115 |
+
"escroquerie",
|
| 1116 |
+
"espace",
|
| 1117 |
+
"essai",
|
| 1118 |
+
"essentiels",
|
| 1119 |
+
"est",
|
| 1120 |
+
"est-ce",
|
| 1121 |
+
"est-elle",
|
| 1122 |
+
"est-il",
|
| 1123 |
+
"est-t-elle",
|
| 1124 |
+
"est-t-il",
|
| 1125 |
+
"est-t-on",
|
| 1126 |
+
"et",
|
| 1127 |
+
"etc",
|
| 1128 |
+
"etc.",
|
| 1129 |
+
"ets",
|
| 1130 |
+
"et\u00e9",
|
| 1131 |
+
"eur",
|
| 1132 |
+
"eut",
|
| 1133 |
+
"eux",
|
| 1134 |
+
"examens",
|
| 1135 |
+
"examiner",
|
| 1136 |
+
"exception",
|
| 1137 |
+
"exceptionnelles",
|
| 1138 |
+
"exceptionnels",
|
| 1139 |
+
"exceptions",
|
| 1140 |
+
"excessives",
|
| 1141 |
+
"excluent",
|
| 1142 |
+
"exclues",
|
| 1143 |
+
"exe",
|
| 1144 |
+
"exercer",
|
| 1145 |
+
"exercice",
|
| 1146 |
+
"exigences",
|
| 1147 |
+
"exiger",
|
| 1148 |
+
"exig\u00e9",
|
| 1149 |
+
"existantes",
|
| 1150 |
+
"existe",
|
| 1151 |
+
"existence",
|
| 1152 |
+
"expatriation",
|
| 1153 |
+
"expatri\u00e9",
|
| 1154 |
+
"expertise",
|
| 1155 |
+
"expiration",
|
| 1156 |
+
"explique",
|
| 1157 |
+
"exploitant",
|
| 1158 |
+
"exploitations",
|
| 1159 |
+
"expulsion",
|
| 1160 |
+
"exp\u00e9rience",
|
| 1161 |
+
"extension",
|
| 1162 |
+
"extrait",
|
| 1163 |
+
"ext\u00e9rieur",
|
| 1164 |
+
"ex\u00e9cution",
|
| 1165 |
+
"ex\u00e9cutoire",
|
| 1166 |
+
"f",
|
| 1167 |
+
"f.",
|
| 1168 |
+
"face",
|
| 1169 |
+
"facultatives",
|
| 1170 |
+
"faillite",
|
| 1171 |
+
"faire",
|
| 1172 |
+
"fais",
|
| 1173 |
+
"fait",
|
| 1174 |
+
"faite",
|
| 1175 |
+
"familiaux",
|
| 1176 |
+
"famille",
|
| 1177 |
+
"faso",
|
| 1178 |
+
"fausse",
|
| 1179 |
+
"faute",
|
| 1180 |
+
"faveur",
|
| 1181 |
+
"favorables",
|
| 1182 |
+
"fa\u00e7on",
|
| 1183 |
+
"femme",
|
| 1184 |
+
"femmes",
|
| 1185 |
+
"fermeture",
|
| 1186 |
+
"fic",
|
| 1187 |
+
"fictif",
|
| 1188 |
+
"fie",
|
| 1189 |
+
"figurent",
|
| 1190 |
+
"figurer",
|
| 1191 |
+
"fin",
|
| 1192 |
+
"finales",
|
| 1193 |
+
"finance",
|
| 1194 |
+
"fixe",
|
| 1195 |
+
"fix\u00e9",
|
| 1196 |
+
"fix\u00e9e",
|
| 1197 |
+
"fix\u00e9es",
|
| 1198 |
+
"fix\u00e9s",
|
| 1199 |
+
"fi\u00e9",
|
| 1200 |
+
"fonction",
|
| 1201 |
+
"fonctionnaires",
|
| 1202 |
+
"fonctionnalit\u00e9s",
|
| 1203 |
+
"fonctionnement",
|
| 1204 |
+
"fonctions",
|
| 1205 |
+
"fond",
|
| 1206 |
+
"fondateurs",
|
| 1207 |
+
"force",
|
| 1208 |
+
"forces",
|
| 1209 |
+
"format",
|
| 1210 |
+
"formation",
|
| 1211 |
+
"forme",
|
| 1212 |
+
"formes",
|
| 1213 |
+
"form\u00e9es",
|
| 1214 |
+
"fourni",
|
| 1215 |
+
"fournies",
|
| 1216 |
+
"fournir",
|
| 1217 |
+
"fr",
|
| 1218 |
+
"fractionner",
|
| 1219 |
+
"frais",
|
| 1220 |
+
"francs",
|
| 1221 |
+
"fraude",
|
| 1222 |
+
"fr\u00e9quence",
|
| 1223 |
+
"fus",
|
| 1224 |
+
"f\u00e9ri\u00e9s",
|
| 1225 |
+
"f\u00e9vr",
|
| 1226 |
+
"f\u00e9vr.",
|
| 1227 |
+
"g",
|
| 1228 |
+
"g.",
|
| 1229 |
+
"gal",
|
| 1230 |
+
"garant",
|
| 1231 |
+
"garder",
|
| 1232 |
+
"gentil",
|
| 1233 |
+
"ger",
|
| 1234 |
+
"ges",
|
| 1235 |
+
"gle",
|
| 1236 |
+
"gne",
|
| 1237 |
+
"gn\u00e9",
|
| 1238 |
+
"goodbye",
|
| 1239 |
+
"gratuite",
|
| 1240 |
+
"gratuitement",
|
| 1241 |
+
"grave",
|
| 1242 |
+
"greeting",
|
| 1243 |
+
"greve",
|
| 1244 |
+
"grossesse",
|
| 1245 |
+
"groupement",
|
| 1246 |
+
"groupements",
|
| 1247 |
+
"gr\u00e2ce",
|
| 1248 |
+
"gr\u00e8ve",
|
| 1249 |
+
"gr\u00e9",
|
| 1250 |
+
"gu\u00e9",
|
| 1251 |
+
"g\u00e8re",
|
| 1252 |
+
"g\u00e9e",
|
| 1253 |
+
"g\u00e9n\u00e9rale",
|
| 1254 |
+
"g\u00e9n\u00e9ralement",
|
| 1255 |
+
"g\u00e9n\u00e9rales",
|
| 1256 |
+
"g\u00e9s",
|
| 1257 |
+
"h",
|
| 1258 |
+
"h.",
|
| 1259 |
+
"habitation",
|
| 1260 |
+
"handicap\u00e9es",
|
| 1261 |
+
"harc\u00e8lement",
|
| 1262 |
+
"hat",
|
| 1263 |
+
"hebdomadaire",
|
| 1264 |
+
"hec",
|
| 1265 |
+
"hef",
|
| 1266 |
+
"hello",
|
| 1267 |
+
"her",
|
| 1268 |
+
"hes",
|
| 1269 |
+
"heure",
|
| 1270 |
+
"heures",
|
| 1271 |
+
"hey",
|
| 1272 |
+
"hui",
|
| 1273 |
+
"huissier",
|
| 1274 |
+
"hygi\u00e8ne",
|
| 1275 |
+
"h\u00e9ritiers",
|
| 1276 |
+
"h\u00e9rit\u00e9",
|
| 1277 |
+
"h\u00e9s",
|
| 1278 |
+
"i",
|
| 1279 |
+
"i.",
|
| 1280 |
+
"ial",
|
| 1281 |
+
"iao",
|
| 1282 |
+
"iat",
|
| 1283 |
+
"ice",
|
| 1284 |
+
"ics",
|
| 1285 |
+
"ide",
|
| 1286 |
+
"identifier",
|
| 1287 |
+
"idi",
|
| 1288 |
+
"ids",
|
| 1289 |
+
"iel",
|
| 1290 |
+
"ien",
|
| 1291 |
+
"ier",
|
| 1292 |
+
"ies",
|
| 1293 |
+
"ieu",
|
| 1294 |
+
"ifs",
|
| 1295 |
+
"ige",
|
| 1296 |
+
"ig\u00e9",
|
| 1297 |
+
"ile",
|
| 1298 |
+
"ill",
|
| 1299 |
+
"ill\u00e9gal",
|
| 1300 |
+
"ill\u00e9gale",
|
| 1301 |
+
"ill\u00e9gales",
|
| 1302 |
+
"ils",
|
| 1303 |
+
"ime",
|
| 1304 |
+
"immeuble",
|
| 1305 |
+
"immobilier",
|
| 1306 |
+
"immobiliers",
|
| 1307 |
+
"immobili\u00e8re",
|
| 1308 |
+
"imm\u00e9diat",
|
| 1309 |
+
"imm\u00e9diate",
|
| 1310 |
+
"imm\u00e9diatement",
|
| 1311 |
+
"impacts",
|
| 1312 |
+
"implications",
|
| 1313 |
+
"impliquant",
|
| 1314 |
+
"implique",
|
| 1315 |
+
"imposer",
|
| 1316 |
+
"impos\u00e9es",
|
| 1317 |
+
"ina",
|
| 1318 |
+
"inclure",
|
| 1319 |
+
"incluses",
|
| 1320 |
+
"incrimin\u00e9",
|
| 1321 |
+
"indemnisation",
|
| 1322 |
+
"indemnit\u00e9",
|
| 1323 |
+
"indemnit\u00e9s",
|
| 1324 |
+
"indique",
|
| 1325 |
+
"indique-t-elle",
|
| 1326 |
+
"indique-t-il",
|
| 1327 |
+
"indique-t-on",
|
| 1328 |
+
"indiquer",
|
| 1329 |
+
"individuel",
|
| 1330 |
+
"ind\u00e9termin\u00e9e",
|
| 1331 |
+
"ine",
|
| 1332 |
+
"infiniment",
|
| 1333 |
+
"infliger",
|
| 1334 |
+
"influencer",
|
| 1335 |
+
"info",
|
| 1336 |
+
"informations",
|
| 1337 |
+
"informer",
|
| 1338 |
+
"inform\u00e9es",
|
| 1339 |
+
"infraction",
|
| 1340 |
+
"infractions",
|
| 1341 |
+
"inf\u00e9rieur",
|
| 1342 |
+
"inf\u00e9rieure",
|
| 1343 |
+
"ing",
|
| 1344 |
+
"inhumer",
|
| 1345 |
+
"initial",
|
| 1346 |
+
"initiale",
|
| 1347 |
+
"inobservation",
|
| 1348 |
+
"inq",
|
| 1349 |
+
"ins",
|
| 1350 |
+
"inscription",
|
| 1351 |
+
"insolvabilit\u00e9",
|
| 1352 |
+
"inspecteur",
|
| 1353 |
+
"inspecteur_travail",
|
| 1354 |
+
"inspecteurs",
|
| 1355 |
+
"inspection",
|
| 1356 |
+
"inspections",
|
| 1357 |
+
"installation",
|
| 1358 |
+
"install\u00e9",
|
| 1359 |
+
"insuffisant",
|
| 1360 |
+
"int",
|
| 1361 |
+
"intellectuelle",
|
| 1362 |
+
"intenter",
|
| 1363 |
+
"intent\u00e9e",
|
| 1364 |
+
"interdiction",
|
| 1365 |
+
"interdictions",
|
| 1366 |
+
"interdire",
|
| 1367 |
+
"interdisant",
|
| 1368 |
+
"interdit",
|
| 1369 |
+
"interdite",
|
| 1370 |
+
"interdites",
|
| 1371 |
+
"interdits",
|
| 1372 |
+
"interjeter",
|
| 1373 |
+
"interjet\u00e9s",
|
| 1374 |
+
"interm\u00e9diaire",
|
| 1375 |
+
"intervenir",
|
| 1376 |
+
"introduce_self",
|
| 1377 |
+
"introduit",
|
| 1378 |
+
"introduite",
|
| 1379 |
+
"int\u00e9grale",
|
| 1380 |
+
"int\u00e9rieur",
|
| 1381 |
+
"int\u00e9rim",
|
| 1382 |
+
"int\u00e9rimaire",
|
| 1383 |
+
"int\u00e9r\u00eats",
|
| 1384 |
+
"in\u00e9",
|
| 1385 |
+
"ion",
|
| 1386 |
+
"ire",
|
| 1387 |
+
"irr\u00e9guli\u00e8re",
|
| 1388 |
+
"irs",
|
| 1389 |
+
"isa",
|
| 1390 |
+
"ise",
|
| 1391 |
+
"is\u00e9",
|
| 1392 |
+
"ite",
|
| 1393 |
+
"its",
|
| 1394 |
+
"it\u00e9",
|
| 1395 |
+
"ive",
|
| 1396 |
+
"iv\u00e9",
|
| 1397 |
+
"ixe",
|
| 1398 |
+
"ix\u00e9",
|
| 1399 |
+
"i\u00e9e",
|
| 1400 |
+
"i\u00e9s",
|
| 1401 |
+
"j",
|
| 1402 |
+
"j'",
|
| 1403 |
+
"j.",
|
| 1404 |
+
"janv",
|
| 1405 |
+
"janv.",
|
| 1406 |
+
"je",
|
| 1407 |
+
"jet",
|
| 1408 |
+
"joue",
|
| 1409 |
+
"jouir",
|
| 1410 |
+
"jouissance",
|
| 1411 |
+
"jour",
|
| 1412 |
+
"journalier",
|
| 1413 |
+
"journ\u00e9e",
|
| 1414 |
+
"jours",
|
| 1415 |
+
"judiciaire",
|
| 1416 |
+
"jugement",
|
| 1417 |
+
"jugements",
|
| 1418 |
+
"jug\u00e9e",
|
| 1419 |
+
"juill",
|
| 1420 |
+
"juill.",
|
| 1421 |
+
"juridique",
|
| 1422 |
+
"juridiques",
|
| 1423 |
+
"jusque",
|
| 1424 |
+
"jusque-l\u00e0",
|
| 1425 |
+
"justice",
|
| 1426 |
+
"justifier",
|
| 1427 |
+
"k",
|
| 1428 |
+
"k.",
|
| 1429 |
+
"l",
|
| 1430 |
+
"l'",
|
| 1431 |
+
"l.",
|
| 1432 |
+
"la",
|
| 1433 |
+
"labels",
|
| 1434 |
+
"lai",
|
| 1435 |
+
"laisse",
|
| 1436 |
+
"lan",
|
| 1437 |
+
"lde",
|
| 1438 |
+
"le",
|
| 1439 |
+
"le.",
|
| 1440 |
+
"lequel",
|
| 1441 |
+
"ler",
|
| 1442 |
+
"les",
|
| 1443 |
+
"lesquelles",
|
| 1444 |
+
"leur",
|
| 1445 |
+
"leurs",
|
| 1446 |
+
"libre",
|
| 1447 |
+
"lic",
|
| 1448 |
+
"licenciement",
|
| 1449 |
+
"licenciements",
|
| 1450 |
+
"licencier",
|
| 1451 |
+
"licenci\u00e9",
|
| 1452 |
+
"licenci\u00e9e",
|
| 1453 |
+
"lieu",
|
| 1454 |
+
"lieux",
|
| 1455 |
+
"ligne",
|
| 1456 |
+
"limite",
|
| 1457 |
+
"limiter",
|
| 1458 |
+
"limites",
|
| 1459 |
+
"liquidation",
|
| 1460 |
+
"lir",
|
| 1461 |
+
"liste",
|
| 1462 |
+
"lit",
|
| 1463 |
+
"litige",
|
| 1464 |
+
"litiges",
|
| 1465 |
+
"livraison",
|
| 1466 |
+
"livret",
|
| 1467 |
+
"li\u00e9",
|
| 1468 |
+
"li\u00e9e",
|
| 1469 |
+
"li\u00e9es",
|
| 1470 |
+
"li\u00e9s",
|
| 1471 |
+
"ll.",
|
| 1472 |
+
"lle",
|
| 1473 |
+
"llo",
|
| 1474 |
+
"ll\u00e9",
|
| 1475 |
+
"locataire",
|
| 1476 |
+
"locataires",
|
| 1477 |
+
"location",
|
| 1478 |
+
"locaux",
|
| 1479 |
+
"lock-out",
|
| 1480 |
+
"logement",
|
| 1481 |
+
"loi",
|
| 1482 |
+
"lon",
|
| 1483 |
+
"lors",
|
| 1484 |
+
"lorsqu'",
|
| 1485 |
+
"lorsque",
|
| 1486 |
+
"lourde",
|
| 1487 |
+
"loyer",
|
| 1488 |
+
"loyers",
|
| 1489 |
+
"lte",
|
| 1490 |
+
"lt\u00e9",
|
| 1491 |
+
"lui",
|
| 1492 |
+
"lui-m\u00eame",
|
| 1493 |
+
"lus",
|
| 1494 |
+
"lut",
|
| 1495 |
+
"l\u00e9e",
|
| 1496 |
+
"l\u00e9gal",
|
| 1497 |
+
"l\u00e9gale",
|
| 1498 |
+
"l\u00e9galement",
|
| 1499 |
+
"l\u00e9gales",
|
| 1500 |
+
"l\u00e9galisation",
|
| 1501 |
+
"l\u00e9galit\u00e9",
|
| 1502 |
+
"l\u00e9gislation",
|
| 1503 |
+
"l\u00e9gitime",
|
| 1504 |
+
"l\u00e9gitimit\u00e9",
|
| 1505 |
+
"l\u00e9s",
|
| 1506 |
+
"l\u00e9s\u00e9e",
|
| 1507 |
+
"l\u2019",
|
| 1508 |
+
"m",
|
| 1509 |
+
"m'",
|
| 1510 |
+
"m.",
|
| 1511 |
+
"ma",
|
| 1512 |
+
"machines",
|
| 1513 |
+
"main",
|
| 1514 |
+
"maintenu",
|
| 1515 |
+
"mais",
|
| 1516 |
+
"majeure",
|
| 1517 |
+
"mal",
|
| 1518 |
+
"maladie",
|
| 1519 |
+
"malhonn\u00eate",
|
| 1520 |
+
"mandat",
|
| 1521 |
+
"manifester",
|
| 1522 |
+
"manquement",
|
| 1523 |
+
"mariage",
|
| 1524 |
+
"marques",
|
| 1525 |
+
"mat",
|
| 1526 |
+
"maternit\u00e9",
|
| 1527 |
+
"matin",
|
| 1528 |
+
"mati\u00e8re",
|
| 1529 |
+
"maximal",
|
| 1530 |
+
"maximale",
|
| 1531 |
+
"maximum",
|
| 1532 |
+
"me",
|
| 1533 |
+
"me.",
|
| 1534 |
+
"meilleur",
|
| 1535 |
+
"meilleure",
|
| 1536 |
+
"membre",
|
| 1537 |
+
"membres",
|
| 1538 |
+
"menaces",
|
| 1539 |
+
"mensong\u00e8res",
|
| 1540 |
+
"mention",
|
| 1541 |
+
"mentionn\u00e9es",
|
| 1542 |
+
"mer",
|
| 1543 |
+
"merci",
|
| 1544 |
+
"mes",
|
| 1545 |
+
"mesure",
|
| 1546 |
+
"mesures",
|
| 1547 |
+
"met",
|
| 1548 |
+
"mettre",
|
| 1549 |
+
"milieu",
|
| 1550 |
+
"militaire",
|
| 1551 |
+
"militaires",
|
| 1552 |
+
"mille",
|
| 1553 |
+
"mines",
|
| 1554 |
+
"mineur",
|
| 1555 |
+
"minimale",
|
| 1556 |
+
"minimum",
|
| 1557 |
+
"minimums",
|
| 1558 |
+
"ministre",
|
| 1559 |
+
"ministres",
|
| 1560 |
+
"minist\u00e8re",
|
| 1561 |
+
"mis",
|
| 1562 |
+
"mise",
|
| 1563 |
+
"mission",
|
| 1564 |
+
"missions",
|
| 1565 |
+
"mixte",
|
| 1566 |
+
"mlle",
|
| 1567 |
+
"mlle.",
|
| 1568 |
+
"mm",
|
| 1569 |
+
"mm.",
|
| 1570 |
+
"mme",
|
| 1571 |
+
"mme.",
|
| 1572 |
+
"modalit\u00e9s",
|
| 1573 |
+
"modification",
|
| 1574 |
+
"modifications",
|
| 1575 |
+
"moi",
|
| 1576 |
+
"moins",
|
| 1577 |
+
"moment",
|
| 1578 |
+
"mon",
|
| 1579 |
+
"montant",
|
| 1580 |
+
"moque",
|
| 1581 |
+
"moque-t-elle",
|
| 1582 |
+
"moque-t-il",
|
| 1583 |
+
"moque-t-on",
|
| 1584 |
+
"morale",
|
| 1585 |
+
"morales",
|
| 1586 |
+
"motif",
|
| 1587 |
+
"motifs",
|
| 1588 |
+
"moyen",
|
| 1589 |
+
"moyens",
|
| 1590 |
+
"mps",
|
| 1591 |
+
"mpt",
|
| 1592 |
+
"mpu",
|
| 1593 |
+
"mr",
|
| 1594 |
+
"mr.",
|
| 1595 |
+
"mum",
|
| 1596 |
+
"municipal",
|
| 1597 |
+
"mutation",
|
| 1598 |
+
"mut\u00e9",
|
| 1599 |
+
"mut\u00e9e",
|
| 1600 |
+
"m\u00e8re",
|
| 1601 |
+
"m\u00e9dical",
|
| 1602 |
+
"m\u00e9dicale",
|
| 1603 |
+
"m\u00e9dicales",
|
| 1604 |
+
"m\u00eame",
|
| 1605 |
+
"m\u2019",
|
| 1606 |
+
"n",
|
| 1607 |
+
"n'",
|
| 1608 |
+
"n'est-ce",
|
| 1609 |
+
"n.",
|
| 1610 |
+
"naissance",
|
| 1611 |
+
"nal",
|
| 1612 |
+
"national",
|
| 1613 |
+
"nationalit\u00e9",
|
| 1614 |
+
"nationaux",
|
| 1615 |
+
"nature",
|
| 1616 |
+
"na\u00eetre",
|
| 1617 |
+
"nce",
|
| 1618 |
+
"ncs",
|
| 1619 |
+
"nde",
|
| 1620 |
+
"nds",
|
| 1621 |
+
"ndu",
|
| 1622 |
+
"ne",
|
| 1623 |
+
"nel",
|
| 1624 |
+
"ner",
|
| 1625 |
+
"nes",
|
| 1626 |
+
"net",
|
| 1627 |
+
"nfo",
|
| 1628 |
+
"ng\u00e9",
|
| 1629 |
+
"nir",
|
| 1630 |
+
"nis",
|
| 1631 |
+
"nit",
|
| 1632 |
+
"niveaux",
|
| 1633 |
+
"nks",
|
| 1634 |
+
"nne",
|
| 1635 |
+
"no",
|
| 1636 |
+
"no.",
|
| 1637 |
+
"nocturne",
|
| 1638 |
+
"nom",
|
| 1639 |
+
"nommer",
|
| 1640 |
+
"non",
|
| 1641 |
+
"non-conciliation",
|
| 1642 |
+
"non-discrimination",
|
| 1643 |
+
"non-paiement",
|
| 1644 |
+
"non-respect",
|
| 1645 |
+
"non-s\u00e9paration",
|
| 1646 |
+
"normes",
|
| 1647 |
+
"notification",
|
| 1648 |
+
"notifier",
|
| 1649 |
+
"notifi\u00e9",
|
| 1650 |
+
"notifi\u00e9e",
|
| 1651 |
+
"notre",
|
| 1652 |
+
"nouveau",
|
| 1653 |
+
"nouveaux",
|
| 1654 |
+
"nouvel",
|
| 1655 |
+
"nouvelles",
|
| 1656 |
+
"nov",
|
| 1657 |
+
"nov.",
|
| 1658 |
+
"nte",
|
| 1659 |
+
"nti",
|
| 1660 |
+
"nts",
|
| 1661 |
+
"nt\u00e9",
|
| 1662 |
+
"nue",
|
| 1663 |
+
"nuisances",
|
| 1664 |
+
"nuit",
|
| 1665 |
+
"nulles",
|
| 1666 |
+
"nus",
|
| 1667 |
+
"nv.",
|
| 1668 |
+
"n\u00b0",
|
| 1669 |
+
"n\u00e9cessaires",
|
| 1670 |
+
"n\u00e9cessite",
|
| 1671 |
+
"n\u00e9e",
|
| 1672 |
+
"n\u00e9gociation",
|
| 1673 |
+
"n\u00e9gociations",
|
| 1674 |
+
"n\u00e9gocie",
|
| 1675 |
+
"n\u00e9gocier",
|
| 1676 |
+
"n\u00e9s",
|
| 1677 |
+
"n\u2019",
|
| 1678 |
+
"n\u2019est-ce",
|
| 1679 |
+
"o",
|
| 1680 |
+
"o.",
|
| 1681 |
+
"o.0",
|
| 1682 |
+
"o.O",
|
| 1683 |
+
"o.o",
|
| 1684 |
+
"o_0",
|
| 1685 |
+
"o_O",
|
| 1686 |
+
"o_o",
|
| 1687 |
+
"objectif",
|
| 1688 |
+
"objectifs",
|
| 1689 |
+
"objet",
|
| 1690 |
+
"objets",
|
| 1691 |
+
"obligations",
|
| 1692 |
+
"obligatoire",
|
| 1693 |
+
"obligatoirement",
|
| 1694 |
+
"obligatoires",
|
| 1695 |
+
"obtenir",
|
| 1696 |
+
"occupation",
|
| 1697 |
+
"occupe",
|
| 1698 |
+
"occuper",
|
| 1699 |
+
"oct",
|
| 1700 |
+
"oct.",
|
| 1701 |
+
"octroi",
|
| 1702 |
+
"ode",
|
| 1703 |
+
"offerts",
|
| 1704 |
+
"officiers",
|
| 1705 |
+
"offrent",
|
| 1706 |
+
"oie",
|
| 1707 |
+
"oin",
|
| 1708 |
+
"oir",
|
| 1709 |
+
"ois",
|
| 1710 |
+
"oit",
|
| 1711 |
+
"ol.",
|
| 1712 |
+
"ole",
|
| 1713 |
+
"omettant",
|
| 1714 |
+
"omissions",
|
| 1715 |
+
"ond",
|
| 1716 |
+
"ons",
|
| 1717 |
+
"ont",
|
| 1718 |
+
"ool",
|
| 1719 |
+
"opposition",
|
| 1720 |
+
"options",
|
| 1721 |
+
"op\u00e9rations",
|
| 1722 |
+
"ord",
|
| 1723 |
+
"ordinaire",
|
| 1724 |
+
"ordonnance",
|
| 1725 |
+
"ordonnances",
|
| 1726 |
+
"ordonner",
|
| 1727 |
+
"ordre",
|
| 1728 |
+
"organisation",
|
| 1729 |
+
"organisations",
|
| 1730 |
+
"organiser",
|
| 1731 |
+
"organis\u00e9e",
|
| 1732 |
+
"orientation",
|
| 1733 |
+
"ors",
|
| 1734 |
+
"ort",
|
| 1735 |
+
"or\u00e9",
|
| 1736 |
+
"ose",
|
| 1737 |
+
"os\u00e9",
|
| 1738 |
+
"ou",
|
| 1739 |
+
"oue",
|
| 1740 |
+
"oup",
|
| 1741 |
+
"our",
|
| 1742 |
+
"ous",
|
| 1743 |
+
"out",
|
| 1744 |
+
"ouverture",
|
| 1745 |
+
"ouvriers",
|
| 1746 |
+
"ouvrir",
|
| 1747 |
+
"ov.",
|
| 1748 |
+
"oy\u00e9",
|
| 1749 |
+
"o\u00f9",
|
| 1750 |
+
"o\u00fbt",
|
| 1751 |
+
"p",
|
| 1752 |
+
"p.",
|
| 1753 |
+
"paie",
|
| 1754 |
+
"paiement",
|
| 1755 |
+
"pal",
|
| 1756 |
+
"panneaux",
|
| 1757 |
+
"par",
|
| 1758 |
+
"parent\u00e9",
|
| 1759 |
+
"paritaire",
|
| 1760 |
+
"parking",
|
| 1761 |
+
"part",
|
| 1762 |
+
"partage",
|
| 1763 |
+
"partagent",
|
| 1764 |
+
"particuli\u00e8res",
|
| 1765 |
+
"partie",
|
| 1766 |
+
"partiel",
|
| 1767 |
+
"partielle",
|
| 1768 |
+
"parties",
|
| 1769 |
+
"partir",
|
| 1770 |
+
"parviennent",
|
| 1771 |
+
"pas",
|
| 1772 |
+
"passage",
|
| 1773 |
+
"passe",
|
| 1774 |
+
"passe-t-elle",
|
| 1775 |
+
"passe-t-il",
|
| 1776 |
+
"passe-t-on",
|
| 1777 |
+
"passeport",
|
| 1778 |
+
"passer",
|
| 1779 |
+
"pass\u00e9",
|
| 1780 |
+
"pauses",
|
| 1781 |
+
"paye",
|
| 1782 |
+
"payer",
|
| 1783 |
+
"pays",
|
| 1784 |
+
"pay\u00e9",
|
| 1785 |
+
"pay\u00e9es",
|
| 1786 |
+
"pay\u00e9s",
|
| 1787 |
+
"pel",
|
| 1788 |
+
"pendant",
|
| 1789 |
+
"pension",
|
| 1790 |
+
"pensions",
|
| 1791 |
+
"per",
|
| 1792 |
+
"performance",
|
| 1793 |
+
"permis",
|
| 1794 |
+
"perquisition",
|
| 1795 |
+
"personnalit\u00e9",
|
| 1796 |
+
"personne",
|
| 1797 |
+
"personnel",
|
| 1798 |
+
"personnels",
|
| 1799 |
+
"personnes",
|
| 1800 |
+
"per\u00e7oit",
|
| 1801 |
+
"per\u00e7ue",
|
| 1802 |
+
"pes",
|
| 1803 |
+
"peut",
|
| 1804 |
+
"peut-\u00eatre",
|
| 1805 |
+
"peuvent",
|
| 1806 |
+
"peux",
|
| 1807 |
+
"physique",
|
| 1808 |
+
"pie",
|
| 1809 |
+
"pires",
|
| 1810 |
+
"pi\u00e8ce",
|
| 1811 |
+
"pi\u00e8ces",
|
| 1812 |
+
"place",
|
| 1813 |
+
"placement",
|
| 1814 |
+
"plainte",
|
| 1815 |
+
"plan",
|
| 1816 |
+
"plus",
|
| 1817 |
+
"plusieurs",
|
| 1818 |
+
"poids",
|
| 1819 |
+
"police",
|
| 1820 |
+
"politiques",
|
| 1821 |
+
"pollution",
|
| 1822 |
+
"portant",
|
| 1823 |
+
"porter",
|
| 1824 |
+
"port\u00e9",
|
| 1825 |
+
"pos",
|
| 1826 |
+
"poser",
|
| 1827 |
+
"possible",
|
| 1828 |
+
"possibles",
|
| 1829 |
+
"poste",
|
| 1830 |
+
"postes",
|
| 1831 |
+
"post\u00e9",
|
| 1832 |
+
"pour",
|
| 1833 |
+
"pourquoi",
|
| 1834 |
+
"pourvoi",
|
| 1835 |
+
"pouvant",
|
| 1836 |
+
"pouvez",
|
| 1837 |
+
"pouvoirs",
|
| 1838 |
+
"pp",
|
| 1839 |
+
"pp.",
|
| 1840 |
+
"pr.",
|
| 1841 |
+
"pratique",
|
| 1842 |
+
"pratiques",
|
| 1843 |
+
"pre",
|
| 1844 |
+
"premiers",
|
| 1845 |
+
"premi\u00e8re",
|
| 1846 |
+
"prend",
|
| 1847 |
+
"prendre",
|
| 1848 |
+
"prends",
|
| 1849 |
+
"prescription",
|
| 1850 |
+
"prescriptions",
|
| 1851 |
+
"prescrire",
|
| 1852 |
+
"prescrivent",
|
| 1853 |
+
"prime",
|
| 1854 |
+
"primes",
|
| 1855 |
+
"principal",
|
| 1856 |
+
"principale",
|
| 1857 |
+
"principales",
|
| 1858 |
+
"pris",
|
| 1859 |
+
"prise",
|
| 1860 |
+
"prises",
|
| 1861 |
+
"privil\u00e8ge",
|
| 1862 |
+
"priv\u00e9",
|
| 1863 |
+
"probl\u00e8me",
|
| 1864 |
+
"probl\u00e8mes",
|
| 1865 |
+
"probl\u00e9matique",
|
| 1866 |
+
"procedure",
|
| 1867 |
+
"prochaine",
|
| 1868 |
+
"prochainement",
|
| 1869 |
+
"procuration",
|
| 1870 |
+
"proc\u00e8de",
|
| 1871 |
+
"proc\u00e8s",
|
| 1872 |
+
"proc\u00e8s-verbal",
|
| 1873 |
+
"proc\u00e9dure",
|
| 1874 |
+
"proc\u00e9dures",
|
| 1875 |
+
"proc\u00e9d\u00e9s",
|
| 1876 |
+
"produire",
|
| 1877 |
+
"produit",
|
| 1878 |
+
"profession",
|
| 1879 |
+
"professionnel",
|
| 1880 |
+
"professionnelle",
|
| 1881 |
+
"professionnelles",
|
| 1882 |
+
"professionnels",
|
| 1883 |
+
"professions",
|
| 1884 |
+
"profiter",
|
| 1885 |
+
"prolong\u00e9",
|
| 1886 |
+
"prolong\u00e9e",
|
| 1887 |
+
"prolong\u00e9s",
|
| 1888 |
+
"prononcer",
|
| 1889 |
+
"proposition",
|
| 1890 |
+
"propos\u00e9",
|
| 1891 |
+
"propos\u00e9es",
|
| 1892 |
+
"propres",
|
| 1893 |
+
"propri\u00e9taire",
|
| 1894 |
+
"propri\u00e9taires",
|
| 1895 |
+
"propri\u00e9t\u00e9",
|
| 1896 |
+
"protection",
|
| 1897 |
+
"protections",
|
| 1898 |
+
"prot\u00e9ger",
|
| 1899 |
+
"prouver",
|
| 1900 |
+
"provisoire",
|
| 1901 |
+
"pr\u00e9avis",
|
| 1902 |
+
"pr\u00e9cis\u00e9es",
|
| 1903 |
+
"pr\u00e9c\u00e9dent",
|
| 1904 |
+
"pr\u00e9l\u00e8vements",
|
| 1905 |
+
"pr\u00e9nom",
|
| 1906 |
+
"pr\u00e9parer",
|
| 1907 |
+
"pr\u00e9sence",
|
| 1908 |
+
"pr\u00e9sente",
|
| 1909 |
+
"pr\u00e9senter",
|
| 1910 |
+
"pr\u00e9sent\u00e9es",
|
| 1911 |
+
"pr\u00e9sident",
|
| 1912 |
+
"pr\u00e9tendre",
|
| 1913 |
+
"pr\u00e9venir",
|
| 1914 |
+
"pr\u00e9voient",
|
| 1915 |
+
"pr\u00e9voir",
|
| 1916 |
+
"pr\u00e9voyance",
|
| 1917 |
+
"pr\u00e9vu",
|
| 1918 |
+
"pr\u00e9vue",
|
| 1919 |
+
"pr\u00e9vues",
|
| 1920 |
+
"pr\u00eatent",
|
| 1921 |
+
"psychologique",
|
| 1922 |
+
"pt.",
|
| 1923 |
+
"pte",
|
| 1924 |
+
"public",
|
| 1925 |
+
"publicitaires",
|
| 1926 |
+
"publics",
|
| 1927 |
+
"publique",
|
| 1928 |
+
"publiques",
|
| 1929 |
+
"publi\u00e9",
|
| 1930 |
+
"publi\u00e9e",
|
| 1931 |
+
"publi\u00e9s",
|
| 1932 |
+
"puis",
|
| 1933 |
+
"punies",
|
| 1934 |
+
"p\u00e9nal",
|
| 1935 |
+
"p\u00e9nalis\u00e9e",
|
| 1936 |
+
"p\u00e9nalit\u00e9s",
|
| 1937 |
+
"p\u00e9nibles",
|
| 1938 |
+
"p\u00e9n\u00e9trer",
|
| 1939 |
+
"p\u00e9riode",
|
| 1940 |
+
"p\u00e9riodes",
|
| 1941 |
+
"p\u00f4t",
|
| 1942 |
+
"q",
|
| 1943 |
+
"q.",
|
| 1944 |
+
"qu'",
|
| 1945 |
+
"qu'est-ce",
|
| 1946 |
+
"qualifi\u00e9",
|
| 1947 |
+
"quand",
|
| 1948 |
+
"quatorze",
|
| 1949 |
+
"que",
|
| 1950 |
+
"quel",
|
| 1951 |
+
"quelle",
|
| 1952 |
+
"quelles",
|
| 1953 |
+
"quelqu'",
|
| 1954 |
+
"quelques",
|
| 1955 |
+
"quelques-uns",
|
| 1956 |
+
"quels",
|
| 1957 |
+
"question",
|
| 1958 |
+
"questions",
|
| 1959 |
+
"qui",
|
| 1960 |
+
"quitter",
|
| 1961 |
+
"quoi",
|
| 1962 |
+
"qu\u00e9",
|
| 1963 |
+
"qu\u2019",
|
| 1964 |
+
"qu\u2019est-ce",
|
| 1965 |
+
"r",
|
| 1966 |
+
"r.",
|
| 1967 |
+
"rachat",
|
| 1968 |
+
"raisons",
|
| 1969 |
+
"rapatriement",
|
| 1970 |
+
"rapidement",
|
| 1971 |
+
"rapporter",
|
| 1972 |
+
"rat",
|
| 1973 |
+
"ravitaillement",
|
| 1974 |
+
"rce",
|
| 1975 |
+
"rci",
|
| 1976 |
+
"rd'",
|
| 1977 |
+
"rde",
|
| 1978 |
+
"rds",
|
| 1979 |
+
"rd\u2019",
|
| 1980 |
+
"recevoir",
|
| 1981 |
+
"recommander",
|
| 1982 |
+
"reconnaissance",
|
| 1983 |
+
"reconventionnelles",
|
| 1984 |
+
"recours",
|
| 1985 |
+
"recrutement",
|
| 1986 |
+
"refere",
|
| 1987 |
+
"refus",
|
| 1988 |
+
"refuse",
|
| 1989 |
+
"refus\u00e9",
|
| 1990 |
+
"registre",
|
| 1991 |
+
"reglement_interieur",
|
| 1992 |
+
"rejoindre",
|
| 1993 |
+
"relatifs",
|
| 1994 |
+
"relation",
|
| 1995 |
+
"relations",
|
| 1996 |
+
"relatives",
|
| 1997 |
+
"rel\u00e8vent",
|
| 1998 |
+
"remercie",
|
| 1999 |
+
"remplace",
|
| 2000 |
+
"remplies",
|
| 2001 |
+
"remplir",
|
| 2002 |
+
"rencontre",
|
| 2003 |
+
"rencontrer",
|
| 2004 |
+
"rend",
|
| 2005 |
+
"rendez",
|
| 2006 |
+
"rendez-vous",
|
| 2007 |
+
"rendre",
|
| 2008 |
+
"rendu",
|
| 2009 |
+
"rendue",
|
| 2010 |
+
"rendues",
|
| 2011 |
+
"renoncer",
|
| 2012 |
+
"renouvellement",
|
| 2013 |
+
"renouvel\u00e9",
|
| 2014 |
+
"renvoi",
|
| 2015 |
+
"repos",
|
| 2016 |
+
"repose_hebdomadaire",
|
| 2017 |
+
"repr\u00e9sentants",
|
| 2018 |
+
"repr\u00e9sentatifs",
|
| 2019 |
+
"repr\u00e9sentation",
|
| 2020 |
+
"repr\u00e9sentativit\u00e9",
|
| 2021 |
+
"repr\u00e9senter",
|
| 2022 |
+
"requis",
|
| 2023 |
+
"requise",
|
| 2024 |
+
"rer",
|
| 2025 |
+
"res",
|
| 2026 |
+
"respecte",
|
| 2027 |
+
"respecter",
|
| 2028 |
+
"respect\u00e9e",
|
| 2029 |
+
"responsabilit\u00e9",
|
| 2030 |
+
"responsabilit\u00e9s",
|
| 2031 |
+
"responsable",
|
| 2032 |
+
"ressources",
|
| 2033 |
+
"restrictions",
|
| 2034 |
+
"ret",
|
| 2035 |
+
"retard",
|
| 2036 |
+
"retarder",
|
| 2037 |
+
"retenir",
|
| 2038 |
+
"retenue",
|
| 2039 |
+
"retenues",
|
| 2040 |
+
"retirer",
|
| 2041 |
+
"retour",
|
| 2042 |
+
"retrait",
|
| 2043 |
+
"retraite",
|
| 2044 |
+
"revoir",
|
| 2045 |
+
"re\u00e7ue",
|
| 2046 |
+
"rge",
|
| 2047 |
+
"rg\u00e9",
|
| 2048 |
+
"rie",
|
| 2049 |
+
"rim",
|
| 2050 |
+
"rir",
|
| 2051 |
+
"ris",
|
| 2052 |
+
"risques",
|
| 2053 |
+
"rit",
|
| 2054 |
+
"ri\u00e9",
|
| 2055 |
+
"rme",
|
| 2056 |
+
"rne",
|
| 2057 |
+
"rni",
|
| 2058 |
+
"rn\u00e9",
|
| 2059 |
+
"roi",
|
| 2060 |
+
"rompre",
|
| 2061 |
+
"rompt",
|
| 2062 |
+
"rompu",
|
| 2063 |
+
"ron",
|
| 2064 |
+
"route",
|
| 2065 |
+
"rps",
|
| 2066 |
+
"rte",
|
| 2067 |
+
"rts",
|
| 2068 |
+
"rt\u00e9",
|
| 2069 |
+
"rupture",
|
| 2070 |
+
"rut",
|
| 2071 |
+
"rze",
|
| 2072 |
+
"r\u00e8gle",
|
| 2073 |
+
"r\u00e8glement",
|
| 2074 |
+
"r\u00e8gles",
|
| 2075 |
+
"r\u00e8s",
|
| 2076 |
+
"r\u00e9ception",
|
| 2077 |
+
"r\u00e9cidive",
|
| 2078 |
+
"r\u00e9clamations",
|
| 2079 |
+
"r\u00e9cusation",
|
| 2080 |
+
"r\u00e9cus\u00e9s",
|
| 2081 |
+
"r\u00e9diger",
|
| 2082 |
+
"r\u00e9e",
|
| 2083 |
+
"r\u00e9f\u00e9r\u00e9",
|
| 2084 |
+
"r\u00e9gies",
|
| 2085 |
+
"r\u00e9gime",
|
| 2086 |
+
"r\u00e9glementaire",
|
| 2087 |
+
"r\u00e9glementaires",
|
| 2088 |
+
"r\u00e9gler",
|
| 2089 |
+
"r\u00e9gul\u00e9",
|
| 2090 |
+
"r\u00e9mun\u00e9ration",
|
| 2091 |
+
"r\u00e9mun\u00e9rations",
|
| 2092 |
+
"r\u00e9mun\u00e9r\u00e9",
|
| 2093 |
+
"r\u00e9mun\u00e9r\u00e9es",
|
| 2094 |
+
"r\u00e9parations",
|
| 2095 |
+
"r\u00e9putation",
|
| 2096 |
+
"r\u00e9s",
|
| 2097 |
+
"r\u00e9sidence",
|
| 2098 |
+
"r\u00e9sili\u00e9",
|
| 2099 |
+
"r\u00e9sili\u00e9s",
|
| 2100 |
+
"r\u00e9sultat",
|
| 2101 |
+
"r\u00e9union",
|
| 2102 |
+
"r\u00e9ussi",
|
| 2103 |
+
"r\u00e9vision",
|
| 2104 |
+
"r\u00e9\u00e9",
|
| 2105 |
+
"r\u00eat",
|
| 2106 |
+
"r\u00f4le",
|
| 2107 |
+
"s",
|
| 2108 |
+
"s'",
|
| 2109 |
+
"s'est-il",
|
| 2110 |
+
"s.",
|
| 2111 |
+
"sa",
|
| 2112 |
+
"sai",
|
| 2113 |
+
"sais",
|
| 2114 |
+
"saisie",
|
| 2115 |
+
"saisis",
|
| 2116 |
+
"saisonnier",
|
| 2117 |
+
"salaire",
|
| 2118 |
+
"salaires",
|
| 2119 |
+
"salariales",
|
| 2120 |
+
"salari\u00e9",
|
| 2121 |
+
"salari\u00e9e",
|
| 2122 |
+
"salari\u00e9es",
|
| 2123 |
+
"salles",
|
| 2124 |
+
"salut",
|
| 2125 |
+
"sanction",
|
| 2126 |
+
"sanctions",
|
| 2127 |
+
"sanitaire",
|
| 2128 |
+
"sans",
|
| 2129 |
+
"sant\u00e9",
|
| 2130 |
+
"savoir",
|
| 2131 |
+
"se",
|
| 2132 |
+
"secours",
|
| 2133 |
+
"secret",
|
| 2134 |
+
"secteur",
|
| 2135 |
+
"secteurs",
|
| 2136 |
+
"securite_sante",
|
| 2137 |
+
"sein",
|
| 2138 |
+
"selon",
|
| 2139 |
+
"semaine",
|
| 2140 |
+
"semaines",
|
| 2141 |
+
"semble",
|
| 2142 |
+
"semble-t-elle",
|
| 2143 |
+
"semble-t-il",
|
| 2144 |
+
"semble-t-on",
|
| 2145 |
+
"sentence",
|
| 2146 |
+
"sentences",
|
| 2147 |
+
"sept",
|
| 2148 |
+
"sept.",
|
| 2149 |
+
"ser",
|
| 2150 |
+
"serment",
|
| 2151 |
+
"sers",
|
| 2152 |
+
"service",
|
| 2153 |
+
"services",
|
| 2154 |
+
"servitude",
|
| 2155 |
+
"servitudes",
|
| 2156 |
+
"ses",
|
| 2157 |
+
"sexuel",
|
| 2158 |
+
"si",
|
| 2159 |
+
"sie",
|
| 2160 |
+
"sif",
|
| 2161 |
+
"signaler",
|
| 2162 |
+
"signant",
|
| 2163 |
+
"signature",
|
| 2164 |
+
"signification",
|
| 2165 |
+
"signifie",
|
| 2166 |
+
"sign\u00e9",
|
| 2167 |
+
"sin",
|
| 2168 |
+
"sir",
|
| 2169 |
+
"sis",
|
| 2170 |
+
"sit",
|
| 2171 |
+
"situation",
|
| 2172 |
+
"situ\u00e9",
|
| 2173 |
+
"sme",
|
| 2174 |
+
"social",
|
| 2175 |
+
"sociale",
|
| 2176 |
+
"sociales",
|
| 2177 |
+
"soient",
|
| 2178 |
+
"soin",
|
| 2179 |
+
"soir\u00e9e",
|
| 2180 |
+
"soit",
|
| 2181 |
+
"solde",
|
| 2182 |
+
"solidairement",
|
| 2183 |
+
"solliciter",
|
| 2184 |
+
"sommes",
|
| 2185 |
+
"son",
|
| 2186 |
+
"sonores",
|
| 2187 |
+
"sont",
|
| 2188 |
+
"souhaite",
|
| 2189 |
+
"soumis",
|
| 2190 |
+
"soumises",
|
| 2191 |
+
"sources",
|
| 2192 |
+
"sous",
|
| 2193 |
+
"soutien",
|
| 2194 |
+
"space",
|
| 2195 |
+
"sp\u00e9cialis\u00e9",
|
| 2196 |
+
"sp\u00e9cialis\u00e9s",
|
| 2197 |
+
"sp\u00e9ciaux",
|
| 2198 |
+
"sp\u00e9cifiques",
|
| 2199 |
+
"sse",
|
| 2200 |
+
"ssi",
|
| 2201 |
+
"ss\u00e9",
|
| 2202 |
+
"st",
|
| 2203 |
+
"st.",
|
| 2204 |
+
"stage",
|
| 2205 |
+
"stagiaire",
|
| 2206 |
+
"statue",
|
| 2207 |
+
"statut",
|
| 2208 |
+
"statuts",
|
| 2209 |
+
"ste",
|
| 2210 |
+
"ste.",
|
| 2211 |
+
"stipule",
|
| 2212 |
+
"stipulent",
|
| 2213 |
+
"stipuler",
|
| 2214 |
+
"structures",
|
| 2215 |
+
"st\u00e9",
|
| 2216 |
+
"subis",
|
| 2217 |
+
"substantielle",
|
| 2218 |
+
"subventionner",
|
| 2219 |
+
"succession",
|
| 2220 |
+
"suffisantes",
|
| 2221 |
+
"suggestions",
|
| 2222 |
+
"suis",
|
| 2223 |
+
"suivies",
|
| 2224 |
+
"suivre",
|
| 2225 |
+
"sujet",
|
| 2226 |
+
"sujets",
|
| 2227 |
+
"super",
|
| 2228 |
+
"supervise",
|
| 2229 |
+
"suppl\u00e9mentaires",
|
| 2230 |
+
"sup\u00e9rieur",
|
| 2231 |
+
"sur",
|
| 2232 |
+
"sus",
|
| 2233 |
+
"susceptibles",
|
| 2234 |
+
"suspendre",
|
| 2235 |
+
"suspendu",
|
| 2236 |
+
"suspendue",
|
| 2237 |
+
"suspensif",
|
| 2238 |
+
"suspension",
|
| 2239 |
+
"suspension_contrat",
|
| 2240 |
+
"suspensions",
|
| 2241 |
+
"syndical",
|
| 2242 |
+
"syndicale",
|
| 2243 |
+
"syndicales",
|
| 2244 |
+
"syndicat",
|
| 2245 |
+
"syndicat_professionnel",
|
| 2246 |
+
"syndicats",
|
| 2247 |
+
"syndicaux",
|
| 2248 |
+
"syst\u00e8me",
|
| 2249 |
+
"s\u00e9curit\u00e9",
|
| 2250 |
+
"s\u00e9e",
|
| 2251 |
+
"s\u00e9paration",
|
| 2252 |
+
"s\u00e9rieuse",
|
| 2253 |
+
"s\u00e9s",
|
| 2254 |
+
"s\u2019",
|
| 2255 |
+
"s\u2019est-il",
|
| 2256 |
+
"t",
|
| 2257 |
+
"t'",
|
| 2258 |
+
"t.",
|
| 2259 |
+
"tacheron",
|
| 2260 |
+
"tacheronnat",
|
| 2261 |
+
"tacherons",
|
| 2262 |
+
"tal",
|
| 2263 |
+
"tant",
|
| 2264 |
+
"tard",
|
| 2265 |
+
"tat",
|
| 2266 |
+
"taux",
|
| 2267 |
+
"tc.",
|
| 2268 |
+
"te",
|
| 2269 |
+
"te.",
|
| 2270 |
+
"technique",
|
| 2271 |
+
"techniques",
|
| 2272 |
+
"temporaire",
|
| 2273 |
+
"temps",
|
| 2274 |
+
"tenu",
|
| 2275 |
+
"tenue",
|
| 2276 |
+
"tenus",
|
| 2277 |
+
"ter",
|
| 2278 |
+
"terme",
|
| 2279 |
+
"termes",
|
| 2280 |
+
"terrain",
|
| 2281 |
+
"territoriale",
|
| 2282 |
+
"tes",
|
| 2283 |
+
"test",
|
| 2284 |
+
"testament",
|
| 2285 |
+
"thank_you",
|
| 2286 |
+
"thanks",
|
| 2287 |
+
"tie",
|
| 2288 |
+
"tiers",
|
| 2289 |
+
"tif",
|
| 2290 |
+
"til",
|
| 2291 |
+
"timbre",
|
| 2292 |
+
"tin",
|
| 2293 |
+
"tir",
|
| 2294 |
+
"tis",
|
| 2295 |
+
"titulaire",
|
| 2296 |
+
"toi",
|
| 2297 |
+
"ton",
|
| 2298 |
+
"total",
|
| 2299 |
+
"tous",
|
| 2300 |
+
"tout",
|
| 2301 |
+
"trafic",
|
| 2302 |
+
"traite",
|
| 2303 |
+
"traitement",
|
| 2304 |
+
"traiter",
|
| 2305 |
+
"trait\u00e9",
|
| 2306 |
+
"trait\u00e9s",
|
| 2307 |
+
"transf\u00e9rer",
|
| 2308 |
+
"transport",
|
| 2309 |
+
"travail",
|
| 2310 |
+
"travail_femme",
|
| 2311 |
+
"travail_temporaire_placement",
|
| 2312 |
+
"travaille",
|
| 2313 |
+
"travailler",
|
| 2314 |
+
"travailleur",
|
| 2315 |
+
"travailleurs",
|
| 2316 |
+
"travailleuse",
|
| 2317 |
+
"travailleuses",
|
| 2318 |
+
"travaux",
|
| 2319 |
+
"tre",
|
| 2320 |
+
"tribunal",
|
| 2321 |
+
"troubles",
|
| 2322 |
+
"trouver",
|
| 2323 |
+
"trouv\u00e9",
|
| 2324 |
+
"tr\u00e9",
|
| 2325 |
+
"tte",
|
| 2326 |
+
"tu",
|
| 2327 |
+
"tue",
|
| 2328 |
+
"tut",
|
| 2329 |
+
"tutelle",
|
| 2330 |
+
"tu\u00e9",
|
| 2331 |
+
"type",
|
| 2332 |
+
"types",
|
| 2333 |
+
"typiques",
|
| 2334 |
+
"t\u00e2che",
|
| 2335 |
+
"t\u00e2cheron",
|
| 2336 |
+
"t\u00e2cherons",
|
| 2337 |
+
"t\u00e9e",
|
| 2338 |
+
"t\u00e9moin",
|
| 2339 |
+
"t\u00e9s",
|
| 2340 |
+
"t\u00f4t",
|
| 2341 |
+
"u",
|
| 2342 |
+
"u.",
|
| 2343 |
+
"ude",
|
| 2344 |
+
"uel",
|
| 2345 |
+
"uer",
|
| 2346 |
+
"ues",
|
| 2347 |
+
"uir",
|
| 2348 |
+
"uis",
|
| 2349 |
+
"uit",
|
| 2350 |
+
"ule",
|
| 2351 |
+
"ul\u00e9",
|
| 2352 |
+
"ums",
|
| 2353 |
+
"un",
|
| 2354 |
+
"une",
|
| 2355 |
+
"unions",
|
| 2356 |
+
"uns",
|
| 2357 |
+
"uoi",
|
| 2358 |
+
"upe",
|
| 2359 |
+
"urbanisme",
|
| 2360 |
+
"ure",
|
| 2361 |
+
"urgence",
|
| 2362 |
+
"urgents",
|
| 2363 |
+
"urs",
|
| 2364 |
+
"usage",
|
| 2365 |
+
"use",
|
| 2366 |
+
"us\u00e9",
|
| 2367 |
+
"ute",
|
| 2368 |
+
"utilisation",
|
| 2369 |
+
"utiliser",
|
| 2370 |
+
"utilis\u00e9s",
|
| 2371 |
+
"uts",
|
| 2372 |
+
"ut\u00e9",
|
| 2373 |
+
"uv\u00e9",
|
| 2374 |
+
"u\u00e9e",
|
| 2375 |
+
"u\u00e9s",
|
| 2376 |
+
"v",
|
| 2377 |
+
"v.",
|
| 2378 |
+
"v.v",
|
| 2379 |
+
"v_v",
|
| 2380 |
+
"va",
|
| 2381 |
+
"vacants",
|
| 2382 |
+
"vais",
|
| 2383 |
+
"validit\u00e9",
|
| 2384 |
+
"valoir",
|
| 2385 |
+
"vas",
|
| 2386 |
+
"vec",
|
| 2387 |
+
"vel",
|
| 2388 |
+
"vendeur",
|
| 2389 |
+
"vendre",
|
| 2390 |
+
"vendus",
|
| 2391 |
+
"vente",
|
| 2392 |
+
"ver",
|
| 2393 |
+
"verser",
|
| 2394 |
+
"vert",
|
| 2395 |
+
"ves",
|
| 2396 |
+
"veux",
|
| 2397 |
+
"vez",
|
| 2398 |
+
"vice",
|
| 2399 |
+
"vices",
|
| 2400 |
+
"victime",
|
| 2401 |
+
"vie",
|
| 2402 |
+
"vigueur",
|
| 2403 |
+
"vih",
|
| 2404 |
+
"vil",
|
| 2405 |
+
"vingt-cinq",
|
| 2406 |
+
"violation",
|
| 2407 |
+
"violence",
|
| 2408 |
+
"viol\u00e9s",
|
| 2409 |
+
"vis",
|
| 2410 |
+
"vis-\u00e0-vis",
|
| 2411 |
+
"visa",
|
| 2412 |
+
"vise",
|
| 2413 |
+
"visite",
|
| 2414 |
+
"visites",
|
| 2415 |
+
"voi",
|
| 2416 |
+
"voie",
|
| 2417 |
+
"voies",
|
| 2418 |
+
"voirie",
|
| 2419 |
+
"voisin",
|
| 2420 |
+
"voisinage",
|
| 2421 |
+
"voisine",
|
| 2422 |
+
"vol",
|
| 2423 |
+
"vol.",
|
| 2424 |
+
"voudrais",
|
| 2425 |
+
"vous",
|
| 2426 |
+
"voyage",
|
| 2427 |
+
"voyage_transport",
|
| 2428 |
+
"vr.",
|
| 2429 |
+
"vre",
|
| 2430 |
+
"vue",
|
| 2431 |
+
"v\u00e9e",
|
| 2432 |
+
"v\u00e9rifier",
|
| 2433 |
+
"v\u00e9rifi\u00e9es",
|
| 2434 |
+
"w",
|
| 2435 |
+
"w.",
|
| 2436 |
+
"x",
|
| 2437 |
+
"x'",
|
| 2438 |
+
"x'xxx-xx",
|
| 2439 |
+
"x-x-xx",
|
| 2440 |
+
"x-x-xxxx",
|
| 2441 |
+
"x.",
|
| 2442 |
+
"x.X",
|
| 2443 |
+
"x.d",
|
| 2444 |
+
"x.x",
|
| 2445 |
+
"xD",
|
| 2446 |
+
"xDD",
|
| 2447 |
+
"xX",
|
| 2448 |
+
"xXX",
|
| 2449 |
+
"x_X",
|
| 2450 |
+
"x_d",
|
| 2451 |
+
"x_x",
|
| 2452 |
+
"xd",
|
| 2453 |
+
"xdd",
|
| 2454 |
+
"xes",
|
| 2455 |
+
"xte",
|
| 2456 |
+
"xx",
|
| 2457 |
+
"xx'",
|
| 2458 |
+
"xx'xxx-xx",
|
| 2459 |
+
"xx-xxxx",
|
| 2460 |
+
"xx.",
|
| 2461 |
+
"xxx",
|
| 2462 |
+
"xxx-x-xx",
|
| 2463 |
+
"xxx-x-xxx",
|
| 2464 |
+
"xxx-x-xxxx",
|
| 2465 |
+
"xxx-xx",
|
| 2466 |
+
"xxx-xxxx",
|
| 2467 |
+
"xxx.",
|
| 2468 |
+
"xxxx",
|
| 2469 |
+
"xxxx'",
|
| 2470 |
+
"xxxx'xxx",
|
| 2471 |
+
"xxxx-x-xx",
|
| 2472 |
+
"xxxx-x-xxxx",
|
| 2473 |
+
"xxxx-xx",
|
| 2474 |
+
"xxxx-xxx",
|
| 2475 |
+
"xxxx-xxxx",
|
| 2476 |
+
"xxxx.",
|
| 2477 |
+
"xxxx\u2019",
|
| 2478 |
+
"xxxx\u2019xxx",
|
| 2479 |
+
"xx\u2019",
|
| 2480 |
+
"xx\u2019xxx-xx",
|
| 2481 |
+
"x\u00b0",
|
| 2482 |
+
"x\u00e9e",
|
| 2483 |
+
"x\u00e9s",
|
| 2484 |
+
"x\u2019",
|
| 2485 |
+
"x\u2019xxx-xx",
|
| 2486 |
+
"x\ufe35x",
|
| 2487 |
+
"y",
|
| 2488 |
+
"y.",
|
| 2489 |
+
"yen",
|
| 2490 |
+
"yer",
|
| 2491 |
+
"ype",
|
| 2492 |
+
"y\u00e9s",
|
| 2493 |
+
"z",
|
| 2494 |
+
"z.",
|
| 2495 |
+
"|",
|
| 2496 |
+
"}",
|
| 2497 |
+
"\u00a0",
|
| 2498 |
+
"\u00ac",
|
| 2499 |
+
"\u00ac_\u00ac",
|
| 2500 |
+
"\u00af",
|
| 2501 |
+
"\u00af\\(x)/\u00af",
|
| 2502 |
+
"\u00af\\(\u30c4)/\u00af",
|
| 2503 |
+
"\u00b0",
|
| 2504 |
+
"\u00b0C.",
|
| 2505 |
+
"\u00b0F.",
|
| 2506 |
+
"\u00b0K.",
|
| 2507 |
+
"\u00b0X.",
|
| 2508 |
+
"\u00b0c.",
|
| 2509 |
+
"\u00b0f.",
|
| 2510 |
+
"\u00b0k.",
|
| 2511 |
+
"\u00b0x.",
|
| 2512 |
+
"\u00c0",
|
| 2513 |
+
"\u00c9",
|
| 2514 |
+
"\u00c9tat",
|
| 2515 |
+
"\u00e0",
|
| 2516 |
+
"\u00e2",
|
| 2517 |
+
"\u00e2ce",
|
| 2518 |
+
"\u00e2ge",
|
| 2519 |
+
"\u00e2g\u00e9es",
|
| 2520 |
+
"\u00e2g\u00e9s",
|
| 2521 |
+
"\u00e4",
|
| 2522 |
+
"\u00e4.",
|
| 2523 |
+
"\u00e7",
|
| 2524 |
+
"\u00e7a",
|
| 2525 |
+
"\u00e7on",
|
| 2526 |
+
"\u00e7ue",
|
| 2527 |
+
"\u00e8ce",
|
| 2528 |
+
"\u00e8de",
|
| 2529 |
+
"\u00e8ge",
|
| 2530 |
+
"\u00e8me",
|
| 2531 |
+
"\u00e8ne",
|
| 2532 |
+
"\u00e8re",
|
| 2533 |
+
"\u00e8te",
|
| 2534 |
+
"\u00e8ve",
|
| 2535 |
+
"\u00e9",
|
| 2536 |
+
"\u00e9c.",
|
| 2537 |
+
"\u00e9chec",
|
| 2538 |
+
"\u00e9chouent",
|
| 2539 |
+
"\u00e9conomat",
|
| 2540 |
+
"\u00e9conomique",
|
| 2541 |
+
"\u00e9conomiques",
|
| 2542 |
+
"\u00e9crit",
|
| 2543 |
+
"\u00e9er",
|
| 2544 |
+
"\u00e9es",
|
| 2545 |
+
"\u00e9galit\u00e9",
|
| 2546 |
+
"\u00e9gard",
|
| 2547 |
+
"\u00e9labor\u00e9",
|
| 2548 |
+
"\u00e9lections",
|
| 2549 |
+
"\u00e9l\u00e9ments",
|
| 2550 |
+
"\u00e9puisement",
|
| 2551 |
+
"\u00e9quipements",
|
| 2552 |
+
"\u00e9r\u00e9",
|
| 2553 |
+
"\u00e9tablies",
|
| 2554 |
+
"\u00e9tablissement",
|
| 2555 |
+
"\u00e9tablissements",
|
| 2556 |
+
"\u00e9tablit",
|
| 2557 |
+
"\u00e9tapes",
|
| 2558 |
+
"\u00e9tat",
|
| 2559 |
+
"\u00e9tendue",
|
| 2560 |
+
"\u00e9tudiante",
|
| 2561 |
+
"\u00e9t\u00e9",
|
| 2562 |
+
"\u00e9valuation",
|
| 2563 |
+
"\u00e9viter",
|
| 2564 |
+
"\u00e9vr",
|
| 2565 |
+
"\u00e9vu",
|
| 2566 |
+
"\u00ea",
|
| 2567 |
+
"\u00eame",
|
| 2568 |
+
"\u00eate",
|
| 2569 |
+
"\u00eatre",
|
| 2570 |
+
"\u00eats",
|
| 2571 |
+
"\u00eat\u00e9",
|
| 2572 |
+
"\u00eene",
|
| 2573 |
+
"\u00f4le",
|
| 2574 |
+
"\u00f6",
|
| 2575 |
+
"\u00f6.",
|
| 2576 |
+
"\u00fc",
|
| 2577 |
+
"\u00fc.",
|
| 2578 |
+
"\u0153",
|
| 2579 |
+
"\u0153uvre",
|
| 2580 |
+
"\u0153uvres",
|
| 2581 |
+
"\u0ca0",
|
| 2582 |
+
"\u0ca0_\u0ca0",
|
| 2583 |
+
"\u0ca0\ufe35\u0ca0",
|
| 2584 |
+
"\u2014",
|
| 2585 |
+
"\u2019",
|
| 2586 |
+
"\u2019-(",
|
| 2587 |
+
"\u2019-)",
|
| 2588 |
+
"\u2019\u2019",
|
| 2589 |
+
"\u2501",
|
| 2590 |
+
"\u253b",
|
| 2591 |
+
"\u253b\u2501\u253b",
|
| 2592 |
+
"\u256f",
|
| 2593 |
+
"\u25a1",
|
| 2594 |
+
"\ufe35",
|
| 2595 |
+
"\uff09"
|
| 2596 |
+
]
|
vocab/vectors
ADDED
|
Binary file (128 Bytes). View file
|
|
|
vocab/vectors.cfg
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"mode":"default"
|
| 3 |
+
}
|