diff --git a/doc/book/gf-book.tex b/doc/book/gf-book.tex index 8d18e64c9..10394299c 100644 --- a/doc/book/gf-book.tex +++ b/doc/book/gf-book.tex @@ -76,7 +76,7 @@ is the Grammatical Framework, GF. There are many reasons why natural-language applications are not common. One reason is that they are difficult to build. No-one has ever managed to write a program that correctly recognizes arbitrary -natural-language input in any language +natural-language input in any language. GF is a special-purpose programming language for writing grammars. diff --git a/lib/resource/french/ConjugNancy.gf b/lib/resource/french/ConjugNancy.gf index 3033a0be0..8b14ace14 100644 --- a/lib/resource/french/ConjugNancy.gf +++ b/lib/resource/french/ConjugNancy.gf @@ -1,107 +1,94 @@ resource ConjugNancy = open TypesFre, MorphoFre in { -oper mkNV : Verbe -> Verb = \ve -> verbPres ve AHabere ; --- AEsse +oper VerbeN = {s : VForm => Str} ; +oper mkNV : Verbe -> VerbeN = \ve -> + {s = ve} ; oper conj : Str -> Verbe = conj1aimer ; --- temp. default -oper v_nancy1 : Str -> Verb = \s -> mkNV (conjAvoir s) ; -oper v_nancy2 : Str -> Verb = \s -> mkNV (conj s) ; -oper v_nancy3 : Str -> Verb = \s -> mkNV (conj s) ; -oper v_nancy4 : Str -> Verb = \s -> mkNV (conj s) ; -oper v_nancy5 : Str -> Verb = \s -> mkNV (conj s) ; -oper v_nancy6 : Str -> Verb = \s -> mkNV (conj1aimer s) ; -oper v_nancy7 : Str -> Verb = \s -> mkNV (conj1placer s) ; -oper v_nancy8 : Str -> Verb = \s -> mkNV (conj1manger s) ; -oper v_nancy9 : Str -> Verb = \s -> mkNV (conj1peser s) ; -oper v_nancy10 : Str -> Verb = \s -> mkNV (conj1céder s) ; -oper v_nancy11 : Str -> Verb = \s -> mkNV (conj1jeter s) ; -oper v_nancy12 : Str -> Verb = \s -> mkNV (conj1jeter s) ; -oper v_nancy13 : Str -> Verb = \s -> mkNV (conj1aimer s) ; -oper v_nancy14 : Str -> Verb = \s -> mkNV (conj1assiéger s) ; -oper v_nancy15 : Str -> Verb = \s -> mkNV (conj1aimer s) ; --- ? -oper v_nancy16 : Str -> Verb = \s -> mkNV (conj1payer s) ; -oper v_nancy17 : Str -> Verb = \s -> mkNV (conj1payer s) ; -oper v_nancy18 : Str -> Verb = \s -> mkNV (conj1envoyer s) ; -oper v_nancy19 : Str -> Verb = \s -> mkNV (conj2finir s) ; -oper v_nancy20 : Str -> Verb = \s -> mkNV (conj2haïr s) ; -oper v_nancy21 : Str -> Verb = \s -> mkNV (conj s) ; -oper v_nancy22 : Str -> Verb = \s -> mkNV (conj3aller s) ; -oper v_nancy23 : Str -> Verb = \s -> mkNV (conj3tenir s) ; -oper v_nancy24 : Str -> Verb = \s -> mkNV (conj3quérir s) ; -oper v_nancy25 : Str -> Verb = \s -> mkNV (conj3sentir s) ; -oper v_nancy26 : Str -> Verb = \s -> mkNV (conj3vêtir s) ; -oper v_nancy27 : Str -> Verb = \s -> mkNV (conj3couvrir s) ; -oper v_nancy28 : Str -> Verb = \s -> mkNV (conj3cueillir s) ; -oper v_nancy29 : Str -> Verb = \s -> mkNV (conj3assaillir s) ; -oper v_nancy30 : Str -> Verb = \s -> mkNV (conj3faillir s) ; -oper v_nancy31 : Str -> Verb = \s -> mkNV (conj3bouillir s) ; -oper v_nancy32 : Str -> Verb = \s -> mkNV (conj3dormir s) ; -oper v_nancy33 : Str -> Verb = \s -> mkNV (conj3courir s) ; -oper v_nancy34 : Str -> Verb = \s -> mkNV (conj3mourir s) ; -oper v_nancy35 : Str -> Verb = \s -> mkNV (conj3sentir s) ; -oper v_nancy36 : Str -> Verb = \s -> mkNV (conj3fuir s) ; -oper v_nancy37 : Str -> Verb = \s -> mkNV (conj3ouïr s) ; -oper v_nancy38 : Str -> Verb = \s -> mkNV (conj3cevoir s) ; -oper v_nancy39 : Str -> Verb = \s -> mkNV (conj3voir s) ; -oper v_nancy40 : Str -> Verb = \s -> mkNV (conj3pourvoir s) ; -oper v_nancy41 : Str -> Verb = \s -> mkNV (conj3savoir s) ; -oper v_nancy42 : Str -> Verb = \s -> mkNV (conj3devoir s) ; -oper v_nancy43 : Str -> Verb = \s -> mkNV (conj3pouvoir s) ; -oper v_nancy44 : Str -> Verb = \s -> mkNV (conj3mouvoir s) ; -oper v_nancy45 : Str -> Verb = \s -> mkNV (conj3pleuvoir s) ; -oper v_nancy46 : Str -> Verb = \s -> mkNV (conj3falloir s) ; -oper v_nancy47 : Str -> Verb = \s -> mkNV (conj3valoir s) ; -oper v_nancy48 : Str -> Verb = \s -> mkNV (conj3vouloir s) ; -oper v_nancy49 : Str -> Verb = \s -> mkNV (conj3asseoir s) ; -oper v_nancy50 : Str -> Verb = \s -> mkNV (conj3messeoir s) ; --- ? -oper v_nancy51 : Str -> Verb = \s -> mkNV (conj3surseoir s) ; -oper v_nancy52 : Str -> Verb = \s -> mkNV (conj3choir s) ; -oper v_nancy53 : Str -> Verb = \s -> mkNV (conj3rendre s) ; -oper v_nancy54 : Str -> Verb = \s -> mkNV (conj3prendre s) ; -oper v_nancy55 : Str -> Verb = \s -> mkNV (conj3battre s) ; -oper v_nancy56 : Str -> Verb = \s -> mkNV (conj3mettre s) ; -oper v_nancy57 : Str -> Verb = \s -> mkNV (conj3peindre s) ; -oper v_nancy58 : Str -> Verb = \s -> mkNV (conj3joindre s) ; -oper v_nancy59 : Str -> Verb = \s -> mkNV (conj3craindre s) ; -oper v_nancy60 : Str -> Verb = \s -> mkNV (conj3vaincre s) ; -oper v_nancy61 : Str -> Verb = \s -> mkNV (conj3traire s) ; -oper v_nancy62 : Str -> Verb = \s -> mkNV (conj3faire s) ; -oper v_nancy63 : Str -> Verb = \s -> mkNV (conj3plaire s) ; -oper v_nancy64 : Str -> Verb = \s -> mkNV (conj3connaître s) ; -oper v_nancy65 : Str -> Verb = \s -> mkNV (conj3naître s) ; -oper v_nancy66 : Str -> Verb = \s -> mkNV (conj3paître s) ; -oper v_nancy67 : Str -> Verb = \s -> mkNV (conj3croître s) ; -oper v_nancy68 : Str -> Verb = \s -> mkNV (conj3croire s) ; -oper v_nancy69 : Str -> Verb = \s -> mkNV (conj3boire s) ; -oper v_nancy70 : Str -> Verb = \s -> mkNV (conj3clore s) ; -oper v_nancy71 : Str -> Verb = \s -> mkNV (conj3conclure s) ; -oper v_nancy72 : Str -> Verb = \s -> mkNV (conj3absoudre s) ; -oper v_nancy73 : Str -> Verb = \s -> mkNV (conj3coudre s) ; -oper v_nancy74 : Str -> Verb = \s -> mkNV (conj3moudre s) ; -oper v_nancy75 : Str -> Verb = \s -> mkNV (conj3suivre s) ; -oper v_nancy76 : Str -> Verb = \s -> mkNV (conj3vivre s) ; -oper v_nancy77 : Str -> Verb = \s -> mkNV (conj3lire s) ; -oper v_nancy78 : Str -> Verb = \s -> mkNV (conj3dire s) ; -oper v_nancy79 : Str -> Verb = \s -> mkNV (conj3rire s) ; -oper v_nancy80 : Str -> Verb = \s -> mkNV (conj3écrire s) ; -oper v_nancy81 : Str -> Verb = \s -> mkNV (conj3confire s) ; -oper v_nancy82 : Str -> Verb = \s -> mkNV (conj3cuire s) ; -oper v_nancy83 : Str -> Verb = \s -> mkNV (conj s) ; -oper v_nancy84 : Str -> Verb = \s -> mkNV (conj s) ; -oper v_nancy85 : Str -> Verb = \s -> mkNV (conj s) ; -oper v_nancy86 : Str -> Verb = \s -> mkNV (conj s) ; -oper v_nancy87 : Str -> Verb = \s -> mkNV (conj s) ; -oper v_nancy88 : Str -> Verb = \s -> mkNV (conj s) ; -oper v_nancy89 : Str -> Verb = \s -> mkNV (conj s) ; -oper v_nancy90 : Str -> Verb = \s -> mkNV (conj s) ; -oper v_nancy91 : Str -> Verb = \s -> mkNV (conj s) ; -oper v_nancy92 : Str -> Verb = \s -> mkNV (conj s) ; -oper v_nancy93 : Str -> Verb = \s -> mkNV (conj s) ; -oper v_nancy94 : Str -> Verb = \s -> mkNV (conj s) ; -oper v_nancy95 : Str -> Verb = \s -> mkNV (conj s) ; -oper v_nancy96 : Str -> Verb = \s -> mkNV (conj s) ; -oper v_nancy97 : Str -> Verb = \s -> mkNV (conj s) ; -oper v_nancy98 : Str -> Verb = \s -> mkNV (conj s) ; -oper v_nancy99 : Str -> Verb = \s -> mkNV (conj s) ; -oper v_nancy100 : Str -> Verb = \s -> mkNV (conj s) ; +oper v_nancy1 : Str -> VerbeN = \s -> mkNV (conjAvoir s) ; +oper v_nancy2 : Str -> VerbeN = \s -> mkNV (conjÊtre s) ; +-- 3-5 not used +oper v_nancy6 : Str -> VerbeN = \s -> mkNV (conj1aimer s) ; +oper v_nancy7 : Str -> VerbeN = \s -> mkNV (conj1placer s) ; +oper v_nancy8 : Str -> VerbeN = \s -> mkNV (conj1manger s) ; +oper v_nancy9 : Str -> VerbeN = \s -> mkNV (conj1peser s) ; +oper v_nancy10 : Str -> VerbeN = \s -> mkNV (conj1céder s) ; +oper v_nancy11 : Str -> VerbeN = \s -> mkNV (conj1jeter s) ; +oper v_nancy12 : Str -> VerbeN = \s -> mkNV (conj1jeter s) ; +oper v_nancy13 : Str -> VerbeN = \s -> mkNV (conj1aimer s) ; +oper v_nancy14 : Str -> VerbeN = \s -> mkNV (conj1assiéger s) ; +oper v_nancy15 : Str -> VerbeN = \s -> mkNV (conj1aimer s) ; --- ? +oper v_nancy16 : Str -> VerbeN = \s -> mkNV (conj1payer s) ; +oper v_nancy17 : Str -> VerbeN = \s -> mkNV (conj1payer s) ; +oper v_nancy18 : Str -> VerbeN = \s -> mkNV (conj1envoyer s) ; +oper v_nancy19 : Str -> VerbeN = \s -> mkNV (conj2finir s) ; +oper v_nancy20 : Str -> VerbeN = \s -> mkNV (conj2haïr s) ; +-- oper v_nancy21 : Str -> VerbeN = \s -> mkNV (conj s) ; -- not used +oper v_nancy22 : Str -> VerbeN = \s -> mkNV (conj3aller s) ; +oper v_nancy23 : Str -> VerbeN = \s -> mkNV (conj3tenir s) ; +oper v_nancy24 : Str -> VerbeN = \s -> mkNV (conj3quérir s) ; +oper v_nancy25 : Str -> VerbeN = \s -> mkNV (conj3sentir s) ; +oper v_nancy26 : Str -> VerbeN = \s -> mkNV (conj3vêtir s) ; +oper v_nancy27 : Str -> VerbeN = \s -> mkNV (conj3couvrir s) ; +oper v_nancy28 : Str -> VerbeN = \s -> mkNV (conj3cueillir s) ; +oper v_nancy29 : Str -> VerbeN = \s -> mkNV (conj3assaillir s) ; +oper v_nancy30 : Str -> VerbeN = \s -> mkNV (conj3faillir s) ; +oper v_nancy31 : Str -> VerbeN = \s -> mkNV (conj3bouillir s) ; +oper v_nancy32 : Str -> VerbeN = \s -> mkNV (conj3dormir s) ; +oper v_nancy33 : Str -> VerbeN = \s -> mkNV (conj3courir s) ; +oper v_nancy34 : Str -> VerbeN = \s -> mkNV (conj3mourir s) ; +oper v_nancy35 : Str -> VerbeN = \s -> mkNV (conj3sentir s) ; +oper v_nancy36 : Str -> VerbeN = \s -> mkNV (conj3fuir s) ; +oper v_nancy37 : Str -> VerbeN = \s -> mkNV (conj3ouïr s) ; +oper v_nancy38 : Str -> VerbeN = \s -> mkNV (conj3cevoir s) ; +oper v_nancy39 : Str -> VerbeN = \s -> mkNV (conj3voir s) ; +oper v_nancy40 : Str -> VerbeN = \s -> mkNV (conj3pourvoir s) ; +oper v_nancy41 : Str -> VerbeN = \s -> mkNV (conj3savoir s) ; +oper v_nancy42 : Str -> VerbeN = \s -> mkNV (conj3devoir s) ; +oper v_nancy43 : Str -> VerbeN = \s -> mkNV (conj3pouvoir s) ; +oper v_nancy44 : Str -> VerbeN = \s -> mkNV (conj3mouvoir s) ; +oper v_nancy45 : Str -> VerbeN = \s -> mkNV (conj3pleuvoir s) ; +oper v_nancy46 : Str -> VerbeN = \s -> mkNV (conj3falloir s) ; +oper v_nancy47 : Str -> VerbeN = \s -> mkNV (conj3valoir s) ; +oper v_nancy48 : Str -> VerbeN = \s -> mkNV (conj3vouloir s) ; +oper v_nancy49 : Str -> VerbeN = \s -> mkNV (conj3asseoir s) ; +oper v_nancy50 : Str -> VerbeN = \s -> mkNV (conj3messeoir s) ; --- ? +oper v_nancy51 : Str -> VerbeN = \s -> mkNV (conj3surseoir s) ; +oper v_nancy52 : Str -> VerbeN = \s -> mkNV (conj3choir s) ; +oper v_nancy53 : Str -> VerbeN = \s -> mkNV (conj3rendre s) ; +oper v_nancy54 : Str -> VerbeN = \s -> mkNV (conj3prendre s) ; +oper v_nancy55 : Str -> VerbeN = \s -> mkNV (conj3battre s) ; +oper v_nancy56 : Str -> VerbeN = \s -> mkNV (conj3mettre s) ; +oper v_nancy57 : Str -> VerbeN = \s -> mkNV (conj3peindre s) ; +oper v_nancy58 : Str -> VerbeN = \s -> mkNV (conj3joindre s) ; +oper v_nancy59 : Str -> VerbeN = \s -> mkNV (conj3craindre s) ; +oper v_nancy60 : Str -> VerbeN = \s -> mkNV (conj3vaincre s) ; +oper v_nancy61 : Str -> VerbeN = \s -> mkNV (conj3traire s) ; +oper v_nancy62 : Str -> VerbeN = \s -> mkNV (conj3faire s) ; +oper v_nancy63 : Str -> VerbeN = \s -> mkNV (conj3plaire s) ; +oper v_nancy64 : Str -> VerbeN = \s -> mkNV (conj3connaître s) ; +oper v_nancy65 : Str -> VerbeN = \s -> mkNV (conj3naître s) ; +oper v_nancy66 : Str -> VerbeN = \s -> mkNV (conj3paître s) ; +oper v_nancy67 : Str -> VerbeN = \s -> mkNV (conj3croître s) ; +oper v_nancy68 : Str -> VerbeN = \s -> mkNV (conj3croire s) ; +oper v_nancy69 : Str -> VerbeN = \s -> mkNV (conj3boire s) ; +oper v_nancy70 : Str -> VerbeN = \s -> mkNV (conj3clore s) ; +oper v_nancy71 : Str -> VerbeN = \s -> mkNV (conj3conclure s) ; +oper v_nancy72 : Str -> VerbeN = \s -> mkNV (conj3absoudre s) ; +oper v_nancy73 : Str -> VerbeN = \s -> mkNV (conj3coudre s) ; +oper v_nancy74 : Str -> VerbeN = \s -> mkNV (conj3moudre s) ; +oper v_nancy75 : Str -> VerbeN = \s -> mkNV (conj3suivre s) ; +oper v_nancy76 : Str -> VerbeN = \s -> mkNV (conj3vivre s) ; +oper v_nancy77 : Str -> VerbeN = \s -> mkNV (conj3lire s) ; +oper v_nancy78 : Str -> VerbeN = \s -> mkNV (conj3dire s) ; +oper v_nancy79 : Str -> VerbeN = \s -> mkNV (conj3rire s) ; +oper v_nancy80 : Str -> VerbeN = \s -> mkNV (conj3écrire s) ; +oper v_nancy81 : Str -> VerbeN = \s -> mkNV (conj3confire s) ; +oper v_nancy82 : Str -> VerbeN = \s -> mkNV (conj3cuire s) ; + +-- 83-99 not used + +oper v_nancy100 : Str -> VerbeN = \s -> mkNV (conj s) ; --- to do +oper v_nancy101 : Str -> VerbeN = \s -> mkNV (conj s) ; --- to do } \ No newline at end of file diff --git a/lib/resource/french/MorphoFre.gf b/lib/resource/french/MorphoFre.gf index 9d7ed49f9..59c85a510 100644 --- a/lib/resource/french/MorphoFre.gf +++ b/lib/resource/french/MorphoFre.gf @@ -882,10 +882,12 @@ oper conj3choir : Str -> Verbe = \choir -> let { - ch = Predef.tk 3 choir ; - tchoir = auxConj3usS "oi" "oy" "oi" "" (variants {"oir" ; "err"}) "oi" "oy" "" + e = Predef.tk 5 choir ; + tchoir = + auxConj3usS "choi" "choy" "choi" "ch" + (variants {"choir" ; "cherr"}) "choi" "choy" "ch" } in - \\p => ch + tchoir ! p ; + \\p => e + tchoir ! p ; conj3échoir : Str -> Verbe = \échoir -> let {techoir = conj3choir échoir} in diff --git a/lib/resource/french/VerbesAbs.gf b/lib/resource/french/VerbesAbs.gf index 5bdf3c36f..b18cbd4e0 100644 --- a/lib/resource/french/VerbesAbs.gf +++ b/lib/resource/french/VerbesAbs.gf @@ -1,6533 +1,6533 @@ abstract VerbesAbs = { --- Categories ** { -cat V ; --- temporarily +cat VN ; --- temporarily {- --- temp. remove defective verbs -fun accroireVN : V ; -fun accroîtreVN : V ; -fun advenirVN : V ; -fun apparoirVN : V ; -fun arguerVN : V ; -fun assavoirVN : V ; -fun avenirVN : V ; -fun bienvenirVN : V ; -fun braireVN : V ; -fun bruireVN : V ; -fun chaloirVN : V ; -fun comparoirVN : V ; -fun contredireVN : V ; -fun contrefoutreVN : V ; -fun corrompreVN : V ; -fun courbaturerVN : V ; -fun courreVN : V ; -fun déchoirVN : V ; -fun décloreVN : V ; -fun décroîtreVN : V ; -fun dédireVN : V ; -fun dépourvoirVN : V ; -fun douerVN : V ; -fun échoirVN : V ; -fun écloreVN : V ; -fun émouvoirVN : V ; -fun encloreVN : V ; -fun endêverVN : V ; -fun ensuivreVN : V ; -fun esterVN : V ; -fun férirVN : V ; -fun forcloreVN : V ; -fun forfaireVN : V ; -fun foutreVN : V ; -fun frireVN : V ; -fun gésirVN : V ; -fun inclureVN : V ; -fun interdireVN : V ; -fun interrompreVN : V ; -fun issirVN : V ; -fun luireVN : V ; -fun malfaireVN : V ; -fun maudireVN : V ; -fun médireVN : V ; -fun méfaireVN : V ; -fun messeoirVN : V ; -fun occireVN : V ; -fun occlureVN : V ; -fun paîtreVN : V ; -fun parfaireVN : V ; -fun partirVN : V ; -fun prédireVN : V ; -fun prévaloirVN : V ; -fun prévoirVN : V ; -fun promouvoirVN : V ; -fun querirVN : V ; -fun quérirVN : V ; -fun raserVN : V ; -fun rassirVN : V ; -fun ravoirVN : V ; -fun reclureVN : V ; -fun recroîtreVN : V ; -fun reluireVN : V ; -fun renaîtreVN : V ; -fun repaîtreVN : V ; -fun résoudreVN : V ; -fun résulterVN : V ; -fun rompreVN : V ; -fun saillirVN : V ; -fun seoirVN : V ; -fun sortirVN : V ; -fun sourdreVN : V ; -fun stupéfaireVN : V ; -fun suffireVN : V ; -fun taireVN : V ; -fun tistreVN : V ; -fun titreVN : V ; -fun urgerVN : V ; -fun saillirVN : V ; +fun accroireVN : VN ; +fun accroîtreVN : VN ; +fun advenirVN : VN ; +fun apparoirVN : VN ; +fun arguerVN : VN ; +fun assavoirVN : VN ; +fun avenirVN : VN ; +fun bienvenirVN : VN ; +fun braireVN : VN ; +fun bruireVN : VN ; +fun chaloirVN : VN ; +fun comparoirVN : VN ; +fun contredireVN : VN ; +fun contrefoutreVN : VN ; +fun corrompreVN : VN ; +fun courbaturerVN : VN ; +fun courreVN : VN ; +fun déchoirVN : VN ; +fun décloreVN : VN ; +fun décroîtreVN : VN ; +fun dédireVN : VN ; +fun dépourvoirVN : VN ; +fun douerVN : VN ; +fun échoirVN : VN ; +fun écloreVN : VN ; +fun émouvoirVN : VN ; +fun encloreVN : VN ; +fun endêverVN : VN ; +fun ensuivreVN : VN ; +fun esterVN : VN ; +fun férirVN : VN ; +fun forcloreVN : VN ; +fun forfaireVN : VN ; +fun foutreVN : VN ; +fun frireVN : VN ; +fun gésirVN : VN ; +fun inclureVN : VN ; +fun interdireVN : VN ; +fun interrompreVN : VN ; +fun issirVN : VN ; +fun luireVN : VN ; +fun malfaireVN : VN ; +fun maudireVN : VN ; +fun médireVN : VN ; +fun méfaireVN : VN ; +fun messeoirVN : VN ; +fun occireVN : VN ; +fun occlureVN : VN ; +fun paîtreVN : VN ; +fun parfaireVN : VN ; +fun partirVN : VN ; +fun prédireVN : VN ; +fun prévaloirVN : VN ; +fun prévoirVN : VN ; +fun promouvoirVN : VN ; +fun querirVN : VN ; +fun quérirVN : VN ; +fun raserVN : VN ; +fun rassirVN : VN ; +fun ravoirVN : VN ; +fun reclureVN : VN ; +fun recroîtreVN : VN ; +fun reluireVN : VN ; +fun renaîtreVN : VN ; +fun repaîtreVN : VN ; +fun résoudreVN : VN ; +fun résulterVN : VN ; +fun rompreVN : VN ; +fun saillirVN : VN ; +fun seoirVN : VN ; +fun sortirVN : VN ; +fun sourdreVN : VN ; +fun stupéfaireVN : VN ; +fun suffireVN : VN ; +fun taireVN : VN ; +fun tistreVN : VN ; +fun titreVN : VN ; +fun urgerVN : VN ; +fun saillirVN : VN ; -} -fun accéderVN : V ; -fun accélérerVN : V ; -fun acérerVN : V ; -fun aciérerVN : V ; -fun adhérerVN : V ; -fun adultérerVN : V ; -fun aérerVN : V ; -fun afférerVN : V ; -fun affréterVN : V ; -fun agglomérerVN : V ; -fun aléserVN : V ; -fun aliénerVN : V ; -fun allécherVN : V ; -fun alléguerVN : V ; -fun altérerVN : V ; -fun anhélerVN : V ; -fun appéterVN : V ; -fun arriérerVN : V ; -fun assécherVN : V ; -fun assénerVN : V ; -fun avérerVN : V ; -fun baréterVN : V ; -fun béquerVN : V ; -fun blasphémerVN : V ; -fun blatérerVN : V ; -fun bléserVN : V ; -fun brélerVN : V ; -fun carénerVN : V ; -fun céderVN : V ; -fun célébrerVN : V ; -fun chronométrerVN : V ; -fun commérerVN : V ; -fun compéterVN : V ; -fun compléterVN : V ; -fun concéderVN : V ; -fun concélébrerVN : V ; -fun concréterVN : V ; -fun conférerVN : V ; -fun conglomérerVN : V ; -fun considérerVN : V ; -fun coopérerVN : V ; -fun crécherVN : V ; -fun crémerVN : V ; -fun crénerVN : V ; -fun déblatérerVN : V ; -fun décéderVN : V ; -fun décélérerVN : V ; -fun décolérerVN : V ; -fun décréterVN : V ; -fun déféquerVN : V ; -fun déférerVN : V ; -fun dégénérerVN : V ; -fun déléguerVN : V ; -fun délibérerVN : V ; -fun déposséderVN : V ; -fun dépoussiérerVN : V ; -fun déréglerVN : V ; -fun désaliénerVN : V ; -fun désaltérerVN : V ; -fun désespérerVN : V ; -fun déshydrogénerVN : V ; -fun désintégrerVN : V ; -fun désoxygénerVN : V ; -fun dessécherVN : V ; -fun différerVN : V ; -fun digérerVN : V ; -fun dilacérerVN : V ; -fun disséquerVN : V ; -fun ébrécherVN : V ; -fun écrémerVN : V ; -fun émécherVN : V ; -fun emmétrerVN : V ; -fun empiéterVN : V ; -fun empoussiérerVN : V ; -fun enfiévrerVN : V ; -fun enflécherVN : V ; -fun enstérerVN : V ; -fun enténébrerVN : V ; -fun énumérerVN : V ; -fun espérerVN : V ; -fun exagérerVN : V ; -fun exaspérerVN : V ; -fun excéderVN : V ; -fun excréterVN : V ; -fun exécrerVN : V ; -fun exhéréderVN : V ; -fun exonérerVN : V ; -fun faséyerVN : V ; -fun fédérerVN : V ; -fun flécherVN : V ; -fun fréterVN : V ; -fun galéjerVN : V ; -fun générerVN : V ; -fun gérerVN : V ; -fun gréserVN : V ; -fun hébéterVN : V ; -fun hélerVN : V ; -fun hydrogénerVN : V ; -fun hypothéquerVN : V ; -fun impétrerVN : V ; -fun imprégnerVN : V ; -fun incarcérerVN : V ; -fun incinérerVN : V ; -fun indifférerVN : V ; -fun inférerVN : V ; -fun ingérerVN : V ; -fun inquiéterVN : V ; -fun insérerVN : V ; -fun intégrerVN : V ; -fun intercéderVN : V ; -fun interférerVN : V ; -fun interpénétrerVN : V ; -fun interpréterVN : V ; -fun invétérerVN : V ; -fun itérerVN : V ; -fun kilométrerVN : V ; -fun lacérerVN : V ; -fun lécherVN : V ; -fun légiférerVN : V ; -fun léguerVN : V ; -fun léserVN : V ; -fun libérerVN : V ; -fun lisérerVN : V ; -fun macérerVN : V ; -fun maniérerVN : V ; -fun mécherVN : V ; -fun métrerVN : V ; -fun modérerVN : V ; -fun morigénerVN : V ; -fun obérerVN : V ; -fun oblitérerVN : V ; -fun obséderVN : V ; -fun obtempérerVN : V ; -fun opérerVN : V ; -fun oxygénerVN : V ; -fun pécherVN : V ; -fun pénétrerVN : V ; -fun perpétrerVN : V ; -fun persévérerVN : V ; -fun pestiférerVN : V ; -fun péterVN : V ; -fun piéterVN : V ; -fun pondérerVN : V ; -fun posséderVN : V ; -fun pourlécherVN : V ; -fun précéderVN : V ; -fun préférerVN : V ; -fun procéderVN : V ; -fun proférerVN : V ; -fun proliférerVN : V ; -fun prospérerVN : V ; -fun rapiécerVN : V ; -fun rassérénerVN : V ; -fun réaléserVN : V ; -fun recéderVN : V ; -fun recélerVN : V ; -fun recéperVN : V ; -fun reconsidérerVN : V ; -fun récupérerVN : V ; -fun référerVN : V ; -fun refléterVN : V ; -fun refrénerVN : V ; -fun réfrénerVN : V ; -fun réfrigérerVN : V ; -fun régénérerVN : V ; -fun réglerVN : V ; -fun régnerVN : V ; -fun réincarcérerVN : V ; -fun réinsérerVN : V ; -fun réintégrerVN : V ; -fun réinterpréterVN : V ; -fun réitérerVN : V ; -fun reléguerVN : V ; -fun rempiéterVN : V ; -fun rémunérerVN : V ; -fun rengrénerVN : V ; -fun réopérerVN : V ; -fun repérerVN : V ; -fun répéterVN : V ; -fun reséquerVN : V ; -fun rétrocéderVN : V ; -fun révélerVN : V ; -fun réverbérerVN : V ; -fun révérerVN : V ; -fun rouspéterVN : V ; -fun sécherVN : V ; -fun sécréterVN : V ; -fun sidérerVN : V ; -fun sphacélerVN : V ; -fun stérerVN : V ; -fun subdéléguerVN : V ; -fun succéderVN : V ; -fun suggérerVN : V ; -fun télémétrerVN : V ; -fun tempérerVN : V ; -fun téterVN : V ; -fun tolérerVN : V ; -fun transférerVN : V ; -fun translitérerVN : V ; -fun translittérerVN : V ; -fun triséquerVN : V ; -fun ulcérerVN : V ; -fun végéterVN : V ; -fun vénérerVN : V ; -fun vitupérerVN : V ; -fun vociférerVN : V ; -fun zébrerVN : V ; -fun agnelerVN : V ; -fun aiguilleterVN : V ; -fun amoncelerVN : V ; -fun annelerVN : V ; -fun appelerVN : V ; -fun attelerVN : V ; -fun banqueterVN : V ; -fun baqueterVN : V ; -fun batelerVN : V ; -fun becqueterVN : V ; -fun béqueterVN : V ; -fun bosselerVN : V ; -fun bottelerVN : V ; -fun bourrelerVN : V ; -fun brettelerVN : V ; -fun breveterVN : V ; -fun briqueterVN : V ; -fun cacheterVN : V ; -fun cailleterVN : V ; -fun cannelerVN : V ; -fun capelerVN : V ; -fun caqueterVN : V ; -fun carrelerVN : V ; -fun chancelerVN : V ; -fun chapelerVN : V ; -fun chevreterVN : V ; -fun claqueterVN : V ; -fun claveterVN : V ; -fun cliqueterVN : V ; -fun colleterVN : V ; -fun coqueterVN : V ; -fun cordelerVN : V ; -fun craquelerVN : V ; -fun craqueterVN : V ; -fun crénelerVN : V ; -fun cureterVN : V ; -fun cuvelerVN : V ; -fun débecqueterVN : V ; -fun débosselerVN : V ; -fun décacheterVN : V ; -fun décapelerVN : V ; -fun décarrelerVN : V ; -fun déchiqueterVN : V ; -fun déclaveterVN : V ; -fun décliqueterVN : V ; -fun décolleterVN : V ; -fun déficelerVN : V ; -fun déjeterVN : V ; -fun démoucheterVN : V ; -fun démuselerVN : V ; -fun dénickelerVN : V ; -fun dénivelerVN : V ; -fun dentelerVN : V ; -fun dépaisselerVN : V ; -fun dépaqueterVN : V ; -fun dépucelerVN : V ; -fun désensorcelerVN : V ; -fun dételerVN : V ; -fun détonnelerVN : V ; -fun duveterVN : V ; -fun échevelerVN : V ; -fun embottelerVN : V ; -fun empaqueterVN : V ; -fun encliqueterVN : V ; -fun engrumelerVN : V ; -fun enjavelerVN : V ; -fun ensorcelerVN : V ; -fun épannelerVN : V ; -fun épelerVN : V ; -fun épousseterVN : V ; -fun étincelerVN : V ; -fun étiqueterVN : V ; -fun feuilleterVN : V ; -fun ficelerVN : V ; -fun forjeterVN : V ; -fun fuselerVN : V ; -fun gobeterVN : V ; -fun grenelerVN : V ; -fun grivelerVN : V ; -fun grommelerVN : V ; -fun grumelerVN : V ; -fun guillemeterVN : V ; -fun harcelerVN : V ; -fun hoqueterVN : V ; -fun interjeterVN : V ; -fun javelerVN : V ; -fun jeterVN : V ; -fun louveterVN : V ; -fun marqueterVN : V ; -fun moleterVN : V ; -fun morcelerVN : V ; -fun moucheterVN : V ; -fun mugueterVN : V ; -fun muselerVN : V ; -fun nickelerVN : V ; -fun nivelerVN : V ; -fun oiselerVN : V ; -fun pailleterVN : V ; -fun paisselerVN : V ; -fun pantelerVN : V ; -fun parqueterVN : V ; -fun pelleterVN : V ; -fun piqueterVN : V ; -fun pommelerVN : V ; -fun projeterVN : V ; -fun raineterVN : V ; -fun rappelerVN : V ; -fun râtelerVN : V ; -fun recacheterVN : V ; -fun recarrelerVN : V ; -fun rejeterVN : V ; -fun rempaqueterVN : V ; -fun renouvelerVN : V ; -fun ressemelerVN : V ; -fun riveterVN : V ; -fun ruisselerVN : V ; -fun soucheterVN : V ; -fun souffleterVN : V ; -fun surjeterVN : V ; -fun tacheterVN : V ; -fun tavelerVN : V ; -fun trompeterVN : V ; -fun valeterVN : V ; -fun voleterVN : V ; -fun acheterVN : V ; -fun aciselerVN : V ; -fun bégueterVN : V ; -fun caleterVN : V ; -fun celerVN : V ; -fun ciselerVN : V ; -fun congelerVN : V ; -fun corseterVN : V ; -fun crocheterVN : V ; -fun décelerVN : V ; -fun décongelerVN : V ; -fun dégelerVN : V ; -fun démantelerVN : V ; -fun drapelerVN : V ; -fun écartelerVN : V ; -fun embrelerVN : V ; -fun émoucheterVN : V ; -fun encastelerVN : V ; -fun épincelerVN : V ; -fun fileterVN : V ; -fun fureterVN : V ; -fun gelerVN : V ; -fun haleterVN : V ; -fun harcelerVN : V ; -fun lisererVN : V ; -fun martelerVN : V ; -fun modelerVN : V ; -fun pelerVN : V ; -fun préacheterVN : V ; -fun racheterVN : V ; -fun rapiéceterVN : V ; -fun recelerVN : V ; -fun recongelerVN : V ; -fun regelerVN : V ; -fun surgelerVN : V ; -fun agréerVN : V ; -fun béerVN : V ; -fun capéerVN : V ; -fun congréerVN : V ; -fun créerVN : V ; -fun dégréerVN : V ; -fun énucléerVN : V ; -fun gréerVN : V ; -fun guéerVN : V ; -fun maugréerVN : V ; -fun nucléerVN : V ; -fun procréerVN : V ; -fun ragréerVN : V ; -fun recréerVN : V ; -fun récréerVN : V ; -fun réerVN : V ; -fun regréerVN : V ; -fun suppléerVN : V ; -fun toréerVN : V ; -fun abrégerVN : V ; -fun agrégerVN : V ; -fun allégerVN : V ; -fun arpégerVN : V ; -fun assiégerVN : V ; -fun désagrégerVN : V ; -fun liégerVN : V ; -fun manégerVN : V ; -fun piégerVN : V ; -fun protégerVN : V ; -fun siégerVN : V ; -fun acétifierVN : V ; -fun acidifierVN : V ; -fun affilierVN : V ; -fun allierVN : V ; -fun amnistierVN : V ; -fun amodierVN : V ; -fun amplifierVN : V ; -fun analgésierVN : V ; -fun anémierVN : V ; -fun anesthésierVN : V ; -fun apostasierVN : V ; -fun apparierVN : V ; -fun apprécierVN : V ; -fun approprierVN : V ; -fun armorierVN : V ; -fun asphyxierVN : V ; -fun associerVN : V ; -fun atrophierVN : V ; -fun aurifierVN : V ; -fun authentifierVN : V ; -fun autographierVN : V ; -fun autopsierVN : V ; -fun avarierVN : V ; -fun balbutierVN : V ; -fun barbifierVN : V ; -fun béatifierVN : V ; -fun bénéficierVN : V ; -fun bêtifierVN : V ; -fun bonifierVN : V ; -fun calligraphierVN : V ; -fun calomnierVN : V ; -fun carierVN : V ; -fun carnifierVN : V ; -fun caséifierVN : V ; -fun certifierVN : V ; -fun charrierVN : V ; -fun châtierVN : V ; -fun chierVN : V ; -fun chirographierVN : V ; -fun chosifierVN : V ; -fun cinématographierVN : V ; -fun circonstancierVN : V ; -fun clarifierVN : V ; -fun classifierVN : V ; -fun cocufierVN : V ; -fun codifierVN : V ; -fun cokéfierVN : V ; -fun colorierVN : V ; -fun communierVN : V ; -fun complexifierVN : V ; -fun concilierVN : V ; -fun confierVN : V ; -fun congédierVN : V ; -fun contrarierVN : V ; -fun convierVN : V ; -fun copierVN : V ; -fun crierVN : V ; -fun crucifierVN : V ; -fun dactylographierVN : V ; -fun décalcifierVN : V ; -fun décrierVN : V ; -fun dédierVN : V ; -fun défierVN : V ; -fun déifierVN : V ; -fun délierVN : V ; -fun démarierVN : V ; -fun démultiplierVN : V ; -fun démystifierVN : V ; -fun démythifierVN : V ; -fun dénierVN : V ; -fun dénitrifierVN : V ; -fun déparierVN : V ; -fun déplierVN : V ; -fun déprécierVN : V ; -fun désaffilierVN : V ; -fun désapparierVN : V ; -fun déshumidifierVN : V ; -fun dévierVN : V ; -fun dévitrifierVN : V ; -fun différencierVN : V ; -fun disgracierVN : V ; -fun disqualifierVN : V ; -fun dissocierVN : V ; -fun distancierVN : V ; -fun diversifierVN : V ; -fun domicilierVN : V ; -fun dragéifierVN : V ; -fun dulcifierVN : V ; -fun écrierVN : V ; -fun édifierVN : V ; -fun électrifierVN : V ; -fun émacierVN : V ; -fun émierVN : V ; -fun émulsifierVN : V ; -fun enlierVN : V ; -fun envierVN : V ; -fun épierVN : V ; -fun époutierVN : V ; -fun escarrifierVN : V ; -fun estérifierVN : V ; -fun estropierVN : V ; -fun éthérifierVN : V ; -fun étudierVN : V ; -fun excommunierVN : V ; -fun excorierVN : V ; -fun exfolierVN : V ; -fun expatrierVN : V ; -fun expédierVN : V ; -fun expierVN : V ; -fun exproprierVN : V ; -fun extasierVN : V ; -fun falsifierVN : V ; -fun fluidifierVN : V ; -fun fortifierVN : V ; -fun frigorifierVN : V ; -fun fructifierVN : V ; -fun gazéifierVN : V ; -fun gélifierVN : V ; -fun glorifierVN : V ; -fun gracierVN : V ; -fun gratifierVN : V ; -fun historierVN : V ; -fun homogénéifierVN : V ; -fun horrifierVN : V ; -fun humidifierVN : V ; -fun humilierVN : V ; -fun hypertrophierVN : V ; -fun hypostasierVN : V ; -fun identifierVN : V ; -fun incendierVN : V ; -fun ingénierVN : V ; -fun initierVN : V ; -fun injurierVN : V ; -fun intensifierVN : V ; -fun inventorierVN : V ; -fun irradierVN : V ; -fun justifierVN : V ; -fun lénifierVN : V ; -fun licencierVN : V ; -fun lierVN : V ; -fun lignifierVN : V ; -fun liquéfierVN : V ; -fun lithographierVN : V ; -fun lubrifierVN : V ; -fun madéfierVN : V ; -fun magnifierVN : V ; -fun manierVN : V ; -fun marierVN : V ; -fun méfierVN : V ; -fun mendierVN : V ; -fun mésallierVN : V ; -fun modifierVN : V ; -fun momifierVN : V ; -fun mortifierVN : V ; -fun multiplierVN : V ; -fun mystifierVN : V ; -fun négocierVN : V ; -fun nidifierVN : V ; -fun nierVN : V ; -fun nitrifierVN : V ; -fun notifierVN : V ; -fun obvierVN : V ; -fun officierVN : V ; -fun opacifierVN : V ; -fun orthographierVN : V ; -fun ossifierVN : V ; -fun oublierVN : V ; -fun pacifierVN : V ; -fun pallierVN : V ; -fun panifierVN : V ; -fun parierVN : V ; -fun parodierVN : V ; -fun pépierVN : V ; -fun personnifierVN : V ; -fun pétrifierVN : V ; -fun photocopierVN : V ; -fun photographierVN : V ; -fun plagierVN : V ; -fun planchéierVN : V ; -fun planifierVN : V ; -fun plasmifierVN : V ; -fun plastifierVN : V ; -fun plierVN : V ; -fun polycopierVN : V ; -fun pontifierVN : V ; -fun préjudicierVN : V ; -fun prierVN : V ; -fun privilégierVN : V ; -fun prosodierVN : V ; -fun psalmodierVN : V ; -fun publierVN : V ; -fun purifierVN : V ; -fun putréfierVN : V ; -fun qualifierVN : V ; -fun quantifierVN : V ; -fun quintessencierVN : V ; -fun radierVN : V ; -fun radiographierVN : V ; -fun radiotélégraphierVN : V ; -fun rallierVN : V ; -fun ramifierVN : V ; -fun rapatrierVN : V ; -fun rapparierVN : V ; -fun raréfierVN : V ; -fun rassasierVN : V ; -fun ratifierVN : V ; -fun razzierVN : V ; -fun recalcifierVN : V ; -fun réconcilierVN : V ; -fun recopierVN : V ; -fun récrierVN : V ; -fun rectifierVN : V ; -fun réédifierVN : V ; -fun réexpédierVN : V ; -fun réfugierVN : V ; -fun réifierVN : V ; -fun relierVN : V ; -fun remanierVN : V ; -fun remarierVN : V ; -fun remédierVN : V ; -fun remercierVN : V ; -fun remplierVN : V ; -fun rengracierVN : V ; -fun renierVN : V ; -fun renvierVN : V ; -fun répertorierVN : V ; -fun replierVN : V ; -fun reprographierVN : V ; -fun répudierVN : V ; -fun résilierVN : V ; -fun résinifierVN : V ; -fun réunifierVN : V ; -fun revivifierVN : V ; -fun rubéfierVN : V ; -fun russifierVN : V ; -fun saccharifierVN : V ; -fun sacrifierVN : V ; -fun sanctifierVN : V ; -fun saponifierVN : V ; -fun scarifierVN : V ; -fun scierVN : V ; -fun sérierVN : V ; -fun signifierVN : V ; -fun simplifierVN : V ; -fun skierVN : V ; -fun solfierVN : V ; -fun solidifierVN : V ; -fun soucierVN : V ; -fun spathifierVN : V ; -fun spécifierVN : V ; -fun spolierVN : V ; -fun statufierVN : V ; -fun sténographierVN : V ; -fun stipendierVN : V ; -fun stratifierVN : V ; -fun strierVN : V ; -fun stupéfierVN : V ; -fun supplicierVN : V ; -fun supplierVN : V ; -fun surédifierVN : V ; -fun surlierVN : V ; -fun télécopierVN : V ; -fun télégraphierVN : V ; -fun terrifierVN : V ; -fun tonifierVN : V ; -fun torréfierVN : V ; -fun transsubstantierVN : V ; -fun trierVN : V ; -fun tuméfierVN : V ; -fun unifierVN : V ; -fun varierVN : V ; -fun vérifierVN : V ; -fun versifierVN : V ; -fun vicierVN : V ; -fun vinifierVN : V ; -fun vitrifierVN : V ; -fun vivifierVN : V ; -fun balayerVN : V ; -fun bayerVN : V ; -fun bégayerVN : V ; -fun brayerVN : V ; -fun déblayerVN : V ; -fun débrayerVN : V ; -fun défrayerVN : V ; -fun délayerVN : V ; -fun dérayerVN : V ; -fun désembrayerVN : V ; -fun désenrayerVN : V ; -fun drayerVN : V ; -fun effrayerVN : V ; -fun égayerVN : V ; -fun embrayerVN : V ; -fun enrayerVN : V ; -fun érayerVN : V ; -fun essayerVN : V ; -fun étayerVN : V ; -fun frayerVN : V ; -fun layerVN : V ; -fun monnayerVN : V ; -fun pagayerVN : V ; -fun payerVN : V ; -fun rayerVN : V ; -fun réessayerVN : V ; -fun relayerVN : V ; -fun remblayerVN : V ; -fun repayerVN : V ; -fun ressayerVN : V ; -fun surpayerVN : V ; -fun zézayerVN : V ; -fun aboyerVN : V ; -fun apitoyerVN : V ; -fun appuyerVN : V ; -fun atermoyerVN : V ; -fun blondoyerVN : V ; -fun bornoyerVN : V ; -fun broyerVN : V ; -fun carroyerVN : V ; -fun charroyerVN : V ; -fun chatoyerVN : V ; -fun choyerVN : V ; -fun convoyerVN : V ; -fun corroyerVN : V ; -fun côtoyerVN : V ; -fun coudoyerVN : V ; -fun dégravoyerVN : V ; -fun dénoyerVN : V ; -fun déployerVN : V ; -fun désennuyerVN : V ; -fun dévoyerVN : V ; -fun employerVN : V ; -fun ennuyerVN : V ; -fun éployerVN : V ; -fun essuyerVN : V ; -fun festoyerVN : V ; -fun flamboyerVN : V ; -fun fossoyerVN : V ; -fun foudroyerVN : V ; -fun fourvoyerVN : V ; -fun giboyerVN : V ; -fun guerroyerVN : V ; -fun hongroyerVN : V ; -fun jointoyerVN : V ; -fun larmoyerVN : V ; -fun louvoyerVN : V ; -fun merdoyerVN : V ; -fun nettoyerVN : V ; -fun noyerVN : V ; -fun octroyerVN : V ; -fun ondoyerVN : V ; -fun ployerVN : V ; -fun poudroyerVN : V ; -fun réemployerVN : V ; -fun rejointoyerVN : V ; -fun remployerVN : V ; -fun reployerVN : V ; -fun ressuyerVN : V ; -fun rougeoyerVN : V ; -fun rudoyerVN : V ; -fun soudoyerVN : V ; -fun tournoyerVN : V ; -fun tutoyerVN : V ; -fun verdoyerVN : V ; -fun vousoyerVN : V ; -fun voussoyerVN : V ; -fun vouvoyerVN : V ; -fun envoyerVN : V ; -fun renvoyerVN : V ; -fun abasourdirVN : V ; -fun abâtardirVN : V ; -fun abêtirVN : V ; -fun abolirVN : V ; -fun abonnirVN : V ; -fun aboutirVN : V ; -fun abrutirVN : V ; -fun accomplirVN : V ; -fun accourcirVN : V ; -fun accroupirVN : V ; -fun adoucirVN : V ; -fun affadirVN : V ; -fun affaiblirVN : V ; -fun affermirVN : V ; -fun affranchirVN : V ; -fun agirVN : V ; -fun agonirVN : V ; -fun agrandirVN : V ; -fun aguerrirVN : V ; -fun ahurirVN : V ; -fun aigrirVN : V ; -fun alanguirVN : V ; -fun alentirVN : V ; -fun allégirVN : V ; -fun alourdirVN : V ; -fun alunirVN : V ; -fun amaigrirVN : V ; -fun amatirVN : V ; -fun amerrirVN : V ; -fun ameublirVN : V ; -fun amincirVN : V ; -fun amoindrirVN : V ; -fun amollirVN : V ; -fun amortirVN : V ; -fun anéantirVN : V ; -fun anoblirVN : V ; -fun anordirVN : V ; -fun aplanirVN : V ; -fun aplatirVN : V ; -fun appauvrirVN : V ; -fun appesantirVN : V ; -fun applaudirVN : V ; -fun appointirVN : V ; -fun approfondirVN : V ; -fun arrondirVN : V ; -fun assagirVN : V ; -fun assainirVN : V ; -fun asservirVN : V ; -fun assombrirVN : V ; -fun assortirVN : V ; -fun assoupirVN : V ; -fun assouplirVN : V ; -fun assourdirVN : V ; -fun assouvirVN : V ; -fun assujettirVN : V ; -fun attendrirVN : V ; -fun atterrirVN : V ; -fun attiédirVN : V ; -fun avachirVN : V ; -fun avertirVN : V ; -fun aveulirVN : V ; -fun avilirVN : V ; -fun bannirVN : V ; -fun barrirVN : V ; -fun bâtirVN : V ; -fun bénirVN : V ; -fun blanchirVN : V ; -fun blêmirVN : V ; -fun blettirVN : V ; -fun bleuirVN : V ; -fun blondirVN : V ; -fun blottirVN : V ; -fun bondirVN : V ; -fun bouffirVN : V ; -fun brandirVN : V ; -fun bruirVN : V ; -fun brunirVN : V ; -fun calmirVN : V ; -fun candirVN : V ; -fun chancirVN : V ; -fun chauvirVN : V ; -fun chérirVN : V ; -fun choisirVN : V ; -fun clapirVN : V ; -fun compatirVN : V ; -fun cônirVN : V ; -fun convertirVN : V ; -fun cotirVN : V ; -fun crépirVN : V ; -fun croupirVN : V ; -fun débâtirVN : V ; -fun débleuirVN : V ; -fun décatirVN : V ; -fun décrépirVN : V ; -fun définirVN : V ; -fun défleurirVN : V ; -fun défraîchirVN : V ; -fun dégarnirVN : V ; -fun dégauchirVN : V ; -fun déglutirVN : V ; -fun dégourdirVN : V ; -fun dégrossirVN : V ; -fun déguerpirVN : V ; -fun déjaunirVN : V ; -fun démolirVN : V ; -fun démunirVN : V ; -fun dépérirVN : V ; -fun dépolirVN : V ; -fun déraidirVN : V ; -fun désassortirVN : V ; -fun désemplirVN : V ; -fun désenlaidirVN : V ; -fun désépaissirVN : V ; -fun désétablirVN : V ; -fun désinvestirVN : V ; -fun désobéirVN : V ; -fun dessaisirVN : V ; -fun dessertirVN : V ; -fun désunirVN : V ; -fun déverdirVN : V ; -fun dévernirVN : V ; -fun divertirVN : V ; -fun doucirVN : V ; -fun durcirVN : V ; -fun ébahirVN : V ; -fun ébaubirVN : V ; -fun ébaudirVN : V ; -fun éblouirVN : V ; -fun écatirVN : V ; -fun échampirVN : V ; -fun éclaircirVN : V ; -fun écrouirVN : V ; -fun effleurirVN : V ; -fun élargirVN : V ; -fun embellirVN : V ; -fun emboutirVN : V ; -fun embrunirVN : V ; -fun emplirVN : V ; -fun empuantirVN : V ; -fun enchérirVN : V ; -fun endolorirVN : V ; -fun endurcirVN : V ; -fun enforcirVN : V ; -fun enfouirVN : V ; -fun engloutirVN : V ; -fun engourdirVN : V ; -fun enhardirVN : V ; -fun enlaidirVN : V ; -fun ennoblirVN : V ; -fun enorgueillirVN : V ; -fun enrichirVN : V ; -fun ensevelirVN : V ; -fun envahirVN : V ; -fun envieillirVN : V ; -fun épaissirVN : V ; -fun épanouirVN : V ; -fun époutirVN : V ; -fun équarrirVN : V ; -fun esbaudirVN : V ; -fun estourbirVN : V ; -fun établirVN : V ; -fun étourdirVN : V ; -fun étrécirVN : V ; -fun évanouirVN : V ; -fun faiblirVN : V ; -fun farcirVN : V ; -fun finirVN : V ; -fun fléchirVN : V ; -fun flétrirVN : V ; -fun fleurirVN : V ; -fun forcirVN : V ; -fun fouirVN : V ; -fun fourbirVN : V ; -fun fournirVN : V ; -fun fraîchirVN : V ; -fun franchirVN : V ; -fun frémirVN : V ; -fun froidirVN : V ; -fun garantirVN : V ; -fun garnirVN : V ; -fun gauchirVN : V ; -fun gémirVN : V ; -fun glapirVN : V ; -fun glatirVN : V ; -fun grandirVN : V ; -fun gravirVN : V ; -fun grossirVN : V ; -fun guérirVN : V ; -fun havirVN : V ; -fun hennirVN : V ; -fun honnirVN : V ; -fun hourdirVN : V ; -fun impartirVN : V ; -fun infléchirVN : V ; -fun intervertirVN : V ; -fun invertirVN : V ; -fun investirVN : V ; -fun jaillirVN : V ; -fun jaunirVN : V ; -fun jouirVN : V ; -fun languirVN : V ; -fun lotirVN : V ; -fun louchirVN : V ; -fun maigrirVN : V ; -fun matirVN : V ; -fun mégirVN : V ; -fun meurtrirVN : V ; -fun mincirVN : V ; -fun moisirVN : V ; -fun moitirVN : V ; -fun mollirVN : V ; -fun mugirVN : V ; -fun munirVN : V ; -fun mûrirVN : V ; -fun nantirVN : V ; -fun noircirVN : V ; -fun nordirVN : V ; -fun nourrirVN : V ; -fun obéirVN : V ; -fun obscurcirVN : V ; -fun ourdirVN : V ; -fun pâlirVN : V ; -fun pâtirVN : V ; -fun périrVN : V ; -fun pervertirVN : V ; -fun pétrirVN : V ; -fun polirVN : V ; -fun pourrirVN : V ; -fun préétablirVN : V ; -fun prémunirVN : V ; -fun punirVN : V ; -fun rabonnirVN : V ; -fun rabougrirVN : V ; -fun raccourcirVN : V ; -fun racornirVN : V ; -fun radoucirVN : V ; -fun raffermirVN : V ; -fun rafraîchirVN : V ; -fun ragaillardirVN : V ; -fun raidirVN : V ; -fun rajeunirVN : V ; -fun ralentirVN : V ; -fun ramollirVN : V ; -fun rancirVN : V ; -fun raplatirVN : V ; -fun rapointirVN : V ; -fun rassortirVN : V ; -fun ravilirVN : V ; -fun ravirVN : V ; -fun réagirVN : V ; -fun réassortirVN : V ; -fun rebâtirVN : V ; -fun reblanchirVN : V ; -fun rebondirVN : V ; -fun rechampirVN : V ; -fun réchampirVN : V ; -fun reconvertirVN : V ; -fun recrépirVN : V ; -fun redémolirVN : V ; -fun réfléchirVN : V ; -fun refleurirVN : V ; -fun refroidirVN : V ; -fun regarnirVN : V ; -fun régirVN : V ; -fun regrossirVN : V ; -fun réinvestirVN : V ; -fun rejaillirVN : V ; -fun réjouirVN : V ; -fun rélargirVN : V ; -fun rembrunirVN : V ; -fun remplirVN : V ; -fun renchérirVN : V ; -fun répartirVN : V ; -fun repolirVN : V ; -fun resalirVN : V ; -fun resplendirVN : V ; -fun ressaisirVN : V ; -fun ressortirVN : V ; -fun ressurgirVN : V ; -fun resurgirVN : V ; -fun rétablirVN : V ; -fun retentirVN : V ; -fun rétrécirVN : V ; -fun rétroagirVN : V ; -fun réunirVN : V ; -fun réussirVN : V ; -fun reverdirVN : V ; -fun roidirVN : V ; -fun rondirVN : V ; -fun rosirVN : V ; -fun rôtirVN : V ; -fun rougirVN : V ; -fun rouirVN : V ; -fun roussirVN : V ; -fun roustirVN : V ; -fun rugirVN : V ; -fun saisirVN : V ; -fun salirVN : V ; -fun saurirVN : V ; -fun serfouirVN : V ; -fun sertirVN : V ; -fun sévirVN : V ; -fun subirVN : V ; -fun subvertirVN : V ; -fun superfinirVN : V ; -fun surenchérirVN : V ; -fun surgirVN : V ; -fun surirVN : V ; -fun tapirVN : V ; -fun tarirVN : V ; -fun tartirVN : V ; -fun ternirVN : V ; -fun terrirVN : V ; -fun tiédirVN : V ; -fun trahirVN : V ; -fun transirVN : V ; -fun travestirVN : V ; -fun unirVN : V ; -fun vagirVN : V ; -fun verdirVN : V ; -fun vernirVN : V ; -fun vieillirVN : V ; -fun vioquirVN : V ; -fun vomirVN : V ; -fun vrombirVN : V ; -fun avoirVN : V ; -fun entre_haïrVN : V ; -fun haïrVN : V ; -fun allerVN : V ; -fun abstenirVN : V ; -fun appartenirVN : V ; -fun circonvenirVN : V ; -fun contenirVN : V ; -fun contrevenirVN : V ; -fun convenirVN : V ; -fun détenirVN : V ; -fun devenirVN : V ; -fun disconvenirVN : V ; -fun entretenirVN : V ; -fun intervenirVN : V ; -fun maintenirVN : V ; -fun obtenirVN : V ; -fun obvenirVN : V ; -fun parvenirVN : V ; -fun prévenirVN : V ; -fun provenirVN : V ; -fun redevenirVN : V ; -fun ressouvenirVN : V ; -fun retenirVN : V ; -fun revenirVN : V ; -fun soutenirVN : V ; -fun souvenirVN : V ; -fun subvenirVN : V ; -fun survenirVN : V ; -fun tenirVN : V ; -fun venirVN : V ; -fun acquérirVN : V ; -fun conquérirVN : V ; -fun enquérirVN : V ; -fun reconquérirVN : V ; -fun requérirVN : V ; -fun consentirVN : V ; -fun démentirVN : V ; -fun départirVN : V ; -fun mentirVN : V ; -fun partirVN : V ; -fun pressentirVN : V ; -fun repartirVN : V ; -fun repentirVN : V ; -fun ressentirVN : V ; -fun ressortirVN : V ; -fun sentirVN : V ; -fun sortirVN : V ; -fun sortirVN : V ; -fun dévêtirVN : V ; -fun revêtirVN : V ; -fun vêtirVN : V ; -fun couvrirVN : V ; -fun découvrirVN : V ; -fun entrouvrirVN : V ; -fun offrirVN : V ; -fun ouvrirVN : V ; -fun recouvrirVN : V ; -fun redécouvrirVN : V ; -fun rentrouvrirVN : V ; -fun rouvrirVN : V ; -fun souffrirVN : V ; -fun accueillirVN : V ; -fun cueillirVN : V ; -fun recueillirVN : V ; -fun assaillirVN : V ; -fun tressaillirVN : V ; -fun êtreVN : V ; -fun défaillirVN : V ; -fun faillirVN : V ; -fun bouillirVN : V ; -fun débouillirVN : V ; -fun dormirVN : V ; -fun endormirVN : V ; -fun rendormirVN : V ; -fun accourirVN : V ; -fun concourirVN : V ; -fun courirVN : V ; -fun discourirVN : V ; -fun encourirVN : V ; -fun parcourirVN : V ; -fun recourirVN : V ; -fun secourirVN : V ; -fun mourirVN : V ; -fun desservirVN : V ; -fun resservirVN : V ; -fun servirVN : V ; -fun enfuirVN : V ; -fun fuirVN : V ; -fun ouïrVN : V ; -fun apercevoirVN : V ; -fun concevoirVN : V ; -fun décevoirVN : V ; -fun entr'apercevoirVN : V ; -fun percevoirVN : V ; -fun recevoirVN : V ; -fun entrevoirVN : V ; -fun revoirVN : V ; -fun voirVN : V ; -fun pourvoirVN : V ; -fun savoirVN : V ; -fun devoirVN : V ; -fun redevoirVN : V ; -fun pouvoirVN : V ; -fun mouvoirVN : V ; -fun pleuvoirVN : V ; -fun repleuvoirVN : V ; -fun falloirVN : V ; -fun équivaloirVN : V ; -fun revaloirVN : V ; -fun valoirVN : V ; -fun revouloirVN : V ; -fun vouloirVN : V ; -fun asseoirVN : V ; -fun rasseoirVN : V ; -fun seoirVN : V ; -fun surseoirVN : V ; -fun choirVN : V ; -fun appendreVN : V ; -fun attendreVN : V ; -fun condescendreVN : V ; -fun confondreVN : V ; -fun correspondreVN : V ; -fun défendreVN : V ; -fun démordreVN : V ; -fun dépendreVN : V ; -fun descendreVN : V ; -fun détendreVN : V ; -fun détordreVN : V ; -fun distendreVN : V ; -fun distordreVN : V ; -fun entendreVN : V ; -fun épandreVN : V ; -fun éperdreVN : V ; -fun étendreVN : V ; -fun fendreVN : V ; -fun fondreVN : V ; -fun mévendreVN : V ; -fun mordreVN : V ; -fun morfondreVN : V ; -fun parfondreVN : V ; -fun pendreVN : V ; -fun perdreVN : V ; -fun pondreVN : V ; -fun pourfendreVN : V ; -fun prétendreVN : V ; -fun redescendreVN : V ; -fun réentendreVN : V ; -fun refendreVN : V ; -fun refondreVN : V ; -fun remordreVN : V ; -fun rendreVN : V ; -fun répandreVN : V ; -fun rependreVN : V ; -fun reperdreVN : V ; -fun répondreVN : V ; -fun retendreVN : V ; -fun retondreVN : V ; -fun retordreVN : V ; -fun revendreVN : V ; -fun sous_entendreVN : V ; -fun sous_tendreVN : V ; -fun surtondreVN : V ; -fun suspendreVN : V ; -fun tendreVN : V ; -fun tondreVN : V ; -fun tordreVN : V ; -fun tréfondreVN : V ; -fun vendreVN : V ; -fun apprendreVN : V ; -fun comprendreVN : V ; -fun déprendreVN : V ; -fun désapprendreVN : V ; -fun entreprendreVN : V ; -fun éprendreVN : V ; -fun méprendreVN : V ; -fun prendreVN : V ; -fun rapprendreVN : V ; -fun réapprendreVN : V ; -fun reprendreVN : V ; -fun surprendreVN : V ; -fun abattreVN : V ; -fun battreVN : V ; -fun combattreVN : V ; -fun contrebattreVN : V ; -fun débattreVN : V ; -fun ébattreVN : V ; -fun embatreVN : V ; -fun embattreVN : V ; -fun entrebattreVN : V ; -fun rabattreVN : V ; -fun rebattreVN : V ; -fun soubattreVN : V ; -fun admettreVN : V ; -fun commettreVN : V ; -fun compromettreVN : V ; -fun décommettreVN : V ; -fun démettreVN : V ; -fun émettreVN : V ; -fun entremettreVN : V ; -fun mainmettreVN : V ; -fun mettreVN : V ; -fun omettreVN : V ; -fun permettreVN : V ; -fun promettreVN : V ; -fun réadmettreVN : V ; -fun remettreVN : V ; -fun retransmettreVN : V ; -fun soumettreVN : V ; -fun transmettreVN : V ; -fun astreindreVN : V ; -fun atteindreVN : V ; -fun ceindreVN : V ; -fun dépeindreVN : V ; -fun déteindreVN : V ; -fun empreindreVN : V ; -fun enceindreVN : V ; -fun enfreindreVN : V ; -fun éteindreVN : V ; -fun étreindreVN : V ; -fun feindreVN : V ; -fun geindreVN : V ; -fun peindreVN : V ; -fun repeindreVN : V ; -fun restreindreVN : V ; -fun reteindreVN : V ; -fun rétreindreVN : V ; -fun teindreVN : V ; -fun adjoindreVN : V ; -fun conjoindreVN : V ; -fun disjoindreVN : V ; -fun enjoindreVN : V ; -fun joindreVN : V ; -fun oindreVN : V ; -fun poindreVN : V ; -fun rejoindreVN : V ; -fun contraindreVN : V ; -fun craindreVN : V ; -fun plaindreVN : V ; -fun convaincreVN : V ; -fun vaincreVN : V ; -fun abstraireVN : V ; -fun distraireVN : V ; -fun extraireVN : V ; -fun raireVN : V ; -fun rentraireVN : V ; -fun retraireVN : V ; -fun soustraireVN : V ; -fun traireVN : V ; -fun contrefaireVN : V ; -fun défaireVN : V ; -fun faireVN : V ; -fun redéfaireVN : V ; -fun refaireVN : V ; -fun satisfaireVN : V ; -fun surfaireVN : V ; -fun complaireVN : V ; -fun déplaireVN : V ; -fun plaireVN : V ; -fun apparaîtreVN : V ; -fun comparaîtreVN : V ; -fun connaîtreVN : V ; -fun disparaîtreVN : V ; -fun méconnaîtreVN : V ; -fun paraîtreVN : V ; -fun réapparaîtreVN : V ; -fun recomparaîtreVN : V ; -fun reconnaîtreVN : V ; -fun reparaîtreVN : V ; -fun transparaîtreVN : V ; -fun naîtreVN : V ; -fun paîtreVN : V ; -fun croîtreVN : V ; -fun croireVN : V ; -fun mécroireVN : V ; -fun boireVN : V ; -fun emboireVN : V ; -fun abaisserVN : V ; -fun abandonnerVN : V ; -fun abdiquerVN : V ; -fun aberrerVN : V ; -fun abhorrerVN : V ; -fun abîmerVN : V ; -fun abjurerVN : V ; -fun abloquerVN : V ; -fun abominerVN : V ; -fun abonderVN : V ; -fun abonnerVN : V ; -fun aborderVN : V ; -fun aboucherVN : V ; -fun aboulerVN : V ; -fun abouterVN : V ; -fun abraserVN : V ; -fun abreuverVN : V ; -fun abricoterVN : V ; -fun abriterVN : V ; -fun absenterVN : V ; -fun absorberVN : V ; -fun abuserVN : V ; -fun acagnarderVN : V ; -fun accablerVN : V ; -fun accaparerVN : V ; -fun accastillerVN : V ; -fun accentuerVN : V ; -fun accepterVN : V ; -fun accidenterVN : V ; -fun acclamerVN : V ; -fun acclimaterVN : V ; -fun accointerVN : V ; -fun accolerVN : V ; -fun accommoderVN : V ; -fun accompagnerVN : V ; -fun accorderVN : V ; -fun accorerVN : V ; -fun accosterVN : V ; -fun accoterVN : V ; -fun accoucherVN : V ; -fun accouderVN : V ; -fun accouerVN : V ; -fun accouplerVN : V ; -fun accoutrerVN : V ; -fun accoutumerVN : V ; -fun accréditerVN : V ; -fun accrocherVN : V ; -fun acculerVN : V ; -fun acculturerVN : V ; -fun accumulerVN : V ; -fun accuserVN : V ; -fun acenserVN : V ; -fun acétylerVN : V ; -fun achalanderVN : V ; -fun acharnerVN : V ; -fun acheminerVN : V ; -fun achopperVN : V ; -fun acidulerVN : V ; -fun acoquinerVN : V ; -fun acquitterVN : V ; -fun acterVN : V ; -fun actionnerVN : V ; -fun activerVN : V ; -fun actualiserVN : V ; -fun adapterVN : V ; -fun additionnerVN : V ; -fun adjectiverVN : V ; -fun adjectiviserVN : V ; -fun adjurerVN : V ; -fun administrerVN : V ; -fun admirerVN : V ; -fun admonesterVN : V ; -fun adoniserVN : V ; -fun adonnerVN : V ; -fun adopterVN : V ; -fun adorerVN : V ; -fun adosserVN : V ; -fun adouberVN : V ; -fun adresserVN : V ; -fun adsorberVN : V ; -fun adulerVN : V ; -fun affabulerVN : V ; -fun affairerVN : V ; -fun affaisserVN : V ; -fun affalerVN : V ; -fun affamerVN : V ; -fun affecterVN : V ; -fun affectionnerVN : V ; -fun affermerVN : V ; -fun afficherVN : V ; -fun affilerVN : V ; -fun affinerVN : V ; -fun affirmerVN : V ; -fun affleurerVN : V ; -fun afflouerVN : V ; -fun affluerVN : V ; -fun affolerVN : V ; -fun affourcherVN : V ; -fun affrianderVN : V ; -fun affricherVN : V ; -fun affriolerVN : V ; -fun affriterVN : V ; -fun affronterVN : V ; -fun affruiterVN : V ; -fun affublerVN : V ; -fun affurerVN : V ; -fun affûterVN : V ; -fun agenouillerVN : V ; -fun agglutinerVN : V ; -fun aggraverVN : V ; -fun agioterVN : V ; -fun agiterVN : V ; -fun agoniserVN : V ; -fun agraferVN : V ; -fun agrémenterVN : V ; -fun agresserVN : V ; -fun agricherVN : V ; -fun agrifferVN : V ; -fun agripperVN : V ; -fun aguicherVN : V ; -fun ahanerVN : V ; -fun aheurterVN : V ; -fun aiderVN : V ; -fun aiguillerVN : V ; -fun aiguillonnerVN : V ; -fun aiguiserVN : V ; -fun aillerVN : V ; -fun aimanterVN : V ; -fun aimerVN : V ; -fun airerVN : V ; -fun ajointerVN : V ; -fun ajourerVN : V ; -fun ajournerVN : V ; -fun ajouterVN : V ; -fun ajusterVN : V ; -fun alambiquerVN : V ; -fun alarmerVN : V ; -fun alcaliniserVN : V ; -fun alcaliserVN : V ; -fun alcooliserVN : V ; -fun alerterVN : V ; -fun alevinerVN : V ; -fun alignerVN : V ; -fun alimenterVN : V ; -fun aliterVN : V ; -fun allaiterVN : V ; -fun allégoriserVN : V ; -fun allouerVN : V ; -fun allumerVN : V ; -fun alluvionnerVN : V ; -fun alpaguerVN : V ; -fun alphabétiserVN : V ; -fun alternerVN : V ; -fun aluminerVN : V ; -fun alunerVN : V ; -fun amadouerVN : V ; -fun amalgamerVN : V ; -fun amarinerVN : V ; -fun amarrerVN : V ; -fun amasserVN : V ; -fun ambitionnerVN : V ; -fun amblerVN : V ; -fun ambrerVN : V ; -fun améliorerVN : V ; -fun amenderVN : V ; -fun amenuiserVN : V ; -fun ameuterVN : V ; -fun amidonnerVN : V ; -fun amouracherVN : V ; -fun amputerVN : V ; -fun amurerVN : V ; -fun amuserVN : V ; -fun analyserVN : V ; -fun anastomoserVN : V ; -fun anathématiserVN : V ; -fun ancrerVN : V ; -fun anglaiserVN : V ; -fun angliciserVN : V ; -fun angoisserVN : V ; -fun animaliserVN : V ; -fun animerVN : V ; -fun aniserVN : V ; -fun ankyloserVN : V ; -fun annexerVN : V ; -fun annihilerVN : V ; -fun annoterVN : V ; -fun annulerVN : V ; -fun ânonnerVN : V ; -fun anticiperVN : V ; -fun antidaterVN : V ; -fun aoûterVN : V ; -fun apaiserVN : V ; -fun apeurerVN : V ; -fun apiquerVN : V ; -fun aposterVN : V ; -fun apostillerVN : V ; -fun apostropherVN : V ; -fun appairerVN : V ; -fun appareillerVN : V ; -fun apparenterVN : V ; -fun appâterVN : V ; -fun appliquerVN : V ; -fun appointerVN : V ; -fun apponterVN : V ; -fun apporterVN : V ; -fun apposerVN : V ; -fun appréhenderVN : V ; -fun apprêterVN : V ; -fun apprivoiserVN : V ; -fun approcherVN : V ; -fun approuverVN : V ; -fun approvisionnerVN : V ; -fun apurerVN : V ; -fun araserVN : V ; -fun arbitrerVN : V ; -fun arborerVN : V ; -fun arboriserVN : V ; -fun arc_bouterVN : V ; -fun archaïserVN : V ; -fun architecturerVN : V ; -fun archiverVN : V ; -fun arçonnerVN : V ; -fun ardoiserVN : V ; -fun argenterVN : V ; -fun argotiserVN : V ; -fun arguerVN : V ; -fun argumenterVN : V ; -fun ariserVN : V ; -fun armerVN : V ; -fun arnaquerVN : V ; -fun aromatiserVN : V ; -fun arpenterVN : V ; -fun arquerVN : V ; -fun arracherVN : V ; -fun arraisonnerVN : V ; -fun arrenterVN : V ; -fun arrêterVN : V ; -fun arrimerVN : V ; -fun arriserVN : V ; -fun arriverVN : V ; -fun arroserVN : V ; -fun arsouillerVN : V ; -fun articulerVN : V ; -fun ascensionnerVN : V ; -fun aseptiserVN : V ; -fun aspecterVN : V ; -fun asphalterVN : V ; -fun aspirerVN : V ; -fun assaisonnerVN : V ; -fun assarmenterVN : V ; -fun assassinerVN : V ; -fun assemblerVN : V ; -fun assermenterVN : V ; -fun assibilerVN : V ; -fun assignerVN : V ; -fun assimilerVN : V ; -fun assisterVN : V ; -fun assolerVN : V ; -fun assommerVN : V ; -fun assonerVN : V ; -fun assumerVN : V ; -fun assurerVN : V ; -fun asticoterVN : V ; -fun astiquerVN : V ; -fun atomiserVN : V ; -fun attablerVN : V ; -fun attacherVN : V ; -fun attaquerVN : V ; -fun attarderVN : V ; -fun attenterVN : V ; -fun atténuerVN : V ; -fun atterrerVN : V ; -fun attesterVN : V ; -fun attiferVN : V ; -fun attirerVN : V ; -fun attiserVN : V ; -fun attitrerVN : V ; -fun attraperVN : V ; -fun attribuerVN : V ; -fun attriquerVN : V ; -fun attristerVN : V ; -fun attrouperVN : V ; -fun auditionnerVN : V ; -fun augmenterVN : V ; -fun augurerVN : V ; -fun auréolerVN : V ; -fun ausculterVN : V ; -fun authentiquerVN : V ; -fun autodéterminerVN : V ; -fun autoguiderVN : V ; -fun automatiserVN : V ; -fun autoriserVN : V ; -fun autosuggestionnerVN : V ; -fun autotomiserVN : V ; -fun avalerVN : V ; -fun avaliserVN : V ; -fun aventurerVN : V ; -fun aveuglerVN : V ; -fun avinerVN : V ; -fun aviserVN : V ; -fun avitaillerVN : V ; -fun aviverVN : V ; -fun avoisinerVN : V ; -fun avorterVN : V ; -fun avouerVN : V ; -fun axerVN : V ; -fun axiomatiserVN : V ; -fun azurerVN : V ; -fun babillerVN : V ; -fun bâcherVN : V ; -fun bachoterVN : V ; -fun bâclerVN : V ; -fun badigeonnerVN : V ; -fun badinerVN : V ; -fun bafferVN : V ; -fun bafouerVN : V ; -fun bafouillerVN : V ; -fun bâfrerVN : V ; -fun bagarrerVN : V ; -fun baguenauderVN : V ; -fun baguerVN : V ; -fun baignerVN : V ; -fun baillerVN : V ; -fun bâillerVN : V ; -fun bâillonnerVN : V ; -fun baiserVN : V ; -fun baisoterVN : V ; -fun baisserVN : V ; -fun baladerVN : V ; -fun balafrerVN : V ; -fun baleinerVN : V ; -fun baliserVN : V ; -fun balkaniserVN : V ; -fun ballasterVN : V ; -fun ballerVN : V ; -fun ballonnerVN : V ; -fun ballotterVN : V ; -fun bambocherVN : V ; -fun banaliserVN : V ; -fun bancherVN : V ; -fun banderVN : V ; -fun bannerVN : V ; -fun banquerVN : V ; -fun baptiserVN : V ; -fun baragouinerVN : V ; -fun baraquerVN : V ; -fun baratinerVN : V ; -fun baratterVN : V ; -fun barberVN : V ; -fun barboterVN : V ; -fun barbouillerVN : V ; -fun barderVN : V ; -fun barguignerVN : V ; -fun bariolerVN : V ; -fun baronnerVN : V ; -fun barouderVN : V ; -fun barrerVN : V ; -fun barricaderVN : V ; -fun basanerVN : V ; -fun basculerVN : V ; -fun baserVN : V ; -fun bassinerVN : V ; -fun bastillonnerVN : V ; -fun bastionnerVN : V ; -fun bataillerVN : V ; -fun bâterVN : V ; -fun batifolerVN : V ; -fun bâtonnerVN : V ; -fun bavarderVN : V ; -fun bavasserVN : V ; -fun baverVN : V ; -fun bavocherVN : V ; -fun bazarderVN : V ; -fun bêcherVN : V ; -fun bécoterVN : V ; -fun becquerVN : V ; -fun becterVN : V ; -fun bedonnerVN : V ; -fun bêlerVN : V ; -fun bémoliserVN : V ; -fun béquillerVN : V ; -fun bernerVN : V ; -fun besognerVN : V ; -fun bêtiserVN : V ; -fun bétonnerVN : V ; -fun beuglerVN : V ; -fun beurrerVN : V ; -fun biaiserVN : V ; -fun bibeloterVN : V ; -fun biberonnerVN : V ; -fun bicherVN : V ; -fun bichonnerVN : V ; -fun bichoterVN : V ; -fun bidonnerVN : V ; -fun bifferVN : V ; -fun bifurquerVN : V ; -fun bigarrerVN : V ; -fun biglerVN : V ; -fun bigornerVN : V ; -fun bilerVN : V ; -fun bilerVN : V ; -fun billebauderVN : V ; -fun billonnerVN : V ; -fun biloquerVN : V ; -fun binerVN : V ; -fun biscuiterVN : V ; -fun biseauterVN : V ; -fun bisegmenterVN : V ; -fun biserVN : V ; -fun bisquerVN : V ; -fun bisserVN : V ; -fun bistournerVN : V ; -fun bistrerVN : V ; -fun bitterVN : V ; -fun bitturerVN : V ; -fun bitumerVN : V ; -fun bituminerVN : V ; -fun biturerVN : V ; -fun bivouaquerVN : V ; -fun bizuterVN : V ; -fun blablaterVN : V ; -fun blackboulerVN : V ; -fun blaguerVN : V ; -fun blairerVN : V ; -fun blâmerVN : V ; -fun blaserVN : V ; -fun blasonnerVN : V ; -fun blesserVN : V ; -fun bleuterVN : V ; -fun blinderVN : V ; -fun bloquerVN : V ; -fun blouserVN : V ; -fun blufferVN : V ; -fun bluterVN : V ; -fun bobinerVN : V ; -fun bocarderVN : V ; -fun boetterVN : V ; -fun boiserVN : V ; -fun boiterVN : V ; -fun boitillerVN : V ; -fun bolchéviserVN : V ; -fun bombarderVN : V ; -fun bomberVN : V ; -fun bondériserVN : V ; -fun bonderVN : V ; -fun bondonnerVN : V ; -fun bonimenterVN : V ; -fun borderVN : V ; -fun bornerVN : V ; -fun bosserVN : V ; -fun bossuerVN : V ; -fun botaniserVN : V ; -fun botterVN : V ; -fun boucanerVN : V ; -fun boucharderVN : V ; -fun boucherVN : V ; -fun bouchonnerVN : V ; -fun bouclerVN : V ; -fun bouderVN : V ; -fun boudinerVN : V ; -fun boufferVN : V ; -fun bouffonnerVN : V ; -fun bougonnerVN : V ; -fun bouillonnerVN : V ; -fun bouillotterVN : V ; -fun boulerVN : V ; -fun bouleverserVN : V ; -fun boulonnerVN : V ; -fun boulotterVN : V ; -fun boumerVN : V ; -fun bouquinerVN : V ; -fun bourderVN : V ; -fun bourdonnerVN : V ; -fun bourgeonnerVN : V ; -fun bourlinguerVN : V ; -fun bourrerVN : V ; -fun bourriquerVN : V ; -fun boursicoterVN : V ; -fun boursouflerVN : V ; -fun bousculerVN : V ; -fun bousillerVN : V ; -fun boustifaillerVN : V ; -fun bouterVN : V ; -fun boutonnerVN : V ; -fun boutonnerVN : V ; -fun bouturerVN : V ; -fun boxerVN : V ; -fun boycotterVN : V ; -fun braconnerVN : V ; -fun braderVN : V ; -fun braillerVN : V ; -fun braiserVN : V ; -fun bramerVN : V ; -fun brancherVN : V ; -fun brandillerVN : V ; -fun branlerVN : V ; -fun braquerVN : V ; -fun braserVN : V ; -fun brasillerVN : V ; -fun brasserVN : V ; -fun braverVN : V ; -fun bredouillerVN : V ; -fun brêlerVN : V ; -fun brellerVN : V ; -fun brésillerVN : V ; -fun bretterVN : V ; -fun bricolerVN : V ; -fun briderVN : V ; -fun briferVN : V ; -fun brifferVN : V ; -fun briganderVN : V ; -fun briguerVN : V ; -fun brillanterVN : V ; -fun brillantinerVN : V ; -fun brillerVN : V ; -fun brimbalerVN : V ; -fun brimerVN : V ; -fun bringueballerVN : V ; -fun brinquebalerVN : V ; -fun brinqueballerVN : V ; -fun briquerVN : V ; -fun briserVN : V ; -fun brocanterVN : V ; -fun brocarderVN : V ; -fun brocherVN : V ; -fun broderVN : V ; -fun broncherVN : V ; -fun bronzerVN : V ; -fun brosserVN : V ; -fun brouetterVN : V ; -fun brouillasserVN : V ; -fun brouillerVN : V ; -fun brouillonnerVN : V ; -fun brouterVN : V ; -fun bruinerVN : V ; -fun bruiterVN : V ; -fun brûlerVN : V ; -fun brumasserVN : V ; -fun brumerVN : V ; -fun brusquerVN : V ; -fun brutaliserVN : V ; -fun bûcherVN : V ; -fun budgétiserVN : V ; -fun bureaucratiserVN : V ; -fun burinerVN : V ; -fun buterVN : V ; -fun butinerVN : V ; -fun butterVN : V ; -fun buvoterVN : V ; -fun cabalerVN : V ; -fun cabanerVN : V ; -fun câblerVN : V ; -fun cabosserVN : V ; -fun caboterVN : V ; -fun cabotinerVN : V ; -fun cabrerVN : V ; -fun cabriolerVN : V ; -fun cacaberVN : V ; -fun cacarderVN : V ; -fun cacherVN : V ; -fun cadancherVN : V ; -fun cadastrerVN : V ; -fun cadenasserVN : V ; -fun cadrerVN : V ; -fun cafarderVN : V ; -fun cafouillerVN : V ; -fun cafterVN : V ; -fun cagnarderVN : V ; -fun cagnerVN : V ; -fun cahoterVN : V ; -fun caillebotterVN : V ; -fun caillerVN : V ; -fun caillouterVN : V ; -fun cajolerVN : V ; -fun calaminerVN : V ; -fun calamistrerVN : V ; -fun calancherVN : V ; -fun calandrerVN : V ; -fun calcinerVN : V ; -fun calculerVN : V ; -fun calerVN : V ; -fun calfaterVN : V ; -fun calfeutrerVN : V ; -fun calibrerVN : V ; -fun câlinerVN : V ; -fun calmerVN : V ; -fun calotterVN : V ; -fun calquerVN : V ; -fun calterVN : V ; -fun cambrerVN : V ; -fun cambriolerVN : V ; -fun cambuterVN : V ; -fun cameloterVN : V ; -fun camionnerVN : V ; -fun camouflerVN : V ; -fun camperVN : V ; -fun canaliserVN : V ; -fun canarderVN : V ; -fun cancanerVN : V ; -fun canerVN : V ; -fun cannerVN : V ; -fun cannerVN : V ; -fun canoniserVN : V ; -fun canonnerVN : V ; -fun canoterVN : V ; -fun cantonnerVN : V ; -fun canulerVN : V ; -fun caoutchouterVN : V ; -fun caparaçonnerVN : V ; -fun capeyerVN : V ; -fun capitaliserVN : V ; -fun capitonnerVN : V ; -fun capitulerVN : V ; -fun caponnerVN : V ; -fun caporaliserVN : V ; -fun capoterVN : V ; -fun capsulerVN : V ; -fun capterVN : V ; -fun captiverVN : V ; -fun capturerVN : V ; -fun capuchonnerVN : V ; -fun caquerVN : V ; -fun caracolerVN : V ; -fun caractériserVN : V ; -fun carambolerVN : V ; -fun caraméliserVN : V ; -fun carapaterVN : V ; -fun carbonaterVN : V ; -fun carboniserVN : V ; -fun carburerVN : V ; -fun carcaillerVN : V ; -fun carderVN : V ; -fun caresserVN : V ; -fun carguerVN : V ; -fun caricaturerVN : V ; -fun carillonnerVN : V ; -fun carmerVN : V ; -fun carminerVN : V ; -fun carotterVN : V ; -fun carrerVN : V ; -fun carrosserVN : V ; -fun cartonnerVN : V ; -fun cascaderVN : V ; -fun casematerVN : V ; -fun casernerVN : V ; -fun caserVN : V ; -fun casquerVN : V ; -fun casserVN : V ; -fun castagnerVN : V ; -fun castrerVN : V ; -fun cataloguerVN : V ; -fun catalyserVN : V ; -fun catapulterVN : V ; -fun catastropherVN : V ; -fun catcherVN : V ; -fun catéchiserVN : V ; -fun cauchemarderVN : V ; -fun causerVN : V ; -fun cautériserVN : V ; -fun cautionnerVN : V ; -fun cavalcaderVN : V ; -fun cavalerVN : V ; -fun caverVN : V ; -fun caviarderVN : V ; -fun ceinturerVN : V ; -fun cémenterVN : V ; -fun cendrerVN : V ; -fun censurerVN : V ; -fun centraliserVN : V ; -fun centrerVN : V ; -fun centuplerVN : V ; -fun cerclerVN : V ; -fun cernerVN : V ; -fun cesserVN : V ; -fun chablerVN : V ; -fun chagrinerVN : V ; -fun chahuterVN : V ; -fun chaînerVN : V ; -fun chalouperVN : V ; -fun chamaillerVN : V ; -fun chamarrerVN : V ; -fun chambarderVN : V ; -fun chamboulerVN : V ; -fun chambrerVN : V ; -fun chamoiserVN : V ; -fun champagniserVN : V ; -fun chanfreinerVN : V ; -fun chansonnerVN : V ; -fun chanstiquerVN : V ; -fun chanterVN : V ; -fun chantonnerVN : V ; -fun chantournerVN : V ; -fun chaparderVN : V ; -fun chapeauterVN : V ; -fun chaperonnerVN : V ; -fun chapitrerVN : V ; -fun chaponnerVN : V ; -fun chaptaliserVN : V ; -fun charbonnerVN : V ; -fun charcuterVN : V ; -fun charmerVN : V ; -fun charpenterVN : V ; -fun chasserVN : V ; -fun chatonnerVN : V ; -fun chatouillerVN : V ; -fun châtrerVN : V ; -fun chaufferVN : V ; -fun chaulerVN : V ; -fun chaumerVN : V ; -fun chausserVN : V ; -fun chavirerVN : V ; -fun chelinguerVN : V ; -fun cheminerVN : V ; -fun chemiserVN : V ; -fun chercherVN : V ; -fun chérerVN : V ; -fun cherrerVN : V ; -fun chevalerVN : V ; -fun chevaucherVN : V ; -fun chevillerVN : V ; -fun chevronnerVN : V ; -fun chevroterVN : V ; -fun chiaderVN : V ; -fun chialerVN : V ; -fun chicanerVN : V ; -fun chicoterVN : V ; -fun chiennerVN : V ; -fun chiffonnerVN : V ; -fun chiffrerVN : V ; -fun chinerVN : V ; -fun chinoiserVN : V ; -fun chiperVN : V ; -fun chipoterVN : V ; -fun chiquerVN : V ; -fun chlinguerVN : V ; -fun chlorerVN : V ; -fun chloroformerVN : V ; -fun chlorurerVN : V ; -fun chômerVN : V ; -fun choperVN : V ; -fun chopinerVN : V ; -fun chopperVN : V ; -fun choquerVN : V ; -fun chouchouterVN : V ; -fun chouraverVN : V ; -fun chourinerVN : V ; -fun christianiserVN : V ; -fun chromerVN : V ; -fun chroniquerVN : V ; -fun chroumerVN : V ; -fun chuchoterVN : V ; -fun chuinterVN : V ; -fun chuterVN : V ; -fun cicatriserVN : V ; -fun cillerVN : V ; -fun cimenterVN : V ; -fun cinglerVN : V ; -fun cintrerVN : V ; -fun circulerVN : V ; -fun cirerVN : V ; -fun cisaillerVN : V ; -fun citerVN : V ; -fun civiliserVN : V ; -fun clabauderVN : V ; -fun claboterVN : V ; -fun claironnerVN : V ; -fun clamerVN : V ; -fun clamperVN : V ; -fun clamserVN : V ; -fun claperVN : V ; -fun clapoterVN : V ; -fun clapperVN : V ; -fun clapserVN : V ; -fun claquemurerVN : V ; -fun claquerVN : V ; -fun classerVN : V ; -fun claudiquerVN : V ; -fun claustrerVN : V ; -fun claverVN : V ; -fun clavetterVN : V ; -fun clayonnerVN : V ; -fun clicherVN : V ; -fun clignerVN : V ; -fun clignoterVN : V ; -fun climatiserVN : V ; -fun clisserVN : V ; -fun cliverVN : V ; -fun clochardiserVN : V ; -fun clocherVN : V ; -fun cloisonnerVN : V ; -fun cloîtrerVN : V ; -fun clopinerVN : V ; -fun cloquerVN : V ; -fun clôturerVN : V ; -fun clouerVN : V ; -fun clouterVN : V ; -fun coagulerVN : V ; -fun coaliserVN : V ; -fun coasserVN : V ; -fun cocherVN : V ; -fun côcherVN : V ; -fun cochonnerVN : V ; -fun coderVN : V ; -fun coexisterVN : V ; -fun coffrerVN : V ; -fun cogiterVN : V ; -fun cognerVN : V ; -fun cohabiterVN : V ; -fun cohériterVN : V ; -fun coifferVN : V ; -fun coïnciderVN : V ; -fun collaborerVN : V ; -fun collationnerVN : V ; -fun collecterVN : V ; -fun collectionnerVN : V ; -fun collectiviserVN : V ; -fun collerVN : V ; -fun colloquerVN : V ; -fun colmaterVN : V ; -fun coloniserVN : V ; -fun colorerVN : V ; -fun colporterVN : V ; -fun coltinerVN : V ; -fun combinerVN : V ; -fun comblerVN : V ; -fun commanderVN : V ; -fun commanditerVN : V ; -fun commémorerVN : V ; -fun commenterVN : V ; -fun commercialiserVN : V ; -fun commissionnerVN : V ; -fun commotionnerVN : V ; -fun commuerVN : V ; -fun communaliserVN : V ; -fun communiquerVN : V ; -fun commuterVN : V ; -fun comparerVN : V ; -fun compartimenterVN : V ; -fun compasserVN : V ; -fun compenserVN : V ; -fun compilerVN : V ; -fun complexerVN : V ; -fun complimenterVN : V ; -fun compliquerVN : V ; -fun comploterVN : V ; -fun comporterVN : V ; -fun composerVN : V ; -fun composterVN : V ; -fun comprimerVN : V ; -fun comptabiliserVN : V ; -fun compterVN : V ; -fun compulserVN : V ; -fun computerVN : V ; -fun concasserVN : V ; -fun concentrerVN : V ; -fun conceptualiserVN : V ; -fun concernerVN : V ; -fun concerterVN : V ; -fun concocterVN : V ; -fun concorderVN : V ; -fun concrétiserVN : V ; -fun condamnerVN : V ; -fun condenserVN : V ; -fun conditionnerVN : V ; -fun confectionnerVN : V ; -fun confesserVN : V ; -fun configurerVN : V ; -fun confinerVN : V ; -fun confirmerVN : V ; -fun confisquerVN : V ; -fun confluerVN : V ; -fun conformerVN : V ; -fun conforterVN : V ; -fun confronterVN : V ; -fun congestionnerVN : V ; -fun conglutinerVN : V ; -fun congratulerVN : V ; -fun conjecturerVN : V ; -fun conjuguerVN : V ; -fun conjurerVN : V ; -fun connecterVN : V ; -fun connoterVN : V ; -fun conobrerVN : V ; -fun consacrerVN : V ; -fun conseillerVN : V ; -fun conserverVN : V ; -fun consignerVN : V ; -fun consisterVN : V ; -fun consolerVN : V ; -fun consoliderVN : V ; -fun consommerVN : V ; -fun consonerVN : V ; -fun conspirerVN : V ; -fun conspuerVN : V ; -fun constaterVN : V ; -fun constellerVN : V ; -fun consternerVN : V ; -fun constiperVN : V ; -fun constituerVN : V ; -fun constitutionnaliserVN : V ; -fun consulterVN : V ; -fun consumerVN : V ; -fun contacterVN : V ; -fun contagionnerVN : V ; -fun containeriserVN : V ; -fun contaminerVN : V ; -fun contemplerVN : V ; -fun contenterVN : V ; -fun conterVN : V ; -fun contesterVN : V ; -fun contingenterVN : V ; -fun continuerVN : V ; -fun contorsionnerVN : V ; -fun contournerVN : V ; -fun contracterVN : V ; -fun contractualiserVN : V ; -fun contracturerVN : V ; -fun contrasterVN : V ; -fun contre_attaquerVN : V ; -fun contrebouterVN : V ; -fun contre_buterVN : V ; -fun contrebuterVN : V ; -fun contrecarrerVN : V ; -fun contreficherVN : V ; -fun contre_indiquerVN : V ; -fun contremanderVN : V ; -fun contre_manifesterVN : V ; -fun contremarquerVN : V ; -fun contre_minerVN : V ; -fun contre_murerVN : V ; -fun contre_passerVN : V ; -fun contre_plaquerVN : V ; -fun contrerVN : V ; -fun contre_scellerVN : V ; -fun contresignerVN : V ; -fun contre_tirerVN : V ; -fun contribuerVN : V ; -fun contristerVN : V ; -fun contrôlerVN : V ; -fun controuverVN : V ; -fun controverserVN : V ; -fun contusionnerVN : V ; -fun conventionnerVN : V ; -fun converserVN : V ; -fun convoiterVN : V ; -fun convolerVN : V ; -fun convoquerVN : V ; -fun convulserVN : V ; -fun convulsionnerVN : V ; -fun coopterVN : V ; -fun coordonnerVN : V ; -fun copinerVN : V ; -fun coquerVN : V ; -fun coquillerVN : V ; -fun corderVN : V ; -fun cordonnerVN : V ; -fun cornerVN : V ; -fun corroborerVN : V ; -fun corroderVN : V ; -fun corserVN : V ; -fun cosserVN : V ; -fun costumerVN : V ; -fun coterVN : V ; -fun cotiserVN : V ; -fun cotonnerVN : V ; -fun coucherVN : V ; -fun couderVN : V ; -fun couinerVN : V ; -fun coulerVN : V ; -fun coulisserVN : V ; -fun coupaillerVN : V ; -fun coupellerVN : V ; -fun couperVN : V ; -fun couplerVN : V ; -fun couraillerVN : V ; -fun courberVN : V ; -fun couronnerVN : V ; -fun court_circuiterVN : V ; -fun courtiserVN : V ; -fun cousinerVN : V ; -fun coûterVN : V ; -fun couturerVN : V ; -fun couverVN : V ; -fun cracherVN : V ; -fun crachinerVN : V ; -fun crachoterVN : V ; -fun crachouillerVN : V ; -fun craillerVN : V ; -fun cramerVN : V ; -fun cramponnerVN : V ; -fun crampserVN : V ; -fun cramserVN : V ; -fun cranerVN : V ; -fun crânerVN : V ; -fun cranterVN : V ; -fun crapahuterVN : V ; -fun crapaüterVN : V ; -fun crapulerVN : V ; -fun craquerVN : V ; -fun crasserVN : V ; -fun cravacherVN : V ; -fun cravaterVN : V ; -fun crawlerVN : V ; -fun crayonnerVN : V ; -fun créditerVN : V ; -fun créosoterVN : V ; -fun crêperVN : V ; -fun crépiterVN : V ; -fun crétiniserVN : V ; -fun creuserVN : V ; -fun crevasserVN : V ; -fun criaillerVN : V ; -fun criblerVN : V ; -fun criminaliserVN : V ; -fun crisperVN : V ; -fun crisserVN : V ; -fun cristalliserVN : V ; -fun criticaillerVN : V ; -fun critiquerVN : V ; -fun croasserVN : V ; -fun crocherVN : V ; -fun croiserVN : V ; -fun croquerVN : V ; -fun crosserVN : V ; -fun crotterVN : V ; -fun croulerVN : V ; -fun croustillerVN : V ; -fun croûterVN : V ; -fun cuberVN : V ; -fun cuirasserVN : V ; -fun cuisinerVN : V ; -fun cuiterVN : V ; -fun cuivrerVN : V ; -fun culbuterVN : V ; -fun culerVN : V ; -fun culminerVN : V ; -fun culotterVN : V ; -fun culpabiliserVN : V ; -fun cultiverVN : V ; -fun cumulerVN : V ; -fun curerVN : V ; -fun cuverVN : V ; -fun cylindrerVN : V ; -fun daguerVN : V ; -fun daignerVN : V ; -fun dallerVN : V ; -fun damasquinerVN : V ; -fun damasserVN : V ; -fun damerVN : V ; -fun damnerVN : V ; -fun dandinerVN : V ; -fun danserVN : V ; -fun dansotterVN : V ; -fun darderVN : V ; -fun daterVN : V ; -fun dauberVN : V ; -fun déactiverVN : V ; -fun déambulerVN : V ; -fun débâcherVN : V ; -fun débâclerVN : V ; -fun débagoulerVN : V ; -fun déballerVN : V ; -fun déballonnerVN : V ; -fun débalourderVN : V ; -fun débanaliserVN : V ; -fun débanderVN : V ; -fun débaptiserVN : V ; -fun débarbouillerVN : V ; -fun débarderVN : V ; -fun débarquerVN : V ; -fun débarrasserVN : V ; -fun débarrerVN : V ; -fun débâterVN : V ; -fun débaucherVN : V ; -fun débecterVN : V ; -fun débiliterVN : V ; -fun débillarderVN : V ; -fun débinerVN : V ; -fun débiterVN : V ; -fun débloquerVN : V ; -fun débobinerVN : V ; -fun déboiserVN : V ; -fun déboîterVN : V ; -fun déborderVN : V ; -fun débotterVN : V ; -fun déboucherVN : V ; -fun débouclerVN : V ; -fun débouderVN : V ; -fun déboulerVN : V ; -fun déboulonnerVN : V ; -fun débouquerVN : V ; -fun débourberVN : V ; -fun débourrerVN : V ; -fun débourserVN : V ; -fun déboussolerVN : V ; -fun débouterVN : V ; -fun déboutonnerVN : V ; -fun débraillerVN : V ; -fun débrancherVN : V ; -fun débriderVN : V ; -fun débrocherVN : V ; -fun débrouillerVN : V ; -fun débroussaillerVN : V ; -fun débucherVN : V ; -fun débudgétiserVN : V ; -fun débullerVN : V ; -fun débureaucratiserVN : V ; -fun débusquerVN : V ; -fun débuterVN : V ; -fun décadenasserVN : V ; -fun décaféinerVN : V ; -fun décaisserVN : V ; -fun décalaminerVN : V ; -fun décalerVN : V ; -fun décalotterVN : V ; -fun décalquerVN : V ; -fun décamperVN : V ; -fun décanillerVN : V ; -fun décanterVN : V ; -fun décaperVN : V ; -fun décapiterVN : V ; -fun décapoterVN : V ; -fun décapsulerVN : V ; -fun décapuchonnerVN : V ; -fun décarburerVN : V ; -fun décarcasserVN : V ; -fun décarrerVN : V ; -fun décartonnerVN : V ; -fun décentraliserVN : V ; -fun décentrerVN : V ; -fun décerclerVN : V ; -fun décernerVN : V ; -fun décesserVN : V ; -fun déchagrinerVN : V ; -fun déchaînerVN : V ; -fun déchanterVN : V ; -fun déchaperonnerVN : V ; -fun déchaperVN : V ; -fun décharnerVN : V ; -fun déchaumerVN : V ; -fun déchausserVN : V ; -fun déchevêtrerVN : V ; -fun déchevillerVN : V ; -fun déchiffonnerVN : V ; -fun déchiffrerVN : V ; -fun déchirerVN : V ; -fun déchlorurerVN : V ; -fun déchristianiserVN : V ; -fun déchromerVN : V ; -fun déciderVN : V ; -fun décimerVN : V ; -fun décintrerVN : V ; -fun déclamerVN : V ; -fun déclarerVN : V ; -fun déclasserVN : V ; -fun déclencherVN : V ; -fun décléricaliserVN : V ; -fun déclinerVN : V ; -fun décloisonnerVN : V ; -fun déclouerVN : V ; -fun décocherVN : V ; -fun décoderVN : V ; -fun décoifferVN : V ; -fun décollerVN : V ; -fun décoloniserVN : V ; -fun décommanderVN : V ; -fun décomplexerVN : V ; -fun décomposerVN : V ; -fun décomprimerVN : V ; -fun décompterVN : V ; -fun déconcentrerVN : V ; -fun déconcerterVN : V ; -fun décongestionnerVN : V ; -fun déconnecterVN : V ; -fun déconseillerVN : V ; -fun déconsignerVN : V ; -fun déconstiperVN : V ; -fun décontaminerVN : V ; -fun décontracterVN : V ; -fun décorderVN : V ; -fun décorerVN : V ; -fun décornerVN : V ; -fun décortiquerVN : V ; -fun découcherVN : V ; -fun découlerVN : V ; -fun découperVN : V ; -fun découplerVN : V ; -fun découronnerVN : V ; -fun décrasserVN : V ; -fun décréditerVN : V ; -fun décrêperVN : V ; -fun décrépiterVN : V ; -fun décreuserVN : V ; -fun décriminaliserVN : V ; -fun décrisperVN : V ; -fun décrocherVN : V ; -fun décroiserVN : V ; -fun décrotterVN : V ; -fun décroûterVN : V ; -fun décruerVN : V ; -fun décruserVN : V ; -fun décrypterVN : V ; -fun décuivrerVN : V ; -fun déculasserVN : V ; -fun déculotterVN : V ; -fun déculpabiliserVN : V ; -fun décuplerVN : V ; -fun décuverVN : V ; -fun dédaignerVN : V ; -fun dédorerVN : V ; -fun dédouanerVN : V ; -fun dédoublerVN : V ; -fun dédramatiserVN : V ; -fun défalquerVN : V ; -fun défarderVN : V ; -fun défatiguerVN : V ; -fun défaufilerVN : V ; -fun défausserVN : V ; -fun défavoriserVN : V ; -fun déferlerVN : V ; -fun déferrerVN : V ; -fun déferriserVN : V ; -fun défeuillerVN : V ; -fun défeutrerVN : V ; -fun défibrerVN : V ; -fun déficherVN : V ; -fun défigurerVN : V ; -fun défilerVN : V ; -fun déflagrerVN : V ; -fun déflaquerVN : V ; -fun déflorerVN : V ; -fun déformerVN : V ; -fun défoulerVN : V ; -fun défouraillerVN : V ; -fun défournerVN : V ; -fun défourrerVN : V ; -fun défranciserVN : V ; -fun défretterVN : V ; -fun défricherVN : V ; -fun défringuerVN : V ; -fun défriperVN : V ; -fun défriserVN : V ; -fun défroisserVN : V ; -fun défroquerVN : V ; -fun défruiterVN : V ; -fun dégainerVN : V ; -fun dégalonnerVN : V ; -fun déganterVN : V ; -fun dégasolinerVN : V ; -fun dégazerVN : V ; -fun dégazolinerVN : V ; -fun dégazonnerVN : V ; -fun dégermerVN : V ; -fun déginganderVN : V ; -fun dégîterVN : V ; -fun dégivrerVN : V ; -fun déglinguerVN : V ; -fun dégluerVN : V ; -fun dégobillerVN : V ; -fun dégoiserVN : V ; -fun dégonderVN : V ; -fun dégonflerVN : V ; -fun dégoterVN : V ; -fun dégotterVN : V ; -fun dégoulinerVN : V ; -fun dégoupillerVN : V ; -fun dégoûterVN : V ; -fun dégoutterVN : V ; -fun dégraderVN : V ; -fun dégraferVN : V ; -fun dégraisserVN : V ; -fun dégringolerVN : V ; -fun dégriserVN : V ; -fun dégrosserVN : V ; -fun dégrouillerVN : V ; -fun dégueulerVN : V ; -fun déguiserVN : V ; -fun dégurgiterVN : V ; -fun dégusterVN : V ; -fun déhalerVN : V ; -fun déhancherVN : V ; -fun déharderVN : V ; -fun déharnacherVN : V ; -fun déhotterVN : V ; -fun déjanterVN : V ; -fun déjeunerVN : V ; -fun déjouerVN : V ; -fun déjucherVN : V ; -fun délabrerVN : V ; -fun délainerVN : V ; -fun délaisserVN : V ; -fun délaiterVN : V ; -fun délarderVN : V ; -fun délasserVN : V ; -fun délatterVN : V ; -fun délaverVN : V ; -fun délecterVN : V ; -fun délesterVN : V ; -fun délimiterVN : V ; -fun délirerVN : V ; -fun délisserVN : V ; -fun déliterVN : V ; -fun délivrerVN : V ; -fun déloquerVN : V ; -fun déloverVN : V ; -fun délurerVN : V ; -fun délustrerVN : V ; -fun déluterVN : V ; -fun démaçonnerVN : V ; -fun démagnétiserVN : V ; -fun démaillerVN : V ; -fun démailloterVN : V ; -fun démancherVN : V ; -fun demanderVN : V ; -fun démantibulerVN : V ; -fun démaquillerVN : V ; -fun démarquerVN : V ; -fun démarrerVN : V ; -fun démasclerVN : V ; -fun démasquerVN : V ; -fun démastiquerVN : V ; -fun dématérialiserVN : V ; -fun démâterVN : V ; -fun démazouterVN : V ; -fun démêlerVN : V ; -fun démembrerVN : V ; -fun démerderVN : V ; -fun démériterVN : V ; -fun déméthaniserVN : V ; -fun démeublerVN : V ; -fun demeurerVN : V ; -fun démiellerVN : V ; -fun démilitariserVN : V ; -fun déminéraliserVN : V ; -fun déminerVN : V ; -fun démissionnerVN : V ; -fun démobiliserVN : V ; -fun démocratiserVN : V ; -fun démoderVN : V ; -fun démonétiserVN : V ; -fun démonterVN : V ; -fun démontrerVN : V ; -fun démoraliserVN : V ; -fun démoulerVN : V ; -fun démouscaillerVN : V ; -fun démoustiquerVN : V ; -fun démurerVN : V ; -fun dénasaliserVN : V ; -fun dénationaliserVN : V ; -fun dénatterVN : V ; -fun dénaturaliserVN : V ; -fun dénaturerVN : V ; -fun dénébuliserVN : V ; -fun dénerverVN : V ; -fun déniaiserVN : V ; -fun dénicherVN : V ; -fun dénicotiniserVN : V ; -fun dénigrerVN : V ; -fun dénitrerVN : V ; -fun dénombrerVN : V ; -fun dénommerVN : V ; -fun dénoterVN : V ; -fun dénouerVN : V ; -fun dénoyauterVN : V ; -fun dénucléariserVN : V ; -fun dénuderVN : V ; -fun dénuerVN : V ; -fun dépaillerVN : V ; -fun dépalisserVN : V ; -fun dépannerVN : V ; -fun déparaffinerVN : V ; -fun dépareillerVN : V ; -fun déparerVN : V ; -fun dépasserVN : V ; -fun dépassionnerVN : V ; -fun dépatouillerVN : V ; -fun dépaverVN : V ; -fun dépayserVN : V ; -fun dépêcherVN : V ; -fun dépeignerVN : V ; -fun dépelotonnerVN : V ; -fun dépenserVN : V ; -fun dépersonnaliserVN : V ; -fun dépêtrerVN : V ; -fun dépeuplerVN : V ; -fun déphaserVN : V ; -fun dépiauterVN : V ; -fun dépilerVN : V ; -fun dépinglerVN : V ; -fun dépiquerVN : V ; -fun dépisterVN : V ; -fun dépiterVN : V ; -fun déplafonnerVN : V ; -fun déplanquerVN : V ; -fun déplanterVN : V ; -fun déplâtrerVN : V ; -fun déplisserVN : V ; -fun déplomberVN : V ; -fun déplorerVN : V ; -fun déplumerVN : V ; -fun dépoétiserVN : V ; -fun dépointerVN : V ; -fun dépolariserVN : V ; -fun dépolitiserVN : V ; -fun dépolluerVN : V ; -fun dépolymériserVN : V ; -fun dépontillerVN : V ; -fun déporterVN : V ; -fun déposerVN : V ; -fun dépoterVN : V ; -fun dépoudrerVN : V ; -fun dépouillerVN : V ; -fun dépraverVN : V ; -fun déprimerVN : V ; -fun dépriserVN : V ; -fun déprolétariserVN : V ; -fun dépropaniserVN : V ; -fun dépulperVN : V ; -fun dépurerVN : V ; -fun députerVN : V ; -fun déquillerVN : V ; -fun déracinerVN : V ; -fun déraderVN : V ; -fun déraillerVN : V ; -fun déraisonnerVN : V ; -fun déraperVN : V ; -fun déraserVN : V ; -fun dératerVN : V ; -fun dératiserVN : V ; -fun dériderVN : V ; -fun dériverVN : V ; -fun déroberVN : V ; -fun déroderVN : V ; -fun dérouillerVN : V ; -fun déroulerVN : V ; -fun dérouterVN : V ; -fun désabonnerVN : V ; -fun désabuserVN : V ; -fun désacclimaterVN : V ; -fun désaccorderVN : V ; -fun désaccouplerVN : V ; -fun désaccoutumerVN : V ; -fun désacraliserVN : V ; -fun désactiverVN : V ; -fun désadapterVN : V ; -fun désaffecterVN : V ; -fun désaffectionnerVN : V ; -fun désaimanterVN : V ; -fun désajusterVN : V ; -fun désamarrerVN : V ; -fun désamidonnerVN : V ; -fun désannexerVN : V ; -fun désappointerVN : V ; -fun désapprouverVN : V ; -fun désapprovisionnerVN : V ; -fun désarçonnerVN : V ; -fun désargenterVN : V ; -fun désarmerVN : V ; -fun désarrimerVN : V ; -fun désarticulerVN : V ; -fun désassemblerVN : V ; -fun désassimilerVN : V ; -fun désaveuglerVN : V ; -fun désavouerVN : V ; -fun désaxerVN : V ; -fun descellerVN : V ; -fun déséchouerVN : V ; -fun désembourberVN : V ; -fun désembourgeoiserVN : V ; -fun désembouteillerVN : V ; -fun désembuerVN : V ; -fun désemmancherVN : V ; -fun désemparerVN : V ; -fun désemprisonnerVN : V ; -fun désencadrerVN : V ; -fun désencarterVN : V ; -fun désenchaînerVN : V ; -fun désenchanterVN : V ; -fun désenclaverVN : V ; -fun désencombrerVN : V ; -fun désencrasserVN : V ; -fun désénerverVN : V ; -fun désenfilerVN : V ; -fun désenflammerVN : V ; -fun désenflerVN : V ; -fun désenfumerVN : V ; -fun désenivrerVN : V ; -fun désenrhumerVN : V ; -fun désenrouerVN : V ; -fun désensablerVN : V ; -fun désensibiliserVN : V ; -fun désentoilerVN : V ; -fun désentortillerVN : V ; -fun désentraverVN : V ; -fun désenvaserVN : V ; -fun désenvelopperVN : V ; -fun désenvenimerVN : V ; -fun désenverquerVN : V ; -fun déséquilibrerVN : V ; -fun déséquiperVN : V ; -fun déserterVN : V ; -fun désétamerVN : V ; -fun déshabillerVN : V ; -fun déshabituerVN : V ; -fun désherberVN : V ; -fun déshériterVN : V ; -fun déshonorerVN : V ; -fun déshumaniserVN : V ; -fun déshydraterVN : V ; -fun désignerVN : V ; -fun désillusionnerVN : V ; -fun désincarnerVN : V ; -fun désincorporerVN : V ; -fun désincrusterVN : V ; -fun désinculperVN : V ; -fun désinfecterVN : V ; -fun désinsectiserVN : V ; -fun désintéresserVN : V ; -fun désintoxiquerVN : V ; -fun désinviterVN : V ; -fun désirerVN : V ; -fun désisterVN : V ; -fun désobstruerVN : V ; -fun désoccuperVN : V ; -fun désodoriserVN : V ; -fun désolerVN : V ; -fun désolidariserVN : V ; -fun désopilerVN : V ; -fun désorberVN : V ; -fun désorbiterVN : V ; -fun désordonnerVN : V ; -fun désorganiserVN : V ; -fun désorienterVN : V ; -fun désosserVN : V ; -fun désoxyderVN : V ; -fun desquamerVN : V ; -fun dessablerVN : V ; -fun dessalerVN : V ; -fun dessanglerVN : V ; -fun dessaoulerVN : V ; -fun dessellerVN : V ; -fun desserrerVN : V ; -fun dessillerVN : V ; -fun dessinerVN : V ; -fun dessolerVN : V ; -fun dessouderVN : V ; -fun dessoulerVN : V ; -fun dessoûlerVN : V ; -fun dessuinterVN : V ; -fun destinerVN : V ; -fun destituerVN : V ; -fun destructurerVN : V ; -fun désulfiterVN : V ; -fun désynchroniserVN : V ; -fun détacherVN : V ; -fun détaillerVN : V ; -fun détalerVN : V ; -fun détallerVN : V ; -fun détapisserVN : V ; -fun détartrerVN : V ; -fun détaxerVN : V ; -fun détecterVN : V ; -fun détériorerVN : V ; -fun déterminerVN : V ; -fun déterrerVN : V ; -fun détesterVN : V ; -fun détirerVN : V ; -fun détisserVN : V ; -fun détonerVN : V ; -fun détonnerVN : V ; -fun détortillerVN : V ; -fun détourerVN : V ; -fun détournerVN : V ; -fun détracterVN : V ; -fun détrancherVN : V ; -fun détransposerVN : V ; -fun détraquerVN : V ; -fun détremperVN : V ; -fun détresserVN : V ; -fun détricoterVN : V ; -fun détromperVN : V ; -fun détroncherVN : V ; -fun détrônerVN : V ; -fun détroquerVN : V ; -fun détrousserVN : V ; -fun dévalerVN : V ; -fun dévaliserVN : V ; -fun dévaloriserVN : V ; -fun dévaluerVN : V ; -fun dévaserVN : V ; -fun dévasterVN : V ; -fun développerVN : V ; -fun déventerVN : V ; -fun dévergonderVN : V ; -fun déverguerVN : V ; -fun déverrouillerVN : V ; -fun déverserVN : V ; -fun déviderVN : V ; -fun devinerVN : V ; -fun déviriliserVN : V ; -fun dévirolerVN : V ; -fun deviserVN : V ; -fun dévisserVN : V ; -fun dévitaliserVN : V ; -fun dévoilerVN : V ; -fun dévorerVN : V ; -fun dévouerVN : V ; -fun diagnostiquerVN : V ; -fun dialectaliserVN : V ; -fun dialectiserVN : V ; -fun dialoguerVN : V ; -fun dialyserVN : V ; -fun diamanterVN : V ; -fun diaphragmerVN : V ; -fun diaprerVN : V ; -fun dicterVN : V ; -fun diffamerVN : V ; -fun difformerVN : V ; -fun diffracterVN : V ; -fun diffuserVN : V ; -fun dilapiderVN : V ; -fun dilaterVN : V ; -fun diluerVN : V ; -fun diminuerVN : V ; -fun dindonnerVN : V ; -fun dînerVN : V ; -fun dinguerVN : V ; -fun discernerVN : V ; -fun disciplinerVN : V ; -fun discontinuerVN : V ; -fun discorderVN : V ; -fun discréditerVN : V ; -fun discriminerVN : V ; -fun disculperVN : V ; -fun discutaillerVN : V ; -fun discuterVN : V ; -fun disjoncterVN : V ; -fun disloquerVN : V ; -fun dispenserVN : V ; -fun disperserVN : V ; -fun disposerVN : V ; -fun disproportionnerVN : V ; -fun disputaillerVN : V ; -fun disputerVN : V ; -fun disséminerVN : V ; -fun disserterVN : V ; -fun dissimulerVN : V ; -fun dissiperVN : V ; -fun dissonerVN : V ; -fun dissuaderVN : V ; -fun distillerVN : V ; -fun distinguerVN : V ; -fun distribuerVN : V ; -fun divaguerVN : V ; -fun diviniserVN : V ; -fun diviserVN : V ; -fun divulguerVN : V ; -fun documenterVN : V ; -fun dodelinerVN : V ; -fun dogmatiserVN : V ; -fun doigterVN : V ; -fun dolerVN : V ; -fun domestiquerVN : V ; -fun dominerVN : V ; -fun dompterVN : V ; -fun donnerVN : V ; -fun doperVN : V ; -fun dorerVN : V ; -fun dorloterVN : V ; -fun doserVN : V ; -fun doterVN : V ; -fun doublerVN : V ; -fun doucherVN : V ; -fun douterVN : V ; -fun drageonnerVN : V ; -fun draguerVN : V ; -fun drainerVN : V ; -fun dramatiserVN : V ; -fun draperVN : V ; -fun dresserVN : V ; -fun dribblerVN : V ; -fun drillerVN : V ; -fun driverVN : V ; -fun droguerVN : V ; -fun drosserVN : V ; -fun duperVN : V ; -fun duplexerVN : V ; -fun dupliquerVN : V ; -fun durerVN : V ; -fun dynamiserVN : V ; -fun dynamiterVN : V ; -fun ébarberVN : V ; -fun ébaucherVN : V ; -fun ébavurerVN : V ; -fun éberluerVN : V ; -fun éborgnerVN : V ; -fun ébosserVN : V ; -fun ébouerVN : V ; -fun ébouillanterVN : V ; -fun éboulerVN : V ; -fun ébourgeonnerVN : V ; -fun ébourifferVN : V ; -fun ébourrerVN : V ; -fun ébouterVN : V ; -fun ébraiserVN : V ; -fun ébrancherVN : V ; -fun ébranlerVN : V ; -fun ébraserVN : V ; -fun ébrouerVN : V ; -fun ébruiterVN : V ; -fun ébruterVN : V ; -fun écacherVN : V ; -fun écafferVN : V ; -fun écaillerVN : V ; -fun écalerVN : V ; -fun écanguerVN : V ; -fun écarquillerVN : V ; -fun écarterVN : V ; -fun échafauderVN : V ; -fun échancrerVN : V ; -fun échanfreinerVN : V ; -fun échantillonnerVN : V ; -fun échapperVN : V ; -fun échardonnerVN : V ; -fun écharnerVN : V ; -fun écharperVN : V ; -fun échauderVN : V ; -fun échaufferVN : V ; -fun échaulerVN : V ; -fun échaumerVN : V ; -fun échelonnerVN : V ; -fun échenillerVN : V ; -fun échinerVN : V ; -fun échopperVN : V ; -fun échouerVN : V ; -fun écimerVN : V ; -fun éclabousserVN : V ; -fun éclairerVN : V ; -fun éclaterVN : V ; -fun éclipserVN : V ; -fun éclisserVN : V ; -fun écloperVN : V ; -fun écluserVN : V ; -fun écobuerVN : V ; -fun écoeurerVN : V ; -fun économiserVN : V ; -fun écoperVN : V ; -fun écorcherVN : V ; -fun écorerVN : V ; -fun écornerVN : V ; -fun écorniflerVN : V ; -fun écosserVN : V ; -fun écoulerVN : V ; -fun écourterVN : V ; -fun écouterVN : V ; -fun écouvillonnerVN : V ; -fun écrabouillerVN : V ; -fun écraserVN : V ; -fun écrêterVN : V ; -fun écrivaillerVN : V ; -fun écrivasserVN : V ; -fun écrouerVN : V ; -fun écroulerVN : V ; -fun écroûterVN : V ; -fun écuisserVN : V ; -fun éculerVN : V ; -fun écumerVN : V ; -fun écurerVN : V ; -fun écussonnerVN : V ; -fun édenterVN : V ; -fun édicterVN : V ; -fun éditerVN : V ; -fun éditionnerVN : V ; -fun édulcorerVN : V ; -fun éduquerVN : V ; -fun éfaufilerVN : V ; -fun effanerVN : V ; -fun effarerVN : V ; -fun effaroucherVN : V ; -fun effectuerVN : V ; -fun efféminerVN : V ; -fun effeuillerVN : V ; -fun effilerVN : V ; -fun effilocherVN : V ; -fun efflanquerVN : V ; -fun effleurerVN : V ; -fun effluverVN : V ; -fun effondrerVN : V ; -fun effriterVN : V ; -fun égaillerVN : V ; -fun égalerVN : V ; -fun égaliserVN : V ; -fun égarerVN : V ; -fun égosillerVN : V ; -fun égoutterVN : V ; -fun égrainerVN : V ; -fun égrapperVN : V ; -fun égratignerVN : V ; -fun égriserVN : V ; -fun éjaculerVN : V ; -fun éjarrerVN : V ; -fun éjecterVN : V ; -fun éjointerVN : V ; -fun élaborerVN : V ; -fun élaguerVN : V ; -fun électriserVN : V ; -fun électrocuterVN : V ; -fun électrolyserVN : V ; -fun électroniserVN : V ; -fun éliderVN : V ; -fun élimerVN : V ; -fun éliminerVN : V ; -fun élinguerVN : V ; -fun éloignerVN : V ; -fun éluciderVN : V ; -fun élucubrerVN : V ; -fun éluderVN : V ; -fun émaillerVN : V ; -fun émanciperVN : V ; -fun émanerVN : V ; -fun émasculerVN : V ; -fun emballerVN : V ; -fun emballotterVN : V ; -fun embarbouillerVN : V ; -fun embarderVN : V ; -fun embarquerVN : V ; -fun embarrasserVN : V ; -fun embarrerVN : V ; -fun embastillerVN : V ; -fun embastionnerVN : V ; -fun embaucherVN : V ; -fun embaumerVN : V ; -fun embecquerVN : V ; -fun émbéguinerVN : V ; -fun emberlificoterVN : V ; -fun embêterVN : V ; -fun embidonnerVN : V ; -fun emblaverVN : V ; -fun embobelinerVN : V ; -fun embobinerVN : V ; -fun emboîterVN : V ; -fun embosserVN : V ; -fun emboucherVN : V ; -fun embouerVN : V ; -fun embourberVN : V ; -fun embourgeoiserVN : V ; -fun embourrerVN : V ; -fun embouteillerVN : V ; -fun embrancherVN : V ; -fun embraquerVN : V ; -fun embraserVN : V ; -fun embrasserVN : V ; -fun embrigaderVN : V ; -fun embringuerVN : V ; -fun embrocherVN : V ; -fun embroncherVN : V ; -fun embrouillerVN : V ; -fun embroussaillerVN : V ; -fun embrumerVN : V ; -fun embuerVN : V ; -fun embusquerVN : V ; -fun émerillonnerVN : V ; -fun émeriserVN : V ; -fun émerveillerVN : V ; -fun émietterVN : V ; -fun émigrerVN : V ; -fun emmagasinerVN : V ; -fun emmailloterVN : V ; -fun emmancherVN : V ; -fun emmêlerVN : V ; -fun emmerderVN : V ; -fun emmitonnerVN : V ; -fun emmitouflerVN : V ; -fun emmortaiserVN : V ; -fun emmouscaillerVN : V ; -fun emmurerVN : V ; -fun émonderVN : V ; -fun émorfilerVN : V ; -fun émotionnerVN : V ; -fun émotterVN : V ; -fun émoucherVN : V ; -fun émousserVN : V ; -fun émoustillerVN : V ; -fun empaillerVN : V ; -fun empalerVN : V ; -fun empalmerVN : V ; -fun empanacherVN : V ; -fun empannerVN : V ; -fun empapilloterVN : V ; -fun emparerVN : V ; -fun emparquerVN : V ; -fun empâterVN : V ; -fun empatterVN : V ; -fun empaumerVN : V ; -fun empêcherVN : V ; -fun empeignerVN : V ; -fun empênerVN : V ; -fun empennerVN : V ; -fun empercherVN : V ; -fun emperlerVN : V ; -fun empesterVN : V ; -fun empêtrerVN : V ; -fun empierrerVN : V ; -fun empiffrerVN : V ; -fun empilerVN : V ; -fun empirerVN : V ; -fun emplâtrerVN : V ; -fun emplumerVN : V ; -fun empocherVN : V ; -fun empoignerVN : V ; -fun empoisonnerVN : V ; -fun empoisserVN : V ; -fun empoissonnerVN : V ; -fun emporterVN : V ; -fun empoterVN : V ; -fun empourprerVN : V ; -fun empresserVN : V ; -fun emprésurerVN : V ; -fun emprisonnerVN : V ; -fun emprunterVN : V ; -fun émulsionnerVN : V ; -fun enamourerVN : V ; -fun énamourerVN : V ; -fun encabanerVN : V ; -fun encadrerVN : V ; -fun encaisserVN : V ; -fun encanaillerVN : V ; -fun encapuchonnerVN : V ; -fun encarterVN : V ; -fun encartonnerVN : V ; -fun encartoucherVN : V ; -fun encasernerVN : V ; -fun encastrerVN : V ; -fun encaustiquerVN : V ; -fun encaverVN : V ; -fun encenserVN : V ; -fun encerclerVN : V ; -fun enchaînerVN : V ; -fun enchanterVN : V ; -fun enchaperonnerVN : V ; -fun encharnerVN : V ; -fun enchâsserVN : V ; -fun enchatonnerVN : V ; -fun enchausserVN : V ; -fun enchemiserVN : V ; -fun enchevaucherVN : V ; -fun enchevêtrerVN : V ; -fun encirerVN : V ; -fun enclaverVN : V ; -fun enclencherVN : V ; -fun encloîtrerVN : V ; -fun enclouerVN : V ; -fun encocherVN : V ; -fun encoderVN : V ; -fun encoffrerVN : V ; -fun encollerVN : V ; -fun encombrerVN : V ; -fun encorderVN : V ; -fun encornerVN : V ; -fun encrasserVN : V ; -fun encrêperVN : V ; -fun encrerVN : V ; -fun encroûterVN : V ; -fun encuverVN : V ; -fun endauberVN : V ; -fun endenterVN : V ; -fun endetterVN : V ; -fun endeuillerVN : V ; -fun endiablerVN : V ; -fun endiguerVN : V ; -fun endimancherVN : V ; -fun endivisionnerVN : V ; -fun endoctrinerVN : V ; -fun endosserVN : V ; -fun endurerVN : V ; -fun énerverVN : V ; -fun enfaîterVN : V ; -fun enfanterVN : V ; -fun enfarinerVN : V ; -fun enfermerVN : V ; -fun enferrerVN : V ; -fun enfiellerVN : V ; -fun enfilerVN : V ; -fun enflammerVN : V ; -fun enflerVN : V ; -fun enfleurerVN : V ; -fun enfourcherVN : V ; -fun enfournerVN : V ; -fun enfumerVN : V ; -fun enfutaillerVN : V ; -fun engainerVN : V ; -fun engamerVN : V ; -fun engargousserVN : V ; -fun engaverVN : V ; -fun engazonnerVN : V ; -fun engendrerVN : V ; -fun engerberVN : V ; -fun engloberVN : V ; -fun engluerVN : V ; -fun engoberVN : V ; -fun engommerVN : V ; -fun engouerVN : V ; -fun engouffrerVN : V ; -fun engoulerVN : V ; -fun engraisserVN : V ; -fun engraverVN : V ; -fun engrosserVN : V ; -fun engueulerVN : V ; -fun enguirlanderVN : V ; -fun enharnacherVN : V ; -fun enherberVN : V ; -fun éniellerVN : V ; -fun enivrerVN : V ; -fun enjamberVN : V ; -fun enjôlerVN : V ; -fun enjoliverVN : V ; -fun enjouerVN : V ; -fun enjuguerVN : V ; -fun enjuiverVN : V ; -fun enjuponnerVN : V ; -fun enkysterVN : V ; -fun enliasserVN : V ; -fun enlignerVN : V ; -fun enliserVN : V ; -fun enluminerVN : V ; -fun énouerVN : V ; -fun enquêterVN : V ; -fun enquiquinerVN : V ; -fun enracinerVN : V ; -fun enraillerVN : V ; -fun enrégimenterVN : V ; -fun enregistrerVN : V ; -fun enrênerVN : V ; -fun enrhumerVN : V ; -fun enroberVN : V ; -fun enrocherVN : V ; -fun enrôlerVN : V ; -fun enrouerVN : V ; -fun enrouillerVN : V ; -fun enroulerVN : V ; -fun enrubannerVN : V ; -fun ensablerVN : V ; -fun ensaboterVN : V ; -fun ensacherVN : V ; -fun ensaisinerVN : V ; -fun ensanglanterVN : V ; -fun ensauverVN : V ; -fun enseignerVN : V ; -fun enserrerVN : V ; -fun ensilerVN : V ; -fun ensoleillerVN : V ; -fun ensoufrerVN : V ; -fun entablerVN : V ; -fun entacherVN : V ; -fun entaillerVN : V ; -fun entamerVN : V ; -fun entaquerVN : V ; -fun entartrerVN : V ; -fun entasserVN : V ; -fun entérinerVN : V ; -fun enterrerVN : V ; -fun enterVN : V ; -fun entêterVN : V ; -fun enthousiasmerVN : V ; -fun enticherVN : V ; -fun entoilerVN : V ; -fun entôlerVN : V ; -fun entonnerVN : V ; -fun entortillerVN : V ; -fun entourerVN : V ; -fun entraccorderVN : V ; -fun entraccuserVN : V ; -fun entradmirerVN : V ; -fun entraiderVN : V ; -fun entr'aimerVN : V ; -fun entraînerVN : V ; -fun entraverVN : V ; -fun entrebâillerVN : V ; -fun entrechoquerVN : V ; -fun entrecouperVN : V ; -fun entrecroiserVN : V ; -fun entre_déchirerVN : V ; -fun entre_dévorerVN : V ; -fun entre_frapperVN : V ; -fun entre_heurterVN : V ; -fun entrelarderVN : V ; -fun entre_louerVN : V ; -fun entremêlerVN : V ; -fun entreposerVN : V ; -fun entre_regarderVN : V ; -fun entrerVN : V ; -fun entretaillerVN : V ; -fun entretoiserVN : V ; -fun entre_tuerVN : V ; -fun envaserVN : V ; -fun envelopperVN : V ; -fun envenimerVN : V ; -fun enverguerVN : V ; -fun enviderVN : V ; -fun environnerVN : V ; -fun envoilerVN : V ; -fun envolerVN : V ; -fun envoûterVN : V ; -fun épalerVN : V ; -fun épancherVN : V ; -fun épannerVN : V ; -fun épargnerVN : V ; -fun éparpillerVN : V ; -fun épaterVN : V ; -fun épaulerVN : V ; -fun épépinerVN : V ; -fun éperonnerVN : V ; -fun épeulerVN : V ; -fun épierrerVN : V ; -fun épilerVN : V ; -fun épiloguerVN : V ; -fun épinerVN : V ; -fun épinglerVN : V ; -fun épisserVN : V ; -fun éplucherVN : V ; -fun épointerVN : V ; -fun épontillerVN : V ; -fun épouillerVN : V ; -fun époumonerVN : V ; -fun épouserVN : V ; -fun époustouflerVN : V ; -fun épouvanterVN : V ; -fun éprouverVN : V ; -fun épuiserVN : V ; -fun épurerVN : V ; -fun équerrerVN : V ; -fun équilibrerVN : V ; -fun équiperVN : V ; -fun équivoquerVN : V ; -fun éraflerVN : V ; -fun éraillerVN : V ; -fun éreinterVN : V ; -fun ergoterVN : V ; -fun éroderVN : V ; -fun érotiserVN : V ; -fun errerVN : V ; -fun éructerVN : V ; -fun esbignerVN : V ; -fun esbrouferVN : V ; -fun escaladerVN : V ; -fun escamoterVN : V ; -fun escarmoucherVN : V ; -fun escherVN : V ; -fun esclafferVN : V ; -fun escompterVN : V ; -fun escorterVN : V ; -fun escrimerVN : V ; -fun escroquerVN : V ; -fun espionnerVN : V ; -fun espolinerVN : V ; -fun espoulinerVN : V ; -fun esquinterVN : V ; -fun esquisserVN : V ; -fun esquiverVN : V ; -fun essaimerVN : V ; -fun essarterVN : V ; -fun essorerVN : V ; -fun essorillerVN : V ; -fun essoucherVN : V ; -fun essoufflerVN : V ; -fun estamperVN : V ; -fun estampillerVN : V ; -fun estimerVN : V ; -fun estiverVN : V ; -fun estomaquerVN : V ; -fun estomperVN : V ; -fun estoquerVN : V ; -fun estrapaderVN : V ; -fun estrapasserVN : V ; -fun établerVN : V ; -fun étalerVN : V ; -fun étalonnerVN : V ; -fun étamerVN : V ; -fun étamperVN : V ; -fun étancherVN : V ; -fun étançonnerVN : V ; -fun étarquerVN : V ; -fun étatiserVN : V ; -fun éterniserVN : V ; -fun éternuerVN : V ; -fun étêterVN : V ; -fun éthériserVN : V ; -fun étiolerVN : V ; -fun étirerVN : V ; -fun étofferVN : V ; -fun étoilerVN : V ; -fun étonnerVN : V ; -fun étoufferVN : V ; -fun étouperVN : V ; -fun étoupillerVN : V ; -fun étranglerVN : V ; -fun étrennerVN : V ; -fun étrésillonnerVN : V ; -fun étrillerVN : V ; -fun étriperVN : V ; -fun étriquerVN : V ; -fun étronçonnerVN : V ; -fun étuverVN : V ; -fun euphoriserVN : V ; -fun européaniserVN : V ; -fun évacuerVN : V ; -fun évaderVN : V ; -fun évaluerVN : V ; -fun évangéliserVN : V ; -fun évaporerVN : V ; -fun évaserVN : V ; -fun éveillerVN : V ; -fun éventerVN : V ; -fun éventrerVN : V ; -fun évertuerVN : V ; -fun éviderVN : V ; -fun éviterVN : V ; -fun évoluerVN : V ; -fun évoquerVN : V ; -fun exacerberVN : V ; -fun exalterVN : V ; -fun examinerVN : V ; -fun excaverVN : V ; -fun excellerVN : V ; -fun excentrerVN : V ; -fun excepterVN : V ; -fun exciperVN : V ; -fun exciserVN : V ; -fun exciterVN : V ; -fun exclamerVN : V ; -fun excursionnerVN : V ; -fun excuserVN : V ; -fun exécuterVN : V ; -fun exempterVN : V ; -fun exhalerVN : V ; -fun exhausserVN : V ; -fun exhiberVN : V ; -fun exhorterVN : V ; -fun exhumerVN : V ; -fun exilerVN : V ; -fun existerVN : V ; -fun exonderVN : V ; -fun exorciserVN : V ; -fun expectorerVN : V ; -fun expérimenterVN : V ; -fun expertiserVN : V ; -fun expirerVN : V ; -fun expliciterVN : V ; -fun expliquerVN : V ; -fun exploiterVN : V ; -fun explorerVN : V ; -fun exploserVN : V ; -fun exporterVN : V ; -fun exposerVN : V ; -fun exprimerVN : V ; -fun expulserVN : V ; -fun exsuderVN : V ; -fun exténuerVN : V ; -fun extérioriserVN : V ; -fun exterminerVN : V ; -fun extirperVN : V ; -fun extorquerVN : V ; -fun extraderVN : V ; -fun extrapolerVN : V ; -fun extravaguerVN : V ; -fun extravaserVN : V ; -fun extruderVN : V ; -fun exulterVN : V ; -fun fabriquerVN : V ; -fun fabulerVN : V ; -fun facetterVN : V ; -fun fâcherVN : V ; -fun faciliterVN : V ; -fun façonnerVN : V ; -fun factoriserVN : V ; -fun facturerVN : V ; -fun faderVN : V ; -fun fagoterVN : V ; -fun faignanterVN : V ; -fun faillerVN : V ; -fun fainéanterVN : V ; -fun faisanderVN : V ; -fun familiariserVN : V ; -fun fanatiserVN : V ; -fun fanerVN : V ; -fun fanfaronnerVN : V ; -fun fanfrelucherVN : V ; -fun fantasmerVN : V ; -fun farderVN : V ; -fun farfouillerVN : V ; -fun farinerVN : V ; -fun farterVN : V ; -fun fascinerVN : V ; -fun fasciserVN : V ; -fun faseillerVN : V ; -fun faseyerVN : V ; -fun fatiguerVN : V ; -fun faucarderVN : V ; -fun faucherVN : V ; -fun fauconnerVN : V ; -fun faufilerVN : V ; -fun fausserVN : V ; -fun fauterVN : V ; -fun favoriserVN : V ; -fun fayoterVN : V ; -fun fayotterVN : V ; -fun féconderVN : V ; -fun féculerVN : V ; -fun fédéraliserVN : V ; -fun feignanterVN : V ; -fun feinterVN : V ; -fun fêlerVN : V ; -fun féliciterVN : V ; -fun féminiserVN : V ; -fun fendillerVN : V ; -fun fenestrerVN : V ; -fun fenêtrerVN : V ; -fun ferlerVN : V ; -fun fermenterVN : V ; -fun fermerVN : V ; -fun ferraillerVN : V ; -fun ferrerVN : V ; -fun fertiliserVN : V ; -fun fesserVN : V ; -fun festonnerVN : V ; -fun fêterVN : V ; -fun fétichiserVN : V ; -fun feuillerVN : V ; -fun feuilletiserVN : V ; -fun feulerVN : V ; -fun feutrerVN : V ; -fun ficherVN : V ; -fun ficherVN : V ; -fun fiefferVN : V ; -fun fienterVN : V ; -fun fierVN : V ; -fun fignolerVN : V ; -fun figurerVN : V ; -fun filerVN : V ; -fun filigranerVN : V ; -fun filmerVN : V ; -fun filocherVN : V ; -fun filouterVN : V ; -fun filtrerVN : V ; -fun finasserVN : V ; -fun finlandiserVN : V ; -fun fiscaliserVN : V ; -fun fissionnerVN : V ; -fun fissurerVN : V ; -fun fixerVN : V ; -fun flagellerVN : V ; -fun flageolerVN : V ; -fun flagornerVN : V ; -fun flairerVN : V ; -fun flamberVN : V ; -fun flancherVN : V ; -fun flânerVN : V ; -fun flanquerVN : V ; -fun flaquerVN : V ; -fun flasherVN : V ; -fun flatterVN : V ; -fun flauperVN : V ; -fun flemmarderVN : V ; -fun fleurerVN : V ; -fun flibusterVN : V ; -fun flinguerVN : V ; -fun flipperVN : V ; -fun flirterVN : V ; -fun floconnerVN : V ; -fun floculerVN : V ; -fun flotterVN : V ; -fun flotterVN : V ; -fun flouerVN : V ; -fun flouserVN : V ; -fun fluctuerVN : V ; -fun fluerVN : V ; -fun fluidiserVN : V ; -fun fluoriserVN : V ; -fun flûterVN : V ; -fun fluxerVN : V ; -fun focaliserVN : V ; -fun foirerVN : V ; -fun foisonnerVN : V ; -fun folâtrerVN : V ; -fun folichonnerVN : V ; -fun folioterVN : V ; -fun fomenterVN : V ; -fun fonctionnariserVN : V ; -fun fonctionnerVN : V ; -fun fonderVN : V ; -fun forerVN : V ; -fun forlignerVN : V ; -fun formaliserVN : V ; -fun formerVN : V ; -fun formolerVN : V ; -fun formulerVN : V ; -fun forniquerVN : V ; -fun fossiliserVN : V ; -fun fouaillerVN : V ; -fun fouetterVN : V ; -fun fouillerVN : V ; -fun fouinerVN : V ; -fun foulerVN : V ; -fun fouraillerVN : V ; -fun fourberVN : V ; -fun fourcherVN : V ; -fun fourgonnerVN : V ; -fun fourguerVN : V ; -fun fourmillerVN : V ; -fun fourrerVN : V ; -fun fracasserVN : V ; -fun fractionnerVN : V ; -fun fracturerVN : V ; -fun fragiliserVN : V ; -fun fragmenterVN : V ; -fun fraiserVN : V ; -fun framboiserVN : V ; -fun franciserVN : V ; -fun frapperVN : V ; -fun fraterniserVN : V ; -fun frauderVN : V ; -fun fredonnerVN : V ; -fun freinerVN : V ; -fun frelaterVN : V ; -fun fréquenterVN : V ; -fun frétillerVN : V ; -fun fretterVN : V ; -fun fricasserVN : V ; -fun fricoterVN : V ; -fun frictionnerVN : V ; -fun frimerVN : V ; -fun fringuerVN : V ; -fun friperVN : V ; -fun friponnerVN : V ; -fun friserVN : V ; -fun frisotterVN : V ; -fun frissonnerVN : V ; -fun fritterVN : V ; -fun froisserVN : V ; -fun frôlerVN : V ; -fun fronderVN : V ; -fun frotterVN : V ; -fun frouerVN : V ; -fun froufrouterVN : V ; -fun frusquerVN : V ; -fun frustrerVN : V ; -fun fuguerVN : V ; -fun fulgurerVN : V ; -fun fulminerVN : V ; -fun fumerVN : V ; -fun fuserVN : V ; -fun fusillerVN : V ; -fun fusionnerVN : V ; -fun gabionnerVN : V ; -fun gâcherVN : V ; -fun gadgétiserVN : V ; -fun gafferVN : V ; -fun gagnerVN : V ; -fun gainerVN : V ; -fun galberVN : V ; -fun galipoterVN : V ; -fun galonnerVN : V ; -fun galoperVN : V ; -fun galvaniserVN : V ; -fun galvauderVN : V ; -fun gambaderVN : V ; -fun gambillerVN : V ; -fun gaminerVN : V ; -fun ganserVN : V ; -fun ganterVN : V ; -fun garderVN : V ; -fun garerVN : V ; -fun gargariserVN : V ; -fun gargoterVN : V ; -fun gargouillerVN : V ; -fun garrotterVN : V ; -fun gasconnerVN : V ; -fun gaspillerVN : V ; -fun gâterVN : V ; -fun gaufrerVN : V ; -fun gaulerVN : V ; -fun gausserVN : V ; -fun gaverVN : V ; -fun gazerVN : V ; -fun gazonnerVN : V ; -fun gazouillerVN : V ; -fun gélatinerVN : V ; -fun gélatiniserVN : V ; -fun géminerVN : V ; -fun gemmerVN : V ; -fun gendarmerVN : V ; -fun généraliserVN : V ; -fun gênerVN : V ; -fun géométriserVN : V ; -fun gerberVN : V ; -fun germaniserVN : V ; -fun germerVN : V ; -fun gesticulerVN : V ; -fun giclerVN : V ; -fun giflerVN : V ; -fun gigoterVN : V ; -fun gironnerVN : V ; -fun girouetterVN : V ; -fun gîterVN : V ; -fun givrerVN : V ; -fun glairerVN : V ; -fun glaiserVN : V ; -fun glanderVN : V ; -fun glandouillerVN : V ; -fun glanerVN : V ; -fun glavioterVN : V ; -fun glaviotterVN : V ; -fun glisserVN : V ; -fun globaliserVN : V ; -fun gloserVN : V ; -fun glouglouterVN : V ; -fun glousserVN : V ; -fun glycérinerVN : V ; -fun goberVN : V ; -fun godaillerVN : V ; -fun goderVN : V ; -fun godillerVN : V ; -fun godronnerVN : V ; -fun goguenarderVN : V ; -fun goinfrerVN : V ; -fun gominerVN : V ; -fun gommerVN : V ; -fun gonderVN : V ; -fun gondolerVN : V ; -fun gonflerVN : V ; -fun gouacherVN : V ; -fun gouaillerVN : V ; -fun goudronnerVN : V ; -fun goujonnerVN : V ; -fun goupillerVN : V ; -fun goupillonnerVN : V ; -fun gourerVN : V ; -fun gourmanderVN : V ; -fun goûterVN : V ; -fun goutterVN : V ; -fun gouvernerVN : V ; -fun graduerVN : V ; -fun graillerVN : V ; -fun graillonnerVN : V ; -fun grainerVN : V ; -fun graisserVN : V ; -fun grammaticaliserVN : V ; -fun graniterVN : V ; -fun granulerVN : V ; -fun graphiterVN : V ; -fun grappillerVN : V ; -fun grasseyerVN : V ; -fun gratinerVN : V ; -fun gratterVN : V ; -fun graverVN : V ; -fun graviterVN : V ; -fun grecquerVN : V ; -fun grefferVN : V ; -fun grêlerVN : V ; -fun grelotterVN : V ; -fun grenaillerVN : V ; -fun grenouillerVN : V ; -fun grésillerVN : V ; -fun gribouillerVN : V ; -fun grifferVN : V ; -fun griffonnerVN : V ; -fun grignerVN : V ; -fun grignoterVN : V ; -fun grillerVN : V ; -fun grimerVN : V ; -fun grimperVN : V ; -fun grincherVN : V ; -fun gringuerVN : V ; -fun gripperVN : V ; -fun grisaillerVN : V ; -fun griserVN : V ; -fun grisolerVN : V ; -fun grisollerVN : V ; -fun grisonnerVN : V ; -fun grognasserVN : V ; -fun grognerVN : V ; -fun gronderVN : V ; -fun grouillerVN : V ; -fun grouperVN : V ; -fun guêtrerVN : V ; -fun guetterVN : V ; -fun gueulerVN : V ; -fun gueuletonnerVN : V ; -fun gueuserVN : V ; -fun guiderVN : V ; -fun guignerVN : V ; -fun guillocherVN : V ; -fun guillotinerVN : V ; -fun guincherVN : V ; -fun guinderVN : V ; -fun guiperVN : V ; -fun habiliterVN : V ; -fun habillerVN : V ; -fun habiterVN : V ; -fun habituerVN : V ; -fun hablerVN : V ; -fun hacherVN : V ; -fun hachurerVN : V ; -fun halerVN : V ; -fun hâlerVN : V ; -fun hallucinerVN : V ; -fun hameçonnerVN : V ; -fun hancherVN : V ; -fun handicaperVN : V ; -fun hanterVN : V ; -fun happerVN : V ; -fun haranguerVN : V ; -fun harasserVN : V ; -fun harderVN : V ; -fun harmoniserVN : V ; -fun harnacherVN : V ; -fun harpaillerVN : V ; -fun harperVN : V ; -fun harponnerVN : V ; -fun hasarderVN : V ; -fun hâterVN : V ; -fun haubanerVN : V ; -fun hausserVN : V ; -fun haverVN : V ; -fun hébraïserVN : V ; -fun helléniserVN : V ; -fun herberVN : V ; -fun herboriserVN : V ; -fun hérisserVN : V ; -fun hérissonnerVN : V ; -fun hériterVN : V ; -fun herserVN : V ; -fun hésiterVN : V ; -fun heurterVN : V ; -fun hibernerVN : V ; -fun hiérarchiserVN : V ; -fun hisserVN : V ; -fun hivernerVN : V ; -fun hocherVN : V ; -fun homogénéiserVN : V ; -fun homologuerVN : V ; -fun hongrerVN : V ; -fun honorerVN : V ; -fun horripilerVN : V ; -fun hospitaliserVN : V ; -fun houblonnerVN : V ; -fun houpperVN : V ; -fun hourderVN : V ; -fun houspillerVN : V ; -fun housserVN : V ; -fun houssinerVN : V ; -fun hucherVN : V ; -fun huerVN : V ; -fun huilerVN : V ; -fun hululerVN : V ; -fun humaniserVN : V ; -fun humecterVN : V ; -fun humerVN : V ; -fun hurlerVN : V ; -fun hybriderVN : V ; -fun hydraterVN : V ; -fun hydrolyserVN : V ; -fun hypnotiserVN : V ; -fun idéaliserVN : V ; -fun idéologiserVN : V ; -fun idiotiserVN : V ; -fun idolâtrerVN : V ; -fun ignorerVN : V ; -fun illuminerVN : V ; -fun illusionnerVN : V ; -fun illustrerVN : V ; -fun imaginerVN : V ; -fun imbiberVN : V ; -fun imbriquerVN : V ; -fun imiterVN : V ; -fun immatérialiserVN : V ; -fun immatriculerVN : V ; -fun immigrerVN : V ; -fun immobiliserVN : V ; -fun immolerVN : V ; -fun immortaliserVN : V ; -fun immuniserVN : V ; -fun impacterVN : V ; -fun impatienterVN : V ; -fun imperméabiliserVN : V ; -fun implanterVN : V ; -fun implémenterVN : V ; -fun impliquerVN : V ; -fun implorerVN : V ; -fun imploserVN : V ; -fun importerVN : V ; -fun importunerVN : V ; -fun imposerVN : V ; -fun impressionnerVN : V ; -fun imprimerVN : V ; -fun improuverVN : V ; -fun improviserVN : V ; -fun impulserVN : V ; -fun imputerVN : V ; -fun inaugurerVN : V ; -fun incarnerVN : V ; -fun inciserVN : V ; -fun inciterVN : V ; -fun inclinerVN : V ; -fun incomberVN : V ; -fun incommoderVN : V ; -fun incorporerVN : V ; -fun incrémenterVN : V ; -fun incriminerVN : V ; -fun incrusterVN : V ; -fun incuberVN : V ; -fun inculperVN : V ; -fun inculquerVN : V ; -fun incurverVN : V ; -fun indemniserVN : V ; -fun indexerVN : V ; -fun indignerVN : V ; -fun indiquerVN : V ; -fun indisposerVN : V ; -fun individualiserVN : V ; -fun indurerVN : V ; -fun industrialiserVN : V ; -fun infantiliserVN : V ; -fun infatuerVN : V ; -fun infecterVN : V ; -fun inféoderVN : V ; -fun infesterVN : V ; -fun infiltrerVN : V ; -fun infirmerVN : V ; -fun influerVN : V ; -fun informatiserVN : V ; -fun informerVN : V ; -fun infuserVN : V ; -fun ingurgiterVN : V ; -fun inhalerVN : V ; -fun inhiberVN : V ; -fun inhumerVN : V ; -fun initialiserVN : V ; -fun injecterVN : V ; -fun innerverVN : V ; -fun innocenterVN : V ; -fun innoverVN : V ; -fun inoculerVN : V ; -fun inonderVN : V ; -fun insculperVN : V ; -fun inséminerVN : V ; -fun insensibiliserVN : V ; -fun insinuerVN : V ; -fun insisterVN : V ; -fun insolerVN : V ; -fun insolubiliserVN : V ; -fun insonoriserVN : V ; -fun inspecterVN : V ; -fun inspirerVN : V ; -fun installerVN : V ; -fun instaurerVN : V ; -fun instillerVN : V ; -fun instituerVN : V ; -fun institutionnaliserVN : V ; -fun instrumenterVN : V ; -fun insufflerVN : V ; -fun insulterVN : V ; -fun intaillerVN : V ; -fun intellectualiserVN : V ; -fun intenterVN : V ; -fun intercalerVN : V ; -fun intercepterVN : V ; -fun interclasserVN : V ; -fun intéresserVN : V ; -fun intérioriserVN : V ; -fun interlignerVN : V ; -fun interloquerVN : V ; -fun internationaliserVN : V ; -fun internerVN : V ; -fun interpellerVN : V ; -fun interpolerVN : V ; -fun interposerVN : V ; -fun interviewerVN : V ; -fun intimerVN : V ; -fun intimiderVN : V ; -fun intitulerVN : V ; -fun intoxiquerVN : V ; -fun intriguerVN : V ; -fun introniserVN : V ; -fun intuberVN : V ; -fun invaginerVN : V ; -fun invaliderVN : V ; -fun invectiverVN : V ; -fun inventerVN : V ; -fun inverserVN : V ; -fun inviterVN : V ; -fun invoquerVN : V ; -fun ioderVN : V ; -fun iodlerVN : V ; -fun ioniserVN : V ; -fun ioulerVN : V ; -fun iriserVN : V ; -fun ironiserVN : V ; -fun irriguerVN : V ; -fun irriterVN : V ; -fun islamiserVN : V ; -fun isolerVN : V ; -fun jablerVN : V ; -fun jaboterVN : V ; -fun jacasserVN : V ; -fun jacterVN : V ; -fun jalonnerVN : V ; -fun jalouserVN : V ; -fun japonnerVN : V ; -fun japperVN : V ; -fun jardinerVN : V ; -fun jargonnerVN : V ; -fun jaserVN : V ; -fun jasperVN : V ; -fun jaspinerVN : V ; -fun javelliserVN : V ; -fun jeûnerVN : V ; -fun jobarderVN : V ; -fun jodlerVN : V ; -fun joncherVN : V ; -fun jonglerVN : V ; -fun jouaillerVN : V ; -fun jouerVN : V ; -fun jouterVN : V ; -fun jouxterVN : V ; -fun jubilerVN : V ; -fun jucherVN : V ; -fun jugulerVN : V ; -fun jumelerVN : V ; -fun juponnerVN : V ; -fun jurerVN : V ; -fun juterVN : V ; -fun juxtaposerVN : V ; -fun kidnapperVN : V ; -fun klaxonnerVN : V ; -fun labialiserVN : V ; -fun labourerVN : V ; -fun lâcherVN : V ; -fun laïciserVN : V ; -fun lainerVN : V ; -fun laisserVN : V ; -fun laitonnerVN : V ; -fun lambinerVN : V ; -fun lambrisserVN : V ; -fun lamenterVN : V ; -fun lamerVN : V ; -fun laminerVN : V ; -fun lamperVN : V ; -fun lancinerVN : V ; -fun langueyerVN : V ; -fun lanternerVN : V ; -fun laperVN : V ; -fun lapiderVN : V ; -fun laquerVN : V ; -fun larderVN : V ; -fun lardonnerVN : V ; -fun larguerVN : V ; -fun lasserVN : V ; -fun latterVN : V ; -fun laverVN : V ; -fun légaliserVN : V ; -fun légitimerVN : V ; -fun lésinerVN : V ; -fun lessiverVN : V ; -fun lesterVN : V ; -fun leurrerVN : V ; -fun levretterVN : V ; -fun lexicaliserVN : V ; -fun lézarderVN : V ; -fun liaisonnerVN : V ; -fun liarderVN : V ; -fun libellerVN : V ; -fun libéraliserVN : V ; -fun licherVN : V ; -fun liciterVN : V ; -fun ligaturerVN : V ; -fun lignerVN : V ; -fun ligoterVN : V ; -fun liguerVN : V ; -fun limanderVN : V ; -fun limerVN : V ; -fun limiterVN : V ; -fun limonerVN : V ; -fun limousinerVN : V ; -fun liquiderVN : V ; -fun lisserVN : V ; -fun listerVN : V ; -fun livrerVN : V ; -fun loberVN : V ; -fun localiserVN : V ; -fun locherVN : V ; -fun lock_outerVN : V ; -fun loferVN : V ; -fun loquerVN : V ; -fun lorgnerVN : V ; -fun lotionnerVN : V ; -fun loucherVN : V ; -fun louerVN : V ; -fun louferVN : V ; -fun louperVN : V ; -fun lourderVN : V ; -fun lourerVN : V ; -fun louverVN : V ; -fun loverVN : V ; -fun luncherVN : V ; -fun lustrerVN : V ; -fun luterVN : V ; -fun lutinerVN : V ; -fun lutterVN : V ; -fun luxerVN : V ; -fun lyncherVN : V ; -fun lyophiliserVN : V ; -fun lyserVN : V ; -fun macadamiserVN : V ; -fun mâcherVN : V ; -fun machicoterVN : V ; -fun machinerVN : V ; -fun mâchonnerVN : V ; -fun mâchouillerVN : V ; -fun mâchurerVN : V ; -fun maclerVN : V ; -fun maçonnerVN : V ; -fun macquerVN : V ; -fun maculerVN : V ; -fun madériserVN : V ; -fun madrigaliserVN : V ; -fun magasinerVN : V ; -fun magnerVN : V ; -fun magnétiserVN : V ; -fun magnétoscoperVN : V ; -fun magouillerVN : V ; -fun maillerVN : V ; -fun maîtriserVN : V ; -fun majorerVN : V ; -fun malaxerVN : V ; -fun malléabiliserVN : V ; -fun malterVN : V ; -fun maltraiterVN : V ; -fun mamelonnerVN : V ; -fun manchonnerVN : V ; -fun mandaterVN : V ; -fun manderVN : V ; -fun mangeotterVN : V ; -fun manifesterVN : V ; -fun manipulerVN : V ; -fun mannequinerVN : V ; -fun manoeuvrerVN : V ; -fun manoquerVN : V ; -fun manquerVN : V ; -fun mansarderVN : V ; -fun manucurerVN : V ; -fun manufacturerVN : V ; -fun manutentionnerVN : V ; -fun maquerVN : V ; -fun maquignonnerVN : V ; -fun maquillerVN : V ; -fun marauderVN : V ; -fun marbrerVN : V ; -fun marchanderVN : V ; -fun marcherVN : V ; -fun marcotterVN : V ; -fun marginaliserVN : V ; -fun marginerVN : V ; -fun margoterVN : V ; -fun margotterVN : V ; -fun marinerVN : V ; -fun marivauderVN : V ; -fun marmiterVN : V ; -fun marmonnerVN : V ; -fun marmoriserVN : V ; -fun marmotterVN : V ; -fun marnerVN : V ; -fun maronnerVN : V ; -fun maroquinerVN : V ; -fun marouflerVN : V ; -fun marquerVN : V ; -fun marrerVN : V ; -fun marronnerVN : V ; -fun martyriserVN : V ; -fun marxiserVN : V ; -fun masculiniserVN : V ; -fun masquerVN : V ; -fun massacrerVN : V ; -fun masserVN : V ; -fun massicoterVN : V ; -fun mastiquerVN : V ; -fun masturberVN : V ; -fun matcherVN : V ; -fun matelasserVN : V ; -fun matérialiserVN : V ; -fun maternerVN : V ; -fun materniserVN : V ; -fun materVN : V ; -fun mâterVN : V ; -fun mathématiserVN : V ; -fun mâtinerVN : V ; -fun matraquerVN : V ; -fun matriculerVN : V ; -fun maturerVN : V ; -fun maximaliserVN : V ; -fun maximiserVN : V ; -fun mazouterVN : V ; -fun mécaniserVN : V ; -fun mécompterVN : V ; -fun mécontenterVN : V ; -fun médaillerVN : V ; -fun médiatiserVN : V ; -fun médicamenterVN : V ; -fun médiserVN : V ; -fun méditerVN : V ; -fun méduserVN : V ; -fun mégisserVN : V ; -fun mégoterVN : V ; -fun mêlerVN : V ; -fun mémoriserVN : V ; -fun mendigoterVN : V ; -fun mensualiserVN : V ; -fun mensurerVN : V ; -fun mentionnerVN : V ; -fun menuiserVN : V ; -fun mépriserVN : V ; -fun merceriserVN : V ; -fun meringuerVN : V ; -fun mériterVN : V ; -fun mésestimerVN : V ; -fun mesurerVN : V ; -fun mésuserVN : V ; -fun métalliserVN : V ; -fun métamorphiserVN : V ; -fun métamorphoserVN : V ; -fun météoriserVN : V ; -fun métisserVN : V ; -fun meublerVN : V ; -fun meuglerVN : V ; -fun meulerVN : V ; -fun miaulerVN : V ; -fun mignarderVN : V ; -fun mignoterVN : V ; -fun migrerVN : V ; -fun mijoterVN : V ; -fun militariserVN : V ; -fun militerVN : V ; -fun millésimerVN : V ; -fun mimerVN : V ; -fun minauderVN : V ; -fun minéraliserVN : V ; -fun minerVN : V ; -fun miniaturerVN : V ; -fun miniaturiserVN : V ; -fun minimiserVN : V ; -fun minorerVN : V ; -fun minuterVN : V ; -fun mirerVN : V ; -fun miroiterVN : V ; -fun miserVN : V ; -fun miterVN : V ; -fun mithridatiserVN : V ; -fun mitonnerVN : V ; -fun mitraillerVN : V ; -fun mixerVN : V ; -fun mixtionnerVN : V ; -fun mobiliserVN : V ; -fun modéliserVN : V ; -fun moderniserVN : V ; -fun modulerVN : V ; -fun moirerVN : V ; -fun moiserVN : V ; -fun moissonnerVN : V ; -fun moiterVN : V ; -fun molesterVN : V ; -fun mollarderVN : V ; -fun molletonnerVN : V ; -fun monderVN : V ; -fun mondialiserVN : V ; -fun monétiserVN : V ; -fun monologuerVN : V ; -fun monopoliserVN : V ; -fun monterVN : V ; -fun montrerVN : V ; -fun moquerVN : V ; -fun moraliserVN : V ; -fun mordillerVN : V ; -fun mordorerVN : V ; -fun morfilerVN : V ; -fun morflerVN : V ; -fun mortaiserVN : V ; -fun motionnerVN : V ; -fun motiverVN : V ; -fun motoriserVN : V ; -fun motterVN : V ; -fun moucharderVN : V ; -fun moucheronnerVN : V ; -fun moucherVN : V ; -fun mouetterVN : V ; -fun moufterVN : V ; -fun mouillerVN : V ; -fun moulerVN : V ; -fun moulinerVN : V ; -fun moulurerVN : V ; -fun mouronnerVN : V ; -fun mousserVN : V ; -fun moutonnerVN : V ; -fun mouvementerVN : V ; -fun mouverVN : V ; -fun moyennerVN : V ; -fun mucherVN : V ; -fun muerVN : V ; -fun muloterVN : V ; -fun multiplexerVN : V ; -fun municipaliserVN : V ; -fun munitionnerVN : V ; -fun muraillerVN : V ; -fun murerVN : V ; -fun murmurerVN : V ; -fun musarderVN : V ; -fun musclerVN : V ; -fun muserVN : V ; -fun musiquerVN : V ; -fun musquerVN : V ; -fun musserVN : V ; -fun muterVN : V ; -fun mutilerVN : V ; -fun mutinerVN : V ; -fun nacrerVN : V ; -fun napperVN : V ; -fun narguerVN : V ; -fun narrerVN : V ; -fun nasaliserVN : V ; -fun nasillerVN : V ; -fun nationaliserVN : V ; -fun natterVN : V ; -fun naturaliserVN : V ; -fun naviguerVN : V ; -fun navrerVN : V ; -fun néantiserVN : V ; -fun nécessiterVN : V ; -fun nécroserVN : V ; -fun neigeoterVN : V ; -fun nervurerVN : V ; -fun neutraliserVN : V ; -fun niaiserVN : V ; -fun nicherVN : V ; -fun nicotiniserVN : V ; -fun niellerVN : V ; -fun nimberVN : V ; -fun nipperVN : V ; -fun nitraterVN : V ; -fun nitrerVN : V ; -fun nitrurerVN : V ; -fun noliserVN : V ; -fun nomadiserVN : V ; -fun nombrerVN : V ; -fun nominaliserVN : V ; -fun nommerVN : V ; -fun noperVN : V ; -fun normaliserVN : V ; -fun noterVN : V ; -fun nouerVN : V ; -fun nouerVN : V ; -fun noverVN : V ; -fun noyauterVN : V ; -fun nuerVN : V ; -fun numériserVN : V ; -fun numéroterVN : V ; -fun objecterVN : V ; -fun objectiverVN : V ; -fun objurguerVN : V ; -fun obliquerVN : V ; -fun obnubilerVN : V ; -fun observerVN : V ; -fun obstinerVN : V ; -fun obstruerVN : V ; -fun obturerVN : V ; -fun occasionnerVN : V ; -fun occidentaliserVN : V ; -fun occulterVN : V ; -fun occuperVN : V ; -fun ocrerVN : V ; -fun octuplerVN : V ; -fun oeuvrerVN : V ; -fun offenserVN : V ; -fun officialiserVN : V ; -fun offusquerVN : V ; -fun ombrerVN : V ; -fun ondulerVN : V ; -fun opaliserVN : V ; -fun opinerVN : V ; -fun opiniâtrerVN : V ; -fun opposerVN : V ; -fun oppresserVN : V ; -fun opprimerVN : V ; -fun opterVN : V ; -fun optimaliserVN : V ; -fun optimiserVN : V ; -fun orbiterVN : V ; -fun orchestrerVN : V ; -fun ordonnerVN : V ; -fun organiserVN : V ; -fun orienterVN : V ; -fun oringuerVN : V ; -fun ornementerVN : V ; -fun ornerVN : V ; -fun oscillerVN : V ; -fun oserVN : V ; -fun ostraciserVN : V ; -fun ôterVN : V ; -fun ouaterVN : V ; -fun ouatinerVN : V ; -fun ouillerVN : V ; -fun ourlerVN : V ; -fun outillerVN : V ; -fun outrepasserVN : V ; -fun outrerVN : V ; -fun ouvrerVN : V ; -fun ovaliserVN : V ; -fun ovationnerVN : V ; -fun oxyderVN : V ; -fun ozoniserVN : V ; -fun pacquerVN : V ; -fun pactiserVN : V ; -fun paganiserVN : V ; -fun pageoterVN : V ; -fun paginerVN : V ; -fun pagnoterVN : V ; -fun paillarderVN : V ; -fun paillassonnerVN : V ; -fun paillerVN : V ; -fun paillonnerVN : V ; -fun pajoterVN : V ; -fun palabrerVN : V ; -fun palancrerVN : V ; -fun palangrerVN : V ; -fun palanguerVN : V ; -fun palanquerVN : V ; -fun paletterVN : V ; -fun palettiserVN : V ; -fun palissaderVN : V ; -fun palisserVN : V ; -fun palissonnerVN : V ; -fun palmerVN : V ; -fun paloterVN : V ; -fun palperVN : V ; -fun palpiterVN : V ; -fun pâmerVN : V ; -fun panacherVN : V ; -fun panerVN : V ; -fun paniquerVN : V ; -fun panneauterVN : V ; -fun pannerVN : V ; -fun panserVN : V ; -fun pantouflerVN : V ; -fun papillonnerVN : V ; -fun papilloterVN : V ; -fun papoterVN : V ; -fun papouillerVN : V ; -fun parachuterVN : V ; -fun paraderVN : V ; -fun paraferVN : V ; -fun paraffinerVN : V ; -fun paraisonnerVN : V ; -fun paralléliserVN : V ; -fun paralyserVN : V ; -fun parangonnerVN : V ; -fun parapherVN : V ; -fun paraphraserVN : V ; -fun parasiterVN : V ; -fun parcellariserVN : V ; -fun parcellerVN : V ; -fun parcelliserVN : V ; -fun parcheminerVN : V ; -fun pardonnerVN : V ; -fun parementerVN : V ; -fun parerVN : V ; -fun paresserVN : V ; -fun parfilerVN : V ; -fun parfumerVN : V ; -fun parjurerVN : V ; -fun parkériserVN : V ; -fun parlementerVN : V ; -fun parlerVN : V ; -fun parloterVN : V ; -fun parquerVN : V ; -fun parrainerVN : V ; -fun participerVN : V ; -fun particulariserVN : V ; -fun passementerVN : V ; -fun passepoilerVN : V ; -fun passerVN : V ; -fun passionnerVN : V ; -fun pastellerVN : V ; -fun pasteuriserVN : V ; -fun pasticherVN : V ; -fun pastillerVN : V ; -fun patafiolerVN : V ; -fun patelinerVN : V ; -fun patenterVN : V ; -fun pâterVN : V ; -fun patienterVN : V ; -fun patinerVN : V ; -fun pâtisserVN : V ; -fun patoiserVN : V ; -fun patouillerVN : V ; -fun patronnerVN : V ; -fun patrouillerVN : V ; -fun patterVN : V ; -fun pâturerVN : V ; -fun paumerVN : V ; -fun paupériserVN : V ; -fun pauserVN : V ; -fun pavanerVN : V ; -fun paverVN : V ; -fun pavoiserVN : V ; -fun peaufinerVN : V ; -fun peausserVN : V ; -fun pécherVN : V ; -fun pédalerVN : V ; -fun peignerVN : V ; -fun peinerVN : V ; -fun peinturerVN : V ; -fun peinturlurerVN : V ; -fun peloterVN : V ; -fun pelotonnerVN : V ; -fun pelucherVN : V ; -fun pénaliserVN : V ; -fun pencherVN : V ; -fun pendillerVN : V ; -fun pendouillerVN : V ; -fun penserVN : V ; -fun pensionnerVN : V ; -fun percherVN : V ; -fun percuterVN : V ; -fun pérégrinerVN : V ; -fun pérenniserVN : V ; -fun perfectionnerVN : V ; -fun perforerVN : V ; -fun péricliterVN : V ; -fun périmerVN : V ; -fun périphraserVN : V ; -fun perlerVN : V ; -fun permanenterVN : V ; -fun perméabiliserVN : V ; -fun permuterVN : V ; -fun pérorerVN : V ; -fun perpétuerVN : V ; -fun perquisitionnerVN : V ; -fun persécuterVN : V ; -fun persiflerVN : V ; -fun persillerVN : V ; -fun persisterVN : V ; -fun personnaliserVN : V ; -fun persuaderVN : V ; -fun perturberVN : V ; -fun pesterVN : V ; -fun pétaraderVN : V ; -fun pétarderVN : V ; -fun pétillerVN : V ; -fun pétitionnerVN : V ; -fun pétunerVN : V ; -fun peuplerVN : V ; -fun phagocyterVN : V ; -fun philosopherVN : V ; -fun phosphaterVN : V ; -fun phosphorerVN : V ; -fun phraserVN : V ; -fun piafferVN : V ; -fun piaillerVN : V ; -fun pianoterVN : V ; -fun piaulerVN : V ; -fun picolerVN : V ; -fun picorerVN : V ; -fun picoterVN : V ; -fun pierrerVN : V ; -fun piétinerVN : V ; -fun pieuterVN : V ; -fun piferVN : V ; -fun pifferVN : V ; -fun pigeonnerVN : V ; -fun pigmenterVN : V ; -fun pignocherVN : V ; -fun pilerVN : V ; -fun pillerVN : V ; -fun pilonnerVN : V ; -fun piloterVN : V ; -fun pimenterVN : V ; -fun pinaillerVN : V ; -fun pinterVN : V ; -fun piocherVN : V ; -fun pionnerVN : V ; -fun piperVN : V ; -fun pique_niquerVN : V ; -fun piquerVN : V ; -fun piraterVN : V ; -fun pirouetterVN : V ; -fun pisserVN : V ; -fun pistacherVN : V ; -fun pisterVN : V ; -fun pistonnerVN : V ; -fun pitonnerVN : V ; -fun pivoterVN : V ; -fun placarderVN : V ; -fun plafonnerVN : V ; -fun plaiderVN : V ; -fun plainerVN : V ; -fun plaisanterVN : V ; -fun plancherVN : V ; -fun planerVN : V ; -fun planquerVN : V ; -fun planterVN : V ; -fun plaquerVN : V ; -fun plastiquerVN : V ; -fun plastronnerVN : V ; -fun platinerVN : V ; -fun platiniserVN : V ; -fun plâtrerVN : V ; -fun plébisciterVN : V ; -fun pleurerVN : V ; -fun pleurnicherVN : V ; -fun pleuvasserVN : V ; -fun pleuvinerVN : V ; -fun pleuvoterVN : V ; -fun plisserVN : V ; -fun plomberVN : V ; -fun ploquerVN : V ; -fun plucherVN : V ; -fun plumerVN : V ; -fun pluvinerVN : V ; -fun pocherVN : V ; -fun poêlerVN : V ; -fun poétiserVN : V ; -fun poignarderVN : V ; -fun poilerVN : V ; -fun poinçonnerVN : V ; -fun pointerVN : V ; -fun pointillerVN : V ; -fun poireauterVN : V ; -fun poiroterVN : V ; -fun poisserVN : V ; -fun poivrerVN : V ; -fun polariserVN : V ; -fun polémiquerVN : V ; -fun polissonnerVN : V ; -fun politiquerVN : V ; -fun politiserVN : V ; -fun polluerVN : V ; -fun polymériserVN : V ; -fun pommaderVN : V ; -fun pommerVN : V ; -fun pomperVN : V ; -fun pomponnerVN : V ; -fun ponctionnerVN : V ; -fun ponctuerVN : V ; -fun ponterVN : V ; -fun pontillerVN : V ; -fun populariserVN : V ; -fun poquerVN : V ; -fun porphyriserVN : V ; -fun porterVN : V ; -fun portraiturerVN : V ; -fun poserVN : V ; -fun positionnerVN : V ; -fun postdaterVN : V ; -fun posterVN : V ; -fun posticherVN : V ; -fun postillonnerVN : V ; -fun postposerVN : V ; -fun postsynchroniserVN : V ; -fun postulerVN : V ; -fun potasserVN : V ; -fun potinerVN : V ; -fun poudrerVN : V ; -fun poufferVN : V ; -fun poulinerVN : V ; -fun pouponnerVN : V ; -fun pourchasserVN : V ; -fun pourprerVN : V ; -fun pousserVN : V ; -fun pralinerVN : V ; -fun pratiquerVN : V ; -fun préaviserVN : V ; -fun précautionnerVN : V ; -fun prêcherVN : V ; -fun précipiterVN : V ; -fun préciserVN : V ; -fun précompterVN : V ; -fun préconiserVN : V ; -fun prédestinerVN : V ; -fun prédéterminerVN : V ; -fun prédisposerVN : V ; -fun prédominerVN : V ; -fun préempterVN : V ; -fun préexisterVN : V ; -fun préfigurerVN : V ; -fun préfixerVN : V ; -fun préformerVN : V ; -fun prélasserVN : V ; -fun préluderVN : V ; -fun préméditerVN : V ; -fun prénommerVN : V ; -fun préoccuperVN : V ; -fun préparerVN : V ; -fun préposerVN : V ; -fun présenterVN : V ; -fun préserverVN : V ; -fun présiderVN : V ; -fun presserVN : V ; -fun pressurerVN : V ; -fun pressuriserVN : V ; -fun présumerVN : V ; -fun présupposerVN : V ; -fun présurerVN : V ; -fun prêterVN : V ; -fun prétexterVN : V ; -fun prévariquerVN : V ; -fun primariserVN : V ; -fun primerVN : V ; -fun priserVN : V ; -fun privatiserVN : V ; -fun priverVN : V ; -fun processionnerVN : V ; -fun proclamerVN : V ; -fun procurerVN : V ; -fun prodiguerVN : V ; -fun profanerVN : V ; -fun professerVN : V ; -fun profilerVN : V ; -fun profiterVN : V ; -fun programmerVN : V ; -fun progresserVN : V ; -fun prohiberVN : V ; -fun prolétariserVN : V ; -fun promulguerVN : V ; -fun prônerVN : V ; -fun pronostiquerVN : V ; -fun prophétiserVN : V ; -fun proportionnerVN : V ; -fun proposerVN : V ; -fun propulserVN : V ; -fun prospecterVN : V ; -fun prosternerVN : V ; -fun prostituerVN : V ; -fun protesterVN : V ; -fun prouverVN : V ; -fun proverbialiserVN : V ; -fun provignerVN : V ; -fun provoquerVN : V ; -fun psychanalyserVN : V ; -fun psychiatriserVN : V ; -fun puerVN : V ; -fun puiserVN : V ; -fun pullulerVN : V ; -fun pulserVN : V ; -fun pulvériserVN : V ; -fun pyramiderVN : V ; -fun pyrograverVN : V ; -fun quadrillerVN : V ; -fun quadruplerVN : V ; -fun quarrerVN : V ; -fun quarterVN : V ; -fun quémanderVN : V ; -fun querellerVN : V ; -fun questionnerVN : V ; -fun quêterVN : V ; -fun queuterVN : V ; -fun quintuplerVN : V ; -fun quitterVN : V ; -fun quotterVN : V ; -fun rabâcherVN : V ; -fun rabaisserVN : V ; -fun rabanterVN : V ; -fun rabibocherVN : V ; -fun rabioterVN : V ; -fun râblerVN : V ; -fun raboterVN : V ; -fun rabouterVN : V ; -fun rabrouerVN : V ; -fun raccommoderVN : V ; -fun raccompagnerVN : V ; -fun raccorderVN : V ; -fun raccoutrerVN : V ; -fun raccoutumerVN : V ; -fun raccrocherVN : V ; -fun racinerVN : V ; -fun raclerVN : V ; -fun racolerVN : V ; -fun raconterVN : V ; -fun raderVN : V ; -fun radicaliserVN : V ; -fun radinerVN : V ; -fun radiobaliserVN : V ; -fun radiodiffuserVN : V ; -fun radioguiderVN : V ; -fun radioscoperVN : V ; -fun radoterVN : V ; -fun radouberVN : V ; -fun raffinerVN : V ; -fun raffolerVN : V ; -fun raffûterVN : V ; -fun rafistolerVN : V ; -fun raflerVN : V ; -fun ragoterVN : V ; -fun ragoûterVN : V ; -fun ragraferVN : V ; -fun raguerVN : V ; -fun raillerVN : V ; -fun rainerVN : V ; -fun rainurerVN : V ; -fun raisonnerVN : V ; -fun rajouterVN : V ; -fun rajusterVN : V ; -fun râlerVN : V ; -fun ralinguerVN : V ; -fun rallumerVN : V ; -fun ramaillerVN : V ; -fun ramanderVN : V ; -fun ramarrerVN : V ; -fun ramasserVN : V ; -fun ramastiquerVN : V ; -fun ramenderVN : V ; -fun ramerVN : V ; -fun rameuterVN : V ; -fun ramonerVN : V ; -fun ramperVN : V ; -fun rancarderVN : V ; -fun rançonnerVN : V ; -fun randonnerVN : V ; -fun ranimerVN : V ; -fun rapapilloterVN : V ; -fun râperVN : V ; -fun rapetasserVN : V ; -fun rapetisserVN : V ; -fun rapinerVN : V ; -fun rappareillerVN : V ; -fun rappliquerVN : V ; -fun rapporterVN : V ; -fun rapprocherVN : V ; -fun rapprovisionnerVN : V ; -fun raquerVN : V ; -fun rassemblerVN : V ; -fun rassurerVN : V ; -fun ratatinerVN : V ; -fun raterVN : V ; -fun ratiboiserVN : V ; -fun ratinerVN : V ; -fun ratiocinerVN : V ; -fun rationaliserVN : V ; -fun rationnerVN : V ; -fun ratisserVN : V ; -fun rattacherVN : V ; -fun rattraperVN : V ; -fun raturerVN : V ; -fun raugmenterVN : V ; -fun ravalerVN : V ; -fun ravauderVN : V ; -fun ravigoterVN : V ; -fun ravinerVN : V ; -fun raviserVN : V ; -fun ravitaillerVN : V ; -fun raviverVN : V ; -fun rayonnerVN : V ; -fun réabonnerVN : V ; -fun réabsorberVN : V ; -fun réaccoutumerVN : V ; -fun réactiverVN : V ; -fun réadapterVN : V ; -fun réaffirmerVN : V ; -fun réaffûterVN : V ; -fun réajusterVN : V ; -fun réaliserVN : V ; -fun réanimerVN : V ; -fun réapprovisionnerVN : V ; -fun réargenterVN : V ; -fun réarmerVN : V ; -fun réassignerVN : V ; -fun réassurerVN : V ; -fun rebaisserVN : V ; -fun rebanderVN : V ; -fun rebaptiserVN : V ; -fun rebellerVN : V ; -fun rebifferVN : V ; -fun rebiquerVN : V ; -fun reboiserVN : V ; -fun reborderVN : V ; -fun reboucherVN : V ; -fun rebouterVN : V ; -fun rebroderVN : V ; -fun rebrousserVN : V ; -fun rebuterVN : V ; -fun recalerVN : V ; -fun récapitulerVN : V ; -fun recarderVN : V ; -fun recaserVN : V ; -fun recenserVN : V ; -fun réceptionnerVN : V ; -fun recerclerVN : V ; -fun rechanterVN : V ; -fun rechaperVN : V ; -fun réchapperVN : V ; -fun rechasserVN : V ; -fun réchaufferVN : V ; -fun rechausserVN : V ; -fun rechercherVN : V ; -fun rechignerVN : V ; -fun rechristianiserVN : V ; -fun rechuterVN : V ; -fun récidiverVN : V ; -fun réciterVN : V ; -fun réclamerVN : V ; -fun reclasserVN : V ; -fun réclinerVN : V ; -fun reclouerVN : V ; -fun recoifferVN : V ; -fun récolerVN : V ; -fun recollerVN : V ; -fun recolorerVN : V ; -fun récolterVN : V ; -fun recommanderVN : V ; -fun récompenserVN : V ; -fun recomposerVN : V ; -fun recompterVN : V ; -fun recondamnerVN : V ; -fun réconforterVN : V ; -fun reconnecterVN : V ; -fun reconsoliderVN : V ; -fun reconstituerVN : V ; -fun recoquillerVN : V ; -fun recorderVN : V ; -fun recoucherVN : V ; -fun recouperVN : V ; -fun recourberVN : V ; -fun recouvrerVN : V ; -fun recracherVN : V ; -fun recreuserVN : V ; -fun récriminerVN : V ; -fun recroiserVN : V ; -fun recroquevillerVN : V ; -fun recruterVN : V ; -fun reculerVN : V ; -fun récurerVN : V ; -fun récuserVN : V ; -fun recyclerVN : V ; -fun redemanderVN : V ; -fun rédimerVN : V ; -fun rediscuterVN : V ; -fun redistribuerVN : V ; -fun redonderVN : V ; -fun redonnerVN : V ; -fun redorerVN : V ; -fun redoublerVN : V ; -fun redouterVN : V ; -fun redresserVN : V ; -fun rééditerVN : V ; -fun rééduquerVN : V ; -fun réembaucherVN : V ; -fun rééquilibrerVN : V ; -fun réescompterVN : V ; -fun réévaluerVN : V ; -fun réexaminerVN : V ; -fun réexporterVN : V ; -fun refaçonnerVN : V ; -fun refermerVN : V ; -fun refilerVN : V ; -fun refluerVN : V ; -fun reformerVN : V ; -fun réformerVN : V ; -fun reformulerVN : V ; -fun refouillerVN : V ; -fun refoulerVN : V ; -fun refourrerVN : V ; -fun réfracterVN : V ; -fun refuserVN : V ; -fun réfuterVN : V ; -fun regagnerVN : V ; -fun régalerVN : V ; -fun regarderVN : V ; -fun regazonnerVN : V ; -fun régenterVN : V ; -fun regimberVN : V ; -fun régionaliserVN : V ; -fun réglementerVN : V ; -fun regonflerVN : V ; -fun regratterVN : V ; -fun regrefferVN : V ; -fun régresserVN : V ; -fun regretterVN : V ; -fun regrimperVN : V ; -fun regrouperVN : V ; -fun régulariserVN : V ; -fun régurgiterVN : V ; -fun réhabiliterVN : V ; -fun réhabituerVN : V ; -fun rehausserVN : V ; -fun réimperméabiliserVN : V ; -fun réimplanterVN : V ; -fun réimporterVN : V ; -fun réimposerVN : V ; -fun réimprimerVN : V ; -fun réincarnerVN : V ; -fun réincorporerVN : V ; -fun réinfecterVN : V ; -fun réinstallerVN : V ; -fun réinventerVN : V ; -fun réinviterVN : V ; -fun rejouerVN : V ; -fun relâcherVN : V ; -fun relaisserVN : V ; -fun relaterVN : V ; -fun relaverVN : V ; -fun relaxerVN : V ; -fun relouerVN : V ; -fun reluquerVN : V ; -fun remâcherVN : V ; -fun remaillerVN : V ; -fun remaquillerVN : V ; -fun remarquerVN : V ; -fun remastiquerVN : V ; -fun remballerVN : V ; -fun rembarquerVN : V ; -fun rembarrerVN : V ; -fun rembinerVN : V ; -fun remblaverVN : V ; -fun remboîterVN : V ; -fun rembourrerVN : V ; -fun rembourserVN : V ; -fun rembucherVN : V ; -fun remembrerVN : V ; -fun remémorerVN : V ; -fun remeublerVN : V ; -fun remiserVN : V ; -fun remmaillerVN : V ; -fun remmailloterVN : V ; -fun remmancherVN : V ; -fun remonterVN : V ; -fun remontrerVN : V ; -fun remorquerVN : V ; -fun remoucherVN : V ; -fun remouillerVN : V ; -fun rempaillerVN : V ; -fun remparerVN : V ; -fun rempilerVN : V ; -fun remplumerVN : V ; -fun rempocherVN : V ; -fun rempoissonnerVN : V ; -fun remporterVN : V ; -fun rempoterVN : V ; -fun remprunterVN : V ; -fun remuerVN : V ; -fun renâclerVN : V ; -fun renarderVN : V ; -fun renauderVN : V ; -fun rencaisserVN : V ; -fun rencarderVN : V ; -fun renchaînerVN : V ; -fun rencognerVN : V ; -fun rencontrerVN : V ; -fun rendosserVN : V ; -fun renfaîterVN : V ; -fun renfermerVN : V ; -fun renfilerVN : V ; -fun renflammerVN : V ; -fun renflerVN : V ; -fun renflouerVN : V ; -fun renfrognerVN : V ; -fun rengainerVN : V ; -fun reniflerVN : V ; -fun renommerVN : V ; -fun renouerVN : V ; -fun rénoverVN : V ; -fun renquillerVN : V ; -fun renseignerVN : V ; -fun rentabiliserVN : V ; -fun rentamerVN : V ; -fun renterVN : V ; -fun rentoilerVN : V ; -fun rentrerVN : V ; -fun renvelopperVN : V ; -fun renvenimerVN : V ; -fun renverserVN : V ; -fun renviderVN : V ; -fun réoccuperVN : V ; -fun réorchestrerVN : V ; -fun réordonnerVN : V ; -fun réorganiserVN : V ; -fun réorienterVN : V ; -fun repairerVN : V ; -fun réparerVN : V ; -fun reparlerVN : V ; -fun repasserVN : V ; -fun repatinerVN : V ; -fun repaverVN : V ; -fun repêcherVN : V ; -fun repeignerVN : V ; -fun repenserVN : V ; -fun répercuterVN : V ; -fun repeuplerVN : V ; -fun repiquerVN : V ; -fun replanterVN : V ; -fun replâtrerVN : V ; -fun répliquerVN : V ; -fun replisserVN : V ; -fun reporterVN : V ; -fun reposerVN : V ; -fun repousserVN : V ; -fun représenterVN : V ; -fun réprimanderVN : V ; -fun réprimerVN : V ; -fun repriserVN : V ; -fun reprocherVN : V ; -fun reprouverVN : V ; -fun réprouverVN : V ; -fun républicaniserVN : V ; -fun répugnerVN : V ; -fun réputerVN : V ; -fun requinquerVN : V ; -fun réquisitionnerVN : V ; -fun resalerVN : V ; -fun resaluerVN : V ; -fun réserverVN : V ; -fun résiderVN : V ; -fun résignerVN : V ; -fun résinerVN : V ; -fun résisterVN : V ; -fun résonnerVN : V ; -fun résorberVN : V ; -fun respecterVN : V ; -fun respirerVN : V ; -fun resquillerVN : V ; -fun ressaignerVN : V ; -fun ressasserVN : V ; -fun ressauterVN : V ; -fun ressemblerVN : V ; -fun resserrerVN : V ; -fun ressouderVN : V ; -fun ressuerVN : V ; -fun ressusciterVN : V ; -fun restaurerVN : V ; -fun resterVN : V ; -fun restituerVN : V ; -fun restructurerVN : V ; -fun résumerVN : V ; -fun retaillerVN : V ; -fun rétamerVN : V ; -fun retaperVN : V ; -fun retapisserVN : V ; -fun retarderVN : V ; -fun retâterVN : V ; -fun retenterVN : V ; -fun reterserVN : V ; -fun retirerVN : V ; -fun retisserVN : V ; -fun retomberVN : V ; -fun rétorquerVN : V ; -fun retoucherVN : V ; -fun retournerVN : V ; -fun rétracterVN : V ; -fun retrancherVN : V ; -fun retravaillerVN : V ; -fun retraverserVN : V ; -fun retremperVN : V ; -fun rétribuerVN : V ; -fun rétrograderVN : V ; -fun retrousserVN : V ; -fun retrouverVN : V ; -fun revaccinerVN : V ; -fun revaloriserVN : V ; -fun revancherVN : V ; -fun rêvasserVN : V ; -fun réveillerVN : V ; -fun réveillonnerVN : V ; -fun revendiquerVN : V ; -fun reverserVN : V ; -fun rêverVN : V ; -fun revigorerVN : V ; -fun revirerVN : V ; -fun réviserVN : V ; -fun revisserVN : V ; -fun revitaliserVN : V ; -fun révolterVN : V ; -fun révolutionnerVN : V ; -fun révolvériserVN : V ; -fun révoquerVN : V ; -fun revoterVN : V ; -fun révulserVN : V ; -fun rhabillerVN : V ; -fun rhumerVN : V ; -fun riblerVN : V ; -fun riboulerVN : V ; -fun ricanerVN : V ; -fun ricocherVN : V ; -fun riderVN : V ; -fun ridiculiserVN : V ; -fun riffauderVN : V ; -fun riflerVN : V ; -fun rigolerVN : V ; -fun rimaillerVN : V ; -fun rimerVN : V ; -fun ringarderVN : V ; -fun ripaillerVN : V ; -fun riperVN : V ; -fun ripolinerVN : V ; -fun riposterVN : V ; -fun risquerVN : V ; -fun rissolerVN : V ; -fun ristournerVN : V ; -fun rivaliserVN : V ; -fun riverVN : V ; -fun roberVN : V ; -fun robotiserVN : V ; -fun rocquerVN : V ; -fun roderVN : V ; -fun rôderVN : V ; -fun rognerVN : V ; -fun rognonnerVN : V ; -fun romaniserVN : V ; -fun ronchonnerVN : V ; -fun ronflaguerVN : V ; -fun ronflerVN : V ; -fun ronronnerVN : V ; -fun ronsardiserVN : V ; -fun roquerVN : V ; -fun roserVN : V ; -fun rosserVN : V ; -fun roterVN : V ; -fun roucoulerVN : V ; -fun rouerVN : V ; -fun rouillerVN : V ; -fun roulerVN : V ; -fun roulotterVN : V ; -fun roupillerVN : V ; -fun rouscaillerVN : V ; -fun routerVN : V ; -fun rubanerVN : V ; -fun rucherVN : V ; -fun rudenterVN : V ; -fun ruerVN : V ; -fun ruilerVN : V ; -fun ruinerVN : V ; -fun ruminerVN : V ; -fun rupinerVN : V ; -fun ruserVN : V ; -fun rustiquerVN : V ; -fun rutilerVN : V ; -fun rythmerVN : V ; -fun sablerVN : V ; -fun sablonnerVN : V ; -fun saborderVN : V ; -fun saboterVN : V ; -fun saboulerVN : V ; -fun sabrerVN : V ; -fun sacagnerVN : V ; -fun saccaderVN : V ; -fun sacquerVN : V ; -fun sacraliserVN : V ; -fun sacrerVN : V ; -fun safranerVN : V ; -fun saignerVN : V ; -fun saisonnerVN : V ; -fun salarierVN : V ; -fun salerVN : V ; -fun saliverVN : V ; -fun saloperVN : V ; -fun salpêtrerVN : V ; -fun saluerVN : V ; -fun sanctionnerVN : V ; -fun sandwicherVN : V ; -fun sanglerVN : V ; -fun sangloterVN : V ; -fun santonnerVN : V ; -fun saoulerVN : V ; -fun saperVN : V ; -fun saquerVN : V ; -fun sarclerVN : V ; -fun sasserVN : V ; -fun satanerVN : V ; -fun satelliserVN : V ; -fun satinerVN : V ; -fun satiriserVN : V ; -fun satonnerVN : V ; -fun saturerVN : V ; -fun saumurerVN : V ; -fun saunerVN : V ; -fun saupoudrerVN : V ; -fun saurerVN : V ; -fun sauterVN : V ; -fun sautillerVN : V ; -fun sauvegarderVN : V ; -fun sauverVN : V ; -fun savonnerVN : V ; -fun savourerVN : V ; -fun scalperVN : V ; -fun scandaliserVN : V ; -fun scanderVN : V ; -fun scellerVN : V ; -fun schématiserVN : V ; -fun schlitterVN : V ; -fun scinderVN : V ; -fun scintillerVN : V ; -fun sciotterVN : V ; -fun scissionnerVN : V ; -fun scléroserVN : V ; -fun scolariserVN : V ; -fun scotcherVN : V ; -fun scratcherVN : V ; -fun scribouillerVN : V ; -fun scruterVN : V ; -fun sculpterVN : V ; -fun seconderVN : V ; -fun secouerVN : V ; -fun sectionnerVN : V ; -fun séculariserVN : V ; -fun sédentariserVN : V ; -fun segmenterVN : V ; -fun séjournerVN : V ; -fun sélectionnerVN : V ; -fun sellerVN : V ; -fun semblerVN : V ; -fun sensibiliserVN : V ; -fun séparerVN : V ; -fun septuplerVN : V ; -fun séquestrerVN : V ; -fun sérialiserVN : V ; -fun serinerVN : V ; -fun seringuerVN : V ; -fun sermonnerVN : V ; -fun serpenterVN : V ; -fun serrerVN : V ; -fun sevrerVN : V ; -fun sextuplerVN : V ; -fun sexualiserVN : V ; -fun shampooingnerVN : V ; -fun shampouinerVN : V ; -fun shooterVN : V ; -fun shunterVN : V ; -fun sifflerVN : V ; -fun siffloterVN : V ; -fun signalerVN : V ; -fun signaliserVN : V ; -fun signerVN : V ; -fun silhouetterVN : V ; -fun silicatiserVN : V ; -fun siliconerVN : V ; -fun sillonnerVN : V ; -fun similiserVN : V ; -fun simulerVN : V ; -fun singulariserVN : V ; -fun siniserVN : V ; -fun siphonnerVN : V ; -fun siroterVN : V ; -fun situerVN : V ; -fun slalomerVN : V ; -fun slaviserVN : V ; -fun smasherVN : V ; -fun smillerVN : V ; -fun snoberVN : V ; -fun socialiserVN : V ; -fun socratiserVN : V ; -fun sodomiserVN : V ; -fun soignerVN : V ; -fun solariserVN : V ; -fun solderVN : V ; -fun solenniserVN : V ; -fun solidariserVN : V ; -fun solifluerVN : V ; -fun soliloquerVN : V ; -fun solliciterVN : V ; -fun solmiserVN : V ; -fun solubiliserVN : V ; -fun solutionnerVN : V ; -fun somatiserVN : V ; -fun sombrerVN : V ; -fun sommeillerVN : V ; -fun sommerVN : V ; -fun somnolerVN : V ; -fun sonderVN : V ; -fun sonnaillerVN : V ; -fun sonnerVN : V ; -fun sonoriserVN : V ; -fun sophistiquerVN : V ; -fun sorguerVN : V ; -fun soubresauterVN : V ; -fun souderVN : V ; -fun soufflerVN : V ; -fun soufrerVN : V ; -fun souhaiterVN : V ; -fun souillerVN : V ; -fun soûlerVN : V ; -fun soulignerVN : V ; -fun soumissionnerVN : V ; -fun soupçonnerVN : V ; -fun souperVN : V ; -fun soupirerVN : V ; -fun souquerVN : V ; -fun sourcillerVN : V ; -fun sourdinerVN : V ; -fun sous_alimenterVN : V ; -fun sous_estimerVN : V ; -fun sous_évaluerVN : V ; -fun sous_exposerVN : V ; -fun sous_louerVN : V ; -fun sous_titrerVN : V ; -fun sous_traiterVN : V ; -fun soutacherVN : V ; -fun soutirerVN : V ; -fun spatialiserVN : V ; -fun spécialiserVN : V ; -fun spéculerVN : V ; -fun spiritualiserVN : V ; -fun spitterVN : V ; -fun splitterVN : V ; -fun sporulerVN : V ; -fun sprinterVN : V ; -fun squatterVN : V ; -fun stabiliserVN : V ; -fun stafferVN : V ; -fun stagnerVN : V ; -fun staliniserVN : V ; -fun standardiserVN : V ; -fun stationnerVN : V ; -fun statuerVN : V ; -fun sténotyperVN : V ; -fun stéréotyperVN : V ; -fun stériliserVN : V ; -fun stigmatiserVN : V ; -fun stimulerVN : V ; -fun stipulerVN : V ; -fun stockerVN : V ; -fun stopperVN : V ; -fun strangulerVN : V ; -fun stridulerVN : V ; -fun stripperVN : V ; -fun striquerVN : V ; -fun structurerVN : V ; -fun stuquerVN : V ; -fun stylerVN : V ; -fun styliserVN : V ; -fun subdiviserVN : V ; -fun subjuguerVN : V ; -fun sublimerVN : V ; -fun subodorerVN : V ; -fun subordonnerVN : V ; -fun subornerVN : V ; -fun subsisterVN : V ; -fun substantiverVN : V ; -fun substituerVN : V ; -fun subtiliserVN : V ; -fun subventionnerVN : V ; -fun succomberVN : V ; -fun suçoterVN : V ; -fun sucrerVN : V ; -fun suerVN : V ; -fun suffixerVN : V ; -fun suffoquerVN : V ; -fun suggestionnerVN : V ; -fun suiciderVN : V ; -fun suiferVN : V ; -fun suifferVN : V ; -fun suinterVN : V ; -fun sulfaterVN : V ; -fun sulfiterVN : V ; -fun sulfonerVN : V ; -fun sulfurerVN : V ; -fun superposerVN : V ; -fun superviserVN : V ; -fun supplanterVN : V ; -fun supplémenterVN : V ; -fun supporterVN : V ; -fun supposerVN : V ; -fun supprimerVN : V ; -fun suppurerVN : V ; -fun supputerVN : V ; -fun surabonderVN : V ; -fun surajouterVN : V ; -fun suralimenterVN : V ; -fun surbaisserVN : V ; -fun surchaufferVN : V ; -fun surclasserVN : V ; -fun surcomprimerVN : V ; -fun surcontrerVN : V ; -fun surcouperVN : V ; -fun surdorerVN : V ; -fun surentraînerVN : V ; -fun suréquiperVN : V ; -fun surestimerVN : V ; -fun surévaluerVN : V ; -fun surexciterVN : V ; -fun surexposerVN : V ; -fun surferVN : V ; -fun surfilerVN : V ; -fun surgeonnerVN : V ; -fun surhausserVN : V ; -fun surimposerVN : V ; -fun surinerVN : V ; -fun surjalerVN : V ; -fun surmonterVN : V ; -fun surmoulerVN : V ; -fun surnommerVN : V ; -fun suroxyderVN : V ; -fun surpasserVN : V ; -fun surplomberVN : V ; -fun sursaturerVN : V ; -fun sursauterVN : V ; -fun surtaxerVN : V ; -fun surveillerVN : V ; -fun survolerVN : V ; -fun survolterVN : V ; -fun susciterVN : V ; -fun suspecterVN : V ; -fun sustenterVN : V ; -fun susurrerVN : V ; -fun suturerVN : V ; -fun swinguerVN : V ; -fun syllaberVN : V ; -fun symboliserVN : V ; -fun symétriserVN : V ; -fun sympathiserVN : V ; -fun synchroniserVN : V ; -fun syncoperVN : V ; -fun syncristalliserVN : V ; -fun syndicaliserVN : V ; -fun syndiquerVN : V ; -fun synthétiserVN : V ; -fun syntoniserVN : V ; -fun systématiserVN : V ; -fun tabasserVN : V ; -fun tablerVN : V ; -fun tabulerVN : V ; -fun tacherVN : V ; -fun tâcherVN : V ; -fun tailladerVN : V ; -fun taillerVN : V ; -fun talerVN : V ; -fun tallerVN : V ; -fun talocherVN : V ; -fun talonnerVN : V ; -fun talquerVN : V ; -fun tambourinerVN : V ; -fun tamiserVN : V ; -fun tamponnerVN : V ; -fun tanguerVN : V ; -fun taniserVN : V ; -fun tannerVN : V ; -fun tanniserVN : V ; -fun taperVN : V ; -fun tapisserVN : V ; -fun taponnerVN : V ; -fun tapoterVN : V ; -fun taquerVN : V ; -fun taquinerVN : V ; -fun tarabiscoterVN : V ; -fun tarabusterVN : V ; -fun tarauderVN : V ; -fun tarderVN : V ; -fun tarerVN : V ; -fun targuerVN : V ; -fun tariferVN : V ; -fun tartinerVN : V ; -fun tasserVN : V ; -fun tâterVN : V ; -fun tatillonnerVN : V ; -fun tâtonnerVN : V ; -fun tatouerVN : V ; -fun tavellerVN : V ; -fun taxerVN : V ; -fun techniciserVN : V ; -fun techniserVN : V ; -fun technocratiserVN : V ; -fun teillerVN : V ; -fun teinterVN : V ; -fun télécommanderVN : V ; -fun téléguiderVN : V ; -fun téléphonerVN : V ; -fun télescoperVN : V ; -fun téléviserVN : V ; -fun témoignerVN : V ; -fun tempêterVN : V ; -fun temporiserVN : V ; -fun tenaillerVN : V ; -fun tenonnerVN : V ; -fun ténoriserVN : V ; -fun tenterVN : V ; -fun tergiverserVN : V ; -fun terminerVN : V ; -fun terrasserVN : V ; -fun terreauterVN : V ; -fun terrerVN : V ; -fun terroriserVN : V ; -fun terserVN : V ; -fun testerVN : V ; -fun tétaniserVN : V ; -fun texturerVN : V ; -fun texturiserVN : V ; -fun théâtraliserVN : V ; -fun thématiserVN : V ; -fun théoriserVN : V ; -fun thésauriserVN : V ; -fun tictaquerVN : V ; -fun tigrerVN : V ; -fun tillerVN : V ; -fun timbrerVN : V ; -fun tinterVN : V ; -fun tintinnabulerVN : V ; -fun tiquerVN : V ; -fun tiraillerVN : V ; -fun tire_bouchonnerVN : V ; -fun tirebouchonnerVN : V ; -fun tirerVN : V ; -fun tiserVN : V ; -fun tisonnerVN : V ; -fun tisserVN : V ; -fun titillerVN : V ; -fun titrerVN : V ; -fun tituberVN : V ; -fun titulariserVN : V ; -fun toasterVN : V ; -fun toilerVN : V ; -fun toiletterVN : V ; -fun toiserVN : V ; -fun tomberVN : V ; -fun tomerVN : V ; -fun tonitruerVN : V ; -fun tonnerVN : V ; -fun tonsurerVN : V ; -fun tontinerVN : V ; -fun toperVN : V ; -fun topicaliserVN : V ; -fun toquerVN : V ; -fun torcherVN : V ; -fun torchonnerVN : V ; -fun toronnerVN : V ; -fun torpillerVN : V ; -fun torsaderVN : V ; -fun tortillerVN : V ; -fun tortorerVN : V ; -fun torturerVN : V ; -fun totaliserVN : V ; -fun toucherVN : V ; -fun touerVN : V ; -fun touillerVN : V ; -fun toupillerVN : V ; -fun toupinerVN : V ; -fun tourberVN : V ; -fun tourbillonnerVN : V ; -fun tourillonnerVN : V ; -fun tourmenterVN : V ; -fun tournaillerVN : V ; -fun tournasserVN : V ; -fun tourneboulerVN : V ; -fun tournerVN : V ; -fun tournicoterVN : V ; -fun tournillerVN : V ; -fun tourniquerVN : V ; -fun toussaillerVN : V ; -fun tousserVN : V ; -fun toussoterVN : V ; -fun traboulerVN : V ; -fun tracanerVN : V ; -fun tracasserVN : V ; -fun tracterVN : V ; -fun trafiquerVN : V ; -fun traînaillerVN : V ; -fun traînasserVN : V ; -fun traînerVN : V ; -fun traiterVN : V ; -fun tramerVN : V ; -fun tranchefilerVN : V ; -fun trancherVN : V ; -fun tranquilliserVN : V ; -fun transbahuterVN : V ; -fun transborderVN : V ; -fun transcenderVN : V ; -fun transcoderVN : V ; -fun transfigurerVN : V ; -fun transfilerVN : V ; -fun transformerVN : V ; -fun transfuserVN : V ; -fun transgresserVN : V ; -fun transhumerVN : V ; -fun transistoriserVN : V ; -fun transiterVN : V ; -fun translaterVN : V ; -fun transmigrerVN : V ; -fun transmuerVN : V ; -fun transmuterVN : V ; -fun transpirerVN : V ; -fun transplanterVN : V ; -fun transporterVN : V ; -fun transposerVN : V ; -fun transsuderVN : V ; -fun transvaserVN : V ; -fun transviderVN : V ; -fun traquerVN : V ; -fun traumatiserVN : V ; -fun travaillerVN : V ; -fun traverserVN : V ; -fun trébucherVN : V ; -fun tréfilerVN : V ; -fun treillisserVN : V ; -fun trématerVN : V ; -fun tremblerVN : V ; -fun trembloterVN : V ; -fun trémousserVN : V ; -fun tremperVN : V ; -fun trémulerVN : V ; -fun trépanerVN : V ; -fun trépasserVN : V ; -fun trépiderVN : V ; -fun trépignerVN : V ; -fun tressauterVN : V ; -fun tresserVN : V ; -fun treuillerVN : V ; -fun trévirerVN : V ; -fun triangulerVN : V ; -fun triballerVN : V ; -fun tricherVN : V ; -fun tricoterVN : V ; -fun trifouillerVN : V ; -fun trillerVN : V ; -fun trimarderVN : V ; -fun trimbalerVN : V ; -fun trimballerVN : V ; -fun trimerVN : V ; -fun tringlerVN : V ; -fun trinquerVN : V ; -fun triompherVN : V ; -fun tripatouillerVN : V ; -fun triplerVN : V ; -fun tripoterVN : V ; -fun triquerVN : V ; -fun trisserVN : V ; -fun triturerVN : V ; -fun tromperVN : V ; -fun tronçonnerVN : V ; -fun trônerVN : V ; -fun tronquerVN : V ; -fun tropicaliserVN : V ; -fun troquerVN : V ; -fun trotterVN : V ; -fun trottinerVN : V ; -fun troublerVN : V ; -fun trouerVN : V ; -fun troussequinerVN : V ; -fun trousserVN : V ; -fun trouverVN : V ; -fun truanderVN : V ; -fun truciderVN : V ; -fun trufferVN : V ; -fun truquerVN : V ; -fun trusquinerVN : V ; -fun trusterVN : V ; -fun tuberculinerVN : V ; -fun tuberculiniserVN : V ; -fun tuberculiserVN : V ; -fun tuberVN : V ; -fun tuerVN : V ; -fun tuilerVN : V ; -fun turbinerVN : V ; -fun turlupinerVN : V ; -fun tuteurerVN : V ; -fun tuyauterVN : V ; -fun twisterVN : V ; -fun tympaniserVN : V ; -fun typerVN : V ; -fun typiserVN : V ; -fun tyranniserVN : V ; -fun ululerVN : V ; -fun universaliserVN : V ; -fun urbaniserVN : V ; -fun urinerVN : V ; -fun userVN : V ; -fun usinerVN : V ; -fun usurperVN : V ; -fun utiliserVN : V ; -fun vaccinerVN : V ; -fun vacillerVN : V ; -fun vadrouillerVN : V ; -fun vagabonderVN : V ; -fun vaguerVN : V ; -fun vaironnerVN : V ; -fun valdinguerVN : V ; -fun validerVN : V ; -fun valiserVN : V ; -fun vallonnerVN : V ; -fun valoriserVN : V ; -fun valouserVN : V ; -fun valserVN : V ; -fun vamperVN : V ; -fun vannerVN : V ; -fun vanterVN : V ; -fun vaporiserVN : V ; -fun vaquerVN : V ; -fun varapperVN : V ; -fun varloperVN : V ; -fun vaselinerVN : V ; -fun vaserVN : V ; -fun vasouillerVN : V ; -fun vassaliserVN : V ; -fun vaticinerVN : V ; -fun vautrerVN : V ; -fun véhiculerVN : V ; -fun veillerVN : V ; -fun veinerVN : V ; -fun vélariserVN : V ; -fun vêlerVN : V ; -fun velouterVN : V ; -fun venterVN : V ; -fun ventilerVN : V ; -fun ventouserVN : V ; -fun verbaliserVN : V ; -fun verduniserVN : V ; -fun verjuterVN : V ; -fun vermiculerVN : V ; -fun vermillerVN : V ; -fun vermillonnerVN : V ; -fun vermoulerVN : V ; -fun vernisserVN : V ; -fun verrouillerVN : V ; -fun verserVN : V ; -fun vesserVN : V ; -fun vétillerVN : V ; -fun vexerVN : V ; -fun viabiliserVN : V ; -fun vianderVN : V ; -fun vibrerVN : V ; -fun vibrionnerVN : V ; -fun viderVN : V ; -fun vidimerVN : V ; -fun viellerVN : V ; -fun vilipenderVN : V ; -fun villégiaturerVN : V ; -fun vinaigrerVN : V ; -fun vinerVN : V ; -fun violenterVN : V ; -fun violerVN : V ; -fun violonerVN : V ; -fun virerVN : V ; -fun virevolterVN : V ; -fun virgulerVN : V ; -fun viriliserVN : V ; -fun virolerVN : V ; -fun viserVN : V ; -fun visionnerVN : V ; -fun visiterVN : V ; -fun visserVN : V ; -fun visualiserVN : V ; -fun vitrerVN : V ; -fun vitriolerVN : V ; -fun vivoterVN : V ; -fun vocaliserVN : V ; -fun voguerVN : V ; -fun voilerVN : V ; -fun voisinerVN : V ; -fun voiturerVN : V ; -fun volatiliserVN : V ; -fun volcaniserVN : V ; -fun volerVN : V ; -fun volterVN : V ; -fun voterVN : V ; -fun vouerVN : V ; -fun voûterVN : V ; -fun vrillerVN : V ; -fun vulcaniserVN : V ; -fun vulgariserVN : V ; -fun warranterVN : V ; -fun zesterVN : V ; -fun ziberVN : V ; -fun zigouillerVN : V ; -fun ziguerVN : V ; -fun zigzaguerVN : V ; -fun zinguerVN : V ; -fun zinzinulerVN : V ; -fun zonerVN : V ; -fun zozoterVN : V ; -fun cloreVN : V ; -fun conclureVN : V ; -fun exclureVN : V ; -fun absoudreVN : V ; -fun dissoudreVN : V ; -fun coudreVN : V ; -fun découdreVN : V ; -fun recoudreVN : V ; -fun émoudreVN : V ; -fun moudreVN : V ; -fun remoudreVN : V ; -fun poursuivreVN : V ; -fun suivreVN : V ; -fun revivreVN : V ; -fun survivreVN : V ; -fun vivreVN : V ; -fun élireVN : V ; -fun lireVN : V ; -fun réélireVN : V ; -fun relireVN : V ; -fun direVN : V ; -fun redireVN : V ; -fun rireVN : V ; -fun sourireVN : V ; -fun acquiescerVN : V ; -fun agacerVN : V ; -fun agencerVN : V ; -fun amorcerVN : V ; -fun amordancerVN : V ; -fun annoncerVN : V ; -fun autofinancerVN : V ; -fun avancerVN : V ; -fun balancerVN : V ; -fun bercerVN : V ; -fun cadencerVN : V ; -fun carencerVN : V ; -fun coincerVN : V ; -fun commencerVN : V ; -fun commercerVN : V ; -fun concurrencerVN : V ; -fun contrebalancerVN : V ; -fun courroucerVN : V ; -fun décoincerVN : V ; -fun décontenancerVN : V ; -fun dédicacerVN : V ; -fun défoncerVN : V ; -fun défroncerVN : V ; -fun déglacerVN : V ; -fun délacerVN : V ; -fun dénoncerVN : V ; -fun dépecerVN : V ; -fun déplacerVN : V ; -fun désagencerVN : V ; -fun désamorcerVN : V ; -fun désenlacerVN : V ; -fun devancerVN : V ; -fun distancerVN : V ; -fun divorcerVN : V ; -fun écorcerVN : V ; -fun effacerVN : V ; -fun efforcerVN : V ; -fun élancerVN : V ; -fun émincerVN : V ; -fun enfoncerVN : V ; -fun englacerVN : V ; -fun engoncerVN : V ; -fun enjoncerVN : V ; -fun enlacerVN : V ; -fun énoncerVN : V ; -fun ensemencerVN : V ; -fun entrelacerVN : V ; -fun épicerVN : V ; -fun épincerVN : V ; -fun épucerVN : V ; -fun espacerVN : V ; -fun évincerVN : V ; -fun exaucerVN : V ; -fun exercerVN : V ; -fun fiancerVN : V ; -fun financerVN : V ; -fun foncerVN : V ; -fun forcerVN : V ; -fun forlancerVN : V ; -fun froncerVN : V ; -fun garancerVN : V ; -fun gercerVN : V ; -fun glacerVN : V ; -fun grimacerVN : V ; -fun grincerVN : V ; -fun immiscerVN : V ; -fun indicerVN : V ; -fun influencerVN : V ; -fun joncerVN : V ; -fun lacerVN : V ; -fun lancerVN : V ; -fun manigancerVN : V ; -fun matricerVN : V ; -fun menacerVN : V ; -fun mordancerVN : V ; -fun nuancerVN : V ; -fun opiacerVN : V ; -fun ordonnancerVN : V ; -fun percerVN : V ; -fun pincerVN : V ; -fun pioncerVN : V ; -fun placerVN : V ; -fun policerVN : V ; -fun poncerVN : V ; -fun préfacerVN : V ; -fun prononcerVN : V ; -fun quittancerVN : V ; -fun rapiécerVN : V ; -fun réamorcerVN : V ; -fun recommencerVN : V ; -fun réensemencerVN : V ; -fun référencerVN : V ; -fun relancerVN : V ; -fun remplacerVN : V ; -fun renfoncerVN : V ; -fun renforcerVN : V ; -fun renoncerVN : V ; -fun réordonnancerVN : V ; -fun repercerVN : V ; -fun repincerVN : V ; -fun replacerVN : V ; -fun ressourcerVN : V ; -fun retercerVN : V ; -fun retracerVN : V ; -fun rincerVN : V ; -fun romancerVN : V ; -fun saucerVN : V ; -fun semoncerVN : V ; -fun sérancerVN : V ; -fun sucerVN : V ; -fun surfacerVN : V ; -fun surglacerVN : V ; -fun tancerVN : V ; -fun tercerVN : V ; -fun tiercerVN : V ; -fun tracerVN : V ; -fun transpercerVN : V ; -fun verglacerVN : V ; -fun violacerVN : V ; -fun circonscrireVN : V ; -fun décrireVN : V ; -fun écrireVN : V ; -fun inscrireVN : V ; -fun prescrireVN : V ; -fun proscrireVN : V ; -fun récrireVN : V ; -fun réécrireVN : V ; -fun réinscrireVN : V ; -fun retranscrireVN : V ; -fun souscrireVN : V ; -fun transcrireVN : V ; -fun confireVN : V ; -fun déconfireVN : V ; -fun conduireVN : V ; -fun construireVN : V ; -fun cuireVN : V ; -fun décuireVN : V ; -fun déduireVN : V ; -fun détruireVN : V ; -fun éconduireVN : V ; -fun enduireVN : V ; -fun entre_détruireVN : V ; -fun entre_nuireVN : V ; -fun induireVN : V ; -fun instruireVN : V ; -fun introduireVN : V ; -fun nuireVN : V ; -fun produireVN : V ; -fun reconduireVN : V ; -fun reconstruireVN : V ; -fun recuireVN : V ; -fun réduireVN : V ; -fun réintroduireVN : V ; -fun reproduireVN : V ; -fun retraduireVN : V ; -fun séduireVN : V ; -fun surproduireVN : V ; -fun traduireVN : V ; -fun abrogerVN : V ; -fun adjugerVN : V ; -fun afféagerVN : V ; -fun affligerVN : V ; -fun affouagerVN : V ; -fun affouragerVN : V ; -fun affourragerVN : V ; -fun allongerVN : V ; -fun aménagerVN : V ; -fun apanagerVN : V ; -fun arrangerVN : V ; -fun arréragerVN : V ; -fun arrogerVN : V ; -fun aspergerVN : V ; -fun attigerVN : V ; -fun avantagerVN : V ; -fun baugerVN : V ; -fun bougerVN : V ; -fun boulangerVN : V ; -fun bridgerVN : V ; -fun calorifugerVN : V ; -fun centrifugerVN : V ; -fun challengerVN : V ; -fun changerVN : V ; -fun chargerVN : V ; -fun colligerVN : V ; -fun convergerVN : V ; -fun corrigerVN : V ; -fun déchargerVN : V ; -fun découragerVN : V ; -fun dédommagerVN : V ; -fun défigerVN : V ; -fun dégagerVN : V ; -fun dégorgerVN : V ; -fun déjaugerVN : V ; -fun déjugerVN : V ; -fun délogerVN : V ; -fun démangerVN : V ; -fun déménagerVN : V ; -fun démurgerVN : V ; -fun déneigerVN : V ; -fun départagerVN : V ; -fun déragerVN : V ; -fun dérangerVN : V ; -fun dérogerVN : V ; -fun désavantagerVN : V ; -fun désengagerVN : V ; -fun désengorgerVN : V ; -fun désobligerVN : V ; -fun détergerVN : V ; -fun dévisagerVN : V ; -fun dirigerVN : V ; -fun divergerVN : V ; -fun échangerVN : V ; -fun effrangerVN : V ; -fun égorgerVN : V ; -fun égrugerVN : V ; -fun élongerVN : V ; -fun émargerVN : V ; -fun émergerVN : V ; -fun emmargerVN : V ; -fun emménagerVN : V ; -fun empiégerVN : V ; -fun encagerVN : V ; -fun encouragerVN : V ; -fun endommagerVN : V ; -fun engagerVN : V ; -fun engorgerVN : V ; -fun engrangerVN : V ; -fun enneigerVN : V ; -fun ennuagerVN : V ; -fun enragerVN : V ; -fun entr'égorgerVN : V ; -fun entre_mangerVN : V ; -fun envergerVN : V ; -fun envisagerVN : V ; -fun épongerVN : V ; -fun érigerVN : V ; -fun essangerVN : V ; -fun étagerVN : V ; -fun étalagerVN : V ; -fun exigerVN : V ; -fun expurgerVN : V ; -fun figerVN : V ; -fun forgerVN : V ; -fun fougerVN : V ; -fun fourragerVN : V ; -fun frangerVN : V ; -fun frigorifugerVN : V ; -fun fumigerVN : V ; -fun fustigerVN : V ; -fun gagerVN : V ; -fun gambergerVN : V ; -fun gobergerVN : V ; -fun gorgerVN : V ; -fun grillagerVN : V ; -fun grugerVN : V ; -fun hébergerVN : V ; -fun herbagerVN : V ; -fun hydrofugerVN : V ; -fun ignifugerVN : V ; -fun imagerVN : V ; -fun immergerVN : V ; -fun infligerVN : V ; -fun insurgerVN : V ; -fun interrogerVN : V ; -fun jaugerVN : V ; -fun jugerVN : V ; -fun langerVN : V ; -fun limogerVN : V ; -fun lingerVN : V ; -fun logerVN : V ; -fun longerVN : V ; -fun louangerVN : V ; -fun lugerVN : V ; -fun managerVN : V ; -fun mangerVN : V ; -fun margerVN : V ; -fun méjugerVN : V ; -fun mélangerVN : V ; -fun ménagerVN : V ; -fun mitigerVN : V ; -fun nagerVN : V ; -fun naufragerVN : V ; -fun négligerVN : V ; -fun neigerVN : V ; -fun obligerVN : V ; -fun ombragerVN : V ; -fun orangerVN : V ; -fun outragerVN : V ; -fun ouvragerVN : V ; -fun pacagerVN : V ; -fun pagerVN : V ; -fun partagerVN : V ; -fun pataugerVN : V ; -fun pigerVN : V ; -fun plongerVN : V ; -fun préjugerVN : V ; -fun présagerVN : V ; -fun prolongerVN : V ; -fun propagerVN : V ; -fun prorogerVN : V ; -fun purgerVN : V ; -fun quartagerVN : V ; -fun ragerVN : V ; -fun rallégerVN : V ; -fun rallongerVN : V ; -fun ramagerVN : V ; -fun rangerVN : V ; -fun ravagerVN : V ; -fun réarrangerVN : V ; -fun rechangerVN : V ; -fun rechargerVN : V ; -fun recorrigerVN : V ; -fun rédigerVN : V ; -fun réengagerVN : V ; -fun reforgerVN : V ; -fun regorgerVN : V ; -fun relogerVN : V ; -fun remangerVN : V ; -fun rembougerVN : V ; -fun rengagerVN : V ; -fun rengagerVN : V ; -fun rengorgerVN : V ; -fun renvergerVN : V ; -fun repartagerVN : V ; -fun replongerVN : V ; -fun rongerVN : V ; -fun saccagerVN : V ; -fun singerVN : V ; -fun songerVN : V ; -fun soulagerVN : V ; -fun submergerVN : V ; -fun subrogerVN : V ; -fun surchargerVN : V ; -fun surnagerVN : V ; -fun tapagerVN : V ; -fun transigerVN : V ; -fun treillagerVN : V ; -fun vendangerVN : V ; -fun vengerVN : V ; -fun verbiagerVN : V ; -fun vidangerVN : V ; -fun voligerVN : V ; -fun voltigerVN : V ; -fun voyagerVN : V ; -fun acheverVN : V ; -fun amenerVN : V ; -fun assenerVN : V ; -fun champleverVN : V ; -fun creverVN : V ; -fun dégreverVN : V ; -fun démenerVN : V ; -fun dépecerVN : V ; -fun désempeserVN : V ; -fun égrenerVN : V ; -fun éleverVN : V ; -fun embreverVN : V ; -fun emmenerVN : V ; -fun empeserVN : V ; -fun enchifrenerVN : V ; -fun engrenerVN : V ; -fun enleverVN : V ; -fun gangrenerVN : V ; -fun grenerVN : V ; -fun greverVN : V ; -fun leverVN : V ; -fun malmenerVN : V ; -fun menerVN : V ; -fun paracheverVN : V ; -fun parsemerVN : V ; -fun peserVN : V ; -fun préleverVN : V ; -fun promenerVN : V ; -fun ramenerVN : V ; -fun receperVN : V ; -fun releverVN : V ; -fun remmenerVN : V ; -fun rengrenerVN : V ; -fun ressemerVN : V ; -fun semerVN : V ; -fun soucheverVN : V ; -fun souleverVN : V ; -fun soupeserVN : V ; -fun suréleverVN : V ; -fun surmenerVN : V ; -fun sursemerVN : V ; +fun accéderVN : VN ; +fun accélérerVN : VN ; +fun acérerVN : VN ; +fun aciérerVN : VN ; +fun adhérerVN : VN ; +fun adultérerVN : VN ; +fun aérerVN : VN ; +fun afférerVN : VN ; +fun affréterVN : VN ; +fun agglomérerVN : VN ; +fun aléserVN : VN ; +fun aliénerVN : VN ; +fun allécherVN : VN ; +fun alléguerVN : VN ; +fun altérerVN : VN ; +fun anhélerVN : VN ; +fun appéterVN : VN ; +fun arriérerVN : VN ; +fun assécherVN : VN ; +fun assénerVN : VN ; +fun avérerVN : VN ; +fun baréterVN : VN ; +fun béquerVN : VN ; +fun blasphémerVN : VN ; +fun blatérerVN : VN ; +fun bléserVN : VN ; +fun brélerVN : VN ; +fun carénerVN : VN ; +fun céderVN : VN ; +fun célébrerVN : VN ; +fun chronométrerVN : VN ; +fun commérerVN : VN ; +fun compéterVN : VN ; +fun compléterVN : VN ; +fun concéderVN : VN ; +fun concélébrerVN : VN ; +fun concréterVN : VN ; +fun conférerVN : VN ; +fun conglomérerVN : VN ; +fun considérerVN : VN ; +fun coopérerVN : VN ; +fun crécherVN : VN ; +fun crémerVN : VN ; +fun crénerVN : VN ; +fun déblatérerVN : VN ; +fun décéderVN : VN ; +fun décélérerVN : VN ; +fun décolérerVN : VN ; +fun décréterVN : VN ; +fun déféquerVN : VN ; +fun déférerVN : VN ; +fun dégénérerVN : VN ; +fun déléguerVN : VN ; +fun délibérerVN : VN ; +fun déposséderVN : VN ; +fun dépoussiérerVN : VN ; +fun déréglerVN : VN ; +fun désaliénerVN : VN ; +fun désaltérerVN : VN ; +fun désespérerVN : VN ; +fun déshydrogénerVN : VN ; +fun désintégrerVN : VN ; +fun désoxygénerVN : VN ; +fun dessécherVN : VN ; +fun différerVN : VN ; +fun digérerVN : VN ; +fun dilacérerVN : VN ; +fun disséquerVN : VN ; +fun ébrécherVN : VN ; +fun écrémerVN : VN ; +fun émécherVN : VN ; +fun emmétrerVN : VN ; +fun empiéterVN : VN ; +fun empoussiérerVN : VN ; +fun enfiévrerVN : VN ; +fun enflécherVN : VN ; +fun enstérerVN : VN ; +fun enténébrerVN : VN ; +fun énumérerVN : VN ; +fun espérerVN : VN ; +fun exagérerVN : VN ; +fun exaspérerVN : VN ; +fun excéderVN : VN ; +fun excréterVN : VN ; +fun exécrerVN : VN ; +fun exhéréderVN : VN ; +fun exonérerVN : VN ; +fun faséyerVN : VN ; +fun fédérerVN : VN ; +fun flécherVN : VN ; +fun fréterVN : VN ; +fun galéjerVN : VN ; +fun générerVN : VN ; +fun gérerVN : VN ; +fun gréserVN : VN ; +fun hébéterVN : VN ; +fun hélerVN : VN ; +fun hydrogénerVN : VN ; +fun hypothéquerVN : VN ; +fun impétrerVN : VN ; +fun imprégnerVN : VN ; +fun incarcérerVN : VN ; +fun incinérerVN : VN ; +fun indifférerVN : VN ; +fun inférerVN : VN ; +fun ingérerVN : VN ; +fun inquiéterVN : VN ; +fun insérerVN : VN ; +fun intégrerVN : VN ; +fun intercéderVN : VN ; +fun interférerVN : VN ; +fun interpénétrerVN : VN ; +fun interpréterVN : VN ; +fun invétérerVN : VN ; +fun itérerVN : VN ; +fun kilométrerVN : VN ; +fun lacérerVN : VN ; +fun lécherVN : VN ; +fun légiférerVN : VN ; +fun léguerVN : VN ; +fun léserVN : VN ; +fun libérerVN : VN ; +fun lisérerVN : VN ; +fun macérerVN : VN ; +fun maniérerVN : VN ; +fun mécherVN : VN ; +fun métrerVN : VN ; +fun modérerVN : VN ; +fun morigénerVN : VN ; +fun obérerVN : VN ; +fun oblitérerVN : VN ; +fun obséderVN : VN ; +fun obtempérerVN : VN ; +fun opérerVN : VN ; +fun oxygénerVN : VN ; +fun pécherVN : VN ; +fun pénétrerVN : VN ; +fun perpétrerVN : VN ; +fun persévérerVN : VN ; +fun pestiférerVN : VN ; +fun péterVN : VN ; +fun piéterVN : VN ; +fun pondérerVN : VN ; +fun posséderVN : VN ; +fun pourlécherVN : VN ; +fun précéderVN : VN ; +fun préférerVN : VN ; +fun procéderVN : VN ; +fun proférerVN : VN ; +fun proliférerVN : VN ; +fun prospérerVN : VN ; +fun rapiécerVN : VN ; +fun rassérénerVN : VN ; +fun réaléserVN : VN ; +fun recéderVN : VN ; +fun recélerVN : VN ; +fun recéperVN : VN ; +fun reconsidérerVN : VN ; +fun récupérerVN : VN ; +fun référerVN : VN ; +fun refléterVN : VN ; +fun refrénerVN : VN ; +fun réfrénerVN : VN ; +fun réfrigérerVN : VN ; +fun régénérerVN : VN ; +fun réglerVN : VN ; +fun régnerVN : VN ; +fun réincarcérerVN : VN ; +fun réinsérerVN : VN ; +fun réintégrerVN : VN ; +fun réinterpréterVN : VN ; +fun réitérerVN : VN ; +fun reléguerVN : VN ; +fun rempiéterVN : VN ; +fun rémunérerVN : VN ; +fun rengrénerVN : VN ; +fun réopérerVN : VN ; +fun repérerVN : VN ; +fun répéterVN : VN ; +fun reséquerVN : VN ; +fun rétrocéderVN : VN ; +fun révélerVN : VN ; +fun réverbérerVN : VN ; +fun révérerVN : VN ; +fun rouspéterVN : VN ; +fun sécherVN : VN ; +fun sécréterVN : VN ; +fun sidérerVN : VN ; +fun sphacélerVN : VN ; +fun stérerVN : VN ; +fun subdéléguerVN : VN ; +fun succéderVN : VN ; +fun suggérerVN : VN ; +fun télémétrerVN : VN ; +fun tempérerVN : VN ; +fun téterVN : VN ; +fun tolérerVN : VN ; +fun transférerVN : VN ; +fun translitérerVN : VN ; +fun translittérerVN : VN ; +fun triséquerVN : VN ; +fun ulcérerVN : VN ; +fun végéterVN : VN ; +fun vénérerVN : VN ; +fun vitupérerVN : VN ; +fun vociférerVN : VN ; +fun zébrerVN : VN ; +fun agnelerVN : VN ; +fun aiguilleterVN : VN ; +fun amoncelerVN : VN ; +fun annelerVN : VN ; +fun appelerVN : VN ; +fun attelerVN : VN ; +fun banqueterVN : VN ; +fun baqueterVN : VN ; +fun batelerVN : VN ; +fun becqueterVN : VN ; +fun béqueterVN : VN ; +fun bosselerVN : VN ; +fun bottelerVN : VN ; +fun bourrelerVN : VN ; +fun brettelerVN : VN ; +fun breveterVN : VN ; +fun briqueterVN : VN ; +fun cacheterVN : VN ; +fun cailleterVN : VN ; +fun cannelerVN : VN ; +fun capelerVN : VN ; +fun caqueterVN : VN ; +fun carrelerVN : VN ; +fun chancelerVN : VN ; +fun chapelerVN : VN ; +fun chevreterVN : VN ; +fun claqueterVN : VN ; +fun claveterVN : VN ; +fun cliqueterVN : VN ; +fun colleterVN : VN ; +fun coqueterVN : VN ; +fun cordelerVN : VN ; +fun craquelerVN : VN ; +fun craqueterVN : VN ; +fun crénelerVN : VN ; +fun cureterVN : VN ; +fun cuvelerVN : VN ; +fun débecqueterVN : VN ; +fun débosselerVN : VN ; +fun décacheterVN : VN ; +fun décapelerVN : VN ; +fun décarrelerVN : VN ; +fun déchiqueterVN : VN ; +fun déclaveterVN : VN ; +fun décliqueterVN : VN ; +fun décolleterVN : VN ; +fun déficelerVN : VN ; +fun déjeterVN : VN ; +fun démoucheterVN : VN ; +fun démuselerVN : VN ; +fun dénickelerVN : VN ; +fun dénivelerVN : VN ; +fun dentelerVN : VN ; +fun dépaisselerVN : VN ; +fun dépaqueterVN : VN ; +fun dépucelerVN : VN ; +fun désensorcelerVN : VN ; +fun dételerVN : VN ; +fun détonnelerVN : VN ; +fun duveterVN : VN ; +fun échevelerVN : VN ; +fun embottelerVN : VN ; +fun empaqueterVN : VN ; +fun encliqueterVN : VN ; +fun engrumelerVN : VN ; +fun enjavelerVN : VN ; +fun ensorcelerVN : VN ; +fun épannelerVN : VN ; +fun épelerVN : VN ; +fun épousseterVN : VN ; +fun étincelerVN : VN ; +fun étiqueterVN : VN ; +fun feuilleterVN : VN ; +fun ficelerVN : VN ; +fun forjeterVN : VN ; +fun fuselerVN : VN ; +fun gobeterVN : VN ; +fun grenelerVN : VN ; +fun grivelerVN : VN ; +fun grommelerVN : VN ; +fun grumelerVN : VN ; +fun guillemeterVN : VN ; +fun harcelerVN : VN ; +fun hoqueterVN : VN ; +fun interjeterVN : VN ; +fun javelerVN : VN ; +fun jeterVN : VN ; +fun louveterVN : VN ; +fun marqueterVN : VN ; +fun moleterVN : VN ; +fun morcelerVN : VN ; +fun moucheterVN : VN ; +fun mugueterVN : VN ; +fun muselerVN : VN ; +fun nickelerVN : VN ; +fun nivelerVN : VN ; +fun oiselerVN : VN ; +fun pailleterVN : VN ; +fun paisselerVN : VN ; +fun pantelerVN : VN ; +fun parqueterVN : VN ; +fun pelleterVN : VN ; +fun piqueterVN : VN ; +fun pommelerVN : VN ; +fun projeterVN : VN ; +fun raineterVN : VN ; +fun rappelerVN : VN ; +fun râtelerVN : VN ; +fun recacheterVN : VN ; +fun recarrelerVN : VN ; +fun rejeterVN : VN ; +fun rempaqueterVN : VN ; +fun renouvelerVN : VN ; +fun ressemelerVN : VN ; +fun riveterVN : VN ; +fun ruisselerVN : VN ; +fun soucheterVN : VN ; +fun souffleterVN : VN ; +fun surjeterVN : VN ; +fun tacheterVN : VN ; +fun tavelerVN : VN ; +fun trompeterVN : VN ; +fun valeterVN : VN ; +fun voleterVN : VN ; +fun acheterVN : VN ; +fun aciselerVN : VN ; +fun bégueterVN : VN ; +fun caleterVN : VN ; +fun celerVN : VN ; +fun ciselerVN : VN ; +fun congelerVN : VN ; +fun corseterVN : VN ; +fun crocheterVN : VN ; +fun décelerVN : VN ; +fun décongelerVN : VN ; +fun dégelerVN : VN ; +fun démantelerVN : VN ; +fun drapelerVN : VN ; +fun écartelerVN : VN ; +fun embrelerVN : VN ; +fun émoucheterVN : VN ; +fun encastelerVN : VN ; +fun épincelerVN : VN ; +fun fileterVN : VN ; +fun fureterVN : VN ; +fun gelerVN : VN ; +fun haleterVN : VN ; +fun harcelerVN : VN ; +fun lisererVN : VN ; +fun martelerVN : VN ; +fun modelerVN : VN ; +fun pelerVN : VN ; +fun préacheterVN : VN ; +fun racheterVN : VN ; +fun rapiéceterVN : VN ; +fun recelerVN : VN ; +fun recongelerVN : VN ; +fun regelerVN : VN ; +fun surgelerVN : VN ; +fun agréerVN : VN ; +fun béerVN : VN ; +fun capéerVN : VN ; +fun congréerVN : VN ; +fun créerVN : VN ; +fun dégréerVN : VN ; +fun énucléerVN : VN ; +fun gréerVN : VN ; +fun guéerVN : VN ; +fun maugréerVN : VN ; +fun nucléerVN : VN ; +fun procréerVN : VN ; +fun ragréerVN : VN ; +fun recréerVN : VN ; +fun récréerVN : VN ; +fun réerVN : VN ; +fun regréerVN : VN ; +fun suppléerVN : VN ; +fun toréerVN : VN ; +fun abrégerVN : VN ; +fun agrégerVN : VN ; +fun allégerVN : VN ; +fun arpégerVN : VN ; +fun assiégerVN : VN ; +fun désagrégerVN : VN ; +fun liégerVN : VN ; +fun manégerVN : VN ; +fun piégerVN : VN ; +fun protégerVN : VN ; +fun siégerVN : VN ; +fun acétifierVN : VN ; +fun acidifierVN : VN ; +fun affilierVN : VN ; +fun allierVN : VN ; +fun amnistierVN : VN ; +fun amodierVN : VN ; +fun amplifierVN : VN ; +fun analgésierVN : VN ; +fun anémierVN : VN ; +fun anesthésierVN : VN ; +fun apostasierVN : VN ; +fun apparierVN : VN ; +fun apprécierVN : VN ; +fun approprierVN : VN ; +fun armorierVN : VN ; +fun asphyxierVN : VN ; +fun associerVN : VN ; +fun atrophierVN : VN ; +fun aurifierVN : VN ; +fun authentifierVN : VN ; +fun autographierVN : VN ; +fun autopsierVN : VN ; +fun avarierVN : VN ; +fun balbutierVN : VN ; +fun barbifierVN : VN ; +fun béatifierVN : VN ; +fun bénéficierVN : VN ; +fun bêtifierVN : VN ; +fun bonifierVN : VN ; +fun calligraphierVN : VN ; +fun calomnierVN : VN ; +fun carierVN : VN ; +fun carnifierVN : VN ; +fun caséifierVN : VN ; +fun certifierVN : VN ; +fun charrierVN : VN ; +fun châtierVN : VN ; +fun chierVN : VN ; +fun chirographierVN : VN ; +fun chosifierVN : VN ; +fun cinématographierVN : VN ; +fun circonstancierVN : VN ; +fun clarifierVN : VN ; +fun classifierVN : VN ; +fun cocufierVN : VN ; +fun codifierVN : VN ; +fun cokéfierVN : VN ; +fun colorierVN : VN ; +fun communierVN : VN ; +fun complexifierVN : VN ; +fun concilierVN : VN ; +fun confierVN : VN ; +fun congédierVN : VN ; +fun contrarierVN : VN ; +fun convierVN : VN ; +fun copierVN : VN ; +fun crierVN : VN ; +fun crucifierVN : VN ; +fun dactylographierVN : VN ; +fun décalcifierVN : VN ; +fun décrierVN : VN ; +fun dédierVN : VN ; +fun défierVN : VN ; +fun déifierVN : VN ; +fun délierVN : VN ; +fun démarierVN : VN ; +fun démultiplierVN : VN ; +fun démystifierVN : VN ; +fun démythifierVN : VN ; +fun dénierVN : VN ; +fun dénitrifierVN : VN ; +fun déparierVN : VN ; +fun déplierVN : VN ; +fun déprécierVN : VN ; +fun désaffilierVN : VN ; +fun désapparierVN : VN ; +fun déshumidifierVN : VN ; +fun dévierVN : VN ; +fun dévitrifierVN : VN ; +fun différencierVN : VN ; +fun disgracierVN : VN ; +fun disqualifierVN : VN ; +fun dissocierVN : VN ; +fun distancierVN : VN ; +fun diversifierVN : VN ; +fun domicilierVN : VN ; +fun dragéifierVN : VN ; +fun dulcifierVN : VN ; +fun écrierVN : VN ; +fun édifierVN : VN ; +fun électrifierVN : VN ; +fun émacierVN : VN ; +fun émierVN : VN ; +fun émulsifierVN : VN ; +fun enlierVN : VN ; +fun envierVN : VN ; +fun épierVN : VN ; +fun époutierVN : VN ; +fun escarrifierVN : VN ; +fun estérifierVN : VN ; +fun estropierVN : VN ; +fun éthérifierVN : VN ; +fun étudierVN : VN ; +fun excommunierVN : VN ; +fun excorierVN : VN ; +fun exfolierVN : VN ; +fun expatrierVN : VN ; +fun expédierVN : VN ; +fun expierVN : VN ; +fun exproprierVN : VN ; +fun extasierVN : VN ; +fun falsifierVN : VN ; +fun fluidifierVN : VN ; +fun fortifierVN : VN ; +fun frigorifierVN : VN ; +fun fructifierVN : VN ; +fun gazéifierVN : VN ; +fun gélifierVN : VN ; +fun glorifierVN : VN ; +fun gracierVN : VN ; +fun gratifierVN : VN ; +fun historierVN : VN ; +fun homogénéifierVN : VN ; +fun horrifierVN : VN ; +fun humidifierVN : VN ; +fun humilierVN : VN ; +fun hypertrophierVN : VN ; +fun hypostasierVN : VN ; +fun identifierVN : VN ; +fun incendierVN : VN ; +fun ingénierVN : VN ; +fun initierVN : VN ; +fun injurierVN : VN ; +fun intensifierVN : VN ; +fun inventorierVN : VN ; +fun irradierVN : VN ; +fun justifierVN : VN ; +fun lénifierVN : VN ; +fun licencierVN : VN ; +fun lierVN : VN ; +fun lignifierVN : VN ; +fun liquéfierVN : VN ; +fun lithographierVN : VN ; +fun lubrifierVN : VN ; +fun madéfierVN : VN ; +fun magnifierVN : VN ; +fun manierVN : VN ; +fun marierVN : VN ; +fun méfierVN : VN ; +fun mendierVN : VN ; +fun mésallierVN : VN ; +fun modifierVN : VN ; +fun momifierVN : VN ; +fun mortifierVN : VN ; +fun multiplierVN : VN ; +fun mystifierVN : VN ; +fun négocierVN : VN ; +fun nidifierVN : VN ; +fun nierVN : VN ; +fun nitrifierVN : VN ; +fun notifierVN : VN ; +fun obvierVN : VN ; +fun officierVN : VN ; +fun opacifierVN : VN ; +fun orthographierVN : VN ; +fun ossifierVN : VN ; +fun oublierVN : VN ; +fun pacifierVN : VN ; +fun pallierVN : VN ; +fun panifierVN : VN ; +fun parierVN : VN ; +fun parodierVN : VN ; +fun pépierVN : VN ; +fun personnifierVN : VN ; +fun pétrifierVN : VN ; +fun photocopierVN : VN ; +fun photographierVN : VN ; +fun plagierVN : VN ; +fun planchéierVN : VN ; +fun planifierVN : VN ; +fun plasmifierVN : VN ; +fun plastifierVN : VN ; +fun plierVN : VN ; +fun polycopierVN : VN ; +fun pontifierVN : VN ; +fun préjudicierVN : VN ; +fun prierVN : VN ; +fun privilégierVN : VN ; +fun prosodierVN : VN ; +fun psalmodierVN : VN ; +fun publierVN : VN ; +fun purifierVN : VN ; +fun putréfierVN : VN ; +fun qualifierVN : VN ; +fun quantifierVN : VN ; +fun quintessencierVN : VN ; +fun radierVN : VN ; +fun radiographierVN : VN ; +fun radiotélégraphierVN : VN ; +fun rallierVN : VN ; +fun ramifierVN : VN ; +fun rapatrierVN : VN ; +fun rapparierVN : VN ; +fun raréfierVN : VN ; +fun rassasierVN : VN ; +fun ratifierVN : VN ; +fun razzierVN : VN ; +fun recalcifierVN : VN ; +fun réconcilierVN : VN ; +fun recopierVN : VN ; +fun récrierVN : VN ; +fun rectifierVN : VN ; +fun réédifierVN : VN ; +fun réexpédierVN : VN ; +fun réfugierVN : VN ; +fun réifierVN : VN ; +fun relierVN : VN ; +fun remanierVN : VN ; +fun remarierVN : VN ; +fun remédierVN : VN ; +fun remercierVN : VN ; +fun remplierVN : VN ; +fun rengracierVN : VN ; +fun renierVN : VN ; +fun renvierVN : VN ; +fun répertorierVN : VN ; +fun replierVN : VN ; +fun reprographierVN : VN ; +fun répudierVN : VN ; +fun résilierVN : VN ; +fun résinifierVN : VN ; +fun réunifierVN : VN ; +fun revivifierVN : VN ; +fun rubéfierVN : VN ; +fun russifierVN : VN ; +fun saccharifierVN : VN ; +fun sacrifierVN : VN ; +fun sanctifierVN : VN ; +fun saponifierVN : VN ; +fun scarifierVN : VN ; +fun scierVN : VN ; +fun sérierVN : VN ; +fun signifierVN : VN ; +fun simplifierVN : VN ; +fun skierVN : VN ; +fun solfierVN : VN ; +fun solidifierVN : VN ; +fun soucierVN : VN ; +fun spathifierVN : VN ; +fun spécifierVN : VN ; +fun spolierVN : VN ; +fun statufierVN : VN ; +fun sténographierVN : VN ; +fun stipendierVN : VN ; +fun stratifierVN : VN ; +fun strierVN : VN ; +fun stupéfierVN : VN ; +fun supplicierVN : VN ; +fun supplierVN : VN ; +fun surédifierVN : VN ; +fun surlierVN : VN ; +fun télécopierVN : VN ; +fun télégraphierVN : VN ; +fun terrifierVN : VN ; +fun tonifierVN : VN ; +fun torréfierVN : VN ; +fun transsubstantierVN : VN ; +fun trierVN : VN ; +fun tuméfierVN : VN ; +fun unifierVN : VN ; +fun varierVN : VN ; +fun vérifierVN : VN ; +fun versifierVN : VN ; +fun vicierVN : VN ; +fun vinifierVN : VN ; +fun vitrifierVN : VN ; +fun vivifierVN : VN ; +fun balayerVN : VN ; +fun bayerVN : VN ; +fun bégayerVN : VN ; +fun brayerVN : VN ; +fun déblayerVN : VN ; +fun débrayerVN : VN ; +fun défrayerVN : VN ; +fun délayerVN : VN ; +fun dérayerVN : VN ; +fun désembrayerVN : VN ; +fun désenrayerVN : VN ; +fun drayerVN : VN ; +fun effrayerVN : VN ; +fun égayerVN : VN ; +fun embrayerVN : VN ; +fun enrayerVN : VN ; +fun érayerVN : VN ; +fun essayerVN : VN ; +fun étayerVN : VN ; +fun frayerVN : VN ; +fun layerVN : VN ; +fun monnayerVN : VN ; +fun pagayerVN : VN ; +fun payerVN : VN ; +fun rayerVN : VN ; +fun réessayerVN : VN ; +fun relayerVN : VN ; +fun remblayerVN : VN ; +fun repayerVN : VN ; +fun ressayerVN : VN ; +fun surpayerVN : VN ; +fun zézayerVN : VN ; +fun aboyerVN : VN ; +fun apitoyerVN : VN ; +fun appuyerVN : VN ; +fun atermoyerVN : VN ; +fun blondoyerVN : VN ; +fun bornoyerVN : VN ; +fun broyerVN : VN ; +fun carroyerVN : VN ; +fun charroyerVN : VN ; +fun chatoyerVN : VN ; +fun choyerVN : VN ; +fun convoyerVN : VN ; +fun corroyerVN : VN ; +fun côtoyerVN : VN ; +fun coudoyerVN : VN ; +fun dégravoyerVN : VN ; +fun dénoyerVN : VN ; +fun déployerVN : VN ; +fun désennuyerVN : VN ; +fun dévoyerVN : VN ; +fun employerVN : VN ; +fun ennuyerVN : VN ; +fun éployerVN : VN ; +fun essuyerVN : VN ; +fun festoyerVN : VN ; +fun flamboyerVN : VN ; +fun fossoyerVN : VN ; +fun foudroyerVN : VN ; +fun fourvoyerVN : VN ; +fun giboyerVN : VN ; +fun guerroyerVN : VN ; +fun hongroyerVN : VN ; +fun jointoyerVN : VN ; +fun larmoyerVN : VN ; +fun louvoyerVN : VN ; +fun merdoyerVN : VN ; +fun nettoyerVN : VN ; +fun noyerVN : VN ; +fun octroyerVN : VN ; +fun ondoyerVN : VN ; +fun ployerVN : VN ; +fun poudroyerVN : VN ; +fun réemployerVN : VN ; +fun rejointoyerVN : VN ; +fun remployerVN : VN ; +fun reployerVN : VN ; +fun ressuyerVN : VN ; +fun rougeoyerVN : VN ; +fun rudoyerVN : VN ; +fun soudoyerVN : VN ; +fun tournoyerVN : VN ; +fun tutoyerVN : VN ; +fun verdoyerVN : VN ; +fun vousoyerVN : VN ; +fun voussoyerVN : VN ; +fun vouvoyerVN : VN ; +fun envoyerVN : VN ; +fun renvoyerVN : VN ; +fun abasourdirVN : VN ; +fun abâtardirVN : VN ; +fun abêtirVN : VN ; +fun abolirVN : VN ; +fun abonnirVN : VN ; +fun aboutirVN : VN ; +fun abrutirVN : VN ; +fun accomplirVN : VN ; +fun accourcirVN : VN ; +fun accroupirVN : VN ; +fun adoucirVN : VN ; +fun affadirVN : VN ; +fun affaiblirVN : VN ; +fun affermirVN : VN ; +fun affranchirVN : VN ; +fun agirVN : VN ; +fun agonirVN : VN ; +fun agrandirVN : VN ; +fun aguerrirVN : VN ; +fun ahurirVN : VN ; +fun aigrirVN : VN ; +fun alanguirVN : VN ; +fun alentirVN : VN ; +fun allégirVN : VN ; +fun alourdirVN : VN ; +fun alunirVN : VN ; +fun amaigrirVN : VN ; +fun amatirVN : VN ; +fun amerrirVN : VN ; +fun ameublirVN : VN ; +fun amincirVN : VN ; +fun amoindrirVN : VN ; +fun amollirVN : VN ; +fun amortirVN : VN ; +fun anéantirVN : VN ; +fun anoblirVN : VN ; +fun anordirVN : VN ; +fun aplanirVN : VN ; +fun aplatirVN : VN ; +fun appauvrirVN : VN ; +fun appesantirVN : VN ; +fun applaudirVN : VN ; +fun appointirVN : VN ; +fun approfondirVN : VN ; +fun arrondirVN : VN ; +fun assagirVN : VN ; +fun assainirVN : VN ; +fun asservirVN : VN ; +fun assombrirVN : VN ; +fun assortirVN : VN ; +fun assoupirVN : VN ; +fun assouplirVN : VN ; +fun assourdirVN : VN ; +fun assouvirVN : VN ; +fun assujettirVN : VN ; +fun attendrirVN : VN ; +fun atterrirVN : VN ; +fun attiédirVN : VN ; +fun avachirVN : VN ; +fun avertirVN : VN ; +fun aveulirVN : VN ; +fun avilirVN : VN ; +fun bannirVN : VN ; +fun barrirVN : VN ; +fun bâtirVN : VN ; +fun bénirVN : VN ; +fun blanchirVN : VN ; +fun blêmirVN : VN ; +fun blettirVN : VN ; +fun bleuirVN : VN ; +fun blondirVN : VN ; +fun blottirVN : VN ; +fun bondirVN : VN ; +fun bouffirVN : VN ; +fun brandirVN : VN ; +fun bruirVN : VN ; +fun brunirVN : VN ; +fun calmirVN : VN ; +fun candirVN : VN ; +fun chancirVN : VN ; +fun chauvirVN : VN ; +fun chérirVN : VN ; +fun choisirVN : VN ; +fun clapirVN : VN ; +fun compatirVN : VN ; +fun cônirVN : VN ; +fun convertirVN : VN ; +fun cotirVN : VN ; +fun crépirVN : VN ; +fun croupirVN : VN ; +fun débâtirVN : VN ; +fun débleuirVN : VN ; +fun décatirVN : VN ; +fun décrépirVN : VN ; +fun définirVN : VN ; +fun défleurirVN : VN ; +fun défraîchirVN : VN ; +fun dégarnirVN : VN ; +fun dégauchirVN : VN ; +fun déglutirVN : VN ; +fun dégourdirVN : VN ; +fun dégrossirVN : VN ; +fun déguerpirVN : VN ; +fun déjaunirVN : VN ; +fun démolirVN : VN ; +fun démunirVN : VN ; +fun dépérirVN : VN ; +fun dépolirVN : VN ; +fun déraidirVN : VN ; +fun désassortirVN : VN ; +fun désemplirVN : VN ; +fun désenlaidirVN : VN ; +fun désépaissirVN : VN ; +fun désétablirVN : VN ; +fun désinvestirVN : VN ; +fun désobéirVN : VN ; +fun dessaisirVN : VN ; +fun dessertirVN : VN ; +fun désunirVN : VN ; +fun déverdirVN : VN ; +fun dévernirVN : VN ; +fun divertirVN : VN ; +fun doucirVN : VN ; +fun durcirVN : VN ; +fun ébahirVN : VN ; +fun ébaubirVN : VN ; +fun ébaudirVN : VN ; +fun éblouirVN : VN ; +fun écatirVN : VN ; +fun échampirVN : VN ; +fun éclaircirVN : VN ; +fun écrouirVN : VN ; +fun effleurirVN : VN ; +fun élargirVN : VN ; +fun embellirVN : VN ; +fun emboutirVN : VN ; +fun embrunirVN : VN ; +fun emplirVN : VN ; +fun empuantirVN : VN ; +fun enchérirVN : VN ; +fun endolorirVN : VN ; +fun endurcirVN : VN ; +fun enforcirVN : VN ; +fun enfouirVN : VN ; +fun engloutirVN : VN ; +fun engourdirVN : VN ; +fun enhardirVN : VN ; +fun enlaidirVN : VN ; +fun ennoblirVN : VN ; +fun enorgueillirVN : VN ; +fun enrichirVN : VN ; +fun ensevelirVN : VN ; +fun envahirVN : VN ; +fun envieillirVN : VN ; +fun épaissirVN : VN ; +fun épanouirVN : VN ; +fun époutirVN : VN ; +fun équarrirVN : VN ; +fun esbaudirVN : VN ; +fun estourbirVN : VN ; +fun établirVN : VN ; +fun étourdirVN : VN ; +fun étrécirVN : VN ; +fun évanouirVN : VN ; +fun faiblirVN : VN ; +fun farcirVN : VN ; +fun finirVN : VN ; +fun fléchirVN : VN ; +fun flétrirVN : VN ; +fun fleurirVN : VN ; +fun forcirVN : VN ; +fun fouirVN : VN ; +fun fourbirVN : VN ; +fun fournirVN : VN ; +fun fraîchirVN : VN ; +fun franchirVN : VN ; +fun frémirVN : VN ; +fun froidirVN : VN ; +fun garantirVN : VN ; +fun garnirVN : VN ; +fun gauchirVN : VN ; +fun gémirVN : VN ; +fun glapirVN : VN ; +fun glatirVN : VN ; +fun grandirVN : VN ; +fun gravirVN : VN ; +fun grossirVN : VN ; +fun guérirVN : VN ; +fun havirVN : VN ; +fun hennirVN : VN ; +fun honnirVN : VN ; +fun hourdirVN : VN ; +fun impartirVN : VN ; +fun infléchirVN : VN ; +fun intervertirVN : VN ; +fun invertirVN : VN ; +fun investirVN : VN ; +fun jaillirVN : VN ; +fun jaunirVN : VN ; +fun jouirVN : VN ; +fun languirVN : VN ; +fun lotirVN : VN ; +fun louchirVN : VN ; +fun maigrirVN : VN ; +fun matirVN : VN ; +fun mégirVN : VN ; +fun meurtrirVN : VN ; +fun mincirVN : VN ; +fun moisirVN : VN ; +fun moitirVN : VN ; +fun mollirVN : VN ; +fun mugirVN : VN ; +fun munirVN : VN ; +fun mûrirVN : VN ; +fun nantirVN : VN ; +fun noircirVN : VN ; +fun nordirVN : VN ; +fun nourrirVN : VN ; +fun obéirVN : VN ; +fun obscurcirVN : VN ; +fun ourdirVN : VN ; +fun pâlirVN : VN ; +fun pâtirVN : VN ; +fun périrVN : VN ; +fun pervertirVN : VN ; +fun pétrirVN : VN ; +fun polirVN : VN ; +fun pourrirVN : VN ; +fun préétablirVN : VN ; +fun prémunirVN : VN ; +fun punirVN : VN ; +fun rabonnirVN : VN ; +fun rabougrirVN : VN ; +fun raccourcirVN : VN ; +fun racornirVN : VN ; +fun radoucirVN : VN ; +fun raffermirVN : VN ; +fun rafraîchirVN : VN ; +fun ragaillardirVN : VN ; +fun raidirVN : VN ; +fun rajeunirVN : VN ; +fun ralentirVN : VN ; +fun ramollirVN : VN ; +fun rancirVN : VN ; +fun raplatirVN : VN ; +fun rapointirVN : VN ; +fun rassortirVN : VN ; +fun ravilirVN : VN ; +fun ravirVN : VN ; +fun réagirVN : VN ; +fun réassortirVN : VN ; +fun rebâtirVN : VN ; +fun reblanchirVN : VN ; +fun rebondirVN : VN ; +fun rechampirVN : VN ; +fun réchampirVN : VN ; +fun reconvertirVN : VN ; +fun recrépirVN : VN ; +fun redémolirVN : VN ; +fun réfléchirVN : VN ; +fun refleurirVN : VN ; +fun refroidirVN : VN ; +fun regarnirVN : VN ; +fun régirVN : VN ; +fun regrossirVN : VN ; +fun réinvestirVN : VN ; +fun rejaillirVN : VN ; +fun réjouirVN : VN ; +fun rélargirVN : VN ; +fun rembrunirVN : VN ; +fun remplirVN : VN ; +fun renchérirVN : VN ; +fun répartirVN : VN ; +fun repolirVN : VN ; +fun resalirVN : VN ; +fun resplendirVN : VN ; +fun ressaisirVN : VN ; +fun ressortirVN : VN ; +fun ressurgirVN : VN ; +fun resurgirVN : VN ; +fun rétablirVN : VN ; +fun retentirVN : VN ; +fun rétrécirVN : VN ; +fun rétroagirVN : VN ; +fun réunirVN : VN ; +fun réussirVN : VN ; +fun reverdirVN : VN ; +fun roidirVN : VN ; +fun rondirVN : VN ; +fun rosirVN : VN ; +fun rôtirVN : VN ; +fun rougirVN : VN ; +fun rouirVN : VN ; +fun roussirVN : VN ; +fun roustirVN : VN ; +fun rugirVN : VN ; +fun saisirVN : VN ; +fun salirVN : VN ; +fun saurirVN : VN ; +fun serfouirVN : VN ; +fun sertirVN : VN ; +fun sévirVN : VN ; +fun subirVN : VN ; +fun subvertirVN : VN ; +fun superfinirVN : VN ; +fun surenchérirVN : VN ; +fun surgirVN : VN ; +fun surirVN : VN ; +fun tapirVN : VN ; +fun tarirVN : VN ; +fun tartirVN : VN ; +fun ternirVN : VN ; +fun terrirVN : VN ; +fun tiédirVN : VN ; +fun trahirVN : VN ; +fun transirVN : VN ; +fun travestirVN : VN ; +fun unirVN : VN ; +fun vagirVN : VN ; +fun verdirVN : VN ; +fun vernirVN : VN ; +fun vieillirVN : VN ; +fun vioquirVN : VN ; +fun vomirVN : VN ; +fun vrombirVN : VN ; +fun avoirVN : VN ; +fun entre_haïrVN : VN ; +fun haïrVN : VN ; +fun allerVN : VN ; +fun abstenirVN : VN ; +fun appartenirVN : VN ; +fun circonvenirVN : VN ; +fun contenirVN : VN ; +fun contrevenirVN : VN ; +fun convenirVN : VN ; +fun détenirVN : VN ; +fun devenirVN : VN ; +fun disconvenirVN : VN ; +fun entretenirVN : VN ; +fun intervenirVN : VN ; +fun maintenirVN : VN ; +fun obtenirVN : VN ; +fun obvenirVN : VN ; +fun parvenirVN : VN ; +fun prévenirVN : VN ; +fun provenirVN : VN ; +fun redevenirVN : VN ; +fun ressouvenirVN : VN ; +fun retenirVN : VN ; +fun revenirVN : VN ; +fun soutenirVN : VN ; +fun souvenirVN : VN ; +fun subvenirVN : VN ; +fun survenirVN : VN ; +fun tenirVN : VN ; +fun venirVN : VN ; +fun acquérirVN : VN ; +fun conquérirVN : VN ; +fun enquérirVN : VN ; +fun reconquérirVN : VN ; +fun requérirVN : VN ; +fun consentirVN : VN ; +fun démentirVN : VN ; +fun départirVN : VN ; +fun mentirVN : VN ; +fun partirVN : VN ; +fun pressentirVN : VN ; +fun repartirVN : VN ; +fun repentirVN : VN ; +fun ressentirVN : VN ; +fun ressortirVN : VN ; +fun sentirVN : VN ; +fun sortirVN : VN ; +fun sortirVN : VN ; +fun dévêtirVN : VN ; +fun revêtirVN : VN ; +fun vêtirVN : VN ; +fun couvrirVN : VN ; +fun découvrirVN : VN ; +fun entrouvrirVN : VN ; +fun offrirVN : VN ; +fun ouvrirVN : VN ; +fun recouvrirVN : VN ; +fun redécouvrirVN : VN ; +fun rentrouvrirVN : VN ; +fun rouvrirVN : VN ; +fun souffrirVN : VN ; +fun accueillirVN : VN ; +fun cueillirVN : VN ; +fun recueillirVN : VN ; +fun assaillirVN : VN ; +fun tressaillirVN : VN ; +fun êtreVN : VN ; +fun défaillirVN : VN ; +fun faillirVN : VN ; +fun bouillirVN : VN ; +fun débouillirVN : VN ; +fun dormirVN : VN ; +fun endormirVN : VN ; +fun rendormirVN : VN ; +fun accourirVN : VN ; +fun concourirVN : VN ; +fun courirVN : VN ; +fun discourirVN : VN ; +fun encourirVN : VN ; +fun parcourirVN : VN ; +fun recourirVN : VN ; +fun secourirVN : VN ; +fun mourirVN : VN ; +fun desservirVN : VN ; +fun resservirVN : VN ; +fun servirVN : VN ; +fun enfuirVN : VN ; +fun fuirVN : VN ; +fun ouïrVN : VN ; +fun apercevoirVN : VN ; +fun concevoirVN : VN ; +fun décevoirVN : VN ; +fun entr'apercevoirVN : VN ; +fun percevoirVN : VN ; +fun recevoirVN : VN ; +fun entrevoirVN : VN ; +fun revoirVN : VN ; +fun voirVN : VN ; +fun pourvoirVN : VN ; +fun savoirVN : VN ; +fun devoirVN : VN ; +fun redevoirVN : VN ; +fun pouvoirVN : VN ; +fun mouvoirVN : VN ; +fun pleuvoirVN : VN ; +fun repleuvoirVN : VN ; +fun falloirVN : VN ; +fun équivaloirVN : VN ; +fun revaloirVN : VN ; +fun valoirVN : VN ; +fun revouloirVN : VN ; +fun vouloirVN : VN ; +fun asseoirVN : VN ; +fun rasseoirVN : VN ; +fun seoirVN : VN ; +fun surseoirVN : VN ; +fun choirVN : VN ; +fun appendreVN : VN ; +fun attendreVN : VN ; +fun condescendreVN : VN ; +fun confondreVN : VN ; +fun correspondreVN : VN ; +fun défendreVN : VN ; +fun démordreVN : VN ; +fun dépendreVN : VN ; +fun descendreVN : VN ; +fun détendreVN : VN ; +fun détordreVN : VN ; +fun distendreVN : VN ; +fun distordreVN : VN ; +fun entendreVN : VN ; +fun épandreVN : VN ; +fun éperdreVN : VN ; +fun étendreVN : VN ; +fun fendreVN : VN ; +fun fondreVN : VN ; +fun mévendreVN : VN ; +fun mordreVN : VN ; +fun morfondreVN : VN ; +fun parfondreVN : VN ; +fun pendreVN : VN ; +fun perdreVN : VN ; +fun pondreVN : VN ; +fun pourfendreVN : VN ; +fun prétendreVN : VN ; +fun redescendreVN : VN ; +fun réentendreVN : VN ; +fun refendreVN : VN ; +fun refondreVN : VN ; +fun remordreVN : VN ; +fun rendreVN : VN ; +fun répandreVN : VN ; +fun rependreVN : VN ; +fun reperdreVN : VN ; +fun répondreVN : VN ; +fun retendreVN : VN ; +fun retondreVN : VN ; +fun retordreVN : VN ; +fun revendreVN : VN ; +fun sous_entendreVN : VN ; +fun sous_tendreVN : VN ; +fun surtondreVN : VN ; +fun suspendreVN : VN ; +fun tendreVN : VN ; +fun tondreVN : VN ; +fun tordreVN : VN ; +fun tréfondreVN : VN ; +fun vendreVN : VN ; +fun apprendreVN : VN ; +fun comprendreVN : VN ; +fun déprendreVN : VN ; +fun désapprendreVN : VN ; +fun entreprendreVN : VN ; +fun éprendreVN : VN ; +fun méprendreVN : VN ; +fun prendreVN : VN ; +fun rapprendreVN : VN ; +fun réapprendreVN : VN ; +fun reprendreVN : VN ; +fun surprendreVN : VN ; +fun abattreVN : VN ; +fun battreVN : VN ; +fun combattreVN : VN ; +fun contrebattreVN : VN ; +fun débattreVN : VN ; +fun ébattreVN : VN ; +fun embatreVN : VN ; +fun embattreVN : VN ; +fun entrebattreVN : VN ; +fun rabattreVN : VN ; +fun rebattreVN : VN ; +fun soubattreVN : VN ; +fun admettreVN : VN ; +fun commettreVN : VN ; +fun compromettreVN : VN ; +fun décommettreVN : VN ; +fun démettreVN : VN ; +fun émettreVN : VN ; +fun entremettreVN : VN ; +fun mainmettreVN : VN ; +fun mettreVN : VN ; +fun omettreVN : VN ; +fun permettreVN : VN ; +fun promettreVN : VN ; +fun réadmettreVN : VN ; +fun remettreVN : VN ; +fun retransmettreVN : VN ; +fun soumettreVN : VN ; +fun transmettreVN : VN ; +fun astreindreVN : VN ; +fun atteindreVN : VN ; +fun ceindreVN : VN ; +fun dépeindreVN : VN ; +fun déteindreVN : VN ; +fun empreindreVN : VN ; +fun enceindreVN : VN ; +fun enfreindreVN : VN ; +fun éteindreVN : VN ; +fun étreindreVN : VN ; +fun feindreVN : VN ; +fun geindreVN : VN ; +fun peindreVN : VN ; +fun repeindreVN : VN ; +fun restreindreVN : VN ; +fun reteindreVN : VN ; +fun rétreindreVN : VN ; +fun teindreVN : VN ; +fun adjoindreVN : VN ; +fun conjoindreVN : VN ; +fun disjoindreVN : VN ; +fun enjoindreVN : VN ; +fun joindreVN : VN ; +fun oindreVN : VN ; +fun poindreVN : VN ; +fun rejoindreVN : VN ; +fun contraindreVN : VN ; +fun craindreVN : VN ; +fun plaindreVN : VN ; +fun convaincreVN : VN ; +fun vaincreVN : VN ; +fun abstraireVN : VN ; +fun distraireVN : VN ; +fun extraireVN : VN ; +fun raireVN : VN ; +fun rentraireVN : VN ; +fun retraireVN : VN ; +fun soustraireVN : VN ; +fun traireVN : VN ; +fun contrefaireVN : VN ; +fun défaireVN : VN ; +fun faireVN : VN ; +fun redéfaireVN : VN ; +fun refaireVN : VN ; +fun satisfaireVN : VN ; +fun surfaireVN : VN ; +fun complaireVN : VN ; +fun déplaireVN : VN ; +fun plaireVN : VN ; +fun apparaîtreVN : VN ; +fun comparaîtreVN : VN ; +fun connaîtreVN : VN ; +fun disparaîtreVN : VN ; +fun méconnaîtreVN : VN ; +fun paraîtreVN : VN ; +fun réapparaîtreVN : VN ; +fun recomparaîtreVN : VN ; +fun reconnaîtreVN : VN ; +fun reparaîtreVN : VN ; +fun transparaîtreVN : VN ; +fun naîtreVN : VN ; +fun paîtreVN : VN ; +fun croîtreVN : VN ; +fun croireVN : VN ; +fun mécroireVN : VN ; +fun boireVN : VN ; +fun emboireVN : VN ; +fun abaisserVN : VN ; +fun abandonnerVN : VN ; +fun abdiquerVN : VN ; +fun aberrerVN : VN ; +fun abhorrerVN : VN ; +fun abîmerVN : VN ; +fun abjurerVN : VN ; +fun abloquerVN : VN ; +fun abominerVN : VN ; +fun abonderVN : VN ; +fun abonnerVN : VN ; +fun aborderVN : VN ; +fun aboucherVN : VN ; +fun aboulerVN : VN ; +fun abouterVN : VN ; +fun abraserVN : VN ; +fun abreuverVN : VN ; +fun abricoterVN : VN ; +fun abriterVN : VN ; +fun absenterVN : VN ; +fun absorberVN : VN ; +fun abuserVN : VN ; +fun acagnarderVN : VN ; +fun accablerVN : VN ; +fun accaparerVN : VN ; +fun accastillerVN : VN ; +fun accentuerVN : VN ; +fun accepterVN : VN ; +fun accidenterVN : VN ; +fun acclamerVN : VN ; +fun acclimaterVN : VN ; +fun accointerVN : VN ; +fun accolerVN : VN ; +fun accommoderVN : VN ; +fun accompagnerVN : VN ; +fun accorderVN : VN ; +fun accorerVN : VN ; +fun accosterVN : VN ; +fun accoterVN : VN ; +fun accoucherVN : VN ; +fun accouderVN : VN ; +fun accouerVN : VN ; +fun accouplerVN : VN ; +fun accoutrerVN : VN ; +fun accoutumerVN : VN ; +fun accréditerVN : VN ; +fun accrocherVN : VN ; +fun acculerVN : VN ; +fun acculturerVN : VN ; +fun accumulerVN : VN ; +fun accuserVN : VN ; +fun acenserVN : VN ; +fun acétylerVN : VN ; +fun achalanderVN : VN ; +fun acharnerVN : VN ; +fun acheminerVN : VN ; +fun achopperVN : VN ; +fun acidulerVN : VN ; +fun acoquinerVN : VN ; +fun acquitterVN : VN ; +fun acterVN : VN ; +fun actionnerVN : VN ; +fun activerVN : VN ; +fun actualiserVN : VN ; +fun adapterVN : VN ; +fun additionnerVN : VN ; +fun adjectiverVN : VN ; +fun adjectiviserVN : VN ; +fun adjurerVN : VN ; +fun administrerVN : VN ; +fun admirerVN : VN ; +fun admonesterVN : VN ; +fun adoniserVN : VN ; +fun adonnerVN : VN ; +fun adopterVN : VN ; +fun adorerVN : VN ; +fun adosserVN : VN ; +fun adouberVN : VN ; +fun adresserVN : VN ; +fun adsorberVN : VN ; +fun adulerVN : VN ; +fun affabulerVN : VN ; +fun affairerVN : VN ; +fun affaisserVN : VN ; +fun affalerVN : VN ; +fun affamerVN : VN ; +fun affecterVN : VN ; +fun affectionnerVN : VN ; +fun affermerVN : VN ; +fun afficherVN : VN ; +fun affilerVN : VN ; +fun affinerVN : VN ; +fun affirmerVN : VN ; +fun affleurerVN : VN ; +fun afflouerVN : VN ; +fun affluerVN : VN ; +fun affolerVN : VN ; +fun affourcherVN : VN ; +fun affrianderVN : VN ; +fun affricherVN : VN ; +fun affriolerVN : VN ; +fun affriterVN : VN ; +fun affronterVN : VN ; +fun affruiterVN : VN ; +fun affublerVN : VN ; +fun affurerVN : VN ; +fun affûterVN : VN ; +fun agenouillerVN : VN ; +fun agglutinerVN : VN ; +fun aggraverVN : VN ; +fun agioterVN : VN ; +fun agiterVN : VN ; +fun agoniserVN : VN ; +fun agraferVN : VN ; +fun agrémenterVN : VN ; +fun agresserVN : VN ; +fun agricherVN : VN ; +fun agrifferVN : VN ; +fun agripperVN : VN ; +fun aguicherVN : VN ; +fun ahanerVN : VN ; +fun aheurterVN : VN ; +fun aiderVN : VN ; +fun aiguillerVN : VN ; +fun aiguillonnerVN : VN ; +fun aiguiserVN : VN ; +fun aillerVN : VN ; +fun aimanterVN : VN ; +fun aimerVN : VN ; +fun airerVN : VN ; +fun ajointerVN : VN ; +fun ajourerVN : VN ; +fun ajournerVN : VN ; +fun ajouterVN : VN ; +fun ajusterVN : VN ; +fun alambiquerVN : VN ; +fun alarmerVN : VN ; +fun alcaliniserVN : VN ; +fun alcaliserVN : VN ; +fun alcooliserVN : VN ; +fun alerterVN : VN ; +fun alevinerVN : VN ; +fun alignerVN : VN ; +fun alimenterVN : VN ; +fun aliterVN : VN ; +fun allaiterVN : VN ; +fun allégoriserVN : VN ; +fun allouerVN : VN ; +fun allumerVN : VN ; +fun alluvionnerVN : VN ; +fun alpaguerVN : VN ; +fun alphabétiserVN : VN ; +fun alternerVN : VN ; +fun aluminerVN : VN ; +fun alunerVN : VN ; +fun amadouerVN : VN ; +fun amalgamerVN : VN ; +fun amarinerVN : VN ; +fun amarrerVN : VN ; +fun amasserVN : VN ; +fun ambitionnerVN : VN ; +fun amblerVN : VN ; +fun ambrerVN : VN ; +fun améliorerVN : VN ; +fun amenderVN : VN ; +fun amenuiserVN : VN ; +fun ameuterVN : VN ; +fun amidonnerVN : VN ; +fun amouracherVN : VN ; +fun amputerVN : VN ; +fun amurerVN : VN ; +fun amuserVN : VN ; +fun analyserVN : VN ; +fun anastomoserVN : VN ; +fun anathématiserVN : VN ; +fun ancrerVN : VN ; +fun anglaiserVN : VN ; +fun angliciserVN : VN ; +fun angoisserVN : VN ; +fun animaliserVN : VN ; +fun animerVN : VN ; +fun aniserVN : VN ; +fun ankyloserVN : VN ; +fun annexerVN : VN ; +fun annihilerVN : VN ; +fun annoterVN : VN ; +fun annulerVN : VN ; +fun ânonnerVN : VN ; +fun anticiperVN : VN ; +fun antidaterVN : VN ; +fun aoûterVN : VN ; +fun apaiserVN : VN ; +fun apeurerVN : VN ; +fun apiquerVN : VN ; +fun aposterVN : VN ; +fun apostillerVN : VN ; +fun apostropherVN : VN ; +fun appairerVN : VN ; +fun appareillerVN : VN ; +fun apparenterVN : VN ; +fun appâterVN : VN ; +fun appliquerVN : VN ; +fun appointerVN : VN ; +fun apponterVN : VN ; +fun apporterVN : VN ; +fun apposerVN : VN ; +fun appréhenderVN : VN ; +fun apprêterVN : VN ; +fun apprivoiserVN : VN ; +fun approcherVN : VN ; +fun approuverVN : VN ; +fun approvisionnerVN : VN ; +fun apurerVN : VN ; +fun araserVN : VN ; +fun arbitrerVN : VN ; +fun arborerVN : VN ; +fun arboriserVN : VN ; +fun arc_bouterVN : VN ; +fun archaïserVN : VN ; +fun architecturerVN : VN ; +fun archiverVN : VN ; +fun arçonnerVN : VN ; +fun ardoiserVN : VN ; +fun argenterVN : VN ; +fun argotiserVN : VN ; +fun arguerVN : VN ; +fun argumenterVN : VN ; +fun ariserVN : VN ; +fun armerVN : VN ; +fun arnaquerVN : VN ; +fun aromatiserVN : VN ; +fun arpenterVN : VN ; +fun arquerVN : VN ; +fun arracherVN : VN ; +fun arraisonnerVN : VN ; +fun arrenterVN : VN ; +fun arrêterVN : VN ; +fun arrimerVN : VN ; +fun arriserVN : VN ; +fun arriverVN : VN ; +fun arroserVN : VN ; +fun arsouillerVN : VN ; +fun articulerVN : VN ; +fun ascensionnerVN : VN ; +fun aseptiserVN : VN ; +fun aspecterVN : VN ; +fun asphalterVN : VN ; +fun aspirerVN : VN ; +fun assaisonnerVN : VN ; +fun assarmenterVN : VN ; +fun assassinerVN : VN ; +fun assemblerVN : VN ; +fun assermenterVN : VN ; +fun assibilerVN : VN ; +fun assignerVN : VN ; +fun assimilerVN : VN ; +fun assisterVN : VN ; +fun assolerVN : VN ; +fun assommerVN : VN ; +fun assonerVN : VN ; +fun assumerVN : VN ; +fun assurerVN : VN ; +fun asticoterVN : VN ; +fun astiquerVN : VN ; +fun atomiserVN : VN ; +fun attablerVN : VN ; +fun attacherVN : VN ; +fun attaquerVN : VN ; +fun attarderVN : VN ; +fun attenterVN : VN ; +fun atténuerVN : VN ; +fun atterrerVN : VN ; +fun attesterVN : VN ; +fun attiferVN : VN ; +fun attirerVN : VN ; +fun attiserVN : VN ; +fun attitrerVN : VN ; +fun attraperVN : VN ; +fun attribuerVN : VN ; +fun attriquerVN : VN ; +fun attristerVN : VN ; +fun attrouperVN : VN ; +fun auditionnerVN : VN ; +fun augmenterVN : VN ; +fun augurerVN : VN ; +fun auréolerVN : VN ; +fun ausculterVN : VN ; +fun authentiquerVN : VN ; +fun autodéterminerVN : VN ; +fun autoguiderVN : VN ; +fun automatiserVN : VN ; +fun autoriserVN : VN ; +fun autosuggestionnerVN : VN ; +fun autotomiserVN : VN ; +fun avalerVN : VN ; +fun avaliserVN : VN ; +fun aventurerVN : VN ; +fun aveuglerVN : VN ; +fun avinerVN : VN ; +fun aviserVN : VN ; +fun avitaillerVN : VN ; +fun aviverVN : VN ; +fun avoisinerVN : VN ; +fun avorterVN : VN ; +fun avouerVN : VN ; +fun axerVN : VN ; +fun axiomatiserVN : VN ; +fun azurerVN : VN ; +fun babillerVN : VN ; +fun bâcherVN : VN ; +fun bachoterVN : VN ; +fun bâclerVN : VN ; +fun badigeonnerVN : VN ; +fun badinerVN : VN ; +fun bafferVN : VN ; +fun bafouerVN : VN ; +fun bafouillerVN : VN ; +fun bâfrerVN : VN ; +fun bagarrerVN : VN ; +fun baguenauderVN : VN ; +fun baguerVN : VN ; +fun baignerVN : VN ; +fun baillerVN : VN ; +fun bâillerVN : VN ; +fun bâillonnerVN : VN ; +fun baiserVN : VN ; +fun baisoterVN : VN ; +fun baisserVN : VN ; +fun baladerVN : VN ; +fun balafrerVN : VN ; +fun baleinerVN : VN ; +fun baliserVN : VN ; +fun balkaniserVN : VN ; +fun ballasterVN : VN ; +fun ballerVN : VN ; +fun ballonnerVN : VN ; +fun ballotterVN : VN ; +fun bambocherVN : VN ; +fun banaliserVN : VN ; +fun bancherVN : VN ; +fun banderVN : VN ; +fun bannerVN : VN ; +fun banquerVN : VN ; +fun baptiserVN : VN ; +fun baragouinerVN : VN ; +fun baraquerVN : VN ; +fun baratinerVN : VN ; +fun baratterVN : VN ; +fun barberVN : VN ; +fun barboterVN : VN ; +fun barbouillerVN : VN ; +fun barderVN : VN ; +fun barguignerVN : VN ; +fun bariolerVN : VN ; +fun baronnerVN : VN ; +fun barouderVN : VN ; +fun barrerVN : VN ; +fun barricaderVN : VN ; +fun basanerVN : VN ; +fun basculerVN : VN ; +fun baserVN : VN ; +fun bassinerVN : VN ; +fun bastillonnerVN : VN ; +fun bastionnerVN : VN ; +fun bataillerVN : VN ; +fun bâterVN : VN ; +fun batifolerVN : VN ; +fun bâtonnerVN : VN ; +fun bavarderVN : VN ; +fun bavasserVN : VN ; +fun baverVN : VN ; +fun bavocherVN : VN ; +fun bazarderVN : VN ; +fun bêcherVN : VN ; +fun bécoterVN : VN ; +fun becquerVN : VN ; +fun becterVN : VN ; +fun bedonnerVN : VN ; +fun bêlerVN : VN ; +fun bémoliserVN : VN ; +fun béquillerVN : VN ; +fun bernerVN : VN ; +fun besognerVN : VN ; +fun bêtiserVN : VN ; +fun bétonnerVN : VN ; +fun beuglerVN : VN ; +fun beurrerVN : VN ; +fun biaiserVN : VN ; +fun bibeloterVN : VN ; +fun biberonnerVN : VN ; +fun bicherVN : VN ; +fun bichonnerVN : VN ; +fun bichoterVN : VN ; +fun bidonnerVN : VN ; +fun bifferVN : VN ; +fun bifurquerVN : VN ; +fun bigarrerVN : VN ; +fun biglerVN : VN ; +fun bigornerVN : VN ; +fun bilerVN : VN ; +fun bilerVN : VN ; +fun billebauderVN : VN ; +fun billonnerVN : VN ; +fun biloquerVN : VN ; +fun binerVN : VN ; +fun biscuiterVN : VN ; +fun biseauterVN : VN ; +fun bisegmenterVN : VN ; +fun biserVN : VN ; +fun bisquerVN : VN ; +fun bisserVN : VN ; +fun bistournerVN : VN ; +fun bistrerVN : VN ; +fun bitterVN : VN ; +fun bitturerVN : VN ; +fun bitumerVN : VN ; +fun bituminerVN : VN ; +fun biturerVN : VN ; +fun bivouaquerVN : VN ; +fun bizuterVN : VN ; +fun blablaterVN : VN ; +fun blackboulerVN : VN ; +fun blaguerVN : VN ; +fun blairerVN : VN ; +fun blâmerVN : VN ; +fun blaserVN : VN ; +fun blasonnerVN : VN ; +fun blesserVN : VN ; +fun bleuterVN : VN ; +fun blinderVN : VN ; +fun bloquerVN : VN ; +fun blouserVN : VN ; +fun blufferVN : VN ; +fun bluterVN : VN ; +fun bobinerVN : VN ; +fun bocarderVN : VN ; +fun boetterVN : VN ; +fun boiserVN : VN ; +fun boiterVN : VN ; +fun boitillerVN : VN ; +fun bolchéviserVN : VN ; +fun bombarderVN : VN ; +fun bomberVN : VN ; +fun bondériserVN : VN ; +fun bonderVN : VN ; +fun bondonnerVN : VN ; +fun bonimenterVN : VN ; +fun borderVN : VN ; +fun bornerVN : VN ; +fun bosserVN : VN ; +fun bossuerVN : VN ; +fun botaniserVN : VN ; +fun botterVN : VN ; +fun boucanerVN : VN ; +fun boucharderVN : VN ; +fun boucherVN : VN ; +fun bouchonnerVN : VN ; +fun bouclerVN : VN ; +fun bouderVN : VN ; +fun boudinerVN : VN ; +fun boufferVN : VN ; +fun bouffonnerVN : VN ; +fun bougonnerVN : VN ; +fun bouillonnerVN : VN ; +fun bouillotterVN : VN ; +fun boulerVN : VN ; +fun bouleverserVN : VN ; +fun boulonnerVN : VN ; +fun boulotterVN : VN ; +fun boumerVN : VN ; +fun bouquinerVN : VN ; +fun bourderVN : VN ; +fun bourdonnerVN : VN ; +fun bourgeonnerVN : VN ; +fun bourlinguerVN : VN ; +fun bourrerVN : VN ; +fun bourriquerVN : VN ; +fun boursicoterVN : VN ; +fun boursouflerVN : VN ; +fun bousculerVN : VN ; +fun bousillerVN : VN ; +fun boustifaillerVN : VN ; +fun bouterVN : VN ; +fun boutonnerVN : VN ; +fun boutonnerVN : VN ; +fun bouturerVN : VN ; +fun boxerVN : VN ; +fun boycotterVN : VN ; +fun braconnerVN : VN ; +fun braderVN : VN ; +fun braillerVN : VN ; +fun braiserVN : VN ; +fun bramerVN : VN ; +fun brancherVN : VN ; +fun brandillerVN : VN ; +fun branlerVN : VN ; +fun braquerVN : VN ; +fun braserVN : VN ; +fun brasillerVN : VN ; +fun brasserVN : VN ; +fun braverVN : VN ; +fun bredouillerVN : VN ; +fun brêlerVN : VN ; +fun brellerVN : VN ; +fun brésillerVN : VN ; +fun bretterVN : VN ; +fun bricolerVN : VN ; +fun briderVN : VN ; +fun briferVN : VN ; +fun brifferVN : VN ; +fun briganderVN : VN ; +fun briguerVN : VN ; +fun brillanterVN : VN ; +fun brillantinerVN : VN ; +fun brillerVN : VN ; +fun brimbalerVN : VN ; +fun brimerVN : VN ; +fun bringueballerVN : VN ; +fun brinquebalerVN : VN ; +fun brinqueballerVN : VN ; +fun briquerVN : VN ; +fun briserVN : VN ; +fun brocanterVN : VN ; +fun brocarderVN : VN ; +fun brocherVN : VN ; +fun broderVN : VN ; +fun broncherVN : VN ; +fun bronzerVN : VN ; +fun brosserVN : VN ; +fun brouetterVN : VN ; +fun brouillasserVN : VN ; +fun brouillerVN : VN ; +fun brouillonnerVN : VN ; +fun brouterVN : VN ; +fun bruinerVN : VN ; +fun bruiterVN : VN ; +fun brûlerVN : VN ; +fun brumasserVN : VN ; +fun brumerVN : VN ; +fun brusquerVN : VN ; +fun brutaliserVN : VN ; +fun bûcherVN : VN ; +fun budgétiserVN : VN ; +fun bureaucratiserVN : VN ; +fun burinerVN : VN ; +fun buterVN : VN ; +fun butinerVN : VN ; +fun butterVN : VN ; +fun buvoterVN : VN ; +fun cabalerVN : VN ; +fun cabanerVN : VN ; +fun câblerVN : VN ; +fun cabosserVN : VN ; +fun caboterVN : VN ; +fun cabotinerVN : VN ; +fun cabrerVN : VN ; +fun cabriolerVN : VN ; +fun cacaberVN : VN ; +fun cacarderVN : VN ; +fun cacherVN : VN ; +fun cadancherVN : VN ; +fun cadastrerVN : VN ; +fun cadenasserVN : VN ; +fun cadrerVN : VN ; +fun cafarderVN : VN ; +fun cafouillerVN : VN ; +fun cafterVN : VN ; +fun cagnarderVN : VN ; +fun cagnerVN : VN ; +fun cahoterVN : VN ; +fun caillebotterVN : VN ; +fun caillerVN : VN ; +fun caillouterVN : VN ; +fun cajolerVN : VN ; +fun calaminerVN : VN ; +fun calamistrerVN : VN ; +fun calancherVN : VN ; +fun calandrerVN : VN ; +fun calcinerVN : VN ; +fun calculerVN : VN ; +fun calerVN : VN ; +fun calfaterVN : VN ; +fun calfeutrerVN : VN ; +fun calibrerVN : VN ; +fun câlinerVN : VN ; +fun calmerVN : VN ; +fun calotterVN : VN ; +fun calquerVN : VN ; +fun calterVN : VN ; +fun cambrerVN : VN ; +fun cambriolerVN : VN ; +fun cambuterVN : VN ; +fun cameloterVN : VN ; +fun camionnerVN : VN ; +fun camouflerVN : VN ; +fun camperVN : VN ; +fun canaliserVN : VN ; +fun canarderVN : VN ; +fun cancanerVN : VN ; +fun canerVN : VN ; +fun cannerVN : VN ; +fun cannerVN : VN ; +fun canoniserVN : VN ; +fun canonnerVN : VN ; +fun canoterVN : VN ; +fun cantonnerVN : VN ; +fun canulerVN : VN ; +fun caoutchouterVN : VN ; +fun caparaçonnerVN : VN ; +fun capeyerVN : VN ; +fun capitaliserVN : VN ; +fun capitonnerVN : VN ; +fun capitulerVN : VN ; +fun caponnerVN : VN ; +fun caporaliserVN : VN ; +fun capoterVN : VN ; +fun capsulerVN : VN ; +fun capterVN : VN ; +fun captiverVN : VN ; +fun capturerVN : VN ; +fun capuchonnerVN : VN ; +fun caquerVN : VN ; +fun caracolerVN : VN ; +fun caractériserVN : VN ; +fun carambolerVN : VN ; +fun caraméliserVN : VN ; +fun carapaterVN : VN ; +fun carbonaterVN : VN ; +fun carboniserVN : VN ; +fun carburerVN : VN ; +fun carcaillerVN : VN ; +fun carderVN : VN ; +fun caresserVN : VN ; +fun carguerVN : VN ; +fun caricaturerVN : VN ; +fun carillonnerVN : VN ; +fun carmerVN : VN ; +fun carminerVN : VN ; +fun carotterVN : VN ; +fun carrerVN : VN ; +fun carrosserVN : VN ; +fun cartonnerVN : VN ; +fun cascaderVN : VN ; +fun casematerVN : VN ; +fun casernerVN : VN ; +fun caserVN : VN ; +fun casquerVN : VN ; +fun casserVN : VN ; +fun castagnerVN : VN ; +fun castrerVN : VN ; +fun cataloguerVN : VN ; +fun catalyserVN : VN ; +fun catapulterVN : VN ; +fun catastropherVN : VN ; +fun catcherVN : VN ; +fun catéchiserVN : VN ; +fun cauchemarderVN : VN ; +fun causerVN : VN ; +fun cautériserVN : VN ; +fun cautionnerVN : VN ; +fun cavalcaderVN : VN ; +fun cavalerVN : VN ; +fun caverVN : VN ; +fun caviarderVN : VN ; +fun ceinturerVN : VN ; +fun cémenterVN : VN ; +fun cendrerVN : VN ; +fun censurerVN : VN ; +fun centraliserVN : VN ; +fun centrerVN : VN ; +fun centuplerVN : VN ; +fun cerclerVN : VN ; +fun cernerVN : VN ; +fun cesserVN : VN ; +fun chablerVN : VN ; +fun chagrinerVN : VN ; +fun chahuterVN : VN ; +fun chaînerVN : VN ; +fun chalouperVN : VN ; +fun chamaillerVN : VN ; +fun chamarrerVN : VN ; +fun chambarderVN : VN ; +fun chamboulerVN : VN ; +fun chambrerVN : VN ; +fun chamoiserVN : VN ; +fun champagniserVN : VN ; +fun chanfreinerVN : VN ; +fun chansonnerVN : VN ; +fun chanstiquerVN : VN ; +fun chanterVN : VN ; +fun chantonnerVN : VN ; +fun chantournerVN : VN ; +fun chaparderVN : VN ; +fun chapeauterVN : VN ; +fun chaperonnerVN : VN ; +fun chapitrerVN : VN ; +fun chaponnerVN : VN ; +fun chaptaliserVN : VN ; +fun charbonnerVN : VN ; +fun charcuterVN : VN ; +fun charmerVN : VN ; +fun charpenterVN : VN ; +fun chasserVN : VN ; +fun chatonnerVN : VN ; +fun chatouillerVN : VN ; +fun châtrerVN : VN ; +fun chaufferVN : VN ; +fun chaulerVN : VN ; +fun chaumerVN : VN ; +fun chausserVN : VN ; +fun chavirerVN : VN ; +fun chelinguerVN : VN ; +fun cheminerVN : VN ; +fun chemiserVN : VN ; +fun chercherVN : VN ; +fun chérerVN : VN ; +fun cherrerVN : VN ; +fun chevalerVN : VN ; +fun chevaucherVN : VN ; +fun chevillerVN : VN ; +fun chevronnerVN : VN ; +fun chevroterVN : VN ; +fun chiaderVN : VN ; +fun chialerVN : VN ; +fun chicanerVN : VN ; +fun chicoterVN : VN ; +fun chiennerVN : VN ; +fun chiffonnerVN : VN ; +fun chiffrerVN : VN ; +fun chinerVN : VN ; +fun chinoiserVN : VN ; +fun chiperVN : VN ; +fun chipoterVN : VN ; +fun chiquerVN : VN ; +fun chlinguerVN : VN ; +fun chlorerVN : VN ; +fun chloroformerVN : VN ; +fun chlorurerVN : VN ; +fun chômerVN : VN ; +fun choperVN : VN ; +fun chopinerVN : VN ; +fun chopperVN : VN ; +fun choquerVN : VN ; +fun chouchouterVN : VN ; +fun chouraverVN : VN ; +fun chourinerVN : VN ; +fun christianiserVN : VN ; +fun chromerVN : VN ; +fun chroniquerVN : VN ; +fun chroumerVN : VN ; +fun chuchoterVN : VN ; +fun chuinterVN : VN ; +fun chuterVN : VN ; +fun cicatriserVN : VN ; +fun cillerVN : VN ; +fun cimenterVN : VN ; +fun cinglerVN : VN ; +fun cintrerVN : VN ; +fun circulerVN : VN ; +fun cirerVN : VN ; +fun cisaillerVN : VN ; +fun citerVN : VN ; +fun civiliserVN : VN ; +fun clabauderVN : VN ; +fun claboterVN : VN ; +fun claironnerVN : VN ; +fun clamerVN : VN ; +fun clamperVN : VN ; +fun clamserVN : VN ; +fun claperVN : VN ; +fun clapoterVN : VN ; +fun clapperVN : VN ; +fun clapserVN : VN ; +fun claquemurerVN : VN ; +fun claquerVN : VN ; +fun classerVN : VN ; +fun claudiquerVN : VN ; +fun claustrerVN : VN ; +fun claverVN : VN ; +fun clavetterVN : VN ; +fun clayonnerVN : VN ; +fun clicherVN : VN ; +fun clignerVN : VN ; +fun clignoterVN : VN ; +fun climatiserVN : VN ; +fun clisserVN : VN ; +fun cliverVN : VN ; +fun clochardiserVN : VN ; +fun clocherVN : VN ; +fun cloisonnerVN : VN ; +fun cloîtrerVN : VN ; +fun clopinerVN : VN ; +fun cloquerVN : VN ; +fun clôturerVN : VN ; +fun clouerVN : VN ; +fun clouterVN : VN ; +fun coagulerVN : VN ; +fun coaliserVN : VN ; +fun coasserVN : VN ; +fun cocherVN : VN ; +fun côcherVN : VN ; +fun cochonnerVN : VN ; +fun coderVN : VN ; +fun coexisterVN : VN ; +fun coffrerVN : VN ; +fun cogiterVN : VN ; +fun cognerVN : VN ; +fun cohabiterVN : VN ; +fun cohériterVN : VN ; +fun coifferVN : VN ; +fun coïnciderVN : VN ; +fun collaborerVN : VN ; +fun collationnerVN : VN ; +fun collecterVN : VN ; +fun collectionnerVN : VN ; +fun collectiviserVN : VN ; +fun collerVN : VN ; +fun colloquerVN : VN ; +fun colmaterVN : VN ; +fun coloniserVN : VN ; +fun colorerVN : VN ; +fun colporterVN : VN ; +fun coltinerVN : VN ; +fun combinerVN : VN ; +fun comblerVN : VN ; +fun commanderVN : VN ; +fun commanditerVN : VN ; +fun commémorerVN : VN ; +fun commenterVN : VN ; +fun commercialiserVN : VN ; +fun commissionnerVN : VN ; +fun commotionnerVN : VN ; +fun commuerVN : VN ; +fun communaliserVN : VN ; +fun communiquerVN : VN ; +fun commuterVN : VN ; +fun comparerVN : VN ; +fun compartimenterVN : VN ; +fun compasserVN : VN ; +fun compenserVN : VN ; +fun compilerVN : VN ; +fun complexerVN : VN ; +fun complimenterVN : VN ; +fun compliquerVN : VN ; +fun comploterVN : VN ; +fun comporterVN : VN ; +fun composerVN : VN ; +fun composterVN : VN ; +fun comprimerVN : VN ; +fun comptabiliserVN : VN ; +fun compterVN : VN ; +fun compulserVN : VN ; +fun computerVN : VN ; +fun concasserVN : VN ; +fun concentrerVN : VN ; +fun conceptualiserVN : VN ; +fun concernerVN : VN ; +fun concerterVN : VN ; +fun concocterVN : VN ; +fun concorderVN : VN ; +fun concrétiserVN : VN ; +fun condamnerVN : VN ; +fun condenserVN : VN ; +fun conditionnerVN : VN ; +fun confectionnerVN : VN ; +fun confesserVN : VN ; +fun configurerVN : VN ; +fun confinerVN : VN ; +fun confirmerVN : VN ; +fun confisquerVN : VN ; +fun confluerVN : VN ; +fun conformerVN : VN ; +fun conforterVN : VN ; +fun confronterVN : VN ; +fun congestionnerVN : VN ; +fun conglutinerVN : VN ; +fun congratulerVN : VN ; +fun conjecturerVN : VN ; +fun conjuguerVN : VN ; +fun conjurerVN : VN ; +fun connecterVN : VN ; +fun connoterVN : VN ; +fun conobrerVN : VN ; +fun consacrerVN : VN ; +fun conseillerVN : VN ; +fun conserverVN : VN ; +fun consignerVN : VN ; +fun consisterVN : VN ; +fun consolerVN : VN ; +fun consoliderVN : VN ; +fun consommerVN : VN ; +fun consonerVN : VN ; +fun conspirerVN : VN ; +fun conspuerVN : VN ; +fun constaterVN : VN ; +fun constellerVN : VN ; +fun consternerVN : VN ; +fun constiperVN : VN ; +fun constituerVN : VN ; +fun constitutionnaliserVN : VN ; +fun consulterVN : VN ; +fun consumerVN : VN ; +fun contacterVN : VN ; +fun contagionnerVN : VN ; +fun containeriserVN : VN ; +fun contaminerVN : VN ; +fun contemplerVN : VN ; +fun contenterVN : VN ; +fun conterVN : VN ; +fun contesterVN : VN ; +fun contingenterVN : VN ; +fun continuerVN : VN ; +fun contorsionnerVN : VN ; +fun contournerVN : VN ; +fun contracterVN : VN ; +fun contractualiserVN : VN ; +fun contracturerVN : VN ; +fun contrasterVN : VN ; +fun contre_attaquerVN : VN ; +fun contrebouterVN : VN ; +fun contre_buterVN : VN ; +fun contrebuterVN : VN ; +fun contrecarrerVN : VN ; +fun contreficherVN : VN ; +fun contre_indiquerVN : VN ; +fun contremanderVN : VN ; +fun contre_manifesterVN : VN ; +fun contremarquerVN : VN ; +fun contre_minerVN : VN ; +fun contre_murerVN : VN ; +fun contre_passerVN : VN ; +fun contre_plaquerVN : VN ; +fun contrerVN : VN ; +fun contre_scellerVN : VN ; +fun contresignerVN : VN ; +fun contre_tirerVN : VN ; +fun contribuerVN : VN ; +fun contristerVN : VN ; +fun contrôlerVN : VN ; +fun controuverVN : VN ; +fun controverserVN : VN ; +fun contusionnerVN : VN ; +fun conventionnerVN : VN ; +fun converserVN : VN ; +fun convoiterVN : VN ; +fun convolerVN : VN ; +fun convoquerVN : VN ; +fun convulserVN : VN ; +fun convulsionnerVN : VN ; +fun coopterVN : VN ; +fun coordonnerVN : VN ; +fun copinerVN : VN ; +fun coquerVN : VN ; +fun coquillerVN : VN ; +fun corderVN : VN ; +fun cordonnerVN : VN ; +fun cornerVN : VN ; +fun corroborerVN : VN ; +fun corroderVN : VN ; +fun corserVN : VN ; +fun cosserVN : VN ; +fun costumerVN : VN ; +fun coterVN : VN ; +fun cotiserVN : VN ; +fun cotonnerVN : VN ; +fun coucherVN : VN ; +fun couderVN : VN ; +fun couinerVN : VN ; +fun coulerVN : VN ; +fun coulisserVN : VN ; +fun coupaillerVN : VN ; +fun coupellerVN : VN ; +fun couperVN : VN ; +fun couplerVN : VN ; +fun couraillerVN : VN ; +fun courberVN : VN ; +fun couronnerVN : VN ; +fun court_circuiterVN : VN ; +fun courtiserVN : VN ; +fun cousinerVN : VN ; +fun coûterVN : VN ; +fun couturerVN : VN ; +fun couverVN : VN ; +fun cracherVN : VN ; +fun crachinerVN : VN ; +fun crachoterVN : VN ; +fun crachouillerVN : VN ; +fun craillerVN : VN ; +fun cramerVN : VN ; +fun cramponnerVN : VN ; +fun crampserVN : VN ; +fun cramserVN : VN ; +fun cranerVN : VN ; +fun crânerVN : VN ; +fun cranterVN : VN ; +fun crapahuterVN : VN ; +fun crapaüterVN : VN ; +fun crapulerVN : VN ; +fun craquerVN : VN ; +fun crasserVN : VN ; +fun cravacherVN : VN ; +fun cravaterVN : VN ; +fun crawlerVN : VN ; +fun crayonnerVN : VN ; +fun créditerVN : VN ; +fun créosoterVN : VN ; +fun crêperVN : VN ; +fun crépiterVN : VN ; +fun crétiniserVN : VN ; +fun creuserVN : VN ; +fun crevasserVN : VN ; +fun criaillerVN : VN ; +fun criblerVN : VN ; +fun criminaliserVN : VN ; +fun crisperVN : VN ; +fun crisserVN : VN ; +fun cristalliserVN : VN ; +fun criticaillerVN : VN ; +fun critiquerVN : VN ; +fun croasserVN : VN ; +fun crocherVN : VN ; +fun croiserVN : VN ; +fun croquerVN : VN ; +fun crosserVN : VN ; +fun crotterVN : VN ; +fun croulerVN : VN ; +fun croustillerVN : VN ; +fun croûterVN : VN ; +fun cuberVN : VN ; +fun cuirasserVN : VN ; +fun cuisinerVN : VN ; +fun cuiterVN : VN ; +fun cuivrerVN : VN ; +fun culbuterVN : VN ; +fun culerVN : VN ; +fun culminerVN : VN ; +fun culotterVN : VN ; +fun culpabiliserVN : VN ; +fun cultiverVN : VN ; +fun cumulerVN : VN ; +fun curerVN : VN ; +fun cuverVN : VN ; +fun cylindrerVN : VN ; +fun daguerVN : VN ; +fun daignerVN : VN ; +fun dallerVN : VN ; +fun damasquinerVN : VN ; +fun damasserVN : VN ; +fun damerVN : VN ; +fun damnerVN : VN ; +fun dandinerVN : VN ; +fun danserVN : VN ; +fun dansotterVN : VN ; +fun darderVN : VN ; +fun daterVN : VN ; +fun dauberVN : VN ; +fun déactiverVN : VN ; +fun déambulerVN : VN ; +fun débâcherVN : VN ; +fun débâclerVN : VN ; +fun débagoulerVN : VN ; +fun déballerVN : VN ; +fun déballonnerVN : VN ; +fun débalourderVN : VN ; +fun débanaliserVN : VN ; +fun débanderVN : VN ; +fun débaptiserVN : VN ; +fun débarbouillerVN : VN ; +fun débarderVN : VN ; +fun débarquerVN : VN ; +fun débarrasserVN : VN ; +fun débarrerVN : VN ; +fun débâterVN : VN ; +fun débaucherVN : VN ; +fun débecterVN : VN ; +fun débiliterVN : VN ; +fun débillarderVN : VN ; +fun débinerVN : VN ; +fun débiterVN : VN ; +fun débloquerVN : VN ; +fun débobinerVN : VN ; +fun déboiserVN : VN ; +fun déboîterVN : VN ; +fun déborderVN : VN ; +fun débotterVN : VN ; +fun déboucherVN : VN ; +fun débouclerVN : VN ; +fun débouderVN : VN ; +fun déboulerVN : VN ; +fun déboulonnerVN : VN ; +fun débouquerVN : VN ; +fun débourberVN : VN ; +fun débourrerVN : VN ; +fun débourserVN : VN ; +fun déboussolerVN : VN ; +fun débouterVN : VN ; +fun déboutonnerVN : VN ; +fun débraillerVN : VN ; +fun débrancherVN : VN ; +fun débriderVN : VN ; +fun débrocherVN : VN ; +fun débrouillerVN : VN ; +fun débroussaillerVN : VN ; +fun débucherVN : VN ; +fun débudgétiserVN : VN ; +fun débullerVN : VN ; +fun débureaucratiserVN : VN ; +fun débusquerVN : VN ; +fun débuterVN : VN ; +fun décadenasserVN : VN ; +fun décaféinerVN : VN ; +fun décaisserVN : VN ; +fun décalaminerVN : VN ; +fun décalerVN : VN ; +fun décalotterVN : VN ; +fun décalquerVN : VN ; +fun décamperVN : VN ; +fun décanillerVN : VN ; +fun décanterVN : VN ; +fun décaperVN : VN ; +fun décapiterVN : VN ; +fun décapoterVN : VN ; +fun décapsulerVN : VN ; +fun décapuchonnerVN : VN ; +fun décarburerVN : VN ; +fun décarcasserVN : VN ; +fun décarrerVN : VN ; +fun décartonnerVN : VN ; +fun décentraliserVN : VN ; +fun décentrerVN : VN ; +fun décerclerVN : VN ; +fun décernerVN : VN ; +fun décesserVN : VN ; +fun déchagrinerVN : VN ; +fun déchaînerVN : VN ; +fun déchanterVN : VN ; +fun déchaperonnerVN : VN ; +fun déchaperVN : VN ; +fun décharnerVN : VN ; +fun déchaumerVN : VN ; +fun déchausserVN : VN ; +fun déchevêtrerVN : VN ; +fun déchevillerVN : VN ; +fun déchiffonnerVN : VN ; +fun déchiffrerVN : VN ; +fun déchirerVN : VN ; +fun déchlorurerVN : VN ; +fun déchristianiserVN : VN ; +fun déchromerVN : VN ; +fun déciderVN : VN ; +fun décimerVN : VN ; +fun décintrerVN : VN ; +fun déclamerVN : VN ; +fun déclarerVN : VN ; +fun déclasserVN : VN ; +fun déclencherVN : VN ; +fun décléricaliserVN : VN ; +fun déclinerVN : VN ; +fun décloisonnerVN : VN ; +fun déclouerVN : VN ; +fun décocherVN : VN ; +fun décoderVN : VN ; +fun décoifferVN : VN ; +fun décollerVN : VN ; +fun décoloniserVN : VN ; +fun décommanderVN : VN ; +fun décomplexerVN : VN ; +fun décomposerVN : VN ; +fun décomprimerVN : VN ; +fun décompterVN : VN ; +fun déconcentrerVN : VN ; +fun déconcerterVN : VN ; +fun décongestionnerVN : VN ; +fun déconnecterVN : VN ; +fun déconseillerVN : VN ; +fun déconsignerVN : VN ; +fun déconstiperVN : VN ; +fun décontaminerVN : VN ; +fun décontracterVN : VN ; +fun décorderVN : VN ; +fun décorerVN : VN ; +fun décornerVN : VN ; +fun décortiquerVN : VN ; +fun découcherVN : VN ; +fun découlerVN : VN ; +fun découperVN : VN ; +fun découplerVN : VN ; +fun découronnerVN : VN ; +fun décrasserVN : VN ; +fun décréditerVN : VN ; +fun décrêperVN : VN ; +fun décrépiterVN : VN ; +fun décreuserVN : VN ; +fun décriminaliserVN : VN ; +fun décrisperVN : VN ; +fun décrocherVN : VN ; +fun décroiserVN : VN ; +fun décrotterVN : VN ; +fun décroûterVN : VN ; +fun décruerVN : VN ; +fun décruserVN : VN ; +fun décrypterVN : VN ; +fun décuivrerVN : VN ; +fun déculasserVN : VN ; +fun déculotterVN : VN ; +fun déculpabiliserVN : VN ; +fun décuplerVN : VN ; +fun décuverVN : VN ; +fun dédaignerVN : VN ; +fun dédorerVN : VN ; +fun dédouanerVN : VN ; +fun dédoublerVN : VN ; +fun dédramatiserVN : VN ; +fun défalquerVN : VN ; +fun défarderVN : VN ; +fun défatiguerVN : VN ; +fun défaufilerVN : VN ; +fun défausserVN : VN ; +fun défavoriserVN : VN ; +fun déferlerVN : VN ; +fun déferrerVN : VN ; +fun déferriserVN : VN ; +fun défeuillerVN : VN ; +fun défeutrerVN : VN ; +fun défibrerVN : VN ; +fun déficherVN : VN ; +fun défigurerVN : VN ; +fun défilerVN : VN ; +fun déflagrerVN : VN ; +fun déflaquerVN : VN ; +fun déflorerVN : VN ; +fun déformerVN : VN ; +fun défoulerVN : VN ; +fun défouraillerVN : VN ; +fun défournerVN : VN ; +fun défourrerVN : VN ; +fun défranciserVN : VN ; +fun défretterVN : VN ; +fun défricherVN : VN ; +fun défringuerVN : VN ; +fun défriperVN : VN ; +fun défriserVN : VN ; +fun défroisserVN : VN ; +fun défroquerVN : VN ; +fun défruiterVN : VN ; +fun dégainerVN : VN ; +fun dégalonnerVN : VN ; +fun déganterVN : VN ; +fun dégasolinerVN : VN ; +fun dégazerVN : VN ; +fun dégazolinerVN : VN ; +fun dégazonnerVN : VN ; +fun dégermerVN : VN ; +fun déginganderVN : VN ; +fun dégîterVN : VN ; +fun dégivrerVN : VN ; +fun déglinguerVN : VN ; +fun dégluerVN : VN ; +fun dégobillerVN : VN ; +fun dégoiserVN : VN ; +fun dégonderVN : VN ; +fun dégonflerVN : VN ; +fun dégoterVN : VN ; +fun dégotterVN : VN ; +fun dégoulinerVN : VN ; +fun dégoupillerVN : VN ; +fun dégoûterVN : VN ; +fun dégoutterVN : VN ; +fun dégraderVN : VN ; +fun dégraferVN : VN ; +fun dégraisserVN : VN ; +fun dégringolerVN : VN ; +fun dégriserVN : VN ; +fun dégrosserVN : VN ; +fun dégrouillerVN : VN ; +fun dégueulerVN : VN ; +fun déguiserVN : VN ; +fun dégurgiterVN : VN ; +fun dégusterVN : VN ; +fun déhalerVN : VN ; +fun déhancherVN : VN ; +fun déharderVN : VN ; +fun déharnacherVN : VN ; +fun déhotterVN : VN ; +fun déjanterVN : VN ; +fun déjeunerVN : VN ; +fun déjouerVN : VN ; +fun déjucherVN : VN ; +fun délabrerVN : VN ; +fun délainerVN : VN ; +fun délaisserVN : VN ; +fun délaiterVN : VN ; +fun délarderVN : VN ; +fun délasserVN : VN ; +fun délatterVN : VN ; +fun délaverVN : VN ; +fun délecterVN : VN ; +fun délesterVN : VN ; +fun délimiterVN : VN ; +fun délirerVN : VN ; +fun délisserVN : VN ; +fun déliterVN : VN ; +fun délivrerVN : VN ; +fun déloquerVN : VN ; +fun déloverVN : VN ; +fun délurerVN : VN ; +fun délustrerVN : VN ; +fun déluterVN : VN ; +fun démaçonnerVN : VN ; +fun démagnétiserVN : VN ; +fun démaillerVN : VN ; +fun démailloterVN : VN ; +fun démancherVN : VN ; +fun demanderVN : VN ; +fun démantibulerVN : VN ; +fun démaquillerVN : VN ; +fun démarquerVN : VN ; +fun démarrerVN : VN ; +fun démasclerVN : VN ; +fun démasquerVN : VN ; +fun démastiquerVN : VN ; +fun dématérialiserVN : VN ; +fun démâterVN : VN ; +fun démazouterVN : VN ; +fun démêlerVN : VN ; +fun démembrerVN : VN ; +fun démerderVN : VN ; +fun démériterVN : VN ; +fun déméthaniserVN : VN ; +fun démeublerVN : VN ; +fun demeurerVN : VN ; +fun démiellerVN : VN ; +fun démilitariserVN : VN ; +fun déminéraliserVN : VN ; +fun déminerVN : VN ; +fun démissionnerVN : VN ; +fun démobiliserVN : VN ; +fun démocratiserVN : VN ; +fun démoderVN : VN ; +fun démonétiserVN : VN ; +fun démonterVN : VN ; +fun démontrerVN : VN ; +fun démoraliserVN : VN ; +fun démoulerVN : VN ; +fun démouscaillerVN : VN ; +fun démoustiquerVN : VN ; +fun démurerVN : VN ; +fun dénasaliserVN : VN ; +fun dénationaliserVN : VN ; +fun dénatterVN : VN ; +fun dénaturaliserVN : VN ; +fun dénaturerVN : VN ; +fun dénébuliserVN : VN ; +fun dénerverVN : VN ; +fun déniaiserVN : VN ; +fun dénicherVN : VN ; +fun dénicotiniserVN : VN ; +fun dénigrerVN : VN ; +fun dénitrerVN : VN ; +fun dénombrerVN : VN ; +fun dénommerVN : VN ; +fun dénoterVN : VN ; +fun dénouerVN : VN ; +fun dénoyauterVN : VN ; +fun dénucléariserVN : VN ; +fun dénuderVN : VN ; +fun dénuerVN : VN ; +fun dépaillerVN : VN ; +fun dépalisserVN : VN ; +fun dépannerVN : VN ; +fun déparaffinerVN : VN ; +fun dépareillerVN : VN ; +fun déparerVN : VN ; +fun dépasserVN : VN ; +fun dépassionnerVN : VN ; +fun dépatouillerVN : VN ; +fun dépaverVN : VN ; +fun dépayserVN : VN ; +fun dépêcherVN : VN ; +fun dépeignerVN : VN ; +fun dépelotonnerVN : VN ; +fun dépenserVN : VN ; +fun dépersonnaliserVN : VN ; +fun dépêtrerVN : VN ; +fun dépeuplerVN : VN ; +fun déphaserVN : VN ; +fun dépiauterVN : VN ; +fun dépilerVN : VN ; +fun dépinglerVN : VN ; +fun dépiquerVN : VN ; +fun dépisterVN : VN ; +fun dépiterVN : VN ; +fun déplafonnerVN : VN ; +fun déplanquerVN : VN ; +fun déplanterVN : VN ; +fun déplâtrerVN : VN ; +fun déplisserVN : VN ; +fun déplomberVN : VN ; +fun déplorerVN : VN ; +fun déplumerVN : VN ; +fun dépoétiserVN : VN ; +fun dépointerVN : VN ; +fun dépolariserVN : VN ; +fun dépolitiserVN : VN ; +fun dépolluerVN : VN ; +fun dépolymériserVN : VN ; +fun dépontillerVN : VN ; +fun déporterVN : VN ; +fun déposerVN : VN ; +fun dépoterVN : VN ; +fun dépoudrerVN : VN ; +fun dépouillerVN : VN ; +fun dépraverVN : VN ; +fun déprimerVN : VN ; +fun dépriserVN : VN ; +fun déprolétariserVN : VN ; +fun dépropaniserVN : VN ; +fun dépulperVN : VN ; +fun dépurerVN : VN ; +fun députerVN : VN ; +fun déquillerVN : VN ; +fun déracinerVN : VN ; +fun déraderVN : VN ; +fun déraillerVN : VN ; +fun déraisonnerVN : VN ; +fun déraperVN : VN ; +fun déraserVN : VN ; +fun dératerVN : VN ; +fun dératiserVN : VN ; +fun dériderVN : VN ; +fun dériverVN : VN ; +fun déroberVN : VN ; +fun déroderVN : VN ; +fun dérouillerVN : VN ; +fun déroulerVN : VN ; +fun dérouterVN : VN ; +fun désabonnerVN : VN ; +fun désabuserVN : VN ; +fun désacclimaterVN : VN ; +fun désaccorderVN : VN ; +fun désaccouplerVN : VN ; +fun désaccoutumerVN : VN ; +fun désacraliserVN : VN ; +fun désactiverVN : VN ; +fun désadapterVN : VN ; +fun désaffecterVN : VN ; +fun désaffectionnerVN : VN ; +fun désaimanterVN : VN ; +fun désajusterVN : VN ; +fun désamarrerVN : VN ; +fun désamidonnerVN : VN ; +fun désannexerVN : VN ; +fun désappointerVN : VN ; +fun désapprouverVN : VN ; +fun désapprovisionnerVN : VN ; +fun désarçonnerVN : VN ; +fun désargenterVN : VN ; +fun désarmerVN : VN ; +fun désarrimerVN : VN ; +fun désarticulerVN : VN ; +fun désassemblerVN : VN ; +fun désassimilerVN : VN ; +fun désaveuglerVN : VN ; +fun désavouerVN : VN ; +fun désaxerVN : VN ; +fun descellerVN : VN ; +fun déséchouerVN : VN ; +fun désembourberVN : VN ; +fun désembourgeoiserVN : VN ; +fun désembouteillerVN : VN ; +fun désembuerVN : VN ; +fun désemmancherVN : VN ; +fun désemparerVN : VN ; +fun désemprisonnerVN : VN ; +fun désencadrerVN : VN ; +fun désencarterVN : VN ; +fun désenchaînerVN : VN ; +fun désenchanterVN : VN ; +fun désenclaverVN : VN ; +fun désencombrerVN : VN ; +fun désencrasserVN : VN ; +fun désénerverVN : VN ; +fun désenfilerVN : VN ; +fun désenflammerVN : VN ; +fun désenflerVN : VN ; +fun désenfumerVN : VN ; +fun désenivrerVN : VN ; +fun désenrhumerVN : VN ; +fun désenrouerVN : VN ; +fun désensablerVN : VN ; +fun désensibiliserVN : VN ; +fun désentoilerVN : VN ; +fun désentortillerVN : VN ; +fun désentraverVN : VN ; +fun désenvaserVN : VN ; +fun désenvelopperVN : VN ; +fun désenvenimerVN : VN ; +fun désenverquerVN : VN ; +fun déséquilibrerVN : VN ; +fun déséquiperVN : VN ; +fun déserterVN : VN ; +fun désétamerVN : VN ; +fun déshabillerVN : VN ; +fun déshabituerVN : VN ; +fun désherberVN : VN ; +fun déshériterVN : VN ; +fun déshonorerVN : VN ; +fun déshumaniserVN : VN ; +fun déshydraterVN : VN ; +fun désignerVN : VN ; +fun désillusionnerVN : VN ; +fun désincarnerVN : VN ; +fun désincorporerVN : VN ; +fun désincrusterVN : VN ; +fun désinculperVN : VN ; +fun désinfecterVN : VN ; +fun désinsectiserVN : VN ; +fun désintéresserVN : VN ; +fun désintoxiquerVN : VN ; +fun désinviterVN : VN ; +fun désirerVN : VN ; +fun désisterVN : VN ; +fun désobstruerVN : VN ; +fun désoccuperVN : VN ; +fun désodoriserVN : VN ; +fun désolerVN : VN ; +fun désolidariserVN : VN ; +fun désopilerVN : VN ; +fun désorberVN : VN ; +fun désorbiterVN : VN ; +fun désordonnerVN : VN ; +fun désorganiserVN : VN ; +fun désorienterVN : VN ; +fun désosserVN : VN ; +fun désoxyderVN : VN ; +fun desquamerVN : VN ; +fun dessablerVN : VN ; +fun dessalerVN : VN ; +fun dessanglerVN : VN ; +fun dessaoulerVN : VN ; +fun dessellerVN : VN ; +fun desserrerVN : VN ; +fun dessillerVN : VN ; +fun dessinerVN : VN ; +fun dessolerVN : VN ; +fun dessouderVN : VN ; +fun dessoulerVN : VN ; +fun dessoûlerVN : VN ; +fun dessuinterVN : VN ; +fun destinerVN : VN ; +fun destituerVN : VN ; +fun destructurerVN : VN ; +fun désulfiterVN : VN ; +fun désynchroniserVN : VN ; +fun détacherVN : VN ; +fun détaillerVN : VN ; +fun détalerVN : VN ; +fun détallerVN : VN ; +fun détapisserVN : VN ; +fun détartrerVN : VN ; +fun détaxerVN : VN ; +fun détecterVN : VN ; +fun détériorerVN : VN ; +fun déterminerVN : VN ; +fun déterrerVN : VN ; +fun détesterVN : VN ; +fun détirerVN : VN ; +fun détisserVN : VN ; +fun détonerVN : VN ; +fun détonnerVN : VN ; +fun détortillerVN : VN ; +fun détourerVN : VN ; +fun détournerVN : VN ; +fun détracterVN : VN ; +fun détrancherVN : VN ; +fun détransposerVN : VN ; +fun détraquerVN : VN ; +fun détremperVN : VN ; +fun détresserVN : VN ; +fun détricoterVN : VN ; +fun détromperVN : VN ; +fun détroncherVN : VN ; +fun détrônerVN : VN ; +fun détroquerVN : VN ; +fun détrousserVN : VN ; +fun dévalerVN : VN ; +fun dévaliserVN : VN ; +fun dévaloriserVN : VN ; +fun dévaluerVN : VN ; +fun dévaserVN : VN ; +fun dévasterVN : VN ; +fun développerVN : VN ; +fun déventerVN : VN ; +fun dévergonderVN : VN ; +fun déverguerVN : VN ; +fun déverrouillerVN : VN ; +fun déverserVN : VN ; +fun déviderVN : VN ; +fun devinerVN : VN ; +fun déviriliserVN : VN ; +fun dévirolerVN : VN ; +fun deviserVN : VN ; +fun dévisserVN : VN ; +fun dévitaliserVN : VN ; +fun dévoilerVN : VN ; +fun dévorerVN : VN ; +fun dévouerVN : VN ; +fun diagnostiquerVN : VN ; +fun dialectaliserVN : VN ; +fun dialectiserVN : VN ; +fun dialoguerVN : VN ; +fun dialyserVN : VN ; +fun diamanterVN : VN ; +fun diaphragmerVN : VN ; +fun diaprerVN : VN ; +fun dicterVN : VN ; +fun diffamerVN : VN ; +fun difformerVN : VN ; +fun diffracterVN : VN ; +fun diffuserVN : VN ; +fun dilapiderVN : VN ; +fun dilaterVN : VN ; +fun diluerVN : VN ; +fun diminuerVN : VN ; +fun dindonnerVN : VN ; +fun dînerVN : VN ; +fun dinguerVN : VN ; +fun discernerVN : VN ; +fun disciplinerVN : VN ; +fun discontinuerVN : VN ; +fun discorderVN : VN ; +fun discréditerVN : VN ; +fun discriminerVN : VN ; +fun disculperVN : VN ; +fun discutaillerVN : VN ; +fun discuterVN : VN ; +fun disjoncterVN : VN ; +fun disloquerVN : VN ; +fun dispenserVN : VN ; +fun disperserVN : VN ; +fun disposerVN : VN ; +fun disproportionnerVN : VN ; +fun disputaillerVN : VN ; +fun disputerVN : VN ; +fun disséminerVN : VN ; +fun disserterVN : VN ; +fun dissimulerVN : VN ; +fun dissiperVN : VN ; +fun dissonerVN : VN ; +fun dissuaderVN : VN ; +fun distillerVN : VN ; +fun distinguerVN : VN ; +fun distribuerVN : VN ; +fun divaguerVN : VN ; +fun diviniserVN : VN ; +fun diviserVN : VN ; +fun divulguerVN : VN ; +fun documenterVN : VN ; +fun dodelinerVN : VN ; +fun dogmatiserVN : VN ; +fun doigterVN : VN ; +fun dolerVN : VN ; +fun domestiquerVN : VN ; +fun dominerVN : VN ; +fun dompterVN : VN ; +fun donnerVN : VN ; +fun doperVN : VN ; +fun dorerVN : VN ; +fun dorloterVN : VN ; +fun doserVN : VN ; +fun doterVN : VN ; +fun doublerVN : VN ; +fun doucherVN : VN ; +fun douterVN : VN ; +fun drageonnerVN : VN ; +fun draguerVN : VN ; +fun drainerVN : VN ; +fun dramatiserVN : VN ; +fun draperVN : VN ; +fun dresserVN : VN ; +fun dribblerVN : VN ; +fun drillerVN : VN ; +fun driverVN : VN ; +fun droguerVN : VN ; +fun drosserVN : VN ; +fun duperVN : VN ; +fun duplexerVN : VN ; +fun dupliquerVN : VN ; +fun durerVN : VN ; +fun dynamiserVN : VN ; +fun dynamiterVN : VN ; +fun ébarberVN : VN ; +fun ébaucherVN : VN ; +fun ébavurerVN : VN ; +fun éberluerVN : VN ; +fun éborgnerVN : VN ; +fun ébosserVN : VN ; +fun ébouerVN : VN ; +fun ébouillanterVN : VN ; +fun éboulerVN : VN ; +fun ébourgeonnerVN : VN ; +fun ébourifferVN : VN ; +fun ébourrerVN : VN ; +fun ébouterVN : VN ; +fun ébraiserVN : VN ; +fun ébrancherVN : VN ; +fun ébranlerVN : VN ; +fun ébraserVN : VN ; +fun ébrouerVN : VN ; +fun ébruiterVN : VN ; +fun ébruterVN : VN ; +fun écacherVN : VN ; +fun écafferVN : VN ; +fun écaillerVN : VN ; +fun écalerVN : VN ; +fun écanguerVN : VN ; +fun écarquillerVN : VN ; +fun écarterVN : VN ; +fun échafauderVN : VN ; +fun échancrerVN : VN ; +fun échanfreinerVN : VN ; +fun échantillonnerVN : VN ; +fun échapperVN : VN ; +fun échardonnerVN : VN ; +fun écharnerVN : VN ; +fun écharperVN : VN ; +fun échauderVN : VN ; +fun échaufferVN : VN ; +fun échaulerVN : VN ; +fun échaumerVN : VN ; +fun échelonnerVN : VN ; +fun échenillerVN : VN ; +fun échinerVN : VN ; +fun échopperVN : VN ; +fun échouerVN : VN ; +fun écimerVN : VN ; +fun éclabousserVN : VN ; +fun éclairerVN : VN ; +fun éclaterVN : VN ; +fun éclipserVN : VN ; +fun éclisserVN : VN ; +fun écloperVN : VN ; +fun écluserVN : VN ; +fun écobuerVN : VN ; +fun écoeurerVN : VN ; +fun économiserVN : VN ; +fun écoperVN : VN ; +fun écorcherVN : VN ; +fun écorerVN : VN ; +fun écornerVN : VN ; +fun écorniflerVN : VN ; +fun écosserVN : VN ; +fun écoulerVN : VN ; +fun écourterVN : VN ; +fun écouterVN : VN ; +fun écouvillonnerVN : VN ; +fun écrabouillerVN : VN ; +fun écraserVN : VN ; +fun écrêterVN : VN ; +fun écrivaillerVN : VN ; +fun écrivasserVN : VN ; +fun écrouerVN : VN ; +fun écroulerVN : VN ; +fun écroûterVN : VN ; +fun écuisserVN : VN ; +fun éculerVN : VN ; +fun écumerVN : VN ; +fun écurerVN : VN ; +fun écussonnerVN : VN ; +fun édenterVN : VN ; +fun édicterVN : VN ; +fun éditerVN : VN ; +fun éditionnerVN : VN ; +fun édulcorerVN : VN ; +fun éduquerVN : VN ; +fun éfaufilerVN : VN ; +fun effanerVN : VN ; +fun effarerVN : VN ; +fun effaroucherVN : VN ; +fun effectuerVN : VN ; +fun efféminerVN : VN ; +fun effeuillerVN : VN ; +fun effilerVN : VN ; +fun effilocherVN : VN ; +fun efflanquerVN : VN ; +fun effleurerVN : VN ; +fun effluverVN : VN ; +fun effondrerVN : VN ; +fun effriterVN : VN ; +fun égaillerVN : VN ; +fun égalerVN : VN ; +fun égaliserVN : VN ; +fun égarerVN : VN ; +fun égosillerVN : VN ; +fun égoutterVN : VN ; +fun égrainerVN : VN ; +fun égrapperVN : VN ; +fun égratignerVN : VN ; +fun égriserVN : VN ; +fun éjaculerVN : VN ; +fun éjarrerVN : VN ; +fun éjecterVN : VN ; +fun éjointerVN : VN ; +fun élaborerVN : VN ; +fun élaguerVN : VN ; +fun électriserVN : VN ; +fun électrocuterVN : VN ; +fun électrolyserVN : VN ; +fun électroniserVN : VN ; +fun éliderVN : VN ; +fun élimerVN : VN ; +fun éliminerVN : VN ; +fun élinguerVN : VN ; +fun éloignerVN : VN ; +fun éluciderVN : VN ; +fun élucubrerVN : VN ; +fun éluderVN : VN ; +fun émaillerVN : VN ; +fun émanciperVN : VN ; +fun émanerVN : VN ; +fun émasculerVN : VN ; +fun emballerVN : VN ; +fun emballotterVN : VN ; +fun embarbouillerVN : VN ; +fun embarderVN : VN ; +fun embarquerVN : VN ; +fun embarrasserVN : VN ; +fun embarrerVN : VN ; +fun embastillerVN : VN ; +fun embastionnerVN : VN ; +fun embaucherVN : VN ; +fun embaumerVN : VN ; +fun embecquerVN : VN ; +fun émbéguinerVN : VN ; +fun emberlificoterVN : VN ; +fun embêterVN : VN ; +fun embidonnerVN : VN ; +fun emblaverVN : VN ; +fun embobelinerVN : VN ; +fun embobinerVN : VN ; +fun emboîterVN : VN ; +fun embosserVN : VN ; +fun emboucherVN : VN ; +fun embouerVN : VN ; +fun embourberVN : VN ; +fun embourgeoiserVN : VN ; +fun embourrerVN : VN ; +fun embouteillerVN : VN ; +fun embrancherVN : VN ; +fun embraquerVN : VN ; +fun embraserVN : VN ; +fun embrasserVN : VN ; +fun embrigaderVN : VN ; +fun embringuerVN : VN ; +fun embrocherVN : VN ; +fun embroncherVN : VN ; +fun embrouillerVN : VN ; +fun embroussaillerVN : VN ; +fun embrumerVN : VN ; +fun embuerVN : VN ; +fun embusquerVN : VN ; +fun émerillonnerVN : VN ; +fun émeriserVN : VN ; +fun émerveillerVN : VN ; +fun émietterVN : VN ; +fun émigrerVN : VN ; +fun emmagasinerVN : VN ; +fun emmailloterVN : VN ; +fun emmancherVN : VN ; +fun emmêlerVN : VN ; +fun emmerderVN : VN ; +fun emmitonnerVN : VN ; +fun emmitouflerVN : VN ; +fun emmortaiserVN : VN ; +fun emmouscaillerVN : VN ; +fun emmurerVN : VN ; +fun émonderVN : VN ; +fun émorfilerVN : VN ; +fun émotionnerVN : VN ; +fun émotterVN : VN ; +fun émoucherVN : VN ; +fun émousserVN : VN ; +fun émoustillerVN : VN ; +fun empaillerVN : VN ; +fun empalerVN : VN ; +fun empalmerVN : VN ; +fun empanacherVN : VN ; +fun empannerVN : VN ; +fun empapilloterVN : VN ; +fun emparerVN : VN ; +fun emparquerVN : VN ; +fun empâterVN : VN ; +fun empatterVN : VN ; +fun empaumerVN : VN ; +fun empêcherVN : VN ; +fun empeignerVN : VN ; +fun empênerVN : VN ; +fun empennerVN : VN ; +fun empercherVN : VN ; +fun emperlerVN : VN ; +fun empesterVN : VN ; +fun empêtrerVN : VN ; +fun empierrerVN : VN ; +fun empiffrerVN : VN ; +fun empilerVN : VN ; +fun empirerVN : VN ; +fun emplâtrerVN : VN ; +fun emplumerVN : VN ; +fun empocherVN : VN ; +fun empoignerVN : VN ; +fun empoisonnerVN : VN ; +fun empoisserVN : VN ; +fun empoissonnerVN : VN ; +fun emporterVN : VN ; +fun empoterVN : VN ; +fun empourprerVN : VN ; +fun empresserVN : VN ; +fun emprésurerVN : VN ; +fun emprisonnerVN : VN ; +fun emprunterVN : VN ; +fun émulsionnerVN : VN ; +fun enamourerVN : VN ; +fun énamourerVN : VN ; +fun encabanerVN : VN ; +fun encadrerVN : VN ; +fun encaisserVN : VN ; +fun encanaillerVN : VN ; +fun encapuchonnerVN : VN ; +fun encarterVN : VN ; +fun encartonnerVN : VN ; +fun encartoucherVN : VN ; +fun encasernerVN : VN ; +fun encastrerVN : VN ; +fun encaustiquerVN : VN ; +fun encaverVN : VN ; +fun encenserVN : VN ; +fun encerclerVN : VN ; +fun enchaînerVN : VN ; +fun enchanterVN : VN ; +fun enchaperonnerVN : VN ; +fun encharnerVN : VN ; +fun enchâsserVN : VN ; +fun enchatonnerVN : VN ; +fun enchausserVN : VN ; +fun enchemiserVN : VN ; +fun enchevaucherVN : VN ; +fun enchevêtrerVN : VN ; +fun encirerVN : VN ; +fun enclaverVN : VN ; +fun enclencherVN : VN ; +fun encloîtrerVN : VN ; +fun enclouerVN : VN ; +fun encocherVN : VN ; +fun encoderVN : VN ; +fun encoffrerVN : VN ; +fun encollerVN : VN ; +fun encombrerVN : VN ; +fun encorderVN : VN ; +fun encornerVN : VN ; +fun encrasserVN : VN ; +fun encrêperVN : VN ; +fun encrerVN : VN ; +fun encroûterVN : VN ; +fun encuverVN : VN ; +fun endauberVN : VN ; +fun endenterVN : VN ; +fun endetterVN : VN ; +fun endeuillerVN : VN ; +fun endiablerVN : VN ; +fun endiguerVN : VN ; +fun endimancherVN : VN ; +fun endivisionnerVN : VN ; +fun endoctrinerVN : VN ; +fun endosserVN : VN ; +fun endurerVN : VN ; +fun énerverVN : VN ; +fun enfaîterVN : VN ; +fun enfanterVN : VN ; +fun enfarinerVN : VN ; +fun enfermerVN : VN ; +fun enferrerVN : VN ; +fun enfiellerVN : VN ; +fun enfilerVN : VN ; +fun enflammerVN : VN ; +fun enflerVN : VN ; +fun enfleurerVN : VN ; +fun enfourcherVN : VN ; +fun enfournerVN : VN ; +fun enfumerVN : VN ; +fun enfutaillerVN : VN ; +fun engainerVN : VN ; +fun engamerVN : VN ; +fun engargousserVN : VN ; +fun engaverVN : VN ; +fun engazonnerVN : VN ; +fun engendrerVN : VN ; +fun engerberVN : VN ; +fun engloberVN : VN ; +fun engluerVN : VN ; +fun engoberVN : VN ; +fun engommerVN : VN ; +fun engouerVN : VN ; +fun engouffrerVN : VN ; +fun engoulerVN : VN ; +fun engraisserVN : VN ; +fun engraverVN : VN ; +fun engrosserVN : VN ; +fun engueulerVN : VN ; +fun enguirlanderVN : VN ; +fun enharnacherVN : VN ; +fun enherberVN : VN ; +fun éniellerVN : VN ; +fun enivrerVN : VN ; +fun enjamberVN : VN ; +fun enjôlerVN : VN ; +fun enjoliverVN : VN ; +fun enjouerVN : VN ; +fun enjuguerVN : VN ; +fun enjuiverVN : VN ; +fun enjuponnerVN : VN ; +fun enkysterVN : VN ; +fun enliasserVN : VN ; +fun enlignerVN : VN ; +fun enliserVN : VN ; +fun enluminerVN : VN ; +fun énouerVN : VN ; +fun enquêterVN : VN ; +fun enquiquinerVN : VN ; +fun enracinerVN : VN ; +fun enraillerVN : VN ; +fun enrégimenterVN : VN ; +fun enregistrerVN : VN ; +fun enrênerVN : VN ; +fun enrhumerVN : VN ; +fun enroberVN : VN ; +fun enrocherVN : VN ; +fun enrôlerVN : VN ; +fun enrouerVN : VN ; +fun enrouillerVN : VN ; +fun enroulerVN : VN ; +fun enrubannerVN : VN ; +fun ensablerVN : VN ; +fun ensaboterVN : VN ; +fun ensacherVN : VN ; +fun ensaisinerVN : VN ; +fun ensanglanterVN : VN ; +fun ensauverVN : VN ; +fun enseignerVN : VN ; +fun enserrerVN : VN ; +fun ensilerVN : VN ; +fun ensoleillerVN : VN ; +fun ensoufrerVN : VN ; +fun entablerVN : VN ; +fun entacherVN : VN ; +fun entaillerVN : VN ; +fun entamerVN : VN ; +fun entaquerVN : VN ; +fun entartrerVN : VN ; +fun entasserVN : VN ; +fun entérinerVN : VN ; +fun enterrerVN : VN ; +fun enterVN : VN ; +fun entêterVN : VN ; +fun enthousiasmerVN : VN ; +fun enticherVN : VN ; +fun entoilerVN : VN ; +fun entôlerVN : VN ; +fun entonnerVN : VN ; +fun entortillerVN : VN ; +fun entourerVN : VN ; +fun entraccorderVN : VN ; +fun entraccuserVN : VN ; +fun entradmirerVN : VN ; +fun entraiderVN : VN ; +fun entr'aimerVN : VN ; +fun entraînerVN : VN ; +fun entraverVN : VN ; +fun entrebâillerVN : VN ; +fun entrechoquerVN : VN ; +fun entrecouperVN : VN ; +fun entrecroiserVN : VN ; +fun entre_déchirerVN : VN ; +fun entre_dévorerVN : VN ; +fun entre_frapperVN : VN ; +fun entre_heurterVN : VN ; +fun entrelarderVN : VN ; +fun entre_louerVN : VN ; +fun entremêlerVN : VN ; +fun entreposerVN : VN ; +fun entre_regarderVN : VN ; +fun entrerVN : VN ; +fun entretaillerVN : VN ; +fun entretoiserVN : VN ; +fun entre_tuerVN : VN ; +fun envaserVN : VN ; +fun envelopperVN : VN ; +fun envenimerVN : VN ; +fun enverguerVN : VN ; +fun enviderVN : VN ; +fun environnerVN : VN ; +fun envoilerVN : VN ; +fun envolerVN : VN ; +fun envoûterVN : VN ; +fun épalerVN : VN ; +fun épancherVN : VN ; +fun épannerVN : VN ; +fun épargnerVN : VN ; +fun éparpillerVN : VN ; +fun épaterVN : VN ; +fun épaulerVN : VN ; +fun épépinerVN : VN ; +fun éperonnerVN : VN ; +fun épeulerVN : VN ; +fun épierrerVN : VN ; +fun épilerVN : VN ; +fun épiloguerVN : VN ; +fun épinerVN : VN ; +fun épinglerVN : VN ; +fun épisserVN : VN ; +fun éplucherVN : VN ; +fun épointerVN : VN ; +fun épontillerVN : VN ; +fun épouillerVN : VN ; +fun époumonerVN : VN ; +fun épouserVN : VN ; +fun époustouflerVN : VN ; +fun épouvanterVN : VN ; +fun éprouverVN : VN ; +fun épuiserVN : VN ; +fun épurerVN : VN ; +fun équerrerVN : VN ; +fun équilibrerVN : VN ; +fun équiperVN : VN ; +fun équivoquerVN : VN ; +fun éraflerVN : VN ; +fun éraillerVN : VN ; +fun éreinterVN : VN ; +fun ergoterVN : VN ; +fun éroderVN : VN ; +fun érotiserVN : VN ; +fun errerVN : VN ; +fun éructerVN : VN ; +fun esbignerVN : VN ; +fun esbrouferVN : VN ; +fun escaladerVN : VN ; +fun escamoterVN : VN ; +fun escarmoucherVN : VN ; +fun escherVN : VN ; +fun esclafferVN : VN ; +fun escompterVN : VN ; +fun escorterVN : VN ; +fun escrimerVN : VN ; +fun escroquerVN : VN ; +fun espionnerVN : VN ; +fun espolinerVN : VN ; +fun espoulinerVN : VN ; +fun esquinterVN : VN ; +fun esquisserVN : VN ; +fun esquiverVN : VN ; +fun essaimerVN : VN ; +fun essarterVN : VN ; +fun essorerVN : VN ; +fun essorillerVN : VN ; +fun essoucherVN : VN ; +fun essoufflerVN : VN ; +fun estamperVN : VN ; +fun estampillerVN : VN ; +fun estimerVN : VN ; +fun estiverVN : VN ; +fun estomaquerVN : VN ; +fun estomperVN : VN ; +fun estoquerVN : VN ; +fun estrapaderVN : VN ; +fun estrapasserVN : VN ; +fun établerVN : VN ; +fun étalerVN : VN ; +fun étalonnerVN : VN ; +fun étamerVN : VN ; +fun étamperVN : VN ; +fun étancherVN : VN ; +fun étançonnerVN : VN ; +fun étarquerVN : VN ; +fun étatiserVN : VN ; +fun éterniserVN : VN ; +fun éternuerVN : VN ; +fun étêterVN : VN ; +fun éthériserVN : VN ; +fun étiolerVN : VN ; +fun étirerVN : VN ; +fun étofferVN : VN ; +fun étoilerVN : VN ; +fun étonnerVN : VN ; +fun étoufferVN : VN ; +fun étouperVN : VN ; +fun étoupillerVN : VN ; +fun étranglerVN : VN ; +fun étrennerVN : VN ; +fun étrésillonnerVN : VN ; +fun étrillerVN : VN ; +fun étriperVN : VN ; +fun étriquerVN : VN ; +fun étronçonnerVN : VN ; +fun étuverVN : VN ; +fun euphoriserVN : VN ; +fun européaniserVN : VN ; +fun évacuerVN : VN ; +fun évaderVN : VN ; +fun évaluerVN : VN ; +fun évangéliserVN : VN ; +fun évaporerVN : VN ; +fun évaserVN : VN ; +fun éveillerVN : VN ; +fun éventerVN : VN ; +fun éventrerVN : VN ; +fun évertuerVN : VN ; +fun éviderVN : VN ; +fun éviterVN : VN ; +fun évoluerVN : VN ; +fun évoquerVN : VN ; +fun exacerberVN : VN ; +fun exalterVN : VN ; +fun examinerVN : VN ; +fun excaverVN : VN ; +fun excellerVN : VN ; +fun excentrerVN : VN ; +fun excepterVN : VN ; +fun exciperVN : VN ; +fun exciserVN : VN ; +fun exciterVN : VN ; +fun exclamerVN : VN ; +fun excursionnerVN : VN ; +fun excuserVN : VN ; +fun exécuterVN : VN ; +fun exempterVN : VN ; +fun exhalerVN : VN ; +fun exhausserVN : VN ; +fun exhiberVN : VN ; +fun exhorterVN : VN ; +fun exhumerVN : VN ; +fun exilerVN : VN ; +fun existerVN : VN ; +fun exonderVN : VN ; +fun exorciserVN : VN ; +fun expectorerVN : VN ; +fun expérimenterVN : VN ; +fun expertiserVN : VN ; +fun expirerVN : VN ; +fun expliciterVN : VN ; +fun expliquerVN : VN ; +fun exploiterVN : VN ; +fun explorerVN : VN ; +fun exploserVN : VN ; +fun exporterVN : VN ; +fun exposerVN : VN ; +fun exprimerVN : VN ; +fun expulserVN : VN ; +fun exsuderVN : VN ; +fun exténuerVN : VN ; +fun extérioriserVN : VN ; +fun exterminerVN : VN ; +fun extirperVN : VN ; +fun extorquerVN : VN ; +fun extraderVN : VN ; +fun extrapolerVN : VN ; +fun extravaguerVN : VN ; +fun extravaserVN : VN ; +fun extruderVN : VN ; +fun exulterVN : VN ; +fun fabriquerVN : VN ; +fun fabulerVN : VN ; +fun facetterVN : VN ; +fun fâcherVN : VN ; +fun faciliterVN : VN ; +fun façonnerVN : VN ; +fun factoriserVN : VN ; +fun facturerVN : VN ; +fun faderVN : VN ; +fun fagoterVN : VN ; +fun faignanterVN : VN ; +fun faillerVN : VN ; +fun fainéanterVN : VN ; +fun faisanderVN : VN ; +fun familiariserVN : VN ; +fun fanatiserVN : VN ; +fun fanerVN : VN ; +fun fanfaronnerVN : VN ; +fun fanfrelucherVN : VN ; +fun fantasmerVN : VN ; +fun farderVN : VN ; +fun farfouillerVN : VN ; +fun farinerVN : VN ; +fun farterVN : VN ; +fun fascinerVN : VN ; +fun fasciserVN : VN ; +fun faseillerVN : VN ; +fun faseyerVN : VN ; +fun fatiguerVN : VN ; +fun faucarderVN : VN ; +fun faucherVN : VN ; +fun fauconnerVN : VN ; +fun faufilerVN : VN ; +fun fausserVN : VN ; +fun fauterVN : VN ; +fun favoriserVN : VN ; +fun fayoterVN : VN ; +fun fayotterVN : VN ; +fun féconderVN : VN ; +fun féculerVN : VN ; +fun fédéraliserVN : VN ; +fun feignanterVN : VN ; +fun feinterVN : VN ; +fun fêlerVN : VN ; +fun féliciterVN : VN ; +fun féminiserVN : VN ; +fun fendillerVN : VN ; +fun fenestrerVN : VN ; +fun fenêtrerVN : VN ; +fun ferlerVN : VN ; +fun fermenterVN : VN ; +fun fermerVN : VN ; +fun ferraillerVN : VN ; +fun ferrerVN : VN ; +fun fertiliserVN : VN ; +fun fesserVN : VN ; +fun festonnerVN : VN ; +fun fêterVN : VN ; +fun fétichiserVN : VN ; +fun feuillerVN : VN ; +fun feuilletiserVN : VN ; +fun feulerVN : VN ; +fun feutrerVN : VN ; +fun ficherVN : VN ; +fun ficherVN : VN ; +fun fiefferVN : VN ; +fun fienterVN : VN ; +fun fierVN : VN ; +fun fignolerVN : VN ; +fun figurerVN : VN ; +fun filerVN : VN ; +fun filigranerVN : VN ; +fun filmerVN : VN ; +fun filocherVN : VN ; +fun filouterVN : VN ; +fun filtrerVN : VN ; +fun finasserVN : VN ; +fun finlandiserVN : VN ; +fun fiscaliserVN : VN ; +fun fissionnerVN : VN ; +fun fissurerVN : VN ; +fun fixerVN : VN ; +fun flagellerVN : VN ; +fun flageolerVN : VN ; +fun flagornerVN : VN ; +fun flairerVN : VN ; +fun flamberVN : VN ; +fun flancherVN : VN ; +fun flânerVN : VN ; +fun flanquerVN : VN ; +fun flaquerVN : VN ; +fun flasherVN : VN ; +fun flatterVN : VN ; +fun flauperVN : VN ; +fun flemmarderVN : VN ; +fun fleurerVN : VN ; +fun flibusterVN : VN ; +fun flinguerVN : VN ; +fun flipperVN : VN ; +fun flirterVN : VN ; +fun floconnerVN : VN ; +fun floculerVN : VN ; +fun flotterVN : VN ; +fun flotterVN : VN ; +fun flouerVN : VN ; +fun flouserVN : VN ; +fun fluctuerVN : VN ; +fun fluerVN : VN ; +fun fluidiserVN : VN ; +fun fluoriserVN : VN ; +fun flûterVN : VN ; +fun fluxerVN : VN ; +fun focaliserVN : VN ; +fun foirerVN : VN ; +fun foisonnerVN : VN ; +fun folâtrerVN : VN ; +fun folichonnerVN : VN ; +fun folioterVN : VN ; +fun fomenterVN : VN ; +fun fonctionnariserVN : VN ; +fun fonctionnerVN : VN ; +fun fonderVN : VN ; +fun forerVN : VN ; +fun forlignerVN : VN ; +fun formaliserVN : VN ; +fun formerVN : VN ; +fun formolerVN : VN ; +fun formulerVN : VN ; +fun forniquerVN : VN ; +fun fossiliserVN : VN ; +fun fouaillerVN : VN ; +fun fouetterVN : VN ; +fun fouillerVN : VN ; +fun fouinerVN : VN ; +fun foulerVN : VN ; +fun fouraillerVN : VN ; +fun fourberVN : VN ; +fun fourcherVN : VN ; +fun fourgonnerVN : VN ; +fun fourguerVN : VN ; +fun fourmillerVN : VN ; +fun fourrerVN : VN ; +fun fracasserVN : VN ; +fun fractionnerVN : VN ; +fun fracturerVN : VN ; +fun fragiliserVN : VN ; +fun fragmenterVN : VN ; +fun fraiserVN : VN ; +fun framboiserVN : VN ; +fun franciserVN : VN ; +fun frapperVN : VN ; +fun fraterniserVN : VN ; +fun frauderVN : VN ; +fun fredonnerVN : VN ; +fun freinerVN : VN ; +fun frelaterVN : VN ; +fun fréquenterVN : VN ; +fun frétillerVN : VN ; +fun fretterVN : VN ; +fun fricasserVN : VN ; +fun fricoterVN : VN ; +fun frictionnerVN : VN ; +fun frimerVN : VN ; +fun fringuerVN : VN ; +fun friperVN : VN ; +fun friponnerVN : VN ; +fun friserVN : VN ; +fun frisotterVN : VN ; +fun frissonnerVN : VN ; +fun fritterVN : VN ; +fun froisserVN : VN ; +fun frôlerVN : VN ; +fun fronderVN : VN ; +fun frotterVN : VN ; +fun frouerVN : VN ; +fun froufrouterVN : VN ; +fun frusquerVN : VN ; +fun frustrerVN : VN ; +fun fuguerVN : VN ; +fun fulgurerVN : VN ; +fun fulminerVN : VN ; +fun fumerVN : VN ; +fun fuserVN : VN ; +fun fusillerVN : VN ; +fun fusionnerVN : VN ; +fun gabionnerVN : VN ; +fun gâcherVN : VN ; +fun gadgétiserVN : VN ; +fun gafferVN : VN ; +fun gagnerVN : VN ; +fun gainerVN : VN ; +fun galberVN : VN ; +fun galipoterVN : VN ; +fun galonnerVN : VN ; +fun galoperVN : VN ; +fun galvaniserVN : VN ; +fun galvauderVN : VN ; +fun gambaderVN : VN ; +fun gambillerVN : VN ; +fun gaminerVN : VN ; +fun ganserVN : VN ; +fun ganterVN : VN ; +fun garderVN : VN ; +fun garerVN : VN ; +fun gargariserVN : VN ; +fun gargoterVN : VN ; +fun gargouillerVN : VN ; +fun garrotterVN : VN ; +fun gasconnerVN : VN ; +fun gaspillerVN : VN ; +fun gâterVN : VN ; +fun gaufrerVN : VN ; +fun gaulerVN : VN ; +fun gausserVN : VN ; +fun gaverVN : VN ; +fun gazerVN : VN ; +fun gazonnerVN : VN ; +fun gazouillerVN : VN ; +fun gélatinerVN : VN ; +fun gélatiniserVN : VN ; +fun géminerVN : VN ; +fun gemmerVN : VN ; +fun gendarmerVN : VN ; +fun généraliserVN : VN ; +fun gênerVN : VN ; +fun géométriserVN : VN ; +fun gerberVN : VN ; +fun germaniserVN : VN ; +fun germerVN : VN ; +fun gesticulerVN : VN ; +fun giclerVN : VN ; +fun giflerVN : VN ; +fun gigoterVN : VN ; +fun gironnerVN : VN ; +fun girouetterVN : VN ; +fun gîterVN : VN ; +fun givrerVN : VN ; +fun glairerVN : VN ; +fun glaiserVN : VN ; +fun glanderVN : VN ; +fun glandouillerVN : VN ; +fun glanerVN : VN ; +fun glavioterVN : VN ; +fun glaviotterVN : VN ; +fun glisserVN : VN ; +fun globaliserVN : VN ; +fun gloserVN : VN ; +fun glouglouterVN : VN ; +fun glousserVN : VN ; +fun glycérinerVN : VN ; +fun goberVN : VN ; +fun godaillerVN : VN ; +fun goderVN : VN ; +fun godillerVN : VN ; +fun godronnerVN : VN ; +fun goguenarderVN : VN ; +fun goinfrerVN : VN ; +fun gominerVN : VN ; +fun gommerVN : VN ; +fun gonderVN : VN ; +fun gondolerVN : VN ; +fun gonflerVN : VN ; +fun gouacherVN : VN ; +fun gouaillerVN : VN ; +fun goudronnerVN : VN ; +fun goujonnerVN : VN ; +fun goupillerVN : VN ; +fun goupillonnerVN : VN ; +fun gourerVN : VN ; +fun gourmanderVN : VN ; +fun goûterVN : VN ; +fun goutterVN : VN ; +fun gouvernerVN : VN ; +fun graduerVN : VN ; +fun graillerVN : VN ; +fun graillonnerVN : VN ; +fun grainerVN : VN ; +fun graisserVN : VN ; +fun grammaticaliserVN : VN ; +fun graniterVN : VN ; +fun granulerVN : VN ; +fun graphiterVN : VN ; +fun grappillerVN : VN ; +fun grasseyerVN : VN ; +fun gratinerVN : VN ; +fun gratterVN : VN ; +fun graverVN : VN ; +fun graviterVN : VN ; +fun grecquerVN : VN ; +fun grefferVN : VN ; +fun grêlerVN : VN ; +fun grelotterVN : VN ; +fun grenaillerVN : VN ; +fun grenouillerVN : VN ; +fun grésillerVN : VN ; +fun gribouillerVN : VN ; +fun grifferVN : VN ; +fun griffonnerVN : VN ; +fun grignerVN : VN ; +fun grignoterVN : VN ; +fun grillerVN : VN ; +fun grimerVN : VN ; +fun grimperVN : VN ; +fun grincherVN : VN ; +fun gringuerVN : VN ; +fun gripperVN : VN ; +fun grisaillerVN : VN ; +fun griserVN : VN ; +fun grisolerVN : VN ; +fun grisollerVN : VN ; +fun grisonnerVN : VN ; +fun grognasserVN : VN ; +fun grognerVN : VN ; +fun gronderVN : VN ; +fun grouillerVN : VN ; +fun grouperVN : VN ; +fun guêtrerVN : VN ; +fun guetterVN : VN ; +fun gueulerVN : VN ; +fun gueuletonnerVN : VN ; +fun gueuserVN : VN ; +fun guiderVN : VN ; +fun guignerVN : VN ; +fun guillocherVN : VN ; +fun guillotinerVN : VN ; +fun guincherVN : VN ; +fun guinderVN : VN ; +fun guiperVN : VN ; +fun habiliterVN : VN ; +fun habillerVN : VN ; +fun habiterVN : VN ; +fun habituerVN : VN ; +fun hablerVN : VN ; +fun hacherVN : VN ; +fun hachurerVN : VN ; +fun halerVN : VN ; +fun hâlerVN : VN ; +fun hallucinerVN : VN ; +fun hameçonnerVN : VN ; +fun hancherVN : VN ; +fun handicaperVN : VN ; +fun hanterVN : VN ; +fun happerVN : VN ; +fun haranguerVN : VN ; +fun harasserVN : VN ; +fun harderVN : VN ; +fun harmoniserVN : VN ; +fun harnacherVN : VN ; +fun harpaillerVN : VN ; +fun harperVN : VN ; +fun harponnerVN : VN ; +fun hasarderVN : VN ; +fun hâterVN : VN ; +fun haubanerVN : VN ; +fun hausserVN : VN ; +fun haverVN : VN ; +fun hébraïserVN : VN ; +fun helléniserVN : VN ; +fun herberVN : VN ; +fun herboriserVN : VN ; +fun hérisserVN : VN ; +fun hérissonnerVN : VN ; +fun hériterVN : VN ; +fun herserVN : VN ; +fun hésiterVN : VN ; +fun heurterVN : VN ; +fun hibernerVN : VN ; +fun hiérarchiserVN : VN ; +fun hisserVN : VN ; +fun hivernerVN : VN ; +fun hocherVN : VN ; +fun homogénéiserVN : VN ; +fun homologuerVN : VN ; +fun hongrerVN : VN ; +fun honorerVN : VN ; +fun horripilerVN : VN ; +fun hospitaliserVN : VN ; +fun houblonnerVN : VN ; +fun houpperVN : VN ; +fun hourderVN : VN ; +fun houspillerVN : VN ; +fun housserVN : VN ; +fun houssinerVN : VN ; +fun hucherVN : VN ; +fun huerVN : VN ; +fun huilerVN : VN ; +fun hululerVN : VN ; +fun humaniserVN : VN ; +fun humecterVN : VN ; +fun humerVN : VN ; +fun hurlerVN : VN ; +fun hybriderVN : VN ; +fun hydraterVN : VN ; +fun hydrolyserVN : VN ; +fun hypnotiserVN : VN ; +fun idéaliserVN : VN ; +fun idéologiserVN : VN ; +fun idiotiserVN : VN ; +fun idolâtrerVN : VN ; +fun ignorerVN : VN ; +fun illuminerVN : VN ; +fun illusionnerVN : VN ; +fun illustrerVN : VN ; +fun imaginerVN : VN ; +fun imbiberVN : VN ; +fun imbriquerVN : VN ; +fun imiterVN : VN ; +fun immatérialiserVN : VN ; +fun immatriculerVN : VN ; +fun immigrerVN : VN ; +fun immobiliserVN : VN ; +fun immolerVN : VN ; +fun immortaliserVN : VN ; +fun immuniserVN : VN ; +fun impacterVN : VN ; +fun impatienterVN : VN ; +fun imperméabiliserVN : VN ; +fun implanterVN : VN ; +fun implémenterVN : VN ; +fun impliquerVN : VN ; +fun implorerVN : VN ; +fun imploserVN : VN ; +fun importerVN : VN ; +fun importunerVN : VN ; +fun imposerVN : VN ; +fun impressionnerVN : VN ; +fun imprimerVN : VN ; +fun improuverVN : VN ; +fun improviserVN : VN ; +fun impulserVN : VN ; +fun imputerVN : VN ; +fun inaugurerVN : VN ; +fun incarnerVN : VN ; +fun inciserVN : VN ; +fun inciterVN : VN ; +fun inclinerVN : VN ; +fun incomberVN : VN ; +fun incommoderVN : VN ; +fun incorporerVN : VN ; +fun incrémenterVN : VN ; +fun incriminerVN : VN ; +fun incrusterVN : VN ; +fun incuberVN : VN ; +fun inculperVN : VN ; +fun inculquerVN : VN ; +fun incurverVN : VN ; +fun indemniserVN : VN ; +fun indexerVN : VN ; +fun indignerVN : VN ; +fun indiquerVN : VN ; +fun indisposerVN : VN ; +fun individualiserVN : VN ; +fun indurerVN : VN ; +fun industrialiserVN : VN ; +fun infantiliserVN : VN ; +fun infatuerVN : VN ; +fun infecterVN : VN ; +fun inféoderVN : VN ; +fun infesterVN : VN ; +fun infiltrerVN : VN ; +fun infirmerVN : VN ; +fun influerVN : VN ; +fun informatiserVN : VN ; +fun informerVN : VN ; +fun infuserVN : VN ; +fun ingurgiterVN : VN ; +fun inhalerVN : VN ; +fun inhiberVN : VN ; +fun inhumerVN : VN ; +fun initialiserVN : VN ; +fun injecterVN : VN ; +fun innerverVN : VN ; +fun innocenterVN : VN ; +fun innoverVN : VN ; +fun inoculerVN : VN ; +fun inonderVN : VN ; +fun insculperVN : VN ; +fun inséminerVN : VN ; +fun insensibiliserVN : VN ; +fun insinuerVN : VN ; +fun insisterVN : VN ; +fun insolerVN : VN ; +fun insolubiliserVN : VN ; +fun insonoriserVN : VN ; +fun inspecterVN : VN ; +fun inspirerVN : VN ; +fun installerVN : VN ; +fun instaurerVN : VN ; +fun instillerVN : VN ; +fun instituerVN : VN ; +fun institutionnaliserVN : VN ; +fun instrumenterVN : VN ; +fun insufflerVN : VN ; +fun insulterVN : VN ; +fun intaillerVN : VN ; +fun intellectualiserVN : VN ; +fun intenterVN : VN ; +fun intercalerVN : VN ; +fun intercepterVN : VN ; +fun interclasserVN : VN ; +fun intéresserVN : VN ; +fun intérioriserVN : VN ; +fun interlignerVN : VN ; +fun interloquerVN : VN ; +fun internationaliserVN : VN ; +fun internerVN : VN ; +fun interpellerVN : VN ; +fun interpolerVN : VN ; +fun interposerVN : VN ; +fun interviewerVN : VN ; +fun intimerVN : VN ; +fun intimiderVN : VN ; +fun intitulerVN : VN ; +fun intoxiquerVN : VN ; +fun intriguerVN : VN ; +fun introniserVN : VN ; +fun intuberVN : VN ; +fun invaginerVN : VN ; +fun invaliderVN : VN ; +fun invectiverVN : VN ; +fun inventerVN : VN ; +fun inverserVN : VN ; +fun inviterVN : VN ; +fun invoquerVN : VN ; +fun ioderVN : VN ; +fun iodlerVN : VN ; +fun ioniserVN : VN ; +fun ioulerVN : VN ; +fun iriserVN : VN ; +fun ironiserVN : VN ; +fun irriguerVN : VN ; +fun irriterVN : VN ; +fun islamiserVN : VN ; +fun isolerVN : VN ; +fun jablerVN : VN ; +fun jaboterVN : VN ; +fun jacasserVN : VN ; +fun jacterVN : VN ; +fun jalonnerVN : VN ; +fun jalouserVN : VN ; +fun japonnerVN : VN ; +fun japperVN : VN ; +fun jardinerVN : VN ; +fun jargonnerVN : VN ; +fun jaserVN : VN ; +fun jasperVN : VN ; +fun jaspinerVN : VN ; +fun javelliserVN : VN ; +fun jeûnerVN : VN ; +fun jobarderVN : VN ; +fun jodlerVN : VN ; +fun joncherVN : VN ; +fun jonglerVN : VN ; +fun jouaillerVN : VN ; +fun jouerVN : VN ; +fun jouterVN : VN ; +fun jouxterVN : VN ; +fun jubilerVN : VN ; +fun jucherVN : VN ; +fun jugulerVN : VN ; +fun jumelerVN : VN ; +fun juponnerVN : VN ; +fun jurerVN : VN ; +fun juterVN : VN ; +fun juxtaposerVN : VN ; +fun kidnapperVN : VN ; +fun klaxonnerVN : VN ; +fun labialiserVN : VN ; +fun labourerVN : VN ; +fun lâcherVN : VN ; +fun laïciserVN : VN ; +fun lainerVN : VN ; +fun laisserVN : VN ; +fun laitonnerVN : VN ; +fun lambinerVN : VN ; +fun lambrisserVN : VN ; +fun lamenterVN : VN ; +fun lamerVN : VN ; +fun laminerVN : VN ; +fun lamperVN : VN ; +fun lancinerVN : VN ; +fun langueyerVN : VN ; +fun lanternerVN : VN ; +fun laperVN : VN ; +fun lapiderVN : VN ; +fun laquerVN : VN ; +fun larderVN : VN ; +fun lardonnerVN : VN ; +fun larguerVN : VN ; +fun lasserVN : VN ; +fun latterVN : VN ; +fun laverVN : VN ; +fun légaliserVN : VN ; +fun légitimerVN : VN ; +fun lésinerVN : VN ; +fun lessiverVN : VN ; +fun lesterVN : VN ; +fun leurrerVN : VN ; +fun levretterVN : VN ; +fun lexicaliserVN : VN ; +fun lézarderVN : VN ; +fun liaisonnerVN : VN ; +fun liarderVN : VN ; +fun libellerVN : VN ; +fun libéraliserVN : VN ; +fun licherVN : VN ; +fun liciterVN : VN ; +fun ligaturerVN : VN ; +fun lignerVN : VN ; +fun ligoterVN : VN ; +fun liguerVN : VN ; +fun limanderVN : VN ; +fun limerVN : VN ; +fun limiterVN : VN ; +fun limonerVN : VN ; +fun limousinerVN : VN ; +fun liquiderVN : VN ; +fun lisserVN : VN ; +fun listerVN : VN ; +fun livrerVN : VN ; +fun loberVN : VN ; +fun localiserVN : VN ; +fun locherVN : VN ; +fun lock_outerVN : VN ; +fun loferVN : VN ; +fun loquerVN : VN ; +fun lorgnerVN : VN ; +fun lotionnerVN : VN ; +fun loucherVN : VN ; +fun louerVN : VN ; +fun louferVN : VN ; +fun louperVN : VN ; +fun lourderVN : VN ; +fun lourerVN : VN ; +fun louverVN : VN ; +fun loverVN : VN ; +fun luncherVN : VN ; +fun lustrerVN : VN ; +fun luterVN : VN ; +fun lutinerVN : VN ; +fun lutterVN : VN ; +fun luxerVN : VN ; +fun lyncherVN : VN ; +fun lyophiliserVN : VN ; +fun lyserVN : VN ; +fun macadamiserVN : VN ; +fun mâcherVN : VN ; +fun machicoterVN : VN ; +fun machinerVN : VN ; +fun mâchonnerVN : VN ; +fun mâchouillerVN : VN ; +fun mâchurerVN : VN ; +fun maclerVN : VN ; +fun maçonnerVN : VN ; +fun macquerVN : VN ; +fun maculerVN : VN ; +fun madériserVN : VN ; +fun madrigaliserVN : VN ; +fun magasinerVN : VN ; +fun magnerVN : VN ; +fun magnétiserVN : VN ; +fun magnétoscoperVN : VN ; +fun magouillerVN : VN ; +fun maillerVN : VN ; +fun maîtriserVN : VN ; +fun majorerVN : VN ; +fun malaxerVN : VN ; +fun malléabiliserVN : VN ; +fun malterVN : VN ; +fun maltraiterVN : VN ; +fun mamelonnerVN : VN ; +fun manchonnerVN : VN ; +fun mandaterVN : VN ; +fun manderVN : VN ; +fun mangeotterVN : VN ; +fun manifesterVN : VN ; +fun manipulerVN : VN ; +fun mannequinerVN : VN ; +fun manoeuvrerVN : VN ; +fun manoquerVN : VN ; +fun manquerVN : VN ; +fun mansarderVN : VN ; +fun manucurerVN : VN ; +fun manufacturerVN : VN ; +fun manutentionnerVN : VN ; +fun maquerVN : VN ; +fun maquignonnerVN : VN ; +fun maquillerVN : VN ; +fun marauderVN : VN ; +fun marbrerVN : VN ; +fun marchanderVN : VN ; +fun marcherVN : VN ; +fun marcotterVN : VN ; +fun marginaliserVN : VN ; +fun marginerVN : VN ; +fun margoterVN : VN ; +fun margotterVN : VN ; +fun marinerVN : VN ; +fun marivauderVN : VN ; +fun marmiterVN : VN ; +fun marmonnerVN : VN ; +fun marmoriserVN : VN ; +fun marmotterVN : VN ; +fun marnerVN : VN ; +fun maronnerVN : VN ; +fun maroquinerVN : VN ; +fun marouflerVN : VN ; +fun marquerVN : VN ; +fun marrerVN : VN ; +fun marronnerVN : VN ; +fun martyriserVN : VN ; +fun marxiserVN : VN ; +fun masculiniserVN : VN ; +fun masquerVN : VN ; +fun massacrerVN : VN ; +fun masserVN : VN ; +fun massicoterVN : VN ; +fun mastiquerVN : VN ; +fun masturberVN : VN ; +fun matcherVN : VN ; +fun matelasserVN : VN ; +fun matérialiserVN : VN ; +fun maternerVN : VN ; +fun materniserVN : VN ; +fun materVN : VN ; +fun mâterVN : VN ; +fun mathématiserVN : VN ; +fun mâtinerVN : VN ; +fun matraquerVN : VN ; +fun matriculerVN : VN ; +fun maturerVN : VN ; +fun maximaliserVN : VN ; +fun maximiserVN : VN ; +fun mazouterVN : VN ; +fun mécaniserVN : VN ; +fun mécompterVN : VN ; +fun mécontenterVN : VN ; +fun médaillerVN : VN ; +fun médiatiserVN : VN ; +fun médicamenterVN : VN ; +fun médiserVN : VN ; +fun méditerVN : VN ; +fun méduserVN : VN ; +fun mégisserVN : VN ; +fun mégoterVN : VN ; +fun mêlerVN : VN ; +fun mémoriserVN : VN ; +fun mendigoterVN : VN ; +fun mensualiserVN : VN ; +fun mensurerVN : VN ; +fun mentionnerVN : VN ; +fun menuiserVN : VN ; +fun mépriserVN : VN ; +fun merceriserVN : VN ; +fun meringuerVN : VN ; +fun mériterVN : VN ; +fun mésestimerVN : VN ; +fun mesurerVN : VN ; +fun mésuserVN : VN ; +fun métalliserVN : VN ; +fun métamorphiserVN : VN ; +fun métamorphoserVN : VN ; +fun météoriserVN : VN ; +fun métisserVN : VN ; +fun meublerVN : VN ; +fun meuglerVN : VN ; +fun meulerVN : VN ; +fun miaulerVN : VN ; +fun mignarderVN : VN ; +fun mignoterVN : VN ; +fun migrerVN : VN ; +fun mijoterVN : VN ; +fun militariserVN : VN ; +fun militerVN : VN ; +fun millésimerVN : VN ; +fun mimerVN : VN ; +fun minauderVN : VN ; +fun minéraliserVN : VN ; +fun minerVN : VN ; +fun miniaturerVN : VN ; +fun miniaturiserVN : VN ; +fun minimiserVN : VN ; +fun minorerVN : VN ; +fun minuterVN : VN ; +fun mirerVN : VN ; +fun miroiterVN : VN ; +fun miserVN : VN ; +fun miterVN : VN ; +fun mithridatiserVN : VN ; +fun mitonnerVN : VN ; +fun mitraillerVN : VN ; +fun mixerVN : VN ; +fun mixtionnerVN : VN ; +fun mobiliserVN : VN ; +fun modéliserVN : VN ; +fun moderniserVN : VN ; +fun modulerVN : VN ; +fun moirerVN : VN ; +fun moiserVN : VN ; +fun moissonnerVN : VN ; +fun moiterVN : VN ; +fun molesterVN : VN ; +fun mollarderVN : VN ; +fun molletonnerVN : VN ; +fun monderVN : VN ; +fun mondialiserVN : VN ; +fun monétiserVN : VN ; +fun monologuerVN : VN ; +fun monopoliserVN : VN ; +fun monterVN : VN ; +fun montrerVN : VN ; +fun moquerVN : VN ; +fun moraliserVN : VN ; +fun mordillerVN : VN ; +fun mordorerVN : VN ; +fun morfilerVN : VN ; +fun morflerVN : VN ; +fun mortaiserVN : VN ; +fun motionnerVN : VN ; +fun motiverVN : VN ; +fun motoriserVN : VN ; +fun motterVN : VN ; +fun moucharderVN : VN ; +fun moucheronnerVN : VN ; +fun moucherVN : VN ; +fun mouetterVN : VN ; +fun moufterVN : VN ; +fun mouillerVN : VN ; +fun moulerVN : VN ; +fun moulinerVN : VN ; +fun moulurerVN : VN ; +fun mouronnerVN : VN ; +fun mousserVN : VN ; +fun moutonnerVN : VN ; +fun mouvementerVN : VN ; +fun mouverVN : VN ; +fun moyennerVN : VN ; +fun mucherVN : VN ; +fun muerVN : VN ; +fun muloterVN : VN ; +fun multiplexerVN : VN ; +fun municipaliserVN : VN ; +fun munitionnerVN : VN ; +fun muraillerVN : VN ; +fun murerVN : VN ; +fun murmurerVN : VN ; +fun musarderVN : VN ; +fun musclerVN : VN ; +fun muserVN : VN ; +fun musiquerVN : VN ; +fun musquerVN : VN ; +fun musserVN : VN ; +fun muterVN : VN ; +fun mutilerVN : VN ; +fun mutinerVN : VN ; +fun nacrerVN : VN ; +fun napperVN : VN ; +fun narguerVN : VN ; +fun narrerVN : VN ; +fun nasaliserVN : VN ; +fun nasillerVN : VN ; +fun nationaliserVN : VN ; +fun natterVN : VN ; +fun naturaliserVN : VN ; +fun naviguerVN : VN ; +fun navrerVN : VN ; +fun néantiserVN : VN ; +fun nécessiterVN : VN ; +fun nécroserVN : VN ; +fun neigeoterVN : VN ; +fun nervurerVN : VN ; +fun neutraliserVN : VN ; +fun niaiserVN : VN ; +fun nicherVN : VN ; +fun nicotiniserVN : VN ; +fun niellerVN : VN ; +fun nimberVN : VN ; +fun nipperVN : VN ; +fun nitraterVN : VN ; +fun nitrerVN : VN ; +fun nitrurerVN : VN ; +fun noliserVN : VN ; +fun nomadiserVN : VN ; +fun nombrerVN : VN ; +fun nominaliserVN : VN ; +fun nommerVN : VN ; +fun noperVN : VN ; +fun normaliserVN : VN ; +fun noterVN : VN ; +fun nouerVN : VN ; +fun nouerVN : VN ; +fun noverVN : VN ; +fun noyauterVN : VN ; +fun nuerVN : VN ; +fun numériserVN : VN ; +fun numéroterVN : VN ; +fun objecterVN : VN ; +fun objectiverVN : VN ; +fun objurguerVN : VN ; +fun obliquerVN : VN ; +fun obnubilerVN : VN ; +fun observerVN : VN ; +fun obstinerVN : VN ; +fun obstruerVN : VN ; +fun obturerVN : VN ; +fun occasionnerVN : VN ; +fun occidentaliserVN : VN ; +fun occulterVN : VN ; +fun occuperVN : VN ; +fun ocrerVN : VN ; +fun octuplerVN : VN ; +fun oeuvrerVN : VN ; +fun offenserVN : VN ; +fun officialiserVN : VN ; +fun offusquerVN : VN ; +fun ombrerVN : VN ; +fun ondulerVN : VN ; +fun opaliserVN : VN ; +fun opinerVN : VN ; +fun opiniâtrerVN : VN ; +fun opposerVN : VN ; +fun oppresserVN : VN ; +fun opprimerVN : VN ; +fun opterVN : VN ; +fun optimaliserVN : VN ; +fun optimiserVN : VN ; +fun orbiterVN : VN ; +fun orchestrerVN : VN ; +fun ordonnerVN : VN ; +fun organiserVN : VN ; +fun orienterVN : VN ; +fun oringuerVN : VN ; +fun ornementerVN : VN ; +fun ornerVN : VN ; +fun oscillerVN : VN ; +fun oserVN : VN ; +fun ostraciserVN : VN ; +fun ôterVN : VN ; +fun ouaterVN : VN ; +fun ouatinerVN : VN ; +fun ouillerVN : VN ; +fun ourlerVN : VN ; +fun outillerVN : VN ; +fun outrepasserVN : VN ; +fun outrerVN : VN ; +fun ouvrerVN : VN ; +fun ovaliserVN : VN ; +fun ovationnerVN : VN ; +fun oxyderVN : VN ; +fun ozoniserVN : VN ; +fun pacquerVN : VN ; +fun pactiserVN : VN ; +fun paganiserVN : VN ; +fun pageoterVN : VN ; +fun paginerVN : VN ; +fun pagnoterVN : VN ; +fun paillarderVN : VN ; +fun paillassonnerVN : VN ; +fun paillerVN : VN ; +fun paillonnerVN : VN ; +fun pajoterVN : VN ; +fun palabrerVN : VN ; +fun palancrerVN : VN ; +fun palangrerVN : VN ; +fun palanguerVN : VN ; +fun palanquerVN : VN ; +fun paletterVN : VN ; +fun palettiserVN : VN ; +fun palissaderVN : VN ; +fun palisserVN : VN ; +fun palissonnerVN : VN ; +fun palmerVN : VN ; +fun paloterVN : VN ; +fun palperVN : VN ; +fun palpiterVN : VN ; +fun pâmerVN : VN ; +fun panacherVN : VN ; +fun panerVN : VN ; +fun paniquerVN : VN ; +fun panneauterVN : VN ; +fun pannerVN : VN ; +fun panserVN : VN ; +fun pantouflerVN : VN ; +fun papillonnerVN : VN ; +fun papilloterVN : VN ; +fun papoterVN : VN ; +fun papouillerVN : VN ; +fun parachuterVN : VN ; +fun paraderVN : VN ; +fun paraferVN : VN ; +fun paraffinerVN : VN ; +fun paraisonnerVN : VN ; +fun paralléliserVN : VN ; +fun paralyserVN : VN ; +fun parangonnerVN : VN ; +fun parapherVN : VN ; +fun paraphraserVN : VN ; +fun parasiterVN : VN ; +fun parcellariserVN : VN ; +fun parcellerVN : VN ; +fun parcelliserVN : VN ; +fun parcheminerVN : VN ; +fun pardonnerVN : VN ; +fun parementerVN : VN ; +fun parerVN : VN ; +fun paresserVN : VN ; +fun parfilerVN : VN ; +fun parfumerVN : VN ; +fun parjurerVN : VN ; +fun parkériserVN : VN ; +fun parlementerVN : VN ; +fun parlerVN : VN ; +fun parloterVN : VN ; +fun parquerVN : VN ; +fun parrainerVN : VN ; +fun participerVN : VN ; +fun particulariserVN : VN ; +fun passementerVN : VN ; +fun passepoilerVN : VN ; +fun passerVN : VN ; +fun passionnerVN : VN ; +fun pastellerVN : VN ; +fun pasteuriserVN : VN ; +fun pasticherVN : VN ; +fun pastillerVN : VN ; +fun patafiolerVN : VN ; +fun patelinerVN : VN ; +fun patenterVN : VN ; +fun pâterVN : VN ; +fun patienterVN : VN ; +fun patinerVN : VN ; +fun pâtisserVN : VN ; +fun patoiserVN : VN ; +fun patouillerVN : VN ; +fun patronnerVN : VN ; +fun patrouillerVN : VN ; +fun patterVN : VN ; +fun pâturerVN : VN ; +fun paumerVN : VN ; +fun paupériserVN : VN ; +fun pauserVN : VN ; +fun pavanerVN : VN ; +fun paverVN : VN ; +fun pavoiserVN : VN ; +fun peaufinerVN : VN ; +fun peausserVN : VN ; +fun pécherVN : VN ; +fun pédalerVN : VN ; +fun peignerVN : VN ; +fun peinerVN : VN ; +fun peinturerVN : VN ; +fun peinturlurerVN : VN ; +fun peloterVN : VN ; +fun pelotonnerVN : VN ; +fun pelucherVN : VN ; +fun pénaliserVN : VN ; +fun pencherVN : VN ; +fun pendillerVN : VN ; +fun pendouillerVN : VN ; +fun penserVN : VN ; +fun pensionnerVN : VN ; +fun percherVN : VN ; +fun percuterVN : VN ; +fun pérégrinerVN : VN ; +fun pérenniserVN : VN ; +fun perfectionnerVN : VN ; +fun perforerVN : VN ; +fun péricliterVN : VN ; +fun périmerVN : VN ; +fun périphraserVN : VN ; +fun perlerVN : VN ; +fun permanenterVN : VN ; +fun perméabiliserVN : VN ; +fun permuterVN : VN ; +fun pérorerVN : VN ; +fun perpétuerVN : VN ; +fun perquisitionnerVN : VN ; +fun persécuterVN : VN ; +fun persiflerVN : VN ; +fun persillerVN : VN ; +fun persisterVN : VN ; +fun personnaliserVN : VN ; +fun persuaderVN : VN ; +fun perturberVN : VN ; +fun pesterVN : VN ; +fun pétaraderVN : VN ; +fun pétarderVN : VN ; +fun pétillerVN : VN ; +fun pétitionnerVN : VN ; +fun pétunerVN : VN ; +fun peuplerVN : VN ; +fun phagocyterVN : VN ; +fun philosopherVN : VN ; +fun phosphaterVN : VN ; +fun phosphorerVN : VN ; +fun phraserVN : VN ; +fun piafferVN : VN ; +fun piaillerVN : VN ; +fun pianoterVN : VN ; +fun piaulerVN : VN ; +fun picolerVN : VN ; +fun picorerVN : VN ; +fun picoterVN : VN ; +fun pierrerVN : VN ; +fun piétinerVN : VN ; +fun pieuterVN : VN ; +fun piferVN : VN ; +fun pifferVN : VN ; +fun pigeonnerVN : VN ; +fun pigmenterVN : VN ; +fun pignocherVN : VN ; +fun pilerVN : VN ; +fun pillerVN : VN ; +fun pilonnerVN : VN ; +fun piloterVN : VN ; +fun pimenterVN : VN ; +fun pinaillerVN : VN ; +fun pinterVN : VN ; +fun piocherVN : VN ; +fun pionnerVN : VN ; +fun piperVN : VN ; +fun pique_niquerVN : VN ; +fun piquerVN : VN ; +fun piraterVN : VN ; +fun pirouetterVN : VN ; +fun pisserVN : VN ; +fun pistacherVN : VN ; +fun pisterVN : VN ; +fun pistonnerVN : VN ; +fun pitonnerVN : VN ; +fun pivoterVN : VN ; +fun placarderVN : VN ; +fun plafonnerVN : VN ; +fun plaiderVN : VN ; +fun plainerVN : VN ; +fun plaisanterVN : VN ; +fun plancherVN : VN ; +fun planerVN : VN ; +fun planquerVN : VN ; +fun planterVN : VN ; +fun plaquerVN : VN ; +fun plastiquerVN : VN ; +fun plastronnerVN : VN ; +fun platinerVN : VN ; +fun platiniserVN : VN ; +fun plâtrerVN : VN ; +fun plébisciterVN : VN ; +fun pleurerVN : VN ; +fun pleurnicherVN : VN ; +fun pleuvasserVN : VN ; +fun pleuvinerVN : VN ; +fun pleuvoterVN : VN ; +fun plisserVN : VN ; +fun plomberVN : VN ; +fun ploquerVN : VN ; +fun plucherVN : VN ; +fun plumerVN : VN ; +fun pluvinerVN : VN ; +fun pocherVN : VN ; +fun poêlerVN : VN ; +fun poétiserVN : VN ; +fun poignarderVN : VN ; +fun poilerVN : VN ; +fun poinçonnerVN : VN ; +fun pointerVN : VN ; +fun pointillerVN : VN ; +fun poireauterVN : VN ; +fun poiroterVN : VN ; +fun poisserVN : VN ; +fun poivrerVN : VN ; +fun polariserVN : VN ; +fun polémiquerVN : VN ; +fun polissonnerVN : VN ; +fun politiquerVN : VN ; +fun politiserVN : VN ; +fun polluerVN : VN ; +fun polymériserVN : VN ; +fun pommaderVN : VN ; +fun pommerVN : VN ; +fun pomperVN : VN ; +fun pomponnerVN : VN ; +fun ponctionnerVN : VN ; +fun ponctuerVN : VN ; +fun ponterVN : VN ; +fun pontillerVN : VN ; +fun populariserVN : VN ; +fun poquerVN : VN ; +fun porphyriserVN : VN ; +fun porterVN : VN ; +fun portraiturerVN : VN ; +fun poserVN : VN ; +fun positionnerVN : VN ; +fun postdaterVN : VN ; +fun posterVN : VN ; +fun posticherVN : VN ; +fun postillonnerVN : VN ; +fun postposerVN : VN ; +fun postsynchroniserVN : VN ; +fun postulerVN : VN ; +fun potasserVN : VN ; +fun potinerVN : VN ; +fun poudrerVN : VN ; +fun poufferVN : VN ; +fun poulinerVN : VN ; +fun pouponnerVN : VN ; +fun pourchasserVN : VN ; +fun pourprerVN : VN ; +fun pousserVN : VN ; +fun pralinerVN : VN ; +fun pratiquerVN : VN ; +fun préaviserVN : VN ; +fun précautionnerVN : VN ; +fun prêcherVN : VN ; +fun précipiterVN : VN ; +fun préciserVN : VN ; +fun précompterVN : VN ; +fun préconiserVN : VN ; +fun prédestinerVN : VN ; +fun prédéterminerVN : VN ; +fun prédisposerVN : VN ; +fun prédominerVN : VN ; +fun préempterVN : VN ; +fun préexisterVN : VN ; +fun préfigurerVN : VN ; +fun préfixerVN : VN ; +fun préformerVN : VN ; +fun prélasserVN : VN ; +fun préluderVN : VN ; +fun préméditerVN : VN ; +fun prénommerVN : VN ; +fun préoccuperVN : VN ; +fun préparerVN : VN ; +fun préposerVN : VN ; +fun présenterVN : VN ; +fun préserverVN : VN ; +fun présiderVN : VN ; +fun presserVN : VN ; +fun pressurerVN : VN ; +fun pressuriserVN : VN ; +fun présumerVN : VN ; +fun présupposerVN : VN ; +fun présurerVN : VN ; +fun prêterVN : VN ; +fun prétexterVN : VN ; +fun prévariquerVN : VN ; +fun primariserVN : VN ; +fun primerVN : VN ; +fun priserVN : VN ; +fun privatiserVN : VN ; +fun priverVN : VN ; +fun processionnerVN : VN ; +fun proclamerVN : VN ; +fun procurerVN : VN ; +fun prodiguerVN : VN ; +fun profanerVN : VN ; +fun professerVN : VN ; +fun profilerVN : VN ; +fun profiterVN : VN ; +fun programmerVN : VN ; +fun progresserVN : VN ; +fun prohiberVN : VN ; +fun prolétariserVN : VN ; +fun promulguerVN : VN ; +fun prônerVN : VN ; +fun pronostiquerVN : VN ; +fun prophétiserVN : VN ; +fun proportionnerVN : VN ; +fun proposerVN : VN ; +fun propulserVN : VN ; +fun prospecterVN : VN ; +fun prosternerVN : VN ; +fun prostituerVN : VN ; +fun protesterVN : VN ; +fun prouverVN : VN ; +fun proverbialiserVN : VN ; +fun provignerVN : VN ; +fun provoquerVN : VN ; +fun psychanalyserVN : VN ; +fun psychiatriserVN : VN ; +fun puerVN : VN ; +fun puiserVN : VN ; +fun pullulerVN : VN ; +fun pulserVN : VN ; +fun pulvériserVN : VN ; +fun pyramiderVN : VN ; +fun pyrograverVN : VN ; +fun quadrillerVN : VN ; +fun quadruplerVN : VN ; +fun quarrerVN : VN ; +fun quarterVN : VN ; +fun quémanderVN : VN ; +fun querellerVN : VN ; +fun questionnerVN : VN ; +fun quêterVN : VN ; +fun queuterVN : VN ; +fun quintuplerVN : VN ; +fun quitterVN : VN ; +fun quotterVN : VN ; +fun rabâcherVN : VN ; +fun rabaisserVN : VN ; +fun rabanterVN : VN ; +fun rabibocherVN : VN ; +fun rabioterVN : VN ; +fun râblerVN : VN ; +fun raboterVN : VN ; +fun rabouterVN : VN ; +fun rabrouerVN : VN ; +fun raccommoderVN : VN ; +fun raccompagnerVN : VN ; +fun raccorderVN : VN ; +fun raccoutrerVN : VN ; +fun raccoutumerVN : VN ; +fun raccrocherVN : VN ; +fun racinerVN : VN ; +fun raclerVN : VN ; +fun racolerVN : VN ; +fun raconterVN : VN ; +fun raderVN : VN ; +fun radicaliserVN : VN ; +fun radinerVN : VN ; +fun radiobaliserVN : VN ; +fun radiodiffuserVN : VN ; +fun radioguiderVN : VN ; +fun radioscoperVN : VN ; +fun radoterVN : VN ; +fun radouberVN : VN ; +fun raffinerVN : VN ; +fun raffolerVN : VN ; +fun raffûterVN : VN ; +fun rafistolerVN : VN ; +fun raflerVN : VN ; +fun ragoterVN : VN ; +fun ragoûterVN : VN ; +fun ragraferVN : VN ; +fun raguerVN : VN ; +fun raillerVN : VN ; +fun rainerVN : VN ; +fun rainurerVN : VN ; +fun raisonnerVN : VN ; +fun rajouterVN : VN ; +fun rajusterVN : VN ; +fun râlerVN : VN ; +fun ralinguerVN : VN ; +fun rallumerVN : VN ; +fun ramaillerVN : VN ; +fun ramanderVN : VN ; +fun ramarrerVN : VN ; +fun ramasserVN : VN ; +fun ramastiquerVN : VN ; +fun ramenderVN : VN ; +fun ramerVN : VN ; +fun rameuterVN : VN ; +fun ramonerVN : VN ; +fun ramperVN : VN ; +fun rancarderVN : VN ; +fun rançonnerVN : VN ; +fun randonnerVN : VN ; +fun ranimerVN : VN ; +fun rapapilloterVN : VN ; +fun râperVN : VN ; +fun rapetasserVN : VN ; +fun rapetisserVN : VN ; +fun rapinerVN : VN ; +fun rappareillerVN : VN ; +fun rappliquerVN : VN ; +fun rapporterVN : VN ; +fun rapprocherVN : VN ; +fun rapprovisionnerVN : VN ; +fun raquerVN : VN ; +fun rassemblerVN : VN ; +fun rassurerVN : VN ; +fun ratatinerVN : VN ; +fun raterVN : VN ; +fun ratiboiserVN : VN ; +fun ratinerVN : VN ; +fun ratiocinerVN : VN ; +fun rationaliserVN : VN ; +fun rationnerVN : VN ; +fun ratisserVN : VN ; +fun rattacherVN : VN ; +fun rattraperVN : VN ; +fun raturerVN : VN ; +fun raugmenterVN : VN ; +fun ravalerVN : VN ; +fun ravauderVN : VN ; +fun ravigoterVN : VN ; +fun ravinerVN : VN ; +fun raviserVN : VN ; +fun ravitaillerVN : VN ; +fun raviverVN : VN ; +fun rayonnerVN : VN ; +fun réabonnerVN : VN ; +fun réabsorberVN : VN ; +fun réaccoutumerVN : VN ; +fun réactiverVN : VN ; +fun réadapterVN : VN ; +fun réaffirmerVN : VN ; +fun réaffûterVN : VN ; +fun réajusterVN : VN ; +fun réaliserVN : VN ; +fun réanimerVN : VN ; +fun réapprovisionnerVN : VN ; +fun réargenterVN : VN ; +fun réarmerVN : VN ; +fun réassignerVN : VN ; +fun réassurerVN : VN ; +fun rebaisserVN : VN ; +fun rebanderVN : VN ; +fun rebaptiserVN : VN ; +fun rebellerVN : VN ; +fun rebifferVN : VN ; +fun rebiquerVN : VN ; +fun reboiserVN : VN ; +fun reborderVN : VN ; +fun reboucherVN : VN ; +fun rebouterVN : VN ; +fun rebroderVN : VN ; +fun rebrousserVN : VN ; +fun rebuterVN : VN ; +fun recalerVN : VN ; +fun récapitulerVN : VN ; +fun recarderVN : VN ; +fun recaserVN : VN ; +fun recenserVN : VN ; +fun réceptionnerVN : VN ; +fun recerclerVN : VN ; +fun rechanterVN : VN ; +fun rechaperVN : VN ; +fun réchapperVN : VN ; +fun rechasserVN : VN ; +fun réchaufferVN : VN ; +fun rechausserVN : VN ; +fun rechercherVN : VN ; +fun rechignerVN : VN ; +fun rechristianiserVN : VN ; +fun rechuterVN : VN ; +fun récidiverVN : VN ; +fun réciterVN : VN ; +fun réclamerVN : VN ; +fun reclasserVN : VN ; +fun réclinerVN : VN ; +fun reclouerVN : VN ; +fun recoifferVN : VN ; +fun récolerVN : VN ; +fun recollerVN : VN ; +fun recolorerVN : VN ; +fun récolterVN : VN ; +fun recommanderVN : VN ; +fun récompenserVN : VN ; +fun recomposerVN : VN ; +fun recompterVN : VN ; +fun recondamnerVN : VN ; +fun réconforterVN : VN ; +fun reconnecterVN : VN ; +fun reconsoliderVN : VN ; +fun reconstituerVN : VN ; +fun recoquillerVN : VN ; +fun recorderVN : VN ; +fun recoucherVN : VN ; +fun recouperVN : VN ; +fun recourberVN : VN ; +fun recouvrerVN : VN ; +fun recracherVN : VN ; +fun recreuserVN : VN ; +fun récriminerVN : VN ; +fun recroiserVN : VN ; +fun recroquevillerVN : VN ; +fun recruterVN : VN ; +fun reculerVN : VN ; +fun récurerVN : VN ; +fun récuserVN : VN ; +fun recyclerVN : VN ; +fun redemanderVN : VN ; +fun rédimerVN : VN ; +fun rediscuterVN : VN ; +fun redistribuerVN : VN ; +fun redonderVN : VN ; +fun redonnerVN : VN ; +fun redorerVN : VN ; +fun redoublerVN : VN ; +fun redouterVN : VN ; +fun redresserVN : VN ; +fun rééditerVN : VN ; +fun rééduquerVN : VN ; +fun réembaucherVN : VN ; +fun rééquilibrerVN : VN ; +fun réescompterVN : VN ; +fun réévaluerVN : VN ; +fun réexaminerVN : VN ; +fun réexporterVN : VN ; +fun refaçonnerVN : VN ; +fun refermerVN : VN ; +fun refilerVN : VN ; +fun refluerVN : VN ; +fun reformerVN : VN ; +fun réformerVN : VN ; +fun reformulerVN : VN ; +fun refouillerVN : VN ; +fun refoulerVN : VN ; +fun refourrerVN : VN ; +fun réfracterVN : VN ; +fun refuserVN : VN ; +fun réfuterVN : VN ; +fun regagnerVN : VN ; +fun régalerVN : VN ; +fun regarderVN : VN ; +fun regazonnerVN : VN ; +fun régenterVN : VN ; +fun regimberVN : VN ; +fun régionaliserVN : VN ; +fun réglementerVN : VN ; +fun regonflerVN : VN ; +fun regratterVN : VN ; +fun regrefferVN : VN ; +fun régresserVN : VN ; +fun regretterVN : VN ; +fun regrimperVN : VN ; +fun regrouperVN : VN ; +fun régulariserVN : VN ; +fun régurgiterVN : VN ; +fun réhabiliterVN : VN ; +fun réhabituerVN : VN ; +fun rehausserVN : VN ; +fun réimperméabiliserVN : VN ; +fun réimplanterVN : VN ; +fun réimporterVN : VN ; +fun réimposerVN : VN ; +fun réimprimerVN : VN ; +fun réincarnerVN : VN ; +fun réincorporerVN : VN ; +fun réinfecterVN : VN ; +fun réinstallerVN : VN ; +fun réinventerVN : VN ; +fun réinviterVN : VN ; +fun rejouerVN : VN ; +fun relâcherVN : VN ; +fun relaisserVN : VN ; +fun relaterVN : VN ; +fun relaverVN : VN ; +fun relaxerVN : VN ; +fun relouerVN : VN ; +fun reluquerVN : VN ; +fun remâcherVN : VN ; +fun remaillerVN : VN ; +fun remaquillerVN : VN ; +fun remarquerVN : VN ; +fun remastiquerVN : VN ; +fun remballerVN : VN ; +fun rembarquerVN : VN ; +fun rembarrerVN : VN ; +fun rembinerVN : VN ; +fun remblaverVN : VN ; +fun remboîterVN : VN ; +fun rembourrerVN : VN ; +fun rembourserVN : VN ; +fun rembucherVN : VN ; +fun remembrerVN : VN ; +fun remémorerVN : VN ; +fun remeublerVN : VN ; +fun remiserVN : VN ; +fun remmaillerVN : VN ; +fun remmailloterVN : VN ; +fun remmancherVN : VN ; +fun remonterVN : VN ; +fun remontrerVN : VN ; +fun remorquerVN : VN ; +fun remoucherVN : VN ; +fun remouillerVN : VN ; +fun rempaillerVN : VN ; +fun remparerVN : VN ; +fun rempilerVN : VN ; +fun remplumerVN : VN ; +fun rempocherVN : VN ; +fun rempoissonnerVN : VN ; +fun remporterVN : VN ; +fun rempoterVN : VN ; +fun remprunterVN : VN ; +fun remuerVN : VN ; +fun renâclerVN : VN ; +fun renarderVN : VN ; +fun renauderVN : VN ; +fun rencaisserVN : VN ; +fun rencarderVN : VN ; +fun renchaînerVN : VN ; +fun rencognerVN : VN ; +fun rencontrerVN : VN ; +fun rendosserVN : VN ; +fun renfaîterVN : VN ; +fun renfermerVN : VN ; +fun renfilerVN : VN ; +fun renflammerVN : VN ; +fun renflerVN : VN ; +fun renflouerVN : VN ; +fun renfrognerVN : VN ; +fun rengainerVN : VN ; +fun reniflerVN : VN ; +fun renommerVN : VN ; +fun renouerVN : VN ; +fun rénoverVN : VN ; +fun renquillerVN : VN ; +fun renseignerVN : VN ; +fun rentabiliserVN : VN ; +fun rentamerVN : VN ; +fun renterVN : VN ; +fun rentoilerVN : VN ; +fun rentrerVN : VN ; +fun renvelopperVN : VN ; +fun renvenimerVN : VN ; +fun renverserVN : VN ; +fun renviderVN : VN ; +fun réoccuperVN : VN ; +fun réorchestrerVN : VN ; +fun réordonnerVN : VN ; +fun réorganiserVN : VN ; +fun réorienterVN : VN ; +fun repairerVN : VN ; +fun réparerVN : VN ; +fun reparlerVN : VN ; +fun repasserVN : VN ; +fun repatinerVN : VN ; +fun repaverVN : VN ; +fun repêcherVN : VN ; +fun repeignerVN : VN ; +fun repenserVN : VN ; +fun répercuterVN : VN ; +fun repeuplerVN : VN ; +fun repiquerVN : VN ; +fun replanterVN : VN ; +fun replâtrerVN : VN ; +fun répliquerVN : VN ; +fun replisserVN : VN ; +fun reporterVN : VN ; +fun reposerVN : VN ; +fun repousserVN : VN ; +fun représenterVN : VN ; +fun réprimanderVN : VN ; +fun réprimerVN : VN ; +fun repriserVN : VN ; +fun reprocherVN : VN ; +fun reprouverVN : VN ; +fun réprouverVN : VN ; +fun républicaniserVN : VN ; +fun répugnerVN : VN ; +fun réputerVN : VN ; +fun requinquerVN : VN ; +fun réquisitionnerVN : VN ; +fun resalerVN : VN ; +fun resaluerVN : VN ; +fun réserverVN : VN ; +fun résiderVN : VN ; +fun résignerVN : VN ; +fun résinerVN : VN ; +fun résisterVN : VN ; +fun résonnerVN : VN ; +fun résorberVN : VN ; +fun respecterVN : VN ; +fun respirerVN : VN ; +fun resquillerVN : VN ; +fun ressaignerVN : VN ; +fun ressasserVN : VN ; +fun ressauterVN : VN ; +fun ressemblerVN : VN ; +fun resserrerVN : VN ; +fun ressouderVN : VN ; +fun ressuerVN : VN ; +fun ressusciterVN : VN ; +fun restaurerVN : VN ; +fun resterVN : VN ; +fun restituerVN : VN ; +fun restructurerVN : VN ; +fun résumerVN : VN ; +fun retaillerVN : VN ; +fun rétamerVN : VN ; +fun retaperVN : VN ; +fun retapisserVN : VN ; +fun retarderVN : VN ; +fun retâterVN : VN ; +fun retenterVN : VN ; +fun reterserVN : VN ; +fun retirerVN : VN ; +fun retisserVN : VN ; +fun retomberVN : VN ; +fun rétorquerVN : VN ; +fun retoucherVN : VN ; +fun retournerVN : VN ; +fun rétracterVN : VN ; +fun retrancherVN : VN ; +fun retravaillerVN : VN ; +fun retraverserVN : VN ; +fun retremperVN : VN ; +fun rétribuerVN : VN ; +fun rétrograderVN : VN ; +fun retrousserVN : VN ; +fun retrouverVN : VN ; +fun revaccinerVN : VN ; +fun revaloriserVN : VN ; +fun revancherVN : VN ; +fun rêvasserVN : VN ; +fun réveillerVN : VN ; +fun réveillonnerVN : VN ; +fun revendiquerVN : VN ; +fun reverserVN : VN ; +fun rêverVN : VN ; +fun revigorerVN : VN ; +fun revirerVN : VN ; +fun réviserVN : VN ; +fun revisserVN : VN ; +fun revitaliserVN : VN ; +fun révolterVN : VN ; +fun révolutionnerVN : VN ; +fun révolvériserVN : VN ; +fun révoquerVN : VN ; +fun revoterVN : VN ; +fun révulserVN : VN ; +fun rhabillerVN : VN ; +fun rhumerVN : VN ; +fun riblerVN : VN ; +fun riboulerVN : VN ; +fun ricanerVN : VN ; +fun ricocherVN : VN ; +fun riderVN : VN ; +fun ridiculiserVN : VN ; +fun riffauderVN : VN ; +fun riflerVN : VN ; +fun rigolerVN : VN ; +fun rimaillerVN : VN ; +fun rimerVN : VN ; +fun ringarderVN : VN ; +fun ripaillerVN : VN ; +fun riperVN : VN ; +fun ripolinerVN : VN ; +fun riposterVN : VN ; +fun risquerVN : VN ; +fun rissolerVN : VN ; +fun ristournerVN : VN ; +fun rivaliserVN : VN ; +fun riverVN : VN ; +fun roberVN : VN ; +fun robotiserVN : VN ; +fun rocquerVN : VN ; +fun roderVN : VN ; +fun rôderVN : VN ; +fun rognerVN : VN ; +fun rognonnerVN : VN ; +fun romaniserVN : VN ; +fun ronchonnerVN : VN ; +fun ronflaguerVN : VN ; +fun ronflerVN : VN ; +fun ronronnerVN : VN ; +fun ronsardiserVN : VN ; +fun roquerVN : VN ; +fun roserVN : VN ; +fun rosserVN : VN ; +fun roterVN : VN ; +fun roucoulerVN : VN ; +fun rouerVN : VN ; +fun rouillerVN : VN ; +fun roulerVN : VN ; +fun roulotterVN : VN ; +fun roupillerVN : VN ; +fun rouscaillerVN : VN ; +fun routerVN : VN ; +fun rubanerVN : VN ; +fun rucherVN : VN ; +fun rudenterVN : VN ; +fun ruerVN : VN ; +fun ruilerVN : VN ; +fun ruinerVN : VN ; +fun ruminerVN : VN ; +fun rupinerVN : VN ; +fun ruserVN : VN ; +fun rustiquerVN : VN ; +fun rutilerVN : VN ; +fun rythmerVN : VN ; +fun sablerVN : VN ; +fun sablonnerVN : VN ; +fun saborderVN : VN ; +fun saboterVN : VN ; +fun saboulerVN : VN ; +fun sabrerVN : VN ; +fun sacagnerVN : VN ; +fun saccaderVN : VN ; +fun sacquerVN : VN ; +fun sacraliserVN : VN ; +fun sacrerVN : VN ; +fun safranerVN : VN ; +fun saignerVN : VN ; +fun saisonnerVN : VN ; +fun salarierVN : VN ; +fun salerVN : VN ; +fun saliverVN : VN ; +fun saloperVN : VN ; +fun salpêtrerVN : VN ; +fun saluerVN : VN ; +fun sanctionnerVN : VN ; +fun sandwicherVN : VN ; +fun sanglerVN : VN ; +fun sangloterVN : VN ; +fun santonnerVN : VN ; +fun saoulerVN : VN ; +fun saperVN : VN ; +fun saquerVN : VN ; +fun sarclerVN : VN ; +fun sasserVN : VN ; +fun satanerVN : VN ; +fun satelliserVN : VN ; +fun satinerVN : VN ; +fun satiriserVN : VN ; +fun satonnerVN : VN ; +fun saturerVN : VN ; +fun saumurerVN : VN ; +fun saunerVN : VN ; +fun saupoudrerVN : VN ; +fun saurerVN : VN ; +fun sauterVN : VN ; +fun sautillerVN : VN ; +fun sauvegarderVN : VN ; +fun sauverVN : VN ; +fun savonnerVN : VN ; +fun savourerVN : VN ; +fun scalperVN : VN ; +fun scandaliserVN : VN ; +fun scanderVN : VN ; +fun scellerVN : VN ; +fun schématiserVN : VN ; +fun schlitterVN : VN ; +fun scinderVN : VN ; +fun scintillerVN : VN ; +fun sciotterVN : VN ; +fun scissionnerVN : VN ; +fun scléroserVN : VN ; +fun scolariserVN : VN ; +fun scotcherVN : VN ; +fun scratcherVN : VN ; +fun scribouillerVN : VN ; +fun scruterVN : VN ; +fun sculpterVN : VN ; +fun seconderVN : VN ; +fun secouerVN : VN ; +fun sectionnerVN : VN ; +fun séculariserVN : VN ; +fun sédentariserVN : VN ; +fun segmenterVN : VN ; +fun séjournerVN : VN ; +fun sélectionnerVN : VN ; +fun sellerVN : VN ; +fun semblerVN : VN ; +fun sensibiliserVN : VN ; +fun séparerVN : VN ; +fun septuplerVN : VN ; +fun séquestrerVN : VN ; +fun sérialiserVN : VN ; +fun serinerVN : VN ; +fun seringuerVN : VN ; +fun sermonnerVN : VN ; +fun serpenterVN : VN ; +fun serrerVN : VN ; +fun sevrerVN : VN ; +fun sextuplerVN : VN ; +fun sexualiserVN : VN ; +fun shampooingnerVN : VN ; +fun shampouinerVN : VN ; +fun shooterVN : VN ; +fun shunterVN : VN ; +fun sifflerVN : VN ; +fun siffloterVN : VN ; +fun signalerVN : VN ; +fun signaliserVN : VN ; +fun signerVN : VN ; +fun silhouetterVN : VN ; +fun silicatiserVN : VN ; +fun siliconerVN : VN ; +fun sillonnerVN : VN ; +fun similiserVN : VN ; +fun simulerVN : VN ; +fun singulariserVN : VN ; +fun siniserVN : VN ; +fun siphonnerVN : VN ; +fun siroterVN : VN ; +fun situerVN : VN ; +fun slalomerVN : VN ; +fun slaviserVN : VN ; +fun smasherVN : VN ; +fun smillerVN : VN ; +fun snoberVN : VN ; +fun socialiserVN : VN ; +fun socratiserVN : VN ; +fun sodomiserVN : VN ; +fun soignerVN : VN ; +fun solariserVN : VN ; +fun solderVN : VN ; +fun solenniserVN : VN ; +fun solidariserVN : VN ; +fun solifluerVN : VN ; +fun soliloquerVN : VN ; +fun solliciterVN : VN ; +fun solmiserVN : VN ; +fun solubiliserVN : VN ; +fun solutionnerVN : VN ; +fun somatiserVN : VN ; +fun sombrerVN : VN ; +fun sommeillerVN : VN ; +fun sommerVN : VN ; +fun somnolerVN : VN ; +fun sonderVN : VN ; +fun sonnaillerVN : VN ; +fun sonnerVN : VN ; +fun sonoriserVN : VN ; +fun sophistiquerVN : VN ; +fun sorguerVN : VN ; +fun soubresauterVN : VN ; +fun souderVN : VN ; +fun soufflerVN : VN ; +fun soufrerVN : VN ; +fun souhaiterVN : VN ; +fun souillerVN : VN ; +fun soûlerVN : VN ; +fun soulignerVN : VN ; +fun soumissionnerVN : VN ; +fun soupçonnerVN : VN ; +fun souperVN : VN ; +fun soupirerVN : VN ; +fun souquerVN : VN ; +fun sourcillerVN : VN ; +fun sourdinerVN : VN ; +fun sous_alimenterVN : VN ; +fun sous_estimerVN : VN ; +fun sous_évaluerVN : VN ; +fun sous_exposerVN : VN ; +fun sous_louerVN : VN ; +fun sous_titrerVN : VN ; +fun sous_traiterVN : VN ; +fun soutacherVN : VN ; +fun soutirerVN : VN ; +fun spatialiserVN : VN ; +fun spécialiserVN : VN ; +fun spéculerVN : VN ; +fun spiritualiserVN : VN ; +fun spitterVN : VN ; +fun splitterVN : VN ; +fun sporulerVN : VN ; +fun sprinterVN : VN ; +fun squatterVN : VN ; +fun stabiliserVN : VN ; +fun stafferVN : VN ; +fun stagnerVN : VN ; +fun staliniserVN : VN ; +fun standardiserVN : VN ; +fun stationnerVN : VN ; +fun statuerVN : VN ; +fun sténotyperVN : VN ; +fun stéréotyperVN : VN ; +fun stériliserVN : VN ; +fun stigmatiserVN : VN ; +fun stimulerVN : VN ; +fun stipulerVN : VN ; +fun stockerVN : VN ; +fun stopperVN : VN ; +fun strangulerVN : VN ; +fun stridulerVN : VN ; +fun stripperVN : VN ; +fun striquerVN : VN ; +fun structurerVN : VN ; +fun stuquerVN : VN ; +fun stylerVN : VN ; +fun styliserVN : VN ; +fun subdiviserVN : VN ; +fun subjuguerVN : VN ; +fun sublimerVN : VN ; +fun subodorerVN : VN ; +fun subordonnerVN : VN ; +fun subornerVN : VN ; +fun subsisterVN : VN ; +fun substantiverVN : VN ; +fun substituerVN : VN ; +fun subtiliserVN : VN ; +fun subventionnerVN : VN ; +fun succomberVN : VN ; +fun suçoterVN : VN ; +fun sucrerVN : VN ; +fun suerVN : VN ; +fun suffixerVN : VN ; +fun suffoquerVN : VN ; +fun suggestionnerVN : VN ; +fun suiciderVN : VN ; +fun suiferVN : VN ; +fun suifferVN : VN ; +fun suinterVN : VN ; +fun sulfaterVN : VN ; +fun sulfiterVN : VN ; +fun sulfonerVN : VN ; +fun sulfurerVN : VN ; +fun superposerVN : VN ; +fun superviserVN : VN ; +fun supplanterVN : VN ; +fun supplémenterVN : VN ; +fun supporterVN : VN ; +fun supposerVN : VN ; +fun supprimerVN : VN ; +fun suppurerVN : VN ; +fun supputerVN : VN ; +fun surabonderVN : VN ; +fun surajouterVN : VN ; +fun suralimenterVN : VN ; +fun surbaisserVN : VN ; +fun surchaufferVN : VN ; +fun surclasserVN : VN ; +fun surcomprimerVN : VN ; +fun surcontrerVN : VN ; +fun surcouperVN : VN ; +fun surdorerVN : VN ; +fun surentraînerVN : VN ; +fun suréquiperVN : VN ; +fun surestimerVN : VN ; +fun surévaluerVN : VN ; +fun surexciterVN : VN ; +fun surexposerVN : VN ; +fun surferVN : VN ; +fun surfilerVN : VN ; +fun surgeonnerVN : VN ; +fun surhausserVN : VN ; +fun surimposerVN : VN ; +fun surinerVN : VN ; +fun surjalerVN : VN ; +fun surmonterVN : VN ; +fun surmoulerVN : VN ; +fun surnommerVN : VN ; +fun suroxyderVN : VN ; +fun surpasserVN : VN ; +fun surplomberVN : VN ; +fun sursaturerVN : VN ; +fun sursauterVN : VN ; +fun surtaxerVN : VN ; +fun surveillerVN : VN ; +fun survolerVN : VN ; +fun survolterVN : VN ; +fun susciterVN : VN ; +fun suspecterVN : VN ; +fun sustenterVN : VN ; +fun susurrerVN : VN ; +fun suturerVN : VN ; +fun swinguerVN : VN ; +fun syllaberVN : VN ; +fun symboliserVN : VN ; +fun symétriserVN : VN ; +fun sympathiserVN : VN ; +fun synchroniserVN : VN ; +fun syncoperVN : VN ; +fun syncristalliserVN : VN ; +fun syndicaliserVN : VN ; +fun syndiquerVN : VN ; +fun synthétiserVN : VN ; +fun syntoniserVN : VN ; +fun systématiserVN : VN ; +fun tabasserVN : VN ; +fun tablerVN : VN ; +fun tabulerVN : VN ; +fun tacherVN : VN ; +fun tâcherVN : VN ; +fun tailladerVN : VN ; +fun taillerVN : VN ; +fun talerVN : VN ; +fun tallerVN : VN ; +fun talocherVN : VN ; +fun talonnerVN : VN ; +fun talquerVN : VN ; +fun tambourinerVN : VN ; +fun tamiserVN : VN ; +fun tamponnerVN : VN ; +fun tanguerVN : VN ; +fun taniserVN : VN ; +fun tannerVN : VN ; +fun tanniserVN : VN ; +fun taperVN : VN ; +fun tapisserVN : VN ; +fun taponnerVN : VN ; +fun tapoterVN : VN ; +fun taquerVN : VN ; +fun taquinerVN : VN ; +fun tarabiscoterVN : VN ; +fun tarabusterVN : VN ; +fun tarauderVN : VN ; +fun tarderVN : VN ; +fun tarerVN : VN ; +fun targuerVN : VN ; +fun tariferVN : VN ; +fun tartinerVN : VN ; +fun tasserVN : VN ; +fun tâterVN : VN ; +fun tatillonnerVN : VN ; +fun tâtonnerVN : VN ; +fun tatouerVN : VN ; +fun tavellerVN : VN ; +fun taxerVN : VN ; +fun techniciserVN : VN ; +fun techniserVN : VN ; +fun technocratiserVN : VN ; +fun teillerVN : VN ; +fun teinterVN : VN ; +fun télécommanderVN : VN ; +fun téléguiderVN : VN ; +fun téléphonerVN : VN ; +fun télescoperVN : VN ; +fun téléviserVN : VN ; +fun témoignerVN : VN ; +fun tempêterVN : VN ; +fun temporiserVN : VN ; +fun tenaillerVN : VN ; +fun tenonnerVN : VN ; +fun ténoriserVN : VN ; +fun tenterVN : VN ; +fun tergiverserVN : VN ; +fun terminerVN : VN ; +fun terrasserVN : VN ; +fun terreauterVN : VN ; +fun terrerVN : VN ; +fun terroriserVN : VN ; +fun terserVN : VN ; +fun testerVN : VN ; +fun tétaniserVN : VN ; +fun texturerVN : VN ; +fun texturiserVN : VN ; +fun théâtraliserVN : VN ; +fun thématiserVN : VN ; +fun théoriserVN : VN ; +fun thésauriserVN : VN ; +fun tictaquerVN : VN ; +fun tigrerVN : VN ; +fun tillerVN : VN ; +fun timbrerVN : VN ; +fun tinterVN : VN ; +fun tintinnabulerVN : VN ; +fun tiquerVN : VN ; +fun tiraillerVN : VN ; +fun tire_bouchonnerVN : VN ; +fun tirebouchonnerVN : VN ; +fun tirerVN : VN ; +fun tiserVN : VN ; +fun tisonnerVN : VN ; +fun tisserVN : VN ; +fun titillerVN : VN ; +fun titrerVN : VN ; +fun tituberVN : VN ; +fun titulariserVN : VN ; +fun toasterVN : VN ; +fun toilerVN : VN ; +fun toiletterVN : VN ; +fun toiserVN : VN ; +fun tomberVN : VN ; +fun tomerVN : VN ; +fun tonitruerVN : VN ; +fun tonnerVN : VN ; +fun tonsurerVN : VN ; +fun tontinerVN : VN ; +fun toperVN : VN ; +fun topicaliserVN : VN ; +fun toquerVN : VN ; +fun torcherVN : VN ; +fun torchonnerVN : VN ; +fun toronnerVN : VN ; +fun torpillerVN : VN ; +fun torsaderVN : VN ; +fun tortillerVN : VN ; +fun tortorerVN : VN ; +fun torturerVN : VN ; +fun totaliserVN : VN ; +fun toucherVN : VN ; +fun touerVN : VN ; +fun touillerVN : VN ; +fun toupillerVN : VN ; +fun toupinerVN : VN ; +fun tourberVN : VN ; +fun tourbillonnerVN : VN ; +fun tourillonnerVN : VN ; +fun tourmenterVN : VN ; +fun tournaillerVN : VN ; +fun tournasserVN : VN ; +fun tourneboulerVN : VN ; +fun tournerVN : VN ; +fun tournicoterVN : VN ; +fun tournillerVN : VN ; +fun tourniquerVN : VN ; +fun toussaillerVN : VN ; +fun tousserVN : VN ; +fun toussoterVN : VN ; +fun traboulerVN : VN ; +fun tracanerVN : VN ; +fun tracasserVN : VN ; +fun tracterVN : VN ; +fun trafiquerVN : VN ; +fun traînaillerVN : VN ; +fun traînasserVN : VN ; +fun traînerVN : VN ; +fun traiterVN : VN ; +fun tramerVN : VN ; +fun tranchefilerVN : VN ; +fun trancherVN : VN ; +fun tranquilliserVN : VN ; +fun transbahuterVN : VN ; +fun transborderVN : VN ; +fun transcenderVN : VN ; +fun transcoderVN : VN ; +fun transfigurerVN : VN ; +fun transfilerVN : VN ; +fun transformerVN : VN ; +fun transfuserVN : VN ; +fun transgresserVN : VN ; +fun transhumerVN : VN ; +fun transistoriserVN : VN ; +fun transiterVN : VN ; +fun translaterVN : VN ; +fun transmigrerVN : VN ; +fun transmuerVN : VN ; +fun transmuterVN : VN ; +fun transpirerVN : VN ; +fun transplanterVN : VN ; +fun transporterVN : VN ; +fun transposerVN : VN ; +fun transsuderVN : VN ; +fun transvaserVN : VN ; +fun transviderVN : VN ; +fun traquerVN : VN ; +fun traumatiserVN : VN ; +fun travaillerVN : VN ; +fun traverserVN : VN ; +fun trébucherVN : VN ; +fun tréfilerVN : VN ; +fun treillisserVN : VN ; +fun trématerVN : VN ; +fun tremblerVN : VN ; +fun trembloterVN : VN ; +fun trémousserVN : VN ; +fun tremperVN : VN ; +fun trémulerVN : VN ; +fun trépanerVN : VN ; +fun trépasserVN : VN ; +fun trépiderVN : VN ; +fun trépignerVN : VN ; +fun tressauterVN : VN ; +fun tresserVN : VN ; +fun treuillerVN : VN ; +fun trévirerVN : VN ; +fun triangulerVN : VN ; +fun triballerVN : VN ; +fun tricherVN : VN ; +fun tricoterVN : VN ; +fun trifouillerVN : VN ; +fun trillerVN : VN ; +fun trimarderVN : VN ; +fun trimbalerVN : VN ; +fun trimballerVN : VN ; +fun trimerVN : VN ; +fun tringlerVN : VN ; +fun trinquerVN : VN ; +fun triompherVN : VN ; +fun tripatouillerVN : VN ; +fun triplerVN : VN ; +fun tripoterVN : VN ; +fun triquerVN : VN ; +fun trisserVN : VN ; +fun triturerVN : VN ; +fun tromperVN : VN ; +fun tronçonnerVN : VN ; +fun trônerVN : VN ; +fun tronquerVN : VN ; +fun tropicaliserVN : VN ; +fun troquerVN : VN ; +fun trotterVN : VN ; +fun trottinerVN : VN ; +fun troublerVN : VN ; +fun trouerVN : VN ; +fun troussequinerVN : VN ; +fun trousserVN : VN ; +fun trouverVN : VN ; +fun truanderVN : VN ; +fun truciderVN : VN ; +fun trufferVN : VN ; +fun truquerVN : VN ; +fun trusquinerVN : VN ; +fun trusterVN : VN ; +fun tuberculinerVN : VN ; +fun tuberculiniserVN : VN ; +fun tuberculiserVN : VN ; +fun tuberVN : VN ; +fun tuerVN : VN ; +fun tuilerVN : VN ; +fun turbinerVN : VN ; +fun turlupinerVN : VN ; +fun tuteurerVN : VN ; +fun tuyauterVN : VN ; +fun twisterVN : VN ; +fun tympaniserVN : VN ; +fun typerVN : VN ; +fun typiserVN : VN ; +fun tyranniserVN : VN ; +fun ululerVN : VN ; +fun universaliserVN : VN ; +fun urbaniserVN : VN ; +fun urinerVN : VN ; +fun userVN : VN ; +fun usinerVN : VN ; +fun usurperVN : VN ; +fun utiliserVN : VN ; +fun vaccinerVN : VN ; +fun vacillerVN : VN ; +fun vadrouillerVN : VN ; +fun vagabonderVN : VN ; +fun vaguerVN : VN ; +fun vaironnerVN : VN ; +fun valdinguerVN : VN ; +fun validerVN : VN ; +fun valiserVN : VN ; +fun vallonnerVN : VN ; +fun valoriserVN : VN ; +fun valouserVN : VN ; +fun valserVN : VN ; +fun vamperVN : VN ; +fun vannerVN : VN ; +fun vanterVN : VN ; +fun vaporiserVN : VN ; +fun vaquerVN : VN ; +fun varapperVN : VN ; +fun varloperVN : VN ; +fun vaselinerVN : VN ; +fun vaserVN : VN ; +fun vasouillerVN : VN ; +fun vassaliserVN : VN ; +fun vaticinerVN : VN ; +fun vautrerVN : VN ; +fun véhiculerVN : VN ; +fun veillerVN : VN ; +fun veinerVN : VN ; +fun vélariserVN : VN ; +fun vêlerVN : VN ; +fun velouterVN : VN ; +fun venterVN : VN ; +fun ventilerVN : VN ; +fun ventouserVN : VN ; +fun verbaliserVN : VN ; +fun verduniserVN : VN ; +fun verjuterVN : VN ; +fun vermiculerVN : VN ; +fun vermillerVN : VN ; +fun vermillonnerVN : VN ; +fun vermoulerVN : VN ; +fun vernisserVN : VN ; +fun verrouillerVN : VN ; +fun verserVN : VN ; +fun vesserVN : VN ; +fun vétillerVN : VN ; +fun vexerVN : VN ; +fun viabiliserVN : VN ; +fun vianderVN : VN ; +fun vibrerVN : VN ; +fun vibrionnerVN : VN ; +fun viderVN : VN ; +fun vidimerVN : VN ; +fun viellerVN : VN ; +fun vilipenderVN : VN ; +fun villégiaturerVN : VN ; +fun vinaigrerVN : VN ; +fun vinerVN : VN ; +fun violenterVN : VN ; +fun violerVN : VN ; +fun violonerVN : VN ; +fun virerVN : VN ; +fun virevolterVN : VN ; +fun virgulerVN : VN ; +fun viriliserVN : VN ; +fun virolerVN : VN ; +fun viserVN : VN ; +fun visionnerVN : VN ; +fun visiterVN : VN ; +fun visserVN : VN ; +fun visualiserVN : VN ; +fun vitrerVN : VN ; +fun vitriolerVN : VN ; +fun vivoterVN : VN ; +fun vocaliserVN : VN ; +fun voguerVN : VN ; +fun voilerVN : VN ; +fun voisinerVN : VN ; +fun voiturerVN : VN ; +fun volatiliserVN : VN ; +fun volcaniserVN : VN ; +fun volerVN : VN ; +fun volterVN : VN ; +fun voterVN : VN ; +fun vouerVN : VN ; +fun voûterVN : VN ; +fun vrillerVN : VN ; +fun vulcaniserVN : VN ; +fun vulgariserVN : VN ; +fun warranterVN : VN ; +fun zesterVN : VN ; +fun ziberVN : VN ; +fun zigouillerVN : VN ; +fun ziguerVN : VN ; +fun zigzaguerVN : VN ; +fun zinguerVN : VN ; +fun zinzinulerVN : VN ; +fun zonerVN : VN ; +fun zozoterVN : VN ; +fun cloreVN : VN ; +fun conclureVN : VN ; +fun exclureVN : VN ; +fun absoudreVN : VN ; +fun dissoudreVN : VN ; +fun coudreVN : VN ; +fun découdreVN : VN ; +fun recoudreVN : VN ; +fun émoudreVN : VN ; +fun moudreVN : VN ; +fun remoudreVN : VN ; +fun poursuivreVN : VN ; +fun suivreVN : VN ; +fun revivreVN : VN ; +fun survivreVN : VN ; +fun vivreVN : VN ; +fun élireVN : VN ; +fun lireVN : VN ; +fun réélireVN : VN ; +fun relireVN : VN ; +fun direVN : VN ; +fun redireVN : VN ; +fun rireVN : VN ; +fun sourireVN : VN ; +fun acquiescerVN : VN ; +fun agacerVN : VN ; +fun agencerVN : VN ; +fun amorcerVN : VN ; +fun amordancerVN : VN ; +fun annoncerVN : VN ; +fun autofinancerVN : VN ; +fun avancerVN : VN ; +fun balancerVN : VN ; +fun bercerVN : VN ; +fun cadencerVN : VN ; +fun carencerVN : VN ; +fun coincerVN : VN ; +fun commencerVN : VN ; +fun commercerVN : VN ; +fun concurrencerVN : VN ; +fun contrebalancerVN : VN ; +fun courroucerVN : VN ; +fun décoincerVN : VN ; +fun décontenancerVN : VN ; +fun dédicacerVN : VN ; +fun défoncerVN : VN ; +fun défroncerVN : VN ; +fun déglacerVN : VN ; +fun délacerVN : VN ; +fun dénoncerVN : VN ; +fun dépecerVN : VN ; +fun déplacerVN : VN ; +fun désagencerVN : VN ; +fun désamorcerVN : VN ; +fun désenlacerVN : VN ; +fun devancerVN : VN ; +fun distancerVN : VN ; +fun divorcerVN : VN ; +fun écorcerVN : VN ; +fun effacerVN : VN ; +fun efforcerVN : VN ; +fun élancerVN : VN ; +fun émincerVN : VN ; +fun enfoncerVN : VN ; +fun englacerVN : VN ; +fun engoncerVN : VN ; +fun enjoncerVN : VN ; +fun enlacerVN : VN ; +fun énoncerVN : VN ; +fun ensemencerVN : VN ; +fun entrelacerVN : VN ; +fun épicerVN : VN ; +fun épincerVN : VN ; +fun épucerVN : VN ; +fun espacerVN : VN ; +fun évincerVN : VN ; +fun exaucerVN : VN ; +fun exercerVN : VN ; +fun fiancerVN : VN ; +fun financerVN : VN ; +fun foncerVN : VN ; +fun forcerVN : VN ; +fun forlancerVN : VN ; +fun froncerVN : VN ; +fun garancerVN : VN ; +fun gercerVN : VN ; +fun glacerVN : VN ; +fun grimacerVN : VN ; +fun grincerVN : VN ; +fun immiscerVN : VN ; +fun indicerVN : VN ; +fun influencerVN : VN ; +fun joncerVN : VN ; +fun lacerVN : VN ; +fun lancerVN : VN ; +fun manigancerVN : VN ; +fun matricerVN : VN ; +fun menacerVN : VN ; +fun mordancerVN : VN ; +fun nuancerVN : VN ; +fun opiacerVN : VN ; +fun ordonnancerVN : VN ; +fun percerVN : VN ; +fun pincerVN : VN ; +fun pioncerVN : VN ; +fun placerVN : VN ; +fun policerVN : VN ; +fun poncerVN : VN ; +fun préfacerVN : VN ; +fun prononcerVN : VN ; +fun quittancerVN : VN ; +fun rapiécerVN : VN ; +fun réamorcerVN : VN ; +fun recommencerVN : VN ; +fun réensemencerVN : VN ; +fun référencerVN : VN ; +fun relancerVN : VN ; +fun remplacerVN : VN ; +fun renfoncerVN : VN ; +fun renforcerVN : VN ; +fun renoncerVN : VN ; +fun réordonnancerVN : VN ; +fun repercerVN : VN ; +fun repincerVN : VN ; +fun replacerVN : VN ; +fun ressourcerVN : VN ; +fun retercerVN : VN ; +fun retracerVN : VN ; +fun rincerVN : VN ; +fun romancerVN : VN ; +fun saucerVN : VN ; +fun semoncerVN : VN ; +fun sérancerVN : VN ; +fun sucerVN : VN ; +fun surfacerVN : VN ; +fun surglacerVN : VN ; +fun tancerVN : VN ; +fun tercerVN : VN ; +fun tiercerVN : VN ; +fun tracerVN : VN ; +fun transpercerVN : VN ; +fun verglacerVN : VN ; +fun violacerVN : VN ; +fun circonscrireVN : VN ; +fun décrireVN : VN ; +fun écrireVN : VN ; +fun inscrireVN : VN ; +fun prescrireVN : VN ; +fun proscrireVN : VN ; +fun récrireVN : VN ; +fun réécrireVN : VN ; +fun réinscrireVN : VN ; +fun retranscrireVN : VN ; +fun souscrireVN : VN ; +fun transcrireVN : VN ; +fun confireVN : VN ; +fun déconfireVN : VN ; +fun conduireVN : VN ; +fun construireVN : VN ; +fun cuireVN : VN ; +fun décuireVN : VN ; +fun déduireVN : VN ; +fun détruireVN : VN ; +fun éconduireVN : VN ; +fun enduireVN : VN ; +fun entre_détruireVN : VN ; +fun entre_nuireVN : VN ; +fun induireVN : VN ; +fun instruireVN : VN ; +fun introduireVN : VN ; +fun nuireVN : VN ; +fun produireVN : VN ; +fun reconduireVN : VN ; +fun reconstruireVN : VN ; +fun recuireVN : VN ; +fun réduireVN : VN ; +fun réintroduireVN : VN ; +fun reproduireVN : VN ; +fun retraduireVN : VN ; +fun séduireVN : VN ; +fun surproduireVN : VN ; +fun traduireVN : VN ; +fun abrogerVN : VN ; +fun adjugerVN : VN ; +fun afféagerVN : VN ; +fun affligerVN : VN ; +fun affouagerVN : VN ; +fun affouragerVN : VN ; +fun affourragerVN : VN ; +fun allongerVN : VN ; +fun aménagerVN : VN ; +fun apanagerVN : VN ; +fun arrangerVN : VN ; +fun arréragerVN : VN ; +fun arrogerVN : VN ; +fun aspergerVN : VN ; +fun attigerVN : VN ; +fun avantagerVN : VN ; +fun baugerVN : VN ; +fun bougerVN : VN ; +fun boulangerVN : VN ; +fun bridgerVN : VN ; +fun calorifugerVN : VN ; +fun centrifugerVN : VN ; +fun challengerVN : VN ; +fun changerVN : VN ; +fun chargerVN : VN ; +fun colligerVN : VN ; +fun convergerVN : VN ; +fun corrigerVN : VN ; +fun déchargerVN : VN ; +fun découragerVN : VN ; +fun dédommagerVN : VN ; +fun défigerVN : VN ; +fun dégagerVN : VN ; +fun dégorgerVN : VN ; +fun déjaugerVN : VN ; +fun déjugerVN : VN ; +fun délogerVN : VN ; +fun démangerVN : VN ; +fun déménagerVN : VN ; +fun démurgerVN : VN ; +fun déneigerVN : VN ; +fun départagerVN : VN ; +fun déragerVN : VN ; +fun dérangerVN : VN ; +fun dérogerVN : VN ; +fun désavantagerVN : VN ; +fun désengagerVN : VN ; +fun désengorgerVN : VN ; +fun désobligerVN : VN ; +fun détergerVN : VN ; +fun dévisagerVN : VN ; +fun dirigerVN : VN ; +fun divergerVN : VN ; +fun échangerVN : VN ; +fun effrangerVN : VN ; +fun égorgerVN : VN ; +fun égrugerVN : VN ; +fun élongerVN : VN ; +fun émargerVN : VN ; +fun émergerVN : VN ; +fun emmargerVN : VN ; +fun emménagerVN : VN ; +fun empiégerVN : VN ; +fun encagerVN : VN ; +fun encouragerVN : VN ; +fun endommagerVN : VN ; +fun engagerVN : VN ; +fun engorgerVN : VN ; +fun engrangerVN : VN ; +fun enneigerVN : VN ; +fun ennuagerVN : VN ; +fun enragerVN : VN ; +fun entr'égorgerVN : VN ; +fun entre_mangerVN : VN ; +fun envergerVN : VN ; +fun envisagerVN : VN ; +fun épongerVN : VN ; +fun érigerVN : VN ; +fun essangerVN : VN ; +fun étagerVN : VN ; +fun étalagerVN : VN ; +fun exigerVN : VN ; +fun expurgerVN : VN ; +fun figerVN : VN ; +fun forgerVN : VN ; +fun fougerVN : VN ; +fun fourragerVN : VN ; +fun frangerVN : VN ; +fun frigorifugerVN : VN ; +fun fumigerVN : VN ; +fun fustigerVN : VN ; +fun gagerVN : VN ; +fun gambergerVN : VN ; +fun gobergerVN : VN ; +fun gorgerVN : VN ; +fun grillagerVN : VN ; +fun grugerVN : VN ; +fun hébergerVN : VN ; +fun herbagerVN : VN ; +fun hydrofugerVN : VN ; +fun ignifugerVN : VN ; +fun imagerVN : VN ; +fun immergerVN : VN ; +fun infligerVN : VN ; +fun insurgerVN : VN ; +fun interrogerVN : VN ; +fun jaugerVN : VN ; +fun jugerVN : VN ; +fun langerVN : VN ; +fun limogerVN : VN ; +fun lingerVN : VN ; +fun logerVN : VN ; +fun longerVN : VN ; +fun louangerVN : VN ; +fun lugerVN : VN ; +fun managerVN : VN ; +fun mangerVN : VN ; +fun margerVN : VN ; +fun méjugerVN : VN ; +fun mélangerVN : VN ; +fun ménagerVN : VN ; +fun mitigerVN : VN ; +fun nagerVN : VN ; +fun naufragerVN : VN ; +fun négligerVN : VN ; +fun neigerVN : VN ; +fun obligerVN : VN ; +fun ombragerVN : VN ; +fun orangerVN : VN ; +fun outragerVN : VN ; +fun ouvragerVN : VN ; +fun pacagerVN : VN ; +fun pagerVN : VN ; +fun partagerVN : VN ; +fun pataugerVN : VN ; +fun pigerVN : VN ; +fun plongerVN : VN ; +fun préjugerVN : VN ; +fun présagerVN : VN ; +fun prolongerVN : VN ; +fun propagerVN : VN ; +fun prorogerVN : VN ; +fun purgerVN : VN ; +fun quartagerVN : VN ; +fun ragerVN : VN ; +fun rallégerVN : VN ; +fun rallongerVN : VN ; +fun ramagerVN : VN ; +fun rangerVN : VN ; +fun ravagerVN : VN ; +fun réarrangerVN : VN ; +fun rechangerVN : VN ; +fun rechargerVN : VN ; +fun recorrigerVN : VN ; +fun rédigerVN : VN ; +fun réengagerVN : VN ; +fun reforgerVN : VN ; +fun regorgerVN : VN ; +fun relogerVN : VN ; +fun remangerVN : VN ; +fun rembougerVN : VN ; +fun rengagerVN : VN ; +fun rengagerVN : VN ; +fun rengorgerVN : VN ; +fun renvergerVN : VN ; +fun repartagerVN : VN ; +fun replongerVN : VN ; +fun rongerVN : VN ; +fun saccagerVN : VN ; +fun singerVN : VN ; +fun songerVN : VN ; +fun soulagerVN : VN ; +fun submergerVN : VN ; +fun subrogerVN : VN ; +fun surchargerVN : VN ; +fun surnagerVN : VN ; +fun tapagerVN : VN ; +fun transigerVN : VN ; +fun treillagerVN : VN ; +fun vendangerVN : VN ; +fun vengerVN : VN ; +fun verbiagerVN : VN ; +fun vidangerVN : VN ; +fun voligerVN : VN ; +fun voltigerVN : VN ; +fun voyagerVN : VN ; +fun acheverVN : VN ; +fun amenerVN : VN ; +fun assenerVN : VN ; +fun champleverVN : VN ; +fun creverVN : VN ; +fun dégreverVN : VN ; +fun démenerVN : VN ; +fun dépecerVN : VN ; +fun désempeserVN : VN ; +fun égrenerVN : VN ; +fun éleverVN : VN ; +fun embreverVN : VN ; +fun emmenerVN : VN ; +fun empeserVN : VN ; +fun enchifrenerVN : VN ; +fun engrenerVN : VN ; +fun enleverVN : VN ; +fun gangrenerVN : VN ; +fun grenerVN : VN ; +fun greverVN : VN ; +fun leverVN : VN ; +fun malmenerVN : VN ; +fun menerVN : VN ; +fun paracheverVN : VN ; +fun parsemerVN : VN ; +fun peserVN : VN ; +fun préleverVN : VN ; +fun promenerVN : VN ; +fun ramenerVN : VN ; +fun receperVN : VN ; +fun releverVN : VN ; +fun remmenerVN : VN ; +fun rengrenerVN : VN ; +fun ressemerVN : VN ; +fun semerVN : VN ; +fun soucheverVN : VN ; +fun souleverVN : VN ; +fun soupeserVN : VN ; +fun suréleverVN : VN ; +fun surmenerVN : VN ; +fun sursemerVN : VN ; } diff --git a/lib/resource/french/VerbesFre.gf b/lib/resource/french/VerbesFre.gf index 91087b414..fb9821140 100644 --- a/lib/resource/french/VerbesFre.gf +++ b/lib/resource/french/VerbesFre.gf @@ -1,9 +1,12 @@ --# -path=.:../romance:../abstract:../../prelude +-- Verbs from Nancy, courtesy of Sylvain Pogodalla, 25/11/2004 +-- Translated to GF by Aarne Ranta + concrete VerbesFre of VerbesAbs = --- CategoriesFre ** open TypesFre, ConjugNancy in { -lincat V = {s : VF => Str ; aux : VAux} ; +lincat VN = {s : VForm => Str} ; --- aux : VAux} ; {- --- remove deficient verbs diff --git a/src/GF/Grammar/Compute.hs b/src/GF/Grammar/Compute.hs index 6c557b479..5573e5e4e 100644 --- a/src/GF/Grammar/Compute.hs +++ b/src/GF/Grammar/Compute.hs @@ -139,6 +139,13 @@ computeTerm gr = comp where foldr1 C (map K (str2strings (glueStr v (str a)))) | v <- x'] ,return $ Glue x y ] + (FV ks,_) -> do + kys <- mapM (comp g . flip Glue y) ks + return $ FV kys + (_,FV ks) -> do + xks <- mapM (comp g . Glue x) ks + return $ FV xks + _ -> do mapM_ checkNoArgVars [x,y] r <- composOp (comp g) t @@ -152,10 +159,17 @@ computeTerm gr = comp where C a b -> do a' <- comp g a b' <- comp g b - returnC $ case (a',b') of - (Empty,_) -> b' - (_,Empty) -> a' - _ -> C a' b' + case (a',b') of + (Alts _, K a) -> checks [do + as <- strsFromTerm a' -- this may fail when compiling opers + return $ variants [ + foldr1 C (map K (str2strings (plusStr v (str a)))) | v <- as] + , + return $ C a' b' + ] + (Empty,_) -> returnC b' + (_,Empty) -> returnC a' + _ -> returnC $ C a' b' -- reduce free variation as much as you can FV [t] -> comp g t