Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/moses-regression-tests.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHieu Hoang <hieuhoang@gmail.com>2013-12-19 23:14:18 +0400
committerHieu Hoang <hieuhoang@gmail.com>2013-12-19 23:14:18 +0400
commitc7ea337b5de5cec86a304220152970de3b38fa73 (patch)
treebb98f65a2ed3e0229ba77249268b9180a759d097
parent70cc367c67f5b092b7abed53d0003d60da380621 (diff)
new test for multiple LM. Amazingly, that hasn't been tested
-rw-r--r--tests/phrase.multi-lm/europarl.binlm.1bin0 -> 16731413 bytes
-rw-r--r--tests/phrase.multi-lm/europarl_pos.binlm.2bin0 -> 5488048 bytes
-rwxr-xr-xtests/phrase.multi-lm/filter-stderr.pl22
-rwxr-xr-xtests/phrase.multi-lm/filter-stdout.pl7
-rw-r--r--tests/phrase.multi-lm/moses.ini43
-rw-r--r--tests/phrase.multi-lm/phrase-table.0-0,1.1.1.binphr.idxbin0 -> 51148 bytes
-rw-r--r--tests/phrase.multi-lm/phrase-table.0-0,1.1.1.binphr.srctree.wabin0 -> 866492 bytes
-rw-r--r--tests/phrase.multi-lm/phrase-table.0-0,1.1.1.binphr.srcvoc6393
-rw-r--r--tests/phrase.multi-lm/phrase-table.0-0,1.1.1.binphr.tgtdata.wabin0 -> 8420427 bytes
-rw-r--r--tests/phrase.multi-lm/phrase-table.0-0,1.1.1.binphr.tgtvoc8083
-rw-r--r--tests/phrase.multi-lm/phrase-table.0-0,1.1.1.gzbin0 -> 3729590 bytes
-rw-r--r--tests/phrase.multi-lm/reordering-table.2.0-0.wbe-msd-bidirectional-fe.binlexr.idxbin0 -> 51148 bytes
-rw-r--r--tests/phrase.multi-lm/reordering-table.2.0-0.wbe-msd-bidirectional-fe.binlexr.srctreebin0 -> 9737428 bytes
-rw-r--r--tests/phrase.multi-lm/reordering-table.2.0-0.wbe-msd-bidirectional-fe.binlexr.tgtdatabin0 -> 7130080 bytes
-rw-r--r--tests/phrase.multi-lm/reordering-table.2.0-0.wbe-msd-bidirectional-fe.binlexr.voc06393
-rw-r--r--tests/phrase.multi-lm/reordering-table.2.0-0.wbe-msd-bidirectional-fe.binlexr.voc16377
-rw-r--r--tests/phrase.multi-lm/to-translate.txt10
-rw-r--r--tests/phrase.multi-lm/truth/results.txt21
18 files changed, 27349 insertions, 0 deletions
diff --git a/tests/phrase.multi-lm/europarl.binlm.1 b/tests/phrase.multi-lm/europarl.binlm.1
new file mode 100644
index 0000000..a9e4e4d
--- /dev/null
+++ b/tests/phrase.multi-lm/europarl.binlm.1
Binary files differ
diff --git a/tests/phrase.multi-lm/europarl_pos.binlm.2 b/tests/phrase.multi-lm/europarl_pos.binlm.2
new file mode 100644
index 0000000..98bf894
--- /dev/null
+++ b/tests/phrase.multi-lm/europarl_pos.binlm.2
Binary files differ
diff --git a/tests/phrase.multi-lm/filter-stderr.pl b/tests/phrase.multi-lm/filter-stderr.pl
new file mode 100755
index 0000000..2f6e176
--- /dev/null
+++ b/tests/phrase.multi-lm/filter-stderr.pl
@@ -0,0 +1,22 @@
+#!/usr/bin/perl
+
+BEGIN { use Cwd qw/ abs_path /; use File::Basename; $script_dir = dirname(abs_path($0)); push @INC, "$script_dir/../perllib"; }
+use RegTestUtils;
+
+$x=0;
+while (<>) {
+ chomp;
+
+ if (/^Finished loading LanguageModels/) {
+ my $time = RegTestUtils::readTime($_);
+ print "LMLOAD_TIME ~ $time\n";
+ }
+ if (/^Finished loading phrase tables/) {
+ my $time = RegTestUtils::readTime($_);
+ print "PTLOAD_TIME ~ $time\n";
+ }
+ next unless /^BEST TRANSLATION:/;
+ my $pscore = RegTestUtils::readHypoScore($_);
+ $x++;
+ print "SCORE_$x = $pscore\n";
+}
diff --git a/tests/phrase.multi-lm/filter-stdout.pl b/tests/phrase.multi-lm/filter-stdout.pl
new file mode 100755
index 0000000..476ddf6
--- /dev/null
+++ b/tests/phrase.multi-lm/filter-stdout.pl
@@ -0,0 +1,7 @@
+#!/usr/bin/perl
+$x=0;
+while (<>) {
+ chomp;
+ $x++;
+ print "TRANSLATION_$x=$_\n";
+}
diff --git a/tests/phrase.multi-lm/moses.ini b/tests/phrase.multi-lm/moses.ini
new file mode 100644
index 0000000..116cf67
--- /dev/null
+++ b/tests/phrase.multi-lm/moses.ini
@@ -0,0 +1,43 @@
+# MERT optimized configuration
+# decoder /home/s0565741/workspace/github/hh/bin/moses
+# BLEU 0.14175 on dev /home/s0565741/workspace/experiment/europarl/fr-en-small/tuning/input.lc.2
+# We were before running iteration 6
+# finished Thu Dec 19 15:08:19 GMT 2013
+### MOSES CONFIG FILE ###
+#########################
+
+# input factors
+[input-factors]
+0
+
+# mapping steps
+[mapping]
+0 T 0
+
+[distortion-limit]
+6
+
+# feature functions
+[feature]
+UnknownWordPenalty
+WordPenalty
+PhrasePenalty
+PhraseDictionaryBinary name=TranslationModel0 table-limit=20 num-features=4 path=${TEST_PATH}/phrase-table.0-0,1.1.1 input-factor=0 output-factor=0,1
+LexicalReordering name=LexicalReordering0 num-features=6 type=wbe-msd-bidirectional-fe-allff input-factor=0 output-factor=0 path=${TEST_PATH}/reordering-table.2.0-0.wbe-msd-bidirectional-fe
+Distortion
+KENLM lazyken=1 name=LM0 factor=0 path=${TEST_PATH}/europarl.binlm.1 order=5
+IRSTLM name=LM1 factor=1 path=${TEST_PATH}/europarl_pos.binlm.2 order=7
+
+# dense weights for feature functions
+
+[v]
+0
+[weight]
+
+LexicalReordering0= 0.116336 0.04106 0.0552949 0.0944314 0.074487 0.0855557
+Distortion0= 0.0912773
+LM0= 0.0999473
+LM1= -0.0111935
+WordPenalty0= 0.0301454
+PhrasePenalty0= -0.0106492
+TranslationModel0= 0.00673786 0.0956166 0.117016 0.0702517
diff --git a/tests/phrase.multi-lm/phrase-table.0-0,1.1.1.binphr.idx b/tests/phrase.multi-lm/phrase-table.0-0,1.1.1.binphr.idx
new file mode 100644
index 0000000..eea67a2
--- /dev/null
+++ b/tests/phrase.multi-lm/phrase-table.0-0,1.1.1.binphr.idx
Binary files differ
diff --git a/tests/phrase.multi-lm/phrase-table.0-0,1.1.1.binphr.srctree.wa b/tests/phrase.multi-lm/phrase-table.0-0,1.1.1.binphr.srctree.wa
new file mode 100644
index 0000000..e470164
--- /dev/null
+++ b/tests/phrase.multi-lm/phrase-table.0-0,1.1.1.binphr.srctree.wa
Binary files differ
diff --git a/tests/phrase.multi-lm/phrase-table.0-0,1.1.1.binphr.srcvoc b/tests/phrase.multi-lm/phrase-table.0-0,1.1.1.binphr.srcvoc
new file mode 100644
index 0000000..2a883a4
--- /dev/null
+++ b/tests/phrase.multi-lm/phrase-table.0-0,1.1.1.binphr.srcvoc
@@ -0,0 +1,6393 @@
+6392 êtres
+6391 évoqués
+6390 évoquer
+6389 évoquent
+6388 évoque
+6387 évoquait
+6386 évolué
+6385 évités
+6384 évitée
+6383 évidents
+6382 évidentes
+6381 éventuelle
+6380 éventuel
+6379 éventualité
+6378 éventail
+6377 éveillée
+6376 évacuer
+6375 étudié
+6374 étudiant
+6373 étroites
+6372 étroitement
+6371 étroite
+6370 étrangère
+6369 étrange
+6368 éthiques
+6367 étendu
+6366 éteindre
+6365 fédérés
+6364 étapes
+6363 étage
+6362 établissant
+6361 établis
+6360 établies
+6359 établie
+6358 ériger
+6357 équitable
+6356 équipés
+6355 équipements
+6354 équilibré
+6353 épuisé
+6352 éprouve
+6351 épaves
+6350 épaules
+6349 énumérer
+6348 énormément
+6347 énoncés
+6346 énergétiques
+6345 énergique
+6344 émotion
+6343 émises
+6342 émerger
+6341 émergent
+6340 émergence
+6339 élémentaires
+6338 élues
+6337 élue
+6336 éloignés
+6335 éloignement
+6334 élites
+6333 élevées
+6332 élever
+6331 électroniques
+6330 électronique
+6329 électriques
+6328 électorat
+6327 élargie
+6326 élargi
+6325 élaborée
+6324 élaboré
+6323 éducatif
+6322 écrite
+6321 écrire
+6320 écrasent
+6319 écoutez
+6318 écourté
+6317 écosystème
+6316 économiquement
+6315 écologiques
+6314 écologique
+6313 écologie
+6312 écoles
+6311 école
+6310 éclatant
+6309 échéance
+6308 écho
+6307 échangent
+6306 écarté
+6305 écart
+6304 ébranlée
+6303 âgés
+6302 âges
+6301 partiel
+6300 moscou
+6299 franchir
+6298 zélande
+6297 yougoslavie
+6296 oppose
+6295 xénophobes
+6294 xxe
+6293 west
+6292 web
+6291 washington
+6290 véritablement
+6289 véhémence
+6288 vues
+6287 voyez
+6286 voyager
+6285 voyage
+6284 voulue
+6283 voudront
+6282 voudraient
+6281 voudra
+6280 votes
+6279 von
+6278 volumes
+6277 volontairement
+6276 volontaire
+6275 voisinage
+6274 voies
+6273 voient
+6272 voici
+6271 vocation
+6270 vivons
+6269 vivantes
+6268 vivant
+6267 vitesses
+6266 vitalité
+6265 vit
+6264 visés
+6263 visée
+6262 visé
+6261 visuel
+6260 visibles
+6259 visible
+6258 viser
+6257 visent
+6256 éliminer
+6255 visait
+6254 visages
+6253 visage
+6252 visa
+6251 virus
+6250 virtuellement
+6249 violés
+6248 violentes
+6247 violent
+6246 viole
+6245 vigoureusement
+6244 vigilants
+6243 vifs
+6242 vif
+6241 vienne
+6240 viendront
+6239 viendra
+6238 vides
+6237 victime
+6236 viable
+6235 via
+6234 vertes
+6233 verte
+6232 versées
+6231 verra
+6230 verbalement
+6229 venue
+6228 venu
+6227 ventilation
+6226 vent
+6225 venons
+6224 venez
+6223 vendée
+6222 vendues
+6221 vendeur
+6220 venant
+6219 veillant
+6218 vaste
+6217 valent
+6216 valable
+6215 vagues
+6214 vacances
+6213 utilisés
+6212 utilisées
+6211 utilisent
+6210 utilise
+6209 utiles
+6208 usages
+6207 usage
+6206 urss
+6205 urgents
+6204 urgentes
+6203 urgente
+6202 urbaine
+6201 univers
+6200 unitaire
+6199 unissant
+6198 unilatérale
+6197 uniforme
+6196 unes
+6195 énorme
+6194 vraie
+6193 vision
+6192 vieille
+6191 rupture
+6190 fraction
+6189 fausse
+6188 dilution
+6187 unanimement
+6186 échec
+6185 véritable
+6184 quartier
+6183 pur
+6182 ultérieurement
+6181 ultra
+6180 ukraine
+6179 têtes
+6178 types
+6177 tués
+6176 turques
+6175 turkménistan
+6174 tunnels
+6173 tue
+6172 tu
+6171 trust
+6170 trouvée
+6169 trouveront
+6168 trouvant
+6167 trouvaient
+6166 troupes
+6165 trouble
+6164 trou
+6163 troisièmement
+6162 édition
+6161 trittin
+6160 triste
+6159 triomphe
+6158 trente
+6157 treize
+6156 traverser
+6155 traversant
+6154 travaillera
+6153 transposées
+6152 transportées
+6151 transmises
+6150 transmis
+6149 transmettre
+6148 transférant
+6147 transformer
+6146 tranche
+6145 trajet
+6144 traitements
+6143 trait
+6142 trahison
+6141 tragiques
+6140 traduit
+6139 traditions
+6138 traditionnelles
+6137 traditionnelle
+6136 tradition
+6135 traces
+6134 tournée
+6133 tournant
+6132 touristique
+6131 touchés
+6130 toucherait
+6129 toucher
+6128 touchent
+6127 touchant
+6126 totalitaire
+6125 torture
+6124 tort
+6123 tonnes
+6122 tomber
+6121 tolérer
+6120 tissu
+6119 tirées
+6118 tirez
+6117 tirerons
+6116 timide
+6115 tiennent
+6114 tiendront
+6113 théâtre
+6112 thématique
+6111 texture
+6110 textes
+6109 terroriste
+6108 terribles
+6107 terriblement
+6106 terrestres
+6105 termine
+6104 tenté
+6103 tendre
+6102 tendent
+6101 températures
+6100 dénouement
+6099 technologiques
+6098 tardive
+6097 tantôt
+6096 tactique
+6095 tac
+6094 tableau
+6093 t
+6092 sûrs
+6091 sûrement
+6090 sûre
+6089 sérieusement
+6088 sérieuse
+6087 séminaire
+6086 séances
+6085 systématiquement
+6084 systématique
+6083 synthèse
+6082 synonyme
+6081 symptômes
+6080 symbole
+6079 sv
+6078 suédoise
+6077 suédois
+6076 suspendue
+6075 suspects
+6074 suscitées
+6073 suscité
+6072 susciter
+6071 susceptibles
+6070 susceptible
+6069 survenus
+6068 survenue
+6067 surveillé
+6066 surpris
+6065 surprenant
+6064 surenchère
+6063 surcroît
+6062 supériorité
+6061 supérieurs
+6060 supérieure
+6059 supérieur
+6058 suprême
+6057 supprimé
+6056 supporter
+6055 supportent
+6054 supportable
+6053 supplémentaires
+6052 supplémentaire
+6051 superflu
+6050 superficie
+6049 suivra
+6048 suivons
+6047 suivis
+6046 suivie
+6045 suive
+6044 suivants
+6043 suivante
+6042 suggérer
+6041 suggérant
+6040 suggère
+6039 suggestions
+6038 suffolk
+6037 suffisants
+6036 suffisante
+6035 suffisant
+6034 succède
+6033 successifs
+6032 subvention
+6031 substantielles
+6030 substantiellement
+6029 substances
+6028 subissent
+6027 subissant
+6026 subir
+6025 style
+6024 structurée
+6023 structures
+6022 structurelles
+6021 stricts
+6020 strictement
+6019 stricte
+6018 stratégiques
+6017 strasbourg
+6016 stockholm
+6015 stockage
+6014 sterling
+6013 statu
+6012 statistique
+6011 stationnement
+6010 star
+6009 standardisation
+6008 stagnation
+6007 stable
+6006 st
+6005 spécifiques
+6004 spécifie
+6003 spéciaux
+6002 spécialisées
+6001 spéciale
+6000 sphère
+5999 spectateurs
+5998 spectacle
+5997 souvenir
+5996 soutiennent
+5995 souterrains
+5994 souterraine
+5993 soutenus
+5992 soutenues
+5991 soutenue
+5990 soutenant
+5989 source
+5988 soumettra
+5987 soulignée
+5986 soulevés
+5985 soulevées
+5984 soulevé
+5983 souhaitez
+5982 souhaitant
+5981 souffrir
+5980 souffre
+5979 souffle
+5978 soudain
+5977 soucis
+5976 soucieux
+5975 soucieuse
+5974 sortis
+5973 sortes
+5972 venus
+5971 valables
+5970 tenus
+5969 volontarisme
+5968 sombre
+5967 sollicité
+5966 solides
+5965 solide
+5964 solbes
+5963 solana
+5962 soixante
+5961 soigneusement
+5960 sociologiques
+5959 socio
+5958 society
+5957 socialement
+5956 sobriété
+5955 sobre
+5954 sièges
+5953 sixième
+5952 située
+5951 situé
+5950 situant
+5949 site
+5948 sinistrés
+5947 sinistrées
+5946 sinistre
+5945 singulièrement
+5944 singapour
+5943 sincères
+5942 sincère
+5941 simultanément
+5940 simplifier
+5939 similaires
+5938 similaire
+5937 signés
+5936 signée
+5935 signifierait
+5934 signifier
+5933 significative
+5932 signification
+5931 significatif
+5930 signer
+5929 signatures
+5928 signale
+5927 signalant
+5926 nevada
+5925 sierra
+5924 seuil
+5923 serviront
+5922 servira
+5921 servant
+5920 sert
+5919 serré
+5918 serpent
+5917 seriez
+5916 serbe
+5915 seraient
+5914 sensibles
+5913 sensiblement
+5912 sensibilité
+5911 semblait
+5910 semblables
+5909 seguro
+5908 social
+5907 secrétariat
+5906 secrets
+5905 secret
+5904 secours
+5903 secondaires
+5902 secondaire
+5901 sec
+5900 transforme
+5899 tiendra
+5898 souviendront
+5897 soumettre
+5896 vus
+5895 déroulées
+5894 situer
+5893 situe
+5892 servent
+5891 sentir
+5890 sentent
+5889 retrouvent
+5888 reproduire
+5887 mouvoir
+5886 mettent
+5885 limitera
+5884 déplacer
+5883 scénarios
+5882 scrutin
+5881 scrupules
+5880 scolarité
+5879 scolaire
+5878 schüssel
+5877 sceptiques
+5876 scandales
+5875 scandale
+5874 savions
+5873 savent
+5872 sauront
+5871 saura
+5870 satisfaite
+5869 satisfait
+5868 satisfaisante
+5867 satisfaire
+5866 satisfaction
+5865 sarre
+5864 santa
+5863 sanctionné
+5862 salué
+5861 saluer
+5860 sale
+5859 salazar
+5858 salarié
+5857 salaires
+5856 saison
+5855 saisis
+5854 saine
+5853 sagesse
+5852 sabah
+5851 étend
+5850 occupent
+5849 occupait
+5848 intéresser
+5847 avérer
+5846 révélations
+5845 révèlent
+5844 révolution
+5843 révolue
+5842 réussisse
+5841 réussir
+5840 réussie
+5839 réunissant
+5838 réunification
+5837 réunies
+5836 rétablissement
+5835 résurrection
+5834 résumé
+5833 résume
+5832 résulté
+5831 obtenus
+5830 résultant
+5829 résout
+5828 résolues
+5827 résistent
+5826 résider
+5825 résident
+5824 résidence
+5823 réside
+5822 réservés
+5821 réservée
+5820 réservé
+5819 réserver
+5818 réservant
+5817 réseau
+5816 répétée
+5815 répété
+5814 répétition
+5813 réputation
+5812 répondant
+5811 répond
+5810 répercutera
+5809 répartis
+5808 répartir
+5807 répartie
+5806 réparer
+5805 réparation
+5804 répandus
+5803 réorganiser
+5802 réjouissent
+5801 réjouir
+5800 réjoui
+5799 réitéré
+5798 régulièrement
+5797 régulière
+5796 régulier
+5795 régularisés
+5794 réglée
+5793 réglé
+5792 régionale
+5791 régimes
+5790 régi
+5789 références
+5788 réfugié
+5787 réfléchi
+5786 réflexions
+5785 réexaminer
+5784 réelles
+5783 réel
+5782 réduits
+5781 réduites
+5780 réduite
+5779 rédigée
+5778 rédiger
+5777 récompense
+5776 récoltes
+5775 récolte
+5774 réclamé
+5773 réclame
+5772 récent
+5771 réalités
+5770 réalisés
+5769 réalisées
+5768 réaliste
+5767 réalisme
+5766 réalise
+5765 réalisations
+5764 réagissent
+5763 réaffirmant
+5762 réacteurs
+5761 ré
+5760 règnent
+5759 règne
+5758 russes
+5757 russe
+5756 rumeur
+5755 ruiz
+5754 roulent
+5753 rouge
+5752 rotation
+5751 romantique
+5750 rois
+5749 roi
+5748 rive
+5747 risquerait
+5746 risquent
+5745 risk
+5744 rigoureux
+5743 ricardo
+5742 revêt
+5741 revue
+5740 reviennent
+5739 revienne
+5738 revendique
+5737 revendications
+5736 retrouver
+5735 retrouve
+5734 retraités
+5733 retourner
+5732 retiré
+5731 retire
+5730 retiennent
+5729 retenir
+5728 retardé
+5727 retards
+5726 restés
+5725 restée
+5724 resté
+5723 restreinte
+5722 restreint
+5721 resterait
+5720 restants
+5719 restante
+5718 restait
+5717 ressentir
+5716 respectés
+5715 respectées
+5714 respecté
+5713 respectives
+5712 respectivement
+5711 respectifs
+5710 requêtes
+5709 requises
+5708 requise
+5707 requiert
+5706 représentés
+5705 représenté
+5704 représenter
+5703 représentatives
+5702 représentait
+5701 repris
+5700 reprennent
+5699 reprendra
+5698 reprend
+5697 reprenant
+5696 repoussée
+5695 repousser
+5694 reposer
+5693 repose
+5692 reportée
+5691 repenser
+5690 renvoie
+5689 rentrent
+5688 rentrait
+5687 rentraient
+5686 rentables
+5685 rentable
+5684 renouvellement
+5683 renouveler
+5682 renoncé
+5681 renonce
+5680 renforçant
+5679 renforcées
+5678 renforcée
+5677 renforcera
+5676 renforce
+5675 rendus
+5674 rendue
+5673 rends
+5672 rendra
+5671 rendent
+5670 rende
+5669 rencontres
+5668 rencontrent
+5667 renaissance
+5666 remédier
+5665 remède
+5664 remporté
+5663 remplissent
+5662 remplira
+5661 remplir
+5660 remplacés
+5659 remplacer
+5658 remonter
+5657 remonte
+5656 remises
+5655 remettent
+5654 remarque
+5653 remarquables
+5652 remarquable
+5651 relâché
+5650 reliquats
+5649 religieuse
+5648 relevés
+5647 relevé
+5646 relevant
+5645 relatives
+5644 relative
+5643 relationnelle
+5642 relatifs
+5641 relatif
+5640 rejoint
+5639 rejettent
+5638 catégoriquement
+5637 rejette
+5636 rejetant
+5635 regrouper
+5634 regrettant
+5633 regrets
+5632 regret
+5631 registre
+5630 regardez
+5629 regardent
+5628 refuser
+5627 refusent
+5626 refuse
+5625 refus
+5624 redémarrer
+5623 redonner
+5622 recul
+5621 recueillir
+5620 recueil
+5619 recouvre
+5618 recourir
+5617 reconnus
+5616 reconnaît
+5615 reconnaissent
+5614 reconnaisse
+5613 reconnaissant
+5612 reconnais
+5611 recommandable
+5610 recherché
+5609 recherches
+5608 rechercher
+5607 recevons
+5606 ravi
+5605 rattrapé
+5604 rattachée
+5603 ratifier
+5602 rater
+5601 rassuré
+5600 rassemble
+5599 rarement
+5598 rare
+5597 rapprocher
+5596 rapportent
+5595 rappelés
+5594 rappelons
+5593 rappellent
+5592 rappelez
+5591 rapidité
+5590 rapides
+5589 rangs
+5588 ramener
+5587 radio
+5586 radicaux
+5585 radicalement
+5584 radicale
+5583 radical
+5582 radiations
+5581 racistes
+5580 raciste
+5579 rachète
+5578 quotidiennes
+5577 quotidiennement
+5576 quo
+5575 quitté
+5574 quitter
+5573 quiconque
+5572 évolue
+5571 vise
+5570 viennent
+5569 témoignent
+5568 travaillent
+5567 traitent
+5566 traite
+5565 touche
+5564 suivent
+5563 suit
+5562 souhaitent
+5561 trouvent
+5560 réclament
+5559 restent
+5558 ressemble
+5557 représenterait
+5556 reposent
+5555 remet
+5554 reflète
+5553 questionnaire
+5552 secondes
+5551 quelconques
+5550 quelconque
+5549 évoquez
+5548 coins
+5547 quasi
+5546 quarts
+5545 quart
+5544 quarante
+5543 qualifiés
+5542 qualifiées
+5541 qualifier
+5540 qualifications
+5539 qualification
+5538 quai
+5537 pût
+5536 pêcheurs
+5535 pétroliers
+5534 pétrolier
+5533 pétitions
+5532 périphériques
+5531 périphérique
+5530 périphérie
+5529 périodique
+5528 périmètre
+5527 péril
+5526 péri
+5525 pénétration
+5524 pénurie
+5523 pénibles
+5522 pékin
+5521 pèsent
+5520 pèse
+5519 pvc
+5518 purement
+5517 puerta
+5516 publiées
+5515 publiquement
+5514 publier
+5513 publie
+5512 psychologiques
+5511 pseudo
+5510 prône
+5509 serment
+5508 prêté
+5507 prévus
+5506 prévues
+5505 prévoyant
+5504 prévoyait
+5503 prévision
+5502 prétexte
+5501 prétendu
+5500 prétendre
+5499 prétendent
+5498 prétend
+5497 présidé
+5496 présentés
+5495 présents
+5494 présentes
+5493 présenterons
+5492 présentera
+5491 présentent
+5490 présentant
+5489 présentait
+5488 présager
+5487 préparent
+5486 prépare
+5485 préoccupé
+5484 préoccupent
+5483 préoccupation
+5482 prématurément
+5481 prélèvement
+5480 préliminaires
+5479 préjugés
+5478 préjudice
+5477 préféré
+5476 préférence
+5475 préfèrent
+5474 précédés
+5473 précédents
+5472 précédentes
+5471 précédemment
+5470 précédant
+5469 précoce
+5468 précisions
+5467 précision
+5466 précises
+5465 préalables
+5464 préalable
+5463 prudent
+5462 provoqués
+5461 provoquée
+5460 provoquerait
+5459 provoquer
+5458 provoque
+5457 provisoires
+5456 provinces
+5455 provient
+5454 proviennent
+5453 provenant
+5452 prouvé
+5451 prouver
+5450 prouve
+5449 prouvant
+5448 protégés
+5447 protégé
+5446 protège
+5445 protestations
+5444 prospères
+5443 propriétés
+5442 proposés
+5441 proposées
+5440 proposée
+5439 propose
+5438 proportionnellement
+5437 proportion
+5436 prononcés
+5435 prononcé
+5434 prompt
+5433 promesses
+5432 promesse
+5431 prolongés
+5430 prolifération
+5429 projetée
+5428 progressé
+5427 progressive
+5426 progresser
+5425 progresse
+5424 profondément
+5423 profondes
+5422 profiter
+5421 profite
+5420 professionnelles
+5419 professionnel
+5418 profession
+5417 produites
+5416 produite
+5415 produisant
+5414 produisait
+5413 productions
+5412 productif
+5411 prodi
+5410 procureurs
+5409 procurer
+5408 proclamé
+5407 proche
+5406 prochainement
+5405 électoral
+5404 proactive
+5403 pro
+5402 privés
+5401 privées
+5400 privée
+5399 privé
+5398 privilégié
+5397 privilège
+5396 priver
+5395 privatisations
+5394 privatisation
+5393 priorités
+5392 prioritaire
+5391 primordiale
+5390 primordial
+5389 primitives
+5388 preuves
+5387 prestataire
+5386 presser
+5385 pressent
+5384 presqu&apos;
+5383 prenez
+5382 prendront
+5381 prendra
+5380 premièrement
+5379 poète
+5378 exécutif
+5377 pouvez
+5376 pouvant
+5375 poussent
+5374 poursuivis
+5373 poursuivent
+5372 poursuit
+5371 pourriez
+5370 pourri
+5369 pourrez
+5368 pourrais
+5367 évaluer
+5366 élaborer
+5365 terminer
+5364 tenter
+5363 signaler
+5362 sauver
+5361 régler
+5360 rappel
+5359 protéger
+5358 finir
+5357 poule
+5356 pouce
+5355 potentiellement
+5354 posées
+5353 postes
+5352 post
+5351 posséder
+5350 possède
+5349 possibles
+5348 possession
+5347 positives
+5346 positivement
+5345 positifs
+5344 poser
+5343 posent
+5342 portée
+5341 porteur
+5340 porterait
+5339 portera
+5338 porter
+5337 portent
+5336 portait
+5335 populiste
+5334 pont
+5333 polonais
+5332 pologne
+5331 politiquement
+5330 political
+5329 policière
+5328 policiers
+5327 poisson
+5326 plénière
+5325 élevés
+5324 vulnérables
+5323 transparentes
+5322 simple
+5321 respectueux
+5320 puissants
+5319 profonde
+5318 pleinement
+5317 plaît
+5316 plate
+5315 plastiques
+5314 plastique
+5313 plainte
+5312 plaident
+5311 plafond
+5310 placée
+5309 pires
+5308 pierre
+5307 pieds
+5306 pic
+5305 phénomènes
+5304 marginal
+5303 physiques
+5302 physique
+5301 phrase
+5300 phase
+5299 phare
+5298 utilisé
+5297 produire
+5296 peuples
+5295 petroleum
+5294 perçu
+5293 perçoivent
+5292 persuadé
+5291 persuader
+5290 perspective
+5289 personnels
+5288 personnellement
+5287 personnelle
+5286 personnalité
+5285 persistent
+5284 persiste
+5283 permettront
+5282 permettraient
+5281 permettez
+5280 permette
+5279 permettant
+5278 permanents
+5277 permanente
+5276 permanent
+5275 performances
+5274 perdus
+5273 percevoir
+5272 perception
+5271 pensée
+5270 pension
+5269 pensez
+5268 pensent
+5267 penchés
+5266 pe
+5265 payés
+5264 voisin
+5263 payons
+5262 patronat
+5261 patients
+5260 patient
+5259 passés
+5258 passion
+5257 passera
+5256 passent
+5255 passait
+5254 passagers
+5253 suffisamment
+5252 spécialement
+5251 perdre
+5250 hésité
+5249 parviennent
+5248 parvienne
+5247 parviendrait
+5246 parvenus
+5245 paru
+5244 partisan
+5243 partiellement
+5242 partielle
+5241 particuliers
+5240 particules
+5239 participeront
+5238 participent
+5237 participe
+5236 participant
+5235 travailliste
+5234 partent
+5233 partenaire
+5232 partagés
+5231 partagées
+5230 partagée
+5229 partager
+5228 partagent
+5227 parlent
+5226 parier
+5225 pari
+5224 parfaitement
+5223 parfaite
+5222 parfait
+5221 pareil
+5220 parcs
+5219 parcours
+5218 parcourir
+5217 paraître
+5216 paramètres
+5215 parallèlement
+5214 paraissent
+5213 paraisse
+5212 paragraphes
+5211 paradoxe
+5210 paradoxale
+5209 paquet
+5208 pans
+5207 palmarès
+5206 pallier
+5205 palestiniennes
+5204 palestinien
+5203 palerme
+5202 paiera
+5201 paie
+5200 pages
+5199 page
+5198 pacte
+5197 pack
+5196 pacifique
+5195 ouvre
+5194 ouverts
+5193 ouvertement
+5192 ouverte
+5191 ouragans
+5190 oublié
+5189 oubli
+5188 otage
+5187 osé
+5186 oslo
+5185 ortega
+5184 originale
+5183 original
+5182 originaire
+5181 orientée
+5180 orientale
+5179 organisés
+5178 organisme
+5177 organisera
+5176 organe
+5175 oreilles
+5174 ordinateur
+5173 ordinaire
+5172 orateur
+5171 opéré
+5170 opérer
+5169 opérationnel
+5168 opération
+5167 options
+5166 option
+5165 opter
+5164 opposé
+5163 opposons
+5162 opposant
+5161 sauvés
+5160 retenus
+5159 rejetés
+5158 présentées
+5157 annulées
+5156 subi
+5155 réduit
+5154 refusé
+5153 qualifié
+5152 poussé
+5151 payé
+5150 participé
+5149 évite
+5148 souvient
+5147 relève
+5146 pensait
+5145 oil
+5144 offrent
+5143 offrant
+5142 officiels
+5141 officiellement
+5140 officielle
+5139 offerts
+5138 offerte
+5137 offert
+5136 of
+5135 océan
+5134 octroyer
+5133 occupés
+5132 occupé
+5131 occupant
+5130 occidentales
+5129 occasions
+5128 occasionnés
+5127 obtient
+5126 obtenue
+5125 obstacle
+5124 observé
+5123 observe
+5122 observation
+5121 observateur
+5120 obligés
+5119 obligerait
+5118 obliger
+5117 oblige
+5116 obligatoirement
+5115 obligatoire
+5114 objets
+5113 objectivement
+5112 néo
+5111 négligeable
+5110 négatives
+5109 négativement
+5108 négative
+5107 négatif
+5106 néfaste
+5105 néerlandais
+5104 nécessairement
+5103 néant
+5102 né
+5101 nurse
+5100 nullement
+5099 nulle
+5098 nul
+5097 nuisent
+5096 nuisances
+5095 nuire
+5094 nucléaire
+5093 noyaux
+5092 noyau
+5091 now
+5090 novateurs
+5089 nouvellement
+5088 nouveauté
+5087 étions
+5086 voulions
+5085 verrons
+5084 tenons
+5083 souhaitons
+5082 souhaiterions
+5081 satisfaits
+5080 opposés
+5079 rencontrons
+5078 remercions
+5077 rejoindre
+5076 refusons
+5075 prenons
+5074 pourrions
+5073 perdons
+5072 pensons
+5071 parlons
+5070 souvenons
+5069 nourrit
+5068 noté
+5067 patrimoine
+5066 notes
+5065 not
+5064 norme
+5063 normaux
+5062 normatives
+5061 normalement
+5060 nordiques
+5059 nommés
+5058 nommer
+5057 nomme
+5056 nominations
+5055 noix
+5054 noire
+5053 no
+5052 nier
+5051 nie
+5050 york
+5049 new
+5048 neuvième
+5047 neufs
+5046 nettoyage
+5045 nettement
+5044 nette
+5043 nerveux
+5042 neige
+5041 suffisent
+5040 parvenu
+5039 sois
+5038 serons
+5037 reproduise
+5036 saurait
+5035 répondent
+5034 resteront
+5033 proposent
+5032 pouvaient
+5031 pourront
+5030 parle
+5029 nécessite
+5028 ferait
+5027 diminue
+5026 nazi
+5025 naviguent
+5024 naufrage
+5023 naturelles
+5022 naturellement
+5021 naturel
+5020 nationaux
+5019 nationalistes
+5018 nationales
+5017 nationale
+5016 natale
+5015 napolitano
+5014 êtes
+5013 éclate
+5012 oublie
+5011 ose
+5010 exclut
+5009 métier
+5008 mérité
+5007 mériter
+5006 méritent
+5005 méritait
+5004 méprisant
+5003 mémoires
+5002 mélodie
+5001 mélange
+5000 médiocres
+4999 médicaux
+4998 médical
+4997 médiatique
+4996 médecin
+4995 mécanisme
+4994 mères
+4993 mèneront
+4992 mènent
+4991 mène
+4990 mutuelle
+4989 mutation
+4988 musique
+4987 municipaux
+4986 municipalités
+4985 municipalité
+4984 municipales
+4983 municipale
+4982 munich
+4981 multiplier
+4980 multinationale
+4979 motos
+4978 moto
+4977 motivations
+4976 motivation
+4975 motion
+4974 motifs
+4973 moss
+4972 morgan
+4971 morceaux
+4970 monétaires
+4969 monté
+4968 montréal
+4967 montrent
+4966 montrant
+4965 monter
+4964 montent
+4963 montants
+4962 monica
+4961 mondiaux
+4960 mondiales
+4959 mondial
+4958 mondes
+4957 monceau
+4956 moindres
+4955 modifiée
+4954 modifié
+4953 modifie
+4952 modeste
+4951 modernes
+4950 moderne
+4949 mobilisés
+4948 mobiliser
+4947 mix
+4946 misère
+4945 mises
+4944 misent
+4943 minutieusement
+4942 minoritaire
+4941 ministériels
+4940 minimum
+4939 minimiser
+4938 minimale
+4937 miner
+4936 millénaire
+4935 million
+4934 mille
+4933 militaires
+4932 militaire
+4931 midlands
+4930 meurtres
+4929 meurent
+4928 mettront
+4927 mettra
+4926 mettons
+4925 mette
+4924 mets
+4923 mesurées
+4922 mesurer
+4921 messieurs
+4920 mers
+4919 mercure
+4918 menées
+4917 menée
+4916 mentionnés
+4915 mentionnées
+4914 mentionnée
+4913 mentionner
+4912 mentionne
+4911 mention
+4910 menant
+4909 menacés
+4908 menacée
+4907 menacé
+4906 joindre
+4905 mccarthy
+4904 maximale
+4903 maximal
+4902 matérielles
+4901 matérialise
+4900 massive
+4899 masses
+4898 pétain
+4897 maréchal
+4896 marquées
+4895 marquant
+4894 market
+4893 marines
+4892 marine
+4891 marin
+4890 maria
+4889 marginalisation
+4888 marchands
+4887 manqué
+4886 manquera
+4885 manquer
+4884 manquent
+4883 décisive
+4882 manifesté
+4881 manifestent
+4880 manifestement
+4879 manifeste
+4878 manie
+4877 mandats
+4876 manchester
+4875 manches
+4874 maltais
+4873 malade
+4872 qualifiée
+4871 majeurs
+4870 majeur
+4869 maison
+4868 maires
+4867 maintiennent
+4866 maintiendra
+4865 maigres
+4864 maigre
+4863 magnifique
+4862 madrid
+4861 madame
+4860 machine
+4859 légèrement
+4858 légitimes
+4857 légitime
+4856 légitimation
+4855 législature
+4854 législatives
+4853 législative
+4852 législatif
+4851 légers
+4850 légalement
+4849 légale
+4848 légal
+4847 permettent
+4846 lue
+4845 loyale
+4844 loué
+4843 lourdement
+4842 lourde
+4841 lourd
+4840 louer
+4839 louanges
+4838 lot
+4837 lorsqu
+4836 longueur
+4835 loire
+4834 logiquement
+4833 logement
+4832 localement
+4831 liées
+4830 livrer
+4829 livrent
+4828 littérature
+4827 littéraire
+4826 litres
+4825 litige
+4824 linguistique
+4823 limités
+4822 limitée
+4821 limitent
+4820 limitant
+4819 lille
+4818 lier
+4817 directs
+4816 licenciements
+4815 licence
+4814 libération
+4813 libéralisme
+4812 libéral
+4811 libye
+4810 libres
+4809 librement
+4808 liaisons
+4807 liaison
+4806 leviers
+4805 level
+4804 salariés
+4803 noms
+4802 rappeler
+4801 lesdits
+4800 îles
+4799 étrangers
+4798 émissions
+4797 élus
+4796 électeurs
+4795 volontaires
+4794 uns
+4793 territoires
+4792 syriens
+4791 stratégies
+4790 soins
+4789 seules
+4788 serbes
+4787 réunions
+4786 réticences
+4785 réseaux
+4784 récentes
+4783 potentiels
+4782 restrictions
+4781 registres
+4780 quatorze
+4779 protagonistes
+4778 propriétaires
+4777 profits
+4776 liés
+4775 principales
+4774 pressions
+4773 premières
+4772 pénales
+4771 poursuites
+4770 possibilités
+4769 populations
+4768 politiciens
+4767 touchées
+4766 proches
+4765 pistes
+4764 pertes
+4763 riches
+4762 pauvres
+4761 patrons
+4760 participants
+4759 paroles
+4758 orateurs
+4757 océans
+4756 obligations
+4755 réels
+4754 technologies
+4753 mélodies
+4752 murs
+4751 multinationales
+4750 moteurs
+4749 modalités
+4748 milieux
+4747 menaces
+4746 manquements
+4745 manières
+4744 manifestations
+4743 libéraux
+4742 libertés
+4741 leçons
+4740 interprétations
+4739 artisans
+4738 lancés
+4737 alpes
+4736 affirmations
+4735 lente
+4734 lendemain
+4733 ledit
+4732 end
+4731 week
+4730 veuille
+4729 verre
+4728 tunnel
+4727 trio
+4726 traitant
+4725 trafic
+4724 tapis
+4723 syndrome
+4722 suspect
+4721 soutient
+4720 souhait
+4719 sort
+4718 soleil
+4717 siège
+4716 sillage
+4715 signe
+4714 sexe
+4713 septième
+4712 sentiment
+4711 scénario
+4710 sauvetage
+4709 salut
+4708 rêve
+4707 rythme
+4706 retour
+4705 ressortissant
+4704 renversement
+4703 renforcement
+4702 rendez
+4701 rendement
+4700 remboursement
+4699 relais
+4698 rejet
+4697 record
+4696 rail
+4695 quota
+4694 père
+4693 protocole
+4692 propriétaire
+4691 procureur
+4690 potentiel
+4689 portefeuille
+4688 urgent
+4687 plomb
+4686 stratégique
+4685 plaisir
+4684 pilote
+4683 paysage
+4682 partenariat
+4681 partage
+4680 menu
+4679 mécontentement
+4678 moteur
+4677 monopole
+4676 mobile
+4675 ministère
+4674 message
+4673 massif
+4672 luxembourg
+4671 lien
+4670 larges
+4669 largement
+4668 laps
+4667 langues
+4666 lancée
+4665 lancé
+4664 lancent
+4663 lance
+4662 laissée
+4661 laissons
+4660 laissez
+4659 laisserait
+4658 laisser
+4657 laissent
+4656 laisse
+4655 ladite
+4654 lacunes
+4653 labour
+4652 volonté
+4651 volatilité
+4650 vitesse
+4649 vigilance
+4648 quotidienne
+4647 victoire
+4646 veille
+4645 vallée
+4644 validité
+4643 totale
+4642 tâche
+4641 tva
+4640 tutelle
+4639 transposition
+4638 transition
+4637 tranquillité
+4636 tragédie
+4635 tolérance
+4634 terreur
+4633 tentative
+4632 tentation
+4631 tendance
+4630 tempête
+4629 technique
+4628 taille
+4627 table
+4626 séparation
+4625 sécheresse
+4624 suspension
+4623 suppression
+4622 stimulation
+4621 souffrance
+4620 solidité
+4619 solidarité
+4618 session
+4617 serbie
+4616 section
+4615 sanction
+4614 réussite
+4613 résolution
+4612 résistance
+4611 répression
+4610 réorganisation
+4609 réinsertion
+4608 réglementation
+4607 récession
+4606 réception
+4605 récente
+4604 réaction
+4603 règle
+4602 royal
+4601 rhétorique
+4600 restructuration
+4599 restauration
+4598 requête
+4597 représentante
+4596 reprise
+4595 remontée
+4594 remise
+4593 relation
+4592 queue
+4591 quatrième
+4590 puissante
+4589 puissance
+4588 publication
+4587 préservation
+4586 proximité
+4585 prospérité
+4584 progression
+4583 pénale
+4582 problématique
+4581 prestation
+4580 prescription
+4579 étape
+4578 poussée
+4577 tzigane
+4576 rurale
+4575 pollution
+4574 éducative
+4573 grosse
+4572 piste
+4571 philosophie
+4570 petite
+4569 permission
+4568 patrie
+4567 négligence
+4566 nuit
+4565 norvège
+4564 normalité
+4563 nomination
+4562 nationalité
+4561 naissance
+4560 méthode
+4559 multiplication
+4558 morale
+4557 modération
+4556 modification
+4555 modernisation
+4554 mode
+4553 mobilité
+4552 minorité
+4551 menace
+4550 meilleure
+4549 maturation
+4548 marque
+4547 marchandise
+4546 manifestation
+4545 légalité
+4544 lumière
+4543 localisation
+4542 livraison
+4541 limitation
+4540 libéralisation
+4539 levée
+4538 lettre
+4537 lecture
+4536 langue
+4535 galice
+4534 bulgarie
+4533 étendue
+4532 équivalent
+4531 équilibre
+4530 élection
+4529 élan
+4528 égypte
+4527 édifice
+4526 ère
+4525 âme
+4524 âge
+4523 utilité
+4522 unité
+4521 unique
+4520 unanimité
+4519 optique
+4518 opprobre
+4517 oppression
+4516 opportunité
+4515 oit
+4514 octroi
+4513 occident
+4512 obtention
+4511 observatoire
+4510 inde
+4509 héritage
+4508 expansion
+4507 enseignement
+4506 accélération
+4505 kosovars
+4504 koch
+4503 km
+4502 kilos
+4501 jörg
+4500 justifiés
+4499 justifiées
+4498 justifié
+4497 justifier
+4496 justifie
+4495 justes
+4494 juridiques
+4493 juridiquement
+4492 juridiction
+4491 jungle
+4490 juifs
+4489 jugée
+4488 jugé
+4487 jugement
+4486 juge
+4485 judicieux
+4484 judiciaires
+4483 judiciaire
+4482 joyeuse
+4481 journalistes
+4480 journaliste
+4479 officiel
+4478 jouit
+4477 jouent
+4476 jordanie
+4475 jolie
+4474 jointes
+4473 joie
+4472 jiménez
+4471 jeté
+4470 jeter
+4469 vais
+4468 suppose
+4467 serais
+4466 regrette
+4465 recommande
+4464 préfère
+4463 sais
+4462 rappelle
+4461 jaune
+4460 japonaises
+4459 jan
+4458 étais
+4457 italiens
+4456 italienne
+4455 it
+4454 issus
+4453 issu
+4452 israélienne
+4451 isolés
+4450 isoler
+4449 is
+4448 irréparable
+4447 irréguliers
+4446 irréalistes
+4445 irresponsable
+4444 irrationnel
+4443 irlandaise
+4442 irlandais
+4441 irakienne
+4440 irait
+4439 inévitablement
+4438 inévitable
+4437 inédite
+4436 invités
+4435 inviter
+4434 invite
+4433 invitation
+4432 invisible
+4431 investiture
+4430 investisseurs
+4429 investigations
+4428 investigation
+4427 inutiles
+4426 inutilement
+4425 intérieures
+4424 intérieure
+4423 intéressés
+4422 intéressé
+4421 intéressent
+4420 intéressants
+4419 intéressante
+4418 intégrés
+4417 intégrées
+4416 intégrée
+4415 intégré
+4414 intégrité
+4413 intégrante
+4412 intégralement
+4411 intégrale
+4410 intégral
+4409 introduits
+4408 introduites
+4407 introduite
+4406 introduit
+4405 introduira
+4404 introduction
+4403 intolérable
+4402 intitulé
+4401 intimidation
+4400 intervenants
+4399 intervenant
+4398 interrégionale
+4397 interruption
+4396 interrogés
+4395 interrogée
+4394 interroger
+4393 interroge
+4392 interprété
+4391 interprète
+4390 interpellations
+4389 internet
+4388 internationales
+4387 intermédiaire
+4386 interdire
+4385 interdiction
+4384 inter
+4383 intentions
+4382 intensité
+4381 intensif
+4380 intelligente
+4379 intelligence
+4378 intellectuelle
+4377 intellectuel
+4376 insulaires
+4375 insulaire
+4374 insuffisant
+4373 instruments
+4372 instruction
+4371 institué
+4370 institutionnelle
+4369 instincts
+4368 instauré
+4367 instaurer
+4366 instauration
+4365 instant
+4364 instances
+4363 installées
+4362 installée
+4361 installer
+4360 inspirer
+4359 inspirent
+4358 inspecté
+4357 inspection
+4356 inspecteur
+4355 insisté
+4354 insistent
+4353 insiste
+4352 insignifiante
+4351 inscrits
+4350 inscrites
+4349 inscrite
+4348 inscrit
+4347 inscrire
+4346 insatisfaction
+4345 inquiétant
+4344 inquiètent
+4343 inquiète
+4342 inquiets
+4341 innovatrice
+4340 innovations
+4339 innovateur
+4338 injustement
+4337 injuste
+4336 initiatives
+4335 initialement
+4334 initiale
+4333 ingérence
+4332 ingrédient
+4331 inférieur
+4330 infractions
+4329 infraction
+4328 informée
+4327 informé
+4326 informer
+4325 informelle
+4324 informe
+4323 informatiques
+4322 informatique
+4321 nécessaires
+4320 informateurs
+4319 influer
+4318 influencée
+4317 positive
+4316 influence
+4315 influe
+4314 inflation
+4313 infirmières
+4312 infiltrer
+4311 infidèle
+4310 inefficaces
+4309 indépendante
+4308 indépendant
+4307 indépendance
+4306 indépendamment
+4305 industriels
+4304 industrielles
+4303 industrielle
+4302 industriel
+4301 industrialisés
+4300 individuels
+4299 individuelles
+4298 individuellement
+4297 individuelle
+4296 individuel
+4295 indispensables
+4294 indiscutable
+4293 indirectement
+4292 indiquer
+4291 indiquent
+4290 indiquait
+4289 indigné
+4288 indignation
+4287 indifférence
+4286 indien
+4285 indices
+4284 indice
+4283 indications
+4282 indicatif
+4281 indicateur
+4280 indemnité
+4279 incrustée
+4278 incorrecte
+4277 incorporés
+4276 incontestables
+4275 incontestable
+4274 inconnu
+4273 incombe
+4272 inclut
+4271 inclusion
+4270 incluse
+4269 inclus
+4268 inclure
+4267 inclues
+4266 incité
+4265 incitant
+4264 incisive
+4263 incidence
+4262 incertitudes
+4261 incertitude
+4260 incertain
+4259 incendies
+4258 incendie
+4257 incapacité
+4256 incapable
+4255 inadéquates
+4254 inaction
+4253 in
+4252 impôt
+4251 impératifs
+4250 imputer
+4249 imputables
+4248 impulsion
+4247 impressions
+4246 imposés
+4245 imposées
+4244 imposée
+4243 imposé
+4242 impose
+4241 importantes
+4240 impliqués
+4239 impliquées
+4238 impliquée
+4237 impliqué
+4236 impliquerait
+4235 impliquera
+4234 impliquer
+4233 impliquent
+4232 implique
+4231 implication
+4230 implantation
+4229 impatience
+4228 immédiatement
+4227 immédiate
+4226 immunité
+4225 immobiliers
+4224 immigrants
+4223 immense
+4222 imaginé
+4221 imaginerait
+4220 imagination
+4219 imaginaire
+4218 image
+4217 réalisent
+4216 illégitimes
+4215 illégales
+4214 illégale
+4213 illustrés
+4212 illustré
+4211 illustre
+4210 illicite
+4209 établit
+4208 travaille
+4207 tente
+4206 suffit
+4205 souhaiterait
+4204 souhaite
+4203 souhaitait
+4202 semblerait
+4201 savait
+4200 précise
+4199 prenne
+4198 paraît
+4197 voulait
+4196 met
+4195 joue
+4194 désirait
+4193 ignorez
+4192 ignorer
+4191 ignore
+4190 ignorance
+4189 idéologique
+4188 idéologie
+4187 idéal
+4186 identiques
+4185 identique
+4184 identifiés
+4183 identifié
+4182 identifier
+4181 identifie
+4180 i.
+4179 i
+4178 hôpital
+4177 hésite
+4176 hypothèse
+4175 hypocrites
+4174 hypocrisie
+4173 hydrocarbures
+4172 humanité
+4171 humains
+4170 humaines
+4169 humaine
+4168 humain
+4167 hulten
+4166 huit
+4165 huis
+4164 hors
+4163 horizon
+4162 honorable
+4161 honnête
+4160 honneur
+4159 homologues
+4158 hommage
+4157 home
+4156 holocauste
+4155 hitler
+4154 historique
+4153 high
+4152 heureux
+4151 heureuse
+4150 herr
+4149 henry
+4148 heinz
+4147 hauteurs
+4146 haute
+4145 placés
+4144 hausse
+4143 hasard
+4142 harris
+4141 harmonisé
+4140 harlem
+4139 handicap
+4138 haine
+4137 haider
+4136 habituelles
+4135 habituellement
+4134 habite
+4133 habitat
+4132 habitant
+4131 habilité
+4130 h
+4129 gérées
+4128 géographique
+4127 géographie
+4126 généreux
+4125 générer
+4124 suivantes
+4123 générations
+4122 précédente
+4121 génération
+4120 générales
+4119 généralement
+4118 génère
+4117 géante
+4116 guère
+4115 guider
+4114 guide
+4113 guichet
+4112 guerres
+4111 gré
+4110 parlementaires
+4109 restera
+4108 parlementaire
+4107 grossière
+4106 grosses
+4105 gravement
+4104 gratuité
+4103 gratuitement
+4102 gratuite
+4101 grassement
+4100 grandissant
+4099 grandement
+4098 grade
+4097 gouverner
+4096 gouvernementaux
+4095 gouvernementales
+4094 gouvernemental
+4093 syrien
+4092 italien
+4091 grec
+4090 globaux
+4089 globalement
+4088 globale
+4087 global
+4086 gestes
+4085 geste
+4084 gardé
+4083 gardienne
+4082 gardien
+4081 garantit
+4080 garantissant
+4079 survie
+4078 garanties
+4077 garantie
+4076 gains
+4075 gagne
+4074 gagnants
+4073 fêtons
+4072 fêter
+4071 féliciter
+4070 fédération
+4069 fédéraliste
+4068 fédéral
+4067 futurs
+4066 future
+4065 fusions
+4064 funeste
+4063 fréquenter
+4062 fréquent
+4061 fréquemment
+4060 frénésie
+4059 fruits
+4058 frontière
+4057 frontalière
+4056 froid
+4055 freiné
+4054 freiner
+4053 frein
+4052 fraternité
+4051 frappée
+4050 françaises
+4049 français
+4048 francs
+4047 franco
+4046 franchement
+4045 fragilisée
+4044 fragiles
+4043 fragile
+4042 foyers
+4041 fourniture
+4040 fournit
+4039 fournisseur
+4038 fournissent
+4037 fournis
+4036 fournie
+4035 fou
+4034 forêts
+4033 forum
+4032 fortement
+4031 fort
+4030 formés
+4029 formées
+4028 formulées
+4027 formulée
+4026 formulé
+4025 formuler
+4024 formule
+4023 former
+4022 forment
+4021 formelle
+4020 formations
+4019 forcés
+4018 forcément
+4017 the
+4016 for
+4015 fondées
+4014 publics
+4013 fondement
+4012 fonde
+4011 fondateurs
+4010 fondamentalement
+4009 fondamentale
+4008 fonctionnera
+4007 fonctionner
+4006 fonctionne
+4005 fonctionnaire
+4004 flux
+4003 fluide
+4002 fluctuations
+4001 flou
+4000 flexibles
+3999 flexible
+3998 fleurs
+3997 flammes
+3996 fière
+3995 fixée
+3994 fixes
+3993 fixe
+3992 fixation
+3991 fiscaux
+3990 fiscales
+3989 fiscale
+3988 fiscal
+3987 firmes
+3986 finlandaise
+3985 finit
+3984 finistère
+3983 finissent
+3982 finisse
+3981 finira
+3980 fini
+3979 financés
+3978 financée
+3977 financièrement
+3976 financier
+3975 finance
+3974 finalisé
+3973 finalement
+3972 isolement
+3971 hollywoodiens
+3970 filières
+3969 filière
+3968 figurer
+3967 figurent
+3966 figure
+3965 fierté
+3964 fiers
+3963 fier
+3962 fidèles
+3961 fidèle
+3960 fiche
+3959 vert
+3958 feu
+3957 fervent
+3956 feront
+3955 fernando
+3954 fermés
+3953 fermeté
+3952 fermes
+3951 fermer
+3950 fermement
+3949 ferme
+3948 ferais
+3947 feraient
+3946 ferai
+3945 fera
+3944 fer
+3943 fed
+3942 fbi
+3941 favorisent
+3940 favorisant
+3939 favorables
+3938 favorable
+3937 fautes
+3936 faute
+3935 fausses
+3934 faufiler
+3933 fatigue
+3932 fassent
+3931 fasse
+3930 fascinés
+3929 farce
+3928 fantastique
+3927 vivent
+3926 famille
+3925 familiale
+3924 fameux
+3923 fameuses
+3922 fameuse
+3921 fallait
+3920 faites
+3919 preuve
+3918 faisons
+3917 faisaient
+3916 faisabilité
+3915 valoir
+3914 remarquer
+3913 oublier
+3912 faille
+3911 faiblesses
+3910 faibles
+3909 facteur
+3908 facilité
+3907 facilitent
+3906 facilitant
+3905 faciles
+3904 facilement
+3903 facettes
+3902 dollar
+3901 fabriqués
+3900 fabriquer
+3899 fabriquent
+3898 fabricant
+3897 f.
+3896 exécuté
+3895 exécuter
+3894 exubérance
+3893 extérieurs
+3892 extérieure
+3891 extrêmes
+3890 extrême
+3889 extraordinaires
+3888 extraordinaire
+3887 extradition
+3886 extinction
+3885 externe
+3884 extension
+3883 expérimenter
+3882 expérimentaux
+3881 exprimés
+3880 exprimée
+3879 expriment
+3878 exprime
+3877 expressément
+3876 exposés
+3875 exposées
+3874 exposé
+3873 exposera
+3872 explosive
+3871 explosion
+3870 explosif
+3869 explorer
+3868 exploration
+3867 exploitants
+3866 expliquent
+3865 explications
+3864 expiration
+3863 expertise
+3862 expatriation
+3861 existent
+3860 existants
+3859 existante
+3858 existant
+3857 existait
+3856 exigé
+3855 exiger
+3854 exigence
+3853 exigeants
+3852 exige
+3851 exhaustive
+3850 exercée
+3849 exercé
+3848 exercer
+3847 exerce
+3846 exemplaires
+3845 exemplaire
+3844 excès
+3843 excuses
+3842 excuse
+3841 exclusivement
+3840 exclusive
+3839 exclusifs
+3838 exclusif
+3837 exclure
+3836 exclues
+3835 excessif
+3834 exceptionnelle
+3833 exceptionnel
+3832 excellents
+3831 excellentes
+3830 excellente
+3829 excellent
+3828 examinées
+3827 examinons
+3826 examineront
+3825 examinera
+3824 examine
+3823 exagérée
+3822 exagéré
+3821 exacte
+3820 exact
+3819 evans
+3818 eurostat
+3817 reçoivent
+3816 eurent
+3815 ethnique
+3814 restaurer
+3813 transporter
+3812 transparent
+3811 soutenu
+3810 intervenus
+3809 situées
+3808 régionaux
+3807 remplacé
+3806 remettre
+3805 mérite
+3804 précieux
+3803 partout
+3802 parcourt
+3801 palestiniens
+3800 moyennes
+3799 pensions
+3798 immigrés
+3797 pakistan
+3796 reconstruction
+3795 fraude
+3794 prends
+3793 israélien
+3792 francis
+3791 fais
+3790 estimés
+3789 estimons
+3788 estiment
+3787 estime
+3786 estimant
+3785 évidente
+3784 vraisemblablement
+3783 votée
+3782 uniquement
+3781 transformé
+3780 totalement
+3779 terminée
+3778 tellement
+3777 souhaitable
+3776 sensible
+3775 résolu
+3774 représentée
+3773 rentré
+3772 relativement
+3771 regrettable
+3770 prêt
+3769 prévue
+3768 présentée
+3767 présente
+3766 préférable
+3765 pratiquement
+3764 positif
+3763 facile
+3762 partagé
+3761 normal
+3760 montrée
+3759 logique
+3758 liée
+3757 lié
+3756 signal
+3755 principale
+3754 inutile
+3753 intéressant
+3752 interdit
+3751 inacceptable
+3750 impossible
+3749 importante
+3748 impensable
+3747 fondamental
+3746 extrêmement
+3745 exclu
+3744 entré
+3743 désolé
+3742 différent
+3741 essentielles
+3740 essentiellement
+3739 essayé
+3738 essayons
+3737 essayer
+3736 essaient
+3735 essaie
+3734 essai
+3733 espérons
+3732 espérer
+3731 espèrent
+3730 espèces
+3729 espèce
+3728 esprits
+3727 espoirs
+3726 espoir
+3725 espagnols
+3724 espagnoles
+3723 espagnole
+3722 espaces
+3721 escompté
+3720 erreur
+3719 envoyés
+3718 envoyée
+3717 spécial
+3716 envoyé
+3715 courrier
+3714 envoient
+3713 envoie
+3712 envisager
+3711 envisageons
+3710 envisageait
+3709 envisage
+3708 environnementaux
+3707 environnementales
+3706 envie
+3705 envergure
+3704 enveloppes
+3703 enveloppe
+3702 entrons
+3701 entrevue
+3700 entrevoir
+3699 entretient
+3698 entretien
+3697 entretenir
+3696 entrer
+3695 entrent
+3694 israéliens
+3693 entraîneraient
+3692 entraînera
+3691 entraîner
+3690 entraîne
+3689 entièrement
+3688 entière
+3687 entier
+3686 entente
+3685 entendus
+3684 entendues
+3683 entendent
+3682 entamées
+3681 entamée
+3680 entamer
+3679 enrique
+3678 enrichir
+3677 enregistrés
+3676 enregistrent
+3675 enregistrement
+3674 enregistre
+3673 enquêter
+3672 ennemis
+3671 enlevés
+3670 engorgement
+3669 englobe
+3668 engendrés
+3667 engendrerait
+3666 engagés
+3665 engagées
+3664 engagée
+3663 engagé
+3662 engageait
+3661 engage
+3660 enfant
+3659 endroits
+3658 endroit
+3657 endosser
+3656 endommagé
+3655 endettement
+3654 encouragement
+3653 encourageante
+3652 encourage
+3651 profond
+3650 encontre
+3649 enceinte
+3648 encadrée
+3647 encadrement
+3646 écosse
+3645 voyant
+3644 voulant
+3643 tête
+3642 témoigne
+3641 travaillant
+3640 théorie
+3639 suède
+3638 suspens
+3637 suisse
+3636 souffrent
+3635 résulte
+3634 réduisant
+3633 russie
+3632 roumanie
+3631 relief
+3630 provenance
+3629 proposant
+3628 pleine
+3627 parlant
+3626 parallèle
+3625 organisant
+3624 mémoire
+3623 misant
+3622 urbain
+3621 mettant
+3620 marche
+3619 majeure
+3618 ira
+3617 guise
+3616 fuite
+3615 exil
+3614 espérant
+3613 corrigeant
+3612 empêché
+3611 empêcher
+3610 empêchent
+3609 empêchait
+3608 empreinte
+3607 employés
+3606 employé
+3605 emploie
+3604 emmène
+3603 situent
+3602 obtiennent
+3601 souligne
+3600 limite
+3599 félicite
+3598 permet
+3597 pouvait
+3596 ehud
+3595 eh
+3594 effondrer
+3593 effondrement
+3592 énergétique
+3591 efficacité
+3590 efficaces
+3589 efficacement
+3588 effectuées
+3587 effectuée
+3586 effectué
+3585 effective
+3584 effectifs
+3583 effacer
+3582 echo
+3581 e
+3580 déçus
+3579 développés
+3578 développées
+3577 développements
+3576 technologique
+3575 développe
+3574 détérioré
+3573 détérioration
+3572 détruit
+3571 détruire
+3570 détient
+3569 déterminées
+3568 déterminé
+3567 détermine
+3566 déterminants
+3565 déterminant
+3564 détenteur
+3563 détecté
+3562 détaillées
+3561 détaillée
+3560 déséquilibre
+3559 désormais
+3558 désirent
+3557 désire
+3556 désir
+3555 désigne
+3554 désignation
+3553 désespérément
+3552 désastre
+3551 désaccord
+3550 dérouler
+3549 déroulent
+3548 déroulement
+3547 dérives
+3546 dérive
+3545 dérapages
+3544 députée
+3543 député
+3542 dépourvu
+3541 déposés
+3540 déposée
+3539 déployer
+3538 déplacement
+3537 dépistage
+3536 dépensés
+3535 dépensent
+3534 dépense
+3533 dépendra
+3532 dépendent
+3531 dépend
+3530 dépasser
+3529 dépassent
+3528 dépasse
+3527 départements
+3526 département
+3525 dénué
+3524 dénonçant
+3523 dénoncer
+3522 dénoncent
+3521 dénonce
+3520 démontré
+3519 démontrera
+3518 démocratiquement
+3517 démocratique
+3516 démocratie
+3515 démissionnaire
+3514 démission
+3513 démarrer
+3512 démarrage
+3511 démarches
+3510 démanteler
+3509 délégués
+3508 délégué
+3507 délivrer
+3506 délivrance
+3505 délibération
+3504 évoqué
+3503 existantes
+3502 dégager
+3501 dégagent
+3500 défis
+3499 définitivement
+3498 définitifs
+3497 définitif
+3496 définit
+3495 définissent
+3494 définissant
+3493 définies
+3492 définie
+3491 défier
+3490 déficitaire
+3489 défi
+3488 défenseurs
+3487 défenseur
+3486 défendue
+3485 défendu
+3484 défendaient
+3483 défend
+3482 défauts
+3481 défaut
+3480 dédommagement
+3479 décrivant
+3478 découvrir
+3477 découverte
+3476 découle
+3475 déclarée
+3474 déclarer
+3473 déclarent
+3472 déclare
+3471 faite
+3470 déclarait
+3469 prises
+3468 finale
+3467 décisif
+3466 décidées
+3465 décidée
+3464 décideurs
+3463 décideront
+3462 décident
+3461 décharge
+3460 déception
+3459 décennie
+3458 débuter
+3457 déboursés
+3456 déboucher
+3455 débattus
+3454 débattu
+3453 débattant
+3452 débarrasser
+3451 dynamiques
+3450 dynamique
+3449 dus
+3448 dures
+3447 durer
+3446 dur
+3445 dues
+3444 final
+3443 tourisme
+3442 tibet
+3441 texas
+3440 taux
+3439 syndicat
+3438 statut
+3437 spö
+3436 siècle
+3435 sida
+3434 semestre
+3433 secrétaire
+3432 second
+3431 hitlérien
+3430 régime
+3429 référendum
+3428 retrait
+3427 retard
+3426 renvoi
+3425 racisme
+3424 producteur
+3423 prochain
+3422 printemps
+3421 port
+3420 poids
+3419 pnb
+3418 pib
+3417 pavillon
+3416 espagnol
+3415 populaire
+3414 pain
+3413 nouvel
+3412 nord
+3411 médiateur
+3410 orient
+3409 mouvement
+3408 montant
+3407 meurtre
+3406 maître
+3405 mardi
+3404 livre
+3403 socialiste
+3402 gouverneur
+3401 golan
+3400 front
+3399 fondamentaux
+3398 dressé
+3397 drastique
+3396 dramatique
+3395 douté
+3394 doutons
+3393 doubler
+3392 dotés
+3391 dotée
+3390 doté
+3389 dossier
+3388 dose
+3387 dos
+3386 dorénavant
+3385 débarrasse
+3384 donneraient
+3383 donnera
+3382 donne
+3381 donnant
+3380 dommage
+3379 dominé
+3378 dominique
+3377 domination
+3376 effectués
+3375 doive
+3374 traiter
+3373 servir
+3372 dois
+3371 documentation
+3370 doctrine
+3369 divisés
+3368 divisé
+3367 diversifiée
+3366 divergences
+3365 dites
+3364 dite
+3363 distribués
+3362 distribué
+3361 distribution
+3360 distribuer
+3359 distribue
+3358 distinction
+3357 distances
+3356 distance
+3355 dissolution
+3354 disposés
+3353 disposée
+3352 disposé
+3351 disposition
+3350 disposent
+3349 dispose
+3348 disposant
+3347 disposait
+3346 disponibles
+3345 disponible
+3344 disponibilité
+3343 disparu
+3342 disparition
+3341 disparaître
+3340 disparaissent
+3339 dise
+3338 discutée
+3337 discuté
+3336 discutons
+3335 discutent
+3334 discute
+3333 discrétion
+3332 discrédit
+3331 diront
+3330 dirigés
+3329 dirigée
+3328 dirigé
+3327 dirigeaient
+3326 directrices
+3325 directrice
+3324 directions
+3323 généraux
+3322 directeurs
+3321 directement
+3320 direct
+3319 dirais
+3318 diraient
+3317 dirai
+3316 diplômes
+3315 diplôme
+3314 diplomatiques
+3313 diplomatique
+3312 diplomatie
+3311 diplomates
+3310 diminué
+3309 diminuerait
+3308 dimension
+3307 dignité
+3306 digne
+3305 différente
+3304 différend
+3303 diffusées
+3302 diffusion
+3301 diffuser
+3300 difficulté
+3299 difficiles
+3298 difficilement
+3297 diffamation
+3296 dieu
+3295 dialogue
+3294 diable
+3293 devront
+3292 devriez
+3291 veiller
+3290 devoirs
+3289 devises
+3288 devient
+3287 devienne
+3286 deviendra
+3285 devez
+3284 devenues
+3283 devenue
+3282 membre
+3281 devenant
+3280 devait
+3279 devaient
+3278 deuxièmement
+3277 destructeurs
+3276 destinés
+3275 destinées
+3274 destinée
+3273 destination
+3272 destin
+3271 dessous
+3270 desquels
+3269 desquelles
+3268 description
+3267 renouvelables
+3266 énergies
+3265 essentiels
+3264 écrits
+3263 économies
+3262 écarts
+3261 voix
+3260 visas
+3259 vieux
+3258 verts
+3257 usagers
+3256 urgences
+3255 tâches
+3254 travaux
+3253 traités
+3252 thèmes
+3251 terrains
+3250 tentatives
+3249 tendances
+3248 tempêtes
+3247 symboles
+3246 suites
+3245 subventions
+3244 spéculations
+3243 spécialistes
+3242 sports
+3241 sommets
+3240 signes
+3239 sociaux
+3238 sciences
+3237 rôles
+3236 résolutions
+3235 locaux
+3234 résidents
+3233 républicains
+3232 répercussions
+3231 récents
+3230 règles
+3229 rues
+3228 roms
+3227 recommandations
+3226 rares
+3225 racines
+3224 quinze
+3223 qualités
+3222 périodes
+3221 préoccupations
+3220 proportions
+3219 progrès
+3218 professionnels
+3217 produits
+3216 procédures
+3215 techniques
+3214 primes
+3213 prestations
+3212 pratiques
+3211 pourparlers
+3210 positions
+3209 ports
+3208 pièces
+3207 petits
+3206 perspectives
+3205 âgées
+3204 personnalités
+3203 parts
+3202 partisans
+3201 partis
+3200 partenaires
+3199 paiements
+3198 outils
+3197 organismes
+3196 organes
+3195 opérations
+3194 opérateurs
+3193 opportunités
+3192 opinions
+3191 ong
+3190 oiseaux
+3189 obstacles
+3188 négociateurs
+3187 niveaux
+3186 navires
+3185 médicaments
+3184 médecins
+3183 mécanismes
+3182 mouvements
+3181 missions
+3180 minorités
+3179 ministres
+3178 messes
+3177 mensonges
+3176 matériaux
+3175 marges
+3174 internationaux
+3173 financiers
+3172 manifestants
+3171 maladies
+3170 maisons
+3169 législateurs
+3168 juristes
+3167 juges
+3166 irrégularités
+3165 investissements
+3164 interventions
+3163 financières
+3162 fournies
+3161 industries
+3160 individus
+3159 indicateurs
+3158 incidences
+3157 impôts
+3156 importations
+3155 immenses
+3154 idées
+3153 politiques
+3152 hauts
+3151 fêtes
+3150 extérieures
+3149 frontières
+3148 fins
+3147 finances
+3146 films
+3145 familles
+3144 facteurs
+3143 exigences
+3142 exemples
+3141 examens
+3140 estimations
+3139 erreurs
+3138 entrepreneurs
+3137 ententes
+3136 enquêtes
+3135 enjeux
+3134 eaux
+3133 décennies
+3132 doutes
+3131 dossiers
+3130 dommages
+3129 divers
+3128 directives
+3127 dimensions
+3126 difficultés
+3125 der
+3124 lancement
+3123 mal
+3122 deniers
+3121 demie
+3120 demi
+3119 demeurer
+3118 demeure
+3117 demandés
+3116 demandions
+3115 demandeurs
+3114 demandes
+3113 demandera
+3112 demandant
+3111 dehors
+3110 degré
+3109 zéro
+3108 vérité
+3107 véritables
+3106 juridique
+3105 vrais
+3104 voter
+3103 vivre
+3102 violence
+3101 violations
+3100 violation
+3099 vingt
+3098 vieilles
+3097 viande
+3096 verser
+3095 vendre
+3094 vastes
+3093 valeurs
+3092 valeur
+3091 téléphone
+3090 transit
+3089 transbordement
+3088 transactions
+3087 traité
+3086 traitement
+3085 traduire
+3084 traduction
+3083 parties
+3082 évidence
+3081 tourner
+3080 tirer
+3079 tests
+3078 terrorisme
+3077 terre
+3076 terrain
+3075 tension
+3074 tenir
+3073 tragédies
+3072 taxes
+3071 tabac
+3070 sérieuses
+3069 séjour
+3068 systèmes
+3067 suspendre
+3066 surveiller
+3065 surveillance
+3064 surmonter
+3063 supprimer
+3062 suivre
+3061 statistiques
+3060 stabilité
+3059 stabiliser
+3058 stabilisation
+3057 spéculation
+3056 souveraineté
+3055 soutenir
+3054 soupçons
+3053 sortir
+3052 équipe
+3051 solutions
+3050 soi
+3049 simples
+3048 silence
+3047 propres
+3046 sentiments
+3045 seattle
+3044 prononcer
+3043 sauvegarde
+3042 salaire
+3041 saisir
+3040 étendre
+3039 élargir
+3038 occuper
+3037 inquiéter
+3036 immiscer
+3035 réviser
+3034 réunir
+3033 résoudre
+3032 réserves
+3031 répéter
+3030 réponses
+3029 répondre
+3028 réglementer
+3027 réglementations
+3026 référence
+3025 réformes
+3024 réfléchir
+3023 réduction
+3022 récupérer
+3021 récupération
+3020 réalisation
+3019 réagir
+3018 routes
+3017 rome
+3016 risques
+3015 risquer
+3014 rigueur
+3013 revoir
+3012 revenu
+3011 revenir
+3010 retraite
+3009 retirer
+3008 retarder
+3007 rester
+3006 responsabilité
+3005 respecter
+3004 représentation
+3003 reprendre
+3002 reporter
+3001 rentabilité
+3000 renoncer
+2999 rendre
+2998 rencontrer
+2997 rencontre
+2996 renationalisation
+2995 remplacement
+2994 remercier
+2993 rejeter
+2992 regarder
+2991 regagner
+2990 recrutement
+2989 reconnaître
+2988 recevoir
+2987 ratification
+2986 rassurer
+2985 rassembler
+2984 pénétrer
+2983 prêter
+2982 prévoir
+2981 prévention
+2980 prévenir
+2979 présider
+2978 préserver
+2977 présenter
+2976 préparer
+2975 préparation
+2974 préciser
+2973 précaution
+2972 près
+2971 protestation
+2970 propriété
+2969 proposer
+2968 propagande
+2967 promouvoir
+2966 prolonger
+2965 programmes
+2964 procéder
+2963 prisonniers
+2962 principe
+2961 instance
+2960 pouvoirs
+2959 pousser
+2958 poursuivre
+2957 dominante
+2956 polémique
+2955 pointe
+2954 plein
+2953 planification
+2952 places
+2951 placer
+2950 pierres
+2949 perte
+2948 personnel
+2947 payer
+2946 participer
+2945 parler
+2944 paris
+2943 papier
+2942 pair
+2941 paiement
+2940 onze
+2939 négocier
+2938 devoir
+2937 principaux
+2936 normalisation
+2935 neuf
+2934 navigation
+2933 méthodes
+2932 mégalomanie
+2931 méga
+2930 mètres
+2929 multiples
+2928 morts
+2927 montrer
+2926 prédécesseur
+2925 modèles
+2924 modifier
+2923 mobilisation
+2922 mme
+2921 pied
+2920 visant
+2919 mercredi
+2918 mener
+2917 meilleurs
+2916 meilleures
+2915 maîtriser
+2914 mauvaise
+2913 mauvais
+2912 marseille
+2911 marchés
+2910 marchandises
+2909 manque
+2908 spécifique
+2907 manifester
+2906 malfaiteurs
+2905 maladie
+2904 maintien
+2903 maintenir
+2902 maintenance
+2901 m
+2900 lutter
+2899 lourdes
+2898 longues
+2897 longue
+2896 londres
+2895 lois
+2894 loi
+2893 livres
+2892 lire
+2891 limiter
+2890 lignes
+2889 liens
+2888 libre
+2887 leçon
+2886 lever
+2885 études
+2884 propre
+2883 lancer
+2882 réelle
+2881 vente
+2880 folle
+2879 vache
+2878 transmission
+2877 totalité
+2876 tenue
+2875 technologie
+2874 série
+2873 sélection
+2872 séance
+2871 substance
+2870 structure
+2869 signature
+2868 seconde
+2867 scène
+2866 science
+2865 santé
+2864 révision
+2863 réunion
+2862 fédérale
+2861 république
+2860 régulation
+2859 rédaction
+2858 route
+2857 richesse
+2856 race
+2855 pêche
+2854 française
+2853 présidence
+2852 présentation
+2851 présence
+2850 procédure
+2849 prochaine
+2848 pratique
+2847 police
+2846 palestine
+2845 négociation
+2844 nécessité
+2843 méditerranée
+2842 moyenne
+2841 mi
+2840 mer
+2839 marge
+2838 liberté
+2837 jeunesse
+2836 gravité
+2835 finlande
+2834 femme
+2833 dégradation
+2832 durée
+2831 double
+2830 division
+2829 discipline
+2828 diminution
+2827 dictature
+2826 destruction
+2825 övp
+2824 île
+2823 étranger
+2822 atomique
+2821 émission
+2820 soviétique
+2819 monétaire
+2818 opposition
+2817 onu
+2816 irresponsabilité
+2815 irlande
+2814 intérieur
+2813 pétrolière
+2812 transformation
+2811 imposition
+2810 immigration
+2809 exploitation
+2808 existence
+2807 exercice
+2806 euro
+2805 effort
+2804 eau
+2803 armement
+2802 anonymat
+2801 kyoto
+2800 juin
+2799 juger
+2798 jouer
+2797 jeu
+2796 gérer
+2795 guerre
+2794 gros
+2793 graves
+2792 grandes
+2791 gouvernance
+2790 glasgow
+2789 gestion
+2788 serre
+2787 gaz
+2786 garder
+2785 gagner
+2784 futures
+2783 fuel
+2782 françois
+2781 fournir
+2780 fortes
+2779 forme
+2778 professionnelle
+2777 démocratiques
+2776 forces
+2775 force
+2774 fonctionnaires
+2773 foi
+2772 flexibilité
+2771 fixer
+2770 financer
+2769 générale
+2768 durable
+2767 favoriser
+2766 faux
+2765 faits
+2764 pression
+2763 passer
+2762 faiblesse
+2761 faciliter
+2760 fabrication
+2759 développer
+2758 détail
+2757 dépôt
+2756 dépenser
+2755 démontrer
+2754 délits
+2753 dégâts
+2752 définir
+2751 décrire
+2750 décider
+2749 droite
+2748 drogue
+2747 dresser
+2746 douze
+2745 doter
+2744 diviser
+2743 dissimuler
+2742 disposer
+2741 discuter
+2740 discriminations
+2739 diminuer
+2738 devenir
+2737 minutes
+2736 minute
+2735 demander
+2734 demain
+2733 damas
+2732 carrière
+2731 carence
+2730 7,6
+2729 125
+2728 davis
+2727 davies
+2726 davantage
+2725 dates
+2724 moindre
+2723 souci
+2722 magasin
+2721 fonctions
+2720 instants
+2719 rurales
+2718 passées
+2717 quartiers
+2716 médias
+2715 matières
+2714 hôpitaux
+2713 débats
+2712 différentes
+2711 vide
+2710 texte
+2709 journal
+2708 golfe
+2707 futur
+2706 version
+2705 sûreté
+2704 programmation
+2703 presse
+2702 notion
+2701 nature
+2700 main
+2699 législation
+2698 liste
+2697 lignée
+2696 formation
+2695 détermination
+2694 ue
+2693 ombre
+2692 industrie
+2691 immédiat
+2690 histoire
+2689 situations
+2688 domaines
+2687 danoise
+2686 danois
+2685 dangers
+2684 dangereux
+2683 dangereuses
+2682 dangereuse
+2681 da
+2680 éventuelles
+2679 évaluation
+2678 étudier
+2677 établissement
+2676 établir
+2675 équilibrer
+2674 énormes
+2673 énergie
+2672 émettre
+2671 éléments
+2670 élimination
+2669 électricité
+2668 élaboration
+2667 écouter
+2666 écoute
+2665 échanges
+2664 échange
+2663 utiliser
+2662 urgence
+2661 uranium
+2660 visite
+2659 taxe
+2658 véhicule
+2657 règlement
+2656 outil
+2655 office
+2654 modèle
+2653 milliard
+2652 rapide
+2651 ouvrir
+2650 ouverture
+2649 origine
+2648 orientation
+2647 organiser
+2646 ordre
+2645 obtenir
+2644 observer
+2643 objectifs
+2642 investir
+2641 intérêt
+2640 intégrer
+2639 introduire
+2638 intervenir
+2637 interprétation
+2636 interaction
+2635 institutions
+2634 instabilité
+2633 inspections
+2632 insister
+2631 inquiétude
+2630 innovation
+2629 infrastructures
+2628 infrastructure
+2627 influencer
+2626 imposer
+2625 importants
+2624 identité
+2623 habitude
+2622 exécution
+2621 expériences
+2620 expérience
+2619 exprimer
+2618 exploiter
+2617 expliquer
+2616 explication
+2615 experts
+2614 exister
+2613 exemption
+2612 exclusion
+2611 exceptions
+2610 essence
+2609 espace
+2608 envoyer
+2607 environnement
+2606 entreprise
+2605 entreprendre
+2604 entraînement
+2603 entendre
+2602 engager
+2601 engagement
+2600 enfants
+2599 encourager
+2598 emplois
+2597 efforts
+2596 effectuer
+2595 formes
+2594 informations
+2593 achat
+2592 côtières
+2591 côtes
+2590 côte
+2589 célèbre
+2588 céder
+2587 câbles
+2586 cultures
+2585 culturels
+2584 culturelles
+2583 culturelle
+2582 culturel
+2581 culpabilité
+2580 cuisant
+2579 csu
+2578 créés
+2577 créée
+2576 créer
+2575 créent
+2574 crée
+2573 crédits
+2572 crédit
+2571 crédibles
+2570 crédible
+2569 crédibilité
+2568 création
+2567 créateurs
+2566 créateur
+2565 cruciale
+2564 crucial
+2563 cru
+2562 croître
+2561 croyons
+2560 croyance
+2559 croit
+2558 croissent
+2557 croissante
+2556 croissant
+2555 économie
+2554 croissance
+2553 croisement
+2552 croire
+2551 croient
+2550 critères
+2549 critère
+2548 critiquée
+2547 critiquer
+2546 envers
+2545 critique
+2544 économique
+2543 criminels
+2542 criminelle
+2541 criminalité
+2540 criminaliser
+2539 crimes
+2538 crier
+2537 creuser
+2536 creusement
+2535 craintes
+2534 crainte
+2533 craint
+2532 craindre
+2531 coûts
+2530 coûteuses
+2529 coûteuse
+2528 coûte
+2527 coût
+2526 coïncident
+2525 coïncide
+2524 couvrir
+2523 couvrent
+2522 couvre
+2521 couverte
+2520 coutume
+2519 court
+2518 couronné
+2517 couronne
+2516 courir
+2515 courent
+2514 courantes
+2513 courageux
+2512 courageuse
+2511 courage
+2510 coups
+2509 coupe
+2508 coupables
+2507 envoi
+2506 council
+2505 couloirs
+2504 coulisses
+2503 coucher
+2502 couche
+2501 coton
+2500 costa
+2499 coréen
+2498 corée
+2497 corruption
+2496 correspondent
+2495 correspondantes
+2494 correspond
+2493 correctement
+2492 correcte
+2491 correct
+2490 corps
+2489 coque
+2488 copenhague
+2487 coordonnés
+2486 coordonner
+2485 coordination
+2484 coordinateur
+2483 coopérer
+2482 coopérations
+2481 différents
+2480 coopération
+2479 coopèrent
+2478 conçue
+2477 convocation
+2476 convient
+2475 conviction
+2474 conversations
+2473 convenu
+2472 conventions
+2471 genève
+2470 convaincus
+2469 convaincu
+2468 convaincre
+2467 convaincante
+2466 contrôlés
+2465 contrôlées
+2464 contrôlée
+2463 contrôlé
+2462 contrôleurs
+2461 contrôles
+2460 contrôlera
+2459 contrôler
+2458 controversée
+2457 controversé
+2456 contributions
+2455 contribution
+2454 contribuera
+2453 contribuer
+2452 contribue
+2451 contribuant
+2450 contribuables
+2449 contrepartie
+2448 contredit
+2447 organisé
+2446 crime
+2445 contrats
+2444 contrat
+2443 contraints
+2442 contraintes
+2441 contrainte
+2440 contraint
+2439 contraignantes
+2438 contraignant
+2437 contradictoires
+2436 contradictoire
+2435 contradictions
+2434 contradiction
+2433 penser
+2432 continuons
+2431 continuité
+2430 continuera
+2429 travailler
+2428 continuer
+2427 continuent
+2426 continue
+2425 continuant
+2424 continent
+2423 contient
+2422 contexte
+2421 contenus
+2420 contenues
+2419 contentieux
+2418 contenter
+2417 contenir
+2416 contenant
+2415 contemporaines
+2414 contamination
+2413 contact
+2412 conséquente
+2411 conséquences
+2410 conséquence
+2409 consulter
+2408 consultations
+2407 consultation
+2406 construites
+2405 construite
+2404 construit
+2403 construire
+2402 construction
+2401 constructif
+2400 européens
+2399 constructeurs
+2398 constituée
+2397 constitutionnelles
+2396 constitutionnelle
+2395 constitution
+2394 constitueront
+2393 constituer
+2392 constituant
+2391 constatées
+2390 constatons
+2389 constatent
+2388 constat
+2387 constant
+2386 constamment
+2385 consommation
+2384 consolider
+2383 consolidation
+2382 consisterait
+2381 consiste
+2380 considérés
+2379 considérées
+2378 considérée
+2377 considéré
+2376 considérons
+2375 considérer
+2374 considérations
+2373 considération
+2372 considérant
+2371 considérables
+2370 considérablement
+2369 considérable
+2368 considèrent
+2367 conserver
+2366 conserve
+2365 conservatrices
+2364 conservatrice
+2363 conservation
+2362 conservateurs
+2361 consentir
+2360 consenti
+2359 consentement
+2358 consensus
+2357 conseils
+2356 conseillers
+2355 unies
+2354 nations
+2353 conscients
+2352 consciente
+2351 consacrés
+2350 consacrée
+2349 consacrerons
+2348 consacrer
+2347 consacrent
+2346 connus
+2345 connues
+2344 connue
+2343 connection
+2342 connaître
+2341 connaît
+2340 connaissons
+2339 connaissent
+2338 connaissant
+2337 connaissances
+2336 connaissance
+2335 connais
+2334 conjoints
+2333 conjointement
+2332 conférences
+2331 confédération
+2330 confusion
+2329 confus
+2328 confrontés
+2327 conforter
+2326 conformité
+2325 conflits
+2324 confié
+2323 confirmées
+2322 confirmer
+2321 confirme
+2320 confier
+2319 confidentialité
+2318 confiants
+2317 confiant
+2316 confiance
+2315 conduites
+2314 conduite
+2313 conduire
+2312 conduira
+2311 conducteur
+2310 détention
+2309 lesquelles
+2308 condamnés
+2307 condamné
+2306 condamner
+2305 condamne
+2304 condamnation
+2303 concurrence
+2302 concrétiser
+2301 concrètes
+2300 concrètement
+2299 concrète
+2298 concrets
+2297 concret
+2296 concours
+2295 conclusions
+2294 conclusion
+2293 conclus
+2292 conclure
+2291 conclues
+2290 concluant
+2289 concluait
+2288 concitoyens
+2287 concevoir
+2286 concessions
+2285 concert
+2284 concernés
+2283 concernées
+2282 concernée
+2281 concernent
+2280 utilisation
+2279 concepts
+2278 conception
+2277 concept
+2276 concentré
+2275 concentrer
+2274 concentre
+2273 compétitivité
+2272 compétitifs
+2271 compétitif
+2270 compétent
+2269 compétences
+2268 compétence
+2267 compté
+2266 comptes
+2265 compter
+2264 comptent
+2263 comptant
+2262 comptables
+2261 compréhension
+2260 compréhensible
+2259 compromet
+2258 comprise
+2257 comprenons
+2256 comprennent
+2255 comprenne
+2254 comprenez
+2253 comprends
+2252 comprendrait
+2251 comprendra
+2250 comprenant
+2249 composée
+2248 composé
+2247 composition
+2246 composants
+2245 comportement
+2244 comporte
+2243 comportant
+2242 complété
+2241 compléter
+2240 complémentaires
+2239 complètes
+2238 complètement
+2237 complète
+2236 compliqué
+2235 complexité
+2234 complexes
+2233 complexe
+2232 complets
+2231 complet
+2230 compenser
+2229 compatible
+2228 compatibilité
+2227 compare
+2226 comparables
+2225 comparable
+2224 pétrolières
+2223 aériennes
+2222 compagnies
+2221 compagnie
+2220 communs
+2219 communistes
+2218 communiste
+2217 communisme
+2216 communiqués
+2215 communiqué
+2214 communiquer
+2213 communique
+2212 communications
+2211 communes
+2210 commune
+2209 communautés
+2208 scientifique
+2207 locale
+2206 internationale
+2205 communauté
+2204 communautaires
+2203 communautaire
+2202 commun
+2201 commissions
+2200 commissariat
+2199 commises
+2198 commettre
+2197 commet
+2196 commerçants
+2195 commerciaux
+2194 commerciales
+2193 commerciale
+2192 commercial
+2191 extérieur
+2190 commençaient
+2189 commenter
+2188 commentaires
+2187 commenceront
+2186 commencer
+2185 commencent
+2184 instrument
+2183 commande
+2182 commandant
+2181 comités
+2180 directeur
+2179 comblé
+2178 combler
+2177 combinaison
+2176 combien
+2175 combattre
+2174 combattent
+2173 combat
+2172 colère
+2171 colonies
+2170 cologne
+2169 collègues
+2168 collègue
+2167 collège
+2166 collision
+2165 collectivités
+2164 collectives
+2163 collectivement
+2162 collective
+2161 collection
+2160 collectif
+2159 collecter
+2158 collaboré
+2157 collaborer
+2156 collaborateurs
+2155 cola
+2154 coin
+2153 coiffer
+2152 cohésion
+2151 cohérente
+2150 cohérence
+2149 codes
+2148 pénal
+2147 code
+2146 cod
+2145 coca
+2144 gouvernementale
+2143 co2
+2142 co
+2141 clôturer
+2140 clôture
+2139 clé
+2138 clos
+2137 clore
+2136 clinton
+2135 climat
+2134 client
+2133 clause
+2132 classée
+2131 classique
+2130 classification
+2129 dirigeantes
+2128 classes
+2127 classement
+2126 classe
+2125 quant
+2124 clarté
+2123 clarification
+2122 clairs
+2121 claires
+2120 comprendre
+2119 claire
+2118 clair
+2117 civils
+2116 civiles
+2115 civile
+2114 civil
+2113 cités
+2112 citée
+2111 citoyen
+2110 citernes
+2109 citer
+2108 cite
+2107 citation
+2106 cisjordanie
+2105 circuler
+2104 circulation
+2103 circuits
+2102 circonstance
+2101 circonscription
+2100 cinquième
+2099 ciel
+2098 ciblée
+2097 cible
+2096 chômeurs
+2095 chères
+2094 chère
+2093 chute
+2092 chrétiens
+2091 choqué
+2090 choix
+2089 choisit
+2088 choisissent
+2087 choisies
+2086 choisi
+2085 chocolat
+2084 choc
+2083 chinois
+2082 chine
+2081 chili
+2080 chien
+2079 chez
+2078 chers
+2077 chercheurs
+2076 chercher
+2075 cherchent
+2074 cherche
+2073 cherchant
+2072 cher
+2071 chefs
+2070 chaînes
+2069 télévision
+2068 chaîne
+2067 chaud
+2066 chasser
+2065 chasse
+2064 charme
+2063 chargés
+2062 chargées
+2061 chargé
+2060 charges
+2059 chargent
+2058 charge
+2057 individu
+2056 chaotique
+2055 chantiers
+2054 chantier
+2053 changer
+2052 climatiques
+2051 climatique
+2050 change
+2049 chances
+2048 chancelier
+2047 chance
+2046 champs
+2045 champ
+2044 chambre
+2043 chacune
+2042 écoutent
+2041 évolution
+2040 étude
+2039 zone
+2038 voiture
+2037 ville
+2036 stratégie
+2035 somme
+2034 solution
+2033 rénovation
+2032 reconnaissance
+2031 planète
+2030 opinion
+2029 mission
+2028 mesure
+2027 ligne
+2026 intervention
+2025 initiative
+2024 expression
+2023 démarche
+2022 donnée
+2021 discussion
+2020 crise
+2019 coalition
+2018 événement
+2017 élément
+2016 esprit
+2015 cessé
+2014 cessera
+2013 cesser
+2012 cesse
+2011 véhicules
+2010 voitures
+2009 ventes
+2008 sociétés
+2007 remarques
+2006 points
+2005 phrases
+2004 petites
+2003 modifications
+2002 hommes
+2001 fonds
+2000 données
+1999 différences
+1998 semaines
+1997 critiques
+1996 conditions
+1995 circonstances
+1994 certitude
+1993 certificat
+1992 certain
+1991 cercle
+1990 cents
+1989 centré
+1988 urbains
+1987 historiques
+1986 centres
+1985 centraux
+1984 centrales
+1983 central
+1982 milliers
+1981 centaines
+1980 centaine
+1979 censée
+1978 censé
+1977 produise
+1976 produit
+1975 revient
+1974 permettra
+1973 marchera
+1972 empêche
+1971 intéresse
+1970 indique
+1969 vendredi
+1968 type
+1967 transfert
+1966 thème
+1965 territoire
+1964 succès
+1963 soir
+1962 résultat
+1961 report
+1960 passe
+1959 ressort
+1958 rend
+1957 importe
+1956 écrit
+1955 effectivement
+1954 promotion
+1953 voulez
+1952 voulais
+1951 procès
+1950 pourcentage
+1949 phénomène
+1948 matériel
+1947 mandat
+1946 fut
+1945 délai
+1944 drame
+1943 dispositif
+1942 discours
+1941 deuxième
+1940 compromis
+1939 chapitre
+1938 causés
+1937 causé
+1936 causes
+1935 caucase
+1934 catégories
+1933 catégorie
+1932 catholiques
+1931 catastrophiques
+1930 catastrophes
+1929 catastrophe
+1928 catalogue
+1927 casse
+1926 carte
+1925 carrefour
+1924 caroline
+1923 carnaval
+1922 carinthie
+1921 carburants
+1920 carburant
+1919 caraïbes
+1918 caractéristiques
+1917 caractériser
+1916 caractérisent
+1915 caractérise
+1914 imprévisible
+1913 caractère
+1912 capture
+1911 capitaux
+1910 capitaliste
+1909 capitales
+1908 capitale
+1907 capital
+1906 capacités
+1905 capacité
+1904 parvenir
+1903 capables
+1902 capable
+1901 cap
+1900 candidats
+1899 candidat
+1898 communication
+1897 canaux
+1896 canada
+1895 concentration
+1894 camps
+1893 campagnes
+1892 campagne
+1891 calmer
+1890 calme
+1889 calendrier
+1888 calculé
+1887 calculs
+1886 calculer
+1885 calcul
+1884 épargne
+1883 caisses
+1882 caisse
+1881 cadres
+1880 organisation
+1879 cadeaux
+1878 cacher
+1877 cabinets
+1876 cabinet
+1875 c.
+1874 vrai
+1873 honte
+1872 simplement
+1871 principal
+1870 vie
+1869 exactement
+1868 bénévoles
+1867 bénévole
+1866 bénéfique
+1865 bénéficié
+1864 bénéficiera
+1863 bénéficier
+1862 bénéficie
+1861 bénéficiant
+1860 bénéficiaires
+1859 bénéfices
+1858 bénéfice
+1857 roues
+1856 bâtons
+1855 bâtiment
+1854 buts
+1853 butoir
+1852 bureaux
+1851 bureaucratique
+1850 bureaucrates
+1849 bulletin
+1848 budgétaires
+1847 budgétaire
+1846 budgets
+1845 bruxelles
+1844 brutalité
+1843 brutal
+1842 brièvement
+1841 british
+1840 britanniques
+1839 brisé
+1838 délais
+1837 brefs
+1836 bref
+1835 branchée
+1834 branches
+1833 branche
+1832 boîte
+1831 bouleversé
+1830 boule
+1829 bouddhiste
+1828 bouclée
+1827 bordeaux
+1826 bons
+1825 voie
+1824 note
+1823 bond
+1822 vouloir
+1821 retardement
+1820 bombe
+1819 bombardements
+1818 bois
+1817 boire
+1816 blocs
+1815 blocages
+1814 bloc
+1813 blessés
+1812 blancs
+1811 biologiques
+1810 bilatérales
+1809 bilatérale
+1808 bilan
+1807 big
+1806 bienvenue
+1805 bienvenu
+1804 bientôt
+1803 biens
+1802 précis
+1801 pire
+1800 défini
+1799 conscient
+1798 bibliothèques
+1797 biais
+1796 bernd
+1795 bernard
+1794 berlin
+1793 berger
+1792 belles
+1791 belle
+1790 belgrade
+1789 belgique
+1788 belges
+1787 belge
+1786 bei
+1785 beaux
+1784 beauté
+1783 élevé
+1782 bce
+1781 bbc
+1780 battre
+1779 batterie
+1778 battent
+1777 battant
+1776 battait
+1775 bateaux
+1774 bateau
+1773 batailles
+1772 bat
+1771 basées
+1770 basée
+1769 basé
+1768 basses
+1767 basse
+1766 basques
+1765 basque
+1764 bases
+1763 revenus
+1762 barrières
+1761 barrages
+1760 barcelone
+1759 banquiers
+1758 banquier
+1757 européennes
+1756 mondiale
+1755 investissement
+1754 banque
+1753 bancs
+1752 banc
+1751 ballons
+1750 balle
+1749 balkans
+1748 baisser
+1747 back
+1746 b.
+1745 b
+1744 aéroportuaires
+1743 aéroport
+1742 aériens
+1741 aérien
+1740 ayons
+1739 ayez
+1738 emploi
+1737 recours
+1736 frappé
+1735 appartenu
+1734 axes
+1733 axe
+1732 avère
+1731 avènement
+1730 avril
+1729 avouer
+1728 avoue
+1727 avortée
+1726 vécu
+1725 travaillé
+1724 avoisinantes
+1723 impact
+1722 ratifié
+1721 dépassé
+1720 avocats
+1719 avocat
+1718 avis
+1717 avions
+1716 avion
+1715 aviez
+1714 avertissement
+1713 soin
+1712 principes
+1711 voisins
+1710 dalaï
+1709 syrie
+1708 participation
+1707 france
+1706 intégration
+1705 israël
+1704 enthousiasme
+1703 diverses
+1702 avantage
+1701 transforment
+1700 noël
+1699 garde
+1698 avancés
+1697 avancées
+1696 avancée
+1695 avancé
+1694 avancer
+1693 avance
+1692 prévu
+1691 préparé
+1690 envisagé
+1689 avais
+1688 avaient
+1687 auxquelles
+1686 événements
+1685 yeux
+1684 victimes
+1683 usa
+1682 tribunaux
+1681 travailleurs
+1680 termes
+1679 services
+1678 sanctions
+1677 rapports
+1676 propositions
+1675 projets
+1674 prochaines
+1673 portes
+1672 pme
+1671 normes
+1670 membres
+1669 mains
+1668 lieux
+1667 intérêts
+1666 inquiétudes
+1665 frais
+1664 etats
+1663 députés
+1662 dépens
+1661 côtés
+1660 citoyens
+1659 cartes
+1658 besoins
+1657 banques
+1656 autrichiens
+1655 autrichiennes
+1654 autrichien
+1653 sujets
+1652 sources
+1651 secteurs
+1650 ressources
+1649 personnes
+1648 ethniques
+1647 documents
+1646 continents
+1645 institution
+1644 autos
+1643 autoroute
+1642 locales
+1641 chinoises
+1640 palestinienne
+1639 autorité
+1638 autoritaires
+1637 autorisés
+1636 autorisées
+1635 autorisé
+1634 autoriser
+1633 autorise
+1632 autorisation
+1631 autorisant
+1630 autonomie
+1629 autonomes
+1628 autonome
+1627 automobiles
+1626 automobile
+1625 automne
+1624 automatiquement
+1623 autocars
+1622 autobus
+1621 auto
+1620 authentique
+1619 auteurs
+1618 auteur
+1617 limité
+1616 important
+1615 difficile
+1614 aurons
+1613 auriez
+1612 auraient
+1611 aurai
+1610 vain
+1609 constructeur
+1608 auprès
+1607 auparavant
+1606 augmentée
+1605 augmenterait
+1604 augmentera
+1603 augmentent
+1602 augmente
+1601 augmentant
+1600 audition
+1599 interne
+1598 audit
+1597 audacieuse
+1596 audace
+1595 aucunes
+1594 trace
+1593 information
+1592 eux
+1591 aube
+1590 vote
+1589 volume
+1588 vol
+1587 troisième
+1586 transport
+1585 total
+1584 sérieux
+1583 lanka
+1582 sri
+1581 sommet
+1580 service
+1579 large
+1578 sens
+1577 sein
+1576 regard
+1575 rang
+1574 rabais
+1573 précédent
+1572 projet
+1571 profit
+1570 processus
+1569 problème
+1568 prix
+1567 tour
+1566 poste
+1565 portugal
+1564 vite
+1563 haut
+1562 peuple
+1561 petit
+1560 passage
+1559 parlement
+1558 parc
+1557 nom
+1556 régional
+1555 national
+1554 local
+1553 international
+1552 niveau
+1551 moyen
+1550 février
+1549 octobre
+1548 milieu
+1547 mexique
+1546 maximum
+1545 long
+1544 houblon
+1543 fond
+1542 fil
+1541 développement
+1540 départ
+1539 débat
+1538 cycle
+1537 duquel
+1536 prochains
+1535 discussions
+1534 période
+1533 courant
+1532 contrôle
+1531 contenu
+1530 consommateur
+1529 conflit
+1528 commencement
+1527 chômage
+1526 centre
+1525 bureau
+1524 budget
+1523 brésil
+1522 bout
+1521 bord
+1520 fonctionnement
+1519 bon
+1518 attribuée
+1517 attribué
+1516 attribution
+1515 attribuer
+1514 vis
+1513 attiré
+1512 attirer
+1511 attire
+1510 attentivement
+1509 particulière
+1508 attention
+1507 attentes
+1506 attente
+1505 attentats
+1504 attentat
+1503 attends
+1502 attendre
+1501 attendons
+1500 attendent
+1499 attendant
+1498 attendais
+1497 attend
+1496 atteints
+1495 atteintes
+1494 atteinte
+1493 atteint
+1492 attaqué
+1491 attaques
+1490 attaquer
+1489 attaque
+1488 attachés
+1487 attachée
+1486 attaché
+1485 attacher
+1484 attache
+1483 atouts
+1482 atlantique
+1481 assurés
+1480 assurée
+1479 assuré
+1478 assurera
+1477 assurer
+1476 assurent
+1475 assure
+1474 assurant
+1473 assurances
+1472 sociale
+1471 assurance
+1470 responsabilités
+1469 assumer
+1468 assument
+1467 associés
+1466 associée
+1465 associé
+1464 associations
+1463 association
+1462 associatif
+1461 assisté
+1460 assistons
+1459 assister
+1458 assiste
+1457 assistants
+1456 assistance
+1455 assis
+1454 rapidement
+1453 grave
+1452 assez
+1451 asseoir
+1450 assemblées
+1449 assemblée
+1448 assassinés
+1447 aspirations
+1446 aspiration
+1445 aspects
+1444 aspect
+1443 asile
+1442 sud
+1441 centrale
+1440 asie
+1439 asiatique
+1438 articles
+1437 art
+1436 arrêtés
+1435 cour
+1434 arrêts
+1433 arrêter
+1432 arrêtant
+1431 arrêt
+1430 arrière
+1429 arrivés
+1428 arrivée
+1427 arrivé
+1426 arriver
+1425 arrivent
+1424 arrive
+1423 arrangements
+1422 armées
+1421 armée
+1420 armé
+1419 nucléaires
+1418 armes
+1417 arme
+1416 arguments
+1415 argument
+1414 argent
+1413 ardu
+1412 ardeur
+1411 archives
+1410 arbre
+1409 arbitre
+1408 arbitrairement
+1407 arabes
+1406 arabe
+1405 aptitude
+1404 apte
+1403 examen
+1402 midi
+1401 appuyer
+1400 appuie
+1399 appui
+1398 apprête
+1397 apprécient
+1396 appréciation
+1395 appréciait
+1394 approuvées
+1393 approuver
+1392 approuve
+1391 appropriés
+1390 appropriées
+1389 appropriée
+1388 approprié
+1387 approfondir
+1386 approcher
+1385 approche
+1384 approbation
+1383 apprennent
+1382 apprendre
+1381 apportés
+1380 apportée
+1379 apporté
+1378 apports
+1377 apportera
+1376 avantages
+1375 apporter
+1374 apportent
+1373 apporte
+1372 apport
+1371 appliquées
+1370 appliquée
+1369 appliqué
+1368 appliquer
+1367 applique
+1366 application
+1365 applaudissements
+1364 appelés
+1363 appelées
+1362 appelée
+1361 appelé
+1360 offres
+1359 appels
+1358 appelons
+1357 appellent
+1356 appelle
+1355 appeler
+1354 appel
+1353 apparue
+1352 apparu
+1351 appartient
+1350 apparition
+1349 apparence
+1348 apparaître
+1347 apparaît
+1346 apparaissent
+1345 aperçu
+1344 anxiété
+1343 antérieure
+1342 antonio
+1341 antisémitisme
+1340 anticoncurrentielles
+1339 anticiper
+1338 anti
+1337 anonyme
+1336 anomalie
+1335 venir
+1334 cinquante
+1333 passée
+1332 annulé
+1331 annulation
+1330 annuels
+1329 annuelle
+1328 annuel
+1327 annonçaient
+1326 annoncés
+1325 annoncées
+1324 annoncer
+1323 annonce
+1322 animaux
+1321 animale
+1320 angle
+1319 anglaise
+1318 anglais
+1317 ancré
+1316 anciennes
+1315 ancien
+1314 analyser
+1313 analyse
+1312 analogue
+1311 amérique
+1310 américains
+1309 américaines
+1308 américaine
+1307 américain
+1306 aménagement
+1305 améliorée
+1304 amélioré
+1303 améliorerait
+1302 choses
+1301 améliorent
+1300 améliore
+1299 améliorations
+1298 amélioration
+1297 amèrement
+1296 amère
+1295 amènera
+1294 amène
+1293 amsterdam
+1292 ampleur
+1291 amour
+1290 amis
+1289 amie
+1288 ami
+1287 amener
+1286 amendements
+1285 amendement
+1284 amende
+1283 ambitions
+1282 ambition
+1281 ambitieux
+1280 ambitieuse
+1279 altérations
+1278 altitude
+1277 alterner
+1276 alternative
+1275 allégorique
+1274 allégations
+1273 allée
+1272 allusion
+1271 allouée
+1270 vérifier
+1269 allocution
+1268 allocation
+1267 allié
+1266 alliance
+1265 allez
+1264 aller
+1263 allemands
+1262 allemandes
+1261 allemande
+1260 allemand
+1259 allant
+1258 allais
+1257 allaient
+1256 aliments
+1255 alimente
+1254 alimentation
+1253 alimentaires
+1252 alimentaire
+1251 alexandre
+1250 alerte
+1249 camus
+1248 albert
+1247 kosovo
+1246 albanais
+1245 alarme
+1244 alarmante
+1243 al
+1242 ajoutée
+1241 ajouté
+1240 ajouter
+1239 ajoute
+1238 air
+1237 aimé
+1236 aimerait
+1235 aime
+1234 aile
+1233 aider
+1232 aident
+1231 financière
+1230 aide
+1229 aidant
+1228 rencontré
+1227 remarqué
+1226 constater
+1225 lu
+1224 expliqué
+1223 agréé
+1222 agriculture
+1221 agriculteurs
+1220 agricole
+1219 agissent
+1218 agissait
+1217 agirait
+1216 agira
+1215 agir
+1214 aggravation
+1213 agents
+1212 agenda
+1211 indépendantes
+1210 agences
+1209 agence
+1208 afrique
+1207 africaines
+1206 permettre
+1205 garantir
+1204 déterminer
+1203 améliorer
+1202 affronter
+1201 affrontent
+1200 affront
+1199 affirmer
+1198 affirme
+1197 affirmant
+1196 affectées
+1195 affecté
+1194 affectera
+1193 affecter
+1192 affectent
+1191 affectation
+1190 étrangères
+1189 internes
+1188 affaires
+1187 affaire
+1186 affaiblie
+1185 adéquates
+1184 adéquate
+1183 adéquat
+1182 adversaires
+1181 adversaire
+1180 adultes
+1179 adressé
+1178 adresser
+1177 adresse
+1176 adoptée
+1175 adoption
+1174 adopter
+1173 attitude
+1172 adoptent
+1171 adopte
+1170 admission
+1169 admissibles
+1168 admiré
+1167 admiration
+1166 admirateurs
+1165 administratives
+1164 administrative
+1163 publiques
+1162 administrations
+1161 publique
+1160 administration
+1159 administratif
+1158 admettre
+1157 admet
+1156 adhésion
+1155 adhérer
+1154 adhérents
+1153 adhère
+1152 additionne
+1151 adaptées
+1150 adaptée
+1149 adaptation
+1148 actuels
+1147 actuelles
+1146 train
+1145 actuelle
+1144 actuel
+1143 actualité
+1142 économiques
+1141 activités
+1140 actives
+1139 active
+1138 actions
+1137 actionnaires
+1136 nécessaire
+1135 action
+1134 actifs
+1133 actif
+1132 acteurs
+1131 terroristes
+1130 actes
+1129 acte
+1128 acquérir
+1127 acquisition
+1126 acquise
+1125 acier
+1124 achèvera
+1123 achèvement
+1122 achètera
+1121 achètent
+1120 achevé
+1119 achever
+1118 achetée
+1117 acheteur
+1116 accélérer
+1115 accéder
+1114 accès
+1113 accusés
+1112 accusé
+1111 accusent
+1110 accusation
+1109 accusant
+1108 accueillir
+1107 accueillie
+1106 accueille
+1105 accueil
+1104 accrues
+1103 accrue
+1102 accru
+1101 accroître
+1100 accroissent
+1099 accroissement
+1098 accordés
+1097 accordées
+1096 accordée
+1095 accordé
+1094 accords
+1093 accorder
+1092 accordent
+1091 accorde
+1090 paix
+1089 accomplir
+1088 accomplie
+1087 accompli
+1086 accompagnée
+1085 accompagné
+1084 accompagnera
+1083 accompagner
+1082 accidents
+1081 accessoires
+1080 public
+1079 accessibles
+1078 accessible
+1077 acceptée
+1076 acceptons
+1075 accepter
+1074 acceptent
+1073 accepte
+1072 acceptation
+1071 acceptait
+1070 acceptables
+1069 acceptable
+1068 accent
+1067 abus
+1066 absurdes
+1065 absurde
+1064 indispensable
+1063 absolue
+1062 absolu
+1061 aboutit
+1060 aboutissent
+1059 aboutir
+1058 abouti
+1057 abordés
+1056 abordé
+1055 abordons
+1054 aborder
+1053 abordant
+1052 abord
+1051 abolition
+1050 abc
+1049 abattu
+1048 abandonnée
+1047 abandonné
+1046 abandonner
+1045 abandonne
+1044 abandon
+1043 évité
+1042 trouvé
+1041 réalisé
+1040 reçue
+1039 responsable
+1038 prise
+1037 placé
+1036 nommée
+1035 détectée
+1034 dépensé
+1033 confirmée
+1032 arrêtée
+1031 arrêté
+1030 établi
+1029 émis
+1028 écrasé
+1027 écouté
+1026 échoué
+1025 voulu
+1024 grand
+1023 touché
+1022 suivi
+1021 suggéré
+1020 souscrit
+1019 soumis
+1018 souligné
+1017 souhaité
+1016 souffert
+1015 convention
+1014 signé
+1013 signalé
+1012 réussi
+1011 répondu
+1010 réellement
+1009 rédigé
+1008 récolté
+1007 réagi
+1006 reçu
+1005 reporté
+1004 renforcé
+1003 rendu
+1002 rejeté
+1001 reconnu
+1000 rapporté
+999 rappelé
+998 mois
+997 jours
+996 publié
+995 présenté
+994 précisé
+993 provoqué
+992 proposé
+991 promis
+990 procédé
+989 priori
+988 posé
+987 porté
+986 permis
+985 perdu
+984 danger
+983 ouvert
+982 obtenu
+981 nommé
+980 montré
+979 mené
+978 mentionné
+977 marqué
+976 maintenu
+975 longtemps
+974 livré
+973 laissé
+972 impression
+971 joué
+970 interpellé
+969 indiqué
+968 fourni
+967 fixé
+966 financé
+965 objet
+964 exprimé
+963 examiné
+962 estimé
+961 environ
+960 entrepris
+959 entraîné
+958 enregistré
+957 dû
+956 développé
+955 déposé
+954 décrit
+953 déclaré
+952 décidé
+951 débuté
+950 duré
+949 demandé
+948 raisons
+947 bonnes
+946 créé
+945 critiqué
+944 contribué
+943 continué
+942 constitué
+941 constaté
+940 conscience
+939 consacré
+938 connu
+937 confirmé
+936 conduit
+935 conclu
+934 comparé
+933 commis
+932 commencé
+931 cité
+930 augmenté
+929 apprécié
+928 approuvé
+927 appris
+926 apparemment
+925 amené
+924 aidé
+923 affirmé
+922 adopté
+921 acquis
+920 accepté
+919 absolument
+918 à-vis
+917 value
+916 uni
+915 t-on
+914 t-il
+913 t-elle
+912 plan
+911 parole
+910 ouest
+909 nation
+908 lama
+907 journée
+906 heure
+905 gauche
+904 européenne
+903 européen
+902 estimer
+901 démocrates
+900 démocrate
+899 dix
+898 discrimination
+897 disant
+896 dessus
+895 limites
+894 delà
+893 clés
+892 chemin
+891 bretagne
+890 bas
+889 devons
+888 relations
+887 :
+886 99
+885 95
+884 94
+883 93
+882 92
+881 89
+880 88
+879 87
+878 86
+877 85
+876 82
+875 81
+874 800
+873 80
+872 8
+871 79
+870 75
+869 74
+868 700
+867 70
+866 68
+865 67
+864 62
+863 6000
+862 60
+861 56
+860 55
+859 53
+858 52
+857 anniversaire
+856 50e
+855 500
+854 5,5
+853 48
+852 47
+851 46
+850 45
+849 44
+848 43
+847 41
+846 400
+845 dollars
+844 40
+843 39
+842 38
+841 37
+840 36
+839 350
+838 35
+837 34
+836 33
+835 3000
+834 300
+833 euros
+832 milliards
+831 29
+830 280
+829 26
+828 250
+827 25
+826 245
+825 24
+824 23
+823 21
+822 2025
+821 2020
+820 2010
+819 2006
+818 2005
+817 2004
+816 2003
+815 2002
+814 2001
+813 2000
+812 200
+811 2,8
+810 2,6
+809 2,3
+808 2
+807 1er
+806 1998
+805 1997
+804 1996
+803 1995
+802 1999
+801 1994
+800 1993
+799 1992
+798 1991
+797 1990
+796 1989
+795 1982
+794 1976
+793 1969
+792 1967
+791 1957
+790 195
+789 1945
+788 19
+787 180
+786 décembre
+785 17h30
+784 17
+783 mars
+782 septembre
+781 14
+780 heures
+779 110
+778 11
+777 101
+776 1000
+775 100
+774 janvier
+773 1,27
+772 008
+771 habitants
+770 000
+769 00
+768 /
+767 ...
+766 ..
+765 premiers
+764 éventuellement
+763 donné
+762 étant
+761 élu
+760 travers
+759 souligner
+758 savoir
+757 réduire
+756 présent
+755 propos
+754 partir
+753 reprises
+752 maintes
+751 hauteur
+750 époque
+749 échelle
+748 occasion
+747 issue
+746 instar
+745 avenir
+744 condition
+743 égard
+742 stade
+741 cause
+740 égards
+739 compris
+738 vraiment
+737 avez
+736 aurez
+735 votre
+734 vos
+733 voire
+732 voilà
+731 vers
+730 utilisée
+729 personne
+728 nouvelle
+727 enquête
+726 bonne
+725 tiers
+724 jeune
+723 document
+722 coup
+721 changement
+720 an
+719 trop
+718 trois
+717 toutefois
+716 toujours
+715 tom
+714 tels
+713 telles
+712 telle
+711 tel
+710 tandis
+709 base
+708 supprime
+707 suivies
+706 suivant
+705 suite
+704 souvent
+703 peine
+702 couvert
+701 supervision
+700 sous
+699 baisse
+698 sociales
+697 six
+696 sinon
+695 tient
+694 seuls
+693 seule
+692 seul
+691 sept
+690 semblent
+689 moi
+688 pose
+687 sauf
+686 pouvoir
+685 doute
+684 sans
+683 sait
+682 sachant
+681 position
+680 s
+679 réaliser
+678 changé
+677 riche
+676 respecte
+675 rendant
+674 quoique
+673 quoi
+672 voudrait
+671 vient
+670 travaillait
+669 seront
+668 trouve
+667 occupe
+666 représentent
+665 prévoit
+664 pourra
+663 porte
+662 permettrait
+661 vigueur
+660 entrée
+659 voté
+658 quels
+657 quelque
+656 quelqu&apos;
+655 quelles
+654 quelle
+653 quel
+652 soit
+651 quatre
+650 quand
+649 agisse
+648 qu
+647 puissent
+646 puisque
+645 puisqu&apos;
+644 publiée
+643 présidente
+642 probablement
+641 principalement
+640 presque
+639 prennent
+638 prend
+637 prenant
+636 pourtant
+635 pourraient
+634 éviter
+633 défendre
+632 atteindre
+631 portant
+630 plusieurs
+629 tôt
+628 tard
+627 cent
+626 peu
+625 pendant
+624 parvient
+623 partant
+622 lesquels
+621 parmi
+620 parfois
+619 conséquent
+618 paient
+617 organisée
+616 or
+615 voit
+614 puisse
+613 faisait
+612 demande
+611 constate
+610 offrir
+609 offre
+608 néanmoins
+607 voyons
+606 voir
+605 voulons
+604 prêts
+603 savons
+602 risquons
+601 pourrons
+600 trouvons
+599 sommes
+598 pouvons
+597 disposons
+596 devrons
+595 devrions
+594 pu
+593 besoin
+592 aurions
+591 arrivons
+590 allons
+589 notamment
+588 nos
+587 ni
+586 prononce
+585 trompons
+584 étaient
+583 monsieur
+582 mon
+581 miser
+580 place
+579 mis
+578 mes
+577 merci
+576 malheureusement
+575 malgré
+574 ça
+573 plutôt
+572 crois
+571 réalité
+570 ma
+569 m.
+568 m&apos;
+567 là
+566 lundi
+565 lui
+564 lorsque
+563 lorsqu&apos;
+562 lors
+561 loin
+560 leurs
+559 unis
+558 états
+557 zones
+556 villes
+555 transports
+554 syndicats
+553 socialistes
+552 scientifiques
+551 résultats
+550 régions
+549 réfugiés
+548 réactions
+547 responsables
+546 questions
+545 prévisions
+544 producteurs
+543 organisations
+542 mêmes
+541 moyens
+540 mots
+539 mesures
+538 gouvernements
+537 gens
+536 fournisseurs
+535 femmes
+534 entreprises
+533 engagements
+532 effets
+531 détenteurs
+530 dépenses
+529 déclarations
+528 décisions
+527 déchets
+526 dirigeants
+525 consommateurs
+524 chiffres
+523 changements
+522 autorités
+521 aides
+520 leader
+519 vice
+518 tribunal
+517 travailleur
+516 travail
+515 stock
+514 rôle
+513 royaume
+512 reste
+511 respect
+510 pétrole
+509 président
+508 programme
+507 professeur
+506 genre
+505 pays
+504 parti
+503 nombre
+502 mot
+501 ministre
+500 jour
+499 japon
+498 britannique
+497 gouvernement
+496 fpö
+495 financement
+494 faible
+493 déficit
+492 droit
+491 conseil
+490 commissaire
+489 commerce
+488 comité
+487 chef
+486 chaos
+485 turquie
+484 sécurité
+483 société
+482 situation
+481 semaine
+480 réserve
+479 réponse
+478 répartition
+477 réforme
+476 relance
+475 recherche
+474 quantité
+473 qualité
+472 protection
+471 proposition
+470 production
+469 priorité
+468 poursuite
+467 politique
+466 grande
+465 forte
+464 peur
+463 pauvreté
+462 mort
+461 moitié
+460 mise
+459 masse
+458 marée
+457 majorité
+456 lutte
+455 grèce
+454 forêt
+453 délégation
+452 défense
+451 déclaration
+450 décision
+449 direction
+448 différence
+447 dernière
+446 culture
+445 brillante
+444 boucle
+443 état
+442 éducation
+441 union
+440 otan
+439 obligation
+438 objectif
+437 importance
+436 idée
+435 espagne
+434 ensemble
+433 ancienne
+432 ambassadeur
+431 activité
+430 absence
+429 l
+428 karl
+427 juste
+426 jusqu&apos;
+425 jusqu
+424 jugés
+423 jeudi
+422 voudrais
+421 vois
+420 viens
+419 réitère
+418 pense
+417 prendre
+416 veux
+415 savais
+414 tourne
+413 me
+412 crains
+411 espère
+410 suis
+409 aurais
+408 aimerais
+407 indépendants
+406 incluant
+405 veulent
+404 était
+403 quelques
+402 ans
+401 mieux
+400 vaut
+399 possible
+398 semble
+397 avéré
+396 risque
+395 agit
+394 s&apos;
+393 aura
+392 rien
+391 y
+390 jamais
+389 n
+388 faudrait
+387 faudra
+386 existe
+385 évident
+384 également
+383 utile
+382 raisonnable
+381 question
+380 essentiel
+379 devenu
+378 aurait
+377 parlé
+376 fallu
+375 eu
+374 ici
+373 hélas
+372 matin
+371 hier
+370 heureusement
+369 grâce
+368 franz
+367 font
+366 fondée
+365 fondé
+364 fonctionnent
+363 face
+362 ex
+361 etc.
+360 surtout
+359 seulement
+358 selon
+357 puis
+356 particulièrement
+355 parce
+354 avons
+353 maintenant
+352 peux
+351 ai
+350 j&apos;
+349 part
+348 pourquoi
+347 si
+346 prête
+345 entraînent
+344 entend
+343 ensuite
+342 enfin
+341 encore
+340 évitant
+339 vertu
+338 utilisant
+337 tenant
+336 tant
+335 soulignant
+334 sur
+333 basant
+332 se
+331 revanche
+330 raison
+329 premier
+328 passant
+327 partie
+326 particulier
+325 outre
+324 novembre
+323 temps
+322 matière
+321 mai
+320 adaptant
+319 occurrence
+318 juillet
+317 italie
+316 général
+315 félicitant
+314 fonction
+313 fin
+312 faveur
+311 faisant
+310 europe
+309 effet
+308 dépit
+307 définitive
+306 concertation
+305 collaboration
+304 accident
+303 autriche
+302 allemagne
+301 accord
+300 vont
+299 peuvent
+298 va
+297 peut
+296 elle
+295 efficace
+294 déjà
+293 décide
+292 dès
+291 durant
+290 due
+289 secteur
+288 groupe
+287 donc
+286 doivent
+285 disons
+284 disent
+283 disait
+282 devrait
+281 devraient
+280 devra
+279 deviennent
+278 devant
+277 deux
+276 destiné
+275 représentants
+274 problèmes
+273 plans
+272 jeunes
+271 droits
+270 dizaines
+269 derrière
+268 depuis
+267 demandent
+266 trouver
+265 sorte
+264 nouvelles
+263 nouveaux
+262 nombreux
+261 nombreuses
+260 mettre
+259 leur
+258 côté
+257 grands
+256 faire
+255 façon
+254 date
+253 toutes
+252 toute
+251 détails
+250 tous
+249 rapport
+248 sa
+247 négociations
+246 passé
+245 même
+244 meilleur
+243 domaine
+242 cadre
+241 but
+240 laquelle
+239 région
+238 plupart
+237 cas
+236 manière
+235 certaine
+234 vue
+233 point
+232 examiner
+231 aucuns
+230 d
+229 couvrant
+228 contre
+227 contrairement
+226 constituent
+225 considère
+224 dispositions
+223 conformément
+222 concerne
+221 concernant
+220 tenu
+219 compte
+218 comprend
+217 commence
+216 représentant
+215 exemple
+214 montre
+213 ailleurs
+212 clairement
+211 cinq
+210 chose
+209 choisir
+208 chargée
+207 année
+206 chaque
+205 chacun
+204 ceux
+203 conférence
+202 cet
+201 années
+200 dernières
+199 derniers
+198 ces
+197 certes
+196 groupes
+195 certains
+194 certaines
+193 certainement
+192 cependant
+191 celui
+190 celles
+189 ci
+188 celle
+187 ceci
+186 système
+185 serait
+184 signifie
+183 représente
+182 pourrait
+181 dire
+180 veut
+179 explique
+178 constitue
+177 sera
+176 dont
+175 dernier
+174 chiffre
+173 on
+172 faut
+171 elles
+170 car
+169 très
+168 précisément
+167 fois
+166 première
+165 justement
+164 à-dire
+163 @-@
+162 c&apos;
+161 c
+160 évidemment
+159 sûr
+158 soient
+157 ils
+156 entendu
+155 beaucoup
+154 ayant
+153 ses
+152 lequel
+151 soutien
+150 possibilité
+149 cette
+148 élections
+147 avant
+146 avait
+145 auxquels
+144 autrement
+143 autour
+142 autant
+141 aussi
+140 auront
+139 auquel
+138 hui
+137 aujourd&apos;
+136 augmenter
+135 aucune
+134 autre
+133 aucun
+132 vu
+131 titre
+130 terme
+129 sujet
+128 quotidien
+127 où
+126 moment
+125 lieu
+124 début
+123 cours
+122 contraire
+121 tout
+120 son
+119 avoir
+118 après
+117 anciens
+116 autres
+115 est
+114 alors
+113 allait
+112 ait
+111 avec
+110 ainsi
+109 aient
+108 renforcer
+107 donner
+106 afin
+105 affirment
+104 adoptées
+103 actuellement
+102 été
+101 récemment
+100 pris
+99 intention
+98 fait
+97 nouveau
+96 annoncé
+95 90
+94 9
+93 7
+92 6
+91 millions
+90 50
+89 5
+88 42
+87 4
+86 32
+85 31
+84 30
+83 3
+82 28
+81 27
+80 22
+79 20
+78 18
+77 16
+76 15
+75 13
+74 12
+73 10
+72 1
+71 +
+70 bien
+69 ;
+68 plus
+67 par
+66 article
+65 élargissement
+64 égalité
+63 vous
+62 homme
+61 transparence
+60 sont
+59 que
+58 qu&apos;
+57 oui
+56 ou
+55 n&apos;
+54 nous
+53 notre
+52 non
+51 ne
+50 moins
+49 marché
+48 monde
+47 commission
+46 justice
+45 je
+44 entre
+43 doit
+42 l&apos;
+41 d&apos;
+40 comment
+39 cela
+38 aux
+37 ?
+36 -
+35 une
+34 un
+33 qui
+32 mais
+31 comme
+30 ce
+29 )
+28 être
+27 ont
+26 il
+25 en
+24 augmentation
+23 pas
+22 dit
+21 a
+20 &apos;
+19 &#93;
+18 &#91;
+17 à
+16 pour
+15 le
+14 et
+13 du
+12 des
+11 population
+10 la
+9 de
+8 les
+7 dans
+6 au
+5 ,
+4 (
+3 %
+2 .
+1 &quot;
+0 !
diff --git a/tests/phrase.multi-lm/phrase-table.0-0,1.1.1.binphr.tgtdata.wa b/tests/phrase.multi-lm/phrase-table.0-0,1.1.1.binphr.tgtdata.wa
new file mode 100644
index 0000000..d180ac2
--- /dev/null
+++ b/tests/phrase.multi-lm/phrase-table.0-0,1.1.1.binphr.tgtdata.wa
Binary files differ
diff --git a/tests/phrase.multi-lm/phrase-table.0-0,1.1.1.binphr.tgtvoc b/tests/phrase.multi-lm/phrase-table.0-0,1.1.1.binphr.tgtvoc
new file mode 100644
index 0000000..20cd64a
--- /dev/null
+++ b/tests/phrase.multi-lm/phrase-table.0-0,1.1.1.binphr.tgtvoc
@@ -0,0 +1,8083 @@
+8082 islands|nnp
+8081 evolving|nn
+8080 avoid|vbp
+8079 avoided|vbn
+8078 evaluate|vb
+8077 verifying|vbg
+8076 inward|jj
+8075 ethical|jj
+8074 concise|jj
+8073 extend|vbp
+8072 widen|vbp
+8071 rotate|vbp
+8070 surveys|nns
+8069 phases|nns
+8068 semi|jj
+8067 draws|vbz
+8066 invoking|vbg
+8065 established|jj
+8064 accommodation|nn
+8063 equilibrium|nn
+8062 finished|vb
+8061 saving|nn
+8060 emit|vb
+8059 emitted|vbn
+8058 surface|vb
+8057 plane|nn
+8056 elected|jj
+8055 remoteness|nn
+8054 élites|nns
+8053 clients|nns
+8052 elevate|vb
+8051 statistical|jj
+8050 pylons|nns
+8049 adherents|nns
+8048 enlargement|in
+8047 enlarging|vbg
+8046 enlarge|vb
+8045 broadening|vbg
+8044 audiences|nns
+8043 widening|vbg
+8042 enlarged|jj
+8041 display|nn
+8040 framing|nn
+8039 elaboration|nn
+8038 kosovan|nnp
+8037 toothless|jj
+8036 emerge|vb
+8035 reliant|jj
+8034 keen|vb
+8033 writing|vbg
+8032 write|vb
+8031 squash|nn
+8030 ecosystem|nn
+8029 economic|nnp
+8028 problematical|jj
+8027 ecologically|rb
+8026 ecology|nn
+8025 schools|nns
+8024 reflect|vbp
+8023 platform|nn
+8022 ended|vbd
+8021 trading|vbg
+8020 exchanged|vbn
+8019 qualms|nns
+8018 suffering|nn
+8017 soul|nn
+8016 grown|jj
+8015 finished|vbd
+8014 unleashed|vbn
+8013 formula|nn
+8012 @-@|wrb
+8011 perform|vbp
+8010 streets|nns
+8009 moscow|nnp
+8008 accuse|vb
+8007 tolls|nns
+8006 wide|rb
+8005 outside|nn
+8004 style|nn
+8003 inject|vb
+8002 versed|vbn
+8001 saturday|nnp
+8000 zealand|nnp
+7999 grey|nn
+7998 yugoslavia|nnp
+7997 exciting|jj
+7996 astonishing|jj
+7995 xenophobic|nn
+7994 20th|jj
+7993 washington|nnp
+7992 checking|vbg
+7991 forcefully|rb
+7990 viewpoints|nns
+7989 seen|nnp
+7988 genuinely|jj
+7987 trip|nn
+7986 hebron|nnp
+7985 wishing|vbg
+7984 appetite|nn
+7983 nationalism|nn
+7982 wanting|vbg
+7981 vote|nnp
+7980 passes|vbz
+7979 polls|nns
+7978 owning|vbg
+7977 worries|nns
+7976 fit|vbp
+7975 von|nnp
+7974 voluntarily|rb
+7973 arises|vbz
+7972 think|nn
+7971 legalities|nns
+7970 juncture|nn
+7969 eke|vbp
+7968 vitality|nn
+7967 intended|jj
+7966 visual|jj
+7965 principally|rb
+7964 envisages|vbz
+7963 deleting|vbg
+7962 relieving|vbg
+7961 reinstated|vbn
+7960 faces|nns
+7959 visa|nn
+7958 inclination|vbp
+7957 fulfils|vbz
+7956 virus|nn
+7955 freeze|vb
+7954 violent|jj
+7953 infringes|vbz
+7952 stamping|vbg
+7951 violated|vbn
+7950 violation|nn
+7949 vigilant|nn
+7948 attentiveness|nn
+7947 loud|nnp
+7946 doris|nnp
+7945 mix|nn
+7944 vienna|nnp
+7943 triumph|nn
+7942 viable|jj
+7941 fit|nn
+7940 green|nn
+7939 green|nnp
+7938 towards|jj
+7937 verbally|rb
+7936 pluck|vb
+7935 vendée|nnp
+7934 sold|vbn
+7933 vendor|nn
+7932 prolonged|jj
+7931 widening|nn
+7930 evaluations|nns
+7929 vague|jj
+7928 holiday|nn
+7927 uniformly|rb
+7926 deriving|vbg
+7925 use|vbp
+7924 uniting|vbg
+7923 united|vbn
+7922 single|nnp
+7921 @-@|md
+7920 quest|nn
+7919 sided|vbd
+7918 single|vbp
+7917 exercised|vbd
+7916 displays|vbz
+7915 bigger|jjr
+7914 street|nn
+7913 sidelong|jj
+7912 posturing|nn
+7911 half|dt
+7910 bedrock|nn
+7909 exchange|vb
+7908 denied|vbd
+7907 enhanced|jj
+7906 theft|nn
+7905 comprehensible|jj
+7904 backwardness|nn
+7903 neighbourhood|nn
+7902 ukraine|nnp
+7901 eu|,
+7900 vat|nn
+7899 plants|nns
+7898 turkmenistan|nnp
+7897 tunnels|nns
+7896 teu|nnp
+7895 corporation|nn
+7894 anomalies|nns
+7893 finding|nn
+7892 troops|nns
+7891 distress|nn
+7890 collected|vbn
+7889 third|ls
+7888 trittin|nnp
+7887 distressing|vbg
+7886 distressing|jj
+7885 sad|jj
+7884 breakthrough|nn
+7883 tribunals|nns
+7882 mediation|nn
+7881 carriage|nn
+7880 transforms|vbz
+7879 deckchairs|nns
+7878 moving|nn
+7877 tranche|nn
+7876 address|nn
+7875 views|vbz
+7874 broaches|vbz
+7873 traitors|nns
+7872 tragic|nn
+7871 traditions|nns
+7870 tradition|nn
+7869 cut|nn
+7868 shape|nn
+7867 protects|vbz
+7866 ad|nn
+7865 sizing|vbg
+7864 hitherto|vb
+7863 tour|nn
+7862 watershed|jj
+7861 impinge|vb
+7860 deals|nns
+7859 stark|jj
+7858 total|nnp
+7857 torture|nn
+7856 misconception|nn
+7855 tons|nns
+7854 tonnes|nns
+7853 fabric|nn
+7852 reticent|jj
+7851 hopes|vbz
+7850 tibet|nn
+7849 theatre|nn
+7848 fibres|nns
+7847 wordings|nns
+7846 terrorists|nns
+7845 landlocked|jj
+7844 larvae|vbz
+7843 futures|nns
+7842 tried|vbn
+7841 chipped|vbn
+7840 attempted|vbn
+7839 endeavouring|vbg
+7838 trends|nns
+7837 upward|jj
+7836 online|jj
+7835 act|nn
+7834 expediency|nn
+7833 technological|jj
+7832 late|jj
+7831 tac|nnp
+7830 variety|nn
+7829 seminar|nn
+7828 systematic|jj
+7827 delays|nnps
+7826 linear|jj
+7825 synonym|nn
+7824 symptoms|nns
+7823 symbol|nn
+7822 sv|,
+7821 woman|nn
+7820 swedish|jj
+7819 suspended|vbn
+7818 halting|vbg
+7817 suspects|nns
+7816 suspect|nn
+7815 watch|vb
+7814 hormone|nn
+7813 vision|nn
+7812 above|rb
+7811 surprised|jj
+7810 surprising|jj
+7809 overcoming|vbg
+7808 bidding|nn
+7807 panels|nns
+7806 globe|nn
+7805 displayed|vbd
+7804 dismissal|nn
+7803 stress|vbp
+7802 yield|vb
+7801 respectable|jj
+7800 underlining|vbg
+7799 majeure|nn
+7798 axed|vbd
+7797 abolished|vbn
+7796 averted|vbn
+7795 imply|vb
+7794 assumes|vbz
+7793 following|nn
+7792 occurrence|nn
+7791 st|nnp
+7790 geography|nn
+7789 suffolk|nnp
+7788 cancelled|jj
+7787 adequately|rb
+7786 sud|nnp
+7785 substantially|rb
+7784 undergo|nn
+7783 structured|jj
+7782 monitor|vbp
+7781 strategically|rb
+7780 strategy|nnp
+7779 scorched|jj
+7778 strasbourg|nnp
+7777 stockholm|nnp
+7776 statute|nn
+7775 star|nnp
+7774 stagnation|nn
+7773 saint|nnp
+7772 reassurances|nns
+7771 specialising|vbg
+7770 special|nnp
+7769 spectacle|nn
+7768 dealing|nn
+7767 underground|rb
+7766 informal|jj
+7765 seconded|vbn
+7764 aided|vbn
+7763 argued|vbn
+7762 shortly|rb
+7761 implies|vbz
+7760 breeding|vbg
+7759 adherence|nn
+7758 suspicions|nns
+7757 featuring|vbg
+7756 stress|nn
+7755 seal|nn
+7754 emphasise|nn
+7753 stresses|vbz
+7752 outlines|vbz
+7751 outrage|nn
+7750 thought|vbn
+7749 desirable|jj
+7748 frost|jj
+7747 suffers|vbz
+7746 compete|vb
+7745 suddenly|rb
+7744 exhaustive|jj
+7743 hurdle|nn
+7742 learnt|vbn
+7741 posted|vbd
+7740 discourteous|jj
+7739 doubled|vbn
+7738 travelled|vbn
+7737 crossing|vbg
+7736 dark|jj
+7735 weaker|jjr
+7734 surfaces|nns
+7733 solbes|nnp
+7732 solana|nnp
+7731 sixties|nns
+7730 tonight|nn
+7729 finer|nn
+7728 sociological|jj
+7727 socio|nn
+7726 sociale|nn
+7725 moderation|nn
+7724 moderate|jj
+7723 seats|nns
+7722 ruin|nn
+7721 harassment|nn
+7720 century|nnp
+7719 siècle|fw
+7718 sixth|nnp
+7717 sixth|jj
+7716 situation|nnp
+7715 devastated|vbn
+7714 singapore|nnp
+7713 simplify|vb
+7712 answered|vbn
+7711 simple|nn
+7710 forth|rb
+7709 signified|vbd
+7708 added|vbd
+7707 signing|vbg
+7706 enlightenment|nn
+7705 nevada|nnp
+7704 sierra|nnp
+7703 gear|nn
+7702 penny|nn
+7701 threshold|nn
+7700 threshold|jj
+7699 milestone|nn
+7698 capacities|nns
+7697 avail|nn
+7696 service|nnp
+7695 good|rb
+7694 pressed|vbn
+7693 biting|vbg
+7692 snake|nn
+7691 seven|nnp
+7690 secretariat|nnp
+7689 secretariat|nn
+7688 secrets|nns
+7687 confidential|jj
+7686 advanced|jj
+7685 sec|nnp
+7684 steer|vb
+7683 forgiven|vbn
+7682 visit|vb
+7681 satisfying|vbg
+7680 discharged|vbn
+7679 appear|vbp
+7678 feeds|vbz
+7677 welcomes|vbz
+7676 smoking|nn
+7675 dispose|vb
+7674 consorted|vbn
+7673 focuses|vbz
+7672 scenarios|nns
+7671 slightly|rb
+7670 schooling|nn
+7669 leavers|nns
+7668 educational|jj
+7667 scientific|nnp
+7666 science|nnp
+7665 sceptics|nns
+7664 i.e.|rb
+7663 saving|vbg
+7662 save|in
+7661 supposedly|rb
+7660 satisfy|vb
+7659 sarre|nnp
+7658 santa|nnp
+7657 keep|vbp
+7656 salazar|nnp
+7655 earner|nn
+7654 arrives|vbz
+7653 weather|nn
+7652 wisdom|nn
+7651 sabah|nnp
+7650 charterer|nn
+7649 praise|nn
+7648 horizontally|rb
+7647 proved|vbd
+7646 promising|jj
+7645 horizon|nn
+7644 expand|vb
+7643 revolved|vbd
+7642 ensuing|nn
+7641 commit|vb
+7640 expects|vbz
+7639 confront|vb
+7638 rainfall|nn
+7637 sits|vbz
+7636 dream|nn
+7635 disclosure|nn
+7634 revolution|nn
+7633 bygone|jj
+7632 succeeds|vbz
+7631 reuniting|vbg
+7630 reunification|nn
+7629 revival|nn
+7628 resolutions|nnp
+7627 premises|nns
+7626 residing|vbg
+7625 reserved|vbn
+7624 reserve|vbp
+7623 reserves|vbz
+7622 network|nnp
+7621 net|nn
+7620 reputation|nn
+7619 repression|nn
+7618 reply|jj
+7617 strides|nns
+7616 allaying|vbg
+7615 respond|vbp
+7614 fulfil|in
+7613 satisfies|vbz
+7612 splitting|jj
+7611 redistributing|vbg
+7610 rife|jj
+7609 shed|vbn
+7608 delight|nn
+7607 reiterated|vbd
+7606 regular|jj
+7605 legalised|vbn
+7604 settled|vbn
+7603 arrangement|nn
+7602 regional|nnp
+7601 diet|nn
+7600 determining|vbg
+7599 regulated|vbn
+7598 refugees|nnp
+7597 mature|jj
+7596 revisit|vb
+7595 vary|vbp
+7594 drastically|rb
+7593 adjusting|vbg
+7592 compiled|vbn
+7591 recouping|nn
+7590 rewards|nns
+7589 harvest|nn
+7588 minute|jj
+7587 reacting|vbg
+7586 restating|vbg
+7585 reactors|nns
+7584 candu|nnp
+7583 re|vbp
+7582 rules|vbz
+7581 rumour|nn
+7580 ruiz|nnp
+7579 compensates|vbn
+7578 yellow|jj
+7577 rotation|nn
+7576 romantic|jj
+7575 mammon|nnp
+7574 strand|jj
+7573 diagnosis|nn
+7572 stacked|vbn
+7571 richer|jjr
+7570 wealthy|jj
+7569 ricardo|nnp
+7568 reviewed|vbn
+7567 pensioners|nnps
+7566 fly|vb
+7565 deprivation|nn
+7564 delays|nns
+7563 finished|vbn
+7562 restraints|nns
+7561 hanging|vbg
+7560 preserved|vbn
+7559 legislator|nn
+7558 respected|vbn
+7557 honoured|vbn
+7556 respectively|rb
+7555 signals|vbz
+7554 representing|vbg
+7553 hereby|nn
+7552 push|nn
+7551 underpinned|vbn
+7550 pushed|vbn
+7549 foot|nn
+7548 profitable|jj
+7547 effective|nn
+7546 renew|vb
+7545 reaffirm|vb
+7544 renounced|vbn
+7543 turned|vbn
+7542 strengthened|jj
+7541 strengthened|vbd
+7540 advocate|nn
+7539 strengthen|vbp
+7538 strengthens|vbz
+7537 reinforces|vbz
+7536 reinforcement|nn
+7535 dispensing|vbg
+7534 advising|vbg
+7533 rendered|vbn
+7532 demanded|vbd
+7531 rolled|vbn
+7530 substitute|vb
+7529 replacing|vbg
+7528 replace|vb
+7527 dates|nns
+7526 cast|vb
+7525 warm|jj
+7524 thank|jj
+7523 remark|nn
+7522 remarkable|jj
+7521 released|vbn
+7520 leftovers|vbz
+7519 stimulation|nn
+7518 match|vbp
+7517 refute|vbp
+7516 regretting|vbg
+7515 regrettable|vbp
+7514 register|nnp
+7513 reject|vb
+7512 refusing|vbg
+7511 refuse|vbp
+7510 refuses|vbz
+7509 unwillingness|nn
+7508 reflects|vbz
+7507 downturn|nn
+7506 collate|vb
+7505 encompasses|vbz
+7504 recourse|nnp
+7503 utilise|vb
+7502 employ|vbp
+7501 tunnel|nn
+7500 rebuilding|nn
+7499 acknowledges|vbz
+7498 recognises|nns
+7497 recommendations|nnps
+7496 recommendations|nnp
+7495 requiring|vbg
+7494 ratify|vb
+7493 miss|vb
+7492 reassured|vbn
+7491 reassure|vb
+7490 garner|vb
+7489 rarely|rb
+7488 rare|jj
+7487 reconcile|vb
+7486 approximate|vb
+7485 offices|nnps
+7484 differently|rb
+7483 reminded|vbd
+7482 remind|vbp
+7481 reiterate|vb
+7480 dawning|nn
+7479 remembered|vbn
+7478 remind|nn
+7477 speed|nn
+7476 speedily|rb
+7475 quicker|nn
+7474 decreased|vbd
+7473 haste|nn
+7472 timely|jj
+7471 swiftly|rb
+7470 speedy|jj
+7469 belongs|vbz
+7468 renationalise|vb
+7467 raison|nn
+7466 rational|jj
+7465 railways|nns
+7464 radio|nn
+7463 radicals|nns
+7462 radically|rb
+7461 radiation|nn
+7460 racist|nn
+7459 racists|nns
+7458 quo|nn
+7457 fifteen|cd
+7456 forwards|rb
+7455 eschews|vbz
+7454 unreasonable|jj
+7453 appropriately|rb
+7452 contradicts|vbz
+7451 consuming|vbg
+7450 vis|nns
+7449 translate|vb
+7448 thereafter|rb
+7447 cherished|jj
+7446 concentrates|vbz
+7445 grow|vbp
+7444 demand|vbp
+7443 satisfactory|jj
+7442 warrants|nns
+7441 wheelchairs|nns
+7440 olaf|nnp
+7439 prohibiting|vbg
+7438 whose|jj
+7437 sub|jj
+7436 questionnaire|nn
+7435 arisen|rb
+7434 analysed|jj
+7433 seconds|nns
+7432 somebody|nn
+7431 what|wdt
+7430 mediaeval|jj
+7429 wipe|vb
+7428 fought|vbn
+7427 which|in
+7426 reformed|vbn
+7425 idiot|nn
+7424 advanced|vbn
+7423 rise|vb
+7422 fourth|nnp
+7421 fourth|nn
+7420 fourteen|jj
+7419 neighbourhoods|nns
+7418 flight|nn
+7417 regain|vb
+7416 whenever|wrb
+7415 qualifications|nns
+7414 platforms|nns
+7413 ignorant|jj
+7412 orientated|vbn
+7411 beetle|nn
+7410 wonderful|jj
+7409 outer|jj
+7408 accords|vbz
+7407 monitored|vbd
+7406 matters|nnp
+7405 dictatorships|nns
+7404 reconsideration|nn
+7403 oarsmen|vbn
+7402 undoing|vbg
+7401 relational|jj
+7400 regaining|vbg
+7399 manpower|nn
+7398 omitted|vbn
+7397 fishermen|nns
+7396 fishing|vbg
+7395 tanker|nn
+7394 remote|vb
+7393 peripheral|jj
+7392 outermost|jj
+7391 periphery|nn
+7390 outlying|jj
+7389 periodic|nnp
+7388 periodic|jj
+7387 perimeter|nn
+7386 saturation|nn
+7385 distressing|nn
+7384 criminal|nnp
+7383 peking|vbg
+7382 toys|nns
+7381 pvc|nn
+7380 armed|vbn
+7379 puerta|nnp
+7378 publicised|jj
+7377 funded|vbn
+7376 publishing|vbg
+7375 publishes|vbz
+7374 psychological|jj
+7373 pseudo|nn
+7372 sworn|vbn
+7371 earmarked|vbn
+7370 anticipated|vbn
+7369 stipulated|vbd
+7368 occupation|nn
+7367 foresee|vb
+7366 anticipation|nn
+7365 alleged|vbn
+7364 chaired|vbn
+7363 sparing|jj
+7362 expound|vb
+7361 inherent|jj
+7360 affords|vbz
+7359 presenting|vbg
+7358 berend|nnp
+7357 pains|nns
+7356 prepares|vbz
+7355 preparatory|jj
+7354 worries|vbz
+7353 levy|nn
+7352 introductory|jj
+7351 prejudices|nns
+7350 preferred|vbd
+7349 preference|nn
+7348 prefer|vbp
+7347 precedent|nn
+7346 boom|nn
+7345 focused|jj
+7344 estimates|vbz
+7343 ante|nn
+7342 prerequisite|jj
+7341 cautious|jj
+7340 bill|nn
+7339 demonstrates|vbz
+7338 proving|vbg
+7337 protected|vbn
+7336 afforded|vbn
+7335 conceal|vb
+7334 heckling|nn
+7333 protection|nnp
+7332 equipped|vbn
+7331 looting|nn
+7330 holder|nn
+7329 own|nnp
+7328 possess|vb
+7327 nominated|vbn
+7326 professions|nns
+7325 transmit|vb
+7324 proposal|nnp
+7323 prematurely|rb
+7322 sustained|vbn
+7321 advances|nns
+7320 progress|vb
+7319 certificate|nn
+7318 realité|nn
+7317 programme|nnp
+7316 dedicated|vbn
+7315 manifesto|fw
+7314 programme|vbp
+7313 programming|vbg
+7312 overhaul|nn
+7311 professor|nn
+7310 assigned|vbn
+7309 prosecutors|nns
+7308 probability|nn
+7307 pro|jj
+7306 uncultured|jj
+7305 privilege|nn
+7304 courageous|jj
+7303 prioritise|jj
+7302 principal|nn
+7301 assumed|vbn
+7300 core|jj
+7299 thread|nn
+7298 fashioned|jj
+7297 crudely|jj
+7296 worth|nn
+7295 grandiose|jj
+7294 please|nnp
+7293 tackle|vbp
+7292 top|jj
+7291 maiden|jj
+7290 practices|nns
+7289 poet|nn
+7288 executive|jj
+7287 wealthiest|jjs
+7286 happily|rb
+7285 pursued|vbd
+7284 counterpart|nn
+7283 could|vb
+7282 assisted|vbn
+7281 could|cc
+7280 quotas|nns
+7279 percentage|nn
+7278 regeneration|nn
+7277 approving|jj
+7276 accounts|vbz
+7275 jeopardises|vbz
+7274 salient|jj
+7273 terminating|vbg
+7272 site|nn
+7271 routes|nns
+7270 iso|jj
+7269 posts|nns
+7268 positively|rb
+7267 stands|nns
+7266 position|vb
+7265 posed|vbd
+7264 betokens|vbz
+7263 prejudice|vbp
+7262 insofar|jj
+7261 javette|nnp
+7260 spokespersons|nns
+7259 laying|vbg
+7258 harbour|nn
+7257 populist|jj
+7256 bridge|nn
+7255 polish|jj
+7254 ends|nns
+7253 politically|rb
+7252 fish|nn
+7251 pervasiveness|nn
+7250 strokes|nns
+7249 minded|jj
+7248 plank|nn
+7247 reminiscent|jj
+7246 successive|jj
+7245 significantly|rb
+7244 transparent|nn
+7243 faster|jjr
+7242 closest|nns
+7241 smallest|jjs
+7240 easier|rbr
+7239 broader|jjr
+7238 plus|cc
+7237 freeing|vbg
+7236 weakest|jjs
+7235 ugly|jj
+7234 clearer|jjr
+7233 acutely|rb
+7232 flat|jj
+7231 plastic|nn
+7230 complaint|nn
+7229 consigned|vbn
+7228 treat|vb
+7227 phenomena|nns
+7226 blip|nn
+7225 random|jj
+7224 physical|jj
+7223 phare|nn
+7222 phare|nnp
+7221 emerge|vbp
+7220 dampening|nn
+7219 evaded|vbn
+7218 leaf|nn
+7217 might|nnp
+7216 rejecting|vbg
+7215 workshop|nn
+7214 terribly|rb
+7213 reviled|vbn
+7212 petroleum|nnp
+7211 acknowledged|vbd
+7210 staff|vb
+7209 nobody|nn
+7208 persistent|jj
+7207 strive|vbp
+7206 secondary|jj
+7205 concludes|vbz
+7204 render|vb
+7203 could|nn
+7202 allow|nnp
+7201 enable|vbp
+7200 zones|nns
+7199 explains|vbz
+7198 reserve|nn
+7197 missed|vbd
+7196 receive|vbp
+7195 thought|nn
+7194 landscape|nn
+7193 patients|nns
+7192 passion|nn
+7191 passenger|nn
+7190 pas|nnps
+7189 buy|vbp
+7188 livelihood|nn
+7187 empty|jj
+7186 falling|vbg
+7185 retrograde|nn
+7184 backward|jj
+7183 grâce|nn
+7182 elicit|vb
+7181 arrived|vbn
+7180 behaving|nn
+7179 seemed|vbd
+7178 supporter|nn
+7177 presumably|rb
+7176 partially|rb
+7175 matches|vbz
+7174 vacuums|nns
+7173 partial|jj
+7172 rapporteur|nn
+7171 cold|nn
+7170 mind|vb
+7169 condone|nn
+7168 drafts|vbz
+7167 enters|vbz
+7166 churches|nns
+7165 leave|nn
+7164 opponent|nn
+7163 keener|jjr
+7162 sharing|nn
+7161 shares|nns
+7160 divisions|nns
+7159 irrespective|nn
+7158 marriage|nn
+7157 intentioned|vbn
+7156 messages|nns
+7155 amongst|vbn
+7154 parliamentary|nnp
+7153 talk|nn
+7152 paris|nnp
+7151 bet|vb
+7150 wager|nn
+7149 springs|nns
+7148 privileged|jj
+7147 compel|vb
+7146 parameters|nns
+7145 isolated|vbn
+7144 paradox|nn
+7143 paradoxical|jj
+7142 via|nnp
+7141 par|nn
+7140 threes|nns
+7139 road|nnp
+7138 retained|vbn
+7137 marshal|nnp
+7136 nowhere|rb
+7135 noire|nnp
+7134 unease|jj
+7133 alia|in
+7132 league|nn
+7131 palermo|nnp
+7130 picks|vbz
+7129 pages|nns
+7128 page|nn
+7127 pact|nnp
+7126 pact|nn
+7125 pack|nn
+7124 inter|jj
+7123 openly|rb
+7122 hurricanes|nns
+7121 yes|rb
+7120 yes|nnp
+7119 forsaken|vbn
+7118 forgotten|vbn
+7117 forgetfulness|nn
+7116 suspension|nn
+7115 process|vb
+7114 denied|vbn
+7113 killed|vbn
+7112 hostage|nn
+7111 oslo|nnp
+7110 ortega|nnp
+7109 origin|nn
+7108 orientated|jj
+7107 strand|nn
+7106 &quot;|vbd
+7105 organise|nn
+7104 rescue|nn
+7103 ears|nns
+7102 computer|nnp
+7101 speaker|nn
+7100 effected|vbd
+7099 kinsmen|nns
+7098 petty|jj
+7097 traders|nns
+7096 verdict|nn
+7095 arisen|vbn
+7094 saved|vbn
+7093 rejected|vbd
+7092 wrote|vbd
+7091 suffered|vbd
+7090 underlined|vbn
+7089 annually|rb
+7088 bolstered|vbn
+7087 acknowledged|vbn
+7086 termed|vbd
+7085 prompted|vbn
+7084 relaunched|vbn
+7083 paid|vbd
+7082 feathered|vbd
+7081 hint|nn
+7080 fed|vbn
+7079 transformation|nn
+7078 ring|nn
+7077 hat|nn
+7076 vigorously|rb
+7075 care|nnp
+7074 comprise|jj
+7073 offer|vbp
+7072 opens|vbz
+7071 forestry|nnp
+7070 ocean|nnp
+7069 granting|nnp
+7068 occupied|jj
+7067 embrace|vb
+7066 occupying|jj
+7065 western|jj
+7064 unsuccessful|jj
+7063 obtained|vbn
+7062 obtain|vbp
+7061 obstacle|nn
+7060 resumed|vbn
+7059 maintained|vbd
+7058 dubiously|rb
+7057 observer|nn
+7056 compulsory|nn
+7055 subject|nnp
+7054 intended|vbd
+7053 objectively|rb
+7052 objective|vbp
+7051 objective|vb
+7050 aim|vbp
+7049 neo|nn
+7048 neo|jj
+7047 neo|nnp
+7046 stays|vbz
+7045 powerless|jj
+7044 insignificant|jj
+7043 adversely|rb
+7042 fated|jj
+7041 ill|jj
+7040 dutch|jj
+7039 conditio|nn
+7038 urgently|rb
+7037 chances|nns
+7036 child|nn
+7035 nanny|nn
+7034 anywhere|rb
+7033 undermine|vbp
+7032 detrimental|jj
+7031 harm|vb
+7030 father|nnp
+7029 inhabited|jj
+7028 now|nnp
+7027 persist|vb
+7026 crop|vb
+7025 set|vbp
+7024 solemnly|rb
+7023 quite|nnp
+7022 overstate|vb
+7021 sticking|vbg
+7020 pt|nnp
+7019 satisfied|jj
+7018 unfavourable|jj
+7017 thank|vbp
+7016 lose|vbp
+7015 talk|vbp
+7014 picture|nn
+7013 recall|vbp
+7012 overarching|jj
+7011 rethink|nn
+7010 our|nnp
+7009 flooded|vbn
+7008 realisation|nn
+7007 neighbours|nns
+7006 standard|jj
+7005 nordic|jj
+7004 non|vbp
+7003 disappear|vbp
+7002 ruled|vbn
+7001 named|vbn
+7000 pulls|vbz
+6999 nominate|vb
+6998 appointments|nns
+6997 nomination|nn
+6996 pursue|vbp
+6995 nut|nn
+6994 spillage|nn
+6993 dealt|vbd
+6992 anglo|nnp
+6991 deny|vbp
+6990 deny|vb
+6989 denying|vbg
+6988 york|nnp
+6987 ninth|jj
+6986 clean|jj
+6985 net|jj
+6984 learned|vbn
+6983 indiscriminate|nn
+6982 torn|vbn
+6981 failing|vbg
+6980 tolerate|vb
+6979 governability|nn
+6978 derogations|nns
+6977 synonymous|vbn
+6976 wilderness|nn
+6975 exceed|vb
+6974 nazi|nnp
+6973 nazi|nn
+6972 sail|vb
+6971 shipwreck|nn
+6970 approaches|nns
+6969 napolitano|nnp
+6968 birthright|nn
+6967 crystal|nn
+6966 lagging|vbg
+6965 appeasement|nn
+6964 mindful|jj
+6963 commandments|nns
+6962 mistrusted|vbn
+6961 preclude|vb
+6960 exclude|vb
+6959 sank|vbd
+6958 wanted|vbn
+6957 schreyer|nnp
+6956 reap|vb
+6955 even|jj
+6954 career|nn
+6953 deserve|vbp
+6952 deserve|vb
+6951 merit|nn
+6950 distinction|nn
+6949 deserving|vbg
+6948 scorning|vbg
+6947 memoires|nns
+6946 mixing|nn
+6945 medical|jj
+6944 albanian|jj
+6943 mothers|nns
+6942 music|nn
+6941 municipality|nn
+6940 municipal|jj
+6939 multiplication|nn
+6938 motorcycles|nns
+6937 motorcycle|nn
+6936 moss|nnp
+6935 murder|nn
+6934 morgan|nnp
+6933 monetary|nnp
+6932 mounted|vbn
+6931 montreal|nnp
+6930 spiritual|nn
+6929 animosities|nns
+6928 dictates|nns
+6927 counts|vbz
+6926 my|nnp
+6925 province|nn
+6924 studied|vbn
+6923 fifty|nn
+6922 operational|jj
+6921 anybody|nn
+6920 less|jj
+6919 less|cc
+6918 compared|vbn
+6917 modifications|nns
+6916 modernisation|jj
+6915 modernise|vb
+6914 modernising|vbg
+6913 progressive|jj
+6912 modern|nnp
+6911 doubtless|jj
+6910 mrs|nns
+6909 mrs|nnps
+6908 misery|nn
+6907 small-|jj
+6906 opt|vb
+6905 placed|vbd
+6904 mark|nn
+6903 scrapped|vbn
+6902 warned|vbn
+6901 painstakingly|rb
+6900 ministerial|jj
+6899 ministry|nnp
+6898 tolerated|vbn
+6897 ministers|nnps
+6896 minister|nn
+6895 minimising|vbg
+6894 demographic|jj
+6893 undermining|vbg
+6892 thousand|cd
+6891 sticky|jj
+6890 midlands|nnp
+6889 shell|vb
+6888 dot|vb
+6887 inasmuch|nn
+6886 measured|vbn
+6885 measure|vb
+6884 gauge|vb
+6883 mood|nn
+6882 messrs|nnp
+6881 bird|nn
+6880 es|nnp
+6879 condescending|vbg
+6878 seas|nns
+6877 mercury|nn
+6876 thank|nnp
+6875 sv|nnp
+6874 deliberately|rb
+6873 jeopardise|vb
+6872 upset|vb
+6871 seat|nn
+6870 joined|vbn
+6869 echo|vb
+6868 mccarthy|nnp
+6867 mass|nn
+6866 plethora|nn
+6865 mountain|nn
+6864 vichy|jj
+6863 mark|vb
+6862 marks|vbz
+6861 make|nn
+6860 freshwater|jj
+6859 marine|jj
+6858 maria|nnp
+6857 margin|nn
+6856 mercy|nn
+6855 dealers|nns
+6854 freight|nn
+6853 missed|vbn
+6852 violate|vb
+6851 lack|vbp
+6850 misses|vbz
+6849 ills|nns
+6848 changed|vbd
+6847 ostensibly|rb
+6846 exhibitions|nns
+6845 manipulates|vbz
+6844 commandment|nn
+6843 prestigious|jj
+6842 manchester|nnp
+6841 sleeves|nns
+6840 maltese|jj
+6839 diseases|nns
+6838 qualified|jj
+6837 needing|vbg
+6836 homes|nns
+6835 mayors|nns
+6834 verdicts|nns
+6833 maintaining|vbg
+6832 meagre|jj
+6831 magnificent|jj
+6830 madrid|nnp
+6829 mrs|vbz
+6828 madam|nnp
+6827 madame|nnp
+6826 machine|nn
+6825 heartfelt|nn
+6824 mr|vbp
+6823 moratinos|nns
+6822 mr|jj
+6821 mr|dt
+6820 scandinavian|jj
+6819 legitimising|vbg
+6818 legislature|nn
+6817 light|jj
+6816 resident|jj
+6815 accedes|vbz
+6814 squarely|rb
+6813 heroic|jj
+6812 prevent|vbp
+6811 injecting|vbg
+6810 praised|vbd
+6809 penalised|vbn
+6808 tag|nn
+6807 enlist|vb
+6806 praised|vbn
+6805 atlantique|jj
+6804 loire|nn
+6803 logically|rb
+6802 rationale|nn
+6801 locally|rb
+6800 intervening|vbg
+6799 multinational|jj
+6798 tongues|nns
+6797 literature|nn
+6796 commendation|nn
+6795 shores|nns
+6794 fixing|vbg
+6793 tying|vbg
+6792 link|vb
+6791 bind|vb
+6790 reform|nnp
+6789 democrat|nnp
+6788 release|nn
+6787 liberal|nnp
+6786 liberal|nn
+6785 liberal|jj
+6784 libya|nnp
+6783 grace|nn
+6782 freer|jjr
+6781 preaching|vbg
+6780 lifted|vbn
+6779 please|nn
+6778 names|nns
+6777 spend|vbp
+6776 himalayan|nnp
+6775 dubious|jj
+6774 reminders|nns
+6773 launch|vb
+6772 regards|vbg
+6771 foreigners|nns
+6770 aliens|nns
+6769 contemplated|vbn
+6768 russian|jj
+6767 renewable|vb
+6766 transfers|nns
+6765 voters|nns
+6764 ultra|nn
+6763 mainland|jj
+6762 spot|nn
+6761 flags|nns
+6760 fast|rb
+6759 recommendation|nn
+6758 drop|vb
+6757 confine|vb
+6756 cash|nn
+6755 amendments|nnps
+6754 abandoned|vbd
+6753 classed|vbn
+6752 prey|nn
+6751 greens|nnps
+6750 values|nnp
+6749 staggering|jj
+6748 syrians|nnps
+6747 strategies|nns
+6746 sub|nn
+6745 serb|nnp
+6744 serbs|nnp
+6743 reservations|nns
+6742 consultancy|nn
+6741 network|nn
+6740 representatives|nnp
+6739 registers|nns
+6738 relationships|nns
+6737 accompanying|vbg
+6736 shipowners|nns
+6735 owners|nns
+6734 typically|rb
+6733 programmes|nnp
+6732 controlled|vbd
+6731 profits|nns
+6730 pressures|nns
+6729 safest|jjs
+6728 extensively|rb
+6727 closest|jj
+6726 closest|nn
+6725 caught|vbn
+6724 larger|jjr
+6723 outlined|vbd
+6722 courses|nns
+6721 medium|nn
+6720 losses|nns
+6719 commit|vbp
+6718 rich|jj
+6717 poorest|jjs
+6716 participants|nns
+6715 bird|jj
+6714 technologies|nns
+6713 novel|jj
+6712 forward|jj
+6711 unpleasant|jj
+6710 morals|nns
+6709 multinationals|nns
+6708 circles|nns
+6707 books|nns
+6706 limitations|nns
+6705 liberals|nns
+6704 freedoms|nns
+6703 imperatives|nns
+6702 vulnerable|jj
+6701 moved|vbn
+6700 specialised|jj
+6699 characterised|vbd
+6698 store|nn
+6697 craft|nn
+6696 older|jjr
+6695 mountainous|jj
+6694 deeds|nns
+6693 slowly|rb
+6692 returning|vbg
+6691 read|vbp
+6690 worrying|jj
+6689 pétain|nnp
+6688 mantra|nn
+6687 delicate|jj
+6686 ante|jj
+6685 disappointed|vbn
+6684 weekend|nn
+6683 vote|vbp
+6682 glass|nn
+6681 tunnel|nnp
+6680 tauern|nnp
+6679 turn|vbp
+6678 banner|nn
+6677 turnout|nn
+6676 drag|vb
+6675 staffing|nn
+6674 whether|nnp
+6673 spö|nnp
+6672 sees|vbz
+6671 contemplating|vbg
+6670 coattails|nns
+6669 seventh|jj
+6668 distinct|jj
+6667 consolation|nn
+6666 ceasing|vbg
+6665 allay|vb
+6664 regulation|nnp
+6663 representative|jj
+6662 reversed|jj
+6661 handover|nn
+6660 rejection|nn
+6659 rail|nn
+6658 racism|nnp
+6657 seixas|nnp
+6656 owns|vbz
+6655 prosecutor|nnp
+6654 polluter|nn
+6653 wallet|nn
+6652 port|nn
+6651 pilot|nn
+6650 people|nnp
+6649 possession|nn
+6648 challenging|jj
+6647 menu|nn
+6646 planet|nn
+6645 everybody|nn
+6644 prosecutor|nn
+6643 maximum|jj
+6642 evil|nn
+6641 luxembourg|nnp
+6640 amounting|vbg
+6639 economically|rb
+6638 souladakis|nnp
+6637 sjöstedt|nnp
+6636 rübig|nnp
+6635 newton|nnp
+6634 marinos|nnps
+6633 dimitrakopoulos|nnp
+6632 suffer|vb
+6631 paragraph|nn
+6630 ortuondo|nnp
+6629 touches|nns
+6628 licensing|nn
+6627 languages|nns
+6626 announcements|nns
+6625 plunge|vbp
+6624 calls|nns
+6623 launch|nn
+6622 launching|nn
+6621 signals|nns
+6620 placing|vbg
+6619 lets|vbz
+6618 religious|jj
+6617 loopholes|nns
+6616 gaps|nns
+6615 excuse|nn
+6614 protocol|nn
+6613 routine|jj
+6612 record|vb
+6611 cross|vbp
+6610 cross|jj
+6609 kind|rb
+6608 separate|jj
+6607 carefulness|nn
+6606 vigilance|nn
+6605 alert|jj
+6604 victory|nn
+6603 base|vb
+6602 aspe|nnp
+6601 added|jj
+6600 apex|nn
+6599 vat|nnp
+6598 auspices|nns
+6597 transposition|nn
+6596 transparency|nnp
+6595 exxon|nnp
+6594 practically|rb
+6593 tolerance|nn
+6592 terror|nn
+6591 earth|nn
+6590 temptation|nn
+6589 storm|nn
+6588 separated|vbn
+6587 selecting|vbg
+6586 sittings|nns
+6585 sessional|jj
+6584 elimination|nn
+6583 stable|jj
+6582 sum|nn
+6581 society|nnp
+6580 massive|jj
+6579 second|nn
+6578 resolution|nnp
+6577 resistance|nn
+6576 frost|nn
+6575 burner|nn
+6574 curb|vb
+6573 reorganisation|nn
+6572 recession|nn
+6571 overriding|vbg
+6570 attaining|vbg
+6569 royal|nnp
+6568 richness|nn
+6567 rhetoric|nn
+6566 resettle|vb
+6565 restoration|nn
+6564 resurgence|nn
+6563 resumption|nn
+6562 revitalise|vb
+6561 reconstruction|nnp
+6560 motive|nn
+6559 race|nn
+6558 tail|nn
+6557 unfolds|nns
+6556 question|vbp
+6555 publication|nn
+6554 changeover|nn
+6553 portuguese|nn
+6552 preparing|vbg
+6551 preparations|nns
+6550 proximity|nn
+6549 protests|nns
+6548 prosperous|jj
+6547 successes|nns
+6546 cotton|nn
+6545 prioritisation|nn
+6544 demonstration|nn
+6543 reports|vbz
+6542 swing|nn
+6541 actively|rb
+6540 continuation|nn
+6539 door|nn
+6538 romany|nnp
+6537 therein|nn
+6536 constituents|nns
+6535 pollution|nn
+6534 transformed|vbn
+6533 police|nns
+6532 broadest|jjs
+6531 suspending|vbg
+6530 suffering|vbg
+6529 pave|vb
+6528 threatened|jj
+6527 spoke|vbd
+6526 peace|nnp
+6525 negligence|nn
+6524 inactivity|nn
+6523 carelessness|nn
+6522 shape|vb
+6521 younger|jjr
+6520 tab|nn
+6519 norway|nnp
+6518 normality|nn
+6517 non|nnp
+6516 nationality|nn
+6515 method|nn
+6514 multiplicity|nn
+6513 restraint|nn
+6512 mobility|nn
+6511 shows|nns
+6510 inauguration|nn
+6509 mid|nn
+6508 threatened|vbn
+6507 dangers|nns
+6506 threats|nns
+6505 surest|jj
+6504 strictly|rb
+6503 object|nn
+6502 battle|nn
+6501 combating|jj
+6500 logic|nn
+6499 lacked|vbd
+6498 delivery|nn
+6497 edge|nn
+6496 keeping|vbg
+6495 wishes|nns
+6494 galicia|nnp
+6493 fraud|nnp
+6492 training|vbg
+6491 disgraceful|jj
+6490 avilés|nnp
+6489 frahm|nnp
+6488 delegation|nnp
+6487 cyber|nn
+6486 crime|nnp
+6485 organised|nnp
+6484 transnational|nnp
+6483 convening|vbg
+6482 competition|nnp
+6481 the|nnp
+6480 pt|nn
+6479 bulgaria|nnp
+6478 speculative|jj
+6477 övp|nn
+6476 evolution|nn
+6475 strict|jj
+6474 installation|nn
+6473 equivalent|nn
+6472 balancing|nn
+6471 phasing|vbg
+6470 eliminating|vbg
+6469 electoral|jj
+6468 thrust|nn
+6467 egypt|nnp
+6466 seasonal|jj
+6465 transmits|vbz
+6464 coup|nn
+6463 succeed|vbp
+6462 rapid|nnp
+6461 induction|nn
+6460 contaminants|nns
+6459 usefulness|nn
+6458 usage|nn
+6457 deploying|vbg
+6456 pressing|vbg
+6455 uranium|nn
+6454 unity|nn
+6453 unanimity|jj
+6452 open|vb
+6451 opprobrium|nn
+6450 oppression|nn
+6449 appropriateness|nn
+6448 sound|vb
+6447 mind|nnp
+6446 apply|vbp
+6445 confine|vbp
+6444 ilo|nnp
+6443 extensions|nns
+6442 observatory|nn
+6441 objective|nnp
+6440 immigration|nnp
+6439 mankind|nn
+6438 history|nnp
+6437 expansion|nn
+6436 exercising|vbg
+6435 unease|nn
+6434 -for|in
+6433 promoted|vbn
+6432 speeding|vbg
+6431 indicated|vbd
+6430 tide|nn
+6429 universal|jj
+6428 salvation|nn
+6427 lose|vb
+6426 associating|vbg
+6425 koch|nnp
+6424 km|nn
+6423 kg|nn
+6422 kg|jj
+6421 kilos|nns
+6420 jörg|nnp
+6419 justified|jj
+6418 justify|vb
+6417 justifying|vbg
+6416 justifies|vbz
+6415 clarifies|vbz
+6414 justification|nn
+6413 fledged|vbn
+6412 validly|rb
+6411 infrastrucutres|vbz
+6410 hitherto|nn
+6409 hitherto|jj
+6408 legally|rb
+6407 legal|nnp
+6406 jungle|nn
+6405 jews|nnps
+6404 judged|vbn
+6403 thinks|vbz
+6402 puzzled|vbn
+6401 prosecute|vb
+6400 judicial|nnp
+6399 happy|nnp
+6398 journalists|nns
+6397 journalist|nn
+6396 newspaper|nn
+6395 journal|nnp
+6394 perform|vb
+6393 maintain|vbp
+6392 reinforced|jj
+6391 plays|vbz
+6390 jordan|nnp
+6389 jiménez|nnp
+6388 young|nnp
+6387 game|nn
+6386 inclined|vbn
+6385 environmentalists|nns
+6384 wished|vbd
+6383 straight|nnp
+6382 suspect|vbp
+6381 suppose|vbp
+6380 regret|vb
+6379 deplore|vbd
+6378 sorry|jj
+6377 recommend|vb
+6376 recommend|vbp
+6375 warmly|rb
+6374 publicised|vbn
+6373 hoped|vbn
+6372 remember|vbp
+6371 wonder|vbp
+6370 freely|rb
+6369 jan|nn
+6368 near|jj
+6367 register|nn
+6366 italiano|nn
+6365 it|nnp
+6364 poland|nnp
+6363 israelis|nnp
+6362 israeli|nnp
+6361 isolating|vbg
+6360 isolate|vb
+6359 tactics|nns
+6358 isolating|jj
+6357 irreparable|jj
+6356 anomalous|jj
+6355 unrealistic|jj
+6354 irresponsible|jj
+6353 irrationality|nn
+6352 irish|nnp
+6351 irish|jj
+6350 iraq|nnp
+6349 inevitably|rb
+6348 unheard|nn
+6347 unprecedented|jj
+6346 appeal|vbp
+6345 invisible|jj
+6344 appointment|nn
+6343 investiture|nn
+6342 investors|nns
+6341 unnecessarily|rb
+6340 interests|nnps
+6339 gain|nn
+6338 home|nnp
+6337 integrity|nn
+6336 offs|nns
+6335 integral|jj
+6334 unabridged|jj
+6333 index|nn
+6332 intolerable|jj
+6331 intimidation|nn
+6330 deployment|nn
+6329 intervene|vb
+6328 interregional|jj
+6327 adjournment|nn
+6326 interviewed|vbn
+6325 question|vb
+6324 interpretation|nn
+6323 internet|nnp
+6322 internet|nn
+6321 forcing|vbg
+6320 international|nnp
+6319 interim|jj
+6318 intermediate|jj
+6317 ban|vb
+6316 transition|nn
+6315 ban|vbp
+6314 ban|nn
+6313 motives|nns
+6312 intent|nn
+6311 rigour|nn
+6310 keenness|nn
+6309 intelligent|jj
+6308 qualities|nns
+6307 instinct|nn
+6306 remotely|rb
+6305 touch|vb
+6304 volatility|nn
+6303 linguistic|jj
+6302 preserves|vbz
+6301 inspire|vb
+6300 inspector|nn
+6299 stressed|vbd
+6298 dissatisfaction|nn
+6297 fears|nns
+6296 seemingly|rb
+6295 worrying|vbg
+6294 backwards|nns
+6293 improperly|rb
+6292 unfair|jj
+6291 initiative|nnp
+6290 cip|nnp
+6289 interference|nn
+6288 ingredient|nn
+6287 infringement|nn
+6286 informing|vbg
+6285 advise|vb
+6284 equipment|nn
+6283 electronic|jj
+6282 computer|nn
+6281 items|nns
+6280 impacting|vbg
+6279 influenced|vbn
+6278 influencing|vbg
+6277 inflation|nn
+6276 nuns|nns
+6275 gradually|rb
+6274 infiltrate|vb
+6273 ineffectual|jj
+6272 irrespective|jj
+6271 industrial|jj
+6270 industrialised|jj
+6269 indispensable|jj
+6268 indirectly|rb
+6267 point|vbp
+6266 commander|nn
+6265 outraged|vbn
+6264 indian|jj
+6263 indicative|jj
+6262 unjustified|jj
+6261 unquestionable|jj
+6260 indisputable|jj
+6259 concomitant|jj
+6258 uncertain|jj
+6257 abductions|nns
+6256 rushing|vbg
+6255 inability|nn
+6254 inappropriate|jj
+6253 deadlock|nn
+6252 en|in
+6251 attributable|jj
+6250 impetus|nn
+6249 fresh|jj
+6248 drive|nn
+6247 perceive|vbp
+6246 hulled|jj
+6245 tax|vb
+6244 shipowner|nn
+6243 lays|vbz
+6242 imposed|vbd
+6241 irrelevant|jj
+6240 imports|nns
+6239 smooth|vb
+6238 pressing|jj
+6237 profound|jj
+6236 sizeable|jj
+6235 proliferation|nn
+6234 reminds|vbz
+6233 emphasised|vbn
+6232 engaged|vbd
+6231 transporting|vbg
+6230 necessitate|vb
+6229 involve|vbp
+6228 entailing|vbg
+6227 imply|vbg
+6226 immunity|nn
+6225 parliamentary|nn
+6224 feed|vb
+6223 migration|nnp
+6222 migrants|nns
+6221 imagine|vbp
+6220 havoc|nn
+6219 wreak|vb
+6218 imagined|jj
+6217 continental|jj
+6216 2000s|nns
+6215 image|nn
+6214 scattered|vbn
+6213 gets|vbz
+6212 move|vbp
+6211 illegitimate|jj
+6210 suggest|vbp
+6209 drains|nns
+6208 smell|nn
+6207 staffs|nns
+6206 reconsider|vb
+6205 strengthened|vbn
+6204 igc|nnp
+6203 dictate|vb
+6202 wondered|vbd
+6201 knew|vbd
+6200 ensuing|vbg
+6199 planted|vbd
+6198 risk|vbp
+6197 duly|rb
+6196 stop|vbp
+6195 trees|nns
+6194 accorded|vbd
+6193 merit|nnp
+6192 ignore|vb
+6191 ignored|vbn
+6190 ignoring|vbg
+6189 ignorance|nn
+6188 picture|vbp
+6187 ideal|nn
+6186 identities|nns
+6185 convergence|nn
+6184 identical|jj
+6183 identified|vbn
+6182 identifies|vbz
+6181 hypocritical|jj
+6180 hypocrisy|nnp
+6179 hypocrisy|nn
+6178 oil|nnp
+6177 humanity|nn
+6176 shame|nn
+6175 counterparts|nns
+6174 mainstreaming|vbg
+6173 holocaust|nnp
+6172 historical|jj
+6171 glad|jj
+6170 )|wdt
+6169 a.m.|rb
+6168 p.m.|rb
+6167 prized|vbn
+6166 henry|nnp
+6165 heinz|nnp
+6164 heights|nnp
+6163 lived|vbd
+6162 intellectual|jj
+6161 harris|nnp
+6160 disability|nn
+6159 hatred|nns
+6158 multiply|vb
+6157 stands|vbz
+6156 haider|nnp
+6155 bother|vbp
+6154 habitat|nn
+6153 populations|nns
+6152 inhabitant|jj
+6151 capita|nn
+6150 familiarity|nn
+6149 h|nnp
+6148 h|nn
+6147 h|jj
+6146 geographical|jj
+6145 generations|nns
+6144 safeguards|nns
+6143 gigantic|jj
+6142 guide|vb
+6141 compendium|nn
+6140 warfare|nn
+6139 willy|rb
+6138 fulfilling|vbg
+6137 socialist|jj
+6136 blatant|jj
+6135 suspected|vbn
+6134 severe|jj
+6133 grave|jj
+6132 user|nn
+6131 outlines|nns
+6130 stopgap|jj
+6129 keynote|jj
+6128 frequent|jj
+6127 share|nn
+6126 attaches|vbz
+6125 pronounced|jj
+6124 govern|vb
+6123 supplies|nns
+6122 introduced|vbd
+6121 greek|nnp
+6120 dutch|nnp
+6119 pattern|nn
+6118 golan|jj
+6117 gesture|nn
+6116 left|nnp
+6115 keeper|nn
+6114 guardian|nn
+6113 high|nn
+6112 overlook|vb
+6111 retains|vbz
+6110 heed|vb
+6109 vouch|vb
+6108 survival|nn
+6107 guaranteed|jj
+6106 civilian|jj
+6105 guarantee|vbp
+6104 gains|vbz
+6103 complimenting|vbg
+6102 commend|vb
+6101 congratulated|vbn
+6100 delighted|vbn
+6099 delighted|jj
+6098 convey|vb
+6097 congratulate|vbp
+6096 congratulates|vbz
+6095 commend|vbp
+6094 welcoming|vbg
+6093 federation|nnp
+6092 federation|nn
+6091 federalist|jj
+6090 mergers|nns
+6089 merger|nn
+6088 pernicious|jj
+6087 frequently|rb
+6086 fruits|nns
+6085 frontiers|nns
+6084 illustration|nn
+6083 frontier|nn
+6082 cold|jj
+6081 harangued|vbn
+6080 brake|nn
+6079 stifle|jj
+6078 fraternity|nn
+6077 struck|vbd
+6076 afflicted|vbn
+6075 french|nns
+6074 french|nnp
+6073 franco|nnp
+6072 weakened|jj
+6071 fragile|jj
+6070 fpö|nnp
+6069 provider|nn
+6068 temporary|jj
+6067 avalanches|nns
+6066 shield|nn
+6065 severely|rb
+6064 questioned|vbn
+6063 prominence|nn
+6062 penalise|vb
+6061 very|nnp
+6060 signal|nn
+6059 trained|vbn
+6058 detailed|vbn
+6057 worded|vbn
+6056 framing|vbg
+6055 formulate|vb
+6054 train|vb
+6053 tone|nn
+6052 force|nnp
+6051 serve|vbp
+6050 disloyal|jj
+6049 based|vbd
+6048 compensation|nnp
+6047 root|nn
+6046 founding|vbg
+6045 key|nnp
+6044 wicked|vbn
+6043 crux|nn
+6042 processed|vbn
+6041 function|vb
+6040 wonderfully|rb
+6039 underprivileged|jj
+6038 conscientious|jj
+6037 officer|nn
+6036 function|vbp
+6035 desk|nn
+6034 streams|nns
+6033 flows|nns
+6032 smoothly|rb
+6031 fluctuations|nns
+6030 flexibilisation|nn
+6029 flowers|nns
+6028 flame|nn
+6027 tac|nn
+6026 prescribe|vbz
+6025 fiscal|jj
+6024 finland|nnp
+6023 ends|nnps
+6022 lands|nnp
+6021 transactions|nns
+6020 financial|nnp
+6019 financially|rb
+6018 finances|nns
+6017 serves|vbz
+6016 finalised|vbn
+6015 brings|vbz
+6014 fin|nn
+6013 films|nns
+6012 presently|rb
+6011 pride|nn
+6010 remained|vbn
+6009 fernando|nnp
+6008 backbone|nn
+6007 farms|nns
+6006 staunchly|rb
+6005 rooted|jj
+6004 soundly|rb
+6003 female|jj
+6002 edf|nn
+6001 edf|nnp
+6000 fbi|nnp
+5999 buried|vbn
+5998 expanding|vbg
+5997 breeding|nn
+5996 foster|vb
+5995 favourable|jj
+5994 false|jj
+5993 incorrect|jj
+5992 numbering|vbg
+5991 controversy|nn
+5990 borne|jj
+5989 ended|vbn
+5988 consort|vb
+5987 conceded|vbn
+5986 untrue|jj
+5985 weaving|vbg
+5984 deeper|jjr
+5983 fatigue|nn
+5982 specifying|vbg
+5981 farce|nn
+5980 marvellous|jj
+5979 notorious|jj
+5978 fabled|vbn
+5977 levelled|vbd
+5976 solidly|rb
+5975 progressed|vbn
+5974 killed|vbd
+5973 ordinary|jj
+5972 adhered|vbn
+5971 refers|nns
+5970 remarked|vbn
+5969 transitional|jj
+5968 whereby|wrb
+5967 grant|nn
+5966 pushes|vbz
+5965 unforgiving|vbg
+5964 apology|nn
+5963 waste|vb
+5962 misusing|vbg
+5961 varying|vbg
+5960 differentiate|vb
+5959 definitions|nns
+5958 vigilant|jj
+5957 furthermore|vb
+5956 compliments|nns
+5955 shift|vb
+5954 neglect|nn
+5953 cope|vb
+5952 legislating|vbg
+5951 furthering|vbg
+5950 weaknesses|nns
+5949 paucity|nn
+5948 weak|jj
+5947 modest|jj
+5946 facilitating|vbg
+5945 regrets|nns
+5944 safer|jjr
+5943 confronted|vbn
+5942 fatalist|jj
+5941 dollar|nn
+5940 manufacturing|vbg
+5939 exuberance|nn
+5938 thorough|jj
+5937 extreme|nn
+5936 superb|jj
+5935 fortunate|jj
+5934 catastrophic|jj
+5933 extraordinarily|rb
+5932 extradition|nn
+5931 duration|nn
+5930 spread|nn
+5929 experimental|jj
+5928 experiences|nns
+5927 transferred|vbn
+5926 formulated|vbn
+5925 express|jj
+5924 expressly|rb
+5923 explanatory|jj
+5922 outline|vb
+5921 volatile|jj
+5920 explosion|nn
+5919 mixture|nn
+5918 exploration|nn
+5917 exploit|vb
+5916 exploitation|nn
+5915 scene|nn
+5914 explanations|nns
+5913 expired|vbn
+5912 indefinitely|rb
+5911 allowance|nn
+5910 expatriation|nn
+5909 arise|vbp
+5908 demands|vbz
+5907 served|vbn
+5906 renewing|vbg
+5905 exercise|vb
+5904 electing|vbg
+5903 exemplary|jj
+5902 excess|nn
+5901 excesses|nns
+5900 apologise|vb
+5899 apologies|nns
+5898 solely|rb
+5897 leave|vb
+5896 exceptional|jj
+5895 extraordinary|jj
+5894 assessed|vbn
+5893 examined|vbn
+5892 investigated|vbn
+5891 approached|vbn
+5890 consideration|nnp
+5889 bit|nn
+5888 exaggerated|vbn
+5887 exact|jj
+5886 evans|nnp
+5885 eurostat|nnp
+5884 europeans|nns
+5883 break|vb
+5882 armaments|nns
+5881 peak|nn
+5880 develops|vbz
+5879 regretted|vbn
+5878 euro|nnp
+5877 eu|dt
+5876 availability|nn
+5875 restoring|vbg
+5874 redistribute|vb
+5873 heavy|jj
+5872 carpet|nn
+5871 boundaries|nns
+5870 morality|nn
+5869 deterrent|nn
+5868 acted|vbd
+5867 leaving|vbg
+5866 chiefly|rb
+5865 preserving|vbg
+5864 fit|jj
+5863 resolving|vbg
+5862 replaced|vbn
+5861 shed|vbd
+5860 affect|vbp
+5859 initiatives|vbz
+5858 resolved|vbd
+5857 appeals|nns
+5856 acts|vbz
+5855 specified|vbn
+5854 accommodate|vb
+5853 (|vb
+5852 maybe|rb
+5851 enabled|vbd
+5850 referenda|nn
+5849 earthquakes|nns
+5848 palestinians|nnps
+5847 popularise|vb
+5846 sustain|vb
+5845 exercises|nns
+5844 papers|nnp
+5843 white|nnp
+5842 totalitarian|jj
+5841 regimes|nns
+5840 uneconomic|jj
+5839 stimulate|vb
+5838 seem|vb
+5837 cannot|vb
+5836 winds|nns
+5835 pubs|nns
+5834 fantastic|jj
+5833 residues|nns
+5832 processes|vbz
+5831 disabled|jj
+5830 pensions|nns
+5829 immigrants|nns
+5828 gleaned|vbn
+5827 observance|nn
+5826 enforcing|vbg
+5825 india|nnp
+5824 validity|nn
+5823 reconstruction|nn
+5822 permitting|vbg
+5821 raises|vbz
+5820 deploring|vbg
+5819 francis|nnp
+5818 produce|vbp
+5817 attempts|vbz
+5816 wulf|nnp
+5815 mathies|nnps
+5814 substantial|jj
+5813 individual|nn
+5812 cycles|nns
+5811 estimated|vbn
+5810 estimated|jj
+5809 judge|vbp
+5808 reiterates|vbz
+5807 resident|nn
+5806 succeeded|vbd
+5805 sadly|rb
+5804 damaged|jj
+5803 unanimously|rb
+5802 upheld|vbd
+5801 disgrace|nn
+5800 wholly|rb
+5799 solved|vbn
+5798 regrettable|jj
+5797 visiting|vbg
+5796 feasibility|nn
+5795 damaged|vbn
+5794 undergone|vbn
+5793 logical|jj
+5792 conveyed|vbn
+5791 interesting|jj
+5790 vessel|nn
+5789 badly|rb
+5788 imperative|jj
+5787 unthinkable|jj
+5786 inconceivable|jj
+5785 essence|nn
+5784 tried|vbd
+5783 attempted|vbd
+5782 arrange|vb
+5781 trust|vbp
+5780 hopefully|rb
+5779 species|nns
+5778 ease|nn
+5777 liberalism|nn
+5776 punishing|jj
+5775 spaces|nns
+5774 area|nnp
+5773 desired|vbn
+5772 errors|nns
+5771 error|nn
+5770 mistake|nn
+5769 mailing|vbg
+5768 envisage|vb
+5767 abide|vb
+5766 envisaging|vbg
+5765 sign|vb
+5764 simultaneously|rb
+5763 envy|nn
+5762 doubted|jj
+5761 appropriation|nn
+5760 envelope|nn
+5759 entered|vbd
+5758 interview|nn
+5757 highlights|vbz
+5756 resist|vb
+5755 upon|rp
+5754 embarked|vbn
+5753 entrepreneurs|nns
+5752 stressed|vbn
+5751 israeli|jj
+5750 /|jj
+5749 exist|vb
+5748 israelis|nnps
+5747 entering|vbg
+5746 amongst|jj
+5745 engenders|vbz
+5744 fifg|vb
+5743 enthusiasm|nn
+5742 listened|vbn
+5741 next|in
+5740 enrique|nnp
+5739 mutually|rb
+5738 enrich|vb
+5737 enriching|vbg
+5736 registered|vbn
+5735 registering|vbg
+5734 registration|nn
+5733 computerised|jj
+5732 constitutes|nns
+5731 inquiries|nns
+5730 enemies|nns
+5729 stakes|nns
+5728 congestion|nn
+5727 engendered|vbn
+5726 unequivocally|rb
+5725 inaugurate|vb
+5724 engaging|vbg
+5723 embark|vb
+5722 undertaking|nn
+5721 obliges|vbz
+5720 thirdly|rb
+5719 lastly|rb
+5718 forum|nn
+5717 fallen|vbn
+5716 encouraged|vbn
+5715 encourage|vbp
+5714 encourages|vbz
+5713 route|nn
+5712 marginalisation|nn
+5711 stronger|jjr
+5710 fewer|jjr
+5709 sensitivity|nn
+5708 attack|vbp
+5707 marked|vbn
+5706 mission|nn
+5705 repair|vb
+5704 scotland|nnp
+5703 accused|vbd
+5702 sell|nn
+5701 great|nnp
+5700 glowing|vbg
+5699 tougher|jjr
+5698 ecological|jj
+5697 linking|vbg
+5696 stating|vbg
+5695 shifting|vbg
+5694 lower|jjr
+5693 involved|jj
+5692 bears|vbz
+5691 standing|nn
+5690 tightening|vbg
+5689 sooner|rbr
+5688 honour|vb
+5687 accord|nn
+5686 lead|nn
+5685 valuable|jj
+5684 sweden|nnp
+5683 switzerland|nnp
+5682 suffer|vbp
+5681 ensured|vbn
+5680 convoluted|jj
+5679 dreadful|jj
+5678 resolve|nn
+5677 results|vbz
+5676 no|uh
+5675 russia|nnp
+5674 romania|nnp
+5673 least|rbs
+5672 trailing|vbg
+5671 connected|vbn
+5670 complied|vbn
+5669 supplemented|vbn
+5668 rotterdam|nnp
+5667 opened|vbn
+5666 parallel|jj
+5665 plus|nnp
+5664 strongly|rb
+5663 apart|nnp
+5662 limb|nn
+5661 memory|nn
+5660 average|nn
+5659 assignment|nn
+5658 exposure|nn
+5657 shipbuilding|nn
+5656 meticulous|jj
+5655 allowed|vbd
+5654 involvement|nn
+5653 scoreboard|nn
+5652 overlooked|vbn
+5651 reluctance|nn
+5650 stake|nn
+5649 general|nn
+5648 protest|nn
+5647 congratulate|vb
+5646 fleeing|vbg
+5645 exile|nn
+5644 gama|nnp
+5643 redressing|vbg
+5642 presupposes|vbz
+5641 account|nnp
+5640 aims|vbz
+5639 brought|vbd
+5638 loyalists|nns
+5637 prevents|vbz
+5636 prevented|vbd
+5635 employer|nn
+5634 plight|nn
+5633 heavily|rb
+5632 elles|nns
+5631 elles|nnps
+5630 elles|nnp
+5629 managed|vbd
+5628 lie|vbp
+5627 achieve|vbp
+5626 authorises|vbz
+5625 confines|vbz
+5624 attached|vbd
+5623 places|vbz
+5622 farmer|nn
+5621 saves|vbz
+5620 prolongs|vbz
+5619 provincial|jj
+5618 reorientated|vbn
+5617 ideal|jj
+5616 ehud|nnp
+5615 well|uh
+5614 endeavours|nns
+5613 concentrated|vbn
+5612 collapse|nn
+5611 watered|vbd
+5610 unwarranted|jj
+5609 mentioning|nn
+5608 target|vb
+5607 efficiently|rb
+5606 coordinated|jj
+5605 extinguishers|nns
+5604 discontinued|vbn
+5603 retroactively|rb
+5602 genuinely|rb
+5601 alive|jj
+5600 cancel|vb
+5599 echo|nnp
+5598 waterways|nns
+5597 e|nn
+5596 slow|jj
+5595 dashed|vbn
+5594 developed|jj
+5593 developed|vbd
+5592 isolation|nn
+5591 tackling|nn
+5590 developmental|jj
+5589 diminish|vb
+5588 begrudges|nns
+5587 determination|nn
+5586 treated|vbn
+5585 imbalance|nn
+5584 désir|nnp
+5583 designation|nn
+5582 disagreement|nn
+5581 shift|nn
+5580 slippage|nn
+5579 floor|nn
+5578 meps|nnps
+5577 mep|nnp
+5576 seguro|nnp
+5575 papayannakis|nnp
+5574 larrea|nnp
+5573 fruteau|nnp
+5572 crowley|nnp
+5571 andrews|nnp
+5570 alavanos|nnp
+5569 accuracy|nn
+5568 deploy|vb
+5567 tracking|nn
+5566 spent|vbd
+5565 uncertainty|nn
+5564 depend|vb
+5563 depends|vbz
+5562 overcome|vbn
+5561 prefecture|nn
+5560 department|nn
+5559 denouncing|vbg
+5558 denounce|vb
+5557 denounces|vbz
+5556 exposing|vbg
+5555 democratically|rb
+5554 deficit|nn
+5553 democrat|nn
+5552 resigning|vbg
+5551 resignation|nn
+5550 cease|vb
+5549 devolved|vbn
+5548 envoy|nn
+5547 issuing|vbg
+5546 satisfied|vbn
+5545 removed|vbn
+5544 deadlines|nns
+5543 lag|nn
+5542 minimal|jj
+5541 talked|vbn
+5540 caused|vbd
+5539 downward|jj
+5538 promises|nns
+5537 scales|nns
+5536 defines|vbz
+5535 determined|vbn
+5534 challenge|vb
+5533 defender|nn
+5532 championed|vbn
+5531 emptied|vbn
+5530 defended|vbd
+5529 defended|vbn
+5528 protect|vb
+5527 deficiencies|nns
+5526 describing|vbg
+5525 detailing|vbg
+5524 outline|nn
+5523 discovery|nn
+5522 damages|vbz
+5521 return|vbp
+5520 declare|vbp
+5519 declarations|nns
+5518 assertions|nns
+5517 pronouncements|nns
+5516 onion|jj
+5515 fort|nnp
+5514 decision|nnp
+5513 rabbit|nn
+5512 analyse|jj
+5511 crucially|rb
+5510 decisively|rb
+5509 prescribed|vbn
+5508 makers|nns
+5507 decides|vbz
+5506 discharge|vb
+5505 discharge|nn
+5504 disappointment|nn
+5503 disappointed|jj
+5502 started|vbd
+5501 trigger|vb
+5500 debate|.
+5499 momentum|nn
+5498 dynamic|jj
+5497 proactive|jj
+5496 restricted|jj
+5495 revoke|vb
+5494 grass|nn
+5493 permanent|jj
+5492 lasting|jj
+5491 formulating|vbg
+5490 strength|nn
+5489 rebuild|vb
+5488 possibilities|nns
+5487 park|nn
+5486 immense|jj
+5485 henceforth|rb
+5484 clarify|vb
+5483 ex|vbz
+5482 tourist|nn
+5481 tibet|nnp
+5480 texas|nnp
+5479 repeated|vbn
+5478 southern|nnp
+5477 south|jj
+5476 regulations|nnps
+5475 staff|nnp
+5474 spö|nn
+5473 summit|nnp
+5472 century|nn
+5471 aids|nnps
+5470 shellfish|nn
+5469 gathering|vbg
+5468 secretary|nnp
+5467 regime|nn
+5466 hitler|nnp
+5465 referendum|nn
+5464 withdrawal|nn
+5463 ours|nn
+5462 lie|nn
+5461 deferment|nn
+5460 report|vbp
+5459 racism|nn
+5458 programme|vb
+5457 price|nn
+5456 spring|nn
+5455 premise|nn
+5454 piece|nn
+5453 feel|vb
+5452 domestic|jj
+5451 gross|jj
+5450 gdp|nnp
+5449 meps|nnp
+5448 labour|nnp
+5447 spanish|nnp
+5446 bread|nn
+5445 north|nn
+5444 northern|nnp
+5443 northern|jj
+5442 north|jj
+5441 north|nnp
+5440 national|nnp
+5439 ombudsman|nnp
+5438 middle|nnp
+5437 movimento|nnp
+5436 restructuring|nn
+5435 plan|vb
+5434 murders|nns
+5433 master|nn
+5432 book|nn
+5431 kosovar|vb
+5430 socialist|nnp
+5429 governor|nnp
+5428 heights|nnps
+5427 golan|nnp
+5426 male|jj
+5425 brazilian|jj
+5424 discarded|vbd
+5423 existing|jj
+5422 represent|vbp
+5421 everyday|jj
+5420 extremism|nn
+5419 entitlement|nn
+5418 doubts|nns
+5417 doubt|vb
+5416 twofold|jj
+5415 dual|jj
+5414 encouraging|vbg
+5413 resourced|vbn
+5412 files|nns
+5411 dossiers|nns
+5410 dossier|nn
+5409 monumental|jj
+5408 backs|nns
+5407 henceforth|nn
+5406 perfect|jj
+5405 insisting|vbg
+5404 indebted|jj
+5403 disposed|vbn
+5402 lights|nns
+5401 visions|nns
+5400 flag|nn
+5399 manufactures|vbz
+5398 overload|nn
+5397 neither|rb
+5396 heeded|vbn
+5395 green|jj
+5394 producing|vbg
+5393 last|rb
+5392 gain|vbp
+5391 hereby|rb
+5390 feasible|jj
+5389 imposes|vbz
+5388 dilution|nn
+5387 harm|nn
+5386 dominated|vbn
+5385 dominique|nnp
+5384 dominance|nn
+5383 hears|vbz
+5382 attention|nnp
+5381 foot|vb
+5380 makes|nns
+5379 exert|vb
+5378 travel|vb
+5377 insist|vb
+5376 must|nnp
+5375 regret|vbp
+5374 duty-|rb
+5373 official|nn
+5372 document|vb
+5371 dozen|nn
+5370 dozens|nns
+5369 ten|nn
+5368 divided|vbn
+5367 departmental|jj
+5366 ices|nnp
+5365 lacks|vbz
+5364 state|vbp
+5363 proof|nn
+5362 claimed|vbd
+5361 reallocation|nn
+5360 distribution|nn
+5359 distinguish|vb
+5358 distances|nns
+5357 break|nn
+5356 implementing|nn
+5355 unfulfilled|jj
+5354 completes|vbz
+5353 copy|nn
+5352 norm|nn
+5351 competent|jj
+5350 investigatory|jj
+5349 supervisory|jj
+5348 functioning|vbg
+5347 receptive|jj
+5346 helpfulness|nn
+5345 eliminated|vbn
+5344 disappeared|vbn
+5343 disappearance|nn
+5342 thin|jj
+5341 eliminate|vb
+5340 disappear|vb
+5339 vanishing|vbg
+5338 disappearing|vbg
+5337 score|nn
+5336 talks|vbz
+5335 disciplined|vbn
+5334 governed|vbn
+5333 guideline|nn
+5332 issued|vbd
+5331 directorate|nn
+5330 ceo|nn
+5329 director|nnp
+5328 specialist|nn
+5327 anticipate|vb
+5326 inform|vb
+5325 histories|nns
+5324 diplomatic|jj
+5323 diplomacy|nn
+5322 diplomats|nns
+5321 decrease|nn
+5320 reduction|nn
+5319 decline|vb
+5318 dimensions|nns
+5317 grand|jj
+5316 dignity|nn
+5315 balanced|jj
+5314 differing|vbg
+5313 boats|nns
+5312 publicity|nn
+5311 disseminate|vb
+5310 disseminating|vbg
+5309 begin|vbp
+5308 difficulty|nn
+5307 precarious|jj
+5306 intransigent|jj
+5305 view|vb
+5304 owe|vbp
+5303 shed|vb
+5302 place|vb
+5301 playing|vbg
+5300 obligations|nns
+5299 options|nns
+5298 subsequently|rb
+5297 hi|jj
+5296 dying|vbg
+5295 harbours|nns
+5294 second|ls
+5293 part|nnp
+5292 thirds|nns
+5291 twice|rb
+5290 disintegration|nn
+5289 scrapping|nn
+5288 embezzled|vbn
+5287 fate|nn
+5286 destinies|nns
+5285 below|in
+5284 discussed|vbd
+5283 energies|nns
+5282 structuring|vbg
+5281 instrumental|jj
+5280 upheld|vbn
+5279 told|vbd
+5278 formal|jj
+5277 abolished|vbd
+5276 spending|nn
+5275 scourge|nn
+5274 alliances|nns
+5273 officially|rb
+5272 present|vbp
+5271 preach|vb
+5270 recycled|vbn
+5269 murdered|vbn
+5268 legislative|jj
+5267 undertook|vbp
+5266 institutional|jj
+5265 inefficient|jj
+5264 innovative|jj
+5263 uniform|nn
+5262 harsh|jj
+5261 victim|nn
+5260 directorates|nns
+5259 destroyed|vbn
+5258 concrete|nn
+5257 collect|vb
+5256 belong|vb
+5255 debt|nn
+5254 withdraw|vb
+5253 definitively|rb
+5252 american|nnp
+5251 wise|jj
+5250 xenophobic|jj
+5249 back|jj
+5248 visas|nn
+5247 free|nnp
+5246 greens|nnp
+5245 shared|vbn
+5244 treaties|nnps
+5243 topics|nns
+5242 terrible|jj
+5241 symbols|nns
+5240 dealt|nn
+5239 subsidies|nns
+5238 known|jj
+5237 sport|nnp
+5236 signs|nns
+5235 departments|nns
+5234 residents|nns
+5233 replies|nns
+5232 undeveloped|jj
+5231 inclusion|nn
+5230 romanies|nns
+5229 romanies|nnp
+5228 roma|nnp
+5227 recommendations|nns
+5226 certification|nn
+5225 tailor|nn
+5224 products|nns
+5223 interrelated|jj
+5222 technical|jj
+5221 prices|nns
+5220 incentives|nns
+5219 drafts|nns
+5218 disrespectful|jj
+5217 thematic|jj
+5216 smes|nnp
+5215 recycle|vbp
+5214 prospect|nn
+5213 perspective|nnp
+5212 perspectives|nns
+5211 elderly|jj
+5210 personalities|nns
+5209 amongst|vbp
+5208 permits|vbz
+5207 netherlands|nnps
+5206 squeezed|vbn
+5205 proponents|nns
+5204 committed|jj
+5203 partners|nns
+5202 tools|nns
+5201 benches|nns
+5200 operations|nns
+5199 ngos|nns
+5198 covered|vbd
+5197 birds|nns
+5196 hurdles|nns
+5195 provisional|jj
+5194 negotiators|nns
+5193 nations|nnp
+5192 un|jj
+5191 nation|nnp
+5190 drug|nnp
+5189 media|nnp
+5188 consultant|nn
+5187 mechanisms|nns
+5186 minorities|nns
+5185 ministers|nns
+5184 steps|vbz
+5183 harshly|rb
+5182 whispering|vbg
+5181 material|jj
+5180 substances|nns
+5179 intrinsically|rb
+5178 declare|vb
+5177 demonstrators|nns
+5176 legislators|nns
+5175 lawyers|nns
+5174 judges|nnps
+5173 judges|nns
+5172 irregularities|nns
+5171 investments|nns
+5170 vested|jj
+5169 interventions|nns
+5168 extensive|jj
+5167 ideas|nns
+5166 hospitals|nns
+5165 lives|vbz
+5164 senior|jj
+5163 external|jj
+5162 fund|nn
+5161 functions|nns
+5160 surveillance|nn
+5159 treasury|nn
+5158 finance|nnp
+5157 hollywood|nnp
+5156 female|nn
+5155 amongst|nn
+5154 mainstreaming|nn
+5153 families|nns
+5152 examination|nn
+5151 estimate|nn
+5150 economics|nns
+5149 undertakings|nns
+5148 utilisation|nn
+5147 corporations|nns
+5146 waters|nns
+5145 delegates|nns
+5144 gone|vbn
+5143 decades|nns
+5142 rights|nnp
+5141 equation|nn
+5140 rights|nnps
+5139 tens|nns
+5138 directives|nnp
+5137 directives|nns
+5136 disrepute|jj
+5135 effectiveness|nn
+5134 sole|jj
+5133 authorised|vbn
+5132 bureaucrats|nns
+5131 improvements|nns
+5130 suggestion|nn
+5129 agreements|nnp
+5128 behind|rp
+5127 latest|jjs
+5126 regulation|nn
+5125 say|nn
+5124 der|nnp
+5123 overdue|jj
+5122 pursued|vbn
+5121 half|pdt
+5120 half|jj
+5119 potent|jj
+5118 letter|nn
+5117 requested|vbd
+5116 spoken|vbn
+5115 pulling|vbg
+5114 screaming|vbg
+5113 requires|vbz
+5112 request|vbp
+5111 requests|nns
+5110 asks|vbz
+5109 unnecessary|jj
+5108 score|vbp
+5107 enter|vb
+5106 inequality|nn
+5105 attempting|vbg
+5104 sight|nn
+5103 character|nn
+5102 igc|nn
+5101 motor|nn
+5100 modern|jj
+5099 land|nn
+5098 expensive|jj
+5097 biotechnological|jj
+5096 widely|rb
+5095 negative|jj
+5094 quantities|nns
+5093 hand|vb
+5092 meant|vbd
+5091 mechanical|jj
+5090 duties|nns
+5089 paid|vbn
+5088 manoeuvre|nn
+5087 fast|jj
+5086 involved|vbd
+5085 failed|vbn
+5084 jerusalem|nnp
+5083 era|nn
+5082 election|nn
+5081 dissemination|nn
+5080 de|in
+5079 commence|vb
+5078 sections|nns
+5077 infringements|nns
+5076 breach|nn
+5075 board|nnp
+5074 age|nn
+5073 accused|vbn
+5072 accorded|vbn
+5071 name|vb
+5070 de|nn
+5069 self|vbp
+5068 employers|nns
+5067 charge|vbp
+5066 veritable|jj
+5065 verify|vb
+5064 ascertaining|vbg
+5063 reactions|nns
+5062 vote|jj
+5061 judging|vbg
+5060 tell|vbp
+5059 être|nn
+5058 d|nns
+5057 cycle|nn
+5056 disparities|nns
+5055 selling|vbg
+5054 values|nns
+5053 telephones|nns
+5052 school|nn
+5051 allow|vbp
+5050 working|jj
+5049 workplace|nn
+5048 transport|vb
+5047 transparent|jj
+5046 transmission|nn
+5045 transit|nn
+5044 transhipped|vbn
+5043 transaction|nn
+5042 interpret|vb
+5041 translation|nn
+5040 parking|nn
+5039 corners|nns
+5038 tests|nns
+5037 terrorism|nn
+5036 tension|nn
+5035 fulfil|vbp
+5034 incumbent|jj
+5033 tragedies|nns
+5032 charges|nns
+5031 tobacco|nn
+5030 residence|nn
+5029 residency|nn
+5028 safety|nnp
+5027 ship|nn
+5026 syrian|jj
+5025 cut|vb
+5024 execution|nn
+5023 stay|nn
+5022 overcome|vb
+5021 abolish|vb
+5020 unsatisfactory|jj
+5019 statistics|nns
+5018 stability|nnp
+5017 stability|nn
+5016 stabilise|vb
+5015 stabilisation|nn
+5014 speculation|nn
+5013 sovereignty|nn
+5012 claim|vbp
+5011 underline|vb
+5010 emphasise|vb
+5009 emphasising|vbg
+5008 whereupon|wrb
+5007 team|nn
+5006 solutions|nns
+5005 mere|jj
+5004 silence|rb
+5003 silence|nn
+5002 sentiments|nns
+5001 seattle|nn
+5000 seattle|nnp
+4999 knowing|vbg
+4998 wondering|vbg
+4997 wage|nn
+4996 interfering|vbg
+4995 revision|nn
+4994 revise|vb
+4993 unite|vb
+4992 together|rp
+4991 solving|vbg
+4990 alleviating|vbg
+4989 solve|vb
+4988 reply|rb
+4987 reply|nn
+4986 respond|vb
+4985 reply|vb
+4984 answer|vb
+4983 meeting|vbg
+4982 split|vb
+4981 richest|jjs
+4980 regulate|vb
+4979 regulating|vbg
+4978 refugee|nn
+4977 recovery|nn
+4976 repayment|nn
+4975 recycle|vb
+4974 pursuit|nn
+4973 react|vb
+4972 rome|nnp
+4971 strictness|nn
+4970 review|vb
+4969 income|nn
+4968 pension|nn
+4967 requesting|vbg
+4966 staying|vbg
+4965 stand|nn
+4964 respect|vb
+4963 copy|vb
+4962 postpone|vb
+4961 delay|vb
+4960 waive|vb
+4959 strengthening|vbg
+4958 reinforce|vb
+4957 renationalisation|nn
+4956 alternative|jj
+4955 repudiating|vbg
+4954 recruitment|nn
+4953 recognising|vbg
+4952 ratification|nn
+4951 reassure|nn
+4950 pool|vbp
+4949 loans|nns
+4948 predict|vb
+4947 chair|nn
+4946 preservation|nn
+4945 islands|nns
+4944 issue|vb
+4943 prepare|vb
+4942 preparation|nn
+4941 outlining|vbg
+4940 precautionary|jj
+4939 nearly|rb
+4938 laws|nns
+4937 ownership|nn
+4936 propaganda|nn
+4935 promote|vbp
+4934 bolster|vb
+4933 supporting|jj
+4932 delivering|vbg
+4931 precise|jj
+4930 procedural|jj
+4929 strike|vb
+4928 proceeding|vbg
+4927 prisoners|nns
+4926 measures|vbz
+4925 twinnings|nns
+4924 renewed|vbn
+4923 dominant|jj
+4922 tech|jj
+4921 touch|nn
+4920 harder|jjr
+4919 drastic|jj
+4918 furthermore|vbd
+4917 childcare|jj
+4916 stones|nns
+4915 personnel|nns
+4914 permits|nns
+4913 manifesto|nn
+4912 talk|vb
+4911 peaceful|jj
+4910 payment|nn
+4909 eleven|jj
+4908 negotiate|vb
+4907 pose|vbp
+4906 hearing|vbg
+4905 founding|jj
+4904 posed|vbn
+4903 transposed|vbn
+4902 standardisation|nnp
+4901 livelihoods|nns
+4900 standard|nn
+4899 lacking|vbg
+4898 end|vbp
+4897 irrefutably|rb
+4896 methods|nns
+4895 megalomaniacs|nns
+4894 mega|jj
+4893 cubic|jj
+4892 deaths|nns
+4891 predecessor|nn
+4890 less|rbr
+4889 models|nns
+4888 alter|vb
+4887 change|nnp
+4886 web|nn
+4885 mrs|dt
+4884 lies|nns
+4883 billions|nns
+4882 voice|nn
+4881 wednesday|nnp
+4880 pursuing|vbg
+4879 better|rbr
+4878 through|rb
+4877 marseilles|nnps
+4876 class|nn
+4875 visible|jj
+4874 suitably|rb
+4873 illness|nn
+4872 preserve|vb
+4871 sustaining|vbg
+4870 maintenance|nn
+4869 combat|nn
+4868 denies|vbz
+4867 london|nnp
+4866 reading|vbg
+4865 limit|vb
+4864 lift|vb
+4863 studies|nns
+4862 harmful|jj
+4861 schedule|nn
+4860 city|nn
+4859 off|rb
+4858 omissions|nns
+4857 safeguarding|vbg
+4856 fraud|nn
+4855 sovereign|jj
+4854 solidarity|nn
+4853 conditionality|nn
+4852 miscalculation|nn
+4851 feeling|vbg
+4850 challenge|nn
+4849 admiration|nn
+4848 college|nn
+4847 reading|nn
+4846 scandal|nn
+4845 cow|nn
+4844 mad|jj
+4843 liberalisation|nn
+4842 republic|nnp
+4841 federal|nnp
+4840 roads|nns
+4839 superiority|nn
+4838 racial|jj
+4837 fisheries|nnp
+4836 fisheries|nns
+4835 fishing|nn
+4834 chair|nnp
+4833 promoting|vbg
+4832 preventing|vbg
+4831 ease|vb
+4830 politics|nns
+4829 police|nn
+4828 largest|jjs
+4827 headed|vbd
+4826 incoming|jj
+4825 natural|jj
+4824 mediterranean|nnp
+4823 mid|jj
+4822 sea|nn
+4821 sea|nnp
+4820 struck|vbn
+4819 freedom|nnp
+4818 judiciary|nn
+4817 youth|nnp
+4816 gulf|nnp
+4815 marked|jj
+4814 managing|nn
+4813 freedoms|nnp
+4812 devolution|nn
+4811 destruction|nn
+4810 representation|nn
+4809 defence|nnp
+4808 drug|nn
+4807 drugs|nns
+4806 double|jj
+4805 discipline|nn
+4804 general|nnp
+4803 directorate|nnp
+4802 dictatorship|nn
+4801 second|nnp
+4800 ii|nnp
+4799 breaking|vbg
+4798 scrapping|vbg
+4797 reform|vb
+4796 sentence|nn
+4795 socialists|nns
+4794 övp|nnp
+4793 island|nn
+4792 abroad|rb
+4791 atomic|nnp
+4790 turkish|jj
+4789 opportunities|nnps
+4788 equal|nnp
+4787 gender|nn
+4786 education|nnp
+4785 managerial|jj
+4784 return|vb
+4783 banning|vbg
+4782 rests|vbz
+4781 soviet|nnp
+4780 union|nn
+4779 eu|vb
+4778 eu|nn
+4777 opposition|nn
+4776 un|nnp
+4775 irresponsibility|nn
+4774 ireland|nnp
+4773 industry|nnp
+4772 plastics|nns
+4771 processing|nn
+4770 taxation|nn
+4769 immigration|nn
+4768 human|nnp
+4767 procedures|nns
+4766 god|nnp
+4765 euro|nn
+4764 location|nn
+4763 environment|nnp
+4762 labour|jj
+4761 cuts|nns
+4760 rule|vb
+4759 anonymity|nn
+4758 agriculture|nnp
+4757 scrutinise|vb
+4756 doors|nns
+4755 attempts|nns
+4754 supported|vbd
+4753 southern|jj
+4752 impressed|vbn
+4751 postponed|vbn
+4750 june|nnp
+4749 playing|nn
+4748 feet|nns
+4747 level|nnp
+4746 wartime|nn
+4745 pity|nns
+4744 government|nnp
+4743 glasgow|nnp
+4742 leadership|nn
+4741 gas|nn
+4740 gases|nns
+4739 greenhouse|nn
+4738 left|nn
+4737 secure|vb
+4736 guarantee|vb
+4735 affording|vbg
+4734 win|vb
+4733 françois|nnp
+4732 vocational|jj
+4731 forces|nns
+4730 substantive|jj
+4729 meetings|nns
+4728 flexibility|nn
+4727 finance|vb
+4726 fund|vb
+4725 finance|nn
+4724 multiple|jj
+4723 favour|vb
+4722 bogus|jj
+4721 report|vb
+4720 impotence|nn
+4719 facilitates|vbz
+4718 starting|nn
+4717 departure|nn
+4716 prioritise|vb
+4715 pinpoint|vb
+4714 define|vb
+4713 defending|vbg
+4712 defence|nn
+4711 wing|vbg
+4710 persuasion|nn
+4709 wing|nn
+4708 compile|vb
+4707 equip|vb
+4706 dollars|nns
+4705 ten|jj
+4704 disguise|vb
+4703 provisions|nns
+4702 suggest|vb
+4701 difference|nn
+4700 minute|nn
+4699 tomorrow|nn
+4698 damascus|nnp
+4697 enjoy|vbp
+4696 aside|rb
+4695 lobbying|nn
+4694 act|vbp
+4693 7.6|cd
+4692 125|cd
+4691 £|$
+4690 spend|vb
+4689 rating|nn
+4688 david|nnp
+4687 davies|nnps
+4686 davies|nnp
+4685 outbidding|nn
+4684 resemblance|jj
+4683 gap|nn
+4682 mean|nn
+4681 links|nns
+4680 wherever|nn
+4679 trafficking|nn
+4678 roots|nns
+4677 roles|nns
+4676 respective|jj
+4675 level|vbp
+4674 lay|vbd
+4673 impossible|jj
+4672 cooperates|vbz
+4671 broadly|rb
+4670 drowning|vbg
+4669 fill|vb
+4668 worth|in
+4667 china|nn
+4666 space|nn
+4665 main|jj
+4664 sending|vbg
+4663 entirety|nn
+4662 moments|nns
+4661 bridgeheads|nns
+4660 science|nn
+4659 amendments|nnp
+4658 convoluted|vbd
+4657 constraining|nn
+4656 integrated|vbn
+4655 required|jj
+4654 poorer|jjr
+4653 delay|nn
+4652 media|nns
+4651 doctors|nns
+4650 hospital|nn
+4649 factors|nns
+4648 whilst|nn
+4647 onto|in
+4646 over|rp
+4645 cross|vb
+4644 vacuum|nn
+4643 guilt|nn
+4642 belong|vbp
+4641 heading|vbg
+4640 official|nnp
+4639 bay|nnp
+4638 workings|nns
+4637 turf|nn
+4636 infancy|nn
+4635 restored|vbn
+4634 turning|vbg
+4633 approaches|vbz
+4632 later|rbr
+4631 transnational|jj
+4630 liability|nn
+4629 thinking|vbg
+4628 proceedings|nns
+4627 late|rb
+4626 la|dt
+4625 dans|vbz
+4624 search|nn
+4623 press|nn
+4622 incorporated|vbn
+4621 operate|vb
+4620 likely|jj
+4619 insofar|nn
+4618 dictates|vbz
+4617 initiation|nn
+4616 objective|jj
+4615 opening|vbg
+4614 history|nn
+4613 notion|nn
+4612 selected|jj
+4611 exist|vbp
+4610 efficiency|nn
+4609 differences|nns
+4608 danish|nnp
+4607 danish|jj
+4606 puts|vbz
+4605 ports|nns
+4604 hazardous|jj
+4603 politician|nn
+4602 dangerous|jj
+4601 da|nnp
+4600 da|fw
+4599 evaluation|nn
+4598 settlement|nn
+4597 electricity|nn
+4596 listen|vbp
+4595 listen|vb
+4594 mode|nn
+4593 exchanges|nns
+4592 twin|nn
+4591 supplements|nns
+4590 similarly|rb
+4589 shocked|vbd
+4588 set|nn
+4587 refusal|nn
+4586 recovering|vbg
+4585 rapid|jj
+4584 range|vbp
+4583 objections|nns
+4582 imperative|nn
+4581 illegal|jj
+4580 presidency|nn
+4579 fail|vbp
+4578 explore|vb
+4577 close|rb
+4576 charterers|nns
+4575 beneficiaries|nns
+4574 salt|nn
+4573 delaying|vbg
+4572 risk|vb
+4571 communicate|vb
+4570 perea|nnp
+4569 urgent|nn
+4568 emergency|nn
+4567 watching|vbg
+4566 excessive|jj
+4565 fair|jj
+4564 attend|vb
+4563 visit|nn
+4562 distinctive|jj
+4561 demanding|vbg
+4560 lag|vb
+4559 starting|vbg
+4558 deal|vbp
+4557 organising|vbg
+4556 train|nn
+4555 model|nn
+4554 ceiling|nn
+4553 quick|jj
+4552 opening|nn
+4551 guidance|nnp
+4550 guidance|nn
+4549 aim|vb
+4548 invest|vb
+4547 vigorous|jj
+4546 interpreting|vbg
+4545 instability|nn
+4544 innovation|nn
+4543 investing|vbg
+4542 infrastructures|nns
+4541 infrastructure|nn
+4540 influence|vb
+4539 identity|nn
+4538 meanwhile|rb
+4537 normally|rb
+4536 try|vb
+4535 explanation|nn
+4534 independent|nnp
+4533 expert|jj
+4532 experts|nns
+4531 exemption|nn
+4530 block|nn
+4529 exception|nn
+4528 exclusion|nn
+4527 examine|vb
+4526 lost|vbd
+4525 euros|nns
+4524 petrol|jj
+4523 esprit|nn
+4522 entry|nn
+4521 works|nnp
+4520 enterprise|nn
+4519 incisive|jj
+4518 resuming|vbg
+4517 escaped|vbd
+4516 ratchet|jj
+4515 finding|vbg
+4514 employ|vb
+4513 children|nns
+4512 promotes|vbz
+4511 redundant|jj
+4510 layoffs|nns
+4509 authorised|jj
+4508 systematically|rb
+4507 nationals|nns
+4506 order|vb
+4505 suggests|vbz
+4504 outs|nns
+4503 decommissioning|vbg
+4502 data|nns
+4501 examine|vbp
+4500 overs|nns
+4499 left|vbd
+4498 urgent|nnp
+4497 topical|nnp
+4496 purchasing|nn
+4495 host|nn
+4494 abuses|nns
+4493 cleaning|vbg
+4492 territory|nn
+4491 netherlands|nnp
+4490 analysing|jj
+4489 vast|jj
+4488 try|vbp
+4487 restore|vb
+4486 sound|nn
+4485 willingness|nn
+4484 sincere|jj
+4483 showing|vbg
+4482 restrict|vb
+4481 investigation|nn
+4480 echternach|nnp
+4479 notification|nn
+4478 intensify|vb
+4477 discover|vb
+4476 direct|jj
+4475 decentralised|vbn
+4474 deployed|vbn
+4473 alps|nnp
+4472 acknowledge|vbp
+4471 remote|jj
+4470 horizontal|jj
+4469 impose|vb
+4468 company|nn
+4467 corner|nn
+4466 coastal|jj
+4465 coasts|nns
+4464 coastline|nn
+4463 coast|nnp
+4462 famous|jj
+4461 rid|jj
+4460 cables|nns
+4459 wto|nnp
+4458 cultures|nns
+4457 cultural|nnp
+4456 training|nn
+4455 culturally|rb
+4454 culture|nnp
+4453 recycling|nn
+4452 complicity|nn
+4451 csu|nnp
+4450 sounding|vbg
+4449 forms|nns
+4448 generate|vb
+4447 generated|vbn
+4446 generates|vbz
+4445 ideological|jj
+4444 credit|nn
+4443 detract|vb
+4442 reliable|jj
+4441 credibility|nn
+4440 create|vbp
+4439 shaping|vbg
+4438 envisage|vbp
+4437 setting|nn
+4436 emergence|nn
+4435 generate|vbp
+4434 believed|vbn
+4433 demonstrations|nns
+4432 grow|vb
+4431 span|nn
+4430 drafting|vbg
+4429 criteria|nns
+4428 domicile|jj
+4427 criterion|nn
+4426 criticised|vbn
+4425 criticisms|nns
+4424 criticising|vbg
+4423 criticise|vb
+4422 brief|nn
+4421 predatory|jj
+4420 criminalise|vb
+4419 killings|nns
+4418 proclaim|vb
+4417 fear|vb
+4416 feared|vbn
+4415 higher|jjr
+4414 intensive|jj
+4413 costs|vbz
+4412 cost|vbn
+4411 structures|nns
+4410 coincide|vb
+4409 cover|nn
+4408 cover|vbp
+4407 accustomed|vbn
+4406 negotiating|vbg
+4405 thinking|nn
+4404 success|nn
+4403 crown|nn
+4402 run|vbp
+4401 brave|nn
+4400 courage|nn
+4399 brave|jj
+4398 thumb|nn
+4397 guilty|jj
+4396 uniform|jj
+4395 launched|vbd
+4394 comprise|vb
+4393 lobbies|nns
+4392 corridors|nns
+4391 backstage|nn
+4390 wolf|nn
+4389 layers|nns
+4388 pertaining|vbg
+4387 costa|nnp
+4386 korea|nnp
+4385 south|nnp
+4384 corruption|nn
+4383 correspond|vb
+4382 meets|vbz
+4381 commensurate|jj
+4380 corresponds|vbz
+4379 accurate|jj
+4378 correct|vb
+4377 advisable|jj
+4376 hull|nn
+4375 mandatory|jj
+4374 hulls|nns
+4373 copenhagen|nnp
+4372 sought|vbn
+4371 coordination|.
+4370 coordinated|vbn
+4369 interreg|nnp
+4368 coordination|nn
+4367 coordinator|nn
+4366 motions|nns
+4365 submit|vb
+4364 partnerships|nns
+4363 cooperative|jj
+4362 cooperating|vbg
+4361 convening|nn
+4360 gained|vbd
+4359 conviction|nn
+4358 conventions|nns
+4357 conventions|nnps
+4356 convention|nnp
+4355 geneva|nnp
+4354 convinced|jj
+4353 persuading|vbg
+4352 convince|vb
+4351 convincing|jj
+4350 controlled|vbn
+4349 supervised|vbn
+4348 inspectors|nns
+4347 controllers|nns
+4346 inspections|nns
+4345 arena|nn
+4344 controls|vbz
+4343 supervise|vb
+4342 control|vb
+4341 inspection|nn
+4340 control|nnp
+4339 follow|vbp
+4338 controls|nns
+4337 tight|jj
+4336 inspect|vb
+4335 monitoring|vbg
+4334 controversial|jj
+4333 contentious|jj
+4332 helped|vbn
+4331 payments|nns
+4330 walk|vb
+4329 contribute|vbp
+4328 contribute|vb
+4327 contributing|vbg
+4326 taxpaying|vbg
+4325 taxpayers|nns
+4324 taxpayer|nn
+4323 return|nn
+4322 prevailing|jj
+4321 deprived|vbn
+4320 counter|nn
+4319 attempt|vbp
+4318 potential|jj
+4317 opposed|vbd
+4316 crime|nn
+4315 organised|jj
+4314 resisting|vbg
+4313 contracts|nns
+4312 contravene|vb
+4311 odds|nns
+4310 counter|rb
+4309 environmental|jj
+4308 constraints|nns
+4307 constraint|nn
+4306 restrictive|jj
+4305 contradictory|jj
+4304 contradictions|vbn
+4303 contradictions|nns
+4302 contradiction|nn
+4301 in|rb
+4300 costing|vbg
+4299 exclusively|rb
+4298 continuous|jj
+4297 belgrade|nnp
+4296 discussed|vbn
+4295 continuing|vbg
+4294 ignores|vbz
+4293 continent|jj
+4292 continent|nn
+4291 fourth|jj
+4290 related|jj
+4289 included|vbd
+4288 litigation|nn
+4287 repeating|vbg
+4286 fencing|vbg
+4285 containing|vbg
+4284 contain|vbp
+4283 contemporary|jj
+4282 contamination|nn
+4281 reconnect|vb
+4280 contact|nn
+4279 knock|nn
+4278 storms|nns
+4277 result|vb
+4276 comprising|vbg
+4275 consult|vb
+4274 circulating|vbg
+4273 consultations|vbn
+4272 consulting|vbg
+4271 carry|vbp
+4270 integration|nn
+4269 manufacture|nn
+4268 construction|nn
+4267 constructive|jj
+4266 liable|jj
+4265 composed|vbn
+4264 constitutional|nnp
+4263 forming|vbg
+4262 constitution|nn
+4261 constitution|nnp
+4260 constitute|vb
+4259 constitute|vbp
+4258 unquestionably|rb
+4257 sets|vbz
+4256 warning|nn
+4255 highlighted|vbn
+4254 observed|vbn
+4253 breadth|nn
+4252 fall|nn
+4251 observation|nn
+4250 continued|jj
+4249 pass|vbp
+4248 consumption|nn
+4247 confirm|vbp
+4246 consolidation|nn
+4245 consolidating|vbg
+4244 strengthening|nn
+4243 consist|vb
+4242 regarded|vbn
+4241 pondered|vbn
+4240 viewed|vbn
+4239 perceived|vbn
+4238 forget|vb
+4237 deliberations|nns
+4236 deem|vb
+4235 regard|vb
+4234 sensible|jj
+4233 observations|nns
+4232 take|nn
+4231 please|jj
+4230 recital|nnp
+4229 recital|nn
+4228 regard|vbp
+4227 believes|vbz
+4226 networking|vbg
+4225 treating|vbg
+4224 save|vb
+4223 retain|vb
+4222 enshrine|vb
+4221 retaining|vbg
+4220 fpö|dt
+4219 storage|nn
+4218 conservation|nn
+4217 conservative|jj
+4216 conservatives|nnps
+4215 conservative|nn
+4214 consent|nn
+4213 councils|nns
+4212 advisors|nns
+4211 indifference|nn
+4210 function|nn
+4209 security|nnp
+4208 newly|rb
+4207 conscience|nn
+4206 coordinate|vb
+4205 enshrined|vbn
+4204 devoted|vbd
+4203 dedicate|vb
+4202 devote|vb
+4201 pushed|vbd
+4200 affecting|vbg
+4199 supplement|nn
+4198 conferences|nns
+4197 confederation|nn
+4196 confusion|nn
+4195 confusing|vbg
+4194 confused|jj
+4193 face|vbp
+4192 experience|vb
+4191 conformity|nn
+4190 hostilities|nns
+4189 disputes|vbz
+4188 disputes|nns
+4187 conflicts|nns
+4186 outsourced|vbn
+4185 borne|vb
+4184 confirms|vbz
+4183 confirm|vb
+4182 show|vb
+4181 confident|jj
+4180 faith|nn
+4179 trust|nn
+4178 confidence|nn
+4177 corporate|jj
+4176 revised|vbn
+4175 conduct|vb
+4174 working|nn
+4173 detention|nn
+4172 towards|vbp
+4171 living|nn
+4170 condition|nn
+4169 pre|nn
+4168 condemned|vbn
+4167 condemn|vb
+4166 condemns|nnp
+4165 condemns|vbz
+4164 condemnation|nn
+4163 orchestration|nn
+4162 intentions|nns
+4161 punches|nns
+4160 concretely|rb
+4159 actual|jj
+4158 concrete|jj
+4157 conclusions|nns
+4156 conclude|vbp
+4155 interinstitutional|jj
+4154 concluding|vbg
+4153 devise|vb
+4152 design|vb
+4151 concessions|nns
+4150 achieves|vbz
+4149 located|vbn
+4148 exercised|vbn
+4147 making|nn
+4146 interested|jj
+4145 affected|vbd
+4144 relate|vbp
+4143 relate|nn
+4142 concern|vb
+4141 formation|nn
+4140 relates|nns
+4139 describe|vb
+4138 facts|nns
+4137 pledges|nns
+4136 restricting|vbg
+4135 phase|nn
+4134 conception|nn
+4133 design|nn
+4132 pleased|jj
+4131 focusing|vbg
+4130 concentrating|vbg
+4129 competitivity|nn
+4128 shares|vbz
+4127 expertise|nn
+4126 competences|nns
+4125 wars|nns
+4124 jurisdiction|nn
+4123 competence|nn
+4122 auditors|nns
+4121 auditors|nnps
+4120 count|vb
+4119 calculations|nns
+4118 amend|vb
+4117 accounting|nn
+4116 compromises|nns
+4115 calls|vbz
+4114 portion|nn
+4113 advised|vbn
+4112 recognise|vbp
+4111 sympathises|nns
+4110 incorporating|vbg
+4109 comprises|vbz
+4108 makeup|nn
+4107 composition|nn
+4106 complemented|vbn
+4105 supplement|vb
+4104 complement|vb
+4103 complement|nn
+4102 complement|jj
+4101 additional|jj
+4100 description|nn
+4099 totally|rb
+4098 complicated|vbn
+4097 complicated|vbd
+4096 elaborate|jj
+4095 charades|nns
+4094 complexities|nns
+4093 complexity|nn
+4092 complex|nn
+4091 integrated|jj
+4090 compensate|vb
+4089 inconsistent|jj
+4088 compatibility|nn
+4087 comparison|nn
+4086 compare|vbp
+4085 airlines|nns
+4084 reject|vbp
+4083 utterly|rb
+4082 airline|nn
+4081 co|jj
+4080 communist|jj
+4079 communist|nn
+4078 communism|nn
+4077 peacekeeping|vbg
+4076 communicates|nns
+4075 communications|nns
+4074 recourse|nn
+4073 communication|nnp
+4072 municipalities|nns
+4071 joint|nnp
+4070 common|nnp
+4069 wider|jjr
+4068 scientific|jj
+4067 collection|nn
+4066 mentions|vbz
+4065 community|nn
+4064 unites|vbz
+4063 mutual|jj
+4062 documentation|nn
+4061 ensures|vbz
+4060 retire|vb
+4059 original|jj
+4058 propose|vb
+4057 provide|vbp
+4056 shared|vbd
+4055 separates|vbz
+4054 conducted|vbd
+4053 commission|fw
+4052 refused|vbd
+4051 women|nnp
+4050 prodi|nnp
+4049 crimes|nns
+4048 mistakes|nns
+4047 shopkeepers|nns
+4046 commercial|jj
+4045 sideline|nn
+4044 commercial|nn
+4043 conclude|vb
+4042 commenting|vbg
+4041 comments|vbz
+4040 tend|vbp
+4039 beginning|vbg
+4038 ultra|jj
+4037 means|nn
+4036 binding|nn
+4035 tool|nn
+4034 abolishing|vbg
+4033 extol|vb
+4032 prevented|vbn
+4031 lives|nns
+4030 living|vbg
+4029 rotten|jj
+4028 like|jj
+4027 extant|jj
+4026 dint|nn
+4025 contract|nn
+4024 kfor|nnp
+4023 steering|jj
+4022 steering|vbg
+4021 hole|nn
+4020 unfilled|jj
+4019 filled|vbn
+4018 closing|vbg
+4017 aims|nns
+4016 observe|vb
+4015 length|nn
+4014 striking|vbg
+4013 oppose|vb
+4012 content|jj
+4011 albeit|rb
+4010 settlements|nns
+4009 cologne|nnp
+4008 mep|nn
+4007 gentlemen|nns
+4006 colleague|nn
+4005 radwan|nnp
+4004 college|nnp
+4003 collision|nn
+4002 communities|nns
+4001 collective|jj
+4000 vintage|jj
+3999 worked|vbn
+3998 nations|nns
+3997 liaise|vb
+3996 cooperate|vb
+3995 partnership|nn
+3994 collaboration|nn
+3993 drinking|vbg
+3992 coca|nnp
+3991 override|vb
+3990 fund|nnp
+3989 cohesion|nnp
+3988 cohesion|nn
+3987 consistency|nn
+3986 coherent|vbp
+3985 coherent|jj
+3984 substance|nn
+3983 codes|nns
+3982 code|nn
+3981 code|nnp
+3980 cod|vbn
+3979 cod|nnp
+3978 cola|nnp
+3977 federal|jj
+3976 co2|nn
+3975 balance|vb
+3974 closing|nn
+3973 key|nn
+3972 component|nn
+3971 closed|jj
+3970 closed|vbn
+3969 close|vb
+3968 clinton|nnp
+3967 climates|nns
+3966 customer|nn
+3965 clause|nn
+3964 belonging|vbg
+3963 classified|vbn
+3962 accommodated|vbn
+3961 traditional|jj
+3960 classic|jj
+3959 classification|nn
+3958 classes|nns
+3957 ruling|nn
+3956 openness|nn
+3955 clarity|nn
+3954 clarification|nn
+3953 clarifying|vbg
+3952 unambiguous|jj
+3951 emphasises|vbz
+3950 precise|nnp
+3949 unclear|jj
+3948 forthright|nn
+3947 evident|jj
+3946 plainly|rb
+3945 civilians|nns
+3944 quoted|vbd
+3943 energy|nn
+3942 le|nnp
+3941 decent|jj
+3940 citizens|nnps
+3939 favours|nns
+3938 tanks|nns
+3937 declared|vbd
+3936 quote|nn
+3935 quote|vb
+3934 west|nnp
+3933 driving|vbg
+3932 movements|nns
+3931 persons|nns
+3930 circumstance|nn
+3929 constituency|nn
+3928 constituencies|nns
+3927 fifth|jj
+3926 fifth|nn
+3925 fifty|jj
+3924 skies|nns
+3923 unemployed|jj
+3922 tragic|jj
+3921 joblessness|nn
+3920 downfall|nn
+3919 christian|nnp
+3918 push|vb
+3917 moving|vbg
+3916 offers|vbz
+3915 shocked|jj
+3914 selection|nn
+3913 choice|nn
+3912 chooses|vbz
+3911 select|vbp
+3910 choosing|vbg
+3909 selected|vbn
+3908 chose|vbd
+3907 opted|vbn
+3906 chocolate|jj
+3905 shock|nn
+3904 relative|jj
+3903 chinese|nnps
+3902 china|nnp
+3901 fell|vbd
+3900 barely|rb
+3899 dog|nn
+3898 encourage|vb
+3897 youth|nn
+3896 ladies|nnp
+3895 ladies|nns
+3894 researchers|nns
+3893 step|vb
+3892 cadou|nnp
+3891 costly|jj
+3890 heads|nns
+3889 heads|nnp
+3888 italian|jj
+3887 prime|nnp
+3886 viewing|nn
+3885 tv|nn
+3884 chain|nn
+3883 channel|nn
+3882 insights|nns
+3881 hunting|nn
+3880 charm|nn
+3879 subordinate|jj
+3878 charged|vbn
+3877 commissioned|vbn
+3876 employment|nn
+3875 costs|nns
+3874 commissions|vbz
+3873 burden|nn
+3872 contravention|nn
+3871 person|nn
+3870 passage|nn
+3869 chaotic|jj
+3868 altered|vbn
+3867 radical|jj
+3866 u|nnp
+3865 change|vb
+3864 epoch|nn
+3863 climate|nn
+3862 exchange|nn
+3861 occur|vb
+3860 opportunities|nns
+3859 schüssel|nnp
+3858 chancellor|nnp
+3857 applicability|nn
+3856 commons|nnps
+3855 participate|vbp
+3854 communists|nnps
+3853 reflected|vbn
+3852 better|rb
+3851 engage|vbp
+3850 remain|vb
+3849 parties|nns
+3848 hopes|nns
+3847 survey|nn
+3846 works|vbz
+3845 raft|nn
+3844 target|nn
+3843 monopolies|nns
+3842 owner|nn
+3841 recurrence|nn
+3840 question|nnp
+3839 creates|vbz
+3838 dirty|jj
+3837 compliance|nn
+3836 token|nn
+3835 stepped|vbn
+3834 reservation|nn
+3833 customary|jj
+3832 9002|cd
+3831 tobin|nnp
+3830 vehicle|nn
+3829 town|nn
+3828 contrasts|vbz
+3827 rush|vb
+3826 renovation|nn
+3825 reducing|vbg
+3824 proposed|jj
+3823 holds|vbz
+3822 complex|jj
+3821 umbrella|nn
+3820 assuming|vbg
+3819 sacrifice|nn
+3818 expression|nn
+3817 declaration|nn
+3816 quoted|vbn
+3815 crisis|nn
+3814 holocaust|nn
+3813 coalition|nn
+3812 attempt|vb
+3811 helsinki|nnp
+3810 enterprises|nns
+3809 investment|nn
+3808 spirit|nn
+3807 relevance|nn
+3806 insistently|rb
+3805 continues|vbz
+3804 vote|vb
+3803 harmonisation|nn
+3802 a|nn
+3801 along|rp
+3800 sales|nns
+3799 societies|nns
+3798 talks|nns
+3797 adjustments|nns
+3796 employment|nnp
+3795 evenings|nns
+3794 men|nns
+3793 aside|rp
+3792 did|nnp
+3791 data|nn
+3790 weeks|nns
+3789 grandiloquent|jj
+3788 foggy|jj
+3787 knowledge|nn
+3786 restrictions|nns
+3785 notice|vbp
+3784 highlighting|vbg
+3783 note|vbp
+3782 certain|nnp
+3781 dancing|vbg
+3780 sure|rb
+3779 vanishes|vbz
+3778 series|nn
+3777 structural|jj
+3776 string|nn
+3775 range|nn
+3774 study|nn
+3773 disagree|vbp
+3772 however|wrb
+3771 focussing|vbg
+3770 urban|jj
+3769 historic|jj
+3768 centres|nns
+3767 tüv|nn
+3766 forms|vbz
+3765 accorded|jj
+3764 plant|nn
+3763 unit|nn
+3762 pivotal|jj
+3761 thousands|nns
+3760 hundreds|nns
+3759 hundred|cd
+3758 meant|vbn
+3757 undertakes|vbz
+3756 schroedter|nnp
+3755 competitor|nn
+3754 undoubtedly|rb
+3753 wildlife|nn
+3752 educating|vbg
+3751 generation|nn
+3750 dramatic|jj
+3749 hit|vbd
+3748 dispute|nn
+3747 tendency|nn
+3746 story|nn
+3745 meaningful|jj
+3744 experienced|vbd
+3743 officials|nns
+3742 offered|vbn
+3741 mooted|vbn
+3740 demanded|vbn
+3739 prioritising|vbg
+3738 systems|nns
+3737 poses|vbz
+3736 can|nn
+3735 conveying|vbg
+3734 sign|nn
+3733 madame|vb
+3732 hides|vbz
+3731 underlying|vbg
+3730 laid|vbd
+3729 round|vbp
+3728 reunion|nnp
+3727 release|vb
+3726 ec|nnp
+3725 attempt|nn
+3724 decisive|jj
+3723 attendance|nn
+3722 termed|vbn
+3721 constituted|vbd
+3720 friday|nnp
+3719 sorts|nns
+3718 transfer|nn
+3717 subject|jj
+3716 topic|nn
+3715 relates|vbz
+3714 open|rp
+3713 primary|jj
+3712 funding|nnp
+3711 imposed|vbn
+3710 evening|nn
+3709 postponement|nn
+3708 inner|jj
+3707 sv|nn
+3706 unusual|jj
+3705 fuss|nn
+3704 emerged|vbn
+3703 emerges|vbz
+3702 short|rb
+3701 @-@|rbs
+3700 scheme|nn
+3699 self|vb
+3698 hardly|rb
+3697 harmonising|vbg
+3696 either|dt
+3695 promotion|nn
+3694 argued|vbd
+3693 regards|nns
+3692 buckshot|nn
+3691 realise|vbp
+3690 consequences|nns
+3689 incorporate|vb
+3688 falls|vbz
+3687 forcibly|rb
+3686 definition|nn
+3685 considered|vbd
+3684 instructions|nns
+3683 pleases|vbz
+3682 back|vb
+3681 programme|jj
+3680 programmes|vbz
+3679 confirmation|nn
+3678 item|nn
+3677 plan|nn
+3676 aids|nnp
+3675 thrown|vbn
+3674 backed|vbd
+3673 accountability|nn
+3672 ineffective|jj
+3671 businesspeople|nn
+3670 realistic|jj
+3669 month|nn
+3668 material|nn
+3667 adapt|vb
+3666 audit|nnp
+3665 utmost|jj
+3664 put|vbp
+3663 result|vbp
+3662 needless|jj
+3661 succeeded|vbn
+3660 emphasis|nnp
+3659 destructive|jj
+3658 tragedy|nn
+3657 lengthy|jj
+3656 sheikh|nnp
+3655 el|nn
+3654 sharm|jj
+3653 figure|nn
+3652 chapter|nn
+3651 move|nn
+3650 occasioned|vbn
+3649 claiming|vbg
+3648 underlying|jj
+3647 lead|vbp
+3646 markets|nns
+3645 insufficiently|rb
+3644 worried|vbn
+3643 falsehood|nn
+3642 caucasus|nn
+3641 categories|nns
+3640 category|nnp
+3639 category|nn
+3638 catholic|nnp
+3637 catholic|nn
+3636 catholics|nnps
+3635 disastrous|jj
+3634 occur|vbp
+3633 occurring|vbg
+3632 catastrophes|nns
+3631 disasters|nns
+3630 catastrophe|nn
+3629 shopping|nn
+3628 scrap|vb
+3627 dismantling|nn
+3626 threatens|vbz
+3625 concerned|vbd
+3624 respects|nns
+3623 map|nn
+3622 card|nn
+3621 crossroads|nns
+3620 caroline|nnp
+3619 rein|nn
+3618 carinthia|nnp
+3617 fuel|nn
+3616 caribbean|nnp
+3615 characterise|vb
+3614 characterises|vbz
+3613 unpredictability|nn
+3612 looked|vbn
+3611 illustrated|vbn
+3610 concluded|vbn
+3609 stance|nn
+3608 firm|jj
+3607 approach|vbp
+3606 fire|nn
+3605 quarters|nns
+3604 prerogative|vbp
+3603 venture|nn
+3602 readily|rb
+3601 threatening|vbg
+3600 capitalist|jj
+3599 capitals|nns
+3598 skills|nns
+3597 capability|nn
+3596 ability|nn
+3595 organise|vb
+3594 capable|jj
+3593 tack|nn
+3592 candidates|nns
+3591 candidate|nn
+3590 applicant|jj
+3589 applicant|nn
+3588 channels|nns
+3587 sides|nns
+3586 camps|nns
+3585 campaigns|nns
+3584 campaign|nn
+3583 pacify|vb
+3582 fellow|nn
+3581 timing|nn
+3580 timetable|nn
+3579 calculated|vbn
+3578 calculating|vbg
+3577 calculation|nn
+3576 handouts|nns
+3575 savings|nns
+3574 lay|vb
+3573 negotiated|vbn
+3572 frameworks|nns
+3571 respecting|vbg
+3570 frame|nn
+3569 penal|jj
+3568 breakdown|nn
+3567 regards|rb
+3566 organisation|nnp
+3565 confines|nns
+3564 presents|nns
+3563 hide|vb
+3562 sized|vbn
+3561 cabinets|nns
+3560 c.|nnp
+3559 stick|nn
+3558 respects|vbz
+3557 hence|nnp
+3556 convinced|vbn
+3555 shameful|jj
+3554 workable|jj
+3553 reinforced|vbn
+3552 albeit|in
+3551 tarred|vbn
+3550 night|nn
+3549 foreign|jj
+3548 representative|nnp
+3547 runs|vbz
+3546 c|nn
+3545 volunteers|nns
+3544 voluntary|jj
+3543 beneficial|jj
+3542 benefited|vbn
+3541 benefiting|vbg
+3540 receives|vbz
+3539 beneficiary|jj
+3538 wheels|nns
+3537 sand|nn
+3536 throw|vb
+3535 endlessly|rb
+3534 goals|nns
+3533 limit|nn
+3532 powers|nns
+3531 bureaucratic|jj
+3530 pushers|nns
+3529 @-@|.
+3528 desks|nns
+3527 bureau|nnp
+3526 budgetary|nnp
+3525 budgetary|jj
+3524 budgets|nnp
+3523 budgets|nns
+3522 related|vbn
+3521 brussels|nnp
+3520 openings|nnp
+3519 hampered|vbn
+3518 growth|nn
+3517 briefly|nn
+3516 britain|nnp
+3515 british|nnp
+3514 british|jj
+3513 brittany|nnp
+3512 brief|jj
+3511 briefly|rb
+3510 trendy|jj
+3509 branch|nn
+3508 box|nn
+3507 negotiating|nn
+3506 shaken|vbn
+3505 buddhist|nnp
+3504 circle|nn
+3503 bordeaux|nnp
+3502 opposite|jj
+3501 reputable|jj
+3500 powerful|jj
+3499 sound|jj
+3498 correct|jj
+3497 track|nn
+3496 qualitative|jj
+3495 valid|jj
+3494 nilly|rb
+3493 functioning|nn
+3492 prime|jj
+3491 good|nn
+3490 explosions|nns
+3489 bombings|nns
+3488 timber|nn
+3487 wood|nn
+3486 standing|vbg
+3485 forestry|nn
+3484 drink|vb
+3483 blocks|nns
+3482 bloc|nn
+3481 eastern|jj
+3480 injured|jj
+3479 study|vb
+3478 biological|jj
+3477 bilateral|jj
+3476 assess|vb
+3475 winter|nn
+3474 welcomed|vbn
+3473 property|nn
+3472 goods|nns
+3471 symbolism|nn
+3470 nice|jj
+3469 prosperous|nn
+3468 emotions|nns
+3467 asset|nn
+3466 worth|jj
+3465 compliment|nn
+3464 honour|nn
+3463 naturally|rb
+3462 familiar|jj
+3461 libraries|nns
+3460 intensifying|vbg
+3459 identifying|vbg
+3458 fullest|jjs
+3457 maintain|vb
+3456 plain|jj
+3455 needed|vbd
+3454 bernd|nnp
+3453 bernard|nnp
+3452 consistently|rb
+3451 thought|vbd
+3450 died|vbn
+3449 berlin|nnp
+3448 berger|nnp
+3447 beautiful|jj
+3446 belgium|nnp
+3445 belgian|jj
+3444 eib|nnp
+3443 beauty|nn
+3442 ends|vbz
+3441 charge|nn
+3440 dispense|vb
+3439 sympathy|nn
+3438 unresolved|jj
+3437 greatly|rb
+3436 ecb|nnp
+3435 bbc|nnp
+3434 bbc|nn
+3433 fight|vb
+3432 package|nn
+3431 sail|vbp
+3430 sailing|vbg
+3429 vessels|nns
+3428 inspected|vbn
+3427 boat|nn
+3426 stock|nn
+3425 taos|nns
+3424 flies|vbz
+3423 breaks|vbz
+3422 basque|nn
+3421 basque|jj
+3420 bases|nns
+3419 enabling|vbg
+3418 meaning|nn
+3417 foundation|nn
+3416 incomes|nns
+3415 barriers|nns
+3414 building|nn
+3413 dam|nn
+3412 barcelona|nnp
+3411 bankers|nns
+3410 banker|nn
+3409 bank|nn
+3408 world|nnp
+3407 investment|nnp
+3406 corresponding|jj
+3405 bank|nnp
+3404 central|nnp
+3403 balkan|jj
+3402 balkans|nnps
+3401 insertion|nn
+3400 eroded|vbn
+3399 lowering|vbg
+3398 demonstrable|jj
+3397 mechanism|nn
+3396 b.|nnp
+3395 b|nn
+3394 b|nnp
+3393 airport|nn
+3392 befallen|vbn
+3391 belonged|vbd
+3390 axis|nn
+3389 concentrate|vb
+3388 changing|vbg
+3387 advent|nn
+3386 april|nnp
+3385 aborted|jj
+3384 suffice|vb
+3383 trying|vbg
+3382 witnessing|vbg
+3381 got|vbd
+3380 held|vbd
+3379 diversity|nn
+3378 surrounding|vbg
+3377 obtain|vb
+3376 stood|vbn
+3375 impact|nn
+3374 textiles|nns
+3373 tough|jj
+3372 behave|vb
+3371 advocates|nns
+3370 lawyer|nn
+3369 opinions|nns
+3368 unambiguously|rb
+3367 aeroplane|nn
+3366 2.15|cd
+3365 read|vb
+3364 have|nnp
+3363 shared|jj
+3362 fault|vbp
+3361 sicilian|nnp
+3360 provinces|nns
+3359 compatible|jj
+3358 frontier|jjr
+3357 agreed|vbd
+3356 tabling|vbg
+3355 dealing|vbg
+3354 lowest|jjs
+3353 similar|jj
+3352 policies|nns
+3351 bitter|jj
+3350 neighbouring|vbg
+3349 dalai|nnp
+3348 syria|nnp
+3347 integrating|vbg
+3346 enthusiastically|rb
+3345 21st|jj
+3344 advantage|nn
+3343 undertake|vb
+3342 seek|vb
+3341 foremost|jj
+3340 all|rb
+3339 above|nnp
+3338 shipping|nn
+3337 christmas|nnp
+3336 advance|nn
+3335 preliminary|jj
+3334 fore|nn
+3333 lot|nn
+3332 further|rb
+3331 liberty|nn
+3330 headway|nn
+3329 proves|vbz
+3328 yourself|prp
+3327 envisaged|vbd
+3326 envisaged|vbn
+3325 drew|vbd
+3324 constitutes|vbz
+3323 ships|nns
+3322 tighten|vb
+3321 socially|rb
+3320 participate|vb
+3319 fall|vb
+3318 @-@|vb
+3317 high|nnp
+3316 nations|nnps
+3315 top|nn
+3314 privatisation|nn
+3313 founding|nn
+3312 tidy|vb
+3311 revisions|nns
+3310 co|dt
+3309 fields|nns
+3308 correspond|vbp
+3307 belief|nn
+3306 basing|vbg
+3305 shadow|nn
+3304 remarks|nns
+3303 appreciate|vbp
+3302 allowing|vbg
+3301 adding|vbg
+3300 victims|nns
+3299 workers|nns
+3298 compensation|nn
+3297 stipulate|vbp
+3296 services|nns
+3295 sanctions|nns
+3294 results|nns
+3293 leaders|nns
+3292 proposals|nns
+3291 draft|nn
+3290 smes|nns
+3289 quota|nn
+3288 penalties|nns
+3287 new|nnp
+3286 standards|nns
+3285 needy|jj
+3284 attracting|vbg
+3283 damage|vb
+3282 resolutions|nns
+3281 cards|nns
+3280 banks|nns
+3279 austrians|nns
+3278 austrians|nnps
+3277 austrian|nnp
+3276 river|nn
+3275 austria|nn
+3274 releases|nns
+3273 sources|nns
+3272 faster|rbr
+3271 documents|nns
+3270 receiving|nn
+3269 urge|vbp
+3268 facilitate|vb
+3267 secondly|rb
+3266 institution|nn
+3265 lines|nns
+3264 motorway|nn
+3263 channelled|vbd
+3262 chinese|jj
+3261 palestinian|nnp
+3260 authorities|nns
+3259 palestine|nnp
+3258 authority|nnp
+3257 authorise|vb
+3256 authorises|nns
+3255 permission|nn
+3254 exemptions|nns
+3253 authorisation|nn
+3252 authorising|vbg
+3251 autonomy|nn
+3250 internally|rb
+3249 self|jj
+3248 disposing|vbg
+3247 amounts|vbz
+3246 autumn|nn
+3245 automatically|rb
+3244 coaches|nns
+3243 buses|nns
+3242 auto|nn
+3241 authors|nns
+3240 initiators|nns
+3239 author|nn
+3238 ussr|nnp
+3237 obvious|jj
+3236 predominates|nns
+3235 approximately|rb
+3234 presentation|nn
+3233 earliest|jjs
+3232 bear|vbp
+3231 represent|vb
+3230 back|rp
+3229 strategic|jj
+3228 gain|vb
+3227 changes|vbz
+3226 final|jj
+3225 keen|jj
+3224 failings|nns
+3223 preferred|vbn
+3222 modify|vb
+3221 continuity|nn
+3220 territories|nns
+3219 force|vb
+3218 fruitful|jj
+3217 total|jj
+3216 previously|rb
+3215 today|nnp
+3214 chile|nnp
+3213 start|vb
+3212 sends|vbz
+3211 papers|nns
+3210 accuse|vbp
+3209 nowadays|rb
+3208 persuasive|jj
+3207 industries|nns
+3206 transit|vb
+3205 enhance|vb
+3204 boost|vb
+3203 increase|vbp
+3202 notifications|nns
+3201 violations|nns
+3200 increases|vbz
+3199 increased|vbd
+3198 raising|vbg
+3197 hearing|nn
+3196 audits|nnp
+3195 audit|nn
+3194 bold|jj
+3193 daring|jj
+3192 subsequent|jj
+3191 evidence|nn
+3190 contain|vb
+3189 cut|vbd
+3188 uprooted|jj
+3187 dawn|nn
+3186 users|nns
+3185 processes|nns
+3184 investigate|vb
+3183 unanimity|nn
+3182 performance|nn
+3181 kyoto|nnp
+3180 assistance|nnp
+3179 technical|nnp
+3178 stabilising|vbg
+3177 spread|vb
+3176 paragraph|nnp
+3175 migration|nn
+3174 jointly|rb
+3173 conflict|vbp
+3172 worthwhile|jj
+3171 criminals|nns
+3170 track|vb
+3169 voting|nn
+3168 chairmanship|nn
+3167 instance|nnp
+3166 total|nn
+3165 chapter|nnp
+3164 coherence|nn
+3163 early|jj
+3162 sri|nnp
+3161 benefit|vb
+3160 widest|jjs
+3159 inside|in
+3158 colleagues|nns
+3157 interaction|nn
+3156 uk|nnp
+3155 uk|nn
+3154 considers|vbz
+3153 occurred|vbd
+3152 cheap|jj
+3151 experience|nn
+3150 expressing|vbg
+3149 benefit|nn
+3148 post|nn
+3147 portuguese|jj
+3146 portugal|nnp
+3145 paragraph|vb
+3144 hard|rb
+3143 out|rb
+3142 plenary|jj
+3141 numbers|nns
+3140 name|nn
+3139 borders|nns
+3138 programmes|nns
+3137 transfer|vb
+3136 nationally|rb
+3135 local|jj
+3134 whole|jj
+3133 establishment|nn
+3132 deciding|vbg
+3131 february|nnp
+3130 october|nnp
+3129 listed|vbn
+3128 halfway|nn
+3127 middle|nn
+3126 optimum|jj
+3125 mexico|nnp
+3124 maximum|nn
+3123 simplified|vbn
+3122 harmonised|jj
+3121 aiming|vbg
+3120 kosovo|vb
+3119 minority|nn
+3118 hops|nns
+3117 depth|nn
+3116 accounts|nns
+3115 initially|rb
+3114 earlier|rbr
+3113 beginning|nn
+3112 debates|nns
+3111 stages|nns
+3110 discussions|nns
+3109 grown|vbn
+3108 unavoidably|jj
+3107 backbenchers|nns
+3106 leading|vbg
+3105 legitimacy|nn
+3104 assessing|vbg
+3103 opposite|nn
+3102 quite|vb
+3101 contents|nns
+3100 consumer|nn
+3099 bogged|vbn
+3098 council|nn
+3097 conflict|nn
+3096 unemployment|nn
+3095 core|nn
+3094 focal|jj
+3093 centre|nn
+3092 appreciate|vb
+3091 offices|nns
+3090 brazil|nnp
+3089 upshot|nn
+3088 verge|nn
+3087 targeted|vbn
+3086 need|md
+3085 granting|vbg
+3084 attribute|vb
+3083 towards|vbz
+3082 attract|vb
+3081 remind|vb
+3080 scrutiny|nn
+3079 closely|rb
+3078 pay|nn
+3077 attentively|rb
+3076 minds|nns
+3075 close|jj
+3074 pressure|nn
+3073 expectations|nns
+3072 overambitious|jj
+3071 expectation|nn
+3070 pending|vbg
+3069 bombing|nn
+3068 omagh|nnp
+3067 bomb|nn
+3066 attack|nn
+3065 summary|nn
+3064 wait|vbp
+3063 wait|vb
+3062 await|vbp
+3061 awaiting|vbg
+3060 waiting|vbg
+3059 meantime|nn
+3058 expected|vbd
+3057 awaited|vbd
+3056 await|vb
+3055 letting|vbg
+3054 interfere|vb
+3053 detriment|nn
+3052 attacking|vbg
+3051 realise|vb
+3050 attain|vb
+3049 assurances|nns
+3048 à-vis|prp$
+3047 reaching|vbg
+3046 assaulted|vbn
+3045 grips|nns
+3044 tackle|vb
+3043 attacks|nns
+3042 attach|vbp
+3041 attaches|nns
+3040 strengths|nns
+3039 atlantic|nnp
+3038 guarantee|nn
+3037 rest|vb
+3036 assured|vbn
+3035 monitor|vb
+3034 progress|nnp
+3033 advance|vb
+3032 spare|jj
+3031 renewable|jj
+3030 judicial|jj
+3029 bridge|vb
+3028 assure|vb
+3027 holding|vbg
+3026 sums|nns
+3025 insured|vbn
+3024 requisite|jj
+3023 insurance|nn
+3022 assume|vb
+3021 associated|vbn
+3020 affiliated|vbn
+3019 linked|vbn
+3018 link|nn
+3017 criminal|jj
+3016 combination|nn
+3015 association|nn
+3014 associations|nns
+3013 witnessed|vbn
+3012 seeing|vbg
+3011 attending|vbg
+3010 assistant|nn
+3009 prejudice|nn
+3008 assistants|nnps
+3007 fairly|rb
+3006 parliaments|nns
+3005 chamber|nnp
+3004 assembly|nnp
+3003 assembly|nn
+3002 raped|vbn
+3001 aspiration|nn
+3000 aspirations|nns
+2999 components|nns
+2998 characterise|vbp
+2997 angles|nns
+2996 incidents|nns
+2995 strands|nns
+2994 asylum|nn
+2993 asylum|jj
+2992 seekers|nns
+2991 south|nn
+2990 south|rb
+2989 asian|nnp
+2988 asia|nnp
+2987 asian|jj
+2986 articles|nns
+2985 articles|nnp
+2984 repeat|nn
+2983 article|nn
+2982 art|nn
+2981 judgements|nns
+2980 court|nn
+2979 determine|vb
+2978 comply|vb
+2977 arrest|nn
+2976 arrival|nn
+2975 gender|nnp
+2974 occurred|vbn
+2973 arrived|vbd
+2972 arrive|vb
+2971 fora|nn
+2970 consists|vbz
+2969 austrian|jj
+2968 armed|jj
+2967 army|nn
+2966 military|jj
+2965 eastern|nnp
+2964 depleted|vbn
+2963 depleted|jj
+2962 weapons|nnp
+2961 nuclear|nnp
+2960 nuclear|jj
+2959 weapons|nns
+2958 pleas|nns
+2957 argument|nn
+2956 mighty|jj
+2955 ideology|nn
+2954 monies|nns
+2953 passionately|rb
+2952 learn|vb
+2951 records|nns
+2950 tree|nn
+2949 judge|nn
+2948 arbitrarily|rb
+2947 arab|jj
+2946 arabs|nnp
+2945 arab|nnp
+2944 usability|nn
+2943 run|vbn
+2942 versions|nns
+2941 afternoons|nns
+2940 summer|nn
+2939 develop|vb
+2938 disadvantage|nn
+2937 studied|vbd
+2936 afterwards|rb
+2935 press|vb
+2934 praise|vbp
+2933 reinforcing|vbg
+2932 accommodating|jj
+2931 endorsement|nn
+2930 support|vbp
+2929 developments|nns
+2928 appraisal|nn
+2927 supported|vbn
+2926 endorse|vb
+2925 agrees|vbz
+2924 votes|vbz
+2923 endorse|vbp
+2922 approve|vbp
+2921 approves|vbz
+2920 matched|vbn
+2919 fashion|nn
+2918 fitting|vbg
+2917 deliver|vb
+2916 approach|vb
+2915 bottom|nn
+2914 approaching|vbg
+2913 approving|vbg
+2912 theory|nn
+2911 tenets|nns
+2910 fundamental|jj
+2909 participated|vbn
+2908 learning|vbg
+2907 structure|nn
+2906 advantages|nns
+2905 provides|vbz
+2904 offers|nns
+2903 vital|jj
+2902 employed|vbn
+2901 development|nnp
+2900 imposing|vbg
+2899 stricter|jjr
+2898 enforce|vb
+2897 universally|rb
+2896 monitored|vbn
+2895 implementing|vbg
+2894 implementation|jj
+2893 effectively|rb
+2892 applying|vbg
+2891 machinery|nn
+2890 continually|rb
+2889 implementation|nn
+2888 applause|nnp
+2887 applause|nn
+2886 tender|nn
+2885 invitations|nns
+2884 expect|vbp
+2883 initiate|vb
+2882 call|nn
+2881 cries|nns
+2880 appeal|nn
+2879 invitation|nn
+2878 emerged|vbd
+2877 felt|vbn
+2876 appeared|vbd
+2875 members|nnp
+2874 wind|nn
+2873 misgivings|nns
+2872 reappearing|vbg
+2871 apparent|jj
+2870 problematic|jj
+2869 happening|vbg
+2868 overview|nn
+2867 awaits|vbz
+2866 hitherto|nnp
+2865 antonio|nnp
+2864 nazis|nnps
+2863 semitism|nn
+2862 competition|nn
+2861 anticipate|vbp
+2860 anti|jj
+2859 anonymous|jj
+2858 arising|vbg
+2857 coming|jj
+2856 past|rb
+2855 fifties|nns
+2854 1930s|nns
+2853 thirties|nns
+2852 1990s|cd
+2851 longer|rbr
+2850 show|vbp
+2849 cancelled|vbn
+2848 cancellations|nns
+2847 annual|nnp
+2846 leftovers|nns
+2845 planned|vbn
+2844 forthcoming|jj
+2843 indication|nn
+2842 animals|nns
+2841 concerns|nns
+2840 feed|nn
+2839 english|nnp
+2838 rooted|vbn
+2837 president|nn
+2836 analyse|vb
+2835 comparable|jj
+2834 year|nnp
+2833 turned|vbd
+2832 america|nnp
+2831 americans|nnps
+2830 u.s.|nnp
+2829 american|jj
+2828 regional|jj
+2827 planning|nn
+2826 compulsory|jj
+2825 internationally|rb
+2824 drafting|nn
+2823 improve|vbp
+2822 improves|vbz
+2821 upgrading|nn
+2820 improved|jj
+2819 improving|nn
+2818 improvement|nn
+2817 bitterly|rb
+2816 amsterdam|nnp
+2815 amsterdam|nn
+2814 widespread|jj
+2813 volume|nn
+2812 stir|nn
+2811 magnitude|nn
+2810 heaven|vbn
+2809 love|nn
+2808 lovers|nns
+2807 friend|nn
+2806 straightforward|jj
+2805 represented|vbn
+2804 persuade|vb
+2803 nos|nnps
+2802 adopts|vbz
+2801 threaten|vb
+2800 ambition|nnp
+2799 ambition|nn
+2798 ambitions|nns
+2797 ambitious|jj
+2796 compromising|vbg
+2795 flying|vbg
+2794 exercise|nn
+2793 altener|nnp
+2792 alternative|nn
+2791 hot|jj
+2790 hicks|nnp
+2789 novel|nn
+2788 allegations|nns
+2787 refer|vb
+2786 allocated|vbd
+2785 speech|nn
+2784 ally|nn
+2783 alliance|nnp
+2782 formed|vbn
+2781 grateful|jj
+2780 teutonic|nnp
+2779 german|nnp
+2778 succour|jj
+2777 cover|vb
+2776 improved|vbn
+2775 food|nnp
+2774 authority|nn
+2773 foodstuffs|nns
+2772 food|nn
+2771 alexander|nnp
+2770 alerts|nns
+2769 camus|nnp
+2768 albert|nnp
+2767 doctor|nn
+2766 albanians|nnps
+2765 kosovo|nnp
+2764 warning|vbg
+2763 alarming|vbg
+2762 al|nnp
+2761 widen|vb
+2760 added|vbn
+2759 contributions|nns
+2758 add|vbp
+2757 efa|nnp
+2756 demand|nn
+2755 air|nnp
+2754 air|nn
+2753 protecting|vbg
+2752 financing|nn
+2751 @-@|to
+2750 re|vb
+2749 body|nn
+2748 percentages|nns
+2747 significant|jj
+2746 appoint|vb
+2745 virtually|rb
+2744 become|vb
+2743 serve|vb
+2742 liked|vbn
+2741 liked|vbd
+2740 forgot|vbn
+2739 accountable|jj
+2738 aid|nnp
+2737 aids|nns
+2736 help|vbp
+2735 carer|nn
+2734 combating|vbg
+2733 rural|jj
+2732 assisting|vbg
+2731 splendid|jj
+2730 macrofinancial|jj
+2729 help|nn
+2728 governing|vbg
+2727 assistance|nn
+2726 witnessed|vbd
+2725 mira|nnp
+2724 described|vbn
+2723 back|rb
+2722 admire|vbp
+2721 admire|vb
+2720 found|vbd
+2719 become|vbn
+2718 usually|rb
+2717 hear|vbp
+2716 heard|vbn
+2715 remove|vb
+2714 facility|nn
+2713 farming|nnp
+2712 farm|nn
+2711 reached|vbd
+2710 agriculture|nn
+2709 agricultural|nnp
+2708 farming|vbg
+2707 deals|vbz
+2706 concede|vbp
+2705 in|rp
+2704 subjects|nns
+2703 putting|vbg
+2702 house|nn
+2701 institutions|nns
+2700 impression|nn
+2699 welcome|vb
+2698 leading|jj
+2697 prepared|vbd
+2696 influence|nn
+2695 proceed|vb
+2694 worsening|vbg
+2693 agenda|nnp
+2692 gather|vb
+2691 agency|nn
+2690 regulatory|jj
+2689 agency|nnp
+2688 africa|nnp
+2687 viability|nn
+2686 master|vb
+2685 suitable|jj
+2684 economies|nns
+2683 latter|nn
+2682 flexible|jj
+2681 operated|vbd
+2680 designed|vbn
+2679 recognise|nn
+2678 definite|jj
+2677 arrangements|nns
+2676 about|rp
+2675 enable|vb
+2674 guaranteeing|vbg
+2673 safeguard|vb
+2672 check|vb
+2671 enjoy|vb
+2670 examining|vbg
+2669 extend|vb
+2668 meet|vb
+2667 insult|nn
+2666 assert|vb
+2665 argue|vb
+2664 affected|jj
+2663 affect|vb
+2662 perceptible|jj
+2661 allocation|nn
+2660 resource|nn
+2659 foreign|nnp
+2658 affairs|nnps
+2657 internal|jj
+2656 alimony|nn
+2655 throwing|vbg
+2654 meaning|vbg
+2653 affair|nn
+2652 farrago|nn
+2651 toned|vbn
+2650 catches|nns
+2649 appropriate|jj
+2648 proper|jj
+2647 opponents|nns
+2646 enemy|nn
+2645 credible|jj
+2644 literacy|nn
+2643 adult|nn
+2642 sent|vbd
+2641 extending|vbg
+2640 appeal|vb
+2639 passing|vbg
+2638 adoption|nn
+2637 admission|nn
+2636 eligible|jj
+2635 admired|vbd
+2634 admirers|nns
+2633 met|vbn
+2632 communal|jj
+2631 administrations|nns
+2630 executive|nn
+2629 administration|nn
+2628 @-@|vbz
+2627 administration|nnp
+2626 administrative|jj
+2625 acknowledge|vb
+2624 admit|vbp
+2623 planned|jj
+2622 incorporation|nn
+2621 accession|nn
+2620 join|vb
+2619 adheres|vbz
+2618 suited|vbn
+2617 geared|vbn
+2616 adaptation|nn
+2615 adaptability|nn
+2614 wake|nn
+2613 up|in
+2612 finalising|vbg
+2611 existing|vbg
+2610 topical|jj
+2609 proved|vbn
+2608 seabirds|nns
+2607 mandate|nn
+2606 conducted|vbn
+2605 tricks|nns
+2604 filtered|vbn
+2603 become|vbp
+2602 schemes|nns
+2601 shareholders|nns
+2600 resumed|vbd
+2599 product|nn
+2598 assets|nns
+2597 permit|vb
+2596 protagonists|nns
+2595 players|nns
+2594 operators|nns
+2593 agents|nns
+2592 agencies|nns
+2591 acts|nns
+2590 terrorist|jj
+2589 violence|nn
+2588 act|nnp
+2587 charter|nn
+2586 buy|vb
+2585 acquiring|vbg
+2584 acquire|vb
+2583 acquisition|nn
+2582 definitive|jj
+2581 won|vbn
+2580 gained|vbn
+2579 communautaire|nn
+2578 acquis|nn
+2577 steel|nn
+2576 completed|vbn
+2575 finalisation|nn
+2574 completion|nn
+2573 doubtful|jj
+2572 buys|vbz
+2571 completed|vbd
+2570 complete|vb
+2569 bought|vbd
+2568 buyer|nn
+2567 hasten|vb
+2566 speed|vb
+2565 rapidly|rb
+2564 stipulated|vbn
+2563 targets|nns
+2562 achieving|vbg
+2561 easy|jj
+2560 access|vb
+2559 access|nn
+2558 receipt|nn
+2557 courts|nns
+2556 prosecution|nn
+2555 bertinotti|nnp
+2554 invite|vb
+2553 housing|nn
+2552 secured|vbd
+2551 welcome|vbp
+2550 welcome|jj
+2549 receiving|vbg
+2548 increased|jj
+2547 precision|nn
+2546 greater|nnp
+2545 boost|nn
+2544 improve|vb
+2543 extra|jj
+2542 entitled|vbn
+2541 agreements|nns
+2540 afford|vb
+2539 obstacles|nns
+2538 hold|vb
+2537 grants|nns
+2536 reach|vb
+2535 political|jj
+2534 eye|nn
+2533 port|jj
+2532 hefty|jj
+2531 peace|nn
+2530 along|rb
+2529 agreement|nn
+2528 request|nn
+2527 fulfil|vb
+2526 steps|nns
+2525 lavished|vbn
+2524 accompanied|vbn
+2523 support|vb
+2522 supporting|vbg
+2521 accidents|nns
+2520 unfortunate|jj
+2519 ultimate|jj
+2518 disaster|nn
+2517 incident|nn
+2516 ancillary|jj
+2515 approve|vb
+2514 accept|vb
+2513 accepts|vbz
+2512 acceptance|nn
+2511 accepting|vbg
+2510 acceptance|nnp
+2509 chips|nns
+2508 unacceptable|jj
+2507 admissible|jj
+2506 acceptable|jj
+2505 focused|vbn
+2504 stress|vb
+2503 misuse|nn
+2502 misreading|nn
+2501 arson|nn
+2500 abuse|nn
+2499 resort|nn
+2498 resolutely|rb
+2497 foreseeable|jj
+2496 perfectly|rb
+2495 unrestricted|jj
+2494 competitiveness|nn
+2493 else|jj
+2492 absolute|jj
+2491 shortcomings|nns
+2490 easily|rb
+2489 leads|vbz
+2488 delivered|vbd
+2487 bureaucracy|nn
+2486 complicated|jj
+2485 succeed|vb
+2484 upon|in
+2483 touched|vbn
+2482 covered|vbn
+2481 address|vbp
+2480 address|vb
+2479 tackling|vbg
+2478 debate|vb
+2477 care|vb
+2476 addressing|vbg
+2475 pass|vb
+2474 abolition|nn
+2473 abc|nnp
+2472 shot|vbn
+2471 appreciation|nn
+2470 dropped|vbn
+2469 abandon|vb
+2468 rates|nns
+2467 dropping|vbg
+2466 simplistic|jj
+2465 elected|vbn
+2464 prepared|vbn
+2463 appointed|vbn
+2462 detected|vbn
+2461 spent|vbn
+2460 confirmed|vbn
+2459 arrested|vbn
+2458 halted|vbn
+2457 pointed|vbd
+2456 flattened|vbd
+2455 listening|vbg
+2454 suggesting|vbg
+2453 solution|nn
+2452 pronounced|vbd
+2451 mountains|nns
+2450 manufacturer|nn
+2449 ready|jj
+2448 chance|nn
+2447 better|jjr
+2446 labour|nn
+2445 counted|vbn
+2444 contributed|vbd
+2443 called|vbd
+2442 affects|vbz
+2441 doctrine|nn
+2440 preferring|vbg
+2439 face|vb
+2438 face|nn
+2437 firm|nn
+2436 cry|vbp
+2435 anxious|jj
+2434 affected|vbn
+2433 followed|vbd
+2432 suggested|vbn
+2431 endorsed|vbn
+2430 outlined|vbn
+2429 himself|prp
+2428 wish|nn
+2427 suffered|vbn
+2426 signed|vbd
+2425 signatory|nn
+2424 managed|vbn
+2423 responded|vbd
+2422 delayed|vbn
+2421 rejected|vbn
+2420 recognised|vbd
+2419 reported|vbd
+2418 reminded|vbn
+2417 published|vbd
+2416 produced|vbd
+2415 tabled|vbd
+2414 forward|rp
+2413 promised|vbd
+2412 promised|vbn
+2411 entered|vbn
+2410 priori|jj
+2409 centred|vbn
+2408 covers|vbz
+2407 allowed|vbn
+2406 enabled|vbn
+2405 explicitly|rb
+2404 state|vb
+2403 paved|vbd
+2402 table|nn
+2401 arms|nns
+2400 showed|vbd
+2399 demonstrated|vbd
+2398 shown|vbn
+2397 involving|vbg
+2396 intending|vbg
+2395 played|vbd
+2394 played|vbn
+2393 extension|nn
+2392 indicated|vbn
+2391 delivered|vbn
+2390 financed|vbn
+2389 comments|nns
+2388 studying|vbg
+2387 examined|vbd
+2386 deemed|vbd
+2385 participating|vbg
+2384 developed|vbn
+2383 tabled|vbn
+2382 aptly|rb
+2381 assist|vb
+2380 decided|vbd
+2379 began|vbd
+2378 lasted|vbd
+2377 interpreted|vbn
+2376 comment|vb
+2375 asked|vbn
+2374 purely|rb
+2373 created|vbd
+2372 criticised|vbd
+2371 contribution|nn
+2370 contributed|vbn
+2369 continued|vbd
+2368 summit|nn
+2367 fine|nn
+2366 devoted|vbn
+2365 confirmed|vbd
+2364 led|vbd
+2363 concluded|vbd
+2362 started|vbn
+2361 asked|vbd
+2360 mentioned|vbd
+2359 upside|rb
+2358 changed|vbn
+2357 appreciated|vbn
+2356 heritage|nn
+2355 taught|vbn
+2354 apparently|rb
+2353 inspired|vbn
+2352 reaffirming|vbg
+2351 adopted|vbd
+2350 acquired|vbn
+2349 accepted|vbd
+2348 lessons|nns
+2347 has|nnps
+2346 prosperity|nn
+2345 mine|nn
+2344 self|nn
+2343 preferences|nnps
+2342 intergroup|jj
+2341 hygiene|nn
+2340 hoping|vbg
+2339 co|nn
+2338 resolved|vbn
+2337 brand|nn
+2336 off|rp
+2335 ask|vbp
+2334 approved|vbn
+2333 satisfaction|nn
+2332 @-@|``
+2331 please|vb
+2330 proposing|vbg
+2329 produce|vb
+2328 kingdom|nnp
+2327 enforced|vbn
+2326 cause|vbp
+2325 palestinian|jj
+2324 let|vbp
+2323 israel|nnp
+2322 west|nn
+2321 @-@|pos
+2320 nation|nn
+2319 behaviour|nn
+2318 re|jj
+2317 yourselves|md
+2316 consciousness|nn
+2315 building|vbg
+2314 live|vbp
+2313 alike|rb
+2312 tribute|nn
+2311 lama|nnp
+2310 jobs|nns
+2309 cutting|vbg
+2308 does|nnp
+2307 anyone|nn
+2306 intend|vb
+2305 referring|vbg
+2304 hour|nn
+2303 left|jj
+2302 @-@|prp
+2301 stand|vb
+2300 notice|nn
+2299 democrats|nns
+2298 democratic|nnp
+2297 democrats|nnps
+2296 nineties|nns
+2295 discrimination|nn
+2294 across|in
+2293 activity|nn
+2292 de|fw
+2291 key|jj
+2290 grandchildren|md
+2289 applicants|nns
+2288 negotiation|nn
+2287 this|rb
+2286 winning|vbg
+2285 market|nn
+2284 found|vbn
+2283 list|nn
+2282 governance|nn
+2281 referred|vbd
+2280 throats|nns
+2279 fruition|nn
+2278 buildings|nns
+2277 acting|vbg
+2276 liberalise|vb
+2275 convenience|nn
+2274 recognition|nn
+2273 beyond|in
+2272 growing|vbg
+2271 officers|nns
+2270 i|nnp
+2269 tasks|nns
+2268 various|jj
+2267 reasons|nns
+2266 prevention|nn
+2265 understandable|jj
+2264 impracticable|jj
+2263 dreamed|vbd
+2262 anonymously|rb
+2261 desire|nn
+2260 either|rb
+2259 elements|nns
+2258 noted|vbn
+2257 i.e.|dt
+2256 blame|vb
+2255 judge|vb
+2254 targeted|jj
+2253 suggested|vbd
+2252 testing|nn
+2251 materials|nns
+2250 implement|vb
+2249 first|nnp
+2248 deserves|vbz
+2247 worker|nn
+2246 95|cd
+2245 94|cd
+2244 93|cd
+2243 92|cd
+2242 ix|nnp
+2241 89|cd
+2240 88|cd
+2239 87|cd
+2238 86|cd
+2237 85|cd
+2236 exclusive|jj
+2235 carries|vbz
+2234 82|cd
+2233 81|cd
+2232 millions|nns
+2231 800|cd
+2230 80|cd
+2229 -80|cd
+2228 viii|nnp
+2227 eight|cd
+2226 8|cd
+2225 79|cd
+2224 75|cd
+2223 ¾|cd
+2222 74|cd
+2221 ff|$
+2220 700|cd
+2219 70|cd
+2218 68|cd
+2217 allocating|vbg
+2216 67|cd
+2215 62|cd
+2214 60|cd
+2213 56|cd
+2212 55|cd
+2211 53|cd
+2210 52|cd
+2209 anniversary|nn
+2208 50th|jj
+2207 500|cd
+2206 5.5|cd
+2205 amendment|nnp
+2204 average|jj
+2203 48|cd
+2202 47|cd
+2201 46|cd
+2200 no|nnp
+2199 45|cd
+2198 44|cd
+2197 43|cd
+2196 41|cd
+2195 400|cd
+2194 400,000|cd
+2193 usd|$
+2192 40|cd
+2191 4|ls
+2190 39|cd
+2189 38|cd
+2188 37|cd
+2187 36|cd
+2186 350|cd
+2185 35|cd
+2184 34|cd
+2183 33|cd
+2182 3000|cd
+2181 300|cd
+2180 billion|cd
+2179 campaigning|nn
+2178 three|cd
+2177 3|nnp
+2176 3|ls
+2175 29|cd
+2174 280|cd
+2173 26|cd
+2172 250|cd
+2171 @-@|cd
+2170 25|cd
+2169 245|cd
+2168 hours|nns
+2167 twenty|cd
+2166 24|cd
+2165 23|cd
+2164 no.|nnp
+2163 no.|nn
+2162 9.00|cd
+2161 21|cd
+2160 2025|cd
+2159 020|cd
+2158 eur|vb
+2157 2010|cd
+2156 2006|jj
+2155 2006|cd
+2154 contained|vbn
+2153 2005|cd
+2152 2004|cd
+2151 2003|cd
+2150 2002|cd
+2149 2001|cd
+2148 2000|cd
+2147 200|cd
+2146 happened|vbd
+2145 2.8|cd
+2144 2.6|cd
+2143 2.3|cd
+2142 2|,
+2141 2|cd
+2140 99|cd
+2139 marked|vbd
+2138 plan|nnp
+2137 action|nnp
+2136 procedure|nn
+2135 1998|cd
+2134 96|cd
+2133 1996|cd
+2132 1999|cd
+2131 1994|cd
+2130 1993|cd
+2129 1992|cd
+2128 1991|cd
+2127 1990|cd
+2126 1989|cd
+2125 1982|cd
+2124 1976|cd
+2123 convention|nn
+2122 1969|cd
+2121 1967|cd
+2120 1957|cd
+2119 195|cd
+2118 1945|cd
+2117 19|cd
+2116 180|cd
+2115 usd|nnp
+2114 eighteen|cd
+2113 december|nnp
+2112 5.30|cd
+2111 17th|jj
+2110 17|cd
+2109 march|nnp
+2108 p.m.|nn
+2107 fourteen|cd
+2106 september|nnp
+2105 14|cd
+2104 thirteen|cd
+2103 12.00|cd
+2102 noon|nn
+2101 110|cd
+2100 a.m.|nn
+2099 11|cd
+2098 11.00|cd
+2097 11|nnp
+2096 101|cd
+2095 distance|nn
+2094 cent|nn
+2093 per|in
+2092 ten|rb
+2091 january|nnp
+2090 ten|cd
+2089 1.27|cd
+2088 i.|nn
+2087 008|cd
+2086 inhabitants|nns
+2085 00|cd
+2084 submitted|vbn
+2083 /|to
+2082 /|pos
+2081 /|nnp
+2080 /|nn
+2079 /|in
+2078 /|cd
+2077 /|,
+2076 /|$
+2075 .....|.
+2074 ...|:
+2073 houses|nns
+2072 wording|nn
+2071 wealth|nn
+2070 want|vb
+2069 van|nnp
+2068 urban|nnp
+2067 treaty|nn
+2066 trading|nn
+2065 threefold|jj
+2064 thereof|nn
+2063 text|nn
+2062 texts|nns
+2061 suggestions|nns
+2060 submitted|vbd
+2059 stop|nn
+2058 stocks|nns
+2057 status|nn
+2056 sphere|nn
+2055 spheres|nns
+2054 specific|jj
+2053 social|nnp
+2052 signed|vbn
+2051 shipyards|nns
+2050 times|nns
+2049 serious|jj
+2048 rest|nn
+2047 republics|nns
+2046 protocol|nnp
+2045 proposes|vbz
+2044 present|nn
+2043 presented|vbn
+2042 positive|jj
+2041 portuguese|nnp
+2040 politicians|nns
+2039 points|nns
+2038 set|vb
+2037 peoples|nns
+2036 pays|vbz
+2035 party|nnp
+2034 ours|nns
+2033 operating|nn
+2032 open|jj
+2031 onwards|nns
+2030 rules|nns
+2029 renewables|nns
+2028 procedure|nnp
+2027 note|vb
+2026 next|rb
+2025 networks|nns
+2024 needs|nns
+2023 multilateral|jj
+2022 movement|nn
+2021 operandi|nns
+2020 modus|jj
+2019 missing|vbg
+2018 millennium|nn
+2017 manage|vb
+2016 later|jj
+2015 language|nn
+2014 justice|nn
+2013 judgement|nn
+2012 job|nn
+2011 standardised|vbn
+2010 writing|nn
+2009 practice|nn
+2008 intervention|nn
+2007 international|jj
+2006 insufficient|jj
+2005 instrument|nn
+2004 immediately|rb
+2003 hulten|nnp
+2002 hold|nn
+2001 restricted|vbn
+2000 highest|jjs
+1999 produced|vbn
+1998 parts|nns
+1997 sell|vb
+1996 fully|rb
+1995 through|rp
+1994 sufficiently|rb
+1993 focused|vbd
+1992 fighting|vbg
+1991 fascism|nn
+1990 eyes|nns
+1989 extreme|jj
+1988 expense|nn
+1987 exceptions|nns
+1986 family|nn
+1985 risks|nns
+1984 entail|vb
+1983 enforcement|nn
+1982 employees|nns
+1981 effective|jj
+1980 grasp|vb
+1979 easier|jjr
+1978 earned|vbn
+1977 division|nn
+1976 democratic|jj
+1975 definitely|rb
+1974 defined|vbn
+1973 defend|vb
+1972 cooperation|nn
+1971 consideration|nn
+1970 considerations|nns
+1969 everywhere|rb
+1968 conditions|nns
+1967 concern|nn
+1966 operation|nn
+1965 competitive|jj
+1964 communication|nn
+1963 denominator|nn
+1962 commitments|nns
+1961 service|nn
+1960 circumstances|nns
+1959 chosen|vbn
+1958 centre|jj
+1957 damage|nn
+1956 cause|vb
+1955 causes|nns
+1954 carefully|rb
+1953 cap|nnp
+1952 capacity|nn
+1951 divide|vbp
+1950 want|nnp
+1949 war|nnp
+1948 built|vbn
+1947 budget|nn
+1946 blowers|nns
+1945 birth|nn
+1944 big|jj
+1943 maintained|vbn
+1942 distributed|vbn
+1941 dealt|vbn
+1940 balkan|nnp
+1939 closer|rb
+1938 perspective|nn
+1937 spanish|jj
+1936 codecision|nn
+1935 away|rb
+1934 front|nn
+1933 united|jj
+1932 responsibilities|nns
+1931 assistants|nns
+1930 asking|vbg
+1929 evolving|vbg
+1928 regret|nn
+1927 source|nn
+1926 loss|nn
+1925 complete|jj
+1924 properly|rb
+1923 application|nn
+1922 appear|vb
+1921 appeared|vbn
+1920 degree|nn
+1919 enormous|jj
+1918 cost|nn
+1917 annual|jj
+1916 gratitude|nn
+1915 certainty|nn
+1914 unanimous|jj
+1913 amendment|nn
+1912 might|nn
+1911 alliance|nn
+1910 agreement|nnp
+1909 affairs|nns
+1908 affairs|nnp
+1907 adequate|jj
+1906 achieved|vbd
+1905 analysis|nn
+1904 productive|jj
+1903 advice|nn
+1902 intentioned|jj
+1901 000|cd
+1900 mr|vb
+1899 something|vbg
+1898 publish|vb
+1897 active|jj
+1896 play|vbp
+1895 dependent|jj
+1894 positions|nns
+1893 unequal|jj
+1892 nos|nnp
+1891 amendments|vbz
+1890 vanguard|nn
+1889 reforms|nns
+1888 initiative|nn
+1887 own|vbp
+1886 draft|vb
+1885 enough|rb
+1884 tourism|nn
+1883 farming|nn
+1882 acquisitions|nns
+1881 born|vbn
+1880 practical|jj
+1879 abandoned|vbn
+1878 de|nnp
+1877 materialise|vb
+1876 czechs|nnps
+1875 announced|vbd
+1874 remit|nn
+1873 launched|vbn
+1872 combined|jj
+1871 adhere|vb
+1870 small|jj
+1869 slightest|jjs
+1868 short|jj
+1867 projects|nns
+1866 path|nn
+1865 management|nn
+1864 indicators|nns
+1863 usual|jj
+1862 handed|vbn
+1861 gave|vbd
+1860 principles|nns
+1859 trend|nn
+1858 tell|vb
+1857 look|nn
+1856 proposed|vbd
+1855 project|nn
+1854 footing|nn
+1853 lesser|jjr
+1852 safe|jj
+1851 exceeded|vbd
+1850 litre|nnp
+1849 treaty|nnp
+1848 stick|vbp
+1847 entailed|vbd
+1846 introduce|vb
+1845 rightly|rb
+1844 little|rb
+1843 doubt|nn
+1842 voting|vbg
+1841 attached|vbn
+1840 arise|vb
+1839 limiting|vbg
+1838 confronting|vbg
+1837 viewpoint|nn
+1836 view|vbp
+1835 i.e.|&apos;&apos;
+1834 reduce|vb
+1833 watch|nn
+1832 keeps|vbz
+1831 consequence|nn
+1830 global|jj
+1829 pity|nn
+1828 future|jj
+1827 increase|vb
+1826 urge|vb
+1825 put|vb
+1824 provided|vbd
+1823 aspect|nn
+1822 march|nn
+1821 forced|vbn
+1820 wrecks|nns
+1819 wished|vbn
+1818 transported|vbn
+1817 tackled|vbn
+1816 that|rb
+1815 transport|nn
+1814 sustainable|jj
+1813 strong|jj
+1812 start|nn
+1811 staff|nn
+1810 highlights|jj
+1809 speaks|vbz
+1808 vehemently|rb
+1807 size|nn
+1806 significance|nn
+1805 session|nn
+1804 timeframe|nn
+1803 scheduled|vbn
+1802 rule|nn
+1801 reverse|nn
+1800 response|nn
+1799 refused|vbn
+1798 referred|vbn
+1797 red|jj
+1796 record|nn
+1795 rate|nn
+1794 raise|vb
+1793 poor|jj
+1792 office|nn
+1791 observed|vbd
+1790 nationalistic|jj
+1789 recognises|vbz
+1788 message|nn
+1787 limits|nns
+1786 legislation|nn
+1785 legality|nn
+1784 law|nn
+1783 structured|vbn
+1782 seriously|rb
+1781 limited|vbn
+1780 munich|nnp
+1779 investigations|nns
+1778 implications|nns
+1777 identify|vb
+1776 hope|nn
+1775 helm|nn
+1774 secure|jj
+1773 left|vbn
+1772 guidelines|nns
+1771 go|vb
+1770 got|vbn
+1769 freedom|nn
+1768 orders|nns
+1767 minutes|nns
+1766 expect|vb
+1765 exceptionally|rb
+1764 comprise|vbp
+1763 laboratory|nn
+1762 english|jj
+1761 endeavour|vb
+1760 drawing|vbg
+1759 difficult|jj
+1758 decay|nn
+1757 currency|nn
+1756 control|nn
+1755 contained|vbd
+1754 comprehensive|jj
+1753 committees|nns
+1752 come|vbn
+1751 coast|nn
+1750 choices|nns
+1749 check|nn
+1748 chamber|nn
+1747 recall|vb
+1746 chairmen|nns
+1745 centrally|rb
+1744 broad|jj
+1743 secured|vbn
+1742 purposes|nns
+1741 needed|vbn
+1740 created|vbn
+1739 obliged|vbn
+1738 brought|vbn
+1737 base|nn
+1736 background|nn
+1735 priori|nn
+1734 unduly|rb
+1733 avalanche|nn
+1732 wide|jj
+1731 opportunity|nn
+1730 submitting|vbg
+1729 longer|rb
+1728 news|nn
+1727 explained|vbn
+1726 involve|vb
+1725 continue|vbp
+1724 contains|vbz
+1723 adapted|vbn
+1722 cultural|jj
+1721 excellent|jj
+1720 proportion|nn
+1719 aggressive|jj
+1718 handed|vbd
+1717 life|nn
+1716 fourthly|rb
+1715 caused|vbn
+1714 understood|vbd
+1713 refers|vbz
+1712 facing|vbg
+1711 assaulted|vbd
+1710 republicans|nns
+1709 set|vbn
+1708 repeatedly|rb
+1707 appears|vbz
+1706 recognise|vb
+1705 undertaken|vbn
+1704 transport|nnp
+1703 traffic|nn
+1702 eldr|nn
+1701 neglecting|vbg
+1700 border|nn
+1699 cross|nn
+1698 supposed|vbn
+1697 spokesperson|nn
+1696 soon|rb
+1695 drawn|vbn
+1694 farmers|nns
+1693 shellfish|jj
+1692 second|jj
+1691 energy|nnp
+1690 research|nnp
+1689 happen|vbp
+1688 ranging|vbg
+1687 awareness|nn
+1686 raised|vbd
+1685 policy|nnp
+1684 consumer|nnp
+1683 health|nnp
+1682 public|nnp
+1681 presented|vbd
+1680 outstanding|jj
+1679 offered|vbd
+1678 mrs|nnp
+1677 moral|jj
+1676 modernisation|nn
+1675 members|nns
+1674 led|vbn
+1673 quickly|rb
+1672 allows|vbz
+1671 proof|jj
+1670 generally|rb
+1669 involves|vbz
+1668 occasionally|rb
+1667 inhabited|vbd
+1666 i.e.|nns
+1665 helping|vbg
+1664 deep|jj
+1663 ruined|vbn
+1662 granted|vbd
+1661 funding|vbg
+1660 firmly|rb
+1659 trade|nnp
+1658 external|nnp
+1657 due|jj
+1656 down|in
+1655 detentions|nns
+1654 declaring|vbg
+1653 daring|vbg
+1652 prove|vb
+1651 constitutional|jj
+1650 causing|vbg
+1649 causes|vbz
+1648 mean|vbp
+1647 raise|vbp
+1646 bring|vbp
+1645 black|jj
+1644 moving|jj
+1643 dimension|nn
+1642 couple|nn
+1641 avoided|vbd
+1640 urgency|nn
+1639 apply|vb
+1638 animal|nn
+1637 use|vb
+1636 permissible|jj
+1635 agricultural|jj
+1634 setting|vbg
+1633 partly|rb
+1632 present|vb
+1631 months|nns
+1630 mention|vb
+1629 house|nnp
+1628 remain|vbp
+1627 wishes|vbz
+1626 seeking|vbg
+1625 recognised|vbn
+1624 continued|vbn
+1623 compromise|nn
+1622 room|nn
+1621 sort|nn
+1620 someone|nn
+1619 engaged|vbn
+1618 total|vb
+1617 resolve|vb
+1616 nuts|vbz
+1615 prove|vbp
+1614 detailed|jj
+1613 third|jj
+1612 establish|vb
+1611 little|jj
+1610 somewhat|rb
+1609 document|nn
+1608 wreck|nn
+1607 whole|nn
+1606 third|nnp
+1605 reich|nnp
+1604 light|nn
+1603 different|jj
+1602 none|nn
+1601 everything|nn
+1600 while|nn
+1599 likewise|rb
+1598 increasingly|rb
+1597 tom|nnp
+1596 paragraphs|nns
+1595 aspects|nns
+1594 both|pdt
+1593 behind|rb
+1592 board|nn
+1591 counting|vbg
+1590 informed|vbn
+1589 regularly|rb
+1588 focus|nn
+1587 deletes|vbz
+1586 followed|vbn
+1585 consultations|nns
+1584 lest|vb
+1583 water|vb
+1582 calling|vbg
+1581 pretext|nn
+1580 undergo|vb
+1579 treatment|nn
+1578 equal|jj
+1577 constant|jj
+1576 fall|vbp
+1575 eur|nnp
+1574 doubling|vbg
+1573 drop|nn
+1572 social|jj
+1571 six|cd
+1570 answers|nns
+1569 confused|vbn
+1568 always|rb
+1567 otherwise|rb
+1566 being|nn
+1565 permit|vbp
+1564 offences|nns
+1563 equally|rb
+1562 ones|nns
+1561 ways|nns
+1560 committed|vbn
+1559 amounts|nns
+1558 unless|in
+1557 places|nns
+1556 professional|jj
+1555 completely|rb
+1554 sweeping|jj
+1553 assessment|nn
+1552 forgetting|vbg
+1551 instruction|nn
+1550 excluding|vbg
+1549 commitment|nn
+1548 financial|jj
+1547 doubtless|vbd
+1546 knows|vbz
+1545 bearing|nn
+1544 undertook|nn
+1543 looks|vbz
+1542 considerably|rb
+1541 consistent|jj
+1540 combine|vb
+1539 represents|vbz
+1538 initial|jj
+1537 questioned|vbd
+1536 looked|vbd
+1535 used|jj
+1534 television|nn
+1533 qualified|vbn
+1532 highly|rb
+1531 grudgingly|rb
+1530 granted|vbn
+1529 mention|nn
+1528 special|jj
+1527 resolution|nn
+1526 damaging|vbg
+1525 used|vbd
+1524 normal|jj
+1523 wearing|vbg
+1522 removing|vbg
+1521 begun|vbn
+1520 group|nn
+1519 working|vbg
+1518 widened|vbn
+1517 underpins|vbz
+1516 stipulates|vbz
+1515 tax|nn
+1514 isolated|jj
+1513 aimed|vbn
+1512 absent|jj
+1511 entails|vbz
+1510 came|vbd
+1509 hold|vbp
+1508 voted|vbn
+1507 omission|nn
+1506 monetary|jj
+1505 kind|nn
+1504 extent|nn
+1503 correctly|rb
+1502 available|jj
+1501 plans|vbz
+1500 lost|vbn
+1499 moreover|rb
+1498 reports|nns
+1497 test|nn
+1496 discussing|vbg
+1495 unable|jj
+1494 french|jj
+1493 dunn|nnp
+1492 drafted|vbn
+1491 understanding|nn
+1490 ruled|vbd
+1489 demonstrate|vb
+1488 four|cd
+1487 give|vbp
+1486 friendly|jj
+1485 environmentally|rb
+1484 planning|vbg
+1483 zone|nn
+1482 agree|vb
+1481 extended|vbn
+1480 permitted|vbn
+1479 published|vbn
+1478 almost|rb
+1477 decide|vb
+1476 takes|vbz
+1475 sent|vbn
+1474 following|jj
+1473 switch|vb
+1472 stand|vbp
+1471 hear|vb
+1470 identification|nn
+1469 regarding|vbg
+1468 says|vbz
+1467 uphold|vb
+1466 timetabling|jj
+1465 match|vb
+1464 money|nn
+1463 greater|jjr
+1462 closer|rbr
+1461 heightened|vbn
+1460 later|rb
+1459 100|cd
+1458 relatively|rb
+1457 whatever|wdt
+1456 occasional|jj
+1455 performed|vbn
+1454 individuals|nns
+1453 underway|nn
+1452 technology|nn
+1451 offering|vbg
+1450 issued|vbn
+1449 opposed|vbn
+1448 supervision|nn
+1447 rise|vbp
+1446 power|nn
+1445 review|nn
+1444 posting|vbg
+1443 debated|vbn
+1442 show|nn
+1441 attack|vb
+1440 applied|vbn
+1439 paying|vbg
+1438 importantly|rb
+1437 hard|jj
+1436 facilities|nns
+1435 apart|rb
+1434 unique|jj
+1433 enter|vbp
+1432 prohibited|vbn
+1431 organised|vbn
+1430 told|vbn
+1429 reduced|vbn
+1428 draw|vb
+1427 sectors|nns
+1426 besides|in
+1425 cannot|to
+1424 option|nn
+1423 reference|nn
+1422 voiced|vbn
+1421 criticism|nn
+1420 creative|jj
+1419 providing|vbg
+1418 offer|nn
+1417 affords|jj
+1416 pursue|vb
+1415 straight|jj
+1414 instruments|nns
+1413 require|vb
+1412 issues|nns
+1411 play|nn
+1410 element|nn
+1409 refuse|vb
+1408 intend|vbp
+1407 such|pdt
+1406 create|vb
+1405 see|vbp
+1404 prepared|jj
+1403 mistaken|vbn
+1402 confined|vbn
+1401 pointed|vbn
+1400 noticed|vbn
+1399 find|vb
+1398 depth|jj
+1397 coming|vbg
+1396 propose|vbp
+1395 exists|vbz
+1394 creation|nn
+1393 disposal|nn
+1392 accepted|vbn
+1391 inter|nn
+1390 amongst|in
+1389 bodies|nns
+1388 notably|rb
+1387 specifically|rb
+1386 mainly|rb
+1385 tune|nn
+1384 degrees|nns
+1383 necessarily|rb
+1382 emissions|nns
+1381 debating|vbg
+1380 neither|cc
+1379 operating|vbg
+1378 business|nn
+1377 remedy|vb
+1376 either|cc
+1375 cannot|md
+1374 adopt|vb
+1373 cannot|nn
+1372 kid|vb
+1371 fail|vb
+1370 unevenly|rb
+1369 exactly|rb
+1368 perpetrators|nns
+1367 regardless|rb
+1366 finish|vb
+1365 easier|rb
+1364 turn|vb
+1363 head|nn
+1362 comment|nn
+1361 parliament|nn
+1360 implemented|vbn
+1359 presidency|nnp
+1358 sensitive|jj
+1357 line|nn
+1356 sufficient|jj
+1355 resources|nns
+1354 receive|vb
+1353 partner|nn
+1352 introduced|vbn
+1351 worst|jjs
+1350 start|vbp
+1349 latter|jj
+1348 ensuring|vbg
+1347 care|nn
+1346 take|vbp
+1345 legal|jj
+1344 creating|vbg
+1343 over|rb
+1342 get|vb
+1341 threat|nn
+1340 everyone|nn
+1339 information|nn
+1338 views|nns
+1337 basic|jj
+1336 remit|vbp
+1335 getting|vbg
+1334 huge|jj
+1333 achievement|nn
+1332 believe|vb
+1331 round|nn
+1330 rallied|vbd
+1329 direction|nn
+1328 cars|nns
+1327 actually|rb
+1326 about|rb
+1325 detail|nn
+1324 yet|cc
+1323 frankly|rb
+1322 dialogue|nn
+1321 mr|nn
+1320 mr|,
+1319 jacques|nnp
+1318 herr|nnp
+1317 monday|nnp
+1316 invited|vbn
+1315 giving|vbg
+1314 chasing|vbg
+1313 rainbow|nn
+1312 taxes|nns
+1311 national|jj
+1310 pay|vbp
+1309 result|nn
+1308 states|nns
+1307 profile|nn
+1306 philosophy|nn
+1305 states|nnp
+1304 shoulders|nns
+1303 conservatives|nns
+1302 difficulties|nns
+1301 live|vb
+1300 organisations|nns
+1299 governmental|jj
+1298 funds|nns
+1297 federalist|nn
+1296 conduct|nn
+1295 expressed|vbn
+1294 europeans|nnps
+1293 east|nnp
+1292 claims|nns
+1291 follows|vbz
+1290 multiannual|jj
+1289 private|jj
+1288 balance|nn
+1287 improving|vbg
+1286 firms|nns
+1285 shredding|vbg
+1284 profit|nn
+1283 non|jj
+1282 placed|vbn
+1281 woodland|nn
+1280 barrier|nn
+1279 concentration|nn
+1278 manufacturers|nns
+1277 car|nn
+1276 cities|nns
+1275 towards|in
+1274 efforts|nns
+1273 transportation|nn
+1272 unions|nns
+1271 socialists|nnps
+1270 scientists|nns
+1269 findings|nns
+1268 regions|nns
+1267 refugees|nns
+1266 refer|vbp
+1265 forecasts|nns
+1264 producers|nns
+1263 discussion|nn
+1262 countries|nns
+1261 non|nn
+1260 measures|nns
+1259 approved|vbd
+1258 governments|nns
+1257 suppliers|nns
+1256 women|nns
+1255 advisers|nns
+1254 companies|nns
+1253 another|dt
+1252 effects|nns
+1251 expenditure|nn
+1250 xenophobia|nn
+1249 statements|nns
+1248 decisions|nns
+1247 waste|nn
+1246 managers|nns
+1245 along|in
+1244 consumers|nns
+1243 aid|nn
+1242 leader|nnp
+1241 understand|vb
+1240 swift|jj
+1239 public|nn
+1238 resigned|vbd
+1237 monti|nnp
+1236 meeting|nn
+1235 days|nns
+1234 compromise|vb
+1233 behalf|nn
+1232 strategy|nn
+1231 iron|nn
+1230 vice|nnp
+1229 employee|nn
+1228 work|vbp
+1227 cooperate|vbp
+1226 actions|nns
+1225 current|jj
+1224 indicate|vbp
+1223 support|nn
+1222 united|nnp
+1221 guterres|nnps
+1220 risk|nn
+1219 condemning|vbg
+1218 chairman|nn
+1217 professor|nnp
+1216 type|nn
+1215 party|nn
+1214 farming|jj
+1213 eventually|rb
+1212 minister|nnp
+1211 japan|nnp
+1210 confederal|nnp
+1209 finnish|jj
+1208 government|nn
+1207 fpö|nn
+1206 funding|nn
+1205 states|vbz
+1204 understood|vbn
+1203 right|nn
+1202 contested|vbd
+1201 expressed|vbd
+1200 commissioner|nnp
+1199 leader|nn
+1198 chaos|nn
+1197 towards|rb
+1196 superficial|jj
+1195 present|jj
+1194 central|jj
+1193 prospects|nns
+1192 community|nnp
+1191 destroy|vb
+1190 ministers|nnp
+1189 concerned|jj
+1188 prerequisite|nn
+1187 running|vbg
+1186 encouraging|jj
+1185 structurally|rb
+1184 clear|jj
+1183 interests|nns
+1182 citizens|nns
+1181 turkey|nnp
+1180 safety|nn
+1179 security|nn
+1178 large|jj
+1177 society|nn
+1176 week|nn
+1175 answer|nn
+1174 reform|nn
+1173 reforming|vbg
+1172 boosting|vbg
+1171 research|nn
+1170 quantity|nn
+1169 quality|nn
+1168 protection|nn
+1167 proposal|nn
+1166 motion|nn
+1165 production|nn
+1164 combating|nn
+1163 potential|nn
+1162 policy|nn
+1161 greatest|jjs
+1160 overall|jj
+1159 fear|nn
+1158 poverty|nn
+1157 death|nn
+1156 minimum|jj
+1155 fight|nn
+1154 greece|nnp
+1153 forest|nn
+1152 delegation|nn
+1151 statement|nn
+1150 decision|nn
+1149 remainder|nn
+1148 culture|nn
+1147 committee|nn
+1146 commission|nn
+1145 longer|jjr
+1144 distinguished|jj
+1143 us|nnp
+1142 slick|nn
+1141 oil|nn
+1140 established|vbn
+1139 directive|nn
+1138 demand|vb
+1137 attitude|nn
+1136 states|nnps
+1135 avoid|vb
+1134 equal|vb
+1133 monitoring|nn
+1132 anti|nns
+1131 nato|nnp
+1130 obligation|nn
+1129 goal|nn
+1128 scale|nn
+1127 spain|nnp
+1126 entire|jj
+1125 previous|jj
+1124 ambassador|nnp
+1123 activities|nns
+1122 absence|nn
+1121 karl|nnp
+1120 stated|vbn
+1119 until|in
+1118 deemed|vbn
+1117 thursday|nnp
+1116 us|prp
+1115 set|vbd
+1114 remember|vb
+1113 reality|nn
+1112 note|nn
+1111 president|nnp
+1110 state|nnp
+1109 member|nnp
+1108 manufacturing|nn
+1107 good|jj
+1106 call|vbp
+1105 involved|vbn
+1104 requested|vbn
+1103 carried|vbn
+1102 angelilli|nnp
+1101 run|vb
+1100 thank|vb
+1099 happy|jj
+1098 initiatives|nns
+1097 wanted|vbd
+1096 see|vb
+1095 come|vbp
+1094 express|vb
+1093 let|vb
+1092 wish|vbp
+1091 internal|nnp
+1090 wants|vbz
+1089 one|nn
+1088 look|vbp
+1087 repeat|vb
+1086 reiterate|vbp
+1085 thoughts|nns
+1084 consider|vbp
+1083 honest|jj
+1082 take|vb
+1081 wish|vb
+1080 know|vb
+1079 cannot|vbp
+1078 let|vbd
+1077 pleasure|nn
+1076 participation|nn
+1075 fear|vbp
+1074 afraid|jj
+1073 i|nn
+1072 heard|vbd
+1071 me|prp
+1070 account|vbp
+1069 pleased|vbn
+1068 provide|vb
+1067 begins|vbz
+1066 hope|vb
+1065 hope|vbp
+1064 add|vb
+1063 fixed|vbn
+1062 received|vbn
+1061 habit|nn
+1060 get|vbp
+1059 seek|vbp
+1058 worked|vbd
+1057 share|vbp
+1056 value|nn
+1055 reveals|vbz
+1054 relaunch|nn
+1053 objectives|nns
+1052 challenges|nns
+1051 inadequate|jj
+1050 remains|vbz
+1049 ethnic|jj
+1048 grounds|nns
+1047 ago|in
+1046 weight|nn
+1045 several|jj
+1044 ago|rb
+1043 included|vbn
+1042 principle|nn
+1041 able|jj
+1040 agenda|nn
+1039 help|vb
+1038 leave|vbp
+1037 arguments|nns
+1036 remaining|vbg
+1035 off|in
+1034 read|vbn
+1033 absolutely|rb
+1032 intention|nn
+1031 broke|vbd
+1030 never|rb
+1029 provision|nn
+1028 once|in
+1027 form|vb
+1026 realised|vbn
+1025 required|vbn
+1024 effort|nn
+1023 genuine|jj
+1022 comes|vbz
+1021 aid|vb
+1020 bear|vb
+1019 ought|md
+1018 amendments|nns
+1017 careful|jj
+1016 feel|vbp
+1015 urgent|jj
+1014 truth|nn
+1013 laid|vbn
+1012 nonetheless|rb
+1011 crucial|jj
+1010 goes|vbz
+1009 strange|jj
+1008 feels|vbz
+1007 useful|jj
+1006 reasonable|jj
+1005 became|vbd
+1004 date|nn
+1003 aware|jj
+1002 voted|vbd
+1001 described|vbd
+1000 achieved|vbn
+999 had|vbn
+998 unfortunately|rb
+997 yesterday|nn
+996 fortunately|rb
+995 rumour|nnp
+994 thanks|nns
+993 franz|nnp
+992 commissioners|nns
+991 enlarged|vbn
+990 founded|vbn
+989 operate|vbp
+988 state|nn
+987 welfare|nn
+986 ex|nn
+985 programming|nn
+984 etc|fw
+983 etc.|fw
+982 lanka|nnp
+981 groups|nnp
+980 confidentiality|nn
+979 urging|vbg
+978 alone|rb
+977 want|vbp
+976 proud|jj
+975 nothing|nn
+974 whether|cc
+973 capital|nn
+972 towards|nns
+971 very|jj
+970 denmark|nnp
+969 real|jj
+968 whether|in
+967 speeches|nns
+966 probably|rb
+965 distant|jj
+964 front|jj
+963 true|jj
+962 cause|nn
+961 enough|jj
+960 pay|vb
+959 monopoly|nn
+958 right|jj
+957 remarks|vbz
+956 truly|rb
+955 member|nn
+954 happen|vb
+953 elsewhere|rb
+952 intergovernmental|nnp
+951 conference|nnp
+950 hence|rb
+949 funds|nnps
+948 districts|nns
+947 returned|vbn
+946 requirements|nns
+945 why|wrb
+944 reason|nn
+943 long|jj
+942 ill|rb
+941 borne|nn
+940 lies|vbz
+939 form|vbp
+938 willing|jj
+937 on|rb
+936 among|in
+935 lead|vb
+934 believe|vbp
+933 avoiding|vbg
+932 task|nn
+931 select|vb
+930 personal|jj
+929 most|jjs
+928 locations|nns
+927 worthy|jj
+926 idea|nn
+925 kept|vbn
+924 excluded|vbn
+923 examples|nns
+922 personally|rb
+921 admit|vb
+920 account|vb
+919 done|vbn
+918 without|in
+917 highlight|vb
+916 against|in
+915 &apos;s|pos
+914 virtue|nn
+913 rule|nnp
+912 using|vbg
+911 pure|jj
+910 amount|nn
+909 decided|vbn
+908 myself|prp
+907 draftsperson|nn
+906 stressing|vbg
+905 pointing|vbg
+904 originally|rb
+903 agreed|vbn
+902 contrast|nn
+901 primarily|rb
+900 scandals|nns
+899 via|in
+898 guarantees|vbz
+897 furthermore|rb
+896 november|nnp
+895 may|nnp
+894 adapting|vbg
+893 fails|vbz
+892 july|nnp
+891 italy|nnp
+890 general|jj
+889 congratulating|vbg
+888 end|vb
+887 outcome|nn
+886 pleasing|nn
+885 spite|nn
+884 appropriations|nns
+883 half|nn
+882 around|rb
+881 smaller|jjr
+880 fundamentally|rb
+879 accident|nn
+878 austria|nnp
+877 germany|nnp
+876 supports|vbz
+875 venture|vb
+874 further|rbr
+873 rise|nn
+872 gives|vbz
+871 step|nn
+870 public|jj
+869 interest|nn
+868 except|in
+867 former|jj
+866 whatsoever|rb
+865 seen|vbn
+864 efficient|jj
+863 basically|rb
+862 outset|nn
+861 owing|vbg
+860 group|nnp
+859 tourism|nnp
+858 committee|nnp
+857 play|vb
+856 rigorous|jj
+855 input|nn
+854 issue|nn
+853 expected|vbn
+852 presence|nn
+851 whose|wp$
+850 marks|nns
+849 including|vbg
+848 need|nn
+847 act|vb
+846 shall|md
+845 though|rb
+844 essential|jj
+843 two|cd
+842 progress|nn
+841 position|nn
+840 consequently|rb
+839 concept|nn
+838 servants|nns
+837 civil|jj
+836 build|vb
+835 too|rb
+834 becoming|vbg
+833 major|jj
+832 respect|nn
+831 amongst|vb
+830 addition|nn
+829 abstract|jj
+828 water|nn
+827 health|nn
+826 presents|vbz
+825 customs|nns
+824 considerable|jj
+823 representatives|nns
+822 problems|nns
+821 young|jj
+820 democracy|nn
+819 rights|nns
+818 ever|rb
+817 require|vbp
+816 keep|vb
+815 claim|vb
+814 put|vbd
+813 nature|nn
+812 friends|nns
+811 forward|rb
+810 finally|rb
+809 profitability|nn
+808 demands|nns
+807 high|jj
+806 stringent|jj
+805 account|nn
+804 @-@|nns
+803 offer|vb
+802 closer|jjr
+801 possible|jj
+800 make|vbp
+799 call|vb
+798 particular|jj
+797 human|jj
+796 re|nn
+795 education|nn
+794 further|jj
+793 combat|vb
+792 action|nn
+791 find|vbp
+790 period|nn
+789 strengthen|vb
+788 furthermore|nn
+787 just|rb
+786 individual|jj
+785 up|rp
+784 ending|vbg
+783 constantly|rb
+782 ongoing|jj
+781 need|vbp
+780 aim|nn
+779 weakness|nn
+778 side|nn
+777 achievements|nns
+776 forests|nns
+775 passed|vbn
+774 deadline|nn
+773 regard|nn
+772 nevertheless|rb
+771 mention|vbp
+770 go|vbp
+769 factor|nn
+768 effected|vbn
+767 home|nn
+766 questions|nns
+765 him|prp
+764 ask|vb
+763 limited|jj
+762 largely|rb
+761 altogether|rb
+760 features|nns
+759 event|nn
+758 first|rb
+757 consultative|jj
+756 negotiations|nns
+755 your|prp$
+754 overall|rb
+753 speak|vbp
+752 @-@|nn
+751 parliamentary|jj
+750 german|jj
+749 on|rp
+748 occasions|nns
+747 numerous|jj
+746 faced|vbn
+745 past|nn
+744 same|jj
+743 best|jjs
+742 relation|nn
+741 fine|jj
+740 eu|nnp
+739 last|jj
+738 far|rb
+737 part|nn
+736 whilst|vbp
+735 framework|nn
+734 role|nn
+733 region|nn
+732 majority|nn
+731 east|jj
+730 context|nn
+729 number|nn
+728 instances|nns
+727 cases|nns
+726 relating|vbg
+725 supply|nn
+724 bring|vb
+723 begin|vb
+722 indicates|vbz
+721 reaction|nn
+720 her|prp$
+719 concentrate|vbp
+718 seem|vbp
+717 figures|nns
+716 developing|vbg
+715 stalinist|jj
+714 one|prp
+713 manner|nn
+712 somehow|rb
+711 discuss|vb
+710 defining|vbg
+709 organisation|nn
+708 consider|vb
+707 look|vb
+706 worse|jjr
+705 all|pdt
+704 particularly|rb
+703 understand|vbp
+702 entirely|rb
+701 heart|nn
+700 covering|vbg
+699 beings|nns
+698 carried|vbd
+697 contrary|jj
+696 unlike|in
+695 responsible|jj
+694 regards|vbz
+693 pursuant|nn
+692 provided|vbn
+691 terms|nns
+690 pursuant|jj
+689 concerns|vbz
+688 concerning|vbg
+687 behind|in
+686 considering|vbg
+685 bearing|vbg
+684 understands|vbz
+683 use|nn
+682 speak|vb
+681 opinion|nn
+680 mistakenly|rb
+679 mind|nn
+678 common|jj
+677 levels|nns
+676 danger|nn
+675 critical|jj
+674 bosnians|nnps
+673 dear|jj
+672 mentioned|vbn
+671 guarantees|nns
+670 kinds|nns
+669 like|vbp
+668 tended|vbn
+667 right|rb
+666 did|vbd
+665 relationship|nn
+664 representative|nn
+663 example|nn
+662 say|vbp
+661 existence|nn
+660 honourable|jj
+659 proposed|vbn
+658 events|nns
+657 itself|prp
+656 demonstrated|vbn
+655 like|in
+654 much|jj
+653 happened|vbn
+652 clearly|rb
+651 five|cd
+650 obstructed|vbn
+649 phenomenon|nn
+648 choose|vb
+647 bound|vbn
+646 duty|nn
+645 year|nn
+644 every|dt
+643 individually|rb
+642 each|dt
+641 deal|vb
+640 votes|nns
+639 vote|nn
+638 speaking|nn
+637 technically|rb
+636 instance|nn
+635 conference|nn
+634 do|vbp
+633 force|nn
+632 areas|nns
+631 those|dt
+630 years|nns
+629 past|jj
+628 usa|nnp
+627 admittedly|rb
+626 felt|vbd
+625 consensus|nn
+624 groups|nns
+623 sometimes|rb
+622 certain|jj
+621 certainly|rb
+620 point|vb
+619 parochialism|nn
+618 features|vbz
+617 whoever|nn
+616 objective|nn
+615 s|prp
+614 decade|nn
+613 means|nns
+612 guaranteed|vbn
+611 might|md
+610 relies|vbz
+609 details|nns
+608 citizen|nn
+607 changes|nns
+606 reflect|vb
+605 most|rbs
+604 system|nn
+603 change|nn
+602 turn|nn
+601 thereby|rb
+600 resulting|vbg
+599 directly|rb
+598 means|vbz
+597 mean|vb
+596 themselves|prp
+595 regulations|nns
+594 do|vb
+593 pretty|rb
+592 concerned|vbn
+591 measure|nn
+590 immediate|jj
+589 view|nn
+588 effect|nn
+587 accept|vbp
+586 only|jj
+585 share|vb
+584 merely|rb
+583 stage|nn
+582 vehicles|nns
+581 content|nn
+580 addressed|vbn
+579 because|rb
+578 over|in
+577 both|cc
+576 because|in
+575 something|nn
+574 damaging|jj
+573 deeply|rb
+572 must|md
+571 shows|vbz
+570 point|nn
+569 necessary|jj
+568 makes|vbz
+567 feature|nn
+566 characteristic|jj
+565 doing|vbg
+564 surely|rb
+563 send|vb
+562 wrong|jj
+561 extremely|rb
+560 an|dt
+559 coincidentally|rb
+558 points|vbz
+557 precisely|rb
+556 country|nn
+555 court|nnp
+554 looking|vbg
+553 afternoon|nn
+552 road|nn
+551 includes|vbz
+550 namely|rb
+549 based|vbn
+548 i.e.|vbz
+547 i.e.|vbn
+546 i.e.|in
+545 i.e.|nn
+544 wit|vb
+543 mr|nnp
+542 ground|nn
+541 focus|vb
+540 rot|nn
+539 version|nn
+538 authoritative|jj
+537 some|dt
+536 work|nn
+535 deal|nn
+534 obviously|rb
+533 they|prp
+532 though|in
+531 written|vbn
+530 often|rb
+529 towns|nns
+528 few|jj
+527 ratified|vbn
+526 many|jj
+525 within|in
+524 form|nn
+523 continue|vb
+522 thus|rb
+521 important|jj
+520 relations|nns
+519 given|vbn
+518 population|nn
+517 whom|wp
+516 backing|nn
+515 ethiopia|nnp
+514 conjunction|nn
+513 possibility|nn
+512 @-@|in
+511 situations|nns
+510 adopting|vbg
+509 meps|nns
+508 fellow|jj
+507 my|prp$
+506 undertake|jj
+505 day|nn
+504 before|rb
+503 recent|jj
+502 invite|vbp
+501 firstly|rb
+500 foremost|nn
+499 first|jj
+498 elections|nns
+497 before|in
+496 else|rb
+495 types|nns
+494 attention|nn
+493 accordance|nn
+492 words|nns
+491 repercussions|nns
+490 say|vb
+489 rather|rb
+488 i.e.|nnp
+487 alias|in
+486 i.e.|vb
+485 however|rb
+484 end|nn
+483 requirement|nn
+482 permit|nn
+481 earlier|jjr
+480 minor|jj
+479 today|nn
+478 increasing|vbg
+477 joint|jj
+476 follow|vb
+475 informed|vbd
+474 ourselves|prp
+473 nor|cc
+472 matter|nn
+471 accounting|vbg
+470 double|vb
+469 field|nn
+468 include|vb
+467 incidentally|rb
+466 essentially|rb
+465 thing|nn
+464 bad|jj
+463 upholding|vbg
+462 favour|nn
+461 economic|jj
+460 alongside|in
+459 above|in
+458 amended|vbn
+457 under|in
+456 prevent|vb
+455 treaties|nns
+454 relevant|jj
+453 close|nn
+452 subject|nn
+451 basis|nn
+450 daily|jj
+449 new|jj
+448 time|nn
+447 moment|nn
+446 least|jjs
+445 eve|vb
+444 early|rb
+443 references|nns
+442 throughout|in
+441 during|in
+440 instead|rb
+439 quite|rb
+438 hand|nn
+437 other|jj
+436 contrary|nn
+435 successfully|rb
+434 programme|nn
+433 after|in
+432 industry|nn
+431 following|vbg
+430 old|jj
+429 since|in
+428 rising|vbg
+427 although|in
+426 when|wrb
+425 especially|rb
+424 despite|in
+423 drive|vb
+422 others|nns
+421 seems|vbz
+420 desperately|rb
+419 yet|rb
+418 whereas|wrb
+417 since|rb
+416 then|rb
+415 going|vbg
+414 met|vbd
+413 therefore|rb
+412 its|prp$
+411 include|vbp
+410 well|rb
+409 as|rb
+408 accordingly|rb
+407 allow|vb
+406 consultation|nn
+405 full|jj
+404 accessible|jj
+403 becomes|vbz
+402 so|in
+401 ensure|vb
+400 sure|jj
+399 priority|nn
+398 give|vb
+397 consolidate|vb
+396 ahead|rb
+395 move|vb
+394 certificates|nns
+393 adopted|vbn
+392 currently|rb
+391 used|vbn
+390 acted|vbn
+389 ultimately|rb
+388 tankers|nns
+387 had|vbd
+386 took|vbd
+385 she|prp
+384 debate|nn
+383 approach|nn
+382 where|wrb
+381 went|vbd
+380 received|vbd
+379 already|rb
+378 served|vbd
+377 even|rb
+376 own|jj
+375 his|prp$
+374 come|vb
+373 recently|rb
+372 here|rb
+371 intends|vbz
+370 publicly|rb
+369 again|rb
+368 once|rb
+367 announced|vbn
+366 90|cd
+365 9|cd
+364 nine|cd
+363 perhaps|rb
+362 seven|cd
+361 7|cd
+360 6|cd
+359 million|cd
+358 50|cd
+357 5|cd
+356 42|cd
+355 4|cd
+354 32|cd
+353 31|cd
+352 30|cd
+351 28|cd
+350 27|cd
+349 22|cd
+348 20|cd
+347 18|cd
+346 16|cd
+345 3|cd
+344 15|cd
+343 13|cd
+342 12|cd
+341 10|cd
+340 1|cd
+339 esteemed|vbd
+338 failure|nn
+337 +|nns
+336 +|nn
+335 +|md
+334 +|,
+333 +|nnp
+332 +|in
+331 gender|vb
+330 )|vbd
+329 out|in
+328 carrying|vbg
+327 )|cd
+326 )|``
+325 )|.
+324 alternatively|rb
+323 resulted|vbn
+322 ;|:
+321 1997|cd
+320 @-@|,
+319 1995|cd
+318 report|nnp
+317 sector|nn
+316 removed|vbd
+315 )|nns
+314 applicable|jj
+313 )|nnp
+312 )|nn
+311 time|nnp
+310 report|nn
+309 (|.
+308 known|vbn
+307 than|in
+306 (|nns
+305 (|nnp
+304 article|nnp
+303 (|in
+302 enlargement|nn
+301 equality|nn
+300 word|nn
+299 term|nn
+298 stop|vb
+297 so|rb
+296 declared|vbn
+295 entitled|vbd
+294 @-@|rb
+293 simple|jj
+292 called|vbn
+291 term|vb
+290 &quot;|vbp
+289 &quot;|vbg
+288 &quot;|to
+287 &quot;|prp
+286 european|nnp
+285 :|:
+284 marée|nnp
+283 failed|vbd
+282 man|nn
+281 one|cd
+280 transparency|nn
+279 who|wp
+278 simply|rb
+277 what|wp
+276 &quot;|vbn
+275 yes|uh
+274 now|rb
+273 neither|dt
+272 our|prp$
+271 saying|vbg
+270 no|rb
+269 resurfaces|nns
+268 less|jjr
+267 less|nn
+266 market|nnp
+265 world|nn
+264 &quot;|in
+263 commission|nnp
+262 justice|nnp
+261 or|cc
+260 work|vb
+259 between|in
+258 &quot;|dt
+257 &quot;|jj
+256 process|nn
+255 making|vbg
+254 sitting|vbg
+253 how|wrb
+252 her|prp
+251 &quot;|``
+250 back|nn
+249 ?|.
+248 war|nn
+247 council|nnp
+246 together|rb
+245 put|vbn
+244 things|nns
+243 achieve|vb
+242 albeit|nn
+241 &quot;|rb
+240 &quot;|nnp
+239 &quot;|,
+238 about|in
+237 ambitiously|rb
+236 proclaimed|jj
+235 but|cc
+234 &quot;|nns
+233 &quot;|nn
+232 &quot;|vb
+231 )|jj
+230 (|,
+229 (|jj
+228 &apos;|&apos;&apos;
+227 up|rb
+226 will|nn
+225 promote|vb
+224 best|rb
+223 whistle|jj
+222 trade|nn
+221 trade|vb
+220 morning|nn
+219 think|vb
+218 speaking|vbg
+217 section|nn
+216 scope|nn
+215 scenario|nn
+214 revenue|nn
+213 telling|vbg
+212 them|prp
+211 with|in
+210 problem|nn
+209 only|rb
+208 preferable|jj
+207 possibly|rb
+206 plans|nns
+205 phrases|nns
+204 that|dt
+203 outside|in
+202 oriented|jj
+201 official|jj
+200 occasion|nn
+199 next|jj
+198 much|rb
+197 membership|nn
+196 may|md
+195 matters|nns
+194 maritime|nn
+193 more|rbr
+192 made|vbd
+191 low|jj
+190 single|jj
+189 really|rb
+188 having|vbg
+187 sense|nn
+186 order|nn
+185 fact|nn
+184 intended|vbn
+183 prior|jj
+182 independent|jj
+181 indeed|rb
+180 increased|vbn
+179 importance|nn
+178 grant|vb
+177 future|nn
+176 outside|jj
+175 feeling|nn
+174 explain|vb
+173 eu|jj
+172 place|nn
+171 taking|vbg
+170 european|jj
+169 establishing|vbg
+168 environment|nn
+167 entrepreneurial|jj
+166 emphasis|nn
+165 characterised|vbn
+164 economy|nn
+163 down|rp
+162 develop|vbp
+161 development|nn
+160 course|nn
+159 connection|nn
+158 claim|nn
+157 checks|nns
+156 out|rp
+155 carry|vb
+154 very|rb
+153 capture|vb
+152 countryside|nn
+151 stay|vb
+150 bringing|vbg
+149 withdrawn|vbn
+148 make|vb
+147 free|jj
+146 question|nn
+145 can|md
+144 conclusion|nn
+143 successful|jj
+142 lesson|nn
+141 legitimate|jj
+140 attracted|vbn
+139 priorities|nns
+138 these|dt
+137 responsibility|nn
+136 assumed|vbd
+135 eur|$
+134 around|in
+133 talking|vbg
+132 taken|vbn
+131 being|vbg
+130 area|nn
+129 approval|nn
+128 both|dt
+127 applies|vbz
+126 way|nn
+125 speakers|nns
+124 case|nn
+123 businesses|nns
+122 sized|jj
+121 medium|jj
+120 lack|nn
+119 great|jj
+118 mentioning|vbg
+117 am|vbp
+116 from|in
+115 starts|vbz
+114 also|rb
+113 agree|vbp
+112 according|vbg
+111 office|nnp
+110 @-@|dt
+109 @-@|nnp
+108 running|nn
+107 @-@|jj
+106 -|:
+105 prior|rb
+104 introducing|vbg
+103 )|,
+102 )|:
+101 fr|nn
+100 (|dt
+99 )|in
+98 fr|nnp
+97 (|``
+96 still|rb
+95 higher|rbr
+94 raised|vbn
+93 russians|nnps
+92 parliament|nnp
+91 stated|vbd
+90 think|vbp
+89 situation|nn
+88 purpose|nn
+87 there|rb
+86 should|md
+85 request|vb
+84 need|vb
+83 held|vbn
+82 needs|vbz
+81 will|md
+80 you|prp
+79 that|in
+78 know|vbp
+77 i|prp
+76 were|vbd
+75 if|in
+74 he|prp
+73 could|md
+72 reached|vbn
+71 express|vbp
+70 made|vbn
+69 we|prp
+68 like|vb
+67 would|md
+66 their|prp$
+65 such|jj
+64 it|prp
+63 independence|nn
+62 this|dt
+61 on|in
+60 hands|nns
+59 increase|nn
+58 long|rb
+57 introduction|nn
+56 have|vb
+55 any|dt
+54 by|in
+53 considered|vbn
+52 been|vbn
+51 happens|vbz
+50 into|in
+49 down|rb
+48 as|in
+47 was|vbd
+46 there|ex
+45 no|dt
+44 is|vbz
+43 not|rb
+42 does|vbz
+41 said|vbd
+40 nobodies|nns
+39 said|vbn
+38 has|vbz
+37 &#93;|nnp
+36 &#91;|nnp
+35 a|dt
+34 be|vb
+33 level|nn
+32 minimum|nn
+31 while|in
+30 for|in
+29 to|to
+28 allocated|vbn
+27 s|vbz
+26 france|nnp
+25 all|dt
+24 are|vbp
+23 anything|nn
+22 have|vbp
+21 which|wdt
+20 more|jjr
+19 through|in
+18 people|nns
+17 in|in
+16 the|dt
+15 ,|,
+14 (|nn
+13 %|nn
+12 union|nnp
+11 sake|nn
+10 paper|nn
+9 of|in
+8 europe|nnp
+7 benefits|nns
+6 that|wdt
+5 at|in
+4 and|cc
+3 .|.
+2 &apos;|pos
+1 &quot;|&apos;&apos;
+0 !|.
diff --git a/tests/phrase.multi-lm/phrase-table.0-0,1.1.1.gz b/tests/phrase.multi-lm/phrase-table.0-0,1.1.1.gz
new file mode 100644
index 0000000..e8693f9
--- /dev/null
+++ b/tests/phrase.multi-lm/phrase-table.0-0,1.1.1.gz
Binary files differ
diff --git a/tests/phrase.multi-lm/reordering-table.2.0-0.wbe-msd-bidirectional-fe.binlexr.idx b/tests/phrase.multi-lm/reordering-table.2.0-0.wbe-msd-bidirectional-fe.binlexr.idx
new file mode 100644
index 0000000..47f1619
--- /dev/null
+++ b/tests/phrase.multi-lm/reordering-table.2.0-0.wbe-msd-bidirectional-fe.binlexr.idx
Binary files differ
diff --git a/tests/phrase.multi-lm/reordering-table.2.0-0.wbe-msd-bidirectional-fe.binlexr.srctree b/tests/phrase.multi-lm/reordering-table.2.0-0.wbe-msd-bidirectional-fe.binlexr.srctree
new file mode 100644
index 0000000..79d5332
--- /dev/null
+++ b/tests/phrase.multi-lm/reordering-table.2.0-0.wbe-msd-bidirectional-fe.binlexr.srctree
Binary files differ
diff --git a/tests/phrase.multi-lm/reordering-table.2.0-0.wbe-msd-bidirectional-fe.binlexr.tgtdata b/tests/phrase.multi-lm/reordering-table.2.0-0.wbe-msd-bidirectional-fe.binlexr.tgtdata
new file mode 100644
index 0000000..d1c197b
--- /dev/null
+++ b/tests/phrase.multi-lm/reordering-table.2.0-0.wbe-msd-bidirectional-fe.binlexr.tgtdata
Binary files differ
diff --git a/tests/phrase.multi-lm/reordering-table.2.0-0.wbe-msd-bidirectional-fe.binlexr.voc0 b/tests/phrase.multi-lm/reordering-table.2.0-0.wbe-msd-bidirectional-fe.binlexr.voc0
new file mode 100644
index 0000000..2a883a4
--- /dev/null
+++ b/tests/phrase.multi-lm/reordering-table.2.0-0.wbe-msd-bidirectional-fe.binlexr.voc0
@@ -0,0 +1,6393 @@
+6392 êtres
+6391 évoqués
+6390 évoquer
+6389 évoquent
+6388 évoque
+6387 évoquait
+6386 évolué
+6385 évités
+6384 évitée
+6383 évidents
+6382 évidentes
+6381 éventuelle
+6380 éventuel
+6379 éventualité
+6378 éventail
+6377 éveillée
+6376 évacuer
+6375 étudié
+6374 étudiant
+6373 étroites
+6372 étroitement
+6371 étroite
+6370 étrangère
+6369 étrange
+6368 éthiques
+6367 étendu
+6366 éteindre
+6365 fédérés
+6364 étapes
+6363 étage
+6362 établissant
+6361 établis
+6360 établies
+6359 établie
+6358 ériger
+6357 équitable
+6356 équipés
+6355 équipements
+6354 équilibré
+6353 épuisé
+6352 éprouve
+6351 épaves
+6350 épaules
+6349 énumérer
+6348 énormément
+6347 énoncés
+6346 énergétiques
+6345 énergique
+6344 émotion
+6343 émises
+6342 émerger
+6341 émergent
+6340 émergence
+6339 élémentaires
+6338 élues
+6337 élue
+6336 éloignés
+6335 éloignement
+6334 élites
+6333 élevées
+6332 élever
+6331 électroniques
+6330 électronique
+6329 électriques
+6328 électorat
+6327 élargie
+6326 élargi
+6325 élaborée
+6324 élaboré
+6323 éducatif
+6322 écrite
+6321 écrire
+6320 écrasent
+6319 écoutez
+6318 écourté
+6317 écosystème
+6316 économiquement
+6315 écologiques
+6314 écologique
+6313 écologie
+6312 écoles
+6311 école
+6310 éclatant
+6309 échéance
+6308 écho
+6307 échangent
+6306 écarté
+6305 écart
+6304 ébranlée
+6303 âgés
+6302 âges
+6301 partiel
+6300 moscou
+6299 franchir
+6298 zélande
+6297 yougoslavie
+6296 oppose
+6295 xénophobes
+6294 xxe
+6293 west
+6292 web
+6291 washington
+6290 véritablement
+6289 véhémence
+6288 vues
+6287 voyez
+6286 voyager
+6285 voyage
+6284 voulue
+6283 voudront
+6282 voudraient
+6281 voudra
+6280 votes
+6279 von
+6278 volumes
+6277 volontairement
+6276 volontaire
+6275 voisinage
+6274 voies
+6273 voient
+6272 voici
+6271 vocation
+6270 vivons
+6269 vivantes
+6268 vivant
+6267 vitesses
+6266 vitalité
+6265 vit
+6264 visés
+6263 visée
+6262 visé
+6261 visuel
+6260 visibles
+6259 visible
+6258 viser
+6257 visent
+6256 éliminer
+6255 visait
+6254 visages
+6253 visage
+6252 visa
+6251 virus
+6250 virtuellement
+6249 violés
+6248 violentes
+6247 violent
+6246 viole
+6245 vigoureusement
+6244 vigilants
+6243 vifs
+6242 vif
+6241 vienne
+6240 viendront
+6239 viendra
+6238 vides
+6237 victime
+6236 viable
+6235 via
+6234 vertes
+6233 verte
+6232 versées
+6231 verra
+6230 verbalement
+6229 venue
+6228 venu
+6227 ventilation
+6226 vent
+6225 venons
+6224 venez
+6223 vendée
+6222 vendues
+6221 vendeur
+6220 venant
+6219 veillant
+6218 vaste
+6217 valent
+6216 valable
+6215 vagues
+6214 vacances
+6213 utilisés
+6212 utilisées
+6211 utilisent
+6210 utilise
+6209 utiles
+6208 usages
+6207 usage
+6206 urss
+6205 urgents
+6204 urgentes
+6203 urgente
+6202 urbaine
+6201 univers
+6200 unitaire
+6199 unissant
+6198 unilatérale
+6197 uniforme
+6196 unes
+6195 énorme
+6194 vraie
+6193 vision
+6192 vieille
+6191 rupture
+6190 fraction
+6189 fausse
+6188 dilution
+6187 unanimement
+6186 échec
+6185 véritable
+6184 quartier
+6183 pur
+6182 ultérieurement
+6181 ultra
+6180 ukraine
+6179 têtes
+6178 types
+6177 tués
+6176 turques
+6175 turkménistan
+6174 tunnels
+6173 tue
+6172 tu
+6171 trust
+6170 trouvée
+6169 trouveront
+6168 trouvant
+6167 trouvaient
+6166 troupes
+6165 trouble
+6164 trou
+6163 troisièmement
+6162 édition
+6161 trittin
+6160 triste
+6159 triomphe
+6158 trente
+6157 treize
+6156 traverser
+6155 traversant
+6154 travaillera
+6153 transposées
+6152 transportées
+6151 transmises
+6150 transmis
+6149 transmettre
+6148 transférant
+6147 transformer
+6146 tranche
+6145 trajet
+6144 traitements
+6143 trait
+6142 trahison
+6141 tragiques
+6140 traduit
+6139 traditions
+6138 traditionnelles
+6137 traditionnelle
+6136 tradition
+6135 traces
+6134 tournée
+6133 tournant
+6132 touristique
+6131 touchés
+6130 toucherait
+6129 toucher
+6128 touchent
+6127 touchant
+6126 totalitaire
+6125 torture
+6124 tort
+6123 tonnes
+6122 tomber
+6121 tolérer
+6120 tissu
+6119 tirées
+6118 tirez
+6117 tirerons
+6116 timide
+6115 tiennent
+6114 tiendront
+6113 théâtre
+6112 thématique
+6111 texture
+6110 textes
+6109 terroriste
+6108 terribles
+6107 terriblement
+6106 terrestres
+6105 termine
+6104 tenté
+6103 tendre
+6102 tendent
+6101 températures
+6100 dénouement
+6099 technologiques
+6098 tardive
+6097 tantôt
+6096 tactique
+6095 tac
+6094 tableau
+6093 t
+6092 sûrs
+6091 sûrement
+6090 sûre
+6089 sérieusement
+6088 sérieuse
+6087 séminaire
+6086 séances
+6085 systématiquement
+6084 systématique
+6083 synthèse
+6082 synonyme
+6081 symptômes
+6080 symbole
+6079 sv
+6078 suédoise
+6077 suédois
+6076 suspendue
+6075 suspects
+6074 suscitées
+6073 suscité
+6072 susciter
+6071 susceptibles
+6070 susceptible
+6069 survenus
+6068 survenue
+6067 surveillé
+6066 surpris
+6065 surprenant
+6064 surenchère
+6063 surcroît
+6062 supériorité
+6061 supérieurs
+6060 supérieure
+6059 supérieur
+6058 suprême
+6057 supprimé
+6056 supporter
+6055 supportent
+6054 supportable
+6053 supplémentaires
+6052 supplémentaire
+6051 superflu
+6050 superficie
+6049 suivra
+6048 suivons
+6047 suivis
+6046 suivie
+6045 suive
+6044 suivants
+6043 suivante
+6042 suggérer
+6041 suggérant
+6040 suggère
+6039 suggestions
+6038 suffolk
+6037 suffisants
+6036 suffisante
+6035 suffisant
+6034 succède
+6033 successifs
+6032 subvention
+6031 substantielles
+6030 substantiellement
+6029 substances
+6028 subissent
+6027 subissant
+6026 subir
+6025 style
+6024 structurée
+6023 structures
+6022 structurelles
+6021 stricts
+6020 strictement
+6019 stricte
+6018 stratégiques
+6017 strasbourg
+6016 stockholm
+6015 stockage
+6014 sterling
+6013 statu
+6012 statistique
+6011 stationnement
+6010 star
+6009 standardisation
+6008 stagnation
+6007 stable
+6006 st
+6005 spécifiques
+6004 spécifie
+6003 spéciaux
+6002 spécialisées
+6001 spéciale
+6000 sphère
+5999 spectateurs
+5998 spectacle
+5997 souvenir
+5996 soutiennent
+5995 souterrains
+5994 souterraine
+5993 soutenus
+5992 soutenues
+5991 soutenue
+5990 soutenant
+5989 source
+5988 soumettra
+5987 soulignée
+5986 soulevés
+5985 soulevées
+5984 soulevé
+5983 souhaitez
+5982 souhaitant
+5981 souffrir
+5980 souffre
+5979 souffle
+5978 soudain
+5977 soucis
+5976 soucieux
+5975 soucieuse
+5974 sortis
+5973 sortes
+5972 venus
+5971 valables
+5970 tenus
+5969 volontarisme
+5968 sombre
+5967 sollicité
+5966 solides
+5965 solide
+5964 solbes
+5963 solana
+5962 soixante
+5961 soigneusement
+5960 sociologiques
+5959 socio
+5958 society
+5957 socialement
+5956 sobriété
+5955 sobre
+5954 sièges
+5953 sixième
+5952 située
+5951 situé
+5950 situant
+5949 site
+5948 sinistrés
+5947 sinistrées
+5946 sinistre
+5945 singulièrement
+5944 singapour
+5943 sincères
+5942 sincère
+5941 simultanément
+5940 simplifier
+5939 similaires
+5938 similaire
+5937 signés
+5936 signée
+5935 signifierait
+5934 signifier
+5933 significative
+5932 signification
+5931 significatif
+5930 signer
+5929 signatures
+5928 signale
+5927 signalant
+5926 nevada
+5925 sierra
+5924 seuil
+5923 serviront
+5922 servira
+5921 servant
+5920 sert
+5919 serré
+5918 serpent
+5917 seriez
+5916 serbe
+5915 seraient
+5914 sensibles
+5913 sensiblement
+5912 sensibilité
+5911 semblait
+5910 semblables
+5909 seguro
+5908 social
+5907 secrétariat
+5906 secrets
+5905 secret
+5904 secours
+5903 secondaires
+5902 secondaire
+5901 sec
+5900 transforme
+5899 tiendra
+5898 souviendront
+5897 soumettre
+5896 vus
+5895 déroulées
+5894 situer
+5893 situe
+5892 servent
+5891 sentir
+5890 sentent
+5889 retrouvent
+5888 reproduire
+5887 mouvoir
+5886 mettent
+5885 limitera
+5884 déplacer
+5883 scénarios
+5882 scrutin
+5881 scrupules
+5880 scolarité
+5879 scolaire
+5878 schüssel
+5877 sceptiques
+5876 scandales
+5875 scandale
+5874 savions
+5873 savent
+5872 sauront
+5871 saura
+5870 satisfaite
+5869 satisfait
+5868 satisfaisante
+5867 satisfaire
+5866 satisfaction
+5865 sarre
+5864 santa
+5863 sanctionné
+5862 salué
+5861 saluer
+5860 sale
+5859 salazar
+5858 salarié
+5857 salaires
+5856 saison
+5855 saisis
+5854 saine
+5853 sagesse
+5852 sabah
+5851 étend
+5850 occupent
+5849 occupait
+5848 intéresser
+5847 avérer
+5846 révélations
+5845 révèlent
+5844 révolution
+5843 révolue
+5842 réussisse
+5841 réussir
+5840 réussie
+5839 réunissant
+5838 réunification
+5837 réunies
+5836 rétablissement
+5835 résurrection
+5834 résumé
+5833 résume
+5832 résulté
+5831 obtenus
+5830 résultant
+5829 résout
+5828 résolues
+5827 résistent
+5826 résider
+5825 résident
+5824 résidence
+5823 réside
+5822 réservés
+5821 réservée
+5820 réservé
+5819 réserver
+5818 réservant
+5817 réseau
+5816 répétée
+5815 répété
+5814 répétition
+5813 réputation
+5812 répondant
+5811 répond
+5810 répercutera
+5809 répartis
+5808 répartir
+5807 répartie
+5806 réparer
+5805 réparation
+5804 répandus
+5803 réorganiser
+5802 réjouissent
+5801 réjouir
+5800 réjoui
+5799 réitéré
+5798 régulièrement
+5797 régulière
+5796 régulier
+5795 régularisés
+5794 réglée
+5793 réglé
+5792 régionale
+5791 régimes
+5790 régi
+5789 références
+5788 réfugié
+5787 réfléchi
+5786 réflexions
+5785 réexaminer
+5784 réelles
+5783 réel
+5782 réduits
+5781 réduites
+5780 réduite
+5779 rédigée
+5778 rédiger
+5777 récompense
+5776 récoltes
+5775 récolte
+5774 réclamé
+5773 réclame
+5772 récent
+5771 réalités
+5770 réalisés
+5769 réalisées
+5768 réaliste
+5767 réalisme
+5766 réalise
+5765 réalisations
+5764 réagissent
+5763 réaffirmant
+5762 réacteurs
+5761 ré
+5760 règnent
+5759 règne
+5758 russes
+5757 russe
+5756 rumeur
+5755 ruiz
+5754 roulent
+5753 rouge
+5752 rotation
+5751 romantique
+5750 rois
+5749 roi
+5748 rive
+5747 risquerait
+5746 risquent
+5745 risk
+5744 rigoureux
+5743 ricardo
+5742 revêt
+5741 revue
+5740 reviennent
+5739 revienne
+5738 revendique
+5737 revendications
+5736 retrouver
+5735 retrouve
+5734 retraités
+5733 retourner
+5732 retiré
+5731 retire
+5730 retiennent
+5729 retenir
+5728 retardé
+5727 retards
+5726 restés
+5725 restée
+5724 resté
+5723 restreinte
+5722 restreint
+5721 resterait
+5720 restants
+5719 restante
+5718 restait
+5717 ressentir
+5716 respectés
+5715 respectées
+5714 respecté
+5713 respectives
+5712 respectivement
+5711 respectifs
+5710 requêtes
+5709 requises
+5708 requise
+5707 requiert
+5706 représentés
+5705 représenté
+5704 représenter
+5703 représentatives
+5702 représentait
+5701 repris
+5700 reprennent
+5699 reprendra
+5698 reprend
+5697 reprenant
+5696 repoussée
+5695 repousser
+5694 reposer
+5693 repose
+5692 reportée
+5691 repenser
+5690 renvoie
+5689 rentrent
+5688 rentrait
+5687 rentraient
+5686 rentables
+5685 rentable
+5684 renouvellement
+5683 renouveler
+5682 renoncé
+5681 renonce
+5680 renforçant
+5679 renforcées
+5678 renforcée
+5677 renforcera
+5676 renforce
+5675 rendus
+5674 rendue
+5673 rends
+5672 rendra
+5671 rendent
+5670 rende
+5669 rencontres
+5668 rencontrent
+5667 renaissance
+5666 remédier
+5665 remède
+5664 remporté
+5663 remplissent
+5662 remplira
+5661 remplir
+5660 remplacés
+5659 remplacer
+5658 remonter
+5657 remonte
+5656 remises
+5655 remettent
+5654 remarque
+5653 remarquables
+5652 remarquable
+5651 relâché
+5650 reliquats
+5649 religieuse
+5648 relevés
+5647 relevé
+5646 relevant
+5645 relatives
+5644 relative
+5643 relationnelle
+5642 relatifs
+5641 relatif
+5640 rejoint
+5639 rejettent
+5638 catégoriquement
+5637 rejette
+5636 rejetant
+5635 regrouper
+5634 regrettant
+5633 regrets
+5632 regret
+5631 registre
+5630 regardez
+5629 regardent
+5628 refuser
+5627 refusent
+5626 refuse
+5625 refus
+5624 redémarrer
+5623 redonner
+5622 recul
+5621 recueillir
+5620 recueil
+5619 recouvre
+5618 recourir
+5617 reconnus
+5616 reconnaît
+5615 reconnaissent
+5614 reconnaisse
+5613 reconnaissant
+5612 reconnais
+5611 recommandable
+5610 recherché
+5609 recherches
+5608 rechercher
+5607 recevons
+5606 ravi
+5605 rattrapé
+5604 rattachée
+5603 ratifier
+5602 rater
+5601 rassuré
+5600 rassemble
+5599 rarement
+5598 rare
+5597 rapprocher
+5596 rapportent
+5595 rappelés
+5594 rappelons
+5593 rappellent
+5592 rappelez
+5591 rapidité
+5590 rapides
+5589 rangs
+5588 ramener
+5587 radio
+5586 radicaux
+5585 radicalement
+5584 radicale
+5583 radical
+5582 radiations
+5581 racistes
+5580 raciste
+5579 rachète
+5578 quotidiennes
+5577 quotidiennement
+5576 quo
+5575 quitté
+5574 quitter
+5573 quiconque
+5572 évolue
+5571 vise
+5570 viennent
+5569 témoignent
+5568 travaillent
+5567 traitent
+5566 traite
+5565 touche
+5564 suivent
+5563 suit
+5562 souhaitent
+5561 trouvent
+5560 réclament
+5559 restent
+5558 ressemble
+5557 représenterait
+5556 reposent
+5555 remet
+5554 reflète
+5553 questionnaire
+5552 secondes
+5551 quelconques
+5550 quelconque
+5549 évoquez
+5548 coins
+5547 quasi
+5546 quarts
+5545 quart
+5544 quarante
+5543 qualifiés
+5542 qualifiées
+5541 qualifier
+5540 qualifications
+5539 qualification
+5538 quai
+5537 pût
+5536 pêcheurs
+5535 pétroliers
+5534 pétrolier
+5533 pétitions
+5532 périphériques
+5531 périphérique
+5530 périphérie
+5529 périodique
+5528 périmètre
+5527 péril
+5526 péri
+5525 pénétration
+5524 pénurie
+5523 pénibles
+5522 pékin
+5521 pèsent
+5520 pèse
+5519 pvc
+5518 purement
+5517 puerta
+5516 publiées
+5515 publiquement
+5514 publier
+5513 publie
+5512 psychologiques
+5511 pseudo
+5510 prône
+5509 serment
+5508 prêté
+5507 prévus
+5506 prévues
+5505 prévoyant
+5504 prévoyait
+5503 prévision
+5502 prétexte
+5501 prétendu
+5500 prétendre
+5499 prétendent
+5498 prétend
+5497 présidé
+5496 présentés
+5495 présents
+5494 présentes
+5493 présenterons
+5492 présentera
+5491 présentent
+5490 présentant
+5489 présentait
+5488 présager
+5487 préparent
+5486 prépare
+5485 préoccupé
+5484 préoccupent
+5483 préoccupation
+5482 prématurément
+5481 prélèvement
+5480 préliminaires
+5479 préjugés
+5478 préjudice
+5477 préféré
+5476 préférence
+5475 préfèrent
+5474 précédés
+5473 précédents
+5472 précédentes
+5471 précédemment
+5470 précédant
+5469 précoce
+5468 précisions
+5467 précision
+5466 précises
+5465 préalables
+5464 préalable
+5463 prudent
+5462 provoqués
+5461 provoquée
+5460 provoquerait
+5459 provoquer
+5458 provoque
+5457 provisoires
+5456 provinces
+5455 provient
+5454 proviennent
+5453 provenant
+5452 prouvé
+5451 prouver
+5450 prouve
+5449 prouvant
+5448 protégés
+5447 protégé
+5446 protège
+5445 protestations
+5444 prospères
+5443 propriétés
+5442 proposés
+5441 proposées
+5440 proposée
+5439 propose
+5438 proportionnellement
+5437 proportion
+5436 prononcés
+5435 prononcé
+5434 prompt
+5433 promesses
+5432 promesse
+5431 prolongés
+5430 prolifération
+5429 projetée
+5428 progressé
+5427 progressive
+5426 progresser
+5425 progresse
+5424 profondément
+5423 profondes
+5422 profiter
+5421 profite
+5420 professionnelles
+5419 professionnel
+5418 profession
+5417 produites
+5416 produite
+5415 produisant
+5414 produisait
+5413 productions
+5412 productif
+5411 prodi
+5410 procureurs
+5409 procurer
+5408 proclamé
+5407 proche
+5406 prochainement
+5405 électoral
+5404 proactive
+5403 pro
+5402 privés
+5401 privées
+5400 privée
+5399 privé
+5398 privilégié
+5397 privilège
+5396 priver
+5395 privatisations
+5394 privatisation
+5393 priorités
+5392 prioritaire
+5391 primordiale
+5390 primordial
+5389 primitives
+5388 preuves
+5387 prestataire
+5386 presser
+5385 pressent
+5384 presqu&apos;
+5383 prenez
+5382 prendront
+5381 prendra
+5380 premièrement
+5379 poète
+5378 exécutif
+5377 pouvez
+5376 pouvant
+5375 poussent
+5374 poursuivis
+5373 poursuivent
+5372 poursuit
+5371 pourriez
+5370 pourri
+5369 pourrez
+5368 pourrais
+5367 évaluer
+5366 élaborer
+5365 terminer
+5364 tenter
+5363 signaler
+5362 sauver
+5361 régler
+5360 rappel
+5359 protéger
+5358 finir
+5357 poule
+5356 pouce
+5355 potentiellement
+5354 posées
+5353 postes
+5352 post
+5351 posséder
+5350 possède
+5349 possibles
+5348 possession
+5347 positives
+5346 positivement
+5345 positifs
+5344 poser
+5343 posent
+5342 portée
+5341 porteur
+5340 porterait
+5339 portera
+5338 porter
+5337 portent
+5336 portait
+5335 populiste
+5334 pont
+5333 polonais
+5332 pologne
+5331 politiquement
+5330 political
+5329 policière
+5328 policiers
+5327 poisson
+5326 plénière
+5325 élevés
+5324 vulnérables
+5323 transparentes
+5322 simple
+5321 respectueux
+5320 puissants
+5319 profonde
+5318 pleinement
+5317 plaît
+5316 plate
+5315 plastiques
+5314 plastique
+5313 plainte
+5312 plaident
+5311 plafond
+5310 placée
+5309 pires
+5308 pierre
+5307 pieds
+5306 pic
+5305 phénomènes
+5304 marginal
+5303 physiques
+5302 physique
+5301 phrase
+5300 phase
+5299 phare
+5298 utilisé
+5297 produire
+5296 peuples
+5295 petroleum
+5294 perçu
+5293 perçoivent
+5292 persuadé
+5291 persuader
+5290 perspective
+5289 personnels
+5288 personnellement
+5287 personnelle
+5286 personnalité
+5285 persistent
+5284 persiste
+5283 permettront
+5282 permettraient
+5281 permettez
+5280 permette
+5279 permettant
+5278 permanents
+5277 permanente
+5276 permanent
+5275 performances
+5274 perdus
+5273 percevoir
+5272 perception
+5271 pensée
+5270 pension
+5269 pensez
+5268 pensent
+5267 penchés
+5266 pe
+5265 payés
+5264 voisin
+5263 payons
+5262 patronat
+5261 patients
+5260 patient
+5259 passés
+5258 passion
+5257 passera
+5256 passent
+5255 passait
+5254 passagers
+5253 suffisamment
+5252 spécialement
+5251 perdre
+5250 hésité
+5249 parviennent
+5248 parvienne
+5247 parviendrait
+5246 parvenus
+5245 paru
+5244 partisan
+5243 partiellement
+5242 partielle
+5241 particuliers
+5240 particules
+5239 participeront
+5238 participent
+5237 participe
+5236 participant
+5235 travailliste
+5234 partent
+5233 partenaire
+5232 partagés
+5231 partagées
+5230 partagée
+5229 partager
+5228 partagent
+5227 parlent
+5226 parier
+5225 pari
+5224 parfaitement
+5223 parfaite
+5222 parfait
+5221 pareil
+5220 parcs
+5219 parcours
+5218 parcourir
+5217 paraître
+5216 paramètres
+5215 parallèlement
+5214 paraissent
+5213 paraisse
+5212 paragraphes
+5211 paradoxe
+5210 paradoxale
+5209 paquet
+5208 pans
+5207 palmarès
+5206 pallier
+5205 palestiniennes
+5204 palestinien
+5203 palerme
+5202 paiera
+5201 paie
+5200 pages
+5199 page
+5198 pacte
+5197 pack
+5196 pacifique
+5195 ouvre
+5194 ouverts
+5193 ouvertement
+5192 ouverte
+5191 ouragans
+5190 oublié
+5189 oubli
+5188 otage
+5187 osé
+5186 oslo
+5185 ortega
+5184 originale
+5183 original
+5182 originaire
+5181 orientée
+5180 orientale
+5179 organisés
+5178 organisme
+5177 organisera
+5176 organe
+5175 oreilles
+5174 ordinateur
+5173 ordinaire
+5172 orateur
+5171 opéré
+5170 opérer
+5169 opérationnel
+5168 opération
+5167 options
+5166 option
+5165 opter
+5164 opposé
+5163 opposons
+5162 opposant
+5161 sauvés
+5160 retenus
+5159 rejetés
+5158 présentées
+5157 annulées
+5156 subi
+5155 réduit
+5154 refusé
+5153 qualifié
+5152 poussé
+5151 payé
+5150 participé
+5149 évite
+5148 souvient
+5147 relève
+5146 pensait
+5145 oil
+5144 offrent
+5143 offrant
+5142 officiels
+5141 officiellement
+5140 officielle
+5139 offerts
+5138 offerte
+5137 offert
+5136 of
+5135 océan
+5134 octroyer
+5133 occupés
+5132 occupé
+5131 occupant
+5130 occidentales
+5129 occasions
+5128 occasionnés
+5127 obtient
+5126 obtenue
+5125 obstacle
+5124 observé
+5123 observe
+5122 observation
+5121 observateur
+5120 obligés
+5119 obligerait
+5118 obliger
+5117 oblige
+5116 obligatoirement
+5115 obligatoire
+5114 objets
+5113 objectivement
+5112 néo
+5111 négligeable
+5110 négatives
+5109 négativement
+5108 négative
+5107 négatif
+5106 néfaste
+5105 néerlandais
+5104 nécessairement
+5103 néant
+5102 né
+5101 nurse
+5100 nullement
+5099 nulle
+5098 nul
+5097 nuisent
+5096 nuisances
+5095 nuire
+5094 nucléaire
+5093 noyaux
+5092 noyau
+5091 now
+5090 novateurs
+5089 nouvellement
+5088 nouveauté
+5087 étions
+5086 voulions
+5085 verrons
+5084 tenons
+5083 souhaitons
+5082 souhaiterions
+5081 satisfaits
+5080 opposés
+5079 rencontrons
+5078 remercions
+5077 rejoindre
+5076 refusons
+5075 prenons
+5074 pourrions
+5073 perdons
+5072 pensons
+5071 parlons
+5070 souvenons
+5069 nourrit
+5068 noté
+5067 patrimoine
+5066 notes
+5065 not
+5064 norme
+5063 normaux
+5062 normatives
+5061 normalement
+5060 nordiques
+5059 nommés
+5058 nommer
+5057 nomme
+5056 nominations
+5055 noix
+5054 noire
+5053 no
+5052 nier
+5051 nie
+5050 york
+5049 new
+5048 neuvième
+5047 neufs
+5046 nettoyage
+5045 nettement
+5044 nette
+5043 nerveux
+5042 neige
+5041 suffisent
+5040 parvenu
+5039 sois
+5038 serons
+5037 reproduise
+5036 saurait
+5035 répondent
+5034 resteront
+5033 proposent
+5032 pouvaient
+5031 pourront
+5030 parle
+5029 nécessite
+5028 ferait
+5027 diminue
+5026 nazi
+5025 naviguent
+5024 naufrage
+5023 naturelles
+5022 naturellement
+5021 naturel
+5020 nationaux
+5019 nationalistes
+5018 nationales
+5017 nationale
+5016 natale
+5015 napolitano
+5014 êtes
+5013 éclate
+5012 oublie
+5011 ose
+5010 exclut
+5009 métier
+5008 mérité
+5007 mériter
+5006 méritent
+5005 méritait
+5004 méprisant
+5003 mémoires
+5002 mélodie
+5001 mélange
+5000 médiocres
+4999 médicaux
+4998 médical
+4997 médiatique
+4996 médecin
+4995 mécanisme
+4994 mères
+4993 mèneront
+4992 mènent
+4991 mène
+4990 mutuelle
+4989 mutation
+4988 musique
+4987 municipaux
+4986 municipalités
+4985 municipalité
+4984 municipales
+4983 municipale
+4982 munich
+4981 multiplier
+4980 multinationale
+4979 motos
+4978 moto
+4977 motivations
+4976 motivation
+4975 motion
+4974 motifs
+4973 moss
+4972 morgan
+4971 morceaux
+4970 monétaires
+4969 monté
+4968 montréal
+4967 montrent
+4966 montrant
+4965 monter
+4964 montent
+4963 montants
+4962 monica
+4961 mondiaux
+4960 mondiales
+4959 mondial
+4958 mondes
+4957 monceau
+4956 moindres
+4955 modifiée
+4954 modifié
+4953 modifie
+4952 modeste
+4951 modernes
+4950 moderne
+4949 mobilisés
+4948 mobiliser
+4947 mix
+4946 misère
+4945 mises
+4944 misent
+4943 minutieusement
+4942 minoritaire
+4941 ministériels
+4940 minimum
+4939 minimiser
+4938 minimale
+4937 miner
+4936 millénaire
+4935 million
+4934 mille
+4933 militaires
+4932 militaire
+4931 midlands
+4930 meurtres
+4929 meurent
+4928 mettront
+4927 mettra
+4926 mettons
+4925 mette
+4924 mets
+4923 mesurées
+4922 mesurer
+4921 messieurs
+4920 mers
+4919 mercure
+4918 menées
+4917 menée
+4916 mentionnés
+4915 mentionnées
+4914 mentionnée
+4913 mentionner
+4912 mentionne
+4911 mention
+4910 menant
+4909 menacés
+4908 menacée
+4907 menacé
+4906 joindre
+4905 mccarthy
+4904 maximale
+4903 maximal
+4902 matérielles
+4901 matérialise
+4900 massive
+4899 masses
+4898 pétain
+4897 maréchal
+4896 marquées
+4895 marquant
+4894 market
+4893 marines
+4892 marine
+4891 marin
+4890 maria
+4889 marginalisation
+4888 marchands
+4887 manqué
+4886 manquera
+4885 manquer
+4884 manquent
+4883 décisive
+4882 manifesté
+4881 manifestent
+4880 manifestement
+4879 manifeste
+4878 manie
+4877 mandats
+4876 manchester
+4875 manches
+4874 maltais
+4873 malade
+4872 qualifiée
+4871 majeurs
+4870 majeur
+4869 maison
+4868 maires
+4867 maintiennent
+4866 maintiendra
+4865 maigres
+4864 maigre
+4863 magnifique
+4862 madrid
+4861 madame
+4860 machine
+4859 légèrement
+4858 légitimes
+4857 légitime
+4856 légitimation
+4855 législature
+4854 législatives
+4853 législative
+4852 législatif
+4851 légers
+4850 légalement
+4849 légale
+4848 légal
+4847 permettent
+4846 lue
+4845 loyale
+4844 loué
+4843 lourdement
+4842 lourde
+4841 lourd
+4840 louer
+4839 louanges
+4838 lot
+4837 lorsqu
+4836 longueur
+4835 loire
+4834 logiquement
+4833 logement
+4832 localement
+4831 liées
+4830 livrer
+4829 livrent
+4828 littérature
+4827 littéraire
+4826 litres
+4825 litige
+4824 linguistique
+4823 limités
+4822 limitée
+4821 limitent
+4820 limitant
+4819 lille
+4818 lier
+4817 directs
+4816 licenciements
+4815 licence
+4814 libération
+4813 libéralisme
+4812 libéral
+4811 libye
+4810 libres
+4809 librement
+4808 liaisons
+4807 liaison
+4806 leviers
+4805 level
+4804 salariés
+4803 noms
+4802 rappeler
+4801 lesdits
+4800 îles
+4799 étrangers
+4798 émissions
+4797 élus
+4796 électeurs
+4795 volontaires
+4794 uns
+4793 territoires
+4792 syriens
+4791 stratégies
+4790 soins
+4789 seules
+4788 serbes
+4787 réunions
+4786 réticences
+4785 réseaux
+4784 récentes
+4783 potentiels
+4782 restrictions
+4781 registres
+4780 quatorze
+4779 protagonistes
+4778 propriétaires
+4777 profits
+4776 liés
+4775 principales
+4774 pressions
+4773 premières
+4772 pénales
+4771 poursuites
+4770 possibilités
+4769 populations
+4768 politiciens
+4767 touchées
+4766 proches
+4765 pistes
+4764 pertes
+4763 riches
+4762 pauvres
+4761 patrons
+4760 participants
+4759 paroles
+4758 orateurs
+4757 océans
+4756 obligations
+4755 réels
+4754 technologies
+4753 mélodies
+4752 murs
+4751 multinationales
+4750 moteurs
+4749 modalités
+4748 milieux
+4747 menaces
+4746 manquements
+4745 manières
+4744 manifestations
+4743 libéraux
+4742 libertés
+4741 leçons
+4740 interprétations
+4739 artisans
+4738 lancés
+4737 alpes
+4736 affirmations
+4735 lente
+4734 lendemain
+4733 ledit
+4732 end
+4731 week
+4730 veuille
+4729 verre
+4728 tunnel
+4727 trio
+4726 traitant
+4725 trafic
+4724 tapis
+4723 syndrome
+4722 suspect
+4721 soutient
+4720 souhait
+4719 sort
+4718 soleil
+4717 siège
+4716 sillage
+4715 signe
+4714 sexe
+4713 septième
+4712 sentiment
+4711 scénario
+4710 sauvetage
+4709 salut
+4708 rêve
+4707 rythme
+4706 retour
+4705 ressortissant
+4704 renversement
+4703 renforcement
+4702 rendez
+4701 rendement
+4700 remboursement
+4699 relais
+4698 rejet
+4697 record
+4696 rail
+4695 quota
+4694 père
+4693 protocole
+4692 propriétaire
+4691 procureur
+4690 potentiel
+4689 portefeuille
+4688 urgent
+4687 plomb
+4686 stratégique
+4685 plaisir
+4684 pilote
+4683 paysage
+4682 partenariat
+4681 partage
+4680 menu
+4679 mécontentement
+4678 moteur
+4677 monopole
+4676 mobile
+4675 ministère
+4674 message
+4673 massif
+4672 luxembourg
+4671 lien
+4670 larges
+4669 largement
+4668 laps
+4667 langues
+4666 lancée
+4665 lancé
+4664 lancent
+4663 lance
+4662 laissée
+4661 laissons
+4660 laissez
+4659 laisserait
+4658 laisser
+4657 laissent
+4656 laisse
+4655 ladite
+4654 lacunes
+4653 labour
+4652 volonté
+4651 volatilité
+4650 vitesse
+4649 vigilance
+4648 quotidienne
+4647 victoire
+4646 veille
+4645 vallée
+4644 validité
+4643 totale
+4642 tâche
+4641 tva
+4640 tutelle
+4639 transposition
+4638 transition
+4637 tranquillité
+4636 tragédie
+4635 tolérance
+4634 terreur
+4633 tentative
+4632 tentation
+4631 tendance
+4630 tempête
+4629 technique
+4628 taille
+4627 table
+4626 séparation
+4625 sécheresse
+4624 suspension
+4623 suppression
+4622 stimulation
+4621 souffrance
+4620 solidité
+4619 solidarité
+4618 session
+4617 serbie
+4616 section
+4615 sanction
+4614 réussite
+4613 résolution
+4612 résistance
+4611 répression
+4610 réorganisation
+4609 réinsertion
+4608 réglementation
+4607 récession
+4606 réception
+4605 récente
+4604 réaction
+4603 règle
+4602 royal
+4601 rhétorique
+4600 restructuration
+4599 restauration
+4598 requête
+4597 représentante
+4596 reprise
+4595 remontée
+4594 remise
+4593 relation
+4592 queue
+4591 quatrième
+4590 puissante
+4589 puissance
+4588 publication
+4587 préservation
+4586 proximité
+4585 prospérité
+4584 progression
+4583 pénale
+4582 problématique
+4581 prestation
+4580 prescription
+4579 étape
+4578 poussée
+4577 tzigane
+4576 rurale
+4575 pollution
+4574 éducative
+4573 grosse
+4572 piste
+4571 philosophie
+4570 petite
+4569 permission
+4568 patrie
+4567 négligence
+4566 nuit
+4565 norvège
+4564 normalité
+4563 nomination
+4562 nationalité
+4561 naissance
+4560 méthode
+4559 multiplication
+4558 morale
+4557 modération
+4556 modification
+4555 modernisation
+4554 mode
+4553 mobilité
+4552 minorité
+4551 menace
+4550 meilleure
+4549 maturation
+4548 marque
+4547 marchandise
+4546 manifestation
+4545 légalité
+4544 lumière
+4543 localisation
+4542 livraison
+4541 limitation
+4540 libéralisation
+4539 levée
+4538 lettre
+4537 lecture
+4536 langue
+4535 galice
+4534 bulgarie
+4533 étendue
+4532 équivalent
+4531 équilibre
+4530 élection
+4529 élan
+4528 égypte
+4527 édifice
+4526 ère
+4525 âme
+4524 âge
+4523 utilité
+4522 unité
+4521 unique
+4520 unanimité
+4519 optique
+4518 opprobre
+4517 oppression
+4516 opportunité
+4515 oit
+4514 octroi
+4513 occident
+4512 obtention
+4511 observatoire
+4510 inde
+4509 héritage
+4508 expansion
+4507 enseignement
+4506 accélération
+4505 kosovars
+4504 koch
+4503 km
+4502 kilos
+4501 jörg
+4500 justifiés
+4499 justifiées
+4498 justifié
+4497 justifier
+4496 justifie
+4495 justes
+4494 juridiques
+4493 juridiquement
+4492 juridiction
+4491 jungle
+4490 juifs
+4489 jugée
+4488 jugé
+4487 jugement
+4486 juge
+4485 judicieux
+4484 judiciaires
+4483 judiciaire
+4482 joyeuse
+4481 journalistes
+4480 journaliste
+4479 officiel
+4478 jouit
+4477 jouent
+4476 jordanie
+4475 jolie
+4474 jointes
+4473 joie
+4472 jiménez
+4471 jeté
+4470 jeter
+4469 vais
+4468 suppose
+4467 serais
+4466 regrette
+4465 recommande
+4464 préfère
+4463 sais
+4462 rappelle
+4461 jaune
+4460 japonaises
+4459 jan
+4458 étais
+4457 italiens
+4456 italienne
+4455 it
+4454 issus
+4453 issu
+4452 israélienne
+4451 isolés
+4450 isoler
+4449 is
+4448 irréparable
+4447 irréguliers
+4446 irréalistes
+4445 irresponsable
+4444 irrationnel
+4443 irlandaise
+4442 irlandais
+4441 irakienne
+4440 irait
+4439 inévitablement
+4438 inévitable
+4437 inédite
+4436 invités
+4435 inviter
+4434 invite
+4433 invitation
+4432 invisible
+4431 investiture
+4430 investisseurs
+4429 investigations
+4428 investigation
+4427 inutiles
+4426 inutilement
+4425 intérieures
+4424 intérieure
+4423 intéressés
+4422 intéressé
+4421 intéressent
+4420 intéressants
+4419 intéressante
+4418 intégrés
+4417 intégrées
+4416 intégrée
+4415 intégré
+4414 intégrité
+4413 intégrante
+4412 intégralement
+4411 intégrale
+4410 intégral
+4409 introduits
+4408 introduites
+4407 introduite
+4406 introduit
+4405 introduira
+4404 introduction
+4403 intolérable
+4402 intitulé
+4401 intimidation
+4400 intervenants
+4399 intervenant
+4398 interrégionale
+4397 interruption
+4396 interrogés
+4395 interrogée
+4394 interroger
+4393 interroge
+4392 interprété
+4391 interprète
+4390 interpellations
+4389 internet
+4388 internationales
+4387 intermédiaire
+4386 interdire
+4385 interdiction
+4384 inter
+4383 intentions
+4382 intensité
+4381 intensif
+4380 intelligente
+4379 intelligence
+4378 intellectuelle
+4377 intellectuel
+4376 insulaires
+4375 insulaire
+4374 insuffisant
+4373 instruments
+4372 instruction
+4371 institué
+4370 institutionnelle
+4369 instincts
+4368 instauré
+4367 instaurer
+4366 instauration
+4365 instant
+4364 instances
+4363 installées
+4362 installée
+4361 installer
+4360 inspirer
+4359 inspirent
+4358 inspecté
+4357 inspection
+4356 inspecteur
+4355 insisté
+4354 insistent
+4353 insiste
+4352 insignifiante
+4351 inscrits
+4350 inscrites
+4349 inscrite
+4348 inscrit
+4347 inscrire
+4346 insatisfaction
+4345 inquiétant
+4344 inquiètent
+4343 inquiète
+4342 inquiets
+4341 innovatrice
+4340 innovations
+4339 innovateur
+4338 injustement
+4337 injuste
+4336 initiatives
+4335 initialement
+4334 initiale
+4333 ingérence
+4332 ingrédient
+4331 inférieur
+4330 infractions
+4329 infraction
+4328 informée
+4327 informé
+4326 informer
+4325 informelle
+4324 informe
+4323 informatiques
+4322 informatique
+4321 nécessaires
+4320 informateurs
+4319 influer
+4318 influencée
+4317 positive
+4316 influence
+4315 influe
+4314 inflation
+4313 infirmières
+4312 infiltrer
+4311 infidèle
+4310 inefficaces
+4309 indépendante
+4308 indépendant
+4307 indépendance
+4306 indépendamment
+4305 industriels
+4304 industrielles
+4303 industrielle
+4302 industriel
+4301 industrialisés
+4300 individuels
+4299 individuelles
+4298 individuellement
+4297 individuelle
+4296 individuel
+4295 indispensables
+4294 indiscutable
+4293 indirectement
+4292 indiquer
+4291 indiquent
+4290 indiquait
+4289 indigné
+4288 indignation
+4287 indifférence
+4286 indien
+4285 indices
+4284 indice
+4283 indications
+4282 indicatif
+4281 indicateur
+4280 indemnité
+4279 incrustée
+4278 incorrecte
+4277 incorporés
+4276 incontestables
+4275 incontestable
+4274 inconnu
+4273 incombe
+4272 inclut
+4271 inclusion
+4270 incluse
+4269 inclus
+4268 inclure
+4267 inclues
+4266 incité
+4265 incitant
+4264 incisive
+4263 incidence
+4262 incertitudes
+4261 incertitude
+4260 incertain
+4259 incendies
+4258 incendie
+4257 incapacité
+4256 incapable
+4255 inadéquates
+4254 inaction
+4253 in
+4252 impôt
+4251 impératifs
+4250 imputer
+4249 imputables
+4248 impulsion
+4247 impressions
+4246 imposés
+4245 imposées
+4244 imposée
+4243 imposé
+4242 impose
+4241 importantes
+4240 impliqués
+4239 impliquées
+4238 impliquée
+4237 impliqué
+4236 impliquerait
+4235 impliquera
+4234 impliquer
+4233 impliquent
+4232 implique
+4231 implication
+4230 implantation
+4229 impatience
+4228 immédiatement
+4227 immédiate
+4226 immunité
+4225 immobiliers
+4224 immigrants
+4223 immense
+4222 imaginé
+4221 imaginerait
+4220 imagination
+4219 imaginaire
+4218 image
+4217 réalisent
+4216 illégitimes
+4215 illégales
+4214 illégale
+4213 illustrés
+4212 illustré
+4211 illustre
+4210 illicite
+4209 établit
+4208 travaille
+4207 tente
+4206 suffit
+4205 souhaiterait
+4204 souhaite
+4203 souhaitait
+4202 semblerait
+4201 savait
+4200 précise
+4199 prenne
+4198 paraît
+4197 voulait
+4196 met
+4195 joue
+4194 désirait
+4193 ignorez
+4192 ignorer
+4191 ignore
+4190 ignorance
+4189 idéologique
+4188 idéologie
+4187 idéal
+4186 identiques
+4185 identique
+4184 identifiés
+4183 identifié
+4182 identifier
+4181 identifie
+4180 i.
+4179 i
+4178 hôpital
+4177 hésite
+4176 hypothèse
+4175 hypocrites
+4174 hypocrisie
+4173 hydrocarbures
+4172 humanité
+4171 humains
+4170 humaines
+4169 humaine
+4168 humain
+4167 hulten
+4166 huit
+4165 huis
+4164 hors
+4163 horizon
+4162 honorable
+4161 honnête
+4160 honneur
+4159 homologues
+4158 hommage
+4157 home
+4156 holocauste
+4155 hitler
+4154 historique
+4153 high
+4152 heureux
+4151 heureuse
+4150 herr
+4149 henry
+4148 heinz
+4147 hauteurs
+4146 haute
+4145 placés
+4144 hausse
+4143 hasard
+4142 harris
+4141 harmonisé
+4140 harlem
+4139 handicap
+4138 haine
+4137 haider
+4136 habituelles
+4135 habituellement
+4134 habite
+4133 habitat
+4132 habitant
+4131 habilité
+4130 h
+4129 gérées
+4128 géographique
+4127 géographie
+4126 généreux
+4125 générer
+4124 suivantes
+4123 générations
+4122 précédente
+4121 génération
+4120 générales
+4119 généralement
+4118 génère
+4117 géante
+4116 guère
+4115 guider
+4114 guide
+4113 guichet
+4112 guerres
+4111 gré
+4110 parlementaires
+4109 restera
+4108 parlementaire
+4107 grossière
+4106 grosses
+4105 gravement
+4104 gratuité
+4103 gratuitement
+4102 gratuite
+4101 grassement
+4100 grandissant
+4099 grandement
+4098 grade
+4097 gouverner
+4096 gouvernementaux
+4095 gouvernementales
+4094 gouvernemental
+4093 syrien
+4092 italien
+4091 grec
+4090 globaux
+4089 globalement
+4088 globale
+4087 global
+4086 gestes
+4085 geste
+4084 gardé
+4083 gardienne
+4082 gardien
+4081 garantit
+4080 garantissant
+4079 survie
+4078 garanties
+4077 garantie
+4076 gains
+4075 gagne
+4074 gagnants
+4073 fêtons
+4072 fêter
+4071 féliciter
+4070 fédération
+4069 fédéraliste
+4068 fédéral
+4067 futurs
+4066 future
+4065 fusions
+4064 funeste
+4063 fréquenter
+4062 fréquent
+4061 fréquemment
+4060 frénésie
+4059 fruits
+4058 frontière
+4057 frontalière
+4056 froid
+4055 freiné
+4054 freiner
+4053 frein
+4052 fraternité
+4051 frappée
+4050 françaises
+4049 français
+4048 francs
+4047 franco
+4046 franchement
+4045 fragilisée
+4044 fragiles
+4043 fragile
+4042 foyers
+4041 fourniture
+4040 fournit
+4039 fournisseur
+4038 fournissent
+4037 fournis
+4036 fournie
+4035 fou
+4034 forêts
+4033 forum
+4032 fortement
+4031 fort
+4030 formés
+4029 formées
+4028 formulées
+4027 formulée
+4026 formulé
+4025 formuler
+4024 formule
+4023 former
+4022 forment
+4021 formelle
+4020 formations
+4019 forcés
+4018 forcément
+4017 the
+4016 for
+4015 fondées
+4014 publics
+4013 fondement
+4012 fonde
+4011 fondateurs
+4010 fondamentalement
+4009 fondamentale
+4008 fonctionnera
+4007 fonctionner
+4006 fonctionne
+4005 fonctionnaire
+4004 flux
+4003 fluide
+4002 fluctuations
+4001 flou
+4000 flexibles
+3999 flexible
+3998 fleurs
+3997 flammes
+3996 fière
+3995 fixée
+3994 fixes
+3993 fixe
+3992 fixation
+3991 fiscaux
+3990 fiscales
+3989 fiscale
+3988 fiscal
+3987 firmes
+3986 finlandaise
+3985 finit
+3984 finistère
+3983 finissent
+3982 finisse
+3981 finira
+3980 fini
+3979 financés
+3978 financée
+3977 financièrement
+3976 financier
+3975 finance
+3974 finalisé
+3973 finalement
+3972 isolement
+3971 hollywoodiens
+3970 filières
+3969 filière
+3968 figurer
+3967 figurent
+3966 figure
+3965 fierté
+3964 fiers
+3963 fier
+3962 fidèles
+3961 fidèle
+3960 fiche
+3959 vert
+3958 feu
+3957 fervent
+3956 feront
+3955 fernando
+3954 fermés
+3953 fermeté
+3952 fermes
+3951 fermer
+3950 fermement
+3949 ferme
+3948 ferais
+3947 feraient
+3946 ferai
+3945 fera
+3944 fer
+3943 fed
+3942 fbi
+3941 favorisent
+3940 favorisant
+3939 favorables
+3938 favorable
+3937 fautes
+3936 faute
+3935 fausses
+3934 faufiler
+3933 fatigue
+3932 fassent
+3931 fasse
+3930 fascinés
+3929 farce
+3928 fantastique
+3927 vivent
+3926 famille
+3925 familiale
+3924 fameux
+3923 fameuses
+3922 fameuse
+3921 fallait
+3920 faites
+3919 preuve
+3918 faisons
+3917 faisaient
+3916 faisabilité
+3915 valoir
+3914 remarquer
+3913 oublier
+3912 faille
+3911 faiblesses
+3910 faibles
+3909 facteur
+3908 facilité
+3907 facilitent
+3906 facilitant
+3905 faciles
+3904 facilement
+3903 facettes
+3902 dollar
+3901 fabriqués
+3900 fabriquer
+3899 fabriquent
+3898 fabricant
+3897 f.
+3896 exécuté
+3895 exécuter
+3894 exubérance
+3893 extérieurs
+3892 extérieure
+3891 extrêmes
+3890 extrême
+3889 extraordinaires
+3888 extraordinaire
+3887 extradition
+3886 extinction
+3885 externe
+3884 extension
+3883 expérimenter
+3882 expérimentaux
+3881 exprimés
+3880 exprimée
+3879 expriment
+3878 exprime
+3877 expressément
+3876 exposés
+3875 exposées
+3874 exposé
+3873 exposera
+3872 explosive
+3871 explosion
+3870 explosif
+3869 explorer
+3868 exploration
+3867 exploitants
+3866 expliquent
+3865 explications
+3864 expiration
+3863 expertise
+3862 expatriation
+3861 existent
+3860 existants
+3859 existante
+3858 existant
+3857 existait
+3856 exigé
+3855 exiger
+3854 exigence
+3853 exigeants
+3852 exige
+3851 exhaustive
+3850 exercée
+3849 exercé
+3848 exercer
+3847 exerce
+3846 exemplaires
+3845 exemplaire
+3844 excès
+3843 excuses
+3842 excuse
+3841 exclusivement
+3840 exclusive
+3839 exclusifs
+3838 exclusif
+3837 exclure
+3836 exclues
+3835 excessif
+3834 exceptionnelle
+3833 exceptionnel
+3832 excellents
+3831 excellentes
+3830 excellente
+3829 excellent
+3828 examinées
+3827 examinons
+3826 examineront
+3825 examinera
+3824 examine
+3823 exagérée
+3822 exagéré
+3821 exacte
+3820 exact
+3819 evans
+3818 eurostat
+3817 reçoivent
+3816 eurent
+3815 ethnique
+3814 restaurer
+3813 transporter
+3812 transparent
+3811 soutenu
+3810 intervenus
+3809 situées
+3808 régionaux
+3807 remplacé
+3806 remettre
+3805 mérite
+3804 précieux
+3803 partout
+3802 parcourt
+3801 palestiniens
+3800 moyennes
+3799 pensions
+3798 immigrés
+3797 pakistan
+3796 reconstruction
+3795 fraude
+3794 prends
+3793 israélien
+3792 francis
+3791 fais
+3790 estimés
+3789 estimons
+3788 estiment
+3787 estime
+3786 estimant
+3785 évidente
+3784 vraisemblablement
+3783 votée
+3782 uniquement
+3781 transformé
+3780 totalement
+3779 terminée
+3778 tellement
+3777 souhaitable
+3776 sensible
+3775 résolu
+3774 représentée
+3773 rentré
+3772 relativement
+3771 regrettable
+3770 prêt
+3769 prévue
+3768 présentée
+3767 présente
+3766 préférable
+3765 pratiquement
+3764 positif
+3763 facile
+3762 partagé
+3761 normal
+3760 montrée
+3759 logique
+3758 liée
+3757 lié
+3756 signal
+3755 principale
+3754 inutile
+3753 intéressant
+3752 interdit
+3751 inacceptable
+3750 impossible
+3749 importante
+3748 impensable
+3747 fondamental
+3746 extrêmement
+3745 exclu
+3744 entré
+3743 désolé
+3742 différent
+3741 essentielles
+3740 essentiellement
+3739 essayé
+3738 essayons
+3737 essayer
+3736 essaient
+3735 essaie
+3734 essai
+3733 espérons
+3732 espérer
+3731 espèrent
+3730 espèces
+3729 espèce
+3728 esprits
+3727 espoirs
+3726 espoir
+3725 espagnols
+3724 espagnoles
+3723 espagnole
+3722 espaces
+3721 escompté
+3720 erreur
+3719 envoyés
+3718 envoyée
+3717 spécial
+3716 envoyé
+3715 courrier
+3714 envoient
+3713 envoie
+3712 envisager
+3711 envisageons
+3710 envisageait
+3709 envisage
+3708 environnementaux
+3707 environnementales
+3706 envie
+3705 envergure
+3704 enveloppes
+3703 enveloppe
+3702 entrons
+3701 entrevue
+3700 entrevoir
+3699 entretient
+3698 entretien
+3697 entretenir
+3696 entrer
+3695 entrent
+3694 israéliens
+3693 entraîneraient
+3692 entraînera
+3691 entraîner
+3690 entraîne
+3689 entièrement
+3688 entière
+3687 entier
+3686 entente
+3685 entendus
+3684 entendues
+3683 entendent
+3682 entamées
+3681 entamée
+3680 entamer
+3679 enrique
+3678 enrichir
+3677 enregistrés
+3676 enregistrent
+3675 enregistrement
+3674 enregistre
+3673 enquêter
+3672 ennemis
+3671 enlevés
+3670 engorgement
+3669 englobe
+3668 engendrés
+3667 engendrerait
+3666 engagés
+3665 engagées
+3664 engagée
+3663 engagé
+3662 engageait
+3661 engage
+3660 enfant
+3659 endroits
+3658 endroit
+3657 endosser
+3656 endommagé
+3655 endettement
+3654 encouragement
+3653 encourageante
+3652 encourage
+3651 profond
+3650 encontre
+3649 enceinte
+3648 encadrée
+3647 encadrement
+3646 écosse
+3645 voyant
+3644 voulant
+3643 tête
+3642 témoigne
+3641 travaillant
+3640 théorie
+3639 suède
+3638 suspens
+3637 suisse
+3636 souffrent
+3635 résulte
+3634 réduisant
+3633 russie
+3632 roumanie
+3631 relief
+3630 provenance
+3629 proposant
+3628 pleine
+3627 parlant
+3626 parallèle
+3625 organisant
+3624 mémoire
+3623 misant
+3622 urbain
+3621 mettant
+3620 marche
+3619 majeure
+3618 ira
+3617 guise
+3616 fuite
+3615 exil
+3614 espérant
+3613 corrigeant
+3612 empêché
+3611 empêcher
+3610 empêchent
+3609 empêchait
+3608 empreinte
+3607 employés
+3606 employé
+3605 emploie
+3604 emmène
+3603 situent
+3602 obtiennent
+3601 souligne
+3600 limite
+3599 félicite
+3598 permet
+3597 pouvait
+3596 ehud
+3595 eh
+3594 effondrer
+3593 effondrement
+3592 énergétique
+3591 efficacité
+3590 efficaces
+3589 efficacement
+3588 effectuées
+3587 effectuée
+3586 effectué
+3585 effective
+3584 effectifs
+3583 effacer
+3582 echo
+3581 e
+3580 déçus
+3579 développés
+3578 développées
+3577 développements
+3576 technologique
+3575 développe
+3574 détérioré
+3573 détérioration
+3572 détruit
+3571 détruire
+3570 détient
+3569 déterminées
+3568 déterminé
+3567 détermine
+3566 déterminants
+3565 déterminant
+3564 détenteur
+3563 détecté
+3562 détaillées
+3561 détaillée
+3560 déséquilibre
+3559 désormais
+3558 désirent
+3557 désire
+3556 désir
+3555 désigne
+3554 désignation
+3553 désespérément
+3552 désastre
+3551 désaccord
+3550 dérouler
+3549 déroulent
+3548 déroulement
+3547 dérives
+3546 dérive
+3545 dérapages
+3544 députée
+3543 député
+3542 dépourvu
+3541 déposés
+3540 déposée
+3539 déployer
+3538 déplacement
+3537 dépistage
+3536 dépensés
+3535 dépensent
+3534 dépense
+3533 dépendra
+3532 dépendent
+3531 dépend
+3530 dépasser
+3529 dépassent
+3528 dépasse
+3527 départements
+3526 département
+3525 dénué
+3524 dénonçant
+3523 dénoncer
+3522 dénoncent
+3521 dénonce
+3520 démontré
+3519 démontrera
+3518 démocratiquement
+3517 démocratique
+3516 démocratie
+3515 démissionnaire
+3514 démission
+3513 démarrer
+3512 démarrage
+3511 démarches
+3510 démanteler
+3509 délégués
+3508 délégué
+3507 délivrer
+3506 délivrance
+3505 délibération
+3504 évoqué
+3503 existantes
+3502 dégager
+3501 dégagent
+3500 défis
+3499 définitivement
+3498 définitifs
+3497 définitif
+3496 définit
+3495 définissent
+3494 définissant
+3493 définies
+3492 définie
+3491 défier
+3490 déficitaire
+3489 défi
+3488 défenseurs
+3487 défenseur
+3486 défendue
+3485 défendu
+3484 défendaient
+3483 défend
+3482 défauts
+3481 défaut
+3480 dédommagement
+3479 décrivant
+3478 découvrir
+3477 découverte
+3476 découle
+3475 déclarée
+3474 déclarer
+3473 déclarent
+3472 déclare
+3471 faite
+3470 déclarait
+3469 prises
+3468 finale
+3467 décisif
+3466 décidées
+3465 décidée
+3464 décideurs
+3463 décideront
+3462 décident
+3461 décharge
+3460 déception
+3459 décennie
+3458 débuter
+3457 déboursés
+3456 déboucher
+3455 débattus
+3454 débattu
+3453 débattant
+3452 débarrasser
+3451 dynamiques
+3450 dynamique
+3449 dus
+3448 dures
+3447 durer
+3446 dur
+3445 dues
+3444 final
+3443 tourisme
+3442 tibet
+3441 texas
+3440 taux
+3439 syndicat
+3438 statut
+3437 spö
+3436 siècle
+3435 sida
+3434 semestre
+3433 secrétaire
+3432 second
+3431 hitlérien
+3430 régime
+3429 référendum
+3428 retrait
+3427 retard
+3426 renvoi
+3425 racisme
+3424 producteur
+3423 prochain
+3422 printemps
+3421 port
+3420 poids
+3419 pnb
+3418 pib
+3417 pavillon
+3416 espagnol
+3415 populaire
+3414 pain
+3413 nouvel
+3412 nord
+3411 médiateur
+3410 orient
+3409 mouvement
+3408 montant
+3407 meurtre
+3406 maître
+3405 mardi
+3404 livre
+3403 socialiste
+3402 gouverneur
+3401 golan
+3400 front
+3399 fondamentaux
+3398 dressé
+3397 drastique
+3396 dramatique
+3395 douté
+3394 doutons
+3393 doubler
+3392 dotés
+3391 dotée
+3390 doté
+3389 dossier
+3388 dose
+3387 dos
+3386 dorénavant
+3385 débarrasse
+3384 donneraient
+3383 donnera
+3382 donne
+3381 donnant
+3380 dommage
+3379 dominé
+3378 dominique
+3377 domination
+3376 effectués
+3375 doive
+3374 traiter
+3373 servir
+3372 dois
+3371 documentation
+3370 doctrine
+3369 divisés
+3368 divisé
+3367 diversifiée
+3366 divergences
+3365 dites
+3364 dite
+3363 distribués
+3362 distribué
+3361 distribution
+3360 distribuer
+3359 distribue
+3358 distinction
+3357 distances
+3356 distance
+3355 dissolution
+3354 disposés
+3353 disposée
+3352 disposé
+3351 disposition
+3350 disposent
+3349 dispose
+3348 disposant
+3347 disposait
+3346 disponibles
+3345 disponible
+3344 disponibilité
+3343 disparu
+3342 disparition
+3341 disparaître
+3340 disparaissent
+3339 dise
+3338 discutée
+3337 discuté
+3336 discutons
+3335 discutent
+3334 discute
+3333 discrétion
+3332 discrédit
+3331 diront
+3330 dirigés
+3329 dirigée
+3328 dirigé
+3327 dirigeaient
+3326 directrices
+3325 directrice
+3324 directions
+3323 généraux
+3322 directeurs
+3321 directement
+3320 direct
+3319 dirais
+3318 diraient
+3317 dirai
+3316 diplômes
+3315 diplôme
+3314 diplomatiques
+3313 diplomatique
+3312 diplomatie
+3311 diplomates
+3310 diminué
+3309 diminuerait
+3308 dimension
+3307 dignité
+3306 digne
+3305 différente
+3304 différend
+3303 diffusées
+3302 diffusion
+3301 diffuser
+3300 difficulté
+3299 difficiles
+3298 difficilement
+3297 diffamation
+3296 dieu
+3295 dialogue
+3294 diable
+3293 devront
+3292 devriez
+3291 veiller
+3290 devoirs
+3289 devises
+3288 devient
+3287 devienne
+3286 deviendra
+3285 devez
+3284 devenues
+3283 devenue
+3282 membre
+3281 devenant
+3280 devait
+3279 devaient
+3278 deuxièmement
+3277 destructeurs
+3276 destinés
+3275 destinées
+3274 destinée
+3273 destination
+3272 destin
+3271 dessous
+3270 desquels
+3269 desquelles
+3268 description
+3267 renouvelables
+3266 énergies
+3265 essentiels
+3264 écrits
+3263 économies
+3262 écarts
+3261 voix
+3260 visas
+3259 vieux
+3258 verts
+3257 usagers
+3256 urgences
+3255 tâches
+3254 travaux
+3253 traités
+3252 thèmes
+3251 terrains
+3250 tentatives
+3249 tendances
+3248 tempêtes
+3247 symboles
+3246 suites
+3245 subventions
+3244 spéculations
+3243 spécialistes
+3242 sports
+3241 sommets
+3240 signes
+3239 sociaux
+3238 sciences
+3237 rôles
+3236 résolutions
+3235 locaux
+3234 résidents
+3233 républicains
+3232 répercussions
+3231 récents
+3230 règles
+3229 rues
+3228 roms
+3227 recommandations
+3226 rares
+3225 racines
+3224 quinze
+3223 qualités
+3222 périodes
+3221 préoccupations
+3220 proportions
+3219 progrès
+3218 professionnels
+3217 produits
+3216 procédures
+3215 techniques
+3214 primes
+3213 prestations
+3212 pratiques
+3211 pourparlers
+3210 positions
+3209 ports
+3208 pièces
+3207 petits
+3206 perspectives
+3205 âgées
+3204 personnalités
+3203 parts
+3202 partisans
+3201 partis
+3200 partenaires
+3199 paiements
+3198 outils
+3197 organismes
+3196 organes
+3195 opérations
+3194 opérateurs
+3193 opportunités
+3192 opinions
+3191 ong
+3190 oiseaux
+3189 obstacles
+3188 négociateurs
+3187 niveaux
+3186 navires
+3185 médicaments
+3184 médecins
+3183 mécanismes
+3182 mouvements
+3181 missions
+3180 minorités
+3179 ministres
+3178 messes
+3177 mensonges
+3176 matériaux
+3175 marges
+3174 internationaux
+3173 financiers
+3172 manifestants
+3171 maladies
+3170 maisons
+3169 législateurs
+3168 juristes
+3167 juges
+3166 irrégularités
+3165 investissements
+3164 interventions
+3163 financières
+3162 fournies
+3161 industries
+3160 individus
+3159 indicateurs
+3158 incidences
+3157 impôts
+3156 importations
+3155 immenses
+3154 idées
+3153 politiques
+3152 hauts
+3151 fêtes
+3150 extérieures
+3149 frontières
+3148 fins
+3147 finances
+3146 films
+3145 familles
+3144 facteurs
+3143 exigences
+3142 exemples
+3141 examens
+3140 estimations
+3139 erreurs
+3138 entrepreneurs
+3137 ententes
+3136 enquêtes
+3135 enjeux
+3134 eaux
+3133 décennies
+3132 doutes
+3131 dossiers
+3130 dommages
+3129 divers
+3128 directives
+3127 dimensions
+3126 difficultés
+3125 der
+3124 lancement
+3123 mal
+3122 deniers
+3121 demie
+3120 demi
+3119 demeurer
+3118 demeure
+3117 demandés
+3116 demandions
+3115 demandeurs
+3114 demandes
+3113 demandera
+3112 demandant
+3111 dehors
+3110 degré
+3109 zéro
+3108 vérité
+3107 véritables
+3106 juridique
+3105 vrais
+3104 voter
+3103 vivre
+3102 violence
+3101 violations
+3100 violation
+3099 vingt
+3098 vieilles
+3097 viande
+3096 verser
+3095 vendre
+3094 vastes
+3093 valeurs
+3092 valeur
+3091 téléphone
+3090 transit
+3089 transbordement
+3088 transactions
+3087 traité
+3086 traitement
+3085 traduire
+3084 traduction
+3083 parties
+3082 évidence
+3081 tourner
+3080 tirer
+3079 tests
+3078 terrorisme
+3077 terre
+3076 terrain
+3075 tension
+3074 tenir
+3073 tragédies
+3072 taxes
+3071 tabac
+3070 sérieuses
+3069 séjour
+3068 systèmes
+3067 suspendre
+3066 surveiller
+3065 surveillance
+3064 surmonter
+3063 supprimer
+3062 suivre
+3061 statistiques
+3060 stabilité
+3059 stabiliser
+3058 stabilisation
+3057 spéculation
+3056 souveraineté
+3055 soutenir
+3054 soupçons
+3053 sortir
+3052 équipe
+3051 solutions
+3050 soi
+3049 simples
+3048 silence
+3047 propres
+3046 sentiments
+3045 seattle
+3044 prononcer
+3043 sauvegarde
+3042 salaire
+3041 saisir
+3040 étendre
+3039 élargir
+3038 occuper
+3037 inquiéter
+3036 immiscer
+3035 réviser
+3034 réunir
+3033 résoudre
+3032 réserves
+3031 répéter
+3030 réponses
+3029 répondre
+3028 réglementer
+3027 réglementations
+3026 référence
+3025 réformes
+3024 réfléchir
+3023 réduction
+3022 récupérer
+3021 récupération
+3020 réalisation
+3019 réagir
+3018 routes
+3017 rome
+3016 risques
+3015 risquer
+3014 rigueur
+3013 revoir
+3012 revenu
+3011 revenir
+3010 retraite
+3009 retirer
+3008 retarder
+3007 rester
+3006 responsabilité
+3005 respecter
+3004 représentation
+3003 reprendre
+3002 reporter
+3001 rentabilité
+3000 renoncer
+2999 rendre
+2998 rencontrer
+2997 rencontre
+2996 renationalisation
+2995 remplacement
+2994 remercier
+2993 rejeter
+2992 regarder
+2991 regagner
+2990 recrutement
+2989 reconnaître
+2988 recevoir
+2987 ratification
+2986 rassurer
+2985 rassembler
+2984 pénétrer
+2983 prêter
+2982 prévoir
+2981 prévention
+2980 prévenir
+2979 présider
+2978 préserver
+2977 présenter
+2976 préparer
+2975 préparation
+2974 préciser
+2973 précaution
+2972 près
+2971 protestation
+2970 propriété
+2969 proposer
+2968 propagande
+2967 promouvoir
+2966 prolonger
+2965 programmes
+2964 procéder
+2963 prisonniers
+2962 principe
+2961 instance
+2960 pouvoirs
+2959 pousser
+2958 poursuivre
+2957 dominante
+2956 polémique
+2955 pointe
+2954 plein
+2953 planification
+2952 places
+2951 placer
+2950 pierres
+2949 perte
+2948 personnel
+2947 payer
+2946 participer
+2945 parler
+2944 paris
+2943 papier
+2942 pair
+2941 paiement
+2940 onze
+2939 négocier
+2938 devoir
+2937 principaux
+2936 normalisation
+2935 neuf
+2934 navigation
+2933 méthodes
+2932 mégalomanie
+2931 méga
+2930 mètres
+2929 multiples
+2928 morts
+2927 montrer
+2926 prédécesseur
+2925 modèles
+2924 modifier
+2923 mobilisation
+2922 mme
+2921 pied
+2920 visant
+2919 mercredi
+2918 mener
+2917 meilleurs
+2916 meilleures
+2915 maîtriser
+2914 mauvaise
+2913 mauvais
+2912 marseille
+2911 marchés
+2910 marchandises
+2909 manque
+2908 spécifique
+2907 manifester
+2906 malfaiteurs
+2905 maladie
+2904 maintien
+2903 maintenir
+2902 maintenance
+2901 m
+2900 lutter
+2899 lourdes
+2898 longues
+2897 longue
+2896 londres
+2895 lois
+2894 loi
+2893 livres
+2892 lire
+2891 limiter
+2890 lignes
+2889 liens
+2888 libre
+2887 leçon
+2886 lever
+2885 études
+2884 propre
+2883 lancer
+2882 réelle
+2881 vente
+2880 folle
+2879 vache
+2878 transmission
+2877 totalité
+2876 tenue
+2875 technologie
+2874 série
+2873 sélection
+2872 séance
+2871 substance
+2870 structure
+2869 signature
+2868 seconde
+2867 scène
+2866 science
+2865 santé
+2864 révision
+2863 réunion
+2862 fédérale
+2861 république
+2860 régulation
+2859 rédaction
+2858 route
+2857 richesse
+2856 race
+2855 pêche
+2854 française
+2853 présidence
+2852 présentation
+2851 présence
+2850 procédure
+2849 prochaine
+2848 pratique
+2847 police
+2846 palestine
+2845 négociation
+2844 nécessité
+2843 méditerranée
+2842 moyenne
+2841 mi
+2840 mer
+2839 marge
+2838 liberté
+2837 jeunesse
+2836 gravité
+2835 finlande
+2834 femme
+2833 dégradation
+2832 durée
+2831 double
+2830 division
+2829 discipline
+2828 diminution
+2827 dictature
+2826 destruction
+2825 övp
+2824 île
+2823 étranger
+2822 atomique
+2821 émission
+2820 soviétique
+2819 monétaire
+2818 opposition
+2817 onu
+2816 irresponsabilité
+2815 irlande
+2814 intérieur
+2813 pétrolière
+2812 transformation
+2811 imposition
+2810 immigration
+2809 exploitation
+2808 existence
+2807 exercice
+2806 euro
+2805 effort
+2804 eau
+2803 armement
+2802 anonymat
+2801 kyoto
+2800 juin
+2799 juger
+2798 jouer
+2797 jeu
+2796 gérer
+2795 guerre
+2794 gros
+2793 graves
+2792 grandes
+2791 gouvernance
+2790 glasgow
+2789 gestion
+2788 serre
+2787 gaz
+2786 garder
+2785 gagner
+2784 futures
+2783 fuel
+2782 françois
+2781 fournir
+2780 fortes
+2779 forme
+2778 professionnelle
+2777 démocratiques
+2776 forces
+2775 force
+2774 fonctionnaires
+2773 foi
+2772 flexibilité
+2771 fixer
+2770 financer
+2769 générale
+2768 durable
+2767 favoriser
+2766 faux
+2765 faits
+2764 pression
+2763 passer
+2762 faiblesse
+2761 faciliter
+2760 fabrication
+2759 développer
+2758 détail
+2757 dépôt
+2756 dépenser
+2755 démontrer
+2754 délits
+2753 dégâts
+2752 définir
+2751 décrire
+2750 décider
+2749 droite
+2748 drogue
+2747 dresser
+2746 douze
+2745 doter
+2744 diviser
+2743 dissimuler
+2742 disposer
+2741 discuter
+2740 discriminations
+2739 diminuer
+2738 devenir
+2737 minutes
+2736 minute
+2735 demander
+2734 demain
+2733 damas
+2732 carrière
+2731 carence
+2730 7,6
+2729 125
+2728 davis
+2727 davies
+2726 davantage
+2725 dates
+2724 moindre
+2723 souci
+2722 magasin
+2721 fonctions
+2720 instants
+2719 rurales
+2718 passées
+2717 quartiers
+2716 médias
+2715 matières
+2714 hôpitaux
+2713 débats
+2712 différentes
+2711 vide
+2710 texte
+2709 journal
+2708 golfe
+2707 futur
+2706 version
+2705 sûreté
+2704 programmation
+2703 presse
+2702 notion
+2701 nature
+2700 main
+2699 législation
+2698 liste
+2697 lignée
+2696 formation
+2695 détermination
+2694 ue
+2693 ombre
+2692 industrie
+2691 immédiat
+2690 histoire
+2689 situations
+2688 domaines
+2687 danoise
+2686 danois
+2685 dangers
+2684 dangereux
+2683 dangereuses
+2682 dangereuse
+2681 da
+2680 éventuelles
+2679 évaluation
+2678 étudier
+2677 établissement
+2676 établir
+2675 équilibrer
+2674 énormes
+2673 énergie
+2672 émettre
+2671 éléments
+2670 élimination
+2669 électricité
+2668 élaboration
+2667 écouter
+2666 écoute
+2665 échanges
+2664 échange
+2663 utiliser
+2662 urgence
+2661 uranium
+2660 visite
+2659 taxe
+2658 véhicule
+2657 règlement
+2656 outil
+2655 office
+2654 modèle
+2653 milliard
+2652 rapide
+2651 ouvrir
+2650 ouverture
+2649 origine
+2648 orientation
+2647 organiser
+2646 ordre
+2645 obtenir
+2644 observer
+2643 objectifs
+2642 investir
+2641 intérêt
+2640 intégrer
+2639 introduire
+2638 intervenir
+2637 interprétation
+2636 interaction
+2635 institutions
+2634 instabilité
+2633 inspections
+2632 insister
+2631 inquiétude
+2630 innovation
+2629 infrastructures
+2628 infrastructure
+2627 influencer
+2626 imposer
+2625 importants
+2624 identité
+2623 habitude
+2622 exécution
+2621 expériences
+2620 expérience
+2619 exprimer
+2618 exploiter
+2617 expliquer
+2616 explication
+2615 experts
+2614 exister
+2613 exemption
+2612 exclusion
+2611 exceptions
+2610 essence
+2609 espace
+2608 envoyer
+2607 environnement
+2606 entreprise
+2605 entreprendre
+2604 entraînement
+2603 entendre
+2602 engager
+2601 engagement
+2600 enfants
+2599 encourager
+2598 emplois
+2597 efforts
+2596 effectuer
+2595 formes
+2594 informations
+2593 achat
+2592 côtières
+2591 côtes
+2590 côte
+2589 célèbre
+2588 céder
+2587 câbles
+2586 cultures
+2585 culturels
+2584 culturelles
+2583 culturelle
+2582 culturel
+2581 culpabilité
+2580 cuisant
+2579 csu
+2578 créés
+2577 créée
+2576 créer
+2575 créent
+2574 crée
+2573 crédits
+2572 crédit
+2571 crédibles
+2570 crédible
+2569 crédibilité
+2568 création
+2567 créateurs
+2566 créateur
+2565 cruciale
+2564 crucial
+2563 cru
+2562 croître
+2561 croyons
+2560 croyance
+2559 croit
+2558 croissent
+2557 croissante
+2556 croissant
+2555 économie
+2554 croissance
+2553 croisement
+2552 croire
+2551 croient
+2550 critères
+2549 critère
+2548 critiquée
+2547 critiquer
+2546 envers
+2545 critique
+2544 économique
+2543 criminels
+2542 criminelle
+2541 criminalité
+2540 criminaliser
+2539 crimes
+2538 crier
+2537 creuser
+2536 creusement
+2535 craintes
+2534 crainte
+2533 craint
+2532 craindre
+2531 coûts
+2530 coûteuses
+2529 coûteuse
+2528 coûte
+2527 coût
+2526 coïncident
+2525 coïncide
+2524 couvrir
+2523 couvrent
+2522 couvre
+2521 couverte
+2520 coutume
+2519 court
+2518 couronné
+2517 couronne
+2516 courir
+2515 courent
+2514 courantes
+2513 courageux
+2512 courageuse
+2511 courage
+2510 coups
+2509 coupe
+2508 coupables
+2507 envoi
+2506 council
+2505 couloirs
+2504 coulisses
+2503 coucher
+2502 couche
+2501 coton
+2500 costa
+2499 coréen
+2498 corée
+2497 corruption
+2496 correspondent
+2495 correspondantes
+2494 correspond
+2493 correctement
+2492 correcte
+2491 correct
+2490 corps
+2489 coque
+2488 copenhague
+2487 coordonnés
+2486 coordonner
+2485 coordination
+2484 coordinateur
+2483 coopérer
+2482 coopérations
+2481 différents
+2480 coopération
+2479 coopèrent
+2478 conçue
+2477 convocation
+2476 convient
+2475 conviction
+2474 conversations
+2473 convenu
+2472 conventions
+2471 genève
+2470 convaincus
+2469 convaincu
+2468 convaincre
+2467 convaincante
+2466 contrôlés
+2465 contrôlées
+2464 contrôlée
+2463 contrôlé
+2462 contrôleurs
+2461 contrôles
+2460 contrôlera
+2459 contrôler
+2458 controversée
+2457 controversé
+2456 contributions
+2455 contribution
+2454 contribuera
+2453 contribuer
+2452 contribue
+2451 contribuant
+2450 contribuables
+2449 contrepartie
+2448 contredit
+2447 organisé
+2446 crime
+2445 contrats
+2444 contrat
+2443 contraints
+2442 contraintes
+2441 contrainte
+2440 contraint
+2439 contraignantes
+2438 contraignant
+2437 contradictoires
+2436 contradictoire
+2435 contradictions
+2434 contradiction
+2433 penser
+2432 continuons
+2431 continuité
+2430 continuera
+2429 travailler
+2428 continuer
+2427 continuent
+2426 continue
+2425 continuant
+2424 continent
+2423 contient
+2422 contexte
+2421 contenus
+2420 contenues
+2419 contentieux
+2418 contenter
+2417 contenir
+2416 contenant
+2415 contemporaines
+2414 contamination
+2413 contact
+2412 conséquente
+2411 conséquences
+2410 conséquence
+2409 consulter
+2408 consultations
+2407 consultation
+2406 construites
+2405 construite
+2404 construit
+2403 construire
+2402 construction
+2401 constructif
+2400 européens
+2399 constructeurs
+2398 constituée
+2397 constitutionnelles
+2396 constitutionnelle
+2395 constitution
+2394 constitueront
+2393 constituer
+2392 constituant
+2391 constatées
+2390 constatons
+2389 constatent
+2388 constat
+2387 constant
+2386 constamment
+2385 consommation
+2384 consolider
+2383 consolidation
+2382 consisterait
+2381 consiste
+2380 considérés
+2379 considérées
+2378 considérée
+2377 considéré
+2376 considérons
+2375 considérer
+2374 considérations
+2373 considération
+2372 considérant
+2371 considérables
+2370 considérablement
+2369 considérable
+2368 considèrent
+2367 conserver
+2366 conserve
+2365 conservatrices
+2364 conservatrice
+2363 conservation
+2362 conservateurs
+2361 consentir
+2360 consenti
+2359 consentement
+2358 consensus
+2357 conseils
+2356 conseillers
+2355 unies
+2354 nations
+2353 conscients
+2352 consciente
+2351 consacrés
+2350 consacrée
+2349 consacrerons
+2348 consacrer
+2347 consacrent
+2346 connus
+2345 connues
+2344 connue
+2343 connection
+2342 connaître
+2341 connaît
+2340 connaissons
+2339 connaissent
+2338 connaissant
+2337 connaissances
+2336 connaissance
+2335 connais
+2334 conjoints
+2333 conjointement
+2332 conférences
+2331 confédération
+2330 confusion
+2329 confus
+2328 confrontés
+2327 conforter
+2326 conformité
+2325 conflits
+2324 confié
+2323 confirmées
+2322 confirmer
+2321 confirme
+2320 confier
+2319 confidentialité
+2318 confiants
+2317 confiant
+2316 confiance
+2315 conduites
+2314 conduite
+2313 conduire
+2312 conduira
+2311 conducteur
+2310 détention
+2309 lesquelles
+2308 condamnés
+2307 condamné
+2306 condamner
+2305 condamne
+2304 condamnation
+2303 concurrence
+2302 concrétiser
+2301 concrètes
+2300 concrètement
+2299 concrète
+2298 concrets
+2297 concret
+2296 concours
+2295 conclusions
+2294 conclusion
+2293 conclus
+2292 conclure
+2291 conclues
+2290 concluant
+2289 concluait
+2288 concitoyens
+2287 concevoir
+2286 concessions
+2285 concert
+2284 concernés
+2283 concernées
+2282 concernée
+2281 concernent
+2280 utilisation
+2279 concepts
+2278 conception
+2277 concept
+2276 concentré
+2275 concentrer
+2274 concentre
+2273 compétitivité
+2272 compétitifs
+2271 compétitif
+2270 compétent
+2269 compétences
+2268 compétence
+2267 compté
+2266 comptes
+2265 compter
+2264 comptent
+2263 comptant
+2262 comptables
+2261 compréhension
+2260 compréhensible
+2259 compromet
+2258 comprise
+2257 comprenons
+2256 comprennent
+2255 comprenne
+2254 comprenez
+2253 comprends
+2252 comprendrait
+2251 comprendra
+2250 comprenant
+2249 composée
+2248 composé
+2247 composition
+2246 composants
+2245 comportement
+2244 comporte
+2243 comportant
+2242 complété
+2241 compléter
+2240 complémentaires
+2239 complètes
+2238 complètement
+2237 complète
+2236 compliqué
+2235 complexité
+2234 complexes
+2233 complexe
+2232 complets
+2231 complet
+2230 compenser
+2229 compatible
+2228 compatibilité
+2227 compare
+2226 comparables
+2225 comparable
+2224 pétrolières
+2223 aériennes
+2222 compagnies
+2221 compagnie
+2220 communs
+2219 communistes
+2218 communiste
+2217 communisme
+2216 communiqués
+2215 communiqué
+2214 communiquer
+2213 communique
+2212 communications
+2211 communes
+2210 commune
+2209 communautés
+2208 scientifique
+2207 locale
+2206 internationale
+2205 communauté
+2204 communautaires
+2203 communautaire
+2202 commun
+2201 commissions
+2200 commissariat
+2199 commises
+2198 commettre
+2197 commet
+2196 commerçants
+2195 commerciaux
+2194 commerciales
+2193 commerciale
+2192 commercial
+2191 extérieur
+2190 commençaient
+2189 commenter
+2188 commentaires
+2187 commenceront
+2186 commencer
+2185 commencent
+2184 instrument
+2183 commande
+2182 commandant
+2181 comités
+2180 directeur
+2179 comblé
+2178 combler
+2177 combinaison
+2176 combien
+2175 combattre
+2174 combattent
+2173 combat
+2172 colère
+2171 colonies
+2170 cologne
+2169 collègues
+2168 collègue
+2167 collège
+2166 collision
+2165 collectivités
+2164 collectives
+2163 collectivement
+2162 collective
+2161 collection
+2160 collectif
+2159 collecter
+2158 collaboré
+2157 collaborer
+2156 collaborateurs
+2155 cola
+2154 coin
+2153 coiffer
+2152 cohésion
+2151 cohérente
+2150 cohérence
+2149 codes
+2148 pénal
+2147 code
+2146 cod
+2145 coca
+2144 gouvernementale
+2143 co2
+2142 co
+2141 clôturer
+2140 clôture
+2139 clé
+2138 clos
+2137 clore
+2136 clinton
+2135 climat
+2134 client
+2133 clause
+2132 classée
+2131 classique
+2130 classification
+2129 dirigeantes
+2128 classes
+2127 classement
+2126 classe
+2125 quant
+2124 clarté
+2123 clarification
+2122 clairs
+2121 claires
+2120 comprendre
+2119 claire
+2118 clair
+2117 civils
+2116 civiles
+2115 civile
+2114 civil
+2113 cités
+2112 citée
+2111 citoyen
+2110 citernes
+2109 citer
+2108 cite
+2107 citation
+2106 cisjordanie
+2105 circuler
+2104 circulation
+2103 circuits
+2102 circonstance
+2101 circonscription
+2100 cinquième
+2099 ciel
+2098 ciblée
+2097 cible
+2096 chômeurs
+2095 chères
+2094 chère
+2093 chute
+2092 chrétiens
+2091 choqué
+2090 choix
+2089 choisit
+2088 choisissent
+2087 choisies
+2086 choisi
+2085 chocolat
+2084 choc
+2083 chinois
+2082 chine
+2081 chili
+2080 chien
+2079 chez
+2078 chers
+2077 chercheurs
+2076 chercher
+2075 cherchent
+2074 cherche
+2073 cherchant
+2072 cher
+2071 chefs
+2070 chaînes
+2069 télévision
+2068 chaîne
+2067 chaud
+2066 chasser
+2065 chasse
+2064 charme
+2063 chargés
+2062 chargées
+2061 chargé
+2060 charges
+2059 chargent
+2058 charge
+2057 individu
+2056 chaotique
+2055 chantiers
+2054 chantier
+2053 changer
+2052 climatiques
+2051 climatique
+2050 change
+2049 chances
+2048 chancelier
+2047 chance
+2046 champs
+2045 champ
+2044 chambre
+2043 chacune
+2042 écoutent
+2041 évolution
+2040 étude
+2039 zone
+2038 voiture
+2037 ville
+2036 stratégie
+2035 somme
+2034 solution
+2033 rénovation
+2032 reconnaissance
+2031 planète
+2030 opinion
+2029 mission
+2028 mesure
+2027 ligne
+2026 intervention
+2025 initiative
+2024 expression
+2023 démarche
+2022 donnée
+2021 discussion
+2020 crise
+2019 coalition
+2018 événement
+2017 élément
+2016 esprit
+2015 cessé
+2014 cessera
+2013 cesser
+2012 cesse
+2011 véhicules
+2010 voitures
+2009 ventes
+2008 sociétés
+2007 remarques
+2006 points
+2005 phrases
+2004 petites
+2003 modifications
+2002 hommes
+2001 fonds
+2000 données
+1999 différences
+1998 semaines
+1997 critiques
+1996 conditions
+1995 circonstances
+1994 certitude
+1993 certificat
+1992 certain
+1991 cercle
+1990 cents
+1989 centré
+1988 urbains
+1987 historiques
+1986 centres
+1985 centraux
+1984 centrales
+1983 central
+1982 milliers
+1981 centaines
+1980 centaine
+1979 censée
+1978 censé
+1977 produise
+1976 produit
+1975 revient
+1974 permettra
+1973 marchera
+1972 empêche
+1971 intéresse
+1970 indique
+1969 vendredi
+1968 type
+1967 transfert
+1966 thème
+1965 territoire
+1964 succès
+1963 soir
+1962 résultat
+1961 report
+1960 passe
+1959 ressort
+1958 rend
+1957 importe
+1956 écrit
+1955 effectivement
+1954 promotion
+1953 voulez
+1952 voulais
+1951 procès
+1950 pourcentage
+1949 phénomène
+1948 matériel
+1947 mandat
+1946 fut
+1945 délai
+1944 drame
+1943 dispositif
+1942 discours
+1941 deuxième
+1940 compromis
+1939 chapitre
+1938 causés
+1937 causé
+1936 causes
+1935 caucase
+1934 catégories
+1933 catégorie
+1932 catholiques
+1931 catastrophiques
+1930 catastrophes
+1929 catastrophe
+1928 catalogue
+1927 casse
+1926 carte
+1925 carrefour
+1924 caroline
+1923 carnaval
+1922 carinthie
+1921 carburants
+1920 carburant
+1919 caraïbes
+1918 caractéristiques
+1917 caractériser
+1916 caractérisent
+1915 caractérise
+1914 imprévisible
+1913 caractère
+1912 capture
+1911 capitaux
+1910 capitaliste
+1909 capitales
+1908 capitale
+1907 capital
+1906 capacités
+1905 capacité
+1904 parvenir
+1903 capables
+1902 capable
+1901 cap
+1900 candidats
+1899 candidat
+1898 communication
+1897 canaux
+1896 canada
+1895 concentration
+1894 camps
+1893 campagnes
+1892 campagne
+1891 calmer
+1890 calme
+1889 calendrier
+1888 calculé
+1887 calculs
+1886 calculer
+1885 calcul
+1884 épargne
+1883 caisses
+1882 caisse
+1881 cadres
+1880 organisation
+1879 cadeaux
+1878 cacher
+1877 cabinets
+1876 cabinet
+1875 c.
+1874 vrai
+1873 honte
+1872 simplement
+1871 principal
+1870 vie
+1869 exactement
+1868 bénévoles
+1867 bénévole
+1866 bénéfique
+1865 bénéficié
+1864 bénéficiera
+1863 bénéficier
+1862 bénéficie
+1861 bénéficiant
+1860 bénéficiaires
+1859 bénéfices
+1858 bénéfice
+1857 roues
+1856 bâtons
+1855 bâtiment
+1854 buts
+1853 butoir
+1852 bureaux
+1851 bureaucratique
+1850 bureaucrates
+1849 bulletin
+1848 budgétaires
+1847 budgétaire
+1846 budgets
+1845 bruxelles
+1844 brutalité
+1843 brutal
+1842 brièvement
+1841 british
+1840 britanniques
+1839 brisé
+1838 délais
+1837 brefs
+1836 bref
+1835 branchée
+1834 branches
+1833 branche
+1832 boîte
+1831 bouleversé
+1830 boule
+1829 bouddhiste
+1828 bouclée
+1827 bordeaux
+1826 bons
+1825 voie
+1824 note
+1823 bond
+1822 vouloir
+1821 retardement
+1820 bombe
+1819 bombardements
+1818 bois
+1817 boire
+1816 blocs
+1815 blocages
+1814 bloc
+1813 blessés
+1812 blancs
+1811 biologiques
+1810 bilatérales
+1809 bilatérale
+1808 bilan
+1807 big
+1806 bienvenue
+1805 bienvenu
+1804 bientôt
+1803 biens
+1802 précis
+1801 pire
+1800 défini
+1799 conscient
+1798 bibliothèques
+1797 biais
+1796 bernd
+1795 bernard
+1794 berlin
+1793 berger
+1792 belles
+1791 belle
+1790 belgrade
+1789 belgique
+1788 belges
+1787 belge
+1786 bei
+1785 beaux
+1784 beauté
+1783 élevé
+1782 bce
+1781 bbc
+1780 battre
+1779 batterie
+1778 battent
+1777 battant
+1776 battait
+1775 bateaux
+1774 bateau
+1773 batailles
+1772 bat
+1771 basées
+1770 basée
+1769 basé
+1768 basses
+1767 basse
+1766 basques
+1765 basque
+1764 bases
+1763 revenus
+1762 barrières
+1761 barrages
+1760 barcelone
+1759 banquiers
+1758 banquier
+1757 européennes
+1756 mondiale
+1755 investissement
+1754 banque
+1753 bancs
+1752 banc
+1751 ballons
+1750 balle
+1749 balkans
+1748 baisser
+1747 back
+1746 b.
+1745 b
+1744 aéroportuaires
+1743 aéroport
+1742 aériens
+1741 aérien
+1740 ayons
+1739 ayez
+1738 emploi
+1737 recours
+1736 frappé
+1735 appartenu
+1734 axes
+1733 axe
+1732 avère
+1731 avènement
+1730 avril
+1729 avouer
+1728 avoue
+1727 avortée
+1726 vécu
+1725 travaillé
+1724 avoisinantes
+1723 impact
+1722 ratifié
+1721 dépassé
+1720 avocats
+1719 avocat
+1718 avis
+1717 avions
+1716 avion
+1715 aviez
+1714 avertissement
+1713 soin
+1712 principes
+1711 voisins
+1710 dalaï
+1709 syrie
+1708 participation
+1707 france
+1706 intégration
+1705 israël
+1704 enthousiasme
+1703 diverses
+1702 avantage
+1701 transforment
+1700 noël
+1699 garde
+1698 avancés
+1697 avancées
+1696 avancée
+1695 avancé
+1694 avancer
+1693 avance
+1692 prévu
+1691 préparé
+1690 envisagé
+1689 avais
+1688 avaient
+1687 auxquelles
+1686 événements
+1685 yeux
+1684 victimes
+1683 usa
+1682 tribunaux
+1681 travailleurs
+1680 termes
+1679 services
+1678 sanctions
+1677 rapports
+1676 propositions
+1675 projets
+1674 prochaines
+1673 portes
+1672 pme
+1671 normes
+1670 membres
+1669 mains
+1668 lieux
+1667 intérêts
+1666 inquiétudes
+1665 frais
+1664 etats
+1663 députés
+1662 dépens
+1661 côtés
+1660 citoyens
+1659 cartes
+1658 besoins
+1657 banques
+1656 autrichiens
+1655 autrichiennes
+1654 autrichien
+1653 sujets
+1652 sources
+1651 secteurs
+1650 ressources
+1649 personnes
+1648 ethniques
+1647 documents
+1646 continents
+1645 institution
+1644 autos
+1643 autoroute
+1642 locales
+1641 chinoises
+1640 palestinienne
+1639 autorité
+1638 autoritaires
+1637 autorisés
+1636 autorisées
+1635 autorisé
+1634 autoriser
+1633 autorise
+1632 autorisation
+1631 autorisant
+1630 autonomie
+1629 autonomes
+1628 autonome
+1627 automobiles
+1626 automobile
+1625 automne
+1624 automatiquement
+1623 autocars
+1622 autobus
+1621 auto
+1620 authentique
+1619 auteurs
+1618 auteur
+1617 limité
+1616 important
+1615 difficile
+1614 aurons
+1613 auriez
+1612 auraient
+1611 aurai
+1610 vain
+1609 constructeur
+1608 auprès
+1607 auparavant
+1606 augmentée
+1605 augmenterait
+1604 augmentera
+1603 augmentent
+1602 augmente
+1601 augmentant
+1600 audition
+1599 interne
+1598 audit
+1597 audacieuse
+1596 audace
+1595 aucunes
+1594 trace
+1593 information
+1592 eux
+1591 aube
+1590 vote
+1589 volume
+1588 vol
+1587 troisième
+1586 transport
+1585 total
+1584 sérieux
+1583 lanka
+1582 sri
+1581 sommet
+1580 service
+1579 large
+1578 sens
+1577 sein
+1576 regard
+1575 rang
+1574 rabais
+1573 précédent
+1572 projet
+1571 profit
+1570 processus
+1569 problème
+1568 prix
+1567 tour
+1566 poste
+1565 portugal
+1564 vite
+1563 haut
+1562 peuple
+1561 petit
+1560 passage
+1559 parlement
+1558 parc
+1557 nom
+1556 régional
+1555 national
+1554 local
+1553 international
+1552 niveau
+1551 moyen
+1550 février
+1549 octobre
+1548 milieu
+1547 mexique
+1546 maximum
+1545 long
+1544 houblon
+1543 fond
+1542 fil
+1541 développement
+1540 départ
+1539 débat
+1538 cycle
+1537 duquel
+1536 prochains
+1535 discussions
+1534 période
+1533 courant
+1532 contrôle
+1531 contenu
+1530 consommateur
+1529 conflit
+1528 commencement
+1527 chômage
+1526 centre
+1525 bureau
+1524 budget
+1523 brésil
+1522 bout
+1521 bord
+1520 fonctionnement
+1519 bon
+1518 attribuée
+1517 attribué
+1516 attribution
+1515 attribuer
+1514 vis
+1513 attiré
+1512 attirer
+1511 attire
+1510 attentivement
+1509 particulière
+1508 attention
+1507 attentes
+1506 attente
+1505 attentats
+1504 attentat
+1503 attends
+1502 attendre
+1501 attendons
+1500 attendent
+1499 attendant
+1498 attendais
+1497 attend
+1496 atteints
+1495 atteintes
+1494 atteinte
+1493 atteint
+1492 attaqué
+1491 attaques
+1490 attaquer
+1489 attaque
+1488 attachés
+1487 attachée
+1486 attaché
+1485 attacher
+1484 attache
+1483 atouts
+1482 atlantique
+1481 assurés
+1480 assurée
+1479 assuré
+1478 assurera
+1477 assurer
+1476 assurent
+1475 assure
+1474 assurant
+1473 assurances
+1472 sociale
+1471 assurance
+1470 responsabilités
+1469 assumer
+1468 assument
+1467 associés
+1466 associée
+1465 associé
+1464 associations
+1463 association
+1462 associatif
+1461 assisté
+1460 assistons
+1459 assister
+1458 assiste
+1457 assistants
+1456 assistance
+1455 assis
+1454 rapidement
+1453 grave
+1452 assez
+1451 asseoir
+1450 assemblées
+1449 assemblée
+1448 assassinés
+1447 aspirations
+1446 aspiration
+1445 aspects
+1444 aspect
+1443 asile
+1442 sud
+1441 centrale
+1440 asie
+1439 asiatique
+1438 articles
+1437 art
+1436 arrêtés
+1435 cour
+1434 arrêts
+1433 arrêter
+1432 arrêtant
+1431 arrêt
+1430 arrière
+1429 arrivés
+1428 arrivée
+1427 arrivé
+1426 arriver
+1425 arrivent
+1424 arrive
+1423 arrangements
+1422 armées
+1421 armée
+1420 armé
+1419 nucléaires
+1418 armes
+1417 arme
+1416 arguments
+1415 argument
+1414 argent
+1413 ardu
+1412 ardeur
+1411 archives
+1410 arbre
+1409 arbitre
+1408 arbitrairement
+1407 arabes
+1406 arabe
+1405 aptitude
+1404 apte
+1403 examen
+1402 midi
+1401 appuyer
+1400 appuie
+1399 appui
+1398 apprête
+1397 apprécient
+1396 appréciation
+1395 appréciait
+1394 approuvées
+1393 approuver
+1392 approuve
+1391 appropriés
+1390 appropriées
+1389 appropriée
+1388 approprié
+1387 approfondir
+1386 approcher
+1385 approche
+1384 approbation
+1383 apprennent
+1382 apprendre
+1381 apportés
+1380 apportée
+1379 apporté
+1378 apports
+1377 apportera
+1376 avantages
+1375 apporter
+1374 apportent
+1373 apporte
+1372 apport
+1371 appliquées
+1370 appliquée
+1369 appliqué
+1368 appliquer
+1367 applique
+1366 application
+1365 applaudissements
+1364 appelés
+1363 appelées
+1362 appelée
+1361 appelé
+1360 offres
+1359 appels
+1358 appelons
+1357 appellent
+1356 appelle
+1355 appeler
+1354 appel
+1353 apparue
+1352 apparu
+1351 appartient
+1350 apparition
+1349 apparence
+1348 apparaître
+1347 apparaît
+1346 apparaissent
+1345 aperçu
+1344 anxiété
+1343 antérieure
+1342 antonio
+1341 antisémitisme
+1340 anticoncurrentielles
+1339 anticiper
+1338 anti
+1337 anonyme
+1336 anomalie
+1335 venir
+1334 cinquante
+1333 passée
+1332 annulé
+1331 annulation
+1330 annuels
+1329 annuelle
+1328 annuel
+1327 annonçaient
+1326 annoncés
+1325 annoncées
+1324 annoncer
+1323 annonce
+1322 animaux
+1321 animale
+1320 angle
+1319 anglaise
+1318 anglais
+1317 ancré
+1316 anciennes
+1315 ancien
+1314 analyser
+1313 analyse
+1312 analogue
+1311 amérique
+1310 américains
+1309 américaines
+1308 américaine
+1307 américain
+1306 aménagement
+1305 améliorée
+1304 amélioré
+1303 améliorerait
+1302 choses
+1301 améliorent
+1300 améliore
+1299 améliorations
+1298 amélioration
+1297 amèrement
+1296 amère
+1295 amènera
+1294 amène
+1293 amsterdam
+1292 ampleur
+1291 amour
+1290 amis
+1289 amie
+1288 ami
+1287 amener
+1286 amendements
+1285 amendement
+1284 amende
+1283 ambitions
+1282 ambition
+1281 ambitieux
+1280 ambitieuse
+1279 altérations
+1278 altitude
+1277 alterner
+1276 alternative
+1275 allégorique
+1274 allégations
+1273 allée
+1272 allusion
+1271 allouée
+1270 vérifier
+1269 allocution
+1268 allocation
+1267 allié
+1266 alliance
+1265 allez
+1264 aller
+1263 allemands
+1262 allemandes
+1261 allemande
+1260 allemand
+1259 allant
+1258 allais
+1257 allaient
+1256 aliments
+1255 alimente
+1254 alimentation
+1253 alimentaires
+1252 alimentaire
+1251 alexandre
+1250 alerte
+1249 camus
+1248 albert
+1247 kosovo
+1246 albanais
+1245 alarme
+1244 alarmante
+1243 al
+1242 ajoutée
+1241 ajouté
+1240 ajouter
+1239 ajoute
+1238 air
+1237 aimé
+1236 aimerait
+1235 aime
+1234 aile
+1233 aider
+1232 aident
+1231 financière
+1230 aide
+1229 aidant
+1228 rencontré
+1227 remarqué
+1226 constater
+1225 lu
+1224 expliqué
+1223 agréé
+1222 agriculture
+1221 agriculteurs
+1220 agricole
+1219 agissent
+1218 agissait
+1217 agirait
+1216 agira
+1215 agir
+1214 aggravation
+1213 agents
+1212 agenda
+1211 indépendantes
+1210 agences
+1209 agence
+1208 afrique
+1207 africaines
+1206 permettre
+1205 garantir
+1204 déterminer
+1203 améliorer
+1202 affronter
+1201 affrontent
+1200 affront
+1199 affirmer
+1198 affirme
+1197 affirmant
+1196 affectées
+1195 affecté
+1194 affectera
+1193 affecter
+1192 affectent
+1191 affectation
+1190 étrangères
+1189 internes
+1188 affaires
+1187 affaire
+1186 affaiblie
+1185 adéquates
+1184 adéquate
+1183 adéquat
+1182 adversaires
+1181 adversaire
+1180 adultes
+1179 adressé
+1178 adresser
+1177 adresse
+1176 adoptée
+1175 adoption
+1174 adopter
+1173 attitude
+1172 adoptent
+1171 adopte
+1170 admission
+1169 admissibles
+1168 admiré
+1167 admiration
+1166 admirateurs
+1165 administratives
+1164 administrative
+1163 publiques
+1162 administrations
+1161 publique
+1160 administration
+1159 administratif
+1158 admettre
+1157 admet
+1156 adhésion
+1155 adhérer
+1154 adhérents
+1153 adhère
+1152 additionne
+1151 adaptées
+1150 adaptée
+1149 adaptation
+1148 actuels
+1147 actuelles
+1146 train
+1145 actuelle
+1144 actuel
+1143 actualité
+1142 économiques
+1141 activités
+1140 actives
+1139 active
+1138 actions
+1137 actionnaires
+1136 nécessaire
+1135 action
+1134 actifs
+1133 actif
+1132 acteurs
+1131 terroristes
+1130 actes
+1129 acte
+1128 acquérir
+1127 acquisition
+1126 acquise
+1125 acier
+1124 achèvera
+1123 achèvement
+1122 achètera
+1121 achètent
+1120 achevé
+1119 achever
+1118 achetée
+1117 acheteur
+1116 accélérer
+1115 accéder
+1114 accès
+1113 accusés
+1112 accusé
+1111 accusent
+1110 accusation
+1109 accusant
+1108 accueillir
+1107 accueillie
+1106 accueille
+1105 accueil
+1104 accrues
+1103 accrue
+1102 accru
+1101 accroître
+1100 accroissent
+1099 accroissement
+1098 accordés
+1097 accordées
+1096 accordée
+1095 accordé
+1094 accords
+1093 accorder
+1092 accordent
+1091 accorde
+1090 paix
+1089 accomplir
+1088 accomplie
+1087 accompli
+1086 accompagnée
+1085 accompagné
+1084 accompagnera
+1083 accompagner
+1082 accidents
+1081 accessoires
+1080 public
+1079 accessibles
+1078 accessible
+1077 acceptée
+1076 acceptons
+1075 accepter
+1074 acceptent
+1073 accepte
+1072 acceptation
+1071 acceptait
+1070 acceptables
+1069 acceptable
+1068 accent
+1067 abus
+1066 absurdes
+1065 absurde
+1064 indispensable
+1063 absolue
+1062 absolu
+1061 aboutit
+1060 aboutissent
+1059 aboutir
+1058 abouti
+1057 abordés
+1056 abordé
+1055 abordons
+1054 aborder
+1053 abordant
+1052 abord
+1051 abolition
+1050 abc
+1049 abattu
+1048 abandonnée
+1047 abandonné
+1046 abandonner
+1045 abandonne
+1044 abandon
+1043 évité
+1042 trouvé
+1041 réalisé
+1040 reçue
+1039 responsable
+1038 prise
+1037 placé
+1036 nommée
+1035 détectée
+1034 dépensé
+1033 confirmée
+1032 arrêtée
+1031 arrêté
+1030 établi
+1029 émis
+1028 écrasé
+1027 écouté
+1026 échoué
+1025 voulu
+1024 grand
+1023 touché
+1022 suivi
+1021 suggéré
+1020 souscrit
+1019 soumis
+1018 souligné
+1017 souhaité
+1016 souffert
+1015 convention
+1014 signé
+1013 signalé
+1012 réussi
+1011 répondu
+1010 réellement
+1009 rédigé
+1008 récolté
+1007 réagi
+1006 reçu
+1005 reporté
+1004 renforcé
+1003 rendu
+1002 rejeté
+1001 reconnu
+1000 rapporté
+999 rappelé
+998 mois
+997 jours
+996 publié
+995 présenté
+994 précisé
+993 provoqué
+992 proposé
+991 promis
+990 procédé
+989 priori
+988 posé
+987 porté
+986 permis
+985 perdu
+984 danger
+983 ouvert
+982 obtenu
+981 nommé
+980 montré
+979 mené
+978 mentionné
+977 marqué
+976 maintenu
+975 longtemps
+974 livré
+973 laissé
+972 impression
+971 joué
+970 interpellé
+969 indiqué
+968 fourni
+967 fixé
+966 financé
+965 objet
+964 exprimé
+963 examiné
+962 estimé
+961 environ
+960 entrepris
+959 entraîné
+958 enregistré
+957 dû
+956 développé
+955 déposé
+954 décrit
+953 déclaré
+952 décidé
+951 débuté
+950 duré
+949 demandé
+948 raisons
+947 bonnes
+946 créé
+945 critiqué
+944 contribué
+943 continué
+942 constitué
+941 constaté
+940 conscience
+939 consacré
+938 connu
+937 confirmé
+936 conduit
+935 conclu
+934 comparé
+933 commis
+932 commencé
+931 cité
+930 augmenté
+929 apprécié
+928 approuvé
+927 appris
+926 apparemment
+925 amené
+924 aidé
+923 affirmé
+922 adopté
+921 acquis
+920 accepté
+919 absolument
+918 à-vis
+917 value
+916 uni
+915 t-on
+914 t-il
+913 t-elle
+912 plan
+911 parole
+910 ouest
+909 nation
+908 lama
+907 journée
+906 heure
+905 gauche
+904 européenne
+903 européen
+902 estimer
+901 démocrates
+900 démocrate
+899 dix
+898 discrimination
+897 disant
+896 dessus
+895 limites
+894 delà
+893 clés
+892 chemin
+891 bretagne
+890 bas
+889 devons
+888 relations
+887 :
+886 99
+885 95
+884 94
+883 93
+882 92
+881 89
+880 88
+879 87
+878 86
+877 85
+876 82
+875 81
+874 800
+873 80
+872 8
+871 79
+870 75
+869 74
+868 700
+867 70
+866 68
+865 67
+864 62
+863 6000
+862 60
+861 56
+860 55
+859 53
+858 52
+857 anniversaire
+856 50e
+855 500
+854 5,5
+853 48
+852 47
+851 46
+850 45
+849 44
+848 43
+847 41
+846 400
+845 dollars
+844 40
+843 39
+842 38
+841 37
+840 36
+839 350
+838 35
+837 34
+836 33
+835 3000
+834 300
+833 euros
+832 milliards
+831 29
+830 280
+829 26
+828 250
+827 25
+826 245
+825 24
+824 23
+823 21
+822 2025
+821 2020
+820 2010
+819 2006
+818 2005
+817 2004
+816 2003
+815 2002
+814 2001
+813 2000
+812 200
+811 2,8
+810 2,6
+809 2,3
+808 2
+807 1er
+806 1998
+805 1997
+804 1996
+803 1995
+802 1999
+801 1994
+800 1993
+799 1992
+798 1991
+797 1990
+796 1989
+795 1982
+794 1976
+793 1969
+792 1967
+791 1957
+790 195
+789 1945
+788 19
+787 180
+786 décembre
+785 17h30
+784 17
+783 mars
+782 septembre
+781 14
+780 heures
+779 110
+778 11
+777 101
+776 1000
+775 100
+774 janvier
+773 1,27
+772 008
+771 habitants
+770 000
+769 00
+768 /
+767 ...
+766 ..
+765 premiers
+764 éventuellement
+763 donné
+762 étant
+761 élu
+760 travers
+759 souligner
+758 savoir
+757 réduire
+756 présent
+755 propos
+754 partir
+753 reprises
+752 maintes
+751 hauteur
+750 époque
+749 échelle
+748 occasion
+747 issue
+746 instar
+745 avenir
+744 condition
+743 égard
+742 stade
+741 cause
+740 égards
+739 compris
+738 vraiment
+737 avez
+736 aurez
+735 votre
+734 vos
+733 voire
+732 voilà
+731 vers
+730 utilisée
+729 personne
+728 nouvelle
+727 enquête
+726 bonne
+725 tiers
+724 jeune
+723 document
+722 coup
+721 changement
+720 an
+719 trop
+718 trois
+717 toutefois
+716 toujours
+715 tom
+714 tels
+713 telles
+712 telle
+711 tel
+710 tandis
+709 base
+708 supprime
+707 suivies
+706 suivant
+705 suite
+704 souvent
+703 peine
+702 couvert
+701 supervision
+700 sous
+699 baisse
+698 sociales
+697 six
+696 sinon
+695 tient
+694 seuls
+693 seule
+692 seul
+691 sept
+690 semblent
+689 moi
+688 pose
+687 sauf
+686 pouvoir
+685 doute
+684 sans
+683 sait
+682 sachant
+681 position
+680 s
+679 réaliser
+678 changé
+677 riche
+676 respecte
+675 rendant
+674 quoique
+673 quoi
+672 voudrait
+671 vient
+670 travaillait
+669 seront
+668 trouve
+667 occupe
+666 représentent
+665 prévoit
+664 pourra
+663 porte
+662 permettrait
+661 vigueur
+660 entrée
+659 voté
+658 quels
+657 quelque
+656 quelqu&apos;
+655 quelles
+654 quelle
+653 quel
+652 soit
+651 quatre
+650 quand
+649 agisse
+648 qu
+647 puissent
+646 puisque
+645 puisqu&apos;
+644 publiée
+643 présidente
+642 probablement
+641 principalement
+640 presque
+639 prennent
+638 prend
+637 prenant
+636 pourtant
+635 pourraient
+634 éviter
+633 défendre
+632 atteindre
+631 portant
+630 plusieurs
+629 tôt
+628 tard
+627 cent
+626 peu
+625 pendant
+624 parvient
+623 partant
+622 lesquels
+621 parmi
+620 parfois
+619 conséquent
+618 paient
+617 organisée
+616 or
+615 voit
+614 puisse
+613 faisait
+612 demande
+611 constate
+610 offrir
+609 offre
+608 néanmoins
+607 voyons
+606 voir
+605 voulons
+604 prêts
+603 savons
+602 risquons
+601 pourrons
+600 trouvons
+599 sommes
+598 pouvons
+597 disposons
+596 devrons
+595 devrions
+594 pu
+593 besoin
+592 aurions
+591 arrivons
+590 allons
+589 notamment
+588 nos
+587 ni
+586 prononce
+585 trompons
+584 étaient
+583 monsieur
+582 mon
+581 miser
+580 place
+579 mis
+578 mes
+577 merci
+576 malheureusement
+575 malgré
+574 ça
+573 plutôt
+572 crois
+571 réalité
+570 ma
+569 m.
+568 m&apos;
+567 là
+566 lundi
+565 lui
+564 lorsque
+563 lorsqu&apos;
+562 lors
+561 loin
+560 leurs
+559 unis
+558 états
+557 zones
+556 villes
+555 transports
+554 syndicats
+553 socialistes
+552 scientifiques
+551 résultats
+550 régions
+549 réfugiés
+548 réactions
+547 responsables
+546 questions
+545 prévisions
+544 producteurs
+543 organisations
+542 mêmes
+541 moyens
+540 mots
+539 mesures
+538 gouvernements
+537 gens
+536 fournisseurs
+535 femmes
+534 entreprises
+533 engagements
+532 effets
+531 détenteurs
+530 dépenses
+529 déclarations
+528 décisions
+527 déchets
+526 dirigeants
+525 consommateurs
+524 chiffres
+523 changements
+522 autorités
+521 aides
+520 leader
+519 vice
+518 tribunal
+517 travailleur
+516 travail
+515 stock
+514 rôle
+513 royaume
+512 reste
+511 respect
+510 pétrole
+509 président
+508 programme
+507 professeur
+506 genre
+505 pays
+504 parti
+503 nombre
+502 mot
+501 ministre
+500 jour
+499 japon
+498 britannique
+497 gouvernement
+496 fpö
+495 financement
+494 faible
+493 déficit
+492 droit
+491 conseil
+490 commissaire
+489 commerce
+488 comité
+487 chef
+486 chaos
+485 turquie
+484 sécurité
+483 société
+482 situation
+481 semaine
+480 réserve
+479 réponse
+478 répartition
+477 réforme
+476 relance
+475 recherche
+474 quantité
+473 qualité
+472 protection
+471 proposition
+470 production
+469 priorité
+468 poursuite
+467 politique
+466 grande
+465 forte
+464 peur
+463 pauvreté
+462 mort
+461 moitié
+460 mise
+459 masse
+458 marée
+457 majorité
+456 lutte
+455 grèce
+454 forêt
+453 délégation
+452 défense
+451 déclaration
+450 décision
+449 direction
+448 différence
+447 dernière
+446 culture
+445 brillante
+444 boucle
+443 état
+442 éducation
+441 union
+440 otan
+439 obligation
+438 objectif
+437 importance
+436 idée
+435 espagne
+434 ensemble
+433 ancienne
+432 ambassadeur
+431 activité
+430 absence
+429 l
+428 karl
+427 juste
+426 jusqu&apos;
+425 jusqu
+424 jugés
+423 jeudi
+422 voudrais
+421 vois
+420 viens
+419 réitère
+418 pense
+417 prendre
+416 veux
+415 savais
+414 tourne
+413 me
+412 crains
+411 espère
+410 suis
+409 aurais
+408 aimerais
+407 indépendants
+406 incluant
+405 veulent
+404 était
+403 quelques
+402 ans
+401 mieux
+400 vaut
+399 possible
+398 semble
+397 avéré
+396 risque
+395 agit
+394 s&apos;
+393 aura
+392 rien
+391 y
+390 jamais
+389 n
+388 faudrait
+387 faudra
+386 existe
+385 évident
+384 également
+383 utile
+382 raisonnable
+381 question
+380 essentiel
+379 devenu
+378 aurait
+377 parlé
+376 fallu
+375 eu
+374 ici
+373 hélas
+372 matin
+371 hier
+370 heureusement
+369 grâce
+368 franz
+367 font
+366 fondée
+365 fondé
+364 fonctionnent
+363 face
+362 ex
+361 etc.
+360 surtout
+359 seulement
+358 selon
+357 puis
+356 particulièrement
+355 parce
+354 avons
+353 maintenant
+352 peux
+351 ai
+350 j&apos;
+349 part
+348 pourquoi
+347 si
+346 prête
+345 entraînent
+344 entend
+343 ensuite
+342 enfin
+341 encore
+340 évitant
+339 vertu
+338 utilisant
+337 tenant
+336 tant
+335 soulignant
+334 sur
+333 basant
+332 se
+331 revanche
+330 raison
+329 premier
+328 passant
+327 partie
+326 particulier
+325 outre
+324 novembre
+323 temps
+322 matière
+321 mai
+320 adaptant
+319 occurrence
+318 juillet
+317 italie
+316 général
+315 félicitant
+314 fonction
+313 fin
+312 faveur
+311 faisant
+310 europe
+309 effet
+308 dépit
+307 définitive
+306 concertation
+305 collaboration
+304 accident
+303 autriche
+302 allemagne
+301 accord
+300 vont
+299 peuvent
+298 va
+297 peut
+296 elle
+295 efficace
+294 déjà
+293 décide
+292 dès
+291 durant
+290 due
+289 secteur
+288 groupe
+287 donc
+286 doivent
+285 disons
+284 disent
+283 disait
+282 devrait
+281 devraient
+280 devra
+279 deviennent
+278 devant
+277 deux
+276 destiné
+275 représentants
+274 problèmes
+273 plans
+272 jeunes
+271 droits
+270 dizaines
+269 derrière
+268 depuis
+267 demandent
+266 trouver
+265 sorte
+264 nouvelles
+263 nouveaux
+262 nombreux
+261 nombreuses
+260 mettre
+259 leur
+258 côté
+257 grands
+256 faire
+255 façon
+254 date
+253 toutes
+252 toute
+251 détails
+250 tous
+249 rapport
+248 sa
+247 négociations
+246 passé
+245 même
+244 meilleur
+243 domaine
+242 cadre
+241 but
+240 laquelle
+239 région
+238 plupart
+237 cas
+236 manière
+235 certaine
+234 vue
+233 point
+232 examiner
+231 aucuns
+230 d
+229 couvrant
+228 contre
+227 contrairement
+226 constituent
+225 considère
+224 dispositions
+223 conformément
+222 concerne
+221 concernant
+220 tenu
+219 compte
+218 comprend
+217 commence
+216 représentant
+215 exemple
+214 montre
+213 ailleurs
+212 clairement
+211 cinq
+210 chose
+209 choisir
+208 chargée
+207 année
+206 chaque
+205 chacun
+204 ceux
+203 conférence
+202 cet
+201 années
+200 dernières
+199 derniers
+198 ces
+197 certes
+196 groupes
+195 certains
+194 certaines
+193 certainement
+192 cependant
+191 celui
+190 celles
+189 ci
+188 celle
+187 ceci
+186 système
+185 serait
+184 signifie
+183 représente
+182 pourrait
+181 dire
+180 veut
+179 explique
+178 constitue
+177 sera
+176 dont
+175 dernier
+174 chiffre
+173 on
+172 faut
+171 elles
+170 car
+169 très
+168 précisément
+167 fois
+166 première
+165 justement
+164 à-dire
+163 @-@
+162 c&apos;
+161 c
+160 évidemment
+159 sûr
+158 soient
+157 ils
+156 entendu
+155 beaucoup
+154 ayant
+153 ses
+152 lequel
+151 soutien
+150 possibilité
+149 cette
+148 élections
+147 avant
+146 avait
+145 auxquels
+144 autrement
+143 autour
+142 autant
+141 aussi
+140 auront
+139 auquel
+138 hui
+137 aujourd&apos;
+136 augmenter
+135 aucune
+134 autre
+133 aucun
+132 vu
+131 titre
+130 terme
+129 sujet
+128 quotidien
+127 où
+126 moment
+125 lieu
+124 début
+123 cours
+122 contraire
+121 tout
+120 son
+119 avoir
+118 après
+117 anciens
+116 autres
+115 est
+114 alors
+113 allait
+112 ait
+111 avec
+110 ainsi
+109 aient
+108 renforcer
+107 donner
+106 afin
+105 affirment
+104 adoptées
+103 actuellement
+102 été
+101 récemment
+100 pris
+99 intention
+98 fait
+97 nouveau
+96 annoncé
+95 90
+94 9
+93 7
+92 6
+91 millions
+90 50
+89 5
+88 42
+87 4
+86 32
+85 31
+84 30
+83 3
+82 28
+81 27
+80 22
+79 20
+78 18
+77 16
+76 15
+75 13
+74 12
+73 10
+72 1
+71 +
+70 bien
+69 ;
+68 plus
+67 par
+66 article
+65 élargissement
+64 égalité
+63 vous
+62 homme
+61 transparence
+60 sont
+59 que
+58 qu&apos;
+57 oui
+56 ou
+55 n&apos;
+54 nous
+53 notre
+52 non
+51 ne
+50 moins
+49 marché
+48 monde
+47 commission
+46 justice
+45 je
+44 entre
+43 doit
+42 l&apos;
+41 d&apos;
+40 comment
+39 cela
+38 aux
+37 ?
+36 -
+35 une
+34 un
+33 qui
+32 mais
+31 comme
+30 ce
+29 )
+28 être
+27 ont
+26 il
+25 en
+24 augmentation
+23 pas
+22 dit
+21 a
+20 &apos;
+19 &#93;
+18 &#91;
+17 à
+16 pour
+15 le
+14 et
+13 du
+12 des
+11 population
+10 la
+9 de
+8 les
+7 dans
+6 au
+5 ,
+4 (
+3 %
+2 .
+1 &quot;
+0 !
diff --git a/tests/phrase.multi-lm/reordering-table.2.0-0.wbe-msd-bidirectional-fe.binlexr.voc1 b/tests/phrase.multi-lm/reordering-table.2.0-0.wbe-msd-bidirectional-fe.binlexr.voc1
new file mode 100644
index 0000000..8b5858b
--- /dev/null
+++ b/tests/phrase.multi-lm/reordering-table.2.0-0.wbe-msd-bidirectional-fe.binlexr.voc1
@@ -0,0 +1,6377 @@
+6376 evaluate
+6375 verifying
+6374 inward
+6373 ethical
+6372 concise
+6371 rotate
+6370 surveys
+6369 phases
+6368 semi
+6367 draws
+6366 invoking
+6365 accommodation
+6364 equilibrium
+6363 emit
+6362 emitted
+6361 surface
+6360 plane
+6359 remoteness
+6358 élites
+6357 clients
+6356 elevate
+6355 statistical
+6354 pylons
+6353 adherents
+6352 enlarging
+6351 enlarge
+6350 broadening
+6349 audiences
+6348 display
+6347 elaboration
+6346 kosovan
+6345 toothless
+6344 reliant
+6343 write
+6342 squash
+6341 ecosystem
+6340 problematical
+6339 ecologically
+6338 ecology
+6337 schools
+6336 platform
+6335 exchanged
+6334 qualms
+6333 soul
+6332 unleashed
+6331 formula
+6330 streets
+6329 moscow
+6328 tolls
+6327 style
+6326 inject
+6325 versed
+6324 saturday
+6323 zealand
+6322 grey
+6321 yugoslavia
+6320 exciting
+6319 astonishing
+6318 20th
+6317 washington
+6316 checking
+6315 forcefully
+6314 viewpoints
+6313 trip
+6312 hebron
+6311 wishing
+6310 appetite
+6309 nationalism
+6308 wanting
+6307 passes
+6306 polls
+6305 owning
+6304 von
+6303 voluntarily
+6302 arises
+6301 legalities
+6300 juncture
+6299 eke
+6298 vitality
+6297 visual
+6296 principally
+6295 envisages
+6294 deleting
+6293 relieving
+6292 reinstated
+6291 faces
+6290 visa
+6289 inclination
+6288 fulfils
+6287 virus
+6286 freeze
+6285 violent
+6284 infringes
+6283 stamping
+6282 violated
+6281 violation
+6280 attentiveness
+6279 loud
+6278 doris
+6277 mix
+6276 vienna
+6275 triumph
+6274 viable
+6273 verbally
+6272 pluck
+6271 vendée
+6270 sold
+6269 vendor
+6268 prolonged
+6267 widening
+6266 evaluations
+6265 vague
+6264 holiday
+6263 uniformly
+6262 deriving
+6261 uniting
+6260 quest
+6259 sided
+6258 displays
+6257 bigger
+6256 street
+6255 sidelong
+6254 posturing
+6253 bedrock
+6252 enhanced
+6251 theft
+6250 comprehensible
+6249 backwardness
+6248 neighbourhood
+6247 ukraine
+6246 plants
+6245 turkmenistan
+6244 tunnels
+6243 teu
+6242 corporation
+6241 anomalies
+6240 troops
+6239 distress
+6238 collected
+6237 trittin
+6236 sad
+6235 breakthrough
+6234 tribunals
+6233 mediation
+6232 carriage
+6231 transforms
+6230 deckchairs
+6229 tranche
+6228 broaches
+6227 traitors
+6226 traditions
+6225 tradition
+6224 protects
+6223 ad
+6222 sizing
+6221 tour
+6220 watershed
+6219 impinge
+6218 stark
+6217 torture
+6216 misconception
+6215 tons
+6214 tonnes
+6213 fabric
+6212 reticent
+6211 theatre
+6210 fibres
+6209 wordings
+6208 terrorists
+6207 landlocked
+6206 larvae
+6205 futures
+6204 chipped
+6203 endeavouring
+6202 trends
+6201 upward
+6200 online
+6199 expediency
+6198 technological
+6197 variety
+6196 seminar
+6195 systematic
+6194 linear
+6193 synonym
+6192 symptoms
+6191 symbol
+6190 woman
+6189 swedish
+6188 suspended
+6187 halting
+6186 suspects
+6185 hormone
+6184 vision
+6183 surprised
+6182 surprising
+6181 overcoming
+6180 bidding
+6179 panels
+6178 globe
+6177 displayed
+6176 dismissal
+6175 yield
+6174 respectable
+6173 underlining
+6172 majeure
+6171 axed
+6170 averted
+6169 assumes
+6168 occurrence
+6167 st
+6166 geography
+6165 suffolk
+6164 adequately
+6163 sud
+6162 substantially
+6161 strategically
+6160 scorched
+6159 strasbourg
+6158 stockholm
+6157 statute
+6156 star
+6155 stagnation
+6154 saint
+6153 reassurances
+6152 specialising
+6151 spectacle
+6150 underground
+6149 informal
+6148 seconded
+6147 aided
+6146 shortly
+6145 implies
+6144 adherence
+6143 suspicions
+6142 featuring
+6141 seal
+6140 stresses
+6139 outrage
+6138 desirable
+6137 suffers
+6136 compete
+6135 suddenly
+6134 exhaustive
+6133 hurdle
+6132 learnt
+6131 posted
+6130 discourteous
+6129 doubled
+6128 travelled
+6127 crossing
+6126 dark
+6125 weaker
+6124 surfaces
+6123 solbes
+6122 solana
+6121 sixties
+6120 tonight
+6119 finer
+6118 sociological
+6117 socio
+6116 sociale
+6115 moderation
+6114 moderate
+6113 seats
+6112 ruin
+6111 harassment
+6110 siècle
+6109 sixth
+6108 devastated
+6107 singapore
+6106 simplify
+6105 answered
+6104 forth
+6103 signified
+6102 signing
+6101 enlightenment
+6100 nevada
+6099 sierra
+6098 gear
+6097 penny
+6096 threshold
+6095 milestone
+6094 capacities
+6093 avail
+6092 pressed
+6091 biting
+6090 snake
+6089 secretariat
+6088 secrets
+6087 confidential
+6086 sec
+6085 steer
+6084 forgiven
+6083 satisfying
+6082 discharged
+6081 feeds
+6080 welcomes
+6079 smoking
+6078 dispose
+6077 consorted
+6076 focuses
+6075 scenarios
+6074 slightly
+6073 schooling
+6072 leavers
+6071 educational
+6070 sceptics
+6069 saving
+6068 supposedly
+6067 satisfy
+6066 sarre
+6065 santa
+6064 salazar
+6063 earner
+6062 arrives
+6061 weather
+6060 wisdom
+6059 sabah
+6058 charterer
+6057 horizontally
+6056 promising
+6055 horizon
+6054 expand
+6053 revolved
+6052 expects
+6051 confront
+6050 rainfall
+6049 sits
+6048 dream
+6047 disclosure
+6046 revolution
+6045 bygone
+6044 succeeds
+6043 reuniting
+6042 reunification
+6041 revival
+6040 premises
+6039 residing
+6038 reserved
+6037 reserves
+6036 reputation
+6035 repression
+6034 strides
+6033 allaying
+6032 satisfies
+6031 splitting
+6030 redistributing
+6029 rife
+6028 delight
+6027 reiterated
+6026 regular
+6025 legalised
+6024 settled
+6023 arrangement
+6022 diet
+6021 determining
+6020 regulated
+6019 mature
+6018 revisit
+6017 vary
+6016 drastically
+6015 adjusting
+6014 compiled
+6013 recouping
+6012 rewards
+6011 harvest
+6010 reacting
+6009 restating
+6008 reactors
+6007 candu
+6006 ruiz
+6005 compensates
+6004 yellow
+6003 rotation
+6002 romantic
+6001 mammon
+6000 diagnosis
+5999 stacked
+5998 richer
+5997 wealthy
+5996 ricardo
+5995 reviewed
+5994 pensioners
+5993 fly
+5992 deprivation
+5991 delays
+5990 finished
+5989 restraints
+5988 hanging
+5987 preserved
+5986 legislator
+5985 respected
+5984 honoured
+5983 respectively
+5982 representing
+5981 underpinned
+5980 profitable
+5979 renew
+5978 reaffirm
+5977 renounced
+5976 advocate
+5975 strengthens
+5974 reinforces
+5973 reinforcement
+5972 dispensing
+5971 advising
+5970 rendered
+5969 rolled
+5968 substitute
+5967 replacing
+5966 replace
+5965 dates
+5964 cast
+5963 warm
+5962 remark
+5961 remarkable
+5960 released
+5959 stimulation
+5958 refute
+5957 regretting
+5956 refusing
+5955 refuses
+5954 unwillingness
+5953 reflects
+5952 downturn
+5951 collate
+5950 encompasses
+5949 utilise
+5948 rebuilding
+5947 acknowledges
+5946 requiring
+5945 ratify
+5944 miss
+5943 reassured
+5942 garner
+5941 rarely
+5940 rare
+5939 reconcile
+5938 approximate
+5937 differently
+5936 dawning
+5935 remembered
+5934 speedily
+5933 quicker
+5932 decreased
+5931 haste
+5930 timely
+5929 swiftly
+5928 speedy
+5927 belongs
+5926 renationalise
+5925 raison
+5924 rational
+5923 railways
+5922 radio
+5921 radicals
+5920 radically
+5919 radiation
+5918 racists
+5917 racist
+5916 quo
+5915 fifteen
+5914 forwards
+5913 eschews
+5912 unreasonable
+5911 appropriately
+5910 contradicts
+5909 consuming
+5908 vis
+5907 translate
+5906 thereafter
+5905 cherished
+5904 concentrates
+5903 satisfactory
+5902 warrants
+5901 wheelchairs
+5900 olaf
+5899 prohibiting
+5898 questionnaire
+5897 analysed
+5896 seconds
+5895 somebody
+5894 mediaeval
+5893 wipe
+5892 fought
+5891 reformed
+5890 idiot
+5889 advanced
+5888 neighbourhoods
+5887 flight
+5886 regain
+5885 whenever
+5884 qualifications
+5883 platforms
+5882 ignorant
+5881 beetle
+5880 wonderful
+5879 outer
+5878 accords
+5877 dictatorships
+5876 reconsideration
+5875 oarsmen
+5874 undoing
+5873 relational
+5872 regaining
+5871 manpower
+5870 omitted
+5869 fishermen
+5868 tanker
+5867 peripheral
+5866 outermost
+5865 periphery
+5864 outlying
+5863 periodic
+5862 perimeter
+5861 saturation
+5860 distressing
+5859 peking
+5858 toys
+5857 pvc
+5856 puerta
+5855 funded
+5854 publishing
+5853 publishes
+5852 psychological
+5851 pseudo
+5850 sworn
+5849 earmarked
+5848 anticipated
+5847 occupation
+5846 foresee
+5845 anticipation
+5844 alleged
+5843 chaired
+5842 sparing
+5841 expound
+5840 inherent
+5839 presenting
+5838 berend
+5837 pains
+5836 prepares
+5835 preparatory
+5834 worries
+5833 levy
+5832 introductory
+5831 prejudices
+5830 preference
+5829 prefer
+5828 precedent
+5827 boom
+5826 estimates
+5825 cautious
+5824 bill
+5823 demonstrates
+5822 proving
+5821 protected
+5820 afforded
+5819 conceal
+5818 heckling
+5817 equipped
+5816 looting
+5815 holder
+5814 possess
+5813 nominated
+5812 professions
+5811 transmit
+5810 prematurely
+5809 sustained
+5808 advances
+5807 certificate
+5806 realité
+5805 dedicated
+5804 overhaul
+5803 assigned
+5802 prosecutors
+5801 probability
+5800 pro
+5799 uncultured
+5798 privilege
+5797 courageous
+5796 principal
+5795 thread
+5794 fashioned
+5793 crudely
+5792 grandiose
+5791 maiden
+5790 practices
+5789 poet
+5788 wealthiest
+5787 happily
+5786 counterpart
+5785 assisted
+5784 quotas
+5783 percentage
+5782 regeneration
+5781 jeopardises
+5780 salient
+5779 terminating
+5778 site
+5777 routes
+5776 iso
+5775 posts
+5774 positively
+5773 betokens
+5772 javette
+5771 spokespersons
+5770 laying
+5769 harbour
+5768 populist
+5767 polish
+5766 politically
+5765 fish
+5764 pervasiveness
+5763 strokes
+5762 minded
+5761 plank
+5760 reminiscent
+5759 successive
+5758 significantly
+5757 smallest
+5756 broader
+5755 freeing
+5754 weakest
+5753 ugly
+5752 clearer
+5751 acutely
+5750 flat
+5749 plastic
+5748 complaint
+5747 consigned
+5746 treat
+5745 phenomena
+5744 blip
+5743 random
+5742 physical
+5741 phare
+5740 emerge
+5739 dampening
+5738 evaded
+5737 leaf
+5736 rejecting
+5735 workshop
+5734 terribly
+5733 reviled
+5732 petroleum
+5731 nobody
+5730 persistent
+5729 strive
+5728 secondary
+5727 concludes
+5726 render
+5725 zones
+5724 explains
+5723 reserve
+5722 landscape
+5721 patients
+5720 passion
+5719 passenger
+5718 pas
+5717 livelihood
+5716 empty
+5715 falling
+5714 retrograde
+5713 backward
+5712 grâce
+5711 elicit
+5710 behaving
+5709 seemed
+5708 supporter
+5707 presumably
+5706 partially
+5705 matches
+5704 vacuums
+5703 partial
+5702 rapporteur
+5701 condone
+5700 enters
+5699 churches
+5698 opponent
+5697 keener
+5696 sharing
+5695 divisions
+5694 marriage
+5693 messages
+5692 paris
+5691 bet
+5690 wager
+5689 springs
+5688 privileged
+5687 compel
+5686 parameters
+5685 paradox
+5684 paradoxical
+5683 par
+5682 threes
+5681 retained
+5680 marshal
+5679 nowhere
+5678 noire
+5677 alia
+5676 league
+5675 palermo
+5674 picks
+5673 pages
+5672 page
+5671 pact
+5670 pack
+5669 openly
+5668 hurricanes
+5667 forsaken
+5666 forgotten
+5665 forgetfulness
+5664 suspension
+5663 denied
+5662 hostage
+5661 oslo
+5660 ortega
+5659 origin
+5658 orientated
+5657 strand
+5656 rescue
+5655 ears
+5654 speaker
+5653 kinsmen
+5652 petty
+5651 traders
+5650 verdict
+5649 arisen
+5648 saved
+5647 wrote
+5646 underlined
+5645 annually
+5644 bolstered
+5643 acknowledged
+5642 prompted
+5641 relaunched
+5640 feathered
+5639 hint
+5638 fed
+5637 transformation
+5636 ring
+5635 hat
+5634 vigorously
+5633 opens
+5632 ocean
+5631 occupied
+5630 embrace
+5629 occupying
+5628 western
+5627 unsuccessful
+5626 obtained
+5625 obstacle
+5624 dubiously
+5623 observer
+5622 objectively
+5621 neo
+5620 stays
+5619 powerless
+5618 insignificant
+5617 adversely
+5616 fated
+5615 conditio
+5614 urgently
+5613 chances
+5612 child
+5611 nanny
+5610 anywhere
+5609 undermine
+5608 detrimental
+5607 father
+5606 persist
+5605 crop
+5604 solemnly
+5603 overstate
+5602 sticking
+5601 unfavourable
+5600 overarching
+5599 rethink
+5598 flooded
+5597 realisation
+5596 neighbours
+5595 nordic
+5594 named
+5593 pulls
+5592 nominate
+5591 appointments
+5590 nomination
+5589 nut
+5588 spillage
+5587 anglo
+5586 denying
+5585 deny
+5584 york
+5583 ninth
+5582 clean
+5581 net
+5580 learned
+5579 indiscriminate
+5578 torn
+5577 failing
+5576 tolerate
+5575 governability
+5574 derogations
+5573 synonymous
+5572 wilderness
+5571 exceed
+5570 nazi
+5569 shipwreck
+5568 napolitano
+5567 birthright
+5566 crystal
+5565 lagging
+5564 appeasement
+5563 mindful
+5562 commandments
+5561 mistrusted
+5560 preclude
+5559 exclude
+5558 sank
+5557 schreyer
+5556 reap
+5555 career
+5554 deserve
+5553 distinction
+5552 deserving
+5551 scorning
+5550 memoires
+5549 mixing
+5548 medical
+5547 albanian
+5546 mothers
+5545 music
+5544 municipality
+5543 municipal
+5542 multiplication
+5541 motorcycles
+5540 motorcycle
+5539 moss
+5538 murder
+5537 morgan
+5536 mounted
+5535 montreal
+5534 spiritual
+5533 animosities
+5532 counts
+5531 province
+5530 operational
+5529 anybody
+5528 compared
+5527 modifications
+5526 modernise
+5525 modernising
+5524 progressive
+5523 misery
+5522 small-
+5521 opt
+5520 scrapped
+5519 warned
+5518 painstakingly
+5517 ministerial
+5516 ministry
+5515 tolerated
+5514 minimising
+5513 demographic
+5512 undermining
+5511 thousand
+5510 sticky
+5509 midlands
+5508 shell
+5507 dot
+5506 inasmuch
+5505 measured
+5504 gauge
+5503 mood
+5502 messrs
+5501 es
+5500 condescending
+5499 seas
+5498 mercury
+5497 deliberately
+5496 jeopardise
+5495 upset
+5494 seat
+5493 joined
+5492 mccarthy
+5491 mass
+5490 plethora
+5489 mountain
+5488 vichy
+5487 mark
+5486 freshwater
+5485 marine
+5484 maria
+5483 margin
+5482 mercy
+5481 dealers
+5480 freight
+5479 missed
+5478 violate
+5477 misses
+5476 ills
+5475 ostensibly
+5474 exhibitions
+5473 manipulates
+5472 commandment
+5471 prestigious
+5470 manchester
+5469 sleeves
+5468 maltese
+5467 diseases
+5466 needing
+5465 homes
+5464 mayors
+5463 verdicts
+5462 maintaining
+5461 meagre
+5460 magnificent
+5459 madrid
+5458 madam
+5457 machine
+5456 heartfelt
+5455 moratinos
+5454 scandinavian
+5453 legitimising
+5452 legislature
+5451 accedes
+5450 squarely
+5449 heroic
+5448 injecting
+5447 penalised
+5446 tag
+5445 enlist
+5444 praised
+5443 atlantique
+5442 loire
+5441 logically
+5440 rationale
+5439 locally
+5438 intervening
+5437 multinational
+5436 tongues
+5435 literature
+5434 commendation
+5433 shores
+5432 fixing
+5431 tying
+5430 bind
+5429 liberal
+5428 libya
+5427 grace
+5426 freer
+5425 preaching
+5424 lifted
+5423 names
+5422 himalayan
+5421 dubious
+5420 reminders
+5419 foreigners
+5418 aliens
+5417 contemplated
+5416 russian
+5415 transfers
+5414 voters
+5413 mainland
+5412 spot
+5411 flags
+5410 recommendation
+5409 cash
+5408 classed
+5407 prey
+5406 staggering
+5405 syrians
+5404 strategies
+5403 sub
+5402 serbs
+5401 serb
+5400 reservations
+5399 consultancy
+5398 network
+5397 registers
+5396 relationships
+5395 accompanying
+5394 shipowners
+5393 owners
+5392 typically
+5391 profits
+5390 pressures
+5389 safest
+5388 extensively
+5387 closest
+5386 caught
+5385 larger
+5384 courses
+5383 losses
+5382 commit
+5381 rich
+5380 poorest
+5379 participants
+5378 bird
+5377 technologies
+5376 unpleasant
+5375 morals
+5374 multinationals
+5373 circles
+5372 books
+5371 limitations
+5370 liberals
+5369 imperatives
+5368 vulnerable
+5367 moved
+5366 specialised
+5365 store
+5364 craft
+5363 older
+5362 mountainous
+5361 deeds
+5360 slowly
+5359 returning
+5358 pétain
+5357 mantra
+5356 ante
+5355 delicate
+5354 weekend
+5353 glass
+5352 tunnel
+5351 tauern
+5350 banner
+5349 turnout
+5348 drag
+5347 staffing
+5346 sees
+5345 contemplating
+5344 coattails
+5343 seventh
+5342 distinct
+5341 consolation
+5340 ceasing
+5339 allay
+5338 reversed
+5337 handover
+5336 rejection
+5335 rail
+5334 seixas
+5333 owns
+5332 polluter
+5331 wallet
+5330 pilot
+5329 possession
+5328 challenging
+5327 menu
+5326 planet
+5325 everybody
+5324 prosecutor
+5323 evil
+5322 luxembourg
+5321 amounting
+5320 economically
+5319 souladakis
+5318 sjöstedt
+5317 rübig
+5316 newton
+5315 marinos
+5314 dimitrakopoulos
+5313 ortuondo
+5312 touches
+5311 licensing
+5310 languages
+5309 announcements
+5308 plunge
+5307 launching
+5306 launch
+5305 signals
+5304 placing
+5303 lets
+5302 religious
+5301 loopholes
+5300 gaps
+5299 excuse
+5298 routine
+5297 separate
+5296 carefulness
+5295 vigilance
+5294 alert
+5293 victory
+5292 aspe
+5291 apex
+5290 vat
+5289 auspices
+5288 transposition
+5287 exxon
+5286 practically
+5285 tolerance
+5284 terror
+5283 earth
+5282 temptation
+5281 storm
+5280 separated
+5279 selecting
+5278 sittings
+5277 sessional
+5276 elimination
+5275 stable
+5274 sum
+5273 massive
+5272 resistance
+5271 frost
+5270 burner
+5269 curb
+5268 reorganisation
+5267 recession
+5266 overriding
+5265 attaining
+5264 royal
+5263 richness
+5262 rhetoric
+5261 resettle
+5260 restoration
+5259 resurgence
+5258 resumption
+5257 revitalise
+5256 motive
+5255 race
+5254 tail
+5253 unfolds
+5252 publication
+5251 changeover
+5250 preparing
+5249 preparations
+5248 proximity
+5247 protests
+5246 successes
+5245 cotton
+5244 prioritisation
+5243 demonstration
+5242 swing
+5241 actively
+5240 continuation
+5239 door
+5238 romany
+5237 therein
+5236 constituents
+5235 pollution
+5234 transformed
+5233 broadest
+5232 suspending
+5231 suffering
+5230 pave
+5229 spoke
+5228 negligence
+5227 inactivity
+5226 carelessness
+5225 shape
+5224 younger
+5223 tab
+5222 norway
+5221 normality
+5220 nationality
+5219 method
+5218 multiplicity
+5217 restraint
+5216 mobility
+5215 inauguration
+5214 threatened
+5213 dangers
+5212 threats
+5211 surest
+5210 strictly
+5209 object
+5208 battle
+5207 logic
+5206 lacked
+5205 delivery
+5204 edge
+5203 keeping
+5202 galicia
+5201 disgraceful
+5200 avilés
+5199 frahm
+5198 cyber
+5197 pt
+5196 bulgaria
+5195 speculative
+5194 evolution
+5193 strict
+5192 installation
+5191 equivalent
+5190 balancing
+5189 phasing
+5188 eliminating
+5187 electoral
+5186 thrust
+5185 egypt
+5184 seasonal
+5183 transmits
+5182 coup
+5181 induction
+5180 contaminants
+5179 usefulness
+5178 usage
+5177 deploying
+5176 uranium
+5175 unity
+5174 opprobrium
+5173 oppression
+5172 appropriateness
+5171 confine
+5170 ilo
+5169 extensions
+5168 observatory
+5167 mankind
+5166 expansion
+5165 exercising
+5164 unease
+5163 -for
+5162 promoted
+5161 speeding
+5160 tide
+5159 universal
+5158 salvation
+5157 lose
+5156 associating
+5155 koch
+5154 km
+5153 kg
+5152 kilos
+5151 jörg
+5150 justified
+5149 justifying
+5148 justify
+5147 justifies
+5146 clarifies
+5145 justification
+5144 fledged
+5143 validly
+5142 infrastrucutres
+5141 legally
+5140 jungle
+5139 jews
+5138 judged
+5137 thinks
+5136 puzzled
+5135 prosecute
+5134 journalists
+5133 journalist
+5132 newspaper
+5131 journal
+5130 perform
+5129 plays
+5128 jordan
+5127 jiménez
+5126 game
+5125 inclined
+5124 environmentalists
+5123 suspect
+5122 suppose
+5121 deplore
+5120 sorry
+5119 recommend
+5118 warmly
+5117 publicised
+5116 hoped
+5115 wonder
+5114 freely
+5113 jan
+5112 near
+5111 register
+5110 italiano
+5109 poland
+5108 isolate
+5107 tactics
+5106 isolating
+5105 irreparable
+5104 anomalous
+5103 unrealistic
+5102 irresponsible
+5101 irrationality
+5100 irish
+5099 iraq
+5098 inevitably
+5097 unheard
+5096 unprecedented
+5095 invisible
+5094 appointment
+5093 investiture
+5092 investors
+5091 unnecessarily
+5090 integrity
+5089 offs
+5088 integral
+5087 unabridged
+5086 index
+5085 intolerable
+5084 intimidation
+5083 deployment
+5082 intervene
+5081 interregional
+5080 adjournment
+5079 interviewed
+5078 interpretation
+5077 internet
+5076 forcing
+5075 interim
+5074 intermediate
+5073 transition
+5072 ban
+5071 motives
+5070 intent
+5069 rigour
+5068 keenness
+5067 intelligent
+5066 qualities
+5065 instinct
+5064 remotely
+5063 volatility
+5062 linguistic
+5061 preserves
+5060 inspire
+5059 inspector
+5058 dissatisfaction
+5057 fears
+5056 seemingly
+5055 worrying
+5054 backwards
+5053 improperly
+5052 unfair
+5051 cip
+5050 interference
+5049 ingredient
+5048 infringement
+5047 informing
+5046 advise
+5045 equipment
+5044 electronic
+5043 computer
+5042 items
+5041 impacting
+5040 influenced
+5039 influencing
+5038 inflation
+5037 nuns
+5036 gradually
+5035 infiltrate
+5034 ineffectual
+5033 irrespective
+5032 industrial
+5031 industrialised
+5030 indispensable
+5029 indirectly
+5028 commander
+5027 outraged
+5026 indian
+5025 indicative
+5024 unjustified
+5023 unquestionable
+5022 indisputable
+5021 concomitant
+5020 uncertain
+5019 abductions
+5018 rushing
+5017 inability
+5016 inappropriate
+5015 deadlock
+5014 en
+5013 attributable
+5012 impetus
+5011 fresh
+5010 perceive
+5009 hulled
+5008 shipowner
+5007 lays
+5006 irrelevant
+5005 imports
+5004 smooth
+5003 pressing
+5002 profound
+5001 sizeable
+5000 proliferation
+4999 reminds
+4998 emphasised
+4997 transporting
+4996 necessitate
+4995 entailing
+4994 imply
+4993 immunity
+4992 migrants
+4991 imagine
+4990 havoc
+4989 wreak
+4988 imagined
+4987 continental
+4986 2000s
+4985 image
+4984 scattered
+4983 gets
+4982 illegitimate
+4981 drains
+4980 smell
+4979 staffs
+4978 reconsider
+4977 strengthened
+4976 dictate
+4975 wondered
+4974 knew
+4973 ensuing
+4972 planted
+4971 duly
+4970 trees
+4969 merit
+4968 ignore
+4967 ignored
+4966 ignoring
+4965 ignorance
+4964 picture
+4963 identities
+4962 convergence
+4961 identical
+4960 identified
+4959 identifies
+4958 hypocritical
+4957 hypocrisy
+4956 humanity
+4955 shame
+4954 counterparts
+4953 historical
+4952 glad
+4951 prized
+4950 henry
+4949 heinz
+4948 lived
+4947 intellectual
+4946 harris
+4945 disability
+4944 hatred
+4943 multiply
+4942 stands
+4941 haider
+4940 bother
+4939 habitat
+4938 populations
+4937 inhabitant
+4936 capita
+4935 familiarity
+4934 h
+4933 geographical
+4932 generations
+4931 safeguards
+4930 gigantic
+4929 guide
+4928 compendium
+4927 warfare
+4926 willy
+4925 fulfilling
+4924 blatant
+4923 suspected
+4922 severe
+4921 grave
+4920 user
+4919 outlines
+4918 stopgap
+4917 keynote
+4916 frequent
+4915 govern
+4914 supplies
+4913 greek
+4912 dutch
+4911 pattern
+4910 gesture
+4909 keeper
+4908 guardian
+4907 overlook
+4906 retains
+4905 heed
+4904 vouch
+4903 survival
+4902 civilian
+4901 gains
+4900 complimenting
+4899 congratulated
+4898 delighted
+4897 convey
+4896 congratulates
+4895 commend
+4894 welcoming
+4893 federation
+4892 mergers
+4891 merger
+4890 pernicious
+4889 frequently
+4888 fruits
+4887 frontiers
+4886 illustration
+4885 cold
+4884 harangued
+4883 brake
+4882 stifle
+4881 fraternity
+4880 afflicted
+4879 franco
+4878 weakened
+4877 fragile
+4876 provider
+4875 temporary
+4874 avalanches
+4873 shield
+4872 severely
+4871 prominence
+4870 penalise
+4869 signal
+4868 trained
+4867 worded
+4866 framing
+4865 formulate
+4864 tone
+4863 disloyal
+4862 root
+4861 wicked
+4860 crux
+4859 processed
+4858 wonderfully
+4857 underprivileged
+4856 conscientious
+4855 officer
+4854 desk
+4853 streams
+4852 flows
+4851 smoothly
+4850 fluctuations
+4849 flexibilisation
+4848 flowers
+4847 flame
+4846 tac
+4845 prescribe
+4844 fiscal
+4843 finland
+4842 lands
+4841 transactions
+4840 financially
+4839 finances
+4838 serves
+4837 finalised
+4836 brings
+4835 fin
+4834 films
+4833 presently
+4832 pride
+4831 remained
+4830 fernando
+4829 backbone
+4828 farms
+4827 staunchly
+4826 soundly
+4825 edf
+4824 fbi
+4823 buried
+4822 expanding
+4821 breeding
+4820 foster
+4819 favourable
+4818 false
+4817 incorrect
+4816 numbering
+4815 controversy
+4814 ended
+4813 consort
+4812 conceded
+4811 untrue
+4810 weaving
+4809 deeper
+4808 fatigue
+4807 specifying
+4806 farce
+4805 marvellous
+4804 notorious
+4803 fabled
+4802 levelled
+4801 solidly
+4800 progressed
+4799 killed
+4798 adhered
+4797 ordinary
+4796 remarked
+4795 transitional
+4794 whereby
+4793 pushes
+4792 unforgiving
+4791 apology
+4790 misusing
+4789 varying
+4788 differentiate
+4787 definitions
+4786 vigilant
+4785 compliments
+4784 neglect
+4783 cope
+4782 legislating
+4781 furthering
+4780 weaknesses
+4779 paucity
+4778 weak
+4777 modest
+4776 facilitating
+4775 regrets
+4774 safer
+4773 confronted
+4772 fatalist
+4771 dollar
+4770 exuberance
+4769 thorough
+4768 superb
+4767 fortunate
+4766 catastrophic
+4765 extraordinarily
+4764 extradition
+4763 duration
+4762 experimental
+4761 experiences
+4760 transferred
+4759 formulated
+4758 expressly
+4757 explanatory
+4756 volatile
+4755 explosion
+4754 mixture
+4753 exploration
+4752 exploit
+4751 exploitation
+4750 scene
+4749 explanations
+4748 expired
+4747 indefinitely
+4746 allowance
+4745 expatriation
+4744 renewing
+4743 electing
+4742 exemplary
+4741 excesses
+4740 excess
+4739 apologise
+4738 apologies
+4737 solely
+4736 exceptional
+4735 extraordinary
+4734 assessed
+4733 investigated
+4732 approached
+4731 bit
+4730 exaggerated
+4729 exact
+4728 evans
+4727 eurostat
+4726 armaments
+4725 peak
+4724 develops
+4723 regretted
+4722 availability
+4721 restoring
+4720 redistribute
+4719 heavy
+4718 carpet
+4717 boundaries
+4716 morality
+4715 deterrent
+4714 leaving
+4713 chiefly
+4712 preserving
+4711 fit
+4710 resolving
+4709 replaced
+4708 appeals
+4707 specified
+4706 accommodate
+4705 maybe
+4704 referenda
+4703 earthquakes
+4702 palestinians
+4701 popularise
+4700 sustain
+4699 exercises
+4698 white
+4697 totalitarian
+4696 regimes
+4695 uneconomic
+4694 stimulate
+4693 winds
+4692 pubs
+4691 fantastic
+4690 residues
+4689 disabled
+4688 pensions
+4687 immigrants
+4686 gleaned
+4685 observance
+4684 enforcing
+4683 india
+4682 validity
+4681 reconstruction
+4680 permitting
+4679 raises
+4678 deploring
+4677 francis
+4676 wulf
+4675 mathies
+4674 substantial
+4673 cycles
+4672 estimated
+4671 reiterates
+4670 resident
+4669 sadly
+4668 unanimously
+4667 disgrace
+4666 wholly
+4665 solved
+4664 regrettable
+4663 visiting
+4662 feasibility
+4661 damaged
+4660 undergone
+4659 logical
+4658 conveyed
+4657 interesting
+4656 vessel
+4655 badly
+4654 unthinkable
+4653 inconceivable
+4652 essence
+4651 tried
+4650 attempted
+4649 arrange
+4648 hopefully
+4647 species
+4646 liberalism
+4645 punishing
+4644 spaces
+4643 desired
+4642 errors
+4641 error
+4640 mistake
+4639 mailing
+4638 abide
+4637 envisaging
+4636 simultaneously
+4635 envy
+4634 doubted
+4633 appropriation
+4632 envelope
+4631 interview
+4630 resist
+4629 embarked
+4628 entrepreneurs
+4627 stressed
+4626 israeli
+4625 israelis
+4624 entering
+4623 engenders
+4622 fifg
+4621 enthusiasm
+4620 listened
+4619 enrique
+4618 mutually
+4617 enriching
+4616 enrich
+4615 registered
+4614 registering
+4613 registration
+4612 computerised
+4611 inquiries
+4610 enemies
+4609 stakes
+4608 congestion
+4607 engendered
+4606 unequivocally
+4605 inaugurate
+4604 engaging
+4603 embark
+4602 undertaking
+4601 obliges
+4600 thirdly
+4599 lastly
+4598 forum
+4597 fallen
+4596 encouraged
+4595 encourages
+4594 route
+4593 marginalisation
+4592 stronger
+4591 fewer
+4590 sensitivity
+4589 mission
+4588 repair
+4587 scotland
+4586 glowing
+4585 tougher
+4584 ecological
+4583 linking
+4582 stating
+4581 shifting
+4580 bears
+4579 lower
+4578 tightening
+4577 sooner
+4576 accord
+4575 valuable
+4574 sweden
+4573 switzerland
+4572 suffer
+4571 ensured
+4570 dreadful
+4569 russia
+4568 romania
+4567 trailing
+4566 connected
+4565 complied
+4564 supplemented
+4563 rotterdam
+4562 opened
+4561 parallel
+4560 plus
+4559 strongly
+4558 limb
+4557 memory
+4556 assignment
+4555 exposure
+4554 shipbuilding
+4553 meticulous
+4552 involvement
+4551 scoreboard
+4550 overlooked
+4549 reluctance
+4548 stake
+4547 protest
+4546 congratulate
+4545 fleeing
+4544 exile
+4543 gama
+4542 redressing
+4541 presupposes
+4540 loyalists
+4539 prevents
+4538 employer
+4537 plight
+4536 heavily
+4535 elles
+4534 farmer
+4533 saves
+4532 prolongs
+4531 provincial
+4530 reorientated
+4529 ideal
+4528 ehud
+4527 endeavours
+4526 concentrated
+4525 collapse
+4524 watered
+4523 unwarranted
+4522 efficiently
+4521 extinguishers
+4520 discontinued
+4519 retroactively
+4518 genuinely
+4517 alive
+4516 cancel
+4515 echo
+4514 waterways
+4513 e
+4512 slow
+4511 dashed
+4510 isolation
+4509 developmental
+4508 diminish
+4507 begrudges
+4506 determination
+4505 treated
+4504 imbalance
+4503 désir
+4502 designation
+4501 disagreement
+4500 shift
+4499 slippage
+4498 floor
+4497 seguro
+4496 papayannakis
+4495 larrea
+4494 fruteau
+4493 crowley
+4492 andrews
+4491 alavanos
+4490 accuracy
+4489 deploy
+4488 tracking
+4487 uncertainty
+4486 depend
+4485 depends
+4484 prefecture
+4483 department
+4482 denouncing
+4481 denounce
+4480 denounces
+4479 exposing
+4478 democratically
+4477 deficit
+4476 democrat
+4475 resigning
+4474 resignation
+4473 cease
+4472 devolved
+4471 envoy
+4470 issuing
+4469 satisfied
+4468 deadlines
+4467 minimal
+4466 talked
+4465 downward
+4464 promises
+4463 scales
+4462 defines
+4461 determined
+4460 defender
+4459 championed
+4458 emptied
+4457 defended
+4456 protect
+4455 deficiencies
+4454 describing
+4453 detailing
+4452 outline
+4451 discovery
+4450 damages
+4449 declarations
+4448 assertions
+4447 pronouncements
+4446 onion
+4445 fort
+4444 rabbit
+4443 crucially
+4442 decisively
+4441 prescribed
+4440 makers
+4439 decides
+4438 discharge
+4437 disappointment
+4436 disappointed
+4435 trigger
+4434 momentum
+4433 dynamic
+4432 proactive
+4431 revoke
+4430 grass
+4429 permanent
+4428 lasting
+4427 formulating
+4426 strength
+4425 rebuild
+4424 possibilities
+4423 park
+4422 immense
+4421 clarify
+4420 tourist
+4419 tibet
+4418 texas
+4417 repeated
+4416 spö
+4415 century
+4414 gathering
+4413 secretary
+4412 regime
+4411 hitler
+4410 referendum
+4409 withdrawal
+4408 lie
+4407 deferment
+4406 racism
+4405 price
+4404 spring
+4403 premise
+4402 piece
+4401 domestic
+4400 gross
+4399 gdp
+4398 bread
+4397 northern
+4396 north
+4395 ombudsman
+4394 movimento
+4393 restructuring
+4392 murders
+4391 book
+4390 kosovar
+4389 socialist
+4388 governor
+4387 heights
+4386 golan
+4385 male
+4384 brazilian
+4383 discarded
+4382 everyday
+4381 extremism
+4380 entitlement
+4379 doubts
+4378 twofold
+4377 dual
+4376 resourced
+4375 files
+4374 dossiers
+4373 dossier
+4372 monumental
+4371 backs
+4370 henceforth
+4369 perfect
+4368 insisting
+4367 indebted
+4366 disposed
+4365 lights
+4364 visions
+4363 flag
+4362 manufactures
+4361 overload
+4360 heeded
+4359 green
+4358 producing
+4357 hereby
+4356 feasible
+4355 imposes
+4354 dilution
+4353 harm
+4352 dominated
+4351 dominique
+4350 dominance
+4349 hears
+4348 foot
+4347 exert
+4346 travel
+4345 insist
+4344 duty-
+4343 dozen
+4342 dozens
+4341 divided
+4340 departmental
+4339 ices
+4338 lacks
+4337 claimed
+4336 reallocation
+4335 distribution
+4334 distinguish
+4333 distances
+4332 break
+4331 unfulfilled
+4330 completes
+4329 norm
+4328 competent
+4327 investigatory
+4326 supervisory
+4325 receptive
+4324 helpfulness
+4323 eliminated
+4322 disappeared
+4321 disappearance
+4320 thin
+4319 eliminate
+4318 disappear
+4317 vanishing
+4316 disappearing
+4315 disciplined
+4314 governed
+4313 guideline
+4312 ceo
+4311 director
+4310 specialist
+4309 inform
+4308 histories
+4307 diplomatic
+4306 diplomacy
+4305 diplomats
+4304 decrease
+4303 reduction
+4302 decline
+4301 dimensions
+4300 grand
+4299 dignity
+4298 balanced
+4297 differing
+4296 boats
+4295 publicity
+4294 disseminate
+4293 disseminating
+4292 difficulty
+4291 precarious
+4290 intransigent
+4289 owe
+4288 shed
+4287 obligations
+4286 options
+4285 subsequently
+4284 hi
+4283 dying
+4282 harbours
+4281 thirds
+4280 twice
+4279 disintegration
+4278 embezzled
+4277 fate
+4276 destinies
+4275 below
+4274 energies
+4273 structuring
+4272 instrumental
+4271 upheld
+4270 formal
+4269 abolished
+4268 spending
+4267 scourge
+4266 alliances
+4265 officially
+4264 preach
+4263 recycled
+4262 murdered
+4261 legislative
+4260 institutional
+4259 inefficient
+4258 innovative
+4257 harsh
+4256 victim
+4255 directorates
+4254 destroyed
+4253 collect
+4252 debt
+4251 withdraw
+4250 definitively
+4249 wise
+4248 xenophobic
+4247 visas
+4246 greens
+4245 topics
+4244 terrible
+4243 symbols
+4242 subsidies
+4241 sport
+4240 signs
+4239 departments
+4238 residents
+4237 replies
+4236 undeveloped
+4235 inclusion
+4234 romanies
+4233 roma
+4232 recommendations
+4231 certification
+4230 tailor
+4229 products
+4228 interrelated
+4227 prices
+4226 incentives
+4225 drafts
+4224 disrespectful
+4223 thematic
+4222 prospect
+4221 perspectives
+4220 elderly
+4219 personalities
+4218 squeezed
+4217 proponents
+4216 partners
+4215 tools
+4214 benches
+4213 operations
+4212 ngos
+4211 birds
+4210 hurdles
+4209 provisional
+4208 negotiators
+4207 consultant
+4206 mechanisms
+4205 minorities
+4204 harshly
+4203 whispering
+4202 substances
+4201 intrinsically
+4200 declare
+4199 demonstrators
+4198 legislators
+4197 lawyers
+4196 judges
+4195 irregularities
+4194 investments
+4193 vested
+4192 interventions
+4191 extensive
+4190 ideas
+4189 hospitals
+4188 senior
+4187 functions
+4186 surveillance
+4185 treasury
+4184 hollywood
+4183 female
+4182 mainstreaming
+4181 families
+4180 examination
+4179 estimate
+4178 economics
+4177 undertakings
+4176 utilisation
+4175 corporations
+4174 waters
+4173 delegates
+4172 gone
+4171 decades
+4170 equation
+4169 tens
+4168 directives
+4167 disrepute
+4166 effectiveness
+4165 sole
+4164 bureaucrats
+4163 improvements
+4162 suggestion
+4161 latest
+4160 regulation
+4159 der
+4158 overdue
+4157 pursued
+4156 potent
+4155 letter
+4154 spoken
+4153 pulling
+4152 screaming
+4151 requires
+4150 requests
+4149 asks
+4148 unnecessary
+4147 inequality
+4146 score
+4145 attempting
+4144 sight
+4143 character
+4142 igc
+4141 motor
+4140 modern
+4139 land
+4138 expensive
+4137 biotechnological
+4136 widely
+4135 negative
+4134 quantities
+4133 mechanical
+4132 duties
+4131 paid
+4130 manoeuvre
+4129 fast
+4128 jerusalem
+4127 era
+4126 election
+4125 dissemination
+4124 commence
+4123 sections
+4122 infringements
+4121 breach
+4120 age
+4119 accused
+4118 employers
+4117 veritable
+4116 verify
+4115 ascertaining
+4114 reactions
+4113 judging
+4112 être
+4111 d
+4110 cycle
+4109 disparities
+4108 selling
+4107 values
+4106 telephones
+4105 school
+4104 workplace
+4103 transparent
+4102 transmission
+4101 transhipped
+4100 transaction
+4099 interpret
+4098 translation
+4097 parking
+4096 corners
+4095 tests
+4094 terrorism
+4093 tension
+4092 incumbent
+4091 tragedies
+4090 charges
+4089 tobacco
+4088 residence
+4087 residency
+4086 ship
+4085 syrian
+4084 execution
+4083 overcome
+4082 abolish
+4081 unsatisfactory
+4080 statistics
+4079 stability
+4078 stabilise
+4077 stabilisation
+4076 speculation
+4075 sovereignty
+4074 underline
+4073 emphasise
+4072 emphasising
+4071 whereupon
+4070 team
+4069 solutions
+4068 mere
+4067 silence
+4066 sentiments
+4065 seattle
+4064 knowing
+4063 wondering
+4062 wage
+4061 interfering
+4060 revision
+4059 revise
+4058 unite
+4057 solving
+4056 alleviating
+4055 solve
+4054 respond
+4053 reply
+4052 split
+4051 richest
+4050 regulate
+4049 regulating
+4048 refugee
+4047 recovery
+4046 repayment
+4045 recycle
+4044 pursuit
+4043 react
+4042 rome
+4041 strictness
+4040 income
+4039 pension
+4038 requesting
+4037 staying
+4036 copy
+4035 postpone
+4034 waive
+4033 reinforce
+4032 renationalisation
+4031 repudiating
+4030 recruitment
+4029 recognising
+4028 ratification
+4027 reassure
+4026 pool
+4025 loans
+4024 predict
+4023 preservation
+4022 islands
+4021 prepare
+4020 preparation
+4019 outlining
+4018 precautionary
+4017 nearly
+4016 laws
+4015 ownership
+4014 propaganda
+4013 bolster
+4012 delivering
+4011 procedural
+4010 strike
+4009 proceeding
+4008 prisoners
+4007 twinnings
+4006 renewed
+4005 dominant
+4004 tech
+4003 touch
+4002 harder
+4001 drastic
+4000 childcare
+3999 stones
+3998 personnel
+3997 permits
+3996 manifesto
+3995 talk
+3994 peaceful
+3993 payment
+3992 eleven
+3991 negotiate
+3990 pose
+3989 posed
+3988 transposed
+3987 standardisation
+3986 livelihoods
+3985 standard
+3984 lacking
+3983 irrefutably
+3982 methods
+3981 megalomaniacs
+3980 mega
+3979 cubic
+3978 deaths
+3977 predecessor
+3976 models
+3975 alter
+3974 web
+3973 billions
+3972 voice
+3971 wednesday
+3970 pursuing
+3969 marseilles
+3968 class
+3967 visible
+3966 suitably
+3965 illness
+3964 preserve
+3963 sustaining
+3962 maintenance
+3961 denies
+3960 london
+3959 lift
+3958 studies
+3957 harmful
+3956 schedule
+3955 city
+3954 omissions
+3953 safeguarding
+3952 fraud
+3951 sovereign
+3950 solidarity
+3949 conditionality
+3948 miscalculation
+3947 challenge
+3946 admiration
+3945 reading
+3944 scandal
+3943 cow
+3942 mad
+3941 liberalisation
+3940 republic
+3939 roads
+3938 superiority
+3937 racial
+3936 fisheries
+3935 fishing
+3934 chair
+3933 promoting
+3932 preventing
+3931 ease
+3930 politics
+3929 police
+3928 largest
+3927 headed
+3926 incoming
+3925 natural
+3924 mediterranean
+3923 mid
+3922 sea
+3921 struck
+3920 judiciary
+3919 gulf
+3918 managing
+3917 freedoms
+3916 devolution
+3915 destruction
+3914 representation
+3913 drug
+3912 drugs
+3911 discipline
+3910 directorate
+3909 dictatorship
+3908 ii
+3907 breaking
+3906 scrapping
+3905 sentence
+3904 övp
+3903 island
+3902 abroad
+3901 atomic
+3900 turkish
+3899 managerial
+3898 banning
+3897 rests
+3896 soviet
+3895 opposition
+3894 un
+3893 irresponsibility
+3892 ireland
+3891 plastics
+3890 processing
+3889 taxation
+3888 immigration
+3887 procedures
+3886 god
+3885 euro
+3884 location
+3883 cuts
+3882 anonymity
+3881 scrutinise
+3880 doors
+3879 attempts
+3878 southern
+3877 impressed
+3876 postponed
+3875 june
+3874 playing
+3873 feet
+3872 wartime
+3871 glasgow
+3870 leadership
+3869 gases
+3868 gas
+3867 greenhouse
+3866 affording
+3865 win
+3864 françois
+3863 vocational
+3862 forces
+3861 substantive
+3860 meetings
+3859 flexibility
+3858 finance
+3857 multiple
+3856 bogus
+3855 impotence
+3854 facilitates
+3853 departure
+3852 prioritise
+3851 pinpoint
+3850 define
+3849 defending
+3848 defence
+3847 persuasion
+3846 wing
+3845 compile
+3844 equip
+3843 dollars
+3842 disguise
+3841 provisions
+3840 suggest
+3839 difference
+3838 minute
+3837 tomorrow
+3836 damascus
+3835 lobbying
+3834 7.6
+3833 125
+3832 £
+3831 spend
+3830 rating
+3829 david
+3828 davies
+3827 outbidding
+3826 resemblance
+3825 gap
+3824 links
+3823 wherever
+3822 trafficking
+3821 roots
+3820 roles
+3819 respective
+3818 impossible
+3817 cooperates
+3816 broadly
+3815 drowning
+3814 fill
+3813 space
+3812 main
+3811 sending
+3810 entirety
+3809 moments
+3808 bridgeheads
+3807 science
+3806 convoluted
+3805 constraining
+3804 poorer
+3803 delay
+3802 media
+3801 doctors
+3800 hospital
+3799 factors
+3798 onto
+3797 vacuum
+3796 guilt
+3795 belong
+3794 heading
+3793 bay
+3792 workings
+3791 turf
+3790 infancy
+3789 restored
+3788 turning
+3787 approaches
+3786 transnational
+3785 liability
+3784 proceedings
+3783 late
+3782 la
+3781 dans
+3780 search
+3779 incorporated
+3778 likely
+3777 insofar
+3776 dictates
+3775 initiation
+3774 history
+3773 notion
+3772 exist
+3771 efficiency
+3770 differences
+3769 danish
+3768 puts
+3767 ports
+3766 hazardous
+3765 politician
+3764 dangerous
+3763 da
+3762 evaluation
+3761 settlement
+3760 electricity
+3759 listen
+3758 mode
+3757 exchanges
+3756 twin
+3755 supplements
+3754 similarly
+3753 refusal
+3752 recovering
+3751 rapid
+3750 objections
+3749 imperative
+3748 illegal
+3747 explore
+3746 charterers
+3745 beneficiaries
+3744 delaying
+3743 communicate
+3742 salt
+3741 perea
+3740 emergency
+3739 watching
+3738 excessive
+3737 fair
+3736 attend
+3735 visit
+3734 distinctive
+3733 demanding
+3732 lag
+3731 starting
+3730 organising
+3729 train
+3728 model
+3727 ceiling
+3726 quick
+3725 opening
+3724 guidance
+3723 invest
+3722 vigorous
+3721 interpreting
+3720 instability
+3719 innovation
+3718 investing
+3717 infrastructures
+3716 infrastructure
+3715 identity
+3714 meanwhile
+3713 normally
+3712 explanation
+3711 experts
+3710 expert
+3709 exemption
+3708 block
+3707 exception
+3706 exclusion
+3705 euros
+3704 petrol
+3703 esprit
+3702 entry
+3701 enterprise
+3700 incisive
+3699 resuming
+3698 escaped
+3697 ratchet
+3696 finding
+3695 employ
+3694 children
+3693 promotes
+3692 redundant
+3691 layoffs
+3690 authorised
+3689 systematically
+3688 nationals
+3687 suggests
+3686 outs
+3685 decommissioning
+3684 examine
+3683 overs
+3682 purchasing
+3681 host
+3680 abuses
+3679 cleaning
+3678 territory
+3677 netherlands
+3676 analysing
+3675 vast
+3674 try
+3673 restore
+3672 willingness
+3671 sincere
+3670 showing
+3669 restrict
+3668 investigation
+3667 echternach
+3666 notification
+3665 intensify
+3664 discover
+3663 direct
+3662 decentralised
+3661 deployed
+3660 alps
+3659 remote
+3658 horizontal
+3657 impose
+3656 company
+3655 corner
+3654 coastal
+3653 coasts
+3652 coastline
+3651 famous
+3650 rid
+3649 cables
+3648 wto
+3647 cultures
+3646 training
+3645 culturally
+3644 recycling
+3643 complicity
+3642 csu
+3641 sounding
+3640 generated
+3639 generates
+3638 ideological
+3637 credit
+3636 detract
+3635 reliable
+3634 credibility
+3633 shaping
+3632 envisage
+3631 emergence
+3630 generate
+3629 believed
+3628 demonstrations
+3627 grow
+3626 span
+3625 criteria
+3624 domicile
+3623 criterion
+3622 criticisms
+3621 criticising
+3620 criticise
+3619 predatory
+3618 criminalise
+3617 killings
+3616 proclaim
+3615 feared
+3614 intensive
+3613 structures
+3612 coincide
+3611 accustomed
+3610 thinking
+3609 success
+3608 crown
+3607 courage
+3606 brave
+3605 thumb
+3604 guilty
+3603 uniform
+3602 lobbies
+3601 corridors
+3600 backstage
+3599 wolf
+3598 layers
+3597 pertaining
+3596 costa
+3595 korea
+3594 corruption
+3593 meets
+3592 commensurate
+3591 corresponds
+3590 accurate
+3589 advisable
+3588 mandatory
+3587 hulls
+3586 hull
+3585 copenhagen
+3584 sought
+3583 coordinated
+3582 interreg
+3581 coordination
+3580 coordinator
+3579 motions
+3578 submit
+3577 partnerships
+3576 cooperative
+3575 cooperating
+3574 convening
+3573 conviction
+3572 conventions
+3571 geneva
+3570 persuading
+3569 convince
+3568 convincing
+3567 controlled
+3566 supervised
+3565 inspectors
+3564 controllers
+3563 inspections
+3562 arena
+3561 supervise
+3560 inspection
+3559 controls
+3558 tight
+3557 inspect
+3556 controversial
+3555 contentious
+3554 helped
+3553 payments
+3552 walk
+3551 contribute
+3550 contributing
+3549 taxpaying
+3548 taxpayers
+3547 taxpayer
+3546 return
+3545 prevailing
+3544 deprived
+3543 crime
+3542 resisting
+3541 contracts
+3540 contravene
+3539 odds
+3538 counter
+3537 environmental
+3536 constraints
+3535 constraint
+3534 restrictive
+3533 contradictory
+3532 contradictions
+3531 contradiction
+3530 costing
+3529 exclusively
+3528 continuous
+3527 belgrade
+3526 discussed
+3525 continuing
+3524 ignores
+3523 continent
+3522 fourth
+3521 litigation
+3520 repeating
+3519 fencing
+3518 containing
+3517 contemporary
+3516 contamination
+3515 reconnect
+3514 contact
+3513 knock
+3512 storms
+3511 comprising
+3510 consult
+3509 circulating
+3508 consulting
+3507 integration
+3506 manufacture
+3505 construction
+3504 constructive
+3503 liable
+3502 composed
+3501 forming
+3500 constitution
+3499 constitute
+3498 unquestionably
+3497 sets
+3496 highlighted
+3495 breadth
+3494 observation
+3493 consumption
+3492 consolidation
+3491 consolidating
+3490 strengthening
+3489 consist
+3488 regarded
+3487 pondered
+3486 viewed
+3485 perceived
+3484 forget
+3483 deliberations
+3482 deem
+3481 sensible
+3480 observations
+3479 recital
+3478 believes
+3477 networking
+3476 treating
+3475 save
+3474 retain
+3473 enshrine
+3472 retaining
+3471 storage
+3470 conservation
+3469 conservative
+3468 consent
+3467 councils
+3466 advisors
+3465 indifference
+3464 function
+3463 newly
+3462 conscience
+3461 coordinate
+3460 enshrined
+3459 dedicate
+3458 devote
+3457 pushed
+3456 affecting
+3455 conferences
+3454 confederation
+3453 confusion
+3452 confusing
+3451 conformity
+3450 hostilities
+3449 disputes
+3448 conflicts
+3447 outsourced
+3446 confirms
+3445 confirm
+3444 confident
+3443 faith
+3442 trust
+3441 confidence
+3440 corporate
+3439 revised
+3438 detention
+3437 condition
+3436 pre
+3435 condemned
+3434 condemn
+3433 condemns
+3432 condemnation
+3431 orchestration
+3430 intentions
+3429 punches
+3428 concretely
+3427 actual
+3426 concrete
+3425 conclusions
+3424 interinstitutional
+3423 concluding
+3422 devise
+3421 concessions
+3420 achieves
+3419 located
+3418 exercised
+3417 interested
+3416 relate
+3415 formation
+3414 describe
+3413 facts
+3412 pledges
+3411 restricting
+3410 phase
+3409 conception
+3408 design
+3407 focusing
+3406 concentrating
+3405 competitivity
+3404 shares
+3403 expertise
+3402 competences
+3401 wars
+3400 jurisdiction
+3399 competence
+3398 auditors
+3397 count
+3396 calculations
+3395 amend
+3394 compromises
+3393 calls
+3392 portion
+3391 advised
+3390 sympathises
+3389 incorporating
+3388 comprises
+3387 makeup
+3386 composition
+3385 complemented
+3384 supplement
+3383 complement
+3382 additional
+3381 description
+3380 totally
+3379 elaborate
+3378 charades
+3377 complexities
+3376 complexity
+3375 integrated
+3374 compensate
+3373 inconsistent
+3372 compatibility
+3371 comparison
+3370 compare
+3369 airlines
+3368 reject
+3367 utterly
+3366 airline
+3365 communist
+3364 communism
+3363 peacekeeping
+3362 communicates
+3361 communications
+3360 recourse
+3359 municipalities
+3358 wider
+3357 scientific
+3356 collection
+3355 mentions
+3354 unites
+3353 mutual
+3352 documentation
+3351 ensures
+3350 retire
+3349 original
+3348 separates
+3347 prodi
+3346 crimes
+3345 mistakes
+3344 shopkeepers
+3343 sideline
+3342 commercial
+3341 conclude
+3340 commenting
+3339 tend
+3338 ultra
+3337 binding
+3336 tool
+3335 abolishing
+3334 extol
+3333 prevented
+3332 lives
+3331 living
+3330 rotten
+3329 extant
+3328 dint
+3327 contract
+3326 kfor
+3325 steering
+3324 hole
+3323 unfilled
+3322 filled
+3321 aims
+3320 observe
+3319 length
+3318 striking
+3317 oppose
+3316 settlements
+3315 cologne
+3314 mep
+3313 gentlemen
+3312 colleague
+3311 radwan
+3310 college
+3309 collision
+3308 communities
+3307 collective
+3306 vintage
+3305 liaise
+3304 partnership
+3303 collaboration
+3302 drinking
+3301 coca
+3300 override
+3299 fund
+3298 cohesion
+3297 consistency
+3296 coherent
+3295 substance
+3294 codes
+3293 code
+3292 cod
+3291 cola
+3290 federal
+3289 co2
+3288 closing
+3287 component
+3286 closed
+3285 clinton
+3284 climates
+3283 customer
+3282 clause
+3281 belonging
+3280 classified
+3279 accommodated
+3278 traditional
+3277 classic
+3276 classification
+3275 classes
+3274 ruling
+3273 openness
+3272 clarity
+3271 clarification
+3270 clarifying
+3269 unambiguous
+3268 emphasises
+3267 precise
+3266 unclear
+3265 forthright
+3264 evident
+3263 plainly
+3262 civilians
+3261 le
+3260 decent
+3259 favours
+3258 tanks
+3257 quote
+3256 driving
+3255 movements
+3254 persons
+3253 circumstance
+3252 constituency
+3251 constituencies
+3250 fifth
+3249 fifty
+3248 skies
+3247 unemployed
+3246 tragic
+3245 joblessness
+3244 downfall
+3243 christian
+3242 push
+3241 shocked
+3240 selection
+3239 choice
+3238 chooses
+3237 choosing
+3236 selected
+3235 chose
+3234 opted
+3233 chocolate
+3232 shock
+3231 relative
+3230 china
+3229 fell
+3228 barely
+3227 dog
+3226 encourage
+3225 youth
+3224 ladies
+3223 researchers
+3222 cadou
+3221 costly
+3220 heads
+3219 italian
+3218 viewing
+3217 tv
+3216 chain
+3215 channel
+3214 insights
+3213 hunting
+3212 charm
+3211 subordinate
+3210 charged
+3209 commissioned
+3208 costs
+3207 commissions
+3206 burden
+3205 contravention
+3204 person
+3203 passage
+3202 chaotic
+3201 altered
+3200 radical
+3199 u
+3198 epoch
+3197 climate
+3196 exchange
+3195 opportunities
+3194 schüssel
+3193 chancellor
+3192 applicability
+3191 commons
+3190 communists
+3189 reflected
+3188 engage
+3187 parties
+3186 hopes
+3185 survey
+3184 works
+3183 raft
+3182 target
+3181 monopolies
+3180 owner
+3179 recurrence
+3178 creates
+3177 dirty
+3176 compliance
+3175 token
+3174 stepped
+3173 customary
+3172 reservation
+3171 9002
+3170 tobin
+3169 vehicle
+3168 town
+3167 contrasts
+3166 rush
+3165 renovation
+3164 reducing
+3163 holds
+3162 complex
+3161 umbrella
+3160 assuming
+3159 sacrifice
+3158 expression
+3157 declaration
+3156 quoted
+3155 crisis
+3154 holocaust
+3153 coalition
+3152 helsinki
+3151 enterprises
+3150 spirit
+3149 relevance
+3148 insistently
+3147 continues
+3146 harmonisation
+3145 sales
+3144 societies
+3143 talks
+3142 adjustments
+3141 employment
+3140 evenings
+3139 men
+3138 aside
+3137 data
+3136 weeks
+3135 grandiloquent
+3134 foggy
+3133 knowledge
+3132 restrictions
+3131 highlighting
+3130 dancing
+3129 vanishes
+3128 series
+3127 structural
+3126 string
+3125 range
+3124 disagree
+3123 focussing
+3122 historic
+3121 centres
+3120 tüv
+3119 forms
+3118 accorded
+3117 plant
+3116 unit
+3115 pivotal
+3114 thousands
+3113 hundreds
+3112 hundred
+3111 meant
+3110 undertakes
+3109 schroedter
+3108 competitor
+3107 undoubtedly
+3106 wildlife
+3105 educating
+3104 generation
+3103 dramatic
+3102 hit
+3101 dispute
+3100 tendency
+3099 story
+3098 meaningful
+3097 experienced
+3096 officials
+3095 mooted
+3094 demanded
+3093 prioritising
+3092 systems
+3091 poses
+3090 conveying
+3089 sign
+3088 madame
+3087 hides
+3086 reunion
+3085 release
+3084 ec
+3083 attendance
+3082 attempt
+3081 decisive
+3080 termed
+3079 constituted
+3078 friday
+3077 sorts
+3076 topic
+3075 relates
+3074 primary
+3073 imposed
+3072 evening
+3071 postponement
+3070 inner
+3069 sv
+3068 unusual
+3067 fuss
+3066 emerges
+3065 scheme
+3064 hardly
+3063 harmonising
+3062 promotion
+3061 argued
+3060 buckshot
+3059 consequences
+3058 incorporate
+3057 falls
+3056 forcibly
+3055 definition
+3054 instructions
+3053 pleases
+3052 confirmation
+3051 item
+3050 thrown
+3049 backed
+3048 accountability
+3047 ineffective
+3046 businesspeople
+3045 realistic
+3044 month
+3043 material
+3042 adapt
+3041 utmost
+3040 needless
+3039 succeeded
+3038 destructive
+3037 tragedy
+3036 lengthy
+3035 sheikh
+3034 el
+3033 sharm
+3032 figure
+3031 occasioned
+3030 claiming
+3029 underlying
+3028 markets
+3027 insufficiently
+3026 worried
+3025 falsehood
+3024 caucasus
+3023 categories
+3022 category
+3021 catholics
+3020 catholic
+3019 disastrous
+3018 occurring
+3017 occur
+3016 catastrophes
+3015 disasters
+3014 catastrophe
+3013 shopping
+3012 scrap
+3011 dismantling
+3010 threatens
+3009 map
+3008 card
+3007 crossroads
+3006 caroline
+3005 rein
+3004 carinthia
+3003 fuel
+3002 caribbean
+3001 characterises
+3000 unpredictability
+2999 illustrated
+2998 stance
+2997 fire
+2996 quarters
+2995 prerogative
+2994 readily
+2993 threatening
+2992 capitalist
+2991 capitals
+2990 skills
+2989 capability
+2988 ability
+2987 organise
+2986 capable
+2985 tack
+2984 candidates
+2983 candidate
+2982 applicant
+2981 channels
+2980 sides
+2979 camps
+2978 campaigns
+2977 campaign
+2976 pacify
+2975 timing
+2974 timetable
+2973 calculated
+2972 calculating
+2971 calculation
+2970 handouts
+2969 savings
+2968 lay
+2967 negotiated
+2966 frameworks
+2965 respecting
+2964 frame
+2963 penal
+2962 breakdown
+2961 confines
+2960 hide
+2959 cabinets
+2958 c.
+2957 respects
+2956 convinced
+2955 shameful
+2954 workable
+2953 reinforced
+2952 tarred
+2951 night
+2950 runs
+2949 c
+2948 volunteers
+2947 voluntary
+2946 beneficial
+2945 benefited
+2944 benefiting
+2943 receives
+2942 beneficiary
+2941 wheels
+2940 sand
+2939 throw
+2938 endlessly
+2937 goals
+2936 limit
+2935 powers
+2934 bureaucratic
+2933 pushers
+2932 desks
+2931 bureau
+2930 budgetary
+2929 budgets
+2928 related
+2927 brussels
+2926 openings
+2925 hampered
+2924 growth
+2923 britain
+2922 british
+2921 brittany
+2920 briefly
+2919 brief
+2918 trendy
+2917 branch
+2916 box
+2915 negotiating
+2914 shaken
+2913 buddhist
+2912 circle
+2911 bordeaux
+2910 reputable
+2909 powerful
+2908 sound
+2907 correct
+2906 qualitative
+2905 valid
+2904 nilly
+2903 functioning
+2902 prime
+2901 explosions
+2900 bombings
+2899 timber
+2898 wood
+2897 standing
+2896 forestry
+2895 drink
+2894 blocks
+2893 bloc
+2892 injured
+2891 study
+2890 biological
+2889 bilateral
+2888 assess
+2887 winter
+2886 welcomed
+2885 property
+2884 goods
+2883 symbolism
+2882 nice
+2881 prosperous
+2880 emotions
+2879 asset
+2878 worth
+2877 compliment
+2876 honour
+2875 naturally
+2874 familiar
+2873 libraries
+2872 intensifying
+2871 identifying
+2870 fullest
+2869 maintain
+2868 plain
+2867 bernd
+2866 bernard
+2865 consistently
+2864 thought
+2863 died
+2862 berlin
+2861 berger
+2860 beautiful
+2859 belgium
+2858 belgian
+2857 eib
+2856 beauty
+2855 ends
+2854 charge
+2853 dispense
+2852 sympathy
+2851 unresolved
+2850 greatly
+2849 ecb
+2848 bbc
+2847 package
+2846 sail
+2845 sailing
+2844 vessels
+2843 inspected
+2842 boat
+2841 stock
+2840 taos
+2839 flies
+2838 breaks
+2837 basque
+2836 bases
+2835 enabling
+2834 foundation
+2833 incomes
+2832 barriers
+2831 dam
+2830 barcelona
+2829 bankers
+2828 banker
+2827 investment
+2826 corresponding
+2825 bank
+2824 balkans
+2823 insertion
+2822 eroded
+2821 lowering
+2820 demonstrable
+2819 mechanism
+2818 b.
+2817 b
+2816 airport
+2815 befallen
+2814 belonged
+2813 axis
+2812 changing
+2811 advent
+2810 april
+2809 aborted
+2808 suffice
+2807 trying
+2806 witnessing
+2805 diversity
+2804 surrounding
+2803 obtain
+2802 stood
+2801 impact
+2800 textiles
+2799 tough
+2798 behave
+2797 advocates
+2796 lawyer
+2795 opinions
+2794 unambiguously
+2793 aeroplane
+2792 2.15
+2791 shared
+2790 fault
+2789 sicilian
+2788 provinces
+2787 compatible
+2786 frontier
+2785 tabling
+2784 dealing
+2783 lowest
+2782 similar
+2781 policies
+2780 bitter
+2779 neighbouring
+2778 dalai
+2777 syria
+2776 integrating
+2775 enthusiastically
+2774 21st
+2773 advantage
+2772 shipping
+2771 christmas
+2770 preliminary
+2769 fore
+2768 lot
+2767 liberty
+2766 headway
+2765 proves
+2764 yourself
+2763 envisaged
+2762 drew
+2761 constitutes
+2760 ships
+2759 tighten
+2758 socially
+2757 participate
+2756 nations
+2755 top
+2754 privatisation
+2753 founding
+2752 tidy
+2751 revisions
+2750 fields
+2749 correspond
+2748 belief
+2747 basing
+2746 allowing
+2745 shadow
+2744 adding
+2743 victims
+2742 workers
+2741 compensation
+2740 stipulate
+2739 services
+2738 sanctions
+2737 results
+2736 leaders
+2735 proposals
+2734 smes
+2733 quota
+2732 penalties
+2731 standards
+2730 needy
+2729 attracting
+2728 resolutions
+2727 cards
+2726 banks
+2725 austrians
+2724 river
+2723 releases
+2722 sources
+2721 faster
+2720 documents
+2719 facilitate
+2718 secondly
+2717 institution
+2716 lines
+2715 motorway
+2714 channelled
+2713 chinese
+2712 authorities
+2711 palestine
+2710 authorise
+2709 authorises
+2708 permission
+2707 exemptions
+2706 authorisation
+2705 authorising
+2704 autonomy
+2703 internally
+2702 disposing
+2701 autumn
+2700 automatically
+2699 coaches
+2698 buses
+2697 auto
+2696 authors
+2695 initiators
+2694 author
+2693 ussr
+2692 obvious
+2691 predominates
+2690 approximately
+2689 presentation
+2688 earliest
+2687 represent
+2686 strategic
+2685 gain
+2684 final
+2683 keen
+2682 failings
+2681 preferred
+2680 modify
+2679 continuity
+2678 territories
+2677 fruitful
+2676 previously
+2675 chile
+2674 sends
+2673 papers
+2672 accuse
+2671 nowadays
+2670 persuasive
+2669 industries
+2668 transit
+2667 enhance
+2666 notifications
+2665 violations
+2664 increases
+2663 raising
+2662 hearing
+2661 audits
+2660 audit
+2659 bold
+2658 subsequent
+2657 contain
+2656 evidence
+2655 cut
+2654 uprooted
+2653 dawn
+2652 users
+2651 processes
+2650 investigate
+2649 unanimity
+2648 performance
+2647 kyoto
+2646 technical
+2645 stabilising
+2644 spread
+2643 migration
+2642 jointly
+2641 worthwhile
+2640 criminals
+2639 track
+2638 chairmanship
+2637 chapter
+2636 coherence
+2635 sri
+2634 widest
+2633 inside
+2632 colleagues
+2631 interaction
+2630 uk
+2629 considers
+2628 cheap
+2627 experience
+2626 expressing
+2625 benefit
+2624 post
+2623 portugal
+2622 paragraph
+2621 plenary
+2620 numbers
+2619 name
+2618 borders
+2617 programmes
+2616 transfer
+2615 nationally
+2614 local
+2613 establishment
+2612 deciding
+2611 february
+2610 october
+2609 listed
+2608 halfway
+2607 middle
+2606 optimum
+2605 mexico
+2604 simplified
+2603 maximum
+2602 harmonised
+2601 aiming
+2600 minority
+2599 hops
+2598 accounts
+2597 initially
+2596 beginning
+2595 debates
+2594 stages
+2593 discussions
+2592 grown
+2591 unavoidably
+2590 backbenchers
+2589 legitimacy
+2588 assessing
+2587 opposite
+2586 contents
+2585 bogged
+2584 conflict
+2583 unemployment
+2582 core
+2581 focal
+2580 appreciate
+2579 offices
+2578 brazil
+2577 upshot
+2576 verge
+2575 granting
+2574 attribute
+2573 attract
+2572 remind
+2571 scrutiny
+2570 closely
+2569 attentively
+2568 minds
+2567 pressure
+2566 expectations
+2565 overambitious
+2564 expectation
+2563 pending
+2562 bombing
+2561 omagh
+2560 bomb
+2559 summary
+2558 wait
+2557 awaiting
+2556 waiting
+2555 meantime
+2554 awaited
+2553 await
+2552 letting
+2551 interfere
+2550 detriment
+2549 attacking
+2548 realise
+2547 attain
+2546 assurances
+2545 à-vis
+2544 reaching
+2543 grips
+2542 tackle
+2541 attacks
+2540 attaches
+2539 attach
+2538 strengths
+2537 atlantic
+2536 guarantee
+2535 assured
+2534 monitor
+2533 advance
+2532 spare
+2531 renewable
+2530 judicial
+2529 bridge
+2528 assure
+2527 holding
+2526 sums
+2525 insured
+2524 requisite
+2523 insurance
+2522 assume
+2521 associated
+2520 affiliated
+2519 linked
+2518 link
+2517 criminal
+2516 combination
+2515 association
+2514 associations
+2513 seeing
+2512 attending
+2511 assistant
+2510 prejudice
+2509 fairly
+2508 parliaments
+2507 assembly
+2506 raped
+2505 aspirations
+2504 aspiration
+2503 components
+2502 characterise
+2501 angles
+2500 incidents
+2499 strands
+2498 asylum
+2497 seekers
+2496 south
+2495 asia
+2494 asian
+2493 articles
+2492 art
+2491 judgements
+2490 determine
+2489 comply
+2488 arrest
+2487 arrival
+2486 occurred
+2485 arrived
+2484 arrive
+2483 fora
+2482 consists
+2481 austrian
+2480 armed
+2479 army
+2478 military
+2477 eastern
+2476 depleted
+2475 nuclear
+2474 weapons
+2473 pleas
+2472 argument
+2471 mighty
+2470 ideology
+2469 monies
+2468 passionately
+2467 learn
+2466 records
+2465 tree
+2464 arbitrarily
+2463 arabs
+2462 arab
+2461 usability
+2460 versions
+2459 afternoons
+2458 summer
+2457 disadvantage
+2456 studied
+2455 afterwards
+2454 press
+2453 praise
+2452 reinforcing
+2451 accommodating
+2450 endorsement
+2449 developments
+2448 appraisal
+2447 supported
+2446 agrees
+2445 endorse
+2444 approves
+2443 matched
+2442 fashion
+2441 fitting
+2440 deliver
+2439 bottom
+2438 approaching
+2437 approving
+2436 theory
+2435 tenets
+2434 fundamental
+2433 participated
+2432 learning
+2431 structure
+2430 advantages
+2429 provides
+2428 offers
+2427 vital
+2426 employed
+2425 imposing
+2424 stricter
+2423 enforce
+2422 universally
+2421 monitored
+2420 implementing
+2419 effectively
+2418 applying
+2417 machinery
+2416 continually
+2415 implementation
+2414 applause
+2413 tender
+2412 invitations
+2411 initiate
+2410 cries
+2409 invitation
+2408 emerged
+2407 wind
+2406 misgivings
+2405 reappearing
+2404 apparent
+2403 problematic
+2402 happening
+2401 overview
+2400 awaits
+2399 hitherto
+2398 antonio
+2397 nazis
+2396 semitism
+2395 competition
+2394 anticipate
+2393 anonymous
+2392 arising
+2391 fifties
+2390 1930s
+2389 thirties
+2388 1990s
+2387 cancelled
+2386 cancellations
+2385 leftovers
+2384 forthcoming
+2383 indication
+2382 animals
+2381 feed
+2380 rooted
+2379 analyse
+2378 comparable
+2377 turned
+2376 america
+2375 americans
+2374 u.s.
+2373 american
+2372 regional
+2371 compulsory
+2370 internationally
+2369 drafting
+2368 improves
+2367 upgrading
+2366 improvement
+2365 bitterly
+2364 amsterdam
+2363 widespread
+2362 volume
+2361 stir
+2360 magnitude
+2359 heaven
+2358 love
+2357 lovers
+2356 friend
+2355 straightforward
+2354 represented
+2353 persuade
+2352 adopts
+2351 threaten
+2350 ambitions
+2349 ambition
+2348 ambitious
+2347 compromising
+2346 flying
+2345 exercise
+2344 altener
+2343 alternative
+2342 hot
+2341 hicks
+2340 novel
+2339 allegations
+2338 speech
+2337 ally
+2336 formed
+2335 grateful
+2334 teutonic
+2333 succour
+2332 cover
+2331 improved
+2330 foodstuffs
+2329 authority
+2328 food
+2327 alexander
+2326 alerts
+2325 camus
+2324 albert
+2323 doctor
+2322 albanians
+2321 kosovo
+2320 warning
+2319 alarming
+2318 al
+2317 widen
+2316 added
+2315 contributions
+2314 efa
+2313 air
+2312 protecting
+2311 financing
+2310 body
+2309 percentages
+2308 significant
+2307 appoint
+2306 virtually
+2305 serve
+2304 liked
+2303 forgot
+2302 accountable
+2301 aids
+2300 carer
+2299 rural
+2298 assisting
+2297 splendid
+2296 macrofinancial
+2295 governing
+2294 assistance
+2293 witnessed
+2292 mira
+2291 admire
+2290 usually
+2289 remove
+2288 facility
+2287 farm
+2286 agriculture
+2285 deals
+2284 concede
+2283 subjects
+2282 putting
+2281 institutions
+2280 impression
+2279 leading
+2278 influence
+2277 proceed
+2276 worsening
+2275 gather
+2274 regulatory
+2273 agency
+2272 africa
+2271 viability
+2270 master
+2269 suitable
+2268 economies
+2267 flexible
+2266 operated
+2265 designed
+2264 definite
+2263 arrangements
+2262 enable
+2261 guaranteeing
+2260 safeguard
+2259 enjoy
+2258 examining
+2257 extend
+2256 meet
+2255 insult
+2254 assert
+2253 argue
+2252 affect
+2251 perceptible
+2250 allocation
+2249 resource
+2248 foreign
+2247 alimony
+2246 throwing
+2245 meaning
+2244 affair
+2243 farrago
+2242 toned
+2241 catches
+2240 appropriate
+2239 proper
+2238 opponents
+2237 enemy
+2236 credible
+2235 literacy
+2234 adult
+2233 extending
+2232 appeal
+2231 passing
+2230 adoption
+2229 admission
+2228 eligible
+2227 admired
+2226 admirers
+2225 communal
+2224 administrations
+2223 executive
+2222 administration
+2221 administrative
+2220 acknowledge
+2219 planned
+2218 incorporation
+2217 accession
+2216 join
+2215 adheres
+2214 suited
+2213 geared
+2212 adaptation
+2211 adaptability
+2210 wake
+2209 finalising
+2208 existing
+2207 topical
+2206 proved
+2205 seabirds
+2204 mandate
+2203 conducted
+2202 tricks
+2201 filtered
+2200 become
+2199 schemes
+2198 shareholders
+2197 resumed
+2196 product
+2195 assets
+2194 protagonists
+2193 players
+2192 operators
+2191 agents
+2190 agencies
+2189 acts
+2188 terrorist
+2187 violence
+2186 charter
+2185 buy
+2184 acquiring
+2183 acquire
+2182 acquisition
+2181 definitive
+2180 won
+2179 gained
+2178 communautaire
+2177 acquis
+2176 steel
+2175 finalisation
+2174 completion
+2173 doubtful
+2172 buys
+2171 completed
+2170 bought
+2169 buyer
+2168 hasten
+2167 speed
+2166 rapidly
+2165 stipulated
+2164 targets
+2163 achieving
+2162 easy
+2161 access
+2160 receipt
+2159 courts
+2158 prosecution
+2157 bertinotti
+2156 housing
+2155 welcome
+2154 receiving
+2153 precision
+2152 boost
+2151 improve
+2150 extra
+2149 agreements
+2148 afford
+2147 obstacles
+2146 grants
+2145 reach
+2144 political
+2143 eye
+2142 port
+2141 hefty
+2140 peace
+2139 fulfil
+2138 steps
+2137 lavished
+2136 accompanied
+2135 supporting
+2134 accidents
+2133 unfortunate
+2132 ultimate
+2131 disaster
+2130 incident
+2129 ancillary
+2128 approve
+2127 accepts
+2126 accepting
+2125 acceptance
+2124 chips
+2123 unacceptable
+2122 admissible
+2121 acceptable
+2120 stress
+2119 misuse
+2118 misreading
+2117 arson
+2116 abuse
+2115 resort
+2114 resolutely
+2113 foreseeable
+2112 perfectly
+2111 unrestricted
+2110 competitiveness
+2109 absolute
+2108 shortcomings
+2107 easily
+2106 leads
+2105 bureaucracy
+2104 complicated
+2103 succeed
+2102 upon
+2101 touched
+2100 covered
+2099 address
+2098 tackling
+2097 addressing
+2096 pass
+2095 abolition
+2094 abc
+2093 shot
+2092 appreciation
+2091 dropped
+2090 abandon
+2089 rates
+2088 dropping
+2087 simplistic
+2086 elected
+2085 appointed
+2084 detected
+2083 spent
+2082 arrested
+2081 halted
+2080 flattened
+2079 listening
+2078 suggesting
+2077 solution
+2076 pronounced
+2075 mountains
+2074 manufacturer
+2073 ready
+2072 chance
+2071 better
+2070 labour
+2069 counted
+2068 affects
+2067 doctrine
+2066 preferring
+2065 face
+2064 firm
+2063 cry
+2062 anxious
+2061 affected
+2060 endorsed
+2059 outlined
+2058 himself
+2057 suffered
+2056 signatory
+2055 managed
+2054 responded
+2053 delayed
+2052 rejected
+2051 reported
+2050 reminded
+2049 promised
+2048 entered
+2047 centred
+2046 covers
+2045 allowed
+2044 enabled
+2043 explicitly
+2042 paved
+2041 table
+2040 arms
+2039 showed
+2038 shown
+2037 involving
+2036 intending
+2035 played
+2034 extension
+2033 indicated
+2032 delivered
+2031 financed
+2030 comments
+2029 studying
+2028 examined
+2027 participating
+2026 developed
+2025 tabled
+2024 aptly
+2023 assist
+2022 began
+2021 lasted
+2020 interpreted
+2019 purely
+2018 criticised
+2017 contribution
+2016 contributed
+2015 summit
+2014 devoted
+2013 confirmed
+2012 concluded
+2011 started
+2010 asked
+2009 upside
+2008 changed
+2007 appreciated
+2006 heritage
+2005 taught
+2004 apparently
+2003 inspired
+2002 reaffirming
+2001 acquired
+2000 lessons
+1999 prosperity
+1998 mine
+1997 self
+1996 preferences
+1995 intergroup
+1994 hygiene
+1993 hoping
+1992 co
+1991 resolved
+1990 brand
+1989 satisfaction
+1988 please
+1987 proposing
+1986 produce
+1985 kingdom
+1984 enforced
+1983 palestinian
+1982 israel
+1981 west
+1980 nation
+1979 behaviour
+1978 yourselves
+1977 consciousness
+1976 building
+1975 alike
+1974 tribute
+1973 lama
+1972 jobs
+1971 cutting
+1970 anyone
+1969 referring
+1968 hour
+1967 notice
+1966 democrats
+1965 nineties
+1964 discrimination
+1963 across
+1962 activity
+1961 key
+1960 grandchildren
+1959 applicants
+1958 negotiation
+1957 winning
+1956 found
+1955 list
+1954 governance
+1953 throats
+1952 fruition
+1951 buildings
+1950 acting
+1949 liberalise
+1948 convenience
+1947 recognition
+1946 beyond
+1945 growing
+1944 officers
+1943 tasks
+1942 various
+1941 reasons
+1940 prevention
+1939 understandable
+1938 impracticable
+1937 dreamed
+1936 anonymously
+1935 desire
+1934 elements
+1933 noted
+1932 blame
+1931 judge
+1930 targeted
+1929 suggested
+1928 testing
+1927 materials
+1926 implement
+1925 deserves
+1924 worker
+1923 95
+1922 94
+1921 93
+1920 92
+1919 ix
+1918 89
+1917 88
+1916 87
+1915 86
+1914 85
+1913 exclusive
+1912 carries
+1911 82
+1910 81
+1909 millions
+1908 800
+1907 80
+1906 -80
+1905 viii
+1904 eight
+1903 8
+1902 79
+1901 75
+1900 ¾
+1899 74
+1898 ff
+1897 700
+1896 70
+1895 68
+1894 allocating
+1893 67
+1892 62
+1891 60
+1890 56
+1889 55
+1888 53
+1887 52
+1886 anniversary
+1885 50th
+1884 500
+1883 5.5
+1882 average
+1881 48
+1880 47
+1879 46
+1878 45
+1877 44
+1876 43
+1875 41
+1874 400
+1873 400,000
+1872 40
+1871 39
+1870 38
+1869 37
+1868 36
+1867 350
+1866 35
+1865 34
+1864 33
+1863 3000
+1862 300
+1861 billion
+1860 campaigning
+1859 three
+1858 29
+1857 280
+1856 26
+1855 250
+1854 25
+1853 245
+1852 hours
+1851 twenty
+1850 24
+1849 23
+1848 no.
+1847 9.00
+1846 21
+1845 2025
+1844 020
+1843 2010
+1842 2006
+1841 2005
+1840 2004
+1839 2003
+1838 2002
+1837 2001
+1836 2000
+1835 200
+1834 2.8
+1833 2.6
+1832 2.3
+1831 2
+1830 99
+1829 marked
+1828 plan
+1827 1998
+1826 96
+1825 1996
+1824 1999
+1823 1994
+1822 1993
+1821 1992
+1820 1991
+1819 1990
+1818 1989
+1817 1982
+1816 1976
+1815 convention
+1814 1969
+1813 1967
+1812 1957
+1811 195
+1810 1945
+1809 19
+1808 180
+1807 usd
+1806 eighteen
+1805 december
+1804 5.30
+1803 17th
+1802 17
+1801 p.m.
+1800 fourteen
+1799 september
+1798 14
+1797 thirteen
+1796 12.00
+1795 noon
+1794 110
+1793 11.00
+1792 a.m.
+1791 11
+1790 101
+1789 distance
+1788 cent
+1787 per
+1786 january
+1785 ten
+1784 1.27
+1783 i.
+1782 008
+1781 inhabitants
+1780 00
+1779 /
+1778 .....
+1777 ...
+1776 houses
+1775 wording
+1774 wealth
+1773 van
+1772 urban
+1771 trading
+1770 threefold
+1769 thereof
+1768 texts
+1767 text
+1766 suggestions
+1765 submitted
+1764 stocks
+1763 status
+1762 spheres
+1761 sphere
+1760 specific
+1759 signed
+1758 shipyards
+1757 times
+1756 serious
+1755 rest
+1754 republics
+1753 protocol
+1752 proposes
+1751 positive
+1750 portuguese
+1749 politicians
+1748 peoples
+1747 pays
+1746 ours
+1745 open
+1744 onwards
+1743 rules
+1742 renewables
+1741 procedure
+1740 networks
+1739 multilateral
+1738 movement
+1737 operandi
+1736 modus
+1735 missing
+1734 millennium
+1733 manage
+1732 language
+1731 judgement
+1730 job
+1729 standardised
+1728 practice
+1727 intervention
+1726 international
+1725 insufficient
+1724 instrument
+1723 writing
+1722 immediately
+1721 hulten
+1720 restricted
+1719 highest
+1718 produced
+1717 parts
+1716 sell
+1715 fully
+1714 focused
+1713 sufficiently
+1712 fighting
+1711 fascism
+1710 eyes
+1709 extreme
+1708 expense
+1707 exceptions
+1706 family
+1705 risks
+1704 entail
+1703 enforcement
+1702 employees
+1701 effective
+1700 grasp
+1699 earned
+1698 division
+1697 democratic
+1696 definitely
+1695 defined
+1694 defend
+1693 cooperation
+1692 considerations
+1691 consideration
+1690 everywhere
+1689 conditions
+1688 concern
+1687 operation
+1686 competitive
+1685 communication
+1684 denominator
+1683 commitments
+1682 service
+1681 circumstances
+1680 chosen
+1679 centre
+1678 damage
+1677 carefully
+1676 capacity
+1675 cap
+1674 divide
+1673 built
+1672 budget
+1671 blowers
+1670 birth
+1669 big
+1668 maintained
+1667 distributed
+1666 dealt
+1665 balkan
+1664 away
+1663 responsibilities
+1662 assistants
+1661 asking
+1660 evolving
+1659 properly
+1658 application
+1657 appeared
+1656 appear
+1655 cost
+1654 gratitude
+1653 certainty
+1652 degree
+1651 enormous
+1650 annual
+1649 unanimous
+1648 amendment
+1647 alliance
+1646 agreement
+1645 affairs
+1644 adequate
+1643 perspective
+1642 spanish
+1641 regret
+1640 source
+1639 codecision
+1638 loss
+1637 complete
+1636 analysis
+1635 productive
+1634 advice
+1633 intentioned
+1632 000
+1631 publish
+1630 active
+1629 dependent
+1628 positions
+1627 unequal
+1626 nos
+1625 vanguard
+1624 reforms
+1623 initiative
+1622 draft
+1621 acquisitions
+1620 born
+1619 practical
+1618 abandoned
+1617 de
+1616 materialise
+1615 czechs
+1614 launched
+1613 combined
+1612 adhere
+1611 small
+1610 slightest
+1609 short
+1608 projects
+1607 path
+1606 management
+1605 indicators
+1604 usual
+1603 gave
+1602 principles
+1601 trend
+1600 tell
+1599 project
+1598 footing
+1597 lesser
+1596 safe
+1595 exceeded
+1594 litre
+1593 treaty
+1592 stick
+1591 entailed
+1590 introduce
+1589 rightly
+1588 doubt
+1587 voting
+1586 attached
+1585 arise
+1584 limiting
+1583 confronting
+1582 viewpoint
+1581 reduce
+1580 watch
+1579 keeps
+1578 consequence
+1577 global
+1576 pity
+1575 urge
+1574 aspect
+1573 march
+1572 forced
+1571 wrecks
+1570 wished
+1569 transported
+1568 tackled
+1567 sustainable
+1566 strong
+1565 staff
+1564 highlights
+1563 speaks
+1562 vehemently
+1561 size
+1560 significance
+1559 session
+1558 timeframe
+1557 scheduled
+1556 reverse
+1555 response
+1554 refused
+1553 referred
+1552 red
+1551 record
+1550 rate
+1549 poor
+1548 observed
+1547 nationalistic
+1546 recognises
+1545 message
+1544 limits
+1543 legislation
+1542 legality
+1541 law
+1540 structured
+1539 seriously
+1538 investigations
+1537 munich
+1536 implications
+1535 identify
+1534 helm
+1533 secure
+1532 left
+1531 guidelines
+1530 got
+1529 freedom
+1528 orders
+1527 minutes
+1526 expect
+1525 exceptionally
+1524 comprise
+1523 laboratory
+1522 english
+1521 endeavour
+1520 drawing
+1519 difficult
+1518 decay
+1517 currency
+1516 control
+1515 contained
+1514 comprehensive
+1513 committees
+1512 coast
+1511 choices
+1510 check
+1509 chamber
+1508 recall
+1507 chairmen
+1506 centrally
+1505 broad
+1504 created
+1503 obliged
+1502 brought
+1501 secured
+1500 purposes
+1499 needed
+1498 base
+1497 background
+1496 unduly
+1495 wide
+1494 opportunity
+1493 submitting
+1492 news
+1491 explained
+1490 involve
+1489 contains
+1488 adapted
+1487 avalanche
+1486 cultural
+1485 excellent
+1484 proportion
+1483 aggressive
+1482 priori
+1481 life
+1480 handed
+1479 fourthly
+1478 caused
+1477 refers
+1476 facing
+1475 assaulted
+1474 republicans
+1473 repeatedly
+1472 appears
+1471 recognise
+1470 undertaken
+1469 transport
+1468 traffic
+1467 neglecting
+1466 border
+1465 cross
+1464 eldr
+1463 supposed
+1462 spokesperson
+1461 soon
+1460 drawn
+1459 farmers
+1458 shellfish
+1457 second
+1456 energy
+1455 ranging
+1454 awareness
+1453 consumer
+1452 presented
+1451 outstanding
+1450 offered
+1449 mrs
+1448 moral
+1447 modernisation
+1446 members
+1445 led
+1444 proof
+1443 generally
+1442 involves
+1441 occasionally
+1440 inhabited
+1439 quickly
+1438 allows
+1437 helping
+1436 deep
+1435 ruined
+1434 firmly
+1433 external
+1432 due
+1431 detentions
+1430 declaring
+1429 daring
+1428 constitutional
+1427 causing
+1426 causes
+1425 raise
+1424 black
+1423 avoided
+1422 urgency
+1421 apply
+1420 animal
+1419 permissible
+1418 agricultural
+1417 moving
+1416 dimension
+1415 couple
+1414 setting
+1413 partly
+1412 months
+1411 house
+1410 remain
+1409 wishes
+1408 seeking
+1407 continued
+1406 recognised
+1405 room
+1404 sort
+1403 someone
+1402 engaged
+1401 total
+1400 resolve
+1399 nuts
+1398 prove
+1397 detailed
+1396 establish
+1395 somewhat
+1394 little
+1393 document
+1392 wreck
+1391 whole
+1390 third
+1389 reich
+1388 light
+1387 different
+1386 none
+1385 everything
+1384 likewise
+1383 increasingly
+1382 tom
+1381 paragraphs
+1380 aspects
+1379 board
+1378 counting
+1377 regularly
+1376 deletes
+1375 followed
+1374 consultations
+1373 lest
+1372 calling
+1371 pretext
+1370 undergo
+1369 treatment
+1368 constant
+1367 fall
+1366 doubling
+1365 drop
+1364 social
+1363 six
+1362 answers
+1361 confused
+1360 always
+1359 otherwise
+1358 offences
+1357 equally
+1356 ones
+1355 ways
+1354 committed
+1353 amounts
+1352 unless
+1351 places
+1350 professional
+1349 completely
+1348 assessment
+1347 forgetting
+1346 sweeping
+1345 instruction
+1344 excluding
+1343 commitment
+1342 financial
+1341 doubtless
+1340 knows
+1339 undertook
+1338 looks
+1337 considerably
+1336 consistent
+1335 combine
+1334 represents
+1333 initial
+1332 questioned
+1331 looked
+1330 television
+1329 qualified
+1328 highly
+1327 grudgingly
+1326 granted
+1325 special
+1324 resolution
+1323 normal
+1322 wearing
+1321 removing
+1320 begun
+1319 working
+1318 widened
+1317 underpins
+1316 stipulates
+1315 tax
+1314 isolated
+1313 aimed
+1312 absent
+1311 entails
+1310 came
+1309 hold
+1308 omission
+1307 monetary
+1306 kind
+1305 extent
+1304 correctly
+1303 available
+1302 lost
+1301 moreover
+1300 reports
+1299 test
+1298 discussing
+1297 unable
+1296 french
+1295 dunn
+1294 drafted
+1293 understanding
+1292 ruled
+1291 demonstrate
+1290 four
+1289 friendly
+1288 environmentally
+1287 planning
+1286 zone
+1285 extended
+1284 permitted
+1283 published
+1282 almost
+1281 decide
+1280 takes
+1279 sent
+1278 switch
+1277 stand
+1276 hear
+1275 identification
+1274 regarding
+1273 says
+1272 uphold
+1271 timetabling
+1270 match
+1269 money
+1268 greater
+1267 heightened
+1266 later
+1265 100
+1264 relatively
+1263 whatever
+1262 occasional
+1261 performed
+1260 individuals
+1259 underway
+1258 technology
+1257 offering
+1256 issued
+1255 opposed
+1254 supervision
+1253 power
+1252 review
+1251 posting
+1250 debated
+1249 show
+1248 attack
+1247 applied
+1246 paying
+1245 importantly
+1244 hard
+1243 facilities
+1242 apart
+1241 unique
+1240 enter
+1239 prohibited
+1238 organised
+1237 told
+1236 reduced
+1235 draw
+1234 sectors
+1233 besides
+1232 option
+1231 reference
+1230 voiced
+1229 criticism
+1228 creative
+1227 providing
+1226 affords
+1225 pursue
+1224 straight
+1223 instruments
+1222 issues
+1221 element
+1220 refuse
+1219 intend
+1218 create
+1217 prepared
+1216 mistaken
+1215 confined
+1214 pointed
+1213 noticed
+1212 depth
+1211 coming
+1210 propose
+1209 exists
+1208 creation
+1207 disposal
+1206 accepted
+1205 inter
+1204 bodies
+1203 notably
+1202 specifically
+1201 mainly
+1200 tune
+1199 degrees
+1198 necessarily
+1197 emissions
+1196 debating
+1195 operating
+1194 business
+1193 remedy
+1192 either
+1191 adopt
+1190 kid
+1189 fail
+1188 unevenly
+1187 exactly
+1186 perpetrators
+1185 regardless
+1184 finish
+1183 easier
+1182 head
+1181 comment
+1180 implemented
+1179 presidency
+1178 sensitive
+1177 line
+1176 sufficient
+1175 resources
+1174 receive
+1173 partner
+1172 introduced
+1171 worst
+1170 start
+1169 latter
+1168 ensuring
+1167 care
+1166 legal
+1165 creating
+1164 threat
+1163 everyone
+1162 information
+1161 views
+1160 basic
+1159 remit
+1158 getting
+1157 achievement
+1156 huge
+1155 round
+1154 rallied
+1153 direction
+1152 cars
+1151 actually
+1150 detail
+1149 frankly
+1148 dialogue
+1147 jacques
+1146 herr
+1145 monday
+1144 invited
+1143 giving
+1142 chasing
+1141 rainbow
+1140 taxes
+1139 national
+1138 result
+1137 profile
+1136 philosophy
+1135 shoulders
+1134 conservatives
+1133 difficulties
+1132 live
+1131 organisations
+1130 governmental
+1129 federalist
+1128 conduct
+1127 europeans
+1126 claims
+1125 follows
+1124 multiannual
+1123 private
+1122 balance
+1121 improving
+1120 firms
+1119 shredding
+1118 profit
+1117 placed
+1116 woodland
+1115 barrier
+1114 concentration
+1113 manufacturers
+1112 car
+1111 cities
+1110 efforts
+1109 transportation
+1108 unions
+1107 socialists
+1106 scientists
+1105 findings
+1104 regions
+1103 refugees
+1102 refer
+1101 forecasts
+1100 producers
+1099 discussion
+1098 countries
+1097 non
+1096 measures
+1095 approved
+1094 governments
+1093 suppliers
+1092 women
+1091 advisers
+1090 companies
+1089 another
+1088 effects
+1087 expenditure
+1086 xenophobia
+1085 statements
+1084 decisions
+1083 waste
+1082 managers
+1081 along
+1080 consumers
+1079 swift
+1078 resigned
+1077 monti
+1076 meeting
+1075 days
+1074 compromise
+1073 behalf
+1072 strategy
+1071 iron
+1070 vice
+1069 employee
+1068 cooperate
+1067 actions
+1066 current
+1065 indicate
+1064 support
+1063 united
+1062 guterres
+1061 risk
+1060 condemning
+1059 chairman
+1058 professor
+1057 type
+1056 party
+1055 farming
+1054 eventually
+1053 minister
+1052 japan
+1051 confederal
+1050 finnish
+1049 government
+1048 fpö
+1047 funding
+1046 understood
+1045 contested
+1044 expressed
+1043 commissioner
+1042 leader
+1041 chaos
+1040 prospects
+1039 superficial
+1038 present
+1037 central
+1036 community
+1035 destroy
+1034 ministers
+1033 encouraging
+1032 prerequisite
+1031 structurally
+1030 clear
+1029 interests
+1028 citizens
+1027 turkey
+1026 safety
+1025 security
+1024 large
+1023 society
+1022 week
+1021 answer
+1020 reforming
+1019 reform
+1018 boosting
+1017 research
+1016 quantity
+1015 quality
+1014 protection
+1013 proposal
+1012 motion
+1011 production
+1010 combating
+1009 potential
+1008 policy
+1007 greatest
+1006 poverty
+1005 death
+1004 fight
+1003 greece
+1002 forest
+1001 delegation
+1000 statement
+999 decision
+998 remainder
+997 culture
+996 longer
+995 distinguished
+994 slick
+993 oil
+992 established
+991 directive
+990 demand
+989 attitude
+988 states
+987 avoid
+986 equal
+985 monitoring
+984 anti
+983 nato
+982 obligation
+981 goal
+980 scale
+979 spain
+978 entire
+977 previous
+976 ambassador
+975 activities
+974 absence
+973 karl
+972 until
+971 deemed
+970 thursday
+969 us
+968 set
+967 remember
+966 reality
+965 note
+964 president
+963 manufacturing
+962 involved
+961 good
+960 requested
+959 angelilli
+958 run
+957 thank
+956 happy
+955 initiatives
+954 wanted
+953 see
+952 internal
+951 wants
+950 repeat
+949 reiterate
+948 thoughts
+947 honest
+946 take
+945 wish
+944 cannot
+943 let
+942 pleasure
+941 participation
+940 fear
+939 afraid
+938 heard
+937 me
+936 pleased
+935 provide
+934 begins
+933 hope
+932 add
+931 fixed
+930 habit
+929 get
+928 seek
+927 worked
+926 value
+925 reveals
+924 relaunch
+923 objectives
+922 challenges
+921 inadequate
+920 remains
+919 ethnic
+918 grounds
+917 weight
+916 several
+915 ago
+914 included
+913 principle
+912 able
+911 agenda
+910 help
+909 leave
+908 arguments
+907 remaining
+906 off
+905 read
+904 absolutely
+903 intention
+902 broke
+901 never
+900 provision
+899 realised
+898 required
+897 effort
+896 genuine
+895 comes
+894 aid
+893 bear
+892 ought
+891 amendments
+890 careful
+889 feel
+888 urgent
+887 laid
+886 truth
+885 nonetheless
+884 crucial
+883 goes
+882 strange
+881 feels
+880 useful
+879 reasonable
+878 became
+877 date
+876 aware
+875 voted
+874 described
+873 achieved
+872 unfortunately
+871 yesterday
+870 fortunately
+869 rumour
+868 thanks
+867 franz
+866 commissioners
+865 enlarged
+864 founded
+863 operate
+862 state
+861 welfare
+860 ex
+859 programming
+858 etc.
+857 etc
+856 lanka
+855 confidentiality
+854 urging
+853 alone
+852 want
+851 proud
+850 nothing
+849 capital
+848 towards
+847 denmark
+846 real
+845 whether
+844 speeches
+843 probably
+842 distant
+841 front
+840 true
+839 cause
+838 enough
+837 pay
+836 monopoly
+835 remarks
+834 truly
+833 member
+832 happen
+831 elsewhere
+830 intergovernmental
+829 hence
+828 funds
+827 districts
+826 returned
+825 requirements
+824 why
+823 reason
+822 ill
+821 borne
+820 lies
+819 willing
+818 among
+817 lead
+816 believe
+815 avoiding
+814 task
+813 select
+812 personal
+811 locations
+810 worthy
+809 idea
+808 kept
+807 excluded
+806 examples
+805 personally
+804 admit
+803 done
+802 without
+801 highlight
+800 against
+799 &apos;s
+798 virtue
+797 rule
+796 using
+795 pure
+794 amount
+793 decided
+792 myself
+791 draftsperson
+790 stressing
+789 pointing
+788 originally
+787 agreed
+786 contrast
+785 primarily
+784 scandals
+783 via
+782 november
+781 adapting
+780 fails
+779 july
+778 italy
+777 general
+776 congratulating
+775 outcome
+774 pleasing
+773 spite
+772 appropriations
+771 half
+770 smaller
+769 fundamentally
+768 accident
+767 austria
+766 germany
+765 supports
+764 venture
+763 rise
+762 gives
+761 step
+760 interest
+759 public
+758 except
+757 former
+756 whatsoever
+755 seen
+754 efficient
+753 basically
+752 outset
+751 owing
+750 group
+749 tourism
+748 committee
+747 play
+746 rigorous
+745 input
+744 issue
+743 expected
+742 presence
+741 whose
+740 marks
+739 including
+738 act
+737 shall
+736 essential
+735 two
+734 progress
+733 position
+732 consequently
+731 concept
+730 servants
+729 civil
+728 build
+727 too
+726 becoming
+725 major
+724 respect
+723 amongst
+722 addition
+721 abstract
+720 water
+719 health
+718 presents
+717 customs
+716 considerable
+715 representatives
+714 problems
+713 young
+712 democracy
+711 rights
+710 ever
+709 require
+708 keep
+707 nature
+706 friends
+705 forward
+704 finally
+703 profitability
+702 demands
+701 high
+700 stringent
+699 account
+698 offer
+697 closer
+696 possible
+695 particular
+694 call
+693 human
+692 re
+691 education
+690 further
+689 combat
+688 action
+687 find
+686 period
+685 strengthen
+684 furthermore
+683 just
+682 individual
+681 ending
+680 constantly
+679 ongoing
+678 aim
+677 weakness
+676 side
+675 achievements
+674 forests
+673 passed
+672 deadline
+671 regard
+670 nevertheless
+669 mention
+668 go
+667 factor
+666 effected
+665 home
+664 questions
+663 him
+662 ask
+661 limited
+660 largely
+659 altogether
+658 event
+657 consultative
+656 negotiations
+655 your
+654 overall
+653 parliamentary
+652 german
+651 occasions
+650 numerous
+649 faced
+648 same
+647 relation
+646 fine
+645 last
+644 part
+643 far
+642 whilst
+641 framework
+640 role
+639 region
+638 majority
+637 east
+636 context
+635 number
+634 instances
+633 cases
+632 relating
+631 supply
+630 bring
+629 begin
+628 indicates
+627 reaction
+626 concentrate
+625 seem
+624 figures
+623 developing
+622 stalinist
+621 manner
+620 somehow
+619 discuss
+618 defining
+617 organisation
+616 consider
+615 look
+614 worse
+613 particularly
+612 understand
+611 entirely
+610 heart
+609 covering
+608 beings
+607 carried
+606 unlike
+605 responsible
+604 regards
+603 provided
+602 terms
+601 pursuant
+600 concerns
+599 concerning
+598 behind
+597 considering
+596 bearing
+595 understands
+594 use
+593 speak
+592 opinion
+591 mistakenly
+590 mind
+589 common
+588 levels
+587 danger
+586 critical
+585 bosnians
+584 dear
+583 mentioned
+582 guarantees
+581 kinds
+580 right
+579 did
+578 tended
+577 relationship
+576 representative
+575 example
+574 existence
+573 honourable
+572 proposed
+571 events
+570 itself
+569 demonstrated
+568 happened
+567 clearly
+566 five
+565 obstructed
+564 phenomenon
+563 choose
+562 bound
+561 duty
+560 year
+559 every
+558 individually
+557 each
+556 votes
+555 vote
+554 technically
+553 instance
+552 conference
+551 force
+550 areas
+549 those
+548 years
+547 past
+546 usa
+545 admittedly
+544 felt
+543 consensus
+542 groups
+541 sometimes
+540 certain
+539 certainly
+538 parochialism
+537 features
+536 whoever
+535 objective
+534 decade
+533 guaranteed
+532 might
+531 relies
+530 details
+529 citizen
+528 changes
+527 reflect
+526 most
+525 system
+524 change
+523 turn
+522 thereby
+521 resulting
+520 directly
+519 means
+518 mean
+517 themselves
+516 regulations
+515 do
+514 pretty
+513 concerned
+512 measure
+511 immediate
+510 view
+509 effect
+508 accept
+507 share
+506 merely
+505 stage
+504 vehicles
+503 content
+502 addressed
+501 over
+500 because
+499 something
+498 damaging
+497 deeply
+496 must
+495 shows
+494 point
+493 necessary
+492 makes
+491 feature
+490 characteristic
+489 doing
+488 surely
+487 send
+486 wrong
+485 extremely
+484 an
+483 coincidentally
+482 points
+481 precisely
+480 country
+479 court
+478 looking
+477 afternoon
+476 road
+475 includes
+474 namely
+473 based
+472 wit
+471 mr
+470 ground
+469 focus
+468 rot
+467 version
+466 authoritative
+465 some
+464 deal
+463 obviously
+462 they
+461 though
+460 written
+459 often
+458 towns
+457 few
+456 ratified
+455 many
+454 within
+453 form
+452 continue
+451 thus
+450 important
+449 relations
+448 given
+447 population
+446 whom
+445 backing
+444 ethiopia
+443 conjunction
+442 possibility
+441 situations
+440 adopting
+439 meps
+438 fellow
+437 my
+436 undertake
+435 day
+434 recent
+433 invite
+432 firstly
+431 foremost
+430 first
+429 elections
+428 before
+427 else
+426 types
+425 attention
+424 accordance
+423 words
+422 repercussions
+421 say
+420 rather
+419 alias
+418 i.e.
+417 however
+416 end
+415 requirement
+414 permit
+413 earlier
+412 minor
+411 today
+410 increasing
+409 follow
+408 joint
+407 informed
+406 ourselves
+405 nor
+404 matter
+403 accounting
+402 double
+401 field
+400 incidentally
+399 essentially
+398 thing
+397 bad
+396 upholding
+395 favour
+394 economic
+393 alongside
+392 above
+391 amended
+390 under
+389 prevent
+388 treaties
+387 relevant
+386 close
+385 subject
+384 basis
+383 daily
+382 new
+381 moment
+380 least
+379 eve
+378 early
+377 references
+376 throughout
+375 during
+374 instead
+373 quite
+372 hand
+371 other
+370 contrary
+369 successfully
+368 programme
+367 after
+366 industry
+365 following
+364 old
+363 rising
+362 although
+361 when
+360 especially
+359 despite
+358 drive
+357 others
+356 seems
+355 desperately
+354 yet
+353 whereas
+352 since
+351 then
+350 going
+349 met
+348 therefore
+347 its
+346 include
+345 well
+344 accordingly
+343 allow
+342 consultation
+341 full
+340 accessible
+339 becomes
+338 ensure
+337 sure
+336 priority
+335 give
+334 consolidate
+333 ahead
+332 move
+331 certificates
+330 adopted
+329 currently
+328 used
+327 acted
+326 ultimately
+325 tankers
+324 had
+323 took
+322 she
+321 debate
+320 approach
+319 where
+318 went
+317 received
+316 already
+315 served
+314 even
+313 own
+312 his
+311 come
+310 recently
+309 here
+308 intends
+307 publicly
+306 again
+305 once
+304 announced
+303 90
+302 9
+301 nine
+300 perhaps
+299 seven
+298 7
+297 6
+296 million
+295 50
+294 5
+293 42
+292 4
+291 32
+290 31
+289 30
+288 28
+287 27
+286 22
+285 20
+284 18
+283 16
+282 3
+281 15
+280 13
+279 12
+278 10
+277 1
+276 esteemed
+275 failure
+274 +
+273 gender
+272 carrying
+271 alternatively
+270 resulted
+269 ;
+268 1997
+267 1995
+266 sector
+265 removed
+264 applicable
+263 time
+262 report
+261 known
+260 than
+259 article
+258 enlargement
+257 equality
+256 word
+255 stop
+254 so
+253 declared
+252 entitled
+251 simple
+250 called
+249 term
+248 marée
+247 :
+246 failed
+245 man
+244 one
+243 transparency
+242 who
+241 simply
+240 what
+239 yes
+238 now
+237 neither
+236 our
+235 saying
+234 resurfaces
+233 less
+232 market
+231 world
+230 commission
+229 justice
+228 or
+227 work
+226 between
+225 process
+224 making
+223 sitting
+222 how
+221 her
+220 back
+219 ?
+218 war
+217 council
+216 together
+215 put
+214 things
+213 achieve
+212 albeit
+211 about
+210 ambitiously
+209 proclaimed
+208 but
+207 up
+206 promote
+205 best
+204 whistle
+203 trade
+202 morning
+201 speaking
+200 section
+199 scope
+198 scenario
+197 revenue
+196 telling
+195 them
+194 with
+193 problem
+192 only
+191 preferable
+190 possibly
+189 plans
+188 phrases
+187 oriented
+186 official
+185 occasion
+184 next
+183 much
+182 membership
+181 may
+180 matters
+179 maritime
+178 low
+177 single
+176 really
+175 having
+174 intended
+173 independent
+172 indeed
+171 increased
+170 sense
+169 order
+168 fact
+167 importance
+166 grant
+165 future
+164 outside
+163 feeling
+162 explain
+161 place
+160 taking
+159 european
+158 eu
+157 establishing
+156 environment
+155 entrepreneurial
+154 emphasis
+153 characterised
+152 economy
+151 development
+150 develop
+149 course
+148 connection
+147 claim
+146 checks
+145 out
+144 carry
+143 very
+142 capture
+141 countryside
+140 stay
+139 bringing
+138 question
+137 withdrawn
+136 make
+135 free
+134 attracted
+133 these
+132 responsibility
+131 assumed
+130 priorities
+129 eur
+128 around
+127 area
+126 talking
+125 taken
+124 being
+123 approval
+122 both
+121 applies
+120 way
+119 speakers
+118 case
+117 businesses
+116 sized
+115 medium
+114 mentioning
+113 am
+112 starts
+111 also
+110 agree
+109 according
+108 can
+107 conclusion
+106 successful
+105 from
+104 lesson
+103 legitimate
+102 lack
+101 great
+100 running
+99 office
+98 @-@
+97 -
+96 prior
+95 introducing
+94 )
+93 fr
+92 still
+91 higher
+90 raised
+89 russians
+88 parliament
+87 stated
+86 think
+85 situation
+84 purpose
+83 should
+82 request
+81 held
+80 needs
+79 need
+78 will
+77 you
+76 know
+75 were
+74 if
+73 i
+72 he
+71 could
+70 express
+69 made
+68 reached
+67 we
+66 like
+65 would
+64 their
+63 such
+62 it
+61 independence
+60 this
+59 on
+58 hands
+57 increase
+56 long
+55 introduction
+54 any
+53 by
+52 considered
+51 been
+50 happens
+49 into
+48 down
+47 as
+46 was
+45 there
+44 no
+43 is
+42 not
+41 does
+40 nobodies
+39 said
+38 has
+37 &#93;
+36 &#91;
+35 a
+34 be
+33 level
+32 minimum
+31 while
+30 for
+29 to
+28 allocated
+27 s
+26 france
+25 all
+24 are
+23 anything
+22 have
+21 which
+20 more
+19 through
+18 people
+17 in
+16 the
+15 ,
+14 (
+13 %
+12 union
+11 sake
+10 paper
+9 of
+8 europe
+7 benefits
+6 that
+5 at
+4 and
+3 .
+2 &apos;
+1 &quot;
+0 !
diff --git a/tests/phrase.multi-lm/to-translate.txt b/tests/phrase.multi-lm/to-translate.txt
new file mode 100644
index 0000000..84f5bf1
--- /dev/null
+++ b/tests/phrase.multi-lm/to-translate.txt
@@ -0,0 +1,10 @@
+l&apos; inflation , en europe , a dérapé sur l&apos; alimentation
+l&apos; inflation accélérée , mesurée dans la zone euro , est due principalement à l&apos; augmentation rapide des prix de l&apos; alimentation .
+en novembre , l&apos; augmentation des prix , dans les 13 pays de la zone euro , a été plus importante par rapport aux prévisions , après un taux d&apos; inflation de 2,6 pour cent en octobre , une inflation annuelle de 3,1 pour cent a été enregistrée , a indiqué le bureau des statistiques de la communauté européenne situé à luxembourg .
+les prévisions officielles n&apos; ont indiqué que 3 pour cent , a communiqué bloomberg .
+contrairement aux banques centrales américaine , britannique et canadienne , la banque centrale européenne ( bce ) n&apos; a pas baissé le taux d&apos; intérêt directeur en disant que la diminution des intérêts , avec la croissance des prix des matières premières et la baisse du taux de chômage , conduirait à la génération d&apos; une spirale inflationniste .
+la bce souhaiterait maintenir le taux d&apos; inflation au @-@ dessous mais proche de deux pour cent .
+selon un analyste , c&apos; est le catch 22 pour la bce : &quot; il faut dissuader &quot; l&apos; inflation afin de ne plus avoir à intervenir sur ce sujet ultérieurement .
+en allemagne , le taux d&apos; inflation de 3,3 pour cent est un record au cours de ces douze dernières années et en espagne , il est remonté de 3,6 à 4,1 .
+l&apos; inflation dans la zone euro a décollé à cause de l&apos; augmentation rapide des prix de l&apos; alimentation et de l&apos; énergie .
+les cotes du marché à terme des céréales ont augmenté de 88 pour cent et le cours du soja a atteint également sa valeur la plus élevée depuis 1973 .
diff --git a/tests/phrase.multi-lm/truth/results.txt b/tests/phrase.multi-lm/truth/results.txt
new file mode 100644
index 0000000..6ac5d59
--- /dev/null
+++ b/tests/phrase.multi-lm/truth/results.txt
@@ -0,0 +1,21 @@
+TRANSLATION_1=inflation in europe , has dérapé on food
+TRANSLATION_2=inflation accélérée , mesurée in the euro currency zone , is owing mainly to increase rapid prices of food .
+TRANSLATION_3=in november , the increase prices , in the 13 countries of the euro currency zone , has been more important by the forecasts , after a rate of inflation of 2.6 % in october , a annual inflation of 3,1 % has been enregistrée , has indicated the bureau of statistics of the european community located in luxembourg .
+TRANSLATION_4=the forecasts officielles have indicated that 3 % , has he bloomberg .
+TRANSLATION_5=unlike central banks american british , and canadienne , the european central bank ( ecb ) has not baissé the rate of interest director @-@ when i say that the decrease interests , with growth prices of initial and the drop of the rate of unemployment , conduirait to the generation of a spirale inflationniste .
+TRANSLATION_6=the ecb would like maintain the rate of the inflation below but immediate two % .
+TRANSLATION_7=according to a analyste , that is the catch 22 for the ecb : &quot; it must dissuader &quot; inflation of do so more have to to speak on this subject at a later date .
+TRANSLATION_8=in germany , the rate of inflation of 3,3 % is a record during these 12 in recent years and in spain they , it is remonté of 3,6 to 4,1 .
+TRANSLATION_9=inflation in the euro currency zone has décollé because of the increase rapid prices of food and energy .
+TRANSLATION_10=the cotes of the market in terms of céréales have increased of 88 % and the soja has also reached its value the most élevée since 1973 .
+SCORE_1 = -107.198
+SCORE_2 = -217.924
+SCORE_3 = -245.691
+SCORE_4 = -211.627
+SCORE_5 = -544.498
+SCORE_6 = -17.826
+SCORE_7 = -324.797
+SCORE_8 = -421.826
+SCORE_9 = -116.215
+SCORE_10 = -520.984
+TOTAL_WALLTIME ~ 19