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

github.com/marian-nmt/marian-regression-tests.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Junczys-Dowmunt <marcinjd@microsoft.com>2021-01-25 04:06:35 +0300
committerMarcin Junczys-Dowmunt <marcinjd@microsoft.com>2021-01-25 04:06:35 +0300
commitb5cd6766ada9bdd5bf888f1d47f419a71111632c (patch)
tree124202bd77286ded989c0595f278f1659e6b952e
parent94c977c657be843a6a9eb59feb46c76c63c9c45e (diff)
parent97b2f95abab6134c1632b286e373e513ecc52020 (diff)
Merge branch 'master' into mjd/fp16.2
-rw-r--r--.gitignore4
-rw-r--r--Makefile16
-rw-r--r--README.md24
-rwxr-xr-xdata/download-data.sh50
-rw-r--r--models/download-ape.sh5
-rw-r--r--models/download-char-s2s.sh12
-rw-r--r--models/download-lm.sh10
-rw-r--r--models/download-models.sh60
-rw-r--r--models/download-rnn-spm.sh5
-rw-r--r--models/download-transformer.sh5
-rw-r--r--models/download-wmt16.sh4
-rw-r--r--models/download-wmt17.sh11
-rw-r--r--models/download-wngt19.sh4
-rw-r--r--models/download-wnmt18.sh4
-rwxr-xr-xrun_mrt.sh46
-rw-r--r--tests/_template/test_server.sh3
-rw-r--r--tests/decoder/intgemm/.gitignore4
-rw-r--r--tests/decoder/intgemm/README.md2
-rw-r--r--tests/decoder/intgemm/_test_fbgemm_packed8_intgemm_int8.sh55
-rw-r--r--tests/decoder/intgemm/_test_fbgemm_packed8_intgemm_int8_shifted.sh56
-rw-r--r--tests/decoder/intgemm/_test_intgemm_16bit.sh53
-rw-r--r--tests/decoder/intgemm/_test_intgemm_8bit.sh53
-rw-r--r--tests/decoder/intgemm/_test_intgemm_8bit_shifted.sh57
-rw-r--r--tests/decoder/intgemm/intgemm_16bit.avx.expected100
-rw-r--r--tests/decoder/intgemm/intgemm_16bit.avx.expected.bleu1
-rw-r--r--tests/decoder/intgemm/intgemm_16bit.avx2.expected100
-rw-r--r--tests/decoder/intgemm/intgemm_16bit.avx2.expected.bleu1
-rw-r--r--tests/decoder/intgemm/intgemm_16bit.avx512.expected100
-rw-r--r--tests/decoder/intgemm/intgemm_16bit.avx512.expected.bleu1
-rw-r--r--tests/decoder/intgemm/intgemm_16bit_avx2.avx2.expected100
-rw-r--r--tests/decoder/intgemm/intgemm_16bit_avx2.avx2.expected.bleu1
-rw-r--r--tests/decoder/intgemm/intgemm_16bit_avx2.avx512.expected100
-rw-r--r--tests/decoder/intgemm/intgemm_16bit_avx2.avx512.expected.bleu1
-rw-r--r--tests/decoder/intgemm/intgemm_16bit_sse2.avx.expected100
-rw-r--r--tests/decoder/intgemm/intgemm_16bit_sse2.avx.expected.bleu1
-rw-r--r--tests/decoder/intgemm/intgemm_16bit_sse2.avx2.expected100
-rw-r--r--tests/decoder/intgemm/intgemm_16bit_sse2.avx2.expected.bleu1
-rw-r--r--tests/decoder/intgemm/intgemm_16bit_sse2.avx512.expected100
-rw-r--r--tests/decoder/intgemm/intgemm_16bit_sse2.avx512.expected.bleu1
-rw-r--r--tests/decoder/intgemm/intgemm_8bit.avx.expected100
-rw-r--r--tests/decoder/intgemm/intgemm_8bit.avx.expected.bleu1
-rw-r--r--tests/decoder/intgemm/intgemm_8bit.avx2.expected100
-rw-r--r--tests/decoder/intgemm/intgemm_8bit.avx2.expected.bleu1
-rw-r--r--tests/decoder/intgemm/intgemm_8bit.avx512.expected100
-rw-r--r--tests/decoder/intgemm/intgemm_8bit.avx512.expected.bleu1
-rw-r--r--tests/decoder/intgemm/intgemm_8bit_avx2.avx2.expected100
-rw-r--r--tests/decoder/intgemm/intgemm_8bit_avx2.avx2.expected.bleu1
-rw-r--r--tests/decoder/intgemm/intgemm_8bit_avx2.avx512.expected100
-rw-r--r--tests/decoder/intgemm/intgemm_8bit_avx2.avx512.expected.bleu1
-rw-r--r--tests/decoder/intgemm/intgemm_8bit_ssse3.avx.expected100
-rw-r--r--tests/decoder/intgemm/intgemm_8bit_ssse3.avx.expected.bleu1
-rw-r--r--tests/decoder/intgemm/intgemm_8bit_ssse3.avx2.expected100
-rw-r--r--tests/decoder/intgemm/intgemm_8bit_ssse3.avx2.expected.bleu1
-rw-r--r--tests/decoder/intgemm/intgemm_8bit_ssse3.avx512.expected100
-rw-r--r--tests/decoder/intgemm/intgemm_8bit_ssse3.avx512.expected.bleu1
-rw-r--r--tests/decoder/intgemm/setup.sh14
-rw-r--r--tests/decoder/intgemm/test_intgemm_16bit.sh57
-rw-r--r--tests/decoder/intgemm/test_intgemm_16bit_avx2.sh56
-rw-r--r--tests/decoder/intgemm/test_intgemm_16bit_sse2.sh58
-rw-r--r--tests/decoder/intgemm/test_intgemm_8bit.sh57
-rw-r--r--tests/decoder/intgemm/test_intgemm_8bit_avx2.sh56
-rw-r--r--tests/decoder/intgemm/test_intgemm_8bit_ssse3.sh58
-rw-r--r--tests/decoder/intgemm/update_expected_outputs.sh29
-rw-r--r--tests/decoder/shortlist/test_shortlist_server.sh2
-rw-r--r--tests/examples/iris/iris.expected42
-rw-r--r--tests/examples/iris/test_iris.sh5
-rw-r--r--tests/interface/input-tsv/.gitignore11
-rw-r--r--tests/interface/input-tsv/setup.sh7
-rw-r--r--tests/interface/input-tsv/test_error_msg_for_creating_vocab_from_tsv_with_align.sh26
-rw-r--r--tests/interface/input-tsv/test_error_msg_for_identical_align_and_weight_indices.sh26
-rw-r--r--tests/interface/input-tsv/test_tsv_server.sh3
-rw-r--r--tests/interface/input-tsv/test_tsv_server_dual_source.sh3
-rw-r--r--tests/interface/input-tsv/test_tsv_train.sh2
-rw-r--r--tests/interface/input-tsv/test_tsv_train_assume_stdin.sh2
-rw-r--r--tests/interface/input-tsv/test_tsv_train_create_vocab_joint.sh2
-rw-r--r--tests/interface/input-tsv/test_tsv_train_create_vocabs.sh2
-rw-r--r--tests/interface/input-tsv/test_tsv_train_create_vocabs_yml.sh2
-rw-r--r--tests/interface/input-tsv/test_tsv_train_inputtypes_stdin.sh31
-rw-r--r--tests/interface/input-tsv/test_tsv_train_mini_batch_fit.sh4
-rw-r--r--tests/interface/input-tsv/test_tsv_train_mini_batch_fit_stdin.sh2
-rw-r--r--tests/interface/input-tsv/test_tsv_train_restore_from_stdin.sh4
-rw-r--r--tests/interface/input-tsv/test_tsv_train_shuffle.sh4
-rw-r--r--tests/interface/input-tsv/test_tsv_train_shuffle_in_ram.sh4
-rw-r--r--tests/interface/input-tsv/test_tsv_train_stdin.sh2
-rw-r--r--tests/interface/input-tsv/test_tsv_train_stdin_2_epochs.sh4
-rw-r--r--tests/interface/input-tsv/test_tsv_train_stdin_empty_fields.sh2
-rw-r--r--tests/interface/input-tsv/test_tsv_train_stdin_lm.sh2
-rw-r--r--tests/interface/input-tsv/test_tsv_train_with_align.sh34
-rw-r--r--tests/interface/input-tsv/test_tsv_train_with_align_and_weights.sh35
-rw-r--r--tests/interface/input-tsv/test_tsv_train_with_align_and_weights_inputtypes.sh34
-rw-r--r--tests/interface/input-tsv/test_tsv_train_with_align_pos0.sh34
-rw-r--r--tests/interface/input-tsv/test_tsv_train_with_align_shuffle.sh33
-rw-r--r--tests/interface/input-tsv/test_tsv_train_with_align_shuffle_in_ram.sh33
-rw-r--r--tests/interface/input-tsv/test_tsv_train_with_align_stdin.sh34
-rw-r--r--tests/interface/input-tsv/test_tsv_train_with_weights.sh34
-rw-r--r--tests/interface/input-tsv/test_tsv_train_with_weights_pos0.sh34
-rw-r--r--tests/interface/input-tsv/train2.aln2048
-rw-r--r--tests/interface/input-tsv/train2.de2048
-rw-r--r--tests/interface/input-tsv/train2.en2048
-rw-r--r--tests/interface/input-tsv/train2.w2048
-rw-r--r--tests/interface/input-tsv/train_align.expected25
-rw-r--r--tests/interface/input-tsv/train_align_shuffle.expected25
-rw-r--r--tests/interface/input-tsv/train_align_stdin.expected7
-rw-r--r--tests/interface/input-tsv/train_align_weights.expected15
-rw-r--r--tests/interface/input-tsv/train_fit.expected10
-rw-r--r--tests/interface/input-tsv/train_fit_stdin.expected6
-rw-r--r--tests/interface/input-tsv/train_shuffle.expected10
-rw-r--r--tests/interface/input-tsv/train_vocabs.expected20
-rw-r--r--tests/interface/input-tsv/train_weights.expected25
-rw-r--r--tests/models/wngt19/README.md1
-rw-r--r--tests/models/wngt19/model_base_fbgemm_packed8.avx512.expected52
-rw-r--r--tests/models/wngt19/model_base_fbgemm_packed8.avx512.expected.bleu2
-rw-r--r--tests/models/wnmt18/.gitignore5
-rw-r--r--tests/models/wnmt18/optimize_aan.bleu.expected2
-rw-r--r--tests/models/wnmt18/test_student_small_aan_intgemm16.sh41
-rw-r--r--tests/models/wnmt18/test_student_small_aan_intgemm8.sh (renamed from tests/models/wnmt18/test_student_small_aan_optimize.sh)23
-rw-r--r--tests/sentencepiece/.gitignore4
-rw-r--r--tests/sentencepiece/bleu.sacrebleu.expected (renamed from tests/sentencepiece/bleu-detok.sacrebleu.expected)0
-rw-r--r--tests/sentencepiece/bleu.score.expected (renamed from tests/sentencepiece/bleu-detok.bleu.expected)0
-rw-r--r--tests/sentencepiece/chrf.sacrebleu.expected1
-rw-r--r--tests/sentencepiece/chrf.score.expected1
-rw-r--r--tests/sentencepiece/test_bleu.sh47
-rw-r--r--tests/sentencepiece/test_bleu_detok.sh47
-rw-r--r--tests/sentencepiece/test_chrf.sh47
-rw-r--r--tests/sentencepiece/test_create_joint_spm_vocab.sh2
-rw-r--r--tests/sentencepiece/test_create_spm_vocab_lm.sh2
-rw-r--r--tests/sentencepiece/test_create_spm_vocabs.sh2
-rw-r--r--tests/sentencepiece/test_sentencepiece_max_lines.sh2
-rw-r--r--tests/sentencepiece/test_sentencepiece_normalization.sh4
-rw-r--r--tests/sentencepiece/vocab.joint.expected15796
-rw-r--r--tests/sentencepiece/vocab.maxlines.expected7696
-rw-r--r--tests/sentencepiece/vocab.norm.expected7888
-rw-r--r--tests/sentencepiece/vocabs.de.expected7996
-rw-r--r--tests/sentencepiece/vocabs.en.expected7976
-rw-r--r--tests/server/setup.sh3
-rw-r--r--tests/training/basics/batch_fit.expected8
-rw-r--r--tests/training/basics/gzip.expected10
-rw-r--r--tests/training/basics/test_gzipped_train_sets.sh2
-rw-r--r--tests/training/basics/test_mini_batch_fit.sh2
-rw-r--r--tests/training/basics/test_toy_vocab.sh5
-rw-r--r--tests/training/basics/toy.expected88
-rw-r--r--tests/training/cost-functions/ce-mean-words.expected16
-rw-r--r--tests/training/cost-functions/ce-mean.expected16
-rw-r--r--tests/training/cost-functions/ce-sum.expected16
-rw-r--r--tests/training/cost-functions/perplexity.expected16
-rw-r--r--tests/training/cost-functions/test_ce-mean-words.sh3
-rw-r--r--tests/training/cost-functions/test_ce-mean.sh4
-rw-r--r--tests/training/cost-functions/test_ce-sum.sh5
-rw-r--r--tests/training/cost-functions/test_perplexity.sh4
-rw-r--r--tests/training/features/data-weighting/sqlite_word.expected29
-rw-r--r--tests/training/features/data-weighting/test_compare_word_and_sentence_weighting.sh5
-rw-r--r--tests/training/features/data-weighting/test_compare_word_and_sentence_weighting_sync.sh5
-rw-r--r--tests/training/features/data-weighting/test_length_mismatch_warnings.sh5
-rw-r--r--tests/training/features/data-weighting/test_maxi_batches_with_sentence_weights.sh7
-rw-r--r--tests/training/features/data-weighting/test_maxi_batches_with_word_weights.sh7
-rw-r--r--tests/training/features/data-weighting/test_sentence_weighting_sqlite.sh7
-rw-r--r--tests/training/features/data-weighting/test_sentence_weighting_with_ones.sh5
-rw-r--r--tests/training/features/data-weighting/test_sentence_weights_x3.sh9
-rw-r--r--tests/training/features/data-weighting/test_validation.sh7
-rw-r--r--tests/training/features/data-weighting/test_word_weighting_sqlite.sh7
-rw-r--r--tests/training/features/data-weighting/test_word_weighting_with_eos.sh7
-rw-r--r--tests/training/features/data-weighting/test_word_weighting_with_ones.sh5
-rw-r--r--tests/training/features/data-weighting/test_word_weighting_with_twos.sh9
-rw-r--r--tests/training/features/data-weighting/test_word_weighting_with_twos_sync.sh7
-rw-r--r--tests/training/features/exp-smoothing/test_expsmooth.sh2
-rw-r--r--tests/training/features/guided-alignment/test_guided_alignment_rnn.sh3
-rw-r--r--tests/training/features/guided-alignment/test_guided_alignment_transformer.sh3
-rw-r--r--tests/training/features/guided-alignment/test_guided_alignment_transformer_sync.sh3
-rw-r--r--tests/training/features/quantized-model/.gitignore1
-rw-r--r--tests/training/features/quantized-model/model_centers.expected51
-rw-r--r--tests/training/features/quantized-model/quantized-log4bit.expected10
-rw-r--r--tests/training/features/quantized-model/quantized-opt.expected10
-rw-r--r--tests/training/features/quantized-model/quantized-with-bias.expected10
-rw-r--r--tests/training/features/quantized-model/quantized.expected10
-rw-r--r--tests/training/features/quantized-model/setup.sh3
-rw-r--r--tests/training/features/quantized-model/test_quant_centers.sh31
-rw-r--r--tests/training/features/quantized-model/test_quantmodel.sh36
-rw-r--r--tests/training/features/quantized-model/test_quantmodel_log.sh36
-rw-r--r--tests/training/features/quantized-model/test_quantmodel_with_bias.sh43
-rw-r--r--tests/training/features/quantized-model/test_quantmodel_with_optimization.sh36
-rw-r--r--tests/training/features/right-left/test_right_left_rnn.sh2
-rw-r--r--tests/training/features/right-left/test_right_left_transformer.sh2
-rw-r--r--tests/training/models/lm/test_lm-transformer.sh2
-rw-r--r--tests/training/models/lm/test_lm.sh2
-rw-r--r--tests/training/models/multi-source/test_multi-s2s.sh2
-rw-r--r--tests/training/models/multi-source/test_multi-transformer.sh2
-rw-r--r--tests/training/models/nematus/test_encdec_depth.sh2
-rw-r--r--tests/training/models/nematus/test_wmt17_model.sh2
-rw-r--r--tests/training/models/transformer/test_transformer.sh2
-rw-r--r--tests/training/multi-gpu/test_async_sgd_runs.sh2
-rw-r--r--tests/training/multi-gpu/test_sync_sgd.sh2
-rw-r--r--tests/training/multi-gpu/test_sync_sgd_1gpu.sh2
-rw-r--r--tests/training/multi-gpu/test_sync_sgd_1gpu_expsmooth.sh2
-rw-r--r--tests/training/restarting/test_sgd_for_two_epochs.sh2
-rw-r--r--tests/training/restarting/test_sgd_for_two_epochs_sync.sh2
-rw-r--r--tests/training/restoring/corpus/finetune.expected30
-rw-r--r--tests/training/restoring/corpus/test_corpus_restoration.sh2
-rw-r--r--tests/training/restoring/corpus/test_corpus_restoration_maxi_batch.sh2
-rw-r--r--tests/training/restoring/corpus/test_corpus_restoration_mini_batch_fit.sh7
-rw-r--r--tests/training/restoring/corpus/test_corpus_restoration_mini_batch_fit_sync.sh7
-rw-r--r--tests/training/restoring/corpus/test_corpus_restoration_no_shuffle.sh7
-rw-r--r--tests/training/restoring/corpus/test_corpus_restoration_one_epoch.sh2
-rw-r--r--tests/training/restoring/corpus/test_corpus_restoration_s2s.sh2
-rw-r--r--tests/training/restoring/corpus/test_corpus_restoration_s2s_sync.sh2
-rw-r--r--tests/training/restoring/corpus/test_finetune.sh6
-rw-r--r--tests/training/restoring/corpus/test_sqlite_restoration.sh2
-rw-r--r--tests/training/restoring/corpus/test_sqlite_restoration_maxi_batch.sh2
-rw-r--r--tests/training/restoring/exp-smoothing/test_expsmooth.sh6
-rw-r--r--tests/training/restoring/exp-smoothing/test_expsmooth_s2s.sh6
-rw-r--r--tests/training/restoring/exp-smoothing/test_expsmooth_sync.sh6
-rw-r--r--tests/training/restoring/multi-gpu/test_adam_sync.sh2
-rw-r--r--tests/training/restoring/multi-gpu/test_adam_sync_cpu.sh2
-rw-r--r--tests/training/restoring/multi-gpu/test_async.sh2
-rw-r--r--tests/training/restoring/multi-gpu/test_sync.sh2
-rw-r--r--tests/training/restoring/optimizer/test_adagrad_params.sh2
-rw-r--r--tests/training/restoring/optimizer/test_adam_params.sh2
-rw-r--r--tests/training/restoring/optimizer/test_adam_params_async.sh2
-rw-r--r--tests/training/restoring/optimizer/test_adam_params_sync.sh2
-rw-r--r--tests/training/restoring/optimizer/test_loading_adam_params.sh2
-rw-r--r--tests/training/restoring/validation/test_adding_validator_after_restart.sh15
-rw-r--r--tests/training/restoring/validation/test_restoring_newbest_validators.sh4
-rw-r--r--tests/training/restoring/validation/test_restoring_stalled_validators.sh18
-rw-r--r--tests/training/restoring/validation/test_restoring_validation.sh13
-rw-r--r--tests/training/restoring/validation/test_restoring_validation_lower_is_better.sh13
-rw-r--r--tests/training/restoring/validation/test_valid_reset_stalled.sh12
-rw-r--r--tests/training/scheduler/.gitignore2
-rw-r--r--tests/training/scheduler/log_epoch_e.expected20
-rw-r--r--tests/training/scheduler/log_epoch_t.expected12
-rw-r--r--tests/training/scheduler/log_epoch_u.expected15
-rw-r--r--tests/training/scheduler/setup.sh10
-rw-r--r--tests/training/scheduler/test_logical_epoch.sh32
-rw-r--r--tests/training/scheduler/test_logical_epoch_labels.sh32
-rw-r--r--tests/training/scheduler/test_logical_epoch_updates.sh32
-rw-r--r--tests/training/validation/test_compare_decoding_with_transscript_output.sh2
-rwxr-xr-xtools/check-model-unique-vals.py59
-rwxr-xr-xtools/extract-costs.sh2
236 files changed, 36231 insertions, 23821 deletions
diff --git a/.gitignore b/.gitignore
index d91d472..c4f7b83 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,6 +8,7 @@
*.stderr
*.stdout
*.tgz
+**/*.tar.gz
vocab.de.yml
vocab.en.yml
@@ -34,8 +35,11 @@ models/*/vocab.*
models/rnn-spm
models/wngt19
models/ape
+models/student-eten
+models/*.md5
data/*/corpus.*
data/*/*.bpe
data/*/truecase*
data/*/*.gz
+data/*.md5
diff --git a/Makefile b/Makefile
index c0629db..42beeda 100644
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,9 @@ GIT_MOSES_SCRIPTS=http://github.com/marian-nmt/moses-scripts.git
GIT_SUBWORD_NMT=http://github.com/rsennrich/subword-nmt.git
GIT_SACREBLEU=http://github.com/marian-nmt/sacreBLEU.git
+# Empty value means that all data and models will be downloaded
+TARBALLS=
+
.PHONY: install pip tools models data run
.SECONDARY:
@@ -26,22 +29,15 @@ pip: requirements.txt
models:
mkdir -p $@
- cd $@ && bash ./download-wmt16.sh
- cd $@ && bash ./download-wmt17.sh
- cd $@ && bash ./download-char-s2s.sh
- cd $@ && bash ./download-wnmt18.sh
- cd $@ && bash ./download-transformer.sh
- cd $@ && bash ./download-lm.sh
- cd $@ && bash ./download-rnn-spm.sh
- cd $@ && bash ./download-wngt19.sh
- cd $@ && bash ./download-ape.sh
+ cd $@ && bash ./download-models.sh $(TARBALLS)
data:
mkdir -p $@
- cd $@ && bash ./download-data.sh
+ cd $@ && bash ./download-data.sh $(TARBALLS)
clean:
git clean -x -d -f tests
+ rm -f data/*.tar.gz models/*.tar.gz
clean-all:
git clean -x -d -f
diff --git a/README.md b/README.md
index 8365b56..db42dda 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,8 @@ pure C++ with minimal dependencies.
This repository contains the regression test framework for the main development
repository: https://github.com/marian-nmt/marian-dev.
+Tests have been developed for Linux for Marian compiled using GCC 7+.
+
## Structure
@@ -43,7 +45,7 @@ More invocation examples:
./run_mrt.sh tests/training/basics
./run_mrt.sh tests/training/basics/test_valid_script.sh
./run_mrt.sh previous.log
- ./run_mrt.sh '#tag'
+ ./run_mrt.sh '#cpu'
where `previous.log` contains a list of test files, one test per line. This
file is automatically generated each time `./run_mrt.sh` finishes running.
@@ -65,7 +67,7 @@ Notes:
off and are not traversed or executed by `./run_mrt.sh`.
- Only some regression tests have been annotated with tags, so, for example,
running tests with the tag #scoring will not start all available tests for
- scoring. The complete tags is #cpu.
+ scoring. The complete tags are #cpu, #server.
## Debugging failed tests
@@ -107,19 +109,33 @@ Please follow these recommendations:
## Jenkins
The regression tests are run automatically on Jenkins after each push to the
-master branch and a successful compilation with g++ 5.4.0 20160609 and CUDA
+master branch and a successful compilation with GCC 8.4.0 and CUDA
10.1.243: http://vali.inf.ed.ac.uk/jenkins/view/marian/
On Jenkins, Marian is compiled using the following commands:
- cmake -DUSE_SENTENCEPIECE=ON -DCOMPILE_TESTS=ON -DCOMPILE_EXAMPLES=ON \
+ CC=/usr/bin/gcc-8 CXX=/usr/bin/g++-8 CUDAHOSTCXX=/usr/bin/g++8 \
+ cmake -DUSE_SENTENCEPIECE=ON -DUSE_FBGEMM=on \
+ -DCOMPILE_CPU=on -DCOMPILE_TESTS=ON -DCOMPILE_EXAMPLES=ON \
-DCUDA_TOOLKIT_ROOT_DIR=/var/lib/jenkins/cuda-10.1 ..
make -j
make test
+This compilation command allows to build Marian that is needed to test
+majority of regression tests (only few might be skipped due to requirements
+for specific CPU architectures).
+
If this succeeds, created executables are used to run regression tests.
+## Data storage
+
+We host data and models used for regression tests on the dedicated Azure
+Storage (see `models/download-models.sh`). If you want to add new files
+required for new regression tests to our storage, please open a new issue
+providing a link to tarball.
+
+
## Acknowledgements
The development of Marian received funding from the European Union's
diff --git a/data/download-data.sh b/data/download-data.sh
index f142eda..37e71be 100755
--- a/data/download-data.sh
+++ b/data/download-data.sh
@@ -1,24 +1,48 @@
#!/bin/bash
-URL=http://data.statmt.org/romang/marian-regression-tests/data
+# If you want to add new data files to our Azure storage, open an issue at
+# https://github.com/marian-nmt/marian-regression-tests
-MODEL_FILES=(
- europarl.de-en/corpus.bpe.de.gz
- europarl.de-en/corpus.bpe.en.gz
+URL=https://romang.blob.core.windows.net/mariandev/regression-tests/data
+
+# Each tarball is a .tar.gz file that contains a single directory of the same
+# name as the tarball
+DATA_TARBALLS=(
+ europarl.de-en
)
-for file in ${MODEL_FILES[@]}; do
- echo Downloading $file ...
- mkdir -p $(dirname $file)
+for name in ${DATA_TARBALLS[@]}; do
+ file=$name.tar.gz
- # Download the file
- test -s $file || wget -nv -O- $URL/$file > $file
+ echo Downloading checksum for $file ...
+ wget -nv -O- $URL/$file.md5 > $name.md5.newest
- # Uncompress if needed
- if [[ $file = *.gz ]]; then
- target="${file%.*}"
- test -s $target || gzip -dc $file > $target
+ # Do not download if the checksum files are identical, i.e. the archive has
+ # not been updated since it was downloaded last time
+ if test -s $name.md5 && $(cmp --silent $name.md5 $name.md5.newest); then
+ echo File $file does not need to be updated
+ else
+ echo Downloading $file ...
+ wget -nv $URL/$file
+ # Extract the archive
+ tar zxf $file
+ # Remove archive to save disk space
+ rm -f $file
fi
+ mv $name.md5.newest $name.md5
+done
+
+DATA_FILES=(
+ europarl.de-en/corpus.bpe.de.gz
+ europarl.de-en/corpus.bpe.en.gz
+)
+
+for file in ${DATA_FILES[@]}; do
+ echo Extracting $file ...
+ test -s $file || exit 1
+ # Uncompress if needed
+ target="${file%.*}"
+ test -s $target || gzip -dc $file > $target
done
# Get de-BPEed small training data
diff --git a/models/download-ape.sh b/models/download-ape.sh
deleted file mode 100644
index 144b493..0000000
--- a/models/download-ape.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/bash
-
-# Download the multi-source Transformer model trained on WMT16: APE Shared Task data with SentencePiece
-wget -nv -nc -r -nH -np -R "index.html*" -e robots=off --cut-dirs=3 \
- http://data.statmt.org/romang/marian-regression-tests/models/ape
diff --git a/models/download-char-s2s.sh b/models/download-char-s2s.sh
deleted file mode 100644
index e553a52..0000000
--- a/models/download-char-s2s.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/bash
-
-# Download char-s2s model
-mkdir -p char-s2s
-cd char-s2s
-
-wget -nc -nv http://data.statmt.org/romang/marian-regression-tests/models/char-s2s/model.npz
-wget -nc -nv http://data.statmt.org/romang/marian-regression-tests/models/char-s2s/translate.yml
-wget -nc -nv http://data.statmt.org/romang/marian-regression-tests/models/char-s2s/vocab.en.yml
-wget -nc -nv http://data.statmt.org/romang/marian-regression-tests/models/char-s2s/vocab.ro.yml
-
-cd -
diff --git a/models/download-lm.sh b/models/download-lm.sh
deleted file mode 100644
index 1ec8f78..0000000
--- a/models/download-lm.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/bash -x
-
-test -e lmgec/lm.npz && exit
-
-mkdir -p lmgec
-cd lmgec
-wget -nv -nc http://data.statmt.org/romang/gec-naacl18/models.tgz
-tar zxvf models.tgz lm.npz tc.model gec.bpe vocab.yml
-rm models.tgz
-cd ..
diff --git a/models/download-models.sh b/models/download-models.sh
new file mode 100644
index 0000000..4539ee5
--- /dev/null
+++ b/models/download-models.sh
@@ -0,0 +1,60 @@
+#!/bin/bash
+
+# Download model tarballs from Marian storage on Azure.
+#
+# Usage examples:
+# ./download-models.sh # download all tarbals
+# ./download-models.sh wngt19 # download only wngt19.tar.gz
+#
+# If you want to add new model files to our Azure storage, open an issue at
+# https://github.com/marian-nmt/marian-regression-tests
+
+URL=https://romang.blob.core.windows.net/mariandev/regression-tests/models
+
+# Each tarball is a .tar.gz file that contains a single directory of the same
+# name as the tarball without .tar.gz
+MODEL_TARBALLS=(
+ wmt16_systems # A part of En-De WMT16 model from http://data.statmt.org/wmt16_systems/en-de/
+ wmt17_systems # A part of En-De WMT17 model from http://data.statmt.org/wmt17_systems/en-de/
+ ape # A multi-source Transformer model trained on WMT16: APE Shared Task data with SentencePiece
+ lmgec # LM from http://data.statmt.org/romang/gec-naacl18/models.tgz
+ rnn-spm # Small De-En RNN-based model trained with SentencePiece
+ transformer # En-De transformer model from marian-examples/transformer
+ wnmt18 # WNMT18 student models
+ wngt19 # WNGT19 student models
+ student-eten # Et-En student model from https://github.com/browsermt/students
+ #char-s2s # A character-level RNN model (obsolete)
+)
+
+if [ $# -gt 0 ]; then
+ echo The list of parameters is not empty.
+ echo Skipping models not in the list: $*
+fi
+
+for model in ${MODEL_TARBALLS[@]}; do
+ file=$model.tar.gz
+
+ # If an argument list is provided, download only tarballs that are present
+ # in the list. Otherwise download all predefined tarballs
+ if [ $# -gt 0 ] && [[ "$file" != *"$*"* ]]; then
+ echo Skipping $file
+ continue;
+ fi
+
+ echo Downloading checksum for $file ...
+ wget -nv -O- $URL/$file.md5 > $model.md5.newest
+
+ # Do not download if the checksum files are identical, i.e. the archive has
+ # not been updated since it was downloaded last time
+ if test -s $model.md5 && $(cmp --silent $model.md5 $model.md5.newest); then
+ echo File $file does not need to be updated
+ else
+ echo Downloading $file ...
+ wget -nv $URL/$file
+ # Extract the archive
+ tar zxf $file
+ # Remove archive to save disk space
+ rm -f $file
+ fi
+ mv $model.md5.newest $model.md5
+done
diff --git a/models/download-rnn-spm.sh b/models/download-rnn-spm.sh
deleted file mode 100644
index 7899551..0000000
--- a/models/download-rnn-spm.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/bash
-
-# Download a small DE-EN RNN-based model trained with SentencePiece
-wget -nv -nc -r -e robots=off -nH -np -R index.html* --cut-dirs=3 \
- http://data.statmt.org/romang/marian-regression-tests/models/rnn-spm
diff --git a/models/download-transformer.sh b/models/download-transformer.sh
deleted file mode 100644
index a409a72..0000000
--- a/models/download-transformer.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/bash
-
-# Download EN-DE Transformer model from marian-examples/transformer
-wget -nv -nc -r -e robots=off -nH -np -R index.html* --cut-dirs=3 \
- http://data.statmt.org/romang/marian-regression-tests/models/transformer/
diff --git a/models/download-wmt16.sh b/models/download-wmt16.sh
deleted file mode 100644
index 8cb6ba6..0000000
--- a/models/download-wmt16.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/bash
-
-# Download single en-de wmt16 model
-wget -nv -nc -r -e robots=off -nH -np -R *r2l* -R index.html* http://data.statmt.org/wmt16_systems/en-de/
diff --git a/models/download-wmt17.sh b/models/download-wmt17.sh
deleted file mode 100644
index 4e3918f..0000000
--- a/models/download-wmt17.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/bash
-
-# Download single en-de wmt17 model
-wget -nv -nc -r -e robots=off -nH -np \
- -R *ens2* -R *ens3* -R *ens4* -R *r2l* -R index.html* -R *.meta -R *.data-* -R *.index -R checkpoint \
- -R translate-ensemble.sh -R translate-reranked.sh -R tf-translate-single.sh \
- http://data.statmt.org/wmt17_systems/en-de/
-# Download additional scripts
-wget -nv -nc -r -e robots=off -nH -np \
- -R index.html* \
- http://data.statmt.org/wmt17_systems/scripts/ http://data.statmt.org/wmt17_systems/vars
diff --git a/models/download-wngt19.sh b/models/download-wngt19.sh
deleted file mode 100644
index 6161edb..0000000
--- a/models/download-wngt19.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/bash
-
-# Download WNMT18 models
-wget -nc -nv -r -np -e robots=off -nH --cut-dirs=3 -R index.html* http://data.statmt.org/romang/marian-regression-tests/models/wngt19
diff --git a/models/download-wnmt18.sh b/models/download-wnmt18.sh
deleted file mode 100644
index d79f28c..0000000
--- a/models/download-wnmt18.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/bash
-
-# Download WNMT18 models
-wget -nc -nv -r -np -e robots=off -nH --cut-dirs=3 -R index.html* http://data.statmt.org/romang/marian-regression-tests/models/wnmt18/
diff --git a/run_mrt.sh b/run_mrt.sh
index 6910c39..bdf2dee 100755
--- a/run_mrt.sh
+++ b/run_mrt.sh
@@ -12,6 +12,8 @@
# - MARIAN - path to Marian build directory
# - CUDA_VISIBLE_DEVICES - CUDA's variable specifying GPU device IDs
# - NUM_DEVICES - maximum number of GPU devices to be used
+# - TIMEOUT - maximum duration for execution of a single test in the format
+# accepted by the timeout command; set to 0 to disable
SHELL=/bin/bash
@@ -62,6 +64,7 @@ $MRT_MARIAN/marian --build-info all 2> $MRT_ROOT/cmake.log
# Check Marian compilation settings
export MRT_MARIAN_BUILD_TYPE=$(cat $MRT_ROOT/cmake.log | grep "CMAKE_BUILD_TYPE=" | cut -f2 -d=)
+export MRT_MARIAN_COMPILER=$(cat $MRT_ROOT/cmake.log | grep "CMAKE_CXX_COMPILER=" | cut -f2 -d=)
export MRT_MARIAN_USE_MKL=$(cat $MRT_ROOT/cmake.log | egrep "COMPILE_CPU=(ON|on|1)")
export MRT_MARIAN_USE_CUDA=$(cat $MRT_ROOT/cmake.log | egrep "COMPILE_CUDA=(ON|on|1)")
export MRT_MARIAN_USE_CUDNN=$(cat $MRT_ROOT/cmake.log | egrep "USE_CUDNN=(ON|on|1)")
@@ -70,6 +73,7 @@ export MRT_MARIAN_USE_FBGEMM=$(cat $MRT_ROOT/cmake.log | egrep "USE_FBGEM
export MRT_MARIAN_USE_UNITTESTS=$(cat $MRT_ROOT/cmake.log | egrep "COMPILE_TESTS=(ON|on|1)")
log "Build type: $MRT_MARIAN_BUILD_TYPE"
+log "Using compiler: $MRT_MARIAN_COMPILER"
log "Using MKL: $MRT_MARIAN_USE_MKL"
log "Using CUDNN: $MRT_MARIAN_USE_CUDNN"
log "Using SentencePiece: $MRT_MARIAN_USE_SENTENCEPIECE"
@@ -83,9 +87,18 @@ export MRT_NUM_DEVICES=${NUM_DEVICES:-$cuda_num_devices}
log "Using CUDA visible devices: $CUDA_VISIBLE_DEVICES"
log "Using number of GPU devices: $MRT_NUM_DEVICES"
+export MRT_TIMEOUT=${TIMEOUT:-5m} # the default time out is 5 minutes, see `man timeout`
+cmd_timeout=""
+if [ $MRT_TIMEOUT != "0" ]; then
+ cmd_timeout="timeout $MRT_TIMEOUT"
+fi
+
+log "Using time out: $MRT_TIMEOUT"
+
# Exit codes
export EXIT_CODE_SUCCESS=0
export EXIT_CODE_SKIP=100
+export EXIT_CODE_TIMEOUT=124 # Exit code returned by the timeout command if timed out
function format_time {
dt=$(echo "$2 - $1" | bc 2>/dev/null)
@@ -132,13 +145,15 @@ fi
###############################################################################
success=true
+count_all=0
+count_failed=0
count_passed=0
count_skipped=0
-count_failed=0
-count_all=0
+count_timedout=0
-declare -a tests_skipped
declare -a tests_failed
+declare -a tests_skipped
+declare -a tests_timedout
time_start=$(date +%s.%N)
@@ -154,7 +169,7 @@ do
log "Running setup script"
cd $test_dir
- $SHELL -v setup.sh &> setup.log
+ $cmd_timeout $SHELL -v setup.sh &> setup.log
if [ $? -ne 0 ]; then
log "Warning: setup script returns a non-success exit code"
success=false
@@ -193,7 +208,7 @@ do
# Run test
# Note: all output gets written to stderr (very very few cases write to stdout)
- $SHELL -x $test_file 2> $test_file.log 1>&2
+ $cmd_timeout $SHELL -x $test_file 2> $test_file.log 1>&2
exit_code=$?
# Check exit code
@@ -204,6 +219,15 @@ do
((++count_skipped))
tests_skipped+=($test_path)
echo " skipped"
+ elif [ $exit_code -eq $EXIT_CODE_TIMEOUT ]; then
+ ((++count_timedout))
+ tests_timedout+=($test_path)
+ # Add a comment to the test log file that it timed out
+ echo "The test timed out after $TIMEOUT" >> $test_file.log
+ # A timed out test is a failed test
+ ((++count_failed))
+ echo " timed out"
+ success=false
else
((++count_failed))
tests_failed+=($test_path)
@@ -225,7 +249,7 @@ do
log "Running teardown script"
cd $test_dir
- $SHELL teardown.sh &> teardown.log
+ $cmd_timeout $SHELL teardown.sh &> teardown.log
if [ $? -ne 0 ]; then
log "Warning: teardown script returns a non-success exit code"
success=false
@@ -245,7 +269,7 @@ rm -f $prev_log
###############################################################################
# Print skipped and failed tests
-if [ -n "$tests_skipped" ] || [ -n "$tests_failed" ]; then
+if [ -n "$tests_skipped" ] || [ -n "$tests_failed" ] || [ -n "$tests_timedout" ]; then
echo "---------------------"
fi
[[ -z "$tests_skipped" ]] || echo "Skipped:" | tee -a $prev_log
@@ -256,6 +280,10 @@ done
for test_name in "${tests_failed[@]}"; do
echo " - $test_name" | tee -a $prev_log
done
+[[ -z "$tests_timedout" ]] || echo "Timed out:" | tee -a $prev_log
+for test_name in "${tests_timedout[@]}"; do
+ echo " - $test_name" | tee -a $prev_log
+done
[[ -z "$tests_failed" ]] || echo "Logs:"
for test_name in "${tests_failed[@]}"; do
echo " - $(realpath $test_name | sed 's/\.sh/.sh.log/')"
@@ -265,7 +293,9 @@ done
###############################################################################
# Print summary
echo "---------------------" | tee -a $prev_log
-echo "Ran $count_all tests in $time_total, $count_passed passed, $count_skipped skipped, $count_failed failed" | tee -a $prev_log
+echo -n "Ran $count_all tests in $time_total, $count_passed passed, $count_skipped skipped, $count_failed failed" | tee -a $prev_log
+[ -n "$tests_timedout" ] && (echo -n " (incl. $count_timedout timed out)" | tee -a $prev_log)
+echo "" | tee -a $prev_log
# Return exit code
$success && [ $count_all -gt 0 ]
diff --git a/tests/_template/test_server.sh b/tests/_template/test_server.sh
index ef71d19..d1ce329 100644
--- a/tests/_template/test_server.sh
+++ b/tests/_template/test_server.sh
@@ -8,6 +8,9 @@
# Exit on error
set -e
+# Check if marian-server is compiled
+test -f $MRT_MARIAN/marian-server || exit $EXIT_CODE_SKIP
+
# Make sure the server is not running
clean_up() {
kill $SERVER_PID
diff --git a/tests/decoder/intgemm/.gitignore b/tests/decoder/intgemm/.gitignore
new file mode 100644
index 0000000..3ab86da
--- /dev/null
+++ b/tests/decoder/intgemm/.gitignore
@@ -0,0 +1,4 @@
+*.bin
+*.out.bleu
+*.src
+*.ref
diff --git a/tests/decoder/intgemm/README.md b/tests/decoder/intgemm/README.md
new file mode 100644
index 0000000..9c8e9ca
--- /dev/null
+++ b/tests/decoder/intgemm/README.md
@@ -0,0 +1,2 @@
+Regression test outputs have been generated on valhalla using gna (avx), hodor
+(avx2), and fulla (avx512). No outputs generated for avx512_vnni yet.
diff --git a/tests/decoder/intgemm/_test_fbgemm_packed8_intgemm_int8.sh b/tests/decoder/intgemm/_test_fbgemm_packed8_intgemm_int8.sh
new file mode 100644
index 0000000..9a18e1b
--- /dev/null
+++ b/tests/decoder/intgemm/_test_fbgemm_packed8_intgemm_int8.sh
@@ -0,0 +1,55 @@
+#!/bin/bash
+
+#####################################################################
+# SUMMARY: Decode fbgemm + intgemm 8bit for the output layer
+# TAGS: cpu student shortlist intgemm fbgemm
+#####################################################################
+
+# Exit on error
+set -e
+
+# Skip if requirements are not met
+if [ ! $MRT_MARIAN_USE_FBGEMM ]; then
+ echo "Marian is not compiled with FBGEMM" 1>&2
+ exit 100
+elif ! grep -q "avx2" /proc/cpuinfo; then
+ echo "Your CPU does not support AVX2, which is required" 1>&2
+ exit 100
+fi
+
+# Outputs differ on CPUs supporting AVX AVX2 or AVX512
+suffix=avx2
+if grep -q "avx512_vnni" /proc/cpuinfo; then
+ suffix=avx512_vnni
+elif grep -q "avx512" /proc/cpuinfo; then
+ suffix=avx512
+fi
+
+prefix=fbgemm_intgemm_8bit
+
+
+# Remove previous outputs
+rm -f $prefix.out $prefix.$suffix.bin
+
+# Pack the model
+$MRT_MARIAN/marian-conv -f $MRT_MODELS/student-eten/model.npz -t $prefix.$suffix.bin --gemm-type packed8$suffix
+test -s $prefix.$suffix.bin
+
+# Run test
+$MRT_MARIAN/marian-decoder \
+ -m $prefix.$suffix.bin -v $MRT_MODELS/student-eten/{vocab.spm,vocab.spm} \
+ -i newstest2018.src -o $prefix.out \
+ -b 1 --mini-batch 32 --maxi-batch 100 --maxi-batch-sort src -w 128 \
+ --shortlist $MRT_MODELS/student-eten/lex.s2t 50 50 --cpu-threads 1 --int8 \
+ --quiet-translation
+
+# Print current and expected BLEU for debugging
+python3 $MRT_TOOLS/sacrebleu/sacrebleu.py newstest2018.ref < $prefix.out | tee $prefix.out.bleu
+cat $prefix.$suffix.expected.bleu
+
+# Compare with the expected output
+$MRT_TOOLS/diff.sh $prefix.out $prefix.$suffix.expected > $prefix.diff
+
+
+# Exit with success code
+exit 0
diff --git a/tests/decoder/intgemm/_test_fbgemm_packed8_intgemm_int8_shifted.sh b/tests/decoder/intgemm/_test_fbgemm_packed8_intgemm_int8_shifted.sh
new file mode 100644
index 0000000..24640d9
--- /dev/null
+++ b/tests/decoder/intgemm/_test_fbgemm_packed8_intgemm_int8_shifted.sh
@@ -0,0 +1,56 @@
+#!/bin/bash
+
+#####################################################################
+# SUMMARY: Decode fbgemm + intgemm 8bit shifted for the output layer
+# TAGS: cpu student shortlist intgemm fbgemm
+#####################################################################
+
+# Exit on error
+set -e
+
+# Skip if requirements are not met
+if [ ! $MRT_MARIAN_USE_FBGEMM ]; then
+ echo "Marian is not compiled with FBGEMM" 1>&2
+ exit 100
+elif ! grep -q "avx2" /proc/cpuinfo; then
+ echo "Your CPU does not support AVX2, which is required" 1>&2
+ exit 100
+fi
+
+# Outputs differ on CPUs supporting AVX AVX2 or AVX512
+suffix=avx2
+if grep -q "avx512_vnni" /proc/cpuinfo; then
+ suffix=avx512_vnni
+elif grep -q "avx512" /proc/cpuinfo; then
+ suffix=avx512
+fi
+
+prefix=fbgemm_intgemm_8bit_shifted
+prefix_ref=fbgemm_intgemm_8bit
+
+
+# Remove previous outputs
+rm -f $prefix.out $prefix.$suffix.bin
+
+# Pack the model
+$MRT_MARIAN/marian-conv -f $MRT_MODELS/student-eten/model.npz -t $prefix.$suffix.bin --gemm-type packed8$suffix
+test -s $prefix.$suffix.bin
+
+# Run test
+$MRT_MARIAN/marian-decoder \
+ -m $prefix.$suffix.bin -v $MRT_MODELS/student-eten/{vocab.spm,vocab.spm} \
+ -i newstest2018.src -o $prefix.out \
+ -b 1 --mini-batch 32 --maxi-batch 100 --maxi-batch-sort src -w 128 \
+ --shortlist $MRT_MODELS/student-eten/lex.s2t 50 50 --cpu-threads 1 --int8shift \
+ --quiet-translation
+
+# Print current and expected BLEU for debugging
+python3 $MRT_TOOLS/sacrebleu/sacrebleu.py newstest2018.ref < $prefix.out | tee $prefix.out.bleu
+cat $prefix_ref.$suffix.expected.bleu
+
+# Compare with the expected output
+$MRT_TOOLS/diff.sh $prefix.out $prefix_ref.$suffix.expected > $prefix.diff
+
+
+# Exit with success code
+exit 0
diff --git a/tests/decoder/intgemm/_test_intgemm_16bit.sh b/tests/decoder/intgemm/_test_intgemm_16bit.sh
new file mode 100644
index 0000000..cc10e7f
--- /dev/null
+++ b/tests/decoder/intgemm/_test_intgemm_16bit.sh
@@ -0,0 +1,53 @@
+#!/bin/bash
+
+#####################################################################
+# SUMMARY: Decode intgemm 16bit with on-the-fly conversion
+# TAGS: cpu student shortlist intgemm
+#####################################################################
+
+# Exit on error
+set -e
+
+# Skip if requirements are not met
+if [ ! $MRT_MARIAN_USE_MKL ]; then
+ echo "Marian is not compiled with CPU" 1>&2
+ exit 100
+elif ! grep -q "avx" /proc/cpuinfo; then
+ echo "Your CPU does not support AVX, which is required" 1>&2
+ exit 100
+fi
+
+# Outputs differ on CPUs supporting AVX AVX2 or AVX512
+suffix=avx
+if grep -q "avx512_vnni" /proc/cpuinfo; then
+ suffix=avx512_vnni
+elif grep -q "avx512" /proc/cpuinfo; then
+ suffix=avx512
+elif grep -q "avx2" /proc/cpuinfo; then
+ suffix=avx2
+fi
+
+prefix=intgemm_16bit
+
+
+# Remove previous outputs
+rm -f $prefix.out
+
+# Run test
+$MRT_MARIAN/marian-decoder \
+ -m $MRT_MODELS/student-eten/model.npz -v $MRT_MODELS/student-eten/{vocab.spm,vocab.spm} \
+ -i newstest2018.src -o $prefix.out \
+ -b 1 --mini-batch 32 --maxi-batch 100 --maxi-batch-sort src -w 128 \
+ --shortlist $MRT_MODELS/student-eten/lex.s2t 50 50 --cpu-threads 1 \
+ --quiet-translation
+
+# Print current and expected BLEU for debugging
+python3 $MRT_TOOLS/sacrebleu/sacrebleu.py newstest2018.ref < $prefix.out | tee $prefix.out.bleu
+cat $prefix.$suffix.expected.bleu
+
+# Compare with the expected output
+$MRT_TOOLS/diff.sh $prefix.out $prefix.$suffix.expected > $prefix.diff
+
+
+# Exit with success code
+exit 0
diff --git a/tests/decoder/intgemm/_test_intgemm_8bit.sh b/tests/decoder/intgemm/_test_intgemm_8bit.sh
new file mode 100644
index 0000000..a2684ca
--- /dev/null
+++ b/tests/decoder/intgemm/_test_intgemm_8bit.sh
@@ -0,0 +1,53 @@
+#!/bin/bash
+
+#####################################################################
+# SUMMARY: Decode intgemm 8bit with on-the-fly conversion
+# TAGS: cpu student shortlist intgemm
+#####################################################################
+
+# Exit on error
+set -e
+
+# Skip if requirements are not met
+if [ ! $MRT_MARIAN_USE_MKL ]; then
+ echo "Marian is not compiled with CPU" 1>&2
+ exit 100
+elif ! grep -q "avx" /proc/cpuinfo; then
+ echo "Your CPU does not support AVX, which is required" 1>&2
+ exit 100
+fi
+
+# Outputs differ on CPUs supporting AVX AVX2 or AVX512
+suffix=avx
+if grep -q "avx512_vnni" /proc/cpuinfo; then
+ suffix=avx512_vnni
+elif grep -q "avx512" /proc/cpuinfo; then
+ suffix=avx512
+elif grep -q "avx2" /proc/cpuinfo; then
+ suffix=avx2
+fi
+
+prefix=intgemm_8bit
+
+
+# Remove previous outputs
+rm -f $prefix.out
+
+# Run test
+$MRT_MARIAN/marian-decoder \
+ -m $MRT_MODELS/student-eten/model.npz -v $MRT_MODELS/student-eten/{vocab.spm,vocab.spm} \
+ -i newstest2018.src -o $prefix.out \
+ -b 1 --mini-batch 32 --maxi-batch 100 --maxi-batch-sort src -w 128 \
+ --shortlist $MRT_MODELS/student-eten/lex.s2t 50 50 --cpu-threads 1 \
+ --quiet-translation
+
+# Print current and expected BLEU for debugging
+python3 $MRT_TOOLS/sacrebleu/sacrebleu.py newstest2018.ref < $prefix.out | tee $prefix.out.bleu
+cat $prefix.$suffix.expected.bleu
+
+# Compare with the expected output
+$MRT_TOOLS/diff.sh $prefix.out $prefix.$suffix.expected > $prefix.diff
+
+
+# Exit with success code
+exit 0
diff --git a/tests/decoder/intgemm/_test_intgemm_8bit_shifted.sh b/tests/decoder/intgemm/_test_intgemm_8bit_shifted.sh
new file mode 100644
index 0000000..1782f35
--- /dev/null
+++ b/tests/decoder/intgemm/_test_intgemm_8bit_shifted.sh
@@ -0,0 +1,57 @@
+#!/bin/bash
+
+#####################################################################
+# SUMMARY: Decode intgemm 8bit shifted with a binary model
+# TAGS: cpu student shortlist intgemm
+#####################################################################
+
+# Exit on error
+set -e
+
+# Skip if requirements are not met
+if [ ! $MRT_MARIAN_USE_MKL ]; then
+ echo "Marian is not compiled with CPU" 1>&2
+ exit 100
+elif ! grep -q "avx" /proc/cpuinfo; then
+ echo "Your CPU does not support AVX, which is required" 1>&2
+ exit 100
+fi
+
+# Outputs differ on CPUs supporting AVX AVX2 or AVX512
+suffix=avx
+if grep -q "avx512_vnni" /proc/cpuinfo; then
+ suffix=avx512_vnni
+elif grep -q "avx512" /proc/cpuinfo; then
+ suffix=avx512
+elif grep -q "avx2" /proc/cpuinfo; then
+ suffix=avx2
+fi
+
+prefix=intgemm_8bit_shifted
+
+
+# Remove previous outputs
+rm -f $prefix.out $prefix.$suffix.bin
+
+# Pack the model
+$MRT_MARIAN/marian-conv -f $MRT_MODELS/student-eten/model.npz -t $prefix.$suffix.bin --gemm-type intgemm8
+test -s $prefix.$suffix.bin
+
+# Run test
+$MRT_MARIAN/marian-decoder \
+ -m $prefix.$suffix.bin -v $MRT_MODELS/student-eten/{vocab.spm,vocab.spm} \
+ -i newstest2018.src -o $prefix.out \
+ -b 1 --mini-batch 32 --maxi-batch 100 --maxi-batch-sort src -w 128 \
+ --shortlist $MRT_MODELS/student-eten/lex.s2t 50 50 --cpu-threads 1 --int8shift \
+ --quiet-translation
+
+# Print current and expected BLEU for debugging
+python3 $MRT_TOOLS/sacrebleu/sacrebleu.py newstest2018.ref < $prefix.out | tee $prefix.out.bleu
+cat $prefix.$suffix.expected.bleu
+
+# Compare with the expected output
+$MRT_TOOLS/diff.sh $prefix.out $prefix.$suffix.expected > $prefix.diff
+
+
+# Exit with success code
+exit 0
diff --git a/tests/decoder/intgemm/intgemm_16bit.avx.expected b/tests/decoder/intgemm/intgemm_16bit.avx.expected
new file mode 100644
index 0000000..c065d0f
--- /dev/null
+++ b/tests/decoder/intgemm/intgemm_16bit.avx.expected
@@ -0,0 +1,100 @@
+Four members of the Kemerovo group detained in Estonia and Spain
+Slava Gulevich, the leader of the so-called Kemerovo group in the Estonian underworld and is known in the criminal world as Slava Kemerovsky, was detained by police in Spain, according to the Post.
+Gulevich, who was detained in Spain, was arrested with court permission.
+Yesterday, a court also took three suspects detained in Estonia into custody.
+The suspect is said to be members of the so-called Kemerovo Crime Society between the ages of 27 and 57, who mainly commit drug offences.
+The alleged head of a criminal association has been detained in Mijas, Malaga province, Spain.
+Three men were arrested on suspicion in Estonia, one of whom is a leading figure in the criminal association, according to the data collected, and two are members of the criminal association.
+The data collected indicate that the tasks and roles were clearly distributed in the criminal community.
+The purpose of the criminal association's activities was to commit drug crimes and thus generate criminal proceeds," said Mr Verte, head of pretrial proceedings in the criminal case and state prosecutor.
+"We do not rule out an increase in the number of suspects in this criminal case," the prosecutor added.
+These are people who have been in the interest of law enforcement in the past, and some have served sentences for drug crimes.
+Verte stressed that cooperation with Spanish counterparts had been important throughout the investigation.
+"International cooperation has become commonplace for us, and this week's operation shows the success of cooperation," prosecutor Verte said.
+Ago Leis, head of the Central Criminal Police Service, said the arrests were preceded by a year-and-a-half probe.
+"In the first half of the year, the long-term work materialised and we detained suspects of crimes in Estonia and Spain at the same time," he said.
+Leis added that Central Criminal Police officers were assisting in their arrest in Spain.
+For years we have had good contact and understanding with the Spanish police and the Civil Guard.
+These arrests are yet another message to criminals that we can get them from the other end of Europe," Leis said.
+The information gathered so far clearly indicates that the men suspected of continuing to commit new crimes while at large, so the prosecution requested their arrest and the court approved it.
+A man arrested in Spain is awaiting transfer to Estonia.
+Property, vehicles and cash have been seized as part of this criminal case to ensure confiscation.
+The pre-trial proceedings in the case are carried out by the Central Criminal Police Organised Crime Bureau and led by the Crown Prosecution Service.
+Slava Gulevich was convicted by a district court in 2005 of racketeering and sentenced to five years in prison.
+In the middle of the last decade, Gulevich was considered the second most important man in the Estonian criminal world after then underworld leader Nikolai Tarankov.
+Gulevich, from Kemerovo, rose to prominence in the Estonian underworld in the early 1990s when he began extortion in Tallinn.
+He allegedly taxi drivers and prostitutes operating at various hotels and demanded monthly roof tax from businessmen.
+International joint operations, confiscations of criminal proceeds and court rulings that have entered into force confirm that the fight against organised crime is effective.
+For example, the latest court rulings, eight defendants separated from the so-called Dikayev Criminal Association criminal case, who were ordered to pay BGN 80,000 for the proceeds of criminal damage, or the judgment of nine individuals, in 2006 that Igor Aleynikov established a criminal association aimed at the illegal trade in cigarettes and the committing of crimes related to human trafficking in East Virginia and the South in Estonia.
+Confirmed criminal proceeds there are around 71,500 euros.
+In these criminal matters, it has ensured that police officers exchange information and evidence with foreign colleagues every day and, if necessary, carry out actions together in any European Union country.
+Civil rights group warns against travel to Missouri
+The National Association for the Advancement of Colored People (NAACP) has warned black people traveling to Missouri against discriminatory policies and racist attacks in the state.
+The group's statement reads: "A NAACP travel note issued for the state of Midsugar, which runs until August 28, 2017, invites all African-American travelers, visitors and Missourians to be particularly attentive and extremely careful as they move around the state, taking into account the entire suspicious racial events that have recently taken place across the state and are also mentioned here."
+The NAACP said the group urged the travel warning to issue both a recent Missouri law that makes it harder to win discrimination lawsuits and the fact that the state's law enforcement agencies target unequally largely minorities.
+"People's civil rights are being violated.
+They are pulled to the side of the road because of the color of their skin, beaten or killed," Rod Chapel, president of the Missouri branch of the NAACP, told The Kansas City Star.
+'We've never had so close complaints before.'
+It is the first such warning the organization has issued about the U.S. state.
+The group cited events such as racist insults at the University of Missouri and the death of Tory Sanders, a 28-year-old black man from Tennessee.
+Sanders died in suspicious circumstances earlier this year after he ran out of petrol while driving through the state and was taken into custody by Missouri police without being charged with a crime.
+In addition, the note points to a recent report by the Missouri Attorney General, which shows that in the state, black drivers are 75% more likely to be stopped than white people.
+"The alarm is designed to make people aware and warn their families, friends and co-workers about what could happen in Missouri," Chapel said.
+"People have to be prepared, whether it's taking bail money or informing relatives that they're going through the state," he said.
+According to the latest data from the FBI's hate crime reporting program, Missouri documented 100 hate crimes in 2015, putting the state 16th in the state's penetrating number of similar violations.
+The travel warning is also a response to Missouri's new law, which makes it difficult for the company to sue over discrimination in search of housing or work.
+The American Civil Liberties Union (American Civil Liberties Union) had previously issued travel notices for Texas and Arizona after those states passed immigration laws that required local authorities to arrest people for immigration violations because the ACLU said it would increase racial profiling.
+Typically, travel warnings are issued by the State Department for other countries, but recently interest groups have begun to use the measure as a counter-reaction to certain intra-U.S. laws and trends.
+Hepatitis: what would anyone know about different forms of this serious disease?
+Hepatitis, or liver inflammation, can be caused by five different - A, B, C, D and E viruses.
+All these viruses trigger acute inflammation of liver tissue.
+However, chronic hepatitis B and C, which can develop into cirrhosis of the liver, or liver wrinkles and liver cancer, is a poor cost.
+Moo Kutsar, an epidemiology adviser at the Department of Health, says acute hepatitis symptoms are the same for all types of liver inflammation - fever, fatigue, appetite, nasalty, vomiting, abdominal pain, smear excrement, dark urine, muscle and joint pain, and the yellowing of the skin and mucus.
+The popular name for liver inflammation also comes from the latest disease.
+In children, hepatitis can progress without signs of disease.
+Different types of inflammation can only be determined on the basis of data from laboratory studies.
+Extreme hepatitis can switch to chronic hepatitis and run for decades without signs of disease, meaning a person may not know anything about their dangerous liver-damaging disease.
+Mr Kutsar points out different forms of hepatitis and describes their progress more closely.
+Hepatitis A viruses spread from sick people and infect us by eating contaminated food or drinking water, through sex, from the stools of an infected person to their hands and hands to their hands, surfaces, objects, mouths and drug use.
+Family members and carers of hepatitis infection, people with chronic liver disease, people having sex with infected people, men having sex with men, drug addicts, travelers visiting countries with hepatitis A high spread.
+Infectiousness can be prevented by vaccination, in particular for people travelling at risk of vaccination and at risk of hepatitis A.
+In addition, daily hygiene compliance is important: wash or disinfect your hands, wash all fruit and vegetables before using them for food.
+Hepatitis B viruses are spread when exposed to the blood of a sick person, injecting drugs, tattooing, hole-in-aged, blood-contaminated creatures (toothbrushes, squatting tools), donor blood, having sex with a hepatitis-chemist, hepatitis Cathedential person, and from a hepatitis-stricken mother to the foelicen/born.
+The risk group for hepatitis B infection includes injection drug addicts, sex partners of an infected person, men having sex with men, newborns of an infected mother, sick family members and carers, health, rescue workers and police officers exposed to blood and other bodily fluids, and travelers visiting countries with high hepatitis B.
+People can be vaccinated to prevent hepatitis B; in particular, people at risk have been recommended, as well as those with chronic liver disease, HIV infection, sexually transmitted diseases and diabetes.
+Other preventive measures for hepatitis B include: avoiding the use of foreign hygiene and manicure products, other sharpeners and needles, tattooing and hole-in-the-wall, and the use of condoms in the event of infectious sex or avoiding sexual risky behaviour.
+Vaccination against hepatitis B is part of the national immunisation scheme in Estonia and free for children.
+Hepatitis C viruses are spread when exposed to the blood of a sick person, injecting drugs, tattooing, skull, using blood-contaminated creatures, donor blood, having sex with a hepatitis-maker, and from hepatitis to mother to foetus/best.
+The risk group for hepatitis C infection includes injection drug addicts, sex partners of an infected person, men having sex with men, newborns of an infected mother, sick family members and carers, health, rescue workers and police officers exposed to blood and other bodily fluids, HIV infections, and travelers visiting countries with high hepatitis C.
+The prevention measure of hepatitis C is: avoiding the use of foreign hygiene and manicure products, other sharpeners and syringes and needles, tattooing and sniffing, and using condoms for condom-threatening sex.
+There is no vaccine against hepatitis C.
+Hepatitis D is caused by hepatitis D virus, which reproduces in the presence of hepatitis B virus.
+As a result, hepatitis D infection occurs in hepatitis B or as a super infection in chronic hepatitis B patients.
+Hepatitis D viruses are spread through contact with blood and other bodily fluids, with contaminated needles, sexually and rarely infected mothers to the fetus.
+Hepatitis D is a risk group for chronic hepatitis B virus carriers and people with no immunity against hepatitis B.
+An effective preventive measure is vaccination with the hepatitis B vaccine, which also protects people from infection with the hepatitis D virus.
+Hepatitis viruses spread through fetal-oral drinking water and food, including eating low-heated beef, fish and sea cucumbers, donor blood, joint-use syringes and infected mothers to fetus.
+Passengers may become infected in countries with hepatitis E high disease.
+Hepatitis prevention measures include meeting hygiene requirements: wash or disinfect your hands after going to the toilet, before cooking and eating, after caring for the sick.
+Wash fruit and vegetables before consumption, avoid eating low-heated beef, fish and seafood, drink only safe drinking water and avoid drug use.
+While rivals tried to sprint off the four-time Olympic champion in the final round, 34-year-old Farah found strength in the final round and won in 26.49.51.
+Farah didn't think long, pulling his wife Tania and children along the way with him after the finish.
+It was a special moment for me.
+I very much miss my family.
+Being on the track with them was wonderful," Farah told reporters.
+Farah is aiming for a fifth title race in London in a row with a golden duo of 5,000 and 10,000 metres.
+Anything is possible if you believe in it.
+Despite the title, Anne-Marie O'Connor's "Daam in Gold; Gustav Klimt's masterpiece, Adele Bloch-Bauer's Portrait Extraoral Story," delves much deeper into the origin story of one artwork from the birth story of one artwork to the cultural life of late 19th and early 20th-century Vienna.
+But even more in history.
+The awesome amount of information would perhaps have been worn out, perhaps a louder cut, a narrower subject that allowed the portrait allowed in the title to become more of an impact.
+Today, there would be two books on the same cover: the story of Gustav Klimt and his painting "Daam in Gold," Adele Bloch-Bauer, and a much larger and more comprehensive historical book about the esteemed Jewish families and the German occupation, along with its aftermath in Austria.
+The first third of the book leads to the cultural life of Vienna in the midst of a bustling Vienna, and who have entered the Austrian capital, you can imagine, without the slightest effort, how life went around Ringstrasse more than a hundred years ago, or how everyone turned their heads in the Central Cafe when Klimt stepped in.
+The concentration of cultural figures was high in one of Europe's richest cities, and when you see a familiar name in the book, you feel more cultured.
+At the same time, for example, the fact that Sigmund Freud operated in a city where incurable syphilis was rampant and was Europe's highest suicide rate, doesn't seem to add anything to the story's development.
+Or, perhaps, every pair of brushstrokes adds colours to the cultural life of the early 20th century in Vienna.
+The dream of a trip to the Soviet Union
+In the last decades of the 19th century, the number of Jews in Vienna had exploded, becoming the largest Jewish community in Western Europe.
+At the turn of the century, almost one in ten residents of Vienna was a Jew.
+Adele's parents were newcomers to Vienna, too, but by the time Adele married her two-time Open Czech sugar magnate Ferdinand Bloch and Klimt for her famous paintings, her father's bank had become the seventh-largest bank in the Habsburg empire.
+But Adelet didn't draw all the glamorous life to which she belonged.
+If you look at "Damid in gold," it's hard to believe that towards the end of her life, this great lady became infected with socialism and dreamed of a trip to the Soviet Union.
diff --git a/tests/decoder/intgemm/intgemm_16bit.avx.expected.bleu b/tests/decoder/intgemm/intgemm_16bit.avx.expected.bleu
new file mode 100644
index 0000000..a38fca0
--- /dev/null
+++ b/tests/decoder/intgemm/intgemm_16bit.avx.expected.bleu
@@ -0,0 +1 @@
+BLEU+case.mixed+numrefs.1+smooth.exp+tok.13a+version.1.2.12 = 30.5 66.3/38.6/24.5/15.8 (BP = 0.967 ratio = 0.967 hyp_len = 2745 ref_len = 2838)
diff --git a/tests/decoder/intgemm/intgemm_16bit.avx2.expected b/tests/decoder/intgemm/intgemm_16bit.avx2.expected
new file mode 100644
index 0000000..4aba19b
--- /dev/null
+++ b/tests/decoder/intgemm/intgemm_16bit.avx2.expected
@@ -0,0 +1,100 @@
+Four members of the Kemerovo group detained in Estonia and Spain
+Slava Gulevich, the leader of the so-called Kemerovo group in the Estonian underworld and is known in the criminal world as Slava Kemerovsky, was detained by police in Spain, according to the Post.
+Gulevich, who was detained in Spain, was arrested with court permission.
+Yesterday, a court also took three suspects detained in Estonia into custody.
+The suspect is said to be members of the so-called Kemerovo Crime Society between the ages of 27 and 57, who mainly commit drug offences.
+The alleged head of a criminal association has been detained in Mijas, Malaga province, Spain.
+Three men were arrested on suspicion of being arrested in Estonia, one of whom is a leading figure in the criminal association, according to the data collected, and two are members of the criminal association.
+The data collected indicate that the tasks and roles were clearly distributed in the criminal community.
+The purpose of the criminal association's activities was to commit drug crimes and thus generate criminal proceeds," said Mr Verte, head of pretrial proceedings in the criminal case and state prosecutor.
+"We do not rule out increasing the number of suspects in this criminal case," the prosecutor added.
+These are people who have been in the interest of law enforcement in the past, and some have served sentences for drug crimes.
+Verte stressed that cooperation with Spanish counterparts had been important throughout the investigation.
+"International cooperation has become commonplace for us, and this week's operation shows the success of cooperation," prosecutor Verte said.
+Ago Leis, head of the Central Criminal Police Service, said the arrests were preceded by a year-and-a-half probe.
+"In the first half of the year, the long-term work materialised and we detained suspects of crimes in Estonia and Spain at the same time," he said.
+Leis added that Central Criminal Police officers were assisting in their arrest in Spain.
+For years we have had good contact and understanding with the Spanish police and the Civil Guard.
+These arrests are yet another message to criminals that we can get them from the other end of Europe," Leis said.
+The information gathered so far clearly indicates that the men suspected of continuing to commit new crimes while at large, so the prosecution requested their arrest and the court approved it.
+A man arrested in Spain is awaiting transfer to Estonia.
+Property, vehicles and cash have been seized as part of this criminal case to ensure confiscation.
+The pre-trial proceedings in the case are carried out by the Central Criminal Police Organised Crime Bureau and led by the Crown Prosecution Service.
+Slava Gulevich was convicted by a district court in 2005 of racketeering and sentenced to five years in prison.
+In the middle of the last decade, Gulevich was considered the second most important man in the Estonian criminal world after then underworld leader Nikolai Tarankov.
+Gulevich, from Kemerovo, rose to prominence in the Estonian underworld in the early 1990s when he began extortion in Tallinn.
+He allegedly taxi drivers and prostitutes operating at various hotels and demanded monthly roof tax from businessmen.
+International joint operations, confiscations of criminal proceeds and court rulings that have entered into force confirm that the fight against organised crime is effective.
+For example, the latest court rulings, eight defendants separated from the so-called Dikayev Criminal Association criminal case, who were ordered to pay BGN 80,000 for the proceeds of criminal damage, or the judgment of nine individuals, in 2006 that Igor Aleynikov established a criminal association aimed at the illegal trade in cigarettes and the committing of crimes related to human trafficking in East Virginia and the South in Estonia.
+Confirmed criminal proceeds there are around 71,500 euros.
+In these criminal matters, it has ensured that police officers exchange information and evidence with foreign colleagues every day and, if necessary, carry out actions together in any European Union country.
+Civil rights group warns against travel to Missouri
+The National Association for the Advancement of Colored People (NAACP) has warned black people traveling to Missouri against discriminatory policies and racist attacks in the state.
+The group's statement reads: "A NAACP travel note issued for the state of Midsugar, which runs until August 28, 2017, invites all African-American travelers, visitors and Missourians to be particularly attentive and extremely careful as they move around the state, taking into account the entire suspicious racial events that have recently taken place across the state and are also mentioned here."
+The NAACP said the group urged the travel warning to issue both a recent Missouri law that makes it harder to win discrimination lawsuits and the fact that the state's law enforcement agencies target unequally largely minorities.
+"People's civil rights are being violated.
+They are pulled to the side of the road because of the color of their skin, beaten or killed," Rod Chapel, president of the Missouri branch of the NAACP, told The Kansas City Star.
+'We've never had so close complaints before.'
+It is the first such warning the organization has issued about the U.S. state.
+The group cited events such as racist insults at the University of Missouri and the death of Tory Sanders, a 28-year-old black man from Tennessee.
+Sanders died in suspicious circumstances earlier this year after he ran out of petrol while driving through the state and was taken into custody by Missouri police without being charged with a crime.
+In addition, the note points to a recent report by the Missouri Attorney General, which shows that in the state, black drivers are 75% more likely to be stopped than white people.
+"The alarm is designed to make people aware and warn their families, friends and co-workers about what could happen in Missouri," Chapel said.
+"People have to be prepared, whether it's taking bail money or informing relatives that they're going through the state," he said.
+According to the latest data from the FBI's hate crime reporting program, Missouri documented 100 hate crimes in 2015, putting the state 16th in the state's penetrating number of similar violations.
+The travel warning is also a response to Missouri's new law, which makes it difficult for the company to sue over discrimination in search of housing or work.
+The American Civil Liberties Union (American Civil Liberties Union) had previously issued travel notices for Texas and Arizona after those states passed immigration laws that required local authorities to arrest people for immigration violations because the ACLU said it would increase racial profiling.
+Typically, travel warnings are issued by the State Department for other countries, but recently interest groups have begun to use the measure as a counter-reaction to certain intra-U.S. laws and trends.
+Hepatitis: what would anyone know about different forms of this serious disease?
+Hepatitis, or liver inflammation, can be caused by five different - A, B, C, D and E viruses.
+All these viruses trigger acute inflammation of liver tissue.
+However, chronic hepatitis B and C, which can develop into cirrhosis of the liver, or liver wrinkles and liver cancer, is a poor cost.
+Moo Kutsar, an epidemiology adviser at the Department of Health, says acute hepatitis symptoms are the same for all types of liver inflammation - fever, fatigue, appetite, nasalty, vomiting, abdominal pain, smear excrement, dark urine, muscle and joint pain, and the yellowing of the skin and mucus.
+The popular name for liver inflammation also comes from the latest disease.
+In children, hepatitis can go without signs of disease.
+Different types of inflammation can only be determined on the basis of data from laboratory studies.
+Extreme hepatitis can switch to chronic hepatitis and run for decades without signs of disease, meaning a person may not know anything about their dangerous liver-damaging disease.
+Mr Kutsar points out different forms of hepatitis and describes their progress more closely.
+Hepatitis A viruses spread from sick people and infect us by eating contaminated food or drinking water, through sex, from the stools of an infected person to their hands and hands to their hands, surfaces, objects, mouths and drug use.
+Family members and carers of hepatitis infection, people with chronic liver disease, people having sex with infected people, men having sex with men, drug addicts, travelers visiting countries with hepatitis A high spread.
+Infectiousness can be prevented by vaccination, in particular for people travelling at risk of vaccination and at risk of hepatitis A.
+In addition, daily hygiene compliance is important: wash or disinfect your hands, wash all fruit and vegetables before using them for food.
+Hepatitis B viruses are spread when exposed to the blood of a sick person, injecting drugs, tattooing, hole-in-aged, blood-contaminated creatures (toothbrushes, squatting tools), donor blood, having sex with a hepatitis-chemist, hepatitis Cathedential person, and from a hepatitis-stricken mother to the foelicen/born.
+The risk group for hepatitis B infection includes injection drug addicts, sex partners of an infected person, men having sex with men, newborns of an infected mother, sick family members and carers, health, rescue workers and police officers exposed to blood and other bodily fluids, and travelers visiting countries with high hepatitis B.
+People can be vaccinated to prevent hepatitis B; in particular, people at risk have been recommended, as well as those with chronic liver disease, HIV infection, sexually transmitted diseases and diabetes.
+Other preventive measures for hepatitis B include: avoiding the use of foreign hygiene and manicure products, other sharpeners and needles, tattooing and hole-in-the-wall, and the use of condoms in the event of infectious sex or avoiding sexual risky behaviour.
+Vaccination against hepatitis B is part of the national immunisation scheme in Estonia and free for children.
+Hepatitis C viruses are spread when exposed to the blood of a sick person, injecting drugs, tattooing, skull, using blood-contaminated creatures, donor blood, having sex with a hepatitis-maker, and from hepatitis to mother to foetus/best.
+The risk group for hepatitis C infection includes injection drug addicts, sex partners of an infected person, men having sex with men, newborns of an infected mother, sick family members and carers, health, rescue workers and police officers exposed to blood and other bodily fluids, HIV infections, and travelers visiting countries with high hepatitis C.
+The prevention measure of hepatitis C is: avoiding the use of foreign hygiene and manicure products, other sharpeners and syringes and needles, tattooing and sniffing, and using condoms for condom-threatening sex.
+There is no vaccine against hepatitis C.
+Hepatitis D is caused by hepatitis D virus, which reproduces in the presence of hepatitis B virus.
+As a result, hepatitis D infection occurs in hepatitis B or as a super infection in chronic hepatitis B patients.
+Hepatitis D viruses are spread through contact with blood and other bodily fluids, with contaminated needles, sexually and rarely infected mothers to the fetus.
+Hepatitis D is a risk group for chronic hepatitis B virus carriers and people with no immunity against hepatitis B.
+An effective preventive measure is vaccination with the hepatitis B vaccine, which also protects people from infection with the hepatitis D virus.
+Hepatitis viruses spread through fetal-oral drinking water and food, including eating low-heated beef, fish and sea cucumbers, donor blood, joint-use syringes and infected mothers to fetus.
+Passengers may become infected in countries with hepatitis E high disease.
+Hepatitis prevention measures include meeting hygiene requirements: wash or disinfect your hands after going to the toilet, before cooking and eating, after caring for the sick.
+Wash fruit and vegetables before consumption, avoid eating low-heated beef, fish and seafood, drink only safe drinking water and avoid drug use.
+While rivals tried to sprint off the four-time Olympic champion in the final round, 34-year-old Farah found strength in the final round and won in 26.49.51.
+Farah didn't think long, pulling his wife Tania and children along the way with him after the finish.
+It was a special moment for me.
+I very much miss my family.
+Being on the track with them was wonderful," Farah told reporters.
+Farah is aiming for a fifth title race in London in a row with a golden duo of 5,000 and 10,000 metres.
+Anything is possible if you believe in it.
+Despite the title, Anne-Marie O'Connor's "Daam in Gold; Gustav Klimt's masterpiece, Adele Bloch-Bauer's Portrait Extraoral Story," delves much deeper into the origin story of one artwork from the birth story of one artwork to the cultural life of late 19th and early 20th-century Vienna.
+But even more in history.
+The awesome amount of information would perhaps have been worn out, perhaps a louder cut, a narrower subject that allowed the portrait allowed in the title to become more of an impact.
+Today, there would be two books on the same cover: the story of Gustav Klimt and his painting "Daam in Gold," Adele Bloch-Bauer, and a much larger and more comprehensive historical book about the esteemed Jewish families and the German occupation, along with its aftermath in Austria.
+The first third of the book leads to the cultural life of Vienna in the midst of a bustling Vienna, and who have entered the Austrian capital, you can imagine, without the slightest effort, how life went around Ringstrasse more than a hundred years ago, or how everyone turned their heads in the Central Cafe when Klimt stepped in.
+The concentration of cultural figures was high in one of Europe's richest cities, and when you see a familiar name in the book, you feel more cultured.
+At the same time, for example, the fact that Sigmund Freud operated in a city where incurable syphilis was rampant and was Europe's highest suicide rate, doesn't seem to add anything to the story's development.
+Or, perhaps, every pair of brushstrokes adds colours to the cultural life of the early 20th century in Vienna.
+The dream of a trip to the Soviet Union
+In the last decades of the 19th century, the number of Jews in Vienna had exploded, becoming the largest Jewish community in Western Europe.
+At the turn of the century, almost one in ten residents of Vienna was a Jew.
+Adele's parents were newcomers to Vienna, too, but by the time Adele married her two-time Open Czech sugar magnate Ferdinand Bloch and Klimt for her famous paintings, her father's bank had become the seventh-largest bank in the Habsburg empire.
+But Adelet didn't draw all the glamorous life to which she belonged.
+If you look at "Damid in gold," it's hard to believe that towards the end of her life, this great lady became infected with socialism and dreamed of a trip to the Soviet Union.
diff --git a/tests/decoder/intgemm/intgemm_16bit.avx2.expected.bleu b/tests/decoder/intgemm/intgemm_16bit.avx2.expected.bleu
new file mode 100644
index 0000000..325273e
--- /dev/null
+++ b/tests/decoder/intgemm/intgemm_16bit.avx2.expected.bleu
@@ -0,0 +1 @@
+BLEU+case.mixed+numrefs.1+smooth.exp+tok.13a+version.1.2.12 = 30.4 66.2/38.5/24.4/15.7 (BP = 0.967 ratio = 0.968 hyp_len = 2746 ref_len = 2838)
diff --git a/tests/decoder/intgemm/intgemm_16bit.avx512.expected b/tests/decoder/intgemm/intgemm_16bit.avx512.expected
new file mode 100644
index 0000000..4aba19b
--- /dev/null
+++ b/tests/decoder/intgemm/intgemm_16bit.avx512.expected
@@ -0,0 +1,100 @@
+Four members of the Kemerovo group detained in Estonia and Spain
+Slava Gulevich, the leader of the so-called Kemerovo group in the Estonian underworld and is known in the criminal world as Slava Kemerovsky, was detained by police in Spain, according to the Post.
+Gulevich, who was detained in Spain, was arrested with court permission.
+Yesterday, a court also took three suspects detained in Estonia into custody.
+The suspect is said to be members of the so-called Kemerovo Crime Society between the ages of 27 and 57, who mainly commit drug offences.
+The alleged head of a criminal association has been detained in Mijas, Malaga province, Spain.
+Three men were arrested on suspicion of being arrested in Estonia, one of whom is a leading figure in the criminal association, according to the data collected, and two are members of the criminal association.
+The data collected indicate that the tasks and roles were clearly distributed in the criminal community.
+The purpose of the criminal association's activities was to commit drug crimes and thus generate criminal proceeds," said Mr Verte, head of pretrial proceedings in the criminal case and state prosecutor.
+"We do not rule out increasing the number of suspects in this criminal case," the prosecutor added.
+These are people who have been in the interest of law enforcement in the past, and some have served sentences for drug crimes.
+Verte stressed that cooperation with Spanish counterparts had been important throughout the investigation.
+"International cooperation has become commonplace for us, and this week's operation shows the success of cooperation," prosecutor Verte said.
+Ago Leis, head of the Central Criminal Police Service, said the arrests were preceded by a year-and-a-half probe.
+"In the first half of the year, the long-term work materialised and we detained suspects of crimes in Estonia and Spain at the same time," he said.
+Leis added that Central Criminal Police officers were assisting in their arrest in Spain.
+For years we have had good contact and understanding with the Spanish police and the Civil Guard.
+These arrests are yet another message to criminals that we can get them from the other end of Europe," Leis said.
+The information gathered so far clearly indicates that the men suspected of continuing to commit new crimes while at large, so the prosecution requested their arrest and the court approved it.
+A man arrested in Spain is awaiting transfer to Estonia.
+Property, vehicles and cash have been seized as part of this criminal case to ensure confiscation.
+The pre-trial proceedings in the case are carried out by the Central Criminal Police Organised Crime Bureau and led by the Crown Prosecution Service.
+Slava Gulevich was convicted by a district court in 2005 of racketeering and sentenced to five years in prison.
+In the middle of the last decade, Gulevich was considered the second most important man in the Estonian criminal world after then underworld leader Nikolai Tarankov.
+Gulevich, from Kemerovo, rose to prominence in the Estonian underworld in the early 1990s when he began extortion in Tallinn.
+He allegedly taxi drivers and prostitutes operating at various hotels and demanded monthly roof tax from businessmen.
+International joint operations, confiscations of criminal proceeds and court rulings that have entered into force confirm that the fight against organised crime is effective.
+For example, the latest court rulings, eight defendants separated from the so-called Dikayev Criminal Association criminal case, who were ordered to pay BGN 80,000 for the proceeds of criminal damage, or the judgment of nine individuals, in 2006 that Igor Aleynikov established a criminal association aimed at the illegal trade in cigarettes and the committing of crimes related to human trafficking in East Virginia and the South in Estonia.
+Confirmed criminal proceeds there are around 71,500 euros.
+In these criminal matters, it has ensured that police officers exchange information and evidence with foreign colleagues every day and, if necessary, carry out actions together in any European Union country.
+Civil rights group warns against travel to Missouri
+The National Association for the Advancement of Colored People (NAACP) has warned black people traveling to Missouri against discriminatory policies and racist attacks in the state.
+The group's statement reads: "A NAACP travel note issued for the state of Midsugar, which runs until August 28, 2017, invites all African-American travelers, visitors and Missourians to be particularly attentive and extremely careful as they move around the state, taking into account the entire suspicious racial events that have recently taken place across the state and are also mentioned here."
+The NAACP said the group urged the travel warning to issue both a recent Missouri law that makes it harder to win discrimination lawsuits and the fact that the state's law enforcement agencies target unequally largely minorities.
+"People's civil rights are being violated.
+They are pulled to the side of the road because of the color of their skin, beaten or killed," Rod Chapel, president of the Missouri branch of the NAACP, told The Kansas City Star.
+'We've never had so close complaints before.'
+It is the first such warning the organization has issued about the U.S. state.
+The group cited events such as racist insults at the University of Missouri and the death of Tory Sanders, a 28-year-old black man from Tennessee.
+Sanders died in suspicious circumstances earlier this year after he ran out of petrol while driving through the state and was taken into custody by Missouri police without being charged with a crime.
+In addition, the note points to a recent report by the Missouri Attorney General, which shows that in the state, black drivers are 75% more likely to be stopped than white people.
+"The alarm is designed to make people aware and warn their families, friends and co-workers about what could happen in Missouri," Chapel said.
+"People have to be prepared, whether it's taking bail money or informing relatives that they're going through the state," he said.
+According to the latest data from the FBI's hate crime reporting program, Missouri documented 100 hate crimes in 2015, putting the state 16th in the state's penetrating number of similar violations.
+The travel warning is also a response to Missouri's new law, which makes it difficult for the company to sue over discrimination in search of housing or work.
+The American Civil Liberties Union (American Civil Liberties Union) had previously issued travel notices for Texas and Arizona after those states passed immigration laws that required local authorities to arrest people for immigration violations because the ACLU said it would increase racial profiling.
+Typically, travel warnings are issued by the State Department for other countries, but recently interest groups have begun to use the measure as a counter-reaction to certain intra-U.S. laws and trends.
+Hepatitis: what would anyone know about different forms of this serious disease?
+Hepatitis, or liver inflammation, can be caused by five different - A, B, C, D and E viruses.
+All these viruses trigger acute inflammation of liver tissue.
+However, chronic hepatitis B and C, which can develop into cirrhosis of the liver, or liver wrinkles and liver cancer, is a poor cost.
+Moo Kutsar, an epidemiology adviser at the Department of Health, says acute hepatitis symptoms are the same for all types of liver inflammation - fever, fatigue, appetite, nasalty, vomiting, abdominal pain, smear excrement, dark urine, muscle and joint pain, and the yellowing of the skin and mucus.
+The popular name for liver inflammation also comes from the latest disease.
+In children, hepatitis can go without signs of disease.
+Different types of inflammation can only be determined on the basis of data from laboratory studies.
+Extreme hepatitis can switch to chronic hepatitis and run for decades without signs of disease, meaning a person may not know anything about their dangerous liver-damaging disease.
+Mr Kutsar points out different forms of hepatitis and describes their progress more closely.
+Hepatitis A viruses spread from sick people and infect us by eating contaminated food or drinking water, through sex, from the stools of an infected person to their hands and hands to their hands, surfaces, objects, mouths and drug use.
+Family members and carers of hepatitis infection, people with chronic liver disease, people having sex with infected people, men having sex with men, drug addicts, travelers visiting countries with hepatitis A high spread.
+Infectiousness can be prevented by vaccination, in particular for people travelling at risk of vaccination and at risk of hepatitis A.
+In addition, daily hygiene compliance is important: wash or disinfect your hands, wash all fruit and vegetables before using them for food.
+Hepatitis B viruses are spread when exposed to the blood of a sick person, injecting drugs, tattooing, hole-in-aged, blood-contaminated creatures (toothbrushes, squatting tools), donor blood, having sex with a hepatitis-chemist, hepatitis Cathedential person, and from a hepatitis-stricken mother to the foelicen/born.
+The risk group for hepatitis B infection includes injection drug addicts, sex partners of an infected person, men having sex with men, newborns of an infected mother, sick family members and carers, health, rescue workers and police officers exposed to blood and other bodily fluids, and travelers visiting countries with high hepatitis B.
+People can be vaccinated to prevent hepatitis B; in particular, people at risk have been recommended, as well as those with chronic liver disease, HIV infection, sexually transmitted diseases and diabetes.
+Other preventive measures for hepatitis B include: avoiding the use of foreign hygiene and manicure products, other sharpeners and needles, tattooing and hole-in-the-wall, and the use of condoms in the event of infectious sex or avoiding sexual risky behaviour.
+Vaccination against hepatitis B is part of the national immunisation scheme in Estonia and free for children.
+Hepatitis C viruses are spread when exposed to the blood of a sick person, injecting drugs, tattooing, skull, using blood-contaminated creatures, donor blood, having sex with a hepatitis-maker, and from hepatitis to mother to foetus/best.
+The risk group for hepatitis C infection includes injection drug addicts, sex partners of an infected person, men having sex with men, newborns of an infected mother, sick family members and carers, health, rescue workers and police officers exposed to blood and other bodily fluids, HIV infections, and travelers visiting countries with high hepatitis C.
+The prevention measure of hepatitis C is: avoiding the use of foreign hygiene and manicure products, other sharpeners and syringes and needles, tattooing and sniffing, and using condoms for condom-threatening sex.
+There is no vaccine against hepatitis C.
+Hepatitis D is caused by hepatitis D virus, which reproduces in the presence of hepatitis B virus.
+As a result, hepatitis D infection occurs in hepatitis B or as a super infection in chronic hepatitis B patients.
+Hepatitis D viruses are spread through contact with blood and other bodily fluids, with contaminated needles, sexually and rarely infected mothers to the fetus.
+Hepatitis D is a risk group for chronic hepatitis B virus carriers and people with no immunity against hepatitis B.
+An effective preventive measure is vaccination with the hepatitis B vaccine, which also protects people from infection with the hepatitis D virus.
+Hepatitis viruses spread through fetal-oral drinking water and food, including eating low-heated beef, fish and sea cucumbers, donor blood, joint-use syringes and infected mothers to fetus.
+Passengers may become infected in countries with hepatitis E high disease.
+Hepatitis prevention measures include meeting hygiene requirements: wash or disinfect your hands after going to the toilet, before cooking and eating, after caring for the sick.
+Wash fruit and vegetables before consumption, avoid eating low-heated beef, fish and seafood, drink only safe drinking water and avoid drug use.
+While rivals tried to sprint off the four-time Olympic champion in the final round, 34-year-old Farah found strength in the final round and won in 26.49.51.
+Farah didn't think long, pulling his wife Tania and children along the way with him after the finish.
+It was a special moment for me.
+I very much miss my family.
+Being on the track with them was wonderful," Farah told reporters.
+Farah is aiming for a fifth title race in London in a row with a golden duo of 5,000 and 10,000 metres.
+Anything is possible if you believe in it.
+Despite the title, Anne-Marie O'Connor's "Daam in Gold; Gustav Klimt's masterpiece, Adele Bloch-Bauer's Portrait Extraoral Story," delves much deeper into the origin story of one artwork from the birth story of one artwork to the cultural life of late 19th and early 20th-century Vienna.
+But even more in history.
+The awesome amount of information would perhaps have been worn out, perhaps a louder cut, a narrower subject that allowed the portrait allowed in the title to become more of an impact.
+Today, there would be two books on the same cover: the story of Gustav Klimt and his painting "Daam in Gold," Adele Bloch-Bauer, and a much larger and more comprehensive historical book about the esteemed Jewish families and the German occupation, along with its aftermath in Austria.
+The first third of the book leads to the cultural life of Vienna in the midst of a bustling Vienna, and who have entered the Austrian capital, you can imagine, without the slightest effort, how life went around Ringstrasse more than a hundred years ago, or how everyone turned their heads in the Central Cafe when Klimt stepped in.
+The concentration of cultural figures was high in one of Europe's richest cities, and when you see a familiar name in the book, you feel more cultured.
+At the same time, for example, the fact that Sigmund Freud operated in a city where incurable syphilis was rampant and was Europe's highest suicide rate, doesn't seem to add anything to the story's development.
+Or, perhaps, every pair of brushstrokes adds colours to the cultural life of the early 20th century in Vienna.
+The dream of a trip to the Soviet Union
+In the last decades of the 19th century, the number of Jews in Vienna had exploded, becoming the largest Jewish community in Western Europe.
+At the turn of the century, almost one in ten residents of Vienna was a Jew.
+Adele's parents were newcomers to Vienna, too, but by the time Adele married her two-time Open Czech sugar magnate Ferdinand Bloch and Klimt for her famous paintings, her father's bank had become the seventh-largest bank in the Habsburg empire.
+But Adelet didn't draw all the glamorous life to which she belonged.
+If you look at "Damid in gold," it's hard to believe that towards the end of her life, this great lady became infected with socialism and dreamed of a trip to the Soviet Union.
diff --git a/tests/decoder/intgemm/intgemm_16bit.avx512.expected.bleu b/tests/decoder/intgemm/intgemm_16bit.avx512.expected.bleu
new file mode 100644
index 0000000..325273e
--- /dev/null
+++ b/tests/decoder/intgemm/intgemm_16bit.avx512.expected.bleu
@@ -0,0 +1 @@
+BLEU+case.mixed+numrefs.1+smooth.exp+tok.13a+version.1.2.12 = 30.4 66.2/38.5/24.4/15.7 (BP = 0.967 ratio = 0.968 hyp_len = 2746 ref_len = 2838)
diff --git a/tests/decoder/intgemm/intgemm_16bit_avx2.avx2.expected b/tests/decoder/intgemm/intgemm_16bit_avx2.avx2.expected
new file mode 100644
index 0000000..4aba19b
--- /dev/null
+++ b/tests/decoder/intgemm/intgemm_16bit_avx2.avx2.expected
@@ -0,0 +1,100 @@
+Four members of the Kemerovo group detained in Estonia and Spain
+Slava Gulevich, the leader of the so-called Kemerovo group in the Estonian underworld and is known in the criminal world as Slava Kemerovsky, was detained by police in Spain, according to the Post.
+Gulevich, who was detained in Spain, was arrested with court permission.
+Yesterday, a court also took three suspects detained in Estonia into custody.
+The suspect is said to be members of the so-called Kemerovo Crime Society between the ages of 27 and 57, who mainly commit drug offences.
+The alleged head of a criminal association has been detained in Mijas, Malaga province, Spain.
+Three men were arrested on suspicion of being arrested in Estonia, one of whom is a leading figure in the criminal association, according to the data collected, and two are members of the criminal association.
+The data collected indicate that the tasks and roles were clearly distributed in the criminal community.
+The purpose of the criminal association's activities was to commit drug crimes and thus generate criminal proceeds," said Mr Verte, head of pretrial proceedings in the criminal case and state prosecutor.
+"We do not rule out increasing the number of suspects in this criminal case," the prosecutor added.
+These are people who have been in the interest of law enforcement in the past, and some have served sentences for drug crimes.
+Verte stressed that cooperation with Spanish counterparts had been important throughout the investigation.
+"International cooperation has become commonplace for us, and this week's operation shows the success of cooperation," prosecutor Verte said.
+Ago Leis, head of the Central Criminal Police Service, said the arrests were preceded by a year-and-a-half probe.
+"In the first half of the year, the long-term work materialised and we detained suspects of crimes in Estonia and Spain at the same time," he said.
+Leis added that Central Criminal Police officers were assisting in their arrest in Spain.
+For years we have had good contact and understanding with the Spanish police and the Civil Guard.
+These arrests are yet another message to criminals that we can get them from the other end of Europe," Leis said.
+The information gathered so far clearly indicates that the men suspected of continuing to commit new crimes while at large, so the prosecution requested their arrest and the court approved it.
+A man arrested in Spain is awaiting transfer to Estonia.
+Property, vehicles and cash have been seized as part of this criminal case to ensure confiscation.
+The pre-trial proceedings in the case are carried out by the Central Criminal Police Organised Crime Bureau and led by the Crown Prosecution Service.
+Slava Gulevich was convicted by a district court in 2005 of racketeering and sentenced to five years in prison.
+In the middle of the last decade, Gulevich was considered the second most important man in the Estonian criminal world after then underworld leader Nikolai Tarankov.
+Gulevich, from Kemerovo, rose to prominence in the Estonian underworld in the early 1990s when he began extortion in Tallinn.
+He allegedly taxi drivers and prostitutes operating at various hotels and demanded monthly roof tax from businessmen.
+International joint operations, confiscations of criminal proceeds and court rulings that have entered into force confirm that the fight against organised crime is effective.
+For example, the latest court rulings, eight defendants separated from the so-called Dikayev Criminal Association criminal case, who were ordered to pay BGN 80,000 for the proceeds of criminal damage, or the judgment of nine individuals, in 2006 that Igor Aleynikov established a criminal association aimed at the illegal trade in cigarettes and the committing of crimes related to human trafficking in East Virginia and the South in Estonia.
+Confirmed criminal proceeds there are around 71,500 euros.
+In these criminal matters, it has ensured that police officers exchange information and evidence with foreign colleagues every day and, if necessary, carry out actions together in any European Union country.
+Civil rights group warns against travel to Missouri
+The National Association for the Advancement of Colored People (NAACP) has warned black people traveling to Missouri against discriminatory policies and racist attacks in the state.
+The group's statement reads: "A NAACP travel note issued for the state of Midsugar, which runs until August 28, 2017, invites all African-American travelers, visitors and Missourians to be particularly attentive and extremely careful as they move around the state, taking into account the entire suspicious racial events that have recently taken place across the state and are also mentioned here."
+The NAACP said the group urged the travel warning to issue both a recent Missouri law that makes it harder to win discrimination lawsuits and the fact that the state's law enforcement agencies target unequally largely minorities.
+"People's civil rights are being violated.
+They are pulled to the side of the road because of the color of their skin, beaten or killed," Rod Chapel, president of the Missouri branch of the NAACP, told The Kansas City Star.
+'We've never had so close complaints before.'
+It is the first such warning the organization has issued about the U.S. state.
+The group cited events such as racist insults at the University of Missouri and the death of Tory Sanders, a 28-year-old black man from Tennessee.
+Sanders died in suspicious circumstances earlier this year after he ran out of petrol while driving through the state and was taken into custody by Missouri police without being charged with a crime.
+In addition, the note points to a recent report by the Missouri Attorney General, which shows that in the state, black drivers are 75% more likely to be stopped than white people.
+"The alarm is designed to make people aware and warn their families, friends and co-workers about what could happen in Missouri," Chapel said.
+"People have to be prepared, whether it's taking bail money or informing relatives that they're going through the state," he said.
+According to the latest data from the FBI's hate crime reporting program, Missouri documented 100 hate crimes in 2015, putting the state 16th in the state's penetrating number of similar violations.
+The travel warning is also a response to Missouri's new law, which makes it difficult for the company to sue over discrimination in search of housing or work.
+The American Civil Liberties Union (American Civil Liberties Union) had previously issued travel notices for Texas and Arizona after those states passed immigration laws that required local authorities to arrest people for immigration violations because the ACLU said it would increase racial profiling.
+Typically, travel warnings are issued by the State Department for other countries, but recently interest groups have begun to use the measure as a counter-reaction to certain intra-U.S. laws and trends.
+Hepatitis: what would anyone know about different forms of this serious disease?
+Hepatitis, or liver inflammation, can be caused by five different - A, B, C, D and E viruses.
+All these viruses trigger acute inflammation of liver tissue.
+However, chronic hepatitis B and C, which can develop into cirrhosis of the liver, or liver wrinkles and liver cancer, is a poor cost.
+Moo Kutsar, an epidemiology adviser at the Department of Health, says acute hepatitis symptoms are the same for all types of liver inflammation - fever, fatigue, appetite, nasalty, vomiting, abdominal pain, smear excrement, dark urine, muscle and joint pain, and the yellowing of the skin and mucus.
+The popular name for liver inflammation also comes from the latest disease.
+In children, hepatitis can go without signs of disease.
+Different types of inflammation can only be determined on the basis of data from laboratory studies.
+Extreme hepatitis can switch to chronic hepatitis and run for decades without signs of disease, meaning a person may not know anything about their dangerous liver-damaging disease.
+Mr Kutsar points out different forms of hepatitis and describes their progress more closely.
+Hepatitis A viruses spread from sick people and infect us by eating contaminated food or drinking water, through sex, from the stools of an infected person to their hands and hands to their hands, surfaces, objects, mouths and drug use.
+Family members and carers of hepatitis infection, people with chronic liver disease, people having sex with infected people, men having sex with men, drug addicts, travelers visiting countries with hepatitis A high spread.
+Infectiousness can be prevented by vaccination, in particular for people travelling at risk of vaccination and at risk of hepatitis A.
+In addition, daily hygiene compliance is important: wash or disinfect your hands, wash all fruit and vegetables before using them for food.
+Hepatitis B viruses are spread when exposed to the blood of a sick person, injecting drugs, tattooing, hole-in-aged, blood-contaminated creatures (toothbrushes, squatting tools), donor blood, having sex with a hepatitis-chemist, hepatitis Cathedential person, and from a hepatitis-stricken mother to the foelicen/born.
+The risk group for hepatitis B infection includes injection drug addicts, sex partners of an infected person, men having sex with men, newborns of an infected mother, sick family members and carers, health, rescue workers and police officers exposed to blood and other bodily fluids, and travelers visiting countries with high hepatitis B.
+People can be vaccinated to prevent hepatitis B; in particular, people at risk have been recommended, as well as those with chronic liver disease, HIV infection, sexually transmitted diseases and diabetes.
+Other preventive measures for hepatitis B include: avoiding the use of foreign hygiene and manicure products, other sharpeners and needles, tattooing and hole-in-the-wall, and the use of condoms in the event of infectious sex or avoiding sexual risky behaviour.
+Vaccination against hepatitis B is part of the national immunisation scheme in Estonia and free for children.
+Hepatitis C viruses are spread when exposed to the blood of a sick person, injecting drugs, tattooing, skull, using blood-contaminated creatures, donor blood, having sex with a hepatitis-maker, and from hepatitis to mother to foetus/best.
+The risk group for hepatitis C infection includes injection drug addicts, sex partners of an infected person, men having sex with men, newborns of an infected mother, sick family members and carers, health, rescue workers and police officers exposed to blood and other bodily fluids, HIV infections, and travelers visiting countries with high hepatitis C.
+The prevention measure of hepatitis C is: avoiding the use of foreign hygiene and manicure products, other sharpeners and syringes and needles, tattooing and sniffing, and using condoms for condom-threatening sex.
+There is no vaccine against hepatitis C.
+Hepatitis D is caused by hepatitis D virus, which reproduces in the presence of hepatitis B virus.
+As a result, hepatitis D infection occurs in hepatitis B or as a super infection in chronic hepatitis B patients.
+Hepatitis D viruses are spread through contact with blood and other bodily fluids, with contaminated needles, sexually and rarely infected mothers to the fetus.
+Hepatitis D is a risk group for chronic hepatitis B virus carriers and people with no immunity against hepatitis B.
+An effective preventive measure is vaccination with the hepatitis B vaccine, which also protects people from infection with the hepatitis D virus.
+Hepatitis viruses spread through fetal-oral drinking water and food, including eating low-heated beef, fish and sea cucumbers, donor blood, joint-use syringes and infected mothers to fetus.
+Passengers may become infected in countries with hepatitis E high disease.
+Hepatitis prevention measures include meeting hygiene requirements: wash or disinfect your hands after going to the toilet, before cooking and eating, after caring for the sick.
+Wash fruit and vegetables before consumption, avoid eating low-heated beef, fish and seafood, drink only safe drinking water and avoid drug use.
+While rivals tried to sprint off the four-time Olympic champion in the final round, 34-year-old Farah found strength in the final round and won in 26.49.51.
+Farah didn't think long, pulling his wife Tania and children along the way with him after the finish.
+It was a special moment for me.
+I very much miss my family.
+Being on the track with them was wonderful," Farah told reporters.
+Farah is aiming for a fifth title race in London in a row with a golden duo of 5,000 and 10,000 metres.
+Anything is possible if you believe in it.
+Despite the title, Anne-Marie O'Connor's "Daam in Gold; Gustav Klimt's masterpiece, Adele Bloch-Bauer's Portrait Extraoral Story," delves much deeper into the origin story of one artwork from the birth story of one artwork to the cultural life of late 19th and early 20th-century Vienna.
+But even more in history.
+The awesome amount of information would perhaps have been worn out, perhaps a louder cut, a narrower subject that allowed the portrait allowed in the title to become more of an impact.
+Today, there would be two books on the same cover: the story of Gustav Klimt and his painting "Daam in Gold," Adele Bloch-Bauer, and a much larger and more comprehensive historical book about the esteemed Jewish families and the German occupation, along with its aftermath in Austria.
+The first third of the book leads to the cultural life of Vienna in the midst of a bustling Vienna, and who have entered the Austrian capital, you can imagine, without the slightest effort, how life went around Ringstrasse more than a hundred years ago, or how everyone turned their heads in the Central Cafe when Klimt stepped in.
+The concentration of cultural figures was high in one of Europe's richest cities, and when you see a familiar name in the book, you feel more cultured.
+At the same time, for example, the fact that Sigmund Freud operated in a city where incurable syphilis was rampant and was Europe's highest suicide rate, doesn't seem to add anything to the story's development.
+Or, perhaps, every pair of brushstrokes adds colours to the cultural life of the early 20th century in Vienna.
+The dream of a trip to the Soviet Union
+In the last decades of the 19th century, the number of Jews in Vienna had exploded, becoming the largest Jewish community in Western Europe.
+At the turn of the century, almost one in ten residents of Vienna was a Jew.
+Adele's parents were newcomers to Vienna, too, but by the time Adele married her two-time Open Czech sugar magnate Ferdinand Bloch and Klimt for her famous paintings, her father's bank had become the seventh-largest bank in the Habsburg empire.
+But Adelet didn't draw all the glamorous life to which she belonged.
+If you look at "Damid in gold," it's hard to believe that towards the end of her life, this great lady became infected with socialism and dreamed of a trip to the Soviet Union.
diff --git a/tests/decoder/intgemm/intgemm_16bit_avx2.avx2.expected.bleu b/tests/decoder/intgemm/intgemm_16bit_avx2.avx2.expected.bleu
new file mode 100644
index 0000000..325273e
--- /dev/null
+++ b/tests/decoder/intgemm/intgemm_16bit_avx2.avx2.expected.bleu
@@ -0,0 +1 @@
+BLEU+case.mixed+numrefs.1+smooth.exp+tok.13a+version.1.2.12 = 30.4 66.2/38.5/24.4/15.7 (BP = 0.967 ratio = 0.968 hyp_len = 2746 ref_len = 2838)
diff --git a/tests/decoder/intgemm/intgemm_16bit_avx2.avx512.expected b/tests/decoder/intgemm/intgemm_16bit_avx2.avx512.expected
new file mode 100644
index 0000000..4aba19b
--- /dev/null
+++ b/tests/decoder/intgemm/intgemm_16bit_avx2.avx512.expected
@@ -0,0 +1,100 @@
+Four members of the Kemerovo group detained in Estonia and Spain
+Slava Gulevich, the leader of the so-called Kemerovo group in the Estonian underworld and is known in the criminal world as Slava Kemerovsky, was detained by police in Spain, according to the Post.
+Gulevich, who was detained in Spain, was arrested with court permission.
+Yesterday, a court also took three suspects detained in Estonia into custody.
+The suspect is said to be members of the so-called Kemerovo Crime Society between the ages of 27 and 57, who mainly commit drug offences.
+The alleged head of a criminal association has been detained in Mijas, Malaga province, Spain.
+Three men were arrested on suspicion of being arrested in Estonia, one of whom is a leading figure in the criminal association, according to the data collected, and two are members of the criminal association.
+The data collected indicate that the tasks and roles were clearly distributed in the criminal community.
+The purpose of the criminal association's activities was to commit drug crimes and thus generate criminal proceeds," said Mr Verte, head of pretrial proceedings in the criminal case and state prosecutor.
+"We do not rule out increasing the number of suspects in this criminal case," the prosecutor added.
+These are people who have been in the interest of law enforcement in the past, and some have served sentences for drug crimes.
+Verte stressed that cooperation with Spanish counterparts had been important throughout the investigation.
+"International cooperation has become commonplace for us, and this week's operation shows the success of cooperation," prosecutor Verte said.
+Ago Leis, head of the Central Criminal Police Service, said the arrests were preceded by a year-and-a-half probe.
+"In the first half of the year, the long-term work materialised and we detained suspects of crimes in Estonia and Spain at the same time," he said.
+Leis added that Central Criminal Police officers were assisting in their arrest in Spain.
+For years we have had good contact and understanding with the Spanish police and the Civil Guard.
+These arrests are yet another message to criminals that we can get them from the other end of Europe," Leis said.
+The information gathered so far clearly indicates that the men suspected of continuing to commit new crimes while at large, so the prosecution requested their arrest and the court approved it.
+A man arrested in Spain is awaiting transfer to Estonia.
+Property, vehicles and cash have been seized as part of this criminal case to ensure confiscation.
+The pre-trial proceedings in the case are carried out by the Central Criminal Police Organised Crime Bureau and led by the Crown Prosecution Service.
+Slava Gulevich was convicted by a district court in 2005 of racketeering and sentenced to five years in prison.
+In the middle of the last decade, Gulevich was considered the second most important man in the Estonian criminal world after then underworld leader Nikolai Tarankov.
+Gulevich, from Kemerovo, rose to prominence in the Estonian underworld in the early 1990s when he began extortion in Tallinn.
+He allegedly taxi drivers and prostitutes operating at various hotels and demanded monthly roof tax from businessmen.
+International joint operations, confiscations of criminal proceeds and court rulings that have entered into force confirm that the fight against organised crime is effective.
+For example, the latest court rulings, eight defendants separated from the so-called Dikayev Criminal Association criminal case, who were ordered to pay BGN 80,000 for the proceeds of criminal damage, or the judgment of nine individuals, in 2006 that Igor Aleynikov established a criminal association aimed at the illegal trade in cigarettes and the committing of crimes related to human trafficking in East Virginia and the South in Estonia.
+Confirmed criminal proceeds there are around 71,500 euros.
+In these criminal matters, it has ensured that police officers exchange information and evidence with foreign colleagues every day and, if necessary, carry out actions together in any European Union country.
+Civil rights group warns against travel to Missouri
+The National Association for the Advancement of Colored People (NAACP) has warned black people traveling to Missouri against discriminatory policies and racist attacks in the state.
+The group's statement reads: "A NAACP travel note issued for the state of Midsugar, which runs until August 28, 2017, invites all African-American travelers, visitors and Missourians to be particularly attentive and extremely careful as they move around the state, taking into account the entire suspicious racial events that have recently taken place across the state and are also mentioned here."
+The NAACP said the group urged the travel warning to issue both a recent Missouri law that makes it harder to win discrimination lawsuits and the fact that the state's law enforcement agencies target unequally largely minorities.
+"People's civil rights are being violated.
+They are pulled to the side of the road because of the color of their skin, beaten or killed," Rod Chapel, president of the Missouri branch of the NAACP, told The Kansas City Star.
+'We've never had so close complaints before.'
+It is the first such warning the organization has issued about the U.S. state.
+The group cited events such as racist insults at the University of Missouri and the death of Tory Sanders, a 28-year-old black man from Tennessee.
+Sanders died in suspicious circumstances earlier this year after he ran out of petrol while driving through the state and was taken into custody by Missouri police without being charged with a crime.
+In addition, the note points to a recent report by the Missouri Attorney General, which shows that in the state, black drivers are 75% more likely to be stopped than white people.
+"The alarm is designed to make people aware and warn their families, friends and co-workers about what could happen in Missouri," Chapel said.
+"People have to be prepared, whether it's taking bail money or informing relatives that they're going through the state," he said.
+According to the latest data from the FBI's hate crime reporting program, Missouri documented 100 hate crimes in 2015, putting the state 16th in the state's penetrating number of similar violations.
+The travel warning is also a response to Missouri's new law, which makes it difficult for the company to sue over discrimination in search of housing or work.
+The American Civil Liberties Union (American Civil Liberties Union) had previously issued travel notices for Texas and Arizona after those states passed immigration laws that required local authorities to arrest people for immigration violations because the ACLU said it would increase racial profiling.
+Typically, travel warnings are issued by the State Department for other countries, but recently interest groups have begun to use the measure as a counter-reaction to certain intra-U.S. laws and trends.
+Hepatitis: what would anyone know about different forms of this serious disease?
+Hepatitis, or liver inflammation, can be caused by five different - A, B, C, D and E viruses.
+All these viruses trigger acute inflammation of liver tissue.
+However, chronic hepatitis B and C, which can develop into cirrhosis of the liver, or liver wrinkles and liver cancer, is a poor cost.
+Moo Kutsar, an epidemiology adviser at the Department of Health, says acute hepatitis symptoms are the same for all types of liver inflammation - fever, fatigue, appetite, nasalty, vomiting, abdominal pain, smear excrement, dark urine, muscle and joint pain, and the yellowing of the skin and mucus.
+The popular name for liver inflammation also comes from the latest disease.
+In children, hepatitis can go without signs of disease.
+Different types of inflammation can only be determined on the basis of data from laboratory studies.
+Extreme hepatitis can switch to chronic hepatitis and run for decades without signs of disease, meaning a person may not know anything about their dangerous liver-damaging disease.
+Mr Kutsar points out different forms of hepatitis and describes their progress more closely.
+Hepatitis A viruses spread from sick people and infect us by eating contaminated food or drinking water, through sex, from the stools of an infected person to their hands and hands to their hands, surfaces, objects, mouths and drug use.
+Family members and carers of hepatitis infection, people with chronic liver disease, people having sex with infected people, men having sex with men, drug addicts, travelers visiting countries with hepatitis A high spread.
+Infectiousness can be prevented by vaccination, in particular for people travelling at risk of vaccination and at risk of hepatitis A.
+In addition, daily hygiene compliance is important: wash or disinfect your hands, wash all fruit and vegetables before using them for food.
+Hepatitis B viruses are spread when exposed to the blood of a sick person, injecting drugs, tattooing, hole-in-aged, blood-contaminated creatures (toothbrushes, squatting tools), donor blood, having sex with a hepatitis-chemist, hepatitis Cathedential person, and from a hepatitis-stricken mother to the foelicen/born.
+The risk group for hepatitis B infection includes injection drug addicts, sex partners of an infected person, men having sex with men, newborns of an infected mother, sick family members and carers, health, rescue workers and police officers exposed to blood and other bodily fluids, and travelers visiting countries with high hepatitis B.
+People can be vaccinated to prevent hepatitis B; in particular, people at risk have been recommended, as well as those with chronic liver disease, HIV infection, sexually transmitted diseases and diabetes.
+Other preventive measures for hepatitis B include: avoiding the use of foreign hygiene and manicure products, other sharpeners and needles, tattooing and hole-in-the-wall, and the use of condoms in the event of infectious sex or avoiding sexual risky behaviour.
+Vaccination against hepatitis B is part of the national immunisation scheme in Estonia and free for children.
+Hepatitis C viruses are spread when exposed to the blood of a sick person, injecting drugs, tattooing, skull, using blood-contaminated creatures, donor blood, having sex with a hepatitis-maker, and from hepatitis to mother to foetus/best.
+The risk group for hepatitis C infection includes injection drug addicts, sex partners of an infected person, men having sex with men, newborns of an infected mother, sick family members and carers, health, rescue workers and police officers exposed to blood and other bodily fluids, HIV infections, and travelers visiting countries with high hepatitis C.
+The prevention measure of hepatitis C is: avoiding the use of foreign hygiene and manicure products, other sharpeners and syringes and needles, tattooing and sniffing, and using condoms for condom-threatening sex.
+There is no vaccine against hepatitis C.
+Hepatitis D is caused by hepatitis D virus, which reproduces in the presence of hepatitis B virus.
+As a result, hepatitis D infection occurs in hepatitis B or as a super infection in chronic hepatitis B patients.
+Hepatitis D viruses are spread through contact with blood and other bodily fluids, with contaminated needles, sexually and rarely infected mothers to the fetus.
+Hepatitis D is a risk group for chronic hepatitis B virus carriers and people with no immunity against hepatitis B.
+An effective preventive measure is vaccination with the hepatitis B vaccine, which also protects people from infection with the hepatitis D virus.
+Hepatitis viruses spread through fetal-oral drinking water and food, including eating low-heated beef, fish and sea cucumbers, donor blood, joint-use syringes and infected mothers to fetus.
+Passengers may become infected in countries with hepatitis E high disease.
+Hepatitis prevention measures include meeting hygiene requirements: wash or disinfect your hands after going to the toilet, before cooking and eating, after caring for the sick.
+Wash fruit and vegetables before consumption, avoid eating low-heated beef, fish and seafood, drink only safe drinking water and avoid drug use.
+While rivals tried to sprint off the four-time Olympic champion in the final round, 34-year-old Farah found strength in the final round and won in 26.49.51.
+Farah didn't think long, pulling his wife Tania and children along the way with him after the finish.
+It was a special moment for me.
+I very much miss my family.
+Being on the track with them was wonderful," Farah told reporters.
+Farah is aiming for a fifth title race in London in a row with a golden duo of 5,000 and 10,000 metres.
+Anything is possible if you believe in it.
+Despite the title, Anne-Marie O'Connor's "Daam in Gold; Gustav Klimt's masterpiece, Adele Bloch-Bauer's Portrait Extraoral Story," delves much deeper into the origin story of one artwork from the birth story of one artwork to the cultural life of late 19th and early 20th-century Vienna.
+But even more in history.
+The awesome amount of information would perhaps have been worn out, perhaps a louder cut, a narrower subject that allowed the portrait allowed in the title to become more of an impact.
+Today, there would be two books on the same cover: the story of Gustav Klimt and his painting "Daam in Gold," Adele Bloch-Bauer, and a much larger and more comprehensive historical book about the esteemed Jewish families and the German occupation, along with its aftermath in Austria.
+The first third of the book leads to the cultural life of Vienna in the midst of a bustling Vienna, and who have entered the Austrian capital, you can imagine, without the slightest effort, how life went around Ringstrasse more than a hundred years ago, or how everyone turned their heads in the Central Cafe when Klimt stepped in.
+The concentration of cultural figures was high in one of Europe's richest cities, and when you see a familiar name in the book, you feel more cultured.
+At the same time, for example, the fact that Sigmund Freud operated in a city where incurable syphilis was rampant and was Europe's highest suicide rate, doesn't seem to add anything to the story's development.
+Or, perhaps, every pair of brushstrokes adds colours to the cultural life of the early 20th century in Vienna.
+The dream of a trip to the Soviet Union
+In the last decades of the 19th century, the number of Jews in Vienna had exploded, becoming the largest Jewish community in Western Europe.
+At the turn of the century, almost one in ten residents of Vienna was a Jew.
+Adele's parents were newcomers to Vienna, too, but by the time Adele married her two-time Open Czech sugar magnate Ferdinand Bloch and Klimt for her famous paintings, her father's bank had become the seventh-largest bank in the Habsburg empire.
+But Adelet didn't draw all the glamorous life to which she belonged.
+If you look at "Damid in gold," it's hard to believe that towards the end of her life, this great lady became infected with socialism and dreamed of a trip to the Soviet Union.
diff --git a/tests/decoder/intgemm/intgemm_16bit_avx2.avx512.expected.bleu b/tests/decoder/intgemm/intgemm_16bit_avx2.avx512.expected.bleu
new file mode 100644
index 0000000..325273e
--- /dev/null
+++ b/tests/decoder/intgemm/intgemm_16bit_avx2.avx512.expected.bleu
@@ -0,0 +1 @@
+BLEU+case.mixed+numrefs.1+smooth.exp+tok.13a+version.1.2.12 = 30.4 66.2/38.5/24.4/15.7 (BP = 0.967 ratio = 0.968 hyp_len = 2746 ref_len = 2838)
diff --git a/tests/decoder/intgemm/intgemm_16bit_sse2.avx.expected b/tests/decoder/intgemm/intgemm_16bit_sse2.avx.expected
new file mode 100644
index 0000000..c065d0f
--- /dev/null
+++ b/tests/decoder/intgemm/intgemm_16bit_sse2.avx.expected
@@ -0,0 +1,100 @@
+Four members of the Kemerovo group detained in Estonia and Spain
+Slava Gulevich, the leader of the so-called Kemerovo group in the Estonian underworld and is known in the criminal world as Slava Kemerovsky, was detained by police in Spain, according to the Post.
+Gulevich, who was detained in Spain, was arrested with court permission.
+Yesterday, a court also took three suspects detained in Estonia into custody.
+The suspect is said to be members of the so-called Kemerovo Crime Society between the ages of 27 and 57, who mainly commit drug offences.
+The alleged head of a criminal association has been detained in Mijas, Malaga province, Spain.
+Three men were arrested on suspicion in Estonia, one of whom is a leading figure in the criminal association, according to the data collected, and two are members of the criminal association.
+The data collected indicate that the tasks and roles were clearly distributed in the criminal community.
+The purpose of the criminal association's activities was to commit drug crimes and thus generate criminal proceeds," said Mr Verte, head of pretrial proceedings in the criminal case and state prosecutor.
+"We do not rule out an increase in the number of suspects in this criminal case," the prosecutor added.
+These are people who have been in the interest of law enforcement in the past, and some have served sentences for drug crimes.
+Verte stressed that cooperation with Spanish counterparts had been important throughout the investigation.
+"International cooperation has become commonplace for us, and this week's operation shows the success of cooperation," prosecutor Verte said.
+Ago Leis, head of the Central Criminal Police Service, said the arrests were preceded by a year-and-a-half probe.
+"In the first half of the year, the long-term work materialised and we detained suspects of crimes in Estonia and Spain at the same time," he said.
+Leis added that Central Criminal Police officers were assisting in their arrest in Spain.
+For years we have had good contact and understanding with the Spanish police and the Civil Guard.
+These arrests are yet another message to criminals that we can get them from the other end of Europe," Leis said.
+The information gathered so far clearly indicates that the men suspected of continuing to commit new crimes while at large, so the prosecution requested their arrest and the court approved it.
+A man arrested in Spain is awaiting transfer to Estonia.
+Property, vehicles and cash have been seized as part of this criminal case to ensure confiscation.
+The pre-trial proceedings in the case are carried out by the Central Criminal Police Organised Crime Bureau and led by the Crown Prosecution Service.
+Slava Gulevich was convicted by a district court in 2005 of racketeering and sentenced to five years in prison.
+In the middle of the last decade, Gulevich was considered the second most important man in the Estonian criminal world after then underworld leader Nikolai Tarankov.
+Gulevich, from Kemerovo, rose to prominence in the Estonian underworld in the early 1990s when he began extortion in Tallinn.
+He allegedly taxi drivers and prostitutes operating at various hotels and demanded monthly roof tax from businessmen.
+International joint operations, confiscations of criminal proceeds and court rulings that have entered into force confirm that the fight against organised crime is effective.
+For example, the latest court rulings, eight defendants separated from the so-called Dikayev Criminal Association criminal case, who were ordered to pay BGN 80,000 for the proceeds of criminal damage, or the judgment of nine individuals, in 2006 that Igor Aleynikov established a criminal association aimed at the illegal trade in cigarettes and the committing of crimes related to human trafficking in East Virginia and the South in Estonia.
+Confirmed criminal proceeds there are around 71,500 euros.
+In these criminal matters, it has ensured that police officers exchange information and evidence with foreign colleagues every day and, if necessary, carry out actions together in any European Union country.
+Civil rights group warns against travel to Missouri
+The National Association for the Advancement of Colored People (NAACP) has warned black people traveling to Missouri against discriminatory policies and racist attacks in the state.
+The group's statement reads: "A NAACP travel note issued for the state of Midsugar, which runs until August 28, 2017, invites all African-American travelers, visitors and Missourians to be particularly attentive and extremely careful as they move around the state, taking into account the entire suspicious racial events that have recently taken place across the state and are also mentioned here."
+The NAACP said the group urged the travel warning to issue both a recent Missouri law that makes it harder to win discrimination lawsuits and the fact that the state's law enforcement agencies target unequally largely minorities.
+"People's civil rights are being violated.
+They are pulled to the side of the road because of the color of their skin, beaten or killed," Rod Chapel, president of the Missouri branch of the NAACP, told The Kansas City Star.
+'We've never had so close complaints before.'
+It is the first such warning the organization has issued about the U.S. state.
+The group cited events such as racist insults at the University of Missouri and the death of Tory Sanders, a 28-year-old black man from Tennessee.
+Sanders died in suspicious circumstances earlier this year after he ran out of petrol while driving through the state and was taken into custody by Missouri police without being charged with a crime.
+In addition, the note points to a recent report by the Missouri Attorney General, which shows that in the state, black drivers are 75% more likely to be stopped than white people.
+"The alarm is designed to make people aware and warn their families, friends and co-workers about what could happen in Missouri," Chapel said.
+"People have to be prepared, whether it's taking bail money or informing relatives that they're going through the state," he said.
+According to the latest data from the FBI's hate crime reporting program, Missouri documented 100 hate crimes in 2015, putting the state 16th in the state's penetrating number of similar violations.
+The travel warning is also a response to Missouri's new law, which makes it difficult for the company to sue over discrimination in search of housing or work.
+The American Civil Liberties Union (American Civil Liberties Union) had previously issued travel notices for Texas and Arizona after those states passed immigration laws that required local authorities to arrest people for immigration violations because the ACLU said it would increase racial profiling.
+Typically, travel warnings are issued by the State Department for other countries, but recently interest groups have begun to use the measure as a counter-reaction to certain intra-U.S. laws and trends.
+Hepatitis: what would anyone know about different forms of this serious disease?
+Hepatitis, or liver inflammation, can be caused by five different - A, B, C, D and E viruses.
+All these viruses trigger acute inflammation of liver tissue.
+However, chronic hepatitis B and C, which can develop into cirrhosis of the liver, or liver wrinkles and liver cancer, is a poor cost.
+Moo Kutsar, an epidemiology adviser at the Department of Health, says acute hepatitis symptoms are the same for all types of liver inflammation - fever, fatigue, appetite, nasalty, vomiting, abdominal pain, smear excrement, dark urine, muscle and joint pain, and the yellowing of the skin and mucus.
+The popular name for liver inflammation also comes from the latest disease.
+In children, hepatitis can progress without signs of disease.
+Different types of inflammation can only be determined on the basis of data from laboratory studies.
+Extreme hepatitis can switch to chronic hepatitis and run for decades without signs of disease, meaning a person may not know anything about their dangerous liver-damaging disease.
+Mr Kutsar points out different forms of hepatitis and describes their progress more closely.
+Hepatitis A viruses spread from sick people and infect us by eating contaminated food or drinking water, through sex, from the stools of an infected person to their hands and hands to their hands, surfaces, objects, mouths and drug use.
+Family members and carers of hepatitis infection, people with chronic liver disease, people having sex with infected people, men having sex with men, drug addicts, travelers visiting countries with hepatitis A high spread.
+Infectiousness can be prevented by vaccination, in particular for people travelling at risk of vaccination and at risk of hepatitis A.
+In addition, daily hygiene compliance is important: wash or disinfect your hands, wash all fruit and vegetables before using them for food.
+Hepatitis B viruses are spread when exposed to the blood of a sick person, injecting drugs, tattooing, hole-in-aged, blood-contaminated creatures (toothbrushes, squatting tools), donor blood, having sex with a hepatitis-chemist, hepatitis Cathedential person, and from a hepatitis-stricken mother to the foelicen/born.
+The risk group for hepatitis B infection includes injection drug addicts, sex partners of an infected person, men having sex with men, newborns of an infected mother, sick family members and carers, health, rescue workers and police officers exposed to blood and other bodily fluids, and travelers visiting countries with high hepatitis B.
+People can be vaccinated to prevent hepatitis B; in particular, people at risk have been recommended, as well as those with chronic liver disease, HIV infection, sexually transmitted diseases and diabetes.
+Other preventive measures for hepatitis B include: avoiding the use of foreign hygiene and manicure products, other sharpeners and needles, tattooing and hole-in-the-wall, and the use of condoms in the event of infectious sex or avoiding sexual risky behaviour.
+Vaccination against hepatitis B is part of the national immunisation scheme in Estonia and free for children.
+Hepatitis C viruses are spread when exposed to the blood of a sick person, injecting drugs, tattooing, skull, using blood-contaminated creatures, donor blood, having sex with a hepatitis-maker, and from hepatitis to mother to foetus/best.
+The risk group for hepatitis C infection includes injection drug addicts, sex partners of an infected person, men having sex with men, newborns of an infected mother, sick family members and carers, health, rescue workers and police officers exposed to blood and other bodily fluids, HIV infections, and travelers visiting countries with high hepatitis C.
+The prevention measure of hepatitis C is: avoiding the use of foreign hygiene and manicure products, other sharpeners and syringes and needles, tattooing and sniffing, and using condoms for condom-threatening sex.
+There is no vaccine against hepatitis C.
+Hepatitis D is caused by hepatitis D virus, which reproduces in the presence of hepatitis B virus.
+As a result, hepatitis D infection occurs in hepatitis B or as a super infection in chronic hepatitis B patients.
+Hepatitis D viruses are spread through contact with blood and other bodily fluids, with contaminated needles, sexually and rarely infected mothers to the fetus.
+Hepatitis D is a risk group for chronic hepatitis B virus carriers and people with no immunity against hepatitis B.
+An effective preventive measure is vaccination with the hepatitis B vaccine, which also protects people from infection with the hepatitis D virus.
+Hepatitis viruses spread through fetal-oral drinking water and food, including eating low-heated beef, fish and sea cucumbers, donor blood, joint-use syringes and infected mothers to fetus.
+Passengers may become infected in countries with hepatitis E high disease.
+Hepatitis prevention measures include meeting hygiene requirements: wash or disinfect your hands after going to the toilet, before cooking and eating, after caring for the sick.
+Wash fruit and vegetables before consumption, avoid eating low-heated beef, fish and seafood, drink only safe drinking water and avoid drug use.
+While rivals tried to sprint off the four-time Olympic champion in the final round, 34-year-old Farah found strength in the final round and won in 26.49.51.
+Farah didn't think long, pulling his wife Tania and children along the way with him after the finish.
+It was a special moment for me.
+I very much miss my family.
+Being on the track with them was wonderful," Farah told reporters.
+Farah is aiming for a fifth title race in London in a row with a golden duo of 5,000 and 10,000 metres.
+Anything is possible if you believe in it.
+Despite the title, Anne-Marie O'Connor's "Daam in Gold; Gustav Klimt's masterpiece, Adele Bloch-Bauer's Portrait Extraoral Story," delves much deeper into the origin story of one artwork from the birth story of one artwork to the cultural life of late 19th and early 20th-century Vienna.
+But even more in history.
+The awesome amount of information would perhaps have been worn out, perhaps a louder cut, a narrower subject that allowed the portrait allowed in the title to become more of an impact.
+Today, there would be two books on the same cover: the story of Gustav Klimt and his painting "Daam in Gold," Adele Bloch-Bauer, and a much larger and more comprehensive historical book about the esteemed Jewish families and the German occupation, along with its aftermath in Austria.
+The first third of the book leads to the cultural life of Vienna in the midst of a bustling Vienna, and who have entered the Austrian capital, you can imagine, without the slightest effort, how life went around Ringstrasse more than a hundred years ago, or how everyone turned their heads in the Central Cafe when Klimt stepped in.
+The concentration of cultural figures was high in one of Europe's richest cities, and when you see a familiar name in the book, you feel more cultured.
+At the same time, for example, the fact that Sigmund Freud operated in a city where incurable syphilis was rampant and was Europe's highest suicide rate, doesn't seem to add anything to the story's development.
+Or, perhaps, every pair of brushstrokes adds colours to the cultural life of the early 20th century in Vienna.
+The dream of a trip to the Soviet Union
+In the last decades of the 19th century, the number of Jews in Vienna had exploded, becoming the largest Jewish community in Western Europe.
+At the turn of the century, almost one in ten residents of Vienna was a Jew.
+Adele's parents were newcomers to Vienna, too, but by the time Adele married her two-time Open Czech sugar magnate Ferdinand Bloch and Klimt for her famous paintings, her father's bank had become the seventh-largest bank in the Habsburg empire.
+But Adelet didn't draw all the glamorous life to which she belonged.
+If you look at "Damid in gold," it's hard to believe that towards the end of her life, this great lady became infected with socialism and dreamed of a trip to the Soviet Union.
diff --git a/tests/decoder/intgemm/intgemm_16bit_sse2.avx.expected.bleu b/tests/decoder/intgemm/intgemm_16bit_sse2.avx.expected.bleu
new file mode 100644
index 0000000..a38fca0
--- /dev/null
+++ b/tests/decoder/intgemm/intgemm_16bit_sse2.avx.expected.bleu
@@ -0,0 +1 @@
+BLEU+case.mixed+numrefs.1+smooth.exp+tok.13a+version.1.2.12 = 30.5 66.3/38.6/24.5/15.8 (BP = 0.967 ratio = 0.967 hyp_len = 2745 ref_len = 2838)
diff --git a/tests/decoder/intgemm/intgemm_16bit_sse2.avx2.expected b/tests/decoder/intgemm/intgemm_16bit_sse2.avx2.expected
new file mode 100644
index 0000000..4aba19b
--- /dev/null
+++ b/tests/decoder/intgemm/intgemm_16bit_sse2.avx2.expected
@@ -0,0 +1,100 @@
+Four members of the Kemerovo group detained in Estonia and Spain
+Slava Gulevich, the leader of the so-called Kemerovo group in the Estonian underworld and is known in the criminal world as Slava Kemerovsky, was detained by police in Spain, according to the Post.
+Gulevich, who was detained in Spain, was arrested with court permission.
+Yesterday, a court also took three suspects detained in Estonia into custody.
+The suspect is said to be members of the so-called Kemerovo Crime Society between the ages of 27 and 57, who mainly commit drug offences.
+The alleged head of a criminal association has been detained in Mijas, Malaga province, Spain.
+Three men were arrested on suspicion of being arrested in Estonia, one of whom is a leading figure in the criminal association, according to the data collected, and two are members of the criminal association.
+The data collected indicate that the tasks and roles were clearly distributed in the criminal community.
+The purpose of the criminal association's activities was to commit drug crimes and thus generate criminal proceeds," said Mr Verte, head of pretrial proceedings in the criminal case and state prosecutor.
+"We do not rule out increasing the number of suspects in this criminal case," the prosecutor added.
+These are people who have been in the interest of law enforcement in the past, and some have served sentences for drug crimes.
+Verte stressed that cooperation with Spanish counterparts had been important throughout the investigation.
+"International cooperation has become commonplace for us, and this week's operation shows the success of cooperation," prosecutor Verte said.
+Ago Leis, head of the Central Criminal Police Service, said the arrests were preceded by a year-and-a-half probe.
+"In the first half of the year, the long-term work materialised and we detained suspects of crimes in Estonia and Spain at the same time," he said.
+Leis added that Central Criminal Police officers were assisting in their arrest in Spain.
+For years we have had good contact and understanding with the Spanish police and the Civil Guard.
+These arrests are yet another message to criminals that we can get them from the other end of Europe," Leis said.
+The information gathered so far clearly indicates that the men suspected of continuing to commit new crimes while at large, so the prosecution requested their arrest and the court approved it.
+A man arrested in Spain is awaiting transfer to Estonia.
+Property, vehicles and cash have been seized as part of this criminal case to ensure confiscation.
+The pre-trial proceedings in the case are carried out by the Central Criminal Police Organised Crime Bureau and led by the Crown Prosecution Service.
+Slava Gulevich was convicted by a district court in 2005 of racketeering and sentenced to five years in prison.
+In the middle of the last decade, Gulevich was considered the second most important man in the Estonian criminal world after then underworld leader Nikolai Tarankov.
+Gulevich, from Kemerovo, rose to prominence in the Estonian underworld in the early 1990s when he began extortion in Tallinn.
+He allegedly taxi drivers and prostitutes operating at various hotels and demanded monthly roof tax from businessmen.
+International joint operations, confiscations of criminal proceeds and court rulings that have entered into force confirm that the fight against organised crime is effective.
+For example, the latest court rulings, eight defendants separated from the so-called Dikayev Criminal Association criminal case, who were ordered to pay BGN 80,000 for the proceeds of criminal damage, or the judgment of nine individuals, in 2006 that Igor Aleynikov established a criminal association aimed at the illegal trade in cigarettes and the committing of crimes related to human trafficking in East Virginia and the South in Estonia.
+Confirmed criminal proceeds there are around 71,500 euros.
+In these criminal matters, it has ensured that police officers exchange information and evidence with foreign colleagues every day and, if necessary, carry out actions together in any European Union country.
+Civil rights group warns against travel to Missouri
+The National Association for the Advancement of Colored People (NAACP) has warned black people traveling to Missouri against discriminatory policies and racist attacks in the state.
+The group's statement reads: "A NAACP travel note issued for the state of Midsugar, which runs until August 28, 2017, invites all African-American travelers, visitors and Missourians to be particularly attentive and extremely careful as they move around the state, taking into account the entire suspicious racial events that have recently taken place across the state and are also mentioned here."
+The NAACP said the group urged the travel warning to issue both a recent Missouri law that makes it harder to win discrimination lawsuits and the fact that the state's law enforcement agencies target unequally largely minorities.
+"People's civil rights are being violated.
+They are pulled to the side of the road because of the color of their skin, beaten or killed," Rod Chapel, president of the Missouri branch of the NAACP, told The Kansas City Star.
+'We've never had so close complaints before.'
+It is the first such warning the organization has issued about the U.S. state.
+The group cited events such as racist insults at the University of Missouri and the death of Tory Sanders, a 28-year-old black man from Tennessee.
+Sanders died in suspicious circumstances earlier this year after he ran out of petrol while driving through the state and was taken into custody by Missouri police without being charged with a crime.
+In addition, the note points to a recent report by the Missouri Attorney General, which shows that in the state, black drivers are 75% more likely to be stopped than white people.
+"The alarm is designed to make people aware and warn their families, friends and co-workers about what could happen in Missouri," Chapel said.
+"People have to be prepared, whether it's taking bail money or informing relatives that they're going through the state," he said.
+According to the latest data from the FBI's hate crime reporting program, Missouri documented 100 hate crimes in 2015, putting the state 16th in the state's penetrating number of similar violations.
+The travel warning is also a response to Missouri's new law, which makes it difficult for the company to sue over discrimination in search of housing or work.
+The American Civil Liberties Union (American Civil Liberties Union) had previously issued travel notices for Texas and Arizona after those states passed immigration laws that required local authorities to arrest people for immigration violations because the ACLU said it would increase racial profiling.
+Typically, travel warnings are issued by the State Department for other countries, but recently interest groups have begun to use the measure as a counter-reaction to certain intra-U.S. laws and trends.
+Hepatitis: what would anyone know about different forms of this serious disease?
+Hepatitis, or liver inflammation, can be caused by five different - A, B, C, D and E viruses.
+All these viruses trigger acute inflammation of liver tissue.
+However, chronic hepatitis B and C, which can develop into cirrhosis of the liver, or liver wrinkles and liver cancer, is a poor cost.
+Moo Kutsar, an epidemiology adviser at the Department of Health, says acute hepatitis symptoms are the same for all types of liver inflammation - fever, fatigue, appetite, nasalty, vomiting, abdominal pain, smear excrement, dark urine, muscle and joint pain, and the yellowing of the skin and mucus.
+The popular name for liver inflammation also comes from the latest disease.
+In children, hepatitis can go without signs of disease.
+Different types of inflammation can only be determined on the basis of data from laboratory studies.
+Extreme hepatitis can switch to chronic hepatitis and run for decades without signs of disease, meaning a person may not know anything about their dangerous liver-damaging disease.
+Mr Kutsar points out different forms of hepatitis and describes their progress more closely.
+Hepatitis A viruses spread from sick people and infect us by eating contaminated food or drinking water, through sex, from the stools of an infected person to their hands and hands to their hands, surfaces, objects, mouths and drug use.
+Family members and carers of hepatitis infection, people with chronic liver disease, people having sex with infected people, men having sex with men, drug addicts, travelers visiting countries with hepatitis A high spread.
+Infectiousness can be prevented by vaccination, in particular for people travelling at risk of vaccination and at risk of hepatitis A.
+In addition, daily hygiene compliance is important: wash or disinfect your hands, wash all fruit and vegetables before using them for food.
+Hepatitis B viruses are spread when exposed to the blood of a sick person, injecting drugs, tattooing, hole-in-aged, blood-contaminated creatures (toothbrushes, squatting tools), donor blood, having sex with a hepatitis-chemist, hepatitis Cathedential person, and from a hepatitis-stricken mother to the foelicen/born.
+The risk group for hepatitis B infection includes injection drug addicts, sex partners of an infected person, men having sex with men, newborns of an infected mother, sick family members and carers, health, rescue workers and police officers exposed to blood and other bodily fluids, and travelers visiting countries with high hepatitis B.
+People can be vaccinated to prevent hepatitis B; in particular, people at risk have been recommended, as well as those with chronic liver disease, HIV infection, sexually transmitted diseases and diabetes.
+Other preventive measures for hepatitis B include: avoiding the use of foreign hygiene and manicure products, other sharpeners and needles, tattooing and hole-in-the-wall, and the use of condoms in the event of infectious sex or avoiding sexual risky behaviour.
+Vaccination against hepatitis B is part of the national immunisation scheme in Estonia and free for children.
+Hepatitis C viruses are spread when exposed to the blood of a sick person, injecting drugs, tattooing, skull, using blood-contaminated creatures, donor blood, having sex with a hepatitis-maker, and from hepatitis to mother to foetus/best.
+The risk group for hepatitis C infection includes injection drug addicts, sex partners of an infected person, men having sex with men, newborns of an infected mother, sick family members and carers, health, rescue workers and police officers exposed to blood and other bodily fluids, HIV infections, and travelers visiting countries with high hepatitis C.
+The prevention measure of hepatitis C is: avoiding the use of foreign hygiene and manicure products, other sharpeners and syringes and needles, tattooing and sniffing, and using condoms for condom-threatening sex.
+There is no vaccine against hepatitis C.
+Hepatitis D is caused by hepatitis D virus, which reproduces in the presence of hepatitis B virus.
+As a result, hepatitis D infection occurs in hepatitis B or as a super infection in chronic hepatitis B patients.
+Hepatitis D viruses are spread through contact with blood and other bodily fluids, with contaminated needles, sexually and rarely infected mothers to the fetus.
+Hepatitis D is a risk group for chronic hepatitis B virus carriers and people with no immunity against hepatitis B.
+An effective preventive measure is vaccination with the hepatitis B vaccine, which also protects people from infection with the hepatitis D virus.
+Hepatitis viruses spread through fetal-oral drinking water and food, including eating low-heated beef, fish and sea cucumbers, donor blood, joint-use syringes and infected mothers to fetus.
+Passengers may become infected in countries with hepatitis E high disease.
+Hepatitis prevention measures include meeting hygiene requirements: wash or disinfect your hands after going to the toilet, before cooking and eating, after caring for the sick.
+Wash fruit and vegetables before consumption, avoid eating low-heated beef, fish and seafood, drink only safe drinking water and avoid drug use.
+While rivals tried to sprint off the four-time Olympic champion in the final round, 34-year-old Farah found strength in the final round and won in 26.49.51.
+Farah didn't think long, pulling his wife Tania and children along the way with him after the finish.
+It was a special moment for me.
+I very much miss my family.
+Being on the track with them was wonderful," Farah told reporters.
+Farah is aiming for a fifth title race in London in a row with a golden duo of 5,000 and 10,000 metres.
+Anything is possible if you believe in it.
+Despite the title, Anne-Marie O'Connor's "Daam in Gold; Gustav Klimt's masterpiece, Adele Bloch-Bauer's Portrait Extraoral Story," delves much deeper into the origin story of one artwork from the birth story of one artwork to the cultural life of late 19th and early 20th-century Vienna.
+But even more in history.
+The awesome amount of information would perhaps have been worn out, perhaps a louder cut, a narrower subject that allowed the portrait allowed in the title to become more of an impact.
+Today, there would be two books on the same cover: the story of Gustav Klimt and his painting "Daam in Gold," Adele Bloch-Bauer, and a much larger and more comprehensive historical book about the esteemed Jewish families and the German occupation, along with its aftermath in Austria.
+The first third of the book leads to the cultural life of Vienna in the midst of a bustling Vienna, and who have entered the Austrian capital, you can imagine, without the slightest effort, how life went around Ringstrasse more than a hundred years ago, or how everyone turned their heads in the Central Cafe when Klimt stepped in.
+The concentration of cultural figures was high in one of Europe's richest cities, and when you see a familiar name in the book, you feel more cultured.
+At the same time, for example, the fact that Sigmund Freud operated in a city where incurable syphilis was rampant and was Europe's highest suicide rate, doesn't seem to add anything to the story's development.
+Or, perhaps, every pair of brushstrokes adds colours to the cultural life of the early 20th century in Vienna.
+The dream of a trip to the Soviet Union
+In the last decades of the 19th century, the number of Jews in Vienna had exploded, becoming the largest Jewish community in Western Europe.
+At the turn of the century, almost one in ten residents of Vienna was a Jew.
+Adele's parents were newcomers to Vienna, too, but by the time Adele married her two-time Open Czech sugar magnate Ferdinand Bloch and Klimt for her famous paintings, her father's bank had become the seventh-largest bank in the Habsburg empire.
+But Adelet didn't draw all the glamorous life to which she belonged.
+If you look at "Damid in gold," it's hard to believe that towards the end of her life, this great lady became infected with socialism and dreamed of a trip to the Soviet Union.
diff --git a/tests/decoder/intgemm/intgemm_16bit_sse2.avx2.expected.bleu b/tests/decoder/intgemm/intgemm_16bit_sse2.avx2.expected.bleu
new file mode 100644
index 0000000..325273e
--- /dev/null
+++ b/tests/decoder/intgemm/intgemm_16bit_sse2.avx2.expected.bleu
@@ -0,0 +1 @@
+BLEU+case.mixed+numrefs.1+smooth.exp+tok.13a+version.1.2.12 = 30.4 66.2/38.5/24.4/15.7 (BP = 0.967 ratio = 0.968 hyp_len = 2746 ref_len = 2838)
diff --git a/tests/decoder/intgemm/intgemm_16bit_sse2.avx512.expected b/tests/decoder/intgemm/intgemm_16bit_sse2.avx512.expected
new file mode 100644
index 0000000..4aba19b
--- /dev/null
+++ b/tests/decoder/intgemm/intgemm_16bit_sse2.avx512.expected
@@ -0,0 +1,100 @@
+Four members of the Kemerovo group detained in Estonia and Spain
+Slava Gulevich, the leader of the so-called Kemerovo group in the Estonian underworld and is known in the criminal world as Slava Kemerovsky, was detained by police in Spain, according to the Post.
+Gulevich, who was detained in Spain, was arrested with court permission.
+Yesterday, a court also took three suspects detained in Estonia into custody.
+The suspect is said to be members of the so-called Kemerovo Crime Society between the ages of 27 and 57, who mainly commit drug offences.
+The alleged head of a criminal association has been detained in Mijas, Malaga province, Spain.
+Three men were arrested on suspicion of being arrested in Estonia, one of whom is a leading figure in the criminal association, according to the data collected, and two are members of the criminal association.
+The data collected indicate that the tasks and roles were clearly distributed in the criminal community.
+The purpose of the criminal association's activities was to commit drug crimes and thus generate criminal proceeds," said Mr Verte, head of pretrial proceedings in the criminal case and state prosecutor.
+"We do not rule out increasing the number of suspects in this criminal case," the prosecutor added.
+These are people who have been in the interest of law enforcement in the past, and some have served sentences for drug crimes.
+Verte stressed that cooperation with Spanish counterparts had been important throughout the investigation.
+"International cooperation has become commonplace for us, and this week's operation shows the success of cooperation," prosecutor Verte said.
+Ago Leis, head of the Central Criminal Police Service, said the arrests were preceded by a year-and-a-half probe.
+"In the first half of the year, the long-term work materialised and we detained suspects of crimes in Estonia and Spain at the same time," he said.
+Leis added that Central Criminal Police officers were assisting in their arrest in Spain.
+For years we have had good contact and understanding with the Spanish police and the Civil Guard.
+These arrests are yet another message to criminals that we can get them from the other end of Europe," Leis said.
+The information gathered so far clearly indicates that the men suspected of continuing to commit new crimes while at large, so the prosecution requested their arrest and the court approved it.
+A man arrested in Spain is awaiting transfer to Estonia.
+Property, vehicles and cash have been seized as part of this criminal case to ensure confiscation.
+The pre-trial proceedings in the case are carried out by the Central Criminal Police Organised Crime Bureau and led by the Crown Prosecution Service.
+Slava Gulevich was convicted by a district court in 2005 of racketeering and sentenced to five years in prison.
+In the middle of the last decade, Gulevich was considered the second most important man in the Estonian criminal world after then underworld leader Nikolai Tarankov.
+Gulevich, from Kemerovo, rose to prominence in the Estonian underworld in the early 1990s when he began extortion in Tallinn.
+He allegedly taxi drivers and prostitutes operating at various hotels and demanded monthly roof tax from businessmen.
+International joint operations, confiscations of criminal proceeds and court rulings that have entered into force confirm that the fight against organised crime is effective.
+For example, the latest court rulings, eight defendants separated from the so-called Dikayev Criminal Association criminal case, who were ordered to pay BGN 80,000 for the proceeds of criminal damage, or the judgment of nine individuals, in 2006 that Igor Aleynikov established a criminal association aimed at the illegal trade in cigarettes and the committing of crimes related to human trafficking in East Virginia and the South in Estonia.
+Confirmed criminal proceeds there are around 71,500 euros.
+In these criminal matters, it has ensured that police officers exchange information and evidence with foreign colleagues every day and, if necessary, carry out actions together in any European Union country.
+Civil rights group warns against travel to Missouri
+The National Association for the Advancement of Colored People (NAACP) has warned black people traveling to Missouri against discriminatory policies and racist attacks in the state.
+The group's statement reads: "A NAACP travel note issued for the state of Midsugar, which runs until August 28, 2017, invites all African-American travelers, visitors and Missourians to be particularly attentive and extremely careful as they move around the state, taking into account the entire suspicious racial events that have recently taken place across the state and are also mentioned here."
+The NAACP said the group urged the travel warning to issue both a recent Missouri law that makes it harder to win discrimination lawsuits and the fact that the state's law enforcement agencies target unequally largely minorities.
+"People's civil rights are being violated.
+They are pulled to the side of the road because of the color of their skin, beaten or killed," Rod Chapel, president of the Missouri branch of the NAACP, told The Kansas City Star.
+'We've never had so close complaints before.'
+It is the first such warning the organization has issued about the U.S. state.
+The group cited events such as racist insults at the University of Missouri and the death of Tory Sanders, a 28-year-old black man from Tennessee.
+Sanders died in suspicious circumstances earlier this year after he ran out of petrol while driving through the state and was taken into custody by Missouri police without being charged with a crime.
+In addition, the note points to a recent report by the Missouri Attorney General, which shows that in the state, black drivers are 75% more likely to be stopped than white people.
+"The alarm is designed to make people aware and warn their families, friends and co-workers about what could happen in Missouri," Chapel said.
+"People have to be prepared, whether it's taking bail money or informing relatives that they're going through the state," he said.
+According to the latest data from the FBI's hate crime reporting program, Missouri documented 100 hate crimes in 2015, putting the state 16th in the state's penetrating number of similar violations.
+The travel warning is also a response to Missouri's new law, which makes it difficult for the company to sue over discrimination in search of housing or work.
+The American Civil Liberties Union (American Civil Liberties Union) had previously issued travel notices for Texas and Arizona after those states passed immigration laws that required local authorities to arrest people for immigration violations because the ACLU said it would increase racial profiling.
+Typically, travel warnings are issued by the State Department for other countries, but recently interest groups have begun to use the measure as a counter-reaction to certain intra-U.S. laws and trends.
+Hepatitis: what would anyone know about different forms of this serious disease?
+Hepatitis, or liver inflammation, can be caused by five different - A, B, C, D and E viruses.
+All these viruses trigger acute inflammation of liver tissue.
+However, chronic hepatitis B and C, which can develop into cirrhosis of the liver, or liver wrinkles and liver cancer, is a poor cost.
+Moo Kutsar, an epidemiology adviser at the Department of Health, says acute hepatitis symptoms are the same for all types of liver inflammation - fever, fatigue, appetite, nasalty, vomiting, abdominal pain, smear excrement, dark urine, muscle and joint pain, and the yellowing of the skin and mucus.
+The popular name for liver inflammation also comes from the latest disease.
+In children, hepatitis can go without signs of disease.
+Different types of inflammation can only be determined on the basis of data from laboratory studies.
+Extreme hepatitis can switch to chronic hepatitis and run for decades without signs of disease, meaning a person may not know anything about their dangerous liver-damaging disease.
+Mr Kutsar points out different forms of hepatitis and describes their progress more closely.
+Hepatitis A viruses spread from sick people and infect us by eating contaminated food or drinking water, through sex, from the stools of an infected person to their hands and hands to their hands, surfaces, objects, mouths and drug use.
+Family members and carers of hepatitis infection, people with chronic liver disease, people having sex with infected people, men having sex with men, drug addicts, travelers visiting countries with hepatitis A high spread.
+Infectiousness can be prevented by vaccination, in particular for people travelling at risk of vaccination and at risk of hepatitis A.
+In addition, daily hygiene compliance is important: wash or disinfect your hands, wash all fruit and vegetables before using them for food.
+Hepatitis B viruses are spread when exposed to the blood of a sick person, injecting drugs, tattooing, hole-in-aged, blood-contaminated creatures (toothbrushes, squatting tools), donor blood, having sex with a hepatitis-chemist, hepatitis Cathedential person, and from a hepatitis-stricken mother to the foelicen/born.
+The risk group for hepatitis B infection includes injection drug addicts, sex partners of an infected person, men having sex with men, newborns of an infected mother, sick family members and carers, health, rescue workers and police officers exposed to blood and other bodily fluids, and travelers visiting countries with high hepatitis B.
+People can be vaccinated to prevent hepatitis B; in particular, people at risk have been recommended, as well as those with chronic liver disease, HIV infection, sexually transmitted diseases and diabetes.
+Other preventive measures for hepatitis B include: avoiding the use of foreign hygiene and manicure products, other sharpeners and needles, tattooing and hole-in-the-wall, and the use of condoms in the event of infectious sex or avoiding sexual risky behaviour.
+Vaccination against hepatitis B is part of the national immunisation scheme in Estonia and free for children.
+Hepatitis C viruses are spread when exposed to the blood of a sick person, injecting drugs, tattooing, skull, using blood-contaminated creatures, donor blood, having sex with a hepatitis-maker, and from hepatitis to mother to foetus/best.
+The risk group for hepatitis C infection includes injection drug addicts, sex partners of an infected person, men having sex with men, newborns of an infected mother, sick family members and carers, health, rescue workers and police officers exposed to blood and other bodily fluids, HIV infections, and travelers visiting countries with high hepatitis C.
+The prevention measure of hepatitis C is: avoiding the use of foreign hygiene and manicure products, other sharpeners and syringes and needles, tattooing and sniffing, and using condoms for condom-threatening sex.
+There is no vaccine against hepatitis C.
+Hepatitis D is caused by hepatitis D virus, which reproduces in the presence of hepatitis B virus.
+As a result, hepatitis D infection occurs in hepatitis B or as a super infection in chronic hepatitis B patients.
+Hepatitis D viruses are spread through contact with blood and other bodily fluids, with contaminated needles, sexually and rarely infected mothers to the fetus.
+Hepatitis D is a risk group for chronic hepatitis B virus carriers and people with no immunity against hepatitis B.
+An effective preventive measure is vaccination with the hepatitis B vaccine, which also protects people from infection with the hepatitis D virus.
+Hepatitis viruses spread through fetal-oral drinking water and food, including eating low-heated beef, fish and sea cucumbers, donor blood, joint-use syringes and infected mothers to fetus.
+Passengers may become infected in countries with hepatitis E high disease.
+Hepatitis prevention measures include meeting hygiene requirements: wash or disinfect your hands after going to the toilet, before cooking and eating, after caring for the sick.
+Wash fruit and vegetables before consumption, avoid eating low-heated beef, fish and seafood, drink only safe drinking water and avoid drug use.
+While rivals tried to sprint off the four-time Olympic champion in the final round, 34-year-old Farah found strength in the final round and won in 26.49.51.
+Farah didn't think long, pulling his wife Tania and children along the way with him after the finish.
+It was a special moment for me.
+I very much miss my family.
+Being on the track with them was wonderful," Farah told reporters.
+Farah is aiming for a fifth title race in London in a row with a golden duo of 5,000 and 10,000 metres.
+Anything is possible if you believe in it.
+Despite the title, Anne-Marie O'Connor's "Daam in Gold; Gustav Klimt's masterpiece, Adele Bloch-Bauer's Portrait Extraoral Story," delves much deeper into the origin story of one artwork from the birth story of one artwork to the cultural life of late 19th and early 20th-century Vienna.
+But even more in history.
+The awesome amount of information would perhaps have been worn out, perhaps a louder cut, a narrower subject that allowed the portrait allowed in the title to become more of an impact.
+Today, there would be two books on the same cover: the story of Gustav Klimt and his painting "Daam in Gold," Adele Bloch-Bauer, and a much larger and more comprehensive historical book about the esteemed Jewish families and the German occupation, along with its aftermath in Austria.
+The first third of the book leads to the cultural life of Vienna in the midst of a bustling Vienna, and who have entered the Austrian capital, you can imagine, without the slightest effort, how life went around Ringstrasse more than a hundred years ago, or how everyone turned their heads in the Central Cafe when Klimt stepped in.
+The concentration of cultural figures was high in one of Europe's richest cities, and when you see a familiar name in the book, you feel more cultured.
+At the same time, for example, the fact that Sigmund Freud operated in a city where incurable syphilis was rampant and was Europe's highest suicide rate, doesn't seem to add anything to the story's development.
+Or, perhaps, every pair of brushstrokes adds colours to the cultural life of the early 20th century in Vienna.
+The dream of a trip to the Soviet Union
+In the last decades of the 19th century, the number of Jews in Vienna had exploded, becoming the largest Jewish community in Western Europe.
+At the turn of the century, almost one in ten residents of Vienna was a Jew.
+Adele's parents were newcomers to Vienna, too, but by the time Adele married her two-time Open Czech sugar magnate Ferdinand Bloch and Klimt for her famous paintings, her father's bank had become the seventh-largest bank in the Habsburg empire.
+But Adelet didn't draw all the glamorous life to which she belonged.
+If you look at "Damid in gold," it's hard to believe that towards the end of her life, this great lady became infected with socialism and dreamed of a trip to the Soviet Union.
diff --git a/tests/decoder/intgemm/intgemm_16bit_sse2.avx512.expected.bleu b/tests/decoder/intgemm/intgemm_16bit_sse2.avx512.expected.bleu
new file mode 100644
index 0000000..325273e
--- /dev/null
+++ b/tests/decoder/intgemm/intgemm_16bit_sse2.avx512.expected.bleu
@@ -0,0 +1 @@
+BLEU+case.mixed+numrefs.1+smooth.exp+tok.13a+version.1.2.12 = 30.4 66.2/38.5/24.4/15.7 (BP = 0.967 ratio = 0.968 hyp_len = 2746 ref_len = 2838)
diff --git a/tests/decoder/intgemm/intgemm_8bit.avx.expected b/tests/decoder/intgemm/intgemm_8bit.avx.expected
new file mode 100644
index 0000000..fb4bb06
--- /dev/null
+++ b/tests/decoder/intgemm/intgemm_8bit.avx.expected
@@ -0,0 +1,100 @@
+Four members of the Kemerovo group detained in Estonia and Spain
+Slava Gulevich, the leader of the so-called Kemerovo group in the Estonian underworld, was detained by police in Spain, known in the criminal world as Slava Kemerovsky, according to the Post.
+Gulevich, who was detained in Spain, was arrested with court permission.
+Yesterday, the court also took custody of three suspects detained in Estonia.
+The suspects are members of the so-called Kemerovo Crime Society between the ages of 27 and 57, who are mainly responsible for drug offences.
+The alleged leader of a criminal association has been detained in Mijas, Malaga province.
+Three men were arrested on suspicion in Estonia, one of which is a leading figure in the criminal association, according to the data collected, and two are members of the criminal association.
+The data collected indicate that the roles and roles were clearly divided in the criminal community.
+The purpose of the criminal association's activities was to commit drug offences and thus generate criminal proceeds," said the head of pre-trial proceedings in the case, said Mr Verte, a state prosecutor.
+"We are not ruling out increasing the number of suspects in this criminal case," the prosecutor added.
+These are people who have been in the interest of law enforcement in the past, and some have been punished for drug offences.
+Verte stressed that cooperation with the Spanish counterparts had been important throughout the investigation.
+"International cooperation has become commonplace for us, and this week's operation shows the success of the cooperation," said prosecutor Verte.
+Ago Leis, head of the Metropolitan Police Service, said the arrests were preceded by a year-and-a-half probe.
+"In the first half of the long-running work, we have continued to have convictions for crimes in Estonia and Spain," he said.
+Leis added that federal police officers were assisting in the arrest in Spain.
+For years now, we have had good contact and understanding with the Spanish police and the Civil Guard.
+These arrests are yet another message to criminals that we can get them from the other end of Europe," Leis said.
+The information gathered so far clearly indicates that the men who have been arrested may continue to commit new crimes while at large, which is why the prosecution has requested their arrest and the court approved it.
+A man arrested in Spain is awaiting transfer to Estonia.
+Property, vehicles and cash have been seized to ensure confiscation.
+The pre-trial proceedings in the case are carried out by the Central Criminal Police Organised Crime Bureau and led by the Crown Prosecution Service.
+Slava Gulevich was found guilty of racketeering in 2005 by a district court in Tallinn and sentenced to five years in prison.
+In the middle of the last decade, Gulevich was considered the second most important man in the Estonian criminal world, after then-world leader Nikolai Tarankov.
+Gulevich, from Kemerovo, rose to prominence in the Estonian underworld in the early 1990s when he began to engage in extortion in Tallinn.
+He allegedly taxidermy and prostitutes operating at various hotels and demanded monthly rookies from businessmen.
+International joint operations, confiscations of criminal proceeds and court judgments that have come to terms confirm that the fight in the area of organised crime is effective.
+For example, the latest court rulings, eight defendants separated from the so-called Dikayev Criminal Association criminal case, who were ordered to receive a criminal offence of EUR 80,000, or a judgment against nine individuals in 2006 for Igor Aleynikov, which aimed at the illegal trade of cigarettes and committing crimes related to human trafficking in East Virginia and in southern Estonia.
+Confirl-based criminal income there is around 71,500 euros.
+What has been made in these criminal matters has been ensured by police officers exchanging information and prosecutors exchanging information and evidence with foreign colleagues on a daily basis and, if necessary, carrying out actions in any European Union country.
+Civil rights group warns against travel to Missouri
+The National Association for the Advancement of Colored People (NAACP) has warned black people travelling to Missouri against discriminatory policies and racist attacks in the state.
+The group's statement reads: "A NAACP travel note issued for the state of Midsugar, which runs until August 28, 2017, calls on all African-Americans, visitors and Missourians to be particularly attentive and extremely careful as they move around the state, taking into account the suspicious racial events that have occurred recently across the state."
+The NAACP said the group urged both the recent Missouri law to issue a travel warning, making it harder to win discrimination lawsuits, and the fact that the state's law enforcement officers target minorities in an unequal way.
+"People's civil rights are being violated.
+They are pulled to the edge of the road because of the color of their skin, beaten or killed," Rod Chapel, president of the Missouri branch of the NAACP, told The Kansas City Star.
+'We've never had so close complaints before.'
+This is the first such warning the organization has issued about the U.S. state.
+The group cited events such as racist insults at the University of Missouri and the death of Tory Sanders, a 28-year-old black man from Tennessee.
+Sanders died in suspicious circumstances earlier this year after he ran out of bench while driving through the state and was taken into custody by police in Missouri without being charged with a crime.
+In addition, the note cites a recent report by the Missouri Attorney General, which shows that in the state, black motorists are 75% more likely to stop cars than white people.
+"It's meant to make people aware and warn their families, friends and co-workers about what might happen in Missouri," Chapel said.
+"People have to be prepared, whether that means taking bail money or informing relatives that they are going through the state," he said.
+According to the latest data from the FBI's hate crime reporting program, Missouri documented 100 hate crimes in 2015, putting the state at 16th place in the state's number of similar violations.
+The travel warning is also a response to a new law in Missouri that makes it difficult for the company to sue for discrimination in the search for housing or work.
+The American Civil Liberties Union (American Civil Liberties Union) had previously issued travel notes for Texas and Arizona after those states passed immigration laws that required local authorities to arrest people for immigration violations because the ACLU said it would increase racial profiling.
+Typically, travel warnings are issued by the Department of Foreign Affairs for other countries, but recently interest groups have been using the measure as a countervisor to certain intra-U.S. laws and trends.
+Hepatitis: what would anyone know about different forms of this serious disease?
+Hepatitis, or liver inflammation, can be caused by five different - A, B, C, and E, hepatitis virus.
+All these viruses trigger acute inflammation of liver tissue.
+However, chronic hepatitis B and C have chronic hepatitis, which can develop into liver cirrhosis, or liver wrinkles and liver cancer, is a poor cost.
+Mood Kutsar, epidemiology adviser at the Department of Health, says acute hepatitis is the same for all types of liver inflammation - fever, fatigue, appetite, nausea, vomiting, stomach pain, glandular urine, muscular and joint pain, and the collar of the skin and mucus.
+The most recent disease also comes from the popular name for liver inflammation, colloquial.
+In children, hepatitis can go without signs of disease.
+Different types of inflammation can only be determined on the basis of data from a laboratory study.
+Extreme hepatitis can switch to chronic hepatitis and run for decades without signs of disease, meaning a person may not know anything about their dangerous liver-related disease.
+Mr Kutsar points out different forms of hepatitis and describes their progress more closely.
+Hepatitis A viruses spread from sick people and infect us by eating contaminated food or drinking water, through sex, from the stools of an infected person to their hands and from hands to food, surfaces, objects, mouths and drug use.
+The risk of hepatitis infection, or at-risk, family members and carers, people with chronic liver disease, people having sex with infected people, men having sex with men, drug addicts, travelers visiting countries with hepatitis A high spread.
+Infectiousness can be prevented by vaccination, in particular for people travelling at risk of vaccination for people travelling and at risk of hepatitis A.
+In addition, daily hygiene compliance is important: wash or disinfect all fruit and vegetables before using them for food.
+Hepatitis B viruses are spread when exposed to the blood of a sick person, injecting drugs, tattooing, hole-in-dural, blood-thinning creatures (toothbrushes, squatting tools), donor blood, having sex with a hepatitis-boy person, and from a hepatitis-stricken mother to foetal/born.
+The injection drug addicts, sex partners of an infected person, men having sex with men, newborns of infected mother, sick family members and caregivers, health, rescue workers and police officers exposed to blood and other bodily fluids, and travelers visiting countries with hepatitis B.
+It is possible to vaccinate people to prevent hepatitis B; in particular, people at risk have been recommended, as well as those with chronic liver disease, HIV infections, sexually transmitted diseases and diabetes.
+Other preventive measures for hepatitis B include: avoiding the use of foreign hygiene and manicure, other sharpeners and needles, tattooing and hole-in-the-wall, and the use of condoms in the event of infection-prone sex or avoiding sexual risk behaviour.
+Vaccination against hepatitis B is free for children in Estonia as part of the national immunisation scheme and for children.
+Hepatitis C viruses are spread when a sick person's blood is exposed to, injected with drugs, tattooing, hole-in-dust, using blood-contaminated creatures, donor blood, having sex with hepatitis, and having hepatitis from mother to foetal/born.
+The risk group for hepatitis C infection includes injection drug addicts, infected person sex partners, men having sex with men, newborns of an infected mother, sick family members and carers, health workers and police officers exposed to blood and other bodily fluids, and travelers visiting countries with high levels of hepatitis C.
+The prevention measure for hepatitis C is: avoiding the use of foreign hygiene and manicure, other sharpeners and needles, tattooing and holeing, and the use of condoms in the event of infection-prone sex.
+There is no vaccine against hepatitis.
+Hepatitis D is caused by a hepatitis D virus that reproduces in the presence of hepatitis B virus.
+As a result, hepatitis D infection occurs in hepatitis B or a superficial infection in chronic hepatitis B patients.
+Hepatitis D viruses are spread through contact with blood and other bodily fluids, their contaminated needles, sexually and from the rarely infected mother to the foetus.
+The risk group for hepatitis D is chronic hepatitis B virus carriers and people who do not have immunity against hepatitis B.
+An effective preventive measure is vaccination with the hepatitis B vaccine, which also protects people from infection with the hepatitis D virus.
+Hepatitis viruses are spread through fetal-oral teaspoon drinking water and food, including eating low-heated beef, fish and sea cucumbers, donor blood, commonly used syringes and infected mother to foetus.
+Passengers can become infected in countries with hepatitis E high disease.
+Preventive measures for hepatitis include hygiene compliance: wash or disinfect your hands after going to the toilet, before cooking and eating, after caring for the sick.
+Wash fruit and vegetables before consumption, avoid eating low-heated beef, fish and seafood, drink only safe drinking water and avoid drug use.
+While rivals tried to sprint off the four-time Olympic champion in the final round, 34-year-old Farah found strength in the final round and won in a time of 26.49.51.
+Farah didn't think long, pulling his wife Tania and the children along with her after the finish.
+It was a special moment for me.
+I greatly miss my family.
+Being on the track with them was wonderful," Farah told reporters.
+Farah is aiming for a fifth title race in a row in London with a 5,000 and 10,000 metre run golden duo.
+Anything is possible if you believe in it.
+Despite the title, Anne-Marie O'Connor's "Daam in Gold. Gustav Klimt's masterpiece, the extraordinary story of Adele Bloch-Bauer's portrait" delves much deeper into the origin story of one of the artworks from the birthplace of one of the arts in the late 19th and early 20th centuries of Vienna.
+But even more in history.
+The ensuing amount of information might have been worn out, a thinner subject that allowed the portrait allowed in the title to become more of an influence on the extraordinary story.
+There would be two books now on the same cover: the story of Adele Bloch-Bauer, depicted in her painting "Daam in Gold," and a much larger and comprehensive historical record of the esteemed Jewish family and the German occupation, along with its aftermath in Austria.
+The first third of the book leads to the cultural life of Vienna in the midst of a bustling Vienna, and who have themselves in the Austrian capital, can imagine, without the slightest effort, how life went around Ringstrasse more than a hundred years ago, or how everyone turned their heads in the Central Cafe when Klimt stepped in.
+The concentration of cultural figures was high in one of Europe's richest cities, and when you see the familiar name in the book, you feel like a more grammar.
+At the same time, for example, the fact that Sigmund Freud operated in a city where he was subjected to incurable syphilis and was the highest suicide rate in Europe seems to give nothing to the development of the story.
+Or, perhaps, every pair of brushstrokes adds colour to the cultural life of the early 20th century in Vienna.
+dream of a trip to the Soviet Union
+In the last decades of the 19th century, the number of Jews in Vienna had exploded, becoming the largest Jewish community in Western Europe.
+At the turn of the century, nearly one in ten of Vienna's residents were Jews.
+Adele's parents were also newcomers to Vienna, but by the time Adele married her two-time Open Czech sugar magnate Ferdinand Bloch and posed for Klimt for her famous paintings, her father's bank had become the seventh largest bank in the Habsburg empire.
+But Adelet didn't draw all the glamorous life to which she belonged.
+If you look at "Damid in Gold," it's hard to believe that, towards the end of her life, this great lady became infected with socialism and dreamed of a trip to the Soviet Union.
diff --git a/tests/decoder/intgemm/intgemm_8bit.avx.expected.bleu b/tests/decoder/intgemm/intgemm_8bit.avx.expected.bleu
new file mode 100644
index 0000000..3bf0303
--- /dev/null
+++ b/tests/decoder/intgemm/intgemm_8bit.avx.expected.bleu
@@ -0,0 +1 @@
+BLEU+case.mixed+numrefs.1+smooth.exp+tok.13a+version.1.2.12 = 29.8 65.5/38.1/24.1/15.0 (BP = 0.968 ratio = 0.969 hyp_len = 2749 ref_len = 2838)
diff --git a/tests/decoder/intgemm/intgemm_8bit.avx2.expected b/tests/decoder/intgemm/intgemm_8bit.avx2.expected
new file mode 100644
index 0000000..c0ed962
--- /dev/null
+++ b/tests/decoder/intgemm/intgemm_8bit.avx2.expected
@@ -0,0 +1,100 @@
+Four members of the Kemerovo group detained in Estonia and Spain
+According to the Post, police detained Slava Gulevich, the leader of the so-called Kemerovo group in Spain, known in the criminal world as Slava Kemerovsky.
+Gulevich, who was detained in Spain, was arrested with court permission.
+Yesterday, the court also took three suspects detained in custody in Estonia.
+The suspects are members of the so-called Kemerovo Criminal Society between the ages of 27 and 57, who are mainly responsible for drug offences.
+The alleged leader of a criminal association has been detained in Mijas, Malaga province, Spain.
+Three men were arrested on suspicion in Estonia, one of whom is a leading figure in the criminal association, according to the data collected, and two are members of the criminal association.
+The data collected indicate that the roles and roles were clearly divided in the criminal community.
+The purpose of the criminal association was to commit drug offences and thus generate criminal proceeds," said the head of pre-trial proceedings in the criminal case, Va. Verte, a state prosecutor.
+"We are not ruling out that the number of suspects in this criminal case will increase," the prosecutor added.
+These are people who have been in the interest of law enforcement in the past, and some have been punished for drug offences.
+Verte stressed that cooperation with Spanish counterparts had been important throughout the investigation.
+"International cooperation has become commonplace for us, and this week's operation shows the success of the cooperation," said prosecutor Verte.
+Ago Leis, head of the Central Criminal Police Service, said the arrests were preceded by a year-and-a-half probe.
+"In the first half of the year, the long-running work materialised and we have detained suspects of crimes in Estonia and Spain at the same time," he said.
+The inquest added that Central Criminal Police officers were assisting in the arrest in Spain.
+For years we have had good contact and understanding with the Spanish police and the Civil Guard.
+These arrests are another message to criminals that we can get them from the other end of Europe," Leis said.
+The information gathered so far clearly indicates that the men who have been charged may continue to commit new crimes while at large, which is why the prosecution has requested their arrest and the court approved it.
+A man arrested in Spain is awaiting transfer to Estonia.
+Property, vehicles and cash have been seized as part of this criminal case to ensure confiscation.
+The pre-trial proceedings in the case are carried out by the Central Criminal Police Organised Crime Bureau and led by the Crown Prosecution Service.
+Slava Gulevich was convicted of extortion and sentenced to five years in prison by a district court in Tallinn.
+In the middle of last decade, Gulevich was considered the second most important man in the Estonian criminal world after Nikolai Tarankov, then an underworld leader.
+Gulevich, from Kemerovo, rose to prominence in the Estonian underworld in the early 1990s when he began to engage in extortion in Tallinn.
+He allegedly taxiderned taxi drivers and prostitutes operating at various hotels and charged businessmen with monthly rookie fees.
+International joint operations, confiscation of criminal proceeds and court rulings that have come into force confirm that the fight against organised crime is effective.
+For example, the latest court rulings, eight defendants from the so-called Dikayev Criminal Association criminal case who were ordered to have their criminal proceeds of EUR 80,000, or the judgment against nine persons, that Igor Aleynikov created a criminal association in 2006 aimed at the illegal trade of cigarettes and committing crimes related to human trafficking in East Virginia and in southern Estonia.
+Confidential criminal income there is around EUR 71,500.
+Success in these criminal matters has ensured that police officers exchange information and prosecutors with foreign colleagues every day and carry out actions together in any European Union country if necessary.
+Civil rights group warns against travel to Missouri
+The National Association for the Advancement of Colored People (NAACP) has warned black people travelling to Missouri against discriminatory policies and racist attacks in the state.
+The group said: "An NAACP travel note issued for the state of Mussuri, which runs until August 28, 2017, calls on all African-Americans, visitors and Missouriers to be particularly vigilant and extremely careful as they move around the state, taking into account the suspicious racially-based events that have recently taken place across the state."
+The NAACP said the group urged both the recent Missouri law to issue a travel warning, making it harder to win discrimination lawsuits, and the fact that the state's law enforcement officers target minorities in an unequal way.
+"People's civil rights are violated.
+They are pulled onto the side of the road because of the color of their skin, beaten or killed," Rod Chapel, president of the Missouri branch of the NAACP, told The Kansas City Star.
+"We've never had so close complaints before," he said.
+It is the first such warning the organization has issued to the U.S. state.
+The group cited events such as racist insults at the University of Missouri and the death of Tory Sanders, a 28-year-old black man from Tennessee.
+Sanders died in suspicious circumstances earlier this year after he ran out of petrol while driving through the state and was taken into custody by Missouri police without being charged with a crime.
+In addition, the note points to a recent report by the Missouri Attorney General, which shows that in the state, black motorists are 75% more likely to stop cars than white people.
+"It's meant to make people aware and warn their families, friends and co-workers about what might happen in Missouri," Chapel said.
+"People have to be prepared, whether it means taking bail money or informing relatives that they are going through the state," he said.
+According to the latest data from the FBI's hate crime reporting program, Missouris documented 100 hate crimes in 2015, putting the state ranked 16th in the state's number of similar violations.
+The travel warning is also in response to a new law in Missouri that makes it difficult for the company to sue over discrimination in search of housing or work.
+The American Civil Liberties Union (American Civil Liberties Union) had previously issued travel briefings on Texas and Arizona after those states passed immigration laws that required local authorities to arrest people for immigration violations because the ACLU said it would increase racial profiling.
+Typically, travel warnings are issued by the State Department for other countries, but recently interest groups have begun to use the measure as a counter-reaction to certain internal US laws and trends.
+Hepatitis: what would anyone know about different forms of this serious disease?
+Hepatitis, or liver inflammation, can be caused by five different - A, B, C, D and E.
+All these viruses trigger acute inflammation of liver tissue.
+However, it is chronic hepatitis B and C, which can develop into liver cirrhosis, or liver wrinkles and liver cancer, at a bad-temperature cost.
+Moothodology adviser to the NHS says the symptoms of acute hepatitis are the same for all types of liver inflammation - fever, fatigue, plantation, nausea, vomiting, abdominal pain, faint excision, dark urine, muscle and joint pain, and the collar of the skin and muscular.
+The most recent disease also comes from the popular name of liver inflammation.
+In children, hepatitis can go without signs of disease.
+Different types of inflammation can only be determined based on data from a laboratory study.
+Extreme hepatitis can switch to chronic hepatitis and can go on for decades without signs of disease, meaning a person may not know anything about their dangerous liver-related disease.
+Mr Kutsar points out different forms of hepatitis and describes their progress in more detail.
+Hepatitis A viruses spread from sick people and infect us by eating contaminated food or drinking water, through sex, from the stools of an infected person to their hands and from their hands to their arms, surfaces, objects, mouths and drug use.
+Family members and carers of hepatitis infection, known as risk-averse disease, people with chronic liver disease, people having sex with infected men, men who have sex with men, drug addicts, travelers visiting countries with high hepatitis A.
+Infectiousness can be prevented by vaccination, in particular, vaccination for people travelling and at risk of hepatitis A.
+In addition, daily hygiene compliance is important: wash or disinfect your hands before using all fruits and vegetables.
+Hepatitis B viruses are spread when exposed to the blood of a sick person, injecting drugs, tattooing, hole-in-armed, using blood-contaminated creatures (toothbrushes, squatting), donor blood, having sex with a hepatitis-dombled person, and having hepatitis from mother to foetus/born.
+The injection drug addicts, sex partners of an infected person, men who have sex with men, newborns of an infected mother, sick family members and carers, health, rescue workers and police officers exposed to blood and other bodily fluids, and travelers visiting countries with hepatitis B.
+It is possible to vaccinate people in order to prevent hepatitis B; in particular, people at risk have been recommended, as well as those with chronic liver disease, HIV infections, sexually transmitted diseases and diabetes.
+Other preventive measures for hepatitis B include: a refrain from using alien hygiene and manicure products, other sharpeners and syringes, tattooing and holeing, and using a condom in cases of infection-prone sex or avoiding sexual risk behaviour.
+Vaccination against hepatitis B is free of charge for the national immunisation scheme in Estonia and for children.
+Hepatitis C viruses are spread when exposed to the blood of a sick person, injecting drugs, tattooing, hole-in-dural, using blood-soaked creatures, donor blood, having sex with hepatitis a person, and from hepatitis to the mother to the foetus/naive.
+The risk of hepatitis C infection includes injection drug addicts, infected human sex partners, men having sex with men, newborns of an infected mother, sick family members and carers, health, rescue workers and police officers exposed to blood and other bodily fluids, HIV-infected individuals, and travelers visiting countries with high levels of hepatitis C.
+The prevention measure for hepatitis C is: a refrain from using foreign hygiene and manicured equipment, other sharpeners and syringe-infections, tattooing and sniffing, and condom use in the case of infection-prone sex.
+There is no vaccine against hepatitis C.
+Hepatitis D is caused by a hepatitis D virus that reproduces in the presence of hepatitis B virus.
+As a result, hepatitis D infection is found in combination with hepatitis B or a super infection in chronic hepatitis B patients.
+Hepatitis D viruses are spread through contact with blood and other bodily fluids, with contaminated syringes, sexually and from a rarely infected mother to the foetus.
+The risk group for hepatitis D is chronic hepatitis B virus carriers and people who do not have immunity against hepatitis B.
+An effective preventive measure is vaccination with the hepatitis B vaccine, which also protects people from infection with the hepatitis D virus.
+Hepatitis viruses spread fetal-oral tea with drinking water and food, including eating low-heated beef, fish and sea cucumbers, donor blood, commonly used syringes and infected mother to foetus.
+Passengers may be infected in countries with hepatitis E high disease.
+Hepatitis prevention measures include meeting hygiene requirements: wash or disinfect your hands after going to the toilet, before cooking and eating, after caring for the sick.
+Wash fruit and vegetables before consumption, avoid eating low-heated beef, fish and seafood, only drink safe drinking water and avoid drug use.
+While rivals tried to squeeze the four-time Olympic champion off course in the final round, 34-year-old Farah found strength in the final round and won in a time of 26.49.51.
+Farah didn't think long, pulling his wife Tania and the children along with him after the finish.
+It was a special moment for me.
+I greatly miss my family.
+Being on the track with them was "weird," Farah told reporters.
+Farah is aiming for a fifth title race in London in a row with a golden duo of 5,000 and 10,000 metres.
+Anything is possible if you believe in it.
+Despite the title, Anne-Marie O'Connor's "Daam in Gold. Gustav Klimt's masterpiece, the extraordinary story of Adele Bloch-Bauer's portrait" delves much deeper into the origin story of one art work from the birth story of the late 19th and early 20th centuries of Vienna.
+But even more in history.
+The awesome amount of information would perhaps have worn off, a thinner subject, a narrower subject allowed to have had more influence on the extraordinary story of the portrait allowed in the title.
+There would be two books in one of the covers: the story of Adele Bloch-Bauer, depicted in her painting "Daam in Gold," and a far larger and more comprehensive historical account of the esteemed Jewish families and the German occupation, along with its after-effects in Austria.
+The first third of the book leads to the cultural life of Vienna in the midst of a bustling Vienna, and whoever has themselves in the Austrian capital, one can imagine how life went around Ringstrasse more than a hundred years ago, or how everyone turned their heads in the Central Cafe when Klimt stepped in.
+The concentration of cultural figures was high in one of Europe's richest cities, and when you see a familiar name in the book, you feel like a more gamble.
+At the same time, for example, the fact that Sigmund Freud acted in a city where incurable syphilis was rampant and had the highest suicide rate in Europe is not going to add anything to the development of the story.
+Or perhaps, every pair of brushstrokes adds colour to the cultural life of the early 20th century in Vienna.
+A dream of a trip to the Soviet Union
+In the last decades of the 19th century, the number of Jews in Vienna had exploded, becoming the largest Jewish community in Western Europe.
+At the turn of the century, almost one in ten of Vienna's residents were Jews.
+Adele's parents were also newcomers to Vienna, but by the time Adele married her two-time Open Czech sugar magnate Ferdinand Bloch and Klimt for her famous paintings, her father's bank had already become the seventh-largest bank in the Habsburg empire.
+But Adelet didn't pull the whole glamorous life to which she belonged.
+If you look at "Damid in gold," it's hard to believe that, towards the end of life, this great lady became infected with socialism and dreamed of a trip to the Soviet Union.
diff --git a/tests/decoder/intgemm/intgemm_8bit.avx2.expected.bleu b/tests/decoder/intgemm/intgemm_8bit.avx2.expected.bleu
new file mode 100644
index 0000000..e43c064
--- /dev/null
+++ b/tests/decoder/intgemm/intgemm_8bit.avx2.expected.bleu
@@ -0,0 +1 @@
+BLEU+case.mixed+numrefs.1+smooth.exp+tok.13a+version.1.2.12 = 30.4 66.6/38.7/24.4/15.7 (BP = 0.964 ratio = 0.965 hyp_len = 2738 ref_len = 2838)
diff --git a/tests/decoder/intgemm/intgemm_8bit.avx512.expected b/tests/decoder/intgemm/intgemm_8bit.avx512.expected
new file mode 100644
index 0000000..d427258
--- /dev/null
+++ b/tests/decoder/intgemm/intgemm_8bit.avx512.expected
@@ -0,0 +1,100 @@
+Four members of the Kemerovo group detained in Estonia and Spain
+According to the Post, police detained Slava Gulevich, the leader of the so-called Kemerovo group operating in Spain, known in the criminal world as Slava Kemerovsky.
+Gulevich, who was detained in Spain, was arrested with court permission.
+Yesterday, the court also took three suspects detained in custody in Estonia.
+The suspects are members of the so-called Kemerovo Crime Society between the ages of 27 and 57, who are mainly responsible for drug offences.
+The alleged leader of a criminal association has been detained in Mijas, Malaga province, Spain.
+Three men were arrested on suspicion of suspects in Estonia, one of whom is a leading figure in the criminal association, according to the data collected, and two are members of the criminal association.
+The data collected indicate that the roles and roles were clearly divided in the criminal community.
+The purpose of the criminal association's activities was to commit drug offences and thus generate criminal proceeds," said the head of pre-trial proceedings in the criminal case, Va. Verte, a state prosecutor.
+"We are not ruling out that the number of suspects in this case will increase," the prosecutor added.
+These are people who have been in the interest of law enforcement in the past, and some have been punished for drug offences.
+Verte stressed that cooperation with its Spanish counterparts had been important throughout the investigation.
+"International cooperation has become commonplace for us, and this week's operation shows the success of the cooperation," said prosecutor Verte.
+Ago Leis, head of the Central Criminal Police Service, said the arrests were preceded by a year-and-a-half probe.
+"In the first half of the year, the long-running work materialised and we have arrested those suspected of crimes in Estonia and Spain at the same time," he said.
+The inquest added that Central Criminal Police officers were instrumental in detention in Spain.
+For years we have had good contact and understanding with the Spanish police and the Civil Guard.
+These arrests are another message to criminals that we will get them from the other end of Europe," Leis said.
+The information gathered so far clearly indicates that the men who have been charged may continue to commit new crimes while at large, which is why the prosecution has requested their arrest and the court approved it.
+A man arrested in Spain is awaiting transfer to Estonia.
+Property, vehicles and cash have been seized to ensure confiscation.
+The pre-trial proceedings in the case are carried out by the Central Criminal Police Organised Crime Bureau and led by the Crown Prosecution Service.
+Slava Gulevich was convicted of extortion and sentenced to five years in prison by a district court in Tallinn.
+In the middle of last decade, Gulevich was considered the second most important man in the Estonian criminal world after then underworld leader Nikolai Tarankov.
+Gulevich, from Kemerovo, rose to prominence in the Estonian underworld in the early 1990s when he began to engage in extortion in Tallinn.
+He allegedly taxiderned taxi drivers and prostitutes operating at various hotels and charged businessmen with monthly rookie fees.
+International joint operations, confiscation of criminal proceeds and court rulings that have come into force confirm that the fight in the area of organised crime is effective.
+For example, the latest court rulings, eight defendants from the so-called Dikayev Criminal Association criminal case who were ordered to have their criminal proceeds of EUR 80,000, or the judgment against nine individuals, that Igor Aleynikov created a criminal association in 2006 aimed at the illegal trade of cigarettes and committing crimes related to human trafficking in East Virginia and the South of Estonia.
+Confidential criminal proceeds there are nearly 71,500 euros.
+In these criminal matters, it has ensured that police officers exchange information and prosecutors with foreign colleagues on a daily basis and, if necessary, carry out actions in any European Union country together.
+Civil rights group warns against travel to Missouri
+The National Association for the Advancement of Colored People (NAACP) has warned black people travelling to Missouri against discriminatory policies and racist attacks in the state.
+The group's statement reads: "A NAACP travel note issued for the state of Mussuri, which runs until August 28, 2017, calls on all African-Americans, visitors and Missourians to be particularly vigilant and extremely careful as they move around the state, taking into account the suspicious racially-based events that have occurred recently across the state."
+The NAACP said the group urged both the recent Missouri law to issue a travel warning, making it harder to win discrimination lawsuits, and the fact that the state's law enforcement officers target minorities in an unequal way.
+"People's civil rights are violated.
+They are pulled onto the side of the road because of the color of their skin, beaten or killed," Rod Chapel, president of the Missouri branch of the NAACP, told The Kansas City Star.
+'We've never had so close complaints before.'
+It is the first such warning the organization has issued to the U.S. state.
+The group cited events such as racist insults at the University of Missouri and the death of a 28-year-old black Tory Sanders from Tennessee.
+Sanders died in suspicious circumstances earlier this year after he ran out of petrol while driving through the state and was taken into custody by Missouri police without being charged with a crime.
+In addition, the note points to a recent report by the Missouri Attorney General, which shows that in the state, black drivers are 75% more likely to be stopped than those of whites.
+"It's meant to make people aware and warn their families, friends and co-workers about what might happen in Missouri," Chapel said.
+"People have to be prepared, whether it means taking bail money or informing relatives that they are going through the state," he said.
+According to the latest data from the FBI's hate crime reporting program, Missouris documented 100 hate crimes in 2015, putting the state 16th in the state's penetrating number in terms of similar violations.
+The travel warning is also a response to a new law in Missouri that makes it difficult for the company to sue for discrimination in the search for housing or work.
+The American Civil Liberties Union (American Civil Liberties Union) had previously issued travel notes against Texas and Arizona after those states passed immigration laws that required local authorities to arrest people for immigration violations because the ACLU said it would increase racial profiling.
+Typically, travel warnings are issued by the State Department for other countries, but recently interest groups have begun to use the measure as a counter-reaction to certain intra-U.S. laws and trends.
+Hepatitis: what would anyone know about different forms of this serious disease?
+Hepatitis, or liver inflammation, can be caused by five different - A, B, C, and E, hepatitis virus.
+All these viruses trigger acute inflammation of liver tissue.
+However, chronic hepatitis B and C have chronic hepatitis, which can continue to develop into liver cirrhosis, or liver wrinkles and liver cancer, has a negative cost.
+Mooth Kutsar, an epidemiology adviser to the NHS, says acute hepatitis is the same for all types of liver inflammation - fever, fatigue, planting, nausea, vomiting, abdominal pain, faint excitement, dark urine, muscular and joint pain, and the collarbone of the skin and mucus.
+The most recent disease also comes from the popular name for liver inflammation.
+In children, hepatitis can go without signs of disease.
+Different types of inflammation can only be determined based on data from a laboratory study.
+Extreme hepatitis can switch to chronic hepatitis and can go on for decades without signs of disease, which means a person may not know anything about their dangerous liver-disruptive disease.
+Mr Kutsar points out different forms of hepatitis and describes their progress in more detail.
+Hepatitis A virus spreads from sick people and infects us by eating contaminated food or drinking water, through sex, from the stool of an infected person to our hands and hands to food, surfaces, objects, mouthfuls and drug use.
+Family members and carers of hepatitis infection, known as risk-averse disease, people with chronic liver disease, people having sex with infected men, men who have sex with men, drug addicts, travelers visiting countries with high hepatitis A high spread.
+Infectiousness can be prevented by vaccination, in particular recommended vaccination for people travelling at risk of a large number of people travelling and at risk of hepatitis A.
+In addition, daily hygiene compliance is important: wash or disinfect all fruit and vegetables before using them for food.
+Hepatitis B viruses are spread when exposed to the blood of a sick person, injecting drugs, tattooing, hole-in-armed, blood-contaminated creatures (toothbrushes, squatting tools), having children with donor blood, having sex with a hepatitis-boy person, and having hepatitis from mother to foetal/born.
+The injection drug addicts, sex partners of infected people, men having sex with men, newborns of infected mother, sick family members and carers, health, rescue workers and police officers exposed to blood and other bodily fluids, and travelers visiting countries with high hepatitis B disease.
+People can be vaccinated to prevent hepatitis B; in particular, people at risk of being vaccinated, as well as those with chronic liver disease, HIV infection, sexually transmitted diseases and diabetes, are recommended.
+Other preventive measures for hepatitis B include: avoiding the use of alien hygiene and manicure, other sharpeners and syringes and needles, tattooing and sniffing, and the use of condoms in cases of infection-prone sex or avoiding sexual risk behaviour.
+Vaccination against hepatitis B is free of charge for the national immunisation scheme in Estonia and for children.
+Hepatitis C viruses are spread when exposed to the blood of a sick person, injecting drugs, tattooing, hole-in-cheek, using blood-contaminated creatures, donor blood, having sex with hepatitis a person, and from hepatitis to the mother to the foetus/naive.
+The risk of hepatitis C infection includes injection drug addicts, infected human sex partners, men having sex with men, infected mother's newborns, sick family members and caregivers, health workers and police officers exposed to blood and other bodily fluids, HIV-infected individuals, and travelers visiting countries with high levels of hepatitis C.
+The prevention measure for hepatitis C is: avoiding the use of foreign hygiene and manicure, other sharpeners and syringe-indulgence, tattooing and sniffing, and condom use for condom-threatention-threatening sex.
+There is no vaccine against hepatitis C.
+Hepatitis D is caused by a hepatitis D virus that reproduces in the presence of hepatitis B virus.
+As a result, hepatitis D infection occurs in hepatitis B or a super infection in chronic hepatitis B patients.
+Hepatitis D viruses are spread through contact with blood and other bodily fluids, with contaminated needles, sexually transmitted and from a rarely infected mother to the foetus.
+The risk group for hepatitis D is chronic hepatitis B virus carriers and people who do not have immunity against hepatitis B.
+An effective preventive measure is vaccination with the hepatitis B vaccine, which also protects people from infection with the hepatitis D virus.
+Hepatitis viruses spread through fetal orbald tea with drinking water and food, including eating low-heated beef, fish and sea cucumbers, donor blood, commonly used syringes and infected mother to foetus.
+Passengers may be infected in countries with hepatitis E high disease.
+Hepatitis prevention measures include meeting hygiene requirements: wash or disinfect hands after going to the toilet, before cooking and eating, after caring for the sick.
+Wash fruit and vegetables before consumption, avoid eating low-heated beef, fish and seafood, only drink safe drinking water and avoid drug use.
+While rivals tried to squeeze the four-time Olympic champion off the track in the final round, 34-year-old Farah found strength in the final round and won in a time of 26.49.51.
+Farah didn't think long, pulling his wife Tania and the children along with him after the finish.
+It was a special moment for me.
+I greatly miss my family.
+Being on the track with them was wonderful," Farah told reporters.
+Farah is aiming for a fifth title race in a row in London with a golden duo of the 5,000 and 10,000 metres.
+Anything is possible if you believe in it.
+Despite the title, Anne-Marie O'Connor's "Daam in Gold. Gustav Klimt's masterpiece, the extraordinary story of Adele Bloch-Bauer's portrait" delves much deeper into the origin story of one art work from the birth story of the late 19th and early 20th-century Vienna.
+But even more in history.
+The horrible amount of information would perhaps have worn off, perhaps a louder cut, a narrower subject allowed to have the extraordinary story of the portrait allowed in the title to become more of an influence.
+There would be two books in the same box: the story of Adele Bloch-Bauer, portrayed in her painting "Daam in Gold," and a far larger and comprehensive historical record of respectable Jewish families and German occupation, along with its after-effects in Austria.
+The first third of the book leads to the scorched-earth Vienna cultural life, and who have themselves in the Austrian capital, one can imagine, without the slight effort, how life went around Ringstrasse more than a hundred years ago, or how everyone turned their heads in the Central Cafe when Klimt stepped in.
+The concentration of cultural figures was high in one of Europe's richest cities, and when you see a familiar name in the book, you feel like a more grammar.
+At the same time, for example, the fact that Sigmund Freud operated in a city where he was subjected to incurable syphilis and was Europe's highest suicide rate does nothing more about the development of the story.
+Or perhaps, anyway, each pair of brushstrokes adds colour to the cultural life of the early 20th century in Vienna.
+A dream of a trip to the Soviet Union
+In the last decades of the 19th century, the number of Jews in Vienna had exploded, becoming the largest Jewish community in Western Europe.
+At the turn of the century, almost one in ten of Vienna's residents were Jews.
+Adele's parents were also newcomers to Vienna, but by the time Adele married her two-time Open Czech sugar magnate Ferdinand Blach and Klimt for her famous paintings, her father had already become the seventh-largest bank in the Habsburg empire.
+But Adelet didn't pull the whole glamorous life to which she belonged.
+Looking at "Damid in gold," it's hard to believe that, towards the end of his life, this great lady became infected with socialism and dreamed of a trip to the Soviet Union.
diff --git a/tests/decoder/intgemm/intgemm_8bit.avx512.expected.bleu b/tests/decoder/intgemm/intgemm_8bit.avx512.expected.bleu
new file mode 100644
index 0000000..d3a6235
--- /dev/null
+++ b/tests/decoder/intgemm/intgemm_8bit.avx512.expected.bleu
@@ -0,0 +1 @@
+BLEU+case.mixed+numrefs.1+smooth.exp+tok.13a+version.1.2.12 = 29.5 65.6/37.6/23.5/14.9 (BP = 0.968 ratio = 0.968 hyp_len = 2748 ref_len = 2838)
diff --git a/tests/decoder/intgemm/intgemm_8bit_avx2.avx2.expected b/tests/decoder/intgemm/intgemm_8bit_avx2.avx2.expected
new file mode 100644
index 0000000..c0ed962
--- /dev/null
+++ b/tests/decoder/intgemm/intgemm_8bit_avx2.avx2.expected
@@ -0,0 +1,100 @@
+Four members of the Kemerovo group detained in Estonia and Spain
+According to the Post, police detained Slava Gulevich, the leader of the so-called Kemerovo group in Spain, known in the criminal world as Slava Kemerovsky.
+Gulevich, who was detained in Spain, was arrested with court permission.
+Yesterday, the court also took three suspects detained in custody in Estonia.
+The suspects are members of the so-called Kemerovo Criminal Society between the ages of 27 and 57, who are mainly responsible for drug offences.
+The alleged leader of a criminal association has been detained in Mijas, Malaga province, Spain.
+Three men were arrested on suspicion in Estonia, one of whom is a leading figure in the criminal association, according to the data collected, and two are members of the criminal association.
+The data collected indicate that the roles and roles were clearly divided in the criminal community.
+The purpose of the criminal association was to commit drug offences and thus generate criminal proceeds," said the head of pre-trial proceedings in the criminal case, Va. Verte, a state prosecutor.
+"We are not ruling out that the number of suspects in this criminal case will increase," the prosecutor added.
+These are people who have been in the interest of law enforcement in the past, and some have been punished for drug offences.
+Verte stressed that cooperation with Spanish counterparts had been important throughout the investigation.
+"International cooperation has become commonplace for us, and this week's operation shows the success of the cooperation," said prosecutor Verte.
+Ago Leis, head of the Central Criminal Police Service, said the arrests were preceded by a year-and-a-half probe.
+"In the first half of the year, the long-running work materialised and we have detained suspects of crimes in Estonia and Spain at the same time," he said.
+The inquest added that Central Criminal Police officers were assisting in the arrest in Spain.
+For years we have had good contact and understanding with the Spanish police and the Civil Guard.
+These arrests are another message to criminals that we can get them from the other end of Europe," Leis said.
+The information gathered so far clearly indicates that the men who have been charged may continue to commit new crimes while at large, which is why the prosecution has requested their arrest and the court approved it.
+A man arrested in Spain is awaiting transfer to Estonia.
+Property, vehicles and cash have been seized as part of this criminal case to ensure confiscation.
+The pre-trial proceedings in the case are carried out by the Central Criminal Police Organised Crime Bureau and led by the Crown Prosecution Service.
+Slava Gulevich was convicted of extortion and sentenced to five years in prison by a district court in Tallinn.
+In the middle of last decade, Gulevich was considered the second most important man in the Estonian criminal world after Nikolai Tarankov, then an underworld leader.
+Gulevich, from Kemerovo, rose to prominence in the Estonian underworld in the early 1990s when he began to engage in extortion in Tallinn.
+He allegedly taxiderned taxi drivers and prostitutes operating at various hotels and charged businessmen with monthly rookie fees.
+International joint operations, confiscation of criminal proceeds and court rulings that have come into force confirm that the fight against organised crime is effective.
+For example, the latest court rulings, eight defendants from the so-called Dikayev Criminal Association criminal case who were ordered to have their criminal proceeds of EUR 80,000, or the judgment against nine persons, that Igor Aleynikov created a criminal association in 2006 aimed at the illegal trade of cigarettes and committing crimes related to human trafficking in East Virginia and in southern Estonia.
+Confidential criminal income there is around EUR 71,500.
+Success in these criminal matters has ensured that police officers exchange information and prosecutors with foreign colleagues every day and carry out actions together in any European Union country if necessary.
+Civil rights group warns against travel to Missouri
+The National Association for the Advancement of Colored People (NAACP) has warned black people travelling to Missouri against discriminatory policies and racist attacks in the state.
+The group said: "An NAACP travel note issued for the state of Mussuri, which runs until August 28, 2017, calls on all African-Americans, visitors and Missouriers to be particularly vigilant and extremely careful as they move around the state, taking into account the suspicious racially-based events that have recently taken place across the state."
+The NAACP said the group urged both the recent Missouri law to issue a travel warning, making it harder to win discrimination lawsuits, and the fact that the state's law enforcement officers target minorities in an unequal way.
+"People's civil rights are violated.
+They are pulled onto the side of the road because of the color of their skin, beaten or killed," Rod Chapel, president of the Missouri branch of the NAACP, told The Kansas City Star.
+"We've never had so close complaints before," he said.
+It is the first such warning the organization has issued to the U.S. state.
+The group cited events such as racist insults at the University of Missouri and the death of Tory Sanders, a 28-year-old black man from Tennessee.
+Sanders died in suspicious circumstances earlier this year after he ran out of petrol while driving through the state and was taken into custody by Missouri police without being charged with a crime.
+In addition, the note points to a recent report by the Missouri Attorney General, which shows that in the state, black motorists are 75% more likely to stop cars than white people.
+"It's meant to make people aware and warn their families, friends and co-workers about what might happen in Missouri," Chapel said.
+"People have to be prepared, whether it means taking bail money or informing relatives that they are going through the state," he said.
+According to the latest data from the FBI's hate crime reporting program, Missouris documented 100 hate crimes in 2015, putting the state ranked 16th in the state's number of similar violations.
+The travel warning is also in response to a new law in Missouri that makes it difficult for the company to sue over discrimination in search of housing or work.
+The American Civil Liberties Union (American Civil Liberties Union) had previously issued travel briefings on Texas and Arizona after those states passed immigration laws that required local authorities to arrest people for immigration violations because the ACLU said it would increase racial profiling.
+Typically, travel warnings are issued by the State Department for other countries, but recently interest groups have begun to use the measure as a counter-reaction to certain internal US laws and trends.
+Hepatitis: what would anyone know about different forms of this serious disease?
+Hepatitis, or liver inflammation, can be caused by five different - A, B, C, D and E.
+All these viruses trigger acute inflammation of liver tissue.
+However, it is chronic hepatitis B and C, which can develop into liver cirrhosis, or liver wrinkles and liver cancer, at a bad-temperature cost.
+Moothodology adviser to the NHS says the symptoms of acute hepatitis are the same for all types of liver inflammation - fever, fatigue, plantation, nausea, vomiting, abdominal pain, faint excision, dark urine, muscle and joint pain, and the collar of the skin and muscular.
+The most recent disease also comes from the popular name of liver inflammation.
+In children, hepatitis can go without signs of disease.
+Different types of inflammation can only be determined based on data from a laboratory study.
+Extreme hepatitis can switch to chronic hepatitis and can go on for decades without signs of disease, meaning a person may not know anything about their dangerous liver-related disease.
+Mr Kutsar points out different forms of hepatitis and describes their progress in more detail.
+Hepatitis A viruses spread from sick people and infect us by eating contaminated food or drinking water, through sex, from the stools of an infected person to their hands and from their hands to their arms, surfaces, objects, mouths and drug use.
+Family members and carers of hepatitis infection, known as risk-averse disease, people with chronic liver disease, people having sex with infected men, men who have sex with men, drug addicts, travelers visiting countries with high hepatitis A.
+Infectiousness can be prevented by vaccination, in particular, vaccination for people travelling and at risk of hepatitis A.
+In addition, daily hygiene compliance is important: wash or disinfect your hands before using all fruits and vegetables.
+Hepatitis B viruses are spread when exposed to the blood of a sick person, injecting drugs, tattooing, hole-in-armed, using blood-contaminated creatures (toothbrushes, squatting), donor blood, having sex with a hepatitis-dombled person, and having hepatitis from mother to foetus/born.
+The injection drug addicts, sex partners of an infected person, men who have sex with men, newborns of an infected mother, sick family members and carers, health, rescue workers and police officers exposed to blood and other bodily fluids, and travelers visiting countries with hepatitis B.
+It is possible to vaccinate people in order to prevent hepatitis B; in particular, people at risk have been recommended, as well as those with chronic liver disease, HIV infections, sexually transmitted diseases and diabetes.
+Other preventive measures for hepatitis B include: a refrain from using alien hygiene and manicure products, other sharpeners and syringes, tattooing and holeing, and using a condom in cases of infection-prone sex or avoiding sexual risk behaviour.
+Vaccination against hepatitis B is free of charge for the national immunisation scheme in Estonia and for children.
+Hepatitis C viruses are spread when exposed to the blood of a sick person, injecting drugs, tattooing, hole-in-dural, using blood-soaked creatures, donor blood, having sex with hepatitis a person, and from hepatitis to the mother to the foetus/naive.
+The risk of hepatitis C infection includes injection drug addicts, infected human sex partners, men having sex with men, newborns of an infected mother, sick family members and carers, health, rescue workers and police officers exposed to blood and other bodily fluids, HIV-infected individuals, and travelers visiting countries with high levels of hepatitis C.
+The prevention measure for hepatitis C is: a refrain from using foreign hygiene and manicured equipment, other sharpeners and syringe-infections, tattooing and sniffing, and condom use in the case of infection-prone sex.
+There is no vaccine against hepatitis C.
+Hepatitis D is caused by a hepatitis D virus that reproduces in the presence of hepatitis B virus.
+As a result, hepatitis D infection is found in combination with hepatitis B or a super infection in chronic hepatitis B patients.
+Hepatitis D viruses are spread through contact with blood and other bodily fluids, with contaminated syringes, sexually and from a rarely infected mother to the foetus.
+The risk group for hepatitis D is chronic hepatitis B virus carriers and people who do not have immunity against hepatitis B.
+An effective preventive measure is vaccination with the hepatitis B vaccine, which also protects people from infection with the hepatitis D virus.
+Hepatitis viruses spread fetal-oral tea with drinking water and food, including eating low-heated beef, fish and sea cucumbers, donor blood, commonly used syringes and infected mother to foetus.
+Passengers may be infected in countries with hepatitis E high disease.
+Hepatitis prevention measures include meeting hygiene requirements: wash or disinfect your hands after going to the toilet, before cooking and eating, after caring for the sick.
+Wash fruit and vegetables before consumption, avoid eating low-heated beef, fish and seafood, only drink safe drinking water and avoid drug use.
+While rivals tried to squeeze the four-time Olympic champion off course in the final round, 34-year-old Farah found strength in the final round and won in a time of 26.49.51.
+Farah didn't think long, pulling his wife Tania and the children along with him after the finish.
+It was a special moment for me.
+I greatly miss my family.
+Being on the track with them was "weird," Farah told reporters.
+Farah is aiming for a fifth title race in London in a row with a golden duo of 5,000 and 10,000 metres.
+Anything is possible if you believe in it.
+Despite the title, Anne-Marie O'Connor's "Daam in Gold. Gustav Klimt's masterpiece, the extraordinary story of Adele Bloch-Bauer's portrait" delves much deeper into the origin story of one art work from the birth story of the late 19th and early 20th centuries of Vienna.
+But even more in history.
+The awesome amount of information would perhaps have worn off, a thinner subject, a narrower subject allowed to have had more influence on the extraordinary story of the portrait allowed in the title.
+There would be two books in one of the covers: the story of Adele Bloch-Bauer, depicted in her painting "Daam in Gold," and a far larger and more comprehensive historical account of the esteemed Jewish families and the German occupation, along with its after-effects in Austria.
+The first third of the book leads to the cultural life of Vienna in the midst of a bustling Vienna, and whoever has themselves in the Austrian capital, one can imagine how life went around Ringstrasse more than a hundred years ago, or how everyone turned their heads in the Central Cafe when Klimt stepped in.
+The concentration of cultural figures was high in one of Europe's richest cities, and when you see a familiar name in the book, you feel like a more gamble.
+At the same time, for example, the fact that Sigmund Freud acted in a city where incurable syphilis was rampant and had the highest suicide rate in Europe is not going to add anything to the development of the story.
+Or perhaps, every pair of brushstrokes adds colour to the cultural life of the early 20th century in Vienna.
+A dream of a trip to the Soviet Union
+In the last decades of the 19th century, the number of Jews in Vienna had exploded, becoming the largest Jewish community in Western Europe.
+At the turn of the century, almost one in ten of Vienna's residents were Jews.
+Adele's parents were also newcomers to Vienna, but by the time Adele married her two-time Open Czech sugar magnate Ferdinand Bloch and Klimt for her famous paintings, her father's bank had already become the seventh-largest bank in the Habsburg empire.
+But Adelet didn't pull the whole glamorous life to which she belonged.
+If you look at "Damid in gold," it's hard to believe that, towards the end of life, this great lady became infected with socialism and dreamed of a trip to the Soviet Union.
diff --git a/tests/decoder/intgemm/intgemm_8bit_avx2.avx2.expected.bleu b/tests/decoder/intgemm/intgemm_8bit_avx2.avx2.expected.bleu
new file mode 100644
index 0000000..e43c064
--- /dev/null
+++ b/tests/decoder/intgemm/intgemm_8bit_avx2.avx2.expected.bleu
@@ -0,0 +1 @@
+BLEU+case.mixed+numrefs.1+smooth.exp+tok.13a+version.1.2.12 = 30.4 66.6/38.7/24.4/15.7 (BP = 0.964 ratio = 0.965 hyp_len = 2738 ref_len = 2838)
diff --git a/tests/decoder/intgemm/intgemm_8bit_avx2.avx512.expected b/tests/decoder/intgemm/intgemm_8bit_avx2.avx512.expected
new file mode 100644
index 0000000..9282b6a
--- /dev/null
+++ b/tests/decoder/intgemm/intgemm_8bit_avx2.avx512.expected
@@ -0,0 +1,100 @@
+Four members of the Kemerovo group detained in Estonia and Spain
+According to the Post, police detained Slava Gulevich, the leader of the so-called Kemerovo group in Spain, known in the criminal world as Slava Kemerovsky.
+Gulevich, who was detained in Spain, was arrested with court permission.
+Yesterday, the court also took three suspects detained in custody in Estonia.
+The suspects are members of the so-called Kemerovo Criminal Society between the ages of 27 and 57, who are mainly responsible for drug offences.
+The alleged leader of a criminal association has been detained in Mijas, Malaga province, Spain.
+Three men were arrested on suspicion in Estonia, one of whom is a leading figure in the criminal association, according to the data collected, and two are members of the criminal association.
+The data collected indicate that the roles and roles were clearly divided in the criminal community.
+The purpose of the criminal association was to commit drug offences and thus generate criminal proceeds," said the head of pre-trial proceedings in the criminal case, said Va. Verte, a state prosecutor.
+"We are not ruling out that the number of suspects in this criminal case will increase," the prosecutor added.
+These are people who have been in the interest of law enforcement in the past, and some have been punished for drug offences.
+Verte stressed that cooperation with Spanish counterparts had been important throughout the investigation.
+"International cooperation has become commonplace for us, and this week's operation shows the success of the cooperation," said prosecutor Verte.
+Ago Leis, head of the Central Criminal Police Service, said the arrests were preceded by a year-and-a-half probe.
+"In the first half of the year, the long-running work materialised and we have detained suspects of crimes in Estonia and Spain at the same time," he said.
+The inquest added that Central Criminal Police officers were assisting in the arrest in Spain.
+For years we have had good contact and understanding with the Spanish police and the Civil Guard.
+These arrests are another message to criminals that we can get them from the other end of Europe," Leis said.
+The information gathered so far clearly indicates that the men who have been charged may continue to commit new crimes while at large, which is why the prosecution has requested their arrest and the court approved it.
+A man arrested in Spain is awaiting transfer to Estonia.
+Property, vehicles and cash have been seized as part of this criminal case to ensure confiscation.
+The pre-trial proceedings in the case are carried out by the Central Criminal Police Organised Crime Bureau and led by the Crown Prosecution Service.
+Slava Gulevich was convicted of extortion and sentenced to five years in prison by a district court in Tallinn.
+In the middle of last decade, Gulevich was considered the second most important man in the Estonian criminal world after Nikolai Tarankov, then an underworld leader.
+Gulevich, from Kemerovo, rose to prominence in the Estonian underworld in the early 1990s when he began to engage in extortion in Tallinn.
+He allegedly taxiderned taxi drivers and prostitutes operating at various hotels and charged businessmen with monthly rookie fees.
+International joint operations, confiscation of criminal proceeds and court rulings that have come into force confirm that the fight against organised crime is effective.
+For example, the latest court rulings, eight defendants from the so-called Dikayev Criminal Association criminal case who were ordered to have their criminal proceeds of EUR 80,000, or the judgment of nine individuals, that Igor Aleynikov created a criminal association in 2006 aimed at the illegal trade of cigarettes and the crimes of human trafficking in East Virginia and in southern Estonia.
+Confidential criminal income there is around EUR 71,500.
+Success in these criminal matters has ensured that police officers exchange information and prosecutors with foreign colleagues every day and carry out actions together in any European Union country if necessary.
+Civil rights group warns against travel to Missouri
+The National Association for the Advancement of Colored People (NAACP) has warned black people travelling to Missouri against discriminatory policies and racist attacks in the state.
+The group's statement reads: "A NAACP travel note issued for the state of Mussuri, which runs until August 28, 2017, calls on all African-Americans, visitors and Missourians to be particularly vigilant and extremely careful as they move around the state, taking into account the suspicious racially-based events that have occurred recently across the state."
+The NAACP said the group urged both the recent Missouri law to issue a travel warning, making it harder to win discrimination lawsuits, and the fact that the state's law enforcement officers target minorities in an unequal way.
+"People's civil rights are violated.
+They are pulled onto the side of the road because of the color of their skin, beaten or killed," Rod Chapel, president of the Missouri branch of the National Institute of the Missouri, told The Kansas City Star.
+"We've never had so close complaints before," he said.
+It is the first such warning the organization has issued to the U.S. state.
+The group cited events such as racist insults at the University of Missouri and the death of a 28-year-old black Tory Sanders from Tennessee.
+Sanders died in suspicious circumstances earlier this year after he ran out of petrol while driving through the state and was taken into custody by Missouri police without being charged with a crime.
+In addition, the note points to a recent report by the Missouri Attorney General, which shows that in the state, black motorists are 75% more likely to be stopped than white people.
+"It's meant to make people aware and warn their families, friends and co-workers about what might happen in Missouri," Chapel said.
+"People have to be prepared, whether it means taking bail money or informing relatives that they are going through the state," he said.
+According to the latest data from the FBI's hate crime reporting program, Missouris documented 100 hate crimes in 2015, putting the state ranked 16th in the state's penetrating number in terms of similar violations.
+The travel warning is also in response to a new law in Missouri that makes it difficult for the company to sue over discrimination in search of housing or work.
+The American Civil Liberties Union (American Civil Liberties Union) had previously issued travel comments about Texas and Arizona after those states passed immigration laws that required local authorities to arrest people for immigration violations because the ACLU said it would increase racial profiling.
+Typically, travel warnings are issued by the State Department for other countries, but recently interest groups have begun to use the measure as a counter-reaction to certain intra-U.S. laws and trends.
+Hepatitis: what would anyone know about different forms of this serious disease?
+Hepatitis, or liver inflammation, can be caused by five different - A, B, C, D and E.
+All these viruses trigger acute inflammation of liver tissue.
+However, chronic hepatitis B and C have a chronic hepatitis, which can continue to develop into liver cirrhosis, or liver wrinkles and liver cancer, is a poor cost.
+Moomoth Owner, an epidemiology adviser to the NHS, says acute hepatitis is the same for all types of liver inflammation - fever, fatigue, plantation, nausea, vomiting, abdominal pain, faint excision, dark urine, muscular and joint pain, and the collarbone of the skin and mucus.
+The most recent disease also comes from the popular name of liver inflammation.
+In children, hepatitis can go without signs of disease.
+Different types of inflammation can only be determined based on data from a laboratory study.
+Extreme hepatitis can switch to chronic hepatitis and run for decades without signs of disease, meaning a person may not know anything about their dangerous liver-disruptive disease.
+Mr Kutsar points out different forms of hepatitis and describes their progress in more detail.
+Hepatitis A viruses spread from sick people and infect us by eating contaminated food or drinking water, through sex, from the stool of an infected person's hands and hands to food, objects, mouthfuls and drug use.
+Family members and carers of hepatitis infection, known as risk-averse disease, people with chronic liver disease, people having sex with infected men, men who have sex with men, drug addicts, travelers visiting countries with high hepatitis A high spread.
+Infectiousness can be prevented by vaccination, in particular, vaccination for people travelling and at risk of hepatitis A.
+In addition, daily hygiene compliance is important: wash or disinfect your hands before using all fruits and vegetables.
+Hepatitis B viruses are spread when a sick person is exposed to blood, injecting drugs, tattooing, hole-in-armed, blood-soaked creatures (toothbrushes, squatting tools), having sex with donor blood, hepatitis Cale hepatitis person, and having hepatitis from mother to foetus/born.
+The injection drug addicts, sex partners of infected person, men having sex with men, newborns of infected mother, sick family members and carers, health care workers and police who are exposed to blood and other bodily fluids, and travelers visiting countries with high levels of hepatitis B.
+People can be vaccinated to prevent hepatitis B; in particular, people at risk of vaccination, as well as those with chronic liver disease, HIV infection, sexually transmitted diseases and diabetes, are recommended.
+Other preventive measures for hepatitis B include: avoiding the use of alien hygiene and manicure products, other sharpeners and syringes and needles, tattooing and the use of condoms in cases of infection-prone sex or avoiding sexual risk behaviour.
+Vaccination against hepatitis B is free of charge for the national immunisation scheme in Estonia and for children.
+Hepatitis C viruses are spread when exposed to the blood of a sick person, injecting drugs, tattooing, hole-in-cheek, using blood contaminated with creatures, donor blood, having sex with hepatitis, and having hepatitis from the mother to the foetus/naive.
+The risk of hepatitis C infection includes injection drug addicts, sex partners of an infected person, men having sex with men, infected mother's newborns, sick family members and caregivers, health, rescue workers and police officers exposed to blood and other bodily fluids, HIV-infected individuals, and travelers visiting countries with high levels of hepatitis C.
+The prevention measure for hepatitis C is: a refrain from using foreign hygiene and manicured equipment, other sharpeners and syringe-infections, tattooing and sniffing, and condom use in the event of contagious sex.
+There is no vaccine against hepatitis C.
+Hepatitis D is caused by a hepatitis D virus that reproduces in the presence of hepatitis B virus.
+As a result, hepatitis D infection is found in combination with hepatitis B or a super infection in chronic hepatitis B patients.
+Hepatitis D viruses are spread through contact with blood and other bodily fluids, with contaminated needles, sexually transmitted and from a rarely infected mother to the foetus.
+The risk group for hepatitis D is chronic hepatitis B virus carriers and people who do not have immunity against hepatitis B.
+An effective preventive measure is vaccination with the hepatitis B vaccine, which also protects people from infection with the hepatitis D virus.
+Hepatitis viruses spread through fetal orbald tea with drinking water and food, including eating low-heated beef, fish and sea cucumbers, donor blood, commonly used syringes and infected mother to foetus.
+Passengers may be infected in countries with hepatitis E high disease.
+Hepatitis prevention measures include meeting hygiene requirements: wash or disinfect your hands after going to the toilet, before cooking and eating, after caring for the sick.
+Wash fruit and vegetables before consumption, avoid eating low-heated beef, fish and seafood, only drink safe drinking water and avoid drug use.
+While rivals tried to squeeze the four-time Olympic champion off the track in the final round, 34-year-old Farah found strength in the final round and won in a time of 26.49.51.
+Farah didn't think long, pulling his wife Tania and the children along with him after the finish.
+It was a special moment for me.
+I greatly miss my family.
+Being on the track with them was "weird," Farah told reporters.
+Farah is aiming for a fifth title race in London in a row with a golden duo of 5,000 and 10,000 metres.
+Anything is possible if you believe in it.
+Despite the title, Anne-Marie O'Connor's "Daam in Gold. Gustav Klimt's masterpiece, the extraordinary story of Adele Bloch-Bauer's portrait," delves much deeper into the origin story of one artwork from the birth story of the late 19th and early 20th-century Vienna.
+But even more in history.
+The awesome amount of information might have been worn out, a thinner subject would have allowed the portrait allowed in the title to become more of an influence.
+There would be two books in one of the covers: the story of Adele Bloch-Bauer, portrayed in her painting "Daam in Gold," and a far larger and comprehensive historical record of respectable Jewish families and German occupation, along with its after-effects in Austria.
+The first third of the book leads to the scorched-earth Vienna cultural life, and whoever has themselves entered the Austrian capital, one can imagine how life went around Ringstrasse more than 100 years ago, or how everyone turned their heads in the café in Central when Klimt stepped in.
+The concentration of cultural figures was high in one of Europe's richest cities, and when you see a familiar name in the book, you feel like a more grammar of cultures.
+At the same time, for example, the fact that Sigmund Freud acted in a city where incurable syphilis was rampant and was Europe's highest suicide rate does nothing more to the story's development.
+Or perhaps, every pair of brushstrokes adds colour to the cultural life of the early 20th century in Vienna.
+A dream of a trip to the Soviet Union
+In the last decades of the 19th century, the number of Jews in Vienna had exploded, becoming the largest Jewish community in Western Europe.
+At the turn of the century, almost one in ten of Vienna's residents were Jews.
+Adele's parents were also newcomers to Vienna, but by the time Adele married Ferdinand Blach, a Czech sugar magnate and Klimt, for her famous paintings, her father had already become the seventh-largest bank in the Habsburg empire.
+But Adelet didn't pull the whole glamorous life to which she belonged.
+If you look at "Damid in gold," it's hard to believe that towards the end of her life, this great lady became infected with socialism and dreamed of a trip to the Soviet Union.
diff --git a/tests/decoder/intgemm/intgemm_8bit_avx2.avx512.expected.bleu b/tests/decoder/intgemm/intgemm_8bit_avx2.avx512.expected.bleu
new file mode 100644
index 0000000..db30203
--- /dev/null
+++ b/tests/decoder/intgemm/intgemm_8bit_avx2.avx512.expected.bleu
@@ -0,0 +1 @@
+BLEU+case.mixed+numrefs.1+smooth.exp+tok.13a+version.1.2.12 = 29.7 66.6/38.1/23.9/15.2 (BP = 0.958 ratio = 0.959 hyp_len = 2722 ref_len = 2838)
diff --git a/tests/decoder/intgemm/intgemm_8bit_ssse3.avx.expected b/tests/decoder/intgemm/intgemm_8bit_ssse3.avx.expected
new file mode 100644
index 0000000..fb4bb06
--- /dev/null
+++ b/tests/decoder/intgemm/intgemm_8bit_ssse3.avx.expected
@@ -0,0 +1,100 @@
+Four members of the Kemerovo group detained in Estonia and Spain
+Slava Gulevich, the leader of the so-called Kemerovo group in the Estonian underworld, was detained by police in Spain, known in the criminal world as Slava Kemerovsky, according to the Post.
+Gulevich, who was detained in Spain, was arrested with court permission.
+Yesterday, the court also took custody of three suspects detained in Estonia.
+The suspects are members of the so-called Kemerovo Crime Society between the ages of 27 and 57, who are mainly responsible for drug offences.
+The alleged leader of a criminal association has been detained in Mijas, Malaga province.
+Three men were arrested on suspicion in Estonia, one of which is a leading figure in the criminal association, according to the data collected, and two are members of the criminal association.
+The data collected indicate that the roles and roles were clearly divided in the criminal community.
+The purpose of the criminal association's activities was to commit drug offences and thus generate criminal proceeds," said the head of pre-trial proceedings in the case, said Mr Verte, a state prosecutor.
+"We are not ruling out increasing the number of suspects in this criminal case," the prosecutor added.
+These are people who have been in the interest of law enforcement in the past, and some have been punished for drug offences.
+Verte stressed that cooperation with the Spanish counterparts had been important throughout the investigation.
+"International cooperation has become commonplace for us, and this week's operation shows the success of the cooperation," said prosecutor Verte.
+Ago Leis, head of the Metropolitan Police Service, said the arrests were preceded by a year-and-a-half probe.
+"In the first half of the long-running work, we have continued to have convictions for crimes in Estonia and Spain," he said.
+Leis added that federal police officers were assisting in the arrest in Spain.
+For years now, we have had good contact and understanding with the Spanish police and the Civil Guard.
+These arrests are yet another message to criminals that we can get them from the other end of Europe," Leis said.
+The information gathered so far clearly indicates that the men who have been arrested may continue to commit new crimes while at large, which is why the prosecution has requested their arrest and the court approved it.
+A man arrested in Spain is awaiting transfer to Estonia.
+Property, vehicles and cash have been seized to ensure confiscation.
+The pre-trial proceedings in the case are carried out by the Central Criminal Police Organised Crime Bureau and led by the Crown Prosecution Service.
+Slava Gulevich was found guilty of racketeering in 2005 by a district court in Tallinn and sentenced to five years in prison.
+In the middle of the last decade, Gulevich was considered the second most important man in the Estonian criminal world, after then-world leader Nikolai Tarankov.
+Gulevich, from Kemerovo, rose to prominence in the Estonian underworld in the early 1990s when he began to engage in extortion in Tallinn.
+He allegedly taxidermy and prostitutes operating at various hotels and demanded monthly rookies from businessmen.
+International joint operations, confiscations of criminal proceeds and court judgments that have come to terms confirm that the fight in the area of organised crime is effective.
+For example, the latest court rulings, eight defendants separated from the so-called Dikayev Criminal Association criminal case, who were ordered to receive a criminal offence of EUR 80,000, or a judgment against nine individuals in 2006 for Igor Aleynikov, which aimed at the illegal trade of cigarettes and committing crimes related to human trafficking in East Virginia and in southern Estonia.
+Confirl-based criminal income there is around 71,500 euros.
+What has been made in these criminal matters has been ensured by police officers exchanging information and prosecutors exchanging information and evidence with foreign colleagues on a daily basis and, if necessary, carrying out actions in any European Union country.
+Civil rights group warns against travel to Missouri
+The National Association for the Advancement of Colored People (NAACP) has warned black people travelling to Missouri against discriminatory policies and racist attacks in the state.
+The group's statement reads: "A NAACP travel note issued for the state of Midsugar, which runs until August 28, 2017, calls on all African-Americans, visitors and Missourians to be particularly attentive and extremely careful as they move around the state, taking into account the suspicious racial events that have occurred recently across the state."
+The NAACP said the group urged both the recent Missouri law to issue a travel warning, making it harder to win discrimination lawsuits, and the fact that the state's law enforcement officers target minorities in an unequal way.
+"People's civil rights are being violated.
+They are pulled to the edge of the road because of the color of their skin, beaten or killed," Rod Chapel, president of the Missouri branch of the NAACP, told The Kansas City Star.
+'We've never had so close complaints before.'
+This is the first such warning the organization has issued about the U.S. state.
+The group cited events such as racist insults at the University of Missouri and the death of Tory Sanders, a 28-year-old black man from Tennessee.
+Sanders died in suspicious circumstances earlier this year after he ran out of bench while driving through the state and was taken into custody by police in Missouri without being charged with a crime.
+In addition, the note cites a recent report by the Missouri Attorney General, which shows that in the state, black motorists are 75% more likely to stop cars than white people.
+"It's meant to make people aware and warn their families, friends and co-workers about what might happen in Missouri," Chapel said.
+"People have to be prepared, whether that means taking bail money or informing relatives that they are going through the state," he said.
+According to the latest data from the FBI's hate crime reporting program, Missouri documented 100 hate crimes in 2015, putting the state at 16th place in the state's number of similar violations.
+The travel warning is also a response to a new law in Missouri that makes it difficult for the company to sue for discrimination in the search for housing or work.
+The American Civil Liberties Union (American Civil Liberties Union) had previously issued travel notes for Texas and Arizona after those states passed immigration laws that required local authorities to arrest people for immigration violations because the ACLU said it would increase racial profiling.
+Typically, travel warnings are issued by the Department of Foreign Affairs for other countries, but recently interest groups have been using the measure as a countervisor to certain intra-U.S. laws and trends.
+Hepatitis: what would anyone know about different forms of this serious disease?
+Hepatitis, or liver inflammation, can be caused by five different - A, B, C, and E, hepatitis virus.
+All these viruses trigger acute inflammation of liver tissue.
+However, chronic hepatitis B and C have chronic hepatitis, which can develop into liver cirrhosis, or liver wrinkles and liver cancer, is a poor cost.
+Mood Kutsar, epidemiology adviser at the Department of Health, says acute hepatitis is the same for all types of liver inflammation - fever, fatigue, appetite, nausea, vomiting, stomach pain, glandular urine, muscular and joint pain, and the collar of the skin and mucus.
+The most recent disease also comes from the popular name for liver inflammation, colloquial.
+In children, hepatitis can go without signs of disease.
+Different types of inflammation can only be determined on the basis of data from a laboratory study.
+Extreme hepatitis can switch to chronic hepatitis and run for decades without signs of disease, meaning a person may not know anything about their dangerous liver-related disease.
+Mr Kutsar points out different forms of hepatitis and describes their progress more closely.
+Hepatitis A viruses spread from sick people and infect us by eating contaminated food or drinking water, through sex, from the stools of an infected person to their hands and from hands to food, surfaces, objects, mouths and drug use.
+The risk of hepatitis infection, or at-risk, family members and carers, people with chronic liver disease, people having sex with infected people, men having sex with men, drug addicts, travelers visiting countries with hepatitis A high spread.
+Infectiousness can be prevented by vaccination, in particular for people travelling at risk of vaccination for people travelling and at risk of hepatitis A.
+In addition, daily hygiene compliance is important: wash or disinfect all fruit and vegetables before using them for food.
+Hepatitis B viruses are spread when exposed to the blood of a sick person, injecting drugs, tattooing, hole-in-dural, blood-thinning creatures (toothbrushes, squatting tools), donor blood, having sex with a hepatitis-boy person, and from a hepatitis-stricken mother to foetal/born.
+The injection drug addicts, sex partners of an infected person, men having sex with men, newborns of infected mother, sick family members and caregivers, health, rescue workers and police officers exposed to blood and other bodily fluids, and travelers visiting countries with hepatitis B.
+It is possible to vaccinate people to prevent hepatitis B; in particular, people at risk have been recommended, as well as those with chronic liver disease, HIV infections, sexually transmitted diseases and diabetes.
+Other preventive measures for hepatitis B include: avoiding the use of foreign hygiene and manicure, other sharpeners and needles, tattooing and hole-in-the-wall, and the use of condoms in the event of infection-prone sex or avoiding sexual risk behaviour.
+Vaccination against hepatitis B is free for children in Estonia as part of the national immunisation scheme and for children.
+Hepatitis C viruses are spread when a sick person's blood is exposed to, injected with drugs, tattooing, hole-in-dust, using blood-contaminated creatures, donor blood, having sex with hepatitis, and having hepatitis from mother to foetal/born.
+The risk group for hepatitis C infection includes injection drug addicts, infected person sex partners, men having sex with men, newborns of an infected mother, sick family members and carers, health workers and police officers exposed to blood and other bodily fluids, and travelers visiting countries with high levels of hepatitis C.
+The prevention measure for hepatitis C is: avoiding the use of foreign hygiene and manicure, other sharpeners and needles, tattooing and holeing, and the use of condoms in the event of infection-prone sex.
+There is no vaccine against hepatitis.
+Hepatitis D is caused by a hepatitis D virus that reproduces in the presence of hepatitis B virus.
+As a result, hepatitis D infection occurs in hepatitis B or a superficial infection in chronic hepatitis B patients.
+Hepatitis D viruses are spread through contact with blood and other bodily fluids, their contaminated needles, sexually and from the rarely infected mother to the foetus.
+The risk group for hepatitis D is chronic hepatitis B virus carriers and people who do not have immunity against hepatitis B.
+An effective preventive measure is vaccination with the hepatitis B vaccine, which also protects people from infection with the hepatitis D virus.
+Hepatitis viruses are spread through fetal-oral teaspoon drinking water and food, including eating low-heated beef, fish and sea cucumbers, donor blood, commonly used syringes and infected mother to foetus.
+Passengers can become infected in countries with hepatitis E high disease.
+Preventive measures for hepatitis include hygiene compliance: wash or disinfect your hands after going to the toilet, before cooking and eating, after caring for the sick.
+Wash fruit and vegetables before consumption, avoid eating low-heated beef, fish and seafood, drink only safe drinking water and avoid drug use.
+While rivals tried to sprint off the four-time Olympic champion in the final round, 34-year-old Farah found strength in the final round and won in a time of 26.49.51.
+Farah didn't think long, pulling his wife Tania and the children along with her after the finish.
+It was a special moment for me.
+I greatly miss my family.
+Being on the track with them was wonderful," Farah told reporters.
+Farah is aiming for a fifth title race in a row in London with a 5,000 and 10,000 metre run golden duo.
+Anything is possible if you believe in it.
+Despite the title, Anne-Marie O'Connor's "Daam in Gold. Gustav Klimt's masterpiece, the extraordinary story of Adele Bloch-Bauer's portrait" delves much deeper into the origin story of one of the artworks from the birthplace of one of the arts in the late 19th and early 20th centuries of Vienna.
+But even more in history.
+The ensuing amount of information might have been worn out, a thinner subject that allowed the portrait allowed in the title to become more of an influence on the extraordinary story.
+There would be two books now on the same cover: the story of Adele Bloch-Bauer, depicted in her painting "Daam in Gold," and a much larger and comprehensive historical record of the esteemed Jewish family and the German occupation, along with its aftermath in Austria.
+The first third of the book leads to the cultural life of Vienna in the midst of a bustling Vienna, and who have themselves in the Austrian capital, can imagine, without the slightest effort, how life went around Ringstrasse more than a hundred years ago, or how everyone turned their heads in the Central Cafe when Klimt stepped in.
+The concentration of cultural figures was high in one of Europe's richest cities, and when you see the familiar name in the book, you feel like a more grammar.
+At the same time, for example, the fact that Sigmund Freud operated in a city where he was subjected to incurable syphilis and was the highest suicide rate in Europe seems to give nothing to the development of the story.
+Or, perhaps, every pair of brushstrokes adds colour to the cultural life of the early 20th century in Vienna.
+dream of a trip to the Soviet Union
+In the last decades of the 19th century, the number of Jews in Vienna had exploded, becoming the largest Jewish community in Western Europe.
+At the turn of the century, nearly one in ten of Vienna's residents were Jews.
+Adele's parents were also newcomers to Vienna, but by the time Adele married her two-time Open Czech sugar magnate Ferdinand Bloch and posed for Klimt for her famous paintings, her father's bank had become the seventh largest bank in the Habsburg empire.
+But Adelet didn't draw all the glamorous life to which she belonged.
+If you look at "Damid in Gold," it's hard to believe that, towards the end of her life, this great lady became infected with socialism and dreamed of a trip to the Soviet Union.
diff --git a/tests/decoder/intgemm/intgemm_8bit_ssse3.avx.expected.bleu b/tests/decoder/intgemm/intgemm_8bit_ssse3.avx.expected.bleu
new file mode 100644
index 0000000..3bf0303
--- /dev/null
+++ b/tests/decoder/intgemm/intgemm_8bit_ssse3.avx.expected.bleu
@@ -0,0 +1 @@
+BLEU+case.mixed+numrefs.1+smooth.exp+tok.13a+version.1.2.12 = 29.8 65.5/38.1/24.1/15.0 (BP = 0.968 ratio = 0.969 hyp_len = 2749 ref_len = 2838)
diff --git a/tests/decoder/intgemm/intgemm_8bit_ssse3.avx2.expected b/tests/decoder/intgemm/intgemm_8bit_ssse3.avx2.expected
new file mode 100644
index 0000000..2a76488
--- /dev/null
+++ b/tests/decoder/intgemm/intgemm_8bit_ssse3.avx2.expected
@@ -0,0 +1,100 @@
+Four members of the Kemerovo gang detained in Estonia and Spain
+According to the Post, Slava Gulevich, the leader of the so-called Kemerovo group in Spain, was detained by police in Spain as Slava Kemerovsky, known in the criminal world.
+Gulevich, who was detained in Spain, was arrested with court permission.
+Yesterday, the court also took custody of three suspects detained in Estonia.
+The suspects are members of the so-called Kemerovo Crime Society, aged 27 and 57, who are mainly responsible for drug offences.
+The alleged leader of a criminal association has been detained in Mijas, Malaga province, Spain.
+Three men were arrested on suspicion of suspects in Estonia, one of whom is a leading figure in the criminal association, according to the data collected, and two are members of the criminal association.
+The data collected indicate that the roles and roles were clearly divided in the criminal community.
+The purpose of the criminal association's activities was to commit drug offences and thus generate criminal proceeds," said the head of pretrial proceedings in the criminal case, said Mr Verte, a state prosecutor.
+"We are not ruling out that the number of suspects in this criminal case will increase," the prosecutor added.
+These are people who have been in the interest of law enforcement in the past, and some have been punished for drug offences.
+Verte stressed that cooperation with Spanish counterparts had been important throughout the investigation.
+"International cooperation has become commonplace for us, and this week's operation shows the success of the cooperation," prosecutor Verte said.
+Ago Leis, head of the CCC, said the arrests were preceded by a year-and-a-half probe.
+"In the first half of the long-running work, we have recorded and we have arrested suspects of crimes in Estonia and Spain at the same time," he said.
+The spokesman added that federal police officers were assisting in the arrests in Spain.
+For years now, we have had good contact and understanding with the Spanish police and the Civil Guard.
+These arrests are yet another message to criminals that we will get them from the other end of Europe," Leis said.
+The information gathered so far clearly indicates that the men on suspicion of being at large can continue to commit new crimes, which is why the prosecution has requested their arrest and the court approved it.
+A man arrested in Spain is awaiting transfer to Estonia.
+Property, vehicles and cash have been seized as part of this criminal case to ensure confiscation.
+Pre-trial proceedings are carried out by the Central Criminal Police Organised Crime Bureau and led by the Crown Prosecution Service.
+Slava Gulevich was found guilty of extortion and sentenced to five years in prison by a district court in Tallinn.
+In the middle of last decade, Gulevich was considered the second most important man in the Estonian criminal world, after Nikolai Tarankov, then the underworld leader.
+Gulevich, from Kemerovo, rose to prominence in the Estonian underworld in the early 1990s when he began to engage in extortion in Tallinn.
+He allegedly taxiderned taxi drivers and prostitutes operating at various hotels and charged businessmen with monthly rookie fees.
+International joint operations, confiscations of criminal proceeds and court rulings that have come into force confirm that the fight in the area of organised crime is effective.
+For example, the latest verdicts, eight defendants from the so-called Dikayev Criminal Community criminal case who were ordered to have seized EUR 80,000 in proceeds of criminal damage, or the judgment of nine individuals in 2006 for Igor Aleynikov, who set up a criminal association aimed at the illegal trade of cigarettes and committing crimes related to human trafficking in East Virginia and the South in Estonia.
+Confirl-protection income there is around 71,500 euros.
+Success in these criminal matters has been ensured by the fact that police officers exchange information and evidence with foreign colleagues every day, and if necessary, operations will be carried out in any European Union country.
+Civil rights group warns against travel to Missouri
+The National Association for the Advancement of Colored People (NAACP) has warned black people travelling to Missouri against discriminatory policies and racist attacks in the state.
+The group's statement reads: "A NAACP travel note issued for the state of Mussuri, which runs until August 28, 2017, calls on all African-Americans, visitors and Missourians to be particularly vigilant and extremely careful as they move around the state, given the entire royals of suspicious racial events that have occurred recently across the state and are also listed here."
+The NAACP said the group urged the travel warning to issue both the recent Missouri law, making it harder to win discrimination lawsuits and the fact that it is minorities who are targets for the unequally responsible state.
+"People's civil rights are being violated.
+They are pulled onto the side of the road because of the colour of their skin, beaten or killed," Rod Chapel, president of the Missouri branch of the NAACP, told The Kansas City Star.
+'We've never had so close complaints before.'
+It is the first such warning the organization has issued to the U.S. state.
+The group cited events such as racist insults at the University of Missouri and the death of 28-year-old black Tory Sanders, a 28-year-old black man from Tennessee.
+Sanders died in suspicious circumstances earlier this year after he ran out of petrol while driving through the state and was taken into custody by Missouri police without being charged with a crime.
+In addition, the note cites a recent report by the Missouri attorney general's attorney general, which shows that in the state, cars of black motorists are 75% more likely to be stopped than white people.
+"It's meant to make people aware and warn their families, friends and co-workers about what might happen in Missouri," Chapel said.
+"People have to be prepared, whether it's taking bail money or informing relatives that they're going through the state," he said.
+According to the latest data from the FBI's hate crime reporting program, Missouri documented 100 hate crimes in 2015, putting the state 16th in the state for the number of similar violations.
+The travel warning is also a response to a new law in Missouri that makes it difficult for the company to sue for discrimination in the search for housing or work.
+The American Civil Liberties Union (American Civil Liberties Union) had previously issued travel briefings for Texas and Arizona after those states passed immigration laws that required local authorities to arrest people for immigration violations because the ACLU said it would increase racial profiling.
+Typically, travel warnings are issued by the Foreign Office for other countries, but recently interest groups have started using the measure as a counter-reaction to certain intra-U.S. laws and trends.
+Hepatitis: what would anyone know about the different forms of this serious disease?
+Hepatitis, or liver inflammation, can be caused by five different types - A, B, C, D and E.
+All these viruses trigger acute inflammation of liver tissue.
+However, chronic hepatitis B and C, which can continue to develop into cerebral cirrhosis, or liver wrinkles and liver cancer, is a poor-coloured cost.
+Moody Kutsar, an epidemiology adviser at the Department of Health, says acute hepatitis is the same for all types of liver inflammation - fever, fatigue, plantation, nausea, vomiting, stomach pain, faint excitement, dark urine, muscle and joint pain, and the yellowing of the skin and mucus.
+The most recent disease also comes from the popular name of the liver inflammation, collar.
+In children, hepatitis can go without signs of disease.
+Different types of inflammation can only be identified based on data from laboratory studies.
+Extreme hepatitis can switch to chronic hepatitis and run for decades without signs of disease, meaning a person may not know anything about their dangerous liver-dammable disease.
+Mr Kutsar points out different forms of hepatitis and describes their progress more closely.
+Hepatitis A viruses spread from sick people and infect us when eating contaminated food or drinking water, through sex, from stools to hands and hands, surfaces, objects, mouth-watering and drug use.
+Families and carers at risk of hepatitis infection, known as risk-averse disease, people with chronic liver disease, people having sex with infected men, drug addicts, travelers visiting countries with hepatitis A.
+Infectiousness can be prevented by vaccination, in particular for people travelling at risk of vaccination and being at risk of hepatitis A.
+In addition, daily hygiene compliance is important: wash or disinfect your hands before using all fruits and vegetables.
+Hepatitis B viruses are spread when exposed to the blood of a sick person, injecting drugs, tattooing, hole-in-cheek, using blood-soaked creatures (toothbrushes, squatting tools), donor blood, having sex with hepatitis suspicious person, and having sex with a hepatitis mother to foetal/born.
+The injection drug addicts, sex partners of an infected person, men having sex with men, newborns of an infected mother, sick family members and carers, health care workers and carers exposed to blood and other bodily fluids, and travelers visiting countries with high levels of hepatitis B.
+People can be vaccinated to prevent hepatitis B; in particular, people at risk have been recommended, as well as those with chronic liver disease, HIV infection, sexually transmitted diseases and diabetes.
+Other preventive measures for hepatitis B include: avoiding the use of foreign hygiene and manicure products, other sharpeners and syringes, tattooing and holeing, and using condoms in the event of infection-prone sex or avoiding sexual risk behavior.
+Vaccination against hepatitis B is a free part of the national immunisation scheme in Estonia and for children.
+Hepatitis C viruses are spread when exposed to the blood of a sick person, injecting drugs, tattooing, hole-in-cheek, using blood-contaminated creatures, donor blood, having sex with a hepatitis-related person, and from hepatitis to mother to foetus/born.
+The risk group for hepatitis C infection includes injection drug addicts, infected person sex partners, men having sex with men, newborns of an infected mother, sick family members and carers, health, rescue workers and police officers, people with HIV infections, and travelers visiting countries with high levels of hepatitis C.
+The prevention measure for hepatitis C is: avoiding the use of foreign hygiene and manicure, other sharpeners and syringe-infections, tattooing and sniffing, and using condoms for infectious sex.
+There is no vaccine against hepatitis C.
+Hepatitis D is caused by hepatitis D virus, which reproduces in the presence of hepatitis B virus.
+As a result, hepatitis D infection occurs in hepatitis B or a superficial infection in chronic hepatitis B patients.
+Hepatitis D viruses are spread through exposure to blood and other bodily fluids, with contaminated needles, sexually transmitted and rarely infected mothers to the foetus.
+Hepatitis D is a risk group for chronic hepatitis B virus carriers and people who do not have immunity against hepatitis B.
+An effective preventive measure is vaccination with the hepatitis B vaccine, which also protects people from infection with the hepatitis D virus.
+Hepatitis viruses are spread through fetal-oral tea drinking water and food, including eating low-heated beef, fish and sea cucumbers, donor blood, commonly used syringes and infected mother to foetuses.
+Passengers may become infected in countries with hepatitis E high disease.
+Preventing hepatitis is to meet hygiene requirements: wash or disinfect your hands after going to the toilet, before cooking and eating, after caring for the sick.
+Wash fruit and vegetables before consumption, avoid eating low-heated beef, fish and seafood, drink only safe drinking water and avoid drug use.
+Despite the rivals trying to get the four-time Olympic champion off the track in the final round, the 34-year-old Farah found strength in the final round and won in a time of 26.49.51.
+Farah didn't think long, pulling his wife Tania and the children along with him after the finish.
+It was a special moment for me.
+I greatly miss my family.
+Being on the track with them was wonderful," Farah told reporters.
+Farah is aiming for a fifth title race in London in a row with a golden duo of the 5,000 and 10,000 metres.
+Anything is possible if you believe in it.
+Despite the title, Anne-Marie O'Connor's "Daam in Gold. Gustav Klimt's masterpiece, the extraordinary story of Adele Bloch-Bauer's portrait" delves much deeper into the origins of one artwork from the origin of the late 19th and early 20th-century Vienna cultural life.
+But even more in history.
+The awesome amount of information would have worn off perhaps a louder cut, a narrower subject allowed to have had more of an impact on the extraordinary story of the portrait allowed in the title.
+There would be two books on the cover at the moment: the story of Adele Bloch-Bauer, depicted in her painting "Daam in Gold," and a much larger and more comprehensive historical book about the esteemed Jewish family and the German occupation, along with its after-effects in Austria.
+The first third of the book leads to the sprawling Vienna cultural life in the midst of a bustling Vienna, and whoever has himself in the Austrian capital can imagine, without the slight effort, how life went around Ringstrasse more than 100 years ago, or how everyone turned his head around Central Cafe when Klimt stepped in.
+The concentration of cultural figures was high in one of Europe's richest cities, and when you see a familiar name in the book, you feel like a more grammar of cultures.
+At the same time, for example, the fact that Sigmund Freud operated in a city where he was immersed in incursive syphilis and was the highest suicide rate in Europe seems to add nothing to the development of the story.
+Or perhaps, every pair of brushstrokes adds colour to the cultural life of the early 20th century in Vienna.
+dream of a trip to the Soviet Union
+In the last decades of the 19th century, the number of Jews in Vienna had exploded, becoming the largest Jewish community in Western Europe.
+At the turn of the century, almost one in ten of Vienna's residents was a Jew.
+Adele's parents were also newcomers to Vienna, but by the time Adele married herself twice to open a Czech sugar magnate, Ferdinand Bloch, and Klimt was posing for her famous paintings, her father's bank had already become the seventh largest bank in the Habsburg empire.
+But Adelet didn't draw the whole glamorous life to which she belonged.
+If you look at "Dami in gold," it's hard to believe that, towards the end of her life, this great lady became infected with socialism and dreamed of a trip to the Soviet Union.
diff --git a/tests/decoder/intgemm/intgemm_8bit_ssse3.avx2.expected.bleu b/tests/decoder/intgemm/intgemm_8bit_ssse3.avx2.expected.bleu
new file mode 100644
index 0000000..7f38f2d
--- /dev/null
+++ b/tests/decoder/intgemm/intgemm_8bit_ssse3.avx2.expected.bleu
@@ -0,0 +1 @@
+BLEU+case.mixed+numrefs.1+smooth.exp+tok.13a+version.1.2.12 = 30.4 65.9/38.2/24.5/15.6 (BP = 0.970 ratio = 0.970 hyp_len = 2753 ref_len = 2838)
diff --git a/tests/decoder/intgemm/intgemm_8bit_ssse3.avx512.expected b/tests/decoder/intgemm/intgemm_8bit_ssse3.avx512.expected
new file mode 100644
index 0000000..dae92f4
--- /dev/null
+++ b/tests/decoder/intgemm/intgemm_8bit_ssse3.avx512.expected
@@ -0,0 +1,100 @@
+Four members of the Kemerovo gang detained in Estonia and Spain
+According to the Post, police detained Slava Gulevich, the leader of the so-called Kemerovo Group, known in the criminal world as Slava Kemerovsky, in Spain.
+Gulevich, who was detained in Spain, was arrested with court permission.
+Yesterday, the court also took custody of three suspects detained in Estonia.
+The suspects are members of the so-called Kemerovo Crime Society, aged 27 and 57, who are mainly responsible for drug offences.
+The alleged leader of a criminal association has been detained in Mijas, Malaga province, Spain.
+Three men were arrested on suspicion of suspects in Estonia, including one leading a criminal association, according to the data collected, and two are members of the criminal association.
+The data collected indicate that the roles and roles were clearly divided in the criminal community.
+The purpose of the criminal association's activities was to commit drug offences and thus generate criminal proceeds," said the head of pretrial proceedings in the criminal case, said Mr Verte, a state prosecutor.
+"We are not ruling out that the number of suspects in this criminal case will increase," the prosecutor added.
+These are people who have been in the interest of law enforcement in the past, and some have been punished for drug offences.
+Verte stressed that cooperation with Spanish counterparts had been important throughout the investigation.
+"International cooperation has become commonplace for us, and this week's operation shows the success of the cooperation," said prosecutor Verte.
+Ago Leis, head of the CCC, said the arrests were preceded by a year-and-a-half probe.
+"In the first half of the long-running work, we have recorded and we have arrested suspects of crimes in Estonia and in Spain at the same time," he said.
+The spokesman added that federal police officers were assisting in the arrests in Spain.
+For years now, we have had good contact and understanding with the Spanish police and the Civil Guard.
+These arrests are yet another message to criminals that we will get them from the other end of Europe," Leis said.
+The information gathered so far clearly indicates that the men on suspicion of being at large can continue to commit new crimes, which is why the prosecution has requested their arrest and the court approved it.
+A man arrested in Spain is awaiting transfer to Estonia.
+Property, vehicles and cash have been seized as part of this criminal case to ensure confiscation.
+Pre-trial proceedings are carried out by the Central Criminal Police Organised Crime Bureau and led by the Crown Prosecution Service.
+Slava Gulevich was found guilty of extortion and sentenced to five years in prison by a district court in Tallinn.
+In the middle of last decade, Gulevich was considered the second most important man in the Estonian criminal world after Nikolai Tarankov, then the underworld leader.
+Gulevich, from Kemerovo, rose to prominence in the Estonian underworld in the early 1990s when he began to engage in extortion in Tallinn.
+He allegedly taxiderned taxi drivers and prostitutes operating at various hotels and charged businessmen with monthly rookie fees.
+International joint operations, confiscations of criminal proceeds and court rulings that have come into force confirm that the fight in organised crime is effective.
+For example, the latest verdicts, eight of the so-called Dikayev criminal cases, separated from the so-called Dikayev Criminal Association, for which BGN 80,000 were seized, or the judgment of nine persons in 2006 for Igor Aleynikov to a criminal association aimed at the illegal trade of cigarettes and committing crimes related to human trafficking in East Virginia and the South.
+Confirl-protection income there is around 71,500 euros.
+Success in these criminal matters has been ensured by the fact that police officers exchange information and evidence with foreign colleagues every day, and if necessary, operations will be carried out in any European Union country.
+Civil rights group warns against travel to Missouri
+The National Association for the Advancement of Colored People (NAACP) has warned black people travelling to Missouri against discriminatory policies and racist attacks in the state.
+The group's statement reads: "A NAACP travel note issued for the state of Mussuri, which runs until August 28, 2017, calls on all African-Americans, visitors and Missourians to be particularly vigilant and extremely careful as they move around the state, given the entire roster of suspicious racial events that have occurred recently across the state and also brought out here."
+The NAACP said the group urged both the recent Missouri law to issue a travel warning, making it harder to win discrimination lawsuits and the fact that it is minorities who are targets for the state's law enforcement agencies.
+"People's civil rights are being violated.
+They are pulled onto the side of the road because of the color of their skin, beaten or killed," Rod Chapel, president of the Missouri branch of the NAACP, told The Kansas City Star.
+'We've never had so close complaints before.'
+It is the first such warning the organization has issued to the U.S. state.
+The group cited events such as racist insults at the direction of black students at the University of Missouri and the death of Tory Sanders, a 28-year-old black man from Tennessee.
+Sanders died in suspicious circumstances earlier this year after he ran out of petrol while driving through the state and was taken into custody by police in Missouri without being charged with a crime.
+In addition, the note points to a recent report by the Missouri attorney general's attorney general, which shows that in the state, the cars of black motorists are 75% more likely to be stopped than those of whites.
+"It's meant to make people aware and warn their families, friends and co-workers about what might happen in Missouri," Chapel said.
+"People have to be prepared, whether it's taking bail money or informing relatives that they're going through the state," he said.
+According to the latest data from the FBI's hate crime reporting program, 100 hate crimes were documented in Missouri in 2015, putting the state 16th in the state's number of similar violations.
+The travel warning is also a response to a new law in Missouri that makes it difficult for the company to sue for discrimination in the search for housing or work.
+The American Civil Liberties Union (American Civil Liberties Union) had previously issued travel briefings for Texas and Arizona after those states passed immigration laws that required local authorities to arrest people for immigration violations because the ACLU said it would increase racial profiling.
+Typically, travel warnings are issued by the Foreign Office for other countries, but recently interest groups have started using the measure as a counter-reaction to certain intra-U.S. laws and trends.
+Hepatitis: what would anyone know about the different forms of this serious disease?
+Hepatitis, or liver inflammation, can be caused by five different types - A, B, C, D and E.
+All these viruses trigger acute inflammation of liver tissue.
+However, chronic hepatitis B and C, which can continue to develop into cerebral cirrhosis, or liver wrinkles and liver cancer, is a poor cost.
+Mooy Kutsar, an epidemiology adviser to the NHS, says acute hepatitis is the same for all types of liver inflammation - fever, fatigue, planting, nausea, vomiting, abdominal pain, faint extinct, dark urine, muscular and joint pain, and the yellowness of the skin and mucus.
+The most recent disease also comes from the popular name for liver inflammation, colloquial.
+In children, hepatitis can go without signs of disease.
+Different types of inflammation can only be identified based on data from laboratory studies.
+Extreme hepatitis can switch to chronic hepatitis and run for decades without signs of disease, meaning a person may not know anything about their dangerous liver-disruptive disease.
+Mr Kutsar points out different forms of hepatitis and describes their progress more closely.
+Hepatitis A viruses spread from sick people and infect us by eating contaminated food or drinking water, sex, from the stools of an infected person to their hands and from their hands to food, surfaces, objects, mouth and taking drugs.
+Families and carers at risk of hepatitis infection, known as risk-averse disease, people with chronic liver disease, people having sex with infected men, drug addicts, travelers visiting countries with hepatitis A high-proteined countries.
+Infectiousness can be prevented by vaccination, in particular for people travelling at risk of vaccination and those at risk of hepatitis A.
+In addition, daily hygiene compliance is important: wash or disinfect your hands, wash all fruit and vegetables before using it for food.
+Hepatitis B viruses are spread when exposed to the blood of a sick person, injecting drugs, tattooing, hole-in-cheek, using blood-soaked creatures (toothbrushes, squatting tools), donor blood, having sex with hepatitis sushi and having hepatitis from mother to foetus/born.
+The injection drug addicts, sex partners of an infected person, men having sex with men, newborns of an infected mother, sick family members and carers, health care workers and police who are exposed to blood and other bodily fluids, and travelers visiting countries with hepatitis B.
+People can be vaccinated to prevent hepatitis B; in particular, people at risk of vaccination, as well as those with chronic liver disease, HIV infection, sexually transmitted diseases and diabetes, are recommended.
+Other preventive measures for hepatitis B include: avoiding the use of foreign hygiene and manicure, other sharpeners and syringes, tattooing and holeing, and using condoms in the event of infection-prone sex or avoiding sexual risk behavior.
+Vaccination against hepatitis B is a free part of the national immunisation scheme in Estonia and for children.
+Hepatitis C viruses are spread when exposed to the blood of a sick person, injecting drugs, tattooing, holed up, using blood-soaked creatures, having donor blood, having sex with hepatitis a person, and from hepatitis to mother to foetus/born.
+The risk group for hepatitis C infection includes injection drug users, infected person sex partners, men having sex with men, newborns of an infected mother, sick family members and carers, health, rescue workers and police officers exposed to blood and other bodily fluids, and travelers visiting countries with hepatitis C.
+The prevention measure for hepatitis C is: deterrence of foreign hygiene and manicured equipment, other sharpeners and syringe-infection, tattooing and sniffing, and using condoms for infectious sex.
+There is no vaccine against hepatitis C.
+Hepatitis D is caused by hepatitis D virus, which reproduces in the presence of hepatitis B virus.
+As a result, hepatitis D infection occurs in hepatitis B or a superficial infection in chronic hepatitis B patients.
+Hepatitis D viruses are spread through contact with blood and other bodily fluids, with contaminated needles, sexually transmitted and rarely infected mother to the foetus.
+Hepatitis D is a risk group for chronic hepatitis B virus carriers and people who do not have immunity against hepatitis B.
+An effective preventive measure is vaccination with the hepatitis B vaccine, which also protects people from infection with the hepatitis D virus.
+Hepatitis viruses spread fetal-oral tea with drinking water and food, including eating low-heated beef, fish and sea cucumbers, donor blood, commonly used syringes and infected mother to foetus.
+Passengers may become infected in countries with hepatitis E high disease.
+Hepatitis prevention measures include meeting hygiene requirements: wash or disinfectant their hands after going to the toilet, before cooking and eating, after caring for the sick.
+Wash fruit and vegetables before consumption, avoid eating low-heated beef, fish and seafood, drink only safe drinking water and avoid drug use.
+While rivals tried to squeeze the four-time Olympic champion off course in the final round, 34-year-old Farah found strength in the final round and won in a time of 26.49.51.
+Farah didn't think long, pulling his wife Tania and the children along with him after the finish.
+It was a special moment for me.
+I greatly miss my family.
+Being on the track with them was wonderful," Farah told reporters.
+Farah is aiming for a fifth title race in London in a row with a golden duo of the 5,000 and 10,000 metres.
+Anything is possible if you believe in it.
+Despite the title, Anne-Marie O'Connor's "Daam in Gold; Gustav Klimt's masterpiece, the extraordinary story of the extraordinary story of Adele Bloch-Bauer's portrait" delves much deeper into the origin story of an artwork from the birth of one of the arts much deeper into the cultural life of the late 19th and early 20th-centurni-Rollings of Vienna.
+But even more in history.
+The awesome amount of information would have worn off perhaps a louder cut, a narrower subject allowed to have the extraordinary story of the title allowed to have more of an impact.
+There would be two books on the cover at the moment: the story of Adele Bloch-Bauer, depicted in the painting "Daam in Gold," and a much larger and more comprehensive historical book about respectable Jewish families and the German occupation, along with its after-effects in Austria.
+The first third of the book leads to the cultural life of Vienna in the midst of a bustling Vienna, and who have themselves in the Austrian capital, one can imagine how life went around Ringstrasse more than a hundred years ago, or how everyone turned their heads in the Central Cafe when Klimt stepped in.
+The concentration of cultural figures was high in one of Europe's richest cities, and when you see a familiar name in the book, you feel like a more grammar of cultures.
+At the same time, for example, the fact that Sigmund Freud operated in a city where incursive syphilis and had the highest suicide rate in Europe seems to add nothing to the development of the story.
+Or perhaps, every pair of brushstrokes adds colour to the cultural life of the early 20th century in Vienna.
+dream of a trip to the Soviet Union
+In the last decades of the 19th century, the number of Jews in Vienna had exploded, becoming the largest Jewish community in Western Europe.
+At the turn of the century, almost one in ten of Vienna's residents was a Jew.
+Adele's parents were also newcomers to Vienna, but by the time Adele married herself twice to open a Czech sugar magnate, Ferdinand Bloch, and Klimt was posing for her famous paintings, her father's bank had already become the seventh-largest bank in the Habsburg empire.
+But Adelet didn't draw the whole glamorous life to which she belonged.
+If you look at "Dami in gold," it's hard to believe that, towards the end of her life, this great lady became infected with socialism and dreamed of a trip to the Soviet Union.
diff --git a/tests/decoder/intgemm/intgemm_8bit_ssse3.avx512.expected.bleu b/tests/decoder/intgemm/intgemm_8bit_ssse3.avx512.expected.bleu
new file mode 100644
index 0000000..580f650
--- /dev/null
+++ b/tests/decoder/intgemm/intgemm_8bit_ssse3.avx512.expected.bleu
@@ -0,0 +1 @@
+BLEU+case.mixed+numrefs.1+smooth.exp+tok.13a+version.1.2.12 = 30.3 66.0/38.2/24.2/15.6 (BP = 0.969 ratio = 0.969 hyp_len = 2751 ref_len = 2838)
diff --git a/tests/decoder/intgemm/setup.sh b/tests/decoder/intgemm/setup.sh
new file mode 100644
index 0000000..fde77bc
--- /dev/null
+++ b/tests/decoder/intgemm/setup.sh
@@ -0,0 +1,14 @@
+# Skip if compiled without SentencePiece
+if [ ! $MRT_MARIAN_USE_SENTENCEPIECE ]; then
+ exit 100
+fi
+
+test -f $MRT_MODELS/student-eten/model.npz || exit 1
+test -f $MRT_MODELS/student-eten/lex.s2t || exit 1
+test -f $MRT_MODELS/student-eten/vocab.spm || exit 1
+
+test -f newstest2018.src || python3 $MRT_TOOLS/sacrebleu/sacrebleu.py -t wmt18 -l et-en --echo src \
+ | head -n 100 > newstest2018.src
+test -f newstest2018.ref || python3 $MRT_TOOLS/sacrebleu/sacrebleu.py -t wmt18 -l et-en --echo ref \
+ | head -n 100 > newstest2018.ref
+
diff --git a/tests/decoder/intgemm/test_intgemm_16bit.sh b/tests/decoder/intgemm/test_intgemm_16bit.sh
new file mode 100644
index 0000000..89ad809
--- /dev/null
+++ b/tests/decoder/intgemm/test_intgemm_16bit.sh
@@ -0,0 +1,57 @@
+#!/bin/bash
+
+#####################################################################
+# SUMMARY: Decode intgemm 16bit with a binary model
+# TAGS: cpu student shortlist intgemm
+#####################################################################
+
+# Exit on error
+set -e
+
+# Skip if requirements are not met
+if [ ! $MRT_MARIAN_USE_MKL ]; then
+ echo "Marian is not compiled with CPU" 1>&2
+ exit 100
+elif ! grep -q "avx" /proc/cpuinfo; then
+ echo "Your CPU does not support AVX, which is required" 1>&2
+ exit 100
+fi
+
+# Outputs differ on CPUs supporting AVX, AVX2 or AVX512
+suffix=avx
+if grep -q "avx512_vnni" /proc/cpuinfo; then
+ suffix=avx512_vnni
+elif grep -q "avx512" /proc/cpuinfo; then
+ suffix=avx512
+elif grep -q "avx2" /proc/cpuinfo; then
+ suffix=avx2
+fi
+
+prefix=intgemm_16bit
+
+
+# Remove previous outputs
+rm -f $prefix.out $prefix.$suffix.bin
+
+# Pack the model
+$MRT_MARIAN/marian-conv -f $MRT_MODELS/student-eten/model.npz -t $prefix.$suffix.bin --gemm-type intgemm16
+test -s $prefix.$suffix.bin
+
+# Run test
+$MRT_MARIAN/marian-decoder \
+ -m $prefix.$suffix.bin -v $MRT_MODELS/student-eten/{vocab.spm,vocab.spm} \
+ -i newstest2018.src -o $prefix.out \
+ -b 1 --mini-batch 32 --maxi-batch 100 --maxi-batch-sort src -w 128 \
+ --shortlist $MRT_MODELS/student-eten/lex.s2t 50 50 --cpu-threads 1 \
+ --quiet-translation
+
+# Print current and expected BLEU for debugging
+python3 $MRT_TOOLS/sacrebleu/sacrebleu.py newstest2018.ref < $prefix.out | tee $prefix.out.bleu
+cat $prefix.$suffix.expected.bleu
+
+# Compare with the expected output
+$MRT_TOOLS/diff.sh $prefix.out $prefix.$suffix.expected > $prefix.diff
+
+
+# Exit with success code
+exit 0
diff --git a/tests/decoder/intgemm/test_intgemm_16bit_avx2.sh b/tests/decoder/intgemm/test_intgemm_16bit_avx2.sh
new file mode 100644
index 0000000..f918767
--- /dev/null
+++ b/tests/decoder/intgemm/test_intgemm_16bit_avx2.sh
@@ -0,0 +1,56 @@
+#!/bin/bash
+
+#####################################################################
+# SUMMARY: Decode intgemm 16bit avx2
+# TAGS: cpu student shortlist intgemm
+#####################################################################
+
+# Exit on error
+set -e
+
+# Skip if requirements are not met
+if [ ! $MRT_MARIAN_USE_MKL ]; then
+ echo "Marian is not compiled with CPU" 1>&2
+ exit 100
+elif ! grep -q "avx2" /proc/cpuinfo; then
+ echo "Your CPU does not support AVX2, which is required" 1>&2
+ exit 100
+fi
+
+# Outputs differ on CPUs supporting AVX, AVX2 or AVX512
+suffix=avx2
+if grep -q "avx512_vnni" /proc/cpuinfo; then
+ suffix=avx512_vnni
+elif grep -q "avx512" /proc/cpuinfo; then
+ suffix=avx512
+fi
+
+prefix=intgemm_16bit_avx2
+
+
+# Remove previous outputs
+rm -f $prefix.out $prefix.$suffix.bin
+
+# Pack the model
+$MRT_MARIAN/marian-conv -f $MRT_MODELS/student-eten/model.npz -t $prefix.$suffix.bin --gemm-type intgemm16avx2
+test -s $prefix.$suffix.bin
+
+# Run test
+$MRT_MARIAN/marian-decoder \
+ -m $prefix.$suffix.bin -v $MRT_MODELS/student-eten/{vocab.spm,vocab.spm} \
+ -i newstest2018.src -o $prefix.out \
+ -b 1 --mini-batch 32 --maxi-batch 100 --maxi-batch-sort src -w 128 \
+ --shortlist $MRT_MODELS/student-eten/lex.s2t 50 50 --cpu-threads 1 \
+ --quiet-translation
+
+# Print current and expected BLEU for debugging
+python3 $MRT_TOOLS/sacrebleu/sacrebleu.py newstest2018.ref < $prefix.out | tee $prefix.out.bleu
+# BLEU scores calculated on AVX, AVX2, AVX512 should be very similar, but does not have to be identical
+tail -n1 $prefix.*.expected.bleu || true
+
+# Compare with the expected output
+$MRT_TOOLS/diff.sh $prefix.out $prefix.$suffix.expected > $prefix.diff
+
+
+# Exit with success code
+exit 0
diff --git a/tests/decoder/intgemm/test_intgemm_16bit_sse2.sh b/tests/decoder/intgemm/test_intgemm_16bit_sse2.sh
new file mode 100644
index 0000000..afdef7a
--- /dev/null
+++ b/tests/decoder/intgemm/test_intgemm_16bit_sse2.sh
@@ -0,0 +1,58 @@
+#!/bin/bash
+
+#####################################################################
+# SUMMARY: Decode intgemm 16bit sse2
+# TAGS: cpu student shortlist intgemm
+#####################################################################
+
+# Exit on error
+set -e
+
+# Skip if requirements are not met
+if [ ! $MRT_MARIAN_USE_MKL ]; then
+ echo "Marian is not compiled with CPU" 1>&2
+ exit 100
+elif ! grep -q "sse2" /proc/cpuinfo; then
+ echo "Your CPU does not support SSE2, which is required" 1>&2
+ exit 100
+fi
+
+# Outputs differ on CPUs supporting AVX, AVX2 or AVX512
+suffix=avx
+if grep -q "avx512_vnni" /proc/cpuinfo; then
+ suffix=avx512_vnni
+elif grep -q "avx512" /proc/cpuinfo; then
+ suffix=avx512
+elif grep -q "avx2" /proc/cpuinfo; then
+ suffix=avx2
+fi
+
+prefix=intgemm_16bit_sse2
+
+
+# Remove previous outputs
+rm -f $prefix.out $prefix.$suffix.bin
+
+# Pack the model
+$MRT_MARIAN/marian-conv -f $MRT_MODELS/student-eten/model.npz -t $prefix.$suffix.bin --gemm-type intgemm16sse2
+test -s $prefix.$suffix.bin
+
+# Run test
+$MRT_MARIAN/marian-decoder \
+ -m $prefix.$suffix.bin -v $MRT_MODELS/student-eten/{vocab.spm,vocab.spm} \
+ -i newstest2018.src -o $prefix.out \
+ -b 1 --mini-batch 32 --maxi-batch 100 --maxi-batch-sort src -w 128 \
+ --shortlist $MRT_MODELS/student-eten/lex.s2t 50 50 --cpu-threads 1 \
+ --quiet-translation
+
+# Print current and expected BLEU for debugging
+python3 $MRT_TOOLS/sacrebleu/sacrebleu.py newstest2018.ref < $prefix.out | tee $prefix.out.bleu
+# BLEU scores calculated on AVX, AVX2, AVX512 should be very similar, but does not have to be identical
+tail -n1 $prefix.*.expected.bleu || true
+
+# Compare with the expected output
+$MRT_TOOLS/diff.sh $prefix.out $prefix.$suffix.expected > $prefix.diff
+
+
+# Exit with success code
+exit 0
diff --git a/tests/decoder/intgemm/test_intgemm_8bit.sh b/tests/decoder/intgemm/test_intgemm_8bit.sh
new file mode 100644
index 0000000..1bdec70
--- /dev/null
+++ b/tests/decoder/intgemm/test_intgemm_8bit.sh
@@ -0,0 +1,57 @@
+#!/bin/bash
+
+#####################################################################
+# SUMMARY: Decode intgemm 8bit with a binary model
+# TAGS: cpu student shortlist intgemm
+#####################################################################
+
+# Exit on error
+set -e
+
+# Skip if requirements are not met
+if [ ! $MRT_MARIAN_USE_MKL ]; then
+ echo "Marian is not compiled with CPU" 1>&2
+ exit 100
+elif ! grep -q "avx" /proc/cpuinfo; then
+ echo "Your CPU does not support AVX, which is required" 1>&2
+ exit 100
+fi
+
+# Outputs differ on CPUs supporting AVX, AVX2 or AVX512
+suffix=avx
+if grep -q "avx512_vnni" /proc/cpuinfo; then
+ suffix=avx512_vnni
+elif grep -q "avx512" /proc/cpuinfo; then
+ suffix=avx512
+elif grep -q "avx2" /proc/cpuinfo; then
+ suffix=avx2
+fi
+
+prefix=intgemm_8bit
+
+
+# Remove previous outputs
+rm -f $prefix.out $prefix.$suffix.bin
+
+# Pack the model
+$MRT_MARIAN/marian-conv -f $MRT_MODELS/student-eten/model.npz -t $prefix.$suffix.bin --gemm-type intgemm8
+test -s $prefix.$suffix.bin
+
+# Run test
+$MRT_MARIAN/marian-decoder \
+ -m $prefix.$suffix.bin -v $MRT_MODELS/student-eten/{vocab.spm,vocab.spm} \
+ -i newstest2018.src -o $prefix.out \
+ -b 1 --mini-batch 32 --maxi-batch 100 --maxi-batch-sort src -w 128 \
+ --shortlist $MRT_MODELS/student-eten/lex.s2t 50 50 --cpu-threads 1 \
+ --quiet-translation
+
+# Print current and expected BLEU for debugging
+python3 $MRT_TOOLS/sacrebleu/sacrebleu.py newstest2018.ref < $prefix.out | tee $prefix.out.bleu
+cat $prefix.$suffix.expected.bleu
+
+# Compare with the expected output
+$MRT_TOOLS/diff.sh $prefix.out $prefix.$suffix.expected > $prefix.diff
+
+
+# Exit with success code
+exit 0
diff --git a/tests/decoder/intgemm/test_intgemm_8bit_avx2.sh b/tests/decoder/intgemm/test_intgemm_8bit_avx2.sh
new file mode 100644
index 0000000..ceaefb6
--- /dev/null
+++ b/tests/decoder/intgemm/test_intgemm_8bit_avx2.sh
@@ -0,0 +1,56 @@
+#!/bin/bash
+
+#####################################################################
+# SUMMARY: Decode intgemm 8bit avx2
+# TAGS: cpu student shortlist intgemm
+#####################################################################
+
+# Exit on error
+set -e
+
+# Skip if requirements are not met
+if [ ! $MRT_MARIAN_USE_MKL ]; then
+ echo "Marian is not compiled with CPU" 1>&2
+ exit 100
+elif ! grep -q "avx2" /proc/cpuinfo; then
+ echo "Your CPU does not support AVX2, which is required" 1>&2
+ exit 100
+fi
+
+# Outputs differ on CPUs supporting AVX, AVX2 or AVX512
+suffix=avx2
+if grep -q "avx512_vnni" /proc/cpuinfo; then
+ suffix=avx512_vnni
+elif grep -q "avx512" /proc/cpuinfo; then
+ suffix=avx512
+fi
+
+prefix=intgemm_8bit_avx2
+
+
+# Remove previous outputs
+rm -f $prefix.out $prefix.$suffix.bin
+
+# Pack the model
+$MRT_MARIAN/marian-conv -f $MRT_MODELS/student-eten/model.npz -t $prefix.$suffix.bin --gemm-type intgemm8avx2
+test -s $prefix.$suffix.bin
+
+# Run test
+$MRT_MARIAN/marian-decoder \
+ -m $prefix.$suffix.bin -v $MRT_MODELS/student-eten/{vocab.spm,vocab.spm} \
+ -i newstest2018.src -o $prefix.out \
+ -b 1 --mini-batch 32 --maxi-batch 100 --maxi-batch-sort src -w 128 \
+ --shortlist $MRT_MODELS/student-eten/lex.s2t 50 50 --cpu-threads 1 \
+ --quiet-translation
+
+# Print current and expected BLEU for debugging
+python3 $MRT_TOOLS/sacrebleu/sacrebleu.py newstest2018.ref < $prefix.out | tee $prefix.out.bleu
+# BLEU scores calculated on AVX, AVX2, AVX512 should be very similar, but does not have to be identical
+tail -n1 $prefix.*.expected.bleu || true
+
+# Compare with the expected output
+$MRT_TOOLS/diff.sh $prefix.out $prefix.$suffix.expected > $prefix.diff
+
+
+# Exit with success code
+exit 0
diff --git a/tests/decoder/intgemm/test_intgemm_8bit_ssse3.sh b/tests/decoder/intgemm/test_intgemm_8bit_ssse3.sh
new file mode 100644
index 0000000..565e18d
--- /dev/null
+++ b/tests/decoder/intgemm/test_intgemm_8bit_ssse3.sh
@@ -0,0 +1,58 @@
+#!/bin/bash
+
+#####################################################################
+# SUMMARY: Decode intgemm 8bit ssse3
+# TAGS: cpu student shortlist intgemm
+#####################################################################
+
+# Exit on error
+set -e
+
+# Skip if requirements are not met
+if [ ! $MRT_MARIAN_USE_MKL ]; then
+ echo "Marian is not compiled with CPU" 1>&2
+ exit 100
+elif ! grep -q "ssse3" /proc/cpuinfo; then
+ echo "Your CPU does not support SSSE3, which is required" 1>&2
+ exit 100
+fi
+
+# Outputs differ on CPUs supporting AVX, AVX2 or AVX512
+suffix=avx
+if grep -q "avx512_vnni" /proc/cpuinfo; then
+ suffix=avx512_vnni
+elif grep -q "avx512" /proc/cpuinfo; then
+ suffix=avx512
+elif grep -q "avx2" /proc/cpuinfo; then
+ suffix=avx2
+fi
+
+prefix=intgemm_8bit_ssse3
+
+
+# Remove previous outputs
+rm -f $prefix.out $prefix.$suffix.bin
+
+# Pack the model
+$MRT_MARIAN/marian-conv -f $MRT_MODELS/student-eten/model.npz -t $prefix.$suffix.bin --gemm-type intgemm8ssse3
+test -s $prefix.$suffix.bin
+
+# Run test
+$MRT_MARIAN/marian-decoder \
+ -m $prefix.$suffix.bin -v $MRT_MODELS/student-eten/{vocab.spm,vocab.spm} \
+ -i newstest2018.src -o $prefix.out \
+ -b 1 --mini-batch 32 --maxi-batch 100 --maxi-batch-sort src -w 128 \
+ --shortlist $MRT_MODELS/student-eten/lex.s2t 50 50 --cpu-threads 1 \
+ --quiet-translation
+
+# Print current and expected BLEU for debugging
+python3 $MRT_TOOLS/sacrebleu/sacrebleu.py newstest2018.ref < $prefix.out | tee $prefix.out.bleu
+# BLEU scores calculated on AVX, AVX2, AVX512 should be very similar, but does not have to be identical
+tail -n1 $prefix.*.expected.bleu || true
+
+# Compare with the expected output
+$MRT_TOOLS/diff.sh $prefix.out $prefix.$suffix.expected > $prefix.diff
+
+
+# Exit with success code
+exit 0
diff --git a/tests/decoder/intgemm/update_expected_outputs.sh b/tests/decoder/intgemm/update_expected_outputs.sh
new file mode 100644
index 0000000..5d026e6
--- /dev/null
+++ b/tests/decoder/intgemm/update_expected_outputs.sh
@@ -0,0 +1,29 @@
+#!/bin/bash -x
+
+# Script for re-generatting expected outputs and BLEU scores for CPUs with
+# avx/avx2/avx512 architectures after running regression tests.
+#
+# On Valhalla the machines could be gna/hodor/sigyn, respectively.
+#
+# An example scenario on hodor:
+# 1. Compile Marian with -DUSE_FBGEMM=on -DUSE_SENTENCEPIECE-on on hodor
+# 2. Run regression tests, which fail due to updates in intgemm
+# 3. Run `bash update_expected_outputs.sh avx2` from this directory
+# 4. Add and commit *.expected* files
+
+[[ $# -ne 1 ]] && { echo "This script must take avx/avx2/avx512 as the first argument"; exit 1; }
+
+avx=$1
+
+for suffix in '' .bleu; do
+ cp intgemm_16bit.out$suffix intgemm_16bit.$avx.expected$suffix
+ cp intgemm_8bit.out$suffix intgemm_8bit.$avx.expected$suffix
+
+ cp intgemm_16bit_sse2.out$suffix intgemm_16bit_sse2.$avx.expected$suffix
+ cp intgemm_8bit_ssse3.out$suffix intgemm_8bit_ssse3.$avx.expected$suffix
+ cp intgemm_16bit_avx2.out$suffix intgemm_16bit_avx2.$avx.expected$suffix
+ cp intgemm_8bit_avx2.out$suffix intgemm_8bit_avx2.$avx.expected$suffix
+
+ #cp fbgemm_intgemm_8bit.out$suffix fbgemm_intgemm_8bit.$avx.expected$suffix
+ #cp intgemm_8bit_shifted.out$suffix intgemm_8bit_shifted.$avx.expected$suffix
+done
diff --git a/tests/decoder/shortlist/test_shortlist_server.sh b/tests/decoder/shortlist/test_shortlist_server.sh
index a552179..0e4f52f 100644
--- a/tests/decoder/shortlist/test_shortlist_server.sh
+++ b/tests/decoder/shortlist/test_shortlist_server.sh
@@ -10,7 +10,7 @@
set -e
# Check if marian-server is compiled
-test -f $MRT_MARIAN/marian-server || exit 100
+test -f $MRT_MARIAN/marian-server || exit $EXIT_CODE_SKIP
clean_up() {
kill $SERVER_PID
diff --git a/tests/examples/iris/iris.expected b/tests/examples/iris/iris.expected
index d85216b..06b903c 100644
--- a/tests/examples/iris/iris.expected
+++ b/tests/examples/iris/iris.expected
@@ -1,21 +1,21 @@
-Epoch: 10 Cost: 1.04716
-Epoch: 20 Cost: 0.950825
-Epoch: 30 Cost: 0.820504
-Epoch: 40 Cost: 0.695501
-Epoch: 50 Cost: 0.604447
-Epoch: 60 Cost: 0.547136
-Epoch: 70 Cost: 0.510545
-Epoch: 80 Cost: 0.482441
-Epoch: 90 Cost: 0.454797
-Epoch: 100 Cost: 0.424458
-Epoch: 110 Cost: 0.391254
-Epoch: 120 Cost: 0.356465
-Epoch: 130 Cost: 0.321526
-Epoch: 140 Cost: 0.287701
-Epoch: 150 Cost: 0.25602
-Epoch: 160 Cost: 0.227252
-Epoch: 170 Cost: 0.201837
-Epoch: 180 Cost: 0.179863
-Epoch: 190 Cost: 0.161122
-Epoch: 200 Cost: 0.145255
-Accuracy: 0.966667
+Epoch: 10 Cost: 1.04924
+Epoch: 20 Cost: 0.962718
+Epoch: 30 Cost: 0.835417
+Epoch: 40 Cost: 0.705351
+Epoch: 50 Cost: 0.608445
+Epoch: 60 Cost: 0.547739
+Epoch: 70 Cost: 0.509524
+Epoch: 80 Cost: 0.480006
+Epoch: 90 Cost: 0.450374
+Epoch: 100 Cost: 0.418043
+Epoch: 110 Cost: 0.383112
+Epoch: 120 Cost: 0.346854
+Epoch: 130 Cost: 0.311156
+Epoch: 140 Cost: 0.277741
+Epoch: 150 Cost: 0.247723
+Epoch: 160 Cost: 0.221559
+Epoch: 170 Cost: 0.19921
+Epoch: 180 Cost: 0.180344
+Epoch: 190 Cost: 0.164502
+Epoch: 200 Cost: 0.151199
+Accuracy: 1
diff --git a/tests/examples/iris/test_iris.sh b/tests/examples/iris/test_iris.sh
index 1bf6e66..b0f4c0a 100644
--- a/tests/examples/iris/test_iris.sh
+++ b/tests/examples/iris/test_iris.sh
@@ -1,5 +1,10 @@
#!/bin/bash
+#####################################################################
+# SUMMARY: A classifier for Iris dataset
+# TAGS: gcc5-fails
+#####################################################################
+
# Exit on error
set -e
diff --git a/tests/interface/input-tsv/.gitignore b/tests/interface/input-tsv/.gitignore
index b935acd..5a16ccc 100644
--- a/tests/interface/input-tsv/.gitignore
+++ b/tests/interface/input-tsv/.gitignore
@@ -13,6 +13,16 @@ train_vocabs_nopaths
train_lm
train_empty_lines
train_extra_tabs
+train_align
+train_align0
+train_align_weights
+train_align_weights_intypes
+train_align_shuffle
+train_align_shuffle_ram
+train_align_stdin
+train_weights
+train_weights0
+train_intypes_stdin
train.de
train.en
@@ -22,6 +32,7 @@ train.bpe.en
train.bpe.tsv
train_empty_lines.tsv
train_extra_tabs.tsv
+train2*.tsv
valid
valid.tsv
diff --git a/tests/interface/input-tsv/setup.sh b/tests/interface/input-tsv/setup.sh
index 9888ee6..2b6fa6d 100644
--- a/tests/interface/input-tsv/setup.sh
+++ b/tests/interface/input-tsv/setup.sh
@@ -18,3 +18,10 @@ test -s train.tsv || paste train.{de,en} > train.tsv
test -s train.bpe.de || cat $MRT_DATA/train.max50.de > train.bpe.de
test -s train.bpe.en || cat $MRT_DATA/train.max50.en > train.bpe.en
test -s train.bpe.tsv || paste train.bpe.{de,en} > train.bpe.tsv
+
+test -s train2.de-en-aln.tsv || paste train2.{de,en,aln} > train2.de-en-aln.tsv
+test -s train2.aln-de-en.tsv || paste train2.{aln,de,en} > train2.aln-de-en.tsv
+test -s train2.de-en-w.tsv || paste train2.{de,en,w} > train2.de-en-w.tsv
+test -s train2.w-de-en.tsv || paste train2.{w,de,en} > train2.w-de-en.tsv
+
+test -s train2.de-w-aln-en.tsv || paste train2.{de,w,aln,en} > train2.de-w-aln-en.tsv
diff --git a/tests/interface/input-tsv/test_error_msg_for_creating_vocab_from_tsv_with_align.sh b/tests/interface/input-tsv/test_error_msg_for_creating_vocab_from_tsv_with_align.sh
new file mode 100644
index 0000000..170d0ae
--- /dev/null
+++ b/tests/interface/input-tsv/test_error_msg_for_creating_vocab_from_tsv_with_align.sh
@@ -0,0 +1,26 @@
+#!/bin/bash -x
+
+#####################################################################
+# SUMMARY: Creating a vocabulary from a TSV file with alignment in not supported
+# TAGS: sentencepiece tsv train align
+#####################################################################
+
+# Exit on error
+set -e
+
+# Remove old artifacts and create working directory
+rm -rf msg_train_vocab_align msg_train_vocab_align.log
+mkdir -p msg_train_vocab_align
+
+# Run marian command
+$MRT_MARIAN/marian \
+ --no-shuffle --seed 1111 -m msg_train_vocab_align/model.npz \
+ --tsv -t train2.de-en-aln.tsv -v msg_train_vocab_align/vocab.spm msg_train_vocab_align/vocab.spm --dim-vocabs 2000 2000 \
+ --after-batches 1 --guided-alignment 2 \
+ > msg_train_vocab_align.log 2>&1 || true
+
+test -e msg_train_vocab_align.log
+grep -qi "creating vocab.* tsv data with alignment.* not supported" msg_train_vocab_align.log
+
+# Exit with success code
+exit 0
diff --git a/tests/interface/input-tsv/test_error_msg_for_identical_align_and_weight_indices.sh b/tests/interface/input-tsv/test_error_msg_for_identical_align_and_weight_indices.sh
new file mode 100644
index 0000000..9ba1cdb
--- /dev/null
+++ b/tests/interface/input-tsv/test_error_msg_for_identical_align_and_weight_indices.sh
@@ -0,0 +1,26 @@
+#!/bin/bash -x
+
+#####################################################################
+# SUMMARY: Indices for guided-alignment and data-weighting must differ
+# TAGS: sentencepiece tsv train align
+#####################################################################
+
+# Exit on error
+set -e
+
+# Remove old artifacts and create working directory
+rm -rf msg_align_weight_same_ids msg_align_weight_same_ids.log
+mkdir -p msg_align_weight_same_ids
+
+# Run marian command
+$MRT_MARIAN/marian \
+ --no-shuffle --seed 1111 -m msg_align_weight_same_ids/model.npz \
+ --tsv -t train2.de-w-en-aln.tsv -v msg_align_weight_same_ids/vocab.spm msg_align_weight_same_ids/vocab.spm --dim-vocabs 2000 2000 \
+ --after-batches 1 --guided-alignment 3 --data-weighting 3 \
+ > msg_align_weight_same_ids.log 2>&1 || true
+
+test -e msg_align_weight_same_ids.log
+grep -qi "tsv .*alignment .*weighting must.* be different" msg_align_weight_same_ids.log
+
+# Exit with success code
+exit 0
diff --git a/tests/interface/input-tsv/test_tsv_server.sh b/tests/interface/input-tsv/test_tsv_server.sh
index ad215a5..f6443c3 100644
--- a/tests/interface/input-tsv/test_tsv_server.sh
+++ b/tests/interface/input-tsv/test_tsv_server.sh
@@ -8,6 +8,9 @@
# Exit on error
set -e
+# Check if marian-server is compiled
+test -f $MRT_MARIAN/marian-server || exit $EXIT_CODE_SKIP
+
clean_up() {
kill $SERVER_PID
}
diff --git a/tests/interface/input-tsv/test_tsv_server_dual_source.sh b/tests/interface/input-tsv/test_tsv_server_dual_source.sh
index 22c253d..f94e6c4 100644
--- a/tests/interface/input-tsv/test_tsv_server_dual_source.sh
+++ b/tests/interface/input-tsv/test_tsv_server_dual_source.sh
@@ -8,6 +8,9 @@
# Exit on error
set -e
+# Check if marian-server is compiled
+test -f $MRT_MARIAN/marian-server || exit $EXIT_CODE_SKIP
+
clean_up() {
kill $SERVER_PID
}
diff --git a/tests/interface/input-tsv/test_tsv_train.sh b/tests/interface/input-tsv/test_tsv_train.sh
index 8685004..72b87d8 100644
--- a/tests/interface/input-tsv/test_tsv_train.sh
+++ b/tests/interface/input-tsv/test_tsv_train.sh
@@ -14,7 +14,7 @@ mkdir -p train
# Run marian command
$MRT_MARIAN/marian \
- --no-shuffle --seed 1111 --dim-emb 32 --dim-rnn 64 --maxi-batch 1 --maxi-batch-sort none --optimizer sgd \
+ --cost-type ce-mean --no-shuffle --seed 1111 --dim-emb 32 --dim-rnn 64 --maxi-batch 1 --maxi-batch-sort none --optimizer sgd \
-m train/model.npz --tsv -t train.tsv -v $MRT_MODELS/rnn-spm/vocab.deen.{spm,spm} \
--after-batches 10 --disp-freq 2 \
--log train.log
diff --git a/tests/interface/input-tsv/test_tsv_train_assume_stdin.sh b/tests/interface/input-tsv/test_tsv_train_assume_stdin.sh
index 7fcf2d3..87f8c7c 100644
--- a/tests/interface/input-tsv/test_tsv_train_assume_stdin.sh
+++ b/tests/interface/input-tsv/test_tsv_train_assume_stdin.sh
@@ -14,7 +14,7 @@ mkdir -p train_stdin2
# Run marian command
cat train.tsv | $MRT_MARIAN/marian \
- --no-shuffle --seed 1111 --dim-emb 32 --dim-rnn 64 --maxi-batch 1 --maxi-batch-sort none --optimizer sgd \
+ --cost-type ce-mean --no-shuffle --seed 1111 --dim-emb 32 --dim-rnn 64 --maxi-batch 1 --maxi-batch-sort none --optimizer sgd \
-m train_stdin2/model.npz -t stdin -v $MRT_MODELS/rnn-spm/vocab.deen.{spm,spm} \
--after-batches 10 --disp-freq 2 \
--log train_stdin2.log
diff --git a/tests/interface/input-tsv/test_tsv_train_create_vocab_joint.sh b/tests/interface/input-tsv/test_tsv_train_create_vocab_joint.sh
index cf224eb..88b5b62 100644
--- a/tests/interface/input-tsv/test_tsv_train_create_vocab_joint.sh
+++ b/tests/interface/input-tsv/test_tsv_train_create_vocab_joint.sh
@@ -14,7 +14,7 @@ mkdir -p train_vocab
# Run marian command
$MRT_MARIAN/marian \
- --no-shuffle --seed 1111 --dim-emb 32 --dim-rnn 64 --maxi-batch 1 --maxi-batch-sort none --optimizer sgd \
+ --cost-type ce-mean --no-shuffle --seed 1111 --dim-emb 32 --dim-rnn 64 --maxi-batch 1 --maxi-batch-sort none --optimizer sgd \
-m train_vocab/model.npz --tsv -t train.tsv -v train_vocab/vocab.spm train_vocab/vocab.spm --dim-vocabs 2000 2000 -T train_vocab \
--after-batches 20 --disp-freq 2 \
--log train_vocab.log
diff --git a/tests/interface/input-tsv/test_tsv_train_create_vocabs.sh b/tests/interface/input-tsv/test_tsv_train_create_vocabs.sh
index f163900..a23e7ac 100644
--- a/tests/interface/input-tsv/test_tsv_train_create_vocabs.sh
+++ b/tests/interface/input-tsv/test_tsv_train_create_vocabs.sh
@@ -14,7 +14,7 @@ mkdir -p train_vocabs
# Run marian command
$MRT_MARIAN/marian \
- --no-shuffle --seed 1111 --dim-emb 32 --dim-rnn 64 --maxi-batch 1 --maxi-batch-sort none --optimizer sgd \
+ --cost-type ce-mean --no-shuffle --seed 1111 --dim-emb 32 --dim-rnn 64 --maxi-batch 1 --maxi-batch-sort none --optimizer sgd \
-m train_vocabs/model.npz --tsv -t train.tsv -v train_vocabs/vocab.de.spm train_vocabs/vocab.en.spm --dim-vocabs 2000 2000 -T train_vocabs \
--after-batches 20 --disp-freq 2 \
--log train_vocabs.log
diff --git a/tests/interface/input-tsv/test_tsv_train_create_vocabs_yml.sh b/tests/interface/input-tsv/test_tsv_train_create_vocabs_yml.sh
index d627c43..26d20a6 100644
--- a/tests/interface/input-tsv/test_tsv_train_create_vocabs_yml.sh
+++ b/tests/interface/input-tsv/test_tsv_train_create_vocabs_yml.sh
@@ -14,7 +14,7 @@ mkdir -p train_vocabs_yml
# Run marian command
$MRT_MARIAN/marian \
- --no-shuffle --seed 1111 --dim-emb 32 --dim-rnn 64 --maxi-batch 1 --maxi-batch-sort none --optimizer sgd \
+ --cost-type ce-mean --no-shuffle --seed 1111 --dim-emb 32 --dim-rnn 64 --maxi-batch 1 --maxi-batch-sort none --optimizer sgd \
-m train_vocabs_yml/model.npz --tsv -t train.bpe.tsv -v train_vocabs_yml/vocab.de.yml train_vocabs_yml/vocab.en.yml --dim-vocabs 2000 2000 -T train_vocabs_yml \
--after-batches 20 --disp-freq 2 \
--log train_vocabs_yml.log
diff --git a/tests/interface/input-tsv/test_tsv_train_inputtypes_stdin.sh b/tests/interface/input-tsv/test_tsv_train_inputtypes_stdin.sh
new file mode 100644
index 0000000..07f2eab
--- /dev/null
+++ b/tests/interface/input-tsv/test_tsv_train_inputtypes_stdin.sh
@@ -0,0 +1,31 @@
+#!/bin/bash -x
+
+#####################################################################
+# SUMMARY: Train a model on data in the TSV format from STDIN with input-types
+# TAGS: sentencepiece tsv train inputtypes
+#####################################################################
+
+# Exit on error
+set -e
+
+# Remove old artifacts and create working directory
+rm -rf train_intypes_stdin train_intypes_stdin.{log,out,diff}
+mkdir -p train_intypes_stdin
+
+# Run marian command
+cat train.tsv | $MRT_MARIAN/marian \
+ --cost-type ce-mean --no-shuffle --seed 1111 --dim-emb 32 --dim-rnn 64 --maxi-batch 1 --maxi-batch-sort none --optimizer sgd \
+ -m train_intypes_stdin/model.npz --tsv -t stdin --input-types sequence sequence -v $MRT_MODELS/rnn-spm/vocab.deen.{spm,spm} \
+ --after-batches 10 --disp-freq 2 \
+ --log train_intypes_stdin.log
+
+# Check if files exist
+test -e train_intypes_stdin/model.npz
+test -e train_intypes_stdin.log
+
+# Compare the current output with the expected output
+cat train_intypes_stdin.log | $MRT_TOOLS/extract-costs.sh > train_intypes_stdin.out
+$MRT_TOOLS/diff-nums.py train_intypes_stdin.out train.expected -p 0.01 -o train_intypes_stdin.diff
+
+# Exit with success code
+exit 0
diff --git a/tests/interface/input-tsv/test_tsv_train_mini_batch_fit.sh b/tests/interface/input-tsv/test_tsv_train_mini_batch_fit.sh
index a8874e6..42afeac 100644
--- a/tests/interface/input-tsv/test_tsv_train_mini_batch_fit.sh
+++ b/tests/interface/input-tsv/test_tsv_train_mini_batch_fit.sh
@@ -2,7 +2,7 @@
#####################################################################
# SUMMARY: Train a model on data in the TSV format with mini-batch-fit
-# TAGS: sentencepiece tsv train mini-batch-fit
+# TAGS: sentencepiece tsv train mini-batch-fit gcc5-fails sync-sgd
#####################################################################
# Exit on error
@@ -14,7 +14,7 @@ mkdir -p train_fit
# Run marian command
$MRT_MARIAN/marian \
- --mini-batch-fit -w 500 --seed 1111 --dim-emb 32 --dim-rnn 64 --maxi-batch 10 --optimizer sgd \
+ --cost-type ce-mean --mini-batch-fit -w 500 --seed 1111 --dim-emb 32 --dim-rnn 64 --maxi-batch 10 --optimizer sgd --sync-sgd \
-m train_fit/model.npz --tsv -t train.tsv -v $MRT_MODELS/rnn-spm/vocab.deen.{spm,spm} \
--after-batches 20 --disp-freq 4 \
--log train_fit.log
diff --git a/tests/interface/input-tsv/test_tsv_train_mini_batch_fit_stdin.sh b/tests/interface/input-tsv/test_tsv_train_mini_batch_fit_stdin.sh
index 8b26362..0b4ba42 100644
--- a/tests/interface/input-tsv/test_tsv_train_mini_batch_fit_stdin.sh
+++ b/tests/interface/input-tsv/test_tsv_train_mini_batch_fit_stdin.sh
@@ -14,7 +14,7 @@ mkdir -p train_fit_stdin
# Run marian command
cat train.tsv | $MRT_MARIAN/marian \
- --no-shuffle --mini-batch-fit -w 500 --seed 2222 --dim-emb 32 --dim-rnn 64 --maxi-batch 10 --optimizer sgd \
+ --cost-type ce-mean --no-shuffle --mini-batch-fit -w 500 --seed 2222 --dim-emb 32 --dim-rnn 64 --maxi-batch 10 --optimizer sgd \
-m train_fit_stdin/model.npz --tsv -t stdin -v $MRT_MODELS/rnn-spm/vocab.deen.{spm,spm} \
--disp-freq 4 --log train_fit_stdin.log
diff --git a/tests/interface/input-tsv/test_tsv_train_restore_from_stdin.sh b/tests/interface/input-tsv/test_tsv_train_restore_from_stdin.sh
index 4783e76..f8953ef 100644
--- a/tests/interface/input-tsv/test_tsv_train_restore_from_stdin.sh
+++ b/tests/interface/input-tsv/test_tsv_train_restore_from_stdin.sh
@@ -11,12 +11,12 @@ test -e vocab.de.yml || $MRT_MARIAN/marian-vocab < train.bpe.de > vocab.de.yml
test -e vocab.en.yml || $MRT_MARIAN/marian-vocab < train.bpe.en > vocab.en.yml
# TODO: Weight decaying in Adam is disabled, because it gives unstable results on GPU
-extra_opts="--no-shuffle --seed 2222 --maxi-batch 1 --maxi-batch-sort none --mini-batch 16 --dim-emb 128 --dim-rnn 256 --disp-freq 2 --type s2s --sync-sgd --optimizer sgd"
+extra_opts="--no-shuffle --seed 2222 --maxi-batch 1 --maxi-batch-sort none --mini-batch 16 --dim-emb 128 --dim-rnn 256 --disp-freq 2 --type s2s --sync-sgd --optimizer sgd --cost-type ce-mean"
# Step 1: Train a model in one go, up to the update no. 70, and save training logs
#$MRT_MARIAN/marian \
#-m restore_stdin/model_full.npz -t train.bpe.{en,de} -v vocab.en.yml vocab.de.yml \
- #--after-batches 60 $extra_opts \
+ #--cost-type ce-mean --after-batches 60 $extra_opts \
#--log restore_stdin.log
#test -e restore_stdin/model_full.npz
diff --git a/tests/interface/input-tsv/test_tsv_train_shuffle.sh b/tests/interface/input-tsv/test_tsv_train_shuffle.sh
index 6c501c9..e5ca216 100644
--- a/tests/interface/input-tsv/test_tsv_train_shuffle.sh
+++ b/tests/interface/input-tsv/test_tsv_train_shuffle.sh
@@ -2,7 +2,7 @@
#####################################################################
# SUMMARY: Train a model with shuffling training sentences from a TSV file
-# TAGS: sentencepiece tsv train
+# TAGS: sentencepiece tsv train gcc5-fails sync-sgd
#####################################################################
# Exit on error
@@ -14,7 +14,7 @@ mkdir -p train_shuffle
# Run marian command
$MRT_MARIAN/marian \
- --seed 1111 --dim-emb 32 --dim-rnn 64 --maxi-batch 10 --optimizer sgd \
+ --cost-type ce-mean --seed 1111 --dim-emb 32 --dim-rnn 64 --maxi-batch 10 --optimizer sgd --sync-sgd \
-m train_shuffle/model.npz --tsv --tsv-fields 2 -t train.tsv -v $MRT_MODELS/rnn-spm/vocab.deen.{spm,spm} \
--after-batches 20 --disp-freq 4 \
--log train_shuffle.log
diff --git a/tests/interface/input-tsv/test_tsv_train_shuffle_in_ram.sh b/tests/interface/input-tsv/test_tsv_train_shuffle_in_ram.sh
index a230652..8ce67c3 100644
--- a/tests/interface/input-tsv/test_tsv_train_shuffle_in_ram.sh
+++ b/tests/interface/input-tsv/test_tsv_train_shuffle_in_ram.sh
@@ -2,7 +2,7 @@
#####################################################################
# SUMMARY: Train a model with shuffling-in-RAM training sentences from a TSV file
-# TAGS: sentencepiece tsv train
+# TAGS: sentencepiece tsv train gcc5-fails
#####################################################################
# Exit on error
@@ -14,7 +14,7 @@ mkdir -p train_shuffle_ram
# Run marian command
$MRT_MARIAN/marian \
- --shuffle-in-ram --seed 1111 --dim-emb 32 --dim-rnn 64 --maxi-batch 10 --optimizer sgd \
+ --cost-type ce-mean --shuffle-in-ram --seed 1111 --dim-emb 32 --dim-rnn 64 --maxi-batch 10 --optimizer sgd \
-m train_shuffle_ram/model.npz --tsv --tsv-fields 2 -t train.tsv -v $MRT_MODELS/rnn-spm/vocab.deen.{spm,spm} \
--after-batches 20 --disp-freq 4 \
--log train_shuffle_ram.log
diff --git a/tests/interface/input-tsv/test_tsv_train_stdin.sh b/tests/interface/input-tsv/test_tsv_train_stdin.sh
index 1f9e98b..2a77516 100644
--- a/tests/interface/input-tsv/test_tsv_train_stdin.sh
+++ b/tests/interface/input-tsv/test_tsv_train_stdin.sh
@@ -14,7 +14,7 @@ mkdir -p train_stdin
# Run marian command
cat train.tsv | $MRT_MARIAN/marian \
- --no-shuffle --seed 1111 --dim-emb 32 --dim-rnn 64 --maxi-batch 1 --maxi-batch-sort none --optimizer sgd \
+ --cost-type ce-mean --no-shuffle --seed 1111 --dim-emb 32 --dim-rnn 64 --maxi-batch 1 --maxi-batch-sort none --optimizer sgd \
-m train_stdin/model.npz --tsv -t stdin -v $MRT_MODELS/rnn-spm/vocab.deen.{spm,spm} \
--after-batches 10 --disp-freq 2 \
--log train_stdin.log
diff --git a/tests/interface/input-tsv/test_tsv_train_stdin_2_epochs.sh b/tests/interface/input-tsv/test_tsv_train_stdin_2_epochs.sh
index 085006c..af35c5c 100644
--- a/tests/interface/input-tsv/test_tsv_train_stdin_2_epochs.sh
+++ b/tests/interface/input-tsv/test_tsv_train_stdin_2_epochs.sh
@@ -14,7 +14,7 @@ mkdir -p train_stdin_2e
# Train for the 1st epoch
cat train.tsv | $MRT_MARIAN/marian \
- --no-shuffle --seed 1111 --dim-emb 32 --dim-rnn 64 --maxi-batch 1 --maxi-batch-sort none --optimizer sgd \
+ --cost-type ce-mean --no-shuffle --seed 1111 --dim-emb 32 --dim-rnn 64 --maxi-batch 1 --maxi-batch-sort none --optimizer sgd \
-m train_stdin_2e/model.npz --tsv -t stdin -v $MRT_MODELS/rnn-spm/vocab.deen.{spm,spm} \
--disp-freq 5 \
--log train_stdin_2e.log
@@ -25,7 +25,7 @@ test -e train_stdin_2e.log
# Train for the 2nd epoch
cat train.tsv | $MRT_MARIAN/marian \
- --no-shuffle --seed 1111 --dim-emb 32 --dim-rnn 64 --maxi-batch 1 --maxi-batch-sort none --optimizer sgd --learn-rate 0.002 \
+ --cost-type ce-mean --no-shuffle --seed 1111 --dim-emb 32 --dim-rnn 64 --maxi-batch 1 --maxi-batch-sort none --optimizer sgd --learn-rate 0.002 \
-m train_stdin_2e/model.npz --tsv -t stdin -v $MRT_MODELS/rnn-spm/vocab.deen.{spm,spm} \
--disp-freq 5 \
--log train_stdin_2e.log
diff --git a/tests/interface/input-tsv/test_tsv_train_stdin_empty_fields.sh b/tests/interface/input-tsv/test_tsv_train_stdin_empty_fields.sh
index 4e1aa55..e9b0b33 100644
--- a/tests/interface/input-tsv/test_tsv_train_stdin_empty_fields.sh
+++ b/tests/interface/input-tsv/test_tsv_train_stdin_empty_fields.sh
@@ -20,7 +20,7 @@ paste train.{de,en} \
# Run marian command
cat train_empty_lines.tsv | $MRT_MARIAN/marian \
- --no-shuffle --seed 1111 --dim-emb 32 --dim-rnn 64 --mini-batch 32 --maxi-batch 1 --maxi-batch-sort none --optimizer sgd --max-length 200 \
+ --cost-type ce-mean --no-shuffle --seed 1111 --dim-emb 32 --dim-rnn 64 --mini-batch 32 --maxi-batch 1 --maxi-batch-sort none --optimizer sgd --max-length 200 \
-m train_empty_lines/model.npz --tsv -v $MRT_MODELS/rnn-spm/vocab.deen.{spm,spm} \
--after-epochs 1 --disp-freq 2 \
--log train_empty_lines.log
diff --git a/tests/interface/input-tsv/test_tsv_train_stdin_lm.sh b/tests/interface/input-tsv/test_tsv_train_stdin_lm.sh
index ca22c8f..e9a25c6 100644
--- a/tests/interface/input-tsv/test_tsv_train_stdin_lm.sh
+++ b/tests/interface/input-tsv/test_tsv_train_stdin_lm.sh
@@ -14,7 +14,7 @@ mkdir -p train_lm
# Run marian command
cat train.en | $MRT_MARIAN/marian --type lm \
- --no-shuffle --seed 4444 --dim-emb 32 --dim-rnn 64 --maxi-batch 1 --maxi-batch-sort none --optimizer sgd \
+ --cost-type ce-mean --no-shuffle --seed 4444 --dim-emb 32 --dim-rnn 64 --maxi-batch 1 --maxi-batch-sort none --optimizer sgd \
-m train_lm/model.npz -t stdin -v $MRT_MODELS/rnn-spm/vocab.deen.spm \
--after-batches 10 --disp-freq 2 \
--log train_lm.log
diff --git a/tests/interface/input-tsv/test_tsv_train_with_align.sh b/tests/interface/input-tsv/test_tsv_train_with_align.sh
new file mode 100644
index 0000000..c101d51
--- /dev/null
+++ b/tests/interface/input-tsv/test_tsv_train_with_align.sh
@@ -0,0 +1,34 @@
+#!/bin/bash -x
+
+#####################################################################
+# SUMMARY: Train a model on TSV data with guided alignment
+# TAGS: sentencepiece tsv train align
+#####################################################################
+
+# Exit on error
+set -e
+
+# Remove old artifacts and create working directory
+rm -rf train_align train_align.{log,out,diff}
+mkdir -p train_align
+
+# Run marian command
+$MRT_MARIAN/marian \
+ --cost-type ce-mean --no-shuffle --seed 5555 --dim-emb 32 --dim-rnn 64 --maxi-batch 1 --maxi-batch-sort none --optimizer sgd --learn-rate 0.1 \
+ -m train_align/model.npz --tsv -t train2.de-en-aln.tsv -v $MRT_MODELS/rnn-spm/vocab.deen.{spm,spm} \
+ --after-batches 100 --disp-freq 4 \
+ --guided-alignment 2 --guided-alignment-weight 1.0 \
+ --log train_align.log
+
+
+# Check if files exist
+test -e train_align/model.npz
+test -e train_align.log
+grep -qi "word alignments from" train_align.log
+
+# Compare the current output with the expected output
+cat train_align.log | $MRT_TOOLS/extract-costs.sh > train_align.out
+$MRT_TOOLS/diff-nums.py train_align.out train_align.expected -p 0.01 -o train_align.diff
+
+# Exit with success code
+exit 0
diff --git a/tests/interface/input-tsv/test_tsv_train_with_align_and_weights.sh b/tests/interface/input-tsv/test_tsv_train_with_align_and_weights.sh
new file mode 100644
index 0000000..b02488a
--- /dev/null
+++ b/tests/interface/input-tsv/test_tsv_train_with_align_and_weights.sh
@@ -0,0 +1,35 @@
+#!/bin/bash -x
+
+#####################################################################
+# SUMMARY: Train a model on TSV data with guided alignment and data weighting
+# TAGS: sentencepiece tsv train align dataweights
+#####################################################################
+
+# Exit on error
+set -e
+
+# Remove old artifacts and create working directory
+rm -rf train_align_weights train_align_weights.{log,out,diff}
+mkdir -p train_align_weights
+
+# Run marian command
+$MRT_MARIAN/marian \
+ --cost-type ce-mean --no-shuffle --seed 7777 --dim-emb 32 --dim-rnn 64 --maxi-batch 1 --maxi-batch-sort none --optimizer sgd --learn-rate 0.1 \
+ -m train_align_weights/model.npz --tsv -t train2.de-w-aln-en.tsv -v $MRT_MODELS/rnn-spm/vocab.deen.{spm,spm} \
+ --after-batches 60 --disp-freq 4 \
+ --guided-alignment 2 --guided-alignment-weight 1.0 --data-weighting 1 \
+ --log train_align_weights.log
+
+
+# Check if files exist
+test -e train_align_weights/model.npz
+test -e train_align_weights.log
+grep -qi "word alignments from" train_align_weights.log
+grep -qi "weights from" train_align_weights.log
+
+# Compare the current output with the expected output
+cat train_align_weights.log | $MRT_TOOLS/extract-costs.sh > train_align_weights.out
+$MRT_TOOLS/diff-nums.py train_align_weights.out train_align_weights.expected -p 0.01 -o train_align_weights.diff
+
+# Exit with success code
+exit 0
diff --git a/tests/interface/input-tsv/test_tsv_train_with_align_and_weights_inputtypes.sh b/tests/interface/input-tsv/test_tsv_train_with_align_and_weights_inputtypes.sh
new file mode 100644
index 0000000..8653a67
--- /dev/null
+++ b/tests/interface/input-tsv/test_tsv_train_with_align_and_weights_inputtypes.sh
@@ -0,0 +1,34 @@
+#!/bin/bash -x
+
+#####################################################################
+# SUMMARY: Train a model on TSV data with guided alignment and data weighting using input-types
+# TAGS: sentencepiece tsv train align dataweights
+#####################################################################
+
+# Exit on error
+set -e
+
+# Remove old artifacts and create working directory
+rm -rf train_align_weights_intypes train_align_weights_intypes.{log,out,diff}
+mkdir -p train_align_weights_intypes
+
+# Run marian command
+$MRT_MARIAN/marian \
+ --cost-type ce-mean --no-shuffle --seed 7777 --dim-emb 32 --dim-rnn 64 --maxi-batch 1 --maxi-batch-sort none --optimizer sgd --learn-rate 0.1 \
+ -m train_align_weights_intypes/model.npz --tsv -t train2.de-w-aln-en.tsv -v $MRT_MODELS/rnn-spm/vocab.deen.{spm,spm} \
+ --after-batches 60 --disp-freq 4 \
+ --input-types sequence weight alignment sequence --guided-alignment-weight 1.0 \
+ --log train_align_weights_intypes.log
+
+# Check if files exist
+test -e train_align_weights_intypes/model.npz
+test -e train_align_weights_intypes.log
+grep -qi "word alignments from" train_align_weights_intypes.log
+grep -qi "weights from" train_align_weights_intypes.log
+
+# Compare the current output with the expected output
+cat train_align_weights_intypes.log | $MRT_TOOLS/extract-costs.sh > train_align_weights_intypes.out
+$MRT_TOOLS/diff-nums.py train_align_weights_intypes.out train_align_weights.expected -p 0.01 -o train_align_weights_intypes.diff
+
+# Exit with success code
+exit 0
diff --git a/tests/interface/input-tsv/test_tsv_train_with_align_pos0.sh b/tests/interface/input-tsv/test_tsv_train_with_align_pos0.sh
new file mode 100644
index 0000000..55f9995
--- /dev/null
+++ b/tests/interface/input-tsv/test_tsv_train_with_align_pos0.sh
@@ -0,0 +1,34 @@
+#!/bin/bash -x
+
+#####################################################################
+# SUMMARY: Train a model on TSV data with guided alignment
+# TAGS: sentencepiece tsv train align
+#####################################################################
+
+# Exit on error
+set -e
+
+# Remove old artifacts and create working directory
+rm -rf train_align0 train_align0.{log,out,diff}
+mkdir -p train_align0
+
+# Run marian command
+$MRT_MARIAN/marian \
+ --cost-type ce-mean --no-shuffle --seed 5555 --dim-emb 32 --dim-rnn 64 --maxi-batch 1 --maxi-batch-sort none --optimizer sgd --learn-rate 0.1 \
+ -m train_align0/model.npz --tsv -t train2.aln-de-en.tsv -v $MRT_MODELS/rnn-spm/vocab.deen.{spm,spm} \
+ --after-batches 100 --disp-freq 4 \
+ --guided-alignment 0 --guided-alignment-weight 1.0 \
+ --log train_align0.log
+
+
+# Check if files exist
+test -e train_align0/model.npz
+test -e train_align0.log
+grep -qi "word alignments from" train_align0.log
+
+# Compare the current output with the expected output
+cat train_align0.log | $MRT_TOOLS/extract-costs.sh > train_align0.out
+$MRT_TOOLS/diff-nums.py train_align0.out train_align.expected -p 0.01 -o train_align0.diff
+
+# Exit with success code
+exit 0
diff --git a/tests/interface/input-tsv/test_tsv_train_with_align_shuffle.sh b/tests/interface/input-tsv/test_tsv_train_with_align_shuffle.sh
new file mode 100644
index 0000000..d02f8dc
--- /dev/null
+++ b/tests/interface/input-tsv/test_tsv_train_with_align_shuffle.sh
@@ -0,0 +1,33 @@
+#!/bin/bash -x
+
+#####################################################################
+# SUMMARY: Train a model on shuffled TSV data with guided alignment
+# TAGS: sentencepiece tsv train align gcc5-fails sync-sgd
+#####################################################################
+
+# Exit on error
+set -e
+
+# Remove old artifacts and create working directory
+rm -rf train_align_shuffle train_align_shuffle.{log,out,diff}
+mkdir -p train_align_shuffle
+
+# Run marian command
+$MRT_MARIAN/marian \
+ --cost-type ce-mean --seed 4444 --dim-emb 32 --dim-rnn 64 --maxi-batch 1 --maxi-batch-sort none --optimizer sgd --learn-rate 0.1 --sync-sgd \
+ -m train_align_shuffle/model.npz --tsv -t train2.aln-de-en.tsv -v $MRT_MODELS/rnn-spm/vocab.deen.{spm,spm} \
+ --after-batches 100 --disp-freq 4 \
+ --guided-alignment 0 --guided-alignment-weight 1.0 \
+ --log train_align_shuffle.log
+
+# Check if files exist
+test -e train_align_shuffle/model.npz
+test -e train_align_shuffle.log
+grep -qi "word alignments from" train_align_shuffle.log
+
+# Compare the current output with the expected output
+cat train_align_shuffle.log | $MRT_TOOLS/extract-costs.sh > train_align_shuffle.out
+$MRT_TOOLS/diff-nums.py train_align_shuffle.out train_align_shuffle.expected -p 0.01 -o train_align_shuffle.diff
+
+# Exit with success code
+exit 0
diff --git a/tests/interface/input-tsv/test_tsv_train_with_align_shuffle_in_ram.sh b/tests/interface/input-tsv/test_tsv_train_with_align_shuffle_in_ram.sh
new file mode 100644
index 0000000..2c4dc1a
--- /dev/null
+++ b/tests/interface/input-tsv/test_tsv_train_with_align_shuffle_in_ram.sh
@@ -0,0 +1,33 @@
+#!/bin/bash -x
+
+#####################################################################
+# SUMMARY: Train a model on shuffled (in RAM) TSV data with guided alignment
+# TAGS: sentencepiece tsv train align gcc5-fails
+#####################################################################
+
+# Exit on error
+set -e
+
+# Remove old artifacts and create working directory
+rm -rf train_align_shuffle_ram train_align_shuffle_ram.{log,out,diff}
+mkdir -p train_align_shuffle_ram
+
+# Run marian command
+$MRT_MARIAN/marian \
+ --cost-type ce-mean --shuffle-in-ram --seed 4444 --dim-emb 32 --dim-rnn 64 --maxi-batch 1 --maxi-batch-sort none --optimizer sgd --learn-rate 0.1 \
+ -m train_align_shuffle_ram/model.npz --tsv -t train2.aln-de-en.tsv -v $MRT_MODELS/rnn-spm/vocab.deen.{spm,spm} \
+ --after-batches 100 --disp-freq 4 \
+ --guided-alignment 0 --guided-alignment-weight 1.0 \
+ --log train_align_shuffle_ram.log
+
+# Check if files exist
+test -e train_align_shuffle_ram/model.npz
+test -e train_align_shuffle_ram.log
+grep -qi "word alignments from" train_align_shuffle_ram.log
+
+# Compare the current output with the expected output
+cat train_align_shuffle_ram.log | $MRT_TOOLS/extract-costs.sh > train_align_shuffle_ram.out
+$MRT_TOOLS/diff-nums.py train_align_shuffle_ram.out train_align_shuffle.expected -p 0.01 -o train_align_shuffle_ram.diff
+
+# Exit with success code
+exit 0
diff --git a/tests/interface/input-tsv/test_tsv_train_with_align_stdin.sh b/tests/interface/input-tsv/test_tsv_train_with_align_stdin.sh
new file mode 100644
index 0000000..b266f3d
--- /dev/null
+++ b/tests/interface/input-tsv/test_tsv_train_with_align_stdin.sh
@@ -0,0 +1,34 @@
+#!/bin/bash -x
+
+#####################################################################
+# SUMMARY: Train a model on TSV data from STDIN with guided alignment
+# TAGS: sentencepiece tsv train align stdin
+#####################################################################
+
+# Exit on error
+set -e
+
+# Remove old artifacts and create working directory
+rm -rf train_align_stdin train_align_stdin.{log,out,diff}
+mkdir -p train_align_stdin
+
+# Run marian command
+cat train2.aln-de-en.tsv | $MRT_MARIAN/marian \
+ --cost-type ce-mean --no-shuffle --seed 5555 --dim-emb 32 --dim-rnn 64 --maxi-batch 1 --maxi-batch-sort none --optimizer sgd --learn-rate 0.1 \
+ -m train_align_stdin/model.npz -t stdin -v $MRT_MODELS/rnn-spm/vocab.deen.{spm,spm} \
+ --disp-freq 4 \
+ --guided-alignment 0 --guided-alignment-weight 1.0 \
+ --log train_align_stdin.log
+
+
+# Check if files exist
+test -e train_align_stdin/model.npz
+test -e train_align_stdin.log
+grep -qi "word alignments from" train_align_stdin.log
+
+# Compare the current output with the expected output
+cat train_align_stdin.log | $MRT_TOOLS/extract-costs.sh > train_align_stdin.out
+$MRT_TOOLS/diff-nums.py train_align_stdin.out train_align_stdin.expected -p 0.01 -o train_align_stdin.diff
+
+# Exit with success code
+exit 0
diff --git a/tests/interface/input-tsv/test_tsv_train_with_weights.sh b/tests/interface/input-tsv/test_tsv_train_with_weights.sh
new file mode 100644
index 0000000..6528713
--- /dev/null
+++ b/tests/interface/input-tsv/test_tsv_train_with_weights.sh
@@ -0,0 +1,34 @@
+#!/bin/bash -x
+
+#####################################################################
+# SUMMARY: Train a model on TSV data with sentence weighting
+# TAGS: sentencepiece tsv train dataweights
+#####################################################################
+
+# Exit on error
+set -e
+
+# Remove old artifacts and create working directory
+rm -rf train_weights train_weights.{log,out,diff}
+mkdir -p train_weights
+
+# Run marian command
+$MRT_MARIAN/marian \
+ --cost-type ce-mean --no-shuffle --seed 5555 --dim-emb 32 --dim-rnn 64 --maxi-batch 1 --maxi-batch-sort none --optimizer sgd --learn-rate 0.1 \
+ -m train_weights/model.npz --tsv -t train2.de-en-w.tsv -v $MRT_MODELS/rnn-spm/vocab.deen.{spm,spm} \
+ --after-batches 100 --disp-freq 4 \
+ --data-weighting 2 --data-weighting-type sentence \
+ --log train_weights.log
+
+
+# Check if files exist
+test -e train_weights/model.npz
+test -e train_weights.log
+grep -qi "weights from" train_weights.log
+
+# Compare the current output with the expected output
+cat train_weights.log | $MRT_TOOLS/extract-costs.sh > train_weights.out
+$MRT_TOOLS/diff-nums.py train_weights.out train_weights.expected -p 0.01 -o train_weights.diff
+
+# Exit with success code
+exit 0
diff --git a/tests/interface/input-tsv/test_tsv_train_with_weights_pos0.sh b/tests/interface/input-tsv/test_tsv_train_with_weights_pos0.sh
new file mode 100644
index 0000000..ee4522f
--- /dev/null
+++ b/tests/interface/input-tsv/test_tsv_train_with_weights_pos0.sh
@@ -0,0 +1,34 @@
+#!/bin/bash -x
+
+#####################################################################
+# SUMMARY: Train a model on TSV data with sentence weighting
+# TAGS: sentencepiece tsv train dataweights
+#####################################################################
+
+# Exit on error
+set -e
+
+# Remove old artifacts and create working directory
+rm -rf train_weights0 train_weights0.{log,out,diff}
+mkdir -p train_weights0
+
+# Run marian command
+$MRT_MARIAN/marian \
+ --cost-type ce-mean --no-shuffle --seed 5555 --dim-emb 32 --dim-rnn 64 --maxi-batch 1 --maxi-batch-sort none --optimizer sgd --learn-rate 0.1 \
+ -m train_weights0/model.npz --tsv -t train2.w-de-en.tsv -v $MRT_MODELS/rnn-spm/vocab.deen.{spm,spm} \
+ --after-batches 100 --disp-freq 4 \
+ --data-weighting 0 --data-weighting-type sentence \
+ --log train_weights0.log
+
+
+# Check if files exist
+test -e train_weights0/model.npz
+test -e train_weights0.log
+grep -qi "weights from" train_weights0.log
+
+# Compare the current output with the expected output
+cat train_weights0.log | $MRT_TOOLS/extract-costs.sh > train_weights0.out
+$MRT_TOOLS/diff-nums.py train_weights0.out train_weights.expected -p 0.01 -o train_weights0.diff
+
+# Exit with success code
+exit 0
diff --git a/tests/interface/input-tsv/train2.aln b/tests/interface/input-tsv/train2.aln
new file mode 100644
index 0000000..1b39b03
--- /dev/null
+++ b/tests/interface/input-tsv/train2.aln
@@ -0,0 +1,2048 @@
+0-0 0-1 1-1 1-2 3-3 4-4 5-5 6-6 7-7 8-10 9-11 10-12 13-13 13-14 13-15 14-16 14-17 15-18 17-20 18-21 19-22 20-20 21-23 24-24 25-25
+0-3 1-7 2-0 3-6 5-9 6-8 7-9 7-10 8-9 8-11 8-12 10-13 10-14 10-19 11-15 12-16 13-17 14-27 15-22 15-23 16-21 16-24 17-32 19-26 21-25 22-29 22-30 22-31 23-35 24-34 25-34 26-33 26-34 27-36 28-37
+0-0 1-16 3-5 4-6 5-7 6-8 7-9 9-21 10-22 11-11 11-12 11-13 11-14 13-15 15-22 16-22 16-23 17-18 18-28 19-1 20-2 21-25 22-29 23-30 24-26 24-27 24-32 25-33 28-34 31-37 32-38
+0-3 1-1 2-0 2-2 3-4 3-6 4-1 4-5 5-2 6-10 7-11 7-13 8-8 8-12 9-7 10-19 11-20 12-21 13-22 14-23 14-24 17-9 18-25 19-26
+0-5 1-5 2-5 4-2 5-3 6-0 8-1 9-6 10-7 12-9 13-9 14-10 15-11 16-13 17-12 18-13 18-14 19-13 20-19 21-16 22-18 26-21 27-20 28-22 29-23 30-24 31-15 32-20 33-17 34-25 35-26
+0-0 1-0 1-1 2-2 3-3 4-4 5-6 6-5 7-6 8-7 9-8 11-9 11-10 12-11 13-14 14-12 15-13 16-15 17-16 18-18 21-22 22-23 22-24 23-23 24-25 24-26 25-27
+1-0 2-1 3-2 3-3 3-4 4-3 5-5 6-8 7-9 8-9 9-10 10-10 11-12 12-13 13-14 14-15 15-16 15-18 16-16 16-17 17-19 18-19 19-20 20-19 20-21 21-22 22-25 23-26 24-27 25-28 26-29 27-31 29-33 32-32 33-34 33-35 34-40 35-39 36-39 37-40 38-41 39-42 39-43 40-41 41-44 41-45 42-46 42-47 43-36 44-36 44-37 44-38 45-38 46-48 47-49
+0-0 2-8 3-3 4-4 5-2 8-7 9-6 10-1 11-12 13-9 13-10 13-16 14-15 15-15 17-17 18-17 19-18 20-21 21-22 22-23 25-26 26-26 27-27 29-27 31-32 32-29 32-30 33-28 34-33 35-34
+0-1 1-2 2-3 3-2 3-4 4-5 5-6 7-11 7-12 11-9 12-8 13-0 14-6 14-7 15-14 16-13 16-15 17-15 20-16 21-17 22-18 26-22 28-19 29-20 29-21 31-30 32-25 34-24 38-29 40-28 41-27 42-31 43-31 44-32
+0-0 1-1 2-2 3-3 4-3 5-3 6-6 7-5 8-4 9-8 10-9 11-8 11-10 12-11 13-11 13-12 14-7 15-5 16-13 17-14
+0-1 1-2 2-3 3-0 4-5 5-4 5-6 6-3 11-9 12-10 13-8 14-9 15-11 16-16 17-17 18-16 19-17 19-18 20-14 22-16 23-15 23-21 24-19 24-22 25-18 26-13 30-20 31-20 32-23 33-23 34-23 35-24
+0-0 1-1 2-2 3-3 4-6 5-7 6-8 7-9 8-10
+0-0 1-1 2-2 3-2 4-1 5-2 6-3 6-4 7-7 8-5 9-9 10-11 11-8 11-10 12-12 13-12 14-13
+1-3 2-4 3-4 4-5 5-5 6-5 7-9 8-10 9-15 10-13 11-14 12-16 13-20 14-17 14-19 15-18 16-12 18-21 19-21 20-22
+0-1 1-2 2-3 3-4 6-5 7-5 8-7 9-7 10-8 12-9 13-10 13-11 14-13 14-14 16-18 17-19 18-12 19-15 19-16 20-15 23-22 24-23 27-20 28-21 29-21 30-23 31-24
+0-0 1-2 2-1 3-3 4-4 5-5 6-5 7-5 8-6 8-7 9-10 11-11 15-8 16-9 17-13 17-14 17-16 18-15 19-15 20-12 21-18 22-18 23-18 24-19 25-20 26-21 27-22 28-23 29-24
+0-1 1-0 2-1 3-2 4-3 4-4 5-4 6-5 7-5 8-6 9-7 10-8 11-11 12-12 13-13 15-9 15-10 16-11 17-16 18-17 19-18 22-15 24-19 25-20 26-21 27-22
+0-0 1-1 2-2 3-3 3-4 4-3 5-3 6-9 7-10 7-11 8-7 8-12 9-8 10-6 11-6 12-13 13-16 14-14 15-15 16-15 17-15 18-17 19-18
+0-0 0-1 0-2 0-4 1-3 1-4 1-9 2-5 2-6 2-7 2-8 3-6 4-10 4-11 5-12 6-13 7-14
+0-0 1-1 1-3 1-4 2-2 3-6 4-5 4-7 5-8 6-9
+0-0 1-0 1-1 2-2 3-3 4-4 5-7 6-4 7-4 8-5 9-6 10-8 11-9 13-10 14-11 16-12 17-13 18-13 19-13 20-15 21-16 22-16 23-16 24-17 25-18 25-19 27-20 29-21 30-22 30-23 31-24 32-14 33-24 34-25
+0-0 1-1 1-2 1-3 2-4 2-5 3-6 4-7 5-8 7-12 7-13 8-11 9-9 10-10 11-11 12-16 13-17 15-19 16-19 17-19 18-19 19-21 20-18 20-22 21-23 22-20 23-24 24-25 25-26 26-25 27-26 29-27 30-28
+0-2 1-1 1-3 2-4 3-5 4-7 4-8 5-0 6-6 8-9 9-9 10-8 11-10 12-11 13-11 14-13 15-14 16-12 17-12 18-14 19-15 20-16 21-17 23-17 24-17 25-17 26-18 27-19 31-25 32-20 33-26 34-27 34-28 35-29 36-30 39-33 40-34 41-35 42-36 43-38 44-34 44-40 45-41 46-31 47-32 51-39 52-42 53-42 54-43
+0-0 1-2 2-1 2-3 3-4 4-5 5-6 6-7 8-8 8-9 9-10 9-11 10-12 11-12 12-13 13-14 16-15 17-15 18-15 19-16
+0-0 1-3 2-4 3-3 3-5 4-6 5-7 6-8 7-9 7-10 8-11 10-12 11-13 12-14 13-15 14-16 15-15 16-18 17-28 18-29 19-30 22-26 23-17 24-20 26-21 26-22 28-31 29-32
+0-1 2-0 3-25 5-27 6-28 7-21 8-22 9-10 13-12 14-3 15-4 16-5 17-5 18-5 20-18 21-6 22-9 23-17 24-24 25-23 26-26 27-15 28-15 30-29 31-30
+0-0 1-0 1-1 2-2 3-3 4-4 5-5 5-6 5-7 7-7 8-8 8-10 9-11 10-12 11-9 11-13 12-8 13-14 14-15 15-16 16-17 17-18 18-19 19-20 21-21 22-22
+0-0 1-5 2-6 3-4 4-2 6-3 7-1 8-7 9-9 10-8 11-12 12-10 13-11 14-12 14-13 15-14 15-15 16-18 17-16 20-17 21-21 22-19 23-22 23-23 24-26 24-27 25-24 25-25 26-28 27-29 28-30 29-31 29-32 34-33 35-34
+0-6 1-0 1-2 1-3 1-4 2-1 2-5 3-16 3-17 3-18 4-19 4-20 4-21 4-22 4-23 4-24 4-25 4-26 5-27
+0-3 1-4 2-1 6-0 8-9 9-26 10-6 11-6 12-7 13-8 14-9 14-10 15-13 18-11 19-12 20-20 21-14 22-15 23-16 24-17 24-18 31-21 31-22 32-36 32-37 32-38 33-31 34-32 34-33 34-34 35-32 36-34 37-35 38-19 40-41 42-3 44-48 45-52 45-53 46-39 48-44 48-49 49-45 50-46 51-50 52-54 53-55
+0-2 1-3 2-1 3-0 4-1 7-5 7-6 8-7 10-8 12-9 14-10 15-11 16-12 17-12 17-13 18-13 19-14 20-4 21-15 22-16 22-17 24-17 25-18 26-34 27-26 28-27 29-28 29-29 30-29 31-30 32-31 33-32 35-36 36-37 37-37 38-35 39-40 40-33 41-43 42-44 43-46 45-38 48-45 49-42 50-20 51-21 52-41 55-47 56-47 57-48
+0-0 1-0 1-1 2-2 3-3 3-4 4-3 5-4 7-9 8-9 9-6 10-7 11-8 12-10 13-11 14-12 17-15 18-15 18-18 19-17 20-16 21-19 22-20
+0-0 1-1 2-2 3-3 4-4 5-5 6-5 8-6 9-6 9-10 10-9 11-7 12-15 14-11 18-17 20-19 21-19 24-24 25-21 26-18 27-16 28-16 30-28 30-29 31-30 32-35 33-27 34-27 36-22 37-23 38-32 38-33 39-34 39-36 40-37 41-38 42-39 43-40 44-41
+0-0 1-0 1-1 2-2 3-3 4-4 5-5 6-4 6-6 7-6 8-8 9-9 10-10 11-11 12-12 13-7 14-13 15-14
+0-0 0-3 0-4 1-5 2-5 3-6 4-6 5-7 6-1 8-8 8-9 8-11 9-10 9-17 10-13 10-14 11-18 12-20 13-21 14-22 15-23 16-35 17-36 18-23 19-24 20-25 21-26 22-27 23-28 24-15 24-16 25-17 27-12 29-37 30-37 31-38 32-39 33-40 33-41 34-42 34-43 35-44 36-45
+0-0 1-1 2-2 3-3 4-4 5-6 6-7 7-5 8-10 9-11 10-12
+0-0 1-1 2-2 3-3 4-4 4-5 5-6 5-7 6-8 7-9 8-10 8-11 9-12 10-13 11-14 12-15 13-15 13-16 14-17 14-18 15-20 16-21 17-22 18-19 22-23 23-24 24-34 25-35 26-31 26-32 27-30 28-30 30-25 30-29 31-28 32-27 33-36 34-36 35-37
+0-0 1-1 2-7 2-8 3-4 4-5 5-11 6-6 8-15 9-16 10-17 11-13 11-14 11-18 12-29 13-21 14-19 17-20 18-23 19-24 20-25 21-24 22-25 23-26 24-27 25-31 26-32
+0-0 1-0 2-10 3-9 3-11 4-12 5-3 5-4 5-5 5-6 6-6 7-7 8-8 9-8 10-8 11-13 12-14
+0-1 1-2 2-0 3-4 4-5 5-6 6-6 7-6 8-7 9-7 10-7 12-9 13-9 14-8 14-10 15-11 16-12
+0-16 1-17 2-15 3-13 4-14 7-1 8-1 8-2 9-7 10-9 11-5 12-6 13-11 13-12 18-10 19-8 23-19 24-20 25-21 25-22 25-23 26-24 27-25 28-26 29-27 30-28 31-29 32-30 33-31
+0-0 1-1 2-2 3-3 4-4 5-5 6-6 7-7
+0-2 1-3 2-4 2-5 3-1 4-0 5-6 6-6 6-7 7-16 9-17 10-11 10-12 10-13 10-14 11-8 12-9 16-18 17-19 18-20 19-20 19-21 19-22 20-23 21-24 22-26 22-27 23-28 24-29
+0-0 1-1 2-2 3-3 4-4 5-5 6-6 7-11 8-12 9-13 10-14 11-10 12-8 13-9 14-7 15-15 16-16
+0-0 1-3 2-1 3-2 4-5 5-4 6-4 7-6 8-7 12-8 12-9 12-10 13-7 14-11 15-12
+0-8 1-10 3-1 4-12 5-13 6-14 7-7 8-6 9-7 10-7 11-6 12-9 14-11 15-12 16-2 17-3 18-5 20-15 21-16
+0-0 1-1 2-1 3-3 4-4 5-5 6-2 6-6 10-7 11-8 12-9 13-10 13-11 14-13 15-12 15-14 16-12 17-16 18-17 19-15 20-18 21-19
+0-0 1-1 1-2 2-3 2-7 3-5 4-4 5-6 6-8 7-8 8-9
+0-0 1-1 2-2 3-3 4-5 4-9 5-4 5-6 6-8 7-7 8-11 10-12 11-13 11-14 12-15 13-16 14-20 15-18 15-19 15-20 16-22 17-23 18-24 19-25 19-26 20-27 21-10 22-28 23-29
+0-2 0-3 0-4 1-7 2-0 5-5 6-6 7-8 8-9 9-10 9-11 10-12 11-13 12-14 12-15 13-15 14-16 15-17 16-18 16-21 17-19 17-22 18-20 19-21 20-22 21-31 22-23 23-24 24-25 25-29 26-32 27-28 27-37 28-27 29-26 30-38 31-39
+1-0 1-1 2-2 2-3 3-5 4-5 5-4 6-6 7-7 8-12 9-8 10-9 11-10 12-11 13-10 14-20 15-21 16-23 17-23 18-18 19-19 20-16 22-17 23-17 24-14 25-24 26-25
+0-0 0-1 1-2 1-3 2-2 3-6 4-7 5-8 6-9 7-6 8-11 9-4 10-5 10-13 11-12 14-10 15-21 16-20 18-21 20-15 21-18 22-15 23-16 24-19 25-17 26-18 27-22 28-23
+0-0 1-1 2-2 3-3 4-6 5-5 6-5 7-7 8-7 9-10 10-9 11-8 12-9 13-5 14-4 17-16 18-15 19-21 20-17 21-18 21-19 22-14 23-13 24-23 25-24
+0-0 1-1 2-2 3-2 5-3 6-3 7-4 9-4 10-4 11-4 12-5 17-6 18-9 19-9 19-10 19-13 20-11 20-12 21-12 22-21 24-18 26-16 27-17 30-20 31-19 31-20 34-22 35-23 36-24 37-25 38-26 44-23 45-28 46-29 47-30 48-30 49-31 50-32 51-33 52-34 53-35 54-35 55-36
+0-0 1-1 1-2 2-2 3-3 4-3 5-4 8-6 9-5 10-7 11-6 12-8 14-9 15-11 16-12 17-13 17-14 19-15 20-16 20-17 21-17 22-20 23-20 24-20 25-19 26-10 27-21 28-22
+0-0 0-3 1-1 2-2 4-4 5-4 6-5 6-7 7-6 7-8 8-9 8-10 9-11 10-12 11-13 12-13 13-19 14-19 14-21 15-19 15-20 16-18 17-16 20-15 25-24 26-24 27-25 29-35 30-26 31-27 32-29 32-30 32-31 32-32 32-33 33-34 35-37 36-38 37-39 38-40 39-45 40-47 41-47 42-48 44-43 44-44 45-49 46-50
+0-0 1-1 2-2 3-3 4-4 5-5 5-6 5-7 6-9 7-10 8-11 9-12 10-13 11-14 12-14 13-16 14-16 15-17 16-15 16-16 17-18 18-19
+0-0 0-1 0-2 1-10 2-2 2-4 2-5 3-3 3-6 3-7 3-8 4-9 4-11 5-12 6-13 7-17 8-16 9-15 10-18 10-20 11-19 11-21 12-22 13-23 14-24
+0-0 1-7 2-9 3-9 5-5 6-5 6-10 7-11 8-12 9-13 11-8 12-6 13-16 15-16 16-16 17-16 18-17 19-15 21-14 23-22 24-23 25-23 26-24 28-18 28-19 29-25 30-26
+0-0 1-1 2-2 3-2 4-2 5-3 6-4 7-8 8-9 8-11 9-10 10-14 11-16 12-16 13-16 14-5 16-20 17-17 17-21 19-18 19-19 20-23 21-24 22-25 22-27 22-30 23-28 24-29 25-31 26-30 27-15 28-32 29-33
+0-3 1-4 2-7 3-8 4-5 4-6 7-12 8-13 9-9 9-14 10-15 11-10 11-11 12-16 13-16 14-17
+0-0 0-1 0-2 1-1 2-3 3-4 4-5 5-12 6-12 7-10 8-11 8-13 9-14
+0-4 1-3 1-5 2-1 2-2 3-6 4-11 5-9 6-12 8-7 8-8 10-29 12-15 12-16 14-30 14-31 15-13 16-14 17-28 18-17 18-20 19-21 20-22 21-22 22-23 24-25 26-18 27-26 28-26 28-27 29-26 30-32 31-33
+0-0 1-0 1-1 2-2 3-6 4-6 5-7 6-2 7-3 8-4 9-8 9-9 10-8 11-9 12-11 16-13 17-17 18-16 18-18 19-15 20-16 21-19 23-23 24-24 25-24 25-25 26-27 27-27 29-21 30-28 31-29
+0-0 0-2 1-1 2-3 3-3 4-4 5-5 5-7 5-8 6-6 7-6 8-6 10-9 11-10 12-11 13-13 14-14 15-15 16-14 16-16 17-17 18-18
+0-0 0-2 1-3 2-5 3-4 4-1 5-2 5-6 6-7 6-8 7-16 8-17 9-9 9-10 9-11 10-13 11-12 11-14 12-14 13-14 14-14 15-18 16-18 17-19
+0-0 0-2 1-1 2-3 2-4 2-5 2-6 2-8 3-7 4-8 5-11 5-12 6-16 7-16 8-15 9-14 10-17 11-21 11-23 12-20 12-22 12-24 13-25
+0-0 4-1 4-2 5-1 6-5 8-6 9-7 10-8 10-9 13-11 14-12 15-13 17-17 18-14 18-15 19-16 21-10 22-18 23-19 23-21 24-20 25-22 26-23 27-24 27-25 28-25 29-26 30-27 31-28 32-31 32-32 34-30 35-30 37-34 38-34 39-35 40-37 41-36 42-38 43-39 44-42 44-43 45-44 46-40 47-41 48-45 49-46
+0-0 1-1 2-2 3-1 3-3 4-4 4-5 4-6 5-6 6-6 9-16 10-16 11-15 12-14 13-14 14-19 15-20 16-17 17-13 18-25 20-20 21-18 22-27 23-28 24-24 28-10 29-10 30-26 31-28 32-29 33-30
+0-6 1-0 2-1 4-3 7-8 8-9 9-12 10-11 11-10 12-10 13-11 15-18 16-18 17-17 18-19 19-20 20-21 21-21 22-22 23-23 24-24 25-28 26-29 27-30 28-28 29-31 32-33 32-34 33-32 34-32 35-35 36-36
+0-0 1-0 2-10 4-1 5-4 6-4 6-5 7-4 8-11 9-18 10-19 11-12 12-19 13-19 14-19 15-20 16-14 17-16 18-22 20-21 22-23 23-24 24-25 25-25 26-26 27-34 28-33 29-29 29-30 30-27 30-31 30-32 33-33 34-33 35-44 37-37 39-39 40-40 41-41 42-46 43-47 44-45 45-48 46-43 47-42 48-49 49-50
+2-5 3-4 3-6 4-7 5-8 6-9 7-10 8-11 10-12 11-13 12-14 13-16 15-15 17-23 18-24 19-20 19-21 19-22 21-24 22-25 22-27 22-28 23-26 24-26 25-33 26-34 27-30 27-31 28-32 29-29 30-35 31-36
+0-0 1-1 2-2 3-3 5-4 6-6 7-5 8-5 9-6 10-6 11-7 12-8 13-9 14-10 15-11 16-12 17-13 18-15 18-16 19-14 20-14 21-17 22-18 23-21 24-22 25-22 28-25 29-23 29-24 30-26 32-27 33-28
+0-3 1-9 2-4 2-5 3-6 4-7 4-8 5-11 6-12 7-13 9-16 10-17 11-14 12-19 13-32 13-33 14-34 15-10 17-20 18-20 19-23 20-24 21-24 22-25 22-26 23-24 24-27 25-28 26-29 27-29 28-22 29-21 30-35 31-36
+0-3 1-3 1-4 2-0 2-2 3-5 4-5 5-5 5-6 7-7 8-8 9-10 10-14 11-15 13-11 15-25 16-26 17-28 18-27 19-28 19-29 20-27 20-30 21-25 22-24 22-39 23-25 24-32 25-31 26-18 27-38 28-22 31-13 32-40 33-40 34-41
+0-1 1-2 2-3 3-4 4-4 5-5 6-6 7-7 8-8 9-0 10-9 11-10 11-12 11-15 12-13 12-14 13-16 14-20 15-17 15-18 15-19 16-20 17-22 18-21 20-22 21-23 23-36 24-40 26-27 27-28 28-24 29-25 30-26 31-32 32-34 33-33 34-34 35-31 36-30 36-38 36-39 37-29 38-41 39-42
+0-5 1-11 2-7 3-8 3-9 4-12 5-13 6-14 7-4 9-15 11-16 14-18 15-21 16-23 17-24 19-26 20-17 22-27 23-29 24-30 25-25 26-31 27-32 29-23 31-28 32-19 33-33 34-34
+0-3 1-4 2-6 3-8 4-8 5-8 6-7 6-9 7-10 8-11 9-12 9-14 12-15 13-16 14-17 15-18 15-19 16-19 17-15 18-16 19-20 20-21 20-22 21-23 23-24 23-25 25-26 26-32 27-33 28-27 29-35 30-30 31-30 32-31 33-34 34-29 35-29 36-28 37-37 38-38
+0-0 1-1 2-2 3-1 3-3 5-20 6-10 7-22 8-12 9-13 10-23 12-24 13-25 14-26 15-4 16-8 17-9 18-27 19-28 20-33 21-30 21-39 22-29 24-31 26-43 27-38 28-46 29-47 30-44 31-32 32-40 33-41 34-42 34-48 35-49 36-50
+1-0 2-2 3-1 4-2 4-3 5-4 5-5 8-10 9-11 10-11 11-14 11-16 12-15 12-18 13-18 14-12 17-7 19-6 20-19 21-20 22-21 23-17 24-22 25-23 26-23 27-26 28-27 31-29 33-34 34-35 35-30 36-31 37-33 38-33 39-25 40-24 41-36 43-46 44-39 45-41 46-43 47-43 47-44 47-45 48-47 49-47 50-48
+0-0 1-2 2-3 2-4 3-1 3-5 4-8 4-9 5-10 6-6 7-14 8-15 9-12 10-17 10-19 11-16 11-18 12-13 13-21 14-20 15-22 16-22 16-23 16-24 17-25 18-26
+0-0 1-1 2-2 3-5 4-3 5-4 6-6 6-7 7-6 8-10 8-11 9-9 10-13 11-16 14-12 16-19 17-17 17-18 18-25 20-23 20-24 21-26 21-27 21-29 22-28 22-30 23-31 23-32 23-33 24-33 25-20 25-34 26-14 30-43 31-44 32-35 32-36 33-37 33-39 33-40 34-38 35-46 36-47
+0-0 1-2 2-1 2-3 3-4 4-4 5-5 6-6 7-7 8-8 9-9 10-10 11-11 11-12 12-13 13-13 14-14 15-15 15-16 15-17 16-16 17-17 17-18 18-19 19-19 20-20 21-21 21-23 22-22 23-25 24-24 24-26 24-27 25-25 26-28 27-29
+0-0 1-1 2-2 2-4 3-3 4-3 5-5 6-5 7-6 8-7 9-8 10-9 11-10 12-11 13-12 13-15 14-14 15-13 16-14 17-16 19-18 20-17 20-18 21-19 22-23 22-24 25-25 25-26 26-27 26-28 30-19 31-20 31-21 32-22 33-33 33-34 34-29 35-35 36-30 37-36 38-37
+0-0 0-1 1-1 1-2 2-5 3-4 3-9 5-8 6-3 7-6 7-10 8-11 8-12 8-13 9-14
+0-1 1-1 2-2 3-7 4-2 5-0 6-3 7-3 7-5 8-4 9-8 10-9 11-10 12-11 13-12 14-13 15-14 16-15
+0-0 1-1 1-2 2-3 3-5 4-7 5-4 6-4 8-9 9-8 10-9 11-10 12-12 13-13 14-14 16-16 17-16 18-15 19-17 20-17 21-17 21-18 22-11 23-19 24-20
+0-9 1-9 2-0 2-3 3-1 3-2 3-4 3-5 3-6 4-13 4-14 5-7 6-18 7-19 8-21 10-16 11-22 12-22 13-18 14-17 15-26 16-27 17-23 17-24 17-25 17-28 18-29 19-12 20-12 21-30 22-30 23-31
+0-0 1-1 1-2 1-4 2-3 3-3 3-5 3-6 4-7 5-15 6-10 6-11 6-12 6-14 7-8 7-13 9-16 9-17 9-18 10-19
+0-0 0-1 1-2 2-2 2-3 5-11 6-5 6-6 7-5 8-8 8-9 8-10 9-7 10-7 11-12 12-12 13-13
+0-0 1-0 2-1 3-1 4-1 5-0 7-3 9-7 10-8 11-9 12-2 14-5 15-6 16-6 19-10 20-11 21-13 22-13 23-14 25-12 26-15 27-16 28-17 28-18 29-17
+0-1 1-0 2-0 3-0 3-1 4-2 5-3 6-4 7-4 8-5 9-6 12-14 13-8 14-11 14-12 15-13 17-9 18-9 19-15 20-16 20-17 21-19 22-28 23-29 24-22 25-18 26-27 27-27 29-20 30-21 31-30 32-23 33-24 34-25 35-31 36-32
+0-3 1-4 2-5 2-7 3-8 4-9 5-0 6-6 6-10 7-11 8-12
+0-0 1-1 2-2 3-1 3-3 4-4 5-5 6-6 6-7 7-8 7-9 8-8 10-10 11-10 13-11 14-12 15-16 17-14 18-15 18-17 18-18 19-14 20-13 21-19 22-20 23-21 24-22 25-23 26-26 28-27 29-29 31-30 32-31 33-32 35-39 36-39 37-35 39-42 40-40 40-43 42-38 44-24 45-44 46-45
+0-0 1-1 2-2 3-4 4-6 5-3 6-5 6-7 7-8 8-9 10-14 11-15 12-16 12-23 13-22 14-17 15-24 17-16 19-25 20-26
+0-0 2-3 2-4 3-1 4-2 5-5 6-6 8-7 9-7 10-8 10-9 11-9 12-10 12-11 14-12 15-16 16-14 17-15 19-13 20-17 22-18 23-19
+1-8 2-9 3-3 3-10 4-0 4-1 4-2 5-7 6-7 7-14 9-11 10-15 11-23 12-12 14-6 15-25 17-28 18-26 18-29 19-26 20-27 20-30 20-31 23-35 24-32 24-33 24-34 25-31 26-36 27-37
+0-1 1-2 1-11 2-3 3-8 8-4 8-5 8-6 10-12 12-9 13-6 14-7 15-10 16-15 17-16 18-17 18-18 19-13 20-14 21-14 25-19 27-21 28-20 29-22 30-23 31-24 32-25
+0-0 1-0 3-1 4-4 5-4 6-5 7-6 7-7 8-2 9-3 10-5 11-5 12-3 15-12 16-13 17-12 18-13 19-11 20-15 21-16 22-17 23-17 24-18 24-19 24-20 25-18 26-21 27-22
+0-6 1-4 2-5 3-8 4-1 5-2 6-0 6-3 7-10 8-9 9-11 10-12 11-13 12-14 13-11 14-15 15-16
+0-0 1-2 2-1 3-4 4-3 5-5 5-6 6-7 7-8 10-10 10-11 11-9 12-11 13-11 13-13 14-12 15-14 16-15 17-14 18-16 19-17
+0-0 1-1 2-1 2-2 3-1 4-3 5-3 11-4 12-5 13-7 13-8 14-7 15-8 15-9 16-10 17-6 18-7 21-13 22-11 24-16 25-15 26-14 27-12 28-17 29-18
+0-0 1-1 2-2 3-1 3-3 4-4 5-8 6-7 7-5 7-7 8-6 8-11 9-12 10-13 11-14 12-10 13-16 14-13 15-17 16-15 16-18 17-19 18-20 19-21 25-22 26-22 27-23
+0-0 1-1 2-2 3-3 4-4 5-5 5-7 6-6 7-7 8-8 9-8 11-11 11-12 11-13 12-21 13-14 13-15 13-22 14-16 15-17 15-18 16-17 17-20 18-9 19-10 20-24 21-23 21-25 22-26 23-27 24-28 25-28 26-29 26-30 27-31 29-32 30-33
+1-3 2-2 3-2 4-2 5-5 6-0 7-1 7-8 8-4 8-9 9-11 10-10 11-13 11-14 12-15 13-16 14-16 16-7 17-6 20-19 23-17 24-18 25-20 26-26 27-26 28-26 29-27 31-21 32-22 33-25 34-28 35-28 36-29
+0-1 1-1 2-5 3-5 4-8 5-8 6-6 7-9 8-10 9-15 10-0 11-11 12-12 13-13 15-16 16-14 17-15 18-17 19-18 21-19 22-28 23-23 24-24 25-25 25-31 25-32 25-33 25-34 26-26 27-27 28-41 31-35 32-39 34-47 35-48 36-46 37-45 38-42 38-43 38-44 39-45 40-40 40-49 41-50 42-51
+0-0 1-1 2-2 3-3 4-4 5-4 6-5 6-6 6-8 7-10 8-11 9-7 12-9 13-14 14-13 14-15 15-16 16-17 17-18 18-19 19-20 20-21 21-22 22-22 23-23 23-24 24-25 25-26 25-28 26-27 27-28 28-29 29-29 29-30 30-31 31-32 32-12 36-35 36-37 37-34 37-36 37-38 39-39 39-40 41-41 41-42 42-41 43-43 44-44 45-45 46-46
+0-4 1-1 1-3 2-0 3-2 4-2 5-5 7-6 8-8 9-9 10-10 11-11 12-12 13-13 14-14 15-15 18-16 19-18 20-19 21-18 21-20 22-21 23-22 24-23 26-24 27-24 28-27 29-26 29-28 30-29 32-31 33-31 34-31 35-30 36-31 37-31 38-31 38-32 39-32 40-33 41-33 42-34
+0-0 1-1 2-5 3-4 5-6 7-2 8-9 8-10 9-11 9-12 9-13 10-13 11-14 12-15 15-16 16-19 17-17 18-21 19-22 20-24 21-26 22-25 23-25 24-30 25-23 26-32 27-32 30-31 31-35 34-29 35-36 35-37 35-38 36-36 37-39 38-40
+0-0 1-1 2-2 3-3 3-4 4-5 5-6 6-7 9-8 10-8 10-10 11-9 12-12 13-21 14-16 15-17 16-39 18-40 23-14 25-19 25-22 26-20 28-13 29-25 30-15 34-18 35-26 37-31 38-37 39-36 41-42 43-30 45-33 46-33 47-33 47-34 49-43 50-44
+0-8 1-11 2-0 2-2 3-1 4-1 5-7 6-3 7-4 8-5 9-14 10-14 11-15 12-16
+0-0 1-1 1-2 2-6 3-7 4-8 6-4 7-12 8-12 8-13 9-9 10-10 11-10 12-11 13-5 14-7 16-3 19-14 20-15 21-16 23-18 25-19 26-19 27-20 28-21 29-22 31-23 32-24 33-29 34-29 35-31 36-30 37-32 38-33 40-31 43-34 44-35 45-37 45-39 46-38 46-41 46-42 47-36 47-43 48-44 49-40 50-40 51-40 52-40 53-40 54-25 55-45 56-46
+0-0 1-1 2-7 3-2 4-2 6-3 7-4 8-6 10-11 11-11 12-12 13-13 14-14 15-15 15-17 15-18 16-16 17-19 18-22 19-21 20-21 22-23 23-23 24-26 25-25 26-27 27-28 28-29 28-30 28-31 29-32 31-23 32-24 33-33 34-34
+0-0 1-1 1-2 2-2 3-2 4-3 5-4 6-5 7-6 8-7 9-8 10-9 11-6 13-12 14-12 15-13 16-15 17-16 18-14 20-17 21-18 21-20 22-19 23-21 25-22 26-24 27-26 28-24 29-25 30-29 30-30 31-28 32-31 33-31 34-32
+0-0 1-3 1-4 2-1 3-5 4-6 5-9 6-7 6-8 7-8 10-9 12-19 13-20 18-25 19-26 20-21 21-22 22-18 24-29 25-23 25-24 30-25 30-32 31-33 32-33 33-33 35-34 36-35 38-36 39-37 40-31 41-38 42-39
+0-0 1-1 2-2 3-3 4-3 5-3 6-4 6-5 7-5 8-6 9-6 10-7 11-8 12-9
+0-0 1-1 2-2 3-2 3-3 4-4 4-5 5-2 6-6 7-7 8-8 9-8 10-9 11-10 12-11 13-12 14-13 15-14 16-13 17-15 18-16
+0-0 1-1 2-2 2-3 3-10 4-11 5-6 6-7 7-8 8-8 8-9 9-8 10-12 11-13
+0-0 1-1 2-2 3-2 4-2 4-4 5-3 6-9 7-10 8-7 8-8 9-7 10-5 11-11 12-12
+0-0 1-1 2-2 3-3 4-4 5-4 5-6 6-5 7-6 8-7 9-6 9-8 10-9 11-11 11-12 12-10 13-15 15-16 16-17 17-13 18-19 19-20 20-21 21-22 22-23 23-17 24-18 25-14 27-28 28-29 29-24 30-25 31-25 32-27 37-26 38-30 39-31
+0-0 1-0 2-5 3-11 4-12 6-15 7-3 8-25 9-28 11-11 12-27 13-29 14-20 14-32 15-33 17-18 17-19 18-17 20-37 21-22 22-22 24-41 26-4 27-26 28-8 29-30 31-16 32-16 33-16 34-31 35-32 36-34 38-40 40-21 41-39 42-42 43-43
+1-0 3-2 3-3 4-4 5-5 6-8 7-6 8-9 9-15 10-16 11-10 12-11 13-12 14-13 15-14 17-18 19-20 20-19 20-21 20-22 20-23 21-21 22-24 23-25 24-24 25-23 27-27 28-29 29-30 30-18 31-17 32-31 33-32
+0-12 1-2 2-1 3-0 4-0 5-1 7-5 8-6 8-7 9-3 10-4 11-3 12-9 13-9 14-10 15-9 15-11 16-10 19-14 20-17 21-18 22-19 25-19 26-20 27-20 29-13 30-22 31-22 32-21 32-24 33-25 34-26
+0-0 1-1 2-2 3-3 4-4 5-5 6-6 6-7 7-8 8-13 9-9 10-10 11-11 12-12 13-14 14-15 15-17 16-18 17-19 18-20 19-21 21-22 22-16 23-25 24-26
+0-7 1-8 2-6 3-5 6-4 7-9 10-10 10-11 11-12 12-13 13-27 15-29 16-30 18-32 19-18 19-20 19-21 19-22 20-19 23-28 24-35 25-37 26-36 26-37 26-38 28-34 29-16 31-17 34-33 35-33 36-26 38-14 39-39 40-40
+0-0 1-1 2-2 3-2 3-3 4-2 4-6 5-4 5-5 6-7 6-8 7-7 8-9 9-10 10-11 11-12 12-15 13-16 14-13 15-13 15-14 16-14 17-17 18-17 19-18
+0-0 1-2 2-1 4-2 6-3 7-3 9-5 10-6 11-4 12-9 12-10 13-11 13-12 14-17 15-13 16-8 17-14 18-15 19-15 22-18 23-18 24-18 27-19 28-19 29-20 30-24 31-25 32-26 33-27 33-28 34-29 35-22 36-23 37-20 37-21 38-30 39-31
+0-0 1-1 1-3 2-2 3-2 5-4 6-4 7-5 7-6 8-8 9-9 10-10 11-11 12-11 12-12 13-13 14-7 15-14 16-15
+0-0 1-1 2-2 3-3 4-6 5-5 5-7 6-8 7-9 8-10 9-11 10-12 11-13 13-14 13-15 14-16 15-18 16-19 17-17 18-20 19-21 20-22
+0-0 0-2 1-1 2-1 3-3 3-4 4-13 4-14 5-8 5-9 5-10 6-5 7-11 7-12 8-6 9-15 10-16
+0-0 1-1 2-2 3-3 4-6 5-5 5-7 6-8 7-9 8-10 9-11 10-11 11-12 12-13 14-14 15-18 16-15 17-16 18-17 19-20 19-21 21-23 21-24 21-25 22-23 23-22 24-26 25-26 26-27 26-28 27-29 28-29 29-30 30-31 31-32
+0-0 1-1 2-2 3-3 4-4 5-5 6-6
+0-0 0-1 0-2 1-3 1-5 2-4 2-6 2-7 2-8 3-10 4-11 4-13 4-14 5-15 6-16
+0-0 1-6 2-5 3-1 4-2 5-3 6-7 7-8 10-9 11-5 14-7 15-12 16-13 17-10 18-11 21-15 22-15 23-19 24-19 26-17 27-17 28-17 31-26 32-26 33-26 34-27 35-28 41-29 46-30 47-24 47-25 48-22 48-23 48-24 51-18 52-16 53-31 54-32
+0-0 0-1 1-2 1-3 2-4 3-4 3-6 4-5 5-7 6-8
+0-0 1-1 2-2 3-2 4-3 5-4 6-4 7-4 8-6 9-5 10-7 11-9 12-8 12-10 13-11 14-12 15-13 16-14 16-16 16-17 17-15 18-13 21-18 22-19
+0-0 1-0 2-2 3-3 4-4 5-5 6-0 7-1 8-7 9-8 10-9 10-10 11-6 12-12 13-11 13-13 14-13 15-14 16-15 17-16 18-17 19-17 20-18 22-19 23-19 24-20
+0-0 1-1 2-3 2-4 3-7 4-5 5-2 5-6 6-3 8-9 9-10 10-11 11-12 12-9 13-8 16-13 17-13 18-14 19-16 19-17 20-18 21-18 22-18 23-15 24-19 25-20 26-21
+0-0 0-1 1-0 2-2 3-3 4-3 4-4 4-5 5-3 6-6 6-7 6-9 7-8 8-8 9-11 10-10 11-12 12-13 13-14
+0-0 1-6 1-7 2-6 3-3 4-8 5-9 6-1 7-2 8-10 9-11 10-12 11-13 12-14 13-16 14-15 16-28 18-17 19-18 20-19 21-20 22-21 23-30 24-27 25-30 26-31 27-32
+0-0 1-1 2-2 3-3 4-4 5-5 5-6 6-7 7-8 8-9 9-10 10-11 14-12 15-13 16-14 18-15 19-15 20-16 22-17 23-17 25-20 27-22 28-23 29-22 32-25 33-28 34-29 35-27 36-26 37-26 40-33 41-30 42-31 43-32 44-34 45-37 46-38
+0-0 1-1 2-1 3-2 4-3 4-4 6-6 7-9 8-10 9-10 10-11 12-2 15-13 15-14 16-12 17-13 18-15 19-17 19-18 20-19 21-16 22-18 23-20 24-21
+0-0 1-4 4-5 5-6 6-7 6-8 7-7 9-9 10-10 11-9 12-13 13-11 13-12 15-18 16-19 17-20 19-14 20-17 21-23 22-24 23-25 23-26 24-21 26-29 28-30 30-30 31-30 32-30 33-31 34-27 35-22 36-32 37-33 38-34 39-35 40-36 40-37 41-38 42-40 43-41 44-41 46-43 47-44 48-42 49-45 49-46 50-39 51-39 53-47 54-48
+0-0 1-1 2-3 3-2 3-4 4-6 6-7 7-5 8-9 9-9 10-11 12-12 13-12 14-13 15-13 15-14 16-10 19-8 22-16 23-15 25-17 28-18 29-18 30-19 30-20 31-21 32-23 33-24 34-24 35-24 36-25 36-26 37-27 38-28 38-29 39-27 41-31 42-32
+0-0 1-1 2-1 3-2 4-3 5-4 5-5 5-6 6-4 9-9 9-10 10-7 11-8 13-12 14-13 15-13 16-13 17-13 18-11 19-15 20-15 21-16 21-19 22-18 23-14 25-17 30-22 31-23 32-24 33-25 33-26 34-27 35-30 36-31 37-28 38-21 39-20 40-32 41-33
+0-2 1-13 2-13 2-14 3-3 3-4 4-5 5-8 7-0 8-12 9-9 10-10 10-11 11-6 12-16 13-7 15-20 15-21 15-22 16-23 17-24
+1-7 2-7 3-11 4-11 4-12 7-9 8-8 10-10 11-10 13-13 14-18 15-14 15-15 15-17 16-16 17-16 18-20 19-19 21-20 22-21 22-22 23-23
+0-2 1-1 2-0 4-3 5-3 6-6 8-6 9-6 10-6 11-7 12-4 13-5 15-8 16-8 17-9 18-16 19-13 20-14 21-15 22-19 23-17 24-11 25-12 26-10 28-18 29-21 30-22 31-24 34-23 37-27 38-28 39-25 39-29 40-26 42-29 43-29 44-29 45-30 45-31 46-32 47-33 48-33 48-34 49-34 50-33 51-20 52-35 53-36
+0-0 1-0 2-2 5-5 6-4 6-5 7-5 7-6 8-9 9-8 9-10 9-11 10-12 11-12 12-12 13-14 14-15 15-16 16-7 17-7 20-17 21-18 22-19 23-21 24-20 27-25 28-26 29-22 29-24 30-23 32-27 33-27 34-29 34-30 35-35 36-34 36-36 36-37 42-39 43-39 44-40 45-31 46-41 47-42 49-43 49-44 50-45 53-32 54-33 55-33 56-45 57-46
+0-3 1-4 2-4 3-0 3-2 4-1 5-2 5-6 6-5 7-7 8-7 9-9 10-10 11-11 12-11 14-12 15-13 16-14 17-15 18-16 19-17 19-20 20-18 21-19 22-21 23-20 25-25 27-29 28-27 28-28 29-29 30-30 31-31
+0-0 0-2 1-1 2-1 3-4 4-11 5-12 6-4 7-5 8-19 9-13 10-14 11-13 12-22 12-23 13-23 14-16 15-25 16-26 18-15 19-24 20-24 21-20 22-21 23-35 23-36 24-31 25-28 26-29 26-32 27-30 27-33 28-34 31-41 31-42 32-41 33-43 34-44 35-45 36-40 38-39 39-46 40-47
+0-0 0-2 1-1 2-3 3-4 4-5 5-6 7-8 8-9 9-9 10-10 10-11 12-14 13-13 13-15 14-15 15-16 16-17
+0-5 1-4 2-1 2-2 3-0 3-3 4-6 5-5 6-7 7-8 8-9 9-10 9-11 10-11 11-12 12-14 13-13 13-14 14-15 14-16 15-17 16-17 17-17 18-18
+0-0 1-1 2-2 3-3 4-4 4-5 5-6 6-7 7-8 8-9 9-10 10-11 11-12 12-13 13-14 14-15 15-16 16-17
+0-2 1-3 2-3 3-1 4-0 4-2 4-4 5-2 6-10 7-7 7-8 7-9 8-17 9-13 10-15 11-16 12-21 13-22
+0-0 1-1 3-3 4-3 4-4 6-5 7-6 8-2 8-8 9-7 9-9 10-9 11-10 12-11
+0-0 1-0 1-2 2-3 2-4 3-5 3-6 4-4 5-10 5-11 6-12 7-14 9-15 10-14 14-13 16-8 16-20 17-7 18-19 20-15 21-16 21-17 22-15 24-18 26-23 26-24 27-25 28-25 29-26 30-27 31-28 32-29 33-30 34-32 35-31 35-32 37-34 38-35 39-36 40-36 41-37 42-38
+0-0 1-1 2-1 3-3 4-1 4-2 5-1 6-2 7-4 8-5
+0-0 1-1 2-2 3-2 4-2 5-3 5-4 6-4 7-5 8-5 9-7 9-8 10-10 11-9 12-10 13-13 14-14 15-11 15-12 16-6 17-15 18-16
+0-0 1-0 2-0 2-2 3-1 6-4 7-4 8-4 9-3 9-5 9-6 9-7 10-3 11-7 12-8 13-9
+0-0 1-1 2-2 3-3 4-6 5-6 6-7 7-7 8-8 9-8 10-4 11-8 12-9 13-10 14-13 14-14 15-12 16-11 17-11 18-20 19-16 19-20 20-17 20-20 21-18 21-19 22-19 23-21 24-24 25-25 26-23 27-26 28-26 30-27 31-27 31-28 32-27 35-29 35-30 36-31 37-31 37-32 38-33 39-34
+0-0 1-1 3-2 3-3 7-7 7-8 8-9 9-8 10-9 11-10 12-11 13-12 14-13 15-13 16-6 17-15 18-16 19-17 19-19 20-18 21-20 22-24 23-28 24-27 25-26 25-28 27-25 29-21 30-22 31-29 32-30
+0-0 1-7 2-1 3-2 4-3 8-5 9-4 10-5 12-5 13-5 14-5 15-6 16-8 16-9 17-9 18-13 19-15 20-16 24-14 28-10 28-11 28-12 29-17 30-17 31-18
+0-0 1-1 3-2 4-2 5-3 5-4 6-5 7-4 8-6 9-6 10-8 11-11 12-9 13-8 14-10 16-12 17-13 18-14 21-15 22-17 23-18 24-19 26-15 27-16 28-15 29-16 30-20 31-20 32-21
+0-0 1-2 3-3 4-3 5-4 5-5 6-6 8-9 9-9 11-1 12-8 15-13 16-14 17-15 18-21 19-10 19-11 19-12 20-17 20-18 21-19 22-20 22-22 22-23 22-24 22-25 22-26 23-20 27-30 28-30 29-29 30-33 31-34 32-35 33-31 33-32 34-36 35-37
+0-1 1-1 2-0 3-3 5-4 6-7 7-8 8-9 11-16 12-12 13-13 13-14 14-15 15-2 17-11 18-20 19-21 21-22 22-23 23-17 24-24 29-18 30-19 31-26 32-27
+0-0 1-1 2-2 3-3 4-4 5-4 6-5 7-6 8-7 9-8 11-6 12-5 13-6 14-9 16-9 17-10 19-14 20-15 21-16 22-17 23-13 24-12 25-18 25-19 26-18 27-20 28-21 29-22 30-23 31-24 32-25 33-26 34-27 35-28 40-29 42-33 43-34 44-35 45-38 46-37 47-36 48-36 49-31 50-30 51-39 52-40
+1-8 2-0 3-1 3-2 3-3 5-3 6-4 7-5 8-9 9-7 10-6 11-7 13-10 16-12 17-11 18-13 18-14 19-15 20-15 21-15 22-17 23-17 24-20 25-19 25-20 26-21 27-22 28-18 29-16 33-11 34-26 35-27
+0-0 1-1 2-0 2-2 3-3 4-4 4-5 5-4 6-4 8-7 9-9 10-10 11-11 11-12 12-14 13-13 13-15 14-16 15-16 16-20 17-17 17-18 17-19 18-20 19-21 19-22 20-23 21-24 22-25 23-26 25-27 26-29 27-30 28-31 29-28 33-32 34-29 36-33 37-34 37-35 37-36 37-38 38-39 39-40 41-41 42-42
+1-1 2-0 3-3 4-6 6-8 7-5 8-7 9-12 10-9 11-10 12-11 13-14 14-13 16-15 17-15 18-16 19-17 20-18 20-20 21-21 23-27 24-19 25-22 26-23 26-24 27-29 28-32 29-33 30-34 31-35 32-36 33-36 34-37 35-38 36-39 37-30 37-31 40-40 42-35 45-45 46-26 47-46 48-42 49-43 50-41 50-44 51-46 52-47 53-48
+0-2 1-0 1-1 1-3 1-5 2-4 4-13 4-14 6-6 7-8 8-7 9-7 10-17 11-18 12-19 13-20 14-21 15-22 16-18 17-23 18-24 20-25 20-26 22-29 25-28 26-27 27-34 29-31 30-30 30-45 31-46 33-33 34-41 35-47 35-48 36-42 38-43 38-44 40-40 42-28 43-49 44-50
+0-0 1-9 2-9 3-2 6-5 6-6 7-5 8-12 9-15 10-16 12-43 13-7 14-8 16-11 18-13 19-17 20-18 20-19 21-20 22-25 24-26 24-27 25-14 26-22 27-24 28-23 28-24 29-24 30-24 34-30 35-30 36-31 37-32 38-33 38-34 39-35 40-29 42-36 43-36 45-42 46-37 46-38 47-41 48-40 49-47 51-44 52-46 56-49 57-50
+0-0 1-1 2-2 3-1 3-3 4-4 5-5 6-6 7-7 8-8 9-9 9-10 11-11 12-11 13-12 14-13 15-14 16-16 17-15 18-16 19-17 19-18 21-19 22-20
+0-0 0-1 1-1 2-2 3-3 3-4 4-5 4-6 6-7 7-7 8-7 9-13 10-11 10-12 10-14 11-15 12-16 13-9 14-9 15-8 15-10 16-17 17-17 19-20 19-21 20-23 22-24 23-25 24-26 24-27 25-28 26-29 27-30 28-31 29-32 29-34 30-39 31-35 32-40 33-40 33-41 34-42 35-43 36-43 36-44 37-33 40-36 41-36 42-36 43-37 43-38 44-45 45-46
+0-1 0-2 1-4 2-3 3-0 6-6 7-7 8-8 9-8 9-9 9-10 10-8 12-14 13-11 14-11 14-12 14-13 15-5 16-15 17-16
+0-0 1-1 1-2 2-7 3-3 4-4 5-4 5-6 6-5 7-8 8-9 9-10 10-11
+0-5 1-6 2-1 3-0 5-0 7-7 8-7 9-8 10-12 11-13 11-14 12-15 13-16 14-17 15-18 16-19 17-11 19-20 20-20 21-21 22-23 23-22 23-24 24-21 25-22 26-22 27-25 28-26 29-27 30-30 32-29 33-31 34-33 35-34 36-35 38-36 39-36 40-38 41-39 41-40 42-41 43-42 44-37 45-43 46-44
+0-0 1-1 2-2 3-3 4-4 5-5 5-6 5-7 5-8 6-8 7-7 8-26 8-27 10-9 12-10 13-11 14-12 15-13 16-14 16-15 16-16 17-16 18-16 19-17 20-18 21-19 22-20 23-21 24-21 24-23 25-22 26-23 27-24 27-25 27-28 28-29 29-30
+0-7 1-8 1-9 4-5 5-0 14-17 15-18 17-19 18-21 19-20 20-22 21-24 22-25 23-24 24-6 25-6 26-2 26-3 27-27 28-23 31-28 32-29 33-30 33-31 33-33 34-37 35-34 35-36 36-32 37-32 38-38 39-39
+0-0 1-1 2-2 3-3 3-7 4-4 4-8 5-9 7-10 9-11 10-12 12-14 14-16 15-17 17-18 18-19 19-13 20-21 21-21 22-20 24-6 25-5 26-22 27-23
+0-0 1-2 2-3 3-4 4-1 5-2 6-2 7-1 8-5 13-6 14-6 15-7 15-8 17-12 18-11 19-10 20-13 21-15 22-16 23-17 24-17 25-17 26-18 26-19 27-21 28-21 29-20 30-20 31-22 32-23 32-24 33-24 34-25 35-26 36-27 37-30 38-31 39-32 39-33 40-34 41-35 42-34 48-36 49-36 50-37
+0-0 1-1 1-2 2-4 3-3 3-4 3-5 4-6 5-7 7-8 8-8 9-9 10-10 11-11 11-12 11-14 12-13 13-15 14-16 15-17 16-18 19-19 20-20
+0-0 0-1 0-2 1-28 2-25 4-5 5-4 6-4 6-7 7-3 7-8 8-8 9-9 10-10 11-11 12-12 13-13 14-15 15-15 16-15 16-16 17-14 18-17 21-18 22-18 23-19 24-20 29-21 31-26 32-27 33-29 34-30
+0-0 0-1 0-2 1-3 1-4 2-7 2-8 3-6 3-9 4-10 5-11
+0-1 1-0 1-5 2-1 2-3 3-2 4-4 5-4 6-4 7-8 11-7 13-9 13-10 14-11 15-12 16-13 17-14 18-15 19-19 19-20 20-21 20-22 21-23 22-24 23-25 24-26 25-27 26-16 28-28 29-29
+2-0 3-1 4-2 5-3 5-6 6-5 8-7 9-8 9-10 10-11 11-12 11-13 11-14 12-15 14-18 15-19 16-20 17-21 18-22 18-24 19-25 21-27 21-28 22-29 23-30 24-31 24-34 25-32 25-33 27-36 28-38 29-39 30-40
+0-0 1-1 1-2 2-3 3-4 4-4 5-7 6-5 7-8 8-9 9-9 10-10 12-15 13-13 14-16 15-14 16-20 17-21 19-21 20-19 22-22 23-24 23-26 24-25 24-26 25-27 26-28 27-29 27-30 28-31 29-23 31-32 32-33
+0-0 1-1 2-2 3-4 3-5 4-3 5-9 6-16 8-18 9-6 9-7 9-8 10-19 11-20 12-21 13-12 14-10 15-11 16-12 17-13 19-22 20-22 21-22 22-23
+0-0 1-1 1-3 2-2 3-3 4-4 4-5 5-6 6-7 7-8 7-9 8-10 8-11 9-11 10-12 11-13
+0-0 1-1 2-2 3-3 5-4 6-5 7-6 8-7 9-4 10-12 12-7 13-8 14-9 15-10 16-11 18-17 19-18 20-18 21-19 22-20 22-22 23-21 25-23 26-24 27-25 28-26 29-27 30-28 30-29 31-30 32-31 35-33 36-34
+0-0 1-1 2-0 3-1 3-2 4-3 5-4 6-4 7-7 8-7 9-7 10-6 10-8 11-9 12-10 13-11 13-12 14-13 15-15 16-5 17-14 18-15 19-16 20-16 21-17
+0-0 1-1 3-2 4-3 4-5 5-6 7-7 8-7 8-8 9-9 10-10 12-10 13-11 13-12 14-15 15-12 16-13 16-14 17-16 18-16 19-17 20-18 21-19 22-19 26-24 27-24 28-25 29-26 30-22 31-28 32-29 32-30 32-31 33-32 33-33 33-34 33-35 34-27 38-36 39-37 40-38 41-39 42-40 43-41 44-42 45-43 46-44
+0-1 1-0 2-1 2-2 5-10 6-8 10-14 11-7 11-11 11-12 12-13 13-15 14-20 15-21 16-22 17-23 18-24 19-16 19-17 20-18 22-19 23-4 24-5 28-25 29-26 31-28 32-29 35-33 36-34 37-34 38-34 39-31 39-32 40-30 41-35 42-36
+0-1 1-7 2-8 3-3 4-5 5-2 6-0 7-4 8-9 9-10
+0-0 2-1 3-2 4-3 7-6 8-7 9-8 10-9 11-10 12-11 13-12 15-5 15-13 16-14 17-15 18-16 19-18 20-17 21-19 22-20 24-24 24-25 26-28 27-28 29-29 30-30 31-30 32-31 33-32 34-33 35-37 36-26 37-34 38-35 39-36 41-39 42-47 43-48 44-49 45-49 46-43 46-44 47-45 48-38 49-40 50-41 51-50 52-51
+0-0 1-0 2-1 2-2 3-5 4-6 4-7 5-8 6-4 6-5 6-9 7-11 8-10 9-3 11-12 12-12 13-13 13-15 14-14 15-13 16-13 17-16 18-17 20-19 20-20 21-20 22-21 23-22 24-23 25-22 28-25 28-26 30-29 31-28 32-29 33-30 34-31 35-33 35-34 36-32 37-35 38-35 39-37 40-36 41-36 43-38 43-39 44-38
+0-0 1-1 2-2 3-3 4-2 5-3 6-4 8-5 9-5 10-6 10-8 11-10 12-7 13-8 15-14 16-11 16-13 17-11 18-15 19-16
+0-1 0-2 1-0 2-0 3-0 3-3 4-4 5-7 6-5 9-6 10-8 11-9 12-10 13-11 14-11 15-12 15-13 16-14 17-15 18-15 19-16 20-17
+0-0 1-1 1-3 2-2 4-4 5-4 6-5 7-8 8-9 9-6 9-10 9-11 10-7 12-12 14-17 14-18 15-13 15-14 15-15 15-16 18-19 19-20 19-21 20-20 21-20 21-22 22-23 23-24
+0-2 0-3 1-5 2-4 3-7 4-9 4-10 5-6 6-8 9-11 10-11 11-12 12-19 13-16 14-16 14-17 14-18 15-15 16-13 17-20 18-21
+0-0 1-1 2-3 3-12 4-9 5-4 5-6 6-5 7-8 8-7 9-2 10-13 11-14
+0-2 1-4 2-3 4-7 5-6 5-7 7-9 8-13 9-15 10-16 11-18 12-21 13-8 14-12 15-12 18-17 20-28 21-26 22-24 22-27 23-22 23-23 24-28 25-29 26-30 27-32 28-33 29-36 30-37 31-38 32-39 33-40 33-41 33-43 34-42 35-44 36-47 38-45 39-45 39-46 41-48 42-49
+0-1 1-2 2-1 3-0 4-1 5-3 6-5 7-6 8-4 8-7 8-8 9-3 15-9 17-10 18-11 19-10 19-11 20-12 21-13
+0-0 1-1 2-2 3-3 4-4 5-5 6-4 7-6 8-6 8-7 10-8 11-8 12-9 12-11 13-10 15-13 16-12 17-15 19-29 20-19 21-18 22-19 23-20 24-21 25-22 26-17 27-16 29-26 29-27 29-28 30-14 32-30 33-31
+0-0 1-1 1-2 2-3 2-5 3-4 4-5 5-6 6-8 9-11 10-7 10-10 11-11 12-12 13-13 14-9 18-15 19-16 20-17 21-17 21-18 22-19 23-20 24-14 25-14 26-21 27-22
+0-0 1-0 2-2 3-1 4-1 4-3 5-4 6-5 7-6 8-7 9-8 10-9 11-10 12-10 13-13 14-12 14-13 15-13 16-14 17-15 18-15 19-16 20-11 21-17 22-18
+0-0 1-0 2-1 3-2 4-3 5-3 7-4 8-4 9-5 10-7 10-8 11-9 11-10 12-13 14-7 15-6 16-6 17-14 18-15 19-16 20-17 21-18 22-20 23-20 24-21 25-22 27-23 28-24 30-25 31-26 32-27 33-19 34-28 35-29
+0-1 1-0 2-3 3-3 4-3 5-3 6-2 7-4 8-5 8-6 8-7 9-5 11-10 12-9 13-8 13-10 14-11 15-12 16-13 17-16 18-17 18-18 19-14 20-14 21-15 22-16 23-19 24-20
+2-2 4-0 4-1 5-3 6-4 7-6 7-7 8-5 12-9 14-8 15-8 16-10 17-10 18-11 19-12 20-12 21-13 23-14 24-15 25-15 26-15 27-16 28-17 29-18 30-19 31-20
+0-0 1-2 2-1 3-3 4-3 5-5 6-4 7-10 8-9 8-11 9-13 10-14 11-6 11-7 12-6 13-12 14-10 15-8 16-15 17-15 18-16
+0-0 1-1 2-0 3-2 4-3 6-4 7-5 7-7 8-12 9-10 10-9 10-11 14-13 15-13 15-14 17-17 18-18 18-19 19-22 20-23 22-24 23-24 25-25 26-20 27-20 27-21 28-15 29-26 30-22 31-28 32-29 33-30 34-32 35-33 35-34 36-31 36-35 37-39 39-41 40-42 41-42 42-42 43-40 46-37 48-36 49-33 50-43 51-44
+0-0 1-1 1-3 2-1 3-1 4-4 5-4 7-5 8-7 9-6 10-2 11-7 12-8 13-9
+0-0 1-1 1-2 2-5 3-6 4-4 8-7 10-10 11-18 12-19 13-10 14-11 14-12 15-8 15-9 17-13 18-23 19-20 20-21 21-17 22-27 24-24 25-28 26-30 27-30 28-30 30-29 31-29 32-33 33-34 34-35 35-31 35-32 37-36 38-41 39-40 40-41 41-42 41-43 42-39 43-38 44-37 45-44 46-45
+0-0 1-1 1-2 2-1 3-2 4-2 5-2 7-3 8-9 9-6 10-7 11-7 11-8 12-5 13-18 14-20 15-13 16-10 17-11 18-12 19-13 20-14 21-15 22-15 25-23 27-24 28-26 29-25 29-26 30-25 31-27 33-22 34-28 35-29
+0-0 0-1 0-2 1-4 2-3 4-5 5-7 6-6 9-8 10-9 10-10 15-11 16-11 17-12 26-12 27-13 28-14 29-16 30-17 31-18 33-19 34-20 35-27 39-21 40-22 42-23 43-24 44-23 44-25 45-26 46-30 47-33 48-33 49-34
+0-4 1-4 2-0 2-1 2-3 3-1 3-2 4-35 5-5 6-5 7-5 7-6 9-7 10-7 12-13 13-14 13-15 14-12 15-21 16-8 17-9 18-16 19-10 21-11 22-24 23-24 24-25 25-26 26-22 26-23 28-27 29-28 29-29 31-30 32-31 33-32 33-33 35-31 36-31 38-34 39-36 40-37 41-39 42-38 43-39 43-40 44-41 45-42 46-43 47-44 48-45
+0-0 0-1 1-2 2-4 3-3 6-4 7-5 8-6 9-7 10-8 11-8 12-9 13-10 14-11 15-12 16-13 17-13 18-28 20-31 21-17 22-21 23-21 24-21 25-21 26-22 27-23 28-24 28-27 29-25 30-25 31-26 32-15 32-18 33-14 36-29 37-30 38-33 39-34 40-35 41-32 42-32 43-36 44-37
+1-9 2-1 3-2 4-10 5-0 6-11 7-3 9-18 10-18 11-17 11-19 12-21 13-8 14-22 15-23 16-24 17-16 18-33 19-34 20-28 21-29 21-30 24-37 25-39 26-40 27-40 28-35 30-14 31-15 32-38 33-13 35-45 36-45 37-45 37-46 37-47 38-48 40-44
+0-4 1-5 2-0 3-7 4-6 6-7 7-8 8-3 9-9 10-11 11-12 12-13 13-15 14-14 15-16 15-17 16-10 19-22 21-19 22-19 23-18 23-19 24-20 25-24 26-25 27-23 28-21 29-26 30-27
+0-4 1-5 2-1 2-2 2-3 3-8 4-6 4-8 5-7 6-7 8-9 9-9 10-10 11-11 11-13 12-12 13-13 14-14 15-15 15-16 15-17 16-19 17-18 18-24 19-24 20-25 21-20 22-19 23-26 24-27
+0-1 1-2 2-3 3-3 4-1 5-4 6-5 7-5 10-0 11-8 12-15 13-16 15-7 18-9 19-10 19-13 20-11 22-12 23-17 24-18
+0-0 1-1 2-4 3-3 5-4 6-4 6-6 6-7 7-5 8-6 13-10 14-9 14-11 16-15 17-16 18-17 20-8 22-14 23-19 24-18 24-19 28-20 29-27 30-28 33-29 34-23 35-23 36-31 36-32 40-22 41-30 42-24 43-25 45-26 46-33 47-33 48-34
+0-0 1-1 2-1 3-3 4-3 5-4 6-4 6-6 7-5 8-7 9-2 10-8 11-9
+0-0 1-1 2-2 3-2 4-2 5-5 6-3 7-4 8-11 10-6 11-7 12-9 13-8 14-12 15-13
+0-0 0-1 0-2 1-2 1-3 1-4 2-6 3-5 4-8 5-9 6-10 7-9 8-11 9-12 10-13 11-14 12-15
+0-3 1-4 2-5 3-0 4-0 5-1 5-2 6-6 8-7 9-7 11-9 12-11 13-12 13-13 13-14 14-11 14-15 14-16 15-17 16-10 17-18 18-19 19-20 19-22 20-21 21-23 22-24 24-25 26-26 27-26 28-25 29-27 35-29 35-30 35-31 36-32 37-33
+0-0 0-1 0-2 1-4 2-3 3-5 4-8 5-8 7-9 8-9 9-10 10-15 11-16 12-17 13-11 13-12 14-19 15-13 16-13 17-14 18-14 23-23 24-24 25-25 26-26 28-22 30-28 31-29
+0-1 1-2 2-3 3-4 4-0 5-5 6-8 7-7 8-6 9-7 10-9 10-10 10-12 11-11 11-13 12-14 13-15 14-16 15-17 16-18 17-20 18-21 19-25 20-22 21-22 22-23 23-24 24-19 25-26 26-27
+0-0 0-2 1-1 2-4 3-5 8-6 9-7 9-8 13-9 15-10 16-10 17-13 18-13 19-18 20-17 21-19 22-20 23-21 24-22 25-29 26-27 27-27 28-26 29-25 30-24 30-28 31-22 33-35 34-34 35-31 36-34 37-33 38-36 38-37 39-37 40-38 41-39
+0-0 1-3 2-4 3-5 5-6 8-7 9-8 10-8 11-9 11-10 13-10 14-11 15-13 16-12 17-14 18-15 18-16 19-17 20-18 21-19 23-21 25-22 26-24 27-23 27-24 29-25 30-25 31-26 31-28 32-27 32-29 34-32 36-37 37-31 38-30 39-33 40-34 41-35 41-36 42-36 43-38 43-39 44-40 45-41 46-42
+0-0 1-2 2-2 3-4 4-3 6-1 7-1 8-5 9-5 10-8 11-9 12-10 13-11 13-12 16-13 17-14 18-15 19-16 20-18 21-19 22-18 23-18 25-25 26-21 27-28 28-7 29-22 30-23 31-30 32-31 33-32 37-42 38-42 38-43 40-35 42-36 43-37 44-38 44-39 45-38 46-40 47-27 47-41 48-29 49-44 50-45
+0-0 1-1 2-2 3-3 4-4 5-6 5-7 6-5 7-8 8-16 10-17 11-17 13-14 14-20 15-21 16-22 17-23 18-24 19-25 20-26 21-27 22-28 24-30 25-30 26-30 26-31 26-32 27-33 28-34 28-36 29-35 30-36 32-37 33-29 36-11 38-39 39-40
+0-2 1-3 2-4 3-5 4-7 4-8 5-7 6-6 6-10 7-9 7-11 11-20 12-21 13-22 14-23 15-19 16-25 17-25 18-25 18-26 18-27 19-28 20-29 21-30 22-31 24-32 25-13 26-14 27-15 27-16 29-13 30-34 31-35
+0-0 1-1 1-3 2-3 3-2 4-3 4-4 5-5 7-6 7-7 8-6 9-7 10-9 11-10 12-11 12-12 13-13 14-13 15-14 16-15 16-16 17-17 18-18
+0-5 1-6 2-5 3-0 4-7 5-9 6-3 7-4 8-12 9-13 10-10 10-14 11-11 11-15 12-16 13-16 14-19 15-20 16-21 17-22 18-21 19-18 22-24 23-23 24-25 25-26 26-27 26-28 27-29 28-30 29-23 30-23 30-31 30-32 31-33 32-34
+0-0 1-4 1-7 2-3 2-5 3-8 4-6 4-9 5-6 9-10 11-15 14-21 15-11 16-14 17-17 18-16 18-17 19-19 20-23 20-24 23-30 23-31 24-20 25-33 26-34
+2-3 3-0 3-4 3-5 4-6 5-7 6-8 7-8 8-9 9-10 10-11 11-12 11-13 11-14 12-14 13-14 14-15 15-16 15-17 15-18 16-17 17-18 17-19 18-19 19-20 20-24 21-29 22-30 23-31 24-28 25-32 26-27 27-33 28-34
+0-0 1-1 2-1 3-1 5-2 6-3 7-4 8-6 9-6 10-5 11-6 12-7 13-8 14-16 15-15 16-14 16-16 17-9 18-10 20-12 21-13 22-17 23-18
+0-0 1-1 2-0 3-3 4-2 4-3 5-7 6-6 6-8 7-6 9-17 10-9 10-10 11-20 12-19 13-18 14-14 15-15 16-16 16-23 17-24 18-4 20-28 21-29 25-21 26-22 29-30 30-33 32-34 33-32 34-35 35-36 35-37 36-38 38-39 40-40 41-40 42-31 43-42 44-43
+0-0 1-1 2-2 3-3 4-4 5-5 6-6 7-7 8-8 8-10 9-9 10-10 11-11 12-11 12-12 13-13 14-14 15-15 16-18 17-16 17-17 17-21 18-18 18-19 18-22 19-20 25-25 28-38 29-39 30-41 32-30 33-45 34-33 35-34 35-35 36-34 37-36 38-37 39-42 40-49 40-50 41-51 41-52 42-51 43-47 45-46 46-40 47-31 48-32 49-28 50-27 53-53 54-53 55-54
+0-0 1-1 2-2 2-3 2-4 3-3 4-5 5-5 6-6
+0-0 0-1 1-1 2-2 3-4 5-3 6-5 7-6
+2-5 3-4 3-6 4-1 4-2 5-0 9-7 10-7 11-8 12-9 13-10
+3-0 3-4 4-1 5-2 5-3 6-4 7-5 8-6 9-7 10-8 11-9 12-11 13-12 14-13 15-10 16-10 17-14 18-15 19-17 19-18 20-16 21-17 21-19 22-20 23-21
+0-0 1-14 2-15 3-16 4-17 5-18 6-19 7-20 8-6 8-9 8-10 9-5 11-7 11-8 14-21 15-22 16-23 17-24 18-25 19-26 20-27 21-28 22-29 23-29 24-29 24-30 24-31 25-32 26-33 27-34 28-35 28-36 29-37 29-39 30-40 31-41 32-41 32-42 33-43 34-37 36-44 37-45
+0-0 0-1 1-1 2-2 3-2 4-3 5-4 6-5 7-6 8-8 9-7 10-7 11-7 11-9 12-10 13-10 14-11
+0-0 1-0 2-9 3-3 4-1 4-2 4-4 5-5 6-6 6-7 7-8 8-10 9-14 10-12 10-13 11-11 12-19 13-20 14-17 15-22 16-23 17-24 18-21 19-18 22-27 23-15 24-28 25-29 26-30 27-25 28-31 29-31 30-32
+0-0 0-3 1-1 1-4 2-2 2-5 7-6 8-7 9-8 10-9 11-10 12-11 12-12 12-13 13-13 14-13 15-14 16-15 17-16 18-17 19-18 19-36 20-19 21-20 22-21 23-22 24-23 24-24 25-25 25-26 25-27 28-29 29-30 30-31 31-32 32-33 33-38 34-28 35-34 36-41 37-41 38-42 39-40 40-47 41-44 42-39 43-50 43-51 45-49 46-51 47-52 48-53
+0-1 1-2 1-3 2-3 2-4 3-5 3-8 4-9 5-6 5-7 6-15 7-15 8-14 10-11 11-19 11-21 11-23 11-24 12-20 12-22 13-16 13-17 13-18 14-25 15-26
+0-0 1-1 2-1 3-2 4-4 4-5 4-6 5-3 6-8 7-7 8-8 8-9 9-10 11-12 13-18 14-13 15-14 15-15 16-19 17-20 18-21 19-20 20-23 21-23 24-22 25-24 26-25
+0-1 1-2 2-3 3-0 4-4 5-5 6-6 6-7 7-8 8-15 9-12 10-10 11-10 12-9 12-10 12-11 13-17 14-16 14-18 16-17 16-20 17-21 18-22 19-23 20-24 24-26 25-24 25-26 25-27 25-28 26-25 26-29 27-14 29-30 30-31
+0-3 1-4 2-2 3-7 4-6 4-8 5-5 6-14 7-9 8-9 9-16 10-10 10-17 11-11 12-12 12-13 13-15 16-18 17-19
+1-2 2-0 3-1 4-3 4-5 5-4 5-11 6-6 7-7 8-8 9-9 10-8 10-10 11-9 12-12 13-13
+0-3 1-4 2-0 2-1 2-2 4-10 5-7 5-10 6-8 6-10 7-9 7-11 8-6 9-12 10-13
+0-0 1-1 2-4 3-1 4-2 4-3 5-5 6-6 7-7 8-8 9-7 9-9 10-10 11-11
+0-10 1-12 2-0 4-4 6-3 7-17 8-7 9-19 12-14 13-8 14-9 15-22 16-20 17-11 18-21 19-15 19-16 20-24 21-18 22-25 25-26 26-29 27-27 28-31 29-30 30-32 31-27 32-28 34-33 35-34 37-35 38-36 39-37 40-38 41-39
+0-0 1-1 1-5 2-4 3-3 4-3 5-3 6-7 7-8 8-9 9-8 9-10 10-10 11-11 12-12 13-13 15-14 16-16 17-15 18-29 19-17 20-18 20-19 21-18 22-20 23-26 24-27 25-28 26-27 27-28 28-21 29-22 30-23 31-24 32-30 33-31 34-32 35-32 36-34 37-35 39-38 40-37 41-38 42-42 43-43 43-44 44-45 45-46 46-47 47-43 49-41 50-48 51-49
+0-5 1-6 2-3 3-4 4-0 5-2 6-7 7-9 7-10 8-11 9-10 10-12 11-14 12-15 13-13 17-21 18-22 19-23 20-16 20-17 21-25 22-21 23-27 24-19 25-20 26-32 29-28 29-29 32-34 32-35 32-36 33-36 34-37 36-18 40-38 41-39
+0-8 1-9 2-10 3-3 3-4 4-5 5-0 6-12 7-14 8-14 9-11 10-15 11-16 12-17 13-18
+0-1 1-2 2-0 3-0 4-5 5-4 6-5 7-5 8-6 11-9 12-7 13-8 13-10 13-11 14-13 15-14 16-13 19-34 21-15 22-16 23-17 24-28 25-19 25-20 25-21 26-21 27-21 28-22 29-23 29-24 29-25 30-24 31-25 32-29 33-26 34-36 35-35 36-36 37-36 38-37 39-38 40-39 41-40
+0-0 1-1 1-2 2-3 2-7 3-4 3-5 4-9 5-10 6-6 7-6 8-11 9-12
+0-0 1-1 2-2 3-3 3-4 4-5 5-5 6-6 7-8 8-15 10-11 11-13 12-7 13-14 14-10 15-12 16-16 17-17
+0-0 1-1 1-2 1-3 2-4 3-4 4-5 5-10 6-13 7-11 8-11 10-12 11-17 12-17 13-14 13-16 14-15 15-18 16-19
+0-0 1-1 2-3 3-2 4-5 5-6 6-4 7-11 8-8 9-7 10-8 12-13 13-26 14-16 16-17 17-18 18-19 19-20 20-12 21-24 22-27 23-28 24-29 25-28 26-33 26-34 27-31 28-32 29-33 30-35 31-36
+0-0 0-1 1-3 2-7 3-5 4-6 5-4 6-12 7-13 8-15 9-16 10-16 11-14 12-13 13-17 14-18 15-19 16-20 16-23 17-21 17-22 18-22 19-24 20-25
+0-3 1-4 2-7 3-0 4-1 5-8 6-8 11-12 12-11 12-13 13-14 14-15 15-16 16-17 17-18 18-20 18-21 19-23 20-24 21-6 22-28 23-32 24-10 25-33 26-22 29-26 30-25 31-26 33-29 34-35 35-37 36-36 39-40 40-36 41-41 42-42 44-46 46-38 47-45 48-45 49-43 50-42 51-44 53-47 54-47 55-48
+1-3 2-4 3-0 3-1 3-2 4-0 6-5 7-6
+0-0 1-1 1-2 2-3 3-4 4-4 5-5 6-6 7-7 8-8 9-9
+0-0 0-1 1-2 1-5 2-3 2-4 3-10 4-7 4-8 4-9 4-10 5-10 6-10 6-11 7-10 7-12 8-13 8-14 8-15 9-16
+0-0 1-1 2-2 3-3 4-4 4-6 5-5 6-6 7-7 8-7 8-8 9-7 10-9 11-10
+0-0 1-1 2-2 2-3 3-3 4-4 5-5 6-6 7-7 8-8 11-16 12-9 12-11 13-10 14-10 15-12 16-13 17-14 18-17 19-18 20-19 21-20 22-24 23-25 25-23 26-26 27-26 28-21 28-28 29-27 30-30 31-31 31-32 32-34 34-33 35-33 36-33 37-34 38-33 39-36 40-37
+0-0 0-1 0-2 0-3 1-2 1-4 2-2 3-8 5-6 6-7 7-7 8-11 9-12 9-13 10-11 11-12 12-14 12-15 13-14
+0-0 0-1 1-1 2-2 3-4 4-3 4-5 5-6 6-7
+0-0 2-7 2-9 3-6 4-1 4-5 6-2 7-3 8-10 9-12 10-13 11-15 12-14 12-15 13-16 13-17 14-18 14-20 15-19 16-21 17-22 18-23
+0-0 0-1 1-2 2-3 3-3 4-3 5-4 6-5 7-9 8-10 9-11 10-12 11-18 12-19 12-20 13-21 14-22
+0-3 1-3 2-3 5-6 7-1 8-0 9-0 10-30 11-29 13-31 14-32 17-22 18-18 19-4 20-5 22-14 23-13 24-9 25-24 26-11 26-12 28-37 29-26 30-27 31-21 33-23 34-17 35-17 36-20 39-25 41-38 41-39 42-40 43-41
+0-0 1-1 2-2 3-3 3-4 3-7 4-1 5-6 7-11 8-12 9-13 10-14 11-9 12-10 13-15 14-15 15-16 17-17 18-17 19-18 19-19 20-26 21-20 21-27 22-28 23-28 24-28 24-29 25-31 26-32 27-32 27-33 28-31 29-35 30-35 31-36 32-36 33-36 33-37 33-38 34-39 36-40 38-45 39-46 39-47 40-45 41-46 42-43 43-44 44-47 45-48 46-49 47-51 48-52
+0-12 1-13 2-14 4-1 5-2 7-7 10-4 11-5 12-6 13-3 14-9 15-9 16-11 17-15 18-20 20-22 21-23 22-24 26-10 28-25 29-26 30-27 30-28 31-29 34-36 37-35 39-33 40-32 40-33 40-34 41-31 42-30 43-38 44-39
+0-0 1-1 2-2 3-3 4-2 7-4 9-5 10-7 11-6 11-7 12-7 13-8 14-8 15-9
+0-0 0-1 1-2 2-3 3-2 4-4 5-6 6-5 7-6 8-8 8-9 8-10 9-7 10-7 10-11 11-12 12-13
+0-0 1-3 2-5 3-5 4-4 4-5 5-6 5-9 6-8 7-7 7-12 7-13 8-16 9-10 10-11 11-21 12-22 13-21 13-23 14-24 15-18 16-20 17-19 18-18 19-17 21-25 22-26
+0-0 1-0 2-1 3-2 3-3 4-4 4-5 6-5 7-6 7-7 7-8 8-8 9-8 9-9 10-10 11-11
+0-0 1-1 3-6 4-7 5-8 8-4 10-14 11-15 12-10 12-11 14-12 15-12 17-13 18-2 19-3 20-16 21-17
+0-1 1-1 2-3 2-4 3-8 4-7 4-8 5-9 6-17 7-11 8-12 9-13 10-14 10-15 10-16 11-10 12-10 13-21 14-21 15-21 15-22 17-19 19-23 20-24 20-25 21-26
+2-2 3-1 3-2 4-0 4-3 5-4 6-4 7-4 7-5 8-7 9-12 10-11 11-9 14-16 15-14 16-19 17-20 18-21 19-13 21-18 22-21 23-22 24-23 25-26 27-34 28-32 29-30 29-31 30-24 31-24 32-29 35-15 37-35 39-38 40-39
+0-0 0-1 1-0 2-2 2-3 3-4 4-4 5-5 5-6 7-7 8-8
+0-0 0-1 0-2 1-2 2-6 3-5 3-6 3-7 4-3 4-4 6-10 7-11 8-10 9-12 9-13 10-13 11-14 12-8 12-16 13-15 13-17 14-18
+0-0 0-1 1-6 2-5 3-4 4-6 5-9 5-10 6-7 6-8 7-11 8-12
+0-0 1-1 2-2 3-3 4-4 5-5 6-6 7-6 8-6 9-12 10-13 10-14 11-8 11-9 12-10 12-11 13-14 14-15 15-16
+0-0 0-1 1-0 2-2 3-8 4-8 5-8 6-3 6-9 7-4 7-10 8-11 9-13 10-14 11-14 12-11 15-15 16-15 17-22 17-23 18-16 19-18 20-20 21-21 22-19 23-24 24-25 25-25 26-26 27-27 28-28 29-29 30-30 31-31 32-32 33-33
+0-0 1-1 2-2 3-3 4-4 4-5 4-6 5-6 6-6 7-7 8-8 8-9 8-10 9-9 10-10 10-11 11-11 12-12 13-13 14-14 15-15 16-15 16-25 17-26 18-27 18-28 19-27 20-29 21-23 22-24 23-21 25-34 26-37 27-38 27-39 28-40 30-42 31-43
+0-1 1-0 2-1 3-2 4-2 7-3 8-4 8-5 9-7 10-8 11-8 11-9 12-10 13-12 14-12 16-13 17-14 18-15 19-16 20-17 21-18 22-19 22-20 23-19 25-21 26-21 26-22 26-23 26-24 27-21 28-25 29-25 30-25 33-28 34-27 34-29 34-30 36-6 37-31 38-32
+0-1 1-1 1-2 2-0 4-3 5-5 6-6 7-4 8-11 9-12 9-15 11-18 11-19 12-19 14-16 14-17 16-8 17-7 17-8 18-23 19-23 19-24 20-25 21-26 22-21 22-22 23-20 24-21 25-27 26-28
+0-0 1-0 1-1 2-2 3-3 4-4 5-4 6-5 7-6
+0-0 1-1 2-2 3-3 4-4 5-5
+0-0 1-1 2-2 2-3 2-4 3-5 4-4 5-7 8-10 9-10 10-10 11-9 11-11
+0-0 0-1
+0-0 1-1 2-2 3-3 4-4 5-4 6-5 7-6 8-6 9-7 10-8 11-9 12-10 12-11 13-11 16-15 17-16 18-17 19-18 19-21 20-19 21-20 22-22 23-23 24-24 25-25 26-26 27-27 28-28 29-29 30-30 31-31 32-37 33-38 34-32 34-37 35-34 35-35 35-36 35-39 36-38 37-13 38-41 39-43 40-43 41-44
+0-0 1-0 2-1 3-4 4-5 5-6 6-6 7-7 8-7 9-2 9-3 12-8 13-9 14-10 15-11 16-12 19-13 20-13 21-14 22-14 23-18 24-18 25-20 25-21 26-17 26-22 27-16 28-15 29-23 30-24
+0-0 1-0 1-1 2-0 3-14 4-3 5-9 6-2 7-4 8-5 9-6 10-7 10-8 11-8 12-15 13-16 14-17 15-12 15-13 16-11 17-19 19-17 20-18 21-20 22-21 23-22 24-23 27-24 28-25 29-26
+0-0 2-3 3-4 4-5 4-7 5-5 5-6 6-5 7-1 8-2 9-11 11-12 11-13 16-14 22-15 23-16 24-17 25-18 26-19 27-20 29-10 31-25 31-27 32-28 32-29 33-31 34-32 35-33 36-30 37-34 38-35
+0-11 1-12 2-7 2-13 4-15 5-4 6-18 7-18 8-19 9-8 11-22 11-23 12-0 13-0 14-0 15-1 17-5 18-6 18-12 20-21 21-9 22-9 22-10 25-25 26-24 27-23 28-24 30-31 31-3 33-32 34-33 35-34 36-35 37-36 37-37 38-38 39-39 40-40 41-40 42-41 43-42 44-43 45-44 45-46 46-45 46-47 47-48 48-49 48-50 50-51 51-53 52-53 53-54
+0-0 1-4 2-3 3-5 4-8 5-6 5-9 6-8 6-10 7-12 8-13 9-12 9-13 10-14 11-15 12-16 16-19 17-23 18-17 19-25 20-24 21-26 22-27 23-26 23-28 28-29 30-32 31-31 32-30 32-31 32-32 33-33 33-34 34-35 35-36 36-37 37-38 38-38 39-39 40-40 41-43 43-44 43-45 44-48 45-46 45-47 47-18 48-48 49-49
+0-0 1-1 1-2 2-3 3-4 4-5 5-6 7-6 8-6 9-6 10-7 11-7 12-12 12-14 13-11 14-15 15-13 16-14 17-9 18-18 19-19
+0-8 1-9 2-3 3-4 4-1 4-5 5-12 5-13 6-15 7-11 8-10 9-18 9-19 10-20 12-26 13-16 13-17 16-28 16-29 17-2 18-23 19-23 20-24 20-25 21-25 22-24 23-30 24-31
+0-0 1-1 1-2 2-3 3-4 4-4 6-5 6-6 7-5 8-11 9-12 10-13 11-13 12-14 13-15 13-16 15-17 15-18 16-21 17-22 18-11 19-7 19-10 20-9 20-30 21-24 22-25 23-26 24-27 24-28 25-29 26-32 27-33 28-35 29-34 30-35 32-36 33-37 35-38 36-38 37-39 38-40 39-41 40-41 41-42
+0-0 1-2 1-3 2-5 3-6 4-7 5-4 8-8 9-12 10-20 10-21 11-15 11-16 11-17 11-18 12-14 13-13 14-13 15-11 17-10 18-22 19-23 20-24 21-27 22-28 23-28 23-29 24-25 25-26 26-30 27-31 27-37 28-33 28-38 29-32 29-39 30-43 32-43 33-43 34-44 35-34 35-35 35-36 36-48 37-49 39-50 40-51 40-52 41-54 43-45 43-46 43-47 44-55 45-56
+1-10 2-11 3-12 4-4 5-5 6-6 7-2 7-3 12-26 13-14 13-15 13-16 14-13 15-14 16-17 17-18 18-19 19-20 20-23 21-22 22-21 22-23 24-25 25-24 26-27 27-30 28-32 29-31 30-32 32-33 33-34 35-35 36-36 37-37 37-38 38-39 39-40
+0-0 1-2 1-3 2-1 3-2 4-4 5-4 6-5 7-5 8-5 9-6 12-7 14-11 15-12 16-13 17-16 18-17 19-15 20-14 21-18 22-19 23-20 24-21 25-22 26-23 26-26 27-24 28-25 29-26 30-27 31-28
+0-0 1-1 2-2 3-3 4-4 5-4 6-5 7-6 8-7 9-8 10-10 11-12 12-13 13-13 14-14 15-15 15-16 15-18 16-19 17-20 18-21 20-22 21-23
+0-0 1-1 2-2 3-6 4-5 5-6 6-3 7-4 8-7 9-11 10-8 11-9 12-10 14-14 15-14 16-20 16-21 19-18 20-24 21-22 22-25 23-26 24-27 25-28 26-29 28-17 29-29 30-29 31-29 32-30
+0-0 1-2 2-3 3-3 4-1 5-8 8-10 8-11 9-12 10-13 11-14 12-9 13-5 13-6 13-7 16-15 17-16 18-17 18-18 19-19 20-22 23-23 24-20 24-21 25-24 26-25 27-28 28-27 29-26 30-31 31-39 32-40 33-39 33-41 34-42 35-44 37-44 38-44 39-44 40-45 41-46 42-47 43-35 44-38 45-48 46-48 47-49
+0-0 1-4 2-3 3-2 4-10 5-7 6-8 8-9 9-14 10-23 11-15 12-16 13-17 14-18 15-19 16-20 17-21 18-11 19-24 20-25 21-26 22-33 23-28 23-29 24-28 25-31 25-32 26-32 27-41 28-27 29-38 30-39 31-35 32-36 33-34 34-42 35-43
+0-0 1-0 1-1 2-2 2-4 3-5 4-6 5-7 6-8 7-9 8-10 9-14 10-13 11-14 12-11 13-12 14-16 15-15 15-17 16-19 17-18 18-18 18-19 20-26 20-27 20-28 20-29 21-22 22-21 22-24 23-23 25-25 26-25 27-30 28-31
+0-0 1-1 2-2 3-3 3-4 4-5 5-6 5-7 6-8 7-9 8-10
+0-6 1-2 1-5 2-1 2-3 2-4 3-0 4-10 5-7 6-8 8-9 9-11 10-12 11-13 12-14 12-15 13-13 14-16 15-18 17-21 18-20 19-22 20-23 21-23 22-17 23-24 24-25
+0-0 1-1 2-2 3-4 7-5 8-7 8-34 9-8 10-9 10-10 11-11 12-11 13-12 14-12 14-13 15-14 15-15 16-18 17-18 18-22 19-19 19-20 20-21 21-25 22-25 23-23 24-24 24-28 25-26 26-27 27-28 28-29 30-36 31-37
+0-4 1-5 2-6 3-7 4-8 5-9 6-0 6-1 7-0 8-2 8-10 9-11 10-11 11-13 12-12 13-14 14-19 15-17 15-20 16-16 16-18 17-24 18-25 19-25 20-25 21-25 22-26 23-27
+1-0 2-0 3-1 3-3 4-1 4-2 5-4 7-5 8-5 9-6 9-7 10-9 10-10 11-12 12-14 14-15 15-16 16-17 19-19 20-19 21-18 21-20 22-27 24-29 25-29 26-30 29-33 29-34 30-21 31-23 31-24 32-25 33-28 35-26 38-8 40-34 41-34 42-35 43-36
+0-0 1-2 2-3 3-4 3-5 4-1 5-13 6-8 7-9 8-9 8-10 9-6 10-14 11-15 12-15 13-16 14-21 15-22 16-17 17-23 18-18 18-19 22-24 23-24 23-25 24-27 25-26 26-29 27-30 28-31
+0-5 1-1 2-0 2-2 2-3 2-4 3-13 4-10 6-6 7-14 8-15 9-17 10-16 11-15 12-18 13-18 14-20 15-21
+0-0 1-1 1-2 2-6 3-7 3-8 4-7 5-6 6-3 6-7 7-4 9-5 10-5 10-11 11-10 11-12 11-13 12-14 13-15
+0-0 1-0 2-3 3-3 4-3 5-4 5-10 6-5 9-11 10-7 12-9 13-8 13-9 14-13 16-16 16-17 17-20 18-20 19-19 20-21 21-18 21-22 22-19 25-25 25-26 26-14 28-28 28-29 28-30 29-29 30-27 31-31 32-31 33-32 34-33
+0-0 0-2 1-1 2-2 3-4 4-4 4-5 5-6 6-7 7-9 8-8 8-10 9-9 10-9 11-3 12-11 13-12
+0-0 1-1 2-2 3-4 4-5 5-3 7-6 8-7 9-9 9-10 10-8 11-14 11-15 12-16 13-18 14-12 15-13 16-11 17-19 18-20
+0-0 1-0 2-1 4-2 5-3 6-3 7-3 7-4 8-6 9-7 10-8 12-8 13-8 14-8 15-9 16-5 17-10 18-10 19-11
+0-0 1-1 2-2 3-3 4-5 5-5 5-6 6-5 7-9 7-10 8-11 9-12 10-13 11-14 12-16 13-16 14-15 16-20 17-17 18-18 18-19 19-26 20-25 20-27 21-25 22-26 23-28 24-29
+0-0 1-1 2-3 3-1 4-2 5-8 6-7 7-7 8-4 10-11 11-12 12-9 12-10 17-13 18-16 19-19 20-20 25-22 25-23 25-24 26-15 27-14 28-25 29-26
+0-0 1-0 2-1 2-2 3-1 5-3 6-4 7-5 8-6 9-7 10-8 11-9 12-10 13-11 14-12 15-13 17-13 18-13 19-13 20-14 21-15 23-16 23-17 24-17 25-18 25-19 26-20 27-21
+0-0 1-1 2-2 3-4 4-5 5-6 6-7 6-8 7-9 8-10 8-11 9-12 10-12 11-14 12-14 12-15 13-13 14-16 15-17 17-18 18-19 19-20 20-21 21-22 21-23 21-24 21-26 21-27 22-25 23-25 24-25 25-3 26-30 27-31
+0-0 1-1 2-1 4-2 7-3 8-4 9-7 10-8 11-15 12-6 13-5 16-9 17-13 18-14 19-16 20-17 21-22 22-10 22-11 22-12 25-18 25-21 26-20 27-24 27-27 27-28 28-29 28-30 29-32 30-31 31-31 32-23 33-33 34-34
+0-0 1-1 2-2 3-3 4-4 5-4 6-5 7-6 8-6 9-7 10-8 10-10 11-9 12-9 13-13 14-11 15-15 16-16 17-14 17-22 18-21 19-21 21-23 21-31 22-24 23-24 24-17 24-18 28-30 29-32 30-34 32-37 34-38 35-39 36-40 37-41 38-42 39-43 39-44 40-46 41-46 42-45 43-47 43-48 46-35 47-49 48-50
+0-0 1-1 2-2 3-1 3-3 3-5 4-4 6-14 7-6 8-10 9-9 9-11 10-8 11-8 13-13 15-17 16-19 19-20 20-21 21-22 22-24 23-23 25-26 25-27 27-29 27-30 28-28 29-31 30-32
+0-0 1-1 3-2 4-1 5-2 6-4 7-3 8-5 8-8 9-6 10-7 11-7 12-8 13-9 14-10 14-16 15-17 16-18 17-12 18-13 19-13 19-14 20-15 21-16 22-11 23-19 24-20
+0-0 0-1 1-0 2-3 3-6 4-7 5-10 9-15 10-16 11-12 12-18 13-18 13-19 16-14 17-24 18-25 19-26 20-27 21-28 21-29 22-29 23-22 23-30 24-22 25-21 27-11 30-13 31-13 33-31 33-32 34-30 35-35 36-36 37-37 38-35 38-38 39-39 40-39 40-40 41-41 42-42 43-43 44-44 45-45 48-33 49-46 50-47
+0-0 1-2 2-1 4-6 5-2 6-3 7-5 8-4 11-9 12-18 13-17 14-16 15-12 17-21 18-21 18-22 19-15 20-17 21-25 22-19 22-20 23-26 24-8 26-13 27-14 28-10 28-11 29-7 30-27 31-28
+0-4 1-5 2-2 3-3 4-4 5-6 6-16 6-17 7-13 8-9 8-10 9-11 10-12 13-14 14-1 15-19 15-20 16-21 17-22 18-23 18-26 19-23 20-23 22-24 23-18 24-27 25-28 25-31 25-32 26-33 27-34 28-35 29-36
+0-2 1-14 2-15 6-1 7-0 8-8 9-9 11-6 12-13 13-20 14-4 15-5 16-11 17-12 18-21 19-21 20-22
+0-0 1-2 2-1 4-3 5-3 6-7 7-8 8-11 9-5 10-5 12-12 13-13 14-14 15-21 18-18 19-24 20-25 22-27 23-20 24-22 25-26 26-26 31-36 32-28 33-29 34-30 34-31 36-32 37-37 38-38 39-39 41-35 44-42 44-43 45-45 47-46 48-51 50-47 51-49 52-48 53-49 54-49 55-50 56-56 57-57
+0-0 1-1 2-2 3-3 4-4 5-5 6-7 7-8 8-9 10-10 11-11 12-12 13-13 14-13 15-16 17-17 18-17 19-16 20-18 21-17 22-15 23-19 24-20
+0-0 1-1 2-2 2-3 3-4 5-6 6-8 7-6 8-7 9-12 10-11 10-14 11-15 12-16 13-16 14-15 15-22 16-23 17-22 18-22 19-17 20-18 20-20 20-21 21-19 24-25 25-26
+0-0 1-1 2-2 2-5 3-4 4-3 5-6 7-7 8-7 8-9 9-8 10-10 10-11 11-12
+0-0 3-4 4-5 5-1 5-2 6-3 7-6 8-7 9-8 10-8 11-10 12-9 13-11 14-12 14-14 15-13 16-14 17-15 18-15 19-16 20-17 21-18 22-19 23-20 24-21 27-22 28-23 29-24 32-25 33-26 34-27 35-29 36-28 36-30 37-31 38-32
+0-0 1-1 2-1 3-2 4-2 5-2 6-2 6-4 7-3 8-5 9-6 10-7 11-11 12-11 15-12 16-13 17-14 18-15 19-16 21-10 22-8 22-9 23-16 24-17
+0-3 1-4 2-5 3-5 4-5 5-6 6-10 7-6 7-7 8-8 9-2 10-0 10-1 11-2 12-2 13-11 14-12
+0-2 1-2 2-21 4-16 5-17 6-18 7-19 7-20 8-20 9-1 10-0 12-3 16-12 17-15 18-13 20-6 21-14 25-23 26-24 27-25 28-26 29-27 30-28 31-29 32-30 33-33 34-33 35-31 35-32 36-31 37-34 38-35
+0-0 0-1 1-2 2-2 3-9 4-5 5-6 6-7 7-8 8-10 9-11 10-14 11-12 14-20 15-18 15-19 15-20 16-26 18-25 19-21 20-29 21-37 22-27 23-13 24-31 25-32 29-35 30-38 31-38 32-39
+0-0 1-6 1-7 2-2 3-1 4-2 5-3 6-4 6-5 7-5 8-8 9-8 10-8 12-9 13-10 14-11 14-13 15-14 16-15 17-16 18-17 19-18 19-19 20-20 21-21 22-22 23-23
+0-0 0-1 1-2 2-3 3-5 4-4 5-6 6-6 7-8 8-9 9-7 9-8 12-10 13-12 14-13 15-11 15-12 15-14 16-13 16-15 18-17 19-18 20-18 25-19 26-24 27-19 28-20 29-21 30-25 31-23 34-22 35-26 36-27
+1-0 2-1 3-2 5-5 6-6 7-7 8-3 9-8 10-9 11-10 12-11 12-12 13-13 14-14 15-15 16-16 17-17 18-18 18-19 19-19 20-4 23-21 24-20 24-21 25-22 26-24 27-23 30-25 31-26 32-27 33-28 34-28 35-28 39-32 40-31 41-35 42-34 43-32 44-33 46-36 47-37
+0-0 1-1 4-4 6-7 7-3 7-5 8-2 9-6 12-8 12-10 13-9 13-10 14-11 15-10 16-26 18-26 19-27 20-27 22-32 23-12 24-24 25-14 31-18 32-22 33-21 34-22 34-23 35-25 37-33 38-34
+0-0 1-1 2-7 3-8 4-11 5-12 6-11 7-12 8-13 9-14 10-15 11-16 12-17 12-18 13-18 14-9 16-3 18-2 19-10 21-6 22-20 25-21 26-22 27-23 28-24 28-25 28-26 29-27 30-27 31-28 32-29
+0-0 1-0 1-1 2-3 3-4 4-5 4-6 5-7 6-2 7-8 8-9 8-10 8-11 10-11 11-12 12-15 13-15 13-16 14-13 14-14 14-17 15-20 16-21 17-22 18-24 19-24 20-23 20-25 20-26 21-27 22-28 23-27 24-29 25-30
+0-0 1-1 3-14 4-7 5-8 6-8 7-9 8-9 9-9 10-10 11-11 12-2 12-3 13-12 15-16 16-15 17-19 18-18 18-20 19-21 20-22 26-23 27-24 28-25 29-27 29-28 30-26 31-30 32-31 33-32 33-33 34-34 34-35 35-36 36-37 37-38 37-40 37-41 38-39 39-40 40-42 41-42 43-43 44-43 45-44
+1-6 2-7 2-8 2-9 3-1 3-2 3-3 4-0 8-12 9-10 9-11 9-13 10-13 10-14 11-15 12-16 13-4 14-17 15-18
+0-0 1-1 4-1 5-2 5-6 6-3 7-5 8-8 9-7 10-9 11-10 12-11 13-11 15-14 17-15 18-37 18-38 19-4 22-18 22-19 22-20 23-17 24-22 25-23 26-24 26-25 27-26 28-28 29-27 30-29 30-32 30-33 31-30 32-31 33-35 34-34 36-21 37-39 38-40
+0-0 1-1 2-2 3-7 4-6 5-5 6-4 7-3 7-5 8-8 8-9 9-9 9-10 10-9 11-12 12-13 13-13 14-14 17-21 18-22 19-18 20-19 20-20 21-16 21-17 22-15 23-23 24-23 25-24
+0-0 1-3 2-2 2-3 3-4 4-3 4-5 5-6 6-8 7-7 7-9 7-10 9-11 9-12 10-13 10-15 11-14 14-20 15-20 16-21 17-22 18-18 19-19 20-16 21-17 22-23 23-24
+0-6 1-3 2-2 3-9 4-10 5-11 6-13 8-4 9-11 9-12 12-14 13-15 14-7 15-0 17-3 19-1 20-14 21-15 22-16 23-17 23-18 24-20 25-21 26-22 27-25 28-26 29-27 29-28 30-29 31-30 32-31 33-35 34-23 35-32 36-33 39-41 40-42 41-43 42-44 44-46 46-38 47-39 48-19 48-40 49-19 51-47 52-47 53-48
+0-0 1-1 2-2 3-2 4-2 5-3 6-5 7-5 7-6 8-7 9-8 11-9 12-10
+0-0 1-1 2-2 3-3 4-4 5-5 6-6 7-7 9-9 10-9 11-9 13-10 14-14 15-13 16-11 17-15 18-16
+0-0 1-1 2-2 3-3 4-4 5-4 6-5 7-6 8-7 9-9 10-8 11-9 12-10 12-12 13-9 13-11 14-17 15-15 16-18 17-19 18-20 19-21 19-22 20-22 21-14 22-14 23-23 24-25 25-24 26-26 27-26 28-27 29-28
+0-1 1-2 4-0 5-4 6-5 7-5 7-6 10-7 11-10 12-9 13-10 14-11 14-12 15-12 16-13 18-13 19-14 20-15 21-19 24-16 25-17 27-18 28-21 29-23 30-22 31-24 32-20 33-26 33-27 34-28 35-29
+0-0 1-0 2-1 2-2 2-3 2-4 3-6 5-5 6-7 7-8 8-9 9-13 15-11 15-12 16-10 17-15 18-16 19-17 20-18 21-21 22-22 24-24 25-25 26-27 28-29 29-28 30-19 30-20 31-29 32-30
+0-2 1-8 1-9 2-2 3-3 4-4 5-5 6-6 6-7 7-7 12-10 13-11 14-11 14-12 15-13 20-18 21-19 21-20 22-25 23-28 24-30 25-31 26-32 27-34 28-35 29-21 30-22 31-27 32-26 33-36 34-36 35-37
+0-5 1-6 2-1 2-2 2-3 3-0 4-4 5-7 6-8
+0-0 1-1 2-2 3-3 4-4 5-5 7-5 8-5 9-5 10-6 11-10 12-11 13-11 14-16 15-12 16-13 17-15 17-17 18-14 19-19 21-20 21-21 22-22 23-23 24-25 25-25 27-26 28-24 30-29 30-30 31-31 32-32 33-33 34-34 35-36 36-36 37-32 38-35 39-18 40-37 41-37 42-38
+0-0 1-1 2-2 3-2 4-9 5-4 5-5 6-6 8-10 9-10 9-11 10-13 10-14 10-15 11-16 12-15 13-18 14-18 15-17 15-19 16-20
+0-0 1-1 2-2 3-1 5-2 6-4 11-8 12-6 13-7 14-9 15-17 16-16 16-17 17-10 18-14 19-15 20-23 21-11 21-12 22-19 24-21 27-22 28-24 28-25 29-25 30-26 31-27
+0-1 1-2 2-0 3-2 5-4 6-3 6-4 8-6 9-6 10-5 11-6 12-6 13-6 14-6 15-6 16-7 16-8 17-12 20-10 21-17 26-13 27-13 28-15 29-16 29-18 30-19 31-20 32-21 34-22 35-22 36-23
+1-2 2-0 3-3 4-4 5-5 6-1 7-2 8-2 10-6 11-6 12-7 13-10 14-11 15-11 20-13 21-14 22-14 23-14 24-14 25-14 26-9 27-8 28-15 29-16
+0-0 1-1 1-2 2-3 2-4 3-12 5-7 5-8 5-9 6-10 7-11 7-13 8-14
+0-0 1-2 3-1 4-3 4-6 5-4 6-5 7-6 7-8 8-7 9-9 9-10 9-13 9-14 10-11 11-12 12-12 14-17 14-18 14-19 15-20
+0-0 1-1 2-2 3-2 3-3 4-2 5-4 6-5 7-7 8-8 9-8 10-9 11-9 11-10 13-11 14-12 14-13 17-14 18-15 19-18 20-19 22-20 23-21
+0-0 0-1 1-2 3-3 4-5 5-6 6-7 7-8 8-4 9-9 10-10 11-11 12-13 13-14 14-15 15-16 15-17 16-18 17-19 18-21 18-22 18-23 19-20 22-24 23-25
+0-0 1-0 3-3 4-4 5-5 6-5 7-6 8-7 9-8 9-9 10-8 11-11 12-10 13-14 14-12 15-17 16-15 16-16 16-18 17-19 17-20 18-17 19-21 20-22 21-23 22-23 23-21 24-22 25-24 26-25 28-27 29-28 30-29 31-26 32-30 33-31
+0-1 1-0 1-1 2-2 3-4 5-5 6-3 9-8 10-7 11-8 12-9 13-9 14-10 15-11 16-6 17-13 18-11 21-14 22-14 25-19 26-21 27-17 27-20 28-21 29-22
+0-0 1-1 2-2 2-3 3-2 4-4 5-5 6-6 7-7 8-8 9-9
+0-0 0-1 1-3 2-3 3-5 4-2 5-4 5-6 6-7 8-8 9-13 10-13 10-14 10-15 11-10 11-12 12-11 13-20 14-19 14-21 15-22 16-23
+0-0 0-1 1-2 1-3 1-4 2-5 3-6 4-7 5-8 6-8 7-9 8-10 8-11 9-13 11-12 12-23 12-25 13-19 13-24 15-20 16-22 17-16 17-21 18-17 20-26 21-27
+0-0 1-1 2-1 2-3 3-2 4-4 4-5 6-16 8-9 8-14 9-10 10-10 10-11 11-10 12-15 13-8 14-12 15-17 16-18
+0-0 1-1 2-2 3-3 4-4 5-7 6-5 6-6 7-8 8-7 9-9 11-10 12-11 13-12 14-12 15-18 16-19 17-13 18-14 19-16 20-17 21-21 22-19 23-20 23-25 24-23 24-24 24-26 25-27 26-28 29-29 30-30 31-32 32-31 33-31 33-32 34-33 35-35 35-38 36-34 37-40 38-39 38-41 39-40 40-15 41-42 41-43 42-42
+0-0 0-1 1-0 3-2 4-3 5-5 6-4 7-6 8-7 9-5 10-8 11-9 11-11 12-10 16-12 17-14 17-15 17-16 18-17 18-19 19-17 19-18 20-16 23-20 24-21 24-25 25-24 26-22 26-23 28-27 30-28 31-29
+1-1 3-9 4-5 5-5 6-3 8-6 9-2 10-4 11-0 12-0 13-14 14-10 14-11 14-12 14-13 15-7 15-8 16-7 17-8 19-15 20-33 20-34 22-16 24-39 24-42 25-41 29-43 30-30 32-35 33-36 34-36 35-17 36-18 37-19 38-19 39-19 40-20 41-21 41-31 42-35 43-25 44-32 45-24 49-44 50-26 52-46 53-49 55-50 56-51
+0-0 0-1 1-3 2-2 4-4 4-5 5-4 6-6 7-10 9-11 10-12 11-13 12-14 13-15 14-17 15-16 16-16 17-18 18-17 19-20 19-21 20-19 21-22 22-23 22-24 23-26 24-27 25-28
+0-0 1-1 2-2 3-3 4-5 5-9 6-8 7-9 8-7 9-4 10-4 11-9 12-10 13-11
+1-0 2-2 2-3 3-1 5-4 6-4 7-10 8-10 9-7 10-31 12-32 13-15 14-9 16-34 16-35 18-5 20-12 21-17 21-23 22-18 23-11 24-16 27-33 29-28 30-21 31-21 32-27 33-29 35-36 36-37
+0-0 1-1 1-2 2-3 3-3 4-4 5-14 6-15 6-16 7-7 8-5 9-9 9-10 10-11 10-13 11-6 13-8 15-16 16-17 17-18
+0-0 0-1 1-2 1-3 2-4 3-6 4-7 5-8 6-9 6-10 7-5 8-15 9-11 10-12 12-13 12-14 13-17 13-18 14-19 15-20 16-22 17-21 18-16 19-23 20-24
+0-1 1-5 2-6 3-7 4-7 5-5 6-6 8-0 9-3 10-4 12-2 13-8 14-9 15-10 16-11 16-12 17-12 18-13 20-14 21-14 22-20 24-15 24-17 25-16 25-17 26-18 26-19 27-21 28-25 29-26 32-29 33-27 35-33 36-30 37-31 39-36 40-34 41-34 41-35 42-37 43-37 44-38 46-39 47-40 48-40 48-41 49-42 50-42 51-42 52-43
+0-0 1-1 2-2 3-3 4-3 5-3 8-7 10-4 11-17 12-17 13-9 13-18 14-11 15-13 16-14 17-16 18-8 19-8 21-20 23-19 24-16 25-15 26-10 27-12 27-21 27-22 28-23 29-24
+1-1 2-0 3-2 4-3 5-4 6-5 7-5 8-6 9-7
+0-0 1-1 2-2 3-3 4-4 5-5 5-6 6-5 8-7 8-8 9-18 10-19 11-20 12-21 13-22 14-23 14-24 15-24 16-10 17-10 18-11 19-12 20-13 21-15 22-15 24-9 25-25 26-26
+0-0 1-1 2-2 2-10 3-3 3-4 4-8 6-6 7-0 8-7 10-5 12-11 13-12
+0-0 1-1 2-2 2-4 3-1 3-3 4-5 5-6 6-6 7-7 8-8 9-9
+0-2 1-1 2-0 3-3 4-4 5-5 6-4 7-6 8-6 9-7 10-8
+0-0 1-1 2-1 6-3 7-2 8-3 9-9 10-10 11-11 13-7 14-8 15-4 16-20 17-21 18-22 19-23 20-32 21-24 22-16 23-19 24-18 25-15 26-26 27-27 28-28 29-29 30-30 31-30 32-25 33-31 37-35 38-38 39-39 40-43 41-43 42-43 43-37 43-44 43-46 44-36 44-45 45-47 46-48
+0-0 1-1 2-2 4-3 5-11 5-12 6-8 7-13 9-6 9-7 10-15 10-16 13-9 14-14 15-20 16-21 17-22 18-23 19-17 20-18 21-17 23-19 24-4 25-5 28-24 29-24 30-25
+0-0 1-2 2-1 3-2 4-5 7-15 8-14 9-11 9-12 9-13 9-14 9-17 10-18 11-10 13-19 14-22 15-9 16-21 17-25 18-27 19-20 20-24 21-24 22-26 23-28 24-29 25-29 25-30 25-31 26-32 27-34 27-35 27-36 28-23 29-23 30-37 31-38
+0-0 1-1 2-2 3-3 4-4 4-5 5-5 6-6 7-6 8-9 9-9 10-9 11-10 12-11 13-7 15-17 16-12 16-13 18-14 19-15 19-16 20-18 21-19 21-20 22-21 23-22 24-23 25-24 26-25 27-26 28-27 28-28 29-28 30-31 33-29 34-32 35-33 36-34 37-35 38-36 38-37 38-38 38-39 39-40 39-41 40-43 42-42 43-30 44-44 45-45
+0-0 1-1 2-2 3-3 4-4 5-4 6-5 7-6 8-7 9-8 9-9 10-12 11-12 11-13 12-13 13-14 13-15 14-16 15-17 16-18 17-19 19-20 20-21 21-22 22-23 22-24 23-25 24-26 25-27
+0-0 1-1 2-2 3-3 4-4 6-5 7-5 8-6 9-6 9-7 10-8 11-9 12-10 13-9 14-9 15-13 16-12 17-13 18-14 19-11 20-16 22-18 23-13 23-18 24-19 25-15 27-20 28-21 29-22 30-22 34-23 35-25 36-26 39-24 40-27 41-27 42-29 43-30 44-28 45-28 46-31 47-32
+0-0 1-2 2-2 3-1 4-3 5-4 6-5 6-6 7-7 8-7 9-7 9-8 10-9 11-9 12-11 13-12 14-9 15-10 16-13 17-14
+0-1 0-2 1-0 1-4 2-4 3-6 4-7 5-8 6-8 6-9 7-5 8-10 9-11 10-12 11-13 12-3 13-15 14-16 15-17 16-14 17-18 18-19 19-22 20-22 20-23 21-24 21-25 25-26 26-27 27-28 28-29 29-29 30-31 31-34 32-32 32-33 33-32 34-35 35-36 35-38 36-37 37-37 38-37 39-39 40-40
+0-3 1-3 2-0 2-1 2-2 3-4 4-9 5-9 6-9 6-10 8-5 9-6 10-7 11-8 12-11 13-12 14-13 15-14 16-15 16-16 16-17 19-20 21-18 23-22 24-22 25-23 26-24 27-21 29-25 30-31 31-32 32-33 33-34 34-28 35-29 37-30 38-26 38-27 41-37 42-38 43-38 44-38 45-39 46-40 47-35 48-36 49-41 50-42
+0-0 1-1 2-1 3-3 3-4 3-5 4-2 5-6 6-7 8-8 9-10 10-9 11-12 12-11 13-13 14-14
+0-3 1-1 1-4 2-0 2-2 3-5 4-6 5-7 6-8 7-9
+0-3 1-5 2-6 3-1 5-0 6-2 7-8 8-9 9-7 10-10 11-11 12-12 13-13 14-17 15-16 16-18 16-19 17-21 18-21 19-22 20-23
+0-0 1-0 2-1 3-2 4-3 5-4 6-5 7-6 8-7 9-8 10-9 11-10 12-11 13-12 14-13 15-14 17-17 18-15 18-16 20-19 21-18 22-19 23-19 23-22 24-20 24-21 25-23 25-24 26-26 28-22 30-27 31-27 32-28
+0-0 1-1 2-0 3-1 4-4 5-3 6-2 7-2 8-3 9-5 10-5 11-5 12-4 13-6 14-7 15-7 16-6 16-7 17-5 18-8 19-9
+0-0 1-1 3-4 4-3 4-6 5-2 6-7 7-7 7-11 8-8 8-10 9-9 10-14 11-16 12-15 13-17 14-18 15-19
+0-0 1-1 4-1 5-2 6-5 7-6 7-7 8-6 9-3 11-9 12-10 13-12 13-13 13-15 14-14 16-16 19-18 20-21 21-20 21-21 22-22
+0-2 1-3 2-0 3-1 4-10 5-9 5-10 6-4 7-14 9-13 11-17 12-11 13-18 14-6 15-12 16-15 18-8 19-7 19-8 20-16 21-5 22-19 23-20
+0-0 1-1 2-2 3-1 3-3 4-4 5-5 6-6 7-7 7-8 8-13 9-15 10-14 11-15 12-15 13-26 14-24 15-25 16-11 17-12 18-12 18-32 19-31 19-33 20-34
+0-4 2-9 3-3 4-7 5-5 6-5 9-8 10-8 11-11 12-11 13-0 14-12 15-6 16-6 17-17 17-18 17-19 17-20 18-22 19-21 19-22 22-31 23-27 24-33 25-44 26-35 28-32 29-37 30-34 31-29 32-30 33-41 34-38 35-39 38-42 39-43 40-45 43-52 45-49 48-46 48-47 49-54 50-55
+0-0 0-1 0-2 0-3 0-4 0-6 1-7 2-7 3-8 4-5 5-12 6-13 7-10 8-14 9-14 10-9 10-17 11-18 13-15 13-16 14-16 15-19 16-19 16-20 17-21 18-22
+3-0 3-1 4-2 5-3 7-7 8-4 8-7 9-5 10-6 12-9 14-22 15-10 16-11 17-10 18-8 19-12 20-13 20-18 21-19 22-20 24-23 25-24 26-25 27-26 28-27 28-28 29-27 30-29 31-30 32-31 33-21 34-14 35-32 36-33
+0-1 1-1 2-5 3-2 4-3 4-4 5-5 6-6 7-7 8-8 9-9 10-10 15-11 17-12 18-13 19-14 20-15
+0-0 1-1 2-2 3-2 5-3 6-3 7-4 7-6 8-5 8-8 8-9 9-7 9-10 10-7 12-13 12-14 12-15 13-12 13-17 13-18 14-18 16-16 17-11 19-23 20-24 21-25 22-24 23-27 24-19 25-29 26-30 27-30 28-28 29-31 30-32
+0-1 1-2 2-0 3-3 4-4 5-4 6-4 7-7 9-5 10-6 11-8 12-6 13-17 14-13 15-12 17-10 18-11 19-16 20-16 22-20 23-21 23-22 23-23 25-25 26-26 26-27 27-25 28-24 29-28 29-29 30-30
+0-0 1-1 2-2 3-3 4-4 5-4 6-5 7-6 8-7 9-7 9-9 10-8 11-9 12-10 13-11 14-12 15-11 16-13 17-14 18-13 19-14 20-15 21-16 21-17 22-17 23-18 24-19 25-20 26-21 27-22
+0-0 1-1 1-2 2-1 3-3 4-4 5-5 6-6
+1-5 2-5 3-4 4-3 5-0 5-1 6-2 7-4 8-5 9-6 10-6 17-10 19-9 20-10 21-12 21-18 22-13 23-14 24-14 25-14 25-15 26-11 27-16 29-21 30-17 31-8 32-26 33-19 35-31 36-31 38-29 40-28 42-30 44-22 44-23 45-24 47-27 49-34 49-36 50-35 51-37 52-38
+1-3 2-0 2-1 3-9 4-2 5-6 6-8 7-6 8-7 9-10 10-12 11-11 11-13 12-14 13-15 15-15 16-16 16-17 16-20 16-21 17-16 17-18 17-19 18-22 19-23 20-24 21-25 22-26 23-29 24-27 24-29 25-30 26-31 27-32 28-34 29-33 31-33 32-28 33-35 34-37 35-38 36-39 37-40 38-41 39-42 40-43 40-44 41-45 42-46
+1-8 2-3 4-0 5-1 6-5 7-2 8-4 9-6 9-7 10-9 11-9 12-10
+0-0 1-2 2-1 3-4 4-4 5-5 6-6 6-7 7-8 9-9 10-10 11-11 11-12 12-13 12-15 13-16 14-33 15-14 16-21 19-23 22-19 24-22 25-24 26-24 27-25 28-27 29-17 29-34 30-35 31-36
+0-0 1-3 2-5 3-6 4-6 4-7 5-8 6-9 7-10 8-12 13-17 14-17 15-11 16-20 17-21 18-22 18-23 19-24 19-25 19-26 21-27 22-27 23-30 24-31 25-32 26-28 27-29 28-33 29-34
+0-0 1-0 1-1 2-2 3-2 4-5 5-4 6-3 7-6 8-7 9-7 10-8 10-9 11-10 11-11 12-12 12-13 13-14 14-14 14-15 15-16 16-16 17-17
+0-0 1-1 1-3 2-0 3-2 4-7 5-8 6-4 6-5 6-6 7-6 8-6 10-13 11-10 12-11 13-11 14-11 15-14 15-15 16-13 17-16 18-18 19-18 20-18 21-19 22-20
+0-0 1-2 2-1 3-1 3-2 5-3 7-5 8-5 9-9 10-4 11-10 12-10 13-11 14-12 15-12 15-13 16-14 17-14 18-15 19-16 20-17 21-6 22-18 26-19 27-19 30-22 31-21 34-9 35-8 36-7 37-28 39-25 40-25 41-26 42-26 43-27 44-28 45-29 46-30 47-32 48-32 49-33 50-34 51-35 52-36 53-37 53-38 54-38 55-39 56-40 58-40 59-41
+0-0 1-1 2-3 3-4 4-5 5-2 5-6 7-7 8-7 9-8 10-9 11-9 11-10 12-12 13-11 13-14 14-13 15-15 16-16 17-17 18-18 19-18 19-19 20-20 21-20 22-20 23-21 24-22 25-22 26-23 27-23 27-24 29-25 30-26
+0-0 1-3 2-3 2-4 3-5 3-8 4-2 6-1 7-9 12-11 13-11 14-12 14-13 15-10 17-14 19-15 20-16 21-17 23-22 24-18 25-18 26-18 26-19 27-21 28-20 29-24 30-24 31-24 32-25
+1-0 1-1 2-1 3-2 4-2 5-1 5-4 6-3 7-3 8-3 9-12 12-7 13-7 14-9 15-9 15-10 16-8 17-7 18-11 25-16 26-15 27-15 27-17 28-16 29-19 30-18 31-20 35-13 35-14 36-21 37-21 38-22
+0-0 1-1 2-2 3-1 3-3 4-4 5-5 6-6 6-7 7-12 7-13 8-10 11-9 12-11 13-8 14-8 16-15 17-15 18-17 18-18 19-19 20-19 21-19 22-16 23-25 24-26 25-27 26-26 27-28 28-29 29-30 30-31 31-32 32-33 33-34 34-35 35-36 36-36 37-37
+0-0 2-1 2-2 2-3 3-4 4-5 5-6 6-8 6-9 7-8 8-7 9-12 9-13 9-14 9-17 10-16 12-11 12-22 13-10 14-20 15-25 16-15 17-15 18-15 19-30 20-31 21-28 22-31 23-32 24-33
+0-0 1-10 2-10 3-12 4-5 5-6 6-4 7-6 8-6 9-6 10-7 11-13 12-14 13-16 14-17 15-18 16-19 17-13 18-15 18-20 19-21 19-22 20-23 21-24 22-17 23-18 26-3 27-25 28-26
+0-7 1-7 2-2 2-3 2-4 3-3 4-9 5-12 6-8 7-14 7-15 8-1 10-10 11-12 12-13 13-12 14-16 15-17
+0-0 0-2 1-1 2-9 3-10 4-11 5-12 6-12 8-14 9-13 9-15 12-17 12-18 12-19 13-8 14-20 14-21 15-22
+0-0 1-1 1-3 1-4 1-5 1-6 2-7 4-9 5-8 5-10 6-11 7-12 7-13 8-13 9-14 10-14 11-33 12-15 13-16 13-17 14-18 15-19 15-21 16-22 17-23 18-25 19-26 20-26 20-27 21-27 22-15 23-35 24-36
+0-0 1-1 2-2 2-4 3-3 4-8 5-7 6-8 7-6 7-7 7-9 8-10 9-10 9-11 10-5 11-12 12-12 13-13
+0-1 1-1 1-2 2-0 3-2 4-3 4-4 6-5 7-5 11-8 12-14 13-15 14-10 14-11 17-16 18-17 19-17 20-17 21-17 22-17 23-9 24-18 25-19
+0-4 1-5 2-5 3-12 4-8 5-9 6-10 7-0 8-11 9-11 10-8 13-18 15-16 15-17 16-19 17-19 18-20 19-21 20-13 21-22 22-23
+0-2 1-0 1-1 1-3 1-4 3-6 4-7 5-8 6-9 7-10 8-10 9-12 10-13 11-14 12-15 13-17 13-18 14-16 15-19 16-18 17-25 18-26 20-20 20-21 20-22 21-23 24-27 25-28
+0-0 0-1 0-2 1-6 1-7 3-3 4-10 5-10 6-6 7-5 8-5 9-4 10-5 11-5 12-5 13-5 14-11 16-13 17-14
+0-1 1-6 2-0 3-1 4-1 5-1 6-1 7-1 8-8 9-9 10-2 10-4 10-5 11-3 14-11 15-10 16-11 17-12 18-13 19-13 20-14 20-15 20-16 21-19 22-18 23-19 24-18 25-19 26-17 27-20 28-21
+0-0 2-1 3-2 4-3 5-4 6-5 7-8 8-8 9-9 10-10 11-12 12-14 13-14 13-17 13-18 13-19 14-20 15-13 16-13 17-16 18-16 19-15 20-15 23-21 24-22 25-21 26-27 26-28 27-28 28-28 29-28 30-24 31-29 32-29 33-30
+0-0 0-1 1-2 2-3 2-5 2-6 3-3 6-1 7-1 8-7 9-8 11-11 11-12 12-9 12-10 13-15 14-16 15-17 15-18 16-19 17-20 18-21 18-22 19-23 20-19 21-20 22-26 23-27 24-28 25-24 26-25 28-14 29-29 30-30
+0-2 1-1 1-7 2-2 3-9 4-6 5-11 6-5 7-10 10-8 11-14 12-14 13-13 13-16 15-15 15-17 16-18 18-0 20-19 21-20
+0-4 1-5 1-6 2-0 2-1 4-10 6-8 6-9 7-14 8-14 9-11 9-12 9-13 9-14 10-15 11-16
+0-4 1-5 2-11 3-5 4-6 5-7 6-8 7-13 8-12 8-14 9-15 11-18 13-29 14-16 14-17 16-24 17-24 18-23 18-25 19-26 20-27 21-26 21-28 22-22 23-30 24-30 25-31
+0-0 1-7 2-3 3-3 4-3 4-4 5-5 6-6 7-1 7-6 8-2 9-8 10-9
+0-7 1-3 2-2 3-1 3-2 4-8 5-4 8-11 8-12 10-0 11-14 12-13 12-15 13-14 14-19 15-21 16-22 17-23 19-25 20-26 21-27 22-29 23-28 26-17 27-16 28-24 29-34 29-35 30-34 36-39 37-36 38-43 39-40 39-41 39-42 39-43 40-43 41-36 42-37 43-32 45-44 46-45
+0-0 1-1 2-2 3-1 3-3 4-4 5-11 6-6 6-11 7-5 8-8 8-9 8-10 9-17 11-19 11-20 12-20 13-20 14-20 15-24 16-25 17-26 18-27 19-28 19-29 20-29 21-21 22-22 22-23 23-35 24-32 27-30 30-31 32-33 36-38 36-39 36-40 37-38 38-37 39-41 41-42 42-42 43-43
+0-0 1-5 1-6 2-2 2-3 5-4 6-1 7-0 10-7 11-9 12-8 12-11 13-9 16-11 17-12 18-13 19-14 23-10 25-17 26-16 27-15 29-23 31-21 32-18 32-19 32-20 33-20 34-28 35-25 39-27 40-29 41-31 42-31 43-31 44-31 46-30 48-32 49-33
+0-0 0-1 0-2 0-3 1-7 2-6 3-9 4-10 5-11 6-10 7-12 8-13
+0-0 1-1 2-1 3-1 3-2 3-3 6-4 8-8 9-8 10-9 10-10 10-11 11-7 14-12 15-13 16-14 18-15 19-15 20-17 21-16 21-18 22-19 23-19 23-20 24-18 25-21 26-22
+0-0 1-1 2-2 3-2 5-4 6-4 6-5 7-3 10-7 11-8 11-10 12-9 13-11 14-12 15-13 18-17 19-18 20-18 21-19 22-20 22-22 22-23 23-21 26-25 28-6 29-26 30-27 30-29 31-28 32-32 33-35 34-30 34-31 35-30 36-36 37-37
+0-0 1-9 2-10 3-11 4-12 5-13 5-14 6-14 7-8 8-7 9-1 10-2 10-3 11-5 12-5 13-15 14-16 19-17 19-18 19-19 19-21 20-20 21-20 22-20 23-22 24-23
+0-2 1-7 2-6 3-8 5-10 6-9 8-11 8-12 9-13 9-14 10-15 11-16 12-17 13-18 14-19
+0-0 1-1 2-2 3-3 3-4 5-5 6-6 7-6 8-7 9-9 10-11 10-12 10-13 10-14 10-15 11-17 12-18 15-8 16-19 17-19 18-21 19-22 20-23 21-25 22-24 23-24 24-24 25-24 26-29 27-31 28-30 28-32 28-33 29-28 30-34 31-35
+0-2 1-3 2-1 3-0 5-6 6-7 9-9 10-10 11-11 12-11 15-12 19-14 20-15 20-18 21-13 22-16 24-17 25-18 25-19 26-20 27-5 28-25 29-24 29-26 30-22 31-35 32-27 33-28 34-29 35-30 36-31 37-32 38-40 39-41 40-42 41-44 42-36 43-37 44-39 46-43 47-38 48-38 49-45 50-46
+0-0 1-5 2-1 2-2 2-3 3-4 4-6 5-7 6-6 7-6 8-8 9-8 10-9 11-10 12-11 13-10 14-12 15-13
+0-5 1-5 2-5 3-6 4-2 4-7 4-9 5-1 6-8 7-14 8-15 9-16 10-12 10-13 11-18 11-19 12-17 13-20 14-24 15-24 16-25 17-26 18-28 19-29 19-30 20-10 21-10 22-31 22-32 23-33
+0-4 1-0 1-1 2-2 2-3 3-1 8-4 9-5 10-5 12-6 13-6 14-7 15-7 15-8 16-7 19-9 21-11 22-10 22-11 23-13 24-14 25-15 26-16 27-12 28-12 29-17 30-18
+0-0 1-1 2-2 4-3 4-5 4-6 5-3 5-7 6-8 6-9 6-10 7-11 8-12 9-13 10-15 11-16 12-17 13-18 14-19 15-29 16-20 16-21 17-22 19-4 20-28 21-26 21-27 22-28 23-28 24-30 25-31
+0-5 1-4 1-5 2-0 3-1 4-1 5-2 6-3 7-0 8-1 9-6 10-7 11-7 13-17 14-18 16-9 17-13 18-8 19-8 21-14 22-15 23-16 24-16 25-15 29-23 32-20 33-21 33-22 34-25 35-24 37-27 43-26 45-28 46-28 47-29
+0-0 0-1 1-2 2-3 3-2 3-4 4-4 5-6 6-5 7-7 7-8 8-9
+0-0 1-1 2-2 3-10 4-2 5-3 6-4 8-13 9-14 10-11 10-12 11-15 13-17 14-18 16-19 17-18 18-19 18-20 18-21 19-23 20-23 21-22 21-24 22-25 23-26 25-29 27-31 29-33 29-34 30-30 32-35 33-41 34-41 35-41 35-42 36-40 37-32 38-43 39-43 40-44
+0-0 1-1 2-2 3-4 4-4 5-5 6-6 7-7 8-8 9-9 10-2 11-10 13-11 14-12 15-13 16-13 17-13 18-14 19-15 20-17 21-18 22-16 23-19 24-20
+0-0 1-10 2-4 3-1 3-2 3-3 4-5 4-6 5-6 5-7 6-12 7-20 8-9 10-13 11-25 13-26 14-27 14-28 15-23 18-32 19-32 21-11 22-29 23-30 24-17 25-33 26-38 28-41 29-39 29-40 30-35 30-37 31-36 32-36 33-35 34-43 35-42 36-45 37-46
+0-0 1-1 1-2 2-3 2-4 3-3 4-5 4-6 5-5 6-7 7-8 8-9 10-10 11-12 12-11 12-13 12-14 13-13 14-14 14-15 15-18 16-16 16-17 17-18 18-19
+0-3 1-0 1-1 2-2 3-3 4-4 5-5 6-16 8-8 9-8 11-14 12-9 12-10 12-11 12-12 12-13 13-6 14-7 15-7 16-18 17-27 18-19 19-20 20-22 21-21 21-22 21-23 22-24 24-24 25-25 25-26 26-28 27-27 28-30 29-31 30-33 31-31 32-32 33-29 34-34 35-35 36-36
+0-0 0-1 1-2 2-3 3-4 4-5 5-6 6-7 7-8 8-9
+0-7 1-8 2-8 2-9 3-8 3-10 4-5 4-11 5-6 5-12 6-0 7-1 8-2 9-3 9-4 10-14 11-13 12-16 15-15 17-19 18-20 18-21 18-22 19-23 20-24 20-25 20-35 21-34 22-26 23-26 24-27 25-28 26-31 27-32 28-29 29-38 30-39 31-39 33-40 34-41
+0-4 1-5 2-6 3-0 3-1 4-6 4-7 5-2 6-3 7-8 8-8 9-11 10-16 12-12 13-8 13-10 14-9 15-17 16-18 17-19 18-20 19-21 20-20 22-23 23-22 24-17 25-18 27-24 27-25 29-26 30-26 30-27 31-14 32-28 33-29
+0-0 1-1 3-2 4-1 5-2 6-3 7-5 8-6 10-7 10-8 10-9 12-4 13-10 14-11 15-12 16-13 17-14 17-15 18-16 19-17 20-17 24-17 25-18 25-19 25-20 25-21 26-22 27-23
+3-0 3-1 4-2 4-14 5-3 5-4 5-5 6-6 7-7 8-9 9-10 10-11 11-12 12-13 13-18 14-19 15-20 16-17 17-17 18-15 19-21 20-22
+0-0 1-1 2-2 3-3 4-4 5-4 6-5 7-6 8-7 9-7 10-8 10-9 11-10 12-11 13-14 13-15 14-12 15-8 16-16 17-17
+0-0 1-1 2-2 3-2 3-3 4-4 5-5 6-5 7-6 8-6 9-7 9-8 10-9 11-9 12-10
+0-0 1-4 2-1 2-2 3-2 5-5 6-6 7-6 8-7 9-8 10-9 11-10 11-12 11-13 14-14 15-15
+0-0 1-1 2-4 3-3 4-3 5-3 6-5 6-6 7-3 8-2 9-19 10-20 11-9 12-24 16-15 16-16 17-14 18-33 19-25 20-7 21-7 22-7 23-7 24-7 25-26 26-11 27-12 27-13 27-23 29-17 30-18 31-31 32-34 33-35
+0-1 1-0 2-2 3-3 4-4 6-5 6-6 7-7 8-8 9-9 9-10 9-11 10-12 12-13 12-14 13-15 14-16 15-17
+0-0 1-1 1-3 1-4 2-6 3-7 4-2 5-8 6-5 8-9 9-9 9-10 10-12 11-12 12-13 13-14 13-16 14-17 15-18 16-19 16-20 17-21 17-22 18-22 19-23 20-24 21-24 21-25 21-26 22-27 23-28
+0-0 1-0 2-1 2-2 3-3 4-4 5-4 6-1 7-6 8-6 9-7 10-7 11-8 12-9 13-10 13-12 14-13 15-14
+0-0 0-1 1-2 2-3 3-4 4-6 5-5 6-7 7-8 8-9 10-11 10-12 11-12 12-13 13-14 14-15 15-16 16-17 17-18 18-19 20-20 21-22 22-23 23-23 24-24 25-25 26-26
+0-4 1-5 2-6 3-7 4-0 4-1 5-8 6-8 7-2 8-9 9-9 11-13 12-14 13-12 13-18 14-10 14-11 15-24 16-24 16-25 17-26 18-29 19-28 20-29 21-17 22-19 24-21 25-22 26-30 27-30 28-31
+0-0 1-1 2-2 3-3 3-4 4-5 4-7 5-8 5-10 6-6 6-9 6-11 6-12 7-16 8-14 8-15 8-16 9-13 9-17 10-18
+0-0 1-1 2-2 3-2 4-2 5-8 7-11 8-6 9-3 9-5 9-7 10-4 11-3 12-3 14-10 15-12 16-19 17-19 19-13 20-14 21-15 22-18 24-20 25-20 26-21
+1-1 2-0 3-3 4-4 4-5 4-6 5-2 6-3 6-8 7-9 8-7 9-6 10-7 14-10 15-12 15-13 15-14 16-16 17-17 18-15 19-18 19-19 20-17 21-20 21-21 22-21 23-27 25-24 26-23 27-24 27-25 28-24 29-29 30-31 31-32
+0-0 0-1 1-3 2-2 3-5 4-4 5-6 5-7 6-8 6-10 7-7 8-7 9-11 10-15 12-16 13-16 14-17 15-13 16-12 17-18 18-19
+0-0 0-2 1-1 2-1 3-3 4-4 5-5 6-6 7-7 8-8 9-9 10-9 12-9 12-10 13-11 14-12
+0-0 1-1 2-2 3-3 4-4 5-4 5-5 6-4 6-6 7-10 11-11 11-12 12-14 13-15 15-16 16-13 17-9 19-17 20-17 21-18
+0-0 1-0 2-1 3-3 4-8 5-8 6-9 7-8 7-10 10-11 12-14 13-15 14-16 15-23 15-25 16-23 16-24 18-22 19-29 20-30 21-31 22-32 23-33 24-34 26-35 27-28 28-36 29-37
+0-0 2-1 2-2 3-3 4-3 5-4 7-5 8-5 9-5 10-6 11-7 12-9 13-10 14-8 15-9 16-8 17-7 19-11 21-17 22-17 23-18 23-19 24-15 25-12 26-13 27-14 28-16 29-16 30-16 31-20 32-21
+0-0 1-3 2-1 2-2 2-3 3-4 4-4 5-5 6-6 7-7 7-8 7-9 8-10 9-11 10-12
+0-0 1-0 2-1 2-2 3-3 4-5 5-4 6-5 7-6 8-7 9-7 10-8 10-9 10-10 11-11 12-12 13-13 14-5 17-14 18-15 19-16 20-17 21-18 22-19
+0-0 1-1 2-11 3-4 4-5 5-5 6-7 7-8 8-8 8-9 10-9 11-9 12-10 13-12 14-6 14-13 16-14 16-15 19-16 22-19 23-22 24-18 25-17 25-23 26-24 27-25 28-26 29-29 30-28 31-27 31-29 32-30 33-31 34-32 35-20 37-34 38-33 39-33 40-30 41-31 42-36 43-36 44-35 44-37 46-38 47-39 48-40 49-41 50-42 51-42 52-43 54-44 55-45
+0-0 1-2 2-1 3-3 4-4 5-5 8-7 9-7 10-6 11-5 12-10 13-11 16-8 17-9 18-13 19-12 22-15 24-16 25-17 25-18 26-17 27-19 28-21 29-22 32-20 33-20 34-20 35-23 36-24
+1-0 2-1 3-2 4-3 5-4 6-5 7-6 13-7 16-11 17-9 18-8 18-10 20-12 20-13 21-14 24-18 26-17 29-15 30-19 31-23 32-21 33-22 34-23 35-20 36-24 37-29 38-29 38-30 40-26 41-26 42-27 43-25 46-31 47-32
+0-0 1-1 2-1 3-2 3-3 4-6 5-5 6-5 7-5 8-6 8-7 9-8 10-9 11-10 12-10 15-14 16-13 17-15 17-16 18-18 19-17 21-19 22-22 23-20 24-24 25-23 26-24 27-25 28-26
+0-0 1-1 1-2 3-6 4-7 4-8 5-5 5-9 6-4 7-3 8-10 9-11 10-15 10-16 11-12 12-13 13-14 15-19 16-18 16-20 19-24 20-23 20-25 21-26 22-27 23-28 23-29 24-30 25-31 26-21 27-32 28-33
+0-0 1-2 2-1 3-3 4-3 5-3 7-4 7-5 8-6 8-7 9-9 10-9 11-9 14-10 15-11 16-13 17-12 18-12 19-14 19-15 20-15 21-17 22-18 22-19 23-20 28-21 28-23 29-22 30-27 31-16 32-26 34-25 36-28 37-29
+0-0 1-1 2-1 3-1 3-2 4-3 5-4 6-5 7-6 8-7 9-6 10-9 11-8 12-9 13-10 14-12 15-11 16-11 16-13 17-14 18-15
+1-0 2-1 3-5 4-2 5-3 6-4 7-6 8-7 9-8 10-9 11-10 11-12 12-10 12-11 13-10 17-14 18-13 20-17 21-15 22-16 23-21 24-20 25-19 26-19 27-18 27-19 28-22 29-23 30-23 31-25 32-31 33-24 37-29 37-30 38-27 39-28 40-33 41-33 42-34
+0-0 1-1 2-2 3-3 4-4 5-4 6-5 7-6 8-6 9-8 10-7 10-9 11-10 12-10 13-11 16-12 17-13 18-12 19-12 20-14 21-15 22-18 23-18 24-16 24-17 25-19 26-18 26-20 27-21 28-20 29-22 30-21 31-23 32-24
+0-0 1-1 2-2 2-3 3-4 5-5 5-6 6-7 7-7 7-8 8-10 9-9 9-10 10-11 11-12
+0-0 2-1 3-2 4-8 4-9 5-7 5-10 6-11 7-12 8-13 8-15 9-3 9-14 9-18 10-17 11-16 12-24 13-24 14-5 15-24 16-23 16-25 17-26
+0-0 1-1 1-5 2-3 2-4 3-2 4-6 4-7 5-8 5-9 6-10 6-11 7-12 7-16 8-14 8-15 8-17 8-18 9-13 9-19 10-13 11-20 12-21
+0-0 1-1 1-2 1-3 1-4 2-1 3-5 4-5 7-9 7-10 7-11 9-14 12-13 13-6 14-8 15-17 17-30 18-31 19-30 20-23 21-24 22-25 22-26 22-27 23-32 23-34 24-33 24-35 25-35 27-29 28-39 29-38 30-37 31-36 31-40 32-39 33-41 34-42
+0-0 0-2 0-3 1-1 3-5 4-4 4-6 5-7 5-8 6-7 6-9 7-8 8-11 9-10 10-12 11-13 12-14
+0-0 1-4 1-5 2-4 3-8 4-12 5-11 6-9 6-10 6-11 7-6 8-7 10-13 10-15 11-14 12-18 12-19 13-16 13-17 14-26 14-27 17-24 19-28 20-29 21-30 22-33 23-31 23-32 24-32 26-36 27-35 28-42 29-34 30-38 31-37 31-39 32-40 32-41 33-38 34-45 36-49 37-50
+1-4 2-4 3-4 4-0 4-1 4-2 5-2 6-5 8-6 9-6 10-8 11-7 12-7 13-11 14-11 16-12 17-12 18-12 18-13 19-9 19-10 21-15 22-15 22-16 24-19 26-18 27-20 28-20 29-21 30-22 31-23 32-22 33-22 34-17 35-24 36-25
+0-0 1-1 2-0 3-7 6-5 8-2 9-13 10-4 11-4 12-8 13-9 14-10 15-10 16-10 17-11 18-12 19-24 20-15 21-16 22-14 27-18 28-20 28-21 28-22 29-22 30-27 30-28 31-33 32-32 33-32 35-26 36-23 37-29 38-29 39-29 40-30 42-34 43-34 43-36 44-37 45-38 46-34 47-35 48-39 49-40
+0-0 2-1 2-2 3-4 4-13 4-14 5-5 6-6 7-7 10-15 11-17 11-18 13-20 14-21 16-19 17-16 20-22 21-22 21-24 22-23 22-43 23-34 24-35 24-36 26-26 27-46 27-47 28-27 29-28 30-29 31-42 32-30 33-31 36-32 36-33 37-39 39-41 40-34 41-37 42-38 43-37 44-44 45-45 46-48 47-49
+0-0 1-1 2-2 3-6 4-4 4-5 5-7 6-8 6-12 7-7 8-9 8-10 9-13 10-11 11-16 12-17 13-15 14-14 15-18 16-19
+0-0 0-1 2-2 3-10 4-6 5-5 5-6 6-7 7-8 9-13 9-14 10-15 11-11 12-12 13-9 15-16 16-17 17-19 18-19 18-20 19-18 20-22 21-18 21-21 22-17 23-23 24-24
+0-0 1-0 2-2 3-2 5-8 5-9 6-5 7-6 8-6 9-6 9-7 10-10 11-13 12-14 14-12 16-11 19-15 20-16 20-17 21-19 22-18 23-19 25-20 26-21
+0-3 1-4 2-7 3-5 4-8 5-0 6-0 7-10 8-11 9-12 10-9 11-13 12-14
+0-1 0-2 1-3 3-4 4-5 6-0 8-7 12-9 14-8 15-8 15-13 16-12 17-17 19-18 20-18 21-17 21-19 22-22 23-23 25-20 27-25 28-15 29-29 30-29 31-28 31-30 32-31 34-14 35-31 36-32 37-33
+0-4 1-5 2-1 3-0 4-1 5-3 6-3 7-3 9-6 10-6 11-7 12-11 13-12 14-13 15-11 16-14 17-15 19-15 20-15 21-15 22-16 23-17 24-9 24-10 24-18 25-19 26-8 28-20 29-21 30-22 31-19 32-23 33-24
+0-0 1-1 2-2 3-3 4-4 5-5 5-6 6-7 7-9 8-10 9-11 10-12 11-8 12-13 13-14
+0-3 1-4 2-5 3-6 4-6 4-7 6-9 7-8 8-10 8-12 9-10 9-11 10-11 11-13 12-23 13-22 14-23 16-18 17-19 17-20 18-20 18-21 19-20 20-24 21-25
+0-0 1-2 2-1 2-3 2-4 3-5 4-9 5-8 5-14 6-14 7-10 8-6 9-7 10-17 11-17 11-18 11-19 12-20 13-20 13-22 14-21 14-23 15-28 17-27 18-27 19-36 20-34 21-30 24-37 25-31 26-39 27-40
+0-0 0-1 1-2 1-3 2-7 3-8 4-9 5-10 6-5 8-11 9-11 9-12 11-18 11-21 12-17 13-20 14-20 15-15 16-16 17-13 17-14 19-22 20-23 20-24 21-25 22-26 23-27 24-28 25-29 26-30 27-30 27-31 28-32 29-33
+0-0 1-1 1-2 2-3 3-4 4-5 5-6 6-7 7-8 8-8 11-9 12-9 13-9 14-10 15-11 17-12 18-15 18-16 19-17 20-14 21-13 22-18 23-19
+0-0 1-1 2-2 3-2 3-3 4-4 5-5 6-6 7-7 8-8 9-11 10-9 11-10 11-12 12-13 13-14
+1-5 2-0 2-1 2-2 3-4 6-4 7-4 8-3 9-3 11-7 12-7 14-8 14-9 15-9 16-10 17-11 19-11 20-12
+0-0 1-0 1-1 1-2 1-3 1-4 1-5 2-6 3-7 4-8 4-22 6-11 7-24 8-16 8-17 8-19 9-20 9-21 10-18 11-14 12-15 13-23 14-27 15-13 15-26 16-36 17-37 18-40 19-33 20-41 21-31 22-30 22-31 22-32 23-42 24-42 25-43
+0-0 1-1 2-2 3-3 3-4 4-1 4-5 4-6 5-7 6-11 8-13 9-8 10-8 11-14 12-15
+0-0 1-1 1-2 2-5 3-6 4-7 5-8 6-9 7-10 8-10 8-11 10-10 11-11 12-12 13-13
+0-0 1-2 2-1 4-3 5-3 6-4 6-5 7-7 8-7 9-6 9-7 9-8 10-8 11-7 12-9 13-13 14-14 15-15 16-15 17-16 18-16 19-11 21-23 22-20 22-21 22-22 23-19 25-27 26-28 27-29 28-30 28-32 29-33 29-34 30-35
+0-0 1-1 2-2 3-2 4-3 5-4 6-5 7-6 8-7 10-8 11-9 12-10 13-10 14-10 15-11 16-14 17-15 18-16 19-16 20-12 21-17 22-18
+0-0 0-2 1-1 1-2 2-2 3-3 4-4 5-5 5-7 6-6 7-18 8-11 9-12 10-13 11-13 12-14 13-15 13-16 14-15 15-17 16-20 17-20 18-19 18-21 19-21 20-21 21-23 22-24 23-24 24-25 25-26
+0-0 1-1 2-4 3-3 4-2 4-5 5-6 6-10 7-9 8-10 8-11 8-12 9-10 10-12 11-13 12-14 13-15 15-16 16-17 17-18 18-20 20-19 21-18 22-23 23-24 25-25 26-26 27-27 27-28 28-29 29-30
+0-0 1-3 2-2 3-1 3-4 4-5 4-6 5-7 5-8 6-10 7-9 7-11 8-8 9-12 10-13
+0-5 1-6 2-5 3-12 4-1 5-8 6-7 6-9 6-10 7-14 8-15 9-16 11-24 12-18 12-25 13-19 14-21 15-22 15-23 16-20 17-25 18-26 19-27
+0-10 1-8 1-9 2-10 3-11 5-4 5-5 6-14 8-12 9-13 10-17 12-22 14-1 14-6 15-2 16-3 17-15 18-16 19-18 20-25 21-29 22-28 24-24 25-20 26-21 27-26 30-33 31-32 32-31 32-33 33-27 34-30 35-29 36-29 37-34 38-35 39-36 40-37 41-38 42-41 43-40 44-39 44-41 45-42 46-42 47-42 47-45 48-46 49-47
+0-0 1-1 2-2 3-3 4-4 5-5 5-7 6-8 6-9 7-6 7-10 8-11 8-13 9-12 9-13 9-14 10-15 10-20 11-19 12-17 12-18 13-19 14-22 15-22 16-21 17-23 18-24
+0-0 1-2 2-1 2-2 3-3 4-4 5-5 5-6 6-7 6-8 8-9 9-9 10-10
+0-1 0-2 1-0 2-3 3-3 4-4 4-11 5-10 6-11 8-12 9-18 10-19 11-19 12-19 13-17 13-21 14-22 15-16 16-23 17-24
+0-1 1-2 3-4 4-3 5-4 6-4 8-8 8-9 9-10 10-11 11-12 12-13 13-14 14-15 15-16 16-17 17-4 18-18 19-18 20-21 21-23 22-22 22-26 23-27 24-28 25-24 25-29 26-24 27-31 28-32 30-32 31-32 32-32 33-33 34-25 35-34 36-35
+0-0 1-0 1-1 2-11 3-8 4-9 5-10 6-8 7-14 9-7 10-16 11-17 12-18 13-15 13-19 14-20 15-21 16-23 17-23 18-24 19-25 21-30 22-22 25-26 27-32 28-31 28-32 29-27 29-28 29-33 30-29 31-38 32-39 33-40 34-36 34-37 35-35 37-41 38-42
+0-0 1-1 2-2 3-3 4-10 4-11 5-5 5-6 5-7 6-4 8-8 9-9 10-9 11-13 12-14 13-15 14-16 15-18 16-17 17-19 17-20 18-19 21-18 22-23 23-24 24-25 25-27 26-22 27-26 28-29 29-28 30-21 33-34 35-43 36-36 37-36 38-33 38-39 39-40 39-42 40-41 41-44 42-37 42-38 43-45 44-46
+0-0 1-1 1-2 2-3 3-4 4-5 5-5 7-6 8-6 9-7 9-8 10-8 11-9 11-11 12-12 13-13 14-10 15-10 16-15 17-14 18-14 19-14 20-15 20-16 21-19 22-18 23-17 23-19 24-20 26-21 27-22
+0-0 1-0 1-1 2-2 3-3 4-4 5-5 6-6 7-7
+0-0 1-1 2-3 3-4 4-4 4-5 5-2 7-6 9-9 10-12 11-13 13-11 14-12 14-14 15-15 16-16 19-16 21-8 22-18 23-18 24-19
+0-0 1-1 2-2 3-3 4-4 5-5
+0-0 1-1 2-2 2-3 2-4 3-5 4-4 5-7 8-10 9-10 10-10 11-9 11-11
+0-2 2-4 3-5 5-6 6-6 7-6 9-1 11-0
+0-0 1-1 2-2 3-3 4-4 5-5 6-6 7-7 8-22 9-8 10-11 11-10 12-9 12-11 13-11 13-12 14-13 15-14 16-16 17-17 18-18 19-18 20-18 20-19 21-20 21-21 23-23 23-24 24-23 24-25 25-26 28-26 29-27 30-28
+0-0 1-2 2-3 3-1 4-2 5-4 5-6 6-4 6-5 7-8 8-7 9-7 10-11 11-11 12-9 12-10 13-14 14-15 15-15 16-16 17-12 18-13 19-12 20-17 21-18 21-19 22-21 23-21 25-22 29-35 30-35 31-31 31-32 31-33 32-28 32-29 32-30 33-31 34-26 35-26 36-36 37-37
+0-0 1-2 2-1 6-3 7-5 8-6 9-4 13-13 14-14 15-7 16-8 17-9 18-10 19-15 20-11 22-15 23-16 24-17 25-18 26-25 26-26 27-25 28-27 29-21 30-20 30-21 31-28 33-22 34-29 35-34 36-30 40-33 42-32 43-38 44-39 45-37 46-35 47-40 48-41
+0-1 0-2 1-0 2-0 3-3 4-4 5-5 6-7 7-7 7-9 8-10 9-11 10-15 11-13 12-12 12-14 13-16 14-17 15-19 16-18 17-20 20-24 21-23 22-25 23-21 24-22 25-26 26-27
+0-0 1-1 2-2 3-3 4-4 5-4 6-5 7-6 7-8 8-7 9-6 10-9 11-10 12-14 13-14 13-15 14-11 15-12 17-25 18-30 19-21 20-31 22-20 24-16 25-23 26-23 27-35 28-32 29-33 30-34 31-36 32-39 33-39 34-39 35-39 35-40 35-41 35-42 36-43 37-44 38-45 39-45 43-48 44-46 45-51 47-52 48-53
+1-0 2-1 2-2 3-3 3-4 3-5 4-4 5-6 5-8 6-7 9-13 9-14 10-15 11-12 12-10 12-11 12-12 13-18 14-9 15-16 16-16 18-16 19-17 21-20 22-21 22-22 22-23 22-24 23-25 24-25 25-26 26-27
+0-0 1-1 2-2 3-3 4-4 5-5 6-6 7-7 8-7 9-8 10-8 11-8 12-8 13-9 15-11 16-10 17-16 18-17 20-15 21-14 22-16 23-17 24-18 25-19 26-21 27-22 28-23 29-20 31-26 31-27 32-28 32-29 33-30 34-31 35-36 36-34 37-32 38-33 39-35 40-37 41-37 42-38
+0-0 1-3 2-1 2-2 5-4 6-3 7-5 8-6 9-7 10-8 11-9 12-10 13-11 14-12 15-13 16-14 17-15 17-16 18-15 21-22 22-22 24-20 25-17 28-25 30-21 31-19 32-18 32-23 32-24 37-32 38-29 38-30 39-26 40-27 41-33 42-34
+0-0 1-0 2-1 5-2 6-2 7-2 8-2 9-4 9-5 10-3 11-6 12-7
+0-0 1-1 1-2 2-8 3-5 4-6 5-7 6-3 7-4 8-9 9-10
+0-1 1-0 1-1 2-1 3-2 4-3 5-4 6-5 7-6 8-7
+0-0 1-17 2-2 2-4 3-3 3-4 5-11 6-8 7-5 7-6 7-7 7-8 7-9 8-10 8-12 8-13 9-14 10-1 11-16 12-15 14-19 14-20 15-21
+0-0 1-1 2-2 2-3 2-4 3-4 4-5 5-5 6-10 7-6 7-7 7-8 7-9 7-11 8-12 9-13 10-14 11-21 13-20 14-17 15-18 16-16 16-19 17-15 18-22 19-23
+0-2 1-3 2-4 3-5 4-5 5-6 6-6 7-6 8-6 9-1 11-10 12-11 13-8 15-9 18-15 19-12 19-16 20-13 21-14 22-18 23-17 23-19 23-20 24-21 25-25 26-25 27-25 28-26 29-22 30-23 31-24 31-27 32-29 33-28 34-26 35-30 36-30 37-30 38-31 39-32
+0-1 1-0 2-3 3-2 4-3 5-4 6-5 7-6 7-7 8-8 9-9 10-10
+0-0 1-5 2-8 3-9 3-10 4-4 5-1 6-2 7-3 8-12 9-5 10-6 10-7 11-15 11-16 12-17
+0-0 1-20 2-9 3-10 4-11 5-12 6-13 7-14 8-16 9-8 10-8 11-28 12-24 13-6 14-27 15-29 16-21 16-23 17-22 18-39 20-32 21-33 22-34 23-30 23-31 24-35 25-36 26-35 27-43 28-44 28-45 29-37 30-38 30-40 31-41 32-41 33-46 33-47 34-48
+0-0 1-1 2-2 2-3 3-4 3-5 4-4 5-6 6-6 6-7 7-8 8-9 9-10 10-11 12-12 13-13 14-14 15-15 16-16
+0-0 1-1 2-10 3-2 4-2 5-5 6-6 7-7 8-8 9-7 10-9 11-9 12-9 13-9 14-4 16-3 17-11 18-15 20-14 21-16 21-17 22-18
+0-0 1-1 2-0 3-0 4-1 5-2 6-3 7-4 8-5 9-6 10-6 11-4 12-4 13-7 14-7 15-8 16-9 18-9 19-10 20-11
+0-0 1-1 4-2 5-3 6-4 7-5 8-6 9-7 10-8 11-9 12-2 13-10 14-10 15-11 16-12 17-11 20-15 21-16 22-17 22-18 23-20 24-21 26-13 30-23 31-25 33-26 33-27 35-28 36-29 36-30 36-31 36-32 37-30 38-30 39-31 40-31 41-33 42-33 43-34 44-35 45-36 46-24 48-37 49-38
+0-0 1-1 1-2 1-3 1-4 2-2 3-3 4-3 5-5 6-5 6-6 6-7 7-9 8-8 9-11 10-12 11-12 12-13 12-14 13-10 14-15 14-16 15-17 16-18 17-19 17-20 18-20 19-21 19-22 20-24 21-25 22-25 22-27 23-28 24-29 25-30 26-30 28-31 29-32
+0-0 0-1 0-2 3-4 4-4 5-4 7-8 8-7 9-9 10-9 11-8 12-9 13-10 14-13 15-13 15-14 16-12 17-15 18-16 19-17 20-18 21-19 22-20 23-21 24-22 25-23 26-24 28-26 33-30 34-28 36-29 37-31 38-32 39-33 41-34 42-37 42-39 43-38 45-36 45-42 46-43 47-44 48-40 49-45 50-46
+0-6 1-0 2-7 3-7 5-2 8-1 9-3 10-4 11-5 12-5 13-12 14-13 14-14 15-16 16-18 17-18 18-18 19-18 19-19 19-20 20-21 24-24 25-23 27-26 27-27 28-27 29-26 30-26 31-25 32-26 33-27 34-29 34-30 34-31 35-28 37-10 38-32 39-33
+0-0 1-5 2-5 3-3 3-6 4-2 5-4 6-5 7-1 8-8 9-8 10-8 11-10 12-9 12-11 13-12
+0-4 1-4 2-2 2-3 2-5 4-13 8-6 8-7 8-8 9-9 10-10 11-10 12-11 13-11 15-12 16-14 17-15
+0-0 1-1 2-2 3-3 4-4 5-5 6-6 7-7 10-8 11-9 12-11 13-12 14-13 15-17 16-15 16-17 17-16 18-14 19-21 21-23 22-24 23-24 24-25 25-25 26-25 27-25 28-20 30-19 31-10 32-26 33-27
+0-0 1-1 2-1 3-1 4-9 5-6 6-11 7-8 8-7 9-2 10-3 11-4 12-5 13-12 14-13
+0-0 1-0 2-0 3-1 4-2 5-2 6-2 7-3 10-4 11-4 12-5 13-6 13-7 14-6 15-6 16-6 18-8 19-11 20-12 21-13 22-14 23-15 25-10 26-16 27-16 28-17
+0-7 1-8 2-3 4-1 5-1 6-2 7-4 8-4 9-5 10-6 11-9 12-10 13-11 14-13 15-12 15-13 16-8 17-15 18-18 19-14 20-16 20-17 21-16 22-16 23-16 25-18 26-19 28-26 29-27 30-20 30-21 30-22 31-25 32-23 33-28 34-29
+0-0 0-1 3-2 4-3 5-4 6-5 7-2 8-2 11-6 12-7 13-7 14-8 15-9 16-10 18-11 19-11 21-14 22-12 25-15 26-16 27-19 28-16 29-17 29-18 30-20 31-21
+0-0 1-0 2-1 3-2 4-3 5-4 6-7 7-8 8-9 9-11 10-10 11-12 12-13 12-14 13-15 14-6 15-5 16-16 17-17
+0-4 0-5 0-6 1-5 2-2 2-3 2-7 3-8 4-9 4-10 5-11 6-12 7-13 8-14 8-15 9-17 11-22 12-29 13-29 14-30 15-31 16-16 17-24 17-25 17-26 17-27 18-18 19-19 20-20 21-32 22-32 23-33
+0-0 1-1 2-2 3-4 4-5 4-6 5-3 6-3 8-9 9-9 10-10 11-11 12-12 13-13 14-16 14-17 15-15 16-18 17-19 19-20 19-26 20-27 21-28 22-24 23-22 23-25 24-21 25-23 26-30 26-32 27-31 28-32 29-32 30-33 31-34
+0-0 1-1 2-2 3-3 4-3 5-5 6-5 7-3 8-4 9-6 9-7 10-9 11-11 12-10 13-11 14-12 15-13 16-14 17-15 18-16 20-17 21-18
+0-1 1-0 2-2 3-2 4-2 5-6 6-7 7-5 9-8 10-9 11-9 12-10 13-11 14-12
+0-0 1-1 2-2 4-3 5-3 6-6 6-7 7-4 8-5 9-8 10-9 11-10 12-11 13-13 15-14 16-11 16-12 17-16 18-17 20-18 21-15 22-19 23-20 24-20 25-20 26-21 28-23 29-24 30-25 33-22 35-26 36-27 36-28 37-29 38-30 39-28 40-33 41-31 42-32 43-32 44-31 45-26 47-34 48-35
+0-0 1-1 2-2 3-3 3-4 4-9 5-10 5-11 7-7 8-6 8-8 10-14 11-15 12-16 13-17 14-18 15-15 15-19 16-20 17-21 18-22 19-23 20-13 21-13 23-24 23-25 24-26 25-27 25-28 26-29 27-28 27-30 28-28 29-31 30-31 31-32
+0-0 1-1 1-2 2-2 3-4 3-5 4-3 5-5 6-6 7-7
+0-0 1-3 2-3 3-2 4-1 4-3 5-4 6-5 7-6 8-7 8-14 9-11 9-13 9-15 10-10 10-16 11-17 12-19 13-19 14-19 15-18 15-20 16-20 17-21 18-23 18-24 18-25 19-25 21-26 22-27
+0-0 1-0 2-1 3-2 4-3 5-4 5-5 6-6 7-7 8-8 9-9 10-9 11-10 12-11
+0-2 2-0 3-0 4-4 5-1 5-3 6-4 6-5 7-7 8-6 9-6 10-8 11-8 12-9 13-10
+0-0 1-1 1-2 2-3 3-4 4-5 5-7 6-15 7-11 7-12 7-13 7-14 8-8 9-16 10-17
+0-0 1-1 2-2 3-1 4-7 6-3 7-6 9-4 10-4 11-4 12-12 13-7 14-8 14-9 16-10 17-10 18-10 19-10 20-11 22-12 23-13 24-14 25-15 26-18 27-19 28-20 29-16 30-5 31-6 32-6 33-22 34-22 35-23
+0-0 1-0 2-1 2-2 3-4 4-8 5-9 6-8 7-8 7-9 7-10 7-11 8-7 9-12 10-12 11-15 12-16 13-16 14-3 15-3 16-5 19-18 20-18 21-19 22-20 23-24 23-25 24-24 25-25 26-27 27-22 28-21 29-14 30-13 31-28 32-29
+1-7 2-0 3-1 3-4 4-2 4-5 5-3 5-6 7-10 8-11 9-11 12-13 13-8 15-15 16-15 17-16 17-17 18-18 22-20 22-21 23-20 25-25 27-23 28-23 29-24 30-26 31-27 32-19 33-22 34-29 36-30 37-34 38-35 38-36 39-32 40-38 41-28 42-28 45-33 46-39 47-39 48-40
+0-0 1-1 2-2 3-3 4-4 5-4 5-5 6-6 7-7 8-7 9-7 10-11 11-12 13-13 14-14 14-15 15-10 16-9 17-8 18-16 19-17
+0-3 1-4 2-5 3-6 3-7 4-8 5-9 6-10 7-12 8-8 9-9 9-14 10-15 11-15 12-11 13-13 15-1 16-0 17-2 18-18 19-19
+0-7 1-8 3-1 4-0 6-2 8-1 9-9 10-10 12-11 13-11 14-12 15-14 16-15 17-14 18-16 19-17 20-18 21-19 21-20 22-13 25-27 25-28 26-21 27-22 28-23 29-25 30-25 30-26 32-31 33-32 35-33 36-29 37-37 38-38 39-39 40-40 41-41 42-42 42-43 43-44 44-45 45-46
+0-0 1-1 2-2 3-1 3-3 4-4 5-5 8-6 9-6 9-7 10-7 10-8 11-9 11-10 12-11 13-13 13-14 14-16 16-17 17-17 18-16 18-18 19-19 20-15 21-21 22-21 23-21 24-22 25-20 26-24 27-20 28-21 29-21 30-23 33-25 34-25 35-26
+0-0 1-1 2-2 3-2 4-5 5-4 6-5 7-3 8-6 9-7
+0-0 1-1 2-2
+0-0 0-1 1-2 2-3 3-9 4-9 5-7 6-6 6-8 7-15 8-13 8-14 9-4 10-5 11-15 12-16 13-17
+0-0 0-1 3-5 4-6 5-3 5-7 6-2 6-4 7-9 8-9 9-9 10-8 15-11 16-11 18-12 19-13 20-14 21-15 22-16 23-17 24-19 25-18 27-23 28-20 29-24 30-25 32-32 33-31 34-32 35-27 36-27 37-28 38-29 39-24 40-23 41-21 42-22 43-34 44-35
+0-0 1-1 2-2 2-3 3-5 4-2 4-6 4-7 5-2 6-8 6-9 7-10
+0-1 0-2 1-0 2-0 3-5 4-7 4-13 5-6 5-8 5-11 6-9 6-10 6-12 9-14 9-15 10-16 10-17 11-18 11-22 12-19 12-20 12-21 13-23 14-24 14-25 15-26 16-27
+0-0 1-0
+0-0 0-1 0-2 1-0 4-5 5-4 5-6 6-3 6-7 7-8 8-8 9-9 10-11 11-12 11-13 12-12 13-14 14-13 15-15 16-16
+0-0 1-1 2-5 3-6 4-8 5-9 7-4 9-14 10-13 11-7 12-8 13-9 14-10 15-12 16-16 16-17 16-18 16-19 17-19 17-20 18-24 19-24 20-25 21-26
+0-0 1-0 1-1 1-2 2-3 2-4 2-5 4-6 5-7 5-8 6-8 7-8 7-9 8-10 8-11 9-13 9-14 10-15 11-17 12-18 13-19 14-20 15-21
+0-0 1-1 2-2 3-3 4-4 5-5 6-6 7-7 8-8 9-9 12-10 13-11 13-12 15-12 16-13 16-15 17-14 18-22 19-23 20-16 20-17 21-21 23-20 24-22 25-24 26-25
+0-2 1-0 1-3 2-1 3-7 4-4 4-5 5-6 6-8 7-9
+0-0 0-1 1-3 2-3 3-2 4-2 5-4 6-4 7-5 8-5 9-6 10-6 11-6 12-7 13-8 14-9 15-10
+1-3 2-0 3-5 6-6 9-15 10-11 11-11 11-12 12-12 13-12 13-13 14-14 15-19 16-19 19-18 20-17 21-16 22-17 24-20 29-24 30-8 31-25 32-25 33-21 34-22 35-27 36-28 38-26 40-32 42-27 43-28 44-29 45-29 45-30 46-33 47-34 47-35 48-34 49-34 50-36 51-37
+0-3 1-0 2-1 2-2 3-4 4-4 5-8 6-8 7-8 8-9 9-5 10-5 11-10 12-11
+0-0 0-1 0-2 1-3 2-5 3-11 4-4 6-7 6-8 7-6 8-15 8-16 9-14 10-27 11-17 12-12 13-13 16-18 16-19 17-21 18-24 18-28 19-29 20-30 21-31 22-32 23-33 24-34 25-34 26-34 27-35 28-36 29-37
+0-0 1-1 2-2 3-3 4-4 5-5 5-6 6-6 7-7 8-8 8-9 9-10 10-11 11-12
+0-0 1-2 2-2 3-3 4-3 4-4 4-5 5-3 6-1 7-1 8-2 9-8 10-9 11-11 12-10 13-11 13-12 14-11 15-11 17-15 18-13 18-14 19-15 20-16 21-17
+0-0 1-1 2-2 3-3 5-4 5-5 6-7 7-6 8-13 9-8 9-13 10-10 10-11 10-12 11-14 12-15
+0-1 1-4 1-5 2-4 3-2 4-0 7-7 8-6 9-2 10-3 11-10 14-15 15-16 16-17 16-19 17-11 18-12 20-20 20-23 21-24 23-21 24-21 25-21 27-30 27-31 28-32 29-36 30-33 31-34 32-44 32-45 33-38 35-39 37-35 39-43 40-46 40-47 41-46
+0-4 1-0 1-2 1-3 2-0 2-1 2-4 3-12 3-13 5-9 6-6 6-7 6-8 6-10 7-11 8-14 9-15 10-16 11-17 12-15 13-14 14-19 15-20 16-24 17-24 18-25 19-26 20-21 21-21 22-25 23-27 23-28 24-29 25-30 26-31 27-32 28-33 29-33 29-35 30-36 31-37
+0-0 1-2 2-1 3-1 4-2 4-3 5-3 6-3 7-4 8-5 9-6 10-7 11-7 12-8 12-9 13-10 14-8 15-7 16-8 17-11 18-12
+0-1 1-1 2-13 3-3 4-11 4-12 5-0 6-5 7-6 8-7 9-4 10-4 11-10 12-2 14-14 15-14 16-15 16-16 17-17 18-18 19-19 19-21 20-22 21-20 21-21 23-23 24-24
+0-0 0-1 0-2 1-5 2-3 3-4 4-6 5-6 6-6 7-7 7-8 8-9 9-10 9-11 9-12 10-10 11-13 12-14
+0-0 0-1 1-17 3-2 3-4 4-3 4-6 5-7 6-6 7-5 10-8 11-9 12-17 13-18 14-10 15-10 16-13 17-20 18-22 19-23 20-24
+0-0 1-0 1-1 2-2 3-3 4-4 5-4 5-6 6-5 7-6 8-7 9-8 10-9 11-12 11-13 12-10 12-14 13-10 14-15 14-16 15-17
+0-3 1-4 2-0 2-1 2-2 3-7 4-8 5-9 6-10 7-11 8-12 9-13 10-14 11-15 11-16 12-16 14-16 15-17 16-18
+0-0 1-1 2-1 2-2 3-3 3-6 4-4 4-5 5-7 5-8 6-9 7-11 8-11 9-12 9-13 10-14
+0-0 1-1 2-2 3-3 4-4 5-5 6-8 7-6 8-7 9-9 10-10 11-10 12-10 13-11 15-13 16-17 18-18 19-15 20-15 21-16 23-25 23-26 24-24 25-21 26-22 27-23 28-23 29-24 30-27 31-27 32-28
+0-0 1-1 2-2 3-3 5-4 6-4 7-5 8-5 9-6 10-10 10-11 11-9 13-13 14-14 15-15 16-16 17-17 17-18 20-12 21-21 22-26 23-24 23-27 24-29 25-30 26-30 27-22 28-31 29-32
+0-0 1-0 1-1 2-3 3-4 4-4 5-6 5-7 6-5 6-8 7-8 9-9 11-10 12-11 13-12 14-13 15-14 16-15 17-16 18-17 19-18 20-19 21-23 22-22 22-23 23-21 24-20 25-24 26-25
+0-0 1-1 3-2 3-3 4-4 5-4 5-5 6-6 9-7 11-9 12-10 13-11 14-12 15-13 16-14 17-14 18-15 19-16 20-17 21-18 22-19 23-19 24-20
+0-0 1-1 2-7 3-8 4-2 4-4 5-3 6-6 7-9 8-10 9-11 10-13 11-14 11-16 14-12 15-15 16-18 17-17 17-18 17-19 18-20 19-21
+0-0 1-1 2-2 3-3 4-4
+0-0 0-1 0-2 2-3 3-4 4-5 5-6 6-7 7-8
+0-22 1-23 4-0 4-1 5-2 6-2 9-3 10-6 11-7 12-8 12-9 13-9 14-10 15-11 16-13 17-13 18-18 20-5 21-20 22-21 26-16 28-24 29-25 30-26 31-44 32-30 33-29 34-31 35-27 36-28 37-28 39-32 40-33 40-37 41-34 42-35 43-36 44-37 45-38 45-40 46-39 47-40 47-42 48-41 49-43 50-45 51-46
+2-4 3-5 4-0 5-1 6-2 7-3 7-6 7-7 8-8 9-9
+0-0 1-0 2-1 3-2 4-3 4-4 5-7 6-5 6-6 7-6 9-9 10-8 10-10 11-9 12-11 13-16 14-16 15-14 15-15 16-12 17-17 18-18
+0-11 1-11 2-13 3-0 3-1 3-2 3-4 4-3 5-6 6-6 7-6 8-5 8-6 8-7 9-8 10-17 12-12 14-15 14-16 15-18 16-19 17-23 18-20 19-24 20-25
+0-0 1-1 2-3 3-3 4-2 4-4 4-5 5-3 7-7 8-7 9-10 10-9 10-11 14-12 15-8 16-13 17-14 18-14 19-16 20-16 22-17 23-18 24-19 25-20 26-21
+0-0 1-1 2-2 2-3 3-4 4-5 6-5 6-6 10-9 11-7 12-10 13-11 13-12 14-13 15-14 16-15 17-16 18-17 18-18 19-20 20-21 21-19 22-17 23-22 24-23
+0-0 1-0 2-1 3-3 4-2 5-5 6-4 7-5 8-6
+0-0 1-1 2-2 3-3 4-4 5-5
+0-0 1-1 2-2 2-3 2-4 3-5 4-4 5-7 8-10 9-10 10-10 11-9 11-11
+0-0 1-0 2-2 3-1 4-2 5-2 6-2 7-3 7-4 8-3 9-3 10-3 11-4
+0-0 1-1 2-2 3-3 4-4 5-4 6-4 7-4 8-5 9-6 9-8 10-7 11-6 12-9 14-13 15-14 15-15 15-16 15-17 17-18 21-19 22-20 23-20 25-23 26-19 27-19 28-19 30-10 31-24 32-25 33-26 34-28 35-29 36-30 37-21 38-31 39-32
+0-0 1-0 1-1 3-2 4-3 5-4 6-5 7-6 8-6 9-7 10-8 11-4 12-4 13-4 15-10 16-10 17-12 18-11 21-19 24-13 32-22 33-20 34-21 35-26 36-29 37-27 38-24 39-25 40-25 41-23 42-30 43-31
+1-1 2-0 3-2 4-4 5-9 6-8 7-12 8-14 9-13 9-15 10-16 10-17 11-18 12-20 13-21 14-22 15-19 16-16 17-23 18-24
+0-2 1-3 2-1 3-1 4-5 5-6 6-7 7-8 8-4 9-9 10-9 11-8 12-10 13-10 14-11 15-12 18-14 19-15 20-15 21-13 22-16 24-18 25-17 26-19 26-20 27-21 27-22 28-21 29-23 30-18 31-24 32-25
+0-0 1-1 1-2 1-3 2-4 2-5 3-6 4-7 4-8 5-9 6-10
+0-0 1-1 2-1 3-2 4-3 5-4 6-5 6-6 7-7 8-8 9-9 10-9 11-10 12-11 13-14 14-12 14-13 15-16 16-17 18-15 19-18 20-18 21-19
+0-0 1-0 2-2 3-0 4-1 5-3 6-4 7-4 8-4 9-4 10-5 11-11 12-11 13-11 15-7 16-8 17-9 18-6 19-12 19-13 20-17 25-14 26-15 26-18 27-19 28-19 29-20
+1-3 2-4 3-0 3-2 4-1 5-5 6-6 8-7 9-4 9-8 10-9 11-10 11-11 12-10 13-10 14-14 15-15 16-15 17-13 18-12 19-16 20-17
+0-0 0-2 0-3 1-1 1-4 2-2 3-1 4-10 5-11 6-6 6-11 7-7 8-8 9-13 10-14 10-16 11-17 12-9 13-19 14-12 15-19 16-19 17-19 18-20 20-18 21-23 24-23 25-22 25-23 26-24 27-25 28-21 29-26 30-26 31-27
+0-0 1-1 2-2 2-3 3-4 4-4 5-4 6-5 7-6 8-7 10-9 11-8 11-10 12-11 13-12 13-13 13-14 14-15 15-16 15-18 16-17 16-19 17-21 18-22 19-27 20-23 21-25 22-30 23-24 24-29 25-28 26-31 27-31 28-32
+0-0 1-1 4-2 5-3 8-5 11-7 12-8 13-9 15-10 16-10 16-11 18-13 19-14 19-15 20-18 21-15 22-16 23-12 26-19 27-17 28-21 29-21 30-22 31-23 31-24 32-25 33-20 34-25 35-26 36-26 37-25 38-27 39-29 40-30
+0-0 1-1 2-2 2-3 3-7 4-5 4-7 5-4 6-4 7-8 8-8 9-8 10-7 11-9 12-10 13-12 14-16 15-16 15-18 16-15 16-17 17-16 19-20 19-21 20-22
+0-10 1-1 2-0 3-1 4-7 7-3 7-4 7-5 8-8 9-9 11-13 12-16 13-11 14-12 15-17 16-15 17-18 18-19 19-20 20-26 21-21 21-22 22-24 24-25 25-14 28-29 29-30 30-32 36-38 37-31 38-41 39-28 41-33 42-34 43-35 44-40 45-44 45-45 45-46 45-47 46-39 47-36 48-37 50-42 51-48 52-49
+0-0 1-0 2-1 3-9 4-7 5-3 5-4 6-8 7-9 7-10 8-11 9-14 10-14 10-15 10-16 13-11 14-18 15-19 16-20 18-12 19-17 20-18 21-21 22-22 23-23 24-24 25-25 26-27 28-30 29-31 29-32 30-32 31-26 32-33 33-34
+0-0 2-1 3-2 3-3 4-1 4-4 7-5 8-6 8-12 9-10 10-7 11-7 11-8 11-9 12-9 12-13 13-14 14-15 15-16 16-17 17-18 18-19 19-20 20-21 21-22 22-23 22-24 23-23
+0-1 1-0 2-4 2-5 3-3 4-6 5-5 6-7 7-8 8-8 8-9 9-10 10-10 11-11 12-12 13-13
+0-0 1-0 1-1 2-2 3-3 4-4 4-5 5-6 6-7 7-8 8-9
+0-0 1-1 2-2 3-4 3-5 5-6 7-7 8-7 9-7 10-8 11-7 12-11 13-10 13-12 14-9 18-13 19-12 20-13 21-14
+0-1 0-2 2-0 4-6 5-13 6-10 6-11 6-12 6-16 7-14 7-15 8-17 8-18 9-20 9-21 10-28 11-25 12-22 12-26 13-23 14-24 15-27 16-8 16-31 17-29 17-30 17-32 17-33 18-34
+0-0 1-9 2-10 3-1 4-2 5-11 6-11 7-14 8-12 9-19 10-19 10-20 12-26 13-26 14-26 15-21 16-24 17-13 18-27 19-28
+0-0 1-1 1-3 2-2 3-4 4-6 5-5 6-5 7-7 8-8 9-9 10-10 11-16 12-19 13-17 14-17 15-15 16-21 17-11 18-12 19-13 20-28 21-10 23-24 24-25 25-27 26-27 27-22 28-23 29-29 30-26 31-32 32-30 33-31 33-33 33-34 34-35 35-36 38-37 39-37 40-38
+0-0 0-1 0-2 2-6 3-9 4-10 6-11 7-8 8-8 9-14 10-15 13-13 14-5 17-3 19-4 20-16 21-17 22-18 22-24 23-19 26-27 27-28 28-21 29-29 30-25 31-32 35-33 35-34 35-35 35-36 36-37 37-38 39-30 41-42 42-43 43-44 44-45 44-46 45-47 46-41 47-40 48-48 49-49
+0-0 1-1 2-3 3-2 4-6 5-4 5-5 5-6 5-7 6-3 9-10 10-11 11-11 12-10 12-12 12-13 13-14 14-8 15-9 16-15 18-16 19-22 19-23 20-22 21-22 24-26 25-21 26-18 28-30 28-31 30-32 31-24 32-25 33-35 34-36 35-37 38-27 40-29 42-28 45-33 45-34 49-37 50-38 51-38 52-39
+1-0 1-1 2-3 2-4 3-2 4-16 5-5 5-8 6-9 7-9 8-12 9-13 10-16 11-16 12-15 12-17 13-14 14-21 15-22 16-23 17-25 19-19 20-18 20-19 21-24 22-26 23-27
+0-1 0-2 1-8 2-12 3-0 4-3 5-7 6-4 7-5 7-10 8-6 8-11 9-9 10-13 12-16 12-17 13-16 13-18 14-17 15-19 16-15 17-20 17-21 17-22 18-19 18-23 19-24 20-25 21-26 22-14 23-27 24-28
+0-2 0-3 1-6 1-7 1-8 2-0 3-14 4-10 5-11 6-13 7-15 8-16 9-17 10-18 10-19 11-20 12-20 15-30 16-31 17-24 18-25 18-26 19-24 19-27 20-23 21-23 22-21 23-31 24-32 25-33
+0-0 0-1 1-2 2-3 2-4 3-5 4-5 4-6 4-7 5-8 5-9 6-10 7-11
+0-0 1-0 2-2 2-4 3-3 3-6 4-5 4-7 6-8 7-10 8-9 9-10 10-11 11-12
+0-0 1-1 2-2 3-2 4-2 5-3 6-4 7-5 8-7 9-8 10-8 11-9 12-6 12-10 13-12 14-13
+0-0 1-1 2-2 3-3 4-5 5-6 8-8 9-10 10-9 12-13 14-10 15-14 15-16 16-15 17-12 18-17 19-18 19-23 20-19 20-20 20-22 22-26 23-27 24-17 25-27 26-28
+0-9 1-10 2-3 2-6 3-4 3-5 3-7 4-8 4-13 5-11 6-12 6-14 7-15
+0-0 1-1 2-2 3-3 4-4 6-5 7-4 8-5 9-9 10-10 11-8 11-9 11-11 11-12 12-13 13-13 14-14 15-15 16-15 17-16 18-6 18-7 19-17 20-18
+1-0 2-1 3-2 4-2 5-3 5-4 6-6 7-5 7-7 10-9 11-10 12-8 14-12 15-9 16-14 17-15 17-16 18-15 20-17 21-18 22-19 23-13 30-22 32-21 34-25 36-23 37-26 38-26 39-26 40-27
+0-0 1-2 2-3 3-4 4-1 6-5 7-5 8-6 9-7 12-9 13-9 14-8 15-11 16-10 17-12 18-13 19-14 20-15 22-16 23-17 24-18 25-19 26-20 27-25 31-21 32-22 33-23 34-26 35-27 36-28 40-30 41-30 42-31 43-24 43-33 44-34 45-35
+0-0 1-1 2-2 3-3 5-4 6-4 8-5 9-5 12-11 13-11 15-10 17-6 19-15 20-12 21-14 22-16 22-17 24-18 27-19 28-22 30-21 31-21 32-20 33-24 34-25 35-23 36-26 37-27 38-28 39-30 40-28 41-28 42-28 43-29 45-33 46-32 46-35 47-34 47-36 48-39 49-39 50-37 50-38 50-39 51-40 52-41
+0-0 1-1 1-2 2-3 3-8 4-5 4-6 5-7 6-10 7-11 8-12 9-13 10-14 11-15 11-16 12-17 13-18 14-19 15-22 16-21 18-20 19-28 21-23 22-29 23-26 23-30 23-31 24-27 24-36 25-37 26-38 27-34 27-35 32-39 33-40
+0-0 1-1 2-2 3-2 4-3 5-13 6-8 6-9 6-10 7-4 7-5 8-6 10-16 11-14 11-15 12-11 12-12 13-19 15-18 16-19 18-20 19-21
+0-0 1-1 1-2 2-1 4-3 4-4 5-9 6-10 7-11 8-5 9-6 10-6 11-7 12-8 13-12 13-13 14-14 15-15 16-15 18-15 19-16 20-17 21-18 22-19
+0-0 1-1 2-3 3-15 4-5 5-6 6-6 8-11 12-24 13-16 14-17 16-10 17-11 18-22 18-23 19-12 20-37 23-29 24-27 24-28 25-30 26-33 27-35 28-36 30-38 31-25 32-46 33-47 34-45 34-48 35-44 36-42 37-40 37-41 38-49 39-50
+0-4 0-5 2-1 3-11 4-11 5-8 6-8 8-14 9-15 9-17 10-16 12-12 12-13 15-18 16-19 18-23 19-24 20-24 21-24 21-25 21-26 22-27 23-29 24-30 25-31 26-32 27-32 28-32 28-33 28-34 29-35 30-35 31-36 32-37 33-38 37-43 38-40 38-41 39-49 40-48 41-50 42-51 43-45 44-52 45-53
+0-0 0-1 1-21 2-2 3-13 4-8 6-3 7-3 8-4 9-5 10-5 11-5 11-6 12-4 13-11 14-11 15-10 16-11 18-7 19-12 20-17 21-18 22-15 23-19 24-20 25-21 26-22 27-22 27-24 27-26 28-23 28-25 31-39 32-27 33-31 34-28 35-16 38-32 39-33 39-34 40-37 41-40 42-38 43-39 44-41 45-45 45-46 50-42 51-43 52-44 53-35 54-36 55-47 56-48
+1-13 1-14 2-15 3-10 4-11 5-0 5-1 5-2 6-3 7-4 8-5 9-12 12-8 16-19 17-16 17-17 17-18 18-20 18-22 19-23 20-24 20-25 21-28 21-29 21-30 22-31 23-31 24-32 25-34 26-33 27-33 28-38 29-21 30-21 31-37 32-40 32-44 32-45 32-46 33-43 35-47 35-48 36-49
+0-0 1-1 1-2 1-3 2-4 3-5 3-6 4-4 4-7 8-14 9-12 10-17 11-9 12-10 13-27 14-18 17-35 17-36 17-37 18-8 19-28 21-23 23-19 24-20 25-21 26-22 27-24 28-25 29-16 30-33 31-34 31-39 32-40
+0-1 1-9 2-10 2-11 3-3 3-4 4-13 5-7 6-8 12-2 13-6 15-17 16-5 16-16 17-17 18-31 20-24 21-24 21-26 21-27 21-28 21-29 22-20 22-25 23-21 24-32 25-33 27-44 28-30 29-36 30-37 31-34 32-33 33-38 35-35 36-39 36-40 36-41 36-42 37-18 38-19 39-43 40-23 41-45 42-46
+0-0 2-1 2-2 3-0 3-8 3-9 3-10 3-11 4-4 4-7 5-3 6-15 7-16 9-13 10-14 11-6 12-12 13-17 14-18 15-19 17-22 17-23 18-24 19-30 19-31 20-25 20-32 21-28 22-27 22-29 23-27 24-27 25-35 26-36 27-37 28-47 28-48 29-43 29-44 29-46 30-45 31-49 32-50
+0-1 1-0 2-2 5-6 6-5 7-4 7-6 7-7 8-8 9-8 10-9 11-3 12-10 13-11 13-12 14-12 14-15 15-14 16-13 17-16 18-17 20-18 20-19 21-20 22-21 23-13 24-22 25-23
+0-0 1-0 2-1 3-3 3-6 4-7 5-8 6-2 7-9 8-10 9-8 9-11 10-12 11-13 12-4 16-15 18-17 19-17 20-16 20-19 21-19 22-18 23-22 24-21 25-20 26-21 27-23 28-23 29-23 30-24
+1-2 2-0 2-1 2-2 3-4 4-5 5-6 6-3 8-8 10-10 14-7 15-12 16-11 16-13 16-14 17-15 18-16 19-17 21-15 27-18 28-19 29-21 30-20 30-22 31-24 32-23 38-25 39-26
+0-2 0-3 1-0 1-1 2-7 3-4 4-5 5-6 8-23 10-8 12-16 13-11 13-17 14-12 15-13 16-14 17-15 18-22 19-21 20-20 20-22 21-17 22-18 23-19 25-12 26-23 27-24 28-25
+0-0 0-1 0-2 0-3 4-6 5-7 6-8 7-8 7-9 8-10 9-11 10-8 11-7 14-14 15-13 16-14 19-12 20-12 21-4 23-15 24-20 26-27 27-35 28-36 29-25 30-37 31-37 32-37 33-37 34-32 34-33 35-17 35-18 36-19 38-21 39-22 40-21 40-23 41-24 42-34 43-28 44-29 45-38 46-38 47-39
+0-0 1-1 2-2 4-4 5-5 6-6 7-7 8-9 9-8 10-8 12-9 13-10 14-3 14-4 15-11 16-12 17-16 18-16 19-17 20-19 21-22 22-18 22-21 23-22 24-23 25-24 26-25 27-26 27-27 28-28 29-29 30-30 31-30 32-31
+0-2 1-3 2-4 3-0 4-1 5-6 6-5 7-7 8-8
+0-0 1-1 2-2 3-3 5-4 6-5 7-6 8-9 9-7 9-8 10-10 10-12 10-13 11-14 12-11 13-15 14-16 14-17 15-18 15-20 16-19 17-21 18-23 19-22 20-25 23-22 24-27 26-27 27-27 28-27 29-28 31-29 32-30
+0-0 1-1 2-2 3-3 3-4 3-6 4-5 6-7 9-8 11-9 13-9 14-9 15-9 16-10 16-12 17-11 18-11 19-11 20-12 21-32 22-19 28-20 29-15 30-17 31-13 32-30 33-31 34-27 35-24 35-25 35-26 36-29 37-28 39-36 42-41 42-42 43-43 44-43 45-44
+0-0 1-1 1-2 2-3 3-4 6-9 7-10 8-11 8-12 9-15 10-14 11-5 12-6 12-7 12-8 13-16 14-17 15-18 16-19 17-16 18-17 19-13 21-23 22-25 23-24 23-26 24-27 26-28 27-20 28-21 29-22 31-30 32-31 33-39 34-41 35-42 36-32 38-36 39-35 39-37 40-38 44-43 45-43 46-44
+0-0 1-0 2-1 3-2 4-3 5-3 6-4 6-5 9-6 10-8 13-7 15-10 16-9 16-10 17-11 18-12 19-13 20-14 21-13 22-18 23-16 25-23 27-22 28-20 29-24 30-21 31-25 36-26 37-19 38-17 39-27 40-28
+0-0 0-1 1-2 3-3 5-4 6-5 6-6 7-5 8-8 9-9 10-8 11-10 12-11 12-12 13-13 14-7 16-14 17-15
+0-0 1-1 2-2 3-3 4-12 5-11 5-12 6-9 7-4 7-5 8-6 9-8 10-8 11-7 12-7 13-13 14-14
+0-0 1-1 3-2 4-3 5-3 10-7 11-5 11-6 11-7 12-8 13-9 13-10 14-4 15-4 16-11 17-11 18-12
+0-2 1-0 1-2 2-1 3-3 4-4 5-5 6-6 7-7 8-8 9-9 10-10 11-12 11-13 13-15 14-16 15-17 16-18 17-19 18-20 19-21 20-22 21-23 22-24 23-25 24-26 25-27 26-28 27-29 28-30 29-35 30-34 31-31 32-32 32-33 33-32 34-32 35-36 36-37
+0-0 1-1 2-2 3-3 4-4 5-5 6-6 7-8 7-9 9-10 9-11 10-12 12-12 13-12 14-12 15-13 16-14 17-15 18-16 19-16 21-18 22-19 22-20 22-21 23-20 24-21 25-22 26-23 27-24 28-25 29-26 31-27 32-28 33-29 33-31 34-30 35-30 35-32 36-33 37-34
+0-0 1-2 2-4 3-3 4-3 5-5 6-6 7-7 9-7 10-8 11-9 12-10 13-11 14-11 15-11 17-12 18-12 19-13 20-13 21-14 22-15 23-16 23-17 24-16 26-18 27-18 28-19
+0-0 1-0 2-6 3-2 4-1 5-3 6-4 8-5 9-8 10-9 11-8 12-9 13-9 14-10 14-11 16-12 18-15 18-16 19-13 21-14 22-17 23-18 24-19 25-18 26-18 27-21 28-23 29-23 30-23 31-22 32-23 33-22 34-24 35-25
+0-1 1-2 2-3 2-4 2-5 4-6 4-7 5-8 5-9 6-0 8-10 9-11
+0-11 1-6 2-7 2-9 3-8 3-10 4-13 5-12 6-18 7-16 7-17 7-18 8-19 8-20 8-21 8-22 9-23
+1-1 3-3 4-4 4-6 5-7 6-8 7-9 7-10 8-11 8-12 9-4 9-5 10-13 11-14
+0-0 1-1 1-2 1-3 1-4 2-5 3-6 3-7 5-9 6-10 7-11 8-12 9-13 10-14 11-12 11-15 12-13 12-16 13-22 14-23 15-24 16-25 17-26 18-20 19-21 20-28 21-29 22-27 25-18 25-19 26-18 27-18 29-35 30-34 30-36 32-37 33-38 34-39 35-40 36-41 37-42 37-43 40-44 41-46 42-47 43-47 44-47 44-48 46-51 47-50 47-52 48-49 49-54 50-55
+0-0 1-1 1-2 2-3 3-6 3-7 4-8 5-3 6-4 7-10 8-11 9-9 10-12 11-13 12-17 13-18 14-19 15-21 16-22 17-23 18-24 19-18 20-25 21-28 22-29 23-30 24-31 25-28 26-27 27-32 28-33 28-34 30-37 32-36 33-36 34-38 35-39
+0-0 0-1 1-1 2-3 3-2 3-5 4-6 4-7 7-4 11-8 12-8 15-10 19-9 19-12 20-11 20-13 20-14 21-14 22-16 23-16 24-16 25-17 28-24 30-19 31-18 32-21 33-22 34-21 34-23 36-25 37-25 38-26
+0-0 0-1 1-1 2-2 2-3 5-5 6-5 7-5 7-9 8-10 9-7 10-6 10-8 11-8 13-11 14-11 15-12 15-13 16-13 20-14 20-15 20-16 21-17 22-18 23-19 26-21 27-22 27-23 27-24 28-25 30-20 33-25 34-26
+0-0 1-2 2-1 3-3 5-6 8-7 9-24 10-25 11-10 12-11 12-12 12-13 13-15 14-14 14-15 14-16 15-26 15-27 16-19 20-22 21-19 22-20 24-22 25-23 26-32 27-28 27-33 28-29 28-34 29-31 30-38 31-39 32-39 35-17 36-18 37-30 42-8 42-9 43-46 44-47 46-44 47-45 48-50 49-49 50-49 51-50 52-51 53-53 54-52 54-54 55-56 55-57 56-58 57-59
+0-0 1-1 3-2 4-3 5-4 6-7 7-5 7-7 8-6 9-8 10-9
+0-0 1-1 3-2 4-2 5-3 5-4 6-3 8-7 9-5 10-5 11-5 13-6 14-12 15-8 17-10 17-11 18-16 19-17 20-18 21-18 22-16 23-18 24-19 25-20 26-22 26-23 27-21 30-23 31-24 32-24 33-24 34-25 35-26
+0-19 1-20 2-20 3-3 5-6 6-23 7-10 8-24 10-20 10-33 11-32 11-34 14-12 15-16 16-13 18-21 18-22 19-4 20-5 20-26 21-27 21-28 21-30 22-8 22-29 23-2 24-9 25-35 26-35 27-36
+0-0 1-1 2-2 4-3 4-4 5-3 6-6 6-7 7-9 8-8 9-5 10-6 11-9 12-10 13-11 14-11 14-12 15-13 16-15 17-16 18-16 18-18 19-17 20-14 21-26 22-24 23-24 25-25 26-19 27-20 28-21 29-22 30-27 31-28
+0-0 1-0 2-8 3-3 3-9 4-4 4-5 5-1 5-6 6-7 7-7 9-19 10-19 11-13 13-14 14-12 15-12 16-20 16-21 18-22 18-23 19-24 19-25 20-26 21-27 22-29 23-28 24-30 25-31 26-32 27-33 30-34 31-35
+3-0 4-7 5-2 6-1 6-3 7-4 8-4 9-5 10-5 13-12 14-9 15-9 16-8 17-8 19-10 20-14 22-11 23-21 27-24 28-25 29-26 29-27 30-27 31-18 31-19 32-20 32-22 33-17 34-17 35-17 36-16 37-16 39-6 40-6 41-6 42-6 46-28 47-29
+0-0 5-3 6-4 7-1 10-2 11-3 13-5 13-8 14-7 15-6 16-9 17-9 17-10 18-17 19-18 20-11 21-19 22-20 24-21 26-22 28-23 29-24 30-24 31-25 32-23 33-29 35-28 36-14 37-16 38-31 40-36 41-36 42-36 43-36 44-36 45-36 46-35 47-40 48-41 49-41 50-41 52-37 52-38 52-39 54-30 55-32 56-42 57-43
+0-0 1-1 2-0 3-24 4-25 5-26 6-5 8-8 9-8 10-7 11-7 12-8 13-7 14-9 15-1 16-1 17-21 19-14 20-15 22-17 22-18 23-17 24-10 26-12 27-13 28-19 28-20 29-28 31-22 32-23 35-33 36-34 37-27 37-29 38-30 39-30 40-37 44-36 48-41 49-41 50-38 50-39 50-40 51-38 52-42 53-43
+1-3 2-0 3-4 6-1 7-2 8-6 9-5 9-6 10-7 13-8 13-9 13-10 14-10 15-11 16-12 17-13 19-14 20-14 20-15 21-16 22-16 23-16 26-24 27-22 27-23 27-24 28-21 29-18 30-17 33-25 34-26
+0-0 1-1 1-2 2-3 4-4 4-5 6-6 7-7 8-8 9-9 10-10 11-12 11-13 12-14 13-15 14-16 16-17 17-18 18-19 19-20 20-20 22-21 23-21 23-22 24-23 25-23 26-29 27-30 28-34 29-35 30-36 31-37 32-38 34-31 35-32 36-33 37-39 38-40
+0-0 1-1 2-2 3-3 5-4 6-5 7-6 10-13 14-21 16-14 17-15 19-24 20-24 21-20 24-7 25-22 26-23 27-28 28-27 29-26 30-25 31-26 32-31 33-32 33-33 34-35 35-35 37-40 38-36 38-37 40-30 41-30 43-41 44-42
+0-4 1-6 2-5 3-8 3-9 4-9 4-10 5-11 6-12 7-7 9-3 10-3 12-13 12-14 13-15 14-17 14-18 14-20 15-21 16-22 17-43 18-44 20-24 21-26 22-28 23-27 23-28 23-29 24-30 25-31 25-32 26-34 27-37 28-38 28-40 29-39 30-39 31-39 32-36 33-42 34-35 35-25 36-23 36-45 37-46 38-47
+0-0 1-1 2-2 3-1 3-3 4-5 5-7 6-4 6-8 7-2 8-9 9-10 10-19 12-9 13-14 14-14 18-15 19-15 20-16 22-17 22-18 25-21 26-20 27-22 28-23 29-24 30-25 32-29 33-28 34-32 34-33 35-30 37-31 38-26 40-27 41-21 42-34 43-35 44-36 45-37 46-38 47-39 48-40
+0-3 1-4 1-5 3-2 6-6 7-6 8-7 11-8 13-9 14-10 15-10 16-9 17-10 18-11 19-12 20-13 21-14 22-15 24-16 25-16 26-17
+0-0 2-1 3-3 6-11 7-6 7-7 8-8 9-4 9-5 10-10 11-13 12-17 12-19 13-18 14-18 15-14 16-12 17-20 18-21 19-15 20-15 21-24 22-24 23-25 23-26 25-27 26-28 27-28 28-28 29-28 30-29 30-30 31-31 32-32 33-32 34-33
+0-20 1-22 2-22 3-23 4-24 5-19 6-0 6-2 7-3 8-11 9-33 10-10 11-6 12-6 13-4 13-5 13-6 13-7 14-12 18-13 19-14 20-15 21-17 23-18 24-32 25-13 26-27 27-27 29-25 31-30 32-29 32-30 32-31 33-36 34-37 35-38 36-39 37-40 38-41 39-34 39-35 40-35 41-37 42-38 43-42 44-44 45-44 46-47 47-48 47-49 48-45 49-46 50-43 51-50 52-51
+0-0 1-1 2-2 3-1 3-3 4-3 5-4 6-7 7-5 7-6 8-4 11-8 12-9 12-10 13-11 14-7 16-12 17-12 18-17 18-18 19-17 20-19 21-16 22-20 23-21 24-22 25-23 26-24 27-14 28-13 29-25 31-26 32-27 33-27 34-29 35-28 36-30 37-31 38-32
+0-0 1-1 2-1 3-2 4-3 4-4 7-6 8-7 9-8 10-11 11-10 11-14 11-15 12-12 14-9 15-16 16-17 17-18 18-19 19-23 21-31 22-13 25-20 26-20 27-21 27-22 28-34 30-26 31-27 32-28 33-29 34-30 35-35 37-36 37-38 38-37 39-40 40-41
+0-0 1-2 2-1 3-2 4-11 5-3 6-5 7-6 7-7 8-4 9-4 10-8 11-9 12-12 12-14 13-13 14-13 15-16 16-16 16-17 17-15 17-18 24-24 25-27 27-28 28-25 31-35 32-30 33-29 34-30 35-32 36-32 37-33 38-34 38-36 39-37 41-19 41-38 42-39 43-40 44-41
+0-1 1-1 2-2 3-3 4-0 5-8 7-6 8-4 8-5 8-6 9-6 10-7 11-9 11-10 11-11 12-11 12-12 13-13 15-14 15-15 16-16
+1-0 2-1 3-2 4-3 5-11 6-11 7-4 8-5 9-6 10-7 11-8 11-9 12-9 13-10 16-12 18-17 19-17 21-18 23-16 24-16 25-21 26-20 27-15 27-21 28-14 29-13 30-22 31-23
+0-10 1-8 2-3 2-5 3-4 3-5 4-4 5-4 6-0 7-0 8-1 9-2 10-11 10-12 11-11 12-13 13-14
+0-0 1-1 2-2 3-3 4-4 5-4 6-5 7-6 7-8 8-7 9-7 10-9 11-10 11-11 11-13 11-14 12-12 13-15 14-16 14-17 15-16 16-18 17-19 18-20 19-19 19-21 20-22 20-23 21-24 22-25 23-26 24-27 26-32 27-33 28-29 28-31 29-30 30-28 30-30 31-29 32-33 33-34 34-35
+0-0 3-2 3-3 4-5 5-4 6-4 7-2 8-1 9-5 10-6 11-8 11-9 11-10 12-7 13-12 14-13 16-11 17-11 20-14 21-15 22-16 23-20 24-21 25-22 26-18 27-19 28-17 29-23 30-24
+0-0 1-0 2-1 4-2 5-3 6-5 7-7 8-6 9-4 10-8 11-8 12-9 13-10 14-11 15-12 16-13 17-14 18-15 18-16 19-17 20-18 20-19 20-20 21-21 23-22 25-22 26-22 27-22 28-23 31-24 32-25
+0-0 2-2 3-1 3-3 3-5 4-5 5-6 6-7 7-4 8-8 9-9 11-14 12-15 13-16 15-17 16-19 17-20 18-20 19-20 22-13 23-18 29-10 29-11 30-12 31-22 32-23
+0-0 0-1 0-2 1-3 2-2 3-4 4-5 6-5 7-5 8-5 9-6 10-6 11-7 12-8 13-3 16-12 17-13 18-14 20-14 21-14 22-14 23-15 24-18 25-19 26-17 27-19 28-20 28-22 29-21 30-23 35-9 36-11 40-24 41-27 42-25 43-26 44-29 45-29 46-32 47-33 48-34 50-34 51-34 51-35 52-36 53-37 54-37 55-38 56-39 57-40 58-41 59-42 60-30 60-31 61-43 62-44
+0-0 1-1 2-2 2-3 2-4 3-6 4-5 6-7 7-8 8-7 8-9 9-10 10-11 11-12 12-13 13-8 14-14 15-15 16-16 17-17 17-19 18-20 19-20 20-22 21-21 21-23 22-22 23-18 24-24 25-25
+0-0 1-1 3-3 4-2 5-3 6-2 7-18 8-6 9-7 9-8 10-9 11-10 12-4 12-5 13-11 16-15 18-17 19-20 19-22 19-23 20-21 21-19 23-14 26-24 27-25 28-26 29-27 30-28 32-28 33-28 34-28 35-29 36-29 37-30 39-33 40-34 41-35 42-36 43-37 44-38 45-38 46-32 47-31 48-39 49-40
+0-0 1-1 2-2 3-3 4-4 5-5 6-6 7-7 8-8 9-11 10-12 11-9 12-10 13-13 14-14
+0-0 0-4 1-1 1-2 3-3 4-4 4-5 4-6 5-3 6-9 6-10 6-11 7-8 8-12 9-18 11-13 12-14 13-15 15-28 16-28 17-29 18-30 19-24 19-25 19-26 20-27 21-31 22-31 23-32
+0-0 1-1 2-5 3-6 4-3 5-7 6-4 8-8 9-8 10-9 11-10 12-11 13-12 14-13 14-15 15-13 15-14 16-16 17-17
+0-0 1-0 1-1 2-2 3-3 4-3 5-3 6-4 7-5
+0-0 1-1 2-0 3-1 4-2 5-2 6-2 7-3 8-3 9-7 10-8 11-8 12-8 14-9 15-6 16-5 17-4 21-10 22-11 24-13 24-14 25-17 26-19 28-21 29-15 30-21 31-21 32-22 34-23 35-24 36-24 37-25
+0-0 1-1 2-2 4-3 5-3 6-4 9-13 10-14 15-15 16-6 16-7 17-8 17-12 18-9 19-10 20-5 23-11 24-16 26-17 28-23 29-24 31-25 33-22 34-26 36-26 37-26 38-26 39-27 40-20 41-21 42-21 43-28 44-28 45-29
+0-0 1-1 2-2 3-5 4-4 5-3 6-3 7-6 8-6 9-6 10-6 11-6 12-7 12-9 13-10 14-8 15-10 16-11 17-11 18-12
+1-0 2-1 3-1 4-6 5-7 6-8 7-9 8-2 9-10 9-11 10-3 11-4 12-5 13-14 14-13 14-14 15-15
+0-0 1-0 2-1 3-2 5-3 6-6 6-7 6-8 6-9 7-4 8-5 9-5 11-11 12-12 13-13 13-16 14-14 15-15 15-17 15-18 15-19 15-20 16-21 17-21 18-22 19-23 20-23 21-24 21-25 22-21 22-26 23-25 24-27 24-28 25-29 26-30
+0-0 1-1 2-2 3-3 4-3 4-4 7-10 8-6 8-7 9-8 11-8 12-8 13-8 14-9 15-11 16-12 17-13 18-14 19-14 20-15 21-16
+0-0 0-1 0-2 1-5 3-8 4-9 5-10 7-3 8-4 9-6 11-7 12-11 13-12 14-13 15-14 17-15 18-15 19-16 20-18 21-20 22-19 23-21 24-21 25-22 26-23 27-17 28-24 29-25
+0-0 1-0 1-1 2-2 3-3 4-4 6-6 7-5 8-6 9-7 10-8 12-8 13-8 14-8 15-9 16-12 17-13 18-14 18-15 19-16 19-17 19-18 20-11 21-10 22-19 23-20
+0-1 1-0 1-1 2-1 3-2 4-2 5-3 6-4 7-5 9-6 10-7 11-8 12-8 13-9 14-11 15-12 16-13 17-13 18-14 19-15 20-15 21-15 22-10 23-15 24-16 25-17 26-15 27-15 28-18 29-19 30-19 30-20 31-20 32-21 33-22 34-23
+0-0 1-1 1-3 2-2 3-4 4-4 4-5 6-6 7-6 8-7 9-8 10-9 11-10 12-11 13-18 15-15 16-16 17-16 18-16 19-16 20-17 20-21 21-18 22-20 23-22 24-23 25-24
+0-0 1-1 2-2 2-3 3-5 4-4 6-6 7-6 8-9 9-10 10-8 11-11 12-10 13-7 14-12 15-13
+0-0 1-0 2-1 4-2 5-1 6-2 7-3 9-4 10-4 13-5 14-8 15-7 16-9 18-10 19-11 20-12 21-13 22-14 23-15
+0-1 1-0 1-2 3-3 4-4 5-5 6-6 8-7 9-7 10-8 12-9 13-9 14-10 15-11 16-12 17-16 18-15 19-13 20-14 21-15 22-19 23-20 24-21 25-22 26-23 27-22 27-24 28-25 29-26 30-27 31-28 32-29 33-18 34-30 35-30 36-31
+0-0 0-1 1-3 2-3 3-3 4-4 5-5 6-2 7-6 8-6 9-7
+0-0 1-1 2-2 3-4 4-4 5-3 5-4 5-5 6-6 6-7 7-8 8-9 9-8 10-8 11-8 12-13 13-9 14-11 14-12 15-13 16-13 17-14 18-15 19-16
+0-0 1-0 2-1 3-5 4-12 5-13 6-4 7-6 8-8 8-9 9-10 10-3 11-7 12-11 14-14 15-15
+0-0 1-0 1-1 2-2 3-3 4-4 5-5 7-6 8-6 9-7 10-9 11-10 11-11 12-10 13-12 14-12 15-19 17-16 17-17 18-18 21-25 22-26 23-27 24-20 25-24 26-21 26-22 27-28 28-29
+0-0 1-1 1-2 2-2 3-2 3-3 3-4 4-8 5-5 6-10 7-11 8-12 9-13 10-12 11-12 12-14 13-15
+0-0 0-1 1-2 2-3 3-2 3-4 4-9 5-7 5-8 6-12 8-15 9-16 10-17 11-18 12-17 13-10 14-10 14-19 15-20 16-21
+0-0 1-1 2-2 3-3 7-4 7-5 8-6 9-7 12-10 13-11 14-8 15-13 16-9 16-13 17-10 17-12 18-15 19-17 20-18 22-14 23-16 29-19 30-18 31-19 32-20
+0-0 1-0 2-0 3-1 4-1 5-1 5-2 6-3 8-5 9-6 9-7 10-4 11-4 12-10 12-11 12-12 13-10 14-9 16-7 17-8 18-13 19-13 20-14 21-16 22-17 23-18 24-16 25-15 26-19 27-20
+0-0 1-1 2-2 2-4 3-3 3-5 3-6 3-7 3-8 4-6 5-9 6-10 7-11
+0-0 1-1 1-3 2-2 3-3 4-4 5-5 6-6 7-7 8-8
+0-2 1-1 2-0 3-5 4-6 5-7 6-9 7-10 8-0 11-11 12-11 13-11 13-14 14-15 15-15 16-15 16-16 17-15 17-17 18-18 19-13 21-19 22-20 24-21 26-22 26-23 27-24 29-25 30-25 31-26 32-26 33-27 34-29 34-30 34-31 35-27 36-28 37-32 38-32 39-33
+0-2 1-0 1-1 2-2 3-3 4-4 5-1 6-5 6-6 7-5 8-7 9-8 9-9 10-10 11-11 12-11 13-12 14-13 15-14 16-14 17-15 18-16 19-16 22-18 23-19 24-19 24-20 25-21 26-22 27-17 28-23 29-24 30-25 31-26 33-27 34-28 35-29 36-30 37-31
+0-1 0-2 1-6 2-4 3-3 3-5 4-7 5-7 6-9 8-10 9-11 10-12 11-13 12-14 13-15 15-16 16-17 17-18 18-19 20-21 21-21 22-22 22-24 22-25 24-35 25-27 25-36 26-28 27-31 28-31 30-34 31-26 32-32 33-29 34-36 35-37 36-38
+0-0 0-1 1-2 2-3 3-4 4-5 5-7 6-8 7-9 9-10 10-10 11-11 13-12 14-22 15-6 15-21 16-6 19-23 20-20 21-17 22-29 23-24 24-24 25-34 26-34 27-31 27-32 27-33 27-35 28-19 30-36 31-37
+0-0 1-1 1-2 2-4 3-7 4-8 5-5 6-6 6-9 7-10 8-11 9-12 9-14 10-14 11-11 12-13 13-13 14-18 14-19 15-19 16-20 17-21
+0-0 1-2 2-1 3-1 4-2 5-3 6-4 7-5 7-6 7-7 8-7 9-7 10-9 11-10 12-11 13-17 14-17 15-7 16-8 17-12 18-19 19-18 20-19 21-20 23-23 23-24 24-25 25-27 26-26 27-27 28-28 29-22 31-21 32-29 33-30
+0-1 1-3 2-0 3-2 4-5 6-6 7-6 7-7 8-8 11-9 12-9 14-18 17-13 19-10 21-16 22-14 23-15 25-12 26-11 27-24 28-20 28-23 29-21 29-22 30-24 31-25
+0-3 1-4 2-6 3-7 4-8 5-0 6-11 9-15 10-16 11-17 11-18 12-12 12-14 13-13 16-25 18-23 18-24 19-21 19-22 20-22 21-20 24-26 25-27
+0-0 1-0 2-1 4-2 6-3 7-3 8-4 9-6 10-8 11-9 12-10 13-7 14-5 16-14 17-11 17-12 17-14 18-13 19-14 20-20 21-15 21-16 21-17 22-21 23-22 24-22 25-18 26-19 31-23 32-25 33-26 34-27 35-28 36-28 36-29 37-30 38-31 39-32 40-24 46-33 47-34
+0-0 1-1 2-2 3-6 4-3 4-4 5-5 6-4 7-4 8-7 8-10 9-9 12-11 13-12 14-13 15-14 16-19 17-20 18-21 19-15 20-17 20-18 21-16 22-22 23-23
+0-0 1-0 2-1 3-3 4-2 5-4 6-5
+0-0 1-1 1-2 2-3 4-4 6-5 7-5 7-6 8-7 9-8 10-9 13-11 14-10 15-14 15-15 16-16 17-12 18-13 19-13 20-17 21-18 22-20 23-21 24-21 25-22 26-23
+0-0 1-1 2-2 2-3 3-5 4-6 5-7 6-10 7-8 8-9 9-11 10-12 11-11 12-12 13-19 14-19 15-14 15-15 16-13 17-11 19-16 19-17 19-18 20-18 22-20 23-21
+0-2 1-3 2-1 2-4 3-0 4-0 5-6 6-5 7-6 8-7 9-8 11-9 12-10 13-11 14-14 15-12 16-13 17-10 18-15 19-16
+0-2 1-3 2-4 3-6 4-5 4-7 5-7 8-8 9-8 10-9 11-10 12-11 12-12 12-13 15-14 16-15 17-19 18-16 19-17 20-18 21-26 22-26 23-25 23-27 24-28 25-23 26-24 27-20 30-29 30-30 30-31 31-33 32-34 33-34 34-31 35-32 36-35 37-36
+0-0 1-8 2-7 2-9 3-2 4-1 4-3 5-4 5-5 6-6 7-7 11-10 13-11 14-12 15-12 16-15 17-16 18-13 19-14 21-17 22-18
+0-0 1-1 3-2 4-3 5-4 6-5 7-6 8-6 9-7 10-8 11-7 12-9 13-10
+0-1 1-6 1-7 2-8 3-3 4-4 5-5 7-8 8-9 9-10 10-18 11-9 12-10 13-11 14-12 15-14 16-15 17-13 18-16 19-17 20-19 21-20 22-21 23-22 24-23 25-24 26-25 27-26 28-27 29-28 30-29 31-30 32-31 34-32 35-33 36-33 36-34 37-35 38-36 39-37 40-38
+0-0 1-1 2-0 3-2 4-1 5-2 5-3 6-4 7-4 8-5 9-6 11-7 12-6 13-8 14-9 15-10
+0-0 1-1 2-2 3-1 5-3 6-5 7-4 8-6 9-8 10-9 11-9 12-9 12-10 13-9 14-7 15-5 16-11 17-12
+0-0 1-2 2-3 3-4 4-4 5-5 6-6 7-7 8-9 9-10 10-8 11-14 12-14 13-15 14-16 15-12 15-13 16-17 17-18
+0-0 1-1 2-3 3-2 5-4 6-4 7-5 8-6 11-6 12-7 12-8 13-8 13-9 14-7 15-11 16-12 17-13 18-10 19-14 20-14 21-15 22-15 22-16 23-17 23-18 24-17 25-17 28-19 29-20 30-21
+0-0 1-1 2-2 3-4 4-5 5-6 6-6 7-6 8-6 9-7 10-9 11-8 15-10 16-11 17-12 18-12 19-12 20-13 21-14 22-15 23-16 24-19 25-20 26-21 27-22 28-23 29-25 30-26 31-24 32-27 33-28
+0-0 1-1 1-3 2-2 5-5 6-4 6-6 7-6 8-14 9-15 10-7 11-9 12-8 13-10 13-11 13-12 13-13 14-13 16-16 17-17
+0-0 0-1 0-2 1-4 1-5 2-3 4-8 5-9 5-10 5-11 6-9 7-12 8-13 10-14 11-15
+0-4 1-5 2-6 3-2 3-7 4-3 4-8 5-9 6-8 8-0 9-1 10-10 11-12 11-16 11-17 11-18 11-19 12-11 12-15 14-13 15-20 16-21
+0-0 1-4 2-3 3-3 4-5 5-5 6-1 7-2 8-7 9-11 10-11 11-12 12-13 14-10 17-14 18-15 19-17 23-16 25-9 27-21 28-22 29-24 30-25 31-26 32-27 33-28 34-23 35-22 36-22 37-29 38-30
+0-4 1-5 2-6 2-8 3-10 4-9 5-0 6-11 6-14 7-15 8-16 10-7 11-18 12-18 13-19 14-17 15-12 16-20 17-20 18-21
+0-0 1-1 2-1 3-2 4-3 5-3 6-3 7-4 8-5
+0-0 1-0 2-1 3-3 4-2 5-4 6-5 7-6 8-7 9-8
+0-0 1-1 2-2 3-3 4-3 5-4 6-5 6-6 7-5 8-7 9-7 10-8 12-9 13-9 13-10 13-11 14-10 15-12 16-13 17-13 18-14
+0-0 1-1 2-1 2-2 3-2 4-4 4-5 5-4 6-2 7-3 9-9 9-10 10-7 11-8 11-11 12-16 13-14 14-14 15-14 16-15 17-21 18-21 19-20 20-18 20-19 21-12 22-22 23-23
+0-8 1-1 2-0 2-2 2-3 2-4 4-5 5-9 6-10 7-11 9-18 10-18 11-11 11-12 12-14 13-19 14-20 15-22 16-16 16-21 18-15 19-25 20-26 21-25 23-28 24-27 25-28 26-28 27-27 28-23 29-29 30-30
+0-0 1-1 1-2 5-3 6-4 7-6 8-7 9-6 10-8 11-8 12-9 13-8 14-9 15-10 16-11 17-12 18-13 19-5 20-14 21-15
+0-0 1-2 2-1 3-2 3-3 4-4 5-5
+0-3 0-4 2-2 3-5 4-6 4-7 5-8 6-9
+0-0 1-1 3-2 4-1 5-7 6-4 7-5 8-3 8-6 9-3 11-9 12-9 13-8 14-19 15-20 16-11 17-12 18-12 19-12 20-10 23-13 23-14 23-15 24-17 24-18 25-16 30-21 31-22
+0-0 1-1 2-2 3-3 4-3 5-3 6-23 7-4 8-6 9-7 9-8 10-9 10-10 11-11 12-12 12-13 13-14 14-14 15-15 16-17 17-20 20-26 21-25 22-24 23-21 24-22 25-29 26-30 27-27 28-28 29-31 30-32
+0-9 1-0 2-0 2-1 2-2 3-3 8-5 8-6 9-4 10-5 11-5 12-12 13-13 13-14 18-15 19-14 20-14 21-16 22-15 22-17 22-18 23-19 23-20 24-21 25-20 26-22 27-24 28-25 30-8 31-7 32-23 33-11 34-25 35-26
+1-1 3-3 4-6 5-7 6-4 7-5 8-8 9-6 9-9 10-10 11-10 12-10 12-11 13-13 14-14 15-15 16-15 19-18 20-22 25-19 26-16 27-17 29-24 30-23 32-24 33-24 33-26 34-25 34-27 35-30 36-31 37-32 38-33 39-34 40-34 41-35 42-29 44-36 45-37
+1-0 3-1 4-3 5-3 6-3 7-5 9-3 10-4 11-8 12-2 13-6 13-7 14-6 18-13 19-14 20-11 20-12 21-11 23-15 24-16 24-17 25-18 27-19 27-22 28-21 29-9 33-22 34-23 35-26 37-27 38-27 39-28 40-29 40-30 41-24 41-25 42-32 43-33 44-31 45-29 46-34 47-35
+0-2 1-3 2-4 3-0 3-1 4-8 5-9 6-10 7-10 8-5 8-7 9-6 9-7 10-10 11-10 12-11 13-12
+0-0 1-2 2-2 3-1 4-2 5-3 6-3 7-3 8-4 9-5 10-6 11-7 12-10 13-11 14-12 15-13 16-9 16-13 17-8 18-14 19-15
+0-0 1-1 2-2 3-1 6-4 7-3 9-5 10-5 11-15 14-27 14-28 15-29 16-30 19-12 20-13 21-6 22-25 23-8 23-9 24-23 25-24 27-15 28-16 28-20 29-17 30-18 31-19 32-20 33-22 35-32 36-11 37-10 38-33 39-34
+0-0 1-2 2-1 3-3 4-3 5-3 6-3 6-7 7-5 7-6 8-6 9-8 10-9 11-10
+0-0 1-1 2-2 3-3 4-4 5-5
+0-0 1-1 2-2 2-3 2-4 3-5 4-4 5-7 8-10 9-10 10-10 11-9 11-11
+0-0 1-1 2-1 3-2 4-2 4-3
+0-0 1-1 2-5 3-2 4-6 6-4 7-4 8-11 9-7 10-7 11-8 12-17 12-18 13-12 13-13 13-14 13-15 14-20 15-21 17-19 18-24 19-23 19-24 21-22 22-22 23-9 25-10 26-29 27-30 28-31 29-32 30-33 31-30 31-34 32-35 32-36 33-35 34-26 34-28 35-27 36-28 37-25 38-37 39-38
+0-0 1-1 2-3 3-2 3-3 4-4 5-4 6-4 8-5 9-6 10-7 11-8 12-9 12-12 13-11 14-10 14-11 16-14 16-15 17-16 18-17 19-19 20-20 20-21 21-18 22-22 23-23
+0-0 2-5 3-6 4-1 4-2 4-3 5-4 5-7 6-9 7-10 11-8 16-12 17-11 18-14 19-15 20-13 21-16 22-16 24-22 25-17 26-18 27-19 27-21 28-20 29-19 30-23 31-24
+0-0 2-1 3-2 4-3 5-4 6-7 7-8 8-9 8-10 9-9 10-11 11-12 12-14 12-15 13-13 13-16 14-16 15-18 16-19 17-20 18-21 18-22 22-20 24-23 25-25 26-24 27-27 28-26 29-28 30-28 31-29
+0-0 1-1 2-8 3-2 4-3 5-1 6-4 7-5 8-6 8-7 9-9 10-9 10-10 11-11 12-12 13-12 14-13 15-14 16-15 17-16 18-17 18-18 19-19 20-19 22-21 23-23 24-24 25-25 26-26 27-27 29-29 30-28 31-29 32-30 33-31
+0-2 1-3 2-3 3-0 3-1 5-4 5-5 6-4 6-10 7-11 8-7 10-20 11-21 13-24 13-25 14-24 15-17 15-18 15-19 16-16 18-6 19-22 20-8 20-9 21-14 22-15 22-27 23-28 24-28 25-29
+0-4 2-0 2-1 3-7 3-8 4-7 5-10 7-6 8-16 8-17 10-11 11-20 12-20 13-21 14-21 15-18 15-22 16-19 16-23 20-24 22-29 23-28 24-29 25-28 26-32 27-33 27-34 28-33 29-30 29-31 31-35 32-36
+0-0 0-2 1-1 2-5 3-3 3-6 4-4 4-7 5-8 5-9 6-8 7-13 8-11 8-12 9-14 10-10 11-15 12-16
+0-0 1-1 2-2 2-4 3-5 4-5 5-6 6-7 7-8 8-8 9-9 9-10 10-11 10-12 11-13 12-14 12-15 13-16 14-17 15-18 16-19
+1-0 2-1 3-2 4-3 5-4 6-5 7-6 8-7 9-8 11-9 11-11 11-12 12-9 12-10 13-19 15-16 15-17 16-16 17-15 17-18 18-13 19-20 20-20 21-21
+0-0 1-2 2-2 3-1 4-4 5-3 5-4 5-6 5-7 5-8 6-9 11-10 12-10 12-11 13-11 14-12 14-13 15-14 16-15 17-14 18-16 22-17 23-17 24-18 24-19 25-22 26-23 27-22 28-24 28-25 29-20 30-21 31-26 32-27
+0-0 0-1 1-3 1-4 2-5 3-4 4-5 5-4 7-6 8-10 9-7 10-8 10-9 11-2 14-11 15-12 15-13 16-11 17-17 18-14 18-15 19-15 20-17 21-18 22-19 22-21 23-20 24-23 25-22 25-25 26-23 28-26 28-28 28-29 29-27 31-30 32-31
+0-4 1-0 1-1 2-0 3-2 4-7 5-8 6-7 7-7 8-3 8-5 8-6 10-12 11-9 12-10 14-22 15-16 16-17 17-18 18-14 19-18 20-17 20-19 21-20 22-20 23-20 24-21 26-25 27-24 28-23 29-13 30-26 31-26 32-27
+0-0 1-1 2-2 3-3 4-4 5-4 6-4 7-5 8-6 8-8 10-11 11-7 12-13 13-14 14-15 15-16 16-9 16-10 18-18 19-17 20-12 22-19 24-21 25-22 26-20 27-23 28-23 29-24
+0-0 0-1 2-3 3-4 4-5 5-5 6-2 8-8 9-9 10-10 11-11 12-12 13-13 14-16 15-22 16-18 16-19 16-20 17-14 18-14 19-15 20-23 21-24 22-26 23-27 24-28 25-29 26-31 27-30 27-32 28-40 29-29 30-33 31-34 32-36 33-35 33-37 34-37 34-38 35-37 37-41 38-42
+0-4 4-2 5-1 6-0 7-1 8-2 9-3 9-5 10-6 11-7 12-6 15-9 16-11 16-12 17-10 18-11 19-11 20-11 21-8 22-13 23-14
+0-0 0-2 1-1 2-3 3-6 4-8 5-9 6-10 8-7 10-10 11-11 12-5 14-12 15-13 16-14 18-15 19-20 20-21 21-17 21-18 22-18 23-17 24-24 24-25 25-19 27-23 28-26 29-27 30-28
+0-0 1-1 2-1 3-4 4-5 5-3 5-6 6-2 8-7 9-7 10-8 11-9 13-10 14-9 15-10 16-11 17-11 18-12 19-13 20-16 21-15 22-16 23-17 24-17 25-18 26-19 27-19 28-20 29-21 30-23 31-22 32-24 33-25
+0-0 1-0 2-1 3-2 4-2 5-4 6-5 7-5 10-3 11-6 12-6 13-7
+0-0 0-1 1-0 2-7 5-3 6-4 7-5 10-10 11-11 11-12 12-13 14-8 15-9 16-15 17-14 18-15 19-16 20-17 21-18 22-19 23-20 24-21 26-22 27-22 27-24 28-23 29-26 30-25 30-26 31-28 32-27 32-29 33-26 34-30 35-31
+0-0 1-1 2-2 3-3 4-5 5-4 6-5 7-6 8-7 9-8 10-9 11-10 12-11 14-12 15-13 16-14 17-15 18-16 19-17 20-18 21-19 22-19 23-20 24-21
+0-2 1-1 2-1 3-3 3-6 4-7 5-8 6-8 6-9 7-10 8-6 9-5 13-4 14-12 15-13 16-13 17-11 17-12 18-14 19-14 22-16 23-17 24-15 24-16 24-17 25-18 26-19 27-20 28-21 29-22
+0-0 1-1 2-5 2-8 3-7 4-4 4-6 5-2 5-3 11-9 12-11 12-12 13-10 16-15 17-16 18-17 19-17 19-18 20-14 21-13 22-19 23-20 24-21 25-22 26-23 27-24 28-25 29-26
+0-0 1-1 2-9 3-2 4-2 5-3 5-4 5-5 5-6 5-8 6-7 7-11 8-12 9-10 10-15 11-48 12-49 14-40 15-41 16-42 18-44 19-43 19-45 20-14 21-16 21-25 22-24 23-23 23-26 24-21 25-22 29-27 30-30 31-47 32-31 32-32 33-35 34-36 35-37 37-39 38-50 39-50 40-51
+0-0 1-1 1-4 2-2 2-3 3-2 4-2 5-7 6-5 7-7 8-6 9-7 10-7 11-8 12-9
+0-12 1-13 1-14 2-0 3-2 3-5 4-1 4-3 4-4 4-15 5-4 6-6 7-6 7-7 8-9 9-29 9-30 17-18 18-17 19-16 19-18 22-20 23-22 23-23 24-26 26-21 27-24 28-27 29-28 30-31 31-32
+0-0 1-1 2-2 3-2 4-2 5-2 8-3 8-4 9-4 10-5 10-6 11-6 12-8 13-9 14-10 15-11 16-12 17-13 18-14 19-15 20-16 21-17 22-18 23-19 24-20 25-21 26-21 26-23 27-24 28-25 29-26
+0-4 1-5 2-7 4-11 5-12 7-13 8-13 9-13 10-14 16-20 18-13 19-21 20-17 21-15 22-16 23-18 23-19 24-9 26-23 27-26 28-27 29-28 30-33 33-29 33-30 36-34 38-35 40-36 41-38 42-37 42-38 42-39 42-40 43-40 44-41 46-31 47-31 48-42 49-43
+1-0 2-1 2-2 3-4 3-5 4-6 5-7 5-8 6-3 7-9 8-11 9-12 10-10 11-13 11-14 12-15 13-17 14-18 17-16 18-19 21-20 21-21 21-24 22-22 23-23 24-26 25-27 26-28 27-29 27-30 29-28 30-28 30-31 30-32 31-33 32-34
+1-4 1-5 2-0 2-1 2-3 3-6 5-19 6-20 7-19 7-20 9-24 10-7 10-25 11-14 12-8 13-26 14-27 15-29 16-29 17-30 18-22 19-32 20-28 21-29 22-29 23-35 24-37 25-41 26-41 27-41 28-36 29-42 30-42 31-43 32-39 33-44 33-45 33-46 34-47 35-48
+0-0 0-1 1-0 2-2 3-2 4-3 5-4 6-5 7-6 8-7 9-11 10-10 11-8 12-9 13-12 14-13 15-14 15-15 16-16 17-17 18-18 19-18 20-18 21-19 24-22 25-24 26-23 26-25 27-26 28-27 29-28
+0-0 1-1 2-2 2-3 3-4 4-5 6-6 6-7 7-6 8-6 9-8 10-9 11-10
+0-1 1-2 2-1 2-3 2-4 3-4 3-5 3-7 4-6 5-8 6-8 7-8 8-9 9-10
+0-0 1-1 2-2 3-3 4-4 4-5 5-6 6-7 6-9 7-8 8-9 8-10 9-10 12-11 13-12 13-14 14-15 15-20 17-18 18-17 21-21 22-21 23-16 24-22 24-23 28-30 28-31 29-32 30-36 31-34 31-35 33-29 35-40 36-19 37-37 38-36 41-38 41-39 42-24 43-41 44-42
+0-0 1-1 1-2 3-3 4-3 5-4 6-5 7-6 8-7 10-7 12-8 12-9 12-10 12-11 12-12 13-8 13-13 16-17 17-20 18-21 19-22 20-23 23-31 24-33 25-34 26-35 29-28 33-26 34-36 35-37
+0-0 1-1 2-2 3-3 4-4 5-6 5-7 6-8 7-11 8-12 9-9 9-10 11-15 12-16 13-17 14-18 15-19 16-20 17-14 18-21 19-22
+0-2 1-4 2-5 3-3 4-1 5-1 6-6 7-7 8-8 9-8 10-11 11-12 12-11 13-14 14-15 15-13 16-15 17-16 17-17 18-18 19-19 20-20 20-21 22-22 23-9 24-23 25-24
+0-0 0-1 1-4 2-6 3-7 3-8 3-9 4-7 5-10 6-10 7-11 8-2 12-12 14-15 15-14 15-15 16-16 17-17 17-18 18-20 18-21 20-25 21-26 22-29 24-27 24-28 25-30 26-31 27-30 27-32 28-33 29-19 31-34 32-35
+0-0 1-1 2-0 3-3 4-4 4-7 5-4 5-5 5-6 6-8 7-9 9-10 9-11 9-12 10-8 11-9 13-13 14-15 14-16 15-17 16-18 17-18 17-19 18-2 19-20 20-21 22-23 23-22 24-24 25-25 26-26 27-27 28-28 29-29 30-30
+0-0 0-1 3-10 4-2 5-3 6-4 6-5 6-7 7-6 8-7 9-8 9-9 10-9 13-11 14-12 15-12 16-16 17-13 17-16 18-14 18-15 19-17 20-18 21-19 22-20 23-21 24-22 25-23 26-24 27-25 28-26
+0-0 0-1 1-2 3-3 4-4 4-5 5-6 7-7 8-8 9-9 10-10 11-11 12-12 14-13 15-14 16-15 17-25 18-24 19-26 20-27 21-22 22-23 23-33 24-34 25-32 26-32 27-34 31-35 33-37 35-40 36-39 37-41 40-45 41-46 42-42 42-43 42-44 43-46 44-47
+0-0 1-1 1-2 2-3 3-4 4-4 5-4 6-4 7-4 8-5 9-7 10-8 11-9 12-9 13-10 14-10 15-10 16-10 17-12 18-12 18-13 19-11 21-15 22-16 23-16 24-17
+0-0 0-1 1-2 2-3 3-4 4-8 7-5 8-6 8-7 8-9 8-10 9-11 10-12
+0-0 1-1 2-2 2-3 3-3 4-6 5-7 6-8 8-9 9-10 10-11 11-14 12-12 13-13 14-15 15-16 15-17 16-18 19-20 20-21 21-20 22-20 23-20 23-21 26-26 27-29 28-22 29-31 30-31 31-30 32-32 34-33 37-34 38-35 39-36 40-37 41-38 41-41 42-38 42-39 42-40 43-42 44-42 45-42 46-43
+0-0 0-1 0-2 1-3 2-3 3-3 3-4 4-5 5-6 6-7 6-8 7-9 7-10 8-9 9-11 10-12 11-13 12-14 13-15 14-16 15-17 16-18 17-19 18-20 19-22 19-23 20-24 20-25 21-26 21-27 22-28 24-29 25-30
+0-2 0-3 1-0 1-1 2-4 3-5 4-8 5-9 6-10 6-11 6-12 7-13 8-14 8-15 9-6 10-16 11-20 12-20 13-21 16-19 17-23 18-22 19-24 20-25 21-26 23-27 24-29 25-32 26-32 27-32 28-32 28-33 29-34 30-34 30-35 30-36 30-37 30-38 30-39 30-40 31-41 34-44 35-44 36-45 37-46 38-47 39-48 39-49 40-48 41-50 43-53 44-52 46-54 47-55
+1-0 2-3 3-4 5-4 6-5 6-6 8-7 9-8 11-20 11-21 11-22 12-12 13-11 13-13 14-12 14-16 15-17 18-14 19-23 20-9 22-25 23-26
+0-0 1-1 2-2 2-3 3-4 4-4 5-5 6-6
+0-0 1-2 2-3 3-5 4-11 5-12 6-1 7-14 8-15 10-17 11-18 12-13 14-22 15-16 16-15 16-23 17-19 17-24 18-25 19-19 19-21 20-20 21-10 23-27 24-28 25-29 26-30 27-31 28-33 29-35 30-35 31-35 31-36 32-32 33-29 34-37 35-38
+0-0 1-0 2-5 3-1 4-2 4-3 5-4 6-8 6-10 7-6 7-7 8-9 10-11 11-11 12-13 13-14 14-15 16-16 17-16 18-17 19-18 20-23 21-24 22-26 23-20 25-27 26-27 27-28 28-29 28-30 28-31 29-30 33-21 34-32 34-33 35-34 36-34 37-35
+0-0 1-1 2-2 3-1 3-3 4-4 5-5 9-8 10-9 10-10 11-11 12-11 13-12 14-13 15-16 15-17 16-15 17-14 19-18 21-25 23-27 24-28 25-29 26-22 27-23 28-24 30-19 33-20 34-30 35-31
+0-0 1-2 2-1 3-3 4-5 5-4 5-7 6-8 7-8 8-9 8-10 9-11 10-12 11-9 12-9 13-15 14-16
+0-5 3-9 4-3 5-10 6-1 7-4 8-6 9-7 10-12 10-13 11-14 12-11 13-15 14-21 16-18 17-17 18-16 20-23 21-22 22-25 23-26 24-24 24-27 25-24 26-27 27-28 28-29
+0-0 1-1 2-2 3-3 4-4 4-5 5-4 5-6 6-7 7-8 8-9 9-18 10-17 10-18 11-10 12-11 14-14 14-15 14-16 15-16 16-19 17-20 18-21 19-22 20-24 21-25 22-26 23-23 24-27 24-28 25-28 26-28 28-31 29-29 30-32 31-39 32-41 33-37 34-36 34-38 35-34 36-42 37-43
+0-0 1-1 2-2 3-3 4-4 5-5 5-6 6-5 6-7 7-6 8-8 9-9 10-9 11-5 12-10 13-11
+0-0 1-2 1-4 1-5 2-1 3-1 4-9 5-10 6-10 9-3 10-8 11-6 12-12 13-11 14-13 15-14 16-23 17-16 18-17 19-24 20-18 20-19 21-20 22-21 23-22 24-25 25-26 25-27 26-28 28-31 31-32 31-33 31-34 31-36 32-35 32-37 33-41 34-38 34-39 34-41 35-40 37-29 38-42 39-43
+0-0 1-1 2-2 3-3 4-4 5-4 6-6 8-4 9-5 10-6 11-7 12-6 13-9 13-12 14-10 15-11 16-13 17-14 18-15 19-16 20-17 24-18 25-18 25-19 26-20 29-28 30-22 31-23 32-32 33-25 34-26 35-36 36-27 37-34 37-35 38-31 40-33 41-34 42-34 43-35 44-45 45-40 46-48 47-49
+1-2 2-0 3-0 4-4 13-5 14-8 15-7 16-8 17-9 18-10 18-11 19-12 20-13 25-1 26-3 27-14 28-15
+0-0 1-1 2-2 4-3 4-4 5-5 5-7 6-8 7-8 8-9 9-10 10-11 11-12 12-13 13-13 14-14 15-15 16-16
+0-0 0-1 1-2 2-2 2-3 2-4 3-6 3-7 4-8 5-11 6-10 6-12 7-14 8-15 9-5 10-16 11-17
+0-0 2-1 3-2 6-5 7-5 8-3 8-4 9-2 12-8 12-9 13-6 13-7 14-6 15-9 16-10 17-11 20-13 21-17 22-14 24-15 26-18 27-18 28-16 30-19 30-20 31-24 32-25 33-23 34-27 35-26 36-27 37-28 38-29 39-30
+0-0 1-1 1-2 2-3 3-4 4-5 5-5 5-6 6-7 6-8 7-9
+0-0 1-1 2-2 3-4 3-5 4-3 5-6 6-7 8-7 9-7 10-8 11-9 12-10 13-9 14-11 15-12 16-13 17-14 18-15 19-8 20-16 21-17
+0-0 1-0 1-1 2-2 3-2 4-2 5-1 6-3 7-3 8-4 8-5 9-6 10-6 11-7
+1-2 2-1 2-3 3-1 4-1 5-0 6-4 7-6 8-7 9-8 10-8 11-10 11-11 12-10 13-10 14-12 15-13 16-13 17-14 18-15 20-16 21-16 23-17 24-17 25-23 26-24 27-24 29-27 31-21 31-22 32-21 33-20 34-19 35-18 36-28 37-29
+0-0 1-1 3-2 4-2 4-3 5-4 6-5 7-6 8-7 10-8 11-9 12-11 13-10 13-12 16-14 19-20 20-21 21-15 21-19 22-16 24-17 25-25 26-18 27-23 29-24 30-24 31-26 32-27 34-27 35-30 36-31 37-32
+0-0 1-1 2-2 3-3 4-4 5-4 5-5 6-7 6-8 7-6 7-9 8-10 10-11 11-10 11-12 13-13 14-17 15-14 16-16 17-18 18-18 19-19 19-20 20-21
+0-0 1-1 2-2 3-3 4-4 5-4 6-4 7-5 8-6 9-7 10-9 11-15 11-16 12-10 12-11 13-12 15-19 16-19 17-13 19-17 21-18 23-20 24-21
+0-2 1-1 2-0 3-4 4-3 4-5 5-6 6-6 7-6 8-7 8-9 9-8 12-12 13-17 14-16 17-18 17-19 18-20
+0-1 1-1 2-0 2-6 3-7 3-8 5-4 5-5 6-10 7-10 8-10 9-11 10-11 11-12 13-9 13-13 14-14 15-15 16-16 17-16 17-17 18-16 19-18 20-19 21-20 21-21 22-20 23-22 24-23
+0-3 1-8 2-3 3-1 3-2 4-2 5-6 6-9 7-10 8-7 10-15 11-15 12-15 13-15 14-16 14-18 15-17 16-20 17-21 17-22 18-19 20-13 21-19 22-20 23-23 24-24
+0-1 1-3 2-0 2-2 3-4 4-5 6-6 7-6 8-7 9-8 9-9 12-10 12-12 12-13 13-11 14-14 16-20 18-18 19-15 20-16 21-17 21-19 22-23 23-23 24-24 25-25 27-26 27-27 28-28
+0-0 1-1 2-2 2-11 3-12 4-4 5-5 6-16 7-6 8-9 9-10 10-14 11-15 12-29 13-17 14-18 15-37 15-38 15-39 16-40
+0-0 0-1 0-2 1-2 2-3 2-4 2-5 2-6 4-8 5-7 5-9 6-10 7-11
+0-0 0-2 1-1 2-0 3-3 4-4 5-5 6-6 7-7 7-8 7-9 7-10 8-14 10-11 11-12 12-15 14-18 15-18 16-19 19-16 23-25 24-21 24-26 25-17 27-20 29-31 30-30 31-27 32-32 33-33 34-34 35-30 36-32 37-33 41-38 42-38 43-37 43-39 45-40 46-40 47-41 48-41 49-42
+0-1 1-0 2-1 5-3 5-4 8-5 9-6 11-7 12-19 13-9 13-10 14-10 17-8 18-11 19-12 20-13 23-15 24-14 24-16 26-17 27-18 27-20 32-25 33-36 34-37 34-38 35-22 35-34 36-23 37-29 38-29 39-26 41-29 42-28 43-30 44-31 45-32 46-33 48-38 49-39 50-39 51-39 52-40
+0-0 1-1 3-2 4-2 5-3 5-6 6-9 8-11 9-11 10-10 11-5 12-4 12-20 13-14 14-12 16-19 17-15 18-16 19-22 20-17 21-18 22-27 23-27 24-26 25-28 27-36 28-37 29-38 31-31 32-32 33-32 34-33 35-23 36-39 37-40
+0-0 0-2 1-1 2-0 3-3 4-4 5-3 5-5 7-6 8-6 10-7 11-9 12-9 13-9 13-11 14-10 15-12 15-17 16-13 17-8 18-18 19-18 21-16 22-16 23-23 24-22 24-23 25-26 26-27 27-28 28-29 29-30 33-32 36-34 37-36 37-37 38-35 39-41 40-42 40-44 41-43 42-40 43-38 43-39 44-45 45-46
+0-0 0-1 1-0 2-2 2-3 4-7 4-9 5-8 7-6 8-7 9-23 10-13 10-14 11-15 13-26 14-16 16-28 17-20 18-19 19-20 20-27 21-21 21-22 22-29 23-30
+0-3 1-4 2-0 3-14 4-6 5-7 6-1 7-9 8-10 9-10 10-8 11-9 13-17 14-17 15-16 15-18 16-19 17-20 17-21 18-22 18-24 19-25 20-26 21-29 22-27 22-28 24-29 25-29 26-30
+0-1 1-0 2-1 3-1 4-2 5-3 6-4 8-5 12-6 14-12 18-11 19-7 20-8 21-9 24-10 25-15 26-12 27-13 28-18 29-16 29-17 30-15 31-20 32-19 32-20 33-14 34-13 35-21 36-22
+0-0 1-2 2-1 3-2 4-3 5-3 5-4 6-5 7-6 8-7 10-14 12-15 13-17 14-16 15-11 16-12 17-13 19-18 20-21 21-26 22-22 22-23 22-24 23-24 24-25 24-29 27-28 29-34 30-40 31-39 32-40 33-37 33-38 33-39 34-43 35-46 36-45 37-47 38-48
+0-0 1-1 2-2 3-1 3-3 4-5 4-7 5-4 5-6 6-11 7-12 8-13 10-10 11-15 12-14 12-15 12-16 13-18 13-19 14-18 14-20 16-17 18-25 19-21 20-8 20-9 21-22 22-26 23-27 24-28 25-29 26-30
+0-0 1-1 2-3 3-2 4-4 5-4 6-5 7-9 8-10 12-6 13-7 13-13 14-8 14-12 15-11 16-14 17-15
+0-2 1-5 2-6 2-7 3-9 3-11 4-12 6-3 7-4 7-8 8-8 12-22 13-14 15-15 16-15 17-18 18-20 19-10 20-13 21-23 22-24
+0-0 1-3 2-1 2-3 3-2 3-4 4-3 5-4 6-5 7-9 8-6 9-7 9-8 10-10 13-11 14-12 15-12 16-12 17-13 18-14 19-15 19-16 20-15
+0-0 1-1 1-2 2-2 3-21 4-4 5-5 6-6 6-7 6-8 8-9 9-10 11-11 12-12 12-13 13-14 14-14 14-15 14-16 15-16 16-18 19-16 20-17 21-22 21-23 21-24 22-25 23-26 24-27 26-28 28-29 29-30
+0-0 0-1 0-2 1-18 3-7 4-12 7-14 8-15 8-16 9-17 10-19 11-20 12-21 13-22 14-24 15-23 16-26 16-27 16-28 16-29 16-30 17-26 18-26 19-25 22-5 24-32 25-33
+1-22 2-0 3-1 3-2 4-3 5-4 6-5 7-6 8-7 9-8 10-9 11-10 12-11 13-12 14-13 15-14 16-15 17-16 18-17 19-18 20-19 21-20 22-21 24-27 27-30 28-32 29-33 30-33 31-34 32-23 33-25 33-26 33-28 34-29 35-35 36-36
+1-3 2-4 3-5 4-6 5-4 6-5 7-9 8-7 9-8 10-12 11-10 12-11 13-15 14-16 15-13 16-14 16-18 17-17 18-19 19-19 20-20 21-21 22-1 23-22 24-23 24-25 25-22 25-23 25-24 26-26 27-27 28-28
+0-0 4-18 5-19 6-9 8-5 9-6 10-6 11-7 12-1 13-2 14-4 15-10 15-11 15-12 15-13 16-15 17-3 18-16 19-16 20-17 21-14 22-20 23-22 24-23 25-22 27-21 28-24 30-26 31-27 32-28 33-25 34-29 35-30 35-31 36-31 37-32 38-32 39-33
+0-0 2-2 3-1 4-3 5-4
+1-4 2-4 3-6 5-2 8-7 9-11 10-8 11-9 12-10 13-14 14-16 15-17
+0-0 0-1 0-2 1-3 2-3 3-3 3-4 4-5 5-6 5-7 6-6 6-8 7-12 8-13 10-15 12-9 14-17 15-18 15-19 16-17 17-10 17-11 18-14 18-26 19-27 20-28 21-24 22-25 23-25 24-22 27-29 28-30 30-33 31-31 32-34 33-35
+0-9 1-4 2-5 3-18 4-19 6-8 8-2 8-3 9-1 10-14 10-15 11-15 12-16 13-22 14-17 15-28 16-20 16-21 17-30 20-25 20-26 21-32 22-29 23-31 25-34 26-33 26-34 27-35
+0-0 0-1 0-2 0-3 3-8 5-6 6-5 7-6 8-13 10-7 11-7 12-12 13-14 15-16 16-15 16-17 16-18 17-16 18-19 18-20 18-21 19-22 20-23 20-24 21-24 22-25 23-26 24-27
+0-0 1-1 2-3 3-4 4-5 5-6 6-7 7-8 8-9 9-10 10-2 12-12 13-13 14-16 16-20 17-23 18-30 20-17 21-18 22-19 23-20 24-21 25-31 26-14 28-15 29-31 30-32 30-33 31-34
+0-0 1-3 2-2 4-19 5-20 5-21 6-22 7-23 8-24 11-7 12-8 13-29 14-15 15-31 16-18 17-32 18-9 19-22 20-12 20-13 20-14 21-11 22-27 23-28 24-28 25-25 26-26 27-33 28-34 28-35 29-38 32-41 33-42 34-39 34-43 35-40 35-44 36-45 37-46 38-47 39-48 40-48 41-49 42-50 43-51
+1-3 2-0 3-0 4-1 5-2 6-4 6-5 8-6 9-6 10-7 10-8 11-8 12-9 13-9 14-11 15-12 16-13
+0-0 1-1 2-8 3-3 3-4 4-5 5-5 6-9 7-9 8-9 9-6 10-7 11-11 11-12 12-12 12-13 13-10 13-14 14-17 15-18 18-20 19-19 20-23 21-22 22-21 24-24 25-25
+0-0 1-1 2-3 3-4 4-5 5-6 5-7 6-9 7-8 8-10 9-11
+0-0 1-1 2-2 3-3 4-4 5-5 6-5 7-8 7-9 8-7 8-14 9-6 14-11 15-20 16-20 17-19 18-25 21-17 23-26 23-27 25-28 26-28 27-29
+0-0 1-2 1-3 4-7 5-7 6-5 6-6 7-8 8-9 9-9 10-12 11-10 12-13 13-14 13-15 15-16 16-25 18-18 18-19 19-21 20-23 21-26 22-26 24-22 25-24 27-27 28-30 29-29 30-30 31-31 32-32 33-28 34-28 35-36 36-37
+0-0 0-1 0-2 1-4 1-6 2-3 3-4 4-5 5-7 5-8 6-12 7-10 8-10 8-11 9-13 9-14 10-16 11-17 12-17 13-18
+0-1 1-2 1-3 4-4 5-5 5-7 6-8 7-9 8-10 9-10 9-11 10-13 11-14 12-15 13-14 14-16 15-17 16-18 16-19 17-20 19-21 20-22 21-23 22-24 23-25
+0-0 1-1 2-2 3-5 4-3 5-4 6-6 7-7 8-8 8-9 9-9 10-10 11-11 12-12 13-13 14-14 15-15 16-16 17-17 18-18 19-18 20-19 21-18 22-20 22-22 23-19 23-23 24-24 25-25
+0-0 1-1 2-2 2-3 3-4 4-5 5-6 5-7 6-8
+0-0 1-1 2-1 2-3 3-2 4-6 5-7 6-8 7-4 7-5 8-9 11-11 12-12 14-13 15-14 16-15 17-16 18-17 19-18 20-19 21-20 22-22 23-26 24-29 25-29 26-32 27-35 28-28 29-33 31-34 32-30 33-31 34-36 34-37 34-38 35-39 36-40 37-41 38-43 39-43 40-44 41-45
+0-0 1-1 5-2 5-3 6-10 7-9 8-7 9-4 10-5 11-14 12-15 12-16 13-17 14-18 15-19 16-20 17-25 18-27 19-29 20-24 22-21 23-21 24-26 25-23 26-23 27-8 29-13 29-35 30-34 31-32 32-33 33-39 34-38 35-41 36-36 37-37 38-42 39-43
+0-0 1-0 1-1 2-2 3-3 4-4 5-4 6-5 7-6
+0-0 1-1 2-2 3-3 4-4 5-5
+0-0 1-1 2-2 2-3 2-4 3-5 4-4 5-7 8-10 9-10 10-10 11-9 11-11
+0-0 1-1 2-1
+0-0 1-1 2-2 3-3 4-5 5-5 6-6 7-7 8-8 9-9 11-10 12-11 13-10 15-15 16-15 17-14 17-15 18-16 19-13 22-12 24-30 25-17 29-19 30-26 31-27 32-32 33-27 34-34 35-35 37-18 37-21 38-20 39-22 43-28 44-33 45-29 47-23 48-36 49-37
+0-0 1-1 2-6 3-3 3-4 4-5 6-2 7-7 8-8 9-9 10-10 12-11 13-12 14-13 14-16 15-14 16-15 17-18 18-17 18-18 19-19 19-21 20-21 20-22 21-20 22-23 23-24
+0-2 1-0 2-4 3-3 5-5 6-6 8-7 9-7 10-7 12-7 13-8 14-8 15-9 16-11 18-10 21-13 22-12 23-14 24-15 25-17 26-17 27-20 28-21 29-19 30-18 31-22 32-23 35-27 36-24 37-24 38-28 39-30 40-31 41-32 42-33 43-29 44-34 47-35 48-36 49-37
+0-0 1-1 2-2 3-3 3-4 4-5 5-5 6-6 10-7 11-8 12-9 13-12 14-13 15-13 17-16 18-11 21-19 22-20 23-10 24-17 27-24 28-23 29-26 30-21 31-22 32-27 33-31 34-28 35-29 36-25 38-34 39-34 44-32 45-33 46-33 48-35 49-36
+0-0 1-0 2-0 3-0 4-0 5-2 6-2 6-3 7-1 9-6 10-6 11-7 13-4 14-5 15-9 16-10 19-11 20-13 21-8 23-14 24-14 25-14 25-15 26-12 27-18 28-18 29-19 30-20 31-21 33-21 34-21 35-21 36-22 37-23 38-16 39-23 40-24
+0-0 1-1 2-2 4-3 5-3 6-4 8-5 9-6 10-6 11-7 11-8 12-9 14-10 15-10 16-11 17-12 19-13 20-13 21-15 22-14 22-15 23-16 24-17
+0-0 1-1 2-2 3-2 3-3 4-4 5-5 7-6 8-7
+0-2 1-3 2-1 3-0 5-4 6-4 7-5 8-5 9-8 9-9 10-10 11-10 12-7 13-6 15-12 16-11 18-13 19-14 19-16 20-15 21-17 22-17 23-19 24-17 25-18 26-20 27-21
+0-1 0-2 1-4 2-3 3-3 4-7 5-8 6-5 6-6 7-5 8-5 11-14 12-15 13-16 14-11 15-12 16-13 17-13 18-10 20-17 21-18 22-21 23-22 24-23 26-25 27-24 27-26 29-24 30-19 31-20 32-21 33-21 34-26 35-27 36-28
+0-8 1-9 2-10 3-11 4-3 5-2 6-3 6-4 6-5 7-5 7-7 8-6 9-12 10-13
+0-0 1-1 2-1 3-2 4-2 5-2 5-3 6-4 7-5
+0-0 1-1 2-2 3-4 3-5 4-3 5-0 6-9 8-8 12-6 12-12 13-7 16-11 17-11 19-13 20-14 20-15 21-16 21-17 23-18 24-19 26-20 27-20 28-23 29-24 30-25 31-22 32-26 33-23 34-21 35-22 36-27 37-28 41-29 41-30 42-29 43-31 44-32
+0-0 1-1 1-2 2-2 3-3 4-3 5-4 6-5 7-8 8-8 9-9 10-9 13-13 13-14 14-16 14-17 15-15 16-18 16-19 17-20 18-21 19-22
+0-0 0-1 1-2 2-3 3-4 3-5 4-3 5-6 6-7 7-8 8-10 9-9 9-10 9-11 10-10 10-12 11-13 12-14 13-16 14-15 14-16 15-17 16-18 17-19
+0-0 1-0 2-2 3-1 4-3 5-4 6-5 7-5 8-6 9-7 10-7 11-9 12-10 13-10 14-9 14-11 15-8 16-12 17-13
+0-0 1-1 2-2 3-4 4-5 5-6 5-7 6-3 7-8 8-9
+0-0 1-1 2-2 3-2 4-3 4-4 5-5 6-5 7-5 8-6 9-7
+0-0 1-1 1-2 2-3 5-4 6-5 6-6 7-7 8-10 9-9 9-11 10-12 11-13 12-14 13-16 14-15 14-16 14-17 15-16 15-18 16-19 17-20 21-22 21-23 21-24 22-8 23-19 24-21 25-29 27-27 28-28 29-30 30-31 31-32 32-33 33-34 34-37 35-38 36-39 37-40 38-35 39-36 40-35 41-36 42-26 43-41 44-42
+0-0 1-1 2-5 3-3 3-4 4-3 5-2 6-6 7-8 8-9 9-7 10-10 11-11
+0-0 1-1 1-2 2-3 3-4 4-5
+0-0 0-1 1-3 2-2 4-4 5-4 6-4 7-6 8-6 8-7 8-8 9-5 10-9 11-13 13-11 14-12 15-5 16-14 17-14 18-14 19-15
+0-0 1-1 1-3 3-3 4-2 4-4 5-5 7-6 8-8 9-9 10-7 11-13 12-13 13-18 14-18 14-19 15-20 16-10 17-10 18-14 18-15 21-21 22-22 23-23 24-24
+0-10 1-11 2-12 3-1 3-2 4-1 5-0 6-1 7-5 8-3 9-4 10-9 12-6 13-13 14-14 15-15 16-16 18-17 19-17 20-18 21-19 22-18 22-20 23-21 24-22 25-23 26-24 27-26 28-26 29-26 30-26 31-25 32-27 33-28
+0-3 1-7 2-2 4-0 5-4 5-5 6-6 7-8 8-9 9-10 10-11 11-12 14-13 15-14 16-19 17-20 18-15 19-18 20-17 21-18 22-16 24-21 25-22
+0-0 0-1 1-0 2-2 3-2 4-3 4-4 5-4 6-5 7-7 8-8
+0-0 1-4 1-5 2-3 4-1 5-2 7-7 8-8 9-13 10-6 10-14 11-12 12-16 13-11 15-17 16-15 17-18 19-23 20-24 21-21 22-19 22-20 23-25 24-26 25-27 26-28 27-25 27-29 28-30 30-31 31-35 32-32 32-33 33-37 39-42 40-42 41-39 41-41 43-38 44-40 45-43 46-44
+0-0 0-2 1-1 1-4 2-3 3-6 4-7 5-8 6-5 7-6 8-6 10-7 11-9 12-13 13-14 14-11 14-14 15-12 15-15 16-19 17-18 18-16 19-17 20-10 21-10 22-20 23-21 24-22 25-23 26-23 27-24 28-25 29-26 30-26 31-27 32-28
+0-0 1-1 2-2 3-3 5-4 6-4 7-4 8-6 9-5 10-5 12-5 13-5 14-8 15-9 16-10 17-11 18-11 19-12 20-13 21-12 22-7 23-14 24-15
+0-0 0-1 0-3 0-4 1-2 2-5 3-6 4-6 5-7 6-8 7-9
+0-0 1-3 2-3 3-1 4-2 5-1 6-4 7-6 8-7 9-7 10-8 11-5 20-9 21-10 22-11 23-11 24-11 26-12 28-13 29-14 30-15 31-16
+0-0 1-1 2-2 3-3 3-4 4-5 5-6 6-10 7-7 8-5 9-6 10-8 11-9 12-13 13-14 14-13 15-16 16-17 17-13 18-13 19-18 20-15 21-19 23-20 24-11 25-12 26-12 27-12 28-21 29-22
+0-0 1-1 2-1 3-2 4-2 5-3 6-3 7-3 7-4 8-4 9-13 10-17 11-16 12-14 16-5 17-6 18-6 19-8 20-7 21-12 24-9 25-11 27-10 29-15 30-15 31-18 32-18 33-19
+0-0 1-1 2-2 3-3 4-4 6-5 7-4 8-5 9-6 9-8 9-9 12-10 13-11 15-12 16-13 17-15 18-16 18-17 19-18 19-20 20-14 21-22 24-21 25-32 26-25 27-26 28-27 29-28 30-29 31-25 31-30 32-31 35-24 36-33 37-34 38-19 41-33 42-34 43-35 44-36 45-36 46-37 47-38 47-42 48-41 49-39 49-40 50-43 51-44
+0-0 1-1 2-5 3-6 4-7 5-3 6-4 7-2 8-8 9-9 11-9 12-9 13-10 14-11 15-11 16-14 17-13 18-15 19-16
+0-8 1-1 1-2 2-0 3-4 4-3 5-5 6-6 7-6 8-7 11-9 12-10
+0-0 1-1 1-2 1-4 2-3 2-5 3-6 4-7 5-7 6-8 7-9 8-10
+0-5 1-0 1-1 2-0 3-2 4-3 5-4 7-6 8-7
+0-0 1-0 1-1 2-4 3-2 4-2 5-3 8-5 9-6 10-7 12-7 13-7 13-9 14-8 15-10 16-12 16-13 20-10 21-11 23-14 24-15 25-15 26-16
+0-0 0-1 1-0 2-5 3-6 4-7 5-8 8-2 8-3 9-9 10-9 12-10 13-10 14-11 14-12 15-13 16-14 17-14 18-15 19-16 20-17 21-16 22-18 23-19
+0-1 1-0 1-1 2-1 3-2 4-3 4-6 5-4 5-5 6-9 7-9 8-10 9-11 10-12 11-13
+0-6 1-6 2-4 3-5 4-0 5-1 6-3 7-3 8-3 9-7 10-8 11-10 12-11 13-12 14-13 16-14 17-14 18-15 19-16 20-17 21-19 22-21 23-20 23-22 24-18 27-29 28-31 29-31 30-23 31-30 32-30 33-25 34-26 35-27 36-28 37-28 38-36 40-32 41-33 43-34 44-38 44-39 45-40 46-40 47-41 49-42 50-43 50-44 51-45
+0-1 1-0 1-2 1-3 2-4 2-7 3-5 4-5 4-6 5-22 6-12 7-13 7-15 8-13 8-14 8-16 8-17 8-18 8-19 9-21 10-20 11-23 12-24
+0-0 1-1 1-2 2-2 3-2 4-3 5-4 6-5 6-7 7-6 7-8 8-6 9-9 10-10 11-11 12-12 12-13 14-13 15-14 16-15
+0-0 1-0 2-2 3-2 4-4 4-5 5-5 5-6 6-1 8-7 9-14 10-13 11-8 12-9 12-10 13-9 14-11 14-12 15-12 16-15 17-16
+0-0 1-1 2-6 3-3 3-4 4-2 4-5 5-5 6-7 7-8
+0-0 0-2 1-1 2-0 3-3 4-4 5-5 6-6 8-9 10-13 11-13 12-7 13-16 14-17 15-18 16-19 17-20 18-21 19-22 21-26 22-24 22-25 23-25 24-23 25-29 26-27 26-30 27-28 28-28 29-29 30-30 31-38 32-39 33-36 33-37 34-35 35-33 36-40 37-41
+0-3 1-2 2-1 3-1 4-6 5-5 6-0 7-4 11-6 12-6 13-8 15-7 16-17 16-19 17-18 19-9 20-10 21-11 24-20 24-21 25-22 27-14 28-23 29-23 30-24 31-30 33-25 36-27 37-28 37-29 41-31 41-32 41-33 42-33 42-34 43-35 44-36
+0-0 0-2 1-1 2-0 3-3 4-4 5-5 5-6 6-7 7-8 7-9 8-9 10-10 11-11 12-12 15-15 16-16 17-17 18-22 18-23 18-24 18-25 19-26 21-26 22-21 22-27 23-28 24-18 25-30 26-31 27-32 28-33 32-36 33-36 35-38 36-37 36-39 37-40
+0-0 1-1 2-2 3-3 4-5 5-6 6-6 7-7 8-8 9-9 10-11 11-13 12-14 12-15 13-17 14-18 15-16 16-19 17-20
+0-0 1-1 2-3 4-1 5-2 6-4 6-7 7-5 7-6 7-8 8-11 9-9 11-10 12-12 12-13 12-14 13-19 17-15 18-15 19-16 20-17 21-20 21-21 22-18 23-22 24-24 24-25 25-25 26-26 27-27 28-28 29-29 30-31 31-30 32-29 33-32 34-33
+0-0 1-12 3-5 4-1 4-2 5-3 6-4 7-7 7-8 9-9 10-10 11-9 12-9 13-9 14-9 15-17 16-18 17-18 18-20 19-21 20-22 21-23 22-24 23-25 24-22 25-13 25-14 26-15 27-26 28-27 29-27 31-28 32-29 33-30 34-34 34-36 35-37 36-34 37-35 38-38 39-39 40-40 41-32 42-41 43-42
+0-7 1-0 2-2 3-1 3-3 4-12 5-13 6-14 7-14 8-11 9-16 10-17 11-18 12-10 13-19 14-15 16-20 18-21 19-22 20-23 21-24 21-25 22-27 23-28 24-29 25-26 26-30 27-31 30-34 31-33 32-37 33-40 37-41 38-41 38-44 39-45 40-45 41-46 42-47
+0-0 1-1 3-4 4-3 4-4 5-6 8-16 9-16 10-17 11-11 12-11 14-19 15-22 16-20 17-18 19-26 20-26 21-21 22-23 27-28 28-29 29-30 30-32 31-33 31-34 32-35 33-36 34-37 38-41 39-40 39-42 40-39 41-44 43-49 44-50 45-50 46-46 46-47 46-48 47-47 48-47 49-47 50-47 51-51 52-51 53-52
+0-0 0-1 0-5 1-2 1-4 2-3 2-9 3-10 4-11 5-12 6-15 7-17 8-16 8-17 9-18 10-19 11-20
+0-2 1-1 2-0 3-0 4-2 5-3 5-4 6-6 8-5 9-9 10-10 12-10 13-11 14-12 16-13 17-13 18-17 19-17 21-16 22-18 23-18 24-19
+0-3 0-4 0-5 0-6 1-2 2-0 3-9 3-10 4-11 5-11 6-11 7-7 8-8 9-16 11-17 12-15 13-18 14-23 14-25 15-24 18-36 19-21 20-22 21-30 22-26 23-25 24-29 25-37 26-37 27-35 29-31 31-27 32-27 33-39 33-40 34-41
+0-4 1-1 2-15 3-2 4-3 5-5 6-5 7-6 8-18 9-7 10-8 10-10 11-9 12-13 13-16 15-19 16-11 18-20 19-20 20-17 21-21 21-22 24-26 24-27 25-35 26-36 27-36 28-36 28-37 29-33 30-34 31-38 32-38 33-39
+0-0 1-2 2-1 3-5 4-3 5-4 6-4 7-9 8-10 8-11 9-6 12-13 13-14 13-15 13-16 16-17 17-22 18-21 18-23 19-22 20-24 20-25 20-27 21-26 22-28 23-28 24-29
+0-6 1-1 1-2 2-3 3-4 3-5 4-0 5-7 6-6 6-8 7-9 7-10 7-12 8-15 9-14 10-13 10-15 12-16 13-17
+1-5 2-2 4-7 5-7 6-8 6-9 7-9 8-9 9-10 9-11 10-12 11-15 12-16 13-19 13-20 16-14 17-22 18-23 19-21 20-21 21-24 22-27 24-26 24-28 25-29 25-30 26-31 27-33 28-32 28-33 29-34
+0-0 1-1 1-2 1-3 5-5 6-4 7-5 8-10 9-9 9-11 9-12 10-8 11-7 12-14 13-16 14-16 15-17 16-18 18-23 21-21 22-19 23-22 24-15 27-25 28-25 29-26
+0-4 1-2 2-1 2-18 3-5 4-6 5-0 8-9 8-13 9-12 9-14 9-15 9-16 9-17 10-10 11-11 12-11 13-19 14-20
+2-0 3-2 4-2 5-5 6-1 7-1 8-9 9-9 10-8 11-3 12-15 13-12 13-13 13-16 14-13 15-7 17-10 17-11 18-10 19-17 20-20 20-21 23-22 24-18 24-19 24-23 25-24 26-25
+0-0 1-1 2-1 3-1 4-1 5-2 6-3 6-5 7-6 8-7 9-4 10-6 11-7 12-8 13-9 14-10 15-9 16-12 17-11 18-10 19-12 20-13 21-13 22-14 23-15
+0-1 1-3 2-1 3-2 4-4 5-10 5-11 5-12 6-5 6-15 7-6 8-7 9-8 11-16 11-17 12-21 13-18 15-19 15-20 18-27 19-27 21-29 21-30 22-29 23-28 24-31 25-32 27-39 28-25 29-40 30-41
+0-1 1-0 1-1 2-0 4-2 5-6 6-6 6-7 6-8 7-3 8-17 9-17 10-22 11-22 11-23 12-15 13-9 15-11 15-12 16-12 17-14 18-16 19-24 20-24 21-25
+1-4 2-2 3-5 3-6 4-11 5-12 6-3 6-13 7-14 8-15 12-0 13-25 14-19 15-18 17-18 19-20 20-21 21-20 21-22 22-23 22-26 23-27
+0-0 2-1 4-6 5-6 6-8 7-7 8-8 10-9 11-10 12-20 13-11 14-16 15-17 16-13 16-14 17-14 18-16 19-15 20-12 21-21 23-26 26-23 32-24 33-25 35-27 36-28 37-29 39-39 40-30 40-32 41-33 42-34 42-35 42-36 42-37 42-38 43-40 44-41
+0-2 1-1 2-1 3-2 4-3 6-3 7-7 8-7 9-8 10-4 11-10 12-5 12-6 13-5 15-9 16-11 17-12 18-13 19-21 20-16 22-18 22-20 23-19 24-22 25-22 25-23 26-17 27-24 28-25 29-26 30-27 31-28 32-29
+0-0 1-1 2-2 3-1 3-3 4-4 5-5 6-6 8-7 9-8 10-9 11-10 12-11 13-12 14-13 14-14 15-16 16-15 20-22 21-21 21-23 21-24 22-25 23-19 24-20 25-26 26-27
+0-7 1-0 2-9 3-10 4-5 5-12 6-13 7-3 8-4 9-11 10-6 11-2 12-4 13-14 14-15
+0-0 1-1 2-2 4-4 5-3 5-4 6-5 6-6 7-7 8-7 8-8 9-9 10-10 11-11 12-18 13-11 14-12 15-13 15-14 16-9 17-15 18-15 21-17 22-16 23-17 24-17 25-16 27-19 28-20 29-20 30-21 31-22 32-23 34-24 35-25
+0-0 0-2 0-3 1-0 1-1 2-6 3-6 4-7 4-8 5-9 6-10 6-11 7-10 7-12 7-13 8-4 8-5 8-15 9-14 9-16 10-17
+0-0 1-1 2-2 3-2 5-2 7-3 8-7 8-8 9-6 10-10 11-11 12-12 13-13 13-14 13-15 13-16 14-17 15-18 16-19 18-20 19-20 20-20 21-21 22-22
+0-0 1-1 2-1 3-3 4-8 5-2 6-4 7-5 8-6 9-7 10-9 11-9 13-10 14-14 15-14 16-12 16-13 17-11 19-19 20-15 21-16 22-17 24-21 25-22 26-23 26-24 28-18 29-25 30-26
+0-0 1-1 2-2 3-3 4-4 5-5
+0-0 1-0 2-1 3-5 4-4 5-4 6-2 6-3 8-6 8-7 8-8 9-6 12-12 15-9 17-15 18-16 21-18 22-14 23-25 24-26 25-21 27-24 28-22 29-10 30-10 31-11 32-28 33-27 33-28 34-29
+0-0 0-1 1-2 1-5 2-3 2-4 3-6 4-7 5-8 6-9 7-10
+0-0 1-1 2-2 4-3 5-3 6-14 7-15 8-16 8-22 9-23 10-9 11-13 13-7 13-8 15-18 16-5 19-24 20-23 21-26 22-20 23-25 23-27 24-28 24-29 25-30
+0-0 1-0 1-4 1-5 2-6 3-2 4-2 4-3 5-1 6-12 7-9 7-10 8-9 10-11 11-13 12-14 12-15 13-16
+0-0 1-1 2-3 3-2 4-4 5-4 6-4 6-5 7-6 8-7 9-8 10-11 11-12 13-10 17-13 18-14 19-14 20-15 21-17 22-16 22-17 23-18 24-19 25-20 26-21
+0-11 1-0 2-2 3-1 4-1 5-1 6-1 7-3 8-4 10-6 10-7 11-5 11-10 12-8 12-9 18-12 19-13 19-14 20-16 22-17 23-18 24-15 25-20 26-21 27-22
+0-0 1-1 2-9 3-8 3-9 5-2 6-3 7-4 7-5 10-10 11-11 12-12 14-13 14-14 15-17 16-16 17-20 18-19 19-21 20-16 21-15 22-22 23-23
+0-0 1-1 2-1 3-2 4-6 5-3 6-7 7-7 7-9 8-10 9-11 10-14 12-30 13-31 14-12 14-15 15-16 16-22 17-18 17-19 17-20 17-22 18-21 19-23 20-24 21-25 22-13 23-25 24-26 24-28 24-29 25-27 27-32 28-33
+1-0 2-1 3-2 4-3 5-2 6-4 7-5 9-6 11-6 12-7 13-8 14-9 14-10 15-14 16-11 16-12 16-15 17-14 18-15 19-20 20-18 21-23 22-24 23-25 24-21 24-22 25-13 27-26 28-26 29-30 30-31 31-32 36-28 37-28 38-29 39-27 40-36 41-37
+1-6 2-2 3-1 4-7 4-8 4-9 4-10 5-0 7-3 8-10 9-11 10-12 11-13 12-14
+0-6 1-7 2-8 3-8 4-8 5-5 6-15 7-16 9-2 10-12 12-19 13-18 15-17 16-23 17-20 18-24 20-25 20-26 20-27 21-27 22-21 22-22 23-28 24-29
+0-1 0-10 1-2 1-3 2-12 3-4 4-5 4-6 5-7 5-17 6-8 8-11 9-14 9-19 10-20 11-13 12-0 13-15 16-21 17-22
+0-3 1-3 2-2 3-15 4-16 5-17 6-18 7-19 8-1 10-9 11-9 12-8 13-4 14-8 15-14 16-10 17-7 18-12 19-13 22-22 23-21 23-22 25-23 26-23 27-24 28-26 28-27 29-28 30-25 31-29 32-30 33-31 34-32 35-35 36-33 36-34 38-36 39-35 40-30 41-37 41-38 42-39
+1-1 2-0 3-1 4-2 4-3 5-6 6-5 7-5 9-7 10-8
+0-0 0-1 3-3 4-4 5-8 6-7 7-6 8-5 8-7 10-9 11-9 14-12 16-13 22-22 24-15 25-18 26-19 27-20 29-27 32-29 33-28 34-28 35-33 36-26 37-30 38-31 38-32 40-41 41-38 42-38 43-37 43-39 44-42 44-43 45-40 46-17 47-23 49-44 50-45
+0-2 1-0 1-1 2-0 3-6 4-7 5-9 6-9 7-8 7-9 7-10 8-10 9-11 10-12 11-13 12-16 13-17 15-18 16-36 17-21 18-34 19-19 20-3 23-23 23-24 25-25 26-25 26-26 29-29 30-30 30-31 30-32 31-27 31-28 32-28 33-29 36-37 37-37 38-38
+0-0 0-1 1-2 1-3 2-4
+0-0 1-1 1-2 2-3 3-10 4-11 7-6 8-12 9-15 10-13 11-9 12-9 13-9 14-9 15-7 16-7 17-8 18-9 19-20 20-14 22-16 23-24 24-25 25-21 25-22 26-24 27-24 28-23 29-29 30-28 31-17 32-32 34-33 35-33 36-34 37-37 38-36 38-38 40-39 42-35 43-41 44-42
+0-3 1-4 2-7 3-6 3-7 4-1 4-8 5-0 5-2 5-9 7-10 8-13 9-11 9-12 11-13 12-14 13-15 14-15 15-15 15-16 15-17 16-18 17-19 18-19 19-19 20-22 21-19 22-19 23-19 24-20 25-21 25-30 26-31 27-23 27-24 27-25 28-23 29-25 30-26 31-27 32-29 35-33 37-35 38-38 38-39 38-40 39-39 40-40 41-41 42-43 42-44 43-50 44-47 45-45 45-46 46-46 48-51 49-52
+0-0 3-5 4-2 6-3 7-4 8-8 9-18 10-19 11-20 11-22 11-23 11-24 11-25 14-13 15-14 15-15 16-26 17-27
+0-4 1-6 1-7 2-5 4-8 6-1 7-10 9-13 9-14 9-15 9-16 10-27 11-23 14-25 15-20 16-19 17-20 17-21 18-33 19-35 20-24 21-44 22-44 23-44 24-28 25-29 26-39 28-34 29-50 30-40 30-51 31-41 31-42 32-54 33-45 34-55 35-46 36-47 37-48 38-52 40-43 41-18 42-18 45-56 46-57
+0-0 1-0 2-0 3-2 3-4 3-6 4-3 4-5 4-7 5-7 6-8 6-9 7-10 8-10 9-10 9-11 10-17 11-12 11-13 11-14 11-15 11-16 11-17 12-16 13-17 14-18 15-19
+0-0 1-1 2-2 3-4 3-5 4-4 5-6 5-7 6-8 7-9 8-10 9-16 10-11 10-12 10-13 10-14 10-15 10-16 11-17 12-17 13-17 14-18
+0-0 1-0 1-1 2-2 3-3 4-4 4-5 5-9 6-6 6-7 6-8 7-9 8-10
+0-0 1-0 2-1 2-2 3-4 4-5 5-6 6-7 8-8 9-3 11-9 12-10 12-11 12-12 13-10 13-13 14-24 15-25 16-25 16-26 17-14 18-16 19-19 20-17 20-18 21-19 22-20 23-20 23-21 26-22 27-22 28-27 29-28
+0-1 1-2 2-1 3-1 4-3 5-5 7-4 10-11 11-10 12-7 13-10 14-11 15-12 16-13 18-8 20-14 21-14 24-0 26-15 27-16 28-17 29-18 30-20 31-20 32-21 33-22 34-23 35-24 36-25 36-26 37-29 38-29 39-30 40-30 41-31 42-32 43-36 44-34 44-36 45-35 46-33 47-28 48-28 50-28 51-28 52-27 53-37 54-38
+0-0 0-2 1-1 2-3 6-5 7-6 8-7 9-8 10-8 10-9 11-10 12-11 13-17 14-21 16-18 16-20 17-19 19-14 20-13 20-15 22-30 23-23 24-23 25-22 26-36 28-37 30-32 33-29 37-33 38-35 41-39 42-40 44-41 45-47 46-42 50-46 51-38 52-43 53-48 55-44 56-45 58-50 59-50 60-51 61-52 62-53 63-53 65-57 66-58 67-59 68-55 69-51 70-60 71-61
+0-0 1-1 2-2 3-3 4-4 5-5 6-6 7-7 8-8 9-11 10-12 11-14 11-17 12-9 12-15 12-16 13-13 14-10 15-20 16-18 16-19 16-21 17-20 18-22 19-23
+0-0 1-1 2-2 3-3 4-3 5-5 6-5 7-6 8-8 9-7 9-9 10-10 11-14 12-12 13-11 14-12 14-13 15-15 16-15 17-16
+0-0 1-0 1-1 2-2 3-3 4-4 4-5 5-9 6-6 6-7 6-8 7-9 8-10
+0-1 1-3 2-0 2-2 3-1 4-4 5-4 6-5 7-6 8-7 9-8 10-10 11-9 12-9 13-9 14-13 15-12 16-12 17-12 18-13 19-13 20-11 20-12 20-13 21-14 22-14 22-15 23-14
+0-0 1-1 2-2 3-1 3-3 4-4 5-5 6-5 7-6 8-9 9-10 10-8 10-9 11-17 12-7 13-14 14-11 16-12 16-15 17-13 18-16 19-18 20-17 22-19 23-20
+0-9 1-9 2-0 3-3 4-11 5-11 8-1 13-2 14-10 15-4 16-5 17-6 18-8 22-16 23-17 24-18 25-15 27-19 28-19 29-29 33-34 36-28 37-35 38-35 39-36 40-35 41-35 44-31 45-33 47-30 48-38 49-32 51-21 53-23 54-23 55-24 57-39 58-39 59-26 60-25 61-40 62-41
+1-0 1-1 1-2 2-4 2-5 3-3 6-7 7-8 8-9 9-8 10-11 11-10 12-12 14-13 15-13 16-14
+0-0 1-1 2-2 3-2 4-2 5-3 5-5 6-4 7-5 8-6 9-6 10-7 11-9 12-10 14-11 15-12 15-13 16-14 17-15 19-16 19-17 20-19 21-18 22-19 23-20 25-21 26-20 27-21 27-23 28-22 32-27 33-29 33-30 33-31 34-25 34-26 35-32 36-33
+0-0 1-1 1-2 2-3 3-2 4-2 5-4 6-4 7-6 8-15 10-11 11-8 12-9 12-10 13-9 14-9 15-8 17-13 18-7 19-19 20-20 23-14 25-16 26-22 27-22 28-18 30-21 31-23 32-23 32-24 33-30 34-25 35-26 35-29 36-27 37-28 38-32 39-34 43-36 44-37 45-38 46-37 47-36 48-39 49-40
+0-0 0-1 0-2 1-3 1-4 1-5 2-7 3-6 4-8 5-9 6-10 7-11 8-12 9-13 10-14 11-16 12-17 13-15 14-18 15-19 16-20 17-21 18-20 18-22 19-23 20-24 21-25 22-27 23-26 23-29 24-28 24-30 24-31 25-29 27-34 28-35 29-36 30-37
+0-0 1-17 2-9 3-10 3-20 3-21 3-22 4-23 5-13 6-26 7-5 7-6 8-27 10-37 11-9 12-8 13-19 17-25 18-48 19-24 21-28 22-29 23-43 24-44 25-45 26-46 27-41 28-42 29-38 30-40 32-39 33-52 34-53 35-53 36-54 36-55 37-71 38-71 40-68 40-69 42-57 43-58 44-56 45-64 45-65 50-79 51-78 51-80 52-81 53-34 54-33 54-66 54-67 55-66 56-82 57-83
+0-0 0-1 1-2 2-3 2-4 3-5 4-6 6-7 7-8 8-9 9-10 10-11 11-12 12-13 13-14 14-15 15-18 15-20 16-19 17-16 18-17 19-17 23-21 24-25 24-26 25-22 26-23 26-24 27-30 29-31 30-31 31-28 32-29 33-27 35-32 36-32 37-33
+0-10 0-11 1-12 2-1 3-19 4-21 5-21 6-22 7-23 9-12 11-21 12-21 13-21 14-16 15-17 18-13 19-4 20-3 21-6 22-0 23-5 26-25 27-26 28-39 29-43 31-48 33-23 34-30 35-51 37-32 39-52 40-53 41-37 42-38 44-40 48-47 49-49 50-62 51-62 52-62 53-62 54-62 54-63 56-65 57-66 58-67 59-54 60-55 66-70 66-71 69-64 70-60 73-83 75-74 79-84 80-78 81-92 82-46 85-83 86-82 87-86 88-91 89-89 90-77 91-75 94-41 96-85 97-34 98-93 99-94
+0-2 1-0 1-1 2-4 3-3 3-4 4-5 4-7 5-6 6-8 7-6 8-9 9-11 10-12 11-10 12-13 13-14
+0-0 1-0 1-1 2-2 3-3 4-4 5-5 6-6 7-7 8-8 9-9 10-12 11-11 12-10 13-14 13-15 14-12 14-13 15-16 16-17
+0-0 0-4 1-1 1-3 1-4 2-2 2-5 3-6 4-7 5-6 6-10 8-8 9-9 12-11 12-12 13-13 13-14 14-15 15-15 16-16 17-17
+0-0 1-0 1-1 2-2 3-1 3-3 4-4 5-5 5-6 7-7 8-12 9-13 10-9 10-10 11-8 11-11 13-15 14-14 15-15 17-16 18-17 19-19 20-19 21-18 22-18 23-22 23-23 24-24
+0-1 1-0 1-1 2-2 3-3 4-4 5-5 6-6 7-7 8-8 9-9 10-10
+1-4 1-5 2-2 3-3 4-0 6-6 7-6 8-6 8-7 9-8 10-15 11-12 12-11 12-12 12-13 12-14 13-16 14-19 15-17 16-17 17-23 18-20 18-24 19-20 20-25 21-21 22-22 24-28 25-29 26-30 27-31 29-34 30-33 31-35 32-32 33-36 34-37
+0-0 1-7 2-3 3-2 3-3 4-5 5-4 6-5 6-8 7-7 8-6 9-13 10-10 14-14 15-15 16-16 17-17 17-18 19-20 20-19 21-21 21-22 22-23
+0-0 1-1 2-4 3-5 4-6 5-6 6-10 7-14 8-11 9-12 10-13 11-7 12-16 12-17 13-18 14-19 15-20 16-21 17-22 17-23 17-28 18-20 18-29 19-21 19-30 20-31 21-25 21-26 21-27 22-24 24-34 25-35 26-37 27-38 28-39 29-40 31-41 32-36 33-42 34-34 34-43 35-44 36-46 37-45 40-48 41-49 42-50 43-51 44-56 44-57 45-58 47-59 47-60 47-61 49-52 50-54 53-62 54-64 55-66 56-65 59-72 61-69 62-70 63-71 64-71 65-68 67-73 68-74
+0-0 1-1 2-0 3-2 3-4 4-3 4-5 5-5 6-7 7-8 8-9 9-10 10-11 11-12 12-13 13-14 13-15 14-16 15-17 16-18 17-19 18-20 18-21 18-22 19-24 19-25 20-23 21-26 23-27 24-29 24-32 25-31 26-30 29-34 31-34 32-35 32-36 33-37 35-47 36-47 37-49 38-50 39-39 40-28 41-38 42-53 43-53 44-54 45-55 46-54 47-41 49-66 51-48 52-62 54-40 54-68 55-69 56-70
+0-3 1-4 2-1 2-5 3-0 3-2 3-6 4-7 4-8 5-7 6-10 7-11 9-9 10-14 11-11 12-14 13-14 14-15 15-11 15-16 16-12 16-13 18-19 19-19 20-20 21-23 22-22 22-24 23-21 24-25 25-26
+0-0 1-0 1-1 2-2 3-3 4-4 4-5 4-6 4-7 4-9 5-8 6-10 9-14 10-13 10-14 11-15 11-18 12-19 13-17 14-16 15-20 16-23 17-24 19-26 20-27 20-29 20-30 20-31 20-32 21-33 22-35 23-36 24-34 27-42 27-43 28-42 29-41 29-44 30-45 31-46 32-47 33-48 34-50 35-49 36-51 36-52 38-53 39-54
+0-0 1-1 2-2 3-3 4-3 4-4 5-5 6-6 7-12 8-7 8-8 9-9 10-11 11-13 12-14 13-15
+0-0 1-35 2-2 3-3 4-4 5-5 6-8 7-9 7-11 8-10 9-12 10-13 11-16 12-16 13-16 15-17 16-18 18-19 19-19 20-19 21-20 22-20 23-25 24-26 26-21 28-23 29-29 32-27 35-28 36-40 41-30 42-32 42-33 43-38 44-39 45-37 48-41 49-42 50-51 51-52 52-31 53-31 54-47 58-48 59-48 59-50 60-49 62-44 63-34 64-53 65-54
+0-2 1-1 2-0 3-6 4-3 4-4 5-5 7-7 8-8 9-8 10-7 11-8 12-7 13-9 14-9 14-10 15-16 16-11 16-12 17-13 18-12 19-14 20-14 22-15 23-17 24-17 25-17 26-17 27-18
+0-0 1-1 2-2 3-3 4-4 5-5 5-6 6-6 7-7 8-8 9-9 10-10 11-11 12-12 13-13 14-14 15-15 16-17 17-16 19-18 20-18 21-19 22-20 22-21 23-22 23-23 23-37 23-38 24-39 26-26 27-24 28-33 28-34 28-35 29-27 29-32 30-28 31-29 32-29 33-29 34-30 34-31 36-40 37-41
+0-4 1-1 1-5 2-2 2-6 3-3 6-7 8-11 9-10 10-12 11-14 12-14 13-15
+0-0 1-0 1-1 2-2 3-3 4-4 5-5 6-7 7-6 10-8 12-9 13-10 14-11 14-12 15-13 15-14 16-15 17-18 18-16 18-17 18-18 19-19 20-13 22-20 24-21 25-22 26-23 27-25 28-24 28-25 29-26
+0-0 1-1 2-1 2-2 3-3 4-4 5-6 6-8 6-9 6-10 7-11 8-12 9-13 10-15 15-14 16-5 17-16 18-17
+0-0 1-1 1-2 2-1 4-7 5-8 6-10 7-11 8-4 11-9 12-10 13-9 16-12 17-13
+0-0 1-1 2-11 3-12 4-14 5-6 5-7 6-11 7-12 8-19 9-9 10-15 11-16 12-16 13-16 15-5 16-5 17-8 20-22 21-23
+0-0 1-1 2-2 2-3 3-4 4-4 6-5 7-6 8-7 9-7 10-8
+0-0 1-1 2-2 3-13 4-14 5-9 6-10 7-3 8-7 10-8 11-4 11-5 12-11 14-12 16-15 17-15 18-15 19-16
+0-0 1-1 2-1 4-4 4-5 4-6 5-7 6-7 7-7 7-8 8-6 9-7 10-7 11-7 12-7 13-9 14-10 15-11 16-12
+0-0 0-1 1-0 1-2 2-3 3-3 3-4 5-5 6-5 7-6 9-7 9-8 11-9 12-13 15-15 16-14 17-15 18-10 18-11 19-12 20-16 21-17
+0-0 1-1 2-2 3-3 4-4 5-4 6-5 7-6 7-7 10-8 11-9 12-10 13-11 15-12 16-12 17-13 18-13 19-15 20-17 21-17 22-19 23-20
+0-0 1-1 1-3 2-4 3-5 4-2 5-4 6-10 7-9 7-11 8-12 9-12 10-12 11-13 11-14 12-6 13-10 14-10 15-18 16-19 17-19 18-20 19-15 20-16 21-21 22-22 23-25 24-25 25-25 25-26 26-25 29-27 29-28 30-29 31-32 32-33 33-33 36-32 37-34 38-33 42-35 43-30 43-31 44-38 45-39
+0-0 1-0 1-1 2-2 3-1 3-3 4-4 5-5 6-6 7-7 8-8 9-9 10-10 11-11 12-12 13-13 14-14 16-15 16-16 17-17 18-18 19-23 22-20 22-38 23-39 24-40 25-40 28-19 29-19 31-22 31-24 31-25 31-26 31-27 32-28 32-33 33-29 33-34 33-35 34-30 35-31 36-32 40-41 41-42
+0-0 1-1 2-2 3-3 4-6 5-4 6-7 7-8 8-9 8-10 9-5 11-13 12-12 13-14 14-11 15-13 16-15 16-16 22-18 23-19 24-20 25-21 25-26 26-17 27-16 28-27 29-28
+0-0 1-1 1-2 2-3 3-3 4-4 5-5 6-5 7-5 8-6 9-7 10-8 11-9 12-11 13-12 14-13 15-10 16-14 17-15
+0-0 1-3 2-2 4-1 5-4 6-4 7-4 7-5 9-15 10-6 11-6 12-7 13-8 15-19 16-14 17-20 18-16 18-21 19-17 19-22 20-24 21-18 23-36 24-37 26-38 30-30 31-31 32-35 33-35 34-35 35-32 36-33 37-34 38-29 41-27 42-39 43-40
+0-0 1-0 1-1 1-2 1-3 2-4 2-5 2-8 3-6 3-7 3-9 4-10 5-11 6-13 6-14 7-12 8-15 9-16
+0-0 1-1 2-0 5-3 6-4 7-2 9-9 12-5 12-6 13-12 14-12 14-14 15-13 16-15 17-15 18-15 18-16 19-11 20-17 21-18
+0-0 1-1 2-5 3-5 4-5 5-6 6-3 6-4 7-7 8-7 8-9 9-8 10-10 10-11 11-13 13-15 14-16 15-15 15-16 16-17
+0-0 1-0 1-1 2-2 3-3 4-4 5-8 9-5 9-6 9-7 12-9 12-10 13-19 14-19 16-20 17-21 18-13 19-14 21-15 22-23 23-25 23-27 24-26 25-26 26-24 28-22 30-29 31-36 32-30 35-32 37-39 37-40 38-33 39-42 40-43 41-43 42-43 43-35 45-45 46-37 47-11 50-18 54-46 55-47 55-49 56-48 58-50 59-51 60-52 61-53 62-54 63-55 64-61 65-58 66-65 69-59 70-60 71-60 72-60 73-60 74-62 75-57 76-57 77-66 77-67 78-66
+0-2 1-0 2-7 5-10 5-11 6-4 7-13 8-6 9-17 10-18 11-12 12-14 12-21 13-15 14-20 16-16 17-16 18-17 19-22 20-23
+0-0 1-1 2-2 3-6 4-7 5-8 6-9 7-8 8-12 9-11 10-15 11-16 12-10 13-11 15-13 16-14 17-5 18-3 19-17 20-17 21-18
+0-0 1-8 2-1 3-11 4-3 5-13 8-3 9-3 10-4 11-9 12-4 13-4 14-4 15-5 15-6 16-12 18-2 19-14 20-15
+0-0 0-1 1-2 2-3 3-3 4-4 5-5 6-8 6-9 7-6 8-7 10-12 11-11 12-13 12-14 12-15 13-16 14-17
+0-0 1-0 1-1 2-3 2-4 2-5 3-6 3-7 4-9 5-8 5-10 5-11 6-12 7-13 7-14 8-14 9-15 9-16 10-17 10-18 11-19
+0-0 1-3 2-1 2-2 3-3 4-4 5-4 5-5 6-6 7-7 8-8
+0-1 1-0 2-2 3-4 4-5 6-8 7-3 8-7 9-9 10-11 11-11 12-11 13-12 14-6 15-10 16-10 17-13 18-13 19-13 20-14
+0-5 1-5 1-6 2-3 2-4 2-7 3-9 4-8 5-15 6-13 7-14 8-16 9-16 10-17 11-20 11-21 12-11 13-22 14-23
+0-0 1-0
+1-0 2-2 3-1 3-2 3-3 4-4 5-5 5-6 6-7 6-8 7-9 7-10 8-13 9-11 10-11 10-12 11-14 14-15 15-16 17-33 18-34 19-21 21-37 22-24 23-30 26-29 27-28 29-29 30-27 32-20 33-35 33-36 34-34 36-39 37-40 38-41
+1-7 2-8 3-9 4-2 4-3 5-0 6-1 7-9 8-10 9-11
+0-0 0-1 1-2 2-3 3-4
+0-0 1-6 1-7 2-4 3-1 4-8 6-9 7-10 8-12 9-5 10-11 11-15 12-16 13-17 14-18 15-19 16-20 17-21 18-22 19-23 20-24 21-25 22-20 23-27 24-28 25-26 25-29 26-31 28-30 30-14 31-32 32-33
+0-0 0-2 1-1 3-10 4-8 5-9 6-3 7-4 8-5 8-6 9-7 10-7 11-14 12-15 14-13 14-17 15-16 15-18 17-25 18-26 19-27 19-29 20-28 21-29 22-30 23-31 23-35 24-36
+0-0 0-1 1-4 2-2 2-3 3-6 4-6 5-8 6-8 7-9 7-11 8-12 9-13 9-14 11-15 12-16 13-17 14-18 15-19
+0-0 1-0 1-1 2-2 3-1 3-3 4-4 5-5 6-6 6-7 7-16 8-17 10-9 11-8 12-18 13-19 14-20 15-21 16-22 16-23 18-24 19-25 20-19 21-28 22-27 23-34 24-34 25-31 26-14 30-32 31-35 32-37 34-38 36-40 37-41 38-42 39-41 39-43 40-45 41-46 42-47 43-50 44-48 45-51 46-44 47-52 48-53 49-54 50-55 51-49 52-56 53-57 53-58 55-61 56-62 57-63 57-65 58-64 59-68 60-67 61-66 61-68 62-67 62-69 62-70 63-67 64-59 64-60 66-71 67-72
+0-0 1-1 2-2 3-4 4-13 5-3 9-5 10-6 11-8 11-11 12-9 13-7 15-22 17-16 18-17 18-18 19-19 21-28 22-14 23-14 24-12 25-12 26-20 27-23 28-26 30-37 31-38 32-39 33-40 34-29 35-30 37-41 37-42 38-43 39-44 40-45 41-46 42-46 43-47
+0-0 1-1 1-3 2-2 3-4 4-5 4-6 5-7 6-8 7-13 8-14 9-15 12-26 13-27 14-10 14-22 15-23 18-19 19-20 20-16 21-31 24-21 25-35 26-27 28-30 29-30 30-24 31-40 32-33 36-29 38-43 39-45 40-37 41-38 43-44 46-39 49-46 50-47 52-52 53-48 54-49 55-54 55-55 56-54 60-53 61-58 62-57 62-60 63-59 64-61 65-62
+0-2 1-1 2-7 3-8 4-3 5-4 6-5 6-6 9-11 10-12 11-9 12-10 15-13 16-15 18-16 18-17 19-16 20-20 21-18 21-19 22-18 23-21 24-21 25-24 26-25 26-26 27-22 28-24 29-27 30-27 31-28
+0-1 1-1 2-2 3-6 3-9 3-10 4-5 4-7 5-8 7-13 8-3 9-16 10-15 12-16 16-14 17-20 18-16 19-17 20-18 20-19 20-21 21-22 22-23 23-22 24-22 26-27 27-27 28-27 29-26 29-27 29-28 29-29 32-25 33-30 34-31
+0-0 1-1 2-2 3-3 4-4 5-5 6-6 8-8 10-10 11-11 12-12 13-11 13-13 14-7 17-14 19-16 19-19 20-17 21-18 22-21 23-22 24-24 25-28 26-29 28-9 29-31 30-25 30-26 30-27 31-30 33-20 35-33 37-37 38-35 38-36 38-38 39-39 40-39 41-41 42-44 43-42 44-43 45-45 46-53 48-46 49-51 50-52 51-49 52-50 53-48 57-55 58-57 59-56 61-58 62-58 63-60 64-61
+0-0 1-1 2-0 3-2 4-3 5-7 6-6 7-9 7-11 7-12 7-13 8-8 9-11 10-10 11-14 12-15
+0-0 1-2 2-3 3-6 5-7 5-9 5-10 5-11 5-12 6-8 7-1 8-14 9-13 10-14 13-5 14-4 15-15 16-16 17-18 17-19 18-17 19-26 21-27 22-20 23-21 24-22 26-23 29-30 30-31 31-30 33-37 34-28 35-41 37-43 40-29 41-36 42-38 42-39 43-47 44-47 45-44 46-45 47-40 48-35 49-48 50-49 51-48 52-48 53-52 54-53 55-50 56-54 57-54 58-55 59-58 60-59 61-60 62-61 63-56 66-57 67-62 68-63 69-64 70-65 71-66 71-68 72-69 73-70 74-71 75-72
+0-4 1-0 2-1 3-2 4-2 5-7 7-3 8-3 9-5 10-6 11-8 11-9 14-11 15-12 16-9 17-10 18-10 19-16 20-17 22-13 23-14 24-15 27-18 28-18 30-30 31-44 32-21 32-23 33-22 33-24 34-24 35-22 36-25 37-26 38-31 39-32 40-27 41-28 42-29 45-33 46-34 47-35 48-38 51-37 52-36 54-42 55-45 56-43 60-46 61-49 63-53 64-54 65-55 66-56 67-57 68-57 69-58 70-59 71-60 72-61 73-48 74-64 78-62 79-66 81-63 82-70 82-71 84-69 86-74 86-75 89-72 91-76 92-77
+0-0 1-8 1-9 2-7 3-10 4-1 4-5 5-2 5-6 6-3 7-3 7-4 8-5 9-6 10-14 11-15 12-11 13-12 15-13 16-17 18-19 19-16 21-23 22-22 23-24 23-26 24-25 25-30 26-28 28-27 29-27 30-31 31-32
+0-0 1-1 1-2 2-3 3-4 4-3 5-3 6-4 7-5 8-5 9-6 10-7
+0-0 1-0 1-1 2-2 3-3 6-25 7-13 10-4 11-6 12-5 12-7 13-7 14-8 14-9 14-10 14-11 14-12 16-24 17-24 18-19 18-20 18-21 18-22 19-13 20-14 21-15 21-16 22-16 23-17 25-29 26-26 27-30 27-31 28-32 31-27 31-28 32-34 33-35 34-35 35-36 35-39 36-42 37-47 38-33 39-40 40-47 41-48 42-48 43-49
+0-0 1-0 2-1 3-2 3-3 4-3 5-4 6-5 7-6 8-7 9-8 9-9 10-18 11-17 12-18 13-12 14-12 15-13 16-14 17-13 17-15 17-16 19-11 20-19 21-19 22-20
+0-4 1-3 2-3 3-3 7-0 7-1 8-2 9-5 10-6 11-7 12-8 12-9 13-10 13-12 17-13 18-13 19-14 19-16 20-17 21-18 22-20 23-19 23-20 24-21
+1-0 2-1 3-1 4-3 5-2 5-5 6-2 6-6 7-7 8-8
+0-8 1-8 2-0 3-1 3-3 4-2 5-3 6-2 6-4 7-10 8-17 9-12 9-13 9-14 9-15 10-18 11-18 12-19 13-20
+0-3 1-0 2-1 3-2 4-2 5-4 5-5 7-6 8-6 9-7 10-8 10-10 11-9 12-11 13-12
+0-0 1-0 2-2 2-4 2-5 3-3 3-6 3-7 4-8 5-9
+1-0 2-4 3-3 4-5 5-6 6-7 7-7 8-9 9-10 10-12 11-11 12-13 13-13 15-15 16-17 17-16 18-18 19-19
+0-0 1-1 2-2 3-3 4-4 5-5 6-6 7-7 8-8
+0-8 1-9 2-3 3-1 4-2 5-4 5-5 6-0 7-7 8-10 11-11 12-12 13-13 14-15 15-16 16-13 17-20 18-19 19-18 19-19 20-20 21-20 22-21 23-22 24-23
+0-0 1-1 1-2 3-2 4-3 8-7 9-9 10-8 10-10 10-11 11-5 12-6 12-14 13-15 13-16 13-17 13-18 14-19 15-20 17-28 18-24 19-29 20-31 21-32 22-33 23-27 24-35 25-25 26-26 27-38 28-39 29-31 29-40 31-34 32-41 33-36 37-45 39-42 40-46 41-47 42-48 43-50 44-49 45-48 46-51 47-52
+0-0 0-1 1-2 1-3 2-4 3-3 3-5 3-7 4-8 5-9 6-10
+0-0 1-1 2-2 3-3 4-4 5-5
+0-2 1-1 1-3 2-0 3-4 4-8 5-9 6-5 7-5 8-10 9-11
+0-0 1-1 2-2 2-3 3-4 4-5 7-7 8-8 9-9 10-10 11-12 12-13 13-11 16-26 17-27 18-29 19-30 21-37 22-38 23-39 24-40 25-25 26-42 27-14 28-15 29-16 30-17 33-20 34-21 35-22 38-35 39-35 40-31 41-43 42-44
+0-4 1-0 2-1 4-8 5-1 6-2 6-5 7-3 7-6 8-7 11-21 12-21 14-16 14-17 15-12 16-9 17-22 18-23 20-24 21-15 22-25 24-20 25-27 26-28 27-29 28-30 29-33 30-34 30-35 31-36 32-36 33-37 34-38 35-39 35-40 36-41 37-41 38-42 39-43 40-44 41-45 42-46 43-47 43-49 44-50 44-51 45-52 46-62 48-53 50-56 51-57 52-58 53-55 54-54 55-59 56-63 57-64 59-67 60-67 61-61 62-61 63-61 64-74 65-75
+0-1 1-3 2-4 3-0 4-0 5-2 6-5 7-6
+0-0 1-1 2-2 3-5 4-4 4-5 5-6 6-5 6-7 7-8 8-9 9-10 10-11 11-3 12-12 13-13
+0-0 1-1 2-2 3-3 4-4 5-6 5-7 8-5 9-7 10-8 11-9 12-10 13-11 14-12 15-19 16-18 17-21 18-13 19-20 20-23 22-14 25-25 25-27 26-28 27-26 28-29 29-30 30-31 31-32 32-33
+0-0 1-1 2-3 3-2 3-4 4-5 5-6
+0-4 1-7 2-0 2-1 2-2 2-3 3-8 5-5 5-6 6-9 6-10 6-11 6-12 7-13 8-14 9-15 10-16 13-24 15-14 16-25 17-22 18-21 18-23 19-18 21-36 22-20 24-26 25-31 25-32 26-28 27-29 28-30 29-37 30-36 31-37 32-37 33-38 34-39
+0-0 0-2 1-3 2-2 3-5 4-7 5-6 7-9 8-8 9-14 10-15 13-16 14-18 14-19 15-24 17-20 18-12 20-28 21-30 22-26 24-25 26-17 27-22 28-31 29-31 30-32
+0-0 1-1 1-2 3-4 4-5 4-6 5-3 6-3 7-7 8-9 9-16 10-17 11-15 11-18 12-19 12-21 12-22 12-23 13-24 14-20 15-25 16-26 18-28 19-10 20-13 21-27 22-29 22-30 23-31
+0-0 1-1 2-2 3-1 4-2 6-4 7-3 8-4 9-9 9-10 10-6 11-7 12-5 13-11 14-13 14-14 15-13 16-14 18-12 19-17 20-16 20-17 21-15 22-15 24-18 25-18 26-19
+1-2 3-7 7-1 8-5 9-6 11-8 11-9 13-10 14-9 18-13 19-13 20-12 20-14 21-15 22-16 23-17 24-18 27-19 28-20
+0-0 0-1 0-2 1-6 2-3 3-4 4-8 5-9 6-7 6-8 7-13 8-11 8-12 9-14 10-5 11-6 12-15 13-16
+0-0 1-1 2-2 3-3 4-4 5-5 6-4 7-4 8-6 8-7 9-5 10-10 11-9 12-8 13-10 14-11 15-11 16-12 17-13
+0-0 1-1 2-1 4-2 5-2 6-3 7-5 8-6 9-7 10-8 10-9 11-15 11-16 12-16 13-10 15-17 16-12 17-20 18-18 19-19 20-21 21-22 22-23 23-24 24-27 24-28 24-29 25-25 28-26 32-4 33-30 34-31
+0-0 1-1 2-1 3-2 4-3 5-4 7-5 8-5 9-5 10-6 11-6 12-7 13-8 14-9
+0-2 1-5 3-15 4-0 5-17 6-17 7-18 8-19 9-14 10-21 11-21 11-22 12-23 13-20 14-24 15-25 17-26 18-27
+0-0 1-1 2-2 3-3 4-2 5-7 6-6 7-4 7-5 8-8 9-8 10-8 11-10 12-11 13-12 14-13 15-14 16-15 16-16 17-18 18-19 19-17 20-19 21-20 22-21
+0-5 1-0 1-1 1-2 1-3 1-4 2-6 3-7 4-9 5-8 5-9 6-10 7-12 8-11 8-13 8-14 8-15 9-16 10-17
+0-0 1-0 1-1 2-2 3-3 5-4 8-17 9-7 10-7 11-13 12-13 13-13 13-14 14-13 15-6 17-20 18-21 19-22 20-18 21-23 22-23 23-32 24-24 25-26 26-25 27-26 28-27 28-28 29-29 31-30 32-36 33-41 34-37 35-33 35-34 36-39 38-35 40-42 41-43 42-44 43-45 44-46 45-47 46-48 47-49 47-51 48-50 49-51 50-50 50-52 50-53 51-56 52-55 53-59 54-60 55-59 56-68 59-63 60-62 60-64 60-65 61-66 63-67 64-54 66-56 67-72 68-73
+0-0 1-1 1-3 2-2 5-4 6-5 7-6 8-8 9-7 10-9 11-10 12-11 15-13 16-14 17-13 17-15 18-16 19-16 19-17 20-18 21-19 22-18 23-20 24-20 25-20 26-20 27-21 28-24 28-25 28-26 29-30 30-27 31-28 32-31 33-32 34-33 35-35 36-35 37-34 40-36 41-38 42-37 43-37 44-36 45-44 46-42 46-43 48-40 49-41 50-39 51-38 52-45 53-46
+0-1 1-1 2-2 2-3 3-0 3-4 4-5 5-6 6-8 6-9 6-10 7-7 8-11 9-12
+0-0 0-1 0-2 1-4 2-3 3-4 5-5 5-6 5-7 6-8 7-9 8-11 9-13 10-14 11-12 12-14 13-15 14-16
+0-0 1-0 1-1 2-2 3-3 4-4 5-5 6-6 7-7
+0-0 1-1 2-2 3-3 4-4 5-5 9-7 10-7 11-8 11-9 12-6 13-10 14-11
+0-0 1-0 1-1 2-2 3-3 4-4 5-5 5-7 6-6 7-8 8-9 8-10 9-8 10-8 11-9 13-13 16-11 17-12 19-14 19-15 19-16 19-17 20-17 21-18 22-19 23-20 24-21 25-22 26-22 27-23
+0-6 1-2 2-3 2-4 3-4 4-4 5-4 6-0 6-1 7-9 7-10 8-11 8-13 8-14 9-11 10-8 13-15 14-16 15-20 15-24 16-25 17-26 19-26 20-21 20-22 21-29 22-28 22-30 23-29 23-31 24-30 24-32 25-23 27-33 28-34 28-35 30-36 31-37 32-39 32-40 33-38 34-41 35-42 35-43 36-44 37-45
+0-0 1-1 2-1 2-3 3-2 4-2 4-4 5-5 6-6 7-5 8-7 9-8 10-9 11-9 12-10 12-11 13-15 14-12 15-13 16-14 18-18 19-16 20-19 21-17 22-20 23-20 24-21
+1-9 2-14 4-6 5-6 6-7 7-8 9-2 10-3 10-4 11-1 11-2 13-5 14-6 15-10 16-6 17-6 19-12 20-12 21-13 22-15 23-17 24-17 27-21 28-22 29-24 30-25 31-26 32-27 33-28 34-29 34-30 35-30 40-31 41-37 42-32 43-33 44-34 48-36 51-39 55-40 56-41 59-42 60-43 60-46 61-44 62-45 63-49 64-47 65-48 66-50 67-51 68-52
+0-0 1-1 2-2 3-3 3-5 4-4 5-6 6-7 7-8
+0-0 1-2 2-1 3-3 4-4 6-5 7-6 8-7 9-7 9-8 10-7 10-9 11-10 11-13 12-11 13-12 14-13 15-14 17-17 19-20 19-21 22-29 23-30 24-27 25-33 27-36 28-37 29-38 32-45 33-46 34-34 35-41 36-39 37-23 37-24 38-44 39-42 40-40 42-48 44-55 45-55 45-56 46-51 47-51 48-50 48-52 48-53 49-49 50-57 51-58 52-59 53-60 54-61 57-65 58-61 59-62 59-63 61-64 62-69 63-70 64-70 64-71 65-73 66-66 66-67 67-72 68-74 69-75
+0-0 1-1 1-4 2-2 3-5 4-6 5-21 6-6 7-7 8-8 9-10 10-12 11-13 12-15 13-14 14-14 15-14 16-14 17-20 19-22 20-23 21-24 22-24 22-25 23-26 24-27 25-28 26-29 27-33 28-34 29-35 30-31 30-32 30-33 31-35 32-36 33-37
+0-0 1-1 2-1 3-2 4-3 5-4 6-7 7-8 8-9 9-10 10-5 10-6 11-9 12-9 13-9 14-10 15-12 16-13 17-14 18-15 20-12 21-15 22-15 23-15 24-16 24-17 25-18 26-19 27-20 28-20 29-21 30-21 31-22 32-22 33-22 34-23
+0-0 1-0 1-1 2-2 3-3 4-4 5-5 5-6 6-9 7-10 8-11 10-7 14-12 19-12 20-13 21-14 22-8 23-15 24-16
+0-0 1-0 1-1 1-2 1-3 2-4 3-5
+0-0 1-0 1-1 2-2 3-1 3-3 4-4 5-5 6-6 7-8 8-9 9-8 10-7 11-10 12-11
+0-0 1-1 1-2 2-3 5-5 6-6 7-5 8-5 9-6 10-4 11-7 12-8 13-9 14-10 16-15 17-11 17-12 18-13 19-16 20-17
+0-0 1-0 1-1 1-2 2-3 3-5 4-4 4-5 5-6 6-7 7-8 7-9 8-10 9-12 10-11 10-12 11-13 12-13 12-14 14-15 15-16
+0-0 1-0 2-0 3-1 4-2 5-3 6-3 6-4 7-6 8-7 9-8 9-9 10-13 11-14 12-15 13-12 14-11 15-10 16-5 19-19 20-16 23-23 24-18 25-24 25-25
+0-0 1-0 1-1 2-2 3-1 3-3 4-4 5-5 6-6 6-7 7-10 8-10 9-9 9-11 9-12 10-13 11-8 12-14 13-15
+0-5 1-0 1-1 2-2 3-3 4-6 5-7
+0-0 1-0 1-1 2-2 3-3 4-4 5-5 6-6 7-7 8-7 9-22 11-25 12-26 13-13 14-21 15-29 16-19 17-18 21-10 22-11 24-20 25-14 26-15 27-38 28-17 29-18 30-12 32-31 33-30 33-33 33-34 33-35 34-32 37-36 38-39 39-40 39-41 40-42 41-44 42-43 42-44 43-46 44-47 45-37 48-48 49-49
+0-0 1-1 2-2 3-2 3-3 4-4 5-5
+0-0 1-1 2-3 3-2 4-5 5-6 6-4 7-17 8-7 8-8 8-10 9-9 10-11 10-12 11-14 12-13 13-13 15-20 16-18 17-15 18-16 18-21 19-28 20-27 20-28 21-30 22-31 23-23 24-24 25-24 26-26 27-22 28-32 29-33
+0-0 1-1 2-2 3-3 4-4 5-5 6-6
+0-1 1-1 1-2 2-0 3-3 4-6 7-12 8-8 8-9 10-10 11-15 12-16 13-18 14-19 15-17 18-14 21-22 22-20 22-21 23-22 24-23 24-24 25-25 26-26 27-27 29-28 30-28 31-29
+0-0 1-0 1-1 2-2 3-1 3-3 4-4 5-5 5-7 5-8 6-10 7-11 8-6 9-9 10-9 11-12 12-13 13-14 14-15 15-16 16-15 17-17 18-18 18-21 19-22 20-23 21-24 22-24 23-26 24-38 26-27 27-28 28-29 28-30 29-30 30-31 31-25 32-37 34-39 35-40
+0-0 1-1 2-4 3-5 4-2 5-3 6-6 7-7
+0-0 1-1 2-2 3-3 4-4 5-5 6-6 7-7 9-11 10-8 10-9 10-10 12-12 13-13 14-14 15-15 16-14 16-16 19-17 20-18 20-19 20-20 21-18 22-21 23-22 23-23 24-24 25-25
+1-7 2-7 3-4 3-5 3-7 4-6 4-8 5-9 6-10 7-11 8-12 9-13 10-14 11-15 12-16
+0-0 1-1 2-2 3-3 4-3 5-3 6-3 7-4 8-5 8-6 9-6 10-7 11-5 13-8 14-9
+0-0 0-1 0-4 1-2 1-3 1-6 2-7 3-8 4-9 4-10 5-10 6-11 7-12 7-13 7-14 8-16 10-18 11-15 11-17 12-19 13-20
+0-0 1-1 2-14 3-4 4-4 5-3 6-13 7-9 8-6 9-2 10-7 16-20 17-15 18-16 19-17 20-17 21-22 22-21 24-21 25-22 26-23 27-24 28-26 29-30 30-28 30-29 31-27 32-27 35-34 36-31 36-32 36-33 37-35 38-36
+0-3 1-1 1-3 2-0 2-2 2-4 3-5 4-6 4-7 5-8 6-9 6-10 7-11
+0-0 0-1 1-2 2-3 2-4 3-5 4-4 4-6 5-14 6-10 6-11 6-12 6-13 7-7 8-19 9-20 10-21 11-17 12-16 12-18 13-22 14-23
+0-0 1-1 2-2 2-3 2-4 3-6 4-5 5-7 6-8 6-10 7-14 7-16 8-15 8-17 8-18 8-19 8-20 9-22 9-23 9-24 10-22 11-21 11-25 12-26
+0-0 1-1 2-2 3-3 4-4 5-5 6-6 7-7 9-8 9-13 10-9 10-10 10-12 11-11 12-14 13-15
+0-0 1-0 1-1 2-2 3-3 4-4 5-5 6-5 7-6 9-8 10-9 12-10 13-11 14-12 15-13 17-17 18-18 19-15 20-15 21-19 22-20 23-14 24-23 25-23 26-24 26-25 27-26 28-27
+0-0 1-1 3-2 4-3 5-4 6-5 7-6 8-9 9-9 9-10 10-11 11-7 11-8 12-6 13-12 14-13 15-15 16-14 17-16 19-16 20-17 21-18 22-19 23-20 24-21
+1-7 2-5 3-6 4-10 5-1 6-0 7-8 9-4 11-11 11-12 11-13 13-16 14-16 15-14 16-18 16-19 17-18 18-15 18-20 19-21 20-22
+0-0 0-1 1-7 1-8 2-2 2-3 3-4 4-5 5-5 6-9 7-9 8-10 8-11 8-12 9-14 10-13 11-15 13-18 13-19 13-20 15-21 16-22
+0-0 1-1 4-3 5-8 6-8 7-4 8-4 8-5 8-6 8-7 9-9 10-9 11-9 12-10
+0-0 1-1 1-2 2-1 3-2 4-3 5-4 6-6 7-7 7-8 8-8
+2-0 3-1 3-5 4-2 4-6 5-7 6-3 6-4 7-10 8-11 9-9 10-9 11-8 12-9 15-20 16-21 17-22 18-30 19-31 20-22 21-23 22-33 23-33 24-27 25-35 26-36 27-37 28-38 29-38 30-39 31-40 32-34 32-41 33-42 34-44 35-45 36-32 37-47 38-48 39-49 40-50 41-51 42-53 43-54 44-55 46-52 50-56 51-57
+0-0 0-2 1-1 2-0 3-3 4-4 6-10 7-6 7-7 7-11 11-13 11-14 12-12 13-17 14-16 14-18 15-19 17-21 18-20 19-23 20-24 21-20 21-22 22-23 22-26 23-27 24-15 27-25 27-28 28-29 29-33 30-33 31-34 31-35 32-36 33-37 34-32 40-38 41-39 42-39 43-40 44-41 45-42 46-43 47-52 48-45 49-46 50-47 52-50 53-51 54-53 55-53 56-54 57-31 59-55 60-57 61-56 61-58 61-59 62-60 64-61 65-61 66-62
+0-0 0-2 1-1 2-0 3-7 4-8 5-4 6-5 7-6 9-10 10-11 11-12 12-13 14-15 17-20 18-16 20-21 21-20 22-20 23-21 24-24 25-24 27-17 28-18 30-28 30-31 31-29 32-30 33-31 34-32 35-33 36-34 37-38 37-41 38-39 39-36 40-37 40-44 41-40 42-42 42-43 44-46 45-47 46-48 47-49 48-47 48-50 49-51 51-53 52-54 53-55 57-56 58-56 58-57 60-59 61-60 62-60 63-61 64-62 65-63 66-64 67-65 67-66 68-67 69-68
+0-0 0-1 1-0 2-18 5-13 6-4 6-5 7-6 8-7 9-8 10-8 11-9 12-10 14-14 16-15 17-11 18-16 19-17 20-20 20-21 21-22 22-23 23-26 24-27 25-28 26-29 27-30 28-25 29-24 32-32 33-33 34-36 36-34 37-37 38-38 39-39 40-39 41-39 42-40 42-46 42-47 43-41 43-52 44-42 45-43 46-55 49-49 50-50 50-60 51-50 51-51 52-62 52-63 53-65 54-66 55-66 56-66 57-64 58-53 58-54 60-67 61-68
+0-0 0-1 1-2 2-3 3-4 4-5 4-6 5-7 5-9 5-11 6-8 6-10 7-12 8-14 9-13 9-15 9-16 9-17 10-18 11-19
+0-0 2-1 3-2 4-3 5-4 6-5 7-10 8-9 9-12 10-17 12-13 12-18 13-14 13-15 13-16 14-19 15-20
+0-0 1-1 1-3 2-4 6-13 7-13 8-6 9-5 11-17 12-9 13-7 16-14 17-15 18-20 18-21 19-22 20-23 21-24 22-25 23-27 24-29 25-28 26-30 27-31 28-32 28-33 32-34 33-37 34-35 36-39 37-40 37-41 38-43 39-44 40-45 42-50 43-51 44-52 47-53 48-54
+1-0 2-1 3-2 4-3 5-4 6-5 6-6 7-7 7-8 8-9 9-9 9-10 10-11 11-12 12-13 13-14 13-15 14-17 15-17 16-18 18-20 19-21 20-22 21-16 22-23 23-24 23-26 23-27 24-29 24-30 24-31 25-28 26-32 27-33 28-34 29-35
+0-0 2-9 3-8 4-6 5-7 6-11 7-7 7-12 8-13 9-1 10-4 12-5 16-15 17-16 17-17 18-18 19-19 20-20 21-21 22-22 23-23 24-25 24-26 24-27 26-41 27-24 30-28 31-29 32-32 33-30 33-31 34-33 35-34 36-38 37-35 40-39 41-40 43-45 43-46 45-44 46-37 47-47 48-48
+0-0 1-1 1-2 2-3 3-4 4-5 4-6 5-7 6-8
+1-0 1-1 2-3 3-2 4-2 5-2 6-3 7-4 8-4 9-5 9-18 10-19 11-13 12-14 13-22 14-23 16-6 18-29 20-9 21-10 21-11 23-12 24-20 25-21 26-28 28-36 29-37 30-38 31-40 32-41 33-42 34-44 37-33 38-34 38-35 39-35 42-31 45-47 46-48 47-68 48-69 50-49 51-71 57-53 58-72 59-51 60-51 61-51 62-51 64-60 65-60 68-59 69-63 70-64 71-65 72-63 74-56 74-57 74-58 75-62 76-61 77-61 78-73 79-74
+0-0 1-12 2-12 3-12 4-5 5-1 6-2 7-3 8-4 9-9 9-10 10-11 10-17 11-18 12-19 13-19 14-20 16-22 17-23 18-21 19-24 20-26 21-16 22-15 23-25 24-27 25-28
+0-0 1-9 2-3 3-2 4-6 6-1 7-1 7-7 8-8 9-17 10-18 11-18 12-18 13-23 16-14 18-20 19-12 20-16 21-22 22-26 23-19 24-19 25-13 28-24 29-25 30-27 31-27 32-28
+0-1 2-0 3-4 4-13 4-14 5-11 6-16 9-10 10-5 11-6 12-6 13-15 14-9 15-17 15-18 16-19
+0-0 1-1 2-4 3-5 4-5 4-6 5-10 6-7 7-3 10-11 12-13 13-12 14-13 15-13 15-14 18-15 18-16 18-19 19-17 19-18 22-21 25-20 26-22 26-23 26-24 26-25 26-26 27-26 28-27 28-28 28-29 30-31 31-31 32-31 33-32 34-33 35-34 35-35 36-41 36-42 36-43 37-36 38-37 40-40 41-30 42-44 43-45
+0-5 1-6 2-0 3-3 4-3 5-7 6-8 7-8 8-8 10-8 10-9 11-10 13-11 13-12 14-13 15-14 19-17 20-16 20-18 21-15 23-19 24-20
+0-0 1-2 2-1 3-4 4-3 4-5 5-8 5-9 7-10 8-10 9-11 10-12 12-22 15-16 16-17 17-18 17-19 18-14 18-15 19-13 21-21 22-23 23-25 24-26 24-27 26-28 27-29 28-30 29-31 30-32 32-33 33-33 34-34 35-38 36-36 37-37 38-37 39-39 40-40
+0-0 0-1 1-3 2-5 3-6 4-6 5-7 7-8 8-8 9-8 10-9 11-10 12-10 13-11 14-18 15-14 16-14 16-15 17-16 18-13 19-13 20-13 22-19 23-20
+0-5 1-6 2-7 3-1 3-2 3-3 4-0 6-4 7-8 7-9 8-7 9-10 10-11 11-14 12-12 13-13 14-13 15-13 17-13 19-19 21-18 22-18 23-20 24-22 24-23 25-24 26-25 27-31 28-27 28-28 29-26 30-32 31-30 32-30 33-31 34-29 34-30 35-35 36-36 37-34 38-37 39-43 40-38 41-39 42-40 43-41 44-48 45-49 46-50 47-51 47-52 48-53 49-47 50-54 51-55
+0-5 0-6 0-7 4-0 5-1 6-2 8-12 9-11 9-13 10-14 11-22 11-23 11-24 13-16 14-15 15-25 16-26 17-32 17-34 17-35 18-33 19-29 20-30 21-31 22-28 25-38 25-39 27-52 28-54 29-45 31-44 34-49 34-50 34-51 35-46 35-48 36-47 37-42 38-55 39-56 40-57 40-58 41-59 42-60 43-61 44-69 45-70 46-62 46-63 47-67 47-68 49-71 49-72 50-73 51-66 52-64 53-74 54-75
+0-0 1-0 1-1 2-2 3-3 3-5 4-4 4-6 5-8 5-9 5-10 6-7 7-12 8-13 9-14 10-15 11-16 12-17 13-11 14-20 15-21 16-22 18-30 19-31 20-26 20-27 20-29 21-28 22-19 23-32 24-33
+0-0 1-1 2-2 2-4 3-2 3-3 4-2 5-5 5-9 6-8 7-7 8-10 10-11 11-12 12-13 13-15 14-14 14-15 15-16 18-19 19-18 20-20 21-21 21-24 22-22 22-23 23-25 24-26 25-28 26-27 26-28 27-29 28-30 29-31 30-30 31-33 31-34 32-35 33-36 34-17 35-37 36-37 37-38
+0-0 1-1 2-2 3-3 4-4 5-5 6-6 7-7 8-8
+0-0 2-1 2-3 3-2 3-4 6-8 7-8 8-13 9-14 10-9 11-10 12-11 13-12 14-17 15-18 16-26 17-20 18-29 19-19 21-23 21-24 22-31 23-30 23-32 25-27 26-16 27-15 28-33 29-34 30-35 31-45 32-46 33-37 34-38 36-36 37-49 38-47 38-48 38-50 39-48 40-51 41-52
+0-0 1-1 2-2 3-5 4-6 5-7 6-3 7-4 8-8 10-9 10-10 10-12 10-13 11-11 13-14 13-15 14-16 14-17 15-18 17-19 19-25 20-24 20-25 21-26 22-27 23-29 24-30 24-31 26-40 29-34 30-32 31-38 32-33 33-34 34-35 34-36 35-39 36-20 37-41 38-42
+0-11 1-3 2-4 3-4 4-14 5-4 5-13 5-15 6-7 7-8 7-10 8-11 8-12 9-5 10-6 11-9 12-16 13-17
+0-0 0-1 1-2 2-13 3-14 5-5 6-6 6-7 8-8 9-9 10-10 11-11 13-4 14-4 15-15 16-8 17-17 18-18
+0-0 1-0 1-1 2-2 3-3 4-5 4-6 5-6 6-4 6-7 7-9 7-10 8-8 8-11 9-12 10-13
+0-11 1-1 1-2 2-0 3-4 4-6 5-7 5-8 6-13 7-14 8-15 9-16 10-18 15-19 16-17 17-17 20-24 22-27 22-28 23-31 24-32 25-33 26-31 26-34 28-36 28-37 29-38 31-35 32-39 33-40
+0-0 0-1 1-2 1-3 2-2 2-4 3-5 4-6 5-7 6-8 7-9 8-12 9-13 10-15 11-10 12-11 13-14 14-19 14-20 15-19 16-18 17-21 18-22
+0-0 0-1 1-2 2-2 3-4 3-5 3-6 3-8 4-3 6-7 7-9 8-10
+0-1 1-0 1-1 5-6 6-7 7-8 8-9 9-10 10-11 12-13 12-14 13-15 14-16 15-17 15-19 16-20 17-21 18-21 20-23 21-24 22-22 23-25 24-26 24-29 25-27 26-28 27-32 28-30 29-33 30-31 31-18 33-44 34-46 35-47 37-36 39-36 40-37 41-38 42-40 43-39 43-40 44-41 45-51 45-52 45-53 46-54 46-57 47-55 48-63 48-64 48-65 49-70 51-58 52-59 53-60 54-61 55-71 56-45 57-72 58-73
+0-0 0-1 1-2 3-4 6-8 7-9 8-2 9-12 10-12 11-13 11-14 11-15 12-10 12-11 13-10 14-21 15-21 16-16 17-17 18-22 19-23 20-22 21-28 22-27 23-28 24-25 24-26 24-29 25-24 26-31 27-32
+0-0 0-1 1-0 2-2 3-3 4-5 7-6 10-10 11-9 11-10 12-11 14-4 15-8 16-7 17-12 18-12 19-14 19-15 20-16 21-17 22-18 23-19 24-20 25-21 26-22 27-26 28-27 30-35 32-31 33-31 33-32 34-30 37-37 38-37 40-33 47-42 48-41 50-40 51-42 51-43 51-44 52-44 53-45 57-49 58-50 60-47 61-48 62-47 63-52 64-53
+0-0 4-1 5-6 6-2 6-5 7-3 7-4 8-12 9-12 11-11 12-11 13-14 14-13 15-17 16-10 17-7 18-19 19-19 20-19 21-21 22-20 23-20 24-21 25-21 25-22 26-26 27-27
+0-0 1-7 2-6 4-4 5-14 6-1 7-8 8-17 9-11 10-16 11-21 12-13 12-22 13-23 15-12 16-18 17-19 17-20 18-25 18-26 19-27 20-28 21-29 22-30 23-31 23-32 24-31 25-31 26-32 27-33 28-34 29-34 30-36 31-37 31-38 32-37 33-45 34-40 35-39 35-42 37-41 38-41 40-46 41-47
+0-0 0-1 1-1 2-2 3-3 3-4 4-6 4-7 5-5 6-8 7-5 7-9 8-10 9-11
+0-0 0-1 1-2 1-3 1-4 2-7 3-8 3-9 4-8 5-9 6-11 7-12 8-13 9-5 10-19 10-20 11-14 12-15 12-16 13-18 15-22 16-32 17-33 18-35 19-36 21-24 22-26 22-27 23-28 24-31 25-29 26-21 27-37 28-38
+0-1 1-6 2-7 3-9 3-10 4-13 6-15 7-16 9-5 9-14 10-4 12-17 13-18 14-19 15-20 16-21 17-22 19-20 20-23 21-21 22-22 23-26 23-27 24-28
+0-3 1-0 2-2 3-8 5-5 6-12 7-11 8-12 9-12 10-13 11-14 12-15 13-9 13-10 13-16 13-17 14-10 16-18 17-19 18-20 23-22 24-21 25-23 26-24
+0-5 1-4 2-0 2-1 2-2 3-3 7-21 8-22 9-23 10-25 12-27 12-28 13-13 14-14 15-30 16-32 17-20 18-29 19-14 20-16 21-15 22-23 23-24 24-12 26-9 27-8 28-9 29-10 30-11 31-33 31-34 32-35
+0-0 1-2 2-1 3-2 4-3 5-4 5-5 6-6 6-7 7-8 8-9 9-9 10-9 10-11 11-10 11-12 12-13 13-14 14-15
+0-0 0-1 1-2 2-2 3-3 3-4 4-5 5-6 6-7 7-8 8-9
+0-1 1-0 1-1 2-1 2-2 3-27 4-3 5-8 6-8 7-9 8-6 9-7 9-11 10-12 11-13 12-14 12-15 13-16 14-19 16-24 17-17 18-18 19-29 20-30 21-30 22-31 23-32 24-33 25-34 25-35 26-36 26-38 27-39 28-40 28-41 28-42 28-43 29-40 31-37 32-45 34-44 36-23 37-49 38-50 39-50 40-51
+0-0 0-1 1-1 2-5 3-2 4-10 4-11 5-4 6-4 7-12 8-13
+0-5 1-5 2-0 3-0 3-1 4-3 5-4 6-2 7-6 9-7 10-8 11-11 12-10 13-13 14-14 15-15 16-16 17-20 18-21 19-18 20-18 21-19 23-22 24-22 25-23 26-24 27-25 28-26 28-32 29-28 30-29 31-30 32-31 33-12 34-12 35-35 35-43 36-36 36-44 37-34 38-38 39-39 39-40 40-41 40-42 42-46 43-46 44-45 44-47 45-48 46-51 47-49 48-52 48-53 49-58 50-55 50-56 50-57 51-58 52-50 53-59 54-60
+0-0 1-0 1-1 2-2 3-3 3-4 3-5 4-6 5-19 6-11 7-9 7-12 8-9 8-10 8-16 9-17 10-13 10-14 11-15 12-15 13-7 14-8 15-20 15-21 16-22
+0-0 1-1 2-2 3-3 4-6 5-5 6-4 9-9 10-7 11-8 12-11 14-10 15-15 16-15 17-16 17-17 18-16 19-19 20-19 21-19 23-14 24-23 26-24 27-25 28-26 29-27 30-28 31-29 32-30
+0-0 1-0 2-1 3-2 4-3 4-4 5-5 6-6 10-7 12-8 13-10 14-11 15-9 16-11 17-12 18-13
+0-0 1-0 2-1 3-8 4-9 5-9 6-10 7-11 8-12 9-13 10-14 11-15 12-16 13-17 14-18 15-19 16-20 17-21 17-22 18-6 18-7 19-24 20-2 21-25 22-27 23-30 23-31 24-29 25-32 26-33 26-34 26-36 27-37 28-39 29-40 30-26 33-41 34-42
+1-0 2-1 2-2 2-3 3-4 4-7 5-10 6-10 7-12 9-11 10-5 11-13 12-14 13-14 13-15 16-18 17-17 18-19 19-20 20-21 21-21 22-22 22-23 25-31 26-51 27-49 28-50 29-49 33-45 34-45 35-44 36-44 37-28 39-32 40-33 41-47 42-25 43-46 44-52 45-53
+0-1 0-2 0-3 1-8 2-0 3-6 3-7 4-9 5-8 6-8 7-10 8-11
+0-0 1-1 2-0 2-2 3-2 4-3 5-13 6-13 7-7 8-6 11-8 12-5 14-4 15-4 20-10 20-11 21-12 22-14 23-21 24-17 25-24 27-23 27-24 28-25 29-26 30-27
+0-0 1-1 2-2 3-3 4-4 5-4 6-5 7-6 14-7 15-8 15-10 15-11 16-9 17-12 18-13 19-14 20-15 22-17 23-18 24-12 25-20 26-19 26-21 27-19 28-22 29-23 31-26 32-24 33-25 34-27 35-32 37-33 38-28 39-29 40-30 41-31 43-34 44-35
+0-0 1-1 1-2 1-3 2-5 3-6 3-7 4-8 5-8 6-9 7-10
+0-0 1-4 1-5 2-3 3-8 4-9 5-9 6-6 6-7 7-10 8-11 9-12 10-13 11-14 13-15 14-15 15-16 16-17 17-20 18-21 18-22 18-23 20-24 21-19 22-25 25-27 25-28 26-28 28-35 29-34 30-37 34-33 35-34 36-44 37-38 38-39 41-49 42-50 43-51 44-52 45-42 45-53 46-43 47-54 48-45 49-46 52-30 53-51 54-51 55-51 56-55 57-56
+0-0 1-1 2-1 4-6 5-6 7-14 8-13 10-12 11-16 12-17 13-20 14-18 15-19 16-15 17-15 19-7 20-7 21-5 23-9 24-21 25-22 25-23 26-24 27-24 28-28 29-29 30-25 30-26 31-26 32-31 33-30 34-31 35-31 36-35 37-32 38-33 39-36 39-37 40-38 41-39 42-40 43-41
+0-0 1-1 2-3 3-2 4-3 5-4 6-5 7-6 7-7 8-8 9-9 10-10 11-11 12-12 13-13 15-14 16-14 17-15 18-21 19-20 20-17 20-19 21-16 21-18 23-23 23-24 24-22 24-25 25-28 25-29 26-31 27-25 27-27 28-26 29-26 30-25 31-25 32-32 33-33
+0-1 1-0 1-1 2-2 3-3 3-5 4-4 5-6 6-7 7-8 7-10 8-9 8-11 9-12 10-13 11-13 12-14 13-15
+0-4 1-5 2-0 2-1 4-5 5-2 6-3 7-6 8-14 9-7 9-10 10-8 10-9 11-11 12-11 13-16 14-19 16-20 17-21 18-23 19-22 19-24 19-25 19-26 20-24 21-27 21-28 22-17 22-18 23-15 24-29 25-30
+0-3 1-2 2-7 3-11 4-10 5-4 6-12 7-13 8-8 9-9 10-14 13-15 14-20 14-21 15-16 16-17 17-16 18-26 19-27 21-25 22-25 22-31 23-32 24-33 25-34 26-35 27-36 28-33 29-37 30-37 31-28 31-29 32-38 33-39
+0-0 1-1 2-3 3-4 4-5 5-6 6-6 7-2 8-7 9-8 10-9 11-10 12-11 12-12 13-13 14-14 16-15 17-17 18-18 19-19 20-20 21-15 22-16 23-21 24-22
+0-0 1-3 2-2 2-4 3-2 4-1 6-9 7-6 8-10 9-11 10-12 11-13 12-5 15-14 16-15 17-17 18-16 19-21 20-18 20-20 21-19 21-21 22-22 23-22 24-23
+1-0 1-1 2-2 3-3 3-5 4-4 5-7 6-6 7-8 8-9
+0-11 1-12 2-1 2-2 2-3 2-4 3-5 4-5 6-6 7-7 8-8 9-13 10-14 11-15 12-16 13-17 14-18 15-19 16-20 17-21 18-24 19-25 20-27 21-22 21-23 21-26 22-28 23-29
+0-0 1-1 1-3 1-4 1-5 2-6 3-9 4-7 5-2 6-14 6-15 7-11 8-12 9-13 10-10 11-16 12-19 13-20 14-21 14-22 15-18 16-23 17-23 18-24 19-25 20-26 21-26 21-27 22-17 23-28 24-29
+0-0 1-1 2-2 4-3 5-3 6-4 6-8 7-7 7-9 8-6 9-5 11-10 12-10 13-12 14-13 15-14 15-15 16-16 18-19 21-17 22-11 23-20 24-21 25-21 27-22 28-23 29-24 30-25 31-26 31-29 32-27 32-28 33-30 34-30 34-31 35-32 36-33 37-34 38-35
+0-0 1-1 2-2 3-1 3-3 5-6 6-6 7-5 7-7 7-8 8-4 9-10 10-12 11-11 12-12 13-13 14-14 15-15 16-16 17-17 18-18 19-19 20-20 21-21 21-23 21-24 22-22 23-25 24-26 25-27 26-28 27-29 28-30 29-31 30-32 31-33 33-36 34-37 35-38 39-40 40-41 41-42 42-43 43-44 44-45 45-9 46-46 47-47 48-50 49-51 50-51 50-52 51-53 52-54 53-55 54-48 55-34 56-56 57-57 57-60 58-58 59-58 61-65 63-66 64-67 65-68 65-69 66-68 67-69 69-71 70-72 71-74 72-75 73-77 74-76 74-77 75-78 76-79 77-80 78-81 79-82 79-83 80-84 81-85 83-86 84-87
+0-0 1-2 2-1 3-3 3-4 5-15 7-6 8-7 9-18 10-17 11-7 12-8 13-9 14-10 14-14 15-11 16-12 16-16 17-13 18-14 19-5 21-20 22-19 23-25 24-24 25-24 26-26 26-27 27-28 28-28 28-29 29-22 30-23 31-30 32-31 33-33 33-34 35-35 36-37 38-36 39-38 40-39 41-40 42-41 42-43 42-44 43-45 44-46
+0-0 1-0 2-1 3-2 5-4 6-5 7-6 7-10 8-7 9-12 10-9 11-15 13-8 14-9 17-16 18-17 19-19 20-19 22-18 24-20 26-21 27-22 27-23 28-22 29-23 31-14 32-30 33-31 34-24 36-28 37-27 37-29 38-33 39-32 40-35 41-36 42-37 43-39 44-40 45-34 46-41 47-42 47-43 49-45 50-47 51-46 52-44 53-48 54-49 56-51 58-53 59-54 60-55 61-52 62-56 63-57 64-58 65-58 66-58 68-61 69-61 70-62 71-63 71-64 72-66 73-65 73-67 74-68 75-69 76-70 77-68 78-71 79-72
+1-0 2-1 3-3 5-5 5-6 5-7 6-4 8-12 9-9 10-13 10-14 11-9 12-10 13-11 14-8 15-16 16-19 18-17 25-18 26-27 28-20 29-25 30-26 31-28 32-21 33-34 34-38 35-38 36-33 37-23 38-39 39-39 40-40
+0-0 1-0 2-1 3-2 4-5 5-6 6-3 6-4 7-7 8-8 8-9 8-10 11-12 12-15 12-16 13-11 14-27 16-17 16-18 17-19 19-20 20-22 20-23 22-21 23-28 24-28 25-29
+0-0 1-1 2-2 3-3 4-2 5-4 6-5 7-5 7-6 8-7 9-7 10-9 12-10 13-11 14-11 15-12 16-13 17-14 18-15 19-15 20-15 21-19 22-19 23-17 24-18 25-18 26-17 27-16 28-22 29-23
+0-0 1-1 2-2 3-6 3-8 4-5 5-7 6-11 7-12 8-13 9-14 10-15 12-14 14-18 14-19 14-20 15-10 16-21 17-22 18-17 18-23 19-16 21-24 21-27 22-25 22-28 23-29 24-30 25-31 26-33 27-32 28-30 29-37 30-40 31-42 32-35 33-44 34-44 36-48 36-49 37-50 38-51 39-52 40-43 41-53 43-45 44-46 45-47 46-58 47-58 47-61 48-60 49-59 50-54 51-55 53-63 54-63 55-63 57-65 58-62 58-64 60-66 61-67
+0-0 1-1 2-2 2-3 3-2 4-5 5-6 6-7 6-9 7-9 7-10 8-9 9-8 9-17 10-18 11-12 11-14 12-13 13-16 14-15 15-20 16-21 17-19 18-22 19-23
+0-0 1-1 2-2 3-3 4-4 5-5 6-6 7-7 7-8 8-7 9-10 9-11 10-9 11-13 12-12 12-14 13-12 14-15 15-16 16-19 16-20 17-22 18-21 20-23 21-24 22-25 23-25 23-26 24-27 25-28 26-29 27-30 28-31
+0-0 1-0 2-1 3-4 4-1 5-2 6-7 6-8 7-9 8-10 9-6 10-11 11-11 12-13 13-13 14-14 15-13 16-15 17-14 18-16 19-19 20-20 21-20 22-18 23-18 24-17 25-21 26-22
+0-0 1-4 1-5 2-3 3-7 4-1 5-2 5-6 6-8 7-8 7-9 8-11 9-10 9-12 10-13 11-14 12-15 13-18 14-16 14-17 15-17 16-19 17-20
+0-1 1-0 2-1 3-3 3-4 4-2 5-8 6-18 7-10 8-22 9-12 10-21 11-6 12-5 12-7 13-9 15-11 16-19 16-20 17-13 17-14 20-23 21-24 22-25 23-32 24-34 25-26 25-27 26-28 27-30 28-31 31-42 32-43 33-38 34-41 35-39 35-44 36-45 36-46 37-36 38-47 39-48
+0-1 0-2 1-0 1-3 2-4 3-5 4-4 5-4 6-6 7-6 8-6 9-7 10-8 10-9 11-10 12-9 13-11 14-12 14-13 15-14 17-15 18-16
+0-0 1-1 2-4 3-5 4-6 5-7 6-8 7-9 8-3 9-2 10-11 11-12 12-16 12-17 13-13 14-14 14-15 15-16 16-18 16-19 16-20 17-21 20-22 22-24 23-24 23-25 24-28 25-28 26-22 27-23 28-29 29-30 30-31 31-32 32-33 33-33 33-35 34-34 39-43 41-41 42-47 44-44 45-50 46-51 47-53 48-54 49-55 50-55 50-56 51-60 52-57 53-58 53-59 55-49 56-61 57-62
+0-0 1-1 1-2 1-3 2-4 3-8 4-10 6-11 7-12 8-12 9-9 11-15 13-13 14-18 15-19 16-20 17-16 18-17 19-5 20-6 21-21 22-21 23-22
+0-0 1-1 2-2 3-3 4-4 5-5
+0-0 1-1 2-2 2-3 2-4 3-5 4-5 5-6 5-7 6-8 7-10 8-10 9-9 9-11
+0-2 1-1 1-2 2-0 2-3 3-3 4-4 5-5
+0-0 1-1 2-0 3-0 4-2 5-11 6-6 6-7 6-8 6-9 6-10 7-3 8-4 9-12 10-13 11-14 13-16 15-18 16-20 17-19 18-21 19-22 20-23
+0-0 0-1 2-2 2-3 3-4 4-4 4-5 5-6 6-7 7-12 8-13 9-14 10-15 11-12 12-16 13-8 14-17 15-17 16-18
+0-0 1-1 2-2 5-3 6-4 6-5 7-6 7-7 8-8 8-9 11-10 12-10 13-11 14-15 15-14 15-16 16-13 17-14 18-12 19-17 20-18
+0-0 0-1 0-2 1-6 2-5 3-4 4-7 6-26 7-9 8-25 9-25 10-8 11-10 12-10 14-11 15-14 15-17 16-13 17-17 18-15 18-18 19-16 20-24 21-18 22-19 23-27 24-28
+1-4 2-7 3-7 5-1 6-2 8-3 9-14 10-10 11-12 12-12 12-13 13-11 14-16 16-9 17-19 18-20 20-21 21-21 22-22 23-23 24-24 24-25 26-26 27-27 28-28 29-28 30-29 31-29 32-33 34-36 35-30 36-31 37-32 41-18 42-37 43-38 44-39 45-42 46-43 47-44 48-45 49-45 50-45 51-42 52-41 53-46 54-47
+0-0 1-2 2-3 3-6 4-5 4-13 5-6 6-1 7-9 8-4 9-12 10-16 11-14 11-15 13-18 14-17 14-27 15-18 16-29 17-19 18-20 19-24 20-25 21-25 21-26 22-23 23-28 24-30 25-31
+0-0 1-2 2-1 4-4 5-4 6-5 7-5 8-3 9-6 11-9 12-7 12-8 13-6 14-10 15-11 15-15 16-12 17-13 18-18 20-14 21-25 22-20 23-19 23-20 24-21 25-26 26-16 27-22 28-23 29-24 32-27 33-27 34-28 35-29 36-30 37-31 38-32 39-33 40-37 41-38 42-39 44-39 45-39 46-39 47-40 47-41 49-43 50-44 51-45 52-46 53-47 54-48 56-50 57-49 58-49 59-51 60-52 61-52 62-53 63-54 64-55 65-56 66-58 67-57 68-60 68-62 69-61 70-63 71-64 72-67 73-67 73-68 74-65 75-65 77-72 78-72 79-70 79-71 80-69 82-73 83-74 84-75
+0-6 1-5 2-0 2-2 2-3 3-1 4-3 5-4 6-8 7-7 8-9 8-10 9-11 9-13 10-12 10-14 11-15 12-16 13-17 14-18 14-19 15-20 16-21 17-22 18-23 19-24
+0-0 1-0 2-3 3-3 4-3 6-1 7-2 10-4 11-5 12-6 12-7 13-10 14-13 14-14 15-11 16-9 17-8 18-15 19-16
+0-5 1-6 2-0 2-1 2-2 2-3 3-4 3-8 4-9 5-12 6-10 6-13 7-9 7-11 8-17 9-17 9-18 10-15 11-16 12-19 13-20 14-21 15-22 16-7 17-23 18-24
+0-0 1-1 2-2 3-3 4-4 5-6 6-5 7-12 8-9 9-9 9-10 10-7 11-11 12-8 13-13 15-22 16-16 17-18 20-24 21-25 22-26 23-17 24-14 25-27 26-28
+0-0 1-5 2-2 3-4 4-4 5-1 6-8 8-9 9-10 10-11 11-12 12-16 13-16 13-17 14-14 17-15 18-19 19-22 19-23 19-24 20-21 20-28 20-29 21-20 21-27 21-30 22-25 23-25 24-26 25-32 26-33 27-35 28-39 29-40 30-41 31-41 31-42 32-34 33-34 34-36 34-37 35-43 36-44
+0-1 0-2 1-4 2-5 4-8 5-10 6-7 7-6 9-3 10-11 11-11 12-9 13-0 15-11 15-13 16-12 17-14 18-15 19-15 20-16 21-16 21-17 22-18 23-19
+0-0 1-1 1-2 1-3 2-4 4-5 5-5 6-6 6-7 7-8 8-12 8-13 8-14 10-10 11-16 12-17 13-16 14-17 15-9 17-18 18-20 21-23 24-35 24-36 25-26 26-21 28-31 28-32 29-22 30-24 32-25 33-29 34-30 35-30 38-38 39-41 40-43 41-45 42-46 43-40 44-37 45-39 46-47 47-48
+0-0 1-1 1-2 1-3 2-2 3-4 4-4 5-5 5-6 6-7 7-7 8-8 9-9 9-10 9-11 9-12 10-13 11-14
+0-0 1-1 2-2 3-3 4-3 5-4 5-6 6-5 8-7 9-10 10-10 11-10 13-11 14-12 15-13 16-14 16-15 17-16 18-17 19-17 20-17 21-18 22-19 23-20 24-21 25-22 28-21 29-22 30-23 31-34 32-35 33-36 35-38 36-39 37-39 38-32 39-37 40-41 41-42 42-43 43-26 44-27 46-30 46-31 47-31 48-44 49-44 50-45
+0-0 1-1 2-2 2-3 3-4 4-5 5-7 6-6 7-7 7-8 8-6 9-9 10-10 11-11
+0-0 1-1 2-2 3-3 3-4 3-5 4-4 4-6 6-7 7-7 10-10 11-17 12-17 13-18 14-19 15-20 16-11 16-21 18-23 18-24 18-25 19-27 20-28 22-16 23-33 25-12 26-12 27-26 32-30 33-30 33-31 34-29 34-32 37-35 38-34 39-36 39-46 40-44 40-45 41-39 42-39 43-40 44-41 45-42 46-37 46-38 47-38 48-47 49-48
+0-0 0-1 1-2 3-3 4-3 5-3 6-4 6-5 7-6 8-7 9-8 10-9 10-10 11-10 12-11 13-12 14-13 16-14 17-15 17-16 18-18 18-19 19-17 20-20 21-21 22-21 23-22 24-21 25-23 26-24 27-25 28-26
+0-0 1-1 1-3 2-2 2-5 3-1 3-6 4-7 4-8 5-4 6-4 7-12 7-13 7-14 7-15 7-16 8-17
+0-0 1-0 2-0 4-3 9-11 10-11 11-0 12-1 12-2 13-8 14-5 15-5 16-6 17-7 18-9 18-10 19-17 20-24 21-18 21-19 21-20 22-21 24-22 25-22 26-22 27-22 28-25 29-26 30-27 31-28 32-29 35-30 36-31 37-32 38-33 40-34 40-35 40-36 42-39 43-38 44-39 45-40 46-41 47-41 48-42 49-43
+0-0 1-1 1-2 2-3 3-15 4-7 5-8 7-17 8-10 9-19 10-6 12-24 13-22 14-14 15-20 16-18 16-21 17-27 20-23 21-4 23-5 24-28 25-29
+0-20 1-0 2-0 2-1 4-2 6-3 7-4 8-5 9-9 11-8 12-10 12-13 13-11 13-14 14-15 15-15 16-15 18-18 18-19 19-24 20-26 21-25 21-26 22-27 23-28 24-29 25-30 27-35 30-28 32-37 33-37 34-37 35-32 36-33 37-23 38-6 39-36 40-38 41-39 42-40 43-39 44-44 45-45 46-44 47-46 49-42 50-49 53-50 55-53 55-54 56-53 57-55 58-52 59-47 60-57 62-56 64-48 65-58 66-59
+0-0 1-0 2-3 2-8 3-4 4-1 4-5 4-6 4-7 6-10 6-11 7-14 7-15 8-19 9-19 12-16 12-17 13-12 14-13 15-25 16-24 17-20 18-21 18-22 18-23 19-27 20-27 22-28 23-28 24-30 25-32 26-33 27-34 28-31 29-35 30-36 31-37
+0-0 1-3 1-4 2-3 3-6 4-1 5-7 6-8 7-8 8-22 9-23 10-24 11-19 12-9 13-10 14-11 15-5 16-25 17-26 18-27 19-18 20-32 21-33 22-30 22-31 23-28 23-29 24-29 25-34 26-35
+0-0 2-1 3-2 4-3 5-4 6-5 7-6 7-7 7-8 8-9 8-10 9-11 10-13 11-17 13-16 14-15 15-14 16-19 17-19 17-20 18-21 19-22
+0-0 1-0 1-1 1-2 2-10 3-2 3-4 4-3 4-5 4-6 4-7 4-8 5-15 8-9 9-9 10-11 11-12 13-13 14-14 15-17 15-18 16-19 17-20
+0-0 0-1 1-7 2-22 4-4 5-12 6-14 7-8 8-9 9-10 9-11 9-15 10-6 14-16 15-17 15-18 16-18 16-19 17-18 18-24 19-23 19-25 19-26 20-21 21-20 23-28 24-27 24-28 25-29
+0-0 1-6 2-7 3-8 4-8 5-1 6-3 6-4 7-5 8-2 9-11 10-12 11-13 12-13 13-14 15-10 18-17 19-17 20-15 20-16 21-17 22-18 23-19
+0-2 1-0 1-1 2-0 3-3 4-4 5-4 6-5 7-6 10-6 11-7 12-8 12-9 12-12 13-10 13-13 14-14 15-15 17-16 18-17 19-11 20-11 21-11 22-18 23-19
+0-0 1-1 1-2 2-2 3-3 4-4 5-4 6-4 6-8 7-9 8-6 9-7 9-10 10-11 10-13 12-14 13-14 13-16 14-15 15-5 16-17 17-18
+0-0 1-1 3-4 4-1 5-2 6-3 7-9 8-9 9-10 9-13 9-14 9-15 10-12 10-16 11-17 12-11 13-8 14-17 15-18 16-19
+0-0 1-1 2-2 3-3 3-4 4-6 5-5 6-6 8-10 9-8 9-9 10-7 12-11 13-11 14-14 15-15 15-16 15-17 16-17 16-18 17-13 19-22 20-20 21-23 22-36 22-37 23-38 24-28 25-40 26-33 27-25 29-32 30-30 30-31 31-39 32-34 32-35 35-41 36-42
+0-0 1-1 1-4 2-2 2-3 3-5 4-6 4-7 5-8 6-9
+0-0 0-1 0-3 0-4 1-2 4-7 5-8 6-5 7-6 8-10 9-11 10-13 11-14 13-19 14-19 15-15 15-16 15-18 17-20 18-20 19-20 19-21 21-23 22-24 23-33 24-34 25-41 27-28 27-29 28-44 32-31 32-32 33-32 35-35 35-42 36-43 42-25 43-22 44-50 45-45 46-46 47-48 48-52 49-51 49-53 50-54 52-55 53-56
+0-0 1-1 2-2 3-3 4-4 5-4 5-5 5-6 6-7 7-8
+3-0 4-1 4-2 5-4 6-3 8-5 9-5 10-6 11-6 12-6 13-7 14-8 15-9 15-10 16-11 16-12 17-10 18-10 19-13 20-14
+0-0 1-2 2-1 2-4 3-5 4-6 5-7 6-8 7-10 8-11 9-13 10-14 11-15 13-17 16-16 16-18 17-19 18-23 19-21 20-20 23-12 24-24 25-25 26-26 27-28 28-28 28-29 30-30 31-30 32-31 33-31 34-31 35-32 36-27 36-34 36-35 37-36 38-37 38-38 39-33 40-33 43-40 44-40 45-41 47-50 48-49 48-51 49-53 50-54 52-55 53-56 54-52 55-64 57-65 57-66 58-67 59-57 60-62 63-70 64-71 65-60 66-61 67-63 68-69 69-69 70-59 71-72 72-73
+0-0 0-1 0-2 1-4 2-3 3-5 4-6 5-7 6-8 7-9 8-10 10-21 11-14 11-15 12-16 13-12 14-11 15-17 16-19 17-20 18-18 19-25 20-26 21-22 22-27 23-23 24-29 26-30 27-31 28-32 29-35 30-35 30-36 31-33 33-34 34-37 34-38 35-42 37-40 38-39 39-40 40-41 41-48 42-43 43-44 45-46 45-47 46-49 47-50 48-56 49-57 49-58 50-59 51-59 52-54 53-53 54-54 56-60 57-61
+0-4 1-0 1-1 1-5 2-2 3-3 4-4 5-6 6-7 6-9 7-8 8-12 9-13 10-10 11-14 12-13 13-15 14-19 15-20 16-21 19-18 20-22 20-23 23-26 24-24 24-25 25-28 26-27 26-28 27-31 27-32 28-33 29-34 30-29 31-35 32-36
+0-0 0-1 1-3 2-2 3-4 4-7 5-7 6-8 7-6 8-13 8-14 9-16 10-9 11-23 11-24 12-30 13-12 15-25 17-27 18-28 20-35 20-36 21-37 22-29 23-44 24-42 24-43 25-44 25-45 26-34 27-46 28-47
+1-3 2-11 3-2 4-0 4-1 5-2 6-4 7-5 8-9 9-10 13-18 14-17 15-21 16-16 17-8 18-7 19-8 20-12 21-13 22-14 22-17 24-19 28-22 29-22 30-23
+0-23 1-5 1-24 2-5 3-3 3-4 3-6 4-5 5-10 6-9 6-16 7-25 8-26 9-7 9-8 9-27 10-28 12-30 12-31 13-19 14-20 19-32 20-33
+0-11 2-0 2-1 3-3 3-5 3-6 4-4 4-7 5-13 6-9 6-14 7-10 8-16 9-17 10-18 11-19 12-20 13-21 13-22 14-24 15-23 15-25 16-28 17-27 17-29 18-26 18-30 20-31 21-32
+0-0 1-1 1-3 2-2 3-8 4-4 4-5 5-6 6-7 6-9 7-10 7-11 8-12 10-13 10-14 11-15
+0-3 1-3 1-5 2-2 2-4 2-9 3-12 4-10 4-11 5-6 6-7 7-8 8-19 9-18 9-19 10-20 10-21 11-22 12-24 13-24 16-31 17-26 17-32 18-25 19-33 19-34 19-35 19-36 20-39 21-39 22-40 22-41 22-42 22-43 23-44
+0-1 1-2 2-2 2-3 3-4 3-5 4-6 5-9 6-10 7-11 8-6 9-6 9-7 9-8 11-12 12-15 13-0 14-14 16-18 17-16 18-13 19-17 20-19 21-23 22-21 23-21 23-22 24-25 25-24 25-26 25-29 26-30 27-31 28-32 28-34 29-33 30-34 31-35 32-36
+1-6 2-0 2-1 2-2 2-3 3-4 3-5 4-12 5-11 7-10 8-13 9-8 9-9 9-14 10-15 11-16
+0-0 1-0 2-1 3-2 4-3 5-4 5-5 7-6 8-9 8-10 9-11 10-7 10-8 12-12 13-12 14-13 15-18 16-19 17-20 18-20 19-21 20-19 20-22 20-23 21-24 21-25 22-16 24-17 25-17 26-15 27-14 28-26 29-27
+0-1 1-17 2-0 5-7 5-8 5-9 5-10 6-13 7-14 8-15 13-19 14-16 14-18 14-21 15-22 15-23 16-24
+0-4 1-4 2-4 3-3 3-5 6-0 6-1 7-9 8-2 9-11 10-12 11-13 13-10 14-17 15-17 16-16 16-18 17-14 19-20 19-21 19-22 21-22 22-23 23-24 24-25 25-27 26-31 27-28 28-32 29-33
+0-0 1-1 2-2 3-3 4-4 5-5 5-6 5-7 6-9 7-10 9-11 10-12 11-13 12-14 13-15 14-16 15-17 16-18 17-19 17-21 17-22 17-23 17-24 18-25 18-26 19-27 20-28 21-8 25-36 26-35 27-33 28-30 29-31 30-32 31-40 31-41 32-42 33-43 34-45 35-46 36-47 38-51 38-52 39-44 41-48 42-48 43-53 44-54
+0-0 1-2 2-3 3-4 4-5 5-6 6-7 7-8 10-10 11-10 12-11 12-13 13-15 14-16 15-17 16-28 17-18 18-18 19-19 20-22 21-21 21-23 22-19 23-20 23-21 24-20 25-21 26-26 27-12 28-27 29-25 30-29 31-30 32-31 33-31 34-33 35-24 36-34 37-35
+0-0 1-1 1-2 1-3 2-5 3-6 4-4 5-7 7-12 8-13 9-20 10-21 11-19 12-19 14-18 15-22 16-23 17-22 17-24 17-26 18-23 18-25 19-24 20-15 21-31 22-33 22-34 26-32 27-32 29-38 30-39 31-40 32-47 33-41 34-42 35-43 36-44 37-45 38-46 39-45 41-52 43-51 45-55 47-50 49-56 50-56 51-61 52-60 53-65 53-67 53-68 54-66 55-62 57-53 58-69 59-70
+0-0 1-3 2-1 2-3 3-2 3-4 4-5 5-6 6-7 7-8 8-9 9-15 10-16 11-17 12-17 13-18 14-12 15-13 16-13 17-14 18-14 19-19 20-20 21-16 22-21 23-22 24-23 25-24 26-24 27-25 27-26 28-24 29-27 30-28 31-29 32-30 33-31 34-32 34-33 35-32 36-34 37-35
+0-0 1-1 1-2 3-4 4-6 5-6 7-15 8-14 9-11 9-12 9-13 10-16 11-3 13-17 14-18
+0-0 1-1 2-2 3-2 4-3 4-7 5-8 6-4 7-5 7-6 8-4 11-11 11-13 12-12 13-10 14-14 14-15 17-17 18-18 19-19 19-20 21-22 21-24 22-21 23-23 24-25 26-26 27-30 28-28 29-29 30-31 31-32 32-33 33-35 34-35 34-36 35-38 36-16 37-39 38-40
+0-0 1-1 2-2 3-1 3-3 4-4 5-5 5-8 5-9 6-11 7-12 8-13 9-7 10-6 11-14 12-15 13-16 13-18 13-20 14-19 15-22 16-23 17-24 18-10 19-25 20-26 20-27 22-28 23-29 24-30 25-32 25-33 25-35 26-34 28-39 29-39 30-40 31-40 32-41 32-42 33-31 34-43 35-44
+0-0 1-1 2-2 4-3 5-3 6-3 6-4 7-5 8-8 9-8 10-8 11-8 12-7 13-8 13-9 14-10 15-11 16-12 17-13 18-14 19-16 20-21 21-22 22-18 23-17 24-15 25-25 26-26 28-32 29-23 31-24 32-30 33-35 34-34 35-31 36-36 39-39 40-40 41-40 42-41 43-42 44-42 45-43 46-28 46-29 47-44 48-45
+0-0 1-1 2-2 3-3 4-4 5-5 5-6 6-8 7-9 7-10 8-7 9-11 10-12 11-13 11-14 14-15 15-16 15-17 16-15 17-19 18-19 19-21 20-20 20-24 21-23 22-22 23-26 23-27 24-25 24-28 25-28 26-29 27-30
+0-2 1-0 1-2 2-1 3-8 4-9 5-4 5-5 6-6 7-7 8-8 9-9 10-14 11-15 12-16 13-17 15-18 16-18 17-13 18-20 19-19 19-21 19-24 20-23 21-22 22-22 23-25 24-26 25-27 26-23 27-29 28-28 28-30 28-33 29-32 30-31 31-31 32-32 33-34 34-35
+0-0 0-1 1-5 2-4 3-7 4-7 5-2 6-3 7-9 8-10 9-11 10-12 13-14 14-15 15-16 15-17 19-18 20-21 21-22 22-20 23-19 27-23 28-25 32-26 32-27 32-28 33-28 34-29 35-29 36-29 37-29 38-30 38-31 39-32 40-32 41-33 42-34 43-24 46-36 47-39 48-37 50-41 52-45 53-52 54-43 55-44 56-54 57-55 58-56 59-59 60-60 62-42 63-50 64-56 65-53 66-46 67-47 68-46 69-61 70-61 71-62
+0-3 1-3 2-4 4-10 5-11 6-19 8-21 9-13 9-14 9-15 9-16 9-22 10-24 11-25 12-1 12-2 13-0 14-4 15-12 17-28 18-29 18-30 19-32 20-31 21-26 22-27 23-36 24-37 25-41 26-33 27-34 27-35 30-42 31-43 32-44 32-45 33-46 36-47 37-56 38-50 39-51 40-52 41-53 42-61 43-66 44-66 45-40 46-62 47-63 50-69 51-70 52-60 53-57 56-71 57-68 58-73 59-75 60-77 61-77 62-77 63-76 64-78 65-79
+0-0 0-1 1-2 2-3 3-4 4-5 5-6 6-7 9-8 10-9 10-10 11-12 12-20 12-21 13-18 13-19 16-16 17-13 18-14 19-15 20-17 21-11 22-22 22-23 24-24 25-25 26-26 26-27 27-28 28-29 29-28 30-32 31-33 32-34 33-35 35-36 36-37 37-38 37-39 38-40 39-41 40-42 42-43 44-44 45-44 46-45 47-45 47-46 48-47 49-48 49-49 50-50 51-51 52-52 53-53 54-54 54-55 55-56 56-56 57-56 57-57 58-58 59-61 60-59 61-60 63-66 64-67 68-68 69-69
+0-4 1-7 2-0 3-10 4-3 5-11 6-12 7-5 7-6 9-14 10-8 13-17 14-18 15-19 18-13 20-27 21-15 22-16 23-31 24-25 25-32 26-20 27-21 27-22 28-20 29-24 29-28 30-25 31-26 32-25 33-23 34-29 35-30 36-29 39-1 41-33 42-34
+0-0 1-2 2-1 3-3 5-5 6-6 7-4 7-7 8-8 9-5 9-9 10-10 11-11
+0-0 1-1 2-2 3-3 4-4 5-5
+0-0 1-1 2-2 2-3 2-4 3-5 4-5 5-6 5-7 6-8 7-10 8-10 9-9 9-11
+0-5 1-0 1-1 2-2 3-4 4-3
+0-0 1-1 2-2 3-3 4-11 5-11 6-11 7-6 8-6 8-7 12-14 13-15 14-16 15-17 16-19 17-19 18-20 20-29 21-29 22-23 25-22 28-32 29-26 30-35 31-35 32-36 33-33 35-31 36-34 37-38 38-40 39-41 40-42 41-39 43-37 44-45 45-46 46-43 47-44 48-24 48-25 50-27 50-28 51-29 54-47 55-48
+0-7 1-8 2-9 3-5 4-6 5-12 5-13 6-0 7-1 8-3 9-2 10-3 11-4 12-18 13-20 13-21 14-22 15-11 16-17 19-10 20-15 21-15 22-15 23-16 25-19 30-14 31-23 32-24
+1-0 1-1 1-2 2-10 4-5 5-6 6-7 7-8 9-4 10-3 10-4 11-12 12-13 13-13 14-14 14-15 15-9 17-12 21-19 22-20 23-22 25-23 27-17 30-25 31-26 32-26 34-27 37-24 38-28 39-28 40-29
+0-0 1-3 2-1 2-2 2-5 3-6 4-4 5-4 6-5 7-7 8-7 9-7 9-8 9-9 10-9 11-13 12-14 14-10 16-15 17-15 18-15 19-16
+0-3 1-4 2-5 3-6 3-8 4-7 5-6 7-9 8-9 9-10 10-11 11-12
+0-0 0-1 1-2 2-4 4-5 5-6 5-7 6-9 7-10 7-11 8-12 9-13 10-14 11-15 14-17 14-18 16-21 16-22 17-19 17-20 18-23 19-24 20-24 21-25 22-29 22-30 23-31 24-33 24-36 25-32 26-34 26-35 27-33 28-38 29-37 29-39 29-40 30-41 31-42
+0-0 1-10 2-3 2-4 2-6 3-7 5-9 7-5 8-6 9-11 10-12 13-14 14-13 14-14 15-18 16-19 17-20 18-23 19-15 21-20 22-21 22-22 23-31 24-16 24-33 25-17 26-32 26-36 27-37 28-38 28-39 29-40 32-41 33-41 34-42
+0-0 1-1 2-0 3-2 4-3 5-4 6-6 7-5 8-6 9-7 10-8 10-9 11-7 12-10 13-11 14-11 15-13 16-13 17-12 18-13 18-14 19-15 20-16
+0-0 0-1 0-2 1-4 2-3 3-5 3-6 4-7 5-10 6-6 7-6 9-11 10-10 11-14 12-14 13-15 14-16 16-16 17-21 18-22
+0-0 1-1 2-2 3-3 4-4 5-3 6-5 7-5 8-5 9-6 10-8 10-9 11-10 12-7 14-12 14-13 15-13 16-12 17-11 18-14 19-14 20-15
+0-0 0-1 1-0 2-1 3-3 4-7 5-5 6-6 7-10 7-11 8-9 8-12 9-8 10-13 11-18 12-19 13-20 14-18 15-15 15-16 19-23 20-23 21-21 21-22 22-20 23-24 24-25 25-26
+0-0 1-1 2-2 3-3 4-4 6-5 6-6 7-7 7-8 8-9 8-10 9-9 12-11 12-13 13-12 14-11 15-14 16-14 17-15 19-16 20-17
+0-0 1-1 2-2 3-2 5-3 6-5 6-6 7-7 8-8 9-9 10-9 11-12 12-9 13-10 13-11 14-13 15-14 16-15 17-16 18-17 19-18 21-20 22-19 25-26 27-24 28-24 29-24 30-23 31-23 32-30 36-28 36-29 37-25 38-21 38-22 39-31 40-32 41-35 42-36 43-37 43-38 44-34 45-33 46-39 47-40
+0-0 1-4 2-3 3-6 4-7 5-1 6-5 8-9 9-22 10-17 14-15 15-11 15-12 15-13 16-16 17-14 18-19 18-20 18-21 19-22 20-23 21-24
+0-0 1-1 2-1 2-2 3-2 4-3 5-3 6-4 6-6 7-7 8-8 9-5 11-9 12-9 13-9 13-10 15-11 16-12 17-13
+0-0 1-1 2-2 3-3 5-5 6-4 7-5 8-5 9-8 10-9 14-6 15-7 16-11 17-11 18-12 19-12 19-13 20-12 21-14 21-15 22-16 23-17 24-11 25-10 26-18 27-19
+0-0 1-1 1-3 2-2 3-1 4-4 5-5 5-6 7-11 8-14 9-7 9-8 10-22 11-9 12-10 13-23 14-24 14-26 15-25 15-27 15-28 16-29 17-30
+0-10 5-41 6-21 8-9 9-9 10-0 11-1 13-2 14-3 15-5 16-6 16-7 17-15 18-16 19-8 20-17 21-18 22-18 23-17 24-31 25-23 26-24 27-11 28-12 28-13 29-14 31-20 32-19 35-26 37-33 38-34 38-35 39-36 40-33 41-41 42-41 43-42 44-38 46-37 49-43 49-46 50-47 51-39 52-48 53-74 55-49 57-52 59-50 63-55 65-59 65-60 66-56 67-57 67-66 68-58 68-67 69-67 69-68 71-61 73-64 74-64 75-63 75-64 76-64 77-63 78-65 79-73 80-70 84-69 85-71 86-82 89-72 93-79 94-80 95-81 97-77 98-78 99-78 100-86 101-87
+0-0 1-1 1-2 2-2 3-10 4-5 5-3 6-11 7-12 8-13 10-14 11-16 12-15 13-16 14-17 15-18 16-19 17-20 18-26 19-21 22-23 23-22 23-27 23-28 24-24 25-29 26-28 28-32 29-32 30-33 31-34 32-35
+1-0 2-0 3-1 3-6 4-7 5-8 6-5 8-2 9-9 11-11 12-10 12-12 12-14 13-13 13-15 14-18 15-16 15-17 16-32 17-32 18-3 19-18 20-19 21-23 21-24 22-22 23-22 24-25 24-26 27-21 28-27 29-28 30-52 31-34 32-55 34-57 35-36 36-62 37-43 38-59 38-60 40-35 41-44 42-45 43-47 43-48 44-37 45-42 46-50 47-51 49-40 51-61 52-56 53-46 54-58 55-49 57-31 60-64 61-65
+0-0 1-1 2-2 3-4 4-4 5-3 6-6 7-5 8-7 8-8 8-9 9-9 10-9 12-10 12-11 13-12
+1-1 2-3 3-4 4-2 5-11 6-12 7-9 8-5 9-6 10-8 11-9 13-10 14-18 15-22 16-22 17-14 18-25 20-15 25-24 26-29 27-29 28-16 29-19 33-34 34-38 35-39 36-40 36-42 37-46 38-43 38-44 38-49 39-45 40-45 41-56 42-54 43-60 44-37 45-58 46-53 47-61 48-62 49-63 50-64 52-70 53-70 54-32 56-65 57-71 58-72
+0-14 2-8 3-3 3-5 3-6 4-4 5-4 9-4 10-1 11-2 12-0 13-7 14-7 15-9 16-11 17-10 17-12 18-29 19-30 20-17 22-36 23-39 24-40 25-19 26-19 27-42 27-43 27-44 27-45 27-46 28-24 29-22 30-47 30-48 30-49 31-38 31-47 32-37 33-50 33-51 34-52
+0-3 0-6 1-5 2-19 3-7 4-11 4-12 5-10 6-10 7-0 9-13 9-14 10-8 11-9 13-15 14-18 15-17 16-20 17-20 17-21 18-23 20-22 22-24 24-24 25-25 26-26 26-28 27-41 28-33 29-34 30-42 31-31 32-30 33-35 34-35 37-37 38-65 39-40 40-44 41-48 42-49 44-51 46-51 47-52 48-53 51-64 54-54 55-56 57-58 57-59 58-61 59-62 60-63 62-69 63-72 64-74 65-73 66-70 67-67 68-67 69-76 70-68 71-68 72-77 73-78
+0-0 1-1 2-2 3-3 4-4 5-5 5-8 6-11 7-12 8-6 9-7 10-13 11-14 13-16 14-9 15-20 16-19 17-17 17-18 19-15 20-10 24-22 26-23 26-24 28-26 29-26 30-27 33-31 34-32 35-35 36-36 37-37 38-37 38-38 39-28 39-29 40-39 41-40 42-41 43-41 47-45 48-46 48-47 49-44 50-48 51-49 52-48 53-50 53-51 56-49 57-55 58-56 59-56 60-56 61-56 62-54 63-57 64-58
+0-0 1-1 1-2 2-4 3-4 4-3 4-4 5-5 5-7 6-6 7-14 7-15 8-16 9-17 10-18 11-12 11-13 14-19 16-22 17-21 17-24 18-24 19-26 20-27 21-26 22-25 22-28 22-29 23-24 26-30 26-31 28-32 28-33 28-34 29-35 29-36 30-35 31-37 31-38 32-39 33-40 34-41 35-42 36-43 38-20 39-44 40-45
+0-0 1-2 2-2 3-2 3-3 4-1 5-5 6-6 7-7 8-4 9-9 10-8 11-11 18-12 19-13 20-14 26-15 28-17 29-16 31-19 32-20 33-21 33-22 34-23 36-23 37-24 38-25 39-26 40-26 41-28 42-27 43-28 44-29 45-30
+0-5 1-6 3-0 3-2 4-1 5-11 6-12 7-7 7-9 8-8 8-14 9-15 11-16 12-13 13-16 14-16 15-17 15-18 16-19 17-20 18-20 19-21 20-22
+0-2 1-0 3-1 4-5 5-3 5-4 5-6 6-5 7-9 7-10 7-11 8-8 9-7 10-7 11-14 12-13 13-14 14-12 15-15 16-15 18-16 19-17 20-19 21-20 22-19 23-21 24-20 26-23 28-24 29-25 30-22 31-26 32-27
+0-0 1-1 2-2 3-2 4-2 5-3 9-6 10-5 11-7 13-8 14-9 15-4 16-4 19-16 20-13 21-17 22-16 23-16 24-19 25-24 26-23 27-23 28-20 29-12 30-11 31-11 32-12 36-25 37-25 38-25 39-26
+0-5 1-6 2-7 3-7 3-8 4-8 5-11 7-0 8-1 9-2 10-9 11-12 12-14 13-15 14-10 15-13 16-16 18-21 19-22 20-17 21-18 21-22 22-23 23-24 24-25 25-25 28-20 30-27 31-28 33-29 34-30
+0-0 1-2 2-0 3-1 4-3 4-4 5-4 6-3 7-5 8-6 9-7 10-9 11-10 12-11 13-12 14-13 15-14 16-17 17-16 18-15 19-18 19-19 20-20 21-20 22-21 22-22 23-23 24-24
+0-0 1-1 2-2 2-3 3-4 4-5 5-7 6-6 6-9 8-11 8-12 10-13 11-14 12-15 13-16 14-17 15-13 16-14 17-16 18-21 18-22 23-23 24-20 26-25 27-26 28-27 29-24 33-19 34-19 38-34 39-45 41-36 41-37 42-36 43-39 44-40 45-41 46-41 47-42 47-43 48-44 49-35 50-30 50-31 50-32 51-28 52-46 53-47
+0-0 1-6 2-7 3-7 4-4 5-9 6-9 8-10 9-10 10-13 11-11 12-12 13-15 14-16 17-17 18-21 19-20 20-19 21-21 22-22 23-22 24-23 24-24 24-25 29-26 31-27 32-28 32-29 33-29 34-34 35-35 36-38 37-39 38-37 39-33 40-31 41-40 42-41 43-36 43-42 45-51 47-52 49-53 51-54 52-43 53-55 54-47 54-48 54-49 54-50 55-44 55-45 62-30 63-56 64-57
+0-0 1-1 2-2 3-2 4-2 5-7 6-3 7-4 8-6 9-6 10-5 12-8 13-8 16-9 18-11 19-11 20-13 21-12 21-14 22-16 24-20 26-22 27-23 28-18 29-23 30-24
+0-0 1-1 2-2 3-3 5-4 6-5 7-6 12-13 13-14 14-11 15-10 16-11 17-12 18-15 19-17 20-18 21-19 22-19 23-9 25-8 26-22 27-27 28-28 29-29 29-30 30-27 31-31 32-32 33-34 33-35 34-35 35-23 36-24 37-24 38-25 38-26 39-36 40-37
+0-0 1-1 1-2 2-8 3-3 5-4 6-5 7-9 8-10 9-11 11-12 12-13 12-14 13-19 14-22 15-18 16-20 17-20 18-16 19-15 20-24 21-25 22-34 23-26 24-36 24-37 24-38 25-29 25-39 27-43 29-44 30-40 31-41 32-45 33-35 34-53 35-53 37-57 38-42 39-47 43-49 43-50 43-51 44-60 45-63 46-52 47-61 48-55 49-56 50-65 51-66 52-59 53-28 53-58 54-59 55-65 56-64 59-67 60-68
+0-1 1-0 2-6 3-7 4-7 5-8 6-6 6-11 7-12 9-8 9-9 10-15 11-10 12-14 12-16 13-17 14-18 15-19 16-19 17-13 19-24 20-25 20-26 21-21 22-29 23-29 23-30 24-29 25-29 27-31 28-32 30-34 31-38 32-38 33-33 34-23 36-37 38-39 39-41 40-40 40-41 40-42 41-43 43-44 44-45 45-46 46-47
+0-0 1-1 2-2 3-3 4-4 5-5 5-6 6-8 7-7 7-8 8-9
+0-0 0-1 1-6 2-2 3-3 4-4 6-5 8-8 9-7 10-7 11-9 12-10 13-11 17-15 18-16 19-18 20-19 21-20 21-21 22-22 23-23 24-17 25-24 26-25 26-26 27-28 28-29 30-38 31-39 33-30 33-31 34-32 34-33 34-34 34-35 36-36 36-37 37-36 38-40 39-41
+0-0 1-1 1-2 2-3 3-4 4-4 4-5 5-6 6-7 7-7 8-8 8-9 10-10 11-11 12-12 13-13 14-14 15-15 16-16 17-17 18-18 19-19
+0-0 1-1 2-2 3-2 4-3 5-3 6-4 7-4 8-4 9-7 10-5 11-5 11-6 12-8 13-9 14-10 15-10 15-11 16-12 16-13 17-14 18-14 19-15 19-16 20-17 21-17 22-18 24-18 25-19 26-20
+0-0 1-0 2-2 3-1 4-3 5-5 6-4 7-5 8-6 9-7 9-9 10-8 11-10 12-11 13-12 14-13
+0-0 1-0 1-1 1-2 2-10 3-3 4-4 4-5 5-6 5-7 6-8 7-13 7-14 7-15 8-9 8-16 9-12 13-17 14-21 15-19 16-19 16-23 17-20 18-23 19-24 20-18 21-25 22-26
+0-0 1-3 2-3 3-4 4-8 5-9 6-13 7-10 8-8 9-11 10-12 13-14 14-18 15-17 16-20 17-19 19-16 20-15 21-23 21-24 24-26 25-29 26-30 28-32 29-27 30-28 31-31 32-36 32-37 33-33 35-38 35-39 36-40 37-41 38-45 39-46 40-47 40-49 40-50 40-51 41-52 42-53 43-44 44-44 45-48 45-54 46-55 47-56 49-57 49-58 50-58 50-59 51-57 53-60 57-62 57-63 58-70 60-65 61-65 61-66 63-68 64-69 65-71 66-76 67-73 67-74 67-75 67-76 68-75 69-77 70-78 71-79
+0-0 1-1 2-2 4-3 5-5 6-6 8-8 9-9 10-10 13-11 14-13 14-14 16-4 18-20 20-19 21-24 22-25 23-16 25-23 29-42 30-26 30-27 31-28 31-29 32-28 33-30 34-31 35-33 35-34 36-34 37-22 38-37 39-38 40-39 42-43 44-40 45-41 46-50 47-45 48-46 50-49 51-51 51-52 52-51 53-56 53-57 54-54 55-55 56-53 57-58 58-59 59-60 60-61 61-62 62-63 63-64 64-65 65-47 65-48 66-44 68-66 69-67
+0-0 0-1 1-5 2-4 3-7 4-8 5-6 5-9 6-2 7-3 8-11 9-12 10-13 11-16 14-18 15-19 16-24 17-17 17-18 17-21 18-22 19-23 20-20 21-14 21-15 23-30 24-25 25-27 26-26 27-27 27-28 28-43 28-44 29-31 29-32 32-39 34-38 35-37 35-41 35-42 36-41 37-45 38-40 39-48 41-49 42-46 42-47 43-33 45-34 47-50 48-51
+0-0 1-1 2-2 3-3 5-4 6-5 7-6 14-7 15-8 15-9 15-10 15-11 18-12 20-13 21-13 22-14 23-15 24-16 25-17 26-18 27-19 28-19 29-20 30-21 31-22 32-22 35-24 37-25 38-26
+0-0 1-1 2-2 3-2 3-3 4-5 5-6 6-7 7-10 8-11 9-4 10-12 11-13
+0-2 1-1 1-3 1-4 2-0 3-6 3-8 4-7 5-6 6-9 7-10 8-11 8-12 8-13 9-14 10-13 10-15 11-16 12-17 12-18 13-19 17-20 18-21 19-21 19-22 20-30 21-32 22-34 22-35 22-36 23-34 24-31 26-38 28-5 31-42 32-23 33-41 34-44 35-47 36-49 38-50 38-52 39-51 40-46 41-43 42-53 43-55 44-56 45-57 45-58 46-60 46-61 46-62 47-63 49-59 50-54 51-64 52-65
+1-0 1-1 2-4 3-3 4-5 6-6 7-6 8-7 10-16 11-17 12-14 14-13 16-11 16-15 17-12 18-8 19-18 20-19 21-20 21-21 27-9 27-10 29-24 30-25 31-26 32-22 32-27 33-23 37-29 38-33 39-32 40-36 41-37 43-31 44-35 47-38 47-39 48-38 49-40 49-41 49-42 50-43 53-44 53-45 54-45 55-47 56-48 56-51 57-50 59-49 63-46 65-54 66-55
+0-8 1-1 3-5 4-2 4-3 5-9 6-11 7-6 7-12 8-12 8-13 9-15 10-14 14-15 15-16 16-17 16-19 17-20 18-21 18-22 21-24 22-25 23-26 24-27 25-26 26-32 27-36 28-37 30-29 30-30 31-30 32-28 33-38 34-39 35-40 36-40 37-41 38-40 39-45 40-42 41-46 42-46 43-48 43-49 44-47 44-50 45-51 46-52
+0-0 1-1 2-3 3-2 5-6 5-7 6-5 9-4 10-9 11-9 13-10 13-11 16-17 17-12 18-13 19-13 20-16 21-16 22-18 22-19 23-20 24-21 25-24 26-23 27-25 29-26 30-27 31-66 33-37 34-38 35-30 36-31 37-32 38-33 40-41 42-42 43-44 44-44 45-44 46-43 47-45 48-39 49-52 50-50 50-51 51-49 51-52 52-53 53-53 54-56 56-58 57-59 58-57 58-60 59-61 61-36 66-72 67-73 68-74 69-71 70-74 71-75 72-76 74-78 74-79 75-69 76-77 77-83 78-81 78-83 79-80 80-82 81-84 82-85
+0-0 0-1 0-2 1-0 2-3 3-13 4-14 5-4 6-6 7-6 8-7 9-8 10-9 11-12 12-5 13-15 14-16 15-18 16-17 17-16 18-10 21-21 22-19 24-28 25-24 26-25 27-26 29-30 29-31 33-22 35-38 36-39 38-27 39-28 40-47 42-40 43-29 44-32 45-34 46-37 47-35 49-33 50-48 51-49 52-51 52-52 53-53 54-54 56-50 57-55 58-56
+0-12 1-12 1-13 3-0 4-1 4-7 5-2 5-6 5-8 6-9 7-16 8-20 9-21 10-22 11-24 12-25 13-19 15-26 16-27
+0-0 1-1 3-17 4-2 7-12 8-12 8-13 9-11 10-14 11-15 12-16 13-1 14-3 15-20 16-18 20-21 21-22 22-23 23-24 24-19 25-26 26-26 29-27 29-28 30-29 32-30 33-30 34-30 35-31 36-32 37-33 38-34 39-36 40-35 41-40 42-41 43-42 44-46 44-47 45-39 46-43 47-44 48-45 49-38 50-37 51-48 52-49
+0-0 1-0 5-4 5-5 5-6 6-7 7-8 8-9 9-10 10-11 11-13 13-12 14-12 15-13 16-14 16-16 17-14 17-15 18-17 19-18 20-19 21-21 22-21 23-22 24-23 25-26 25-27 27-29 30-28 31-30 32-35 33-36 34-37 35-38 36-33 38-40 39-42 40-41 41-42 42-42 43-43 44-44 45-45 46-45 47-46 48-47 49-48 50-49
+0-1 1-2 2-0 2-3 2-5 3-6 4-4 4-7 6-8 8-12 9-12 10-11 10-13 11-14 11-15 12-14 13-16 13-19 14-17 14-20 15-18 16-24 17-25 18-26 19-27 20-28 21-29 22-30 23-31 24-22 25-32 26-33 26-34 27-37 28-37 30-35 33-49 33-50 34-40 35-40 36-41 36-42 37-43 38-44 39-48 40-56 41-53 41-55 42-54 43-57 44-59 45-60 46-61
+0-0 1-1 2-2 3-3 5-4 6-4 6-5 9-6 9-7 10-7 11-7 12-8 12-11 13-12 14-15 15-16 16-10 17-9 18-10 19-13 20-14 21-20 22-21 23-22 25-19 26-23 27-17 28-24 29-24 30-24 31-25 31-26 32-27 39-27 40-28
+0-0 0-1 1-0 2-1 2-2 3-1 4-3 4-4 5-3 6-5 6-6 6-7 7-8 8-10 8-11 9-9 9-13 12-13 13-12 14-14 15-15
+0-0 2-1 3-4 4-2 5-3 6-3 8-5 9-5 11-9 12-7 13-8 14-10 15-11 16-12 17-13 18-14 19-15 20-6 21-24 23-17 23-19 24-20 25-21 26-16 27-22 28-23 29-26 30-27 31-28 33-31 34-29 35-32 35-33 36-33 37-25 38-35 40-34 41-34 46-38 49-36 50-42 51-43 52-43 53-44 54-45 55-46 56-47 57-48 58-48 59-49 59-50 60-51 61-52 62-40 62-53 63-41 65-54 66-55 69-57 70-58
+0-0 1-1 2-2 2-3 3-2 5-4 6-4 7-5 8-6 9-7 10-9 11-9 12-9 13-8 17-10 18-10 19-11 21-15 22-15 23-15 24-16 26-14 31-18 32-18 33-17 34-18 35-19 36-19 37-20
+0-0 1-1 2-1 3-2 6-4 7-2 8-3 9-5 10-7 10-8 11-9 12-9 13-10 15-11 16-11 17-12
+0-0 1-1 2-2 2-3 3-4 4-5 5-5 6-10 7-7 8-12 9-6 10-11 11-8 12-8 13-9 14-13 15-14
+0-0 0-1 1-0 2-2 3-2 4-4 5-5 6-4 7-6 7-7 8-8 9-9 10-10 11-11 11-12 12-13 13-3 14-14 15-15
+0-2 1-2 2-1 5-5 6-6 7-7 8-8 9-8 10-3 10-9 11-4 16-13 17-14 17-15 19-10 20-11 21-18 22-12 23-16 24-17 25-18 25-19 26-20 27-25 28-21 29-22 32-27 33-28 33-29 34-24 35-30 36-32 37-23 38-31 40-34 41-35 42-38 43-39 44-37 47-41 48-42 49-40 50-43 51-44 55-46 56-45 57-46 58-34 58-48 59-47 60-54 64-50 65-50 66-59 67-60 68-60 69-61
+0-0 1-2 1-3 2-4 3-4 4-3 5-3 6-5 7-4 9-6 10-6 11-7 12-8 13-9 14-10 15-11 16-12 16-13 17-15 17-21 18-14 18-16 19-17 20-17 21-17 22-21 23-21 24-20 25-18 25-19 26-19 27-19 28-22 29-23 30-23 31-24
+0-1 1-0 1-1 1-3 2-2 2-4 2-6 3-7 4-11 5-8 6-7 10-12 11-13 12-9 13-10 14-35 15-35 17-30 24-23 27-22 28-31 29-32 30-32 33-20 37-17 38-16 39-29 44-36 45-37
+0-0 1-1 2-2 2-3 3-4 4-7 5-5 6-5 7-8 8-9 9-8 10-10 11-11 12-11 13-11 13-12 17-14 21-15 22-16 23-16 24-21 25-13 27-17 28-19 30-18 31-22 32-23
+0-0 1-1 1-3 2-2 3-4 4-4 6-7 6-8 7-5 7-7 8-6 8-10 9-13 10-11 10-12 11-13 12-14 13-15
+0-4 1-1 1-3 2-2 3-4 4-4 7-5 8-10 8-11 9-6 10-12 14-7 15-8 16-9 16-14 17-15 18-15 19-16 20-17 21-19 22-20 23-21 26-24 30-17 32-26 34-27 35-27 36-28 37-29 38-31 39-29 40-30 41-34 42-36 43-33 44-33 45-35 46-35 47-32 49-37 50-38
+0-0 1-1 2-2 3-1 3-3 4-4 4-5 5-6 6-7 6-8 7-7 8-11 9-12 10-13 11-14 13-15 13-16 13-17 14-15 15-18 16-20 17-19 17-21 18-25 19-26 20-27 21-24 21-28 22-25 22-29 22-30 23-31 24-32 25-9 26-33 27-33 28-34
+0-4 1-1 2-9 3-9 3-10 4-9 5-7 6-8 7-3 9-5 10-5 13-11 14-12 15-13 16-13 16-14 17-15 18-16 19-17 20-18 21-19 22-20 23-21 24-22 25-23 28-24 29-24 30-25
+0-1 1-2 2-2 4-11 6-3 7-3 8-4 9-13 13-16 14-16 15-16 16-17 17-18 18-10 20-5 21-14 22-15 23-19 27-21 28-22 30-27 31-27 32-27 32-28 32-29 33-23 34-23 35-23 41-30 43-33 44-31 45-34 46-32 48-35 52-38 53-36 56-40 57-41 58-42 60-42 61-43 61-44 62-20 63-45 64-46
+0-0 1-0 2-1 3-0 3-2 7-8 7-9 7-10 7-11 7-12 7-13 8-7 10-14 11-15 12-16 13-17 15-18 16-20 17-20 19-21 26-23 27-22 28-24 31-25 32-25 32-26 35-38 36-38 37-32 38-33 38-36 38-37 39-35 41-34 42-43 43-39 45-42 48-48 49-47 51-43 52-44 53-31 54-49 55-50
+0-8 1-9 2-0 2-11 3-12 4-5 5-7 6-6 8-7 12-15 13-1 14-10 15-16 16-13 17-16 18-16 19-16 20-17 20-18 25-20 25-21 26-22 27-23 28-24 30-27 34-28 34-29 35-30 36-31 37-32 38-30 39-31 40-35 41-36 42-34 45-38 47-37 49-46 55-39 56-40 57-41 59-42 60-44 61-43 61-44 63-45 65-49 66-50 66-52 67-53 68-55 69-56 70-57 71-51 72-58 72-59 73-60 76-61 77-62
+0-0 1-1 2-0 3-5 4-6 5-7 6-8 6-9 6-11 7-12 8-13 9-14 10-14 11-16 12-15 13-17 14-18 15-19
+0-0 1-1 1-2 2-1 3-7 3-9 4-6 5-4 5-6 6-5 7-9 8-10 10-12 11-13 11-14 12-11 13-13 14-19 16-20 16-21 17-22 17-28 18-29 19-24 19-25 22-22 23-17 24-30 25-31
+0-5 1-4 1-5 2-5 3-0 3-2 4-1 5-1 6-3 7-6 8-7 9-7 10-7 11-8 12-8 13-10 14-12 14-13 15-13 16-14 16-15 17-16 18-11 19-9 20-17 21-18
+0-4 1-1 2-0 3-6 4-2 5-5 6-3 7-3 8-3 9-7 9-8 10-9
+1-4 2-3 3-0 4-1 4-10 5-2 5-11 6-8 8-7 10-5 11-15 12-16 13-17 14-17 15-31 16-23 17-24 17-29 18-34 19-35 20-12 21-28 23-36 24-36 25-37
+1-0 1-1 2-2 3-4 4-3 5-4 6-4 7-13 9-5 10-6 11-12 13-16 14-10 15-13 16-14 17-11 19-17 19-18 20-19 21-15 22-21 23-23 24-22 25-23 26-27 27-27 27-28 29-24 31-26 32-29 33-30 34-31 35-20 36-25 37-32 38-33
+0-0 1-1 2-2 3-12 4-12 5-8 6-6 6-7 7-8 7-9 10-11 12-15 13-16 14-10 15-20 15-21 17-19 18-18 20-13 21-22 22-23 23-23 24-23 25-25 26-24 26-26 28-28 29-29 31-30 31-31 33-33 34-34 35-32 36-35 37-36
+0-0 1-1 2-2 2-3 2-5 3-4 4-10 5-8 5-9 6-11 7-12 8-13 9-14 10-15 10-19 11-16 11-17 12-18 12-26 13-19 14-20 15-21 16-22 17-23 18-24 18-39 19-40 20-25 20-41 21-42 22-43 23-40 23-44 24-45 25-46 26-47
+0-1 1-5 2-2 2-3 2-4 2-5 3-5 4-6 5-7 6-8 8-9 8-10 9-22 10-12 11-16 12-16 13-15 14-17 14-18 14-19 16-24 18-23 19-25 21-26 21-27 22-28
+1-2 2-0 3-1 4-6 7-8 8-5 8-7 8-9 8-10 9-3 9-4 10-16 11-16 12-16 13-17 14-13 14-14 15-24 16-24 17-25 20-25 23-26 24-32 25-31 26-34 26-35 28-37 29-38 30-39
+0-7 1-0 4-15 5-3 7-2 10-4 10-17 11-5 12-6 14-10 16-23 17-11 17-12 19-14 23-13 24-19 26-18 28-20 29-21 30-20 33-25 34-26
+1-3 2-5 3-6 5-7 5-8 6-12 7-9 8-4 8-13 9-14 9-15 10-14 11-23 12-22 13-17 13-18 14-20 14-21 15-22 16-2 18-31 19-30 20-39 22-34 23-33 24-26 26-42 27-41 27-42 28-43
+0-0 1-1 2-4 2-5 3-1 4-2 5-3 5-9 6-7 6-8 7-9 8-11 9-10 10-10 12-12 13-12 14-13 15-21 15-22 16-16 16-17 16-18 16-19 16-20 17-14 18-23 19-24 20-25 21-26
+1-7 2-0 3-1 4-2 5-3 6-5 6-6 6-8 7-9 8-10 9-11 10-12 11-13 12-12 13-14 14-15 15-16 16-17 17-18 18-18 19-19 20-20 21-21
+0-6 1-7 2-2 3-0 4-1 5-4 6-3 7-4 8-5 9-8 10-9 11-10 12-11
+0-0 1-1 2-2 3-3 5-4 6-5 7-6 13-7 14-8 15-8 18-9 19-10 20-11 23-19 24-20 24-21 25-21 26-22 27-25 28-23 28-24 28-25 28-26 29-26 30-27 31-14 32-13 33-15 34-50 37-52 37-53 38-37 39-31 40-32 41-38 42-39 44-35 44-36 46-42 47-43 48-44 49-45 50-46 51-47 52-51 55-56 55-57 56-55 59-58 60-59 61-62 62-63 64-60 65-59 65-65 66-66 68-67 69-68 72-69 72-70 72-71 73-72 74-73 78-74 79-74 80-74 81-75 86-76 87-77 87-78 88-92 89-93 90-80 91-81 93-88 94-88 95-90 96-84 97-82 99-94 100-95
+0-0 1-1 2-2 3-1 3-3 4-4 5-5 6-6 7-7 8-11 9-8 9-12 10-8 11-9 12-10 13-13 14-14 15-15 15-16 16-19 17-19 18-18 19-17 19-19 19-20 20-18 20-21 21-23 22-24 24-22 25-26 25-27 27-28 28-28 29-29 30-30 31-31 32-25 33-32 34-33
+0-1 1-1 2-0 3-2 4-3 5-3 6-4 6-5 7-5 8-6 9-6 10-7 11-8 12-9 13-10 14-11 15-11 16-11 16-12 17-13 19-14 20-15
+0-6 1-0 1-7 2-1 2-2 2-8 3-3 4-10 5-9 6-13 7-14 8-16 9-11 9-12 9-17 10-13 10-18 11-19 12-20 13-21 14-22 15-23 16-24 17-25 18-26 19-27 20-28 21-29 22-30 22-31 23-32
+0-0 5-3 6-2 7-1 7-2 8-3 8-5 9-4 10-6 11-7 13-8 14-8 15-9 16-9 17-10 17-12 18-11 19-11 20-13 21-13 22-14 23-15 24-16 25-17 26-17 27-18
+0-1 1-0 2-2 3-19 4-5 5-4 6-20 7-20 8-7 9-8 9-9 10-8 10-10 11-11 12-13 12-14 12-15 15-16 15-17 16-18 17-18 18-3 19-21 20-21 21-22
+0-0 1-1 2-2 3-3 3-4 4-2 7-5 8-6 9-7 10-10 11-8 12-8 13-8 13-9 15-11 16-12
+1-2 1-3 2-4 3-5 5-6 6-4 7-10 8-7 9-8 9-9 10-9 11-11 12-12 13-11 13-13 16-15 17-16 17-17 17-32 18-31 20-19 21-19 22-20 24-14 25-29 26-30 28-33 29-23 30-24 31-36 32-25 33-25 34-26 35-27 36-28 37-34 38-39 39-40
+0-3 1-4 2-22 4-20 4-21 5-5 5-6 6-13 7-9 7-10 7-11 8-7 9-1 10-2 11-2 12-14 14-23 16-25 19-26 20-31 21-32 22-32 24-24 25-33 25-34 26-45 27-36 28-42 29-30 30-38 32-39 33-40 33-46 34-47 35-48 37-49 38-49 39-50 39-51 41-52 42-52 43-53
+0-0 0-1 1-2 2-2 2-3 3-4 3-5 4-6 5-7 6-8 7-9 8-10 9-10 10-11 11-12 11-14 12-13 13-15 14-16 14-17 15-17 16-19 16-20 17-15 18-21 19-22
+0-0 1-1 2-2 3-1 5-2 6-2 7-3 8-4 9-5 10-7 10-8 11-10 12-24 13-11 14-12 15-16 16-17 17-6 18-20 19-21 19-23 20-22 21-26 22-30 22-31 24-27 26-32 29-33 30-34 31-35 32-36 33-33 34-34 35-37 36-38
+0-6 1-0 2-1 2-3 3-2 4-4 4-7 5-5 5-8 6-9 7-8 8-10 8-11 9-14 10-15 11-15 12-16 13-17
+0-0 1-1 2-1 3-5 4-3 5-6 6-7 7-8 7-9 8-10 9-11 10-12 12-12 13-12 14-12 15-13 20-14 21-15 22-16 22-18 23-19 24-20 26-17 27-21 28-22 28-23 29-23 30-27 31-27 37-28 38-29 39-26 40-24 40-25 41-25 42-33 43-34 45-39 46-40 47-41 48-42 49-37 50-36 51-35 52-43 53-44
+1-23 2-5 4-3 6-14 12-8 13-8 14-8 15-0 15-4 16-1 17-13 19-2 20-33 21-18 22-6 23-15 24-16 25-7 26-21 27-27 30-10 30-11 33-34 39-17 41-19 42-39 43-22 44-24 45-29 47-41 48-31 49-37 50-37 51-36 51-37 53-30 54-46 56-43 57-42 58-43 59-44 60-51 61-47 61-48 61-49 62-45 62-50 63-52 64-53
+1-0 1-1 2-2 3-2 4-3 6-4 7-4 8-5 9-6 10-7 11-9 12-10 13-11 14-15 15-14 15-16 16-17 16-18 19-23 20-26 21-26 22-12 23-24 23-25 24-27 25-27 26-28
+2-2 3-0 3-3 4-1 8-4 9-5 10-6 11-7 12-8 13-9 13-10 14-11 14-12 14-14 15-13 16-17 18-16 19-18 20-19 21-20 22-22 23-23 24-24 25-25 26-20 27-21 28-26 29-27
+0-0 0-1 1-6 2-2 2-3 3-4 3-5 5-7 6-8 7-8 8-9 8-10 9-11
+0-0 0-1 0-2 1-4 3-3 4-18 5-19 6-6 7-7 8-8 10-9 11-10 12-11 13-12 14-15 15-13 16-14 17-16 18-17 19-20 20-24 21-21 22-5 23-23 24-26 25-27 26-28 27-33 28-33 29-34 30-34 31-35 32-36 33-37 34-35 34-38 35-39 36-40 37-33 39-41 40-22 41-32 42-42 43-43
+0-0 1-1 2-2 3-3 4-4 5-5 6-6 7-7 8-8 9-9 10-11 11-12 12-12 13-12 14-13 15-14 16-13 17-17 17-18 18-19 19-15 19-16 20-21 20-22 21-23 22-20 23-25 24-26 26-28 27-28 28-28 28-29 28-30 29-31 30-32 31-24 32-34 34-33 35-38 36-35 37-35 39-27 40-40 41-40 42-40 46-43 47-39 49-47 50-49 51-50 52-50 53-51 55-53 56-54 57-53 58-54 59-53 60-56 62-56 63-56 64-56 65-57 66-58 67-55 68-59 69-45 70-46 71-61 72-62
+0-0 1-1 2-2 3-2 4-2 4-3 4-4 4-5 5-10 6-10 7-10 7-11 8-9 8-12 9-13 10-14 11-15 11-16 13-18 14-19 15-20 16-15 18-8 19-8 20-21 23-22 23-23 24-25 25-26
+0-0 1-1 2-2 3-3 3-4 5-5 6-10 7-11 8-9 8-12 9-13 9-14 9-15 9-16 11-17 12-18 13-19 15-21 16-22 17-22 17-23 18-20 19-7 20-8 23-6 24-24 26-27 27-26 27-29 30-22 31-22 32-31 33-30 34-32 35-33 36-34
+0-0 1-0 3-2 4-4 5-5 6-7 7-8 8-6 11-10 12-9 13-15 14-16 15-17 16-11 18-13 19-12 19-14 20-12 22-18 23-19 24-19 25-19 26-20 27-21 28-22 29-24 30-23 31-24 32-25 33-26 34-26 35-27 36-28 37-28 38-28 39-29 41-30 42-31
+0-0 1-1 2-0 3-2 4-3 4-4 5-4 6-4 7-4 8-10 9-6 10-7 11-8 12-9 14-5 15-11 16-12
+0-0 1-1 1-2 2-3 3-23 4-23 5-24 7-27 8-8 8-9 9-30 12-12 13-33 14-26 15-34 16-13 17-14 18-16 18-17 20-37 21-38 22-4 24-10 25-25 26-15 27-22 28-11 29-13 30-28 30-29 35-31 35-32 37-35 37-36 39-20 41-19 43-39 44-40
+0-0 1-1 2-2 2-3 3-4 4-5 5-6 6-7 7-13 8-7 10-8 12-16 13-14 14-15 15-17 16-18 17-20 19-19 20-21 21-21 22-22 23-11 23-12 24-9 25-10 27-10 29-23 30-24 31-25 31-26 32-29 33-29 34-30 35-31 36-33 37-34 37-35 37-40 38-37 38-38 38-39 39-27 40-32 41-36 44-41 45-42
+1-0 4-1 5-4 6-4 7-3 8-7 9-11 11-10 12-10 13-12 14-2 15-2 16-13 16-15 17-14 19-16 20-17 21-18 22-19 23-19 24-20 25-20 26-21 27-23 28-23 29-25 30-26 31-22 32-26 33-26 34-26 35-27 40-28 41-29 42-30 44-31 45-32
+0-2 1-1 2-3 3-3 4-4 5-4 6-3 7-13 11-7 12-5 13-5 14-6 15-10 16-8 17-12 18-14 19-14 20-15
+0-0 0-2 0-3 1-1 2-4 3-7 5-6 6-8 7-9 8-12 10-10 11-11 12-13 13-14 14-14 15-15 17-16 18-16 19-16 20-17 21-18 22-19 23-20 24-21 26-25 29-28 30-29 30-30 31-31 32-32 33-35 34-34 35-34 36-34 37-35 38-33 38-34 39-37 39-39 40-38 42-41 43-42 44-47 44-48 45-47 49-53 49-54 50-56 51-44 51-45 51-46 53-51 54-59 56-57 56-60 57-58 57-61 58-62 60-63 61-64 64-65 65-49 65-50 67-27 68-66 69-67
+0-3 0-4 2-5 3-6 4-7 6-12 7-13 8-13 10-14 11-14 11-15 12-15 13-17 14-16 14-18 15-19 15-20 16-10 17-8 17-9 18-21 19-22 20-22 21-24 22-23 23-25 24-25 26-26 27-26 28-27 29-28 30-29 30-30 31-33 32-34 33-35 34-36 35-38 36-38 37-39 38-40 39-41 39-43 39-45 39-46 40-44 41-49 42-48 43-49 44-32 45-31 46-50 47-51
+1-3 2-3 2-4 3-1 3-2 4-5 5-0 6-13 9-9 10-9 11-9 12-9 12-10 12-11 12-12 13-8 13-14 14-15 16-16 19-23 22-18 23-20 25-21 26-24 27-29 28-26 31-30 32-25 32-31 33-33 38-34 40-35 42-36 43-37 43-39 43-40 43-41 43-42 44-43 45-38 48-46 51-44 52-45 54-47 56-48 57-49 60-51 63-55 64-60 65-58 66-58 67-50 68-59 72-56 73-56 74-52 75-62 76-63
+0-0 1-1 2-2 3-3 4-9 5-9 6-10 7-7 8-17 9-17 10-21 11-22 11-23 12-19 13-5 13-6 14-12 15-12 17-15 18-16 19-16 20-28 21-29 22-26 22-27 23-30 25-33 26-36 27-37 28-35 29-38 30-39
+0-0 0-1 1-4 2-2 2-6 3-3 3-4 4-5 6-7 7-10 9-9 10-8 11-12 13-13 13-18 13-19 14-14 15-29 16-20 17-20 18-24 18-25 19-23 20-28 23-30 24-27 24-31 25-32 26-33
+0-1 3-10 4-11 4-12 5-14 6-13 7-13 9-9 10-15 11-16 12-17 13-16 13-22 14-23 16-29 17-29 18-29 19-29 20-29 21-19 23-30 24-31 25-32 26-33 28-35 29-35 30-36 31-39 33-40 34-41 35-42 36-43 37-44 38-48 39-47 40-49 41-50
+0-3 1-13 2-0 3-4 3-5 4-6 5-7 5-8 6-2 9-14 10-9 10-11 11-10 11-12 12-11 15-15 16-14 17-25 18-26 19-25 19-27 20-16 21-16 22-24 22-25 23-23 24-28 25-29
+0-0 0-1 1-1 2-5 3-7 4-3 4-6 5-2 5-4 10-7 11-7 13-15 14-12 15-8 15-11 15-13 15-14 16-15 17-16 18-16 19-17
+0-0 0-1 1-0 5-2 6-3 8-4 9-8 10-7 10-8 11-9 11-10 15-5 16-6 20-11 20-24 20-25 21-12 22-14 23-18 24-21 25-20 26-15 26-16 26-17 27-26 28-27
+0-0 1-1 5-4 7-3 8-5 9-6 9-7 10-8 11-8 12-8 13-13 14-21 15-12 15-14 15-15 15-16 16-11 16-17 18-19 19-19 20-20 20-22 21-23 22-22 23-30 24-31 27-27 28-35 29-29 30-34 31-25 32-40 33-32 34-18 36-44 37-44 37-45 38-36 38-46 40-47 41-48 42-43 46-49 47-49 48-50
+0-1 0-2 1-3 2-3 2-6 3-4 3-5 4-0 5-7 6-9 7-11 7-12 7-13 8-14
+0-0 1-1 1-2 2-2 3-2 4-2 5-3 6-10 6-11 7-9 8-5 8-6 8-8 10-12 12-15 15-28 16-22 17-27 18-21 19-24 20-24 22-25 22-26 23-29 24-29 25-30
+0-0 0-7 1-1 1-8 2-1 4-5 5-4 7-10 8-13 9-12 11-14 12-12 13-17 13-18 14-17 15-19 16-24 17-20 18-21 20-26 21-27 22-28 23-29 25-29 27-30 28-33 28-34 29-35 30-37 32-38 33-39 34-40 35-49 36-48 36-49 37-41 37-42 38-41 39-43 40-44 41-43 41-45 42-43 43-50 44-51
+0-3 1-4 2-5 3-5 5-6 6-6 7-9 7-10 8-11 9-12 11-13 12-14 13-15 14-18 15-19 16-22 16-23 17-24 18-26 19-26 21-25 22-29 23-30 24-31 25-27 25-28 25-32 26-32 27-33 27-34 28-32 29-35 30-35 31-36
+0-1 0-2 0-3 1-4 2-5 3-6 4-0 5-9 6-7 7-8 8-8 9-6 10-12 10-13 11-14
+0-0 1-0 2-3 3-2 4-3 4-4 5-3 6-1 7-1 8-8 9-9 10-6 11-7 12-5 13-8 14-9 15-10 16-11 17-14 18-15 20-12 20-13 21-17 22-16 22-19 23-19 24-20 25-22 25-23 26-21 26-24 27-21 28-25 29-26
+0-0 1-2 2-2 3-3 4-4 5-6 6-5 7-6 9-8 9-9 9-10 9-11 10-7 10-12 12-13 12-14 13-14 14-27 15-24 16-19 17-18 19-22 20-21 21-20 22-26 23-15 23-25 25-28 26-29
+0-0 1-1 2-2 2-3 3-1 4-1 6-4 7-4 8-5 9-6 10-8 10-9 11-10 12-12 13-12 15-19 16-21 17-22 18-23 19-18 21-24 22-24 23-20 24-26 25-25 25-27 26-29 28-28 30-14 31-13 32-30 33-31
+0-0 1-1 2-2 3-3 5-4 6-5 7-6 12-10 13-15 14-16 15-17 16-7 18-11 18-12 19-9 20-9 21-14 21-15 22-13 23-18 24-23 25-25 26-25 27-26 28-24 29-27 30-28
+0-2 1-3 3-1 4-4 5-5 5-6 6-7 7-8 8-9 9-0 11-7 12-8 13-10 14-11 15-12 16-12 17-13 17-14 17-15 17-16 20-17 24-24 28-21 29-25 30-27 31-23 32-19 32-22 33-20 36-36 39-28 40-29 41-30 42-31 43-32 45-37 46-45 48-33 48-34 48-35 50-42 52-43 53-43 54-40 55-41 57-38 58-38 58-46 59-47 60-48
+0-20 1-2 3-5 4-3 5-0 5-1 6-7 7-8 7-9 8-10 9-11 9-12 10-11 11-17 12-21 13-21 15-22 15-23 16-48 18-18 19-19 20-14 24-27 25-36 26-24 27-25 28-26 28-28 29-29 30-32 31-33 32-34 33-35 35-37 36-38 37-39 38-39 40-40 41-40 43-47 44-46 46-42 47-52 48-53 48-54 49-57 50-44 51-45 53-50 54-50 55-51 57-58 58-61 59-62
+0-0 1-4 2-3 3-2 5-6 6-1 7-2 9-9 10-9 11-10 14-11 15-15 16-13 17-14 18-15 19-22 21-15 22-16 24-18 24-19 24-20 24-21 25-23 26-24 27-24 28-12 29-27 29-28 30-29 35-33 36-34 37-37 38-35 39-41 40-41 41-39 41-40 42-31 43-42 44-43
+0-4 0-5 0-6 1-4 3-2 4-3 4-7 5-8 5-9 6-10 7-10 10-13 11-15 11-23 12-14 13-14 14-14 15-18 16-25 18-27 19-27 20-27 20-28 20-29 21-30 22-17 23-26 23-31 24-32 24-33 26-50 28-46 29-47 30-48 31-48 32-36 34-37 35-37 36-37 37-37 38-37 39-37 40-45 41-46 42-35 43-34 44-51 45-52
+0-0 1-1 2-2 3-2 4-3 5-4 6-5 7-6 11-8 12-9 13-11 14-10 15-11 16-12 17-13 18-14
+0-0 1-1 1-3 2-0 3-4 4-6 5-2 6-3 8-7 9-7 10-8 10-9 11-9 12-10 14-11 15-12 15-13 16-14 17-15
+0-0 0-1 1-0 2-2 3-3 5-5 7-6 7-8 8-7 10-9 10-10 11-11 12-4 12-12 13-16 14-16 15-16 16-17 17-16 19-15 20-18 21-14 22-19 23-20 24-25 25-21 26-22 27-23 28-24 29-27 30-28 31-26 34-30 34-31 35-30
+0-0 1-1 2-2 3-3 3-4 4-5 5-6 6-9 7-7 7-10 8-7 8-8 9-11 9-12 10-21 11-22 12-25 13-25 14-25 15-16 17-23 18-23 19-20 20-26 21-17 22-18 23-15 24-27 25-27 26-28
+0-1 1-10 2-7 3-7 4-8 5-6 6-6 7-9 8-0 9-2 10-3 11-5 12-11 14-14 15-23 16-22 17-20 17-21 18-22 19-24 20-25
+0-3 1-2 2-3 3-1 3-4 3-5 3-9 4-7 4-8 5-6 6-12 6-14 7-11 8-10 8-13 9-14 10-15 11-17 12-21 13-19 13-20 13-22 14-23 14-24 15-23 16-16 17-25 18-26
+0-2 1-0 1-1 1-2 2-3 3-4 4-5 5-5 5-6 6-8 7-9 7-10 8-10 9-7 9-11 10-11 11-11 12-18 13-14 13-15 14-16 15-17 15-19 15-20 15-21 19-12 19-13 20-22 20-23 21-24
+0-1 1-1 2-3 3-2 4-2 8-7 9-8 13-13 14-9 15-6 19-0 20-4 21-5 22-11 23-12 24-14 25-14 26-14 27-15
+2-0 3-0 3-1 4-2 5-3 6-4 7-6 8-7 8-8 9-9 10-5 14-12 17-16 17-17 19-20 20-21 21-25 22-24 22-26 23-22 23-23 24-30 25-31 25-32 26-33 28-27 29-35 30-33 30-34 31-35 32-35 33-29 33-36 34-37 35-38
+0-0 1-1 3-3 4-2 5-4 5-5 6-8 7-8 8-9 9-10 10-11 11-7 12-12 13-13
+0-0 1-2 2-1 3-6 4-7 5-3 5-4 5-5 12-15 13-12 13-13 14-11 15-32 15-33 17-14 18-35 18-36 20-8 21-38 22-24 23-23 24-31 30-25 31-25 32-26 33-37 36-10 36-11 37-9 41-28 42-30 43-39 44-39 45-40
+0-0 1-1 2-2 3-3 4-2 5-8 6-10 7-9 8-7 9-10 12-13 12-14 13-11 14-5 14-6 15-5 17-16 18-15 19-17 20-19 21-18 21-20 21-22 22-21 23-12 24-23 25-24
+0-3 1-4 2-4 3-5 4-5 5-6 6-6 6-7 7-11 8-11 9-20 10-10 11-17 12-15 12-17 12-18 13-12 13-16 14-13 15-22 16-21 16-25 16-26 17-24 18-30 19-31 20-32 21-28 21-29 22-33 22-34 23-34 26-35 27-35 28-36
+0-0 0-2 1-1 1-3 2-4 2-5 3-6 4-7 5-7 6-8 7-8 8-9 8-15 9-10 10-11 10-14 11-12 11-13 12-12 13-12 14-13 14-16 15-17 16-18
+0-0 1-6 2-3 3-3 4-4 6-5 7-5 8-2 9-3 10-8 11-13 12-9 13-10 14-12 15-12 21-18 22-15 22-19 23-16 23-17 24-22 24-23 24-24 25-21 26-14 28-20 29-26 30-25 30-26 31-27
+0-1 1-0 1-1 2-0 2-2 4-6 6-3 7-4 8-5 8-7 9-8 10-9 10-10 11-11 12-10 13-12 13-13 14-14 15-15 15-16 16-17 17-18
+0-0 0-1 0-2 1-1 2-4 4-6 5-7 6-8 7-9 8-10 9-11 10-12 11-15 12-14 12-16 13-13 16-20 16-21 17-17 17-18 23-22 24-24 25-23 26-25 27-25 28-26 29-29 30-26 31-27 31-28 32-28 33-30 35-32 36-31 36-33 37-34 37-35 38-36 39-37 40-38 41-39 42-39 43-40
+0-4 1-0 2-1 3-2 4-3 6-8 7-10 10-9 11-11 13-12 14-13 15-14 15-15 16-15 17-16 18-17 19-17 19-18 20-19 21-22 22-22 23-23 23-24 24-25
+0-0 1-2 1-4 2-1 3-1 4-6 5-7 5-8 5-9 6-10 6-16 6-17 7-12 8-12 9-15 10-5 11-18 12-19
+0-0 1-1 2-2 2-3 3-5 4-4 5-6 6-7 7-12 8-10 9-9 10-11 11-13 12-8 13-14 14-15
+1-0 1-1 2-3 2-4 3-2 3-5 4-6 4-11 5-7 5-9 6-10 6-12 7-13
+0-0 1-1 2-2 3-1 3-3 4-5 5-4 6-6 6-7 7-10 8-11 9-11 10-8 11-13 12-12 12-14 13-15 14-9 15-16 16-17
+0-6 0-7 1-1 2-9 4-11 5-12 6-8 7-13 8-13 9-13 9-14 9-15 10-13 11-13 12-28 13-18 14-17 15-17 16-18 18-2 19-3 22-35 23-35 24-36 26-37 28-39 29-38 29-40 31-41 32-42 33-22 34-24 35-23 35-24 35-25 36-29 37-36 38-30 40-31 41-43 42-44
+0-1 1-1 2-2 3-0 4-4 5-5 6-5 7-6 8-7 8-8 9-11 10-12 10-15 11-13 11-14 15-28 16-21 19-29 20-30 21-31 22-32 23-31 25-35 26-27 27-36 28-29 29-37 29-38 30-23 30-24 30-25 32-26 33-22 34-39 35-40
+0-3 0-9 1-0 1-1 1-2 2-1 3-5 4-6 5-4 6-11 7-12 8-13 9-11 10-11 11-17 12-18 13-18 14-7 16-23 17-22 18-22 20-24 21-25 21-27 22-26 24-28 25-30 26-29 27-30 28-35 29-32 30-31 30-33 31-36 32-37 33-38 33-39 35-40 36-41
+1-7 2-0 2-1 3-8 3-9 4-3 5-4 6-5 7-5 8-6 9-10 12-12 13-14 14-15 14-16 17-13 18-14 19-19 20-20 21-11 22-29 28-22 28-23 29-24 30-25 32-26 34-27 35-28 38-30 42-31 43-34 44-33 45-35 46-36 47-37 48-40 49-39 50-38 50-40 51-38 53-32 54-41 55-41 56-42
+0-1 0-2 1-0 2-0 3-4 7-7 8-8 9-11 9-13 10-12 10-14 10-15 11-27 12-28 13-28 14-22 14-29 15-30 16-33 17-33 18-26 19-36 20-38 21-38 22-37 23-41 25-30 25-42 26-43 26-44 27-39 27-40 29-37 30-23 32-16 33-48 34-50 37-47 38-52 39-53
+0-0 1-1 2-2 3-3 5-12 6-11 7-4 8-4 9-5 10-6 11-7 12-8 13-13 14-14 15-15 17-10 18-21 20-24 21-25 22-19 23-24 23-27 24-28 25-29 26-30 28-17 28-22 29-23 30-23 31-31 32-32 33-33 33-34 34-35 37-46 38-47 39-48 40-49 42-37 43-38 44-39 44-40 45-41 46-41 47-42 49-36 50-43 51-44 52-45 53-55 54-62 56-56 57-56 58-58 59-59 60-51 61-59 62-59 63-59 64-60 69-61 70-61 71-54 72-54 73-64 74-65
+0-0 1-1 2-4 3-5 4-6 5-3 6-2 7-7 8-8 9-10 10-11 11-9 11-10 11-12 12-10 17-13 18-14 19-15 20-16 20-17 21-18 23-20 25-21 26-22 27-36 28-25 30-24 32-26 35-29 36-27 36-28 37-31 37-32 37-33 38-34 38-35 39-34 40-29 41-30 45-47 47-37 48-39 49-50 50-51 51-42 51-43 51-52 52-49 53-41 55-48 62-38 63-44 64-44 66-53 67-54
+0-0 1-1 2-2 4-3 5-4 6-9 7-5 7-8 9-3 10-25 11-25 12-11 12-13 13-14 14-15 14-16 15-18 16-21 17-20 17-22 18-19 19-19 22-27 23-29 24-30 25-31 26-32 27-26 28-33 29-34 30-34 31-34 32-36 35-39 36-40
+0-0 0-1 0-2 1-7 1-8 2-5 3-6 4-4 5-3 6-9 7-10 8-11 9-12 10-13 11-13 11-14 18-15 18-16 19-17 19-27 21-23 22-23 23-24 26-18 27-19 28-30 31-22 33-35 34-35 35-35 36-35 37-31 38-37 40-32 41-38 42-33 42-39 43-34 45-43 46-43 47-40 49-41 51-42 52-44 53-45
+0-1 1-2 2-2 2-3 3-4 3-5 4-4 4-6 5-7 5-8 6-9
+0-4 1-5 2-3 3-0 3-2 4-6 5-8 6-8 7-9 8-7 8-10 9-9 10-12 11-11 12-12 13-14 14-13 15-14 16-14 16-15 17-16 18-17
+1-1 1-3 2-2 3-0 4-1 5-5 6-6 7-4 8-17 9-7 10-8 10-12 11-9 12-10 13-11 14-13 15-14 16-27 17-29 18-29 19-30 20-21 21-32 24-38 25-35 25-36 25-37 25-38 26-38 27-43 28-44 29-31 30-34 31-47 33-40 34-40 35-40 36-41 37-26 38-18 40-46 41-22 42-23 43-45 44-45 45-53 46-48 47-49 48-50 50-51 50-52 51-52 52-54 53-57 54-56 55-55 56-60 58-56 60-61 61-81 63-76 65-58 65-59 66-73 66-74 67-73 69-62 70-66 71-75 72-65 73-77 74-76 79-83 80-84
+0-0 0-1 0-2 1-12 2-5 3-4 3-5 4-6 5-8 6-9 7-10 9-16 12-11 13-18 14-19 15-17 16-15 17-27 19-30 20-31 21-31 22-20 23-23 24-23 25-22 26-24 27-25 28-28 29-28 29-29 30-27 31-32 32-33
+1-0 2-1 2-2 3-4 4-5 4-6 4-7 5-31 6-9 7-4 9-15 10-15 11-17 12-18 13-19 15-13 16-16 17-25 18-20 19-3 20-10 21-11 22-11 23-28 24-14 25-30 26-26 28-22 29-32 30-33
+1-0 2-1 3-1 3-2 4-2 5-4 5-5 7-3 10-16 11-9 13-10 14-11 15-10 16-11 17-19 18-8 19-12 20-12 20-13 20-14 21-25 25-7 30-31 30-32 31-20 31-21 32-20 33-17 34-18 35-28 36-29 37-30 38-37 39-27 41-34 42-42 43-39 44-33 46-40 47-39 48-40 51-49 53-43 56-45 57-46 62-58 66-63 67-57 73-67 74-67 75-67 76-64 76-68 77-70 78-70 79-71
+0-2 1-0 1-1 1-2 2-4 2-5 3-3 4-7 5-6 6-8 7-8 7-9 8-9 9-10 9-11 10-12 11-12 11-13 12-12 13-12 14-14 14-15 15-16 15-17 16-19 17-18 17-19 17-20 18-19 18-21 19-22 20-23
+0-0 0-2 1-1 2-5 3-4 3-7 4-8 7-5 8-6 9-9 10-9 12-12 13-13 14-17 16-19 17-14 17-15 18-15 19-15 20-11 21-10 24-3 25-23 26-22 27-23 28-24
+0-0 1-6 2-8 3-3 4-1 4-3 5-2 6-3 7-7 9-10 10-4 13-11 13-12 14-13 15-25 16-24 17-19 18-19 19-21 20-22 20-23 20-24 21-26 22-27 23-28 24-29 25-30 26-30 27-32 28-31 29-33 30-34 32-36 33-37 34-9 35-39 36-40 37-38 38-38 39-44 40-49 41-41 42-44 43-43 44-48 45-45 47-54 49-55 50-51 51-56 52-57
+0-0 0-1 1-1 2-1 3-2 4-13 5-5 5-6 5-7 5-8 7-3 8-14 9-15 11-17 12-16 13-20 17-21 18-16 19-23 20-23 23-19 24-33 25-34 29-37 32-27 33-38 34-25 35-40 36-40 40-26 41-31 42-29 42-30 43-35 49-43 49-44 50-43 52-45 52-46 59-48 59-50 60-49 60-50 61-51 62-52 65-53 66-54 67-55 68-57 69-59 70-59 71-60 72-61 73-56 74-62 75-63
+0-0 1-1 2-2 3-3 4-4 5-4 6-4 7-6 8-7 9-5 10-8 11-9
+0-0 1-1 2-2 3-3 5-4 6-5 7-6 14-8 15-7 16-9 16-10 16-12 17-13 18-15 18-17 19-14 21-16 22-20 23-21 24-22 26-25 26-26 28-27 29-24 30-29 31-28 31-30 33-31 34-32 35-33
+0-16 0-17 2-0 3-9 4-8 5-10 7-3 8-11 9-4 9-5 9-6 9-7 10-1 11-1 12-2 13-13 14-20 15-21 16-20 17-18 18-19 19-29 20-24 21-23 21-25 21-26 22-22 25-32 26-30 27-33 27-35 28-34 28-36 29-37 30-37 31-38 32-39 33-40 33-41 33-43 34-40 34-42 36-44 37-45 40-46 41-47
+0-0 1-1 2-4 2-5 3-2 3-3 4-10 5-8 8-7 9-11 10-12 11-13 12-14 13-15 13-16 14-17 15-24 15-25 16-25 18-21 19-26 21-18 21-19 21-20 22-27 23-28
+1-1 2-2 3-0 4-1 5-5 6-5 7-6 7-7 8-5 9-3 12-9 13-8 14-10 15-11 16-13 16-15 17-14 17-16 18-15 19-17 20-18 21-18 23-19 24-23 25-25 26-24 27-26 29-27 30-27 31-28
+0-3 1-0 2-2 4-4 5-4 6-6 7-7 9-4 10-5 11-12 12-8 13-9 14-8 15-10 16-11 17-13 19-14 20-15 21-16 22-16 23-17 26-19 27-19 28-18 30-19 31-20 32-21 32-22 32-23 33-22 34-24 35-25
+0-0 1-0 1-1 2-8 4-5 5-5 7-16 8-16 9-14 10-15 11-13 12-13 13-12 14-20 15-20 16-21 18-6 18-7 19-7 22-22 24-22 25-23 26-24 27-24 27-25 28-24 29-25 33-32 34-33 35-33 36-34 37-35 38-36 40-17 42-44 43-39 44-39 45-37 46-38 47-42 48-43 49-45 52-49 53-50 54-47 55-46 55-48 56-51 57-52 58-53 58-54 61-55 61-56 61-57 66-61 67-60 69-62 70-63 71-64 72-65 74-58 75-66 76-67
+0-6 2-4 3-1 4-8 4-9 5-2 6-3 7-10 8-11 9-12 9-13 11-14 11-15 11-16 12-18 12-19 13-19 15-17 18-20 19-22 21-26 23-27 24-28 25-29 26-25 27-24 28-34 29-34 30-28 30-35 31-36 32-30 34-31 35-32 36-32 37-33 37-39 38-40 39-40 40-41 41-42 42-43 43-38 44-45 45-46 46-44 47-50 48-47 54-51 55-52
+0-0 1-1 2-2 3-3 4-7 5-12 6-8 6-9 6-10 7-4 8-5 9-14 10-13 11-15 12-16 13-17 14-18 15-19 16-20 17-24 18-22 18-23 19-21 20-26 21-25 21-27 22-28 22-29 23-30
+0-6 1-3 1-7 1-8 2-4 2-5 2-6 3-0 5-16 6-17 7-12 8-18 9-14 9-15 10-28 10-29 11-19 11-20 12-21 13-10 13-11 14-22 17-30 18-30 19-31
+0-0 1-2 2-2 3-2 4-3 5-3 6-1 7-10 10-9 11-10 12-12 13-13 14-6 15-7 16-7 17-7 18-8 19-17 20-18 21-19 22-22 23-14 24-14 26-4 26-5 27-20 27-21 28-20 31-22 32-23 33-24 34-25
+0-0 1-1 1-2 2-3 4-4 5-5 8-14 9-12 10-15 11-16 11-17 12-8 12-10 13-9 14-8 15-11 16-18 17-19 18-20 22-24 23-22 23-23 24-24 25-25 27-26 27-27 28-28 29-29 29-30 30-29 31-31 32-33 33-34 33-35 34-34 35-36 36-37 37-39 38-40 39-41 39-42 40-43 41-21 42-44 43-45
+1-0 2-1 3-2 4-7 6-9 6-10 7-4 8-3 9-5 10-5 11-3 11-6 12-7 13-8 14-8 15-8 16-8 18-11 19-11 20-11 21-11 22-12
+0-0 0-1 1-2 2-3 3-4 4-3 4-7 5-8 5-9 5-10 6-9 7-12 8-16 9-17 10-13 11-14 12-15 12-18 13-18 14-28 15-29 16-29 17-20 18-19 19-20 20-21 21-21 22-22 23-26 23-27 24-22 25-22 26-30 27-31
+1-15 2-16 2-17 4-19 5-20 7-23 8-8 9-9 9-10 10-6 11-14 12-26 14-18 15-30 15-31 19-38 21-24 23-21 23-22 24-41 25-27 25-42 26-29 27-43 28-43 30-45 31-48 32-34 33-32 33-33 33-49 34-50 34-51 34-52 38-39 39-40 41-44 43-47 47-53 48-53 49-54
+0-2 1-2 5-7 6-5 6-6 6-7 7-22 9-14 9-15 10-12 10-13 12-16 12-17 13-8 14-18 15-9 16-10 16-11 18-1 20-24 21-25
+0-0 0-1 1-2 1-12 2-3 2-4 3-2 4-6 4-11 5-7 5-8 5-9 5-10 6-5 7-15 8-15 10-16 11-17 12-14 13-19 14-20 15-21 16-22 16-23 16-24 16-25 17-22 18-30 19-32 20-33
+0-0 0-2 1-1 2-3 3-4 4-5 5-10 6-12 7-13 9-11 10-14 11-17 12-18 14-16 16-20 17-20 18-25 19-28 20-24 21-21 22-23 23-22 24-29 25-30
+0-0 1-1 2-2 3-3 9-5 9-6 10-6 11-4 14-9 15-9 16-10 17-10 18-11 19-7 20-8 22-14 23-13 24-16 25-17 26-15 29-18 31-23 32-20 33-21 36-22 37-19 38-24 39-24 41-28 43-31 45-29 45-33 46-34 50-32 51-25 52-26 52-27 53-27 54-27 55-35 56-36
+0-0 1-1 2-2 3-3 6-6 7-7 8-8 9-5 10-9 11-9 12-10 13-12 13-13 14-16 15-15 15-17 16-18 17-18 18-19 19-20 20-21 21-11 26-22 27-23
+0-0 0-1 1-1 2-0 3-2 4-2 5-5 6-3 7-3 8-3 9-3 12-4 13-4 14-6 15-6 16-6 17-7 18-9 19-11 20-12 21-10 28-8 29-13 30-15 31-15 32-15 33-16
+0-0 2-1 6-2 8-8 9-3 10-10 10-11 11-4 12-5 13-6 14-7 15-9 16-19 17-14 17-15 17-16 17-17 18-20 19-18 20-12 22-21 23-22
+0-0 1-4 1-5 2-3 5-1 6-2 7-6 9-9 10-7 10-8 10-10 14-11 15-12 16-13 17-14 17-15 18-16 18-17 23-18 24-19 25-20 25-22 25-23 26-21 28-25 29-27 30-27 31-27 31-28 32-27 33-29 33-30 33-31 34-31 35-32 36-33
+0-0 1-1 2-5 2-6 3-4 4-4 6-9 8-7 9-13 10-14 11-15 12-14 13-15 14-13 14-16 15-18 16-18 17-18 18-18 18-19 19-8 20-17 20-22 21-23 22-20 22-21 24-24 25-24 26-25 27-26 28-26 30-29 31-30 32-30 33-32 33-33 34-34 35-35 36-36 37-31 38-37 39-37 40-38
+0-0 0-1 0-2 8-8 9-10 10-10 11-4 14-5 15-12 16-14 17-21 18-13 19-17 20-15 20-16 22-11 23-11 24-9 25-22 29-23 29-24 29-25 29-26 30-28 31-27 33-29 34-30 35-32 36-32 37-32 38-32 38-33 39-18 40-34 41-35 41-36 44-43 45-37 45-38 46-39 47-41 47-42 48-40 50-44 50-45 51-44
+0-0 1-1 2-2 3-1 3-3 4-4 5-11 6-11 7-10 8-12 9-13 10-13 11-14 12-15 13-17 14-18 15-16 16-20 16-21 17-20 18-19 19-22 21-27 22-27 23-28 24-29 25-23 26-24 26-26 27-25 28-30 29-31
+0-0 1-1 2-2 3-3 8-6 9-6 10-5 11-6 12-4 13-4 14-5 17-12 19-8 20-10 20-11 21-14 21-16 22-15 24-13 25-17 26-18 27-19 28-20 29-21 30-21 31-22 31-23 32-25 33-24 34-25 36-26 37-26 38-26 39-27
+0-2 1-22 1-23 2-1 4-12 5-13 6-7 6-8 7-0 8-3 9-5 10-6 11-14 13-9 14-29 17-24 18-31 19-30 20-20 21-27 21-28 22-26 23-39 24-36 24-37 24-38 24-39 25-41 26-32 27-42 28-43 29-43 30-44 31-49 32-48 32-50 33-46 35-51 36-52
+0-9 1-1 2-8 3-2 4-13 5-7 6-12 7-7 8-7 9-6 10-0 11-3 12-11 14-5 15-14 16-15
+0-0 0-1 1-2 2-4 4-6 5-7 5-8 5-9 6-11 7-12 8-13 9-14 10-15 11-16 12-17 14-20 15-21 15-22 16-26 17-23 18-24 19-25 20-27 22-29 23-30 24-31 25-32 25-33 26-34 27-19 28-35 29-35 30-36
+0-0 0-1 1-2 1-13 3-3 3-4 4-5 5-6 6-7 7-8 8-9 9-10 10-11 11-12 12-16 13-17 13-18 14-14 15-15 16-15 17-20 18-21 19-20 20-24 21-19 21-25 22-26 23-27 24-28 25-22 28-29 29-30
+0-0 1-1 2-2 3-3 5-4 6-5 7-6 8-7 8-8 9-9 9-10 10-9 11-11 12-12 13-11 14-13 14-14 16-24 18-17 19-19 20-20 21-18 21-19 24-22 24-23 26-34 27-25 28-36 29-37 30-31 31-42 32-42 33-41 34-40 34-42 34-43 35-33 36-34 37-49 39-52 40-50 41-47 41-51 42-44 42-45 43-55 45-48 46-58 48-59 48-60 50-62 52-26 54-56 55-32 57-27 59-63 60-64
+0-0 1-7 2-3 3-4 4-6 5-5 6-12 8-8 10-9 10-10 11-10 12-14 13-15 14-16 15-21 16-22 17-23 17-25 18-23 18-24 19-20 20-26 21-28 22-29 23-33 24-31 25-32 26-36 27-34 28-35 29-30 30-37 31-43 32-44 33-38 34-45 35-46 36-52 39-54 39-55 40-42 41-49 42-48 42-50 44-63 45-60 46-65 48-61 48-62 49-66 52-75 53-75 54-76 54-78 54-79 54-80 54-81 55-82 56-68 59-59 60-59 61-83 62-84
+0-0 0-1 1-3 2-2 3-3 4-4 5-5 5-6 6-7 7-8 8-8 9-9 10-10 11-11 12-12
+0-0 1-4 2-4 3-2 5-5 6-5 8-11 9-14 11-8 12-9 15-15 16-17 18-16 21-18 22-19 23-22 24-20 25-26 27-30 28-21 28-28 29-29 30-27 33-31 34-25 37-32 38-33
+0-0 1-0 2-1 3-2 4-4 5-3 6-5 7-6 8-7 8-8 9-9 9-10 10-9 11-11 12-12 13-11 14-13 14-14 16-16 17-15 18-20 21-17 22-22 23-19 24-23 25-24 26-25 27-26 28-27 29-36 30-35 31-36 32-31 32-32 32-33 33-28 33-29 33-34 34-37 35-38
+0-13 1-1 1-2 2-0 3-5 5-3 6-12 7-12 8-8 9-9 10-10 11-11 12-16 13-16 14-15 14-17 15-18 16-18 17-19 18-20 19-19 20-6 21-6 22-6 23-6 25-23 28-22 29-24 29-28 30-25 30-29 31-26 32-27 33-30 33-31 34-31 35-32 38-32 39-33 39-37 40-34 42-36 43-35 43-38 43-39 44-40 45-41 46-42
+0-0 1-1 2-2 3-3 4-8 5-9 7-5 12-16 13-17 14-12 14-18 15-23 16-19 16-22 17-6 19-27 20-21 21-34 22-33 23-39 24-13 27-29 28-15 30-20 31-20 32-35 34-40 36-41 38-44 39-45 40-46 42-47 42-48 45-50 46-51 47-52 48-53 49-54 50-55 50-56 51-49 51-57 52-50 52-58 56-59 58-62 58-64 59-65 61-66 63-67 64-68 65-69 66-71 68-69 69-62 70-63 71-73 72-74
+0-2 1-0 1-1 1-3 2-6 3-6 4-4 4-5 9-7 9-8 10-15 11-9 12-10 13-12 14-13 16-14 18-15 19-16 19-17 20-16 21-18 22-19 24-20 25-29 26-22 27-23 28-24 31-60 33-64 34-65 35-66 36-32 36-33 37-69 38-61 40-38 42-25 43-26 44-27 45-28 45-37 46-52 47-53 47-54 48-51 49-34 50-57 51-57 53-48 54-46 55-46 58-56 59-39 60-58 61-59 64-50 67-67 67-68 70-70 71-71
+2-0 2-1 3-2 4-3 4-6 5-5 6-4 8-10 9-7 10-8 11-9 12-10 12-11 15-12 16-13 18-18 19-17 20-15 20-16 21-16 23-20 24-20 26-22 26-25 27-24 27-26 28-22 29-21 29-23 30-23 31-23 32-27 33-27 34-28
+0-0 1-1 2-2 3-3 4-4 5-6 6-5 7-6 8-6 11-9 11-10 11-11 12-25 13-20 14-22 15-23 16-24 19-26 20-27 20-28 21-29 22-39 23-30 23-37 24-38 25-42 26-41 27-41 28-52 29-33 30-44 31-45 32-19 34-41 35-15 36-51 37-16 38-18 39-53 40-54
+0-0 1-1 2-2 3-3 4-3 5-4 6-5 7-6 8-7 9-9 9-10 10-8 11-13 12-14 13-17 14-18 15-19 16-20 17-17 18-23 19-25 22-24 25-22 26-29 27-26 29-31 32-27 35-33 36-37 37-38 38-35 39-36 40-36 41-36 42-34 43-39 44-40 47-41 48-44 51-51 52-47 52-50 53-48 54-49 57-15 58-52 59-53
+0-0 1-0 2-0 3-1 4-2 5-3 6-4 7-5 8-6 8-7 12-10 13-11 14-12 15-13 17-17 18-17 19-16 20-14 20-15 20-17 21-18 22-20 23-19 26-20 27-21 28-24 28-25 29-27 30-22 35-29 36-30 37-31 38-32 39-33 40-40 41-34 42-35 43-36 44-36 45-37 46-38 48-43 49-45 50-46 51-47 52-48 53-49 54-50 56-59 57-51 57-52 57-53 58-57 59-54 60-55 60-56 61-57 62-58 64-28 65-60 66-61
+0-0 3-3 4-2 4-4 6-5 7-13 8-8 9-6 9-9 9-10 9-11 10-7 10-14 11-15 13-12 14-17 15-18 15-19 16-17 16-20 17-17 18-21 19-22 20-23 21-16 22-24 23-25 24-26 24-27 24-28 25-22 26-29 27-30 28-31 29-32 30-32 31-32 32-33 33-34 34-34 34-35 35-33 36-36 37-37
+0-3 0-4 1-5 2-6 4-24 5-2 6-28 9-13 10-14 12-10 14-11 15-12 16-13 18-16 18-17 18-18 20-22 21-23 22-20 24-21 25-26 25-33 26-34 27-34 28-34 30-30 31-7 32-36 34-64 35-38 36-52 36-53 39-57 41-58 42-47 43-48 44-41 45-42 46-42 46-43 47-44 48-45 49-46 50-54 51-55 52-56 53-61 54-60 55-62 60-66 60-67 60-68 61-67 62-69 63-70 64-71 65-72 66-74 67-75 67-76 68-73 69-63 70-77 71-78
+0-18 1-0 2-1 3-3 4-4 4-5 4-6 5-8 6-7 7-2 8-9 9-10 10-13 11-11 12-14 13-16 14-17 16-33 18-19 19-20 20-21 20-22 20-25 22-23 23-29 24-26 24-30 25-27 26-28 27-38 28-39 29-44 30-43 31-44 32-40 33-31 33-32 34-24 35-46 36-47 37-48 37-49 38-50 39-51 39-52 40-53 41-54
+0-0 0-1 1-1 2-2 3-3 4-4 5-5 5-6 6-7 7-8
+0-0 1-0 2-0 3-2 4-2 5-7 6-6 7-8 8-9 9-10 10-12 11-11 12-12 13-12 13-15 14-16 15-17 15-18 15-19 16-25 20-22 21-23 21-24 22-22 23-29 24-33 25-32 25-34 26-35 27-36 28-36 29-27 30-27 32-51 33-52 34-53 34-54 36-45 37-30 37-31 39-37 39-38 41-41 42-26 44-28 46-55 47-56
+0-0 1-1 2-2 3-3 4-4 5-6 6-5 7-8 8-7 9-7 10-8 11-9 12-10 13-15 14-16 15-12 15-13 16-11 16-17 17-18 19-19 21-20 22-21 23-23 24-22 25-24 25-25 26-26 27-27 28-28 29-29 30-30 31-31 32-32 33-33 35-34 37-35 38-36 39-38 40-39 42-45 44-46 48-47 50-14 51-55 53-51 54-51 55-52 56-59 58-58 59-60 60-61 61-57 62-58 63-65 64-66 65-63 65-64 66-72 67-73 68-69 69-70 69-71 70-67 71-68 72-74 73-75 74-76 75-77 76-78 77-79 78-80 79-81 80-82
+0-28 3-5 4-4 5-1 6-2 7-3 8-6 8-7 9-13 10-12 11-13 11-15 12-13 12-14 13-11 14-23 15-24 17-21 21-16 21-26 22-25 26-29 26-33 27-30 28-31 29-31 30-42 31-38 31-41 32-39 35-34 36-35 36-49 37-51 40-48 41-36 42-59 43-60 44-61 45-52 46-64 48-68 48-69 49-27 50-72 53-62 54-63 55-76 56-77
+1-14 2-13 3-1 3-2 3-3 4-1 6-10 9-4 10-5 10-6 12-7 13-13 16-12 17-15 18-16 19-17 20-18 21-19 22-24 23-37 24-19 25-20 26-21 27-22 27-23 28-24 29-28 30-25 31-29 32-30 32-33 33-39 34-31 35-32 36-22 37-38 38-35 40-44 41-45 42-42 46-41 47-48 50-46 50-47 51-49 52-52 53-40 54-51 55-53 56-54
+0-1 1-0 4-23 5-24 6-7 8-4 10-2 11-3 12-16 13-15 13-16 14-10 15-12 15-13 16-17 17-25 18-26 19-27 20-29 21-28 22-30 23-33 24-34 25-35 26-36 27-37 28-38 29-31 30-39 31-40
+0-0 1-0 2-2 3-1 3-2 5-6 6-4 6-5 7-6 8-11 9-7 9-8 10-9 10-12 11-13 11-15 12-14 13-16 14-16 15-17 15-18 16-19
+0-12 1-13 3-14 4-1 5-0 7-5 8-6 9-7 10-6 11-8 12-11 13-4 14-9 15-10 16-2 16-3 17-16 18-17 19-15 20-23 21-24 22-23 23-18 24-19 25-20 29-25 29-27 30-26 31-29 32-31 33-30 34-32 35-28 38-35 39-37 40-38 41-36 42-35 43-34 44-45 46-44 47-43 48-46 49-47 51-49 53-51 54-48 55-49 56-54 57-55 58-57 59-60 60-70 61-58 62-59 65-61 67-63 68-64 68-65 69-66 70-67 71-68 72-69 73-72 73-73 74-74
+0-0 0-1 0-2 1-0 2-1 3-3 4-3 5-4 6-5 7-6 8-7 9-8 10-9 11-9 12-10 13-11 14-11 15-13 16-14
+0-0 1-1 2-2 3-3 4-4 4-5 5-5 6-4 7-7 8-8 9-6 9-9 9-10 10-31 11-10 12-11 13-12 14-18 15-21 17-13 18-14 19-15 20-16 21-26 22-29 23-28 23-30 24-34 25-24 25-35 26-27 29-36 30-36 31-37 32-38 33-33 35-40 36-39 37-40 38-41 40-42 40-44 41-43 42-48 43-45 44-46 45-47 46-48 47-49 48-50 49-51 50-51 51-64 53-52 54-55 55-58 55-59 56-60 56-61 58-66 61-67 62-68
+0-1 0-2 0-3 0-4 2-5 3-15 3-16 4-10 4-11 4-14 6-23 7-19 7-20 8-21 9-36 10-37 11-34 11-35 11-38 12-35 13-45 18-55 18-56 18-57 19-58
+0-3 1-3 3-12 20-10 31-16 31-17 33-18 34-0 39-21 41-22 42-28 43-29 44-13 44-14 45-4 46-35 47-11 48-8 50-15 51-26 52-27 54-29 64-34 65-31 67-19 68-20 69-21 70-38 71-24 72-24 72-25 77-32 78-43 79-30 82-36 83-44 84-39 85-42 86-40 87-48 89-47 90-49 91-48 92-49 92-50 93-51 94-52
+0-24 0-25 1-24 2-24 3-1 4-2 6-12 7-3 9-17 11-11 12-8 13-21 14-15 16-16 17-13 17-14 19-10 20-0 23-26 24-27 25-31 26-28 28-29 28-30 29-7 30-33 31-34 32-35 33-36 34-37 35-38 36-39 37-44 40-45 41-48 42-46 43-40 45-32 47-51 48-50 48-52 49-63 50-55 51-56 52-56 53-61 54-64 55-64 56-64 57-68 58-69 58-70 59-71 60-71 62-77 63-77 64-77 65-76 66-78 67-77 68-59 69-79 70-80
+0-0 1-2 2-1 2-3 2-4 2-5 4-8 4-9 4-11 5-10 6-12 6-13 7-14 8-15 9-19 9-24 9-25 10-18 11-23 12-28 13-20 14-29 14-30 14-31 14-32 14-33 15-34
+0-2 0-5 1-6 2-0 2-1 2-7 3-9 4-12 5-8 7-11 8-13 9-14 10-13 11-14 12-15 13-17 14-17 15-25 16-25 17-27 18-26 19-29 20-21 21-33 22-34 23-34 25-37 26-28 26-39 27-40 28-41 29-42 30-43 31-43 32-42 33-48 35-44 36-49 37-22 40-50 41-51
+0-2 2-4 3-18 4-18 5-19 6-18 6-20 8-7 9-3 10-0 11-6 12-5 13-9 13-14 14-13 15-12 17-21 17-22 18-21 19-24 20-24 20-25 21-26 22-27 23-28
+0-0 1-1 2-2 3-3 4-3 5-3 6-6 7-6 8-7 8-8 9-9 9-13 10-4 10-5 11-11 12-10 12-12 13-11 14-14 16-15 17-16
+1-1 2-0 3-2 4-2 4-3 6-4 7-4 9-14 10-5 11-6 11-11 12-7 13-10 14-11 15-12 16-15 17-17 18-18 19-20 21-21 22-22 23-23 25-19 25-29 26-30 27-31 28-24 29-25 30-26 31-27 31-28 33-34 35-39 36-40 37-42 38-36 42-9 43-8 44-8 46-44 47-35 49-45 50-46 51-46 52-47 53-48 54-49 56-50 57-50 58-51 59-52 60-53 61-54 62-54 63-55 63-56 64-57 65-58 66-59 67-60 68-61 69-66 70-64 72-65 76-62 77-67 78-68
+0-15 1-0 2-4 2-5 3-12 5-8 6-3 7-19 7-21 8-18 9-18 10-29 11-30 13-35 14-37 15-26 16-32 18-40 19-41 20-42 21-33 22-31 23-25 25-28 26-42 27-43 28-44
+0-0 1-0 3-15 4-12 4-16 5-4 6-5 7-6 8-8 9-7 10-8 11-8 12-9 12-13 13-14 14-18 16-17 17-20 19-11 19-21 20-22 21-23 22-39 23-24 23-25 23-27 24-26 25-29 25-30 26-31 27-31 28-28 29-32 32-33 33-33 34-34 35-35 36-36 37-42 38-40 40-35 41-35 42-41 46-51 47-52 48-48 49-46 50-47 51-45 51-46 52-54 53-56 53-57 53-58 54-55 55-55 56-59 57-60
+0-7 1-3 2-2 3-3 3-4 4-1 5-8 6-9 6-11 7-10 8-12 9-13 10-16 11-31 12-19 13-15 14-49 15-24 16-33 17-22 18-30 19-48 19-55 20-56 21-53 22-53 23-53 24-39 25-40 26-36 27-43 28-14 29-47 30-17 33-38 36-23 37-23 38-62 38-63 38-64 39-59 39-61 40-65 41-66
+0-0 1-1 2-1 3-2 4-2 5-2 6-3 7-4 8-5
+0-11 0-12 1-11 2-11 3-2 4-6 5-15 6-15 7-16 7-17 8-13 9-14 10-18 11-20 12-19 13-20 14-20 16-23 16-24 17-26 18-27 19-28 20-28 20-29 21-34 22-35 23-36 24-31 25-30 26-31 27-25 28-37 29-43 30-42 30-43 31-44
+0-0 2-1 3-2 4-5 5-3 5-4 6-6 7-7 8-11 11-14 12-12 12-13 12-14 12-15 13-12 14-15 15-16 16-17 17-18 18-20 20-23 21-25 22-26 23-27 24-28 25-29 26-31 27-30 27-32 29-33 30-34 30-35 32-41 35-37 36-38 37-39 38-40 39-44 40-46 42-48 43-49 44-52 45-50 46-50 47-53 48-54 49-55 50-10 51-58 52-59 53-60 55-62 56-62 57-64 58-57 60-63 62-69 63-70 65-73 66-71 68-77 71-75 73-87 74-83 75-84 76-85 76-86 77-86 78-88 79-89 80-90
+0-3 1-4 2-5 3-22 3-23 7-9 8-7 8-8 9-6 10-10 11-11 11-14 11-15 11-16 12-12 12-13 14-17 15-19 15-20 15-21 16-22 17-10 18-24 19-25
+0-0 1-1 1-2 2-6 3-5 3-6 4-4 5-5 7-7 8-8 9-11 9-12 10-9 10-10 11-13 11-14 13-20 14-21 15-16 16-18 17-17 18-19 21-15 22-22 23-23
+0-0 1-1 1-2 1-3 1-4 2-6 2-7 3-6 4-5 5-10 6-11 7-12 8-21 9-14 10-13 11-14 12-8 13-22 14-22 15-23
+0-0 1-1 2-1 3-3 4-3 5-4 6-6 7-7 8-8 9-9 10-10 10-11 11-32 12-12 12-13 13-14 14-2 15-15 16-16 18-17 21-15 22-19 28-35 29-35 30-35 31-24 31-25 31-36 32-27 32-37 33-23 34-28 35-26 36-38 37-38 38-38 39-38 40-38 41-39 42-40 44-41 45-42 46-43 52-43 53-44
+0-0 2-1 3-3 4-4 5-4 6-3 7-4 7-6 8-5 9-2 10-8 11-9 12-11 13-11 14-13 15-12 16-14 17-15
+1-4 2-1 3-0 3-2 4-6 5-7 6-8 7-3 8-10 9-10 10-11 11-9 11-12 12-13 12-14 18-15 20-15 21-15 22-15 23-16 24-16 26-17 27-20 28-22 28-23 29-21 29-22 33-25 34-26 35-27 36-28 37-29 38-30 38-31 39-23 40-24 41-32 42-33
+0-2 2-0 3-4 4-5 5-6 5-7 6-6 7-6 8-4 9-5 10-15 11-12 12-3 14-8 15-11 19-14 20-14 21-13 22-20 24-19 25-18 26-17 27-17 29-21 30-21 34-25 36-26 37-26 40-27 41-28 42-30 43-29 45-33 45-34 46-32 46-33 47-33 48-35 49-36
+0-0 0-1 1-1 2-1 3-2 4-2 5-3 6-3 6-4 7-3 7-5 8-5 9-5 10-6 11-7
+0-0 1-3 2-3 3-3 5-2 6-3 7-4 7-7 8-8 9-7 12-11 13-24 13-25 14-12 15-20 16-10 17-21 18-5 19-6 20-18 23-13 24-17 25-22 26-23 27-15 28-15 29-26 30-26 31-27
+0-0 1-3 1-4 1-5 2-3 3-2 4-6 5-6 6-6 7-7 8-16 9-17 10-17 11-13 11-15 12-14 14-19 15-18 15-20 16-21 17-22 18-23 19-22 20-24 21-25
+0-0 0-1 2-2 3-3 4-4 5-5 5-6 6-6 7-7 8-8 9-10 9-11 10-11 11-13 12-14 13-15 15-9 16-16 18-17 18-18 18-19 18-20 19-21 20-22 21-23 22-24 23-25 24-26 25-27 26-30 27-28 28-29 29-34 30-39 32-41 33-40 33-41 34-38 35-36 36-35 36-36 37-37 38-42 39-43 40-44 41-45 42-46 42-47 43-48 43-49 45-50 47-51 48-51 49-52 50-61 51-53 52-54 53-55 54-56 55-57 56-58 57-59 57-62 58-63 60-66 60-67 60-68 60-69 61-71 62-72 63-72 64-72 65-73 66-74
+0-0 1-1 2-3 2-4 4-7 5-7 6-5 7-6 8-8 8-9 9-9 10-11 14-14 15-14 16-13 18-17 19-16 20-18 21-19 21-20 22-15 23-21 24-22 24-23 25-24 26-24 26-26 27-25 28-27 29-28 30-29 31-30 33-31 33-32 34-35 35-35 35-36 36-34 36-38 38-33 39-39 40-39 41-40 42-41
+3-9 4-4 4-5 7-6 8-2 9-3 10-1 11-15 12-16 13-20 14-8 15-24 16-27 18-26 19-10 20-11 20-12 21-25 23-19 26-23 27-34 28-35 29-36 29-37 30-38 37-39 37-40 37-41 37-42 37-43 37-44 44-28 45-29 45-30 46-31 49-47 50-17 51-18 52-46 57-48 61-51 63-53 64-54 66-55 67-57 68-58 69-59 69-60 69-61 69-62 70-59 71-52 72-63 72-64 73-65 75-50 76-66 77-67
+1-8 2-0 4-7 5-10 6-3 7-4 9-5 10-5 11-16 14-11 15-1 16-2 19-21 20-21 21-20 22-25 25-23 26-23 27-23 28-24 33-26 34-18 34-19 36-27 37-28 38-31 39-32 41-30 42-34 43-35 44-36 44-37 45-38 46-42 52-39 52-40 52-41 58-45 59-33 62-46 63-46 64-46 65-47 70-48 73-44 74-49 75-50
+0-0 1-1 2-2 3-3 4-5 4-6 5-6 6-3 7-3 8-4 9-9 10-13 11-14 12-14 13-16 14-17 15-19 15-20 16-20 17-22 18-23 20-15 21-11 22-21 23-21 24-22 25-24 26-25
+0-0 1-1 1-2 2-0 3-1 4-1 5-1 6-6 7-7 7-8 8-9 9-14 10-11 11-12 12-9 12-19 13-20 14-22 15-17 15-18 16-15 17-16 18-25 20-31 21-30 22-31 24-36 25-21 25-37 26-22 27-32 28-33 29-39 29-40 30-42 31-34 31-52 32-53 33-54 34-38 36-46 37-47 39-48 39-50 39-51 40-48 40-49 41-48 42-45 43-43 46-55 47-55 48-55 49-56
+0-0 0-1 2-2 2-3 3-2 4-2 6-4 7-4 8-5 9-6 10-29 14-13 15-13 16-12 16-13 17-14 23-16 24-17 24-18 25-19 26-18 27-19 28-20 29-21 30-22 31-23 32-24 33-25 34-24 35-26 36-26 37-27 38-28 39-11 40-29 41-30 42-31
+0-0 1-1 2-2 2-3 3-5 4-9 5-7 6-7 6-8 7-6 8-4 9-10 10-11 13-12 14-13 16-15 17-14 18-16 19-17 20-22 21-22 22-22 23-18 23-19 23-20 27-23 28-24 29-24 30-24 31-25
+1-3 2-4 2-6 3-5 4-5 5-0 7-13 8-13 8-14 8-15 9-8 11-17 12-20 13-21 14-21 15-21 16-18 17-11 19-23 20-19 23-31 24-31 25-31 25-32 26-26 27-25 27-26 27-27 28-30 30-24 31-33 32-34
+0-0 0-1 1-3 2-19 3-5 4-9 5-10 6-11 7-12 8-13 9-14 10-6 10-27 11-7 12-8 13-22 14-16 14-17 15-15 16-20 17-25 18-26 19-23 19-24 20-23 21-23 22-38 23-39 25-31 26-48 27-47 28-49 29-49 30-43 31-40 33-37 34-54 35-29 36-32 37-32 38-64 38-65 39-66
+6-8 10-13 13-0 14-1 14-6 15-3 16-2 17-4 18-5 18-17 19-17 20-7 21-15 24-11 25-12 25-14 26-30 27-10 29-20 31-20 32-19 33-20 37-28 38-29 39-39 40-34 41-35 42-36 43-37 44-38 45-44 46-44 46-46 47-45 48-48 48-50 49-47 50-51 51-52 52-53 56-25 57-54 58-55
+0-0 0-2 1-1 1-3 2-3 3-3 5-4 8-7 9-17 10-5 10-6 15-15 16-8 17-9 18-12 19-13 19-14 22-16 23-19 23-20 24-21 25-28 26-24 27-22 28-23 29-25 29-26 30-27 32-29 33-30
+0-0 1-1 2-2 4-17 6-21 7-21 7-24 8-25 9-15 11-30 12-8 13-3 14-4 14-5 14-36 15-5 16-4 17-22 18-23 19-9 19-10 19-11 20-12 21-13 22-14 23-26 26-31 29-37 30-33 30-38 31-34 32-35 34-40 35-41 35-42 36-46 37-47 38-44 39-45 40-53 42-65 43-48 44-49 46-70 47-71 48-72 49-55 49-56 50-69 51-51 53-68 54-62 55-56 56-57 56-58 57-64 58-54 59-43 64-73 65-74
+0-0 1-1 2-2 3-3 4-4 5-5
+0-0 1-1 2-2 2-3 2-4 3-5 4-5 5-6 5-7 6-8 7-10 8-10 9-9 9-11
+1-0 1-1 2-2 5-4 6-6 7-6 8-2 9-3 10-4 11-5 12-9 12-10 12-11 13-8
+1-0 2-2 3-1 3-2 3-3 4-4 5-5 6-6 7-7 8-8 9-9 10-10 11-11 12-12 13-13 13-14 14-14 15-15 16-16 17-17 18-18 19-19 20-20 21-21 22-22 23-23 24-24 25-25 26-26 27-27 28-31 29-30 29-31 30-32 30-33 31-34 32-34 33-36 33-37 36-40 37-41 38-42 39-45 41-47 41-48 42-48 44-50 45-50 46-50 47-51 48-52 49-53 51-54 58-56 59-57 60-58 61-59 62-60 62-61 62-63 62-64 63-62 64-63 65-65 66-65 67-66 70-71 70-72 71-72 72-73 73-74 73-76 74-75 76-77 77-78 78-79 79-80 80-81 81-82 82-83 83-84 84-85 84-86 84-87 85-86 87-88 88-89 89-90 90-91 90-93 91-92 93-94 94-95 95-96 96-97 97-98 98-99 99-100 100-101 101-102 102-103 102-105 103-104 103-108 103-109 103-110 104-107 105-106 106-107 107-106 108-111 109-112
+0-0 1-1 2-2 3-3 5-4 6-4 7-5 8-6 11-16 15-7 16-8 16-9 17-9 18-10 18-11 19-11 20-12 21-13 22-14 24-15 29-22 31-17 32-18 33-19 34-20 35-24 35-25 36-23 37-25 38-26 39-26 40-27 41-28 42-29 44-30 45-31 46-32 46-34 47-33 51-36 53-37 54-38 55-39 56-45 60-48 60-49 61-50 63-52 64-52 65-52 66-52 67-53 68-40 69-40 69-41 71-54 72-55
+0-0 1-0 2-3 2-4 3-8 4-1 5-2 5-5 6-6 7-7 9-10 10-12 12-33 13-11 14-9 21-14 22-22 22-23 23-12 24-13 25-31 25-32 26-25 27-15 27-24 28-26 28-27 28-28 28-29 29-16 30-17 32-18 35-20 37-38 39-37 39-42 40-41 41-40 42-30 44-47 45-48 46-49 47-52 48-51 49-52 50-53 51-44 52-54 53-55
+0-0 1-2 2-0 3-1 4-4 5-5 5-6 6-7 7-3 10-9 11-10 12-11 13-12 16-12 17-13 17-14 18-16 24-18 25-26 27-19 28-20 29-21 29-22 29-24 30-23 32-28 33-28 34-29 35-32 37-33 38-33 39-34 40-35 46-38 47-39 48-40 49-41 50-42 51-42 52-42 53-43 54-43 55-43 56-44 57-45 58-49 59-48 59-49 60-52 61-55 62-55 63-53 64-54 65-56 66-57
+0-5 1-6 1-7 2-7 3-3 4-4 5-10 6-11 7-12 7-13 8-12 9-14 9-15 10-23 11-25 12-16 13-26 14-22 15-21 17-17 18-24 19-29 20-30 21-28 21-31 21-32 22-27 25-36 26-37 27-38 28-39 29-33 30-34 30-44 31-33 32-35 33-40 34-41 38-48 39-49 39-50 41-52 42-53 43-55 47-62 48-60 49-65 50-56 51-57 52-64 53-66 55-63 56-71 57-70 57-72 59-73 60-74 61-75 62-76 63-82 64-83 65-83 66-81 67-69 68-68 69-84 70-85
+0-3 1-9 1-10 2-10 3-12 4-12 5-12 6-12 7-13 8-13 8-14 9-0 10-5 11-21 13-15 14-22 15-27 17-28 18-29 20-31 21-16 22-16 23-17 24-32 25-33 26-34 27-35 28-36 28-37 30-39 31-40 32-38 32-39 32-41 33-42 34-43 35-43 35-44 36-45 37-48 38-49 39-50 41-53 42-53 45-54 46-55
+0-0 1-1 2-2 3-3 4-4 4-5 6-6 7-6 9-9 10-12 11-7 12-8 13-15 14-16 15-21 16-22 19-14 20-19 21-20 22-21 24-25 26-27 27-23 27-24 28-13 29-27 30-28 31-28 31-29 32-30 33-31 34-32 35-33 36-34 36-35 37-36 38-36 39-37 40-38 42-47 42-48 43-43 43-44 43-45 44-40 45-49 46-50 47-50 47-52 48-51 48-53 48-54 51-59 51-60 55-58 56-55 57-55 59-61 60-62
+0-0 1-1 2-2 3-1 3-3 4-4 5-5 6-6 6-7 7-11 8-11 9-8 10-10 10-11 11-12 12-13 13-14 14-13 15-17 16-17 16-18 17-9 18-21 19-22 20-23 21-24 21-25 21-26 22-16 23-19 24-15 25-27 27-28 28-28 29-28 30-29 31-29 31-30 32-29 33-28 35-31 36-34 37-35 38-32 39-37 39-38 40-37 41-39 42-40 47-43 48-44 49-45 50-46 50-47 50-49 51-48 52-50 53-58 54-59 56-57 57-50 58-51 59-52 60-56 62-53 62-54 63-60 64-61
+0-0 1-9 1-10 2-3 2-10 3-4 3-11 4-5 4-6 4-7 5-1 6-8 7-2 8-12 9-14 10-15 11-16 12-13 13-17 14-18
+0-0 1-0 2-3 3-4 4-1 5-2 6-4 7-5 8-8 9-10 10-9 11-6 12-7 14-7 15-10 16-11 17-12 18-13 19-14 20-15 21-16 22-17 23-18
+0-0 1-1 2-1 3-2 4-3 6-3 7-3 8-4 9-6 10-5 10-9 11-10 13-11 14-12 15-13 16-14 18-15 19-15 20-16 21-17 23-23 23-24 24-24 25-18 26-20 27-21 28-22 29-25 30-26 31-27 32-28 33-29 34-29 35-30 36-31 37-34 38-35 39-36 40-36 41-37 42-38 44-39 45-40
+0-0 1-1 2-3 4-4 5-4 6-4 7-6 8-7 8-8 9-8 9-9 9-10 10-5 11-14 12-15 13-23 14-24 15-15 16-25 17-15 18-16 19-17 21-11 22-12 25-26 26-27 27-28 28-28 29-29 30-32 31-30 31-31 32-31 33-33 34-34
+0-2 1-1 2-0 3-3 4-4 5-4 6-4 7-6 8-7 9-8 9-9 10-10 11-10 12-12 13-12 14-11 15-10 16-13 17-13 18-13 19-14
+0-0 1-1 2-2 3-3 4-3 5-4 6-5 7-6 8-6 8-7 9-8 10-9 10-10 11-11 12-12 13-13 14-14 15-15 16-16
+0-0 1-1 2-2 3-3 4-4 5-5 6-6 7-8 8-7 9-9 10-10 11-10 13-10 13-11 14-12 15-19 16-13 17-12 18-14 19-15 20-16 21-21 22-22 23-23 24-24 25-25 27-26 30-18 31-17 33-20 34-28 35-29 36-35 37-36 40-38 41-39 41-40 42-40 43-42 44-42 45-42 46-42 47-43 50-46 51-47 52-48 53-47 53-50 54-49 54-51 55-48 56-52 57-53 58-54 59-54 60-54 60-55 60-56 61-57 64-31 65-58 66-59
+0-0 1-1 2-0 3-2 4-1 4-3 5-9 6-8 6-10 7-7 8-12 9-5 10-14 11-15 12-13 15-17 16-16 16-18 17-19 22-21 22-22 22-23 22-24 23-25 23-26 26-28 27-27 27-28 28-29 29-30 30-31 31-31 32-31 32-32 34-34 34-35 35-36
+0-0 1-1 1-2 2-2 3-3 4-4 5-5 5-6 6-7 7-7 8-8 9-8 10-9 11-11 12-10 13-13 13-14 14-12 15-17 16-22 17-23 18-24 20-27 21-15 23-29 24-25 24-26 25-30 26-30 27-32 28-30 29-31 30-39 31-40 32-42 34-34 34-35 35-36 36-36 37-41 38-43 39-43 40-44
+1-13 2-6 3-6 3-7 6-4 7-4 8-4 9-3 10-0 11-1 13-2 15-8 15-9 17-10 19-5 20-17 21-11 23-14 25-20 26-19 32-21 33-22 34-23 35-24 36-25 37-25 38-26 39-27 40-28 41-29 42-30 43-31 44-32 45-33 47-34 48-37 49-36 49-39 50-38 51-39 52-40 53-41
+0-1 1-0 1-2 2-2 3-3 4-10 5-4 6-11 8-12 9-10 10-9 12-13 13-12 14-14 14-15 15-16 15-17 16-22 17-23 18-24 19-19 20-20 21-20 22-20 22-21 23-25 24-25 25-26
+0-0 0-5 0-7 1-6 2-1 3-1 4-3 5-4 6-11 8-16 9-14 11-15 15-20 16-19 16-20 17-16 17-21 18-17 19-18 20-19 21-22 22-29 23-29 24-30 25-32 26-32 27-32 28-24 29-28 30-26 31-36 31-37 32-36 33-36 37-39 38-35 39-42 40-42 41-43 43-8 44-12 46-44 47-45
+0-0 1-1 3-2 4-3 5-5 6-5 7-6 8-7 9-7 10-8 11-9 12-10 13-13 17-14 18-14 20-15 21-16 22-17 23-18 24-23 25-20 26-19 27-26 28-27
+0-0 0-3 1-1 2-2 4-4 4-5 4-6 5-7 6-8 7-9 8-10 8-11 8-12 9-13 9-14 11-15 11-16 12-17 13-18 14-19 15-20 15-21 15-22 16-31 17-31 18-30 19-30 20-28 20-29 21-32 22-32 23-33
+1-3 2-2 3-0 3-2 4-1 4-2 5-4 6-5 7-6 7-8 8-9 9-9 10-10 11-11
+0-0 1-1 1-2 2-3 2-4 3-9 4-9 5-7 7-6 8-12 9-8 10-14 11-16 14-15 15-13 17-17 18-17 19-20 20-18 21-19 22-22 23-23 24-26 25-24 25-25 26-27 27-28
+0-0 0-1 0-2 1-1 1-4 2-3 2-5 3-6 4-7 4-8 4-9 5-10 5-11 6-12 6-13 6-14 7-15
+0-2 1-5 1-6 2-7 3-1 4-1 5-1 7-8 7-9 9-14 11-10 11-11 12-12 14-12 15-12 17-16 18-16 18-19 19-17 20-17 21-18 22-20 23-23 24-15 25-14 26-13 27-24 28-25
+0-0 1-1 2-2 3-3 4-4 5-5 6-7 7-10 8-9 8-11 9-8 10-12 11-13
+0-5 1-0 2-1 3-2 4-11 5-7 6-15 7-16 8-14 11-18 12-18 12-20 13-19 14-18 15-17 16-20 17-21 17-22 18-24 19-25 21-26 22-26 23-27
+0-1 1-0 1-3 2-1 2-2 3-4 5-6 6-13 7-13 8-14 9-15 10-12 11-13 12-13 14-11 15-18 18-16 20-5 22-7 24-8 25-20 28-22 29-23
+0-0 1-1 2-2 2-4 3-3 4-6 5-5 6-7 7-8 8-9 9-10
+0-0 1-1 2-2 3-3 5-4 6-5 7-6 11-10 13-21 14-22 15-18 18-11 19-16 19-17 21-8 21-9 24-25 25-26 25-27 26-30 27-31 28-29 29-39 30-40 31-32 31-33 31-41 32-38 34-36 38-49 39-44 42-45 44-34 45-46 46-47 46-48 47-47 48-51 49-51 50-52
+1-4 2-15 3-3 5-6 7-14 8-14 9-11 11-7 12-8 13-9 14-9 15-10 16-16 17-15 19-18 20-19 22-20 23-21 24-22 25-23 26-24 27-25 28-28 29-29 30-30 31-30 32-30 33-31 34-26 37-32 39-36 40-33 41-47 43-27 46-50 47-50 48-51 49-49 50-45 51-39 52-42 54-44 56-46 57-35 58-52 59-53 62-54 64-57 66-60 68-61 69-62 70-63 71-64 72-65 73-66 74-67 75-68 76-69 77-79 78-79 80-72 81-73 82-74 83-77 84-77 85-78 87-80 88-75 89-81 90-82 93-83 94-86 95-85 96-87 97-88 98-89 99-84 100-90 101-91
+0-0 1-1 2-2 3-3 3-6 4-7 5-4 6-5 9-16 10-16 11-11 11-12 11-13 11-14 11-15 12-7 13-8 14-9 15-17 16-18 17-19 17-20 18-25 19-22 19-26 20-27 21-27 22-28 23-24 24-23 27-25 28-34 29-35 30-34 31-37 32-36 33-38 34-38 35-39 36-29 37-42 37-43 38-44 38-45 39-40 40-39 41-46 42-47
+0-1 1-2 1-3 2-4 3-5 3-6 4-7 4-8 7-9 7-10 10-15 11-12 12-12 13-11 14-13 15-14 18-16 18-18 19-17 20-17 20-19 21-20 22-21 23-22 24-23 25-24 26-24 27-24 28-25 29-26 30-27 31-28 32-29 33-30 34-31 35-32 36-35 37-35 38-34 39-33 40-36 41-37
+0-0 1-1 2-2 3-3 3-4 4-8 5-7 6-8 6-9 7-5 9-10 10-11 11-12 12-13 14-14 15-14 16-23 17-24 18-25 20-27 21-27 21-28 23-29 23-30 24-30 25-31 26-16 27-17 28-18 28-19 29-22 32-32 33-32 34-33
+0-0 1-1 1-3 2-2 4-4 5-4 6-5 7-6 7-7 8-9 9-10 9-11 11-12 13-8 14-13 15-14 15-15 16-20 21-16 22-17 23-18 24-21 24-22 24-23 24-24 24-25 25-26 26-27 27-28 28-29 29-31 31-30 34-48 36-32 39-35 39-39 40-36 41-37 42-38 43-39 44-40 44-43 45-41 45-42 46-44 47-45 48-46 49-47 50-51 51-51 52-53 53-54 53-56 54-55 55-56 57-62 58-57 59-58 61-59 62-66 63-64 64-67 66-68 67-69
+0-10 2-12 3-13 4-4 8-14 10-6 11-6 12-7 13-5 14-5 15-2 15-3 16-2 17-16 18-17 18-18 19-19 19-21 20-22 21-22 22-23 23-24 24-25 25-26 26-27 27-28 28-29 30-30 32-34 33-34 35-31 36-35 37-36 38-37 38-38 43-40 44-43 46-41 48-44 49-45 50-46
+0-0 1-1 2-3 3-4 4-9 7-7 7-8 8-6 9-5 10-6 11-6 12-2 13-10 14-11
+0-1 1-2 2-0 3-4 4-3 5-3 6-4 7-5 8-8 8-9 9-13 10-10 11-14 13-15 14-16 15-17 16-17 17-18 18-19 19-20 20-7 21-11 22-11 25-21 26-22 26-25 27-24 28-23 29-29 30-28 31-29 32-30 33-31 34-36 35-34 36-37 36-38 36-39 37-40 38-41 39-42 40-43 42-33 45-44 46-27 47-46 48-47
+0-3 1-4 2-5 3-2 4-3 5-6 6-7 7-8 8-9 9-10 9-11 10-12 10-13 11-12 15-14 15-15 16-15 19-16 20-19 21-17 22-20 23-22 24-21 25-22 31-27 31-28 32-29 33-30 34-23 34-31 35-24 35-25 35-32 36-26 37-33 38-33 39-33 39-34 39-35 40-35 41-37 43-38 44-38 45-40 46-41 47-42 48-38 49-39 50-45 51-46
+0-1 0-2 1-3 2-2 2-4 3-0 4-7 5-10 6-10 7-12 8-11 9-11 10-11 11-8 12-14 13-16 13-17 14-18 15-19 16-23 17-20 18-21 19-21 20-24 21-25
+0-0 1-3 2-2 2-3 3-1 4-6 5-4 7-10 8-8 9-8 10-14 10-15 11-11 12-17 13-9 14-9 15-19 16-16 17-21 17-22 18-24 18-25 19-27 19-28 20-26 22-29 23-30
+0-0 1-2 2-1 2-4 3-2 4-5 5-7 6-6 7-6 8-10 9-11 10-12 11-12 12-18 12-19 13-20 14-20 15-21 16-17 18-25 19-23 19-24 20-22 20-27 22-28 23-26 26-33 27-34 28-35 29-36 30-37 31-38 33-32 34-39 35-40
+0-1 1-0 2-10 3-3 4-4 5-1 6-6 8-9 10-2 11-11 12-12
+0-0 1-1 1-2 2-3 3-4 4-6 4-8 5-7 6-5 6-6 7-8 8-9 9-10 9-11 10-12 10-13 11-13 12-14 15-15 16-19 16-24 17-16 17-17 17-18 18-16 19-20 20-20 21-21 22-25 23-26
+1-5 1-6 2-1 3-0 3-1 3-8 4-7 5-7 6-9 7-10 8-11 9-12 10-13 11-14 11-15 12-16 13-17 14-18 15-19 16-19 18-25 18-26 19-20 21-26 22-27 22-28 23-30 23-31 24-31 24-32 25-33 26-34 28-29 29-29 30-35 31-36 32-37 33-39 33-40 33-41 35-50 36-44 37-43 38-47 39-45 39-46 39-48 39-49 41-42 42-51 43-52 44-54 44-55 45-65 47-67 48-68 49-59 50-60 51-61 52-56 53-56 55-70 56-66 56-69 57-70 58-71 59-62 60-74 63-64 64-77 65-78 66-72 67-73 68-79 69-80
+0-0 1-1 2-2 3-3 4-4 5-5 6-5 6-6 7-5 8-5 9-7 10-8 10-12 11-13 12-9 13-10 14-11 15-18 16-15 16-16 17-19 18-20 19-21
+0-0 1-0 2-5 2-6 3-2 3-7 4-3 4-4 5-1 6-8 7-12 8-11 9-10 10-13 11-14 12-14 13-16 14-15 15-19 16-18 17-17 17-20 18-9 19-21 20-21 21-22
+0-0 1-0 2-0 2-2 2-4 3-1 3-5 4-4 5-4 6-6 8-7 10-12 11-11 12-8 13-9 14-10 15-14 16-15 17-15 18-16 19-17 20-18 21-19 22-20 23-21 24-23 25-23 26-24 27-25
+0-0 1-0 1-1 2-2 2-3 2-4 3-3 4-5 5-5 6-5 7-5 8-6 9-7 10-8 11-9 12-13 13-12 15-10 16-19 17-19 18-17 18-18 19-15 21-20 22-20 23-21 24-22 25-16 26-25 27-23 27-24 28-27 29-26 29-28 29-29 30-28 31-28 33-28 34-29 35-30 36-31
+0-0 1-5 3-23 7-11 8-11 9-11 10-10 10-11 15-9 16-12 17-8 18-13 20-13 21-13 22-13 23-14 28-15 31-1 31-2 32-19 33-16 33-17 33-26 34-18 36-20 39-24 40-26 41-27 42-28 42-33 43-29 44-29 45-29 46-30 47-31 48-35 49-33 50-34 51-37 52-36 52-38 53-41 57-39 58-42 59-41 60-40 60-42 61-43 61-45 62-46 63-47 64-44 65-51 66-52 67-52 68-50 69-49 69-50 70-53 71-54
+0-0 1-2 1-3 2-5 3-4 5-1 6-13 7-14 8-27 9-14 10-15 11-26 12-8 13-16 14-11 15-12 16-22 17-25 18-18 19-28 19-29 20-30
+0-9 2-1 3-0 3-2 4-3 5-3 6-3 7-3 8-5 9-5 10-5 11-5 12-4 13-5 14-4 15-8 16-6 18-7 19-1 19-10 20-11 21-12 22-12 23-13
+0-0 1-3 2-4 3-1 4-2 5-5 6-6 7-7 8-8 9-8 10-9 11-10 12-12 13-11 13-12 14-15 15-13 16-13 17-14 18-15 18-16 20-19 21-22 22-21 22-22 23-23 24-24 26-25 27-26
+0-6 1-6 2-4 3-5 4-7 5-8 6-9 7-2 8-3 9-12 10-11 10-12 16-10 17-27 22-19 23-20 24-14 25-13 27-15 28-14 29-14 30-23 32-17 33-18 34-26 36-28 37-29
+0-1 1-0 1-8 2-5 2-12 2-13 3-3 3-4 3-6 3-7 4-9 5-15 6-10 7-19 8-20 9-20 10-11 11-11 12-21 13-22
+0-0 0-1 1-2 2-3 2-6 3-5 4-5 5-5 6-5 7-5 8-11 9-12 10-13 11-14 12-15 13-4 14-16 15-25 16-20 17-18 17-19 18-28 19-23 19-24 20-29 21-26 22-35 23-30 24-31 25-36 26-32 27-32 28-33 30-37 31-38 32-39
+1-1 1-2 2-1 3-3 4-0 5-5 5-6 6-7 7-8
+0-2 1-1 2-0 5-5 7-6 8-7 9-10 9-11 10-12 11-13 12-14 14-15 15-16 16-17 17-18 17-19 18-20 18-21 19-22 20-23 22-24 23-24 24-25
+0-6 1-7 2-3 3-3 4-0 5-31 6-8 7-9 8-11 9-10 10-12 11-13 12-14 12-15 13-16 13-17 14-18 14-19 15-19 16-19 17-20 18-21 19-28 20-25 21-24 22-27 23-26 23-27 24-29 25-32 26-32 27-33
+0-0 1-3 2-1 2-2 3-3 4-4 5-5 6-6 6-8 6-9 7-7 8-8 9-9 10-10 10-11 11-15 12-14 13-17 14-18 14-19 16-20 17-21 18-16 19-22 19-23 19-24 20-25
+0-0 0-1 0-2 1-0 2-4 2-5 3-3 4-6 4-7 4-8 5-10 6-9 6-11 7-10 8-14 9-12 9-13 9-14 10-15 11-16 11-17 12-18 14-19 15-20
+1-0 2-0 3-1 4-2 5-4 6-3 6-5 7-10 8-10 9-13 11-8 12-9 13-20 14-6 20-25 20-26 22-16 23-16 24-16 25-24 26-18 27-19 28-12 29-21 30-21 31-15 32-15 35-17 36-23 37-23 38-23 40-27 41-28
+1-0 2-1 2-4 3-11 4-13 4-14 4-15 5-13 6-13 7-2 8-3 9-7 10-8 11-9 12-10 13-18 14-17 15-18 15-19 16-20 17-21 17-23 18-23 21-26 22-27 23-28 23-29 24-24 25-25 26-30 27-31
+0-2 1-12 2-12 3-14 4-5 5-0 6-8 6-10 6-11 6-15 7-9 7-16 8-17 10-18 11-23 12-22 13-20 13-21 14-18 14-24 14-25 14-26 15-19 15-27 16-28 17-29
+2-0 3-1 4-2 5-3 6-4 8-5 9-6 11-4 12-5 14-7 15-8 15-9 20-10 20-16 21-11 22-12 23-19 24-13 24-14 24-15 28-22 29-24 30-17 33-18 36-25 37-27 38-26 39-28 40-29 40-30 41-31 42-32 42-33 43-23 45-20 46-34 47-35
+1-19 2-0 2-1 2-3 3-2 4-1 5-2 6-4 6-5 6-8 7-6 8-6 9-6 10-7 11-7 12-9 13-12 13-13 14-16 16-13 17-14 18-14 18-15 21-27 22-28 22-29 23-30 24-31 25-32 25-33 26-21 27-22 27-23 28-25 29-34 30-35
+0-0 1-1 2-2 3-3 4-3 4-4 5-5 6-6 7-7 8-7 9-8 10-9 11-10 13-14 14-14 15-15 16-21 16-22 16-23 17-17 18-17 19-16 20-19 20-20 21-24 22-25
+0-0 1-1 2-1 3-2 8-6 9-3 10-4 13-5 14-9 15-7 15-8 16-8 17-10 18-12 18-13 19-11 20-14 21-14 22-15
+0-0 1-1 2-4 3-3 3-4 4-5 5-5 6-6 7-7 8-8 9-8 10-8 10-9 11-10 12-12 13-13 14-14 14-15 15-16 16-17 17-23 18-24 19-25 20-26 21-27 22-20 23-19 23-21 23-22 24-21 25-21 26-21 27-28 28-29
+0-0 1-9 1-10 2-1 3-4 4-5 5-6 5-7 6-8 7-3 8-12 10-14 11-13 12-2 13-14 14-15 15-19 16-18 17-16 18-22 19-23 20-20 23-26 24-27 25-29 27-28 28-27 28-31 29-32 30-30 31-34 32-35 33-36 34-38 35-37 35-39 35-41 36-40 40-44 41-45 42-45 43-44 43-46 43-47 44-48 45-49 46-50 47-51 48-52 48-53 49-54 51-55 53-57 54-58 55-59 56-60 57-61 58-62 60-64 61-60 62-61 63-66 64-67 64-69 65-70 66-68 67-69 69-43 70-71 70-72 71-71
+0-0 2-1 2-2 3-3 4-4 5-5 6-7 6-8 6-9 6-10 7-11 8-6 12-12 13-13 14-14 15-16 16-15 17-16 18-17 18-18 19-19 20-20 21-21 22-21 24-22 25-23
+0-0 1-1 2-1 3-2 3-3 4-5 5-7 6-6 7-4 8-4 9-12 11-10 12-11 13-13 13-14 13-15 13-16 14-17 14-18 15-22 16-9 18-22 19-23 19-24 20-26 20-27 23-28 24-25 25-20 25-21 26-29 26-30 28-31 29-32 30-41 31-35 31-37 32-38 32-39 32-40 33-36 35-45 36-45 37-42 37-44 37-45 38-43 38-46 39-47
+0-17 2-8 3-9 3-10 4-8 4-11 4-12 5-13 6-1 8-7 9-18 10-20 11-19 11-20 14-24 15-25 15-27 16-21 16-23 17-22 18-28 19-36 20-37 21-37 21-38 22-32 22-33 22-34 22-35 26-39 27-40
+0-0 1-1 2-2 2-5 3-3 3-6 5-4 7-10 8-16 10-18 11-19 11-21 12-20 13-7 13-9 14-8 15-8 16-24 17-30 18-12 19-13 20-34 20-35 20-36 20-37 21-14 22-15 23-16 24-17 25-43 26-45 26-46 27-47 27-48 28-49
+0-4 1-2 2-1 4-3 5-7 7-9 8-14 9-13 10-16 12-11 12-12 13-13 14-18 16-10 18-19 20-21 22-22 23-22 24-23
+0-2 1-0 1-1 1-2 1-3 2-3 3-4 3-5 4-10 5-6 5-7 6-8 6-9 8-15 9-13 9-14 9-16 9-17 12-18 15-19 18-26 19-27 20-28 20-30 21-29 22-23 23-31 23-32 23-33 24-34
+0-2 1-8 2-7 3-7 4-3 5-5 5-6 5-7 6-8 6-9 7-7 9-10 13-13 13-14 14-12 15-15 16-16 16-17 19-18 20-11 21-11 22-23 24-26 26-30 27-28 27-29 28-30 29-31
+6-3 7-4 8-6 9-7 10-0 14-9 15-9 17-11 19-10 20-7 20-8 21-1 31-18 32-19 35-23 38-35 40-38 44-42 45-31 46-28 47-34 50-5 51-32 52-33 53-29 54-33 55-24 56-25 57-26 58-27 59-16 60-17 61-18 63-20 64-21 65-22 71-43 72-44
+0-0 1-1 2-3 3-4 4-3 5-2 6-3 7-7 8-7 9-8 10-8 11-17 13-10 14-9 15-9 16-19 17-19 18-19 19-20 20-21 21-10 22-11 23-14 24-13 25-12 26-15 27-22 28-23
+0-0 1-1 2-2 3-3 4-4 5-5
+0-0 1-0 2-1 5-2 6-11 7-4 9-6 9-7 10-3 11-8 12-5 13-10 14-9 15-16 15-17 16-18
+0-0 1-4 2-3 3-18 4-20 5-21 7-20 7-24 8-25 9-26 9-27 10-7 11-12 12-13 13-10 13-11 14-14 15-15 15-22 15-23 16-16 17-17 19-6 20-28 20-29 21-30
+0-0 1-1 2-1 3-2 4-3 4-4 6-5 7-8 8-6 9-7 11-10 12-11 13-12 14-13 15-14
+0-0 1-0 2-1 3-7 4-3 4-4 4-6 5-8 5-9 6-10 7-10 8-10 9-11 9-12 12-15 14-16 15-17 16-18 17-18 17-19 19-21 20-22 21-23 21-25 22-24 23-27 24-28 25-29 26-28 28-35 29-36 30-33 30-34 30-38 31-37 33-40 35-42 36-43
+0-0 1-1 2-2 2-3 3-4 4-5 6-6 7-7
+0-1 1-0 1-1 2-2 3-2 4-3 5-4 6-5 7-5 8-5 9-5 10-6 11-7 12-10 12-11 13-8 15-12 16-12 17-13
+0-0 1-1 2-4 2-6 3-3 3-5 4-11 7-8 7-9 8-13 10-15 11-15 12-14 13-16 14-17
+0-7 1-7 2-3 3-4 4-5 5-6 6-1 9-2 12-12 13-13 14-14 15-8 16-16 17-12 18-13 20-11 21-15 22-16 23-17 24-18
+0-0 1-1 2-5 3-3 5-8 6-2 6-7 7-8 7-9 8-6 10-13 11-14 12-11 13-10 13-16 14-12 16-22 17-23 18-15 18-18 19-19 20-20 21-21 22-22 23-23 24-29 25-30 26-32 27-31 28-33 29-34
+0-0 1-0 1-1 2-2 3-3 4-4 5-5 6-5 7-6
+0-0 2-2 3-5 4-5 5-12 8-11 9-10 11-18 12-3 13-4 14-6 16-7 17-15 18-9 18-16 19-8 22-13 23-20 24-21 24-22 24-24 25-23 25-25 26-19 27-20 28-26 29-26 30-27
+0-1 1-1 2-0 3-11 4-4 5-2 7-5 8-6 9-7 9-8 10-9 11-13 12-14 13-15 15-16 17-17 17-18 17-19 18-20 19-22 21-21 22-23 23-27 25-26 27-24 27-25 28-29 29-30
+0-0 1-4 2-3 3-5 4-5 5-1 6-2 7-6 8-10 9-7 10-8 10-9 11-8 12-15 13-16 14-12 15-11 16-17 17-18 18-19 19-20 20-14 21-20 21-21 22-23 23-23 24-24 25-25 26-25 27-28 28-26 29-27 30-29 31-30 33-32 35-33 36-34 37-36 38-37 39-40 39-41 40-39 40-40 42-38 42-42 43-43 44-44 46-49 47-48 48-49 49-50 51-46 52-48 53-47 54-51 55-52
+0-0 1-1 2-2 3-3 5-4 6-4 7-5 8-6 12-8 13-12 15-7 17-11 18-11 19-11 20-9 22-11 23-10 26-15 27-14 28-17 29-18 29-19 29-20 30-16 30-17 31-21 32-22
+0-0 1-6 2-5 2-7 2-9 3-1 3-10 4-11 5-12 6-13 7-12 7-14 7-15 8-16 9-17 10-24 11-25 12-26 13-18 14-19 14-20 14-21 15-19 15-22 15-23 16-27 17-28
+1-17 2-1 3-0 4-3 5-3 6-1 7-2 8-4 9-5 10-8 12-13 13-11 13-12 14-6 15-6 16-10 17-15 18-18 20-20 21-19 21-20 22-21
+0-0 1-1 2-2 3-2 4-3 5-5 6-10 7-10 8-6 8-8 8-9 9-6 10-12 11-13 12-14 13-15 14-16
+0-0 1-4 2-1 3-2 4-3 5-8 6-8 7-8 7-9 9-10 10-11 11-15 12-13 13-19 14-19 15-19 16-21 17-21 18-16 20-20 21-24 22-25 23-26 23-27 24-28 25-29 26-30 27-33 27-34 28-33 31-39 32-36 32-40 33-37 33-41 34-42 35-43 35-44 35-45 36-46 37-23 40-47 41-48
+0-0 1-2 3-4 4-4 5-4 6-5 8-10 9-11 10-12 11-13 12-14 13-15 14-18 14-19 15-22 16-22 17-20 17-21 18-19 19-1 20-23 21-3 22-6 23-7 24-9 25-30 26-30 27-31
+0-0 1-1 1-2 2-0 3-3 4-3 5-5 6-6 7-7 8-7 9-8 10-8 11-9 12-10
+0-0 2-8 3-9 5-5 6-2 7-7 8-1 9-10 12-13 14-15 14-17 15-16 16-18 17-11 17-12 18-19 19-20 20-21 21-22 22-23 24-24 25-24 26-29 27-27 27-28 27-30 28-25 28-26 29-31 29-32 30-33 31-34
+0-1 1-2 2-0 3-3 3-4 4-5 5-6 6-7 7-8 8-9 9-10 10-11
+0-0 0-1 2-2 3-3 4-4 6-5 7-6 9-7 10-8 11-9 11-11 11-12 12-10 13-17 14-18 16-13 19-21 20-15 20-16 21-27 21-28 23-34 24-19 27-23 27-24 28-23 29-23 30-30 30-31 31-25 32-26 33-33 34-20 35-35 36-36
+0-1 0-2 1-0 1-3 1-18 2-19 3-15 4-16 5-17 6-24 7-25 8-21 8-22 9-23 10-13 11-14 12-16 12-28 13-29 14-30 15-31 16-33 17-9 18-26 19-27 20-35 21-36 22-40 23-41 24-42 25-34 27-37 27-38 28-45 29-36 29-46 29-48 29-49 30-50 31-51 33-50 36-57 37-57 38-57 39-54 39-55 40-55 41-58 42-59
+0-0 1-0 1-1 1-2 1-3 2-4 3-5 4-5 5-6 6-7 7-8
+0-0 1-1 2-2 3-3 4-4 5-5
+0-0 1-1 2-2 2-3 2-4 3-5 4-5 5-6 5-7 6-8 7-10 8-10 9-9 9-11
+0-0 1-1 2-2 2-3 3-2 4-2 5-6 6-7 7-8 8-5 8-9 9-4 10-13 11-12 12-13 13-14
+0-0 1-1 1-2 2-3 3-4 3-5 4-6 5-7
+0-0 1-1 1-3 2-2 2-4 2-5 2-6 2-7 3-10 4-10 5-12 6-11 6-13 7-14 8-15
+0-0 0-1 1-1 2-2 2-3 3-4 4-5
+0-0 1-1 2-2 3-3 4-4 9-6 10-7 12-11 13-13 14-12 14-14 14-15 15-16 16-9 18-10 21-8 24-20 25-18 25-19 25-20 25-21 26-22 27-23 28-25 29-30 30-29 31-31 32-27 33-26 35-28 36-32 37-32 38-33
+0-0 1-1 2-1 2-2 3-1 4-3 5-4 6-6 7-9 8-7 8-8 8-9 9-8 10-10 11-11
+0-0 1-4 2-3 3-1 4-2 5-4 6-5 8-7 8-8 9-10 10-9 10-11 10-12 11-13 12-13 13-14 17-20 18-18 18-19 18-20 19-17 20-23 21-24 22-24 23-26 24-21 24-22 24-25 24-27 25-29 26-16 26-30 28-38 29-39 30-43 31-31 32-32 33-32 34-32 36-46 37-33 42-44 43-45 44-47 45-51 46-49 47-50 51-41 52-42 53-40 55-53 56-53 57-53 59-56 59-57 59-59 60-58 61-59 62-55 63-60 64-61
+0-4 1-1 1-2 1-3 2-0 3-1 4-4 5-4 5-5 6-6 7-7 8-8 9-8 10-9 11-10 12-9 13-11 14-12 15-13 16-15 17-16 18-17 19-18 20-20 21-19 21-21 21-22 22-23 23-23 24-24 25-14 26-14 27-25 28-26
+0-0 1-1 2-2 6-3 7-7 8-4 8-5 8-6 9-8 10-9 11-10 12-11 13-16 14-18 15-19 16-20 17-21 19-12 19-13 20-22 23-32 24-25 25-26 27-24 28-26 29-27 30-28 31-29 32-31 33-31 34-34 36-33 37-35 38-36 39-38 41-39 42-39 43-37 44-37 47-43 48-44 49-45 49-47 50-51 51-52 52-53 53-53 54-54 56-48 58-49 59-42 60-50 63-55 64-56
+0-5 1-6 1-7 2-1 2-2 4-0 5-8 7-2 8-3 9-4 10-4 11-10 11-11 11-12 12-13 13-14
+0-0 0-1 0-2 1-21 2-3 2-9 3-10 4-4 7-12 8-13 9-14 10-15 11-16 12-17 13-17 14-18 15-11 15-19 17-22 18-23 19-24 20-25 21-24 22-37 22-38 23-39 24-40 25-30 25-31 26-41 27-42 28-44 29-26 33-32 34-36 36-45 37-46
+0-2 1-1 1-4 2-5 3-6 4-6 5-6 6-10 7-12 8-11 8-13 9-0 10-14 11-15 11-16 12-17 13-18 14-19 15-20 16-21 17-22 18-23 19-24
+0-0 0-3 1-1 2-2 3-2 4-6 5-7 6-11 8-16 9-8 10-18 11-14 12-27 13-27 15-26 16-25 17-5 18-15 19-21 20-21 20-28 21-29 22-30
+3-2 3-3 4-5 5-6 6-6 8-7 9-8 10-9 12-0 12-1 14-10 15-11 16-12 17-12 17-13 18-15 19-14 22-14 23-21 25-16 26-17 27-18 27-20 28-19 30-33 31-36 32-34 33-30 34-22 34-23 35-28 36-32 37-29 38-35 40-38 41-39
+0-0 0-1 0-2 0-3 1-5 2-5 3-6 4-8 5-9 6-10 7-11
+0-0 1-1 3-2 4-2 5-3 6-7 7-7 8-7 9-7 10-8 12-11 13-12 16-13 17-13 18-4 19-17 25-15 26-16 27-16 28-19 29-20 30-21 31-21 32-23 32-24 32-25 34-28 35-29 36-30 38-32 39-18 42-35 42-42 43-36 43-37 44-36 45-36 46-37 47-39 47-40 47-41 48-40 49-42 50-43 50-44 51-42 51-45 52-46 53-31 54-47 55-48
+0-0 1-1 2-3 3-4 4-9 5-2 6-10 6-11 7-8 10-12 10-13 11-14
+0-0 1-0 1-1 1-2 1-3 2-4 3-5 4-6 5-7 6-8 7-9
+0-0 1-1 2-2 3-3 4-2 5-3 5-4 6-5 7-6 8-7
+0-0 1-1 3-3 4-3 4-4 5-2 5-5 6-6 7-7
+0-0 1-1 2-2 3-3 8-5 9-6 10-7 10-8 10-13 11-9 12-4 12-10 13-11 14-14 15-14 16-15 16-16 17-15 18-17 19-18 20-19 21-18 22-27 24-22 25-24 26-23 27-25 28-28 29-33 30-29 30-30 30-31 30-32 31-26 32-32 33-33 34-34 35-35
+0-1 0-2 1-3 2-4 3-13 4-12 4-13 5-0 6-6 7-5 7-7 7-8 8-11 9-9 9-10 9-11 10-17 11-16 12-15 13-16 14-16 15-18 15-19 16-20 17-21
+0-0 1-2 1-3 1-4 2-1 3-6 3-7 4-7 5-8 6-15 7-9 8-5 9-14 10-16 11-17
+0-0 1-1 2-2 3-3 4-4 5-5 6-6 7-7 8-8
+0-0 1-1 2-2 2-3 3-6 4-7 5-8 6-9 7-6 7-7 8-5 9-10 10-11
+0-0 1-1 2-2 3-3 9-7 10-3 11-4 12-5 13-6 14-14 15-15 16-18 17-17 18-16 19-16 20-19 21-20 22-21 23-13 25-22 26-22 27-24 28-25 28-26 29-26 31-23 33-28 34-32 36-40 37-34 38-28 38-29 38-30 38-31 39-27 41-35 44-36 44-37 45-50 47-48 48-48 50-49 51-43 51-51 52-52 52-53 53-41 58-42 59-42 60-54 61-55
+0-0 1-1 2-1 4-2 5-3 7-6 8-6 8-7 11-10 12-5 13-8 13-11 14-9 15-11 16-11 17-12 18-12 19-12 20-13 21-13 21-15 22-16 23-16 24-17 25-18
+0-0 1-3 2-1 2-2 3-12 4-13 5-4 6-10 7-8 8-5 9-9 10-9 12-16 13-17 15-14 16-19 17-18 19-20 20-21 22-22 24-22 25-23 26-24
+0-0 1-1 2-2 2-3 3-3 4-4 5-5 6-6 7-7 8-11 9-9 10-9 10-10 11-8 12-12 13-13
+0-0 1-1 2-3 3-2 3-4 6-5 6-6 7-7 8-8 9-9 10-10 10-11 11-16 12-12 13-13 13-21 14-18 15-18 16-19 17-20 18-20 20-22 21-23 22-24 25-25 26-26 27-27 28-28 28-31 29-32 30-33 31-34 32-34 33-34 34-35 34-36 37-39 38-41 39-42 41-49 42-44 43-47 43-48 44-47 45-40 46-51 47-52
+0-0 1-1 2-4 3-11 4-2 5-5 5-6 6-7 7-8 8-3 9-3 10-12 11-13
+0-0 1-0 1-1 1-2 1-3 2-4 3-5
+0-0 1-1 2-2 3-2 3-3 3-4 4-2 5-2 6-5 7-5 8-5 9-6
+0-0 1-1 2-2 3-3 4-4
+1-0 2-1 2-2 3-2 3-3 4-4 5-5 6-6 7-7 8-8 9-9 10-10 11-11 12-12
+0-0 1-1 2-2 3-3 3-4 4-4 5-5 6-6 7-7 8-8 9-9 10-10 11-11 12-12 12-14 13-13 14-14 15-15 16-19 17-18 17-19 18-20 18-21 19-22 20-22 21-24 22-25 23-26 23-27 23-28 24-35 25-34 26-32 27-33 29-29 30-57 31-58 32-59 34-61 35-62 36-63 37-64 38-65 39-66 45-72 46-73 47-52 50-64 51-59 52-60 53-75 53-80 54-81 55-82 56-58 56-83 58-85 60-61 61-67 62-87 63-36 65-37 67-40 69-41 71-42 72-44 74-46 75-47 77-50 78-86 79-68 82-51 83-92 84-91 84-93
+0-0 1-1 2-2 3-3 3-4 3-5 4-4 5-5 6-6 7-7 8-8 9-9 10-10 11-11 12-12 13-13 14-14 15-15 16-16 17-17 18-21 19-20 19-21 20-22 20-23 21-24 22-24 23-26 24-27 25-28 25-29 25-30 26-33 27-31 28-44 29-45 30-46 31-47 32-37 34-49 35-38 36-36 38-43 39-59 40-60 41-61 42-62 43-54 44-64 45-65 46-66 47-67 48-68 49-69 50-70 51-58 54-72 54-73 54-74 55-75 56-76 57-77 58-71 59-79 60-80 61-68 61-81 62-80 62-82 63-78 64-79 64-84 65-85 66-86 67-87 68-88 69-83 70-90 72-92 73-89 73-91 74-92 75-94 77-51 78-52 79-53 80-97 81-96 81-98
+0-0 1-1 2-2 3-3 3-4 4-4 5-5 6-6 7-7 8-8 9-9 10-10 11-11 12-12 13-13 14-14 14-15 15-15 16-16 17-17 18-18 19-22 20-21 20-22 21-23 21-24 22-25 23-25 24-27 25-28 26-29 26-30 26-31 27-26 28-36 29-36 29-37 30-38 32-35 33-35 36-60 37-61 38-62 40-64 41-65 42-66 43-67 44-68 45-69 47-71 48-72 49-71 49-73 50-53 51-75 52-76 53-55 56-67 57-62 58-63 59-78 59-83 60-84 61-85 62-61 64-88 66-64 67-70 69-39 70-40 71-41 74-44 76-45 78-82 79-48 86-50 87-51 88-52 89-95 90-96 91-97 92-98 93-99 94-100 95-101 96-102 97-103 98-104 99-105 100-106
+0-0 1-1 2-2 3-3 3-4 4-4 5-5 6-6 7-7 8-8 9-9 10-10 11-11 12-12 13-13 14-14 14-15 15-15 16-19 17-18 17-19 18-20 18-21 19-22 20-22 21-24 22-25 23-26 23-27 23-28 24-23 25-34 27-33 29-29 30-82 36-88 37-89 38-90 39-91 44-47 45-97 46-98 47-51 48-52 50-89 51-84 54-106 55-107 56-68 58-110 62-74 63-35 64-65 65-37 67-42 68-43 69-44 69-76 70-45 71-46 71-50 72-75 76-81 77-100 78-53 79-85 80-56 81-55 83-56 84-57 85-58 86-58 87-92 88-59 90-60 92-62 92-63 97-93 97-94 97-95 99-66 100-67 101-108 104-71 104-72 105-111 105-113 106-112 108-103 109-39 110-117 111-118
+0-0 1-1 1-3 2-2 2-5 3-6 3-7 3-8 3-9 3-10 3-11 5-4 6-13 7-14 8-19 9-21 10-22 11-23 11-24 11-25 11-26 11-27 12-28
+0-0 0-1 1-2 2-2 3-3 4-3 5-2 6-2 11-9 12-9 13-9 14-12 15-12 17-2 18-2 19-3 20-4 21-5 23-6 24-20 24-21 24-22 24-23 27-9 28-10 29-10 30-11 31-26 32-27 34-35 35-25 36-17 37-16 37-18 40-42 41-30 42-30 43-31 44-31 45-33 46-32 49-34 50-29 51-46 53-36 54-37 55-41 56-43 56-44 56-45 58-47 58-48 60-53 61-54
+0-0 1-1 1-2 1-3 2-4 2-5 3-5 6-6 6-7 7-12 8-13 9-8 10-9 11-10 12-11 13-24 14-23 15-19 16-16 18-26 19-28 21-36 22-29 23-39 24-31 25-34 26-33 27-46 29-37 30-44 31-43 31-45 31-47 31-48 31-49 31-50 32-51 34-59 35-60 36-61 36-69 36-70 37-71 37-72 39-57 40-62 41-64 41-67 42-65 43-66 44-67 45-68 46-40 47-41 48-80 49-75 50-76 51-77 52-78 53-79 55-83 56-94 56-95 56-96 56-97 56-98 57-87 58-84 59-88 60-81 60-82 61-104 62-105
+0-3 1-4 1-6 2-10 3-0 4-5 5-6 6-7 7-8 8-9 9-11 10-12 11-13 12-14 13-15 14-16 15-17 16-18 17-19 18-19 18-20 19-21 20-20 22-24 23-25 24-26 25-28 25-29 26-30 27-28 28-27 29-27 30-31 31-32
+0-0 1-7 3-2 4-3 5-9 6-10 7-11 8-8 8-12 9-13 10-10 10-14 11-11 13-4 15-16 16-15 16-16 17-17 19-18 20-19 21-20 21-21 22-22 23-23
+0-0 1-1 1-2 1-3 2-3 3-4 5-4 6-5 6-7 9-6 10-8 10-9 11-10 12-12 13-12 14-12 15-11 16-13 17-14 18-15 19-16 20-17 21-18
+0-1 1-9 2-7 2-8 3-2 4-3 6-4 7-9 8-5 9-6 10-10 11-12 12-11 14-14 16-16 17-15 18-16 19-17 20-22 21-20 23-18 24-28 25-19 26-24 27-25 28-21 29-27 30-26 31-29 32-23 33-30 35-32 35-33 35-34 36-41 37-42 38-36 39-36 40-35 41-37 42-38 43-38 44-39 44-40 45-43 46-44
+0-0 1-1 2-1 2-2 3-4 4-5 5-6 5-7 6-6 7-6 8-3 9-10 9-11 11-13 11-18 12-19 13-12 14-14 15-15 16-30 18-22 19-23 20-24 20-25 20-26 22-27 24-31 26-35 27-40 28-37 28-38 28-39 31-41 32-42 33-43 34-44 35-45 36-47 36-48 37-46 37-49 37-50 38-55 39-51 39-52 40-53 41-54 42-56 43-57
+0-0 1-1 2-4 3-3 3-5 4-2 5-6 6-7
+0-0 1-1 2-2 3-3 4-3 5-4 6-5 7-8 7-9 8-6 9-11 10-14 10-15 11-12 12-12 13-13 14-16 15-21 16-21 17-17 17-18 18-20 19-23 20-24 20-25 21-26 22-25 23-28 24-27 24-29 25-31 26-32 27-33 28-30 29-35 30-34 30-36 31-38 31-39 34-37 35-42 36-42 37-43 38-44 39-45 41-46 42-47 43-48
+0-3 1-4 2-6 3-5 4-6 7-8 8-9 9-10 10-11 11-7 12-12 13-13 14-17 15-18 16-14 16-16 17-15 18-14 20-20 21-21 22-25 23-25 23-26 24-22 24-23 26-29 27-27 28-28 30-30 31-31 34-39 36-36 37-37 38-36 39-40 40-41 41-34 42-43 43-44 44-45 45-46 46-47 46-48 47-50 48-51 49-59 50-51 51-52 52-62 56-67 57-68 58-69 59-63 60-66 61-71 62-70 63-49 64-48 65-72 66-73
+0-0 1-1 1-2 2-3 3-4 4-5 4-8 5-9 6-10 7-11 8-11 9-6 9-7 10-12 11-12 12-13 12-16 13-17 14-18 15-19 16-20 17-21
+0-0 1-1 2-2 3-3 4-4 5-5 6-6 6-7 7-8 8-9 8-10 9-12 10-13 11-11 12-18 12-19 13-18 14-15 15-20 16-16 17-17 19-23 20-25 21-26 22-27 23-27 24-22 25-28 26-29
+0-5 1-5 2-8 3-11 4-9 5-2 7-3 7-4 8-12 9-13 10-14 11-14 12-12 13-13 14-7 15-0 16-1 19-15 20-16 20-19 21-17 21-18 23-20 25-21 26-27 27-23 27-24 28-30 29-30 30-28 31-28 31-29 32-31 34-33 35-34 36-35 37-35 38-36 39-37 40-38 41-39
+0-0 1-1 1-3 2-2 3-4 3-5 4-6 5-9 6-7 6-8 7-10 8-12 9-13 10-14 11-11 14-15 15-15 16-16 16-17 17-18
+0-0 1-1 2-2 3-3 4-4 5-4 7-9 8-5 9-6 10-6 11-7 12-16 13-8 14-24 15-25 16-26 17-22 18-22 20-12 21-10 22-43 23-11 24-35 25-36 26-29 27-30 28-30 29-31 30-33 31-34 33-45 34-37 35-38 36-41 37-42 37-54 38-48 39-51 39-52 39-53 40-20 41-61 42-39 43-58 44-62 45-44 46-64 47-69 48-70 50-73 51-73 52-63 52-74 53-75 54-76 55-76 56-77 59-78 60-79
+0-1 1-0 2-3 3-2 4-5 5-6 6-7 7-7 8-6 9-5 9-7 10-4 11-11 12-12 13-17 14-16 16-16 17-16 18-14 19-13 19-15 20-18 21-19
+0-2 0-3 1-6 1-7 2-4 2-5 2-6 3-11 4-9 5-8 5-10 6-9 7-12 7-13 9-14 10-14 11-15 11-16 12-17 12-18 13-19 13-20 14-19 15-23 15-24 16-25 17-21 19-30 20-37 21-38 22-29 23-33 24-32 24-36 25-31 26-26 27-39 28-40 28-45 29-46 30-46 31-47 32-48 33-48 34-49 35-50
+0-0 1-2 2-6 3-5 4-4 5-7 6-8 7-9 8-10 8-11 8-12 10-13 11-15 12-16 13-17 14-20 15-20 16-18 16-19 17-14 18-23 19-24
+0-1 1-2 2-3 3-1 4-0 5-4 6-4 8-6 9-7 9-8 11-10 12-10 13-11 14-13 20-12 21-5 26-16 27-17 27-18 27-19 28-9 30-14 32-15 33-20 34-21 37-22 38-22 39-23 40-24 41-24 42-25 43-26 44-28 45-29
+0-0 1-2 2-1 3-8 4-5 5-2 5-6 6-3 6-7 7-4 8-15 9-13 10-11 11-18 11-19 12-18 13-20 14-16 14-21 15-22 16-23 19-12 20-14 21-24 22-24 23-25
+0-0 1-1 1-2 2-3 3-5 4-5 5-6 5-7 6-7 6-8 6-9 6-10 7-11 8-12 9-13 9-15 10-14 10-16 11-17 12-17 13-18
+0-0 1-1 1-2 4-4 4-5 5-8 6-6 6-7 7-12 8-11 9-10 9-14 9-15 9-16 9-18 10-13 10-19 11-20 12-21 13-22 14-23 15-24
+0-0 1-1 2-2 3-3 4-4 5-5 6-6 7-7 8-8 9-9 10-9 11-10 12-11 13-12
+1-8 3-0 4-1 4-2 4-3 4-4 5-16 6-14 7-11 7-12 9-6 10-7 11-20 12-15 13-22 14-25 15-26 16-27 17-27 18-24 21-28 22-29 22-30 22-31 23-34 25-32 26-13 29-35 30-39 31-42 32-41 33-43 34-44 35-37 36-40 38-38 39-36 40-36 41-45 42-46
+0-0 1-1 2-6 3-7 3-9 4-8 5-3 5-5 6-4 7-2 10-10 11-11 11-12 12-11 13-14 13-15 13-16 14-15 15-17 16-18 17-19 18-18 19-20 20-21 21-22 23-23 24-24
+0-1 0-2 0-3 1-2 2-4 3-5 4-5 5-0 6-6 7-7 8-9 8-10 9-11 9-12 9-13 11-14 12-15
+0-0 0-1 1-1 2-2 3-7 4-8 5-8 6-9 7-3 8-10 9-11 10-16 11-15 11-16 12-14 13-13 14-12 15-12 16-13 17-17 18-18
+0-0 1-6 2-2 3-1 3-3 4-3 5-7 5-8 6-12 7-11 8-4 9-5 9-10 10-10 11-9 12-9 13-9 15-14 15-15 15-16 16-17 16-18 18-19 19-20 20-21 21-22 22-22 23-21 23-24 24-23 25-26 26-27
+0-0 1-1 2-2 3-3 4-4 5-5 6-6 6-7 8-8 9-8 10-9 11-10 12-11 13-12 14-13 15-14
+0-3 1-0 1-2 2-7 3-4 3-5 5-19 6-20 7-21 8-18 10-16 10-17 12-10 14-25 15-22 15-23 16-26 17-27 18-33 19-15 20-28 22-29 23-42 24-29 25-30 26-32 28-35 29-36 30-44 32-24 32-48 33-47 34-49 35-45 36-46 37-52 39-66 39-67 41-72 42-73 43-74 43-80 44-81 45-60 46-84 47-73 48-86 51-70 53-93 56-97 57-75 59-83 60-90 61-99 61-100 62-91 64-88 65-55 67-56 68-57 69-98 70-62 72-64 73-63 73-69 74-101 75-102
+0-8 0-9 1-2 2-0 2-1 3-7 3-13 4-14 5-15 6-4 6-5 6-6 7-3 7-10 7-11 8-16 9-17 10-12 10-18 11-19 12-20 12-21 13-22 13-23 14-24 15-25 16-27 17-25 18-25 18-26 19-22 20-28 21-29
+0-2 1-0 2-1 2-7 3-6 4-8 5-9 5-10 6-11 7-14 8-15 9-15 10-16 11-16 12-18 12-19 13-21 14-17 15-20 17-23 18-25 18-26 19-26 20-27 21-28
+0-10 0-11 1-19 2-0 2-1 2-3 2-4 3-2 4-3 5-6 7-7 8-8 8-9 9-8 10-12 11-13 13-17 15-22 16-23 16-24 17-14 18-18 20-32 21-41 22-26 24-27 25-38 26-35 27-41 28-42 29-42 29-43 30-44 31-45 32-51 33-48 33-49 33-50 33-51 34-52 35-53 36-54
+1-1 2-0 2-2 3-3 3-4 4-6 4-7 6-8 6-9 7-10 9-11 10-5 12-15 13-16 16-14 17-18 17-19 18-17 18-20 18-21 18-23 18-24 19-22 22-28 23-28 24-29 25-29 26-30
+0-0 1-1 2-2 3-3 5-4 6-5 7-6 8-7 9-9 10-8 11-9 12-10 13-9 14-12 14-17 15-13 17-14 18-21 19-15 20-22 21-23 22-20 24-30 26-24 27-25 28-26 29-27 30-36 30-37 31-28 31-31 31-32 31-33 31-34 31-35 32-29 33-38 34-40 35-41 36-42 37-39 38-46 39-46 40-47 43-45 44-55 45-56 46-58 47-59 49-61 50-58 50-62 51-63 52-64 53-60 54-66 55-67 56-69 59-44 60-67 60-68 61-52 63-70 64-71
+0-0 1-2 2-0 3-1 4-3 5-4 6-4 8-7 9-5 9-6 10-7 11-8 15-11 16-11 18-12 19-13 20-14 20-18 21-15 22-16 23-17 24-25 25-19 25-20 30-21 32-22 33-23 34-24 35-27 36-29 37-31 38-32 39-33 40-34 41-35 42-36 42-37 43-36 44-38 44-40 45-39 48-43 49-41 50-42 51-43 51-45 52-44 53-46 54-47
+1-3 1-4 2-3 3-3 4-2 5-5 6-6 8-7 9-13 11-12 12-10 12-11 13-8 13-9 16-25 17-25 18-26 21-21 22-22 23-20 24-28 25-23 25-27 25-29 26-31 27-32 28-33 29-34 30-35 31-36 32-37 33-37 34-38 43-47 43-48 43-49 44-46 45-40 46-39 46-41 47-42 49-55 50-52 50-53 51-54 52-56 53-57 54-58 55-44 56-59 57-60
+0-1 1-9 2-10 3-2 4-11 5-4 6-5 8-7 10-20 12-14 14-21 15-12 16-17 16-18 17-15 17-16 18-22 19-23 20-24 20-25 21-28 21-29 22-19 23-34 25-37 26-36 27-38 28-39 29-39 32-42 33-42 34-41 39-8 40-43 41-44
+0-5 1-2 2-0 3-1 4-1 4-3 5-4 7-6 8-6 9-8 10-9 11-10 12-15 13-11 16-19 17-19 17-20 19-7 22-18 24-23 25-24 26-25 27-27 28-28 29-22 30-22 31-17 32-16 33-29 34-30
+0-4 1-2 2-2 3-1 4-1 7-3 8-6 8-9 9-7 10-8 11-15 12-16 13-12 14-17 15-17 15-18 15-19 17-11 17-23 18-22 19-13 19-14 20-13 21-20 22-21 23-24 23-25 23-27 23-28 24-26 25-26 26-29 27-30 28-31
+0-6 1-6 2-7 3-8 3-9 4-5 5-2 6-4 7-12 8-10 9-10 10-11 11-11 12-14 12-15 13-16 14-16 15-17 16-18
+0-4 2-0 2-1 3-2 3-7 4-3 4-8 5-9 6-12 7-12 8-10 9-11 10-13 11-19 12-28 12-29 13-20 14-21 15-17 15-18 17-14 18-35 19-35 20-37 21-37 22-38 23-37 23-39 24-40 26-30 27-31 28-32 29-36 30-52 31-53 33-55 34-56 35-57 36-43 37-44 38-47 39-51 40-59 41-59 43-45 44-62 45-69 47-65 48-61 49-61 52-67 53-68 54-63 55-64 56-60 59-73 60-72 61-72 62-76 62-78 63-74 63-75 64-78 65-79 66-77 67-77 69-82 69-83 70-89 71-90 72-91 73-92
+0-0 1-1 2-2 3-3 5-11 8-6 8-7 9-9 10-8 11-8 12-10 13-10 14-12 14-13 15-13 16-14 17-15 17-16 18-14 19-17 20-17 21-17 22-18
+0-0 1-0 1-1 2-2 3-3 3-4 4-6 5-7 6-5 7-8 9-9 10-9 11-11 13-12 14-12 15-13 15-14 16-16 17-16 18-15 20-10 21-17 22-18 23-19 26-22 27-20 28-21 30-30 31-24 32-25 32-26 32-28 33-27 34-31 34-32 35-33
+0-2 1-4 2-3 2-4 2-5 3-15 6-6 7-7 8-8 9-9 9-10 10-13 11-17 11-18 12-20 13-20 13-22 14-23 15-24 16-19 17-21 17-25 18-26 19-27 20-28 21-29 24-29 25-31 26-31 26-33 27-30 28-30 29-32 30-34 31-35
+0-0 1-7 3-1 5-5 6-4 7-6 8-9 8-10 8-12 9-13 10-14 11-16 13-15 14-17 15-18 16-20 18-19 19-24 20-23 20-25 21-28 22-29 23-29 24-30 25-26 27-31 28-39 29-41 30-33 31-46 33-47 34-42 34-43 35-49 36-45 36-50 37-51 38-52 39-53 40-54 41-48 43-34 47-55 48-55 49-56
+1-0 2-1 5-2 5-3 7-3 8-4 9-5 10-6 11-7 12-8 13-11 14-13 15-13 16-14 17-15 18-15 20-16 21-21 22-21 22-22 23-20 24-22 25-23 26-24 27-25 28-30 29-26 29-27 30-29 31-32 32-31 33-32 34-33 34-34 35-36 35-37 36-38 37-40 38-41 39-44 39-45 40-39 41-46 42-47 43-48 45-49 46-48 46-50 47-51 48-52 51-43 54-53 55-53 56-54
+1-23 2-2 3-16 4-17 5-18 6-19 7-22 8-7 9-18 10-11 11-25 12-14 13-15 16-34 17-5 18-32 20-30 21-29 22-20 23-21 24-24 26-9 27-9 29-13 31-12 32-44 34-1 35-43 38-46 39-42 40-40 40-41 44-45 46-59 48-37 51-48 51-49 52-50 53-51 55-53 56-60 57-61 58-54 59-57 60-58 62-63 63-64 64-67 65-68 66-69 67-70 68-71 69-72 70-73 71-74 72-75
+1-1 2-2 3-3 4-0 5-5 6-4 6-6 6-7 9-9 9-10 10-14 11-20 12-11 13-12 14-22 14-23 15-25 17-24 18-27 19-19 20-31 21-31 21-32 22-28 22-29 25-36 26-30 27-15 27-16 28-33 30-42 30-43 31-37 32-46 33-48 35-49 37-54 38-53 39-45 40-57 41-47 42-60 45-63 46-63 49-66 50-67 51-68 51-70 52-69 53-61 54-62 56-59 58-75 59-76 60-64 61-65 62-79 63-80 64-76 64-81 65-80 66-83 67-83 68-80 68-82 68-84 69-85 70-86 71-74 73-38 74-39 75-51 77-87 78-87 79-88
+1-0 2-2 3-1 3-20 4-2 4-3 5-23 6-6 7-7 8-7 9-8 10-17 11-18 12-12 12-13 12-14 12-15 13-11 14-10 16-21 20-16 21-28 22-36 23-22 24-27 25-29 26-30 26-31 27-24 28-25 29-29 30-40 31-39 34-33 35-38 37-35 38-32 40-37 44-41 44-42 45-46 46-49 47-48 47-51 48-52 50-50 51-53 52-54
+0-0 0-2 1-1 2-1 3-6 4-8 5-9 5-10 6-8 7-4 8-5 9-11 10-12
+0-2 0-3 2-1 3-4 4-0 5-11 6-9 6-10 7-9 8-8 11-12 11-13 12-15 13-14 14-15 15-16 16-17 17-25 17-26 18-19 19-20 20-23 20-24 21-30 22-31 23-28 23-29 23-30 23-31 24-39 25-40 26-41 27-43 28-44 29-45 30-46 31-46 32-48 33-49 34-42 35-51 37-55 38-58 39-59
+1-8 2-10 2-11 3-6 4-7 5-10 6-9 8-12 8-13 9-27 10-15 11-19 12-20 13-5 14-5 15-14 16-16 17-25 17-26 17-31 17-32 18-30 18-33 19-34 20-34 21-35 22-36
+0-1 1-2 2-2 2-3 2-5 3-4 4-19 5-8 6-22 7-23 8-14 10-26 11-30 12-33 13-25 14-22 14-36 15-37 16-39 17-29 17-40 18-13 19-34 20-35 21-9 22-9 23-41 24-42
+0-0 1-1 2-2 3-3 4-4 4-6 4-7 4-8 4-9 5-10 6-12 8-11 9-16 10-15 10-17 10-18 11-13 13-14 14-22 15-20 15-21 16-24 17-25 18-26 19-23 20-27 21-28 22-29 23-30
+0-11 1-11 2-1 3-0 4-2 6-3 6-9 7-4 9-5 10-14 12-8 13-15 14-15 17-15 18-16 18-22 19-17 20-20 22-22 23-23 24-23 25-18 26-28 27-29 28-30 29-30 30-32 31-33 31-34 32-35 33-36 33-37 34-38 35-38 36-41 37-42 40-41 41-47 42-47 42-48 43-45 43-46 46-49 47-50 48-51 49-53 51-55 52-56 53-57 53-58 54-59 55-60 57-61 58-62 59-63 60-64 62-68 62-69 63-74 64-75 66-77 67-78 68-76 68-80 69-81 72-82 73-83 74-84 75-85 77-79 78-73 79-86 80-87
+0-0 1-9 2-1 3-10 4-11 5-12 6-14 7-11 7-15 8-17 9-17 10-18 11-19 12-16 12-20 15-24 16-22 16-23 16-24 17-21 18-27 19-28 20-29 21-30 22-31 23-36 24-36 25-34 26-37 26-38 27-40 28-39 28-40 28-41 29-42 30-43
+1-8 2-9 3-3 4-3 5-4 6-0 7-1 8-2 9-6 10-6 11-7 12-5 13-5 14-6 15-12 16-11 16-13 17-12 18-10 20-12 21-12 23-19 25-21 26-22 27-18 28-23 29-23 31-24 32-25 33-26 34-15 35-14 36-15 37-17 38-16 39-27 40-28
+0-7 1-8 2-3 4-10 5-17 6-18 7-9 8-20 9-8 11-22 12-11 13-11 14-25 16-19 17-28 18-21 18-29 20-30 21-31 22-23 23-24 24-27 25-34 26-36 27-37 28-32 29-32 30-38 31-39 32-39 32-43 33-44 34-41 34-42 35-40 36-45 37-46
+0-2 1-0 1-1 2-3 3-5 4-6 5-7 6-8 7-8 10-16 11-17 14-10 15-11 16-12 17-13 17-14 18-15 19-12 20-18 21-19
+0-0 1-1 2-0 3-1 4-1 5-1 6-2 7-3 8-7 9-7 10-6 11-6 12-8 13-9
+0-0 1-9 3-11 4-1 5-2 6-7 7-4 8-8 9-6 10-5 14-10 16-13 16-15 17-12 17-14 18-22 19-17 19-18 20-16 21-16 22-20 22-21 23-19 24-23 25-24
+0-0 1-9 2-0 3-1 4-1 5-2 6-3 7-11 8-12 9-13 9-14 10-12 11-16 12-16 14-17 15-18 16-19 17-17 18-21 19-23 20-23 21-24 22-20 23-25 24-26 25-26 26-22 26-29 27-30 28-25 29-26 30-35 31-37 33-38 34-39 35-36 36-31 37-32 37-33 39-42 40-34 41-44 42-45 43-46 44-47 44-48 45-49 46-40 47-49 48-49 49-49 50-50 51-43 52-51 53-52
+0-0 1-1 2-1 3-2 3-3 4-4 5-5 6-6 7-8 8-7 9-7 10-10 11-9 11-11 11-12 12-20 12-21 13-22 14-16 14-17 15-13 15-18 15-19 16-14 16-23 17-24 19-25 20-26 21-31 22-32 23-29 24-28 25-30 26-27 27-33 28-34
+0-0 1-1 2-2 3-3 4-5 4-25 5-26 7-6 8-29 10-9 12-31 13-32 15-7 17-10 17-11 18-8 19-12 20-14 21-15 22-16 23-17 24-18 25-21 25-22 26-23 29-30 30-23 31-24 32-33 33-34
+0-0 0-1 1-2 2-3 3-4 3-5 4-6 5-7 6-21 7-14 8-14 8-15 9-16 10-17 11-9 11-10 11-11 11-12 11-13 12-22 13-23
+0-0 0-1 1-2 2-3 3-5 4-6 5-7 7-8 8-4 9-9 10-10
+0-0 1-1 2-2 3-3 4-8 5-5 5-6 6-7 7-10 8-11 9-12 10-12 11-13 12-9 13-14 14-15
+0-0 1-1 2-1 3-1 4-4 5-5 6-6 7-7 7-8 8-9 9-11 10-10 11-12 12-12 15-21 16-22 17-23 18-24 19-25 20-26 21-27 22-26 23-13 25-16 26-17 27-18 28-15 29-28 30-29
+0-0 1-6 2-2 2-3 3-4 3-5 4-7 4-8 5-9 6-15 7-19 8-16 9-10 10-18 11-20 12-21
+1-0 2-1 2-2 3-3 4-6 5-7 6-8 7-5 8-1 9-1 10-11 11-12 13-13 14-14 15-9 15-10 16-14 17-15 18-16
+0-3 1-6 2-4 2-5 3-10 5-11 6-12 7-13 8-7 9-14 10-15 11-16 12-17 13-18 14-23 16-24 17-9 18-8 19-19 20-26 22-29 23-33 24-20 24-21 24-22 25-34 26-35 27-31 29-36 30-37 31-40 31-41 32-38 34-42 35-43 36-44 36-45 38-46 38-47 40-48 41-49 42-50 43-51 44-52 45-53 46-53 47-54 48-55 49-39 54-58 55-63 56-63 57-60 57-61 57-62 57-64 57-66 58-67 58-68 59-69
+0-0 0-1 1-4 2-3 2-5 3-6 4-7 5-7 5-8 6-10 7-9 7-11 8-13 9-14 10-12 11-15 12-15 13-15 14-16 15-17 16-18
+0-5 1-3 1-4 2-2 3-7 4-8 5-9 6-10 7-11 8-13 9-14 10-14 11-15 12-16 13-16 13-17 14-18 15-19 15-20 16-0 17-6 19-21 20-29 21-28 22-30 23-23 24-25 26-22 27-31 28-32
+0-0 2-1 2-2 3-3 4-3 5-4 5-9 6-8 7-10 8-6 9-13 10-26 11-12 12-17 13-22 13-23 14-20 14-21 15-18 17-25 18-24 19-37 20-36 20-37 20-38 21-29 21-30 22-32 23-32 24-31 24-32 25-33 27-38 28-39 29-40
+0-0 1-4 2-2 2-3 2-4 3-4 4-5 4-7 4-8 5-5 5-6 6-13 7-14 7-15 8-9 9-10 10-11 10-12 10-16 11-17 12-19 13-1 15-19 16-18 16-20 17-20 18-21
+0-0 0-1 1-2 2-1 2-3 3-4 4-3 5-4 5-5 6-4 7-6 8-4 9-8 10-7 11-7 12-9 13-9 14-10 15-11 16-12 17-13
+0-0 1-1 1-2 2-3 2-4 3-9 3-10 4-13 6-7 7-25 8-14 8-15 8-16 8-18 9-19 10-20 11-26 12-27 13-28 14-29 14-30 15-5 17-31 18-32
+0-0 1-4 2-5 2-6 3-3 4-3 5-8 6-7 7-1 8-13 9-14 10-9 11-10 12-11 14-12 15-16 16-18 18-20 19-19 20-23 20-24 20-25 20-26 21-21 22-28 23-27 24-29 25-30 26-31 27-15 29-34 30-36 30-38 30-40 31-37 32-42 33-41 34-39 35-43 36-43 37-49 39-50 40-51
+0-0 2-1 2-2 3-3 4-3 5-3 6-6 7-7 8-9 9-4 9-5 9-8 10-10 10-12 11-13 12-13 13-13 13-14 15-18 16-16 17-26 18-25 18-26 19-17 20-17 21-23 22-22 22-24 23-27 24-27 25-28
+0-3 1-4 5-5 6-5 6-11 7-6 7-7 7-10 8-10 10-11 11-12 12-13 13-14 14-15 15-16 16-17 17-17 17-18 18-19 19-20 19-22 19-25 20-23 20-24 21-23 21-29 22-30 23-31 24-32 25-34 25-35 25-36 26-37 28-47 29-48 30-37 31-38 31-39 32-40 33-41 34-26 35-42 40-49 41-50
+0-0 1-2 2-1 3-9 4-3 5-3 6-2 6-4 7-7 7-8 8-7 9-5 10-6 11-5 12-11 13-12 14-16 15-17 16-18 17-17 18-19 19-20 20-22 21-23 22-24 23-15 24-14 25-13 26-25 27-26 27-28 28-29 29-31 30-32 31-33 31-35 32-34 32-36 34-37 35-38 35-39 36-40 37-41 39-29 40-42 41-43
+0-0 0-1 0-2 1-8 2-9 3-11 4-12 5-4 6-5 7-7 8-13 10-15 11-17 12-14 13-14 14-14 18-3 19-16 20-6 22-18 23-19
+0-0 1-1 2-0 3-2 4-3 5-3 6-4 7-5 8-6 9-7 10-7 11-4 13-10 14-8 14-10 15-9 16-12 17-13 18-14 19-15 20-11 21-10 22-16 23-17
+0-0 1-4 2-3 4-14 5-15 6-16 7-17 8-10 9-7 10-20 11-12 11-13 14-23 15-2 17-21 18-8 20-24 21-24 22-25
+0-3 1-4 3-1 3-2 4-5 5-13 6-5 6-14 7-6 8-7 10-16 11-16 12-17 13-20 14-21 15-22 17-15 18-27 19-23 20-23 21-26 22-25 23-26 24-29 24-30 25-31 26-33 27-34 28-34 29-35 29-36 30-37 31-31 31-32 32-38 33-39 33-41 34-40 35-40 36-45 37-46 38-47 38-49 39-54 40-56 41-57 42-51 43-52 44-52 45-53 46-50 47-50 48-59 48-60 49-61
+0-8 1-9 2-13 3-14 4-16 4-17 6-10 7-19 8-11 8-12 9-21 10-22 11-2 11-3 13-1 14-4 14-5 16-24 17-31 18-32 19-33 20-33 21-20 22-36 22-37 22-38 22-39 23-30 24-23 25-41 27-42 29-43 30-44 32-45 33-45 34-28 35-26 36-43 37-49 41-51 42-52 43-52 44-52 45-52 46-53 47-54 47-55 48-56 49-56 52-57 52-58 52-59 53-50 54-61 55-62
+0-0 1-1 2-4 3-4 4-5 5-6 5-7 6-7 6-8 7-11 8-13 9-12 10-14 11-15 12-16 13-17 14-17 15-18 16-10 17-9 18-19 19-20 20-22 20-23 21-21 25-24 25-26 26-25 27-42 28-42 28-43 29-28 29-30 30-29 31-29 32-32 33-33 34-34 35-35 36-37 37-31 38-36 39-36 39-38 40-39 41-40 42-27 46-44 47-45
+0-0 1-1 2-2 3-3 4-4 5-4 5-5 5-6 6-6 7-7 8-6 8-8 9-9 10-10 10-11 11-12 12-13 13-13 14-14 15-15 16-16
+0-0 1-1 2-2 3-3 4-3 5-4 6-7 7-5 8-11 9-10 10-10 11-9 12-9 13-12 14-13 15-14 15-17 16-16 17-15 18-18 19-19
+1-0 2-1 3-2 4-3 5-4 6-5 7-5 8-6 10-6 11-7 11-8 12-8 13-8 13-9 14-10 15-11 16-12 17-13 17-15 17-16 18-14 19-17 20-18 21-19 22-19 23-20 24-21
+0-0 1-1 2-1 3-1 4-3 5-2 6-2 7-2 8-3 9-4 10-5 11-6 11-8 12-7 13-9 14-10 18-9 19-10 20-11 21-12
+0-0 1-6 2-7 3-17 4-1 4-2 4-3 4-4 6-12 6-14 7-13 8-13 8-15 9-16 12-22 13-19 13-20 14-18 15-23 15-24 16-21 18-37 19-27 20-28 20-29 20-30 21-38 22-37 23-37 24-33 25-34 26-34 27-34 28-26 29-41 30-42
+0-0 1-1 2-1 2-3 2-4 2-5 2-6 3-2 4-7 4-8 5-9 5-14 6-14 7-10 7-12 7-15 8-11 8-13 9-16 10-17
+1-0 3-1 4-2 5-3 6-3 7-4 8-4 11-6 12-8 12-9 14-12 15-13 16-11 17-17 18-16 18-17 19-17 21-18 22-19 23-20 24-21 25-23 26-22 27-24 28-26 29-27 30-28 31-25 32-27 33-29 33-30 35-31 37-32 38-33 39-34 40-35
+0-0 1-1 2-1 3-2 3-3 4-4 4-5 5-6 6-6 7-7 8-4 9-3 10-8 11-9
+0-0 1-1 1-2 2-3 3-3 3-4 3-5 3-7 4-6 6-9 6-10 6-11 6-12 6-13 6-14 7-11 8-17 9-15 10-28 11-27 12-29 13-30 14-31 15-32 16-33 17-18 18-34 19-34 20-35
+0-0 1-0 2-1 3-2 3-3 4-3 5-4 5-5 6-5 7-4 8-5 9-6 10-9 11-8 12-10 13-11 14-12
+0-0 1-7 2-8 3-12 4-1 6-11 7-10 7-13 8-11 8-12 9-9 10-4 11-5 12-14 12-15 12-18 13-16 13-17 13-19 14-19 15-20 16-21 17-22 18-23 19-24 20-25 21-26 22-27 23-28
+0-0 1-1 1-2 2-3 3-4 4-5 5-7 6-6 6-8 7-9 8-9 9-10
+0-0 0-2 1-1 2-3 3-1 4-1 5-6 7-7 8-5 9-4 10-8 11-9 11-10 12-10 12-12 13-11 14-16 15-13 16-14 17-17 18-18
+0-0 1-17 2-2 2-3 3-13 4-11 5-10 6-4 7-5 7-6 8-7 9-7 10-15 11-1 12-16 13-16 14-23 17-31 18-21 18-28 19-29 20-30 21-24 22-22 23-34 24-34 25-38 26-37 26-39 26-40 27-41
+0-2 1-3 2-7 3-0 4-9 5-4 5-5 6-5 7-6 8-1 9-2 10-10 11-11 12-12 12-14 13-15 14-20 14-21 16-18 17-19 18-16 19-13 22-17 23-24 26-22 27-29 28-30 30-26 31-26 32-28 33-25 34-31 35-32
+0-2 1-4 2-4 3-3 3-8 3-9 4-11 6-12 7-12 7-13 8-13 9-13 10-14 11-15 12-23 13-24 14-19 14-20 14-21 14-22 15-16 15-17 16-25 17-26
+0-0 1-8 2-1 2-2 3-5 5-12 5-13 6-10 6-11 7-22 8-18 8-20 9-16 9-17 9-19 10-19 13-24 14-24 15-25 16-39 17-30 18-31 19-32 20-40 21-41 22-49 23-41 24-42 25-26 25-28 26-27 28-50 29-50 30-51
+0-0 0-2 1-1 3-5 4-3 4-4 5-9 6-6 6-7 6-8 7-10 12-12 13-14 14-15 15-16 16-17 16-19 17-14 18-20 19-28 20-18 21-26 22-46 23-48 25-49 27-33 28-32 29-34 30-35 31-35 32-37 33-37 33-38 34-38 35-42 36-42 37-42 38-44 39-39 42-13 43-50 44-51
+0-0 1-2 2-1 3-3 4-4 4-5 7-7 8-8 9-6 10-9 11-10 11-12 12-13 13-19 13-20 16-14 16-15 17-17 18-16 19-11 20-11 21-21 21-22 23-30 24-31 25-32 26-33 27-29 28-30 29-34 30-27 33-42 35-35 35-40 36-41 37-38 38-39 39-38 40-38 42-37 43-43 44-44
+0-0 1-5 2-1 3-1 4-6 5-9 6-7 7-2 7-3 8-4 9-3 10-10 11-11
+1-0 1-1 2-2 3-1 4-3 5-4 6-5 7-8 7-9 8-10 9-7 10-11 10-13 10-14 11-12 12-19 13-6 14-17 15-17 16-23 16-24 17-25 18-25 20-26 21-27 22-27 23-18 24-18 25-33 26-32 26-33 27-34
+0-0 1-1 2-2 3-3 4-4 5-5 6-6 6-7 6-8 7-9 8-10 9-11
+0-1 1-0 1-2 2-1 4-5 6-3 7-9 8-4 9-7 10-6 10-8 11-16 12-12 13-11 13-13 14-14 15-17 16-17 17-17 17-18 18-17 19-17 21-26 22-23 22-25 23-29 24-30 25-27 25-28 26-31 27-31 28-32
+0-0 1-0 2-1 3-2 4-3 5-4 6-5 7-7 8-8 9-9 10-11 11-12 12-13 13-14 14-10 15-15 16-16 17-18 18-19 19-20 20-22 21-17 24-23 25-23 26-24 26-25 27-25 28-26 29-26 30-27
+0-1 0-28 1-0 1-4 2-5 2-6 3-7 4-2 5-3 6-9 7-10 8-11 10-12 11-14 12-15 13-17 16-19 17-18 18-20 19-21 21-22 24-23 25-23 27-24 28-24 29-29 31-37 36-38 37-30 37-31 39-40 41-39 42-35 42-36 50-41 51-42
+0-0 1-1 1-2 3-4 4-5 4-6 5-7 6-8 8-9 9-10 10-10 11-10 11-11 12-13 12-15 13-12 13-14 13-16 14-17 15-18 15-19 16-20 17-21 17-23 18-22 18-24 18-26 19-25 20-27 21-28 22-29 23-30 27-31 28-32
+3-0 4-3 5-1 8-2 8-10 9-9 11-4 12-5 13-13 13-15 14-14 15-11 16-8 17-18 19-24 21-19 22-20 23-21 23-22 23-25 23-27 24-23 24-26 26-28 27-29
+0-0 1-1 2-2 3-3 10-8 11-9 11-10 12-10 12-11 14-12 15-22 16-4 17-6 18-7 21-26 22-25 25-17 26-31 27-23 28-24 29-16 30-20 31-20 32-21 33-20 34-30 35-32 36-32 37-33
+2-1 2-2 2-3 2-4 3-0 4-6 6-7 8-8 10-10 11-9 11-11 12-12 13-13 14-15 14-16 15-16 16-17 17-18 18-20 19-21 20-22 21-23 24-26 24-27 25-27 26-28 27-29 28-30 29-33 29-34 29-35 31-36 32-37 33-40 36-42 37-43 38-41 38-42 39-44 40-45
+0-0 1-1 2-2 3-4 4-3 5-5 6-6 7-7 7-8 10-9 12-10 13-11 14-12 15-13 16-14 17-15 18-16 19-16 20-16 21-17 24-20 25-28 26-21 27-22 28-24 29-23 29-24 29-25 30-26 31-27 33-36 35-37 36-37 37-40 38-38 38-39 42-42 43-43 44-44 44-46 45-43 46-30 47-47 48-48
+0-0 0-1 1-2 1-3 2-5 3-5 4-4 4-6 4-7 5-8 6-9 7-10
+0-3 1-4 2-1 2-2 3-0 4-5 5-6 6-7 7-4 9-8 10-8 11-9 12-11 13-13 14-14 16-12 17-10 18-16 19-17
+0-10 1-2 2-0 3-1 4-5 5-6 6-7 6-8 6-9 7-3 7-4 8-11 9-12 10-13 11-14 13-15 14-16 15-17 15-18 17-18 18-19 19-29 22-20 24-24 25-25 25-26 26-25 27-28 28-30 29-31 30-32 31-32 33-33 34-34
+0-2 1-0 1-1 2-2 3-2 4-2 4-4 5-3 5-5 6-6 8-3 9-7 9-8 10-17 11-14 12-18 13-9 14-10 14-11 15-12 16-13 19-20 20-21
+0-6 1-9 2-7 3-12 4-29 5-2 5-3 6-13 7-14 9-15 9-19 10-20 11-21 12-21 13-22 14-23 14-28 15-24 15-25 16-26 16-27 16-30 17-31
+0-0 1-0 2-3 3-2 3-3 4-7 5-4 9-9 9-10 10-12 11-14 11-15 12-13 13-14 14-16 18-5 19-23 19-24 20-25 21-20 22-30 23-29 24-28 25-21 26-22 27-33 29-35 30-36 33-37 34-31 35-32 36-34 38-39 39-47 40-47 41-38 42-40 43-42 44-41 44-42 44-43 45-42 46-44 46-45 48-49 49-50 50-51
+0-1 1-2 2-0 3-3 4-3 5-4 6-5 7-9 8-8 9-6 9-7 11-11 13-10 15-14 16-15 17-12 17-13 19-17 20-16 20-18 21-19 21-20 22-21 23-22
+0-0 1-1 1-3 2-2 3-2 4-4 4-5 5-6 5-7 6-6 7-6 8-11 9-12 10-13 11-13 13-14 14-15
+0-0 0-2 0-3 1-1 1-4 1-5 2-8 3-6 4-9 5-10 7-11 8-11 9-12 10-22 11-16 12-21 13-17 13-18 14-25 15-26 16-27 17-20 18-29 21-27 22-33 23-34 24-24 25-23 26-30 26-35 27-31 27-36 28-37 29-38 30-39 31-40 32-41 33-42 34-43 35-44 36-45 37-46 38-46 39-47 40-48
+0-0 1-1 1-3 2-5 3-7 4-2 5-3 7-6 8-6 9-8 10-9 12-9 13-9 14-9 15-10 16-13 17-12 18-16 18-17 19-14 20-20 21-18 22-19 23-19 24-22 25-26 26-23 27-24 28-25 29-28 30-27 31-32 31-33 32-31 33-34 34-29 35-35 36-36
+0-0 1-0 2-0 3-1 3-2 3-3 4-11 5-5 6-5 7-13 8-13 9-15 10-16 11-4 14-7 15-8 16-21 17-6 19-17 20-18 20-19 22-20 24-23 24-24 25-22 26-25 28-33 30-26 31-27 33-29 34-29 35-29 36-30 37-31 38-29 39-28 39-34 40-35 41-36
+1-7 2-0 3-1 4-2 5-3 6-4 7-5 8-5 10-10 11-9 12-8 12-15 13-11 14-12 14-14 17-15 18-16 19-17 19-18 20-20 20-21 21-19 21-22 23-23 24-24
+0-0 1-1 2-2 3-3 3-4 3-5 3-8 4-9 5-10 6-11 7-6 8-7 9-12 10-13
+0-0 1-0 2-1 2-2 3-3 4-4 8-5 9-6 10-8 10-9 11-7 13-13 14-10 14-12 15-11 16-15 17-16 18-14 20-18 21-17 22-18 23-19 25-20 26-28 27-29 28-21 28-22 29-23 29-24 30-27 32-39 34-33 35-26 36-32 37-34 37-35 38-41 38-42 39-38 41-37 42-36 42-37 43-43 44-43 45-44
+0-0 1-1 2-0 2-2 2-4 2-5 3-6 3-12 4-7 4-8 5-9 5-10 6-8 6-11 7-13 8-18 9-16 9-17 9-19 10-20 11-20 12-21 12-22 12-23 13-24 14-25
+0-0 1-0 2-1 3-1 4-2 5-2 6-3 7-4
+0-0 1-1 2-1 3-3 4-2 4-4 6-5 7-5 8-6 9-8 10-9 10-10 11-11 12-8 13-7 14-12 15-14 17-17 18-17 20-18 21-19 22-20 23-21 24-22 27-23 28-24 29-25 31-27 32-28 33-29 34-30 35-26 36-31 37-32
+1-0 2-1 3-1 3-2 4-3 5-4 6-5 7-6 8-12 9-13 10-6 11-11 12-7 12-8 13-9 13-10 14-14 15-15
+0-2 1-1 1-2 2-0 4-8 5-4 6-12 7-3 8-7 9-9 10-11 11-11 12-11 13-15 13-16 14-17 15-18 18-19 19-20 20-20 21-21 22-22 23-23 24-23 25-24 26-25 27-25 29-27 30-28 31-29 32-30 33-31 34-32 35-33
+0-0 1-1 1-5 2-2 2-3 3-4 5-9 5-10 6-6 6-7 6-8 7-11 9-14 10-12 11-13 12-15 13-19 13-20 14-21 15-17 16-18 17-18 19-22 20-23
+0-0 1-1 2-2 3-3 3-5 4-4 5-7 6-8 7-8 8-7 9-6 10-5 10-9 11-10 12-11
+0-0 1-1 3-3 4-4 5-5 6-8 7-9 8-10 9-7 10-11 11-11 12-11 13-11 14-12 19-13 20-14 21-15 22-6 23-15 24-16
+0-0 1-1 2-2 2-3 3-3 4-3 5-7 6-7 7-9 8-10 9-9 9-11 10-10 11-9 12-18 13-8 14-8 15-19 16-22 17-20 17-21 17-22 18-23
+0-1 1-0 1-1 1-2 1-3 2-2 3-4 4-5 5-6 6-7 7-8 8-10 9-11 9-12 10-13 11-14 12-15 13-16 13-17 14-26 15-17 16-18 17-20 17-21 17-22 18-23 19-24 20-24 23-27 24-28
+0-5 1-10 2-6 3-9 4-4 5-7 6-8 7-8 8-8 9-1 10-0 11-2 12-2 13-3 14-11 15-12 16-13 17-14 17-15 18-14 21-16 22-18 22-19 22-20 23-20 24-21 25-22 27-24 28-23 29-26 30-26 32-29 34-30 36-31 37-24 37-32 38-33 39-34
+1-4 1-5 1-6 2-8 3-9 4-7 5-17 6-11 7-18 8-0 8-1 9-15 10-23 11-24 12-19 12-21 12-22 13-19 13-20 14-25 15-26
+0-3 1-4 2-7 3-0 4-5 5-8 6-9 7-10 7-11 8-6 9-12 10-13 11-14 12-15 13-16 16-17 17-18 18-21 19-22 20-23 21-24 22-25 22-26 23-25 25-30 26-30 27-31 28-32 29-33 30-34 31-35 31-36 33-38 34-39 35-40 36-37 38-44 39-46 42-47 43-48 44-48 45-49
+0-0 0-1 1-6 2-5 3-7 4-9 5-8 6-10 7-11 8-12 9-13 11-14 12-17 13-18 14-19 15-20 15-21 16-22 17-23 17-24 18-25 19-29 20-30 21-26 22-31 23-32
+0-1 1-0 1-5 1-7 2-4 3-6 4-8 5-15 6-13 6-14 7-9 8-2 10-18 11-19 12-20 13-24 14-24 15-24 16-16 17-21 18-26 19-27 21-26 22-27 23-28 23-29 26-31 27-32 28-35 29-33 29-34 30-33 32-30 33-38 34-39 35-37 36-46 37-36 40-48 41-45 42-42 43-49 44-50 45-54 46-63 47-64 48-62 49-63 50-65 51-66
+0-0 1-0 1-1 1-2 1-3 2-4 3-5 4-6 5-7 5-8 5-9 6-10 7-11
+0-0 0-1 0-2 1-4 1-6 2-5 3-3 3-4 4-4 6-10 7-7 7-8 9-11 10-12 11-13 12-13 13-13 14-23 15-24 16-24 17-25 18-21 19-22 20-29 21-30 22-30 22-32 23-33 24-31 25-31 26-34 27-35
+0-0 1-1 2-2 3-3 5-4 6-5 7-6 11-14 14-7 15-8 15-9 18-11 19-10 19-11 20-13 21-14 21-15 22-18 23-19 24-20 25-21 25-22 25-23 27-27 28-29 29-30 30-31 31-24 33-26 34-26 36-32 37-33
+0-0 1-1 2-2 2-3 3-2 4-4 5-5 6-6 6-7 6-8 7-18 8-11 9-17 10-12 10-13 11-13 12-14 13-15 14-16 16-22 17-23 18-23 19-23 20-22 21-21 21-24 22-26 23-25 23-27 23-28 24-29 25-30 25-31 26-32 27-20 28-33 29-34
+0-0 1-1 1-2 2-1 3-4 4-3 5-11 6-12 7-12 8-12 9-7 9-8 9-9 10-9 14-15 15-13 16-16 17-16 17-17 19-19 20-19 21-18 22-18 23-14 24-20 25-21 26-22
+0-1 1-6 2-6 3-3 4-4 4-5 4-11 5-12 6-13 7-7 7-8 8-14 9-14 9-15 9-16 10-17 10-18 11-19 13-20 14-9 15-21 16-22 17-23 18-24 19-23 20-23 21-29 21-30 22-32 23-31 24-25 24-27 25-28 26-33 27-34
+1-0 2-0 2-2 3-1 4-3 5-4 6-5 8-6 9-8 10-7 11-8 13-9 14-9 15-15 16-10 20-20 21-12 22-13 24-16 25-16 26-17 26-18 26-21 27-22 27-23 28-22 29-24 31-25 32-26 34-28 34-29 34-30 35-30 36-31 36-33 39-32 41-34 42-35
+0-4 1-13 2-15 3-0 3-2 4-3 5-7 6-6 6-8 6-10 6-11 7-9 8-12 10-17 11-18 11-21 11-22 11-23 13-19 14-20 15-24 16-25 17-26 18-27 18-28 18-29 19-30 20-31 21-32
+0-0 1-1 2-2 3-3 4-3 5-3 6-3 7-4 8-5 8-6 11-7 12-8 13-9 14-10 15-11
+0-0 0-1 1-2 3-4 4-5 5-8 6-6 6-7 7-9 8-10 9-11 10-12 11-14 12-14 13-15 14-17 15-17 16-16 16-18 16-19 17-21 18-20 19-20 22-25 23-24 23-26 25-27 26-28 27-29
+0-0 0-1 1-1 1-2 2-3 3-4 4-5 5-8 6-6 7-7 8-9 9-10 10-11
+0-0 1-1 2-2 3-3 5-9 6-5 7-5 8-5 9-4 9-6 10-4 11-7 12-13 13-11 16-16 17-15 18-14 19-17 21-18 22-19 23-20
+0-0 1-2 2-1 3-2 3-5 4-4 4-6 5-3 7-10 7-11 8-12 9-8 9-9 10-13 10-14 11-15
+0-0 1-1 2-2 3-3 4-7 5-4 5-5 5-6 5-7 6-8 7-8 8-10 9-11 10-15 11-12 11-14 12-13 12-15 13-17 14-16 16-18 17-19
+0-0 1-1 2-2 4-3 6-4 6-5 7-6 8-7 9-8 10-8 11-8 13-11 14-12 16-13 17-14 18-15 20-16 21-17 22-18 23-20 24-21 25-22 26-20 27-23 28-19 30-24 31-26 32-25 33-26 34-27 35-25 35-28 38-31 39-32 40-28 40-33 41-29 42-34 43-35
+0-0 1-4 2-3 5-1 6-2 7-7 8-6 9-6 10-7 11-5 12-11 13-8 14-10 15-11 16-9 17-11 18-12 19-14 20-15 21-16 22-17 23-18 24-19 25-19 26-20 27-21 27-22 28-23 29-13 30-23 31-24
+0-1 0-2 1-0 1-3 2-12 3-13 4-4 5-5 6-14 7-14 8-15 9-6 12-19 13-22 14-20 15-16 15-17 16-18 16-21 17-21 19-23 20-24
+0-3 1-2 2-0 3-1 4-4 5-7 6-8 7-6 7-7 7-9 8-11 11-14 12-14 13-10 14-15 16-16 17-17 18-18 19-12 20-13 22-21 23-22 24-16 24-23 26-24 27-19 28-20 31-25 32-25 33-26
+0-0 1-1 2-2 3-6 4-3 4-4 5-7 6-8 9-11 10-9 10-11 11-12 13-16 13-17 14-13 17-14 17-15 18-15 19-15 20-14 21-18 22-19
+0-0 1-1 1-2 2-2 3-3 4-4 5-5 6-5 7-6 8-6 9-8 10-9 11-10 12-7 13-11 14-12
+0-0 1-1 2-2 3-3 3-4 4-5 5-6 5-7 6-8 7-9 8-10 9-11 10-13 11-13 12-12 12-14 13-17 14-18 15-19 16-20 17-16 18-17 19-15 20-21 21-22
+0-0 1-1 2-2 3-3 4-4 5-5 6-6 7-7 8-8 9-11 12-12 13-14 14-15 15-13 17-16 18-17 18-18 19-19 20-20 21-10 22-10 23-9 24-21 25-22 26-23 27-25 29-26 30-27 31-28 32-29 33-30 34-34 35-35 36-36 37-37 38-37 39-24 40-38 41-39
+0-0 1-11 2-4 2-5 2-6 3-13 4-14 5-3 6-7 7-7 9-25 10-15 11-12 15-1 16-1 17-2 18-16 19-18 19-19 20-20 22-21 22-22 22-23 22-24 23-25 23-26 25-29 26-30 26-31 27-17 28-32 29-33
+0-0 1-1 3-2 4-3 4-4 4-5 5-9 6-10 7-24 8-25 9-26 10-27 11-7 11-11 12-6 12-12 14-15 14-16 15-18 18-13 20-14 21-21 22-17 23-19 23-20 24-21 25-22 26-23 27-28 28-28 29-29
+0-0 0-3 1-2 2-1 2-2 6-5 7-4 8-5 9-10 10-15 11-9 12-17 13-18 14-19 15-20 17-24 18-25 19-26 21-16 22-11 23-12 24-13 25-6 27-27 28-28
+0-4 1-5 2-6 3-3 4-1 4-2 5-0 6-8 7-9 8-7 9-7 10-10 11-13 12-14 13-15 14-15 15-16 16-17 17-18 18-19 19-20 20-21 22-22 24-23 26-32 27-33 28-34 29-35 29-36 30-37 31-38 32-26 33-24 33-25 33-29 34-30 35-39 36-40
+0-0 1-1 1-2 2-3 3-4 6-5 6-6 6-7 8-12 9-9 10-13 11-14 12-11 14-10 15-7 16-8 17-15 18-16 19-17 20-20 21-21 22-22 23-23 24-24 25-21 26-25 27-26 29-27 30-19 31-20 32-18 33-28 34-29
+0-5 1-0 2-1 3-10 4-6 4-7 4-8 4-9 5-11 6-15 7-21 8-14 8-18 8-19 9-16 9-17 11-22 12-23
+0-0 1-1 2-3 3-2 4-6 5-17 6-4 7-11 7-12 7-14 7-15 8-13 9-16 10-16 11-18 11-19 12-20
+0-0 1-1 2-2 3-3 4-5 4-6 5-4 6-7 7-8 8-9 9-10
+0-0 1-2 2-0 3-1 4-3 8-10 9-9 9-11 10-6 10-7 11-4 12-8 13-8 14-12 15-10 16-14 18-13 22-18 23-16 23-17 24-18 25-18 26-19 27-19 28-20
+0-0 1-1 2-2 3-3 4-4 5-4 6-4 7-4 8-5 9-6 12-9 13-13 14-10 14-11 14-12 15-8 16-7 17-13 18-14 19-15 20-16 21-17 22-18 24-19 24-20 25-21 26-22 28-23 29-24 30-23 31-25 32-26
+0-4 1-5 2-6 3-7 4-7 5-8 6-5 7-6 8-3 9-0 10-11 12-13 13-14 14-9 15-10 17-17 18-16 19-18 21-22 22-23 23-21 24-19 24-20 27-29 28-28 28-29 29-29 30-34 31-35 32-36 33-37 36-30 37-31 38-24 39-32 40-33 42-40 44-55 45-56 46-41 47-43 51-45 53-49 55-49 56-48 57-49 58-46 62-51 62-52 62-54 63-53 64-57 65-58
+0-7 2-5 3-5 4-6 5-4 5-6 6-5 7-1 8-3 9-11 10-15 11-8 12-24 15-12 15-13 16-14 17-14 19-18 20-19 20-20 20-21 21-16 21-19 22-17 23-18 24-18 29-25 30-26 35-28 36-28 37-29
+0-6 1-7 1-8 2-2 2-3 2-4 4-11 5-12 6-9 7-9 9-16 10-18 11-22 13-24 14-25 15-20 16-21 17-13 18-17 20-29 21-28 24-32 25-34 26-35 27-35 28-35 29-36 31-38 33-41 36-44 37-44 39-46 40-46 41-46 42-46 42-47 43-45 44-5 45-48 46-49
+0-1 0-4 1-0 2-2 2-3 3-5 4-6 5-7 6-8 7-10 7-11 7-12 8-13 9-14 9-15 12-24 13-16 13-18 13-22 13-23 14-17 14-19 14-20 14-21 15-25 16-26
+0-5 1-6 2-7 3-1 3-2 4-0 5-3 7-8 8-8 8-10 9-9 9-11 10-14 11-15 12-12 12-13 15-16 16-18 17-17 17-18 17-19 18-18 21-20 22-21 23-22 24-23 24-24 25-26 26-27 28-29 29-43 30-36 31-37 32-33 33-34 34-31 34-32 35-38 36-41 37-35 38-46 39-47 40-48 41-49 41-50 42-51 43-46 44-52 45-53
+0-0 1-5 2-2 3-1 3-11 4-12 5-7 6-18 7-14 8-6 9-15 10-13 13-16 13-17 14-17 15-21 16-20 17-23 18-24 19-22 20-25 21-26
+0-0 0-1 1-2 2-3 2-6 2-7 3-4 4-5 5-5 6-8 7-9 8-10 9-11 10-12 11-13 11-14 12-14 14-15 15-24 16-23 17-24 17-25 18-16 19-17 20-27 21-27 22-28
+0-0 1-1 1-2 1-3 2-4 3-5 3-6 4-6 4-7 8-8 8-9 9-10 10-12 11-11 11-13 12-14 14-15 15-19 15-20 15-22 15-23 16-18 17-23 18-24 18-25 19-21 21-32 22-33
+1-5 2-6 3-7 4-4 5-3 6-4 7-0 8-2 9-9 10-10 11-15 12-8 14-10 15-11 16-12 17-13 17-14 18-45 19-24 20-17 20-22 21-18 22-16 25-46 26-31 27-31 28-23 29-20 30-57 32-37 33-26 34-27 35-28 36-29 37-30 38-41 38-42 39-42 40-34 41-35 42-25 43-43 44-44 44-48 45-47 45-49 45-50 47-51 48-55 49-56 51-53 51-54 53-52 53-58 54-59 55-60
+0-2 1-2 2-0 3-1 5-4 6-3 7-5 8-8 9-6 9-7 9-9 10-13 11-9 12-10 13-10 14-11 15-12 16-14 17-15 18-14 19-16 20-16 21-17
+0-0 1-0 2-1 2-2 3-3 4-4 5-4 6-4 7-5 8-5 9-6 10-7 11-10 12-9 13-9 14-9 15-9 16-11 17-12
+0-0 1-1 2-4 2-5 3-3 4-6 5-7 6-8 7-9 8-10 9-11 10-12 11-13 12-14 13-15 14-18 15-19 16-20 17-16 17-17 17-18 18-18 20-21 21-23 22-27 23-26 24-25 25-28 26-29 27-30 28-31 28-32 29-33 31-22 32-34 33-35
+0-0 1-1 2-2 3-3 4-3 4-4 6-6 6-7 7-5 7-8 7-9 8-10 9-10 11-13 12-11 13-12 14-11 15-14 16-15
+0-3 1-4 2-0 3-1 4-2 5-11 6-13 7-15 8-17 8-18 8-19 9-12 10-12 11-9 12-10 13-7 14-8 15-22 16-23 17-14 17-24 19-26 20-26 21-26 22-25 23-25 24-25 25-25 26-26 27-25 27-26 28-26 29-20 34-33 38-29 43-28 44-32 45-29 46-30 46-31 47-35 47-36 49-38 50-39 51-37 52-27 53-40 54-41
+0-3 1-0 1-1 1-2 2-3 3-6 4-4 4-5 4-7 5-8 6-9 7-6 7-10 8-7 8-11 10-11 11-12 11-13 12-14 12-15 13-17 14-16 15-17 17-18 18-18 19-19
+0-0 0-2 1-1 2-7 3-3 3-4 4-5 5-6 6-8 7-8 8-10 8-11 8-12 8-13 9-11 10-14 10-15 11-16 12-17 13-9 14-18 15-19
+0-0 1-3 2-1 2-2 3-6 5-8 6-8 7-9 8-10 9-11 10-4 11-5 12-14 13-13 14-13 15-12 16-16 17-17 18-18 19-19 20-20 20-21 21-22 22-24 23-27 24-25 25-23 26-32 27-28 32-31 32-33 33-34 33-35 34-36
+0-1 1-7 2-4 2-5 3-6 3-8 4-10 5-21 6-18 7-19 8-17 8-20 9-15 9-16 10-16 11-24 12-22 12-23 13-23 14-9 15-25 15-26 15-30 16-27 16-29 16-31 17-28 19-33 20-32 21-34 23-37 24-40 24-42 24-43 25-41 26-44 27-45
+0-10 1-11 2-1 2-2 3-13 4-4 4-5 4-14 5-0 6-8 7-9 8-3 9-6 10-7 12-16 13-20 14-19 14-21 15-22 16-17 17-23 18-24
+0-0 0-1 1-2 1-4 3-5 4-35 6-37 7-9 7-10 8-42 9-43 10-22 11-20 12-15 13-15 14-24 15-24 16-19 20-27 22-11 23-28 27-32 28-17 29-33 30-26 31-21 32-39 33-39 34-41 36-44 37-45
+0-16 1-17 1-18 2-16 3-4 3-5 4-21 5-22 5-23 6-12 7-24 8-25 9-26 10-20 10-27 11-13 12-14 13-10 13-11 14-11 15-41 16-41 17-40 18-30 19-31 20-32 21-37 22-38 23-42 24-28 26-35 27-36 28-33 29-34 32-46 33-52 36-47 37-47 38-49 38-50 39-55 40-54 40-56 41-54 42-51 44-53 45-60 46-60 47-57 48-58 49-59 49-61 50-61 51-67 52-65 53-65 54-68 55-68 56-69
+0-7 2-1 3-3 4-2 5-3 6-9 6-10 9-8 12-12 13-13 14-14 16-14 17-15 18-15 19-17 20-18 21-19 22-20 23-21 24-20 26-23 27-24 28-31 29-27 30-34 31-36 32-37 33-32 34-33 35-39 36-40 37-41 39-43 40-44 41-38 41-42 42-39 43-45 44-46
+0-0 1-1 2-2 3-3 4-4 5-4 6-5 7-6 7-7 8-8 9-8 10-9 11-9 12-10 13-11 14-13 14-14 15-15 16-16 17-17
+0-0 1-1 2-2 3-2 3-3 4-4 5-5 6-12 7-6 8-8 8-9 8-10 8-11 9-14 10-15 11-16 11-17 12-13 13-18 14-19 15-20 16-21 17-22 18-24 19-25 21-26 21-27 22-28 23-28 24-29 25-30 25-31 26-32 26-33 27-23 28-34 29-35
+0-0 0-14 1-1 2-2 3-3 4-7 5-6 6-8 7-9 8-4 9-5 10-10 11-11 12-12 14-19 15-20 16-19 16-21 17-22 18-23 21-25 22-24 22-25 23-26 24-27 26-30 27-31 28-16 28-17 28-18 31-36 32-35 32-37 33-29 34-49 35-46 36-47 37-47 38-52 39-52 40-42 41-43 42-45 43-44 43-53 44-54 45-56 46-57 47-58 48-59 49-59 50-59 50-60 51-50 51-61 52-51 52-62 53-57 54-63 56-64 57-65 57-66 62-67 63-68 64-69 65-70
+0-2 1-3 2-1 3-0 4-2 5-9 6-6 7-7 8-5 9-14 10-8 11-13 13-10 14-12 15-17 16-16 18-15 22-18 25-19 26-20 27-23 28-26 29-25 29-27 31-28 32-30 33-31 34-32 36-33 37-34 38-35 40-36 41-37 42-38 43-39 45-29 46-40 47-41
+0-1 1-3 2-0 3-2 6-6 7-7 8-8 9-6 9-9 10-7 11-4 12-4 13-17 14-9 15-10 15-11 16-5 18-12 19-14 19-16 20-13 23-18 24-15 25-15 28-18 29-19 30-20 31-21 32-22 36-23 37-24 37-25 37-26 38-28 39-29 40-32 40-33 41-34 42-31 43-30 44-35 45-36
+0-0 1-3 2-1 3-2 4-4 5-4 8-5 9-6 10-7 10-8 11-9 12-10 12-12 13-10 16-14 16-15 17-13 18-14 19-13 20-15 21-16 22-17
+0-0 1-1 2-2 2-3 6-6 7-7 8-8 10-9 11-10 11-12 12-17 13-14 13-15 16-19 16-20 17-21 18-22 21-23 22-23 23-24 24-25 25-26 26-28 27-27 28-26 29-29 30-30
+0-0 1-1 2-2 3-2 3-3 4-2 5-5 6-7 7-4 8-6 9-6 10-8 11-11 12-12 14-21 15-13 16-16 17-15 18-14 19-14 20-18 20-19 21-18 22-17 24-23 24-24 25-26 26-27 27-29 28-30 29-30 30-22 30-32 31-31 32-31 33-31 34-24 35-25 36-34 37-35
+0-0 1-1 2-2 3-3 4-5 5-4 6-7 6-8 7-6 8-8 9-9 10-18 11-19 12-13 12-14 12-15 12-16 13-10 14-17 15-11 16-20 17-21
+0-0 0-1 2-7 3-7 4-7 6-10 7-11 8-12 9-13 9-14 12-15 13-16 13-19 14-17 15-18 16-21 17-23 18-22 19-24 19-25 20-24
+0-0 0-1 0-2 1-5 4-2 5-3 6-6 9-14 10-16 10-17 11-11 11-12 13-13 16-19 17-15 18-20 19-20 20-21 20-22 21-23 24-26 25-27 25-28 26-24 28-29 30-33 31-33 32-32 33-33 33-34 33-35 34-34 35-36 36-37 37-38 38-39 39-39 39-40 40-31 41-41 42-42
+0-0 1-1 2-2 3-3 4-3 5-4 5-5 6-4 6-6 7-7 8-8
+0-5 1-3 2-4 3-8 3-9 4-7 5-6 6-15 7-16 7-22 8-16 8-18 8-19 8-20 8-21 9-10 10-23 10-24 11-23
+0-0 1-3 2-4 3-4 5-7 5-8 6-9 7-10 8-12 9-13 11-14 11-15 13-16 14-17 15-18 16-19 17-24 18-28 20-29 21-30 22-27 24-25 26-33 27-35 28-34 29-34 30-33 31-37 32-38
+0-0 1-1 2-3 3-4 3-5 3-6 3-7 4-8 4-9 5-9 6-10 6-11 6-12 7-16 8-13 8-14 8-16 9-15 10-17 11-18 11-19 11-20 11-21 12-20 12-22 12-26 13-23 13-24 13-25 14-2 16-27 17-28
+0-0 1-2 2-2 3-1 4-1 5-2 6-4 7-4 8-3 9-5 10-6
+0-0 1-1 2-1 3-1 4-1 4-3 5-4 6-2 7-5 9-8 10-8 11-8 12-8 12-10 13-9 14-6 15-11 16-16 17-15 18-19 20-20 21-22 23-18 24-24 24-25 26-28 28-27 32-29 33-26 34-13 36-14 38-30 39-31 40-32
+0-1 1-5 2-4 3-6 5-25 6-7 6-8 6-9 7-10 8-11 9-12 10-13 11-15 12-16 16-22 17-23 18-24 19-19 20-20 20-21 23-26 24-14 27-30 27-31 27-32 28-33 29-40 31-34 32-34 33-42 34-43 35-44 36-45 38-45 39-46
+0-2 0-3 1-12 2-0 2-1 4-17 5-4 5-5 6-7 7-21 8-9 8-10 9-11 10-8 12-15 13-13 15-16 17-18 19-6 20-22 21-23
+0-1 1-0 2-2 3-2 4-2 6-3 6-4 7-2 8-5 9-6 10-7 12-10 13-10 14-10 15-9 16-8 16-10 17-11 19-12 20-13
+1-0 2-1 5-1 6-2 7-3 7-5 8-8 8-9 9-8 10-9 11-10 12-11 13-16 14-12 18-13 19-15 19-19 20-16 21-17 22-18 23-19 24-26 25-20 27-21 28-22 28-25 29-26 30-23 31-24 32-37 33-27 34-36 35-38 36-39 38-35 39-34 39-41 39-42 40-40 41-45 42-29 42-46 45-43 46-42 47-47 49-50 50-51 51-55 53-56 53-57 54-58 55-53 55-54 56-60 58-64 58-65 59-66 60-61 60-62 60-67 61-68 62-68 62-69 65-44 68-33 70-70 71-70 72-71
+1-7 2-7 4-0 5-1 6-1 7-2 7-5 8-4 9-8 10-3 11-4 13-9 14-14 15-11 16-12 17-12 18-15 19-15 21-13 21-14 22-15 23-16 23-17 24-18
+0-0 1-1 2-2 3-3 5-4 6-5 7-6 8-7 8-8 8-10 9-9 10-11 11-13 11-14 11-15 12-16 13-18 13-19 14-21 15-22 15-23 16-21 17-26 18-27 19-32 20-25 20-30 21-31 22-35 23-36 24-36 25-28 26-29 27-37 28-46 29-46 29-47 30-34 32-42 32-44 33-43 34-45 36-48 37-49
+0-3 1-3 2-4 3-0 3-5 3-6 4-1 5-2 6-7 7-8 8-9 8-16 9-10 10-14 10-15 11-17 11-18 12-19
+1-1 2-2 3-3 4-4 5-4 6-6 7-5 8-6 9-6 10-6 11-11 12-12 13-14 14-15 14-16 15-18 16-17 16-19 17-24 18-23 19-20 19-21 20-22 20-24 21-25 22-26 24-27 25-28 25-29 26-30 27-31 29-34 29-35 29-36 30-37 31-32 32-33 34-38 35-40 36-43 37-45 38-44 38-46 38-47 39-41 42-47 43-47 44-48 45-49 45-50 45-51 46-55 47-55 48-58 49-56 50-53 50-54 52-59 53-60
+0-5 1-5 2-6 3-4 4-0 7-15 8-14 9-14 10-16 11-17 12-15 13-18 14-19 15-20 17-22 18-27 19-24 19-25 19-26 21-21 22-33 23-32 24-31 25-30 26-31 27-34 28-35 29-36 29-38 30-39 31-40
+0-5 1-6 2-7 3-0 4-1 5-2 6-12 7-8 7-9 9-17 10-18 11-19 13-15 13-16 14-21 15-22 16-25 17-23 18-26 19-27 22-40 24-24 25-34 26-29 26-31 26-32 26-33 28-35 29-36 30-37 31-54 32-42 35-52 36-43 36-53 37-44 38-45 38-46 39-55 40-56 41-49 43-47 44-60 45-61 46-61 47-62 48-64 49-64 50-59 51-65 52-66 53-67 55-68 56-69 57-71 58-70 59-71 60-72 61-73
+0-0 2-2 3-3 4-1 5-4 6-5 8-7 9-6 12-8 13-9 14-10 16-19 17-11 20-14 22-17 25-18 27-21 28-22 29-22 29-23 29-24 30-25 31-26 33-27 34-28 35-29 36-29 37-30 38-31 41-33 42-35 43-36 44-37 44-39 45-42 46-38 47-40 50-43 51-44 52-45 53-46 54-47 55-47 56-48 57-49 58-51 60-56 62-54 64-55 65-58 65-59 66-59 67-60 68-52 68-53 69-52 70-61 71-62
+0-0 1-0 2-3 3-7 3-8 4-6 5-10 6-9 7-12 8-14 9-15 10-16 11-17 12-18 12-19 13-20 14-5 15-21 16-22 17-22 18-30 19-23 20-24 20-26 20-27 21-26 23-28 24-28 25-28 26-28 27-29 28-25 29-34 29-35 30-36 30-37 31-37 32-38 33-39
+0-0 1-1 2-9 3-9 3-10 4-6 5-11 6-12 7-2 9-7 10-8 12-17 13-13 14-14 14-21 15-19 15-20 15-22 16-23 18-24 19-15 20-16 21-25 22-26 23-27 24-32 25-33 26-34 27-31 27-35 29-28 30-29 30-30 32-36 33-47 35-40 36-41 37-42 38-43 38-44 39-45 40-46 41-37 42-48 43-49
+1-0 1-1 2-2 3-3 4-3 5-3 6-4 6-5 7-7 8-6 9-7 10-8 10-9 11-10 15-14 16-12 16-15 17-13 17-16 18-17 20-22 22-18 23-18 24-21 25-20 25-21 26-18 27-19 28-22 29-23 30-23 31-24
+0-0 0-1 1-5 2-4 3-6 4-2 5-3 6-7 7-19 8-17 9-18 10-8 11-8 12-9 13-10 14-9 15-13 15-25 16-14 17-15 18-16 19-16 22-22 23-23 24-24 25-23 26-20 27-39 28-38 28-40 29-26 29-41 30-36 30-37 31-34 32-32 33-30 36-49 37-51 38-53 39-54 40-52 41-56 42-55 42-57 42-58 43-59 45-28 46-60 47-61
+0-0 1-1 2-2 3-3 5-4 6-5 7-6 12-16 14-7 15-12 16-23 17-22 18-13 18-14 18-17 18-18 18-19 18-20 19-15 19-21 20-24 21-24 22-25 23-10 24-10 25-11 26-26 27-27 28-28 29-29 29-30 30-31 30-34 31-32 32-33 32-36 33-38 34-38 35-38 36-39 37-39 38-40 39-35 41-41 41-47 42-42 42-45 43-44 44-43 46-46 47-52 47-53 48-48 49-54 50-55
+0-0 1-1 2-2 3-6 5-5 6-9 7-7 7-8 8-8 9-8 10-8 11-11 12-12 13-13 14-14 15-15 16-18 17-19 17-20 18-21 19-22 19-24 20-23 21-25 22-26 23-27 25-28 26-29 27-30 28-31 29-32 34-33 35-34 35-35 37-39 38-40 39-41 40-42 41-43 41-44 42-45 42-46 43-47 44-48 44-49 45-56 46-56 47-40 48-52 48-53 48-54 48-55 49-50 52-36 54-38 55-57 56-58
+0-8 0-12 1-9 3-3 4-18 5-17 6-10 7-1 10-29 11-10 12-11 13-16 14-32 15-33 16-22 17-36 18-34 19-25 20-38 21-39 22-33 22-40 23-41 24-23 25-0 26-1 27-35 28-24 29-37 30-4 31-14 32-42 33-43
+1-2 2-3 4-5 5-8 6-7 7-9 8-10 9-12 10-12 11-14 12-14 12-15 13-16 14-17 15-18 17-19 18-23 19-24 20-11 21-30 22-32 23-31 24-32 25-32 25-33 26-35 27-4 28-36 29-37 30-38 31-39 32-40 33-40 33-41 34-40 36-42 36-43 39-44 41-46 42-47 43-48 43-49 44-49 45-51 46-57 46-58 47-59 48-60 49-56 50-61 51-61 52-62 53-63 54-64 55-71 56-72 57-72 58-73 59-67 59-68 60-69 61-74 64-75 65-76 66-77 67-78 68-79 70-88 71-89 72-90 73-91 75-92 76-97 77-90 77-98 82-93 82-94 82-95 83-96 85-70 86-99 87-100
+0-0 1-7 2-6 3-7 4-8 5-4 6-5 7-9 9-10 10-15 11-11 12-17 13-18 14-19 15-24 16-21 17-16 20-28 21-28 22-12 24-23 26-25 30-31 31-31 32-31 34-32 35-33 35-34 38-39 40-40 42-41 43-43 44-36 45-36 46-44 47-45 48-37 49-47 50-48 50-49 54-52 55-53 56-54 57-55 57-56 58-64 60-57 61-58 62-59 64-60 65-80 66-61 68-62 69-65 70-66 72-70 73-71 74-72 76-73 77-74 79-69 80-68 81-78 84-75 86-82 86-83 88-86 89-88 90-88 94-92 95-77 95-91 96-93 97-94
+0-3 0-4 2-2 3-11 4-7 4-8 5-13 6-10 7-9 8-5 9-6 10-14 11-15 12-16 13-23 14-17 15-18 16-27 18-19 20-25 21-24 22-20 23-21 24-28 25-29 26-30 27-31 29-37 30-38 31-39 32-40 34-51 35-44 36-44 37-45 38-48 39-32 40-42 41-43 42-45 44-50 46-56 47-47 48-47 49-49 51-57 52-58
+0-1 1-0 1-2 2-2 3-3 4-5 5-4 5-5 5-6 6-7 7-8 8-9 9-10 10-11 11-13 11-14 12-15 13-16 14-17 15-18
+0-0 1-1 2-2 3-3 4-4 4-5 5-6 6-7 7-8 8-9 9-10 10-11 11-12 12-13 13-14 14-15 16-16 17-17 18-18 18-22 19-19 20-36 21-20 22-28 22-30 23-27 24-29 26-32 26-33 27-23 28-31 29-25 31-37 32-38
+0-0 1-1 2-2 4-2 5-2 6-2 7-3 8-7 9-8 10-9 11-10 11-11 12-11 14-6 15-12 16-13 19-14 19-17 20-18 21-19 22-20 23-20 24-21 25-22 26-22 27-27 29-26 30-15 31-16 32-28 33-29
+0-2 1-3 2-4 3-5 3-6 4-7 5-11 5-12 7-10 9-19 9-20 10-17 13-13 13-14 13-15 15-21 15-22 16-9 20-23 21-24 21-25 22-25 23-25 23-26 24-27 25-28 26-32 27-16 28-30 29-33 30-34
+0-5 0-6 1-0 4-12 5-7 6-8 7-9 7-10 7-13 8-14 9-14 10-15 11-16 12-17 13-20 13-22 14-19 14-21 14-22 15-23 16-24 16-26 17-25 18-28 19-29 20-29 21-27 22-26 23-36 24-37
+0-0 1-1 2-2 2-3 2-7 3-4 4-5 5-5 6-6 7-8 7-9 7-10 9-11 10-11 11-12 12-15 13-23 14-13 14-14 15-18 16-19 17-20 18-20 19-20 20-21 20-22 20-24 21-25
+0-0 1-2 2-8 3-3 3-4 3-5 3-6 3-7 4-10 5-11 6-12 8-13 9-1 10-14 11-15 12-15 13-20 14-18 14-19 15-21 16-22
+0-1 1-1 2-0 3-2 4-3 5-4 6-6 7-5 8-6 8-7 9-8 9-9 10-10 12-10 13-11 13-12 16-13 17-16 18-15 19-16 20-18 21-21 22-19 22-20 23-22 23-23 24-24 25-24 26-25 27-26 28-27
+0-0 1-0 2-0 3-0 4-1 5-2 5-3 6-4 7-7 8-7 9-6 9-7 10-8
+0-1 1-0 2-3 3-2 4-3 7-6 7-7 8-4 9-3 10-9 11-12 13-18 14-17 15-20 16-21 17-20 18-21 19-17 20-22 21-19 23-16 24-15 25-16 26-23 27-23 28-24
+2-2 2-4 3-1 3-3 4-3 5-5 6-6 6-7 7-8 8-11 9-9 10-10 11-13 12-12 12-14 13-15 14-16
+0-0 1-8 1-9 2-2 2-3 3-1 3-4 3-5 3-6 4-10 5-7 6-11 6-12 7-10 8-13 9-14 10-15 11-17 12-16 13-15 13-18 14-19 15-19 16-21 17-22
+0-0 1-1 2-1 3-1 4-1 5-1 6-1 6-4 7-3 8-5 8-6 8-7 9-6 10-14 11-10 12-9 13-13 14-15 15-17 16-18 17-18 18-25 21-19 29-20 29-21 29-22 29-29 30-30 31-31 33-28 35-34 35-35 36-33 38-37 39-38 40-38 44-46 45-32 46-27 48-42 50-51 52-48 53-49 54-50 54-52 55-44 57-53 58-54
+0-0 0-1 2-2 3-3 3-5 4-4 4-6 5-6 6-7 6-8 7-8 8-10 9-9 9-10 10-11 11-12
+0-0 1-1 2-4 3-3 4-2 5-3 6-5 6-6 7-7 8-8 9-9 11-10 12-10 14-11 15-12 16-13 17-17 18-16 18-18 18-19 19-15 20-21 21-22
+0-0 1-1 2-2 3-3 4-10 5-4 7-13 8-14 9-6 9-7 9-8 9-9 10-16 11-16 12-17 14-15 15-21 16-22 17-19 20-18 21-20 22-23 23-24
+0-0 1-1 2-2 3-3 4-4 5-5 5-6 6-13 7-10 8-8 8-9 8-10 9-10 10-14 11-15 14-12 20-16 22-18 22-19 24-17 25-21 26-22
+0-3 0-4 1-2 1-3 2-8 3-9 3-10 4-1 6-12 7-11 7-13 7-14 7-15 8-16 8-17 9-18
+0-0 2-1 2-2 3-3 4-6 5-4 5-5 6-7 7-8 8-12 8-13 8-14 9-9 9-10 10-11 11-15 12-16
+0-0 1-1 2-3 3-2 3-7 4-5 4-6 5-3 6-4 7-9 8-10 8-11 9-12 10-12 10-13 11-14 12-15
+0-1 1-2 2-0 5-5 6-6 7-3 8-4 9-8 10-9 11-7 12-7 13-16 14-17 15-13 16-14 17-18 18-19 19-23 20-26 21-27 22-27 26-20 27-22 28-12 29-28 31-10 32-29 33-31 34-32 35-37 36-37 37-33 38-32 39-38 40-35 41-39 42-40
+0-0 1-1 2-2 3-1 4-2 8-3 9-4 10-6 11-9 12-26 13-27 14-10 15-12 15-13 15-14 17-15 19-16 20-17 21-18 22-20 22-21 22-22 22-23 23-24 25-5 26-28 26-29 28-31 28-38 29-32 30-32 31-32 31-33 31-34 32-35 33-29 34-30 38-37 39-39 40-40
+0-0 1-1 1-2 1-3 2-4 2-5 3-4 4-6 5-7 6-8 6-9 7-17 8-13 8-14 8-15 8-16 9-10 10-18 11-19
+0-0 0-1 1-5 2-4 3-5 4-6 5-11 6-12 7-9 9-14 10-13 11-16 12-17 13-16 14-17 15-18 17-19 17-20 18-21 18-22 19-23 20-24
+0-0 1-1 1-2 2-3 3-4 4-5 5-6 6-7 7-8 8-9 9-10 10-11 11-12 12-14 13-15 14-13 15-16 16-17 17-18 18-19 19-20 19-21 20-22 21-23 22-24 23-25
+0-2 1-3 2-4 3-5 4-5 4-6 4-7 6-8 8-9 9-10 10-11 11-12 12-13 12-14 13-15 14-17 15-18
+0-3 1-2 2-0 3-1 4-2 5-10 6-11 7-10 8-9 9-8 10-6 11-12 12-14 13-18 14-19 15-20 16-16 17-15 18-16 18-17 19-17 20-21 21-21 22-22
+0-0 0-2 1-3 2-1 6-4 7-5 8-6 8-7 9-15 10-16 11-19 12-20 13-21 14-22 15-20 16-20 17-20 17-23 18-24 19-12 23-25 24-26 27-34 28-26 28-27 28-28 28-35 29-40 30-39 30-41 35-37 37-38 39-36 40-31 40-32 41-33 42-42 44-43 45-44
+0-3 1-3 3-0 4-4 4-5 4-6 5-1 6-2 8-7 11-9 12-8 15-13 16-10 17-11 18-12 19-15 20-16 21-17 22-18 23-25 24-19 25-14 27-20 28-21 29-22 30-23 32-36 33-38 33-39 34-29 34-34 35-30 35-31 35-33 36-32 37-28 38-35 39-40 41-43 42-42 43-41 43-42 44-24 45-43 45-44 46-43
+0-0 0-2 1-3 2-3 3-4 6-8 7-5 8-5 9-5 11-7 12-9 13-12 14-10 14-11 15-6 16-12 17-12 18-13
+0-1 0-9 1-2 2-3 2-11 3-5 4-4 5-0 6-6 7-12 8-13
+0-2 1-3 1-4 2-3 2-5 3-0 4-1 5-10 6-11
+0-0 0-1 0-3 1-2 2-7 2-8 3-11 5-10 6-5 8-12 9-14 11-16 15-9 16-21 17-22 18-20 19-18 19-19 22-26 23-29 24-25 26-28 28-23 29-24 30-34 34-30 35-31 35-32 36-30 36-33 41-35 45-36 45-37 46-36 47-38 48-39 49-42 50-43
+0-0 0-1 1-0 2-5 2-6 3-4 4-8 5-2 6-3 7-9 8-10 9-11 10-13 10-14 11-12 16-17 17-18 18-19 19-22 20-15 21-24 22-22 23-23 25-16 26-16 27-25 28-26
+1-3 2-0 3-0 3-1 4-2 4-4 5-3 6-5 6-7 7-8 9-9 10-9 10-10 11-12 12-13 13-13 14-13 15-12 16-15 17-15 18-16 19-17 21-18 22-11 23-26 24-20 24-27 25-21 27-24 28-37 29-38 30-38 30-39 30-40 31-38 33-41 34-42 35-42 36-43 37-45 38-45 41-44 42-25 43-22 44-46 44-47 45-48
+0-0 0-1 1-0 2-0 3-5 4-4 5-6 5-7 7-7 8-8 8-9 11-11 13-12 14-13 15-14 15-15 16-16 17-16 19-17 20-20 21-29 23-30 26-19 27-34 28-34 28-35 29-26 31-21 31-22 31-23 32-28 33-24 34-24 35-27 37-31 40-36 41-36 42-37
+0-0 1-0 1-1 2-1 2-2 2-3 3-11 4-10 5-11 6-4 7-5 8-6 9-7 10-8 11-9 12-12 13-13 13-15 13-16 13-17 14-14 15-14 16-22 17-21 17-23 18-19 18-20 19-24 20-24 21-25
+0-0 1-1 2-1 3-9 4-2 5-3 6-6 7-4 8-10 9-10 10-11
+0-0 1-1 2-4 3-2 3-3 4-5 5-5 6-5 6-7 7-6 8-8 8-10 9-9 9-11 10-12 11-13 11-14 12-16 13-15 14-17 15-18 16-21 17-19 17-21 18-20 18-22 18-23 19-24 19-25 20-25 21-26 22-27
+0-0 0-1 1-1 1-2 2-2 3-3 4-4 5-5 6-9 6-10 6-11 7-8 9-13 10-14 11-6 12-15 14-16 15-18 16-20 17-21 18-22 19-23 20-24 21-24 21-25 21-26 22-24 23-27 24-19 25-17 26-28 27-29 28-30 29-31 30-32 31-33 32-34 33-31 34-35 34-36 36-37 37-38 38-39
+0-0 1-1 2-2 3-4 4-3 5-4 6-5 6-7 7-6 8-3 9-9 10-10 11-11 12-12 13-18 14-16 15-17 16-19 16-20 17-21 18-22 19-22 20-23 21-24 22-25 23-26 24-27 24-28 25-27 26-28 28-29 29-37 30-38 31-39 32-40 33-41 34-41 35-42 36-43
+0-3 1-3 2-3 3-3 4-1 5-2 6-4 6-5 6-6 8-7 9-7 9-8 10-7 11-9 12-14 13-10 14-11 15-12 16-13 17-15 18-16 19-17 20-18 21-19 21-20 23-21 24-22 29-23 30-24
+0-0 1-0 2-1 3-2 4-3 4-4 7-6 8-5 8-7 9-8 9-9 10-10 10-11 11-11 12-12 12-13 13-14 13-15 14-16 17-18 19-20 20-21 21-19 22-27 23-23 24-22 25-23 26-24 27-29 28-30 29-28 30-31 31-32 32-32 32-33 33-34 34-35 35-36 36-37 37-38 37-39 38-41 39-42 40-43 41-40 42-41 43-45 43-46 44-44 45-47 46-47 47-48 48-49
+0-0 1-1 2-2 3-1 3-3 4-5 6-6 7-7 8-10 9-9 9-11 10-12 12-13 13-14 13-16 14-15 17-20 18-19 19-21 20-17 21-22 22-23 23-24 24-25 25-26 26-27 27-23 28-24 29-28 30-28 31-29
+1-20 2-2 2-21 3-3 4-3 4-6 5-5 6-5 9-15 10-15 12-4 13-8 14-9 14-10 15-10 16-7 18-16 19-18 20-18 21-19 22-22 22-23 23-24 25-25 26-25 27-32 28-33 29-34 30-26 31-27 32-28 33-31 34-29 34-30 35-35 36-36
diff --git a/tests/interface/input-tsv/train2.de b/tests/interface/input-tsv/train2.de
new file mode 100644
index 0000000..dca9ff4
--- /dev/null
+++ b/tests/interface/input-tsv/train2.de
@@ -0,0 +1,2048 @@
+gewiß sind Formen der Kontrolle und Begleitung zulässig und notwendig , um Mißbrauch und Erscheinungen des unlauteren Wettbewerbs auszuschließen .
+das sollte jedoch nicht fälschlicherweise zur globalen und allgemeinen Verhinderung öffentlicher Beihilfen führen , sofern die genannten Voraussetzungen erfüllt sind .
+der Bericht des Abgeordneten Azzolini - ich möchte den Kollegen an dieser Stelle beglückwünschen - behandelt unserer Meinung nach diese Frage nicht klar und erschöpfend .
+er erörtert allerdings hinreichend , daß Entscheidungen im Hinblick auf konkrete regionale Gegebenheiten flexibler getroffen werden müssen .
+einige Änderungsvorschläge könnten , wenn sie angenommen werden - und sie haben unsere Unterstützung - , das Niveau und die Spannweite einer solchen Flexibilität vertiefen und verstärken .
+Frau Präsidentin , liebe Kolleginnen und Kollegen , die Regionalpolitik und die Wettbewerbspolitik verfolgen Ziele mit unterschiedlicher Zweckbestimmung .
+die Wettbewerbspolitik basiert auf dem Verbot staatlicher Beihilfen für Unternehmen , mit Ausnahmeregelungen gemäß Artikel 92 Absatz 3 Buchstabe a ) und c ) EGV , die im Rahmen des freien Wettbewerbs innerhalb des Binnenmarkts restriktiv gehandhabt werden .
+obgleich eine verstärkte Kohärenz wünschenswert ist , sollte man beide Politikbereiche voneinander abgrenzen , wenn sich für bestimmte Gebiete erweist , daß dies für sie von Nutzen sein könnte .
+über den Grad der Kohärenz müssen die Staaten nach eigenem Ermessen entscheiden dürfen , denn ihnen fällt in jedem Fall auch weiterhin die Verantwortung zu , der Kommission Vorschläge zu unterbreiten , über die dann zu verhandeln ist .
+ich möchte hinzufügen , daß auch die Transparenz ein wesentliches Leitprinzip werden muß .
+die Kommission hat dementsprechend einen Vorschlag gemacht , mit dem diese Grundsätze umgesetzt werden und die Mittel der Strukturfonds mit denen der nationalen Hilfen weitgehend kongruent gestaltet werden sollen .
+das ist konsequent und eine vernünftige Lösung .
+ich hoffe , daß die Mitgliedstaaten dem auch so konsequent folgen wollen .
+die Bedeutung ist nämlich , daß nur so Standardwettbewerbe und Subventionsmißbrauch eingeschränkt werden können .
+wir werden auch feststellen müssen , daß unterschiedliche Genehmigungszeiten den Mitgliedstaaten eine sehr einfache Handhabung geben werden , das locker zu unterlaufen .
+deshalb fordere ich die Kommission auf , uns eine Antwort zu geben , wie sie das Zeitmanagement organisieren will , daß das nicht passiert .
+ich möchte noch darauf hinweisen , daß der Kommissionsvorschlag sich mit einem Problem nicht befaßt , nämlich mit dem Problem des subsidy shopping .
+nationale Unternehmen können nach wie vor unkontrolliert Subventionen abgreifen und Regionen schädigen .
+da fehlt einiges im Vorschlag .
+wie wollen Sie das lösen ?
+Frau Präsidentin , die Vorschläge in der Agenda 2000 als auch der vorliegende Bericht streben an , die Komplementarität von Wettbewerbs- und Regionalpolitik zu verstärken .
+als Argumente dafür werden die immer weiter auseinanderklaffenden Politikbereiche sowie Überschneidungen bei den unterschiedlichen Fördergebietskarten angeführt .
+die Befürworter dieser Vorgehensweise vergessen jedoch dabei , daß durch die angestrebte Deckungsgleichheit von nationaler und EU @-@ Fördergebietskulisse die Möglichkeit der Mitgliedstaaten und Regionen , ihre eigenen Problemgebiete mit eigenen Mitteln zu unterstützen , weiter eingeschränkt wird .
+damit wird diese Politik der positiven Diskriminierung zugunsten der am stärksten benachteiligten Regionen weiter forciert .
+durch die Zielsetzung der Agenda 2000 , erhöhte Konzentration und Kohärenz , werden die relativ erfolgreichen Regionen ohnedies bereits stark beschnitten .
+Ihnen auch das Instrument der nationalen Beihilfe de facto zu streichen , ist nicht nur widersinnig , sondern widerspricht auch dem Gedanken des Subsidiaritätsprinzips .
+Frau Präsidentin , ich möchte die Berichterstatter , den Herrn Kommissar und seine Dienststellen zu ihren Berichten beglückwünschen .
+die Wettbewerbspolitik wird manchmal von den Bürgern als eine grundlegend ökonomische Angelegenheit , als der Rahmen , der die Spielregeln zwischen den Unternehmen in einer Marktwirtschaft festlegt , wahrgenommen .
+und so ist es .
+Arbeitsräume übrigens , denen sich diese mächtigen wirtschaftlichen und strategischen Kräfte , die wir manchmal euphemistisch als &quot; Lobbys &quot; bezeichnen , wesentlich leichter nähern können als ein einfacher Verbraucher oder Bürger .
+dies würde nach meiner Auffassung die Akzeptanz eines schwerwiegenden juristischen Präzedenzfalls in den liberalisierten Sektoren bedeuten , mit dem das Unternehmen Telefónica , das bis vor kurzem das Monopol im Telefondienst Spaniens hielt , in der Tat schon herumhantiert .
+Frau Präsidentin , ich glaube , die Verbraucher und Bürger sind das letzte Argument auf dem Gebiet der Liberalisierung .
+wenn die Europäische Union nicht sicherstellt , daß nicht sie die &quot; Zahlmeister &quot; der Liberalisierungsprozesse sind , entfernen wir uns als europäische Institutionen immer weiter von den Bürgern .
+Frau Präsidentin , ich möchte mich in meiner Wortmeldung auf zwei Aspekte beschränken .
+zunächst uneingeschränkte Zustimmung zu dem , was in den Punkten 17 bis 20 des ausgezeichneten Berichts unseres Kollegen Azzolini erstmals in dieser Deutlichkeit ausgesprochen wurde : Tourismus ist gut !
+für viele Gegenden Europas ist der Tourismus lebenswichtig .
+aber Subventionstourismus ist schlecht , ist inakzeptabel , weil dadurch keine nachhaltige Strukturverbesserung bewirkt wird , sondern nur europäisches Geld massenweise hinausgeworfen und vernichtet wird .
+wenn ein hoch geförderter Betrieb ein Haus weiterzieht , hinterläßt er in der Regel weit mehr Scherben als Nutzen .
+daher so rasch wie möglich Schluß mit diesem Unfug !
+die Kommission möge ihre kollektive Weisheit bemühen , im Dienste guter Lösungen .
+gute Lösungen brauchen wir auch - und da komme ich zum zweiten Aspekt , den ich hier ansprechen möchte - für die Agenda 2000 insgesamt und die Strukturreform im besonderen .
+wir brauchen diese guten Lösungen rasch .
+knapp zwei Monate haben wir nach dem neuesten Fahrplan der deutschen Präsidentschaft noch , und wir alle müssen diese Zeit nutzen .
+die Kommission und das Europäische Parlament haben in den vergangenen Monaten gemeinsam gute Arbeit geleistet .
+jetzt muß der Rat zeigen , daß er konsensfähig ist .
+fünfzehn Meinungen bei diesem schwierigen Thema unter einen Hut zu bringen , wird sicher nicht einfach sein .
+wir können nicht weitere sieben Jahre warten , bis die Zustimmungsvorschriften des Vertrages von Amsterdam in Kraft treten .
+wir wollen jetzt konstruktiv mitreden .
+Herr Präsident , zu Beginn möchte ich beide Berichterstatter zur Vorlage und selbstverständlich auch zur Erarbeitung ihrer Berichte beglückwünschen .
+natürlich stimme ich dem zu , daß der Binnenmarkt für den freien Verkehr von Waren , Personen , Dienstleistungen und Kapital auf faire Weise funktionieren sollte .
+wenn ein Binnenmarkt erfolgreich sein soll , müssen alle Regionen innerhalb Europas in solch einer Arena effektiv in wirtschaftlichen Wettbewerb treten können .
+gegenwärtig gibt es in meinem Land und in Europa einige Regionen , die in ihrer wirtschaftlichen Leistung unter dem Durchschnitt der Europäischen Union liegen .
+die Kommission hat bereits neue , überarbeitete Leitlinien für staatliche Beihilfen herausgebracht , die von den 15 Mitgliedstaaten gebilligt wurden .
+diese Leitlinien sehen vor , daß Ziel @-@ 1 @-@ Regionen Anspruch auf Beihilfen für Unternehmen mit inländischen und ausländischen Direktinvestitionen , die sich innerhalb ihres Gebiets niederlassen , bis zu einer Höchstgrenze von 40 % haben .
+dies mag wie unfairer Wettbewerb aussehen , doch ist es notwendig , die weniger wohlhabenden Regionen an den Gemeinschaftsdurchschnitt heranzuführen .
+wichtig ist auch , daß solche Maßnahmen von einem höheren Anteil an EFRE @-@ Mitteln begleitet werden , um zu garantieren , daß jegliche Infrastrukturdefizite in unserem Verkehrsnetz in naher Zukunft ausgeglichen werden .
+Herr Präsident , ich möchte Herrn Azzolini für einen sehr guten Bericht danken .
+den Vorschlag der Kommission über Regionalbeihilfen halte ich für inakzeptabel und absurd .
+die Kommission schlägt vor , daß nur diejenigen Gebiete , die EU @-@ Beihilfen erhalten , auch nationale regionalpolitische Unterstützung bekommen dürfen .
+das heißt , daß die Kommission es den Mitgliedsländern verwehren will , eine eigene Regionalpolitik zum Nutzen ihrer Länder und Bürger zu führen .
+alles soll zentralisiert werden und von der EU und Brüssel gelenkt werden .
+Dezentralisierung und Flexibilität sind überhaupt nicht vorgesehen .
+ich bin nicht gegen regionalpolitische Beihilfen , aber ich halte es für inakzeptabel , daß die nationalen regionalpolitischen Unterstützungen auf diese Weise abgeschafft werden sollen .
+in Schweden haben regionalpolitische Beihilfen eine lange Tradition . sie sollen mithelfen , ein Gleichgewicht zu schaffen und die Unterschiede zwischen den Regionen in Schweden auszugleichen .
+diese Beihilfen sind aus einer solidarischen Einstellung heraus entstanden und waren mit hohen finanziellen Anstrengungen verbunden .
+aber es lohnt sich , und ich finde gut , daß es sie gibt .
+der Kommissionsvorschlag macht einen solchen wirtschaftlichen und sozialen Zusammenhalt unmöglich .
+das wäre ein Fehler . der Berichterstatter hat versucht , die schlimmsten Mängel im Dokument der Kommission zu beseitigen , und Herr Macartney hat gute Änderungsanträge eingereicht , die ich unterstützen werde und die den Bericht wesentlich verbessern .
+Herr Präsident ! allzuoft gereichen theoretische und unflexible wirtschaftspolitische Gesetze im Namen der Politik des freien Wettbewerbs den tatsächlichen , konkreten Gegebenheiten zum Nachteil .
+hier besteht nun die Gefahr , daß das vom Europäischen Parlament als vorrangig betrachtete Ziel des wirtschaftlichen und sozialen Zusammenhalts in den Hintergrund treten und mithin gefährdet werden könnte .
+die Hauptleidtragenden werden zwangsläufig die neuen Ziel @-@ 2 @-@ Regionen sein , während nach den Plänen der Kommission Nutznießer sämtlicher Vorzüge und Vorteile die beitrittswilligen Länder sein werden .
+immer mehr Mitglieder des Parlaments fordern die Kommission zu einer Änderung ihrer Standpunkte auf , und ich hoffe , daß der stärkere Druck die Kommission letztendlich überzeugen wird .
+eine Union mit gewaltigen Unterschieden in der wirtschaftlichen und sozialen Entwicklung zwischen ihren verschiedenen Regionen kann ganz gewiß weder glaubwürdig noch lebensfähig und auch nicht wettbewerbsfähig sein .
+unbestreitbar hat die europäische Regionalpolitik zu erheblichen Verbesserungen der Wachstumsraten in Regionen wie Griechenland geführt , die durch makroökonomische Ungleichgewichte und niedrige Wettbewerbsfähigkeit gekennzeichnet waren .
+es gibt jedoch nach wie vor gewaltige regionale Ungleichgewichte , die sich angesichts der Wirtschafts- und Währungsunion und der Erweiterung der Union im Ganzen betrachtet wahrscheinlich noch verschärfen werden .
+die Politik des wirtschaftlichen und sozialen Zusammenhalts ist also ein langwieriger und mühsamer Prozeß , der , soll er erfolgreich verlaufen , in jedem Fall mit der Wettbewerbspolitik vereinbar sein muß .
+bekanntlich verfolgen etliche Mitgliedstaaten nationale Strategien und eine Politik staatlicher Beihilfen , die oftmals nicht mit der europäischen Politik des Zusammenhalts zur Bekämpfung der regionalen Ungleichgewichte vereinbar und abgestimmt sind .
+wenn wir alle horizontalen sektoralen und regionalen Beihilfen einmal zusammenfassen , läßt sich feststellen , daß es die reichsten Regionen und nicht die benachteiligten sind , die am meisten profitieren .
+Herr Präsident ! der 27. Bericht der Kommission über die Wettbewerbspolitik bietet wie jedes Jahr einen guten Überblick über die Vision und die konkrete Politik der Kommission in diesem Bereich .
+ein flexibles Funktionieren des Binnenmarkts ist jetzt , da der Euro eingeführt ist , nur dann möglich , wenn die Wettbewerbsverhältnisse nicht nur de jure , sondern auch de facto fair sind und den Unternehmen effektiv gleiche Chancen geboten werden .
+das Handeln der Kommission zur Sicherung des freien Wettbewerbs auf dem Binnenmarkt ist daher von wesentlicher Bedeutung .
+die Kommission leistet hier gute Arbeit . daß die Beschlüsse manchmal für von ihr gerügte Mitgliedstaaten schwer verdaulich sind , tut dieser Feststellung keinen Abbruch .
+ich möchte die Berichterstatterin , Kollegin Riis @-@ Jørgensen , zu ihrer Arbeit beglückwünschen .
+ich danke ihr für die angenehme und konstruktive Zusammenarbeit , und eigentlich kann ich nur sagen , daß sie uns , der EVP , mit ihrem Bericht aus dem Herzen gesprochen hat .
+ich habe dem insoweit nichts hinzuzufügen .
+nur an die Kommission habe ich noch eine Frage , eine sehr spezifische Frage .
+ich möchte vom Kommissar gerne wissen , ob dieses Urteil Folgen für alle reglementierten freien Berufe hat .
+nach Meinung der EVP muß der besonderen Rolle bestimmter freier Berufe für die allgemeinen Belange der Gesellschaft Rechnung getragen werden .
+wir hätten hierzu gern die Ansichten der Kommission erfahren .
+sicherlich kommt das für den Kommissar ein wenig überraschend .
+ich nehme an , ich erhalte hier und jetzt nicht sofort eine Antwort auf meine Frage , vielleicht kann er sie aber schriftlich geben .
+ich bitte um Entschuldigung , Herr Kommissar , daß ich jetzt nicht Ihre Antwort abwarte , denn 50 km von hier werde ich von einer Gruppe von 100 Personen erwartet .
+ich muß den Saal jetzt leider verlassen .
+Herr Präsident ! ich finde es sehr gut , daß die beiden Mitglieder der Kommission hier gleichzeitig anwesend sind , so daß wir Fragen der Regionalpolitik und der Wettbewerbspolitik sowie der Regionalförderung und der staatlichen Beihilfen im Zusammenhang behandeln können .
+die Kommission müßte sich intensiver dafür einsetzen , daß bei der Vergabe jeglicher Beihilfen mehr Transparenz herrscht .
+dabei spielt es meines Erachtens keine Rolle , ob es sich um Mittel der Regionalförderung oder um staatliche Beihilfen handelt .
+die Bürger und Unternehmen sollten jeweils immer erfahren , in welcher Höhe und wohin staatliche und regionale Fördermittel geflossen sind .
+dazu könnte eine Internet @-@ Seite eingerichtet werden , auf der Informationen über alle Beihilfen zusammengefaßt sind . so wäre die Arbeit wirklich transparent .
+ein zweites Problem , auf das ich Sie aufmerksam machen möchte , bezieht sich auf die Bindung der Unternehmen an die Regionalentwicklung .
+erhält ein Unternehmen Beihilfen , so muß es auch in der Region bleiben .
+diese Bindung sollte für mindestens fünf Jahre gelten , wobei auch die Arbeitsplätze erhalten werden müssen .
+es kann nicht angehen , daß das betreffende Unternehmen sofort seine Zelte abbricht , nachdem es die Fördermittel erhalten hat .
+Herr Präsident ! eine Strategie für eine bessere Koordinierung der Regional- und der Wettbewerbspolitik auf europäischer Ebene wird ohne Zweifel als notwendig empfunden .
+die Kommission sieht eine Senkung des Prozentsatzes der im Rahmen der Regionalhilfe förderfähigen Gesamtbevölkerung im Zeitraum 2000 @-@ 2006 vor .
+schließlich müssen arbeitsplatzschaffende Investitionen in der betreffenden Region zumindest fünf Jahre lang aufrechterhalten werden , um zu verhindern , daß Betriebsverlagerungen mit staatlichen Beihilfen gefördert werden .
+darüber hinaus stellt sich das Problem auch für die Regionen in äußerster Randlage sowie für die Inselregionen , die aufgrund ihrer geographischen Lage und der damit verbundenen Besonderheiten bereits zu den europaweit am stärksten benachteiligten Regionen gehören .
+Herr Präsident , ich möchte zum Wettbewerbsbericht sprechen , den meine Kollegin , Frau Riis @-@ Jørgensen , vorgestellt hat . ich beglückwünsche sie zur Qualität ihrer Arbeit .
+unterstützen will ich vor allem die Änderungsanträge meines Kollegen Herrn Hendrick und meiner Kollegin Frau García Arias , die den möglichen Mißbrauch marktbeherrschender Stellungen betreffen .
+das ist an und für sich noch keine unwillkommene Entwicklung , doch verschärft sie die Gefahr einer Überkonzentration des Eigentums an lebensnotwendigen Versorgungseinrichtungen .
+der ganze Sinn des Liberalisierungsprozesses ist der , daß er den Verbrauchern , sowohl den Privathaushalten als auch der Wirtschaft , die Vorteile einer effektiven , wettbewerbsfähigen , verbraucherfreundlichen Versorgung in breitem Umfang gewährleistet .
+darum ist der Bericht über die Situation in Spanien besonders beunruhigend .
+es würde Geist und Buchstaben der Wettbewerbsregeln der Europäischen Union ganz und gar widersprechen , wenn die Kosten für den Übergang zum Wettbewerb in der Stromversorgung anfangs aus öffentlichen Mitteln bestritten und diese dann auf die Verbraucher abgewälzt würden .
+damit wird die gemeinsame Grundlage in äußerst ernster Weise verschoben , besonders wenn das Geld dann verwendet werden soll , um Anteile auf anderen Versorgungsmärkten zu erlangen .
+ich hoffe , die Kommission wird sich mit dieser Frage befassen , da es besonders wichtig ist , das Problem herauszustellen und die Reaktion der Kommission öffentlich zu machen .
+die Berichterstatterin nannte Namen und Anschrift , und da Beweise vorliegen , haben wir eine Situation , die so ernst ist , daß sie eine wohlüberlegte Antwort seitens der Kommission verdient .
+ich bin sicher , daß diese Antwort nicht ausbleibt .
+ich muß mich bei Ihnen entschuldigen , Herr Kommissar , weil ich nicht bleiben kann .
+meine Kollegen werden Ihre Antwort mit Aufmerksamkeit zur Kenntnis nehmen .
+ich weiß , daß wir diese Frage weiter verfolgen wollen .
+Herr Präsident , liebe Kolleginnen und Kollegen ! zunächst möchte ich den Berichterstatter , Herrn Azzolini , zu der ausgezeichneten Arbeit , die er geleistet hat , beglückwünschen .
+zweifellos ist die Wettbewerbspolitik als ein wichtiger Faktor für die Wettbewerbsfähigkeit aller europäischen Regionen - der am stärksten benachteiligten wie auch der entwickelten - seit den Römischen Verträgen fester Bestandteil der EU @-@ Wirtschaft geworden .
+es besteht die Gefahr , daß die Unterstützung bestimmter Regionen durch die Europäische Union zu einer Verzerrung der bereits im Rahmen des Markts erfolgenden Förderung gewisser Gebiete führen kann .
+all das muß daher meines Erachtens unter den von dem Berichterstatter aufgezeigten Gesichtspunkten betrachtet werden , und ich hoffe , daß unser Parlament in dieser Richtung weitergehen wird .
+Herr Präsident , ich begrüße sehr den Bericht Azzolini und bin mit den wesentlichen vorgetragenen Standpunkten einverstanden .
+einen Vorbehalt habe ich allerdings , und zwar , ob wir zwischen den beiden Arten von Karten , über die wir hier sprechen , praktisch eine totale Gebietsübereinstimmung haben sollten .
+ich fürchte , das könnte auf eine Einheitlichkeit um der Einheitlichkeit willen hinauslaufen .
+ich bin wirklich der Auffassung , daß wir unbedingt ein gewisses Maß an Flexibilität brauchen , mit dem zugestanden wird , daß es in verschiedenen Teilen der Union besondere Situationen gibt .
+Flexibilität ist unbedingt nötig , weil wir über zwei verschiedene Arten von Beihilfen reden .
+auf der einen Seite gibt es Beihilfen zur Entwicklung der Infrastruktur und der Humanressourcen von weniger wohlhabenden Regionen .
+dafür gibt es die Strukturfonds der Europäischen Union .
+auf der anderen Seite gibt es Beihilfen für spezielle Branchen und Unternehmen in Form von nationalen staatlichen Beihilfen wie die selektive Regionalunterstützung im Vereinigten Königreich .
+das ist nationale staatliche Beihilfe .
+häufig fallen natürlich beide zusammen .
+doch müssen wir in einigen Fällen zugeben , daß wir , um bestimmten Gebiete zu helfen , manchmal auch Industrien , die an Ziel @-@ 1 und Ziel @-@ 2 @-@ Gebiete angrenzen , unterstützen müssen .
+warum müssen für das tun ?
+ein einfacher Grund dafür ist , daß die Menschen zunehmend beträchtliche Entfernungen zu ihrer täglichen Arbeit zurücklegen .
+um den Menschen in einem Gebiet zu helfen , müssen gelegentlich staatliche Beihilfen für die Industrie in einem anderen Gebiet gewährt werden .
+oft tragen natürlich Firmen , die sich in einer bestimmten Gegend entwickeln , zur Unterstützung der unmittelbar angrenzenden Region bei .
+es gibt einen Dominoeffekt in der wirtschaftlichen Entwicklung .
+deshalb spricht sehr viel für Flexibilität , und mit diesem einen Vorbehalt unterstütze ich den Bericht von Herrn Azzolini voll und ganz .
+Herr Präsident , ich stimme Herrn Azzolini zu , wenn er meint , daß Regionen , die nicht mehr unter Ziel 1 fallen , nicht so streng behandelt werden dürften , wie die Kommission vorschlägt .
+Regionen , die gerade die Stufe geringer wirtschaftlicher Entwicklung verlassen haben , leiden gewöhnlich unter ernsten Infrastrukturdefiziten .
+in Irland , wo ich herkomme , rechnet man mit 10 Milliarden Euro , um unser Straßennetz auf durchschnittliches EU @-@ Niveau zu bringen , auch wenn wir gerade sechs Jahre lang die sehr großzügigen Strukturfonds genießen durften .
+in allen Regionen der EU , die gerade erst aus der wirtschaftlichen Rückständigkeit herausgetreten sind , müssen wir zur Kenntnis nehmen , daß es noch schwere Bürden der Vergangenheit zu überwinden gilt .
+bis eine echte wirtschaftliche Gleichheit erreicht ist , muß die Kommission noch äußerst sorgsam vorgehen , um die Harmonisierung nicht zu rigoros voranzutreiben , was zu einer Umkehr der bereits erzielten Erfolge führen könnte .
+solche Steuersysteme dürfen von der Kommission nicht der gesamten EU als Norm auferlegt werden .
+vielmehr müssen wir Steuersysteme , die sich als erfolgreich erwiesen haben , als Normalität für alle Mitgliedstaaten fördern .
+wichtig ist es , den EU @-@ Bürgern klarzumachen , daß sie den freien Handel und seine Vorzüge nur genießen können , wenn sie willens sind , eine Institution zu haben , die für Disziplin und Fairneß sorgt .
+es gibt immer einige , die die Anstrengungen der Europäischen Union als bürokratische Einmischung attackieren , doch wir müssen bereit sein , unseren Bürgern zu erklären , daß nur ein Binnenmarkt , auf dem für Fairneß und Gleichheit gesorgt wird , den Verbrauchern Vorteile bringt .
+ich frage mich allerdings , ob immer wieder zu Recht unterschieden wird zwischen strategischen Allianzen und der Möglichkeit einer Monopolisierung und damit eines fehlenden Wettbewerbs .
+wenn ich mir das Wettbewerbsrecht der Gemeinschaften etwa im Bereich der Kartell- und Beihilfenpolitik ansehe , ist allerdings festzustellen , daß hier eine kontinuierliche und auch notwendige Revision vollzogen wird .
+zu den staatlichen Beihilfen ist durchaus zu unterstreichen , daß sie weiterhin gebraucht werden .
+zu Recht muß aber kritisch auf die sehr hohen Beihilfebeträge in einigen wenigen Mitgliedstaaten hingewiesen werden .
+das liegt sicherlich nicht im gemeinsamen Interesse eines wirksamen , freien und fairen Wettbewerbs .
+wichtiger sind in dieser Zeit heute Wettbewerbsverzerrungen durch steuerliche Beihilfen .
+sie sind eine Realität . zu wenige Fälle werden aufgegriffen .
+immer mehr Mitgliedstaaten wollen den nationalen Standort durch die Gewährung von Steuervergünstigungen für Unternehmen attraktiv machen und gewähren Steuervergünstigungen für den Finanz- und Versicherungssektor , aber auch für andere Wirtschaftssektoren .
+das führt zu Wettbewerbsverfälschungen .
+ich denke , das Beihilferecht muß auch stärker diese Tatbestände der Wettbewerbsverzerrung untersuchen .
+hier ist die Kommission gefordert , doch mehr Fälle aufzugreifen .
+die Liste von 85 Steuervergünstigungstatbeständen , die zum Teil sogar Steueroasencharakter haben , die im Augenblick auf dem Tisch liegt , spricht Bände .
+die Kommission ist auch gefordert , bei der Vorbereitung der nächsten Runde der Welthandelsorganisation mitzuwirken , denn wir brauchen auch auf internationaler Ebene ein funktionierendes Wettbewerbsrecht .
+hier müssen die jetzigen GATT @-@ und WTO @-@ Regelungen um eine internationale Wettbewerbsordnung , die wirksam ist , ergänzt werden .
+ich denke , es wäre wichtig , zu nationalen Wettbewerbsberichten zu kommen , wie es auch die nationalen Handelsberichte im Rahmen der WTO gibt .
+ich denke , es wäre wichtig , daß man auch versucht , für alle Staaten Mindeststandards zur Verhinderung wettbewerbswidrigen Verhaltens aufzustellen und unabhängige Wettbewerbsbehörden einzurichten .
+dann kann das zu einer wirksamen internationalen Wettbewerbsordnung mit der Verpflichtung der Unterzeichnerstaaten führen , ihr nationales Wettbewerbsrecht auch international agierungsfähig zu machen .
+Herr Präsident , werte Kolleginnen und Kollegen , meine Damen und Herren Mitglieder der Kommission ! zu Beginn meiner Ausführungen möchte ich zunächst den Kollegen Azzolini zu der ausgezeichneten Arbeit beglückwünschen , die er mit seinem Bericht über Regionalpolitik und Wettbewerbspolitik geleistet hat .
+das in den Römischen Verträgen festgelegte Ziel der Wettbewerbspolitik besteht darin , alle Arten von Wettbewerbsverzerrungen , die den freien Wettbewerb behindern könnten , zu beseitigen .
+von Rom bis Maastricht stellte sich dann zusätzlich die Notwendigkeit einer Regionalpolitik zur Förderung der am stärksten benachteiligten Gebiete der Union , womit im wesentlichen das gleiche Ziel verfolgt wurde , nämlich die Schaffung eines einheitlichen Gemeinsamen Markts .
+von Maastricht bis Amsterdam schließlich erfolgte eine Korrektur insofern , als anerkannt wurde , daß der freie Wettbewerb und die Einheit des Markts nur durch eine Politik des wirtschaftlichen und sozialen Zusammenhalts erreichbar sind , bei der den geographischen Gegebenheiten größere Beachtung geschenkt wird .
+in diesem Sinne wurde beispielsweise in den Vertrag von Amsterdam eine Erklärung zu den Inselgebieten aufgenommen , denen damit gleiche Ausgangsmöglichkeiten geboten werden sollen , um unter Einhaltung der Spielregeln des Markts mit gleichen Waffen konkurrieren zu können .
+heute haben wir es indessen mit einer Wettbewerbspolitik zu tun , die sich dahingehend entwickelt , daß der Kohäsionspolitik in dem Maße Rechnung getragen werden soll , daß sie in ihre wichtigste Verordnung aufgenommen wird ; in Wirklichkeit jedoch handelt es sich um eine Rückentwicklung derselben .
+Herr Präsident ! Regional- und Wettbewerbspolitik können einander ergänzen und müssen nicht im Widerspruch zueinander stehen .
+es sind die reichen Mitgliedstaaten , die das Instrument der staatlichen Beihilfen am stärksten einsetzen . eine Senkung dieser Beihilfen durch eine strengere Anwendung der Wettbewerbspolitik hilft durch die Schaffung eines level playing field eindeutig den ärmeren Mitgliedstaaten .
+Regionalpolitik selbst kann jedoch durchaus auch zu unbeabsichtigten Wettbewerbsverzerrungen führen .
+unsere Regionalpolitik reagiert daher viel zu langsam auf Veränderungen .
+das ist unter anderem darauf zurückzuführen , daß wir nur alle sechs oder sieben Jahre darüber beschließen , welche Regionen für Beihilfen in Frage kommen , und das noch dazu anhand von Zahlen , die bereits einige Jahre alt sind .
+Herr Präsident , ich möchte für die Anwesenheit der Kommissare Frau Wulf @-@ Mathies und Herrn van Miert danken .
+der Binnenmarkt - und sein obligates Korollarium , die Wirtschafts- und Währungsunion - ist zum heutigen Zeitpunkt zweifellos das leuchtendste Ergebnis des europäischen Aufbauprozesses .
+dieser Erfolg wäre ohne eine Politik zur Gewährleistung des Wettbewerbs als bester Garantie für wirtschaftliches Wachstum und die Schaffung von Arbeitsplätzen nicht möglich gewesen .
+aber der freie Wettbewerb , meine Damen und Herren , und das Wachstum dürfen die wirtschaftliche und soziale Kohäsion als Hauptelemente des gemeinschaftlichen Besitzstandes , für die die Union einen großen Teil ihres Haushalts einsetzt , nicht in Frage stellen .
+ich möchte insbesondere auf die Notwendigkeit verweisen , sich der heiklen Frage der staatlichen Beihilfen zu widmen .
+die Wettbewerbskontrolle schränkt Absprachen zwischen den Unternehmen , den Mißbrauch beherrschender Stellungen und die ungerechtfertigten staatlichen Beihilfen ein , heißt es in den Normen .
+aber welche wären gerechtfertigt ?
+die Frage ist weder unbedeutend , noch ist sie geklärt , obwohl die Kommission es 1975 , 1979 und 1988 versuchte .
+heute ist die Auslegung der Artikel 92.1 , 92.3 a ) und 92.3 c ) weiterhin Ursache nicht weniger Probleme .
+für die Regionen mit größeren objektiven und strukturellen Defiziten kann die Interpretation nur diejenige sein , die die größte Entwicklung dieser Gebiete sicherstellt .
+jede andere Auslegung kann lediglich als schwer zu rechtfertigender und daher inakzeptabler Eurozentrismus aufgefaßt werden .
+Herr van Miert ist Politiker und kein Techniker .
+Herr Präsident , Frau Kommissarin , Herr Kommissar ! Herr Azzolini hat mit seinem Bericht über den Zusammenhang von Regional- und Wettbewerbspolitik einen sehr wichtigen Bericht vorgelegt .
+es geht hier um Belange , die für die Menschen in den Mitgliedstaaten und Regionen direkt von Bedeutung sind .
+die Entschließung wird zwar keinen unmittelbaren Einfluß auf den Fortgang der Reform der Regionalpolitik nehmen , dennoch ist sie mit ihr in unmittelbarem Zusammenhang zu sehen , geht es doch um die Kohärenz zwischen europäischer und nationaler Regionalförderung .
+in manchen Mitgliedstaaten stellt das Kohärenzgebot , das die Kommission zur Sicherung ihrer wettbewerbspolitischen Ziele aufstellt , kein Problem dar , weil fast das gesamte Territorium von der europäischen Förderkulisse abgedeckt ist .
+in anderen Ländern ist die Situation jedoch anders .
+hier führt der doppelte Ansatz , die europäischen Zielgebiete auf das wesentliche zu konzentrieren , was richtig ist , und gleichzeitig ein Höchstmaß an Kohärenz mit den nationalen Hilfen einzufordern , teilweise zu einer regionalpolitisch höchst problematischen Doppelbelastung .
+wie soll man den Menschen in den betroffenen Regionen erklären , daß sowohl europäische als auch nationale Hilfen verboten sind , trotz akut drohender Arbeitslosigkeit , trotz fehlenden zukunftsträchtigen Beschäftigungspotentials .
+die 2 % ige Flexibilitätsmarge reicht da nicht aus und überzeugt auch nicht .
+es kann auch nicht begründet werden , warum es 2 % und nicht mehr oder weniger sind .
+das heißt nicht , daß der Ansatz der Kommission , in Richtung Kohärenz zu wirken , grundsätzlich falsch wäre .
+langfristig brauchen wir mehr Deckungsgleichheit , wenn wir Wettbewerbsverzerrungen vermeiden wollen .
+das würde den Regionen vielfach jede Chance zur Anpassung nehmen .
+insofern begrüße ich , daß sich inzwischen zwischen Rat und Kommission eine Einigung abzeichnet , die die Frage der Flexibilität flexibler angeht , keine konkreten Zieldaten nennt und den Mitgliedstaaten mehr Entscheidungsspielraum läßt .
+die Diskussion , die wir im Parlament geführt haben , verfehlt also nicht ihre Wirkung .
+Herr Präsident , wir haben uns abgesprochen , daß ich beginne und zunächst auf den Bericht von Herrn Azzolini zu antworten versuche .
+mein Kollege van Miert wird dann vor allen Dingen die vielen konkreten Fragen aufgreifen , die im Zusammenhang mit dem Wettbewerbsbericht gestellt wurden .
+zunächst einmal möchte ich mich bei Herrn Azzolini für den sehr interessanten und sorgfältigen Bericht bedanken .
+ich möchte mich auch dafür bedanken , daß wir zumindest im Grundsatz zunächst einmal einig sind , nämlich daß wir eine größere Kohärenz zwischen der nationalen und der regionalen Beihilfepolitik brauchen .
+ich will hier auch noch einmal betonen , und das wurde richtig gesagt , daß es dabei unterschiedliche Probleme gibt .
+d.h. im Ziel 1 haben wir von vornherein eine Deckungsgleichheit zwischen der Wettbewerbskulisse und der regionalen Förderkulisse aus europäischen Mitteln .
+trotzdem glaube ich , muß man die Logik unserer Politik zunächst einmal in den Vordergrund stellen .
+es macht doch keinen Sinn , eine Arbeitsteilung dergestalt vorzunehmen , daß die europäische Strukturpolitik die weniger förderwürdigen Gebiete betreut und die nationalen Beihilfen sich dann auf die stärker strukturanpassungsgeplagten Gebiete konzentriert .
+ich glaube , dieses macht von der Logik her keinen Sinn .
+was wir vorschlagen ist ja sehr wohl , daß der regionale Spielraum der Mitgliedstaaten vergrößert wird , denn in der Regel ist die nationale Beihilfekulisse der Wettbewerbspolitik größer als die Gebiete , die durch die Strukturfonds gefördert werden können .
+das heißt also , es gibt über die europäische Strukturförderung hinaus vielfältige Möglichkeiten der nationalen Staaten und der regionalen Gebietskörperschaften , ihre strukturschwachen Gebiete zu unterstützen .
+deshalb glaube ich , macht es in der Tat Sinn , gerade auch bei den Ziel 2 @-@ Gebieten , eine stärkere Kongruenz zwischen der Ziel 2 @-@ Förderung und dem Artikel 92 Absatz 3 c herbeizuführen .
+jetzt haben mehrere von Ihnen schon darauf hingewiesen , daß sich die Außenminister im Rat am 25. Januar in diesem Bereich auf einen Kompromiß geeinigt haben , den ich hier kurz vortragen will , weil er wichtig ist für Ihre weiteren Diskussionen .
+ich nehme das auf , was Herr Rack gesagt hat , nämlich daß das Parlament nur dann auch sorgfältig mitdiskutieren und an Lösungen zur Agenda 2000 mitwirken kann , wenn es die entsprechenden Informationen dazu hat .
+das Ziel der Gemeinschaft sollte dabei sein , zum Ende des Zeitraums 2000 bis 2006 durch entsprechende Anstrengungen der Mitgliedstaaten - je nach ihrer derzeitigen Situation - eine stärkere Kohärenz zu erreichen &quot; .
+sie werden schon merken , daß das nicht unbedingt die direkteste Art ist , um auszudrücken , daß wir die Situation verbessern wollen .
+es ist sicher auch kein Geheimnis , daß Herr van Miert und ich uns sicher eine größere Kohärenz gewünscht hätten .
+was das Zeitmanagement betrifft , so gibt es in der Tat unterschiedliche Probleme zwischen der Wettbewerbspolitik und der Strukturpolitik .
+wir gehen davon aus , daß die Abstimmung , die ja bereits jetzt für die gemeinsame Mitteilung stattgefunden hat , dazu beiträgt , daß wir in beiden Politiken - Wettbewerbs- und Strukturpolitik - auch zu vernünftigen und eng koordinierten Lösungen kommen .
+damit kann man nämlich ein erhebliches Steuerungsinstrument mobilisieren .
+ich hoffe , daß das in Zukunft auch die Begleitausschüsse sicherstellen werden .
+nochmals zur Konzentration der Förderung auf die am meisten benachteiligten Regionen .
+viele Redner haben in der Debatte gesagt , daß die Konzentration der Kern der Reform ist und daß ohne Konzentration positive Effekte für ärmere Regionen nivelliert werden .
+deshalb halte ich es für wichtig , daß wir unsere eigenen Bemühungen nicht dadurch konterkarieren , daß wir die 75 % aufweichen .
+im übrigen gibt es für die Regionen in äußerster Randlage keine Probleme , weil sie alle das strikte Kriterium von 75 % erfüllen .
+bei den Ziel 6 @-@ Regionen bedarf es in der Tat der Differenzierung genauso wie bei Inseln , weil es sehr unterschiedliche Entwicklungsstände gibt , die wir auch gemeinsam berücksichtigen sollten .
+wir tun uns keinen Gefallen , wenn wir hier sagen , Ausnahmen sichern dann jedem seine Spezialregelung , sondern wenn wir darauf achten , daß die Förderintensität abgestimmt wird auf die Schwere der Probleme .
+in diesem Sinne hoffe ich , daß wir uns bei der weiteren Diskussion um die Agenda 2000 , vor allen Dingen aber bei der Durchführung darauf verständigen , die notwendige Kohärenz im Interesse des Aufholens der strukturschwächsten Regionen gemeinsam voranzubringen .
+Herr Präsident , zunächst möchte ich den beiden Berichterstattern , Herrn Azzolini und Frau Riis @-@ Jørgensen , sehr herzlich danken .
+nicht zum ersten Mal habe ich das Vergnügen , direkt mit Frau Riis @-@ Jørgensen über unseren Jahresbericht zu debattieren .
+ich freue mich wirklich über die Qualität dieser Berichte , aber auch dieser Aussprache .
+natürlich ist es schon etwas bedauerlich , Herr Präsident , daß mir so wenig Zeit zur Verfügung steht , um auf die zahlreichen Bemerkungen und konkreten Anfragen einzugehen .
+deshalb bitte ich Sie um Nachsicht , wenn ich gezwungen bin , mich auf einige wenige der aufgeworfenen Fragen zu beschränken .
+lassen Sie mich zunächst die Frage von Frau Riis @-@ Jørgensen zur demokratischen Kontrolle und zur Transparenz beantworten .
+es handelt sich dabei um einen wesentlichen Punkt , denn die Kommission trägt auf diesem Gebiet eine unmittelbare eigene Verantwortung .
+da ist es völlig logisch , daß die Kommission jederzeit bereit sein muß , dem Parlament und den zuständigen Ausschüssen Rede und Antwort zu stehen , um Entscheidungen , die sie trifft oder auch nicht , zu erläutern .
+Frau Riis @-@ Jørgensen , ich will mich gern verpflichten , wenn Sie dies wünschen , öfter als dreimal im Jahr , wie es noch vor wenigen Jahren praktiziert wurde , dem zuständigen Ausschuß Rede und Antwort zu stehen .
+das soll mir recht sein .
+ich überlasse es Ihnen .
+Stoff und Probleme gibt es reichlich zu besprechen .
+wie gesagt , es liegt bei Ihnen ; wenn Sie mich jeden Monat einladen , werde ich kommen .
+zum Bericht von Herrn Azzolini möchte ich nur kurz Stellung nehmen , da Frau Wulf @-@ Mathies bereits auf eine Reihe von Bemerkungen eingegangen ist .
+man sollte zu einer Verständigung über die Ziele dieser Übung kommen .
+zur Zeit leben 51 % der Bevölkerung in Strukturfondsfördergebieten und 47 % in Regionen , die durch nationale Fonds oder Regionalbeihilfen gefördert werden .
+wir , d.h. Frau Wulf @-@ Mathies und wir , müssen jetzt gemeinsam versuchen , die Zahl der Förderregionen zu verringern , um Konzentration bemüht sein und eine möglichst große Kohärenz erreichen .
+ich freue mich , daß wir uns in der Kommission dazu einigen konnten .
+selbst bei einer geringfügigen Reduzierung werden alle möglichen Kräfte mobil und fordern , daß ihre Region ihre Förderwürdigkeit behält .
+wenn wir es aber nicht tun , würden wir nach meinem Dafürhalten unserer Arbeit und unserer Pflicht angesichts der bevorstehenden EU @-@ Erweiterung nicht nachkommen .
+wir müssen in dieser Richtung aktiv werden und auch bestimmte Konsequenzen dieser Politik in Kauf nehmen .
+deshalb müssen wir auch die Beihilfeintensitäten reduzieren .
+sie haben mehrfach die Standortverlagerungen kritisiert .
+sie hatten uns ja aufgefordert , etwas zu unternehmen .
+wir verringern daher als Reaktion das Intensitätsgefälle , bleiben aber immer noch in vertretbaren Grenzen , denn für die Regionen A liegt die Grenze bei 40 bzw. 50 % .
+bei den Regionen in äußerster Randlage kann man auch darüber hinausgehen , aber bei den Regionen C ist meiner Meinung nach eine 20 % ige Intensität ein angemessener Höchstsatz , der unter bestimmten Voraussetzungen sogar auf 10 % gesenkt werden kann .
+ich glaube , so erreicht man ein besseres Gleichgewicht , und im übrigen haben die nationalen Behörden ja stets die Möglichkeit , für bestimmte , besonders bedürftige Regionen günstigere Voraussetzungen zu schaffen .
+unsere Politik wird in Zukunft also deutlich ausgewogener sein als früher .
+damit schließe ich meine Bemerkungen zu Ihrem Bericht ab , denn einige Fragen im Zusammenhang mit dem Bericht von Frau Riis @-@ Jørgensen warten ebenfalls noch auf eine Antwort .
+zunächst zur Frage der staatlichen Beihilfen ganz allgemein .
+viele von Ihnen sagten , die meisten Beihilfen würden von den wirtschaftlich stärksten Ländern vergeben .
+das stimmt . eben deshalb bemühen wir uns , strenger zu sein .
+ich kann Ihnen mitteilen , daß wir im letzten Jahr bis zu 31 ablehnende Entscheidungen zu staatlichen Beihilfen getroffen haben , während es 1997 nur 9 waren .
+das beweist doch , daß wir bereits viel strenger geworden sind , wie es sich gehört .
+die Folgen sind Ihnen bekannt ; sie reichen bis zu Streitigkeiten mit Regierungen , Regionalbehörden usw. Aber diesen Preis muß man zahlen , wenn es darum geht , eine glaubwürdigere , konsequentere und schlüssigere Politik der Überwachung staatlicher Beihilfen zu machen .
+eine andere Lösung gibt es nicht .
+man muß wissen , was man will .
+jetzt darf der Schwung nicht nachlassen .
+Herr Metten sprach speziell zu steuerlichen Regelungen .
+Herr Metten , wie Sie wissen , prüfen wir zur Zeit rund 30 Fälle , aber ich frage Sie , woher soll ich das Personal nehmen , um diese Arbeit durchzuführen .
+hat sie die Steuerexperten , um das zu tun ?
+niemand stellt sich diese Frage .
+ganz kurz möchte ich beim Thema staatliche Beihilfen auf die Frage nach dem Energiesektor in Spanien eingehen .
+ich weiß , daß diese Problematik gewaltige politische Ausmaße annimmt .
+der Stand der Dinge ist folgender : einerseits können wir natürlich nur begrüßen , daß die spanischen Behörden eine raschere Liberalisierung des Energiesektors wünschen , als es in anderen Ländern oder in der Richtlinie geplant ist .
+andererseits fallen bei dieser Übung nicht nur in Spanien , sondern auch in einer Reihe anderer Mitgliedstaaten sogenannte &quot; stranded cost operations &quot; an . dabei handelt es sich im Grundsatz um staatliche Beihilfen .
+all diese Fälle sind der Kommission , der Generaldirektion IV und nicht nur der Generaldirektion XVII zu notifizieren , damit wir die Fälle kohärent , aber einzeln prüfen können .
+das ist der Rahmen , in dem die Übung abläuft .
+augenblicklich kann ich nicht mehr dazu sagen .
+nach erfolgter Notifizierung werden wir natürlich versuchen , so schnell wie möglich Klarheit in die Angelegenheit zu bringen .
+ein weiteres Problem ist die Frage der Kanarischen Inseln .
+wir haben das sogenannte REF , das spezielle Steuersystem der Kanarischen Inseln , bereits genehmigt .
+inzwischen liegt eine Notifizierung zur sogenannten ZEC , der geplanten kanarischen Freihandelszone , vor .
+dadurch , daß die Kanaren Region A bleiben , können natürlich mehr Beihilfen vorgesehen werden , als wenn sie der Region C zugeordnet worden wären , wenn ich so sagen darf .
+damit ist ein breiterer Ansatz möglich .
+aber zunächst wollen wir die von der Regierung übermittelte Notifizierung prüfen .
+heute kann ich dazu nicht mehr sagen .
+Herr Präsident , ich sehe , daß meine Redezeit bereits überschritten ist .
+gestatten Sie mir zum Schluß noch , zu einer Frage Stellung zu nehmen , die heute leider kaum zur Sprache kam , und zwar die Modernisierung der Wettbewerbspolitik .
+Frau Riis @-@ Jørgensen , ich möchte dem Ausschuß für Wirtschaft ein Thema vorschlagen , das wir diskutieren sollten .
+wie Sie wissen , wurde von uns bereits eine Reihe von Maßnahmen im Bereich der staatlichen Beihilfen und in anderen Bereichen wie beispielsweise der vertikalen Restriktionen usw. ergriffen .
+es gibt aber noch weitere , und ich möchte die Gelegenheit nutzen , in aller Kürze mit dem zuständigen Ausschuß darüber zu debattieren .
+vielen Dank , Herr Kommissar .
+die Aussprache ist geschlossen .
+die Abstimmung findet morgen um 9.00 Uhr statt .
+Klimawandel
+Herr Präsident , meine Damen und Herren Abgeordneten , ich freue mich , Ihnen heute über die Ergebnisse der Klimaverhandlungen in Buenos Aires und die sich daran anschließende Arbeit berichten zu können .
+das Parlament hat einen sehr interessanten Entschließungsantrag vorgelegt , und ich stelle mit Zufriedenheit fest , daß wir uns in den meisten Punkten einig sind .
+meiner Ansicht nach war die Konferenz von Buenos Aires ein Erfolg , auch wenn Abstriche am Gesamtergebnis gemacht werden mußten .
+zweitens hat die EU wesentlich dazu beigetragen , die 77 @-@ Länder @-@ Gruppe und China an den Verhandlungstisch zu bekommen und sie stärker in das Verfahren einzubinden .
+im Zusammenhang mit den Vorbereitungen zur fünften Konferenz der Vertragsparteien werde ich mich weiter um bessere Verbindungen zu den Entwicklungsländern bemühen und z. B. stärkeres Augenmerk auf die praktische Ausgestaltung des Mechanismus für eine nachhaltige Entwicklung , the clean development mechanism , legen .
+schließlich geht es um die Verpflichtung der argentinischen Präsidentschaft , das politische Verfahren zur Durchführung von ad hoc @-@ Konferenzen auf Ministerebene im erweiterten Geschäftsausschuß zwischen den jährlichen Konferenzen der Vertragsparteien zu stärken .
+ich halte solche ad hoc @-@ Konferenzen zur Kontrolle des Verfahrens für notwendig .
+ich denke , die vierte Konferenz der Vertragsparteien ist der Umsetzung des Protokolls von Kyoto insgesamt ein gutes Stück nähergekommen .
+ich halte es für wichtig , daß auf der sechsten Konferenz der Vertragsparteien drei Mechanismen gleichzeitig beschlossen werden , damit das Paket ein wirkungsvolles und kohärentes System zur Überwachung der Mechanismen darstellt .
+wir wollen die Diskussion darüber fortsetzen , wie das Ziel des Übereinkommens erreicht werden kann , nämlich gefährliche Klimaveränderungen zu verhindern , die Lasten gerecht zu verteilen und gleichzeitig unsere gemeinsame , differenzierte Verantwortung zu berücksichtigen .
+unsere Politiken und Maßnahmen müssen auch künftig darauf ausgerichtet sein , einen Klimawandel zu verhindern , nicht nur auf internationaler Ebene , sondern vor allem innerhalb der EU , das heißt in den Mitgliedstaaten .
+ich teile die Meinung des Parlaments , daß wir konkreter darlegen müssen , wie wir unsere Ziele erreichen können , denn gute Absichten reichen sicher nicht aus .
+die Kommission , das Parlament und der Rat müssen ihre Verantwortung ernst nehmen und konkrete Aktionen und Beschlüsse vorschlagen .
+in diesem Zusammenhang möchte ich unterstreichen , daß über einige wichtige Vorschläge , wie z. B. über die Besteuerung von Energieprodukten , entschieden werden muß .
+ich fordere das Parlament nachdrücklich auf , vor der Parlamentswahl dazu Stellung zu nehmen , damit der Tatendrang der neuen deutschen Präsidentschaft genutzt werden kann und auf der Konferenz des ECOFIN @-@ Rates im Mai Einigkeit erzielt wird .
+im steuerlichen Bereich muß unser vorrangiges Ziel die Annahme des Vorschlags zur Besteuerung von Energieprodukten sein , da inzwischen immer mehr Mitgliedstaaten die Notwendigkeit einer solchen Besteuerung zu akzeptieren scheinen .
+mit dem Aktionsplan sowie den internen Politiken und Maßnahmen wollen wir erreichen , daß das Protokoll von Kyoto schnellstmöglich ratifiziert wird und in Kraft tritt .
+ich bin sehr für eine rasche Ratifizierung .
+zunächst müssen wir aber bei uns selbst für Ordnung sorgen , damit die Ratifizierung nicht zu einer bloßen Geste wird .
+in diesem Zusammenhang möchte ich auch auf die positive Einstellung einiger amerikanischer Industrieunternehmen im Kampf gegen den Klimawandel und auf die Unterzeichnung des Protokolls durch die USA hinweisen .
+in Buenos Aires gab es Anzeichen für eine positivere Einstellung bestimmter Teile des amerikanischen Kongresses .
+an dieser Stelle möchte ich anmerken , daß ich den Erklärungen Argentiniens und Kasachstans , sie würden sich auf der fünften Konferenz der Vertragsparteien zu einem verbindlichen Ziel verpflichten , skeptisch gegenüberstehe .
+auf lange Sicht ist die Einbeziehung der Entwicklungsländer wichtig , was aber solche freiwilligen Verpflichtungen wirklich bringen , wird sich erst noch erweisen .
+wer von dem Protokoll Vorteile haben will , muß es zunächst unterschreiben .
+er muß die daraus resultierenden Verpflichtungen in vollem Umfang übernehmen .
+im übrigen sollten wir uns davor hüten - wir sprachen bereits darüber - nur heiße Luft zu erzeugen , indem wir anspruchslose Ziele formulieren .
+ich möchte noch einmal auf unser internes Arbeitsprogramm zu sprechen kommen .
+wie ich bereits im September angekündigt habe , werde ich im Frühjahr 1999 eine Mitteilung vorlegen .
+auch ich bin der Meinung , daß eine umfassende EU @-@ Strategie notwendig ist .
+das Jahr 2008 scheint noch weit entfernt , aber wir müssen schon jetzt handeln , wenn wir unsere Ziele erreichen wollen .
+in der Mitteilung der Kommission werden wir uns daher auf die Teile konzentrieren , die für das Erreichen der EU @-@ Ziele entscheidend sind .
+zu diesen Schlüsselpositionen gehören gemeinsame und koordinierte Politiken und Maßnahmen , die Kyoto @-@ Mechanismen und die Verbindungen zu Drittländern .
+die Mitteilung wird eine umfassende Analyse der Auswirkungen des Handels mit Emissionsrechten , der gemeinsamen Umsetzung und des Mechanismus für nachhaltige Entwicklung beinhalten .
+ich versichere Ihnen , daß ich mein Bestes tun werde , um die Verabschiedung dieser Mitteilung zu beschleunigen , damit sie rechtzeitig zum Gipfeltreffen in Köln vorliegt .
+Herr Präsident , meine Damen und Herren Abgeordneten , ich möchte abschließend sagen , daß ich mich der Entschließung des Parlaments generell anschließe und mit der Fortführung unserer überaus konstruktiven Zusammenarbeit in unserem gemeinsamen Kampf gegen den Klimawandel rechne .
+Herr Präsident ! es gibt ein Sprichwort , Frau Kommissarin , das sagt : zwischen dem Reden und dem Handeln liegt oft das ganze Meer .
+ich denke , daß es notwendig ist , Frau Kommissarin , auf internationaler Ebene eine Reihe von Dingen zu tun .
+zum einen - ganz wichtig - , den Dialog mit den Entwicklungsländern , der in Buenos Aires so gut gelaufen ist , weiter fortzusetzen , um die Vorschläge für den clean development mechanism gemeinsam mit diesen Ländern gestalten zu können .
+ich glaube auch , daß es notwendig ist , im Zuge der Verhandlungen mit den Beitrittskandidaten für die Erweiterung der Union diese in unsere Strategien besser einzubeziehen .
+die Länder , die die ersten Kandidaten sind , haben sich in Kyoto zu den gleichen Emissionsreduktionen verpflichtet wie die Europäische Union .
+zum europäischen Lastenausgleich , denke ich mir , werden zum Teil meine Kollegen stärker Stellung nehmen .
+ich glaube auch , daß eine Vorbereitung von Vorsorgemaßnahmen für den Bereich der Gesundheit , der Landwirtschaft und dem Schutz der Ökosysteme dazugehören wird , denn mit dem immer stärker erkennbaren Klimawandel treten hier Gefahren auf , an die wir vorher vielleicht nicht gedacht haben .
+Herr Präsident , bevor ich zu der Entschließung komme , lassen Sie mich einen Übersetzungsfehler richtigstellen .
+in der englischen Version der Rede der Kommissarin wurde auf die Rücknahme der CO2 -Steuer durch die Kommission Bezug genommen .
+in Wirklichkeit waren Sie aber viel klüger .
+sie zogen den Vorschlag nicht zurück , Sie haben ihn geändert , und dieser abgeänderte Vorschlag liegt noch auf dem Tisch , und ich hoffe , der Rat wird ihn aufgreifen .
+ich gehe davon aus , daß alle Sprachfassungen mit dem , was Sie wirklich sagten , übereinstimmen werden .
+für eine Kopie des englischen Textes wäre ich sehr dankbar .
+bei der Konferenz in Buenos Aires hatte ich die Ehre , Leiter der Delegation des Parlaments zu sein . der Bericht von mir und anderen Kollegen steht dem Parlament zur Verfügung .
+meiner Meinung nach war CoP IV ein bescheidener Erfolg , der der Gefahr , in einer Sackgasse zu enden , gerade so entging .
+der Aktionsplan von Buenos Aires verheißt einigen Fortschritt bis zu CoP VI im Jahre 2000 .
+zum ersten Mal spiegelt er Interesse an den Grundsätzen der Kontraktion und Konvergenz und an globaler Fairneß wider , für die dieses Parlament regelmäßig votiert hat .
+mit meinem Bericht möchte ich auf die hilfreiche und positive Rolle der Kommission in Buenos Aires aufmerksam machen , wofür ich dankbar bin , ebenso für das Entgegenkommen , das sie dem Parlament gegenüber erwies .
+mein Bericht lenkt aber die Aufmerksamkeit auch darauf , daß der Rat die Mitglieder des Parlaments im Verlauf der Konferenz weder zur Kenntnis nahm , noch sie nutzte oder intelligent konsultierte .
+die jüngsten , eine Woche eine Woche vor Buenos Aires beschlossenen Leitlinien des Rates über die Einbeziehung der Parlamentsmitglieder sind eine eindeutige Beleidigung des Parlaments .
+ich habe die Sache dem Präsidenten vorgetragen und hoffe , der Institutionelle Ausschuß wird das in Verbindung mit dem nächsten IGC behandeln .
+die Union hat aus unserem relativen Mißerfolg in Kyoto gelernt und den Ländern der Gruppe der 77 die Hand gereicht , um Verbündete für die Sache der Vernunft beim Schutz des Klimas unseres Planeten zu finden .
+die letzten Sekunden möchte ich noch gern für einen Appell an die Kommission nutzen .
+ungeachtet dessen , was die Kommissarin über den möglichen politischen Fortschritt zwischen den Konferenzen der Vertragsparteien sagte , möchte ich den Gedanken einer strukturellen Revision des gesamten Prozesses dieser Konferenzen unterstützen .
+in meinen Augen geht es da im Moment viel zu sehr um technische Fragen , wodurch politische Initiativen gebremst werden .
+der Rhythmus der Konferenz der Vertragsparteien erschwert es , zwischen den Konferenzen politische Initiativen zu ergreifen .
+nachdem ich an allen diesen Konferenzen der Vertragsparteien teilgenommen habe , hat es für mich den Anschein , daß wir jetzt zwischen diesen ständigen und zeitweilig schwierigen Verhandlungen und der Tatsache , daß wir eine Institution mit administrativen Pflichten sind , gefangen fühlen .
+ich hoffe , die Kommission greift diesen Vorschlag auf .
+ich danke der Kommissarin für ihre Erklärung und anempfehle dem Parlament die Entschließung .
+Herr Präsident , Frau Kommissarin , liebe Kolleginnen und Kollegen ! wir können Buenos Aires schwerlich als einen wirklichen Erfolg bezeichnen .
+in Kyoto ist es zwar gelungen , verbindliche Vereinbarungen über die Reduktion von Treibhausgasen zu erzielen , leider wurden jetzt aber keine detaillierten Regelungen zur konkreten Umsetzung dieser Vereinbarungen erreicht .
+ich darf wohl sagen , daß die Union ihr Möglichstes getan hat , und möchte Kommissarin Bjerregaard zu ihrem Einsatz und ihrer Entschlossenheit beglückwünschen .
+der Aktionsplan von Buenos Aires existiert aber , und wir müssen ihn energisch in Angriff nehmen , damit beim Klimagipfel im Jahr 2000 wichtige Entscheidungen getroffen werden können .
+zwei Dinge möchte ich hervorheben .
+erstens , wenn das Kyoto @-@ Protokoll in Kraft treten soll , muß es von mindestens 55 der beteiligten Parteien , die mindestens 55 % der Emissionen verursachen , ratifiziert werden .
+wir müssen immer wieder darauf dringen , daß die USA das Protokoll ratifizieren .
+wenn die Länder mit den höchsten Emissionen von Treibhausgasen , die USA und zum Beispiel Rußland , es nicht unterschreiben , hat Kyoto keinen Wert .
+zweitens möchte ich betonen , daß der Handel mit Emissionszertifikaten nur insoweit erlaubt ist , wie das Gros der Anstrengungen auf nationaler Ebene erbracht wird .
+daher stimme ich mit Kommissarin Bjerregaard vollkommen darin überein , daß wir eine Höchstgrenze für den Handel mit Emissionszertifikaten festlegen müssen .
+wir dürfen das Problem nicht sozusagen exportieren .
+in dieser Hinsicht vertreten die Union und die USA konträre Standpunkte .
+die Union sagt zu Recht , der Kampf gegen den Klimawandel habe nur Sinn , wenn jedes Land Bemühungen unternimmt .
+das ist auch immer die Position des Parlaments gewesen , obwohl dieser Punkt nicht explizit in die vorliegende Entschließung aufgenommen wurde .
+abschließend noch eine Bemerkung zur harmonisierten Energiesteuer . auch wir befürworten die Einführung einer solchen Steuer , aber nur , wenn sie steuerlich neutral ist .
+meine Fraktion hat zwei Änderungsanträge eingereicht , um für eine harmonisierte Steuer zu plädieren . so sind diese Änderungsanträge auch zu verstehen .
+ich habe noch eine Frage an die Kommissarin .
+welchen Standpunkt vertritt die Kommissarin hinsichtlich der Kerosinbesteuerung auf europäischer Ebene ?
+manche behaupten , vielleicht zu Recht , eine Reduktion der Emissionen sei eher mit einer besseren Technologie erreichbar .
+aber mit dem zunehmenden Luftverkehr sind auch für diesen Fall auf jedem Gebiet Maßnahmen erforderlich .
+Herr Präsident , wie sollte man sich nicht einig sein mit der Frau Kommissarin , wenn sie konkrete Maßnahmen , Begleitmechanismen , Mechanismen der Zusammenarbeit mit den Entwicklungsländern und der Besteuerung von Energieträgern vorschlägt .
+ich glaube , wir sind alle mit ihr einverstanden , insbesondere , wenn sie konkrete Maßnahmen zur Realisierung dessen , was vereinbart wurde , vorschlägt .
+denn klar ist , daß nach Aussagen der Wissenschaftler und gemäß dem Bericht der Vereinten Nationen die Naturkatastrophen - die ich nicht für so natürlich halten würde - im Jahre 1998 50 000 Tote gefordert und Schäden in Höhe von 12 Billionen Peseten verursacht haben .
+ich weiß nicht , wie viele Euro das sind , aber 12 Billionen Peseten sind viel Geld .
+das Europäische Parlament hat dies bei verschiedenen Gelegenheiten zum Ausdruck gebracht .
+die Wissenschaftler sagen auch , daß zur Erreichung wirklich positiver Wirkungen gegen den Klimawandel die Emissionen um 50 % bis 60 % im Vergleich zu 1990 gesenkt werden müßten .
+wir versuchen , bei sechs Treibhausgasen eine Reduzierung von 8 % zu erreichen .
+wenn nicht einmal diese 8 % durchgesetzt werden , bringen wir die Zukunft unseres Planeten in Gefahr .
+deshalb , Frau Kommissarin , halten wir Ihre Vorschläge für gut , wenn Sie wirklich erreichen , daß sie von den Mitgliedstaaten eingehalten werden , und wenn Sie es schaffen , daß eine gerechte Lastenverteilung zwischen den Industrie- und Entwicklungsländern beachtet wird .
+wir sind dagegen , daß es , wie die Vereinigten Staaten sagen , die Entwicklungsländer sein müssen , die als erste zahlen .
+wir sind es , die zahlen müssen .
+Herr Präsident , ich gehörte bei der Konferenz in Buenos Aires zusammen mit Herrn Spencer und Herrn Linkohr zur Delegation .
+es ist Ansichtssache , wie man diese Konferenz bewertet .
+Herr Spencer sprach von einem bescheidenen Erfolg .
+das halte ich für eine zutreffende Beschreibung .
+ich erinnere mich , wie Frau Kommissarin Bjerregaard auf der abschließenden Pressekonferenz sagte , daß wir wie immer gern mehr erreicht hätten , aber daß das das Beste war , wozu wir die anderen Konferenzteilnehmer bringen konnten .
+die Europäische Union , weitgehend unterstützt von den Kandidatenländern , der G77 und China , bewies echte Führungsqualitäten .
+ich erinnere auch daran , wie der amtierende Ratspräsident sagte , daß wir in Kyoto konkrete Ziele in bezug auf Reduzierung und Treibhausgasemissionen durch Industrieländer vereinbart hatten .
+in Buenos Aires haben wir diesen Schwung von Kyoto beibehalten , indem wir den Aktionsplan als eines der Ziele von Buenos Aires aufstellten und weitere Maßnahmen wie die Erarbeitung eines Systems der Einhaltung beschlossen .
+die internationale Presse behandelte die Konferenz mit einem gewissen Zynismus ; einige nannten sie ein Fiasko .
+es war eine schwierige Konferenz , denn es gab lange , quälende und umständliche Verhandlungen , doch ich kann nicht umhin , Herrn Spencer beizupflichten und die Kommission zu beglückwünschen .
+meinen Beifall verdient ebenfalls der Beschluß der Vereinigten Staaten , das Protokoll zu unterzeichnen .
+das mag durchaus eine diplomatische Formalität sein , wie wir es in der Entschließung sagen , aber andererseits ist diese Entscheidung auch sehr wirkungsvoll und signalisiert einen Meinungsumschwung in den Vereinigten Staaten .
+Lob verdienen auch die Gastgeberländer für CoP IV , Argentinien und Kasachstan , für die Bekundung ihres Willens , auf CoP V eine bindende Verpflichtung einzugehen , ihre Treibhausemissionen weiter zu verringern .
+das ist ein gewisser Fortschritt , so klein er auch sein mag .
+es ist also eine gute Entschließung .
+wie meine Fraktion unterstütze auch ich sie , und zusammen mit Herrn Spencer empfehle ich sie diesem Parlament .
+meine Damen und Herren , Herr Fitzsimons ! ich muß Sie bitten , sich möglichst an die Ihnen gewährte Zeit zu halten .
+die Dienste des Parlaments haben mich darauf aufmerksam gemacht , daß wir im Zeitverzug sind .
+ich entziehe Ihnen nicht das Wort , Sie bestimmen es selbst .
+ich weiß , daß Sie sehr verantwortungsbewußt sind , deshalb gestatte ich mir diese Bemerkung .
+jetzt hat Frau Hautala im Namen der Fraktion der Grünen im Europäischen Parlament für die Dauer von einer Minute das Wort .
+Herr Präsident ! die Europäische Union hat in den weltweiten Verhandlungen über den Klimawandel eine positive Rolle gespielt .
+dafür gebührt meiner Meinung nach dem Kommissionsmitglied Anerkennung . das kann jedoch nicht darüber hinwegtäuschen , daß die Union selbst nicht in der Lage ist , Beschlüsse zu fassen , durch sie die übernommenen Verpflichtungen in die Tat umsetzen könnte .
+deshalb müssen wir über eine Energiesteuer sprechen . die Kommissarin ist ja auch darauf eingegangen .
+dabei finde ich es auch wichtig , daß die Länder , die hier sogar noch weitergehen wollen als andere , den ursprünglichen Vorschlag für eine Kohlendioxid- und Energiesteuer umsetzen können .
+ich möchte wissen , von welchen Berechnungen die Kommission zu dieser Konstellation ausgeht .
+wir dürfen nicht vergessen , daß der Vertrag von Amsterdam den Ländern weiterreichende Möglichkeiten einräumt , wenn auch andere noch nicht dazu bereit sind .
+ich bin aber überzeugt , daß auch die Industrie bereits erkannt hat , daß die Klimapolitik Wettbewerbsvorteile bietet , die nicht ungenutzt bleiben sollten .
+Herr Präsident , Frau Kommissarin , liebe Kolleginnen und Kollegen , war die Konferenz von Buenos Aires ein Flop ?
+ich verneine das .
+Buenos Aires war kein Flop . Buenos Aires litt nur unter der letzten Nachtsitzung von Kyoto , wo es den Amerikanern gelungen war , als Vorbedingung für ihre Unterschrift flexible Instrumente im Protokoll festzuschreiben .
+zugegebenermaßen hatte auch die Vorsitzende der Konferenz nicht das gleiche diplomatische Format wie Botschafter Estrada , der die Arbeiten in Kyoto wirklich geschickt leitete - aber das ist lediglich ein Detail .
+diese Position muß von der Europäischen Union wieder unterstützt werden .
+ich bin deshalb für die Einführung der flexiblen Instrumente , damit die Wirtschaft endlich erfährt , was die Emission einer Tonne Kohlendioxid kostet .
+immerhin haben die Entwicklungsländer , die nicht auf der Liste in Anhang 1 stehen , keinerlei Quote nach Artikel 6 zu verkaufen .
+wollen wir doch in dieser Sache seriös und ein wenig flexibler gegenüber den Entwicklungsländern sein .
+ich möchte mich nun einem Thema zuwenden , das mir sehr am Herzen liegt : der Forstwirtschaft .
+im Protokoll von Kyoto ist vorgesehen , daß Kredite für die Wiederaufforstung , speziell Mittel für die Schaffung von CO2 -Senken , vergeben werden können , vor allem im Rahmen des CDM ( Clean Development Mechanism ) .
+das kann eine wichtige Rolle spielen , damit die Industriestaaten Unterstützung leisten und Gelder für Wiederaufforstungsprojekte in den Entwicklungsländern bereitstellen .
+die mit dem Umweltschutz befaßten NRO weisen uns darauf hin , daß es darauf ankommt , nur Projekte zu fördern , die die Artenvielfalt sichern helfen .
+es muß auch darauf geachtet werden , daß nicht das Anlegen von Plantagen schnellwachsender Hölzer , das zu Lasten des Schutzes der Artenvielfalt geht , subventioniert wird .
+Herr Präsident ! die Ergebnisse des Klimagipfels von Kyoto im Jahr 1997 werden zu Recht als Wendepunkt angesehen , wenngleich sie nur ein erster Schritt in die richtige Richtung sind .
+sie sind ein Ansatz zur Reduzierung von sechs Treibhausgasen , um so einen vom Menschen verursachten Klimawandel zu bekämpfen .
+die baldige Ratifizierung des Kyoto @-@ Protokolls von allen Parteien , besonders von den USA und Rußland , ist sehr wichtig .
+vor allem in der Wirtschaft in den USA ist eine positive Entwicklung zu beobachten .
+offensichtlich besteht nach Kyoto im Hinblick auf die konkrete Umsetzung noch erheblicher Handlungsbedarf .
+die Folgekonferenz von Buenos Aires hat erfreulicherweise zu einem gemeinsamen Aktionsprogramm mit Zusagen und Zeitplänen geführt .
+große Aufmerksamkeit muß auch dem Dialog mit den Entwicklungsländern gewidmet werden .
+es besteht jedoch die Gefahr , daß sich dieser Dialog auf Vereinbarungen über den Handel mit Emissionszertifikaten beschränkt .
+meiner Ansicht nach muß die Europäische Union zuerst selbst an der Reduktion der Emissionen von Treibhausgasen innerhalb der EU arbeiten .
+gleichzeitig ist die Unterstützung anderer Länder , unter anderem durch den Transfer sauberer Technologien als Entwicklungshilfe , von großer Bedeutung .
+eventuell findet auf dem europäischen Kontinent ein Handel mit Emissionszertifikaten statt .
+Handel mit Emissionszertifikaten außerhalb Europas findet erst statt , wenn diese Länder bereits tatsächlich die Emission von Treibhausgasen reduzieren .
+wenn die Länder innerhalb der EU selbst Anstrengungen unternehmen , können nichteuropäische Länder dazu bewogen werden , auch einen Beitrag zur Emissionsreduktion zu liefern .
+um diese Emissionsreduktion zu erreichen , ist die Umweltpolitik in andere Politikbereiche , wie Energie , Verkehr und Landwirtschaft , zu integrieren .
+die Förderung einer effizienten Nutzung von Energie , von erneuerbaren Energien und von Energiesteuern sind geeignete Mittel .
+ich plädiere nochmals für eine Kerosinbesteuerung .
+wir tragen gemeinsam Verantwortung für diese Problematik , aber alle Länder müssen auch individuell für ihren Beitrag zur Lösung des Problems verantwortlich sein .
+diese Verantwortung gilt gewiß auch für den einzelnen Bürger .
+weltweit muß man sich bewußt sein , daß es so nicht weitergehen kann und ein neues Modell für nachhaltige wirtschaftliche Entwicklung erforderlich ist , das auf der Achtung vor der Schöpfung und dem Schöpfer des Lebens begründet ist .
+Herr Präsident ! der mehr als zögerliche Ansatz der Emissionsreduktion in Buenos Aires erinnert an einen Versuch , sich den Pelz zu waschen und dabei nicht naß zu werden .
+eine Klimapolitik , die wirksam ist , wird es erst geben , wenn die tatsächlichen Kosten , die durch die Freisetzung von klimarelevanten Stoffen verursacht werden , auch voll dem Verursacher angerechnet werden .
+dazu brauchen wir geeignete gesetzliche Rahmenbedingungen .
+die viel zitierte Ausrede , die Emissionsreduktion sei zu teuer , ist selbstmörderisch !
+eine Gesellschaft , die nicht bereit ist , in den Erhalt ihrer eigenen Lebensgrundlagen und damit auch in den Erhalt ihrer eigenen Art zu investieren , ist zum Untergang verurteilt .
+der in Buenos Aires ausgehandelte Emissionskatalog ist kein tauglicher Lösungsansatz .
+dauerhaft können Probleme nur dort gelöst werden , wo sie auch entstehen .
+Herr Präsident , der Herr Abgeordnete Linkohr hat zwei Drittel meiner Rede vorweggenommen . ich stimme wirklich hundertprozentig mit seinen Ausführungen überein .
+zu Beginn möchte ich aber der Kommission , insbesondere der Frau Kommissarin , für die geleistete Arbeit und ihr persönliches Engagement sowie dafür danken , wie sie in Buenos Aires die Vertreter des Parlaments aufgenommen und mit ihnen zusammengearbeitet hat .
+leider nahm der Rat eine Haltung ein , die er nicht beibehalten darf .
+dieses Hohe Haus muß als Institution gegenüber dem Rat und gegenüber der jeweiligen Präsidentschaft noch vor der nächsten Regierungskonferenz Position beziehen .
+mein zweites Anliegen , auf das ich eingehen wollte , steht im Zusammenhang damit , was der Abgeordnete Linkohr über policies and measures gesagt hat .
+meine Sorge ist , daß in vielen Gebieten der Union und in den meisten Ländern der Welt keine Reduzierungen zu verzeichnen sind .
+zum Beispiel in meinem Land , in Portugal , ist im vergangenen Jahr der Verbrauch von Elektroenergie um 6 % gestiegen , das ist doppelt so hoch wie das Wachstum des Bruttoinlandsprodukts . so schaffen wir es nicht .
+so schaffen wir es wahrlich nicht !
+ich unterstütze die Absicht der Kommission , eine Richtlinie auszuarbeiten - und ich hätte sie hier draußen gern so schnell als möglich - , die bestimmte Mindeststandards für den stärkeren Einsatz erneuerbarer Energien zur Pflicht erhebt .
+wir haben mit Herrn Kommissar Papoutsis gesprochen und waren uns einig , daß die Richtlinie dringend erforderlich ist .
+die Marktanteile erneuerbarer Energien sind infolge der Verringerung der Erdöl- und Erdgaspreise , aber auch deshalb zurückgegangen , weil die Energiekosten heutzutage nicht die Kosten für die Umwelt einschließen .
+zu den Beitrittsländern : PHARE und TACIS nehmen derzeit keinen Einfluß auf den Energieverbrauch .
+bleibt diese Situation bestehen , wird das passieren , was der Herr Abgeordnete Linkohr gesagt hat : sobald die schlimmste Krise vorbei ist , werden die Emissionen wieder steigen .
+danke , Herr Pimenta .
+Herr Pimenta , nach Ihren ersten Worten war ich im Begriff , Ihnen zwei Drittel Ihrer Redezeit zu entziehen , aber nun haben Sie eine Minute länger gesprochen .
+ich muß Sie nochmals bitten , sich an die festgelegte Zeit zu halten , da die Dienste des Parlaments mir mitteilen , daß wir überzogen haben .
+ich weiß , daß Sie alle sehr Wichtiges zu sagen haben , aber ich bitte Sie , sich möglichst kurz zu fassen .
+und darum bitte ich jetzt in erster Linie Frau Breyer , die für eine Minute das Wort hat .
+Herr Präsident , Frau Kommissarin ! sie haben auf die Rolle Amerikas hingewiesen .
+ich glaube , heute muß es um etwas anderes gehen .
+es muß darum gehen , daß die Europäische Union eine Vorreiterrolle einnimmt .
+damit wir gleich Klartext reden : es darf nicht um ein Stehlen aus der Verantwortung durch Schlupflöcher im Protokoll wie das emission trading gehen .
+da sind wir gleich bei der Frage : wo bleiben denn die Maßnahmen ?
+ich möchte von Ihnen auch konkret wissen : was passiert denn jetzt mit der Umsetzung des Weißbuches für erneuerbare Energien ?
+sie haben auf die Schlüsselfrage hingewiesen , die die Energiesteuer spielt .
+gut , wir haben jetzt einen Vorschlag zur Energieverbrauchssteuer , doch das ist doch nur ein Trippelschritt !
+die Kommission selbst hat doch zugegeben , daß trotz dieses Vorschlages die Emissionswerte bis zum Jahre 2010 um 6 % steigen werden .
+was haben Sie gesagt zum schwierigsten Sektor Verkehr ?
+wir wissen , daß hier der Anstieg der CO2 -Emission bis zum Jahr 2010 um 38 % zunehmen wird .
+und auch da - bitte , beantworten Sie doch mal , was die Kollegen schon gefragt haben : wann kommt endlich eine Kerosinbesteuerung ?
+wann machen Sie ernst mit dem Versprechen , das uns bereits im letzten Jahr gegeben wurde ?
+handeln ist gefragt , nicht Papier und nicht Lyrik .
+Herr Präsident , wir sollten uns davon lösen , nur die steuerlichen Maßnahmen im Auge zu haben .
+wir stehen immer nur händeringend da , weil der Rat zögert , einer Energiesteuer und anderen steuerlichen Maßnahmen zuzustimmen .
+ich pflichte der Kommissarin bei , daß es für die Kommission an der Zeit ist , in bezug auf Klimawandel in ihrem eigenen Haus Ordnung zu schaffen .
+ich würde gern ein paar konkrete Verpflichtungen dazu hören .
+zu Beginn der Aussprache haben wir von einigen netten Bestrebungen hinsichtlich nachhaltiger Landwirtschaft gehört , und ich begrüße das .
+wir brauchen eine aktive Durchsetzung der strategischen Umweltverträglichkeitsprüfung mit Blick auf den Klimawandel , und wir müssen dieses Mittel nutzen zur Beurteilung der Politik auf europäischer Ebene , insbesondere was die Hilfe nach außen , aber auch was die Politik hier in der Europäischen Union betrifft .
+wir brauchen auch weitere Untersuchungen darüber , worin genau der Technologietransfer für eine saubere Entwicklung bestehen wird , und über die Beziehung zu unserer Entwicklungshilfe in Übersee .
+die aktive Umsetzung von CDMs , der Mechanismen für eine saubere Entwicklung , wird zum Dreh- und Angelpunkt , um die für uns nötige Unterstützung der Entwicklungsländer für das Protokoll von Kyoto zu erreichen .
+ohne eine gewisse Unterstützung der Entwicklungsländer für das Konzept der Fairneß werden wir weiterhin Probleme haben , Amerika zur Ratifizierung zu bewegen .
+wenn wir in einigen dieser Fragen Fortschritte erzielen , könnte die Europäische Union selbstbewußt den Tenor für CoP V und VI bestimmen .
+natürlich wissen wir , daß der Klimawandel nicht verschwindet , und er wird ganz gewiß nicht auf Grund des Textes , über den das Parlament morgen abstimmt , verschwinden .
+die Vereinigten Staaten denken nicht daran zu ratifizieren , nur weil wir sie darum bitten .
+in dieser Woche sind die Umweltminister unten in der Antarktis , um zu beobachten , wie sie wegschmilzt , und um zu sehen , wie sich die Probleme entwickeln .
+Herr Präsident , Frau Kommissarin , unter all den Umweltproblemen , denen wir gegenüberstehen , ist das Klima sicher das wichtigste und komplizierteste .
+alle Länder der Erde werden von Klimaveränderungen direkt betroffen .
+Emissionen beeinträchtigen uns nicht kurzfristig , aber langfristig stellen sie eine sehr ernste Bedrohung dar .
+die ersten unsicheren Verhandlungen waren teilweise von Angst geprägt .
+da die geplanten Maßnahmen mit hohen wirtschaftlichen Kosten für die Länder verbunden sein können , müssen Lösungen gefunden werden , die Umweltverbesserungen zu möglichst niedrigen Kosten erlauben .
+zweifellos gehört der Handel mit Emissionsrechten zu diesen Lösungen .
+deshalb halte ich es für sehr wichtig , daß die Kommission eine gründliche Untersuchung durchführt , wie dieses Instrument eingesetzt werden kann , damit es zur Lösung des Klimaproblems beiträgt .
+eine nordische Untersuchung hat gezeigt , daß der Handel mit Emissionsrechten in bezug auf Kohlendioxid innerhalb Nordeuropas Kosteneinsparungen von 50 % möglich machen würde .
+wenn es auch schwierig ist , die Verringerung der Emission zu verifizieren , so zeigt diese Untersuchung dennoch , daß durch erfolgreiche Lösungen viel erreicht werden kann und daß wir alles daran setzen müssen , um nachhaltige Systeme zu entwickeln .
+es liegt auch im Interesse der EU , sich nicht einseitig für wirtschaftliche Lenkungsmaßnahmen zu entscheiden , die uns im Vergleich zum internationalen Wettbewerb wesentlich höhere Kosten bringen , als dies z. B. in den USA der Fall ist .
+in zukünftigen Verhandlungen muß man die Fehler beseitigen , die in Kyoto gemacht wurden .
+das soll aber nicht bedeuten , daß auf wirtschaftliche Methoden verzichtet werden sollte , wenn sie sich als effektiv erwiesen haben .
+der Vorschlag , die Kernkraftwerke abzuschalten , würde ernsthafte Probleme in diesem Bereich verursachen , wenn er realisiert werden würde .
+diese ausgezeichnete Energiequelle sollte statt dessen entwickelt und verbessert werden .
+meine Frage an die Kommissarin lautet also , ob sie uns hier eine Antwort geben oder uns , die wir sehr eng zusammenarbeiten , diese sobald wie möglich zukommen lassen kann .
+für uns ist das eine sehr wichtige Frage , weil die in Afrika und in den AKP @-@ Inselstaaten auftretenden Krisen heute zu schweren Katastrophen führen .
+Herr Präsident , ich möchte dem Parlament für die Debatte danken .
+Herr Linkohr hatte sicher recht , und er hat die Stimmung während dieser Debatte richtig eingeschätzt .
+im Verlauf der Debatte wurden Anregungen vorgetragen , wie man sie dazu bewegen könnte , auf unsere Linie einzuschwenken .
+ich stimme Frau Graenitz zu , daß die Bemühungen auf internationaler Ebene für uns wichtig sind , auch im Verhältnis zu den Entwicklungsländern .
+ich stimme Frau Graenitz und anderen auch darin zu , daß die beitrittswilligen Länder stärker einbezogen werden müssen .
+ich glaube , Herr Pimenta hat dies ebenfalls betont .
+wir versuchen das laufend , und wir haben es ebenso in Buenos Aires versucht .
+wenn es um Energiepolitik und um die Folgen der Energiepolitik geht , kann man natürlich in den beitrittswilligen Ländern recht viel bewirken .
+im übrigen sollten wir auch unsere Organisationsform einmal überdenken .
+wir haben das in Buenos Aires angeschnitten .
+ich sagte ebenfalls , daß die argentinische Präsidentschaft ein stärker politisch geprägtes Verfahren plant , bin aber auch offen für andere Möglichkeiten .
+Frau Hautala betonte - und ich halte das für richtig - , daß wir unsere eigenen Ziele verwirklichen müssen .
+das heißt also , die Kommission wird einen weiteren Plan vorlegen , und ich freue mich auf die diesbezügliche Parlamentsdebatte .
+das Problem Flugabgabe oder Kerosinabgabe , über das wir einige Male gesprochen haben , gestaltet sich etwas schwieriger .
+es wurde auch schon in einigen Foren angesprochen .
+ich selbst habe es zuletzt mit Nachdruck auf einer Sitzung der Umweltminister unter Leitung der OECD vorgetragen .
+der Widerstand der USA , Kanadas , Japans usw. war sehr deutlich , und deshalb muß man sich fragen , ob nicht besser auf europäischer Ebene etwas unternommen werden sollte , da der Widerstand auf internationaler Ebene sehr groß ist .
+ich stimme Frau Pollack zu , daß wir in vielen Bereichen etwas unternehmen müssen .
+es ist mit einigen Vorschlägen zum Binnenmarkt zu rechnen .
+im Verlauf dieses Jahres werden wir wahrscheinlich über die Probleme im Zusammenhang mit der WTO diskutieren .
+das Parlament wird sich vielleicht noch an die gemeinsame Mitteilung von Sir Leon Brittan und mir erinnern . wir wollen diese Zusammenarbeit bis zu den kommenden WTO @-@ Verhandlungen fortsetzen .
+erfreulicherweise hat die deutsche Präsidentschaft den Vorschlag für die strategische Umweltbewertung auf ihre Prioritätenliste gesetzt , und ich rechne damit , daß es auch in diesem Bereich Fortschritte geben wird .
+Herr Präsident , wir könnten noch über viele andere Punkte reden , aber ich möchte zum Schluß kommen und mich für die Unterstützung des Parlaments für unsere Linie bedanken und sagen , daß ich mich auf die weitere Zusammenarbeit freue .
+wir müssen alle unsere Kräfte mobilisieren , wenn wir auch die anderen Parteien davon überzeugen wollen , daß wir auf dem richtigen Weg sind .
+vielen Dank , Frau Bjerregaard .
+ich habe einen Entschließungsantrag erhalten , der gemäß Artikel 37 , Absatz 2 , der Geschäftsordnung eingereicht wurde .
+die Aussprache ist geschlossen .
+die Abstimmung findet morgen um 9.00 Uhr statt .
+mit ionisierenden Strahlen behandelte Lebensmittel
+Herr Präsident , in manchen europäischen Sprachen ist das Wort &quot; gratulieren &quot; rückbezügig .
+ich halte es auch für wichtig festzuhalten , daß Bestrahlung gute landwirtschaftliche Praxis nicht ersetzen kann , so daß die Lebensmittel in jedem Fall frisch bestrahlt werden müssen .
+ich glaube auch , daß es sehr wichtig ist , die Prüfverfahren zu validieren und normieren , so daß ganz klar von den Mitgliedstaaten kontrolliert werden kann und letztlich auch die Konsumentinnen und Konsumenten ihre Rechte durchsetzen können .
+gerade in einer Zeit , in der Lebensmittelsicherheit genau diskutiert wird , ist es notwendig , eine solche Richtlinie zu haben .
+Herr Präsident , meine Damen und Herren ! die Bestrahlung von Lebensmitteln löst bei manchem Bürger Horrorvorstellungen aus , bei manchen Praktikern und Fachleuten dagegen himmlische Gefühle !
+die europäische Politik stand vor der Aufgabe , beide Extreme miteinander zu versöhnen und eine praktische Anwendung zu ermöglichen .
+die Behandlung von Lebensmitteln mit ionisierenden Strahlen muß dort möglich sein , so denken wir , wo sie sinnvoll und notwendig ist und nicht als Ersatz für Hygiene und Gesundheitsmaßnahmen verwendet wird .
+ich glaube nicht , was meine Kollegin Bloch von Blottnitz gesagt hat , daß das nun für vergammelte Produkte eingesetzt wird , um die wieder fit zu machen .
+das ist auch mit den Strahlen nicht möglich .
+das wird auch in künftigen Richtlinien ausdrücklich festgehalten .
+das ist auch ein ganz wichtiger Grundsatz .
+die gesundheitliche Unbedenklichkeit versteht sich für mich eigentlich von selbst .
+aber man muß es noch einmal unterstreichen , weil wir heute auch wieder das Gegenteil gehört haben .
+mit ionisierenden Strahlen behandelte Lebensmittel sind keine verstrahlten Lebensmittel , und wir Bürger der EU verkonsumieren sie , ohne schwer zu erkranken .
+die Harmonisierung auf europäischer Ebene ist deshalb dringend notwendig .
+zu unterschiedlich ist bislang die Rechtslage in den einzelnen Mitgliedstaaten .
+während beispielsweise in Frankreich , Belgien und Niederlande seit Jahren Lebensmittel bestrahlt werden , ist dies in anderen Ländern verboten , vom Binnenmarkt also keine Spur .
+das Ergebnis der Vermittlungsverhandlungen mit dem Rat ist gut und findet auch unsere Zustimmung .
+der Binnenmarkt wird auch bei mit ionisierenden Strahlen behandelten Lebensmitteln Schritt für Schritt verwirklicht .
+durch die obligatorische Kennzeichnung werden außerdem die Verbraucher in die Lage versetzt , eine Wahl zu treffen .
+ich denke , es ist ein großer Erfolg , und hier komme ich nicht umhin , die besondere Rolle meiner Fraktion zu unterstreichen , daß die Einführung genormter und validierter Nachweismethoden in die Richtlinie aufgenommen wurde .
+ohne validierte Nachweismethoden kann es keine glaubwürdige Kennzeichnung geben , ohne glaubwürdige Kennzeichnung aber gibt es kein Verbrauchervertrauen .
+beim Stichwort Verbrauchervertrauen muß ich noch einmal darauf hinweisen - da stimme ich Frau Bloch von Blottnitz zu - : eine solch lange Zeit von 10 Jahren für eine solche Richtlinie können wir uns nicht sehr oft erlauben .
+das sollten wir uns - ich richte mich an die Herren Kommissare - bei der Schokoladenrichtlinie und bei der Kennzeichnung der alkoholischen Getränke nicht weiter erlauben .
+hier sollten wir nicht das Beispiel geben wie soeben bei dieser Richtlinie .
+wir müssen endlich durch schnelles Agieren Verbrauchervertrauen sammeln !
+Herr Präsident , ich begrüße diese Richtlinie , da sie einen rechtlichen Rahmen auf dem Binnenmarkt für mit ionisierenden Strahlen behandelte Lebensmittel schafft .
+sie setzt für die möglicherweise zu behandelnde Produktion hohe Normen und Grenzen .
+die Verbesserung der Lebensmittelvielfalt und der Qualität durch Wertzuwachs ist für einen modernen Nahrungsmittelsektor eine zentrale Frage .
+Informationen über die Qualität des Produkts , seine Herkunft und detaillierte Angaben über den Prozeß des Wertzuwachses müssen für den Verbraucher jederzeit zugänglich sein .
+Lebensmittel , die aus neuer Forschung hervorgehen , dürfen nur dann in die Nahrungskette gelangen , wenn sie zuvor strengen Prüfungen unterzogen wurden .
+die Verbraucher müssen zu jeder Zeit vor der Unsicherheit unzureichender Prüfung neuer Erzeugnisse geschützt sein .
+kurz gesagt , Volksgesundheit und Verbraucherschutz müssen auf dem europäischen landwirtschaftlichen Lebensmittelsektor Priorität gegenüber allen anderen Erwägungen haben .
+dieses Parlament hat eine Schlüsselrolle dabei gespielt , daß die Sorgen der Verbraucher berücksichtigt wurden und daß mit den Kontrollmechanismen verbundene mögliche Risiken minimiert werden .
+die höchsten Standards der Qualität von Lebensmitteln sollten oberstes Ziel der nationalen Regierungen und der EU sein .
+Maßnahmen , die die Lebensmittelqualität verbessern , sind zu unterstützen .
+ich bin froh , daß es in Irland eine zunehmende Anerkennung der fachlichen Funktion der Landwirte bei der Bereitstellung von guter Rohware für einen Lebensmittelsektor gibt , der sich dem höchsten Standard der Befriedigung der Verbraucherbedürfnisse verpflichtet weiß .
+Herr Präsident , ich möchte die abwesende Frau Bloch von Blottnitz dazu beglückwünschen , diese schwierige Vermittlung bewältigt zu haben .
+es hätte nur schneller geschehen können .
+alles im Zusammenhang mit dem Wort Strahlung ist mit Schwierigkeiten , Mißverständnissen und Ängsten verbunden .
+worin besteht die richtige Anwendung ionisierender Strahlung ?
+in der Hauptsache sollte sie der Sicherheit der Verbraucher zugute kommen .
+sie dient den Verbrauchern und der Gesundheit der Verbraucher .
+sie ist nicht dafür da , damit der Produzent auf Grund der kosmetischen Effekte bei Obst und anderen begrenzt haltbaren Lebensmitteln Profit daraus ziehen kann .
+wir haben nichts von Erdbeeren , die ihre natürliche Genießbarkeitsspanne einfach durch künstliches Haltbarmachen überschritten haben .
+es nützt uns aber , wenn die natürliche Haltbarkeit von Gewürzen und Konservierungsmitteln , die wir in unseren Vorräten haben und für längere Zeit lagern , bewahrt wird .
+wir haben eine strikte Auswahl von Produkten , die heute überall auf dem Binnenmarkt verkauft werden können .
+daß in jedem Mitgliedstaat die gleichen Bedingungen und die gleichen Sicherheitsmaßnahmen gelten , können wir verstehen .
+wir sollten im Zusammenhang mit der baldigen Erweiterung auch verstehen , daß dies ein bedeutsames Kriterium für die Bewerberländer ist , in denen alle möglichen Versuchungen auf den Landwirtschaftssektor warten , wie Herr Schnellhardt bereits erwähnte .
+dies ist vielleicht das erste Mal , daß wir es zu einem gewissen Konsens in bezug auf einen Aspekt der Bestrahlung und der Behandlung mit Strahlen gebracht haben .
+es wird nicht das letzte Mal gewesen sein .
+warum ?
+wir haben den Anwendungsbereich von Bestrahlung sehr eng gefaßt .
+zweitens : wir haben immer darauf gedrungen , daß es eine Etikettierung gibt , so daß jeder Verbraucher entscheiden kann , ob er ein bestrahltes Lebensmittel in diesem engen Bereich kaufen will oder nicht .
+er kann es auch bleiben lassen .
+er braucht es ja nicht zu kaufen , er bekommt ja eine Etikettierung .
+Zuruf
+ja , richtig , Sie haben sich die Jacke angezogen .
+ich dachte , Sie seien nicht mehr da , weil Sie vorher im Hemd gesprochen haben !
+also auch bei der Schokolade ist das Problem genau das gleiche .
+Frau Bloch von Blottnitz hat mit Recht gesagt , man soll dem Verbraucher etwas zutrauen .
+der Meinung ist auch die Kommission .
+warum lassen wir denn nicht den Verbraucher frei entscheiden , was er will ?
+er kann ja dann sagen , ich nehme nur Schokolade mit Fetten aus der Kakaobohne , oder ein anderer Verbraucher kann sagen , mir macht das nichts aus , ich nehme auch andere Schokolade .
+genau das war bei der Bestrahlung auch das Problem .
+solange wir keine Regelung hatten , haben Mitgliedsländer bestrahlt , und zwar alles mögliche , und es wurde nicht etikettiert .
+ich bin nun in meinem elften Jahr als Kommissar .
+wenn die große Gnade des Parlaments ausreicht , werde ich das auch noch zu Ende bringen können .
+wenn nicht , macht mir das aber auch nichts aus .
+man fragt sich wirklich manchmal , ist es denn nicht möglich , eine vernünftige Regelung zu treffen , bei der jedermann weiß , es ist nicht das Ideal , das sich irgendeiner vorstellt ?
+das gibt es übrigens nicht in einer Demokratie , denn wenn Sie hundert Leute zusammenbringen , gibt es mindestens drei oder vier verschiedene Meinungen .
+aber mit einer Etikettierung geben sie dem Verbraucher die Freiheit , seine eigene Wahl zu treffen .
+genau das ist die einzige Möglichkeit in solchen unterschiedlichen Meinungsspektren , dem einzelnen eine vernünftige Wahl zu gestatten .
+deswegen freue ich mich , daß wir endlich soweit sind !
+aber Jubel hier im Parlament über eigene großartige Leistungen , den würde ich mir dreimal überlegen !
+vielen Dank , Herr Kommissar , für ihre Offenherzigkeit .
+sie hatte allerdings einen Kommentar von Herrn Fernández Martín zur Folge .
+er kann nicht gehen , wann er will .
+Herr Präsident , ich werde das nicht tun , und zwar weil es darum geht , in dieser Auseinandersetzung endlich einmal klare politische Fronten zu schaffen !
+ich habe nicht gesagt , daß das Parlament allein schuld ist , mein eigenes Mitgliedsland Deutschland hat diese Lösung 10 Jahre lang verhindert .
+ich habe 10 Jahre lang die Argumente vorgetragen , die Frau Bloch von Blottnitz heute abend vorgetragen hat !
+ich werde den Teufel tun , mich zu entschuldigen , denn das ist nämlich eine echte demokratische Auseinandersetzung !
+sie haben 10 Jahre lang Unrecht gehabt , und Sie wollen sich das jetzt nicht eingestehen !
+das geht nicht .
+Heuchelei ist der Tod der Demokratie !
+Herr Bangemann , Sie wissen ja , was in der Bibel über einen Sünder steht , der sich bekehrt , und so sollten Sie es meiner Meinung nach mit Frau Bloch von Blottnitz halten .
+Herr Präsident , nur eine kurze Bemerkung .
+Herr Kommissar , ich weiß gar nicht , warum Sie auf das Parlament einschlagen .
+ich habe lediglich bei der Schokoladenrichtlinie genau das gemeint , was Sie gesagt haben .
+der Rat behält sich vor , die ganze Sache vor sich herzuschieben , wie bei der ganzen anderen Sache auch .
+aber ich stimme Ihnen voll und ganz zu . wir beide - Kommission und Parlament - müssen auf den Rat einschlagen !
+etwas anderes habe ich gar nicht gesagt .
+die Aussprache ist geschlossen .
+die Abstimmung findet morgen um 9.00 Uhr statt .
+Unterstützung der AKP @-@ Bananenlieferanten
+Herr Präsident , meine sehr verehrten Damen und Herren ! es sind doch erstaunliche Dinge , die man erfährt , wenn man als Berichterstatter die Debatte zum vorherigen Bericht hört .
+ich habe mich doch etwas über die Aussage von Herrn Bangemann gewundert , daß es ihm &quot; egal &quot; ist , ob er seine Amtsperiode zu Ende bringen kann .
+mir wäre das nicht ganz egal , wenn ich als Kommissar Verantwortung für Europa tragen würde .
+ich würde vielleicht auch in der Kommission darauf hinwirken , daß die Fälle , die das Parlament kritisiert hat , nicht weiter Anlaß zu Kritik geben .
+aber jetzt zu den Bananen .
+im Jahre 1997 haben ja die USA und einige lateinamerikanische Länder ein Panel vor der WTO angestrebt .
+das Panel der WTO hat entschieden , daß die damalig geltende Marktordnung der EU nicht WTO @-@ konform ist .
+daraufhin hat die Kommission einen Vorschlag zur Änderung vorgelegt , der auch im Jahr 1989 angenommen wurde .
+im Paket mit diesem Vorschlag wurde vorgeschlagen , zusätzliche Zahlungen aus dem EU @-@ Haushalt an die AKP @-@ Bananenproduzenten zu leisten .
+es ist noch strittig , auch vor der WTO , ob die Anpassung der eigentlichen Marktordnung den Anforderungen der WTO gerecht wird .
+ich denke , ich spreche im Namen aller , wenn ich betone , daß dieses nicht die Entscheidung der USA ist , dies zu beurteilen , sondern die Entscheidung der entsprechenden Gremien der WTO .
+das sollte man immer wieder deutlich betonen , daß hier die USA keine einseitigen Maßnahmen verhängen dürfen .
+aber ich spreche persönlich nur in meinem Namen , wenn ich sage , daß auch die Europäische Union sich sicherlich darauf einstellen muß , den WTO @-@ Schiedsspruch zu akzeptieren , und daß man irgendwann möglicherweise weitere Änderungen annehmen muß .
+in dem Bericht geht es allerdings nur um die Ausgleichszahlungen , die von der Kommission als Paket vorgeschlagen wurden , auch wenn sie nicht in einem rechtlichen Zusammenhang stehen .
+es geht um die Frage , wie werden die Ausgleichszahlungen geleistet , in welcher Form und an welche Produzenten ?
+auch hier gibt es unterschiedliche Positionen in der Europäischen Union .
+es gibt Unterschiede zwischen Rat und Parlament .
+der Rat hat wichtige Änderungsanträge , die das Parlament in erster Lesung eingereicht hat , nicht akzeptiert .
+das ist teilweise für mich als Berichterstatter und sicherlich auch für den ganzen Ausschuß nicht verständlich .
+eine große Priorität des Parlaments war es , fair trade -Produzenten zu unterstützen .
+dieses war immer eine Priorität des Parlaments und sollte auch bei der finanziellen Zuweisung an Produzenten eine sehr wichtige Rolle spielen und keine untergeordnete , wie der Rat durch den Gemeinsamen Standpunkt zu erkennen gibt .
+wir sind für Mindestnormen im Zusammenhang mit Arbeitsbedingungen , die Voraussetzung für die Zahlung sein sollten , und wir sind dafür , daß die Erzeuger- und die Produzentenorganisationen , die Bauernorganisationen in die Vergabe der Mittel einbezogen werden .
+der Ausschuß hat auch mit Mehrheit beschlossen , die finanzielle Ausstattung des Programms zu erhöhen und auch an einigen anderen Stellen , so in den Änderungsanträgen 19 , 9 und 15 , eine Ausweitung der Zahlung aus dem EU @-@ Haushalt vorzusehen .
+ich als Berichterstatter hatte mich dagegen ausgesprochen , mußte mich jedoch der Mehrheit des Plenums beugen .
+für mich ist ein zentraler Änderungsantrag , daß wir die multinationalen Unternehmen von der Förderung durch dieses Finanzinstrument ausschließen .
+aber genau dieses haben Kommission und Rat getan , obwohl das Parlament schon in erster Lesung mit großer Mehrheit diesen Antrag beschlossen hat .
+das ist meiner Ansicht nach Heuchelei .
+dadurch wird die ganze Politik unglaubwürdig .
+ich glaube , die Europäische Kommission sollte sich hier ganz deutlich äußern .
+sonst ist für mich noch deutlicher , als es bisher war , daß die Bananenpolitik ein Stück weit mit Heuchelei verbunden ist !
+wir müssen das hier konsequent umsetzen .
+ich unterstütze diesen Bericht deshalb , weil er die Interessen der am stärksten benachteiligten Lieferanten berücksichtigt .
+den kleinen unabhängigen Erzeugern soll besonders geholfen , den Multis , die Bananenplantagen in mehreren Ländern besitzen , aber die Möglichkeit genommen werden , diese Hilfe in Anspruch zu nehmen .
+ich unterstütze diesen Bericht auch , weil er unterstreicht , wie wichtig die Beachtung der sozialen Regeln , der Arbeitsbedingungen und des Umweltschutzes ist , und weil er spezielle Fördermaßnahmen in Richtung auf einen fairen Handel vorsieht .
+wir Sozialdemokraten wünschen , daß die Hilfe für die Qualitätsverbesserung eingesetzt wird , und halten es für unabdingbar , zur Produktdiversifizierung beizutragen , denn für viele AKP @-@ Länder sind Bananen die einzige Einnahmequelle .
+in wenigen Tagen wird die WTO über die Importregelungen für Bananen und somit über Sanktionsmöglichkeiten für die Länder , die sich durch diese Regelung benachteiligt fühlen , entscheiden .
+ich fürchte , die Entscheidung der Welthandelsorganisation wird wieder einmal den Interessen der Amerikaner entgegenkommen .
+meiner Meinung nach verbinden uns mit diesen Ländern mehr als nur Handelsverträge - wir haben ihnen gegenüber auch moralische Verpflichtungen .
+jetzt wie damals unterstützte das Parlament im großen und ganzen den Vorschlag der Kommission mit einer soliden Mehrheit und reichte einige Änderungsanträge ein , die wir in der zweiten Lesung aufgenommen sehen wollten .
+aber seit damals hat sich ein grundlegender Wandel in der Entwicklung dessen vollzogen , was einige den &quot; Bananenkrieg &quot; nennen , und heute stehen wir vor einer eher politischen als technischen Debatte .
+das Neue besteht darin , daß die Vereinigten Staaten die Maske abgenommen haben und der Union direkt mit Handelsrepressalien in bezug auf eine Erzeugnisliste drohen , wenn wir unsere Schutzpolitik für die AKP @-@ Bananenproduktionen nicht ändern .
+die amerikanische Regierung , geschwächt durch bestimmte innen- und außenpolitische Gegebenheiten , konnte dem enormen Druck einiger amerikanischer Bananenmultis nicht widerstehen und will Justiz üben .
+ich möchte die Gelegenheit nutzen und die energische Haltung von Kommissar Brittan gestern im außenpolitischen Ausschuß loben , der die Legitimität und Legalität unserer Normen verteidigte .
+und ich bitte die Kommission , in einer so ungewissen Lage wie der gegenwärtigen die Anregungen dieses Parlaments , wie sie im Bericht von Herrn Liese aufgeführt sind , in der zweiten Lesung zu akzeptieren .
+die besondere Betonung der Diversifizierung , die spezielle Lage Somalias und nicht zuletzt die sozialverträgliche Produktion und Fair Trade stellen zweifellos einige Schwerpunkte dar .
+gerade diese Schwerpunkte lassen eine Philosophie der Europäischen Union erkennen , die uns eine richtige Vorstellung vom freie Markt vermittelt .
+man darf sich den freien Markt nicht als einen Markt ohne Regeln denken , auf dem der Konkurrenzkampf unabhängig von den Kräfteverhältnissen geführt wird .
+in einem solchen freien Markt würde der stärkste bzw. würden die stärksten Wirtschaftsakteure oder das wirtschaftlich stärkste Land zum Nachteil der anderen den eigenen Pflichten zuwiderhandeln .
+genau das muß die Europäische Union mit allen Mitteln , mit allen erforderlichen Maßnahmen , die geeignet und zweckmäßig sind , zu vermeiden versuchen .
+gerade im Sinne eines solchen Konzepts des freien Markts teile ich im Namen meiner Fraktion mit , daß wir allerdings gegen den von der ARE @-@ Fraktion eingereichten Änderungsantrag 9 zu Artikel 1 Absatz 2 des vorliegenden Berichts sind .
+im Originaltext wird von einer besonderen Rahmenregelung zur Unterstützung der Bananenproduzenten gesprochen , die für einen Zeitraum von höchstens zehn Jahren ab 1. Januar 1999 gilt .
+dieser Text sollte unseres Erachtens beibehalten werden .
+Herr Präsident , Herr Kommissar ! die Änderungen der Marktordnung für Bananen darf weder zu Lasten der Gemeinschaftsproduzenten noch der AKP @-@ Erzeuger gehen .
+wenn es auch zu früh ist festzustellen , ob die AKP @-@ Bananenlieferanten aufgrund der in die Praxis umgesetzten Änderung Nachteile erlitten haben , müssen Maßnahmen ergriffen werden , um sie zu vermeiden .
+ich bitte die Kommission , die Änderungen im Bericht Liese zu berücksichtigen , insbesondere jene , die vom Gedanken des gerechten Handels inspiriert sind und die im Gemeinsamen Standpunkt lediglich eine Randbemerkung wert waren .
+diese Haltung ist absolut enttäuschend , wie es auch die Tatsache ist , daß die großen multinationalen Unternehmen auf Kosten der Finanzmittel der Union Beihilfen in den AKP @-@ Staaten erhalten können .
+es wäre ziemlich unverständlich , wenn den Reichen statt den Armen geholfen würde .
+Herr Präsident , heute abend behandeln wir zwei Themen mit Symbolcharakter .
+es geht um eine alte Geschichte , die wir schon jahrelang mit uns herumschleppen .
+die Europäer produzieren rund 800 000 bis 830 000 t Bananen auf Guadeloupe , Kreta , Martinique , Madeira und den Kanarischen Inseln .
+wir kaufen etwa 830 000 t Bananen in den AKP @-@ Ländern , unter anderem in Côte d &apos; Ivoire und Kamerun .
+und dann sind da noch die Dollarbananen aus Mittelamerika , auf die die Deutschen besonders großen Wert legen .
+anfangs waren es 2 Mio. t , verbunden mit dem Geschenk der Zollbefreiung , wie bei den Getreidesubstitutionsprodukten .
+all das reichte den USA noch nicht .
+unser Handeln hat in der Tat Symbolcharakter .
+kann man da noch von finanziellen Interessen der Gemeinschaft reden ?
+wir stellen unsere Regionalpolitik auf Kreta , Madeira , Guadeloupe , Martinique und auf den Kanarischen Inseln ebenso in Frage wie unsere Kooperationspolitik gegenüber den AKP , weil Einfuhrlizenzen auf dem Spiel stehen .
+wir stellen die Menschenrechtspolitik in Frage , denn in Honduras spielt der Multi United Brand , der inzwischen von Chiquita übernommen wurde , den Ordnungshüter .
+wir werfen unsere Sozialpolitik über den Haufen , denn wir lassen zu , daß die Bananen von Sklaven für einen Monatslohn von 35 Euro produziert werden .
+wir geben die EU @-@ Rechtshoheit auf , denn wir beugen uns dem Recht von Genf , dem WTO @-@ Recht .
+und wieder einmal kapituliert das 370 @-@ Millionen @-@ Europa , das Europa des Euro , die neue Großmacht vor Kapitel 301 des Handelsgesetzes der USA , erst im Kosovo und im Irak und jetzt beim Thema Bananen .
+das heißt Gleichschaltung mit den USA .
+ich wünschte , wir würden mit diesem Ausrutscher auf der Bananenschale wieder zum richtigen Kurs zurückfinden , bezweifle aber , daß es so kommt .
+Dank vor allem der Bemühungen des Europäischen Parlaments in erster Lesung konnte der ursprüngliche Verordnungsvorschlag durch den Gemeinsamen Standpunkt des Rates insgesamt verbessert werden .
+bei anderen Punkten muß das Parlament seine Änderungsanträge erneut bekräftigen , vor allem im Hinblick auf die Gewährleistung einer Mittelverwendung für die kleinen und unabhängigen Produzenten .
+in den Gemeinsamen Standpunkt des Rates wurden die Änderungsanträge aufgenommen , die unser Parlament zur Berücksichtigung der besonderen Situation Somalias und seiner Bananenproduzenten eingereicht hatte .
+Bananen sind für dieses Land die einzige Ware , die nach Europa exportiert werden kann , und von der Möglichkeit einer fortgeführten und verstärkten Bananenwirtschaft hängt zu einem großen Teil das Schicksal dieses unglückseligen Landes ab .
+die Übernahme dieser Änderungsanträge ist zwar zu begrüßen , doch möchte ich darauf hinweisen , daß trotz eindeutiger Empfehlungen auch seitens des Europäischen Parlaments die Kommission in den letzten Jahren häufig eine Boykotthaltung gegenüber Bananenausfuhren aus Somalia eingenommen hatte .
+die in den letzten beiden Jahren über die bananenerzeugenden Regionen dieses Landes hereingebrochenen Naturkatastrophen haben zu schweren Schäden geführt , angesichts derer es die Union jedoch unglaublicherweise nicht für ihre Pflicht hielt , entsprechende Hilfsmaßnahmen zu ergreifen .
+es bedarf daher sofortiger Bemühungen der Union , damit die somalischen Bananenproduzenten unmittelbaren Zugang zu den in der heute zur Debatte stehenden Verordnung vorgesehen Hilfen erhalten .
+dies wäre eine der konkretesten Möglichkeiten zur Förderung des Wiederaufbaus von Somalia und zur Verhinderung seines endgültigen Austritts aus dem gemeinschaftlichen Banana &apos; s Club .
+Herr Präsident , Herr Kommissar , lassen wir alle guten oder schlechten Gründe beiseite , die die beteiligten Seiten bewegen mögen , dann kann das Bananenproblem wegen der unverhältnismäßigen amerikanischen Reaktionen nur schockieren .
+die Reaktion in bezug auf dieses Produkt ist insofern unverhältnismäßig , als die Europäische Union vier Jahrzehnte lang eine protektionistische Politik bei verschiedenen in den Vereinigten Staaten hergestellten Produkten betrieben hat .
+da es dazu keine ähnliche Reaktion gegeben hat , ist zu schlußfolgern , daß die Administration dieses Landes sich mehr um einen oder zwei die Bananenproduktion Lateinamerikas beherrschenden multinationalen Konzerne sorgt als um ihre eigenen Landwirte .
+es geht doch nicht um reiche Regionen , sondern um Gebiete , in denen verständlicherweise eine gewisse Unterstützung gerechtfertigt ist .
+das ist auch der Fall bei der jetzt vorgeschlagenen Finanzhilfe in einer demnächst festzusetzenden Höhe , es ist keinerlei Zweifel an der Seriosität unserer Vorschläge angebracht .
+ebenso unverhältnismäßig und unangebracht ist schließlich die angeordnete Vergeltungsmaßnahme , durch die Importe unterschiedlichster Erzeugnissen eingeschränkt werden sollen , womit ohne Unterschied Länder , Regionen und Sektoren bestraft werden , die gar nichts mit Bananen zu tun haben .
+Herr Präsident ! bei meinen Ausführungen möchte ich mich nur auf ein Thema konzentrieren , das soeben auch von dem Kollegen Vecchi angesprochen wurde , nämlich auf den sogenannten Fall Somalia .
+trotz eindringlicher Appelle hat sich die Europäische Kommission zu keinen Interventionsmaßnahmen entschieden , weder zur Bereitstellung von Mitteln im Rahmen des Europäischen Sozialfonds oder von STABEX noch in anderer Form .
+seit Juni letzten Jahres ist jeglicher Bananenexport aus Somalia unterbrochen : es gibt keine Ware , und die vorhandene ist wenig wirtschaftlich ; sie ist , kurz gesagt , nicht angebotsfähig .
+mit der vorliegenden Verordnung nun können die somalischen Erzeuger endlich wieder Mut fassen .
+nun gut , jetzt gibt es die Organisation der somalischen Erzeuger , die auf kontinentaler wie auch auf internationaler Ebene anerkannt ist .
+dies muß vor allem von der GD VIII berücksichtigt werden .
+Herr Präsident , meine Damen und Herren . ich möchte zunächst dem Ausschuß für Entwicklung und Zusammenarbeit und insbesondere Herrn Liese für die auf dieses Dokument verwandte harte Arbeit danken .
+ehe ich mich den Änderungsanträgen zuwende , möchte ich Ihnen kurz in Erinnerung rufen , warum dieser Vorschlag für die Kommission so wichtig ist .
+im vergangenen Jahr hat der Rat die notwendigen Maßnahmen beschlossen , um die Gemeinsame Marktorganisation für Bananen in Einklang mit den WTO @-@ Regeln zu bringen .
+diese werden nun seit dem 1. Januar angewendet und werden die Marktbedingungen für die traditionellen Bananenlieferanten aus den AKP @-@ Staaten radikal verändern .
+um es den traditionellen AKP @-@ Lieferanten zu ermöglichen , auf dem EU @-@ Markt gemäß den Vereinbarungen des Lomé @-@ Abkommens weiterhin präsent zu sein , hat die Kommission parallel dazu diesen Vorschlag über die Schaffung eines besonderen Rahmens zur technischen und finanziellen Unterstützung vorgelegt .
+diese Unterstützung soll ihnen helfen , sich an die neuen Marktbedingungen anzupassen und vor allem die Wettbewerbsfähigkeit ihrer Erzeugung zu steigern .
+ich denke , wir sind uns in der Notwendigkeit dieser Verordnung einig und darin , daß sie möglichst rasch umgesetzt werden muß , so daß die traditionellen AKP @-@ Lieferanten in ihren Bemühungen zur Verbesserung ihrer Wettbewerbsfähigkeit fortfahren können .
+diese Maßnahme ist erforderlich ungeachtet des Resultats der in Genf laufenden Diskussionen .
+in der uns beschäftigenden Frage möchte ich betonen , wie sehr wir in bezug auf diesen Vorschlag einer Meinung sind .
+wir haben vier spezielle Änderungsanträge übernommen , aber unsere Zustimmung geht weit darüber hinaus .
+nehmen wir die Diversifikation .
+wir waren uns einig , daß finanzielle Mittel für Diversifikationsprojekte bereitgestellt werden sollten , sofern Verbesserungen der Wettbewerbsfähigkeit nicht praktikabel oder nicht nachhaltig sind .
+wir alle wissen , daß es in den traditionellen AKP @-@ Staaten Teile der Bananenindustrie gibt , in denen die Produktion für einen stärker auf Wettbewerb eingestellten EU @-@ Markt nicht überleben würde .
+diesen Bauern sollte Unterstützung gewährt werden , damit sie sich auf andere Kulturen verlegen können .
+zu diesem Zweck ist in den Gemeinsamen Standpunkt jetzt eine neue Formulierung aufgenommen worden .
+ein weiteres Gebiet ist die sozial- und umweltverträgliche Bananenerzeugung , sogenannte Fair @-@ Trade- Bananen .
+das ist ein wichtiger Aspekt in der Strategie eines AKP @-@ Staats zur Verbesserung seiner Wettbewerbsfähigkeit .
+deshalb wurde in den Gemeinsamen Standpunkt eine besondere Formulierung aufgenommen , aber ich muß betonen , daß das keine Verordnung in bezug auf fairen Handel ist .
+es gibt viele andere Methoden , mit denen ein AKP @-@ Staat seinen Bananensektor nachhaltig verbessern kann .
+dazu gehören die Verbesserung der Verkehrsverbindungen und der Verteilung , die Erarbeitung neuer Vermarktungsstrategien sowie die Ermöglichung von Ausbildung und die Bereitstellung technischer Hilfe für die Bauern .
+es sei auch daran erinnert , daß die Liste der Programmkriterien weder präskriptiv noch vollständig ist .
+der Text wurde einfach gehalten , um die nötige Flexibilität zu ermöglichen .
+ein weiteres Gebiet , auf dem wir einer Meinung sind , ist die Notwendigkeit offener und transparenter Konsultationen .
+es gehört zu einer guten Arbeitspraxis , zu gewährleisten , daß Erzeugergruppen und Verbände von Bananenbauern in den Prozeß der Ausarbeitung von Strategien für den Bananensektor einbezogen werden .
+wir regen zu solchen Gesprächen bereits an .
+sie sind auch fester Bestandteil der AKP @-@ EU @-@ Partnerschaft .
+eine besondere Formulierung zu diesem Punkt braucht in die Verordnung nicht aufgenommen zu werden .
+es gibt einen oder zwei Bereiche , wo wir etwas abweichende Auffassungen haben und wo wir die von Ihnen vorgeschlagenen Änderungen nicht akzeptieren konnten .
+unsere Argumente haben sich seit der ersten Lesung im Juni nicht verändert .
+einer dieser Punkte sind Direktzahlungen an Bauern als eine Form der Einkommensbeihilfe .
+dieses Konzept geht nicht konform mit unserem Gesamtziel , den Grad der Wettbewerbsfähigkeit der traditionellen Bananenerzeugung in den AKP @-@ Staaten zu erhöhen .
+die Bereitstellung von Einkommensbeihilfen wird nur den Tag hinauszögern , da nicht wettbewerbsfähige Erzeuger aus dem Markt gehen müssen .
+das ist eine kurzfristige Maßnahme .
+sie führt nicht zu einer nachhaltigen Industrie .
+es muß in die Infrastruktur des Bananensektors investiert werden , um den Flaschenhals zu beseitigen , der die Entwicklung eines effizienten Industriezweigs für die Gesamtheit der Länder behindert .
+ich will Ihnen ein Beispiel geben . eines der wichtigen Erzeugerländer , in denen die Banane von großer Bedeutung für die Wirtschaft ist , ist St. Lucia .
+wer es nicht weiß : St. Lucia ist ein stark bergiges Land , wo man für 20 km eine Fahrtzeit von über einer Stunde braucht .
+der Schlüssel zur Verbesserung der Erzeugung , der Wettbewerbsfähigkeit und der Produktivität im Bananensektor liegt hier in der Möglichkeit der Tröpfchenbewässerung .
+da einige Betriebe relativ klein sind , müssen sie sich zu diesem Zweck zusammentun .
+also haben wir uns schon sehr früh bemüht , einen starken Bauernverband zu bilden , so daß man ein derartiges Bewässerungssystem gemeinsam nutzen könnte .
+das bedingt aber auch Unterstützung seitens der Regierung , so daß sich auch die Regierung um einen Teil der mit diesem großen Vorhaben verbundenen Infrastruktur kümmert .
+die Bereitstellung solcher Hilfe läuft daher Gefahr , von unseren Handelspartnern als mit den Regeln des Welthandels unvereinbar moniert zu werden .
+wir sind auch der Ansicht , daß Verordnungen keine speziellen Budgetzahlen enthalten sollten , um nicht den jährlichen Haushaltsdiskussionen , wie in der Gemeinsamen Erklärung von 1982 vereinbart , vorzugreifen .
+die Jahressumme von 45 Millionen Euro ist korrekt , und zusätzliche Mittel sollten für dringliche Maßnahmen nicht bereitgestellt werden .
+das ruft nur Erwartungen hervor .
+wir müßten dann erörtern , was eine dringliche Maßnahme ist , und das verzögert meiner Meinung nach die Durchführung dieses Vorhabens .
+alle Projekte sollten als Teil der Strategie eines Landes in den ins Auge gefaßten globalen Rahmen einfließen .
+die Tür sollte auch nicht offen bleiben für eine Verlängerung der Unterstützung über die vorgeschlagenen zehn Jahre hinaus .
+nicht weil ich absolut überzeugt davon wäre , daß zehn Jahre ausreichen , sondern weil wir zu diesem Zeitpunkt so rasch wie möglich radikale Veränderungen brauchen , um diese Wettbewerbsfähigkeit zu erreichen .
+zu diesem Zeitpunkt den Gedanken einer Verlängerung zu äußern , hieße , die falsche Botschaft auszusenden .
+ein letztes Problem ist die Haltung zu den multinationalen Unternehmen .
+das einzige Unternehmen , das das betrifft , ist , wenn ich recht informiert bin , Fyffes in Surinam , Belize und auf den Windward Islands .
+der Grund , weshalb es da einigen Widerstand gibt , ist einfach .
+es geht nicht darum , daß wir reiche multinationale Unternehmen finanzieren wollen .
+das verleiht uns eine größere Flexibilität und wäre am Ende in bezug auf das Land effektiver .
+wenn Sie mich fragen , ob ich erwarte , daß multinationale Unternehmen einen großen Anteil haben werden , dann lautet meine Antwort : Nein .
+aber wir sollten diese gemeinsame Bemühung in Betracht ziehen , wenn das multinationale Unternehmen - in diesem Fall Fyffes - dazu beitragen will .
+ich sehe keinen Grund , warum wir solche Bemühungen nicht kofinanzieren sollten .
+schließlich möchte ich noch ein paar Worte über Somalia verlieren .
+wie Sie wissen , gibt es in diesem Land seit langem keine eigentliche Regierung .
+deshalb war es ihm nicht möglich , das revidierte Lomé @-@ IV @-@ Abkommen zu ratifizieren , das in Mauritius revidiert worden war .
+grundsätzlich und theoretisch konnte Somalia also keine Hilfe seitens der Europäischen Union beanspruchen .
+und so ist es denn auch geschehen .
+worin besteht derzeit die Schwierigkeit in Somalia ?
+sie besteht nicht in der Festlegung einer Quote oder in der Bereitstellung finanzieller Hilfen .
+sie besteht darin , denjenigen zu ermitteln , der eine Ausfuhrbescheinigung für somalische Bananen erteilt .
+wir haben Hinweise , daß eine der kriegführenden Parteien in Somalia bereit ist , die Möglichkeit der Ausstellung dieser Bescheinigung wahrzunehmen .
+das liefe darauf hinaus , die Kriegsanstrengungen dieser speziellen Partei zu finanzieren .
+das können wir nicht .
+deshalb dauern die Gespräche an .
+wir möchten , daß es ein Erzeugerverband ist , der in Somalia die Bescheinigung ausstellt und nicht eine politische Gruppierung .
+ich bin zuversichtlich , daß wir mit Hilfe unserer Mitgliedstaaten und insbesondere aufgrund der Bemühungen Italiens in der Lage sein werden , diese Schwierigkeiten zu überwinden .
+ganz zuletzt zum WTO @-@ Panel . mit jenen , die da sagen , das sei kein technisches Problem mehr , stimme ich uneingeschränkt überein .
+mehr noch , die Tatsache , daß die Vereinigten Staaten anscheinend nicht bereit sind , die WTO @-@ Regeln zu akzeptieren , bedeutet , daß wir dieses Konzept der globalisierten Liberalisierung überdenken müssen .
+ich habe den Eindruck , daß wir , wenn wir es dabei beließen , die Augen vor den Interessen der Kleinen und Armen verschließen würden , und ich denke , daß Europa dann nicht seine Pflicht erfüllen würde .
+die Kommission hat bislang in diesem Disput Standfestigkeit gezeigt .
+ich stimme dem voll zu , daß Sir Leon Brittan eine sehr gute Arbeit geleistet hat .
+aber wir müssen uns darüber im klaren sein , daß es eine erhebliche Schwächung unserer Position bedeutete , würden wir nicht , sei es im Parlament oder insbesondere im Rat , vereint stehen .
+ich hoffe aufrichtig , daß das nicht eintritt .
+die Aussprache ist geschlossen .
+die Abstimmung findet morgen um 9.00 Uhr statt .
+Universaldienst in der Telekommunikation
+ich möchte uns auch allen in Erinnerung rufen , daß die Unterstützung des Liberalisierungsprozesses in der Telekommunikation seitens des Europäischen Parlaments mit der Einführung und Verwirklichung des Universaldienstes Hand in Hand geht .
+es ist völlig klar , daß die Marktkräfte nicht , oder zumindest nicht kurzfristig , einen Universaldienst bereitstellen .
+sollten die Marktkräfte das im nächsten Jahr dennoch bewerkstelligen , werde ich die erste sein , die das begrüßt und darauf aufmerksam macht .
+leider besteht , wie in meinem Bericht deutlich wird , ein Mangel an Informationen durch die Mitgliedstaaten , auf deren Grundlage man den Fortschritt beurteilen könnte .
+ich will ein paar Beispiele geben : es mangelt an wirklich harmonisierten nationalen Daten , es gelingt nicht , einheitliche Tarife innerhalb eines Betreibergebiets durchzusetzen .
+besonders enttäuschend ist , daß sich die Grundgebühren für die Privathaushalte in der Hälfte der Mitgliedstaaten beträchtlich erhöht haben .
+das trifft natürlich besonders hart die gelegentlichen Nutzer , meist ältere Menschen , die an das Haus gebunden sind und die an den Telefongebühren sparen .
+wichtig ist auch , auf die behinderten Nutzer hinzuweisen .
+Behinderte Nutzer insgesamt haben in der Gemeinschaft noch immer keine zufriedenstellenden Sonderregelungen .
+im Gegenteil , die allgemeine Tendenz scheint zu sein , daß Nutzer in Privathaushalten bestraft werden .
+zwar sind die Gebührensätze gefallen , doch das ist unverhältnismäßig zugunsten von Auslandsgesprächen geschehen , was natürlich die gewerblichen Nutzer stark begünstigt .
+ich kritisiere solche Gebührensenkungen nicht , sondern will nur die Aufmerksamkeit auf die unbefriedigende Verzerrung zum Nachteil des privaten Nutzers lenken .
+insbesondere möchte ich auf Abschnitt 9 des Berichts hinweisen , in dem vom Fehlen einer Bestimmung zur Festlegung der Erschwinglichkeit in den Mitgliedstaaten die Rede ist .
+ohne diese Definition der Erschwinglichkeit wird der Verbraucher praktisch einer gesunden rechtlichen Basis beraubt , mit deren Hilfe er seine Interessen vertreten könnte .
+nach der Ausarbeitung dieses Berichts legte die BEUC , die Verbraucherorganisation der Europäischen Union , ihre eigene Analyse zur Umsetzung der Richtlinie über den Sprachtelefondienst vor .
+sie gelangt zu demselben Schluß wie ich , daß sich dieser Dienst quasi im Anfangsstadium befindet .
+dennoch geben die im BEUC @-@ Bericht enthaltenen Daten und das unzureichende von der Kommission gelieferte Material Anlaß zu einer gewissen Besorgnis .
+ich will mit einer persönlichen Bemerkung abschließen , weil ich denke , daß die Meinungen der Verbraucher auf diesem Gebiet überall in der Europäischen Union wirklich wichtig sind .
+ich habe versucht , meinen Telefondienst zu wechseln .
+früher war ich bei der British Telecom , vor anderthalb Jahren wechselte ich zur Ionica , einem Unternehmen , das leider nicht mehr im Geschäft ist .
+ich nahm meine Nummer mit , wie mein Kollege Herr van Velzen darlegte und wie die Kommission richtig vorgeschlagen hatte .
+jetzt will ich zu einem Kabelunternehmen wechseln , und da sagt man mir , die Mitnahme der Nummer sei nicht möglich .
+wenn ich meine Nummer behalten will , dann habe ich nur die Möglichkeit , zur British Telecom zurückzugehen , zum alten staatlichen Monopol .
+es war mir eine willkommene Erfahrung , daß der private Verbraucher einen wirklich effektiven Wettbewerb auf lokaler Ebene trotz aller Bemühungen der Kommission und der Bemühungen des Parlaments in der Praxis noch sehr selten vorfindet .
+ich spreche natürlich vom Internet @-@ Zugang .
+ich weiß , daß es in den meisten Mitgliedstaaten Nachlässe bei den Anschlußgebühren oder die kostenlose Bereitstellung von Sondergeräten gibt .
+ich weiß , daß wirklich recht viele Fortschritte erzielt worden sind , aber das Endziel , das Ideal , ist noch nicht erreicht .
+wenn wir wirklich eine Europäische Union mit immer stärkerem Zusammenhalt schaffen wollen , wird es ebenfalls immer dringlicher , entschlossen voranzukommen , um die Möglichkeiten zu schaffen , die den Nutzern in den weniger bevölkerten Regionen eingeräumt werden müssen .
+die Universalität im Telekommunikationsdienst muß vorangebracht werden , nicht nur in ihrer quantitativen Anwendung , sondern auch in der Erhöhung der Qualität .
+so muß beispielsweise auf die allgemeine Verkürzung der Fristen für den Anschluß ans Netz oder die Bereitstellung des Dienstes sowie die Behebung von Störungen Nachdruck gelegt werden .
+zusammengefaßt , Herr Präsident , ist mit diesem Bericht ein wichtiger Schritt , aber eben nur ein weiterer Schritt , getan worden .
+die schlimmsten Befürchtungen und Voraussagen hätten sich also bestätigt .
+Versprechen oder Zusagen wurden nicht eingelöst .
+die Liberalisierung und Privatisierung der Branche führte nicht zur Herabsetzung der Preise für Nutzer mit geringem Einkommen , was der Universaldienst auf dem Wege der vielgepriesenen Wettbewerbstugenden zusichern sollte .
+es stimmt , daß der gegenwärtige Wettbewerb auf dem Gebiet der Mobiltelefone außer Veränderungen im Sozialverhalten die Maßstäbe des Telekommunikationsmarktes durcheinandergewirbelt hat .
+Herr Präsident , ich möchte mich meinen Kollegen anschließen und den Bericht von Frau Read begrüßen .
+er bietet uns jetzt vor allem eine Gelegenheit , das Problem der Liberalisierung und deren Wirkung auf den Universaldienst zu beleuchten .
+was alle öffentlichen Versorgungseinrichtungen in ganz Europa gemeinsam haben , ist , daß sie ursprünglich um der sozialen Gleichheit willen hinsichtlich der Verteilung der Dienste geschaffen wurden .
+ob man nun die Telekommunikation , die Postdienste , die Wasserversorgung und so weiter betrachtet , überall war da dieser Gedanke der Universalität .
+egal , in welchem Teil eines Landes man lebte , man bekam die gleichen Leistungen zu den gleichen Kosten wie alle anderen .
+durch die einsetzende Liberalisierung und den stärkeren Wettbewerb , was ich durchaus begrüße , haben wir auch gelernt , daß man Fehler machen kann , wenn man sich Hals über Kopf in die Liberalisierung stürzt .
+es muß einige Restriktionen und Kontrollmechanismen und -methoden im Zusammenhang mit der Liberalisierung geben .
+einige meiner Kollegen sind auf diese Fragen bereits eingegangen .
+ich möchte gern auf vier spezielle Punkte verweisen : erstens darauf , daß es keine Rosinenpickerei in bezug auf die gewinnträchtigsten und am einfachsten zu bedienenden Bereiche der Telekommunikation geben darf .
+zweitens geht es um spezielle Einrichtungen für ältere Menschen , besonders in diesem Jahr , dem Internationalen Jahr der älteren Menschen .
+betrachtet man die zunehmende Zahl von Menschen über 55 in der Europäischen Union , dann ist es eine soziale Notwendigkeit , ihnen den einfachen Zugang zu Telekommunikationsnetzen zu niedrigen Kosten , manchmal sogar kostenlos , zu gewähren .
+nur um ein Beispiel zu nennen : in Irland brauchen Altersrentner keine Grundgebühren für das Telefon bezahlen .
+weiter zu den Behinderten .
+weil neuen Technologien auch neue Möglichkeiten der Kommunikation und eines größeren Austauschs zwischen Behinderten und der breiteren Bevölkerung bieten , sollten sie gefördert und zu geringeren Gebühren bereitgestellt werden .
+abschließend zum Internet , das uns nun bereitsteht : wir müssen gewährleisten , daß diese Ressource für die Allgemeinheit und nicht nur für Auserwählte erschlossen wird .
+Herr Präsident ! ich begrüße es , daß die Berichterstatterin auch die sozialpolitischen Aspekte , die in der modernen Informationsgesellschaft eine neue Dimension bekommen haben , berücksichtigt .
+ich unterstütze auch die Änderungsanträge , die in diese Richtung gehen .
+so ist mit größter Konsequenz anzustreben , daß behinderten Menschen Modelle zugänglich gemacht werden , die ihren besonderen Anforderungen gerecht werden .
+die Entwicklung des öffentlichen Zugangs zum Internet , zum Beispiel in Schulen oder Bibliotheken , ist ein äußerst wichtiges Thema , mit dem sich auch dieses Parlament in Zukunft verstärkt befassen sollte .
+die Informationsgesellschaft darf nicht zu einer Verstärkung sozialer Gegensätze führen .
+wenn der Zugang zu Informationsmedien einem Teil der Bevölkerung vorenthalten bleibt oder erschwert wird , entstehen Unterschiede im Bildungsniveau , die auch zu dramatisch unterschiedlichen Chancen auf dem Arbeitsmarkt führen können .
+Herr Präsident , meine sehr geehrten Damen und Herren ! die Liberalisierung des Telekommunikationssektors war eine richtungsweisende Strategie , die nicht nur einen weiteren Schritt vom Binnenmarkt hin zum europäischen Heimmarkt bedeutet hat .
+sie hat dazu auch noch eine bedeutende beschäftigungspolitische Dimension . im Zuge der Beurteilung der Umsetzung des Reformpaketes wurde auf diese Entwicklung hingewiesen .
+die Informationsgesellschaft schafft derzeit jeden vierten neuen Arbeitsplatz in der Europäischen Union .
+dafür müssen wir der Kommission und insbesondere Herrn Bangemann danken .
+der vorliegende Read @-@ Bericht erklärt die Möglichkeit des Zugangs zu den grundlegenden Diensten zu akzeptablen Preisen und Qualitätsstandards zur Vorbedingung für die Unterstützung des aktuellen Liberalisierungsprozesses .
+ich möchte noch einen Schritt weitergehen .
+die Bereitstellung des Universaldienstes kann doch in letzter Konsequenz auch ein logisches Ergebnis und Produkt der Liberalisierung sein .
+worum handelt es sich überhaupt bei den Universaldiensten ?
+nach allgemeiner Ansicht geht es dabei um ein Mindestangebot an Telekomdiensten von einer bestimmten Qualität , das allen Nutzern preiswert zur Verfügung gestellt werden kann .
+dazu gehört der Zugang zu festen öffentlichen Telefondiensten , wie etwa den Notruf oder der Auskunft , öffentliche Telefonzellen und auch besondere Maßnahmen für benachteiligte Personengruppen .
+dieses Thema ist daher bedeutend für das allgemeine Vertrauen , das in Europas Zukunftstechnologien gesetzt werden muß .
+es ist auch klar , daß in manchen Bereichen der freie Markt nicht von Anfang an alle Vorteile ausspielen kann .
+daher ist das Konzept der Erschwinglichkeit derzeit auch mit Berechtigung im Raum .
+es erlaubt den Mitgliedstaaten , geographische Durchschnittspreise anzusetzen und Preisobergrenzen und ähnliches einzuführen .
+wichtig ist dabei im übrigen auch die Möglichkeit , unzumutbare Belastungen der Universaldienstanbieter abzufedern .
+ich unterstütze aber die Kommission , wenn sie sagt : solche Maßnahmen gelten so lange , bis der Wettbewerb eine wirksame Preiskontrolle ermöglicht .
+Herr Präsident , ich spreche an Stelle meines Kollegen Mendes Bota .
+doch über einiges wäre nachzudenken .
+erstens : es ist eine große Ungleichheit in der Tarifentwicklung bei den Installations @-@ und Grundgebühren sowie bei den Kosten für Orts- , Regional- , Inlands- und Auslandsgespräche festzustellen .
+in einigen Ländern ist ein Preisrückgang , in anderen ein Preisanstieg zu verzeichnen , aber aus dem Bericht ergibt sich keine klare Vorstellung , wie die einzelnen Mitgliedstaaten im Hinblick auf die Kosten für die Nutzung europäischer Telekommunikationsnetze miteinander verglichen werden könnten .
+wir glauben , daß der Markt , um so offener der Wettbewerb auf dem Privatsektor ist , sich selbst regulieren und das europäische Tarifsystem auf einem Mindestmaß harmonisieren wird .
+zweitens : es ist festzustellen , daß die Nutzer mit geringem Einkommen und die am abgelegensten Randgebiete am stärksten unter den gegenwärtigen Tarifregelungen zu leiden haben , und dieser Aspekt wird von den Mitgliedstaaten ziemlich vernachlässigt .
+drittens : das Internet wird von den Bürgern , den Unternehmen und den Institutionen immer mehr genutzt und angenommen .
+es ist aber weit davon entfernt , allen Menschen Zugang zu bieten oder zu einem grundlegenden Instrument der Solidarität und Gleichbehandlung zu werden .
+die Verhandlungen über die Schaffung einer Internet @-@ Charta oder eines Internet @-@ Kodex gehen weiter , aber das Internet bleibt im Universaldienst der Telekommunikation außen vor .
+wir sind vollkommen einverstanden mit dem Beschluß von Maßnahmen , die das Angebot von Sondertarifen für Schulen , Bibliotheken und Bildungsinstitute sowie gemeinnützige Einrichtungen ermöglichen .
+Herr Präsident ! ich möchte Frau Read , aber auch allen Teilnehmern an der Diskussion sehr herzlich danken für ihre Bemerkungen .
+die Kommission bemüht sich , in diesen verschiedenen Problembereichen vernünftige Lösungen zu erreichen .
+aber ich möchte auf vier Bemerkungen , die auch in der Diskussion eine Rolle gespielt haben , besonders eingehen .
+zunächst auf die Frage : wie haben die Mitgliedstaaten festgelegt , was Erschwinglichkeit bedeutet ?
+einige Mitgliedsländer haben schon im Vorgriff auf die geänderte Sprachtelefonie @-@ Richtlinie strengere Maßnahmen zum Schutz der Verbraucher getroffen .
+auch Systeme der Preisüberwachung oder der Vorauszahlung , insbesondere im Bereich des Mobilfunks , gibt es .
+wir haben sechs Mitgliedstaaten - Dänemark , Deutschland , Spanien , Frankreich , Finnland und das Vereinigte Königreich - , die die Umsetzung der geänderten Richtlinie bereits mitgeteilt haben .
+von Belgien , Griechenland , Irland , Italien , den Niederlanden , Österreich und Schweden erwarten wir in Kürze Maßnahmen .
+bei der Erschwinglichkeit , das ist auch von einem Redner in der Diskussion gesagt worden , spielt es eine große Rolle , wie das Einkommensniveau in den einzelnen Mitgliedsländern ist .
+das ist sehr unterschiedlich .
+zum Teil gibt es Abweichungen um das drei- oder vierfache .
+deswegen haben wir uns eigentlich darauf verlassen , daß folgend dem Konzept der Subsidiarität die Mitgliedsländer in diesem Bereich stärkere Verantwortung übernehmen müssen , als wir das selber können .
+aber in dem neuen Bericht über die Umsetzung werden wir Einzelheiten über den Stand der Umsetzung der strengeren Maßnahmen zum Schutz der Verbraucher mitteilen können .
+zweite Einzelheit : die Unterstützung für Nutzer mit niedrigem Einkommen und für benachteiligte Nutzer sowie für gelegentliche Nutzer .
+wir haben Sondertarife für diese Nutzer genau deshalb empfohlen , um die auch von uns erwarteten ersten negativen Auswirkungen der Liberalisierung zu konterkarieren .
+das ist immerhin von fünf Mitgliedstaaten - nicht nur in Frankreich , wie im Bericht angegeben wurde - umgesetzt worden , nämlich von Frankreich , Italien , den Niederlanden , Schweden und dem Vereinigten Königreich .
+wir werden in dem neuen Bericht sehen , wie sich das weiter entwickelt hat .
+die Kommission ist wie das Parlament sehr daran interessiert , daß das zu tatsächlichen Vorteilen für diese Benutzergruppe führt .
+wie sollen Betreiber für den Universaldienst ausgewählt werden ?
+die Kommission hat nichts dagegen , daß eine Form gewählt wird , die kostenwirksam und nützlich für den Verbraucher den Universaldienst bereitstellt .
+das kann mit dem Ausschreibungsverfahren gehen , es kann aber auch gehen mit der Ermittlung von Kosten und der Festsetzung von Preisen , die nur die Nettokosten erfassen .
+deswegen wollen wir hier nicht eine einseitige Präferenz für ein Verfahren aufgreifen .
+letzte Frage : die Verbreitung des öffentlichen Zugangs zum Internet und insbesondere auch die Nutzung des Internets durch öffentliche Einrichtungen .
+das ist nicht überall der Fall , Herr Vorsitzender , und Frau Read hat recht , wenn sie das kritisiert .
+aber das ist zu Ende .
+wir haben hier durchaus Preissenkungen festzustellen , und Sondertarife für Schulen und andere Sondertarife entsprechen absolut den Wettbewerbsregeln und werden von uns auch gefördert , solange die Grenzkosten abgedeckt werden .
+ich kann aber dem Parlament versprechen , daß wir den Universaldienst im Zusammenhang mit der für Ende 1999 vorgesehenen Überprüfung der Rechtsvorschriften erneut ebenfalls prüfen wollen und die Ergebnisse dem Parlament dann mitteilen .
+vielen Dank , Herr Kommissar .
+die Aussprache ist geschlossen .
+die Abstimmung findet morgen um 9.00 Uhr statt .
+öffentliches Auftragswesen
+Herr Präsident , meine Kollegen werden wissen , daß dieser Bericht in groben Zügen einen Überblick gibt über das , was wir in der Frage des öffentlichen Auftragswesens erreicht haben und was wir in naher Zukunft erreichen sollten .
+im allgemeinen läßt die Kommission erkennen , daß unseren damaligen Diskussionen während der Aussprache über das Grünbuch Gehör geschenkt wurde .
+nunmehr geht es darum , sicherzustellen , daß man , wenn auch das Vorgehen im großen und ganzen richtig ist , im Detail genauso präzise sein muß , und zwar in erster Linie hinsichtlich sozialer und Umweltstandards sowie hinsichtlich der Nachhaltigkeit .
+nach der Annahme des Amsterdamer Vertrags , mit dem die EU ihr Engagement für eine umweltgerechtere europäische Politik bekräftigte , müssen wir klarstellen , welchen Einfluß diese Grundsätze auf die Rechtsvorschriften auf dem Gebiet des öffentlichen Auftragswesens haben .
+die Damen und Herren Abgeordneten erinnern sich vielleicht , daß wir in vorangegangenen Diskussionen die Kommissionen um die Zusicherung ersuchten , daß eine horizontale Harmonisierung von EU @-@ Richtlinien vorgenommen würde .
+es ist absurd , wenn die rechte GD nicht weiß , was die linke GD gerade tut .
+das gleiche trifft für Parlamentsausschüsse zu .
+noch schlimmer ist es , wenn wir uns der Diskrepanzen bewußt sind , aber aktiv nichts unternehmen , um sie zu beseitigen .
+so müssen wir uns den Problemen stellen , daß wir innerhalb unserer Union ein bestimmtes Modell errichten , das sich in den von uns verabschiedeten Richtlinien nicht immer wiederfindet .
+globale oder internationale Verpflichtungen stellen weitere Anforderungen an uns .
+wir müssen das zur Kenntnis nehmen .
+das soll kein Aufruf zu dieser oder jener Position in bezug auf eine Politik sein , sondern die Anerkennung der Notwendigkeit einer klaren Gesetzgebung , die auf einer sicheren Basis aufbaut und damit handhabbar wird .
+ich sage es noch einmal - und darin sollte Klarheit herrschen : wir empfehlen keine spezielle Politik .
+wir anerkennen die Notwendigkeit der Klarheit , Einfachheit und Anwendbarkeit .
+auch hier brauchen wir klare Richtlinien , wie das in die Praxis umgesetzt werden kann .
+die Kommission hat einen Bericht dazu zugesagt .
+wir warten mit angehaltenem Atem .
+wir wollen sehen , wie sie die Grundsätze der Klarheit , Einfachheit und rechtlichen Anwendbarkeit voranbringen und eine Gesetzgebung zum öffentlichen Auftragswesen zweckmäßig , effektiv und in unserer modernen Gesellschaft durchsetzbar gestalten .
+jegliche weitere jetzt eingebrachte Gesetzgebung muß diese Bereiche umfassen .
+das ist wichtig .
+wir prüfen bereits , ob die Telekommunikation von den Richtlinien über das Auftragswesen ausgenommen werden kann .
+ich denke , niemand würde dem widersprechen , daß die dem Normalverbraucher im allgemeinen angebotenen Möglichkeiten zunehmen .
+auf nationaler Ebene lassen sich da vielleicht noch einige Unterschiede feststellen , aber es ist klar , daß der Prozeß der Liberalisierung in diesem Sektor unumkehrbar ist .
+unser Blick richtet sich jedoch heute auch auf die künftige Liberalisierung und auf die mögliche Ausnahme anderer Sektoren von den Regeln des Auftragswesens .
+hier ergibt sich eine Reihe von Problemen .
+zunächst warten wir darauf , daß die Kommission Vorschläge für den Prozeß vorlegt , den sie in diesen Sektoren anwenden will : welcher Artikel , nach welchen Kriterien wird entschieden , wer sich bewerben kann und wer nicht .
+zweitens kommen wir zu dem Punkt zurück , auf den wir ganz am Anfang der Verhandlungen über das Grünbuch hingewiesen haben , nämlich auf die Frage der Wettbewerbsfähigkeit .
+wir dürfen nie vergessen , daß die Gesetzgebung im Bereich des Auftragswesens zum Nutzen und zum Schutz des Verbrauchers besteht .
+deshalb sind wir für den Wettbewerb .
+die Wahlmöglichkeit des Verbrauchers wird ein Schlüsselelement sein , wenn es darum geht , zu beweisen , daß ein echter Wettbewerb existiert .
+wie ich bereits sagte , dürfen neue , einfache Verfahren die Prinzipien der besten Praktiken auf dem Wege des uneingeschränkten Wettbewerbs nicht unterminieren .
+ich bin mir dessen bewußt , daß es nicht leicht sein wird , zu einer feststehenden Definition dessen , was Wettbewerb ausmacht , zu gelangen .
+es ist nicht unser Ziel , das zu erschweren , doch wenn die europäische Industrie nicht weiterhin durch das Erfordernis , einen Wettbewerb de jure und de facto nachzuweisen , benachteiligt werden soll , dann ist das eine Herausforderung für uns .
+wir haben zu diesem Zweck einen Änderungsantrag eingebracht und hoffen , daß das Hohe Haus uns unterstützt .
+morgen möchte ich nur noch einen mündlichen Änderungsantrag vorbringen .
+ich danke der Kommission für ihre Aufmerksamkeit .
+draußen habe ich mit Herrn Monti gesprochen .
+ich habe jetzt eine andere Verpflichtung , und ich weiß , daß er Verständnis dafür hat , daß ich jetzt gehen muß .
+ich möchte Kollege Tappin im übrigen herzlich für die Übernahme vieler unserer Schlußfolgerungen in seinen Bericht danken .
+es ist tatsächlich nicht die erste Aussprache über dieses Thema .
+Herr Kommissar , ich muß Ihnen ehrlich sagen , ich bin recht enttäuscht , daß die Europäische Kommission nicht den Mut hat , in ihrer Mitteilung zu diesem Thema einen wesentlichen Schritt vorwärts zu machen , und nur eine interpretierende Mitteilung vorlegt .
+nach unserer Überzeugung reicht soft law nicht aus .
+die Praktiken bei den Sozialklauseln unterscheiden sich in den verschiedenen Mitgliedstaaten ganz beträchtlich .
+da es enorm viele Interpretationsmöglichkeiten gibt , bedarf es unserer Ansicht nach klarer Regeln .
+ich möchte hier zwei Punkte anführen .
+erstens : öffentliche Aufträge müssen tatsächlich marktkonform sein , aber der Markt darf nicht dazu mißbraucht werden , Herr Kommissar , Sozialvorschriften zu unterlaufen .
+darum müssen Richtlinien für das öffentliche Auftragswesen explizit angeben , daß sowohl die internationalen als auch die nationalen Sozialvorschriften und die Tarifvereinbarungen einzuhalten sind , und dies gleichermaßen für die Hauptunternehmer wie für die Subunternehmer .
+zweitens : sehr viele Mitgliedstaaten und örtliche Verwaltungen nutzen öffentliche Ausschreibungen für positive Aktionen für Langzeitarbeitslose , zur Integration von Einwanderern und für stadtteilbezogene Aktionen .
+der Gerichtshof hat klargestellt , daß diese positiven Aktionen nicht gegen die Wettbewerbsregeln verstoßen .
+aber um Unklarheiten zu vermeiden , muß in diesen Richtlinien ausdrücklich angegeben sein , daß positive Aktionen möglich sind und wie diese Sozialklauseln dann eingebracht werden können .
+jetzt hat wohl auch das Vereinigte Königreich unter der Labour @-@ Regierung seine Haltung gegenüber Sozialklauseln in öffentlichen Ausschreibungen radikal geändert , so daß ich mit Spannung die Reaktion der Kommission auf unsere Empfehlungen erwarte .
+liebe Kollegen ! die Kommission hat nun also eine Mitteilung zum Öffentlichen Auftragswesen vorgelegt : sie möchte einen rechtlichen Rahmen schaffen , das Vergabeverfahren vereinfachen und an die Erfordernisse und Merkmale des Marktes anpassen .
+darüber hinaus dürfen wir aber auch die großen gesellschaftlichen Ziele nicht vergessen : menschliche Prinzipien , Forderungen nach einer bürgernahen Gesellschaft und die Grundsätze des öffentlichen Sektors . sie können nicht immer in den Rahmen privaten Unternehmertums gepreßt werden .
+ich danke Herrn Tappin für seinen ausgezeichneten Bericht .
+der Berichterstatter verweist auf die Notwendigkeit , die sozialen Maßnahmen und Prinzipien der Gemeinschaft in die Rechtsvorschriften der EU einzubeziehen .
+Rechte der Arbeitnehmer wie Mindestlöhne , Arbeitszeiten und Arbeitsschutz sind nicht für alle Unternehmen , die Zuschläge für öffentliche Aufträge erhalten , eine Selbstverständlichkeit .
+wie kann es sonst dazu kommen , daß bei der Privatisierung kommunaler Betriebe ältere Busfahrer entlassen werden , während alte Busse wieder eingesetzt werden ?
+bei der Erarbeitung der Beschaffungsrechtsvorschriften sollten strengere Bestimmungen gelten als bisher . gleichzeitig muß die Kontrolle der Umsetzung verschärft werden .
+Probleme hat es ja offensichtlich gerade mit der Umsetzung dieser Richtlinie gegeben .
+ich bezweifle sogar , daß es sich hier nur um praktische Probleme wie die Auslegung der komplizierten Rechtsvorschriften oder Unterschiede in der Arbeitsmarktkultur handelt .
+geht es nicht vielmehr darum , daß öffentliche Ausschreibungen häufig nicht mit den anderen Grundsätzen des öffentlichen Dienstes in Übereinstimmung zu bringen sind ?
+auch im Auftragswesen muß der öffentliche Sektor allgemeine gesellschaftspolitische Ziele verfolgen .
+dazu gehören die Entwicklung der Qualität bei den Dienstleistungen , die Verbesserung der Beschäftigungssituation und die Berücksichtigung von Umweltfragen .
+ich warte nun auf die von der Kommission versprochene Erklärung zu den gesamtgesellschaftlichen Wirkungen der öffentlichen Auftragsvergabe .
+die Mitteilung der Kommission und der Bericht Tappin unterstreichen die Notwendigkeit , den kleinen und mittleren Betrieben den Zugang zu öffentlichen Aufträgen zu erleichtern .
+das ist richtig und wichtig , weil mit dem öffentlichen Auftragswesen die Gefahr der Kartellbildung verbunden ist .
+in bezug auf die Arbeitsgesetzgebung und Umweltstandards haben die KMU jedoch noch einen großen Bedarf an Informationen und Aufklärung .
+diese Frage ist auch im Zusammenhang mit dem Einsatz der Informationstechnologie zu sehen , den der Berichterstatter angesprochen hat . Datentechnik wird in Zukunft in diesem Bereich umfassend angewendet , weil sie die Verfahren beschleunigt und vereinfacht .
+schließlich möchte ich auch noch zu bedenken geben , daß die Kommunen wegen ihres demokratischen Charakters gewöhnlich über eine bessere Moral verfügen als die Geschäftswelt .
+Herr Präsident ! die Richtlinien für das öffentliche Auftragswesen waren ein wichtiger Schritt in dem Streben nach einem wettbewerbsfähigeren offenen europäischen Markt .
+seit der ersten Richtlinie in diesem Bereich hat sich in Europa viel verändert .
+ein Sektor wie die Telekommunikation wurde liberalisiert , und hier und da waren hoffnungsvolle Signale zu erkennen , wenn es um öffentliche Aufträge ging .
+im allgemeinen gab es wieder die leidige Bürokratie .
+die Verfahren , nach denen die Unternehmen vorzugehen hatten , waren unglaublich kompliziert und ineffizient .
+wir sprechen über einen Markt von 720 Milliarden Euro , der wirklich aufgebrochen werden muß , wenn wir jemals von einem echten Binnenmarkt sprechen wollen .
+aber zu welchem Preis ?
+in der Richtlinie sind Schwellenwerte vorgesehen , bei deren Überschreitung eine freihändige oder nationale Vergabe von Aufträgen nicht mehr möglich ist .
+prinzipiell ist das eine gute Sache .
+das Problem ist , daß kleine und mittlere Unternehmen aufgrund der enormen Bürokratie nur mit großer Mühe Zugang zum Beschaffungsmarkt finden .
+innerhalb des Systems gibt es ja keine Rechnungserstattungen mehr .
+große Unternehmen beschließen einfach , sich nicht mehr an öffentlichen Ausschreibungen zu beteiligen , und kümmern sich nur um den normalen Markt .
+außerdem wird &quot; das wirtschaftlich günstigste Angebot &quot; oft als das billigste interpretiert .
+das geht zum Beispiel zu Lasten dauerhaften Bauens , da die Behörden nur am niedrigsten Preis interessiert sind .
+viele öffentliche Einrichtungen haben nämlich keinen Schuldendienst , was auf lange Sicht ein kurzsichtiges und teures System für den Bürger ist .
+und es ist ein schlechtes System für die kleinen und mittleren Unternehmen , die nicht den langen Atem eines Großunternehmens haben , das seinen Gewinn aus dem Unterhalt kalkulieren kann .
+die Kommission richtet ihr Augenmerk daher zu Recht auf die KMU .
+große oder mittelgroße Unternehmen können sich inzwischen mit Hilfe computergestützter Technologien über die veröffentlichten Ausschreibungen informieren .
+zwischen einer Ausschreibung und dem tatsächlichen Zuschlag für einen Auftrag liegen jedoch noch viele Schritte .
+das betreffende Unternehmen oder Konsortium muß nicht nur ein mit Kosten verbundenes Angebot unterbreiten , sondern auch nachweisen , daß es finanziell solide ist und über ausreichend Erfahrung auf dem Ausschreibungsgebiet verfügt .
+Qualifikationssysteme können hier eine Lösung sein .
+dabei brauchen die Unternehmen nur einmal nachzuweisen , daß der Betrieb solide ist und über die nötige Erfahrung verfügt . für eine Behörde , die nur selten Ausschreibungen durchführt , zahlt sich ein solches System jedoch nicht aus .
+darum habe ich gemeinsam mit Werner Langen und meiner Fraktion einen Änderungsantrag für die Erhöhung der Schwellenwerte eingereicht , der vom Ausschuß für Wirtschaft , Währung und Industriepolitik angenommen wurde .
+Wiederaufnahme der Sitzungsperiode
+ich erkläre die am Freitag , dem 17. Dezember unterbrochene Sitzungsperiode des Europäischen Parlaments für wiederaufgenommen , wünsche Ihnen nochmals alles Gute zum Jahreswechsel und hoffe , daß Sie schöne Ferien hatten .
+wie Sie feststellen konnten , ist der gefürchtete &quot; Millenium @-@ Bug &quot; nicht eingetreten . doch sind Bürger einiger unserer Mitgliedstaaten Opfer von schrecklichen Naturkatastrophen geworden .
+im Parlament besteht der Wunsch nach einer Aussprache im Verlauf dieser Sitzungsperiode in den nächsten Tagen .
+heute möchte ich Sie bitten - das ist auch der Wunsch einiger Kolleginnen und Kollegen - , allen Opfern der Stürme , insbesondere in den verschiedenen Ländern der Europäischen Union , in einer Schweigeminute zu gedenken .
+ich bitte Sie , sich zu einer Schweigeminute zu erheben .
+( das Parlament erhebt sich zu einer Schweigeminute . )
+Frau Präsidentin , zur Geschäftsordnung .
+wie Sie sicher aus der Presse und dem Fernsehen wissen , gab es in Sri Lanka mehrere Bombenexplosionen mit zahlreichen Toten .
+zu den Attentatsopfern , die es in jüngster Zeit in Sri Lanka zu beklagen gab , zählt auch Herr Kumar Ponnambalam , der dem Europäischen Parlament erst vor wenigen Monaten einen Besuch abgestattet hatte .
+wäre es angemessen , wenn Sie , Frau Präsidentin , der Präsidentin von Sri Lanka in einem Schreiben das Bedauern des Parlaments zum gewaltsamen Tod von Herrn Ponnambalam und anderen Bürgern von Sri Lanka übermitteln und sie auffordern würden , alles in ihrem Kräften stehende zu tun , um nach einer friedlichen Lösung dieser sehr schwierigen Situation zu suchen ?
+ja , Herr Evans , ich denke , daß eine derartige Initiative durchaus angebracht ist .
+wenn das Haus damit einverstanden ist , werde ich dem Vorschlag von Herrn Evans folgen .
+Frau Präsidentin , zur Geschäftsordnung .
+könnten Sie mir eine Auskunft zu Artikel 143 im Zusammenhang mit der Unzulässigkeit geben ?
+meine Frage betrifft eine Angelegenheit , die am Donnerstag zur Sprache kommen wird und auf die ich dann erneut verweisen werde .
+das Parlament wird sich am Donnerstag mit dem Cunha @-@ Bericht über mehrjährige Ausrichtungsprogramme befassen , der in Absatz 6 vorschlägt , daß Länder , die ihr Soll zur Flottenverkleinerung nicht erfüllen , jährlich mit einer Art Quotenstrafe belegt werden sollen .
+und zwar sollen derartige Strafen trotz des Grundsatzes der relativen Stabilität verhängt werden .
+ich meine , daß der Grundsatz der relativen Stabilität einen elementaren Rechtsgrundsatz der gemeinsamen Fischereipolitik darstellt und ein Vorschlag , diesen zu unterlaufen , rechtlich unzulässig wäre .
+ich möchte wissen , ob es möglich ist , einen Einwand gegen ein Dokument zu erheben , bei dem es sich lediglich um einen Bericht und keinen Legislativvorschlag handelt , und ob ich befugt bin , dies am Donnerstag zu tun .
+genau dann können Sie , wenn Sie wollen , diese Frage ansprechen , d. h. am Donnerstag zu Beginn der Aussprache über den Bericht .
+die erste diesjährige Tagung des Europäischen Parlaments fällt leider damit zusammen , daß in den Vereinigten Staaten , in Texas , für Donnerstag dieser Woche die Hinrichtung eines zum Tode verurteilten 34jährigen jungen Mannes namens Hicks festgelegt worden ist .
+auf Wunsch eines französischen Mitglieds , Herrn Zimeray , wurde bereits eine Petition eingereicht , die von vielen , auch von mir selbst , unterzeichnet worden ist .
+gemäß der vom Europäischen Parlament und von der gesamten Europäischen Union nunmehr ständig vertretenen Linie möchte ich Sie jedoch bitten , den ganzen Einfluß Ihres Amtes und der Institution , die Sie vertreten , bei dem Präsidentschaftskandidaten und Gouverneur von Texas , George W. Bush , der zur Aussetzung der Vollstreckung des Todesurteils und zur Begnadigung des Verurteilten befugt ist , geltend zu machen .
+all dies entspricht den Grundsätzen , die wir stets verteidigt haben .
+vielen Dank , Herr Segni , das will ich gerne tun .
+das ist ganz im Sinne der Position , die wir als Parlament immer vertreten haben .
+Frau Präsidentin ! ich möchte Sie auf einen Fall aufmerksam machen , mit dem sich dieses Parlament immer wieder befaßt hat .
+das ist der Fall von Alexander Nikitin .
+wir freuen uns hier alle , daß das Gericht ihn freigesprochen und deutlich gemacht hat , daß auch in Rußland der Zugang zu Umweltinformationen konstitutionelles Recht ist .
+nun ist es aber so , daß er wieder angeklagt werden soll , weil der Staatsanwalt in Berufung geht .
+wir wissen und wir haben es in wirklich sehr vielen Entschließungen festgestellt - gerade während der letzten Plenartagung des vergangenen Jahres- , daß dies nicht nur ein juristischer Fall ist und daß es falsch ist , Alexander Nikitin Kriminalität und Verrat vorzuwerfen , weil wir als Betroffene von seinen Ergebnissen einen Nutzen haben .
+diese Ergebnisse sind die Grundlage für die europäischen Programme zum Schutz der Barentsee , und deswegen bitte ich Sie , einen Briefentwurf , der Ihnen die wichtigsten Fakten schildert , zu prüfen und im Sinne der Beschlüsse des Parlaments in Rußland diese Position deutlich zu machen .
+Frau Schroedter , ich bin gerne bereit , die damit zusammenhängenden Fakten zu prüfen , wenn mir Ihr Brief vorliegt .
+Frau Präsidentin , zunächst besten Dank dafür , daß Sie Wort gehalten haben und nun in der ersten Sitzungsperiode des neuen Jahres das Angebot an Fernsehprogrammen in unseren Büros tatsächlich enorm erweitert ist .
+dennoch , Frau Präsidentin , wurde meinem Wunsch nicht entsprochen .
+zwar können wir jetzt zwei finnische und einen portugiesischen , nach wie vor aber keinen niederländischen Sender empfangen . ich hatte Sie aber um ein niederländisches Programm gebeten , denn auch wir Niederländer möchten die Nachrichten verfolgen , wenn wir jeden Monat hierher in die Verbannung geschickt werden .
+deshalb möchte ich Sie nochmals ersuchen , dafür Sorge zu tragen , daß auch ein niederländischer Sender eingespeist wird .
+Frau Plooij @-@ van Gorsel , ich kann Ihnen mitteilen , daß dieser Punkt am Mittwoch auf der Tagesordnung der Quästoren steht .
+ich hoffe , daß dort in Ihrem Sinne entschieden wird .
+Frau Präsidentin , können Sie mir sagen , warum sich dieses Parlament nicht an die Arbeitsschutzregelungen hält , die es selbst verabschiedet hat ?
+weshalb wurde die Luftqualität in diesem Gebäude seit unserer Wahl nicht ein einziges Mal überprüft ?
+weshalb ist der Arbeitsschutzausschuß seit 1998 nicht ein einziges Mal zusammengetreten ?
+warum hat weder im Brüsseler noch im Straßburger Parlamentsgebäude eine Brandschutzübung stattgefunden ?
+warum finden keine Brandschutzbelehrungen statt ?
+warum wurde nach meinem Unfall nichts unternommen , um die Treppen sicherer zu machen ?
+warum wird in den Nichtraucherzonen das Rauchverbot nicht durchgesetzt ?
+es ist eine Schande , daß wir Regeln verabschieden , an die wir uns dann selbst nicht halten .
+Frau Lynne , Sie haben völlig recht , und ich werde prüfen , ob all dies wirklich so ist .
+ich werde die Frage auch den Quästoren unterbreiten . ich bin mir sicher , daß diese großen Wert darauf legen , daß wir die Rechtsvorschriften , die wir verabschieden , auch selbst einhalten .
+Frau Präsidentin ! Frau Díez González und ich hatten einige Anfragen zu bestimmten , in einer spanischen Zeitung wiedergegebenen Stellungnahmen der Vizepräsidentin , Frau de Palacio , gestellt .
+die zuständigen Dienste haben sie nicht in die Tagesordnung aufgenommen , da sie der Meinung waren , sie seien schon in einer vorangegangenen Sitzung beantwortet worden .
+ich bitte , diese Entscheidung zu überdenken , weil das nicht der Fall ist .
+die früher beantworteten Anfragen bezogen sich auf das Auftreten von Frau de Palacio in einer bestimmten Angelegenheit , nicht auf die am 18. November des vergangenen Jahres in der Tageszeitung ABC erschienenen Erklärungen .
+lieber Kollege , wir werden das prüfen .
+ich muß Ihnen aber sagen , daß ich die Lage im Moment für etwas verworren halte .
+wir werden das aber sehr genau prüfen , damit alles seine Richtigkeit hat .
+Frau Präsidentin , ich wüßte gern , ob das Parlament in dieser Woche ein deutliches Signal unserer Unzufriedenheit bezüglich der heutigen Entscheidung , mit der eine Verlängerung des Waffenembargos gegen Indonesien abgelehnt wird , aussenden wird , zumal sich die große Mehrheit in diesem Parlament in der Vergangenheit für das Waffenembargo gegen Indonesien ausgesprochen hat .
+die heutige Entscheidung gegen eine Verlängerung des Embargos birgt angesichts der dortigen Lage eine sehr große Gefahr .
+das Parlament sollte , da dies dem Wunsch der großen Mehrheit entspricht , eine entsprechende Botschaft senden .
+die Ablehnung einer Verlängerung des Embargos seitens der EU @-@ Mitgliedstaaten ist unverantwortlich .
+wie bereits festgestellt wurde , ist die Lage in Indonesien äußerst instabil .
+es besteht sogar die Gefahr eines Militärputsches .
+wir wissen nicht , was passiert .
+weshalb also sollten Waffenhersteller in der EU auf Kosten unschuldiger Menschen Profite einstreichen ?
+dieser Punkt ist bisher nicht für die Dringlichkeitsdebatte am Donnerstag vorgesehen .
+Arbeitsplan
+nach der Tagesordnung folgt die Prüfung des endgültigen Entwurfs der Tagesordnung , wie er nach Artikel 110 der Geschäftsordnung am Donnerstag , dem 13. Januar von der Konferenz der Präsidenten festgelegt wurde .
+zu Montag und Dienstag liegen keine Änderungen vor .
+zum Mittwoch :
+die Sozialdemokratische Fraktion beantragt , eine Erklärung der Kommission über ihre strategischen Ziele für die nächsten fünf Jahre sowie über die Verwaltungsreform der Kommission in die Tagesordnung aufzunehmen .
+ich bitte den Antragsteller , Herrn Barón Crespo , seinen Antrag zu begründen , falls er dies wünscht .
+danach verfahren wir wie üblich : ein Redner dafür , einer dagegen .
+Frau Präsidentin ! die Vorstellung des politischen Programms der Kommission Prodi für die gesamte Wahlperiode ging auf einen Vorschlag der Fraktion der Sozialdemokratischen Partei Europas zurück , der die einhellige Billigung der Konferenz der Präsidenten im September und auch die ausdrückliche Zustimmung von Präsident Prodi fand , der seine Zusage in seiner Antrittsrede bekräftigte .
+diese Zusage ist insofern von Bedeutung , als die Kommission ein Organ ist , das nach den Verträgen das Initiativmonopol besitzt und somit grundlegend die politische und legislative Tätigkeit dieses Parlaments in den nächsten fünf Jahren gestaltet .
+ich möchte auch daran erinnern , daß dieses Parlament in der vorangegangenen Wahlperiode Präsident Prodi zweimal sein Vertrauen ausgesprochen hat ; in dieser Wahlperiode sprach es ihm im Juli erneut sein Vertrauen aus , und dann , als die neue Kommission im Amt war , gab es im September erneut ein Vertrauensvotum für die Kommission insgesamt .
+somit hatte die Kommission bereits genügend Zeit , ihr Programm zu erarbeiten , und wir , um es kennenlernen und den Bürgern erklären zu können .
+in diesem Sinne erinnere ich an die Entschließung vom 15. September , in der empfohlen wurde , den Vorschlag in der kürzestmöglichen Frist vorzulegen .
+die Ereignisse der vergangenen Woche - die am Rande der Konferenz der Präsidenten ihren Anfang nahmen und wobei diese Konferenz nur zur Bestätigung und Ratifizierung von außerhalb gefaßten Beschlüssen genutzt wurde - verdeutlichen ein Dilemma : entweder ist die Kommission nicht in der Lage , dieses Programm vorzulegen ( In diesem Fall sollte sie eine Klärung herbeiführen .
+nach den Worten ihres Präsidenten ist sie dazu in der Lage .
+da die Kommission durch die Vizepräsidentin , Frau de Palacio , vertreten ist , halte ich es für zweckmäßig , vor der Abstimmung die Position der Kommission hinsichtlich ihrer Bereitschaft zur Vorstellung des Programms , so wie es vereinbart war , zu erfahren . ) , oder das Parlament ist zur Prüfung dieses Programms nicht in der Lage , wie einige offenbar vorgeben .
+da meine Fraktion der Meinung ist , daß ein Parlament dazu da ist , zuzuhören , zu diskutieren und nachzudenken , gibt es unserer Ansicht nach keinen Grund zur Rechtfertigung dieser Verzögerung , und wir glauben , wenn die Kommission dazu in der Lage ist , liegen wir genau in der Zeit , um die ursprüngliche Vereinbarung zwischen dem Parlament und der Kommission wieder in Kraft zu setzen und verantwortungsbewußt vor unsere Mitbürgerinnen und Mitbürgern treten zu können .
+daher bitte ich Sie , Frau Präsidentin , die Kommission zu ersuchen , sich jetzt zu äußern , und danach zur Abstimmung zu schreiten .
+( Beifall der PSE @-@ Fraktion )
+Frau Präsidentin , liebe Kolleginnen und Kollegen ! ich bin doch etwas erstaunt über das Verhalten des Kollegen Barón Crespo , der jetzt verlangt , daß dieser Tagesordnungspunkt auf die Tagesordnung für Mittwoch gesetzt wird .
+Herr Kollege Barón Crespo , Sie konnten am letzten Donnerstag in der Konferenz der Präsidenten nicht anwesend sein .
+das kritisiere ich nicht ; es kommt immer mal vor , daß man sich vertreten läßt .
+der Kollege Hänsch hat Sie dort vertreten .
+wir haben in der Konferenz der Präsidenten eine ausführliche Debatte geführt .
+nur Ihre Fraktion hat das vertreten , was Sie jetzt sagen .
+wir haben dann abgestimmt .
+jeder Vorsitzende bzw. jede Vorsitzende hat ja so viele Stimmen , wie die Fraktion Mitglieder hat .
+es gab eine Abstimmung zu diesem Punkt .
+diese Abstimmung ist meiner Erinnerung nach so ausgegangen : 422 gegen 180 Stimmen bei einigen wenigen Enthaltungen .
+das heißt , alle Fraktionen , mit Ausnahme der Fraktionslosen - aber die sind ja keine Fraktion - waren sich einig , nur Ihre Fraktion war der Meinung , so zu verfahren , wie Sie es hier vorgeschlagen haben .
+alle anderen waren anderer Meinung .
+das war der Beschluß .
+jetzt möchte ich zur Sache selbst etwas sagen .
+wir haben Vertrauen zur Kommission , zu Romano Prodi , und die ganz große Mehrheit unserer Fraktion hat Romano Prodi und der Kommission nach einem schwierigen Prozeß , wie jeder weiß , das Vertrauen ausgesprochen .
+aber wir sind auch der Meinung , daß wir eine Debatte über diese Strategie der Kommission in einem geordneten Verfahren führen müssen , nicht nur aufgrund einer mündlichen Erklärung hier im Europäischen Parlament , sondern auch aufgrund eines Dokumentes , das in der Kommission beschlossen ist und dieses Programm für fünf Jahre beschreibt .
+ein solches Dokument gibt es nicht !
+die Kommission wird das Programm für das Jahr 2000 im Februar vorlegen .
+wir haben gesagt , o. k , wenn die Kommission das Programm 2000 noch nicht im Januar machen will , dann machen wir das im Februar .
+wir haben dem zugestimmt .
+wir wollen ja an sich keinen Streit mit der Kommission , sondern wir sind der Meinung , wenn es eben geht , müssen Kommission und Parlament einen gemeinsamen Weg gehen .
+aber wir als Parlament sind auch der Kontrolleur der Kommission . und nicht alles , was von der Kommission kommt , muß unsere Meinung sein .
+ich möchte , daß wir uns auf eine Debatte über das Fünfjahresprogramm in den Fraktionen vernünftig vorbereiten können .
+man kann sich nicht vorbereiten , wenn man hier eine Erklärung hört und gar nicht weiß , was Inhalt einer solchen Erklärung ist .
+es ist also auch ein vernünftiger sachlicher Zusammenhang , der uns rät , die Debatte über beide Programme gemeinsam zu führen .
+deswegen lehnt meine Fraktion den Vorschlag der Sozialistischen Fraktion entschieden ab !
+( Beifall von der PPE @-@ DE @-@ Fraktion )
+ich schlage vor , daß wir über den Antrag der Sozialdemokratischen Fraktion , die Erklärung der Kommission über ihre strategischen Ziele wieder auf die Tagesordnung zu setzen , abstimmen .
+( das Parlament lehnt den Antrag ab . ) Die Präsidentin .
+zum Mittwoch liegt mir noch ein weiterer Antrag betreffend die mündliche Anfrage über die Kapitalsteuer vor .
+die PPE / DE @-@ Fraktion beantragt , diesen Punkt von der Tagesordnung abzusetzen .
+möchte jemand den Antrag im Namen der Fraktion begründen ?
+Frau Präsidentin , da ich bei den Sozialisten ein bißchen Gelächter höre - mir wurde gesagt , daß auch weite Kreise der Sozialistischen Fraktion diesen Tagesordnungspunkt gern abgesetzt haben wollen , weil bei der Abstimmung in der Konferenz der Präsidenten das Votum der Arbeitsgruppe der zuständigen Kolleginnen und Kollegen der Sozialistischen Fraktion nicht vorlag .
+ich weiß nicht , ob diese Information richtig ist , aber wir als EVP @-@ ED @-@ Fraktion wären jedenfalls dankbar , wenn dieser Punkt abgesetzt würde , weil sich das Parlament nämlich schon mehrfach mit dieser Frage befaßt hat .
+es gibt auch Beschlüsse gegen eine solche Steuer .
+deswegen beantragt meine Fraktion , diesen Punkt von der Tagesordnung abzusetzen .
+vielen Dank , Herr Poettering .
+wir kommen nun zu Herrn Wurtz , der gegen den Antrag spricht .
+Frau Präsidentin , ich möchte zunächst darauf hinweisen , daß das , was Herr Poettering da sagt , nicht ganz logisch ist .
+zum einen belehrt er die Sozialdemokratische Fraktion , weil diese eine ganz klare und eindeutige Entscheidung der Konferenz der Präsidenten in Frage stellt . und nun tut er genau dasselbe .
+wir haben diskutiert , wir waren uns einig , nur die EVP @-@ Fraktion und die Liberalen nicht .
+und ich hatte noch darauf hingewiesen , die anderen Präsidentenkollegen werden sich noch daran erinnern , daß es nicht darum geht , ob man für oder gegen die Tobin @-@ Steuer ist , sondern darum , ob wir bereit sind , uns anzuhören , was die Kommission und der Rat davon halten .
+das ist nicht zuviel verlangt .
+ich wiederhole also den Vorschlag , diese mündliche Anfrage an die Kommission und den Rat aufrechtzuerhalten , um ein für alle Mal die Meinung dieser beiden Institutionen zu diesem relativ bescheidenen Vorschlag zu erfahren , der für die Öffentlichkeit ein wichtiges Signal wäre , insbesondere nach der Aufregung im Gefolge des Scheiterns der Konferenz von Seattle .
+wir stimmen jetzt über den Antrag der PPE / DE @-@ Fraktion ab , die mündliche Anfrage über die Kapitalsteuer von der Tagesordnung abzusetzen .
+( das Parlament lehnt den Antrag mit 164 Ja @-@ Stimmen , 166 Nein @-@ Stimmen und 7 Enthaltungen ab . )
+Frau Präsidentin , ich möchte Herrn Poettering für das Rühren der Werbetrommel zugunsten dieser Aussprache danken .
+vielen Dank .
+Frau Präsidentin ! ist meine Stimme mitgezählt worden ?
+ich konnte sie nämlich nicht elektronisch abgeben , weil ich die Karte nicht habe .
+ich habe &quot; dafür &quot; gestimmt .
+in der Tat , wenn man die beiden Mitglieder , die sich gemeldet haben hinzuzählt , dann ergibt sich als Ergebnis ...
+Frau Präsidentin ! die Präsidentschaft hat das Ergebnis der Abstimmung verkündet .
+Änderungen sind nicht möglich .
+Frau Präsidentin , bei der früheren Abstimmung zur Frage des Strategieplans der Kommission - keine Angst , ich werde mich an Ihre Entscheidung in dieser Sache halten - hatte ich darum gebeten , vor der Abstimmung im Namen meiner Fraktion sprechen zu dürfen .
+dazu kam es nicht .
+ich würde es begrüßen , wenn ich zum Abschluß dieses Geschäftspunktes die Möglichkeit hätte , im Namen meiner Fraktion eine Erklärung zur Abstimmung abzugeben .
+das ist eine wichtige Angelegenheit .
+vielleicht wäre es sinnvoll festzuhalten , wie das , was wir eben getan haben , von den einzelnen vor dem Hintergrund ihrer eigenen politischen Analyse aufgenommen wird .
+Frau Präsidentin ! ich will die Debatte nicht wieder aufnehmen , aber ich hatte mich auch gemeldet , um zu dem Antrag von Herrn Barón Crespo Stellung zu nehmen .
+sie haben mich auch nicht aufgerufen .
+ich bedauere das , aber die Abstimmung ist durchgeführt worden , die Entscheidung ist gefallen , also lassen wir die Dinge .
+das tut mir leid , Herr Hänsch und Herr Cox .
+ich hatte nicht gesehen , daß Sie ums Wort gebeten hatten .
+doch die Positionen sind deutlich geworden und werden ins Protokoll aufgenommen .
+wenn wir morgen das Protokoll der Sitzung von heute verabschieden , können die Kolleginnen und Kollegen , die der Auffassung sind , daß die Positionen nicht ausreichend klar geworden sind , Änderungen beantragen .
+ich halte dieses Vorgehen für angemessen .
+natürlich werden im Protokoll der Sitzung von morgen sämtliche zusätzlichen Erläuterungen berücksichtigt .
+ich halte das für besser als jetzt lange Stimmerklärungen abzugeben .
+Herr Cox , Herr Hänsch , sind Sie damit einverstanden ?
+Frau Präsidentin , wenn aus der Abstimmung einwandfrei hervorgeht , wie meine Fraktion abgestimmt hat , dann werde und kann ich nichts dagegen sagen .
+wenn Sie festlegen , daß ich keine Erklärung zur Abstimmung abgeben kann , akzeptiere ich das , wenngleich unter Vorbehalt .
+beim Abfassen des Protokolls werden wir mit großer Sorgfalt vorgehen . das tun wir im übrigen immer .
+wenn Positionen nicht richtig wiedergegeben werden , können wir das Protokoll gegebenenfalls ändern .
+( das Parlament genehmigt den geänderten Arbeitsplan . )
+Sicherheitsberater für den Gefahrguttransport
+verehrte Frau Kommissarin , verehrte Präsidentin , liebe Kolleginnen und Kollegen ! ich begrüße den Gemeinsamen Standpunkt des Rates zur Harmonisierung der Ausbildung von Sicherheitsberatern für die Beförderung gefährlicher Güter auf Straße , Schiene oder Binnenwasserstraße unumwunden .
+erstens : wir mußten formal tätig werden , um den Forderungen der Richtlinie 96 / 35 / EG gerecht zu werden , die die Mitgliedstaaten zur Einsetzung von Gefahrgutbeauftragten bzw. Sicherheitsberatern sowie zur Organisation von Ausbildung , Schulung und Prüfung eben dieser Personen verpflichtet , ohne dies explizit auszuführen .
+zweitens : wir erzielen mit dieser Richtlinie a ) ein Mehr an Sicherheit , sowohl bei der Beförderung als auch beim Umschlag von gefährlichen Gütern ; b ) einen Abbau von Wettbewerbsverzerrungen infolge unterschiedlichster nationaler Ausbildungsstrukturen und Ausbildungskosten sowie c ) die Herstellung der Chancengleichheit von Sicherheitsberatern auf dem europäischen Arbeitsmarkt .
+drittens garantieren wir mit der Richtlinie , so wie sie jetzt als Gemeinsamer Standpunkt vorliegt , insbesondere da sie sich ausschließlich auf Mindestnormen beschränkt , einen hohen Flexibilitätsgrad und geringe Reglementierung durch die Europäische Union , und wir tragen zur hohen Eigenverantwortung der Mitgliedstaaten bei .
+all dies ist im Sinne der Subsidiarität außerordentlich zu begrüßen .
+unsere Änderungsanträge aus der ersten Lesung halte ich für sehr zufriedenstellend berücksichtigt .
+sie wurden übernommen , sinngemäß umgesetzt bzw. sie entfielen , weil die entsprechenden europäischen Regelungen nicht aufgenommen wurden , z. B. ein Sanktionssystem bei Verstößen oder eine komplizierte Blockbildung von Fragenkomplexen .
+für den einen einstimmig angenommenen Änderungsantrag des Ausschusses für Regionalpolitik und Verkehr , der die zeitliche Umsetzung der Richtlinie betrifft , bitte ich um Zustimmung .
+indem wir den Mitgliedstaaten für die Umsetzung der Richtlinie kein spezifisches Datum setzen , sondern ihnen einen Zeitraum von drei Monaten nach Inkrafttreten der Richtlinie zugestehen , führen wir eine Flexibilitätsklausel ein , die eine unverzügliche Umsetzung gewährleistet .
+ich bitte Sie um Zustimmung .
+mir als Österreicher , aber ich glaube , uns allen ist noch die Katastrophe in lebendiger Erinnerung , die im vergangenen Jahr im Tauerntunnel zahlreiche Menschenleben gekostet hat und wo anschließend viele Monate lang mit gigantischem finanziellem Aufwand wiederaufgebaut werden mußte , was bei diesem Brand im Tunnel zerstört worden ist .
+die monatelange Renovierung hat diesen wichtigen Verkehrsweg zwischen dem Norden und dem Süden Europas abgeschnitten .
+der dadurch bewirkte Umwegsverkehr hat viele Tausend EU @-@ Bürger bis an die Grenze des Erträglichen belastet .
+es war in einzelnen Gemeinden in meinem Land wirklich die Hölle los .
+Prävention muß unsere Antwort auf derartige Katastrophen sein , und mit dem vorliegenden Richtlinienentwurf schaffen wir eine wichtige Grundlage dafür , daß gut ausgebildete Sicherheitsbeauftragte zur Verfügung stehen , damit rechtzeitig das Richtige getan wird .
+wir dürfen uns freilich nicht damit begnügen , europäisches Recht im Dienste von mehr Sicherheit zu schaffen .
+wir müssen auch konsequent darauf achten , daß unsere Vorgaben fristgerecht durch die Mitgliedstaaten umgesetzt werden , und noch wichtiger , wir müssen darauf achten , daß sie anschließend auch angewendet werden .
+bitte nicht noch einen weiteren Bereich , in dem wir dann anschließend das Vollzugsdefizit beklagen müssen .
+einen letzten Punkt möchte ich noch ansprechen : wir dürfen uns nicht damit begnügen , eine weitere Lücke im Sicherheitsnetz zu schließen und die Augen davor zu verschließen , daß beim Thema Verkehrssicherheit in Europa noch viel mehr zu tun ist .
+ich verlange in diesem Zusammenhang auch und bitte die anwesende zuständige Kommissarin , möglichst bald einen entsprechenden Text vorzulegen , um auch in Zukunft für mehr Sicherheit im Tunnelverkehr zu sorgen , damit wir in Europa solche Katastrophen nicht mehr in diesem Ausmaß erleben müssen !
+Frau Präsidentin , zunächst möchte ich Herrn Koch für seinen Bericht danken , der die Verkehrssicherheit zum Thema hat .
+der Bericht befaßt sich mit der Harmonisierung von Prüfungsanforderungen für Sicherheitsberater , die im Bereich der Beförderung gefährlicher Güter auf Straße , Schiene oder Binnenwasserstraße tätig sind .
+ich beglückwünsche ihn zu seinem ausgezeichneten Bericht .
+der Berichterstatter stellte fest , daß der Rat in seinem Gemeinsamen Standpunkt sechs der zehn vom Parlament in der ersten Lesung angenommenen Änderungen übernommen hat und daß die übrigen Änderungen des Parlaments im wesentlichen berücksichtigt worden sind .
+meine Fraktion wird den Gemeinsamen Standpunkt daher unterstützen und begrüßt die baldige Umsetzung der Regelung , die ein weiteres Instrument im Kampf um die maximale Erhöhung der Verkehrssicherheit in der EU darstellen wird .
+Initiativen zur Erhöhung der Verkehrssicherheit werden jederzeit von meiner Fraktion unterstützt .
+wie die jüngsten Ereignisse zeigen , gibt es in diesem Bereich noch sehr viel zu tun .
+Frau Präsidentin , gestatten Sie mir einige Bemerkungen .
+danken möchte ich sowohl dem Berichterstatter für seinen überaus akribischen und sachkundigen Bericht als auch der Kommission für den von ihr eingebrachten Vorschlag .
+es geht um die Angleichung der Prüfungsvorschriften , eigentlich aber auch um Mindestnormen .
+in gewissem Sinne bedauere ich das .
+selbstverständlich kommt der Verkehrssicherheit auf Straße , Schiene oder Binnenwasserstraßen überaus große Bedeutung zu , und angesichts des internationalen Charakters dieser Transporte ist es erforderlich , die Ausbildungsgänge für Sicherheitsberater sowie die Anforderungen beispielsweise im kommenden neuen ADR zu harmonisieren .
+das halte ich ebenso wie die Umsetzung für wichtig . natürlich gibt es gute Gründe , weshalb wir diesem Problem besondere Aufmerksamkeit widmen müssen .
+denken Sie an die Unfälle , die sich in den letzten Jahren im Straßenverkehr ereignet haben . beispielsweise in Belgien , den Niederlanden und weiteren Ländern fuhren Gefahrguttransporter trotz Nebels weiter und wurden nicht , wie es angesichts der Umstände eigentlich erforderlich gewesen wäre , am Straßenrand abgestellt .
+oder denken Sie an Schiffer von osteuropäischen Schiffen , die hier neben anderen ankern und von denen ganz offensichtlich Gefahren ausgehen .
+außerdem belegen Kontrollen in belgischen , finnischen wie auch in japanischen Häfen , daß 50 % der Container mit zum Teil gefährlicher Ladung nicht ordnungsgemäß angeliefert werden .
+kurzum , ein ernstes Problem .
+was die Sicherheitsberater betrifft , so ist in einigen Ländern seit dem 1. Januar dieses Jahres ein solcher Berater in den Unternehmen vorgeschrieben .
+die Umsetzung ist gegenwärtig insbesondere in kleinen Betrieben mit Schwierigkeiten verbunden , denn sie können sich eine solche Stelle nicht leisten .
+entweder sie verkaufen ihre Ladung oder mischen sie mit anderer Ladung , was zu einer Reihe von Problemen führt .
+gefordert werden deshalb auch die Erfassung dieser Aktivitäten in Form von Jahresberichten oder Betriebsanalysen und eventuell die Einbeziehung in die Zertifizierung nach ISO 9002 .
+die eigentliche Arbeit ist getan , nun geht es um die Umsetzung .
+gestatten Sie mir noch einen letzten Hinweis .
+im Hinblick auf diese Umsetzung müssen wir außerdem angemessene Vereinbarungen mit den osteuropäischen Ländern treffen , da sie erst ab 1. Juli 2001 , also in anderthalb Jahren , den entsprechenden Übereinkommen beitreten werden .
+dadurch erwachsen ihnen vorübergehend Wettbewerbsvorteile .
+obgleich ich das an sich nicht schlimm finde , sollten wir insbesondere den Sicherheitsaspekten des Gefahrguttransports auf Straße , Schiene und Binnenwasserstraßen Priorität einräumen , diesen Teil des Besitzstands so bald als möglich aufgreifen und den beitrittswilligen Staaten vorlegen .
+Frau Präsidentin , zu Recht befaßt sich das Parlament regelmäßig mit der Verkehrssicherheit .
+die ständig zunehmende Menge an Gütern , die durch Europa befördert werden , stellt offen oder versteckt eine Gefahr für das Personal und die Gesellschaft dar .
+Personen , die mit dieser Gefahr konfrontiert sind , haben deshalb hohen Anforderungen zu genügen .
+mit den dazu in einer anderen Richtlinie , 95 / 35 / EG , verankerten Normen sollten Menschen verantwortungsbewußt über die Beförderung gefährlicher Güter beraten werden können .
+zu meiner Freude besteht auch mit dem Rat Übereinstimmung über Mindestanforderungen für deren Prüfung , obgleich ich mit dem Ziel international gleichwertiger Befähigungsnachweise einheitliche verbindliche Normen und Regelungen bevorzugt hätte .
+allerdings scheint das nicht machbar zu sein .
+summa summarum halte ich den von dem Berichterstatter eingebrachten Abänderungsantrag in jeder Hinsicht für logisch und kann ihn deshalb voll und ganz unterstützen .
+Herr Präsident , Frau Kommissarin , liebe Kolleginnen und Kollegen ! ich möchte zuerst dem Kollegen Koch zu seinen Berichten gratulieren , die vielleicht technische Berichte sind , aber für die Sicherheit von sehr großer Bedeutung sind .
+ich möchte nur wenige Anmerkungen machen .
+zuerst möchte ich die Frau Kommissarin bitten - und ich bin überzeugt , daß mein Wunsch auf fruchtbaren Boden fällt - , daß man der Frage der Sicherheit , ob auf der Straße , auf den Wasserwegen oder auf dem Meer , erhöhte Aufmerksamkeit schenkt .
+wenn ich sehe , daß der erste Antrag der Kommission am 19. März 1998 gestellt wurde und wir uns heute damit beschäftigen - wobei das Parlament relativ rasch reagiert hat - , dann ist dieser Zeitraum etwas zu lang .
+das ist jetzt nicht allein die Schuld der Kommission , aber ich glaube , daß wir rascher reagieren müssen , um hier auch zu einer Harmonisierung zu kommen .
+der zweite Punkt wurde bereits erwähnt : die Mindestnormen .
+ich bin grundsätzlich der Meinung , daß wir in vielen Verkehrsbereichen erhöhte Flexibilität und länderweise Regelungen anstreben sollten .
+bei der Sicherheit bin ich schon etwas skeptisch , weil sich die Sicherheit etwa in Schweden im Grundsatz nicht von der in Deutschland , Italien oder Österreich unterscheidet .
+ich kann mit diesen Mindestnormen leben , aber ich bitte die Kommission , die Dinge wirklich aufmerksam zu verfolgen .
+falls diese Art der Flexibilität zu ungenügenden Regelungen in einigen Ländern führen sollte , dann sollten wir eine weitere Harmonisierung vornehmen .
+der dritte Punkt wurde auch schon erwähnt .
+ich komme ja ähnlich wie der Kollege Rack aus einem Transitland , wo diese Frage eine besondere Rolle spielt .
+wir wollen die Wettbewerbsbedingungen nicht einseitig für einige Länder verschlechtern und für Länder wie Österreich oder andere Transitländer verbessern .
+aber ich glaube , daß wir alles unternehmen sollten , um den Transport gefährlicher Güter so gering wie möglich zu halten , und zwar in allen Ländern , ob Transitländer oder nicht .
+Herr Präsident ! in erster Linie möchte ich den Berichterstatter , Herrn Koch , zu seiner großartigen Arbeit und seiner konstruktiven Zusammenarbeit mit der Kommission bei der Verbesserung der Texte , der Vorlage dieses Berichts und dieses Vorschlags beglückwünschen ; letztendlich gibt es nur einen Änderungsantrag in bezug auf die Anforderungen an die Prüfungsvorschriften für Sicherheitsberater für die Beförderung gefährlicher Güter auf Straße , Schiene oder Binnenwasserstraßen .
+unserer Auffassung nach ist die Zusammenarbeit , die gemeinsame Arbeit der beiden Institutionen - Parlament und Kommission - wichtig , und die mit dem Ausschuß für Regionalpolitik bestehende Zusammenarbeit , konkret mit der Gruppe für Verkehr , ist hervorragend .
+in den gemeinsamen Standpunkt wurden praktisch alle von der Kommission akzeptierten Änderungsanträge übernommen , die Mindestanforderungen an die Prüfungen für die Sicherheitsberater wurden harmonisiert , und in zweiter Lesung können wir den Änderungsantrag zum vorgeschlagenen Zeitpunkt annehmen , der viel realistischer ist als der anfangs von der Kommission vorgeschlagene , wenn man bedenkt , daß wir schon mehrere Jahre über diese Frage diskutieren .
+in ganz kurzen Worten möchte ich auch für die Beiträge der verschiedenen Abgeordneten danken und Ihnen , meine Damen und Herren , sagen , daß die Kommission der Sicherheit im Verkehrswesen Priorität einräumt .
+und wie Herr Simpson sehr richtig sagte , darf der Prozeß niemals als abgeschlossen , als gewonnen oder als vollendet betrachtet werden .
+der Prozeß zur Erhöhung der Sicherheitsmargen und -garantien im Verkehrswesen ist ein Prozeß , der täglich vervollkommnet werden muß .
+in diesem Zusammenhang möchte ich auch ganz kurz auf die Probleme hinsichtlich der Tunnel eingehen , die von den Herren Rack und Swoboda angesprochen wurden und die im Falle Österreichs zweifellos ein sehr sensibles Thema sind , weshalb Anstrengungen unternommen werden müssen , um Möglichkeiten zur Erhöhung der Sicherheit zu finden .
+bei einem der großen Unfälle in jüngster Zeit war nicht die Ladung an sich gefährlich .
+die Margarine und ein paar Kilo Farbe , die im Prinzip kein Risiko darstellten , verursachten eine echte Katastrophe .
+deshalb muß geprüft werden , wie die Anforderungen zur Gewährleistung eines Maximums an Sicherheit noch optimiert werden können .
+abschließend möchte ich sagen , daß es um die Sicherheit bei allen Transportarten geht .
+in dieser Woche werden wir hier aufgrund der Katastrophe der Erika eine Aussprache über die Sicherheit des Seeverkehrs führen , und wir müssen im Laufe dieses Jahres auch über die Sicherheitsziele im Luftverkehr diskutieren .
+ich will zum Ausdruck bringen , daß die Sicherheit ein vorrangiges Ziel der Kommission ist .
+wie ich in der Aussprache über die Erika sagen werde , warten wir nicht auf eine Katastrophe , um uns mit dem Sicherheitsaspekt zu befassen , sondern wir arbeiten daran am Rande dieser Geschehnisse . diese führen uns allerdings die Dringlichkeit einer effektiven Antwort auf Probleme dieser Art vor Augen .
+ich möchte nochmals allen Rednern und ganz besonders dem Berichterstatter , Herrn Koch , meinen Dank sagen .
+die Aussprache ist geschlossen .
+die Abstimmung findet morgen um 12.00 Uhr statt .
+Gefahrguttransport auf der Straße
+aufgetretene Verzögerungen bei den Arbeiten des CEN führen nun zu Problemen bei der Anwendung eben dieser Richtlinie .
+insbesondere können Anhänge nicht entsprechend der technischen und industriellen Entwicklung angepaßt werden .
+ich bedauere dies , denn wir müssen tätig werden , weil andere ihre Arbeit nicht gemacht haben .
+insofern akzeptiere ich den vorliegenden und heute zur Diskussion stehenden Vorschlag zur Änderung der Richtlinie 94 / 55 / EG .
+ein Nichttätigwerden der Europäischen Union würde die Mitgliedstaten verpflichten , ihre innerstaatlichen Rechtsvorschriften für einen kurzen Zeitraum , nämlich bis zum Abschluß der Arbeiten des CEN , zu ändern , was unnötige Kosten und Verunsicherungen verursacht .
+die auf der heutigen Tagesordnung stehende Änderung der Richtlinie bewirkt also keine Änderung der in der Gemeinschaft bestehenden Harmonisierung der Gefahrguttransporte .
+sie verlängert lediglich Übergangsregeln durch das Verschieben von Terminen , sie streicht nicht mehr zutreffende Bestimmungen , und sie regelt die Verfahren für a ) Ad hoc @-@ Beförderungen gefährlicher Güter sowie b ) den Erlaß weniger strenger nationaler Vorschriften , insbesondere bei der Beförderung sehr geringer Gefahrgutmengen auf lokal streng begrenzten Gebieten .
+somit liegt die Änderung der Richtlinie ganz im Sinne der Subsidiarität ; die Mitgliedstaaten erhalten mehr Befugnisse .
+die EU @-@ Kommission entscheidet , ob die Mitgliedstaaten bestimmte eigene Vorschriften erlassen können .
+sie wird dabei von einem Expertenausschuß für Gefahrguttransporte nach dem Regelungsverfahren unterstützt .
+die Modalitäten für die Ausübung dieser der Kommission übertragenen Durchführungsbefugnisse wurden durch Ratsbeschluß vom Juni 1999 neu geregelt .
+der heute zur Diskussion stehende Vorschlag für eine Änderung der Richtlinie betreffend Gefahrguttransporte auf der Straße stammt jedoch vom Mai 1999 und konnte somit das aktuelle Komitologieverfahren noch nicht berücksichtigen .
+die eingereichten und vom Ausschuß einstimmig angenommenen Änderungsanträge beziehen sich in zwei Fällen auf eben dieses veränderte Komitologieverfahren .
+wir möchten sicherstellen , daß hierauf bereits in den Erwägungsgründen hingewiesen wird und die uneindeutig formulierte Frist , innerhalb der der Rat eine Entscheidung treffen muß , auf maximal drei Monate fixiert wird .
+darüber hinaus wird auf die Notwendigkeit einer verstärkten Transparenz hingewiesen .
+ein weiterer Änderungsantrag erlaubt es den Mitgliedstaaten , schärfere Forderungen , insbesondere für Vakuumtanks , zu erlassen , wenn vorrangig bei Temperaturen weit unter minus 20º C gearbeitet bzw. transportiert wird .
+dies liegt im besonderen Interesse nordeuropäischer Regionen .
+ein letzter Änderungsantrag soll bewirken , daß die Nutzung der zwischen dem 1. Januar 1997 und dem Inkrafttreten dieser Richtlinie in Betrieb genommenen Tanks und Tankfahrzeuge auch weiterhin erlaubt ist , wenn sie entsprechend konstruiert und gewartet worden sind .
+gleichwohl wissend , daß dies nur ein kleiner Schritt zu mehr Verkehrssicherheit ist , bitte ich Sie um die Zustimmung zu diesem Bericht .
+Herr Präsident ! sehr geehrte Kollegen !
+ich wünsche Ihnen ein gutes neues Jahr und Millennium . ich spreche heute zum ersten Mal im Plenum und finde das ganz schön aufregend , ein wenig wie bei der ersten Liebe , nur daß die gewöhnlich länger als zwei Minuten dauert .
+ich möchte den Vorschlag der Kommission zur Änderung der Richtlinie über Gefahrguttransporte auf der Straße aus meiner Sicht kurz kommentieren .
+ich halte es für gut , diese Richtlinie jetzt zu erlassen , weil anderenfalls die Mitgliedstaaten ihre Rechtsvorschriften für einen sehr kurzen Zeitraum , eine Übergangsphase , ändern müßten , was einerseits unnötige Kosten verursachen und andererseits wieder einmal Verdruß bei den Bürgern über die Bürokratie der EU hervorrufen würde .
+in dem Vorschlag der Kommission werden jedoch nicht alle relevanten Fragen berücksichtigt , wie beispielsweise die kalten klimatischen Bedingungen in den nördlichen Regionen .
+deshalb habe ich einige Änderungsanträge zu dem grundsätzlich ausgezeichneten Bericht von Herrn Koch eingebracht , die in unserem Ausschuß angenommen worden sind .
+meine Änderungsanträge betreffen die Frostbeständigkeit der Transportbehälter für Gefahrgut .
+nach dem Vorschlag der Kommission wäre ein Grenzwert von -20 ºC ausreichend .
+am Mittelmeer kann man sich schwer vorstellen , daß der Frost in Lappland erheblich niedrigere Temperaturen erreicht .
+auch in Lappland wird die EU befürwortet , so daß wir hier auch an die Menschen dort denken müssen .
+deshalb habe ich vorgeschlagen , den Grenzwert für Frost auf -40 ºC herabzusetzen .
+das wäre auch erforderlich , um das Sicherheitsniveau in den nördlichen Regionen beizubehalten .
+ich hoffe , daß mein Vorschlag in der morgigen Abstimmung Berücksichtigung findet .
+Herr Präsident , wenn Sie erlauben , möchte ich Ihnen erst einmal meinen Respekt dafür ausdrücken , wie Sie vorhin während der Debatte den fliegenden Wechsel im Vorsitz vollzogen haben .
+ich fand das ganz hervorragend .
+zum Thema : ich denke , die Bürger Europas müssen sich darauf verlassen können , daß das , was auf Europas Straßen , Schienen usw. transportiert wird , wenn es denn auch noch gefährliche Güter sind , so sicher wie möglich ist .
+diese Richtlinie ist ein Beitrag dazu .
+das , was wir heute machen , ist im Grunde genommen ein Ärgernis .
+der Berichterstatter Koch , dem wir unseren Dank für seine Arbeit , die er dabei geleistet hat , aussprechen , hat darauf hingewiesen , daß im Grunde genommen alles schon etwas weiter sein könnte , wenn es nicht dieses Versäumnis der CEN gäbe , die in der Erstellung und dem Angleichen der Richtlinie sehr säumig sind .
+deswegen können wir nur hoffen - und wir sollten das in dieser Woche alles beschließen - , daß wir dann 2001 endlich gemeinschaftliche Regelungen für den Gefahrguttransport auf der Straße haben , so daß wir hier ein Stück Rechtssicherheit und auch ein Stück mehr Sicherheit auf unseren Straßen haben .
+der Bericht , den wir heute behandeln , hat im Grunde genommen keine großen Erneuerungen zur Folge , da die meisten Abänderungsanträge rein technischer Natur sind .
+es sollte jedoch unterstrichen werden , daß solche Beschlüsse stets einen positiven Beitrag zum Umweltschutz leisten und somit die Voraussetzungen für ein Funktionieren des Binnenmarktes verbessern .
+in der EU werden große Mengen gefährlicher Güter auf der Straße , Schiene und Wasserstraße befördert , und dafür benötigen wir effektive Rechtsvorschriften .
+nun bekommen wir für alle möglichen Bereiche gemeinsame Mindestregelungen für die Mitgliedstaaten , was außerordentlich begrüßenswert ist .
+ich möchte daher dem Berichterstatter , Herrn Koch , für seine Arbeit zu dieser Frage danken .
+das ist auch für die Bedingungen des Binnenmarktes von Wichtigkeit .
+für einen wirklich funktionierenden gemeinsamen Verkehrsmarkt brauchen wir nicht nur Rechtsvorschriften schlechthin , sondern möglichst einheitliche Vorschriften .
+lassen Sie mich abschließend noch einen dritten Punkt kommentieren , den ich ebenfalls für sehr bedeutsam halte : den Abänderungsantrag des Abgeordneten Ari Vatanen .
+die Voraussetzungen in den einzelnen Mitgliedstaaten sind sehr verschieden .
+durch die Annahme dieses Antrags tragen wir der Tatsache Rechnung , daß es in den nördlichen Teilen der Union sehr kalt werden kann .
+die Auswirkungen dieser Kälte auf Material und Verpackung darf nicht außer acht gelassen werden .
+Herr Präsident , ich betrachte es als positiv , daß diese Regelung flexibel gestaltet werden kann und hoffe , die Kommission wird diese Änderung annehmen .
+Herr Präsident , ich möchte nicht nur dem Kollegen Koch , sondern auch der Vizepräsidentin der Kommission dafür danken , daß sie sich so klar und eindeutig zur Sicherheit im Verkehrsbereich und zur Priorität der Sicherheit bekannt hat .
+der Kollege Koch hat seinen guten Bericht gemacht , weil im CEN und auch im Rahmen der Wirtschaftskommission der Vereinten Nationen die Arbeit nicht so expeditiv gemacht wurde .
+ich möchte die Vizepräsidentin fragen , ob sie uns heute sagen kann , wie der Stand der Dinge bei den Harmonisierungsbestrebungen dieser beiden Organisationen ist , und ob die EU die Möglichkeit hat , die Harmonisierungsbestrebungen nach möglichst einfachen Prinzipien zu beschleunigen .
+denn es ist klar : selbst wenn wir innerhalb der Europäischen Union eine tolle Regelung treffen , der Verkehr macht nicht Halt an diesen Grenzen , er geht darüber hinaus .
+daher sind weitergehende , nämlich regional weitergehende Regelungen sicherlich sinnvoll .
+wenn die Frau Kommissarin das heute nicht machen kann , wäre sie dann bereit , dem Ausschuß schriftlich den Stand der Dinge und den Stand der Verhandlungen zwischen CEN und Wirtschaftskommission zu übermitteln ?
+Herr Präsident ! ich möchte Herrn Koch noch einmal für seine Arbeit an diesem anderen Bericht gratulieren , der in gewisser Weise die Aussprache vom Oktober über den Schienenverkehr ergänzt .
+wir alle bedauern , daß das Europäische Komitee für Normung ( CEN ) nicht in der Lage gewesen ist , in der geforderten Zeit die notwendige Vorschriftenänderung für eine entsprechende Harmonisierung im Geltungsbereich der Europäischen Union durchzuführen .
+diese Aussprache und die Änderung der gegenwärtig geltenden Richtlinie ermöglichen uns die Berücksichtigung unterschiedlicher Gegebenheiten , die Ausdruck der Vielfalt unseres Europas sind .
+vor wenigen Augenblicken sprach Herr Vatanen von Temperaturen , die nicht nur unter 20 Grad minus , sondern unter 40 Grad minus liegen .
+natürlich akzeptieren wir diesen Änderungsantrag , er ist völlig vernünftig , und ich glaube , es müssen konkrete Situationen in Betracht gezogen werden , die von der klimatischen Verschiedenartigkeit der Europäischen Union zeugen , die manchmal bei der Prüfung der Normungen und Charakterisierungen technischer Art in spezifische Festlegungen und konkrete Anforderungen umgesetzt werden .
+zu den Worten von Herrn Swoboda über die Tätigkeit des CEN möchte ich sagen , daß wir sie drängen , ihre Arbeit maximal zu beschleunigen , denn es wäre dramatisch , wenn wir trotz der neuen Frist nach etwas mehr als einem Jahr vor den gleichen Schwierigkeiten stehen würden , weil die Arbeiten nicht zum Abschluß gebracht wurden .
+schließlich , Herr Präsident , sind bereits die Hauptprobleme dargelegt worden , die diese Änderung der Richtlinie rechtfertigen , wir sind auf die Verzögerung beim CEN , auf die Änderung einiger Vorschriften , auf die Übereinstimmung zwischen dem Wortlaut der Richtlinie und dem Inhalt der Anhänge sowie auf die Notwendigkeit einer stärkeren Präzisierung eingegangen .
+alle Beiträge des parlamentarischen Ausschusses und des Berichterstatters , Herrn Koch , die in verschiedenen , konkret in vier , Änderungsanträgen zum Ausdruck kommen , werden von der Kommission aufgegriffen .
+wir akzeptieren also die uns unterbreiteten vier Änderungsanträge .
+die Aussprache ist geschlossen .
+die Abstimmung findet morgen um 12.00 Uhr statt .
+Koordinierung Strukturfonds / Kohäsionsfonds
+Herr Präsident , ich freue mich ganz besonders , daß mein erster Beitrag im Europäischen Parlament einem Thema gewidmet ist , das in dem Teil des Vereinigten Königreichs , den ich in diesem Parlament vertrete , nämlich Wales , als das wichtigste Thema überhaupt gilt .
+wie Sie wissen , wurde einem beträchtlichen Teil von Wales gemäß Strukturfondsprogramm der Status einer Ziel @-@ 1 @-@ Region zuerkannt .
+und so erwarten auch viele Menschen in Wales , daß die Europäischen Strukturfonds ihnen bei der Überwindung einiger der gewaltigen Schwierigkeiten , mit denen wir ohne Zweifel zu kämpfen haben , hilft .
+die Armut in Wales nimmt weiter zu , wobei sie seit 1997 besonders stark ansteigt .
+die Kluft zwischen Arm und Reich wird immer tiefer .
+wir erhoffen uns daher vom Strukturfondsprogramm nicht nur eine wirtschaftliche Umstrukturierung , sondern eine weitreichendere Verbesserung der wirtschaftlichen Basis des Landesteils .
+was uns jedoch schwer zu schaffen macht , ist die Tatsache , daß die Gewährung von Unterstützung im Rahmen der Strukturfonds in gewisser Weise als Erfolg der Regierung verbucht wird .
+dabei ist es doch nur ein weiterer Ausdruck für die immensen Schwierigkeiten , vor denen Wales steht .
+deshalb möchte ich auf einige Probleme aufmerksam machen , denen sich die Kommission vorrangig widmen sollte .
+wir erwarten von der Kommission , daß sie Problemen im Zusammenhang mit der Zusätzlichkeit mehr Aufmerksamkeit widmet .
+wir halten es für falsch , daß die entsprechenden Zahlen in gewisser Weise in den Zahlen für das Vereinigte Königreich untergegangen sind .
+wir erwarten von der Kommission , daß es einen ergänzenden Finanzierungsanteil für die Vorhaben gibt .
+wir erwarten , daß sie die britische Regierung drängt sicherzustellen , daß der private Sektor , der zweifellos die treibende Kraft im Hinblick auf die Bereitstellung von Mitteln im Rahmen der Strukturfonds darstellen muß , in die Planung einbezogen wird .
+schließlich bitten wir die Kommission , für mehr Transparenz bei der Ausgabe von Strukturfondsgeldern zu sorgen .
+zu vielem , was in diesem Parlament passiert , mangelt es an Transparenz .
+dies ist ein Bereich , in dem sich die Kommission , wie ich meine , als wahrer Freund von Wales erweisen kann .
+Herr Präsident ! unser Ausschuß erörtert die vorliegenden Fragen aus vielen unterschiedlichen Blickwinkeln .
+zunächst möchte ich mich zum Forschungsaspekt äußern . wir erachten es als sehr positiv , daß die Berichterstatterin den Vorschlag unseres Ausschusses in ihre Schlußfolgerungen aufgenommen hat , wonach in den Kohäsionsländern die wissenschaftliche Infrastruktur ausgedehnt werden muß , indem Hochschulen und Bildungseinrichtungen an solchen Orten geschaffen werden , an denen sie besser als bisher den Bewohnern unterentwickelter Regionen zur Verfügung stehen , und es Absolventen erleichtert wird , in ihren Heimatregionen zu verbleiben .
+das wird durch staatliche Maßnahmen ermöglicht , und eine solche Dezentralisation der höheren Ausbildung ist nachgerade eine sinnvolle Politik für eine ausgeglichene Entwicklung .
+in einer anderen Frage , auf die wir besonders unter dem Blickwinkel der Industriepolitik aufmerksam machen möchten , hätten wir uns gewünscht , daß die Kommission bei der Planung der Koordinierung von Kohäsionsfonds und Strukturfonds die Auswirkungen des Wachstums des Dienstleistungssektors , des elektronischen Handels und der Nutzung des Internets mehr berücksichtigt hätte .
+Armut und Reichtum hingen früher mehr von der Wirtschaftsstruktur ab .
+reich waren jene Regionen , in denen es Arbeitsplätze in der Industrie gab . jetzt sind aus diesen Regionen teilweise Problemfälle und arme Gebiete geworden , wo auch in neue Branchen wie Elektronik und Dienstleistungen investiert werden muß , weil diese als zukunftsweisende Bereiche gelten .
+diese Tatsache hat der federführende Ausschuß meines Erachtens in seinem Bericht nicht ausreichend berücksichtigt , so daß ich die Kommission im Namen des Industrieausschusses darauf hinweisen möchte .
+als Ausschuß für Energie hätten wir uns schließlich noch gewünscht , daß die Förderung der erneuerbaren Energien aus den Mitteln des Kohäsions- und Strukturfonds eine noch größere Rolle gespielt hätte . auf diese Weise hätte mittels Koordinierung die Nutzung dieser erneuerbaren Energieformen so entwickelt werden können , daß unzureichende Finanzmittel des Energieprogramms durch diese umfangreicheren Mittel kompensiert werden .
+Herr Präsident , ich möchte Frau Schroedter ganz herzlich für die von ihr zu diesem Thema geleistete Arbeit danken . gleichzeitig möchte ich erklären , daß ich im Namen meiner Kollegin Frau Flautre spreche , die die Stellungnahme im Auftrag des Ausschusses für Beschäftigung und soziale Angelegenheiten erarbeitet hat und leider erkrankt ist .
+ich möchte Ihre Aufmerksamkeit auf die Änderungsanträge 1 und 2 lenken , die vom Ausschuß für Beschäftigung und soziale Angelegenheiten vorgelegt , jedoch vom Ausschuß für Regionalpolitik , Verkehr und Fremdenverkehr abgelehnt wurden .
+darin geht es um die Sozialwirtschaft und die Notwendigkeit der Bereitstellung von &quot; social risk capital &quot; und der finanziellen Unterstützung von lokalen Programmen zur Schaffung von Beschäftigungsmöglichkeiten und zur Stärkung des sozialen Zusammenhalts .
+das Parlament sah in der Sozialwirtschaft stets einen wichtigen potentiellen Anbieter von Beschäftigungsmöglichkeiten .
+die genannten Änderungsanträge decken sich mit der vom Parlament vertretenen Ansicht , daß die soziale Ausgrenzung ein ernstes Problem darstellt , das konstruktive Maßnahmen erfordert .
+wir hoffen , daß diejenigen , die eine Ablehnung dieser Änderungsanträge in Betracht ziehen , sowohl dem Parlament als auch ihren Arbeit suchenden Bürgern triftige Gründe für ihre Entscheidung nennen können .
+Frau Flautre verwies in ihrem Bericht auch auf einen Bereich , dem es stark an Koordinierung mangelt , wenngleich gerade hier beträchtlicher Koordinierungsbedarf besteht .
+die Vorschläge der Kommission beziehen sich auf die vier Pfeiler der Beschäftigungsstrategie und die fünf Aktionsbereiche des Europäischen Sozialfonds .
+doch das Fehlen konkreter Leitlinien ist um so bedauerlicher , als die Idee , die ESF @-@ Interventionen mit der Beschäftigungsstrategie zu verknüpfen , im Planungszeitraum 2000 @-@ 2006 erstmals umgesetzt wird .
+dieses Versäumnis weckt jedenfalls den Eindruck , daß auch die Kommission nicht weiß , wie eine möglichst umfassende Koordinierung zwischen den ESF @-@ Interventionen , die nach dreieinhalb Jahren einer Prüfung unterliegen , und den jährlichen Nationalen Aktionsplänen für die Beschäftigung der Mitgliedstaaten zu bewerkstelligen ist .
+wir hoffen , daß uns die Kommission davon überzeugen kann , daß es sich dabei lediglich um ein Versehen handelt , das umgehend korrigiert wird .
+Herr Präsident , Herr Kommissar , meine Damen und Herren ! der von der Kommission in Erfüllung ihres Mandats unterbreitete Vorschlag ist für den Ausschuß für Landwirtschaft und ländliche Entwicklung ein vernünftiger Ausgangspunkt .
+ich möchte allerdings an dieser Stelle hervorheben , daß uns dieser Ausgangspunkt die vor uns stehenden Herausforderungen aufzeigt : angesichts der Veränderungen in den wirtschaftlichen Tätigkeiten aller Art infolge der schwindenden Bedeutung des Landwirtschaftssektors innerhalb der verschiedenen Einkommensquellen der ländlichen Gesellschaft die Bevölkerung im ländlichen Raum zu halten .
+zusammen mit den Unzulänglichkeiten in der Infrastruktur und im Dienstleistungsbereich und einem allgemein sehr spärlichen , stark saisonabhängigen und wenig diversifizierten Beschäftigungsangebot verstärken sie die Abwanderung aus den ländlichen Gebieten .
+die Folgen lassen nicht auf sich warten .
+es sind die jungen Menschen , die abwandern , diejenigen , die Ausbildung und Beschäftigung außerhalb der ländlichen Gebiete finden , was sich in diesen Regionen sehr ungünstig auswirkt .
+diese fehlende Infrastruktur ist wiederum ein Hindernis für die Ansiedlung von Unternehmen und die Schaffung von Arbeitsplätzen .
+man muß sich vor Augen halten , daß der ländliche Raum nahezu vier Fünftel des Territoriums der Europäischen Union ausmacht .
+die Landwirtschaft stellt nur 5,5 % der Arbeitsplätze der Union .
+darüber hinaus sind drei Viertel unserer Landwirte Nebenerwerbslandwirte und auf zusätzliche Einkommensquellen angewiesen .
+deshalb treten wir für eine Landwirtschaftspolitik und eine ländliche Entwicklung ein , die mit unseren Zielen im Einklang steht , sowie dafür , daß die ländlichen Gebiete an der Schwelle zum 21. Jahrhundert wettbewerbsfähig und multifunktional sein müssen , sowohl in bezug auf den landwirtschaftlichen Aspekt als auch hinsichtlich der Öffnung für die Vielfalt nicht landwirtschaftlicher Tätigkeiten .
+es ist wichtig , allgemeinen Kriterien der Raumordnung und der ausgewogenen Bevölkerungsstruktur vorrangige Beachtung zu schenken und die Schlußfolgerungen zu berücksichtigen , zu denen der Ausschuß für Landwirtschaft und ländliche Entwicklung in fünf Hauptaspekten gelangt ist , die nur teilweise vom Ausschuß für Regionalpolitik , Verkehr und Fremdenverkehr in seinen Punkten 16 und 17 aufgegriffen worden sind .
+abschließend möchte ich die Kommission ersuchen , diese fünf Punkte bei der Formulierung der Schlußfolgerungen der vier Pfeiler zu berücksichtigen , denn nach meiner Auffassung muß die Bindung der Bevölkerung an den ländlichen Raum eines der vorrangigen Ziele der Europäischen Union bilden .
+Herr Präsident , Herr Kommissar , liebe Kolleginnen und Kollegen ! ich möchte meinen Redebeitrag mit einem Dank an Frau Schroedter , der Berichterstatterin , für die geleistete Arbeit einleiten .
+ich meine , es ist eine sehr gute Arbeit .
+außerdem möchte ich ihr für ihre Bereitschaft zum Dialog mit den übrigen Fraktionen bei der Suche nach Kompromißformeln angesichts dieser Lawine von Änderungsanträgen danken ; es waren vielleicht mehr als erwartet , aber sie tragen eigentlich der Bedeutung des hier behandelten Berichts Rechnung .
+für uns ist es wichtig , daß die in diesem Parlament gebilligten Schlußfolgerungen von der Kommission , zumindest ihrem Wesen nach , berücksichtigt werden , denn bei dem nunmehr erreichten Stand könnte es so aussehen , als gäben wir uns hier einer unnütze , rein rhetorischen Tätigkeit hin .
+wir sind indes der Ansicht und das spiegelt sich auch wörtlich in den Schlußfolgerungen wider , daß die Kommission die Beschlüsse dieses Parlaments in Betracht ziehen muß , vor allem im Hinblick auf die Halbzeitbewertung dieser Leitlinien .
+in unseren Änderungsanträgen haben wir festgeschrieben , welche Bedeutung wir der Herausbildung der notwendigen Synergien zwischen den Strukturfonds , dem Kohäsionsfonds und den Gemeinschaftsinitiativen beimessen , so daß ihre Anwendung auf optimale und rentabelste Weise im zunehmenden Abbau der regionalen Ungleichheiten und in der Schaffung von Arbeitsplätzen ihren Niederschlag findet , die letztendlich die beiden Hauptziele der hier zur Debatte stehenden Fonds sind .
+um der Erreichung dieser Ziele einen schnellen und wirksamen Impuls zu verleihen , halten wir es für notwendig , daß die Unternehmer , das heißt diejenigen , die Arbeitsplätze schaffen , die wirklichen Unternehmergeist zeigen und tatsächlich neue Beschäftigungsquellen garantieren , in diese Initiative eingebunden werden .
+vor allem die kleinen und mittleren Unternehmer müssen in die Verteilung dieser Fonds einbezogen werden .
+wenn sich die Unternehmer dagegen an den Rand gedrängt fühlen , wenn sie nicht mitwirken können ich sage jetzt , nicht nur an der Verwaltung , sondern an der Entgegennahme dieser Fonds , werden wir eine Chance zur schnelleren Erreichung unserer Ziele verloren haben .
+gleichfalls wichtig für das Erreichen unserer Ziele , für die Überwindung der regionalen Ungleichheiten und für die Erschließung von Arbeitsplätzen ist der entschlossene Einsatz für die neuen Technologien , für die Verkehrs- und Kommunikationsnetze und für die erneuerbaren Energien .
+und dies alles - wohlgemerkt unter Mitwirkung der Privatwirtschaft , die ihre Anstrengungen mit denen der öffentlichen Verwaltungen vereint , damit sie sich ergänzen und sich zu keinem Zeitpunkt behindern oder ausschließen schafft gesellschaftlichen Reichtum und Arbeitsplätze .
+Herr Präsident , ich halte es für meine Pflicht , meinen Kollegen Herrn Evans daran zu erinnern , weshalb Wales überhaupt zu einer Ziel @-@ 1 @-@ Region erklärt wurde .
+das ist das Ergebnis der fragwürdigen Politik seiner Partei , der Konservativen .
+vielleicht darf ich ihn auch daran erinnern , daß der Vorsitzende seiner Partei , Herr Hague , als er noch Minister für Wales war , sämtliche Regeln in bezug auf die Zusätzlichkeit verletzt hat , die man nur verletzen kann , und dafür von Kommissionsmitglied Wulf @-@ Mathies schriftlich entschieden zur Ordnung gerufen wurde .
+ich kann Ihnen versichern , daß der britischen Regierung sehr wohl bekannt ist , daß für die Ziel @-@ 1 @-@ Regionen der Grundsatz der Zusätzlichkeit gilt .
+ich schlage vor , daß sich Herr Evans nochmals mit der entsprechenden Verordnung vertraut macht .
+meine Fraktion hat umfangreiche Änderungsvorschläge für beide heute zur Debatte stehenden Berichte erarbeitet .
+ich meine , wir sollten uns auf die zentrale Rolle der Leitlinien konzentrieren .
+es geht darum , einen Rahmen und ein Instrumentarium zu schaffen , um die wirtschaftliche Erneuerung zu unterstützen und zu fördern , um die Ressourcen möglichst effektiv und unter Einbeziehung möglichst vieler Partner zu nutzen und den betreffenden Regionen den Weg zum wirtschaftlichen Aufschwung und zur nachhaltigen Entwicklung zu ebnen , so daß diese schließlich vom Finanztropf genommen werden können .
+wir müssen herausfinden , über welche Qualifikationen und Potentiale unsere Regionen im High @-@ Tech @-@ Sektor verfügen .
+das ist angesichts von Medienberichten , denen zufolge Europa bei den zukunftsträchtigen High @-@ Tech @-@ Wachstumsbranchen gegenüber den USA immer mehr an Boden verliert , ganz besonders wichtig .
+die Durchführung der letzten Programmrunde ist auch insofern sehr lehrreich , als daß sie verdeutlicht , worum es bei den Leitlinien nicht gehen sollte .
+es sollte nicht darum gehen , neue bürokratische Hindernisse zu errichten .
+es sollte nicht darum gehen , auf halbem Wege Änderungen an den Prioritäten und Politiken vorzunehmen , was zwangsläufig Verzögerungen und Nichtausschöpfung der Mittel zur Folge hat . dies ist gerade im Hinblick auf die neuen Anforderungen an die Haushaltsdisziplin von Bedeutung .
+die Umsetzung und Anwendung der Leitlinien kann nicht der persönlichen Auslegung durch diesen oder jenen Bediensteten in der Kommission oder im Staatsdienst überlassen werden .
+innerhalb der zuständigen Direktion der Kommission ist für Einheitlichkeit zu sorgen , während gleichzeitig die spezifischen lokalen und regionalen Aspekte der Kommissionsprogramme zu berücksichtigen sind .
+daraus läßt sich ableiten , daß wir breite , indikative und flexible Leitlinien anstreben müssen , auf die sich sowohl unsere Programm @-@ Manager als auch die Begünstigten stützen können und die zu einer maximalen Erschließung des Potentials der neuen Bereiche der wirtschaftlichen Erneuerung beitragen .
+wenn es uns gelingt , das unternehmerische Tun in unseren armen und strukturschwachen Regionen anzukurbeln , werden wir schließlich das Steuer herumreißen und das Vertrauen von Investoren maßgeblich festigen können . damit steht einer erfolgreichen Entwicklung nichts mehr im Wege .
+der Erfolg dieser Leitlinien wird daran zu messen sein , ob es der EU @-@ Regionalpolitik , gestützt auf gute , solide und umsetzbare Leitlinien , gelingt , neue Möglichkeiten zu erschließen und dafür zu sogen , daß unsere armen und strukturschwachen Regionen einen umfassenden Beitrag zu Wachstum und Wohlstand in der EU leisten können .
+sehr geehrte Kollegen ! ich danke Frau Schroedter für den fundierten Bericht .
+sie hat sich eingehend mit der Problematik beschäftigt und während der Behandlung im Ausschuß viele zu dem vorliegenden Bericht eingegangene Änderungsanträge berücksichtigt .
+zu Recht stellt die Berichterstatterin zudem fest , daß das Parlament nicht rechtzeitig zu den Leitlinien gehört wurde .
+jetzt sind wir dadurch sehr in Verzug geraten .
+es bleibt zu hoffen , daß die Stellungnahmen des Parlaments bei der Halbzeitbewertung und für die praktische Umsetzung dennoch von Nutzen sind .
+was den Zeitpunkt betrifft , so ist hier der Bericht während der Behandlung zu umfangreich geraten , wobei Detailfragen und Aspekte aufgenommen wurden , die schon in früheren Berichten enthalten waren .
+in dieser Phase müssen wir uns darauf konzentrieren , wie mit diesem Prozeß die Regionalpolitik der Union gelenkt werden kann , und zwar im Hinblick auf die Zielsetzung , die regionalen Unterschiede abzubauen .
+unsere Fraktion unterstreicht das Subsidiaritätsprinzip , die Verantwortung der Mitgliedstaaten und die Rolle der regionalen Partner bei der Erarbeitung und Umsetzung der Programme .
+für äußerst wichtig erachten wir , die kleinen und mittleren Unternehmen in die Planung und Durchführung der Programme einzubeziehen .
+ferner befürwortet unsere Fraktion eine stärkere Berücksichtigung der überseeischen Regionen und anderen Gebieten in Randlage und möchte die Wechselwirkungen zwischen Stadt und Land entwickeln .
+wir sind gegen eine übertriebene Bevormundung durch die Union und die Zentralverwaltungen der Mitgliedstaaten und fordern den Abbau der Bürokratie bei der Erarbeitung und Realisierung der Programme .
+der Erfolg von Projekten , die mit Hilfe der Union umgesetzt werden , wird häufig durch langsame Entscheidungsfindung und komplizierte Verwaltungsverfahren beeinträchtigt .
+bei der Vorbereitung des Berichts gab es eine anregende Debatte über die Regionalpolitik der Union im allgemeinen .
+das war für uns neue Mitglieder das erste Mal , und ich sehe darin einen äußerst interessanten Prozeß .
+unsere Fraktion hält diesen Bericht für sehr gut und befürwortet ihn .
+Herr Präsident , Herr Kommissar , sehr geehrte Kollegen ! als Beweis dafür , daß dieses Parlament die Phase einer beratenden und untergeordneten Institution noch nicht überwunden hat , konnte der ausgezeichnete Bericht meiner Fraktionskollegin Elisabeth Schroedter nicht ins Plenum gelangen , weil die Regionalentwicklungspläne des Zeitraums 2000 @-@ 2006 für die Ziel @-@ 1 @-@ Regionen bereits mehrere Monate in den Arbeitszimmern der Kommission liegen .
+Herr Präsident ! wir sollten nicht vergessen , daß das wichtigste strategische Ziel der Struktur- und Kohäsionsfonds und ihrer Koordinierung in der Erreichung des wirtschaftlichen und sozialen Zusammenhalts liegt .
+es ist unsere Pflicht , an der Erarbeitung der Leitlinien und auch an der Evaluierung der Ergebnisse mitzuwirken .
+denn wir sind die Vertreter der Bürger im Europa der Bürger und nicht nur in einem Europa der Staaten und der Regionen .
+wir konstatieren , daß die Fonds eine notwendige , aber nicht ausreichende Voraussetzung für den wirtschaftlichen und sozialen Zusammenhalt sind .
+wenn wir als einzigen Indikator das Bruttoinlandsprodukt pro Einwohner nehmen , können wir fehlgehen .
+einige Kollegen haben bereits über die Arbeitslosigkeit und den Bevölkerungsrückgang gesprochen .
+es müssen eine Reihe von Indikatoren untersucht werden , die es uns ermöglichen , den Stand und die Entwicklung regionaler Gesellschaften zu erkennen , die sich in einer ungünstigeren Situation als andere befinden .
+aus einigen heute dem Plenum des Parlaments vorgelegten Berichten geht klar hervor , daß die Arbeitslosigkeit in den 25 am stärksten entwickelten europäischen Regionen nur ein Fünftel der Arbeitslosigkeit in den 25 am schwächsten entwickelten Regionen ausmacht .
+dies zwingt das Europäische Parlament , den Herrn Kommissar und die Kommission zu entschlossenem strategischen Handeln .
+ich gebe auch zu , daß das Europäische Parlament keine Gelegenheit hatte - oder nicht erhalten hat , da die Wahlperiode zu Ende ging - , um über die Leitlinien zu sprechen .
+aber ich glaube nicht , daß der Bericht zu spät kommt .
+wir brauchen eine gemeinsame Reflexion , damit die neuen Ziel @-@ 1 @-@ Programme und die regionalen Entwicklungspläne , die vor dem Wirksamwerden der Leitlinien erarbeitet worden sind , einer Revision und wirklichen Bewertung unterzogen werden können .
+es ist notwendig , die Programme der unterschiedlichen Ziele zu koordinieren . wir alle sind uns einig in der Forderung , daß dem Parlament nach der Hälfte der Durchführungszeit dieser Programme , wenn die Bewertung der Leitlinien vorgenommen wird , eine Hauptrolle zukommt , denn wir sind die Vertreter der Bürger .
+die Bürger können nicht akzeptieren , daß die Europäische Union Beschlüsse in einer , zumindest scheinbar , bürokratischen Form faßt .
+es ist für sie erforderlich , daß die politische Dimension funktioniert , daß Verantwortlichkeiten bestehen , daß eine Kommunikation mit den Bürgern vorhanden ist .
+das fordern wir heute vom Herrn Kommissar .
+ich denke , er wird , ausgehend von seiner früheren Erfahrung als Präsident einer Region , zustimmen , daß Indikatoren und eine Strategie für den wirtschaftlichen und sozialen Zusammenhalt und nicht nur für die Produktivität vorgeschlagen werden .
+Herr Präsident , ich unterstütze die wichtigsten Vorschläge des Berichts im Hinblick auf die Verwaltung der Strukturfonds und des Kohäsionsfonds für den Zeitraum 2000 @-@ 2006 sowie die wichtigsten in dem Bericht enthaltenen Empfehlungen . dazu zählt u. a. , daß jederzeit ein einheitlicher Ansatz für die Verwendung der Mittel der EU @-@ Strukturfonds und des Kohäsionsfonds bestehen muß .
+das bedeutet , daß lokale Gebietskörperschaften und nationale Regierungen bei der Verwendung dieser Mittel eng und partnerschaftlich zusammenarbeiten müssen .
+die Mitgliedstaaten werden aufgefordert , integrierten Strategien zur Wiederbelebung der Beziehungen zwischen städtischen und ländlichen Räumen mehr Bedeutung beizumessen , wobei es auf den ländlichen Raum besonders ankommt .
+auch wenn die Erneuerung unserer Städte sehr wichtig ist , müssen wir in unserer Politik stets auf ein ausgewogenes Verhältnis zwischen der Förderung der ländlichen Entwicklung und der Verbesserung der Lebensbedingungen der Stadtbewohner achten .
+es kann uns nicht darum gehen , allein ein Europa der Städte zu errichten .
+die Strukturfonds haben vor allem durch die Modernisierung der Straßen , der Wasseraufbereitung und der jeweiligen Verkehrsnetze maßgeblich zur Entwicklung der ländlichen wie auch städtischen Räume in den EU @-@ Ländern in Randlage beigetragen .
+dieser Prozeß wird im Einklang mit den von den Staats- und Regierungschefs der EU auf ihrem Gipfeltreffen in Berlin im vergangenen Jahr festgelegten Ausgabenleitlinien , denen das Parlament auf seiner Maitagung zugestimmt hat , fortgesetzt .
+die wichtigsten von der EU von 1989 bis 1993 und von 1994 bis 1999 durchgeführten Programme konnten ganz wesentlich zur Verbesserung der wirtschaftlichen Wettbewerbsfähigkeit von Randregionen und Ziel @-@ 1 @-@ Regionen in Europa beitragen .
+jetzt geht es darum , das bisher Erreichte zu festigen und auf Dauer zu erhalten .
+dadurch hätten die Länder in Randlage und die Regionen in äußerster Randlage , also die ärmeren Regionen in Europa , die Möglichkeit , erfolgreich im neuen Euro @-@ Währungsgebiet wie auch auf einem weiter expandierenden und von einem freien Waren- , Personen- , Dienstleistungs- und Kapitalverkehr gekennzeichneten Binnenmarkt zu operieren .
+zwar sind wichtige Infrastrukturprojekte aus dem Europäischen Fonds für regionale Entwicklung und dem Kohäsionsfonds gefördert worden , doch sollten wir nicht vergessen , daß der Europäische Sozialfonds einen ganz bedeutenden Beitrag zur Unterstützung der weniger wohlhabenden Bürger unserer Gesellschaft geleistet hat .
+so hat er zur Verbesserung der Einrichtungen der Tertiärstufe , zur Finanzierung von dem Schulabschluß nachgeschalteten Ausbildungsmaßnahmen und zur Schaffung umfassender Programme beigetragen , die der Bekämpfung der Jugend- und Langzeitarbeitslosigkeit , der Unterstützung von Jugendlichen , die vorzeitig die Schule verlassen , und der Bekämpfung des Analphabetentums bei Erwachsenen dienen .
+Herr Präsident , bislang war ich in bezug auf regionalpolitische Ansätze oft anderer Meinung als die Berichterstatterin , diesmal jedoch stimme ich mit ihr überein .
+vielleicht wird sie dadurch ermutigt , in diese Richtung weiterzuarbeiten , auf jeden Fall möchte ich ihr aber meine Glückwünsche aussprechen .
+zweitens : wir hätten es lieber gesehen , wenn die Leitlinien der Verordnung als Anhang beigefügt worden wären , wie wir es von Frau McCarthy als Berichterstatterin für die allgemeine Verordnung gefordert hatten .
+das ist leider nicht geschehen , was allerdings nicht Herrn Bernie , sondern der alten Kommission anzulasten ist .
+ich komme nur darauf zu sprechen , weil ich noch einmal die Position des Parlaments verdeutlichen wollte .
+drittens möchte ich anmerken , daß wir mit den Leitlinien im großen und ganzen einverstanden sind , soweit sie nicht von unseren Bemerkungen abweichen .
+sie stellen ein wesentliches Hilfsmittel für die Mitgliedstaaten dar . besonders hervorheben möchte ich , daß die Kommission der nachhaltigen Entwicklung , der Schaffung von Arbeitsplätzen unter besonderer Berücksichtigung der Chancengleichheit und der Verkehrsproblematik einen hohen Stellenwert einräumt .
+dem kann ich zumindest persönlich uneingeschränkt zustimmen .
+als Inselbewohner möchte ich jedoch kritisch anmerken , daß die Entwicklung der Inseln in ihrer Bedeutung verkannt wird .
+diesem Punkt wird - wieder einmal - nicht die nötige Aufmerksamkeit gewidmet : das geht nun schon all die fünf Jahre so , die ich Mitglied des Parlaments bin , und immer wieder habe ich auf das Problem hingewiesen .
+wir werden auch künftig keine Ruhe geben , denn in Artikel 158 Absatz 1 des Vertrages von Amsterdam ist von einer umfassenden Politik für die Inseln die Rede .
+die Kommission muß sich also endlich mit dieser Frage befassen .
+im übrigen wird es nun wirklich langsam Zeit , die Programme umzusetzen , und insofern müssen auch die Mitgliedstaaten ihrer Verantwortung nachkommen und ihre Hausaufgaben machen .
+was uns hier im Parlament betrifft , so möchte ich auf den im Mai verabschiedeten und für Parlament und Kommission geltenden Verhaltenskodex verweisen .
+ich bin fest davon überzeugt , daß dieser Kodex eingehalten und das Parlament über alle Entwicklungen und Details in bezug auf die Umsetzung der Programme auf dem laufenden gehalten wird .
+Herr Präsident , Herr Kommissar , meine lieben Kolleginnen und Kollegen , in meinen anderthalb Minuten Redezeit möchte ich zunächst unsere Kollegin Frau Schroedter beglückwünschen .
+viele haben das zwar schon getan , doch ich denke , sie hat es wirklich verdient , denn sie hat sich Anregungen der einen und anderen Seite gegenüber sehr offen und aufgeschlossen gezeigt , und ich meine , daß sich dies in der Qualität ihres Berichts niedergeschlagen hat .
+wie die Berichterstatterin bedaure ich , daß das Parlament in bezug auf die Leitlinien quasi auf den fahrenden Zug aufgesprungen ist , da die Verhandlungen mit den Staaten bereits so weit fortgeschritten sind , daß man nicht davon ausgehen kann , daß dieser Bericht noch unmittelbare Auswirkungen haben wird .
+deshalb halte ich es für notwendig , daß das Parlament vorausdenkt und die Leitlinien für die Revision nach der Hälfte der Laufzeit im Jahr 2003 festlegt und noch versuchen sollte , die zweite Programmphase ab 2003 zu beeinflussen .
+ich meine damit , daß wir uns am Anfang des Planungszeitraums 2000 @-@ 2006 befinden , der angesichts von zwei großen Herausforderungen keineswegs als Routineangelegenheit aufgefaßt werden darf .
+die erste Herausforderung ist die Harmonisierung der nationalen Raumordnungs- und der regionalen Entwicklungspolitiken .
+Subventionen reichen für eine Entwicklung nicht aus , wenn Infrastrukturen oder öffentliche Dienstleistungen fehlen .
+wir stehen also vor der grundsätzlichen Frage , wie wir eine Verzahnung der Politik der Union mit den nationalen subsidiären Raumordnungspolitiken erreichen können .
+die zweite Herausforderung ist die Erweiterung , die natürlich sowohl in geographischer als auch haushaltstechnischer Sicht beachtliche Auswirkungen haben wird .
+den Kommissar möchte ich auffordern , in diesen beiden Bereichen tätig zu werden und uns dabei mit einzubinden .
+angesichts der jüngsten Naturkatastrophen möchte ich doch noch auf die Verwendung der Strukturfondsmittel eingehen .
+wir wissen , daß es den jeweiligen Staaten obliegt , einen Teil der Mittel selbst zu verteilen .
+dabei darf es nicht angehen , daß - wie es anscheinend die Absicht der Mitgliedsstaaten ist - Europa überhaupt nicht mehr in Erscheinung tritt .
+die Öffentlichkeit und die Presse werfen uns heute vor , nicht in Erscheinung zu treten , wo wir doch einen Großteil der Anstrengungen auf Ebene der einzelnen Staaten finanzieren .
+ich glaube , wir können dies ruhig laut und deutlich sagen .
+ich denke auch , daß immer wenn Europa Hilfe leistet , um die Schäden von Naturkatastrophen oder Unfällen zu beheben , wir über unsere Hilfsleistungen informieren bzw. die Mitgliedstaaten bitten sollten , dies zu übernehmen .
+Herr Präsident , finanz- und währungstechnischen Kriterien Priorität einzuräumen , bedeutet Ungleichheiten jeder Art zu verstärken .
+französische Planungsexperten halten es zum Beispiel derzeit für sehr wahrscheinlich , daß sich die regionalen Unterschiede innerhalb der einzelnen Länder weiter vertiefen werden .
+doch die Strukturfonds haben dazu beigetragen , diese Entwicklung zu bremsen .
+unser Ziel ist ein Europa , das von einer Befriedigung der sozialen Bedürfnisse ausgeht , und dies setzt hinsichtlich der Lebensbedingungen eine Annäherung nach oben voraus .
+die Umsetzung dieses Ziels bedeutet sicherlich eine Ausweitung von Umverteilungsinstrumenten wie die Strukturfonds .
+wir denken insbesondere an eine einheitliche Kapitalsteuer , die es ermöglichen würde , Fonds zu speisen , die für eine Harmonisierung der Systeme der sozialen Sicherheit und eine Reduzierung der Arbeitszeit in Europa notwendig sind .
+doch die Kommission , die die Aufgabe hat , Leitlinien vorzulegen , tut dies nur widerwillig und bleibt vage .
+der heute vorliegende Bericht gibt der Politik ihre eigentliche Bedeutung zurück .
+er ist ein Schritt in Richtung einer nachhaltigen Beschäftigungs- und Entwicklungspolitik .
+und deshalb werden wir ihm zustimmen .
+Herr Präsident ! auch ich möchte die Berichterstatterin zu ihrer ausgezeichneten Arbeit beglückwünschen .
+angesichts der Herausforderung der Globalisierung und der Osterweiterung bedarf Europa meines Erachtens in den nächsten Jahren für die Programmplanung und die Wiederankurbelung seiner Wirtschaft mehr denn je angemessener und exakter Vorgaben .
+in diesem Sinne müssen die Europäische Union als Ganzes und jeder Mitgliedstaat im besonderen von sämtlichen zu Gebote stehenden Mitteln und Möglichkeiten und damit auch von den vorhandenen Strukturfonds optimalen Gebrauch machen .
+erforderlich dazu ist , daß die Europäische Kommission über die guten Vorsätze hinaus ihren Leitlinien mehr Transparenz verleiht und sich ganz gezielt um die Kontrolle der Verwendung dieser Mittel durch die Mitgliedstaaten bemüht .
+in Italien beispielsweise gab es in den letzten Jahren Probleme bei der Inanspruchnahme der Strukturfonds , wobei die Hauptgründe in einer aufgeblähten Bürokratie , in unzulänglichen Informationen sowie darin lagen , daß die Wirtschafts- und Sozialakteure auf lokaler Ebene zu wenig beteiligt wurden .
+abschließend halte ich es für ziemlich gravierend , daß den territorialen Beschäftigungspakten und vor allem den Modalitäten zur Bekämpfung der Frauen- und Jugendarbeitslosigkeit in der Mitteilung der Kommission wenig Beachtung geschenkt worden ist .
+Herr Präsident , mir ist es ebenso wie meinem Kollegen Herrn Evans eine besondere Freude , erstmals in diesem Haus zu diesem sehr wichtigen Problem das Wort zu ergreifen , zumal ich mit den West Midlands einen Teil des Vereinigten Königreichs vertrete , der bisher in den Genuß von Ziel @-@ 2 @-@ Fördermitteln gekommen ist .
+doch der dem Haus heute vorliegende Bericht ist ein klassisches Beispiel dafür , daß wir , wenn wir nicht aufpassen , Ideen entwickeln , die zwar phantastisch klingen , für die Bürger , die direkt von ihnen profitieren sollen , jedoch u. U. von wenig Belang sind .
+der Bericht selbst verfolgt eine gute Absicht , es fehlt ihm jedoch wie vielen unserer Aktivitäten auf diesem Gebiet an einer klaren Zielsetzung und einer soliden Grundlage für seine Umsetzung in die Praxis .
+deshalb schlagen meine Fraktion und ich drei wichtige Änderungen und Zusätze vor , mit denen wir den Vorschlag in keiner Weise verwässern , sondern mit denen wir seine Relevanz für diejenigen , denen er als Anleitung dienen soll , erhöhen wollen .
+lassen Sie mich das begründen .
+es geht uns erstens um eine ordnungsgemäße Verwendung der Mittel aus den Struktur- und dem Kohäsionsfonds .
+die Erfahrungen der Vergangenheit zeigen , daß wir als die gewählten Vertreter der europäischen Steuerzahler finanzielle Redlichkeit und Transparenz bei der Auszahlung dieser Gelder und der damit verbundenen Rechnungsprüfung fordern sollten , ja müssen . mit unseren Änderungen und Zusätzen wollen wir das erreichen , was bei der Gewährung von Zuschüssen als Indikator für die wirtschaftlich günstigste Lösung dienen kann .
+zweitens fließen nur allzu oft riesige Summen in Projekte , deren Ergebnisse sich zu Beginn des Programmzeitraums einfach noch nicht klar abschätzen lassen .
+und bleibt der erhoffte Erfolg aus , gibt es keine effektive Möglichkeit , das Projekt zur Halbzeit oder am Ende dieses Zeitraums tatsächlich zu beenden .
+mit unseren Zusätzen fordern wir daher , daß praktische und durchsetzbare Möglichkeiten des Ausstiegs aus einem Programm vorgesehen werden , mit denen wir uns nicht nur gegen weitere Kosten absichern , die häufig zu Lasten des Steuerzahlers gehen , sondern mit denen auch verhindert wird , daß , wie in der Vergangenheit so oft geschehen , Gelder verschwendet werden .
+und schließlich fordern wir Veränderungen in bezug auf Schwerpunkt und Methodik der Mittelauszahlung .
+so sollte der private Sektor , durch den das Element der finanziellen Realität in die Finanzierungsüberlegungen eingebracht wird , stärker integriert werden .
+auch sollte man hinsichtlich der Art der zu fördernden Projekte den Schwerpunkt von Kleinvorhaben auf Ertragsbasis , die sich nur schwer überwachen lassen , auf Investitionsvorhaben verlagern , bei denen der Nutzen in der Mehrzahl der Fälle offen auf der Hand liegt .
+damit wird man den Rufen nach mehr Transparenz bei der Verwendung der Gelder gerecht , und der Versuchung , das lokale Steueraufkommen in Gebieten , in denen entsprechende Projekte durchgeführt werden , unnötig über längere Zeit zu belasten , wird erfolgreich entgegengewirkt . zudem macht das Parlament damit deutlich , wie ernst es den Ruf nach derartigen Reformen nimmt .
+ich fordere das Haus auf , diesen Änderungen zuzustimmen .
+Herr Präsident , Herr Kommissar , liebe Kolleginnen und Kollegen ! auch ich möchte die Berichterstatterin zu ihrem mit so viel Fleiß und Sorgfalt erarbeiteten Bericht beglückwünschen .
+zweifellos stellen die Strukturpolitiken und die Kohäsionspolitik der Europäischen Union die wesentlichen Instrumente dar , um die Voraussetzungen für das Wachstum und den Abbau der wirtschaftlichen und sozialen Ungleichgewichte in den Regionen zu schaffen .
+trotz der bisherigen Maßnahmen sind diese Ungleichgewichte nämlich noch recht ausgeprägt , in bezug auf die Arbeitslosigkeit sogar inakzeptabel .
+damit die Ziele dieser Politiken möglichst umfassend verwirklicht werden können , müssen sie koordiniert und auf der Grundlage wohldurchdachter , sinnvoller Leitlinien umgesetzt werden .
+vergessen wir nicht , daß diese Politiken , wenn sie denn wirksam sind , auch für den europäischen Bürger sichtbar werden , der eine unmittelbare Verbesserung seiner Lebensqualität erkennt !
+Bedenken wir außerdem , daß die entlegenen und Inselregionen der Europäischen Union besondere Beachtung verdienen , denn auf Grund ihrer geographischen Lage sind sie in ihrer wirtschaftlichen und sozialen Entwicklung erheblich benachteiligt - es sei denn , die Kommission beabsichtigt , Brücken zu bauen oder unterseeische Tunnel anzulegen , um sie mit dem europäischen Festland zu verbinden .
+lassen Sie mich abschließend anmerken , daß die Strukturpolitiken insgesamt flexibler gestaltet werden müssen , damit sie den veränderten Bedingungen und damit den neuen Herausforderungen und Chancen entsprechen , die das neue Jahrtausend , für das wir alle das Beste hoffen , mit sich bringt .
+Herr Präsident , der Bericht von Frau Schroedter enthält zweifellos zahlreiche wichtige Hinweise , und dazu möchte ich sie beglückwünschen .
+wir sollten uns jedoch die Ausrichtung und die Ergebnisse der Regionalpolitik der Gemeinschaft mehr angelegen sein lassen .
+hier stichpunktartig einige Probleme : die enorme Massenarbeitslosigkeit wird nicht nur nicht abgebaut , sondern nimmt im Rahmen der Strukturpolitik noch schlimmere Ausmaße an .
+die Landwirtschaft und die Agrarregionen erleiden infolge der praktizierten Regionalpolitik irreparable Schäden , was unheilvolle Konsequenzen für die Beschäftigung im ländlichen Raum und die Lebensbedingungen der Landwirte vor allem im Süden hat .
+die regionalen Ungleichgewichte innerhalb der Mitgliedstaaten potenzieren sich in beängstigender Weise .
+anhand der Daten des sechsten Berichts wird deutlich , daß das regionale Gefälle in den letzten zehn Jahren erheblich zugenommen hat .
+den enormen Problemen der Inselregionen der Union , wo die Defizite in der Infrastruktur , im Verkehr , in der Kommunikation sowie im Energiebereich zu einer kontinuierlichen Abwanderung der Bevölkerung führen , wird fast keine oder überhaupt keine Aufmerksamkeit geschenkt .
+verursacht wird diese Situation sowohl durch die Regional- als auch durch die Wirtschafts- und Sozialpolitik der Union generell .
+breite Bevölkerungsschichten der Union prangern diese Politik nachdrücklich als gefährlich und volksfeindlich an .
+leider gehen die neuen Leitlinien in dieselbe Richtung , und nichts deutet darauf hin , daß ihre Umsetzung daran etwas ändern wird .
+Herr Präsident , sehr geehrte Kollegen ! gestatten Sie mir , hier ein paar kurze Worte zu sagen , um zwei Punkte hervorzuheben , an die uns diese Berichte erinnern und die in der Vorstellung , die wir von der Union haben , eine wesentliche strategische Rolle spielen .
+der erste ist die maßgebliche und zentrale Bedeutung , die wir dem Grundsatz des wirtschaftlichen und sozialen Zusammenhalts nach wie vor beimessen .
+wir geben unserer Besorgnis über Meldungen Ausdruck , denen wir entnehmen , daß die Bedeutung dieses Ziels in den Anschauungen der Kommission zunehmend nachläßt .
+wir sind nach wie vor der Ansicht , daß der wirtschaftliche und soziale Zusammenhalt ein zentrales Ziel der Union ist .
+zweitens stimme ich dem zu , was ich hier bereits von einem Kollegen über die Thematik der Inseln gehört habe , und ich möchte ebenfalls auf die Gebiete in äußerster Randlage aufmerksam machen .
+in Zukunft würden wir uns über mehr Mut bei der Behandlung des Themas der Gebiete in äußerster Randlage freuen , wie das im Fall meines Heimatlandes für die Inselgruppen der Azoren und Madeiras gilt .
+ich nutze diese Gelegenheit , um zu fragen , ob uns die Kommission über die Gründe aufklären kann , warum sich der Bericht der Kommission über die Gebiete in äußerster Randlage verzögert , der im Parlament seit längerem erwartet wird .
+Herr Präsident ! zunächst meinen Dank an die Berichterstatterin , auch für die bereitwillige Aufnahme von Anregungen unsererseits in den Bericht .
+Herr Präsident , meine sehr verehrten Damen und Herren , Herr Kommissar ! mit Hilfe von Leitlinien soll den Mitgliedstaaten eine Orientierung zum Erreichen der Reformziele im Rahmen der Programmierung angeboten werden .
+die diesbezüglichen Vorgaben der Kommission stellen aber entgegen ihrem Anspruch , Orientierung zu geben , vielmehr einen Angebotskatalog möglicher Maßnahmen im Rahmen der Politikfelder dar .
+Richtung zu geben und Prioritäten zu setzen , ist jedoch ihr eigentlicher Sinn .
+meine besondere Unterstützung gilt einem Änderungsantrag meiner Fraktion zu Ziffer 10 , der eine angemessene Einbeziehung des privaten Sektors bei der Planung und Durchführung der Projekte sicherstellen soll .
+ich würde mich freuen , Frau Schroedter , wenn Sie diesen Änderungsantrag gerade auch unter dem Aspekt der Subsidiarität in Ihre positiven Erwägungen mit einbeziehen würden .
+Herr Präsident , Herr Kommissar ! im Ausschuß für Beschäftigung und soziale Angelegenheiten vertraten wir einhellig den Standpunkt , daß die Unterstützung der Interventionen der Struktur- und Kohäsionsfonds zugunsten besserer Beschäftigungschancen für die Arbeitslosen und einer Gleichstellung von Männern und Frauen von strategischer und prioritärer Bedeutung ist .
+leider hat der ausgezeichnete Bericht Schroedter diesen Gedanken nicht in Betracht gezogen , obwohl es zahlreiche Beweise dafür gibt - wir werden das später im Bericht Berend sehen - , wie diese Fonds den weniger entwickelten Regionen wirklich hervorragend helfen , den Abstand zwischen ihnen und den am stärksten entwickelten Regionen Europas zu überbrücken .
+sie wachsen , aber in bezug auf das BIP .
+ihre Wettbewerbsfähigkeit steigt , aber der wachsende Reichtum erreicht nicht alle , weil sich die Zahl der Arbeitsplätze nicht erhöht und der Unterschied bei den Beschäftigungschancen in den einzelnen Regionen fortbesteht .
+Herr Kommissar , lesen Sie die Stellungnahme des Ausschusses für Beschäftigung und soziale Angelegenheiten , und räumen Sie ihr Vorrang ein , denn dies ist das große Problem der Bürger .
+und berücksichtigen Sie bei der Überprüfung , bei der Zuweisung der Reserven , strategisch die Anforderungen an die Beschäftigung , denn dies ist es letztendlich , was die Struktur- und Kohäsionsfonds erfordern .
+Herr Präsident , die Leitlinien müssen so gestaltet werden , daß sie die Programme der wichtigen fünf Jahre von 2002 bis 2006 vernünftig ausrichten und ihre Effizienz verstärken , damit Ziele wie die nachhaltige Entwicklung sowie die Beschäftigungsförderung , insbesondere für Frauen und Jugendliche , endlich Wirklichkeit werden und die Ausgewogenheit zwischen der Wirtschafts- und Sozial- sowie der Umweltpolitik gewahrt bleibt .
+besonders wichtig sind die Bewältigung der angewachsenen Probleme in den Städten , die Beschäftigungssicherung im ländlichen Raum , die Förderung der Agrarregionen und natürlich - wie in Artikel 158 des Vertrages vorgesehen - die Gewährung gleicher Entwicklungschancen für die Inseln der Europäischen Union , selbstverständlich auch für die griechischen , die die Hälfte der Inseln der Union ausmachen .
+die Kohäsionspolitik muß weiter gestärkt werden , denn ein Europa mit einem beträchtlichen Gefälle im Lebensniveau zwischen den einzelnen Regionen ist weder glaubwürdig noch kann es Bestand haben .
+Herr Präsident , meine Damen und Herren Abgeordneten ! ich habe ihren Ausführungen , Ihrer stellenweisen Kritik sowie Ihren Vorschlägen im Zusammenhang mit dem Bericht von Frau Schroedter aufmerksam und mit großem Interesse zugehört .
+deshalb , meine Damen und Herren , möchte ich kurz auf die Bedeutung und Struktur der Leitlinien eingehen , bevor ich auf die Bemerkungen oder die Kritik , die Sie , Frau Schroedter , oder auch Sie , meine Damen und Herren , vorgebracht haben , zu sprechen komme .
+in bezug auf die Bedeutung und Struktur der Leitlinien haben der Ausschußvorsitzende Hatzidakis , die Berichterstatterin sowie Frau McCarthy daran erinnert , daß die Leitlinien den Zweck haben , die nationalen und regionalen Stellen bei der Vorbereitung ihrer Programmierungsstrategie für die Ziele 1 , 2 und 3 der Strukturfonds sowie deren Verbindungen zum Kohäsionsfonds zu unterstützen .
+dabei geht es darum , die Prioritäten der Kommission , die von den Erfahrungen bei der Umsetzung der Programme ausgehen , sowie die derzeitigen Gemeinschaftspolitiken im Zusammenhang mit den Strukturmaßnahmen darzulegen .
+diese Prioritäten sollen - wie hier mehrfach gefordert wurde - zu einer bessern Nutzung , einer optimalen , effizienten Nutzung der Gemeinschaftsinterventionen beitragen ; dazu gehört gegebenenfalls auch die Leistungsreserve , Herr Bradbourn , die insbesondere das Ziel hat , eine optimale und effiziente Verwendung der öffentlichen Gelder Europas sicherzustellen .
+und wenn ich von optimaler Verwendung spreche , meine ich sowohl die nationale als auch die regionale Ebene ; und , Herr Seppänen , auf nationaler Ebene meine ich damit auch die Verbindung zum Kohäsionsfonds .
+soviel zum Ziel der Leitlinien .
+in bezug auf den Inhalt wissen Sie , meine Damen und Herren Abgeordneten , daß die Leitlinien von drei strategischen Prinzipien ausgehen , an die die Berichterstatterin in ihren Ausführungen eben mit aller Deutlichkeit und gleichzeitig mit großem Nachdruck erinnert hat .
+die erste Priorität liegt auf der Verbesserung der Wettbewerbsfähigkeit der regionalen Wirtschaft , um in allen Wirtschaftsbereichen , insbesondere aber im privaten Sektor , wie Herr Berend ausführte , möglichst viele vollwertige und auf Dauer angelegte Stellen zu schaffen ; Wettbewerbsfähigkeit der Wirtschaft der Regionen , aller Regionen , insbesondere von Wales , Herr Evans , aber nicht nur von Wales .
+hinzufügen möchte ich hier noch , weil einige Abgeordnete gerade darauf hingewiesen haben , da dies ihrer Meinung nach anscheinend vergessen wurde , die regionalen Wirtschaften der durch ihre Lage benachteiligten europäischen Regionen - also die Randregionen , die Inselregionen und natürlich auch die Regionen in äußerster Randlage .
+in diesem Zusammenhang möchte ich auf die Ausführungen von Herrn Ribeiro i Castro eingehen und ihm sagen , daß , die Kommission - wie ich an die jeweiligen Präsidenten der Regionen in äußerster Randlage geschrieben habe - um einige Wochen Fristverlängerung für die Vorlage ihres Berichts gebeten hat .
+die Mitteilungen der einzelnen Regierungen zu den Regionen in äußerster Randlage haben wir ziemlich spät erhalten , doch soll das keine Entschuldigung , sondern eine Erklärung sein .
+nun geht es darum , diese Unterlagen zu berücksichtigen und sehr sorgfältig auszuwerten .
+am 23. November habe ich an einem Treffen von Vertretern der Regionen in äußerster Randlage teilgenommen , und wir waren uns in der Kommission einig , daß wir einige Wochen mehr Zeit brauchen , um einen Bericht vorlegen zu können , der den sehr schwerwiegenden und bedeutsamen Problemen sowie den Erwartungen dieser Regionen in äußerster Randlage gerecht wird ; ich danke Ihnen für Ihr Verständnis .
+so weit meine Ausführungen zur ersten Priorität , der Wettbewerbsfähigkeit auf regionaler Ebene .
+die zweite Priorität , die auch von Ihnen mehrfach genannt wurde , insbesondere auch von Herrn Puerta - ich gehe im übrigen nicht von einer Rangfolge der Prioritäten untereinander aus - , liegt auf der Verbesserung des sozialen Zusammenhalts und der Beschäftigung , wobei in Zukunft insbesondere die Humanressourcen besser geförderte werden sollen .
+das dritte Ziel besteht in einer städtischen und ländlichen Entwicklung im Rahmen einer ausgewogenen Raumordnungspolitik .
+die Leitlinien gehen im übrigen von zwei horizontalen Prinzipien aus : die Entwicklung des ländlichen Raums - und die Frage einer nachhaltigen Verkehrsstruktur , Frau Berichterstatterin , die mir seit langem am Herzen liegt , insbesondere seit meiner Zeit als Umweltminister meines Landes , gehört für mich in den Bereich der Entwicklung des ländlichen Raums - und das zweite Prinzip ist die Chancengleichheit , insbesondere zwischen Frauen und Männern , sowie die europäische Beschäftigungsstrategie und die Wirtschafts- und Währungsunion .
+Frau Berichterstatterin , meine Damen und Herren Abgeordneten , zu Ihren in der Aussprache geäußerten Bedenken möchte ich sagen , daß in den Leitlinien auf die Bedeutung und die Festlegung von integrierten Entwicklungs- bzw. Umstellungsstrategien hingewiesen wird , damit die genannten Prioritäten größtmögliche Synergieeffekte der Maßnahmen und wirkungsvolle dezentrale Partnerschaften ermöglichen .
+sie sind beunruhigt , weil auf diese Partnerschaft anscheinend nicht eingegangen worden ist .
+die Leitlinien sind nach themenbezogenen Prioritäten geordnet , damit sie im Rahmen der einzelnen Ziele in unterschiedlichem Maße je nach der spezifischen Situation eines jeden Mitgliedstaats bzw. dessen Regionen berücksichtigt werden können .
+nun , meine Damen und Herren , möchte ich kurz auf einige Ihrer Bemerkungen eingehen ; zunächst zum Verfahren .
+es ist richtig , daß Ihr Haus erst spät mit der Sache befaßt worden ist .
+ich möchte aber daran erinnern , daß , nachdem die Leitlinien von der Kommission in Form eines Entwurfs im Februar 1999 nach einem neuen Verfahren , bei dem die Abgabe von Stellungnahmen zum Text vereinfacht wurde , verabschiedet worden waren , sie von meiner Vorgängerin , Frau Monika Wulf @-@ Mathies , sofort ans Parlament weitergeleitet wurden .
+doch aufgrund der damals anstehenden Europawahlen konnte Ihr Haus erst nach der endgültigen Verabschiedung des Texts im Juli 1999 mit der Prüfung der Leitlinien beginnen .
+heute nun kann ich Ihnen , meine Damen und Herren Abgeordneten , versichern , daß wir bei den Verhandlungen über die Programme erst am Anfang stehen - der Ausschußvorsitzende Herr Hatzidakis hat mich bereits dazu befragt - und daß daher Ihre Bemerkungen bei den meisten Mitgliedstaaten tatsächlich berücksichtigt werden können .
+weiter kann ich Ihnen sagen , daß die Kommission die Meinung Ihres Hauses , die in diesem Bericht zum Ausdruck kommt , bei der Verabschiedung der Leitlinien für die vorgeschriebene sogenannte Halbzeitbewertung berücksichtigen wird .
+jetzt zu inhaltlichen Aspekten der Leitlinien .
+Frau Berichterstatterin , Sie haben unterstrichen , daß es hier darum geht , zu einer Reihe von oft sehr präzise festgelegten europäischen Zielen Vorgaben zu machen .
+ich kann jetzt nicht alle nennen : Einführung von sektorübergreifenden Maßnahmen , effizientere Nutzung öffentlicher Gelder , Unterstützung der unterschiedlichen Partner bei der gemeinsamen Entwicklung von regionalen oder nationalen Programmen usw. Die Kommission nimmt dies zur Kenntnis , doch gehören diese Vorgaben bzw. Fragestellungen zum Teil nicht hierher , sondern zum Beispiel in das Vademecum oder das methodische Dokument .
+abschließend , Frau Berichterstatterin , möchte ich mich auf einige Gedanken Ihres Berichts konzentrieren .
+ich denke zum Beispiel an die Aussage , daß die Leitlinien hinsichtlich ihrer Empfehlungen nicht ausreichend spezifisch sind .
+diese Aussage muß aber aus der Perspektive der Verhandlungen im letzten Frühjahr gesehen werden .
+die Kommission hat sich an den Wortlaut von Artikel 10 der allgemeinen Strukturfondsverordnung gehalten , der die Leitlinien als &quot; allgemeine indikative Leitlinien auf der Basis einschlägiger und vereinbarter Gemeinschaftspolitiken &quot; definiert .
+das war direkt nach dem Wortlauf der Verordnung zitiert - in Anführungszeichen .
+und Leitlinien sind auch kein Ersatz für die Programmplanung oder die ex @-@ ante @-@ Bewertungen , die dazu dienen , die Prioritäten und die Effizienz der Programme zu bestimmen .
+ferner führen Sie , Frau Berichterstatterin , hinsichtlich des Punktes &quot; Leitlinien für die Entwicklung im ländlichen und städtischen Raum &quot; aus , daß auf die städtische Entwicklung nur am Rande eingegangen werde .
+mir scheint , daß eher das Gegenteil richtig ist .
+ich kann Ihnen bestätigen , daß die Kommission im Bereich der Kohäsionspolitik dieser städtischen Dimension große Bedeutung beimißt und auch in Zukunft beimessen wird .
+dies habe ich auch vor kurzem vor den für Stadtentwicklung zuständigen Ministern bei einer Tagung in Tampere ausgeführt .
+bei der ländlichen Entwicklung , die hier mehrfach angesprochen wurde , insbesondere auch von Frau Redendo Jiménez , verfolgen die Leitlinien die von der Berichterstatterin angesprochene doppelte Zielsetzung : eine starke Landwirtschaft mit einer verbesserten Wettbewerbsfähigkeit in den ländlichen Gebieten , aber auch Umweltschutz und Pflege des ländlichen Kulturguts .
+hier muß allerdings bedacht werden , daß diese Leitlinien , von denen wir sprechen , lediglich die Strukturfonds betreffen , deren Ziele 1 und 2 insbesondere für den ländlichen Raum einer Diversifizierung Priorität einräumen .
+was nun dieses Gleichgewicht im ländlichen Raum betrifft , so dürfen wir hier die neue Politik der Entwicklung des ländlichen Raums , die über den EAGFL &quot; Garantie &quot; kofinanziert wird , nicht vergessen . sie hat das Ziel , die Reform der europäischen Landwirtschaft voranzutreiben und die Multifunktionalität in der Landwirtschaft zu fördern .
+ich möchte heute dazu nur sagen , daß ich mir wünsche , daß dieser Punkt in die Programmierung der ländlichen Ziel @-@ 2 @-@ Gebiete aufgenommen wird , wie dies mit dem EAGFL &quot; Ausrichtung &quot; für die Ziel @-@ 1 @-@ Regionen der Fall ist .
+auf jeden Fall ist mir klar geworden , daß Ihr Ausschuß für Landwirtschaft und ländliche Entwicklung diesen Aspekt aufmerksam weiterverfolgen wird .
+ich werde mich jetzt darauf beschränken , Herr Abgeordneter , Ihnen meine Auffassung mitzuteilen , die sich in großen Teilen mit Ihrer eigenen Einschätzung , was wir mit Ziel 2 für die Bekämpfung der Ölpest erreichen können , deckt .
+ich weise darauf hin , daß die Kommission morgen die Ziel @-@ 2 @-@ Fördergebietskarten für Frankreich , Schweden , Österreich und Luxemburg bestätigen wird .
+wir werden dann ein Arbeitsinstrument zur Verfügung haben , das wir insbesondere in einem Großteil der von den Stürmen betroffenen Departements einsetzen können .
+aus diesem Grunde werde ich übrigens übermorgen in zwei französische Departements reisen , die unter den Stürmen besonders stark zu leiden hatten .
+abschließend - vielen Dank , Herr Präsident , für Ihr Verständnis - möchte ich Ihnen , Frau Berichterstatterin , für Ihren Bericht danken ; Sie und Ihr Ausschuß haben gute Arbeit geleistet .
+abgesehen von gewissen Meinungsunterschieden hinsichtlich der Rolle der Leitlinien - wir haben darüber gesprochen und ich habe versucht , Ihnen meinen Standpunkt zu erläutern - freue ich mich sehr darüber , wie Ihr Haus die Ausarbeitung dieser Leitlinien , die den Mitgliedstaaten zur Vorbereitung ihrer eigenen Programme dienen , unterstützt .
+dies bestärkt uns darin , an unserem Konzept festzuhalten , das auf einer Reihe von bewährten Praktiken aus der laufenden Programmphase 1994 / 1999 beruht .
+ich halte das zu Beginn der Programmplanung 2000 / 2006 für ein gutes Vorzeichen für die Zusammenarbeit unserer beiden Institutionen , für eine Bestätigung unserer gemeinsamen Arbeit , die , Herr Hatzidakis , durch den Verhaltenskodex , der unsere beiden Institutionen bindet und dessen Einhaltung mir sehr am Herzen liegt , gestärkt wird .
+die Aussprache ist geschlossen .
+die Abstimmung findet morgen um 12.00 Uhr statt .
+sozio @-@ ökonomische Lage und Entwicklung der Regionen
+nach der Tagesordnung folgt die Aussprache über den Bericht ( A5 @-@ 0107 / 1999 ) von Herrn Berend im Namen der Ausschusses für Regionalpolitik , Verkehr und Fremdenverkehr über den Sechsten Periodischen Bericht über die sozio @-@ ökonomische Lage und Entwicklung der Regionen der Europäischen Union ( SEK ( 99 ) 0066 - C5 @-@ 0120 / 99 - 1999 / 2123 ( COS ) ) .
+Herr Präsident , Herr Kommissar Barnier , liebe Kolleginnen und Kollegen ! dieser Sechste periodische Bericht über die sozio @-@ ökonomische Lage und Entwicklung der Regionen der Europäischen Union stellt eine neue Etappe in der Analyse regionsspezifischer Daten dar und macht die seit Erscheinen des Fünften Periodischen Berichts erzielten Fortschritte deutlich .
+ich bin jedoch der Meinung , daß man der realen Situation nicht ganz gerecht wird , wenn man von einer wirklichen Annäherung des durchschnittlichen regionalen Entwicklungsstands in Europa spricht . leider wird dieses Bild aber in der Presse oder in bestimmten Reden vermittelt .
+der Bericht der Kommission relativiert diese Einschätzung sehr deutlich , insbesondere da , wo er die sozio @-@ ökonomische Lage bestimmter Regionen , die mir besonders am Herzen liegen , beschreibt . ich meine die französischen überseeischen Departements und ganz allgemein die Regionen in äußerster Randlage .
+ich freue mich , daß der Ausschuß für Regionalpolitik einen meiner Änderungsanträge angenommen hat , der die Kommission auffordert , in ihrem nächsten Bericht ein gesondertes Kapitel über Kohäsion in Gebieten in äußerster Randlage aufzunehmen , insbesondere eine Analyse der Wirkung der Maßnahmen , die demnächst entsprechend des neuen Artikels 299 Absatz 2 des Amsterdamer Vertrags getroffen werden .
+der Sechste Periodische Bericht enthält schließlich hinsichtlich des Ziels einer ausgewogenen und nachhaltigen Entwicklung in Europa einige interessante Argumente , insbesondere wo er auf die Bedeutung der Beziehungen zwischen dem Zentrum Europas und seiner Peripherie verweist .
+auch wenn die Kommission noch zögert , explizit darauf hinzuweisen , zeigt der Periodische Bericht doch , wie dringlich eine polyzentrische Entwicklung des gemeinschaftlichen Raums mittels einer Strukturpolitik der Union und im Rahmen des ESVG @-@ Ansatzes ist .
+Herr Präsident ! die Fraktion der Sozialdemokratischen Partei Europas in diesem Parlament ist mit dem von Herrn Berend vorgetragenen Bericht einverstanden und beglückwünscht seinen Verfasser sowohl zur Qualität seiner Schlußfolgerungen als auch zu seiner Flexibilität , durch die im Ausschuß Änderungsanträge der verschiedenen Fraktionen aufgenommen werden konnten .
+der Sechste Bericht der Europäischen Kommission bietet sehr wertvolle Schlußfolgerungen .
+ich möchte zwei davon kurz zusammenfassen , der Berichterstatter hat sie schon aufgegriffen , eine positive und eine negative .
+die erste bezieht sich darauf , daß bedeutsame Fortschritte in der territorialen und sozialen Kohäsion im gesamten Gebiet der Union erreicht worden sind und die Gemeinschaftsfonds einen wichtigen , wenn auch nicht entscheidenden Faktor beim Abbau der regionalen Ungleichheiten darstellen .
+die negative ist , daß diese großen Anstrengungen bei der Angleichung des BIP und der Produktivität der europäischen Regionen eine größere Wirkung zeigten als bei der Angleichung ihrer Beschäftigungsniveaus .
+deshalb ist es erforderlich , die strukturelle Finanzierung stärker an die Schaffung von Arbeitsplätzen zu binden .
+das , Herr Kommissar , ist das erste Gebot für den kommenden Zeitraum .
+somit , Herr Präsident , bitte ich meine verehrten Kolleginnen und Kollegen um die Zustimmung zu diesem Bericht und , wie andere Kollegen vor mir , ersuche ich die Kommission , die Schlußfolgerungen aus ihrem Sechsten Periodischen Bericht im Hinblick auf die Planung des Zeitraums 2000 @-@ 2006 genau zu berücksichtigen .
+sehr geehrte Kollegen ! zunächst möchte ich dem Berichterstatter für die geleistete gute Arbeit und die sachliche Berücksichtigung der eingegangenen Änderungsvorschläge während der Behandlung im Ausschuß danken .
+der sechste periodische Bericht ist eine gute Grundlage für die Bewertung der Durchsetzung der regionalpolitischen Ziele in der Union und zeigt , daß sich das Wachstum trotz aller Bemühungen nur ungleichmäßig vollzieht .
+die Regionen Mitteleuropas weisen nach wie vor ein besonders schnelles Wachstum auf , das sich in den starken Wirtschaftszentren in einem Tempo vollzieht , welches über dem gesamteuropäischen Durchschnitt liegt , während viele südeuropäische und nördliche Regionen erheblich langsamer vorankommen .
+jetzt bedarf es einer tiefgreifenden Analyse zu der Frage , warum die Regionalpolitik nicht in allen Gebieten den gewünschten Erfolg hat .
+liegt es an der Bürokratie oder sind die Unterschiede zwischen den Regionen , die großen Entfernungen , sehr kaltes oder heißes Klima , dünne Besiedlung und karge Bedingungen nicht ausreichend berücksichtigt worden ?
+wie gelingt es der Union , den Herausforderungen der globalen Entwicklung so zu begegnen , daß auch die schwächer entwickelten Regionen mithalten können ?
+wichtig ist auch , die Auswirkungen der Erweiterung auf die Strukturfonds und die Entwicklung der Gebiete in äußerster Randlage zu untersuchen .
+hier dürfen sich die Mitgliedstaaten auch nicht ihrer Verantwortung entziehen .
+einige Länder haben das Prinzip der Kofinanzierung verletzt und die nationalen Mittel für die Regionen gekürzt , während die regionalen Beihilfen der Union aufgestockt wurden .
+das ging zu Lasten der Regionalpolitik .
+künftig muß auch über die Aufstellung von Indikatoren nachgedacht werden , durch die Maßnahmen zur rechten Zeit für den rechten Ort ausgerichtet werden können .
+zum Beispiel ist die unkontrollierte Migration nicht ausreichend berücksichtigt worden .
+auch in diesem Zusammenhang muß die entscheidende Bedeutung der kleinen und mittleren Unternehmen als Motor für Beschäftigung und regionale Entwicklung hervorgehoben werden .
+sehr wichtig ist die Einführung der modernsten Technik und des neuesten Know @-@ how bei Unternehmen in Regionen mit Entwicklungsrückstand .
+unsere Fraktion befürwortet die Annahme des vorliegenden Berichts .
+Herr Präsident , Herr Kommissar , sehr geehrte Kollegen ! bis heute ist es in der Regionalpolitik der Europäischen Gemeinschaft nicht gelungen , die bestehenden Unterschiede bei der Pro @-@ Kopf @-@ Leistung signifikant zum Ausdruck zum bringen .
+die Lage ist ernst , denn es gibt heute sogar in der Europäischen Union einen offensichtlichen Zusammenhang zwischen Arbeitslosigkeit und Armut , wie die äußerst besorgniserregende Tatsache beweist , daß die Arbeitslosigkeit in den von diesem Problem am stärksten betroffenen Regionen durchschnittlich 23,7 % erreicht , und diese Regionen decken sich mit Armutsgebieten , während in den 25 Regionen mit geringerer Arbeitslosigkeit , die den wohlhabenden Gebieten entsprechen , die Arbeitslosigkeit nur bei 4 % liegt .
+Herr Präsident , Herr Kommissar ! der vorliegende Bericht des Kollegen Berend folgt genau der von der Europäischen Kommission bestimmten Strategie , indem die Frage der Steigerung der Wettbewerbsfähigkeit absolut in den Vordergrund gerückt wird .
+übergreifende Zielsetzung der Strukturfonds , wie zum Beispiel verstärkte Schaffung von Beschäftigung , stärkere Gewährleistung der Chancengleichheit , Erhöhung der Dauerhaftigkeit von Beschäftigung und Entwicklung , werden nur am Rande erwähnt .
+diese Sichtweise erscheint mir ungerechtfertigt , und ich würde auch bitten , daß diese Punkte in dem siebten periodischen Bericht sehr viel stärker zum Tragen kommen .
+das bedeutet nicht , daß ich nicht die Notwendigkeit von Wettbewerbsstärke sehe , um so mehr , als ich selbst Unternehmer in einem Ziel 1 @-@ Gebiet bin , und zwar in Brandenburg in der Bundesrepublik Deutschland , und sehr wohl die Sorgen und Nöte von klein- und mittelständischen Unternehmen kenne .
+in den Ziel 1 @-@ Regionen sind zeitlich befristete Maßnahmen parallel dazu unbedingt erforderlich , nämlich Arbeitsbeschaffungsmaßnahmen , spezielle Programme für die Förderung von Frauenerwerbstätigkeit und Initiativen zur Förderung des Beginns von selbständiger Tätigkeit .
+sie werden durch geeignete Aktivitäten aus den Strukturfonds der Europäischen Union unterstützt .
+allein die Unterstützung der Wettbewerbsfähigkeit von Unternehmen kann die anvisierte Kohäsion zwischen wirtschaftlicher und sozialer Entwicklung niemals kompensieren , weil einfach die Grundlagen für einen selbsttragenden Aufschwung in diesen Ziel 1 @-@ Regionen fehlen .
+und die Erfahrung , daß wirtschaftliche Entwicklung allein nicht dazu beiträgt , Arbeitslosigkeit abzubauen , untermauert doch die Tatsache , daß man mindestens 3 % Steigerung des Bruttosozialprodukts benötigt , um überhaupt zusätzliche Arbeitsplätze zu schaffen .
+die ausschließliche Konzentration auf nachfrageorientierte , angebotsorientierte Wirtschaftpolitik kann so nicht funktionieren .
+und wenn man die schon betreibt , muß man größtenteils Erweiterungsinvestitionen tätigen und weniger Rationalisierungsinvestitionen .
+man muß das unbedingt koppeln mit einer nachfrageorientierten Wirtschaftspolitik , damit wir überhaupt die Chance haben , die soziale Situation in diesen Gebieten zu verbessern .
+in den Regionen sind diese Situationen sehr , sehr unterschiedlich .
+das heißt , es bedarf eben auch einer Menge begleitender Maßnahmen , um dort überhaupt etwas machen zu können .
+das wären zum Beispiel Maßnahmen zur beruflichen Ausbildung , zur Weiterbildung , zur Wiedereingliederung von Menschen , die bereits aus dem Produktionsprozeß vertrieben worden sind , zur flexiblen Gestaltung von Arbeitszeit und Arbeitszeitformen , um persönliche und soziale Aspekte entschieden besser in Einklang bringen zu können und vielleicht auch die Erwerbstätigkeit von Frauen wieder zu fördern .
+Herr Präsident , mein Kompliment an den Berichterstatter für seinen detaillierten Bericht .
+mit den Strukturfonds soll im wesentlichen die wirtschaftliche und soziale Kohäsion zwischen den Regionen der Europäischen Union verbessert werden .
+mit Hilfe von Investitionsanreizen verschiedenster Art bemüht sich die Europäische Union um eine Steigerung des BIP pro Kopf sowie um Beschäftigungswachstum .
+aus dem sechsten Periodischen Bericht über die Regionen kann man vorsichtig schlußfolgern , daß diese Anreize recht oft nicht den gewünschten Erfolg zeitigen .
+die auf die Steigerung des Pro @-@ Kopf @-@ BIP in den Ziel @-@ 1 @-@ Regionen ausgerichteten Bemühungen führen nicht immer zu diesem Wachstum . nicht eben ein befriedigendes Ergebnis in einer Zeit , die , vor allem in den letzten Jahren , von wirtschaftlichem Aufschwung geprägt war .
+wie der Berichterstatter ausführt , ist außerdem eine Beschäftigungswirkung der Strukturmaßnahmen kaum zu spüren .
+deshalb halte ich es für angezeigt , bei der Bewertung der Effizienz gemeinschaftlicher Beihilfen Zurückhaltung zu üben .
+auch die Feststellung , daß die Unterschiede zwischen den Regionen in den Mitgliedstaaten sich mitunter sogar verschärfen , wirft ernste Fragen auf .
+mir erscheint es deshalb sinnvoll und notwendig , unsere Aufmerksamkeit , eben wenn es um Beschäftigungsanreize geht , sowohl auf die nationalen als auch auf die regionalen Behörden zu richten .
+gerade sie kennen doch die Regionen in ihrem Verantwortungsbereich am besten .
+indem sie maßgeschneiderte Programme für die jeweiligen Regionen entwickeln und dafür erforderlichenfalls Mittel bewilligen können , läßt sich ein größerer Effekt erzielen .
+und darum geht es doch letztendlich .
+deshalb begrüße ich es , wenn die Kommission die praktische Ausarbeitung und die Durchführung von Maßnahmen den Mitgliedstaaten und Regionen überläßt .
+es ist in diesem Zusammenhang ohnehin sicherlich auch sinnvoller , bei den Fördermitteln für die Regionen mehr Gewicht auf die Mitgliedstaaten zu legen .
+mit der Verlagerung der Kriterien von den Regionen auf die Mitgliedstaaten können wir eine Menge künftiger Probleme vermeiden .
+zum Schluß möchte ich auf die Lage der mittel- und osteuropäischen Länder hinweisen .
+wie aus dem Bericht hervorgeht , haben sie meist , insbesondere beim Pro @-@ Kopf @-@ BIP , einen signifikanten Rückstand zu den Ländern der Europäischen Union .
+in Anbetracht des in absehbarer Zeit geplanten Beitritts etlicher dieser Länder halte ich es für dringend geboten , die derzeitige Strukturpolitik zu überprüfen .
+wie viele andere appelliere auch ich an die Kommission , zügig Reformvorschläge zu unterbreiten .
+sehr geehrter Herr Präsident , werte Kollegen , Herr Kommissar ! nach genauem Studium des vorliegenden Berichts kommt man unzweifelhaft zu dem Schluß , daß das vorgegebene Ziel der Strukturpolitik nur teilweise erfüllt werden konnte .
+so hat u. a. die Disparität zwischen den Regionen eher zu- als abgenommen , die Mitgliedstaaten selbst verzeichnen hier eine gewisse Annäherung .
+ebenso konnten die Arbeitslosenzahlen in den am stärksten betroffenen Regionen kaum gesenkt werden , teilweise sind sie sogar gestiegen .
+ich frage mich also , woran es liegt , daß die Strukturfondsmittel nicht effizienter eingesetzt wurden .
+selbst die Kumulierung von Geldern aus dem Kohäsionsfonds und den Strukturfonds hat nicht in allen Regionen und Ländern den gewünschten Erfolg gebracht .
+nachdem europaweit das erklärte Ziel aller Politiker die Senkung der Arbeitslosigkeit ist , muß man die kritische Frage stellen , ob die angewandte Politik die richtige ist oder ob es nicht zweckmäßiger ist , die Wettbewerbsfähigkeit der Regionen durch entsprechende Maßnahmen wie gesteigerte Förderung von Forschung und Entwicklung , Verbesserung der Infrastruktur , Erhöhung des Ausbildungsniveaus zu stärken ?
+ernsthafte Strukturreformen und eine wettbewerbsfreundliche Steuer- und Abgabenpolitik sind die Bausteine eines erfolgreichen Wirtschaftsstandortes .
+wenn wir uns nicht den Vorwurf gefallen lassen wollen , eine kostenintensive Strukturpolitik zu betreiben , die in der Frage der Beschäftigung nichts nachhaltig bewegt , müssen die bisherigen Maßnahmen hinterfragt werden .
+erfolgreich ist die Strukturpolitik der Union dann , wenn es gelingt , ausreichend Arbeitsplätze zu schaffen und die Arbeitslosenquote signifikant sinkt .
+Herr Präsident , Herr Kommissar , sehr verehrte Kollegen ! mein Dank gilt dem Berichterstatter für die Behandlung dieses sehr wichtigen Themas .
+die Entwicklung der sozialen und wirtschaftlichen Lage ist schließlich entscheidend dafür , wie die Bürger Europas den Erfolg unserer Arbeit bewerten .
+für die Glaubwürdigkeit der EU sind die Probleme , mit denen die Menschen tagtäglich zu kämpfen haben , von entscheidender Bedeutung .
+wir müssen zugeben , daß die EU die Entwicklung der ärmeren Länder bereits - nach meinem Dafürhalten sogar sehr großzügig - unterstützt hat .
+wenn ich mir vor Augen halte , wie es in Portugal und Griechenland aussah , als ich diese Länder vor 25 Jahren zum ersten Mal bereiste , dann ziehe ich den Hut vor der EU oder , wie die Franzosen sagen : &quot; Coup de chapeau &quot; .
+die EU hat diesen Respekt wirklich verdient . in den Ländern selbst gibt es aber nach wie vor zu große Unterschiede zwischen armen und reichen Regionen .
+was sind die Folgen ?
+die Menschen reagieren , indem sie mit den Füßen abstimmen und ihre Heimat verlassen .
+so müssen wir für dieselben Menschen desselben Landes mehrfach Schulen , Krankenhäuser und die gesamte Infrastruktur neu bauen .
+das ist eine sehr teure Angelegenheit und führt darüber hinaus zu großen sozialen Problemen .
+die meisten Menschen würden jedoch gern dort wohnen bleiben , wo sie geboren sind , wenn ihnen die Möglichkeit dazu geboten würde , also wenn sie Arbeit hätten .
+wir müssen ihnen diese Möglichkeit geben .
+es geht um eine moralische Pflicht , die der EU und uns allen auferlegt ist .
+eine Lösung sehe ich in einer spürbaren Förderung des Unternehmertums .
+darunter verstehe ich allerdings nicht nur , ein Unternehmen zu besitzen , sondern den Willen , ein Unternehmen zu führen .
+ich meine eine Haltung , die den Menschen veranlaßt , in seinem Leben voranzukommen , sei es als Arbeitnehmer , Unternehmer oder Beamter .
+wie sieht eine gerechte Gesellschaft aus ?
+es handelt sich um eine Gesellschaft , in der auch ein Mensch aus bescheidenen Verhältnissen vorankommen kann , damit es seine Kinder etwas leichter haben .
+daraus ergibt sich auch die Möglichkeit einer positiven Entwicklung der Regionen , denn die Menschen engagieren sich und arbeiten , wenn die Bedingungen dafür geschaffen sind .
+abschließend möchte ich darauf hinweisen , daß wir in dieser Beziehung von Amerika lernen sollten , wo Fleiß noch immer in Mode ist und Erfolg einen Beweis für Kompetenz darstellt und nicht Gegenstand von Neid wird , wie das bei uns in Europa der oft Fall ist .
+Herr Präsident , Herr Kommissar Barnier , liebe Kolleginnen und Kollegen ! da mir nur sehr wenig Zeit zur Verfügung steht , komme ich gleich zur Sache .
+zunächst eine Feststellung : die Früchte des Wachstums sind innerhalb der Union nicht gerecht verteilt .
+ein Beispiel sind die Regionen in äußerster Randlage , wo die Arbeitslosigkeit immer noch dramatische Ausmaße aufweist .
+in Réunion beträgt die Arbeitslosenrate zum Beispiel 37 % .
+diese Lage ist nicht konjunkturell , sondern strukturell bedingt . sie ergibt sich aufgrund unserer Entfernung , unserer Insellage , kurz , unsere Eigenheit schafft diese Situation .
+um Abhilfe zu schaffen , ist in Artikel 299 Absatz 2 des Amsterdamer Vertrages das Prinzip einer spezifischen Ausnahmebehandlung vorgesehen worden .
+nun gilt es , dieses Prinzip in die Tat umzusetzen .
+das für Dezember 1999 angekündigte Papier der Kommission wurde zunächst auf Januar und dann auf Februar verschoben , und die ersten Überlegungen stimmen mich nicht optimistisch .
+deshalb appelliere ich an den Rat und die Kommission .
+bei der Steuerpolitik , den staatlichen Hilfen , den Strukturfonds , beim Schutz der einheimischen Produktion bedarf es dringend konkreter , kühner und ehrgeiziger Maßnahmen .
+denn sonst bleiben Konvergenz und Kohäsion für uns leere Worte , und es steht zu befürchten , daß die in unseren Regionen betriebene Strukturpolitik trotz der hohen eingesetzten Mittel mit einem Mißerfolg endet .
+vielen Dank , Herr Kommissar .
+die Aussprache ist geschlossen .
+die Abstimmung findet morgen um 12.00 Uhr statt .
+( die Sitzung wird um 20.25 Uhr geschlossen . )
+Genehmigung des Protokolls der vorangegangenen Sitzung
+das Protokoll der letzten Sitzung wurde verteilt .
+gibt es Einwände ?
+Herr Präsident , ich entspreche hiermit einer vom Präsidenten des Hauses gestern nachmittag geäußerten Aufforderung , im Namen meiner Fraktion zu der im Protokoll genannten Angelegenheit Stellung zu nehmen .
+ich beziehe mich auf Punkt 11 des Arbeitsplans .
+erstens glaube ich , daß der vom Vorsitzenden der Sozialdemokratischen Fraktion unterbreitete Vorschlag zur Wiederaufnahme der Debatte mit dem Präsidenten der Kommission über das strategische Programm für die folgenden fünf Jahre aufgrund dessen , daß sich auch andere Redner gern kurz dazu geäußert hätten , genügend Gewicht hatte , so daß ihm hätte entsprochen werden sollen .
+das möchte ich klarstellen , auch wenn ich mich bei allem Respekt dagegen ausgesprochen und gegen den Vorschlag des Vorsitzenden der Sozialdemokratischen Fraktion gestimmt habe .
+die zweite Feststellung , die ich treffen möchte - und die ich gern gestern vor der Abstimmung getroffen hätte - , betrifft dieses Parlament , das , wie verschiedene Abgeordnete gestern feststellten , nur dann wirklich etwas erreichen kann , wenn es eng mit der Europäischen Kommission zusammenarbeitet und entsprechende Synergien nutzt .
+ich möchte , daß wir daraus eine elementare Lehre ziehen .
+wenn künftig wichtige Debatten zu bestimmten Themen zwischen diesem Haus und der Europäischen Kommission anstehen , dann sollten wir wenigstens einen vollen Arbeitsmonat vorher klären , wer welche Erwartungen hat .
+zunächst muß Klarheit zwischen den einzelnen Fraktionen dieses Hauses bestehen und dann zwischen diesem Haus und der Kommission .
+es darf nicht passieren , daß diese oder jene Institution die Beziehungen zwischen den Institutionen in letzter Minute unnötig belastet .
+wenn ich mir einige Presseberichte vom vergangenen Freitag anschaue , habe ich den Eindruck , daß sich die Kommission und ihr Präsident in ihren öffentlichen Stellungnahmen in lobenswerter Weise zurückgehalten haben .
+dafür bin ich ihnen zutiefst dankbar .
+ich hoffe , daß wir unsere Lehren daraus ziehen und uns diese überflüssige Übung künftig ersparen , die meiner Ansicht nach auf einem Mißverständnis in bezug auf unsere gegenseitigen Erwartungen beruhte und weder böse Absicht der einen noch der anderen Institution war .
+wir sollten die ganze Sache nicht weiter aufbauschen .
+vielen Dank , Herr Cox !
+ich verstehe , was Sie meinen .
+wir haben das zur Kenntnis genommen .
+Herr Präsident , ich beziehe mich auf Punkt 11 des Protokolls betreffend den Arbeitsplan . wir kamen gestern überein , den Bericht Bourlanges auf die Tagesordnung von heute zu setzen .
+der Bericht wurde gestern abend jedoch vom Haushaltsausschuß weder beraten noch wurde darüber abgestimmt .
+er muß daher von der heutigen Tagesordnung abgesetzt werden .
+Herr Wynn , das ist logisch .
+der Bericht ist somit von der Tagesordnung abgesetzt .
+Herr Präsident , ich beziehe mich auf das , was Frau Lynne gestern über Sicherheit und Gesundheitsschutz in diesem Gebäude gesagt hat . ich nehme an , daß sie die Sanitäreinrichtungen meinte , nach denen es in der fünften Etage des Turms sehr stark riecht .
+hier muß unbedingt etwas unternommen werden , denn der Geruch deutet eindeutig darauf hin , daß hier etwas nicht stimmt .
+ich will nicht endlos auf diesem Thema herumreiten , aber wir haben es hier mit einem ernsten Problem zu tun .
+Frau Ahern , wir haben das zur Kenntnis genommen .
+ich möchte Sie bitten , diesen speziellen Fall , der sich auf Ventilatoren in einem bestimmten Stockwerk bezieht , an die Quästoren heranzutragen , weil die eigentlich dafür zuständig sind .
+wir werden das aber auch an unsere Dienste weitergeben .
+vielen Dank !
+( das Parlament genehmigt das Protokoll . )
+Reform der europäischen Wettbewerbspolitik
+nach der Tagesordnung folgt die gemeinsame Aussprache über die folgenden Berichte :
+A5 @-@ 0069 / 1999 von Herrn von Wogau im Namen des Ausschusses für Wirtschaft und Währung zum Weißbuch der Kommission ( KOM ( 1999 ) 101 - C5 @-@ 0105 / 1999 - 1999 / 2108 ( COS ) ) über die Modernisierung der Vorschriften zur Anwendung der Artikel 85 und 86 des EG @-@ Vertrags ;
+A5 @-@ 0078 / 1999 von Herrn Rapkay im Namen des Ausschusses für Wirtschaft und Währung zum XXVIII . Bericht der Kommission ( SEK ( 1999 ) 743 - C5 @-@ 0121 / 1999 - 1999 / 2124 ( COS ) ) über die Wettbewerbspolitik 1998 ;
+A5 @-@ 0087 / 1999 von Herrn Jonckheer im Namen des Ausschusses für Wirtschaft und Währung zum siebten Bericht der Kommission ( KOM ( 1999 ) 148 - C5 @-@ 0107 / 1999 - 1999 / 2110 ( COS ) ) über staatliche Beihilfen in der Europäischen Union im verarbeitenden Gewerbe und in einigen weiteren Sektoren ( Bericht 1995 @-@ 1997 ) ;
+A5 @-@ 0073 / 1999 von Herrn Langen im Namen des Ausschusses für Wirtschaft und Währung zum Bericht der Kommission ( KOM ( 1999 ) 94 - C5 @-@ 0104 / 1999 - 1999 / 2107 ( COS ) ) über die Anwendung ihrer Entscheidung Nr. 2496 / 96 / EGKS vom 18. Dezember 1996 zur Einführung gemeinschaftlicher Vorschriften über Beihilfen an die Eisen- und Stahlindustrie ( Stahlbeihilfenkodex ) im Jahre 1998 .
+Herr Präsident , Herr Kommissar ! Kolleginnen und Kollegen !
+wir führen heute eine wichtige Debatte über die Wettbewerbspolitik der Europäischen Union . wir debattieren über ein sehr umstrittenes Modernisierungsvorhaben im europäischen Kartellrecht , nämlich den Bericht von Wogau , und das ist sehr viel umstrittener , als es vielleicht die Abstimmung im Wirtschaftsausschuß deutlich gemacht hat .
+ich will durchaus sagen , daß ich persönlich in diesem konkreten Fall den Vorschlag der Kommission für falsch halte , daß sich noch herausstellen muß , ob der Begriff Modernisierung für den Inhalt des Weißbuches zu Artikel 81 und 82 wirklich gerechtfertigt ist oder ob in diesem Fall nicht eher Rückschritt der geeignete Begriff wäre .
+wir reden heute aber auch über den Beihilfenbericht und den allgemeinen Wettbewerbsbericht für 1998 , wobei mein Part in dieser gemeinsamen Aussprache den letzteren Bereich betrifft .
+aber beide Berichte - der Wettbewerbsbericht und der Beihilfenbericht - haben natürlich auch eine gemeinsame Grundlinie in diesem Weißbuch .
+es geht um den Anspruch der Modernisierung , um die Zukunftstauglichkeit der europäischen Wettbewerbspolitik .
+liest man beide Kommissionsdokumente , so war 1998 ein Jahr , in dem die 1997 eingeleiteten Modernisierungsvorhaben fortgeführt und in Teilen noch abgeschlossen wurden ; das wissen wir selbst aus unserer laufenden parlamentarischen Arbeit .
+lassen Sie mich zwei grundsätzliche Anmerkungen dazu machen : die Kommission als zuständige Behörde hat sich mit ihrer konsequenten Haltung immer wieder um die Wettbewerbsfreiheit verdient gemacht , nicht immer zur Freude der betroffenen Mitgliedstaaten oder Unternehmen .
+sie sollte diesen Weg fortsetzen .
+aber , Herr Kommissar , das alles wird künftig nicht weniger kompliziert - ich erinnere nur an die Herausforderung durch die Erweiterung der Union , die Vertiefung des Binnenmarktes , den technologischen Fortschritt , die Globalisierung .
+es kommt eben nicht nur auf die Modernisierung des Gemeinschaftsrechts an , es kommt mehr denn je auf Transparenz der Einzelfallentscheidungen an , auf die Möglichkeit , Entscheidungen auch nachvollziehen zu können , denn die europäische Wettbewerbspolitik wird auf die Akzeptanz der Bevölkerung sowie bei den betroffenen politischen Gremien und bei den betroffenen Unternehmen angewiesen sein .
+nur - ohne Transparenz keine Akzeptanz , und dann eben auch keine Modernisierung ohne Transparenz .
+der Wettbewerbsbericht 1998 ist keine schlechte Grundlage dafür , aber es gibt eben nichts , was nicht noch besser zu machen wäre .
+eine Reihe von Anregungen werden wir Ihnen , Herr Kommissar , mit unserer Entschließung mitgeben , aber auf einen Teilaspekt will ich jetzt schon einmal eingehen : Transparenz und Rechenschaftspflicht gehören zusammen .
+ich will nicht an der Kompetenzverteilung zwischen Kommission und Parlament rütteln .
+die Kommission ist die Exekutive , und das Parlament sollte das um seiner eigenen Unabhängigkeit willen auch gar nicht sein wollen , aber das Parlament ist Kontrollorgan , und wo kann man seine Gründe für Entscheidungen besser darlegen als im demokratisch gewählten Parlament und eben in einem ständigen parlamentarischen Diskurs ?
+auch hier sollten wir auf dem eingeschlagenen Weg fortfahren , ihn verstetigen und intensivieren .
+eines will ich aber ganz deutlich sagen : das Parlament ist Gesetzgeber ; daß wir aber gerade beim Wettbewerbsrecht nur Konsultationsrechte haben , das ist eigentlich ein Skandal !
+hier geht die Forderung an Rat und Regierungskonferenz , das Mitentscheidungsverfahren beim Wettbewerbsrecht einzuführen .
+von der Kommission erwarte ich , daß alle Möglichkeiten der parlamentarischen Mitwirkung bis in die letzte Konsequenz ausgenutzt werden , im Zweifel für die Beteiligung des Parlaments , und das auch schon bei der jetzigen Vertragslage .
+ich erwarte auch , daß die Kommission uns bei der Forderung nach Mitentscheidung im Gesetzgebungsverfahren offensiv unterstützen wird .
+das wird ein Testfall für die vernünftige Zusammenarbeit beider Institutionen sein .
+bei allem Bekenntnis zum Wettbewerbsprinzip ist Wettbewerb jedoch kein Ziel an sich .
+Wettbewerb ist ein Instrument und führt nicht immer zu optimalen Lösungen .
+es gehört nun mal zum ökonomischen Grundwissen , daß der Markt in vielerlei Hinsicht versagt , und wer das bestreitet , ist ein Ideologe , sonst gar nichts .
+Wettbewerb soll Angebot und Nachfrage zum Ausgleich bringen , soll für eine optimale Verteilung der ökonomischen Ressourcen und Fakten sorgen .
+optimale Effizienz stellt sich aber nicht zwangsläufig von allein ein .
+Rahmenbedingungen sind zur Verhinderung von Mißbrauch unerläßlich , zum Beispiel durch das Kartellrecht .
+aber dadurch wird im wesentlichen nur Mißbrauch verhindert , es taugt nicht von allein zum Erreichen gesellschaftlich legitimierter Ziele .
+Wettbewerb ja , Einschränkung von Beihilfen , wo nötig und wo möglich !
+weil aber die Beihilfen im Wettbewerbsbericht 1998 den wesentlichen Teil einnehmen , will ich , unbeschadet des Berichts des Kollegen Junker , doch noch einen Satz dazu sagen : Beihilfen an kleine und mittlere Unternehmen in Forschung und Entwicklung , bei der Ausbildung in der Regionalpolitik , in der Umweltpolitik , das ist sehr wohl möglich und muß auch machbar sein .
+Beihilfen müssen eben für solche Ziele erlaubt sein , solange sie nicht zu unannehmbaren Wettbewerbsverzerrungen führen .
+gerade hier ist es noch wichtiger als im Kartell- und Fusionsrecht , daß Entscheidungen nachvollziehbar sind .
+Beihilfen gehören eben nicht nur an den Pranger ; sie müssen differenziert betrachtet werden , sie müssen auch bewertet werden nach ihrem Beitrag zur Erreichung der eben genannten Ziele .
+die letzte Bemerkung war weniger an die Kommission , sondern vielmehr an die Kolleginnen und Kollegen der EVP @-@ Fraktion gerichtet .
+Herr Präsident , Herr Kommissar , werte Kolleginnen und Kollegen ! der Bericht , den ich Ihnen heute vorlegen kann , ist eine Stellungnahme zum Jahresbericht der Kommission über staatliche Beihilfen in der Europäischen Union , die gemäß Artikel 87 , 88 und 89 der Verträge in die Zuständigkeit der Gemeinschaft fallen .
+der Bericht der Kommission trägt im wesentlichen deskriptiven Charakter und beschreibt die Entwicklung der staatlichen Beihilfen im verarbeitenden Gewerbe und in einigen weiteren Sektoren nach verschiedenen Typologien , wie beispielsweise der Art und Weise der Finanzierung und den Zielsetzungen .
+im Klartext bedeutet dies , daß das durchschnittliche Beihilfenniveau im Berichtszeitraum im großen und ganzen stabil ist und bei etwa 1,2 % des gemeinschaftlichen BIP liegt , d. h. zufälligerweise mehr oder weniger dem Haushalt der Gemeinschaft für ein Jahr entspricht .
+die Unterschiede zwischen den Staaten , die sich auf unterschiedliche Art und Weise messen lassen , so beispielsweise in Prozent der Wertschöpfung und pro Beschäftigtem , sind allerdings beträchtlich .
+interessant wäre meiner Meinung nach auch , die staatlichen Beihilfen und die Gemeinschaftsinterventionen zu addieren , die in gewisser Weise staatlichen Beihilfen gleichgesetzt werden können .
+dann zeigt sich ganz deutlich , daß die vier Länder , die unter anderem Mittel aus dem Kohäsionsfonds erhalten , an erster Stelle stehen .
+lassen Sie mich nun auf den vorschlagsbezogenen Teil des Berichts eingehen .
+zunächst ist festzustellen , daß nach Ansicht der Kommission die im Jahresbericht der Kommission dargestellten Daten zu stark aggregiert sind , um eine gründliche Bewertung der staatlichen Beihilfenpolitik zu gestatten . dies ist zum einen legitim und ein sensibler Punkt hinsichtlich der nationalen Interessen , zugleich aber auch von Bedeutung hinsichtlich der Einhaltung der wettbewerbsrechtlichen Bestimmungen auch gemäß dem Vertrag .
+die Kommission kann nur die Daten erfassen und analysieren , die ihr seitens der Mitgliedstaaten übergeben werden .
+es obliegt also den Staaten und den Regionen , für die Qualität der bereitgestellten Daten zu sorgen , und aus der Sicht unseres Ausschusses sind hierfür zusätzliche Anstrengungen vonnöten .
+im gleichen Sinne verficht unserer Parlamentsausschuß die bereits alte Idee eines öffentlichen Registers der staatlichen Beihilfen , das vor allem über Internet zugänglich sein sollte .
+die Verfügbarkeit von besseren und detaillierteren Daten insbesondere zu den angestrebten Zielen und den festgestellten Ergebnissen würde es der Europäischen Kommission ermöglichen , regelmäßig Studien zur sozioökonomischen Bewertung der nationalen und regionalen staatlichen Beihilfepolitiken durchzuführen bzw. durchführen zu lassen .
+in dem Maße , wie einige dieser Studien bereits existieren , könnte sie ihre eigenen Kommentare unter dem Blickwinkel der Zielsetzungen der Verträge , zu denen neben der Sicherung der Wettbewerbsfähigkeit der europäischen Wirtschaft auch die nachhaltige Entwicklung und der wirtschaftliche und soziale Zusammenhalt gehören , umfassender bekanntmachen .
+wir haben bei unserer Aussprache im Ausschuß und auch in dem Bericht , den ich Ihnen vorzustellen die Ehre habe , die Qualität der bereitgestellten Information in den Vordergrund gestellt und uns jeglicher Vereinfachung enthalten , die darin bestanden hätte , a priori zu behaupten , die staatlichen Beihilfen seien absolut gesehen entweder zu hoch oder nicht hoch genug .
+die Ausschußmitglieder waren mehrheitlich eher bemüht , zwischen der Notwendigkeit , daß Staaten wie auch Unternehmen die Wettbewerbsregeln einhalten , auf der einen und der Anerkennung der Bedeutung derartiger Beihilfen als Beitrag zu den Zielen des Vertrages , vor allem , wie ich bereits sagte , in den Bereichen nachhaltige Entwicklung , Forschung und Entwicklung und wirtschaftlicher und sozialer Zusammenhalt auf der anderen Seite ein Gleichgewicht herzustellen .
+auf dieser Grundlage wurden im Ausschuß mehrere Änderungsvorschläge zum ursprünglichen Entwurf des Berichterstatters beschlossen . das Schwergewicht lag dabei auf der Notwendigkeit , die als unrechtmäßig eingeschätzten Beihilfen tatsächlich zurückzufordern , sowie eine Liste der Ergebnisse zu erstellen .
+sieben Änderungsvorschläge werden dieser Plenarsitzung noch einmal vorgelegt .
+sie widerspiegeln zumeist unsere unterschiedlichen politischen Auffassungen zur Zweckmäßigkeit und Effektivität der staatlichen Beihilfen angesichts der Unzulänglichkeiten der Privatinvestitionen , der market failures oder Marktlücken .
+ich möchte betonen , daß mir als Berichterstatter vor allem ein Änderungsvorschlag zur Energiepolitik als besonders wichtig erscheint .
+lassen Sie mich abschließend einerseits auf eine Sorge der Ausschußmitglieder und andererseits auf eine Forderung unseres Ausschusses verweisen , Herr Kommissar .
+die Sorge betrifft den Heranführungsprozeß der mittel- und osteuropäischen Länder aus der Sicht der Wettbewerbspolitik und der staatlichen Beihilfen .
+wir haben es da zweifellos mit einer komplexen Frage zu tun und würden wünschen , daß die Kommission uns über den aktuellen Stand unterrichtet , vor allem hinsichtlich der Fähigkeit der Wirtschaften der Beitrittsländer , die Wettbewerbsregeln einzuhalten , sowie , was die staatlichen Beihilfen betrifft , hinsichtlich der Notwendigkeit , daß wahrscheinlich spezielle Regeln für staatliche Beihilfen zur Unterstützung der Umstrukturierung der jeweiligen Sektoren geschaffen werden müssen .
+die Forderung schließlich betrifft die künftigen Kompetenzen des Europäischen Parlaments in den hier zur Debatte stehenden Bereichen Wettbewerbspolitik und staatliche Beihilfen mit Blick auf die Regierungskonferenz .
+in unserem Bericht wird , wie Ihnen bekannt ist , Herr Kommissar , die Idee vertreten , daß für die Verabschiedung von grundsätzlichen Rechtstexten zu staatlichen Beihilfen das Mitentscheidungsverfahren gelten sollte .
+mein Teil in der heutigen Debatte betrifft den Stahlbeihilfekodex . das sind die öffentlichen Hilfen in Europa , die nach diesem Kodex vergeben wurden und die die Kommission geprüft hat .
+das sind insgesamt 27 Fälle im Jahre 1998 . über diese Fälle hat die Kommission einen eigenen Bericht abgegeben .
+der EGKS @-@ Vertrag wird in Kürze auslaufen .
+deshalb ist die Frage , die uns heute beschäftigen muß , insbesondere die , wie künftig die Stahlbeihilfen gehandhabt werden .
+die Entscheidungen der Europäischen Kommission , die in dem Bericht dargelegt werden , werden vom Europäischen Parlament begrüßt , einschließlich der Entscheidung , Mittel in einem konkreten Fall zurückzufordern und damit den Artikel 88 des EGKS @-@ Vertrags anzuwenden .
+die Wettbewerbsfähigkeit der europäischen Stahlindustrie ist gleichzeitig auch Inhalt der jüngsten Mitteilung der Kommission , über die wir im Parlament noch nicht beraten haben .
+wie in anderen Bereichen auch gilt für die Eisen- und Stahlindustrie das generelle Beihilfeverbot nach Artikel 87 Absatz 1 des EG @-@ Vertrags .
+nach diesem Artikel sind staatliche Beihilfen grundsätzlich mit dem gemeinsamen Markt unvereinbar .
+Ausnahmen sind nur in genau definierten Fällen erlaubt .
+gemäß Artikel 88 ist die Kommission zur Kontrolle staatlicher Beihilfen verpflichtet .
+im Jahre 1998 war der größte Fall die Zuführung von Eigenkapital an die PREUSSAG in Deutschland in Höhe von 540 Millionen Euro .
+außerdem müssen die Mitgliedstaaten der Kommission ihre Beihilfevorhaben vorher mitteilen .
+für den Bereich der Stahlindustrie sind die geltenden Regeln am 18. Dezember 1996 aufgestellt worden .
+danach können Beihilfen zugunsten der Stahlindustrie nur in bestimmten , genau definierten Fällen vergeben werden . es sind Forschungs- und Entwicklungshilfen , Umweltschutzhilfen , soziale Beihilfen zur Förderung der Schließung von Stahlwerksanlagen und Beihilfen für endgültige Betriebsaufgaben nichtwettbewerbsfähiger Unternehmen .
+zusätzlich gibt es eine Sonderregelung bis zu 50 Millionen Euro für den Mitgliedstaat Griechenland .
+offensichtlich gab es bei der praktischen Handhabung des Stahlbeihilfekodex in den vergangenen Jahren jedoch Probleme , die im Bericht nicht vollständig erörtert wurden .
+aus der Sicht des Parlaments ist es wichtig , daß heute bereits über eine Anschlußregelung nach Auslaufen dieses Stahlbeihilfekodex geredet wird .
+eine Aufweichung der bestehenden Grundlinien des Stahlkodex darf nicht beschlossen werden .
+niemand will einen hemmungslosen Subventionswettlauf in Europa .
+dies würde den Binnenmarkt auch nach der Konsolidierung der Stahlindustrie in den letzten Jahren erheblich beeinträchtigen .
+deshalb hält es das Parlament für erforderlich , daß der Stahlsubventionskodex im Hinblick auf die von der Industrie behauptete Ungleichbehandlung abgeändert wird und die Kommission dem Rat eine Nachfolgeregelung unterbreitet .
+es ist bekannt , daß der Rat sich bisher geweigert hat , eine solche Nachfolgeregelung zu beschließen .
+das liegt auch daran , daß man glaubt , wenn der Stahlbeihilfenkodex ausläuft , kann man wieder ohne die lästige Kontrolle durch die Europäische Kommission machen , was man will .
+wir fordern deshalb , daß nach Auslaufen des Vertrags die Stahlbeihilfen durch eine Ratsverordnung nach Artikel 94 geregelt werden müssen , weil nur so die notwendige Rechtsverbindlichkeit und Klarheit möglich ist .
+das strikte Verbot aller Beihilfen , die nicht vom Kodex gedeckt sind , kann nur so durchgesetzt werden .
+eine Ratsverordnung , die unmittelbar geltendes Recht ist , muß auch von den regionalen Regierungen beachtet werden .
+Beeinträchtigungen der Wettbewerbsbedingungen und Störungen des Gleichgewichts auf den Märkten müssen auch in Zukunft vermieden werden .
+zu kritisieren ist auch die Praxis der Kommission , Mehrfachbeihilfen für Stahlunternehmen zu genehmigen , die nach ihrer Ansicht nicht unter die Kategorien des Kodex fallen , auch wenn der Europäische Gerichtshof in einzelnen Entscheidungen diese Ungleichbehandlung gebilligt hat .
+in einem noch zu erstellenden Bericht für das Jahr 1999 wird die Kommission aufgefordert , ihre aktive Rolle bei der Ausarbeitung von Umstrukturierungsplänen und genehmigten Ausnahmefällen detailliert darzulegen und damit auf dieser Grundlage eine sachgerechte Bewertung der Gesamtzusammenhänge zu ermöglichen .
+nachdem der Wirtschafts- und Währungsausschuß den Berichtsentwurf einstimmig bei zwei Enthaltungen angenommen hat , bitte ich darum , daß wir im Plenum diese Vorgabe , die wir selbst hier dargelegt haben , voll und ganz erfüllen .
+Herr Präsident , sehr geehrte Kollegen ! der Binnenmarkt ist noch nicht vollendet .
+Beihilfen , Monopole und Wettbewerbsbeschränkungen hemmen noch immer die Märkte und die Entwicklung .
+die nationalen Regierungen gewähren Subventionen und versprechen stets , dies sei das letzte Mal , doch es geschieht immer wieder .
+Subventionen verzerren die Mittelzuweisungen , sowohl in den Ländern selbst als auch zwischen ihnen .
+die staatlichen Beihilfen müssen schrittweise abgebaut und immer mehr Märkte für den Wettbewerb geöffnet werden , was sowohl für die privaten als auch die staatlichen Monopole gilt .
+staatliche Monopole werden nur widerstrebend abgebaut .
+ein stärkerer Wettbewerb sowie Neugründungen von Unternehmen könnten jedoch großen Nutzen für das Wohlfahrtssystem bringen - auch im Bereich der Volksbildung , des Gesundheitswesens und der Sozialleistungen .
+staatliche Monopole müssen durch wettbewerbsfähige Strukturen ersetzt werden .
+Europa muß modernisiert und an Unternehmertum und wettbewerbsfähigere Bedingungen für Verbraucher und Unternehmen angepaßt werden .
+ein effektiver Wettbewerb führt zu niedrigeren Preisen und einem höheren Lebensstandard .
+die Verbraucherpolitik konzentriert sich viel zu wenig auf das Preisniveau , aber Wettbewerbspolitik und Verbraucherpolitik gehören zusammen .
+der Binnenmarkt stellt die Grundlage unserer Arbeit dar .
+die diesbezüglichen Rechtsvorschriften müssen für alle gleichermaßen gelten , für große wie kleine Länder .
+zum Abbau von Wettbewerbsbeschränkungen sollten die nationalen Regelwerke systematisch überprüft werden , und auch die Rechtsvorschriften der EU bedürfen einer Analyse .
+das jetzt von der Kommission getestete neue Modell darf nicht zu einem reinen Nationalisierungsprozeß führen , der die bereits erreichte Wettbewerbspolitik aushöhlen würde .
+seine effektive Umsetzung bedarf einer starken Verankerung in den nationalen Behörden der Mitgliedstaaten .
+nach einem halben Jahr könnten die Ergebnisse einer Analyse unterzogen , aber auch die Auswirkungen der neuen Situation auf die Rolle der Kommission eingehender untersucht werden .
+die Frage , wie nun weiter verfahren werden soll , ist mit dem Vorschlag einer übergreifenden Konferenz mit Vertretern verschiedener Interessengruppen als Plattform für eine unvoreingenommene breitangelegte Diskussion zunächst einmal gelöst .
+hier bietet sich die Gelegenheit , neue Grundsätze festzulegen oder auf die diskutierten einschneidenden Veränderungen zurückzukommen , nach neuen gemeinsamen Lösungen zu suchen und die in den Diskussionen in den Ausschüssen vorgebrachten Änderungsvorschläge zu analysieren .
+die Anwendung des Rechts in Wettbewerbsfragen muß korrekt sein .
+eine falsch umgesetzte Wettbewerbspolitik kann zu Rechtsverlusten und Beeinträchtigungen des wichtigen und schützenswerten Grundsatzes des Eigentumsrechts führen .
+wir haben eine sehr interessante Debatte vor uns .
+auf einer Konferenz , auf der diese Fragen erörtert werden , können Mißverständnisse ausgeräumt und gegebenenfalls auch bestimmte Punkte verbessert werden .
+das Parlament und die Kommission können gemeinsam ihren Beitrag zu einer effektiven Wettbewerbspolitik leisten und damit neue Möglichkeiten und Mittel schaffen , die den Bürgern zugute kommen .
+gerade in meinem Wahlkreis , Stockholm , gibt es viele gute Beispiele für ein größeres Angebot und eine verbesserte Qualität , die dadurch möglich wurden , daß vormals monopolisierte Bereiche durch wettbewerbsfähige Strukturen ersetzt worden sind .
+wir befürworten die Fortsetzung der offenen Debatte , wie sie sich bei der Erörterung der Berichte von Wogau und Rapkay manifestiert hat .
+gleichzeitig hegen wir die Hoffnung , daß auch den rechtlichen Aspekten die Bedeutung beigemessen wird , die ihnen in einem Rechtsstaat zukommt .
+Herr Präsident , liebe Kolleginnen und Kollegen ! ich freue mich , heute als neuer Abgeordneter , wenn auch mit zeitlicher Verzögerung , meine erste Rede hier halten zu dürfen .
+vorab möchte ich mich bei den Berichterstattern von Wogau , Langen , Rapkay , Jonckheer sowie bei der Kommission für die sehr gute Zusammenarbeit bedanken .
+Wettbewerb ist sicherlich die Grundlage der sozialen Marktwirtschaft , und die europäische Wettbewerbspolitik ist eine Erfolgsstory , zuletzt der Bereich Energie und Telekommunikation , der spürbar zu niedrigeren Preisen , zu besserem Service geführt hat .
+alles zum Nutzen für den Verbraucher .
+jetzt sind wir aber an einen Punkt gekommen , wo wir die Wettbewerbspolitik weiterentwickeln müssen .
+hier hat die Kommission ein neues Weißbuch vorgelegt mit zwei Kernpunkten : Abkehr von der Anzeigepflicht , Rückverlagerung des Rechtsvollzugs .
+die Abkehr von der Anzeigepflicht bedeutet auf jeden Fall weniger Bürokratie und Verwaltungsaufwand .
+dieser Systemwechsel führt natürlich gleichzeitig zu mehr Verantwortung für das Einzelne in der Wirtschaft .
+es ist nicht mehr so einfach , nur vorzulegen und genehmigen zu lassen , sondern jetzt muß jeder erst einmal selbst Verantwortung tragen , und das ist vielleicht auch der Grund , daß der eine oder andere draußen Unbehagen darüber empfindet .
+ich denke aber , wir sollten die Chance nutzen , daß Europa auch ein Zeichen setzen kann für weniger Bürokratie .
+der zweite Punkt ist die Rückverlagerung des Rechtsvollzugs .
+um eine Rechtskultur in Europa zu bekommen , muß das Recht sicherlich nicht nur von der Kommission , von zentralen Organen angewandt werden , sondern auch von nationalen Behörden , von nationalen Gerichten .
+wir diskutieren ja auch nicht darüber , daß jedes EU @-@ Recht immer nur zentral entschieden wird , aber gerade in der Anpassungsphase werden wir Rechtsunsicherheit haben .
+hier ist es sicherlich in dem zu erwartenden Rechtsetzungsverfahren notwendig , ein Instrument zu entwickeln , damit die Unternehmen Rechtssicherheit haben und sie hier die Möglichkeit haben , sich an die Kommission zu wenden .
+es sollte der Weg zu einem europäischen Kartellamt offengehalten werden , über den dann sicherlich in Zukunft diskutiert wird .
+aber wir benötigen in der Wettbewerbspolitik mehr Transparenz .
+das Parlament muß mehr beteiligt werden , und ich denke auch , wenn wir ein Register einführen , in dem wir nachvollziehen können , welche staatlichen Leistungen erbracht werden , wird dies zur Disziplinierung in den Mitgliedstaaten führen .
+mir liegen jedoch für die Zukunft des Wettbewerbs zwei Punkte sehr am Herzen .
+der eine ist das Thema Subsidiarität .
+wir alle sind der Meinung , daß Wettbewerb für die Wirtschaft notwendig ist und dort die Leistungsfähigkeit fördert , und ich denke , wir sollten auch den Wettbewerb in den Regionen zulassen .
+der Wettbewerb zwischen den Regionen wird sicherlich die Europäische Union stärken und nicht schwächen .
+hier nenne ich als Beispiel das Thema GA @-@ Förderung , das Beispiel Sparkassen und Landesbanken , das Beispiel Gütesiegel .
+hier hat eine Region aus eigener Kraft etwas geschaffen , um eigene Produkte zu vermarkten .
+diese Eigeninitiative darf nicht von europäischer Ebene aus zerstört werden .
+ich denke , auch eine Anhebung der De @-@ minimis @-@ Regelung ist notwendig .
+wir sollten alles daran setzen , daß zwischen den Regionen der Wettbewerb forciert wird .
+das zweite ist eine Diskussion über Wettbewerb und soziale Marktwirtschaft , wobei ich jetzt hier nicht von Marktversagen rede .
+den Bereich Landesbanken und Sparkassen habe ich ja schon angedeutet , aber ich bringe jetzt einmal auf die Spitze , was man immer wieder auf der einen oder anderen Seite hört .
+ein Bewohner eines Altenheimes ist heutzutage im sozialen Bereich untergebracht .
+ich kann ihn aber auch als einen Kunden betrachten , und ich denke , wir sollten ziemlich deutlich und rechtzeitig darüber diskutieren , wo der soziale Bereich , wo gewachsene Strukturen ein Stopp für den Wettbewerb bedeuten .
+ansonsten kann ich hier jeglichen Kunden , jeglichen Bereich als Kunden benennen und dadurch sehr stark soziale Bereiche zerstören .
+schließlich möchte ich noch zum Subsidiaritätsprinzip sagen : ich halte es für dringend erforderlich , daß dort , wo Mitgliedstaaten es den Regionen und den Kommunen ermöglichen , Steuern zu erheben , dies erhalten bleibt und nicht einheitlich von Europa geregelt wird .
+vielen Dank , Herr Kollege .
+ich gratuliere Ihnen zu dem , was man im deutschen Parlamentarismus in Ihrem Fall unzulässigerweise eine Jungfernrede nennt .
+Herr Präsident , Herr Kommissar , werte Kolleginnen und Kollegen ! ich ergreife das Wort im Namen meines Kollegen Robert Goebbels , der wegen einer politischen Verpflichtung leider nicht anwesend sein kann .
+innerhalb des Ausschusses für Wirtschaft und Währung hat der Bericht Jonckheer scharfe Kontroversen zur Frage der Funktionsweise des Marktes ausgelöst .
+einer knappen rechten Mehrheit ist es gelungen , aus dem Bericht jeglichen Bezug auf die Unzulänglichkeiten des Marktes herauszunehmen .
+sollte unser Parlament mehrheitlich diesem ultraliberalen Konzept eines angeblich perfekten Marktes folgen , so würde sich deshalb die Welt doch nicht ändern .
+die wirtschaftlichen Beziehungen in der realen Welt machen hinreichend deutlich , daß die Ausschaltung jedes staatlichen Eingreifens am Markt keineswegs zu einem perfekten Wettbewerb und einer optimalen Ressourcenallokation führt .
+der Markt war zwar seit Urzeiten der bevorzugte Austauschort der Menschen , doch niemals perfekt .
+der Markt privilegiert das kurzfristige Geschäft und schnelle Gewinne .
+am Markt gestaltet sich das Kräfteverhältnis zwischen Angebot und Nachfrage im allgemeinen zuungunsten der Schwächsten - der Verbraucher und der Arbeitnehmer .
+um zu funktionieren , braucht der Markt Regeln .
+der notwendige und wertvolle Unternehmungsgeist braucht als Gegengewicht das Verantwortungsgefühl gegenüber der Gesellschaft .
+wir als europäische Sozialdemokraten sind für eine soziale Marktwirtschaft .
+der Markt ist kein Selbstzweck , er muß der Verbesserung der Lebensbedingungen dienen .
+die Europäische Union , die Staaten dürfen nicht an die Stelle der Wirtschaftsteilnehmer treten , aber die staatlichen Stellen müssen die Regeln und die Ziele festlegen , die es der Wirtschaft ermöglichen , sich nachhaltig zu entwickeln .
+letztlich können Beihilfen dazu dienen , Umstrukturierungen zu ermöglichen , Schulungen anzubieten , Arbeitsplätze und damit Know @-@ how zu retten .
+Hauptziel der Wettbewerbspolitik der Union kann nicht sein , das globale Beihilfenniveau abzusenken .
+man muß diese Beihilfen auf die Ziele der Union , vor allem den wirtschaftlichen und sozialen Zusammenhalt , die nachhaltige Entwicklung und die Forschung , ausrichten .
+die Kommission muß unrechtmäßigen Beihilfen sowie solchen , die tatsächlich den Binnenmarkt behindern , den Kampf ansagen .
+es wäre jedoch ein schwerwiegender Fehler , alle staatlichen Beihilfen abzuschaffen .
+das Internet ist kein Produkt des Marktes , sondern das Ergebnis der durch die amerikanische Armee finanzierten Forschung .
+das World Wide Web , das die schwindelerregende Entwicklung der Informationsgesellschaft möglich gemacht hat , wurde durch das CERN in Genf ebenfalls mit staatlichen Fördermitteln entwickelt .
+die Rettung des Holzmann @-@ Konzerns durch die deutsche Bundesregierung wurde als nicht zu rechtfertigende Behinderung der Marktwirtschaft kritisiert .
+Präsident Duisenberg hat sogar versucht , diesem staatlichen Interventionismus die Schuld an der im übrigen äußerst relativen Schwäche des Euro gegenüber dem Dollar zu geben .
+mir ist nicht bekannt , daß Herr Duisenberg die Rettung des Hedge Fund LTCM durch die amerikanischen Währungsbehörden kritisiert hätte .
+60 000 Arbeitsplätze retten zu wollen , das ist anscheinend eine Sünde wider den Markt , aber die Rettung von Kapital bereitet den Verfechtern des freien Marktes offenbar keine Probleme .
+öffentliche Mittel werden verwendet , um die durch die internationale Spekulation verursachten Schäden zu beheben , wie dies in Mexiko , in Asien und in Brasilien der Fall war .
+die menschliche Arbeit wird hingegen als einfacher Anpassungsfaktor gesehen .
+wir Sozialdemokraten lehnen diese liberale Verklärung ab .
+wir wollen eine echte Wettbewerbskultur in Europa .
+die Hand der Staaten muß bei der Kontrolle des Marktes sichtbar bleiben , und der Kommission kommt die Rolle eines Schiedsrichters zu .
+Herr Präsident , sehr geehrter Herr Kommissar , werte Kollegen ! zunächst möchte ich Herrn Rapkay für seinen guten Bericht und die gute Zusammenarbeit danken .
+Ihnen , Herr Kommissar Monti , danke ich für die ausgezeichnete Zusammenarbeit , gleichzeitig möchte ich darauf hinweisen , daß Ihnen gerade zur Jahrtausendwende eine besonders wichtige Funktion zukommt , denn Sie müssen die Fehler der nationalen Regierungen ausbügeln , die in bezug auf die Wettbewerbspolitik große Visionen haben .
+bei aller Phantasie kann man sich aber das Unheil , das sie anrichten können , kaum vorstellen . ich kann auf die jüngsten Beispiele verweisen .
+wir haben den Fall Holzmann . dieses Unternehmen erhält von der deutschen Regierung umfangreiche Beihilfen , ebenso Sägewerke in Ostdeutschland , und nicht zuletzt sind die Beihilfen für die Schiffswerften zu nennen .
+in diesen Bereichen haben viele dänische Unternehmen Probleme und werden vom Markt verdrängt .
+Herrn Poos möchte ich sagen , daß ich Herrn Duisenberg zustimme . es gibt Beispiele dafür , daß einige europäische Mitgliedstaaten nicht in der Lage sind , ihre Wirtschaftsstruktur zu ändern und dadurch den Wert des Euro gefährden .
+die Liberale Fraktion hat im Ausschuß 80 Änderungsanträge vorgelegt , die sich alle mit staatlichen Beihilfen befassen .
+diese Vorschläge führen unserer Ansicht nach zu Transparenz und Offenheit , die für das Funktionieren des Binnenmarktes sehr wichtig sind .
+ich möchte die Gelegenheit nutzen und mich bei meinen Kollegen im Ausschuß für ihre Unterstützung der Vorschläge der Liberalen Fraktion bedanken .
+bei unseren Vorschlägen geht es , wie gesagt , um Transparenz , und ich möchte besonders auf den Änderungsantrag hinweisen , in dem die Kommission aufgefordert wird , einheitliche Kriterien und Bedingungen für rechtmäßige staatliche Beihilfen vorzulegen , damit die Betriebe ihre Situation einschätzen können .
+es muß auch geklärt werden , was zu tun ist , wenn staatliche Beihilfen für unrechtmäßig erklärt werden .
+wie können wir sicherstellen , daß unrechtmäßige staatliche Beihilfen zurückgezahlt werden ?
+zur Zeit gibt es keine gemeinsamen Vorschriften in diesem Bereich , und wir fordern die Kommission nachdrücklich auf , für die Harmonisierung der Vorschriften zur Rückzahlung zu sorgen .
+das ist der richtige Weg , um gleichartige Wettbewerbsbedingungen zu schaffen .
+wir schlagen ferner , wie von einigen Kollegen bereits erwähnt , ein Register und auch eine &quot; Anzeigetafel &quot; vor , aus der ersichtlich ist , welches Niveau die Länder bezüglich der staatlichen Beihilfen aufweisen .
+wir haben hier , Herr Monti , Ihre Anregung den Binnenmarktanzeiger betreffend aufgegriffen .
+das hat uns inspiriert , dasselbe auch für staatliche Beihilfen vorzuschlagen .
+ich hoffe sehr , Herr Kommissar Monti , daß Sie diesen Vorschlag unterstützen werden , und ich sehe ihren Kommentaren und Ihrer Stellungnahme erwartungsvoll entgegen .
+abschließend begrüße ich den XXVIII . Wettbewerbsbericht der Kommission , der wie schon frühere Berichte gut gelungen ist .
+unser vorrangiges Ziel muß aber , wie schon gesagt , Transparenz und Offenheit sein .
+es gilt , Transparenz und Offenheit der staatlichen Beihilfen ständig weiterzuentwickeln und unsere Anstrengungen zielgerichtet auf diese Bereiche zu lenken . das ist nicht zuletzt für die bevorstehende Erweiterung wichtig .
+ich möchte mich bei Herrn Jonckheer bedanken , der die damit verbundenen Probleme in seinem Bericht sehr gründlich behandelt . er untersucht , wie wir sicherstellen können , daß diese Länder unseren Anforderungen gerecht werden , aber auch , wie gleiche Wettbewerbsbedingungen geschaffen werden .
+natürlich sind Liberale und Grüne unterschiedlicher Ansicht darüber , wie die Welt beschaffen sein sollte , aber wir sind uns weitgehend über die Ziele einig und werden versuchen , eine vernünftige Lösung für unsere Probleme zu finden .
+Herr Präsident , Herr Kommissar , wir haben ganz einfach zwei Fragen zu beantworten .
+sind staatliche Beihilfen für Unternehmen oder Vereinbarungen zwischen Unternehmen in einer Marktwirtschaft legitim , und wer soll diese Ausnahmen von den absoluten Regeln der Marktwirtschaft kontrollieren ?
+zu dem ersten Punkt sagen wir ganz klar , daß , wenn die Erfordernisse der nachhaltigen Entwicklung , die die Europäische Union anstrebt , berücksichtigt werden sollen , den Unternehmen staatliche Beihilfen gewährt werden müssen , sei es in Form von Steuerbefreiungen , von differenzierter Besteuerung oder schlicht und einfach von Direktbeihilfen .
+ebenso legitim ist es auch , daß es Vereinbarungen zwischen Unternehmen oder Selbstbeschränkungsvereinbarungen gibt , die es ermöglichen , die negativen Effekte des Wettbewerbs hinsichtlich der sozialen oder ökologischen Forderungen zu verringern .
+wir sagen also klar und eindeutig , ja , es ist legitim , daß es Beihilfen gibt und daß es Übereinkommen geben kann , aber wir sagen auch , daß jede dieser Vereinbarungen ausdrücklich begründet werden muß .
+im Bericht von Wogau wird vorgeschlagen , die Kontrolle der Legitimität solcher Maßnahmen in die einzelstaatliche Zuständigkeit zu übertragen .
+wir sehen darin zwar eine gewisse Gefahr , werden aber trotzdem dafür stimmen , denn wir sehen ein , daß die Kommission nicht alles machen kann .
+wir verlangen , daß man dabei größte Transparenz walten läßt und daß der Kommission mehr Untersuchungsvollmachten gewährt werden , die Legitimität dieser Ausnahmeregelungen im nachhinein zu überprüfen .
+Herr Präsident , wieder einmal debattieren wir über die Wettbewerbspolitik der Europäischen Union .
+aber - unter welchen Bedingungen findet diese Aussprache eigentlich statt , und welche Schlußfolgerungen sollten wir ziehen ?
+die gegenwärtige Situation ist dadurch gekennzeichnet , daß gewaltige Fusionen , Zusammenschlüsse und Übernahmen gigantischer Monopolunternehmen stattfinden und weltweit beängstigend mächtige Konzerne entstehen .
+sollten wir nicht eigentlich eher darüber diskutieren ?
+welche Wettbewerbspolitik will und kann diese Monopolunternehmen kontrollieren ?
+bestimmte europäische Industriezweige wie der Schiffbau , die Luftfahrt- und die Stahlindustrie sind bereits Opfer wettbewerbspolitischer Maßnahmen geworden und haben beträchtliche Verluste hinnehmen müssen .
+sie haben Positionen und wesentliche Anteile auf dem Weltmarkt sowie Hunderttausende Arbeitsplätze eingebüßt .
+ob wir uns wohl irgendwann auch einmal damit befassen ?
+die empörende Machtkonzentration in strategisch wichtigen Sektoren liefert die Wirtschaft ganzer Staaten - auch von Mitgliedstaaten der Union - den nur auf Profit ausgerichteten multinationalen Konzernen aus .
+dennoch drängen wir auf eine weitere Schwächung des öffentlichen Sektors und sind bereit , die Wettbewerbspolitik noch zu verschärfen , indem wir sogar staatliche Aufträge an Unternehmen der öffentlichen Hand als staatliche Beihilfen werten .
+andererseits führt der Abbau Hunderttausender von Arbeitsplätzen zu einem explosionsartigen Anstieg der Arbeitslosigkeit .
+die Arbeitnehmer sehen sich dem bislang massivsten Angriff auf ihre tarifvertraglichen und sozialen Rechte ausgesetzt .
+die Verbraucher erleben , wie ihr Lebensstandard sinkt , die Armut um sich greift und der öffentliche Sektor sowie die produktive Basis in den meisten Ländern der Union im Namen eines zügellosen und zerstörerischen Wettbewerbs zugunsten der uneingeschränkten Marktwirtschaft und der Durchsetzung der Monopolinteressen des Großkapitals ruiniert und aufgelöst werden .
+mitverantwortlich dafür ist unserer Auffassung nach die praktizierte Wettbewerbspolitik , gegen die wir uns entschlossen zur Wehr setzen .
+Herr Präsident , Herr Kommissar , im Laufe dieses entscheidenden Jahres vor der Einführung der gemeinsamen Währung hat die Kommission alle Anstrengungen unternommen , um günstige Rahmenbedingungen für den Euro zu schaffen .
+hierzu hat auch die Wettbewerbspolitik im Rahmen dieser Möglichkeiten beigetragen .
+was uns betrifft , so sind wir nach wie vor strikt gegen die Einheitswährung , die uns keineswegs die Vorteile und die Flexibilität einer gemeinsamen Währung beschert , sondern uns eine Zwangsjacke verpaßt , die den europäischen Völkern aufgezwungen wird .
+Regieren heißt ja vorausschauen und Verantwortung tragen , und in diesem neuen , uns aufgezwungenen Kontext spielt natürlich das Wettbewerbsrecht eine wesentliche Rolle .
+die Kommission hat in diesem Bereich mehrere Schwerpunkte gesetzt : Einflußnahme auf die Marktstruktur durch aktive Ahndung von wettbewerbsfeindlichen Praktiken , ausschließliche Ausrichtung der Kontrolltätigkeit ihrer Dienststellen auf Angelegenheiten von eindeutig gemeinschaftlichem Interesse sowie Bekundung ihres Willens zur Modernisierung des Wettbewerbsrechts .
+was die staatlichen Beihilfen betrifft , so gilt es , darauf zu achten , daß dieses Instrumentarium nicht zu schwerfällig wird . die Einführung eines öffentlichen Registers , in dem alle Beihilfen erfaßt werden , scheint uns nicht wünschenswert , denn diese aufwendige Verpflichtung würde automatisch allen Versuchen zum Abbau der bürokratischen Zwänge zuwiderlaufen .
+was schließlich die Modernisierung der Anwendung der Artikel 85 und 86 des Vertrages betrifft , so wäre unserer Meinung nach eine dezentrale Anwendung nicht der richtige Weg .
+die Kommission behält ja nicht nur das Recht , eine Angelegenheit der Zuständigkeit der einzelstaatlichen Behörden zu entziehen , sondern die nationalen Gerichte werden eindeutig verpflichtet , jeden Konflikt mit den Entscheidungen der Kommission zu vermeiden .
+die Nationalstaaten würden auf diese Weise zum verlängerten Arm der Kommission , um die Einhaltung von Vorschriften zu überwachen , die gar nicht in ihrer Gewalt liegen .
+abschließend möchte ich sagen , daß wir , obgleich einige Maßnahmen durchaus in die richtige Richtung gehen , natürlich weiterhin wachsam bleiben werden , um föderalistische Auswüchse auf Kosten Europas und der Souveränität der Staaten zu vermeiden .
+Herr Präsident , Herr Kommissar , werte Kolleginnen und Kollegen ! wir sehen das Weißbuch der Kommission über den Wettbewerb im wesentlichen positiv , insbesondere was die Abschaffung des Anmelde- und Genehmigungssystems betrifft , haben aber diesbezüglich auch einige Bedenken .
+in dieser Hinsicht dürften wohl die Schriften von von Eieck und sicherlich auch die eines bedeutenden italienischen Liberalen wie Bruno Leoni hilfreich für uns sein , der eben vor den Gefahren einer außergewöhnlichen Zunahme politischer Maßnahmen gegen wettbewerbswidrige Praktiken warnte .
+noch heute sind die schwerwiegendsten Beeinträchtigungen des Marktes , des Wettbewerbs und der Wahlfreiheit der europäischen Kunden und Verbraucher auf staatliche Eingriffe in die Wirtschaft zurückzuführen .
+von staatlichen Beihilfen an Unternehmen haben wir bereits gesprochen . es besteht noch eine ausgeprägte Staatswirtschaft - das italienische Schatzamt kontrolliert beispielsweise 15 % des Börsenkapitals - , Regierungen und Zentralbanken behindern Fusionen und Übernahmen ; in den letzten Wochen wurde häufig über den Fall Vodafone / Mannesmann sowie über die Holzmann @-@ Rettungsaktion gesprochen .
+schließlich dürfen wir nicht vergessen , daß sich große Wirtschaftsbereiche noch fest in öffentlicher Hand befinden , angefangen bei den öffentlich @-@ rechtlichen Fernsehanstalten , die zwangsweise vom Steuerzahler finanziert werden , über die Postunternehmen bis hin zu einigen Pflichtversicherungssystemen , einschließlich der Kranken- und Sozialversicherung , die von ineffizienten staatlichen Monopolen verwaltet werden , von denen es nur für Besserverdienende Befreiungsmöglichkeiten gibt .
+mir sind die durch den Vertrag festgelegten Verpflichtungen durchaus bekannt , doch muß meines Erachtens auch in diesem Zusammenhang betont werden , daß die europäische Wirtschaft im Wettbewerb mit der amerikanischen auch und vor allem deswegen benachteiligt ist , weil die Märkte dem Wettbewerb nicht genügend geöffnet sind .
+die jetzt vorgesehenen Maßnahmen sind wohl sehr wichtig , aber noch nicht ausreichend .
+Herr Präsident , wir führen eine besondere Debatte : über Wettbewerbspolitik und über staatliche Beihilfen , sozusagen die linke und die rechte Hand des Staates .
+während die WWU @-@ Kriterien die Mitgliedstaaten zu Ausgabenkürzungen zwingen , bewegen sich die staatlichen Beihilfen an die Wirtschaft nach wie vor auf einem hohen Niveau .
+verständlich , denn ein Mitgliedstaat , der Beihilfen zurückfährt , läuft unweigerlich Gefahr , daß Unternehmen abwandern und damit Arbeitsplätze abgebaut werden .
+zugleich aber auch unverständlich , denn Mißmanagement und unrentable Arbeitsplätze dürfen nicht mit Steuergeldern gefördert werden .
+im Prinzip sind nur horizontale Regelungen zulässig , weil sie den Wettbewerb nicht oder kaum verzerren .
+den Änderungsanträgen 6 und 7 des Berichterstatters sollte deshalb zugestimmt werden .
+die Änderungsanträge 1 und 5 beziehen sich auf das Zusammenbrechen des Marktes , denn das Marktinstrument allein führt nicht zur idealen Gesellschaft .
+verwundbare Menschen müssen immer herhalten .
+die Marktwirkung muß wohldurchdacht dazu genutzt werden , die Verantwortung der Bürgerinnen und Bürger sowie der Unternehmen bestmöglich zur Geltung zu bringen .
+mißlingt dieses Engagement , dann muß der Staat eingreifen .
+das Weißbuch der Kommission über die Modernisierung der Wettbewerbspolitik betrachte ich eher als Diskussionsgrundlage .
+das Plädoyer für Dezentralisierung , um die Arbeit der GD Wettbewerb zu erleichtern , wirkt sympathisch , die Art und Weise der von der Kommission beabsichtigten Ausgestaltung bringt allerdings eine Überlastung der Gerichte mit sich .
+das geht auf Kosten der Rechtssicherheit für die Unternehmen .
+wird die Arbeitsüberlastung der Kommission wirklich weniger , wenn ihr nationale Gerichte Bericht erstatten müssen ?
+wie steht der Rat dazu , und ist der Herr Kommissar bereit , diese Punkte noch einmal gründlich zu überdenken ?
+Herr Präsident , ein Weißbuch ist per definitionem keine Sache der reinen Unverbindlichkeit , sondern soll Reaktionen auslösen .
+mit dem vorliegenden Weißbuch ist das sicherlich gelungen .
+es liefert eine gute Diskussionsgrundlage und ist insofern zu begrüßen .
+ich verstehe die Ausgangspunkte der Verfasser und stimme ihnen zu .
+außerdem gehe ich davon aus , daß Sie , Herr Kommissar , den Ruf und das von Ihren Vorgängern aufgebaute Werk in Ehren halten wollen und Ihre Dienste ebendieses Ziel verfolgen .
+ich kann mir nicht vorstellen , daß die Kommission Initiativen für eine grundlegende Enteuropäisierung oder Renationalisierung ergreift . dennoch mache ich mir Sorgen , stelle ich mir Fragen .
+zunächst in bezug auf die Kohärenz der Anwendung der Politik .
+grundsätzlich bin ich durchaus für kulturelle Vielfalt , nicht aber auf der Ebene der Wettbewerbskultur im Binnenmarkt .
+der Binnenmarkt braucht eine einheitliche Wettbewerbspolitik , nicht nur vom Ansatz her , sondern auch bei der Anwendung .
+gewiß , es gibt gemeinschaftliche Verordnungen und interpretative Mitteilungen .
+auch soll die Kommission ein Evokationsrecht haben und den nationalen Wettbewerbsbehörden mit Leitlinien zur Seite stehen .
+doch frage ich mich , ob wir nicht bei einer Echternacher Springprozession landen , wo wir , ehe wir zwei Schritte nach vorn setzen können , zunächst immer einen zurück machen müssen .
+ich darf Sie daher bitten , Herr Kommissar , etwas genauer darzulegen , wie die Kommission diese einheitliche Anwendung in der Praxis gewährleisten will und ob Sie selbst die im Weißbuch ab Punkt 100 aufgezeigten Wege für gangbar halten ?
+zweitens habe ich Verständnis für die Unternehmen , die einen Verlust an Rechtssicherheit befürchten .
+genau darauf beziehen sich derzeit zahlreiche Vorgänge .
+künftig entfällt dieses Instrument .
+dem Weißbuch zufolge wird die Kommission sehr wohl noch Einzelentscheidungen treffen , die als Leitlinien dienen können . welche Kriterien aber wenden Sie an , um in dem einen Fall eine solche Einzelentscheidung zu fällen , in einem anderen hingegen nicht ?
+drittens möchte ich wissen , ob die Kommission untersucht hat , wie sich ihr neuer Ansatz auf die Strategie der Unternehmen auswirkt .
+sorgen mache ich mir insbesondere um die KMU , die ein beträchtliches Maß an rechtlicher und wirtschaftlicher Sicherheit verlieren , was mit der neuen vertikalen Gruppenfreistellung für Vertriebssysteme wohl doch der Fall ist .
+viertens hätte ich gern Auskunft darüber , weshalb sich die Kommission nicht dafür entscheidet , bei offensichtlichen Verstößen gegen die Wettbewerbsregeln die Nichtigkeitsstrafe ex tunc wirken zu lassen .
+fünftens frage ich mich angesichts der bevorstehenden Erweiterung , ob die Beitrittskandidaten unserem Spiel gewachsen sind .
+sie befinden sich sozusagen noch in der Trainingsphase .
+welche Garantien haben wir , daß sie sich zu Topspielern in der Liga des Binnenmarkts entwickeln ?
+sechstens und letztens erinnere ich an einen Punkt , den ich bereits in meinem Bericht über vertikale Beschränkungen erwähnt habe , nämlich das legal privilege für die Justitiare .
+sollte die Kommission ihre Vorhaben aus dem Weißbuch umsetzen , dann dürfte die Diskriminierung im Binnenmarkt und zwischen den externen und internen Rechtsberatern zunehmen und damit noch weniger hinnehmbar sein .
+erwägt die Kommission Schritte , um den in house @-@ Juristen in allen Mitgliedstaaten ein legal privilege zuzubilligen ?
+Herr Kommissar , ich werfe diese Fragen als Befürworterin des Binnenmarkts und in der Hoffnung auf , daß wir hier in diesem Sinne alle Partner sind und daß das Gespräch zwischen diesen Partnern nicht steril bleibt , sondern Erfolge bringt .
+Herr Präsident ! meine ersten Worte zu Beginn meines Beitrags über das Weißbuch sollen ein Glückwunsch an den Berichterstatter , Herrn von Wogau , sein .
+ein klarer Beweis für den hohen Grad an Übereinstimmung der Fraktion der Sozialdemokratischen Partei Europas mit seinem Bericht ist die Tatsache , daß in diesem Verfahren nur ein Änderungsantrag eingereicht wurde .
diff --git a/tests/interface/input-tsv/train2.en b/tests/interface/input-tsv/train2.en
new file mode 100644
index 0000000..f802f85
--- /dev/null
+++ b/tests/interface/input-tsv/train2.en
@@ -0,0 +1,2048 @@
+it is obvious that control and monitoring systems will be acceptable and necessary in order to prevent abuses and instances of unfair competition .
+however , these systems must not be confused with or turned into a comprehensive and universal obstacle to the granting of public aid where such abuses and instances of unfair competition are identified .
+in our opinion , Mr Azzolini &apos;s report , on which I congratulate him , does not tackle this question with sufficient clarity or depth .
+however , it does deal adequately with the need to make the decision @-@ making on specific regional situations more flexible .
+if approved , the amendments , which deserve our support , should extend and increase the degree and scope of this flexibility .
+Madam President , ladies and gentlemen , regional policy and competition policy work towards objectives that do not seek to achieve the same outcome .
+competition policy is based on the principle of banning state aid to businesses , with derogations from Article 92 ( 3 ) ( a ) and ( c ) that are restrictively applied in the free competition environment of the single market .
+if we want greater coherence we must draw a distinction between the two zoning systems when the diagnosis for certain regions indicates that it would be to their advantage .
+deciding on the level of coherence should be left to the Member States which , in any case , are responsible for submitting proposals for negotiation with the Commission .
+I would add that transparency must also be a basic guiding principle .
+accordingly the Commission has presented a proposal for implementing these principles and establishing broad coherence between the Structural Fund aid and national aid .
+that is consistent and it is a sensible solution .
+I hope the Member States also decide to follow that line consistently .
+what it so significant is that this is the only way to restrict competition about standards and the abuse of aid .
+but we will also find that the different authorisation times in the different Member States will make it very easy to circumvent this .
+so I ask the Commission to tell us how it proposes to organise the authorisation timing so as to prevent this from happening .
+let me also point out that the Commission proposal does not deal with one particular problem , namely subsidy shopping .
+national undertakings can still go on taking up aid unchecked and thereby damage regions .
+so in that respect there are a few things missing in the proposal .
+how are you going to resolve this question ?
+Madam President , the Agenda 2000 proposals as also this report seek to strengthen the complementarity between competition and regional policy .
+the arguments put forward for this are the ever widening divergences between policies and the overlaps in the various aid maps .
+but those who support this approach are forgetting that the desired equal cover of national and EU aid areas makes it even more difficult for the Member States and regions to support their own problem areas by using their own resources .
+that reinforces this policy of positive discrimination in favour of the most disadvantaged regions .
+in any case the objectives of Agenda 2000 , namely greater concentration and coherence , already involve a serious cutback in aid to the relatively successful regions .
+it would be not just absurd but in fact inconsistent with the very principle of subsidiarity to also deprive them de facto of the instrument of national aid .
+Madam President , I should like to congratulate the speakers , the Commissioner and his department on their reports .
+the public tend to perceive competition policy as essentially an economic issue . they think of it as the system of ground rules governing the relationship between businesses in a market economy .
+that is indeed what it is . yet they sometimes overlook the implications these arrangements can have for their daily lives as consumers and workers .
+it is far easier for the economic and strategic power groups we sometimes euphemistically term lobbies to penetrate the Commission &apos;s offices than it is for the ordinary consumer or for the ordinary citizen to do so .
+I believe this would mean setting a serious legal precedent in the liberalised sectors , which has in fact already been invoked by Telefónica , the company which until recently held the monopoly over the telephone service in Spain .
+Madam President , it is consumers and citizens who are the touchstone where liberalisation is concerned .
+if the European Union cannot guarantee that they will not be crucified by the processes of liberalisation , the European institutions , including our own , will become ever more distant from the citizens .
+Madam President , I want to confine my comments to two aspects .
+first , let me unreservedly agree with what is stated so clearly for the first time in paragraphs 17 to 20 of Mr Azzolini &apos;s excellent report : tourism is a good thing !
+for many parts of Europe tourism is the key to survival .
+but subsidised tourism is a bad thing , it is unacceptable , because it does not produce sustained structural improvement but simply throws away and wastes huge amounts of European money .
+when an undertaking that receives a large amount of aid relocates to the next place , it generally leaves far more damage than useful things behind it .
+so let us put an end to this nonsense as quickly as possible !
+let the Commission apply its collective wisdom to finding good solutions .
+this brings me to the second aspect I want to address . we also need good solutions to Agenda 2000 as a whole and to structural reform in particular .
+we need these good solutions quickly .
+we have barely two months left under the German Presidency &apos;s new timetable and we have to put this time to good use .
+the Commission and the European Parliament have done good work together in the past months .
+now the Council has to show that it can reach consensus .
+it will certainly not be easy to accommodate fifteen different opinions on this difficult subject .
+we cannot wait another seven years for the assent provisions of the Amsterdam Treaty to enter into force .
+we want to have a constructive say now .
+Mr President , at the outset I want to congratulate both rapporteurs on the presentation and , of course , the preparation of their reports .
+I , of course , agree that the internal market for the free movement of goods , persons , services and capital should operate in an even @-@ handed manner .
+for an internal market to succeed , all regions within Europe must be able to economically compete effectively in such an arena .
+at present there are some regions within my country and within Europe lagging behind the European Union average for economic performance .
+the Commission has already brought out new revised state aid guidelines which have been approved by the 15 Member States of the Union .
+these guidelines provide that Objective 1 regions will be entitled to grant aid to endogenous and inward investment companies setting up within their localities to a ceiling of 40 % .
+this may appear unfair competition but it is necessary to bring the less well off regions up to a Union average .
+it is also important that such policies are complemented by a higher proportion of spending under the ERDF so as to guarantee that any infrastructural deficit which exists in our transport network is rectified in the near future .
+Mr President , I should like to thank Mr Azzolini for his excellent report .
+as regards the Commission &apos;s proposal concerning regional aid , I find it both unacceptable and ridiculous .
+the reason for this is that the Commission is proposing that only those areas which receive EU aid should be eligible for national regional support .
+this implies that the Commission does not believe that the Member States are capable of conducting a regional policy which is in the interests of the respective countries and their citizens .
+instead , everything is to be centralised and managed through the EU and Brussels .
+decentralisation and flexibility are conspicuous by their absence .
+it is not that I am opposed to a policy on regional aid , it is the way in which national regional aid is to be distributed that I find unacceptable .
+Sweden has a long tradition of regional aid , the purpose of which is to achieve a balance and to iron out differences between the various regions .
+it was implemented in the interests of social solidarity and was an extremely costly process .
+however , it was worth the expense and was a sound move , in my view .
+the Commission &apos;s proposal rules out this kind of social and economic solidarity , which is a mistake .
+consequently , I believe the rapporteur has tried to remedy the worst deficiencies of the Commission document , and that Mr Macartney has also tabled a good amendment which I shall support and which substantially improves the report .
+Mr President , all too often the situation in reality suffers when rigid and theoretical rules of economic policy are applied in the name of free competition .
+there is a risk in this Chamber of allowing the European Parliament &apos;s priority objective of economic and social cohesion to fade into the background and be compromised .
+the cost will largely be met , so runs the script , by the new Objective 2 regions and , under the Commission &apos;s plan , all the benefits and advantages will be enjoyed by the applicant countries .
+the chorus of Members of Parliament asking the Commission to modify its position is swelling daily : I hope the increase in volume will at last convince the Commission .
+a Union with huge differences in economic and social development between its various regions certainly can be neither credible , nor viable , nor competitive .
+it is a fact that the European regional policy has led to great improvements in the development rate of areas which were characterised by macroeconomic imbalances and low competitiveness , such as Greece .
+however , there are still important regional inequalities which could become more acute , as a general phenomenon , as a result of economic and monetary union and the Union &apos;s enlargement .
+so the policy of economic and social cohesion is a long @-@ term and continual process which , in any event , must be compatible with competition policy if it is to be effective .
+however , it is known that several Member States are pursuing national strategies and state subsidy policies which are in many respects incompatible with the European cohesion policy to combat regional inequalities .
+indeed , if we include all the horizontal branch and regional forms of aid , it becomes evident that it is the wealthier areas which benefit most , and not the disadvantaged areas .
+Mr President , as is customary every year , the Commission &apos;s 27th report on competition policy provides a good picture of the Commission &apos;s thinking in this area and of its specific policy data .
+flexible operation of the single market can only be achieved , certainly following the launch of the euro , if competition conditions are fair not only in law but also in fact , and if there really is equality of opportunities for all businesses .
+the Commission &apos;s efforts to ensure that there is free competition within the single market are thus vitally important .
+the Commission does good work here , and the fact that its decisions are not always palatable to those Member States which it is forced to reprimand in no way detracts from the value of that work .
+I must compliment the rapporteur , Mrs Riis @-@ Jørgensen , on the work she has done .
+I thank her for her fine and constructive cooperation , and all I can really say is that her report sets out what we in the PPE Group wished to say on the subject .
+so I have nothing more to add , in point of fact .
+I just have one question for the Commission , a very specific question .
+I should like to hear from the Commissioner whether that ruling has implications for all the regulated professions .
+the PPE Group &apos;s view is that account must be taken of the special role of certain professions in the general interest of society .
+we should have liked to know the Commission &apos;s thinking on this .
+I appreciate that I am rather springing this on the Commissioner .
+I do not necessarily expect an answer here and now , but perhaps a written reply ?
+forgive me , Commissioner , for not waiting to hear your answer now , but there is a group of 100 people waiting for me 50 kilometres away .
+unfortunately , I have to leave the Chamber straight away .
+Mr President , I think it is very important that both Commissioners are here at the same time , so that we can speak about regional policy and competition policy together , and speak too about regional aid and state aid .
+the Commission should make its work more effective , encouraging as great a degree of transparency as possible with regard to all public aid .
+in my opinion it makes no difference whether it is a matter of state aid or regional aid .
+we should be creating a situation where every citizen and business would at any moment in time be able to acquire information about how much state aid or regional aid has been granted to which project .
+there should be a page on the Internet where information could be listed on all public aid in order to ensure transparency .
+another issue I wish to raise is the importance of real commitment on the part of business to regional aid programmes .
+thus , if a company receives aid it must remain in the region .
+it must stay there for at least five years and ensure that jobs are preserved .
+it cannot just pack its bags the moment it has been given public aid .
+Mr President , we definitely need a strategy which targets better coordination of regional policy and competition policy at European level .
+the Commission plans to reduce the percentage of the total population of the Union receiving state @-@ funded regional aid over the period 2000 @-@ 2006 .
+investment in jobs must then be maintained in the region concerned for at least five years , so that national aid does not encourage relocations .
+in addition to that there is also a problem for the ultraperipheral and island regions which , because of their difficult geographic position and their particular intrinsic nature , are already amongst the least favoured regions in the whole Community .
+Mr President , I rise to speak on the competition report introduced by my colleague , Mrs Riis @-@ Jørgensen , to whom I offer my congratulations on the quality of her work .
+I want particularly to support the amendments from my colleagues Mr Hendrick and Mme García Arias which talk about the possible abuses of dominant positions .
+this is not , in itself , an unwelcome development but it does exacerbate the risk of an over @-@ concentration of ownership of the essential utilities .
+the whole point of the liberalisation process is that it should bring the benefits of efficient , competitive , consumer @-@ sensitive utility supplies to be widely available to consumers , both domestic and business .
+the reported situation in Spain , therefore , is of major concern .
+it would be against the whole spirit and letter of European Union competition rules if the costs of the transition to competition in electricity supply were to be met initially out of public funds and this then to be passed on to the consumer .
+this is a most serious distortion of the level playing field , particularly if the money is then to be used to gain a share in other utility markets .
+I hope that the Commission will deal with this point in response because it is particularly important that the issue is highlighted and that the Commission response is on public record .
+the rapporteur in this report mentioned naming and shaming and on the basis of the evidence available , this is a situation of sufficient seriousness to merit a considered reply from the Commission .
+I am sure that this will be forthcoming .
+I have apologised to you , Commissioner , because I cannot stay .
+my colleagues are going to take a careful note of your response .
+I know that we will want to follow up this issue .
+Mr President , ladies and gentlemen , first I would like to congratulate the rapporteur , Mr Azzolini , on his excellent work .
+certainly , ever since the Treaty of Rome , competition policy has been an integral part of the European economy as an essential factor in competitiveness for each of the European regions , whether less favoured or developed .
+there is a danger , which is that aid from the European Union to particular regions may distort work already in progress in the market in favour of certain areas .
+I think the rapporteur &apos;s approach to all this is fundamentally correct and I hope Parliament will follow his lead .
+Mr President , I welcome very much the Azzolini report and I agree with the essential arguments which are put forward .
+I have to say that I have one reservation and that is whether we should have virtually total co @-@ terminosity between the two kinds of maps that we are talking about .
+I fear that we could be aiming at uniformity for the sake of uniformity .
+I really believe that there is a real need for a measure of flexibility , that recognises that there are particular situations in different parts of the Union .
+flexibility is needed essentially because we are talking about two different kinds of aid .
+on the one hand , there is aid for developing the infrastructure and human resources of the less prosperous regions .
+that is done through the European Union &apos;s structural funds .
+on the other hand , there is aid for particular industries and enterprises through national state aids , like regional selective assistance in the United Kingdom .
+that is national state aid .
+in many cases , of course , the two will naturally go together .
+but in some instances we need to acknowledge that to help certain areas we sometimes need to support industries that are adjacent to Objective 1 and 2 areas .
+why do we need to do that ?
+one simple reason is that people are increasingly travelling significant distances to work on a daily basis .
+to help people in one area occasionally you have to allow state aid to industries in another area .
+often , of course , firms developing in one particular area help the region immediately next to it .
+there is a knock @-@ on effect to economic development .
+therefore , there is a strong case for flexibility and with that one reservation I support Mr Azzolini &apos;s report in total .
+Mr President , I agree with Mr Azzolini when he says that regions which are coming out of Objective 1 must not be treated as strictly as the Commission is proposing to do .
+regions that have just emerged from a state of low economic development usually suffer from serious deficiencies in their infrastructure .
+in the case of Ireland where I come from , it is estimated that it would take 10 billion euro to bring our road networks up to the average EU standard , even if we have just enjoyed six years of very generous structural funds .
+in all the regions of the EU which are just emerging from economic backwardness we must realise that there is still a serious burden of the past to be carried .
+until genuine economic equality has been achieved the Commission must be extremely careful not to impose rigorous harmonisation which could lead to a reversal of gains already made .
+rather , we must promote as normal for all Member States the tax regimes which have been shown to be successful .
+the basis for the European convergence model must be the successful tax regimes rather than the ones that are creating difficulties .
+it is important to explain to EU citizens that they can only enjoy free trade and the benefits that it brings if they are prepared to have a body to enforce discipline and fairness .
+there will always be those who will attack the efforts of the European Commission as bureaucratic interference but we must be prepared to explain to our citizens that they can only enjoy consumer benefits within a single market if fairness and equality is enforced .
+however , I wonder whether we always draw the right distinction between strategic alliances and the possible emergence of monopolies , which would be harmful to competition .
+when I look at the Communities &apos; competition law in regard to , for instance , cartels and subsidies I find , however , that it is in fact being reviewed continuously and as required .
+in regard to state aid it certainly needs emphasising that this aid is still needed .
+but we have good reason to criticise the very high subsidies granted in a few Member States .
+that is certainly not in the common interest of effective , free and fair competition .
+at this moment in time , distortions of competition as a result of tax aids are more important .
+not enough cases of this kind are being investigated .
+more and more Member States want to attract business to their national locations by granting tax reliefs to undertakings , in the financial and insurance sector , as also in other economic sectors .
+that distorts competition .
+I believe the aid rules must look more closely into these distortions of competition .
+the Commission must investigate more of these cases .
+the list of 85 cases of tax reliefs , some of which are reminiscent of tax havens , currently before us speaks volumes .
+the Commission must also play its part in preparing the next round of WTO talks , for we do need competition law that also works at international level .
+here the current GATT and WTO rules need to be supplemented by internationally effective competition rules .
+I believe it would be important to have national reports on competition , like the WTO national trade reports .
+I also believe it would be important to try to establish minimum standards for all states in order to prevent anti @-@ competitive practices , and to set up independent competition authorities .
+that could lead to effective , international competition rules under which the signatory states undertake also to make their national competition law internationally applicable .
+Mr President , ladies and gentlemen , Commissioners , I want to begin my speech by congratulating Mr Azzolini on the excellent work he has done on his report on competition and cohesion .
+the Treaty of Rome defines competition policy in order to eliminate any form of distortion likely to interfere with the free play of market forces .
+from Rome to Maastricht it was recognised that we needed a cohesion policy geared to strengthening the less favoured regions of the Union , thus substantially pursuing the same purpose - a homogeneous common market .
+between Maastricht and Amsterdam the aim was adjusted , as it was recognised that the free play of competition and market homogeneity could only be achieved through a policy of economic and social cohesion that paid more attention to territorial reality .
+it is in that spirit that the Amsterdam Treaty adds , for example , a reference to the island regions , so that they can start from a level playing @-@ field and compete on an equal footing while respecting market forces .
+now , on the other hand , we are seeing a development in competition policy , which is attempting to take account of cohesion policy by including it in its most important regulations , but all it is really doing is complicating those regulations .
+Mr President , regional policy and competition policy can be complementary and need not conflict with one another .
+it is the wealthy Member States which make greatest use of the instrument of state aid , and cutting down on this by a more rigorous implementation of competition policy will definitely help the poorer Member States by creating a level playing field .
+but regional policy can actually lead to unintentional distortions of competition .
+our regional policy is too slow to react to change .
+part of the reason for this is that we take a decision just once every six or seven years on which regions qualify for aid , and we do that on the basis of figures which are already a few years old .
+Mr President , I should like to thank Commissioners Wulf @-@ Mathies and Van Miert for their presence here today .
+there is no doubt that to date the single market , together with its necessary consequence , economic and monetary union , has been the greatest achievement of the process of building the new Europe .
+such success would not have been possible without a policy guaranteeing competition as the best security for economic growth and job creation .
+nevertheless , free competition and growth must never compromise social and economic cohesion , key elements of the acquis communautaire , to which the Union devotes a significant proportion of its budget .
+I should like to focus on the need to tackle the thorny issue of state aid .
+according to the existing arrangements , agreements between enterprises , the abuse of dominant positions and unjustified state aid are regulated by constant monitoring to safeguard competition .
+however , what sort of aid could be justified ?
+this is not a trivial question and has never been clarified , though the Commission attempted to do so in 1975 , 1979 and 1988 .
+the interpretation of Articles 92 ( 1 ) , 92 ( 3 ) ( a ) and 92 ( 3 ) ( c ) still gives rise to a number of problems .
+as regards the regions with the greatest objective and structural deficits , the only possible interpretation has to be the one that will provide for the greatest development of these areas .
+any other interpretation would certainly be branded as eurocentrist , difficult to justify and therefore unacceptable .
+Mr Van Miert is a politician and not a technical expert .
+Mr President , Commissioners , Mr Azzolini &apos;s report on the links between regional policy and competition policy is a most important one .
+it deals with concerns that directly affect the people in the Member States and the regions .
+the resolution may not have any direct impact on the progress of the regional policy reform , yet it must be regarded as directly linked to it , given that we are talking about coherence between European and national regional aid .
+some Member States have no problem with the requirement of coherence which the Commission is laying down in order to secure its competition policy aims because almost their entire territory is covered by European aid .
+but the situation is different in some other countries .
+here the dual approach of concentrating the European objective areas on the essential ones , which is right , while at the same time calling for maximum coherence with national aids , sometimes imposes a double burden that is very difficult in regional policy terms .
+how can we explain to the people living in the regions concerned that both European and national aid is prohibited , despite the imminent threat of unemployment , despite the absence of promising job prospects ?
+the 2 % flexibility margin is not enough , nor is it convincing .
+nor is there any justification for it being 2 % rather than more or less .
+that does not mean that the Commission &apos;s endeavour to bring about greater coherence is wrong as such .
+in the long term we need a more balanced coverage if we want to avoid distortions of competition .
+that would take away any chance of adjustment for many of the regions .
+in that respect I welcome the fact that agreement seems to be emerging between the Council and the Commission on taking a more flexible approach to the flexibility question , on not specifying any target dates and giving the Member States more margin for decision .
+so the discussion we held in Parliament has had the desired effect .
+Mr President , we have arranged that I will speak first and try to respond to Mr Azzolini &apos;s report .
+my colleague Mr Van Miert will then address the many concrete questions raised in connection with the competition report .
+first I want to thank Mr Azzolini for his most interesting and careful report .
+I am also grateful that we agree at least on the question of principle , namely that we need greater coherence between national and regional aid policies .
+let me emphasise again , as others have rightly said , that different problems are involved here .
+in relation to Objective 1 we already have equal cover between competition aid and regional aid from European resources .
+nevertheless I believe that we must begin by emphasising the logic of our policy .
+it makes no sense to embark on a kind of division of labour that would mean that European structural policy looked after the less eligible areas and that national aid was then concentrated on the areas most in need of structural adjustment .
+I do not think that would be logical .
+what we are in fact proposing is to widen the Member States &apos; regional margin for play , for as a rule national competition aid covers areas wider than those that can be supported through the Structural Funds .
+that means that over and above European structural aid the national states and the regional authorities have a variety of means of supporting their structurally weak areas .
+that is why I believe that it does indeed make sense to establish more congruence between Objective 2 aid and Article 92 ( 3 ) ( c ) .
+a number of Members have pointed out that on 25 January this year the Foreign Ministers &apos; Council reached agreement on a compromise , which I shall briefly describe to you because it is important to your further discussions .
+let me take up what Mr Rack said , namely that Parliament can play a careful part in the discussions and in seeking Agenda 2000 solutions only if it also has the appropriate information .
+here the Community &apos;s aim should be to achieve better coherence by the end of the period 2000 to 2006 , with the Member States making the appropriate efforts - in accordance with their situation at the time.&apos;
+as I am sure you will notice , this is not necessarily the most direct way of saying that we want to improve the situation .
+and I am sure it is no secret either that Mr Van Miert and I myself would certainly have wished to see better coherence .
+in regard to timing , the problems of competition policy and structural policy do indeed differ .
+we take the view that the agreement that has now been reached in regard to the common communication will help us find sensible and closely coordinated solutions in both competition and structural policy .
+that could mobilise a substantial steering instrument .
+I hope that in future the monitoring committees will ensure this too .
+let me return now to the concentration of aid on the most disadvantaged regions .
+during this debate many speakers have said that this concentration is the crux of the reform and that without concentration any positive effects for poorer regions would be reduced out .
+that is why I think it is so important that we do not counteract our own endeavours by watering down the 75 % criterion .
+for the rest , the ultraperipheral regions do not face any problems , because they all fulfil the strict 75 % criterion .
+in the case of Objective 6 regions we must indeed differentiate , as we must for islands , because there the state of development differs widely and we must all take that into consideration .
+we would be doing ourselves no favour if we said that exceptions would guarantee everyone their own special rules ; instead we must ensure that the level of aid is adjusted to the severity of the problems .
+in that sense I hope we will agree during the further discussions on Agenda 2000 , and above all its implementation , on the need jointly to promote the necessary coherence so that the structurally weakest areas can catch up .
+Mr President , firstly I should like to offer my sincerest thanks to the two rapporteurs , Mr Azzolini and Mrs Riis @-@ Jørgensen .
+this is not the first time that I have had the pleasure of debating our annual report in person here with Mrs Riis @-@ Jørgensen .
+I am truly delighted by the quality of the reports , and also of the debate .
+as a result , it is rather a shame , Mr President , that there is so little time to respond to the many comments made and real issues mentioned .
+therefore , I would like to ask you to forgive me for only responding to a few of the points that have been raised , but this is down to necessity .
+firstly , I should like to answer Mrs Riis @-@ Jørgensen &apos;s question about democratic control and transparency .
+it is a fundamental issue as the Commission has a direct and specific responsibility in this field .
+it is both logical and necessary that , at any point in time , the Commission should be prepared to appear before Parliament or before the responsible committees to explain the decisions that it is taking or refusing to take .
+Mrs Riis @-@ Jørgensen , I am fully prepared to commit myself to coming here every month and talking to the responsible committee , which is much more than the three visits a year that were made a few years ago .
+this is all I ask .
+I am in your hands .
+there are plenty of issues and problems to debate .
+so it is up to you : if you invite me each month , I will be here .
+with that said , I should very quickly like to turn to the report by Mr Azzolini , as Mrs Wulf @-@ Mathies has already responded to a number of comments .
+we need to agree on the objectives of this process .
+currently , 51 % of the population live in regions eligible for Structural Fund aid , and 47 % in regions eligible for national or regional aid .
+therefore , we , Mrs Wulf @-@ Mathies and ourselves , must now work together to try to reduce the number of eligible regions . we must make an effort to concentrate aid and try to be as consistent as possible .
+and I am delighted by the fact that , at Commission level , we have been able to reach an agreement on this .
+even a small reduction spurs all manner of forces into action , standing up to demand that their region remain eligible .
+but if we do not do this , I feel that we will not be doing our job or our duty given the forthcoming enlargement of the European Union .
+therefore , we must work along these lines and accept that our policy will have certain effects .
+we also need to decrease the intensity of aid .
+on many occasions you have specifically criticised the problem of relocations .
+you have called on us to do something about this .
+so , in answer to your request , we are reducing the differences in intensity whilst also remaining within acceptable limits as the limit for A regions is 40 or 50 % .
+for the outermost regions the limit may be even more , but for C regions I believe that an intensity of 20 % is a suitable ceiling and , in certain circumstances , could even drop to 10 % .
+as a result , I believe that this is a better balance and , what is more , the national authorities will still be able to do a lot for the most needy regions .
+therefore , in the future , our policy will be much more balanced than before .
+I will finish there on your report as there are a number of questions on Mrs Riis @-@ Jørgensen &apos;s report also awaiting an answer .
+firstly , there is the general question of state aid .
+many of you have said that the economically most developed countries award the most aid .
+this is indeed true , and it is also why we are trying to be much stricter .
+I can tell you that , last year , we made a series of negative decisions on state aid , as many as 31 , compared with only 9 in 1997 .
+this is clear proof that , little by little , we have become far stricter , as should be the case .
+you know what the consequences of this are , sometimes involving disputes with governments , regional authorities and so on . but that is the price that has to be paid for a more credible , consistent and coherent state aid control policy .
+there is no other solution .
+we must be sure of what we want .
+having said this , there are grounds for forging ahead with this issue .
+Mr Metten talked specifically about fiscal aid .
+Mr Metten , as you know we currently have approximately thirty cases to consider , but I should like to ask you where I can find the human resources to do so .
+no one has asked if we have the tax consultants to do it .
+no one has asked this question .
+as regards state aid , I would particularly like to mention the matter of the energy sector in Spain very briefly .
+I am aware that this issue is gaining extraordinary political proportions . this is how the situation stands .
+firstly , the Spanish authorities would like to liberalise the energy sector more rapidly than in other Member States or than stated in the directive , and we can only welcome this . this much is clear .
+secondly , it is true that this operation , not only in Spain but in other Member States , will involve what we call &apos; stranded costs &apos; , but in principle it is a state aid issue .
+so the Commission and DG IV must be notified of all these cases , as well as DG XVII , so that we can examine them separately but coherently .
+this is the background to this whole exercise .
+for the moment , I cannot say any more than that .
+once we have been notified , we will , of course , attempt to clarify the situation as quickly as possible .
+another issue is that of the Canary Islands .
+we have already approved what we call REF , the economic and fiscal regime .
+and now , we have been notified about the ZEC , as we call it - the Canaries special region .
+the fact that the Canary Islands will remain an A region will clearly let us consider allowing more aid than if they had moved from an A ranking to a C ranking .
+it allows for a broader based approach .
+however , for the moment we are examining what the government has brought to our attention .
+at this point , I cannot tell you any more .
+Mr President , I see that I have already exceeded my speaking time .
+please allow me , by way of conclusion , to highlight an issue which unfortunately has not been fully debated here today , namely the modernisation of competition policy .
+Mrs Riis @-@ Jørgensen , I will take the liberty of suggesting a subject to the Committee on Economic and Monetary Affairs and Industrial Policy so we can debate it .
+you know that we have already taken a series of steps as regards state aid and in other areas such as vertical restraints , and so on .
+but there are others and , very briefly , I should very much like to have an opportunity to discuss them with the responsible committee .
+thank you , Commissioner .
+the debate is closed .
+the vote will take place tomorrow at 9 a.m.
+climate change
+Mr President , ladies and gentlemen , I am pleased to report to you today on the results of the climate negotiations in Buenos Aires and the follow @-@ up work for the coming months .
+Parliament has put forward a very interesting resolution and I note with satisfaction that we are agreed on the great majority of points .
+my assessment of the Buenos Aires conference is also that it was a success , although the overall result was limited .
+secondly , the EU played an important role in getting the G77 countries and China to the negotiating table , so that they could feel more closely involved in the process .
+I continue to focus on better relations with the developing countries in connection with the preparations for the Fifth Conference of the Parties , not least by prioritising the practical formulation of the mechanism for sustainable development , the Clean Development Mechanism .
+finally , there is a commitment on the part of the Argentinian Presidency to strengthen political control of the process by holding ad hoc meetings at ministerial level in the enlarged Executive Committee between annual meetings of the Conference of the Parties .
+I believe that such ad hoc meetings are crucial in keeping the process on the right track .
+on the whole , therefore , I think that the Fourth Conference of the Parties succeeded in making good progress towards implementing the Kyoto Protocol .
+I therefore think it important that a decision should be taken at the Sixth Conference of the Parties on the three mechanisms together , so that the package will include a strong and cohesive system for monitoring the mechanisms .
+we also want to continue the debate on how we can achieve the Convention &apos;s final objective , namely to prevent dangerous climate change , at the same time ensuring that the burdens are shared fairly and taking into account our common but differentiated responsibilities .
+it is important that we do further work on implementing policies and measures to combat climate change , not just at international level but to an even greater degree in the EU and hence in the Member States .
+I also agree with Parliament that we must concretise how we can achieve our aims , since good intentions are certainly not enough .
+the Commission , Parliament and the Council must take their responsibilities seriously and come up with concrete actions and decisions .
+in this connection , I stress that some important proposals have been presented which require a decision , for example the proposal on taxation of energy products .
+I strongly urge Parliament to deliver its opinion on this proposal before the parliamentary elections , so that the new momentum from the German Presidency can be used to advantage and so that political agreement can be reached at the meeting of the ECOFIN Council in May .
+in the field of taxation , our first objective must be to ensure that the proposal on taxation of energy products is adopted , since an increasing number of Member States now seem to agree that such taxation is necessary .
+with the Plan of Action and the internal policies and measures , our aim is that the Kyoto Protocol should be ratified and take effect as quickly as possible .
+I am strongly in favour of speedy ratification .
+but this means that we must put our own house in order , so that ratification will not be just an empty gesture .
+in this context , the more proactive stance of certain American industrial interests in the effort to combat climate change and the signature of the Protocol by the USA can be regarded as positive steps .
+there were signs in Buenos Aires of a more positive attitude on the part of certain sections of the American Congress .
+here I have to say that I am sceptical with regard to declarations from Argentina and Kazakhstan signalling their willingness to enter into a binding commitment at the Fifth Conference of the Parties .
+in the long term it is important that the developing countries should be involved , but the real test of such voluntary commitments is their final effect in practice .
+in order that a country can take advantage of the benefits of the Protocol , it must sign it .
+it must also honour in full the obligations it has thereby taken upon itself .
+moreover , we must - as we have said before - ensure that we do not just get more hot air into the system through having unambitious objectives .
+so let me come back to our internal programme of work .
+as I already announced in September , I shall be presenting a communication in the spring of 1999 .
+I entirely agree that we need a comprehensive EU strategy .
+the year 2008 looks far ahead in the future , but we must act now if we are to have any chance of achieving our objective .
+in the Commission communication therefore , we will concentrate on those elements that are crucial to ensuring that the EU can achieve its objectives .
+these key elements include common and coordinated policies and measures , the Kyoto mechanisms and links with third countries .
+the communication will contain a full analysis of the effects of the trade in emission rights , common implementation and the Clean Development Mechanism .
+I assure you that I will do my utmost to expedite the adoption of this communication so that it can be presented promptly and be ready for the Cologne summit .
+Mr President , ladies and gentlemen , I will say in closing that , generally speaking , I can support Parliament &apos;s resolution and I look forward to further very constructive cooperation in our common effort to combat climate change .
+Mr President , may I remind the Commissioner that , according to one of our sayings , words and deeds are often oceans apart .
+I think it is essential , Commissioner , to do a number of things at international level .
+one of these - and a very important one too - is to continue the dialogue with the developing countries that was so productive in Buenos Aires so that we can develop the proposals for the clean development mechanism together with these countries .
+I also believe it is essential to incorporate these issues more effectively into our strategies for negotiating the accession of the applicant countries to an enlarged Union .
+in Kyoto , the countries whose applications are being considered for accession in the first wave undertook to make the same reductions in emissions as the Member States of the European Union .
+I think some of my colleagues will want to deal in greater detail with European burden @-@ sharing .
+I also believe that these measures will have to be accompanied by the development of safeguards in the areas of health , agriculture and ecological protection , because as the change in climate becomes ever more apparent , dangers will emerge that we may never have contemplated .
+Mr President , before I speak to the resolution , can I clear up a translation error .
+in the English interpretation of what the Commissioner said , reference was made to the withdrawal by the Commission of the CO2 tax .
+in fact , you were much wiser than that .
+you did not withdraw the proposal , you amended it , and that amended proposal is still on the table and I hope the Council will take it up .
+I trust that all the language versions will be consistent with what you actually said .
+I am grateful for a copy of the text in English .
+I had the honour to lead Parliament &apos;s delegation to the Buenos Aires Conference and the report from myself and other colleagues is available to Parliament .
+in my view , COP IV was a moderate success dragged screaming from the jaws of what might have been a negotiators &apos; deadlock .
+the Buenos Aires Action Plan promises some progress by the time of COP VI in the year 2000 .
+for the first time it reflects interest in the principles of contraction and convergence and of global equity which this Parliament has voted for regularly .
+my report draws attention to the helpful and positive role of the Commission in Buenos Aires for which I am grateful and for the courtesy which it showed towards Parliament .
+my report also draws attention to the failure of the Council either to recognise , to use , or intelligently to consult MEPs during the course of the Conference .
+the latest Council guidelines on MEP involvement , decided on a week before Buenos Aires , are positively insulting to Parliament .
+I have raised the matter with the President and I hope that the Committee on Institutional Affairs would look at this in the context of the next IGC .
+the Union learnt the lessons of our relative failure in Kyoto and reached out towards countries in the Group of 77 , looking for allies in the cause of sanity in protecting the climate of the planet .
+I would like to use my last few seconds to make an appeal to the Commission .
+despite what the Commissioner said about the possibility of political progress between COPs , I should like to encourage the idea of a structural review of the whole process of the Conference of the Parties .
+in my view at the moment it is far too prone to technical logjams stopping political initiatives .
+the rhythm of the Conference of the Parties makes it difficult to take political initiatives between conferences .
+it seems to me , having been to all these COPs , that we are caught now between this being a continuing and at times difficult negotiation and , at the same time , being an institution with administrative responsibilities .
+I hope the Commission will take up this suggestion .
+I thank the Commissioner for her statement and I commend the resolution to the House .
+Mr President , Commissioner , ladies and gentlemen , it is difficult to claim that Buenos Aires was really a success .
+whilst the Kyoto talks managed to agree on a reduction of greenhouse gases , regrettably no detailed rules were agreed on how exactly this should be achieved .
+I think it is fair to say that the Union has done what it could , and I warmly congratulate Commissioner Bjerregaard on her hard work and determination .
+we have the Buenos Aires action plan and we should give this our full attention , because important decisions will have to be taken at the climate conference in the year 2000 .
+I should like to emphasise two points .
+firstly , if the Kyoto protocol is to come into force , it has to be ratified by at least 55 of the parties which account for at least 55 % of all emissions .
+we must keep hammering home the point that it is essential for the USA to ratify .
+if the biggest polluter - the USA - and Russia do not ratify , for example , then Kyoto is meaningless .
+my second point is that emissions trading can only be allowed if the bulk of the effort is made at national level .
+I quite agree with Commissioner Bjerregaard that we must set a ceiling on emissions trading .
+we must not , so to speak , export the problem .
+the positions of the Union and the USA are diametrically opposed to one another here .
+the Union rightly maintains that action to combat climate change only makes sense if everyone plays their part .
+and this has always been the position of Parliament , even if it is not explicitly stated in the resolution now before us .
+finally , regarding the harmonised energy tax , we too are in favour of a tax of this kind , but provided it is fiscally neutral .
+our group has tabled two amendments calling for a harmonised tax , and they should be understood in that context .
+I have one last question to the Commissioner .
+where does she stand on the question of a possible tax on aviation fuel , to be introduced at European level ?
+there are those who say , perhaps rightly , that the answer lies in better technology so that the level of emissions is reduced .
+but the increase in air transport means that measures will definitely be needed in this area too .
+Mr President , how can one fail to agree with the Commissioner when she proposes specific measures , follow @-@ up procedures , cooperation with developing countries and taxation in connection with the production of energy ?
+I am sure we all agree with her , particularly as she has put forward specific measures to ensure that what has been agreed is carried through .
+according to scientific opinion and to the United Nations &apos; report , 50 000 deaths and losses totalling 12 billion pesetas were caused by natural disasters in 1998 . I do not myself believe these disasters were all that natural .
+I am not sure what the losses amount to in euros , but 12 billion pesetas is certainly a lot of money .
+the European Parliament has expressed this view on several occasions .
+scientists also tell us that emissions must be brought down to between 50 % and 60 % of their 1990 levels , if we are to have a positive impact on climate change .
+we are aiming at an 8 % reduction in the emission of six greenhouse gases .
+if we do not even achieve that 8 % reduction , we shall be endangering the future of the planet .
+we therefore welcome your proposals , Commissioner , provided you do ensure that the Member States comply with them . in particular , we should like to see the load spread fairly between industrialised and developing countries .
+we are opposed to the idea of making developing countries start to pay , as the United States would have them do .
+it is for us to pay .
+Mr President , I was part of the delegation with Mr Spencer and Mr Linkohr at the conference in Buenos Aires .
+how one judges the conference is a matter of opinion .
+Mr Spencer said it was a moderate success .
+I think that is a fair description .
+I recall Commissioner Bjerregaard saying at the press conference at the end that we would have wanted to achieve more , that we always do , but that this was as much as we could persuade the other parties to the conference to agree to .
+the European Union showed real leadership , supported to a large extent by the candidate countries , the G77 and China .
+I also recall the President @-@ in @-@ Office of the Council saying that at Kyoto we agreed on concrete reduction targets and greenhouse gas emissions by the industrialized countries .
+in Buenos Aires we kept the momentum of Kyoto by establishing the action plan which was one of the objectives of Buenos Aires and deciding on other measures like the elaboration of a compliance system .
+the international press treated the conference with a certain amount of cynicism ; some called it a fiasco .
+it was a difficult conference because there were long , tortuous and turgid negotiations but I cannot but support Mr Spencer and congratulate the Commission .
+I also applaud the decision by the United States to sign the protocol .
+while recognising that it may be a diplomatic formality , as we say in the resolution , at the same time it is very effective and signals a change of opinion in the United States .
+we must also applaud the COP IV host countries , Argentina and Kazakstan for signalling their willingness to enter into a binding commitment at COP V to reduce their greenhouse emissions further .
+that is progress of some sort , small though it may be .
+so , it is a good resolution .
+I support it as does my group and , along with Mr Spencer , I commend it to the House .
+ladies and gentlemen , Mr Fitzsimons , I would ask you not to exceed the time you have been allocated .
+the services tell me we are running late .
+I have no wish to cut you off , and I am confident you can regulate yourselves .
+I know you are all very responsible and will take this reminder in the spirit in which it is meant .
+Mrs Hautala now has the floor for one minute on behalf of the Green Group in the European Parliament .
+Mr President , the European Union has had a very positive role in worldwide negotiations , and , in my opinion , the Commissioner deserves personal recognition for this .
+but at the same time the fact remains , and it gets ever more embarrassing from one day to the next , that the Union has not been able to take any decisions of its own which would lead to establishing its own commitments too .
+for that reason it is vital that we debate the issue of energy taxation , something the Commissioner mentioned earlier .
+it is also important that those countries that wish to go further than others can , in addition , adopt this original proposal for a carbon dioxide and energy tax .
+it would be interesting to hear what estimates the Commission might have here .
+we must remember that the Treaty of Amsterdam makes provision for a situation where some countries can move forward more swiftly than others , if those others are not ready .
+but I am sure that industry has also realised that climate policy can give it a competitive edge , and this should be seized upon .
+Mr President , Commissioner , ladies and gentlemen , was Buenos Aires a flop ?
+I do not think so .
+it was not a flop , it just suffered from the last night at Kyoto when the Americans tried to introduce flexible mechanisms into the protocol without which they were not going to sign up .
+it must also be said that the Conference President did not show the same diplomacy as Ambassador Estrada , who led the proceedings at Kyoto extremely well , but that is just a minor detail .
+the European Union must continue to support this position .
+I therefore agree with the introduction of the flexible mechanisms , which will finally allow the cost of emitting one tonne of carbon to be calculated in economic terms .
+it must be said that the developing countries , which are non @-@ Annex I countries , do not even have any quota to sell under Article 6 .
+we must be serious about this and rather more flexible with regard to the developing countries .
+I would now like to turn to a subject of great interest to me , which is forestry .
+the Kyoto Protocol stipulates that funding can be granted for reforestation , particularly for carbon sequestration and especially within the CDM or Clean Development Mechanism .
+this can play an important role in allowing the industrialised countries to support and provide funding for reforestation projects in developing countries .
+the NGOs concerned with the protection of the environment point out that it is essential that only projects which respect biodiversity are subsidised .
+we must ensure that projects for intensively managed plantations are not subsidised at the expense of protecting biodiversity .
+Mr President , the outcome of the 1997 Kyoto conference on climate change was rightly seen as a turning @-@ point , albeit only a first step in the right direction .
+it represents a first attempt to reduce greenhouse gases and so halt the progress of man @-@ made changes to the world &apos;s climate .
+it is most important that the Kyoto Protocol should be speedily ratified by all the parties , notably the United States and Russia .
+pressure is building towards this , particularly amongst business circles in the United States .
+it is clear that much remained to be done after Kyoto in terms of concrete follow @-@ up .
+the follow @-@ up conference in Buenos Aires has resulted in a single programme of action with pledges and timetables . that was a welcome development .
+much consideration must also be given to dialogue with the developing world .
+but there is a danger that it may be restricted to the conclusion of agreements on emissions trading .
+firstly , in my view , the European Union itself must work to cut greenhouse gas emissions within the EU .
+it is also very important to assist other countries , for example by the transfer of cleaner technology which can be provided through development aid .
+it may be that emissions trading takes place within the continent of Europe .
+emissions trading will only take place with countries outside Europe if those countries actually take steps to reduce greenhouse gases .
+if countries within the EU itself make an effort , this may encourage non @-@ European countries to play their own part in cutting emissions .
+to achieve this reduction in emission levels , environmental policy needs to be incorporated into other policy sectors , such as energy , transport and agriculture .
+appropriate ways to do this are the promotion of efficient energy use , renewable energy and energy taxes .
+once again , I would advocate the introduction of a tax on aviation fuel .
+lastly , our responsibility for these issues is a shared one , but each individual country has an individual responsibility to contribute to resolving the problems too .
+the individual citizen likewise has an individual responsibility .
+so work is needed to create a worldwide awareness of the fact that things cannot go on this way and that a new model of sustainable economic development is needed , based on respect for the natural world and its Creator .
+Mr President , the slower @-@ than @-@ slow approach to reducing emissions that was adopted in Buenos Aires is like trying to have a wash without getting wet .
+an effective policy on the global climate will not be achieved until the real cost of emitting active substances into the atmosphere is borne in full by the polluter .
+for that to happen , we need a suitable legal framework .
+the oft @-@ repeated excuse that reducing emission levels is too expensive is suicidal .
+a society that is unwilling to invest in the preservation of its own vital resources , and hence in the survival of the human species , is doomed to extinction .
+the emissions catalogue that was negotiated in Buenos Aires is no way to tackle the problem .
+in the long run , problems can only be solved at the point where they actually occur .
+Mr President , although Mr Linkohr has taken two @-@ thirds of my speech , I am actually 100 % in agreement with what he has said .
+I want to start by thanking the Commission and particularly the Commissioner for their work and personal commitment and also for the way in which , in Buenos Aires , they received and worked with the representatives of this House .
+unfortunately , the Council adopted an attitude which it cannot maintain .
+in institutional terms , Parliament must now adopt a position in relation to the Council and each of the Presidencies , and before the next intergovernmental conference at that .
+the second part of my speech is connected with what Mr Linkohr said about policies and measures .
+my concern is that reductions are not being made in many areas of the EU and in the majority of the world &apos;s countries .
+in Portugal , for example , electricity consumption grew by 6 % last year , which was double the growth in production .
+it is clear that this cannot go on .
+I support the Commission &apos;s intention to prepare a directive - which I would like to see as soon as possible - in order to establish certain compulsory minimum levels of penetration of renewable energy .
+we have spoken to Commissioner Papoutsis and we agree that the directive is urgently needed .
+the penetration of renewable energy in the market has been shrinking because of the fall in the price of oil and natural gas , and also given that the cost of energy does not currently include environmental costs .
+as for the applicant countries , PHARE and TACIS now have no influence over their energy consumption .
+if this situation continues , Mr Linkohr &apos;s prediction will come true : as soon as the acute crisis has ended , emissions will increase .
+thank you , Mr Pimenta .
+after your first few words , Mr Pimenta , I was considering withholding two thirds of your speaking time , but you then went on to exceed it by a minute .
+once again , I must urge Members to keep within the time they have been allocated , as the services tell me we are running late .
+I know you all have very important issues to raise , but I would ask you to be concise .
+my remarks are addressed in the first instance to Mrs Breyer , who now has the floor for one minute .
+Mr President , Commissioner , you referred to the role of the United States .
+I believe the issue today is a different one .
+it is about the need for the European Union to take the lead here .
+to put it plainly , loopholes in the Protocol such as the scope for emissions trading must not be used as a means of wriggling out of responsibility .
+which takes us straight to this question : what has happened to the promised measures ?
+I should also like to hear from you exactly what is to happen now with regard to the implementation of the White Paper on renewable energy sources ?
+you referred to the key role that the energy tax is to play .
+all right , we now have a proposal on an energy consumption tax , but that is surely a tiny step .
+after all , the Commission itself has admitted that the implementation of this proposal will not prevent a 6 % increase in emission levels by the year 2010 .
+what did you say about the most intractable problem of all , namely transport ?
+we know that CO2 emissions by vehicles are set to rise by 38 % between now and 2010 .
+here too , I would ask you to answer the questions my fellow Members have been asking . when will kerosene finally be taxed ?
+when will you make some serious efforts to honour the promise that was made to us last year ?
+we need action , not paper and not fine words .
+Mr President , we need to lift our eyes from concentrating only on the fiscal measures .
+we seem to do quite a lot of wringing our hands about the Council &apos;s reluctance to agree an energy tax and other fiscal measures .
+I agree with the Commissioner that it is time the Commission put its own house in order on climate change .
+I want to hear some detailed commitments that this is happening .
+early in the debates we heard some nice aspirations about sustainable agriculture and I applaud that .
+we need to see active implementation on strategic environmental assessment with an eye to climate change and to use this as a tool for assessment of policy at European level , especially external aid as well as policy here in the European Union .
+we also need more work on exactly what clean development technology transfer will consist of and the relationship with our overseas development assistance .
+active implementation of CDMs is going to be pivotal to winning the support we need for the Kyoto protocol from the developing countries .
+without some support from them for the notion of equity , we will continue to have problems trying to get America to ratify .
+if we can make progress on some of these issues , the European Union could go forward with confidence to set the tone for COPs V and VI .
+certainly we know that climate change is not going away and it certainly will not go away because of the text that Parliament is going to vote tomorrow .
+the United States is not going to ratify simply because we asked it to .
+this week the Environment Ministers are down in the Antarctic watching how it is melting away , looking at what the problems are going to be .
+Mr President , Commissioner , of all the environmental challenges facing us , climate change is undoubtedly the most complex .
+every country in the world is tangibly affected .
+emissions do not pose a threat in the short term , but in the long term they are infinitely more serious .
+the first hesitant steps towards a negotiated solution have been accomplished with a certain amount of pain .
+since the commitment which has to be made can impinge noticeably on a nation &apos;s finances , it is essential to find solutions which benefit the environment at the lowest possible cost .
+there is no doubt that trade in emission levels provides such a solution .
+therefore , in my view , it is absolutely crucial for the Commission to carry out a wide @-@ ranging study into how this instrument should be used to ensure that the problem of climate change is dealt with in the right way .
+research carried out in Scandinavia shows that trade in carbon dioxide emissions in the Nordic countries would cut costs by 50 % .
+although a reduction in emissions may be hard to verify , the research shows that the benefits of a successful outcome are so substantial that a huge effort needs to be made to establish a sustainable system .
+it must also be in the EU &apos;s best interests not to unilaterally adopt economic instruments which have the effect of substantially increasing costs , for example in comparison with the USA , putting us at a competitive disadvantage .
+in future negotiations , we should put right some of the mistakes that were made at Kyoto .
+for the sake of the future , we should not dismiss economically sound methods which have shown themselves to be effective .
+the phasing @-@ out of nuclear power would lead to serious problems if it became a reality .
+instead , this excellent source of energy should be developed and improved .
+so I would ask the Commissioner either to respond here and now or to let those of us who are working in very close synergy have some answers as soon as possible .
+this is becoming crucial for us because the crises occurring in Africa and the ACP island states are leading to grave disasters .
+Mr President , I should like to thank Parliament for the debate .
+I think that Mr Linkohr was quite right and that he put his finger on something we may have noticed in these debates .
+in the course of the debate , I have heard a number of suggestions as to how we can do more to persuade the other parties to become more actively committed to the line that we have taken .
+so I entirely share the view of Mrs Graenitz that it is important for us to continue the international effort , not least in relation to the developing countries .
+I agree with Mrs Graenitz and others that the applicant countries must be more closely involved .
+I think it was Mr Pimenta who also stressed this point .
+it is what we are trying to do all the time .
+it is also what we did in Buenos Aires but clearly , on the point of energy policy and its consequences , there is a great deal still to be done in relation to the applicant countries .
+I also think we have good reason to consider how we organise the process .
+we had some discussion of this in Buenos Aires .
+I also mentioned that the continued Argentine Presidency had plans for a more political process , but I am happy to take part in discussions on other ways of tackling it .
+Mrs Hautala stressed - and I think quite rightly - that we must meet our own objectives .
+in other words , the Commission must come up with a further plan , which I will be happy to discuss with Parliament .
+the question of a flight tax or a kerosene tax , which we have discussed once or twice , is somewhat more difficult .
+we have also taken this up in a number of forums .
+the last occasion on which I myself pressed very hard for it was at a meeting we had under OECD auspices with the environment ministers .
+it was very clear that there was powerful opposition from the USA , Canada , Japan and others , so the question is whether something can be done at European level , because the opposition at international level is formidable .
+I share Mrs Pollack &apos;s view that there are a great many areas we must tackle .
+there will be some initiatives on the internal market .
+later in the year , I think , we shall have an opportunity to discuss the problems relating to the WTO .
+I think Parliament may remember that there was a joint communication from Sir Leon Brittan and myself , and we certainly intend to continue this cooperation up to the forthcoming WTO negotiations .
+fortunately , I can say that the German Presidency has included the proposal on strategic environmental assessment on its prioritised list , so it is also my hope that we can make further progress in this area .
+Mr President , there may well be many things we need to discuss , but let me close by thanking Parliament for its support for the line we have embarked on . I look forward to the continuation of that cooperation .
+we really need all our forces if we are to convince the other parties that we have set the right course .
+thank you , Mrs Bjerregaard .
+I have received a motion for a resolution tabled pursuant to Rule 37 ( 2 ) .
+the debate is closed .
+the vote will take place tomorrow at 9 a.m.
+food treated with ionising radiation
+Mr President , in several European languages the verb &apos; to congratulate &apos; is reflexive .
+I also consider it important to emphasise that ionising radiation cannot replace good agricultural practice , which means that food should only ever be irradiated when it is fresh .
+I also believe it is very important to validate and standardise inspection procedures , so that the Member States can exercise an unambiguous right of control and so that consumers are ultimately able to assert their rights .
+at this particular time , when the issue of food safety is under widespread scrutiny , it is essential to have such a directive .
+Mr President , ladies and gentlemen , the treatment of foodstuffs with radiation conjures up diabolic visions in the minds of many people , while sending many a practitioner and expert into transports of delight .
+European policymakers were faced with the task of reconciling these two extremes and making the practical application of radiation treatment possible .
+the treatment of foodstuffs with ionising radiation must be possible , we believe , where it is prudent and necessary , but not as a substitute for health measures and hygiene .
+I do not believe what Mrs Bloch von Blottnitz said about radiation being used on food that is going off to make it fit for consumption again .
+not even radiation can do that .
+that will be explicitly stated in future directives too .
+it is a very important principle .
+in my opinion , it goes without saying that the food in question poses no health hazard whatsoever .
+but that has to be re @-@ emphasised , because we have heard the opposite message again today .
+food treated with ionising radiation is not radioactive food , and we , the population of the EU , can consume it without becoming seriously ill .
+harmonisation at European level is therefore an urgent necessity .
+the legal position in the various Member States has hitherto been unduly disparate .
+whereas food has been treated with radiation for years in France , Belgium and the Netherlands , for instance , irradiated foodstuffs are prohibited in other countries , so there is no trace of the single market here .
+the result of the conciliation proceedings with the Council is good and has our approval .
+the market in food treated with ionised radiation will gradually become a single market too .
+compulsory labelling will also enable consumers to make a choice .
+I believe this represents a major success , and I cannot help emphasising the specific role played by my group in the inclusion of standardised and validated verification methods in the directive .
+without validated verification methods , there can be no credible labelling system . and without a credible labelling system , there can be no consumer confidence .
+on the subject of confidence , I must repeat - and I agree with Mrs Bloch von Blottnitz here - that spending ten long years on a directive is not something we can afford to do very often .
+let me say to the Commissioners that we certainly cannot afford a repeat with regard to the chocolate directive or the labelling of alcoholic beverages .
+directives like the present one should not become the norm .
+it is high time we started to build up consumer confidence by acting quickly .
+Mr President , I welcome this directive because it creates a legal framework for the single market in foodstuffs treated with ionising radiation .
+it sets high standards and limits to production which may be treated .
+improving food variety and quality through added value is now central to a modern food sector .
+the quality of the product , information on its source and full details of the added value process must at all times be fully available to consumers .
+food products resulting from new research must only enter the food chain after the most stringent tests have been undertaken .
+consumers must at all times be protected from the uncertainty of inadequate testing of new products .
+in a nutshell , public health and consumer protection must be paramount to all other considerations for Europe &apos;s agrifood sector .
+this Parliament has played a key role in ensuring that the concerns of consumers are taken into account and that the eventual risks related to the control mechanisms are minimized .
+the highest standards of food quality must be the primary goal of national governments and the EU .
+and measures which enhance and improve food quality must be supported .
+I am pleased that in Ireland there is a growing appreciation of the professional role of farmers in providing quality raw material to a food sector committed to the highest standards of consumer satisfaction .
+Mr President , in her absence , I should like to congratulate Mrs Bloch von Blottnitz for seeing this very difficult conciliation through .
+it might have come more quickly .
+anything which includes the word radiation is bound to be fraught with difficulties , misunderstandings and misgivings .
+what is the proper use of ionised radiation ?
+essentially it has to be where consumer safety benefits .
+it is for the consumer and for the consumer &apos;s health .
+it is not where producer profits benefit because of the cosmetic effect on fruit and other foodstuffs of limited durability .
+we do not benefit from eating strawberries which have passed their natural span simply because they can be artificially preserved .
+we do , however , benefit from maintaining the natural span of spices and preservatives which are used in our stores and which are kept for long periods of time .
+we have a strict range of products which can be sold now throughout the single market .
+we can understand that in each Member State the same conditions apply and the same safeguards apply .
+with enlargement soon to come , we should also understand that this is an important benchmark for the applicant states where all kinds of temptations lie in wait for the agricultural sectors in those countries , as Mr Schnellhardt has already said .
+this is perhaps the first time we have been able to come to some sort of consensus on an aspect of radiation and radiation treatment .
+it will not be the last .
+why ?
+because we have placed very tight restrictions on the scope for using ionised radiation .
+my second point is that we have always pressed for labelling , so that every consumer can choose whether or not to buy one of this limited range of treated food products .
+consumers can leave them on the shelves .
+no consumer will be deceived into buying these products unwittingly , because they will be labelled .
+protest
+oh I see , you have put your jacket on .
+I thought you had left , because you were in shirt @-@ sleeves when you spoke !
+well , as far as chocolate is concerned , the problem is exactly the same .
+Mrs Bloch von Blottnitz rightly said that we should have a certain amount of trust in the consumer .
+that is the view of the Commission too .
+so why not let consumers choose what they want ?
+some of them can then insist on buying chocolate with only cocoa fats , while others might not mind taking other types of chocolate .
+that has been precisely the problem with the radiation too .
+as long as we did not have a common set of rules , some Member States treated all sorts of food with ionising radiation , and it was not labelled .
+I am now in my eleventh year as a Commissioner .
+if Parliament is gracious to me , I shall see out my term .
+if not , I would not be unduly upset either .
+sometimes one really does wonder whether it is at all possible to come up with a reasonable set of rules which everyone can accept while appreciating that they might not represent any one person &apos;s ideal solution .
+there is no such thing as an ideal solution in a democracy anyway , because wherever a hundred people are gathered together , at least three or four different opinions will emerge .
+but labelling will give consumers the freedom to choose for themselves .
+given the range of opinions on such subjects , the only answer is to give the individual a set of reasonable options .
+that is why I am glad that we have finally reached this point .
+but if I were a Member of Parliament , I should think thrice before celebrating this as a parliamentary triumph .
+thank you , Commissioner , for your frankness in speaking to the House .
+however , it has provoked a comment from Mr Fernández Martín .
+he cannot just get up and leave in the middle of a sitting .
+Mr President , I shall not do that , because the purpose of this debate is to draw some clear political lines at long last .
+I did not say that Parliament alone was to blame ; Germany , my own Member State , has blocked the solution of this problem for ten years .
+I have spent ten years repeating the arguments that Mrs Bloch von Blottnitz has presented this evening .
+I am damned if I will apologise , because this is a proper democratic discussion .
+you have been wrong for the past ten years , and now you do not want to admit it !
+that is unacceptable .
+duplicity kills democracy !
+you will know what it says in the Bible about a sinner that repenteth , Mr Bangemann , and I think you should see Mrs Bloch von Blottnitz in that way .
+just a brief comment , Mr President .
+Commissioner , I have absolutely no idea why you should be pillorying Parliament .
+with regard to the chocolate directive , I was merely trying to express precisely what you went on to say .
+the Council thinks it is entitled to drag this whole thing out , and the other business too .
+but I agree with you entirely that both of us - the Commission and Parliament - should pillory the Council .
+that was all I said .
+the debate is closed .
+the vote will take place tomorrow at 9 a.m.
+aid to ACP banana producers
+Mr President , ladies and gentlemen , a rapporteur can discover some astonishing things when he listens to the debate on the preceding report .
+I was certainly rather surprised to hear Mr Bangemann say that he would not be unduly upset if he were unable to complete his term of office .
+that would not be a matter of indifference to me if I were a Commissioner bearing responsibility for Europe .
+and perhaps I would work inside the Commission to ensure that the cases criticised by Parliament did not give any further cause for criticism .
+but let us move on to the bananas .
+in 1997 , the United States and several Latin American countries applied for a WTO panel investigation .
+the WTO panel found that the EU market organisation of that time did not conform to WTO rules .
+the Commission then submitted a proposed amendment package , which was accepted in 1998 .
+as part of the package of proposals , the Commission suggested that additional payments be made from the EU budget to the ACP banana producers .
+there is still some controversy , even within the WTO , as to whether the adjustments made to the actual organisation of the EU markets meet WTO requirements .
+I believe I speak for everyone here when I emphasise that it is not for the USA to take this decision , but rather the competent WTO authorities .
+it needs to be emphasised time and again that the USA has no right to take unilateral action in this matter .
+speaking personally and on behalf of no one , however , I must also say that the European Union will surely have to prepare itself to accept the WTO ruling , and that further adjustments may have to be accepted at some future date .
+the report , however , is only concerned with the package of compensatory payments proposed by the Commission , even though they are not part of a legal framework .
+it asks the question how these compensatory payments are to be made , in what form and to which producers .
+here too , there are various positions within the European Union .
+there are differences between the Council and Parliament .
+the Council has rejected some important amendments which Parliament tabled at first reading .
+some of these decisions are beyond my comprehension as the rapporteur , and I am sure the whole committee finds them equally baffling .
+one of Parliament &apos;s main priorities was to support &apos; fair trade &apos; producers .
+this has always been a parliamentary priority and should also play a very prominent part in the allocation of funds to producers , rather than the minor role suggested by the Council in the common position .
+we believe that payment should depend on compliance with minimum standards in terms of working conditions , and we believe that grower and producer organisations , the farmers &apos; organisations , should be involved in the allocation of the funds .
+the committee also decided by a majority vote to increase the funding of the programme and to diversify the funding targets in some respects , as set out in Amendments Nos 19 , 9 and 15 .
+as the rapporteur , I voiced my opposition to this , but I had to bow to the majority of the House .
+one of the key amendments , in my view , is our exclusion of multinational corporations from eligibility for support under this financial instrument .
+that , however , is exactly what the Commission and the Council have done , even though Parliament adopted the amendment by a large majority at the first reading .
+that , in my opinion , is hypocrisy .
+it divests our entire policy of any credibility .
+I believe the European Commission should express itself quite clearly on this .
+otherwise , I shall be more convinced than ever that our policy on the banana issue is rather too deeply steeped in hypocrisy .
+there is a principle involved here , and we must apply it consistently .
+I support this report because it takes account of the interests of the most disadvantaged suppliers .
+small independent producers must be given special assistance and the multinational firms which possess banana plantations in several countries should not be eligible for assistance .
+I also support this report because it stresses the importance of respecting social standards , working conditions and the environment and because it stipulates special support measures for fair trade bananas .
+we socialists hope that assistance will be granted to improve quality and we believe that it is essential to help diversify production because , for many ACP countries , the banana is the only source of income .
+in a few days , the WTO will rule on the import regime for bananas and therefore on the possible sanctions that might be taken by countries which consider themselves to be prejudiced by this regime .
+I fear that the World Trade Organisation &apos;s decision may once again serve American interests .
+I believe that we have more than trade agreements with these countries : we have moral commitments .
+now as then , Parliament , by a substantial majority , supports the Commission &apos;s proposal in principle . some amendments have been put forward , and we would like to see them incorporated at the second reading .
+in the interim , however , a critical event has taken place in the progress of what has become known as &apos; the banana war &apos; , and as a result , the debate has become political rather than technical .
+what happened was that the United States showed its true colours and is now openly threatening the Union with trade reprisals against a list of European products if we do not modify our policy on protecting the banana production of ACP countries .
+weakened by certain developments at home and abroad , the United States administration has been unable to withstand the enormous pressure exerted by a number of American banana multinationals , and is preparing to take the law into its own hands .
+I should like to take this opportunity to congratulate Commissioner Brittan on his forthright defence of the legitimacy and legality of our regulations at yesterday &apos;s REX Committee meeting .
+given the uncertainty of the current situation , I would ask the Commission , at the second reading , to accept Parliament &apos;s suggestions as they appear in Mr Liese &apos;s report .
+the stress on diversification , Somalia &apos;s special position , and not least , socially sustainable production and fair and supportive trading conditions , are definitely some of the report &apos;s strong points .
+these very points indicate the philosophy of the European Union , which gives us the right idea of the free market .
+it is wrong to think of the free market as a market without rules and where everyone competes regardless of relative strength .
+obviously that kind of free market would see abuse of power by the strongest economic operators or countries to the detriment of the others .
+that is exactly what the European Union must do everything possible to prevent , by all necessary , useful and appropriate means .
+it is precisely because we support this view of the free market that my group opposes Amendment No 9 to Article 1 ( 2 ) of this report , tabled by the ARE Group .
+the original text talks about a special framework for banana producers , to be implemented for a maximum period not exceeding ten years starting on 1 January 1999 .
+we believe that text should be maintained .
+Mr President , Commissioner , any changes to the organisation of the market for bananas must not be to the detriment of Community or ACP producers .
+though it may be too early to establish whether ACP banana suppliers have been adversely affected by the changes made , appropriate preventive measures should be taken , based on the values which underpin the principle of fair trade .
+I would urge the Commission to take into account the amendments contained in the Liese report , particularly those inspired by the principle of fair trade , which only received cursory attention in the common position .
+this is most disappointing . it is also unfortunate that the large multinationals may be able to receive aid from Union funds in ACP countries .
+it simply would not make sense to help the rich instead of the poor .
+Mr President , we have two symbolic issues before us this evening .
+this issue has been around for many years in this House .
+Europe produces around 800 000 to 830 000 tonnes of bananas from Guadeloupe , Crete , Martinique , the Canaries and Madeira .
+we buy around 830 000 tonnes of bananas from the ACP countries , including the Côte d &apos;Ivoire and Cameroon .
+and then there are the dollar bananas from Central America which the Germans particularly like .
+initially there were two million tonnes of these , and they were subject to customs duties , as were cereal substitutes .
+yet all this is not enough for the United States .
+this smacks of hypocrisy , given all our talk of defending the financial interests of the European Union .
+who are we to talk about the financial interests of the European Community ?
+we are calling into question our regional policy in Crete , Madeira , the Canaries , Guadeloupe and Martinique . we are calling into question our cooperation policy with the ACP countries because the import licences are being called into question .
+we are calling into question our human rights policy because , in Honduras , it is the multinational firm United Brand , now owned by Chiquita , which keeps order .
+we are calling into question our social policy because the people producing these bananas are slaves earning only EUR 35 per month .
+we are calling into question the superiority of European law because we are submitting to the law of Geneva and the World Trade Organisation .
+and once again , faced with the United States &apos; Section 301 , our Europe of 370 million inhabitants , of the euro , a Europe with new power , is submitting in Kosovo , in Iraq and now on the issue of bananas .
+we are toeing the US line .
+I hope that we can slip on this banana skin in order to get back on track , but I doubt it .
+on the whole the common position of the Council improves the original proposal for a regulation , thanks primarily to the European Parliament &apos;s action at first reading .
+on other points Parliament will back its own amendments , above all with a view to ensuring that small and independent producers can use the resources .
+the Council &apos;s common position accepts Parliament &apos;s amendments designed to take account of the special position of Somalia and its banana producers .
+this is the only commodity that unfortunate country can export to the European market and its fate largely depends on being able to maintain and strengthen banana production .
+that is positive , but I would still point out that for the last two years , despite clear recommendations from the European Parliament , the Commission has frequently appeared to want to boycott Somali banana exports .
+the country &apos;s banana regions have been seriously damaged by the natural disaster which has struck in the last two years but , incredibly , the Union has decided not to respond with aid .
+so the Union must immediately undertake to give Somali banana producers direct access to the assistance provided under the regulation we are debating .
+this would be a very tangible way to encourage the rebirth of Somalia and prevent its definitive departure from the Community &apos; Banana Club &apos; .
+Mr President , Commissioner , regardless of the validity of each side &apos;s reasons , the banana issue cannot fail to shock because of the disproportionate reactions of the Americans .
+just how disproportionate the current reaction is with regard to this product can be seen from the fact that the European Union has been pursuing a protectionist agricultural policy with regard to various goods produced in the United States itself for four decades now .
+as there has never been such a reaction before , we can only conclude that the US administration is more concerned about one or two multinational firms producing bananas in Latin America than about its own farmers .
+we are not therefore talking about rich regions but areas which understandably deserve some support .
+this applies to the financial support currently being suggested , the level of which is to be determined shortly , thereby removing any doubt about the seriousness of our proposals .
+finally , the retaliation that has been announced of limiting the imports of various products is also disproportionate and inappropriate because it will indiscriminately penalise countries , regions and sectors which have nothing to do with bananas .
+Mr President , I want to concentrate on a single issue that was touched on just now by Mr Vecchi : the case of Somalia .
+despite desperate appeals , the European Commission decided not to intervene in any way , either with European Social Fund money , STABEX resources , or any other kind of resources .
+since last June all exports of bananas from Somalia have been suspended . either there are no supplies or such as do exist are not cheap enough , in short , they are not marketable .
+now with this regulation Somali producers can finally lift up their heads .
+well , now the organisation of Somali producers exists and is recognised at both continental and international level .
+DG VIII , especially , must take this into account .
+Mr President , ladies and gentlemen , I should like firstly to thank the Committee on Development and Cooperation and in particular Mr Liese for the hard work put into this dossier .
+before turning to the amendments , I should like to remind you briefly why this proposal is so important for the Commission .
+last year the Council adopted the measures necessary to bring the common market organisation for bananas into conformity with WTO rules .
+these have now been applied since 1 January and will radically alter the market conditions for traditional ACP banana suppliers .
+in order to enable traditional ACP suppliers to maintain their presence on the EU market as agreed under the Lomé Convention , the Commission has in parallel put forward this proposal establishing a special framework for technical and financial assistance .
+this support is intended to help them to adapt to the new market conditions and in particular to enhance the competitiveness of their production .
+I think we are agreed on the need for this regulation and for the need to get it in place as soon as possible so that the traditional ACP suppliers can continue their efforts to improve their competitiveness .
+this action is required whatever the outcome of the ongoing discussions in Geneva .
+turning to the matter in hand , I should like to emphasise how much we see eye @-@ to @-@ eye on this proposal .
+we have taken on board four specific amendments but our agreement goes much further than that .
+let us take diversification .
+we agreed that funding should be available for diversification projects where improvements in competitivity would not be feasible or sustainable .
+we all know that there are parts of the banana industry in the traditional ACP countries where production will probably not survive in a more competitive EU market .
+these farmers should be given assistance to diversify into other crops .
+there is now new wording introduced in the common position to provide for this .
+another area is social and environmentally @-@ friendly banana production , so @-@ called fair @-@ trade bananas .
+this is an important facet of an ACP country strategy to improve its competitiveness .
+this is why specific wording was added to the common position but I must stress that this is not a regulation about fair trade .
+there are many other methods by which an ACP country can improve its banana sector in a sustainable way .
+these include improving transport links and distribution , designing new marketing strategies and providing training and technical assistance to farmers .
+it should also be recalled that the list of programme criteria is not a prescriptive nor an exhaustive one .
+the wording has been kept simple to allow for the necessary flexibility .
+another area where we agree is the need for open and transparent consultations .
+this is part of good working practice to ensure that producer groups and banana growers associations are involved in the process of designing strategies for the banana sector .
+we are already encouraging these discussions .
+they are also an integral part of the ACP @-@ EU partnership .
+specific wording does not need to be added to the regulation on this point .
+there are one or two areas where we have somewhat divergent views . this is where we have not been able to accept your proposed amendments .
+our arguments are the same as they were for the first reading in June .
+one of these points is the provision of the direct aid to farmers , a form of income support .
+this concept does not reflect our overall objective of improving the level of competitiveness of traditional ACP banana production .
+providing income support will postpone the day when non @-@ competitive producers must leave the market .
+it is a short @-@ term measure .
+it will not produce a sustainable industry .
+investments must be made to the infrastructure of the banana sector to unblock the bottlenecks , to produce an efficient industry for the countries as a whole .
+to give you an example , one of the important producers , where the banana is very important to the economy , is St Lucia .
+for those who do not know it , St Lucia is a very hilly country in which it will take you more than an hour to drive a distance of 20 km .
+there the key to improvement of banana production , competitiveness and productivity will be to be able to water the crop on a drop @-@ by @-@ drop basis .
+as some of the farms are relatively small , to do this they would have to get together .
+so we started very early to try to form a strong farmers &apos; association so that they could share this kind of watering system .
+but this also requires the support of the government so some infrastructure related to this major work will also be taken up by government .
+therefore , the provision of such aid runs the risk of a challenge from our trading partners for being incompatible with international trade rules .
+we also believe that regulations should not include specific budget figures in order not to prejudge the annual budgetary discussions as agreed in the Joint Declaration of 1982 .
+the annual figure of EUR 45m is the correct one and additional money should not be set aside for urgent measures .
+this will create expectations .
+we would need to discuss what constitutes an urgent measure and in my opinion it will delay the implementation of this project .
+all projects should be integrated as part of a country strategy within the global envelope envisaged .
+nor should the door be left open to extend assistance beyond the ten years proposed .
+this is not because I am absolutely convinced that ten years will be sufficient but because at this juncture we must have some radical changes as soon as possible in order to gain that competitiveness .
+to give the idea of an extension at this stage would be to send a wrong message .
+one final issue is the position on multinationals .
+in this regard , the only one concerned , if I am correctly informed , is Fyffes in Surinam , Belize and the Windward Islands .
+the reason we have some resistance is very simple .
+it is not because we want to finance rich multinationals .
+this would give us greater flexibility and would in the end be more effective regarding the country .
+if you ask me if I expect multinationals to have a large share , the answer is No .
+but we should allow this joint effort to be made if the multinational - in this case , Fyffes - wants to contribute .
+I do not see why they should not co @-@ finance such efforts .
+finally , I should like to say a word or two on Somalia .
+this country , as you know , has been without a government as such for a long time .
+therefore , it was impossible for it to ratify the revised Lomé IV convention , the one which was revised in Mauritius .
+so , in principle and in theory Somalia was not entitled to any aid from the European Union .
+and so we did .
+what is the current difficulty in Somalia ?
+it is not the definition of a quota or providing funds for assistance .
+it is to identify who should be the one that should a grant a certificate for exporting bananas from Somalia .
+there are some indications conveyed to us that one of the factions that is at war in Somalia is willing to have the possibility of certification .
+this would be equivalent to financing the war effort of that specific faction .
+that we cannot do .
+that is the reason why discussions are continuing .
+we want the association of producers to be the ones issuing the certificate rather than any political faction in Somalia .
+I am confident that with the support of our Member States and in particular the efforts that Italy is deploying , we will be able to overcome these difficulties .
+finally on the WTO panel , I am absolutely in agreement with those who say that it is not a technical problem any more .
+on top of that , the fact that the United States is apparently not prepared to accept the rules of the WTO means that we will have to rethink this concept of globalised liberalisation .
+my feeling is that if we leave this we turn a blind eye to the interests of the small and the poor and I do not think that Europe would be fulfilling its duties .
+so far the Commission has stood very firm in this dispute .
+I fully agree that Sir Leon Brittan has done a very good job .
+but we must be aware that if we do not stand united , be it in Parliament or especially in the Council , we will weaken our position very much .
+I sincerely hope that will not be the case .
+the debate is closed .
+the vote will take place tomorrow at 9 a.m.
+universal telecommunications service
+I want also to remind us all that the European Parliament &apos;s support for the liberalisation process of telecommunications goes hand in hand with the introduction and implementation of universal service .
+it is very clear that market forces cannot , at least in the short run , deliver on universal service .
+if this does happen through market forces in the next year I shall be the first to congratulate and draw attention to this .
+unfortunately , as the text of my report makes clear , there is a lack of information from the Member States on which to assess progress .
+I give some examples : there is a lack of truly harmonised national data , there are failures to achieve uniform tariffs across an operational territory .
+it is particularly disappointing that in half the Member States there has been a substantial rise in rental charges for the residential consumer .
+of course , this weighs particularly heavily on the infrequent user , often elderly , housebound , who cuts down on telephone calls .
+it is important , too , to draw attention to the disabled users .
+disabled users on the whole in the Community still do not benefit from satisfactory , special arrangements .
+indeed , the general trend seems to be that there is a penalty for residential users .
+although charges have come down they have come down disproportionately in favour of international calls which of course heavily favour the business user .
+I am not being critical of those reductions in charges but I am drawing attention to the unsatisfactory skew against the residential user .
+I wanted to draw particular attention to Paragraph 9 in the report which talks about the lack of definition of affordability by the Member States .
+without that definition of affordability it really does deprive consumers of a sound legal base with which to defend their interests .
+after I had drafted this report , BEUC , the European Union consumers &apos; organisation , produced their own analysis on the implementation of the voice telephony directive .
+like me , they recognised that it is comparatively early days .
+nevertheless , the evidence contained in the BEUC report and the lack of satisfactory evidence supplied to the Commission give some cause for concern .
+I will end on a personal note because I think the views of consumers in this field across the European Union really are important .
+I tried to change my telephone .
+formerly a British Telecom consumer I switched some 18 months ago to Ionica , a company that sadly has now gone out of business .
+I transferred my number , as my colleague Mr van Velzen laid down and as the Commission rightly proposed .
+when I now try and change to a cable company I am told that number portability is not possible .
+if I want to keep my own number my only choice is to go back to British Telecom , the old public monopoly .
+it was a salutary lesson for me that , in spite of all the efforts of the Commission and the efforts of the Parliament , in practical terms it is still very rare to find true effective competition at local level for the domestic consumer .
+I am of course referring to the Internet .
+another has so far failed to put forward any proposals . I am aware that reduced connection charges and free specially adapted equipment are available in many Member States .
+I recognise that substantial progress has been made , but the final goal , the ideal , is yet to be achieved .
+in addition , if we are serious about making the European Union increasingly cohesive , a determined effort is urgently needed to put in place the facilities which should be available to consumers in less populated areas .
+universality of service in the telecommunications sector must be further promoted . I refer not only to take up but also to improvements in the quality of the service offered .
+for instance , we should press for an across @-@ the @-@ board reduction in the waiting time for connection to the network or for supply , and of the time taken for repairs to be carried out .
+in conclusion , Mr President , this report certainly represents a significant step forward , but a lot of ground remains to be covered .
+our worst fears and expectations have been confirmed .
+the promises and commitments made have not been fulfilled .
+the liberalisation and privatisation of the sector has not led to the fall in prices for the economically weakest users which universal service should have provided as a result of the much vaunted virtues of competition .
+it is true that the current competition in mobile telephony , in addition to causing changes in social behaviour , has altered the parameters of the telecommunications market .
+Mr President , I too would like to join with my colleagues in welcoming the report by Mrs Read .
+in particular it now gives us an opportunity to look at the question of liberalisation and its effect on the universal service question .
+what is common to all the public utilities across Europe is the fact that they were originally established to ensure there was a social equality with regard to the distribution of services .
+whether one looked at telecoms , post office services , water supplies and so on , there was this idea of universality .
+no matter what part of a country one lived in one got the same level of service at the same cost as everybody else .
+because of the advent of liberalisation and greater competition , which I welcome , let me hasten to add , we have also learned of some of the mistakes that can be made by just having a headlong rush into liberalisation .
+there must be some restrictions and some controlling mechanisms and methods with regard to that liberalisation .
+some of my colleagues have already touched on the points .
+I would like to deal with four particular points : firstly , ensuring that there is no cherry @-@ picking of the most profitable and easily serviceable areas of telecoms .
+secondly , dealing with special facilities for the elderly population , particularly in this year , the International Year of the Elderly .
+when we look at the increase in the numbers of people who are over 55 years of age in the European Union there is a social necessity to ensure them ease of access to telecommunication networks at very low cost , sometimes at no cost at all .
+to give you one example , in Ireland telephone line rental for people who are on the old age pension is free .
+next , the disabled .
+because the new technologies which have been brought forward do offer new opportunities for communications and for greater interaction of people with disabilities and the wider community that should be encouraged and given at a lower rate .
+finally , with the Internet now being presented to us , we must ensure that this resource is tapped for the greater good not for exclusivity .
+Mr President , I welcome the consideration given by the rapporteur to the aspects of social policy that have taken on a new dimension in the modern information society .
+I also support the amendments that are designed to take account of these new factors .
+we must , for example , be absolutely rigorous in ensuring that disabled people are given access to service models that meet their special needs .
+the development of public access to the Internet , in schools and libraries for instance , is an extremely important matter to which this and other Parliaments ought to devote more attention in the future .
+the information society must not lead to wider social disparities .
+if access by part of the population to the information media is denied or obstructed , stark differences in education levels will result , and these could create a glaring inequality of opportunity in the job market .
+Mr President , ladies and gentlemen , the liberalisation of the telecommunications sector was a pioneering strategy which not only represented another step from the single market towards a European domestic market , but also had a significant dimension in terms of employment .
+this development was referred to when we assessed the implementation of the reform package .
+the information society is currently responsible for every fourth new job in the European Union .
+for that we owe our thanks to the Commission , and especially to Mr Bangemann .
+the Read report makes the accessibility of the basic services at acceptable prices and standards of quality a prerequisite of our support for the present liberalisation process .
+I would like to go further than that .
+the provision of a universal service can ultimately be a logical result and product of liberalisation .
+what exactly are the universal services ?
+they are generally held to comprise a minimum range of telecommunications services of a certain quality that can be made available to all users at reasonable prices .
+this includes access to standard public telephone services , such as 999 calls , directory enquiries and special facilities for people with particular disabilities .
+this subject is therefore important in terms of the general confidence which the European technology of the future must enjoy .
+it is also clear that in many areas , market forces cannot be given free rein from the outset .
+that is why the concept of affordability is such a topical issue these days - and rightly so .
+the affordability principle means that the Member States set geographical average prices , price ceilings and so forth .
+one of the important aspects of this mechanism is the scope for easing unreasonable burdens on providers of universal services .
+but I do support the Commission when it says that such measures can only apply until the market is competitive enough to exercise effective price control itself .
+Mr President , I am standing in for my colleague , Mr Mendes Bota , and I must start by saying that telecommunications has now become a permanent part of our lives .
+however , there are several points to be considered .
+firstly , there is a great disparity between tariff trends in terms of installation costs and rental charges and between the costs of local , regional , national and international calls .
+some countries have low costs , others have high costs , but this report does not give a clear and comparative view of the costs of using the European telecommunications networks in the various Member States .
+we believe that the more open the telecommunications market becomes to competition from the private sector , the more responsible it will be for regulating itself and for ensuring a minimum harmonisation of the European tariff system .
+secondly , it is clear that users on low incomes and the more peripheral and isolated regions are the sectors most prejudiced by the current tariff regimes . this is an aspect often neglected by the Member States .
+thirdly , the use of the Internet has exploded , and it is now being adopted by individuals , companies and institutions .
+however , it is in no way accessible to everyone and it is far from forming a basic instrument for the promotion of solidarity and equal treatment .
+negotiations on creating an Internet card or code are continuing but the Internet remains outside the universal service in telecommunications .
+we totally agree with the adoption of measures which will allow special tariffs to be granted to schools , libraries and other equivalent institutions and to charitable and non @-@ profit @-@ making organisations .
+Mr President , may I express my sincere thanks to Mrs Read as well as to everyone else who has contributed to this discussion for their comments .
+the Commission is trying to find sensible solutions to this diverse set of problems .
+in the meantime , I should like to focus especially on four questions that have resurfaced in this discussion .
+first there is the question how the Member States have established what affordability means .
+some Member States , anticipating the amended voice telephony directive , have already introduced more stringent measures to protect consumers .
+amongst other things , there are price @-@ monitoring and prepayment systems , particularly in the field of mobile telephony .
+six Member States - Denmark , Germany , Spain , France , Finland and the United Kingdom - have already notified us that they have transposed the amended directive .
+we expect that Belgium , Greece , Ireland , Italy , the Netherlands , Austria and Sweden will shortly announce similar measures .
+as one speaker said in the course of today &apos;s discussion , affordability depends to a great extent on income levels in individual Member States .
+these vary widely .
+average incomes in some areas are three or four times the average income in another .
+for that reason we are really relying on the Member States , in accordance with the solidarity principle , to take greater responsibility in this area than we could take ourselves .
+what we shall be able to do , however , is to provide details in the new report of the progress that has been made in implementing the stricter consumer safeguards .
+the second question relates to support for low @-@ income users and disabled users , as well as for occasional users .
+we have recommended special tariffs for such users precisely because we wish to counteract the first adverse effects of liberalisation that we , like others , expect to occur .
+this , it should be said , has now been transposed into the national law of five Member States - not just of France , as the report stated , but also of Italy , the Netherlands , Sweden and the United Kingdom .
+the new report will show us how things have developed from there .
+the Commission , like Parliament , is anxious to ensure that the new legislation is actually benefiting these groups of users .
+how should the operators of the universal service be chosen ?
+the Commission has no objections to any system that ensures the provision of a convenient , cost @-@ effective universal service .
+the services may be put out to tender , but they may also be based on a cost calculation , prices then being fixed to cover only the net cost of the service .
+that is why we do not wish to come down on the side of any particular process .
+the final question concerns the widening of public access to the Internet and especially the use of the Internet by public institutions .
+that is not the case everywhere , Mr President , and Mrs Read was right to criticise this state of affairs .
+but that is now in the past .
+we have certainly been observing price reductions ; special rates for schools and other special tariffs are in no way inconsistent with the rules of competition , and we encourage these as long as the marginal cost is covered .
+I can promise you that we intend to re @-@ examine the universal service in connection with the review of legislation scheduled for the end of 1999 , and that we shall subsequently communicate the results to Parliament .
+thank you , Commissioner .
+the debate is closed .
+the vote will take place tomorrow at 9 a.m.
+public procurement
+Mr President , as colleagues will know , this report offers a broad outline of the progress we have made and should be making in the immediate future on the question of public procurement .
+in general , the Commission is showing that our past discussions during the debate on the Green Paper have been listened to .
+what we now need is to ensure that although the broad approach is right , the detail must be equally precise , firstly , in terms of social and environmental standards and sustainability .
+following the adoption of the Amsterdam Treaty where the EU underlined its commitment to the greening of European policies , we need to clarify how these principles will affect public procurement legislation .
+Members may remember from previous discussions that we asked the Commission for an assurance that there would be horizontal harmonisation of EU directives .
+it is ridiculous if the right DG does not know what the left DG is doing .
+the same applies to parliamentary committees .
+it is even worse if we are aware of the discrepancies but do not take positive action to eliminate them .
+in this way we have to confront the problems of building a certain model within our Union which is not always reflected in the directives we pass .
+we have further requirements placed upon us by global or international commitments .
+we must recognise these .
+this is not a plea for one policy position or another but a recognition of the need for clear legislation which builds upon a secure base and thus becomes operational .
+I shall say again - and let us be clear on this - we are not recommending a particular policy .
+we are recognising the need for clarity , simplicity and applicability .
+again we need clear guidelines on how this can be operationalised .
+the Commission has promised a report on this .
+we wait with bated breath .
+we want to see how they are taking forward the principles of clarity , simplicity and legal applicability and making public procurement legislation pertinent , effective and enforceable within our modern society .
+any further legislation put forward now must cover these areas .
+this point is important .
+we are already looking to exempt telecoms from the procurement directives .
+I do not think anyone would dispute that , generally , the choice available to the average user is increasing .
+there may be some differences still which can be identified at national level but it is clear that the process of liberalisation in this sector is irreversible .
+however , we are now also looking at the future liberalisation and possible exemption from procurement rules of other sectors .
+there are a couple of issues here .
+firstly , we are waiting for the Commission to come forward with proposals for the process which they intend to use for these sectors : which article , what will be the criteria for deciding who can or cannot apply .
+secondly , we go back to the point we made at the very beginning of the Green Paper negotiations , namely the issue of competitiveness .
+we must never forget that procurement legislation exists to benefit and protect the consumer .
+that is the reason why we favour competition .
+retaining consumer choice will be a key element in proving that real competition exists .
+as I have said before , new simple procedures must not undermine the principles of best practice through full competition .
+I am aware that getting a fixed definition of what constitutes competition is not going to be easy .
+it is not our aim to make it harder but if European industry is not to continue being disadvantaged by a requirement to prove de jure and de facto competition , it is a challenge we have to face .
+we have tabled an amendment to this effect and hope the House will support us .
+I wish to make just one oral amendment tomorrow .
+I should like to thank the Commission for listening .
+I spoke to Mr Monti outside .
+I have another engagement now and I know he will understand my reason for leaving .
+I am very grateful to Mr Tappin for incorporating many of our conclusions into his report .
+this is not the first time we find ourselves debating this subject .
+I have to say , Commissioner , that I am quite disappointed that the European Commission has not had the courage to take an important step forward in this communication , but has settled for an interpretative text here .
+we for our part are convinced that &apos; soft law &apos; is not enough .
+the practice surrounding social clauses differs widely in the various Member States .
+there are huge difficulties of interpretation and so we think that clear legislation is required .
+I shall focus on two points here .
+firstly , public contracts must indeed be adaptable to the needs of the market , but the market must not be abused , Commissioner , as a way of weakening social legislation .
+contract guidelines must therefore explicitly state that international and national social legislation must be respected , as well as collective labour agreements , both by main contractors and subcontractors .
+secondly , very many Member States and local authorities use public contracts to take positive measures to help the long @-@ term unemployed , the integration of migrants or the launch of neighbourhood campaigns .
+the Court has clearly ruled that such positive measures are not in conflict with the principles of competition .
+but to avoid confusion , Commissioner , the guidelines must state very clearly that positive measures are admissible and in what way social clauses can be introduced .
+now that the United Kingdom too , under Labour , has radically altered its position on social clauses in public contracts , I look forward to seeing how the Commission will respond to our recommendations .
+Mr President , Commissioner , ladies and gentlemen , the Commission has issued a communication on public procurement : it wishes to establish a legal framework , to simplify procedures , and bring a degree of flexibility to the market .
+in addition , however , it is important to bear in mind the broader social objectives : principles of humanity , the demands of society and the working principles of the public sector , which are not always directly compatible with models of private enterprise .
+I would like to thank my colleague , Mr Tappin , for an excellent report .
+he feels that it is necessary to harmonise the social principles of the Union with EU legislation .
+workers &apos; rights , such as minimum pay , working hours and health and safety , have not been such obvious issues to those who have profited from competitive bidding .
+why , for example , in the privatisation of transport , has it turned out that old drivers are being got rid of while at the same time they have started using old buses ?
+in developing EU procurement legislation the regulations need to be tightened up , and we have to make methods of monitoring their enforcement more effective .
+obviously , there have been problems in adhering to the content of directives .
+the are even grounds for suspecting that it is not just a question of practical problems , such as legal complications or problems of varying labour market cultures .
+what if it were also that bidding for public procurement contracts is not compatible with other principles that apply in the public sector ?
+public corporations have also had to meet certain social policy objectives while involved in the business of procurement .
+the quality of services has to be improved , employment figures have to rise , and environmental questions have to be tackled .
+I await the report promised by the Commission on the total impact of procurement .
+both the Commission communication and Mr Tappin &apos;s report raise the issue of the need to make it easier for SMEs to access the public procurement market . that is only right .
+it is important as there appears to be a danger of cartels forming connected with bidding for procurement contracts .
+SMEs , and especially those that are obliged to observe labour legislation and environmental standards , need more information and training , however .
+that is particularly important when it comes to using information technology as mentioned by the rapporteur , and that too has to be broadly applied , as it speeds up and simplifies processes .
+we should also remember that local authorities , because of their democratic nature , generally have a better sense of morality than the business world .
+Mr President , the directives on public procurement were an important step in our efforts to make the European market more competitive and more open .
+a good deal has changed in Europe since the first directive in this area .
+a sector like telecommunications has been liberalised , and there have been optimistic signs here and there concerning public contracts .
+generally speaking , red tape was once again the villain of the piece .
+the procedures which business and industry had to grapple with were unbelievably complex and inefficient .
+we talk of a 720 billion euro market which really must be opened up if we ever want to have a truly single market .
+but at what cost ?
+the directive provides for thresholds whereby it is no longer possible , above a given threshold , to tender in a private or national capacity .
+in principle , that is a good thing .
+the problem is that the incredibly complex bureaucracy involved makes it virtually impossible for small and medium @-@ sized businesses to get a look in .
+the fact is that under the system , framework contracts are not really feasible .
+large companies simply decide to have nothing further to do with public contracts and concentrate solely on the ordinary market .
+the concept of the economically most advantageous bid is also frequently understood as meaning the cheapest bid .
+that works against sustainable building methods , for example , since public authorities are interested only in the lowest price .
+many authorities have no provision for the service of capital , a system which is short @-@ sighted and expensive for the citizen in the long run .
+it is a poor system for small businesses , which do not have the longer @-@ term strength of a bigger company that can calculate its profit out of capital resources .
+so it is right that the Commission should give special attention to SMEs .
+in the meantime , a large or medium @-@ sized company can use digital systems to obtain information on published calls for tender .
+but there is a good deal of ground to cover between the announcement of an opportunity and actually securing a contract .
+in addition to the expense of putting together a bid , the firm or consortium has to demonstrate that it is financially sound and has enough experience in the field in question .
+registration systems may be the answer here .
+these mean that companies only have to prove once that they are sound and competent , but for an authority which does not put work out to tender often , it makes no sense to set up a system of this kind .
+I have therefore tabled an amendment jointly with Mr Langen and my group , an amendment which won the backing of the Committee on Economic Affairs , to have the threshold amounts increased .
+resumption of the session
+I declare resumed the session of the European Parliament adjourned on Friday 17 December 1999 , and I would like once again to wish you a happy new year in the hope that you enjoyed a pleasant festive period .
+although , as you will have seen , the dreaded &apos; millennium bug &apos; failed to materialise , still the people in a number of countries suffered a series of natural disasters that truly were dreadful .
+you have requested a debate on this subject in the course of the next few days , during this part @-@ session .
+in the meantime , I should like to observe a minute &apos; s silence , as a number of Members have requested , on behalf of all the victims concerned , particularly those of the terrible storms , in the various countries of the European Union .
+please rise , then , for this minute &apos; s silence .
+( the House rose and observed a minute &apos; s silence )
+Madam President , on a point of order .
+you will be aware from the press and television that there have been a number of bomb explosions and killings in Sri Lanka .
+one of the people assassinated very recently in Sri Lanka was Mr Kumar Ponnambalam , who had visited the European Parliament just a few months ago .
+would it be appropriate for you , Madam President , to write a letter to the Sri Lankan President expressing Parliament &apos;s regret at his and the other violent deaths in Sri Lanka and urging her to do everything she possibly can to seek a peaceful reconciliation to a very difficult situation ?
+yes , Mr Evans , I feel an initiative of the type you have just suggested would be entirely appropriate .
+if the House agrees , I shall do as Mr Evans has suggested .
+Madam President , on a point of order .
+I would like your advice about Rule 143 concerning inadmissibility .
+my question relates to something that will come up on Thursday and which I will then raise again .
+the Cunha report on multiannual guidance programmes comes before Parliament on Thursday and contains a proposal in paragraph 6 that a form of quota penalties should be introduced for countries which fail to meet their fleet reduction targets annually .
+it says that this should be done despite the principle of relative stability .
+I believe that the principle of relative stability is a fundamental legal principle of the common fisheries policy and a proposal to subvert it would be legally inadmissible .
+I want to know whether one can raise an objection of that kind to what is merely a report , not a legislative proposal , and whether that is something I can competently do on Thursday .
+that is precisely the time when you may , if you wish , raise this question , i.e. on Thursday prior to the start of the presentation of the report .
+Madam President , coinciding with this year &apos; s first part @-@ session of the European Parliament , a date has been set , unfortunately for next Thursday , in Texas in America , for the execution of a young 34 year @-@ old man who has been sentenced to death . we shall call him Mr Hicks .
+at the request of a French Member , Mr Zimeray , a petition has already been presented , which many people signed , including myself .
+however , I would ask you , in accordance with the line which is now constantly followed by the European Parliament and by the whole of the European Community , to make representations , using the weight of your prestigious office and the institution you represent , to the President and to the Governor of Texas , Mr Bush , who has the power to order a stay of execution and to reprieve the condemned person .
+this is all in accordance with the principles that we have always upheld .
+thank you , Mr Segni , I shall do so gladly .
+indeed , it is quite in keeping with the positions this House has always adopted .
+Madam President , I should like to draw your attention to a case in which this Parliament has consistently shown an interest .
+it is the case of Alexander Nikitin .
+all of us here are pleased that the courts have acquitted him and made it clear that in Russia , too , access to environmental information is a constitutional right .
+now , however , he is to go before the courts once more because the public prosecutor is appealing .
+we know , and we have stated as much in very many resolutions indeed , including specifically during the last plenary part @-@ session of last year , that this is not solely a legal case and that it is wrong for Alexander Nikitin to be accused of criminal activity and treason because of our involvement as the beneficiaries of his findings .
+these findings form the basis of the European programmes to protect the Barents Sea , and that is why I would ask you to examine a draft letter setting out the most important facts and to make Parliament &apos;s position , as expressed in the resolutions which it has adopted , clear as far as Russia is concerned .
+yes , Mrs Schroedter , I shall be pleased to look into the facts of this case when I have received your letter .
+Madam President , I would firstly like to compliment you on the fact that you have kept your word and that , during this first part @-@ session of the new year , the number of television channels in our offices has indeed increased considerably .
+but , Madam President , my personal request has not been met .
+although there are now two Finnish channels and one Portuguese one , there is still no Dutch channel , which is what I had requested because Dutch people here like to be able to follow the news too when we are sent to this place of exile every month .
+I would therefore once more ask you to ensure that we get a Dutch channel as well .
+Mrs Plooij @-@ van Gorsel , I can tell you that this matter is on the agenda for the Quaestors &apos; meeting on Wednesday .
+it will , I hope , be examined in a positive light .
+Madam President , can you tell me why this Parliament does not adhere to the health and safety legislation that it actually passes ?
+why has no air quality test been done on this particular building since we were elected ?
+why has there been no Health and Safety Committee meeting since 1998 ?
+why has there been no fire drill , either in the Brussels Parliament buildings or the Strasbourg Parliament buildings ?
+why are there no fire instructions ?
+why have the staircases not been improved since my accident ?
+why are no @-@ smoking areas not enforced ?
+it seems absolutely disgraceful that we pass legislation and do not adhere to it ourselves .
+Mrs Lynne , you are quite right and I shall check whether this has actually not been done .
+I shall also refer the matter to the College of Quaestors , and I am certain that they will be keen to ensure that we comply with the regulations we ourselves vote on .
+Madam President , Mrs Díez González and I had tabled questions on certain opinions of the Vice @-@ President , Mrs de Palacio , which appeared in a Spanish newspaper .
+the competent services have not included them in the agenda on the grounds that they had been answered in a previous part @-@ session .
+I would ask that they reconsider , since this is not the case .
+the questions answered previously referred to Mrs de Palacio &apos; s intervention , on another occasion , and not to these comments which appeared in the ABC newspaper on 18 November .
+Mr Berenguer Fuster , we shall check all this .
+I admit that , at present , the matter seems to be somewhat confused .
+we shall therefore look into it properly to ensure that everything is as it should be .
+Madam President , I should like to know if there will be a clear message going out from Parliament this week about our discontent over today &apos;s decision refusing to renew the arms embargo on Indonesia , considering that the vast majority in this Parliament have endorsed the arms embargo in Indonesia in the past ?
+today &apos;s decision not to renew the embargo is extremely dangerous considering the situation there .
+so Parliament should send a message , since that is the wish of the vast majority .
+it is irresponsible of EU Member States to refuse to renew the embargo .
+as people have said , the situation there is extremely volatile .
+there is , in fact , a risk of a military coup in the future .
+we do not know what is happening .
+so why should EU arms producers profit at the expense of innocent people ?
+in any event , this question is not presently included among the requests for topical and urgent debate on Thursday .
+agenda
+the next item is the verification of the final version of the draft agenda as drawn up by the Conference of Presidents at its meeting of 13 January pursuant to Rule 110 of the Rules of Procedure .
+no amendments have been proposed relating to Monday and Tuesday .
+relating to Wednesday :
+the Group of the Party of European Socialists requests that a Commission statement be included on its strategic objectives for the next five years and on the administrative reform of the Commission .
+I would like Mr Barón Crespo , who made the request , to speak to propose it . that is , if he so wishes , of course .
+then we shall follow the usual procedure , hearing one speaker in favour and one against .
+Madam President , the presentation of the Prodi Commission &apos; s political programme for the whole legislature was initially a proposal by the Group of the Party of European Socialists which was unanimously approved by the Conference of Presidents in September and which was also explicitly accepted by President Prodi , who reiterated his commitment in his inaugural speech .
+this commitment is important because the Commission is a body with a monopoly of initiative in accordance with the Treaties and , therefore , basically dictates this Parliament &apos; s political and legislative activity for the next five years .
+I would also like to point out , Madam President , that this Parliament voted to express its confidence in President Prodi during the previous legislature . it did so again during this legislature , in July , and then , in September , it voted once more to approve the whole Commission .
+there has therefore been enough time for the Commission to prepare its programme and for us to become familiar with it and explain it to our citizens .
+to this end , I would like to remind you of the resolution of 15 September , which recommended that the proposal be presented as soon as possible .
+the events of last week - which originated outside the Conference of Presidents , that Conference being used simply to corroborate and ratify decisions taken elsewhere - present us with a dilemma . either the Commission is not ready to present this programme , in which case it should clarify it .
+according to its President , it is in a position to do so .
+given that the Commission is represented by Vice @-@ President de Palacio , I believe that , before voting , it would help if the Commission could let us know how ready it is to present this programme , as agreed . alternatively , Parliament is not ready to examine this programme , as some appear to be suggesting .
+my Group believes that since a parliament is meant to listen , debate and reflect , there can be no justification whatsoever for this delay and we believe that , if the Commission is ready to do so , we still have time to re @-@ establish the original agreement between Parliament and the Commission and proceed in a manner which fulfils our duty to our fellow citizens .
+therefore , Madam President , I would ask you to request that the Commission express its opinion on this issue and that we then proceed to the vote .
+( applause from the PSE Group )
+Madam President , I really am quite astonished at Mr Barón Crespo &apos; s behaviour and the fact that he is now asking for this item to be put on Wednesday &apos;s agenda .
+Mr Barón Crespo , you were unable to attend the Conference of Presidents last Thursday .
+I am not criticising this ; it happens from time to time that people send someone to represent them .
+Mr Hänsch represented you on this occasion .
+in the Conference of Presidents , we had an in @-@ depth discussion .
+your Group was alone in advocating what you are saying now .
+we then put it to a vote .
+as you know , each chairman has the same number of votes as his Group has Members .
+there was a vote on this matter .
+as I recall , the outcome of this vote was 422 votes to 180 with a few abstentions .
+this means that all the Groups with the exception of the non @-@ attached Members - but , of course , they are not a Group - were in agreement ; only your Group thought that we should proceed as you have proposed here .
+all of the others were of a different opinion .
+that was the decision .
+I should now like to comment on the issue itself .
+we have confidence in the Commission and in Romano Prodi and , after a difficult procedure , as everyone knows , the vast majority of our Group supported the vote of confidence in Romano Prodi and the Commission .
+we believe , however , that the Commission &apos;s strategic plan needs to be debated within a proper procedural framework , not only on the basis of an oral statement here in the European Parliament , but also on the basis of a document which is adopted in the Commission and which describes this programme over the five @-@ year period .
+there is no such document !
+the Commission will present its programme for the year 2000 in February .
+we have said , very well , if the Commission does not wish to introduce the 2000 programme as early as January then we will do it in February .
+we have agreed to this .
+after all , we do not wish to quarrel with the Commission ; if at all possible , we believe that the Commission and Parliament need to tread the same path .
+however , we in Parliament also have a supervisory role with regard to the Commission and we do not have to agree with everything which comes out of the Commission .
+I should like us to be able to do a reasonable amount of preparation for the debate on the five @-@ year programme in our Groups .
+you cannot prepare if you hear a statement in this House and have no idea of its content .
+the fact that the subjects are connected also suggests that we should hold the debate on both programmes together .
+that is why my Group firmly rejects the proposal made by the Socialist Group .
+( applause from the PPE @-@ DE Group )
+I propose that we vote on the request of the Group of the Party of European Socialists that the Commission statement on its strategic objectives should be reinstated .
+( Parliament rejected the request ) President .
+still on the subject of Wednesday &apos; s sitting , I have another proposal regarding the oral question on capital tax .
+the PPE @-@ DE Group is requesting that this item be taken off the agenda .
+is there a member who wishes to speak on behalf of this Group to propose this ?
+Madam President , I can hear a ripple of laughter from the Socialists . I was told that large sections of the Socialist Group were also keen to have this item taken off the agenda , because at the vote in the Conference of Presidents no vote was received from the working group of Members of the Socialist Group responsible for this matter .
+I do not know whether this information is correct , but the PPE @-@ DE Group would , in any case , be grateful if this item were removed because Parliament has addressed this issue several times already .
+decisions have also been adopted against a tax of this kind .
+that is why my Group moves that this item be taken off the agenda .
+thank you , Mr Poettering .
+we shall now hear Mr Wurtz speaking against this request .
+Madam President , I would firstly like to point out Mr Poettering &apos; s lack of logic .
+he has just been preaching to the Group of the Party of European Socialists because they went back on a decision taken in a perfectly clear manner at the Conference of Presidents , and now he is doing just the same .
+we discussed that matter and we were unanimous , with the exception of the PPE and ELDR Groups .
+as my fellow chairmen will recall , I even mentioned that it was not a matter of knowing whether one was for or against the Tobin tax , but of whether one dared to hear what the Commission and the Council thought of it .
+it is not a lot to ask .
+I therefore repeat the proposal that this oral question to the Commission and the Council should be retained so that we can find out , once and for all , the positions of these two bodies regarding the proposal which is relatively modest but which would give a clear message to public opinion , particularly after the tide of feeling generated by the failure of the Seattle Conference .
+we shall proceed to vote on the PPE @-@ DE Group &apos; s request that the oral question regarding the capital tax be withdrawn from the agenda .
+( Parliament rejected the request , with 164 votes for , 166 votes against and 7 abstentions )
+Madam President , I would like to thank Mr Poettering for advertising this debate .
+thank you very much .
+Madam President , has my vote been counted ?
+I was unable to vote electronically , since I do not have a card .
+my vote was &quot; in favour &quot; .
+indeed , if we add the two Members who have declared themselves , then the result of the vote would be ....
+Madam President , the Presidency has already declared the result of the vote .
+there is no room for amendments .
+Madam President , in the earlier vote - and I will abide by your ruling on this matter - on the question of the strategic plan of the Commission I indicated that I would like to speak in advance of the vote on behalf of my Group .
+that did not happen .
+I would appreciate it if , on the close of this item of business , I might be allowed to give an explanation of vote on behalf of my Group .
+this is an important matter .
+it would be useful for the record of the House to state how people perceive what we have just done in the light of their own political analysis .
+Madam President , I do not wish to reopen the debate , but I had also asked for the floor , to comment on Mr Barón Crespo &apos;s motion .
+you did not call me either .
+I regret this , but the vote has already been taken and the decision is made so let us leave the matter there .
+I am terribly sorry , Mr Hänsch and Mr Cox .
+I did not see you asking to speak .
+even so , I think the positions are quite clear and they shall be entered in the Minutes .
+when we adopt the Minutes for today &apos; s sitting tomorrow , then any Members who think the positions have not been explained clearly enough may ask for amendments .
+this seems to me to be a workable solution .
+of course , the Minutes for tomorrow &apos; s sitting will take into account any additional explanations .
+I think this is a better solution than proceeding now to extremely time @-@ consuming explanations of votes .
+Mr Cox , Mr Hänsch , would this be acceptable to you ?
+Madam President , if the vote records correctly how my Group voted I shall not , and cannot , object to that .
+if your ruling is that I cannot give an explanation of vote , I accept that but with reservations .
+we shall pay particular attention to the wording of the Minutes , as we always do , of course .
+if they do not properly reflect the positions adopted , then we may correct them , if necessary .
+( the order of business was adopted thus amended )
+safety advisers for the transport of dangerous goods
+Commissioner , Madam President , ladies and gentlemen , I can be quite frank in saying that I welcome the Council &apos;s common position on harmonising the training of safety advisers for the transport of dangerous goods by road , rail or inland waterway .
+firstly , we needed to take action on a formal level in order to meet the requirements of Directive 96 / 35 / EC , which obliges the Member States to appoint safety advisers and to organise the training , instruction and examination of these people but does not explain this explicitly .
+secondly , by adopting this directive we achieve a ) an increase in safety when dangerous goods are both transported and transhipped ; b ) a reduction in distortions of competition resulting from wide variations in national training structures and training costs and c ) equal opportunities for safety advisers on the European labour market .
+thirdly , this directive , as it currently stands in the common position , guarantees - in particular because it confines itself exclusively to minimum standards - a high degree of flexibility and modest regulation by the European Union ; by adopting it we contribute to the Member States &apos; bearing a high level of individual responsibility .
+all of this is in accordance with the principle of subsidiarity and is therefore to be greatly welcomed .
+our amendments from the first reading have , I believe , been taken into account very satisfactorily .
+they have either been accepted or transposed with no change in the substance , or they have been rejected because the corresponding European arrangements have not been included , for example a system of penalties for violations of the rules or a complex classification structure for related groups of questions .
+the one unanimously adopted amendment of the Committee on Regional Policy and Transport , which concerns the timetable for implementing the directive , is something which I would urge you to support .
+by not setting a specific date for the Member States to implement the directive and instead giving them a period of three months after its entry into force , we are introducing a flexibility clause which ensures that the directive will be implemented without delay .
+I would urge you to endorse this .
+as an Austrian , I still have a vivid memory , as , I believe , we all do , of the catastrophe which cost so many human lives last year in the Tauern Tunnel , where subsequent work to rebuild the parts of the tunnel which had been destroyed in this fire continued for many months at huge expense .
+the renovation project , which lasted for months , cut off this important route between the north and south of Europe .
+the traffic which had to be diverted because of this stretched the patience of many thousands of people in the EU to the limit .
+in fact , all hell broke loose in some municipalities in my province .
+prevention has to be our answer to disasters of this kind and this draft directive is an important step towards well @-@ trained safety advisers being available , so that the right action is taken in good time .
+all the same , we must not content ourselves with enacting European law to ensure greater safety .
+we also need to follow this up and make sure that our rules are transposed by the Member States in good time and - even more importantly - we need to ensure that they are also applied afterwards .
+please let this not be yet another sector where we subsequently have to lament the lack of enforcement .
+I should like to address one final point . we must not content ourselves with sealing another hole in the safety net and shutting our eyes to the fact that , where transport safety in Europe is concerned , there is still much more to be done .
+in this context , I should like to make a request and ask the Commissioner responsible , who is with us here today , to table an appropriate text as soon as possible with a view to continuing to make it safer for traffic to transit tunnels in the future , so that we in Europe do not have to experience any more such disasters on this scale .
+Madam President , first of all I should like to thank Mr Koch for his report which has , at its heart , the issue of transport safety .
+the report looks at the issue of harmonising the examination requirements for safety advisors working in the areas of transportation of dangerous goods by road , rail and inland waterway .
+I congratulate him on his excellent report .
+the rapporteur has pointed out to the House that in its common position the Council has accepted six of Parliament &apos;s ten amendments put forward at first reading and that the substance of Parliament &apos;s other amendments has been retained .
+my Group will therefore support the common position and looks forward to the enactment of the legislation which will provide us with yet another tool in our fight to make transport in the European Union as safe as possible .
+when it comes to safety my Group will always support any initiatives to improve transport safety .
+we still have a lot of work to do in this area as recent events have proved .
+Madam President , I would like to make a few comments .
+I would like , first of all , to thank the rapporteur for his exceptionally accurate and technical work on the report and , secondly , the Commission for the proposal it has submitted .
+we are concerned here with the harmonisation of examination requirements but also , in fact , with minimum requirements .
+this is a pity , in a sense .
+needless to say , safety on roads , railways and inland waterways is of key importance and , given the international nature of these types of transport , training for safety advisors should also be harmonised , therefore , as well as the requirements of the new ADR , for example , which is under way .
+this is important , but so is enforcement and there are , of course , a number of reasons why we need to pay particular attention to this .
+just think of the road accidents which have occurred over recent years , for example in Belgium , the Netherlands and a number of other countries where lorries carrying dangerous goods continued to drive in foggy conditions when really they should have pulled off the road instead .
+or ships from Eastern Europe which moor adjacent to ships over here , with all the obvious risks that this entails .
+furthermore , it has transpired that research in the ports in Belgium , Finland , but also in Japan has shown that 50 % of containers with partially dangerous cargo are not delivered correctly for shipment .
+in short , the issue is an important one .
+if we look at the situation where safety advisers are concerned , in a number of countries it is compulsory to employ such safety advisers in companies as from 1 January of this year .
+there will be major problems with enforcing this rule at present , especially with smaller companies , as these cannot afford safety advisors .
+these smaller companies either dispose of their cargo or mix it with other cargo , which causes problems .
+it is therefore also being requested that ISO 9002 certificates possibly include the finer details of these activities in the form of annual reports and company analyses .
+the work is done . all that remains is the business of enforcement .
+I would like to mention one final point .
+with regard to enforcement , proper agreements must also be concluded with the Eastern European countries because they will not enter into treaties which deal with this matter until 1 July 2001 , that is to say in eighteen months &apos; time .
+this gives them a competitive edge for the interim period .
+this is not in itself anything dreadful , but we should prioritise particularly the safety aspects for goods transported by road , rail and inland waterways and incorporate these , as part of the acquis communautaire , as soon as possible and present them to the acceding states .
+Madam President , the importance of transport safety is highlighted on a regular basis in this Parliament and rightly so .
+the ever increasing volume of goods passing through Europe entails all kinds of risks , known and unknown , for employees and the social environment .
+those having to deal with these risks should therefore meet stringent requirements .
+the relevant standards which have been laid down in another Directive , 95 / 35 / EC , seem sufficiently adequate to advise people in a responsible manner on the organisation of the transport of dangerous goods .
+I am very pleased that agreement has also been reached with the Council on minimum standards regarding examinations , although I would have preferred it if uniform , set standards and modules had been established , so that certificates would be of equal value internationally .
+this , however , does not seem feasible .
+finally , the amendment tabled by the rapporteur is perfectly logical and I can , therefore , give it my wholehearted support .
+Mr President , Commissioner , I should first like to congratulate Mr Koch on his reports which , though technical , are nonetheless of very great significance for safety .
+I should like to make just a few comments .
+firstly , I should like to ask the Commissioner - and I am convinced that my request will fall on fertile ground - to ensure that more attention is paid to the issue of safety , be it on the roads , on the waterways or at sea .
+considering that it is only today that we are dealing with a Commission proposal first made on 19 March 1998 , even though Parliament responded relatively quickly , this time lag is a little too long .
+this is not just the fault of the Commission , but I believe that we need to take action more quickly so as to achieve harmonisation in this area as well .
+my second point has already been mentioned : it concerns the minimum standards .
+in principle , I believe that in many cases where transport is concerned we should be working towards increased flexibility and country @-@ specific rules .
+however , when it comes to safety , I am rather sceptical because safety in Sweden , for example , is in principle no different from safety in Germany , Italy or Austria .
+I can live with these minimum standards , but I would ask the Commission to monitor the situation very carefully .
+should flexibility of this kind result in there being inadequate rules in some countries then we should work towards greater harmonisation .
+my third point has also been mentioned already .
+as you know , like Mr Rack , I come from a transit country , where this issue plays a particularly important role .
+we do not want to make the conditions of competition worse for some countries unilaterally and improve them for countries such as Austria or other transit countries .
+but I believe that we should do all we can to keep the transport of dangerous goods to a minimum , in all countries , whether they are transit countries or not .
+Mr President , I would firstly like to congratulate the rapporteur , Mr Koch , on his magnificent work and his positive cooperation with the Commission with regard to improving the texts and presenting this report and this proposal ; in the end there is only one amendment on the requirements for the aptitude examination for safety advisers in the transport of dangerous goods by road , rail or inland waterway .
+we understand that it is important that the two institutions - Parliament and Commission - cooperate and work together and that the current cooperation with the Committee on Regional Policy , and in particular the transport group , is magnificent .
+the common position includes practically all of the amendments accepted by the Commission and harmonises the minimum examination requirements for safety advisers and , at second reading , we can accept the amendment on the proposed date , which is much more realistic than the one originally suggested by the Commission , bearing in mind that we have now spent several years debating this question .
+very briefly , I would like to thank the various Members for their interventions and to tell you that safety is one of the Commission &apos; s priorities in the field of transport .
+as Mr Simpson has said very correctly , this is a process which we can never take for granted or regard as having come to an end .
+the process of increasing safety margins and safety guarantees in transport is a process which must be improved day by day .
+in this regard , I would also like to refer very briefly to the problems of the tunnels , which Messrs Rack and Swoboda have referred to , which , in the case of Austria , is doubtless a very sensitive issue , and great effort should be made to improve their safety .
+in one of the worst accidents to have occurred recently , the goods being transported were not dangerous in themselves .
+margarine and a few kilos of paint which , in principle , do not present risks , led to a genuine disaster .
+therefore , we will have to see how the requirements guaranteeing the maximum degree of safety can be further improved .
+finally , I would like to say that we have to consider safety in all types of transport .
+this week we will be holding a debate here on the safety of sea transport , in light of the Erika disaster , and in the course of this year we will have to discuss our objectives in terms of the safety of air transport .
+but I would like to say that safety is a priority objective for the Commission .
+as I will say in the debate on the Erika disaster , we do not wait until there is a disaster to deal with the question of safety , but we work on it even when there are no such circumstances , which simply serve to demonstrate the urgency for an effective response to this type of problem .
+I would like to repeat my appreciation to all the speakers and especially to the rapporteur , Mr Koch .
+the debate is closed .
+the vote will take place tomorrow at 12 p.m.
+transport of dangerous goods by road
+delays in the CEN &apos; s work are now making it difficult to apply this very directive .
+in particular , annexes cannot be adapted to take account of technical and industrial developments .
+I regret this since we are having to take action because others have not done their job .
+in this respect , I accept this proposal to amend Directive 94 / 55 / EC which has been tabled for discussion today .
+should the European Union fail to take action , then Member States would be obliged to amend their national legislation for a very brief period , until the CEN completes its work , which would cause unnecessary cost and uncertainty .
+the amendment to the directive on today &apos;s agenda does not therefore affect the existing harmonisation of the transport of dangerous goods in the Community .
+it merely prolongs transitional rules by postponing deadlines , deletes provisions which are no longer applicable , and lays down the procedures for a ) carrying out the ad hoc transportation of dangerous goods and b ) enacting less stringent national regulations , in particular for the transport of very small amounts of dangerous goods within strictly defined local areas .
+the amendment to the directive is consequently in full accordance with the principle of subsidiarity ; the Member States obtain more powers .
+the Commission decides whether the Member States may impose certain rules of their own .
+in so doing , it is supported by a committee of experts on the transport of dangerous goods under the regulatory procedure .
+the procedures for the exercise of these implementing powers conferred on the Commission were laid down afresh in the Council Decision of June 1999 .
+the proposal to be discussed today , to amend the directive on the transport of dangerous goods by road , dates from May 1999 , however , and could not therefore take account of the latest comitology procedure .
+two of the amendments tabled and adopted unanimously by the committee relate precisely to this amended comitology procedure .
+we would like to ensure that there is a reference to this as early as the recitals and that the period within which the Council has to make a decision - which is not clearly worded - is set at a maximum of three months .
+in addition , the need for greater transparency has been pointed out .
+a further amendment allows the Member States to impose more stringent requirements , in particular for vacuum tanks , if work is done or goods are transported as a priority in temperatures well below -20ºC .
+this is in the special interest of northern European regions .
+a final amendment is intended to ensure that tanks and tankers put into service between 1 January 1997 and the entry into force of this directive may continue to be used provided that they have been constructed and maintained in accordance with it .
+I do realise that this is only a small step towards increased transport safety , but I would ask you to endorse this report .
+Mr President , colleagues , a happy new year and millennium to you all .
+I am speaking for the first time in this plenary part @-@ session , so this is quite exciting for me , a little like first love , although that did last longer than two minutes .
+I would like to briefly comment on the Commission &apos; s proposal to amend the directive on the transport of dangerous goods by road .
+it is good that this directive should be established now , as , otherwise , Member States would have to amend their national acts for a very short time , a period of transition , which would again mean unnecessary costs and which would once more increase concern with regard to EU bureaucracy .
+the Commission &apos; s proposal , however , does not take account of all the facts , such as the cold climate that prevails in the northern regions .
+consequently , I have tabled some amendments to Mr Koch &apos; s intrinsically excellent report , which have been adopted by our committee .
+my amendments concern the frost @-@ resistance ratings for tankers carrying these dangerous goods .
+according to the Commission &apos; s proposal -20ºC would have been sufficient .
+on the shores of the Mediterranean , it is hard to imagine that in Lapland temperatures can fall considerably lower than that .
+there is support for the EU in Lapland also , so let us remember them .
+I have thus proposed that the frost rating be lowered to -40ºC .
+this would be necessary to keep safety standards at the level they were in northern regions previously .
+I hope my proposal will be taken into consideration in tomorrow &apos; s vote .
+Mr President , with your permission I should like to begin by expressing my admiration for the way in which you executed the quick changeover of the chairmanship just now during the debate .
+I thought that it was quite superb .
+on the subject at hand , I think that the people of Europe must be able to be confident that the goods - however dangerous they are - which are transported on Europe &apos;s roads , railways , and so on are as safe as possible .
+this directive is a contribution to this .
+what we are doing today is essentially a nuisance .
+the rapporteur , Mr Koch , to whom we express our thanks for the work which he has done on this , has already pointed out that basically everything could have been somewhat more advanced had it not been for the inactivity on the part of the CEN , which has been very dilatory in drawing up and adapting the directive .
+that is why we can only hope - and we should resolve all of this this week - that , in 2001 , we will finally have Community regulations for the transport of dangerous goods by road so that we have a degree of legal certainty here and also so that our roads are a good deal safer .
+Mr President , the report we are discussing here does not , in itself , entail any major changes . most of the proposed amendments are of a purely technical nature .
+it is nonetheless worth emphasising that , each time we make this type of decision , it is good from a broad environmental perspective and it is beneficial because it creates better prior conditions for exploiting the possibilities of the internal market .
+very large quantities of dangerous goods are transported around the EU , both on roads and railways and by sea .
+this makes it necessary to have proper rules governing transport of this kind . in area after area , we are now obtaining common minimum regulations for the Member States .
+this is extraordinarily positive , and there is cause to thank the rapporteur , Mr Koch , for the work he has put in on this issue .
+this is also important where the prerequisites for the internal market are concerned .
+if we are to get a common transport market genuinely up and running , it is important that we should not only have regulations but that these regulations should also , as far as possible , apply to every country .
+I should like to conclude by commenting on a third matter which is also of significance , namely an amendment tabled by Member of Parliament , Mr Ari Vatanen .
+in many ways , the prerequisites differ from one Member State to another .
+by approving this amendment , we take account of the fact that it can be very cold in the northern parts of the European Union .
+this makes it necessary to also take account of the ways in which materials and packaging are affected by cold of this kind .
+it is good that , in establishing the present regulations , we can also be flexible . I hope that the Commission is able to accept the present amendment .
+Mr President , I would like to thank not only Mr Koch , but also the Vice @-@ President of the Commission for the clear and unambiguous way in which they have declared their support for safety in the transport sector and acknowledged it as a priority .
+the reason Mr Koch produced his sound report was because the work in the CEN and within the United Nations Economic Commission was proceeding none too expeditiously .
+I would like to ask the Vice @-@ President if she is in a position to tell us today what the state of play is with regard to the efforts towards harmonisation being made by these two organisations , and whether the EU is in a position to hasten these harmonisation efforts , in accordance with principles that are as simple as possible .
+for one thing is clear : even if we come to an excellent arrangement within the European Union , traffic does not stop at our borders , it goes beyond them .
+hence there is certainly every reason to introduce more far @-@ reaching regional provisions .
+if the Commissioner is unable to do so today then would she be prepared to inform the committee in writing of how matters stand and what stage negotiations between the CEN and the Economic Commission are at ?
+Mr President , I would once again like to congratulate Mr Koch on his magnificent work on this other report , which in a way supplements the debate which we held in October on rail transport .
+we all regret that the European Committee for Standardisation ( CEN ) has not been able , in the required time , to carry out the amendment of the provisions necessary for the required harmonisation within the European Union .
+this debate and the amendment of the directive currently in force allow us to incorporate differentiating elements which demonstrate the diversity of this Europe of ours .
+a moment ago , Mr Vatanen spoke to us of lower temperatures , not of 20 degrees below zero , but of 40 degrees below zero .
+of course , we accept that amendment - it is absolutely right - and I believe that we should incorporate specific circumstances which demonstrate the climatic diversity of the European Union , which sometimes take the form of specifics and of concrete requirements for the establishment of standards and characterisations of a technical nature .
+I would like to say , with regard to Mr Swoboda &apos; s comments on the activity of the CEN , that we are urging them to speed up their work as much as possible because it would be terrible if , despite the new deadline , we were to find ourselves after a year and a bit with the same difficulties because their work has not been concluded .
+lastly , Mr President , the basic problems justifying this amendment of the directive have been pointed out . we have referred to the delay by the CEN , the amendment of certain provisions , the consistency between the text of the directive and the content of the annexes and the need to for it to be more specific .
+the Commission accepts all of the contributions of the parliamentary committee and the rapporteur , Mr Koch , which are contained in the various amendments , specifically four .
+we therefore accept the four amendments which have been proposed .
+the debate is closed .
+the vote will take place tomorrow at 12 p.m.
+structural Funds - Cohesion Fund coordination
+Mr President , it is particularly pleasing for me to make my first speech in the European Parliament on what is regarded as the most important issue within that part of the United Kingdom that I represent in this Parliament , namely Wales .
+a major part of Wales , as you know , has been granted Objective 1 status under the Structural Funds programme .
+it is quite clear that many people within Wales are looking to the European Structural Funds programme to alleviate some of the great difficulties that we undoubtedly face .
+we have seen poverty growing in Wales ; and growing still further since 1997 .
+we have seen the gap between rich and poor widen .
+we are looking , therefore , within the Structural Funds programme not just to see industrial restructuring but also to see a wider improvement in the whole of the economic base within the Principality .
+what is , however , deeply damaging for us is the belief that in some way the granting of Structural Funds assistance is something that has been , in a sense , a success of the government .
+it is sadly only a recognition of the very great difficulties that Wales faces .
+that is why I want to highlight some of the issues that I believe the Commission must have at the forefront .
+we look to the Commission to deal with points in relation to additionality .
+we are dissatisfied with the fact that those figures seem to have been in some way hidden within UK figures .
+we look to the Commission also to ensure that there is matched funding for projects .
+we look to it to challenge the UK Government , to ensure that the private sector , which surely must be providing the major impetus for Structural Funds expenditure , is involved in the planning stage .
+finally , we ask that the Commission ensures that Structural Fund monies are spent in a way which is transparent .
+too much of what takes place within this Parliament is not transparent .
+this is one area in which I believe the Commission can be a very great friend to Wales .
+Mr President , our committee views these issues very differently and , to start , I will speak from the point of view of research .
+we see it as a very positive sign that , in her own conclusions , the rapporteur has taken account of our committee &apos; s proposal that the Cohesion Fund countries should broaden the research infrastructure by locating universities and colleges in such a way that they would serve those who live in undeveloped regions better than now and make it easier for educated people to remain in their home districts .
+this will be possible with action on the part of governments , and such decentralisation of higher education will be an unquestionably useful policy in evening out development .
+another matter we would like to address , specifically from the point of view of industrial policy , is that we would have liked the Commission to pay more attention to the effects of services , electronic commerce and the growing use of the Internet , when they were planning the coordination of Structural Funds and Cohesion Funds .
+poverty and wealth used to depend more on means of livelihood .
+the rich areas were those where there were jobs in industry , but today those areas might have become a burden , and they may well be poor , meaning we also have to invest in new sectors of industry such as electronic production , as I might call it , and the production of services , because they are the industries of the future .
+in my opinion the committee drafting the report has not taken sufficient account of this , so on behalf of the Committee on Industry , External Trade , Research and Energy , I would draw the Commission &apos; s attention to this issue .
+finally , as the committee representing energy , we would have liked the issue of support for renewable energy resources from Cohesion and Regional Development funds to have been emphasised still more , thus , through a process of coordination , increasing the use of renewables so that the scant funding resources in the energy programme might have been compensated by means of these more substantial sums .
+Mr President , I would very much like to thank Mrs Schroedter for the work she has done on this and to explain to colleagues that I am speaking for my colleague , Mrs Flautre , who followed this for the Committee on Employment and Social Affairs but who is unfortunately ill .
+I would like to draw people &apos;s attention to Amendments Nos 1 and 2 which were agreed by the Committee on Employment and Social Affairs but not accepted by the Committee on Regional Policy , Transport and Tourism .
+these amendments deal with the social economy and the need to provide social risk capital and support financially local schemes to develop employment opportunities and strengthen social cohesion .
+in the past , this Parliament has viewed the social economy as an important potential provider of employment .
+these amendments also fit in with this Parliament &apos;s view that social exclusion is a serious issue needing constructive action .
+we hope that those considering rejection of these amendments have very powerful reasons to offer to both Parliament and their citizens who are seeking employment .
+in her report , Mrs Flautre also drew attention to an area where coordination is sorely lacking , yet desperately needed .
+the Commission proposals refer to the four pillars of employment strategy and the five fields of action of the European Social Fund .
+but the lack of specific guidelines here is particularly to be regretted , as the idea of linking Social Fund assistance to the employment strategy will be put into effect for the first time during the 2000 @-@ 2006 programme .
+it could be said that the omission gives the impression that the Commission too has no idea how to provide maximum coordination between European Social Fund assistance , which is subject to review after three and a half years , and the Member States &apos; annual national plans for employment .
+we hope that the Commission can reassure us that this was an oversight which is now being dealt with constructively .
+Mr President , Commissioner , the proposal presented by the Commission , in accordance with its mandate , is a reasonable starting point for the Committee on Agriculture and Rural Development .
+I would like to point out , however , that this starting point indicates to us the challenges which face us : maintaining a population in rural areas , given the changes taking place in all types of economic activity owing to agriculture &apos; s increasing lack of importance amongst the various sources of income for rural society .
+this , as well as the deficiencies in the networks of infrastructures and services and a generally very low level of employment , which furthermore is seasonal and lacks diversity , exacerbates the exodus from rural areas .
+the consequences do not inspire hope .
+it is the young people who are disappearing , who are getting an education and finding work outside of the rural areas , all of which has an unfavourable effect on those areas .
+this lack of infrastructure is also an obstacle to the establishment of companies and the creation of jobs .
+we have to remember that rural areas represent almost four fifths of the territory of the European Union .
+agriculture only provides 5.5 % of employment in the Union .
+furthermore , three quarters of our farm workers are part @-@ time and require supplements to their incomes .
+therefore , we support the establishment of an agricultural and rural development policy which is consistent with the objectives we have set . we want rural areas , at the dawn of the 21st century , to be competitive and multi @-@ functional , both with regard to agriculture and with regard to opening up to the diversity of non @-@ agricultural activities .
+it is important to prioritise general criteria for land planning and demographic equilibrium , and to bear in mind the conclusions of the Committee on Agriculture and Rural Development on the five fundamental issues , which have been only partly taken up by the Committee on Transport , Regional Policy and Tourism in its points 16 and 17 .
+in conclusion , I would ask the Commission to take these five points into account when establishing the conclusions on the four pillars because I believe that , for the European Union , maintaining the population in rural areas must be one of the priority objectives .
+Mr President , Commissioner , I would like to begin by thanking Mrs Schroedter , the rapporteur , for her work .
+I think that this work has been carried out extremely well .
+I would also like to thank her for her willingness to enter into dialogue with the other political groups when compromise formulas have needed to be reached in the face of this avalanche of amendments - and perhaps there are more of them than we expected - but which genuinely reflect the importance of the report we are now discussing .
+we feel that it is important that the Commission takes account of the conclusions adopted by this Parliament , at least in spirit , because at this stage , it might seem as though what we are doing here is a useless exercise , and nothing but hot air .
+the truth of the matter though is that we believe - and this is also shown in the way the conclusions have been drafted - that the Commission must take account of what is adopted by this Parliament , particularly in the face of an interim revision of these directives .
+in our amendments , we have stated the importance of the necessary synergies being produced between the Structural Funds , the Cohesion Fund and Community initiatives , so that their application should be reflected , in the best and most profitable way , by the gradual elimination of disparities between regions and by the creation of jobs which are , when all is said and done , the two central purposes of the funds we are discussing .
+in order to achieve a more rapid and efficient boost for attaining these objectives , we think that those who generate employment , the real entrepreneurs and those who really guarantee new sources of employment , that is , businesspeople , must participate in this initiative .
+small and medium @-@ sized businesses , above all , need to take part in the distribution of these funds .
+if they do not , if businesspeople feel marginalised , if entrepreneurs cannot take part , not only in managing but also in receiving these funds , we will have missed an opportunity to attain our objectives more rapidly .
+also , in order to attain our objectives , to overcome the disparities between regions and to seek out sources of employment , it is crucial to give our complete support to new technologies , to transport and communications networks and to renewable energies .
+all of this must be done - I repeat - with the participation of private business , which , by uniting its efforts with those of public administrations , but complementing them , never obstructing or excluding them , will lead to the creation of wealth in society and of jobs .
+Mr President , it is incumbent upon me to remind my colleague , Mr Evans , of why Wales actually achieved Objective 1 status .
+it was because of the discredited policies of his own Conservative Party .
+let me also remind him that when his party leader , Mr Hague , was Secretary of State for Wales , he broke every rule in the book on additionality which led to a stern letter from Commissioner Wulf @-@ Mathies regarding regulatory requirements .
+I can tell you that the British Government is aware of its regulatory requirements on Objective 1 additionality .
+I suggest Mr Evans goes back and reads the regulation .
+my Group has made extensive amendments to both reports up for debate today .
+I want to focus our minds on the essential role of the guidelines .
+the objective is to provide a framework and tool to support and enhance economic regeneration , to get the most effective use of resources in the widest partnership and to put these regions back on the road to recovery and sustainable development so that eventually they come off the regional life @-@ support machine .
+it is important to identify the skills and potential of our regions in the hi @-@ tech sector .
+it is particularly important in the light of reports in the media that Europe is rapidly losing ground to the US in the hi @-@ tech growth industries of the future .
+the operation of the previous round of programmes is also very instructive in telling us what guidelines should not be about .
+they should not be about creating additional layers of bureaucracy and red tape .
+they should not be about shifting priorities and policies halfway through project development , resulting in inevitable delays and underspends , particularly in the light of the new budgetary requirement .
+the implementation and operation of the guidelines cannot be left to the personal interpretation of one or other desk officer , either in the Commission or in the civil service .
+there must be an internal coherence in the Commission directorate , while respecting the specific local and regional aspects of Commission programmes .
+the conclusion is that we must make the case for guidelines to be broad , indicative and flexible to assist our programme managers and fund @-@ users and to get the maximum potential out of our new fields of regeneration .
+if we can inject a spirit of entrepreneurial activity into our poor and structurally weak regions we will eventually get them back onto the road of attracting substantial investor confidence , which will be the key to future success .
+this is how we are going to judge the success of these guidelines : whether EU regional policy with a good , solid , enabling guideline , can open up new opportunities and allow our poor and structurally weak regions to play their full part in contributing to the growth and prosperity of the EU .
+Mr President , Commissioner , I would like to thank Mrs Schroedter for an excellent report .
+she has gone into the issue in some depth and in the committee debate she took account of many of the amendments that have been tabled regarding this report .
+the rapporteur has also quite rightly stated that Parliament was not heard in time regarding the guidelines .
+we are badly behind now in this matter .
+hopefully , the stands Parliament has taken will help , however , in the mid @-@ term appraisal of the programmes and in their practical implementation .
+for the time , the report grew too large when it was being debated . it contained details and issues that had already been raised in previous reports .
+at this stage it is more important to concentrate on assessing how we can use this process to steer Union regional policy , bearing in mind that the aim is to reduce regional inequality .
+our Group emphasises the importance of the principle of subsidiarity , the responsibility of Member States and the role of local players in drafting and implementing programmes . it is especially important to get SMEs involved in the planning and implementation of programmes .
+our Group also considers it important to take greater account of remote and peripheral areas and wishes to increase interaction between towns and rural areas .
+we oppose the excessive control the central administration of the Union and its Member States exercises and we are calling for a reduction in the bureaucracy that has taken root in the drafting and implementation of programmes .
+projects implemented with support from the Union have had their effect watered down all too often by slow decision making and complicated administrative processes .
+funds have often been granted for projects which have had no lasting benefit for the area concerned . projects have to be carried out more efficiently , more flexibly and they have to be made more productive .
+while the report was being prepared , it was interesting to discuss the Union &apos; s regional policy in general .
+for us new members , it was the first time , and this was a very interesting process .
+this report is very good and our Group supports it .
+Mr President , Commissioner , as proof that this Parliament has not yet overcome its role as a consultative and subordinate institution , the excellent report by a fellow member of my Group , Elisabeth Schroedter , has not been able to reach plenary sitting because the plans for regional development for the period 2000 @-@ 2006 for Objective 1 regions have been sitting in the Commission &apos; s offices for several months .
+Mr President , we should not forget that the main , strategic objective of the Structural and Cohesion Funds and of their coordination is to achieve economic and social cohesion .
+we are obliged to participate in drafting directives and also in assessing their results .
+we are obliged to do so because we are the representatives of the citizens in a Europe of Citizens and not just in a Europe of States and of Regions .
+we feel that the Funds are a necessary but insufficient condition for achieving economic and social cohesion .
+we might be mistaken in using the gross domestic product per inhabitant as the sole indicator .
+some speakers have already mentioned unemployment and the fall in population .
+we will have to study several indicators , which will enable us to see the current state of regional societies that are in a worse situation than others , and how they are evolving .
+it is clear from some of the reports that have been presented to Parliament &apos; s plenary sitting today that Europe &apos; s 25 most prosperous regions enjoy a level of unemployment which is five times lower than in the 25 least prosperous regions .
+this fact means that the European Parliament , the Commissioner and the Commission must act decisively and strategically .
+I agree that the European Parliament did not have the opportunity - or that it was not given the opportunity , as we had reached the end of the parliamentary term - to discuss the directives .
+I do not think , however , that this report has come too late .
+we need to consider it together , so that the new Objective 1 programmes and the plans for regional development , which have been drafted before the directives come into force , can be submitted for revision and proper assessment .
+we all agree that we should ask that , halfway through these programmes , when the assessment of the directives is made , Parliament should be given an equally influential role on the grounds that we are the citizens &apos; representatives .
+our citizens cannot accept that the European Union takes decisions in a way that is , at least on the face of it , bureaucratic .
+they need to see the political dimension working , to see that officials accept their responsibilities and that there is communication with the citizens .
+this is what we are today asking the Commissioner for .
+I would like to think that , given his previous experience as a regional President , he will agree to propose indicators , and a strategy , which will favour economic and social cohesion and not just productivity .
+Mr President , I support the main proposals of the report concerning the administration of the Structural Funds and the Cohesion Fund for the period 2000 @-@ 2006 and the main recommendations of the report which include the following : there must always be an integrated approach to the spending of EU Structural and Cohesion Funds .
+this means that there must be a comprehensive partnership between local authorities and national governments with regard to how these funds are to be spent .
+Member States are urged to attach greater importance to integrated strategies for revitalising relations between towns and rural areas . this latter point is of particular importance .
+while urban renewal in our cities is very important we must always strike a balance in our policies between promoting rural development and improving the lives of city dwellers .
+we do not want to build a Europe of cities alone .
+the Structural Funds have played a key role in the development both of urban and rural parts of peripheral countries , mainly through the upgrading of roads , water treatment and related transport networks .
+this process will continue in accordance with the financial spending guidelines laid down by the EU leaders at their Berlin Summit last year , which were supported by Parliament at its last May plenary part @-@ session .
+key EU programmes between 1989 , 1993 , 1994 and 1999 have certainly helped to improve the economic competitiveness of peripheral countries and Objective 1 regions within Europe .
+the key now is to consolidate and make permanent the progress made to date .
+this would ensure that the peripheral countries and the ultraperipheral regions , the poorer regions in Europe , are in a position to operate successfully within the new euro currency zone , as well as within an ever @-@ expanding internal market where the free movement of goods , persons , services and capital exist .
+in conclusion , while key infrastructure projects have been supported by the European Regional Development Fund and the Cohesion Fund , we should remember that the European Social Fund has played a very important role in helping the less well @-@ off in our society .
+the Social Fund has certainly improved our third @-@ level institutions , financed our post @-@ leaving certificate programmes and put in place comprehensive schemes to help combat youth and long @-@ term unemployment , assist early school leavers and promote higher standards of adult literacy .
+Mr President , on numerous occasions in the past I have disagreed with the rapporteur on her approach to regional policy issues . this time , however , I actually agree with her .
+whether or not this will encourage her to continue along the same path , I cannot say . nevertheless , I would like to commend her on her work .
+the second point I would like to make is that we would have preferred it if the guidelines had been added to the regulation in the form of an annex , as we and Mrs McCarthy , as rapporteurs for the general regulation , had asked .
+unfortunately , this did not happen . Mr Bernié is not to blame for this as it was a matter for the previous committee .
+I am raising the issue just to reiterate Parliament &apos; s position .
+thirdly , we broadly agree on the general guidelines provided they do not deviate from the comments we have made so far .
+they are particularly beneficial to the Member States , and I would particularly like to draw your attention to the emphasis the Commission has placed on the issues of sustainable development , job creation and , more particularly , on equal opportunities and transport issues .
+personally , I at least am totally in favour of the guidelines .
+as an islander , however , I would like to express my dissatisfaction at the lack of recognition of island development .
+this is not the first time that this issue has not been given the consideration it deserves . this has been an ongoing concern for the five years that I have been a Member of this Parliament , and I have raised the issue time and time again .
+Commissioner , we shall continue to raise the issue , as Article 158 , paragraph 1 , of the Treaty of Amsterdam provides for an integrated policy for islands .
+therefore , the Commission should address the issue once and for all .
+the time has come to implement the programmes , and so Member States should also assume their responsibilities and do their jobs properly .
+as for us in Parliament , I would like to remind you of the code of conduct between the Commission and Parliament which was signed in May .
+I am absolutely certain that this code will be observed and that Parliament will keep abreast of all the developments and details concerning the implementation of the programmes .
+Mr President , Commissioner , in this minute and a half I should like , first of all , to congratulate Mrs Schroedter .
+I know many have already done so , but she has indeed earned our praise for being particularly open and attentive to proposals from all sides , and I think it is this openness which has given her report the quality we see today .
+I share the regrets she expressed , namely that Parliament has become involved rather late in the day as regards these guidelines , since by now the procedure for negotiations with the states is so far advanced that I cannot see this report having any sort of immediate effect , which in my view is a pity .
+consequently , I feel we must look to the future and establish guidelines for the mid @-@ term review in 2003 , and thus have an influence on the second phase of programming set to follow 2003 .
+in brief , I would like to say that we are entering the period when we are called upon to manage the programming for 2000 @-@ 2006 , which must be no routine period for the good reason that we have two major challenges to face .
+the first is the harmonisation of national development policies and regional development policies .
+subsidies are not enough to ensure development when infrastructure and public services are lacking .
+we must ask ourselves a fundamental question : how can we ensure that Union policy interfaces with the subsidiary national policies for regional development ?
+the second challenge is that of enlargement which will , of course , have a considerable impact , both in budgetary and geographical terms .
+these are two areas of action which I invite the Commissioner to set up and in which I would ask him to involve us .
+finally , in this time of natural disasters , I would just like to mention the issue of the use of Structural Funds .
+as you know , it is up to each State to redistribute part of the total appropriation .
+Europe should not be completely absent , as the states tend to want .
+public opinion and the press nowadays accuse us of being unavailable to give a response , even though we are going to be funding a large proportion of the national operations .
+I think we should be capable of saying this loud and clear .
+I also think we should ensure , or ask Member States to ensure , that there is some publicity given to European aid whenever it is used to repair damage caused by natural disasters or accidents .
+Mr President , the priority given to financial and monetary criteria reinforces the increase in inequalities of every shape and form .
+as far as French planning experts are concerned , for example , the most probable scenario today is that of the entrenchment of regional disparities within each country .
+well , the Structural Funds have helped to apply a brake to this process .
+our project of a Europe that aims to satisfy social needs envisages the convergence of living conditions towards the highest common denominator .
+its implementation would certainly require extending the scope of redistribution instruments such as the Structural Funds .
+what we are proposing specifically is a unified capital tax , which would make it possible to boost the funds used to support the harmonisation of social protection systems and the reduction of working hours at European level .
+the Commission , however , though bound to issue guidelines , does so only reluctantly and in a vague manner .
+the report put forward today re @-@ establishes its place in the political sphere .
+it is one of the steps towards a policy of employment and sustainable development .
+this is what persuades us to vote in favour of it .
+Mr President , I too would like to congratulate the rapporteur on her excellent work .
+over the coming years , faced with the challenges of globalisation and eastward enlargement , Europe will , more than ever before , require appropriate detailed guidance on how to plan and revitalise its economy .
+to this end , Europe as a whole , and each Member State individually , will have to make optimum use of all available resources and capacities , including the Structural Funds .
+for this to be possible , what we need from the European Commission are not just good intentions , but clearer guidelines and a firm commitment to monitoring the way these resources are used by the Member States .
+for example , in recent years Italy has had problems in utilising the Structural Funds , mainly because of excessive bureaucracy , insufficient information and a lack of involvement of economic and social operators at local level .
+I will conclude , Mr President , by saying that the failure of the Commission &apos; s communication to focus on territorial pacts and , especially , methods of combating unemployment among women and young people , is cause for serious concern .
+Mr President , like my colleague Mr Evans , it is a particular pleasure to rise and make my first speech to this House on this very important issue , especially since I represent a part of the United Kingdom , the West Midlands , which has hitherto benefited from Objective 2 funding in particular .
+but the report before the House tonight is a prime example of how , if we are not very careful , we can produce very grandiose @-@ sounding ideas that lack the substance to make them relevant to the people who benefit directly from them .
+the report itself is well @-@ intentioned but , as so often when we deal with these issues , lacks clarity of purpose and a sound basis for operability .
+that is why I and my Group are proposing three key amendments and additions to the text , not to take anything away from the proposal , but to make it more relevant to those whom it is there to guide .
+I would like to explain our thinking here .
+firstly , we are concerned with the proper use of the Structural and Cohesion Funds .
+past experience dictates that , as the elected representatives of the European taxpayer , we should , and indeed must , demand financial probity and transparency in the disbursement and auditing of this money , hence our amendments and additions relate to achieving what are known as &quot; value for money &quot; indicators in the grant @-@ giving process .
+next , we all too often see vast sums of money being spent on projects whose outcomes will necessarily be unclear at the start of the programme period .
+but at the mid @-@ way point or end of that period there is no effective way of terminating the project if it has not proved successful .
+our additions therefore call for the provision of practical enforceable exit strategies so that not only can we have the requisite insurance against ongoing costs which are often loaded onto the taxpayer , but we also avoid the well @-@ rehearsed syndrome of throwing good money after bad .
+finally , we call for a change to the balance and method by which the funds are disbursed .
+there should be greater involvement of the private sector which will introduce financial reality as a perspective within the funding equation .
+also the type of project funded needs to be shifted away from small @-@ scale revenue @-@ based projects , which are hard to monitor , towards capital schemes where , in the majority of cases , the benefits are there for all to see .
+that way the much @-@ trumpeted need for transparency in the use of these funds and the temptation to draw unnecessarily in the longer term on the local tax base in areas where such projects are located will be diminished and the European Parliament will show how seriously it takes the need for such reform .
+I urge the House to support these changes .
+Mr President , Commissioner , I too would like to commend the rapporteur on her report , which is a meticulous and substantive piece of work .
+the European Union &apos; s structural and cohesion policies are , without doubt , essential tools for creating the right conditions with a view to tackling and reducing the levels of economic and social disparity between the regions .
+despite the steps taken thus far , these levels are still very high , and are unacceptably high as regards unemployment .
+these policy objectives can only be achieved through their careful coordination and organisation on the basis of well thought @-@ out and sensible guidelines .
+let us not forget that when these policies are effective , they also benefit European citizens by directly improving their quality of life .
+let us not forget either that greater consideration should be given to the islands and remote regions of the European Union because their geographical location is a hindrance to their economic and social development , unless of course the Commission is intending to build bridges or underwater tunnels linking them to the European mainland .
+in closing , I would like to point out that the structural policies as a whole require greater flexibility so that they can adapt to changing circumstances and thereby respond to the new challenges and opportunities of the new millennium , for which we all hope for the best .
+Mr President , Mrs Schroedter &apos; s report undoubtedly contains several important observations , and I would like to congratulate her on that .
+however , I feel that we should be a little more concerned about the actual direction and outcome of the Community &apos; s regional policy .
+quite briefly , structural policy does not ease the problem of mass unemployment in any way , rather it aggravates it .
+the agricultural economy and agricultural regions have been irreparably damaged by the existing regional policy , which has had dramatic consequences on employment levels in rural areas and on the living conditions of farmers , particularly in the South .
+regional disparities are becoming much more marked within the Member States .
+if we examine the data presented in the sixth periodic report , we will see that the last decade has witnessed a proliferation of regional disparities .
+little consideration , if any at all , has been given to the great problems facing the island regions of the Union whose shortcomings as regards infrastrucutres structure , transport , communication and energy has resulted in their gradual depopulation .
+the Union &apos; s economic and social policy is just as much to blame for that as its regional policy .
+a large section of the Union &apos; s population has strongly condemned this policy for being dangerous and anti grass @-@ roots .
+unfortunately , the new guidelines seem to be heading in the same direction and there are no signs that things will change once they have been implemented .
+Mr President , I would like to say a few words in order to highlight two points made in these reports which are of fundamental strategic importance to the way we see the Union .
+the first is the fundamental , central importance that we continue to give to the principle of economic and social cohesion .
+we are concerned to hear news that the Commission is taking this objective less seriously .
+we still feel that economic and social cohesion is one of the Union &apos; s fundamental objectives .
+secondly , I agree with what has already been said on the issue of the islands and I would also like to bring the outermost regions to your attention .
+in future , we would like to see greater ambition applied to the subject of the outermost regions such as , in my country , the islands of the Azores and Madeira .
+I would like to ask if the Commission is able to enlighten us on the reasons for the delay in the Commission &apos; s report on the outermost regions , which has been long awaited by Parliament ?
+Mr President , first of all I would like to thank the rapporteur , not least for being willing to include in the report the suggestions we made .
+Mr President , Commissioner , the guidelines are intended to help steer the Member States towards achieving the reform objectives contained in the programmes .
+however , contrary to their claim to provide guidance , the Commission &apos; s proposals in this respect are reminiscent to a far greater extent of a catalogue of possible measures within the scope of the various policy areas .
+nonetheless , their true purpose is to give direction and to set priorities .
+I am particularly in favour of a proposed amendment tabled by my Group to paragraph 10 , to ensure an appropriate level of private sector involvement in the planning and implementation of the projects .
+I should be very grateful , Mrs Schroedter , if you would actually include this proposed amendment in the part relating to subsidiarity in your positive deliberations .
+Mr President , Commissioner , in the Committee on Employment and Social Affairs , we upheld unanimously the criterion that it was of strategic importance and a matter of priority to support the interventions of the Structural and Cohesion Funds which are working for a better opportunity for jobs for the unemployed and for equality between men and women .
+unfortunately , the excellent Schroedter report did not take account of this criterion , despite the fact that there is considerable evidence to show - as we shall see later in the Berend report - how , in fact , these funds are providing splendid assistance to the most backward regions in order to bridge the gulf that separates them from Europe &apos; s most highly @-@ developed regions .
+they are growing , but only in terms of GDP .
+they are increasing in competitiveness but they are not all experiencing an increase in wealth because there is no increase in employment and there are still differences in employment opportunities between regions .
+Commissioner , please read the opinion of the Committee on Employment and Social Affairs and treat it as a matter of priority , because this is our citizens &apos; greatest problem .
+please take account , in strategic terms , in the revision and in the allocation of reserves , of employment needs , because this , fundamentally is what the Structural Funds and the Cohesion Funds require .
+Mr President , it is important that the guidelines head in the right direction and that they guarantee the effectiveness of the programmes of the crucial seven @-@ year period 2000 @-@ 2006 so as to ensure sustainable development and job creation , particularly for women and young people , and ensure a balance is struck between economic and social policy and regional policy .
+it is particularly important to address those serious issues concerning urban areas , employment in rural areas , aid to agricultural regions and equal development opportunities for the islands of the European Union and for the Greek islands which , of course , comprise half of the islands of the Union , as stipulated in Article 158 of the Treaty .
+cohesion policy needs to be strengthened further because a Europe which totally disregards the standard of living in its regions can neither be reliable or viable .
+Mr President , ladies and gentlemen , I would like to express my great interest in listening carefully to the comments , occasional criticisms and suggestions that some of you have just made in your speeches with reference to Mrs Schroedter &apos; s report .
+so , ladies and gentlemen , I should like in a moment to return to the role and structure of the guidelines before mentioning the principal comments and criticisms that you , Mrs Schroedter , and the various Members of this House , have made .
+regarding the role and structure of these guidelines , Mr Hatzidakis , Mrs Schroedter and Mrs McCarthy mentioned that the purpose of these guidelines is to assist national and regional authorities in preparing their programming strategy for each of Structural Fund Objectives 1 , 2 and 3 as well as their links with the Cohesion Funds .
+this means putting forward the Commission &apos; s priorities , based on past experience in implementing the programmes , as well as current Community policies relating to structural operations .
+the objective is that these priorities should contribute to the better use , to the optimum and efficient use , as some of you have wished , of Community involvement , including , Mr Bradbourn , using , if necessary , the performance reserve which is specifically intended to encourage the optimum and efficient use of European public monies .
+when I speak of optimum utilisation , I am referring both to the national and regional levels . and so , Mr Seppänen , I shall also mention at this point , speaking of the national level , the link with the Cohesion Fund .
+this is the purpose of these guidelines .
+regarding their content , as you know , ladies and gentlemen of this House , they are focused on three strategic priorities that your rapporteur pointed out very clearly but , at the same time , very passionately , as I understood her presentation just now .
+the first priority is to improve the competitiveness of regional economies in order to create , in all sectors , but especially in the private sector , as Mr Berend said , the maximum number of serious , worthwhile and permanent jobs , the competitiveness of regional economies , all regional economies , and in particular , Mr Evans , that of Wales , but not only of Wales .
+and , because there are a number of you who have just pointed out what appeared to you to be an omission , let me also add the regional economies of the European regions handicapped by their distance from the centre , be they remote regions , island regions or , of course , the most remote regions which are , naturally , the most distant .
+perhaps I may inform Mr Ribeiro e Castro , who asked me about this , that , as I wrote to the presidents of each of these most remote regions , the Commission did indeed request an extension of several weeks before publishing its anticipated report .
+concerning the most remote regions , it was only quite belatedly that we received the memorandums from the various governments , but this is not necessarily an excuse , just an explanation .
+we must therefore take these memorandums into consideration and produce an extremely thorough piece of work .
+I myself took part in a meeting of the most remote regions on 23 November and , within the College , we considered that we would need several more weeks before being able to produce a report that dealt appropriately with the extremely serious problems and lived up to the expectations of these most remote regions . I would thank you for your understanding in this matter .
+so that is the first priority , the competitiveness of regional economies .
+the second priority , which several of you have stressed , Mr Puerta in particular , but there were others , not that I am mentioning them in any order of priority , is the strengthening of social cohesion and of employment , particularly by raising the profile of human resources far more so than in the past .
+in fact , the guidelines take two horizontal principles into account . the first is rural development , and let me say , Mrs Schroedter , that I am including in rural development the matter of sustainable transport , an issue I have been involved in personally for a long time .
+I particularly remember the time when I was Minister for the Environment in my own country . the second principle is that of equal opportunities , particularly for men and women , as well as the European strategy for employment and the context of economic and monetary Union .
+finally , and in order to respond to the concerns which you have expressed in this House , particularly yourself , Mrs Schroedter , in these guidelines we recall the importance and the definition of integrated strategies , for development or redevelopment , which , of all the priorities , offer the maximum opportunity to synergy , to the measures undertaken and to the establishment of a decentralised partnership .
+you expressed some concern about what might look like a lack of reference to this partnership , yet there is a clear reference to it on page 5 of the guidelines .
+these are the reasons why the guidelines are presented according to thematic priorities , since they must be taken into consideration , under each of the objectives , to different extents in accordance with the specific situations of each of the Member States and regions .
+I should now like to respond briefly to a few of the comments you have made , ladies and gentlemen , and firstly on procedure .
+it is true that consultation with Parliament has only come about at a late date .
+let me remind you that when the guidelines were adopted by the Commission , in the form of a draft in February 1999 , in line with a new procedure intended to make it easier to present comments on this text , my predecessor , Mrs Wulf @-@ Mathies , presented them to Parliament immediately .
+due to the elections to the European Parliament taking place around this time , however , Parliament was not able to undertake its examination of these guidelines until after the text had been definitively adopted , in July 1999 .
+here in this Chamber , ladies and gentlemen , among you , I wish to assure you that in the negotiations for the programmes which are only just beginning - Mr Hatzidakis asked me a question about this - as far as Member States are concerned , your observations will certainly be taken into consideration .
+and let me assure you , furthermore , that when the Commission adopts the guidelines with what we call the mid @-@ term review in mind , in line with the regulations , then the point of view of this House , as expressed in this report , will also be taken into account .
+now to the form .
+on the subject of the role of the guidelines , Mrs Schroedter , you pointed out that this is the context in which guidelines on a number of European objectives , often very precise ones , should be provided .
+I shall not list them all , but they include implementing intersectoral policies , increasing efficiency in the use of public funds , assisting the various partners in drawing up regional or national programming together , etc . the Commission takes note of these , but several of these guidelines or these questions are related more to other documents , such as the Guide to the Reform of the Structural Funds or the methodological working document .
+drawing to a close , I should like to focus on a number of challenges which you reiterated , Mrs Schroedter .
+I am thinking , for example , of the idea that these guidelines are not specific enough in their recommendations .
+this claim that your report makes must be seen in the context of last spring &apos; s negotiations .
+the Commission kept to the actual text of Article 10 of the Structural Funds regulations , which stipulates that the aim of these guidelines is to provide Member States with broad , indicative guidelines on relevant and agreed Community policies .
+I actually quoted the text itself , in quotation marks .
+moreover , the guidelines may not substitute for the programming or the ex ante assessments which must be the tool used to specify priorities and the effectiveness of these programmes .
+you then mentioned , Mrs Schroedter , the section of the guidelines relating to urban and rural development , pointing out that urban development was not sufficiently taken into consideration .
+I find the opposite the case .
+I wish to confirm the great importance the Commission attaches , and shall attach , to the urban dimension of our cohesion policy .
+indeed , I had occasion recently to say as much to all the ministers responsible for urban policy at a meeting in Tampere .
+as regards rural development , which a number of you brought up , particularly Mrs Redondo Jiménez , the guidelines are in line with the twofold objective mentioned by your rapporteur : a strong agricultural sector linked with increased competitiveness in rural areas , but also protection of the environment and Europe &apos; s rural heritage .
+it must , however , be stressed that the guidelines under discussion are related only to the Structural Funds , whose Objectives 1 and 2 specifically adopt the diversification of rural society as a priority .
+and indeed , on the subject of the balance of rural society , let us not forget that there is also the new rural development policy cofinanced by the EAGGF Guarantee Section , aimed at promoting reform in European agriculture and supporting the multifunctional aspect of agriculture .
+at this stage , I would simply like to say that I would like to see it integrated into the programming for Objective 2 rural areas , in the way that the EAGGF Guidance Section is for Objective 1 regions .
+in any event , I appreciate the vigilance of your Committee on Agriculture and Rural Development in this matter .
+I shall therefore reserve the right , if you permit , sir , to give you my own opinion , which , to a great extent , matches your own recommendation regarding what action we might take to combat the oil spillage using Objective 2 .
+I shall remind you that the Commission is going to be approving the Objective 2 zoning plans for France , Sweden , Austria and Luxembourg tomorrow .
+we shall then have an appropriate tool for working , particularly in the majority of the regions affected by the storms .
+indeed , this is my reason for paying a personal visit the day after tomorrow to two of the French departments which have been severely disabled by the storms .
+in conclusion , with thanks for your understanding , Mr President , I should like to thank you , Mrs Schroedter , for the quality of your work and that of the committee , and to tell you that I am very pleased , apart from a few differences in our assessments of the role of the guidelines .
+we have discussed this and I have attempted to clarify my point of view . I am very pleased with the level of support offered by your House to the Commission in establishing these guidelines , which have been submitted to the Member States for information when establishing their own programmes .
+this can only reinforce the concept based on a number of elements of good practice drawn from our experience of the current 1994 @-@ 1999 programmes .
+I feel this augurs well for effective cooperation between our two institutions , at this time when programming for the period 2000 @-@ 2006 is being undertaken , good joint working practice , which is , Mr Hatzidakis , backed up by something I am very attentive to : observance of the code of conduct which links our two institutions .
+the debate is closed .
+the vote will take place tomorrow at 12 p.m.
+social and economic situation and development of the regions of the Union
+the next item is the debate on the report ( A5 @-@ 0107 / 1999 ) by Mr Berend , on behalf of the Committee on Regional Policy , Transport and Tourism , on the sixth periodic report on the social and economic situation and development of the regions of the European Union &#91; SEC ( 99 ) 0066 - C5 @-@ 0120 / 99 - 1999 / 2123 ( COS ) &#93; .
+Mr President , Commissioner , this sixth periodic report on the social and economic situation and development of the regions of the European Union constitutes a milestone in the analysis of regional data and highlights the progress made in this area since the issue of the fifth periodic report .
+I consider , however , that the mention of any real convergence of average regional development levels in Europe offers a somewhat over @-@ simplified view of the situation and , unfortunately , this is often the message taken up in the press and in some speeches .
+the Commission report generally relativises this observation , particularly when it refers to the social and economic situation of some regions of the Union in which I have a special interest , by which I mean the French overseas departments and , more generally , the most remote regions .
+in this respect , I am pleased to see that the Committee on Regional Policy , Transport and Tourism has adopted one of my amendments calling on the Commission to devote a specific chapter in its next report on cohesion to the special case of the most remote regions and , more specifically , to consideration of the impact of the measures shortly to be adopted under new Article 299 ( 2 ) of the Treaty of Amsterdam .
+finally , in my view , this sixth periodic report presents interesting arguments from the viewpoint of a real project for the balanced sustainable development of Europe , particularly when it outlines the importance of relations between the central areas of Europe and its more remote regions .
+even if the Commission is still reluctant to say so in too explicit a fashion , its periodic report demonstrates the urgent need to promote polycentric development of the Community area through the Union &apos; s structural policies and within the scope of the approach initiated by the SEC .
+Mr President , the Group of the Party of European Socialists in this Parliament agrees with the report that Mr Berend has just presented and congratulates the author , both on the quality of his conclusions and on his flexibility , which ensured that the different groups were able to incorporate amendments in committee .
+the European Commission &apos; s sixth report presents very valuable conclusions .
+I shall summarise two of those highlighted by the rapporteur , one positive and one negative .
+the first is that important advances have been made in regional and social cohesion throughout the Union and that the Community Funds have been a major , although not decisive , factor in reducing regional inequalities .
+the negative conclusion is that the great effort made has been more efficient in harmonising the European regions &apos; GDP and productivity than in harmonising its levels of unemployment .
+it is therefore necessary to link structural financing more closely to job creation .
+this , Commissioner , is the first commandment for the coming period .
+thus , Mr President , I ask my fellow Members to approve this report and I ask the Commission , as other speakers have done , to take good note of the conclusions of their sixth periodic report when they address the programming for the period 2000 @-@ 2006 .
+Mr President , Commissioner , I would first like to thank the rapporteur for his excellent work and for having taken due account of the proposed amendments while the committee was debating it .
+the sixth periodical report gives a basis for assessing the implementation of the Union &apos; s regional policy aims . the report shows that growth has been uneven , despite all our efforts .
+very rapid growth is continuing in Central Europe . the strongest regional centres also continue to grow faster than the general European average , whereas many southern European and northern areas are developing considerably more slowly .
+we now require an in @-@ depth analysis of why regional policy is not producing the desired result in all areas .
+is the reason bureaucracy or is it because insufficient notice has been taken of interregional differences , long distances , climates that are too cold or too hot , sparse populations and austere conditions ?
+how can the Union respond to the challenges of global development in a way that the less developed areas can remain a part of that development ?
+it is also important to discover what the effects of Union enlargement will be on Structural Funds and the development of the Union &apos; s more remote areas .
+the Member States must also bear in mind their responsibility .
+some Member States have been in breach of the principle of subsidiarity and cut national regional funds when regional aid coming via the Union has been increased .
+this has chipped away at the results that regional policy has produced .
+in the future , we must also develop indicators so that measures can be targeted at the right time at the right place .
+for example , uncontrolled migration has not been given sufficient consideration .
+in this connection , too , weight has to be given to the decisive importance of SMEs as employers and forces behind regional development .
+it is absolutely essential that companies in areas developing more slowly adopt the latest technology and know @-@ how .
+our Group is in favour of adopting this report .
+Mr President , Commissioner , the European Union &apos; s regional policy has , until now , not been able to interpret , in any significant way , the existing differences in our inhabitants &apos; incomes .
+we have a serious situation in which in the European Union today , there is a genuine link between unemployment and poverty , as demonstrated by the very worrying fact that unemployment has reached , on average , 23.7 % in the regions worst affected , regions which also happen to be poor areas , whilst in the 25 regions with the lowest unemployment , corresponding to the richer areas , unemployment stands at just 4 % .
+Mr President , Commissioner , Mr Berend &apos; s report is precisely in line with the strategy determined by the European Commission inasmuch as the question of increasing competitiveness is brought right to the fore .
+the overarching objectives of the structural funds such as job creation , boosting equality of opportunity , increasing the sustainability of employment and development , are only mentioned in passing .
+this attitude appears to me to be unjustified . I would also ask that a great deal more emphasis be placed on these points in the seventh periodic report .
+this does not mean that I do not see the need for competitiveness , particularly as I myself am an entrepreneur in an Objective 1 Region , that is in Brandenburg in the Federal Republic of Germany , and am only too aware of the problems and concerns of small and medium @-@ sized enterprises .
+it is absolutely crucial that parallel temporary measures be introduced in the Objective 1 Regions , that is to say job creation measures , special programmes for supporting employment opportunities for women and initiatives to help people set up their own business .
+they are supported by appropriate European Union structural fund activities .
+supporting only the competitiveness of companies will never be able to compensate for the envisaged cohesion between economic and social development , simply because there is no basis for a self @-@ supporting upturn in these Objective 1 Regions .
+after all , the knowledge that economic development alone does not help to combat unemployment substantiates the fact than an increase of at least 3 % in gross domestic product is needed to create any additional jobs at all .
+concentrating to the exclusion of all else on supply and demand @-@ orientated economic policy is not the answer .
+and those that do pursue such a policy must invest in expansion for the most part and , to a lesser extent , in rationalisation .
+it is imperative for this to go hand in hand with a demand @-@ orientated economic policy if we are to have any chance at all of improving the social situation in these areas .
+the situation varies to an enormous degree throughout the regions .
+in other words , what is needed is a number of accompanying measures if anything at all is to be accomplished there .
+for example , these would be measures for vocational training , for further education , for re @-@ integrating people who have already been excluded from the production process , for the flexibilisation of working time and working time arrangements , in order to bring about a definite improvement in the integration of personal and social aspects and perhaps also to promote employment opportunities for women again .
+Mr President , my compliments to the rapporteur for his in @-@ depth report .
+the key goal of the structural funds is to strengthen social and economic cohesion between the regions within the European Union .
+by stimulating a diversity of investments , the European Union is endeavouring to increase the GDP per capita and to boost employment .
+from the sixth periodic report on the regions , one can draw the hesitant conclusion that these incentives do not always have the desired effect .
+the efforts made in order to drive up the GDP per capita in Objective 1 regions do not always result in such an increase , not really a satisfying result over a period during which , certainly over the past couple of years , there has been economic growth .
+as indicated by the rapporteur , the effects of the structural measures , on the other hand , are minimal as far as employment is concerned .
+some reservation about the effectiveness of Community aid is therefore called for .
+also , the observation that the disparities between regions within Member States sometimes even become more pronounced raises serious questions .
+Mr President , it therefore seems worthwhile and necessary to focus attention on both national and regional authorities , especially in connection with boosting employment .
+it is , after all , they who have most knowledge about the regions which fall under their remit .
+by allowing them to develop tailor @-@ made plans for the relevant regions and , if necessary , tying this in with financial aid , a higher return can be achieved .
+surely this must be the ultimate goal .
+I am therefore in favour of the Commission delegating the practical details and implementation of measures to the Member States and regions .
+following on from this , it is probably also more meaningful , with regard to the financial aid to regions , to give Member States more say anyway .
+by shifting the criteria from the regions to the Member States , we can avoid a great deal of problems later on .
+finally , I would like to draw attention to the position of the Central and Eastern European countries .
+the report shows that , in general , they are a long way behind EU countries , especially in terms of GDP per capita .
+with the planned accession of a large number of these countries in the foreseeable future , it is a matter of urgency to review the current structural policy .
+I would like to take this opportunity to follow the example of others and call on the Commission to submit proposals for reform sooner rather than later .
+Mr President , Commissioner , following close scrutiny of this report one cannot escape the conclusion that it was possible to fulfil the stated objective of the structural policy only in part .
+for example , whilst the disparities between the regions have increased rather than decreased , there has been a certain amount of convergence between the Member States themselves in this respect .
+equally , unemployment levels in the worst affected regions barely fell at all , indeed they rose in some cases .
+I wonder why it is that the structural funds are not employed more efficiently .
+even the accumulation of money from the cohesion funds and the structural funds has failed to have the desired effect in all regions and countries .
+since it is the declared aim of all politicians throughout Europe to reduce unemployment , then one must pose the critical question as to whether the policy employed is the right one or whether it would not be more appropriate to boost the competitiveness of the regions by appropriate measures such as increased support for research and development , improvements in infrastructure and raising the level of training .
+genuine structural reforms and a competition @-@ friendly taxation policy are the cornerstones of a successful economic base .
+if we do not wish to stand accused of pursuing a cost @-@ intensive structural policy that does nothing to improve the unemployment situation in the long term , then the measures drawn up so far must be analysed .
+we will only be able to say that the structural policy of the Union has been a success when we manage to create a sufficient number of jobs and when there is a significant reduction in the unemployment rate .
+Mr President , Commissioner , my thanks go to the rapporteur for handling this very important report , because developments in the social and economic situation will decide to what extent the citizens of Europe will judge that we have been successful in our work .
+this issue , which has an impact on their everyday life , is a key issue as regards EU credibility .
+it has to be conceded that the EU has already aided , I would say quite magnificently , the development of poor countries .
+I remember what Portugal and Greece used to be like when I drove through those countries for the first time twenty @-@ five years ago .
+in this connection , French speakers would speak of a &quot; coup de chapeau &quot; : in other words , I take my hat off to the EU .
+the EU really deserves such a gesture , but differences between rich and poor areas within countries are still too great .
+what is the result ?
+people react by voting with their feet and go where they can earn a crust .
+consequently , we have to build schools , hospitals , and the whole infrastructure for the same people in the same country many times over .
+this is very costly and it also causes very great social problems .
+most people , however , would like to live in the area in which they were born and raised , if they were given the chance to , in other words , if there was work there .
+we must give them this opportunity .
+this is a moral obligation the EU and all of us have .
+the solution , as I see it , lies in clearly encouraging entrepreneurship .
+by entrepreneurship I do not simply mean the ownership of business , but creating will .
+I mean the attitude where a person wants to get on in life , whether he or she is an employee , the owner of a business or an official .
+what is a fair society ?
+one in which someone from a modest background can get on in life so as to make life a little easier for his or her children .
+in this way , positive development of the regions is also possible , because people will start business and will work if they are given the chance .
+finally , I would say that in this matter we should learn a lesson from America , where hard work is still in fashion and success is an indication of ability and not the object of envy , as it often is here in Europe .
+Mr President , Commissioner , as my time is limited , I shall get straight to the point .
+firstly , let me make a statement of fact : the fruits of growth are not distributed equitably within the Union .
+the most remote regions , still hard hit by catastrophic unemployment rates , offer one example of this .
+in Reunion , for example , the rate is 37 % .
+this is not a situation related to the economic climate , however ; rather it is a structural problem , created by our remoteness , our insularity , in short , our own specific personality .
+the principle of specific , exceptional treatment was envisaged in Article 299 ( 2 ) of the Treaty of Amsterdam in order to deal with such cases .
+it only remains to put this principle into practice .
+the Commission document expected to be ready in December 1999 was delayed until January , then February , and the initial thinking does not fill me with much optimism .
+I therefore appeal formally to the Council and the Commission .
+as regards taxation , state aid , the Structural Funds and defending our traditional products , practical measures characterised by daring and ambition must be planned as a matter of urgency .
+if these do not materialise , then , unfortunately , convergence and cohesion will remain no more than words for us , and it is to be feared that the structural policy undertaken in our regions , despite the size of the amounts committed , will end in failure .
+thank you very much , Commissioner .
+the debate is closed .
+the vote will take place tomorrow at 12 p.m.
+( the sitting was closed at 8.25 p.m. )
+adoption of the Minutes of the previous sitting
+the Minutes of yesterday &apos; s sitting have been distributed .
+are there any comments ?
+Mr President , I respond to an invitation yesterday afternoon by the President of the House to speak on behalf of my group on a matter referred to in the Minutes .
+I refer to item 11 on the order of business .
+firstly , I believe the issue raised by the President of the Socialist Group yesterday about the reinstatement of the debate with the President of the Commission on the five @-@ year strategic programme was sufficiently important for other speakers who wished to comment briefly on that matter to have been accommodated .
+I wish to express that view even if I respectfully disagreed and voted against the proposal of the President of the Socialist Group .
+the second point I would like to make - and which I would have wished to make yesterday before the vote - is that this Parliament , as other speakers remarked yesterday , can only really have an effect if it works in close cooperation and synergy with the European Commission .
+there is one basic lesson I would like us to learn from this .
+when there are major set @-@ piece debates scheduled between this House and the European Commission in the future , we should clear all of our lines on what are our mutual expectations at least one full working month in advance .
+there needs firstly to be clarity between all of the groups of this House and then between this House and the Commission .
+we should not find ourselves late in the day in the unfortunate position where the one or other institution creates an unnecessary fracture in institutional relationships .
+looking at some of the press reports of last Friday , I believe that the Commission and its President exercised commendable self @-@ restraint in the way they commented publicly .
+that is something for which I have a deep appreciation .
+I hope that we will learn the lessons and not repeat this unnecessary exercise which I believe was founded on a misapprehension as to what was expected rather than any bad faith on the part of either of the two institutions .
+it should not be dramatised into something more than that .
+thank you very much , Mr Cox .
+I understand what you are saying .
+we have taken note of this .
+Mr President , concerning item 11 of the Minutes on the order of business , we agreed yesterday to have the Bourlanges report on today &apos;s agenda .
+however , it was withdrawn from the Committee on Budgets last night without being discussed or voted on .
+it therefore needs to be withdrawn from today &apos;s agenda .
+Mr Wynn , that makes sense .
+the report is hereby withdrawn from the agenda .
+Mr President , regarding Mrs Lynne &apos;s comments yesterday about health and safety in this building , I presume she was talking about the drains because there is a dreadful smell of drains on the fifth floor in the Tower .
+this needs to be looked into because it is clearly an indication that something is seriously wrong .
+I do not want to drag up the issue of this building endlessly , but this is a serious problem .
+Mrs Ahern , we have taken note of this .
+I would ask you to bring this specific case , which has to do with the ventilators on a particular floor , to the attention of the Quaestors , who are , in fact , responsible for the matter .
+we will also pass this on to our services , however .
+thank you very much .
+( the Minutes were approved )
+reform of European competition policy
+the next item is the joint debate on the following reports :
+A5 @-@ 0069 / 1999 by Mr von Wogau , on behalf of the Committee on Economic and Monetary Affairs , on the Commission White Paper on modernisation of the rules implementing Articles 85 and 86 of the EC Treaty &#91; COM ( 1999 ) 101 - C5 @-@ 0105 / 1999 - 1999 / 2108 ( COS ) &#93; ;
+A5 @-@ 0078 / 1999 by Mr Rapkay , on behalf of the Committee on Economic and Monetary Affairs , on the European Commission &apos; s XXVIIIth Report on Competition Policy 1998 &#91; SEK ( 1999 ) 743 - C5 @-@ 0121 / 1999 - 1999 / 2124 ( COS ) &#93; ;
+A5 @-@ 0087 / 1999 by Mr Jonckheer , on behalf of the Committee on Economic and Monetary Affairs , on the seventh survey on state aid in the European Union in the manufacturing and certain other sectors . &#91; COM ( 1999 ) 148 - C5 @-@ 0107 / 1999 - 1999 / 2110 ( COS ) &#93; ( Report 1995 @-@ 1997 ) ;
+A5 @-@ 0073 / 1999 by Mr Langen , on behalf of the Committee on Economic and Monetary Affairs , on the Commission Report on the implementation in 1998 of Commission Decision No. 2496 / 96 / ECSC of 18 December 1996 establishing Community rules for State aid to the steel industry ( Steel Aid Code ) . &#91; COM ( 1999 ) 94 - C5 @-@ 0104 / 1999 - 1999 / 2107 ( COS ) &#93; .
+Mr President , Commissioner , today we are engaged in an important debate about the European Union &apos; s competition policy .
+we are debating a highly controversial modernisation proposal for European monopolies law , that is Mr von Wogau &apos; s report , and it is far more controversial than the vote in the Committee on Economic and Monetary Affairs may have given us reason to believe .
+I want to make it quite clear that in this specific case I personally consider the Commission &apos; s proposal to be wrong and feel that it remains to be seen as to whether we are truly justified in using the term &quot; modernisation &quot; to describe the content of Articles 81 and 82 of the White Paper , or whether in this case it would be more appropriate to use the expression &quot; retrograde step &quot; .
+however , we are also discussing the aid report today and the general competition report for 1998 , and my contribution to this joint debate relates to the latter .
+but , of course , both the competition report and the aid report share common ground in this White Paper .
+it is all about the need for modernisation and the future viability of the European competition policy .
+on reading both Commission documents , one learns that 1998 was the year in which the modernisation proposals introduced in 1997 were pursued and even partially completed , which is something our own ongoing parliamentary work has taught us .
+allow me to make two fundamental comments at this juncture . as the competent authority , the Commission , with its logically consistent approach , has again and again served the cause of freedom of competition , not always to the delight of the Member States or enterprises concerned .
+it should continue along this path .
+but , Commissioner , none of this is to become less complicated in future - one only has to think of the challenges posed by the enlargement of the Union , the deepening of the internal market , technological progress , globalisation .
+indeed , it is not just about modernisation of Community law , more than anything it is about transparency of decisions taken in individual cases , about the possibility of decisions actually being able to implement decisions , for the European competition policy will be dependent on the population &apos; s acceptance , together with that of the political bodies and enterprises concerned .
+only , without transparency there will be no acceptance , indeed there can be no modernisation without transparency .
+the competition report 1998 is not a bad foundation for this but , in fact , there is nothing that could not be further improved upon .
+our motion will give you a great deal of food for thought , Commissioner , but there is one point that I would just like to go into now . transparency and accountability belong together .
+I do not wish to call the distribution of competences between the Commission and Parliament into question .
+the Commission is the executive and Parliament ought to have no desire whatsoever to take on this role , for the sake of its own independence ; but Parliament is a supervisory body , and what better forum could there be in which to expound the reasoning behind one &apos; s decisions than a democratically @-@ elected Parliament , indeed an ongoing parliamentary discussion ?
+here too we should continue along the path we have chosen , strengthening and intensifying it .
+there is one thing I would like to make quite clear though . Parliament is a legislative body , but the fact that we have no more than the right of consultation in matters of competition law , of all things , is truly scandalous .
+therefore , I would urge the Council and the Intergovernmental Conference to introduce the codecision procedure into legislation in this area .
+I expect the Commission to exploit every available opportunity for parliamentary cooperation and to involve Parliament in doubtful cases , even given the Treaty status quo .
+I also expect the Commission to be pro @-@ active in supporting us in our call for codecision in legislative procedures .
+this will be a good test as to whether there is reasonable cooperation between the two institutions .
+with all due respect for the principle of competition , competition is not , however , an end in itself .
+competition is an instrument and does not always produce ideal solutions .
+at the end of the day , one of the fundamental tenets of economic theory is that the market is failing in many respects and anyone who takes issue with this is nothing more than an ideologue .
+competition should bring about balance in supply and demand and should provide for the optimum distribution of economic resources and facts .
+but optimum efficiency does not necessarily come about of its own accord .
+framework conditions are indispensable when it comes to preventing abuses , monopolies law being one example .
+but on the whole , this only serves to prevent abuses ; framework conditions alone cannot achieve socially legitimate goals in isolation .
+competition yes , restrictions in state aid where necessary and where possible .
+however , since state aid forms the lion &apos; s share of the competition report 1998 I would still like , regardless of Mr Jonckheer &apos; s report , to say one more thing about it . it is certainly possible , indeed it must be feasible for state aid to be given to small and medium @-@ sized enterprises involved in research and development for the purpose of educating them in regional and environmental policy .
+indeed it must be permissible for state aid to be provided for such purposes , provided it does not lead to unacceptable distortion of competition .
+this is precisely the area where it is even more important than it is in monopolies and mergers law for decisions to be comprehensible .
+it is not just that we should pillory state aid ; rather our approach must be one of drawing distinctions and we must assess the different types of state aid in accordance with the extent to which they help to achieve the above @-@ mentioned objectives .
+my last comment was intended not so much for the Commission as for the Members of the Group of the European People &apos; s Party .
+Mr President , Commissioner , ladies and gentlemen , the report which I have the opportunity to propose to you today is an opinion on the Commission &apos; s Annual Report on the state aid in force within the European Union and for which the Community is authorised under Articles 87 , 88 and 89 of the Treaties .
+the Commission report is essentially a descriptive report detailing the development of state aid in the manufacturing sector and certain other sectors , according to various typologies , such as the method of financing and the objectives pursued .
+to put it plainly , the level of state aid declared , roughly speaking , is generally stable during the period under discussion and comes to approximately 1.2 % of Community GDP or more or less the equivalent , coincidentally , of the Community budget for one year .
+this being the case , there are considerable disparities between states , which may be measured in various ways , such as , for example , as a percentage of added value and per wage earner .
+I think it is also interesting to add state aid and Community aid , which may be assimilated in some way into state aid .
+this clearly shows that it is the four countries which benefit from the Cohesion Fund , among other things , which come at the top of the list .
+this being the case , let me now come to the proposals made in the report .
+we note , first of all , that the committee considers the data , as presented in the Commission &apos; s annual report , to be in too aggregated a form to enable an in @-@ depth evaluation of state aid policy which is simultaneously legitimate , sensitive to national interests and extensive in terms of compliance with the rules of competition , pursuant to the actual terms of the Treaty .
+the Commission can only collate and analyse the data provided by the Member States .
+it is therefore down to the states and regions to ensure the quality of the data provided , and our committee considers that additional efforts must be made in this respect .
+it is in this spirit that our parliamentary committee for example , has championed the longstanding idea of a public register of state aid , accessible via the Internet .
+having better , more detailed information available , particularly with regard to the objectives pursued and the results recorded , must make it possible for the European Commission to itself proceed or to commission in a regular manner studies of the social and economic evaluation of national and regional state aid policies .
+and insofar as such studies already exist , to publish more openly its own comments with regard to the objectives of the Treaties , which are not only to ensure the competitivity of the European economy , but also sustainable development and economic and social cohesion .
+by stressing , primarily , the quality of the information provided , our debate in committee , and hence the report which it is my honour to present to you , avoided a simplistic response in the form of an a priori statement that the level of state aid was , in absolute terms , either too high or not high enough .
+most committee members have sought rather to find a balance between , on the one hand , the need to see that both states and businesses comply with the competition rules and , on the other hand , acknowledgement of the value of such aid with a view to contributing to the objectives of the Treaty , particularly , as I have said already , as regards sustainable development , research and development and economic and social cohesion .
+this being the case , various amendments to the rapporteur &apos; s initial draft report were adopted in committee , particularly highlighting the need for effective reimbursement of aid found to be illegal as well as the establishment of a league table of results .
+seven amendments have been retabled for this plenary sitting .
+most of them are an expression of the political differences among ourselves regarding the appropriateness and effectiveness of state aid , in view of the inadequacies , acknowledged or not , of private investment alone , the market failures or inadequacies of the market .
+there is in particular one amendment , let me point out , concerning the energy sector , which , in my capacity as rapporteur , I see as particularly important .
+I should like to conclude this presentation , Commissioner , by stressing two things : firstly , a concern of the members of the committee and , secondly , a demand of our committee .
+the concern involves the pre @-@ accession process for the countries of Central and Eastern Europe , in terms of competition policy and state aid .
+this is undoubtedly a complex issue , and one where we should like to see the Commission informing us of the latest development in the matter , particularly in terms of the capacity of the economies involved in the accession process to comply with competition rules and , as far as state aid is concerned , the need , in all probability , to have specific rules on state aid used to assist restructuring of their sectors .
+and finally , in conclusion , our demand regarding the future responsibilities of the European Parliament in the matters we are discussing , competition policy and state aid , in the context of the Intergovernmental Conference .
+as you know , Commissioner , our report argues that the codecision procedure should apply in the case of basic legislation on state aid .
+Mr President , Commissioner , my contribution to today &apos; s debate concerns the steel aid code , that is the state aid in Europe granted in accordance with this code and which was assessed by the Commission .
+there were a total of 27 cases in 1998 and the Commission submitted its own report on these .
+the ECSC Treaty is due to expire shortly .
+hence , what we must focus on today is the question as to how state aid is to be managed in future .
+the European Commission &apos; s decisions , which feature in the report , are welcomed by the European Parliament , as is the decision to ask for the money back in specific cases , thus applying Article 88 of the ECSC Treaty .
+the competitiveness of the European steel industry also forms the subject of the Commission &apos; s most recent communication , which we have not yet debated in Parliament .
+as in other sectors , the general ban on state aid according to Article 87 ( 1 ) of the EC Treaty also applies to the iron and steel industry .
+according to this article , state aid is irreconcilable with the common market , in principle .
+exemptions are only permitted in precisely defined cases .
+under Article 88 , the Commission is obliged to supervise state aid .
+in 1998 , the largest case concerned the supply of company capital totalling EUR 540 million to the PREUSSAG in Germany .
+furthermore , the Member States must give the Commission advance warning with regard to their intentions concerning state aid .
+the rules pertaining to the steel industry were drawn up on 18 December 1996 .
+these stipulate that state aid can only be awarded to the steel industry in particular , precisely @-@ defined cases i.e. those involving aid for research and development , aid for environmental protection , social security to ease the closure of steelworks and aid to help non @-@ competitive enterprises cease trading altogether .
+in addition , there is a special provision of up to EUR 50 million for Greece .
+however , there were obviously problems with the practical administration of the steel aid code over the past few years that were not brought fully to bear in the report .
+as far as Parliament is concerned , it is important for us to waste no time in getting down to a debate on the regulations that are to succeed this state aid code once it has expired .
+there must be no watering @-@ down of the existing principles underlying the steel aid code .
+no one wants an unimpeded subsidy competition in Europe .
+this would be to the considerable disadvantage of the internal market , regardless of the fact that the steel industry has undergone consolidation in the past few years .
+consequently , Parliament believes it is necessary for the steel aid code to be amended in the light of the industry &apos; s claims about unequal treatment , and for the Commission to provide the Council with follow @-@ up regulations .
+we all know that so far the Council has dragged its feet with regard to follow @-@ up regulations of this kind .
+the reason for this is that people are under the impression that once the steel aid code expires , they will be able to do their own thing again without the inconvenience of the European Commission &apos; s supervision .
+we therefore demand that once the Treaty expires , steel aid must be regulated by a Council regulation according to Article 94 , for that is the only way to create the necessary legal validity and clarity .
+this is the only way to enforce the strict ban on all aid not covered by the code .
+a Council regulation that is directly applicable law must also be observed by the regional governments .
+what we need to avoid doing in the future is compromising competition conditions and disturbing the balance in the markets .
+we also need to criticise the Commission &apos; s practice of approving multiple aid packages for steel enterprises which in their view , do not fall within the categories of the code , even given the fact that the European Court of Justice approved this unequal treatment where certain individual decisions were concerned .
+the Commission will be called upon , in a report that has yet to be compiled for the year 1999 , to give a detailed explanation of its active role in the elaboration of restructuring plans and approved exemptions , thus enabling a proper assessment of the overall situation to be made .
+once the Committee on Economic and Monetary Affairs has adopted the draft report unanimously with two abstentions , I would ask that we make full use of this opportunity , which we have ourselves created , in plenary sitting .
+Mr President , ladies and gentlemen , the internal market is not complete .
+subsidies , monopolies and barriers to competition are still impeding markets and development alike .
+national governments provide subsidies and promise that this is the last time , but then it happens again .
+subsidies distort allocations , both within and between countries .
+a successive phasing out of State aid is required , and more and more markets must be opened up to competition . this applies to those which have been turned into monopolies , both private and public .
+public monopolies are , more often than not , phased out reluctantly .
+increased competition and newly established organisations should be able to provide significant benefits in terms of welfare , including within the spheres of education , health care and social services .
+public monopolies must be replaced by competitive structures .
+Europe must be modernised , made more entrepreneurial in spirit and adapted in such a way that it becomes a more competitive environment for consumers and companies .
+effective competition pushes prices down and raises standards of living .
+it is precisely upon price levels that consumer policy has failed to focus sufficiently . in fact , competition policy and consumer policy belong together .
+the internal market is the basis for our work .
+its legislation is to apply equally to all , to large and small countries alike .
+a systematic survey of the various national regulations is needed if barriers to competition are to be dismantled . the EU &apos; s own regulations too may therefore need to be analysed .
+the new model now being tested by the Commission ought not to lead to a process of nationalisation pure and simple which would undermine the established competition policy .
+in order to be effective , it must be well anchored in the Member States &apos; national authorities .
+in six months &apos; time , it may be appropriate to carry out an analysis of the outcome and also to look more closely at the new situation &apos; s effects upon the Commission &apos; s role .
+the question of how best to make further progress has so far been solved through the idea of holding an inter @-@ institutional congress which will open up an unbiased debate adopting a broad perspective and involving representatives of different interests .
+this will provide the opportunity to establish new principles or to return to the more radical changes which have been discussed . there will also be the opportunity to find new common solutions and to analyse amendments from the committee debate .
+the law must be correctly applied in matters of competition .
+wrongly applied competition policy may cause losses in the legal sphere and interfere with the right of ownership , which is an important and basic principle we should stand up for .
+we have a quite exciting debate in front of us .
+a conference where the issues are properly debated will make it possible to straighten out misunderstandings , at the same time as perhaps improving upon certain points .
+Parliament and the Commission can together increase their efforts to achieve an effective competition policy and so create new opportunities and new resources for our citizens .
+in fact , in my own constituency of Stockholm , we have many good local examples of increased supply and improved quality which have arisen precisely because of exposure to competition in areas which were previously total monopolies .
+we would encourage a continuation of the open debate which has been strengthened in the course of consideration of the reports by Mr von Wogau and Mr Rapkay .
+we hope that the legal points of view will also be accorded the importance which is only reasonable in a state based on the rule of law .
+Mr President , as a new Member I am pleased to be able to make my maiden speech here today , even though there has been a delay .
+I would like to begin by thanking the rapporteurs Mr von Wogau , Mr Langen , Mr Rapkay and Mr Jonckheer , as well as the Commission , for their excellent cooperation .
+competition is certainly fundamental to the social market economy and European competition policy is a success story ; take the energy and telecommunications sectors , where there has been a demonstrable lowering of prices and improvement in quality of service .
+all this is to the good of the consumer .
+but we have now arrived at a point where we need to develop competition policy further .
+the Commission has put forward a new White Paper on this containing two key points : dropping the obligation to notify and retrodisplacement of law enforcement .
+dropping the obligation to notify will mean less red tape and administration costs , at any rate .
+at the same time , this change of system will also lead to more onus being placed on the individual in the business world , of course .
+it will no longer simply be a case of submitting papers and having them approved ; for one thing , each person will have to take responsibility themselves , and that is probably why there is unease about this in other quarters .
+however I believe that we should use this opportunity for Europe to set down a marker for less red tape .
+the second point relates to the retrodisplacement of law enforcement .
+if we are to create a culture of law in Europe , then there is no doubt that the law must be applied not only by the Commission , by central bodies , but also by national authorities , by national courts .
+we are not discussing the fact that although every EU law is only ever decided on centrally , it is precisely the adaptation phase where we will experience a lack of legal certainty .
+it will certainly be necessary to develop an instrument for this in the anticipated legislative procedure that will enable enterprises to enjoy legal certainty and to have recourse to the Commission in this matter .
+the way to a European monopolies commission must be kept clear , something that will certainly form a subject for future discussion .
+but we need there to be more transparency in the competition policy .
+Parliament must have more involvement and I also believe that if we were to introduce a register in which we could ascertain what state aid is being granted , then this would encourage the Member States to be more disciplined .
+however , when it comes to what the future holds for competition , there are two issues dear to my heart .
+one is subsidiarity .
+we all hold the view that competition is vital to the economy and requires there to be efficiency , and I believe we should also permit competition in the regions .
+competition between the regions will certainly strengthen rather than weaken the European Union .
+I would cite , by way of example , the issue of job creation schemes , savings banks and regional banks , and Gütesiegel .
+here , a region has , by its own efforts , created a means of marketing its own products .
+this own initiative must not be destroyed by European intervention .
+I believe there is also a need to raise the de minimis regulation .
+we should do everything within our power to force the regions into a situation where they have to compete with each other .
+my second point relates to discussion about competition and the social market economy , although I am not going to talk about market failure just now .
+I have already referred to the regional and savings bank sector , but I would just like to focus on a matter one hears again and again in certain quarters .
+these days , someone who lives in an old people &apos; s home is accommodated within the social field .
+however , I could also regard them as a customer , and I believe we should enter into rather clear and timely discussion on the ways in which the social field , that is evolved structures , stifle competition .
+apart from that , I could refer to any customers , any sector , as customers , and thereby have a highly destructive effect on social fields .
+to conclude , I would just like to say something on the principle of subsidiarity . I believe it to be of vital importance that where Member States allow regions and local authorities to raise taxes , they should continue to be able to do so and not be subject to across- the @-@ board regulation by Europe .
+thank you very much , Mr Radwan .
+I would like to congratulate you on what is referred to in German parliamentary @-@ speak , inappropriately in your case , as a maiden speech .
+Mr President , Commissioner , I am speaking on behalf of my fellow Member , Robert Goebbels , who is unable to attend due to a political commitment .
+within the Committee on Economic and Monetary Affairs , the Jonckheer report has given rise to bitter controversy on the subject of the operation of the market .
+a slim right @-@ wing majority succeeded in removing any reference to market failures .
+even if the majority in this House were to adhere to this ultraliberal idea of a supposedly perfect market , it would not make any difference to the real world .
+economic relationships in the real world adequately demonstrate that eliminating all public intervention in the market does not in any way bring about perfect competition and the optimum distribution of resources .
+while , since the dawn of time , the market has been the key forum for human interchange , it has never been perfect .
+the market favours the short term and immediate profits .
+on the market , the balance of power between supply and demand are generally to the detriment of the weakest parties , consumers and workers .
+in order to function , the market needs rules .
+the necessary and valuable spirit of initiative must be offset by a sense of responsibility towards society .
+we European Socialists are in favour of a market economy with a social purpose .
+the market is not an end in itself ; it must help to improve the human condition .
+the European Union or individual States must not take over from economic operators , but public authorities must define the rules and objectives which enable the economy to develop in a sustainable fashion .
+finally , aid can enable restructuring , offer training , save jobs and thus know @-@ how .
+the main objective of the Union &apos; s competition policy cannot be to reduce the overall level of aid .
+this aid must be aligned with the objectives of the Union , particularly economic and social cohesion , sustainable development and research .
+the Commission must track down the illegal aid and the aid which actually hinders the internal market .
+it would be a serious mistake to eliminate all public aid .
+the Internet is not a product of the market , but the result of research financed by the American army .
+the World Wide Web , which has enabled the meteoric development of the information society , was developed by CERN in Geneva , once again with public aid .
+the German Government &apos; s intervention to save the Holzmann group was criticised as an unjustifiable constraint upon the market economy .
+President Duisenberg even attempted to attribute the weakness , the entirely relative weakness of the euro in relation to the dollar to this state interventionism .
+I did not hear Mr Duisenberg criticising the intervention of the American monetary authorities to save the hedge fund , LTCM .
+wishing to save 60 000 jobs is , apparently , a sin against the market , but saving capital does not seem to present any problem for the advocates of the free market .
+public monies are used in order to repair the damage caused by international speculation , as was the case in Mexico , Asia and Brazil .
+human labour , on the other hand , is considered to be a simple factor in the equation .
+we Socialists reject the liberals &apos; naïve optimism on this point .
+we want a true culture of competition in Europe .
+the state hand must still be clearly seen to regulate the market and the Commission must act as judge .
+Mr President , Commissioner , I want to begin by thanking Mr Rapkay for a good report and constructive cooperation .
+I want to thank you , Commissioner Monti , for your outstanding cooperation and I want to tell you that , as we enter the new millennium , you have an especially important role . it is your job to tidy up the mess left by national governments .
+these may well have grand visions when it comes to competition policy , but their capacity to wreak havoc seems boundless .
+let me mention the latest examples we have seen : Holzmann , a company which receives considerable aid from the German Government ; sawmills in former East Germany ; and , especially , aid to shipyards .
+these are three areas in which many Danish companies are experiencing major problems and are being squeezed out of their markets .
+I want to say to Mr Poos that I very much agree with Mr Duisenberg that these examples show that some EU Member States are not in a position to restructure their economies and , to that extent , are helping to undermine the value of the euro .
+the Group of the European Liberal , Democrat and Reform Party has tabled 80 amendments in the committee , all concerning state aid .
+these are amendments which we believe will lead to transparency and openness , which is very important with a view to making the internal market work .
+I should like to take this opportunity to thank my colleagues on the committee for supporting the amendments tabled by the Group of the European Liberal , Democrat and Reform Party .
+as I say , our amendments concern transparency , and I should like to emphasise the amendment which urges the Commission to propose uniform criteria and conditions for the type of state aids we consider to be lawful , specifically in order to ensure that companies can predict what their situation will be .
+another issue is that of what we are to do when state aid is declared unlawful .
+how do we ensure that unlawful state aid is paid back ?
+at present , there are no common rules in this area , and we vigorously urge the Commission to make a point of harmonising the rules on repayment .
+this is the way forward if we are to ensure uniform conditions of competition .
+finally , we propose keeping both a register , as mentioned by a number of my fellow MEPs , and also a scoreboard showing where the Member States at present stand with regard to state aid .
+you have shown us the way , Mr Monti , with the single market scoreboard .
+it was this which inspired us to propose the same thing with regard to state aid .
+I very much hope that you , Commissioner Monti , will support these amendments , and I look forward to your comments and to finding out where you stand on this matter .
+to conclude , I want to welcome the Commission &apos; s XVIIIth Report on Competition Policy , on which , once again , a good deal of work has been done .
+but , as I have already mentioned , our overriding objectives ought still to be those of transparency and openness .
+there is still a need to tighten up in the areas mentioned , and there is therefore good reason for continuing to work resolutely towards solving the problems concerning the lack of transparency and openness in the area of state aid .
+this is especially necessary in relation to the forthcoming enlargement of the Union , and I should like to thank Mr Jonckheer who , in his report , has considered very thoroughly the problems associated with enlargement and with ensuring that the applicant countries are able to meet our criteria , as well as with ensuring common conditions of competition .
+as Liberals and Greens , we clearly have different opinions on how the world should look , but we are well on the way to agreement as to our objectives , and we shall try to find reasonable solutions to our problems .
+Mr President , Commissioner , there are just two questions which must be answered .
+are state aid to business or inter @-@ company agreements legitimate in a market economy , and who must supervise these exceptions to the absolute rules of the market economy ?
+regarding the first point , we say quite clearly that , in order to take into consideration the requirements of sustainable development which the European Union has endorsed , it is essential that , in some instances , there is state aid to businesses , be it in the form of tax exemptions , special taxation or even direct aid .
+it is also legitimate for there to be inter @-@ company agreements and voluntary restraint agreements , since all these agreements make it possible to reduce the detrimental effects of competition on social or ecological requirements .
+so our clear response is that , yes , such aid and such agreements are legitimate , but we say that every single one of these agreements must be expressly justified .
+the von Wogau report proposes referring supervision of the legitimacy of individual cases to national level .
+we feel this is relatively dangerous , but all the same we shall vote in favour of it because we recognise that the Commission cannot do everything .
+we demand that the greatest possible transparency should be in place and that greater powers of investigation be granted to the Commission in order to check the legitimacy of such exceptions after the fact .
+Mr President , once again we are debating the European Union &apos; s competition policy .
+but let us stop to consider the circumstances in which this debate is taking place and the conclusions to which it should bring us .
+the overriding features of today &apos; s economy are massive mergers and acquisitions involving huge companies with a market monopoly and the emergence of frighteningly powerful multinational groups .
+should we not be discussing this issue ?
+we need a competition policy which can and will introduce controls on the activities of these private @-@ sector monopolies .
+certain sectors of European industry , such as the shipbuilding industry , air transport and the steel industry , which have been hard hit by existing competition policy , have suffered tremendously .
+they have lost their status , and a significant slice of the world market and hundreds of thousands of workers have been made redundant .
+when will we debate that ?
+the scandalous concentration of power in sectors of strategic importance is giving speculative multinational groups economies the size of entire states , and Member States of the Union at that .
+and yet , we keep on weakening the public sector and we are ready and willing to tighten competition policy yet further by qualifying public procurement contracts placed with public @-@ sector corporations as state aid .
+at the same time , unemployment is spiralling as a result of the loss of hundreds of thousands of jobs .
+workers are facing a massive attack on their employment and social rights .
+consumers see their standard of living being eroded , poverty spreading and the public sector and production base in most countries in the Union being dismantled and dissolved in the name of unadulterated and catastrophic competition , in the name of the absolute market economy and the promotion of the monopolistic interests of big business .
+we consider the competition policy to be responsible for all this and are totally opposed to it .
+Mr President , Commissioner , in the course of this pivotal year , prior to the changeover to the single currency , the Commission has deployed every effort to ensure the birth of the euro in a favourable environment .
+the competition policy has , as far as these resources permitted , contributed to this event .
+for our part , we remain staunchly opposed to the single currency which , far from bringing us the advantages and flexibility of a shared currency , imprisons us in an artificial straitjacket , which has been imposed on the peoples of Europe .
+having said that , governing means planning . it also means being responsible and , in this new context which has been forced upon us , competition law naturally has an essential role to play .
+in this area , the Commission has given priority to a number of routes of action : acting on the structure of markets by actively combating anti @-@ competitive practices , by refocusing its departments &apos; supervisory activities only upon matters with a manifest Community interest and by affirming its intention to modernise competition law .
+as regards state aid , it is essential to ensure that regulations are not made more complex , and the introduction of a public register , where all aid would be recorded , does not seem advisable to us since this onerous commitment would quite naturally run counter to the attempts to simplify bureaucratic constraints .
+finally , on the subject of modernising the implementation of Articles 85 and 86 of the Treaty , we do not think that decentralised application would necessarily be going in the right direction .
+the Commission is , in fact , retaining not only the power to take matters out of the jurisdiction of national authorities , but clearly obliging the national jurisdictions to avoid disputing the decisions of the Commission at all .
+national states would thus become the secular arm of the Commission regarding observance of the application of rules which they do not control .
+in conclusion , I would say that while some measures are heading in the right direction , we shall of course remain vigilant in order to prevent the snowballing of Federalism which , if it were realised , would be to the detriment of Europe and the sovereignty of the states .
+Mr President , Commissioner , we have a basically positive view of the Commission &apos; s White Paper on competition , particularly as regards the abolition of the system of notification and authorisation , but we are also puzzled by several things .
+in this respect , we should heed the words of von Eieck , and doubtless also those of the great Italian liberal Bruno Leoni , who warned precisely against the risks of an abnormal increase in anti @-@ competition policies .
+State interference in the economy is , even today , still to blame for the most serious hindrances placed in the way of the market , competition and freedom of choice for European users and consumers .
+there is State aid for businesses - we have already discussed this , there is still a strong public presence in the economy - it is estimated that the Italian Treasury controls 15 % of stock exchange capitalisation ; governments and central banks place obstacles in the way of mergers and acquisitions ; and there has been much talk in recent weeks about Vodafone &apos; s bid for Mannesmann and the bailout of Holzmann .
+finally , Commissioner , we cannot forget that large sections of the economy are still firmly in the hands of the state , ranging from state television , which is funded on a mandatory basis by the taxpayer , and the Post Office , to some compulsory insurance schemes , including health and social welfare systems , which are managed by inefficient state monopolies which leave no @-@ one but the wealthy user with any other option .
+Commissioner , I am quite familiar with the constraints imposed by the Treaties , but I believe that , it must be emphasised once again that the European economy is finding it hard to compete with the American economy , especially because of insufficiently open markets and a lack of genuine competition .
+what is being done may well be very important , but it is still not sufficient .
+Mr President , we are holding a special debate : on competition policy and state aid , the government &apos; s right and left hand , so to speak .
+whilst the EMU criteria are forcing Member States to curb expenditure , the high level of state aid to industry has so far remained in place .
+this is understandable , because it is highly likely that Member States which start to cut back on state aid will cause companies to leave , with adverse effects on employment .
+but , at the same time , this is not understandable because bad management and non @-@ viable jobs should not be funded by taxpayers &apos; money .
+in principle , only horizontal regulations are permissible because they do not distort , or hardly distort , competition .
+the rapporteur &apos; s Amendments Nos 6 and 7 , therefore , deserve our support .
+amendments Nos 1 and 5 make reference to the phenomenon of market failure because the market instrument in itself does not result in the ideal society .
+vulnerable people find themselves hardest hit .
+market forces must be employed in a sophisticated manner to do full justice to the responsibility of citizens and companies .
+if this comes to nothing , then the government has to step in .
+the Commission &apos; s White Paper on modernising competition policy seems more like a discussion paper .
+the plea in favour of decentralisation in order to lighten the load within the Directorate @-@ General on Competition is a kind gesture , but the way in which the Commission would like to carry this through would lead to the judiciary being stretched .
+this would be at the expense of legal certainty within industry .
+does the pressure of work within the Commission really decrease when national judges are required to report to the Commission ?
+what is the Council &apos; s opinion on this and is the Commissioner prepared to completely reconsider these points ?
+Mr President , a White Paper , by definition , is not something you can take or leave .
+it is there to generate reactions and the White Paper has certainly succeeded in doing that .
+it forms a sound basis for discussion and is to be welcomed in this sense .
+I understand where the authors are coming from and I share their views .
+I also assume that you , Commissioner , want to honour the reputation of , and the work put in by , your predecessors and that your offices will pursue the same objective .
+I cannot imagine the Commission taking initiatives in order to de @-@ Europeanise or re @-@ nationalise in a thorough manner , but I have my concerns and questions nevertheless .
+firstly , these relate to the coherence of the policy &apos; s application .
+in general , I am a great defender of cultural diversity but not in terms of competitiveness within the internal market .
+the internal market needs a uniform competition policy , not only in terms of concept , but also in terms of application .
+it is true , there are some European regulations and interpretative statements on the way .
+the Commission is also said to have the right of evocation and can give guidelines to the national competition authorities .
+but I still wonder if we do not run the risk of ending up in a kind of Echternach procession where we will have to take one step back before we are able to take two steps forward .
+so , I would like to hear more about how the Commission will guarantee this uniform application in practice and whether you yourself consider the courses outlined from point one hundred onwards in the White Paper to be feasible .
+secondly , I understand the worry of industry regarding legal certainty .
+many dossiers are currently being filed with precisely this concern .
+this instrument will fall by the wayside in future .
+in the White Paper , you state that the Commission will still issue particular orders which can be used as guidelines , but what will your criteria be for granting such orders one day but not the next ?
+thirdly , I would like to know whether the Commission has looked into the effects its new approach will have on industrial strategy .
+I have particular concerns regarding the fate of SMEs which will lose part of their legal and financial protection , as is already the case , one has got to admit , within the new vertical group exemption for the distribution sector .
+fourthly , I would like to be informed of why the Commission does not choose to apply the invalidity penalty in the case of evident infringements of the competition rules .
+fifthly , with the pending enlargement , I wonder whether the candidate counties will be able to play our game .
+they are still in training , as it were .
+what guarantees do we have that they will grow into first @-@ class players in the league of the internal market ?
+sixthly and lastly , I would remind you of a point that I have already raised in my report on vertical restrictions , namely the legal privilege of company lawyers .
+if the Commission implements the White Paper objectives , it seems to me that discrimination within the internal market and between external and internal legal advisers will become more pronounced and hence even less acceptable .
+is the Commission considering taking any action to allow in @-@ house lawyers in all Member States legal privilege ?
+Commissioner , I am asking these questions as a defender of the internal market and I hope that , in this sense , we are all partners and that the discussion between these partners does not remain sterile but can bear fruit .
+Mr President , I would like , in beginning my speech regarding the White Paper , to congratulate the rapporteur , Mr von Wogau .
+the fact that the Group of the Party of European Socialists is very much in agreement with your report is clearly demonstrated by the fact that only one amendment has been presented during this procedure .
diff --git a/tests/interface/input-tsv/train2.w b/tests/interface/input-tsv/train2.w
new file mode 100644
index 0000000..ffeaadc
--- /dev/null
+++ b/tests/interface/input-tsv/train2.w
@@ -0,0 +1,2048 @@
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
+2
+0.5
diff --git a/tests/interface/input-tsv/train_align.expected b/tests/interface/input-tsv/train_align.expected
new file mode 100644
index 0000000..2de51f1
--- /dev/null
+++ b/tests/interface/input-tsv/train_align.expected
@@ -0,0 +1,25 @@
+272.57867432
+267.45211792
+245.10440063
+243.12583923
+254.65167236
+251.95730591
+259.63885498
+243.55068970
+236.45735168
+215.81468201
+212.01930237
+222.31713867
+220.01065063
+230.49443054
+219.36715698
+214.80720520
+198.64233398
+195.14010620
+205.54002380
+204.59991455
+215.78044128
+205.05665588
+201.84078979
+187.56027222
+184.19506836
diff --git a/tests/interface/input-tsv/train_align_shuffle.expected b/tests/interface/input-tsv/train_align_shuffle.expected
new file mode 100644
index 0000000..4c7909c
--- /dev/null
+++ b/tests/interface/input-tsv/train_align_shuffle.expected
@@ -0,0 +1,25 @@
+267.62625122
+260.25723267
+256.07604980
+251.13800049
+248.25172424
+242.42607117
+243.15475464
+226.86355591
+237.34564209
+228.19276428
+212.93722534
+214.65142822
+218.42727661
+213.79447937
+213.66851807
+201.51606750
+210.07385254
+198.46676636
+197.96029663
+205.45782471
+209.31356812
+201.94723511
+187.90913391
+197.95065308
+196.05712891
diff --git a/tests/interface/input-tsv/train_align_stdin.expected b/tests/interface/input-tsv/train_align_stdin.expected
new file mode 100644
index 0000000..a468d22
--- /dev/null
+++ b/tests/interface/input-tsv/train_align_stdin.expected
@@ -0,0 +1,7 @@
+272.57867432
+267.45211792
+245.10440063
+243.12583923
+254.65167236
+251.95730591
+259.63885498
diff --git a/tests/interface/input-tsv/train_align_weights.expected b/tests/interface/input-tsv/train_align_weights.expected
new file mode 100644
index 0000000..4092789
--- /dev/null
+++ b/tests/interface/input-tsv/train_align_weights.expected
@@ -0,0 +1,15 @@
+341.56268311
+328.85687256
+300.68945312
+295.04937744
+322.07330322
+306.52780151
+332.50936890
+305.94641113
+290.83953857
+265.52841187
+256.46743774
+278.98114014
+265.27020264
+292.67654419
+273.39343262
diff --git a/tests/interface/input-tsv/train_fit.expected b/tests/interface/input-tsv/train_fit.expected
index 6467eed..1c2d2eb 100644
--- a/tests/interface/input-tsv/train_fit.expected
+++ b/tests/interface/input-tsv/train_fit.expected
@@ -1,5 +1,5 @@
-212.45605469
-289.01965332
-255.60789490
-231.74517822
-277.03713989
+251.22476196
+252.45635986
+252.93251038
+258.67086792
+232.73229980
diff --git a/tests/interface/input-tsv/train_fit_stdin.expected b/tests/interface/input-tsv/train_fit_stdin.expected
index 71223fc..b9ce675 100644
--- a/tests/interface/input-tsv/train_fit_stdin.expected
+++ b/tests/interface/input-tsv/train_fit_stdin.expected
@@ -1,3 +1,3 @@
-352.16757202
-180.04814148
-248.64807129
+344.08602905
+173.01716614
+248.64839172
diff --git a/tests/interface/input-tsv/train_shuffle.expected b/tests/interface/input-tsv/train_shuffle.expected
index 3b80922..912fc9a 100644
--- a/tests/interface/input-tsv/train_shuffle.expected
+++ b/tests/interface/input-tsv/train_shuffle.expected
@@ -1,5 +1,5 @@
-187.05322266
-281.26696777
-259.14324951
-261.54815674
-250.64341736
+216.91867065
+261.72125244
+267.90841675
+266.43109131
+300.19824219
diff --git a/tests/interface/input-tsv/train_vocabs.expected b/tests/interface/input-tsv/train_vocabs.expected
index 819098e..f003061 100644
--- a/tests/interface/input-tsv/train_vocabs.expected
+++ b/tests/interface/input-tsv/train_vocabs.expected
@@ -1,10 +1,10 @@
-225.64511108
-208.40733337
-223.78359985
-206.46298218
-222.32125854
-198.91938782
-225.63479614
-208.39743042
-223.77328491
-206.45349121
+225.92840576
+209.46032715
+223.60330200
+207.56042480
+223.16098022
+198.65243530
+225.91799927
+209.45040894
+223.59326172
+207.55093384
diff --git a/tests/interface/input-tsv/train_weights.expected b/tests/interface/input-tsv/train_weights.expected
new file mode 100644
index 0000000..69ebaef
--- /dev/null
+++ b/tests/interface/input-tsv/train_weights.expected
@@ -0,0 +1,25 @@
+328.94799805
+315.89553833
+287.90252686
+282.71411133
+309.06640625
+292.67434692
+318.36679077
+292.13024902
+277.45013428
+251.99110413
+244.91340637
+267.34451294
+253.08570862
+280.63787842
+261.16510010
+250.31526184
+230.45960999
+224.39234924
+245.61578369
+234.15237427
+261.77331543
+243.23541260
+234.56286621
+216.90821838
+211.18655396
diff --git a/tests/models/wngt19/README.md b/tests/models/wngt19/README.md
new file mode 100644
index 0000000..95f86df
--- /dev/null
+++ b/tests/models/wngt19/README.md
@@ -0,0 +1 @@
+Outputs generated on a machine with AVX2/AVX512 and with MKL.
diff --git a/tests/models/wngt19/model_base_fbgemm_packed8.avx512.expected b/tests/models/wngt19/model_base_fbgemm_packed8.avx512.expected
index 49e6cf5..0b15fb4 100644
--- a/tests/models/wngt19/model_base_fbgemm_packed8.avx512.expected
+++ b/tests/models/wngt19/model_base_fbgemm_packed8.avx512.expected
@@ -10,71 +10,71 @@ Kerr und Bloom sind seit 2010 verheiratet , ihr Sohn Flynn wurde 2011 geboren .
Jet ##AT##-##AT## Hersteller fehten über die Sitzbreite mit großen Aufträgen auf dem Spiel .
Eine Reihe ist zwischen führenden Flugzeugherstellern über die Breite der Sitze der Touristenklasse auf Langstreckenflügen aufgeflammt und hat den Ton für eine bittere Konfrontation auf der Dubai Airshow in diesem Monat gesetzt .
Der Streit konzentriert sich auf die Breite der Sitze , die auf Langstreckenflügen für Economy ##AT##-##AT## Passagiere bereitgestellt werden - nicht immer die , die am meisten von Fluggesellschaften hofiert werden , deren zugewiesener Platz jedoch den Schlüssel für Effizienzansprüche für die neuesten Jets von Airbus SAS und Boeing Co hält .
-Airbus forderte diese Woche einen Industriestandard , der einen Sitz von mindestens 18 Zoll ( 46 cm ) Breite in Economy ##AT##-##AT## Kabinen vorsieht , aber sein US ##AT##-##AT## Erzrivale Boeing sagt , dass die Fluggesellschaften darüber entscheiden sollten .
-Der Streit kommt als Flugzeugmacher , die immer größere Versionen ihrer zweimotorigen Langstreckenflugzeuge verkaufen , wobei möglicherweise Rekordaufträge beim 17.-21 . November erwartet werden .
-Wie die Rückseite des Flugzeugs gestaltet wird - insbesondere ob die Sitzgelegenheiten 9 oder 10 auf dem Laufenden sind - ist von zentraler Bedeutung für die wirtschaftlichen Leistungen , die für neue &quot; Mini ##AT##-##AT## Jumbo &quot; Jet ##AT##-##AT## Designs gemacht werden .
+Airbus forderte diese Woche einen Industriestandard , der einen Sitz von mindestens 18 Zoll ( 46 cm ) in Economy ##AT##-##AT## Kabinen vorsehen würde , aber sein US ##AT##-##AT## Erzrivale Boeing sagt , dass die Fluggesellschaften darüber entscheiden sollten .
+Der Streit kommt als Flugzeugmacher , die immer größere Versionen ihrer zweimotorigen Langstreckenflugzeuge verkaufen , wobei möglicherweise Rekordaufträge beim 17. und 21. November erwartet werden .
+Wie die Rückseite des Flugzeugs gestaltet wird - insbesondere ob die Sitzgelegenheit 9 oder 10 auf dem neuesten Stand ist - ist von zentraler Bedeutung für die wirtschaftlichen Leistungen , die für neue &quot; Mini ##AT##-##AT## Jumbo &quot; Jet ##AT##-##AT## Designs gemacht werden .
Boeing sagt , seine überarbeitete &quot; 777X &quot; wird 406 Personen auf der Grundlage von Economy ##AT##-##AT## Sitze mehr als 17 Zoll breit und legte 10 in jeder Reihe .
Airbus sagt , dass die konkurrierende Version der A350 350 Personen im 18 ##AT##-##AT## Zoll ##AT##-##AT## Economy ##AT##-##AT## Sitz mit 9 Schritten befördern wird .
Planriesen tauscht oft durch Werbung in der Fachpresse Schläge in technischen Fragen aus .
-Nun ist Airbus vor der Dubai Airshow , auf der die 777X mit mehr als 100 Bestellungen voraussichtlich dominieren wird , direkt für die Bevölkerung attraktiv .
-Vor kurzem sah sie vor , was der Beginn eines neuen Werbekrieges sein kann , indem sie den Finanziers eine Folie zeigt , die drei Personen illustriert , die in einem Restaurant mit dem Titel &quot; Würden Sie das akzeptieren ? &quot; zusammengeschlagen wurden .
+Heute appelliert Airbus direkt an die Bevölkerung vor der Dubai Airshow , auf der die 777X mit mehr als 100 Bestellungen dominieren soll .
+Vor kurzem sah sie vor , was der Beginn eines neuen Werbekrieges sein kann , indem sie den Finanziers eine Folie zeigt , die drei Personen illustriert , die in einem Restaurant mit dem Titel &quot; Würden Sie das akzeptieren ? &quot; zusammengeschrägt wurden .
„ Boeing schlägt ein Langstreckenfliegen in Sitzen vor , die enger sind als regionale Turbo ##AT##-##AT## Requisiten “ , sagte John Leahy , Vertriebschef von Airbus .
-Mit dem Wechsel der Diäten werden die Menschen größer , aber die Sitzgelegenheiten im Flugzeug haben sich nicht radikal verändert .
+Mit dem Wechsel der Ernährung werden die Menschen größer , aber die Sitzgelegenheiten im Flugzeug haben sich nicht radikal verändert .
Zwischen den frühen 1970er Jahren , als die Boeing 747 moderne Langstreckenreisen definierte , und der Jahrhundertwende stieg das Gewicht des durchschnittlichen amerikanischen 40- bis 49 ##AT##-##AT## jährigen Mannes nach Angaben des US ##AT##-##AT## Gesundheitsministeriums Daten um 10 Prozent .
Die Taille des durchschnittlichen amerikanischen Mannes des 21. Jahrhunderts beträgt nach US ##AT##-##AT## Gesundheitsstatistik 39,7 Zoll .
Airbus sagt , dass sein Rivale an einem Sitzkonzept aus den 50er Jahren festhält , als der durchschnittliche Glanz des neu getauften „ Jet ##AT##-##AT## Sets “ enger war .
Airbus sagt , dass es Untersuchungen in Auftrag gegeben hat , die auf einen zusätzlichen Zoll in der Sitzbreite hindeuten , um die Schlafqualität um 53 Prozent zu verbessern .
-Boeing bestreitet die Zahlen von Airbus zu Sitzenmessungen und sagt , es sei nicht Sache der Hersteller , Entscheidungen darüber zu treffen , wie Fluggesellschaften die Flugpreise und -anlagen in Einklang bringen .
+Boeing bestreitet die Zahlen von Airbus zu Sitzenmessungen und sagt , es sei nicht Sache der Hersteller , Entscheidungen darüber zu treffen , wie Fluggesellschaften die Flugpreise und -einrichtungen in Einklang bringen .
Es sagt auch Forschung zeigt Kabine Erfahrung hängt von mehr als die Breite eines Sitzes .
&quot; Es kommt wirklich darauf an , den Fluggesellschaften Flexibilität zu bieten und ihnen zu ermöglichen , die Dinge zu tun , die sie ihrer Meinung nach tun müssen , um erfolgreich zu sein &quot; , sagte der Boeing ##AT##-##AT## Kabinen ##AT##-##AT## Experte Kent Craver .
Sie wollen nicht , dass wir ihnen vorschreiben , was sie rentabel macht .
Sie kennen ihr Geschäft besser als alle anderen .
Für Flyer geht es um mehr Ellenbogenraum , aber für Lieferanten ist es zunehmend ein Thema , das die Erträge beeinflussen könnte .
-Hinter dem Streit steht ein Wettlauf um Flugzeugaufträge mit mindestens 700 Milliarden Dollar geschätztem Geschäft zu Listenpreisen in den kommenden Jahrzehnten , genug , um die Skalen der US ##AT##-##AT## amerikanischen und europäischen Exporte zu kippen .
+Hinter dem Streit steht ein Wettlauf um Flugzeugbestellungen mit mindestens 700 Milliarden Dollar geschätztem Geschäft zu Listenpreisen in den kommenden Jahrzehnten , genug , um die Skalen der US ##AT##-##AT## amerikanischen und europäischen Exporte zu kippen .
Wie Reuters erstmals im Juli berichtete , ist die Sitzaufteilung genau das , was den Kampf zwischen den neuesten Jets antreibt .
-Sowohl Airbus als auch Boeing beanspruchen 20 Prozent einen besseren Wirkungsgrad pro Sitz in ihren neuesten zweimotorigen Langstrecken ##AT##-##AT## Konstruktionen als der Marktführer in diesem Segment , die 365 ##AT##-##AT## Sitzer Boeing 777 ##AT##-##AT## 300ER .
+Sowohl Airbus als auch Boeing beanspruchen 20 Prozent einen besseren Wirkungsgrad pro Sitz in ihren neuesten zweimotorigen Langstrecken ##AT##-##AT## Konstruktionen als der Marktführer in diesem Segment , die 365 ##AT##-##AT## Sitzische Boeing 777 ##AT##-##AT## 300ER .
Boeings Leistungsansprüche hängen teilweise vom Vergleich der 10 ##AT##-##AT## lichterlichen 777X mit einem ursprünglichen 9 ##AT##-##AT## fachen 777 ##AT##-##AT## Design ab .
-Der Gewinn an Stückkosten wird im Vergleich zu 10 ##AT##-##AT## rassigen jetzt in Gebrauch genommen .
+Der Gewinn an Stückkosten wird im Vergleich zu 10 ##AT##-##AT## rassigen jetzt in Gebrauch .
„ Der Grund , warum Boeing dies tut , ist , mehr Sitze zu rammen , um ihr Flugzeug wettbewerbsfähiger mit unseren Produkten zu machen “ , sagte Kevin Keniston , Leiter des Passagierkomforts bei Europas Airbus .
Auf der anderen Seite sagen Analysten , dass volle Kabinen mit 10 Sitzen pro Reihe für bestehende 777 Kabinen für bestehende 777 Passagiere für die dichtere Anordnung stimmen , die mit günstigeren Tarifen einhergehen kann .
-Die Boeing 777 ##AT##-##AT## 300 ist die erste Boeing 777 , die in den USA gebaut wurde .
+Die Boeing 777 ##AT##-##AT## 300 ist die erste Boeing 777 ##AT##-##AT## 300 , die in den USA gebaut wurde .
Airbus und Boeing liefern keine Sitze , sondern bieten einen Katalog von Anbietern für Fluggesellschaften zur Auswahl .
Globetrotting Jet Verkäufer tragen sogar Band ##AT##-##AT## Maßnahmen , um konkurrierende Layouts zu überprüfen .
Alle Bauherren bieten zwar Komfort , bieten aber auch Jets mit hochwertigen Layouts für Low ##AT##-##AT## Cost ##AT##-##AT## Airlines und regionale Reisen an .
Airbus bietet eine zehnstöckige A350 an , sagt aber , dass sie diese noch nicht verkauft hat .
-Bis vor kurzem betonte Airbus die Notwendigkeit einer stärkeren Anpassung der Kabinen , indem es breitere Gangsitze in einigen seiner Jets anbietet .
+Bis vor kurzem betonte Airbus die Notwendigkeit einer stärkeren Anpassung der Kabinen , indem es auf einigen seiner Jets breitere Gangsitze anbot .
Ohne die Unterstützung des einzigen anderen Herstellers von großen modernen Jets , sagen Experten , sein Ruf nach einem neuen Industriestandard ist unwahrscheinlich fliegen , könnte aber von einer Welle von 777X Umsatz ablenken .
Die FAA lockert die Beschränkungen für die Verwendung elektronischer Gadgets in Flugzeugen - obwohl Chatten auf Mobiltelefonen weiterhin verboten sein werden .
Kampfflugzeuge greifen ein Lager russischer Raketen in der Hafenstadt Latakia an , sagt ein Beamter .
Es ist eine offensichtliche Fortsetzung der israelischen Kampagne , um die Verbreitung von Waffen in der Mitte zu verhindern .
Ein Bundesbeklagtesgericht blockiert das Urteil eines Richters , dass die umstrittene Taktik der NYPD Minderheiten diskriminiert .
-Fast 100 afrikanische Migranten , die nach Algerien reisen wollen , sterben verdursten , nachdem ihre beiden Lastwagen mitten in der Sahara zusammengebrochen sind .
+Fast 100 afrikanische Migranten , die hoffen , nach Algerien zu reisen , sterben verdursten , nachdem ihre beiden Lastwagen mitten in der Sahara zusammengebrochen sind .
Experten sagen , Gewalt , die 14 Erwachsene und sieben Kinder tot ließ , ist nichts anderes als zufällige Chance , nichts als ein Zeichen wachsender Gewalt in Amerika .
Anstatt von der Schließung der US ##AT##-##AT## Regierung rattiert zu werden , haben die Investoren ihren Fokus auf das , was wahrscheinlich wichtiger ist : die Federal Reserve .
-Die kalifornische Frau plant , ein vielleicht erstes Zitat in Frage zu stellen , indem sie sagt , dass die mit dem Internet verbundene Brille die Navigation erleichtert .
-Polizei sagen , sie haben ein Video , das zu zeigen scheint Bürgermeister Rob Ford Rauchen ein Crack Rohr .
-Selbst enge Verbündete halten die Dinge voneinander fern - und arbeiten jeden Winkel , um herauszufinden , was zurückgehalten wird .
-Der Vatikan will wissen , wie katholische Gemeinden auf der ganzen Welt mit sensiblen Themen wie Verhütung , Scheidung und homosexuelle Paare umgehen .
+Die kalifornische Frau plant , ein vielleicht erstes Zitat anzufechten , indem sie sagt , dass die mit dem Internet verbundene Brille die Navigation erleichtert .
+Polizei sagen , sie haben ein Video , das zu zeigen scheint Bürgermeister Rob Ford Rauchen ein Crackrohr .
+Selbst enge Verbündete halten die Dinge voneinander fern - und arbeiten jeden Winkel daran , herauszufinden , was zurückgehalten wird .
+Der Vatikan will wissen , wie katholische Gemeinden auf der ganzen Welt mit sensiblen Themen wie Empfängnisverhütung , Scheidung und homosexuelle Paare umgehen .
Schwer verletzte Personen nach Kollision
-Früh am Freitag Nachmittag wurden zwei Autofahrer bei einem Frontalzusammenstoß auf der Landesstraße 44 ( eine Landstraße ) schwer verletzt .
+Am frühen Freitag Nachmittag wurden zwei Autofahrer bei einem Frontalzusammenstoß auf der Landesstraße 44 ( eine Landstraße ) schwer verletzt .
Die Polizei blockierte sofort völlig von der Straße , konnte sich aber zunächst nicht viel zur Unfallursache äußern .
Sie erwähnten jedoch , dass es verschiedene Zeugenaussagen gab , die zuerst bewertet werden mussten .
Sicher ist , dass der 19 ##AT##-##AT## jährige Fahrer eines VW Golf in Richtung Revensdorf fuhr und der 38 ##AT##-##AT## jährige Mann aus Gettorf in seiner Hyundai zu ihr kam .
-Die beiden Fahrzeuge kollidierten , wobei die Frau so stark stecken blieb , dass die Feuerwehr fast eine halbe Stunde brauchte , um sie aus dem Fahrzeugwrack zu befreien .
+Die beiden Fahrzeuge kollidierten , wobei die Frau so stark stecken blieb , dass die Feuerwehr fast eine halbe Stunde dauerte , um sie aus dem Fahrzeugwrack zu befreien .
Zunächst blieb die tatsächliche Ursache des Unfalls unklar .
Beide unglücklichen Parteien wurden in die nahe gelegenen Krankenhäuser gebracht .
Die Straße blieb etwa zwei Stunden lang vollständig gesperrt .
-Feuerbesatzungen riefen an , verlorene Welpen zu retten , nachdem sie 50ft über dem Boden auf prekärer Führung in einem Steinbruch stecken geblieben war .
-Cocker spaniel Ruby war abgewichen , nachdem sie bei einem kleinen Straßenabsturz war .
+Feuerbesatzungen riefen auf , verlorene Welpen zu retten , nachdem sie 50ft über dem Boden auf prekärer Führung in einem Steinbruch stecken geblieben war .
+Cocker spaniel Ruby war abgelauf , nachdem sie bei einem kleinen Straßencrash war .
Drei Tage später wurde sie von einem im Steinbruch gefangenen Hundewanderer entdeckt .
Feuerwehrleute Abseilen nach der Klippe , um den Hund vor einem bestimmten Tod zu pflücken .
Ein Welpe hatte eine glückliche Flucht , nachdem Feuerwehrleute gerufen wurden , um sie in Sicherheit zu bringen , als sie sich irgendwie 50ft auf einer prekären Klippe feststeckte .
-Neun Monate alter Kockerspanke Rubiel war nach einem Straßencrash am Sonntagnachmittag ausgeschaltet und überlebte allein drei Tage , bevor er am Mittwoch aus einem Steinbruch gerettet wurde .
+Neun Monate alter Kockerspanke Ruby war nach einem Straßencrash am Sonntagnachmittag ausgeschaltet und überlebte allein drei Tage , bevor er am Mittwoch aus einem Steinbruch gerettet wurde .
Ihre Besitzer Scott Alderson , 25 , und seine Freundin Becky Hall , 20 , waren am Flappit Quarry in Denholme , West Yorkshire , um mit Ruby wiedervereinigt zu werden und haben West Yorkshire Fire and Rescue Service gedankt .
Sie hatten frustriert nach ihrem vermissten Hund gesucht und Berufungen auf Social Networking ##AT##-##AT## Sites gerichtet , nachdem sie nach dem kleinen Unfall in den Steinbruch gelaufen war .
Gegen 145 Uhr am Mittwoch strandete ein Adlerhund auf der Führung im Steinbruch , strandete 50ft hoch .
-Ein Technisches Rettungsteam von der Feuerwehr Cleckheaton eilte zur Szene und stürzte ab , um Ruby zu retten und benutzte eine Haustierröhre , um sie auf die Klippe zu transportieren .
-Der Spezialist für Technische Rettungsbeauftragte Andy Clayton sagte : &quot; Sie befand sich in einer prekären Lage .
+Ein Technisches Rettungsteam von der Feuerwehr Cleckheaton eilte zur Szene und stürzte ab , um Ruby zu retten und benutzte eine Tierröhre , um sie auf die Klippe zu transportieren .
+Der Spezialist für Technische Rettungsbeamte Andy Clayton sagte : &quot; Sie befand sich in einer prekären Lage .
Sie war genau in der Mitte der Klippe - 50ft von oben und unten .
Sie bewegte sich während der Rettung nicht einen Muskel - sie war fest eingefroren .
Aber jetzt ist sie in Ordnung .
@@ -82,8 +82,8 @@ Danach hat sie Kekse gegessen .
Das war ein sehr ungewöhnlicher Call ##AT##-##AT## out .
Die Tatsache , dass der Hund entdeckt wurde , ist unglaublich .
Der spezialisierte Technische Rettungsbeauftragte Peter Lau sagte : &quot; Ruby hatte eine sehr glückliche Flucht . &quot;
-Das Potenzial war da , dass sie sehr schwer verletzt oder schlechter hätte verletzt werden können .
-Ruby wurde zu einem Check ##AT##-##AT## up in die Tierärzte gebracht und wurde außer Erschöpfung und Austrocknung als fein befunden .
+Das Potenzial war , dass sie sehr schwer verletzt oder schlechter hätte verletzt werden können .
+Ruby wurde zu einem Check ##AT##-##AT## up in die Tierärzte gebracht und wurde außer Erschöpfung und Dehydrierung als fein befunden .
Miss Hall aus Halifax , West Yorkshire , sagte : &quot; Die Rettung zu beobachten war erschreckend . &quot;
Ich konnte nicht glauben , dass sie überhaupt da oben war .
Es war erstaunlich , sie wieder in die Arme zu bekommen .
diff --git a/tests/models/wngt19/model_base_fbgemm_packed8.avx512.expected.bleu b/tests/models/wngt19/model_base_fbgemm_packed8.avx512.expected.bleu
index aabd279..6cbfa80 100644
--- a/tests/models/wngt19/model_base_fbgemm_packed8.avx512.expected.bleu
+++ b/tests/models/wngt19/model_base_fbgemm_packed8.avx512.expected.bleu
@@ -1 +1 @@
-BLEU+case.mixed+numrefs.1+smooth.exp+tok.13a+version.1.2.12 = 29.6 55.2/33.9/23.5/17.4 (BP = 1.000 ratio = 1.057 hyp_len = 2581 ref_len = 2442)
+BLEU+case.mixed+numrefs.1+smooth.exp+tok.13a+version.1.2.12 = 29.4 55.3/33.9/23.2/17.1 (BP = 1.000 ratio = 1.060 hyp_len = 2588 ref_len = 2442)
diff --git a/tests/models/wnmt18/.gitignore b/tests/models/wnmt18/.gitignore
index 065225a..0bbd721 100644
--- a/tests/models/wnmt18/.gitignore
+++ b/tests/models/wnmt18/.gitignore
@@ -1,5 +1,6 @@
newstest2014.in
newstest2014.ref
-optimize.bleu
-optimize_aan.bleu
+*.bleu
+*.bin
+*.expected
diff --git a/tests/models/wnmt18/optimize_aan.bleu.expected b/tests/models/wnmt18/optimize_aan.bleu.expected
index ba7ca5e..8c9c6ee 100644
--- a/tests/models/wnmt18/optimize_aan.bleu.expected
+++ b/tests/models/wnmt18/optimize_aan.bleu.expected
@@ -1 +1 @@
-25.55
+25.78
diff --git a/tests/models/wnmt18/test_student_small_aan_intgemm16.sh b/tests/models/wnmt18/test_student_small_aan_intgemm16.sh
new file mode 100644
index 0000000..e08e5de
--- /dev/null
+++ b/tests/models/wnmt18/test_student_small_aan_intgemm16.sh
@@ -0,0 +1,41 @@
+#!/bin/bash
+
+#####################################################################
+# SUMMARY: CPU-based optimized decoding with the WNGT18 small student model with AAN and intgemm 16bit
+# TAGS: cpu wngt student shortlist intgemm
+#####################################################################
+
+# Exit on error
+set -e
+
+# Skip if no MKL found
+if [ ! $MRT_MARIAN_USE_MKL ]; then
+ exit 100
+fi
+
+model=model.student.small.aan
+
+# Remove previous outputs
+rm -f optimize_aan_16.out $model.intgemm16.bin
+
+# Pack the model
+$MRT_MARIAN/marian-conv -f $MRT_MODELS/wnmt18/$model/model.npz -t $model.intgemm16.bin --gemm-type intgemm16
+test -s $model.intgemm16.bin
+
+# Run test
+cat newstest2014.in | $MRT_MARIAN/marian-decoder \
+ -m $model.intgemm16.bin \
+ -v $MRT_MODELS/wnmt18/vocab.ende.{yml,yml} \
+ --mini-batch-words 384 --mini-batch 100 --maxi-batch 100 --maxi-batch-sort src -b1 \
+ --shortlist $MRT_MODELS/wnmt18/lex.s2t 100 75 --skip-cost --cpu-threads=1 --max-length-factor 1.2 \
+ > optimize_aan_16.out
+
+cat optimize_aan_16.out | perl -pe 's/@@ //g' \
+ | $MRT_TOOLS/moses-scripts/scripts/recaser/detruecase.perl \
+ | $MRT_TOOLS/moses-scripts/scripts/generic/multi-bleu.perl newstest2014.ref \
+ | $MRT_TOOLS/extract-bleu.sh > optimize_aan_16.bleu
+
+$MRT_TOOLS/diff-nums.py optimize_aan_16.bleu optimize_aan.bleu.expected -p 0.6 -o optimize_aan_16.bleu.diff
+
+# Exit with success code
+exit 0
diff --git a/tests/models/wnmt18/test_student_small_aan_optimize.sh b/tests/models/wnmt18/test_student_small_aan_intgemm8.sh
index 5010c8a..44bd527 100644
--- a/tests/models/wnmt18/test_student_small_aan_optimize.sh
+++ b/tests/models/wnmt18/test_student_small_aan_intgemm8.sh
@@ -1,8 +1,8 @@
#!/bin/bash
#####################################################################
-# SUMMARY: CPU-based optimized decoding with the WNGT18 small student model with AAN
-# TAGS: cpu wngt student shortlist obsolete
+# SUMMARY: CPU-based optimized decoding with the WNGT18 small student model with AAN and intgemm 8bit
+# TAGS: cpu wngt student shortlist intgemm
#####################################################################
# Exit on error
@@ -15,20 +15,27 @@ fi
model=model.student.small.aan
+# Remove previous outputs
+rm -f optimize_aan_8.out $model.intgemm8.bin
+
+# Pack the model
+$MRT_MARIAN/marian-conv -f $MRT_MODELS/wnmt18/$model/model.npz -t $model.intgemm8.bin --gemm-type intgemm8
+test -s $model.intgemm8.bin
+
# Run test
cat newstest2014.in | $MRT_MARIAN/marian-decoder \
- -m $MRT_MODELS/wnmt18/$model/model.npz \
+ -m $model.intgemm8.bin \
-v $MRT_MODELS/wnmt18/vocab.ende.{yml,yml} \
- --mini-batch-words 384 --mini-batch 100 --maxi-batch 100 --maxi-batch-sort src -b1 --optimize \
+ --mini-batch-words 384 --mini-batch 100 --maxi-batch 100 --maxi-batch-sort src -b1 \
--shortlist $MRT_MODELS/wnmt18/lex.s2t 100 75 --skip-cost --cpu-threads=1 --max-length-factor 1.2 \
- > optimize_aan.out
+ > optimize_aan_8.out
-cat optimize_aan.out | perl -pe 's/@@ //g' \
+cat optimize_aan_8.out | perl -pe 's/@@ //g' \
| $MRT_TOOLS/moses-scripts/scripts/recaser/detruecase.perl \
| $MRT_TOOLS/moses-scripts/scripts/generic/multi-bleu.perl newstest2014.ref \
- | $MRT_TOOLS/extract-bleu.sh > optimize_aan.bleu
+ | $MRT_TOOLS/extract-bleu.sh > optimize_aan_8.bleu
-$MRT_TOOLS/diff-nums.py optimize_aan.bleu optimize_aan.bleu.expected -p 0.4 -o optimize_aan.bleu.diff
+$MRT_TOOLS/diff-nums.py optimize_aan_8.bleu optimize_aan.bleu.expected -p 0.6 -o optimize_aan_8.bleu.diff
# Exit with success code
exit 0
diff --git a/tests/sentencepiece/.gitignore b/tests/sentencepiece/.gitignore
index 7575793..7e5a57d 100644
--- a/tests/sentencepiece/.gitignore
+++ b/tests/sentencepiece/.gitignore
@@ -3,6 +3,8 @@ vocab.joint/
vocab.maxlines/
vocab.norm/
vocab.lm/
-bleu-detok/
+bleu/
+chrf/
*.bleu
*.sacrebleu
+*.score
diff --git a/tests/sentencepiece/bleu-detok.sacrebleu.expected b/tests/sentencepiece/bleu.sacrebleu.expected
index c632726..c632726 100644
--- a/tests/sentencepiece/bleu-detok.sacrebleu.expected
+++ b/tests/sentencepiece/bleu.sacrebleu.expected
diff --git a/tests/sentencepiece/bleu-detok.bleu.expected b/tests/sentencepiece/bleu.score.expected
index bf6ea51..bf6ea51 100644
--- a/tests/sentencepiece/bleu-detok.bleu.expected
+++ b/tests/sentencepiece/bleu.score.expected
diff --git a/tests/sentencepiece/chrf.sacrebleu.expected b/tests/sentencepiece/chrf.sacrebleu.expected
new file mode 100644
index 0000000..c632726
--- /dev/null
+++ b/tests/sentencepiece/chrf.sacrebleu.expected
@@ -0,0 +1 @@
+BLEU+case.mixed+numrefs.1+smooth.exp+tok.13a = 28.1 56.4/34.0/21.9/14.9 (BP = 1.000 ratio = 1.133 hyp_len = 612 ref_len = 540)
diff --git a/tests/sentencepiece/chrf.score.expected b/tests/sentencepiece/chrf.score.expected
new file mode 100644
index 0000000..8bc555f
--- /dev/null
+++ b/tests/sentencepiece/chrf.score.expected
@@ -0,0 +1 @@
+59.1572
diff --git a/tests/sentencepiece/test_bleu.sh b/tests/sentencepiece/test_bleu.sh
new file mode 100644
index 0000000..b0b5140
--- /dev/null
+++ b/tests/sentencepiece/test_bleu.sh
@@ -0,0 +1,47 @@
+#!/bin/bash -x
+
+#####################################################################
+# SUMMARY: Check if the BLEU validation measure equals to the SacreBLEU score
+# AUTHOR: snukky
+# TAGS: sentencepiece bleu valid-metrics
+#####################################################################
+
+# Exit on error
+set -e
+
+# Remove old artifacts and create working directory
+rm -rf bleu bleu.*{log,out,diff,bleu}
+mkdir -p bleu
+
+# Copy the model
+cp -r $MRT_MODELS/rnn-spm/model.npz bleu/
+test -e bleu/model.npz
+
+# Run marian command
+$MRT_MARIAN/marian \
+ --no-shuffle --after-batches 1 --maxi-batch 1 --learn-rate 0 --overwrite \
+ -m bleu/model.npz -t $MRT_DATA/europarl.de-en/corpus.small.{de,en}.gz -v $MRT_MODELS/rnn-spm/vocab.{deen,deen}.spm \
+ --valid-freq 1 --valid-metrics bleu --valid-sets dev.de dev.en --valid-translation-output bleu.out \
+ --beam-size 8 --normalize 1 \
+ --log bleu.log
+
+# Check if files exist
+test -e bleu/model.npz
+test -e bleu.out
+test -e bleu.log
+
+
+# Extract the BLEU score from logs
+cat bleu.log | grep ' : bleu : ' | sed -r 's/.* bleu : (.*) : new best.*/\1/' > bleu.score
+# Check BLEU from logs
+$MRT_TOOLS/diff.sh bleu.score bleu.score.expected > bleu.score.diff
+
+
+# Run sacreBLEU removing the version information
+python3 $MRT_TOOLS/sacrebleu/sacrebleu.py dev.en < bleu.out | sed -r 's/.version[^ ]* / /' > bleu.sacrebleu
+# Check BLEU from the validation translation output
+$MRT_TOOLS/diff.sh bleu.sacrebleu bleu.sacrebleu.expected > bleu.sacrebleu.diff
+
+
+# Exit with success code
+exit 0
diff --git a/tests/sentencepiece/test_bleu_detok.sh b/tests/sentencepiece/test_bleu_detok.sh
deleted file mode 100644
index 00374ce..0000000
--- a/tests/sentencepiece/test_bleu_detok.sh
+++ /dev/null
@@ -1,47 +0,0 @@
-#!/bin/bash -x
-
-#####################################################################
-# SUMMARY: Check if the BLEU-detok validation measure equals to the SacreBLEU score
-# AUTHOR: snukky
-# TAGS: sentencepiece bleu-detok
-#####################################################################
-
-# Exit on error
-set -e
-
-# Remove old artifacts and create working directory
-rm -rf bleu-detok bleu-detok.*{log,out,diff,bleu}
-mkdir -p bleu-detok
-
-# Copy the model
-cp -r $MRT_MODELS/rnn-spm/model.npz bleu-detok/
-test -e bleu-detok/model.npz
-
-# Run marian command
-$MRT_MARIAN/marian \
- --no-shuffle --after-batches 1 --maxi-batch 1 --learn-rate 0 --overwrite \
- -m bleu-detok/model.npz -t $MRT_DATA/europarl.de-en/corpus.small.{de,en}.gz -v $MRT_MODELS/rnn-spm/vocab.{deen,deen}.spm \
- --valid-freq 1 --valid-metrics bleu-detok --valid-sets dev.de dev.en --valid-translation-output bleu-detok.out \
- --beam-size 8 --normalize 1 \
- --log bleu-detok.log
-
-# Check if files exist
-test -e bleu-detok/model.npz
-test -e bleu-detok.out
-test -e bleu-detok.log
-
-
-# Extract the BLEU score from logs
-cat bleu-detok.log | grep ' : bleu-detok : ' | sed -r 's/.* bleu-detok : (.*) : new best.*/\1/' > bleu-detok.bleu
-# Check BLEU from logs
-$MRT_TOOLS/diff.sh bleu-detok.bleu bleu-detok.bleu.expected > bleu-detok.bleu.diff
-
-
-# Run sacreBLEU removing the version information
-python3 $MRT_TOOLS/sacrebleu/sacrebleu.py dev.en < bleu-detok.out | sed -r 's/.version[^ ]* / /' > bleu-detok.sacrebleu
-# Check BLEU from the validation translation output
-$MRT_TOOLS/diff.sh bleu-detok.sacrebleu bleu-detok.sacrebleu.expected > bleu-detok.sacrebleu.diff
-
-
-# Exit with success code
-exit 0
diff --git a/tests/sentencepiece/test_chrf.sh b/tests/sentencepiece/test_chrf.sh
new file mode 100644
index 0000000..0d928af
--- /dev/null
+++ b/tests/sentencepiece/test_chrf.sh
@@ -0,0 +1,47 @@
+#!/bin/bash -x
+
+#####################################################################
+# SUMMARY: Check if the ChrF validation measure equals to the SacreBLEU score
+# AUTHOR: snukky
+# TAGS: sentencepiece chrf valid-metrics
+#####################################################################
+
+# Exit on error
+set -e
+
+# Remove old artifacts and create working directory
+rm -rf chrf chrf.*{log,out,diff,score}
+mkdir -p chrf
+
+# Copy the model
+cp -r $MRT_MODELS/rnn-spm/model.npz chrf/
+test -e chrf/model.npz
+
+# Run marian command
+$MRT_MARIAN/marian \
+ --no-shuffle --after-batches 1 --maxi-batch 1 --learn-rate 0 --overwrite \
+ -m chrf/model.npz -t $MRT_DATA/europarl.de-en/corpus.small.{de,en}.gz -v $MRT_MODELS/rnn-spm/vocab.{deen,deen}.spm \
+ --valid-freq 1 --valid-metrics chrf --valid-sets dev.de dev.en --valid-translation-output chrf.out \
+ --beam-size 8 --normalize 1 \
+ --log chrf.log
+
+# Check if files exist
+test -e chrf/model.npz
+test -e chrf.out
+test -e chrf.log
+
+
+# Extract the score from logs
+cat chrf.log | grep ' : chrf : ' | sed -r 's/.* chrf : (.*) : new best.*/\1/' > chrf.score
+# Check score from logs
+$MRT_TOOLS/diff.sh chrf.score chrf.score.expected > chrf.score.diff
+
+
+# Run sacreBLEU removing the version information
+python3 $MRT_TOOLS/sacrebleu/sacrebleu.py dev.en < chrf.out | sed -r 's/.version[^ ]* / /' > chrf.sacrebleu
+# Check BLEU from the validation translation output
+$MRT_TOOLS/diff.sh chrf.sacrebleu chrf.sacrebleu.expected > chrf.sacrebleu.diff
+
+
+# Exit with success code
+exit 0
diff --git a/tests/sentencepiece/test_create_joint_spm_vocab.sh b/tests/sentencepiece/test_create_joint_spm_vocab.sh
index a2afb3d..79cd801 100644
--- a/tests/sentencepiece/test_create_joint_spm_vocab.sh
+++ b/tests/sentencepiece/test_create_joint_spm_vocab.sh
@@ -32,7 +32,7 @@ grep -q "Sampling .* from .*corpus.small.de.gz, .*corpus.small.en.gz" vocab.join
grep -q "Loading SentencePiece vocabulary .*vocab.ende.spm" vocab.joint.log
# Extract a textual vocabulary and compare with the expected output
-LC=UTF-8 $MRT_MARIAN/spm_export_vocab --model vocab.joint/vocab.ende.spm | head -n 7800 | sort > vocab.joint.out
+LC=UTF-8 $MRT_MARIAN/spm_export_vocab --model vocab.joint/vocab.ende.spm | sort > vocab.joint.out
$MRT_TOOLS/diff-nums.py vocab.joint.out vocab.joint.expected -o vocab.joint.diff
# Exit with success code
diff --git a/tests/sentencepiece/test_create_spm_vocab_lm.sh b/tests/sentencepiece/test_create_spm_vocab_lm.sh
index 58cdaba..93d4738 100644
--- a/tests/sentencepiece/test_create_spm_vocab_lm.sh
+++ b/tests/sentencepiece/test_create_spm_vocab_lm.sh
@@ -31,7 +31,7 @@ grep -q "Setting vocabulary size .* to 4,\?000" vocab.lm.log
grep -q "Loading SentencePiece vocabulary .*vocab.en.spm" vocab.lm.log
# Extract a textual vocabulary and compare with the expected output
-LC_ALL=C $MRT_MARIAN/spm_export_vocab --model vocab.lm/vocab.en.spm | head -n 3980 | sort > vocab.lm.out
+LC_ALL=C $MRT_MARIAN/spm_export_vocab --model vocab.lm/vocab.en.spm | sort > vocab.lm.out
$MRT_TOOLS/diff-nums.py vocab.lm.out vocabs.en.expected -o vocab.lm.diff
diff --git a/tests/sentencepiece/test_create_spm_vocabs.sh b/tests/sentencepiece/test_create_spm_vocabs.sh
index 2781964..61e2c04 100644
--- a/tests/sentencepiece/test_create_spm_vocabs.sh
+++ b/tests/sentencepiece/test_create_spm_vocabs.sh
@@ -35,7 +35,7 @@ grep -q "Loading SentencePiece vocabulary .*vocab.en.spm" vocabs.log
grep -q "Loading SentencePiece vocabulary .*vocab.de.spm" vocabs.log
# Extract a textual vocabulary and compare with the expected output
-LC_ALL=C $MRT_MARIAN/spm_export_vocab --model vocabs/vocab.en.spm | head -n 3980 | sort > vocabs.en.out
+LC_ALL=C $MRT_MARIAN/spm_export_vocab --model vocabs/vocab.en.spm | sort > vocabs.en.out
LC_ALL=C $MRT_MARIAN/spm_export_vocab --model vocabs/vocab.de.spm | sort > vocabs.de.out
$MRT_TOOLS/diff-nums.py vocabs.en.out vocabs.en.expected -o vocabs.en.diff
diff --git a/tests/sentencepiece/test_sentencepiece_max_lines.sh b/tests/sentencepiece/test_sentencepiece_max_lines.sh
index 5581a39..8a5d7c4 100644
--- a/tests/sentencepiece/test_sentencepiece_max_lines.sh
+++ b/tests/sentencepiece/test_sentencepiece_max_lines.sh
@@ -33,7 +33,7 @@ grep -q "Sampling at most 2345 lines from" vocab.maxlines.log
grep -q "Loading SentencePiece vocabulary .*vocab.ende.spm" vocab.maxlines.log
# Extract a textual vocabulary and compare with the expected output
-LC_ALL=C $MRT_MARIAN/spm_export_vocab --model vocab.maxlines/vocab.ende.spm | head -n 3700 | sort > vocab.maxlines.out
+LC_ALL=C $MRT_MARIAN/spm_export_vocab --model vocab.maxlines/vocab.ende.spm | sort > vocab.maxlines.out
$MRT_TOOLS/diff-nums.py vocab.maxlines.out vocab.maxlines.expected -o vocab.maxlines.diff
# Exit with success code
diff --git a/tests/sentencepiece/test_sentencepiece_normalization.sh b/tests/sentencepiece/test_sentencepiece_normalization.sh
index 7ee8627..98db82d 100644
--- a/tests/sentencepiece/test_sentencepiece_normalization.sh
+++ b/tests/sentencepiece/test_sentencepiece_normalization.sh
@@ -29,11 +29,11 @@ test -e vocab.norm.log
grep -q "Training SentencePiece vocabulary .*vocab.ende.spm" vocab.norm.log
# Extract a textual vocabulary and compare with the expected output
-LC_ALL=C $MRT_MARIAN/spm_export_vocab --model vocab.norm/vocab.ende.spm | head -n 3900 | sort > vocab.norm.out
+LC_ALL=C $MRT_MARIAN/spm_export_vocab --model vocab.norm/vocab.ende.spm | sort > vocab.norm.out
$MRT_TOOLS/diff-nums.py vocab.norm.out vocab.norm.expected -o vocab.norm.diff
# Normalization is uppercasing, so check if there is no lowercased ASCII characters
-grep -qvP '[a-z]' vocab.norm.out
+grep -qvP '[a-z]' vocab.norm.out
# Exit with success code
exit 0
diff --git a/tests/sentencepiece/vocab.joint.expected b/tests/sentencepiece/vocab.joint.expected
index ef814e2..295e533 100644
--- a/tests/sentencepiece/vocab.joint.expected
+++ b/tests/sentencepiece/vocab.joint.expected
@@ -1,7800 +1,8000 @@
-( -7.0455
-- -5.64584
-. -6.90101
-.00 -9.80939
-.30 -10.6237
-/ -7.40577
-0 -7.86048
-1 -8.63996
-2 -8.24602
-20 -11.0154
-3 -8.67227
-4 -8.39788
-5 -7.4993
-6 -8.29485
-7 -8.60077
-8 -8.63778
-9 -8.80955
-91 -10.5978
-93; -11.1479
-; -5.87165
+! -7.36397
+& -12.1703
+( -7.10685
+) -7.09615
+, -3.24904
+,000 -12.1089
+- -5.65342
+. -6.90866
+.00 -9.87074
+.30 -10.685
+/ -7.46712
+0 -7.88612
+1 -8.65201
+2 -8.20022
+2001 -9.37642
+3 -8.60324
+4 -8.35131
+5 -7.4755
+6 -8.30178
+7 -8.31118
+8 -8.64511
+9 -8.832
+91 -10.6664
+93 -10.6261
+: -6.9206
+; -5.83707
</s> 0
<unk> 0
-@ -5.10717
-A -9.00648
-AP -10.5131
-AT -11.0096
-ATO -9.56956
-Alba -11.2557
-Altersversorgung -11.4998
-Arbeitslosigkeit -10.4301
-Ausnahmeregelung -10.9585
-Außenbeziehungen -11.6619
-B -9.46647
-Berichterstatter -8.75693
-C -9.1432
-CB -10.724
-CE -11.2174
-CP -10.2521
-CR -11.4093
-Cor -10.8942
-D -9.4423
-DP -11.3304
-Demokratisierung -11.678
-Dienstleistungen -10.5849
-E -9.29319
-ED -10.8001
-EEC -11.7989
-EF -11.3583
-ES -11.114
-F -8.94852
-FP -10.7804
-Fischereipolitik -11.0415
-Fluggesellschaft -11.8427
-Friedensabkommen -11.768
-G -10.3108
-Generaldirektion -11.2917
-Geschäftsordnung -9.80936
-Geschäftsverkehr -11.0831
-Gesundheitswesen -11.9419
-Gleichbehandlung -11.3722
-H -10.6389
-HO -11.4704
-I -9.4917
-IN -11.1617
-IP -10.5938
-IS -11.2539
-K -10.1896
-Kandidatenländer -11.7988
-Kenn -11.2681
-L -9.29325
-M -9.94465
-N -9.46184
-NS -10.9768
-Naturkatastrophe -11.8001
-O -8.9759
-OD -11.137
-OLA -10.0397
-P -9.58753
-PAR -11.4213
-POL -11.7808
-R -9.57401
-REG -10.4149
-ROM -11.6944
-Rechtsvorschrift -9.63189
-S -9.46222
-SA -10.8209
-SE -10.3769
-SP -10.9431
-Schlussfolgerung -11.4598
-Strafgerichtshof -11.8362
-T -9.48154
-TA -10.7953
-TS -11.3306
-Tabakerzeugnisse -11.9382
-U -10.1061
-UA -10.9107
-Umstrukturierung -11.4468
-Unregelmäßigkeit -11.4213
-Unzulänglichkeit -11.646
-V -10.4587
-Verschlechterung -11.9793
-Veröffentlichung -11.6944
-W -10.7139
-Wandlungsprozess -11.9155
-Z -10.3551
-Zivilbevölkerung -11.8561
-a -6.70323
-ab -8.58607
-abgeben -11.2228
-abgeordnete -11.3845
-abilit -10.0147
-abkommen -10.0176
-able -8.10147
-about -7.5312
-abstimmung -11.5007
-achtet -10.9348
-achtung -10.7814
-action -11.3321
-active -11.3134
-afür -8.20681
-age -9.332
-ague -11.6024
-ah -9.84669
-ain -9.72019
-air -10.7066
-ak -9.21428
-akis -10.503
-aktion -10.7544
-aktiv -11.5911
-aktivität -11.5275
-al -7.02705
-albeit -11.7305
-alisierung -10.2849
-all -8.89302
-ally -8.56437
-also -6.66113
-alten -10.4746
-alter -10.3504
-am -8.78348
-ambiguous -11.8362
-amit -7.82783
-amount -11.8994
-amp -10.2169
-ampere -10.2425
-an -7.40937
-ana -10.3672
-ance -8.59964
-anda -11.0874
-ang -10.1643
-angebot -11.3377
-anlage -10.7807
-ann -9.36249
-anou -11.3076
-anspruch -10.81
-anstalt -10.9257
-ant -8.62466
-antworten -10.984
-antwortet -11.5364
-antwortung -11.11
-anz -9.9416
-ap -9.5868
-apos -6.37934
-apparat -11.7111
-ar -7.80847
-arbeit -9.49157
-arbeiten -10.4571
-arcel -10.7283
-arch -10.6496
-ard -8.81186
-aria -10.5274
-arme -11.5808
-around -9.94078
-art -9.16539
-arum -8.83231
-arunter -10.8858
-ary -8.26282
-arüber -8.50442
-asse -10.4736
-astro -11.0384
-at -8.37694
-ate -8.85027
-ated -9.48553
-atik -10.4234
-ating -9.59285
-ation -7.32781
-ative -9.67924
-ato -10.3286
-au -9.24832
-auch -6.25287
-auf -9.26367
-aufgabe -11.4602
-aufgenommen -11.4908
-aught -11.0832
-aus -8.49083
-ausgaben -11.1384
-ausschuss -10.2953
-ausschuß -10.1777
-ausstattung -11.4088
-aut -10.3253
-avel -11.9351
-away -10.1763
-aximum -10.5848
-aß -5.8679
-b -7.58134
-ba -9.28406
-bahn -11.0308
-bald -10.9444
-bar -8.8118
-bare -10.0069
-barkeit -10.0786
-bau -9.66597
-bauen -10.181
-be -7.97751
-bedarf -10.8966
-bedeutend -11.7517
-bedingte -11.6955
-bedingung -9.83477
-befugnisse -11.5881
-behalten -10.5281
-behörde -10.105
-bei -9.00986
-beihilfen -11.3028
-beitrittswillige -11.5702
-beiträg -10.8359
-bekämpfung -11.2472
-bel -9.5081
-belang -10.8769
-belastung -11.4998
-ber -8.53599
-berarbeitung -11.646
-berechtig -11.4722
-berei -10.158
-bereich -9.86982
-bereinkommen -9.79688
-bereinstimmung -10.725
-berg -10.7317
-bergang -10.4852
-bergangszeit -11.8951
-bericht -10.2338
-berlegung -10.3185
-bernahme -11.1387
-berprüfung -10.4353
-berschwemmung -11.9793
-bertragung -10.7316
-berwachung -10.0397
-berwind -11.7473
-berzeugung -10.5423
-besch -10.6636
-beschränkung -11.9155
-beschäftigung -10.8169
-besondere -8.37978
-bestand -10.7955
-bestimmung -10.9404
-bestände -11.1197
-betracht -11.5467
-betrieb -10.7893
-beugen -11.8227
-bewahren -11.5735
-bewegung -11.27
-bewertung -11.5135
-bewirtschaftung -11.8951
-beziehen -11.1805
-bezogene -11.7036
-bezüglich -9.96619
-bi -9.15851
-bild -10.0768
-bildung -10.2205
-bindung -10.9102
-birg -11.3969
-bl -9.87006
-ble -10.314
-blick -11.2277
-bo -9.13355
-body -10.5881
-bon -9.51742
-bourg -10.2422
-bra -10.0912
-branche -11.8752
-brauchen -9.27615
-brechen -10.9805
-breite -11.436
-breitung -11.979
-brennungsanlage -11.8517
-bri -10.6088
-bring -10.9624
-bringen -9.99366
-broad -11.8785
-bruch -11.0231
-bt -9.77002
-bung -9.77842
-bureaucratic -11.3485
-burg -10.8317
-butter -11.2466
-by -9.67686
-bzw -9.53753
-bürg -11.1479
-c -7.15156
-ca -9.91375
-cal -10.6578
-came -11.3493
-cause -7.53058
-ce -7.12747
-ch -7.09608
-chaffung -10.0417
-charakter -12.0015
-chen -9.2478
-cher -10.1388
-chi -10.9418
-chmal -10.9281
-cht -9.06665
-ck -8.19516
-clear -11.1392
-clusion -10.832
-co -9.14032
-colour -11.8951
-coming -9.2019
-company -10.2345
-control -11.4765
-corporation -11.6757
-craft -10.4716
-cri -10.8504
-cussion -11.8554
-cy -8.83476
-d -5.2515
-dacht -10.6058
-dann -8.02046
-darf -8.78079
-dauer -10.2164
-day -8.14558
-de -7.78787
-debatte -11.1575
-decken -11.1698
-deckt -10.7637
-deckung -11.6944
-deed -9.07689
-dem -8.21549
-den -7.96039
-denken -9.32359
-denkt -11.5632
-der -8.13523
-dienst -9.96863
-dienste -10.4297
-dings -8.96692
-discriminat -11.1383
-diskriminierung -11.9576
-disziplin -11.728
-do -9.79145
-doch -7.27504
-done -9.10762
-dorf -11.3144
-druck -10.4285
-ducation -11.6777
-durch -9.43358
-durchschnittlich -11.7073
-during -8.89176
-dämm -11.5274
-e -4.68209
-each -8.86867
-ealth -10.3905
-ear -10.239
-eben -9.54627
-ebensbegleitende -11.8555
-eclare -11.3325
-ecurit -10.4874
-ed -5.26951
-effekt -11.4339
-effizient -11.0266
-egeister -11.6962
-ehlt -11.6473
-ehr -9.54617
-eht -10.1356
-eign -10.9113
-eij -10.7548
-einander -9.54411
-einandersetzung -11.3608
-einheit -11.6856
-einheitlich -11.2833
-einrichtung -11.2275
-eise -9.06007
-ek -9.97454
-el -7.80678
-elecommunication -10.7569
-elekommunikation -11.1288
-ell -8.98091
-elle -9.80416
-em -8.24154
-ember -10.1945
-employment -10.3059
-en -4.23798
-ence -9.28418
-ende -9.32118
-enden -9.16443
-endlich -9.79582
-endung -10.6021
-energie -11.267
-enkung -10.5841
-enmark -10.7369
-entscheidung -10.9489
-entwicklung -10.6013
-entwurf -10.5607
-eople -10.3266
-er -5.74168
-erabschied -11.2807
-ererseit -9.93455
-ergebnis -11.2698
-erkennt -11.367
-erklärung -11.238
-erleben -10.8808
-erlich -10.3992
-ermeidung -11.728
-ern -8.35703
-ership -11.6703
-erst -10.0561
-erstatterin -9.68235
-erstattung -11.7149
-erteilen -11.0742
-erung -9.70261
-erweise -9.20716
-erzeuger -11.6619
-erzeugnisse -11.1844
-erücksichtig -10.2978
-es -6.4687
-esearch -11.1108
-ession -10.3389
-est -8.7552
-etrugsbekämpfung -11.6963
-etter -10.9506
-europa -11.6689
-europä -11.0386
-evel -11.3977
-ever -7.6203
-ewältigung -11.5702
-ex -10.3073
-exp -10.4426
-ez -10.5164
-f -7.39263
-fa -9.58986
-fache -11.6155
-fahr -9.88431
-fahrzeuge -11.8176
-faktor -11.7453
-fall -9.71271
-fallen -10.6737
-falls -8.45622
-fang -10.1905
-fassen -9.76435
-fassung -10.3392
-fazilität -11.9576
-fe -8.95215
-feindlichkeit -10.6821
-feld -10.5496
-felt -10.7045
-fern -10.2374
-fertig -10.4971
-ff -9.38975
-ffentlichkeit -9.76038
-ffnung -10.4963
-fft -8.44812
-fiel -11.8556
-finanz -10.8168
-finden -11.0143
-findet -9.40918
-fizierung -11.4607
-flagge -11.7501
-fließen -11.7526
-flu -10.4034
-fläche -11.4213
-fold -11.6361
-folge -9.47532
-fonds -10.5474
-for -9.97855
-fordern -10.4786
-forderung -11.138
-form -9.7668
-forschung -11.4468
-frage -9.8664
-fragen -10.2926
-fragt -10.6583
-franc -11.7501
-frei -10.2979
-freiheit -10.0886
-fremd -11.7634
-fremdenfeindlich -11.9576
-freundlich -11.5702
-frieden -11.124
-friedenstellend -11.4477
-frist -10.7339
-front -10.5422
-ft -9.55747
-ful -9.06727
-funktion -11.3959
-fähig -10.0982
-fähigkeit -10.8676
-fährt -11.6944
-fälle -9.86592
-fällig -10.2828
-fällt -11.5704
-fälsch -11.5557
-förder -10.6099
-förderung -10.8543
-fü -9.88822
-führen -9.93894
-führer -11.7109
-führt -11.0504
-führung -10.1221
-für -10.3064
-g -6.9444
-ga -9.65417
-gabe -9.85326
-gang -9.63371
-gar -9.12446
-ge -7.77141
-geachtet -10.9645
-gearbeitet -10.3439
-geben -9.79648
-gebeten -11.1292
-gebiet -10.6259
-gebiete -10.4223
-geblieben -11.4213
-gebracht -10.5265
-gebrochen -11.9155
-gebühr -11.731
-gebühren -10.8868
-gedacht -11.4239
-gefallen -11.1846
-gefangen -11.6639
-gefaßt -10.7188
-gefordert -10.2857
-gefühl -11.1869
-geführt -9.98489
-gegangen -10.038
-gegeben -10.0618
-gegriffen -10.9572
-gehalt -11.3845
-gehen -8.99766
-gehindert -11.9363
-gehoben -11.4597
-gehörig -11.3721
-gehört -11.0734
-geklagt -11.8951
-gekommen -10.8432
-gel -9.39916
-gelegt -10.1656
-geleitet -11.2571
-gemein -10.9476
-gemeinschaft -10.4965
-gemeinschaftlich -9.80928
-gemessen -11.0006
-gemäß -11.3117
-gen -8.86184
-genannte -11.7181
-gencies -11.5567
-genommen -9.92829
-geordnet -11.1195
-ger -9.26849
-gerechnet -11.6944
-gericht -11.2147
-gerne -11.0922
-gerufen -10.8302
-gerät -11.7816
-gesamt -9.73173
-geschafft -11.2927
-geschlagen -11.5996
-geschrieben -10.6525
-geschwindigkeit -11.7988
-geschäft -11.8174
-gesehen -10.4595
-gesellschaft -10.0712
-gesellschaftlich -10.5316
-gesetz -10.6012
-gesetzgebung -11.4088
-gesetzt -9.81871
-gesichts -9.2861
-gestalt -11.7253
-gestaltung -10.9418
-gestanden -11.6484
-gestellt -9.42865
-gestimmt -9.56137
-gesundheit -11.2485
-getragen -10.3837
-getreten -10.4311
-getrieben -11.728
-gewalt -10.8805
-gewicht -11.1479
-gewiesen -9.56167
-gewinn -10.4672
-gewiß -10.9647
-geworfen -10.8807
-gewässer -11.7453
-gezeichnet -11.5994
-gezogen -10.1072
-gib -11.5568
-giebig -11.9363
-ging -9.854
-gipfel -11.7628
-giving -9.93205
-gleich -9.43914
-gleichberechtigt -11.6782
-glieder -11.3761
-go -9.37892
-gone -10.9174
-governmental -11.3155
-grad -10.775
-graphie -11.3868
-greifen -9.64952
-greift -11.1905
-grenze -11.9793
-grenzen -10.3342
-griff -10.4003
-grund -9.00186
-gruppe -10.8254
-gruppen -10.3373
-größe -11.6615
-gründen -10.859
-gt -9.83609
-guard -11.2698
-guer -11.6047
-gunst -10.5404
-gute -11.1999
-gültig -10.67
-günstig -10.1821
-h -6.87823
-haben -11.1293
-habt -11.653
-haft -9.34677
-hal -9.50486
-halb -7.62493
-half -8.70547
-halten -8.66054
-haltung -10.6126
-hand -10.5905
-handel -9.61351
-handlung -11.0628
-hap -9.19939
-haupt -9.89664
-haushalt -10.3396
-he -8.67871
-head -10.5
-heim -10.417
-heit -8.91651
-helfen -11.8185
-hell -10.9584
-her -8.96525
-herrsch -10.418
-hersteller -11.7453
-hi -9.87084
-hilfe -9.56953
-hin -9.46266
-hip -10.1822
-hm -10.0495
-ho -9.64893
-hol -9.56162
-hor -10.4692
-hrend -11.1369
-ht -9.0647
-hundert -11.2588
-häf -11.0536
-hält -9.59072
-händler -11.9155
-hängen -11.5585
-hängt -10.5682
-hören -10.1352
-i -7.20002
-ia -8.79982
-ial -9.36289
-ian -9.93296
-ibi -10.9088
-ible -10.258
-ibt -10.5914
-ic -8.14745
-ical -9.49131
-ich -5.52125
-icht -8.98741
-ick -9.36582
-id -7.87971
-ide -10.1126
-ie -8.69558
-ied -9.25077
-iederherstellung -11.238
-ien -8.81533
-ier -9.1994
-ieren -8.48459
-ierende -10.3226
-ierhu -11.7291
-iert -8.23918
-ierten -9.88293
-ierung -9.06862
-ies -6.9497
-ieß -10.2291
-if -6.93667
-ification -9.66411
-ig -8.11546
-ige -9.10555
-igen -8.44512
-iger -9.97413
-ight -9.52539
-igkeit -9.6855
-iglich -9.56498
-igung -9.57364
-ij -10.3949
-ik -9.11604
-ikan -10.3524
-il -8.04403
-ility -9.26196
-ill -8.84424
-im -9.23906
-immt -9.83083
-in -6.5722
-inancial -11.5132
-inblick -9.28162
-industrie -9.80824
-information -11.7804
-infrastruktur -11.5702
-ing -5.14868
-ingdom -10.4243
-inimum -10.0525
-inisterial -11.9783
-innen -10.1559
-insicht -9.81226
-institut -10.7687
-institutional -11.1802
-institutionelle -11.1802
-instrument -11.0493
-interesse -11.4213
-io -9.65358
-ion -7.33671
-ious -9.96605
-ip -9.85874
-ire -10.328
-irklichkeit -10.6092
-is -7.9889
-isation -9.51202
-isch -8.72951
-ische -8.77657
-ischen -8.36238
-ischer -10.324
-ise -9.26151
-ised -9.62402
-ish -8.36662
-isieren -11.0403
-isiert -10.2513
-isierung -10.5892
-ism -9.66454
-ismus -9.68098
-isse -10.0552
-issenschaftliche -11.8386
-ist -8.52919
-isten -9.70602
-istic -10.7803
-istische -9.75704
-it -7.85024
-ite -9.94969
-ities -10.0925
-itt -10.4847
-itude -11.61
-ity -8.20619
-itz -10.1099
-ität -9.17664
-ium -10.2695
-iv -8.58557
-ive -8.13264
-iz -9.53235
-izza -10.8308
-j -9.12305
-ja -10.2532
-jenige -10.5281
-justice -9.86671
-jährige -10.5686
-k -7.27653
-ka -9.44592
-kampagne -11.1575
-kampf -11.6945
-kapazität -11.7807
-kapital -11.0054
-katastrophe -11.7976
-kaufen -11.1198
-kauft -11.3736
-ke -9.88588
-keit -9.95665
-ken -9.28182
-kenntnis -11.2217
-kept -10.6942
-kette -11.7284
-kind -11.3524
-kla -9.95002
-klausel -11.5702
-klären -11.0823
-ko -8.60403
-komm -10.035
-kommen -9.01224
-konferenz -11.3165
-konom -11.7281
-konstitutionelle -11.5414
-konsum -11.3485
-kontroll -10.5538
-konzept -11.5274
-kosten -10.0279
-kraft -10.2938
-kreis -11.0456
-krieg -10.6294
-kriminalität -11.6944
-krise -11.4341
-kriteri -11.428
-kräfte -10.3439
-ku -10.5206
-kultur -10.859
-kunft -10.6523
-kurs -11.0487
-kzept -11.4083
-kämpfe -11.9355
-kämpft -11.177
-kündig -11.7628
-künfte -11.7807
-l -7.29542
-la -8.15285
-lage -9.44628
-laid -10.4526
-land -8.44769
-lang -9.94464
-lange -9.85102
-larheit -10.8599
-lassen -8.24773
-lassung -10.9647
-last -10.1272
-lastet -11.2427
-lauf -10.7614
-laufen -9.68265
-lax -10.8272
-ld -9.36376
-le -6.8899
-leben -10.1774
-legen -9.47196
-legt -9.78869
-lehnen -11.1676
-leicht -9.02102
-leistung -9.62014
-leiten -9.85606
-leitung -11.7452
-ler -9.23678
-less -8.6707
-letzt -10.4938
-lfte -10.859
-li -8.56797
-licate -11.4998
-lich -8.05898
-liche -9.07948
-lichen -8.89268
-licher -10.3758
-lichkeit -9.45364
-lief -10.1586
-liegen -10.8825
-line -10.2059
-ling -9.55604
-lini -10.9842
-linka -11.5841
-liste -11.1488
-lize -11.7168
-ll -9.13572
-lle -9.59474
-lli -10.365
-lo -8.4465
-lock -10.7404
-log -9.23681
-lohn -11.3726
-long -10.8038
-los -9.05544
-lose -10.0378
-losen -10.4704
-losigkeit -11.1457
-low -10.4823
-lt -9.15885
-lung -9.9033
-ly -5.35074
-lzen -11.2963
-lä -9.7519
-länder -9.3093
-längst -11.1575
-lässigkeit -11.7807
-läuf -10.2578
-läß -9.86825
-läßlich -11.2946
-lösen -11.4904
-lösung -11.1103
-m -5.55296
-ma -8.3891
-macht -10.5931
-made -7.89545
-makroökonomische -11.7111
-mal -9.69963
-mals -9.82085
-man -9.57501
-management -11.2216
-mangel -11.0448
-marine -10.8032
-mark -11.1403
-markt -10.0764
-material -11.8581
-maßen -10.3577
-maßnahmen -9.64463
-mechanism -11.1499
-mehr -9.98358
-meist -10.8239
-menge -11.088
-ment -8.29438
-merk -9.74684
-messen -10.8151
-met -10.0554
-methode -11.2591
-migration -9.84252
-militärische -11.7258
-minister -9.71952
-mission -9.77028
-misunderstanding -11.9363
-mit -8.77993
-mittel -9.10952
-mißbrauch -11.0712
-mmel -10.9247
-modell -10.9398
-most -9.39439
-mployment -11.2714
-mut -10.0574
-märkte -11.1102
-mäßig -10.1362
-mäßigkeit -11.3966
-möglich -10.9186
-möglichkeit -11.1783
-mütig -11.6604
-n -3.96298
-nach -9.47838
-nachlässig -11.2917
-nahm -10.8946
-nahme -9.5631
-ndez -11.2402
-nehmen -10.1917
-ness -8.66314
-netz -10.332
-next -8.86808
-ng -9.56529
-ngleichheit -11.1287
-niedrig -11.5159
-niveau -10.7836
-noch -9.73389
-not -8.06542
-ntergovernmental -10.032
-nteroperabilität -11.2172
-ntlich -10.466
-nutz -10.1578
-nzusammenführung -11.4088
-nächst -8.85852
-o -7.23985
-oalition -11.2917
-obachtungsstelle -10.5428
-oboda -10.7765
-oc -10.2863
-ocrat -11.1092
-oder -7.35181
-odex -11.8842
-odu -11.204
-ogau -11.7807
-ogen -10.9033
-ograph -10.5837
-oint -10.9238
-ok -9.27808
-ol -8.64153
-oli -10.8873
-olksgesundheit -10.3787
-ollar -10.7257
-ological -11.434
-ologie -11.8762
-om -8.98168
-omplementar -11.7105
-on -7.57468
-ona -10.2074
-onciliation -10.8949
-ond -9.59702
-one -8.20563
-onitor -11.3956
-onymi -11.9812
-ood -9.64293
-ooperation -11.3595
-op -9.37504
-ope -9.67754
-openhagen -11.1869
-opfer -11.2957
-oping -10.8176
-opoulo -11.1196
-or -7.78474
-oratorium -11.314
-ordne -11.4746
-ordnung -10.2603
-oreign -10.722
-organe -11.5999
-organisation -9.69281
-organisieren -11.7353
-orge -10.8297
-ori -9.79339
-orientierte -11.1052
-ork -10.455
-orrow -9.47211
-ors -9.33642
-ory -9.31033
-ose -7.73676
-osselt -11.4213
-other -8.81474
-otti -11.0093
-otto -11.946
-ough -9.33983
-ought -9.02042
-ould -6.46984
-our -9.67305
-ous -8.80615
-out -8.15016
-ov -10.9304
-over -9.59036
-ow -9.21951
-p -7.43546
-pa -9.06206
-paket -11.2485
-papier -11.3369
-par -9.19139
-parlamentarische -11.7429
-partei -10.5913
-partner -10.3927
-passen -10.8884
-pe -9.27707
-pecial -11.456
-per -9.22732
-periode -11.5849
-personal -11.9424
-petition -11.3027
-pf -9.839
-pflanz -11.2591
-pflicht -10.4103
-ph -9.72867
-phase -10.2978
-pionage -11.8174
-pite -9.45992
-pla -10.252
-plan -9.92935
-pläne -11.3723
-po -8.86806
-pol -10.2228
-politik -8.4917
-politische -9.96486
-port -10.3999
-position -10.3122
-pover -9.96698
-pp -9.1068
-pranger -11.8751
-precedent -11.282
-preis -11.3292
-preise -10.9082
-pri -9.96753
-prinzip -11.0892
-prob -11.3031
-problem -9.92972
-productive -11.0771
-produkt -10.5787
-produktion -11.3617
-programm -9.21242
-projekt -11.9378
-projekte -11.1472
-promising -11.7453
-prop -11.7793
-proving -11.154
-proxim -11.9363
-prozess -10.9881
-prozeß -11.6521
-präsident -11.0697
-prüfung -11.2873
-punkt -9.5712
-put -10.4711
-pä -10.9613
-qu -8.87206
-quality -9.18837
-qualität -10.6013
-que -9.92285
-quelle -11.2824
-quot -6.86527
-r -5.31854
-ra -8.37527
-rac -10.1971
-rahmen -10.5421
-rak -10.3615
-ramework -11.4595
-rang -10.6923
-rat -9.23008
-rate -9.55177
-raum -9.73575
-raw -11.132
-raxis -10.0525
-re -7.05618
-rea -10.2983
-read -8.05748
-rechnung -11.197
-recht -8.83773
-rechte -10.5164
-rechtliche -10.4627
-rechtskommission -11.615
-rechtskonvention -11.6944
-rechtsverletzung -11.208
-reden -10.505
-refore -7.66836
-reform -11.0002
-reg -9.54763
-regeln -10.5281
-regelung -10.4368
-regierung -11.4737
-region -10.5598
-rei -9.7059
-reichen -10.1089
-reisen -11.2219
-rela -11.1029
-related -10.517
-ren -8.25751
-renzarbeitnehmer -11.9155
-republik -11.5135
-reserve -10.4333
-respo -11.0639
-ressourcen -11.511
-reyer -10.9499
-richten -9.84406
-richtlinie -10.2192
-riminal -11.4992
-risik -11.78
-rising -10.9842
-ritten -10.373
-rksamkeit -9.91012
-rlei -9.95811
-ro -7.97902
-rolle -11.2897
-roni -10.8371
-rosecutor -11.7036
-rotection -11.5411
-rotocol -11.745
-rra -10.5728
-rseit -9.92556
-ruf -10.475
-rufen -10.3404
-ruhe -10.7193
-rust -10.8045
-ry -9.65306
-rä -9.16333
-rägt -11.2922
-räume -10.1792
-rü -9.12152
-rückt -10.8764
-rührt -11.3964
-s -3.4905
-sache -11.1202
-sagen -11.03
-same -8.17264
-samkeit -11.2048
-sandt -11.7115
-santrag -9.64529
-santräge -10.5709
-satz -9.66191
-sausschuss -10.7163
-sausschuß -10.4534
-sbereich -10.3484
-sbürgerschaft -11.9931
-schaffen -11.2311
-schaft -9.06665
-schau -10.3564
-sche -9.22962
-scheinend -11.8447
-schen -10.096
-schenkt -11.6781
-schicht -11.0483
-schieben -11.6981
-schieden -11.1495
-schiff -11.7132
-schlag -10.4336
-schließlich -10.4684
-schlossen -10.9198
-schluss -11.2374
-schluß -10.5784
-schläg -10.398
-schlüsse -11.4324
-schmuggel -11.9576
-schnellstmöglich -11.9363
-schnitten -11.7801
-schrecken -11.5135
-schrei -9.87443
-schreiben -10.6642
-schreitende -10.5267
-schrift -11.1467
-schränken -11.723
-schul -10.2971
-schuldig -10.5164
-schuldung -11.6944
-schutz -9.50796
-schwe -10.252
-schäd -10.3566
-schätzung -12.0004
-sdokument -11.8819
-sebene -10.9832
-sehen -9.62719
-sehr -7.44696
-seite -11.2575
-seitige -11.9889
-sektor -9.53369
-selbe -9.73143
-self -8.48589
-selves -9.38832
-set -10.2165
-setzen -10.6815
-setzt -10.3038
-setzung -9.35713
-sfindung -11.9576
-sfähigkeit -10.0844
-sgesellschaft -10.789
-sicherheit -9.7875
-sicherung -10.9732
-sichtlich -9.04662
-side -9.80313
-sinitiative -11.0392
-sinki -9.79923
-situation -10.7462
-sitzung -11.0834
-skandidaten -11.0137
-ski -10.5172
-skonferenz -9.4397
-skontrolle -10.6629
-smitglied -10.4046
-smitglieder -11.1033
-smöglichkeit -10.5841
-so -9.75192
-sonst -11.2809
-sorgniserregend -11.5702
-sorgt -11.6621
-sort -10.6775
-soviel -11.7119
-sp -8.75879
-space -11.519
-spatent -11.9364
-spect -10.9893
-spekt -10.8094
-spezifische -11.8381
-spiegel -11.615
-spiel -10.1073
-spolitik -9.06466
-sprach -9.82522
-sprechen -10.6155
-sprinzip -10.6973
-sprochen -11.0387
-sprozesse -10.8955
-sprozeß -10.3859
-spräche -11.7109
-spräsident -10.4784
-spräsidentschaft -10.6722
-sstandard -11.5141
-ssysteme -10.5755
-st -6.83989
-staat -10.5603
-staaten -10.36
-staatliche -11.044
-stabilität -11.3141
-stadium -11.9363
-stadt -11.8751
-stand -9.09199
-standing -10.7593
-statt -9.83524
-ste -8.7238
-stead -9.6713
-stehen -9.96167
-steigen -11.0941
-stelle -9.84951
-stellen -9.8043
-stellt -10.1752
-stellung -9.44144
-sten -9.02816
-ster -9.8165
-sterda -9.9454
-stern -9.78537
-sterreich -9.57349
-steuer -10.1711
-stieg -10.7188
-stock -11.08
-stoffe -10.9501
-stoß -10.4287
-strategie -10.4744
-stream -11.678
-streb -10.0524
-strecke -11.8946
-streit -10.7985
-strichen -11.7159
-struktur -10.5266
-ströme -11.5414
-stück -11.6304
-stützen -11.5553
-subvention -11.5557
-sumption -10.4814
-suppose -11.836
-sverfahren -9.48856
-sverzerrung -11.9363
-svorschläge -11.1698
-swachstum -11.1383
-system -9.02633
-sätze -10.3309
-t -4.88335
-ta -8.88624
-tag -9.63239
-tage -10.249
-taking -9.06787
-tami -11.8387
-tat -9.86588
-tausend -10.9413
-te -7.37958
-technik -12.0015
-technische -11.8186
-technologie -10.9744
-technologies -10.7236
-tehende -11.4059
-teil -9.41095
-teilen -10.4347
-teilung -9.97553
-ten -7.24806
-tention -9.10164
-ter -8.18026
-tergovernmental -11.2034
-terrorism -10.6583
-text -11.3295
-th -8.47046
-the -9.00572
-ther -7.74985
-thing -8.05622
-this -5.48219
-though -9.01804
-thus -10.1202
-tic -9.60513
-tiefst -11.1131
-tigkeit -10.6991
-tik -10.4633
-til -9.33674
-tim -9.42926
-ting -9.23026
-tion -8.58352
-tmosphär -11.8555
-to -9.29856
-tober -10.9345
-toff -10.9056
-together -11.9424
-ton -10.3785
-tra -8.95022
-tract -10.491
-tradition -10.5161
-traf -9.76923
-trag -9.76007
-tragen -10.2204
-transeuropäische -11.3254
-transport -11.3595
-treffen -10.5318
-treiben -10.3525
-treibung -11.9155
-treten -9.92742
-tri -9.62415
-tritt -9.7633
-truck -11.6031
-truction -11.1277
-tructural -10.1107
-träger -10.4538
-ttle -10.5671
-tung -9.45432
-ture -10.1626
-twic -11.2188
-ty -8.60577
-tz -9.22817
-tät -11.0583
-tätig -10.8943
-tätigkeit -10.5581
-täuschen -11.8362
-tür -10.4728
-u -7.54372
-uadra -11.9576
-uaestor -11.9861
-ual -10.0354
-ualifikation -12.0015
-ualität -9.63065
-ub -9.3573
-uber -11.0686
-uch -7.5728
-ud -9.22513
-ue -9.68217
-uecedo -11.5414
-uelle -10.7936
-uestion -10.7232
-uf -10.325
-uff -10.7255
-ufrechterhalt -11.1971
-ug -9.19905
-ugoslavia -10.9105
-ul -8.34821
-ula -10.6788
-um -7.67917
-umweltfreundlich -11.5414
-un -8.71845
-und -8.65462
-ung -6.82873
-ungen -8.77232
-ungsweise -11.7183
-unha -11.7307
-union -10.7992
-unt -10.539
-unter -10.3343
-unternehmen -10.324
-unternehmer -11.901
-uoten -10.7831
-up -9.49226
-ur -7.895
-ural -10.6947
-ure -10.009
-ureau -11.0401
-ursacherprinzip -11.7246
-us -7.97605
-usgewogenheit -11.5414
-uster -11.0554
-usübung -11.571
-ut -8.38616
-ute -9.92093
-uzz -11.8256
-uß -9.90168
-uästoren -11.8751
-v -8.62524
-va -9.53391
-valu -10.1033
-vari -10.9543
-ve -8.84964
-ver -8.21654
-verbindlich -11.0728
-verbot -11.2913
-verbrauch -11.2229
-verbände -11.4998
-verdienen -11.5274
-vereinbarung -11.2275
-verfahren -9.81122
-verhandlung -11.2819
-verhältnis -11.2485
-verhütung -11.7988
-verkehr -9.6482
-verletz -11.1859
-vermögen -11.9155
-verordnung -11.1036
-versammlung -11.6944
-verschmutzung -11.2092
-versicherung -11.3156
-versorgung -11.3028
-verstanden -9.8197
-verständlich -9.17095
-verständnis -11.4574
-vertrag -11.1105
-vertreter -11.3964
-verträge -11.8751
-verwaltung -11.1672
-very -7.55745
-vi -8.32345
-vici -11.4228
-vielfältig -11.6619
-vo -9.79248
-voll -9.76307
-vor -9.5587
-vorgehen -11.7322
-vorhaben -11.4359
-vorschlag -10.3738
-vorschläg -10.9924
-vorschrift -10.5395
-vorsitzende -11.5931
-w -7.62691
-wa -9.2238
-wachsen -10.6345
-wagen -11.5141
-wahl -10.9807
-wahr -11.009
-wan -9.51198
-wards -10.8599
-warten -10.6548
-wartet -11.7525
-wasser -11.0353
-way -10.0755
-ways -9.01039
-wechsel -11.1384
-weg -9.26659
-wegen -9.48373
-wei -9.89958
-weile -10.7267
-weise -9.90319
-weisen -9.75751
-weist -10.1602
-weisung -10.8301
-weit -9.56569
-weitaus -11.2444
-weiterentwickelt -11.9822
-welt -10.6641
-wende -10.8079
-wenig -11.3854
-were -8.29724
-werfen -11.0486
-werk -9.97555
-wert -9.49374
-werte -9.76231
-wesen -10.3207
-wettbewerb -11.5135
-wettbewerbsfähig -11.6189
-what -10.7663
-where -10.0114
-whil -11.3002
-wide -10.7382
-wiegend -11.1589
-will -10.9631
-willig -10.811
-wir -11.0733
-wirken -10.0704
-wirkt -10.4979
-wirkung -10.9557
-wirtschaft -9.69755
-wise -9.90797
-wissen -11.1795
-wissenschaftlich -10.2076
-witze -11.5321
-wo -10.1058
-wohl -8.36641
-wohn -10.4728
-worden -8.88794
-work -11.2126
-wort -10.3673
-wunden -11.4217
-wächst -11.4442
-wähl -10.725
-währung -11.8507
-wäl -11.3865
-wär -11.0038
-würde -11.9424
-würdig -10.0025
-würfe -11.5849
-x -8.87466
-y -5.1006
-yet -9.14614
-z -7.50954
-zahl -9.44066
-zahlung -11.0822
-zeichen -11.5097
-zeichnen -10.19
-zeit -9.17294
-zemb -11.2591
-zentr -10.6298
-zero -11.4574
-zeugen -11.5669
-zi -9.77173
-zialdemokratisch -11.9783
-zieh -9.64289
-ziel -10.0367
-zig -10.3969
-zogen -10.5057
-zu -8.41418
-zuarbeiten -11.0053
-zubringen -10.8292
-zufüg -11.801
-zuführen -11.1652
-zug -10.0932
-zugeben -10.9261
-zugleich -11.206
-zuheben -11.9365
-zukommen -10.5576
-zulegen -11.2254
-zunehmen -10.6359
-zusagen -11.2647
-zusammenarbeit -10.326
-zuschließen -11.1011
-zusehen -11.1755
-zusetzen -10.3574
-zustellen -9.61563
-zustimmen -11.0551
-zuweisen -11.1466
-zuwenden -10.6712
-zw -9.98863
-zweck -11.0381
-zwischen -10.4254
-zögert -11.7807
-züge -10.8245
-Ä -10.7064
-Änderungsanträge -8.55646
-ß -8.93061
-ä -7.86574
-ächt -10.3702
-ände -10.0659
-änderung -11.7259
-ändig -10.0398
-änge -10.1162
-ängt -11.0107
-är -9.07138
-ärmsten -11.092
-ü -7.71215
-über -10.2735
-übergehen -11.4373
-üche -11.1619
-ühne -11.9796
-üsse -11.0166
-▁ -3.31731
-▁! -7.30262
-▁& -5.90518
-▁) -7.0348
-▁, -3.18922
-▁- -6.34637
-▁. -3.61933
-▁... -10.0758
-▁00 -8.98028
-▁000 -9.03185
-▁006 -11.2615
-▁010 -11.7988
-▁011 -11.6619
-▁012 -11.5557
-▁013 -11.7807
-▁014 -11.8951
-▁015 -11.5414
-▁016 -11.2807
-▁017 -11.3485
-▁018 -11.7988
-▁019 -11.9155
-▁020 -11.5849
-▁021 -11.5414
-▁022 -11.9363
-▁025 -11.8751
-▁026 -11.9363
-▁027 -11.8555
-▁033 -11.9793
-▁035 -11.8174
-▁038 -11.9363
-▁1 -8.80047
-▁1. -10.1826
-▁10 -9.0971
-▁100 -10.2395
-▁11 -9.2701
-▁11.30 -11.409
-▁12 -8.99428
-▁13 -9.38638
-▁14 -9.31971
-▁15 -8.9199
-▁16 -9.91592
-▁17 -9.82761
-▁18 -9.78506
-▁19 -9.65092
-▁195 -11.3284
-▁197 -10.6826
-▁198 -9.90426
-▁199 -8.84198
-▁1990 -10.8547
-▁1997 -9.69829
-▁1998 -8.97126
-▁1999 -8.28973
-▁2 -9.02971
-▁2. -11.0826
-▁20 -9.00551
-▁200 -9.07415
-▁2000 -7.68838
-▁2001 -9.32262
-▁2003 -10.6133
-▁2005 -11.0346
-▁201 -10.5749
-▁21 -9.87361
-▁21. -11.1418
-▁22 -10.1861
-▁23 -10.216
-▁24 -9.99709
-▁25 -9.58049
-▁26 -10.4924
-▁27 -10.5589
-▁28 -10.3026
-▁29 -10.5902
-▁3 -9.06857
-▁30 -9.54253
-▁300 -10.6306
-▁31 -10.5378
-▁32 -10.8323
-▁33 -11.1884
-▁34 -11.179
-▁35 -10.4937
-▁36 -11.0156
-▁37 -10.3839
-▁38 -10.9902
-▁39 -11.3269
-▁4 -9.12946
-▁40 -9.80477
-▁400 -11.2715
-▁41 -11.3621
-▁42 -10.8421
-▁43 -11.3271
-▁44 -11.3276
-▁45 -10.8696
-▁46 -11.294
-▁48 -10.9345
-▁5 -8.7413
-▁50 -9.51441
-▁500 -10.7077
-▁53 -11.328
-▁6 -8.88276
-▁60 -10.0316
-▁7 -9.03351
-▁70 -10.3848
-▁8 -9.29331
-▁80 -10.0859
-▁85 -11.1421
-▁9 -9.26835
-▁90 -10.3365
-▁95 -10.8335
-▁99 -11.0487
-▁: -6.85925
-▁; -8.22002
-▁? -6.94934
-▁A -7.60435
-▁AIDS -10.9889
-▁AKP -10.2816
-▁ALE -11.678
-▁Ab -9.0819
-▁Abbau -11.4475
-▁Abend -11.45
-▁Abfall -10.6718
-▁Abfälle -10.4865
-▁Abgeordnete -9.08018
-▁Abgeordneten -8.76288
-▁Abhängigkeit -11.3254
-▁Abkommen -9.09215
-▁Ablehnung -11.0306
-▁Abs -10.1844
-▁Absatz -9.98458
-▁Abschluss -11.6306
-▁Abschluß -10.344
-▁Abschnitt -11.7116
-▁Absicht -9.92935
-▁Abstimmung -8.54322
-▁Abänderung -11.187
-▁Achtung -10.1358
-▁Action -11.4863
-▁Affairs -9.26254
-▁Africa -9.59261
-▁African -10.4449
-▁Afrika -9.94917
-▁Agenc -11.5904
-▁Agend -10.3612
-▁Agentur -11.2591
-▁Agrar -9.77443
-▁Agreement -10.574
-▁Agricultur -10.5422
-▁Aids -11.1015
-▁Aki -11.7141
-▁Akt -10.5791
-▁Akteure -11.0221
-▁Aktion -9.61625
-▁Aktionsplan -10.744
-▁Aktionspläne -11.7111
-▁Aktionsprogramm -11.1103
-▁Aktivität -10.1858
-▁Al -9.74878
-▁Albaner -11.9576
-▁Albania -10.903
-▁Algeria -11.5135
-▁Algerien -11.8751
-▁Alkohol -10.5012
-▁Allgemein -10.859
-▁Alliance -11.1196
-▁Allianz -11.0137
-▁Alter -10.7449
-▁Alternative -10.8307
-▁Altfahrzeug -11.8751
-▁Amendment -9.05477
-▁America -10.472
-▁American -10.1115
-▁Amerika -11.7627
-▁Amerikaner -11.585
-▁Amnest -11.8951
-▁Amsterdam -9.36171
-▁Amt -10.5586
-▁An -8.30506
-▁Analyse -10.4619
-▁Anderss -11.5999
-▁Anerkennung -10.1463
-▁Anfang -10.2157
-▁Anforderung -10.5268
-▁Anfrage -9.29974
-▁Angabe -10.4433
-▁Angebot -11.4729
-▁Angehörige -11.2173
-▁Angelegenheit -9.01998
-▁Angleichung -11.7111
-▁Angola -10.8307
-▁Angriff -10.5321
-▁Angst -11.3486
-▁Anhang -11.4598
-▁Anhörung -11.3028
-▁Anl -10.5653
-▁Anlagen -10.7569
-▁Anliegen -10.4669
-▁Anmerkung -10.9181
-▁Annahme -9.92672
-▁Annex -11.7453
-▁Annäherung -11.3485
-▁Anpassung -10.6642
-▁Anreiz -10.8307
-▁Ansatz -9.88794
-▁Ansicht -8.89987
-▁Anspruch -10.4103
-▁Anstrengung -10.0148
-▁Anteil -10.4922
-▁Anti -10.8249
-▁Antisemitismus -11.9363
-▁Antrag -9.70712
-▁Anträge -10.744
-▁Antwort -9.21989
-▁Anwendung -9.22687
-▁Anwesenheit -11.5414
-▁Appell -11.6304
-▁April -9.95787
-▁Ar -9.89738
-▁Arbeit -8.32219
-▁Arbeitgeber -11.2275
-▁Arbeitnehmer -9.58746
-▁Arbeits -9.28303
-▁Arbeitsgruppe -11.2731
-▁Arbeitsmarkt -10.7315
-▁Arbeitsplatz -11.1869
-▁Arbeitsplätze -9.7438
-▁Arbeitszeit -10.9896
-▁Argument -10.9368
-▁Argumente -11.0269
-▁Armee -11.4598
-▁Armut -10.2005
-▁Art -9.02411
-▁Article -9.07262
-▁Artikel -8.79082
-▁Asia -11.239
-▁Aspekt -10.1182
-▁Aspekte -9.7279
-▁Assembly -10.7965
-▁Association -11.7111
-▁Assoziierungs -11.3028
-▁Asyl -9.88491
-▁Asylbewerber -11.3964
-▁Atlanti -11.0221
-▁Atom -10.9334
-▁Auditors -10.4814
-▁Auf -9.23922
-▁Aufbau -10.5476
-▁Aufenthalt -10.9409
-▁Auffassung -9.20747
-▁Aufforderung -11.4731
-▁Aufgabe -9.47068
-▁Aufgaben -9.89487
-▁Aufheb -11.5136
-▁Aufklärung -11.4729
-▁Aufm -9.89384
-▁Aufnahme -10.0851
-▁Aufsicht -11.8174
-▁Auftrag -11.0057
-▁Auge -11.198
-▁Augen -10.2001
-▁Augenblick -11.5274
-▁August -11.0741
-▁Aus -8.76887
-▁Ausarbeitung -10.8377
-▁Ausbau -11.4872
-▁Ausbeut -11.0478
-▁Ausbildung -9.87425
-▁Ausdruck -9.14359
-▁Ausfuhr -11.8795
-▁Ausführung -9.81198
-▁Ausgaben -10.2938
-▁Ausgangspunkt -11.728
-▁Ausgleich -11.3038
-▁Ausgrenzung -10.9489
-▁Ausland -11.0586
-▁Auslegung -11.646
-▁Ausmaß -10.8884
-▁Ausnahme -10.2456
-▁Ausrichtung -10.9971
-▁Aussage -10.6846
-▁Ausschuss -8.81559
-▁Ausschuß -8.84672
-▁Ausschüsse -10.7569
-▁Aussicht -11.662
-▁Aussprache -8.78901
-▁Austausch -11.177
-▁Austria -9.7175
-▁Austrian -10.2319
-▁Auswahl -11.2701
-▁Auswei -10.8917
-▁Auswirkung -9.35694
-▁Auto -10.1641
-▁Automobil -11.646
-▁Autonomie -11.8555
-▁Außen -9.62426
-▁Außenminister -11.1014
-▁B -7.39036
-▁BNF -11.7628
-▁BSE -9.89891
-▁Bahn -11.238
-▁Balkan -9.95343
-▁Balkans -10.1914
-▁Bananen -11.083
-▁Bangladesch -11.5414
-▁Bangladesh -11.3603
-▁Bank -9.6306
-▁Bar -9.91372
-▁Barnier -10.7064
-▁Bas -10.6056
-▁Basis -10.5496
-▁Baskenland -11.6304
-▁Bau -10.1804
-▁Be -7.83981
-▁Beacht -11.4264
-▁Beamte -11.4538
-▁Beamten -10.7217
-▁Bedarf -10.8063
-▁Bedauern -11.7111
-▁Bedeutung -8.77196
-▁Bedingung -9.36493
-▁Bedrohung -11.4213
-▁Bedürfnisse -10.9257
-▁Befugnisse -10.8807
-▁Befürchtung -11.1103
-▁Beginn -10.3568
-▁Begleit -11.8176
-▁Begrenzung -11.7807
-▁Begriff -10.3147
-▁Begründung -10.8662
-▁Behandlung -10.254
-▁Behauptung -11.5849
-▁Behinderte -11.9155
-▁Behörde -11.2615
-▁Behörden -9.48764
-▁Beibehalt -11.9363
-▁Beifall -10.574
-▁Beihilfe -11.2607
-▁Beihilfen -9.8316
-▁Beispiel -8.95384
-▁Beitrag -9.38935
-▁Beitritt -9.4826
-▁Beitrittsländer -11.1384
-▁Beiträge -10.9411
-▁Bekämpfung -9.33481
-▁Belastung -11.0392
-▁Belder -11.615
-▁Belgi -10.3096
-▁Belgian -11.2501
-▁Belgrad -11.8362
-▁Bemerkung -9.74851
-▁Bemühen -11.8174
-▁Bemühung -9.96079
-▁Beobachter -11.1969
-▁Beratung -10.6409
-▁Bereich -8.19864
-▁Bereiche -9.84285
-▁Bereitschaft -11.1289
-▁Bereitstellung -11.1969
-▁Berg -10.8264
-▁Bericht -7.17872
-▁Berichte -10.1736
-▁Berichts -9.75165
-▁Berlin -10.2816
-▁Beruf -10.5384
-▁Beschleunig -12.0015
-▁Beschluss -11.0225
-▁Beschluß -10.0058
-▁Beschlüsse -10.2193
-▁Beschränkung -11.0221
-▁Beschwerde -11.1103
-▁Beschäftigte -11.1479
-▁Beschäftigung -9.52281
-▁Beschäftigungs -10.2906
-▁Beseitigung -11.1011
-▁Besitzstand -11.7111
-▁Besonderheit -11.5414
-▁Besorgnis -10.2499
-▁Bestandteil -10.6013
-▁Besteuerung -11.3722
-▁Bestimmung -9.57547
-▁Bestreben -11.7807
-▁Bestrebung -11.8751
-▁Bestände -11.7453
-▁Bestätigung -11.9155
-▁Besuch -10.6528
-▁Beteiligte -11.1575
-▁Beteiligung -10.3699
-▁Betracht -11.092
-▁Betrag -11.1688
-▁Betreiber -11.5702
-▁Betrieb -10.1463
-▁Betroffenen -11.5135
-▁Betrug -10.646
-▁Beträge -11.728
-▁Betrüger -11.8951
-▁Beurteilung -11.6619
-▁Bevölkerung -9.18293
-▁Bewegung -11.2917
-▁Beweis -10.1455
-▁Bewerberländer -11.4729
-▁Bewertung -9.96079
-▁Bewirtschaftung -11.3485
-▁Bewußtsein -11.6304
-▁Bezeichnung -11.2485
-▁Beziehung -9.37788
-▁Bezug -10.056
-▁Bilanz -11.2275
-▁Bild -10.7368
-▁Bildung -9.51979
-▁Billig -11.6463
-▁Binnenmarkt -9.36171
-▁Biotechnologie -11.8174
-▁Birdal -11.2591
-▁Birma -11.2917
-▁Bitte -11.2594
-▁Blick -10.725
-▁Blok -11.4729
-▁Boden -10.9257
-▁Bolkestein -11.092
-▁Boot -11.9576
-▁Bosnia -11.3603
-▁Bosnien -11.4088
-▁Botschaft -10.3482
-▁Bou -11.179
-▁Bowe -11.8175
-▁Branche -11.2591
-▁Brand -11.5702
-▁Brenner -11.4468
-▁Brennstoff -11.7807
-▁Bri -11.3574
-▁Brief -11.4729
-▁Brit -9.51356
-▁Brok -11.3603
-▁Bru -11.1989
-▁Brussels -10.1605
-▁Brüssel -10.1821
-▁Bu -10.5344
-▁Budget -9.83992
-▁Buiten -10.8032
-▁Bulgari -11.8751
-▁Bundes -10.7832
-▁Burma -10.7831
-▁Burundi -11.646
-▁Bush -11.5275
-▁Byrne -11.092
-▁Bürger -8.30896
-▁Bürgerbeauftrag -10.7765
-▁Bürgerinnen -11.0227
-▁Bürgern -9.91256
-▁Büro -11.0741
-▁Bürokratie -11.4863
-▁C -8.12267
-▁CFS -11.7465
-▁CO -10.6323
-▁COM -10.7831
-▁COS -10.8448
-▁Ca -9.99843
-▁Cairo -11.9155
-▁Cambodia -11.728
-▁Casaca -11.9363
-▁Central -10.1463
-▁Centre -10.7188
-▁Ch -10.051
-▁Chairm -11.7453
-▁Chamber -10.3699
-▁Chance -9.81958
-▁Charakter -10.5266
-▁Charta -9.53461
-▁Charter -9.60572
-▁Chechnya -10.859
-▁Chi -11.0382
-▁China -9.373
-▁Chinese -10.8807
-▁Chira -11.2255
-▁Christ -11.5557
-▁Christdemokrat -11.1969
-▁Christian -10.6642
-▁Citizen -11.1289
-▁Clinton -11.8751
-▁Co -9.21833
-▁Colombia -11.5849
-▁Commission -6.60629
-▁Commissioner -7.9327
-▁Committee -8.1419
-▁Common -10.9889
-▁Communis -11.728
-▁Communit -8.12407
-▁Computer -12.0015
-▁Confedera -11.615
-▁Conference -9.4263
-▁Conservative -11.5557
-▁Constitution -11.4468
-▁Consumer -10.7831
-▁Control -10.7634
-▁Convention -9.43145
-▁Corri -11.8174
-▁Cost -11.0074
-▁Council -7.33042
-▁Countr -11.7628
-▁Court -9.50272
-▁Cuba -11.3369
-▁Cultur -11.3486
-▁Cypr -10.6642
-▁Cypriot -12.0015
-▁Czech -11.434
-▁D -8.64394
-▁DE -10.2543
-▁Da -9.4449
-▁Dame -9.46441
-▁Dan -10.4227
-▁Dank -9.273
-▁Daten -9.84377
-▁Dauer -11.1869
-▁De -9.21384
-▁Debatte -8.72761
-▁Dec -10.0319
-▁Defen -11.2923
-▁Definition -10.3966
-▁Defizit -11.0478
-▁Delegation -9.90403
-▁Dell -11.2198
-▁Democrat -10.5759
-▁Democrats -10.3728
-▁Demokraten -11.3028
-▁Demokratie -9.29502
-▁Demokratische -11.2591
-▁Demonstration -11.8555
-▁Denk -11.5052
-▁Depre -11.3369
-▁Detail -11.1383
-▁Deutschland -10.3269
-▁Development -10.1968
-▁Dezember -10.2578
-▁Di -9.72456
-▁Dialog -9.54035
-▁Diamantopoulou -11.4863
-▁Die -10.4552
-▁Dienst -9.83226
-▁Dienstag -11.9577
-▁Dienste -10.2775
-▁Dienststellen -11.3725
-▁Differenz -11.646
-▁Diktatur -11.8951
-▁Dimension -10.4334
-▁Dinge -9.67391
-▁Dioxin -11.9363
-▁Diplomatie -11.9576
-▁Directive -10.2079
-▁Directorate -11.434
-▁Direkt -11.2275
-▁Diskriminierung -9.89033
-▁Diskussion -9.30709
-▁Disziplinar -11.5136
-▁Do -10.4649
-▁Dokument -9.58145
-▁Dollar -10.8521
-▁Donnerstag -10.9647
-▁Doping -10.9892
-▁Doppel -11.7988
-▁Dossier -11.9576
-▁Dover -11.4232
-▁Dringlichkeit -10.574
-▁Dritt -10.3083
-▁Drittel -11.4352
-▁Drittländern -10.4571
-▁Drittstaaten -11.3843
-▁Drogen -10.4716
-▁Druck -10.0653
-▁Du -10.241
-▁Dublin -10.7188
-▁Durch -11.1868
-▁Durchführung -9.6348
-▁Durchschnitt -11.9363
-▁Durchsetzung -11.1384
-▁Dut -10.9954
-▁Dynami -11.7628
-▁Dänemark -10.6821
-▁E -7.86389
-▁EAG -11.9576
-▁EC -9.78764
-▁ECHO -10.2383
-▁EG -10.5017
-▁ELDR -11.0565
-▁EMA -10.8807
-▁EMU -11.3843
-▁EPP -11.7628
-▁EU -7.26286
-▁EUR -9.02495
-▁EVP -11.1289
-▁East -10.2702
-▁Easter -10.8581
-▁Ebene -8.909
-▁Echelon -11.1869
-▁Economic -10.4963
-▁Effektivität -11.6619
-▁Effizienz -10.6069
-▁Ehre -11.0921
-▁Eigenschaft -11.4729
-▁Eigentum -11.615
-▁Ein -8.98635
-▁Einbezieh -10.3061
-▁Eindruck -10.3062
-▁Einfluss -11.7988
-▁Einfluß -10.6013
-▁Einfuhr -11.2917
-▁Einführung -9.78465
-▁Eingreif -11.5238
-▁Einhaltung -10.2618
-▁Einheit -10.7071
-▁Einigung -10.5016
-▁Einkla -10.7336
-▁Einkommen -10.6887
-▁Einleitung -11.3965
-▁Einmischung -12.0015
-▁Einnahmen -11.7453
-▁Einrichtung -9.91792
-▁Einsatz -10.1052
-▁Einschränkung -11.0565
-▁Einschätzung -11.2485
-▁Einstellung -11.0398
-▁Einstimmigkeit -11.4998
-▁Einwanderer -11.1011
-▁Einwanderung -10.3743
-▁Einwohner -11.5135
-▁Einwände -11.4468
-▁Einzel -10.2005
-▁Eisenbahn -9.95606
-▁El -9.94971
-▁Elektrizität -11.7628
-▁Element -10.7476
-▁Elemente -10.7861
-▁Eltern -11.6619
-▁Embargo -11.5557
-▁Embryo -11.4598
-▁Emission -10.5695
-▁Emp -11.3631
-▁Empfehlung -9.65394
-▁End -10.946
-▁Ende -9.22924
-▁Energ -11.2677
-▁Energie -9.3717
-▁Engagement -10.4241
-▁England -11.1575
-▁English -11.1969
-▁Ent -9.82969
-▁Entlastung -10.0025
-▁Entscheidung -8.56252
-▁Entschließung -8.49963
-▁Entschlossen -11.2485
-▁Entschädigung -11.3843
-▁Entsorgung -11.2485
-▁Entsteh -11.7178
-▁Entwicklung -8.04759
-▁Entwicklungs -9.22947
-▁Entwurf -9.97846
-▁Environment -10.021
-▁Er -8.52895
-▁Erachten -9.24099
-▁Erarbeit -10.7133
-▁Erasmus -11.646
-▁Erdöl -11.4213
-▁Ereignisse -10.5332
-▁Erfahrung -9.79688
-▁Erfolg -9.60696
-▁Erfüllung -11.5414
-▁Ergebnis -9.78279
-▁Ergebnisse -9.58892
-▁Ergänzung -11.3843
-▁Erhaltung -10.881
-▁Erhöhung -10.5063
-▁Erika -10.5318
-▁Erinnerung -11.4088
-▁Eritrea -11.7988
-▁Erkenntnisse -11.3485
-▁Erklärung -9.58485
-▁Erklärungen -10.3495
-▁Erleichterung -11.9155
-▁Erläuterung -11.7453
-▁Ermittlung -11.5702
-▁Ernennung -11.5414
-▁Erneuerung -11.8555
-▁Ernährung -11.4088
-▁Erreich -10.9005
-▁Erscheinung -11.2172
-▁Ersuchen -11.9793
-▁Erwartung -10.7126
-▁Erweiterung -9.14872
-▁Erwerb -11.5414
-▁Erwägung -10.6013
-▁Erzeuger -10.7376
-▁Erzeugnisse -10.4387
-▁Erzeugung -11.9155
-▁Erziehung -11.8951
-▁Etappe -11.8751
-▁Ethiopia -11.1011
-▁Etikett -11.5272
-▁Etikettierung -10.9569
-▁Euratom -11.207
-▁Euro -8.31794
-▁Eurodac -10.7126
-▁Europa -7.81424
-▁Europarat -11.245
-▁Europas -9.21192
-▁Europe -7.47153
-▁European -6.31853
-▁Europol -10.738
-▁Europäer -10.6881
-▁Europäische -6.7453
-▁Evaluierung -11.4729
-▁Evan -11.3723
-▁Ex -10.3243
-▁Existenz -11.2698
-▁Experten -11.0565
-▁Export -10.8033
-▁External -11.4468
-▁F -8.13945
-▁FR -10.1294
-▁Fa -9.68089
-▁Fahr -11.3028
-▁Fahrzeug -11.8252
-▁Fahrzeuge -11.0705
-▁Fakten -11.2172
-▁Faktor -10.3568
-▁Fall -8.54874
-▁Falle -10.1843
-▁Familie -10.2114
-▁Familien -10.3022
-▁Fang -11.2395
-▁Fassung -11.2275
-▁Februar -10.105
-▁Fehl -10.8057
-▁Fehler -10.386
-▁Feira -9.64966
-▁Feld -11.7992
-▁Fernseh -10.3102
-▁Fest -10.7796
-▁Festlegung -10.3185
-▁Feststellung -10.6525
-▁Fi -10.3792
-▁Fidschi -11.2485
-▁Fiji -11.1672
-▁Film -11.2485
-▁Finanz -9.40865
-▁Finanzielle -11.1383
-▁Finanzierung -9.68022
-▁Finanzkontrolle -11.6619
-▁Finanzmittel -11.3036
-▁Finanzmärkte -11.6461
-▁Finland -10.6181
-▁Finnis -11.4344
-▁Finnland -10.6294
-▁Fisch -10.563
-▁Fischer -10.9253
-▁Fischerei -9.42431
-▁Fischler -10.462
-▁Fisher -11.238
-▁Fl -9.90142
-▁Flachs -11.728
-▁Fleisch -11.2485
-▁Flexibilität -10.7188
-▁Flotte -11.728
-▁Flug -10.1208
-▁Flughafen -11.9155
-▁Flugverkehr -11.46
-▁Flugzeug -11.4326
-▁Flugzeuge -11.1686
-▁Fläche -11.5415
-▁Flüchtling -11.0206
-▁Flüchtlinge -10.2743
-▁Flüge -11.9795
-▁Folge -10.1413
-▁Folgen -9.76385
-▁Folter -11.7453
-▁Fonds -10.5474
-▁Fontain -11.5998
-▁For -10.3536
-▁Forderung -9.35691
-▁Form -9.049
-▁Formulierung -10.859
-▁Forschung -9.39874
-▁Forstwirtschaft -11.6304
-▁Fort -10.2887
-▁Fortschritt -10.3903
-▁Fortschritte -9.66127
-▁Forum -11.4101
-▁Fra -10.4995
-▁Frage -7.76666
-▁Fragen -8.6386
-▁Fragestunde -11.0478
-▁Fraktion -8.14096
-▁Franc -9.63799
-▁Frankreich -9.89033
-▁Französisch -12.0015
-▁Frau -7.557
-▁Frauen -8.88015
-▁Frauenhandel -11.1582
-▁Free -11.0479
-▁Freedom -10.8032
-▁Frei -9.98648
-▁Freiheit -9.4936
-▁Freitag -10.6297
-▁Freizügigkeit -10.5474
-▁Fremden -10.5957
-▁Fremdenverkehr -10.8448
-▁French -9.24384
-▁Frequenz -11.7111
-▁Freude -11.083
-▁Freund -10.6351
-▁Friday -10.5164
-▁Frieden -9.8288
-▁Friedens -10.3829
-▁Friedensprozess -11.5864
-▁Frist -10.4766
-▁Front -11.5998
-▁Fund -10.201
-▁Fundament -11.9354
-▁Fundamental -10.1896
-▁Funds -10.1793
-▁Funktion -10.6179
-▁Funktionieren -11.0924
-▁Funktionsweise -11.8951
-▁Fusion -11.2807
-▁Futtermittel -11.728
-▁Fußball -11.1011
-▁Fähigkeit -10.8307
-▁Fälle -9.48987
-▁Förder -11.1372
-▁Förderung -9.51783
-▁Führer -11.4863
-▁Führung -10.859
-▁Fünfte -11.728
-▁G -8.60772
-▁GMO -10.6583
-▁GUE -11.2698
-▁GVO -10.9411
-▁Ga -9.94095
-▁Galeote -11.177
-▁Galla -11.6032
-▁Gang -10.8317
-▁Ganze -11.0922
-▁Garantie -10.5527
-▁Garc -11.8363
-▁Ge -8.6723
-▁Geber -10.8826
-▁Gebiet -8.87276
-▁Gebiete -9.93253
-▁Gebrauch -11.434
-▁Geburt -11.8751
-▁Gebäude -11.1196
-▁Gedanke -11.6239
-▁Gedanken -10.6148
-▁Gefahr -9.63718
-▁Gefahren -10.7184
-▁Gefangene -11.7453
-▁Gefängnis -11.1011
-▁Gefühl -11.1479
-▁Gegebenheit -11.9576
-▁Gegen -9.94673
-▁Gegenstand -10.8171
-▁Gegenteil -10.2307
-▁Gegner -11.9576
-▁Geist -10.8537
-▁Geld -9.36387
-▁Gelder -10.7489
-▁Geldwäsche -11.4088
-▁Gelegenheit -9.62431
-▁Geltungsbereich -11.7453
-▁Gemeinde -11.1575
-▁Gemeinsame -9.391
-▁Gemeinschaft -8.52508
-▁Gemeinschafts -9.35196
-▁Gen -10.2513
-▁Genehmigung -10.8307
-▁General -9.79937
-▁Generalsekretär -11.3254
-▁Generation -10.9648
-▁Geneva -10.8662
-▁Genf -10.8534
-▁Georgia -11.5998
-▁Gerechtigkeit -11.2917
-▁Gericht -10.0163
-▁Gerichtshof -10.2617
-▁German -9.54998
-▁Gesamt -9.82198
-▁Geschichte -10.4241
-▁Geschlecht -11.1383
-▁Geschwindigkeit -11.7111
-▁Geschäft -10.7312
-▁Gesellschaft -9.25099
-▁Gesetz -10.8084
-▁Gesetze -10.2132
-▁Gesetzgebung -10.0653
-▁Gesichtspunkt -11.3485
-▁Gespräch -11.2282
-▁Gespräche -10.6521
-▁Gestaltung -11.2698
-▁Gesundheit -9.73172
-▁Gesundheits -10.1707
-▁Getreide -11.4468
-▁Gewalt -9.89579
-▁Gewerkschaft -11.3722
-▁Gewicht -11.0478
-▁Gewinn -11.0221
-▁Gewähr -10.5126
-▁Gewässer -11.1479
-▁Gib -11.6802
-▁Gipfel -9.72745
-▁Gipfeltreffen -11.0921
-▁Glaubwürdigkeit -11.0054
-▁Gleich -10.9489
-▁Gleichgewicht -10.4241
-▁Gleichstellung -10.8808
-▁Globalisierung -10.5318
-▁Glück -11.8174
-▁Go -10.173
-▁Gol -11.2977
-▁Gott -11.6622
-▁Government -9.26109
-▁Gra -10.2964
-▁Great -11.3603
-▁Greece -9.93485
-▁Greek -10.4863
-▁Green -10.5854
-▁Greens -10.6404
-▁Gremi -11.855
-▁Gremium -11.4091
-▁Grenz -10.16
-▁Grenzen -10.0059
-▁Grenzwerte -11.5852
-▁Griechenland -10.0025
-▁Gross -11.7281
-▁Group -8.5734
-▁Groß -10.5615
-▁Großbritannien -10.7064
-▁Großteil -11.5417
-▁Grund -8.58674
-▁Grunde -10.3334
-▁Grundlage -9.17513
-▁Grundrechte -9.74626
-▁Grundsatz -9.85843
-▁Grundsätze -9.96384
-▁Gruppe -10.0857
-▁Gruppen -10.4092
-▁Größe -11.1575
-▁Grünbuch -11.5998
-▁Gründe -9.31013
-▁Gründung -11.5998
-▁Grüne -10.4523
-▁Gu -10.6169
-▁Guinea -10.918
-▁Gut -10.8214
-▁Guterre -11.615
-▁Güter -10.7002
-▁H -7.69553
-▁HIPC -11.3603
-▁HIV -11.5998
-▁Haarder -10.8518
-▁Habitat -11.3722
-▁Hafen -10.8518
-▁Haft -11.4201
-▁Haftung -11.1681
-▁Haider -10.574
-▁Haltung -9.83734
-▁Hand -9.91173
-▁Handel -9.83364
-▁Handels -9.94511
-▁Handlung -10.4575
-▁Hanf -11.5557
-▁Harbour -11.9793
-▁Harmonisierung -10.1676
-▁Hau -10.7905
-▁Haupt -9.73444
-▁Haus -9.48696
-▁Hause -9.73411
-▁Haushalt -9.29802
-▁Haushalts -9.33266
-▁Haushaltsjahr -11.3028
-▁Haushaltslinie -11.0741
-▁Haushaltsplan -11.4472
-▁Head -11.1289
-▁Heimat -11.4337
-▁Heimatland -11.4731
-▁Hektar -11.9363
-▁Hel -9.66594
-▁Her -10.2611
-▁Heranführung -12.0015
-▁Herangehen -11.8951
-▁Herausforderung -9.91513
-▁Herbst -11.5135
-▁Herkunft -10.2268
-▁Herr -6.48589
-▁Hersteller -10.8238
-▁Herstellung -11.0832
-▁Herzen -10.6125
-▁High -10.8032
-▁Hilfe -8.92649
-▁Hilfs -11.1256
-▁Hindernisse -11.1018
-▁Hinter -11.6618
-▁Hintergrund -10.6942
-▁Hinweis -10.2736
-▁Ho -10.7953
-▁Hoch -10.6889
-▁Hoffnung -10.3269
-▁Hohe -9.99517
-▁Holz -10.9648
-▁Home -10.989
-▁Hous -8.65033
-▁Hulten -11.2275
-▁Human -9.96907
-▁Hunger -11.2489
-▁Hä -10.2635
-▁Häf -10.9427
-▁Hände -11.3866
-▁Höchst -10.9808
-▁Höhe -10.3185
-▁I -5.47627
-▁ICA -11.1015
-▁ICC -11.8951
-▁IGC -10.3612
-▁II -10.4876
-▁III -11.3844
-▁INTER -10.4195
-▁Idee -10.4099
-▁Identität -10.9808
-▁Ihn -8.42626
-▁Ihr -10.5299
-▁Ihre -8.84659
-▁Ihrer -10.1281
-▁Immunität -11.9155
-▁Import -11.6945
-▁Impuls -11.3603
-▁Independent -11.9155
-▁India -11.1575
-▁Indien -11.7628
-▁Individu -11.9793
-▁Indonesia -11.728
-▁Industr -11.0301
-▁Industrie -9.57362
-▁Inflation -11.2172
-▁Information -8.84845
-▁Informations -9.7233
-▁Infrastruktur -10.3743
-▁Inhalt -9.86173
-▁Initiative -8.84481
-▁Inkrafttreten -11.2275
-▁Innovation -11.0221
-▁Insel -10.4553
-▁Inspektion -11.615
-▁Instanz -11.2807
-▁Institut -11.9357
-▁Institution -9.01207
-▁Instrument -9.85425
-▁Instrumente -10.2836
-▁Integr -12.0009
-▁Integration -9.9208
-▁Inter -10.3839
-▁Interesse -9.30624
-▁Interessen -9.49089
-▁Internal -10.9756
-▁International -9.77725
-▁Internet -9.35213
-▁Intervention -10.5903
-▁Investition -9.77725
-▁Investment -11.5702
-▁Irak -10.5214
-▁Iran -10.5074
-▁Iraq -10.2042
-▁Ire -10.3679
-▁Irland -10.5423
-▁Islam -11.678
-▁Israel -9.95957
-▁Israeli -10.9761
-▁Ital -10.4641
-▁Italian -10.6584
-▁Italien -10.3483
-▁J -9.74955
-▁Ja -9.85736
-▁Jackson -11.434
-▁Jahr -8.17077
-▁Jahre -8.31331
-▁Jahres -9.3478
-▁Jahresbericht -11.0139
-▁Jahrhundert -10.3613
-▁Jahrzehnt -11.1869
-▁Januar -9.81438
-▁Japan -10.903
-▁Jerusalem -11.3028
-▁Jew -11.3141
-▁Jo -10.1123
-▁Journalisten -11.2591
-▁Ju -9.96612
-▁Jugend -10.6955
-▁Jugendliche -10.775
-▁Jugoslawien -10.9568
-▁Juli -10.7006
-▁Jun -10.2587
-▁Junglandwirte -10.9727
-▁Juni -10.4066
-▁Justi -10.134
-▁Justiz -10.21
-▁K -8.10423
-▁KMU -10.8448
-▁KOM -11.0306
-▁Ka -9.61658
-▁Kairo -11.8751
-▁Kakao -11.0221
-▁Kampagne -11.2485
-▁Kampf -9.7724
-▁Kapazität -11.3964
-▁Kapital -10.3787
-▁Kapitel -11.3485
-▁Kara -10.6135
-▁Karte -11.7139
-▁Kat -10.5845
-▁Katastrophe -10.1498
-▁Kategorie -10.7965
-▁Kenntnis -9.70688
-▁Kennzeichnung -11.1289
-▁Kern -9.83903
-▁Khmer -11.615
-▁Kind -10.7771
-▁Kinder -9.12177
-▁Kinderporno -11.5274
-▁Kinnock -10.6125
-▁Kirkhope -11.8951
-▁Kl -10.4404
-▁Klage -11.3508
-▁Klarstellung -11.9363
-▁Klasse -11.9284
-▁Klein -10.8101
-▁Klima -10.918
-▁Klonen -10.8662
-▁Kluft -11.5998
-▁Klärung -11.678
-▁Ko -9.50365
-▁Kohärenz -10.574
-▁Kohäsion -11.3369
-▁Kohäsionsfonds -11.615
-▁Kollege -9.99554
-▁Kollegen -8.22806
-▁Kollegin -8.73615
-▁Komitologie -11.2379
-▁Kommissar -8.54004
-▁Kommissarin -9.47273
-▁Kommission -6.59037
-▁Kommun -11.0606
-▁Kommunikation -10.5345
-▁Kompetenz -10.7765
-▁Komponente -11.728
-▁Kompromiss -10.9334
-▁Kompromiß -10.2617
-▁Kon -9.90364
-▁Konferenz -9.81438
-▁Konflikt -9.58345
-▁Konsens -11.0307
-▁Konsequenz -10.5474
-▁Konservative -11.4998
-▁Konsultation -10.744
-▁Konsum -11.4599
-▁Kontakt -10.6525
-▁Kontext -11.5703
-▁Kontinent -10.744
-▁Kontroll -10.23
-▁Kontrolle -9.23839
-▁Konvent -11.4856
-▁Konvention -10.8884
-▁Konvergenz -11.2648
-▁Konzentration -11.5849
-▁Konzept -10.3568
-▁Kooperation -10.585
-▁Koordinierung -9.83476
-▁Kopf -11.3846
-▁Korea -11.048
-▁Korruption -11.3369
-▁Kosovo -8.80175
-▁Kosten -9.31027
-▁Kraft -9.9783
-▁Krankheit -10.7313
-▁Kredit -11.4213
-▁Kreis -11.1915
-▁Krieg -9.83734
-▁Kriminalität -10.6294
-▁Krise -10.5988
-▁Krisen -10.7026
-▁Kriterien -10.1324
-▁Kriterium -11.9363
-▁Kritik -10.1641
-▁Kräfte -10.5266
-▁Kuba -11.5557
-▁Kuhne -11.3722
-▁Kultur -9.47539
-▁Kunden -11.5558
-▁Kurd -10.903
-▁Kurs -10.9182
-▁Kurzstreckensee -11.4998
-▁Kyoto -11.1196
-▁König -11.8951
-▁Königreich -10.0589
-▁Körper -11.8362
-▁Kürze -11.1575
-▁Kürzung -11.1869
-▁L -9.21094
-▁LEADER -10.3655
-▁LIFE -10.5686
-▁La -9.56605
-▁Labour -11.092
-▁Lage -8.85466
-▁Lalumi -11.8174
-▁Lamy -11.5704
-▁Land -8.55456
-▁Landes -9.93505
-▁Landwirte -10.2856
-▁Landwirtschaft -9.54821
-▁Lang -10.5536
-▁Lanka -11.2699
-▁Lannoye -10.9808
-▁Lasten -11.0485
-▁Lateinamerika -11.615
-▁Latin -11.3029
-▁Laufe -11.0143
-▁Le -9.50734
-▁Leban -11.8951
-▁Leben -9.51006
-▁Lebens -9.87696
-▁Lebensmittel -9.95799
-▁Left -10.8665
-▁Legal -10.443
-▁Legislativ -11.092
-▁Legitim -11.6619
-▁Lehre -11.031
-▁Leid -11.328
-▁Leinen -11.3255
-▁Leistung -10.4523
-▁Leiter -11.6304
-▁Leitlinien -10.1712
-▁Leitung -11.6619
-▁Leone -10.9984
-▁Lernen -11.2485
-▁Lesung -10.0818
-▁Leute -10.5851
-▁Li -9.373
-▁Liberal -9.73441
-▁Liberalisierung -9.74617
-▁Licht -11.1996
-▁Lienemann -11.1969
-▁Linie -9.98146
-▁Linke -10.9731
-▁Lis -9.77508
-▁Lissabon -9.76517
-▁Liste -10.1594
-▁Lizenz -11.8751
-▁Lob -11.3028
-▁Logi -11.7111
-▁Lohn -11.6946
-▁Lom -10.6947
-▁London -11.3369
-▁Lord -11.7807
-▁Lu -10.8054
-▁Luca -11.6461
-▁Ludford -10.8238
-▁Luft -10.7845
-▁Luftfahrt -11.5998
-▁Luftraum -11.0392
-▁Luftverkehr -10.1324
-▁Luxembourg -10.9889
-▁Luxemburg -11.0054
-▁Länder -7.8563
-▁Lärm -10.7898
-▁Lösung -8.86412
-▁Lücke -11.728
-▁M -8.32082
-▁MEDA -10.1821
-▁MEDIA -10.8807
-▁MEP -10.0241
-▁Ma -9.30591
-▁Maastricht -10.7765
-▁Maat -10.7983
-▁Mac -11.2197
-▁Macedonia -11.2591
-▁Macht -10.2426
-▁Madam -8.7809
-▁Maghreb -11.9576
-▁Mai -10.1024
-▁Mal -9.89945
-▁Malmström -11.5274
-▁Malta -11.0226
-▁Management -11.0137
-▁Mandat -10.859
-▁Mangel -11.1011
-▁Mann -10.8985
-▁Mar -9.44081
-▁March -10.4453
-▁Market -10.859
-▁Markt -9.09326
-▁Marokko -11.092
-▁Massen -11.4341
-▁Material -11.1289
-▁Matt -11.6073
-▁May -10.2938
-▁Mazedonien -11.1672
-▁Maß -10.6986
-▁Maße -10.1235
-▁Maßnahme -10.4049
-▁Maßnahmen -8.10526
-▁Mc -11.0317
-▁McCart -11.5274
-▁Mechanism -10.537
-▁Medi -10.7473
-▁Medien -10.2747
-▁Mediterrane -9.77482
-▁Meer -10.8278
-▁Meeres -10.9847
-▁Mehr -10.9577
-▁Mehrheit -9.52894
-▁Meinung -8.50642
-▁Meldung -12.0015
-▁Member -7.2752
-▁Members -8.8258
-▁Menge -10.7509
-▁Mensch -10.5275
-▁Menschen -8.19023
-▁Menschenhandel -10.7259
-▁Menschenrechte -8.84392
-▁Menschenrechts -10.5848
-▁Merkmal -11.678
-▁Methode -10.4814
-▁Mexic -11.0478
-▁Mexiko -11.3254
-▁Mi -9.69503
-▁Midd -10.817
-▁Migration -11.3843
-▁Milch -10.7569
-▁Militär -10.574
-▁Milliarden -10.5318
-▁Million -11.9429
-▁Millionen -9.27084
-▁Milosevic -10.7313
-▁Minderheit -11.2551
-▁Minderheiten -10.3498
-▁Mindest -10.3921
-▁Minister -8.87427
-▁Ministerrat -10.9585
-▁Minute -9.92354
-▁Mio -10.1478
-▁Mission -11.3254
-▁Mit -9.86575
-▁Mitarbeiter -10.5474
-▁Mitbürger -11.4213
-▁Mitentscheidung -10.8238
-▁Mitglied -9.91687
-▁Mitglieder -9.38337
-▁Mitgliedsländer -11.092
-▁Mitgliedstaat -9.58897
-▁Mitgliedstaaten -7.59232
-▁Mitteilung -9.6497
-▁Mittel -8.25723
-▁Mittelmeer -10.4208
-▁Mittelmeerraum -10.9972
-▁Mittwoch -11.8555
-▁Mitwirkung -10.9972
-▁Miß -10.4719
-▁Mißbrauch -11.2172
-▁Mo -9.71614
-▁Mobilität -11.1196
-▁Modell -10.4863
-▁Modernisierung -10.8955
-▁Moldau -11.9793
-▁Moldova -11.8751
-▁Moment -10.6531
-▁Monat -10.263
-▁Monate -9.80852
-▁Monda -11.3419
-▁Monetar -10.8307
-▁Monopol -11.0054
-▁Montag -11.4088
-▁Montenegro -11.3603
-▁Monti -10.8169
-▁Morgan -11.2485
-▁Morocc -10.7569
-▁Mosambik -11.1479
-▁Mosco -11.7281
-▁Motor -11.8951
-▁Mozambique -11.1196
-▁Mr -6.35222
-▁Mugabe -11.1103
-▁Multi -11.8362
-▁Munition -11.7988
-▁Mut -10.8618
-▁Mutter -11.2596
-▁Myanmar -11.728
-▁Mädchen -11.8951
-▁Mängel -11.1289
-▁Männer -10.2696
-▁Märkte -10.4476
-▁März -10.4668
-▁Möglichkeit -8.62809
-▁Mühe -11.7453
-▁Müll -11.8362
-▁N -8.38592
-▁NAFO -11.207
-▁NG -11.4345
-▁NGO -10.3612
-▁NRO -10.4913
-▁Na -9.95887
-▁Nach -9.47499
-▁Nachbar -10.7131
-▁Nachfrage -11.4868
-▁Nachmittag -11.8555
-▁Nachricht -11.4615
-▁Nachteil -11.2497
-▁Nahe -10.9524
-▁Nahrungsmittel -10.1289
-▁Namen -8.65702
-▁Nation -9.88481
-▁National -10.2184
-▁Nationen -9.87259
-▁Natur -10.024
-▁Ne -9.95469
-▁Nein -11.0609
-▁Netz -10.7489
-▁Netze -10.7205
-▁Neu -9.89875
-▁New -10.2275
-▁Nic -10.4514
-▁Nicht -10.3853
-▁Nichtregierungs -11.1383
-▁Niederlande -10.8881
-▁Niederlassung -11.678
-▁Nielson -10.3921
-▁Nitrat -11.9576
-▁Niveau -10.8377
-▁No -8.59239
-▁Nord -9.79213
-▁Nordirland -11.8751
-▁Norm -11.2684
-▁Normen -10.4782
-▁North -10.4291
-▁Norwegen -11.8555
-▁Nos -10.082
-▁Notwendigkeit -9.57746
-▁November -10.0751
-▁Nu -10.4931
-▁Nutzen -10.4287
-▁Nutzer -11.8751
-▁Nutzung -10.1968
-▁Nähe -11.4598
-▁O -8.78587
-▁OS -10.8887
-▁Ob -10.9707
-▁Obergrenze -11.6944
-▁Objective -11.4468
-▁Oc -10.8927
-▁Offenheit -11.314
-▁Office -9.58345
-▁Oktober -10.9568
-▁Ombudsman -10.9257
-▁Operation -11.7807
-▁Opfer -9.60572
-▁Opposition -11.1575
-▁Option -11.615
-▁Ordnung -10.5848
-▁Organ -11.1939
-▁Organe -10.6381
-▁Organisation -9.36816
-▁Organism -11.3937
-▁Orientierung -11.3843
-▁Ort -9.86379
-▁Osten -10.6135
-▁Osteuropa -11.4729
-▁Ozon -11.4468
-▁P -7.74453
-▁PHARE -11.5274
-▁PPE -9.96664
-▁Pa -9.31338
-▁Pac -10.5412
-▁Paket -11.4598
-▁Palacio -10.1785
-▁Palestinian -10.5903
-▁Palästinenser -11.678
-▁Paper -10.2424
-▁Papier -11.1011
-▁Paraguay -11.0306
-▁Paris -10.5081
-▁Paritätische -11.7807
-▁Parlament -7.27936
-▁Parlamentarier -11.4598
-▁Parlaments -8.25856
-▁Parliament -7.04266
-▁Partei -9.61795
-▁Parteien -9.85573
-▁Partner -10.1392
-▁Partnerschaft -10.4013
-▁Party -9.48442
-▁Patent -10.2657
-▁Patentamt -11.646
-▁Patten -9.72057
-▁Peking -11.3028
-▁Pension -11.207
-▁Person -11.1813
-▁Personal -10.2425
-▁Personen -9.62114
-▁Perspektive -10.8377
-▁Peru -11.148
-▁Petersberg -11.6944
-▁Petition -11.5806
-▁Petitions -10.7718
-▁Pfeiler -11.5135
-▁Pflanzen -11.2379
-▁Pflicht -10.1605
-▁Phase -10.6013
-▁Phthalate -11.2485
-▁Phänomen -11.615
-▁Pilot -11.7111
-▁Pirker -11.4863
-▁Plan -10.3679
-▁Planung -11.0093
-▁Plat -11.1579
-▁Platz -11.0311
-▁Plenarsaal -11.9793
-▁Plenum -10.0949
-▁Plus -11.6619
-▁Pläne -10.7376
-▁Po -9.99553
-▁Pol -10.5117
-▁Policy -10.021
-▁Politik -8.60806
-▁Politikbereiche -11.4865
-▁Politiken -10.3159
-▁Politiker -10.7561
-▁Polizei -10.2938
-▁Portugal -10.0883
-▁Portugues -9.60777
-▁Position -9.64752
-▁Positiv -11.9155
-▁Post -10.4571
-▁Postdienste -11.473
-▁Potential -11.646
-▁Praktike -11.0221
-▁Preis -9.67421
-▁Premierminister -11.4598
-▁Presidency -9.07383
-▁President -6.85349
-▁Presse -10.5422
-▁Pri -11.6208
-▁Prim -10.7531
-▁Prinzip -10.0396
-▁Prinzipien -10.738
-▁Priorität -10.3079
-▁Prioritäten -10.1035
-▁Privat -10.7605
-▁Privatisierung -11.5415
-▁Pro -9.97814
-▁Problem -8.24413
-▁Probleme -8.70142
-▁Procedure -10.4195
-▁Prodi -9.47002
-▁Produkt -10.2537
-▁Produkte -10.4469
-▁Produktion -10.1056
-▁Produzenten -11.6619
-▁Professor -11.3964
-▁Profit -11.0392
-▁Programm -9.05523
-▁Programme -9.31238
-▁Programms -10.3882
-▁Projekt -9.92654
-▁Projekte -9.81927
-▁Prostitution -11.7628
-▁Protest -11.5415
-▁Protokoll -9.72286
-▁Provan -11.9793
-▁Prozent -11.0653
-▁Prozess -11.1016
-▁Prozesse -10.6066
-▁Prozeß -9.7944
-▁Präsenz -11.4729
-▁Präsident -7.26163
-▁Präsidenten -10.3984
-▁Präsidentin -8.73748
-▁Präsidentschaft -9.2055
-▁Präsidium -11.177
-▁Prävention -11.5274
-▁Prüf -11.7612
-▁Prüfung -10.3836
-▁Public -10.4913
-▁Punkt -8.77848
-▁Punkte -9.53785
-▁R -8.98583
-▁Ra -9.80572
-▁Rahmen -8.16874
-▁Rand -10.6358
-▁Randlage -11.2381
-▁Rasse -11.2394
-▁Rassismus -9.89853
-▁Rat -7.66368
-▁Rate -9.01782
-▁Ratifizierung -11.4088
-▁Ratspräsident -9.74556
-▁Ratsvorsitz -10.632
-▁Rauchen -11.2702
-▁Raum -9.68047
-▁Re -8.76596
-▁Reaktion -10.3613
-▁Realität -10.3655
-▁Rechenschaft -11.7111
-▁Rechnung -10.3525
-▁Rechnungshof -10.4287
-▁Recht -8.36803
-▁Rechte -8.98488
-▁Rechts -9.11194
-▁Rechtsakt -11.3141
-▁Rechtsgrundlage -10.3568
-▁Rechtsprechung -11.6944
-▁Rechtsrahmen -11.3967
-▁Rechtsstaat -10.8449
-▁Recycling -11.7453
-▁Rede -9.7664
-▁Redebeitrag -11.9576
-▁Reding -11.5282
-▁Redner -10.2117
-▁Reduzierung -10.9971
-▁Referendum -11.7988
-▁Reform -9.21925
-▁Reformen -10.514
-▁Regel -9.70828
-▁Regelung -9.15977
-▁Regierung -8.02452
-▁Regierungschef -10.9971
-▁Regime -10.81
-▁Region -9.2908
-▁Regional -10.5266
-▁Regionalpolitik -10.9184
-▁Regionen -9.24068
-▁Register -11.8751
-▁Regulation -10.4668
-▁Regulierung -10.9257
-▁Reichtum -11.615
-▁Reihe -9.46644
-▁Reise -10.9799
-▁Religion -11.4998
-▁Renten -10.981
-▁Rentner -10.7313
-▁Report -11.2921
-▁Representative -11.1196
-▁Repräsenta -11.9363
-▁Republic -10.3061
-▁Republik -10.4103
-▁Reserve -11.8555
-▁Resolution -10.6069
-▁Respekt -11.2277
-▁Ressourcen -10.2641
-▁Revision -10.5318
-▁Revolution -11.6304
-▁Ri -11.0643
-▁Richter -11.3254
-▁Richtlinie -8.19685
-▁Richtlinien -9.85326
-▁Richtung -9.60777
-▁Rights -9.25964
-▁Rinder -11.3486
-▁Rindfleisch -10.7965
-▁Risik -10.5617
-▁Risiko -10.1651
-▁Ro -9.54025
-▁Rohstoff -11.6619
-▁Rolle -9.02231
-▁Rom -10.8795
-▁Roma -10.5858
-▁Romania -11.615
-▁Roth -10.9677
-▁Ru -10.7625
-▁Rubrik -11.2807
-▁Ruhe -11.5001
-▁Rui -11.2767
-▁Rule -9.88267
-▁Rumänien -11.8174
-▁Runde -11.8179
-▁Rundfunk -11.4468
-▁Russia -9.92917
-▁Russland -11.5274
-▁Rußland -11.0221
-▁Rück -9.37462
-▁Rückkehr -11.5135
-▁Rückverfolg -11.4998
-▁S -7.5916
-▁SLIM -11.5998
-▁SME -10.9489
-▁SV -11.0146
-▁Sa -9.12159
-▁Sach -11.1118
-▁Sache -9.69272
-▁Sachverhalt -12.0015
-▁Sachverständige -11.6883
-▁Saddam -11.9793
-▁Sahara -11.646
-▁Sakellariou -11.7988
-▁Salvador -11.5414
-▁Sanktion -10.0179
-▁Sav -11.2648
-▁Sch -8.50389
-▁Schaden -10.5686
-▁Schaff -9.67433
-▁Schengen -10.5215
-▁Schicksal -11.3369
-▁Schiene -11.1975
-▁Schienenverkehr -11.9363
-▁Schiff -10.8914
-▁Schiffe -10.6211
-▁Schlacht -11.7808
-▁Schluss -11.8951
-▁Schluß -10.4668
-▁Schlußfolgerung -10.1463
-▁Schlüssel -10.9808
-▁Schmitt -11.7807
-▁Schnell -11.3969
-▁Schokolade -10.3966
-▁Schottland -11.4598
-▁Schreiben -10.8881
-▁Schritt -9.56932
-▁Schritte -10.3977
-▁Schul -9.38011
-▁Schuldenerl -11.6461
-▁Schutz -8.69909
-▁Schw -9.90023
-▁Schwarzarbeit -11.4598
-▁Schweden -10.0654
-▁Schweige -11.5852
-▁Schweiz -11.1011
-▁Schwerpunkt -10.9647
-▁Schwierigkeit -9.79688
-▁Schäd -10.6762
-▁Schüler -11.8362
-▁Scot -10.7831
-▁Sea -10.6183
-▁Secretar -10.9808
-▁See -10.3327
-▁Sei -11.5464
-▁Seite -9.28325
-▁Sektor -9.39929
-▁Selbst -10.52
-▁Sellafield -10.9334
-▁Sep -11.6048
-▁September -9.97549
-▁Serb -10.8947
-▁Serbia -10.4819
-▁Serbien -10.7966
-▁Service -11.9155
-▁Sicherheit -8.70557
-▁Sicherheits -9.78695
-▁Sicherheitsrat -11.3052
-▁Sicherung -11.2172
-▁Sicht -9.50934
-▁Sie -7.3883
-▁Signal -10.6821
-▁Simbabwe -10.6237
-▁Sinn -10.5176
-▁Sinne -9.80401
-▁Situation -8.68514
-▁Sitzung -9.4144
-▁Sitzungsperiode -11.2275
-▁Skandal -11.9363
-▁So -10.3733
-▁Social -10.401
-▁Socialist -10.1018
-▁Solana -10.3143
-▁Soldaten -11.4998
-▁Solidarität -10.2345
-▁Sommer -11.3722
-▁Sonder -10.0817
-▁Sorge -9.76297
-▁South -10.021
-▁Souveränität -11.1011
-▁Sozial -9.70199
-▁Sozialdemokrat -10.6412
-▁Sozialistische -11.6002
-▁Sozialpartner -11.4599
-▁Sozialpolitik -11.1779
-▁Sozialschutz -11.1014
-▁Spain -10.4195
-▁Spanien -10.4716
-▁Spanis -10.6467
-▁Spannung -11.207
-▁Spe -11.1275
-▁Spezifik -12.0015
-▁Spiel -10.0783
-▁Spielzeug -11.7455
-▁Spitze -11.207
-▁Sport -9.59161
-▁Sportler -11.326
-▁Spr -10.9523
-▁Sprach -11.622
-▁Sprache -10.3937
-▁Sprachen -10.7014
-▁Sri -11.2277
-▁St -9.10314
-▁Sta -10.5612
-▁Staat -9.72171
-▁Staaten -8.71023
-▁Staats -10.2019
-▁Staatsangehörig -11.6944
-▁Staatsanwalt -11.6944
-▁Staatsbürger -11.9795
-▁Stabilisierung -11.207
-▁Stabilit -11.2176
-▁Stabilität -10.1821
-▁Stabilitätspakt -11.1196
-▁Stadi -11.2956
-▁Stadt -10.8033
-▁Stahl -11.7111
-▁Stand -10.0718
-▁Standort -11.8555
-▁Standpunkt -9.0454
-▁State -8.87729
-▁States -7.36245
-▁Statistik -11.5274
-▁Status -10.6237
-▁Statut -11.2591
-▁Stauner -10.8662
-▁Steigerung -11.646
-▁Stelle -9.82078
-▁Stellen -10.4938
-▁Stellenwert -11.5705
-▁Stellung -10.3742
-▁Stellungnahme -9.66261
-▁Steuer -9.43835
-▁Steuerzahler -11.1479
-▁Stimme -10.0429
-▁Stoffe -10.5318
-▁Stra -10.0009
-▁Straf -10.2598
-▁Strafrecht -11.4344
-▁Straftat -10.9729
-▁Strafverfolgung -11.7111
-▁Strategie -9.60163
-▁Straßburg -10.2696
-▁Straße -11.2362
-▁Straßen -10.7323
-▁Straßenverkehr -10.9412
-▁Streben -11.8751
-▁Strecke -11.9155
-▁Streichung -11.6304
-▁Streit -10.574
-▁Strom -11.5135
-▁Struktur -10.2469
-▁Strukturen -10.657
-▁Strukturfonds -9.99044
-▁Studenten -11.3485
-▁Studie -10.448
-▁Stufe -11.7281
-▁Stunde -10.5425
-▁Städte -11.2485
-▁Stärk -10.1605
-▁Stück -11.8951
-▁Su -10.1702
-▁Subsidiarität -10.3439
-▁Substanz -11.5998
-▁Subvention -10.9647
-▁Suche -11.5461
-▁Summe -11.1672
-▁Summit -9.90403
-▁Sw -10.4633
-▁Swed -9.39119
-▁Syria -11.4863
-▁Syrien -11.7807
-▁System -8.7881
-▁Säule -11.5998
-▁Söderman -11.9155
-▁Süd -10.3968
-▁Südafrika -10.7831
-▁T -8.08461
-▁TAC -11.4863
-▁TSE -11.1296
-▁TV -11.4738
-▁Ta -10.1656
-▁Tabak -10.3392
-▁Tag -9.27239
-▁Tagesordnung -9.13969
-▁Tagung -10.4801
-▁Taiwan -11.434
-▁Tank -11.6305
-▁Tat -9.60439
-▁Tatsache -9.51574
-▁Tausende -11.083
-▁Technik -11.314
-▁Technologie -11.0818
-▁Technologien -10.6889
-▁Teil -8.65061
-▁Teilnahme -11.1681
-▁Teilnehmer -11.9363
-▁Telefon -11.8751
-▁Temel -11.7453
-▁Tempo -11.4863
-▁Tendenz -11.2807
-▁Termin -10.8955
-▁Territorium -11.4468
-▁Terrorismus -10.7569
-▁Test -11.0428
-▁Text -9.61694
-▁Texte -10.8922
-▁The -9.82263
-▁Theato -11.2486
-▁Thema -8.63827
-▁Themen -9.72291
-▁Thir -11.8555
-▁Thor -11.3263
-▁Thursday -10.9568
-▁Tibet -10.2192
-▁Tier -9.81622
-▁Time -11.1479
-▁Timor -11.646
-▁Tisch -11.2944
-▁Titel -11.5702
-▁To -9.47299
-▁Tob -11.0515
-▁Todesstrafe -11.0478
-▁Toleranz -11.8951
-▁Tonnen -11.5703
-▁Tourism -11.3839
-▁Tourismus -11.2382
-▁Trade -10.7699
-▁Tradition -11.1479
-▁Trag -11.2592
-▁Tragödie -11.3964
-▁Trans -10.9727
-▁Transfer -11.728
-▁Transparenz -9.71827
-▁Transport -10.0303
-▁Treat -8.62886
-▁Treffen -10.859
-▁Trennung -11.5414
-▁Tri -11.177
-▁Truppe -11.5274
-▁Tschetschenien -10.8734
-▁Tuesday -11.9576
-▁Tunesien -11.0306
-▁Tunisia -10.7126
-▁Tur -11.0631
-▁Turk -10.1291
-▁Turkey -9.45584
-▁Tätigkeit -9.64539
-▁Tür -11.148
-▁Türkei -9.46823
-▁U -9.83991
-▁UEN -11.7988
-▁UK -10.3922
-▁UN -9.06497
-▁UNMI -11.728
-▁URBAN -10.8377
-▁US -10.2422
-▁USA -9.68457
-▁Uganda -12.0015
-▁Uhr -9.43145
-▁Um -9.68104
-▁Umfang -10.3744
-▁Umfeld -11.3844
-▁Umgang -11.3144
-▁Umsetzung -9.0933
-▁Umstände -10.3787
-▁Umwelt -8.32466
-▁Umweltfrage -10.7711
-▁Umweltschutz -10.5965
-▁Un -9.12563
-▁Unabhängigkeit -10.9728
-▁Unfälle -11.2812
-▁Ungleichheit -11.5558
-▁Unglück -11.7453
-▁Union -6.37142
-▁Unionsbürger -11.3069
-▁Unit -8.85292
-▁Universal -11.3369
-▁Universität -11.7988
-▁Unsicherheit -11.1676
-▁Unter -9.97024
-▁Unterdrückung -11.9576
-▁Unterlagen -11.6944
-▁Unternehmen -8.65622
-▁Unternehmer -11.2591
-▁Unterricht -11.9363
-▁Unterschied -10.8206
-▁Unterschiede -10.5447
-▁Unterstützung -8.66496
-▁Untersuchung -9.87414
-▁Unterzeichnung -11.6944
-▁Uran -11.197
-▁Ursache -10.5848
-▁Ursprung -11.5274
-▁Urteil -10.9648
-▁V -9.08439
-▁Va -10.4529
-▁Valdivie -11.7453
-▁Vallelersundi -11.3964
-▁Van -10.738
-▁Ve -10.3785
-▁Venezuela -11.5274
-▁Ver -8.04606
-▁Verantwortlich -10.6237
-▁Verantwortung -9.06191
-▁Verarbeitung -11.5135
-▁Verbesserung -9.33169
-▁Verbindung -10.0984
-▁Verbot -10.2617
-▁Verbrauch -11.2656
-▁Verbraucher -8.78125
-▁Verbrechen -10.2618
-▁Verbreitung -11.1013
-▁Verbrennung -11.2364
-▁Verbände -11.8951
-▁Vereinbarung -9.72748
-▁Vereinfachung -11.2172
-▁Vereinigte -9.35213
-▁Vereinigung -11.9793
-▁Vereinte -10.3102
-▁Verfahren -8.99964
-▁Verfahrensweise -11.8756
-▁Verfasser -11.3485
-▁Verfassung -10.6471
-▁Verfolgung -11.3603
-▁Verfügung -9.61601
-▁Vergangenheit -10.0784
-▁Vergleich -10.4111
-▁Verhalten -10.5235
-▁Verhandlung -9.18439
-▁Verheugen -10.7188
-▁Verhinderung -11.8555
-▁Verhältnis -10.1358
-▁Verhütung -11.5414
-▁Verkauf -11.4343
-▁Verkehr -10.1612
-▁Verkehrs -9.51177
-▁Verlagerung -12.0015
-▁Verlauf -10.7637
-▁Verletzung -10.4863
-▁Verlust -11.0653
-▁Verlängerung -11.2379
-▁Vermittlung -10.1358
-▁Verordnung -8.92449
-▁Verpflichtung -9.37138
-▁Verringerung -10.8881
-▁Versammlung -11.0054
-▁Verschiebung -11.8751
-▁Verschmutzung -11.2698
-▁Versicherungs -11.27
-▁Versorgung -11.177
-▁Versprech -11.5091
-▁Verspätung -11.3485
-▁Versteigerung -11.7453
-▁Verständnis -10.6294
-▁Verstärk -11.3603
-▁Verstöße -11.728
-▁Versuch -10.585
-▁Vertagung -11.9576
-▁Verteidigung -9.70011
-▁Verteilung -11.1781
-▁Vertiefung -11.9793
-▁Vertrag -9.18676
-▁Vertrags -9.68944
-▁Vertrauen -9.7391
-▁Vertreter -9.47359
-▁Vertretung -11.2172
-▁Vertrieb -11.3485
-▁Verträge -9.86349
-▁Verurteilung -11.4468
-▁Verwaltung -9.60328
-▁Verwaltungs -10.2507
-▁Verwendung -10.0621
-▁Verwirk -11.2515
-▁Verzögerung -10.6409
-▁Veränderung -10.1713
-▁Vi -9.93273
-▁Vice -10.9913
-▁Viel -11.0907
-▁Vielfa -10.549
-▁Vision -11.6305
-▁Visum -11.6151
-▁Vitorino -10.8448
-▁Vizepräsident -11.0653
-▁Volk -9.42805
-▁Volkspartei -10.9411
-▁Voll -10.4814
-▁Vor -8.66102
-▁Vorausschau -10.8807
-▁Voraussetzung -9.83734
-▁Vorbehalt -11.0586
-▁Vorbereitung -10.2538
-▁Vorgehen -10.3575
-▁Vorgehensweise -11.1869
-▁Vorgänge -11.4468
-▁Vorhaben -10.3922
-▁Vorlage -10.9576
-▁Vormittag -11.7988
-▁Vorrang -11.0056
-▁Vorredner -10.6467
-▁Vorschlag -8.1835
-▁Vorschläge -8.84195
-▁Vorschriften -9.62223
-▁Vorsitz -10.6321
-▁Vorsitzende -10.3165
-▁Vorsorgeprinzip -10.8448
-▁Vorstellung -10.7319
-▁Vorteil -10.9556
-▁Vorteile -10.8196
-▁Vorwand -11.4213
-▁Völker -9.91234
-▁W -8.44566
-▁WTO -9.75087
-▁WWU -11.4729
-▁Wa -10.0918
-▁Wachstum -9.90679
-▁Waffen -10.5013
-▁Wahl -9.7742
-▁Wahlen -10.3229
-▁Wahr -10.8031
-▁Wahrheit -11.0139
-▁Wald -10.845
-▁Wale -11.1328
-▁Wallström -11.1196
-▁Wandel -10.9971
-▁War -10.7152
-▁Waren -10.7665
-▁Warnhinweis -11.9576
-▁Wasser -9.43317
-▁Watson -11.8751
-▁Wechsel -11.4088
-▁Wednesday -11.8362
-▁Weg -9.1069
-▁Wege -10.457
-▁Wei -10.3137
-▁Weise -8.86645
-▁Weiter -10.5016
-▁Weißbuch -10.5215
-▁Welt -8.71373
-▁Weltbank -11.4998
-▁Welthandels -11.2918
-▁Werb -11.6653
-▁Werk -11.0654
-▁Wert -9.99581
-▁Werte -9.9328
-▁Wesen -11.1388
-▁West -10.5653
-▁Western -10.8885
-▁Wett -11.8246
-▁Wettbewerb -9.20295
-▁Wettbewerbs -9.86597
-▁White -10.4287
-▁Wichtigkeit -11.5702
-▁Wider -11.259
-▁Widerspruch -10.6467
-▁Widerstand -11.5851
-▁Wie -11.1214
-▁Wieder -10.9891
-▁Wiederauf -11.2173
-▁Wiederaufbau -10.5267
-▁Wiederbelebung -12.0015
-▁Wille -11.4275
-▁Willen -10.2958
-▁Wir -11.0389
-▁Wirksamkeit -11.2379
-▁Wirkung -10.6238
-▁Wirtschaft -8.92353
-▁Wirtschafts -9.43464
-▁Wissen -10.3184
-▁Wissenschaft -10.9336
-▁Wissenschaftler -11.187
-▁Woche -9.9863
-▁Wochen -10.3242
-▁Wohl -11.2916
-▁Wohlstand -11.0653
-▁Wohn -11.3254
-▁World -9.99343
-▁Wort -9.25951
-▁Worte -9.96693
-▁Wortlaut -11.7628
-▁Wortmeldung -11.3722
-▁Wunsch -10.4195
-▁Wähler -11.1969
-▁Währung -10.1091
-▁Währungs -10.4465
-▁Wälder -10.9411
-▁Wünsche -11.6619
-▁Würde -11.3254
-▁Z -9.21394
-▁Zahl -9.69296
-▁Zahlen -10.6975
-▁Zahlung -10.4364
-▁Zeichen -10.8448
-▁Zeit -8.24543
-▁Zeitplan -10.7971
-▁Zeitpunkt -9.68478
-▁Zeitraum -10.1825
-▁Zentralbank -10.5794
-▁Zerstörung -11.8951
-▁Zeuge -11.9576
-▁Ziel -8.57203
-▁Ziele -9.35016
-▁Zielsetzung -10.5119
-▁Ziffer -10.8377
-▁Zigaretten -11.0306
-▁Zimbabwe -10.5633
-▁Zins -11.2176
-▁Zivil -10.2896
-▁Zoll -10.9648
-▁Zone -11.3877
-▁Zu -9.17218
-▁Zucker -11.9155
-▁Zugang -9.55396
-▁Zukunft -8.95279
-▁Zulassung -11.5559
-▁Zusage -11.4774
-▁Zusammen -10.1251
-▁Zusammenarbeit -8.54679
-▁Zusammenhalt -10.7699
-▁Zusammenhang -8.71074
-▁Zusatz -11.031
-▁Zusatzstoffe -10.989
-▁Zustand -10.8038
-▁Zustimmung -9.95787
-▁Zuständigkeit -10.0272
-▁Zusätzlichkeit -10.9971
-▁Zuwanderung -11.7988
-▁Zwang -11.6304
-▁Zweck -10.0687
-▁Zwei -11.091
-▁Zweifel -10.2383
-▁Zwischen -11.0054
-▁Zypern -10.6881
-▁a -5.01144
-▁ab -8.13213
-▁abandon -11.2172
-▁abend -10.8181
-▁aber -7.17463
-▁abge -9.70993
-▁abgegeben -11.2082
-▁abgelehnt -10.744
-▁abgereicherte -11.3964
-▁abgeschlossen -10.4382
-▁abgestimmt -10.5967
-▁abhäng -11.6688
-▁abhängig -11.0236
-▁abilit -10.7711
-▁able -8.47858
-▁ablehnen -11.1972
-▁abolish -10.9727
-▁abolition -11.7807
-▁above -9.6691
-▁abschließen -11.8672
-▁abschließend -9.39829
-▁absehbar -11.9793
-▁absence -11.187
-▁absolut -10.3819
-▁absolute -9.42166
-▁abstain -10.8881
-▁abstimm -10.5954
-▁absurd -10.7188
-▁abuse -10.2902
-▁abzielen -11.5135
-▁abzielt -11.7989
-▁abzu -9.95737
-▁accelerat -11.8362
-▁accept -8.67573
-▁acceptabl -10.5194
-▁access -9.31594
-▁accessib -11.8319
-▁accession -9.9679
-▁accident -10.8719
-▁accidents -10.6363
-▁accommodat -11.615
-▁accompanie -11.3722
-▁accord -9.77629
-▁according -9.31685
-▁account -8.73273
-▁accuse -11.4213
-▁achiev -10.0776
-▁achieve -8.77548
-▁achievement -11.1699
-▁acht -10.6427
-▁achten -10.6412
-▁acknowledge -10.4608
-▁acquire -11.177
-▁acquis -10.8518
-▁across -10.0525
-▁act -9.05066
-▁action -8.1794
-▁active -9.86738
-▁activit -10.1524
-▁activities -9.53704
-▁actual -9.0431
-▁adapt -10.2978
-▁add -9.32457
-▁addition -9.61219
-▁additional -10.0678
-▁additionality -11.0061
-▁additive -10.725
-▁address -9.27276
-▁adequate -10.1676
-▁adhere -11.4868
-▁adjourn -11.7111
-▁adjust -11.8171
-▁adjustment -11.4864
-▁administration -9.99645
-▁administrative -9.8822
-▁admit -11.0656
-▁admitted -11.3604
-▁adopt -8.17122
-▁adult -11.7628
-▁advance -10.5527
-▁advantage -10.1676
-▁adverse -11.4213
-▁advertis -11.728
-▁advi -10.6541
-▁advise -11.2253
-▁advocate -10.7965
-▁affair -10.2776
-▁affect -9.2325
-▁affirm -11.8751
-▁afford -10.8032
-▁afr -11.1423
-▁afrikanische -10.744
-▁after -8.74133
-▁afternoon -10.8662
-▁again -7.67098
-▁age -10.1044
-▁agenc -11.3014
-▁agenda -9.31471
-▁ago -9.45611
-▁agree -8.47331
-▁agreement -8.53908
-▁agreements -9.50136
-▁agricultur -10.1958
-▁agricultural -9.58197
-▁aid -8.46414
-▁aim -9.08702
-▁air -9.22283
-▁airline -11.2594
-▁airport -10.6526
-▁aktiv -9.81061
-▁aktuell -11.9756
-▁aktuelle -10.8531
-▁akzeptab -11.0568
-▁akzeptieren -9.95206
-▁akzeptiert -10.4476
-▁al -7.36625
-▁alarm -11.0222
-▁alcohol -10.2538
-▁all -6.67555
-▁alle -7.68698
-▁allein -9.75756
-▁allem -8.27228
-▁allen -8.66794
-▁aller -8.33657
-▁alles -9.3292
-▁alleviat -11.9416
-▁allgemein -9.99339
-▁allgemeine -9.68045
-▁allmählich -11.3485
-▁allocat -10.4328
-▁allocation -11.2394
-▁allow -8.82537
-▁allowed -10.1769
-▁allzu -10.8154
-▁along -10.0086
-▁als -6.74785
-▁alternative -9.95496
-▁am -7.16213
-▁ambition -10.8448
-▁ambitious -10.4523
-▁amend -10.493
-▁amended -10.8666
-▁amendment -8.06712
-▁amerikanische -10.4727
-▁among -9.46467
-▁amount -9.54957
-▁amtierende -10.5633
-▁an -5.87174
-▁analyse -11.1012
-▁analysi -9.87696
-▁anbiete -11.8555
-▁and -4.67775
-▁andere -8.25663
-▁anderen -8.01334
-▁anderer -9.99643
-▁anders -10.2452
-▁anerkannt -10.3699
-▁anerkennen -11.3028
-▁ange -9.33581
-▁angeblich -11.1289
-▁angebracht -10.6327
-▁angeh -10.3847
-▁angehören -11.1386
-▁angekündigt -10.859
-▁angemeldet -11.7453
-▁angemessen -10.5521
-▁angemessene -10.4643
-▁angenommen -9.3845
-▁angepaßt -11.7807
-▁angesprochen -9.80937
-▁angewandt -10.9411
-▁angewendet -11.083
-▁anhaltende -11.7464
-▁animal -9.86884
-▁annehmbar -11.646
-▁annehme -10.8466
-▁announc -10.574
-▁annual -10.0241
-▁anschließen -10.2757
-▁ansprechen -11.1245
-▁anstrebe -11.5093
-▁answer -9.31474
-▁ansässig -11.9363
-▁anti -9.95432
-▁antibiotic -12.0015
-▁anticipat -11.3369
-▁anwende -11.1335
-▁anwesend -10.2383
-▁any -7.59609
-▁anzu -9.69692
-▁anzunehmen -11.0099
-▁apart -10.4929
-▁appalling -11.7988
-▁apparent -10.5686
-▁appeal -10.3921
-▁appear -9.70688
-▁appelliere -10.8955
-▁applau -10.4381
-▁applicab -11.1289
-▁applicant -10.6525
-▁application -9.57746
-▁applie -9.3224
-▁apply -9.34426
-▁appoint -11.4465
-▁appointment -11.3724
-▁appreciate -10.7504
-▁appreciati -11.5849
-▁approach -8.91822
-▁appropriate -9.34422
-▁appropriation -10.2306
-▁approval -10.4287
-▁approve -9.40598
-▁approximate -11.2917
-▁arbeiten -9.7345
-▁arbeitet -11.5415
-▁are -5.92145
-▁area -7.78538
-▁argue -10.9411
-▁argument -10.1498
-▁arise -10.7254
-▁arm -9.62022
-▁arrangement -10.4717
-▁arrest -11.1289
-▁arrive -10.9105
-▁article -10.725
-▁as -6.04695
-▁ask -8.29568
-▁aspect -9.1841
-▁aspiration -11.8174
-▁assembl -11.5414
-▁assent -11.5567
-▁assess -10.4428
-▁assessment -9.80948
-▁assets -11.5853
-▁assist -10.5749
-▁assistan -9.7918
-▁associate -10.6583
-▁association -10.3787
-▁assume -10.6763
-▁assurance -11.3485
-▁assure -10.4015
-▁asyl -9.75105
-▁at -6.58266
-▁atmospher -11.434
-▁attach -10.558
-▁attack -10.3612
-▁attain -11.7454
-▁attempt -9.76277
-▁attend -10.5372
-▁attitude -10.2499
-▁auction -11.4863
-▁audiovisu -11.1477
-▁audiovisuelle -11.129
-▁audit -11.615
-▁auf -5.84655
-▁aufforder -11.0745
-▁aufge -10.2402
-▁aufgebaut -11.8555
-▁aufgenommen -9.82635
-▁aufgezeigt -11.9155
-▁aufmerksam -10.2005
-▁aufnehmen -11.0901
-▁aufrichtig -11.5414
-▁auftreten -10.9413
-▁aufzu -9.98517
-▁aufzunehmen -10.5501
-▁aus -6.91395
-▁ausdrücklich -10.3063
-▁auseinandersetz -11.9155
-▁ausführlich -10.5686
-▁ausge -9.36494
-▁ausgedehnt -11.9576
-▁ausgehen -10.9067
-▁ausgehend -10.7531
-▁ausgerichtet -10.8955
-▁ausgeschlossen -11.0921
-▁ausgesprochen -10.6525
-▁ausgestattet -11.5135
-▁ausgewogen -11.6274
-▁ausgewogene -10.6305
-▁ausgezeichnete -9.97262
-▁ausgeübt -11.7807
-▁ausländische -11.5702
-▁ausreichend -9.89585
-▁ausschlaggebend -11.9793
-▁ausschließ -11.9136
-▁ausschließlich -10.3668
-▁ausspreche -10.5425
-▁auswirken -11.0858
-▁auswärtige -11.5135
-▁auszu -9.84387
-▁auszuüben -11.8174
-▁ausüben -11.434
-▁author -11.325
-▁authoris -10.5812
-▁authorit -8.78153
-▁automatic -11.1383
-▁automatisch -11.1383
-▁autonom -10.9334
-▁außen -11.2921
-▁außenpolitische -11.4863
-▁außer -8.73273
-▁außergewöhnlich -11.7453
-▁außerordentlich -10.2192
-▁availab -9.19651
-▁average -10.859
-▁aviation -10.7965
-▁avoid -9.84512
-▁await -11.0921
-▁award -11.7526
-▁aware -8.99968
-▁b -9.06393
-▁back -8.9827
-▁background -10.8955
-▁bad -10.3233
-▁balance -9.32618
-▁bald -10.3088
-▁ban -9.64397
-▁banana -10.8808
-▁bank -10.3757
-▁barrier -11.1672
-▁base -8.8274
-▁basic -9.42288
-▁basieren -11.9365
-▁basiert -11.6619
-▁basis -8.78539
-▁baskische -11.9576
-▁battle -11.3603
-▁be -5.30985
-▁beabsichtige -11.8751
-▁beabsichtigt -10.6583
-▁beachten -11.7988
-▁beantrage -11.3258
-▁beantragt -11.1103
-▁beantworten -11.0976
-▁beantwortet -11.0083
-▁bear -9.82452
-▁become -9.02455
-▁bedanke -11.0565
-▁bedarf -10.3543
-▁bedau -11.5474
-▁bedauer -10.4264
-▁bedauerlich -10.5818
-▁bedeuten -10.7221
-▁bedeutende -10.6827
-▁bedeutet -9.54227
-▁bedeutsam -10.8734
-▁bedroht -11.1289
-▁bedürfe -11.8751
-▁beef -10.5277
-▁beeinflussen -11.7988
-▁beeinträchtig -10.8807
-▁been -7.05664
-▁beendet -11.3972
-▁befasse -10.8688
-▁befasst -11.7807
-▁befaßt -10.9257
-▁befinden -10.3379
-▁befindliche -11.9793
-▁before -8.53339
-▁befürchte -10.918
-▁befürworte -10.0056
-▁began -11.2081
-▁begangen -11.2923
-▁begegne -11.8555
-▁begin -9.79789
-▁beginnen -10.2823
-▁beginning -10.1606
-▁begleitet -11.9793
-▁beglückwünsche -11.3293
-▁beglückwünschen -10.1174
-▁begonnen -11.1383
-▁begrenzt -10.5164
-▁begründet -11.0054
-▁begrüße -9.82587
-▁begrüßen -9.7216
-▁begrüßenswert -11.6153
-▁begrüßt -10.6642
-▁behandeln -10.3355
-▁behandelt -9.80943
-▁behaupte -10.4652
-▁behav -11.5338
-▁behavi -10.9375
-▁behind -9.60787
-▁bei -6.92781
-▁beide -9.05217
-▁beigetragen -10.9665
-▁beim -9.24803
-▁being -7.86287
-▁beinhaltet -10.9808
-▁beispielsw -9.17766
-▁beitragen -9.97628
-▁beizu -10.7592
-▁bekannt -9.21296
-▁bekräftigen -11.4863
-▁bekräftigt -11.1289
-▁bekunde -11.3965
-▁bekämpfen -10.7634
-▁belgische -11.4729
-▁believe -8.13671
-▁belong -10.5943
-▁bemerkt -11.5712
-▁bemühe -11.0306
-▁bemüht -10.859
-▁benachteiligt -11.083
-▁benchmark -11.678
-▁beneficia -11.0565
-▁benefit -9.264
-▁benutze -11.6467
-▁benutzt -11.5276
-▁benötige -10.7569
-▁benötigt -10.8238
-▁beobachten -11.3843
-▁beraten -10.9909
-▁berechtigt -10.8741
-▁bereit -9.31884
-▁bereitet -11.2924
-▁bereitgestellt -10.6884
-▁bereits -7.9958
-▁bereitstell -11.8276
-▁berichtet -11.6944
-▁berufliche -11.3843
-▁beruht -11.0653
-▁berücksichtigen -9.81438
-▁berücksichtigt -9.64966
-▁besagt -11.646
-▁beschleunigen -11.6304
-▁beschleunigt -11.6304
-▁beschließ -10.8032
-▁beschlossen -9.82363
-▁beschrieben -11.7111
-▁beschränken -10.8189
-▁beschränkt -10.7569
-▁beschäftigen -10.6069
-▁beschäftigt -10.6294
-▁beseitig -10.9824
-▁besitz -10.5476
-▁besonder -8.78463
-▁besondere -9.97503
-▁besorgt -10.9053
-▁besser -9.2215
-▁bessere -9.85545
-▁best -9.07453
-▁besteh -8.67545
-▁bestehen -9.70303
-▁bestehende -9.77511
-▁besten -10.1193
-▁bestimmen -11.2807
-▁bestimmt -10.3209
-▁bestimmte -8.95541
-▁bestätigen -11.0137
-▁bestätigt -10.8032
-▁beteilig -10.959
-▁beteiligt -10.0646
-▁betonen -10.1359
-▁betont -10.5013
-▁betrachte -10.2937
-▁betrachtet -10.3466
-▁betreffen -10.4933
-▁betreffend -9.87028
-▁betri -8.63446
-▁betrieben -11.3389
-▁betroffen -9.75324
-▁beträchtlich -11.8025
-▁beträchtliche -10.8793
-▁better -8.99867
-▁between -7.81892
-▁beunruhig -10.8169
-▁beurteil -11.303
-▁bevor -10.09
-▁bevorstehende -11.0306
-▁bewaffnete -11.678
-▁bewegen -10.8728
-▁bewerte -10.9513
-▁bewiesen -11.3254
-▁bewußt -9.99645
-▁bewährt -11.8751
-▁bewältigen -11.2172
-▁bezahle -11.339
-▁bezeichnet -10.8518
-▁bezieh -10.206
-▁beziehen -10.7668
-▁bezug -9.16902
-▁biete -10.3774
-▁bieten -10.6427
-▁big -10.6131
-▁bigge -11.3511
-▁bilateral -9.88491
-▁bilden -10.586
-▁bildet -11.1869
-▁billig -10.5164
-▁billion -10.2005
-▁bin -8.34616
-▁bind -10.4217
-▁bio -11.2592
-▁biologische -11.728
-▁biometri -11.9576
-▁biotechnolog -11.3372
-▁bird -11.7807
-▁birth -11.6944
-▁bis -8.36854
-▁bisher -9.61235
-▁bisherige -11.083
-▁bit -11.2608
-▁bitte -9.01987
-▁black -11.0054
-▁blame -11.434
-▁bleib -9.86799
-▁bleiben -9.76261
-▁blind -11.3722
-▁block -10.5741
-▁blood -11.5414
-▁board -10.6069
-▁bodies -10.0817
-▁body -10.2141
-▁bomb -10.9728
-▁book -11.5703
-▁boost -11.3028
-▁border -9.40263
-▁born -10.7251
-▁both -8.32007
-▁bottom -11.8951
-▁bound -10.5687
-▁br -9.25399
-▁brachte -11.678
-▁braucht -10.462
-▁breach -11.3266
-▁break -10.5686
-▁breite -10.4005
-▁brief -10.0241
-▁bring -8.84321
-▁bringen -9.13885
-▁britische -9.91514
-▁broad -9.7817
-▁broadcast -11.083
-▁broke -11.3608
-▁brutal -11.6944
-▁bu -10.4245
-▁budget -8.42149
-▁buil -11.0332
-▁build -10.6564
-▁building -10.0886
-▁burden -10.3227
-▁bureaucrac -11.5274
-▁business -9.18032
-▁but -6.7571
-▁buy -10.9918
-▁by -6.31936
-▁c -7.57437
-▁ca -9.56114
-▁calculat -11.0653
-▁call -8.37298
-▁came -10.507
-▁campaign -10.0883
-▁can -6.79642
-▁cancell -11.3028
-▁candidate -9.80185
-▁capab -10.9834
-▁capabilit -11.7256
-▁capacit -10.1118
-▁capital -9.95496
-▁car -9.49212
-▁care -10.0884
-▁careful -10.018
-▁carrie -9.47728
-▁carry -9.65836
-▁cars -10.608
-▁case -8.04941
-▁catch -11.4088
-▁categor -10.2499
-▁cause -9.19524
-▁cease -11.3369
-▁ceiling -10.9728
-▁central -10.2304
-▁centralis -11.5007
-▁centre -10.1748
-▁centur -10.3832
-▁cereal -11.6619
-▁certain -8.09067
-▁certificat -11.6781
-▁cha -10.5821
-▁chain -11.2837
-▁chair -11.083
-▁chairman -10.8881
-▁challenge -9.61188
-▁chance -10.3313
-▁chang -10.8933
-▁change -8.56783
-▁channel -11.0478
-▁chapter -11.4998
-▁character -11.7359
-▁characterise -11.5491
-▁characteristic -11.5135
-▁charge -10.4057
-▁charter -10.8238
-▁cheap -11.2275
-▁check -10.1931
-▁chemical -11.3369
-▁chemische -11.8174
-▁chief -11.8951
-▁child -8.88183
-▁chinesische -11.3843
-▁chocolate -10.3185
-▁choice -10.3102
-▁choose -11.1196
-▁chose -11.075
-▁cigarette -10.9411
-▁circle -11.8362
-▁circulat -11.5414
-▁circumstance -10.0397
-▁citizen -10.6392
-▁citizens -8.41046
-▁civil -9.59751
-▁civilian -10.9336
-▁claim -10.2042
-▁clari -11.2699
-▁clarification -11.0741
-▁clarifie -11.615
-▁clarify -10.5848
-▁class -10.3832
-▁clause -10.9489
-▁clean -10.5686
-▁clear -7.78085
-▁climate -10.7765
-▁cloning -10.7965
-▁close -8.68874
-▁club -11.7111
-▁co -9.14515
-▁coast -10.7376
-▁coco -11.0573
-▁code -10.8615
-▁codecision -10.8518
-▁coexist -11.8751
-▁cofinanc -11.9576
-▁coherence -10.574
-▁coherent -10.8807
-▁cohesi -10.2696
-▁coinci -11.4598
-▁collaborat -11.0478
-▁colleague -9.38442
-▁collect -10.8731
-▁collective -10.8958
-▁colonial -11.678
-▁com -9.54985
-▁combat -9.5996
-▁combination -11.8555
-▁combine -10.9648
-▁come -8.40222
-▁comitology -11.3722
-▁commend -11.7699
-▁comment -9.20625
-▁commerce -10.5848
-▁commercial -10.2776
-▁commit -11.2507
-▁commitment -9.20473
-▁committ -10.0359
-▁committee -8.75438
-▁common -8.39126
-▁communauta -11.8174
-▁communicate -11.9155
-▁communication -9.34107
-▁communit -9.41601
-▁companies -9.21158
-▁compar -10.2044
-▁comparison -11.3028
-▁compatib -11.1011
-▁compensat -10.4523
-▁compete -11.3139
-▁competence -10.4619
-▁competent -11.0566
-▁competition -8.99634
-▁competitive -9.81438
-▁complain -11.5058
-▁complaint -10.9071
-▁complement -11.6794
-▁complementar -11.4206
-▁complet -11.6963
-▁complete -9.15613
-▁complex -10.2816
-▁compliance -10.7765
-▁complicat -11.0392
-▁complie -11.4213
-▁compliment -11.8751
-▁comply -10.4571
-▁component -11.0653
-▁comprehensive -10.4765
-▁compris -11.8174
-▁compromise -9.72517
-▁compulsor -10.7965
-▁computer -11.5702
-▁con -8.74873
-▁conceal -11.8555
-▁concentrat -11.0387
-▁concentrate -10.7067
-▁concept -10.1118
-▁concern -8.13148
-▁concerned -8.65473
-▁concession -11.7807
-▁conciliation -10.5322
-▁conclud -11.9297
-▁conclude -9.7375
-▁conclusion -10.0183
-▁conclusions -10.0052
-▁concrete -10.5633
-▁condemn -10.0272
-▁condition -8.88084
-▁conduct -10.1785
-▁conference -10.2422
-▁confiden -9.70914
-▁confidential -11.5414
-▁confine -11.207
-▁confirm -10.0589
-▁conflict -9.41778
-▁confront -11.3607
-▁confus -10.5215
-▁congest -11.9794
-▁congratulat -11.3356
-▁congratulate -9.4809
-▁congratulation -11.3376
-▁conjunct -11.678
-▁connect -11.5843
-▁connection -9.88503
-▁conscience -11.8751
-▁consensu -10.5266
-▁consequence -9.69338
-▁consequent -10.6013
-▁conservation -11.1383
-▁consider -8.45184
-▁considerabl -9.74439
-▁consideration -9.59963
-▁consist -10.838
-▁consistent -10.5904
-▁consolidat -10.6642
-▁constant -10.3787
-▁constituenc -11.7988
-▁constitute -10.4149
-▁constitution -10.8646
-▁constitutional -11.1216
-▁constraint -11.7111
-▁construct -10.2961
-▁constructive -10.4966
-▁consult -10.6518
-▁consultation -10.3487
-▁consumer -8.84385
-▁contact -10.6409
-▁contain -9.39763
-▁contaminat -11.7453
-▁content -9.70347
-▁context -9.406
-▁continent -10.6941
-▁continu -9.63327
-▁continue -8.81533
-▁contract -10.1394
-▁contradict -11.2801
-▁contradiction -11.1201
-▁contrar -10.1289
-▁contrast -11.678
-▁contraven -11.7988
-▁contribut -11.2599
-▁contribute -9.95457
-▁contribution -9.37472
-▁control -8.94145
-▁controll -10.8548
-▁controvers -11.177
-▁convenien -11.5998
-▁convention -10.3227
-▁convergen -10.918
-▁convey -11.8555
-▁convince -10.1534
-▁cooperat -11.3901
-▁cooperate -10.7929
-▁cooperation -8.49227
-▁coordinat -10.3013
-▁coordination -9.76555
-▁core -11.2011
-▁correct -9.69115
-▁correspond -10.8518
-▁corruption -11.4088
-▁cost -8.85156
-▁council -11.4598
-▁count -10.4984
-▁counter -10.5506
-▁counterfeit -11.314
-▁countries -7.4912
-▁country -8.269
-▁couple -10.8307
-▁courage -10.8169
-▁course -8.22173
-▁court -10.1641
-▁cover -9.33557
-▁creat -9.58282
-▁create -8.98645
-▁creation -10.1546
-▁credib -10.4814
-▁credit -10.6821
-▁crime -9.30709
-▁criminal -9.69795
-▁cris -9.60606
-▁criteri -9.79936
-▁critical -10.3966
-▁criticise -11.0653
-▁criticism -10.1289
-▁crop -11.0392
-▁cross -10.0983
-▁cru -11.2409
-▁crucial -9.87414
-▁cultivat -11.4729
-▁cultural -9.74379
-▁culture -9.90403
-▁currenc -10.2042
-▁current -8.66256
-▁custom -10.6761
-▁cut -9.87137
-▁d -5.47168
-▁da -7.63338
-▁dabei -8.64709
-▁dagegen -10.1289
-▁daher -8.38186
-▁dahin -11.3062
-▁dahingehend -11.6304
-▁dai -10.9106
-▁damag -11.4107
-▁damage -9.84734
-▁damal -10.3362
-▁danger -10.3184
-▁dangerous -10.0884
-▁dank -11.0328
-▁dankbar -10.9649
-▁danke -9.69919
-▁danken -9.22856
-▁dar -9.19684
-▁daran -8.9198
-▁darau -10.4106
-▁darauf -8.13822
-▁dargelegt -10.9336
-▁darin -8.9571
-▁darlege -11.6756
-▁darstellen -10.227
-▁darstellt -9.95795
-▁das -5.64746
-▁dass -7.32511
-▁data -9.77126
-▁date -9.94247
-▁dauerhafte -10.9411
-▁davon -8.7854
-▁day -9.52298
-▁days -10.0855
-▁dazu -8.21651
-▁de -8.81821
-▁dead -11.3843
-▁deadline -10.6642
-▁deal -8.65856
-▁dealing -10.1405
-▁death -9.93201
-▁debat -10.6068
-▁debate -7.92214
-▁debattieren -11.5557
-▁debt -10.2083
-▁dec -10.2385
-▁decade -10.9105
-▁decentralis -11.1869
-▁decide -10.2408
-▁decided -9.74227
-▁decision -8.24666
-▁decisive -10.7376
-▁declaration -10.3447
-▁declare -10.56
-▁decline -11.6305
-▁decommission -11.8951
-▁dedicat -11.6782
-▁deep -10.2007
-▁defence -9.86084
-▁defend -10.085
-▁deficienc -11.9793
-▁deficit -11.1869
-▁defin -9.90809
-▁define -10.2666
-▁definiert -10.959
-▁definite -11.148
-▁definition -10.1641
-▁degree -10.5063
-▁delay -9.69562
-▁delegate -11.3369
-▁delegation -9.98741
-▁delet -11.6027
-▁deliberate -11.1196
-▁delight -10.4012
-▁deliver -10.2736
-▁dem -6.34058
-▁demand -9.17638
-▁democrac -9.35213
-▁democratic -9.2185
-▁democratis -11.6622
-▁demokratisch -10.8064
-▁demokratische -9.48356
-▁demonstrate -9.91513
-▁den -5.41785
-▁denkbar -11.8175
-▁denke -9.31958
-▁denn -8.23654
-▁denounce -11.8362
-▁department -11.207
-▁depend -10.3284
-▁dependenc -11.8479
-▁dependent -11.3031
-▁deplet -11.0741
-▁deplore -11.6304
-▁deploy -11.3964
-▁depriv -11.4598
-▁depth -11.1969
-▁der -4.39664
-▁derartige -9.87158
-▁derogation -10.8238
-▁derzeit -9.44179
-▁derzeitige -9.92728
-▁des -5.83687
-▁describe -10.5012
-▁deserve -10.3877
-▁design -10.1088
-▁desirab -11.5
-▁desire -10.2528
-▁desperate -11.8174
-▁dessen -9.2488
-▁destroy -10.6642
-▁detail -9.56167
-▁detaillierte -11.3965
-▁detect -11.7453
-▁deteriorat -11.4088
-▁determin -10.0345
-▁determined -11.0277
-▁detriment -11.434
-▁deutlich -8.94534
-▁deutsche -10.6294
-▁devastat -11.6304
-▁develop -8.74365
-▁development -8.05804
-▁devote -11.1196
-▁dezentral -11.8555
-▁dialogue -9.51947
-▁dictatorship -11.8555
-▁die -4.23057
-▁diejenige -9.9091
-▁dienen -10.5899
-▁diesbezüglich -9.86389
-▁diese -5.62781
-▁differ -10.8445
-▁difference -9.97258
-▁different -8.71136
-▁differentiat -11.75
-▁difficult -8.74477
-▁digital -10.2383
-▁dignit -10.8808
-▁dimension -10.3227
-▁dioxin -11.8174
-▁diploma -11.2916
-▁diplomatic -10.9569
-▁diplomatische -11.1869
-▁direct -9.18474
-▁direction -9.98588
-▁directive -8.17816
-▁directives -10.143
-▁direkt -9.70011
-▁dis -9.34427
-▁disadvantage -11.0653
-▁disagree -10.9334
-▁disappear -11.0565
-▁disappoint -10.9489
-▁disaster -9.88762
-▁disastrous -11.7628
-▁discharge -9.79936
-▁disciplin -10.8734
-▁discover -11.2485
-▁discrepanc -11.9576
-▁discrimination -9.74145
-▁discuss -8.91653
-▁discussion -9.02758
-▁disease -10.5527
-▁disgrace -12.0015
-▁diskutieren -10.2538
-▁diskutiert -10.2696
-▁dismantl -11.6619
-▁disparit -11.5558
-▁displace -11.4863
-▁display -11.3843
-▁dispos -10.5012
-▁dispute -10.558
-▁disregard -11.4598
-▁disseminat -11.7628
-▁distance -11.2917
-▁distinction -11.4471
-▁distinguish -11.434
-▁distort -11.0137
-▁distribut -10.7119
-▁distribution -10.548
-▁disturb -11.678
-▁diversit -10.5686
-▁divide -10.6761
-▁division -11.2172
-▁do -7.05397
-▁doctor -10.903
-▁document -9.2102
-▁doe -8.26805
-▁doing -9.53006
-▁domestic -11.1011
-▁dominat -11.7112
-▁donor -10.7851
-▁door -11.0609
-▁dort -9.07906
-▁dossier -11.9363
-▁double -10.9889
-▁doubt -9.58747
-▁down -8.99202
-▁draft -9.13584
-▁dramatic -11.2485
-▁dramatisch -11.177
-▁drastic -11.4729
-▁drastisch -11.5849
-▁draw -9.28539
-▁drawing -10.6347
-▁drei -9.04072
-▁dringend -9.76517
-▁dringliche -11.434
-▁drink -11.2379
-▁dritte -10.5602
-▁dritten -9.82595
-▁driv -10.9261
-▁drive -10.8591
-▁droht -11.6619
-▁drop -11.4286
-▁drug -10.4195
-▁drängen -11.6619
-▁due -9.43009
-▁dump -11.6
-▁durch -7.31171
-▁durchführ -10.7642
-▁durchgeführt -9.76331
-▁durchsetz -11.377
-▁durchzuführen -10.6355
-▁duti -11.0818
-▁duty -10.3145
-▁dynamic -11.3254
-▁dänische -10.9334
-▁dürfe -9.05006
-▁dürfte -10.3102
-▁eEurop -11.8555
-▁earl -10.3586
-▁earlie -10.1664
-▁earmark -11.8751
-▁eas -10.2332
-▁easi -10.9904
-▁easier -10.9137
-▁east -10.8959
-▁eben -8.76015
-▁ebenso -9.19666
-▁echte -10.216
-▁eco -10.9669
-▁ecological -10.9105
-▁econom -9.05264
-▁economic -8.19681
-▁education -9.46353
-▁educational -11.2243
-▁effect -8.9026
-▁effective -8.78026
-▁effektiv -10.829
-▁effektive -10.8117
-▁efficienc -10.5794
-▁efficient -10.0117
-▁effiziente -10.3676
-▁effort -8.98747
-▁ehe -11.2376
-▁ehemalige -10.5686
-▁eher -10.253
-▁ehrgeizig -10.8518
-▁ehrlich -11.4476
-▁ei -9.56561
-▁eigene -8.95954
-▁eigentlich -9.31471
-▁eight -10.8968
-▁ein -6.22247
-▁einbezieh -11.5409
-▁einbezogen -10.5958
-▁eindeutig -9.29202
-▁eine -5.71421
-▁einen -7.28289
-▁einer -6.99139
-▁einfach -9.12237
-▁einge -10.0317
-▁eingebracht -10.4982
-▁eingebunden -11.6619
-▁eingeführt -10.5831
-▁eingegangen -10.3905
-▁eingehalten -10.7969
-▁eingehen -9.55152
-▁eingeleitet -10.6079
-▁eingereicht -10.0983
-▁eingerichtet -11.5414
-▁eingeräumt -11.1672
-▁eingeschränkt -11.5849
-▁eingesetzt -10.1421
-▁einheitliche -9.94177
-▁einhergeh -11.8556
-▁einig -10.5835
-▁einige -8.31874
-▁einigen -9.12911
-▁einiger -10.2005
-▁einmal -8.58215
-▁einschließ -11.7979
-▁einschlägige -11.5703
-▁einseitig -11.4537
-▁einsetzen -10.2951
-▁einstimmig -10.9411
-▁einzelne -9.06187
-▁einzelstaatlich -10.7504
-▁einzige -9.46496
-▁einzu -9.22076
-▁einzuführen -11.1125
-▁einzusetzen -11.0519
-▁elder -10.9974
-▁elect -10.3642
-▁election -11.0181
-▁elections -10.0609
-▁elector -11.0067
-▁electricity -11.0306
-▁electronic -10.6881
-▁elektronische -10.3061
-▁element -9.74145
-▁eleven -12.0015
-▁eligib -11.3254
-▁eliminat -10.7376
-▁else -9.84
-▁embark -11.646
-▁embass -11.9793
-▁embryo -11.3254
-▁emergenc -10.6294
-▁emission -10.3191
-▁empfehle -10.9568
-▁empfi -11.1668
-▁empfohlen -11.5274
-▁emphasis -10.3916
-▁emphasise -10.0887
-▁employ -10.6543
-▁employee -10.5637
-▁employer -11.0268
-▁employment -9.01305
-▁enabl -11.4354
-▁enable -9.9436
-▁encounter -11.7628
-▁encourag -10.8625
-▁encourage -9.81316
-▁end -8.3524
-▁endeavour -10.7965
-▁endgültige -10.5959
-▁endorse -10.596
-▁energ -9.38868
-▁energisch -11.4559
-▁enforce -10.5527
-▁eng -10.1304
-▁engage -10.7378
-▁engagier -11.0478
-▁engine -11.6621
-▁englische -11.5135
-▁enhance -10.9105
-▁enjoy -10.6013
-▁enlarg -11.4213
-▁enlargement -9.25099
-▁enorme -10.5794
-▁enormous -10.2617
-▁enshrine -11.6944
-▁ensur -10.1721
-▁ensure -8.5228
-▁ent -8.72323
-▁entail -11.1479
-▁enter -9.88222
-▁enterprise -10.5063
-▁entfernt -11.207
-▁entgegen -10.2732
-▁enthalten -9.47756
-▁enthusias -11.5557
-▁entire -9.62231
-▁entitle -10.4149
-▁entnehme -11.7927
-▁entr -10.8548
-▁entrepreneur -11.4998
-▁entscheide -11.8962
-▁entscheiden -10.3154
-▁entscheidend -10.621
-▁entscheidende -10.2545
-▁entschieden -10.0148
-▁entschlossen -10.6353
-▁entschuldigen -11.9576
-▁entsorg -11.9105
-▁entspr -10.3346
-▁entsprechen -10.8228
-▁entsprechend -9.76552
-▁entsprechende -9.5578
-▁entstanden -10.8881
-▁entsteh -11.1816
-▁entstehen -10.4459
-▁enttäuscht -11.5998
-▁entwe -10.7681
-▁entwickeln -10.1084
-▁entwickelt -10.0554
-▁entzieh -11.1582
-▁environment -9.06734
-▁environmental -8.69448
-▁envisage -11.0565
-▁equal -9.60137
-▁equality -10.4784
-▁equipment -10.9489
-▁equivalent -11.3485
-▁er -7.39409
-▁erachte -11.5126
-▁eradicat -11.3369
-▁erarbeiten -11.1399
-▁erarbeitet -10.6525
-▁erfahren -10.5474
-▁erfaßt -11.678
-▁erfolgen -10.3525
-▁erfolgreich -10.122
-▁erfolgt -10.3227
-▁erforderlich -9.15097
-▁erforderlichen -10.2355
-▁erfordern -11.374
-▁erfordert -10.6409
-▁erfreulich -11.1103
-▁erfreut -11.2807
-▁erfüllen -10.3269
-▁erfüllt -10.4476
-▁erg -10.9186
-▁ergeben -10.6719
-▁ergreifen -10.0825
-▁ergriffen -10.3396
-▁ergänzen -11.0221
-▁ergänzt -11.6944
-▁erhalten -9.22956
-▁erheb -11.165
-▁erheblich -10.6518
-▁erhebliche -10.2671
-▁erhielt -11.6619
-▁erhoben -11.0392
-▁erhält -10.9677
-▁erhöh -10.6328
-▁erhöht -10.8911
-▁erinner -9.66266
-▁erinnert -10.8098
-▁erkannt -11.7628
-▁erkennen -10.5318
-▁erklären -10.4858
-▁erklärt -10.0241
-▁erlassen -11.0004
-▁erlaube -11.1575
-▁erlaubt -11.5557
-▁erlebt -11.1196
-▁erleichter -10.8238
-▁erläutern -11.1103
-▁erläutert -11.3485
-▁ermögliche -9.85314
-▁ermöglicht -10.1605
-▁erneuerbare -10.6013
-▁erneut -9.86349
-▁ernst -9.91252
-▁ernsthaft -10.2658
-▁erreichen -9.27749
-▁erreicht -9.47899
-▁errichte -11.5283
-▁error -10.9493
-▁erschein -10.1865
-▁ersetz -10.864
-▁erst -9.37518
-▁erstaun -11.1869
-▁erste -9.32404
-▁ersten -8.66208
-▁erster -9.79531
-▁erstmal -11.4209
-▁erstreck -11.8178
-▁ersucht -11.678
-▁erteilt -11.1384
-▁erwarte -11.7608
-▁erwarten -10.0824
-▁erwartet -10.9978
-▁erweis -11.2767
-▁erweitern -11.5274
-▁erweitert -10.903
-▁erwiesen -11.1196
-▁erwähnt -9.66041
-▁erzeugt -11.7988
-▁erzielen -10.6181
-▁erzielt -10.021
-▁eröffne -10.7898
-▁erörtern -11.4598
-▁erörtert -11.2698
-▁es -5.90858
-▁especial -8.9236
-▁essential -9.03029
-▁establish -8.6939
-▁establishment -10.3282
-▁estimate -10.9569
-▁etc -10.7198
-▁ethical -11.3843
-▁ethische -11.4869
-▁ethnic -10.3269
-▁ethnische -10.5318
-▁etwa -8.31691
-▁euro -9.31728
-▁europaweit -11.6619
-▁europäische -7.55103
-▁evaluation -10.3966
-▁even -8.03995
-▁event -9.4614
-▁eventual -11.3145
-▁eventuell -10.8063
-▁ever -10.4044
-▁every -8.19862
-▁evidence -10.4334
-▁evident -10.9257
-▁ex -9.42093
-▁exacerbat -11.9155
-▁exact -10.0883
-▁exakt -11.5415
-▁examin -11.3189
-▁examination -11.0658
-▁examine -10.2442
-▁example -8.36724
-▁exceed -11.1103
-▁excellent -9.55436
-▁except -11.4991
-▁exception -10.5553
-▁exceptional -11.355
-▁excess -11.6777
-▁excessive -10.6295
-▁exchange -10.0718
-▁excis -11.7807
-▁exclude -10.7831
-▁exclusi -10.971
-▁exclusive -10.8591
-▁excuse -11.3485
-▁exemplar -11.9793
-▁exempt -11.9357
-▁exemption -10.9492
-▁exercise -10.1393
-▁exist -8.66672
-▁expand -11.4088
-▁expect -9.65114
-▁expectation -10.8684
-▁expenditure -10.1569
-▁expens -11.5927
-▁expense -11.052
-▁experienc -11.7092
-▁experience -9.61005
-▁experiment -11.7453
-▁expert -10.1016
-▁expir -11.7808
-▁explain -10.0179
-▁explanat -11.3836
-▁explanation -10.4197
-▁explicit -11.3254
-▁exploit -10.2117
-▁export -9.89038
-▁expos -11.5141
-▁express -8.80385
-▁expression -10.5048
-▁extend -10.0601
-▁extended -10.6918
-▁extension -10.903
-▁extensive -10.7965
-▁extent -9.82453
-▁external -9.73444
-▁externe -10.8807
-▁extra -10.717
-▁extraordinar -11.4998
-▁extrem -11.1484
-▁extreme -8.76822
-▁eye -10.7166
-▁f -8.34822
-▁fac -10.2119
-▁face -9.62026
-▁facilit -10.2244
-▁facilitate -10.7025
-▁fact -7.82122
-▁factor -9.84123
-▁fail -9.72282
-▁failure -10.4964
-▁fair -9.51208
-▁faith -11.3369
-▁faktisch -11.8362
-▁fall -10.0602
-▁fallen -10.5366
-▁falsch -10.1931
-▁famil -9.7873
-▁familiar -10.9334
-▁familie -10.5842
-▁fand -11.0566
-▁far -8.46369
-▁farm -10.088
-▁farmer -9.5308
-▁fascis -11.9363
-▁fashion -11.8555
-▁fast -9.57561
-▁fat -10.2704
-▁fault -11.7111
-▁favour -8.84106
-▁favourabl -11.5546
-▁fear -10.2083
-▁feasib -11.7628
-▁feature -10.9568
-▁federal -11.0306
-▁federation -11.9793
-▁fee -11.1155
-▁feed -11.0989
-▁feedingstuffs -11.9155
-▁feel -8.97138
-▁fehl -11.0062
-▁fehlende -10.928
-▁fehlt -10.7556
-▁fellow -10.0653
-▁female -11.8555
-▁ferner -10.3021
-▁fest -9.04983
-▁festgehalten -11.9576
-▁festgelegt -9.66917
-▁festgestellt -10.1536
-▁festhalte -11.8261
-▁festleg -10.871
-▁feststelle -9.98869
-▁festzulegen -10.817
-▁festzustellen -10.9813
-▁few -8.72
-▁fibre -11.7453
-▁field -9.29503
-▁fifteen -10.9568
-▁fifth -11.2591
-▁fight -9.16195
-▁figure -9.99343
-▁file -11.8029
-▁film -11.2807
-▁final -8.51126
-▁financ -10.0172
-▁finance -10.2429
-▁financial -8.5195
-▁finanziell -10.9892
-▁finanzielle -9.46106
-▁finanzieren -11.0392
-▁finanziert -10.5318
-▁find -9.01662
-▁finde -10.3028
-▁finden -9.31635
-▁finding -10.7449
-▁fine -10.6074
-▁finish -11.1672
-▁finnische -11.5414
-▁fire -10.6824
-▁firm -9.99343
-▁first -7.70436
-▁fiscal -11.5849
-▁fish -9.47833
-▁fisher -9.82011
-▁fisherm -11.0438
-▁fit -11.1449
-▁five -9.7641
-▁fix -11.0221
-▁flag -10.7747
-▁fleet -11.2485
-▁flexibili -10.5215
-▁flexible -10.3143
-▁flight -10.8734
-▁floo -10.1969
-▁flow -10.9812
-▁focus -9.73677
-▁folg -10.7489
-▁folgen -10.6571
-▁folgende -9.74171
-▁folgt -9.92508
-▁follow -8.5734
-▁food -9.31797
-▁foodstuff -11.7988
-▁foot -11.177
-▁football -11.2379
-▁for -5.53215
-▁force -8.80743
-▁forder -10.738
-▁fordern -9.69919
-▁fordert -10.4565
-▁forecast -11.646
-▁foreign -9.61926
-▁foresee -11.4225
-▁forest -9.75189
-▁forget -10.34
-▁forgot -11.6307
-▁form -8.70206
-▁formal -10.2654
-▁former -10.3074
-▁formula -11.3015
-▁formulate -11.4142
-▁formulier -11.891
-▁formuliert -10.8896
-▁fortgesetzt -11.3487
-▁forth -10.4161
-▁fortsetz -11.3534
-▁fortunate -11.3369
-▁forward -9.01013
-▁foster -11.7807
-▁found -9.48623
-▁four -9.73217
-▁fourth -10.8384
-▁fr -10.0202
-▁fragen -10.3533
-▁fragment -11.7628
-▁framework -8.8769
-▁frank -11.434
-▁französische -9.40096
-▁fraud -10.105
-▁free -9.12206
-▁freedom -9.16046
-▁frei -9.32726
-▁freight -11.3369
-▁freiwillige -11.337
-▁frequent -11.0392
-▁fresh -11.5135
-▁freue -9.81186
-▁friedliche -11.1672
-▁friend -10.1641
-▁from -6.87942
-▁frontier -10.8955
-▁fruit -11.1869
-▁frustrat -11.8362
-▁früh -10.9455
-▁früher -9.97381
-▁fuel -10.7786
-▁fulfil -10.3143
-▁full -8.59897
-▁function -10.0784
-▁fund -9.02368
-▁fundamental -9.02169
-▁funding -9.76778
-▁funktionieren -10.8035
-▁funktioniert -10.8662
-▁further -8.8229
-▁furthermo -9.72784
-▁future -8.36191
-▁fällt -10.7344
-▁fördern -9.86117
-▁fühlen -11.4729
-▁fühlt -11.9363
-▁führen -8.96747
-▁führt -9.78987
-▁fünf -9.65394
-▁fünfzehn -11.1011
-▁für -5.74044
-▁fürchte -11.2795
-▁g -10.0665
-▁gab -10.0262
-▁gain -10.2699
-▁game -11.5415
-▁ganz -7.97169
-▁ganze -9.97799
-▁gap -11.0745
-▁gar -9.7772
-▁garantieren -11.3028
-▁garantiert -10.9568
-▁gas -11.0583
-▁gather -11.4599
-▁gave -10.5639
-▁ge -7.56446
-▁geben -8.76635
-▁gebildet -12.0015
-▁gebilligt -10.8734
-▁geboren -11.9155
-▁geboten -10.8448
-▁gebracht -9.73224
-▁gedenk -11.0514
-▁geehrte -10.4241
-▁geeignet -11.1597
-▁geeignete -10.7816
-▁geeinigt -12.0015
-▁gefordert -9.68443
-▁gefunden -10.3525
-▁gefährden -11.5414
-▁gefährlich -10.7106
-▁gefährliche -10.7786
-▁gefördert -10.6237
-▁geführt -9.6123
-▁gegeben -9.60611
-▁gegebenen -10.5976
-▁gegen -8.00885
-▁gegenseitig -11.5691
-▁gegenseitige -11.2284
-▁gegenwärtig -9.26691
-▁gegenüber -8.89189
-▁geh -8.03164
-▁gehalten -10.963
-▁gehen -9.52049
-▁gehören -9.96416
-▁gehört -9.37964
-▁geistige -11.6945
-▁gekennzeichnet -11.5702
-▁geklärt -11.4729
-▁gekommen -10.2485
-▁gelangen -10.6125
-▁gelangt -11.1384
-▁geleistet -9.90679
-▁gelesen -11.6944
-▁geling -10.4307
-▁gelten -9.99974
-▁geltende -10.4713
-▁gelungen -10.6181
-▁gelöst -10.6761
-▁gemacht -9.25113
-▁gemeinsam -9.26555
-▁gemeinsame -8.60822
-▁gemäß -9.79707
-▁genannt -9.6253
-▁genau -9.04648
-▁genauso -10.8105
-▁gender -11.2488
-▁gene -10.211
-▁genehmigt -11.314
-▁general -8.78091
-▁generate -10.8381
-▁generell -10.3269
-▁generous -11.5849
-▁genetic -10.8379
-▁genetisch -11.4089
-▁genieße -11.4598
-▁genocid -12.0015
-▁genommen -9.69302
-▁gentlem -8.84194
-▁genu -10.3497
-▁genuine -9.95497
-▁genutzt -10.6642
-▁genügend -11.0565
-▁genügt -11.9363
-▁geographical -11.1575
-▁geographische -11.1289
-▁geplant -10.7765
-▁geprägt -11.4088
-▁geprüft -10.6525
-▁gerade -9.0064
-▁geraten -11.2173
-▁gerecht -9.89857
-▁gerechtfertigt -11.2485
-▁geregelt -10.9411
-▁gerichtet -10.7504
-▁gerichtliche -11.9157
-▁gering -10.5463
-▁geringe -10.431
-▁gern -9.91706
-▁gesagt -8.92338
-▁gesamte -9.06326
-▁gescha -11.8948
-▁geschaffen -9.96679
-▁geschehen -10.223
-▁geschie -10.4323
-▁geschlossen -9.54048
-▁geschützt -10.859
-▁gesehen -10.2894
-▁gesetzliche -11.1773
-▁gesetzt -10.2216
-▁gesichert -11.2172
-▁gesprochen -9.8905
-▁gestalte -10.1401
-▁gestatte -10.119
-▁gestellt -9.45112
-▁gestrige -11.3965
-▁gestärkt -11.3845
-▁gesundheitliche -11.7456
-▁get -8.8946
-▁geta -9.81724
-▁getrennt -11.1969
-▁getroffen -9.93485
-▁gewahrt -11.678
-▁gewaltige -10.973
-▁gewesen -10.2583
-▁gewidmet -11.8555
-▁gewisse -9.78971
-▁gewisser -10.9412
-▁geworden -10.1951
-▁gewählt -10.4571
-▁gewähren -11.1869
-▁gewährleiste -9.86561
-▁gewährleistet -10.5328
-▁gewährt -10.6821
-▁gewöhnlich -11.6944
-▁gewünscht -10.918
-▁gezahlt -11.7281
-▁gezeigt -10.5422
-▁gezielt -11.4999
-▁gezwungen -11.1479
-▁geändert -10.4103
-▁geäußert -10.3568
-▁gib -7.93032
-▁gil -9.20105
-▁ging -10.5144
-▁girl -11.8951
-▁give -7.78826
-▁gl -10.543
-▁glad -11.0565
-▁glaube -8.79809
-▁gleich -9.40374
-▁gleiche -10.2299
-▁gleichen -10.019
-▁gleicher -10.8829
-▁gleichzeitig -9.21158
-▁global -9.30086
-▁globalis -10.6131
-▁glücklich -11.1672
-▁go -8.54941
-▁goal -10.0629
-▁going -8.88014
-▁good -8.41145
-▁goods -10.3531
-▁govern -10.1014
-▁government -8.51584
-▁gra -9.83936
-▁gradual -10.6013
-▁grant -9.47196
-▁grate -10.5388
-▁gratuliere -10.3787
-▁gravierend -10.9489
-▁gre -10.7002
-▁great -7.97244
-▁greenhouse -11.8555
-▁grenzüber -10.4716
-▁gri -11.1989
-▁griechische -10.6821
-▁gross -11.7628
-▁ground -10.2112
-▁grounds -10.4063
-▁group -8.37798
-▁grow -9.06306
-▁groß -10.8694
-▁großartige -11.9363
-▁große -8.50545
-▁großen -9.11933
-▁großzügig -11.5998
-▁grundlegend -11.248
-▁grundlegende -9.96677
-▁grundsätzlich -10.246
-▁größer -11.027
-▁größere -9.61074
-▁größte -10.2704
-▁größten -10.5256
-▁größtmögliche -11.7111
-▁gründet -11.9155
-▁gründlich -10.7898
-▁grüne -11.8174
-▁guarantee -8.94746
-▁guid -10.7898
-▁guidelines -9.83476
-▁guilt -11.4998
-▁gut -8.84504
-▁gute -9.07686
-▁gäbe -11.7807
-▁h -8.58908
-▁ha -10.5345
-▁habe -7.99318
-▁haben -6.6943
-▁habit -11.9935
-▁habitat -11.3765
-▁had -8.27277
-▁half -10.2564
-▁halte -8.96596
-▁hand -8.86543
-▁handeln -10.3982
-▁handelt -9.0813
-▁handl -10.9956
-▁happ -10.2915
-▁happen -9.32519
-▁happening -10.6113
-▁hard -9.71887
-▁harm -10.7373
-▁harmful -10.9729
-▁harmonis -9.51655
-▁harmonisierte -11.7735
-▁hart -11.0942
-▁has -6.43661
-▁hat -6.70233
-▁hatte -8.93647
-▁hauptsächlich -11.0392
-▁hav -9.11312
-▁have -6.0232
-▁hazard -11.3254
-▁he -8.12408
-▁head -10.1881
-▁heading -10.8352
-▁health -8.81008
-▁hear -9.30248
-▁heart -10.3393
-▁heav -10.5588
-▁hectare -11.9793
-▁heftig -11.8555
-▁heikle -11.3485
-▁heiß -9.28013
-▁held -9.68715
-▁helfen -10.3393
-▁help -8.77196
-▁hemp -11.4089
-▁hence -10.5914
-▁her -8.70168
-▁heran -11.0206
-▁heraus -9.82134
-▁herausstell -11.9261
-▁here -8.12495
-▁hergestellt -11.1879
-▁heritage -10.7765
-▁herrscht -10.7906
-▁hervor -10.1887
-▁hervorgeh -11.6206
-▁hervorgehoben -10.8101
-▁hervorheben -10.4381
-▁hervorragend -11.729
-▁hervorragende -10.9252
-▁hervorzuheben -11.7111
-▁herzlich -10.4428
-▁heut -7.92585
-▁heutige -9.87397
-▁hier -7.50396
-▁hierzu -11.0297
-▁high -8.47952
-▁highlight -9.72056
-▁hilfreich -11.5557
-▁him -9.52883
-▁hin -8.3077
-▁hinaus -9.15441
-▁hinder -10.9537
-▁hinein -11.5738
-▁hingeg -11.1012
-▁hinnehm -11.8686
-▁hinnehmbar -11.5706
-▁hinreichend -11.615
-▁hinter -9.97419
-▁hinweg -11.1592
-▁hinweisen -9.73004
-▁hinzu -10.6884
-▁hinzufüg -10.7966
-▁his -8.35129
-▁histor -10.3603
-▁historic -10.9136
-▁historical -11.3563
-▁historische -10.6601
-▁hit -11.0733
-▁ho -9.44221
-▁hoch -10.0609
-▁hochrangige -11.9576
-▁hoffe -8.86145
-▁hoffen -10.0908
-▁hohe -9.26208
-▁hold -9.99443
-▁holding -10.7961
-▁home -9.96676
-▁honest -11.2699
-▁honour -10.7838
-▁honourabl -9.83194
-▁hope -8.31408
-▁hopeful -11.3164
-▁horizontal -10.9334
-▁hospital -11.6944
-▁hour -10.2669
-▁how -7.29213
-▁huge -9.99343
-▁human -8.12267
-▁humanitarian -10.1186
-▁humanitäre -10.2079
-▁hundred -10.8169
-▁hypocri -11.2698
-▁hält -10.5741
-▁hätte -8.93064
-▁häufig -10.0525
-▁höchste -10.2538
-▁höher -11.1696
-▁höhere -10.4323
-▁i -9.63454
-▁idea -9.18107
-▁ideal -10.8995
-▁identi -11.6545
-▁identifi -10.4828
-▁identify -10.8169
-▁identit -10.7346
-▁ideolog -10.9489
-▁ideological -11.6151
-▁ignor -11.4283
-▁ignore -11.0259
-▁ignorier -11.3843
-▁ih -9.39692
-▁ihn -8.69536
-▁ihr -8.69436
-▁ihre -7.35822
-▁ihrer -8.35932
-▁illegal -9.49169
-▁illustrate -11.1869
-▁im -6.05923
-▁image -11.035
-▁imagine -11.0888
-▁imbalance -11.7989
-▁immediate -10.7329
-▁immediately -10.391
-▁immense -11.2592
-▁immer -8.21011
-▁immigrant -10.5527
-▁immunit -11.8362
-▁impact -9.73677
-▁imperative -11.6944
-▁implement -8.82896
-▁implementation -9.2592
-▁implication -10.6701
-▁implie -11.678
-▁import -9.86852
-▁importan -9.09247
-▁important -7.62511
-▁impose -10.0951
-▁impossib -10.5633
-▁impression -10.5741
-▁imprison -11.8951
-▁improv -10.0846
-▁improve -9.26444
-▁improvement -9.97009
-▁in -4.2165
-▁inadequate -10.8238
-▁inakzeptab -11.1479
-▁inappropriate -11.8951
-▁incentive -10.8881
-▁incident -10.4287
-▁incinerat -10.5266
-▁includ -8.91759
-▁include -9.06976
-▁income -10.3396
-▁incompatib -11.8751
-▁incorporat -11.5243
-▁incorporate -10.5051
-▁incorrect -11.8362
-▁increase -8.73701
-▁increasing -9.40096
-▁incredibl -11.9363
-▁indem -9.52437
-▁independen -11.0061
-▁independent -10.0332
-▁indicat -9.87082
-▁indication -11.1893
-▁indirect -11.2698
-▁indirekt -11.3369
-▁individual -9.19651
-▁individuelle -11.5702
-▁industrial -10.085
-▁industrielle -11.0392
-▁industries -10.8479
-▁industry -8.86023
-▁inequalit -11.538
-▁inevitabl -10.9647
-▁inflation -11.0653
-▁influence -10.4057
-▁inform -9.39281
-▁information -8.3663
-▁informiere -10.7734
-▁informiert -10.6955
-▁infrastructure -10.1152
-▁infringement -11.4998
-▁inhabitant -11.728
-▁inhaltlich -11.0741
-▁initial -10.2897
-▁initiate -11.3603
-▁initiative -8.68188
-▁injur -11.7808
-▁inner -8.92735
-▁innovation -10.7898
-▁innovative -10.5266
-▁inquir -11.1479
-▁insecur -11.9696
-▁insist -10.4334
-▁insof -10.2302
-▁inspection -10.5113
-▁inspector -11.4998
-▁inspire -11.9363
-▁instabil -11.6798
-▁installation -11.4468
-▁instance -10.4669
-▁institution -10.4246
-▁institutional -10.182
-▁institutionelle -10.3998
-▁institutions -8.9641
-▁instrument -9.29379
-▁insufficient -11.2698
-▁insurance -10.8032
-▁integral -11.5274
-▁integrat -10.1179
-▁integration -9.96255
-▁intellectual -11.4863
-▁intelligen -11.5998
-▁intend -9.15458
-▁intensiv -11.0946
-▁intensive -10.8081
-▁intention -9.85823
-▁inter -9.37257
-▁interessant -11.1371
-▁interessante -11.0752
-▁interessiert -10.8734
-▁interest -9.10286
-▁interesting -10.52
-▁interests -9.16522
-▁interfer -11.0222
-▁interim -11.3377
-▁intermodal -10.9727
-▁internal -9.16444
-▁international -8.2431
-▁internationale -9.60733
-▁interne -10.7033
-▁interoperab -11.2917
-▁interpret -10.552
-▁interpretation -11.0317
-▁intervene -10.8032
-▁intervention -9.83734
-▁into -7.77679
-▁intolerabl -11.6946
-▁introduc -9.67124
-▁introduce -9.96083
-▁invent -11.4605
-▁invest -10.3514
-▁investier -11.1217
-▁investigat -10.8583
-▁investigation -10.6299
-▁investment -9.63071
-▁invite -10.9737
-▁involv -9.5465
-▁involve -8.8408
-▁inwie -11.2699
-▁irakische -11.678
-▁irgend -11.6221
-▁irgendeine -10.725
-▁irgendw -11.1627
-▁irgendwelche -11.8951
-▁irische -11.0139
-▁irre -10.3583
-▁irregularit -11.4213
-▁irrespective -11.3254
-▁is -5.11076
-▁island -10.734
-▁isolate -11.5147
-▁issue -7.52772
-▁ist -5.75202
-▁it -5.67004
-▁italienische -10.8238
-▁item -9.59848
-▁its -7.44205
-▁ja -8.66043
-▁jahrelang -11.5849
-▁je -7.72633
-▁jede -9.43286
-▁jeden -9.37509
-▁jeder -9.20995
-▁jedes -9.97416
-▁jegliche -10.5318
-▁jemand -10.6882
-▁jene -9.49467
-▁jetz -8.32388
-▁jetzige -10.6182
-▁jeweil -11.3034
-▁jeweilige -10.2654
-▁job -9.87031
-▁jobs -9.80293
-▁join -9.97981
-▁joint -9.35778
-▁journalist -11.1289
-▁ju -10.6154
-▁judge -10.7123
-▁judgement -10.8593
-▁judgment -12.0015
-▁judicial -10.8103
-▁junge -10.2048
-▁jurisdiction -11.0565
-▁juristische -11.092
-▁just -7.95064
-▁justifiabl -11.9576
-▁justifie -10.5851
-▁justify -10.9335
-▁justitielle -12.0015
-▁jährlich -10.3102
-▁jüngste -10.2938
-▁k -9.00225
-▁kam -10.57
-▁kann -7.23176
-▁katastrophal -11.9363
-▁kau -10.3495
-▁keen -11.3179
-▁keep -9.44356
-▁kein -8.84144
-▁keine -7.61458
-▁keiner -10.657
-▁kenne -11.7984
-▁kennen -10.8036
-▁kennt -11.6655
-▁key -9.54639
-▁kill -10.7323
-▁kind -9.13214
-▁klar -8.87317
-▁klare -10.0556
-▁klarstell -11.2795
-▁klein -10.9359
-▁kleine -9.57149
-▁kleinere -11.2346
-▁klug -11.9363
-▁knapp -11.1479
-▁know -8.21692
-▁knowledge -9.8582
-▁known -10.2633
-▁komm -9.07413
-▁komme -10.493
-▁kommen -8.95973
-▁kommende -10.3603
-▁kommerzielle -11.2807
-▁komplex -11.3603
-▁kompliziert -11.051
-▁komplizierte -11.0108
-▁konfrontier -11.434
-▁konkret -10.0963
-▁konkrete -9.35308
-▁konnte -9.51947
-▁konsequent -10.7376
-▁konstruktiv -11.7337
-▁konstruktive -10.8284
-▁konsultier -11.6304
-▁kontinuierlich -11.5998
-▁kontrollieren -11.197
-▁kontrolliert -10.9181
-▁konzentrier -10.1641
-▁koordinieren -11.9155
-▁koordiniert -11.2917
-▁korrigier -11.1479
-▁kriminelle -11.4598
-▁kritisch -11.1642
-▁kritische -11.1899
-▁kritisiere -11.728
-▁kritisiert -11.3843
-▁kulturelle -10.0983
-▁kurz -9.43643
-▁kurze -10.3486
-▁kurzfristig -11.0306
-▁kämpfen -11.2073
-▁könne -11.4942
-▁können -7.30516
-▁könnte -8.49557
-▁kümmer -11.4585
-▁künftig -9.37462
-▁kürz -11.4716
-▁kürzlich -10.9037
-▁label -10.6233
-▁labell -10.278
-▁labour -10.0751
-▁lack -9.29205
-▁lad -8.81504
-▁land -10.112
-▁landwirtschaft -10.7314
-▁lang -10.4298
-▁lange -9.45567
-▁langfristig -10.7966
-▁langfristige -11.0219
-▁langsam -11.1233
-▁language -9.83992
-▁large -8.93876
-▁last -8.26847
-▁late -10.0939
-▁later -10.2637
-▁latter -10.903
-▁laufende -11.0683
-▁launch -10.6701
-▁laundering -11.4213
-▁laut -10.7505
-▁lautet -10.7966
-▁law -8.54536
-▁lawyer -11.5277
-▁lay -10.4787
-▁lead -8.98024
-▁leaders -10.4647
-▁learn -9.87951
-▁leas -9.06313
-▁leav -11.3832
-▁leave -9.99671
-▁leben -9.74606
-▁led -9.15694
-▁left -9.853
-▁legal -8.414
-▁legislat -10.9718
-▁legislation -8.75353
-▁legislative -9.30412
-▁legitim -10.4618
-▁legitimate -10.6411
-▁lehne -11.6768
-▁lehnt -11.3722
-▁leicht -10.2227
-▁leide -9.049
-▁leisten -9.84516
-▁leistet -11.3964
-▁length -11.0392
-▁lenken -11.5557
-▁lesen -11.3042
-▁less -9.27132
-▁lesson -11.142
-▁let -8.80924
-▁letter -10.2911
-▁letzt -10.5718
-▁letzte -10.1766
-▁letzten -8.84488
-▁letztendlich -10.5267
-▁letzter -10.745
-▁level -8.20092
-▁li -10.2582
-▁liabilit -10.4524
-▁liberal -10.5463
-▁liberalis -10.6851
-▁liberalisation -9.87179
-▁libert -11.6619
-▁licence -11.5557
-▁lie -10.723
-▁liebe -9.71057
-▁liefer -11.0505
-▁lieg -8.92764
-▁liegen -9.83782
-▁lies -10.7311
-▁life -9.13207
-▁lift -11.1198
-▁light -9.80188
-▁like -7.15403
-▁limit -8.98752
-▁line -9.23406
-▁linguistic -11.8362
-▁link -9.56186
-▁list -9.55008
-▁listen -10.5511
-▁litera -11.7772
-▁litt -9.54756
-▁liv -10.0928
-▁live -9.79203
-▁lives -10.3651
-▁loben -11.3843
-▁local -9.40263
-▁location -11.728
-▁logical -11.1103
-▁lokale -10.1641
-▁long -8.23482
-▁look -8.74564
-▁lorr -11.8751
-▁los -9.74911
-▁lot -10.0734
-▁love -11.6877
-▁low -10.1727
-▁lower -10.7245
-▁lu -10.6507
-▁ländliche -9.86084
-▁länger -10.2499
-▁läs -11.1831
-▁lösen -10.4135
-▁m -7.14133
-▁machen -8.59254
-▁machine -11.7628
-▁macht -9.64669
-▁mag -10.4589
-▁mail -11.6307
-▁main -9.0081
-▁mainstreaming -11.8555
-▁maintain -9.57349
-▁major -9.16118
-▁majorit -9.3154
-▁mak -8.78918
-▁make -7.70435
-▁makes -9.78601
-▁man -6.97957
-▁manag -10.9748
-▁manage -9.8356
-▁management -9.2533
-▁manche -10.5892
-▁mandate -10.7377
-▁mangelnde -11.2485
-▁manifest -11.7989
-▁manner -10.2793
-▁manoeuvre -11.9576
-▁manufactur -11.2038
-▁manufacturer -10.678
-▁margin -11.2917
-▁marginalis -11.9794
-▁maritime -11.2698
-▁mark -10.3374
-▁market -8.23752
-▁markets -9.92203
-▁mass -10.6711
-▁massive -10.7316
-▁match -11.0392
-▁material -10.1494
-▁materiell -11.678
-▁matter -8.46395
-▁matters -9.44639
-▁maximal -11.5702
-▁may -8.29482
-▁maßgeblich -11.8951
-▁me -8.14204
-▁mean -8.05245
-▁measure -9.97768
-▁measures -8.33012
-▁meat -11.0609
-▁mechanism -10.0711
-▁media -10.1052
-▁medical -11.177
-▁medicine -11.7988
-▁medium -10.1152
-▁medizinische -11.434
-▁meet -9.83967
-▁meeting -9.25856
-▁mehr -7.79534
-▁mehrere -9.71871
-▁mehrfach -10.8522
-▁mein -9.35219
-▁meine -7.51028
-▁meiner -8.29655
-▁meisten -9.8774
-▁member -10.3444
-▁members -9.46841
-▁membership -11.0922
-▁memor -11.7825
-▁men -10.4941
-▁menschliche -10.0983
-▁mention -9.67287
-▁mentioned -9.30464
-▁mere -10.0061
-▁merit -11.0307
-▁message -10.1569
-▁met -10.2305
-▁method -9.71827
-▁might -9.38195
-▁militar -9.49352
-▁militärische -10.1936
-▁milk -10.6125
-▁millennium -11.9793
-▁million -8.89582
-▁mind -9.35547
-▁mindesten -10.8662
-▁mine -11.1883
-▁minimal -11.5274
-▁minor -11.4149
-▁minorit -10.0257
-▁minute -10.3966
-▁mir -8.16667
-▁mis -10.1988
-▁miss -10.578
-▁mission -10.6623
-▁mistake -10.4863
-▁mit -6.16298
-▁mitgeteilt -11.728
-▁mitteil -10.9643
-▁mittelfristig -11.7628
-▁mittlere -10.6069
-▁mix -11.1289
-▁miß -11.1411
-▁mo -9.53731
-▁mobil -10.4528
-▁mobilis -10.9026
-▁model -9.87459
-▁modern -9.90771
-▁modernis -10.7488
-▁modifie -11.207
-▁moment -9.27737
-▁monetar -10.7126
-▁money -9.01658
-▁monitor -9.34908
-▁monopol -10.5649
-▁month -10.4072
-▁months -9.50768
-▁moral -10.726
-▁moralische -11.3469
-▁more -7.11333
-▁morgen -9.44182
-▁morgige -11.7453
-▁morning -10.0718
-▁most -8.26983
-▁motion -9.45953
-▁motor -11.3843
-▁mov -10.5952
-▁move -9.54432
-▁movement -9.70944
-▁multi -10.2166
-▁multilateral -11.092
-▁multinational -10.6409
-▁multipl -11.6153
-▁murder -11.1672
-▁muss -8.71669
-▁must -6.87795
-▁mutual -10.8032
-▁muß -7.43246
-▁mußte -10.778
-▁my -7.37395
-▁möchte -7.05185
-▁möge -10.7126
-▁möglich -8.46026
-▁möglichst -10.136
-▁mündliche -10.9647
-▁müsse -7.15864
-▁müsste -11.0741
-▁müßte -9.95787
-▁nach -6.99458
-▁nachdenk -11.8227
-▁nachdrücklich -10.4428
-▁nachhaltig -11.5518
-▁nachhaltige -10.2949
-▁nachmittag -11.5702
-▁nachteilig -11.9155
-▁nachvollzieh -11.5414
-▁nahe -10.9966
-▁nahezu -11.3155
-▁name -9.28906
-▁namentlich -11.2919
-▁nation -10.2845
-▁national -7.81619
-▁nationale -9.88369
-▁natural -9.49169
-▁nature -9.71827
-▁natürlich -8.32427
-▁near -10.2824
-▁neben -10.2018
-▁necessar -11.1322
-▁necessary -8.63322
-▁necessit -11.5998
-▁need -7.24503
-▁negativ -11.3167
-▁negative -9.90891
-▁neglect -11.9576
-▁negotiat -10.1352
-▁negotiation -9.25847
-▁nehme -11.198
-▁nehmen -9.26654
-▁nei -10.2585
-▁neighbour -10.4287
-▁nennen -10.3612
-▁neo -11.4001
-▁network -9.61188
-▁neu -9.41455
-▁neue -7.89488
-▁neuer -10.1652
-▁neutral -11.2172
-▁never -9.09875
-▁new -7.6505
-▁newspaper -11.434
-▁nicht -5.84513
-▁nie -9.88473
-▁nieder -11.3041
-▁niederländische -11.5274
-▁niedrige -10.7688
-▁niemand -10.1463
-▁night -10.74
-▁nimm -10.0109
-▁nine -10.9573
-▁no -7.32257
-▁nobod -11.3578
-▁noch -7.24715
-▁nochmal -10.1442
-▁noise -10.3589
-▁non -9.49012
-▁none -9.98525
-▁nor -9.59738
-▁normal -9.72758
-▁north -10.6861
-▁not -5.9865
-▁notabl -11.824
-▁note -10.1996
-▁notice -10.7776
-▁notwendig -9.08622
-▁notwendige -10.6855
-▁notwendigen -10.2012
-▁now -7.66291
-▁nucle -9.79463
-▁nukleare -11.5998
-▁number -8.41276
-▁numer -10.7064
-▁nun -8.36711
-▁nunmehr -10.397
-▁nur -7.22791
-▁nutzen -9.84554
-▁nächste -10.6403
-▁nächsten -9.55358
-▁näher -10.725
-▁nämlich -8.77196
-▁nördliche -11.8555
-▁nötig -10.7699
-▁nütz -11.7938
-▁nützlich -10.8257
-▁ob -8.03316
-▁object -11.4588
-▁objection -11.2923
-▁objective -8.63817
-▁objektiv -11.0392
-▁oblieg -11.2217
-▁obligation -9.89033
-▁obligatorische -11.1407
-▁oblige -10.8881
-▁observ -9.99279
-▁observation -10.5433
-▁obstacle -10.7898
-▁obtain -9.96959
-▁obvious -9.46823
-▁occasion -9.97253
-▁occupation -11.7988
-▁occupie -11.646
-▁occur -10.9353
-▁occurr -10.6746
-▁of -4.39133
-▁off -9.46464
-▁offen -9.54377
-▁offenbar -10.6529
-▁offence -11.0096
-▁offenkundig -11.678
-▁offensichtlich -9.9209
-▁offer -9.4489
-▁office -9.94923
-▁official -10.2875
-▁officials -10.3767
-▁offiziell -11.1358
-▁offizielle -11.3875
-▁ohne -8.40966
-▁oil -10.0119
-▁old -9.78616
-▁on -5.508
-▁one -7.36594
-▁open -9.10179
-▁opening -10.6985
-▁operat -10.6205
-▁operate -10.4858
-▁operation -9.63626
-▁operational -10.8986
-▁operator -10.5451
-▁opinion -8.52085
-▁opportunit -8.81929
-▁oppose -10.1324
-▁opposit -10.9327
-▁opposition -10.5479
-▁opt -11.2716
-▁optim -10.3612
-▁option -10.3528
-▁or -7.1396
-▁ordentlich -11.8555
-▁order -8.0548
-▁ordina -11.7475
-▁ordnungsgemäß -10.7898
-▁organis -9.38975
-▁organisation -10.0813
-▁organisations -9.62383
-▁organisierte -10.5366
-▁orient -10.6617
-▁origin -9.89563
-▁original -10.2819
-▁other -7.30778
-▁our -6.88412
-▁ourselves -9.5263
-▁out -7.60094
-▁outcome -10.4428
-▁outline -10.982
-▁outside -10.0596
-▁over -8.00306
-▁overcom -10.8566
-▁overlook -12.0015
-▁own -8.30876
-▁ozon -11.4088
-▁p -8.22964
-▁paar -11.3605
-▁package -10.5794
-▁pai -9.88469
-▁palästinensisch -11.1575
-▁paper -10.4524
-▁paradox -11.5414
-▁paragraph -10.0751
-▁parallel -10.903
-▁parent -11.5703
-▁parlamentarisch -10.8672
-▁parliament -10.1839
-▁parliamentar -9.96517
-▁part -7.89354
-▁participat -9.84037
-▁participate -10.6284
-▁particular -7.82407
-▁parties -9.4087
-▁partners -10.3139
-▁partnership -10.2193
-▁pass -9.36471
-▁passenger -10.9181
-▁passiert -11.1885
-▁past -9.40606
-▁patent -10.2578
-▁path -10.8738
-▁patien -11.615
-▁pay -9.33175
-▁payment -10.0724
-▁peace -9.12554
-▁peaceful -10.8888
-▁penalt -10.4476
-▁pension -9.7391
-▁people -7.57519
-▁per -8.44468
-▁percentage -11.314
-▁perfect -10.3185
-▁performance -11.4468
-▁period -9.22968
-▁peripher -11.6944
-▁permanent -10.6069
-▁permit -10.4632
-▁persecut -11.434
-▁person -9.66578
-▁personal -9.61584
-▁personne -11.1514
-▁perspective -10.2897
-▁persuade -11.5702
-▁persönlich -9.80935
-▁pertain -11.8751
-▁phenomen -10.8518
-▁philosoph -11.3142
-▁phthalate -11.092
-▁physical -11.4729
-▁picture -11.1383
-▁piece -11.0565
-▁pillar -10.8734
-▁pilot -11.615
-▁place -8.35252
-▁plain -11.5559
-▁plan -9.4397
-▁plann -10.0186
-▁plans -10.0209
-▁plant -10.1359
-▁platform -11.8555
-▁play -9.1527
-▁please -9.46289
-▁pleasure -11.4213
-▁pledge -11.7111
-▁plen -10.3441
-▁plu -10.8161
-▁plädier -11.728
-▁plötzlich -11.7111
-▁point -7.67676
-▁pointed -10.2522
-▁police -9.98741
-▁policies -9.14613
-▁policy -7.64731
-▁politic -10.7034
-▁political -7.93571
-▁politician -10.6643
-▁politisch -9.96678
-▁politische -8.23832
-▁politischer -10.5539
-▁polizeiliche -11.8555
-▁pollut -10.5208
-▁pollution -9.96702
-▁poor -9.75565
-▁popular -11.9363
-▁population -9.50646
-▁pornograph -11.1196
-▁port -10.056
-▁portugiesische -9.66692
-▁position -8.38202
-▁positiv -10.0744
-▁positive -8.71092
-▁possibilit -9.87682
-▁possibl -8.18497
-▁post -10.0172
-▁postal -10.7331
-▁postpone -10.5903
-▁potential -10.016
-▁potentielle -11.0565
-▁power -9.05347
-▁powerful -11.1112
-▁practical -9.82707
-▁practice -9.39597
-▁praise -11.646
-▁praktisch -9.96958
-▁pre -9.47949
-▁precaution -10.5164
-▁preced -11.6287
-▁preci -11.8373
-▁precise -9.52327
-▁predict -11.8174
-▁prefer -10.2218
-▁pregnan -11.4998
-▁prejudice -11.6619
-▁preliminar -11.1869
-▁premature -11.9576
-▁premise -11.9793
-▁prepar -10.5303
-▁preparation -10.6245
-▁prepare -10.9936
-▁prepared -9.67488
-▁prerequisite -11.4468
-▁presen -10.6989
-▁present -8.19361
-▁preserv -10.6585
-▁presidency -9.80185
-▁president -11.1869
-▁press -10.1203
-▁pressure -9.97258
-▁pretext -11.6305
-▁prevail -11.4863
-▁prevent -8.81559
-▁previous -9.43145
-▁price -10.0056
-▁prices -10.2344
-▁primar -10.3966
-▁prime -11.5557
-▁principal -11.6304
-▁principle -8.66073
-▁principles -9.54478
-▁prinzipiell -11.5414
-▁prior -10.9019
-▁priorit -9.46955
-▁priorities -9.95076
-▁prison -11.0359
-▁prisoner -11.2007
-▁priva -11.3481
-▁private -9.40604
-▁privatisation -11.5135
-▁privilege -11.4213
-▁pro -9.17285
-▁probabl -10.1463
-▁problem -7.79146
-▁problematic -11.8175
-▁problematisch -11.1869
-▁procedural -11.4468
-▁procedure -9.07215
-▁procedures -9.62096
-▁proceed -10.5311
-▁proceeding -10.5747
-▁process -8.31974
-▁produc -10.5207
-▁produce -9.62352
-▁producer -10.0784
-▁product -9.99903
-▁production -9.60419
-▁products -9.28471
-▁produzieren -11.8751
-▁produziert -11.8951
-▁professional -10.6125
-▁profit -9.97596
-▁profitier -11.1089
-▁profound -11.728
-▁programme -8.6391
-▁programmes -9.08981
-▁progress -8.85926
-▁prohibit -10.8518
-▁project -8.84004
-▁promise -10.3186
-▁promot -10.3777
-▁promote -9.5856
-▁promotion -10.7386
-▁prompt -11.3843
-▁proof -10.6409
-▁propagand -11.8555
-▁proper -9.24395
-▁proportion -10.3269
-▁propos -9.6027
-▁proposal -7.68152
-▁propose -8.66333
-▁prosecut -11.0175
-▁prospect -10.6761
-▁prosper -10.8807
-▁prostitut -11.2606
-▁protect -9.177
-▁protection -8.69046
-▁protest -10.6294
-▁protocol -11.0139
-▁proud -11.3263
-▁prove -9.95702
-▁provid -9.90354
-▁provide -8.44955
-▁provision -9.14097
-▁präsent -11.69
-▁präzise -11.1479
-▁präzisier -11.9155
-▁prüfen -9.98741
-▁public -8.20242
-▁publish -10.5422
-▁punish -10.7569
-▁purchas -11.7807
-▁pure -10.4968
-▁purpose -9.54227
-▁pursu -10.9707
-▁pursuan -11.2749
-▁pursue -10.7426
-▁push -11.0565
-▁put -8.37078
-▁qua -10.3642
-▁qualifie -10.6583
-▁qualifizierte -10.6883
-▁qualitativ -10.9257
-▁quantit -10.9647
-▁quantitative -11.473
-▁question -7.72756
-▁quick -9.66042
-▁quit -8.77304
-▁quota -10.1507
-▁ra -8.45753
-▁racial -11.4729
-▁racism -9.99042
-▁racist -11.0138
-▁radical -10.859
-▁radio -11.0672
-▁radioactiv -11.423
-▁radioaktive -11.5274
-▁rail -10.3274
-▁railway -9.93032
-▁rais -10.442
-▁raise -9.30878
-▁range -10.5777
-▁rapid -9.85033
-▁rapporteur -8.44302
-▁rasch -9.95308
-▁rassistische -11.207
-▁rate -9.68215
-▁ratification -11.7807
-▁ratifie -11.1869
-▁ratifizier -11.0565
-▁ratify -11.5998
-▁rational -10.744
-▁re -7.83709
-▁reach -9.17258
-▁react -10.7989
-▁reaction -10.4155
-▁read -9.75667
-▁reading -9.89835
-▁reagiere -10.5848
-▁reagiert -11.177
-▁real -8.26573
-▁realise -10.3654
-▁realisier -11.4691
-▁realistic -10.9492
-▁realistisch -11.0546
-▁realit -10.3036
-▁reason -8.57628
-▁reasonabl -10.4767
-▁reassure -11.7988
-▁recall -11.3843
-▁receiv -10.7102
-▁receive -9.38014
-▁recent -9.44228
-▁recently -9.96002
-▁reception -11.4863
-▁rechne -11.5299
-▁recht -9.26383
-▁rechtfertigen -11.2591
-▁rechtliche -10.0026
-▁rechtmäßig -11.4601
-▁rechtzeitig -10.9889
-▁recital -11.6944
-▁recogni -10.2652
-▁recognise -9.47381
-▁recommend -10.5157
-▁recommendation -9.73474
-▁reconcile -11.6619
-▁reconsider -11.5998
-▁reconstruct -10.6642
-▁record -10.3655
-▁recourse -11.8174
-▁recover -11.1481
-▁recycling -11.1969
-▁reduc -10.3927
-▁reduce -9.82608
-▁reduced -10.5485
-▁reduction -10.0526
-▁reduzier -11.0741
-▁refer -9.74753
-▁reference -9.76768
-▁referend -11.1292
-▁referr -9.65684
-▁reflect -9.86349
-▁reform -8.82639
-▁refuge -11.0993
-▁refugees -10.0563
-▁refund -11.3369
-▁refus -11.1845
-▁refuse -10.8464
-▁regard -7.94598
-▁regelmäßig -10.8032
-▁regime -10.3612
-▁region -9.32571
-▁regional -8.73597
-▁regions -9.15902
-▁register -10.8955
-▁registr -11.7453
-▁regret -10.1783
-▁regrettabl -11.3728
-▁regular -10.6525
-▁regulat -11.2514
-▁regulate -10.7998
-▁regulation -8.44883
-▁regulator -10.6303
-▁reicht -10.9068
-▁rein -9.988
-▁reinforce -10.7699
-▁reiterate -10.8377
-▁reject -9.61188
-▁relat -9.6551
-▁relate -10.2655
-▁relation -9.55108
-▁relations -9.47309
-▁relationship -10.415
-▁relativ -10.9844
-▁relative -10.4093
-▁release -10.5318
-▁relevant -9.80935
-▁reliabl -11.4215
-▁religion -11.615
-▁religious -11.2591
-▁religiöse -11.5557
-▁reluctan -11.9155
-▁remain -9.171
-▁remark -10.4793
-▁remarkabl -11.7534
-▁remember -10.1534
-▁remind -9.7391
-▁remote -11.0478
-▁remov -11.0909
-▁remove -10.8743
-▁renew -11.11
-▁renewable -10.5635
-▁repair -11.8362
-▁repeat -10.1842
-▁repeated -10.8062
-▁replace -10.5318
-▁replie -11.2591
-▁reply -10.2617
-▁report -7.05954
-▁represent -9.2928
-▁representation -11.0008
-▁representative -9.49543
-▁repressi -11.5274
-▁request -9.02112
-▁requir -11.4589
-▁require -8.92838
-▁requirement -9.49947
-▁research -9.26257
-▁reservation -11.0653
-▁residenc -10.8448
-▁resident -11.1289
-▁resign -11.7628
-▁resistan -11.3603
-▁resolution -8.49197
-▁resolutions -10.3034
-▁resolv -11.1545
-▁resolve -10.2016
-▁resource -11.3778
-▁resources -8.96083
-▁respect -8.38252
-▁respective -11.0608
-▁respektiere -11.3141
-▁respektiert -11.5414
-▁respond -10.0589
-▁response -9.68227
-▁responsibilit -8.79354
-▁responsibl -9.26545
-▁rest -9.94477
-▁restor -10.5326
-▁restrict -10.281
-▁restriction -10.4627
-▁restructuring -11.1672
-▁result -8.42086
-▁resume -11.0057
-▁retain -10.9411
-▁retire -11.5414
-▁return -10.021
-▁reunification -11.4598
-▁reveal -11.2917
-▁revenue -11.5702
-▁reverse -11.4089
-▁review -9.82198
-▁revis -10.895
-▁revision -10.7382
-▁revolution -11.1479
-▁rhetoric -11.6944
-▁rich -10.7467
-▁richtet -11.585
-▁richtig -9.41057
-▁richtige -10.1831
-▁riesige -11.5274
-▁right -7.97525
-▁rights -8.01696
-▁rigid -11.9793
-▁rigorous -11.3369
-▁rise -10.1754
-▁risk -8.8908
-▁road -9.4917
-▁role -8.8919
-▁roll -11.2412
-▁room -10.9335
-▁root -10.8448
-▁round -10.7003
-▁route -10.9973
-▁ruin -11.7989
-▁rule -9.83792
-▁rules -8.99611
-▁ruling -11.5849
-▁run -9.65394
-▁rural -10.0335
-▁russische -10.9411
-▁rück -11.088
-▁sacrifice -11.728
-▁sad -10.8241
-▁safe -10.4055
-▁safeguard -10.2578
-▁safety -8.97328
-▁sage -10.1801
-▁sagen -8.29598
-▁sagt -10.3371
-▁sagte -9.71276
-▁sai -8.36651
-▁sake -11.4341
-▁sale -11.0851
-▁sanction -9.99042
-▁satisfact -11.3169
-▁satisfactor -10.8293
-▁satisfie -10.9257
-▁satisfy -11.7628
-▁saubere -11.6944
-▁save -11.3032
-▁saving -11.0478
-▁saw -11.2591
-▁say -7.92817
-▁saying -9.78509
-▁sc -9.26884
-▁scale -10.2657
-▁scandal -11.177
-▁scarce -11.8752
-▁scenario -11.8362
-▁sceptic -11.8555
-▁sch -9.02852
-▁schade -11.2918
-▁schaffen -9.26178
-▁schafft -10.9728
-▁schedule -11.3254
-▁schein -9.74476
-▁scheme -9.99952
-▁schlage -10.5567
-▁schlecht -10.2938
-▁schlicht -11.6619
-▁schließ -11.13
-▁schließe -10.6516
-▁schließlich -9.43409
-▁schlimm -10.6467
-▁schnell -9.53893
-▁schneller -10.829
-▁schon -8.50062
-▁school -10.0086
-▁schottische -11.9793
-▁schriftlich -10.7127
-▁schrittweise -10.9889
-▁schwach -11.3254
-▁schwarz -11.8174
-▁schwedische -10.1748
-▁schwer -9.48909
-▁schwerwiegende -10.5849
-▁schwierig -9.44182
-▁schwäch -11.4113
-▁schädlich -11.1974
-▁schätz -11.2703
-▁schützen -10.2978
-▁science -11.2807
-▁scientific -10.0526
-▁scientist -11.4468
-▁scrutin -11.3722
-▁sea -9.62476
-▁search -11.7807
-▁sechs -10.223
-▁second -8.41711
-▁secre -10.6409
-▁section -10.4523
-▁sector -8.54678
-▁secure -10.5903
-▁securit -9.02024
-▁see -8.02414
-▁seek -9.48019
-▁seem -9.09963
-▁sehe -10.5282
-▁sehen -9.43995
-▁sei -8.86898
-▁sein -7.40129
-▁seine -8.09161
-▁seiner -8.83741
-▁seit -8.80594
-▁seiten -10.1887
-▁selb -11.5273
-▁selbst -8.15771
-▁select -10.7634
-▁self -10.4352
-▁selten -11.4213
-▁send -10.0087
-▁senior -11.6304
-▁senk -11.2891
-▁sense -9.63699
-▁sensible -10.3143
-▁sensitive -10.4287
-▁sensitivit -11.728
-▁sent -10.4177
-▁sentence -11.1871
-▁separat -11.4067
-▁separate -10.3974
-▁serbische -11.8751
-▁seri -10.4926
-▁serious -8.66418
-▁serv -11.5864
-▁serve -10.1355
-▁service -9.33558
-▁services -9.07203
-▁session -9.92426
-▁set -8.59337
-▁setting -10.1193
-▁settle -11.434
-▁settlement -11.1871
-▁setzen -9.7486
-▁setzt -10.4752
-▁seven -10.7188
-▁several -9.59352
-▁severe -11.5142
-▁sex -10.967
-▁sexual -10.8169
-▁sexuelle -10.9728
-▁shall -8.82305
-▁shame -11.1196
-▁shape -11.3621
-▁shar -10.8923
-▁share -9.21501
-▁she -9.27757
-▁shift -10.9568
-▁ship -10.3282
-▁shipping -11.177
-▁shock -11.434
-▁shop -11.6154
-▁short -9.18964
-▁shortcoming -10.9653
-▁should -6.79417
-▁show -8.95171
-▁sich -6.42878
-▁sicher -8.6127
-▁sicherstell -10.8753
-▁sichtbar -11.6164
-▁side -9.62678
-▁sie -6.60252
-▁sieben -10.9267
-▁sight -11.1729
-▁sign -9.494
-▁signal -10.5255
-▁significan -11.1994
-▁significant -9.63217
-▁silence -11.3028
-▁similar -9.96664
-▁simpl -9.17273
-▁simple -10.2884
-▁simplifie -11.8754
-▁simplify -11.337
-▁since -8.48085
-▁sind -6.59652
-▁single -9.31173
-▁sink -11.501
-▁sinnvoll -10.3269
-▁site -10.5716
-▁sitting -9.75562
-▁situation -8.10959
-▁sitzen -11.6305
-▁six -9.95207
-▁size -9.99449
-▁skill -11.0054
-▁slaughter -11.6304
-▁slight -11.0221
-▁slow -10.7583
-▁small -9.05714
-▁smok -10.3061
-▁smooth -11.9576
-▁smuggl -11.728
-▁so -6.25327
-▁social -8.07859
-▁societ -8.88084
-▁socio -11.5234
-▁sofort -10.6701
-▁sogenannte -10.2009
-▁solche -8.55112
-▁solcher -10.612
-▁soldier -11.1672
-▁solid -10.9255
-▁solidari -9.97285
-▁soll -8.02306
-▁sollte -7.53955
-▁solution -9.13456
-▁solve -10.3396
-▁some -7.43628
-▁sometime -10.157
-▁sonder -7.92904
-▁sonst -10.6272
-▁sonstige -11.4737
-▁soon -9.72028
-▁sorgen -9.8931
-▁sorgfältig -10.7965
-▁sorr -11.1379
-▁sort -10.0482
-▁sound -10.007
-▁source -10.1428
-▁south -11.0675
-▁souther -11.0989
-▁sovereign -11.761
-▁sovereignt -11.0487
-▁sowie -8.07107
-▁sozial -10.5106
-▁soziale -8.561
-▁spa -10.8896
-▁space -10.7487
-▁spanische -10.7252
-▁speak -9.08147
-▁speaker -9.7244
-▁speci -11.3707
-▁special -9.30741
-▁specific -8.51946
-▁specifie -11.3028
-▁specify -11.6304
-▁spectr -11.4871
-▁speculat -11.3485
-▁speech -9.93485
-▁speed -9.9608
-▁spen -10.5399
-▁spend -10.2822
-▁speziell -10.3102
-▁spezielle -10.3102
-▁spezifische -10.5789
-▁sphere -10.9808
-▁spi -11.3747
-▁spiele -10.2546
-▁spielt -10.7074
-▁spirit -10.1748
-▁split -11.678
-▁spoke -10.122
-▁sport -9.46155
-▁spot -11.5703
-▁spreche -10.8837
-▁sprechen -9.34741
-▁sprich -10.6238
-▁spring -11.646
-▁spät -10.8848
-▁später -10.2439
-▁spürbar -11.7807
-▁spüre -11.9576
-▁staatliche -10.1402
-▁stabile -11.5998
-▁stabilis -11.0478
-▁stabilit -9.91238
-▁staff -10.0117
-▁stage -9.50517
-▁stake -10.9489
-▁stammen -11.5557
-▁stammt -11.678
-▁stance -11.2386
-▁stand -9.39692
-▁standard -9.11821
-▁stark -9.94961
-▁starke -10.4327
-▁start -8.85445
-▁state -8.68648
-▁statement -9.22311
-▁states -9.64398
-▁station -11.2723
-▁statistic -10.7831
-▁statistische -11.9576
-▁statt -9.43841
-▁stattfand -11.7807
-▁stattfinden -10.2979
-▁stattfindet -11.3609
-▁stattgefunden -11.2379
-▁statu -9.8119
-▁stay -10.9648
-▁steh -8.94135
-▁stehen -9.03258
-▁stehende -10.3561
-▁steig -11.0756
-▁stellen -8.91684
-▁stellt -9.2072
-▁stem -11.3877
-▁step -9.03426
-▁sterben -11.728
-▁stet -10.0411
-▁steuerliche -11.7288
-▁still -8.32544
-▁stimme -10.3729
-▁stimmen -9.76355
-▁stimmt -10.4914
-▁stimulat -11.5702
-▁stipulate -10.9411
-▁stock -10.4815
-▁stolz -11.3843
-▁stop -9.80702
-▁stor -10.3533
-▁straight -11.4598
-▁strand -11.9576
-▁strange -11.7111
-▁strateg -9.3665
-▁strategic -10.3798
-▁strategische -10.5329
-▁streich -11.7961
-▁streng -11.2059
-▁strenge -10.5374
-▁strength -11.4585
-▁strengthen -9.67373
-▁stress -9.45582
-▁strict -10.0883
-▁strike -11.1575
-▁strikt -11.092
-▁stringent -11.5702
-▁strong -9.36331
-▁structural -10.0894
-▁structure -9.68892
-▁strukturelle -11.3965
-▁studie -10.4765
-▁study -10.2422
-▁städtische -11.9363
-▁ständig -9.8715
-▁stärken -10.8238
-▁stärker -10.0698
-▁stärkere -10.6504
-▁stärkste -11.2172
-▁stützt -11.7111
-▁sub -10.1174
-▁subject -8.59402
-▁submit -10.6902
-▁submitt -10.1108
-▁subscribe -11.646
-▁subsequent -10.8169
-▁subsid -9.9068
-▁subsidiarit -10.3061
-▁substance -9.91513
-▁substantial -10.3019
-▁succeed -10.5474
-▁success -9.68215
-▁successful -10.0242
-▁such -7.69435
-▁sudden -11.5849
-▁suffer -10.2441
-▁suffering -10.7472
-▁sufficient -9.75561
-▁suggest -9.75496
-▁suggestion -10.7586
-▁suit -11.3663
-▁suitabl -11.3083
-▁sum -10.5509
-▁summar -11.3374
-▁summer -11.3028
-▁summit -10.3744
-▁super -10.9181
-▁supervis -10.4668
-▁supplement -10.4334
-▁supplie -11.2485
-▁supply -10.574
-▁support -7.62956
-▁supposed -10.8308
-▁supranational -11.7807
-▁sure -9.26459
-▁surface -11.6304
-▁surplus -11.8174
-▁surprise -10.725
-▁surprising -11.8751
-▁surve -11.3722
-▁surviv -11.1383
-▁suspect -11.4998
-▁suspend -10.7699
-▁suspicio -11.646
-▁sustain -10.848
-▁sustainabl -10.0736
-▁swift -11.3369
-▁symbol -11.177
-▁sympath -10.918
-▁system -8.37131
-▁systematic -10.8881
-▁systematisch -10.8735
-▁systems -9.57014
-▁sämtliche -10.0117
-▁südliche -11.3254
-▁table -9.28994
-▁tackl -11.4401
-▁tackle -10.3722
-▁take -7.24346
-▁talk -8.96889
-▁tangi -11.5017
-▁tank -11.5999
-▁target -9.98143
-▁tariff -10.9971
-▁task -9.35531
-▁tatsächlich -9.38278
-▁tax -9.07023
-▁taxpayer -11.1289
-▁team -11.281
-▁technical -9.48805
-▁technique -11.615
-▁technisch -11.3626
-▁technische -9.67291
-▁technological -10.7831
-▁technologische -10.9971
-▁technology -10.0117
-▁teil -10.0801
-▁teile -10.6024
-▁teilnehmen -11.0393
-▁teilweise -10.5636
-▁telephone -11.728
-▁television -10.6181
-▁tell -9.76582
-▁temporar -10.8032
-▁tend -11.0045
-▁tendenc -11.7814
-▁tension -11.2808
-▁term -8.1554
-▁terribl -11.1969
-▁territor -10.3142
-▁territorial -11.0223
-▁terrorist -11.1575
-▁test -9.99941
-▁text -9.18591
-▁th -7.78512
-▁than -7.94995
-▁thank -8.21292
-▁that -5.15495
-▁the -3.598
-▁their -7.30954
-▁them -8.01336
-▁theoretisch -11.9363
-▁therapeutic -12.0015
-▁therapeutische -11.9363
-▁there -6.92242
-▁these -7.10349
-▁thing -8.93524
-▁think -8.00947
-▁third -8.78359
-▁thirt -11.2485
-▁thorough -10.7634
-▁though -9.99171
-▁thought -10.2273
-▁thousand -10.2938
-▁threat -10.1493
-▁threaten -10.4627
-▁three -9.01773
-▁threshold -11.7807
-▁through -8.42149
-▁throw -11.1969
-▁ti -10.4954
-▁tief -10.7232
-▁tiefgreifende -11.8751
-▁tight -11.2714
-▁time -7.54869
-▁times -10.3192
-▁timetable -10.6761
-▁to -4.40406
-▁tobacco -9.95206
-▁together -9.11649
-▁toleran -11.5501
-▁too -8.28869
-▁topic -11.0823
-▁topical -10.8815
-▁torture -11.5417
-▁total -9.22518
-▁tourism -10.5474
-▁tourist -11.5041
-▁toward -9.08936
-▁town -11.1367
-▁tr -10.426
-▁traceab -11.4468
-▁track -11.3486
-▁trade -9.16979
-▁traditional -10.7006
-▁traditionelle -11.1289
-▁traffic -9.90888
-▁traffick -9.96737
-▁traged -10.9417
-▁tragen -9.83193
-▁tragic -11.1012
-▁tragische -11.713
-▁train -9.35223
-▁trans -9.74875
-▁transactions -11.5274
-▁transfer -10.0653
-▁transform -11.5853
-▁transition -10.5266
-▁translate -11.4863
-▁translation -11.6619
-▁transnational -11.3485
-▁transparen -9.70476
-▁transparent -10.0395
-▁transport -8.81473
-▁transpos -11.4073
-▁travel -10.5422
-▁treat -9.7578
-▁treatment -10.1752
-▁treffen -10.0687
-▁tremendous -11.6619
-▁trend -10.8736
-▁treten -10.6173
-▁tri -9.61543
-▁trial -10.9354
-▁tribute -11.7111
-▁troop -11.5849
-▁trotz -9.48442
-▁trouble -11.5135
-▁tru -10.5308
-▁true -9.5904
-▁trust -10.84
-▁truth -10.9184
-▁try -9.26915
-▁träg -10.7501
-▁tun -8.54206
-▁turn -9.43492
-▁tut -10.6852
-▁twel -11.7807
-▁twent -10.9648
-▁two -8.21461
-▁type -9.37789
-▁typical -11.8174
-▁tyre -11.5711
-▁täglich -10.9971
-▁tätig -10.433
-▁türkische -10.2978
-▁ultimate -10.8169
-▁um -6.61814
-▁umfangreiche -10.7965
-▁umfassend -10.6159
-▁umfassende -9.84354
-▁umfaßt -11.2275
-▁umgekehrt -11.8555
-▁umgesetzt -10.1412
-▁umsetz -11.0429
-▁umweltpolitisch -11.8555
-▁umzusetzen -10.7145
-▁un -7.4771
-▁unabdingbar -11.4468
-▁unabhängig -9.62484
-▁unacceptabl -9.96664
-▁unanim -11.3027
-▁unanimous -10.5633
-▁unannehmbar -11.1575
-▁unbe -10.293
-▁unbedingt -9.9699
-▁uncertain -11.0478
-▁und -4.74143
-▁under -8.10115
-▁underestimate -11.9576
-▁underline -11.1112
-▁undermine -10.9972
-▁understand -9.092
-▁undertake -10.2816
-▁undertakings -10.8308
-▁undoubted -10.9334
-▁uneingeschränkt -10.5958
-▁unemploy -11.1773
-▁unequivocal -11.8174
-▁unerläßlich -11.1383
-▁unfair -11.1575
-▁unfortunate -9.43317
-▁ungefähr -11.615
-▁uniform -10.8377
-▁unilateral -11.728
-▁union -10.3836
-▁unique -11.5274
-▁unit -10.2109
-▁universal -10.558
-▁universit -11.5849
-▁unklar -11.8751
-▁unles -10.6484
-▁unlike -11.3369
-▁unmittelbar -10.2499
-▁unmöglich -11.0313
-▁unnecessar -11.0137
-▁unnötig -11.3843
-▁uns -7.02576
-▁unser -8.89851
-▁unsere -7.41733
-▁unserer -8.20076
-▁unter -7.73703
-▁unterbreiten -11.1869
-▁unterbreitet -10.9568
-▁unterbrochen -11.1011
-▁unterlieg -11.1307
-▁unternehmen -10.2887
-▁unternommen -10.4012
-▁unterrichte -11.909
-▁unterscheide -10.9105
-▁unterschiedlich -9.49903
-▁unterstreich -10.4429
-▁unterstrich -11.4959
-▁unterstütze -10.4475
-▁unterstützen -8.82308
-▁unterstützt -9.44704
-▁untersuchen -11.3254
-▁untersucht -11.4213
-▁unterzeichnet -10.8377
-▁unusual -11.9576
-▁unver -10.4821
-▁unverzüglich -10.6881
-▁unzureichend -10.744
-▁up -7.35726
-▁update -11.8011
-▁uphold -11.7628
-▁uranium -11.083
-▁urban -10.9971
-▁urge -10.0205
-▁urgenc -10.6773
-▁urgent -9.72758
-▁ursprünglich -10.9701
-▁ursprüngliche -10.9917
-▁us -7.36017
-▁use -8.21783
-▁useful -10.1092
-▁usual -10.7982
-▁usw -10.4828
-▁utilis -11.8555
-▁vague -11.7111
-▁valid -10.903
-▁value -9.11997
-▁van -9.80284
-▁variet -11.615
-▁various -9.05241
-▁vast -11.1674
-▁vegetable -11.3603
-▁vehicle -11.9933
-▁vehicles -10.4931
-▁venture -11.8174
-▁ver -7.15201
-▁verabschieden -11.1383
-▁verabschiedet -10.4523
-▁verankert -11.4598
-▁veranlass -11.4604
-▁veranlaßt -11.7111
-▁verantwortlich -10.2776
-▁verantwortungs -11.5227
-▁verbessern -9.91792
-▁verbessert -10.4149
-▁verbinde -11.6619
-▁verbindliche -11.25
-▁verbleib -11.7453
-▁verboten -11.2812
-▁verbreitet -11.728
-▁verbunden -9.88491
-▁verdank -11.9155
-▁verdeutlich -11.3843
-▁verdient -10.9411
-▁verehrte -9.81692
-▁vereinbar -11.3257
-▁vereinbart -10.8446
-▁vereinfachen -11.9793
-▁vereinfacht -11.9155
-▁verfolgen -10.2696
-▁verfolgt -10.2079
-▁verfügbar -11.2379
-▁verfüge -10.3061
-▁verfügt -10.6821
-▁vergangene -9.73212
-▁vergessen -9.90128
-▁vergleichbar -11.5274
-▁verhandelt -11.7111
-▁verheerende -11.7988
-▁verhindern -10.0366
-▁verhindert -10.9727
-▁verknüpf -11.7187
-▁verlange -10.7864
-▁verlangt -10.81
-▁verleih -10.859
-▁verletzt -11.1498
-▁verlier -10.8037
-▁verloren -10.7831
-▁verlänger -11.5998
-▁vermeiden -10.4523
-▁vermie -11.601
-▁vermute -11.8373
-▁vermutlich -11.8951
-▁vernünftig -10.9943
-▁vernünftige -10.6487
-▁verpflichten -11.5135
-▁verpflichtet -10.1605
-▁verringer -10.744
-▁verschaff -11.503
-▁verschieb -11.6425
-▁verschiedene -8.91621
-▁verschoben -11.8555
-▁verschwinde -11.8751
-▁verschärft -11.6944
-▁versetz -11.7835
-▁versicher -10.3099
-▁version -10.6767
-▁versteh -11.7215
-▁verstehe -10.9906
-▁verstehen -10.1517
-▁verstoßen -11.585
-▁verstärken -10.8518
-▁verstärkt -10.5529
-▁verstärkte -10.7633
-▁versuche -9.87431
-▁versucht -10.1289
-▁verteidigen -11.0392
-▁verteidigt -11.7988
-▁verteilt -11.2699
-▁vertraue -11.4729
-▁vertraut -11.7628
-▁vertrete -11.8558
-▁vertreten -9.64807
-▁verursachen -11.4213
-▁verursacht -10.5848
-▁verurteilen -11.1103
-▁verurteilt -10.5958
-▁verweiger -11.6304
-▁verweise -10.5925
-▁verwende -11.1312
-▁verwendet -10.2933
-▁verwies -10.8448
-▁verwirklichen -11.646
-▁verwirklicht -11.7453
-▁verzichte -11.3485
-▁verändern -11.4729
-▁verändert -10.4814
-▁veröffentlicht -10.9147
-▁vessel -10.8307
-▁via -10.9368
-▁viab -11.2478
-▁victim -9.55776
-▁victor -11.9576
-▁viel -7.86765
-▁viele -8.23835
-▁vielfach -11.5436
-▁vier -9.46599
-▁vierzehn -11.8362
-▁view -8.17366
-▁vigilan -11.3722
-▁vigorous -11.4998
-▁village -11.8174
-▁violate -11.2917
-▁violation -10.2776
-▁violen -9.9068
-▁virtual -11.5414
-▁virtue -11.5849
-▁visa -10.9105
-▁visib -11.3491
-▁vision -10.9334
-▁visit -10.0817
-▁vital -9.96371
-▁vo -8.19063
-▁voice -10.7706
-▁voll -9.31284
-▁volle -10.3251
-▁vollkommen -10.8243
-▁vollständig -9.96664
-▁volume -11.3722
-▁voluntar -10.8955
-▁von -5.71819
-▁vor -6.87776
-▁voran -9.69073
-▁vorangegangene -11.1771
-▁voraus -10.3774
-▁vorbehaltlos -11.9793
-▁vorbereitet -11.0478
-▁vorgelegt -9.28797
-▁vorgenommen -10.6664
-▁vorgeschlagen -9.37367
-▁vorgeschlagene -10.1628
-▁vorgesehen -9.29685
-▁vorhanden -10.1152
-▁vorherige -11.4469
-▁vorhi -11.2461
-▁vorlege -10.5366
-▁vorlieg -11.1102
-▁vorliegen -10.6886
-▁vorliegende -9.52149
-▁vorläufig -11.5135
-▁vormittag -11.4088
-▁vornehm -11.0682
-▁vorrangig -10.6821
-▁vorschlage -10.7397
-▁vorsi -11.2703
-▁vorsichtig -11.8555
-▁vorstelle -11.2733
-▁vorzu -10.4807
-▁vorzulegen -10.5324
-▁vorzunehmen -11.0669
-▁vorzuschlagen -11.678
-▁vot -9.47304
-▁vote -7.93494
-▁vulnerab -10.9889
-▁völlig -9.36011
-▁w -6.47845
-▁wachsam -11.8951
-▁wachsende -11.0488
-▁wage -10.8963
-▁wahr -9.99859
-▁wahrnehme -11.5507
-▁wahrscheinlich -10.574
-▁wait -10.2005
-▁want -7.94997
-▁war -7.49307
-▁warning -10.8063
-▁was -6.56036
-▁waste -9.34628
-▁watch -11.3254
-▁water -9.06548
-▁way -7.78821
-▁we -5.42082
-▁weak -10.4539
-▁weakness -11.3607
-▁wealth -10.9207
-▁weapon -10.6125
-▁week -9.40404
-▁weil -8.11646
-▁weit -9.40612
-▁weiter -8.61129
-▁weitere -8.98201
-▁weiteren -9.59514
-▁weiterh -9.3846
-▁weitgehend -10.7064
-▁weitreichende -11.5849
-▁weiß -9.29954
-▁welche -8.58021
-▁welcher -10.755
-▁welcome -8.85442
-▁welfar -11.1103
-▁well -8.1212
-▁weltweit -10.2005
-▁wenig -8.99035
-▁wenige -9.52929
-▁wenigsten -10.8745
-▁wenn -7.05804
-▁wer -10.0274
-▁werde -9.14022
-▁werden -6.11126
-▁wertvolle -11.1383
-▁wesentlich -9.54534
-▁wesentliche -9.73072
-▁westliche -11.4373
-▁what -7.19443
-▁whe -8.62747
-▁when -7.77169
-▁where -8.07588
-▁which -5.93677
-▁whil -9.0516
-▁white -11.7453
-▁who -7.41686
-▁whole -8.79396
-▁wholehearted -11.3843
-▁whom -10.4511
-▁why -8.29795
-▁wichtig -8.33572
-▁wichtige -8.84475
-▁wichtiger -10.0224
-▁wichtigste -9.65304
-▁wide -9.74755
-▁wider -10.1094
-▁widerspiegel -11.238
-▁widerspr -11.7364
-▁widersprüchlich -11.8362
-▁widmen -11.1672
-▁wie -6.66905
-▁wieder -8.47215
-▁wiederhole -11.5081
-▁wiederholen -10.5761
-▁wiederholt -10.744
-▁wild -11.6314
-▁will -6.26157
-▁wir -5.6854
-▁wird -6.56496
-▁wirklich -8.54372
-▁wirksam -10.5029
-▁wirksame -10.1675
-▁wirtschaftlich -10.731
-▁wirtschaftliche -8.84111
-▁wish -8.62397
-▁wissen -8.81158
-▁with -5.93645
-▁withdraw -10.3185
-▁witness -10.7376
-▁wo -8.18016
-▁wohl -9.32146
-▁wollen -8.43156
-▁wollte -9.9463
-▁women -8.65552
-▁wonder -10.2697
-▁wor -9.94531
-▁word -9.34057
-▁words -9.29665
-▁work -7.75345
-▁workers -9.48861
-▁working -8.90201
-▁workplace -11.7988
-▁world -8.57051
-▁worrie -11.3727
-▁worrying -11.3485
-▁worse -10.683
-▁worth -10.2542
-▁writ -10.4271
-▁wrong -10.2192
-▁wurde -7.29936
-▁während -8.89381
-▁wäre -8.3576
-▁wünsche -10.9141
-▁wünschen -10.519
-▁wünschenswert -11.3254
-▁wünscht -11.4213
-▁würde -8.12207
-▁xenophobi -10.4719
-▁ye -9.34451
-▁year -8.26437
-▁years -8.18939
-▁yield -11.728
-▁you -6.98928
-▁young -9.34526
-▁your -8.28143
-▁z -9.25346
-▁zahlen -10.9451
-▁zahlreiche -9.58749
-▁zehn -10.2538
-▁zeigen -10.3185
-▁zeigt -9.89579
-▁zeitlich -11.462
-▁zentrale -10.4668
-▁zerstört -11.4729
-▁ziehen -10.0438
-▁ziemlich -10.9568
-▁zitiere -11.2807
-▁zivile -11.1383
-▁zu -5.3241
-▁zufrieden -10.615
-▁zugelassen -11.207
-▁zugrunde -10.831
-▁zugänglich -11.4213
-▁zukünftig -10.8238
-▁zulässig -11.1869
-▁zum -7.26419
-▁zumindest -9.8822
-▁zunehmend -11.0989
-▁zunehmende -11.1145
-▁zur -6.81039
-▁zurück -8.97224
-▁zurückkomme -11.7212
-▁zurückzuführen -10.9335
-▁zusammen -9.16997
-▁zusammenhäng -11.6459
-▁zustimmen -10.1056
-▁zuständig -9.7724
-▁zusätzlich -10.9917
-▁zusätzliche -9.96274
-▁zuverlässige -12.0015
-▁zwa -8.57721
-▁zwangsläufig -11.3722
-▁zwanzig -11.5849
-▁zweckmäßig -11.5135
-▁zwei -8.46851
-▁zweifel -9.9581
-▁zweite -9.53379
-▁zweiten -8.99885
-▁zwischen -7.92243
-▁zwölf -11.6304
-▁zählt -11.4729
-▁zügig -11.2172
-▁Änderung -9.10482
-▁Änderungsantrag -8.84486
-▁Ärzte -11.1479
-▁Äthiopien -11.2275
-▁Äußerung -11.0653
-▁ähnlich -11.2033
-▁ähnliche -10.7528
-▁ältere -10.9971
-▁ändern -10.1498
-▁äußer -10.0778
-▁äußerst -9.17256
-▁öffentlich -10.0445
-▁öffentliche -9.16901
-▁öffne -11.5135
-▁ökologisch -11.8689
-▁ökologische -10.9514
-▁ökonomische -11.4468
-▁örtliche -11.4213
-▁österreichische -10.5686
-▁über -6.57285
-▁überarbeitet -11.8751
-▁überein -10.5019
-▁überflüssig -11.5702
-▁übermitteln -11.2809
-▁übermittelt -11.2809
-▁übernehmen -10.2711
-▁übernommen -10.7064
-▁überprüfen -11.1672
-▁überprüft -11.3843
-▁überrascht -11.7453
-▁übertragen -10.7026
-▁überwinden -11.5414
-▁überzeugen -10.751
-▁überzeugt -10.2117
-▁üblich -10.7765
-▁übrig -11.5126
-▁übrigen -9.28318
+? -7.01069
+@ -5.16852
+A -9.21961
+AL -10.7842
+ALE -11.7234
+AN -10.5001
+AP -10.5761
+AT -11.0503
+ATO -9.63091
+Alba -11.3124
+Altersversorgung -11.5611
+Arbeitslosigkeit -10.4906
+Aufenthaltsrecht -12.1573
+Ausnahmeregelung -11.0188
+B -9.21788
+Beeinträchtigung -12.1089
+Berichterstatter -8.70424
+C -9.19641
+CB -10.8849
+CE -11.2916
+CIT -11.7894
+CP -10.3131
+CR -11.4695
+Com -11.71
+Cor -10.7703
+D -9.45904
+DP -11.389
+Demokratisierung -11.7398
+E -9.40284
+ED -10.8583
+EDA -10.2362
+EEC -11.8602
+EF -11.4245
+ER -11.5471
+ES -10.8661
+Europe -11.9282
+F -8.98242
+FE -10.5985
+FP -10.8374
+Fluggesellschaft -11.9008
+Friedensabkommen -11.8265
+G -10.347
+GA -11.2554
+Generaldirektion -11.3531
+Geschäftsordnung -9.8707
+Geschäftsverkehr -11.1444
+Gesundheitswesen -11.9999
+Gleichbehandlung -11.4336
+H -10.6463
+HO -11.5263
+I -9.40223
+IN -11.127
+IP -10.6441
+IS -11.2551
+J -12.9662
+K -10.197
+Kandidatenländer -11.8602
+Kenn -11.3112
+L -9.53398
+M -9.99282
+MU -11.279
+Meinungsäußerung -12.1821
+N -9.72121
+NS -11.0499
+Naturkatastrophe -11.8607
+O -8.87951
+OD -11.1912
+OLA -10.1011
+P -9.69076
+PAR -11.4826
+POL -11.8421
+Petitionsausschu -11.9908
+R -9.69697
+REG -10.4762
+ROM -11.7558
+Rechtsinstrument -12.1366
+Rechtsvorschrift -9.69246
+S -9.33272
+SA -10.8717
+SE -10.4305
+SP -10.9952
+Schlussfolgerung -11.5211
+Selbstbestimmung -12.1336
+Strafgerichtshof -11.8976
+T -9.41229
+TA -10.8556
+TEN -11.6316
+Tabakerzeugnisse -11.9984
+U -9.05256
+Umstrukturierung -11.5081
+Unregelmäßigkeit -11.4826
+Unzulänglichkeit -11.7074
+V -10.6887
+VP -10.8715
+Verschlechterung -12.0407
+Veröffentlichung -11.7558
+W -10.5736
+Wandlungsprozess -11.9768
+Z -10.3621
+Zivilbevölkerung -11.9171
+a -6.73535
+ab -8.67379
+abgeben -11.2628
+abgeordnete -11.4458
+abilit -9.39978
+abkommen -10.0793
+able -8.10187
+about -7.58987
+abstimmung -11.5748
+accurate -11.3098
+achtet -10.7761
+achtung -10.6825
+action -11.4504
+activ -11.0726
+afrika -12.1571
+afür -8.26974
+age -9.257
+ague -11.6785
+ah -10.0032
+ahrscheinlich -12.1565
+ahrung -11.7213
+aid -10.3105
+ain -9.84465
+airo -11.097
+ak -9.07847
+akis -10.5656
+aktion -10.817
+aktivität -11.6028
+al -7.04622
+albeit -11.7905
+alisierung -10.3336
+all -8.89318
+ally -8.62989
+also -6.70963
+alten -10.4216
+alter -10.3704
+am -8.73752
+ambiguous -11.8976
+amit -7.88964
+amount -11.9068
+amp -10.2588
+ampere -10.3038
+an -7.41028
+ana -10.3884
+ance -8.67691
+anda -11.2878
+ang -10.2003
+angebot -11.3985
+anlage -10.8419
+annual -11.826
+anou -11.4134
+anspruch -11.3312
+anstalt -10.9871
+ant -8.82503
+antrag -11.8618
+antworten -11.0457
+antwortet -11.5981
+antwortung -11.1713
+antwortungsvolle -12.1189
+anz -9.81121
+ap -9.66944
+apos -6.44069
+apparat -11.7724
+appe -11.508
+ar -7.83493
+arbeit -9.55324
+arbeiten -10.5131
+arcel -10.7893
+arch -10.5314
+ard -9.39102
+aria -10.7692
+ariou -11.8602
+arme -11.4634
+army -11.9192
+around -10.002
+art -9.57371
+artige -10.8182
+arum -8.90518
+arunter -10.9488
+ary -8.30433
+arüber -8.56543
+asili -12.0631
+aspekte -11.9172
+asse -10.5993
+at -8.47213
+ate -8.91607
+ated -9.41329
+atik -10.4852
+ating -9.40573
+ation -7.41267
+ative -9.70735
+ato -10.3262
+au -9.20163
+auch -6.28262
+auf -9.27389
+aufgabe -11.5216
+aufgenommen -11.4983
+aught -11.1445
+aus -8.58283
+ausgaben -11.1997
+ausschuss -10.1017
+ausschuß -10.3893
+ausstattung -11.4701
+avel -11.9987
+away -10.1208
+aximum -10.6462
+aß -5.92184
+b -7.51824
+ba -9.44132
+bahn -11.0921
+bald -10.9518
+band -11.2216
+bar -8.95123
+bare -10.0459
+barkeit -10.14
+bau -9.79279
+bauen -10.2396
+be -7.97303
+beamte -12.133
+bedarf -10.9039
+bedeutend -11.7444
+bedingung -9.89612
+befugnisse -11.6493
+behalten -10.5239
+behörde -10.1664
+bei -9.0188
+beihilfen -11.3642
+beitrittswillige -11.6316
+beiträg -10.8909
+bekämpfung -11.3086
+bel -9.5427
+belang -10.9348
+belastung -11.5611
+ber -8.65884
+berarbeitung -11.7074
+berechtig -11.5318
+berei -10.7224
+bereich -9.92994
+bereinkommen -9.85823
+bereinstimmung -10.7864
+bereiten -10.8331
+berg -10.7718
+bergang -10.5466
+bergangszeit -11.9564
+bericht -10.2746
+berlegung -10.3799
+bermittlung -12.1821
+bernahme -11.2107
+berprüfung -10.4969
+berschwemmung -12.0407
+bersetzung -11.5461
+bertragung -10.7927
+berwachung -10.1011
+berwind -11.8003
+berzeugung -10.6037
+besch -10.5984
+beschränkung -11.9768
+beschäftigung -10.8782
+besondere -8.29093
+bestand -10.7001
+bestimmung -11.0022
+betracht -11.5745
+betrag -12.0803
+betrieb -10.8499
+beträg -11.613
+bewahren -11.6359
+bewegung -11.3313
+bewertung -11.5748
+bewirtschaftung -11.9564
+beziehen -10.3588
+beziehung -10.7516
+bezogene -11.7602
+bezüglich -10.0275
+bi -9.30912
+bild -10.0986
+bildung -10.2818
+binden -11.4963
+bindung -10.9715
+birg -11.4582
+bl -9.83066
+ble -10.4403
+bleiben -12.0202
+blick -11.2895
+bo -9.29066
+board -10.296
+body -10.5971
+bon -9.56316
+bourg -10.3035
+bra -10.1032
+branche -11.9365
+brauchen -9.34203
+brechen -11.0419
+breitung -12.0404
+brennungsanlage -11.9132
+bring -10.9704
+bringen -9.99901
+broad -11.886
+bruch -11.084
+bureaucratic -11.4099
+burg -10.8922
+butter -11.1425
+by -9.68401
+bzw -9.597
+bürg -11.2092
+büro -11.0103
+c -7.27644
+ca -9.86584
+cal -10.1594
+came -11.3558
+cause -7.53846
+ce -7.24737
+ch -7.20404
+chaffung -9.9331
+charakter -12.0629
+chart -11.2715
+chelon -11.1997
+chen -9.42872
+cher -10.1208
+chmal -10.9825
+cht -9.14933
+cient -11.4351
+cientific -12.1543
+ck -8.43918
+clear -11.1453
+clusion -10.9282
+co -9.2642
+colour -11.9565
+coming -9.28343
+company -10.2958
+comprehensibl -11.9977
+control -11.484
+corporation -11.7263
+craft -10.533
+cri -10.7709
+cussion -11.9167
+cy -8.96241
+cycle -11.5082
+d -4.90735
+dac -10.6961
+dacht -10.6657
+dann -8.04149
+darf -8.83591
+dauer -10.2772
+day -8.15241
+de -7.82692
+dealt -10.76
+debatte -11.2188
+decken -11.2289
+deckt -10.8249
+deckung -11.7558
+deed -9.13353
+dem -8.22708
+demokratische -12.0553
+den -8.1031
+denken -9.32765
+denkt -11.6139
+der -8.06081
+did -8.99342
+dienst -10.4207
+dienste -10.5862
+dienstleistung -11.5323
+dient -10.9672
+differenz -11.6029
+dings -9.03202
+disciplinar -11.3983
+diskriminierung -12.0189
+disziplin -11.7894
+do -9.71942
+doch -7.32798
+done -8.97703
+dorf -11.3758
+druck -10.4898
+drücken -11.3127
+ducation -11.7386
+durch -9.44083
+durchschnittlich -11.4578
+during -8.95184
+dämm -11.5887
+e -4.75907
+each -8.92873
+ealth -10.452
+ear -10.3119
+eben -9.62474
+ebensbegleitende -11.9168
+echten -11.1667
+eclaration -12.1049
+eclare -11.3942
+ecretariat -11.8256
+ecurit -10.5482
+ed -5.37184
+ederschi -12.0856
+effekt -11.4953
+effizient -11.0684
+egeister -11.7731
+ehlt -11.7086
+ehr -9.7679
+eht -10.1759
+eij -10.8402
+einander -9.60547
+einandersetzung -11.4221
+einem -7.74202
+einhalten -11.9871
+einheit -11.749
+einheitlich -11.3206
+einrichtung -11.2889
+eira -9.57341
+eise -9.11901
+ek -10.2769
+el -7.91165
+elecommunication -10.8182
+elekommunikation -11.1902
+elevan -11.7964
+ell -9.02134
+ella -10.8267
+elle -9.88411
+em -8.4735
+ember -10.2545
+emissions -10.7033
+en -4.27372
+ence -9.31733
+ende -9.40515
+enden -9.23532
+endlich -9.83819
+endung -10.6753
+energie -11.2899
+enkung -10.6455
+enmark -10.8319
+entscheidung -11.0106
+entwicklung -10.6627
+entwurf -10.6234
+eople -10.388
+er -5.75171
+erabschied -11.3421
+erei -10.8788
+ererseit -9.99585
+erfolg -11.5308
+ergebnis -11.3312
+erkennt -11.4335
+erklärung -11.2993
+erleben -10.9092
+erlich -10.4711
+ermeidung -11.7894
+ern -8.47506
+erst -10.0395
+erstatterin -10.1072
+erstattung -11.7763
+erteilen -11.1114
+erung -9.85502
+erweise -9.24958
+erzeuger -11.7232
+erzeugnisse -11.2473
+erzeugung -12.0846
+erücksichtig -10.3592
+es -6.52813
+esearch -11.1719
+ession -10.8393
+est -8.79445
+estrikti -12.063
+ether -9.20464
+etrugsbekämpfung -11.7577
+etter -11.0137
+eugen -10.3072
+europa -11.7283
+europä -11.0987
+evel -11.8877
+ever -7.61795
+ewältigung -11.6315
+ex -9.97631
+expected -10.9908
+explosion -11.9564
+extremism -12.1585
+ezentralisierung -12.063
+f -7.36198
+fa -9.62849
+fache -11.74
+fahr -10.6575
+fahren -10.6456
+fahrzeuge -11.8777
+faktor -11.8066
+fall -9.8949
+fallen -10.0333
+falls -8.50992
+fang -10.2502
+fassen -9.83391
+fassung -10.4006
+fazilität -12.0189
+fe -8.95555
+fehler -12.1571
+feld -10.6117
+felt -10.7776
+fern -10.2897
+fertig -10.5576
+ff -9.24194
+ffentlichkeit -9.82173
+ffnung -10.5576
+fft -8.51043
+fication -11.1627
+field -10.8013
+finanz -10.8781
+finden -11.0217
+fizierung -11.5215
+flagge -11.8081
+flu -10.3782
+fläche -11.4827
+flüge -12.0856
+fold -11.6993
+folge -9.52313
+fonds -10.6088
+for -9.86874
+fordern -10.4831
+forderung -11.1994
+form -9.65035
+forschung -11.5081
+frage -9.9279
+fragen -10.2969
+fragt -10.7197
+franc -11.8077
+frei -10.5946
+freien -10.542
+freiheit -10.1498
+fremd -11.8243
+freundlich -11.6316
+frieden -11.1857
+friedenstellend -11.5092
+frist -10.7981
+front -10.6035
+ft -9.7311
+ful -9.09264
+funktion -11.2373
+fähigkeit -10.9135
+fährt -11.7558
+fälle -9.96518
+fällig -10.3436
+fällt -10.398
+fälsch -11.6171
+fäng -11.7208
+förder -10.6648
+förderung -10.9227
+fü -9.93914
+führen -9.94765
+führer -11.7723
+führt -11.0672
+führung -10.0343
+für -10.2998
+g -7.05739
+ga -9.63079
+gabe -9.91146
+gang -9.69551
+ge -7.72444
+geachtet -11.0236
+gearbeitet -10.4052
+geben -9.81776
+gebeten -11.1904
+gebiet -10.6881
+gebiete -10.483
+geblieben -11.4826
+gebracht -10.5341
+gebrochen -11.9768
+gebung -11.8787
+gebühr -11.7953
+gebühren -10.9469
+gedacht -11.4737
+gedrängt -11.9768
+gefallen -11.257
+gefangen -11.725
+gefaßt -10.7801
+gefordert -10.2932
+gefühl -11.2482
+geführt -9.99125
+gegangen -10.0995
+gegeben -10.0665
+gegriffen -11.0185
+gehalt -11.4446
+gehen -9.03283
+gehindert -11.9977
+gehoben -11.5211
+gehörig -11.4334
+gehört -11.0809
+geklagt -11.9564
+gekommen -10.8503
+gel -9.24436
+gelegt -10.2215
+geleitet -11.3186
+gemein -11.009
+gemeinschaft -10.558
+gemeinschaftlich -9.87053
+gemessen -11.0587
+gemäß -11.3191
+gen -9.02499
+genannte -11.4739
+gencies -11.8723
+genommen -9.93585
+geordnet -11.1809
+ger -9.60806
+gerechnet -11.7558
+gericht -11.2761
+gerne -10.7308
+gerufen -10.8866
+gerät -11.8427
+gesamt -9.76954
+geschafft -11.3535
+geschenk -11.9977
+geschrieben -11.1808
+geschwindigkeit -11.8602
+geschäft -11.8787
+gesehen -10.4631
+gesellschaft -10.1385
+gesellschaftlich -10.5927
+gesetz -10.6621
+gesetzgebung -11.4702
+gesetzt -9.83774
+gesichts -9.34746
+gestalt -11.7568
+gestaltung -11.0031
+gestanden -11.7089
+gestellt -9.43805
+gestimmt -9.62273
+gesundheit -11.3054
+getragen -10.4417
+getreten -10.4999
+getrieben -11.7894
+gewalt -10.9416
+gewicht -11.2092
+gewiesen -9.62302
+gewinn -10.5283
+gewiß -11.0261
+geworfen -10.9421
+gewässer -11.8066
+gezeichnet -11.6608
+gezogen -10.1662
+gg -10.1928
+gib -11.6603
+giebig -11.9977
+gier -11.1066
+ging -9.58477
+gipfel -11.8242
+given -8.89578
+giving -9.99335
+gleich -9.51659
+gleichberechtigt -11.7394
+glieder -11.437
+gne -11.2604
+go -9.53787
+gone -10.9323
+governmental -11.1669
+grad -10.5079
+graphie -11.4063
+greifen -9.88627
+greift -11.269
+grenze -12.0431
+grenzen -10.3957
+griff -10.4617
+grund -9.06321
+gruppe -10.8875
+gruppen -10.3982
+größe -11.7225
+gründen -10.9203
+gt -9.64104
+guard -11.331
+gueir -12.1376
+guer -11.6658
+gunst -10.6015
+gute -11.2124
+gültig -10.7314
+günstig -10.2435
+güte -11.8636
+h -6.85401
+haben -11.1448
+habt -11.7153
+haft -9.35761
+hal -9.56292
+halb -7.68628
+half -8.57417
+halten -8.83326
+haltung -10.674
+han -9.99292
+handel -9.82015
+handlung -11.2291
+hap -9.26612
+hatten -10.5603
+haupt -9.95812
+haushalt -10.4808
+he -8.85847
+head -10.5074
+hebung -10.9439
+heim -10.476
+heit -9.05482
+helfen -11.8259
+hell -10.9516
+hen -10.2641
+her -9.00467
+herrsch -10.4783
+hersteller -11.8066
+hi -9.58985
+hilf -11.6005
+hilfe -9.64116
+hin -9.42105
+hindern -11.4666
+hip -10.032
+hm -10.412
+ho -9.27948
+hol -9.58495
+hop -11.0763
+hor -10.3071
+hose -7.81179
+hrend -11.2772
+ht -9.15374
+hundert -11.3202
+häf -11.1161
+hält -9.33342
+händler -11.9768
+hängen -11.6201
+hängt -10.6291
+höchst -10.7475
+hören -10.1966
+i -6.76575
+ia -8.65877
+ial -9.42767
+ibi -11.2303
+ibilit -11.2425
+ible -10.1454
+ibt -10.5953
+ic -8.1728
+ical -9.42339
+ich -5.58246
+icht -8.99481
+ick -9.41895
+id -8.62741
+ide -10.0344
+ie -8.80228
+ied -9.55602
+iederherstellung -11.2993
+ier -9.35071
+ieren -8.61098
+ierende -10.4405
+ierhu -11.7905
+iert -8.35513
+ierten -10.0107
+ierung -9.13855
+ies -6.36197
+ieß -10.4201
+if -7.01878
+ification -10.1326
+ig -8.10138
+ige -9.18385
+igen -8.46453
+iger -9.88607
+ight -9.25553
+igkeit -9.50679
+iglich -9.62633
+igung -9.63693
+ij -10.3524
+ik -9.16905
+ikan -10.2762
+il -8.19148
+ilit -9.72946
+ill -8.89871
+illennium -11.5887
+im -9.1524
+immt -9.77036
+in -6.55439
+inancial -11.5746
+inblick -9.3429
+industrie -9.73993
+information -11.788
+infrastruktur -11.6316
+ing -5.2143
+ingdom -10.4856
+inimum -10.1138
+inisterial -12.0796
+inland -10.5493
+innen -10.1798
+insicht -9.87266
+institut -10.8315
+institutional -11.1877
+institutionelle -11.1876
+instrument -11.0601
+integration -12.1432
+interesse -11.4826
+interoperabilit -11.3867
+investition -12.0856
+io -9.1782
+ion -7.47859
+ious -10.0057
+ip -10.1323
+ire -10.123
+irklichkeit -10.6742
+is -7.85149
+isation -9.41443
+isch -8.75536
+ische -8.9012
+ischen -8.40669
+ischer -10.3808
+ise -9.45566
+ised -9.60198
+ish -8.87214
+isieren -10.7385
+isiert -10.1064
+isierung -10.6636
+ism -9.66008
+ismus -9.71375
+ist -5.8634
+istische -10.0864
+it -7.78975
+ite -9.65595
+itt -10.5932
+itude -11.6588
+ity -8.0559
+itz -10.1034
+ität -9.41398
+ium -10.0454
+ive -8.1186
+ivität -11.1266
+iz -9.53481
+izza -10.8921
+j -9.19342
+ja -10.2236
+jenige -10.5903
+justice -9.92772
+jährige -10.63
+k -7.29967
+ka -9.36272
+kampagne -11.2188
+kampf -11.7558
+kapazität -11.842
+kapital -11.0668
+katastrophe -11.8597
+kategorie -12.1821
+kaufen -11.1809
+kauft -11.4341
+ke -9.75821
+kehren -11.5254
+keit -9.49267
+ken -9.31262
+kenntnis -11.2786
+kept -10.7555
+ker -10.5051
+kette -11.7898
+kind -11.3609
+kla -9.9363
+klausel -11.6316
+klären -11.1437
+ko -8.75086
+komm -10.0683
+kommen -9.09942
+kommissar -12.1089
+kompetenz -12.1327
+konferenz -11.3763
+konflikt -12.1821
+konom -11.7895
+konstitutionelle -11.6028
+konsum -11.4099
+kontroll -11.7057
+kontrolle -10.1413
+konzept -11.5887
+korrekt -10.8714
+kosten -10.0891
+kostet -11.6463
+kraft -10.3551
+kreis -11.1071
+krieg -10.6908
+krise -11.4954
+kriteri -11.4839
+kräfte -10.4052
+ku -10.4977
+kultur -10.9203
+kunft -10.7137
+kurs -11.11
+kzept -11.4696
+käme -11.7558
+kämpfe -11.996
+kämpft -11.2383
+körper -11.0751
+kündig -11.8241
+künfte -11.842
+l -7.3155
+la -8.29736
+lage -9.523
+laid -10.513
+land -8.46284
+lang -9.53188
+lange -9.89634
+largest -11.9263
+larheit -11.2002
+lassen -8.40442
+lassung -11.0261
+last -10.1523
+lastet -11.3016
+laub -10.1368
+lauf -10.8262
+laufen -9.74269
+lax -10.8906
+ld -9.49985
+le -6.99902
+leading -10.8416
+leben -10.2021
+lebt -11.3313
+legen -9.52414
+legt -9.85483
+lehnen -11.1274
+leicht -8.81902
+leistung -10.3318
+leiten -9.91803
+leitung -11.8066
+ler -9.62847
+lernen -10.8726
+less -8.6805
+letzt -9.91329
+lfte -10.9204
+li -8.47028
+licate -11.5612
+lich -8.13849
+liche -9.14831
+lichen -8.95951
+licher -10.4397
+lichkeit -9.55036
+lieb -10.7868
+lief -10.1602
+liegen -11.0228
+ließen -11.3862
+line -10.164
+ling -9.60218
+lini -11.0397
+linka -11.6439
+liste -11.2104
+ll -9.23398
+lle -9.81562
+lli -10.4727
+lo -8.68822
+loca -10.9916
+lock -10.8008
+log -9.23464
+lohn -11.4339
+long -10.8115
+loo -11.1341
+lorenz -11.5611
+los -8.80212
+lose -9.91404
+losen -10.5456
+losigkeit -11.209
+lotte -10.9685
+low -10.6372
+lt -9.27649
+lung -10.0236
+ly -5.39927
+lzen -11.3577
+lä -9.48419
+länder -9.91472
+längst -11.2188
+lässigkeit -11.842
+läuf -10.3192
+läß -9.93091
+läßlich -11.3506
+lösung -11.1717
+lücke -11.8787
+m -5.70964
+ma -8.37404
+macht -10.6005
+made -7.9568
+makroökonomische -11.7724
+mal -9.70535
+mals -9.88535
+man -9.6589
+management -9.15518
+mangel -10.8235
+marine -10.8646
+mark -10.0161
+markt -10.1328
+material -11.8655
+maßen -10.4182
+maßnahmen -9.70599
+mechanism -11.1574
+mehr -9.98921
+meister -11.2913
+meldung -11.9976
+menge -11.1255
+ment -7.79797
+merk -10.1937
+merkt -10.8221
+messen -10.8778
+met -10.3369
+meter -11.1242
+methode -11.3204
+migration -9.90386
+militärische -11.7332
+minen -11.2198
+minister -9.7778
+missible -12.0248
+mission -9.38
+misunderstanding -11.9987
+mit -8.8296
+mittel -9.17064
+mißbrauch -11.1192
+mmel -10.9755
+modell -10.9983
+monopol -10.449
+monoxid -11.9364
+most -9.40183
+mut -10.2932
+märkte -11.1716
+mäßig -10.1985
+mäßigkeit -11.4581
+mögen -10.7434
+möglich -10.9262
+möglichkeit -11.2416
+mütig -11.6928
+n -4.00099
+nach -9.53664
+nachlässig -11.3531
+nahm -10.954
+nahme -9.62283
+ndez -11.3006
+neh -10.7378
+nehmen -10.2008
+ness -8.72816
+netz -10.3933
+neva -10.9219
+next -8.92992
+ng -9.37191
+ngleichheit -11.1819
+niedrig -11.5601
+niveau -10.845
+no -9.59828
+noch -9.74214
+nock -10.4907
+not -8.0747
+ntergovernmental -10.0928
+nteroperabilität -11.2786
+ntisemitism -11.4702
+ntlich -10.5281
+nutrition -12.1327
+nutz -10.2189
+nzusammenführung -11.4701
+nächst -8.9166
+o -7.50282
+obachtungsstelle -10.5949
+oboda -10.8378
+oc -9.95875
+oder -7.41323
+odex -11.9522
+ogar -9.45985
+ogau -11.842
+ograph -10.8942
+oint -11.4371
+ok -9.5865
+ol -8.66717
+olksgesundheit -10.4417
+ollar -10.787
+ologie -12.0078
+om -9.11897
+omitolog -11.4336
+omplementar -11.7719
+on -7.29515
+ona -10.2543
+once -9.17304
+onciliation -10.0639
+ond -9.83127
+one -8.47594
+onitor -11.457
+onymi -12.146
+ood -9.66355
+ooperation -11.4209
+op -9.40963
+ope -9.79692
+openhagen -11.2482
+opfer -11.3571
+opoulo -11.1816
+or -7.75699
+oratorium -11.3754
+ordinar -11.7236
+ordne -11.5317
+ordnung -10.3219
+oreign -10.6964
+organe -11.6612
+organisation -9.70025
+organisieren -11.7517
+orge -10.8699
+orientierte -11.1641
+ork -10.5202
+orrow -9.53315
+orry -10.9963
+ors -9.41056
+ory -9.42896
+osselt -11.4827
+other -8.82238
+otti -11.0754
+otto -11.9596
+ou -10.8444
+ough -9.39318
+ought -9.08264
+ould -6.53124
+our -9.66393
+ous -8.82091
+out -8.16424
+ov -11.2252
+over -9.59961
+ow -9.36531
+p -7.42145
+pa -8.97008
+paket -11.3098
+papier -11.3983
+par -9.21109
+parlamentarische -11.4282
+partei -10.652
+partner -10.4461
+passen -10.909
+pe -8.96487
+pecial -11.5158
+periode -11.6463
+personal -11.9543
+pf -9.94114
+pflanz -11.3204
+pflicht -10.4716
+phase -10.3592
+phon -11.8149
+pionage -11.8787
+pite -9.50474
+pla -10.0894
+plan -9.93789
+pläne -11.4336
+po -8.74776
+pol -10.3411
+politik -8.46164
+politische -9.97291
+port -10.3629
+position -10.3191
+potential -12.1432
+pover -10.0219
+pp -9.24114
+pranger -11.9365
+precedent -11.3426
+preis -11.4112
+preise -10.9676
+pri -9.80053
+prinzip -11.7711
+prinzipien -11.9565
+prob -11.3444
+problem -9.93727
+productive -11.1417
+produkt -10.6402
+produktion -11.4229
+profitable -11.8043
+programm -9.45464
+projekt -11.9996
+projekte -11.2083
+promising -11.8066
+prop -11.6432
+proving -11.1903
+proxim -11.9977
+prozess -11.0494
+prozeß -10.1972
+präsident -11.1289
+prüfung -11.348
+pu -10.1463
+punkt -9.63258
+put -10.5178
+pä -11.0116
+q -12.7391
+qu -9.00654
+quality -9.25078
+qualität -10.6627
+que -9.68363
+quelle -11.3436
+quot -6.92644
+r -5.41148
+ra -8.34919
+rac -10.2127
+rahmen -10.6034
+rak -10.2855
+ramework -11.5209
+rang -10.7713
+rat -9.27426
+rate -9.55281
+raum -9.79858
+raw -11.1196
+raxis -10.1138
+re -7.28551
+rea -10.1297
+read -8.06604
+rechnung -11.2582
+recht -8.85552
+rechte -10.5689
+rechtliche -10.4711
+rechtskommission -11.6763
+rechtskonvention -11.7558
+rechtsverletzung -11.2693
+reconcil -11.3095
+reden -10.477
+refore -7.72971
+reform -11.0071
+reg -9.54788
+regeln -10.6313
+regelung -10.4989
+regierung -11.5351
+region -10.5675
+rei -9.72884
+reiche -11.5678
+reichen -10.167
+reisen -11.2815
+rela -11.111
+related -10.3394
+remdenfeindlich -10.5185
+ren -8.37314
+renzarbeitnehmer -11.9768
+republik -11.5748
+reserve -10.5129
+respo -11.1277
+ressourcen -11.5724
+reyer -11.0111
+richten -9.91851
+richtlinie -10.2806
+rie -9.95116
+riminal -11.5605
+riminalität -11.7556
+risenbewältigung -12.109
+rish -10.8826
+risik -11.8416
+rising -11.0439
+ritten -10.4397
+rksamkeit -9.97286
+rlei -9.99753
+rnährung -11.1091
+ro -7.95403
+rocedure -10.4805
+rolle -11.3248
+roni -10.9136
+rosecutor -11.7741
+rotection -11.6025
+rotocol -11.8063
+rra -10.6189
+rseit -9.98739
+ruf -10.5327
+rufen -10.4041
+ruhe -11.7235
+rust -10.8666
+ry -9.89922
+rä -9.33188
+räume -10.2405
+rü -9.42756
+rück -9.83611
+rührt -11.4578
+s -3.44356
+sache -11.1812
+sagen -11.0439
+same -8.2341
+samkeit -11.2699
+sandt -11.773
+santrag -9.71034
+santräge -10.6342
+satz -9.72335
+sausschuß -10.4034
+sbereich -10.4124
+sbürgerschaft -12.0591
+schaffen -11.2426
+schaft -9.1031
+schau -10.4103
+sche -9.45264
+scheinend -11.902
+schen -10.2019
+schicht -11.1096
+schieben -11.7659
+schieden -11.3136
+schiff -11.7372
+schlag -11.0719
+schlagen -10.2522
+schließen -10.4409
+schließlich -10.4665
+schlossen -10.9816
+schluss -11.2988
+schluß -10.6398
+schläg -10.4695
+schlüsse -11.4945
+schmuggel -12.0189
+schnellstmöglich -11.9977
+schnitten -11.8415
+schrecken -11.5748
+schrei -10.7707
+schreiben -10.7256
+schreibung -11.4701
+schreiten -11.0103
+schreitende -10.599
+schrift -11.2084
+schul -10.1318
+schuldig -10.5778
+schutz -9.56933
+schwe -10.3259
+schwinde -11.4336
+schäd -10.4177
+schätzung -11.7892
+sdokument -11.7724
+sebene -11.0438
+sehen -9.64255
+sehr -7.50788
+seite -11.3177
+seitige -12.0495
+sektor -9.59502
+selbe -9.64287
+self -8.41374
+selves -9.44973
+set -9.94556
+setzen -10.5158
+setzt -9.71784
+setzung -9.54928
+sfindung -12.0189
+sfähigkeit -10.1529
+sgesellschaft -10.8397
+sicherheit -9.84849
+sicherung -11.0343
+sichtlich -9.10795
+side -9.91773
+siedel -11.3532
+sind -6.65762
+sinitiative -11.1005
+sinki -9.86032
+situation -10.7537
+sitzung -11.1448
+skandal -11.9768
+skandidaten -11.0751
+ski -10.5974
+skonferenz -9.5013
+sländer -10.4933
+smitglied -10.4662
+smitglieder -11.1642
+smöglichkeit -10.6444
+so -9.78267
+sonst -10.2753
+sorgniserregend -11.6316
+sorgt -11.7247
+sort -10.694
+soviel -11.7728
+sp -8.80087
+space -10.427
+spatent -11.9978
+spect -11.0506
+spekt -11.5603
+sperson -12.1278
+spezifische -10.3882
+spiegel -11.6763
+spiel -9.6802
+splitter -12.0856
+spolitik -9.17312
+sprach -9.88648
+sprechen -10.6229
+sprinzip -10.756
+sprochen -11.1
+sprogramme -11.0668
+sprozesse -10.9569
+spräche -11.7723
+spräsident -10.541
+spräsidentschaft -10.7435
+ssandr -12.0629
+sses -10.5874
+ssystem -9.95379
+st -7.1073
+sta -9.94986
+staat -10.6232
+staaten -10.4209
+staatliche -11.0509
+staatsangehörige -12.0856
+stab -11.1578
+stabilität -11.3754
+stadium -11.9977
+stand -9.16917
+standing -10.7175
+statt -9.84371
+statut -11.577
+ste -8.76234
+stead -9.73266
+stehen -9.91196
+steigen -11.0155
+stelle -9.93496
+stellen -9.85578
+stellt -10.186
+stellung -9.5028
+sten -9.19996
+ster -9.89928
+sterda -10.0092
+stern -9.86389
+sterreich -9.63484
+steuer -10.2323
+stieg -10.7802
+stock -11.0711
+stoffe -10.7315
+stoß -10.4901
+strategie -10.489
+stream -11.2889
+streb -10.1133
+strecke -11.956
+streit -10.86
+strichen -11.7782
+struktur -10.588
+sträger -11.1213
+ströme -11.6028
+stände -10.134
+ständigen -10.7636
+stärkt -12.1315
+stück -11.6917
+stützen -11.6167
+subvention -11.6171
+sumption -10.5427
+suppose -11.8969
+sverfahren -9.56367
+sverschiedenheit -12.0856
+sverzerrung -11.9977
+svorschläge -11.2314
+swachstum -11.1997
+system -9.27683
+sätze -10.3923
+t -4.81032
+ta -9.1115
+tag -9.70494
+tage -10.4596
+taking -9.23211
+tan -10.1366
+tandards -10.4806
+tat -10.1494
+tausend -11.0027
+te -7.41129
+technik -12.0629
+technische -11.8259
+technologie -11.0342
+technologies -10.7862
+tehende -11.4786
+teil -9.0967
+teilen -10.2874
+teilung -10.0381
+ten -7.36392
+tention -9.16384
+ter -8.3101
+tergovernmental -11.2694
+termin -11.7892
+terrorism -10.7197
+text -11.3373
+th -8.52025
+the -9.00815
+ther -7.77761
+thing -8.06277
+this -5.54255
+though -9.02548
+thus -10.0888
+ti -9.04261
+tic -9.62463
+tiefst -11.1542
+tik -10.3806
+til -9.38271
+tim -9.56424
+ting -9.20696
+tion -8.55693
+titution -12.1768
+tmosphär -11.9168
+to -8.90846
+tober -10.9962
+tourism -10.5629
+tra -8.75076
+tract -10.5426
+tradition -10.577
+traf -9.83339
+tragen -10.2036
+transeuropäische -11.3868
+transport -11.367
+tre -9.37429
+treffen -10.5394
+treiben -10.4138
+treibung -11.9768
+treten -9.57827
+tri -9.54069
+tritt -9.81584
+truck -11.6625
+truction -11.1887
+tructural -10.1703
+träge -10.3709
+ttle -10.6514
+tung -9.49309
+ture -10.1951
+twic -11.2947
+ty -8.09921
+tz -9.34816
+tätig -10.9843
+tätigkeit -10.6168
+täuschen -11.8976
+tür -10.5276
+u -7.52009
+uadra -12.0189
+uaestor -12.024
+ual -10.342
+ualifikation -12.0629
+ualität -9.69198
+ub -9.65569
+uber -11.1229
+uch -7.77799
+uck -11.0876
+ue -9.75232
+uecedo -11.6028
+uelle -10.8532
+uestion -10.785
+uf -10.3962
+uff -10.8606
+ufrechterhalt -11.2584
+ufstock -12.1608
+ug -9.29172
+ugoslavia -10.9719
+ugtu -11.9365
+uit -10.7317
+ul -8.42398
+ula -10.4634
+ulou -11.0598
+um -7.67157
+umweltfreundlich -11.6028
+un -8.63286
+und -8.67283
+understanding -11.1262
+ung -6.8817
+ungen -8.88744
+ungsfähig -11.8229
+unha -11.6935
+union -10.8221
+unter -10.3789
+unternehmen -10.3491
+unternehmer -11.9703
+unterschied -12.0155
+unterschiedliche -10.7343
+uoten -10.8445
+up -9.58771
+ur -7.97695
+ural -10.753
+ure -10.0867
+ureau -11.101
+ursacherprinzip -11.7722
+us -8.07419
+usgewogenheit -11.6028
+uster -11.1073
+usübung -11.6326
+ut -8.52133
+ute -9.95571
+utsch -10.9694
+uzz -11.8606
+uß -9.73873
+uästoren -11.9364
+v -8.13246
+va -9.4601
+valu -10.163
+vari -11.0216
+ve -8.98242
+ver -8.14712
+verbindlich -11.1201
+verbot -11.352
+verbrauch -11.2657
+verbände -11.5611
+verdienen -11.5887
+vereinbarung -11.2889
+verfahren -9.85474
+verhalten -11.2492
+verhandlung -11.3427
+verhältnis -11.3098
+verhütung -11.8602
+verkehr -9.5585
+verletz -11.247
+verlust -12.0856
+verordnung -11.1645
+verpflichtung -12.1327
+versammlung -11.7558
+verschmutzung -11.2707
+versicherung -11.3763
+versorgung -11.3642
+verstanden -9.88088
+verständlich -9.23223
+verständnis -11.4931
+verstöß -12.0856
+vertrag -11.1406
+vertreter -11.4578
+verwaltung -11.2285
+very -7.47657
+vi -8.5548
+viation -10.624
+vici -11.4677
+vil -11.0023
+vo -10.1169
+vol -10.7621
+voll -9.93082
+vor -9.57511
+vorbeug -11.4461
+vorgehen -11.5639
+vorhaben -11.4962
+vorschlag -10.3959
+vorschläg -11.0354
+vorschrift -10.6024
+vorsitzende -11.6542
+w -7.84776
+wa -9.44955
+wachsen -10.6947
+wagen -11.526
+wahl -11.042
+wahr -9.80332
+wan -9.61821
+wann -10.6836
+war -9.55939
+warten -10.5355
+wartet -11.8094
+wasser -11.0898
+way -10.2059
+ways -9.00897
+we -9.62937
+wechsel -11.1997
+weg -9.30399
+wegen -9.4528
+weile -10.784
+weise -9.83353
+weisen -9.86621
+weist -10.657
+weisung -10.8959
+weit -9.55909
+weitaus -11.2825
+weiterentwickelt -12.042
+welt -10.4988
+wende -10.7644
+wenig -11.3934
+wer -10.118
+were -8.09007
+werfen -11.1094
+werk -10.0358
+wert -9.66884
+werte -9.92925
+wesen -10.3844
+wettbewerb -11.5748
+wettbewerbsfähig -11.4826
+what -10.7738
+where -10.0186
+whil -11.3077
+wide -10.7397
+widrig -12.1089
+wiegend -11.2194
+will -10.9757
+willig -10.8679
+wirken -10.1156
+wirksam -10.6084
+wirkt -10.5568
+wirkung -11.0165
+wirtschaft -9.75865
+wise -9.96078
+wissen -11.1864
+wissenschaftlich -10.098
+witze -11.5878
+wo -9.9149
+wohl -8.37328
+wohn -10.5335
+worden -8.78682
+work -11.2199
+wort -10.4284
+wunden -11.4828
+wächst -11.5054
+wähl -10.7863
+währung -11.9132
+wäl -11.4471
+wär -11.0544
+würde -11.9499
+würdig -10.0639
+würfe -11.6463
+x -9.00228
+xpertise -11.8999
+y -5.09898
+yet -9.11765
+z -7.68711
+zahl -9.49974
+zahlung -11.1509
+ze -8.98441
+zeichen -11.1096
+zeichnen -10.6081
+zeit -9.23533
+zemb -11.3205
+zentr -10.691
+zid -11.2606
+zieh -9.82272
+ziel -10.0843
+zig -10.3056
+zogen -10.5715
+zone -10.3312
+zu -8.48714
+zuarbeiten -11.0668
+zubringen -10.8948
+zufüg -11.861
+zuführen -11.2202
+zug -10.1316
+zugeben -10.968
+zugefügt -12.1821
+zugleich -10.9525
+zuheben -11.9979
+zukommen -10.5784
+zulegen -11.3189
+zunehmen -10.685
+zusagen -11.3184
+zusammenarbeit -10.3453
+zuschließen -11.354
+zusehen -11.2104
+zusetzen -10.4209
+zustellen -9.67782
+zustimmen -11.0625
+zuweisen -11.1947
+zuwenden -10.7322
+zw -10.5037
+zweck -11.092
+zwingen -10.9424
+zwischen -10.4327
+zögert -11.842
+züge -10.8854
+Ä -10.7677
+Änderungsanträge -8.61756
+ß -9.03733
+ä -7.94559
+ächt -10.4312
+ähig -10.5781
+ände -11.0012
+änderung -11.7883
+ändig -10.5091
+änge -10.2504
+är -9.13256
+ärmsten -11.1534
+ö -13.7178
+ü -8.02142
+üb -10.4257
+über -10.4475
+übergehen -11.4172
+übergreifende -11.977
+ühne -12.0409
+ürsorge -12.1622
+üsse -11.0763
+▁ -2.44398
+▁& -5.96663
+▁- -6.52573
+▁. -3.68275
+▁... -10.1371
+▁00 -9.0417
+▁000 -9.09319
+▁006 -11.3229
+▁010 -11.8602
+▁011 -11.7232
+▁012 -11.6171
+▁013 -11.842
+▁014 -11.9564
+▁015 -11.6028
+▁016 -11.3421
+▁017 -11.4099
+▁018 -11.8602
+▁019 -11.9768
+▁020 -11.6463
+▁021 -11.6028
+▁022 -11.9977
+▁025 -11.9364
+▁026 -11.9977
+▁027 -11.9168
+▁033 -12.0407
+▁034 -12.1327
+▁035 -11.8787
+▁036 -12.0856
+▁038 -11.9977
+▁1 -8.92478
+▁1. -10.244
+▁10 -9.15845
+▁100 -10.3008
+▁11 -9.33145
+▁11.30 -11.4703
+▁12 -9.05359
+▁13 -9.44776
+▁14 -9.38108
+▁15 -8.98127
+▁16 -9.97728
+▁17 -9.88914
+▁18 -9.84641
+▁19 -9.71108
+▁195 -11.3898
+▁197 -10.7441
+▁198 -9.96561
+▁199 -8.5515
+▁1990 -10.9172
+▁1998 -9.03269
+▁1999 -8.35111
+▁2 -9.23511
+▁2. -11.1439
+▁20 -9.06199
+▁200 -8.82859
+▁2000 -7.74976
+▁201 -10.6362
+▁21 -9.93496
+▁21. -11.2031
+▁22 -10.2335
+▁23 -10.2774
+▁24 -10.0585
+▁25 -9.64187
+▁26 -10.5538
+▁27 -10.6205
+▁28 -10.364
+▁29 -10.6515
+▁3 -9.22617
+▁30 -9.60388
+▁300 -10.6919
+▁31 -10.5991
+▁32 -10.8938
+▁33 -11.2499
+▁34 -11.2404
+▁35 -10.5551
+▁36 -11.0769
+▁37 -10.4455
+▁38 -11.0516
+▁39 -11.3883
+▁4 -9.20469
+▁40 -9.86619
+▁400 -11.3328
+▁41 -11.4236
+▁42 -10.9009
+▁43 -11.3887
+▁45 -10.9314
+▁46 -11.3556
+▁48 -10.996
+▁5 -9.03369
+▁50 -9.57573
+▁500 -10.769
+▁53 -11.3895
+▁6 -9.05022
+▁60 -10.0929
+▁7 -9.23738
+▁70 -10.4461
+▁8 -9.46757
+▁80 -10.1472
+▁85 -11.2036
+▁9 -9.51705
+▁90 -10.3977
+▁95 -10.8947
+▁99 -11.11
+▁A -7.6698
+▁AIDS -11.0503
+▁AKP -10.343
+▁Ab -9.12849
+▁Abbau -11.5087
+▁Abend -11.5116
+▁Abfall -10.733
+▁Abfälle -10.5479
+▁Abgeordnete -9.14226
+▁Abgeordneten -8.8237
+▁Abhängigkeit -11.3868
+▁Abkommen -9.15349
+▁Ablehnung -11.092
+▁Abs -10.2869
+▁Absatz -10.0459
+▁Abschluss -11.6919
+▁Abschluß -10.4053
+▁Abschnitt -11.7729
+▁Absicht -9.99068
+▁Abstimmung -8.60458
+▁Abänderung -11.2483
+▁Achtung -10.1972
+▁Action -11.5476
+▁Adresse -12.1089
+▁Affair -9.32099
+▁Afghanistan -12.1821
+▁Africa -9.65469
+▁African -10.5046
+▁Afrika -10.0105
+▁Agenc -11.6491
+▁Agend -10.4225
+▁Agentur -11.3204
+▁Agrar -9.83602
+▁Agreement -10.6354
+▁Agricultur -10.6035
+▁Aids -11.1627
+▁Aki -11.7757
+▁Akt -10.6409
+▁Akteure -11.0835
+▁Aktion -9.67736
+▁Aktionsplan -10.8054
+▁Aktionspläne -11.7724
+▁Aktionsprogramm -11.1726
+▁Aktivität -10.2471
+▁Al -9.79658
+▁Albaner -12.019
+▁Albania -10.9643
+▁Albanien -12.1089
+▁Algeria -11.5748
+▁Algerien -11.9364
+▁Alkohol -10.5626
+▁Allgemein -10.9203
+▁Allian -11.1809
+▁Allianz -11.0755
+▁Alter -10.9728
+▁Alternative -10.9498
+▁Altfahrzeug -11.9364
+▁Amendment -9.11612
+▁America -10.5341
+▁American -10.1723
+▁Amerika -11.824
+▁Amerikaner -11.6464
+▁Amnest -11.9564
+▁Amsterdam -9.42306
+▁Amt -10.6199
+▁An -8.35438
+▁Analyse -10.5233
+▁Andalusi -12.1089
+▁Anderss -11.6612
+▁Anerkennung -10.2077
+▁Anfang -10.277
+▁Anforderung -10.5881
+▁Anfrage -9.36114
+▁Angabe -10.5046
+▁Angebot -11.5343
+▁Angehörige -11.2787
+▁Angelegenheit -9.08133
+▁Angleichung -11.7724
+▁Angola -10.8921
+▁Angriff -10.5934
+▁Angst -11.4099
+▁Anhang -11.5211
+▁Anhörung -11.3642
+▁Anl -10.6137
+▁Anlagen -10.8182
+▁Anliegen -10.5283
+▁Anmerkung -10.9794
+▁Annahme -9.98805
+▁Annex -11.8066
+▁Annäherung -11.4099
+▁Anpassung -10.7256
+▁Anreiz -10.8921
+▁Ansatz -9.94927
+▁Ansicht -8.96122
+▁Anspruch -10.4716
+▁Anstrengung -10.0761
+▁Anteil -10.5539
+▁Anti -10.8955
+▁Antrag -9.76823
+▁Antragsteller -12.1089
+▁Anträge -10.8057
+▁Antwort -9.28124
+▁Anwendung -9.28822
+▁Anwesenheit -11.6028
+▁Appell -11.6917
+▁April -10.0192
+▁Ar -9.96277
+▁Arafat -12.1327
+▁Arbeit -8.38418
+▁Arbeitgeber -11.2889
+▁Arbeitnehmer -9.64881
+▁Arbeits -9.34297
+▁Arbeitsgruppe -11.3344
+▁Arbeitsmarkt -10.7928
+▁Arbeitsplatz -11.2482
+▁Arbeitsplätze -9.80515
+▁Arbeitszeit -11.0509
+▁Argument -10.9987
+▁Argumente -11.0876
+▁Armee -11.5211
+▁Armut -10.2619
+▁Art -9.08542
+▁Article -9.13397
+▁Artikel -8.85216
+▁Asia -11.2995
+▁Aspekt -10.18
+▁Aspekte -9.78886
+▁Assembl -10.8312
+▁Association -11.7724
+▁Assoziierungs -11.3642
+▁Asyl -10.028
+▁Asylbewerber -11.4578
+▁Atlanti -11.0835
+▁Atom -10.9948
+▁Attwool -12.1821
+▁Auditor -10.5137
+▁Auf -9.28419
+▁Aufbau -10.609
+▁Aufenthalt -11.0024
+▁Auffassung -9.26882
+▁Aufforderung -11.5344
+▁Aufgabe -9.53276
+▁Aufgaben -9.9551
+▁Aufheb -11.7354
+▁Aufklärung -11.5343
+▁Aufm -9.95356
+▁Aufnahme -10.1465
+▁Aufschwung -12.1089
+▁Aufsicht -11.8788
+▁Auftrag -11.0668
+▁Auge -11.2601
+▁Augen -10.2612
+▁Augenblick -11.5887
+▁August -11.1354
+▁Aus -8.83021
+▁Ausarbeitung -10.8991
+▁Ausbau -11.5485
+▁Ausbeut -11.1091
+▁Ausbildung -9.93559
+▁Ausdruck -9.20494
+▁Ausfuhr -11.9409
+▁Ausführung -9.87334
+▁Ausgaben -10.3551
+▁Ausgangspunkt -11.7894
+▁Ausgleich -11.3651
+▁Ausgrenzung -11.0103
+▁Ausland -11.1199
+▁Auslegung -11.7074
+▁Ausmaß -10.9498
+▁Ausnahme -10.3074
+▁Ausrichtung -11.0585
+▁Aussage -10.746
+▁Ausschuss -8.87694
+▁Ausschuß -8.90807
+▁Ausschüsse -10.8182
+▁Aussicht -11.7233
+▁Aussprache -8.85036
+▁Austausch -11.2383
+▁Austria -9.77959
+▁Austrian -10.292
+▁Auswahl -11.3314
+▁Auswei -10.9531
+▁Auswirkung -9.41829
+▁Authorit -12.1327
+▁Auto -10.2255
+▁Automobil -11.7074
+▁Autonomie -11.9168
+▁Außen -9.69393
+▁Außenhandel -11.6616
+▁Außenminister -11.1627
+▁B -7.45694
+▁BNF -11.8242
+▁BSE -9.96025
+▁Bahn -11.2993
+▁Balkan -10.0133
+▁Balkans -10.2546
+▁Bananen -11.1444
+▁Bangladesch -11.6028
+▁Bangladesh -11.4216
+▁Bank -9.69195
+▁Bar -9.97445
+▁Barnier -10.7677
+▁Bas -10.649
+▁Basis -10.6282
+▁Baskenland -11.6917
+▁Bau -10.2374
+▁Be -7.86873
+▁Beacht -11.5972
+▁Beamte -11.5159
+▁Beamten -10.7827
+▁Bedarf -10.8675
+▁Bedauern -11.7724
+▁Bedeutung -8.83331
+▁Bedingung -9.42627
+▁Bedrohung -11.4826
+▁Bedürfnisse -10.987
+▁Befugnisse -10.9421
+▁Befürchtung -11.1717
+▁Beginn -10.4182
+▁Begleit -11.8789
+▁Begrenzung -11.842
+▁Begriff -10.376
+▁Begründung -10.9275
+▁Behandlung -10.3153
+▁Behauptung -11.6463
+▁Behinderte -11.9768
+▁Behörde -11.3236
+▁Behörden -9.54887
+▁Beibehalt -11.9977
+▁Beifall -10.6354
+▁Beihilfe -11.3234
+▁Beihilfen -9.89277
+▁Beispiel -9.01519
+▁Beitrag -9.4507
+▁Beitritt -9.54392
+▁Beitrittsländer -11.1998
+▁Beiträge -11.0025
+▁Bekämpfung -9.39616
+▁Bel -10.6013
+▁Belastung -11.1005
+▁Belgi -10.3711
+▁Belgian -11.3114
+▁Bemerkung -9.80985
+▁Bemühen -11.8787
+▁Bemühung -10.0221
+▁Beobachter -11.2582
+▁Beratung -10.7022
+▁Bereich -8.26064
+▁Bereiche -9.90091
+▁Bereitschaft -11.1903
+▁Bereitstellung -11.2582
+▁Berg -10.8871
+▁Bericht -7.2656
+▁Berichte -10.2138
+▁Berichts -9.8233
+▁Berlin -10.343
+▁Beruf -10.5997
+▁Beschleunig -12.0629
+▁Beschluss -11.0838
+▁Beschluß -10.0671
+▁Beschlüsse -10.2807
+▁Beschränkung -11.0835
+▁Beschwerde -11.1717
+▁Beschäftigte -11.2092
+▁Beschäftigung -9.58053
+▁Beschäftigungs -10.3598
+▁Beseitigung -11.1625
+▁Besitzstand -11.7724
+▁Besonderheit -11.6028
+▁Besorgnis -10.3113
+▁Bestandteil -10.6627
+▁Besteuerung -11.4336
+▁Bestimmung -9.63682
+▁Bestreben -11.842
+▁Bestrebung -11.9364
+▁Bestätigung -11.9768
+▁Besuch -10.7141
+▁Beteiligte -11.2188
+▁Beteiligung -10.4313
+▁Betracht -11.1534
+▁Betrag -11.2285
+▁Betreiber -11.6316
+▁Betrieb -10.2077
+▁Betroffenen -11.5748
+▁Betrug -10.7073
+▁Betrüger -11.9564
+▁Beurteilung -11.7232
+▁Bevölkerung -9.24432
+▁Bewegung -11.3531
+▁Beweis -10.2085
+▁Bewerberländer -11.5343
+▁Bewertung -10.0221
+▁Bewirtschaftung -11.4099
+▁Bewußtsein -11.6917
+▁Bezeichnung -11.3098
+▁Beziehung -9.43923
+▁Bezug -10.1174
+▁Bilanz -11.2889
+▁Bild -10.7982
+▁Bildung -9.58113
+▁Billig -11.7076
+▁Binnenmarkt -9.42306
+▁Biotechnologie -11.8787
+▁Birdal -11.3204
+▁Birma -11.3531
+▁Bitte -11.3207
+▁Blair -12.1571
+▁Blick -10.7864
+▁Blok -11.5343
+▁Boden -10.987
+▁Bolkestein -11.1534
+▁Boot -12.0189
+▁Bosnia -11.4216
+▁Bosnien -11.4701
+▁Botschaft -10.4095
+▁Bou -11.2538
+▁Boumedi -12.1327
+▁Bowe -11.8788
+▁Branche -11.3204
+▁Brand -11.6316
+▁Brenner -11.5081
+▁Brennstoff -11.842
+▁Bri -11.5086
+▁Brief -11.5343
+▁Brit -10.4846
+▁Britis -10.0922
+▁Brok -11.4217
+▁Bru -11.2543
+▁Brussels -10.2218
+▁Brüssel -10.2435
+▁Bu -10.554
+▁Budget -9.90127
+▁Buiten -10.8646
+▁Bulgari -11.9364
+▁Bundes -10.8445
+▁Burma -10.8444
+▁Burundi -11.7074
+▁Bush -11.5888
+▁Byr -11.1366
+▁Bündnis -12.1571
+▁Bürger -8.37104
+▁Bürgerbeauftrag -10.8378
+▁Bürgerinnen -11.0841
+▁Bürgern -9.97028
+▁Büro -11.1355
+▁Bürokratie -11.5476
+▁C -8.14394
+▁CFS -11.808
+▁CO -10.698
+▁COM -10.8445
+▁COS -10.9062
+▁Ca -9.98251
+▁Cambodia -11.7894
+▁Casaca -11.9977
+▁Central -10.2077
+▁Centre -10.7801
+▁Cha -10.8439
+▁Chairm -11.8066
+▁Chamber -10.4313
+▁Chance -9.88079
+▁Charakter -10.588
+▁Charta -9.59596
+▁Charter -9.66707
+▁Chech -10.7434
+▁Chi -10.8806
+▁China -9.43435
+▁Chinese -10.9421
+▁Chira -11.3099
+▁Christ -11.6171
+▁Christdemokrat -11.2582
+▁Christian -10.7256
+▁Citizen -11.1903
+▁Clinton -11.9364
+▁Co -9.35471
+▁Colombia -11.6463
+▁Commission -6.66767
+▁Commissioner -7.99392
+▁Committee -8.20325
+▁Common -11.0503
+▁Communis -11.7894
+▁Communit -8.18542
+▁Computer -12.0629
+▁Confedera -11.6763
+▁Conference -9.48765
+▁Conservative -11.6171
+▁Constitution -11.5081
+▁Consumer -10.8444
+▁Control -10.8247
+▁Convention -9.49279
+▁Corri -11.8806
+▁Cost -11.2815
+▁Council -7.39177
+▁Countr -11.8242
+▁Court -9.56407
+▁Cuba -11.3983
+▁Cultur -11.4099
+▁Cypr -10.7256
+▁Cypriot -12.0629
+▁Czech -11.4953
+▁D -8.75021
+▁DE -10.3156
+▁Da -9.38276
+▁Dame -9.52568
+▁Danis -10.9253
+▁Dank -9.33412
+▁Daten -9.90516
+▁Dauer -11.2483
+▁De -9.28578
+▁Debatte -8.78896
+▁Dec -10.0743
+▁Decision -12.1571
+▁Defen -11.3538
+▁Definition -10.458
+▁Defizit -11.1091
+▁Delegation -9.96538
+▁Dell -11.2923
+▁Democrac -12.1089
+▁Democrat -9.8411
+▁Demokrat -11.2769
+▁Demokratie -9.3564
+▁Demokratische -11.3324
+▁Demonstration -11.9168
+▁Denk -11.5665
+▁Depre -11.3983
+▁Detail -11.1997
+▁Deutschland -10.3882
+▁Development -10.2581
+▁Dezember -10.3191
+▁Di -9.78536
+▁Dialog -9.6017
+▁Diamanten -12.1571
+▁Diamantopo -11.5343
+▁Die -10.5256
+▁Dienst -10.3499
+▁Dienstag -12.019
+▁Dienste -10.301
+▁Dienstleistung -10.101
+▁Dienststellen -11.4337
+▁Differenz -11.7074
+▁Diktatur -11.9564
+▁Dimension -10.4948
+▁Dinge -9.73506
+▁Dioxin -11.9977
+▁Diplomatie -12.0189
+▁Directive -10.2693
+▁Directorate -11.4954
+▁Direkt -11.2889
+▁Diskriminierung -9.95168
+▁Diskussion -9.36844
+▁Disziplinar -11.5749
+▁Do -10.5108
+▁Dokument -9.6428
+▁Dollar -10.9134
+▁Donnerstag -11.0261
+▁Doping -11.0503
+▁Doppel -11.8602
+▁Dossier -12.0189
+▁Dover -11.4845
+▁Dringlichkeit -10.6354
+▁Dritt -10.6614
+▁Drittel -11.4962
+▁Drittländer -10.2619
+▁Drittstaaten -11.4457
+▁Drogen -10.533
+▁Drohung -12.1821
+▁Druck -10.1267
+▁Du -10.2153
+▁Dublin -10.7801
+▁Durch -11.2481
+▁Durchführung -9.69615
+▁Durchschnitt -11.9977
+▁Durchsetzung -11.1998
+▁Dut -11.0611
+▁Dynami -11.8242
+▁Dänemark -10.7434
+▁E -7.85536
+▁EAG -12.0189
+▁EC -9.81282
+▁ECHO -10.2997
+▁EG -10.5631
+▁ELDR -11.1178
+▁EMA -10.9421
+▁EPP -11.8242
+▁EU -7.32427
+▁EUR -9.08625
+▁East -10.3325
+▁Easter -10.9176
+▁Ebene -8.97035
+▁Econom -12.1086
+▁Economic -10.5577
+▁Effekt -12.0856
+▁Effektivität -11.7232
+▁Effizienz -10.6682
+▁Ehre -11.1535
+▁Eigenschaft -11.5343
+▁Eigentum -11.6763
+▁Ein -9.02798
+▁Einbezieh -10.45
+▁Eindruck -10.3675
+▁Einfluss -11.8602
+▁Einfluß -10.6627
+▁Einfuhr -11.3531
+▁Einführung -9.84601
+▁Eingreif -11.579
+▁Einhaltung -10.3231
+▁Einheit -10.7684
+▁Einigung -10.5629
+▁Einkla -10.7957
+▁Einkommen -10.75
+▁Einleitung -11.4579
+▁Einmischung -12.0629
+▁Einnahmen -11.8066
+▁Einrichtung -9.97927
+▁Einsatz -10.1665
+▁Einschränkung -11.1178
+▁Einschätzung -11.3099
+▁Einstellung -11.1011
+▁Einstimmigkeit -11.5611
+▁Einvernehmen -12.1821
+▁Einwanderer -11.1625
+▁Einwanderung -10.4357
+▁Einwohner -11.5748
+▁Einwände -11.5081
+▁Einzel -10.6907
+▁Einzelheit -11.6767
+▁Eisenbahn -10.0184
+▁El -10.0134
+▁Elektrizität -11.8242
+▁Element -10.8096
+▁Elemente -10.8467
+▁Eltern -11.7233
+▁Embargo -11.6171
+▁Embryo -11.5211
+▁Emission -10.6314
+▁Emp -11.4719
+▁Empfehlung -9.71529
+▁Empfänger -12.0856
+▁Employ -11.2993
+▁End -11.0095
+▁Ende -9.2904
+▁Energ -11.3303
+▁Energie -9.53869
+▁Energieträger -11.7394
+▁Engagement -10.4854
+▁England -11.2188
+▁English -11.2582
+▁Ent -9.74892
+▁Entlastung -10.0639
+▁Entscheidung -8.62387
+▁Entschließung -8.56098
+▁Entschlossen -11.3099
+▁Entschuldigung -12.0856
+▁Entschädigung -11.4456
+▁Entsorgung -11.3098
+▁Enttäuschung -12.1571
+▁Entwicklung -8.03775
+▁Entwicklungs -9.566
+▁Entwurf -10.0398
+▁Environment -10.0823
+▁Er -8.59131
+▁Erachten -9.30234
+▁Erarbeit -10.7746
+▁Erasmus -11.7074
+▁Erdöl -11.4826
+▁Ereignis -12.0789
+▁Ereignisse -10.5946
+▁Erfahrung -9.85823
+▁Erfolg -9.66841
+▁Erfüllung -11.6028
+▁Ergebnis -9.84395
+▁Ergebnisse -9.65043
+▁Ergänzung -11.4456
+▁Erhaltung -10.9423
+▁Erhöhung -10.5676
+▁Erika -10.5931
+▁Erinnerung -11.4701
+▁Eritrea -11.8602
+▁Erkenntnisse -11.4099
+▁Erklärung -9.26331
+▁Erleichterung -11.9768
+▁Erläuterung -11.8066
+▁Ermittlung -11.6316
+▁Ernennung -11.6028
+▁Erneuerung -11.9168
+▁Erreich -10.9618
+▁Errungenschaft -12.1089
+▁Erscheinung -11.2785
+▁Ersuchen -12.0407
+▁Erwartung -10.7739
+▁Erweiterung -9.21007
+▁Erwerb -11.7811
+▁Erwerbstätig -11.8328
+▁Erwägung -10.6627
+▁Erzeuger -10.799
+▁Erzeugnisse -10.5001
+▁Erzeugung -11.9768
+▁Erziehung -11.9564
+▁Etappe -11.9364
+▁Ethiopia -11.1625
+▁Etikett -11.5886
+▁Etikettierung -11.0182
+▁Euratom -11.2683
+▁Euro -8.29152
+▁Europa -7.87404
+▁Europarat -11.3075
+▁Europas -9.27945
+▁Europe -7.53398
+▁European -6.37988
+▁Europol -10.7994
+▁Europäer -10.7494
+▁Europäische -6.80665
+▁Evaluierung -11.5343
+▁Evan -11.4336
+▁Ex -10.5899
+▁Existenz -11.3312
+▁Expert -10.8113
+▁Export -10.8646
+▁External -11.5081
+▁F -7.79552
+▁FR -10.1909
+▁Fa -9.74491
+▁Fahr -11.3642
+▁Fahrzeug -11.8863
+▁Fahrzeuge -11.1319
+▁Fakten -11.2786
+▁Faktor -10.4182
+▁Fall -8.61096
+▁Falle -10.2418
+▁Familie -10.2729
+▁Familien -10.3634
+▁Fang -11.3014
+▁Fassung -11.2889
+▁Februar -10.1664
+▁Fehl -10.8672
+▁Fehler -10.4473
+▁Fernseh -11.1482
+▁Fernsehen -10.9914
+▁Fest -10.842
+▁Festlegung -10.3799
+▁Feststellung -10.7139
+▁Fette -12.0629
+▁Fidschi -11.3098
+▁Fift -11.6826
+▁Fiji -11.2285
+▁Film -11.3098
+▁Finanz -9.36955
+▁Finanzielle -11.1997
+▁Finanzierung -9.74157
+▁Finanzmittel -11.3649
+▁Finanzmärkte -11.7075
+▁Finnis -11.4955
+▁Finnland -10.6908
+▁Fir -11.2011
+▁Fisch -10.637
+▁Fischer -10.9867
+▁Fischerei -9.3039
+▁Fischler -10.5233
+▁Fisher -11.2993
+▁Fl -10.2362
+▁Flachs -11.7894
+▁Flagge -12.1089
+▁Fleisch -11.3098
+▁Flexibilität -10.7801
+▁Flug -9.94857
+▁Flughafen -11.9768
+▁Flugzeug -11.4943
+▁Flugzeuge -11.2293
+▁Fläche -11.6028
+▁Flüchtling -11.0925
+▁Flüchtlinge -10.3347
+▁Flüge -12.0408
+▁Folge -10.2037
+▁Folgen -9.8247
+▁Folter -11.8066
+▁Fonds -10.6088
+▁Fontain -11.6612
+▁For -10.4827
+▁Forderung -9.41826
+▁Form -9.11013
+▁Formulierung -10.9203
+▁Forschung -9.4604
+▁Forstwirtschaft -11.6917
+▁Fort -10.3528
+▁Fortschritt -10.4523
+▁Fortschritte -9.72231
+▁Forum -11.4714
+▁Fra -10.5948
+▁Frage -7.82874
+▁Fragen -8.6982
+▁Fragestunde -11.1091
+▁Fraktion -8.20231
+▁Franc -9.69942
+▁Frankreich -9.95168
+▁Französisch -12.0629
+▁Frau -7.61888
+▁Frauen -8.9395
+▁Frauenhandel -11.2194
+▁Free -11.1093
+▁Freedom -10.8646
+▁Frei -10.0487
+▁Freiheit -9.55494
+▁Freitag -10.691
+▁Freizügigkeit -10.6088
+▁Fremdenverkehr -10.9061
+▁French -9.30519
+▁Frequenz -11.7724
+▁Freude -11.1444
+▁Freund -10.6965
+▁Friday -10.5777
+▁Frieden -9.99052
+▁Friedens -10.2911
+▁Friedensprozess -11.6477
+▁Frist -10.538
+▁Front -11.6612
+▁Fund -10.2605
+▁Fundament -11.9968
+▁Fundamental -10.2509
+▁Funds -10.2431
+▁Funktion -10.6792
+▁Funktionieren -11.1537
+▁Funktionsweise -11.9564
+▁Fusion -11.3421
+▁Futtermittel -11.7894
+▁Fußball -11.1625
+▁Fähigkeit -10.8921
+▁Fälle -9.55122
+▁Förder -11.1986
+▁Förderung -9.57917
+▁Führer -11.5476
+▁Führung -10.9203
+▁Fünfte -11.7894
+▁G -8.73489
+▁GMO -10.7197
+▁GUE -11.3312
+▁GVO -11.0025
+▁Ga -9.9894
+▁Galeote -11.2383
+▁Galla -11.6635
+▁Gang -10.893
+▁Ganze -11.1535
+▁Garantie -10.614
+▁Garc -11.8976
+▁Ge -8.73862
+▁Geber -10.9437
+▁Gebiet -8.9349
+▁Gebiete -9.99158
+▁Gebrauch -11.4953
+▁Geburt -11.9364
+▁Gebäude -11.1809
+▁Gebühr -11.1903
+▁Gedanke -11.685
+▁Gedanken -10.6763
+▁Gefahr -9.69899
+▁Gefahren -10.7783
+▁Gefangene -11.8066
+▁Gefängnis -11.1625
+▁Gefühl -11.2092
+▁Gegebenheit -12.0189
+▁Gegen -10.008
+▁Gegenstand -10.8785
+▁Gegenteil -10.2921
+▁Gegner -12.0189
+▁Geisel -12.1327
+▁Geist -10.9389
+▁Geld -9.42546
+▁Gelder -10.8093
+▁Geldwäsche -11.4701
+▁Gelegenheit -9.68566
+▁Geltung -12.0856
+▁Geltungsbereich -11.8066
+▁Gemeinde -11.2188
+▁Gemeinsame -9.45235
+▁Gemeinschaft -8.57434
+▁Gemeinschafts -9.4415
+▁Gen -10.3367
+▁Genehmigung -10.8921
+▁General -9.86072
+▁Generalsekretär -11.3868
+▁Generation -11.0261
+▁Genf -10.9147
+▁Georgia -11.6612
+▁Georgien -11.842
+▁Gerechtigkeit -11.3531
+▁Gericht -10.0776
+▁Gerichtshof -10.323
+▁German -9.61133
+▁Gesamt -9.88332
+▁Geschichte -10.4854
+▁Geschlecht -11.1997
+▁Geschwindigkeit -11.7724
+▁Geschäft -10.7926
+▁Gesellschaft -9.31234
+▁Gesetz -10.8725
+▁Gesetze -10.2732
+▁Gesetzgeber -12.1327
+▁Gesetzgebung -10.1267
+▁Gesichtspunkt -11.4099
+▁Gespräch -11.2899
+▁Gespräche -10.7133
+▁Gestaltung -11.3312
+▁Gesundheit -9.7923
+▁Gesundheits -10.2339
+▁Getreide -11.5081
+▁Gewalt -9.95714
+▁Gewerkschaft -11.4336
+▁Gewicht -11.1091
+▁Gewinn -11.0835
+▁Gewähr -10.5736
+▁Gewässer -11.2092
+▁Gib -11.742
+▁Gipfel -9.7888
+▁Gipfeltreffen -11.1535
+▁Glaubwürdigkeit -11.0668
+▁Gleich -11.0102
+▁Gleichgewicht -10.4855
+▁Gleichstellung -10.9421
+▁Globalisierung -10.5931
+▁Glück -11.8787
+▁Glückwünsche -12.1821
+▁Go -10.4527
+▁Gol -11.3307
+▁Gonz -11.9365
+▁Gott -11.7235
+▁Government -9.32244
+▁Gra -10.3573
+▁Great -11.4217
+▁Gree -9.97698
+▁Greek -10.5489
+▁Green -10.6819
+▁Greens -10.7031
+▁Gremi -11.9163
+▁Gremium -11.4704
+▁Grenz -10.222
+▁Grenzen -10.0668
+▁Grenzwerte -11.6465
+▁Griechenland -10.0639
+▁Gross -11.7895
+▁Group -8.63475
+▁Groß -10.6228
+▁Großbritannien -10.7677
+▁Großteil -11.6031
+▁Grund -8.64882
+▁Grunde -10.3906
+▁Grundlage -9.23647
+▁Grundrechte -9.8076
+▁Grundsatz -9.91976
+▁Grundsätze -10.0252
+▁Gruppe -10.1478
+▁Gruppen -10.4695
+▁Größe -11.2188
+▁Grünbuch -11.6612
+▁Gründe -9.37148
+▁Gründung -11.6612
+▁Grüne -10.5137
+▁Gu -10.6619
+▁Guinea -10.9794
+▁Gut -10.8997
+▁Guterre -11.6764
+▁Güter -10.7616
+▁H -7.78636
+▁HIPC -11.4216
+▁HIV -11.6612
+▁Haarder -10.9132
+▁Habitat -11.4336
+▁Hafen -10.9132
+▁Haft -11.4815
+▁Haftung -11.2294
+▁Haider -10.6354
+▁Haltung -9.89869
+▁Hand -9.97331
+▁Handel -10.3933
+▁Handeln -10.8738
+▁Handels -10.0151
+▁Handlung -10.5185
+▁Hanf -11.6171
+▁Harbour -12.0407
+▁Harmonisierung -10.229
+▁Hau -10.8385
+▁Haupt -9.79579
+▁Haus -9.55177
+▁Hause -9.79134
+▁Haushalt -9.55972
+▁Haushalts -9.25993
+▁Haushaltsjahr -11.3642
+▁Haushaltslinie -11.1355
+▁Haushaltsplan -11.5086
+▁Head -11.1903
+▁Heimat -11.4951
+▁Heimatland -11.5345
+▁Hektar -11.9977
+▁Hel -9.7269
+▁Her -10.1521
+▁Herangehen -11.9564
+▁Herausforderung -9.97648
+▁Herbst -11.5748
+▁Herkunft -10.2882
+▁Herr -6.54724
+▁Hersteller -10.8851
+▁Herstellung -11.1446
+▁Herzen -10.6738
+▁High -10.8646
+▁Hilfe -8.98783
+▁Hilfs -11.187
+▁Hindernisse -11.1632
+▁Hinter -11.7231
+▁Hintergrund -10.7555
+▁Hinweis -10.335
+▁Ho -10.6681
+▁Hoch -10.7503
+▁Hoffnung -10.3883
+▁Hohe -10.0574
+▁Holz -11.0261
+▁Home -11.0504
+▁Hooligan -11.5887
+▁Hous -8.71166
+▁Hulten -11.2889
+▁Human -10.0304
+▁Hunger -11.31
+▁Hussein -12.1089
+▁Hä -10.3244
+▁Häf -11.0041
+▁Hände -11.4469
+▁Höchst -11.0422
+▁Höhe -10.3799
+▁I -5.54049
+▁ICA -11.1628
+▁ICC -11.9564
+▁IGC -10.4225
+▁II -10.2058
+▁INTER -10.4808
+▁Idee -10.4711
+▁Identität -11.0422
+▁Ideologie -12.0629
+▁Ihn -8.4876
+▁Ihr -10.5928
+▁Ihre -8.90806
+▁Ihrer -10.1878
+▁Immunität -11.9768
+▁Import -11.7558
+▁Impuls -11.4216
+▁Independent -11.9768
+▁India -11.2188
+▁Indien -11.8242
+▁Indikator -12.1089
+▁Individu -12.0407
+▁Indonesia -11.7894
+▁Indonesien -12.1571
+▁Industr -11.0916
+▁Industrie -9.63493
+▁Inflation -11.2786
+▁Information -8.89395
+▁Informations -9.82374
+▁Infrastruktur -10.4357
+▁Inhalt -9.92294
+▁Initiative -8.90616
+▁Inkrafttreten -11.2889
+▁Innere -12.063
+▁Innovation -11.0835
+▁Insel -10.5169
+▁Inspektion -11.6763
+▁Inspektor -12.1571
+▁Instanz -11.3421
+▁Institut -11.9971
+▁Institution -9.07341
+▁Instrument -9.91623
+▁Instrumente -10.344
+▁Integr -12.0623
+▁Integration -9.98215
+▁Inter -10.4445
+▁Interesse -9.36832
+▁Interessen -9.55136
+▁Internal -11.037
+▁International -9.8386
+▁Internet -9.41348
+▁Interpretation -12.1089
+▁Intervention -10.6517
+▁Investition -9.8386
+▁Investment -11.6316
+▁Irak -10.5832
+▁Iran -10.5687
+▁Iraq -10.2656
+▁Ire -10.407
+▁Irland -10.6037
+▁Islam -11.7394
+▁Israel -10.0202
+▁Israeli -11.0394
+▁Ital -10.5221
+▁Italian -10.7197
+▁Italien -10.4095
+▁J -9.85096
+▁Ja -9.92016
+▁Jackson -11.4953
+▁Jahr -8.23287
+▁Jahre -8.37232
+▁Jahres -9.41329
+▁Jahresbericht -11.0753
+▁Jahrhundert -10.4226
+▁Jahrzehnt -11.2482
+▁Januar -9.87573
+▁Japan -10.9643
+▁Jerusalem -11.3642
+▁Jew -11.3754
+▁Jo -10.122
+▁Journalisten -11.3204
+▁Ju -10.0247
+▁Jugend -10.757
+▁Jugendliche -10.8362
+▁Jugoslawien -11.0182
+▁Juli -10.762
+▁Jun -10.3208
+▁Junglandwirte -11.0341
+▁Juni -10.4684
+▁Justi -10.1968
+▁Justiz -10.2698
+▁K -8.27309
+▁KMU -10.9063
+▁KOM -11.092
+▁Ka -9.64367
+▁Kakao -11.0835
+▁Kambodscha -12.0856
+▁Kampagne -11.3098
+▁Kampf -9.83375
+▁Kanada -12.1327
+▁Kapazität -11.4578
+▁Kapital -10.4401
+▁Kapitel -11.4099
+▁Kara -10.6749
+▁Karte -11.7753
+▁Kat -10.65
+▁Katastrophe -10.2112
+▁Kategorie -10.8578
+▁Kauppi -12.1571
+▁Kenntnis -9.76823
+▁Kennzeichnung -11.1903
+▁Kern -9.90007
+▁Khmer -11.6763
+▁Kin -9.99144
+▁Kinder -9.18211
+▁Kinderporno -11.5887
+▁Kirkhope -11.9564
+▁Kl -10.5022
+▁Klage -11.4119
+▁Klarstellung -11.9977
+▁Klasse -11.9521
+▁Klein -10.8715
+▁Klima -10.9794
+▁Klonen -10.9276
+▁Kluft -11.6612
+▁Klärung -11.7394
+▁Ko -9.57328
+▁Kohl -11.6766
+▁Kohärenz -10.6354
+▁Kohäsion -11.5598
+▁Kohäsionsfonds -11.6763
+▁Kollege -10.0576
+▁Kollegen -8.28928
+▁Kollegin -8.7975
+▁Kolumbi -12.1821
+▁Komitologie -11.2993
+▁Kommissar -8.60135
+▁Kommissarin -9.53419
+▁Kommission -6.65172
+▁Kommun -11.122
+▁Kommunikation -10.5958
+▁Kompetenz -10.8378
+▁Komponente -11.7894
+▁Kompromiss -10.9947
+▁Kompromiß -10.323
+▁Kon -9.9674
+▁Konferenz -9.87573
+▁Konflikt -9.6448
+▁Konkurrenz -12.1571
+▁Konsens -11.092
+▁Konsequenz -10.6088
+▁Konservative -11.5611
+▁Konsultation -10.8053
+▁Konsum -11.5212
+▁Kontakt -10.7138
+▁Kontext -11.6316
+▁Kontinent -10.8053
+▁Kontroll -10.2918
+▁Kontrolle -9.29956
+▁Konvent -11.547
+▁Konvention -10.9497
+▁Konvergenz -11.3215
+▁Konzentration -11.6463
+▁Konzept -10.4182
+▁Kooperation -10.6463
+▁Koordinierung -9.89611
+▁Kopf -11.4459
+▁Korea -11.1093
+▁Korruption -11.3983
+▁Kosovo -8.8631
+▁Kosten -9.3716
+▁Kraft -10.0396
+▁Krankheit -10.7926
+▁Kredit -11.4826
+▁Kreis -11.2523
+▁Krieg -9.89869
+▁Kriminalität -10.6909
+▁Krise -10.6609
+▁Krisen -10.7623
+▁Kriterien -10.1937
+▁Kriterium -11.9977
+▁Kritik -10.2254
+▁Kräfte -10.588
+▁Kuba -11.6171
+▁Kuckelkorn -12.1821
+▁Kuhne -11.4336
+▁Kultur -9.53674
+▁Kunden -11.6171
+▁Kurd -10.9644
+▁Kurs -10.9796
+▁Kurzstreckensee -11.5611
+▁Kyoto -11.1809
+▁König -11.9564
+▁Königreich -10.1202
+▁Körper -11.8976
+▁Kürze -11.2188
+▁Kürzung -11.2482
+▁Küste -10.8714
+▁L -9.61581
+▁LEADER -10.4269
+▁LI -10.5985
+▁La -9.54221
+▁Labour -11.1534
+▁Lage -8.91591
+▁Lalumi -11.8787
+▁Lam -10.9176
+▁Land -8.61602
+▁Landes -9.99601
+▁Landwirte -10.347
+▁Landwirtschaft -9.60955
+▁Langen -11.5611
+▁Lanka -11.3312
+▁Lannoye -11.0422
+▁Lasten -11.1098
+▁Lateinamerika -11.6763
+▁Latin -11.3643
+▁Laufe -11.0756
+▁Le -9.33578
+▁Leban -11.9564
+▁Leben -9.61598
+▁Lebens -9.87727
+▁Lebensmittel -10.0193
+▁Left -10.9279
+▁Legal -10.5043
+▁Legislativ -11.1534
+▁Legitim -11.7232
+▁Lehre -11.0922
+▁Leid -11.3885
+▁Leinen -11.3869
+▁Leistung -10.5137
+▁Leitlinien -10.2326
+▁Leone -11.0597
+▁Lernen -11.3098
+▁Lesung -10.1431
+▁Leute -10.6465
+▁Li -9.42123
+▁Liberal -9.79576
+▁Liberalisierung -9.80752
+▁Licht -11.2604
+▁Lienemann -11.2582
+▁Linie -10.0428
+▁Linke -11.0344
+▁Lis -9.8444
+▁Lissabon -9.82652
+▁Liste -10.2188
+▁Lizenz -11.9364
+▁Lo -10.1439
+▁Logi -11.7732
+▁Lohn -11.7708
+▁Lom -10.762
+▁London -11.3983
+▁Lu -10.8368
+▁Luca -11.7075
+▁Ludford -10.8851
+▁Luft -10.8459
+▁Luftfahrt -11.6612
+▁Luftraum -11.1006
+▁Luftverkehr -10.1937
+▁Luftverschmutz -12.1035
+▁Luxembourg -11.0503
+▁Luxemburg -11.0668
+▁Länder -7.91764
+▁Lärm -10.8511
+▁Lärmbelästigung -12.1571
+▁Lösung -8.92547
+▁Lücke -11.7894
+▁M -8.08538
+▁MEDIA -10.9421
+▁MEP -10.0854
+▁Ma -9.37292
+▁Maastricht -10.8378
+▁Maat -10.8595
+▁Mac -11.2635
+▁Macedonia -11.3204
+▁Macht -10.3039
+▁Madam -8.84225
+▁Madrid -12.1327
+▁Maghreb -12.0189
+▁Mai -10.1647
+▁Mal -9.95825
+▁Malmström -11.5887
+▁Malta -11.0839
+▁Management -11.0751
+▁Mandat -10.9203
+▁Mangel -11.1625
+▁Mann -10.9587
+▁Mar -9.76828
+▁March -10.506
+▁Market -10.9203
+▁Markt -9.15461
+▁Marokko -11.1534
+▁Mart -10.9816
+▁Massen -11.4954
+▁Material -11.1903
+▁Matt -11.6825
+▁Maurit -12.1327
+▁May -10.3552
+▁Mazedonien -11.2285
+▁Maße -10.1737
+▁Maßnahme -10.467
+▁Maßnahmen -8.16653
+▁Mc -11.0954
+▁McCart -11.5887
+▁Mechanism -10.5983
+▁Medi -10.8112
+▁Medien -10.3357
+▁Medikamente -12.1089
+▁Mediterrane -9.83617
+▁Meer -10.8899
+▁Meeres -10.7824
+▁Mehr -11.0191
+▁Mehrheit -9.59028
+▁Meinung -8.56777
+▁Meldung -12.0629
+▁Member -7.33503
+▁Members -8.89436
+▁Menge -10.8124
+▁Mensch -10.5894
+▁Menschen -8.25156
+▁Menschenhandel -10.7871
+▁Menschenrechte -8.90527
+▁Menschenrechts -10.646
+▁Merkmal -11.7394
+▁Methode -10.5427
+▁Mexic -11.1091
+▁Mexiko -11.3868
+▁Mi -9.8848
+▁Midd -10.8784
+▁Migration -11.4456
+▁Milch -10.8182
+▁Militär -10.6354
+▁Milliarden -10.5931
+▁Million -12.0047
+▁Millionen -9.33215
+▁Milosevic -10.7927
+▁Minderheit -11.317
+▁Minderheiten -10.4109
+▁Mindest -10.4535
+▁Minister -8.93575
+▁Ministerrat -11.0198
+▁Minute -9.98488
+▁Mio -10.2093
+▁Mission -11.3868
+▁Mit -9.92811
+▁Mitarbeiter -10.6088
+▁Mitbürger -11.4826
+▁Mitentscheidung -10.8852
+▁Mitglied -9.97851
+▁Mitglieder -9.44453
+▁Mitgliedsländer -11.1535
+▁Mitgliedstaat -9.65086
+▁Mitgliedstaaten -7.6536
+▁Mitteilung -9.71104
+▁Mittel -8.31858
+▁Mittelmeer -10.4845
+▁Mittelmeerraum -11.0586
+▁Mittwoch -11.9168
+▁Mitverbrennung -12.1172
+▁Mitwirkung -11.0585
+▁Miß -10.5332
+▁Mißbrauch -11.2785
+▁Mo -9.87507
+▁Mobilität -11.1809
+▁Modalität -12.1327
+▁Modell -10.5477
+▁Modernisierung -10.9568
+▁Moldau -12.0407
+▁Moldova -11.9364
+▁Moment -10.7148
+▁Monat -10.3239
+▁Monate -9.87015
+▁Monda -11.4031
+▁Monetar -10.8921
+▁Monopol -11.0668
+▁Montag -11.4701
+▁Montenegro -11.4216
+▁Monti -10.8782
+▁Morgan -11.3098
+▁Morocc -10.8182
+▁Mosambik -11.2092
+▁Mosco -11.7894
+▁Motor -11.9565
+▁Mozambi -11.1266
+▁Mr -6.41372
+▁Mugabe -11.1717
+▁Multi -11.7233
+▁Munition -11.8602
+▁Mut -11.0708
+▁Mutter -11.1357
+▁Mädchen -11.9564
+▁Mängel -11.1903
+▁Männer -10.331
+▁Märkte -10.5089
+▁März -10.5281
+▁Möglichkeit -8.68944
+▁Mühe -11.8066
+▁Müll -11.8976
+▁N -8.26383
+▁NAF -11.0835
+▁NG -11.496
+▁NGO -10.4225
+▁NRO -10.5526
+▁Na -10.4504
+▁Nach -9.6553
+▁Nachbar -10.7743
+▁Nachfrage -11.5481
+▁Nachmittag -11.9168
+▁Nachricht -11.5207
+▁Nachteil -11.3112
+▁Nachweis -12.07
+▁Nahe -11.0162
+▁Nahrungsmittel -10.1903
+▁Namen -8.71836
+▁Nation -9.94692
+▁National -10.2798
+▁Nationen -9.93341
+▁Natur -10.0855
+▁Nazi -11.7559
+▁Nein -11.118
+▁Nepal -12.1571
+▁Netz -10.8116
+▁Netze -10.7802
+▁Neu -9.95458
+▁New -10.2882
+▁Nic -10.5142
+▁Nicht -10.4467
+▁Nichtregierungs -11.1997
+▁Niederlande -10.9494
+▁Niederlassung -11.7394
+▁Niels -10.4052
+▁Nitrat -12.019
+▁Niveau -10.8991
+▁No -8.6539
+▁Nord -9.8535
+▁Nordirland -11.9364
+▁Norm -11.33
+▁Normen -10.5393
+▁North -10.4904
+▁Norwegen -11.9168
+▁Nos -10.1493
+▁Notwendigkeit -9.63881
+▁November -10.1365
+▁Nu -10.5713
+▁Nutzen -10.4901
+▁Nutzer -11.9364
+▁Nutzung -10.2581
+▁Nähe -11.5211
+▁O -8.84233
+▁OS -10.9502
+▁Ob -11.0282
+▁Obergrenze -11.7558
+▁Objective -11.5081
+▁Oc -10.9538
+▁Offenheit -11.3754
+▁Office -9.6448
+▁Oktober -11.0182
+▁Ombudsman -10.987
+▁Opfer -9.66707
+▁Opposition -11.2188
+▁Option -11.6763
+▁Ordnung -10.6462
+▁Organ -11.2548
+▁Organe -10.6992
+▁Organisation -9.42951
+▁Organism -11.4561
+▁Orientierung -11.4456
+▁Ort -9.92514
+▁Osten -10.6748
+▁Osteuropa -11.5343
+▁Ozon -11.5089
+▁P -7.73543
+▁PHARE -11.5887
+▁PPE -10.028
+▁PVC -12.1821
+▁Pa -9.37017
+▁Pac -10.5824
+▁Paket -11.5211
+▁Pakistan -12.0856
+▁Palac -10.229
+▁Palestinian -10.6517
+▁Palästinenser -11.7394
+▁Paper -10.3035
+▁Papier -11.1625
+▁Paraguay -11.092
+▁Paris -10.5888
+▁Paritätische -11.842
+▁Parlament -7.33938
+▁Parlamentarier -11.5211
+▁Parlaments -8.32364
+▁Parliament -7.10401
+▁Partei -9.67984
+▁Parteien -9.9164
+▁Partner -10.2006
+▁Partnerschaft -10.4627
+▁Party -9.54577
+▁Patent -10.327
+▁Patentamt -11.7074
+▁Patten -9.78192
+▁Peking -11.3642
+▁Pension -11.2684
+▁Person -11.2432
+▁Personal -10.3038
+▁Personen -9.68238
+▁Perspektive -10.8991
+▁Persönlichkeit -12.1571
+▁Peru -11.2093
+▁Peter -11.6919
+▁Petersberg -11.7558
+▁Petition -10.7099
+▁Pfeiler -11.5748
+▁Pflicht -10.2218
+▁Phase -10.6627
+▁Phthalate -11.3098
+▁Phänomen -11.6763
+▁Pilot -11.7724
+▁Pirker -11.5476
+▁Plan -10.4294
+▁Planung -11.0704
+▁Plat -11.218
+▁Platz -11.0935
+▁Plenarsaal -12.0407
+▁Plenum -10.1563
+▁Plus -11.7232
+▁Pläne -10.799
+▁Po -10.003
+▁Pol -10.614
+▁Polic -10.0489
+▁Politik -8.67013
+▁Politikbereiche -11.5478
+▁Politiken -10.3743
+▁Politiker -10.8159
+▁Polizei -10.3551
+▁Portugal -10.1496
+▁Portugues -9.66912
+▁Position -9.70887
+▁Positiv -11.9768
+▁Post -10.5181
+▁Postdienste -11.5343
+▁Potential -11.7074
+▁Praktike -11.0835
+▁Preis -9.7336
+▁Premierminister -11.5211
+▁Presidenc -9.13038
+▁President -6.91483
+▁Presse -10.6035
+▁Pri -11.777
+▁Prim -10.814
+▁Prinzip -10.1011
+▁Prinzipien -10.799
+▁Priorität -10.3698
+▁Prioritäten -10.1644
+▁Privat -10.8508
+▁Privatisierung -11.6028
+▁Pro -10.0319
+▁Problem -8.30614
+▁Probleme -8.76174
+▁Prodi -9.53137
+▁Produkt -10.3158
+▁Produkte -10.5075
+▁Produktion -10.1668
+▁Produzenten -11.7232
+▁Professor -11.4578
+▁Profit -11.1005
+▁Programm -9.11576
+▁Programme -9.37296
+▁Programms -10.455
+▁Projekt -9.98861
+▁Projekte -9.87997
+▁Prostitution -11.8242
+▁Protest -11.6028
+▁Protokoll -9.78421
+▁Provan -12.0407
+▁Prozent -11.1266
+▁Prozess -11.1672
+▁Prozesse -10.6654
+▁Prozeß -9.85575
+▁Prämie -12.0856
+▁Präsenz -11.5343
+▁Präsident -7.32349
+▁Präsidenten -10.4475
+▁Präsidentin -8.79895
+▁Präsidentschaft -9.26682
+▁Präsidium -11.2383
+▁Prävention -11.5887
+▁Prüf -11.8226
+▁Prüfung -10.4449
+▁Public -10.5526
+▁Punkt -8.84052
+▁Punkte -9.59772
+▁R -9.11729
+▁Ra -9.86194
+▁Rahmen -8.23009
+▁Rand -11.0766
+▁Randlage -11.2994
+▁Randzi -11.8604
+▁Rasse -11.3008
+▁Rassismus -9.95988
+▁Rat -7.73169
+▁Rate -9.05607
+▁Ratifizierung -11.4701
+▁Ratspräsident -9.80299
+▁Ratsvorsitz -10.6934
+▁Rauchen -11.3315
+▁Raum -9.74182
+▁Re -8.97339
+▁Reaktion -10.4226
+▁Realität -10.4269
+▁Rechenschaft -11.7724
+▁Rechnung -10.4138
+▁Rechnungshof -10.4901
+▁Recht -8.44417
+▁Rechte -9.04389
+▁Rechts -9.14617
+▁Rechtsakt -11.3755
+▁Rechtsgrundlage -10.4182
+▁Rechtsprechung -11.7558
+▁Rechtsrahmen -11.4581
+▁Rechtsstaat -10.9063
+▁Recycling -11.8066
+▁Red -10.8141
+▁Rede -9.853
+▁Redebeitrag -12.0189
+▁Redner -10.2731
+▁Reduzierung -11.0585
+▁Referendum -11.8602
+▁Reform -9.28113
+▁Reformen -10.5734
+▁Regel -9.77005
+▁Regelung -9.22088
+▁Regierung -8.08586
+▁Regierungschef -11.0585
+▁Regime -10.8714
+▁Region -8.63158
+▁Regional -10.5999
+▁Regionalpolitik -10.9797
+▁Register -11.9364
+▁Regulation -10.5281
+▁Regulierung -10.987
+▁Reichtum -11.6763
+▁Reifen -11.7726
+▁Reihe -9.52779
+▁Reise -11.0415
+▁Religion -11.5611
+▁Renten -11.0423
+▁Rentner -10.7927
+▁Report -11.3534
+▁Representative -11.1809
+▁Repräsenta -11.9977
+▁Republic -10.3674
+▁Republik -10.4716
+▁Reserve -11.9168
+▁Resolution -10.6682
+▁Respekt -11.289
+▁Ressourcen -10.3254
+▁Revision -10.5931
+▁Revolution -11.6917
+▁Ri -11.0876
+▁Richter -11.3868
+▁Richtlinie -8.25893
+▁Richtlinien -9.91078
+▁Richtung -9.66912
+▁Right -9.31103
+▁Rinder -11.4099
+▁Rindfleisch -10.8578
+▁Risik -10.6234
+▁Risiko -10.2262
+▁Ro -9.60184
+▁Rohstoff -11.7232
+▁Rolle -9.08364
+▁Rom -10.9475
+▁Roma -10.6378
+▁Romania -11.6764
+▁Roth -11.0292
+▁Ru -10.7785
+▁Rubrik -11.3421
+▁Ruhe -11.5614
+▁Rui -11.4029
+▁Rule -9.94399
+▁Rumänien -11.8787
+▁Runde -11.8792
+▁Rundfunk -11.5081
+▁Russia -10.5193
+▁Russian -10.884
+▁Russland -11.5887
+▁Rußland -11.0835
+▁Rück -9.43597
+▁Rückkehr -11.5748
+▁Rückverfolg -11.5611
+▁Rüstungs -12.1327
+▁S -7.4583
+▁SLIM -11.6612
+▁SME -11.0103
+▁STO -12.1327
+▁SV -11.076
+▁Sa -9.73913
+▁Saal -11.2622
+▁Sach -11.1707
+▁Sache -9.7537
+▁Sachverhalt -12.0632
+▁Sachverständige -12.0699
+▁Saddam -12.0407
+▁Sahara -11.7074
+▁Salvador -11.6028
+▁San -10.2278
+▁Sanktion -10.0792
+▁Sav -11.2994
+▁Sch -8.71444
+▁Schaden -10.63
+▁Schaff -9.87293
+▁Schengen -10.5829
+▁Schicksal -11.3983
+▁Schiene -11.2583
+▁Schienenverkehr -11.9977
+▁Schiff -10.9444
+▁Schiffe -10.6827
+▁Schlacht -11.8421
+▁Schlag -11.9372
+▁Schluss -11.9564
+▁Schluß -10.5281
+▁Schlußfolgerung -10.2077
+▁Schlüssel -11.0422
+▁Schmid -11.6612
+▁Schmitt -11.842
+▁Schnell -11.4582
+▁Schokolade -10.458
+▁Schottland -11.5211
+▁Schreiben -10.9494
+▁Schritt -9.63135
+▁Schritte -10.4574
+▁Schro -11.336
+▁Schul -9.44133
+▁Schuldenerl -11.7075
+▁Schulmilch -12.1327
+▁Schutz -8.76044
+▁Schw -10.0337
+▁Schwangerschaft -12.1327
+▁Schwarzarbeit -11.5211
+▁Schweden -10.1268
+▁Schweige -11.6465
+▁Schweiz -11.1625
+▁Schwerpunkt -11.0261
+▁Schwierigkeit -9.85823
+▁Schäd -10.7375
+▁Schüler -11.8976
+▁Scot -10.8445
+▁Sea -10.6797
+▁Secretar -11.1709
+▁See -10.3949
+▁Sei -11.6105
+▁Seite -9.34452
+▁Sektor -9.46064
+▁Selbst -10.5712
+▁Sensibilität -12.1327
+▁Sep -11.6667
+▁September -10.0368
+▁Serb -10.9568
+▁Serbia -10.5429
+▁Serbien -10.8578
+▁Service -11.9768
+▁Sicherheit -8.80399
+▁Sicherheits -9.74628
+▁Sicherheitsrat -11.367
+▁Sicherung -11.2786
+▁Sicht -9.57091
+▁Sie -7.45272
+▁Signal -10.7434
+▁Simbabwe -10.6851
+▁Sinn -10.5798
+▁Sinne -9.865
+▁Situation -8.74649
+▁Sitzung -9.47574
+▁Sitzungsperiode -11.2889
+▁Skandal -11.9977
+▁So -10.3899
+▁Social -10.4596
+▁Socialist -10.1651
+▁Soforthilfe -12.1821
+▁Solana -10.3757
+▁Soldaten -11.5611
+▁Solidarität -10.2958
+▁Sommer -11.4336
+▁Sonder -10.143
+▁Sorge -9.82435
+▁South -10.0823
+▁Souveränität -11.1625
+▁Sozial -9.76082
+▁Sozialdemokrat -10.7089
+▁Sozialistische -11.6616
+▁Sozialpartner -11.5213
+▁Sozialpolitik -11.2393
+▁Sozialschutz -11.1628
+▁Spa -10.0582
+▁Spanien -10.533
+▁Spanis -10.7192
+▁Spannung -11.2684
+▁Spe -11.1294
+▁Spezifik -12.0629
+▁Spiel -10.1397
+▁Spielzeug -11.8066
+▁Spitze -11.2683
+▁Sport -9.65305
+▁Sportler -11.3872
+▁Spr -11.0146
+▁Sprach -11.6846
+▁Sprache -10.4556
+▁Sprachen -10.7616
+▁Sri -11.2892
+▁Sta -10.3031
+▁Staat -9.78267
+▁Staaten -8.77137
+▁Staats -10.2585
+▁Staatsangehörig -12.1152
+▁Staatsanwalt -11.7558
+▁Staatsbürger -12.0381
+▁Stabilisierung -11.2683
+▁Stabilit -11.2786
+▁Stabilität -10.2435
+▁Stabilitätspakt -11.1809
+▁Stadi -11.3582
+▁Stadt -10.8647
+▁Stahl -11.7724
+▁Stand -10.5604
+▁Standort -11.9169
+▁Standpunkt -9.10674
+▁State -7.22499
+▁Statistik -11.5887
+▁Status -10.6851
+▁Statut -11.3205
+▁Stauner -10.9275
+▁Steigerung -11.7074
+▁Stelle -9.88274
+▁Stellen -10.5537
+▁Stellenwert -11.6318
+▁Stellung -10.4356
+▁Stellungnahme -9.72396
+▁Steuer -9.4997
+▁Steuerzahler -11.2092
+▁Stimm -11.453
+▁Stimme -10.1678
+▁Stoffe -10.5931
+▁Stra -10.0381
+▁Straf -10.3228
+▁Strafrecht -11.4958
+▁Straftat -11.0342
+▁Strafverfolgung -11.7724
+▁Strategie -9.66298
+▁Straßburg -10.331
+▁Straße -11.3013
+▁Straßen -10.7914
+▁Straßenverkehr -11.0026
+▁Streben -11.9364
+▁Strecke -11.9768
+▁Streichung -11.6917
+▁Streit -10.6354
+▁Strom -11.5748
+▁Struktur -10.3088
+▁Strukturen -10.7174
+▁Strukturfonds -10.0518
+▁Studenten -11.4099
+▁Studie -10.5089
+▁Stufe -11.7894
+▁Stunde -10.6035
+▁Städte -11.3098
+▁Stärk -10.2218
+▁Stück -11.9564
+▁Su -10.459
+▁Subsidiarität -10.4052
+▁Substanz -11.6612
+▁Subvention -11.0261
+▁Suche -11.6073
+▁Summe -11.2286
+▁Summit -9.96538
+▁Super -11.7724
+▁Sw -10.5276
+▁Swed -9.45236
+▁Syria -11.5476
+▁Syrien -11.842
+▁System -8.84945
+▁Säule -11.6612
+▁Söderman -11.9768
+▁Süd -10.4582
+▁Südafrika -10.8444
+▁Südosteuropa -12.1571
+▁T -8.19053
+▁TAC -11.5476
+▁TSE -11.1909
+▁TV -11.5349
+▁Ta -10.1813
+▁Tabak -10.4008
+▁Tag -9.33526
+▁Tagesordnung -9.20104
+▁Tagung -10.5409
+▁Taiwan -11.4953
+▁Tank -11.6922
+▁Tat -9.66601
+▁Tatsache -9.57709
+▁Tausende -11.1444
+▁Technik -11.3754
+▁Technologie -11.1439
+▁Technologien -10.7497
+▁Teil -8.71196
+▁Teilnahme -11.2294
+▁Teilnehmer -11.9977
+▁Telefon -11.9364
+▁Temel -11.8066
+▁Tempo -11.5476
+▁Tendenz -11.3421
+▁Termin -10.9568
+▁Territorium -11.5081
+▁Terrorismus -10.8182
+▁Test -11.104
+▁Text -9.68128
+▁Texte -10.9429
+▁The -9.88366
+▁Theato -11.3099
+▁Thema -8.69961
+▁Themen -9.78425
+▁Thir -11.9168
+▁Thor -11.3877
+▁Thursday -11.0182
+▁Tibet -10.2806
+▁Tier -9.87655
+▁Time -11.2093
+▁Timor -11.7074
+▁Tisch -11.355
+▁Titel -11.6316
+▁To -9.54123
+▁Tob -11.1106
+▁Todesstrafe -11.1091
+▁Toleranz -11.9564
+▁Tonnen -11.6316
+▁Tourism -11.4453
+▁Tourismus -11.2996
+▁Trade -10.8312
+▁Tradition -11.2092
+▁Trag -11.3205
+▁Tragödie -11.4578
+▁Trans -11.0341
+▁Transfer -11.7894
+▁Transparenz -9.77962
+▁Transport -10.0917
+▁Treat -8.69022
+▁Treffen -10.9203
+▁Trennung -11.6028
+▁Tri -11.2573
+▁Truppe -11.5887
+▁Tschetschenien -10.9348
+▁Tuesday -12.0189
+▁Tunesien -11.092
+▁Tunisia -10.7739
+▁Tur -11.1237
+▁Turk -10.1905
+▁Turkey -9.51719
+▁Tätigkeit -9.70674
+▁Tür -11.353
+▁Türke -9.50493
+▁UEN -11.8602
+▁UK -10.4535
+▁UN -9.12572
+▁UNMI -11.7894
+▁UR -10.8714
+▁US -10.3034
+▁USA -9.74589
+▁Uganda -12.0629
+▁Uhr -9.4928
+▁Ukrain -12.1327
+▁Um -9.73952
+▁Umfang -10.4357
+▁Umfeld -11.4457
+▁Umgang -11.3757
+▁Umsetzung -9.15464
+▁Umstände -10.4402
+▁Umwelt -8.38596
+▁Umweltfrage -10.8331
+▁Umweltschutz -10.6578
+▁Un -9.3137
+▁Unabhängigkeit -11.0341
+▁Unfall -11.6378
+▁Unfälle -11.3424
+▁Ungleichheit -11.6171
+▁Unglück -11.8066
+▁Union -6.43276
+▁Unionsbürger -11.3674
+▁Unit -8.91428
+▁Universaldienst -11.882
+▁Universität -11.8602
+▁Unsicherheit -11.2289
+▁Unter -10.0383
+▁Unterdrückung -12.0189
+▁Unterlagen -11.7558
+▁Unternehmen -8.71757
+▁Unternehmer -11.3204
+▁Unterricht -11.9977
+▁Unterschied -10.8826
+▁Unterschiede -10.6055
+▁Unterstützung -8.72631
+▁Untersuchung -9.93549
+▁Unterzeichnung -11.7558
+▁Uran -11.2583
+▁Ursache -10.6462
+▁Ursprung -11.5887
+▁Urteil -11.0261
+▁V -9.28407
+▁Va -10.4943
+▁Valdivie -11.8066
+▁Vallelersundi -11.4578
+▁Van -10.7969
+▁Ve -10.4257
+▁Venezuela -11.5887
+▁Ver -8.15135
+▁Verantwortlich -10.6851
+▁Verantwortung -9.12326
+▁Verarbeitung -11.5748
+▁Verbesserung -9.39304
+▁Verbindung -10.1598
+▁Verbot -10.3231
+▁Verbrauch -11.3271
+▁Verbraucher -8.84259
+▁Verbrechen -10.3232
+▁Verbreitung -11.1626
+▁Verbrennung -11.2976
+▁Verbände -11.9564
+▁Vereinbarung -9.78882
+▁Vereinfachung -11.2785
+▁Vereinigte -9.41348
+▁Vereinigung -12.0407
+▁Vereinte -10.3715
+▁Verfahren -9.06105
+▁Verfahrensweise -11.937
+▁Verfasser -11.4099
+▁Verfassung -10.7084
+▁Verfolgung -11.4216
+▁Verfügung -9.67735
+▁Vergangenheit -10.1397
+▁Vergleich -10.4724
+▁Verh -10.6332
+▁Verhalten -10.5845
+▁Verhaltenskodex -12.0856
+▁Verhandlung -9.24573
+▁Verhinderung -11.9168
+▁Verhältnis -10.1972
+▁Verhütung -11.6028
+▁Verkauf -11.4957
+▁Verkehr -10.0574
+▁Verkehrs -9.67283
+▁Verlagerung -12.0629
+▁Verlauf -10.825
+▁Verletzung -10.5477
+▁Verlust -11.1266
+▁Verlängerung -11.2993
+▁Vermarktung -12.1327
+▁Vermittlung -10.1972
+▁Verordnung -8.98584
+▁Verpflichtung -9.43273
+▁Verringerung -10.9494
+▁Versammlung -11.0668
+▁Verschiebung -11.9364
+▁Verschmutzung -11.3312
+▁Versicherungs -11.3317
+▁Versorgung -11.2383
+▁Versprech -11.57
+▁Verspätung -11.4099
+▁Versteigerung -11.8066
+▁Verständnis -10.6908
+▁Verstärk -11.4216
+▁Verstöße -11.7894
+▁Versuch -10.6464
+▁Vertagung -12.0189
+▁Verteidigung -9.76145
+▁Verteilung -11.2393
+▁Vertiefung -12.0407
+▁Vertrag -9.24641
+▁Vertrags -9.75344
+▁Vertrauen -9.80045
+▁Vertreter -9.53494
+▁Vertretung -11.2785
+▁Vertrieb -11.4099
+▁Verträge -9.92502
+▁Verurteilung -11.5081
+▁Verwaltung -9.66618
+▁Verwaltungs -10.3091
+▁Verweis -11.99
+▁Verwendung -10.1234
+▁Verwirk -11.3127
+▁Verwirrung -12.1821
+▁Verzögerung -10.7022
+▁Veränderung -10.2326
+▁Vi -9.98268
+▁Vice -11.0524
+▁Viel -11.17
+▁Vielfa -10.6104
+▁Viertel -12.1327
+▁Vision -11.6918
+▁Visum -11.6764
+▁Vitori -10.8646
+▁Vizepräsident -11.1266
+▁Vog -11.4709
+▁Volk -9.48872
+▁Volkspartei -11.0025
+▁Voll -10.5427
+▁Vor -8.73828
+▁Vorausschau -10.9421
+▁Voraussetzung -9.89869
+▁Vorbehalt -11.12
+▁Vorbereitung -10.3152
+▁Vorgehen -10.4188
+▁Vorgehensweise -11.2483
+▁Vorgänge -11.5081
+▁Vorhaben -10.4536
+▁Vorlage -11.0189
+▁Vormittag -11.8602
+▁Vorrang -11.067
+▁Vorredner -10.708
+▁Vorschlag -8.24484
+▁Vorschläge -8.9033
+▁Vorschriften -9.68358
+▁Vorsitz -10.6935
+▁Vorsitzende -10.3778
+▁Vorsorgeprinzip -10.9061
+▁Vorstellung -10.7932
+▁Vorteil -11.018
+▁Vorteile -10.8805
+▁Vorwand -11.4826
+▁Votum -12.1089
+▁Völker -9.97369
+▁W -8.47541
+▁WTO -9.81222
+▁WW -11.4832
+▁Wa -10.1524
+▁Wachstum -9.96814
+▁Waffen -10.5626
+▁Wahl -9.78859
+▁Wahlen -10.3845
+▁Wahr -10.8461
+▁Wahrheit -11.0752
+▁Wald -11.0923
+▁Wale -11.1938
+▁Wallström -11.1809
+▁Wandel -11.0585
+▁War -10.7737
+▁Waren -10.8272
+▁Warnhinweis -12.0189
+▁Wasser -9.49452
+▁Watson -11.9364
+▁Wechsel -11.4701
+▁Wednesday -11.8976
+▁Weg -9.1692
+▁Wege -10.5147
+▁Wei -10.4976
+▁Weise -8.92778
+▁Weiter -10.5629
+▁Weißbuch -10.5828
+▁Welt -8.7746
+▁Weltbank -11.5611
+▁Welthandels -11.3531
+▁Werb -11.7249
+▁Werk -11.1267
+▁Wert -10.0581
+▁Werte -9.99325
+▁Wesen -11.2001
+▁West -10.6264
+▁Western -10.9498
+▁Wett -11.8856
+▁Wettbewerb -9.27064
+▁Wettbewerbs -9.93879
+▁White -10.4901
+▁Wichtigkeit -11.6316
+▁Widerspruch -10.708
+▁Widersprüche -11.9168
+▁Widerstand -11.6463
+▁Wie -11.16
+▁Wieder -11.0505
+▁Wiederauf -11.2786
+▁Wiederaufbau -10.588
+▁Wiederbelebung -12.0629
+▁Wille -11.4896
+▁Willen -10.357
+▁Wir -11.1004
+▁Wirksamkeit -11.2993
+▁Wirkung -10.6851
+▁Wirtschaft -8.98722
+▁Wirtschafts -9.49209
+▁Wissen -10.3797
+▁Wissenschaft -10.9719
+▁Wissenschaftler -11.2483
+▁Woche -10.0484
+▁Wochen -10.3846
+▁Wohl -11.3529
+▁Wohlstand -11.1267
+▁Wohn -11.3868
+▁Wohnsitz -12.0856
+▁World -10.0548
+▁Wort -9.32185
+▁Worte -10.0263
+▁Wortlaut -11.8242
+▁Wortmeldung -11.4336
+▁Wunsch -10.4808
+▁Wähler -11.2582
+▁Währung -10.1785
+▁Währungs -10.4967
+▁Wälder -11.0025
+▁Wünsche -11.7232
+▁Würde -11.3868
+▁Z -9.29304
+▁Zahl -9.75529
+▁Zahlen -10.7574
+▁Zahlung -10.4968
+▁Zeichen -10.9061
+▁Zeit -8.30679
+▁Zeitplan -10.8584
+▁Zeitpunkt -9.74611
+▁Zeitraum -10.2438
+▁Zentralbank -10.6408
+▁Zerstörung -11.9564
+▁Zeuge -12.0342
+▁Ziel -8.6341
+▁Ziele -9.40997
+▁Zielsetzung -10.5732
+▁Ziffer -10.8991
+▁Zigaretten -11.092
+▁Zimbabwe -10.6246
+▁Zins -11.2789
+▁Zivil -10.351
+▁Zoll -11.0261
+▁Zone -11.4488
+▁Zu -9.17626
+▁Zucker -11.9768
+▁Zugang -9.61531
+▁Zukunft -9.01414
+▁Zulassung -11.6173
+▁Zusage -11.5392
+▁Zusammen -10.1866
+▁Zusammenarbeit -8.60814
+▁Zusammenhalt -10.8312
+▁Zusammenhang -8.77209
+▁Zusatz -11.0924
+▁Zusatzstoffe -11.0503
+▁Zustand -10.8651
+▁Zustimmung -10.0192
+▁Zuständigkeit -10.0885
+▁Zusätzlichkeit -11.0585
+▁Zuwanderung -11.8602
+▁Zwang -11.6917
+▁Zweck -10.1299
+▁Zwei -11.1516
+▁Zweifel -10.2996
+▁Zwischen -11.0668
+▁Zypern -10.7494
+▁a -5.09016
+▁ab -8.22904
+▁abandon -11.2786
+▁abend -10.8798
+▁aber -7.23576
+▁abge -9.77503
+▁abgegeben -11.2695
+▁abgelehnt -10.8053
+▁abgereicherte -11.4578
+▁abgeschlossen -10.4995
+▁abgestimmt -10.658
+▁abhäng -11.7226
+▁abhängig -11.0961
+▁able -8.62391
+▁ablehnen -11.2586
+▁abolish -11.0341
+▁abolition -11.842
+▁above -9.73045
+▁abschließend -9.45898
+▁absehbar -12.0407
+▁absence -11.2483
+▁absolut -10.4432
+▁absolute -9.48304
+▁abstain -10.9494
+▁abstimm -10.6517
+▁absurd -10.7801
+▁abuse -10.3514
+▁abzielen -11.5749
+▁abzielt -11.8602
+▁abzu -9.97593
+▁accelerat -11.8976
+▁accept -8.73433
+▁acceptabl -10.5983
+▁access -9.29895
+▁accession -10.0291
+▁accident -10.1138
+▁accommodat -11.6763
+▁accompanie -11.4336
+▁accompli -12.1327
+▁accord -9.838
+▁according -9.37797
+▁account -8.79407
+▁accuse -11.4826
+▁achiev -10.2759
+▁achieve -8.80246
+▁achievement -11.2332
+▁acht -10.6998
+▁achten -10.702
+▁acknowledge -10.5054
+▁acquire -11.2383
+▁acquis -10.9132
+▁across -10.1138
+▁act -9.14196
+▁action -8.24266
+▁active -9.92044
+▁activit -9.16594
+▁actual -9.10443
+▁adapt -10.3592
+▁add -9.38801
+▁addition -9.67381
+▁additional -9.79746
+▁additive -10.7864
+▁address -9.33411
+▁adequate -10.229
+▁adhere -11.5483
+▁adjourn -11.7724
+▁adjust -11.8783
+▁adjustment -11.5479
+▁administration -10.0578
+▁administrative -9.94355
+▁admit -11.127
+▁admitted -11.4217
+▁adopt -8.23257
+▁adult -11.8242
+▁advance -10.614
+▁advantage -10.229
+▁adverse -11.4826
+▁advertis -11.7894
+▁advi -10.7183
+▁advise -11.2817
+▁advocate -10.8578
+▁affair -10.3389
+▁affect -9.29385
+▁affirm -11.9364
+▁afford -10.8646
+▁afr -11.1551
+▁afrikanische -10.8054
+▁after -8.80268
+▁afternoon -10.9275
+▁again -7.73233
+▁age -10.3068
+▁agenc -11.2034
+▁agenda -9.37606
+▁ago -9.51633
+▁agree -8.5345
+▁agreement -8.27675
+▁agricultur -10.2572
+▁agricultural -9.64331
+▁aid -8.53398
+▁aim -9.14884
+▁air -9.27596
+▁airline -11.3207
+▁airport -10.714
+▁aktiv -9.86571
+▁aktuell -12.033
+▁aktuelle -10.9157
+▁akzeptab -11.1182
+▁akzeptieren -10.0134
+▁akzeptiert -10.5089
+▁al -7.50338
+▁alarm -11.0836
+▁alcohol -10.3152
+▁all -6.74557
+▁alle -7.73114
+▁allein -9.8193
+▁allem -8.33249
+▁allen -8.72395
+▁aller -8.39689
+▁alles -9.39926
+▁allgemein -10.0508
+▁allgemeine -9.74464
+▁allmählich -11.4099
+▁allocate -10.6193
+▁allocation -11.2993
+▁allow -8.88707
+▁allowed -10.2364
+▁allzu -10.8757
+▁along -10.0699
+▁als -6.82381
+▁alternative -10.0163
+▁am -7.23033
+▁ambition -10.9061
+▁ambitious -10.5137
+▁amend -10.0304
+▁amendment -8.12851
+▁amerikanische -10.5281
+▁among -9.52602
+▁amount -9.61621
+▁amtierende -10.6246
+▁an -5.94102
+▁analyse -11.1625
+▁analysi -9.93831
+▁anbiete -11.9168
+▁and -4.73981
+▁andere -8.31887
+▁anderen -8.07404
+▁anderer -10.0552
+▁anders -10.3076
+▁anerkannt -10.4313
+▁anerkennen -11.3642
+▁ange -9.3885
+▁angeblich -11.1903
+▁angebracht -10.6941
+▁angeh -10.443
+▁angehören -11.1999
+▁angekündigt -10.9203
+▁angemeldet -11.8066
+▁angemessen -10.607
+▁angemessene -10.5314
+▁angenommen -9.44584
+▁angepaßt -11.842
+▁angesprochen -9.87072
+▁angewandt -11.0025
+▁angewendet -11.1444
+▁anhaltende -11.8077
+▁animal -9.9302
+▁annehmbar -11.7074
+▁annehme -10.9167
+▁announce -10.7022
+▁annual -10.1008
+▁anschließen -10.3394
+▁ansprechen -11.1858
+▁anspruchsvolle -11.8787
+▁anstrebe -11.5701
+▁answer -9.37615
+▁ansässig -11.9977
+▁anti -10.0255
+▁antibiotic -12.0629
+▁anticipat -11.3983
+▁anwende -11.195
+▁anwesend -10.2997
+▁any -7.65764
+▁anzu -9.75523
+▁anzunehmen -11.071
+▁apart -10.5545
+▁appalling -11.8602
+▁apparent -10.63
+▁appeal -10.4535
+▁appear -9.76823
+▁appelliere -10.9568
+▁applau -10.4995
+▁applicab -11.1903
+▁applicant -10.7138
+▁application -9.63881
+▁applie -9.38374
+▁apply -9.4056
+▁appoint -11.5077
+▁appointment -11.4339
+▁appreciate -10.8118
+▁appreciati -11.6463
+▁approach -8.97956
+▁appropriate -9.40557
+▁appropriation -10.292
+▁approval -10.4901
+▁approve -9.46733
+▁approximate -11.353
+▁arbeiten -9.82215
+▁arbeitet -11.6029
+▁are -5.98246
+▁area -7.84658
+▁argue -11.0025
+▁argument -10.2112
+▁arise -10.7869
+▁arm -9.81802
+▁arrange -12.1567
+▁arrangement -10.533
+▁arrest -11.1903
+▁arrive -10.9718
+▁article -10.7864
+▁as -6.10787
+▁ask -8.35702
+▁aspect -9.24538
+▁aspiration -11.8787
+▁assembl -11.6028
+▁assent -11.6181
+▁assess -10.5042
+▁assessment -9.87092
+▁assist -10.6311
+▁assistan -9.85948
+▁associate -10.7197
+▁association -10.4401
+▁assume -10.7376
+▁assurance -11.4099
+▁assure -10.4628
+▁asyl -9.8124
+▁at -6.6572
+▁atmospher -11.4953
+▁attach -10.6193
+▁attack -10.4225
+▁attain -11.8067
+▁attempt -9.82412
+▁attend -10.5986
+▁attitude -10.3113
+▁auction -11.5476
+▁audiovisu -11.2091
+▁audiovisuelle -11.1904
+▁audit -11.6764
+▁auf -5.90792
+▁aufforder -11.142
+▁aufge -10.2841
+▁aufgebaut -11.9168
+▁aufgenommen -9.89822
+▁aufgezeigt -11.9768
+▁aufmerksam -10.2618
+▁aufnehmen -11.1514
+▁aufrichtig -11.6028
+▁auftreten -11.0061
+▁aufzu -10.0452
+▁aufzunehmen -10.6114
+▁aus -6.97983
+▁ausdrücklich -10.3674
+▁auseinandersetz -11.9769
+▁ausführlich -10.63
+▁ausge -9.52912
+▁ausgedehnt -12.0189
+▁ausgehen -10.966
+▁ausgehend -10.8161
+▁ausgerichtet -10.9568
+▁ausgeschlossen -11.1535
+▁ausgesprochen -10.7139
+▁ausgestattet -11.5748
+▁ausgewogen -11.6856
+▁ausgewogene -10.693
+▁ausgezeichnete -10.034
+▁ausgeübt -11.842
+▁ausländische -11.6316
+▁ausreichend -9.9572
+▁ausschlaggebend -12.0407
+▁ausschließ -12.1589
+▁ausschließlich -10.4281
+▁ausspreche -10.6055
+▁auswirken -11.1471
+▁auswärtige -11.5748
+▁auszu -9.89547
+▁auszuüben -11.8787
+▁ausüben -11.4954
+▁author -10.7661
+▁authorise -11.1807
+▁authorit -8.8416
+▁automatic -11.1997
+▁automatisch -11.1997
+▁autonom -10.9947
+▁außenpolitische -11.5476
+▁außer -8.79408
+▁außergewöhnlich -12.0885
+▁außerordentlich -10.2806
+▁availab -9.25786
+▁average -10.9203
+▁avoid -9.90646
+▁await -11.1534
+▁aware -9.06106
+▁b -9.23841
+▁back -9.04443
+▁background -10.9568
+▁backward -12.0629
+▁bad -10.3859
+▁balance -9.38683
+▁bald -10.3999
+▁ban -9.72732
+▁banana -10.9422
+▁bank -10.4379
+▁barrier -11.2285
+▁base -8.88901
+▁basic -9.48424
+▁basieren -11.9981
+▁basiert -11.7232
+▁basis -8.84674
+▁baskische -12.0189
+▁battle -11.4217
+▁be -5.38541
+▁beabsichtige -11.9364
+▁beabsichtigt -10.7197
+▁beachten -11.8602
+▁beantrage -11.3888
+▁beantragt -11.1717
+▁beantworten -11.1586
+▁beantwortet -11.0695
+▁bear -9.88453
+▁become -9.0859
+▁bedanke -11.1178
+▁bedarf -10.4468
+▁bedau -11.6094
+▁bedauer -10.4872
+▁bedauerlich -10.6431
+▁bedeuten -10.8015
+▁bedeutende -10.7512
+▁bedeutet -9.60362
+▁bedeutsam -10.9348
+▁bedroht -11.1903
+▁bedürfe -11.9364
+▁beef -10.589
+▁beeinflussen -11.8602
+▁beeinträchtig -10.9421
+▁been -7.11408
+▁beendet -11.4585
+▁befasse -10.9057
+▁befasst -11.842
+▁befaßt -10.987
+▁befinde -11.0318
+▁befinden -10.409
+▁befindliche -12.0407
+▁before -8.59474
+▁befürchte -10.9794
+▁befürworte -10.0669
+▁began -11.2688
+▁begangen -11.3535
+▁begegne -11.9168
+▁begin -9.85974
+▁beginnen -10.3436
+▁beginning -10.222
+▁begleitet -12.0407
+▁beglückwünsche -9.91692
+▁begonnen -11.1997
+▁begrenzt -10.5777
+▁begründet -11.0668
+▁begrüße -9.88795
+▁begrüßen -9.7823
+▁begrüßenswert -11.6766
+▁begrüßt -10.7256
+▁behandeln -10.3968
+▁behandelt -9.87077
+▁behaupte -10.5264
+▁behav -11.5962
+▁behavi -10.9983
+▁behind -9.74005
+▁bei -7.00515
+▁beide -9.11071
+▁beigetragen -11.0278
+▁beim -9.30398
+▁being -7.91885
+▁beinhalten -11.7238
+▁beinhaltet -11.0422
+▁beispielsw -9.23901
+▁beitragen -10.0376
+▁beizu -10.8195
+▁bekannt -9.27431
+▁bekräftigen -11.5476
+▁bekräftigt -11.1903
+▁bekunde -11.4578
+▁bekämpfen -10.8247
+▁belgische -11.5343
+▁believe -8.19806
+▁belong -10.6556
+▁bemerkenswert -11.9564
+▁bemühe -11.092
+▁bemüht -10.9203
+▁benachteiligt -11.1444
+▁benchmark -11.7394
+▁beneficia -11.1178
+▁benefit -9.32534
+▁benutze -11.707
+▁benutzt -11.5889
+▁benötige -10.8182
+▁benötigt -10.8851
+▁beobachten -11.4456
+▁beraten -11.0521
+▁berechtigt -10.9363
+▁bereit -9.4477
+▁bereitet -11.3537
+▁bereitgestellt -10.7497
+▁bereits -8.05698
+▁bereitstell -11.8847
+▁berichtet -11.7558
+▁berufliche -11.4456
+▁beruhen -11.2786
+▁beruhig -12.1821
+▁beruht -11.1266
+▁berücksichtigen -9.87573
+▁berücksichtigt -9.71101
+▁berühmte -12.1327
+▁besagt -11.7074
+▁beschleunigen -11.6917
+▁beschleunigt -11.6917
+▁beschließen -11.16
+▁beschlossen -9.88487
+▁beschrieben -11.7724
+▁beschränken -10.8793
+▁beschränkt -10.8182
+▁beschäftigen -10.6682
+▁beschäftigt -10.6908
+▁beseitig -11.0437
+▁besitz -10.609
+▁besonder -8.78619
+▁besorgt -10.9665
+▁besser -9.28317
+▁bessere -9.91621
+▁best -9.06717
+▁besteh -8.73722
+▁bestehen -9.7625
+▁bestehende -9.83671
+▁besten -10.1787
+▁bestimmt -10.3725
+▁bestimmte -9.01929
+▁bestätigen -11.0751
+▁bestätigt -10.8646
+▁beteilig -11.0208
+▁beteiligt -10.1258
+▁betonen -10.1972
+▁betont -10.5626
+▁betrachte -10.3644
+▁betrachtet -10.4085
+▁betreffen -10.5534
+▁betreffend -9.93226
+▁betri -8.69598
+▁betrieben -11.4014
+▁betroffen -9.81459
+▁beträchtlich -11.8567
+▁beträchtliche -10.9435
+▁better -9.06002
+▁between -7.88027
+▁beunruhig -10.8782
+▁beurteil -11.3644
+▁bevor -10.1511
+▁bevorstehende -11.092
+▁bewaffnete -11.7394
+▁bewegen -10.9343
+▁bewerte -11.0087
+▁bewiesen -11.3868
+▁bewusst -11.2683
+▁bewußt -10.0578
+▁bewährt -11.9364
+▁bewältigen -11.2785
+▁bezahle -11.3987
+▁bezeichnet -10.9132
+▁bezieh -10.3011
+▁bezug -9.23028
+▁biete -10.4394
+▁bieten -10.7031
+▁big -10.6764
+▁bigge -11.4095
+▁bilateral -9.94625
+▁bilden -10.649
+▁bildet -11.2483
+▁billig -10.5778
+▁billion -10.2618
+▁bin -8.40809
+▁bind -10.606
+▁bio -10.9818
+▁biologische -11.7894
+▁biometri -12.0189
+▁biotechnolog -11.3985
+▁bird -11.842
+▁birth -11.7558
+▁bis -8.43082
+▁bisher -9.67358
+▁bisherige -11.1447
+▁bit -11.3308
+▁bitte -9.08111
+▁black -11.0668
+▁blame -11.4953
+▁bleib -9.93002
+▁bleiben -9.82925
+▁blind -11.4336
+▁block -10.6355
+▁blood -11.6028
+▁bodie -10.13
+▁body -10.3142
+▁bomb -11.0341
+▁book -11.6316
+▁boost -11.3642
+▁border -9.46398
+▁born -10.7864
+▁both -8.38149
+▁bottom -11.9564
+▁bound -10.63
+▁br -9.05752
+▁brachte -11.7394
+▁braucht -10.5234
+▁breach -11.3882
+▁break -10.63
+▁brief -10.0854
+▁bring -8.91266
+▁bringen -9.22328
+▁britische -9.97649
+▁broad -9.84987
+▁broadcast -11.1444
+▁broke -11.4222
+▁brutal -11.7558
+▁budget -8.48284
+▁buil -11.0918
+▁build -10.7197
+▁building -10.1497
+▁burden -10.384
+▁bureaucrac -11.5887
+▁business -9.24167
+▁but -6.82027
+▁buy -11.0422
+▁by -6.3827
+▁c -7.75379
+▁ca -9.90149
+▁cabin -12.019
+▁call -8.43434
+▁came -10.5925
+▁campaign -10.1496
+▁can -6.85749
+▁cancell -11.3642
+▁candidate -9.8632
+▁capab -10.6534
+▁capacit -10.1731
+▁capital -10.0164
+▁car -9.52831
+▁care -10.1469
+▁careful -10.0793
+▁carrie -9.53864
+▁carry -9.71969
+▁cars -10.6754
+▁case -8.11072
+▁catastroph -11.7894
+▁catch -11.4702
+▁categor -10.3113
+▁caus -11.02
+▁cause -9.65293
+▁cease -11.3983
+▁ceiling -11.0341
+▁central -10.0428
+▁centre -10.2362
+▁centur -10.4445
+▁cereal -11.7232
+▁certain -8.15202
+▁certificat -11.7394
+▁chain -11.3424
+▁chair -11.1443
+▁chairman -10.9495
+▁challenge -9.67323
+▁chance -10.3928
+▁chang -10.9938
+▁change -8.62542
+▁channel -11.1091
+▁chao -11.9977
+▁chapter -11.5611
+▁character -11.7999
+▁characterise -11.6083
+▁characteristic -11.5748
+▁charg -11.9596
+▁charge -10.494
+▁charter -10.8853
+▁cheap -11.2889
+▁check -10.2544
+▁chemical -11.3983
+▁chemische -11.8787
+▁chief -11.9564
+▁child -8.94318
+▁chinesische -11.4456
+▁chocolate -10.3799
+▁choice -10.3715
+▁choose -11.1809
+▁chose -11.1493
+▁cigarette -11.0025
+▁circle -11.8976
+▁circulat -11.6028
+▁circumstance -10.1011
+▁cit -10.7151
+▁citizen -10.699
+▁citizens -8.47197
+▁civil -9.65891
+▁civilian -10.9947
+▁claim -10.2656
+▁clari -11.3312
+▁clarification -11.1355
+▁clarifie -11.6764
+▁clarify -10.6462
+▁class -10.4445
+▁clause -11.0103
+▁clean -10.63
+▁clear -7.84412
+▁climate -10.8378
+▁clon -10.7991
+▁close -8.75007
+▁club -11.7724
+▁co -9.24162
+▁coast -10.799
+▁coco -11.1185
+▁code -10.923
+▁codecision -10.9132
+▁coexist -11.9364
+▁cofinanc -12.0189
+▁coherence -10.6354
+▁coherent -10.9421
+▁cohesi -10.331
+▁coinci -11.5211
+▁collaborat -11.6652
+▁collaborati -11.9714
+▁colleague -9.44577
+▁collect -10.9345
+▁collective -10.9571
+▁colonial -11.7394
+▁com -9.59903
+▁combat -9.66095
+▁combination -11.9168
+▁combine -11.0261
+▁come -8.46284
+▁commend -11.8289
+▁commendabl -12.1262
+▁comment -9.26771
+▁commerc -10.6461
+▁commercial -10.339
+▁commit -11.157
+▁commitment -9.26611
+▁committe -10.1332
+▁committee -8.81973
+▁common -8.45261
+▁communauta -11.8787
+▁communicate -11.9768
+▁communication -9.40242
+▁communit -9.47818
+▁companies -9.27292
+▁compar -10.2657
+▁comparison -11.3642
+▁compatib -11.1625
+▁compensat -10.5137
+▁compete -11.3752
+▁competence -10.5233
+▁competent -11.1179
+▁competition -9.05768
+▁competitive -9.87573
+▁competitor -12.1089
+▁complain -11.5666
+▁complaint -10.9688
+▁complement -11.7414
+▁complementar -11.4814
+▁complet -11.7985
+▁complete -9.21594
+▁complex -10.343
+▁compliance -10.8378
+▁complicate -11.2285
+▁complie -11.4826
+▁compliment -11.9364
+▁comply -10.5185
+▁component -11.1266
+▁comprehensive -10.5378
+▁compris -11.8787
+▁compromise -9.78651
+▁compulsor -10.8578
+▁computer -11.6316
+▁con -8.89435
+▁conceal -11.9168
+▁concentrat -11.1493
+▁concentrate -10.7341
+▁concept -10.1731
+▁concern -7.72732
+▁concession -11.842
+▁conclud -12.1229
+▁conclude -9.78515
+▁conclusion -9.37916
+▁concrete -10.6246
+▁condemn -10.0885
+▁condition -8.94219
+▁conduct -10.2398
+▁conference -10.3035
+▁confiden -9.77049
+▁confidential -11.6028
+▁confine -11.2683
+▁confirm -10.1202
+▁conflict -9.47913
+▁confront -11.422
+▁confus -10.5828
+▁congest -12.0408
+▁congratulat -11.4106
+▁congratulate -9.54014
+▁congratulation -11.3988
+▁conjunct -11.7394
+▁connect -11.6457
+▁connection -9.94635
+▁conscience -11.9364
+▁consensu -10.588
+▁consequence -9.75473
+▁consequent -10.6627
+▁conservation -11.1997
+▁consider -8.5114
+▁considerabl -9.81246
+▁consideration -9.66082
+▁consist -10.8996
+▁consistent -10.6517
+▁consolidat -10.7256
+▁constant -10.4401
+▁constituenc -11.8602
+▁constitute -10.4762
+▁constitution -10.926
+▁constitutional -11.1829
+▁constraint -11.7724
+▁construct -11.0343
+▁constructi -11.071
+▁constructive -10.5578
+▁consult -10.7132
+▁consultation -10.41
+▁consumer -8.9052
+▁contact -10.7022
+▁contain -9.45898
+▁contaminat -11.8066
+▁content -9.76492
+▁context -9.46735
+▁continent -10.7555
+▁continu -9.72293
+▁continue -8.86443
+▁contract -10.2008
+▁contradict -11.3415
+▁contradiction -11.1814
+▁contrar -10.1903
+▁contrast -11.7394
+▁contraven -11.8602
+▁contribut -11.3941
+▁contribute -9.99708
+▁contribution -9.43605
+▁control -9.00857
+▁controll -10.9069
+▁controvers -11.2383
+▁convenien -11.6612
+▁convention -10.384
+▁convergen -10.9794
+▁convey -11.9168
+▁conviction -11.6612
+▁convince -10.2147
+▁cooperat -11.4685
+▁cooperate -10.845
+▁cooperation -8.55361
+▁coordinat -9.36541
+▁copyright -12.0189
+▁core -11.2615
+▁correct -9.7525
+▁correspond -10.9132
+▁corruption -11.4703
+▁cost -8.91276
+▁council -11.5211
+▁count -10.5533
+▁counter -10.6129
+▁counterfeit -11.3754
+▁countr -7.54669
+▁country -8.34382
+▁couple -10.8921
+▁courage -10.8782
+▁course -8.28308
+▁court -10.2254
+▁cover -9.39693
+▁creat -9.84268
+▁create -9.00023
+▁creation -10.2155
+▁creativ -12.0468
+▁credib -10.5428
+▁credit -10.7434
+▁crime -9.36844
+▁criminal -9.75929
+▁cris -9.66801
+▁criteri -9.86071
+▁critical -10.458
+▁criticise -11.1266
+▁criticism -10.1903
+▁crop -11.1005
+▁cross -10.1596
+▁cru -11.2978
+▁crucial -9.93549
+▁cultivat -11.5343
+▁cultural -9.80514
+▁culture -9.96538
+▁currenc -10.2656
+▁current -8.72391
+▁custom -10.7374
+▁cut -9.93233
+▁d -5.69074
+▁da -7.70052
+▁dabei -8.70843
+▁dagegen -10.1903
+▁daher -8.44319
+▁dahin -11.3676
+▁dahingehend -11.6917
+▁dai -10.9279
+▁damag -11.4984
+▁damage -9.90326
+▁damal -10.3952
+▁danger -10.3797
+▁dangerous -10.1498
+▁dank -11.0954
+▁dankbar -11.0263
+▁danke -9.76109
+▁danken -9.28936
+▁dar -9.25679
+▁daran -8.98114
+▁darau -10.469
+▁darauf -8.19957
+▁dargelegt -10.9949
+▁darin -9.01856
+▁darlege -11.738
+▁darstellen -10.2883
+▁darstellt -10.0193
+▁das -5.70745
+▁dass -7.39469
+▁data -9.83237
+▁date -9.99786
+▁dauerhafte -11.0025
+▁davon -8.84674
+▁day -9.83123
+▁days -10.15
+▁dazu -8.27782
+▁de -8.63771
+▁dead -11.4458
+▁deadline -10.7256
+▁deal -8.86122
+▁dealing -10.197
+▁death -9.99336
+▁debat -10.6827
+▁debate -7.9825
+▁debattieren -11.6171
+▁debt -10.2693
+▁decade -10.9718
+▁decent -12.1327
+▁decentralis -11.2482
+▁decid -11.8599
+▁decide -10.3029
+▁decided -9.80554
+▁decision -8.30801
+▁decisive -10.799
+▁declaration -10.406
+▁declare -10.6212
+▁decline -11.6917
+▁decommission -11.9564
+▁deep -10.2619
+▁defence -9.92219
+▁defend -10.1463
+▁deficienc -12.0407
+▁deficit -11.2482
+▁defin -10.0613
+▁define -10.2098
+▁definiert -11.0199
+▁definite -11.2094
+▁definition -10.2254
+▁degree -10.5676
+▁delay -9.75697
+▁delegate -11.3983
+▁delegation -10.0488
+▁deliberate -11.1809
+▁delight -10.4625
+▁deliver -10.335
+▁dem -6.41857
+▁demand -9.23775
+▁dementsprechend -12.1571
+▁democrac -9.41348
+▁democratic -9.27999
+▁democratis -11.7232
+▁demokratisch -10.8604
+▁demokratische -9.55353
+▁demonstrate -9.97648
+▁demonstration -11.6917
+▁den -5.48292
+▁denkbar -11.8788
+▁denke -9.42769
+▁denn -8.28559
+▁denounce -11.8976
+▁department -11.2683
+▁depend -10.3896
+▁dependenc -11.9101
+▁dependent -11.3645
+▁deplete -11.2582
+▁deplore -11.6917
+▁deploy -11.4578
+▁depth -11.2582
+▁der -4.45995
+▁derartige -9.93772
+▁derivative -12.1089
+▁derogation -10.8851
+▁derzeit -9.50197
+▁derzeitige -9.98884
+▁des -5.89872
+▁describe -10.5626
+▁deserve -10.4493
+▁design -10.1701
+▁desirab -11.5617
+▁desire -10.3148
+▁desperate -11.8787
+▁dessen -9.31029
+▁destabilis -12.0856
+▁destroy -10.7256
+▁detail -9.62302
+▁detaillierte -11.4578
+▁detect -11.8066
+▁deteriorat -11.4701
+▁determin -10.0964
+▁determined -11.0877
+▁detriment -11.4953
+▁deutlich -9.00669
+▁deutsche -10.6909
+▁develop -8.80484
+▁development -8.11947
+▁devote -11.1809
+▁dezentral -11.9168
+▁dialogue -9.58082
+▁diamond -12.0856
+▁dictatorship -11.9168
+▁die -4.29196
+▁diejenige -9.96997
+▁dienen -10.6384
+▁diesbezüglich -9.92524
+▁diese -5.69224
+▁differ -11.1176
+▁difference -10.0339
+▁different -8.77256
+▁differentiat -11.8145
+▁difficult -8.80612
+▁digital -10.2996
+▁dignit -10.9421
+▁dimension -10.384
+▁dioxin -11.8787
+▁diploma -11.3529
+▁diplomatic -11.0182
+▁diplomatische -11.2483
+▁direct -9.24619
+▁direction -10.047
+▁directive -8.1081
+▁direkt -9.76146
+▁dis -9.42485
+▁disadvantage -11.1266
+▁disagree -10.9947
+▁disappear -11.1178
+▁disappoint -11.0103
+▁disaster -9.94897
+▁disastrous -11.8242
+▁discharge -9.86071
+▁discipline -11.7724
+▁discover -11.3098
+▁discrepanc -12.0189
+▁discriminat -11.3748
+▁discrimination -9.80291
+▁discuss -8.97798
+▁discussion -9.08881
+▁disease -10.614
+▁disgrace -12.0629
+▁diskutieren -10.3152
+▁diskutiert -10.331
+▁dismantl -11.7232
+▁dismiss -12.1571
+▁disparit -11.6171
+▁displace -11.5476
+▁display -11.4456
+▁dispos -10.5625
+▁dispute -10.6193
+▁disregard -11.5211
+▁disseminat -11.8242
+▁distance -11.3532
+▁distinct -12.1321
+▁distinction -11.5084
+▁distinguish -11.4953
+▁distort -11.0752
+▁distress -12.1571
+▁distribut -11.5046
+▁distribute -11.4363
+▁distribution -10.609
+▁disturb -11.7394
+▁divide -10.7374
+▁division -11.2785
+▁do -7.12344
+▁doctor -10.9643
+▁document -9.27154
+▁doe -8.30919
+▁doing -9.58673
+▁domestic -11.1625
+▁dominate -12.0189
+▁donor -10.8463
+▁door -11.1171
+▁dort -9.14041
+▁dossier -11.9977
+▁double -11.0503
+▁doubt -9.64882
+▁down -9.05334
+▁draft -9.19719
+▁dramatic -11.3098
+▁dramatisch -11.2383
+▁drastic -11.5343
+▁drastisch -11.6463
+▁draw -9.34709
+▁drawing -10.6946
+▁drei -9.10204
+▁dringend -9.82652
+▁dringliche -11.4953
+▁drink -11.2993
+▁dritte -10.6222
+▁dritten -9.88677
+▁driv -10.9749
+▁drive -10.9322
+▁droht -11.7232
+▁drug -10.4809
+▁drängen -11.7232
+▁due -9.49107
+▁dump -11.6613
+▁durch -7.37969
+▁durchführ -10.8264
+▁durchgeführt -9.82466
+▁durchsetz -11.4381
+▁durchzuführen -10.6969
+▁duti -11.165
+▁duty -10.3759
+▁dynamic -11.3868
+▁dänische -10.9947
+▁dürfe -9.11141
+▁dürfte -10.3715
+▁earl -10.4659
+▁earlie -10.2269
+▁earmark -11.9364
+▁earthquake -12.1327
+▁eas -10.2935
+▁easi -11.0547
+▁easier -10.975
+▁east -10.9598
+▁eben -8.84418
+▁ebenso -9.25801
+▁echte -10.651
+▁eco -11.0305
+▁ecological -10.9718
+▁econom -9.11393
+▁economic -8.25818
+▁education -9.5249
+▁educational -11.2855
+▁effect -8.96395
+▁effective -8.84161
+▁effektiv -10.8806
+▁effektive -10.8828
+▁efficienc -10.6408
+▁efficient -10.073
+▁effiziente -10.4392
+▁effort -9.04881
+▁ehe -11.304
+▁ehemalige -10.63
+▁eher -10.3157
+▁ehrgeizig -10.9132
+▁ehrlich -11.5098
+▁ei -9.64711
+▁eigene -9.02129
+▁eigentlich -9.37606
+▁eight -10.9609
+▁ein -6.29871
+▁einbezieh -11.7733
+▁einbezogen -10.6572
+▁eindeutig -9.6217
+▁eindeutige -10.8033
+▁eindringlich -12.1089
+▁eine -5.90699
+▁einen -7.32882
+▁einer -7.04908
+▁einfach -9.18361
+▁einge -10.0007
+▁eingebracht -10.5595
+▁eingebunden -11.7232
+▁eingeführt -10.6443
+▁eingegangen -10.4516
+▁eingehalten -10.8582
+▁eingehen -9.61272
+▁eingeleitet -10.6692
+▁eingereicht -10.1596
+▁eingerichtet -11.6028
+▁eingeräumt -11.2285
+▁eingeschränkt -11.6463
+▁eingesetzt -10.2034
+▁einheitliche -10.0091
+▁einhergeh -11.917
+▁einig -10.6464
+▁einige -8.38109
+▁einigen -9.1885
+▁einiger -10.2591
+▁einmal -8.64348
+▁einschließ -12.0671
+▁einschlägige -11.6316
+▁einseitig -11.5151
+▁einsetzen -10.3566
+▁einstimmig -11.0025
+▁einzelne -9.12322
+▁einzelstaatlich -10.8118
+▁einzige -9.52631
+▁einzu -9.28027
+▁einzuführen -11.1737
+▁einzusetzen -11.113
+▁elder -11.0592
+▁elect -10.5271
+▁election -9.79605
+▁electora -11.1273
+▁electric -10.8715
+▁electronic -10.7494
+▁elektronische -10.3674
+▁element -9.8028
+▁eleven -12.0629
+▁eligib -11.3868
+▁eliminat -10.799
+▁else -9.90145
+▁embargo -11.5476
+▁embark -11.7074
+▁embass -12.0407
+▁embryo -11.3868
+▁emerge -11.2183
+▁emergenc -10.6911
+▁empfangen -12.1327
+▁empfehle -11.0182
+▁empfi -11.1906
+▁empfohlen -11.5887
+▁emphasis -10.5098
+▁emphasise -10.11
+▁employ -8.78261
+▁employee -10.6272
+▁enabl -11.5283
+▁enable -10.0028
+▁encounter -11.8242
+▁encourag -10.9743
+▁encourage -9.85743
+▁end -8.45699
+▁endeavour -10.8578
+▁endgültige -10.6572
+▁endorse -10.6573
+▁energ -9.45628
+▁energisch -11.5159
+▁enforce -10.614
+▁eng -10.3809
+▁engage -10.7991
+▁engagier -11.1091
+▁engine -11.7234
+▁englische -11.5748
+▁enhance -10.9718
+▁enjoy -10.6627
+▁enlarge -11.6913
+▁enlargement -9.31238
+▁enorme -10.6408
+▁enormous -10.323
+▁enshrine -11.7558
+▁ensur -10.2416
+▁ensure -8.58263
+▁ent -8.83601
+▁entail -11.2092
+▁enter -9.94675
+▁enterprise -10.5676
+▁entfernt -11.2684
+▁entgegen -10.3348
+▁enthalten -9.53885
+▁enthusias -11.6171
+▁entire -9.68368
+▁entitle -10.4762
+▁entnehme -11.8547
+▁entr -10.9102
+▁entrepreneur -11.5611
+▁entscheide -11.958
+▁entscheiden -9.96692
+▁entscheidende -10.1182
+▁entschieden -10.0762
+▁entschlossen -10.6966
+▁entschuldigen -12.0189
+▁entsorg -11.9698
+▁entspr -10.3961
+▁entsprechen -10.8825
+▁entsprechend -9.82603
+▁entsprechende -9.62032
+▁entstanden -10.9494
+▁entsteh -11.2448
+▁entstehen -10.5063
+▁enttäuscht -11.6612
+▁entwe -10.8299
+▁entwickeln -10.1697
+▁entwickelt -10.1219
+▁entzieh -11.2195
+▁environment -9.12876
+▁environmental -8.75578
+▁envisage -11.1178
+▁equal -9.66268
+▁equality -10.5413
+▁equip -10.6462
+▁equivalent -11.4099
+▁er -7.8028
+▁eradicat -11.3983
+▁erarbeiten -11.2011
+▁erarbeitet -10.7138
+▁erfahren -10.6094
+▁erfaßt -11.7394
+▁erfolgen -10.4145
+▁erfolgreich -10.1834
+▁erfolgt -10.3847
+▁erforderlich -9.21286
+▁erforderlichen -10.2952
+▁erfordern -11.4353
+▁erfordert -10.7022
+▁erfreulich -11.1717
+▁erfreut -11.3421
+▁erfüllen -10.3882
+▁erfüllt -10.5089
+▁erg -10.9764
+▁ergeben -10.7332
+▁ergreif -12.1097
+▁ergreifen -10.1436
+▁ergriffen -10.401
+▁ergänzen -11.0835
+▁ergänzt -11.7558
+▁erhalten -9.29072
+▁erheb -11.2264
+▁erheblich -10.7099
+▁erhebliche -10.3306
+▁erhielt -11.7232
+▁erhoben -11.1005
+▁erhält -11.0299
+▁erhöh -10.6942
+▁erhöht -10.9524
+▁erinner -9.72338
+▁erinnert -10.8731
+▁erkannt -11.8242
+▁erkennbar -12.1327
+▁erkennen -10.5931
+▁erkläre -12.1142
+▁erklären -10.5469
+▁erklärt -10.0854
+▁erlassen -11.0601
+▁erlaube -11.2201
+▁erlaubt -11.6171
+▁erlebt -11.1815
+▁erledig -12.0629
+▁erleichter -10.8852
+▁erläutern -11.1717
+▁erläutert -11.4099
+▁ermögliche -9.91449
+▁ermöglicht -10.2218
+▁erneuerbare -10.6627
+▁erneut -9.92484
+▁ernst -9.97505
+▁ernsthaft -10.3271
+▁erreichen -9.33882
+▁erreicht -9.54034
+▁errichte -11.5858
+▁error -11.0106
+▁erschein -10.2478
+▁erschien -12.1089
+▁erschweren -12.0856
+▁erschwert -12.1089
+▁ersetz -10.9704
+▁erst -9.46564
+▁erstaun -11.2483
+▁erste -9.3857
+▁ersten -8.72271
+▁erster -9.85563
+▁erstmal -11.481
+▁erstreck -11.8791
+▁ersucht -11.7394
+▁erteilt -11.1998
+▁erwarte -11.8225
+▁erwarten -10.1436
+▁erwartet -11.0593
+▁erweis -11.4808
+▁erweitern -11.5887
+▁erweitert -10.9643
+▁erwiesen -11.1809
+▁erworben -12.0856
+▁erwähnt -9.72176
+▁erzeugt -11.8602
+▁erzielen -10.6795
+▁erzielt -10.0823
+▁eröffne -10.8511
+▁erörtern -11.5211
+▁erörtert -11.3312
+▁es -6.00513
+▁especial -8.98493
+▁essential -9.09164
+▁establish -8.75508
+▁establishment -10.3903
+▁estimate -11.0182
+▁etc -10.7821
+▁ethical -11.4456
+▁ethische -11.5489
+▁ethnic -10.3882
+▁ethnische -10.5931
+▁etwa -8.37826
+▁euro -9.37891
+▁europaweit -11.7232
+▁europäische -7.61239
+▁evaluation -10.458
+▁even -8.10074
+▁event -9.52511
+▁eventual -11.3757
+▁eventuell -10.8677
+▁every -8.2609
+▁evidence -10.4948
+▁evident -10.987
+▁ex -9.38588
+▁exacerbat -11.9768
+▁exact -10.1496
+▁exakt -11.6028
+▁examin -11.5154
+▁examination -11.127
+▁examine -10.2633
+▁example -8.42859
+▁exceed -11.1717
+▁excellent -9.61574
+▁except -11.5606
+▁exception -10.6168
+▁exceptional -11.4158
+▁excess -11.7391
+▁excessive -10.6909
+▁exchange -10.1332
+▁excis -11.8421
+▁exclude -10.9531
+▁exclusi -10.9938
+▁exclusive -10.9205
+▁excuse -11.4099
+▁execution -11.9977
+▁exemplar -12.0407
+▁exempt -11.9971
+▁exemption -11.0105
+▁exercise -10.2007
+▁exhaust -12.1821
+▁exist -8.72944
+▁expand -11.4701
+▁expansion -12.1089
+▁expect -9.98289
+▁expectation -10.9291
+▁expenditure -10.2183
+▁expens -11.656
+▁expense -11.1121
+▁experienc -11.8181
+▁experience -9.66572
+▁experiment -11.8066
+▁expert -10.3468
+▁expir -11.842
+▁explain -10.0792
+▁explanat -11.4451
+▁explanation -10.481
+▁explicit -11.3868
+▁exploit -10.273
+▁export -9.95174
+▁expos -11.5748
+▁express -8.8653
+▁expression -10.5656
+▁extend -9.69405
+▁extension -10.9643
+▁extensive -10.8578
+▁extent -9.88588
+▁external -9.79578
+▁externe -10.9421
+▁extra -10.7792
+▁extraordinar -11.5611
+▁extrem -11.2103
+▁extreme -8.8296
+▁eye -10.7817
+▁f -8.50442
+▁fac -10.3671
+▁face -9.63975
+▁facilit -10.2795
+▁facilitate -10.7633
+▁fact -7.88298
+▁factor -9.90113
+▁fail -9.78419
+▁failure -10.5577
+▁fair -9.57336
+▁faith -11.3983
+▁faktisch -11.8976
+▁fall -10.1445
+▁falsch -10.2545
+▁famil -9.8253
+▁familiar -10.9948
+▁familie -10.6994
+▁fand -11.1181
+▁far -8.52567
+▁farm -10.1466
+▁farmer -9.59212
+▁fascis -11.9977
+▁fashion -11.9168
+▁fast -9.6371
+▁fat -10.3632
+▁fault -11.7724
+▁favour -8.9007
+▁favourabl -11.6421
+▁fear -10.2697
+▁feasib -11.8242
+▁feature -11.0182
+▁federal -11.092
+▁federation -12.0407
+▁fee -10.6473
+▁feedingstuff -11.8602
+▁feel -9.19447
+▁feeling -10.9369
+▁fehlende -10.987
+▁fehlt -10.8055
+▁fellow -10.1267
+▁female -11.9168
+▁ferner -10.3636
+▁fest -9.19205
+▁festgehalten -12.0189
+▁festgelegt -9.73051
+▁festgeschrieben -11.7075
+▁festgestellt -10.2149
+▁festhalte -11.8636
+▁festleg -10.9288
+▁feststelle -10.0494
+▁festzulegen -10.8783
+▁festzustellen -11.0426
+▁few -8.78145
+▁fibre -11.8066
+▁field -9.37704
+▁fifteen -11.0182
+▁fifth -11.3204
+▁fight -9.22336
+▁figure -10.0548
+▁file -11.8626
+▁film -11.3421
+▁final -8.57261
+▁financ -10.1405
+▁finance -10.2317
+▁financial -8.58084
+▁finanziell -11.0438
+▁finanzielle -9.52387
+▁finanzieren -11.1005
+▁finanziert -10.5932
+▁find -9.07992
+▁finde -9.28076
+▁finden -9.40045
+▁finding -10.8041
+▁fine -10.6688
+▁finish -11.2285
+▁finnische -11.6028
+▁fire -10.7439
+▁firm -10.0548
+▁first -7.76571
+▁fiscal -11.6463
+▁fish -9.53943
+▁fisher -9.88226
+▁fisherm -11.1023
+▁fit -11.206
+▁five -9.82552
+▁fix -11.0835
+▁flag -10.8372
+▁fleet -11.3098
+▁flexibili -10.5828
+▁flexible -10.3757
+▁flight -10.9348
+▁floo -10.2583
+▁flow -11.0426
+▁focus -9.79811
+▁folg -10.829
+▁folgen -10.72
+▁folgende -9.80333
+▁folgt -9.98661
+▁follow -8.63475
+▁food -9.37932
+▁foodstuff -11.8602
+▁foot -11.2383
+▁football -11.2993
+▁for -5.59497
+▁force -8.86487
+▁forder -10.8031
+▁fordern -9.78589
+▁fordert -10.5184
+▁forecast -11.7074
+▁foreign -9.67952
+▁foresee -11.4837
+▁forest -9.81246
+▁forget -10.4014
+▁forgot -11.692
+▁form -8.77439
+▁formal -10.3259
+▁former -10.3685
+▁formula -11.3638
+▁formulate -11.474
+▁formulier -11.9521
+▁formuliert -10.9511
+▁fortgeschritten -12.1327
+▁fortgesetzt -11.41
+▁forth -10.4763
+▁fortsetz -11.4166
+▁fortunate -11.3983
+▁forward -9.07114
+▁fossil -12.0856
+▁foster -11.842
+▁found -9.54758
+▁four -9.79354
+▁fourth -10.8997
+▁fr -10.4481
+▁fragen -10.4771
+▁fragment -11.8242
+▁frame -11.8977
+▁framework -8.93825
+▁frank -11.4953
+▁französische -9.46231
+▁fraud -10.1664
+▁free -9.18332
+▁freedom -9.2218
+▁frei -9.65931
+▁freight -11.3983
+▁freiwillige -11.3983
+▁frequent -11.1005
+▁fresh -11.5748
+▁freue -9.87321
+▁friedliche -11.2285
+▁friend -10.2254
+▁from -6.94076
+▁frontier -10.9569
+▁fruit -11.2483
+▁frustrat -11.8976
+▁früh -11.007
+▁früher -10.0351
+▁fuel -10.8417
+▁fulfil -10.3757
+▁full -8.67072
+▁function -10.1397
+▁fund -9.08541
+▁fundamental -9.08403
+▁funding -9.82835
+▁funktionieren -10.8653
+▁funktioniert -10.9276
+▁further -8.88423
+▁furthermo -9.78924
+▁future -8.42326
+▁fördern -9.92295
+▁fühlen -11.5343
+▁fühlt -11.9977
+▁führen -9.0499
+▁führt -9.86544
+▁fünf -9.71529
+▁fünfzehn -11.1625
+▁für -5.80238
+▁fürchte -11.34
+▁gab -10.0899
+▁gain -10.3313
+▁game -11.6029
+▁ganz -8.03409
+▁ganze -10.0315
+▁gap -11.136
+▁gar -9.77613
+▁garantieren -11.3642
+▁garantiert -11.0182
+▁gas -11.0569
+▁gather -11.5214
+▁gave -10.6252
+▁ge -7.66818
+▁geben -8.84711
+▁gebilligt -10.9348
+▁geboren -11.9768
+▁geboten -10.9061
+▁gebracht -9.81889
+▁gebraucht -12.1571
+▁gedenk -11.1103
+▁geehrte -10.4855
+▁geeignet -11.2186
+▁geeignete -10.8446
+▁geeinigt -12.0629
+▁gefordert -9.77659
+▁gefunden -10.4138
+▁gefährden -11.6028
+▁gefährlich -10.7579
+▁gefährliche -10.8551
+▁gefördert -10.6851
+▁geführt -9.71266
+▁gegeben -9.70395
+▁gegebenen -10.6575
+▁gegen -8.07018
+▁gegenseitig -11.6289
+▁gegenseitige -11.2909
+▁gegenwärtig -9.32826
+▁gegenüber -8.95322
+▁geh -8.08456
+▁gehalten -11.0241
+▁gehen -9.67225
+▁gehören -10.0255
+▁gehört -9.45121
+▁geistige -11.7572
+▁gekennzeichnet -11.6316
+▁geklärt -11.5343
+▁gekommen -10.3409
+▁gelangen -10.6739
+▁gelangt -11.1997
+▁geleistet -9.96814
+▁gelesen -11.7558
+▁geling -10.4931
+▁gelten -10.0608
+▁geltende -10.5333
+▁gelungen -10.6795
+▁gemacht -9.31248
+▁gemeinsam -9.32405
+▁gemeinsame -8.67105
+▁gemeldet -12.1089
+▁gemäß -9.86994
+▁genannt -9.73167
+▁genau -9.10784
+▁genauso -10.8718
+▁gender -11.3104
+▁gene -10.3332
+▁genehmigt -11.3754
+▁general -8.84226
+▁generate -10.8993
+▁generell -10.3882
+▁generous -11.6463
+▁genetic -10.8992
+▁genetisch -11.4703
+▁genieß -11.1092
+▁genocid -12.0629
+▁genommen -9.79906
+▁gentlem -8.90329
+▁genu -10.4325
+▁genuine -10.0163
+▁genutzt -10.7256
+▁genügend -11.1244
+▁genügt -11.9977
+▁geographical -11.2188
+▁geographische -11.1903
+▁geplant -10.8379
+▁geprägt -11.4701
+▁geprüft -10.7138
+▁gerade -9.06775
+▁geraten -11.2787
+▁gerecht -9.96003
+▁gerechtfertigt -11.3098
+▁geregelt -11.0025
+▁gerichtet -10.8118
+▁gerichtliche -11.9774
+▁gering -10.6089
+▁geringe -10.9652
+▁geringere -11.4728
+▁gern -10.156
+▁gesagt -8.98472
+▁gesamte -9.13689
+▁gescha -11.9575
+▁geschaffen -10.0281
+▁geschehen -10.2844
+▁geschie -10.4934
+▁geschlossen -9.60182
+▁geschützt -10.9203
+▁gesehen -10.3998
+▁gesenkt -12.1571
+▁gesetzliche -11.2391
+▁gesetzt -10.3701
+▁gesichert -11.2785
+▁gespannt -12.1089
+▁gesprochen -9.95184
+▁gestalte -10.2076
+▁gestatte -10.1803
+▁gestellt -9.56859
+▁gestrige -11.4578
+▁gestärkt -11.4459
+▁gesundheitliche -11.8073
+▁get -8.96204
+▁geta -9.90176
+▁getrennt -11.2582
+▁getroffen -9.9962
+▁gewahrt -11.7394
+▁gewaltige -11.0346
+▁gewesen -10.3196
+▁gewidmet -11.9168
+▁gewisse -9.8516
+▁gewisser -11.0011
+▁geworden -10.2566
+▁gewählt -10.5185
+▁gewähren -11.2482
+▁gewährleiste -9.92644
+▁gewährleistet -10.5952
+▁gewährt -10.7434
+▁gewöhnlich -11.7558
+▁gewünscht -10.9794
+▁gezahlt -11.7894
+▁gezeigt -10.6035
+▁gezielt -11.5612
+▁gezwungen -11.2092
+▁geändert -10.4716
+▁geäußert -10.4182
+▁gib -7.99287
+▁gil -9.26236
+▁girl -11.9564
+▁give -8.27699
+▁glad -11.1178
+▁glaube -8.85944
+▁gleich -9.51564
+▁gleiche -10.2897
+▁gleichen -10.0787
+▁gleicher -10.9432
+▁gleichzeitig -9.27292
+▁global -9.3442
+▁globalis -10.7444
+▁glücklich -11.2285
+▁go -8.6326
+▁goal -10.1242
+▁going -8.94096
+▁good -8.33847
+▁govern -10.1626
+▁government -8.59135
+▁gra -9.91523
+▁gradual -10.6627
+▁grant -9.53331
+▁grate -10.6
+▁gratuliere -10.4401
+▁gravierend -11.0103
+▁gre -10.761
+▁great -8.03378
+▁greenhouse -11.9168
+▁grenzüber -10.533
+▁griechische -10.7434
+▁grip -12.0629
+▁gross -11.8242
+▁ground -10.271
+▁grounds -10.4695
+▁group -8.43933
+▁grow -9.12441
+▁groß -10.5599
+▁große -8.57672
+▁großen -9.18003
+▁großzügig -11.6612
+▁grundlegend -11.2975
+▁grundlegende -10.0314
+▁grundsätzlich -10.3074
+▁größer -11.0816
+▁größere -9.67378
+▁größte -10.3325
+▁größten -10.586
+▁größtmögliche -11.7724
+▁gründet -11.9768
+▁gründlich -10.8511
+▁grüne -11.8787
+▁guarantee -9.00881
+▁guid -10.9348
+▁guideline -9.86569
+▁guilt -11.5611
+▁gut -8.90603
+▁gute -9.14522
+▁gäbe -11.842
+▁h -9.22167
+▁ha -10.5651
+▁habe -8.05526
+▁haben -6.7561
+▁habit -12.0544
+▁habitat -11.4381
+▁had -8.33436
+▁halte -9.13598
+▁hand -8.92328
+▁handeln -10.461
+▁handelt -9.14293
+▁handl -10.9541
+▁happ -10.3534
+▁happen -9.3867
+▁happening -10.6713
+▁hard -9.77995
+▁harm -10.7985
+▁harmful -11.0342
+▁harmonis -9.57803
+▁harmonisierte -11.8339
+▁hart -11.1549
+▁has -6.498
+▁hat -6.7691
+▁hatte -9.15681
+▁hauptsächlich -11.1005
+▁hav -9.1752
+▁have -6.08451
+▁hazard -11.3868
+▁he -8.21553
+▁head -10.2913
+▁heading -10.8958
+▁health -8.87142
+▁hear -9.3371
+▁heart -10.4067
+▁heav -10.6198
+▁hectare -12.0407
+▁heftig -11.9168
+▁heikle -11.4099
+▁heiß -9.34147
+▁held -9.74846
+▁helfen -10.4134
+▁help -8.83331
+▁hemp -11.4702
+▁hence -10.6527
+▁her -8.79389
+▁heran -11.0828
+▁heraus -9.97819
+▁herausstell -11.9838
+▁here -8.18575
+▁hergestellt -11.2493
+▁heritage -10.8378
+▁herrscht -10.8534
+▁hervor -10.2501
+▁hervorgeh -11.6822
+▁hervorgehoben -10.8714
+▁hervorheben -10.4995
+▁hervorragend -11.7884
+▁hervorragende -10.9875
+▁hervorzuheben -11.7724
+▁herzlich -10.5042
+▁heut -7.98725
+▁heutige -9.93602
+▁hier -7.56535
+▁hierzu -11.0905
+▁high -8.54086
+▁highlight -9.78191
+▁hilfreich -11.6171
+▁him -9.59215
+▁hin -8.30058
+▁hinaus -9.21576
+▁hingeg -11.1626
+▁hinnehm -11.941
+▁hinnehmbar -11.6319
+▁hinreichend -11.6764
+▁hinter -10.0355
+▁hinweg -11.2206
+▁hinweisen -9.79138
+▁hinzu -10.7674
+▁hinzufüg -10.8579
+▁his -8.41335
+▁histor -10.4218
+▁historic -10.9751
+▁historical -11.4176
+▁historische -10.7214
+▁hoch -10.1204
+▁hochrangige -12.0189
+▁hochwertige -12.0629
+▁hoffe -8.9238
+▁hoffen -10.1487
+▁hohe -9.32004
+▁hold -10.0573
+▁holding -10.8567
+▁holiday -12.0856
+▁home -10.028
+▁honest -11.3312
+▁honour -10.8424
+▁honourabl -9.89433
+▁hooligan -11.6463
+▁hope -8.37556
+▁hopeful -11.3777
+▁horizontal -10.9947
+▁hospital -11.7558
+▁host -10.9443
+▁hour -10.3275
+▁how -7.35342
+▁huge -10.0548
+▁human -8.18402
+▁humanitarian -10.1799
+▁humanitäre -10.2693
+▁hundred -10.8782
+▁hypocri -11.3312
+▁hätte -8.99199
+▁häufig -10.1138
+▁höchste -10.3483
+▁höher -11.2246
+▁höhere -10.4967
+▁idea -9.24258
+▁ideal -10.961
+▁identi -11.249
+▁identifie -10.9568
+▁identify -10.8782
+▁identit -10.7926
+▁ideolog -11.0102
+▁ideological -11.6765
+▁ignor -11.6093
+▁ignore -11.0184
+▁ignorier -11.4397
+▁ih -9.45892
+▁ihn -8.75636
+▁ihr -8.75699
+▁ihre -7.41957
+▁ihrer -8.41945
+▁illegal -9.55304
+▁illustrate -11.2482
+▁im -6.12303
+▁image -11.0974
+▁imagine -11.1266
+▁imbalance -11.8602
+▁immediate -10.7944
+▁immediately -10.4522
+▁immense -11.3205
+▁immer -8.27144
+▁immigrant -10.614
+▁immunit -11.8976
+▁impact -9.79811
+▁imperative -11.7558
+▁imperial -12.1821
+▁implement -8.89036
+▁implementation -9.32047
+▁implication -10.7315
+▁implie -11.7394
+▁import -9.91431
+▁importan -9.1606
+▁important -7.68657
+▁impose -10.1564
+▁impossib -10.6246
+▁impress -12.1565
+▁impression -10.6355
+▁imprison -11.9564
+▁improv -10.2328
+▁improve -9.29335
+▁improvement -10.0318
+▁in -4.28487
+▁inadequate -10.8851
+▁inakzeptab -11.2092
+▁inappropriate -11.9564
+▁incentive -10.9494
+▁incident -10.4901
+▁incinerat -10.924
+▁incinerati -11.8509
+▁includ -9.04385
+▁include -9.06048
+▁income -10.401
+▁incompatib -11.9364
+▁incorporat -11.9038
+▁incorporate -10.4755
+▁incorrect -11.8976
+▁increase -8.79836
+▁increasing -9.46231
+▁incredibl -11.9977
+▁indem -9.58484
+▁independen -11.0669
+▁independent -10.0947
+▁indicat -10.7347
+▁indicate -10.5299
+▁indication -11.2492
+▁indirect -11.3312
+▁indirekt -11.3983
+▁indispensab -12.0856
+▁individual -9.25786
+▁individuelle -11.6316
+▁industr -8.84097
+▁industrial -10.1466
+▁industrielle -11.1006
+▁inequalit -11.5841
+▁inevitabl -11.0261
+▁infect -11.842
+▁inflation -11.1266
+▁influence -10.4671
+▁inform -9.45646
+▁information -8.42945
+▁informiere -10.831
+▁informiert -10.7567
+▁infrastructure -10.1765
+▁infringement -11.5611
+▁inhabitant -11.7894
+▁inhaltlich -11.1355
+▁initial -10.3511
+▁initiate -11.4217
+▁initiative -8.74323
+▁injur -11.8421
+▁inner -8.98831
+▁innocent -12.1089
+▁innovation -10.8511
+▁innovative -10.588
+▁inquir -11.2092
+▁insecur -12.0262
+▁insist -10.5369
+▁insof -10.2914
+▁inspection -10.5727
+▁inspector -11.5612
+▁inspire -11.9977
+▁instabil -11.7417
+▁installation -11.5081
+▁instance -10.5282
+▁institution -10.4845
+▁institutional -10.264
+▁institutionelle -10.4869
+▁institutions -9.0258
+▁instrument -9.36469
+▁insufficient -11.3312
+▁insurance -10.8646
+▁integr -10.0429
+▁integrate -10.383
+▁integration -10.0303
+▁intellectual -11.5476
+▁intelligen -11.6612
+▁intend -9.21614
+▁intensive -10.7434
+▁intention -9.91763
+▁inter -9.42719
+▁interessant -11.1954
+▁interessante -11.1394
+▁interessiert -10.9348
+▁interest -8.49896
+▁interesting -10.6013
+▁interfer -11.0835
+▁interim -11.3991
+▁intermodal -11.0341
+▁internal -9.22579
+▁international -8.30253
+▁internationale -9.67622
+▁interne -10.7638
+▁interpret -10.6134
+▁interpretation -11.0929
+▁intervene -10.8646
+▁intervention -9.89869
+▁into -7.85283
+▁intolerabl -11.7559
+▁introduc -9.81581
+▁introduce -9.92082
+▁invent -11.5222
+▁invest -10.4157
+▁investier -11.1762
+▁investigat -10.9198
+▁investigation -10.6912
+▁investment -9.69214
+▁invitation -12.1327
+▁invite -11.0347
+▁involv -9.90485
+▁involve -8.7827
+▁inwie -11.3313
+▁irakische -11.7394
+▁irgend -10.712
+▁irgendeine -10.8073
+▁irgendwelche -11.9564
+▁irische -11.0753
+▁irre -10.4488
+▁irregularit -11.4826
+▁irrespective -11.3868
+▁is -5.0966
+▁island -10.799
+▁isolate -11.5758
+▁issue -7.58907
+▁it -5.73678
+▁italienische -10.8851
+▁item -9.65708
+▁its -7.51261
+▁ja -8.72532
+▁jahrelang -11.6463
+▁je -7.80339
+▁jede -9.51397
+▁jeden -9.4354
+▁jeder -9.271
+▁jedes -10.0373
+▁jedwede -12.1571
+▁jegliche -10.5932
+▁jemand -10.7496
+▁jene -9.5556
+▁jeopardise -11.7724
+▁jetz -8.38511
+▁jetzige -10.6805
+▁jeweil -11.3646
+▁jeweilige -10.3268
+▁job -9.93014
+▁jobs -9.8657
+▁join -10.0406
+▁joint -9.41944
+▁journalist -11.1903
+▁ju -10.7029
+▁judge -10.7735
+▁judgement -10.9208
+▁judgment -12.0629
+▁judici -10.6965
+▁jugoslawische -12.1571
+▁junge -10.2668
+▁junior -12.0856
+▁jurisdiction -11.1178
+▁juristische -11.1534
+▁just -8.04459
+▁justifiabl -12.0189
+▁justification -11.459
+▁justifie -10.6464
+▁justify -10.9948
+▁justitielle -12.0629
+▁jährlich -10.3715
+▁jüngste -10.3551
+▁kam -10.6314
+▁kann -7.29309
+▁katastrophal -11.9977
+▁kau -10.4324
+▁keep -9.50491
+▁kein -8.9039
+▁keine -7.6766
+▁keiner -10.7086
+▁kennen -10.8579
+▁kennt -11.7291
+▁key -9.60796
+▁kill -10.793
+▁kind -9.1995
+▁klar -8.93455
+▁klare -10.1174
+▁klarstell -11.3403
+▁klein -10.9872
+▁kleine -9.63628
+▁kleinere -11.2915
+▁klug -11.9977
+▁knapp -11.2092
+▁know -8.279
+▁knowledge -9.91955
+▁known -10.319
+▁kollektiv -11.8066
+▁komm -9.1571
+▁komme -10.5532
+▁kommen -9.06444
+▁kommende -10.4213
+▁kommerzielle -11.3421
+▁komplex -11.4216
+▁kompliziert -11.106
+▁komplizierte -11.0785
+▁konfrontier -11.4953
+▁konkret -10.153
+▁konkrete -9.41662
+▁konnte -9.58082
+▁konsequent -10.799
+▁konstruktiv -11.7895
+▁konstruktive -10.892
+▁konsultier -11.6917
+▁kontinuierlich -11.6612
+▁kontrollieren -11.2583
+▁kontrolliert -10.9794
+▁konzentrier -10.2254
+▁koordinieren -11.9768
+▁koordiniert -11.3531
+▁korrigier -11.2092
+▁kriminelle -11.5211
+▁kritisch -11.2238
+▁kritische -11.2531
+▁kritisiere -11.7894
+▁kritisiert -11.4456
+▁kulturelle -10.1596
+▁kurz -9.4986
+▁kurze -10.4079
+▁kurzfristig -11.092
+▁kämpfen -11.2691
+▁könne -7.35136
+▁könnte -8.55692
+▁kümmer -11.5837
+▁künftig -9.43597
+▁kürz -11.533
+▁kürzlich -10.965
+▁label -10.6844
+▁labell -10.3395
+▁labour -10.1365
+▁lack -9.35342
+▁lad -8.87719
+▁land -10.4942
+▁landwirtschaft -10.7928
+▁lange -9.50447
+▁langfristig -10.8574
+▁langfristige -11.084
+▁langsam -11.1817
+▁language -9.90127
+▁lapse -12.1327
+▁large -9.02216
+▁last -8.33812
+▁late -10.1565
+▁later -10.3246
+▁latter -10.9643
+▁laufende -11.134
+▁launch -10.7315
+▁launder -11.3983
+▁laut -10.812
+▁lautet -10.8579
+▁law -8.60673
+▁lawyer -11.5891
+▁lay -10.5429
+▁lead -9.22359
+▁leaders -10.3719
+▁learn -9.94087
+▁leas -9.12452
+▁leav -11.4457
+▁leave -10.0578
+▁leben -9.84289
+▁led -9.22391
+▁left -9.9144
+▁legac -12.1327
+▁legal -8.47535
+▁legislat -11.0332
+▁legislation -8.81487
+▁legislative -9.36547
+▁legitim -10.5231
+▁legitimate -10.7024
+▁lehne -11.934
+▁lehnt -11.4336
+▁leide -9.11041
+▁leisten -9.90653
+▁leistet -11.4578
+▁length -11.1005
+▁lenken -11.6171
+▁lesen -11.3674
+▁less -9.4389
+▁lesson -11.2047
+▁let -8.87369
+▁letter -10.3523
+▁letzte -10.2306
+▁letzten -8.90382
+▁letztendlich -10.588
+▁letzter -10.7995
+▁level -8.26227
+▁liabilit -10.5137
+▁liberal -10.2333
+▁liberalisation -9.93287
+▁liberalise -11.6118
+▁libert -11.7232
+▁licence -11.6171
+▁liebe -9.77502
+▁liefer -11.1115
+▁lieg -8.9887
+▁liegen -9.91175
+▁lies -10.7403
+▁life -9.19339
+▁lift -11.181
+▁light -9.8633
+▁like -7.21538
+▁limit -9.04884
+▁line -9.31868
+▁linguistic -11.8976
+▁link -9.62343
+▁list -9.61624
+▁listen -10.6112
+▁litera -11.8199
+▁litt -9.60092
+▁liv -10.1653
+▁live -9.84343
+▁lives -10.4295
+▁lobenswert -11.842
+▁local -9.464
+▁location -11.7894
+▁logical -11.1717
+▁lokale -10.2254
+▁long -8.30042
+▁look -8.807
+▁lorr -11.9456
+▁lot -10.1421
+▁loud -11.9168
+▁love -11.7615
+▁low -10.2673
+▁lower -10.7859
+▁ländliche -9.92219
+▁länger -10.3113
+▁lösen -10.4625
+▁m -7.4232
+▁machen -8.6539
+▁machine -11.8242
+▁macht -9.72978
+▁macroeconom -12.1571
+▁mag -10.5229
+▁main -9.06994
+▁mainstreaming -11.9168
+▁maintain -9.63484
+▁major -9.21642
+▁majorit -9.38393
+▁mak -8.85093
+▁make -7.76412
+▁makes -9.85947
+▁man -7.04537
+▁manag -11.2457
+▁manage -9.83453
+▁manche -10.648
+▁mandate -10.7991
+▁mangelnde -11.3099
+▁manifest -11.8602
+▁manner -10.3405
+▁manoeuvre -12.0189
+▁manufactur -11.2651
+▁manufacturer -10.7393
+▁margin -11.353
+▁marginalis -12.0408
+▁maritime -11.3312
+▁market -8.12845
+▁mass -11.0159
+▁massiv -12.0386
+▁massive -10.8256
+▁match -11.1005
+▁material -10.2208
+▁materiell -11.7394
+▁matter -8.52378
+▁matters -9.51182
+▁maximal -11.6316
+▁may -8.35648
+▁maßgeblich -11.9564
+▁me -8.21144
+▁mean -8.11357
+▁measure -8.21516
+▁meat -11.1218
+▁mechanism -10.1515
+▁media -10.1665
+▁medical -11.2384
+▁medicine -11.8602
+▁medium -10.1765
+▁medizinische -11.4953
+▁meet -9.90139
+▁meeting -9.3197
+▁mehr -7.8629
+▁mehrere -9.78
+▁mehrfach -10.9135
+▁mehrheitlich -12.0856
+▁mein -9.41475
+▁meine -7.5961
+▁meiner -8.35669
+▁meisten -9.93841
+▁member -10.4042
+▁members -9.53039
+▁membership -11.1536
+▁memor -11.8434
+▁men -10.5439
+▁menschliche -10.1596
+▁mention -8.83975
+▁mere -10.0663
+▁merger -11.1266
+▁merit -11.0921
+▁message -10.2183
+▁met -10.3374
+▁method -9.88078
+▁methodolog -12.1328
+▁middle -12.1089
+▁might -9.44356
+▁migrant -12.0856
+▁militar -9.5549
+▁militärische -10.267
+▁milk -10.6738
+▁million -8.95717
+▁mind -9.41687
+▁mindesten -10.9276
+▁mine -11.2504
+▁minimal -11.5887
+▁minor -11.4972
+▁minorit -10.0819
+▁minute -10.458
+▁mir -8.22854
+▁mis -10.1818
+▁miss -10.6433
+▁mistake -10.5477
+▁mit -6.22761
+▁mitgeteilt -11.7894
+▁mitteil -11.0734
+▁mittelfristig -11.8242
+▁mittlere -10.6683
+▁mix -11.1903
+▁miß -11.2172
+▁mo -9.52269
+▁mobil -10.0192
+▁model -9.93695
+▁modern -9.95481
+▁modernis -10.844
+▁modification -12.1089
+▁modifie -11.2683
+▁moment -9.33887
+▁monetar -10.7739
+▁money -9.07793
+▁monitor -9.41042
+▁month -9.22707
+▁moral -10.7874
+▁moralische -11.4082
+▁more -7.17467
+▁morgen -9.50317
+▁morgige -11.8066
+▁morning -10.1332
+▁most -8.34927
+▁motion -9.5209
+▁motivate -12.1089
+▁mov -10.7022
+▁move -9.59041
+▁movement -9.77099
+▁multi -10.244
+▁multilateral -11.1534
+▁multinational -10.7022
+▁multipl -11.6767
+▁municipal -12.1327
+▁murder -11.2285
+▁muss -8.77803
+▁must -6.93929
+▁mutig -11.7764
+▁mutual -10.8646
+▁muß -7.49415
+▁mußte -10.8301
+▁my -7.43536
+▁möchte -7.1132
+▁möglich -8.52657
+▁möglichst -10.1962
+▁mündliche -11.0261
+▁müsse -7.21999
+▁müsste -11.1355
+▁müßte -10.0192
+▁nach -7.06727
+▁nachdenk -11.8965
+▁nachdrücklich -10.5042
+▁nachhaltig -11.6108
+▁nachhaltige -10.3569
+▁nachmittag -11.6316
+▁nachteilig -11.9769
+▁nachvollzieh -11.6028
+▁nachweis -12.0097
+▁nahe -11.0596
+▁nahezu -11.3756
+▁name -9.35047
+▁namentlich -11.3533
+▁narrow -12.1327
+▁nation -10.3624
+▁national -7.87723
+▁nationale -9.94758
+▁natural -9.55304
+▁nature -9.77962
+▁natürlich -8.38562
+▁near -10.3448
+▁neben -10.2649
+▁necessar -11.1936
+▁necessary -8.69457
+▁necessit -11.6612
+▁need -7.30642
+▁negativ -11.3769
+▁negative -9.97055
+▁neglect -12.0189
+▁negotiat -10.1966
+▁negotiation -9.31977
+▁nehme -11.2601
+▁nehmen -9.34985
+▁nei -10.3291
+▁neighbour -10.4901
+▁nennen -10.4227
+▁network -9.67323
+▁neu -9.47661
+▁neue -7.95672
+▁neuer -10.2221
+▁neutral -11.2786
+▁never -9.16455
+▁new -7.71185
+▁newspaper -11.4953
+▁nicht -5.90653
+▁nie -9.94914
+▁nieder -11.3656
+▁niederländische -11.5887
+▁niedrige -10.8383
+▁niemand -10.2077
+▁nimm -10.2442
+▁nine -11.0194
+▁no -7.39466
+▁nobod -11.4159
+▁noch -7.31321
+▁nochmal -10.2023
+▁noise -10.4199
+▁non -9.55731
+▁none -10.0488
+▁nor -9.66025
+▁normal -9.78892
+▁north -10.7489
+▁not -6.05599
+▁notabl -11.8812
+▁note -10.2025
+▁notice -10.8338
+▁notwendig -9.1486
+▁notwendige -10.7451
+▁notwendigen -10.2604
+▁now -7.724
+▁nucle -9.85634
+▁nukleare -11.6612
+▁number -8.47411
+▁numer -10.7678
+▁nun -8.42929
+▁nunmehr -10.4583
+▁nur -7.2897
+▁nutzen -9.90746
+▁nächste -10.7181
+▁nächsten -9.61599
+▁näher -10.7864
+▁nämlich -8.83331
+▁nördliche -11.9168
+▁nötig -10.8312
+▁nütz -11.8552
+▁nützlich -10.887
+▁ob -8.0944
+▁object -11.5203
+▁objection -11.3535
+▁objective -8.69952
+▁objektiv -11.1005
+▁oblieg -11.2826
+▁obligation -9.95168
+▁obligator -12.103
+▁obligatorische -11.2021
+▁oblige -10.9494
+▁observ -10.9137
+▁observation -10.6039
+▁observe -10.6106
+▁obstacle -10.8511
+▁obtain -10.0309
+▁obvious -9.52958
+▁occasion -10.0339
+▁occupation -11.8602
+▁occupie -11.7074
+▁occupy -12.1571
+▁occur -10.997
+▁occurr -10.7356
+▁of -4.45266
+▁off -9.52944
+▁offen -9.65386
+▁offenbar -10.7142
+▁offence -11.0703
+▁offenkundig -11.7394
+▁offensichtlich -9.98223
+▁offer -9.51021
+▁office -10.0106
+▁official -9.69825
+▁offiziell -11.1932
+▁offizielle -11.454
+▁ohne -8.47101
+▁oil -10.0734
+▁old -9.85055
+▁on -5.60774
+▁one -7.4354
+▁open -9.16455
+▁opening -10.758
+▁operat -10.6966
+▁operate -10.5349
+▁operation -9.69759
+▁operational -10.9599
+▁operator -10.6062
+▁opinion -8.5822
+▁opportun -12.0716
+▁opportunit -8.8803
+▁oppose -10.1937
+▁opposit -10.9942
+▁opposition -10.6091
+▁oppress -12.1089
+▁opt -11.3375
+▁optim -10.4226
+▁option -10.4141
+▁or -7.23115
+▁ordentlich -11.9168
+▁order -8.11621
+▁ordnungsgemäß -10.8511
+▁organis -9.94234
+▁organisation -10.2255
+▁organisations -9.68619
+▁organise -10.4137
+▁organisierte -10.5958
+▁orient -10.7245
+▁origin -9.95712
+▁original -10.343
+▁osteuropäische -12.1327
+▁other -7.38146
+▁our -6.94904
+▁ourselves -9.58758
+▁out -7.69444
+▁outcome -10.5042
+▁outline -11.0434
+▁outside -10.1208
+▁over -8.07594
+▁overcom -10.9175
+▁overlook -12.0629
+▁own -8.37041
+▁ozon -11.4873
+▁p -8.46272
+▁paar -11.4221
+▁package -10.6408
+▁pai -9.96716
+▁palästinensisch -11.2188
+▁paper -10.5137
+▁paradox -11.6028
+▁paragraph -10.1365
+▁parallel -10.9643
+▁parent -11.6317
+▁parlamentarisch -11.1395
+▁parliament -10.235
+▁parliamentar -10.0349
+▁part -7.90487
+▁participat -10.4669
+▁participate -10.6322
+▁participati -10.8093
+▁particular -7.88542
+▁partie -9.74021
+▁partners -10.3777
+▁partnership -10.2806
+▁pass -9.43535
+▁passenger -10.9794
+▁passiert -11.2497
+▁past -9.46751
+▁patent -10.3191
+▁path -10.9358
+▁patien -11.6764
+▁pay -9.39346
+▁payment -10.1341
+▁peace -9.18689
+▁peaceful -10.9501
+▁penalt -10.5089
+▁pension -10.0884
+▁pensioner -11.1905
+▁people -7.63654
+▁per -8.51452
+▁percentage -11.3754
+▁perfect -10.3799
+▁performance -11.5081
+▁period -9.29103
+▁peripher -11.7558
+▁permanent -10.6682
+▁permit -10.5244
+▁perpetrator -12.1089
+▁persecution -12.1821
+▁persistent -12.1571
+▁person -9.72899
+▁personal -9.68228
+▁personne -11.206
+▁perspective -10.351
+▁persuade -11.6316
+▁persönlich -9.8707
+▁pertain -11.9364
+▁phenomen -10.9132
+▁philosoph -11.3755
+▁phthalate -11.1534
+▁physical -11.5343
+▁picture -11.1997
+▁piece -11.1178
+▁pillar -10.9348
+▁pilot -11.6763
+▁place -8.41388
+▁plain -11.6177
+▁plan -9.06837
+▁plann -10.0977
+▁plant -10.209
+▁play -9.21419
+▁please -9.52424
+▁pleasure -11.4826
+▁pledge -11.7724
+▁plen -10.4055
+▁plu -10.8745
+▁plädier -11.7894
+▁plötzlich -11.7724
+▁point -7.7386
+▁pointed -10.307
+▁polic -9.15564
+▁police -10.0767
+▁policy -7.7101
+▁politic -10.7648
+▁political -7.99705
+▁politician -10.7256
+▁politisch -10.0284
+▁politische -8.30995
+▁politischer -10.6105
+▁polizeiliche -11.9168
+▁pollut -9.93793
+▁polluti -10.7621
+▁poor -9.81707
+▁population -9.5678
+▁pornograph -11.1809
+▁port -10.1606
+▁portugiesische -9.72827
+▁pose -11.3737
+▁position -8.45144
+▁positiv -10.1351
+▁positive -8.77242
+▁possibilit -9.93817
+▁possibl -8.24632
+▁post -10.079
+▁postal -10.7944
+▁postpone -10.6517
+▁potential -10.0841
+▁potentielle -11.1178
+▁power -9.11483
+▁powerful -11.1725
+▁practical -9.88842
+▁practice -9.45732
+▁praise -11.7074
+▁praktisch -10.0309
+▁pre -9.60988
+▁precaution -10.5777
+▁preced -11.691
+▁preci -11.8984
+▁precise -9.58461
+▁predecessor -12.0856
+▁predict -11.8787
+▁prefer -10.2817
+▁pregnan -11.5611
+▁prejudice -11.7232
+▁preliminar -11.2482
+▁premature -12.0189
+▁premise -12.0407
+▁prepar -10.5932
+▁preparation -10.6857
+▁prepare -11.0513
+▁prepared -9.73661
+▁prerequisite -11.5081
+▁presen -10.7602
+▁present -8.25501
+▁preserv -10.7206
+▁presidenc -9.81696
+▁president -11.2482
+▁press -10.1821
+▁pressure -10.0339
+▁pretext -11.6918
+▁prevail -11.5476
+▁prevent -8.87694
+▁previous -9.49279
+▁price -9.48088
+▁primar -10.458
+▁prime -11.6171
+▁principal -11.6917
+▁principle -8.37601
+▁prinzipiell -11.6028
+▁prior -10.9739
+▁priorit -9.04742
+▁prison -11.0973
+▁prisoner -11.262
+▁priva -11.41
+▁private -9.46731
+▁privatisation -11.5748
+▁privilege -11.4826
+▁pro -9.38764
+▁probabl -10.2077
+▁problem -7.85934
+▁problematic -11.8788
+▁problematisch -11.2483
+▁procedural -11.5081
+▁procedure -8.67724
+▁proceed -10.5928
+▁proceeding -10.6357
+▁process -8.38109
+▁produc -10.7457
+▁produce -9.6244
+▁producer -10.1391
+▁product -8.94696
+▁production -9.66622
+▁produzieren -11.9364
+▁produziert -11.9564
+▁profession -11.8206
+▁professional -10.6745
+▁profit -10.2041
+▁profitier -11.1547
+▁profound -11.7894
+▁programme -8.20777
+▁progress -8.92061
+▁prohibit -10.9132
+▁project -8.90138
+▁promise -10.3799
+▁promot -10.4757
+▁promote -9.63087
+▁promotion -10.7997
+▁prompt -11.4456
+▁proof -10.7022
+▁propagand -11.9168
+▁proper -9.30521
+▁proportion -10.3882
+▁propos -10.1259
+▁proposal -7.74282
+▁propose -8.58978
+▁prosecut -11.0742
+▁prospect -10.7375
+▁prosper -10.9421
+▁prostitut -11.322
+▁protect -9.23845
+▁protection -8.75174
+▁protest -10.6908
+▁protocol -11.0752
+▁proud -11.3868
+▁prove -10.0183
+▁provid -10.0744
+▁provide -8.48695
+▁provision -9.20232
+▁präsent -11.7541
+▁präzise -11.2092
+▁präzisier -11.9768
+▁prüfen -10.0488
+▁public -8.26377
+▁publish -10.6035
+▁punish -10.8182
+▁purchas -11.842
+▁pure -10.5582
+▁purpose -9.60362
+▁pursu -11.1377
+▁pursuan -11.3259
+▁pursue -10.7328
+▁push -11.1178
+▁put -8.4389
+▁qua -10.6056
+▁qualification -11.5887
+▁qualifie -10.7197
+▁qualifizierte -10.75
+▁qualitativ -10.987
+▁quantifi -12.1089
+▁quantit -10.5526
+▁question -7.78891
+▁quick -9.72177
+▁quit -8.83479
+▁quota -10.2171
+▁ra -8.6284
+▁racial -11.5343
+▁racism -10.0518
+▁racist -11.0757
+▁radical -10.9203
+▁radio -11.1266
+▁radioactiv -11.4827
+▁radioaktive -11.5887
+▁rail -10.3884
+▁railway -9.99162
+▁rais -10.817
+▁raise -9.28349
+▁range -10.6381
+▁rapid -9.91168
+▁rapporteur -8.50436
+▁rasch -10.0125
+▁rassistische -11.2683
+▁rate -9.80915
+▁ratification -11.8421
+▁ratifie -11.2483
+▁ratifizier -11.1178
+▁ratify -11.6612
+▁rational -10.8054
+▁re -8.20661
+▁reach -9.23424
+▁react -10.9126
+▁reaction -10.4767
+▁read -10.1737
+▁reading -9.95924
+▁reaffirm -12.0856
+▁reagiere -10.6462
+▁reagiert -11.2383
+▁real -8.31977
+▁realise -10.4213
+▁realisier -11.5389
+▁realistic -11.0103
+▁realistisch -11.1113
+▁realit -10.3802
+▁reason -8.63541
+▁reasonabl -10.553
+▁reassure -11.8602
+▁rec -10.0526
+▁recall -11.4462
+▁receiv -11.0895
+▁receive -9.37192
+▁recent -9.03571
+▁reception -11.5476
+▁rechne -11.5911
+▁recht -9.41266
+▁rechtfertigen -11.3204
+▁rechtliche -10.0983
+▁rechtmäßig -11.5215
+▁rechtzeitig -11.0503
+▁recital -11.7558
+▁recogni -10.3305
+▁recognise -9.53336
+▁recommend -10.5771
+▁recommendation -9.79606
+▁reconsider -11.6612
+▁reconstructi -10.7864
+▁record -10.4269
+▁recourse -11.8787
+▁recover -11.2097
+▁recycling -11.2582
+▁reduc -10.2683
+▁reduce -9.57185
+▁reduction -10.114
+▁reduzier -11.1354
+▁refer -9.80913
+▁reference -9.82903
+▁referend -11.1907
+▁referr -9.71793
+▁reflect -9.92484
+▁reform -8.89404
+▁refuge -11.1607
+▁refugees -10.1176
+▁refund -11.3983
+▁refus -11.3359
+▁refuse -10.8482
+▁regard -8.00733
+▁regelmäßig -10.8646
+▁regime -10.4225
+▁region -9.40177
+▁regional -8.7973
+▁regions -9.22168
+▁register -10.9568
+▁registr -11.8066
+▁regret -10.2396
+▁regrettabl -11.4342
+▁regular -10.7138
+▁regulat -11.4848
+▁regulate -10.7672
+▁regulation -8.51017
+▁regulator -10.69
+▁reicht -10.9675
+▁rein -10.0511
+▁reinforce -10.8312
+▁reiterate -10.8991
+▁reject -9.67323
+▁relat -9.80984
+▁relate -10.3751
+▁relation -9.61078
+▁relations -9.53584
+▁relationship -10.4763
+▁relativ -11.0466
+▁relative -10.4697
+▁release -10.5931
+▁relevant -9.8707
+▁reliabl -11.4829
+▁relie -11.4915
+▁religion -11.6763
+▁religious -11.3204
+▁religiöse -11.6171
+▁reluctan -11.9768
+▁remain -9.23235
+▁remark -10.5388
+▁remarkabl -11.8225
+▁remedy -12.0629
+▁remember -10.2147
+▁remind -9.80045
+▁remote -11.1091
+▁remov -11.2778
+▁remove -10.8449
+▁renew -11.1714
+▁renewable -10.6248
+▁repair -11.8976
+▁repeat -10.246
+▁repeated -10.8666
+▁replace -10.5931
+▁replie -11.3204
+▁reply -10.3231
+▁report -7.12089
+▁represent -9.3542
+▁representation -11.0618
+▁representative -9.55678
+▁repressi -11.5887
+▁request -9.08247
+▁requir -11.7654
+▁require -8.9724
+▁requirement -9.56112
+▁research -9.32395
+▁reservation -11.1266
+▁resid -11.7427
+▁residenc -10.9111
+▁resident -11.1903
+▁resign -11.8242
+▁resistan -11.4222
+▁resolution -8.40166
+▁resolv -11.4141
+▁resolve -10.1959
+▁resource -8.93625
+▁respect -8.44386
+▁respective -11.1222
+▁respektiere -11.3754
+▁respektiert -11.6028
+▁respond -10.2143
+▁response -9.74362
+▁responsibilit -8.85489
+▁responsibl -9.3268
+▁rest -10.0084
+▁restor -11.3306
+▁restore -11.2503
+▁restrict -10.3424
+▁restriction -10.5239
+▁restructuring -11.2285
+▁result -8.48221
+▁resume -11.0669
+▁retain -11.0025
+▁retire -11.6028
+▁return -10.0823
+▁reuni -11.3404
+▁reveal -11.3531
+▁revenue -11.6316
+▁reverse -11.4703
+▁review -9.88332
+▁revise -11.2787
+▁revision -10.799
+▁revolution -11.2092
+▁rhetoric -11.7558
+▁rich -10.8546
+▁richtet -11.6463
+▁richtig -9.47221
+▁richtige -10.2438
+▁riesige -11.5891
+▁right -7.36403
+▁rigid -12.0407
+▁rigorous -11.3983
+▁rise -10.2375
+▁risk -8.95215
+▁road -9.55305
+▁role -8.95337
+▁roll -11.3082
+▁room -10.9949
+▁root -10.9061
+▁round -10.7618
+▁route -11.0589
+▁ruin -11.8602
+▁rule -8.69876
+▁ruling -11.6463
+▁run -9.72526
+▁rural -10.095
+▁russische -11.0025
+▁sacrifice -11.7894
+▁sad -10.8864
+▁safe -8.82005
+▁safeguard -10.3192
+▁sage -10.2471
+▁sagen -8.36078
+▁sagt -10.399
+▁sagte -9.77379
+▁sai -8.48636
+▁sale -11.1493
+▁sanction -10.0518
+▁satisfact -11.3864
+▁satisfactor -10.886
+▁satisfie -10.987
+▁satisfy -11.8242
+▁saubere -11.7558
+▁save -11.3654
+▁saving -11.1091
+▁saw -11.3205
+▁say -7.98992
+▁saying -9.84409
+▁sc -9.49395
+▁scale -10.3271
+▁scandal -11.2383
+▁scarce -11.9366
+▁scenario -11.8976
+▁sceptic -11.9168
+▁sch -9.08781
+▁schade -11.3531
+▁schaffen -9.33079
+▁schafft -11.0341
+▁schedule -11.3868
+▁schein -9.80673
+▁scheme -10.0609
+▁schlage -11.3532
+▁schlecht -10.3551
+▁schlicht -11.7233
+▁schließ -10.658
+▁schließlich -9.51567
+▁schlimm -10.708
+▁schnell -9.60033
+▁schneller -10.8901
+▁schon -8.56209
+▁school -10.07
+▁schottische -12.0407
+▁schriftlich -10.7742
+▁schrittweise -11.0503
+▁schwach -11.3868
+▁schwarz -11.8787
+▁schwedische -10.2362
+▁schwer -9.55264
+▁schwerwiegende -10.6462
+▁schwierig -9.50317
+▁schwäch -11.4728
+▁schädlich -11.2594
+▁schätzen -12.1089
+▁schützen -10.3592
+▁science -11.3421
+▁scientific -10.1142
+▁scientist -11.5081
+▁score -11.3755
+▁scourge -12.1571
+▁scrapie -12.0856
+▁scrutin -11.4336
+▁sea -9.69468
+▁search -11.8421
+▁sechs -10.2844
+▁second -8.47846
+▁secre -10.9794
+▁section -10.5137
+▁sector -8.60813
+▁secure -10.6517
+▁securit -9.08197
+▁see -8.09326
+▁seek -9.76861
+▁seeker -11.1398
+▁seem -9.15933
+▁sehe -10.5904
+▁sehen -9.54694
+▁sei -8.93077
+▁sein -7.46613
+▁seine -8.27332
+▁seiner -8.89661
+▁seit -8.86855
+▁seiten -10.2479
+▁selbst -8.219
+▁select -10.8247
+▁selten -11.4827
+▁send -10.0895
+▁senior -11.6917
+▁senk -11.3637
+▁sense -9.69846
+▁sensible -10.3757
+▁sensitive -10.4901
+▁sensitivit -11.7894
+▁sent -10.5019
+▁sentence -11.2485
+▁separat -11.4956
+▁separate -10.4489
+▁serbische -11.9364
+▁seri -10.7865
+▁serious -8.72553
+▁serve -10.2738
+▁service -8.56301
+▁session -9.98607
+▁set -8.67209
+▁setting -10.1806
+▁settle -11.4952
+▁settlement -11.2486
+▁setzen -9.83741
+▁seven -10.7801
+▁several -9.65488
+▁severe -11.5767
+▁sex -11.0344
+▁sexual -10.8783
+▁sexuelle -11.0341
+▁shall -8.8844
+▁shame -11.1809
+▁shape -11.4245
+▁shar -11.0237
+▁share -9.26387
+▁she -9.35414
+▁shift -11.0182
+▁ship -10.426
+▁shipp -11.1637
+▁shock -11.4953
+▁short -9.25102
+▁shortcoming -11.0267
+▁should -6.85552
+▁show -9.01306
+▁sich -6.49416
+▁sicher -8.67518
+▁sicherstell -10.9357
+▁sichtbar -11.6779
+▁side -9.72925
+▁sie -6.66419
+▁sieben -10.9881
+▁sign -9.55586
+▁signal -10.5858
+▁significan -11.2602
+▁significant -9.69364
+▁silence -11.3642
+▁similar -10.028
+▁simpl -9.23409
+▁simple -10.3497
+▁simplifie -11.9366
+▁simplify -11.3983
+▁since -8.61453
+▁sincere -11.2095
+▁single -9.37317
+▁sink -11.5646
+▁sinnvoll -10.3882
+▁site -10.6398
+▁sitting -9.81697
+▁situation -8.17491
+▁sitzen -11.6921
+▁six -10.0134
+▁size -10.0566
+▁skill -11.0668
+▁slaughter -11.6917
+▁slight -11.0835
+▁slow -10.8216
+▁small -9.1185
+▁smok -10.3674
+▁smooth -12.0189
+▁smuggl -11.7894
+▁so -6.36352
+▁social -8.13994
+▁societ -8.94219
+▁socio -11.5748
+▁sofort -10.7315
+▁sogenannte -10.2624
+▁solche -8.61291
+▁solcher -10.6699
+▁soldier -11.2285
+▁solid -10.9871
+▁solidari -10.0342
+▁soll -8.0852
+▁sollte -7.60025
+▁solution -9.19591
+▁solve -10.401
+▁some -7.49761
+▁sometime -10.2183
+▁sonder -7.99039
+▁sonstige -11.523
+▁soon -9.78626
+▁sorgen -9.95445
+▁sorgfältig -10.8578
+▁sort -10.1363
+▁sound -10.0679
+▁source -10.2042
+▁south -11.1299
+▁souther -11.1592
+▁sovereign -11.8014
+▁sovereignt -11.1205
+▁sowie -8.13241
+▁sozial -10.4528
+▁soziale -8.63142
+▁sozioökonomisch -12.1327
+▁spanische -10.7864
+▁speak -9.14285
+▁speaker -9.78568
+▁speci -11.4314
+▁special -9.36895
+▁specific -8.58085
+▁specifie -11.3642
+▁specify -11.6917
+▁spectr -11.5495
+▁speculat -11.4099
+▁speech -9.9962
+▁speed -10.0222
+▁spen -10.6042
+▁spend -10.3452
+▁speziell -10.3706
+▁spezielle -10.3725
+▁sphere -11.0422
+▁spiele -10.4122
+▁spirit -10.2362
+▁split -11.7394
+▁spoke -10.1834
+▁sport -9.52367
+▁spot -11.632
+▁spreche -10.9458
+▁sprechen -9.42422
+▁sprich -10.6852
+▁spring -11.7074
+▁spät -10.9462
+▁später -10.3052
+▁spürbar -11.842
+▁spüre -12.0189
+▁staatliche -10.2244
+▁stabile -11.6612
+▁stabilis -11.1091
+▁stabilit -9.97386
+▁staff -10.0731
+▁stage -9.56725
+▁stake -11.0103
+▁stammen -11.6171
+▁stammt -11.7394
+▁stance -11.3006
+▁stand -9.55808
+▁standard -9.19538
+▁stark -10.0112
+▁starke -10.4937
+▁start -8.91582
+▁state -8.74682
+▁statement -9.28473
+▁states -9.70927
+▁station -11.336
+▁statistic -10.8444
+▁statistische -12.0189
+▁statt -9.53693
+▁stattfand -11.842
+▁stattfinde -11.4031
+▁stattfinden -10.3657
+▁stattgefunden -11.2993
+▁statu -9.94062
+▁stay -11.0278
+▁steckt -12.0856
+▁steh -9.00594
+▁stehen -9.11735
+▁stehende -10.4174
+▁steig -11.2984
+▁stellen -8.99989
+▁stellt -9.28868
+▁step -9.0961
+▁sterben -11.7894
+▁stet -10.1045
+▁steuerliche -11.7911
+▁still -8.38682
+▁stimme -10.435
+▁stimmen -9.8245
+▁stimmt -10.5528
+▁stimul -11.2583
+▁stipulate -11.0025
+▁stock -10.5745
+▁stolz -11.4456
+▁stop -10.0914
+▁stoppe -11.4848
+▁stor -10.4192
+▁straight -11.2683
+▁strand -12.0189
+▁strange -11.7724
+▁strateg -9.44394
+▁strategic -10.4411
+▁strategische -10.5938
+▁streich -11.8745
+▁streng -11.2577
+▁strenge -10.6037
+▁strength -11.5203
+▁strengthen -9.73499
+▁stress -9.51717
+▁strict -10.1496
+▁strike -11.2188
+▁strikt -11.1534
+▁stringent -11.6316
+▁strong -9.42466
+▁structural -10.1524
+▁structure -9.75027
+▁strukturelle -11.4578
+▁student -11.0668
+▁studie -10.5378
+▁study -10.3035
+▁städtische -11.9977
+▁ständig -10.0955
+▁stärken -10.8851
+▁stärker -10.1317
+▁stärkere -10.7106
+▁stärkste -11.2785
+▁stützt -11.7724
+▁sub -10.1811
+▁subject -8.65537
+▁submit -10.7505
+▁submitt -10.1727
+▁subscribe -11.7074
+▁subsequent -10.8782
+▁subsid -9.96815
+▁subsidiarit -10.3674
+▁substance -9.97648
+▁substantial -10.3633
+▁succeed -10.6088
+▁success -9.74351
+▁successful -10.0856
+▁such -7.75716
+▁sudden -11.6463
+▁suffer -10.3058
+▁suffering -10.808
+▁sufficient -9.81696
+▁suggest -9.81641
+▁suggestion -10.8197
+▁suitabl -11.3422
+▁sum -10.6458
+▁summar -11.3987
+▁summer -11.3642
+▁summit -10.4358
+▁super -10.8118
+▁supervisi -11.1444
+▁supervisor -11.6028
+▁supplement -10.4948
+▁supplie -11.3098
+▁supply -10.6354
+▁support -7.69091
+▁supposed -10.8923
+▁supranational -11.842
+▁sure -9.32679
+▁surface -11.6917
+▁surplus -11.8787
+▁surprise -10.7864
+▁surprising -11.9364
+▁surve -11.4336
+▁surviv -11.1997
+▁suspect -11.5611
+▁suspend -10.8312
+▁suspicio -11.7074
+▁sustain -10.9067
+▁sustainabl -10.1362
+▁swift -11.3983
+▁symbol -11.2383
+▁sympath -10.9794
+▁system -8.18328
+▁systematic -10.9494
+▁systematisch -10.9348
+▁sämtliche -10.073
+▁südliche -11.3868
+▁table -9.35285
+▁tackl -11.5604
+▁tackle -10.414
+▁tagtäglich -12.1089
+▁take -7.30484
+▁talk -9.03024
+▁tangi -11.5674
+▁target -10.0428
+▁tariff -11.0585
+▁task -9.41667
+▁tatsächlich -9.44413
+▁tax -9.13158
+▁taxpayer -11.1903
+▁team -11.3428
+▁technical -9.5494
+▁technique -11.6763
+▁technische -9.66685
+▁technological -10.8444
+▁technologische -11.0585
+▁technology -10.073
+▁teile -10.7281
+▁teilnehmen -11.1005
+▁teilweise -10.6247
+▁telephone -11.7894
+▁television -10.6794
+▁tell -9.82823
+▁tend -11.1457
+▁tendenc -11.8427
+▁tension -11.3422
+▁term -8.23087
+▁terribl -11.2583
+▁territor -10.3756
+▁territorial -11.0837
+▁terrorist -11.2188
+▁test -10.0649
+▁text -9.25377
+▁than -8.01069
+▁thank -8.27425
+▁that -5.21628
+▁the -3.66005
+▁their -7.37095
+▁them -8.03432
+▁theoretisch -11.9977
+▁therapeutic -12.0629
+▁therapeutische -11.9977
+▁there -6.97925
+▁these -7.16454
+▁thing -9.11948
+▁think -8.07082
+▁third -8.84494
+▁thirt -11.3098
+▁thorough -10.8247
+▁though -10.2099
+▁thought -10.2881
+▁thousand -10.3551
+▁threat -10.2112
+▁threaten -10.5233
+▁three -9.07905
+▁threshold -11.842
+▁through -8.48284
+▁throw -11.2582
+▁tief -10.7984
+▁tiefgreifende -11.9364
+▁tight -11.3368
+▁time -7.60855
+▁times -10.4057
+▁timetable -10.7375
+▁to -4.46475
+▁tobacco -10.0134
+▁tog -9.50388
+▁toleran -11.605
+▁tonne -11.4763
+▁too -8.33544
+▁topic -11.1436
+▁topical -10.9428
+▁torture -11.603
+▁total -9.28736
+▁toward -9.08595
+▁town -11.1963
+▁trace -11.2101
+▁track -11.4102
+▁trade -9.23143
+▁traditional -10.7624
+▁traditionelle -11.1903
+▁traffic -9.96968
+▁traffick -10.0293
+▁traged -11.0025
+▁tragen -9.93226
+▁tragic -11.1625
+▁tragische -11.7724
+▁train -9.41373
+▁trans -9.77968
+▁transaction -11.4702
+▁transfer -10.1267
+▁transform -11.6467
+▁transition -10.588
+▁translate -11.5476
+▁translation -11.7232
+▁transnational -11.4099
+▁transparen -9.76666
+▁transparent -10.1001
+▁transport -8.88043
+▁transpose -11.7894
+▁travel -10.6035
+▁treat -9.81995
+▁treatment -10.2368
+▁treffen -10.1654
+▁tremendous -11.7232
+▁trend -10.9349
+▁tri -9.75521
+▁trial -11.0151
+▁tribute -11.7724
+▁troop -11.6463
+▁tropische -12.1327
+▁trotz -9.54576
+▁trouble -11.5748
+▁tru -10.5811
+▁true -9.6516
+▁trust -10.9015
+▁truth -10.9797
+▁try -9.32887
+▁träg -10.7873
+▁tun -8.60388
+▁turn -9.4963
+▁tut -10.751
+▁twel -11.842
+▁twent -11.0261
+▁two -8.27606
+▁type -9.43928
+▁typical -11.8787
+▁täglich -11.0585
+▁tätig -10.525
+▁türkische -10.3592
+▁ultimate -10.8782
+▁um -6.69887
+▁umfangreiche -10.8578
+▁umfassend -10.672
+▁umfassende -9.90731
+▁umfaßt -11.2889
+▁umgekehrt -11.9168
+▁umgesetzt -10.2025
+▁umsetz -11.1393
+▁umweltpolitisch -11.9168
+▁umzusetzen -10.7757
+▁un -7.62633
+▁unabdingbar -11.5081
+▁unabhängig -9.68619
+▁unacceptabl -10.028
+▁unanim -11.364
+▁unanimous -10.6247
+▁unannehmbar -11.2188
+▁unbe -10.3509
+▁unbedingt -10.0309
+▁uncertain -11.1091
+▁und -4.80458
+▁under -8.21614
+▁underestimate -12.0189
+▁underline -11.1725
+▁undermine -11.0585
+▁understand -9.30208
+▁undertake -10.343
+▁undertaking -10.4411
+▁undoubted -10.9947
+▁uneingeschränkt -10.898
+▁unemploy -10.0488
+▁unequivocal -11.8787
+▁unerläßlich -11.1997
+▁unfair -11.2188
+▁unfortunate -9.49452
+▁ungefähr -11.6763
+▁unglaublich -12.1327
+▁uniform -10.8991
+▁unilateral -11.7894
+▁union -10.4785
+▁unique -11.5887
+▁unit -10.2799
+▁universal -10.6193
+▁universit -11.6463
+▁unklar -11.9365
+▁unles -10.6946
+▁unlike -11.3983
+▁unmittelbar -10.3113
+▁unmöglich -11.0926
+▁unnecessar -11.0751
+▁unnötig -11.4456
+▁unrealistic -12.1571
+▁uns -7.08677
+▁unser -8.96129
+▁unsere -7.47874
+▁unserer -8.26114
+▁unter -7.80745
+▁unterbreiten -11.2482
+▁unterbreitet -11.0182
+▁unterbrochen -11.1625
+▁unterlieg -11.1898
+▁unternehmen -10.4034
+▁unternommen -10.4625
+▁unterrichte -11.9675
+▁unterscheide -10.9718
+▁unterschiedlich -9.93161
+▁unterstreich -10.5042
+▁unterstrich -11.5565
+▁unterstütze -10.5096
+▁unterstützen -8.88429
+▁unterstützt -9.50839
+▁untersuchen -11.3868
+▁untersucht -11.4826
+▁unterzeichnet -10.8991
+▁unusual -12.0189
+▁unver -10.6916
+▁unverzüglich -10.7494
+▁unzureichend -10.8053
+▁up -7.42438
+▁update -11.8626
+▁uphold -11.8242
+▁uran -11.0433
+▁urban -11.0585
+▁urge -10.0821
+▁urgenc -10.7385
+▁urgent -9.78894
+▁ursprünglich -11.0308
+▁ursprüngliche -11.0537
+▁us -7.47488
+▁use -8.22168
+▁useful -10.1705
+▁usual -10.8592
+▁usw -10.5417
+▁utilis -11.9169
+▁vague -11.7724
+▁valid -10.9643
+▁value -9.18196
+▁van -9.86591
+▁variet -11.6764
+▁various -9.11376
+▁vast -11.2291
+▁vegetable -11.4216
+▁vehicle -10.351
+▁venture -11.8787
+▁ver -7.37179
+▁verabschieden -11.1997
+▁verabschiedet -10.5137
+▁verankert -11.5211
+▁veranlass -11.5216
+▁veranlaßt -11.7724
+▁verantwortlich -10.3389
+▁verantwortungs -11.5828
+▁verbessern -9.97927
+▁verbessert -10.4762
+▁verbinde -11.753
+▁verbindliche -11.3284
+▁verbleib -11.8051
+▁verboten -11.3433
+▁verbreitet -11.7894
+▁verbunden -9.94625
+▁verdank -11.9768
+▁verdeutlich -11.4456
+▁verdient -11.0031
+▁verehrte -9.87826
+▁vereinbar -11.3876
+▁vereinbart -10.9056
+▁vereinfachen -12.0407
+▁vereinfacht -11.9768
+▁vereint -12.0629
+▁verfolgen -10.331
+▁verfolgt -10.2693
+▁verfügbar -11.2993
+▁verfüge -10.3674
+▁verfügt -10.7434
+▁vergangene -9.79347
+▁vergessen -9.96263
+▁vergleichbar -11.5887
+▁verhandelt -11.7725
+▁verheerende -11.8602
+▁verhindern -10.0981
+▁verhindert -11.0341
+▁verknüpf -11.779
+▁verlange -10.8479
+▁verlangt -10.8714
+▁verlasse -11.9995
+▁verleih -10.9203
+▁verletzt -11.2126
+▁verlier -10.865
+▁verloren -10.8444
+▁verlänger -11.6612
+▁vermeiden -10.5137
+▁vermie -11.6619
+▁vermute -11.8983
+▁vermutlich -11.9564
+▁vernommen -12.1327
+▁vernünftig -11.0504
+▁vernünftige -10.7138
+▁verpflichten -11.5749
+▁verpflichtet -10.2218
+▁verringer -10.8054
+▁verschaff -11.559
+▁verschieb -11.6977
+▁verschiedene -8.97755
+▁verschoben -11.9168
+▁verschärfen -12.1089
+▁verschärft -11.7558
+▁versetz -11.8938
+▁versicher -10.3714
+▁version -10.7379
+▁versteh -11.7839
+▁verstehe -11.0524
+▁verstehen -10.2125
+▁verstoßen -11.6463
+▁verstärken -10.9132
+▁verstärkt -10.6131
+▁verstärkte -10.826
+▁versuche -9.93562
+▁versucht -10.1903
+▁versäum -12.0856
+▁verteidigen -11.1005
+▁verteidigt -11.8602
+▁verteilt -11.3313
+▁vertraue -11.5343
+▁vertraut -11.8242
+▁vertrete -11.9179
+▁vertreten -9.70949
+▁verursachen -11.4826
+▁verursacht -10.6462
+▁verurteilen -11.1717
+▁verurteilt -10.6571
+▁verweiger -11.6917
+▁verweis -11.4517
+▁verweise -10.9091
+▁verwende -11.1921
+▁verwendet -10.3548
+▁verwies -10.9061
+▁verwirklichen -11.7074
+▁verwirklicht -11.8066
+▁verwunder -12.1571
+▁verzeichnen -11.4593
+▁verzichte -11.4099
+▁verändern -11.5343
+▁verändert -10.5427
+▁veröffentlicht -10.9761
+▁vessel -10.8921
+▁vi -10.4633
+▁via -11.0023
+▁victim -9.61911
+▁viel -7.92914
+▁viele -8.30004
+▁vielfach -11.6049
+▁vielfältige -12.0407
+▁vier -9.53203
+▁vierzehn -11.8976
+▁view -8.25277
+▁vigilan -11.4336
+▁vigorous -11.5611
+▁village -11.8787
+▁violate -11.3531
+▁violation -10.3389
+▁violen -9.96816
+▁virtual -11.6028
+▁virtue -11.6463
+▁vis -10.6332
+▁visa -10.9736
+▁vision -10.9956
+▁visit -10.1433
+▁vital -10.0251
+▁vo -8.27718
+▁voice -10.8317
+▁voll -9.40287
+▁volle -10.3824
+▁vollkommen -10.8856
+▁vollständig -10.0285
+▁volume -11.4336
+▁voluntar -10.9568
+▁von -5.77946
+▁vor -6.94607
+▁voran -9.89662
+▁vorangegangene -11.2385
+▁vorankomm -11.7505
+▁voraus -10.4361
+▁vorbehaltlos -12.0407
+▁vorbereitet -11.1091
+▁vorgelegt -9.3493
+▁vorgenommen -10.7277
+▁vorgeschlagen -9.43525
+▁vorgeschlagene -10.2234
+▁vorgesehen -9.35819
+▁vorhanden -10.1765
+▁vorherige -11.5082
+▁vorhi -11.3326
+▁vorlege -10.6044
+▁vorlieg -11.1722
+▁vorliegen -10.7496
+▁vorliegende -9.58278
+▁vorläufig -11.5748
+▁vormittag -11.4701
+▁vornehm -11.1321
+▁vorrangig -10.7434
+▁vorschlage -10.9583
+▁vorsi -11.3339
+▁vorsichtig -11.9168
+▁vorstelle -11.3333
+▁vorzu -10.5422
+▁vorzulegen -10.5937
+▁vorzunehmen -11.1282
+▁vorzuschlagen -11.7395
+▁vot -9.6264
+▁vote -7.97954
+▁vulnerab -11.0503
+▁völlig -9.42145
+▁w -6.53895
+▁wachsam -11.9564
+▁wachsende -11.1118
+▁wage -10.986
+▁wahrnehme -11.6038
+▁wahrscheinlich -10.6357
+▁wait -10.2619
+▁want -8.01128
+▁war -7.57296
+▁warning -10.8673
+▁was -6.622
+▁waste -9.40558
+▁watch -11.3868
+▁water -9.12683
+▁way -7.8733
+▁we -5.49992
+▁weak -10.5176
+▁weakness -11.4221
+▁wealth -10.982
+▁weapon -10.6738
+▁week -9.4646
+▁weil -8.17719
+▁weit -9.52492
+▁weiter -8.65166
+▁weitere -9.04788
+▁weiteren -9.65434
+▁weiterh -9.45085
+▁weitgehend -10.7677
+▁weitreichende -11.6463
+▁weiß -9.36088
+▁welche -8.64199
+▁welcher -10.8125
+▁welcome -8.91813
+▁welfar -11.1717
+▁well -8.18238
+▁weltweit -10.2618
+▁wenig -8.59633
+▁wenigsten -10.9363
+▁wenn -7.1192
+▁wer -10.4744
+▁werde -9.20225
+▁werden -6.17257
+▁wertvolle -11.1997
+▁wesentlich -9.60046
+▁wesentliche -9.79963
+▁westliche -11.498
+▁what -7.25733
+▁whe -8.69152
+▁when -7.83284
+▁where -8.14525
+▁which -5.99812
+▁whil -9.11882
+▁white -11.8066
+▁who -7.56065
+▁whole -8.85461
+▁wholehearted -11.4456
+▁whom -10.4961
+▁why -8.3593
+▁wichtig -8.39917
+▁wichtige -8.90448
+▁wichtiger -10.0813
+▁wichtigste -9.7119
+▁wide -9.82982
+▁wider -10.0771
+▁widerspiegel -11.2993
+▁widerspr -11.8
+▁widersprüchlich -12.1224
+▁widmen -11.2285
+▁wie -6.73544
+▁wieder -8.53365
+▁wiederhole -11.5702
+▁wiederholen -10.6372
+▁wiederholt -10.8054
+▁wieviel -12.0407
+▁wild -11.6927
+▁will -6.32341
+▁wir -5.39967
+▁wirklich -8.60462
+▁wirksame -10.0799
+▁wirtschaftlich -10.7833
+▁wirtschaftliche -8.90392
+▁wish -8.68454
+▁wissen -8.87811
+▁with -5.9978
+▁withdraw -10.3799
+▁witness -10.799
+▁wo -8.30089
+▁wohl -9.54008
+▁wollen -8.49291
+▁wollte -10.0076
+▁wom -8.64651
+▁wonder -10.331
+▁wor -10.0742
+▁word -9.73337
+▁words -9.35133
+▁work -7.81691
+▁workers -9.54998
+▁working -8.9622
+▁workplace -11.8602
+▁world -8.63185
+▁worrie -11.4342
+▁worrying -11.4099
+▁worse -10.7441
+▁worth -10.3156
+▁writ -10.4994
+▁wrong -10.2806
+▁wurde -7.36071
+▁während -8.95516
+▁wäre -8.41937
+▁wünsche -10.9762
+▁wünschen -10.5799
+▁wünschenswert -11.3868
+▁wünscht -11.4826
+▁würde -8.18464
+▁xenophobi -10.533
+▁ye -9.62291
+▁year -8.32422
+▁years -8.25215
+▁yield -11.7894
+▁you -7.05108
+▁young -9.40672
+▁your -8.34127
+▁z -10.1352
+▁zahlen -11.0115
+▁zahlreiche -9.64889
+▁zehn -10.3152
+▁zeigen -10.3799
+▁zeigt -9.95714
+▁zeitlich -11.5264
+▁zentrale -10.5281
+▁zerstört -11.5343
+▁ziehen -10.1062
+▁zielgerichtet -12.1571
+▁ziemlich -11.0182
+▁zitiere -11.3421
+▁zivile -11.1997
+▁zu -5.38937
+▁zufrieden -10.6761
+▁zugelassen -11.2684
+▁zugrunde -10.8923
+▁zugänglich -11.4826
+▁zukünftig -10.8851
+▁zulässig -11.2482
+▁zum -7.31692
+▁zumindest -9.94355
+▁zunehmend -11.1607
+▁zunehmende -11.1783
+▁zur -6.86985
+▁zurück -9.1724
+▁zurückgeh -12.0769
+▁zurückkehre -12.1431
+▁zurückkomme -11.7667
+▁zurückzu -11.1073
+▁zurückzuführen -10.9948
+▁zusammen -9.24508
+▁zusammenhäng -11.7055
+▁zustimmen -10.1886
+▁zuständig -9.89684
+▁zusätzlich -11.0493
+▁zusätzliche -10.0254
+▁zwa -8.64591
+▁zwangsläufig -11.4336
+▁zwanzig -11.6463
+▁zweckmäßig -11.5748
+▁zwei -8.5301
+▁zweifel -10.0194
+▁zweite -9.59518
+▁zweiten -9.05967
+▁zwischen -7.98832
+▁zwölf -11.6917
+▁zähle -11.2482
+▁zählt -11.5343
+▁zügig -11.2785
+▁Änderung -9.1666
+▁Änderungsantrag -8.9062
+▁Ärzte -11.2092
+▁Äthiopien -11.2889
+▁Äußerung -11.1266
+▁ähnlich -11.2627
+▁ähnliche -10.8153
+▁ältere -11.0585
+▁ändern -10.2112
+▁ändert -12.0629
+▁äußer -10.1395
+▁äußerst -9.23376
+▁öffentlich -10.1003
+▁öffentliche -9.23269
+▁öffne -11.5748
+▁ökologisch -11.9222
+▁ökologische -11.016
+▁ökonomische -11.5081
+▁örtliche -11.4826
+▁österreichische -10.63
+▁über -6.64267
+▁überarbeitet -11.9364
+▁überein -10.5632
+▁überlassen -11.0443
+▁übermitteln -11.3423
+▁übermittelt -11.3423
+▁übernehmen -10.3325
+▁übernommen -10.7677
+▁überprüfen -11.2285
+▁überprüft -11.4456
+▁überrascht -11.8066
+▁übertragen -10.7639
+▁überwacht -12.0856
+▁überwinden -11.6028
+▁überzeugen -10.8118
+▁überzeugt -10.273
+▁üblich -10.8386
+▁übrig -11.5745
+▁übrigen -9.34447
diff --git a/tests/sentencepiece/vocab.maxlines.expected b/tests/sentencepiece/vocab.maxlines.expected
index b0e36d5..6ad586d 100644
--- a/tests/sentencepiece/vocab.maxlines.expected
+++ b/tests/sentencepiece/vocab.maxlines.expected
@@ -1,3700 +1,4000 @@
-( -7.23298
-, -9.59083
-- -5.83029
-. -6.95634
-/ -7.48629
-0 -6.952
-00 -8.88447
-1 -8.65975
-15 -10.1326
-2 -8.44113
-25 -10.5379
-3 -8.85995
-35 -9.75889
-4 -8.54509
-46 -10.1707
-5 -7.58898
-55 -10.2919
-6 -8.63568
-7 -8.49131
-76 -10.4682
-8 -8.49148
-9 -7.91988
-96 -10.554
-; -6.06696
+! -7.41065
+& -12.6363
+( -7.27612
+) -7.27612
+, -3.37211
+- -5.82643
+. -6.95346
+/ -7.52943
+0 -7.05146
+00 -8.77041
+1 -8.85698
+15 -10.4153
+2 -8.43669
+25 -10.541
+3 -8.85579
+35 -9.77609
+4 -8.54284
+46 -10.2132
+5 -7.57007
+55 -10.3136
+6 -8.63645
+7 -8.48716
+76 -10.502
+8 -8.48851
+9 -7.79575
+96 -10.3793
+: -6.98669
+; -6.03038
</s> 0
<unk> 0
-@ -5.28907
-A -7.86567
-AL -10.273
-AP -10.6487
-Alba -10.3921
-B -9.59055
-Berichterstatter -8.64035
-C -8.51841
-CE -11.0773
-D -9.57846
-E -9.4467
-EC -9.66619
-EN -10.0226
-ER -9.63001
-F -9.01958
-G -8.78758
-H -10.5385
-I -9.41442
-II -10.6864
-IP -9.15106
-K -10.2058
-L -9.7409
-LA -9.99712
-M -9.11166
-Menschenrechtsko -10.2467
-N -8.71376
-O -8.90991
-P -8.67748
-PE -9.8963
-R -9.31393
-RE -9.99674
-RO -10.347
-S -9.11174
-SE -9.79393
-T -8.65856
-TO -9.36233
-U -9.10959
-UE -10.239
-UR -10.2595
-V -9.95615
-W -10.2055
-Z -11.0393
-a -6.11386
-ab -8.27639
-aben -9.74772
-abilit -9.06111
-abinet -10.5799
-abkommen -10.2487
-able -7.54256
-abwe -9.63046
-ace -9.4494
-aced -10.141
-achte -9.46392
-achten -9.44118
-achtung -10.5847
-aci -9.63315
-act -8.27267
-adequate -9.99656
-admissi -10.2466
-afrika -10.244
-ag -8.90342
-age -7.9907
-aid -8.07157
-ail -10.2175
-ake -8.88019
-aki -10.355
-akte -10.5794
-aktion -11.0796
-al -6.11691
-ale -9.36432
-alisierung -9.50189
-alität -10.1753
-all -9.05477
-allel -10.583
-alpolitik -9.80813
-altung -9.43576
-am -7.75162
-ambi -10.5906
-amen -8.40272
-amp -10.2208
-amper -9.83221
-an -7.17563
-ance -8.24961
-and -8.70845
-andal -10.6342
-anden -9.90004
-andidate -10.58
-ang -9.72162
-angegangen -10.5957
-ank -10.0412
-anlage -10.5865
-ant -8.59058
-antwort -9.79567
-anz -9.50286
-apo -6.51583
-appropriat -10.5364
-ar -8.13925
-aragraph -11.0794
-arbeit -9.26275
-arbeiten -9.22469
-arbeitet -10.2461
-arch -9.13494
-ard -9.85219
-are -9.58297
-arge -9.47082
-ari -9.29138
-aria -9.75286
-arious -9.63296
-arliament -7.20536
-arri -10.0124
-art -9.14528
-arten -9.0255
-arti -10.3612
-ary -7.75419
-arüber -9.02821
-as -8.76667
-assa -10.8549
-assure -9.80488
-ast -9.45889
-at -7.39499
-atalog -10.2466
-atastroph -10.2463
-ate -9.06978
-atic -9.53444
-ation -6.99955
-ative -9.80466
-ator -9.43216
-atten -9.07471
-au -8.30564
-auch -6.31141
-auf -9.2543
-aus -8.75058
-ause -10.0927
-ausgegangen -10.5847
-ausschu -9.15103
-avour -11.0795
-aß -6.26479
-b -6.84848
-bank -9.75448
-bar -8.74374
-bau -9.16352
-be -8.03268
-beabsichtigt -10.5799
-beauftragt -10.5799
-beding -10.5604
-bedingt -10.0088
-behalte -10.2921
-behörde -10.5799
-bei -8.402
-bekannt -10.5374
-bekämpf -10.0626
-bel -9.65191
-ber -8.10647
-bereich -10.5556
-berein -10.2466
-bereinkommen -9.79674
-bereit -9.97618
-bergang -10.5814
-bericht -10.2479
-berlegung -10.2471
-beschäftigung -10.2757
-besondere -8.07842
-besser -9.75989
-bewußt -10.5895
-bezieh -10.1957
-beziehung -10.2793
-bezogen -9.37945
-bezüglich -9.79665
-bhängig -10.3591
-bild -9.99069
-bildung -10.2567
-bilisierung -10.5799
-bilität -10.2505
-ble -9.07008
-blick -8.89996
-board -9.79876
-bod -10.5396
-bon -9.98557
-boo -10.3222
-bour -9.79662
-bre -10.1476
-brechen -10.2457
-brief -10.2466
-bring -9.44784
-by -6.60579
-c -6.97501
-cal -9.30436
-cause -7.78561
-ce -6.97491
-central -10.5758
-certain -10.2074
-ch -7.13782
-chaff -9.75565
-change -10.5388
-chen -9.37516
-chluß -10.2263
-chtung -9.94961
-chwierig -9.7978
-chätzung -10.5799
-cial -9.19808
-cide -10.2498
-ck -9.07224
-cker -10.2619
-claim -10.2466
-clear -9.95677
-clusion -9.64808
-come -8.95194
-coming -10.3977
-communication -9.80059
-condition -11.0389
-conomic -10.5794
-constitute -9.99657
-cott -9.79659
-cour -10.3238
-cross -9.99661
-ction -10.9179
-cy -7.7237
-d -4.73888
-da -8.24334
-danke -10.585
-date -9.50521
-day -7.98522
-de -7.72964
-decision -9.95627
-deckt -10.2466
-deed -9.1031
-dem -8.57011
-demokrat -11.0797
-demokratische -10.8498
-den -8.57726
-denk -9.38173
-depend -9.99659
-der -8.27034
-desp -10.5817
-deutlich -10.5389
-dienst -10.5804
-difference -10.2466
-dings -9.07902
-disch -9.47067
-dlich -9.4692
-dom -9.13652
-done -9.52256
-druck -8.83181
-drücklich -10.5799
-durch -9.32238
-e -4.27333
-each -8.5871
-ead -9.62783
-ean -9.96985
-easure -10.5792
-ebatt -8.88561
-eben -8.82387
-echanism -10.2466
-echn -10.0567
-echter -11.003
-ecke -10.0351
-ect -8.82075
-ed -5.47854
-efficien -10.5791
-efinition -9.99574
-egulierung -11.0797
-ehindert -11.0444
-eigen -10.3071
-eign -8.90006
-eihen -11.0696
-eij -10.4131
-einander -9.99656
-einfach -9.97538
-eira -9.54349
-eister -10.7528
-eitet -10.4299
-eits -9.64987
-el -7.59959
-ell -8.02523
-elve -9.12175
-em -8.029
-ember -8.90168
-en -3.80758
-ence -9.26462
-ende -8.36461
-enden -9.21888
-endlich -9.95169
-enschenwürd -10.58
-ential -9.79956
-entralis -10.2495
-epresentative -10.5796
-equenz -10.5799
-er -5.52685
-erbreitet -10.2465
-erfahren -10.2467
-erfreu -10.6008
-erhalten -8.72973
-erkenn -10.5748
-erlei -11.0798
-ern -8.58959
-erreichen -9.83193
-errung -10.7698
-ers -7.92368
-ert -8.92526
-erung -9.65524
-erweise -9.36709
-erzeugnisse -9.79657
-erücksichtig -9.99569
-es -6.582
-escribe -11.0764
-essen -10.0087
-esundheit -10.5795
-ether -8.64123
-ette -9.94001
-etzt -8.11289
-evelopment -11.0767
-ever -7.59964
-ew -9.68341
-ewältig -10.5799
-export -10.5928
-ext -8.73158
-ey -9.91736
-ezentralisier -10.5799
-f -6.77328
-fach -9.98435
-fahr -10.2333
-fahrzeug -10.58
-fair -8.83168
-fall -9.51017
-fallen -9.82337
-falls -8.40125
-falt -10.1013
-fang -9.15169
-fassung -8.82744
-faßt -9.49112
-fehlen -11.079
-feld -10.5806
-fern -9.78468
-ff -8.76413
-ffentlich -9.38951
-ffic -9.54886
-fficient -11.0794
-ffizien -10.5799
-ffnung -10.5804
-fication -10.2498
-find -10.5431
-fleisch -10.5798
-fluß -10.0715
-folge -9.62652
-fonds -10.5799
-for -9.95432
-forder -10.5294
-forderung -9.80647
-fore -7.44513
-form -9.13685
-formul -10.015
-frag -10.1582
-fraud -9.99657
-freiheit -10.2466
-freu -10.5541
-frikanische -10.5841
-fristig -11.0798
-fu -9.63081
-ful -8.33502
-fähig -9.34965
-fällig -9.99657
-fällt -10.5799
-fältig -10.5799
-fördern -9.36204
-fühl -10.5696
-führ -8.91366
-führung -9.06346
-für -5.80815
-g -7.26773
-gabe -9.4248
-gain -10.2676
-gang -9.14476
-gangen -9.38538
-gar -8.91893
-gation -10.2308
-ge -6.90572
-geben -8.58423
-gebiete -10.5876
-gebracht -11.0471
-gefordert -10.2053
-gefunden -9.79657
-geführt -10.5386
-gegeben -9.37547
-gegen -9.32779
-gehalten -9.91216
-gehen -9.72368
-gehend -10.0131
-gehören -9.45311
-gel -9.08138
-gemeinschaft -11.0598
-gen -8.10983
-genehmig -11.0794
-genh -10.5911
-genommen -8.48277
-gesagt -9.25097
-gesamt -9.47638
-geschaff -9.87731
-geschlossen -9.79657
-gesehen -10.8801
-gesetzt -8.76372
-gesprochen -9.49526
-gestalt -9.99927
-gestellt -9.08114
-getragen -10.4407
-gewalt -10.5799
-gewesen -10.0291
-gg -9.8599
-gib -8.27877
-gla -10.2386
-gleich -8.87316
-glicher -10.5801
-gnisse -9.98957
-go -8.68977
-government -9.75733
-gra -9.95842
-gration -9.80659
-gree -11.0645
-greifen -10.2269
-grenz -9.17703
-gricultur -11.0729
-griff -10.5857
-ground -9.79902
-grund -8.76167
-gruppe -9.99656
-größer -10.5622
-gründe -9.63027
-gue -10.7913
-gun -10.5805
-h -7.22313
-ha -8.4718
-habit -10.5805
-halb -7.68504
-hall -8.9506
-halt -8.48875
-halten -8.73255
-handel -9.43958
-handlung -9.62899
-hap -9.80072
-haupt -10.5757
-haushalt -10.58
-he -8.45603
-head -9.80161
-heim -10.3205
-heit -8.26189
-heiten -9.91493
-helfe -9.5131
-hema -10.9001
-hen -9.23791
-her -8.21946
-here -8.08496
-herrschen -10.58
-hilfe -9.25093
-hin -8.17671
-hne -9.85256
-hnung -10.5045
-house -10.5808
-hr -8.17403
-hren -8.81379
-hrt -9.38845
-ht -8.89017
-hthalate -10.2466
-hält -9.25084
-hältnis -10.5803
-häng -9.73075
-hören -10.5148
-hüt -10.1047
-i -7.1706
-ia -8.44374
-ial -8.87965
-ialog -9.63078
-ian -8.91306
-ib -9.82861
-ic -7.53559
-ical -9.19933
-ice -9.04899
-ich -5.13329
-icherheit -9.62917
-ichtlich -9.08782
-icipa -10.5821
-id -8.10904
-ie -7.59453
-ield -10.2468
-ien -8.48382
-ience -10.2181
-ier -8.33391
-ieren -8.60224
-iert -8.45202
-ierung -8.97855
-ies -6.43819
-if -7.2337
-iffa -10.8376
-ification -9.50165
-ifie -9.80665
-ify -9.55084
-ig -7.49161
-igen -9.18006
-igh -10.5762
-ight -8.76821
-igkeit -8.94918
-igung -9.49429
-ij -10.3869
-ik -8.72624
-il -8.08846
-ilit -8.89858
-illar -10.5224
-illi -10.473
-illion -10.5841
-ilm -10.2937
-im -8.72593
-imate -10.5806
-imb -9.79681
-imension -9.79657
-immt -9.77025
-in -6.43033
-ind -9.20467
-industrie -10.9404
-ines -10.2546
-information -8.53233
-ing -5.07099
-innere -10.7128
-instimm -11.0798
-institutionelle -10.5803
-instrument -9.99656
-interesse -10.5799
-intoleran -10.5881
-io -9.58197
-ion -6.70675
-ions -9.19208
-ior -10.099
-ious -9.79736
-ip -9.6942
-ir -7.08167
-irgend -10.58
-is -7.62966
-isation -9.04898
-isch -8.88957
-ische -8.98533
-ischen -7.49308
-ise -8.46667
-ish -8.12047
-isierung -9.97165
-ism -9.37878
-ispiel -10.0229
-issenschaftliche -10.5809
-ist -6.79931
-it -7.20795
-ition -9.50529
-itor -9.17659
-itting -9.80111
-ittle -9.77461
-itz -9.37122
-ität -9.8384
-ium -9.46495
-ive -7.80354
-iversit -10.5799
-ize -10.6164
-iziert -11.0054
-j -10.5312
-ja -8.42596
-jahr -10.2487
-jenige -9.62994
-jo -10.2099
-judic -10.5799
-just -10.5403
-k -6.65828
-ka -9.38861
-kann -7.17862
-kehr -10.3348
-kei -9.61064
-keit -7.59494
-kill -9.99664
-kl -10.2929
-kla -9.48827
-klärung -10.5797
-knowledge -9.48675
-knüpf -9.99656
-koll -9.36389
-komm -10.137
-kommen -8.25302
-konflikt -10.5799
-kontrolle -9.79657
-konzentr -10.9011
-kosten -10.0042
-kraft -10.2472
-kräfte -10.5799
-kräftig -11.0731
-ktivität -9.79659
-kto -10.3489
-kunft -8.43448
-kämpf -9.12382
-kündig -10.2466
-kürz -9.99654
-l -6.77499
-lack -11.0368
-lag -9.57618
-lage -8.69336
-land -8.09685
-landwirt -10.5796
-lang -9.26926
-large -9.75761
-lassen -8.87361
-last -9.62019
-later -10.1394
-laub -10.5798
-laubwürdig -10.2466
-lauf -9.48512
-laufende -10.5909
-laut -10.0071
-le -7.37951
-lead -10.5429
-leben -9.75864
-ledig -10.2474
-legen -8.70052
-legt -9.48431
-legung -9.79626
-lehn -10.0604
-leicht -8.58537
-leist -10.5828
-leitung -10.2467
-lement -10.1965
-ler -9.51311
-les -9.55312
-less -9.05381
-letzt -9.51534
-lf -8.92141
-lg -9.27398
-lich -6.98348
-liche -8.38989
-lichkeit -9.12878
-lick -10.585
-lieb -10.24
-liefer -10.2474
-lieg -11.0177
-liegen -9.58828
-life -9.48902
-light -9.879
-like -11.0463
-lin -9.21302
-ling -8.79473
-linie -10.0151
-lish -10.2569
-ll -7.72042
-llen -9.24895
-llent -9.51671
-llig -10.6218
-llow -10.6788
-lock -10.6114
-logic -10.5696
-logisch -11.0546
-long -9.75882
-loo -11.059
-los -8.41409
-lt -8.26792
-lum -9.26045
-lung -8.92127
-lway -9.84929
-ly -5.45186
-lä -9.54973
-läche -10.5805
-länder -9.0606
-läuf -10.5225
-läß -10.605
-lö -10.9642
-lös -9.53849
-lüs -10.5816
-m -5.30452
-mach -10.5235
-macht -8.69103
-macks -11.0793
-mal -7.5646
-man -9.5713
-mark -9.25096
-material -10.5799
-maß -9.89271
-maßnahmen -8.89977
-mber -9.81651
-me -8.55874
-medi -10.8631
-media -9.86859
-mehr -9.32502
-meinschaftliche -9.49125
-ment -7.44097
-ments -9.305
-merikanische -11.0728
-merk -9.79695
-messen -10.2955
-min -9.41976
-mindest -10.2511
-minister -9.62828
-mit -7.75805
-mitglied -10.5799
-mitolog -9.99781
-mittag -10.2473
-mittel -8.9008
-mlich -8.67452
-mmission -10.2464
-mor -8.67069
-mpf -11.0717
-mpliziert -10.0234
-mploy -10.246
-mpuls -10.4125
-msel -9.56205
-mus -9.77115
-must -7.25005
-märkte -10.5799
-mäß -9.57924
-möglich -9.32178
-mütig -10.58
-n -3.72592
-nach -10.5432
-nachteilig -10.2466
-nah -10.0054
-nahme -9.62957
-nalyse -9.79694
-nction -9.49528
-ndung -8.63781
-nehm -9.97236
-nehmen -8.42044
-nel -10.0333
-ness -8.8418
-ng -8.13961
-ngle -9.29705
-nisse -10.2326
-nken -9.58571
-nkre -10.0093
-nnehmbar -10.58
-nnen -9.60442
-noch -9.51331
-nock -10.5803
-nommen -10.5558
-not -8.44859
-npassung -10.5802
-nspruch -9.8059
-nstieg -10.5799
-ntschlossen -9.79657
-ntschuldig -10.5799
-ntwicklung -11.079
-nvironment -11.0794
-nwesend -9.61189
-nächst -8.49843
-nötig -10.5798
-o -5.79329
-obin -10.1841
-och -7.28091
-ocol -10.2673
-oder -7.56519
-ohl -8.18867
-ohne -8.26799
-ok -9.37951
-ol -8.43554
-ola -9.66423
-olidarit -9.48713
-ollar -10.0012
-olog -9.63924
-olonial -10.9159
-omen -9.92902
-omm -10.2465
-ommunikation -11.0792
-on -5.91971
-oncili -10.5591
-one -8.49025
-onference -10.5823
-onferenz -10.2459
-ontaine -11.0797
-ontrolliert -9.81893
-onvergen -10.5801
-onzentration -10.3364
-ooligan -11.0797
-op -9.12847
-ope -9.59498
-operation -10.4259
-opf -9.79993
-opl -7.63106
-opp -9.97374
-or -7.75327
-order -8.36162
-ordin -9.6303
-ordnung -9.63131
-organ -10.2579
-organisation -9.32225
-ornograph -10.2466
-orrekt -10.5799
-orrespondi -10.5799
-ors -8.61086
-ort -9.55325
-ortion -10.306
-ory -9.1104
-ose -7.66764
-oten -10.2843
-oth -8.23279
-other -9.17337
-otwendig -9.79575
-ou -9.38841
-oubt -10.5768
-ough -9.60693
-ought -9.49569
-ould -6.60875
-ourg -10.871
-ous -8.33717
-out -7.17103
-over -9.51092
-overnment -9.25016
-ovo -8.80592
-ow -9.25138
-p -6.99926
-pack -10.2725
-paper -10.5992
-parlamentarische -10.5799
-part -10.5503
-partei -9.79694
-partner -11.037
-path -9.8176
-pecial -8.98141
-pendi -9.79791
-per -8.51795
-period -11.0396
-pflicht -9.99656
-phase -10.247
-pi -9.6255
-pite -9.06308
-plan -9.26357
-ple -8.45476
-plication -9.98775
-po -8.83557
-politik -8.2231
-politische -9.44244
-port -9.59724
-position -9.32127
-possibl -9.95657
-pover -9.49829
-ppen -10.2434
-pportunit -11.0798
-pr -8.71184
-prinzip -9.63084
-prison -10.2485
-problem -10.2067
-produkt -10.58
-programm -9.9076
-programme -9.3717
-projekt -10.5799
-promise -9.62993
-proportion -10.5799
-proze -11.0358
-pruch -10.5616
-präsident -9.99206
-prüf -9.9924
-prüfung -10.2505
-ption -9.72495
-punkt -8.89974
-qualit -10.9017
-qui -9.44754
-quot -7.15222
-r -4.86946
-rachten -8.99518
-rade -8.62474
-raft -11.0462
-rahmen -10.2466
-rak -10.4704
-ranche -10.5822
-range -9.90278
-rangige -10.2466
-raschen -10.5992
-rassistische -10.5799
-rate -9.30962
-rauf -8.02523
-raum -8.94283
-rdnung -9.99341
-re -7.50828
-read -8.08059
-recht -8.6657
-rechte -9.96337
-rechtlich -10.2584
-regard -11.0405
-regel -9.15596
-regierung -10.5799
-region -11.0402
-regula -10.5791
-rei -8.83939
-reich -9.19282
-reichen -9.46782
-reichend -10.3001
-reise -9.51101
-reitung -10.2229
-remdenfeindlich -10.2466
-rend -8.54301
-renz -9.3686
-respo -10.5819
-reton -10.7319
-rf -8.8549
-rheit -10.2774
-ri -8.28421
-richte -9.36542
-richtlinie -10.2466
-rieben -9.36249
-riff -8.43398
-right -10.3608
-rik -9.92226
-riminal -10.3252
-rinzip -9.62895
-ro -8.50635
-rocedure -10.5795
-rohung -9.9966
-rong -9.9984
-rosperit -9.80149
-round -9.48579
-row -8.91313
-rtikel -10.5795
-ruck -10.2324
-rufen -10.5799
-rwart -10.9773
-rwerbstätig -10.5799
-ry -9.46973
-rä -9.79162
-rägt -10.2091
-rück -9.49273
-s -3.23475
-sache -9.25204
-same -8.19874
-samm -9.79829
-sammenarbeit -8.46129
-santrag -8.69919
-satisfact -9.79827
-satz -8.43437
-sbereich -10.0218
-sberg -10.5825
-sch -8.11895
-schaff -9.33996
-schaft -8.15386
-sche -9.49747
-schein -8.82947
-schen -9.70679
-schi -9.2193
-schlagen -9.99655
-schließ -9.21066
-schmu -10.5846
-schnitt -10.5799
-schreiten -10.2466
-schrift -8.34561
-schu -9.78644
-schutz -9.36216
-schwe -9.99711
-schäd -9.9994
-schütze -9.63065
-se -6.72955
-sehen -9.82416
-seitig -10.572
-sektor -9.36205
-selbe -9.79822
-self -8.26592
-sell -10.191
-setzen -8.959
-setzung -8.34552
-sgebiet -11.0675
-sh -9.12783
-ship -9.20785
-sicherung -9.7971
-sicht -8.85792
-sichts -9.02271
-side -9.34074
-sofort -10.5814
-sorg -9.3147
-source -9.99628
-spann -10.5799
-spekt -9.48589
-spiegel -11.0798
-spiel -9.61159
-sprach -10.4663
-sprache -8.78149
-sprechen -8.77259
-sproze -10.0101
-sprozesse -10.5835
-spät -10.5638
-ssels -10.2476
-ssembl -10.2471
-sses -9.06523
-st -6.52624
-sta -9.22067
-staate -10.5834
-staatliche -9.79658
-stand -8.39897
-standard -10.5392
-stelle -9.974
-stellen -7.90657
-stellt -8.68334
-stellung -8.67245
-sten -8.51772
-ster -8.94533
-stern -9.36381
-sterreich -9.36222
-stet -9.10255
-steuer -10.5802
-stic -9.73972
-stimmen -8.76167
-stimmt -8.83682
-stimmung -9.62886
-stitution -9.615
-stock -10.5923
-stoffe -9.99658
-stoß -10.5838
-straf -10.0054
-strategie -9.80368
-streng -9.48703
-ström -10.5799
-studie -10.5801
-stände -10.2491
-ständig -9.34573
-stätig -9.66759
-sustainab -9.99678
-sweise -8.96829
-system -8.86068
-szeitraum -11.0797
-sätze -10.2463
-t -3.93451
-tag -9.94065
-tage -8.90165
-tain -9.834
-take -9.83006
-tant -10.0779
-te -7.23693
-technologie -10.0967
-ted -8.80503
-tee -8.91197
-teil -7.67501
-teilung -10.3333
-temp -10.8514
-tention -8.83322
-ter -8.34711
-teria -10.5828
-terra -10.2489
-terschied -10.5849
-th -8.07624
-the -9.95869
-ther -7.87563
-thing -8.03454
-though -8.70446
-tief -9.79678
-tieren -9.90788
-tific -10.2342
-til -9.15832
-time -9.966
-tion -8.6005
-tive -9.93513
-tlemen -8.99591
-trag -9.14026
-tragen -8.90358
-transport -8.97754
-treffen -9.98971
-treib -10.2441
-tret -8.9784
-tritt -9.36473
-tructur -9.36025
-träge -9.13965
-träglich -11.0794
-tter -8.88335
-ttle -9.63972
-tufe -10.2469
-tun -8.78384
-ture -7.888
-twe -7.88456
-two -8.31106
-ty -7.23785
-tz -8.77848
-tzlich -9.76994
-tätig -9.75398
-törung -10.5869
-tützung -8.89977
-u -7.27924
-ual -9.07317
-ualität -9.36242
-uber -10.0016
-ubsidiarit -10.0001
-uch -8.28268
-ud -9.31177
-ue -8.40343
-uelle -10.617
-uestion -10.5801
-ufmerksam -9.15093
-uft -9.8177
-ug -8.6955
-ugoslavia -10.2466
-ul -8.69085
-ulation -10.0008
-um -7.17946
-un -8.8975
-und -8.95883
-ung -5.92954
-ungen -7.74295
-ungsverfahren -11.0797
-unter -10.205
-unternehme -10.0926
-upt -9.99664
-ur -7.74822
-ure -8.50235
-urg -10.0273
-urit -10.258
-uropa -10.2456
-ursache -9.99756
-us -8.05765
-ush -10.6972
-ust -8.99027
-ut -7.72363
-ution -9.26212
-v -8.25585
-valu -9.99364
-ve -8.0423
-vention -9.70233
-ver -8.68159
-verantwortlich -11.0378
-verfahren -9.4872
-verfolg -10.5768
-verkehr -10.2035
-verkehrs -9.82527
-verletz -10.9852
-verschieden -10.5572
-verse -10.2642
-verst -10.1431
-verständ -9.05987
-verweiger -10.58
-very -7.96301
-verzerrung -10.5799
-ves -9.34924
-vi -8.30055
-vic -10.0431
-viel -9.93906
-vious -9.48809
-vision -8.76486
-voll -9.56779
-volle -9.83205
-vor -8.64103
-w -7.30703
-wach -9.28969
-ward -9.72856
-warn -11.0417
-water -9.63317
-way -10.1297
-weg -8.99281
-weifel -10.5832
-weil -9.95681
-weis -9.22095
-weise -9.25701
-weit -9.0546
-weiß -9.25213
-werk -9.48994
-wert -9.46547
-werte -9.67436
-wesen -9.96197
-where -10.2355
-whil -11.0383
-wickelt -10.5726
-wie -8.0799
-willig -10.2465
-wirkung -8.97694
-wirtschaftliche -11.0397
-wischen -10.2666
-wo -9.60494
-wohn -10.5518
-work -9.44729
-wort -10.5819
-worth -10.5816
-wünscht -9.99657
-x -9.24849
-xis -10.2483
-y -5.1092
-ynami -10.5811
-z -7.06215
-zahl -9.05989
-zehnte -10.5975
-zeichn -9.99183
-zeichnet -10.9595
-zeit -9.87167
-zeitig -8.691
-zent -10.5459
-zept -10.2466
-zeug -10.2446
-zieh -9.24365
-ziel -9.25101
-zieren -10.3668
-zogen -9.61294
-zu -7.68974
-zufü -9.08543
-zug -8.77145
-zukomm -10.7929
-zulässige -10.5431
-zusage -9.99677
-zusammenarbeit -10.4232
-zusetzen -10.2926
-zw -9.18489
-zähl -9.79656
-züg -10.2817
-Änderungsanträge -8.05265
-ß -6.359
-ßt -9.22006
-ä -7.59893
-äbe -10.594
-äd -10.2105
-ähe -10.0638
-äl -10.5975
-ände -9.87428
-änder -9.76017
-änglich -10.5799
-äre -10.0168
-ö -8.15036
-öffne -10.2466
-ökonomisch -10.5799
-öl -10.8616
-ölker -9.99657
-ör -9.27212
-örderung -10.5799
-ü -8.33826
-über -8.51221
-übrig -11.079
-ück -9.78198
-üge -9.52136
-üll -10.5848
-ünf -9.99671
-ür -8.22242
-ürger -11.0795
-üter -10.9945
-▁ -3.24986
-▁! -7.36751
-▁& -6.10678
-▁) -7.23298
-▁, -3.33158
-▁- -6.4575
-▁. -3.77037
-▁... -9.61454
-▁00 -8.59
-▁02 -10.5592
-▁03 -10.2768
-▁1 -8.63009
-▁1. -10.5886
-▁10 -9.63853
-▁11 -9.2513
-▁12 -9.65242
-▁13 -9.67005
-▁13. -10.2485
-▁14 -9.17983
-▁15 -8.98878
-▁15. -10.2504
-▁16 -9.79723
-▁17 -9.79734
-▁18 -9.63055
-▁19 -9.47424
-▁197 -10.5806
-▁198 -10.5806
-▁199 -7.68666
-▁2 -8.50965
-▁20 -8.72085
-▁200 -7.61426
-▁21 -9.38143
-▁24 -10.2479
-▁28 -9.7974
-▁3 -8.96897
-▁30 -9.50975
-▁32 -10.2475
-▁33 -9.63022
-▁36 -10.581
-▁37 -9.85362
-▁38 -9.79711
-▁4 -9.04467
-▁40 -10.2189
-▁5 -8.63193
-▁6 -9.03314
-▁7 -9.29124
-▁70 -10.3749
-▁8 -8.88478
-▁9 -9.69948
-▁90 -9.63105
-▁: -6.94355
-▁; -8.58258
-▁? -7.26135
-▁A -6.8551
-▁Ab -8.05122
-▁Abfall -10.5929
-▁Abgeordnete -8.48217
-▁Abkommen -9.25184
-▁Abschlu -10.2539
-▁Abstimmung -9.15114
-▁Af -9.37689
-▁Africa -10.2466
-▁Afrika -11.0788
-▁Agen -9.80387
-▁Agrar -9.62991
-▁Agreement -10.5799
-▁Aktion -9.79641
-▁Aktionsplan -10.2466
-▁Alb -10.1197
-▁Alkohol -10.2468
-▁Allian -9.79657
-▁Alten -10.5802
-▁Amb -10.5801
-▁Amendment -9.25093
-▁America -9.99656
-▁Amsterdam -8.97669
-▁An -7.5268
-▁Anfrage -8.89982
-▁Ang -9.89776
-▁Angelegenheit -8.89977
-▁Anla -10.3853
-▁Anti -10.2498
-▁Antrag -9.99802
-▁Antwort -9.6299
-▁Anwe -8.92635
-▁Anwesen -10.6587
-▁Arbeit -8.61785
-▁Arbeitgeber -10.5799
-▁Arbeitnehmer -9.6299
-▁Arbeits -9.40739
-▁Arbeitsplätze -9.79657
-▁Argument -10.5799
-▁Armeni -10.2466
-▁Armut -9.99656
-▁Art -9.48928
-▁Article -9.36204
-▁Artikel -8.43467
-▁Aspekt -9.63123
-▁Assoziierungs -10.5799
-▁Asyl -10.2466
-▁Auf -8.11808
-▁Aufgabe -9.36233
-▁Aufnahme -10.5808
-▁Auge -10.5539
-▁Augen -9.64031
-▁Aus -7.58136
-▁Ausbildung -9.4873
-▁Ausführung -9.99803
-▁Ausgaben -9.99698
-▁Ausnahme -9.99738
-▁Ausschu -9.10092
-▁Ausschuss -9.02098
-▁Ausschüsse -10.58
-▁Austria -9.15093
-▁Auto -9.99854
-▁Außen -9.25089
-▁Außenminister -9.99672
-▁B -7.34158
-▁Balkan -9.36204
-▁Ban -10.5148
-▁Bank -9.79786
-▁Bar -9.36683
-▁Bas -10.587
-▁Bau -10.5879
-▁Be -7.31622
-▁Bede -8.9377
-▁Bedingung -9.99658
-▁Bedrohung -10.5799
-▁Begriff -9.99698
-▁Behörde -9.79657
-▁Beihilfe -9.99657
-▁Beispiel -9.48749
-▁Beitrag -10.5799
-▁Belgi -9.99666
-▁Bemerkung -9.36204
-▁Berei -10.2484
-▁Bereich -7.8801
-▁Bericht -7.23331
-▁Berlin -10.2466
-▁Beschlu -10.0061
-▁Beschränkung -10.5799
-▁Beschäftig -10.5798
-▁Beschäftigungs -10.58
-▁Best -10.3424
-▁Bestand -9.63235
-▁Bestimmung -9.99763
-▁Beteilig -10.5802
-▁Betrieb -10.2466
-▁Betrug -10.5799
-▁Bevölkerung -9.79664
-▁Beweis -10.2485
-▁Bewertung -9.99657
-▁Beziehung -9.25095
-▁Bezug -10.25
-▁Bi -10.0104
-▁Bildung -9.15092
-▁Bildungssystem -10.5799
-▁Binnenmarkt -9.79657
-▁Bitte -10.5803
-▁Bla -10.2471
-▁Blo -10.0001
-▁Bou -10.5827
-▁Bru -9.99668
-▁Brüssel -9.99656
-▁Bu -8.97881
-▁Bürger -8.38913
-▁C -7.93464
-▁CO -9.25148
-▁Centr -9.79663
-▁Cha -9.36439
-▁Chance -9.79663
-▁Charakter -10.5799
-▁Chart -8.7619
-▁Chin -9.63165
-▁Christ -10.2466
-▁Cl -10.5259
-▁Co -8.97802
-▁Colombia -10.581
-▁Commission -6.78305
-▁Commissioner -8.04087
-▁Commit -8.76167
-▁Communit -8.39207
-▁Conference -9.36216
-▁Cou -10.9079
-▁Council -7.66321
-▁Cu -10.2123
-▁Cuba -9.79657
-▁D -7.28498
-▁Da -9.34614
-▁Danis -9.8159
-▁Dank -9.36246
-▁Daten -9.99787
-▁De -9.00118
-▁Definition -10.5814
-▁Defizit -10.5799
-▁Delegation -9.99656
-▁Democrat -9.79657
-▁Demokrat -9.79604
-▁Demokratie -9.15121
-▁Deutsch -10.2466
-▁Dev -10.6056
-▁Dienst -9.86804
-▁Dienste -10.144
-▁Dinge -10.2787
-▁Direct -9.99657
-▁Diskriminierung -9.48708
-▁Diskussion -9.62996
-▁Dokument -9.99656
-▁Dossier -10.5799
-▁Dritte -10.58
-▁Drittländer -9.48704
-▁Drittstaat -10.5799
-▁Du -9.8152
-▁Durch -9.25094
-▁E -7.0036
-▁EC -9.52529
-▁EP -10.5871
-▁EU -7.35699
-▁EUR -9.44454
-▁Easter -9.7967
-▁Ebene -10.2468
-▁Eigen -9.99923
-▁Ein -8.10994
-▁Einflu -10.8885
-▁Einh -10.3141
-▁Eink -10.6013
-▁Einsatz -10.2487
-▁Einw -10.7737
-▁Einzel -10.5799
-▁Eisenbahn -10.2466
-▁Empfehlung -9.99656
-▁Ende -9.25107
-▁Energie -9.36204
-▁Eng -9.63458
-▁Ent -9.49287
-▁Entlastung -10.5803
-▁Entscheidung -8.71832
-▁Entscheidungs -9.92967
-▁Entschließung -8.64035
-▁Entwicklung -8.96105
-▁Entwicklungs -9.07743
-▁Equa -10.5799
-▁Er -8.50138
-▁Erbe -10.2488
-▁Erfahrung -10.2466
-▁Erfolg -9.79981
-▁Ergebnis -9.61242
-▁Ergebnisse -10.0224
-▁Erkenntnis -11.0639
-▁Erkenntnisse -10.5899
-▁Erklärung -9.48712
-▁Erweiterung -8.76167
-▁Erwä -10.5799
-▁Erzeuger -9.99657
-▁Erzeugnis -10.2466
-▁Erziehung -10.5799
-▁Etikett -11.0797
-▁Etikettierung -10.58
-▁Euro -8.18843
-▁Europa -7.82644
-▁Europe -7.8006
-▁European -6.54356
-▁Europä -9.98146
-▁Europäische -6.89321
-▁Experten -10.5799
-▁F -7.43537
-▁Fa -9.41894
-▁Fakt -11.079
-▁Faktor -10.5814
-▁Fall -8.64102
-▁Familie -9.99656
-▁Februar -10.5799
-▁Fehler -10.2466
-▁Fern -10.2518
-▁Fest -9.99742
-▁Feu -10.6117
-▁Finanz -8.76167
-▁Fisch -9.27178
-▁Fischerei -9.25093
-▁Fl -10.0017
-▁Fleisch -10.5799
-▁Flexibili -10.5799
-▁Flug -9.62999
-▁Flugzeug -10.2466
-▁Flüchtling -9.79657
-▁Folge -9.25093
-▁For -9.49533
-▁Forderung -9.62992
-▁Form -9.49232
-▁Formulierung -9.99656
-▁Forschung -9.6299
-▁Fortschritt -9.99657
-▁Fra -9.14375
-▁Frage -7.26224
-▁Fraktion -7.80136
-▁Franc -10.253
-▁Frau -7.9099
-▁Frauen -8.68959
-▁Fre -9.24667
-▁Frei -9.52649
-▁Freiheit -9.798
-▁Friday -9.99657
-▁Frieden -9.48699
-▁Fu -10.6352
-▁Fund -8.90035
-▁Fundamental -9.6299
-▁Funktion -9.99656
-▁Fä -9.80213
-▁G -7.68214
-▁GMO -10.5799
-▁Ge -8.13721
-▁Gebiet -8.76167
-▁Gefahr -9.79677
-▁Gegen -9.48851
-▁Geld -9.25106
-▁Gelegenheit -10.5799
-▁Gemeinsame -10.5799
-▁Gemeinschaft -9.75517
-▁Gemeinschafts -8.9955
-▁General -10.2466
-▁Gericht -10.247
-▁Gerichtshof -9.79657
-▁German -9.6299
-▁Gesamt -9.99657
-▁Gesch -10.2628
-▁Geschäfts -9.63367
-▁Gesetze -10.012
-▁Gesetzgebung -10.58
-▁Gespräche -10.5799
-▁Gesundheit -9.93553
-▁Gesundheits -10.0619
-▁Gew -9.99745
-▁Gewalt -9.7966
-▁Gipfel -9.79657
-▁Gleichgewicht -10.5799
-▁Gleichstellung -10.2466
-▁Go -9.24041
-▁Gr -9.16072
-▁Gree -9.60424
-▁Green -9.51071
-▁Grenz -9.48766
-▁Group -8.48216
-▁Groß -9.62991
-▁Grund -8.38893
-▁Grundlage -9.06037
-▁Grundsätze -9.99676
-▁Gruppe -9.79657
-▁Grün -9.98561
-▁Gründe -9.6376
-▁H -7.97978
-▁Ha -9.19298
-▁Halt -9.24125
-▁Hand -10.2483
-▁Handel -10.2038
-▁Handels -9.6541
-▁Handlung -10.2467
-▁Haupt -10.2467
-▁Haus -9.43711
-▁Hause -10.3618
-▁Haushalt -10.4304
-▁Haushalts -9.01154
-▁He -9.78563
-▁Her -9.77331
-▁Herkunft -9.48722
-▁Herr -6.60892
-▁Herstell -10.7648
-▁Hersteller -10.252
-▁Herz -10.2482
-▁Hilfe -8.69917
-▁Hilfs -10.5799
-▁Hin -8.76528
-▁Hinweis -10.2472
-▁Hoffnung -9.99657
-▁Hohe -10.2494
-▁Hous -9.15177
-▁Hu -10.639
-▁Human -10.58
-▁Hä -10.418
-▁Häf -10.5815
-▁Hö -10.2546
-▁I -5.5607
-▁Identität -9.99656
-▁Ih -8.57792
-▁Ihre -9.00777
-▁Industrie -9.99663
-▁Information -8.78594
-▁Informations -9.57437
-▁Infrastruktur -10.5809
-▁Initiativ -10.9129
-▁Initiative -9.08477
-▁Institution -8.89987
-▁Instrument -9.79657
-▁Inte -10.2255
-▁Inter -9.3723
-▁Interesse -9.33635
-▁Interessen -9.27454
-▁International -9.6299
-▁Internet -9.62991
-▁Intervention -10.2467
-▁Investition -9.99656
-▁Iraq -10.5799
-▁Isla -11.0379
-▁Israel -9.99656
-▁Jahr -8.32679
-▁Jahre -8.24246
-▁Januar -9.79657
-▁Jun -9.47985
-▁Jung -10.0086
-▁Justiz -9.99656
-▁K -7.38167
-▁Kamp -9.9974
-▁Kapital -10.2466
-▁Katastrophe -10.5802
-▁Kenntnis -10.5799
-▁Kern -10.5879
-▁Kinder -9.48705
-▁Kl -9.71176
-▁Ko -8.61417
-▁Kollege -8.34562
-▁Kollegin -9.15093
-▁Kommissar -8.30396
-▁Kommission -6.67838
-▁Kommunikation -10.5803
-▁Kompromi -10.5799
-▁Kon -9.4069
-▁Konferenz -10.2473
-▁Konflikt -9.79657
-▁Konse -10.7523
-▁Kontakt -10.2466
-▁Kontinent -10.5799
-▁Kontroll -10.7597
-▁Kontrolle -9.55036
-▁Konvent -10.7113
-▁Kos -8.49107
-▁Kraft -9.48718
-▁Kri -9.75503
-▁Kriterien -10.5799
-▁Kultur -10.248
-▁Küste -10.2466
-▁L -8.57974
-▁La -9.13201
-▁Land -8.43472
-▁Landwirt -9.99627
-▁Landwirtschaft -8.82859
-▁Le -9.1666
-▁Leben -9.7972
-▁Lebensmittel -9.06002
-▁Leit -9.99841
-▁Les -9.54867
-▁Leute -10.2469
-▁Li -9.2015
-▁Liberalisierung -9.15093
-▁Lis -9.91585
-▁Lissabon -9.79657
-▁Liste -10.2643
-▁Lo -9.44451
-▁Luft -10.2469
-▁Luxemb -10.5799
-▁Länder -7.72993
-▁Lösung -8.89976
-▁M -7.71649
-▁MED -9.79657
-▁MEP -10.2466
-▁Ma -8.97141
-▁Maat -10.2496
-▁Mac -10.4242
-▁Mad -8.53931
-▁Mal -10.032
-▁Mar -9.4015
-▁Markt -9.62993
-▁Materi -10.58
-▁Maßnahme -7.75316
-▁Medi -9.3624
-▁Meeres -9.79657
-▁Mehr -10.58
-▁Meinung -8.48216
-▁Member -7.15247
-▁Menschen -8.30085
-▁Menschenrecht -9.37092
-▁Mess -10.5816
-▁Mi -9.54655
-▁Mil -10.6012
-▁Milch -10.2472
-▁Militär -10.2468
-▁Milliarde -9.79657
-▁Million -9.36219
-▁Minderheiten -9.99656
-▁Mindest -10.2466
-▁Minister -9.15093
-▁Mit -9.03568
-▁Mitglied -10.2405
-▁Mitglieder -9.36456
-▁Mitgliedstaat -7.50447
-▁Mitteilung -9.99667
-▁Mittel -8.34561
-▁Mittelmeer -9.6299
-▁Mittelzuweisung -10.5799
-▁Mo -8.86449
-▁Mol -10.591
-▁Monat -10.1779
-▁Monate -10.0536
-▁Monet -10.2467
-▁Mont -10.6063
-▁Morocc -10.5799
-▁Mr -6.51123
-▁Mu -9.92815
-▁Männer -10.2466
-▁Mär -10.2466
-▁Möglichkeit -8.97669
-▁N -7.46794
-▁NG -10.5839
-▁NGO -9.48709
-▁Nach -9.48627
-▁Nachbar -10.247
-▁Nahrungsmittel -9.15093
-▁Nation -9.49438
-▁Natur -10.2466
-▁Neu -10.5802
-▁Ni -10.8003
-▁Nicht -9.99816
-▁Niederlande -10.58
-▁Niels -10.5799
-▁No -8.34971
-▁Nutz -9.48704
-▁O -7.67075
-▁Objective -10.2466
-▁Opfer -9.99657
-▁Organe -10.2466
-▁Organisation -9.99656
-▁Ort -9.99826
-▁Oste -10.646
-▁P -6.49535
-▁Pa -9.55906
-▁Pal -9.74019
-▁Pap -9.87939
-▁Par -9.38727
-▁Para -10.2683
-▁Parität -11.0713
-▁Paritätische -10.5854
-▁Parlament -7.41035
-▁Parlaments -8.2789
-▁Partei -9.25094
-▁Partner -11.0796
-▁Partnerschaft -10.2467
-▁Per -10.0054
-▁Person -9.79671
-▁Plan -9.79662
-▁Plen -10.2485
-▁Pläne -10.2466
-▁Po -9.38949
-▁Politik -8.58479
-▁Polizei -9.79657
-▁Portug -9.6299
-▁Position -8.97682
-▁Praktik -10.5799
-▁Preis -10.3711
-▁Presiden -9.34259
-▁President -7.06791
-▁Presse -10.5799
-▁Priorität -10.5799
-▁Pro -9.93495
-▁Problem -8.42841
-▁Probleme -8.98732
-▁Prod -9.49322
-▁Produkt -9.99653
-▁Programm -8.95413
-▁Programme -9.17846
-▁Projekt -8.89977
-▁Prot -9.26593
-▁Proze -10.0261
-▁Präsident -7.10207
-▁Prüfung -10.5799
-▁Punkt -8.6987
-▁Punkte -9.99829
-▁R -8.67062
-▁Ra -9.77402
-▁Racis -10.58
-▁Rahmen -8.43454
-▁Rand -10.5825
-▁Rass -9.9987
-▁Rat -7.78056
-▁Ratspräsident -9.15094
-▁Re -8.06468
-▁Reaktion -10.5801
-▁Rechnung -9.99657
-▁Recht -8.39618
-▁Rechte -9.05575
-▁Rechts -8.22155
-▁Redner -9.79657
-▁Reform -9.15126
-▁Regel -9.9818
-▁Regelung -9.15772
-▁Regierung -8.54122
-▁Regierungs -9.95839
-▁Regime -10.5801
-▁Region -8.6406
-▁Reihe -9.63017
-▁Religion -10.5799
-▁Republi -10.2466
-▁Richt -9.63033
-▁Richtlinie -7.99111
-▁Rights -9.36205
-▁Roll -9.15095
-▁Rom -10.2471
-▁Roth -10.5861
-▁Ru -9.81159
-▁Rule -9.63149
-▁Russ -10.584
-▁Rück -9.9968
-▁S -7.07194
-▁Sa -9.93294
-▁Sach -9.46513
-▁Sank -9.99755
-▁Sch -8.57907
-▁Schengen -9.79659
-▁Schi -10.8052
-▁Schiff -10.5917
-▁Schiffe -10.5684
-▁Schluß -10.5813
-▁Schokolade -10.5799
-▁Schritt -10.3912
-▁Schritte -10.4079
-▁Schul -9.36199
-▁Schulden -9.79727
-▁Schutz -8.89977
-▁Schwe -10.5723
-▁Schwer -10.0014
-▁Sec -10.2385
-▁See -9.7997
-▁Seite -9.62994
-▁Sektor -9.99656
-▁Sep -9.15103
-▁Serbi -9.99657
-▁Sicherheit -8.8568
-▁Sicherheits -9.5701
-▁Sicht -10.5845
-▁Sie -7.58253
-▁Sinn -9.36245
-▁Situation -8.34561
-▁Sitzung -9.48434
-▁Social -9.79516
-▁Socialist -9.99829
-▁Sol -10.6154
-▁Solidarität -9.6299
-▁Sorge -9.9966
-▁Sozial -10.2462
-▁Sozialdemokrat -9.48721
-▁Spa -11.047
-▁Spani -9.49449
-▁Spe -11.0037
-▁Spiel -9.99657
-▁Sprache -9.79657
-▁St -9.06654
-▁Sta -10.241
-▁Staat -8.58762
-▁Staats -9.59267
-▁Stabilisierung -10.5799
-▁Stabilität -9.9966
-▁Standard -9.79657
-▁Standpunkt -9.79657
-▁State -7.38375
-▁Stelle -9.63035
-▁Stellung -9.7965
-▁Stellungnahme -9.48709
-▁Stimm -10.8964
-▁Stimme -10.068
-▁Stoff -10.5799
-▁Straf -9.99761
-▁Strategie -9.48704
-▁Straß -9.62992
-▁Straßenverkehr -10.5799
-▁Streit -11.0797
-▁Struktur -10.2465
-▁Strukturfonds -9.99659
-▁Studie -10.5799
-▁Stunde -9.99682
-▁Stä -10.0043
-▁Su -9.85744
-▁Subsidiarität -10.5799
-▁Summ -10.2556
-▁Swed -9.25096
-▁System -8.76167
-▁Süd -9.79661
-▁T -7.90181
-▁Ta -9.47583
-▁Tabak -10.2466
-▁Tag -8.70914
-▁Tagesordnung -9.79657
-▁Tat -9.07614
-▁Techni -9.99675
-▁Technologie -10.5799
-▁Teil -8.89978
-▁Text -9.25159
-▁Them -9.79261
-▁Thema -8.30486
-▁Thi -10.2473
-▁Thur -9.79657
-▁Tibet -10.2466
-▁Tim -10.5865
-▁To -9.88969
-▁Todes -10.2466
-▁Trans -11.0789
-▁Transp -9.79673
-▁Transport -10.5802
-▁Treat -8.64035
-▁Treffen -10.5799
-▁Tsche -10.5813
-▁Tunisia -10.2466
-▁Turk -8.82834
-▁Tät -10.5804
-▁Tätigkeit -9.99664
-▁Tür -9.63156
-▁U -8.63558
-▁UN -9.9973
-▁US -8.82848
-▁Um -8.22891
-▁Umwelt -8.22548
-▁Un -8.49431
-▁Uni -6.6325
-▁Unter -9.74709
-▁Unternehmen -8.64042
-▁Unters -8.92019
-▁Untersuchung -9.79657
-▁V -8.3723
-▁Van -10.0009
-▁Ver -7.05977
-▁Verantwort -9.92712
-▁Verantwortlich -10.7194
-▁Verarbeitungs -10.5799
-▁Verb -9.2628
-▁Verbraucher -8.58479
-▁Verbrechen -10.5813
-▁Verein -10.8318
-▁Vereinbarung -10.2466
-▁Vereinigte -9.99657
-▁Verfahren -9.36215
-▁Verfass -11.0768
-▁Verfassung -10.5877
-▁Verfüg -10.2466
-▁Verhandlung -9.36274
-▁Verkehr -10.5372
-▁Verkehrs -10.0198
-▁Vermittl -10.5799
-▁Verordnung -8.43481
-▁Verpackung -10.5799
-▁Verpflichtung -9.79657
-▁Verteidigung -9.36204
-▁Vertrag -8.82898
-▁Vertrauen -9.79657
-▁Vertreter -10.2466
-▁Verwaltung -9.79657
-▁Verwe -10.5171
-▁Verzögerung -10.5799
-▁Viel -9.99664
-▁Vog -10.2479
-▁Volk -9.44424
-▁Volks -9.68165
-▁Volkswirtschaft -10.5799
-▁Voll -10.2466
-▁Vor -7.97795
-▁Voraussetzung -9.6299
-▁Vorbereitung -10.2466
-▁Vorh -10.382
-▁Vorschlag -8.38908
-▁Vorschläge -8.89977
-▁Vorsitzende -9.99656
-▁W -7.87323
-▁Wachstum -10.5799
-▁Wah -11.0729
-▁Wahl -9.48852
-▁War -10.2657
-▁Was -10.2492
-▁Wasser -9.48713
-▁Weg -8.7617
-▁Wei -8.54295
-▁Welt -8.64037
-▁Welthandels -10.5799
-▁Wert -9.7989
-▁West -9.79709
-▁Western -10.5806
-▁Wettbewerbs -9.25093
-▁White -9.99656
-▁Widers -10.2468
-▁Wieder -10.4944
-▁Wiederaufbau -10.58
-▁Will -10.58
-▁Wirk -10.2466
-▁Wirtschaft -9.10819
-▁Wirtschafts -9.55006
-▁Wissen -10.2462
-▁Woche -9.25204
-▁Wohn -10.5803
-▁World -9.6299
-▁Wort -8.53233
-▁Wur -10.5874
-▁Währung -9.6299
-▁Z -8.60557
-▁Zahl -8.89977
-▁Zeit -7.80136
-▁Zentralbank -10.5799
-▁Ziel -9.39417
-▁Ziele -9.93826
-▁Zielsetzung -9.99704
-▁Ziffer -10.5799
-▁Zivil -10.5799
-▁Zu -7.38804
-▁Zusammen -10.0248
-▁Zusammenha -9.07882
-▁Zuständigkeit -10.2466
-▁Zusätzlichkeit -10.5799
-▁Zweck -10.2466
-▁Zwei -10.6075
-▁a -5.01766
-▁ab -6.94758
-▁aber -7.1095
-▁abge -9.30919
-▁able -8.48838
-▁abo -9.74846
-▁abscheulich -10.5799
-▁abschließend -9.36204
-▁absolute -9.48704
-▁abuse -10.2469
-▁acc -10.2534
-▁accept -8.82834
-▁access -9.15096
-▁accord -9.35526
-▁according -9.63882
-▁account -9.79657
-▁achiev -10.4126
-▁achieve -8.72747
-▁acquis -9.99656
-▁act -9.3618
-▁action -8.26537
-▁active -9.79734
-▁activit -9.99656
-▁actual -8.97678
-▁add -9.25651
-▁addition -9.36213
-▁address -9.25094
-▁administrative -9.99657
-▁adopt -8.15273
-▁adv -9.82749
-▁advan -9.80106
-▁advance -10.2489
-▁advi -10.9955
-▁affect -9.15093
-▁after -9.06004
-▁again -7.60117
-▁agen -9.4592
-▁agenc -10.4003
-▁agree -8.63949
-▁agreement -8.48341
-▁agricultur -9.4885
-▁aim -9.26259
-▁air -9.20842
-▁aktiv -9.99677
-▁aktuelle -10.5799
-▁akzeptiere -9.36204
-▁akzeptiert -9.79657
-▁al -8.01144
-▁alarm -10.5799
-▁alcohol -9.79657
-▁all -6.77566
-▁alle -7.1201
-▁aller -8.26814
-▁allgemein -9.79657
-▁allow -9.80199
-▁als -6.23584
-▁alternative -9.99749
-▁am -7.44696
-▁amend -10.5963
-▁amendment -8.48243
-▁amerikanische -9.6316
-▁among -9.36206
-▁amount -9.99657
-▁an -6.17687
-▁analysi -9.79657
-▁and -4.83121
-▁andere -8.35944
-▁anderen -8.01047
-▁anderer -9.51693
-▁anders -10.1055
-▁ange -8.39718
-▁angeblich -9.99657
-▁angeh -10.1026
-▁angemessen -9.63003
-▁angenommen -9.49379
-▁angesprochen -10.5881
-▁angestrebt -10.5799
-▁animal -9.62993
-▁annual -9.79669
-▁answer -9.06002
-▁anti -9.63671
-▁any -7.81045
-▁anzu -9.26272
-▁apparent -10.5799
-▁appear -9.49024
-▁appl -9.46295
-▁application -9.48705
-▁applie -9.16854
-▁approach -8.97669
-▁appropriat -10.0218
-▁approv -10.1309
-▁approximat -10.5799
-▁are -6.15253
-▁area -7.77259
-▁argument -9.99745
-▁aris -10.6127
-▁arm -9.49278
-▁arrest -10.2466
-▁as -6.18684
-▁ask -8.4968
-▁aspect -9.36205
-▁assessment -9.99657
-▁asset -10.2491
-▁assist -9.9994
-▁assum -10.2488
-▁at -6.89356
-▁attach -10.5799
-▁auf -5.91166
-▁aufzu -9.38371
-▁aus -7.01802
-▁ausge -9.57103
-▁ausgehen -10.7403
-▁ausgelöst -10.5806
-▁ausreichend -10.5814
-▁auszu -9.80449
-▁authorit -8.8998
-▁außer -8.64035
-▁außerordentlich -9.99656
-▁avail -9.25093
-▁awar -9.53784
-▁b -7.13965
-▁back -9.15094
-▁balance -9.36205
-▁ban -10.2656
-▁bank -9.84313
-▁base -9.06071
-▁basi -8.53235
-▁be -5.07965
-▁bear -10.0386
-▁becom -10.153
-▁bedauer -10.2453
-▁bedauerlich -10.5817
-▁bedeut -10.5656
-▁bedeute -9.49192
-▁befinde -10.5848
-▁befrei -10.5799
-▁begin -10.555
-▁beginn -8.98198
-▁beglückwünsch -10.2466
-▁begrüß -10.0899
-▁begrüße -9.72609
-▁behal -8.69621
-▁behandel -9.49403
-▁beharr -10.5799
-▁behaupte -10.5846
-▁behav -10.5812
-▁behind -10.2339
-▁behinder -10.6209
-▁bei -6.83359
-▁beide -9.35423
-▁beim -9.56596
-▁being -8.52995
-▁bekannt -9.81863
-▁bekräftig -9.99892
-▁belgische -10.5803
-▁believe -8.18949
-▁bemerken -10.2468
-▁bemüht -10.2502
-▁benefit -10.0004
-▁beobachte -10.5832
-▁bereit -7.75767
-▁berücksichtig -9.36251
-▁berühr -10.582
-▁beschleunig -10.5799
-▁beschlossen -9.99656
-▁beschränk -9.80103
-▁beschäftig -9.77836
-▁beseitig -10.2517
-▁besonder -8.99269
-▁besser -9.03484
-▁bessere -9.71444
-▁besteh -8.55799
-▁bestehen -9.69706
-▁bestehende -9.501
-▁bestimmte -9.36511
-▁bet -8.64133
-▁beton -9.91292
-▁betone -9.8903
-▁betrachte -9.81424
-▁betreffen -9.61943
-▁betreffende -10.2751
-▁betroffen -9.48704
-▁beträchtlich -10.5799
-▁bevorstehende -10.5799
-▁bewirk -9.99656
-▁bewu -10.5775
-▁bezeichne -10.6718
-▁bezieh -10.0281
-▁bi -9.75076
-▁biete -9.99691
-▁bilaterale -10.5799
-▁bin -8.32279
-▁bis -8.35968
-▁bitte -9.3621
-▁bleib -8.89977
-▁bo -9.24013
-▁bod -9.38684
-▁border -10.5892
-▁bound -10.5805
-▁br -8.97743
-▁brauch -9.06202
-▁break -10.5799
-▁breit -10.5802
-▁bring -8.72264
-▁britische -9.62992
-▁broad -10.2466
-▁budget -8.64035
-▁buil -10.579
-▁building -10.2472
-▁business -9.36204
-▁but -6.95447
-▁c -7.57663
-▁call -8.64077
-▁can -7.10363
-▁cancel -10.5893
-▁capital -10.5799
-▁car -8.90747
-▁careful -10.2466
-▁carrie -9.7972
-▁carry -9.48729
-▁case -8.64037
-▁categor -10.5811
-▁cause -9.03017
-▁centre -10.5799
-▁certain -8.39536
-▁chai -10.5806
-▁challenge -9.99656
-▁change -9.26236
-▁char -10.2888
-▁check -9.99657
-▁child -9.48704
-▁cho -9.81205
-▁cigarette -10.2466
-▁circumstance -10.5799
-▁cite -10.5833
-▁citizen -8.43454
-▁civil -9.6299
-▁cl -9.79696
-▁clari -9.79745
-▁class -10.5799
-▁clean -10.2467
-▁clear -7.85677
-▁close -8.76194
-▁co -8.14074
-▁colleague -9.79657
-▁collect -10.5799
-▁colonial -10.5803
-▁com -9.28417
-▁comb -9.99838
-▁come -8.63225
-▁comm -8.64219
-▁comment -9.49001
-▁commercial -10.58
-▁commitment -10.5799
-▁committe -8.97672
-▁communit -8.82837
-▁comp -9.35274
-▁compan -10.2487
-▁compar -10.2608
-▁competen -10.58
-▁competiti -8.97633
-▁competitive -9.63059
-▁complet -10.9741
-▁complete -9.16988
-▁complicat -10.5975
-▁component -10.2466
-▁concern -8.0214
-▁conclusion -9.79658
-▁condemn -10.5799
-▁condition -9.3697
-▁conf -9.60933
-▁confirm -10.5799
-▁conflict -9.25093
-▁congratulat -9.6299
-▁connection -10.5799
-▁cons -9.25135
-▁conscious -10.5799
-▁consequence -9.36204
-▁consider -8.53334
-▁consistent -10.5799
-▁constitution -9.48705
-▁consult -9.99658
-▁consumer -9.36205
-▁cont -8.97141
-▁contain -9.36212
-▁content -9.48781
-▁continu -9.75395
-▁continue -8.71384
-▁contr -9.64555
-▁contract -10.2471
-▁contradict -10.5799
-▁contribute -9.99656
-▁contribution -9.25093
-▁control -9.25108
-▁conven -11.0797
-▁convention -9.99666
-▁convict -10.5799
-▁cooperati -8.84953
-▁coordinat -9.79679
-▁corr -9.63021
-▁cost -8.83303
-▁count -11.0663
-▁counter -10.5839
-▁countr -7.9273
-▁country -8.59674
-▁cour -8.44078
-▁cover -9.15181
-▁creat -9.16113
-▁create -9.35114
-▁credi -11.0583
-▁credit -10.2563
-▁cri -10.2209
-▁crime -9.06013
-▁criminal -10.5808
-▁cris -9.51222
-▁cru -9.06103
-▁cultur -9.97478
-▁culture -9.81477
-▁curren -9.97681
-▁current -8.43874
-▁custom -10.5799
-▁cut -10.0024
-▁d -5.97534
-▁da -5.72405
-▁dahin -9.64393
-▁damage -10.2468
-▁dan -8.3157
-▁danger -9.36214
-▁dank -9.34107
-▁danke -8.58485
-▁dar -7.89178
-▁dara -10.047
-▁darau -10.0715
-▁dargelegt -10.2466
-▁das -5.83768
-▁dass -7.55525
-▁data -9.66251
-▁davo -8.92571
-▁day -9.66484
-▁dazu -8.12353
-▁de -8.12684
-▁deadline -10.5799
-▁deal -8.58917
-▁death -10.5799
-▁debate -8.30611
-▁debt -9.99673
-▁dec -9.52778
-▁decide -8.97684
-▁decision -8.54195
-▁declaration -10.5799
-▁deep -10.5801
-▁defen -9.63054
-▁deficit -10.5799
-▁define -9.6299
-▁delay -10.5799
-▁delegation -9.99681
-▁dem -6.39965
-▁demand -9.15372
-▁democra -9.60958
-▁democrat -9.26512
-▁demokratisch -10.1403
-▁demonstrate -10.5799
-▁den -5.55474
-▁denke -9.40853
-▁denn -8.09302
-▁deploy -10.5815
-▁der -4.48493
-▁derartige -9.48711
-▁derzeit -9.49173
-▁derzeitige -10.6482
-▁des -5.97273
-▁describe -10.2481
-▁deserve -9.99702
-▁design -10.2476
-▁desire -10.5976
-▁determin -10.5799
-▁deutlich -9.16107
-▁develop -8.97756
-▁development -8.38986
-▁di -8.86697
-▁dictator -10.5799
-▁die -4.34962
-▁diese -5.76608
-▁different -8.64035
-▁difficult -8.69917
-▁diplomat -11.0619
-▁diplomatische -10.5911
-▁direct -9.15053
-▁directive -8.43474
-▁dis -8.83461
-▁disaster -10.2466
-▁disc -9.78395
-▁discuss -9.62759
-▁discussion -8.9779
-▁disease -9.99657
-▁diskutier -10.2466
-▁disparit -10.5799
-▁displ -10.5799
-▁dispos -9.36206
-▁dispute -10.2466
-▁dist -9.96385
-▁distribut -9.48704
-▁do -6.73215
-▁document -9.6299
-▁dort -8.76457
-▁doubt -9.63122
-▁down -9.36236
-▁draft -8.90015
-▁drastisch -10.2466
-▁draw -9.36204
-▁drei -8.70199
-▁dringend -10.5799
-▁dritte -9.96954
-▁dritten -10.0244
-▁driv -9.48966
-▁drug -10.5801
-▁du -9.7103
-▁dur -9.17711
-▁durch -7.35718
-▁durchgeführt -9.63018
-▁dut -10.0171
-▁dänische -10.5799
-▁dürf -9.48706
-▁earl -9.36233
-▁eas -9.66036
-▁eben -8.73422
-▁ebenso -9.36362
-▁echte -10.58
-▁ecolog -11.0798
-▁econom -9.62752
-▁economic -8.38984
-▁education -9.62995
-▁effect -9.0596
-▁effective -8.97707
-▁efficient -9.63034
-▁effizient -10.2418
-▁effizienter -10.2514
-▁effort -8.82834
-▁ei -9.61316
-▁eigene -9.06904
-▁eigentlich -9.86801
-▁eigentliche -10.144
-▁ein -6.00753
-▁eindeutig -9.79657
-▁eine -5.67493
-▁einer -6.92971
-▁einfach -9.66151
-▁einge -9.63612
-▁eingebracht -10.5817
-▁eingegangen -9.62999
-▁eingehalten -9.99987
-▁eingehen -9.64314
-▁eingereicht -9.79657
-▁einheitliche -9.99658
-▁einige -8.27378
-▁einiger -9.3867
-▁einzelne -9.25093
-▁einzig -10.9059
-▁einzige -9.85138
-▁einzu -9.06633
-▁elect -10.2467
-▁electric -9.99657
-▁elektronische -10.5799
-▁eliminat -9.6299
-▁emerg -9.79659
-▁emp -10.0146
-▁emphasis -9.6299
-▁employ -9.15112
-▁enabl -10.909
-▁enable -9.68325
-▁encourage -9.48704
-▁end -8.35594
-▁energ -9.99699
-▁energisch -9.79686
-▁eng -10.3439
-▁engagiert -10.5799
-▁enorme -9.99677
-▁ensur -8.7017
-▁ent -8.53207
-▁entail -10.5803
-▁enterprise -10.5799
-▁enthalten -9.63048
-▁enthusias -10.5799
-▁entire -9.62994
-▁entscheiden -9.6299
-▁entspr -10.5339
-▁entspreche -9.82248
-▁entsprechende -9.0601
-▁entwickel -10.0007
-▁environment -7.99112
-▁equal -9.275
-▁er -7.14799
-▁erfolg -10.2254
-▁erfolgt -10.2693
-▁erforder -9.99602
-▁erforderlich -9.79751
-▁erfüll -9.99657
-▁ergreif -9.37155
-▁ergänz -10.2466
-▁erheblich -9.99656
-▁erhöht -10.5799
-▁erkenn -9.50101
-▁erkläre -10.2466
-▁erklärt -10.5799
-▁erlassen -9.99967
-▁erläuter -10.5799
-▁erneut -9.48704
-▁ernsthafte -10.2466
-▁erreicht -9.48708
-▁erst -8.58578
-▁erste -9.4921
-▁ersten -8.87378
-▁erw -9.83545
-▁erwähnt -9.63245
-▁erörtert -10.2466
-▁es -5.99832
-▁establish -8.53216
-▁etc -10.5803
-▁ethni -9.63006
-▁etwa -8.97669
-▁euro -9.99658
-▁europäische -7.73042
-▁even -8.0647
-▁event -9.31872
-▁every -8.26517
-▁eviden -10.2466
-▁ex -8.50253
-▁exam -8.76239
-▁exce -9.25299
-▁exception -10.5802
-▁exclu -11.0068
-▁exercise -10.2466
-▁exist -9.15348
-▁exp -10.5883
-▁expect -9.62996
-▁experience -9.6425
-▁expla -10.5916
-▁exploit -10.2466
-▁express -8.97669
-▁exten -9.79047
-▁extend -10.2635
-▁external -9.79662
-▁extra -10.5799
-▁extreme -9.06002
-▁f -7.87973
-▁fa -9.73335
-▁fac -9.65251
-▁facilit -10.5803
-▁fact -7.98975
-▁facto -10.271
-▁factor -10.2729
-▁fail -8.90003
-▁fals -10.5941
-▁famil -8.82834
-▁far -8.89871
-▁farm -9.99977
-▁farmer -9.63918
-▁fast -9.36711
-▁favour -9.151
-▁fea -9.9999
-▁feedingstuff -10.2466
-▁feel -9.24377
-▁feeling -10.2662
-▁ferne -10.2765
-▁fest -8.88613
-▁festgelegt -10.5799
-▁festgestellt -9.79688
-▁feststell -10.0388
-▁few -8.69937
-▁fight -9.36285
-▁figure -9.99657
-▁final -8.76168
-▁financ -10.0082
-▁finance -9.78699
-▁financial -8.43457
-▁finanzielle -9.68943
-▁find -8.62643
-▁finde -9.00552
-▁firm -10.58
-▁first -8.15273
-▁fish -9.48888
-▁flexib -9.99656
-▁flight -9.9971
-▁floo -9.7967
-▁focus -9.48704
-▁folg -11.0775
-▁folgende -9.48755
-▁follow -8.82834
-▁foo -9.36209
-▁for -5.618
-▁force -9.40871
-▁forder -8.8448
-▁forest -10.0031
-▁form -8.53419
-▁formal -9.6749
-▁fortunate -10.5799
-▁forward -8.97848
-▁found -9.6299
-▁frag -9.82497
-▁frame -9.79657
-▁französische -9.25093
-▁free -8.82836
-▁frei -10.2489
-▁freie -10.2462
-▁frequen -10.5799
-▁freue -9.49047
-▁fro -7.32077
-▁frühere -10.2469
-▁fu -8.35725
-▁fulfil -10.5799
-▁full -9.08621
-▁function -10.5807
-▁fund -9.25205
-▁fundamental -9.06002
-▁further -8.76167
-▁führ -8.93973
-▁g -9.56109
-▁ga -10.0418
-▁gab -9.36762
-▁ganz -8.15276
-▁garantier -9.99656
-▁ge -6.63279
-▁gebracht -9.3697
-▁geehrte -9.99658
-▁gefordert -9.2667
-▁gefähr -11.0796
-▁gefördert -9.6299
-▁geführt -9.81683
-▁gegen -7.88854
-▁gegenseitige -10.5801
-▁gegenwärtig -9.36226
-▁geh -8.0401
-▁gehör -9.41455
-▁gelang -9.79907
-▁gelegt -9.99907
-▁geleistet -9.99656
-▁geling -10.2544
-▁geltend -10.2466
-▁gemeinsam -8.99343
-▁gemeinsame -9.33793
-▁gen -8.81206
-▁genannt -10.5799
-▁genau -8.76267
-▁genehmigt -9.99685
-▁general -9.62993
-▁generelle -9.99657
-▁genetic -10.2466
-▁genuine -10.2466
-▁genügen -9.99657
-▁geographi -10.5804
-▁ger -9.81357
-▁gering -10.2539
-▁gesamte -10.2697
-▁gest -9.60253
-▁get -8.73209
-▁getroffen -10.5799
-▁gewi -10.5763
-▁gewinn -10.583
-▁gewisse -9.7969
-▁gewor -10.5801
-▁gewählte -10.5799
-▁gewährleiste -10.2466
-▁geändert -9.99662
-▁geäußert -10.2466
-▁gi -8.96853
-▁give -8.15314
-▁glaub -9.15096
-▁gleich -8.28574
-▁global -9.48704
-▁go -8.15329
-▁good -8.76172
-▁government -8.59719
-▁gra -9.75889
-▁grant -9.48772
-▁grat -10.1011
-▁gratulier -10.2466
-▁gre -9.99932
-▁great -8.43479
-▁griechische -10.2466
-▁group -8.70057
-▁grow -8.9768
-▁große -8.38908
-▁grundlegende -10.5799
-▁grundsätzlich -10.5799
-▁größere -9.63685
-▁größte -9.96999
-▁größten -9.81888
-▁gründlich -10.5799
-▁guarantee -9.25103
-▁gui -9.99663
-▁gut -8.88736
-▁gute -8.99064
-▁h -8.74381
-▁ha -6.24514
-▁habe -6.50368
-▁hand -9.36683
-▁handel -8.71863
-▁happen -9.48802
-▁hard -10.2598
-▁harmonis -9.79721
-▁hart -10.5944
-▁hat -6.89194
-▁hatte -9.04349
-▁hav -9.99361
-▁have -6.31323
-▁he -8.22652
-▁health -9.06005
-▁hear -9.29891
-▁heav -10.5818
-▁hei -9.57146
-▁hel -9.78121
-▁help -9.06069
-▁her -8.4836
-▁heraus -10.5815
-▁hervor -9.99746
-▁herzlich -9.79657
-▁heut -7.98712
-▁heutige -10.0296
-▁hier -7.58079
-▁high -8.34557
-▁highlight -10.247
-▁him -9.48748
-▁hin -8.32101
-▁hinaus -9.36259
-▁hinterfrag -10.5799
-▁hinweis -9.36262
-▁hinzu -9.79217
-▁his -9.06067
-▁histor -10.2478
-▁ho -8.57842
-▁hoch -10.2558
-▁hoffe -9.33631
-▁hoffen -9.62872
-▁honour -9.25093
-▁hooligan -10.58
-▁hope -8.43467
-▁hour -10.2491
-▁how -7.16557
-▁hu -9.34191
-▁human -8.69832
-▁humanit -10.2507
-▁humanitäre -9.9966
-▁hunger -10.5801
-▁hätte -8.76167
-▁häufig -9.79657
-▁höchst -11.0554
-▁höchsten -9.80355
-▁höher -9.6299
-▁i -9.22388
-▁idea -8.82868
-▁identi -9.9967
-▁identify -9.99657
-▁ih -8.94341
-▁ihn -8.92399
-▁ihr -9.21961
-▁ihre -7.17112
-▁illegal -10.2466
-▁im -6.18442
-▁immediate -9.99657
-▁immer -8.48238
-▁imp -8.62278
-▁implement -8.76172
-▁import -9.92439
-▁importan -9.07165
-▁important -7.9394
-▁impressi -9.62991
-▁improv -10.4361
-▁improve -9.53895
-▁improvement -10.5844
-▁in -4.2707
-▁incident -9.99657
-▁incinerat -9.79657
-▁includ -8.98798
-▁include -8.96552
-▁incorporat -9.99657
-▁increase -9.06002
-▁indicate -10.2466
-▁individual -9.48704
-▁industr -8.9952
-▁industrial -10.5807
-▁influen -10.5799
-▁informelle -10.2466
-▁informier -10.247
-▁initial -9.9966
-▁initiative -8.76317
-▁inner -8.96324
-▁input -10.5802
-▁insist -10.6132
-▁inspect -10.2466
-▁institution -9.16011
-▁integrat -9.25358
-▁intend -9.06106
-▁intens -10.5854
-▁intensiv -10.5938
-▁inter -9.29282
-▁interest -8.26396
-▁internal -9.36211
-▁international -8.34561
-▁interne -10.2645
-▁interpret -9.6299
-▁into -7.7546
-▁introduc -10.817
-▁introduce -9.7039
-▁invest -9.25138
-▁investigate -10.2466
-▁involv -10.7618
-▁involve -8.94352
-▁is -4.99759
-▁island -10.0472
-▁issue -7.70731
-▁it -5.77755
-▁its -7.52269
-▁j -7.84244
-▁je -8.98854
-▁jed -7.88198
-▁jede -9.2871
-▁jeden -9.50566
-▁jeder -9.45445
-▁jene -9.92931
-▁job -9.62994
-▁joint -9.25093
-▁junge -10.4329
-▁just -7.88111
-▁justifie -10.2473
-▁k -8.59703
-▁kau -9.8629
-▁ke -9.51064
-▁keep -9.15094
-▁kein -8.94171
-▁keine -7.58994
-▁kenne -9.63521
-▁kind -9.48748
-▁klar -8.69939
-▁kleine -9.36204
-▁know -8.53216
-▁ko -9.42922
-▁komm -9.90608
-▁komme -9.61568
-▁kommen -9.32815
-▁kommerzielle -10.5799
-▁konkret -9.93264
-▁konkrete -9.39771
-▁konnte -9.6299
-▁konsequent -9.99656
-▁konstruktiv -10.5799
-▁kritisch -10.2466
-▁kulturelle -10.2466
-▁kurz -9.15091
-▁können -7.46843
-▁könnte -9.06002
-▁künftig -9.6299
-▁kürzlich -10.58
-▁l -8.71508
-▁la -9.3303
-▁label -9.79671
-▁lack -10.012
-▁lad -8.98282
-▁language -9.15093
-▁large -8.71318
-▁lasse -10.7274
-▁last -8.59963
-▁late -10.1118
-▁law -9.36266
-▁lea -8.97235
-▁lead -9.0713
-▁leader -9.37302
-▁leak -10.5873
-▁leben -9.66677
-▁left -10.5799
-▁legal -8.64035
-▁legislati -9.76092
-▁legislative -9.25251
-▁legitimate -10.2466
-▁leid -10.0045
-▁leide -9.35796
-▁leiste -9.81223
-▁lesen -10.5844
-▁less -8.79331
-▁let -9.1558
-▁letzte -10.2583
-▁letzten -8.48893
-▁level -8.53216
-▁li -9.10173
-▁liberal -9.36207
-▁liebe -9.63385
-▁lieg -9.29134
-▁like -7.38464
-▁limit -10.5822
-▁line -9.36511
-▁link -10.2468
-▁list -10.0139
-▁litera -10.5824
-▁live -9.80164
-▁lo -8.90553
-▁loc -9.86638
-▁long -8.05995
-▁look -8.89986
-▁ländliche -10.5799
-▁m -7.40834
-▁mach -8.66958
-▁mad -8.30419
-▁main -9.2509
-▁maintain -9.99669
-▁major -9.15007
-▁majorit -9.48824
-▁mak -9.04246
-▁make -7.78216
-▁man -7.16729
-▁manage -9.49103
-▁manche -10.0291
-▁mangel -10.2495
-▁manipulat -10.5799
-▁manufacture -9.99656
-▁margin -10.5799
-▁market -8.58479
-▁mass -10.5802
-▁matter -8.69917
-▁maxim -10.5799
-▁may -8.43459
-▁me -8.46421
-▁mean -8.58598
-▁measure -9.32231
-▁measures -8.16498
-▁medi -9.48667
-▁meet -9.35559
-▁meeting -10.2642
-▁mehr -7.88661
-▁mehrere -10.2586
-▁mein -8.83698
-▁meine -7.41532
-▁meisten -10.2468
-▁member -9.36347
-▁menschliche -10.2466
-▁mention -9.2513
-▁mere -10.0009
-▁message -10.5799
-▁method -9.79657
-▁mi -8.26786
-▁milit -9.99306
-▁million -8.97685
-▁mind -8.97707
-▁minim -10.2466
-▁mis -9.07956
-▁mission -9.99678
-▁mit -6.34686
-▁mix -10.5811
-▁mo -8.36363
-▁model -9.62992
-▁modern -10.1655
-▁modernis -9.52929
-▁moment -8.90109
-▁mon -9.57097
-▁mone -8.77454
-▁monopol -10.2466
-▁month -9.48741
-▁mor -9.33383
-▁more -7.19384
-▁motion -9.15143
-▁mov -9.93567
-▁move -9.39672
-▁movement -9.48807
-▁mu -9.10669
-▁multi -10.5815
-▁multinational -9.79657
-▁mus -8.50182
-▁muß -7.41703
-▁my -7.61012
-▁möchte -7.03104
-▁möglich -8.20123
-▁müss -7.29055
-▁nach -7.36913
-▁name -9.06022
-▁nat -8.45345
-▁national -8.18845
-▁natural -9.15093
-▁necessar -9.06002
-▁need -8.05283
-▁negotiation -9.25112
-▁nei -9.99696
-▁neighbour -10.5799
-▁network -10.5799
-▁neue -7.75317
-▁never -10.008
-▁new -7.73006
-▁nicht -5.99943
-▁nie -9.80569
-▁niedrig -10.5799
-▁niemand -9.48705
-▁no -7.35681
-▁noch -7.21115
-▁non -9.58935
-▁none -10.292
-▁nor -9.20339
-▁normal -9.99797
-▁not -6.10984
-▁notabl -11.0139
-▁notice -10.0122
-▁notwendig -8.69949
-▁now -8.02296
-▁nu -7.26031
-▁number -8.15289
-▁nun -8.10935
-▁nutz -9.79889
-▁nä -8.70158
-▁nächste -9.03168
-▁näher -9.79747
-▁ob -8.08541
-▁objective -8.34564
-▁objektive -10.5799
-▁observ -10.365
-▁observe -10.1406
-▁obtain -9.79689
-▁occur -10.248
-▁of -4.59199
-▁offen -9.15346
-▁offer -10.5838
-▁office -9.99661
-▁official -9.25093
-▁old -9.99873
-▁on -5.75191
-▁one -7.3863
-▁open -9.25277
-▁operat -10.0946
-▁operate -10.4227
-▁operation -8.98681
-▁opinion -9.06002
-▁opportun -10.5791
-▁opportunit -9.63025
-▁opt -10.114
-▁or -7.41907
-▁organis -9.25057
-▁organisation -8.85309
-▁orientier -10.5799
-▁origin -10.5775
-▁original -9.99795
-▁other -7.34244
-▁our -6.82526
-▁out -7.75261
-▁over -8.19879
-▁own -8.5853
-▁p -7.87746
-▁pa -9.00304
-▁par -10.245
-▁paragraph -9.99673
-▁parliamentar -10.5807
-▁part -7.83204
-▁participat -9.79659
-▁particular -8.0214
-▁partner -10.0136
-▁pas -9.88605
-▁pass -9.17774
-▁patent -9.99659
-▁pay -9.25901
-▁pe -7.52625
-▁peace -8.97704
-▁penal -9.99779
-▁pension -9.79659
-▁per -9.28762
-▁percent -10.5799
-▁perfect -9.99657
-▁period -8.9818
-▁permanent -9.99656
-▁permit -10.5822
-▁person -9.15105
-▁persönlich -10.2466
-▁pill -10.2906
-▁pl -9.22125
-▁place -8.53231
-▁plan -9.16393
-▁plant -10.0495
-▁play -9.06003
-▁please -9.79658
-▁point -7.77697
-▁polic -10.5475
-▁police -9.8089
-▁policy -7.73026
-▁politic -10.5777
-▁political -8.26416
-▁politische -9.00215
-▁poll -10.2467
-▁poo -10.5849
-▁poore -10.5823
-▁population -9.48706
-▁portugiesische -9.99656
-▁position -8.92636
-▁positiv -10.0082
-▁positive -8.97251
-▁possib -9.90104
-▁possibl -8.24981
-▁post -9.79684
-▁power -9.36951
-▁practi -11.0296
-▁practic -9.99445
-▁practice -9.49903
-▁praktisch -9.99656
-▁pre -8.57368
-▁prec -9.45318
-▁preca -9.80519
-▁prepar -10.2337
-▁prepare -9.49315
-▁present -8.26396
-▁presiden -10.2466
-▁pressure -9.79657
-▁prevent -8.84445
-▁pri -10.0622
-▁price -9.63061
-▁prim -10.0045
-▁principle -8.08491
-▁priorit -8.97669
-▁privat -9.99658
-▁pro -8.31629
-▁prob -10.2544
-▁problem -7.90927
-▁procedure -8.34566
-▁proceed -9.79659
-▁process -8.30394
-▁produce -9.25094
-▁product -9.25097
-▁profession -10.2466
-▁profit -9.79657
-▁programme -8.4042
-▁progress -9.15094
-▁project -9.15093
-▁promot -9.98787
-▁promote -10.0053
-▁proper -9.63066
-▁proposal -7.75316
-▁propose -8.69917
-▁prospect -9.79657
-▁protect -8.53217
-▁protest -10.2466
-▁provid -10.4129
-▁provide -8.45616
-▁provision -9.99748
-▁publi -8.43454
-▁punish -9.99657
-▁purpose -9.36204
-▁pursu -9.99656
-▁put -8.58587
-▁qu -9.98465
-▁qualifizierte -10.5799
-▁qualit -9.37081
-▁question -7.82635
-▁qui -9.18499
-▁quick -9.48722
-▁quota -9.99979
-▁ra -8.43022
-▁raci -10.404
-▁railway -10.2466
-▁rais -9.98658
-▁raise -10.2648
-▁rapid -9.99657
-▁rapporteur -8.9767
-▁rate -9.69425
-▁ratif -10.5573
-▁re -7.56883
-▁reach -9.48784
-▁reaction -10.2466
-▁read -9.17294
-▁reagier -10.5799
-▁real -8.79974
-▁reali -9.71721
-▁realistisch -9.99657
-▁reason -8.48216
-▁rec -9.98679
-▁receive -9.25094
-▁recent -9.25115
-▁recht -9.4454
-▁rechtliche -10.6019
-▁recogni -9.62083
-▁recognise -9.80738
-▁recommend -10.5789
-▁recommendation -9.79702
-▁reconcil -10.6012
-▁record -9.79657
-▁recover -9.99677
-▁redu -10.4982
-▁reduc -9.83652
-▁refer -9.27762
-▁referen -9.44319
-▁referr -9.81239
-▁reflect -9.6299
-▁reform -8.97746
-▁refu -10.5925
-▁refugee -10.5799
-▁regard -8.12036
-▁regelmäßig -10.2466
-▁region -8.58426
-▁regional -9.37064
-▁register -10.2466
-▁regulation -8.43454
-▁reinforce -10.3119
-▁reiterate -9.79657
-▁reject -9.79657
-▁relat -9.23587
-▁relation -9.48998
-▁relativ -10.0238
-▁release -10.2466
-▁relevan -9.6299
-▁religi -10.5799
-▁remain -9.15093
-▁remind -9.62991
-▁remov -9.99656
-▁repeat -9.99656
-▁repl -10.2493
-▁report -7.13962
-▁represent -9.05996
-▁representative -9.99691
-▁request -9.15093
-▁require -9.06002
-▁rese -9.81571
-▁reserve -10.5799
-▁resolution -8.11824
-▁resolve -10.5799
-▁resource -9.6303
-▁respect -8.97669
-▁respons -10.2464
-▁responsib -9.62987
-▁responsibilit -9.0601
-▁restrict -9.79657
-▁restriktive -10.5799
-▁result -8.69917
-▁retain -10.5813
-▁reuni -10.5857
-▁reve -10.5837
-▁review -10.5799
-▁revolution -10.58
-▁richtig -8.89977
-▁right -7.48867
-▁rise -10.5911
-▁risk -9.25094
-▁road -9.06002
-▁rol -8.58709
-▁roo -10.503
-▁rou -11.0051
-▁rule -8.89978
-▁run -10.2381
-▁rund -10.2577
-▁sa -8.54653
-▁safe -8.82841
-▁safeguard -10.5799
-▁sage -8.44801
-▁sagt -9.48723
-▁satisf -10.5762
-▁say -7.70961
-▁sc -9.24948
-▁sch -8.73663
-▁schließ -9.40913
-▁schnell -9.06003
-▁schon -8.48439
-▁schwedische -10.5799
-▁schwer -9.99692
-▁schwierige -9.79723
-▁scien -10.6354
-▁sea -10.6677
-▁sechs -9.99676
-▁second -8.89977
-▁sector -8.97669
-▁secur -9.15095
-▁see -8.28153
-▁seek -10.0044
-▁seem -9.26507
-▁seh -7.55001
-▁sei -9.44365
-▁sein -7.2139
-▁seine -8.35114
-▁seiner -8.66632
-▁seit -8.9897
-▁selbst -8.43454
-▁select -10.5799
-▁sensib -10.5799
-▁serious -8.82834
-▁serve -9.62997
-▁service -8.64035
-▁set -8.75575
-▁seve -11.0687
-▁sever -9.81583
-▁sex -9.99673
-▁sh -9.46785
-▁share -9.79673
-▁she -9.90835
-▁ship -9.87558
-▁short -9.15101
-▁should -6.97559
-▁show -9.06009
-▁si -9.19245
-▁sich -6.63496
-▁sicher -8.46646
-▁sicherste -11.0273
-▁side -9.86769
-▁sie -6.72658
-▁sign -9.63024
-▁significan -9.99656
-▁similar -9.99656
-▁simpl -8.8998
-▁sin -6.58602
-▁site -10.0021
-▁situation -8.30394
-▁six -10.2469
-▁slow -10.5799
-▁small -8.89981
-▁so -6.28165
-▁soci -8.63847
-▁social -8.08683
-▁sogenannte -10.2466
-▁solche -8.38054
-▁solcher -10.0404
-▁sole -10.2847
-▁soll -8.05408
-▁sollte -7.58655
-▁solution -9.99657
-▁solve -10.5799
-▁some -7.64402
-▁somewh -11.0459
-▁sonder -8.22554
-▁sorg -9.86777
-▁sound -10.2539
-▁sow -8.85511
-▁sozial -9.14998
-▁sp -9.45711
-▁speak -9.98395
-▁speaker -10.2632
-▁spec -10.5665
-▁specific -8.30394
-▁speech -9.79657
-▁speed -10.2467
-▁spend -9.7969
-▁speziell -9.99656
-▁spezifische -10.5832
-▁spirit -9.6299
-▁spoke -10.2466
-▁sport -9.79871
-▁spreche -10.7329
-▁sprich -9.79667
-▁späte -10.2588
-▁sta -9.29885
-▁stabili -9.99794
-▁stage -9.49179
-▁stand -9.13646
-▁standard -9.26226
-▁stark -9.99659
-▁start -9.36241
-▁stat -9.82034
-▁state -9.20628
-▁statement -9.48827
-▁states -9.87846
-▁station -10.252
-▁statt -9.37565
-▁stattfinden -9.99657
-▁steh -8.90316
-▁stehen -8.89651
-▁step -9.15095
-▁still -8.76167
-▁stipulate -10.5799
-▁stop -9.50453
-▁strateg -9.12546
-▁strategic -10.647
-▁strategische -10.2659
-▁strength -11.0561
-▁strengthen -9.49205
-▁stress -10.2466
-▁strik -10.5801
-▁strong -10.2467
-▁structur -10.5499
-▁structure -9.81347
-▁strukturell -10.5799
-▁study -10.5799
-▁stärk -10.5755
-▁stärker -9.48853
-▁su -8.88261
-▁subject -8.82834
-▁submit -9.99657
-▁subscribe -10.2466
-▁subsequent -10.2466
-▁subsidi -11.0696
-▁substance -10.2468
-▁substanti -10.2557
-▁success -9.6299
-▁such -7.77811
-▁suffer -10.5799
-▁suggest -9.6299
-▁summit -10.5799
-▁supp -10.5792
-▁support -7.7299
-▁suppose -10.5805
-▁sure -8.97999
-▁susp -9.99669
-▁system -8.20821
-▁sämtliche -9.79657
-▁table -9.49259
-▁tak -9.21956
-▁take -7.53289
-▁talk -9.25095
-▁target -10.2466
-▁tariff -10.5799
-▁task -9.6299
-▁tatsächlich -10.2466
-▁tax -9.25093
-▁technical -10.2466
-▁technische -9.36205
-▁technolog -9.23298
-▁tele -9.36239
-▁temper -10.58
-▁term -8.30418
-▁test -9.79864
-▁text -8.90068
-▁th -7.80077
-▁tha -5.31658
-▁than -8.44876
-▁thank -8.26574
-▁the -3.71969
-▁them -9.15202
-▁there -6.60451
-▁thi -5.60295
-▁thing -9.0377
-▁think -8.18886
-▁third -9.25367
-▁thre -9.06049
-▁threat -10.2495
-▁through -8.34561
-▁time -7.71129
-▁to -4.62246
-▁too -8.58475
-▁topic -10.5866
-▁total -9.36737
-▁touris -10.5863
-▁tra -8.6767
-▁traditionell -10.5799
-▁train -10.003
-▁trans -9.48772
-▁transition -10.2467
-▁transparen -9.76604
-▁transparent -9.82805
-▁travell -10.5799
-▁treat -8.82834
-▁tri -9.99904
-▁tro -10.0071
-▁tru -8.90021
-▁truth -10.248
-▁try -9.25198
-▁turn -9.36213
-▁type -10.2466
-▁türkische -10.2466
-▁um -6.82453
-▁umfassen -9.98413
-▁umfassende -9.80687
-▁umgehend -10.2483
-▁umgesetzt -10.0008
-▁umwelt -10.5799
-▁un -7.15707
-▁unabhängig -9.99657
-▁und -4.90352
-▁under -8.35083
-▁underline -10.5801
-▁undermine -10.5801
-▁understand -8.82875
-▁undertak -10.247
-▁unerläßlich -10.5799
-▁unfortunate -9.6299
-▁unge -10.3212
-▁unit -9.49527
-▁universal -10.2466
-▁uns -7.28625
-▁unser -8.89885
-▁unsere -7.29526
-▁unter -7.87215
-▁unterbreite -10.2466
-▁unterbrochen -10.5799
-▁unternommen -9.99681
-▁unterschiedlich -9.48704
-▁unterstütz -8.34561
-▁untersuch -10.5801
-▁unver -10.5859
-▁up -7.56114
-▁urgent -10.2466
-▁us -7.37235
-▁use -8.69934
-▁v -8.4914
-▁va -9.89528
-▁value -9.06123
-▁ver -7.14418
-▁veranlass -10.5809
-▁verantwortlich -9.80878
-▁verbesser -10.248
-▁verbind -11.0794
-▁verbindliche -10.5802
-▁verbunden -9.79657
-▁verdien -10.58
-▁verehrte -10.5799
-▁verfolgen -9.63121
-▁verfüg -9.48704
-▁verg -10.0195
-▁vergangene -9.79758
-▁verhinder -9.79657
-▁verl -10.0844
-▁verlang -10.5834
-▁verlä -10.2995
-▁vermi -10.2472
-▁vernünftig -10.2466
-▁verpflichtet -10.5799
-▁verringer -9.99657
-▁verschiedene -8.83235
-▁versteh -9.36205
-▁verstärk -10.2475
-▁versuch -9.251
-▁vertrau -10.2466
-▁vertrete -9.79806
-▁verw -9.6368
-▁verwe -11.0536
-▁verweis -10.2636
-▁verwies -10.2501
-▁vi -9.90369
-▁vict -9.79727
-▁viel -7.82921
-▁viele -8.98307
-▁vier -10.0259
-▁view -8.82837
-▁violation -10.5799
-▁violen -9.62992
-▁virtu -10.5799
-▁visi -10.531
-▁visit -10.0145
-▁vital -9.48708
-▁vo -8.46665
-▁voll -9.27684
-▁von -5.83302
-▁vor -6.80463
-▁voran -9.66966
-▁voraus -10.2527
-▁vorge -9.7757
-▁vorgelegt -8.97672
-▁vorgeschlagen -9.62994
-▁vorgesehen -9.2512
-▁vorgetragen -9.99752
-▁vorhanden -10.2466
-▁vorlegt -10.5839
-▁vorliegende -9.99659
-▁vorzu -9.25639
-▁vot -9.48029
-▁vote -8.10486
-▁völlig -10.2466
-▁w -6.38518
-▁wahr -9.251
-▁wait -9.62994
-▁want -8.39063
-▁war -7.8338
-▁was -6.71142
-▁way -7.85607
-▁we -5.4945
-▁weak -10.5992
-▁weakness -10.5801
-▁week -9.99829
-▁weil -8.03087
-▁weit -9.93485
-▁weiter -8.12084
-▁weitere -9.05644
-▁weitgehend -10.58
-▁welche -8.89977
-▁welcome -8.97669
-▁wenige -8.8292
-▁wenigsten -9.79657
-▁wenn -7.14379
-▁wer -8.5228
-▁werde -6.15522
-▁wesentlich -9.79381
-▁wesentliche -9.79933
-▁wh -6.06737
-▁what -7.52628
-▁when -7.99774
-▁where -8.49881
-▁whil -9.652
-▁who -7.67109
-▁whole -8.58645
-▁wi -9.42267
-▁wichtig -8.34548
-▁wichtige -8.52273
-▁wichtigste -9.38447
-▁wider -9.79706
-▁wie -6.87766
-▁wieder -9.1553
-▁wiederhol -10.9117
-▁wiederhole -10.6985
-▁will -6.27965
-▁wir -5.37295
-▁wirklich -8.9768
-▁wirksam -9.99787
-▁wirtschaftliche -9.15706
-▁wish -9.09747
-▁wishe -9.91795
-▁wissen -8.82827
-▁with -6.15323
-▁withdraw -10.5799
-▁witness -10.5799
-▁wo -8.13705
-▁woll -8.87825
-▁wolle -8.78926
-▁wom -9.29262
-▁wonder -9.79663
-▁word -8.22563
-▁work -7.69168
-▁world -8.82834
-▁wurde -7.2191
-▁wäh -8.58482
-▁wäre -8.34595
-▁wünschen -10.2511
-▁würde -8.18845
-▁xenophobi -10.5799
-▁ye -8.87313
-▁year -7.68504
-▁you -7.08234
-▁your -8.56631
-▁z -9.21446
-▁zahlreiche -9.63011
-▁zehn -9.98685
-▁zeig -9.06057
-▁zone -10.5819
-▁zu -5.46362
-▁zufrieden -10.5789
-▁zum -7.39529
-▁zur -6.88506
-▁zurück -9.49239
-▁zusammen -9.30742
-▁zusammenfassen -10.5799
-▁zw -7.97327
-▁zwa -9.07527
-▁zwangs -10.5812
-▁zwei -8.52001
-▁zweifel -9.25097
-▁zweite -9.64035
-▁zweiten -8.91254
-▁Änderung -8.30394
-▁Äthiopien -10.2466
-▁Äußerung -10.5799
-▁ähnliche -10.1698
-▁änder -9.51931
-▁äußer -9.62503
-▁äußerst -8.90212
-▁öffentliche -9.48705
-▁ökologisch -10.5799
-▁über -6.602
-▁überprüf -10.2486
-▁übertrag -10.8681
-▁überzeug -9.99775
-▁übrigen -9.15106
+? -7.30449
+@ -5.33221
+A -7.93444
+AL -10.3021
+AP -10.6565
+Alba -10.2132
+B -9.58675
+Berichterstatter -8.68349
+C -8.51538
+CE -11.116
+D -9.58087
+E -9.44443
+EC -9.6572
+EN -10.0657
+ER -9.67316
+F -9.01277
+G -8.78382
+H -10.5319
+I -9.73432
+IA -10.815
+II -10.6641
+IP -9.19417
+J -12.6362
+K -10.1986
+Kandidatenländer -11.123
+L -9.74244
+LA -10.0403
+M -9.10719
+Menschenrechtsko -10.2897
+N -8.70803
+O -8.90518
+P -8.67915
+PE -9.94213
+R -9.31092
+RE -10.0399
+RO -10.394
+S -9.10967
+SE -9.83415
+T -8.65262
+TO -9.40549
+U -9.10511
+UE -10.2727
+UR -10.2953
+V -9.95035
+W -10.1981
+Z -11.0329
+a -6.05584
+ab -8.25273
+aben -9.701
+abilit -9.29393
+abinet -10.6231
+abkommen -10.2921
+able -7.53539
+abwe -9.67329
+ace -9.48659
+aced -10.1801
+achte -9.52681
+achten -9.53133
+achtung -10.628
+aci -9.67599
+act -8.26857
+adequate -10.0397
+admissi -10.2897
+afrika -10.2842
+ag -8.94031
+age -8.01103
+aid -8.09143
+ail -10.2643
+ake -8.83892
+akteure -11.123
+aktion -11.1228
+al -6.13104
+ale -9.42486
+alisierung -9.54272
+alität -10.2117
+all -9.30386
+allel -10.6253
+alpolitik -9.85106
+altung -9.46381
+am -7.74768
+ambi -10.6299
+ambodscha -11.123
+amen -8.44725
+amp -10.2822
+amper -9.85844
+an -7.26676
+ance -8.28893
+and -8.76218
+andal -10.6791
+anden -9.92168
+andern -10.6179
+andidate -10.6231
+ang -9.95548
+angegangen -10.6302
+ank -10.0613
+anlage -10.629
+anpass -10.6474
+ant -8.62652
+antwort -9.83886
+anz -9.52448
+apabilit -11.1231
+apo -6.559
+appropriat -9.53018
+ar -8.15536
+aragraph -9.67304
+arbeit -9.29243
+arbeiten -9.29002
+arbeitet -10.2899
+arch -9.17145
+ard -9.8997
+are -9.56773
+arge -9.49437
+ari -9.39246
+aria -9.78217
+arious -9.67528
+arliament -7.2485
+arri -10.0726
+art -9.23302
+arten -9.15624
+arti -9.83061
+ary -7.79524
+arüber -9.07572
+as -8.84342
+assa -10.8908
+assung -11.123
+assure -9.84326
+ast -9.44808
+at -7.33535
+atalog -10.2897
+atastroph -10.2895
+ate -9.24756
+atic -9.58186
+ation -7.02997
+ative -9.84845
+ator -9.48737
+atten -9.11021
+au -8.28741
+auch -6.34092
+auf -9.22757
+aus -8.74187
+ause -10.138
+ausgegangen -10.6252
+ausschu -9.19417
+avi -10.2258
+avour -11.1226
+aß -6.2592
+b -6.81803
+bank -9.10726
+bar -8.77032
+bau -9.20071
+be -8.21176
+beabsichtigt -10.623
+beauftragt -10.623
+beding -10.6026
+bedingt -10.0524
+behalte -10.3185
+behörde -10.623
+bei -8.39322
+bekannt -10.5293
+bekämpf -10.0734
+bel -9.69258
+ber -8.11705
+bereich -10.6044
+berein -10.2897
+bereinkommen -9.83989
+bereit -9.96896
+bergang -10.6245
+bericht -10.2911
+berlegung -10.2902
+beschäftigung -10.3031
+besondere -8.08473
+besser -9.75372
+betrieb -10.2273
+bewußt -10.6267
+bezieh -9.44943
+beziehung -10.3082
+bezogen -9.41354
+bezüglich -9.83974
+bhängig -10.4348
+bild -10.0326
+bildung -10.2998
+bilisierung -10.623
+bilität -10.2925
+ble -9.09021
+blick -8.9431
+board -9.84083
+bod -10.5331
+bon -9.95754
+boo -10.3346
+bour -9.83977
+bre -9.97212
+brechen -10.2889
+brief -10.2897
+bring -9.44482
+by -6.59182
+c -6.99973
+cal -9.30946
+cate -10.6823
+cause -7.77915
+ce -7.06542
+central -10.6185
+certain -10.2065
+ch -7.16501
+chaff -9.80169
+change -10.5327
+charakter -11.123
+chen -9.40646
+chlimmer -11.123
+chtung -9.96522
+chwierig -9.84015
+chätzung -10.623
+cial -9.24465
+cide -10.296
+ck -9.10047
+cker -10.3059
+claim -10.2897
+clear -9.95258
+clusion -9.69019
+come -8.91935
+coming -10.3615
+communication -9.84147
+condition -11.033
+conomic -10.622
+constitute -10.0397
+convinc -11.123
+cott -9.83972
+cour -10.2075
+cross -10.0397
+ction -10.9357
+cy -7.76462
+d -4.74245
+da -8.24468
+danke -10.5845
+date -9.53876
+day -7.97785
+de -7.75947
+decision -9.95141
+deckt -10.2898
+deed -9.13327
+dem -8.56483
+demokrat -11.1228
+demokratische -10.7406
+den -8.54201
+denk -9.45389
+depend -10.0397
+der -8.25624
+desp -10.6548
+deutlich -10.5307
+dienst -10.6235
+difference -10.2897
+dig -9.75465
+dings -9.1209
+direkt -9.67304
+disch -9.45684
+divi -11.1214
+dlich -9.52037
+dom -9.16614
+done -9.33251
+druck -8.87544
+dräng -11.1231
+drücklich -10.6231
+due -9.42046
+durch -9.3182
+e -4.34782
+each -8.62344
+ead -9.67272
+ean -9.9875
+easure -10.6224
+ebatt -8.92908
+eben -8.82582
+echanism -10.2897
+echn -10.0906
+echter -11.0508
+ecke -10.072
+ect -9.00155
+ed -5.54576
+efficien -10.6216
+efinition -10.0389
+egulierung -11.1227
+ehindert -11.0891
+ehrjährig -11.123
+eigen -10.2982
+eign -8.95177
+eihen -11.1123
+eij -10.4512
+einander -10.0397
+einfach -9.96688
+einträchtig -11.123
+eira -9.56305
+eister -10.8901
+eitet -10.4776
+eits -9.69282
+el -7.7831
+ell -8.30224
+ellen -9.77547
+elt -9.445
+elve -9.17761
+em -8.16552
+ember -8.46413
+en -3.83289
+enberichterstatt -11.123
+ence -9.37562
+ende -8.69287
+enden -9.38335
+endlich -9.90537
+enschenwürd -10.6231
+ential -9.84224
+entralis -10.293
+epresentative -10.6224
+equenz -10.623
+er -5.51378
+erbreitet -10.2897
+erfahren -10.2895
+erfreu -10.6328
+erhalten -8.74336
+erkenn -10.5599
+erlei -11.1229
+ern -8.77696
+erreichen -9.85461
+errung -10.7485
+ers -7.89832
+ert -8.94323
+erung -9.68506
+erweise -9.41041
+erzeugnisse -9.8397
+erücksichtig -10.039
+es -6.53254
+escribe -11.1195
+essen -10.0367
+esundheit -10.6224
+eter -9.89121
+ether -8.63754
+ettbewerb -11.123
+ette -9.94872
+etzt -8.15723
+evelopment -11.1199
+ever -7.63943
+ew -9.70542
+ewirtschaftung -11.123
+ewältig -10.623
+export -10.6289
+ext -8.75911
+ey -9.84345
+ezentralisier -10.6231
+f -6.78527
+fach -10.0226
+fahr -10.2144
+fahrzeug -10.6231
+fair -8.87293
+fall -9.54215
+fallen -9.86454
+falls -8.44367
+falt -10.1461
+fang -9.19472
+fassung -8.87062
+faßt -9.53221
+fehlen -11.1209
+feld -10.6236
+fern -9.80293
+ff -8.80696
+ffentlich -9.42865
+ffic -9.56747
+fficient -11.1219
+ffizien -10.623
+ffnung -10.6235
+fication -10.2924
+ficial -11.1155
+fiel -10.2898
+finden -9.84573
+flanz -11.123
+fleisch -10.6228
+fluß -10.1078
+folge -9.66976
+fonds -10.623
+for -9.94879
+forder -10.5188
+fordert -10.7484
+forderung -9.85022
+fore -7.4824
+form -9.35861
+formul -10.046
+frag -10.1532
+fraud -10.0397
+freiheit -10.2897
+freu -10.5935
+frikanische -10.6314
+fristig -11.1229
+frontier -11.1231
+fu -9.62455
+ful -8.36521
+fähig -9.39939
+fällig -10.0397
+fällt -10.623
+fältig -10.623
+fördern -9.40518
+fühl -10.613
+führ -9.07726
+führt -9.56183
+führung -9.10605
+für -5.8508
+fütterungsverbot -11.123
+g -7.29704
+gabe -9.47085
+gain -10.2849
+gang -9.18544
+gangen -9.43263
+gar -8.94494
+gation -10.2502
+ge -6.89749
+geben -8.64889
+gebiete -10.6302
+gebracht -11.0412
+gebrauch -11.123
+gebühr -11.123
+gefordert -10.1997
+gefunden -9.8397
+geführt -10.5847
+gegeben -9.39966
+gegen -9.32717
+gehalten -9.88904
+geheimnis -11.123
+gehen -9.60369
+gehend -10.0143
+gehören -9.39301
+geklärt -11.123
+gel -9.09338
+gemeinschaft -11.0826
+gen -7.97587
+genehmig -11.1214
+genh -10.636
+genommen -8.52537
+gern -9.73192
+gesagt -9.29409
+gesamt -9.50793
+geschaff -9.88995
+geschehen -11.123
+geschlossen -9.8397
+geschäft -11.123
+gesehen -11.0721
+gesetzt -8.80643
+gesprochen -9.53703
+gestalt -10.0433
+gestellt -9.11974
+getragen -10.4467
+gewalt -10.623
+gewesen -10.0549
+gg -10.0209
+gib -8.30887
+gla -10.2813
+gleich -8.86483
+glicher -10.6232
+gnisse -10.0292
+go -8.67335
+government -9.75227
+gra -9.94257
+graceful -11.123
+gration -9.84339
+gree -11.0983
+greifen -10.2716
+grenz -9.21987
+gricultur -11.1164
+griff -10.6287
+ground -9.84272
+grund -8.80481
+gruppe -10.0397
+größer -10.5844
+gründe -9.6732
+gue -10.7882
+gun -10.6302
+h -7.2212
+ha -8.64961
+habit -10.6232
+halb -7.72811
+hall -8.94751
+halt -8.49969
+halten -8.83304
+handel -9.43447
+handlung -9.67217
+hap -9.84278
+has -6.78157
+haupt -10.6188
+haushalt -10.623
+he -8.46698
+head -9.84242
+heim -10.3295
+heit -8.30785
+heiten -9.95462
+helfe -9.54239
+hema -10.9474
+hen -9.26026
+her -8.22105
+here -7.98761
+herrschen -10.6231
+hilfe -9.29407
+hin -8.16527
+hne -9.9031
+hnung -10.5475
+house -10.6235
+hr -8.2704
+hren -8.8756
+hrt -9.41457
+ht -8.90702
+hthalate -10.2897
+hält -9.29397
+hältnis -10.6235
+häng -9.75688
+höfe -11.123
+hören -10.569
+hüt -10.14
+i -6.992
+ia -8.65028
+ial -8.96822
+ialog -9.67398
+ian -9.03161
+ic -7.58599
+ical -9.24147
+ice -9.08533
+ich -5.17626
+icherheit -9.67232
+ichtlich -9.13087
+icipa -10.6254
+id -7.9954
+ie -7.89861
+ien -8.62614
+ience -10.2617
+ier -8.42892
+ieren -8.647
+iert -8.36044
+ierung -9.02151
+ies -6.4822
+if -7.27764
+iffa -10.859
+ification -9.54243
+ifie -9.84869
+ify -9.58995
+ig -7.95593
+igen -9.18283
+igh -10.6171
+ight -8.2127
+igkeit -8.98373
+ign -9.78079
+igung -9.52539
+ij -10.4352
+ik -8.795
+il -8.13064
+ilit -8.87029
+illar -10.5515
+illi -10.5281
+illion -10.6274
+ilm -10.3382
+ilt -9.13667
+im -8.71557
+imate -10.6237
+imb -9.84008
+imension -9.83971
+immt -9.81418
+in -6.49929
+ind -8.8342
+industrie -10.8482
+ine -8.77622
+information -8.57536
+ing -5.11073
+innere -10.53
+instimm -11.123
+institutionelle -10.6232
+instrument -10.0397
+interesse -10.6231
+intoleran -10.6269
+io -9.63177
+ion -6.75484
+ions -9.16366
+ior -10.1381
+ious -9.84231
+ip -9.66016
+ir -7.13758
+irgend -10.6232
+is -7.50999
+isation -9.09271
+isch -8.96901
+ische -9.01086
+ischen -7.53137
+ise -8.45904
+ish -8.16719
+isierung -10.0184
+ism -9.53046
+ispiel -10.1304
+issenschaftliche -10.624
+ist -6.04591
+it -7.21935
+ither -9.43917
+ition -9.5492
+itor -9.04039
+itting -9.84192
+ittle -9.84898
+itz -9.68686
+ität -9.88687
+ium -9.50973
+ive -7.85265
+iversit -10.623
+ize -10.4693
+j -10.5237
+ja -8.42702
+jahr -10.2916
+jenige -9.67308
+jo -10.1495
+judic -10.623
+just -10.536
+k -6.78195
+ka -9.35011
+kann -7.2217
+kehr -10.333
+kei -9.65297
+keit -7.64039
+kill -10.0397
+kl -10.4986
+kla -9.51822
+klärung -10.6228
+knowledge -9.52989
+knüpf -10.0397
+koll -9.40622
+komm -9.24768
+kommen -8.24956
+konflikt -10.623
+kontrolle -9.8397
+kontrollsystem -11.123
+konzentr -10.9338
+kosten -10.0432
+kraft -10.2903
+krank -11.1231
+kräfte -10.623
+kräftig -11.1165
+kt -8.8205
+ktivität -9.83973
+kto -10.6438
+kundig -11.123
+kunft -8.47762
+kämpf -9.17991
+kündig -10.2897
+kürz -10.0396
+l -6.79521
+lack -9.67477
+lag -9.61928
+lage -8.74637
+land -8.17251
+landwirt -10.6228
+lang -9.3083
+large -9.75234
+lassen -8.87069
+last -9.60662
+later -10.0996
+laubwürdig -10.2897
+lauf -9.52869
+laufende -10.6332
+laut -10.0471
+le -7.32772
+lead -10.5372
+leben -9.75443
+ledig -10.2916
+legen -8.74389
+legt -9.01863
+legung -9.83941
+lehn -10.1046
+leicht -8.62843
+leitung -10.2899
+lement -10.2399
+ler -9.5375
+les -9.76841
+less -9.04196
+letzt -9.53795
+lf -8.96974
+lg -9.63529
+lich -7.03419
+liche -8.55674
+lichkeit -9.1713
+lick -10.6253
+lieb -10.2742
+liefer -10.2901
+lieg -11.0115
+liegen -9.59004
+life -9.5315
+light -9.94299
+like -11.0423
+lin -9.05436
+ling -8.83424
+linie -10.0607
+lish -10.2997
+ll -7.7613
+llen -9.66156
+llent -9.54963
+llig -10.6503
+llow -10.7063
+lock -10.637
+logic -10.6087
+logisch -11.0902
+long -9.75441
+loo -11.0759
+los -8.42293
+lu -8.73365
+lum -9.31255
+lung -8.9825
+lway -9.89925
+ly -5.49499
+lä -9.52272
+läche -10.6237
+länder -9.10423
+läuf -10.5796
+läß -10.6526
+lö -10.9045
+lös -9.58533
+lüs -10.6247
+m -5.29663
+mach -10.5197
+macht -8.6852
+macks -11.1224
+mal -7.60571
+man -9.55863
+mark -9.29412
+material -10.623
+maß -9.90488
+maßnahmen -8.9429
+mber -9.74135
+me -8.68174
+medi -10.8616
+media -9.87598
+mehr -9.32026
+meiner -9.17754
+meinschaftliche -9.53874
+ment -7.48545
+ments -9.32953
+merikanische -11.1163
+merk -9.84065
+messen -10.328
+min -9.32238
+mindest -10.2921
+minister -9.67228
+mit -7.7313
+mitglied -10.623
+mitolog -10.2617
+mittag -10.2904
+mitteil -10.9246
+mittel -8.94327
+mittelständische -11.123
+mlich -8.71681
+mmission -10.2896
+modell -11.123
+mor -8.66818
+mpf -10.9872
+mpliziert -10.0397
+mploy -10.2886
+mpuls -10.4302
+msel -9.58621
+mus -9.59912
+must -7.19611
+märkte -10.623
+mäß -9.6372
+möglich -9.31652
+mütig -10.6231
+n -3.78228
+nach -10.5393
+nachteilig -10.2897
+nah -10.049
+nahme -9.67276
+nalyse -9.84007
+nction -9.53961
+ndet -10.2588
+ndung -8.65592
+nehm -10.0169
+nehmen -8.48239
+nel -10.0375
+ness -8.88375
+ng -8.22509
+ngle -9.7164
+nisse -10.2808
+nken -9.62005
+nkre -10.0524
+nnehmbar -10.6231
+nnen -9.60156
+noch -9.47275
+nock -10.6234
+nommen -10.6041
+not -8.44339
+npassung -11.0851
+nspruch -9.8485
+nstieg -10.623
+ntschlossen -10.2897
+ntschuldig -10.623
+ntwicklung -11.1222
+nvironment -11.122
+nwesend -9.65668
+nächst -8.49956
+nötig -10.6228
+o -5.83568
+obin -10.1892
+occa -11.123
+och -7.31782
+ocol -10.2988
+oder -7.60829
+ohl -8.2318
+ohne -8.31961
+ohärenz -11.123
+ok -9.4515
+ol -8.48077
+ola -9.71536
+olidarit -9.53027
+ollar -10.0446
+olog -10.0392
+ologie -10.7012
+olonial -10.9633
+omen -9.9698
+omm -10.2902
+ommunikation -11.1223
+on -5.92115
+once -10.1694
+oncili -10.6052
+one -8.5441
+onference -10.6255
+onferenz -10.289
+onia -10.6458
+ontaine -11.1228
+ontrolliert -9.86512
+onzentration -10.3855
+ooligan -11.1228
+op -9.14369
+ope -9.65808
+operation -10.4248
+opf -9.84322
+opl -7.68002
+opp -9.99243
+or -7.80695
+ord -9.66798
+order -8.39628
+ordin -9.67458
+ordnung -9.67442
+organ -10.307
+organisation -9.32001
+ornograph -10.2897
+orrekt -10.623
+orrespondi -10.6231
+ors -8.60152
+ort -9.58999
+ortion -10.3902
+ory -9.1456
+ose -7.71111
+oten -10.3613
+oth -8.34238
+other -9.1548
+otwendig -9.83789
+ou -8.9021
+oubt -10.6201
+ough -9.65284
+ought -9.6907
+ould -6.6519
+ournalist -11.123
+ous -8.34015
+out -7.14476
+over -9.49431
+overnment -9.29317
+ovo -8.83607
+ow -9.2879
+p -6.93261
+pack -10.3013
+paper -10.6318
+parlamentarische -10.623
+part -10.21
+partei -9.83992
+path -9.84929
+pendi -9.84112
+per -8.53147
+period -11.0347
+pflicht -10.0397
+phase -10.3149
+philosophie -11.123
+pi -9.62458
+pite -9.10506
+plan -9.26163
+ple -8.47252
+plication -10.0317
+po -8.79208
+politik -8.26628
+politische -9.43875
+port -9.62005
+position -9.31566
+possibl -9.95216
+pover -9.53548
+pportunit -11.1228
+pr -8.73077
+prinzip -9.67402
+prison -10.2906
+problem -10.2023
+produ -11.1227
+produkt -10.6232
+programm -9.95222
+programme -9.36533
+projekt -10.623
+prom -11.0846
+promise -9.67311
+proportion -10.623
+proze -11.0818
+pruch -10.6055
+präsident -10.0356
+prüf -10.0357
+prüfung -10.2934
+ption -9.69554
+punkt -8.94288
+q -12.6364
+qualit -10.7592
+qui -9.44747
+quot -7.19513
+r -4.9778
+rachten -9.01558
+rade -8.63392
+raft -11.0872
+rahmen -10.2897
+rak -10.4228
+ranche -10.6242
+range -9.92934
+rangige -11.0883
+raschen -10.6308
+rassistische -10.623
+rate -9.31122
+rauf -8.07561
+raum -8.97356
+rdnung -10.0367
+re -7.94678
+read -8.07493
+recht -8.65925
+rechte -10.0114
+rechtlich -10.2843
+red -9.60927
+reform -11.0374
+regard -11.0368
+regel -9.19675
+regierung -10.623
+region -11.0359
+regula -10.6217
+rei -8.82773
+reich -9.15767
+reichen -9.52433
+reichend -10.3408
+reise -9.53784
+reitung -10.2695
+remdenfeindlich -10.2897
+rend -8.58594
+renz -9.41447
+respo -10.6238
+reton -10.8026
+rf -8.90623
+rheit -10.3054
+ri -8.14466
+richte -9.41247
+richtlinie -10.2897
+rieben -9.70913
+riff -8.47716
+rik -9.96408
+riminal -10.377
+rinzip -9.67206
+rlaub -10.6231
+ro -8.52069
+rocedure -10.6226
+rohung -10.0397
+rong -10.0413
+ropagand -11.123
+rosperit -9.84464
+round -9.52837
+roup -8.47747
+row -8.9566
+rstattung -11.1231
+rtikel -10.6227
+ruck -10.2736
+rufen -10.623
+rwart -10.8889
+rwerbstätig -10.623
+ry -9.45551
+rä -9.84223
+rägt -10.2729
+rück -9.53142
+s -3.30252
+sache -9.29518
+same -8.23939
+samm -9.8412
+sammenarbeit -8.53567
+santrag -8.74232
+sapparat -11.123
+satisfact -9.84051
+satz -8.47754
+sbereich -10.0604
+sberg -10.6254
+sch -7.9985
+schaff -9.39944
+schaft -8.23305
+sche -9.48309
+schein -8.87246
+schen -9.60646
+schi -9.19048
+schlagen -10.0397
+schlammung -11.123
+schließ -9.20887
+schläg -11.1231
+schmu -10.6288
+schnitt -10.623
+schreib -11.123
+schreiten -10.2897
+schrift -8.52525
+schritt -11.123
+schu -9.82738
+schutz -9.4053
+schwe -10.0663
+schäd -10.0406
+schöpf -11.123
+schütz -9.53101
+sdokument -11.123
+se -6.71818
+sehen -9.56451
+seitig -10.6155
+sektor -9.40519
+selbe -9.84126
+self -8.30892
+sell -10.1567
+setzen -9.00229
+setzung -8.38867
+sgebiet -11.1115
+sh -8.7247
+ship -8.8048
+sicherung -9.8402
+sicht -8.88398
+sichts -9.06336
+side -8.88297
+skepti -11.123
+sofort -10.6237
+sorg -8.87209
+source -10.0393
+soziale -10.7214
+spann -10.6231
+special -9.01992
+spekt -9.52912
+sphere -11.1159
+spiegel -11.123
+spiel -9.61432
+sprach -10.5076
+sprache -8.82499
+sprechen -8.51577
+sproze -10.0523
+sprozesse -10.6265
+spät -10.5826
+ssels -10.2904
+ssembl -10.2902
+sses -9.10492
+ssociat -11.123
+ssystem -9.72108
+st -6.49531
+sta -9.22581
+staate -10.6273
+staatliche -9.83971
+stand -8.40398
+standard -10.5332
+stelle -10.0182
+stellen -7.9494
+stellt -8.7301
+stellung -8.71546
+sten -8.66394
+ster -8.9767
+stern -9.37967
+sterreich -9.40537
+stet -9.30051
+steuer -10.6233
+stic -9.78844
+stimmen -8.80481
+stimmt -8.87965
+stimmung -9.67207
+stitution -9.65872
+stock -10.6368
+stoffe -10.0397
+stoß -10.6264
+straf -10.0495
+strategie -9.73006
+streng -9.53015
+struction -11.123
+struktur -11.123
+ström -10.0397
+studie -10.623
+stände -10.2921
+ständig -9.38946
+stätig -9.70825
+suche -10.8963
+sustainab -10.0398
+svorschläge -11.123
+sweise -9.012
+system -9.5372
+szeitraum -11.1229
+sätze -10.2895
+t -4.09741
+tag -9.97384
+tage -8.93222
+tain -9.87884
+take -9.82613
+tant -10.103
+tatus -10.0444
+te -7.32398
+technologie -9.96877
+ted -8.75792
+tee -8.95195
+teigerung -11.123
+teil -7.73254
+teilung -10.3768
+temp -10.8783
+ten -7.86624
+tention -8.88224
+ter -8.50531
+teria -10.6252
+terra -10.2915
+terschied -10.6285
+tet -10.3673
+th -8.05549
+the -9.92579
+ther -8.24016
+thing -8.02877
+though -8.94253
+tief -9.83985
+tieren -9.93812
+tific -11.106
+til -9.2048
+time -9.96086
+tion -8.59501
+tive -9.93194
+tlemen -9.03956
+trag -9.1766
+tragen -8.95354
+transport -9.02022
+treffen -10.0332
+treib -10.2881
+tret -9.02162
+tritt -9.4054
+tructur -9.40159
+truppe -11.123
+träge -9.18223
+träglich -11.1225
+tter -8.92405
+ttle -9.62808
+tufe -10.2901
+tun -8.82471
+ture -7.93621
+twe -7.92505
+two -8.35344
+ty -7.30322
+tz -8.81348
+tzlich -9.82763
+tätig -9.79981
+täusch -11.123
+törung -10.6293
+tützung -8.94291
+u -7.24576
+ual -9.19819
+ualität -9.40556
+uber -10.0451
+ubsidiarit -10.0397
+uch -8.56295
+ue -8.64178
+uelle -10.6995
+uestion -10.6232
+ufmerksam -9.19407
+uft -9.87088
+ug -8.77597
+ugoslavia -10.2897
+ul -8.96126
+ulation -10.0432
+ult -9.18957
+ultifunktion -11.123
+um -7.17286
+umweltfreundlich -11.123
+un -8.9839
+und -8.92569
+ung -5.97603
+ungen -7.75603
+ungsverfahren -11.1228
+union -10.8566
+unter -10.2022
+unternehme -10.04
+unterschiedliche -10.9478
+upt -10.0398
+ur -7.60534
+ure -8.54979
+urg -9.69727
+urit -10.3036
+uropa -10.2888
+urricane -11.123
+ursache -10.0409
+us -8.29984
+usammenschlüsse -11.123
+ush -10.6194
+ust -9.20938
+ut -7.76624
+ution -8.93685
+v -8.49082
+valu -10.0342
+van -9.58934
+ve -8.02279
+vention -9.75911
+ver -8.68516
+verantwortlich -11.0303
+verarbeitende -11.1231
+vereinbar -11.123
+verfahren -9.53034
+verfolg -10.6648
+verkehr -10.2494
+verkehrs -9.86645
+verletz -10.9538
+verschieden -10.5727
+verse -10.3091
+verst -10.1017
+verständ -9.10303
+verweiger -10.6231
+very -7.83389
+verzerrung -10.623
+ves -9.38071
+vi -8.27467
+vic -10.0587
+viel -9.95453
+vious -9.53126
+vision -8.8063
+voll -9.56801
+volle -9.78968
+vor -8.7638
+w -7.3098
+wach -9.33112
+wachstum -11.123
+ward -9.77417
+warn -11.0421
+water -9.67481
+way -10.1159
+weg -8.99939
+weifel -10.626
+weil -9.95255
+weis -9.28796
+weise -9.28829
+weit -8.77859
+weiß -9.29465
+were -8.38967
+werk -9.53307
+wert -9.43013
+werte -9.76646
+wesen -10.0216
+where -10.229
+whil -11.0316
+wickelt -10.617
+wie -8.05554
+willig -10.2897
+wirkung -9.01993
+wirtschaftliche -11.0343
+wirtschafts -11.1222
+wischen -10.6438
+wo -9.60014
+wohn -10.5128
+work -9.44314
+wort -10.6252
+worth -10.6242
+wünscht -10.0397
+x -9.2911
+xis -10.2916
+y -5.17539
+ynami -10.6242
+z -6.99657
+zahl -9.1029
+zehnte -10.6304
+zeichn -10.0351
+zeichnet -10.9905
+zeit -9.91587
+zeitig -8.73419
+zent -10.6513
+zept -10.2897
+zeug -10.2878
+zieh -9.24956
+ziel -9.29411
+zieren -10.4139
+zogen -9.66481
+zu -7.68883
+zufü -9.12043
+zug -8.79397
+zukomm -10.8516
+zulässige -10.5852
+zusage -10.0399
+zusammenarbeit -10.2452
+zusetzen -10.3357
+zw -9.15968
+zähl -9.8397
+züg -10.3518
+Ä -12.6361
+Änderungsanträge -8.09579
+ß -6.43688
+ßt -9.23204
+ä -7.57227
+äbe -10.6375
+ähe -10.1169
+äl -10.5839
+älschung -11.1231
+ände -9.91464
+änder -9.11104
+änglich -10.623
+äre -10.0586
+ö -8.20032
+öffne -10.2897
+ökonomisch -10.623
+öl -10.899
+ölker -10.0397
+ör -9.31312
+örderung -10.623
+ü -8.54065
+üb -10.6227
+über -8.50602
+übrig -11.1212
+ück -9.83121
+üge -9.02891
+üll -10.627
+ünf -10.0398
+ür -8.25475
+ürger -11.1226
+üter -11.0386
+▁ -2.49025
+▁& -6.14992
+▁- -6.59507
+▁. -3.81548
+▁... -9.66588
+▁00 -8.71954
+▁01 -10.1533
+▁02 -10.638
+▁03 -10.3458
+▁1 -8.69511
+▁1. -10.6318
+▁10 -9.71024
+▁11 -9.29437
+▁12 -9.69524
+▁13 -9.7123
+▁13. -10.2916
+▁14 -9.22243
+▁15 -9.04141
+▁15. -10.2936
+▁16 -9.84037
+▁17 -9.84048
+▁18 -9.67369
+▁19 -9.51712
+▁197 -10.6238
+▁198 -10.6238
+▁199 -7.73003
+▁2 -8.61061
+▁20 -8.74742
+▁200 -7.66293
+▁21 -9.42066
+▁24 -10.291
+▁28 -9.84054
+▁3 -8.89716
+▁30 -9.58848
+▁32 -10.2908
+▁33 -9.67341
+▁36 -10.6243
+▁37 -9.90198
+▁38 -9.84034
+▁4 -9.16223
+▁40 -10.2799
+▁5 -8.83785
+▁6 -9.14777
+▁7 -9.44439
+▁70 -10.4283
+▁8 -9.00036
+▁90 -9.67352
+▁A -6.94847
+▁Ab -8.09148
+▁Abfall -10.6359
+▁Abgeordnete -8.52531
+▁Abkommen -9.295
+▁Abschlu -10.2897
+▁Abstimmung -9.19427
+▁Abwä -11.123
+▁Af -9.41921
+▁Africa -10.2897
+▁Afrika -11.122
+▁Agen -9.84747
+▁Agrar -9.67305
+▁Agreement -10.623
+▁Akteure -11.123
+▁Aktion -9.83955
+▁Aktionsplan -10.2897
+▁Alb -10.3729
+▁Algeri -10.623
+▁Alkohol -10.2899
+▁Allian -9.83971
+▁Alten -10.6231
+▁Amb -10.6233
+▁Amendment -9.29407
+▁America -10.0397
+▁Amsterdam -9.01983
+▁An -7.56889
+▁Anfrage -8.94296
+▁Ang -9.92951
+▁Angelegenheit -8.9429
+▁Anla -10.4072
+▁Anti -10.2928
+▁Antrag -10.0411
+▁Antwort -9.67304
+▁Anwe -8.96595
+▁Anwesen -10.6936
+▁Aquakultur -11.123
+▁Arbeit -8.66404
+▁Arbeitgeber -10.623
+▁Arbeitnehmer -9.67304
+▁Arbeits -9.44374
+▁Arbeitsmarkte -11.123
+▁Arbeitsplätze -9.8397
+▁Argument -10.623
+▁Armeni -10.2897
+▁Armut -10.0397
+▁Art -9.53207
+▁Article -9.40518
+▁Artikel -8.4778
+▁Aspekt -9.67427
+▁Assoziierungs -10.623
+▁Assyr -11.123
+▁Asyl -10.2897
+▁Auf -8.16123
+▁Aufgabe -9.40546
+▁Aufnahme -10.6239
+▁Auge -10.5985
+▁Augen -9.68285
+▁Aus -7.62433
+▁Ausbildung -9.53043
+▁Ausführung -10.0411
+▁Ausgaben -10.0401
+▁Ausnahme -10.0405
+▁Ausrichtung -11.123
+▁Ausschu -9.14578
+▁Ausschuss -9.06253
+▁Ausschüsse -10.6232
+▁Austria -9.19407
+▁Auto -10.0418
+▁Außen -9.29403
+▁Außenminister -10.0399
+▁B -7.3903
+▁Balkan -9.40518
+▁Ban -10.5529
+▁Bank -9.84091
+▁Bar -9.4101
+▁Bas -10.6297
+▁Bau -10.6312
+▁Be -7.41325
+▁Bede -8.97778
+▁Bedingung -10.0397
+▁Bedrohung -10.6231
+▁Befürchtung -11.123
+▁Begriff -10.0401
+▁Behörde -9.8397
+▁Beihilfe -10.0397
+▁Beispiel -9.53053
+▁Beitrag -10.623
+▁Beiträge -11.123
+▁Belgi -10.0398
+▁Bemerkung -9.40518
+▁Beobachter -11.123
+▁Beobachtung -11.123
+▁Ber -9.9891
+▁Berei -10.2922
+▁Bereich -7.92315
+▁Bericht -7.27645
+▁Berlin -10.2899
+▁Beschlu -10.0397
+▁Beschränkung -10.623
+▁Beschwerde -11.123
+▁Beschäftig -10.6229
+▁Beschäftigungs -10.6231
+▁Besonderheit -11.123
+▁Best -10.3794
+▁Bestand -9.67534
+▁Bestimmung -10.0407
+▁Beteilig -10.6233
+▁Betrieb -10.2897
+▁Betroffen -11.123
+▁Betrug -10.623
+▁Bevölkerung -9.83977
+▁Beweis -10.2914
+▁Bewertung -10.0397
+▁Beziehung -9.29408
+▁Bezug -10.2929
+▁Bi -10.0304
+▁Bildung -9.194
+▁Bildungssystem -10.6233
+▁Binnenmarkt -9.8397
+▁Bitte -10.6237
+▁Bla -10.2902
+▁Blo -10.0432
+▁Bombardierung -11.123
+▁Bonitäts -11.123
+▁Bou -10.6271
+▁Brief -11.123
+▁Bru -10.0398
+▁Brüssel -10.0397
+▁Bu -9.02171
+▁Bundes -11.1231
+▁Bürger -8.43227
+▁Bürgerinnen -11.1231
+▁Büro -11.1231
+▁C -7.97144
+▁CO -9.29464
+▁Centr -9.83975
+▁Cha -9.40761
+▁Chance -9.83976
+▁Charakter -10.623
+▁Chart -8.80499
+▁Chin -9.67487
+▁Christ -10.2897
+▁Cl -11.0852
+▁Co -9.01802
+▁Colombia -10.624
+▁Commission -6.82606
+▁Commissioner -8.08447
+▁Commit -8.80481
+▁Communit -8.43608
+▁Conference -9.4053
+▁Cou -11.0594
+▁Council -7.70635
+▁Cu -10.2929
+▁Cuba -9.83971
+▁D -7.366
+▁Da -9.52402
+▁Danis -9.85533
+▁Dank -9.40557
+▁Daten -10.0415
+▁De -9.03108
+▁Definition -10.6244
+▁Defizit -10.623
+▁Delegation -10.0397
+▁Democrat -9.8397
+▁Demokrat -9.8393
+▁Demokratie -9.19428
+▁Deutsch -10.2897
+▁Dev -10.6459
+▁Die -10.6352
+▁Dienst -9.91063
+▁Dienste -10.188
+▁Dinge -10.3203
+▁Direct -10.0397
+▁Diskriminierung -9.53022
+▁Diskussion -9.6731
+▁Dokument -10.0397
+▁Dossier -10.623
+▁Dritte -10.6231
+▁Drittländer -9.53018
+▁Drittstaat -10.623
+▁Drogen -11.123
+▁Du -9.84329
+▁Durch -9.29408
+▁E -7.05165
+▁EC -9.61646
+▁EP -10.6302
+▁EU -7.40032
+▁EUR -9.48614
+▁Easter -9.83985
+▁Ebene -10.2899
+▁Eigen -10.0422
+▁Ein -8.15037
+▁Einflu -10.9472
+▁Einh -10.3569
+▁Eink -10.6422
+▁Einrichtung -11.123
+▁Einsatz -10.2917
+▁Einw -10.8446
+▁Einzel -10.623
+▁Eisenbahn -10.2897
+▁Empfehlung -10.0397
+▁Ende -9.29419
+▁Endtermin -11.123
+▁Energie -9.40524
+▁Eng -9.67736
+▁Ent -9.53484
+▁Entlastung -10.6235
+▁Entscheidung -8.76418
+▁Entscheidungs -9.96374
+▁Entschließung -8.68349
+▁Entwicklung -9.00567
+▁Entwicklungs -9.1189
+▁Equa -10.623
+▁Er -8.54546
+▁Erbe -10.2917
+▁Erfahrung -10.2897
+▁Erfolg -9.84305
+▁Ergebnis -9.65616
+▁Ergebnisse -10.0647
+▁Ergänzung -11.123
+▁Erinnerung -11.123
+▁Erkenntnis -11.1076
+▁Erkenntnisse -10.6327
+▁Erklärung -9.53025
+▁Ernährung -11.123
+▁Erweiterung -8.80481
+▁Erwä -10.623
+▁Erzeuger -10.0397
+▁Erzeugnis -10.2897
+▁Erziehung -10.623
+▁Etikett -11.1229
+▁Etikettierung -10.6231
+▁Euro -8.23157
+▁Europa -7.86958
+▁Europe -7.84381
+▁European -6.58667
+▁Europä -10.0242
+▁Europäische -6.93636
+▁Existenz -11.123
+▁Experten -10.623
+▁F -7.5001
+▁Fa -9.67769
+▁Fahrzeuge -11.1231
+▁Fakt -11.1215
+▁Faktor -10.6246
+▁Fall -8.68403
+▁Familie -10.0397
+▁Februar -10.623
+▁Fehler -10.2897
+▁Fern -10.2943
+▁Fest -10.0404
+▁Feu -10.6463
+▁Finanz -8.80481
+▁Fisch -9.31463
+▁Fischerei -9.29407
+▁Fl -10.0174
+▁Fleisch -10.623
+▁Flexibili -10.623
+▁Flug -9.67315
+▁Flugzeug -10.2898
+▁Flüchtling -9.8397
+▁Folge -9.29408
+▁For -9.53886
+▁Forderung -9.67306
+▁Form -9.53544
+▁Formulierung -10.0397
+▁Forschung -9.67304
+▁Fortschritt -10.0397
+▁Fra -9.18608
+▁Frage -7.30551
+▁Fraktion -7.84449
+▁Franc -10.2957
+▁Frau -7.95367
+▁Frauen -8.73137
+▁Fre -9.28642
+▁Frei -9.57007
+▁Freiheit -9.84111
+▁Friday -10.0397
+▁Frieden -9.53016
+▁Früh -11.123
+▁Fu -10.673
+▁Fund -8.94349
+▁Fundamental -9.67304
+▁Funktion -10.0397
+▁Fä -9.84544
+▁G -7.33026
+▁GMO -10.623
+▁GVO -11.123
+▁Ge -8.25363
+▁Gebiet -8.80481
+▁Gefahr -9.8399
+▁Gefä -11.123
+▁Gegen -9.53169
+▁Geld -9.2942
+▁Gelegenheit -10.623
+▁Gemeinsame -10.623
+▁Gemeinschaft -9.80099
+▁Gemeinschafts -9.03739
+▁General -10.2897
+▁Gericht -10.2901
+▁Gerichtshof -9.8397
+▁German -9.67304
+▁Gesamt -10.0397
+▁Gesch -10.306
+▁Geschäfts -9.67656
+▁Gesetze -10.0543
+▁Gesetzgebung -10.6232
+▁Gespräche -10.623
+▁Gesundheit -9.97882
+▁Gesundheits -10.105
+▁Gew -10.0405
+▁Gewalt -9.83974
+▁Gipfel -9.8397
+▁Gleich -11.1231
+▁Gleichgewicht -10.623
+▁Gleichstellung -10.2898
+▁Go -9.33186
+▁Gr -9.25157
+▁Gree -9.64877
+▁Green -9.55246
+▁Grenz -9.53105
+▁Groß -9.67305
+▁Grund -8.43207
+▁Grundlage -9.10349
+▁Grundsätze -10.0399
+▁Gruppe -9.8397
+▁Grün -10.0282
+▁Gründe -9.68116
+▁Gu -10.0067
+▁H -7.93935
+▁Ha -9.24544
+▁Haftpflicht -11.123
+▁Halt -9.29435
+▁Hand -10.2916
+▁Handel -10.2497
+▁Handels -9.69561
+▁Handlung -10.2899
+▁Haupt -10.2898
+▁Hauptstadt -11.123
+▁Haus -9.47828
+▁Hause -10.4102
+▁Haushalt -10.4743
+▁Haushalts -9.0544
+▁He -9.82941
+▁Heimatl -11.123
+▁Helfer -11.123
+▁Her -9.81862
+▁Herkunft -9.53036
+▁Herr -6.65203
+▁Herstell -10.8093
+▁Hersteller -10.2949
+▁Herz -10.2915
+▁Hilfe -8.74231
+▁Hilfs -10.623
+▁Hin -8.80865
+▁Hinweis -10.2902
+▁Hoffnung -10.0397
+▁Hohe -10.2926
+▁Hous -9.19502
+▁Human -10.623
+▁Hundert -11.123
+▁Hä -10.4685
+▁Häf -10.6246
+▁Hö -10.299
+▁I -5.60631
+▁Identität -10.0397
+▁Ih -8.62064
+▁Ihre -9.05016
+▁Indonesi -11.123
+▁Industrie -10.0398
+▁Information -8.83177
+▁Informations -9.61163
+▁Infrastruktur -10.624
+▁Initiativ -10.9524
+▁Initiative -9.12849
+▁Instanz -11.123
+▁Institution -8.943
+▁Instrument -9.8397
+▁Inte -10.2693
+▁Inter -9.41492
+▁Interesse -9.38093
+▁Interessen -9.31633
+▁International -9.67304
+▁Internet -9.67304
+▁Intervention -10.2899
+▁Investition -10.0397
+▁Iraq -10.623
+▁Isla -11.0774
+▁Israel -10.0397
+▁Jahr -8.36041
+▁Jahre -8.29443
+▁Jahresbericht -11.1231
+▁Jahrhundert -11.123
+▁Januar -9.8397
+▁Johan -11.123
+▁Jugendliche -11.123
+▁Jun -9.52214
+▁Jung -10.0532
+▁Justiz -10.0397
+▁K -7.42934
+▁Kamp -10.0406
+▁Kapital -10.2897
+▁Katastrophe -10.6234
+▁Kenntnis -10.623
+▁Kern -10.6301
+▁Kinder -9.53019
+▁Kl -9.75256
+▁Ko -8.71285
+▁Kollege -8.38875
+▁Kollegin -9.19407
+▁Kommissar -8.34709
+▁Kommission -6.72152
+▁Kommun -11.123
+▁Kommunikation -10.6235
+▁Kompetenz -11.123
+▁Kompromi -10.623
+▁Kon -9.77239
+▁Konferenz -10.2904
+▁Konflikt -9.8397
+▁Kons -9.88924
+▁Kontakt -10.2897
+▁Kontinent -10.623
+▁Kontingent -11.123
+▁Kontroll -10.7899
+▁Kontrolle -9.59508
+▁Konvent -10.7195
+▁Kos -8.48518
+▁Kraft -9.53031
+▁Kri -9.79352
+▁Kriterien -10.623
+▁Kultur -10.2897
+▁Küste -10.2897
+▁L -8.50338
+▁La -9.1956
+▁Land -8.47785
+▁Landwirt -10.0394
+▁Landwirtschaft -8.87173
+▁Le -9.21313
+▁Leben -9.84038
+▁Lebensmittel -9.10316
+▁Leit -10.0416
+▁Les -9.58879
+▁Leute -10.2901
+▁Li -9.2693
+▁Liberalisierung -9.19407
+▁Lis -9.98208
+▁Lissabon -9.8397
+▁Liste -10.315
+▁Lo -9.78973
+▁Luft -10.2901
+▁Luxemb -10.623
+▁Länder -7.77309
+▁Lärmbel -11.123
+▁Lösung -8.9429
+▁M -7.72331
+▁MED -9.8397
+▁MEP -10.2897
+▁Ma -9.03456
+▁Maat -10.293
+▁Mac -10.453
+▁Mad -8.58232
+▁Mafia -11.123
+▁Mal -10.0678
+▁Mar -9.46133
+▁Markt -9.67324
+▁Massaker -11.123
+▁Materi -10.6232
+▁Maßnahme -7.7963
+▁Medi -9.40547
+▁Meeres -9.8397
+▁Mehr -10.6231
+▁Meinung -8.5253
+▁Member -7.19566
+▁Menschen -8.3439
+▁Menschenrecht -9.41436
+▁Mess -10.6247
+▁Mi -9.60881
+▁Migrations -11.123
+▁Mil -10.6299
+▁Milch -10.2904
+▁Militär -10.2899
+▁Milliarde -9.8397
+▁Million -9.40532
+▁Minderheiten -10.0397
+▁Mindest -10.2897
+▁Minister -9.19407
+▁Mission -11.123
+▁Mit -9.07889
+▁Mitglied -10.2838
+▁Mitglieder -9.40764
+▁Mitgliedstaat -7.54761
+▁Mitteilung -10.0398
+▁Mittel -8.38875
+▁Mittelmeer -9.67304
+▁Mittelzuweisung -10.623
+▁Mo -8.94798
+▁Modell -11.1231
+▁Mol -10.6337
+▁Monat -10.194
+▁Monate -10.1213
+▁Monet -10.2898
+▁Mont -10.6476
+▁Morocc -10.623
+▁Motorr -11.123
+▁Mr -6.55422
+▁Mu -10.0193
+▁Mutterschaft -11.123
+▁Männer -10.2898
+▁Mär -10.2898
+▁Möglichkeit -9.01983
+▁N -7.49941
+▁NG -10.6271
+▁NGO -9.53023
+▁Nach -9.52944
+▁Nachbar -10.2901
+▁Nahrungsmittel -9.19407
+▁Nation -9.53745
+▁Natur -10.2897
+▁Nazi -11.1231
+▁Neu -10.6233
+▁Ni -10.8103
+▁Nicht -10.041
+▁Niederlande -10.6231
+▁Niels -10.6232
+▁No -8.55705
+▁Nordirland -11.123
+▁Nutz -9.53018
+▁O -7.72777
+▁Objective -10.2897
+▁Opfer -10.0397
+▁Organe -10.2897
+▁Organisation -10.0397
+▁Ort -10.041
+▁Oste -10.6927
+▁P -6.57139
+▁Pa -9.58908
+▁Pal -9.78006
+▁Pap -9.91979
+▁Par -9.41378
+▁Para -10.3419
+▁Parität -11.1142
+▁Paritätische -10.6287
+▁Parlament -7.45605
+▁Parlaments -8.31596
+▁Partei -9.29408
+▁Partner -11.1228
+▁Partnerschaft -10.2901
+▁Passagiere -11.123
+▁Per -10.0446
+▁Person -9.83984
+▁Pflicht -11.123
+▁Plan -9.83976
+▁Plen -10.2915
+▁Pläne -10.2897
+▁Po -9.70771
+▁Pole -10.6324
+▁Politik -8.62793
+▁Polizei -9.8397
+▁Portug -9.67304
+▁Position -9.01996
+▁Praktik -10.623
+▁Pre -10.6522
+▁Preis -10.4238
+▁Presiden -9.38986
+▁President -7.11075
+▁Presse -10.6231
+▁Priorität -10.623
+▁Privat -11.123
+▁Pro -10.0097
+▁Problem -8.47144
+▁Probleme -9.03065
+▁Prod -9.53607
+▁Produkt -10.0397
+▁Profit -11.123
+▁Programm -8.9966
+▁Programme -9.22244
+▁Projekt -8.9429
+▁Prot -9.30686
+▁Proze -10.6236
+▁Präsident -7.14521
+▁Prävention -11.123
+▁Präz -11.123
+▁Prüfung -10.623
+▁Punkt -8.74258
+▁Punkte -10.0387
+▁R -8.24234
+▁Ra -9.83056
+▁Racis -10.6232
+▁Rahmen -8.47768
+▁Rand -10.6264
+▁Rass -10.0416
+▁Rat -7.87314
+▁Ratspräsident -9.19408
+▁Ratsvorsitz -11.123
+▁Re -8.14172
+▁Reaktion -10.6232
+▁Rechnung -10.0397
+▁Recht -8.44274
+▁Rechte -9.09741
+▁Rechts -8.26243
+▁Rechtsstaat -11.123
+▁Rechtsstreit -11.123
+▁Redner -9.83972
+▁Reform -9.19433
+▁Regel -10.0249
+▁Regelung -9.20089
+▁Regierung -8.58708
+▁Regierungs -9.99042
+▁Regime -10.6232
+▁Region -8.68374
+▁Reichtum -11.123
+▁Reihe -9.67347
+▁Religion -10.623
+▁Republi -10.2897
+▁Richt -9.67363
+▁Richtlinie -8.03425
+▁Roll -9.1941
+▁Rom -10.2907
+▁Roth -10.6305
+▁Ru -9.93275
+▁Rule -9.67445
+▁Russ -10.6264
+▁Rück -10.0401
+▁S -7.09893
+▁Sa -9.99356
+▁Sach -9.50728
+▁Sank -10.0407
+▁Sch -8.62281
+▁Schengen -9.83974
+▁Schi -10.8343
+▁Schiff -10.6247
+▁Schiffe -10.6216
+▁Schlacht -11.123
+▁Schluß -10.623
+▁Schlüssel -11.123
+▁Schokolade -10.623
+▁Schritt -10.4323
+▁Schritte -10.4531
+▁Schul -9.40546
+▁Schulden -9.84041
+▁Schutz -8.94291
+▁Schwe -10.6162
+▁Schwer -10.0441
+▁Schwäche -11.123
+▁Sec -10.2847
+▁See -9.84245
+▁Seite -9.67308
+▁Sektor -10.0397
+▁Sep -9.19417
+▁Serbi -10.0397
+▁Sicherheit -8.90272
+▁Sicherheits -9.60758
+▁Sicht -10.6269
+▁Sie -7.62553
+▁Signal -11.1231
+▁Sinn -9.40555
+▁Situation -8.38875
+▁Sitzung -9.5277
+▁Slov -11.123
+▁Social -9.837
+▁Socialist -10.043
+▁Sofort -11.123
+▁Sol -10.6575
+▁Solidarität -9.67304
+▁Sorge -10.0397
+▁Sozial -10.2893
+▁Sozialdemokrat -9.53036
+▁Spa -11.1012
+▁Spani -9.53531
+▁Spe -11.0635
+▁Spiel -10.0397
+▁Spitze -11.123
+▁Sprache -9.8397
+▁St -9.29459
+▁Sta -10.2749
+▁Staat -8.63339
+▁Staats -9.629
+▁Stabilisierung -10.6231
+▁Stabilität -10.0397
+▁Standard -9.8397
+▁Standpunkt -9.8397
+▁State -7.42688
+▁Stelle -9.67579
+▁Stellung -9.83964
+▁Stellungnahme -9.53023
+▁Stimm -10.9364
+▁Stimme -10.1125
+▁Stoff -10.623
+▁Straf -10.0407
+▁Strahl -11.123
+▁Strategie -9.53018
+▁Straß -9.67305
+▁Straßenverkehr -10.6231
+▁Streit -11.1229
+▁Streitkräfte -11.1231
+▁Struktur -10.2897
+▁Strukturfonds -10.0397
+▁Studie -10.623
+▁Stunde -10.0399
+▁Stä -10.041
+▁Su -9.8825
+▁Subsidiarität -10.623
+▁Substanz -11.123
+▁Summ -10.2992
+▁Swed -9.2941
+▁Symb -11.123
+▁Sympathie -11.123
+▁Syria -11.123
+▁System -8.80481
+▁Süd -9.83974
+▁T -7.97009
+▁Ta -9.51351
+▁Tabak -10.2897
+▁Tag -8.75283
+▁Tagesordnung -9.8397
+▁Tat -9.11963
+▁Techni -10.0399
+▁Technologie -10.623
+▁Teil -8.94291
+▁Temel -11.123
+▁Text -9.29471
+▁Them -9.83524
+▁Thema -8.34812
+▁Thi -10.2904
+▁Thur -9.8397
+▁Tibet -10.2897
+▁Tierschutz -11.123
+▁Tim -10.6303
+▁Titel -11.123
+▁To -9.92996
+▁Todes -10.2898
+▁Trans -11.122
+▁Transp -9.83989
+▁Transport -10.6233
+▁Treat -8.68349
+▁Treffen -10.623
+▁Tsche -10.6245
+▁Tschechische -11.1231
+▁Tunisia -10.2897
+▁Turk -8.87148
+▁Tät -10.6234
+▁Tätigkeit -10.0398
+▁Tür -9.67463
+▁U -8.71432
+▁UN -10.0404
+▁US -8.87161
+▁Um -8.27205
+▁Umwelt -8.26862
+▁Un -8.58268
+▁Uni -6.66864
+▁Unter -9.79192
+▁Unternehmen -8.68356
+▁Unternehmer -11.123
+▁Unters -8.9624
+▁Untersuchung -9.83971
+▁V -8.4248
+▁Van -10.0436
+▁Ver -7.10285
+▁Verantwort -9.97
+▁Verantwortlich -10.763
+▁Verarbeitungs -10.623
+▁Verb -9.30753
+▁Verbraucher -8.62793
+▁Verbrechen -10.6244
+▁Verein -10.8777
+▁Vereinbarung -10.2897
+▁Vereinigte -10.0397
+▁Verfahren -9.40529
+▁Verfass -11.1201
+▁Verfassung -10.6305
+▁Verfüg -10.2897
+▁Verhandlung -9.40584
+▁Verkehr -10.5832
+▁Verkehrs -10.0625
+▁Vermittl -10.623
+▁Verordnung -8.47793
+▁Verpackung -10.623
+▁Verpflichtung -9.83971
+▁Verteidigung -9.40518
+▁Vertrag -8.8721
+▁Vertrauen -9.8397
+▁Vertreter -10.2897
+▁Verunreinigung -11.123
+▁Verwaltung -9.83971
+▁Verwe -10.5453
+▁Verzögerung -10.623
+▁Viel -10.0398
+▁Visum -11.123
+▁Vog -10.2912
+▁Volk -9.49012
+▁Volks -9.72132
+▁Volkswirtschaft -10.623
+▁Voll -10.2897
+▁Vor -8.02114
+▁Voraussetzung -9.67304
+▁Vorbeitritts -11.123
+▁Vorbereitung -10.2897
+▁Vorh -10.4246
+▁Vorschlag -8.43222
+▁Vorschläge -8.94291
+▁Vorsitzende -10.0397
+▁W -8.03514
+▁Wachstum -10.623
+▁Waffe -11.123
+▁Wah -11.1155
+▁Wahl -9.53178
+▁Wall -10.2908
+▁War -10.3078
+▁Was -10.2919
+▁Wasser -9.53026
+▁Weg -8.80483
+▁Wei -8.58458
+▁Welt -8.68366
+▁Welthandels -10.6231
+▁Werkzeug -11.123
+▁Wert -9.84168
+▁Wesensz -11.1231
+▁West -9.84018
+▁Western -10.6237
+▁Wettbewerbs -9.29407
+▁White -10.0397
+▁Widers -10.29
+▁Wieder -10.5447
+▁Wiederaufbau -10.6231
+▁Will -10.6231
+▁Wirk -10.2897
+▁Wirtschaft -9.15407
+▁Wirtschafts -9.58896
+▁Wissen -10.2894
+▁Woche -9.29506
+▁Wohlstand -11.123
+▁Wohn -10.6234
+▁World -9.67304
+▁Wort -8.57544
+▁Wortmeldung -11.123
+▁Wur -10.6308
+▁Wähler -11.123
+▁Währung -9.67304
+▁Z -8.65593
+▁Zahl -8.9429
+▁Zehn -11.123
+▁Zeit -7.8445
+▁Zentralbank -10.623
+▁Ziel -9.43744
+▁Ziele -9.9812
+▁Zielsetzung -10.0402
+▁Ziffer -10.623
+▁Zivil -10.623
+▁Zu -7.43288
+▁Zusammen -9.90745
+▁Zusammenha -9.17956
+▁Zuständigkeit -10.2897
+▁Zusätzlichkeit -10.623
+▁Zweck -10.2897
+▁Zwei -10.6425
+▁a -5.09839
+▁ab -7.00849
+▁aber -7.15259
+▁abge -9.34349
+▁able -8.66795
+▁abo -9.81522
+▁abscheulich -10.623
+▁abschließend -9.40518
+▁absolute -9.53018
+▁absorb -11.123
+▁abuse -10.29
+▁academi -11.123
+▁acc -10.2951
+▁accept -8.87148
+▁access -9.19409
+▁accompany -11.123
+▁accord -9.3987
+▁according -9.68159
+▁account -9.8397
+▁achiev -10.4662
+▁achieve -8.76868
+▁acquire -11.123
+▁acquis -10.0397
+▁act -9.56138
+▁action -8.30851
+▁active -9.84045
+▁activit -10.0397
+▁actual -9.0207
+▁adapt -11.123
+▁add -9.29957
+▁addition -9.40527
+▁address -9.29408
+▁administrative -10.0397
+▁adopt -8.19587
+▁adv -9.86301
+▁advan -9.83984
+▁advance -10.2919
+▁advi -11.0614
+▁affect -9.19407
+▁after -9.10318
+▁again -7.64429
+▁agen -9.51004
+▁agenc -10.4475
+▁aggravat -11.123
+▁agree -8.6826
+▁agreement -8.52656
+▁agricultur -9.53156
+▁aim -9.30562
+▁air -9.24769
+▁aktiv -10.04
+▁aktuelle -10.623
+▁akzeptiere -9.40518
+▁akzeptiert -9.8397
+▁al -8.36239
+▁alarm -10.6231
+▁alcohol -9.8397
+▁all -6.82233
+▁alle -7.16268
+▁aller -8.30891
+▁allgemein -9.83979
+▁allow -9.84486
+▁als -6.27879
+▁alternative -10.0406
+▁am -7.43841
+▁amend -10.643
+▁amendment -8.52557
+▁amerikanische -9.67465
+▁among -9.4052
+▁amtierende -11.1231
+▁an -6.23979
+▁analysi -9.83971
+▁and -4.87654
+▁andere -8.40454
+▁anderen -8.05257
+▁anderer -9.5577
+▁anders -10.1474
+▁ange -8.43376
+▁angeblich -10.0397
+▁angeh -10.1548
+▁angemeldete -11.123
+▁angemessen -9.67316
+▁angenommen -9.53661
+▁angesprochen -10.6309
+▁angestrebt -10.623
+▁animal -9.67307
+▁annual -9.83981
+▁answer -9.10319
+▁anti -9.6738
+▁any -7.85139
+▁anzu -9.30591
+▁anzuwenden -11.123
+▁apparent -10.623
+▁appear -9.53737
+▁appelliere -11.123
+▁appl -9.50576
+▁application -9.53018
+▁applie -9.21193
+▁appreciat -11.123
+▁approach -9.01983
+▁approv -10.2847
+▁approximat -10.623
+▁are -6.19674
+▁area -7.81602
+▁argument -10.0406
+▁aris -10.6722
+▁arm -9.53646
+▁arrest -10.2897
+▁article -11.123
+▁as -6.22447
+▁ask -8.53834
+▁aspect -9.40518
+▁assessment -10.0397
+▁asset -10.2918
+▁assist -10.0448
+▁assum -10.2918
+▁at -6.96209
+▁attach -10.623
+▁attempt -11.1231
+▁attract -11.123
+▁auf -5.95807
+▁aufzu -9.42634
+▁aus -7.06987
+▁ausge -9.61715
+▁ausgehen -10.7826
+▁ausgelöst -10.6237
+▁ausgewogene -11.123
+▁ausländische -11.123
+▁ausreichend -10.6245
+▁auszu -9.84757
+▁authorit -8.94294
+▁autonom -11.123
+▁außer -8.68349
+▁außerordentlich -10.0397
+▁avail -9.29407
+▁avoid -11.123
+▁awar -9.57909
+▁b -7.45903
+▁back -9.19407
+▁balance -9.40519
+▁ban -10.2983
+▁base -9.10368
+▁basi -8.57549
+▁be -5.13022
+▁bear -10.0805
+▁becom -10.3148
+▁bedauer -10.2885
+▁bedauerlich -10.6247
+▁bedeut -10.6116
+▁bedeute -9.53409
+▁beeinflussen -11.123
+▁befinde -11.0984
+▁befindliche -11.123
+▁befrei -10.6231
+▁began -11.1158
+▁begin -10.5995
+▁beginn -9.02481
+▁beglückwünsch -10.2897
+▁begrüß -10.121
+▁begrüße -9.77768
+▁behal -8.73628
+▁behandel -9.53717
+▁beharr -10.623
+▁behaupte -10.6276
+▁behav -10.6243
+▁behind -10.2766
+▁behinder -10.6637
+▁bei -6.88392
+▁beide -9.41333
+▁beim -9.61008
+▁being -8.56358
+▁bekannt -9.88749
+▁bekräftig -10.0419
+▁bekunde -11.1231
+▁belgische -10.6234
+▁believe -8.23256
+▁bemerken -10.2899
+▁bemüht -10.2936
+▁benefit -10.0432
+▁beobachte -10.6304
+▁bereit -7.80619
+▁berücksichtig -9.40557
+▁berühr -10.6249
+▁beschleunig -10.623
+▁beschlossen -10.0397
+▁beschränk -9.84975
+▁beschäftig -9.83123
+▁beseitig -10.2946
+▁besonder -9.13409
+▁besser -9.10169
+▁bessere -9.75928
+▁besteh -8.60197
+▁bestehen -9.74262
+▁bestehende -9.54406
+▁bestimmte -9.40823
+▁bet -8.76154
+▁beton -9.9485
+▁betone -9.93917
+▁betrachte -9.85915
+▁betreffen -9.66151
+▁betreffende -10.3198
+▁betroffen -9.53018
+▁beträchtlich -10.623
+▁beunruhig -11.123
+▁beverage -11.1231
+▁bevorstehende -10.623
+▁bewaffnete -11.123
+▁bewirk -10.0397
+▁bewu -10.6226
+▁bezeichne -10.7239
+▁bi -9.76494
+▁biete -10.0403
+▁bilaterale -10.623
+▁bin -8.36549
+▁bis -8.40195
+▁bitte -9.40526
+▁bleib -8.9429
+▁bo -9.11067
+▁bod -9.44807
+▁bombing -11.123
+▁border -10.6307
+▁bound -10.6238
+▁br -9.00914
+▁brauch -9.10511
+▁break -10.623
+▁breit -10.6234
+▁bring -8.78872
+▁britische -9.67306
+▁broad -10.2897
+▁bu -10.857
+▁budget -8.68349
+▁buil -10.627
+▁building -10.2904
+▁burden -11.1231
+▁business -9.40518
+▁but -6.99803
+▁c -7.77771
+▁call -8.68387
+▁can -7.14667
+▁cancel -10.6311
+▁capital -10.623
+▁car -8.95029
+▁careful -10.2897
+▁carrie -9.8403
+▁carry -9.53041
+▁case -8.6835
+▁categor -10.6241
+▁cause -9.26741
+▁centre -10.623
+▁certain -8.44591
+▁chai -10.6239
+▁challenge -10.0397
+▁champion -11.123
+▁change -9.31974
+▁char -10.3788
+▁check -10.0397
+▁chemische -11.1231
+▁child -9.53018
+▁cho -9.88848
+▁cigarette -10.2897
+▁circumstance -10.623
+▁cite -10.6261
+▁citizen -8.47768
+▁civil -9.67304
+▁cl -9.83976
+▁clari -9.84059
+▁class -10.6231
+▁clean -10.2898
+▁clear -7.90587
+▁close -8.80506
+▁co -8.2373
+▁colleague -9.8397
+▁collect -10.623
+▁colonial -10.6234
+▁com -9.34481
+▁comb -10.0414
+▁come -8.71356
+▁comm -8.68537
+▁comment -9.53294
+▁commercial -10.6231
+▁commitment -10.6231
+▁committe -9.01986
+▁communit -8.8715
+▁comp -9.39833
+▁compan -10.2916
+▁compar -10.302
+▁competen -10.6231
+▁competiti -9.01947
+▁competitive -9.67374
+▁complain -11.123
+▁complet -11.0239
+▁complete -9.21475
+▁complicat -10.639
+▁component -10.2897
+▁concept -11.123
+▁concern -8.06454
+▁conclusion -9.83972
+▁condemn -10.623
+▁condition -9.42248
+▁conduct -11.123
+▁conf -9.64718
+▁confirm -10.623
+▁conflict -9.29407
+▁congratulat -9.67304
+▁connection -10.623
+▁cons -9.29286
+▁conscious -10.623
+▁consequence -9.40518
+▁consider -8.57795
+▁consistent -10.623
+▁constitution -9.53019
+▁consult -10.0399
+▁consumer -9.40519
+▁cont -9.01494
+▁contain -9.40526
+▁content -9.53082
+▁continu -9.79932
+▁continue -8.75619
+▁contr -9.68713
+▁contract -10.2902
+▁contradict -10.623
+▁contribute -10.0397
+▁contribution -9.29407
+▁control -9.29421
+▁conven -11.1228
+▁convention -10.0398
+▁conver -10.6231
+▁convict -10.623
+▁cooperati -8.89177
+▁coordinat -9.83992
+▁corr -9.67328
+▁cost -8.87565
+▁count -11.1102
+▁counter -10.627
+▁countr -7.97078
+▁country -8.63915
+▁cour -8.49292
+▁couragiert -11.123
+▁cover -9.1949
+▁creat -9.20766
+▁create -9.38972
+▁credi -11.1045
+▁credit -10.298
+▁cri -10.2637
+▁crime -9.10327
+▁criminal -10.6238
+▁cris -9.5538
+▁cru -9.10398
+▁cultur -10.0183
+▁culture -9.85755
+▁curren -10.0229
+▁current -8.48126
+▁custom -10.623
+▁cut -10.0451
+▁d -6.13603
+▁da -5.8102
+▁dahin -9.68688
+▁damage -10.2899
+▁dan -8.33435
+▁danger -9.40527
+▁dank -9.33199
+▁danke -8.65919
+▁dar -7.91754
+▁dara -10.0813
+▁darau -10.0987
+▁dargelegt -10.2897
+▁das -5.87955
+▁dass -7.58433
+▁data -9.70142
+▁dauerhafte -11.123
+▁davo -8.96791
+▁day -9.99823
+▁dazu -8.1664
+▁de -8.27532
+▁deadline -10.623
+▁deal -8.6322
+▁death -10.6231
+▁debate -8.34917
+▁debt -10.0399
+▁dec -9.57066
+▁decide -9.01998
+▁decision -8.59713
+▁declaration -10.623
+▁dedicate -11.123
+▁deep -10.6232
+▁defen -9.67365
+▁deficit -10.623
+▁define -9.67304
+▁definier -11.123
+▁definitiv -11.123
+▁delay -10.623
+▁delegation -10.0399
+▁deliver -11.123
+▁dem -6.44827
+▁demand -9.19672
+▁democra -9.65569
+▁democrat -9.30616
+▁demokratisch -10.255
+▁demonstrate -10.623
+▁den -5.60098
+▁denke -9.46755
+▁denn -8.12586
+▁denounce -11.123
+▁deploy -10.6245
+▁der -4.5291
+▁derartige -9.53027
+▁derzeit -9.53458
+▁derzeitige -10.6904
+▁des -6.01578
+▁describe -10.2913
+▁deserve -10.0402
+▁design -10.2952
+▁desire -10.639
+▁detail -11.1231
+▁detaillierte -11.123
+▁determin -10.623
+▁deutlich -9.21765
+▁develop -9.02303
+▁development -8.43299
+▁di -9.22701
+▁dictator -10.623
+▁die -4.39269
+▁diese -5.80935
+▁different -8.68349
+▁difficult -8.74231
+▁diplomat -11.1046
+▁diplomatische -10.6345
+▁direct -9.19368
+▁directive -8.47787
+▁dis -8.80883
+▁disagree -11.123
+▁disaster -10.2897
+▁disc -9.83494
+▁discuss -9.67072
+▁discussion -9.02104
+▁disease -10.0397
+▁diskutier -10.2897
+▁disparit -10.623
+▁displ -10.623
+▁dispos -9.4052
+▁dispute -10.2897
+▁distribut -9.53018
+▁do -6.78721
+▁doctor -11.123
+▁document -9.67304
+▁dort -8.80738
+▁doubt -9.67435
+▁down -9.40547
+▁draft -8.94329
+▁drastisch -10.2897
+▁draw -9.40518
+▁drei -8.74524
+▁dringend -10.6231
+▁dritte -10.0142
+▁dritten -10.066
+▁driv -9.53272
+▁drug -10.6232
+▁dur -9.20946
+▁durch -7.40714
+▁durchgeführt -9.67331
+▁dut -9.87146
+▁dänische -10.6231
+▁dürf -9.5302
+▁earl -9.40577
+▁eas -9.74253
+▁eben -8.82052
+▁ebenso -9.40662
+▁echte -10.6235
+▁ecolog -11.1229
+▁econom -9.6707
+▁economic -8.43302
+▁education -9.67313
+▁effect -9.10276
+▁effective -9.0202
+▁efficient -9.67387
+▁effizient -10.2849
+▁effizienter -10.2945
+▁effort -8.87148
+▁ehrgeizig -11.123
+▁eigene -9.12343
+▁eigentlich -9.91055
+▁eigentliche -10.188
+▁ein -6.04946
+▁eindeutig -9.8397
+▁eine -5.71984
+▁einer -6.97028
+▁einfach -9.74332
+▁einge -9.66111
+▁eingebracht -10.6249
+▁eingegangen -9.67313
+▁eingehalten -10.043
+▁eingehen -9.68617
+▁eingereicht -9.83971
+▁einheitliche -10.0397
+▁einige -8.31747
+▁einiger -9.42738
+▁einschränk -11.123
+▁einzelne -9.29407
+▁einzig -10.9447
+▁einzige -9.89606
+▁einzu -9.11018
+▁elect -10.29
+▁electric -10.0397
+▁elektronische -10.623
+▁eliminat -9.67304
+▁emerg -9.83976
+▁emp -10.0743
+▁emphasis -9.67304
+▁employ -9.19444
+▁enabl -10.9618
+▁enable -9.7332
+▁encourage -9.53018
+▁end -8.46728
+▁endgültig -11.123
+▁energ -10.041
+▁energisch -9.83995
+▁enforce -11.123
+▁engagiert -10.623
+▁enorme -10.0401
+▁ensur -8.7476
+▁ent -8.4326
+▁entail -10.6235
+▁enterprise -10.623
+▁enthalten -9.67364
+▁enthusias -10.623
+▁entire -9.67308
+▁entscheiden -9.67304
+▁entschieden -11.123
+▁entschlossener -11.1231
+▁entspr -10.2491
+▁entsprechende -9.10316
+▁entwickel -10.0431
+▁environment -8.03429
+▁equal -9.34579
+▁er -7.59053
+▁erfolg -10.5939
+▁erfolgt -10.3068
+▁erforder -10.0516
+▁erforderlich -9.84058
+▁erfüll -10.0397
+▁ergreif -9.41404
+▁ergänz -10.2897
+▁erheblich -10.0397
+▁erhöht -10.623
+▁erkenn -9.56155
+▁erkläre -10.2897
+▁erklärt -10.623
+▁erlassen -10.0426
+▁erläuter -10.623
+▁erneuerbare -11.123
+▁erneut -9.53018
+▁ernsthafte -10.2897
+▁erregen -11.123
+▁erreicht -9.53022
+▁erst -8.62196
+▁erste -9.55329
+▁ersten -8.91527
+▁erw -9.92476
+▁erwähnt -9.67581
+▁erörtert -10.2897
+▁es -6.12313
+▁establish -8.5753
+▁etc -10.6238
+▁ethni -9.67334
+▁etwa -9.01983
+▁euro -10.0397
+▁europäische -7.77421
+▁even -8.1108
+▁event -9.35166
+▁every -8.30976
+▁eviden -10.2897
+▁ex -8.55601
+▁exam -8.80551
+▁exce -9.29594
+▁exception -10.6233
+▁exclu -11.0539
+▁execut -11.123
+▁exercise -10.2897
+▁exist -9.19892
+▁exp -10.6327
+▁expect -9.67309
+▁experience -9.68984
+▁expla -10.6351
+▁exploit -10.2897
+▁express -9.01983
+▁exten -9.83788
+▁extend -10.3066
+▁external -9.83982
+▁extra -10.6231
+▁extreme -9.10316
+▁f -8.13039
+▁fa -9.85795
+▁fac -9.6979
+▁facilit -10.6234
+▁fact -8.03246
+▁facto -10.3134
+▁factor -10.3158
+▁fahrlässig -11.123
+▁fail -8.94314
+▁fals -10.6375
+▁famil -8.87148
+▁far -8.94119
+▁farm -10.0422
+▁farmer -9.68284
+▁fast -9.40967
+▁favour -9.19413
+▁fea -10.0429
+▁feedingstuff -10.2897
+▁feel -9.2872
+▁feeling -10.3086
+▁ferne -10.3609
+▁fest -8.93038
+▁festgelegt -10.623
+▁festgestellt -9.84
+▁feststell -10.0784
+▁few -8.7425
+▁fight -9.40656
+▁figure -10.0397
+▁final -8.80482
+▁financ -10.0628
+▁finance -9.82105
+▁financial -8.47771
+▁finanzielle -9.73553
+▁finanzieren -11.123
+▁finanziert -11.123
+▁find -8.7977
+▁finde -9.2043
+▁firm -10.6231
+▁first -8.19587
+▁fish -9.53189
+▁fix -11.123
+▁flexib -10.0397
+▁flight -10.0402
+▁floo -9.83983
+▁focus -9.53018
+▁folgende -9.5302
+▁follow -8.87148
+▁foo -9.40522
+▁for -5.66279
+▁force -9.44778
+▁forder -9.1051
+▁forest -10.0468
+▁form -8.59451
+▁formal -9.7165
+▁fortunate -10.623
+▁forward -9.02154
+▁found -9.67304
+▁fourt -11.1231
+▁frag -9.90261
+▁frame -9.8397
+▁französische -9.29407
+▁free -8.87149
+▁frei -10.2864
+▁freie -10.2949
+▁frequen -10.623
+▁freue -9.53765
+▁friedliche -11.123
+▁fro -7.3639
+▁frühere -10.2901
+▁fu -8.41352
+▁fulfil -10.623
+▁full -9.15686
+▁function -10.6238
+▁fund -9.29516
+▁fundamental -9.10316
+▁funktionier -11.123
+▁further -8.80481
+▁föderative -11.123
+▁führ -9.63519
+▁g -8.41286
+▁gab -9.41585
+▁ganz -8.19595
+▁garantier -10.0397
+▁ge -6.66943
+▁gebe -10.5454
+▁gebracht -9.42247
+▁geehrte -10.0397
+▁gefordert -9.33027
+▁gefähr -11.1228
+▁gefördert -9.67304
+▁geführt -9.88649
+▁gegen -7.94267
+▁gegenseitige -10.6233
+▁gegenwärtig -9.40541
+▁geh -8.12689
+▁gehör -9.56403
+▁gelang -9.84225
+▁geleistet -10.0397
+▁geling -10.2987
+▁gelten -11.1081
+▁geltend -10.2967
+▁gemeinsam -9.02652
+▁gemeinsame -9.39542
+▁gen -8.70345
+▁genannt -10.623
+▁genau -8.80608
+▁genehmigt -10.0403
+▁general -9.67307
+▁generelle -10.0397
+▁genetic -10.2898
+▁genieß -11.1231
+▁genuine -10.2897
+▁geographi -10.6235
+▁gering -10.2851
+▁gesamte -10.3389
+▁gest -9.66207
+▁get -8.7576
+▁getroffen -10.623
+▁gewi -10.6196
+▁gewinn -10.6261
+▁gewisse -9.84001
+▁gewor -10.6234
+▁gewählte -10.623
+▁gewährleiste -10.2897
+▁gewährt -11.123
+▁geäußert -10.2897
+▁give -8.19627
+▁glaub -9.19407
+▁gleich -8.35729
+▁global -9.53018
+▁gluten -11.123
+▁go -8.24081
+▁good -8.80486
+▁government -8.65602
+▁gra -9.84311
+▁grant -9.53081
+▁grat -10.1671
+▁gratulier -10.2897
+▁gre -10.0483
+▁great -8.47794
+▁griechische -10.2897
+▁group -8.74269
+▁grow -9.02014
+▁große -8.43222
+▁grundlegende -10.623
+▁grundsätzlich -10.623
+▁größere -9.68848
+▁größte -10.0146
+▁größten -9.86074
+▁gründlich -10.6231
+▁guarantee -9.29416
+▁gui -10.0399
+▁gut -8.9249
+▁gute -9.0407
+▁h -8.93963
+▁ha -7.25028
+▁habe -6.54604
+▁hand -9.40334
+▁handel -8.78796
+▁happen -9.53018
+▁hard -10.2946
+▁harmonis -9.84023
+▁hart -10.628
+▁hat -6.90614
+▁hatte -9.12673
+▁hav -10.03
+▁have -6.35612
+▁he -8.30424
+▁health -9.10319
+▁hear -9.35495
+▁heav -10.7231
+▁hei -9.64658
+▁hel -9.83552
+▁help -9.10381
+▁her -8.87014
+▁heraus -10.6243
+▁hervor -10.0403
+▁hervorgehoben -11.123
+▁hervorheb -11.123
+▁hervorragende -11.123
+▁herzlich -9.83971
+▁heut -8.03032
+▁heutige -10.0722
+▁hier -7.62393
+▁high -8.38871
+▁highlight -10.2901
+▁him -9.53066
+▁hin -8.4267
+▁hinaus -9.40573
+▁hinnehmbar -11.123
+▁hinterfrag -10.623
+▁hinweis -9.40571
+▁hinzu -9.83203
+▁his -9.10406
+▁histor -10.2909
+▁ho -8.63197
+▁hoch -10.2989
+▁hoffe -9.38085
+▁hoffen -9.67506
+▁honour -9.29407
+▁hooligan -10.6232
+▁hope -8.47781
+▁hour -10.2926
+▁how -7.2087
+▁hu -9.39903
+▁human -8.74146
+▁humanit -10.2939
+▁humanitäre -10.0397
+▁hunger -10.6233
+▁hätte -8.80481
+▁häufig -9.83971
+▁höchst -11.0992
+▁höchsten -9.84649
+▁höher -9.67305
+▁i -9.7996
+▁idea -8.87213
+▁identi -10.0399
+▁identify -10.0397
+▁ignorier -11.123
+▁ih -8.98901
+▁ihn -8.96573
+▁ihr -9.23707
+▁ihre -7.21748
+▁illegal -10.2897
+▁im -6.23085
+▁immediate -10.0397
+▁immense -11.1231
+▁immer -8.52552
+▁imp -8.67332
+▁impartial -11.123
+▁implement -8.80485
+▁import -9.9482
+▁importan -9.12615
+▁important -7.98157
+▁impressi -9.67305
+▁improv -10.4867
+▁improve -9.57907
+▁improvement -10.6275
+▁in -4.31514
+▁incident -10.0397
+▁incinerat -9.83971
+▁includ -9.04347
+▁include -8.99673
+▁incorporat -10.0397
+▁increase -9.10316
+▁indicate -10.2897
+▁individual -9.53018
+▁industr -9.05949
+▁industrial -10.6238
+▁influen -10.624
+▁informelle -10.2898
+▁informier -10.2901
+▁infrastructure -11.123
+▁initial -10.0397
+▁initiative -8.80816
+▁injur -11.1231
+▁inner -9.05115
+▁input -10.6233
+▁inspect -10.2897
+▁institution -9.20296
+▁integrat -9.29644
+▁intend -9.1044
+▁intens -10.6423
+▁intensiv -10.6368
+▁inter -9.32892
+▁interessant -11.123
+▁interest -8.3071
+▁internal -9.40524
+▁international -8.38875
+▁interne -10.3071
+▁interpret -10.0302
+▁into -7.79764
+▁introduc -10.8752
+▁introduce -9.74212
+▁invest -9.29448
+▁investigate -10.2897
+▁involv -10.8242
+▁involve -8.98355
+▁irgendeine -11.123
+▁irresp -11.123
+▁irresponsib -11.123
+▁is -5.24373
+▁island -10.0784
+▁issue -7.7504
+▁it -5.83389
+▁its -7.55282
+▁j -7.9257
+▁je -9.02702
+▁jed -7.92554
+▁jede -9.33183
+▁jeden -9.54381
+▁jeder -9.49678
+▁jene -9.9742
+▁job -9.67311
+▁joint -9.29407
+▁junge -10.4769
+▁jurisdiction -11.123
+▁just -7.92765
+▁justifie -10.2904
+▁jüngste -11.123
+▁k -8.94524
+▁kau -9.9249
+▁ke -9.57802
+▁keep -9.19408
+▁kein -8.98241
+▁keine -7.63383
+▁kenne -9.67837
+▁kind -9.53077
+▁klar -8.74271
+▁kleine -9.40518
+▁know -8.5753
+▁ko -9.47782
+▁komme -9.65038
+▁kommen -9.4764
+▁kommerzielle -10.623
+▁konkret -9.94581
+▁konkrete -9.45886
+▁konnte -9.67305
+▁konsequent -10.0397
+▁konstruktiv -10.623
+▁kritisch -10.2897
+▁kritisier -11.123
+▁kulturelle -10.2899
+▁kurz -9.19405
+▁könn -7.49778
+▁könnte -9.17378
+▁künftig -9.67304
+▁kürzlich -10.6232
+▁l -9.3399
+▁la -9.12785
+▁label -9.83987
+▁lad -9.02759
+▁langfristige -11.123
+▁language -9.19407
+▁large -8.77391
+▁last -8.65981
+▁late -10.2358
+▁law -9.40596
+▁lea -9.0236
+▁lead -9.12563
+▁leader -9.41656
+▁leak -10.6296
+▁leben -9.75501
+▁left -10.6231
+▁legal -8.68349
+▁legislati -9.78905
+▁legislative -9.29582
+▁legitim -11.123
+▁legitimate -10.2897
+▁leid -9.93124
+▁leide -9.46817
+▁leiste -9.84188
+▁lesen -10.6311
+▁less -8.877
+▁let -9.2031
+▁letzte -10.3538
+▁letzten -8.53502
+▁level -8.5753
+▁li -9.11883
+▁liberal -9.40525
+▁liebe -9.68192
+▁lieg -9.63097
+▁like -7.42903
+▁limit -10.6254
+▁line -9.40978
+▁link -10.2902
+▁list -10.0624
+▁litera -10.6253
+▁live -9.84473
+▁lo -9.03797
+▁loc -9.91262
+▁lohnt -11.123
+▁long -8.11202
+▁look -8.94299
+▁ländliche -10.623
+▁längere -11.123
+▁m -7.75265
+▁mach -8.76538
+▁mad -8.34738
+▁main -9.29404
+▁maintain -10.0398
+▁major -9.1932
+▁majorit -9.53139
+▁mak -9.08625
+▁make -7.82515
+▁man -7.21475
+▁manage -9.53412
+▁manche -10.0731
+▁mangel -10.2926
+▁manipulat -10.6231
+▁manufacture -10.0397
+▁margin -10.623
+▁market -8.62794
+▁mass -10.6234
+▁matche -11.123
+▁matter -8.74231
+▁maxim -10.623
+▁may -8.47773
+▁me -8.50095
+▁mean -8.62909
+▁measure -7.92151
+▁medi -9.56886
+▁meet -9.3989
+▁meeting -10.3066
+▁mehr -7.94133
+▁mehrere -10.302
+▁mein -8.95408
+▁meine -7.64515
+▁meisten -10.2901
+▁menschliche -10.2897
+▁mention -9.29477
+▁mere -10.0433
+▁message -10.623
+▁method -9.8397
+▁mi -8.40315
+▁milit -10.0373
+▁million -9.02
+▁mind -9.02147
+▁minim -10.2898
+▁mis -8.75029
+▁mit -6.40486
+▁mix -10.6241
+▁mo -8.33054
+▁model -9.67305
+▁modern -10.2097
+▁modernis -9.57187
+▁moment -8.94429
+▁mon -9.61827
+▁mone -8.81779
+▁monopol -10.2897
+▁month -9.53055
+▁mor -9.47574
+▁more -7.23681
+▁motion -9.1946
+▁mov -9.9821
+▁move -9.43792
+▁movement -9.53119
+▁mu -9.14933
+▁multi -10.6247
+▁multilateral -11.123
+▁multinational -9.8397
+▁mus -8.98109
+▁muß -7.46014
+▁my -7.6537
+▁möchte -7.07418
+▁möglich -8.26068
+▁müss -7.33369
+▁müßte -11.123
+▁nach -7.4143
+▁name -9.10355
+▁nat -8.51812
+▁national -8.2316
+▁natural -9.19407
+▁necessar -9.10316
+▁necessitate -11.123
+▁need -8.09611
+▁negotiation -9.29426
+▁nei -10.225
+▁neighbour -10.623
+▁network -10.623
+▁neue -7.79633
+▁never -10.0631
+▁new -7.77337
+▁nicht -6.0426
+▁nie -9.8548
+▁niedrig -10.623
+▁niemand -9.53019
+▁no -7.41031
+▁noch -7.26069
+▁non -9.66287
+▁none -10.3384
+▁nor -9.2453
+▁normal -10.0411
+▁not -6.15683
+▁notabl -11.0658
+▁notice -10.0541
+▁notwendig -8.74296
+▁now -8.06635
+▁nu -7.42148
+▁number -8.19603
+▁nun -8.14396
+▁nutz -9.84173
+▁nä -8.74797
+▁nächste -9.15073
+▁näher -9.84062
+▁ob -8.12914
+▁objective -8.38878
+▁objektive -10.623
+▁obligat -11.123
+▁obligatorische -11.123
+▁observ -10.4193
+▁observe -10.1749
+▁obtain -9.84001
+▁occur -10.291
+▁of -4.63532
+▁offen -9.19649
+▁offer -10.627
+▁office -10.0397
+▁official -9.29573
+▁offiziell -11.123
+▁old -10.0442
+▁on -5.85016
+▁one -7.43845
+▁open -9.29796
+▁operat -10.1409
+▁operate -10.4617
+▁operation -9.04182
+▁opinion -9.10316
+▁opportun -10.6222
+▁opportunit -9.67342
+▁opt -10.2948
+▁or -7.49589
+▁organis -9.10323
+▁organisation -8.92582
+▁orientier -10.623
+▁origin -10.6206
+▁original -10.0411
+▁other -7.39375
+▁our -6.86851
+▁out -7.8905
+▁over -8.25446
+▁own -8.62894
+▁p -7.92016
+▁pa -9.07078
+▁par -10.2897
+▁parliamentar -10.6239
+▁part -7.75997
+▁participat -9.83973
+▁particular -8.06454
+▁pas -9.9581
+▁pass -9.22009
+▁patent -10.0397
+▁pay -9.30151
+▁pe -7.55223
+▁peace -9.02017
+▁penal -10.0409
+▁pension -9.83973
+▁per -9.4161
+▁percent -10.6231
+▁perfect -10.0397
+▁period -9.03133
+▁permanent -10.0397
+▁permit -10.6255
+▁perpetrat -11.123
+▁person -9.19419
+▁persönlich -10.2897
+▁pill -10.3452
+▁pl -9.36003
+▁place -8.57543
+▁plan -9.25071
+▁plant -10.0855
+▁platform -11.123
+▁play -9.10317
+▁please -9.83973
+▁point -7.82011
+▁polic -10.5932
+▁police -9.851
+▁policy -7.77338
+▁politic -10.6208
+▁political -8.3073
+▁politische -9.07794
+▁poll -10.2899
+▁poo -10.6371
+▁poore -10.6252
+▁population -9.5302
+▁portugiesische -10.0397
+▁position -9.00374
+▁positiv -10.0432
+▁positive -9.01857
+▁possib -9.93876
+▁possibl -8.3029
+▁post -9.84028
+▁power -9.42164
+▁practi -11.0729
+▁practic -10.0381
+▁practice -9.54181
+▁praise -11.123
+▁praktisch -10.0397
+▁praktizier -11.123
+▁pre -8.6175
+▁prec -9.51555
+▁preca -9.8464
+▁prepar -10.2968
+▁prepare -9.52688
+▁present -8.3071
+▁presiden -10.2906
+▁pressure -9.83971
+▁prevent -8.88738
+▁pri -10.1582
+▁price -9.67368
+▁prim -10.0472
+▁principle -8.12805
+▁priorit -9.01983
+▁privat -10.0397
+▁pro -8.41412
+▁prob -10.2973
+▁problem -7.95733
+▁procedural -11.123
+▁procedure -8.3888
+▁proceed -9.83973
+▁process -8.34708
+▁produce -9.29409
+▁product -9.29416
+▁profession -10.2897
+▁profit -9.83971
+▁programme -8.46649
+▁progress -9.19408
+▁project -9.19407
+▁promot -10.0267
+▁promote -10.0529
+▁proper -9.67375
+▁proposal -7.7963
+▁propose -8.74231
+▁prosecut -11.123
+▁prospect -9.8397
+▁protect -8.57531
+▁protest -10.2897
+▁provid -10.465
+▁provide -8.49804
+▁provision -10.0405
+▁präzisier -11.123
+▁publi -8.47768
+▁punish -10.0397
+▁purpose -9.40518
+▁pursu -10.0397
+▁put -8.62909
+▁qualifie -11.123
+▁qualifizierte -10.623
+▁qualit -9.42867
+▁quantit -11.123
+▁question -7.86949
+▁qui -9.25755
+▁quick -9.53035
+▁quota -10.0467
+▁ra -8.4973
+▁raci -10.4377
+▁radikale -11.123
+▁railway -10.2897
+▁rais -10.0613
+▁raise -10.268
+▁rapid -10.0397
+▁rapporteur -9.01985
+▁rate -9.80363
+▁ratif -10.5977
+▁re -7.72251
+▁reach -9.53171
+▁reaction -10.2897
+▁read -9.37762
+▁reagier -10.6231
+▁real -8.84004
+▁reali -9.7654
+▁realistisch -10.0397
+▁reason -8.5253
+▁rec -10.0315
+▁receive -9.29407
+▁recent -9.29425
+▁recht -9.60161
+▁rechtliche -10.6682
+▁reciproc -11.123
+▁recogni -9.66486
+▁recognise -9.84944
+▁recommend -10.6221
+▁recommendation -9.84014
+▁reconcil -10.6412
+▁record -9.83976
+▁recover -10.0399
+▁redu -10.5423
+▁reduc -9.87922
+▁refer -9.30855
+▁referen -9.48535
+▁referr -9.87815
+▁reflect -9.67304
+▁reform -9.03195
+▁refu -10.6352
+▁refugee -10.6231
+▁reg -10.631
+▁regard -8.16613
+▁regelmäßig -10.2897
+▁region -8.63201
+▁regional -9.41377
+▁register -10.2897
+▁regulation -8.47769
+▁reinforce -10.35
+▁reiterate -9.8397
+▁reject -9.8397
+▁relat -9.27857
+▁relation -9.53307
+▁relativ -10.0679
+▁release -10.2897
+▁relevan -9.67304
+▁religi -10.623
+▁remain -9.19407
+▁remind -9.67305
+▁remov -10.0397
+▁repeat -10.0397
+▁repl -10.2924
+▁report -7.18276
+▁represent -9.1031
+▁representative -10.0402
+▁request -9.19407
+▁require -9.10316
+▁rese -9.85675
+▁reservation -11.123
+▁reserve -10.6231
+▁resolution -8.16138
+▁resolve -10.623
+▁resource -9.67339
+▁respect -9.01983
+▁respons -10.2897
+▁responsib -9.67299
+▁responsibilit -9.10324
+▁restrict -9.8397
+▁restriktive -10.623
+▁result -8.74232
+▁retain -10.6242
+▁return -11.123
+▁reuni -10.6806
+▁reve -10.6256
+▁review -10.623
+▁revolution -10.6232
+▁richtig -8.9429
+▁right -7.52972
+▁rise -10.6481
+▁risk -9.29409
+▁road -9.10316
+▁rol -8.63326
+▁roo -10.5873
+▁rule -8.94294
+▁run -10.2824
+▁rund -10.302
+▁russische -11.123
+▁sa -8.68849
+▁sacrifice -11.123
+▁safe -8.87154
+▁safeguard -10.623
+▁sage -8.49572
+▁sagt -9.53048
+▁satisf -10.6213
+▁say -7.75249
+▁sc -9.39583
+▁sch -8.99387
+▁schlecht -11.123
+▁schließ -9.50993
+▁schnell -9.10318
+▁schon -8.52742
+▁schriftliche -10.6234
+▁schwedische -10.6231
+▁schwer -10.041
+▁schwerwiegende -11.123
+▁schwierige -9.8411
+▁scien -10.6764
+▁sea -10.7912
+▁sechs -10.04
+▁second -8.9429
+▁sector -9.01983
+▁secur -9.19412
+▁see -8.34534
+▁seek -10.0466
+▁seem -9.30829
+▁seh -7.63031
+▁sei -9.49175
+▁sein -7.25789
+▁seine -8.39235
+▁seiner -8.70854
+▁seit -9.03232
+▁selbst -8.47768
+▁select -10.623
+▁sensib -10.6233
+▁serious -8.87148
+▁serve -9.6732
+▁service -8.68349
+▁set -8.82042
+▁sever -9.87037
+▁sex -10.04
+▁share -9.83976
+▁she -9.87795
+▁short -9.19408
+▁should -7.01863
+▁show -9.10317
+▁si -9.81451
+▁sich -6.68624
+▁sicher -8.50862
+▁sicherste -11.0825
+▁sie -6.76895
+▁sign -9.67652
+▁signature -11.123
+▁significan -10.0397
+▁similar -10.0397
+▁simpl -8.94295
+▁sin -6.65331
+▁site -10.0453
+▁situation -8.34708
+▁six -10.29
+▁slow -10.6231
+▁small -8.94298
+▁so -6.31969
+▁soci -8.68159
+▁social -8.12992
+▁sogenannte -10.2897
+▁solche -8.42452
+▁solcher -10.0791
+▁sole -10.3291
+▁soll -8.08805
+▁sollte -7.63408
+▁solve -10.6231
+▁some -7.68695
+▁somewh -11.0925
+▁sonder -8.26868
+▁sound -10.2973
+▁sovereign -11.123
+▁sow -8.94307
+▁sozial -9.28444
+▁sp -9.74837
+▁speak -10.0262
+▁speaker -10.3073
+▁spec -10.6302
+▁specific -8.34708
+▁speech -9.8397
+▁speed -10.2898
+▁spend -9.84
+▁speziell -10.0397
+▁spezifische -10.6304
+▁spirit -9.67304
+▁spoke -10.2898
+▁sport -9.84394
+▁spreche -11.01
+▁sprich -9.83981
+▁späte -10.32
+▁spürbar -11.123
+▁sta -9.23234
+▁stabili -10.0421
+▁stage -9.53857
+▁stand -9.27528
+▁standard -9.31964
+▁stark -10.0397
+▁start -9.40566
+▁state -9.1636
+▁statement -9.5315
+▁states -9.9215
+▁station -10.2956
+▁statt -9.40552
+▁stattfinden -10.0398
+▁steh -8.9533
+▁stehen -8.93289
+▁step -9.19411
+▁still -8.80481
+▁stillschweigend -11.123
+▁stipulate -10.623
+▁stop -9.56325
+▁strateg -9.23508
+▁strategic -10.6851
+▁strategische -10.3082
+▁street -11.123
+▁strength -11.0999
+▁strengthen -9.53505
+▁stress -10.2897
+▁strik -10.6235
+▁strong -10.29
+▁structur -10.5979
+▁structure -9.85709
+▁struggl -11.123
+▁strukturell -10.6231
+▁study -10.623
+▁stärk -10.6186
+▁stärker -9.53167
+▁su -8.8315
+▁subject -8.87148
+▁submit -10.0397
+▁subscribe -10.2897
+▁subsequent -10.2897
+▁substance -10.2899
+▁substanti -10.2984
+▁success -9.67304
+▁such -7.82193
+▁suffer -10.623
+▁suggest -9.67304
+▁summit -10.6231
+▁supp -10.6224
+▁support -7.77304
+▁suppose -10.6236
+▁supranational -11.123
+▁sure -9.02562
+▁surprise -11.123
+▁surviv -11.123
+▁susp -10.0398
+▁swallow -11.123
+▁system -8.25517
+▁sämtliche -9.8397
+▁table -9.54084
+▁tackl -11.123
+▁tak -9.25538
+▁take -7.58262
+▁talk -9.29411
+▁target -10.2898
+▁tariff -10.6231
+▁task -9.67304
+▁tatsächlich -10.2897
+▁tax -9.29407
+▁technical -10.2897
+▁technische -9.40519
+▁technolog -9.35004
+▁tele -9.40585
+▁temper -10.6233
+▁term -8.34753
+▁test -9.84347
+▁text -8.9446
+▁th -7.88643
+▁tha -5.36234
+▁than -8.46073
+▁thank -8.30869
+▁the -3.7631
+▁them -9.20128
+▁there -6.64488
+▁thi -5.65371
+▁thing -9.22977
+▁think -8.23193
+▁third -9.29652
+▁thirt -10.7772
+▁thought -10.2966
+▁thousand -11.123
+▁thre -9.10288
+▁threat -10.2929
+▁through -8.38875
+▁time -7.75958
+▁to -4.66626
+▁too -8.6214
+▁topic -10.6299
+▁total -9.40962
+▁touris -10.6363
+▁tra -8.77419
+▁traditionell -10.623
+▁train -10.0454
+▁trans -9.53129
+▁transfer -11.1231
+▁transition -10.2899
+▁transparen -9.81372
+▁transparent -9.86638
+▁travell -10.623
+▁treat -8.87148
+▁tro -10.061
+▁tru -8.94377
+▁truth -10.2912
+▁try -9.29589
+▁turn -9.40538
+▁type -10.2898
+▁täglich -11.123
+▁türkische -10.2897
+▁um -6.90251
+▁umfangreiche -11.1231
+▁umfassen -10.0261
+▁umfassende -9.85096
+▁umgehend -10.2914
+▁umgesetzt -10.0438
+▁umstritten -11.123
+▁umwelt -10.623
+▁un -7.21691
+▁unabdingbar -11.123
+▁unabhängig -10.0397
+▁unanim -11.1231
+▁und -4.94744
+▁under -8.39421
+▁underline -10.6233
+▁undermine -10.6232
+▁understand -8.87189
+▁undertak -10.2901
+▁unerläßlich -10.623
+▁unfortunate -9.67304
+▁unge -10.4752
+▁unit -9.5384
+▁universal -10.2897
+▁unmittelbare -11.123
+▁uns -7.32635
+▁unser -8.917
+▁unsere -7.34352
+▁unter -7.93082
+▁unterbreite -10.2898
+▁unterbrochen -10.623
+▁unternommen -10.0399
+▁unterschiedlich -9.89491
+▁unterstütz -8.38875
+▁untersuch -10.6233
+▁unver -10.629
+▁up -7.60435
+▁urgent -10.2898
+▁us -7.43344
+▁use -8.73561
+▁v -8.54675
+▁va -10.6591
+▁value -9.10569
+▁ver -7.29294
+▁veranlass -10.624
+▁verantwortlich -9.86742
+▁verbesser -10.291
+▁verbind -11.1226
+▁verbindliche -10.6233
+▁verbunden -9.8397
+▁verdien -10.6231
+▁verehrte -10.623
+▁verfolgen -9.67534
+▁verfüg -9.53018
+▁verg -10.0593
+▁vergangene -9.84062
+▁vergleichbar -11.123
+▁verhinder -9.8397
+▁verl -10.118
+▁verlang -10.6262
+▁verlä -10.3332
+▁vermi -10.2903
+▁vernünftig -10.2897
+▁verpflichtende -11.123
+▁verpflichtet -10.623
+▁verringer -10.0397
+▁verschiedene -8.88053
+▁versteh -9.40519
+▁verstärk -10.2907
+▁versuch -9.29417
+▁verteidig -11.123
+▁vertrau -10.2897
+▁vertrete -9.84105
+▁verurteil -11.123
+▁verw -10.572
+▁verwe -9.83485
+▁verweis -10.3549
+▁verwies -10.2913
+▁verzichte -11.123
+▁vict -9.84094
+▁viel -7.87513
+▁viele -9.03524
+▁vier -10.0606
+▁view -8.87149
+▁village -11.123
+▁violation -10.623
+▁violen -9.67304
+▁virtu -10.623
+▁visi -10.5874
+▁visit -10.0557
+▁vital -9.5302
+▁vo -8.51519
+▁voll -9.40745
+▁von -5.87606
+▁vor -6.88113
+▁voran -9.70999
+▁voraus -10.2957
+▁vorbeugende -11.123
+▁vorge -9.81925
+▁vorgelegt -9.01989
+▁vorgeschlagen -9.67308
+▁vorgesehen -9.2943
+▁vorgetragen -10.0406
+▁vorhanden -10.2897
+▁vorlegt -10.6292
+▁vorliegende -10.0397
+▁vorrangig -10.645
+▁vorsichtig -11.1231
+▁vorzu -9.29934
+▁vot -9.51995
+▁vote -8.14677
+▁völlig -10.2897
+▁w -6.40155
+▁wahr -9.29414
+▁wahrhaft -11.123
+▁wait -9.67309
+▁want -8.43377
+▁war -7.86324
+▁was -6.75456
+▁way -7.90433
+▁we -5.55768
+▁weak -10.642
+▁weakness -10.6232
+▁week -10.0411
+▁weil -8.0834
+▁weiter -8.15943
+▁weitere -9.109
+▁weitgehend -10.6231
+▁welche -8.94291
+▁welcome -9.01983
+▁wenig -9.33394
+▁wenige -9.36343
+▁wenigsten -9.84013
+▁wenn -7.18653
+▁werde -6.19663
+▁wesentlich -9.82722
+▁wesentliche -9.85235
+▁wh -6.11125
+▁what -7.5697
+▁when -8.03686
+▁where -8.55085
+▁whil -9.70808
+▁who -7.7134
+▁whole -8.62962
+▁wichtig -8.37653
+▁wichtige -8.57984
+▁wichtigste -9.42916
+▁wider -9.83977
+▁wie -6.9348
+▁wieder -9.19672
+▁wiederhol -10.9132
+▁wiederhole -10.7767
+▁will -6.32277
+▁wir -5.41598
+▁wirklich -9.01992
+▁wirksam -10.0409
+▁wirtschaftliche -9.20789
+▁wish -9.1412
+▁wishe -9.95955
+▁wissen -8.8714
+▁with -6.19635
+▁withdraw -10.623
+▁witness -10.623
+▁wo -8.1959
+▁woll -8.85608
+▁wolle -8.89405
+▁wom -9.33983
+▁wonder -9.83977
+▁word -8.26914
+▁work -7.74322
+▁world -8.87148
+▁wurde -7.26224
+▁wäh -8.62796
+▁wäre -8.38909
+▁wünschen -10.294
+▁würde -8.23159
+▁xenophobi -10.623
+▁ye -8.96835
+▁year -7.72817
+▁you -7.12666
+▁your -8.60607
+▁zahlreiche -9.67349
+▁zehn -10.0356
+▁zeig -9.10345
+▁zitiere -11.1231
+▁zone -10.624
+▁zu -5.51464
+▁zufrieden -10.622
+▁zukünftig -11.123
+▁zum -7.43834
+▁zur -6.92503
+▁zurück -9.53531
+▁zusammen -9.37526
+▁zusammenfassen -10.623
+▁zw -8.00626
+▁zwa -9.12974
+▁zwangs -10.6241
+▁zwei -8.56351
+▁zweifel -9.29409
+▁zweite -9.68275
+▁zweiten -8.9555
+▁Änderung -8.34708
+▁Äthiopien -10.2897
+▁Äußerung -10.623
+▁ähnliche -10.2243
+▁ältere -11.1231
+▁änder -9.66283
+▁äußer -9.66844
+▁äußerst -8.94513
+▁öffentliche -9.53019
+▁ökologisch -10.623
+▁über -6.65247
+▁überprüf -10.2916
+▁übertrag -10.902
+▁überzeug -10.0408
+▁übrigen -9.19435
diff --git a/tests/sentencepiece/vocab.norm.expected b/tests/sentencepiece/vocab.norm.expected
index d96cbf2..6ee7ee4 100644
--- a/tests/sentencepiece/vocab.norm.expected
+++ b/tests/sentencepiece/vocab.norm.expected
@@ -1,3900 +1,4000 @@
-( -7.15868
-, -9.57465
-- -5.74647
-. -6.86392
-/ -7.47412
-0 -7.62801
-00 -8.94607
-1 -7.98739
-2 -8.0758
-3 -8.06807
-30 -10.0144
-4 -8.37868
-5 -7.43255
-6 -8.06799
-7 -8.11065
-8 -7.84448
-9 -7.60155
-93; -10.8812
-; -5.97505
+! -7.49227
+& -12.4306
+( -7.20727
+) -7.19447
+, -3.33235
+- -5.74669
+. -6.86412
+/ -7.52271
+0 -7.05663
+00 -9.0092
+1 -7.91331
+2 -8.07435
+3 -8.00414
+30 -10.0316
+4 -8.37919
+5 -7.46329
+6 -8.06777
+7 -8.16437
+8 -7.75668
+9 -7.37882
+: -7.07193
+; -5.94285
</s> 0
<unk> 0
-@ -5.21646
-A -6.02782
-AB -8.3525
-ABILIT -8.93656
-ABKOMMEN -9.65326
-ABLE -7.5856
-ABSATJ -10.4091
-ABWE -9.58274
-AC -8.46031
-ACCO -9.65872
-ACHTET -10.371
-ACHTUNG -9.74101
-ACIO -10.4542
-ACTIVE -10.4809
-AG -8.23583
-AGE -8.21934
-AGO -9.5361
-AID -8.86454
-AIRE -10.6826
-AKE -9.72611
-AKIS -10.2943
-AKP -10.3059
-AL -6.28514
-ALITäT -9.4861
-ALL -8.4519
-ALSO -6.79638
-AMA -10.1562
-AMBI -10.8764
-AMPERE -10.6452
-AN -6.92252
-ANCE -8.3259
-ANLAGE -10.1034
-ANLAß -10.7652
-ANNOYE -11.0242
-ANT -8.34752
-APO -6.45034
-AR -7.40204
-ARBEIT -8.03389
-ARD -8.66563
-ARIAN -9.78343
-ARME -10.774
-ARTIGE -10.7472
-ARY -7.94154
-AS -8.2111
-AT -7.58569
-ATASTROPHE -10.6451
-ATED -9.27128
-ATION -7.17241
-ATIVE -9.42248
-ATOM -10.3583
-AU -8.28923
-AUCH -6.39789
-AUF -9.38835
-AUFTRAG -10.4563
-AUS -8.97636
-AUSSCHUSS -10.0478
-AUSSCHUß -9.69439
-AUSSTATT -10.4556
-AUSTAUSCH -10.4542
-Aß -5.9877
-B -6.79664
-BALD -10.3752
-BANK -10.8356
-BAR -8.29424
-BARKEIT -10.2979
-BAU -8.61928
-BE -7.74327
-BEDINGT -9.7401
-BEDINGUNG -10.4992
-BEEINTRäCHTIG -10.2225
-BEFUGNISSE -10.4542
-BEHANDLUNG -10.2225
-BEHöRDE -10.3054
-BEI -8.18231
-BEIHILFEN -9.65849
-BEJIEHUNG -10.0475
-BEJOGEN -9.92545
-BEJüGLICH -9.96002
-BEKäMPFUNG -10.6001
-BEL -9.16168
-BELASTUNG -10.6476
-BEN -8.72115
-BER -8.11373
-BERECHTIG -10.0346
-BEREICH -9.05709
-BEREINKOMMEN -10.2939
-BEREINSTIMM -10.4744
-BERG -10.1504
-BERICHT -9.83325
-BERICHTERSTATTER -8.90875
-BERLEGUNG -10.2225
-BERPRüFUNG -10.5457
-BERWACHUNG -10.0783
-BESCHLUß -10.4855
-BESCHRäNKUNG -10.6451
-BESONDERE -8.21491
-BIET -10.6214
-BILD -10.4149
-BILDUNG -9.8807
-BINDEN -10.8969
-BINDUNG -10.882
-BJW -9.40083
-BLE -9.2917
-BLEIBEN -10.1518
-BLICK -8.91718
-BO -8.24587
-BON -9.68461
-BOUT -7.65369
-BRANCHE -10.7563
-BRENNER -11.0249
-BRINGEN -9.00035
-BUILD -10.8809
-BY -9.7488
-C -6.81085
-CA -8.97664
-CALE -10.2996
-CALL -10.2928
-CATION -10.1676
-CAUSE -7.61756
-CAUTION -10.2951
-CE -6.97131
-CENT -9.54907
-CH -6.94996
-CHARAKTER -11.0241
-CHARTA -10.5992
-CHE -8.60052
-CHER -9.81826
-CHT -8.43919
-CK -8.15419
-CKEN -9.4645
-CLEAR -9.61297
-CLUSION -10.5453
-CO -8.9029
-COME -9.69152
-COMING -9.24611
-COMPREHENSI -10.7562
-CONCIL -9.74577
-CONNECT -10.7562
-CONSTRUCTI -9.92634
-COPE -9.91736
-CORPORATE -10.6451
-CROSS -9.27258
-CTUAL -10.9112
-CULTURAL -9.73979
-CY -8.8883
-D -4.93056
-DARF -8.60667
-DATEN -9.88983
-DAY -8.0899
-DE -7.70527
-DEED -9.21389
-DEM -8.30428
-DEMOKRAT -9.61925
-DEN -8.13107
-DENKEN -10.1168
-DEPENDENT -10.0953
-DEPLOY -11.0241
-DER -8.06045
-DI -8.19539
-DIENST -9.38331
-DINGS -8.91699
-DISKRIMINIERUNG -9.93117
-DO -9.18314
-DONE -9.42437
-DRITTEL -10.6877
-DROHT -10.5452
-DRUCK -9.21919
-DURCH -9.8313
-E -4.4289
-EACH -8.87629
-EAD -9.88733
-EATH -9.92447
-EBEN -9.0253
-EC -8.43848
-ECLARE -10.0348
-ED -5.26005
-EF -9.17143
-EFFEKT -11.0238
-EHR -9.16579
-EINANDER -9.54696
-EL -7.44965
-ELEKOMMUNIKATION -10.7562
-ELIGI -10.8812
-ELL -7.95245
-EM -8.21091
-EMBARGO -11.0241
-EMBER -9.72957
-EN -3.87794
-ENCE -8.56215
-ENCH -9.51125
-ENDE -9.09792
-ENDEN -8.50175
-ENDLICH -9.92605
-ENTSCHEIDUNG -10.1771
-ENTWICKLUNG -10.9789
-ENTWURF -9.58262
-EQUALIT -11.0008
-ER -5.52794
-ERARBEITUNG -9.98425
-ERGEBNIS -9.7392
-ERHALTEN -9.53712
-ERHöHUNG -10.1489
-ERIKA -9.85074
-ERJEUGNISSE -10.1559
-ERKENNEN -10.7306
-ERN -8.04159
-ERREICHEN -9.10198
-ERS -8.11924
-ERSCHI -10.6639
-ERSCHüTTER -10.8812
-ERSTER -10.4558
-ERWEISE -9.4
-ES -6.30596
-EST -8.26003
-ET -7.20159
-ETHER -8.38823
-EUROPA -10.5
-EUROPäER -10.5451
-EUROPäISCHE -10.834
-EVER -7.62831
-EVOLUTION -10.6451
-EX -9.45582
-EXT -8.82369
-F -6.36629
-FACH -9.75128
-FAHREN -10.0233
-FAHRJEUG -10.4542
-FAHRT -11.0255
-FALL -8.03814
-FALT -10.6475
-FASSEN -10.0156
-FASSUNG -9.87341
-FELD -10.6548
-FENCE -9.46967
-FERENCE -9.02112
-FF -8.80045
-FFENTLICHKEIT -10.1559
-FFT -8.59911
-FINANJIERUNG -9.88268
-FLAGGE -11.0241
-FLU -9.4528
-FLäCHE -10.5451
-FOLGE -9.4319
-FONDS -9.73986
-FOR -9.49556
-FORDERN -10.0628
-FORE -7.74315
-FORM -9.11504
-FRAGE -10.0876
-FRAGEN -9.76101
-FRANC -10.6314
-FREIE -10.7892
-FREIHEIT -10.3248
-FREMDENFEINDLICH -10.5451
-FRISTIG -10.8812
-FRONT -9.75378
-FT -8.95043
-FUL -8.72349
-FUNKTION -10.4517
-FäHIG -9.82729
-FäLL -9.29973
-FäLLIG -10.3635
-FäLTIG -10.3709
-FöRDER -9.93354
-FüHREN -9.0811
-FüHRUNG -8.75055
-FüR -10.4986
-G -6.71609
-GABE -9.61664
-GANG -9.05724
-GAR -8.80205
-GE -7.13207
-GEARBEITET -10.5455
-GEBAUT -10.7688
-GEBEN -8.39028
-GEBIETE -10.125
-GEBILDE -10.8911
-GEBRACHT -9.22332
-GEBUNDEN -10.8812
-GEBüHREN -9.82872
-GEFORDERT -9.41558
-GEFüHL -10.2939
-GEFüHRT -9.11061
-GEGANGEN -9.92429
-GEGEBEN -9.93447
-GEGEN -9.74309
-GEGRIFFEN -10.7572
-GEHALTEN -10.025
-GEHEN -8.38182
-GEJOGEN -10.294
-GEL -9.02712
-GELEGT -9.99721
-GELEITET -10.0934
-GELöST -9.87641
-GEMEINSCHAFT -10.3256
-GEN -8.40918
-GENOMMEN -9.73057
-GEORDNETE -10.7557
-GEPRüFT -10.3709
-GERECHTIGKEIT -10.4559
-GERICHTET -9.88585
-GERICHTSHOF -10.88
-GESAMT -9.25444
-GESCHLOSSEN -9.24618
-GESCHWINDIGKEIT -11.0241
-GESCHäFTSORDNUNG -9.61967
-GESCHüTJT -10.8812
-GESEHEN -9.86121
-GESELLSCHAFT -9.61277
-GESETJGEBUNG -10.5451
-GESETJT -8.73535
-GESICHTS -9.38615
-GESPROCHEN -9.51594
-GESSEN -9.8359
-GESTALTET -10.6451
-GESTALTUNG -10.4542
-GESTATTE -9.83058
-GESTELLT -8.73005
-GESUNDHEIT -9.98907
-GETEILT -11.0292
-GETROFFEN -10.3709
-GEWIESEN -9.69813
-GEWäSSER -10.2225
-GIB -9.92464
-GLEICH -9.2801
-GLEICHGEWICHT -10.547
-GO -9.54455
-GRA -9.37608
-GREIF -10.3037
-GREIFEN -9.55721
-GRENJ -9.11238
-GRIFF -9.44655
-GRUND -9.17512
-GRUNDLAGE -10.409
-GRUPPE -8.69965
-GRößE -11.0236
-GRüNDE -10.6624
-GüNSTIG -10.1559
-H -6.56935
-HA -8.7093
-HAFEN -10.7614
-HAFT -9.01593
-HALB -7.6073
-HALL -8.8155
-HALTEN -8.57341
-HALTUNG -9.05747
-HANDEL -9.1267
-HAP -9.38569
-HAUPT -9.09813
-HE -8.67704
-HEAD -10.2504
-HEARTED -11.0264
-HEIT -8.17158
-HER -7.49444
-HERE -8.42427
-HERRSCHEN -10.5607
-HERRSCHT -10.233
-HILFE -9.46656
-HIN -8.56349
-HIP -8.8884
-HM -8.82763
-HNE -9.38421
-HOL -9.68434
-HRT -9.9731
-HT -8.906
-HUBER -10.7609
-HUNDERT -10.8809
-HäF -9.97234
-HäLT -9.21917
-HäNGT -10.2939
-HöREN -10.3697
-I -6.41611
-IA -8.31244
-IAL -9.13023
-IAN -8.75627
-IATION -9.3686
-IB -8.67453
-IC -7.52307
-ICAL -9.04496
-ICH -5.71474
-ICK -9.98494
-ID -7.68819
-IE -7.81716
-IED -8.66594
-IEDERHERSTELLUNG -10.6456
-IELSO -10.548
-IER -8.78478
-IEREN -8.50836
-IERENDE -10.4368
-IERT -7.9263
-IERUNG -8.49391
-IES -6.34731
-IF -7.04963
-IFICATION -9.48471
-IFIJIER -10.4534
-IG -7.3656
-IGE -8.72012
-IGEN -7.72659
-IGHT -8.35939
-IGKEIT -9.84805
-IJ -8.97985
-IK -8.58605
-IKA -9.83873
-IL -7.89433
-ILIT -9.51617
-ILT -9.033
-IMATE -10.455
-IMB -9.44089
-IMMT -9.47219
-IN -6.21463
-INDUSTRIAL -10.2317
-INDUSTRIE -10.5995
-INFRASTRUKTUR -9.92634
-ING -5.07938
-INGLE -9.25966
-INNEN -9.84362
-INSPEKTION -11.0241
-INTERINSTITUTION -10.8812
-ION -6.47783
-IONS -8.87371
-IP -9.59216
-IQUE -10.5452
-IR -6.84706
-IS -7.45186
-ISATION -9.19218
-ISCH -8.46174
-ISCHE -8.35442
-ISCHEN -8.08447
-ISE -8.22296
-ISH -8.55308
-ISM -9.49591
-ISMUS -9.79105
-IST -7.68849
-ISTISCHE -9.80715
-IT -6.68021
-ITRITTSKANDIDAT -10.5451
-ITäT -9.07414
-IUM -9.17703
-IV -8.58791
-IVE -7.92186
-J -7.00061
-JAHL -9.29952
-JAHR -10.4089
-JEHN -9.54731
-JEIGT -9.44707
-JEIT -8.87055
-JEITIG -10.4672
-JEN -8.66742
-JENTR -10.7747
-JEUG -9.24656
-JIEH -10.1838
-JIEHEN -9.68777
-JIEL -9.22092
-JIG -10.1079
-JO -9.79336
-JU -7.17701
-JUFRIEDEN -10.3709
-JUHEBE -11.0333
-JULäSSIG -10.3718
-JUNEHMEN -9.463
-JUSAMMENARBEIT -10.3778
-JUSETJEN -9.53759
-JUSTELLEN -9.61998
-JW -9.67188
-JWECK -10.5452
+? -7.08041
+@ -5.26505
+A -6.11528
+AB -8.33074
+ABILIT -8.98474
+ABKOMMEN -9.65279
+ABLE -7.589
+ABSATJ -10.4368
+ABWE -9.62645
+AC -8.07549
+ACCO -9.56176
+ACHTEN -10.4038
+ACHTET -10.4185
+ACHTUNG -9.7883
+ACIO -10.5028
+ACTIVE -9.42643
+AG -8.60058
+AGE -8.1895
+AGO -9.45057
+AID -8.28096
+AIL -10.2213
+AIN -9.08175
+AKE -9.75643
+AKIS -10.5383
+AKP -10.3475
+AKTEURE -11.2393
+AL -6.26856
+ALITäT -9.54334
+ALL -8.44304
+ALSO -6.82874
+AMA -10.2273
+AMBI -10.8658
+AMERIKA -10.5072
+AMPERE -10.6938
+AN -7.09073
+ANCE -8.24746
+AND -8.76035
+ANG -8.90473
+ANJ -9.37527
+ANLAGE -10.1195
+ANLAß -10.8085
+ANNOYE -11.0727
+ANT -8.32655
+APO -6.49771
+AR -7.36542
+ARBEIT -8.03716
+ARD -8.80684
+ARIAN -9.83158
+ARME -10.5929
+ARTIGE -10.7963
+ARY -7.98784
+AS -7.94631
+ASPEKT -10.4837
+AT -7.45616
+ATASTROPHE -10.6937
+ATED -9.4172
+ATION -7.15878
+ATIVE -9.46858
+ATOM -10.3781
+AU -8.44822
+AUCH -6.42827
+AUF -9.39973
+AUFTRAG -10.5051
+AUS -8.97017
+AUSGAB -11.1522
+AUSSCHUSS -10.0474
+AUSSCHUß -9.69413
+AUSSTATT -10.5034
+AUSTAUSCH -10.5028
+Aß -6.0384
+B -6.74624
+BALD -10.4216
+BANK -10.8349
+BAR -8.42203
+BARKEIT -10.3461
+BAU -8.66511
+BE -7.85008
+BEDEUTEND -10.7646
+BEDINGT -9.78853
+BEDINGUNG -9.40495
+BEEINTRäCHTIG -10.2711
+BEFUGNISSE -10.5028
+BEHANDLUNG -10.2711
+BEHöRDE -10.3033
+BEI -8.18161
+BEIHILFEN -9.70689
+BEITRITTSWILLIGE -11.2393
+BEJIEHUNG -10.0468
+BEJOGEN -9.97451
+BEJüGLICH -9.96053
+BEKäMPFUNG -10.599
+BEL -9.1301
+BELASTUNG -10.6949
+BEN -8.9678
+BER -8.12462
+BERECHTIG -10.0832
+BEREICH -9.05666
+BEREINKOMMEN -10.3425
+BEREINSTIMM -10.5136
+BERG -10.1161
+BERICHT -9.83232
+BERICHTERSTATTER -8.93579
+BERLEGUNG -10.2711
+BERPRüFUNG -10.5943
+BERTRAGUNG -11.2393
+BERWACHUNG -10.1184
+BESCHLUß -10.4674
+BESCHRäNKUNG -10.6937
+BESONDERE -8.24
+BESTIMMUNG -11.1447
+BETRACHT -9.496
+BETRIEBE -11.1537
+BEWäLTIG -11.2393
+BIET -10.6461
+BILD -10.4349
+BILDUNG -9.87976
+BINDUNG -10.9296
+BJW -9.4424
+BLE -9.04059
+BLEIBEN -9.74673
+BLICK -8.96577
+BO -8.61569
+BON -9.66262
+BOUT -7.70632
+BRANCHE -10.8048
+BRECHEN -11.2382
+BRENNER -11.0731
+BRINGEN -8.88717
+BROAD -10.142
+BUILD -10.1419
+BURG -10.2712
+BüRGER -11.1456
+C -6.76288
+CA -8.89227
+CALE -10.3073
+CALL -10.3076
+CATION -10.2498
+CAUSE -7.61679
+CAUTION -10.3432
+CE -7.18481
+CENT -9.5805
+CH -6.97024
+CHARTA -10.5984
+CHE -8.58922
+CK -8.2186
+CKEN -9.50663
+CLEAR -9.613
+CLUSION -10.6819
+CO -8.92159
+COME -9.69134
+COMING -9.24598
+COMMUNICATION -11.1447
+COMPREHENSI -10.8048
+CONCIL -9.79079
+CONNECT -10.8047
+CONSTRUCTI -9.9749
+COPE -9.94778
+CORPORATE -10.6937
+CROSS -9.32114
+CTUAL -10.9706
+CULTURAL -9.78838
+CY -9.04762
+D -4.94446
+DAMEN -9.58749
+DANKEN -9.61724
+DARF -8.63972
+DATEN -9.73432
+DAUERT -11.1655
+DAY -8.08802
+DE -7.86977
+DEED -9.25315
+DEM -8.30112
+DEMOKRAT -9.66743
+DEN -8.20943
+DENKEN -9.91893
+DEPENDENT -10.1303
+DEPLOY -11.0727
+DER -7.91187
+DI -8.03345
+DID -8.98546
+DIENST -9.40892
+DINGS -8.96955
+DISKRIMINIERUNG -9.94992
+DO -9.15133
+DONE -9.32864
+DRITTEL -10.7118
+DROHT -10.5938
+DRUCK -9.26784
+DURCH -9.8314
+E -4.49895
+EACH -8.96778
+EAD -9.93128
+EATH -9.97339
+EB -9.35082
+EBEN -9.11568
+EC -8.14694
+ECKT -10.1703
+ECLARE -10.0834
+ED -5.30651
+EF -9.01934
+EFFEKT -11.072
+EINANDER -9.59557
+EINHEIT -10.3448
+EL -7.6029
+ELEKOMMUNIKATION -10.8048
+ELIGI -9.77224
+ELL -7.92787
+EM -8.38379
+EMBARGO -11.0727
+EMBER -9.77172
+EN -3.94797
+ENCE -8.61464
+ENCH -9.56171
+ENDE -8.70604
+ENDEN -8.65229
+ENDLICH -9.85181
+ENKUNG -10.5075
+ENTSCHEIDUNG -10.1769
+ENTWICKLUNG -10.979
+ENTWURF -9.63122
+EQUALIT -10.9853
+ER -5.52863
+ERARBEITUNG -10.0148
+ERGEBNIS -9.78726
+ERHALTEN -9.52815
+ERHöHUNG -10.1654
+ERIKA -10.4157
+ERJEUGNISSE -10.2044
+ERKENNEN -10.7783
+ERN -7.94667
+ERREICHEN -9.13863
+ERS -8.27147
+ERSCHI -10.4816
+ERSCHüTTER -10.9298
+ERSTER -10.1072
+ERWEISE -9.44893
+ES -6.29138
+EST -8.31917
+ET -7.21982
+ETHER -8.42576
+EUGEN -10.228
+EUROPA -10.5001
+EUROPäER -10.5937
+EUROPäISCHE -10.8353
+EVA -10.033
+EVER -7.66883
+EVOLUTION -10.6937
+EX -8.49315
+EXT -8.87574
+F -6.22919
+FACH -9.79167
+FAHREN -10.0706
+FAHRJEUG -10.5028
+FAHRT -11.0733
+FALL -8.03836
+FALT -10.6965
+FASSEN -10.0541
+FASSUNG -9.92212
+FELD -10.7014
+FENCE -9.51658
+FERENCE -9.06969
+FFENTLICHKEIT -10.2044
+FFT -8.63604
+FIELD -10.5989
+FINANJIERUNG -9.92704
+FINDEN -9.55218
+FLAGGE -11.0789
+FLU -9.43532
+FLäCHE -10.5937
+FOLGE -9.47982
+FONDS -9.78831
+FOR -9.18629
+FORDERN -10.1095
+FORE -7.78153
+FORM -9.11671
+FRAGE -10.0904
+FRAGEN -9.75624
+FRANC -10.5167
+FREIE -10.6009
+FREIHEIT -9.37704
+FREMDENFEINDLICH -10.5937
+FRISTIG -10.9298
+FRONT -9.77867
+FT -8.93336
+FUL -8.75333
+FUNKTION -10.4987
+FäHIG -9.87664
+FäLL -9.02079
+FäLLIG -10.4304
+FäLSCHUNG -11.2393
+FäLTIG -10.4195
+FöRDER -9.93325
+FüHREN -9.08
+FüHRTE -11.1468
+FüHRUNG -8.79939
+FüR -10.5989
+G -6.67104
+GABE -9.66676
+GANG -9.12734
+GAR -8.8443
+GE -7.11014
+GEARBEITET -10.594
+GEBAUT -10.8168
+GEBEN -8.42894
+GEBIETE -9.94935
+GEBILDE -10.9363
+GEBRACHT -9.27113
+GEBUNDEN -10.9299
+GEBüHREN -9.87731
+GEFORDERT -9.46418
+GEFüHL -10.3425
+GEFüHRT -9.15874
+GEGANGEN -9.97292
+GEGEBEN -9.93131
+GEGEN -9.74242
+GEGRIFFEN -10.8057
+GEHALTEN -10.0376
+GEHEN -8.37577
+GEHöRT -11.1656
+GEJOGEN -10.3426
+GEL -9.11219
+GELEGT -10.0442
+GELEITET -10.1419
+GELöST -9.925
+GEMEINSCHAFT -10.3255
+GEN -8.59145
+GENOMMEN -9.03726
+GEORDNETE -10.8043
+GEPRüFT -10.4195
+GERECHTIGKEIT -10.5035
+GERICHTET -9.92951
+GERICHTSHOF -10.9291
+GERNE -10.9605
+GESAMT -9.28622
+GESCHLOSSEN -9.29477
+GESCHWINDIGKEIT -11.0727
+GESCHäFTSORDNUNG -9.66826
+GESCHüTJT -10.9298
+GESEHEN -9.9195
+GESELLSCHAFT -9.61258
+GESETJGEBUNG -10.5937
+GESETJT -8.75762
+GESICHTS -9.43467
+GESPROCHEN -9.56316
+GESPRäCHE -11.1502
+GESSEN -9.90935
+GESTALTET -10.6937
+GESTALTUNG -10.5028
+GESTATTE -9.87821
+GESTELLT -8.77865
+GESUNDHEIT -9.98865
+GETEILT -11.0754
+GETROFFEN -10.4195
+GEWICHT -11.2383
+GEWIESEN -9.74672
+GEWäSSER -10.2711
+GIB -9.94105
+GIPFEL -9.37589
+GLAUB -11.0525
+GLEICH -9.39583
+GLEICHEN -10.2499
+GLEICHGEWICHT -10.5942
+GRA -9.37361
+GREIF -10.3892
+GREIFEN -9.71037
+GRENJ -8.93203
+GRIFF -9.49516
+GRUND -9.40122
+GRUNDLAGE -10.4086
+GRUPPE -9.38402
+GRUPPEN -9.51831
+GRößE -10.2036
+GRüNDE -10.6598
+GüNSTIG -10.2044
+H -6.5055
+HA -8.43525
+HAFT -9.06411
+HALB -7.65525
+HALL -8.86683
+HALTEN -8.61143
+HALTUNG -9.10597
+HANDEL -9.16895
+HAP -9.44226
+HATTEN -10.0217
+HAUPT -9.14692
+HEAD -10.2497
+HEARTED -11.0737
+HEIT -8.43076
+HER -7.4561
+HERE -8.25601
+HERRSCHEN -10.6011
+HERRSCHT -10.2737
+HILFE -9.46636
+HIN -8.57664
+HIP -10.5116
+HM -8.87809
+HNE -9.44067
+HOL -9.66309
+HRT -9.88119
+HT -8.82554
+HUBER -10.8049
+HUNDERT -11.239
+HäF -10.021
+HäLT -9.25463
+HäNGT -10.3425
+HöREN -10.4184
+I -6.36191
+IA -8.27072
+IAL -9.2413
+IAN -8.83774
+IATION -9.4202
+IB -8.52571
+IC -7.51765
+ICAL -9.07938
+ICH -5.78588
+ICK -10.0309
+IDE -8.71651
+IE -7.84665
+IED -8.64528
+IEDERHERSTELLUNG -10.6941
+IELSO -10.5987
+IER -8.85804
+IEREN -8.60648
+IERENDE -10.4696
+IERT -7.97469
+IERUNG -8.88635
+IES -6.32979
+IF -6.99772
+IFICATION -9.51817
+IFIJIER -10.5018
+IG -7.49094
+IGE -8.81359
+IGEN -7.77017
+IGHT -8.40759
+IGKEIT -9.96487
+IJ -8.9868
+IK -8.29652
+IL -8.09339
+ILIT -9.55776
+ILT -9.08095
+IMATE -10.5057
+IMB -9.57783
+IMMT -9.52175
+IN -6.18605
+INDUSTRIAL -10.2752
+INDUSTRIE -10.5988
+INFRASTRUKTUR -9.97493
+ING -5.11855
+INGLE -9.30986
+INNEN -9.86706
+INSPEKTION -11.0727
+INTERINSTITUTION -10.9298
+ION -6.54729
+IONS -8.95313
+IP -9.61925
+IQUE -10.5937
+IR -6.90333
+IRE -9.38568
+IS -7.54329
+ISATION -9.28364
+ISCH -8.51967
+ISCHE -8.39193
+ISCHEN -8.11504
+ISE -8.37139
+ISH -8.66857
+ISIERUNG -9.44641
+ISM -8.96023
+ISMUS -9.63694
+IST -7.8195
+ISTISCHE -9.90216
+IT -6.72055
+ITRITTSKANDIDAT -10.5937
+ITäT -9.11907
+IUM -9.35708
+IV -8.68382
+IVE -7.93406
+J -7.01361
+JAHL -9.34818
+JAHR -10.4088
+JEHN -9.59567
+JEIGT -9.49551
+JEIT -8.91662
+JEITIG -10.5163
+JEN -8.89001
+JENTR -10.8147
+JEUG -9.29904
+JIEH -10.2355
+JIEHEN -9.7309
+JIEL -9.29537
+JIG -10.1337
+JONE -10.2818
+JU -7.1791
+JUFRIEDEN -10.4195
+JUHEBE -11.0756
+JULäSSIG -10.4199
+JUNEHMEN -9.47282
+JUSAMMENARBEIT -10.4229
+JUSETJEN -9.58686
+JUSTELLEN -9.66877
+JW -9.69424
+JWECK -10.5938
JWISCHEN -10.5007
-JäHL -10.0345
-JäHRIGE -10.8812
-JöGER -10.6451
-JüGE -10.8817
-JüGLICH -10.3988
-K -6.42254
-KAMPAGNE -10.4542
-KANN -7.20986
-KATEGORIE -10.6451
-KATI -11.0357
-KEIT -7.57974
-KEN -9.14939
-KENNTNIS -9.82879
-KLAGEN -10.5457
-KLäRUNG -10.88
-KNüPF -11.0241
-KO -9.11069
-KOMM -10.0269
-KOMMEN -8.57196
-KOMMISSION -10.9791
-KONFERENJ -10.1863
-KONSUM -10.7588
-KONTROLLE -10.5935
-KRANKHEIT -11.0241
-KREIS -10.8816
-KRIMIN -11.0241
-KRäFTE -9.54691
-KRäFTIG -11.0241
-KUNFT -10.7557
-KäMPF -9.87597
-KöRPER -10.8812
-L -6.78464
-LA -7.82403
-LAGE -9.38838
-LAND -7.94332
-LANDWIRTE -10.0345
-LANG -9.46552
-LANGE -9.82288
-LASSEN -8.25759
-LAST -9.75322
-LATER -10.2907
-LAUF -9.35538
-LD -9.38681
-LE -6.89092
-LEDIG -10.2242
-LEGEN -8.81861
-LEGT -9.98176
-LEICHT -8.58702
-LEITEN -10.1599
-LEITUNG -10.1582
-LER -8.59796
-LESS -8.48532
-LETJT -9.70859
-LEUTE -10.6625
-LFEN -10.4197
-LI -7.88659
-LICH -7.15695
-LICHE -8.56303
-LICHEN -8.20832
-LICHER -9.67989
-LIEFER -10.8816
-LIEGEN -9.50766
-LIEß -9.24659
-LINE -9.05203
-LING -9.18083
-LINIE -9.32775
-LL -8.12352
-LLOW -9.86891
-LOG -9.93112
-LOGICAL -9.7036
-LONG -10.5865
-LOO -10.1099
-LOS -8.53938
-LOSIGKEIT -10.2943
-LOTTE -10.6178
-LSOR -10.2949
-LUFT -9.74186
-LUNG -9.10364
-LWAY -9.13303
-LY -5.3923
-LäNDER -9.16602
-LäNDERN -8.82428
-LäNDISCHE -10.5451
-LäNG -10.3707
-LäSS -10.1551
-LäUF -9.65845
-Läß -9.51246
-Lö -10.0842
-LöSUNG -10.7112
-Lü -9.74444
-M -5.18593
-MA -8.91001
-MAL -8.64394
-MAN -8.82379
-MANGEL -10.2832
-MARINE -10.6472
-MARK -9.18201
-MARKT -9.68088
-MAßNAHME -9.40165
-MBER -8.95344
-MEHR -9.47491
-MELDUNG -10.294
-MENT -7.35616
-MER -8.87615
-MESSEN -10.3749
-MIGRATION -9.35587
-MILITäRISCHE -9.73414
-MINDEST -9.62482
-MINISTER -9.78334
-MISSION -9.49518
-MIT -8.17677
-MITTED -10.5959
-MITTEL -8.94965
-MLICH -8.68837
-MOD -9.89747
-MONTAG -11.0371
-MONTI -11.0167
-MORE -10.3284
-MOST -9.61331
-MP -8.76001
-MSEL -9.79223
-MUS -9.45746
-MUST -6.91018
-MäCHTIG -10.8812
-MäRKTE -9.92634
-MäßIG -9.89537
-MöGLICH -10.4076
-MüLL -11.0242
-N -3.87903
-NA -8.89118
-NACH -9.8885
-NACHTEILIG -10.2225
-NAHME -8.71223
-NATO -9.70873
-NBURG -10.7581
-NDERUNG -9.1248
-NDERUNGSANTRAG -9.01534
-NDERUNGSANTRäGE -8.59957
-NEA -9.75481
-NEHMEN -8.5213
-NER -9.41208
-NESS -8.68182
-NETJE -10.094
-NFORDERUNG -10.3709
-NG -7.90533
-NISSE -9.78065
-NIVEAU -10.5455
-NOCK -10.3712
-NOT -8.14193
-NOUNCE -10.1559
-NUR -7.30575
-NUTJ -10.0345
-NUTJUNG -10.2258
-NäCHST -8.66912
-NäHE -10.514
-O -6.52823
-OBER -10.1587
-OCH -7.34621
-ODER -7.36795
-OGEN -10.4069
-OGRAPHIC -11.0241
-OIL -9.92811
-OK -9.21717
-OL -8.39503
-OLJ -10.0938
-OLKES -10.9984
-OLOG -10.2148
-OM -8.75798
-OMITOLOG -10.6456
-OMPATIBLE -11.0241
-OMPONENT -11.0241
-ON -7.12238
-OND -9.73922
-ONE -8.18677
-OOD -9.86876
-OP -8.78482
-OPOULO -10.8812
-OR -7.15478
-ORDNUNG -9.32598
-ORGANE -10.294
-ORGANISATION -9.73761
-ORIENTIERUNG -10.9449
-ORS -9.07533
-ORT -8.68649
-OS -9.20036
-OSE -7.8506
-OTHER -8.88481
-OUGH -9.77611
-OUGHT -9.29935
-OULD -6.51798
-OUR -9.7112
-OURSE -8.15545
-OURSEL -9.46661
-OUS -7.8083
-OUT -8.22427
-OVER -9.4485
-P -6.58038
-PARLAMENTARISCHE -10.5481
-PARTEI -10.7104
-PARTNER -9.14318
-PASSEN -10.2636
-PE -8.45149
-PECIAL -9.16959
-PERFECT -10.5451
-PERIODE -10.546
-PFLICHT -9.73975
-PHASE -10.0935
-PITE -9.27571
-PLA -8.679
-PLICAT -10.3182
-PLUS -10.8815
-POINT -10.7111
-POL -9.46576
-POLITIK -7.94264
-POLITISCHE -9.69457
-PORNOGRAPH -10.5451
-POSITION -10.8332
-POVER -10.1989
-PP -9.37212
-PPE -9.25453
-PRAXIS -10.3709
-PRESSION -10.5349
-PRINJIP -9.51233
-PROBLEM -10.0483
-PRODUJ -10.8803
-PRODUKTE -10.3691
-PRODUKTION -9.98748
-PROGRAMM -10.2958
-PROJEKT -10.4362
-PROJEß -9.29952
-PRäSIDENT -10.2488
-PRäVENTI -10.7562
-PRüFUNG -9.99541
-PTION -9.99659
+JäHL -10.0831
+JäHRIGE -10.9298
+JöGER -10.6937
+JüGE -10.9301
+JüGLICH -10.5269
+K -6.63104
+KA -8.74506
+KAMPAGNE -10.5028
+KANN -7.25699
+KAPAJITäT -11.2393
+KAPITALS -10.9308
+KATEGORIE -10.6937
+KEHREN -11.0536
+KEIT -7.60853
+KEN -9.13591
+KENNTNIS -9.87736
+KLAGEN -10.594
+KLäRUNG -10.9287
+KNüPF -11.0727
+KO -8.63775
+KOLONI -10.93
+KOMM -10.0286
+KOMMEN -8.57226
+KOMMISSION -10.9793
+KONFERENJ -10.2358
+KONFLIKT -9.83186
+KONSUM -10.8063
+KONTROLLE -10.5928
+KRAFT -9.71036
+KRANKHEIT -11.0727
+KREIS -10.93
+KRIMIN -11.0726
+KRISE -10.1442
+KRäFTE -9.5955
+KRäFTIG -11.0727
+KUNFT -10.8044
+KäMPF -9.92473
+KöRPER -10.9298
+L -6.94066
+LA -7.86411
+LAGE -9.36215
+LAND -7.95195
+LANDWIRTE -10.0831
+LANG -9.58765
+LANGE -9.80709
+LASSEN -8.30599
+LAST -9.79785
+LATER -10.2425
+LAUF -9.40404
+LD -9.64761
+LE -6.87042
+LEDIG -10.2721
+LEGEN -8.86363
+LEGT -10.0275
+LEICHT -8.63413
+LEISTUNG -10.1967
+LEITEN -10.2074
+LEITUNG -10.2064
+LEN -9.91061
+LER -8.66377
+LESS -8.48403
+LETJT -9.67422
+LEUTE -10.7038
+LFEN -10.4903
+LI -7.80098
+LICH -7.20968
+LICHE -8.58621
+LICHEN -8.26344
+LICHER -9.72892
+LIEFER -10.93
+LIEGEN -9.52385
+LIEGENDE -10.7591
+LIEß -9.29498
+LIJE -9.86418
+LINES -9.86351
+LING -9.24691
+LINIE -9.376
+LL -8.45692
+LLOW -9.91807
+LOG -9.92735
+LOGICAL -9.75125
+LONG -10.5866
+LOO -10.0522
+LOS -8.51638
+LOSIGKEIT -10.3428
+LOTTE -10.6737
+LSOR -10.3434
+LT -8.82134
+LUFT -9.78939
+LUNG -9.14086
+LWAY -9.18581
+LY -5.43901
+LäNDER -8.90649
+LäNDISCHE -10.5937
+LäNG -10.4191
+LäSS -10.204
+LäUF -9.70701
+Läß -9.56108
+Lö -10.13
+LöSUNG -10.7109
+Lü -9.35518
+M -5.18202
+MA -9.07929
+MACHT -10.9571
+MAL -8.5959
+MAN -8.78209
+MANGEL -10.2996
+MARINE -10.6947
+MARK -9.22294
+MARKT -9.67743
+MAßNAHME -9.40162
+MBER -9.02683
+MEHR -9.46733
+MEISTER -11.125
+MELDUNG -10.3426
+MENT -7.35959
+MER -8.89231
+MESSEN -10.4215
+MIGRATION -9.40446
+MILCH -10.8315
+MILITäRISCHE -9.73347
+MINDEST -9.67075
+MINISTER -9.78313
+MISSION -9.55336
+MIT -8.30145
+MITTAG -10.3012
+MITTED -10.6463
+MITTEL -8.94968
+MLICH -8.73685
+MOD -9.78168
+MONTAG -11.0847
+MONTI -11.0658
+MORE -10.3858
+MOST -9.6133
+MP -8.77754
+MSEL -9.83983
+MU -9.41367
+MUS -9.44973
+MUST -6.95392
+MäCHTIG -10.9298
+MäRKTE -9.97493
+MäßIG -9.94371
+MöGLICH -10.4075
+MüLL -11.0727
+N -3.91695
+NA -8.75344
+NACH -9.88895
+NACHTEILIG -10.2711
+NAHME -8.76075
+NATO -9.7583
+NDERUNG -9.33955
+NDERUNGSANTRAG -9.06393
+NDERUNGSANTRäGE -8.64816
+NEA -9.77932
+NEHMEN -8.57589
+NER -9.31939
+NESS -8.72769
+NETJE -10.1425
+NG -8.13796
+NISSE -9.82478
+NIVEAU -10.5941
+NKBAR -10.5558
+NKT -10.5101
+NOCK -10.4198
+NOT -8.14255
+NOUNCE -10.2045
+NUR -7.34264
+NUTJ -10.0809
+NUTJUNG -10.2741
+NäCHST -8.71686
+NäHE -10.499
+O -6.44551
+OBER -10.1574
+OCH -7.40234
+ODER -7.41597
+OGEN -10.2619
+OGRAPHIC -11.0727
+OIL -9.94632
+OK -8.96648
+OL -8.49883
+OLJ -10.1823
+OLKES -11.0407
+OLOG -10.3277
+OM -8.65009
+OMITOLOG -10.6941
+OMPATIBLE -11.0727
+OMPONENT -11.0727
+ON -6.9428
+ONCE -9.40663
+ONE -8.34782
+OOD -9.92834
+OP -8.77033
+OPOULO -10.9298
+OR -7.13372
+ORDNUNG -9.37472
+ORGANE -10.3426
+ORGANISATION -9.73704
+ORIENTIERUNG -10.9602
+ORS -9.11079
+ORT -8.71762
+OS -9.0482
+OSE -7.89822
+OTHER -8.88241
+OUGH -9.82306
+OUGHT -9.34791
+OULD -6.56656
+OUR -9.46491
+OURSE -8.20425
+OURSEL -9.50594
+OUS -7.85509
+OUT -8.22306
+OVER -9.45248
+P -6.52178
+PACK -11.0867
+PARLAMENTARISCHE -10.5952
+PARTEI -9.40541
+PARTNER -9.18175
+PASSEN -10.2982
+PE -8.45857
+PECIAL -9.21665
+PERFECT -10.5937
+PERIOD -10.5991
+PFLANJEN -11.2393
+PFLICHT -9.78836
+PHASE -10.142
+PITE -9.32264
+PLA -8.70931
+PLATTFORM -11.2393
+PLICAT -10.3676
+PLUS -10.9299
+POINT -10.7112
+POL -9.51507
+POLITIK -7.94244
+POLITISCHE -9.69445
+PORNOGRAPH -10.5937
+PORTS -10.6664
+POSITION -10.8291
+POVER -10.2267
+POWER -11.1453
+PP -9.37856
+PPE -9.28992
+PRAXIS -10.4195
+PRESSION -10.5921
+PRINJIP -9.56079
+PROBLEM -10.0484
+PRODUJ -10.9278
+PRODUKTE -10.1924
+PRODUKTION -9.998
+PROGRAMM -10.3023
+PROJEKT -10.4675
+PROJEß -9.34811
+PRäSIDENT -10.249
+PRäVENTI -10.8048
+PRüFUNG -10.0061
+PTION -9.84972
PUBLIC -10.0482
-PUNKT -8.70025
-QUELLE -10.5451
-QUI -9.30985
-QUOT -7.0275
-R -5.03925
-RAC -9.78231
-RAFT -9.11362
+PUNKT -8.70014
+Q -12.715
+QUELLE -10.5937
+QUI -9.03346
+QUOT -7.07393
+R -5.09437
+RAFT -10.0723
RAHMEN -10.409
-RANGE -9.99463
-RAT -9.01252
-RATE -9.1982
-RAUM -8.98861
-RE -6.66756
-READ -8.26267
-RECHT -8.62526
-RECHTSVORSCHRIFT -9.92495
-REDUJIERUNG -10.8981
-REG -8.65776
-REGELMäßIG -10.3729
-REGELUNG -10.1102
-REICHEN -9.92984
-REN -8.58244
-REPUBLIK -9.87634
-RESERVE -10.5265
-RESPECTIVE -10.3223
-RESSOURCEN -9.78327
-RI -7.49473
-RICHTEN -10.084
-RICHTERSTATTERIN -9.84998
-RICHTLINIE -10.0481
-RICHTUNG -9.93009
-RIL -9.9343
-RJTE -10.6474
-RLEI -10.6271
-RO -7.66366
-ROLLE -10.8384
-ROUND -9.65931
-RRA -10.6321
-RROW -9.54711
-RSEIT -9.30063
-RUFEN -10.6887
-RUM -9.32026
-RUPT -10.4597
-RY -9.05224
-RäUM -9.73991
-Rü -9.11589
-RüBER -8.57035
-S -3.35603
-SACHE -9.85379
-SAME -8.19384
-SANTRAG -9.58251
-SATJ -9.08809
-SCH -7.30404
-SCHAFFEN -10.498
-SCHAFFUNG -9.26357
-SCHAFT -8.89786
-SCHE -9.0141
-SCHLAG -9.52597
-SCHLIEßEN -9.3854
-SCHLIEßLICH -8.76169
-SCHLUSS -10.0934
-SCHLUß -10.1978
-SCHLäG -9.69787
-SCHLüSSEL -10.6451
-SCHNITT -10.6451
-SCHREITEN -10.4516
-SCHRITT -10.8357
-SCHULDIG -10.0938
-SCHUTJ -9.6937
-SCHWE -9.78032
-SCHäD -9.58311
-SCHäTJ -9.87636
-SCHöPF -10.8812
-SEHEN -9.51975
-SEKTOR -9.69429
-SELBE -10.4322
-SELF -8.55936
-SETJEN -9.21204
-SETJUNG -9.35489
-SFäHIGKEIT -10.4341
-SICHERHEIT -9.46701
-SICHT -9.41579
-SIDE -8.73838
-SIND -6.6658
-SINKI -10.0959
-SINNE -9.97212
-SINSTRUMENT -10.7562
-SION -9.05155
-SITE -9.88541
-SITJ -9.69261
+RAK -9.5258
+RANGE -10.0873
+RAT -9.01821
+RATE -9.1845
+RAUM -9.0304
+RE -6.85557
+READ -8.26203
+RECHT -8.53961
+RECHTSVORSCHRIFT -9.92106
+REDUJIERUNG -10.9371
+REG -8.68796
+REGELMäßIG -10.4204
+REGELUNG -10.1096
+REICH -9.04177
+REN -8.40063
+REPUBLIK -9.92493
+RESERVE -10.5773
+RESIDENC -10.9294
+RESPECTIVE -10.3564
+RESSOURCEN -9.83186
+RI -7.58174
+RICHT -8.95078
+RICHTERSTATTERIN -9.95602
+RICHTLINIE -10.0483
+RICHTUNG -9.94967
+RIL -9.95011
+RJTE -10.6957
+RLEI -10.6551
+RO -7.67398
+ROLLE -10.8372
+ROUND -9.70829
+RRA -10.7508
+RROW -9.59583
+RSEIT -9.34916
+RUFEN -10.6787
+RUM -9.25215
+RY -9.05491
+RäGT -10.9876
+RäUM -9.78851
+Rü -9.16758
+RüBER -8.61881
+S -3.37978
+SACHE -9.88624
+SAGT -10.1877
+SAME -8.24295
+SAMMEL -11.2393
+SAMMLUNG -11.2393
+SANTRAG -9.63111
+SATJ -9.14221
+SCH -7.27587
+SCHA -9.74239
+SCHAFFEN -10.4974
+SCHAFFUNG -9.30218
+SCHAFT -8.9466
+SCHE -9.0131
+SCHLAG -9.30122
+SCHLIEßEN -9.4339
+SCHLIEßLICH -8.81028
+SCHLUSS -10.2044
+SCHLUß -10.3732
+SCHLäG -9.74648
+SCHNITT -10.6937
+SCHREITEN -10.5003
+SCHRITT -10.8353
+SCHULDIG -10.1525
+SCHUTJ -9.69338
+SCHWE -9.76037
+SCHäD -9.63146
+SCHäTJ -9.92494
+SCHöPF -10.9298
+SEHEN -9.34542
+SEKTOR -9.69391
+SELBE -10.3537
+SELF -8.60803
+SETJEN -9.25519
+SETJUNG -9.40268
+SFäHIGKEIT -10.7439
+SHIP -9.20407
+SICHERHEIT -9.46673
+SICHT -9.41269
+SIDE -8.78878
+SIND -6.71441
+SINKI -10.1445
+SINNE -9.88983
+SINSTRUMENT -10.8048
+SION -9.09414
+SITE -9.93347
+SITJ -9.74101
SITUATION -10.7111
-SKI -10.2916
-SKONFERENJ -9.64004
-SMITGLIED -10.2225
-SMöGLICHKEIT -10.5452
-SORGE -10.0869
-SPA -9.94579
-SPAR -10.0608
-SPEJIFISCHE -10.2939
-SPIEL -10.7098
-SPRACH -9.32884
-SPRECHEN -9.16728
-SPROGRAMM -9.75593
-SPROJESSE -11.0228
-SPRUNG -10.7583
-SSTRATEGIE -11.0241
-SSYSTEME -10.1153
-ST -6.87877
-STAAT -8.63431
-STAATLICHE -10.0587
-STAATSANGEHöRIGE -11.0241
-STADT -11.0242
-STANCE -9.2593
-STAND -8.52012
-STAT -9.38939
-STE -8.81085
-STEHEN -10.0519
-STELLE -9.23871
-STELLUNG -8.80989
-STEN -8.45843
-STER -9.58593
-STERDA -9.95127
-STERN -9.65374
-STERREICH -9.58263
-STIMMEN -9.06606
-STIMMT -9.05923
-STITUT -10.3705
-STOCK -10.2941
-STOFF -10.4634
-STOFFE -9.97331
-STOPP -10.9197
-STOßEN -10.7268
-STRAFE -10.5039
-STRENG -9.49533
-STRUKTUR -10.3252
-STRöM -10.2939
-STäNDIG -9.03107
-SUBVENTION -10.5451
-SUCHT -9.97614
-SURANCE -10.4543
-SVERFAHREN -9.60595
-SWEISE -8.98597
-SYSTEM -9.14159
-SäTJE -10.5452
-T -4.40177
-TABILITäT -10.7547
-TAG -9.15358
-TAIN -9.5523
-TAKING -9.05732
-TAN -9.03885
-TE -6.68227
-TEIL -9.0231
-TEILUNG -9.9137
-TEN -6.98936
-TENTION -9.40455
-TER -8.21148
-TERGOVERNMENTAL -9.65812
-TERRA -9.87743
-TEXT -9.19906
-TH -7.88385
-THE -9.01976
-THER -9.31196
-THING -8.25875
-THIS -5.60796
-THOUGH -9.20079
-TIEFST -10.6887
-TIL -9.32824
-TIME -9.69582
-TING -8.84134
-TION -8.78359
-TJ -8.76823
-TO -9.14626
-TOMO -9.8222
-TOURISMUS -10.8904
-TRA -8.3908
-TRACT -10.5638
-TRAGEN -9.38405
-TREFFEN -9.07901
-TREIBEN -10.9735
-TRETEN -9.21953
-TRICHT -10.7018
-TRIEBEN -10.9128
-TRITT -10.1611
-TRUPPE -10.7599
-TRäGE -9.42396
-TRäGLICH -10.4542
-TTER -8.45032
-TU -9.13057
-TURE -8.02393
-TWE -7.86147
-TY -8.19695
-TäTIG -10.1557
-TäTIGKEIT -10.177
-U -6.75708
-UB -8.96475
-UCH -8.01041
-UCTION -10.8809
-UD -9.3863
-UE -8.69442
-UES -9.54715
-UG -8.8809
-UHR -9.38777
-UL -7.92841
-UM -7.27203
-UN -8.37344
-UND -8.3747
-UNG -5.93836
-UNGEN -7.83126
-UNGSSTELLE -10.5289
-UNTER -10.0116
-UNTERNEHMEN -10.3258
-UR -7.67609
-URAL -9.63326
-URE -8.83074
-URG -9.64578
-URTEIL -9.89394
-US -7.7253
-UT -7.96363
-UßERUNG -10.8812
-V -7.41116
-VA -8.68022
-VE -7.80367
-VER -7.87598
-VERBINDLICH -10.8812
-VERBRAUCH -10.454
-VERFAHREN -10.2765
-VERHäLTNIS -9.69922
-VERKEHR -8.70211
-VERLETJUNG -10.0934
-VERLUST -10.8812
-VERPFLICHTET -10.0934
-VERSCHMUTJUNG -10.6451
-VERSORGUNG -10.6451
-VERSTAND -10.1942
-VERSTäNDLICH -9.3273
-VERSTäNDNIS -10.6389
-VERTRETUNG -11.0241
-VERY -7.82041
-VES -8.79767
-VIEL -10.2467
-VISION -9.44878
-VO -9.1752
-VOR -8.80763
-VORHA -10.1258
-VORSCHRIFTEN -10.6023
-VORTEILE -10.8834
-W -6.87176
-WACHSEN -10.7552
-WACHSTUM -9.82872
-WAHL -10.9784
-WAND -9.54431
-WANDEL -10.3723
-WARDS -9.1474
-WARTEN -11.028
-WASSER -10.4995
-WAY -9.38961
-WE -8.48194
-WEALTH -10.8838
-WEG -9.21843
-WEIFEL -10.1557
-WEISE -9.93941
-WEIT -9.17772
-WEND -9.81236
-WERE -9.02466
-WERK -9.70262
-WERT -8.21394
-WESEN -9.32344
-WETTBEWERBSFäHIG -10.6733
-WHAT -10.6001
-WHERE -10.1006
-WIDME -10.5465
-WILL -10.5002
-WIRKEN -10.7362
-WIRTSCHAFT -9.46664
-WIS -10.1176
-WO -9.45314
-WOHL -8.36841
-WOLLEN -8.53399
-WU -9.95971
-Wä -9.32294
-WäCHST -11.0241
-WäHREND -8.93604
-WüRDIG -10.3709
-X -8.50612
-Y -4.87282
-Z -10.711
-ß -7.91234
-ßT -9.89422
-ä -7.40289
-äNDE -9.40301
-äNDERN -10.0925
-äNGNIS -11.0241
-äR -8.68841
-äT -8.9281
-äUF -11.0229
-ö -7.96027
-öFFN -10.2225
-öKONOMISCHE -10.8812
-öL -9.77687
-öRT -9.77929
-ü -7.41572
-üRGERBEAUFTRAGTE -10.7562
-üRJT -10.6461
-▁ -3.12231
-▁! -7.44368
-▁& -6.01399
-▁) -7.14588
-▁, -3.28565
-▁- -6.44262
-▁. -3.71316
-▁... -9.87687
-▁00 -9.10802
-▁000 -9.17173
-▁01 -9.2996
-▁06 -10.5454
-▁1 -8.89285
-▁1. -10.3762
-▁10 -8.92542
-▁11 -9.22107
-▁12 -9.10179
-▁13 -9.46716
-▁14 -9.41602
-▁15 -9.24712
-▁16 -10.1571
-▁17 -10.2238
-▁18 -9.78435
-▁19 -9.69817
-▁197 -10.6459
-▁198 -9.7402
-▁199 -7.39362
-▁2 -8.27007
-▁20 -8.95567
-▁200 -8.46008
-▁2000 -7.85053
-▁21 -9.78492
-▁22 -10.1581
-▁24 -9.78439
-▁25 -9.70076
-▁3 -8.49227
-▁30 -9.43447
-▁4 -8.62183
-▁40 -9.80415
-▁45 -10.4582
-▁5 -8.95801
-▁50 -9.17901
-▁6 -8.87235
-▁7 -8.92316
-▁8 -9.34222
-▁80 -10.319
-▁9 -8.91451
-▁: -7.02334
-▁; -8.5551
-▁? -7.03181
-▁A -4.88846
-▁AB -7.59611
-▁ABEND -10.2967
-▁ABER -7.2108
-▁ABGE -9.51745
-▁ABGEORDNETE -8.95386
-▁ABGEORDNETEN -8.84641
-▁ABHäNGIG -10.2225
-▁ABJU -9.79053
-▁ABKOMMEN -9.22516
-▁ABLE -8.95702
-▁ABLEHN -10.2248
-▁ABO -9.18723
-▁ABSCHLIEßEND -9.65813
-▁ABSCHLUß -10.646
-▁ABSICHT -10.0945
-▁ABSOLUT -10.7267
-▁ABSOLUTE -9.33451
-▁ABSTAIN -10.6452
-▁ABSTIMMUNG -8.65553
-▁ABUSE -10.6485
-▁ACCEPT -8.67002
-▁ACCESS -9.10135
-▁ACCIDENT -10.0347
-▁ACCORD -9.61331
-▁ACCORDING -9.42079
-▁ACCOUNT -8.68473
-▁ACCUS -11.0241
-▁ACHIEV -10.1296
-▁ACHIEVE -9.00323
-▁ACKNOWLEDGE -10.4542
-▁ACQUI -9.97901
-▁ACT -8.93551
-▁ACTION -8.11461
-▁ACTIVE -9.80684
-▁ACTIVIT -9.12408
-▁ACTUAL -9.17251
-▁ADAPT -10.1559
-▁ADD -9.83639
-▁ADDITION -9.69617
-▁ADDITIONAL -10.3747
-▁ADDITIVE -10.7562
-▁ADDRESS -9.03612
-▁ADEQUATE -10.1559
-▁ADJUSTMENT -11.0241
-▁ADMINISTRATION -10.3709
-▁ADMINISTRATIVE -9.47909
-▁ADOPT -8.30681
-▁ADVANCE -10.7562
-▁ADVANTAGE -10.6451
-▁ADVI -10.1559
-▁ADVOCATE -10.7562
-▁AFFAIR -9.01528
-▁AFFECT -9.24618
-▁AFFORD -10.8812
-▁AFRICA -9.82872
-▁AFRIKA -10.2223
-▁AFRIKANISCHE -10.0347
-▁AFTER -8.73025
-▁AGAIN -7.62643
-▁AGENC -10.3719
-▁AGENDA -9.35587
-▁AGRAR -10.4544
-▁AGREE -8.45949
-▁AGREEMENT -8.49692
-▁AGRICULTUR -8.95527
-▁AID -8.36003
-▁AIM -9.17183
-▁AIR -9.2544
-▁AIRPORT -11.0241
-▁AKJEPTAB -10.9349
-▁AKJEPTIER -9.82872
-▁AKTION -9.22056
-▁AKTIV -9.82861
-▁AKTIVITäT -10.0347
-▁AL -7.71154
-▁ALBA -10.3715
-▁ALCOHOL -10.3709
-▁ALKOHOL -10.2225
-▁ALL -6.73607
-▁ALLE -7.24282
-▁ALLEIN -9.76574
-▁ALLEN -8.82884
-▁ALLER -8.31553
-▁ALLGEMEIN -10.4087
-▁ALLGEMEINE -9.67934
-▁ALLIANCE -10.4542
-▁ALLOCAT -10.757
-▁ALLOW -8.79686
-▁ALONG -9.88021
-▁ALS -6.77133
-▁ALTER -10.1612
-▁ALTERNATIVE -9.65812
-▁AM -7.24993
-▁AMBITIO -10.1559
-▁AMEND -9.70046
-▁AMENDMENT -7.80015
-▁AMERICA -10.2725
-▁AMERICAN -9.99495
-▁AMERIKANISCHE -10.7562
-▁AMONG -9.3853
-▁AMOUNT -9.87634
-▁AMSTERDAM -9.65813
-▁AMTIERENDE -10.0934
-▁AN -5.74457
-▁ANALYSE -10.0934
-▁ANALYSI -9.97917
-▁AND -4.77538
-▁ANDERE -7.99177
-▁ANDEREN -8.3285
-▁ANERKANNT -10.6451
-▁ANERKENN -9.70718
-▁ANFANG -10.1559
-▁ANFRAGE -9.65238
-▁ANGE -9.40756
-▁ANGEBOT -10.5451
-▁ANGEH -10.2415
-▁ANGEHöRIGE -10.8829
-▁ANGELEGENHEIT -9.15119
-▁ANGEMESSEN -10.1559
-▁ANGENOMMEN -9.88038
-▁ANGESPROCHEN -10.0404
-▁ANGESTREBT -11.0241
-▁ANGOLA -10.8812
-▁ANIMAL -10.294
-▁ANJU -9.53162
-▁ANMERKUNG -10.4542
-▁ANNUAL -10.0934
-▁ANPASSUNG -10.4542
-▁ANSATJ -10.1661
-▁ANSICHT -8.97714
-▁ANSPRUCH -10.2939
-▁ANSWER -9.82875
-▁ANTI -9.42617
-▁ANTRAG -9.97899
-▁ANTWORT -9.15637
-▁ANWENDUNG -9.58263
-▁ANWESEND -10.294
-▁ANXI -11.0246
-▁ANY -7.60308
-▁AP -9.61254
-▁APART -10.7566
-▁APPARENT -10.8812
-▁APPEAL -10.5452
-▁APPEAR -9.78328
-▁APPLICATION -9.54694
-▁APPLIE -9.22054
-▁APPLY -9.54696
-▁APPRECIAT -10.4542
-▁APPROACH -8.93604
-▁APPROPRIAT -9.14734
-▁APPROV -9.61353
-▁APPROVE -9.58856
-▁APPROXIMAT -11.0241
-▁ARBEIT -8.49716
-▁ARBEITEN -9.29075
-▁ARBEITNEHMER -10.1559
-▁ARBEITS -8.72971
-▁ARBEITSPLATJ -10.6451
-▁ARBEITSPLäTJE -9.87634
-▁ARE -5.96139
-▁AREA -7.86825
-▁ARGUMENT -9.61966
-▁ARIS -10.4767
-▁ARM -9.71658
-▁ARMUT -9.82914
-▁ARRIVE -11.0241
-▁ART -9.1608
-▁ARTICLE -8.88047
-▁ARTIKEL -9.17115
-▁AS -6.11754
-▁ASK -8.55455
-▁ASPECT -9.14734
-▁ASPEKT -10.8363
-▁ASPEKTE -10.0545
-▁ASSESS -10.3704
-▁ASSESSMENT -9.65844
-▁ASSISTAN -9.74018
-▁ASSOCIATE -10.6451
-▁ASSOCIATION -10.4542
-▁ASSOJIIERUNGS -11.0241
-▁ASSUME -10.6452
-▁ASYL -9.24649
-▁ASYLBEWERBER -11.0241
-▁AT -6.77666
-▁ATLANTI -10.6452
-▁ATMOSPH -11.0241
-▁ATTACH -10.6451
-▁ATTACK -10.1559
-▁ATTEMPT -10.0934
-▁ATTEND -10.6456
-▁ATTITUDE -10.2939
-▁AUDIOVISU -10.1558
-▁AUDITOR -10.5451
-▁AUF -5.83455
-▁AUFENTHALT -10.4542
-▁AUFFASSUNG -9.24776
-▁AUFFORDER -10.7234
-▁AUFGABE -9.39652
-▁AUFGABEN -9.91131
-▁AUFGENOMMEN -9.93
-▁AUFMERKSAM -9.41558
-▁AUFNAHME -9.9897
-▁AUFRECHTERHALT -11.0242
-▁AUGEN -9.62008
-▁AUS -6.62903
-▁AUSBILDUNG -9.74097
-▁AUSDRUCK -9.24756
-▁AUSDRüCKLICH -10.2939
-▁AUSEINANDERSETJ -10.8813
-▁AUSFüHRLICH -10.6451
-▁AUSFüHRUNG -9.88055
-▁AUSGABE -10.3151
-▁AUSGE -9.37232
-▁AUSGEH -9.7771
-▁AUSGEJEICHNETE -10.0934
-▁AUSGEWOGEN -10.2939
-▁AUSJU -9.79774
-▁AUSMAß -10.4549
-▁AUSREICHEND -10.0934
-▁AUSSAGE -10.3714
-▁AUSSCHUSS -9.14192
-▁AUSSCHUß -8.84666
-▁AUSSCHüSSE -10.8812
-▁AUSSPRACHE -9.07919
-▁AUSTRIA -9.19554
-▁AUSWIRK -10.5637
-▁AUSWIRKUNG -9.62771
-▁AUSüB -10.6454
-▁AUTHORIS -10.2939
-▁AUTHORIT -8.74581
-▁AUTO -10.2957
-▁AUTOMATI -10.2225
-▁AUTONOM -10.7562
-▁AUßEN -9.3273
-▁AUßER -8.84507
-▁AUßERORDENTLICH -9.69812
-▁AVAILAB -9.05739
-▁AVOID -10.1559
-▁AWARE -8.99487
-▁B -7.27454
-▁BACK -9.07914
-▁BAD -10.2229
-▁BAHN -11.0241
-▁BALANCE -9.2725
-▁BALKAN -9.54691
-▁BAN -9.54042
-▁BANANA -10.6451
-▁BANGLADES -11.0241
-▁BANK -9.52623
-▁BAR -9.34532
-▁BAS -9.28697
-▁BASE -9.19856
-▁BASIC -9.56175
-▁BASIS -8.6275
-▁BE -5.1488
-▁BEABSICHTIGT -11.0241
-▁BEAMTE -9.92641
-▁BEANTWORTE -10.2957
-▁BECOME -9.22423
-▁BEDAUER -9.92634
-▁BEDENK -10.5302
-▁BEDEUTEN -10.3517
-▁BEDEUTET -9.47909
-▁BEDEUTUNG -8.93604
-▁BEDINGUNG -9.76115
-▁BEDüRF -10.3709
-▁BEEN -7.13577
-▁BEFA -10.5382
-▁BEFASS -10.4003
-▁BEFINDE -10.0345
-▁BEFORE -8.93645
-▁BEFüRCHTE -10.6451
-▁BEFüRWORTE -10.0934
-▁BEGIN -9.85545
-▁BEGINN -9.18696
-▁BEGLüCKWüNSCHE -9.78327
-▁BEGRENJT -10.5467
-▁BEGRüND -10.0588
-▁BEGRüß -10.3556
-▁BEGRüßE -9.58966
-▁BEHAL -8.77558
-▁BEHANDELN -10.6457
-▁BEHANDELT -9.6583
-▁BEHAUPTE -10.6603
-▁BEHIND -9.97904
-▁BEHINDERT -10.7566
-▁BEHöRDE -9.23572
-▁BEI -7.07007
-▁BEIDE -9.43959
-▁BEIM -9.73924
-▁BEING -8.04642
-▁BEINHALTE -10.885
-▁BEISPIEL -8.42531
-▁BEITRAG -9.24104
-▁BEITRITT -9.62018
-▁BEITRäG -10.951
-▁BEJIEH -10.4116
-▁BEJIEHUNG -9.54693
-▁BEJUG -8.76173
-▁BEKANNT -9.22121
-▁BEKäMPFUNG -9.56267
-▁BELGI -9.82921
-▁BELIEVE -8.18284
-▁BELONG -10.2267
-▁BEMERKUNG -10.2939
-▁BEMüH -9.47909
-▁BENEFICIA -11.0241
-▁BENEFIT -9.73979
-▁BENöTIG -9.92634
-▁BEOBACHT -9.61966
-▁BERATUNG -10.7566
-▁BEREICH -8.01786
-▁BEREIT -8.92315
-▁BEREITGESTELLT -10.3716
-▁BEREITS -8.08611
-▁BERICHT -7.12437
-▁BERLIN -10.2226
-▁BERUF -10.1015
-▁BERUH -10.1559
-▁BERüCKSICHTIG -9.79814
-▁BERüCKSICHTIGEN -9.90945
-▁BESCHLEUNIG -10.8812
-▁BESCHLOSSEN -10.2939
-▁BESCHLüSSE -10.2939
-▁BESCHäFTIGT -9.82872
-▁BESCHäFTIGUNG -9.33061
-▁BESEITIG -10.5451
-▁BESITJ -10.1655
-▁BESONDER -8.75341
-▁BESORGNIS -10.4542
-▁BESSER -9.14699
-▁BESSERE -9.74096
-▁BEST -8.52629
-▁BESTANDTEIL -11.0241
-▁BESTEH -8.80112
-▁BESTEHEN -9.78183
-▁BESTEHENDE -10.0196
-▁BESTIMMTE -9.01788
-▁BESTIMMUNG -9.29952
-▁BESTäTIG -9.8765
-▁BESUCH -10.5556
-▁BETEILIG -9.84129
-▁BETEILIGT -9.72851
-▁BETON -9.78733
-▁BETRACHT -9.5827
-▁BETRAG -10.7004
-▁BETREFFEND -10.2229
-▁BETREIB -10.8202
-▁BETRI -8.79298
-▁BETRIEB -10.2573
-▁BETROFFEN -9.54691
-▁BETRUG -10.4542
-▁BETRäCHTLICH -10.2939
-▁BEUNRUHIG -10.5451
-▁BEVöLKERUNG -9.17398
-▁BEWAHR -10.6451
-▁BEWEIS -9.85902
-▁BEWIRK -10.8728
-▁BEWUßT -9.82872
-▁BIETE -9.74926
-▁BILATERAL -10.0345
-▁BILDE -10.1158
-▁BILDUNG -9.54394
-▁BILL -9.97198
-▁BILLIG -10.1643
-▁BIN -8.36521
-▁BINNENMARKT -9.61966
-▁BIO -9.82542
-▁BIOTECHNOLOG -10.898
-▁BIS -8.4566
-▁BISHER -9.51409
-▁BITTE -8.99509
-▁BLEIB -9.87943
-▁BLOCK -10.5451
-▁BLOK -11.0241
-▁BO -8.51658
-▁BOD -9.38076
-▁BORDER -9.51244
-▁BOTH -8.55055
-▁BOTSCHAFT -10.294
-▁BR -8.50181
-▁BRAUCHE -9.48363
-▁BRAUCHT -10.5455
-▁BREAK -11.0241
-▁BREITE -10.0346
-▁BRIEF -9.97898
-▁BRING -8.86713
-▁BRITIS -9.87633
-▁BRITISCHE -10.2952
-▁BROADCAST -10.7562
-▁BRUSSELS -10.4542
-▁BRüSSEL -10.3709
-▁BSE -10.2313
-▁BUDGET -8.43671
-▁BUILDING -10.7565
-▁BUNDES -10.6451
-▁BURDEN -10.5451
-▁BUREAU -10.4542
-▁BURM -10.5459
-▁BUSINESS -9.35587
-▁BUT -6.82754
-▁BY -6.42886
-▁BüRGER -8.14116
-▁C -6.88435
-▁CA -9.09
-▁CALL -8.53013
-▁CAME -10.3846
-▁CAMP -10.646
-▁CAMPAIGN -10.3709
-▁CAN -6.88849
-▁CANCELL -11.0241
-▁CANDIDATE -9.97897
-▁CAPACIT -10.0934
-▁CAPITAL -10.3715
-▁CAR -9.09748
-▁CARE -10.0199
-▁CAREFUL -10.5454
-▁CARRIE -9.30028
-▁CARRY -9.54718
-▁CASE -8.18321
-▁CATEGOR -9.82872
-▁CAU -10.0033
-▁CAUSE -9.27061
-▁CENTRAL -9.35587
-▁CENTRE -9.6582
-▁CENTUR -10.2226
-▁CERTAIN -8.21011
-▁CHA -8.85758
-▁CHALLENGE -10.0345
-▁CHANCE -9.78351
-▁CHANCENGLEICH -10.8812
-▁CHANGE -8.58609
-▁CHARACTER -10.4542
-▁CHARTA -9.63664
-▁CHARTER -9.61967
-▁CHEAP -11.0241
-▁CHECK -10.2226
-▁CHI -9.85548
-▁CHILD -9.05744
-▁CHINA -9.38542
-▁CHINESE -10.4542
-▁CHINESISCHE -11.0241
-▁CHOCOLAT -10.0934
-▁CHOICE -10.6451
-▁CHOOS -11.0242
-▁CHRIST -10.3709
-▁CIGARETTE -10.6451
-▁CIRCLE -10.8812
-▁CIRCUM -10.1558
-▁CITIJEN -10.8456
-▁CITIJENS -8.25993
-▁CIVIL -9.78327
-▁CL -9.20457
-▁CLAIM -10.1559
-▁CLARIFY -10.4542
-▁CLASS -10.1559
-▁CLEAN -10.7563
-▁CLEAR -7.87746
-▁CLOSE -8.76243
-▁CLUB -10.5456
-▁CO -8.01953
-▁COAST -10.7563
-▁CODECISION -10.5451
-▁COHE -10.2234
-▁COHEREN -10.1576
-▁COLLABORATI -11.0241
-▁COLLEAGUE -9.54691
-▁COLLECT -10.3709
-▁COM -8.31011
-▁COMBAT -9.78328
-▁COMBIN -10.4542
-▁COME -8.58583
-▁COMMENT -9.30128
-▁COMMERC -10.5451
-▁COMMERCIAL -10.6452
-▁COMMISSION -6.61116
-▁COMMISSIONER -7.87859
-▁COMMITMENT -9.07913
-▁COMMITTE -9.92994
-▁COMMITTEE -7.97525
-▁COMMON -8.25729
-▁COMMUN -11.0228
-▁COMMUNICATION -9.33492
-▁COMMUNIT -7.9806
-▁COMPA -10.0138
-▁COMPAN -9.18021
-▁COMPENSAT -10.294
-▁COMPETITION -8.81088
-▁COMPETITIVE -9.69812
-▁COMPLAINT -11.0241
-▁COMPLETE -9.44683
-▁COMPLEX -10.1559
-▁COMPLI -10.0163
-▁COMPLY -10.2226
-▁COMPROMISE -10.0345
-▁COMPU -9.92637
-▁CON -7.87751
-▁CONC -9.66267
-▁CONCENTRATE -10.8812
-▁CONCEPT -10.5451
-▁CONCERN -7.61625
-▁CONCLUDE -9.61966
-▁CONCLUSION -9.51257
-▁CONDEMN -10.6452
-▁CONDITION -8.84507
-▁CONDUCT -10.2939
-▁CONFIDEN -10.3709
-▁CONFIRM -10.2225
-▁CONFLICT -9.58262
-▁CONFUS -10.4542
-▁CONGRATULAT -10.4968
-▁CONGRATULATE -9.40094
-▁CONNECTION -10.5452
-▁CONSEQUENCE -9.73979
-▁CONSEQUENT -10.4542
-▁CONSERVATI -10.4542
-▁CONSIDER -8.54285
-▁CONSIDERABL -10.1073
-▁CONSIDERATION -9.62197
-▁CONSIST -10.3676
-▁CONSOLIDAT -10.5451
-▁CONSTANT -10.294
-▁CONSTITUTE -10.0934
-▁CONSTITUTION -10.1559
-▁CONSTRUCTIVE -10.6452
-▁CONSULT -10.3701
-▁CONSULTATION -10.2947
-▁CONSUM -10.2861
-▁CONSUMER -8.74755
-▁CONTAIN -9.47946
-▁CONTENT -9.73989
-▁CONTINU -9.9589
-▁CONTINUE -8.90555
-▁CONTR -10.224
-▁CONTRACT -10.1561
-▁CONTRADICT -10.3709
-▁CONTRIBUT -11.0508
-▁CONTRIBUTE -10.2095
-▁CONTRIBUTION -9.65886
-▁CONTROL -8.95854
-▁CONVENTION -9.65812
-▁CONVERG -10.7562
-▁CONVINCE -10.2939
-▁COOPERAT -8.5086
-▁COORDINAT -9.27249
-▁CORRESPOND -10.6451
-▁COST -8.76488
-▁COUNCIL -7.32661
-▁COUNT -9.85481
-▁COUNTERFEIT -10.8812
-▁COUNTR -7.64555
-▁COUNTRY -8.34266
-▁COUP -10.8813
-▁COURAGE -10.8812
-▁COURT -9.29955
-▁COVER -9.19768
-▁CREAT -9.3528
-▁CREATE -8.97902
-▁CREDIB -10.4542
-▁CREDIT -10.5451
-▁CRIME -9.27249
-▁CRIMINAL -10.2225
-▁CRIS -9.65856
-▁CRITERI -9.51243
-▁CRITICAL -10.2939
-▁CRITICISE -10.4542
-▁CRITICISM -9.97897
-▁CROP -10.7563
-▁CRUCIAL -10.0345
-▁CULTURE -10.1559
-▁CURRENC -10.5451
-▁CURRENT -8.73019
-▁CUSTOM -10.7562
-▁CUT -9.79038
-▁CYPRIOT -11.0241
-▁D -5.78398
-▁DA -6.41313
-▁DAFüR -8.33792
-▁DAM -9.30124
-▁DAMAGE -10.2233
-▁DAMI -7.93621
-▁DAN -8.15035
-▁DANGER -9.51252
-▁DANK -8.39688
-▁DAR -8.44073
-▁DARA -9.03101
-▁DARAU -10.4581
-▁DARAUF -8.19209
-▁DARIN -8.99681
-▁DARSTELL -9.49362
-▁DAS -5.69485
-▁DASS -7.58004
-▁DATA -9.83347
-▁DATE -9.79235
-▁DAUER -9.87661
-▁DAUERHAFTE -10.6452
-▁DAVI -10.5552
-▁DAVON -8.89868
-▁DAY -9.15837
-▁DE -8.00976
-▁DEADLINE -10.3709
-▁DEAL -8.51227
-▁DEBATE -8.09695
-▁DEBATTE -8.84872
-▁DEBT -10.2227
-▁DEC -9.16022
-▁DECADE -10.6451
-▁DECIDE -9.97155
-▁DECIDED -9.98647
-▁DECISI -10.6469
-▁DECISION -8.3916
-▁DECLARATION -10.1559
-▁DEEP -10.156
-▁DEFEND -9.78327
-▁DEFICIT -10.7562
-▁DEFIJIT -10.6451
-▁DEFIN -9.91252
-▁DEFINE -10.2414
-▁DEFINITION -9.87634
-▁DEGREE -10.3709
-▁DEJE -10.2273
-▁DEJENTRALISIER -11.0241
-▁DELAY -9.65814
-▁DELEGATION -9.22085
-▁DELIGHT -10.4542
-▁DELIVER -10.5452
-▁DEM -6.4064
-▁DEMAND -9.27263
-▁DEMOCRAC -9.17115
-▁DEMOCRAT -9.82326
-▁DEMOCRATIC -9.45058
-▁DEMOKRATIE -9.24619
-▁DEMOKRATISCHE -9.01549
-▁DEMONSTRATE -9.78327
-▁DEN -5.53526
-▁DENKE -9.65245
-▁DENN -8.36466
-▁DEPARTMENT -10.6454
-▁DEPEND -10.5426
-▁DEPLETE -11.0241
-▁DEPLOR -11.0241
-▁DER -4.46897
-▁DERARTIGE -10.0403
-▁DERJEIT -9.75469
-▁DERJEITIGE -10.0002
-▁DEROGATION -10.7562
-▁DES -5.90084
-▁DESCRIBE -10.4542
-▁DESERVE -10.8822
-▁DESIGN -9.87709
-▁DESIRE -9.88304
-▁DESTROY -10.8812
-▁DETAIL -9.61966
-▁DETERMIN -9.65812
-▁DEUTLICH -8.84507
-▁DEUTSCH -9.87635
-▁DEVELOP -9.07849
-▁DEVELOPMENT -7.88309
-▁DEVOTE -10.7562
-▁DI -8.63582
-▁DIALOG -8.76169
-▁DIE -4.31029
-▁DIENSTE -9.77242
-▁DIENSTLEISTUNG -9.97897
-▁DIENSTSTELLE -10.6451
-▁DIESBEJüGLICH -10.2946
-▁DIESE -5.77965
-▁DIFFERENCE -10.0934
-▁DIFFERENT -8.88047
-▁DIFFICULT -8.84507
-▁DIGITAL -10.0345
-▁DIMENSION -9.65812
-▁DINGE -10.1438
-▁DIPLOMATI -10.8832
-▁DIRECT -8.64087
-▁DIRECTIVE -7.86333
-▁DIREKT -9.87634
-▁DIS -8.55863
-▁DISASTER -10.0934
-▁DISCHARGE -9.78327
-▁DISCRIMINAT -9.47909
-▁DISCUSS -8.97215
-▁DISCUSSION -9.03901
-▁DISEASE -10.6451
-▁DISKRIMINIER -11.0098
-▁DISKUSSION -9.51243
-▁DISKUTIER -9.78327
-▁DISPOS -10.3709
-▁DISPUTE -10.8812
-▁DISTINCT -10.7562
-▁DISTRIBUT -9.87634
-▁DIVERSIT -10.6451
-▁DIVIDE -10.4542
-▁DO -6.7132
-▁DOCUMENT -9.17115
-▁DOKUMENT -9.87634
-▁DOLLAR -10.3709
-▁DONOR -10.548
-▁DOPING -10.0348
-▁DOPPEL -10.6451
-▁DORT -9.1078
-▁DOUBLE -10.6451
-▁DOUBT -9.65815
-▁DOWN -9.19579
-▁DRAFT -9.25013
-▁DRASTIC -11.0241
-▁DRAW -9.10135
-▁DREI -9.35596
-▁DRINGEND -10.1559
-▁DRINGLICHE -10.8813
-▁DRINGLICHKEIT -10.5451
-▁DRITT -9.32292
-▁DRITTEN -9.91432
-▁DRIV -10.3753
-▁DROGEN -10.8813
-▁DRUG -10.8814
-▁DRäNG -10.7562
-▁DUE -9.55922
-▁DUR -8.98689
-▁DURCH -7.35007
-▁DURCHFüHR -10.7343
-▁DURCHFüHRUNG -9.58499
-▁DURCHGEFüHRT -9.83008
-▁DYNAMI -10.2939
-▁DäN -10.2821
-▁DäNISCHE -10.6641
-▁DüRF -8.88047
-▁EARL -9.78545
-▁EASI -10.2941
-▁EAST -9.74134
-▁EBEN -8.85985
-▁EBENE -8.98116
-▁EBENSO -8.97493
-▁EC -9.41976
-▁ECHO -10.6452
-▁ECHTE -10.5491
-▁ECO -10.0986
-▁ECONOM -8.99216
-▁ECONOMIC -8.33914
-▁EDUCATION -9.41558
-▁EFFECT -8.99451
-▁EFFECTIVE -8.84538
-▁EFFEKTIV -9.82882
-▁EFFICIENT -9.92929
-▁EFFIJIEN -10.6311
-▁EFFIJIENTE -10.2318
-▁EFFORT -9.01528
-▁EG -9.72114
-▁EHEMALIGE -10.8812
-▁EHRE -10.511
-▁EI -9.64403
-▁EIGENE -8.91865
-▁EIGENTLICH -9.51243
-▁EIN -5.84433
-▁EINDEUTIG -9.38528
-▁EINE -5.71965
-▁EINER -7.01267
-▁EINFACH -9.17279
-▁EINFLUß -11.0241
-▁EINGE -9.45274
-▁EINGEGANGEN -10.0379
-▁EINGEREICHT -10.2939
-▁EINHEITLICHE -10.2227
-▁EINIGE -7.85379
-▁EINJEL -10.4344
-▁EINJELNE -8.94033
-▁EINJELSTAATLICH -10.6457
-▁EINJIGE -9.65896
-▁EINJU -8.93973
-▁EINKLA -10.9275
-▁EINMAL -8.61627
-▁EINRICHTUNG -9.74223
-▁EINSETJ -10.5547
-▁EINSTIMMIG -11.0241
-▁EINWANDERER -10.8812
-▁EINWANDERUNG -10.4542
-▁EISENBAHN -9.97897
-▁ELECT -10.1508
-▁ELECTION -9.83159
-▁ELECTORA -10.647
-▁ELEKTRONISCHE -10.5451
-▁ELEMENT -9.3273
-▁ELIMINAT -10.7562
-▁ELSE -9.92657
-▁EMERG -10.3709
-▁EMISSION -10.0943
-▁EMP -9.83036
-▁EMPFEHLUNG -9.92634
-▁EMPHASIS -10.4674
-▁EMPHASISE -10.1462
-▁EMPLOY -8.8619
-▁EMPLOYEE -10.1584
-▁ENABLE -9.98939
-▁ENCOURAG -10.712
-▁ENCOURAGE -9.94625
-▁END -8.40592
-▁ENDE -9.56136
-▁ENDEAVOUR -10.8812
-▁ENDGüLTIG -10.6452
-▁ENDORSE -10.5452
-▁ENERG -9.29543
-▁ENERGIE -9.55229
-▁ENG -8.99822
-▁ENGAGE -10.0354
-▁ENJOY -10.4542
-▁ENLARGEMENT -9.73979
-▁ENORM -9.92664
-▁ENSUR -10.5145
-▁ENSURE -8.57717
-▁ENT -8.2043
-▁ENTER -10.0744
-▁ENTERPRISE -10.4542
-▁ENTFERN -10.6451
-▁ENTGEGEN -10.2945
-▁ENTHALTEN -9.47981
-▁ENTIRE -10.2941
-▁ENTITLE -10.3709
-▁ENTJIEH -10.3797
-▁ENTLASTUNG -10.2225
-▁ENTSCHEIDEN -9.79727
-▁ENTSCHEIDEND -9.64592
-▁ENTSCHEIDUNG -8.8054
-▁ENTSCHIEDEN -10.2225
-▁ENTSCHLIEßUNG -8.57272
-▁ENTSCHLOSSEN -10.3709
-▁ENTSPR -10.454
-▁ENTSPRECHEND -8.82783
-▁ENTSTEH -9.93256
-▁ENTWICKELN -10.0934
-▁ENTWICKELT -10.0934
-▁ENTWICKLUNG -7.9962
-▁ENTWICKLUNGS -8.99849
-▁ENVIRONMENT -8.91526
-▁ENVIRONMENTAL -8.61468
-▁EQUAL -9.30373
-▁EQUI -10.0356
-▁ER -6.92003
-▁ERACHTEN -9.22054
-▁ERARBEITET -10.8812
-▁EREIGNISSE -10.5451
-▁ERFAHRUNG -10.1559
-▁ERFOLG -9.28055
-▁ERFOLGREICH -10.0354
-▁ERFORDER -10.2304
-▁ERFORDERLICH -9.03769
-▁ERFREU -10.3709
-▁ERFüLL -9.54691
-▁ERGEBNISSE -9.69868
-▁ERGREIFEN -10.0954
-▁ERGRIFFEN -10.4543
-▁ERGäNJ -10.4542
-▁ERHEBLICH -10.7732
-▁ERHEBLICHE -10.2127
-▁ERHöH -10.1628
-▁ERINNER -9.44685
-▁ERJEUGER -10.7563
-▁ERKLäR -10.7101
-▁ERKLäRT -10.1744
-▁ERKLäRUNG -9.66306
-▁ERLAUB -10.4542
-▁ERLEB -10.5456
-▁ERLEICHTER -10.294
-▁ERLäUTER -10.4542
-▁ERMöGLICH -9.38571
-▁ERNEUERBARE -10.6452
-▁ERNEUT -10.0345
-▁ERNST -9.66177
-▁ERNSTHAFT -10.3711
-▁ERREICHT -9.54691
-▁ERRICHTE -10.9287
-▁ERROR -10.8825
-▁ERSCHEIN -9.97898
-▁ERSETJ -10.6893
-▁ERST -8.89597
-▁ERSTE -9.3061
-▁ERSTELL -10.3494
-▁ERSTEN -8.99579
-▁ERSUCHE -10.882
-▁ERTEILE -10.7626
-▁ERWARTE -9.83919
-▁ERWARTUNG -10.3709
-▁ERWEITERUNG -9.24618
-▁ERWERB -10.4542
-▁ERWäGUNG -10.6451
-▁ERWäHN -10.9823
-▁ERWäHNT -9.66908
-▁ERöFFNET -11.0241
-▁ES -5.93159
-▁ESSENTIAL -9.24618
-▁ESTABLISH -8.59957
-▁ETHIOPIA -10.7562
-▁ETHISCHE -10.8816
-▁ETHNI -9.51268
-▁ETIKETT -10.3709
-▁ETWA -8.34826
-▁EU -7.30429
-▁EUR -9.03754
-▁EURO -7.93943
-▁EUROPA -7.62379
-▁EUROPE -7.78104
-▁EUROPEAN -6.41632
-▁EUROPäISCHE -6.39835
-▁EVALUAT -10.7562
-▁EVEN -8.04409
-▁EVENT -9.72289
-▁EVENTUELL -10.7562
-▁EVERY -8.3289
-▁EVIDEN -9.87634
-▁EX -8.932
-▁EXACT -10.294
-▁EXAMINATION -10.8812
-▁EXAMINE -10.0934
-▁EXAMPLE -8.5211
-▁EXCELLEN -9.78327
-▁EXCEPTION -10.2939
-▁EXCESSIVE -10.5451
-▁EXCHANGE -10.2225
-▁EXCLUDE -10.7562
-▁EXCLUSI -10.1555
-▁EXECUTI -11.0241
-▁EXEMP -10.8816
-▁EXERCISE -10.3709
-▁EXIST -8.77824
-▁EXP -9.3659
-▁EXPECT -9.4791
-▁EXPEN -9.57283
-▁EXPERIENCE -9.56181
-▁EXPERT -9.92651
-▁EXPLAIN -10.1559
-▁EXPLANAT -10.0345
-▁EXPLOIT -10.3709
-▁EXPORT -9.2997
-▁EXPRESS -8.58749
-▁EXTEN -9.30301
-▁EXTENSIVE -10.3709
-▁EXTERN -9.92642
-▁EXTREME -8.93604
-▁F -8.43409
-▁FA -8.90069
-▁FACE -9.62274
-▁FACILIT -9.87634
-▁FACT -7.88772
-▁FAIL -9.74068
-▁FAIR -9.58487
-▁FAITH -10.8812
-▁FAKTOR -9.97897
-▁FALL -8.16276
-▁FALSCH -10.294
-▁FAMIL -9.72034
-▁FAMILIE -9.4299
-▁FAR -8.24212
-▁FARMER -9.3565
-▁FAST -9.70431
-▁FAT -9.97538
-▁FAVOUR -8.88047
-▁FE -8.77771
-▁FEAR -10.0958
-▁FEATURE -10.6451
-▁FEBRUAR -9.92634
-▁FEDERAL -10.5451
-▁FEEL -9.22151
-▁FEHL -9.17118
-▁FERN -9.82992
-▁FERNSEH -10.2973
-▁FEST -8.58745
-▁FESTGELEGT -9.97916
-▁FESTLEG -10.9407
-▁FESTLEGUNG -10.3733
-▁FESTSTELL -9.68324
-▁FEW -8.73121
-▁FI -8.72618
-▁FIELD -9.38529
-▁FIFT -10.3744
-▁FIGHT -9.32811
-▁FIGURE -10.2225
-▁FIJI -10.7566
-▁FILM -10.294
-▁FINAL -8.57277
-▁FINANC -9.82892
-▁FINANCIAL -8.5596
-▁FINANJ -9.32161
-▁FINANJIELLE -9.14734
-▁FINANJIERT -10.2234
-▁FIND -8.57158
-▁FINDE -9.27669
-▁FINN -9.83027
-▁FIRM -9.92667
-▁FIRST -7.7879
-▁FISCH -9.42827
-▁FISCHEREI -8.99487
-▁FISH -9.73682
-▁FISHER -9.44996
-▁FL -8.74159
-▁FLEET -10.8813
-▁FLEXIBILIT -9.87634
-▁FLEXIBLE -10.0345
-▁FLOO -9.99095
-▁FLOW -10.8812
-▁FLUG -9.44717
-▁FLüCHTLING -10.2225
-▁FOCUS -10.4542
-▁FOLGEN -9.60917
-▁FOLGENDE -9.79709
-▁FOLGT -10.3709
-▁FOLLOW -8.81088
-▁FOOD -9.24634
-▁FOR -5.54037
-▁FORCE -8.98923
-▁FORDERT -10.5462
-▁FORDERUNG -9.35607
-▁FOREIGN -9.24619
-▁FOREST -9.52943
-▁FORM -8.20394
-▁FORMAL -10.0648
-▁FORMULA -10.8834
-▁FORMULIERT -11.0241
-▁FORMULIERUNG -10.7562
-▁FORSCHUNG -9.17544
-▁FORTSCHRITT -10.389
-▁FORTSCHRITTE -9.61123
-▁FORWARD -9.29953
-▁FOUND -9.35587
-▁FOUR -9.51268
-▁FR -8.15404
-▁FRAGE -7.84699
-▁FRAGEN -8.63119
-▁FRAGESTUNDE -11.0241
-▁FRAKTION -8.33773
-▁FRAMEWORK -8.95527
-▁FRANJöSISCHE -9.19554
-▁FRANKREICH -10.2939
-▁FRAU -7.69113
-▁FRAUEN -8.74336
-▁FREE -9.03698
-▁FREEDOM -9.05739
-▁FREI -9.57221
-▁FREIHEIT -9.81017
-▁FREIJüGIGKEIT -10.7562
-▁FREITAG -10.7566
-▁FREIWILLIGE -11.0241
-▁FREMDEN -10.3709
-▁FREQUENT -10.6451
-▁FREUD -10.6451
-▁FREUE -9.92637
-▁FRIEDEN -9.01512
-▁FRIEDLICHE -10.8813
-▁FRIEND -10.294
-▁FRIST -9.92931
-▁FRO -7.01525
-▁FRüH -10.7519
-▁FRüHER -10.0367
-▁FU -8.30065
-▁FUEL -10.2984
-▁FULFIL -10.6451
-▁FULL -8.9346
-▁FUNCTION -10.1559
-▁FUND -9.10947
-▁FUNDAMENTAL -8.88047
-▁FUNDS -9.6078
-▁FUNKTIONIER -9.87774
-▁FURTHER -8.73019
-▁FäLLEN -10.3003
-▁FöRDER -8.91456
-▁FüHREN -9.12437
-▁FüHRT -10.1684
-▁FüNF -9.35587
-▁FüR -5.78534
-▁G -7.56047
-▁GAB -9.88174
-▁GAIN -10.4543
-▁GANJ -8.246
-▁GANJE -9.58903
-▁GAP -10.4543
-▁GARANTIE -9.92636
-▁GAV -10.8833
-▁GE -6.72163
-▁GEBIET -8.57921
-▁GEBRAUCH -10.8812
-▁GEDANKEN -10.3718
-▁GEEHRTE -10.5452
-▁GEEIGNETE -11.0241
-▁GEF -9.51472
-▁GEFAHR -9.31617
-▁GEFUNDEN -10.7562
-▁GEFäHRDE -10.7562
-▁GEFäHRLICH -10.5451
-▁GEGEBEN -9.3846
-▁GEGEN -8.01899
-▁GEGENSEITIG -10.6451
-▁GEGENTEIL -10.4557
-▁GEGENWäRTIG -9.54691
-▁GEGENüBER -9.05739
-▁GEH -7.98078
-▁GEHöREN -10.3722
-▁GEHöRT -9.25293
-▁GELANG -10.2263
-▁GELD -9.08172
-▁GELEGENHEIT -9.78327
-▁GELEISTET -10.0934
-▁GELTENDE -10.1559
-▁GELUNGEN -10.7565
-▁GEMACHT -9.07913
-▁GEMEIN -10.6228
-▁GEMEINSAM -9.19211
-▁GEMEINSAME -8.37118
-▁GEMEINSCHAFT -8.50478
-▁GEMEINSCHAFTS -9.50865
-▁GEMäß -9.56775
-▁GENANNT -9.54691
-▁GENAU -8.97511
-▁GENEHMIG -10.6451
-▁GENERAL -8.57273
-▁GENERATE -11.0242
-▁GENERATION -10.1559
-▁GENERELL -10.4542
-▁GENOMMEN -9.66063
-▁GENTLEM -8.91717
-▁GENUG -10.2227
-▁GENUINE -9.65812
-▁GENUTJT -11.0241
-▁GEOGRAPHICAL -10.6451
-▁GEORG -10.7566
-▁GERADE -9.03612
-▁GERECHT -9.7865
-▁GEREGELT -10.8812
-▁GERICHT -10.0851
-▁GERING -9.69921
-▁GERMAN -9.92637
-▁GERN -9.66451
-▁GESAGT -9.29952
-▁GESAMTE -9.23798
-▁GESCHAFFEN -10.0942
-▁GESCHEHEN -9.92634
-▁GESCHI -10.1038
-▁GESELLSCHAFT -8.70241
-▁GESETJ -9.47748
-▁GESPRäCH -10.8264
-▁GESUNDHEIT -8.9712
-▁GET -9.21518
-▁GEWALT -9.44683
-▁GEWISSE -9.54692
-▁GEWIß -10.7562
-▁GEWOR -10.4541
-▁GEWäHLTE -11.0241
-▁GEWäHR -10.1559
-▁GEWäHRLEIST -10.351
-▁GEWäHRLEISTE -10.1087
-▁GEäNDERT -10.4542
-▁GEäUßERT -10.8812
-▁GIB -7.96529
-▁GIPFEL -9.52121
-▁GIV -9.78728
-▁GIVE -7.72944
-▁GLAUBE -8.91717
-▁GLAUBWüRDIG -10.4542
-▁GLEICH -8.37739
-▁GLEICHJEITIG -9.07919
-▁GLEICHSTELLUNG -10.4555
-▁GLOBAL -8.82782
-▁GO -7.84384
-▁GOAL -9.99547
-▁GOOD -8.52127
-▁GOVERN -10.7558
-▁GOVERNMENT -8.13047
-▁GRA -9.15256
-▁GRADUAL -11.0241
-▁GRANT -9.74047
-▁GRATULIERE -10.5451
-▁GRAVIEREND -10.5451
-▁GREAT -8.06456
-▁GREE -9.76039
-▁GREEK -10.374
-▁GREEN -9.71844
-▁GRENJEN -9.98123
-▁GRENJüBER -10.6941
-▁GRIECHENLAND -9.92634
-▁GRIECHISCHE -10.6451
-▁GROUND -10.0354
-▁GROUP -7.88957
-▁GROW -9.17115
-▁GROß -9.40415
-▁GROßBRITANNIEN -10.2939
-▁GROßE -8.25126
-▁GRUND -8.48188
-▁GRUNDLAGE -9.09113
-▁GRUNDLEGENDE -10.3709
-▁GRUNDRECHTE -9.65813
-▁GRUNDSäTJE -10.0347
-▁GRUNDSäTJLICH -9.97897
-▁GRößER -10.3743
-▁GRößERE -10.291
-▁GRößTE -9.58262
-▁GRößTMöGLICHE -11.0241
-▁GRüNDE -9.31102
-▁GRüNDLICHE -11.0241
-▁GRüNE -10.5451
-▁GUARANTEE -9.19554
-▁GUARD -10.6451
-▁GUI -10.4783
-▁GUIDE -10.0944
-▁GUT -9.00376
-▁GUTE -8.85649
-▁GüTER -10.6451
-▁H -8.24691
-▁HA -8.83088
-▁HABE -6.63344
-▁HAD -8.38564
-▁HAIDER -10.6451
-▁HAL -10.0285
-▁HALTE -9.0997
-▁HAND -8.37772
-▁HANDELN -9.83066
-▁HANDELS -9.78638
-▁HANDELT -9.24701
-▁HAPP -10.2017
-▁HAPPEN -9.04274
-▁HARD -9.78451
-▁HARM -10.2941
-▁HARMONIS -9.86631
-▁HARMONISIER -10.1693
-▁HAS -6.50274
-▁HAT -6.82975
-▁HATTE -9.05303
-▁HAUS -9.48571
-▁HAUSE -9.97008
-▁HAUSHALT -9.79951
-▁HAUSHALTS -8.82186
-▁HAV -9.00412
-▁HAVE -6.13311
-▁HE -7.67888
-▁HEAD -9.46767
-▁HEALTH -8.69965
-▁HEAR -8.83957
-▁HEAV -10.6451
-▁HEIß -9.44687
-▁HEL -9.91447
-▁HELD -9.88507
-▁HELP -8.81135
-▁HENCE -10.457
-▁HER -8.01257
-▁HERAUS -9.58335
-▁HERAUSFORDERUNG -10.2939
-▁HERJLICH -10.4542
-▁HERKUNFT -9.87649
-▁HERR -6.60207
-▁HERSTELLER -11.0241
-▁HERVOR -9.8774
-▁HERVORGEHOBEN -10.6451
-▁HERVORHEB -10.7562
-▁HERVORRAGENDE -10.5451
-▁HEUT -7.98255
-▁HEUTIGE -10.2805
-▁HIER -7.5343
-▁HIGH -8.49628
-▁HIGHLIGHT -10.3709
-▁HILF -10.6842
-▁HILFE -9.17141
-▁HIM -9.6982
-▁HIN -8.02653
-▁HINAUS -9.30003
-▁HINJUFüG -10.8812
-▁HINNEHM -10.7132
-▁HINSICHT -8.9751
-▁HINTER -9.74158
-▁HINTERGRUND -10.7565
-▁HINWEIS -9.2478
-▁HIS -8.37054
-▁HISTOR -10.2689
-▁HISTORIC -10.3876
-▁HISTORISCHE -10.6595
-▁HO -8.81728
-▁HOCH -9.42006
-▁HOFFE -8.6997
-▁HOFFNUNG -10.4542
-▁HOHE -8.86815
-▁HOLD -9.74172
-▁HOME -9.78353
-▁HONOUR -9.61966
-▁HOPE -8.49644
-▁HORIJONTAL -10.6451
-▁HOUR -10.4575
-▁HOUSE -8.81089
-▁HOW -7.39792
-▁HU -9.71916
-▁HUMAN -8.16505
-▁HUMANIT -10.1561
-▁HUMANITäRE -10.8814
-▁HäL -10.4566
-▁HäTTE -9.58264
-▁HäUFIG -10.0934
-▁HöCHSTE -10.0934
-▁HöHE -10.2131
-▁HöHERE -10.4663
-▁I -5.44678
-▁IDEA -9.54566
-▁IDEAL -10.3743
-▁IDENTIFI -10.4695
-▁IDENTIT -10.4541
-▁IDENTITäT -10.7564
-▁IDEOLOG -10.6451
-▁IGNORE -11.0241
-▁IGNORIER -11.0241
-▁IHN -7.88403
-▁IHR -8.67198
-▁IHRE -7.27761
-▁IHRER -8.07313
-▁ILLEGAL -9.69812
-▁IM -6.07698
-▁IMAGIN -11.0242
-▁IMMEDIATE -9.97897
-▁IMMER -8.27829
-▁IMMIGRANT -10.7562
-▁IMPACT -9.73979
-▁IMPLEMENT -8.2967
-▁IMPORT -9.80927
-▁IMPORTAN -9.51413
-▁IMPORTANT -7.66507
-▁IMPOS -9.97933
-▁IMPROV -9.98706
-▁IMPROVE -9.54103
-▁IMPROVEMENT -9.69889
-▁IN -4.27873
-▁INADEQUATE -11.0241
-▁INCINERAT -10.8812
-▁INCLUD -9.06443
-▁INCLUDE -8.98831
-▁INCREASE -8.95527
-▁INCREASING -9.73979
-▁INDEM -9.75892
-▁INDEPENDEN -10.3704
-▁INDICAT -9.73991
-▁INDIVIDUAL -9.12408
-▁INDONESI -10.7644
-▁INDUSTR -8.90413
-▁INDUSTRIE -9.2465
-▁INEVITABL -10.8812
-▁INFLATION -10.6451
-▁INFORM -9.35463
-▁INFORMATION -7.80021
-▁INFORMIER -9.76774
-▁INFRASTRUCTURE -10.0345
-▁INHALT -9.91203
-▁INITIAL -10.294
-▁INITIATIVE -8.08875
-▁INNER -9.10032
-▁INNOVATION -10.2939
-▁INNOVATIVE -10.7562
-▁INSOF -10.294
-▁INSPECTION -10.2939
-▁INSTITUTION -8.05662
-▁INSTRUMENT -8.81088
-▁INTEGRATE -10.0345
-▁INTEGRATION -9.38528
-▁INTEND -9.41728
-▁INTENSIV -10.4544
-▁INTENTION -9.80452
-▁INTER -8.73512
-▁INTERESSANTE -10.5451
-▁INTERESSE -9.13078
-▁INTERESSEN -9.82499
-▁INTEREST -8.46035
-▁INTERMODAL -11.0241
-▁INTERNAL -9.1956
-▁INTERNATIONAL -8.00276
-▁INTERNET -9.51247
-▁INTEROPERABILIT -10.5451
-▁INTERPRET -10.5443
-▁INTERPRETATION -10.3715
-▁INTERVENTION -9.61966
-▁INTO -7.88041
-▁INTOLERA -11.0369
-▁INTRODUC -9.89442
-▁INTRODUCE -9.81178
-▁INVEST -10.1563
-▁INVESTIGATION -11.0241
-▁INVESTITION -9.73979
-▁INVESTMENT -9.78372
-▁INVOLV -9.72001
-▁INVOLVE -8.92598
-▁INWIE -10.4544
-▁IRGEND -10.5451
-▁IRGENDEINE -10.3709
-▁IRLAND -10.0352
-▁IS -5.25286
-▁ISRAEL -9.88866
-▁ISRAELI -10.4326
-▁ISSUE -7.55247
-▁IST -5.8398
-▁IT -5.7879
-▁ITALIEN -9.82873
-▁ITEM -9.75899
-▁ITS -7.59754
-▁J -9.09875
-▁JA -8.35553
-▁JAHLREICHE -9.65816
-▁JAHR -8.10199
-▁JAHRE -8.62852
-▁JAHRES -9.35076
-▁JAHRHUNDERT -10.3711
-▁JANUAR -10.1559
-▁JAPAN -10.7562
-▁JE -8.99015
-▁JED -7.85336
-▁JEDE -9.16468
-▁JEDEN -9.51949
-▁JEDER -9.16941
-▁JEGLICHE -10.6451
-▁JENE -9.4276
-▁JENTRALE -10.2225
-▁JERSTöR -10.7562
-▁JETJ -8.60882
-▁JETJIGE -10.2456
-▁JEWEIL -10.0345
-▁JIEMLICH -10.7562
-▁JOB -9.27266
-▁JOIN -9.96657
-▁JOINT -9.33389
-▁JOURNALIST -10.1559
-▁JU -5.35322
-▁JUDGE -10.3718
-▁JUDICIAL -10.8812
-▁JUGEND -9.97929
-▁JUGU -10.3726
-▁JUKüNFTIG -11.0241
-▁JUM -7.43404
-▁JUNGE -10.3705
-▁JUR -6.94714
-▁JURüCK -9.32651
-▁JURüCKJU -9.98048
-▁JUSAMMEN -9.50951
-▁JUST -8.04692
-▁JUSTI -9.32854
-▁JUSTIJ -10.3749
-▁JUSTIMME -10.116
-▁JUSTäNDIG -10.048
-▁JUSäTJLICH -10.2939
-▁JWA -8.47326
-▁JWEI -8.57108
-▁JWEIFEL -10.156
-▁JWEITE -9.56273
-▁JWEITEN -8.92993
-▁JWISCHEN -7.99148
-▁JäHRLICH -10.2225
-▁JüNGSTE -10.7562
-▁K -7.37701
-▁KA -9.20227
-▁KAM -10.1078
-▁KAMPF -9.82872
-▁KARA -10.2228
-▁KATASTROPHEN -11.0241
-▁KAU -9.85699
-▁KEEP -9.65812
-▁KEIN -8.58858
-▁KEINE -7.67823
-▁KENNEN -10.8817
-▁KENNJEICHNUNG -10.8812
-▁KERN -10.3026
-▁KEY -9.69918
-▁KILL -10.7564
-▁KIND -9.30879
-▁KINDER -8.96832
-▁KLAR -8.65503
-▁KLEIN -9.29954
-▁KLIMA -10.6451
-▁KNAPP -11.0241
-▁KNOW -8.18284
-▁KNOWLEDGE -10.0345
-▁KO -9.03469
-▁KOHäREN -10.4542
-▁KOHäSION -10.6451
-▁KOLLEGE -8.21938
-▁KOLLEGIN -8.99487
-▁KOM -10.0466
-▁KOMM -8.76255
-▁KOMMEN -8.93069
-▁KOMMENDE -10.5111
-▁KOMMISSAR -8.42522
-▁KOMMISSION -6.71644
-▁KOMMUNIKATION -11.0241
-▁KOMPETENJ -10.7562
-▁KOMPLEX -10.7562
-▁KOMPLIJIERT -10.1559
-▁KOMPROMISS -10.7562
-▁KOMPROMIß -10.3709
-▁KON -9.28659
-▁KONFLIKT -9.93246
-▁KONJENTRIER -10.1559
-▁KONJEPT -10.6451
-▁KONKRET -10.6853
-▁KONKRETE -9.26257
-▁KONNTE -9.27306
-▁KONSEQUENJ -10.8812
-▁KONSEQUENT -10.8812
-▁KONSULTATION -11.0241
-▁KONTAKT -10.4542
-▁KONTINENT -10.3709
-▁KONTROLL -10.0454
-▁KONTROLLE -8.99478
-▁KONTROLLIER -10.2406
-▁KONVENT -10.8812
-▁KOOPERATION -10.3709
-▁KOORDINIER -10.8785
-▁KOORDINIERUNG -10.2239
-▁KORREKT -10.5451
-▁KOSOV -8.97488
-▁KOSTEN -9.3277
-▁KREDIT -11.0241
-▁KRIEG -9.73979
-▁KRIMINELL -10.8812
-▁KRITIK -10.3709
-▁KRITISCH -10.8812
-▁KULTUR -9.51216
-▁KULTURELLE -10.2945
-▁KURJ -9.10136
-▁KURS -10.7568
-▁KöNIGREICH -10.1559
-▁KöNNEN -7.3734
-▁KöNNTE -8.68473
-▁KüNFTIG -9.87634
-▁KüRJLICH -11.0241
-▁KüSTEN -10.6451
-▁LA -8.30921
-▁LABELL -10.1559
-▁LABOUR -9.61966
-▁LACK -9.41654
-▁LAD -8.93286
-▁LAGE -8.96803
-▁LAND -8.46084
-▁LANDES -10.1709
-▁LANDWIRTSCHAFT -9.1475
-▁LANGE -9.10748
-▁LANGFRISTIG -10.2939
-▁LANGSAM -10.6455
-▁LANGUAGE -9.65812
-▁LARGE -8.84508
-▁LAST -8.30995
-▁LATE -9.57504
-▁LAUT -10.2971
-▁LAW -8.64279
-▁LE -8.00355
-▁LEAD -9.21235
-▁LEADER -10.2454
-▁LEARN -10.371
-▁LEAS -8.9569
-▁LEAVE -10.0934
-▁LEBEN -8.7464
-▁LEBENSMITTEL -9.97899
-▁LEGAL -8.53378
-▁LEGISLAT -10.8792
-▁LEGISLATION -8.79441
-▁LEGISLATIVE -9.27257
-▁LEGITIM -11.0241
-▁LEGITIMATE -10.7562
-▁LEIDE -9.10296
-▁LEISTE -9.74267
-▁LEITLINIEN -9.97897
-▁LENGTH -10.6451
-▁LESS -9.16767
-▁LET -8.88679
-▁LETJTE -10.0881
-▁LETJTEN -8.71241
-▁LETTER -10.0966
-▁LEVEL -8.34827
-▁LI -8.28573
-▁LIBERAL -9.46189
-▁LIBERALIS -9.49638
-▁LIBERALISIERUNG -9.69838
-▁LIEBE -9.51573
-▁LIEG -8.70896
-▁LIFE -8.95531
-▁LIGHT -9.73999
-▁LIKE -7.13325
-▁LIMIT -9.12479
-▁LINE -9.33144
-▁LINK -9.19599
-▁LISSABON -9.97897
-▁LIST -9.1754
-▁LISTE -9.59372
-▁LITT -9.39018
-▁LIVE -9.66609
-▁LO -8.29479
-▁LOCAL -9.47911
-▁LOGI -10.6676
-▁LOKALE -10.0345
-▁LONG -8.37492
-▁LOOK -8.89886
-▁LU -10.1042
-▁LUFTVERKEHR -9.97898
-▁LUXEMB -10.7562
-▁LäNDER -8.10888
-▁LäNDLICHE -10.3709
-▁LäNGER -10.5453
-▁LäRM -10.2225
-▁LöS -10.0892
-▁LöSUNG -8.85388
-▁M -8.34216
-▁MA -8.49435
-▁MAA -10.2378
-▁MACHEN -8.67005
-▁MACHT -9.05781
-▁MADAM -8.91717
-▁MADE -7.87657
-▁MAG -10.312
-▁MAIN -8.97819
-▁MAINTAIN -9.4157
-▁MAJOR -8.67002
-▁MAK -8.97875
-▁MAKE -7.66284
-▁MAL -9.38571
-▁MAN -7.00258
-▁MANAGE -8.81306
-▁MANDAT -10.156
-▁MANUFACTUR -10.2225
-▁MAR -9.04018
-▁MARCH -10.2973
-▁MARKET -8.04095
-▁MARKT -8.99791
-▁MASS -9.78798
-▁MATERIAL -9.78327
-▁MATTER -8.26718
-▁MAXIM -10.4542
-▁MAY -8.24424
-▁MAßE -9.8779
-▁MAßNAHME -8.16909
-▁ME -7.80038
-▁MEAN -8.21329
-▁MEASURE -9.94328
-▁MEASURES -8.31365
-▁MECHANISM -9.82872
-▁MED -9.83384
-▁MEDI -8.81904
-▁MEDIA -9.34869
-▁MEERES -10.156
-▁MEET -10.0368
-▁MEETING -9.51623
-▁MEHR -7.86311
-▁MEHRERE -10.1141
-▁MEHRHEIT -9.32855
-▁MEIN -9.07128
-▁MEINE -7.33251
-▁MEINUNG -8.53574
-▁MEISTE -10.0043
-▁MEMBER -7.42094
-▁MEMBERS -8.73647
-▁MEN -9.55363
-▁MENSCHEN -8.14758
-▁MENSCHENRECHTE -8.84509
-▁MENSCHENRECHTS -9.82875
-▁MENSCHLICHE -10.2225
-▁MENTION -9.17174
-▁MEP -10.0481
-▁MERE -9.99355
-▁METHOD -9.38528
-▁MEXIC -11.0241
-▁MI -8.90559
-▁MICH -8.33479
-▁MIDDLE -10.7562
-▁MIL -9.38689
-▁MILITAR -9.58271
-▁MILITäR -10.5579
-▁MILLION -8.44834
-▁MIND -9.61512
-▁MINDERHEIT -9.73979
-▁MINIM -9.78327
-▁MINISTER -8.79418
-▁MINORIT -10.0345
-▁MINUTE -9.35587
-▁MIR -8.21648
-▁MIS -9.32401
-▁MISTAKE -10.5451
-▁MIT -6.22468
-▁MITGLIED -9.97119
-▁MITGLIEDER -9.33128
-▁MITGLIEDSTAAT -7.50553
-▁MITTEILUNG -9.98118
-▁MITTEL -8.34101
-▁MITTELMEER -10.4541
-▁MITTELMEERRAUM -10.4543
-▁MITTLERE -10.5452
-▁MITWIRK -10.2496
-▁MIß -9.73818
-▁MO -8.40635
-▁MOBILE -10.4542
-▁MOBILISIER -11.0526
-▁MOBILITäT -10.8812
-▁MODEL -10.0264
-▁MODELL -10.4668
-▁MODERN -9.99251
-▁MODERNIS -9.77246
-▁MODIFI -10.8593
-▁MOMENT -9.22197
-▁MONAT -9.1014
-▁MONE -9.28903
-▁MONET -9.95057
-▁MONITOR -9.35587
-▁MONOPOL -10.2939
-▁MONTH -9.2462
-▁MOR -9.27509
-▁MORE -7.09972
-▁MORG -9.33921
-▁MOST -8.27982
-▁MOTION -9.69878
-▁MOVE -9.14791
-▁MOVEMENT -9.74097
-▁MR -6.43509
-▁MU -8.69842
-▁MULTI -9.61966
-▁MULTINATIONAL -10.8812
-▁MUSS -9.06098
-▁MUß -7.50107
-▁MY -7.36758
-▁MäNNER -10.3709
-▁MöCHTE -7.20482
-▁MöGE -10.8813
-▁MöGLICH -8.46592
-▁MöGLICHKEIT -8.58664
-▁MüSSE -7.32661
-▁MüSSTE -11.0241
-▁MüßTE -9.78327
-▁NACH -6.99901
-▁NACHDENK -10.9719
-▁NACHDRüCKLICH -10.6451
-▁NACHHALTIG -9.97897
-▁NAH -10.2244
-▁NAHRUNGSMITTEL -10.4542
-▁NAME -9.39452
-▁NAMEN -8.80588
-▁NATION -8.96698
-▁NATIONAL -7.61968
-▁NATUR -9.24543
-▁NATURAL -10.2282
-▁NATüRLICH -8.267
-▁NEAR -10.3717
-▁NEBEN -9.87856
-▁NECESSAR -8.76169
-▁NEED -7.36951
-▁NEGATIVE -9.92634
-▁NEGOTIAT -10.2889
-▁NEGOTIATION -9.51475
-▁NEHME -10.838
-▁NEI -9.89772
-▁NENNEN -10.4545
-▁NETWORK -9.58262
-▁NEU -8.73469
-▁NEUE -7.98584
-▁NEUTRAL -10.6452
-▁NEVER -9.08311
-▁NEW -7.85025
-▁NICHT -5.85853
-▁NIEDERLANDE -10.8812
-▁NIEDRIG -10.6451
-▁NIEMAND -10.6451
-▁NINE -10.758
-▁NO -7.15194
-▁NOCH -7.30972
-▁NON -9.5998
-▁NONE -9.95429
-▁NOR -9.73707
-▁NORD -9.55537
-▁NORM -10.0713
-▁NORMAL -10.4134
-▁NORTH -9.8781
-▁NOT -6.05898
-▁NOTICE -10.7824
-▁NOTWENDIG -8.24769
-▁NOVE -10.1075
-▁NOW -7.76147
-▁NR -9.75002
-▁NU -9.10228
-▁NUMBER -8.47208
-▁NUN -8.25745
-▁NUTJEN -9.35635
-▁Nä -8.5832
-▁NäCHSTEN -9.70076
-▁NöTIG -11.0241
-▁O -9.21477
-▁OB -8.06815
-▁OBJECT -10.3705
-▁OBJECTIVE -8.64131
-▁OBLIEG -10.8826
-▁OBLIGATION -10.4542
-▁OBLIGE -11.0241
-▁OBSERV -10.0338
-▁OBSERVATION -10.2235
-▁OBTAIN -9.92681
-▁OBVIOUS -9.78327
-▁OCCASION -10.0345
-▁OCCUP -10.3709
-▁OCCUR -10.4542
-▁OF -4.4935
-▁OFFEN -9.46816
-▁OFFENBAR -10.5459
-▁OFFENSICHTLICH -9.97897
-▁OFFER -9.2473
-▁OFFICE -9.22054
-▁OFFICIAL -10.0934
-▁OFFIJIELL -10.6451
-▁OHNE -8.64132
-▁OJON -10.7563
-▁OLD -9.98368
-▁ON -5.57262
-▁ONE -7.38767
-▁OPEN -9.0165
-▁OPERAT -10.2879
-▁OPERATION -9.41659
-▁OPERATOR -10.5498
-▁OPFER -9.92634
-▁OPINION -8.57272
-▁OPPO -10.7428
-▁OPPORTUNIT -8.95527
-▁OPPOSE -10.23
-▁OPPOSIT -9.65958
-▁OPTIM -10.6441
-▁OPTIMALE -10.8825
-▁OPTION -10.1561
-▁OR -7.14135
-▁ORDER -8.26813
-▁ORGANI -10.988
-▁ORGANIS -9.62796
-▁ORGANISATION -9.3501
-▁ORGANISATIONS -9.62996
-▁ORIGIN -9.61968
-▁OST -9.95354
-▁OTHER -7.34758
-▁OUR -7.11135
-▁OUT -7.55095
-▁OVER -7.9546
-▁OWN -8.64126
-▁P -7.60393
-▁PA -8.48756
-▁PACKAG -10.6457
-▁PALESTINIAN -11.0241
-▁PAPER -9.61969
-▁PARA -9.92804
-▁PARAGRAPH -10.6451
-▁PARALLEL -10.5451
-▁PARIS -10.2966
-▁PARLAMENT -7.38664
-▁PARLAMENTS -8.39898
-▁PARLIAMENT -6.99014
-▁PART -7.67482
-▁PARTEI -9.67408
-▁PARTICIPAT -9.41558
-▁PARTICULAR -7.96599
-▁PARTNERSCHAFT -10.2225
-▁PARTNERSHIP -10.3709
-▁PASS -9.1838
-▁PAST -9.42426
-▁PATENT -9.9265
-▁PATTE -9.53553
-▁PAY -9.53378
-▁PAYMENT -10.0945
-▁PEACE -9.10135
-▁PEKING -11.0241
-▁PENALT -10.3709
-▁PENSION -9.54694
-▁PEOPLE -7.55214
-▁PER -8.18349
-▁PERIOD -9.2203
-▁PERSON -9.22268
-▁PERSONAL -9.30163
-▁PERSONEN -9.73234
-▁PERSPECTIVE -10.0934
-▁PERSöNLICH -9.92634
-▁PHTHALATE -10.3709
-▁PHäNOMEN -10.6451
-▁PI -9.35661
-▁PILLAR -10.3709
-▁PLACE -8.50864
-▁PLAN -8.54742
-▁PLAY -9.03662
-▁PLEASE -9.29952
-▁PLENAR -10.0934
-▁PLENUM -10.3709
-▁PLURALISM -10.7562
-▁PLäNE -11.0241
-▁PO -9.45013
-▁POINT -7.6182
-▁POLIC -7.5745
-▁POLICIES -9.63369
-▁POLIJEI -10.4542
-▁POLITIC -10.6432
-▁POLITICAL -8.0647
-▁POLITIK -8.41695
-▁POLITISCH -9.47084
-▁POLITISCHE -8.45233
-▁POLLUT -9.97897
-▁POOR -10.0949
-▁POPULATION -9.73979
-▁PORT -10.4579
-▁PORTUG -9.32732
-▁PORTUGIESISCHE -9.58265
-▁POSITION -8.15061
-▁POSITIV -10.2829
-▁POSITIVE -8.6577
-▁POSSE -10.8832
-▁POSSIBILIT -10.2939
-▁POSSIBL -8.38052
-▁POST -9.3872
-▁POTENTIAL -9.78327
-▁POTENTIELLE -10.8812
-▁POWER -9.13
-▁PRACTICAL -10.2225
-▁PRACTICE -9.51243
-▁PRAKTIK -10.3709
-▁PRAKTISCH -9.73979
-▁PRE -8.17384
-▁PRECISE -9.87634
-▁PREFER -10.8391
-▁PREIS -9.53999
-▁PREPAR -9.82331
-▁PREPARED -9.78847
-▁PRESENT -8.38053
-▁PRESERV -10.6359
-▁PRESIDENC -8.57272
-▁PRESIDENT -6.86979
-▁PRESS -9.74562
-▁PRESSURE -10.1561
-▁PREVENT -8.81088
-▁PREVIOUS -9.51243
-▁PRI -9.66492
-▁PRICE -9.32801
-▁PRIMAR -10.1562
-▁PRINCIPLE -8.48406
-▁PRINJIPIE -10.5454
-▁PRIORIT -9.05573
-▁PRIORITIES -9.78702
-▁PRISON -10.4543
-▁PRIVAT -9.96082
-▁PRIVATE -9.55884
-▁PRIVATISIER -11.0242
-▁PRIVILEG -10.8812
-▁PRO -8.18762
-▁PROBAB -9.78412
-▁PROBLEM -7.32267
-▁PROBLEMATI -9.84066
-▁PROBLEME -8.92737
-▁PROCEDURE -8.54916
-▁PROCEED -9.97902
-▁PROCESS -8.44834
-▁PRODUC -10.3834
-▁PRODUCE -9.42735
-▁PRODUCT -8.37733
-▁PRODUJIER -10.7571
-▁PRODUKT -9.82246
-▁PROFESS -10.7561
-▁PROFESSIONAL -10.5452
-▁PROFIT -9.51243
-▁PROGRAMM -8.91423
-▁PROGRAMME -8.44363
-▁PROGRAMMES -9.22459
-▁PROGRESS -8.97487
-▁PROHIBIT -10.7562
-▁PROJECT -9.14734
-▁PROJEKTE -9.79262
-▁PROJENT -10.8813
-▁PROJESS -10.7562
-▁PROMOT -9.71015
-▁PROMOTE -9.81519
-▁PROMPT -11.0241
-▁PROPER -9.17116
-▁PROPORTION -10.5451
-▁PROPOS -9.62675
-▁PROPOSAL -7.71817
-▁PROPOSE -8.66656
-▁PROSECUT -10.4542
-▁PROSPERI -10.7562
-▁PROSTITUT -10.6455
-▁PROTECT -8.39151
-▁PROTEST -10.294
-▁PROTOCOL -10.7562
-▁PROTOKOLL -9.73979
-▁PROV -9.85404
-▁PROVID -9.89135
-▁PROVIDE -8.42185
-▁PROVISION -9.32755
-▁PRäSIDENT -7.13192
-▁PRäSIDENTSCHAFT -9.17221
-▁PRüF -9.81453
-▁PUBLIC -8.05475
-▁PUBLISH -10.4542
-▁PUNISH -10.6451
-▁PUNKT -8.89237
-▁PUNKTE -9.63084
-▁PURPOSE -9.61966
-▁PURSU -9.73979
-▁PUSH -11.0241
-▁PUT -8.49724
-▁QUA -10.1554
-▁QUALIFI -10.4547
-▁QUALIFIJIERTE -11.0241
-▁QUALIT -9.38515
-▁QUALITäT -9.41573
-▁QUANTIT -10.7563
-▁QUESTION -7.85022
-▁QUI -8.94731
-▁QUICK -9.92716
-▁QUO -10.8193
-▁QUOTA -10.3711
-▁RA -9.06682
-▁RACIS -9.58345
-▁RADIKAL -11.0241
-▁RADIO -10.5451
-▁RAHMEN -8.21503
-▁RAIL -10.0355
-▁RAILWAY -10.0934
-▁RAISE -9.32799
-▁RAND -10.3718
-▁RAPID -10.2939
-▁RAPPORTEUR -8.5086
-▁RASCH -10.465
-▁RASSIS -9.55186
-▁RAT -7.47555
-▁RATE -8.72618
-▁RATIFI -10.9988
-▁RATIONAL -10.8813
-▁RATSPRäSIDENT -9.51243
-▁RATSVORSITJ -11.0241
-▁RE -7.13417
-▁REACH -9.29999
-▁REACTION -10.0345
-▁READ -9.40375
-▁REAGIER -10.8814
-▁REAKTION -10.5451
-▁REAL -8.11435
-▁REALISIER -10.3712
-▁REASON -8.5086
-▁REC -9.16016
-▁RECEIVE -9.7398
-▁RECENT -9.03687
-▁RECHNUNGSHOF -10.3709
-▁RECHT -8.27897
-▁RECHTE -9.17897
-▁RECHTFERTIG -10.7562
-▁RECHTLICHE -10.0405
-▁RECHTS -8.6221
-▁RECOGNI -11.0149
-▁RECOGNISE -9.74236
-▁RECOMMENDATION -10.0345
-▁RECORD -10.294
-▁RECYCLING -10.7562
-▁REDE -9.42721
-▁REDNER -9.82875
-▁REDUC -9.95341
-▁REDUCE -9.67695
-▁REDUCTION -9.92652
-▁REFER -9.77522
-▁REFERENCE -9.87865
-▁REFERR -9.74749
-▁REFLECT -10.0345
-▁REFORM -8.29708
-▁REFUGEE -9.97897
-▁REFUSE -10.6451
-▁REGARD -7.9953
-▁REGEL -9.57212
-▁REGELUNG -9.41664
-▁REGIERUNG -8.02549
-▁REGIME -10.0345
-▁REGION -7.96415
-▁REGIONAL -8.78211
-▁REGRET -10.3705
-▁REGRETTABL -11.0249
-▁REGULAR -10.8812
-▁REGULAT -9.97599
-▁REGULATION -8.29726
-▁REGULIERUNG -10.7562
-▁REIHE -9.54691
-▁REINFORCE -11.0241
-▁REITERATE -10.8812
-▁REJECT -9.73979
-▁RELAT -8.50524
-▁RELATION -8.94168
-▁RELEVANT -9.87634
-▁RELIE -10.7588
-▁RELIGI -10.0935
-▁REMAIN -9.17115
-▁REMARK -10.2967
-▁REMEMBER -10.1559
-▁REMIND -9.61966
-▁REMOTE -11.0241
-▁RENEWABLE -11.0241
-▁REP -9.19079
-▁REPEAT -10.0936
-▁REPLACE -10.3709
-▁REPORT -7.16193
-▁REPRESENT -9.124
-▁REPRESENTATIVE -9.38539
-▁REPRäSENT -11.0241
-▁REQUEST -9.22054
-▁REQUIRE -8.99423
-▁REQUIREMENT -9.38624
-▁RESEARCH -9.10135
-▁RESIDEN -10.5453
-▁RESOLUTION -8.47201
-▁RESOLVE -10.1559
-▁RESOURCE -8.84507
-▁RESPECT -8.52895
-▁RESPEKT -10.7374
-▁RESPEKTIER -10.5607
-▁RESPOND -10.2225
-▁RESPONS -9.87631
-▁RESPONSIBILIT -8.84507
-▁RESPONSIBL -9.78329
-▁REST -10.0742
-▁RESTOR -10.4555
-▁RESTRICT -10.3664
-▁RESTRICTION -10.0967
-▁RESULT -8.33773
-▁RETURN -9.97897
-▁REVEAL -10.8813
-▁REVIEW -10.2939
-▁REVISION -9.92776
-▁RICHTIG -9.14734
-▁RICHTLINIE -8.29433
-▁RICHTUNG -9.6148
-▁RIGHT -7.28201
-▁RINDFLEISCH -10.3709
-▁RISE -9.92927
-▁RISIKO -10.0345
-▁RISK -8.93605
-▁ROAD -9.73979
-▁ROL -8.7438
-▁ROLLE -9.13378
-▁ROM -10.1808
-▁ROOM -10.8814
-▁ROOT -10.8812
-▁ROUTE -11.0242
-▁RUBRIK -10.6451
-▁RUF -10.9447
-▁RULE -8.5338
-▁RUMäNI -10.8812
-▁RUN -9.4348
-▁RUSSIA -10.6451
-▁RüCK -9.4156
-▁SA -8.05261
-▁SAFE -8.84519
-▁SAFEGUARD -10.4542
-▁SAGE -8.31382
-▁SAGTE -9.92655
-▁SANCTI -10.0346
-▁SANKTION -9.92634
-▁SATISF -10.0934
-▁SAY -7.80588
-▁SC -9.51315
-▁SCANDAL -10.8812
-▁SCH -8.358
-▁SCHADEN -10.5451
-▁SCHAFF -10.3645
-▁SCHAFFEN -9.4762
-▁SCHEIN -9.54716
-▁SCHEME -10.5453
-▁SCHENGEN -10.4543
-▁SCHI -10.1631
-▁SCHIENE -10.4694
-▁SCHIFFE -10.7563
-▁SCHLAGE -10.6035
-▁SCHLECHT -10.2939
-▁SCHLIMM -10.3709
-▁SCHLUßFOLGERUNG -9.97897
-▁SCHNELL -9.29954
-▁SCHO -8.74337
-▁SCHOKOLADE -10.7562
-▁SCHOOL -9.65871
-▁SCHREIB -10.8812
-▁SCHRIFTLICH -11.0241
-▁SCHRITT -9.1321
-▁SCHRITTWEISE -10.6453
-▁SCHUL -9.17196
-▁SCHUTJ -8.53491
-▁SCHWANGER -11.0241
-▁SCHWEDEN -9.92636
-▁SCHWEDISCHE -10.4542
-▁SCHWEIJ -10.8812
-▁SCHWER -9.01865
-▁SCHWIERIG -9.03615
-▁SCHWäCHE -10.6451
-▁SCHöN -10.2226
-▁SCHüTJ -10.2939
-▁SCIENTIFIC -9.97897
-▁SEA -9.66531
-▁SECHS -10.3709
-▁SECOND -8.5211
-▁SECRET -10.2939
-▁SECTION -10.5451
-▁SECTOR -8.57272
-▁SECURIT -9.05739
-▁SEE -8.07883
-▁SEEK -9.51937
-▁SEEM -9.14036
-▁SEH -7.39817
-▁SEI -8.64451
-▁SEIN -7.33676
-▁SEINE -8.3286
-▁SEINER -9.00922
-▁SEIT -8.77923
-▁SEITE -9.49009
-▁SEKTOR -9.05942
-▁SELB -10.6952
-▁SELBST -8.08082
-▁SEND -9.96005
-▁SENS -9.06716
-▁SENSIBLE -10.3709
-▁SENT -10.237
-▁SEP -9.93035
-▁SEPARATE -10.6451
-▁SERBIEN -10.8812
-▁SERIOUS -8.65553
-▁SERVE -10.156
-▁SERVICE -8.73019
-▁SESSION -10.3709
-▁SET -8.37325
-▁SETJT -10.7565
-▁SEVEN -11.0241
-▁SEVER -9.30792
-▁SEX -10.4588
-▁SEXUELL -11.0241
-▁SHARE -9.12409
-▁SHE -9.27592
-▁SHIFT -10.7562
-▁SHORT -8.97488
-▁SHOULD -6.82037
-▁SHOW -9.07913
-▁SICH -6.47131
-▁SICHER -8.58275
-▁SICHERHEIT -8.91733
-▁SICHERHEITS -9.67331
-▁SICHERSTELL -10.6804
-▁SICHT -9.75274
-▁SIE -6.35853
-▁SIGN -9.73819
-▁SIGNAL -10.3746
-▁SIGNIFICANT -9.92929
-▁SIJE -9.78486
-▁SIMILAR -9.78327
-▁SIMPL -8.89865
-▁SINCE -8.50861
-▁SINN -10.1425
-▁SINNVOLL -10.6451
-▁SITJUNG -9.38544
-▁SITTING -9.87635
-▁SITUATION -7.84632
-▁SIX -9.87635
-▁SKILL -10.6451
-▁SLIGHT -10.6451
-▁SLOW -10.2225
-▁SMALL -9.24622
-▁SMOK -11.0241
-▁SO -6.29466
-▁SOCIAL -8.13042
-▁SOCIET -9.07913
-▁SOFORT -10.7563
-▁SOGENANNTE -10.4542
-▁SOJIAL -8.58231
-▁SOJIALE -9.30475
-▁SOLCHE -8.62718
-▁SOLID -10.5458
-▁SOLIDARIT -10.3707
-▁SOLIDARITäT -10.2941
-▁SOLL -8.13027
-▁SOLLTE -7.77137
-▁SOLUTION -9.14734
-▁SOLVE -10.2226
-▁SOME -7.4926
-▁SONDER -7.93749
-▁SONST -10.1574
-▁SOON -9.64415
-▁SORG -9.36163
-▁SORT -10.1676
-▁SOUND -9.79108
-▁SOURCE -10.294
-▁SOUTH -9.74004
-▁SOVEREIGN -10.6451
-▁SOWIE -8.18284
-▁SP -8.04124
-▁SPAIN -10.2227
-▁SPANIEN -10.8812
-▁SPANIS -10.3293
-▁SPANNUNG -10.8812
-▁SPEAK -9.13751
-▁SPEAKER -9.8021
-▁SPECIAL -9.32912
-▁SPECIFIC -8.47201
-▁SPEECH -10.2225
-▁SPEED -10.2232
-▁SPEJIELL -9.69812
-▁SPIEL -9.13325
-▁SPIRIT -10.1559
-▁SPITJE -11.0242
-▁SPOKE -10.7576
-▁SPORT -8.84547
-▁SPRECHEN -9.50767
-▁SPRICH -10.3712
-▁SPäT -9.82972
-▁ST -8.14413
-▁STAATEN -8.56043
-▁STABIL -10.221
-▁STABILIT -10.0956
-▁STABILITäT -10.2237
-▁STADI -10.7566
-▁STAFF -9.82872
-▁STAGE -9.87835
-▁STAMM -10.7562
-▁STAND -9.00541
-▁STANDARD -9.01548
-▁STANDPUNKT -9.10155
-▁STARK -9.7398
-▁START -9.07916
-▁STATE -8.10512
-▁STATEMENT -9.24821
-▁STATES -7.40676
-▁STATISTIC -10.5451
-▁STATT -9.30005
-▁STATTFINDE -9.87634
-▁STATU -9.10204
-▁STAY -10.7565
-▁STEH -9.01097
-▁STEHEN -9.25536
-▁STEHENDE -10.5156
-▁STEIG -10.5504
-▁STELLE -9.58602
-▁STELLEN -9.0498
-▁STELLT -9.03614
-▁STELLUNGNAHME -10.0934
-▁STEP -9.38664
-▁STEUER -9.47909
-▁STEUERJAHLER -11.0241
-▁STILL -8.55957
-▁STIMME -9.92629
-▁STIMULAT -11.0241
-▁STOP -10.4318
-▁STR -8.72336
-▁STRA -9.95148
-▁STRAF -9.96984
-▁STRATEG -9.36834
-▁STRATEGIE -9.52255
-▁STRATEGISCHE -10.6745
-▁STRAßBURG -10.5451
-▁STRAßENVERKEHR -10.7562
-▁STRENGTHEN -10.2939
-▁STRESS -9.47927
-▁STRICT -10.1559
-▁STRONG -9.38529
-▁STRUCTURAL -9.78327
-▁STRUCTURE -10.4542
-▁STRUKTUR -9.37289
-▁STRUKTURFONDS -9.69821
-▁STUDENT -10.8812
-▁STUDIE -9.78332
-▁STUDY -10.6451
-▁STUNDE -10.3732
-▁STäRK -9.24488
-▁STäRKERE -10.2977
-▁SU -9.15948
-▁SUB -9.27198
-▁SUBJECT -8.62716
-▁SUBMITT -10.0427
-▁SUBSEQUENT -11.0241
-▁SUBSIDI -10.2225
-▁SUBSIDIARIT -10.4541
-▁SUBSIDIARITäT -10.371
-▁SUBSTANCE -9.78343
-▁SUBSTANTI -10.2225
-▁SUCCESS -9.7831
-▁SUCCESSFUL -10.2228
-▁SUCH -7.79917
-▁SUFFER -10.0345
-▁SUFFICIENT -9.54691
-▁SUGGEST -9.3273
-▁SUMME -10.7574
-▁SUMMIT -9.78327
-▁SUPER -9.92636
-▁SUPPLEMENT -10.1559
-▁SUPPLIE -11.0241
-▁SUPPLY -10.7562
-▁SUPPORT -7.69011
-▁SUPPOSED -10.8812
-▁SURE -9.30363
-▁SURPRIS -10.5451
-▁SURROUND -10.7562
-▁SURVIV -11.0241
-▁SUSPEN -10.2225
-▁SUSTAIN -9.73979
-▁SWED -9.44701
-▁SWI -10.1965
-▁SYMBOL -11.0241
-▁SYMPATH -10.5451
-▁SYSTEM -7.80547
-▁SYSTEMATISCH -10.5451
-▁SäMTLICHE -10.8812
-▁SüD -10.3711
-▁SüDAFRIKA -10.3709
-▁SüDOST -10.8812
-▁TA -9.04139
-▁TABAK -10.2939
-▁TABLE -9.74475
-▁TACKLE -10.3709
-▁TAG -9.58671
-▁TAGESORDNUNG -9.44683
-▁TAKE -7.35802
-▁TALK -8.93605
-▁TARGET -9.78327
-▁TASK -9.38537
-▁TAT -9.48239
-▁TATSACHE -9.92643
-▁TATSäCHLICH -9.54691
-▁TAUSEND -10.8813
-▁TAX -9.07935
-▁TEAM -10.8813
-▁TECHNI -10.8806
-▁TECHNICAL -9.58263
-▁TECHNISCHE -9.54706
-▁TECHNOLOG -9.40289
-▁TECHNOLOGIE -9.72235
-▁TEIL -8.0796
-▁TELE -9.87773
-▁TELL -9.88053
-▁TEMPORAR -10.7562
-▁TERM -8.44872
-▁TERRITOR -9.87802
-▁TERRORISM -10.0345
-▁TERRORIST -10.7562
-▁TEST -10.164
-▁TEXT -8.72744
-▁TH -7.7873
-▁THAN -8.10507
-▁THANK -8.24001
-▁THAT -5.2446
-▁THE -3.6861
-▁THEM -8.58922
-▁THEMA -8.72925
-▁THERE -6.61795
-▁THESE -7.24694
-▁THING -8.89272
-▁THINK -8.1476
-▁THIRD -8.68475
-▁THOROUGH -10.6451
-▁THOUGH -9.27496
-▁THOUSAND -10.6451
-▁THRE -9.4217
-▁THREAT -9.92735
-▁THROUGH -8.55957
-▁TIBET -9.87634
-▁TIEF -10.6034
-▁TIER -9.98661
-▁TIME -7.38579
-▁TO -4.4835
-▁TOB -9.69755
-▁TOO -8.38625
-▁TOPIC -10.3049
-▁TOTAL -9.06177
-▁TOURISM -10.8724
-▁TRACE -10.7567
-▁TRADE -9.12437
-▁TRADITION -10.0341
-▁TRADITIONELL -10.5457
-▁TRAFFIC -10.2208
-▁TRAFFICK -10.2958
-▁TRAG -9.91265
-▁TRAIN -9.35611
-▁TRANS -9.36805
-▁TRANSFER -9.54692
-▁TRANSLATE -11.0241
-▁TRANSPAREN -9.84123
-▁TRANSPARENJ -9.6204
-▁TRANSPARENT -9.91173
-▁TRANSPORT -8.79421
-▁TRAVEL -10.8812
-▁TREAT -8.30615
-▁TREATMENT -10.0382
-▁TREND -10.6452
-▁TRI -9.33381
-▁TRO -9.98542
-▁TROTJ -9.69825
-▁TRU -9.8546
-▁TRUE -9.89726
-▁TRY -9.48028
-▁TRäG -10.3073
-▁TUN -8.46126
-▁TURK -10.645
-▁TURKEY -9.87638
-▁TURN -9.65822
-▁TUT -10.3794
-▁TWO -8.47222
-▁TYPE -9.61973
-▁TäGLICH -11.0241
-▁TäTIGKEIT -9.81411
-▁TüRKE -9.58262
-▁TüRKISCH -10.7562
-▁UK -9.92806
-▁ULTIMATE -10.7562
-▁UM -6.56143
-▁UMFASSEND -10.5436
-▁UMFASSENDE -9.82946
-▁UMGEHEND -10.7564
-▁UMSETJUNG -9.03718
-▁UMSTäNDE -10.3709
-▁UMWELT -8.33767
-▁UMWELTSCHUTJ -10.4547
-▁UN -6.99576
-▁UNABHäNGIG -9.44683
-▁UNACCEPTABL -9.92634
-▁UNANIM -11.0237
-▁UNANIMOUS -10.6454
-▁UNCERTAINT -10.8812
-▁UND -4.84161
-▁UNDER -8.2262
-▁UNDERMINE -11.0242
-▁UNDERSTAND -9.41633
-▁UNDERTAKE -10.1559
-▁UNDERTAKING -9.92707
-▁UNEMPLOY -10.4542
-▁UNFORTUNATE -9.41558
-▁UNGE -9.76788
-▁UNGLüCK -10.6451
-▁UNIFORM -10.6451
-▁UNION -6.42776
-▁UNIT -8.92616
-▁UNIVERSAL -10.5451
-▁UNJUREICHEND -11.0241
-▁UNMITTELBAR -10.1559
-▁UNNöTIGE -10.8812
-▁UNS -7.06264
-▁UNSER -8.65267
-▁UNSERE -7.50078
-▁UNSERER -8.24498
-▁UNTER -7.51558
-▁UNTERBREITE -10.7562
-▁UNTERJEICHN -10.0934
-▁UNTERNEHMEN -8.70908
-▁UNTERNEHMER -10.8812
-▁UNTERNOMMEN -10.5451
-▁UNTERSCHEIDE -11.0241
-▁UNTERSCHIED -9.86374
-▁UNTERSCHIEDLICH -9.33465
-▁UNTERSTREICH -10.6452
-▁UNTERSTüTJE -11.0029
-▁UNTERSTüTJEN -9.17451
-▁UNTERSTüTJT -9.69825
-▁UNTERSTüTJUNG -8.68473
-▁UNTERSUCHUNG -10.2225
-▁UNVER -9.66392
-▁UP -7.5102
-▁URAN -10.2946
-▁URBAN -10.2939
-▁URGE -10.1226
-▁URGENT -9.58278
-▁URSACHE -10.8813
-▁URSPRüNGLICH -10.6451
-▁US -7.42942
-▁USA -9.58514
-▁USE -8.18111
-▁USUAL -11.0242
-▁V -9.05919
-▁VALID -10.4542
-▁VALUE -9.10136
-▁VAN -9.66295
-▁VARI -8.93681
-▁VEGETABLE -11.0241
-▁VEHICLE -10.5451
-▁VENEJUELA -10.8812
-▁VER -6.62205
-▁VERABSCHIED -10.0345
-▁VERANLASS -10.8821
-▁VERANTWORTUNG -8.82982
-▁VERBESSER -9.47102
-▁VERBESSERUNG -9.45471
-▁VERBIETEN -11.0243
-▁VERBINDUNG -10.0351
-▁VERBRAUCHER -8.8987
-▁VERBRECHEN -10.223
-▁VERBREIT -10.5451
-▁VERBUNDEN -9.87634
-▁VERDIEN -10.5397
-▁VEREHRTE -10.4543
-▁VEREINBAR -11.0122
-▁VEREINBARUNG -10.2279
-▁VEREINFACHUNG -10.8812
-▁VEREINIGTE -9.27249
-▁VEREINT -10.0934
-▁VERFAHREN -9.18659
-▁VERFOLG -9.51682
-▁VERFüG -9.05739
-▁VERGANGEN -9.29956
-▁VERGLEICH -10.3752
-▁VERHANDLUNG -9.29952
-▁VERHEUGEN -10.5451
-▁VERHINDER -10.0345
-▁VERJEICHN -10.7563
-▁VERJöGERUNG -10.294
-▁VERKEHRS -9.38041
-▁VERLANG -9.99507
-▁VERLAUF -10.3747
-▁VERLEIHEN -11.0241
-▁VERLIER -10.6463
-▁VERLOREN -11.0241
-▁VERMEID -10.7562
-▁VERMI -10.3247
-▁VERNüNFTIG -10.2225
-▁VERORDNUNG -9.01627
-▁VERPFLICHTUNG -9.4156
-▁VERRINGER -10.3709
-▁VERSCH -9.52127
-▁VERSCHIEDENE -9.10136
-▁VERSICHER -9.97901
-▁VERSP -10.4566
-▁VERSTEH -9.68688
-▁VERSTOß -10.7866
-▁VERSTäRK -9.87634
-▁VERSUCH -9.52875
-▁VERTEIDIG -9.78317
-▁VERTEIDIGUNGS -10.2941
-▁VERTEIL -10.486
-▁VERTRAG -8.86262
-▁VERTRAUEN -9.73979
-▁VERTRETEN -10.2263
-▁VERTRETER -9.69812
-▁VERTRäGE -9.87849
-▁VERURSACH -10.0934
-▁VERURTEILEN -10.6452
-▁VERURTEILT -10.294
-▁VERWALT -9.07913
-▁VERWEIS -10.1757
-▁VERWEND -9.82923
-▁VERWENDET -10.2239
-▁VERWIRKLICH -10.1559
-▁VERäNDERUNG -9.97897
-▁VERöFFENTLICH -10.7562
-▁VESSEL -10.7562
-▁VI -8.60284
-▁VICTIM -9.78327
-▁VIEL -7.74179
-▁VIELE -8.27168
-▁VIER -9.63305
-▁VIERTEN -10.2964
-▁VIEW -8.39152
-▁VIOLATION -10.4542
-▁VIOLEN -9.92652
-▁VISIT -10.0348
-▁VITAL -10.0935
-▁VO -8.15103
-▁VOICE -10.5456
-▁VOLK -10.4333
-▁VOLKS -9.25703
-▁VOLL -8.91774
-▁VOLLSTäNDIG -10.3714
-▁VOLUME -10.8812
-▁VON -5.85367
-▁VOR -6.6755
-▁VORAN -9.62187
-▁VORAUS -9.87973
-▁VORAUSSETJUNG -9.8288
-▁VORBEHALTE -10.8813
-▁VORBEREITE -10.8812
-▁VORBEREITUNG -10.1559
-▁VORGEHEN -10.0414
-▁VORGELEGT -9.44758
-▁VORGESCHLAGEN -8.91717
-▁VORGESEHEN -9.27321
-▁VORHANDEN -10.2939
-▁VORJU -9.44157
-▁VORLEG -10.9184
-▁VORLIEG -10.7333
-▁VORLIEGENDE -9.70025
-▁VORRANG -10.2225
-▁VORSCHLAG -8.29708
-▁VORSCHLäGE -8.91728
-▁VORSCHRIFTEN -9.63652
-▁VORSITJ -10.3696
-▁VORSITJENDE -10.4584
-▁VOT -9.44234
-▁VOTE -7.93614
-▁VöLKER -9.78327
-▁VöLLIG -9.87634
-▁W -6.43963
-▁WACHSAM -10.7562
-▁WACHSENDE -11.0255
-▁WAHL -9.36472
-▁WAHR -9.61457
-▁WAHRSCHEINLICH -10.4542
-▁WAIT -10.6453
-▁WANT -8.26861
-▁WAR -7.5184
-▁WAREN -8.92809
-▁WAS -6.6369
-▁WASSER -9.28779
-▁WASTE -9.16765
-▁WATCH -10.8813
-▁WATER -9.22059
-▁WAY -7.89955
-▁WE -5.44952
-▁WEAK -10.379
-▁WEAPON -10.2265
-▁WEEK -9.54823
-▁WEG -8.7414
-▁WEIL -8.06269
-▁WEISE -8.8357
-▁WEIT -9.1562
-▁WEITER -8.20779
-▁WEITERE -9.29513
-▁WEITEREN -9.78737
-▁WEIß -9.44687
-▁WEIßBUCH -10.3709
-▁WELCHE -8.68478
-▁WELCOME -9.07913
-▁WELL -8.22643
-▁WELT -8.67036
-▁WELTHANDELS -11.0241
-▁WELTWEIT -10.0938
-▁WENIG -9.20026
-▁WENIGE -9.21835
-▁WENN -7.15875
-▁WERDE -9.05836
-▁WERDEN -6.21911
-▁WERTE -9.6752
-▁WESENTLICH -9.42018
-▁WESENTLICHE -9.82183
-▁WETTBEWERB -9.40312
-▁WETTBEWERBS -9.77846
-▁WH -7.86933
-▁WHAT -7.34788
-▁WHEN -7.86463
-▁WHERE -8.2005
-▁WHICH -6.02474
-▁WHIL -8.97639
-▁WHITE -10.4544
-▁WHO -7.50695
-▁WHOLE -8.92147
-▁WICHTIG -8.39623
-▁WICHTIGE -9.09021
-▁WICHTIGER -10.1034
-▁WICHTIGSTE -9.54364
-▁WIDE -9.87086
-▁WIDER -9.79239
-▁WIDERSPR -9.92297
-▁WIE -6.77442
-▁WIEDER -8.46193
-▁WIEDERAUFBAU -10.5451
-▁WIEDERHOL -9.82897
-▁WILL -6.30243
-▁WIN -9.89288
-▁WIR -5.44656
-▁WIRKLICH -8.44846
-▁WIRKSAM -10.2444
-▁WIRKSAME -10.2011
-▁WIRKUNG -10.3718
-▁WIRTSCHAFT -9.1598
-▁WIRTSCHAFTLICHE -8.71993
-▁WIRTSCHAFTS -9.5301
-▁WISH -8.62897
-▁WISSEN -8.6554
-▁WISSENSCHAFT -9.65835
-▁WITH -6.00677
-▁WITHDRAW -10.4542
-▁WITNESS -11.0241
-▁WO -8.06586
-▁WOCHE -9.66936
-▁WOHL -8.99722
-▁WOLLTE -10.294
-▁WOM -9.05275
-▁WONDER -10.294
-▁WORD -8.05683
-▁WORK -7.69336
-▁WORKER -9.79513
-▁WORKING -9.06053
-▁WORLD -8.46011
-▁WORRY -10.3709
-▁WORS -10.045
-▁WORT -8.52387
-▁WRIT -10.3726
-▁WRONG -10.5451
-▁WTO -10.2284
-▁WURDE -7.483
-▁WäHLE -10.4542
-▁WäHRUNGS -10.2939
-▁WäLDER -10.7562
-▁WäRE -8.50908
-▁WüNSCHE -9.73979
-▁WüRDE -8.53819
-▁WüRDEN -9.76797
-▁XENOPHOBI -10.2939
-▁YE -8.8178
-▁YEAR -7.51484
-▁YORK -11.0241
-▁YOU -7.10455
-▁YOUNG -9.62468
-▁YOUR -8.25545
-▁YUGOSLAV -11.0241
-▁Z -8.47084
-▁ZAHL -9.38528
-▁ZEIT -8.27668
-▁ZEITPLAN -10.5451
-▁ZEITRAUM -10.4553
-▁ZENTR -10.5458
-▁ZENTRALBANK -10.3709
-▁ZIEL -8.68925
-▁ZIELE -9.34692
-▁ZIELSETJUNG -10.3714
-▁ZIVIL -10.0345
-▁ZU -9.08966
-▁ZUGANG -9.78351
-▁ZUKUNFT -9.29955
-▁ZUSAMMEN -8.66974
-▁ZUSAMMENHA -8.762
-▁ZUSATJSTOFFE -10.7562
-▁ZUSTIMMUNG -9.87634
-▁ZUSTäNDIGKEIT -10.1559
-▁ZUWANDERUNG -11.0241
-▁ZWECK -10.4542
-▁ZYPERN -10.5451
-▁äHNLICH -10.4542
-▁äLTERE -10.7562
-▁äUßERST -9.22054
-▁öFFENTLICH -9.74699
-▁öFFENTLICHE -9.19138
-▁öKOLOGISCHE -10.7562
-▁öSTERREICHISCHE -10.6451
-▁üBER -6.61137
-▁üBERJEUGEN -10.7564
-▁üBERJEUGT -10.5452
-▁üBERNOMMEN -10.8812
-▁üBERPRüF -10.4542
-▁üBERRASCH -11.0241
-▁üBLICH -10.8812
-▁üBRIGEN -9.41558
+SKI -10.3314
+SKONFERENJ -9.68814
+SMITGLIED -10.2711
+SMöGLICHKEIT -10.5938
+SORGE -10.0119
+SPA -9.92952
+SPEJIALIS -11.2393
+SPEJIFISCHE -10.3425
+SPIEL -10.7094
+SPRACH -9.98605
+SPRECHEN -9.16473
+SPROGRAMM -9.80075
+SPROJESSE -11.0715
+SPRUNG -10.8057
+SSTRATEGIE -11.0727
+SSYSTEME -10.1572
+ST -6.64703
+STAAT -8.9331
+STAATLICHE -10.1015
+STAATSANGEHöRIGE -11.0727
+STABILIS -11.1968
+STADT -11.0727
+STANCE -9.34433
+STAND -8.52876
+STAT -9.40481
+STE -8.80605
+STEHEN -10.052
+STELLE -8.77955
+STELLUNG -8.91649
+STEN -8.36223
+STER -9.67008
+STERDA -10.009
+STERN -9.70277
+STERREICH -9.63137
+STIMMEN -9.03286
+STIMMT -9.10734
+STITUT -10.4191
+STOCK -10.3427
+STOFF -10.5142
+STOFFE -10.0206
+STOPP -10.9496
+STOßEN -10.7772
+STRAFE -10.5304
+STREBEN -10.3744
+STRENG -9.53555
+STRUKTUR -10.3246
+STRöM -10.4189
+STäNDIG -9.0799
+STüTJT -11.2388
+SUBVENTION -10.5937
+SUCHT -10.0032
+SURANCE -10.503
+SVERFAHREN -9.74125
+SWEISE -9.03586
+SYSTEM -9.14431
+SäTJE -10.5938
+T -4.48099
+TABILITäT -10.8017
+TAG -9.54536
+TAKING -9.10578
+TAN -9.47947
+TE -6.7755
+TEIL -9.02193
+TEILNEHMER -11.2393
+TEILUNG -9.93873
+TEN -7.06283
+TER -8.05702
+TERGOVERNMENTAL -9.70671
+TERRA -9.92612
+TEXT -9.197
+TH -7.92236
+THE -9.06481
+THER -9.50588
+THING -8.25817
+THIS -5.65554
+THOUGH -9.20023
+THUS -9.95673
+TI -8.66378
+TIEFST -10.6937
+TIL -9.43072
+TIME -9.69663
+TING -9.19458
+TION -8.6144
+TJ -8.76703
+TO -8.75995
+TOMO -9.85276
+TOURISMUS -10.9342
+TRA -8.66504
+TRACT -10.6316
+TRAGEN -9.38878
+TREFFEN -9.12761
+TREIBEN -11.0088
+TRETEN -9.26823
+TRIBUTE -11.2388
+TRITT -10.2065
+TRUPPE -10.8048
+TRäGE -9.46785
+TRäGLICH -10.5028
+TTER -8.51096
+TU -9.15211
+TURE -8.04488
+TWE -7.9086
+TWICKLUNGSLäNDER -10.3596
+TY -8.21741
+TäTIG -10.2043
+TäTIGKEIT -9.3213
+U -6.67226
+UB -9.18425
+UCH -7.91842
+UCTION -10.9295
+UD -9.52991
+UE -8.73073
+UES -9.57099
+UFF -10.3141
+UG -8.94859
+UHR -9.43545
+UL -7.94458
+UM -7.23375
+UN -8.44364
+UND -8.23418
+UNG -6.04453
+UNGEN -7.85821
+UNGSSTELLE -10.5841
+UNTER -10.0071
+UNTERNEHMEN -10.3256
+UNTERSCHIEDLICHE -10.4664
+UR -7.54387
+URAL -9.6847
+URE -9.10818
+URGENC -11.0784
+URTEIL -9.95977
+US -7.80003
+UT -7.74278
+UßERUNG -10.9298
+V -7.25411
+VE -7.89439
+VER -8.03414
+VERBINDLICH -10.9298
+VERBOT -9.83258
+VERBRAUCH -10.5023
+VERBRENNUNGS -11.2393
+VERFAHREN -10.1191
+VERHäLTNIS -9.74723
+VERKEHR -8.74927
+VERLETJUNG -10.1419
+VERLUST -10.9298
+VERMöGEN -11.2393
+VERPFLICHTET -10.142
+VERSCHMUTJUNG -10.6937
+VERSICHERUNG -10.6331
+VERSORGUNG -10.6937
+VERSTAND -10.2232
+VERSTäNDLICH -9.37589
+VERSTäNDNIS -10.6912
+VERSTöß -11.2393
+VERTRETUNG -11.0727
+VERY -7.59769
+VES -8.83647
+VIEL -10.2451
+VISION -9.49579
+VO -9.6707
+VOLLE -10.0805
+VOR -8.70676
+VORSCHRIFTEN -10.7191
+VORTEILE -10.9309
+W -6.88813
+WACHSEN -10.2045
+WACHSTUM -9.87731
+WAHL -10.9779
+WAND -9.59643
+WANDEL -10.4207
+WARDS -9.19611
+WARTEN -10.7823
+WASSER -10.499
+WAY -9.38392
+WE -8.91743
+WEALTH -10.931
+WECHSEL -10.4195
+WEG -9.8321
+WEGEN -9.48295
+WEIFEL -10.2044
+WEIGER -10.5943
+WEISE -9.92904
+WEIST -10.6217
+WEIT -9.17656
+WEND -9.87755
+WERE -8.64608
+WERK -9.74858
+WERT -8.24651
+WESEN -9.34186
+WETTBEWERBSFäHIG -10.4643
+WHAT -10.6003
+WHERE -10.1033
+WIDME -10.5937
+WIERIG -11.2393
+WILL -10.5004
+WIRKEN -10.6622
+WIRTSCHAFT -9.4662
+WIS -10.091
+WO -9.51881
+WOHL -8.36805
+WOLLEN -8.58243
+WORTH -10.0187
+WU -9.27068
+WUNSCH -10.6939
+Wä -9.6288
+WäCHST -11.0727
+WäHREND -8.98463
+WäHRUNG -10.6613
+WüRDIG -10.4195
+X -8.47558
+Y -4.91964
+Z -10.7109
+ß -7.95196
+ßT -9.16435
+ä -7.55851
+äNDE -9.99402
+äNDER -9.3366
+äNGNIS -11.0727
+äR -8.71546
+äT -8.95922
+äUF -11.0716
+ö -7.98641
+öFFN -10.2711
+öKONOMISCHE -10.9298
+öL -9.78916
+öRT -9.82841
+ü -7.37465
+üRGERBEAUFTRAGTE -10.8048
+üRJT -10.6947
+▁ -2.41567
+▁& -6.06266
+▁- -6.59592
+▁. -3.76388
+▁... -9.92546
+▁00 -9.21215
+▁000 -9.22081
+▁011 -11.0727
+▁015 -11.0727
+▁017 -11.2393
+▁06 -10.5947
+▁1 -9.1097
+▁1. -10.4247
+▁10 -8.96366
+▁11 -9.26969
+▁12 -9.15038
+▁13 -9.5076
+▁14 -9.46461
+▁15 -9.29568
+▁16 -10.2057
+▁17 -10.2723
+▁18 -9.83303
+▁19 -9.74692
+▁197 -10.6945
+▁198 -9.78884
+▁199 -7.44222
+▁2 -8.38261
+▁20 -8.90735
+▁200 -7.48512
+▁21 -9.83363
+▁22 -10.2067
+▁24 -9.83297
+▁25 -9.74926
+▁3 -8.64577
+▁30 -9.46959
+▁4 -8.92274
+▁40 -9.82872
+▁45 -10.5062
+▁48 -10.5965
+▁5 -9.27687
+▁50 -9.20599
+▁6 -9.34754
+▁60 -10.4049
+▁7 -9.07858
+▁80 -10.2495
+▁A -4.96875
+▁AB -7.70012
+▁ABEND -10.3449
+▁ABER -7.25921
+▁ABGE -9.55689
+▁ABGEORDNETE -9.00326
+▁ABGEORDNETEN -8.89427
+▁ABHäNGIG -10.2711
+▁ABJU -9.83891
+▁ABKOMMEN -9.30704
+▁ABLE -9.22384
+▁ABLEHN -10.2734
+▁ABO -9.28219
+▁ABSCHLIEßEND -9.70672
+▁ABSCHLUß -10.6944
+▁ABSICHT -10.143
+▁ABSOLUT -10.7754
+▁ABSOLUTE -9.38308
+▁ABSTAIN -10.6937
+▁ABSTIMMUNG -8.70412
+▁ABUSE -10.6967
+▁ACCEPT -8.71861
+▁ACCESS -9.14995
+▁ACCIDENT -10.0834
+▁ACCORD -9.66216
+▁ACCORDING -9.46918
+▁ACCOUNT -8.73332
+▁ACCUS -11.0727
+▁ACHIEV -10.1853
+▁ACHIEVE -9.04955
+▁ACQUI -10.0277
+▁ACT -8.98387
+▁ACTION -8.16315
+▁ACTIVIT -9.17267
+▁ACTUAL -9.221
+▁ADAPT -10.2044
+▁ADD -9.8846
+▁ADDITION -9.74473
+▁ADDITIONAL -10.4234
+▁ADDITIVE -10.8048
+▁ADDRESS -9.08471
+▁ADEQUATE -10.2044
+▁ADJUSTMENT -11.0727
+▁ADMINISTRATION -10.4195
+▁ADMINISTRATIVE -9.52769
+▁ADOPT -8.3554
+▁ADVANCE -10.8048
+▁ADVANTAGE -10.6937
+▁ADVI -10.2045
+▁ADVOCATE -10.8048
+▁AFFAIR -9.06388
+▁AFFECT -9.29477
+▁AFFORD -10.9298
+▁AFGHANIS -11.2393
+▁AFRICA -9.87731
+▁AFRIKA -10.2709
+▁AFRIKANISCHE -10.0833
+▁AFTER -8.77885
+▁AGAIN -7.67503
+▁AGENC -10.4204
+▁AGENDA -9.40446
+▁AGRAR -10.5029
+▁AGREE -8.50809
+▁AGREEMENT -8.54551
+▁AGRICULTUR -9.00386
+▁AID -8.46879
+▁AIM -9.22045
+▁AIR -9.4646
+▁AIRPORT -11.0761
+▁AKJEPTAB -11.0131
+▁AKJEPTIER -9.87731
+▁AKTION -9.26915
+▁AKTIONSPLAN -11.2393
+▁AKTIV -9.87721
+▁AKTIVITäT -10.0833
+▁AL -8.00216
+▁ALBA -10.4201
+▁ALCOHOL -10.4195
+▁ALKOHOL -10.2711
+▁ALL -6.79784
+▁ALLE -7.28768
+▁ALLEIN -9.81516
+▁ALLEN -8.86208
+▁ALLER -8.36302
+▁ALLGEMEIN -10.4774
+▁ALLGEMEINE -9.71837
+▁ALLIANCE -10.5028
+▁ALLOCAT -10.8056
+▁ALLOW -8.84528
+▁ALONG -9.92874
+▁ALS -6.83563
+▁ALTER -10.2105
+▁ALTERNATIVE -9.70671
+▁AM -7.32167
+▁AMBITIO -10.2047
+▁AMEND -9.74921
+▁AMENDMENT -7.84874
+▁AMERICA -10.3219
+▁AMERICAN -10.0429
+▁AMERIKANISCHE -10.8048
+▁AMONG -9.43389
+▁AMOUNT -9.92493
+▁AMSTERDAM -9.70672
+▁AMTIERENDE -10.142
+▁AN -5.78594
+▁ANALYSE -10.1419
+▁ANALYSI -10.0278
+▁AND -4.82603
+▁ANDERE -8.04142
+▁ANDEREN -8.37577
+▁ANERKANNT -10.6937
+▁ANERKENN -9.75609
+▁ANFANG -10.2045
+▁ANFRAGE -9.70483
+▁ANGE -9.4653
+▁ANGEBOT -10.5937
+▁ANGEH -10.3018
+▁ANGEHöRIGE -10.9314
+▁ANGELEGENHEIT -9.20416
+▁ANGEMESSEN -10.2045
+▁ANGENOMMEN -9.93309
+▁ANGESPROCHEN -10.0888
+▁ANGESTREBT -11.0727
+▁ANGOLA -10.9298
+▁ANIMAL -10.3426
+▁ANJU -9.58231
+▁ANMERKUNG -10.5028
+▁ANNUAL -10.1419
+▁ANSATJ -10.2143
+▁ANSICHT -9.02576
+▁ANSPRUCH -10.3425
+▁ANSWER -9.87735
+▁ANTI -9.49362
+▁ANTICIPATE -11.2393
+▁ANTRAG -10.0276
+▁ANTWORT -9.21309
+▁ANWENDUNG -9.63123
+▁ANWESEND -10.3426
+▁ANXI -11.0733
+▁ANY -7.65003
+▁AP -9.69034
+▁APART -10.8087
+▁APPARENT -10.9298
+▁APPEAL -10.5938
+▁APPEAR -9.83187
+▁APPLICA -11.2391
+▁APPLICATION -9.59554
+▁APPLIE -9.26913
+▁APPLY -9.59555
+▁APPRECIAT -10.5028
+▁APPROACH -8.98463
+▁APPROPRIAT -9.19593
+▁APPROV -9.67622
+▁APPROVE -9.6236
+▁APPROXIMAT -11.0727
+▁ARBEIT -8.62935
+▁ARBEITEN -9.33832
+▁ARBEITNEHMER -10.2044
+▁ARBEITS -8.77658
+▁ARBEITSPLATJ -10.6937
+▁ARBEITSPLäTJE -9.92493
+▁ARE -6.00864
+▁AREA -7.92208
+▁ARGUE -11.2393
+▁ARGUMENT -9.66825
+▁ARIS -10.529
+▁ARM -9.85551
+▁ARMUT -9.87778
+▁ARRANGEMENT -11.2393
+▁ARRIVE -11.0727
+▁ART -9.21345
+▁ARTICLE -8.92906
+▁ARTIKEL -9.21974
+▁AS -6.1694
+▁ASK -8.59926
+▁ASPECT -9.19593
+▁ASPEKTE -10.0396
+▁ASSEMBL -11.2393
+▁ASSESS -10.419
+▁ASSESSMENT -9.70703
+▁ASSISTAN -9.78883
+▁ASSOCIATE -10.6937
+▁ASSOCIATION -10.5028
+▁ASSOJIIERUNGS -11.0727
+▁ASSUME -10.6937
+▁ASYL -9.29505
+▁ASYLBEWERBER -11.0727
+▁AT -6.91823
+▁ATLANTI -10.6938
+▁ATMOSPH -11.0727
+▁ATTACH -10.6937
+▁ATTACK -10.2044
+▁ATTEMPT -10.1419
+▁ATTEND -10.6942
+▁ATTENTI -9.53105
+▁ATTITUDE -10.3425
+▁AUDIOVISU -10.2044
+▁AUDITOR -10.5937
+▁AUF -5.88455
+▁AUFENTHALT -10.5028
+▁AUFFASSUNG -9.29628
+▁AUFFORDER -10.7708
+▁AUFGABE -9.44582
+▁AUFGABEN -9.95853
+▁AUFGENOMMEN -9.98222
+▁AUFMERKSAM -9.46418
+▁AUFNAHME -10.0378
+▁AUFRECHTERHALT -11.0728
+▁AUGEN -9.66865
+▁AUS -6.68139
+▁AUSBILDUNG -9.78957
+▁AUSDRUCK -9.29609
+▁AUSDRüCKLICH -10.3425
+▁AUSEINANDERSETJ -10.9299
+▁AUSFüHRLICH -10.6937
+▁AUSFüHRUNG -9.92895
+▁AUSGABE -10.3834
+▁AUSGE -9.42239
+▁AUSGEH -9.83492
+▁AUSGEJEICHNETE -10.1419
+▁AUSGEWOGEN -10.3425
+▁AUSJU -9.84809
+▁AUSMAß -10.5034
+▁AUSREICHEND -10.142
+▁AUSSAGE -10.42
+▁AUSSCHUSS -9.21102
+▁AUSSCHUß -8.91694
+▁AUSSCHüSSE -10.9298
+▁AUSSPRACHE -9.12775
+▁AUSTRIA -9.24413
+▁AUSWIRK -10.6179
+▁AUSWIRKUNG -9.67646
+▁AUSüB -10.694
+▁AUTHORIS -10.3425
+▁AUTHORIT -8.79441
+▁AUTO -10.345
+▁AUTOMATI -10.2711
+▁AUTONOM -10.8048
+▁AUßEN -9.37589
+▁AUßER -8.89366
+▁AUßERORDENTLICH -9.74671
+▁AVAILAB -9.10599
+▁AVOID -10.2044
+▁AWAIT -11.2393
+▁AWARE -9.04347
+▁B -7.50938
+▁BACK -9.12773
+▁BAD -10.2714
+▁BAHN -11.0727
+▁BALANCE -9.32109
+▁BALKAN -9.5955
+▁BAN -9.59479
+▁BANANA -10.6937
+▁BANGLADES -11.0727
+▁BANK -9.58825
+▁BAR -9.53868
+▁BAS -9.38576
+▁BASE -9.20461
+▁BASIC -9.60892
+▁BASIS -8.67605
+▁BE -5.18803
+▁BEABSICHTIGT -11.0727
+▁BEAMTE -9.975
+▁BEANTWORTE -10.3444
+▁BECOME -9.27287
+▁BEDAUER -9.98872
+▁BEDENK -10.6907
+▁BEDEUTEN -10.6275
+▁BEDEUTET -9.52769
+▁BEDEUTUNG -8.98463
+▁BEDüRF -10.4195
+▁BEEN -7.17643
+▁BEFA -10.5475
+▁BEFASS -10.4635
+▁BEFINDE -10.3995
+▁BEFORE -8.98455
+▁BEFüRCHTE -10.6937
+▁BEFüRWORTE -10.2213
+▁BEGIN -9.90487
+▁BEGINN -9.24096
+▁BEGLüCKWüNSCHE -9.83186
+▁BEGRüND -10.1077
+▁BEGRüß -10.4179
+▁BEGRüßE -9.63193
+▁BEHAL -8.82431
+▁BEHANDELN -10.6942
+▁BEHANDELT -9.70688
+▁BEHAUPTE -10.708
+▁BEHIND -10.0276
+▁BEHINDERT -10.8052
+▁BEHöRDE -9.30177
+▁BEI -7.13539
+▁BEIDE -9.48199
+▁BEIM -9.78827
+▁BEING -8.09174
+▁BEINHALTE -10.9336
+▁BEISPIEL -8.4739
+▁BEITRAG -9.29101
+▁BEITRITT -9.66875
+▁BEITRäG -11.0028
+▁BEJIEH -10.4687
+▁BEJIEHUNG -9.62677
+▁BEJUG -8.81032
+▁BEKANNT -9.26975
+▁BEKäMPFUNG -9.62935
+▁BELGI -9.87801
+▁BELIEVE -8.23143
+▁BELONG -10.2754
+▁BEMERKUNG -10.3425
+▁BEMüH -9.52769
+▁BENEFICIA -11.0727
+▁BENEFIT -9.78838
+▁BENöTIG -9.97493
+▁BEOBACHT -9.66825
+▁BERATUNG -10.8052
+▁BEREICH -8.07917
+▁BEREIT -8.97082
+▁BEREITGESTELLT -10.4201
+▁BEREITS -8.1351
+▁BERICHT -7.17659
+▁BERLIN -10.2711
+▁BERUF -10.1508
+▁BERUH -10.2045
+▁BERüCKSICHTIG -9.84481
+▁BERüCKSICHTIGEN -9.9602
+▁BESCHLEUNIG -10.9298
+▁BESCHLOSSEN -10.3425
+▁BESCHLüSSE -10.3425
+▁BESCHRäNKEN -11.2393
+▁BESCHäFTIGT -9.87731
+▁BESCHäFTIGUNG -9.38296
+▁BESEITIG -10.5937
+▁BESITJ -10.2137
+▁BESONDER -8.84359
+▁BESORGNIS -10.5028
+▁BESSER -9.19819
+▁BESSERE -9.78484
+▁BEST -8.62943
+▁BESTANDTEIL -11.0727
+▁BESTEH -8.85166
+▁BESTEHEN -9.82609
+▁BESTEHENDE -10.0672
+▁BESTIMMTE -9.06633
+▁BESTIMMUNG -9.36322
+▁BESTäTIG -9.92509
+▁BESUCH -10.6078
+▁BETEILIG -9.89097
+▁BETEILIGT -9.77613
+▁BETON -9.83575
+▁BETRAG -10.7511
+▁BETREFFEND -10.2715
+▁BETREIB -10.9695
+▁BETRI -8.84125
+▁BETRIEB -10.3881
+▁BETROFFEN -9.5955
+▁BETRUG -10.5028
+▁BETRäCHTLICH -10.3425
+▁BEUNRUHIG -10.5937
+▁BEVöLKERUNG -9.22577
+▁BEWAHR -10.6937
+▁BEWEIS -9.93963
+▁BEWIRK -10.9612
+▁BIETE -9.80803
+▁BILATERAL -10.0831
+▁BILDE -10.1875
+▁BILDUNG -9.62938
+▁BILL -10.0205
+▁BILLIG -10.2129
+▁BIN -8.40414
+▁BINNENMARKT -9.66825
+▁BIO -9.87348
+▁BIOTECHNOLOG -10.9471
+▁BIRDAL -11.2393
+▁BIS -8.5043
+▁BISHER -9.56275
+▁BITTE -9.04366
+▁BLAM -11.0728
+▁BLOCK -10.5937
+▁BLOK -11.0727
+▁BO -8.60575
+▁BOD -9.42866
+▁BORDER -9.56103
+▁BOTH -8.59886
+▁BOTSCHAFT -10.3425
+▁BR -8.52026
+▁BRAUCHE -9.53206
+▁BRAUCHT -10.5941
+▁BREITE -10.0831
+▁BRIEF -10.0276
+▁BRING -9.08243
+▁BRITIS -9.9248
+▁BRITISCHE -10.3437
+▁BROADCAST -10.8048
+▁BRUSSELS -10.5028
+▁BRüSSEL -10.4195
+▁BSE -10.2786
+▁BUDGET -8.48531
+▁BUNDES -10.6937
+▁BURDEN -10.5937
+▁BUREAU -10.5028
+▁BURM -10.5945
+▁BUSINESS -9.40446
+▁BUT -6.87617
+▁BY -6.47544
+▁BüNDNIS -11.2393
+▁BüRGER -8.19222
+▁C -6.99318
+▁CA -9.2545
+▁CALL -8.58716
+▁CAME -10.4331
+▁CAMP -10.6945
+▁CAMPAIGN -10.4195
+▁CAN -6.93689
+▁CANCELL -11.0727
+▁CANDIDATE -10.0276
+▁CAPACIT -10.1419
+▁CAPITA -11.2381
+▁CAPITAL -10.42
+▁CAR -9.14536
+▁CARE -10.066
+▁CAREFUL -10.594
+▁CARRIE -9.34881
+▁CARRY -9.59576
+▁CASE -8.23178
+▁CATEGOR -9.87731
+▁CAU -10.0455
+▁CAUSE -9.62572
+▁CENTRAL -9.43567
+▁CENTRE -9.70685
+▁CENTUR -10.2712
+▁CERTAIN -8.2587
+▁CHA -8.83973
+▁CHALLENGE -10.0831
+▁CHANCE -9.83233
+▁CHANCENGLEICH -10.9298
+▁CHANGE -8.63469
+▁CHANNEL -11.2393
+▁CHARACTER -10.5028
+▁CHARTA -9.70477
+▁CHARTER -9.66826
+▁CHEAP -11.0727
+▁CHECK -10.2713
+▁CHI -10.001
+▁CHILD -9.10602
+▁CHINA -9.43402
+▁CHINESE -10.5028
+▁CHINESISCHE -11.0727
+▁CHOCOLAT -10.1419
+▁CHOICE -10.6937
+▁CHOOS -11.0729
+▁CHRIST -10.4195
+▁CIGARETTE -10.6937
+▁CIRCLE -10.9298
+▁CIRCULAT -11.2393
+▁CIRCUM -10.2044
+▁CITIJEN -10.6183
+▁CITIJENS -8.33276
+▁CIVIL -9.83186
+▁CL -9.2658
+▁CLAIM -10.2044
+▁CLARIFY -10.5028
+▁CLASS -10.2045
+▁CLEAN -10.8049
+▁CLEAR -7.93486
+▁CLOSE -8.81102
+▁CLUB -10.5941
+▁CO -8.02751
+▁COAST -10.805
+▁CODECISION -10.5937
+▁COHE -10.2703
+▁COHEREN -10.2065
+▁COINCI -11.2393
+▁COLLABORATI -11.0727
+▁COLLEAGUE -9.5955
+▁COLLECT -10.4195
+▁COM -8.38144
+▁COMBAT -9.83187
+▁COMBIN -10.5028
+▁COME -8.64988
+▁COMMENT -9.34982
+▁COMMERC -10.5937
+▁COMMERCIAL -10.6938
+▁COMMISSION -6.65981
+▁COMMISSIONER -7.92698
+▁COMMITMENT -9.12772
+▁COMMITTE -9.97829
+▁COMMITTEE -8.02374
+▁COMMON -8.30589
+▁COMMUN -11.0715
+▁COMMUNICAT -11.2373
+▁COMMUNICATION -9.39176
+▁COMMUNIT -8.02919
+▁COMPA -10.0633
+▁COMPAN -9.22845
+▁COMPENSAT -10.3425
+▁COMPETITION -8.85947
+▁COMPETITIVE -9.74671
+▁COMPLAINT -11.0727
+▁COMPLETE -9.49543
+▁COMPLEX -10.2044
+▁COMPLI -10.0643
+▁COMPLY -10.2712
+▁COMPROMISE -10.0831
+▁COMPU -9.97496
+▁CON -7.92719
+▁CONC -9.72651
+▁CONCENTRATE -10.9298
+▁CONCEPT -10.5937
+▁CONCERN -7.66485
+▁CONCLUDE -9.66825
+▁CONCLUSION -9.56114
+▁CONDEMN -10.6938
+▁CONDITION -8.89366
+▁CONDUCT -10.3425
+▁CONFIDEN -10.4195
+▁CONFIRM -10.2711
+▁CONFLICT -9.63122
+▁CONFUS -10.5028
+▁CONGRATULAT -10.5471
+▁CONGRATULATE -9.44896
+▁CONNECTION -10.5938
+▁CONSEQUENCE -9.78838
+▁CONSEQUENT -10.5028
+▁CONSERVATI -10.5028
+▁CONSIDER -8.58864
+▁CONSIDERABL -10.1693
+▁CONSIDERATION -9.6706
+▁CONSIST -10.4182
+▁CONSOLIDAT -10.5937
+▁CONSTANT -10.3425
+▁CONSTITUTE -10.142
+▁CONSTITUTION -10.2044
+▁CONSTRUCTIVE -10.6938
+▁CONSULT -10.4187
+▁CONSULTATION -10.3433
+▁CONSUM -10.3353
+▁CONSUMER -8.796
+▁CONTAIN -9.52769
+▁CONTENT -9.7885
+▁CONTINU -10.011
+▁CONTINUE -8.95294
+▁CONTR -10.2595
+▁CONTRACT -10.2047
+▁CONTRADICT -10.4195
+▁CONTRIBUT -11.1033
+▁CONTRIBUTE -10.2566
+▁CONTRIBUTION -9.7074
+▁CONTROL -9.01071
+▁CONVENTION -9.70671
+▁CONVERG -10.8048
+▁CONVINCE -10.3425
+▁COOPERAT -8.55719
+▁COORDINAT -9.32109
+▁CORRESPOND -10.6937
+▁COST -8.81419
+▁COUNCIL -7.37521
+▁COUNT -9.90758
+▁COUNTERFEIT -10.9298
+▁COUNTR -7.69445
+▁COUNTRY -8.39055
+▁COURAGE -10.9298
+▁COURT -9.34815
+▁COVER -9.24616
+▁CREAT -9.40574
+▁CREATE -9.02444
+▁CREDIB -10.5028
+▁CREDIT -10.5937
+▁CRIME -9.32109
+▁CRIMINAL -10.2711
+▁CRIS -9.7071
+▁CRITERI -9.56102
+▁CRITICAL -10.3425
+▁CRITICISE -10.5028
+▁CRITICISM -10.0276
+▁CROP -10.8049
+▁CRUCIAL -10.0831
+▁CULTURE -10.2044
+▁CURRENC -10.5937
+▁CURRENT -8.77878
+▁CUSTOM -10.8048
+▁CUT -9.84058
+▁CYPRIOT -11.0727
+▁D -5.95568
+▁DA -6.45551
+▁DAFüR -8.3865
+▁DAMAGE -10.2712
+▁DAMI -7.95552
+▁DAN -8.19497
+▁DANGER -9.56113
+▁DANK -9.2687
+▁DANKE -9.88124
+▁DAR -8.52247
+▁DARA -9.06598
+▁DARAU -10.504
+▁DARAUF -8.24071
+▁DARIN -9.04512
+▁DARSTELL -9.54179
+▁DAS -5.74408
+▁DASS -7.62307
+▁DATA -9.88163
+▁DATE -9.92249
+▁DAUER -10.1519
+▁DAUERHAFTE -10.6937
+▁DAVI -10.6036
+▁DAVON -8.94726
+▁DAY -9.35975
+▁DE -7.89912
+▁DEADLINE -10.4195
+▁DEAL -8.5616
+▁DEBATE -8.14554
+▁DEBATTE -8.90144
+▁DEBATTIER -11.2393
+▁DEBT -10.2714
+▁DEC -9.34148
+▁DECADE -10.6937
+▁DECIDE -10.0206
+▁DECIDED -10.0349
+▁DECISI -10.695
+▁DECISION -8.44021
+▁DECLARATION -10.2044
+▁DEEP -10.2047
+▁DEFEND -9.83186
+▁DEFICIT -10.8048
+▁DEFIJIT -10.6937
+▁DEFIN -9.9658
+▁DEFINE -10.2836
+▁DEFINITION -9.92494
+▁DEGREE -10.4195
+▁DEJE -10.2768
+▁DEJENTRALISIER -11.0727
+▁DELAY -9.70674
+▁DELEGAT -11.2372
+▁DELEGATION -9.26943
+▁DELIGHT -10.5028
+▁DELIVER -10.5938
+▁DEM -6.46286
+▁DEMAND -9.32402
+▁DEMOCRAC -9.21974
+▁DEMOCRAT -9.87207
+▁DEMOCRATIC -9.49902
+▁DEMOKRATIE -9.2948
+▁DEMOKRATISCHE -9.0643
+▁DEMONSTRATE -9.83186
+▁DEMONSTRIER -11.2393
+▁DEN -5.59101
+▁DENKE -9.74116
+▁DENN -8.39796
+▁DEPARTMENT -10.694
+▁DEPEND -10.5927
+▁DEPLETE -11.0727
+▁DEPLOR -11.0727
+▁DEPRIV -11.2393
+▁DER -4.51942
+▁DERARTIGE -10.0887
+▁DERJEIT -9.80212
+▁DERJEITIGE -10.0483
+▁DEROGATION -10.8048
+▁DES -5.95194
+▁DESCRIBE -10.5028
+▁DESERVE -10.9308
+▁DESIGN -9.92558
+▁DESIRE -9.93587
+▁DESTROY -10.9298
+▁DETAIL -9.66826
+▁DETERMIN -9.70671
+▁DEUTLICH -8.89367
+▁DEVELOP -9.12708
+▁DEVELOPMENT -7.93168
+▁DEVOTE -10.8048
+▁DIALOG -8.81028
+▁DIE -4.35886
+▁DIENSTE -9.83672
+▁DIENSTLEISTUNG -10.0276
+▁DIENSTSTELLE -10.6938
+▁DIESBEJüGLICH -10.3432
+▁DIESE -5.82787
+▁DIFFERENCE -10.142
+▁DIFFERENT -8.92906
+▁DIFFICULT -8.89366
+▁DIGITAL -10.0831
+▁DIKTAT -11.2393
+▁DIMENSION -9.70671
+▁DINGE -10.1894
+▁DIPLOMATI -10.9316
+▁DIRECT -8.68947
+▁DIRECTIVE -7.91192
+▁DIRECTORATE -11.2393
+▁DIREKT -9.92493
+▁DIS -8.50156
+▁DISASTER -10.1419
+▁DISCHARGE -9.83186
+▁DISCIPLIN -11.2393
+▁DISCRIMINAT -9.52769
+▁DISCUSS -9.02092
+▁DISCUSSION -9.08743
+▁DISEASE -10.6937
+▁DISJIPLIN -11.2393
+▁DISKRIMINIER -11.1516
+▁DISKUSSION -9.56102
+▁DISKUTIER -9.83186
+▁DISPOS -10.4195
+▁DISPUTE -10.9298
+▁DISSEMINAT -11.2393
+▁DISTINCT -10.8048
+▁DISTRIBUT -9.92498
+▁DIVERSIT -10.6937
+▁DIVIDE -10.5028
+▁DO -6.73078
+▁DOCUMENT -9.21974
+▁DOLLAR -10.4195
+▁DONOR -10.5966
+▁DOPING -10.0835
+▁DOPPEL -10.6937
+▁DORT -9.15615
+▁DOUBLE -10.6937
+▁DOUBT -9.70674
+▁DOWN -9.24438
+▁DRAFT -9.29629
+▁DRASTIC -11.0727
+▁DRAW -9.14995
+▁DREI -9.40454
+▁DRINGEND -10.2044
+▁DRINGLICHE -10.9299
+▁DRINGLICHKEIT -10.5937
+▁DRITT -9.37943
+▁DRITTEN -9.96007
+▁DRIV -10.4238
+▁DROGEN -10.9299
+▁DRUG -10.93
+▁DRäNG -10.8048
+▁DUE -9.6075
+▁DUR -9.03724
+▁DURCH -7.40262
+▁DURCHFüHR -10.7897
+▁DURCHFüHRUNG -9.63342
+▁DURCHGEFüHRT -9.87861
+▁DYNAMI -10.3425
+▁DäN -10.3305
+▁DäNISCHE -10.7126
+▁DüRF -8.92906
+▁EARL -9.83631
+▁EASI -10.3428
+▁EAST -9.79096
+▁EBEN -8.94705
+▁EBENE -9.02835
+▁EBENSO -9.02353
+▁ECHO -10.6938
+▁ECHTE -10.5952
+▁ECO -10.1465
+▁ECONOM -9.04085
+▁ECONOMIC -8.38769
+▁EDUCATION -9.46418
+▁EFFECT -9.04311
+▁EFFECTIVE -8.89397
+▁EFFEKTIV -9.87752
+▁EFFICIENT -9.97765
+▁EFFIJIEN -10.6794
+▁EFFIJIENTE -10.2806
+▁EFFORT -9.06388
+▁EG -9.76872
+▁EHEMALIGE -10.9298
+▁EHRE -10.5032
+▁EHRLICH -11.0727
+▁EI -9.91081
+▁EIGENE -8.96838
+▁EIGENTLICH -9.56102
+▁EIN -5.92419
+▁EINDEUTIG -9.43387
+▁EINE -5.76362
+▁EINER -7.05968
+▁EINFACH -9.22127
+▁EINFLUß -11.0727
+▁EINGE -9.49936
+▁EINGEGANGEN -10.0862
+▁EINGEREICHT -10.3426
+▁EINHEITLICHE -10.2717
+▁EINIG -9.76596
+▁EINIGE -7.93951
+▁EINJEL -10.4839
+▁EINJELNE -8.98871
+▁EINJELSTAATLICH -10.6943
+▁EINJIGE -9.7075
+▁EINJU -8.98744
+▁EINKLA -10.9698
+▁EINMAL -8.66491
+▁EINRICHTUNG -9.79077
+▁EINSETJ -10.6062
+▁EINSTIMMIG -11.0727
+▁EINWANDERER -10.9298
+▁EINWANDERUNG -10.5028
+▁EINWOHNER -11.2393
+▁EISENBAHN -10.0276
+▁ELECT -10.1994
+▁ELECTION -9.88001
+▁ELECTORA -10.6959
+▁ELEKTRONISCHE -10.5937
+▁ELEMENT -9.3759
+▁ELIMINAT -10.8049
+▁ELSE -9.97531
+▁EMERG -10.4196
+▁EMISSION -10.1438
+▁EMOTION -11.2393
+▁EMP -9.88088
+▁EMPFEHLUNG -9.97493
+▁EMPHASIS -10.5204
+▁EMPHASISE -10.1916
+▁EMPLOY -8.91053
+▁EMPLOYEE -10.2069
+▁ENABLE -10.0483
+▁ENCOURAG -10.7651
+▁ENCOURAGE -9.99276
+▁END -8.42984
+▁ENDEAVOUR -10.9298
+▁ENDGüLTIG -10.6938
+▁ENDORSE -10.5938
+▁ENERG -9.34396
+▁ENERGIE -9.60107
+▁ENG -9.08187
+▁ENGAGE -10.084
+▁ENJOY -10.5028
+▁ENLARGEMENT -9.78838
+▁ENORM -9.9755
+▁ENSUR -10.565
+▁ENSURE -8.62559
+▁ENT -8.33707
+▁ENTER -10.1289
+▁ENTERPRISE -10.5028
+▁ENTFERN -10.6937
+▁ENTGEGEN -10.343
+▁ENTHALTEN -9.52835
+▁ENTIRE -10.3434
+▁ENTITLE -10.4195
+▁ENTJIEH -10.4281
+▁ENTLASTUNG -10.2711
+▁ENTSCHEIDEN -9.84567
+▁ENTSCHEIDEND -9.69468
+▁ENTSCHEIDUNG -8.86677
+▁ENTSCHIEDEN -10.2711
+▁ENTSCHLIEßUNG -8.62132
+▁ENTSCHLOSSEN -10.4195
+▁ENTSPR -10.5044
+▁ENTSPRECHEND -8.87642
+▁ENTSTEH -9.9813
+▁ENTTäUSCH -11.2393
+▁ENTWICKELN -10.1419
+▁ENTWICKELT -10.1419
+▁ENTWICKLUNG -8.04713
+▁ENTWICKLUNGS -9.37519
+▁ENVIRONMENT -8.96383
+▁ENVIRONMENTAL -8.66329
+▁EQUAL -9.36454
+▁EQUIP -11.073
+▁ER -7.2197
+▁ERACHTEN -9.26949
+▁ERARBEITET -10.9298
+▁EREIGNISSE -10.5937
+▁ERFAHRUNG -10.2044
+▁ERFOLG -9.32946
+▁ERFOLGREICH -10.0834
+▁ERFORDER -10.2787
+▁ERFORDERLICH -9.0863
+▁ERFREU -10.4195
+▁ERFüLL -9.5955
+▁ERGEBNISSE -9.74779
+▁ERGREIFEN -10.1437
+▁ERGRIFFEN -10.5029
+▁ERGäNJ -10.5028
+▁ERHEBLICH -10.8264
+▁ERHEBLICHE -10.2586
+▁ERHöH -10.2451
+▁ERINNER -9.49544
+▁ERJEUGER -10.8049
+▁ERKLäR -10.7599
+▁ERKLäRT -10.2222
+▁ERKLäRUNG -9.71168
+▁ERLAUB -10.5028
+▁ERLEB -10.5942
+▁ERLEICHTER -10.3426
+▁ERLäUTER -10.5028
+▁ERMöGLICH -9.43429
+▁ERNEUER -11.2391
+▁ERNEUERBARE -10.6938
+▁ERNEUT -10.0831
+▁ERNST -9.71241
+▁ERNSTHAFT -10.4197
+▁ERREICHT -9.59556
+▁ERRICHTE -10.9333
+▁ERROR -10.931
+▁ERSCHEIN -10.0276
+▁ERSETJ -10.74
+▁ERST -8.99258
+▁ERSTE -9.43421
+▁ERSTELL -10.3986
+▁ERSTEN -9.04042
+▁ERSUCHE -10.9308
+▁ERTEILE -10.8109
+▁ERWARTE -9.89078
+▁ERWARTUNG -10.4195
+▁ERWEITERN -11.2393
+▁ERWEITERUNG -9.29477
+▁ERWERB -10.5028
+▁ERWäGUNG -10.6937
+▁ERWäHN -11.0323
+▁ERWäHNT -9.7173
+▁ERöFFNET -11.0727
+▁ES -6.02424
+▁ESSENTIAL -9.29477
+▁ESTABLISH -8.64816
+▁ETHIOPIA -10.8048
+▁ETHISCHE -10.9303
+▁ETHNI -9.56149
+▁ETIKETT -10.4195
+▁ETWA -8.39686
+▁EU -7.3546
+▁EUR -9.08612
+▁EURO -7.98812
+▁EUROPA -7.67519
+▁EUROPE -7.82979
+▁EUROPEAN -6.46487
+▁EUROPäISCHE -6.44753
+▁EVALUAT -10.8048
+▁EVEN -8.09427
+▁EVENT -9.76319
+▁EVENTUELL -10.8048
+▁EVERY -8.37944
+▁EVIDEN -9.92493
+▁EXACT -10.3425
+▁EXAMINATION -10.9298
+▁EXAMINE -10.1419
+▁EXAMPLE -8.56969
+▁EXCELLEN -9.83186
+▁EXCEPTION -10.3425
+▁EXCESSIVE -10.5937
+▁EXCHANGE -10.2711
+▁EXCLUDE -10.8048
+▁EXCLUSI -10.1486
+▁EXECUTI -11.0727
+▁EXEMP -10.9299
+▁EXERCISE -10.4195
+▁EXIST -8.82646
+▁EXP -9.41391
+▁EXPECT -9.52769
+▁EXPEN -9.61962
+▁EXPERIENCE -9.6099
+▁EXPERT -10.1207
+▁EXPLAIN -10.2044
+▁EXPLANAT -10.0831
+▁EXPLOIT -10.4195
+▁EXPORT -9.34829
+▁EXPRESS -8.63486
+▁EXTEN -9.35162
+▁EXTENSIVE -10.4195
+▁EXTERN -9.97506
+▁EXTRA -10.93
+▁EXTREME -8.98463
+▁F -7.98648
+▁FA -9.15336
+▁FACE -9.67109
+▁FACILIT -9.92493
+▁FACT -7.93583
+▁FAIL -9.78934
+▁FAIR -9.63303
+▁FAITH -10.9298
+▁FAKTOR -10.0276
+▁FALL -8.26951
+▁FALSCH -10.3427
+▁FAMIL -9.76817
+▁FAMILIE -9.47906
+▁FAR -8.29068
+▁FARMER -9.40507
+▁FAST -9.75238
+▁FAT -9.99753
+▁FAVOUR -8.92906
+▁FE -8.81225
+▁FEAR -10.1445
+▁FEATURE -10.6937
+▁FEBRUAR -9.97493
+▁FEDERAL -10.5937
+▁FEEL -9.27001
+▁FEHL -9.21978
+▁FERNSEH -10.3426
+▁FEST -8.63609
+▁FESTGELEGT -10.0277
+▁FESTLEG -10.9911
+▁FESTLEGUNG -10.4217
+▁FESTSTELL -9.73322
+▁FEW -8.77981
+▁FI -8.63244
+▁FIELD -9.46253
+▁FIFT -10.4245
+▁FIGHT -9.37728
+▁FIGURE -10.2711
+▁FIJI -10.8053
+▁FILM -10.3426
+▁FINAL -8.62137
+▁FINANCIAL -8.60816
+▁FINANJ -9.37254
+▁FINANJIELLE -9.19593
+▁FINANJIERT -10.272
+▁FIND -8.83041
+▁FINDE -9.53634
+▁FINN -9.87915
+▁FIRM -9.97532
+▁FIRST -7.83649
+▁FISCH -9.48421
+▁FISCHEREI -9.04347
+▁FISH -9.78606
+▁FISHER -9.49856
+▁FLAG -10.6895
+▁FLEET -10.9298
+▁FLEXIBILIT -9.92493
+▁FLEXIBLE -10.0831
+▁FLO -9.47405
+▁FLUG -9.49555
+▁FLüCHTLING -10.2711
+▁FOCUS -10.5028
+▁FOLGEN -9.65869
+▁FOLGENDE -9.84584
+▁FOLGT -10.4195
+▁FOLLOW -8.85947
+▁FOOD -9.29505
+▁FOR -5.59218
+▁FORCE -9.03226
+▁FORDERT -10.5949
+▁FORDERUNG -9.40469
+▁FOREIGN -9.29478
+▁FOREST -9.5778
+▁FORM -8.27239
+▁FORMAL -10.1144
+▁FORMULA -10.9319
+▁FORMULIERT -11.0727
+▁FORMULIERUNG -10.8048
+▁FORSCHUNG -9.22271
+▁FORTSCHRITT -10.4396
+▁FORTSCHRITTE -9.65892
+▁FORWARD -9.34812
+▁FOUND -9.40446
+▁FOUR -9.5616
+▁FR -8.22805
+▁FRAGE -7.90168
+▁FRAGEN -8.6944
+▁FRAGESTUNDE -11.0727
+▁FRAKTION -8.38633
+▁FRAMEWORK -9.00386
+▁FRANJöSISCHE -9.24413
+▁FRANKREICH -10.3425
+▁FRAU -7.74114
+▁FRAUEN -8.78784
+▁FREE -9.08551
+▁FREEDOM -9.10599
+▁FREI -9.70137
+▁FREIJüGIGKEIT -10.8048
+▁FREITAG -10.8051
+▁FREIWILLIGE -11.0727
+▁FREMDEN -10.4195
+▁FREQUENT -10.6937
+▁FREUD -10.6937
+▁FREUE -9.97496
+▁FRIEDEN -9.06373
+▁FRIEDLICHE -10.9298
+▁FRIEND -10.3425
+▁FRIST -9.97753
+▁FRO -7.06599
+▁FRüH -10.8005
+▁FRüHER -10.0852
+▁FU -8.35582
+▁FUEL -10.3464
+▁FULFIL -10.6937
+▁FULL -8.99982
+▁FUNCTION -10.2044
+▁FUND -9.15989
+▁FUNDAMENTAL -8.92906
+▁FUNDS -9.65633
+▁FUNKTIONIER -9.92723
+▁FURTHER -8.77878
+▁FöRDER -8.9814
+▁FüHREN -9.22631
+▁FüHRT -10.2787
+▁FüNF -9.40446
+▁FüR -5.8343
+▁G -7.73301
+▁GAB -9.93298
+▁GAIN -10.5053
+▁GANJ -8.29599
+▁GANJE -9.63299
+▁GAP -10.5029
+▁GARANTIE -9.97498
+▁GAV -10.9317
+▁GE -6.80072
+▁GEBIET -8.68281
+▁GEBRAUCH -10.9298
+▁GEDANKEN -10.4236
+▁GEEHRTE -10.5937
+▁GEEIGNETE -11.0727
+▁GEF -9.57839
+▁GEFAHR -9.37072
+▁GEFUNDEN -10.8048
+▁GEFäHRDE -10.8048
+▁GEFäHRLICH -10.5937
+▁GEGEBEN -9.4626
+▁GEGEN -8.07639
+▁GEGENSEITIG -10.6937
+▁GEGENTEIL -10.5043
+▁GEGENWäRTIG -9.5955
+▁GEGENüBER -9.10599
+▁GEH -8.07127
+▁GEHöREN -10.4207
+▁GEHöRT -9.30897
+▁GELANG -10.2747
+▁GELD -9.13151
+▁GELEGENHEIT -9.83186
+▁GELEISTET -10.1419
+▁GELTENDE -10.2045
+▁GELUNGEN -10.8052
+▁GEMACHT -9.12792
+▁GEMEIN -10.7865
+▁GEMEINSAM -9.25567
+▁GEMEINSAME -8.41326
+▁GEMEINSCHAFT -8.56236
+▁GEMEINSCHAFTS -9.55489
+▁GEMäß -9.61701
+▁GENANNT -9.5955
+▁GENAU -9.02373
+▁GENEHMIG -10.6937
+▁GENERAL -8.62132
+▁GENERATE -11.0728
+▁GENERATION -10.2045
+▁GENERELL -10.5028
+▁GENTLEM -8.96576
+▁GENUG -10.2713
+▁GENUINE -9.70671
+▁GENUTJT -11.0727
+▁GEOGRAPHICAL -10.6937
+▁GEORG -10.8053
+▁GERADE -9.08471
+▁GERECHT -9.83594
+▁GERECHTFERTIGT -11.2393
+▁GEREGELT -10.9298
+▁GERICHT -10.1405
+▁GERING -9.74772
+▁GERMAN -9.97497
+▁GERN -10.0741
+▁GESAGT -9.34864
+▁GESAMTE -9.3034
+▁GESCHAFFEN -10.1428
+▁GESCHEHEN -9.97493
+▁GESCHI -10.6973
+▁GESCHICHT -11.0728
+▁GESCHMACK -11.2393
+▁GESCHäFT -11.2392
+▁GESELLSCHAFT -8.77133
+▁GESETJ -9.58466
+▁GESPRäCH -11.0007
+▁GESUNDHEIT -9.03811
+▁GET -9.27969
+▁GEWALT -9.49543
+▁GEWISSE -9.59552
+▁GEWIß -10.8048
+▁GEWOR -10.5028
+▁GEWäHLTE -11.0727
+▁GEWäHR -10.282
+▁GEWäHRLEIST -10.4262
+▁GEWäHRLEISTE -10.1445
+▁GEäNDERT -10.5029
+▁GEäUßERT -10.9298
+▁GIB -8.02077
+▁GIV -9.85919
+▁GIVE -7.77507
+▁GLAUBE -8.96827
+▁GLAUBWüRDIG -10.5028
+▁GLEICH -8.97041
+▁GLEICHE -9.71934
+▁GLEICHJEITIG -9.12776
+▁GLEICHSTELLUNG -10.5035
+▁GLOBAL -8.87642
+▁GLüCKLICH -11.2393
+▁GO -7.8847
+▁GOAL -10.0443
+▁GOOD -8.56986
+▁GOVERN -10.8044
+▁GOVERNMENT -8.17906
+▁GRA -9.2521
+▁GRADUAL -11.0727
+▁GRANT -9.78896
+▁GRATULIERE -10.5937
+▁GRAVIEREND -10.5937
+▁GREAT -8.11315
+▁GREE -9.8101
+▁GREEK -10.422
+▁GREEN -9.76619
+▁GRENJEN -10.0329
+▁GRENJüBER -10.7744
+▁GRIECHENLAND -9.97493
+▁GRIECHISCHE -10.6937
+▁GROUND -10.084
+▁GROUP -7.93816
+▁GROW -9.21974
+▁GROß -9.45727
+▁GROßBRITANNIEN -10.3425
+▁GROßE -8.29842
+▁GRUND -8.54602
+▁GRUNDLAGE -9.15326
+▁GRUNDLEGENDE -10.4195
+▁GRUNDRECHTE -9.70672
+▁GRUNDSäTJE -10.0832
+▁GRUNDSäTJLICH -10.0276
+▁GRößERE -10.0838
+▁GRößTE -9.63122
+▁GRößTMöGLICHE -11.0727
+▁GRüNDE -9.37314
+▁GRüNDLICHE -11.0727
+▁GRüNE -10.5937
+▁GUARANTEE -9.24413
+▁GUARD -10.6937
+▁GUI -10.506
+▁GUIDE -10.1429
+▁GUT -9.05573
+▁GUTE -8.9032
+▁H -8.36759
+▁HA -9.37503
+▁HABE -6.68169
+▁HABITAT -11.2393
+▁HAD -8.43267
+▁HAIDER -10.6937
+▁HAL -10.0934
+▁HALTE -9.21973
+▁HAND -8.42813
+▁HANDELN -9.88106
+▁HANDELS -9.83798
+▁HANDELT -9.29634
+▁HAPP -10.2518
+▁HAPPEN -9.09087
+▁HAR -9.49585
+▁HARD -9.8486
+▁HARMONIS -9.92894
+▁HARMONISIER -10.1992
+▁HAS -6.55026
+▁HAT -6.89027
+▁HATTE -9.40893
+▁HAUPTSäCHLICH -11.2393
+▁HAUS -9.53428
+▁HAUSE -10.0183
+▁HAUSHALT -9.85514
+▁HAUSHALTS -8.86782
+▁HAV -9.05318
+▁HAVE -6.18165
+▁HE -7.73223
+▁HEAD -9.53961
+▁HEALTH -8.74825
+▁HEAR -8.88565
+▁HEAV -10.6937
+▁HECTARE -11.2393
+▁HEIß -9.49551
+▁HEL -9.95271
+▁HELD -9.93339
+▁HELP -8.85997
+▁HENCE -10.5058
+▁HER -8.39533
+▁HERAUS -9.63179
+▁HERAUSFORDERUNG -10.3425
+▁HERJLICH -10.5028
+▁HERKUNFT -9.92505
+▁HERR -6.6506
+▁HERSTELL -10.3952
+▁HERVOR -9.92587
+▁HERVORGEHOBEN -10.6937
+▁HERVORHEB -10.8048
+▁HERVORRAGENDE -10.5937
+▁HEUT -8.03138
+▁HEUTIGE -10.3278
+▁HIER -7.58295
+▁HIGH -8.54488
+▁HIGHLIGHT -10.4195
+▁HILF -10.7352
+▁HILFE -9.25752
+▁HIM -9.74682
+▁HIN -8.10464
+▁HINAUS -9.34862
+▁HINJUFüG -10.9298
+▁HINNEHM -10.7626
+▁HINSICHT -9.02369
+▁HINTER -9.79045
+▁HINTERGRUND -10.8051
+▁HINWEIS -9.29671
+▁HIS -8.41922
+▁HISTOR -9.65853
+▁HISTORISCHE -10.7214
+▁HO -8.89327
+▁HOCH -9.46883
+▁HOFFE -8.74825
+▁HOFFNUNG -10.5028
+▁HOHE -8.91466
+▁HOLD -9.79206
+▁HOME -9.83211
+▁HONOUR -9.66826
+▁HOOLIGAN -10.8048
+▁HOPE -8.54503
+▁HORIJONTAL -10.6937
+▁HOUR -10.5067
+▁HOUSE -8.85949
+▁HOW -7.44649
+▁HUMAN -8.21367
+▁HUMANIT -10.2043
+▁HUMANITäRE -10.93
+▁HYPOCRI -11.2393
+▁HäL -10.5531
+▁HäTTE -9.63123
+▁HäUFIG -10.1419
+▁HöCHSTE -10.1419
+▁HöHE -10.261
+▁HöHERE -10.5158
+▁I -5.55995
+▁IDEA -9.59509
+▁IDEAL -10.4244
+▁IDENTIFI -10.5157
+▁IDENTIT -10.5027
+▁IDENTITäT -10.805
+▁IDEOLOG -10.6939
+▁IGNORE -11.0727
+▁IGNORIER -11.0727
+▁IHN -7.93257
+▁IHR -8.72787
+▁IHRE -7.32476
+▁IHRER -8.12095
+▁ILLEGAL -9.74671
+▁IM -6.1255
+▁IMAGIN -11.0727
+▁IMMEDIATE -10.0276
+▁IMMER -8.32686
+▁IMMIGRANT -10.8048
+▁IMPACT -9.78838
+▁IMPLEMENT -8.34529
+▁IMPORT -9.74867
+▁IMPORTAN -9.65556
+▁IMPORTANT -7.71337
+▁IMPOS -10.028
+▁IMPROV -10.0372
+▁IMPROVE -9.58863
+▁IMPROVEMENT -9.74748
+▁IN -4.33757
+▁INADEQUATE -11.0727
+▁INCIDENT -11.2201
+▁INCINERAT -10.9298
+▁INCLUD -9.11884
+▁INCLUDE -9.03154
+▁INCREASE -9.00386
+▁INCREASING -9.78838
+▁INDEM -9.80734
+▁INDEPENDEN -10.436
+▁INDICAT -9.78852
+▁INDIVIDU -10.9279
+▁INDIVIDUAL -9.21464
+▁INDONESI -10.8135
+▁INDUSTR -8.95225
+▁INDUSTRIE -9.48312
+▁INEVITABL -10.9298
+▁INFLATION -10.6937
+▁INFORM -9.40295
+▁INFORMATION -7.84881
+▁INFORMIER -9.81672
+▁INFRASTRUCTURE -10.0831
+▁INHALT -9.96099
+▁INITIAL -10.3426
+▁INITIATIVE -8.13734
+▁INNER -9.14927
+▁INNOVATION -10.3425
+▁INNOVATIVE -10.8048
+▁INSOF -10.3426
+▁INSPECTION -10.3425
+▁INSTITUTION -8.10522
+▁INSTRUMENT -8.85947
+▁INTEGRATE -10.0831
+▁INTEGRATION -9.43387
+▁INTEGRIER -10.9298
+▁INTEND -9.46575
+▁INTENSIV -10.503
+▁INTENTION -9.83192
+▁INTER -8.78578
+▁INTERESSANTE -10.5937
+▁INTERESSE -9.1857
+▁INTERESSEN -9.87193
+▁INTEREST -8.50893
+▁INTERMODAL -11.0727
+▁INTERNAL -9.24419
+▁INTERNATIONAL -8.05135
+▁INTERNET -9.56106
+▁INTEROPERABILIT -10.5937
+▁INTERPRET -9.78838
+▁INTERVENTION -9.66825
+▁INTO -7.93078
+▁INTOLERA -11.0889
+▁INTRODUC -9.94883
+▁INTRODUCE -9.85505
+▁INVEST -10.2048
+▁INVESTIGATION -11.0727
+▁INVESTITION -9.78838
+▁INVESTMENT -9.83231
+▁INVOLV -9.78667
+▁INVOLVE -8.96651
+▁INWIE -10.503
+▁IRGEND -10.5937
+▁IRGENDEINE -10.4195
+▁IRLAND -10.0841
+▁IRRESPONSIB -11.2393
+▁IS -5.30538
+▁ISRAEL -9.93758
+▁ISRAELI -10.4806
+▁ISSUE -7.60105
+▁IST -5.89295
+▁IT -5.85412
+▁ITALIEN -9.87732
+▁ITEM -9.80497
+▁ITS -7.64106
+▁JA -8.40149
+▁JAHLREICHE -9.70672
+▁JAHR -8.16277
+▁JAHRE -8.66562
+▁JAHRES -9.3983
+▁JAHRHUNDERT -10.4196
+▁JANUAR -10.2044
+▁JAPAN -10.8048
+▁JE -9.23419
+▁JED -7.90437
+▁JEDE -9.20346
+▁JEDEN -9.55911
+▁JEDER -9.2176
+▁JEGLICHE -10.6937
+▁JENE -9.48955
+▁JENTRALE -10.2712
+▁JER -10.4033
+▁JERSTöR -10.8048
+▁JETJ -8.65759
+▁JETJIGE -10.2932
+▁JEWEIL -10.0831
+▁JIEMLICH -10.8048
+▁JOB -9.3211
+▁JOIN -10.016
+▁JOINT -9.38196
+▁JOURNALIST -10.2044
+▁JU -5.4068
+▁JUDGE -10.4204
+▁JUDICIAL -10.9298
+▁JUGEND -10.0279
+▁JUGRUNDE -10.9302
+▁JUKüNFTIG -11.0727
+▁JUM -7.48301
+▁JUNGE -10.3968
+▁JUR -6.99418
+▁JURISDICTION -11.2393
+▁JURüCK -9.37511
+▁JURüCKJU -10.0291
+▁JUSAMMEN -9.55958
+▁JUST -8.10134
+▁JUSTI -9.36685
+▁JUSTIJ -10.4235
+▁JUSTIMME -10.2704
+▁JUSTäNDIG -10.096
+▁JUSäTJLICH -10.3425
+▁JWA -8.52421
+▁JWEI -8.61757
+▁JWEIFEL -10.2045
+▁JWEITE -9.61833
+▁JWEITEN -8.97788
+▁JWISCHEN -8.04413
+▁JäHRLICH -10.2711
+▁JüGIG -11.2393
+▁JüNGSTE -10.8048
+▁K -7.43268
+▁KAM -9.30602
+▁KAPITEL -11.2393
+▁KARA -10.2713
+▁KATASTROPHEN -11.0727
+▁KAU -9.75497
+▁KEEP -9.70672
+▁KEIN -8.64216
+▁KEINE -7.72483
+▁KENNEN -10.9304
+▁KERN -10.3525
+▁KEY -9.74772
+▁KILL -10.8049
+▁KIND -9.35071
+▁KINDER -9.02169
+▁KLAR -8.70374
+▁KLEIN -9.34813
+▁KLIMA -10.6937
+▁KNOW -8.23143
+▁KNOWLEDGE -10.0831
+▁KOHäREN -10.5028
+▁KOHäSION -10.6937
+▁KOLLEGE -8.26797
+▁KOLLEGIN -9.04347
+▁KOM -9.78732
+▁KOMM -8.82862
+▁KOMMEN -9.05245
+▁KOMMENDE -10.5503
+▁KOMMISSAR -8.47381
+▁KOMMISSION -6.76573
+▁KOMMUNIKATION -11.0727
+▁KOMPETENJ -10.8048
+▁KOMPLEX -10.8048
+▁KOMPLIJIERT -10.2044
+▁KOMPROMISS -10.8048
+▁KOMPROMIß -10.4195
+▁KON -9.30626
+▁KONJENTRIER -10.2044
+▁KONJEPT -10.6937
+▁KONKRET -10.7429
+▁KONKRETE -9.30899
+▁KONNTE -9.32161
+▁KONSEQUENJ -10.9298
+▁KONSEQUENT -10.9298
+▁KONSULTATION -11.0727
+▁KONTAKT -10.5028
+▁KONTINENT -10.4195
+▁KONTROLL -10.1024
+▁KONTROLLE -9.05062
+▁KONTROLLIER -10.2891
+▁KONVENT -10.9298
+▁KONVERGENJ -11.2393
+▁KOOPERATION -10.4195
+▁KOORDINIER -10.9274
+▁KOORDINIERUNG -10.2724
+▁KORREKT -10.5937
+▁KORRIGIER -11.2393
+▁KOSOV -9.02347
+▁KOSTEN -9.37595
+▁KREDIT -11.0727
+▁KRIEG -9.78838
+▁KRIMINELL -10.9298
+▁KRITIK -10.4195
+▁KRITISCH -10.9298
+▁KULTUR -9.56075
+▁KULTURELLE -10.3431
+▁KURJ -9.14995
+▁KöNIGREICH -10.2044
+▁KöNNEN -7.422
+▁KöNNTE -8.73332
+▁KüMMER -11.2393
+▁KüNFTIG -9.92493
+▁KüRJLICH -11.0727
+▁LA -8.58915
+▁LABELL -10.2045
+▁LABOUR -9.66825
+▁LACK -9.46497
+▁LAD -8.97941
+▁LAGE -9.05124
+▁LAND -8.59542
+▁LANDES -10.2192
+▁LANDWIRTSCHAFT -9.1961
+▁LANGE -9.18704
+▁LANGFRISTIG -10.3425
+▁LANGSAM -10.6944
+▁LANGUAGE -9.70671
+▁LARGE -8.89367
+▁LAST -8.36947
+▁LATE -9.55707
+▁LAUT -10.3459
+▁LAW -8.69117
+▁LE -8.49765
+▁LEAD -9.26307
+▁LEADER -10.2881
+▁LEARN -10.4196
+▁LEAS -9.00549
+▁LEAVE -10.142
+▁LEBEN -8.79485
+▁LEBENSMITTEL -10.0276
+▁LEGAL -8.58237
+▁LEGISLAT -10.9279
+▁LEGISLATION -8.84299
+▁LEGISLATIVE -9.32116
+▁LEGITIM -11.0727
+▁LEGITIMATE -10.8048
+▁LEID -9.85672
+▁LEIDE -9.57742
+▁LEISTE -9.79043
+▁LEITLINIEN -10.0276
+▁LENGTH -10.6937
+▁LESS -9.32022
+▁LET -8.92601
+▁LETJTE -10.1572
+▁LETJTEN -8.78811
+▁LETTER -10.1449
+▁LEVEL -8.39686
+▁LI -8.50012
+▁LIBERAL -9.51673
+▁LIBERALIS -9.53854
+▁LIBERALISIERUNG -9.74699
+▁LIEBE -9.56404
+▁LIEG -8.90045
+▁LIFE -9.00392
+▁LIGHT -9.78873
+▁LIKE -7.18184
+▁LIMIT -9.17327
+▁LINE -9.53455
+▁LINK -9.24467
+▁LISSABON -10.0276
+▁LIST -9.23037
+▁LISTE -9.63396
+▁LITT -9.43825
+▁LIVE -9.71425
+▁LO -8.64636
+▁LOCAL -9.5277
+▁LOGI -10.7487
+▁LOKALE -10.0831
+▁LONDON -11.2393
+▁LONG -8.42882
+▁LOOK -8.94746
+▁LOW -10.0433
+▁LU -10.1674
+▁LUFTVERKEHR -10.0276
+▁LUXEMB -10.8048
+▁LäNDER -7.93201
+▁LäNDLICHE -10.4195
+▁LäNGER -10.5942
+▁LäRM -10.2711
+▁LöS -10.1411
+▁LöSUNG -8.91029
+▁MA -8.61351
+▁MAA -10.2701
+▁MACHEN -8.71864
+▁MACHT -9.12026
+▁MADAM -8.96576
+▁MADE -7.92512
+▁MAG -10.3588
+▁MAIN -9.02725
+▁MAINTAIN -9.46418
+▁MAJOR -8.71862
+▁MAK -9.02817
+▁MAKE -7.71104
+▁MAL -9.56459
+▁MAN -7.04687
+▁MANAGE -8.86157
+▁MANDAT -10.2046
+▁MANUFACTURER -10.6937
+▁MAR -9.02292
+▁MARCH -10.3462
+▁MARKET -8.08955
+▁MARKT -9.07297
+▁MASS -9.83617
+▁MATERIAL -9.83186
+▁MATTER -8.31575
+▁MAXIM -10.5028
+▁MAY -8.29227
+▁MAßE -9.92642
+▁MAßNAHME -8.23232
+▁ME -7.72821
+▁MEAN -8.26219
+▁MEASURE -8.17902
+▁MED -9.94141
+▁MEDI -8.85262
+▁MEDIA -9.39164
+▁MEERES -10.2046
+▁MEET -10.0864
+▁MEETING -9.56467
+▁MEHR -7.92181
+▁MEHRERE -10.1622
+▁MEHRHEIT -9.37686
+▁MEIN -9.11232
+▁MEINE -7.38268
+▁MEINUNG -8.58421
+▁MEISTE -10.0692
+▁MEMBER -7.44646
+▁MEMBERS -8.8761
+▁MEN -9.80859
+▁MENSCHEN -8.19617
+▁MENSCHENRECHTE -8.89368
+▁MENSCHENRECHTS -9.87735
+▁MENSCHLICHE -10.2711
+▁MENTION -9.22077
+▁MEP -10.0992
+▁MERE -10.0431
+▁METHOD -9.43387
+▁MEXIC -11.0727
+▁MI -8.53809
+▁MICH -8.38347
+▁MIDDLE -10.8048
+▁MIL -9.67538
+▁MILITAR -9.63128
+▁MILITäR -10.7287
+▁MILLIARDE -11.2393
+▁MILLION -8.49694
+▁MIND -9.6666
+▁MINDERHEIT -9.78838
+▁MINE -10.585
+▁MINIM -9.83186
+▁MINISTER -8.86155
+▁MINORIT -10.0831
+▁MINUTE -9.40447
+▁MIR -8.26538
+▁MISTAKE -10.5937
+▁MIT -6.28102
+▁MITGLIED -10.0193
+▁MITGLIEDER -9.38013
+▁MITGLIEDSTAAT -7.55412
+▁MITTEILUNG -10.0297
+▁MITTEL -8.41701
+▁MITTELMEER -10.5027
+▁MITTELMEERRAUM -10.5029
+▁MITTLERE -10.5938
+▁MITWIRK -10.3022
+▁MIß -9.78873
+▁MO -8.51346
+▁MOBILE -10.5028
+▁MOBILISIER -11.0727
+▁MOBILITäT -10.9298
+▁MODEL -10.0742
+▁MODELL -10.5167
+▁MODERN -9.90113
+▁MODERNIS -9.94956
+▁MODIFI -10.9709
+▁MOMENT -9.27048
+▁MONAT -9.85583
+▁MONATE -9.8529
+▁MONE -9.33836
+▁MONET -9.99726
+▁MONITOR -9.40446
+▁MONOPOL -10.3425
+▁MONTH -9.29479
+▁MOR -9.31471
+▁MORE -7.14993
+▁MORG -9.38706
+▁MOST -8.34175
+▁MOTION -9.74742
+▁MOVE -9.19638
+▁MOVEMENT -9.78956
+▁MR -6.48366
+▁MULTI -9.66825
+▁MULTINATIONAL -10.9298
+▁MUSS -9.10918
+▁MUß -7.54956
+▁MY -7.41617
+▁MäNNER -10.4195
+▁MöCHTE -7.25341
+▁MöGE -10.9299
+▁MöGLICH -8.52172
+▁MöGLICHKEIT -8.63522
+▁MüSSE -7.37521
+▁MüSSTE -11.0727
+▁MüßTE -9.83186
+▁NACH -7.04983
+▁NACHDENK -11.0498
+▁NACHDRüCKLICH -10.6937
+▁NACHHALTIG -10.0276
+▁NAH -10.2772
+▁NAHRUNGSMITTEL -10.5028
+▁NAME -9.44394
+▁NAMEN -8.85423
+▁NATION -9.02168
+▁NATIONAL -7.66825
+▁NATUR -9.29591
+▁NATURAL -10.2769
+▁NATüRLICH -8.31559
+▁NEAR -10.421
+▁NEBEN -9.92913
+▁NECESSAR -8.81028
+▁NEED -7.41818
+▁NEGATIVE -9.97493
+▁NEGOTIAT -10.3378
+▁NEGOTIATION -9.5632
+▁NEHME -10.9859
+▁NEI -9.96492
+▁NEIGHBOUR -11.2393
+▁NENNEN -10.5033
+▁NETWORK -9.63122
+▁NEU -8.79242
+▁NEUE -8.03023
+▁NEUTRAL -10.6938
+▁NEVER -9.13554
+▁NEW -7.89886
+▁NICHT -5.90714
+▁NIEDERLANDE -10.9298
+▁NIEDERLASSUNG -11.2393
+▁NIEDRIG -10.6937
+▁NIEMAND -10.6937
+▁NO -7.20597
+▁NOCH -7.35914
+▁NON -9.65537
+▁NONE -10.0046
+▁NOR -9.79419
+▁NORD -9.60389
+▁NORM -10.1202
+▁NORMAL -10.4618
+▁NORTH -9.9264
+▁NOT -6.11341
+▁NOTICE -10.8304
+▁NOTWENDIG -8.29628
+▁NOVE -10.1569
+▁NOW -7.80985
+▁NU -9.22925
+▁NUMBER -8.52067
+▁NUN -8.30595
+▁NUTJEN -9.40537
+▁Nä -8.64334
+▁NäCHSTEN -9.7517
+▁OB -8.11307
+▁OBJECT -10.4191
+▁OBJECTIVE -8.6899
+▁OBLIEG -11.1494
+▁OBLIGATION -10.5028
+▁OBLIGE -11.0727
+▁OBSERV -10.0823
+▁OBSERVATION -10.2721
+▁OBTAIN -9.97494
+▁OBVIOUS -9.83186
+▁OCCASION -10.0831
+▁OCCUP -10.4195
+▁OCCUR -10.5028
+▁OF -4.54207
+▁OFFEN -9.51919
+▁OFFENBAR -10.5944
+▁OFFENSICHTLICH -10.0276
+▁OFFER -9.29599
+▁OFFICE -9.26913
+▁OFFICIAL -10.1419
+▁OFFIJIELL -10.9944
+▁OHNE -8.6899
+▁OJON -10.8124
+▁OLD -10.0368
+▁OMBUDSM -11.0727
+▁ON -5.65793
+▁ONE -7.44632
+▁OPEN -9.06629
+▁OPERAT -10.3367
+▁OPERATION -9.46512
+▁OPERATOR -10.5984
+▁OPFER -9.97494
+▁OPINION -8.62132
+▁OPPO -10.7926
+▁OPPORTUNIT -9.00386
+▁OPPOSE -10.2782
+▁OPPOSIT -9.70939
+▁OPTIM -10.6927
+▁OPTIMALE -10.9311
+▁OPTION -10.2047
+▁OR -7.25124
+▁ORDER -8.31687
+▁ORGANI -11.0374
+▁ORGANIS -9.67632
+▁ORGANISATION -9.43443
+▁ORGANISATIONS -9.67737
+▁ORIGIN -9.66827
+▁OST -10.0061
+▁OTHER -7.40697
+▁OUR -7.16578
+▁OUT -7.66986
+▁OVER -8.01436
+▁OWN -8.68985
+▁P -7.94715
+▁PA -8.65597
+▁PACKAG -10.695
+▁PALESTINIAN -11.0727
+▁PAPER -9.66828
+▁PARA -9.97596
+▁PARAGRAPH -10.6937
+▁PARALLEL -10.5937
+▁PARIS -10.3445
+▁PARLAMENT -7.43614
+▁PARLAMENTS -8.44526
+▁PARLIAMENT -7.03873
+▁PART -7.72556
+▁PARTICIPAT -9.46418
+▁PARTICULAR -8.01458
+▁PARTNERSCHAFT -10.2711
+▁PARTNERSHIP -10.4195
+▁PASS -9.23681
+▁PAST -9.47253
+▁PATENT -9.97505
+▁PATENTAMT -11.2393
+▁PATTE -9.58153
+▁PAY -9.57906
+▁PAYMENT -10.1431
+▁PEACE -9.14995
+▁PEKING -11.0727
+▁PENALT -10.4195
+▁PENSION -9.59553
+▁PEOPLE -7.60073
+▁PER -8.23141
+▁PERIOD -9.2677
+▁PERSON -9.27272
+▁PERSONAL -9.35025
+▁PERSONEN -9.7789
+▁PERSPECTIVE -10.1419
+▁PERSPEKTIVE -11.2393
+▁PERSUAD -11.2393
+▁PERSöNLICH -9.97493
+▁PHILOSOPH -11.2393
+▁PHTHALATE -10.4195
+▁PHäNOMEN -10.6937
+▁PI -9.39954
+▁PILLAR -10.4195
+▁PLACE -8.55726
+▁PLAN -8.5968
+▁PLATFORM -11.2393
+▁PLAY -9.08568
+▁PLEASE -9.34811
+▁PLENAR -10.142
+▁PLENUM -10.4195
+▁PLURALISM -10.8048
+▁PLäNE -11.0727
+▁PO -9.1261
+▁POINT -7.66906
+▁POLIC -7.50088
+▁POLITIC -10.6918
+▁POLITICAL -8.11329
+▁POLITIK -8.54929
+▁POLITISCH -9.53845
+▁POLITISCHE -8.50857
+▁POLLUT -10.0276
+▁POOR -10.1443
+▁POPULATION -9.78838
+▁PORTUG -9.37587
+▁PORTUGIESISCHE -9.63124
+▁POSITION -8.20264
+▁POSITIV -10.3343
+▁POSITIVE -8.70573
+▁POSSE -10.9302
+▁POSSIBILIT -10.3425
+▁POSSIBL -8.42911
+▁POST -9.48973
+▁POSTPONE -11.2393
+▁POTENTIAL -9.83186
+▁POTENTIELLE -10.9298
+▁POWER -9.18531
+▁PRACTICAL -10.2711
+▁PRACTICE -9.56102
+▁PRAKTIK -10.4195
+▁PRAKTISCH -9.78838
+▁PRE -8.22219
+▁PRECISE -9.92493
+▁PREFER -10.8886
+▁PREIS -9.58649
+▁PREPAR -9.87215
+▁PREPARED -9.83683
+▁PRESENT -8.42912
+▁PRESERV -10.6105
+▁PRESIDENC -8.62136
+▁PRESIDENT -6.91838
+▁PRESS -9.79396
+▁PRESSURE -10.2046
+▁PREVENT -8.85947
+▁PREVIOUS -9.56102
+▁PRI -9.71315
+▁PRICE -9.37648
+▁PRIMAR -10.2048
+▁PRINCIPLE -8.53265
+▁PRINJIPIE -10.5944
+▁PRIORIT -8.70419
+▁PRISON -10.5029
+▁PRIVAT -9.97754
+▁PRIVATE -9.60805
+▁PRIVATISIER -11.1683
+▁PRIVILEG -10.9298
+▁PRO -8.27576
+▁PROBAB -9.83272
+▁PROBLEM -7.32724
+▁PROBLEMATISCH -10.8049
+▁PROBLEME -8.97544
+▁PROCEDUR -11.2039
+▁PROCEDURE -8.59774
+▁PROCEED -10.0276
+▁PROCESS -8.49694
+▁PRODUC -10.4394
+▁PRODUCE -9.47093
+▁PRODUCT -8.43098
+▁PRODUJIER -10.8066
+▁PRODUKT -10.0685
+▁PROFESS -10.8047
+▁PROFESSIONAL -10.5938
+▁PROFIT -9.56103
+▁PROGRAMM -8.97299
+▁PROGRAMME -8.11219
+▁PROGRESS -9.02347
+▁PROHIBIT -10.8048
+▁PROJECT -9.19593
+▁PROJEKTE -9.85037
+▁PROJENT -10.9298
+▁PROJESS -10.8048
+▁PROMOT -9.76268
+▁PROMOTE -9.85944
+▁PROMPT -11.0727
+▁PROPER -9.21976
+▁PROPORTION -10.5937
+▁PROPOS -9.69928
+▁PROPOSAL -7.76677
+▁PROPOSE -8.70615
+▁PROSECUT -10.5028
+▁PROSPERI -10.8048
+▁PROSTITUT -10.6941
+▁PROTECT -8.4401
+▁PROTEST -10.3426
+▁PROTOCOL -10.8048
+▁PROTOKOLL -9.78838
+▁PROV -9.88813
+▁PROVID -9.94829
+▁PROVIDE -8.46846
+▁PROVISION -9.37612
+▁PRä -10.4195
+▁PRäSIDENT -7.18272
+▁PRäSIDENTSCHAFT -9.22075
+▁PRäSIDIUM -11.2393
+▁PRüF -9.89586
+▁PUBLIC -8.11015
+▁PUBLISH -10.5028
+▁PUNISH -10.6937
+▁PUNKT -9.00689
+▁PUNKTE -9.67253
+▁PURE -10.5968
+▁PURPOSE -9.66825
+▁PURSU -9.78838
+▁PUSH -11.0727
+▁PUT -8.54596
+▁QUALIFI -10.5028
+▁QUALIFIJIERTE -11.0727
+▁QUALIT -9.43374
+▁QUALITäT -9.46432
+▁QUANTIT -10.8048
+▁QUARTER -11.2393
+▁QUESTION -7.89881
+▁QUI -9.05319
+▁QUICK -9.9757
+▁QUOTA -10.443
+▁RACIS -9.63129
+▁RAD -10.4199
+▁RADIO -10.2044
+▁RAHMEN -8.26919
+▁RAIL -10.0835
+▁RAILWAY -10.142
+▁RAISE -9.3759
+▁RAND -10.4226
+▁RAPID -10.3425
+▁RAPPORTEUR -8.55719
+▁RASCH -10.5029
+▁RASSIS -9.5958
+▁RAT -7.52641
+▁RATE -8.80823
+▁RATIFI -11.0518
+▁RATIONAL -10.93
+▁RATSPRäSIDENT -9.56103
+▁RATSVORSITJ -11.0727
+▁RE -7.35484
+▁REACH -9.34895
+▁REACTION -10.0831
+▁READ -9.6239
+▁REAGIER -10.9299
+▁REAKTION -10.5937
+▁REAL -8.14868
+▁REALISIER -10.5596
+▁REASON -8.55719
+▁REC -9.17453
+▁RECEIVE -9.78839
+▁RECENT -9.08537
+▁RECHNUNGSHOF -10.4195
+▁RECHT -8.37187
+▁RECHTE -9.22313
+▁RECHTFERTIG -10.8048
+▁RECHTLICHE -10.0876
+▁RECHTS -8.68417
+▁RECOGNI -11.0639
+▁RECOGNISE -9.79081
+▁RECOMMENDATION -10.0831
+▁RECORD -10.3426
+▁RECYCLING -10.8048
+▁REDE -9.47119
+▁REDNER -9.87735
+▁REDUC -10.0067
+▁REDUCE -9.722
+▁REDUCTION -9.97514
+▁REFER -9.82438
+▁REFERENCE -9.92694
+▁REFERR -9.79555
+▁REFLECT -10.0831
+▁REFORM -8.34564
+▁REFUGEE -10.0276
+▁REFUSE -10.6937
+▁REGARD -8.0439
+▁REGEL -9.6209
+▁REGELUNG -9.49085
+▁REGIERUNG -8.07409
+▁REGIME -10.0831
+▁REGION -8.01276
+▁REGIONAL -8.83076
+▁REGRET -10.4191
+▁REGRETTABL -11.0734
+▁REGULAR -10.9298
+▁REGULAT -10.0248
+▁REGULATION -8.34581
+▁REGULIERUNG -10.8048
+▁REIHE -9.5955
+▁REINFORCE -11.0727
+▁REITERATE -10.9298
+▁REJECT -9.78838
+▁RELAT -8.55451
+▁RELATION -8.98916
+▁RELEVANT -9.92493
+▁RELIE -10.8073
+▁REMAIN -9.21975
+▁REMARK -10.3449
+▁REMEMBER -10.2044
+▁REMIND -9.66825
+▁REMOTE -11.0727
+▁RENEWABLE -11.0727
+▁REP -9.23706
+▁REPEAT -10.1422
+▁REPLACE -10.4195
+▁REPORT -7.21057
+▁REPRESENT -9.1726
+▁REPRESENTATIVE -9.43398
+▁REPRäSENT -11.0727
+▁REQUEST -9.26913
+▁REQUIRE -9.04282
+▁REQUIREMENT -9.43483
+▁RESEARCH -9.14995
+▁RESOLUTION -8.5206
+▁RESOLVE -10.2044
+▁RESOURCE -8.89366
+▁RESPECT -8.57999
+▁RESPEKT -10.7857
+▁RESPEKTIER -10.6095
+▁RESPOND -10.2711
+▁RESPONS -9.92489
+▁RESPONSIBILIT -8.89366
+▁RESPONSIBL -9.8319
+▁REST -10.0855
+▁RESTOR -10.5042
+▁RESTRICT -10.4153
+▁RESTRICTION -10.1451
+▁RESTRUCTUR -11.2393
+▁RESULT -8.38633
+▁RETAIN -11.0727
+▁RETURN -10.0276
+▁REVEAL -10.9298
+▁REVIEW -10.3425
+▁REVISION -9.97616
+▁RHETORIC -11.2393
+▁RICHTIG -9.19675
+▁RICHTLINIE -8.35159
+▁RICHTUNG -9.70023
+▁RIGHT -7.33069
+▁RINDFLEISCH -10.4195
+▁RISE -9.98011
+▁RISIKO -10.0831
+▁RISK -8.98465
+▁ROAD -9.78839
+▁ROL -8.8088
+▁ROLLE -9.19172
+▁ROOT -10.9299
+▁ROUTE -11.073
+▁RUBRIK -10.6937
+▁RULE -8.58242
+▁RUN -9.50552
+▁RUSSIA -10.6937
+▁RüCK -9.46421
+▁SA -8.47907
+▁SAFE -8.89376
+▁SAFEGUARD -10.5028
+▁SAGE -8.36006
+▁SAGTE -9.98963
+▁SANCTI -10.0832
+▁SANKTION -9.97493
+▁SATISF -10.1419
+▁SAY -7.85267
+▁SCANDAL -10.9298
+▁SCH -8.44125
+▁SCHADEN -10.5938
+▁SCHAFF -10.4496
+▁SCHAFFEN -9.54189
+▁SCHEIN -9.70722
+▁SCHEME -10.594
+▁SCHENGEN -10.5028
+▁SCHI -10.3339
+▁SCHIENE -10.5151
+▁SCHIFFE -10.8048
+▁SCHLECHT -10.3425
+▁SCHLIMM -10.4195
+▁SCHLUßFOLGERUNG -10.0276
+▁SCHNELL -9.34814
+▁SCHO -8.81205
+▁SCHOKOLADE -10.8048
+▁SCHOOL -9.70723
+▁SCHREIB -10.9298
+▁SCHRITT -9.18988
+▁SCHRITTWEISE -10.6939
+▁SCHUL -9.91145
+▁SCHULD -9.93232
+▁SCHUTJ -8.5993
+▁SCHWANGER -11.0727
+▁SCHWEDEN -9.97498
+▁SCHWEDISCHE -10.5028
+▁SCHWEIJ -10.9299
+▁SCHWER -9.06938
+▁SCHWIERIG -9.08474
+▁SCHWäCHE -10.6937
+▁SCHöN -10.2712
+▁SCHüTJ -10.3425
+▁SCIENTIFIC -10.0276
+▁SCRAP -10.9298
+▁SEA -9.7221
+▁SECHS -10.4195
+▁SECOND -8.56969
+▁SECRET -10.3425
+▁SECTION -10.5937
+▁SECTOR -8.62132
+▁SECURIT -9.10598
+▁SEE -8.13893
+▁SEEK -9.5666
+▁SEEM -9.18889
+▁SEH -7.44301
+▁SEI -8.69642
+▁SEIN -7.38869
+▁SEINE -8.36812
+▁SEINER -9.05713
+▁SEIT -8.82935
+▁SEITE -9.5331
+▁SEKTOR -9.13497
+▁SELB -10.8051
+▁SELBST -8.11333
+▁SEND -10.038
+▁SENS -9.12457
+▁SENSIBLE -10.4195
+▁SENT -10.2973
+▁SEP -9.98232
+▁SEPARATE -10.6937
+▁SERBIEN -10.9298
+▁SERIOUS -8.70412
+▁SERVE -10.2047
+▁SERVICE -8.77878
+▁SESSION -10.4195
+▁SET -8.72439
+▁SETJT -10.805
+▁SETT -9.81588
+▁SEVEN -11.0727
+▁SEVER -9.36492
+▁SEXUELL -11.0727
+▁SHARE -9.17269
+▁SHE -9.32189
+▁SHIFT -10.8048
+▁SHORT -9.02347
+▁SHOULD -6.86897
+▁SHOW -9.12772
+▁SICH -6.52391
+▁SICHER -8.63214
+▁SICHERHEIT -8.99651
+▁SICHERHEITS -9.64271
+▁SICHERSTELL -10.7294
+▁SICHT -9.84539
+▁SIE -6.40769
+▁SIGN -9.78707
+▁SIGNAL -10.4233
+▁SIGNIFICANT -9.97765
+▁SIJE -9.83511
+▁SIMILAR -9.83186
+▁SIMPL -8.94724
+▁SINCE -8.55722
+▁SINN -10.3733
+▁SINNVOLL -10.6937
+▁SITJUNG -9.43419
+▁SITTING -9.92494
+▁SITUATION -7.89775
+▁SIX -9.92496
+▁SKILL -10.6937
+▁SLAUGHTER -11.2393
+▁SLIGHT -10.6937
+▁SLOW -10.2711
+▁SMALL -9.29485
+▁SO -6.32903
+▁SOCIAL -8.17902
+▁SOCIET -9.12772
+▁SOFORT -10.805
+▁SOGENANNTE -10.5028
+▁SOJIAL -8.63778
+▁SOJIALE -9.34068
+▁SOLCHE -8.67576
+▁SOLID -10.5949
+▁SOLIDARIT -10.4193
+▁SOLIDARITäT -10.3427
+▁SOLL -8.17964
+▁SOLLTE -7.81904
+▁SOLUTION -9.19593
+▁SOLVE -10.2712
+▁SOME -7.5412
+▁SONDER -7.98605
+▁SOON -9.69746
+▁SORG -9.47559
+▁SORT -10.2231
+▁SOUND -9.84099
+▁SOURCE -10.3426
+▁SOUTH -9.78871
+▁SOUVERäN -11.2393
+▁SOVEREIGN -10.6937
+▁SOWIE -8.23143
+▁SP -8.14784
+▁SPA -9.41196
+▁SPANIEN -10.9298
+▁SPANIS -10.4859
+▁SPANNUNG -10.9298
+▁SPEAK -9.18701
+▁SPEAKER -9.84892
+▁SPECIAL -9.37951
+▁SPECIFIC -8.5206
+▁SPEECH -10.2711
+▁SPEED -10.2717
+▁SPEJIELL -9.74671
+▁SPIEL -9.19228
+▁SPIRIT -10.2045
+▁SPITJE -11.0728
+▁SPOKE -10.8064
+▁SPORT -8.89769
+▁SPRACHE -10.1972
+▁SPRECHEN -9.62976
+▁SPRICH -10.5219
+▁SPäT -9.87823
+▁STAATEN -8.60942
+▁STAATS -10.2275
+▁STABIL -10.2864
+▁STABILIT -10.1434
+▁STABILITäT -10.2732
+▁STADI -10.8049
+▁STAFF -9.87731
+▁STAGE -9.92589
+▁STAMM -10.8048
+▁STAND -9.13745
+▁STANDARD -9.06405
+▁STANDPUNKT -9.15014
+▁STARK -9.78838
+▁START -9.12774
+▁STATE -7.04968
+▁STATEMENT -9.30088
+▁STATISTIC -10.5937
+▁STATT -9.34632
+▁STATTFINDE -9.92989
+▁STATU -9.15115
+▁STEH -9.06221
+▁STEHEN -9.32552
+▁STEHENDE -10.5602
+▁STEIG -10.6018
+▁STELLEN -9.08715
+▁STELLT -9.08472
+▁STELLUNGNAHME -10.142
+▁STEP -9.43585
+▁STEUER -9.52769
+▁STEUERJAHLER -11.0727
+▁STILL -8.60816
+▁STIMME -10.1071
+▁STIMULAT -11.0727
+▁STOP -10.4911
+▁STOR -10.5077
+▁STR -8.80152
+▁STRA -10.1467
+▁STRAF -9.73859
+▁STRATEG -9.41665
+▁STRATEGIE -9.57151
+▁STRATEGISCHE -10.723
+▁STRAßBURG -10.5937
+▁STRAßENVERKEHR -10.8048
+▁STRENGTHEN -10.3425
+▁STRESS -9.52785
+▁STRICT -10.2045
+▁STRONG -9.43388
+▁STRUCTURAL -9.83186
+▁STRUCTURE -10.5028
+▁STRUGGL -11.2393
+▁STRUKTUR -9.44112
+▁STRUKTURFONDS -9.7468
+▁STUDENT -10.9298
+▁STUDIE -9.83188
+▁STUDY -10.6937
+▁STäDTE -11.2393
+▁STäRK -9.29351
+▁STäRKERE -10.3461
+▁SU -9.72697
+▁SUB -9.32157
+▁SUBJECT -8.67575
+▁SUBMITT -10.0913
+▁SUBSEQUENT -11.0727
+▁SUBSIDI -10.2711
+▁SUBSIDIARIT -10.5027
+▁SUBSIDIARITäT -10.4196
+▁SUBSTANCE -9.83201
+▁SUBSTANTI -10.2711
+▁SUCCESS -9.83169
+▁SUCCESSFUL -10.2714
+▁SUCH -7.85145
+▁SUFFER -10.0831
+▁SUFFICIENT -9.5955
+▁SUGGEST -9.37589
+▁SUMME -10.8068
+▁SUMMIT -9.83187
+▁SUPER -9.70672
+▁SUPPLEMENT -10.2044
+▁SUPPLIE -11.0727
+▁SUPPLY -10.8048
+▁SUPPORT -7.73871
+▁SUPPOSED -10.9298
+▁SURE -9.35311
+▁SURPRIS -10.5937
+▁SURROUND -10.8048
+▁SURVIV -11.0727
+▁SUSPEN -10.2711
+▁SUSTAIN -9.78838
+▁SWED -9.49572
+▁SWI -10.2773
+▁SYMBOL -11.0727
+▁SYMPATH -10.5937
+▁SYSTEM -7.86715
+▁SYSTEMATISCH -10.5937
+▁SäMTLICHE -10.9298
+▁SüDAFRIKA -10.4195
+▁SüDOST -10.9298
+▁TA -9.33803
+▁TABAK -10.3425
+▁TABLE -9.79793
+▁TACKLE -10.4195
+▁TAG -9.68372
+▁TAGESORDNUNG -9.49543
+▁TAKE -7.40657
+▁TALK -8.98465
+▁TARGET -9.83186
+▁TASK -9.43393
+▁TAT -9.52751
+▁TATSACHE -9.97502
+▁TATSäCHLICH -9.5955
+▁TAUSEND -10.9299
+▁TAX -9.1279
+▁TEAM -10.9299
+▁TECHNI -10.9292
+▁TECHNICAL -9.63122
+▁TECHNISCHE -9.59565
+▁TECHNOLOG -9.45101
+▁TECHNOLOGIE -9.77972
+▁TEIL -8.14909
+▁TELE -9.92763
+▁TELEPHONE -11.2393
+▁TELL -9.93315
+▁TEMPORAR -10.8048
+▁TERM -8.49785
+▁TERRITOR -9.97658
+▁TERRORISM -10.0831
+▁TERRORIST -10.8048
+▁TEST -10.2208
+▁TEXT -8.80832
+▁TH -7.99824
+▁THAN -8.15362
+▁THANK -8.28826
+▁THAT -5.29319
+▁THE -3.7351
+▁THEM -8.64161
+▁THEMA -8.77501
+▁THERE -6.66287
+▁THESE -7.29424
+▁THING -9.03773
+▁THINK -8.19619
+▁THIRD -8.73334
+▁THOROUGH -10.6937
+▁THOUGH -9.37873
+▁THOUSAND -10.6937
+▁THRE -9.46846
+▁THREAT -9.97604
+▁THROUGH -8.60816
+▁TIBET -9.92494
+▁TIER -10.0428
+▁TIM -10.6571
+▁TIME -7.44003
+▁TO -4.52731
+▁TOO -8.45436
+▁TOPIC -10.3537
+▁TOTAL -9.11017
+▁TOURISM -10.9258
+▁TRACE -10.8054
+▁TRADE -9.1732
+▁TRADITION -10.0827
+▁TRADITIONELL -10.5944
+▁TRAFFIC -10.2697
+▁TRAFFICK -10.344
+▁TRAG -10.0361
+▁TRAIN -9.40487
+▁TRANS -9.42805
+▁TRANSFER -9.59552
+▁TRANSLATE -11.0727
+▁TRANSPAREN -9.88964
+▁TRANSPARENJ -9.66898
+▁TRANSPARENT -9.96054
+▁TRANSPORT -8.8428
+▁TRAVEL -10.9298
+▁TREAT -8.35475
+▁TREATMENT -10.0868
+▁TREND -10.6938
+▁TRI -9.38813
+▁TRO -10.0402
+▁TROTJ -9.74685
+▁TRUE -9.92496
+▁TRY -9.52997
+▁TRäG -10.4109
+▁TUN -8.51092
+▁TURK -9.5277
+▁TURN -9.70691
+▁TWO -8.52099
+▁TYPE -9.66841
+▁TäGLICH -11.0727
+▁TüRKE -9.63122
+▁TüRKISCH -10.8048
+▁UK -9.97816
+▁ULTIMATE -10.8048
+▁UM -6.6402
+▁UMFANGREICHE -11.2393
+▁UMFASSEND -10.6063
+▁UMFASSENDE -9.87123
+▁UMGEHEND -10.805
+▁UMSETJUNG -9.08572
+▁UMSTRITTEN -11.2393
+▁UMSTäNDE -10.4195
+▁UMWELT -8.38626
+▁UMWELTSCHUTJ -10.5033
+▁UN -7.05554
+▁UNABHäNGIG -9.49543
+▁UNACCEPTABL -9.97493
+▁UNANIM -11.0723
+▁UNANIMOUS -10.694
+▁UNANNEHMBAR -11.2393
+▁UNCERTAINT -10.9298
+▁UND -4.8921
+▁UNDER -8.33108
+▁UNDERMINE -11.0727
+▁UNDERSTAND -9.46488
+▁UNDERTAKE -10.2044
+▁UNDERTAKING -9.9756
+▁UNEMPLOY -10.5028
+▁UNFORTUNATE -9.46418
+▁UNGE -9.89695
+▁UNGLüCK -10.6937
+▁UNIFORM -10.6937
+▁UNION -6.47629
+▁UNIT -8.97439
+▁UNIVERSAL -10.5937
+▁UNIVERSIT -11.2393
+▁UNJUREICHEND -11.0727
+▁UNMITTELBAR -10.2044
+▁UNNöTIGE -10.9298
+▁UNS -7.11033
+▁UNSER -8.70849
+▁UNSERE -7.54741
+▁UNSERER -8.29285
+▁UNTER -7.53691
+▁UNTERBREITE -10.8048
+▁UNTERJEICHN -10.1419
+▁UNTERNEHMEN -8.76763
+▁UNTERNEHMER -10.9298
+▁UNTERNOMMEN -10.5937
+▁UNTERSCHEIDE -11.0727
+▁UNTERSCHIEDE -10.3425
+▁UNTERSCHIEDLICH -9.80669
+▁UNTERSTREICH -10.6937
+▁UNTERSTüTJE -11.0523
+▁UNTERSTüTJEN -9.22297
+▁UNTERSTüTJT -9.74684
+▁UNTERSTüTJUNG -8.73332
+▁UNTERSUCHUNG -10.2711
+▁UNVER -9.71169
+▁UP -7.55898
+▁URAN -10.3439
+▁URBAN -10.3425
+▁URGE -10.5014
+▁URGENT -9.63131
+▁URSACHE -10.93
+▁URSPRüNGLICH -10.6937
+▁US -7.51728
+▁USA -9.63207
+▁USE -8.22494
+▁USUAL -11.0728
+▁V -9.12428
+▁VALID -10.5028
+▁VALUE -9.14995
+▁VAN -9.70942
+▁VARI -8.98555
+▁VEGETABLE -11.0727
+▁VEHICLE -10.5937
+▁VENEJUELA -10.9298
+▁VER -6.77359
+▁VERABSCHIED -10.0831
+▁VERANKERT -11.2393
+▁VERANLASS -10.9305
+▁VERANSCHAULICH -11.2393
+▁VERANTWORTUNG -8.88068
+▁VERBESSER -9.51966
+▁VERBESSERUNG -9.50326
+▁VERBIETEN -11.0728
+▁VERBINDUNG -10.0836
+▁VERBRAUCHER -8.94735
+▁VERBRECHEN -10.2716
+▁VERBREIT -10.5937
+▁VERBUNDEN -9.92493
+▁VERDIEN -10.581
+▁VEREHRTE -10.5028
+▁VEREINBAR -11.0606
+▁VEREINBARUNG -10.2766
+▁VEREINFACHUNG -10.9298
+▁VEREINIGTE -9.32109
+▁VEREINT -10.142
+▁VERFAHREN -9.25766
+▁VERFOLG -9.56513
+▁VERFüG -9.10598
+▁VERGANGEN -9.34814
+▁VERGLEICH -10.434
+▁VERH -9.91253
+▁VERHANDLUNG -9.34811
+▁VERHINDER -10.0831
+▁VERJEICHN -10.8049
+▁VERJöGERUNG -10.3425
+▁VERKEHRS -9.43558
+▁VERKüNDE -11.2393
+▁VERLANG -10.0431
+▁VERLAUF -10.4228
+▁VERLEIHEN -11.0727
+▁VERLIER -10.6946
+▁VERLOREN -11.0727
+▁VERMEID -10.8048
+▁VERMI -10.3404
+▁VERNüNFTIG -10.2711
+▁VERORDNUNG -9.06474
+▁VERPFLICHTUNG -9.46419
+▁VERRINGER -10.4195
+▁VERSCHIEDENE -9.14995
+▁VERSCHäRF -11.2393
+▁VERSICHER -10.3876
+▁VERSP -10.505
+▁VERSTEH -9.73496
+▁VERSTOß -10.8332
+▁VERSTäRK -9.92493
+▁VERSUCH -9.57679
+▁VERTEIDIG -9.83177
+▁VERTEIDIGUNGS -10.3427
+▁VERTEIL -10.5334
+▁VERTRAG -8.91121
+▁VERTRAUEN -9.78838
+▁VERTRETEN -10.2744
+▁VERTRETER -9.74671
+▁VERTRIEB -11.2393
+▁VERTRäGE -9.92683
+▁VERURSACH -10.1419
+▁VERURTEILEN -10.6938
+▁VERURTEILT -10.3426
+▁VERWALT -9.87693
+▁VERWALTUNGS -9.78874
+▁VERWEIS -10.2429
+▁VERWEND -9.87767
+▁VERWENDET -10.2725
+▁VERWIRKLICH -10.2044
+▁VERäNDERUNG -10.0276
+▁VERöFFENTLICH -10.8048
+▁VESSEL -10.8048
+▁VI -8.73437
+▁VICTIM -9.83186
+▁VIEL -7.79655
+▁VIELE -8.31667
+▁VIER -9.68178
+▁VIERTEN -10.3448
+▁VIEW -8.44011
+▁VIOLATION -10.5028
+▁VIOLEN -9.9751
+▁VISIT -10.0833
+▁VITAL -10.142
+▁VO -8.25352
+▁VOICE -10.5942
+▁VOLK -10.4864
+▁VOLKS -9.30532
+▁VOLL -9.0448
+▁VOLLSTäNDIG -10.4199
+▁VOLUME -10.9298
+▁VON -5.90212
+▁VOR -6.70869
+▁VORAN -9.68051
+▁VORAUS -9.92837
+▁VORAUSSETJUNG -9.87739
+▁VORBEHALTE -10.9299
+▁VORBEREITE -10.9298
+▁VORBEREITUNG -10.2044
+▁VORGEHEN -10.0902
+▁VORGELEGT -9.49615
+▁VORGESCHLAGEN -8.96576
+▁VORGESEHEN -9.32178
+▁VORHANDEN -10.3425
+▁VORJU -9.49147
+▁VORLEG -10.9893
+▁VORLIEG -10.7892
+▁VORLIEGENDE -9.74911
+▁VORRANG -10.2711
+▁VORSCHLAG -8.34577
+▁VORSCHLäGE -8.96587
+▁VORSCHRIFTEN -9.70049
+▁VORSITJ -10.4184
+▁VORSITJENDE -10.5067
+▁VORSORGEPRINJIP -11.2393
+▁VOT -9.47401
+▁VOTE -7.98347
+▁VöLKER -9.83186
+▁VöLLIG -9.92493
+▁W -6.45368
+▁WACHSAM -10.8048
+▁WAHL -9.4234
+▁WAHR -9.66309
+▁WAHRSCHEINLICH -10.5028
+▁WAIT -10.6939
+▁WANT -8.31732
+▁WAR -7.57933
+▁WAREN -8.97
+▁WAS -6.68577
+▁WASSER -9.35141
+▁WASTE -9.21434
+▁WATCH -10.9299
+▁WATER -9.26919
+▁WAY -7.95955
+▁WE -5.52408
+▁WEAK -10.4276
+▁WEAPON -10.2747
+▁WEEK -9.59651
+▁WEG -8.99421
+▁WEIL -8.11028
+▁WEISE -8.89971
+▁WEIT -9.2506
+▁WEITER -8.25819
+▁WEITERE -9.34432
+▁WEITEREN -9.82758
+▁WEIß -9.49546
+▁WEIßBUCH -10.4195
+▁WELCHE -8.73333
+▁WELCOME -9.12773
+▁WELFAR -11.2393
+▁WELL -8.27369
+▁WELT -8.72248
+▁WELTHANDELS -11.0727
+▁WELTWEIT -10.1424
+▁WENIG -9.2114
+▁WENIGE -9.30636
+▁WENN -7.20707
+▁WERDE -9.10773
+▁WERDEN -6.26766
+▁WERTE -9.78087
+▁WESENTLICH -9.47004
+▁WESENTLICHE -9.86852
+▁WETTBEWERB -9.54141
+▁WETTBEWERBS -9.8214
+▁WH -7.91789
+▁WHAT -7.39843
+▁WHEN -7.91181
+▁WHERE -8.25702
+▁WHICH -6.0733
+▁WHIL -9.02483
+▁WHITE -10.503
+▁WHO -7.55712
+▁WHOLE -8.97011
+▁WICHTIG -8.44588
+▁WICHTIGE -9.13592
+▁WICHTIGER -10.1482
+▁WICHTIGSTE -9.59568
+▁WIDER -9.83693
+▁WIDERSPR -9.96917
+▁WIE -6.82308
+▁WIEDER -8.51079
+▁WIEDERAUFBAU -10.5937
+▁WIEDERHOL -9.87757
+▁WILL -6.35177
+▁WIR -5.49558
+▁WIRKLICH -8.49704
+▁WIRKSAM -10.2947
+▁WIRKSAME -10.2481
+▁WIRKUNG -10.4202
+▁WIRTSCHAFT -9.24715
+▁WIRTSCHAFTLICHE -8.76841
+▁WIRTSCHAFTS -9.57741
+▁WISH -8.67749
+▁WISSEN -8.70401
+▁WISSENSCHAFT -9.71042
+▁WITH -6.05537
+▁WITHDRAW -10.5028
+▁WITNESS -11.0727
+▁WO -8.16293
+▁WOCHE -9.71758
+▁WOHL -9.14462
+▁WOLLTE -10.3426
+▁WOM -9.10182
+▁WONDER -10.3426
+▁WORD -8.10541
+▁WORK -7.74359
+▁WORKER -9.83243
+▁WORKING -9.10811
+▁WORLD -8.5087
+▁WORRY -10.4195
+▁WORS -10.0948
+▁WORT -8.7684
+▁WRIT -10.421
+▁WRONG -10.5937
+▁WURDE -7.53159
+▁WäHLE -10.5028
+▁WäHRUNGS -10.3448
+▁WäLDER -10.8048
+▁WäRE -8.55774
+▁WüNSCHE -9.78838
+▁WüRDE -8.5876
+▁WüRDEN -9.81376
+▁XENOPHOBI -10.3425
+▁YE -8.99177
+▁YEAR -7.56342
+▁YORK -11.0727
+▁YOU -7.15359
+▁YOUNG -9.67233
+▁YOUR -8.30482
+▁YUGOSLAV -11.0727
+▁Z -8.52082
+▁ZAHL -9.43387
+▁ZEIT -8.32528
+▁ZEITPLAN -10.5937
+▁ZEITRAUM -10.5039
+▁ZENTR -10.5942
+▁ZENTRALBANK -10.4195
+▁ZIEL -8.73969
+▁ZIELE -9.39196
+▁ZIELSETJUNG -10.4199
+▁ZIFFER -11.2393
+▁ZIVIL -10.0831
+▁ZU -9.14562
+▁ZUGANG -9.83208
+▁ZUKUNFT -9.34814
+▁ZULASSUNG -11.2393
+▁ZUSAMMEN -8.71777
+▁ZUSAMMENHA -8.8112
+▁ZUSATJSTOFFE -10.8048
+▁ZUSTIMMUNG -9.92493
+▁ZUSTäNDIGKEIT -10.2044
+▁ZUSäTJLICH -11.2393
+▁ZUWANDERUNG -11.0727
+▁ZWECK -10.5028
+▁ZYPERN -10.5937
+▁äHNLICH -10.5028
+▁äLTERE -10.8048
+▁äUßERST -9.26913
+▁öFFENTLICH -9.81729
+▁öFFENTLICHE -9.22773
+▁öKOLOGISCHE -10.8048
+▁öSTERREICHISCHE -10.6937
+▁üBER -6.66017
+▁üBERJEUGEN -10.8049
+▁üBERJEUGT -10.5938
+▁üBERNOMMEN -10.9298
+▁üBERPRüF -10.5028
+▁üBERRASCH -11.0727
+▁üBLICH -10.9298
+▁üBRIGEN -9.46418
diff --git a/tests/sentencepiece/vocabs.de.expected b/tests/sentencepiece/vocabs.de.expected
index 990c085..b0f37bd 100644
--- a/tests/sentencepiece/vocabs.de.expected
+++ b/tests/sentencepiece/vocabs.de.expected
@@ -1,4000 +1,4000 @@
-! -13.2426
-& -13.2428
-( -7.13423
-) -13.2424
-, -9.4227
-,5 -10.1281
-- -5.76772
-. -6.58391
-.00 -9.34737
-/ -7.44402
-0 -7.64544
-1 -8.23604
-2 -8.0656
-3 -8.41171
-30 -10.1061
-4 -8.28246
-5 -7.38274
-6 -8.00996
-8 -8.42666
-9 -8.45637
-: -13.2427
-; -6.55695
+! -6.85892
+& -12.8241
+( -7.20027
+) -7.18947
+, -3.17548
+- -5.77039
+. -6.58688
+.00 -9.41341
+/ -7.51006
+0 -7.71877
+1 -8.24373
+2 -8.07006
+2001 -9.424
+3 -8.41298
+30 -8.98582
+4 -8.28451
+5 -7.32205
+6 -8.01487
+8 -7.80346
+9 -7.52693
+: -6.82581
+; -6.44953
</s> 0
<unk> 0
-? -13.2425
-@ -5.3735
-A -7.89025
-ATO -9.65479
-Altersversorgung -10.8568
-Arbeitslosigkeit -9.7857
-Ausnahmeregelung -10.317
-Außenbeziehungen -11.0188
-B -9.23007
-Berichterstatter -8.15704
-C -8.48103
-D -9.15414
-Demokratisierung -11.035
-E -8.59626
-EAD -10.3791
-ER -10.1364
-F -8.81104
-FR -10.3181
-Fischereipolitik -10.4251
-Fluggesellschaft -11.2094
-Friedensabkommen -11.1306
-G -9.70963
-Generaldirektion -10.6486
-Geschäftsordnung -9.16632
-Geschäftsverkehr -10.4401
-Gleichbehandlung -10.7291
-H -10.2669
-I -8.86384
-IP -10.0587
-J -13.2428
-K -9.65777
-Kandidatenländer -11.156
-L -9.12947
-M -9.38609
-N -9.10396
-Naturkatastrophe -11.1577
-O -8.62943
-OLA -10.0883
-P -8.79893
-R -9.24224
-REG -10.4581
-Rechtsvorschrift -8.99018
-S -8.48005
-SE -9.98258
-Schlussfolgerung -10.8167
-Strafgerichtshof -11.1932
-T -8.95722
-U -9.66538
-Umstrukturierung -10.8037
-Unregelmäßigkeit -10.7782
-Unzulänglichkeit -11.003
-V -9.62891
-Veröffentlichung -11.0513
-W -9.98795
-Z -9.72357
-a -6.54013
-ab -8.14458
-abgeordnete -10.7413
-abkommen -9.37388
-abschied -10.6376
-abstimmung -10.8589
-achtet -10.0616
-achtung -9.76386
-ad -8.64733
-afür -7.56321
-ag -8.0226
-ah -9.17858
-ak -8.46593
-aktion -10.108
-aktivität -10.8984
-al -6.98215
-ale -9.16874
-ali -9.50485
-alisierung -9.37561
-alität -9.62281
-all -9.07075
-also -7.97627
-alten -9.21819
-alter -10.038
-amerikanische -9.67545
-amit -7.18702
-ampere -10.3378
-an -6.90984
-and -8.30501
-ang -8.85228
-angehörige -10.7275
-anlage -10.1503
-anspruch -10.167
-antwortet -11.19
-antwortung -9.74377
-anz -9.09884
-apos -10.1535
-ar -7.44977
-arbeit -8.3353
-ard -9.44961
-art -8.60225
-artige -10.1918
-arum -8.42133
-arunter -10.2514
-arüber -7.86352
-as -8.753
-aspekt -10.8299
-asse -9.43228
-atik -9.77905
-ation -8.04302
-ato -9.77868
-au -8.1251
-auch -5.55217
-auf -8.41898
-aus -7.94157
-ausgaben -10.4955
-ausschuss -9.85092
-ausschuß -9.65156
-ausstattung -10.7657
-aß -5.21474
-b -6.69677
-ba -8.69613
-bahn -10.388
-bald -10.2989
-bar -8.00669
-bare -9.14156
-barkeit -9.43604
-bau -8.59335
-bauen -9.59976
-be -6.95091
-bedeutend -11.0119
-bedingung -9.19173
-befugnisse -10.9272
-behalten -9.75964
-behörde -9.46196
-bei -8.24179
-beitrittswillige -10.9272
-beiträg -10.1948
-bekämpfung -10.6044
-belastung -10.8567
-ber -8.39816
-berechtig -10.2293
-bereich -9.25117
-bereiten -10.3514
-bereitung -11.0844
-berg -10.1996
-bericht -9.59776
-beschäftigung -10.1738
-besondere -7.63187
-bestand -9.9874
-bestimmung -10.2967
-betracht -10.8987
-betrieb -9.83249
-beträg -10.9487
-bewegung -10.6268
-bewertung -10.8704
-beziehen -10.1019
-bezogene -10.6851
-bezüglich -9.32221
-bi -8.4227
-bild -9.56461
-bildung -9.57871
-binden -10.7027
-birg -10.7538
-blick -10.0123
-bo -8.81094
-bra -9.69339
-brauchen -8.63346
-brechen -10.3377
-breite -10.2146
-brennungsanlage -11.1917
-bring -10.3089
-bringen -9.36403
-bruch -10.3794
-bzw -8.8922
-bürg -10.2599
-c -7.80392
-ca -9.39241
-ch -7.22727
-chen -8.51696
-chmal -10.2964
-chmutz -11.0039
-cht -8.10844
-ck -7.72547
-co -9.11429
-d -6.48907
-da -8.98612
-dacht -9.59899
-dann -7.3903
-darf -7.92511
-darin -8.33709
-dauer -9.36023
-de -6.99197
-debatte -10.5144
-decken -10.5253
-dem -7.31211
-den -7.11668
-denken -8.82462
-der -7.18525
-desto -10.7874
-det -8.66587
-di -8.04491
-dienst -8.83546
-ding -8.16288
-disziplin -11.085
-do -9.18396
-doch -6.6186
-dokument -10.4134
-druck -9.61774
-drücken -10.6176
-durch -8.78969
-durchschnittlich -10.7543
-dynami -11.1743
-dämm -10.8843
-e -4.33248
-eben -8.42469
-ebensbegleitende -11.2124
-efe -10.3168
-effizient -10.3825
-egeister -11.0516
-ehr -8.48938
-ei -8.71247
-eil -9.43475
-ein -7.43109
-einander -8.74969
-einheitlich -10.6306
-einrichtung -10.5846
-eise -8.3298
-eiter -9.7058
-el -6.9231
-elekommunikation -10.2304
-ell -8.29317
-elle -8.81331
-em -8.19675
-en -3.49024
-end -8.26933
-ende -8.4943
-enden -8.3743
-endlich -9.11887
-endung -9.72733
-energie -10.7292
-enkung -9.94003
-entscheidung -10.3058
-entwicklung -9.95827
-entwurf -9.69229
-er -5.21733
-ergebnis -10.6268
-erkennt -10.7291
-erklärung -10.5949
-erst -9.65447
-erstatterin -8.93802
-erung -8.60712
-erweise -8.56602
-erzeuger -11.0188
-erzeugnisse -10.3604
-erücksichtig -9.65479
-es -5.9864
-etrugsbekämpfung -11.0528
-eu -8.92058
-europa -9.84202
-europä -10.4115
-ewältigung -10.9272
-ex -8.95457
-export -10.8432
-f -6.50369
-fa -8.90011
-fach -9.55726
-fahr -9.22648
-fahrzeug -10.1882
-fall -8.59863
-falls -7.86389
-fang -9.34164
-fassen -9.3585
-fassung -9.69555
-feindlichkeit -10.039
-fekt -9.94249
-feld -9.55416
-fern -8.88246
-fertig -9.72257
-ff -8.55882
-ffentlichkeit -9.11604
-ffnung -9.85352
-fft -7.75165
-finanz -10.1738
-finden -10.3731
-findet -8.86351
-fle -9.82378
-fläche -10.449
-folge -8.76454
-fonds -10.1202
-for -9.3307
-fordern -9.4355
-form -8.57039
-forschung -10.8299
-frage -8.33024
-fragt -10.0153
-frei -9.65591
-freiheit -9.4461
-fremd -11.1201
-freundlich -10.9272
-friede -10.4491
-friedenstellend -10.8056
-frist -10.0887
-ft -8.84619
-funktion -10.5339
-fähig -9.19166
-fährt -11.0513
-fälle -8.942
-fällig -9.63054
-fällt -9.61864
-fälsch -10.9127
-fäng -10.5271
-föderal -10.6598
-förder -9.38589
-führen -9.27396
-führer -11.0513
-führt -10.3882
-führung -9.27954
-für -9.84188
-g -6.5708
-ga -9.42547
-gabe -8.91831
-gang -8.84568
-gar -8.52711
-ge -6.92435
-geachtet -10.3386
-gearbeitet -9.70088
-geben -8.76873
-gebeten -10.4865
-gebiet -9.74048
-gebiete -9.83795
-gebildet -10.7413
-geblieben -10.7782
-gebracht -9.87916
-gebühren -10.8037
-gefallen -10.5132
-gefaßt -10.0759
-gefordert -9.64074
-gefügt -10.8299
-gefühl -10.5438
-geführt -9.34599
-gegangen -9.39406
-gegeben -9.22008
-gegriffen -10.3152
-gehen -8.13128
-gehoben -10.8166
-gehörig -10.8459
-gekommen -10.2089
-gel -8.93664
-gelegt -9.54438
-geleitet -10.612
-geliefert -11.003
-gemein -9.57289
-gemeinschaft -9.84979
-gemeinschaftlich -9.16815
-gemessen -9.61054
-gemäß -10.6666
-gen -8.12523
-genda -9.96743
-genommen -9.08638
-ger -8.80523
-gerechnet -11.0513
-gericht -10.2727
-gerufen -10.2069
-gesagt -10.727
-gesamt -9.08503
-geschrieben -10.0094
-geschwindigkeit -11.1558
-geschäft -11.1743
-gesehen -9.96383
-gesellschaft -9.44619
-gesellschaftlich -9.89544
-gesetz -9.94551
-gesetzgebung -10.7657
-gesetzt -8.94679
-gesichts -8.64407
-gestalt -9.90093
-gestellt -8.62026
-gestimmt -8.91801
-gesundheit -9.80014
-getreten -9.84642
-getrieben -11.085
-gewalt -10.2375
-gewicht -10.2904
-gewiesen -8.91861
-gewinn -9.82493
-gewiß -10.3217
-geworfen -10.2377
-gewässer -11.1022
-gezeichnet -10.9558
-gezogen -9.47286
-gib -9.88886
-gipfel -11.1197
-gleich -8.39247
-glieder -10.7276
-go -9.81306
-graphie -10.6824
-greifen -9.00224
-greift -10.3298
-griff -9.75581
-grund -8.35873
-gruppe -9.76026
-gruppen -9.62467
-größe -10.1736
-gründen -10.5246
-gu -9.47111
-gunst -9.89925
-gültig -10.0271
-günstig -9.53905
-h -6.51063
-ha -8.5999
-haben -9.91505
-haft -8.59664
-halb -6.98195
-halt -8.59952
-halten -7.86705
-haltung -9.75928
-handel -8.63831
-handlung -9.82202
-haupt -9.08381
-haushalt -9.69655
-he -7.78436
-hebung -10.1546
-heim -9.67652
-heit -7.95079
-her -8.41848
-hi -9.13145
-hilfe -8.76292
-hin -7.85718
-hl -8.80373
-hm -9.14388
-ho -8.94926
-hol -8.7246
-ht -8.17063
-hundert -10.6155
-hä -9.02262
-hält -8.46534
-hängt -9.92324
-höchst -10.0762
-hören -9.49138
-hört -9.9839
-i -6.78365
-ia -9.09391
-ich -4.85055
-ick -9.41755
-id -8.25884
-ie -8.01644
-iederherstellung -10.5952
-ien -8.41477
-ier -8.68436
-ieren -7.83911
-iert -7.53979
-ierung -8.33483
-ieß -9.05869
-if -9.05702
-ifizierung -9.96382
-ig -7.23914
-ige -8.23974
-igen -7.72743
-iger -9.17821
-igkeit -8.4912
-igung -8.67351
-ik -8.58315
-ikan -9.90068
-il -8.27385
-ill -8.64203
-ilt -8.52598
-immt -9.20018
-in -6.92075
-inblick -8.64227
-indung -9.48608
-industrie -9.16629
-infrastruktur -10.9272
-ing -8.50784
-inisterpräsident -10.671
-initiative -10.167
-inki -9.84221
-innen -9.5387
-insicht -9.22944
-institut -10.5048
-institutionelle -10.5352
-instrument -10.1536
-interesse -10.7782
-io -8.72078
-ir -8.10647
-is -7.34992
-isch -8.11101
-ische -7.95087
-ischen -7.64705
-isiert -9.35953
-isierung -9.49998
-ismus -8.92098
-isten -9.07241
-istisch -9.63383
-istische -8.78832
-it -8.2456
-iti -10.1895
-itt -9.43163
-itz -9.01214
-ität -8.76425
-ive -8.49353
-iz -8.78546
-j -8.32744
-jah -9.82545
-jenige -9.87349
-jährige -9.92557
-k -6.34539
-ka -8.38061
-kampagne -10.5144
-kapazität -11.1376
-kapital -10.3624
-katastrophe -11.1538
-kauf -9.42219
-keit -8.68195
-kenntnis -10.5742
-kl -9.15477
-kla -9.2142
-klang -10.0384
-klausel -10.9272
-knüpf -10.1738
-ko -7.77082
-komm -9.36121
-kommen -8.57393
-konferenz -10.6847
-konstitutionelle -10.8984
-konsum -10.7057
-kontroll -9.61527
-konzept -10.8843
-kosten -9.38614
-kraft -9.65071
-kreis -10.398
-krieg -9.98647
-kriminalität -11.0513
-krise -10.7919
-kriteri -10.5741
-kräfte -9.70082
-kräftig -9.96938
-kultur -10.2159
-kunft -10.0091
-kzept -10.7657
-kämpfe -10.1669
-kämpft -10.5339
-körper -10.3707
-kündig -10.6054
-künfte -11.1376
-l -6.76245
-la -7.69136
-lag -8.97922
-lage -8.294
-land -8.39341
-lang -8.44044
-lange -9.30868
-lassen -7.53256
-lassung -9.87845
-last -9.27661
-lauf -10.1124
-laufen -9.04729
-le -7.29267
-leben -9.11635
-ledig -8.81454
-legen -8.64307
-legt -9.19675
-legung -9.7357
-lehnen -9.76268
-leicht -8.31891
-leid -9.89656
-leistung -9.30027
-leiten -9.20739
-ler -8.79954
-letzt -8.97898
-leute -10.7212
-lfte -10.2161
-li -7.72238
-lich -6.93584
-liche -8.14949
-lichen -8.08263
-licher -9.52213
-lichkeit -8.54638
-lief -10.4712
-liegen -9.99633
-ling -9.75669
-lle -9.08902
-lo -8.43728
-log -9.49327
-los -7.87309
-lt -8.59369
-lung -9.1344
-lä -8.96668
-länder -8.77141
-längst -10.5144
-läss -9.46927
-läuf -9.36255
-läß -9.00899
-lös -9.09378
-m -4.91672
-ma -8.04786
-macht -9.94817
-makroökonomische -11.068
-mal -8.87409
-mals -8.62416
-man -9.38441
-management -10.7171
-mangel -10.1507
-markt -9.28308
-maßen -9.73206
-maßnahmen -8.89729
-mechanism -10.5339
-mehr -9.3486
-meidung -11.085
-meist -10.1545
-ment -9.17912
-merk -9.06239
-messen -10.1398
-met -9.51221
-methode -10.616
-militärische -11.0808
-minister -9.76324
-mir -7.54298
-mission -10.2231
-mit -8.21763
-mittel -8.156
-mißbrauch -10.4259
-mobil -10.0757
-modell -10.3707
-märkte -10.0036
-mäßig -9.04819
-möglich -10.2731
-möglichkeit -10.6004
-mütig -10.9968
-n -3.3646
-nach -8.60289
-nachlässig -10.6488
-nahm -10.1817
-nahme -8.50815
-nehmen -8.91855
-netz -9.69017
-ngleichheit -9.97661
-niedrig -10.8691
-niveau -10.1409
-nken -9.02671
-noch -9.04875
-norm -10.0479
-nteroperabilität -10.5741
-ntlich -9.46691
-nug -9.62866
-nutz -9.51578
-nzusammenführung -10.7657
-nächst -8.21461
-o -6.66839
-obachtungsstelle -9.88872
-oboda -10.8299
-ock -9.61022
-oder -6.71273
-ol -8.32742
-olksgesundheit -10.0386
-oll -9.49114
-ologische -9.35114
-omplement -10.9419
-on -8.08355
-ona -9.73983
-opfer -10.6488
-opp -10.0424
-or -7.3652
-ord -9.07204
-ordnet -10.2674
-ordnung -9.25751
-organe -10.9874
-organisation -9.13907
-orientierte -10.4581
-os -8.95345
-ot -8.46085
-p -7.25863
-pa -8.34827
-paket -10.6054
-papier -10.6939
-partei -9.94718
-partner -9.67129
-passen -10.0885
-pe -8.61231
-periode -10.9419
-person -9.95833
-pf -8.69614
-pflanz -10.616
-pflicht -9.34442
-pi -9.40963
-pl -8.80666
-plan -8.99932
-pläne -10.188
-po -8.83781
-pol -9.58747
-politik -7.78858
-politische -9.05975
-position -10.7292
-pp -9.18431
-preis -9.75342
-prinzip -9.5427
-pro -9.69817
-problem -9.25822
-produkt -9.93635
-produktion -10.7173
-programm -9.25528
-projekt -10.1268
-prozess -10.1088
-prozeß -11.0127
-prüfung -10.5239
-punkt -8.92789
-q -12.7553
-qu -9.16684
-qualität -9.95842
-qui -10.2537
-quot -6.60136
-r -4.62227
-rac -10.2265
-rahmen -9.5427
-rat -8.23682
-rate -9.27289
-raum -9.13538
-raxis -9.4094
-re -6.75861
-rechnung -10.5538
-recht -7.87338
-rechtliche -9.83582
-rechtskommission -10.9719
-rechtskonvention -11.0513
-rechtsverletzung -10.5643
-reden -9.7599
-reg -8.8939
-regeln -9.88285
-regelung -9.70335
-region -9.63855
-regulierung -10.9127
-rei -8.64765
-reichen -9.30648
-reif -10.1055
-republik -10.8704
-ressourcen -10.8704
-ri -7.65151
-richt -8.75149
-richten -9.11006
-richtlinie -9.57616
-rie -8.86342
-rksamkeit -9.26594
-rlei -9.36729
-ro -7.65792
-rseit -8.58871
-ruf -9.7595
-rufen -9.70038
-räume -9.78879
-rück -9.04058
-rüstung -10.9419
-s -3.89991
-sache -10.1899
-sam -8.97944
-santrag -9.00216
-santräge -9.92542
-satz -9.02413
-sausschuss -9.83077
-sausschuß -9.67457
-saustausch -10.6598
-sbereich -9.4509
-sbürgerschaft -11.06
-sch -6.68259
-schaffen -10.331
-schaffung -10.0511
-schaft -8.44329
-schau -9.71149
-sche -9.0017
-schick -10.1778
-schieden -10.4768
-schiff -11.0994
-schlag -9.23566
-schließlich -9.84951
-schluss -10.106
-schluß -9.99509
-schläg -9.74013
-schlüsse -10.553
-schnitt -9.91463
-schrecken -10.8704
-schrei -10.0413
-schreiben -10.0212
-schreibung -10.7657
-schreiten -10.3037
-schreitende -9.89624
-schrift -10.5027
-schränken -11.0836
-schuldig -9.49278
-schutz -8.86461
-schwe -9.67185
-schäd -9.93104
-schädigt -10.7534
-schätzt -10.5714
-schätzung -10.1234
-sebene -10.366
-sehen -8.73294
-sehr -6.80378
-seite -10.6171
-sektor -8.83234
-selbe -8.93863
-setzen -9.8017
-setzt -8.92645
-setzung -8.58666
-sfähigkeit -9.29186
-sgesellschaft -10.0982
-sicherheit -8.92163
-sicherung -9.79399
-sicht -8.82319
-sichtlich -8.40462
-siedel -10.6487
-sieh -10.0766
-sion -9.05878
-situation -10.14
-sitzung -10.4403
-skandidaten -10.3707
-skonferenz -8.79494
-skontrolle -10.0321
-smitglied -9.3568
-smöglichkeit -9.90697
-son -9.17556
-sorgniserregend -10.9272
-soviel -11.0691
-sp -7.93719
-spezifische -9.68384
-spiegel -10.9873
-spiel -9.45251
-spolitik -8.41236
-sprach -9.18168
-sprech -10.8355
-sprechen -9.07693
-sprogramm -9.51397
-sprozesse -10.0198
-sprozeß -9.74183
-spräche -11.0676
-spräsident -9.77524
-spräsidentschaft -9.90078
-ssystem -9.4423
-staat -9.16535
-staatliche -10.4113
-stab -9.90241
-stabilität -10.671
-stand -8.16356
-statt -9.04067
-ste -7.76088
-stehen -9.12239
-stelle -8.9163
-stellen -8.79106
-stellt -9.48297
-stellung -8.54599
-sten -7.90786
-ster -9.19638
-stern -9.30403
-sterreich -8.93044
-steuer -9.25005
-stieg -10.0757
-stoff -9.25
-stoß -9.51033
-stra -10.1666
-strategie -9.99782
-strecke -10.8311
-streit -10.1536
-struktur -9.88356
-ströme -10.8984
-stände -9.42861
-stärkt -10.3281
-stöß -10.1268
-stück -10.9874
-stützen -10.9118
-subvention -10.9127
-sucht -9.35054
-sverfahren -8.84272
-svorschläge -10.5269
-swachstum -10.4953
-system -9.10118
-systeme -9.61352
-sätze -9.56829
-t -4.11784
-ta -8.21899
-tag -8.59219
-tandards -9.86446
-tat -9.0341
-tausend -10.1082
-te -6.58762
-technische -10.5991
-technologie -10.3541
-teil -7.66688
-teilung -9.07811
-text -10.11
-ti -7.66312
-tiefst -10.481
-tik -9.44924
-tion -8.69658
-tmosphär -11.2124
-traf -9.17207
-trag -8.5637
-tragen -8.96957
-transeuropäische -10.6824
-transport -10.4222
-treffen -9.8905
-treiben -10.1326
-treten -8.60985
-tritt -8.99621
-träge -9.10719
-tung -8.92059
-tut -9.63938
-tz -8.42073
-tätig -9.29451
-tätigkeit -9.91652
-tür -9.83244
-u -7.00872
-ualität -8.9901
-ub -8.5868
-uch -8.1325
-ud -9.82755
-uelle -10.0656
-ufstock -11.0113
-ug -8.3802
-ul -7.99424
-um -7.18613
-umweltfreundlich -10.8984
-un -8.4622
-und -8.13128
-ung -5.81388
-union -10.1076
-unter -9.50522
-unternehmen -9.67454
-uoten -10.1402
-up -9.55174
-ur -7.38458
-ursacherprinzip -11.0513
-us -7.82907
-usgewogenheit -10.8984
-usübung -10.9381
-ut -7.78163
-utter -10.3145
-uß -9.18775
-v -7.54738
-van -9.20585
-ver -7.3626
-verantwortlich -11.0987
-verbindlich -9.81887
-verbot -9.94858
-verbrauch -10.5955
-verbände -10.8704
-verdienen -10.885
-vereinbarung -10.5845
-verfahren -9.17225
-verhältnis -10.6054
-verhütung -11.1558
-verkehr -8.76713
-verletz -10.4592
-verschmutzung -10.5713
-versorgung -10.6597
-verstanden -9.17779
-verständlich -8.48163
-verständnis -10.7874
-vertreter -10.7534
-verwaltung -10.5241
-vi -8.4119
-vielfältig -11.0188
-voll -8.97036
-vor -8.75015
-vorschlag -9.72518
-vorschläg -10.3765
-vorschrift -9.89353
-vorsitzende -10.9521
-w -6.71935
-wa -8.38386
-wachsen -9.99121
-wahl -9.77812
-wand -9.02534
-wann -9.92679
-warten -9.87746
-wasser -10.2508
-wechsel -10.4953
-weg -8.51058
-wegen -8.4602
-wei -8.8409
-weile -10.0873
-weise -8.41657
-weist -9.57488
-weisung -10.1789
-weit -8.80934
-welt -9.77885
-wende -8.73548
-werfen -10.4067
-werk -9.33583
-wert -8.25517
-wesen -9.67564
-wettbewerb -10.8704
-wettbewerbsfähig -10.7782
-wiegend -10.5276
-willig -10.1207
-wirken -9.10025
-wirksam -9.91926
-wirkt -9.87404
-wirkung -10.3197
-wirtschaft -8.68093
-wissenschaftlich -9.3938
-wo -9.41383
-wohl -7.72221
-wohn -9.83167
-worden -8.02011
-wort -10.4846
-wächst -10.7994
-wähl -10.0819
-wäl -10.4956
-wär -10.2038
-würdig -9.58757
-würfe -10.9419
-x -8.95917
-y -7.43332
-z -6.73969
-zahl -8.47226
-zeichnen -9.54637
-zeit -8.32723
-zentr -9.44203
-zeugen -10.8517
-zi -8.55795
-zieh -8.71781
-ziel -8.90883
-zig -9.44053
-zogen -9.85591
-zone -10.3092
-zu -7.51297
-zuarbeiten -10.3293
-zubringen -10.1725
-zufüg -11.1553
-zuführen -9.83626
-zug -9.45939
-zugeben -10.411
-zugeh -10.8862
-zuheben -10.4767
-zukommen -9.96484
-zunehmen -8.8047
-zusagen -10.6058
-zusammenarbeit -10.2657
-zuschließen -10.4581
-zusetzen -9.31602
-zustellen -8.97801
-zustimmen -10.4101
-zuweisen -10.3214
-zweck -10.2017
-zwischen -9.78002
-zza -10.1948
-zöge -10.1081
-züge -10.1822
-Ä -10.1467
-Änderungsanträge -7.91374
-Ü -11.9969
-ß -8.32259
-ä -6.75073
-ächt -9.44994
-änderung -9.82774
-ändig -9.29758
-änge -9.19539
-äre -9.01017
-ärmsten -10.4492
-äu -9.01875
-ö -7.15701
-öl -9.82852
-ü -6.66563
-üb -9.1223
-über -9.21783
-üche -10.0515
-üsse -9.99506
-▁ -3.26441
-▁! -6.79288
-▁& -6.59576
-▁) -7.12343
-▁, -3.11215
-▁- -6.30934
-▁. -3.6694
-▁... -10.0341
-▁00 -8.92804
-▁000 -9.06437
-▁01 -9.35648
-▁02 -9.81898
-▁03 -9.92297
-▁1 -8.60069
-▁1. -9.99799
-▁10 -9.14436
-▁100 -10.3153
-▁11 -9.22894
-▁12 -9.04862
-▁13 -9.39735
-▁14 -9.38159
-▁15 -8.90589
-▁16 -9.90565
-▁18 -9.74532
-▁19 -9.25274
-▁198 -10.0455
-▁199 -8.46469
-▁1998 -9.02643
-▁1999 -8.3446
-▁2 -8.53481
-▁20 -8.84338
-▁200 -8.81602
-▁2000 -7.73809
-▁2001 -9.3691
-▁21 -9.56566
-▁22 -10.1894
-▁23 -10.2242
-▁24 -10.0402
-▁25 -9.64052
-▁28 -10.3473
-▁3 -8.21307
-▁30 -9.30201
-▁4 -8.52949
-▁40 -9.64413
-▁5 -8.80662
-▁50 -9.27856
-▁6 -8.995
-▁60 -10.0466
-▁8 -9.24359
-▁80 -10.0707
-▁9 -8.99034
-▁90 -10.2617
-▁: -6.75977
-▁; -8.22125
-▁? -7.00802
-▁A -7.25459
-▁AIDS -11.003
-▁AKP -9.63856
-▁Ab -7.83173
-▁Abfall -10.0349
-▁Abfälle -9.84424
-▁Abgeordnete -8.42101
-▁Abgeordneten -8.13172
-▁Abhängigkeit -10.6939
-▁Abkommen -8.44933
-▁Ablehnung -10.3876
-▁Absatz -9.34191
-▁Abschluß -9.70112
-▁Absicht -9.28676
-▁Abstimmung -7.89102
-▁Achtung -9.49279
-▁Afrika -9.30612
-▁Agentur -10.616
-▁Agrar -9.08442
-▁Akt -9.93877
-▁Akteure -10.3791
-▁Aktion -8.8559
-▁Aktionsplan -10.101
-▁Aktionsprogramm -10.4676
-▁Aktivität -9.5427
-▁Al -8.57775
-▁Alkohol -9.85819
-▁Allianz -10.3707
-▁Alter -9.45556
-▁Amerika -10.3297
-▁Amsterdam -9.41582
-▁Amt -9.91673
-▁An -7.46451
-▁Analyse -9.81887
-▁Anerkennung -9.50327
-▁Anfang -9.57314
-▁Anforderung -9.88357
-▁Anfrage -8.65579
-▁Angabe -9.80122
-▁Angebot -10.8299
-▁Angehörige -10.5744
-▁Angelegenheit -8.37693
-▁Angola -10.9419
-▁Angriff -9.88941
-▁Angst -10.7055
-▁Anhang -10.8167
-▁Anhörung -10.6598
-▁Anl -9.79514
-▁Anliegen -9.82421
-▁Anmerkung -10.275
-▁Annahme -9.28459
-▁Annäherung -10.7055
-▁Anpassung -10.0211
-▁Anreiz -10.1877
-▁Ansatz -9.24531
-▁Ansicht -8.25714
-▁Anspruch -9.76722
-▁Anstrengung -9.37172
-▁Anteil -9.85348
-▁Antrag -8.97177
-▁Anträge -10.1026
-▁Antwort -8.57684
-▁Anwendung -8.58382
-▁Anwesenheit -10.8984
-▁Appell -10.9873
-▁April -10.0153
-▁Arbeit -7.69402
-▁Arbeitgeber -10.5845
-▁Arbeitnehmer -8.94441
-▁Arbeits -8.45062
-▁Arbeitsmarkt -10.0887
-▁Arbeitsplatz -10.5438
-▁Arbeitsplätze -9.10074
-▁Arbeitszeit -10.3476
-▁Argument -9.64259
-▁Armee -10.8167
-▁Armut -9.55742
-▁Art -8.3786
-▁Artikel -8.14776
-▁Aspekt -9.45642
-▁Aspekte -9.09756
-▁Assoziierungs -10.6598
-▁Asyl -9.2693
-▁Asylbewerber -10.7534
-▁Atom -10.3791
-▁Auf -8.41397
-▁Aufbau -9.90519
-▁Aufenthalt -10.2979
-▁Auffassung -8.56446
-▁Aufforderung -10.8299
-▁Aufgabe -8.81164
-▁Aufgaben -9.27697
-▁Aufheb -11.0321
-▁Aufklärung -10.8299
-▁Aufm -9.25984
-▁Aufnahme -9.44249
-▁Auftrag -10.3637
-▁Auge -10.5385
-▁Augen -9.32527
-▁August -11.1376
-▁Aus -7.6453
-▁Ausarbeitung -10.1947
-▁Ausbeut -10.4047
-▁Ausbildung -9.23142
-▁Ausdruck -8.50065
-▁Ausführung -9.16924
-▁Ausgaben -9.65074
-▁Ausgangspunkt -11.085
-▁Ausgrenzung -10.3059
-▁Ausmaß -10.2459
-▁Ausnahme -9.6029
-▁Ausrichtung -10.3541
-▁Aussage -10.039
-▁Ausschuss -8.17253
-▁Ausschuß -8.20367
-▁Ausschüsse -10.1138
-▁Aussprache -8.14596
-▁Auswei -10.3142
-▁Auswirkung -8.71395
-▁Auto -9.33545
-▁Autonomie -11.2124
-▁Außen -8.98122
-▁Außenminister -10.4583
-▁B -6.94525
-▁BSE -9.88961
-▁Bahn -10.595
-▁Balkan -9.43862
-▁Bananen -10.44
-▁Bangladesch -10.8984
-▁Bank -9.98076
-▁Bar -9.51272
-▁Barnier -10.7055
-▁Basis -9.89391
-▁Baskenland -10.9873
-▁Bau -9.58008
-▁Be -7.0745
-▁Beacht -10.7935
-▁Beamte -9.68384
-▁Bedeutung -8.12891
-▁Bedingung -8.72348
-▁Bedrohung -10.7782
-▁Bedürfnisse -10.2826
-▁Befugnisse -10.2377
-▁Befürchtung -10.4672
-▁Beginn -9.71375
-▁Begleit -11.1743
-▁Begrenzung -11.1376
-▁Begriff -9.67207
-▁Begründung -10.2231
-▁Behandlung -9.61148
-▁Behörde -10.6023
-▁Behörden -8.84735
-▁Beifall -9.93096
-▁Beihilfe -10.4047
-▁Beihilfen -9.1943
-▁Beispiel -8.31079
-▁Beitrag -8.7463
-▁Beitritt -8.83955
-▁Beitrittsländer -10.4953
-▁Beiträge -10.2981
-▁Bekämpfung -8.69175
-▁Belastung -10.3961
-▁Belgien -10.3961
-▁Bemerkung -9.10545
-▁Bemühen -11.1743
-▁Bemühung -9.31773
-▁Beobachter -10.5538
-▁Beratung -9.99784
-▁Bereich -7.54495
-▁Bereiche -9.25775
-▁Bereitschaft -10.4859
-▁Bereitstellung -10.5538
-▁Berg -10.6157
-▁Bericht -6.48771
-▁Berichts -8.98976
-▁Berlin -10.3297
-▁Beruf -9.89591
-▁Beschluss -10.3802
-▁Beschluß -9.36297
-▁Beschlüsse -9.57649
-▁Beschränkung -10.3791
-▁Beschwerde -10.4672
-▁Beschäftigte -10.5048
-▁Beschäftigung -8.49792
-▁Beseitigung -10.4581
-▁Besonderheit -10.8984
-▁Besorgnis -9.60687
-▁Bestandteil -9.95827
-▁Besteuerung -10.7292
-▁Bestimmung -8.93242
-▁Bestreben -11.1376
-▁Besuch -10.0095
-▁Beteiligte -10.5144
-▁Beteiligung -9.72685
-▁Betracht -10.449
-▁Betreiber -10.9272
-▁Betrieb -9.50327
-▁Betroffenen -10.8704
-▁Betrug -10.0031
-▁Beurteilung -11.0188
-▁Bevölkerung -8.53983
-▁Bewegung -10.6487
-▁Beweis -9.52182
-▁Bewerberländer -10.8299
-▁Bewertung -9.31774
-▁Bewirtschaftung -10.7055
-▁Bewußtsein -10.9873
-▁Bezeichnung -10.6054
-▁Beziehung -8.73483
-▁Bezug -9.41345
-▁Bilanz -10.5845
-▁Bild -10.0918
-▁Bildung -8.87731
-▁Binnenmarkt -8.71865
-▁Biotechnologie -11.1743
-▁Birma -10.6487
-▁Bitte -10.6165
-▁Blick -10.082
-▁Bo -9.26965
-▁Boden -10.2852
-▁Bolkestein -11.1022
-▁Bosnien -10.7657
-▁Botschaft -9.70512
-▁Branche -10.616
-▁Brennstoff -11.1376
-▁Brief -10.8299
-▁Brüssel -9.53905
-▁Budget -10.6486
-▁Buiten -10.8704
-▁Bundes -10.2675
-▁Byrne -11.1022
-▁Bürger -7.64974
-▁Bürgerbeauftrag -10.1334
-▁Bürgerinnen -10.3802
-▁Bürgern -9.35377
-▁Büro -10.4311
-▁Bürokratie -10.8432
-▁C -8.17527
-▁CO -9.81983
-▁Ca -9.76192
-▁Chance -9.22308
-▁Charakter -9.88357
-▁Charta -8.89156
-▁China -9.41261
-▁Christdemokrat -10.5538
-▁Co -9.23983
-▁D -8.45829
-▁Da -9.09926
-▁Dame -8.82301
-▁Dank -8.62975
-▁Daten -9.12268
-▁Dauer -10.5439
-▁De -8.43188
-▁Debatte -8.08455
-▁Definition -9.75358
-▁Defizit -10.4047
-▁Delegation -9.31482
-▁Demokraten -10.6598
-▁Demokratie -8.65196
-▁Demokratische -10.616
-▁Detail -10.4953
-▁Deutschland -9.68384
-▁Dezember -9.6147
-▁Di -9.02593
-▁Dialog -8.90499
-▁Die -9.83581
-▁Dienst -9.24717
-▁Dienste -9.65947
-▁Dienstleistung -9.31783
-▁Differenz -11.003
-▁Dimension -9.79978
-▁Dinge -9.0284
-▁Direkt -10.5845
-▁Diskriminierung -9.24728
-▁Diskussion -8.66404
-▁Do -9.60509
-▁Dokument -8.9384
-▁Dollar -10.2088
-▁Donnerstag -10.3217
-▁Doping -10.4953
-▁Doppel -11.1558
-▁Dringlichkeit -9.93095
-▁Dritte -10.0511
-▁Drittländer -9.55743
-▁Drittstaat -10.167
-▁Drogen -9.82856
-▁Druck -9.42228
-▁Du -9.94043
-▁Dublin -10.7909
-▁Durch -10.1531
-▁Durchführung -8.99177
-▁Durchsetzung -10.4956
-▁Dynami -11.1376
-▁Dänemark -10.039
-▁E -7.57666
-▁ECHO -10.2903
-▁EG -9.8588
-▁ELDR -11.0188
-▁EN -10.3315
-▁EU -7.35287
-▁EURO -10.8299
-▁EVP -10.4859
-▁Ebene -8.26595
-▁Effektivität -11.0188
-▁Effizienz -9.96383
-▁Ehre -10.4491
-▁Eigenschaft -10.8299
-▁Eigentum -10.9719
-▁Ein -7.77884
-▁Einbezieh -9.66304
-▁Eindruck -9.66344
-▁Einfluss -11.1558
-▁Einfluß -9.95827
-▁Einfuhr -10.6486
-▁Einführung -9.14188
-▁Eingreif -10.9008
-▁Einhaltung -9.61901
-▁Einheit -10.0668
-▁Einigung -9.85958
-▁Einkommen -10.0469
-▁Einrichtung -9.27487
-▁Einsatz -9.4626
-▁Einschränkung -10.4134
-▁Einstimmigkeit -10.8567
-▁Einwanderer -10.4581
-▁Einwanderung -9.73126
-▁Einwohner -10.8704
-▁Einwände -10.8037
-▁Einzel -9.55744
-▁Eisenbahn -9.31066
-▁El -9.47887
-▁Elektrizität -11.1197
-▁Element -9.43206
-▁Embargo -10.9127
-▁Embryo -10.8567
-▁Emission -9.92596
-▁Emp -10.4071
-▁Empfehlung -9.01089
-▁End -10.3838
-▁Ende -8.5819
-▁Energie -8.70749
-▁Engagement -9.78104
-▁Ent -8.87682
-▁Entlastung -9.35947
-▁Entscheidung -7.91947
-▁Entschließung -7.85657
-▁Entschlossen -10.6054
-▁Entschädigung -10.7412
-▁Entsorgung -10.6054
-▁Entwicklung -7.40537
-▁Entwicklungs -8.58367
-▁Entwurf -9.3354
-▁Er -7.67208
-▁Erachten -8.59793
-▁Erarbeit -10.0722
-▁Erdöl -10.7782
-▁Ereignisse -9.88986
-▁Erfahrung -9.15383
-▁Erfolg -8.96657
-▁Erfüllung -10.8984
-▁Ergebnis -9.14066
-▁Ergebnisse -8.94511
-▁Ergänzung -10.7412
-▁Erhaltung -10.2385
-▁Erhöhung -9.86321
-▁Erika -10.5949
-▁Erinnerung -10.7657
-▁Erkenntnisse -10.7055
-▁Erklärung -8.55891
-▁Erläuterung -11.1022
-▁Ermittlung -10.9272
-▁Ernennung -10.8984
-▁Erneuerung -11.2124
-▁Ernährung -10.7657
-▁Erreich -10.2591
-▁Erscheinung -10.5741
-▁Erwartung -10.0695
-▁Erweiterung -8.50567
-▁Erwerb -10.8984
-▁Erwägung -9.95827
-▁Erzeuger -10.0946
-▁Erzeugnisse -9.79506
-▁Etikett -10.8841
-▁Etikettierung -10.3139
-▁Euro -7.78954
-▁Eurodac -10.7657
-▁Europa -7.15123
-▁Europas -8.52944
-▁Europäer -10.045
-▁Europäische -6.10225
-▁Evaluierung -10.8299
-▁Ex -9.99932
-▁Existenz -10.6268
-▁Experten -10.4134
-▁Export -10.1602
-▁F -7.59716
-▁Fa -9.06651
-▁Fahr -10.6597
-▁Fahrzeug -10.0391
-▁Fakten -10.5742
-▁Faktor -9.71375
-▁Fall -7.90118
-▁Falle -9.56435
-▁Familie -9.55585
-▁Familien -9.61245
-▁Fassung -10.5845
-▁Februar -10.167
-▁Fehl -10.1615
-▁Fehler -9.74376
-▁Feira -9.70511
-▁Fernseh -9.66714
-▁Fest -10.134
-▁Festlegung -9.67549
-▁Feststellung -10.0096
-▁Fidschi -10.6054
-▁Film -10.6268
-▁Finanz -8.42095
-▁Finanzielle -10.4953
-▁Finanzierung -9.03746
-▁Finnland -9.98636
-▁Fisch -9.42589
-▁Fischerei -8.77588
-▁Fischler -10.4404
-▁Fl -9.38501
-▁Flachs -11.085
-▁Fleisch -10.6054
-▁Flexibilität -10.0757
-▁Flotte -11.085
-▁Flug -9.16172
-▁Flugzeug -9.95307
-▁Fläche -10.8984
-▁Flüchtling -10.2162
-▁Flüchtlinge -9.6546
-▁Folge -9.48207
-▁Folgen -9.132
-▁Folter -11.1022
-▁Fonds -9.90435
-▁Forderung -8.71385
-▁Form -8.4224
-▁Formulierung -10.2159
-▁Forschung -8.71865
-▁Forst -10.4047
-▁Fort -9.68814
-▁Fortschritt -9.73862
-▁Fortschritte -9.02243
-▁Fra -9.87193
-▁Frage -7.10754
-▁Fragen -8.03517
-▁Fragestunde -10.4047
-▁Fraktion -7.4979
-▁Frankreich -9.24728
-▁Frau -6.90031
-▁Frauen -8.19839
-▁Frei -9.26416
-▁Freiheit -8.8507
-▁Freitag -9.98675
-▁Freizügigkeit -9.90435
-▁Fremden -9.95259
-▁Fremdenverkehr -10.2019
-▁Frequenz -11.068
-▁Freude -10.44
-▁Freund -9.99208
-▁Frieden -9.11184
-▁Friedens -9.58258
-▁Frist -9.83358
-▁Fundament -10.9272
-▁Funktion -9.72645
-▁Funktionieren -10.4498
-▁Fusion -10.6377
-▁Futtermittel -11.085
-▁Fußball -10.4581
-▁Fähigkeit -10.1877
-▁Fälle -8.84682
-▁Förder -10.4923
-▁Förderung -8.87514
-▁Führer -10.8432
-▁Führung -10.2159
-▁Fünfte -11.085
-▁G -7.61857
-▁GUE -11.1558
-▁GVO -10.2981
-▁Ga -9.73733
-▁Gang -10.1974
-▁Ganze -10.4496
-▁Garantie -9.90961
-▁Ge -7.78719
-▁Geber -10.2479
-▁Gebiet -8.21266
-▁Gebiete -9.34034
-▁Gebrauch -10.7909
-▁Gebäude -10.4765
-▁Gebühr -10.3791
-▁Gedanke -9.65889
-▁Gefahr -8.70141
-▁Gefangene -11.1023
-▁Gefängnis -10.4581
-▁Gefühl -10.5048
-▁Gegen -9.30427
-▁Gegenstand -10.1745
-▁Gegenteil -9.58819
-▁Geist -10.2092
-▁Geld -8.49678
-▁Geldwäsche -10.7657
-▁Gelegenheit -8.98126
-▁Gemeinsame -8.74795
-▁Gemeinschaft -7.97844
-▁Gemeinschafts -8.51819
-▁Genehmigung -10.1877
-▁Generalsekretär -10.6824
-▁Generation -10.3217
-▁Genf -10.21
-▁Georgien -11.1376
-▁Gerechtigkeit -10.6486
-▁Gericht -9.37444
-▁Gerichtshof -9.61864
-▁Gesamt -9.17893
-▁Geschichte -9.78104
-▁Geschlecht -10.4953
-▁Geschwindigkeit -11.068
-▁Geschäft -10.0881
-▁Gesellschaft -8.60937
-▁Gesetz -9.85462
-▁Gesetze -9.6146
-▁Gesetzgebung -9.42228
-▁Gesichtspunkt -10.7055
-▁Gespräch -10.3541
-▁Gespräche -10.0512
-▁Gestaltung -10.6268
-▁Gesundheit -9.09443
-▁Gesundheits -9.46597
-▁Getreide -10.8037
-▁Gewalt -9.25274
-▁Gewerkschaft -10.7292
-▁Gewicht -10.4047
-▁Gewinn -10.3791
-▁Gewähr -9.86731
-▁Gewässer -10.5048
-▁Gipfel -9.08437
-▁Gipfeltreffen -10.4492
-▁Glaubwürdigkeit -10.3624
-▁Gleichgewicht -9.78104
-▁Gleichstellung -10.2377
-▁Globalisierung -9.88872
-▁Glück -10.6824
-▁Gra -10.0003
-▁Gremi -10.275
-▁Grenz -9.50041
-▁Grenzen -9.37729
-▁Grenzwerte -10.9421
-▁Griechenland -9.35947
-▁Groß -9.59769
-▁Großbritannien -10.0633
-▁Grund -7.93968
-▁Grunde -9.72074
-▁Grundlage -8.5324
-▁Grundrechte -9.10317
-▁Grundsatz -9.21558
-▁Grundsätze -9.32093
-▁Gruppe -8.89729
-▁Größe -10.5144
-▁Grünbuch -10.9568
-▁Gründe -8.66708
-▁Gründung -10.9568
-▁Grüne -9.80928
-▁Guinea -11.1376
-▁Gut -10.0386
-▁Güter -10.0572
-▁H -7.32777
-▁Ha -8.93551
-▁Haarder -10.9127
-▁Habitat -10.9568
-▁Hafen -10.209
-▁Haftung -10.5241
-▁Haider -10.616
-▁Haltung -9.19429
-▁Hand -9.27294
-▁Handel -9.18013
-▁Handels -9.31447
-▁Handlung -9.81425
-▁Harmonisierung -9.52458
-▁Haupt -9.09138
-▁Haus -8.84925
-▁Hause -9.14034
-▁Haushalt -8.67165
-▁Haushalts -8.49696
-▁Haushaltsjahr -10.6598
-▁Haushaltslinie -10.431
-▁Heimat -10.1138
-▁Hel -9.68431
-▁Her -9.51748
-▁Herausforderung -9.27207
-▁Herbst -10.8704
-▁Herkunft -9.5838
-▁Herr -5.84422
-▁Hersteller -10.1807
-▁Herstellung -10.4405
-▁Herzen -9.96947
-▁Hilfe -8.28447
-▁Hilfs -10.2159
-▁Hindernisse -10.4581
-▁Hinter -11.0186
-▁Hintergrund -10.0512
-▁Hinweis -9.6306
-▁Ho -10.0072
-▁Hoch -10.0458
-▁Hoffnung -9.68387
-▁Hohe -9.30154
-▁Holz -10.3459
-▁Hooligan -10.9568
-▁Hunger -10.609
-▁Hä -9.41885
-▁Häf -10.076
-▁Höchst -10.3378
-▁Höhe -9.67546
-▁I -8.08347
-▁II -10.1478
-▁INTER -10.4581
-▁Idee -9.7508
-▁Identität -10.3378
-▁Ihn -7.78287
-▁Ihr -9.85658
-▁Ihre -8.20365
-▁Ihrer -9.50452
-▁Import -11.0513
-▁Impuls -10.7172
-▁In -8.36702
-▁Industrie -8.93242
-▁Inflation -10.5741
-▁Information -8.17805
-▁Informations -9.21271
-▁Infrastruktur -9.73126
-▁Inhalt -9.21967
-▁Initiative -8.2358
-▁Inkrafttreten -10.5845
-▁Innovation -10.3961
-▁Insel -9.81353
-▁Inspektion -10.9719
-▁Instanz -10.6377
-▁Institution -8.38712
-▁Instrument -9.20144
-▁Instrumente -9.65575
-▁Integration -9.27767
-▁Inter -9.87422
-▁Interesse -8.64707
-▁Interessen -8.86757
-▁Internationale -9.98068
-▁Internet -9.37791
-▁Intervention -9.94725
-▁Investition -9.13419
-▁Irak -9.87335
-▁Iran -10.7174
-▁Irland -9.89913
-▁Israel -9.93095
-▁Italien -9.70511
-▁J -9.81016
-▁Ja -9.32245
-▁Jahr -7.48066
-▁Jahre -7.73683
-▁Jahres -8.68009
-▁Jahresbericht -10.3711
-▁Jahrhundert -9.71833
-▁Jahrzehnt -10.5438
-▁Januar -9.88872
-▁Jo -9.51871
-▁Ju -10.0758
-▁Jugend -10.0508
-▁Jugendliche -10.1337
-▁Jugoslawien -10.3138
-▁Juli -10.0699
-▁Junglandwirte -10.3297
-▁Juni -9.76725
-▁Justiz -9.56488
-▁K -7.59596
-▁KMU -10.2017
-▁KOM -10.3961
-▁Ka -8.68379
-▁Kakao -10.3791
-▁Kampagne -10.6054
-▁Kampf -9.12935
-▁Kandidat -10.5638
-▁Kapazität -10.7534
-▁Kapital -9.73568
-▁Kapitel -10.7055
-▁Kara -10.6944
-▁Katastrophe -9.50679
-▁Kategorie -10.1534
-▁Kenntnis -9.06382
-▁Kennzeichnung -10.4859
-▁Kern -9.19525
-▁Kind -10.1343
-▁Kinder -8.48499
-▁Kinderporno -10.8843
-▁Kinnock -10.6377
-▁Klar -10.0212
-▁Klein -10.1686
-▁Klima -10.14
-▁Klonen -10.2231
-▁Kluft -10.9568
-▁Klärung -11.035
-▁Ko -8.43755
-▁Kohärenz -9.93095
-▁Kohäsion -10.6939
-▁Kohäsionsfonds -10.9719
-▁Kollege -9.33639
-▁Kollegen -7.58778
-▁Kollegin -8.0931
-▁Koloni -11.0851
-▁Komitologie -10.5949
-▁Kommissar -7.89753
-▁Kommissarin -8.8283
-▁Kommission -5.94732
-▁Kommun -10.4222
-▁Kommunikation -9.88872
-▁Kompetenz -10.1334
-▁Komponente -11.085
-▁Kompromiss -10.2903
-▁Kompromiß -9.61864
-▁Kon -8.68219
-▁Konferenz -9.17133
-▁Konflikt -8.9404
-▁Konsens -10.3876
-▁Konsequenz -9.90435
-▁Konservative -10.8567
-▁Konsultation -10.1009
-▁Kontakt -10.0094
-▁Kontinent -10.1009
-▁Kontroll -9.45359
-▁Kontrolle -8.61296
-▁Konvent -10.8432
-▁Konvention -10.245
-▁Konvergenz -10.44
-▁Konzentration -10.9419
-▁Konzept -9.71375
-▁Kooperation -9.94179
-▁Koordinierung -9.19171
-▁Korruption -10.6939
-▁Kosovo -8.82696
-▁Kosten -8.66757
-▁Kraft -9.24728
-▁Krankheit -10.0882
-▁Kredit -10.7782
-▁Kreis -10.5856
-▁Krieg -9.19429
-▁Kriminalität -9.98636
-▁Krise -9.22843
-▁Kriterien -9.48931
-▁Kritik -9.521
-▁Kräfte -9.88357
-▁Ku -9.36329
-▁Kultur -8.83234
-▁Kurs -10.4498
-▁Kurzstreckensee -10.8567
-▁Kyoto -11.1743
-▁Königreich -9.41582
-▁Körper -11.1932
-▁Kürze -10.5144
-▁Kürzung -10.5438
-▁L -8.32858
-▁LIFE -10.6054
-▁La -8.70322
-▁Lage -8.22955
-▁Land -7.92077
-▁Landes -9.30119
-▁Landwirte -9.64259
-▁Landwirtschaft -8.90545
-▁Lannoye -11.035
-▁Lateinamerika -10.9719
-▁Laufe -10.3716
-▁Le -8.8074
-▁Leben -8.91383
-▁Lebens -9.17026
-▁Lebensmittel -9.31516
-▁Legislativ -10.5845
-▁Legitim -11.0188
-▁Lehre -10.3885
-▁Leistung -9.80928
-▁Leitlinien -9.52818
-▁Leitung -11.0188
-▁Lernen -10.6055
-▁Lesung -9.43876
-▁Leute -9.94209
-▁Li -8.99679
-▁Liberale -9.90961
-▁Liberalisierung -9.10309
-▁Linie -9.33843
-▁Linke -10.338
-▁Lissabon -9.12212
-▁Liste -9.50679
-▁Lo -9.13459
-▁Ludford -10.8704
-▁Luft -10.1446
-▁Luftfahrt -10.9568
-▁Luftraum -10.3962
-▁Luftverkehr -9.48939
-▁Luxemburg -10.3624
-▁Länder -7.21788
-▁Lärm -10.1467
-▁Lösung -8.22107
-▁Lücke -11.085
-▁M -7.48295
-▁MEDA -10.2377
-▁MEDIA -10.8984
-▁Ma -8.33545
-▁Maastricht -10.8299
-▁Macht -9.60021
-▁Mai -9.46311
-▁Mal -9.1912
-▁Management -10.671
-▁Mandat -10.2159
-▁Mangel -10.4581
-▁Mar -9.36162
-▁Markt -8.40467
-▁Marokko -10.449
-▁Material -10.4953
-▁Mazedonien -10.5241
-▁Maße -9.46995
-▁Maßnahme -9.74572
-▁Maßnahmen -7.46383
-▁Mechanism -9.94725
-▁Medien -9.62259
-▁Meer -10.1859
-▁Meeres -10.0783
-▁Mehr -10.1033
-▁Mehrheit -8.88596
-▁Meinung -7.86337
-▁Menge -10.1091
-▁Mensch -9.8682
-▁Menschen -7.54912
-▁Menschenhandel -10.0842
-▁Menschenrechte -8.20085
-▁Menschenrechts -9.93715
-▁Methode -9.83834
-▁Mexiko -10.6824
-▁Mi -9.29612
-▁Migration -10.8432
-▁Milch -10.1138
-▁Militär -9.93095
-▁Milliarden -9.88872
-▁Millionen -8.62678
-▁Milosevic -10.7909
-▁Minderheit -10.5954
-▁Minderheiten -9.71353
-▁Mindest -9.74908
-▁Minister -9.41872
-▁Ministerrat -10.3146
-▁Minute -10.1269
-▁Mio -9.50616
-▁Mission -10.7412
-▁Mit -9.26467
-▁Mitarbeiter -9.90435
-▁Mitbürger -10.7782
-▁Mitentscheidung -10.1808
-▁Mitglied -9.27482
-▁Mitglieder -8.73971
-▁Mitgliedsländer -10.449
-▁Mitgliedstaat -8.92937
-▁Mitgliedstaaten -6.95154
-▁Mitteilung -9.00669
-▁Mittel -7.60151
-▁Mittelmeer -9.71385
-▁Mittelmeerraum -10.3543
-▁Mittwoch -11.2124
-▁Mitwirkung -10.3542
-▁Miß -9.82899
-▁Mißbrauch -10.5741
-▁Mo -8.74754
-▁Mobilität -10.4765
-▁Modell -9.84328
-▁Modernisierung -10.2524
-▁Moment -10.0098
-▁Monat -9.54572
-▁Monate -9.21562
-▁Monopol -10.3707
-▁Montag -10.7658
-▁Mosambik -10.5048
-▁Munition -11.1558
-▁Mutter -10.4317
-▁Mängel -10.4859
-▁Männer -9.62656
-▁Märkte -9.80452
-▁März -9.8237
-▁Möglichkeit -7.98504
-▁N -7.75017
-▁NRO -9.84821
-▁Na -10.0591
-▁Nach -8.40136
-▁Nachbar -10.0713
-▁Nah -9.85731
-▁Nahrungsmittel -9.48585
-▁Namen -8.01398
-▁National -9.83046
-▁Nationen -9.21519
-▁Natur -9.51705
-▁Netz -9.3967
-▁Neu -9.25385
-▁New -10.3461
-▁Ni -9.26287
-▁Nicht -9.74164
-▁Nichtregierungs -10.4953
-▁Niederlande -10.245
-▁Niederlassung -11.035
-▁Nielson -10.3961
-▁Niveau -10.1947
-▁Nord -9.26431
-▁Norm -9.47217
-▁Not -10.0971
-▁Notwendigkeit -8.93441
-▁November -10.1268
-▁Nutzen -9.78569
-▁Nutzung -9.55373
-▁Nähe -10.8167
-▁O -8.3937
-▁Obergrenze -11.0513
-▁Offenheit -10.671
-▁Oktober -10.3138
-▁Operation -11.1376
-▁Opfer -8.96267
-▁Opposition -10.5144
-▁Option -10.9719
-▁Ordnung -9.94179
-▁Organ -10.5728
-▁Organe -10.0055
-▁Organisation -8.96882
-▁Organism -10.7757
-▁Orientierung -10.7412
-▁Ort -9.29531
-▁Ost -9.1921
-▁Ozon -10.8037
-▁P -7.37646
-▁PPE -10.0211
-▁Pa -8.8318
-▁Paket -10.8167
-▁Palacio -10.1877
-▁Palästinenser -11.035
-▁Papier -10.4581
-▁Paraguay -11.1197
-▁Paris -10.5539
-▁Paritätische -11.1376
-▁Parlament -6.6422
-▁Parlamentarier -10.8167
-▁Parlaments -7.59036
-▁Partei -8.95831
-▁Parteien -9.23412
-▁Partner -9.59889
-▁Partnerschaft -9.75836
-▁Patent -9.97509
-▁Patentamt -11.003
-▁Patten -9.73128
-▁Peking -10.7055
-▁Person -10.5714
-▁Personal -9.60396
-▁Personen -8.98129
-▁Perspektive -10.1947
-▁Petition -10.2674
-▁Pfeiler -10.8704
-▁Pflicht -9.51743
-▁Phase -9.95828
-▁Phthalate -10.6054
-▁Phänomen -10.9719
-▁Plan -9.47229
-▁Platz -10.3876
-▁Plenum -9.45189
-▁Pläne -10.0946
-▁Po -9.62012
-▁Pol -10.2406
-▁Politik -7.70361
-▁Politikbereiche -10.8438
-▁Polizei -9.65071
-▁Portugal -10.1602
-▁Position -9.01304
-▁Post -9.8616
-▁Postdienste -10.8299
-▁Potential -11.003
-▁Praktik -10.2674
-▁Preis -9.02856
-▁Premierminister -10.8167
-▁Presse -9.89911
-▁Prinzip -9.39641
-▁Prinzipien -10.0951
-▁Priorität -9.64829
-▁Prioritäten -9.47415
-▁Privat -9.74071
-▁Pro -9.41608
-▁Problem -7.5928
-▁Probleme -8.07158
-▁Prodi -9.55042
-▁Produkt -9.00874
-▁Produktion -9.46196
-▁Produzenten -11.0188
-▁Profit -10.3961
-▁Programm -8.1548
-▁Programme -8.91911
-▁Projekt -9.26606
-▁Projekte -9.19212
-▁Prostitution -11.1197
-▁Protest -10.9419
-▁Protokoll -9.07981
-▁Prozent -10.4222
-▁Prozess -10.3972
-▁Prozesse -10.0029
-▁Prozeß -9.15135
-▁Präsenz -10.8299
-▁Präsident -6.57622
-▁Präsidentin -8.09283
-▁Präsidentschaft -8.56321
-▁Präsidium -10.5339
-▁Prüf -11.1168
-▁Prüfung -9.74088
-▁Punkt -8.12426
-▁Punkte -8.91908
-▁R -8.34922
-▁Ra -9.63046
-▁Rahmen -7.52557
-▁Rand -9.65625
-▁Rassismus -9.25548
-▁Rat -6.77335
-▁Ratspräsident -9.15863
-▁Ratsvorsitz -9.98813
-▁Raum -9.03745
-▁Re -8.18686
-▁Reaktion -9.71829
-▁Realität -9.72278
-▁Rechenschaft -11.068
-▁Rechnung -9.78102
-▁Rechnungshof -9.78569
-▁Recht -7.72364
-▁Rechte -8.35432
-▁Rechts -8.33233
-▁Rechtsakt -10.6711
-▁Rechtsgrundlage -9.71375
-▁Rechtsprechung -11.0514
-▁Rechtsstaat -10.2024
-▁Recycling -11.1022
-▁Rede -9.01645
-▁Redner -9.56863
-▁Reduzierung -10.3541
-▁Referendum -11.1743
-▁Reform -8.45784
-▁Regel -9.06799
-▁Regelung -8.51519
-▁Regierung -7.38146
-▁Regierungschef -10.3541
-▁Regime -10.167
-▁Region -8.55814
-▁Regionalpolitik -10.275
-▁Regionen -8.61595
-▁Regulierung -10.2826
-▁Reichtum -10.9719
-▁Reihe -8.82339
-▁Reise -10.3376
-▁Religion -10.8567
-▁Renten -10.338
-▁Rentner -10.0882
-▁Republik -9.76722
-▁Resolution -10.2524
-▁Respekt -10.5845
-▁Ressourcen -9.62313
-▁Revision -9.88872
-▁Revolution -11.085
-▁Richtlinie -7.53766
-▁Richtlinien -9.29926
-▁Richtung -8.96472
-▁Rinder -10.7055
-▁Rindfleisch -10.1534
-▁Risik -9.91855
-▁Risiko -9.52213
-▁Ro -8.78411
-▁Rolle -8.37929
-▁Ru -9.44128
-▁Rubrik -10.6377
-▁Rumänien -11.1743
-▁Rundfunk -10.8037
-▁Russland -10.8843
-▁Rußland -10.3791
-▁Rück -8.73157
-▁Rückkehr -10.8704
-▁Rückverfolg -10.8567
-▁S -6.86402
-▁Sa -8.44564
-▁Sache -9.03776
-▁Sachverständige -10.8567
-▁Sanktion -9.3748
-▁Sch -7.80625
-▁Schaden -9.92563
-▁Schaff -8.74465
-▁Schengen -10.5641
-▁Schicksal -10.6939
-▁Schiene -10.1616
-▁Schiff -9.99399
-▁Schiffe -10.0106
-▁Schluß -9.8237
-▁Schlußfolgerung -9.50327
-▁Schlüssel -10.3378
-▁Schokolade -9.75358
-▁Schottland -10.8167
-▁Schreiben -10.245
-▁Schritt -8.91976
-▁Schritte -9.76911
-▁Schul -9.29383
-▁Schuld -9.70974
-▁Schuldenerl -11.015
-▁Schutz -8.05604
-▁Schw -9.05875
-▁Schwarzarbeit -10.8167
-▁Schweden -9.4223
-▁Schweiz -10.4581
-▁Schwerpunkt -10.3217
-▁Schwierigkeit -9.15383
-▁Schäd -10.0333
-▁See -9.71171
-▁Seite -8.63856
-▁Sektor -8.75624
-▁Selbst -9.86711
-▁Sellafield -10.9873
-▁September -10.039
-▁Serbien -10.1534
-▁Sicherheit -8.11994
-▁Sicherheits -8.81829
-▁Sicherung -10.5742
-▁Sicht -8.86619
-▁Sie -6.7594
-▁Signal -10.039
-▁Simbabwe -9.98068
-▁Sinn -9.87577
-▁Sinne -9.16296
-▁Situation -8.04372
-▁Sitzung -8.77134
-▁Sitzungsperiode -10.5845
-▁Solana -10.3876
-▁Soldaten -10.8567
-▁Solidarität -9.5914
-▁Sommer -10.7292
-▁Sonder -9.54637
-▁Sorge -9.11974
-▁Souveränität -10.4581
-▁Sozial -8.78859
-▁Sozialdemokrat -9.99784
-▁Sozialist -10.4747
-▁Sozialschutz -10.4588
-▁Spanien -9.82856
-▁Spannung -10.5639
-▁Spiel -9.43529
-▁Spielzeug -11.1024
-▁Spitze -10.5639
-▁Sport -8.87642
-▁Sprach -10.5789
-▁Sprache -9.2848
-▁Sta -9.18475
-▁Staat -9.02197
-▁Staaten -8.07373
-▁Staats -9.3919
-▁Staatsangehörig -11.0546
-▁Staatsanwalt -11.0513
-▁Stabilisierung -10.5639
-▁Stabilität -9.53905
-▁Stabilitätspakt -10.4765
-▁Stadt -10.1602
-▁Stand -9.66636
-▁Standpunkt -8.40235
-▁Statistik -10.8843
-▁Status -10.039
-▁Stauner -10.9272
-▁Steigerung -11.003
-▁Stelle -9.1615
-▁Stellen -9.57967
-▁Stellung -9.73105
-▁Stellungnahme -9.01962
-▁Steuer -8.79529
-▁Steuerzahler -10.5048
-▁Stimm -10.7079
-▁Stimme -9.47485
-▁Stoffe -9.88872
-▁Str -9.66287
-▁Straf -9.3425
-▁Straftat -10.33
-▁Strafverfolgung -11.068
-▁Strategie -8.96062
-▁Straßburg -9.62656
-▁Straße -9.61764
-▁Straßenverkehr -10.2981
-▁Streichung -10.9873
-▁Streit -9.9311
-▁Strom -10.8704
-▁Struktur -9.09367
-▁Strukturfonds -9.34741
-▁Studenten -10.7055
-▁Studie -9.8237
-▁Stufe -11.085
-▁Stunde -9.89917
-▁Städte -10.6054
-▁Stärk -9.51743
-▁Subsidiarität -9.70082
-▁Substanz -10.9568
-▁Subvention -10.3217
-▁Summe -10.5242
-▁Syrien -11.1376
-▁System -8.16605
-▁Säule -10.9568
-▁Süd -9.76314
-▁Südafrika -10.14
-▁T -7.29762
-▁Ta -9.45758
-▁Tabak -9.54186
-▁Tag -8.62815
-▁Tagesordnung -8.49663
-▁Tagung -9.83859
-▁Tat -8.96015
-▁Tatsache -8.87271
-▁Tausende -10.44
-▁Technik -10.671
-▁Technologie -9.5427
-▁Teil -7.92978
-▁Tempo -10.8704
-▁Tendenz -10.6377
-▁Termin -10.2524
-▁Territori -10.5538
-▁Terror -10.7171
-▁Terrorismus -10.1139
-▁Test -10.4234
-▁Text -8.72834
-▁Thema -7.9951
-▁Themen -9.07981
-▁Tibet -10.3378
-▁Tier -9.1742
-▁Titel -10.9272
-▁Tod -9.90467
-▁Todesstrafe -10.4047
-▁Tourismus -10.5949
-▁Tra -9.53623
-▁Tradition -10.5048
-▁Tragödie -10.7534
-▁Transfer -11.085
-▁Transparenz -9.07521
-▁Transport -9.92557
-▁Treffen -10.2159
-▁Trennung -10.8984
-▁Truppe -10.8843
-▁Tschetschenien -10.2304
-▁Tunesien -10.3876
-▁Tätigkeit -9.00233
-▁Tür -10.5051
-▁Türkei -8.82517
-▁U -9.01762
-▁UN -8.99185
-▁URBAN -10.8843
-▁US -9.06404
-▁Uhr -8.7884
-▁Um -8.66127
-▁Umfang -9.73152
-▁Umsetzung -8.45035
-▁Umstände -9.73592
-▁Umwelt -7.68313
-▁Umweltfrage -10.1101
-▁Umweltschutz -9.95412
-▁Un -8.18697
-▁Unabhängigkeit -10.3297
-▁Unglück -11.1022
-▁Union -6.39748
-▁Unionsbürger -10.6429
-▁Universität -11.1558
-▁Unter -9.0482
-▁Unternehmen -8.0132
-▁Unternehmer -10.616
-▁Unterschied -10.1699
-▁Unterschiede -9.90744
-▁Unterstützung -8.0219
-▁Untersuchung -9.23108
-▁Unterzeichnung -11.0513
-▁Uran -10.5539
-▁Ursache -9.94179
-▁Ursprung -10.8843
-▁Urteil -10.3217
-▁V -8.32162
-▁Ver -7.10702
-▁Verantwortlich -9.98068
-▁Verantwortung -8.41904
-▁Verarbeitung -10.8704
-▁Verbesserung -8.68864
-▁Verbindung -9.45523
-▁Verbot -9.61869
-▁Verbrauch -10.6212
-▁Verbraucher -8.1383
-▁Verbrechen -9.61904
-▁Verbreitung -10.4581
-▁Verbrennung -10.5941
-▁Vereinbarung -9.08442
-▁Vereinfachung -10.5741
-▁Vereinigte -8.70908
-▁Vereinte -9.66725
-▁Verfahren -8.30124
-▁Verfasser -10.7055
-▁Verfassung -10.0047
-▁Verfolgung -10.7172
-▁Verfügung -8.97295
-▁Vergangenheit -9.43533
-▁Vergleich -9.77048
-▁Verhalten -9.88451
-▁Verhandlung -8.54152
-▁Verheugen -10.7292
-▁Verhinderung -11.2124
-▁Verhältnis -9.49278
-▁Verhütung -10.8984
-▁Verkehr -9.53572
-▁Verkehrs -8.8598
-▁Verlauf -10.1211
-▁Verletzung -9.84326
-▁Verlust -10.4222
-▁Verlängerung -10.5949
-▁Vermittlung -9.49278
-▁Verordnung -8.28167
-▁Verpflichtung -8.72832
-▁Verringerung -10.245
-▁Versammlung -10.3624
-▁Verschmutzung -10.6268
-▁Versicherungs -10.6271
-▁Versorgung -10.5339
-▁Verspätung -10.7055
-▁Versteigerung -11.1022
-▁Verständnis -9.98636
-▁Verstärk -10.7172
-▁Versuch -9.94189
-▁Verteidigung -9.05705
-▁Vertrag -8.55489
-▁Vertrags -8.97613
-▁Vertrauen -9.09605
-▁Vertreter -8.83054
-▁Vertretung -10.5741
-▁Verträge -9.22135
-▁Verurteilung -10.8037
-▁Verwaltung -8.96237
-▁Verwaltungs -9.60353
-▁Verwendung -9.41905
-▁Verwirk -10.6082
-▁Verzögerung -9.99782
-▁Veränderung -9.52879
-▁Vi -8.96435
-▁Vielfa -9.90435
-▁Vitorino -10.8843
-▁Vizepräsident -10.4222
-▁Volk -9.34771
-▁Volks -9.42535
-▁Volkspartei -10.2982
-▁Voll -9.8387
-▁Vor -7.54562
-▁Vorausschau -10.2377
-▁Voraussetzung -9.19429
-▁Vorbereitung -9.6109
-▁Vorgehen -9.71631
-▁Vorgehensweise -10.5439
-▁Vorgänge -10.8037
-▁Vorhaben -9.74952
-▁Vorrang -10.3624
-▁Vorredner -10.0036
-▁Vorschlag -7.54053
-▁Vorschläge -8.19891
-▁Vorschriften -8.97918
-▁Vorsitz -9.98778
-▁Vorsitzende -9.67444
-▁Vorsorgeprinzip -10.2017
-▁Vorstellung -10.0907
-▁Völker -9.17638
-▁W -7.93156
-▁WTO -9.84326
-▁WWU -10.8299
-▁Wa -9.44139
-▁Wachstum -9.26374
-▁Waffen -9.80453
-▁Wahl -8.62101
-▁Wahr -9.96351
-▁Wahrheit -10.3712
-▁Wald -10.2017
-▁Wallström -11.035
-▁Wandel -10.3541
-▁Waren -10.1082
-▁Wasser -8.79013
-▁Wechsel -10.7657
-▁Weg -8.25106
-▁Wei -9.73365
-▁Weise -8.2235
-▁Weiter -9.85952
-▁Weißbuch -9.87844
-▁Welt -8.0702
-▁Weltbank -10.8567
-▁Welthandels -10.6489
-▁Werk -10.4223
-▁Wert -9.3465
-▁Werte -9.29586
-▁West -10.4562
-▁Wettbewerb -8.52016
-▁Wettbewerbs -9.29795
-▁Wichtigkeit -10.9272
-▁Wider -10.0695
-▁Widerspruch -10.0036
-▁Wieder -9.68792
-▁Wiederaufbau -9.88357
-▁Wille -10.7684
-▁Willen -9.65806
-▁Wirk -9.75965
-▁Wirksamkeit -10.5949
-▁Wirkung -9.98442
-▁Wirtschaft -8.28906
-▁Wirtschafts -8.77743
-▁Wissen -9.67524
-▁Wissenschaft -10.2676
-▁Wissenschaftler -10.5441
-▁Woche -8.804
-▁Wohl -10.6595
-▁Wohlstand -10.4224
-▁Wohn -10.275
-▁Wort -8.40079
-▁Worte -9.40086
-▁Wunsch -9.77641
-▁Wähler -10.5538
-▁Währung -9.46277
-▁Währungs -9.80813
-▁Wälder -10.2981
-▁Wünsche -11.0188
-▁Würde -10.6824
-▁Z -8.61727
-▁Zahl -8.73837
-▁Zahlung -9.78957
-▁Zeichen -10.2017
-▁Zeit -7.60482
-▁Zeitplan -10.155
-▁Zeitpunkt -9.04199
-▁Zeitraum -9.53981
-▁Zentral -10.8704
-▁Zentralbank -9.93635
-▁Ziel -7.92089
-▁Ziele -8.72471
-▁Zielsetzung -9.86957
-▁Ziffer -10.1947
-▁Zigaretten -10.3876
-▁Zins -10.5743
-▁Zivil -9.58349
-▁Zoll -10.3221
-▁Zone -10.742
-▁Zu -8.26239
-▁Zugang -8.91108
-▁Zukunft -8.30977
-▁Zusage -10.8299
-▁Zusammen -9.41218
-▁Zusammenarbeit -7.90449
-▁Zusammenhalt -10.1272
-▁Zusammenhang -8.06768
-▁Zusatz -10.3886
-▁Zusatzstoffe -10.3459
-▁Zustand -10.1621
-▁Zustimmung -9.31482
-▁Zuständigkeit -9.38412
-▁Zusätzlichkeit -10.3541
-▁Zuwanderung -11.1558
-▁Zweck -9.42553
-▁Zwei -10.4675
-▁Zweifel -9.59525
-▁Zwischen -10.3624
-▁Zypern -10.045
-▁ab -7.42335
-▁abend -10.1786
-▁aber -6.5327
-▁abge -8.74956
-▁abgelehnt -10.1009
-▁abgereicherte -10.7534
-▁abgeschlossen -9.79506
-▁abgestimmt -9.95447
-▁abhäng -11.0109
-▁abhängig -10.3639
-▁abschließend -8.75502
-▁absolut -9.43205
-▁abstimm -9.95185
-▁absurd -10.8432
-▁abzu -9.23797
-▁acht -9.285
-▁administrative -10.8704
-▁afrikanische -10.1009
-▁aktiv -9.16129
-▁aktuelle -10.0757
-▁akzeptab -10.4134
-▁akzeptieren -9.30901
-▁akzeptiert -9.80452
-▁all -8.67777
-▁alle -7.02922
-▁allein -9.11222
-▁allem -7.63552
-▁allen -7.9778
-▁aller -7.68968
-▁alles -8.62466
-▁allgemein -9.27615
-▁allgemeine -9.09509
-▁allmählich -10.7055
-▁allzu -10.1564
-▁als -6.07608
-▁alternative -11.035
-▁am -7.34853
-▁amtierende -9.92023
-▁an -5.75623
-▁andere -7.42224
-▁anderen -7.38711
-▁anderer -9.39152
-▁anders -9.57363
-▁anerkannt -9.72685
-▁anerkennen -10.6598
-▁ange -8.52125
-▁angeblich -10.4859
-▁angebracht -9.98995
-▁angeh -9.72126
-▁angehören -10.4958
-▁angekündigt -10.2159
-▁angemessene -9.6042
-▁angenommen -8.742
-▁angepaßt -11.1376
-▁angesprochen -9.1663
-▁angestrebt -10.3876
-▁angewandt -10.2981
-▁angewendet -10.44
-▁annehmbar -11.003
-▁annehme -10.2437
-▁anschließen -9.63054
-▁anstrebe -10.8567
-▁antworte -10.2682
-▁anwesend -9.59527
-▁anzu -8.84745
-▁appelliere -10.2524
-▁arbeiten -9.07669
-▁arme -10.3829
-▁audiovisuelle -10.4859
-▁auf -5.19162
-▁aufforder -10.5478
-▁aufge -9.30247
-▁aufgenommen -9.17996
-▁aufmerksam -9.55744
-▁aufrechterh -11.1403
-▁aufrichtig -10.8987
-▁aufzu -9.34083
-▁aufzunehmen -9.91949
-▁aus -6.22496
-▁ausdrücklich -9.663
-▁ausführlich -9.92557
-▁ausge -8.32104
-▁ausgehend -10.1011
-▁ausgerichtet -10.2524
-▁ausgesprochen -10.0094
-▁ausgestattet -10.8704
-▁ausgewogene -9.88872
-▁ausgezeichnete -9.32968
-▁ausländische -10.9272
-▁ausreichend -9.25296
-▁ausschließlich -9.72501
-▁ausspreche -9.97786
-▁auswärtige -10.8704
-▁auszu -9.02363
-▁automatisch -10.4953
-▁außen -10.045
-▁außer -8.08967
-▁außergewöhnlich -11.1022
-▁außerordentlich -9.57616
-▁b -8.79301
-▁bald -9.66673
-▁basiert -11.0188
-▁be -6.60941
-▁beabsichtigt -10.0153
-▁beachten -11.1558
-▁beantrage -10.6825
-▁beantragt -10.4672
-▁beantworten -10.449
-▁beantwortet -10.363
-▁bedanke -10.4134
-▁bedarf -9.67504
-▁bedau -10.9067
-▁bedauer -9.77689
-▁bedauerlich -9.94054
-▁bedenk -10.4064
-▁bedeuten -10.1116
-▁bedeutende -10.0437
-▁bedeutet -8.89921
-▁bedeutsam -10.2304
-▁bedroht -10.4859
-▁beeinflussen -11.1558
-▁beeinträchtig -10.2377
-▁befasse -9.74396
-▁befasst -11.1376
-▁befaßt -10.2826
-▁befinde -10.7096
-▁befinden -9.7061
-▁befriedig -11.1743
-▁befürchte -10.275
-▁befürworte -9.36251
-▁begangen -10.6489
-▁beginnen -9.63856
-▁beglückwünsche -10.6701
-▁beglückwünschen -9.47923
-▁begonnen -10.4953
-▁begreife -11.1773
-▁begrenzt -9.8825
-▁begründe -10.0879
-▁begrüße -9.16638
-▁begrüßen -8.95038
-▁begrüßt -10.0211
-▁behandeln -9.69243
-▁behandelt -9.16634
-▁behaupte -9.82014
-▁behinder -10.5439
-▁bei -6.24921
-▁beide -8.42663
-▁beigetragen -10.3217
-▁beim -8.6381
-▁beinhaltet -10.3378
-▁beispielsw -8.53461
-▁beitragen -9.33542
-▁bekannt -8.5699
-▁bekomm -9.52442
-▁bekräftigt -10.4859
-▁bekunde -10.7534
-▁bekämpfen -10.1203
-▁belgische -10.8299
-▁bemüht -10.2159
-▁benutz -10.2405
-▁benötige -10.1138
-▁benötigt -10.1807
-▁beobachten -10.7412
-▁beraten -10.3469
-▁berechtigt -10.2317
-▁bereit -8.49513
-▁bereitgestellt -10.0459
-▁bereits -7.35093
-▁berichte -10.4639
-▁berufliche -10.7412
-▁beruhen -10.5741
-▁beruht -10.4222
-▁berücksichtigen -9.17133
-▁berücksichtigt -9.00661
-▁berühr -10.8167
-▁besagt -11.003
-▁beschleunigen -10.9873
-▁beschleunigt -10.9873
-▁beschließ -10.1602
-▁beschlossen -9.17892
-▁beschrieben -11.068
-▁beschränken -10.1744
-▁beschränkt -10.1138
-▁beschäftigen -9.96383
-▁beschäftigt -9.98636
-▁beseitig -10.3378
-▁besitz -9.90442
-▁besonder -8.01157
-▁besorgt -10.2599
-▁besser -8.56145
-▁bessere -9.24498
-▁besteh -8.00918
-▁bestehen -9.10726
-▁bestehende -9.13877
-▁besten -9.42251
-▁bestimmen -10.6377
-▁bestimmt -9.64157
-▁bestimmte -8.32178
-▁bestätigen -10.3707
-▁bestätigt -10.1602
-▁beteilig -10.319
-▁beteiligt -9.42028
-▁betone -10.9676
-▁betonen -9.50077
-▁betont -9.85819
-▁betrachte -9.64281
-▁betrachtet -9.71342
-▁betreffen -9.84551
-▁betreffend -9.22791
-▁betreib -10.5156
-▁betri -7.95338
-▁betroffen -9.11018
-▁beträchtlich -9.89911
-▁beunruhig -10.1738
-▁beurteil -10.6598
-▁bevor -9.44136
-▁bevorstehende -10.3876
-▁bewaffnete -11.035
-▁bewahr -10.6054
-▁beweis -10.1529
-▁bewerte -10.2881
-▁bewiesen -10.6824
-▁bewußt -9.35339
-▁bewältigen -10.5741
-▁bezahl -10.0517
-▁bezeichnet -10.2088
-▁bezieh -9.23483
-▁bezug -8.52454
-▁biete -9.16381
-▁bilaterale -9.98636
-▁bilden -9.9438
-▁bildet -10.5439
-▁billig -9.87335
-▁bin -7.70165
-▁bis -7.72758
-▁bisher -8.96819
-▁bisherige -10.4464
-▁bitte -8.40352
-▁bleib -9.20805
-▁bleiben -9.13755
-▁blockier -11.068
-▁bloß -10.7412
-▁brachte -11.035
-▁braucht -9.81887
-▁breite -9.76817
-▁bring -9.56544
-▁bringen -8.48662
-▁britische -9.27207
-▁chemische -11.1743
-▁chinesische -10.7412
-▁d -4.85168
-▁da -6.91265
-▁dabei -8.00449
-▁dagegen -9.48585
-▁daher -7.73909
-▁dahingehend -10.9873
-▁dank -10.3708
-▁dankbar -10.3221
-▁danke -9.04102
-▁danken -8.59914
-▁dar -8.6171
-▁daran -8.27697
-▁darau -9.80288
-▁darauf -7.49529
-▁dargelegt -10.2907
-▁darlege -11.0432
-▁darstellen -9.58419
-▁darstellt -9.31498
-▁das -5.01434
-▁dass -6.62682
-▁dauerhafte -10.2981
-▁davon -8.14234
-▁dazu -7.57412
-▁debattieren -10.9127
-▁definieren -10.9568
-▁definiert -10.3138
-▁dem -5.71749
-▁demokratisch -10.0805
-▁demokratische -8.86379
-▁den -4.77879
-▁denke -8.62382
-▁denn -7.91571
-▁der -3.75669
-▁derartige -9.23771
-▁derzeit -8.81877
-▁derzeitige -9.28655
-▁des -5.23017
-▁dessen -8.61046
-▁deutlich -8.30229
-▁deutsche -9.98636
-▁die -3.61247
-▁diejenige -9.27299
-▁dies -7.10087
-▁diesbezüglich -9.22168
-▁diese -5.00345
-▁digitale -10.4581
-▁diplomatische -10.5438
-▁direkt -9.05705
-▁diskutieren -9.61078
-▁diskutiert -9.62656
-▁doppelt -10.7412
-▁dort -8.43598
-▁dramatisch -10.5339
-▁drastisch -10.9419
-▁drei -8.31954
-▁dringend -9.12212
-▁dringliche -10.7909
-▁dritte -9.90101
-▁dritten -9.18822
-▁durch -6.66858
-▁durchführ -10.1148
-▁durchgeführt -9.12074
-▁durchsetz -10.7584
-▁durchzuführen -9.99358
-▁dänische -10.2904
-▁dürfe -8.407
-▁dürfte -9.66713
-▁eben -8.12858
-▁ebenso -8.55349
-▁echte -9.57337
-▁effektiv -9.4824
-▁effiziente -9.72507
-▁ehemalige -9.92557
-▁eher -9.60864
-▁ehrgeizig -10.2088
-▁eigene -8.31673
-▁eigentlich -8.67166
-▁ein -5.53236
-▁einbezieh -10.9616
-▁einbezogen -9.95279
-▁eindeutig -8.64897
-▁eine -5.05473
-▁einen -6.77856
-▁einer -6.37235
-▁einfach -8.47891
-▁einge -8.99526
-▁eingebracht -9.85708
-▁eingebunden -11.0188
-▁eingeführt -9.94368
-▁eingegangen -9.75028
-▁eingehalten -10.1547
-▁eingehen -8.91372
-▁eingeleitet -9.96591
-▁eingereicht -9.45523
-▁eingerichtet -10.8984
-▁eingeschränkt -10.9419
-▁eingesetzt -9.50334
-▁einheitliche -9.2996
-▁einige -7.65465
-▁einigen -8.52517
-▁einiger -9.59288
-▁einmal -7.94006
-▁einräum -10.5993
-▁einschließ -11.0613
-▁einschlägige -10.9273
-▁einseitig -10.7782
-▁einsetzen -9.65404
-▁einstimmig -10.2981
-▁einzelne -8.41882
-▁einzelstaatlich -10.1074
-▁einzige -8.8225
-▁einzu -8.52591
-▁elektronische -9.663
-▁empfehle -10.3138
-▁empfi -10.4867
-▁empfohlen -10.8843
-▁endgültige -9.95275
-▁energisch -10.7782
-▁eng -9.24798
-▁englische -10.8705
-▁enorme -9.93658
-▁ent -8.08608
-▁entfernt -10.564
-▁entgegen -9.5427
-▁enthalten -8.83499
-▁entnehme -11.1846
-▁entscheiden -9.26246
-▁entscheidende -9.41663
-▁entschieden -9.37183
-▁entschlossen -9.99208
-▁entspr -9.60409
-▁entsprechen -10.1812
-▁entsprechend -9.07577
-▁entsprechende -8.95415
-▁entstanden -10.2451
-▁entsteh -10.5174
-▁entstehen -9.81327
-▁enttäuscht -10.9568
-▁entwe -10.1163
-▁entwickeln -9.46533
-▁entwickelt -9.4094
-▁er -6.53845
-▁erachte -10.8921
-▁erarbeiten -10.4958
-▁erarbeitet -10.0094
-▁erfahren -9.90445
-▁erfolgen -9.70957
-▁erfolgreich -9.47896
-▁erfolgt -9.67963
-▁erforderlich -8.2162
-▁erfordert -9.99782
-▁erfreulich -10.4672
-▁erfreut -10.6377
-▁erfüllen -9.68384
-▁erfüllt -9.80452
-▁ergeben -10.0328
-▁ergreifen -9.43787
-▁ergriffen -9.6966
-▁ergänzen -10.3791
-▁ergänzt -11.0513
-▁erhalten -8.59001
-▁erheb -10.5211
-▁erheblich -9.99464
-▁erhebliche -9.63422
-▁erhielt -11.0188
-▁erhoben -10.3961
-▁erhöh -9.41582
-▁erinner -8.74301
-▁erkannt -11.1198
-▁erkennen -9.88873
-▁erklären -9.83834
-▁erklärt -9.38101
-▁erlaube -10.5144
-▁erlaubt -10.9127
-▁erlebt -10.4765
-▁erleichter -10.1808
-▁erläutern -10.4672
-▁erläutert -10.7055
-▁ermutig -10.616
-▁ermöglich -9.19107
-▁ermöglicht -9.5444
-▁erneuerbare -9.95827
-▁erneut -9.22044
-▁ernst -9.27139
-▁ernsthaft -9.62286
-▁erreichen -8.63497
-▁erreicht -8.83594
-▁erschein -9.54272
-▁ersetz -10.3073
-▁erst -8.39171
-▁erste -8.68254
-▁ersten -8.04273
-▁erster -9.16755
-▁erteile -10.1604
-▁erteilt -10.496
-▁erwarte -9.93971
-▁erwarten -9.45763
-▁erweis -10.5035
-▁erweitern -10.8843
-▁erweitert -10.2599
-▁erwiesen -10.4765
-▁erwähnt -9.01736
-▁erzeugt -11.1558
-▁erzielen -9.97519
-▁erzielt -9.37796
-▁eröffne -10.1467
-▁erörtern -10.8167
-▁erörtert -10.6268
-▁es -5.27181
-▁ethische -10.8432
-▁ethnische -9.88872
-▁etwa -7.67386
-▁europäische -6.90797
-▁eventuell -10.1602
-▁exakt -10.8984
-▁existieren -10.5048
-▁existiert -10.7055
-▁externe -10.2377
-▁extrem -10.3459
-▁f -8.20038
-▁faktisch -11.1932
-▁falsch -9.55006
-▁fas -9.2259
-▁fehl -9.48588
-▁fehlende -10.2903
-▁ferner -9.65935
-▁fest -8.30699
-▁festgelegt -9.02619
-▁festgestellt -9.51092
-▁festleg -10.2321
-▁feststelle -9.35061
-▁festzulegen -10.1738
-▁festzustellen -10.3387
-▁finanziell -10.2666
-▁finanzielle -8.83614
-▁finanzieren -10.3961
-▁finanziert -9.88874
-▁finde -9.39873
-▁finden -8.66302
-▁finnische -10.8984
-▁flexibler -11.1558
-▁fließ -11.085
-▁folg -9.4352
-▁folgende -9.09537
-▁folgt -9.29305
-▁forder -10.0066
-▁fordern -9.07182
-▁fordert -9.82151
-▁formulier -9.93095
-▁fort -9.29573
-▁fortsetz -10.7155
-▁französische -8.75791
-▁frei -8.6846
-▁freiwillige -10.694
-▁freue -9.16881
-▁früh -10.3002
-▁früher -9.33162
-▁funktionieren -10.1602
-▁funktioniert -10.2231
-▁fördern -9.21891
-▁fühlen -10.8299
-▁führen -8.32535
-▁führt -9.14746
-▁fünf -9.01089
-▁fünfzehn -10.4581
-▁für -5.09348
-▁g -8.1125
-▁gab -9.38451
-▁ganz -7.32244
-▁ganze -9.3826
-▁gar -9.17564
-▁garantieren -10.6598
-▁garantiert -10.3138
-▁ge -6.59638
-▁geben -8.13013
-▁gebilligt -10.2304
-▁geboten -10.2017
-▁gebracht -9.09011
-▁gebunden -10.8843
-▁gebühr -10.5144
-▁gedenk -10.377
-▁geehrte -9.78108
-▁geeignet -10.4873
-▁geeignete -10.1592
-▁gefordert -9.04244
-▁gefunden -9.70942
-▁gefährden -10.8984
-▁gefährlich -10.061
-▁gefährliche -10.1426
-▁gefördert -9.98073
-▁geführt -8.97069
-▁gegeben -8.65239
-▁gegen -7.36627
-▁gegenseitig -10.045
-▁gegenwärtig -8.62385
-▁gegenüber -8.24899
-▁geh -7.35045
-▁gehen -8.97759
-▁gehören -9.32184
-▁gehört -8.73035
-▁geistige -11.0514
-▁gekennzeichnet -10.9272
-▁geklärt -10.8299
-▁gekommen -9.60842
-▁gelangen -9.96972
-▁geleistet -9.26374
-▁geling -9.78718
-▁gelten -9.35359
-▁geltende -9.83357
-▁gelungen -9.97515
-▁gelöst -10.0331
-▁gemacht -8.6083
-▁gemeinsam -8.57321
-▁gemeinsame -7.99169
-▁gemäß -9.15966
-▁genannt -8.9424
-▁genau -8.40356
-▁genauso -10.1671
-▁genehmigt -10.671
-▁generell -9.68385
-▁genetisch -10.7657
-▁genieß -10.405
-▁genommen -9.0581
-▁genutzt -10.0212
-▁genügend -10.4134
-▁geographisch -10.3541
-▁geplant -10.1336
-▁geprägt -10.7657
-▁geprüft -10.0094
-▁gerade -8.36334
-▁geraten -10.5748
-▁gerecht -9.25547
-▁gerechtfertigt -10.6054
-▁geregelt -10.2981
-▁gerichtet -10.1074
-▁gering -9.72119
-▁geringe -9.8448
-▁gern -9.00847
-▁gesagt -8.28363
-▁gesamte -8.42213
-▁geschaffen -9.32409
-▁geschehen -9.57995
-▁geschie -9.7898
-▁geschlossen -8.89729
-▁geschützt -10.2159
-▁gesehen -9.64688
-▁gesetzliche -10.5344
-▁gesetzt -9.59513
-▁gesichert -10.5741
-▁gesprochen -9.24728
-▁gestalte -9.50915
-▁gestatte -9.47691
-▁gestellt -8.81687
-▁gestrige -10.7534
-▁gesunde -10.6941
-▁geta -9.10684
-▁getrennt -10.5538
-▁getroffen -9.29179
-▁gewahrt -11.035
-▁gewaltige -10.33
-▁gewesen -9.61602
-▁gewidmet -11.2124
-▁gewisse -8.86894
-▁gewonnen -10.9568
-▁geworden -9.55653
-▁gewählt -9.81411
-▁gewähren -10.5438
-▁gewährleiste -8.80749
-▁gewährt -10.045
-▁gewünscht -10.275
-▁gezeigt -9.89911
-▁gezwungen -10.5048
-▁geändert -9.76722
-▁geäußert -9.71375
-▁gib -7.28838
-▁ging -9.79645
-▁glaube -8.15504
-▁glaubwürdig -10.9568
-▁gleich -8.5445
-▁gleiche -9.37764
-▁gleichen -9.44044
-▁gleichzeitig -8.56852
-▁global -10.5781
-▁globale -9.97848
-▁glücklich -10.5241
-▁gratuliere -9.73568
-▁gravierend -10.3059
-▁grenzüber -9.82856
-▁griechische -10.039
-▁groß -9.87264
-▁große -7.85084
-▁großen -8.51169
-▁großzügig -10.9568
-▁grundlegend -10.5562
-▁grundlegende -9.33768
-▁grundsätzlich -9.60298
-▁größere -8.89734
-▁größte -9.05256
-▁größtmögliche -11.068
-▁gründlich -10.1467
-▁grüne -11.1743
-▁gut -8.17805
-▁gute -8.46362
-▁h -8.43672
-▁habe -7.33444
-▁haben -6.05604
-▁halte -8.25983
-▁handeln -9.75762
-▁handelt -8.43867
-▁harmonisiert -10.7782
-▁hart -10.3236
-▁hat -6.07219
-▁hatte -8.22684
-▁hauptsächlich -10.3961
-▁heikle -10.7055
-▁heiß -8.63707
-▁helfen -9.68805
-▁her -8.67103
-▁heraus -9.00926
-▁herrschen -10.5742
-▁herrscht -10.1467
-▁hervor -8.89441
-▁hervorgeh -10.9811
-▁hervorgehoben -10.167
-▁hervorheben -9.79506
-▁herzlich -9.79979
-▁heut -7.27686
-▁heutige -9.24156
-▁hier -6.83936
-▁hilfreich -10.9127
-▁hin -7.58052
-▁hinaus -8.5118
-▁hingeg -10.4583
-▁hinnehm -10.3626
-▁hinreichend -10.9721
-▁hinter -9.339
-▁hinweisen -9.08677
-▁hinzu -9.99028
-▁hinzufüg -10.1536
-▁historische -10.0094
-▁hoch -9.28054
-▁hoffe -8.20991
-▁hoffen -9.47726
-▁hohe -8.61541
-▁horizontale -11.035
-▁humanitäre -9.56488
-▁hätte -8.28759
-▁häufig -9.4094
-▁höchste -9.62226
-▁höhere -9.65071
-▁ignorier -10.7172
-▁ih -8.72535
-▁ihn -8.06061
-▁ihr -8.02155
-▁ihre -6.71795
-▁ihrer -7.73138
-▁illegal -10.8345
-▁illegale -10.0132
-▁im -5.46013
-▁immer -7.56931
-▁in -4.48857
-▁inakzeptab -10.5048
-▁indirekt -10.6939
-▁individuelle -10.9272
-▁industrielle -10.3961
-▁informier -9.37537
-▁inhaltlich -10.4317
-▁inner -8.29432
-▁innovative -10.6939
-▁ins -7.81517
-▁inso -9.70091
-▁institutionelle -9.75752
-▁integriert -10.2826
-▁intensiv -9.87845
-▁inter -9.62426
-▁interessant -9.76722
-▁interessiert -10.2304
-▁international -10.0733
-▁internationale -8.24016
-▁interne -10.0724
-▁investier -10.431
-▁inwie -10.627
-▁irakische -11.035
-▁irgend -10.0269
-▁irgendeine -10.0822
-▁irische -10.3737
-▁ist -5.09249
-▁italienische -10.1807
-▁ja -8.04764
-▁jahrelang -10.9419
-▁je -7.10373
-▁jede -8.82303
-▁jeden -8.74811
-▁jeder -8.57255
-▁jedes -9.31269
-▁jegliche -9.88881
-▁jemand -10.0454
-▁jene -8.88052
-▁jetz -7.6795
-▁jetzige -9.99083
-▁jeweil -10.6584
-▁jeweilige -9.62307
-▁junge -9.56137
-▁jährlich -9.66713
-▁jüngste -9.65071
-▁k -8.48354
-▁kam -9.85447
-▁kann -6.5887
-▁kau -9.72095
-▁kein -8.15371
-▁keine -6.9378
-▁klar -8.21347
-▁klare -9.46481
-▁klarstell -10.6504
-▁kleine -8.6595
-▁knapp -10.5048
-▁komm -8.19512
-▁kommen -8.32688
-▁kommende -9.73995
-▁kommerzielle -10.6377
-▁komplex -10.7172
-▁komplizierte -10.0633
-▁kon -9.58155
-▁konfrontier -10.7909
-▁konkret -9.41043
-▁konkrete -8.73104
-▁konnte -8.87656
-▁konsequent -10.0946
-▁konstruktiv -11.0433
-▁konstruktive -10.2051
-▁konsultier -10.9873
-▁kontinuierlich -10.9568
-▁kontrollieren -10.5539
-▁kontrolliert -10.275
-▁konzentrier -9.521
-▁koordiniert -10.6486
-▁korrekt -10.2826
-▁korrigier -10.5048
-▁kriminelle -10.8167
-▁kritisch -9.83834
-▁kritisiere -11.085
-▁kritisiert -10.7412
-▁kulturelle -9.45524
-▁kurz -8.80395
-▁kurze -9.67972
-▁kurzfristig -10.3876
-▁könne -10.8351
-▁können -6.66235
-▁könnte -7.85252
-▁kümmer -10.6598
-▁künftig -8.73157
-▁kürz -10.8277
-▁kürzlich -10.2611
-▁landwirtschaft -10.0883
-▁lange -8.76198
-▁langfristig -9.56488
-▁langsam -10.4765
-▁laufende -10.426
-▁laut -10.1072
-▁lautet -10.1537
-▁leben -9.04834
-▁legal -10.5845
-▁legislative -10.1203
-▁legitim -10.3297
-▁lehnt -10.7292
-▁leicht -9.59221
-▁leide -8.41142
-▁leisten -9.20209
-▁leistet -10.7534
-▁lernen -10.5244
-▁letzte -9.05997
-▁letzten -8.20911
-▁letztendlich -9.88359
-▁liberalisier -11.1198
-▁liebe -9.06389
-▁liefer -10.4049
-▁lieg -8.26535
-▁liegen -9.24536
-▁lobenswert -11.1376
-▁logisch -10.7545
-▁lokale -9.521
-▁ländliche -9.21779
-▁länger -9.60688
-▁lösen -9.76088
-▁m -7.27612
-▁machen -7.94949
-▁macht -9.00441
-▁mag -10.0718
-▁man -6.8479
-▁manche -9.89427
-▁mangelnde -10.6055
-▁massiv -10.6054
-▁materiell -11.035
-▁maximal -10.9419
-▁medizinische -10.7909
-▁mehr -7.13698
-▁mehrere -9.08194
-▁mehrfach -10.2103
-▁mein -8.67259
-▁meine -6.86762
-▁meiner -7.66519
-▁meisten -9.23425
-▁menschliche -9.45524
-▁militärische -9.55093
-▁mindesten -10.2231
-▁mit -5.51251
-▁mitgeteilt -11.085
-▁mittelfristig -11.1198
-▁mittlere -9.96398
-▁miß -10.4634
-▁moderne -10.0825
-▁momentan -11.1743
-▁moralische -10.6939
-▁morgen -8.79877
-▁morgige -11.1022
-▁multi -10.7534
-▁multilaterale -11.1558
-▁multinationale -10.8567
-▁muss -8.07445
-▁muß -6.79519
-▁mußte -9.98363
-▁möchte -6.4088
-▁möge -10.0696
-▁möglich -7.81828
-▁möglichst -9.48783
-▁mündliche -10.3217
-▁müsse -6.51613
-▁müsste -10.4311
-▁müßte -9.31482
-▁nach -6.33866
-▁nachdenk -11.0837
-▁nachdrücklich -9.79978
-▁nachhaltige -9.56866
-▁nachmittag -10.9272
-▁nachvollzieh -10.8984
-▁nahe -9.8048
-▁namentlich -10.6486
-▁nationale -8.02191
-▁natürlich -7.68122
-▁neben -9.56154
-▁negativ -10.409
-▁negative -10.1367
-▁nehme -10.539
-▁nehmen -8.6422
-▁nennen -9.71883
-▁neu -8.60618
-▁neue -7.27317
-▁neuer -9.56804
-▁nicht -5.22247
-▁nichts -9.02166
-▁nie -9.02763
-▁niederländische -10.8843
-▁niedrige -10.1275
-▁niemand -9.50331
-▁nimm -9.35567
-▁noch -6.59644
-▁nochmal -9.64087
-▁normal -9.77648
-▁notwendig -8.01712
-▁nukleare -10.9568
-▁nun -7.72482
-▁nunmehr -9.75426
-▁nur -6.58853
-▁nutzen -9.20297
-▁nächste -9.98241
-▁nächsten -8.91732
-▁näher -10.082
-▁nämlich -8.12891
-▁nördliche -11.2124
-▁nötig -10.1268
-▁nützlich -10.1807
-▁ob -7.42782
-▁objektiv -10.3961
-▁oblieg -10.5793
-▁obligatorisch -10.3138
-▁offen -8.8628
-▁offenbar -10.0105
-▁offensichtlich -9.27801
-▁offiziell -9.9149
-▁oft -8.87273
-▁ohne -7.76784
-▁optimal -10.8704
-▁ordnungsgemäß -10.1467
-▁organisier -10.3692
-▁organisierte -9.89484
-▁p -8.56781
-▁palästinensisch -10.5144
-▁parallel -10.9873
-▁parlamentarisch -10.1557
-▁passier -10.2017
-▁persönlich -9.1663
-▁plädier -11.085
-▁plötzlich -11.068
-▁politisch -9.19668
-▁politische -7.52518
-▁polizeiliche -11.2124
-▁portugiesische -9.02386
-▁positiv -9.23467
-▁positive -9.196
-▁praktisch -9.32653
-▁prinzipiell -10.8984
-▁private -9.74459
-▁pro -9.13295
-▁problematisch -10.5438
-▁profitier -10.4047
-▁präsent -11.0434
-▁präzise -10.5048
-▁prüfen -9.34436
-▁qualifizierte -10.0451
-▁qualitativ -10.6486
-▁radikal -10.7055
-▁radioaktive -10.8843
-▁rasch -9.29752
-▁rassistische -10.5639
-▁ratifizier -10.4134
-▁reagier -9.49976
-▁reale -10.5648
-▁realisier -10.7657
-▁realistisch -10.3876
-▁rechne -10.8843
-▁recht -8.52394
-▁rechtfertigen -10.6161
-▁rechtliche -9.36584
-▁rechtzeitig -10.3459
-▁reduzier -10.431
-▁regelmäßig -10.1602
-▁regionale -8.99386
-▁reicht -10.2602
-▁rein -9.67075
-▁relativ -10.1877
-▁religiöse -10.9127
-▁respektiere -10.671
-▁respektiert -10.8984
-▁richtig -8.75541
-▁richtige -9.56701
-▁riesige -10.8843
-▁russische -10.2981
-▁sach -10.5845
-▁sage -9.52216
-▁sagen -7.65304
-▁sagt -9.68009
-▁sagte -9.0773
-▁saubere -11.0513
-▁sch -8.56968
-▁schade -10.6494
-▁schaffen -8.6204
-▁schafft -10.3297
-▁schein -9.10204
-▁schlage -9.93359
-▁schlecht -9.65071
-▁schließ -10.433
-▁schließe -10.043
-▁schließlich -8.79156
-▁schlimm -10.0036
-▁schnell -8.65202
-▁schon -7.85747
-▁schreckliche -10.7172
-▁schriftlich -10.0697
-▁schrittweise -10.3459
-▁schwach -10.6824
-▁schwarz -11.1743
-▁schwedische -9.53179
-▁schwer -8.84188
-▁schwerwiegende -9.94182
-▁schwierig -8.79876
-▁schwäch -10.7699
-▁schädlich -10.5545
-▁schätz -10.9241
-▁schön -10.2526
-▁schützen -9.65479
-▁sechs -9.57996
-▁sehe -9.86931
-▁sehen -8.81206
-▁sei -8.26928
-▁sein -6.75182
-▁seine -7.46066
-▁seiner -8.21453
-▁seit -7.93117
-▁selbst -7.5146
-▁selten -10.7783
-▁sensible -10.5845
-▁setzen -9.10974
-▁sexuelle -10.3297
-▁sich -5.79069
-▁sicher -7.87632
-▁sicherstell -10.2492
-▁sie -5.96123
-▁sieben -10.288
-▁sind -5.95346
-▁sinnvoll -9.68384
-▁so -6.08902
-▁sofort -10.0271
-▁sogenannte -9.55743
-▁solche -7.78789
-▁solidarisch -11.1197
-▁soll -7.39262
-▁sollte -6.88835
-▁sonder -7.28604
-▁sonst -9.61119
-▁sorgen -9.25009
-▁sorgfältig -10.1534
-▁sowie -7.42801
-▁sozial -9.60923
-▁soziale -7.94385
-▁spanische -10.082
-▁speziell -9.62812
-▁spezielle -9.70773
-▁spiel -9.12651
-▁spreche -10.225
-▁sprechen -8.7238
-▁sprich -9.98354
-▁spät -10.2394
-▁später -9.60206
-▁spürbar -11.1376
-▁staatliche -9.49796
-▁stabile -10.9568
-▁stammen -10.9127
-▁stammt -11.035
-▁stark -8.84499
-▁statt -8.58143
-▁stattfinden -9.65488
-▁stattgefunden -10.5949
-▁steh -8.27924
-▁stehen -8.40984
-▁stehende -9.7259
-▁steig -10.1117
-▁stellen -8.28179
-▁stellt -8.5658
-▁stet -9.40026
-▁stimme -9.71371
-▁stimmen -9.12937
-▁stimmt -9.84824
-▁stolz -10.7412
-▁strategische -9.86826
-▁streng -10.5237
-▁strenge -9.91517
-▁strikt -10.449
-▁strukturelle -10.7534
-▁ständig -9.22842
-▁stärken -10.1807
-▁stärker -8.98126
-▁stärkste -10.5741
-▁stützt -11.068
-▁suchen -9.93111
-▁systematisch -10.2304
-▁sämtliche -9.36864
-▁südliche -10.6824
-▁tatsächlich -8.73973
-▁technisch -10.6587
-▁technische -9.04519
-▁technologische -10.3541
-▁teile -9.586
-▁teilnehmen -10.3962
-▁teilweise -9.9203
-▁territoriale -11.1932
-▁tief -9.79764
-▁traditionelle -10.4859
-▁tragen -9.2144
-▁transparent -10.0572
-▁treffen -9.42673
-▁trotz -8.84136
-▁träg -10.0832
-▁tun -7.98317
-▁täglich -10.3541
-▁türkische -9.65479
-▁um -5.97873
-▁umfangreiche -10.1534
-▁umfassend -9.91285
-▁umfassende -9.22949
-▁umfaßt -10.5845
-▁umgehend -10.7786
-▁umgesetzt -9.5007
-▁umsetz -10.4318
-▁umzusetzen -10.075
-▁un -7.54236
-▁unabdingbar -10.8037
-▁unabhängig -8.98126
-▁unannehmbar -10.5144
-▁unbe -9.51234
-▁unbedingt -9.32653
-▁und -4.10546
-▁uneingeschränkt -9.95275
-▁unerläßlich -10.4953
-▁ungefähr -10.9719
-▁unmittelbar -9.60688
-▁unmöglich -10.3882
-▁unnötig -10.7412
-▁uns -6.39784
-▁unser -8.23564
-▁unsere -6.77307
-▁unserer -7.5698
-▁unter -7.0146
-▁unterbreiten -10.5439
-▁unterbreitet -10.3138
-▁unterbrochen -10.4581
-▁unterlieg -10.4931
-▁unternehmen -9.64876
-▁unternommen -9.7581
-▁unterscheide -10.2674
-▁unterschiedlich -8.85597
-▁unterstreich -9.79979
-▁unterstrich -10.8299
-▁unterstütze -9.78836
-▁unterstützen -8.18326
-▁unterstützt -8.80399
-▁untersuchen -10.6824
-▁unterzeichnet -10.1947
-▁unver -10.0289
-▁unverzüglich -10.045
-▁unzureichend -10.1009
-▁ursprünglich -10.2554
-▁ursprüngliche -10.4276
-▁usw -9.82891
-▁ver -6.46054
-▁verabschieden -10.4953
-▁verabschiedet -9.80928
-▁verankert -10.8167
-▁veranlass -10.8178
-▁veranlaßt -11.068
-▁verantwortlich -9.64341
-▁verbessern -9.27487
-▁verbessert -9.7718
-▁verbinde -11.064
-▁verbleib -11.1024
-▁verbunden -9.24185
-▁verdeutlich -10.7412
-▁verdient -10.2981
-▁verehrte -9.17387
-▁vereinbar -9.7181
-▁verfolgen -9.62669
-▁verfolgt -9.56488
-▁verfüg -8.92846
-▁vergangene -9.08911
-▁vergessen -9.25822
-▁vergleichbar -10.8844
-▁verheerende -11.1558
-▁verhindern -9.39353
-▁verhindert -10.3297
-▁verlange -10.151
-▁verlangt -10.1671
-▁verleih -10.2159
-▁verlier -10.1611
-▁verloren -10.14
-▁verlänger -10.9568
-▁vermeiden -9.80928
-▁vernünftig -10.32
-▁vernünftige -10.0283
-▁verpflichtet -9.51743
-▁verringer -10.1009
-▁versch -9.23337
-▁verschaff -10.871
-▁verschieb -10.9568
-▁verschiedene -8.27322
-▁verschoben -11.2124
-▁verschärft -11.0513
-▁versicher -9.66433
-▁versteh -9.93781
-▁verstehen -9.5191
-▁verstärken -10.2088
-▁verstärkt -9.31539
-▁versuche -9.23117
-▁versucht -9.48767
-▁verteidigen -10.3961
-▁verteidigt -11.1558
-▁verteilt -10.6273
-▁vertraue -10.8299
-▁vertraut -11.1197
-▁vertreten -9.00466
-▁verursachen -10.7782
-▁verursacht -9.94179
-▁verurteilen -10.4673
-▁verurteilt -9.95275
-▁verweiger -10.9873
-▁verweise -9.88545
-▁verwendet -9.64268
-▁verwies -10.2017
-▁verwirklichen -11.003
-▁verwirklicht -11.1022
-▁verzichte -10.7055
-▁verändern -10.8299
-▁verändert -9.83834
-▁viel -7.16874
-▁viele -7.63181
-▁vier -8.82374
-▁vierzehn -11.1932
-▁vo -7.58799
-▁voll -8.68149
-▁volle -9.66351
-▁vollkommen -10.1816
-▁vollständig -9.32359
-▁von -5.07793
-▁vor -6.18879
-▁voran -9.05088
-▁vorangegangene -10.5343
-▁voraus -9.59843
-▁vorbereitet -10.4047
-▁vorgelegt -8.64534
-▁vorgenommen -10.0264
-▁vorgeschlagen -8.3555
-▁vorgesehen -8.65405
-▁vorhanden -9.47213
-▁vorher -9.67919
-▁vorlege -9.94535
-▁vorlieg -9.57152
-▁vorliegende -8.87533
-▁vormittag -10.7657
-▁vornehm -10.5128
-▁vorrangig -10.039
-▁vorschlage -10.1085
-▁vorstell -10.3724
-▁vorzu -9.46483
-▁vorzulegen -9.88899
-▁völlig -8.71705
-▁wachsende -10.406
-▁wahr -9.34022
-▁wahrnehme -10.9182
-▁wahrscheinlich -9.93095
-▁war -6.99428
-▁was -6.74251
-▁we -8.36687
-▁weil -7.46877
-▁weit -8.54142
-▁weiter -7.53267
-▁weitere -8.37942
-▁weiteren -9.0734
-▁weitgehend -10.0633
-▁weitreichende -10.9419
-▁weiß -8.65648
-▁welche -7.82918
-▁weltweit -9.55744
-▁wenig -8.40689
-▁wenige -8.7766
-▁wenigsten -10.2328
-▁wenn -6.41283
-▁wer -9.25763
-▁werde -8.48123
-▁werden -5.46912
-▁werte -10.2865
-▁wertvolle -10.4953
-▁wesentlich -8.87424
-▁wesentliche -9.1225
-▁westliche -10.7909
-▁wichtig -7.66064
-▁wichtige -8.24555
-▁wichtiger -9.40619
-▁wichtigste -9.0169
-▁wider -9.54635
-▁widerspiegel -10.5949
-▁widersprüchlich -11.1932
-▁widmen -10.5241
-▁wie -6.02585
-▁wieder -7.67396
-▁wiederholt -10.101
-▁will -8.23682
-▁wir -5.0464
-▁wird -5.91293
-▁wirklich -7.89695
-▁wirksame -9.36712
-▁wirtschaftliche -8.13172
-▁wissen -8.16505
-▁wo -7.50352
-▁wohl -8.68351
-▁wollen -7.78851
-▁wollte -9.30324
-▁wunder -10.8037
-▁wurde -6.6563
-▁während -8.25076
-▁wäre -7.7146
-▁wünsche -9.35947
-▁wünschenswert -10.6824
-▁wünscht -10.7782
-▁würde -7.47823
-▁z -9.06676
-▁zahlreiche -8.94447
-▁zehn -9.61078
-▁zeigen -9.67547
-▁zeigt -9.25274
-▁zentrale -9.82373
-▁zerstört -10.8299
-▁ziehen -9.4024
-▁ziemlich -10.3138
-▁zitiere -10.6377
-▁zivile -10.4953
-▁zu -4.6679
-▁zufrieden -9.96881
-▁zugelassen -10.5641
-▁zugrunde -10.0101
-▁zugänglich -10.7782
-▁zukünftig -10.1807
-▁zulässig -10.5441
-▁zum -6.65018
-▁zumindest -9.23915
-▁zur -6.18999
-▁zurück -8.18676
-▁zurückzuführen -10.2908
-▁zusammen -8.55089
-▁zusammenarbeite -10.3489
-▁zusammenhäng -10.9989
-▁zustimmen -9.46325
-▁zuständig -9.12935
-▁zusätzlich -10.3166
-▁zusätzliche -9.33138
-▁zwa -7.88489
-▁zwangsläufig -10.7292
-▁zweckmäßig -10.8704
-▁zwei -7.83408
-▁zweifel -9.31482
-▁zweite -8.85214
-▁zweiten -8.36537
-▁zwing -10.2088
-▁zwischen -7.27954
-▁zwölf -10.9873
-▁zählen -10.7292
-▁zählt -10.8299
-▁zügig -10.5741
-▁Änderung -8.46113
-▁Änderungsantrag -8.20185
-▁Ärzte -10.5048
-▁Äthiopien -10.5845
-▁Äußerung -10.4222
-▁Über -8.42335
-▁Übereinkommen -9.18402
-▁Übereinstimmung -10.082
-▁Übergang -9.63905
-▁Überlegung -9.6925
-▁Überprüfung -9.8533
-▁Übertragung -10.4953
-▁Überwachung -9.5427
-▁Überzeugung -9.90435
-▁ähnlich -10.5276
-▁ähnliche -10.1311
-▁ältere -10.3541
-▁ändern -9.50679
-▁äußer -9.43564
-▁äußerst -8.52915
-▁öffentlich -9.31878
-▁öffentliche -8.56327
-▁öffne -10.8704
-▁ökonomische -10.8037
-▁örtliche -10.7782
-▁österreichische -9.92557
-▁über -5.87766
-▁übereinstimme -10.8843
-▁übernehmen -9.63276
-▁übernommen -10.0633
-▁überprüfen -10.5241
-▁überprüft -10.7412
-▁überrascht -11.1022
-▁übertragen -10.0661
-▁überwinden -10.8984
-▁überzeugen -10.1087
-▁überzeugt -9.56863
-▁üblich -10.1343
-▁übrig -10.853
-▁übrigen -8.64193
+? -7.07406
+@ -5.43954
+A -7.95501
+AL -10.4704
+AN -10.5351
+AP -10.518
+ATO -9.72083
+Altersversorgung -10.9228
+Arbeitslosigkeit -9.85174
+Ausnahmeregelung -10.381
+B -9.04988
+Berichterstatter -8.17668
+C -8.4852
+D -9.17114
+Demokratisierung -11.1034
+E -8.44037
+EAD -10.4451
+ER -10.2016
+F -8.67082
+FR -10.3694
+Fluggesellschaft -11.265
+Friedensabkommen -11.1903
+G -9.71047
+Generaldirektion -10.7147
+Geschäftsordnung -9.23234
+Geschäftsverkehr -10.5061
+Gleichbehandlung -10.7952
+H -10.2673
+I -8.84496
+III -11.224
+IP -10.1239
+J -9.99821
+K -9.6595
+Kandidatenländer -11.2219
+L -9.47433
+M -9.3891
+N -9.20215
+Naturkatastrophe -11.2225
+O -8.56044
+OLA -10.1543
+P -9.08845
+R -9.06349
+REG -10.5241
+Rechtsvorschrift -9.05457
+S -8.48469
+SE -10.041
+Schlussfolgerung -10.8827
+Strafgerichtshof -11.2592
+T -8.96173
+U -9.38334
+Umstrukturierung -10.8698
+Unregelmäßigkeit -10.8443
+Unzulänglichkeit -11.069
+V -9.74064
+VP -10.3412
+Veröffentlichung -11.1174
+W -9.62005
+Z -9.72547
+Zivilbevölkerung -11.2789
+a -6.73031
+ab -8.19685
+abgeordnete -10.8075
+abkommen -9.44082
+able -10.4034
+abschied -10.7036
+abstimmung -10.9236
+ache -9.80901
+achtet -10.1325
+achtung -9.83011
+acio -10.148
+afür -7.61533
+ag -8.2597
+ah -8.83646
+ak -8.73588
+aktion -10.1738
+aktivität -10.9644
+al -7.05167
+ale -9.30053
+alisierung -9.47947
+alität -9.68851
+all -9.08469
+also -7.89757
+alten -9.29049
+alter -9.78362
+amerikanische -9.74149
+amit -7.24972
+ampere -10.4038
+an -6.93237
+ance -10.7996
+ang -9.32596
+angebot -10.76
+anlage -10.2165
+anspruch -10.233
+ante -9.80264
+anti -9.81006
+antworten -9.76686
+antwortet -10.9632
+antwortung -9.80987
+anz -9.39395
+apos -10.2195
+ar -7.71092
+arbeit -8.47111
+ard -9.50959
+art -8.42287
+arum -8.48145
+arunter -10.3133
+arüber -7.93042
+as -9.0641
+aspekt -10.8959
+asse -9.68727
+atik -9.83293
+ation -8.07077
+ato -9.85368
+au -8.22806
+auch -5.61612
+auf -8.4192
+aus -7.94716
+ausgaben -10.5614
+ausschuss -9.32193
+ausschuß -9.67391
+ausstattung -10.8318
+aß -5.28302
+b -6.7918
+ba -8.6302
+bahn -10.4542
+bald -9.30526
+bar -8.06923
+bare -9.20464
+barkeit -9.50233
+bau -8.66363
+bauen -9.65531
+be -7.065
+bedeutend -11.075
+bedingung -9.25776
+befugnisse -10.9932
+behalten -9.79943
+behörde -9.528
+bei -8.24671
+beitrittswillige -10.9932
+beiträg -10.2627
+bekämpfung -10.6705
+belastung -10.9228
+bemüh -10.2732
+ber -8.31575
+berechtig -10.8936
+bereich -9.30832
+bereit -9.68631
+bericht -9.63689
+besch -9.96132
+beschäftigung -10.2399
+besondere -7.65741
+bestand -9.98415
+bestimmung -10.3636
+betracht -10.9222
+betrieb -9.79373
+beträg -11.016
+bewahren -10.9932
+bewegung -10.6929
+bewertung -10.9365
+bewusst -10.4201
+beziehen -9.81178
+beziehung -10.0864
+bezogene -10.7484
+bezüglich -9.38832
+bi -8.481
+bild -9.6288
+bildung -9.64448
+binden -10.6667
+birg -10.8198
+blick -10.0813
+bo -9.01071
+brauchen -8.70348
+bre -8.73336
+brechen -10.4041
+brennungsanlage -11.2559
+bring -9.2434
+bringen -9.38496
+bruch -10.4452
+bu -9.89281
+bzw -8.95736
+bürg -10.5613
+c -7.81731
+ca -9.46485
+ch -7.26074
+chen -8.90334
+chmal -10.3497
+cht -8.12291
+ck -7.68881
+co -9.17786
+d -5.1649
+da -8.75879
+dacht -9.65865
+dann -7.4175
+darf -8.09348
+darin -8.38809
+dauer -9.42516
+de -6.96758
+debatte -10.5805
+decken -10.5911
+dem -7.47543
+den -7.29159
+denken -8.80467
+der -7.20158
+desto -10.7997
+dienst -8.90044
+ding -8.23329
+disziplin -11.151
+do -9.26652
+doch -6.68459
+dokument -10.4795
+druck -9.68386
+durch -8.79148
+durchschnittlich -10.8194
+e -4.46965
+eben -8.51965
+ebensbegleitende -11.2784
+echten -10.8689
+efe -10.3154
+effekt -10.8568
+effizient -10.4252
+ehr -8.73237
+ei -8.27543
+eil -9.54405
+ein -7.52101
+einander -8.81565
+einem -7.44874
+einheitlich -10.6679
+einrichtung -10.6506
+eira -9.54557
+eise -8.35402
+el -6.97563
+elekommunikation -10.2964
+ell -8.23545
+elle -8.85593
+em -8.45658
+ement -9.85165
+en -3.55842
+ende -8.47323
+enden -8.47556
+endlich -9.18271
+endung -9.82707
+energie -10.7952
+enkung -10.0061
+entscheidung -10.3718
+entwicklung -10.0243
+entwurf -9.75833
+er -5.16835
+ergebnis -10.6928
+erkennt -10.7951
+erklärung -10.6611
+erst -9.65121
+erstatterin -9.11355
+erung -8.73193
+erweise -8.55472
+erzeuger -11.0849
+erzeugnisse -10.4277
+erücksichtig -9.72084
+es -5.93357
+et -7.50936
+etrugsbekämpfung -11.1188
+ette -9.35837
+eu -8.99035
+eugen -9.90967
+europa -9.9067
+europä -10.4755
+ewältigung -10.9932
+ex -8.69159
+export -10.9092
+f -6.53356
+fa -8.95035
+fach -9.85819
+fahr -9.27019
+fahrzeug -10.2537
+faktor -11.1682
+fall -9.22942
+fallen -9.22819
+falls -7.92495
+fang -9.40452
+fassen -9.42322
+fassung -9.76161
+feld -9.62026
+fern -8.94732
+fertig -9.78858
+ff -8.50245
+ffentlichkeit -9.18106
+ffnung -9.91955
+fft -7.81893
+finanz -10.2397
+finden -10.3758
+fisch -10.3463
+fl -8.57073
+flexible -10.5902
+fläche -10.5151
+folge -8.78609
+fonds -10.0023
+for -9.70452
+fordern -9.43696
+forderung -10.0182
+form -8.92494
+forschung -10.8959
+frage -9.10653
+fragen -9.05666
+fragt -10.0813
+frei -9.93581
+freien -10.1679
+freiheit -9.51168
+fremd -11.1858
+freundlich -10.9932
+freut -10.0755
+frieden -10.5431
+friedenstellend -10.872
+frist -10.1563
+ft -8.87869
+funktion -10.5991
+fähig -9.25767
+fährt -11.1174
+fälle -9.00808
+fällig -9.69658
+fällt -9.68468
+fälsch -10.9787
+fäng -10.5428
+föderal -10.7258
+förder -9.44999
+fü -8.66374
+führen -9.27909
+führer -11.1174
+führt -10.3947
+führung -9.34567
+g -6.53394
+ga -9.53241
+gabe -8.97861
+gang -8.90848
+gar -8.52061
+ge -6.94001
+geachtet -10.3943
+gearbeitet -9.76697
+geben -8.79124
+gebeten -10.5521
+gebiet -9.81126
+gebiete -9.89879
+gebildet -10.8074
+geblieben -10.8443
+gebracht -9.88186
+gebunden -10.233
+gebühr -9.94961
+gefaßt -10.1418
+gefordert -9.64342
+gefügt -10.8959
+gefühl -10.6099
+geführt -9.34741
+gegangen -9.45997
+gegeben -9.21745
+gegriffen -10.3809
+gehen -8.02575
+gehoben -10.8826
+gehörig -10.3647
+gekommen -9.24421
+gel -8.92157
+gelegt -9.59592
+geleitet -10.6783
+geliefert -11.069
+gelöst -9.55613
+gemein -9.63842
+gemeinschaft -9.91449
+gemeinschaftlich -9.23487
+gemäß -10.6694
+gen -8.12102
+genda -10.034
+genommen -9.08918
+geordnet -10.5423
+ger -8.78947
+gerechnet -11.1174
+gericht -10.0238
+gerufen -10.2282
+gesagt -10.7297
+gesamt -9.12119
+geschrieben -10.0755
+geschwindigkeit -11.2218
+geschäft -11.2403
+gesehen -9.10088
+gesellschaft -9.52111
+gesellschaftlich -9.96356
+gesetz -10.0154
+gesetzgebung -10.8318
+gesetzt -8.58265
+gesichts -8.70994
+gestalt -11.1017
+gestaltung -10.3654
+gestellt -8.62515
+gestimmt -8.98409
+gesundheit -9.87615
+getragen -9.36012
+getreten -9.88604
+getrieben -11.151
+gewalt -10.3031
+gewicht -10.3564
+gewiesen -8.98465
+gewinn -9.89026
+gewiß -10.3878
+geworfen -10.3037
+gewässer -11.1682
+gezeichnet -11.0219
+gezogen -9.52165
+gib -9.89542
+gipfel -11.1858
+gleich -8.53434
+gleichberechtigt -11.1011
+glieder -10.7939
+go -9.89537
+graphie -10.7484
+greifen -9.07455
+greift -10.4039
+grenze -9.74014
+griff -9.82215
+grund -8.42479
+gruppe -9.82732
+gruppen -9.68982
+größe -10.2394
+gründen -10.5916
+gunst -9.96416
+gültig -10.0931
+günstig -9.60509
+h -6.36072
+ha -8.75686
+haben -9.92517
+haft -8.66265
+halb -7.04798
+halt -8.67267
+halten -7.83215
+haltung -9.82634
+hand -9.46714
+handel -8.69649
+haupt -9.32098
+haushalt -9.76259
+he -7.84996
+hebung -10.2126
+heim -9.74298
+heit -7.99495
+her -8.45102
+hielt -10.0772
+hilfe -8.82896
+hin -7.86654
+hle -9.19669
+ho -9.07567
+hol -9.34196
+ht -8.27195
+hundert -10.6816
+hä -9.06856
+hält -8.53106
+hängt -9.98828
+höchst -10.1142
+hören -9.55752
+hört -10.0506
+i -6.29166
+ia -9.1672
+ibel -10.6424
+ich -4.91836
+id -8.65885
+ie -8.24917
+iederherstellung -10.6611
+ien -8.32104
+ier -8.84305
+ieren -7.99938
+ierende -10.0265
+iert -7.75018
+ierten -9.46064
+ierung -8.40098
+ieß -9.20379
+ifizierung -10.0299
+ig -7.31735
+ige -8.22163
+igen -7.73857
+iger -9.18799
+igkeit -8.60644
+igung -8.69856
+ij -9.98772
+ik -8.21005
+il -8.49408
+ill -8.66974
+ilt -8.58922
+immt -8.64709
+in -6.92346
+inblick -8.70756
+indem -9.50747
+indung -9.5531
+industrie -9.23232
+infrastruktur -10.9932
+ing -8.23611
+inisterpräsident -10.737
+initiative -10.233
+inki -9.90865
+innen -9.56978
+insicht -9.29014
+institut -10.5709
+institutionelle -9.44394
+instrument -10.2237
+interesse -10.8443
+io -8.74714
+ir -8.4691
+is -7.64213
+isch -8.08099
+ische -8.0502
+ischen -7.59835
+isiert -9.436
+isierung -9.50715
+ismus -8.89584
+ist -5.08572
+istische -9.0818
+ite -8.54829
+iti -9.77689
+itt -9.26542
+itz -9.08991
+ität -8.89404
+ive -8.48687
+iz -9.10529
+j -8.54131
+jenige -9.94101
+jährige -9.99161
+k -6.21834
+ka -8.4886
+kampagne -10.5805
+kapazität -11.2036
+kapital -10.4284
+katastrophe -11.2211
+kaufen -10.5432
+keit -8.38331
+kenntnis -10.6402
+kl -8.99828
+klang -10.1067
+klausel -10.9932
+klären -9.4659
+knüpf -10.2399
+ko -7.66336
+komm -9.51967
+kommen -8.60086
+konferenz -10.7523
+konstitutionelle -10.9644
+konsum -10.7715
+kontroll -10.3942
+kontrolle -9.52521
+konzept -10.9503
+kosten -9.45205
+kraft -9.71675
+kreis -10.4644
+krieg -10.0525
+krise -10.8571
+kriteri -10.6402
+kräfte -9.76686
+kräftig -10.0354
+kultur -10.2819
+kunft -10.0752
+kurs -10.4715
+kzept -10.8318
+kämpfe -10.233
+kämpft -10.6
+körper -10.4367
+kündig -10.6714
+künfte -11.2036
+l -6.88684
+la -7.80878
+lag -8.9488
+lage -8.47407
+land -8.50338
+lang -8.49538
+lange -9.31036
+lassen -7.60894
+lassung -9.94449
+last -9.30825
+laub -9.18507
+lauf -10.1793
+laufen -9.10909
+le -7.53105
+leben -9.11863
+lebt -9.91945
+ledig -8.8806
+legen -8.71319
+legt -9.27467
+legung -9.80254
+lehnen -9.82887
+leicht -8.1367
+leid -9.90486
+leistung -9.36642
+leiten -9.27338
+ler -8.70107
+letzt -9.05439
+leute -10.7861
+lfte -10.2821
+li -7.76379
+lich -6.98929
+liche -8.12642
+lichen -8.07796
+licher -9.51382
+lichkeit -8.60633
+lieb -10.1493
+lief -10.5355
+liegen -9.99583
+ling -9.85286
+lle -9.02825
+lo -8.42748
+log -9.55817
+los -7.92618
+lt -8.37987
+lung -8.8594
+lä -9.21114
+länder -9.29291
+längst -10.5805
+läss -9.39288
+läuf -9.42859
+läß -9.07507
+lös -9.59257
+m -4.96335
+ma -8.29817
+machen -10.0534
+macht -9.9503
+makroökonomische -11.1341
+mal -8.92447
+mals -8.68801
+man -9.37262
+management -10.7832
+mangel -10.1739
+markt -9.34914
+maßen -9.79404
+maßnahmen -8.96333
+mechanism -10.6
+mehr -9.34721
+meidung -11.151
+merk -9.12833
+messen -9.63493
+met -9.61865
+methode -10.6821
+militärische -9.41944
+minister -9.83171
+mir -7.59738
+mission -10.2784
+mit -8.35077
+mittel -8.30907
+mißbrauch -10.4795
+mo -8.84877
+mobil -10.1418
+mut -9.47941
+märkte -10.0696
+mäßig -9.11405
+möglich -9.74072
+mütig -11.0609
+n -3.39427
+nach -8.60534
+nachlässig -10.7148
+nahm -10.2551
+nahme -8.57293
+neh -9.55174
+nehmen -9.03571
+netz -9.75647
+ngleichheit -10.0423
+niedrig -10.9094
+niveau -10.2071
+no -9.01942
+noch -9.05193
+norm -10.1027
+nteroperabilität -10.6402
+ntlich -9.52106
+nug -9.68732
+nutz -9.58034
+nzusammenführung -10.8318
+nächst -8.27555
+o -7.11923
+obachtungsstelle -9.95476
+oboda -10.896
+ock -9.3682
+oder -6.77936
+ol -8.38231
+olksgesundheit -10.0921
+oll -9.61716
+ologische -9.41721
+omplement -11.0079
+on -8.14915
+ona -9.81364
+op -9.12401
+opfer -10.7204
+opp -10.0893
+or -7.67223
+ord -9.10575
+ordnung -9.32361
+organe -11.0534
+organisation -9.20511
+organisieren -11.101
+ori -9.1436
+orientierte -10.5241
+os -9.1218
+ot -8.70045
+ou -9.66296
+p -7.04561
+pa -8.35532
+paket -10.6715
+papier -10.7599
+parlamentarische -10.8247
+partei -10.0134
+partner -9.81514
+passen -10.1544
+periode -11.0079
+person -10.0243
+pf -8.76917
+pflanz -10.6821
+pflicht -9.41045
+ph -9.19538
+pi -9.55649
+plan -9.06377
+pläne -10.2539
+po -8.89779
+pol -9.6819
+politik -7.75537
+politische -9.06366
+position -10.7952
+pp -9.22804
+pranger -11.2981
+preis -9.81912
+pri -9.82973
+prinzip -9.59701
+problem -9.32426
+produkt -9.62347
+programm -9.27846
+projekt -10.1929
+prozess -10.1691
+prozeß -9.55882
+prüfung -10.59
+pu -10.2633
+punkt -8.99397
+q -12.8241
+qu -9.20538
+qualität -10.0245
+qui -10.2555
+quot -6.6674
+r -4.72988
+ra -7.27962
+rahmen -9.60875
+rat -8.50326
+rate -9.30013
+raum -9.179
+raxis -9.47544
+re -6.82985
+rechnung -10.6199
+recht -7.81656
+rechtskommission -11.038
+rechtskonvention -11.1174
+rechtsverletzung -10.6303
+reden -9.83113
+reform -10.0169
+reg -8.96281
+regeln -9.99722
+regelung -9.77052
+region -9.70456
+regulierung -10.9787
+reichen -9.19553
+reif -10.1086
+remdenfeindlich -9.8801
+republik -10.9364
+ressourcen -10.9364
+richt -9.0565
+richten -9.2585
+richtlinie -9.6422
+rie -8.92334
+rika -9.7636
+riminalität -11.1169
+rksamkeit -9.29446
+rlei -9.44053
+ro -7.61626
+rrichtung -10.7268
+rseit -8.62583
+ruf -9.11569
+räume -9.85465
+rück -8.91694
+rüstung -11.0079
+s -3.98439
+sam -8.73707
+santrag -9.0682
+santräge -9.99499
+satz -9.09029
+sausschuß -9.82301
+saustausch -10.7258
+sbereich -9.52815
+sch -6.56748
+schaffen -10.3321
+schaffung -10.1171
+schaft -8.43327
+schau -9.77375
+sche -9.22978
+schein -9.74474
+schick -10.233
+schieden -10.6785
+schlag -9.27679
+schließen -9.69537
+schließlich -9.83548
+schluss -10.1722
+schluß -10.0619
+schläg -9.82592
+schrecken -10.9365
+schrei -10.0998
+schreiben -10.0873
+schreibung -10.8318
+schreiten -10.3685
+schreitende -9.96266
+schrift -10.5691
+schränken -11.1498
+schuldig -9.55882
+schuldung -11.1174
+schutz -8.93067
+schwe -9.7108
+schwinde -10.7952
+schäd -9.63033
+schätzt -10.6
+schätzung -10.1863
+sebene -10.4261
+sehen -8.78212
+sehr -6.86902
+sektor -8.89838
+selbe -9.00438
+setzen -9.78033
+setzt -8.98394
+setzung -8.65271
+sfähigkeit -9.35792
+sgesellschaft -10.1483
+sicherheit -8.98702
+sicherung -9.85983
+sicht -8.87261
+sichtlich -8.47059
+siedel -10.7148
+sieh -10.0564
+sind -6.01904
+sion -9.19292
+situation -10.2061
+sitzung -10.5062
+skandidaten -10.4367
+skonferenz -8.86074
+sländer -9.84841
+smitglied -9.42278
+smöglichkeit -9.94957
+son -9.46855
+sonst -9.37971
+sorgniserregend -10.9932
+sorgt -11.087
+sp -8.10315
+spar -10.0181
+spezifische -9.74988
+spiegel -11.0533
+spiel -9.45596
+spolitik -8.54081
+sport -10.76
+sprach -9.2489
+sprech -10.9267
+sprechen -9.07371
+sprogramm -9.63842
+sprozesse -10.0911
+spräche -11.1336
+spräsident -9.84135
+spräsidentschaft -9.99153
+ssystem -9.27684
+staat -9.97161
+staaten -9.48358
+staatliche -10.4038
+stab -9.96768
+stabilität -10.737
+stand -8.24198
+statt -9.04342
+ste -7.85101
+stehen -9.12514
+stelle -8.98313
+stellen -8.78819
+stellt -9.48625
+stellung -8.61222
+sten -8.1652
+ster -9.31742
+stern -9.35629
+sterreich -8.99648
+steuer -9.31609
+stieg -10.1418
+stoff -9.43161
+stoß -9.57637
+strategie -10.0639
+strecke -10.897
+streit -10.2195
+strikt -10.1673
+struktur -9.94958
+ströme -10.9644
+stände -9.49466
+stöß -10.1929
+stück -11.0534
+stützen -10.9779
+subvention -10.9787
+sucht -9.41622
+sverfahren -8.92044
+svorschläge -10.5941
+sweise -9.39851
+system -8.82004
+sätze -9.63435
+t -4.22879
+ta -8.12699
+tag -8.82797
+tandards -9.93046
+tat -9.09693
+tausend -10.3648
+te -6.79419
+technische -10.6029
+technologie -10.4201
+teil -7.88011
+teilen -9.03746
+teilung -9.14137
+ti -7.76116
+tiefst -10.5221
+tion -8.80144
+tmosphär -11.2784
+traf -9.41592
+trag -8.63036
+tragen -9.62572
+transeuropäische -10.7484
+transport -10.4882
+treffen -9.89333
+treiben -10.2008
+treten -8.68371
+tri -9.06885
+tritt -9.06244
+truppe -10.9092
+träge -9.17169
+tung -8.82313
+tut -9.66931
+tz -8.4081
+tät -9.65822
+tätigkeit -9.98114
+tür -9.89481
+u -7.00576
+ualität -9.05614
+ub -8.94473
+uch -8.26734
+uelle -10.1321
+ufstock -11.0736
+ug -8.68945
+ul -8.08047
+um -7.17683
+umweltfreundlich -10.9644
+un -8.46496
+und -8.10058
+ung -5.93412
+union -10.1735
+unter -9.63047
+unternehmen -9.04081
+unterschiedliche -10.1241
+uoten -10.2062
+ur -7.7032
+ursacherprinzip -11.1722
+us -8.09332
+usgewogenheit -10.9644
+usübung -11.0026
+ut -7.93929
+utter -10.3843
+uß -9.28842
+uästoren -11.2981
+v -7.91338
+va -9.32945
+van -9.30589
+ver -7.37084
+verantwortlich -9.49809
+verbindlich -9.88491
+verbot -10.0137
+verbrauch -10.6479
+verbände -10.9364
+verdienen -10.9504
+vereinbarung -10.6505
+verfahren -9.2221
+verhandlung -10.7037
+verhältnis -10.6714
+verhütung -11.2218
+verkehr -8.83477
+verletz -10.4263
+verschmutzung -10.6366
+versorgung -10.7258
+verstanden -9.24295
+verständlich -8.54765
+verständnis -10.8518
+vertreter -10.8194
+verwaltung -10.5902
+vi -8.65419
+viel -9.73798
+vo -10.002
+voll -8.97511
+vor -8.80514
+vorbeug -10.8081
+vorschlag -9.74095
+vorschläg -10.4054
+vorschrift -9.96309
+vorsitzende -11.0188
+w -7.0751
+wa -8.48014
+wachsen -10.0559
+wahl -9.84265
+wan -8.58219
+warten -9.83493
+wasser -10.089
+wechsel -10.5613
+weg -8.58034
+wegen -8.70613
+wehr -10.4008
+wei -8.88407
+weile -10.1506
+weise -9.76783
+weisen -9.49269
+weist -9.55717
+weisung -10.2444
+weit -8.80243
+welt -9.84493
+wende -9.10517
+werfen -10.4715
+werk -9.39887
+wert -8.30775
+wesen -9.74175
+wettbewerb -10.9364
+wettbewerbsfähig -10.8443
+wi -8.37382
+wiegend -10.5917
+willig -10.1865
+wirken -9.16119
+wirkt -9.93002
+wirkung -10.382
+wirtschaft -8.74626
+wissenschaftlich -9.45968
+wo -9.1807
+wohl -7.72447
+wohn -9.89604
+worden -8.08596
+wort -10.6246
+wächst -10.8668
+wähl -10.148
+währung -11.2727
+wäl -10.5616
+würdig -9.42551
+würfe -11.0079
+x -9.0196
+y -7.46534
+z -6.74656
+zahl -8.53848
+zeichnen -9.61241
+zeit -8.39482
+zentr -9.50801
+zi -8.71861
+zieh -8.87123
+ziel -8.89789
+zig -9.45184
+zog -9.72874
+zone -10.3749
+zu -7.4966
+zuarbeiten -10.3941
+zubringen -10.2405
+zuführen -9.89961
+zug -9.41839
+zugeben -10.4108
+zugeh -10.9922
+zugleich -10.5745
+zuheben -10.5427
+zukommen -9.92346
+zunehmen -9.04231
+zusagen -10.6715
+zusammenarbeit -9.67991
+zuschließen -10.7543
+zusetzen -9.3831
+zustellen -9.04461
+zustimmen -10.4127
+zuweisen -10.5204
+zuwenden -10.0986
+zweck -10.2677
+zwingen -10.3037
+zwischen -9.78279
+zza -10.2608
+zöge -10.174
+züge -10.2475
+Ä -10.2127
+Änderungsanträge -7.97931
+Ü -12.0629
+ß -7.95617
+ä -6.94157
+ächt -9.51513
+änderung -9.89384
+ändig -9.36373
+änge -9.28311
+är -8.27949
+ärmsten -10.515
+äu -9.22009
+ö -7.04457
+öl -10.0775
+ü -6.93018
+üb -9.19084
+über -9.08858
+üche -10.1021
+üsse -9.6857
+▁ -2.33143
+▁& -6.6618
+▁- -6.49465
+▁. -3.73897
+▁... -10.1002
+▁00 -8.9942
+▁000 -9.13038
+▁01 -9.42261
+▁02 -9.88518
+▁03 -10.0042
+▁1 -8.75598
+▁1. -10.0641
+▁10 -9.21038
+▁100 -10.3812
+▁11 -9.29497
+▁12 -9.11466
+▁13 -9.47619
+▁14 -9.44763
+▁15 -8.97199
+▁16 -9.97169
+▁18 -9.812
+▁19 -9.31893
+▁198 -10.112
+▁199 -7.53788
+▁2 -8.71262
+▁20 -8.9094
+▁200 -8.87966
+▁2000 -7.80412
+▁21 -9.63169
+▁22 -10.2554
+▁23 -10.3023
+▁24 -10.1062
+▁25 -9.70667
+▁28 -10.4145
+▁3 -8.33274
+▁4 -8.68397
+▁40 -9.71006
+▁5 -9.22002
+▁50 -9.34455
+▁6 -9.24597
+▁60 -10.1125
+▁80 -10.136
+▁90 -10.3267
+▁A -7.36908
+▁AIDS -11.069
+▁AKP -9.7046
+▁Ab -7.94087
+▁Abfall -10.1
+▁Abfälle -9.91018
+▁Abgeordnete -8.48811
+▁Abgeordneten -8.19697
+▁Abhängigkeit -10.7599
+▁Abkommen -8.51535
+▁Ablehnung -10.4536
+▁Absatz -9.4079
+▁Abschluß -9.76713
+▁Abschnitt -11.1341
+▁Absicht -9.35274
+▁Abstimmung -7.95706
+▁Achtung -9.55883
+▁Afrika -9.37216
+▁Agentur -10.6821
+▁Agrar -9.15046
+▁Akt -10.0043
+▁Akteure -10.4451
+▁Aktion -8.92195
+▁Aktionsplan -10.167
+▁Aktionsprogramm -10.5336
+▁Aktivität -9.60874
+▁Al -8.64423
+▁Alkohol -9.92423
+▁Allianz -10.4367
+▁Alter -9.52158
+▁Amerika -10.3957
+▁Amsterdam -9.48186
+▁Amt -9.98247
+▁An -7.52791
+▁Analyse -9.88491
+▁Anerkennung -9.56931
+▁Anfang -9.63913
+▁Anforderung -9.95013
+▁Anfrage -8.72512
+▁Angabe -9.86718
+▁Angebot -10.8959
+▁Angehörige -10.6406
+▁Angelegenheit -8.44297
+▁Angola -11.0079
+▁Angriff -9.9554
+▁Angst -10.7715
+▁Anhang -10.8827
+▁Anhörung -10.7258
+▁Anl -9.86584
+▁Anliegen -9.89025
+▁Anmerkung -10.341
+▁Annahme -9.35055
+▁Annäherung -10.7715
+▁Anpassung -10.0872
+▁Anreiz -10.2537
+▁Ansatz -9.3113
+▁Ansicht -8.32317
+▁Anspruch -9.83326
+▁Anstrengung -9.43776
+▁Anteil -9.91896
+▁Antrag -9.03775
+▁Anträge -10.1685
+▁Antwort -8.64288
+▁Anwendung -8.64986
+▁Anwesenheit -10.9644
+▁Appell -11.0534
+▁April -10.0813
+▁Arbeit -7.73407
+▁Arbeitgeber -10.6505
+▁Arbeitnehmer -9.01045
+▁Arbeits -8.57444
+▁Arbeitsmarkt -10.1547
+▁Arbeitsplatz -10.6099
+▁Arbeitsplätze -9.16678
+▁Arbeitszeit -10.4134
+▁Argument -9.70863
+▁Armee -10.8827
+▁Armut -9.62348
+▁Art -8.44452
+▁Artikel -8.2138
+▁Aspekt -9.52806
+▁Aspekte -9.15971
+▁Assoziierungs -10.7258
+▁Asyl -9.33534
+▁Asylbewerber -10.8194
+▁Atom -10.4451
+▁Auf -8.39237
+▁Aufbau -9.97124
+▁Aufenthalt -10.364
+▁Auffassung -8.6305
+▁Aufgabe -8.87873
+▁Aufgaben -9.34135
+▁Aufheb -11.1177
+▁Aufklärung -10.8959
+▁Aufm -9.32657
+▁Aufnahme -9.50854
+▁Auftrag -10.4297
+▁Auge -10.6055
+▁Augen -9.39097
+▁August -11.2036
+▁Aus -7.77095
+▁Ausarbeitung -10.2607
+▁Ausbeut -10.4708
+▁Ausbildung -9.29743
+▁Ausdruck -8.56667
+▁Ausführung -9.23523
+▁Ausgaben -9.71678
+▁Ausgangspunkt -11.151
+▁Ausgrenzung -10.3719
+▁Ausmaß -10.3119
+▁Ausnahme -9.66978
+▁Ausrichtung -10.4201
+▁Aussage -10.1051
+▁Ausschuss -8.23857
+▁Ausschuß -8.26971
+▁Ausschüsse -10.1798
+▁Aussprache -8.212
+▁Austausch -10.6
+▁Auswei -10.3528
+▁Auswirkung -8.77998
+▁Auto -9.40165
+▁Autonomie -11.2784
+▁Außen -8.92381
+▁Außenminister -10.5244
+▁B -7.07972
+▁BSE -9.95555
+▁Bahn -10.6611
+▁Balkan -9.50466
+▁Bananen -10.506
+▁Bangladesch -10.9644
+▁Bank -10.0468
+▁Bar -9.57709
+▁Barnier -10.7715
+▁Basis -9.96003
+▁Baskenland -11.0534
+▁Bau -9.64515
+▁Be -7.20629
+▁Beacht -10.8581
+▁Beamte -9.74988
+▁Bedarf -10.2326
+▁Bedeutung -8.19495
+▁Bedingung -8.78952
+▁Bedrohung -10.8443
+▁Bedürfnisse -10.3487
+▁Befugnisse -10.3037
+▁Befürchtung -10.5333
+▁Beginn -9.77979
+▁Begleit -11.2403
+▁Begrenzung -11.2036
+▁Begriff -9.73801
+▁Begründung -10.2892
+▁Behandlung -9.67682
+▁Behauptung -11.0079
+▁Behörde -10.6694
+▁Behörden -8.91321
+▁Beifall -9.997
+▁Beihilfe -10.4718
+▁Beihilfen -9.26002
+▁Beispiel -8.37683
+▁Beitrag -8.81234
+▁Beitritt -8.90553
+▁Beitrittsländer -10.5616
+▁Beiträge -10.3641
+▁Bekämpfung -8.75779
+▁Belastung -10.4622
+▁Belgien -10.4621
+▁Bemerkung -9.17149
+▁Bemühen -11.2403
+▁Bemühung -9.38377
+▁Beobachter -10.6199
+▁Beratung -10.0639
+▁Bereich -7.61437
+▁Bereiche -9.30579
+▁Bereitschaft -10.5519
+▁Bereitstellung -10.6199
+▁Berg -10.681
+▁Bericht -6.56443
+▁Berichts -9.0351
+▁Berlin -10.3957
+▁Beruf -9.9617
+▁Beschluss -10.4461
+▁Beschluß -9.42895
+▁Beschlüsse -9.6422
+▁Beschränkung -10.4451
+▁Beschwerde -10.5333
+▁Beschäftigte -10.5709
+▁Beschäftigung -8.96808
+▁Beschäftigungs -9.6672
+▁Beseitigung -10.5241
+▁Besonderheit -10.9644
+▁Besorgnis -9.67291
+▁Bestandteil -10.0243
+▁Besteuerung -10.7952
+▁Bestimmung -8.99846
+▁Bestreben -11.2036
+▁Bestrebung -11.2981
+▁Besuch -10.0756
+▁Beteiligte -10.5805
+▁Beteiligung -9.79289
+▁Betracht -10.5151
+▁Betreiber -10.9932
+▁Betrieb -9.56931
+▁Betroffenen -10.9364
+▁Betrug -10.0691
+▁Beurteilung -11.0849
+▁Bevölkerung -8.60595
+▁Bewegung -10.7147
+▁Beweis -9.56808
+▁Bewerberländer -10.8959
+▁Bewertung -9.38378
+▁Bewirtschaftung -10.7715
+▁Bewußtsein -11.0534
+▁Bezeichnung -10.6714
+▁Beziehung -8.80087
+▁Bezug -9.47947
+▁Bilanz -10.6505
+▁Bild -10.1581
+▁Bildung -8.94325
+▁Binnenmarkt -8.78469
+▁Biotechnologie -11.2403
+▁Birma -10.7147
+▁Bitte -10.6825
+▁Blick -10.148
+▁Bo -9.36357
+▁Boden -10.351
+▁Bolkestein -11.1682
+▁Bosnien -10.8318
+▁Botschaft -9.77116
+▁Branche -10.6821
+▁Brand -11.0534
+▁Brennstoff -11.2036
+▁Brief -10.8959
+▁Brüssel -9.60509
+▁Bu -9.93994
+▁Budget -10.7147
+▁Buiten -10.9365
+▁Bundes -10.3336
+▁Bürger -7.71681
+▁Bürgerbeauftrag -10.1995
+▁Bürgerinnen -10.4462
+▁Bürgern -9.41421
+▁Büro -10.4971
+▁Bürokratie -10.9092
+▁C -8.41926
+▁CO -9.88583
+▁Ca -9.83511
+▁Chance -9.28912
+▁Charakter -9.94961
+▁Charta -8.9576
+▁Chi -10.4017
+▁China -9.47868
+▁Christdemokrat -10.6199
+▁Co -9.30093
+▁D -8.59374
+▁Da -9.16724
+▁Dame -8.88864
+▁Dank -8.69579
+▁Daten -9.18863
+▁Dauer -10.6099
+▁De -8.52154
+▁Debatte -8.15059
+▁Definition -9.81962
+▁Defizit -10.4708
+▁Delegation -9.38086
+▁Demokrat -9.96887
+▁Demokratie -8.71822
+▁Detail -10.5613
+▁Deutschland -9.74988
+▁Dezember -9.68074
+▁Di -9.24139
+▁Dialog -8.97103
+▁Die -9.89227
+▁Dienst -9.31481
+▁Dienste -9.72299
+▁Dienstleistung -9.38386
+▁Differenz -11.069
+▁Dimension -9.86582
+▁Dinge -9.09443
+▁Direkt -10.6505
+▁Diskriminierung -9.31332
+▁Diskussion -8.73008
+▁Disziplinar -10.9365
+▁Do -9.66755
+▁Dokument -9.00444
+▁Dollar -10.2748
+▁Donnerstag -10.3877
+▁Doping -10.5613
+▁Doppel -11.2218
+▁Dringlichkeit -9.99699
+▁Dritt -9.38077
+▁Drittländer -9.62359
+▁Drogen -9.8946
+▁Druck -9.48832
+▁Du -9.96577
+▁Dublin -10.8569
+▁Durch -10.6096
+▁Durchführung -9.0578
+▁Durchsetzung -10.5615
+▁Dynami -11.2036
+▁Dänemark -10.105
+▁E -7.46298
+▁ECHO -10.3564
+▁EG -9.92498
+▁ELDR -11.0849
+▁EN -10.3977
+▁EU -7.41894
+▁EURO -10.8959
+▁Ebene -8.33199
+▁Effektivität -11.0849
+▁Effizienz -10.0299
+▁Ehre -10.5151
+▁Eigenschaft -10.8959
+▁Eigentum -11.038
+▁Ein -7.83246
+▁Einbezieh -9.83561
+▁Eindruck -9.72946
+▁Einfluss -11.2221
+▁Einfluß -10.0243
+▁Einfuhr -10.7147
+▁Einführung -9.2079
+▁Eingreif -10.5224
+▁Einhaltung -9.68503
+▁Einheit -10.1327
+▁Einigung -9.9256
+▁Einkommen -10.1129
+▁Einrichtung -9.34091
+▁Einsatz -9.52861
+▁Einschränkung -10.4795
+▁Einstimmigkeit -10.9227
+▁Einwanderer -10.5241
+▁Einwanderung -9.7973
+▁Einwohner -10.9365
+▁Einwände -10.8698
+▁Einzel -9.62348
+▁Eisenbahn -9.37933
+▁El -9.55444
+▁Elektrizität -11.1858
+▁Element -9.49814
+▁Embargo -10.9787
+▁Embryo -10.9228
+▁Emission -9.99206
+▁Emp -10.4736
+▁Empfehlung -9.07693
+▁Ende -8.64998
+▁Energie -8.77353
+▁Engagement -9.84708
+▁England -11.2981
+▁Ent -8.94303
+▁Entlastung -9.42551
+▁Entscheidung -7.98551
+▁Entschließung -7.92261
+▁Entschlossen -10.6714
+▁Entschädigung -10.8072
+▁Entsorgung -10.6714
+▁Entwicklung -7.41157
+▁Entwicklungs -8.8733
+▁Entwurf -9.40144
+▁Er -7.83938
+▁Erachten -8.66397
+▁Erarbeit -10.1377
+▁Erdöl -10.8443
+▁Ereignisse -9.95577
+▁Erfahrung -9.21987
+▁Erfolg -9.03272
+▁Erfüllung -10.9644
+▁Ergebnis -9.20709
+▁Ergebnisse -9.01083
+▁Ergänzung -10.8072
+▁Erhaltung -10.3044
+▁Erhöhung -9.92925
+▁Erinnerung -10.8318
+▁Erkenntnisse -10.7715
+▁Erklärung -8.62495
+▁Erläuterung -11.1682
+▁Ermittlung -10.9932
+▁Ernennung -10.9644
+▁Erneuerung -11.2784
+▁Ernährung -10.8318
+▁Erreich -10.3256
+▁Erscheinung -10.6402
+▁Erwartung -10.1355
+▁Erweiterung -8.57171
+▁Erwerb -11.148
+▁Erwerbstätig -11.1889
+▁Erwägung -10.0243
+▁Erzeuger -10.1606
+▁Erzeugnisse -9.86154
+▁Etappe -11.2981
+▁Etikett -10.9501
+▁Etikettierung -10.3799
+▁Euro -7.80554
+▁Europa -7.21891
+▁Europas -8.589
+▁Europäer -10.1111
+▁Europäische -6.16829
+▁Evaluierung -10.8959
+▁Ex -10.0656
+▁Existenz -10.6928
+▁Experten -10.4795
+▁Export -10.2262
+▁F -7.4773
+▁Fa -9.14106
+▁Fahr -10.7259
+▁Fahrzeug -10.105
+▁Fakten -10.6402
+▁Faktor -9.77979
+▁Fall -7.96876
+▁Falle -9.6225
+▁Familie -9.62224
+▁Familien -9.67813
+▁Fassung -10.6505
+▁Februar -10.233
+▁Fehl -10.2273
+▁Fehler -9.80995
+▁Fernseh -9.73318
+▁Fest -10.2003
+▁Festlegung -9.74152
+▁Feststellung -10.0756
+▁Fidschi -10.6714
+▁Film -10.6929
+▁Finanz -8.48701
+▁Finanzielle -10.5613
+▁Finanzierung -9.10347
+▁Finnland -10.0524
+▁Fisch -9.49691
+▁Fischerei -8.6654
+▁Fischler -10.5065
+▁Fl -9.54401
+▁Flachs -11.151
+▁Fleisch -10.6715
+▁Flexibilität -10.1417
+▁Flotte -11.151
+▁Flug -9.22919
+▁Flugzeug -10.0188
+▁Fläche -10.9644
+▁Flüchtling -10.0641
+▁Flüchtlinge -9.73301
+▁Folge -9.54916
+▁Folgen -9.1973
+▁Folter -11.1682
+▁Fonds -9.97039
+▁Forderung -8.77989
+▁Form -8.48844
+▁Formulierung -10.282
+▁Forschung -8.78469
+▁Forst -10.4708
+▁Fort -9.75416
+▁Fortschritt -9.80762
+▁Fortschritte -9.08702
+▁Fra -10.0096
+▁Frage -7.17461
+▁Fragen -8.09859
+▁Fragestunde -10.4708
+▁Fraktion -7.56394
+▁Frankreich -9.31332
+▁Frau -6.96848
+▁Frauen -8.25666
+▁Frei -9.32937
+▁Freiheit -8.91673
+▁Freitag -10.0527
+▁Freizügigkeit -9.97039
+▁Fremdenverkehr -10.2677
+▁Frequenz -11.1341
+▁Freude -10.506
+▁Freund -10.0581
+▁Frieden -9.27319
+▁Friedens -9.51391
+▁Frist -9.90012
+▁Fundament -10.9932
+▁Funktion -9.79255
+▁Funktionieren -10.5157
+▁Fusion -10.7037
+▁Futtermittel -11.151
+▁Fußball -10.5241
+▁Fähigkeit -10.2537
+▁Fälle -8.91286
+▁Förder -10.5587
+▁Förderung -8.94111
+▁Führer -10.9092
+▁Führung -10.282
+▁Fünfte -11.151
+▁G -7.75548
+▁GUE -11.2218
+▁GVO -10.3641
+▁Ga -9.69637
+▁Galeote -11.2981
+▁Gang -10.2628
+▁Ganze -10.5154
+▁Garantie -9.97565
+▁Ge -7.75302
+▁Geber -10.3144
+▁Gebiet -8.28275
+▁Gebiete -9.39399
+▁Gebrauch -10.8569
+▁Geburt -11.2981
+▁Gebäude -10.5425
+▁Gebühr -10.4451
+▁Gedanke -9.72493
+▁Gefahr -8.76747
+▁Gefangene -11.1683
+▁Gefängnis -10.5241
+▁Gefühl -10.5709
+▁Gegen -9.37056
+▁Gegenstand -10.2405
+▁Gegenteil -9.65411
+▁Geld -8.56282
+▁Geldwäsche -10.8318
+▁Gelegenheit -9.0473
+▁Gemeinsame -8.81399
+▁Gemeinschaft -8.04952
+▁Gemeinschafts -8.57564
+▁Genehmigung -10.2537
+▁Generalsekretär -10.7484
+▁Generation -10.3877
+▁Genf -10.276
+▁Georgien -11.2036
+▁Gerechtigkeit -10.7147
+▁Gericht -9.44036
+▁Gerichtshof -9.68468
+▁Gesamt -9.24497
+▁Geschichte -9.84708
+▁Geschlecht -10.5613
+▁Geschwindigkeit -11.1341
+▁Geschäft -10.1542
+▁Gesellschaft -8.67541
+▁Gesetz -9.92181
+▁Gesetze -9.67991
+▁Gesetzgebung -9.48832
+▁Gesichtspunkt -10.7715
+▁Gespräch -10.6241
+▁Gespräche -10.0908
+▁Gestaltung -10.6928
+▁Gesundheit -9.16608
+▁Gesundheits -9.525
+▁Getreide -10.8698
+▁Gewalt -9.31878
+▁Gewerkschaft -10.7952
+▁Gewicht -10.4708
+▁Gewinn -10.4451
+▁Gewähr -9.9358
+▁Gewässer -10.5709
+▁Gipfel -9.15041
+▁Gipfeltreffen -10.5152
+▁Glaubwürdigkeit -10.4284
+▁Gleichgewicht -9.84708
+▁Gleichstellung -10.3037
+▁Globalisierung -9.95476
+▁Glück -10.7484
+▁Gra -10.0627
+▁Gremi -10.341
+▁Grenz -9.56857
+▁Grenzen -9.44146
+▁Grenzwerte -11.0081
+▁Griechenland -9.42551
+▁Groß -9.66243
+▁Großbritannien -10.1294
+▁Grund -8.00585
+▁Grunde -9.78635
+▁Grundlage -8.59838
+▁Grundrechte -9.16921
+▁Grundsatz -9.28159
+▁Grundsätze -9.38696
+▁Gruppe -8.96333
+▁Größe -10.5805
+▁Grünbuch -11.0228
+▁Gründe -8.73312
+▁Gründung -11.0228
+▁Grüne -9.87532
+▁Guinea -11.2036
+▁Gut -10.1036
+▁Güter -10.1232
+▁H -7.15589
+▁Haarder -10.9787
+▁Habitat -11.0228
+▁Hafen -10.2748
+▁Haft -10.0133
+▁Haider -10.6821
+▁Haltung -9.26033
+▁Hand -9.33708
+▁Handel -9.24981
+▁Handels -9.3763
+▁Handlung -9.88035
+▁Harmonisierung -9.59062
+▁Haupt -9.15742
+▁Haus -8.90954
+▁Hause -9.214
+▁Haushalt -9.01168
+▁Haushalts -8.37971
+▁Haushaltsjahr -10.7258
+▁Haushaltslinie -10.4971
+▁Heimat -10.1798
+▁Hel -9.75281
+▁Herausforderung -9.33811
+▁Herbst -10.9364
+▁Herkunft -9.64979
+▁Herr -5.91001
+▁Hersteller -10.2468
+▁Herstellung -10.506
+▁Herzen -10.0355
+▁Hilfe -8.35051
+▁Hilfs -10.282
+▁Hindernisse -10.5241
+▁Hinter -11.0847
+▁Hintergrund -10.1172
+▁Hinweis -9.69661
+▁Ho -9.95458
+▁Hoch -10.1119
+▁Hoffnung -9.74992
+▁Hohe -9.44168
+▁Holz -10.4119
+▁Hooligan -11.0228
+▁Hunger -10.6763
+▁Hä -9.50171
+▁Häf -10.1421
+▁Höchst -10.4038
+▁Höhe -9.7415
+▁I -8.13124
+▁II -10.5338
+▁INTER -10.5241
+▁Idee -9.81696
+▁Identität -10.4038
+▁Ihn -7.84891
+▁Ihr -9.93032
+▁Ihre -8.26916
+▁Ihrer -9.56715
+▁Import -11.1174
+▁Impuls -10.7833
+▁In -8.43356
+▁Industrie -8.99846
+▁Inflation -10.6402
+▁Information -8.24149
+▁Informations -9.28611
+▁Infrastruktur -9.7973
+▁Inhalt -9.28587
+▁Initiative -8.30184
+▁Inkrafttreten -10.6505
+▁Innovation -10.4621
+▁Insel -9.87982
+▁Inspektion -11.038
+▁Instanz -10.7037
+▁Institution -8.45316
+▁Instrument -9.2707
+▁Instrumente -9.71675
+▁Integration -9.34371
+▁Inter -9.9398
+▁Interesse -8.71416
+▁Interessen -8.93231
+▁Internationale -10.0467
+▁Internet -9.44396
+▁Intervention -10.0133
+▁Investition -9.20023
+▁Irak -9.9394
+▁Irland -9.96517
+▁Israel -9.99699
+▁Italien -9.77115
+▁Ja -9.37603
+▁Jahr -7.55855
+▁Jahre -7.78917
+▁Jahres -8.7425
+▁Jahresbericht -10.4371
+▁Jahrhundert -9.78435
+▁Jahrzehnt -10.6099
+▁Januar -9.95476
+▁Jo -9.93502
+▁Journalisten -10.6821
+▁Ju -10.0478
+▁Jugend -10.1167
+▁Jugendliche -10.2
+▁Jugoslawien -10.3798
+▁Juli -10.136
+▁Junglandwirte -10.3957
+▁Juni -9.83331
+▁Justiz -9.63092
+▁K -7.67904
+▁KMU -10.2677
+▁KOM -10.4621
+▁Ka -8.62862
+▁Kakao -10.4451
+▁Kampagne -10.6714
+▁Kampf -9.19539
+▁Kandidat -10.63
+▁Kapazität -10.8194
+▁Kapital -9.80172
+▁Kapitel -10.7715
+▁Katastrophe -9.57283
+▁Kategorie -10.2195
+▁Kenntnis -9.12986
+▁Kennzeichnung -10.5519
+▁Kern -9.26129
+▁Kind -10.2001
+▁Kinder -8.55108
+▁Kinderporno -10.9503
+▁Klar -10.0872
+▁Klein -10.234
+▁Klima -10.2061
+▁Klonen -10.2892
+▁Kluft -11.0228
+▁Klärung -11.101
+▁Ko -8.55923
+▁Kohärenz -9.99699
+▁Kohäsion -10.7599
+▁Kohäsionsfonds -11.038
+▁Kollege -9.40348
+▁Kollegen -7.65364
+▁Kollegin -8.15914
+▁Komitologie -10.6609
+▁Kommissar -7.96355
+▁Kommissarin -8.89438
+▁Kommission -6.01336
+▁Kommun -10.4882
+▁Kommunikation -9.95477
+▁Kompetenz -10.1995
+▁Komponente -11.151
+▁Kompromiss -10.3564
+▁Kompromiß -9.68468
+▁Kon -8.74526
+▁Konferenz -9.23737
+▁Konflikt -9.00644
+▁Konsens -10.4537
+▁Konsequenz -9.97039
+▁Konservative -10.9228
+▁Konsultation -10.167
+▁Kontakt -10.0755
+▁Kontinent -10.167
+▁Kontroll -9.53076
+▁Kontrolle -8.67424
+▁Konvent -10.9092
+▁Konvention -10.3111
+▁Konvergenz -10.506
+▁Konzentration -11.0079
+▁Konzept -9.77979
+▁Kooperation -10.0078
+▁Koordinierung -9.25775
+▁Korruption -10.7599
+▁Kosovo -8.893
+▁Kosten -8.73349
+▁Kraft -9.31332
+▁Kranken -10.7484
+▁Krankheit -10.1543
+▁Kredit -10.8443
+▁Kreis -10.6516
+▁Krieg -9.26033
+▁Kriminalität -10.0526
+▁Krise -9.29445
+▁Kriterien -9.55535
+▁Kritik -9.58704
+▁Kräfte -9.94961
+▁Ku -9.41881
+▁Kultur -8.89838
+▁Kurs -10.5156
+▁Kurzstreckensee -10.9228
+▁Kyoto -11.2403
+▁Königreich -9.48186
+▁Körper -11.2592
+▁Kürze -10.5805
+▁Kürzung -10.6099
+▁L -8.43343
+▁La -9.06856
+▁Lage -8.29524
+▁Land -7.98664
+▁Landes -9.36744
+▁Landwirte -9.70863
+▁Landwirtschaft -8.97146
+▁Lang -10.5646
+▁Lannoye -11.101
+▁Lasten -10.4721
+▁Lateinamerika -11.038
+▁Laufe -10.4375
+▁Le -8.988
+▁Leben -8.97209
+▁Lebens -9.24639
+▁Lebensmittel -9.38114
+▁Legislativ -10.6505
+▁Legitim -11.0849
+▁Lehre -10.4543
+▁Leistung -9.87536
+▁Leit -9.99281
+▁Leitlinien -9.59422
+▁Lernen -10.6716
+▁Lesung -9.50477
+▁Leute -10.0081
+▁Li -8.97489
+▁Liberale -9.97565
+▁Liberalisierung -9.16913
+▁Linie -9.40447
+▁Linke -10.3959
+▁Lissabon -9.18816
+▁Liste -9.57379
+▁Lo -9.19789
+▁Ludford -10.9364
+▁Luft -10.2101
+▁Luftfahrt -11.0228
+▁Luftraum -10.4623
+▁Luftverkehr -9.55542
+▁Luxemburg -10.4284
+▁Länder -7.28392
+▁Lärm -10.2128
+▁Lösung -8.28711
+▁Lücke -11.151
+▁M -7.62362
+▁MED -10.2537
+▁MEDIA -10.9644
+▁Ma -8.43011
+▁Maastricht -10.8959
+▁Macht -9.66619
+▁Mai -9.55247
+▁Mal -9.25401
+▁Management -10.737
+▁Mandat -10.282
+▁Mangel -10.5242
+▁Mar -9.42176
+▁Markt -8.47071
+▁Marokko -10.515
+▁Massen -10.8571
+▁Material -10.5613
+▁Mazedonien -10.5902
+▁Maße -9.53578
+▁Maßnahme -9.81281
+▁Maßnahmen -7.52976
+▁Mechanism -10.0133
+▁Medi -10.9936
+▁Medien -9.69648
+▁Meer -9.50194
+▁Mehr -10.1687
+▁Mehrheit -8.95199
+▁Meinung -7.92941
+▁Menge -10.175
+▁Mensch -9.93636
+▁Menschen -7.61496
+▁Menschenhandel -10.1501
+▁Menschenrechte -8.26689
+▁Menschenrechts -10.0032
+▁Methode -9.90438
+▁Mexiko -10.7484
+▁Mi -9.36533
+▁Migration -10.9092
+▁Milch -10.1799
+▁Militär -9.99699
+▁Milliarden -9.95476
+▁Millionen -8.69282
+▁Milosevic -10.8569
+▁Minderheit -10.6636
+▁Minderheiten -9.77869
+▁Mindest -9.81511
+▁Minister -9.48482
+▁Ministerrat -10.3804
+▁Minute -10.1929
+▁Mio -9.57141
+▁Mission -10.8072
+▁Mit -9.32709
+▁Mitarbeiter -9.97039
+▁Mitbürger -10.8443
+▁Mitentscheidung -10.2468
+▁Mitglied -9.34057
+▁Mitglieder -8.80587
+▁Mitgliedsländer -10.5152
+▁Mitgliedstaat -8.99749
+▁Mitgliedstaaten -7.0173
+▁Mitteilung -9.07273
+▁Mittel -7.66755
+▁Mittelmeer -9.78309
+▁Mittelmeerraum -10.4203
+▁Mittwoch -11.2784
+▁Mitwirkung -10.4202
+▁Miß -9.8952
+▁Mißbrauch -10.6402
+▁Mo -8.79989
+▁Mobilität -10.5425
+▁Modell -9.90935
+▁Modernisierung -10.3185
+▁Moment -10.0755
+▁Monat -9.63368
+▁Monate -9.26619
+▁Monopol -10.4367
+▁Montag -10.8318
+▁Mosambik -10.5709
+▁Munition -11.2218
+▁Mutter -10.4976
+▁Mängel -10.5519
+▁Männer -9.6926
+▁Märkte -9.87056
+▁März -9.88974
+▁Möglichkeit -8.05108
+▁N -7.80783
+▁NAF -11.151
+▁NRO -9.91425
+▁Na -10.1164
+▁Nach -8.53016
+▁Nachbar -10.1371
+▁Nachmittag -11.2784
+▁Nah -9.92395
+▁Nahrungsmittel -9.55189
+▁Namen -8.08001
+▁National -9.89772
+▁Nationen -9.28123
+▁Natur -9.58333
+▁Netz -10.1475
+▁Netze -10.1675
+▁Neu -9.31977
+▁New -10.4121
+▁Ni -9.33521
+▁Nicht -9.80753
+▁Nichtregierungs -10.5613
+▁Niederlande -10.3111
+▁Niederlassung -11.101
+▁Niels -10.4208
+▁Niveau -10.2607
+▁Nord -9.48252
+▁Nordirland -11.2981
+▁Norm -10.7194
+▁Normen -9.90732
+▁Not -10.1626
+▁Notwendigkeit -9.00045
+▁November -10.1929
+▁Nutzen -9.85173
+▁Nutzung -9.61977
+▁Nähe -10.8828
+▁O -8.55796
+▁Obergrenze -11.1174
+▁Offenheit -10.737
+▁Oktober -10.3798
+▁Operation -11.2036
+▁Opfer -9.02871
+▁Opposition -10.5805
+▁Option -11.038
+▁Ordnung -10.0078
+▁Organ -10.6392
+▁Organe -10.0678
+▁Organisation -9.03486
+▁Organism -10.8495
+▁Orientierung -10.8072
+▁Ort -9.36121
+▁Ost -9.25527
+▁Ozon -10.8698
+▁P -7.64292
+▁PPE -10.0872
+▁Pa -8.9616
+▁Paket -10.8828
+▁Pal -9.96997
+▁Palästinenser -11.101
+▁Papier -10.5241
+▁Paraguay -11.1858
+▁Paris -10.6199
+▁Paritätische -11.2036
+▁Parlament -6.71404
+▁Parlamentarier -10.8827
+▁Parlaments -7.65122
+▁Partei -9.02634
+▁Parteien -9.29754
+▁Partner -9.66493
+▁Partnerschaft -9.8244
+▁Patent -10.0411
+▁Patentamt -11.069
+▁Patten -9.79731
+▁Peking -10.7715
+▁Person -10.6396
+▁Personal -9.67
+▁Personen -9.0469
+▁Perspektive -10.2607
+▁Petition -10.8091
+▁Pfeiler -10.9364
+▁Pflanzen -10.6609
+▁Pflicht -9.58347
+▁Phase -10.0243
+▁Phthalate -10.6714
+▁Phänomen -11.038
+▁Pilot -11.151
+▁Plan -9.53827
+▁Platz -10.4536
+▁Plenum -9.51793
+▁Pläne -10.1606
+▁Po -9.33152
+▁Politik -7.76965
+▁Politikbereiche -10.9098
+▁Polizei -9.71675
+▁Portugal -10.2262
+▁Position -9.07908
+▁Post -9.92836
+▁Postdienste -10.896
+▁Potential -11.069
+▁Praktik -10.3335
+▁Preis -9.0945
+▁Premierminister -10.8827
+▁Presse -9.96515
+▁Prinzip -9.46241
+▁Prinzipien -10.1612
+▁Priorität -9.71644
+▁Prioritäten -9.53842
+▁Privat -9.81645
+▁Pro -9.48195
+▁Problem -7.66166
+▁Probleme -8.13309
+▁Prodi -9.61609
+▁Produkt -9.66924
+▁Produkte -9.87983
+▁Produktion -9.528
+▁Produzenten -11.0849
+▁Profit -10.4622
+▁Programm -8.47722
+▁Programme -8.95908
+▁Programms -9.76548
+▁Projekt -9.33679
+▁Projekte -9.25383
+▁Prostitution -11.1858
+▁Protest -11.008
+▁Protokoll -9.14585
+▁Prozent -10.4882
+▁Prozess -10.4551
+▁Prozesse -10.0744
+▁Prozeß -9.21739
+▁Prä -9.71275
+▁Präsenz -10.8959
+▁Präsident -6.64225
+▁Präsidentin -8.15891
+▁Präsidentschaft -8.62926
+▁Präsidium -10.6
+▁Prüf -11.1831
+▁Prüfung -9.80684
+▁Punkt -8.19357
+▁Punkte -8.97792
+▁R -8.456
+▁Ra -9.6757
+▁Rahmen -7.59166
+▁Rand -9.72165
+▁Rassismus -9.32152
+▁Rat -6.84036
+▁Ratspräsident -9.21308
+▁Ratsvorsitz -10.0539
+▁Raum -9.10349
+▁Re -8.21413
+▁Reaktion -9.78433
+▁Realität -9.78881
+▁Rechenschaft -11.1341
+▁Rechnung -9.84707
+▁Rechnungshof -9.85173
+▁Recht -7.81451
+▁Rechte -8.41495
+▁Rechts -8.36091
+▁Rechtsakt -10.7371
+▁Rechtsgrundlage -9.77979
+▁Rechtsprechung -11.1174
+▁Rechtsstaat -10.2681
+▁Recycling -11.1682
+▁Rede -9.08283
+▁Redner -9.63467
+▁Reduzierung -10.4201
+▁Referendum -11.2403
+▁Reform -8.52381
+▁Regel -9.13437
+▁Regelung -8.58104
+▁Regierung -7.4475
+▁Regierungschef -10.4201
+▁Regime -10.233
+▁Region -7.95917
+▁Regionalpolitik -10.341
+▁Regulierung -10.3487
+▁Reichtum -11.038
+▁Reihe -8.88943
+▁Reise -10.4022
+▁Religion -10.9227
+▁Renten -10.404
+▁Rentner -10.1543
+▁Republik -9.83326
+▁Resolution -10.3185
+▁Respekt -10.6505
+▁Ressourcen -9.68903
+▁Revision -9.95476
+▁Revolution -11.151
+▁Richtlinie -7.60473
+▁Richtlinien -9.35935
+▁Richtung -9.03076
+▁Rinder -10.7715
+▁Rindfleisch -10.2195
+▁Risik -9.98427
+▁Risiko -9.58838
+▁Ro -8.84987
+▁Rolle -8.44533
+▁Ru -9.49912
+▁Rubrik -10.7037
+▁Rumänien -11.2403
+▁Rundfunk -10.8698
+▁Russland -10.9503
+▁Rußland -10.4451
+▁Rück -8.79761
+▁Rückkehr -10.9365
+▁Rückverfolg -10.9228
+▁S -7.08595
+▁Sa -8.46292
+▁Sache -9.10405
+▁Sachverständige -10.9227
+▁Sanktion -9.44084
+▁Sch -7.94149
+▁Schaden -9.99162
+▁Schaff -8.81069
+▁Schengen -10.6301
+▁Schicksal -10.7599
+▁Schiene -10.2277
+▁Schiff -10.0607
+▁Schiffe -10.0729
+▁Schluß -9.88974
+▁Schlußfolgerung -9.56931
+▁Schlüssel -10.4038
+▁Schokolade -9.81962
+▁Schottland -10.8827
+▁Schreiben -10.3111
+▁Schritt -8.98799
+▁Schritte -9.83007
+▁Schul -9.35673
+▁Schuld -9.77866
+▁Schuldenerl -11.0868
+▁Schutz -8.12208
+▁Schw -9.30667
+▁Schwarzarbeit -10.8827
+▁Schweden -9.48833
+▁Schweige -11.0084
+▁Schweiz -10.5241
+▁Schwerpunkt -10.3877
+▁Schwierigkeit -9.21987
+▁Schäd -10.0993
+▁See -9.77309
+▁Seite -8.70461
+▁Sektor -8.82228
+▁Selbst -9.93303
+▁September -10.105
+▁Serbien -10.2195
+▁Sicherheit -8.18878
+▁Sicherheits -8.87873
+▁Sicherung -10.6402
+▁Sicht -8.93198
+▁Sie -6.82533
+▁Signal -10.105
+▁Simbabwe -10.0467
+▁Sinn -9.94326
+▁Sinne -9.22823
+▁Situation -8.10976
+▁Sitzung -8.83738
+▁Sitzungsperiode -10.6505
+▁So -9.86428
+▁Solana -10.4536
+▁Soldaten -10.9228
+▁Solidarität -9.65744
+▁Sommer -10.7952
+▁Sonder -9.61243
+▁Sorge -9.18579
+▁Souveränität -10.5241
+▁Sozial -8.74906
+▁Sozialdemokrat -10.073
+▁Sozialschutz -10.5249
+▁Spanien -9.8946
+▁Spannung -10.63
+▁Spe -10.3434
+▁Spiel -9.50137
+▁Spielzeug -11.1682
+▁Spitze -10.63
+▁Sport -8.94246
+▁Sprach -10.6621
+▁Sprache -9.34619
+▁Sta -9.51641
+▁Staat -9.15326
+▁Staaten -8.13828
+▁Staats -9.50255
+▁Staatsanwalt -11.1174
+▁Staatsbürger -11.2218
+▁Stabilisierung -10.63
+▁Stabilität -9.60509
+▁Stabilitätspakt -10.5425
+▁Stadi -10.7486
+▁Stadt -10.2264
+▁Stand -9.7325
+▁Standpunkt -8.46839
+▁Statistik -10.9503
+▁Status -10.1051
+▁Stauner -10.9932
+▁Steigerung -11.069
+▁Stelle -9.22858
+▁Stellen -9.64412
+▁Stellung -9.7971
+▁Stellungnahme -9.08566
+▁Steuer -8.86133
+▁Steuerzahler -10.5709
+▁Sti -10.0073
+▁Stimme -9.46582
+▁Stoffe -9.95476
+▁Str -9.96105
+▁Straf -9.40815
+▁Straftat -10.396
+▁Strafverfolgung -11.1341
+▁Strategie -9.02666
+▁Straßburg -9.6926
+▁Straße -9.68285
+▁Straßenverkehr -10.3641
+▁Streichung -11.0534
+▁Streit -9.99699
+▁Strom -10.9365
+▁Struktur -9.15971
+▁Strukturfonds -9.41346
+▁Studenten -10.7715
+▁Studie -9.88974
+▁Stufe -11.151
+▁Stunde -9.9652
+▁Städte -10.6714
+▁Stärk -9.58347
+▁Subsidiarität -9.76686
+▁Substanz -11.0228
+▁Subvention -10.3877
+▁Summe -10.5902
+▁Syrien -11.2036
+▁System -8.23209
+▁Säule -11.0228
+▁Süd -9.82911
+▁Südafrika -10.2061
+▁T -7.25225
+▁Ta -9.50605
+▁Tabak -9.60843
+▁Tag -8.69543
+▁Tagesordnung -8.56267
+▁Tagung -9.9035
+▁Tat -9.02562
+▁Tatsache -8.93871
+▁Tausende -10.506
+▁Technik -10.737
+▁Technologie -9.60874
+▁Teil -7.99582
+▁Telefon -11.2981
+▁Tempo -10.9365
+▁Tendenz -10.7037
+▁Termin -10.3185
+▁Terror -10.7831
+▁Terrorismus -10.1799
+▁Test -10.4895
+▁Text -8.79438
+▁Thema -8.06114
+▁Themen -9.14585
+▁Tibet -10.4038
+▁Tier -9.24055
+▁Titel -10.9932
+▁Todesstrafe -10.4708
+▁Tourismus -10.6609
+▁Tradition -10.5709
+▁Trag -10.6824
+▁Tragödie -10.8194
+▁Transfer -11.151
+▁Transparenz -9.14125
+▁Transport -9.99161
+▁Treffen -10.282
+▁Trennung -10.9644
+▁Tri -10.2653
+▁Truppe -10.9503
+▁Tschetschenien -10.2964
+▁Tunesien -10.4536
+▁Tätigkeit -9.06837
+▁Tür -10.7147
+▁Türke -8.8666
+▁U -8.98447
+▁UN -9.0579
+▁US -9.13011
+▁Uhr -8.85445
+▁Um -8.72784
+▁Umfang -9.79754
+▁Umsetzung -8.51638
+▁Umstände -9.80194
+▁Umwelt -7.74587
+▁Umweltfrage -10.2143
+▁Umweltschutz -10.0201
+▁Un -8.24886
+▁Unabhängigkeit -10.3957
+▁Unglück -11.1682
+▁Union -6.46881
+▁Unionsbürger -10.3957
+▁Universität -11.2218
+▁Unter -9.04929
+▁Unternehmen -8.07924
+▁Unternehmer -10.682
+▁Unterschied -10.2384
+▁Unterschiede -9.97156
+▁Unterstützung -8.08794
+▁Untersuchung -9.29712
+▁Unterzeichnung -11.1174
+▁Uran -10.6201
+▁Ursache -10.0078
+▁Ursprung -10.9503
+▁Urteil -10.3878
+▁V -8.3678
+▁Ver -7.18527
+▁Verantwortlich -10.0467
+▁Verantwortung -8.48506
+▁Verarbeitung -10.9365
+▁Verbesserung -8.75468
+▁Verbindung -9.52127
+▁Verbot -9.68471
+▁Verbrauch -10.6866
+▁Verbraucher -8.2044
+▁Verbrechen -9.68505
+▁Verbreitung -10.5241
+▁Verbrennung -10.6602
+▁Vereinbarung -9.15046
+▁Vereinfachung -10.6402
+▁Vereinigte -8.77512
+▁Vereinte -9.73327
+▁Verfahren -8.36728
+▁Verfasser -10.7715
+▁Verfassung -10.0707
+▁Verfolgung -10.7833
+▁Verfügung -9.03899
+▁Vergangenheit -9.50137
+▁Vergleich -9.83599
+▁Verhalten -9.95078
+▁Verhandlung -8.60733
+▁Verhinderung -11.2784
+▁Verhältnis -9.55882
+▁Verhütung -10.9644
+▁Verkauf -10.8574
+▁Verkehr -9.61173
+▁Verkehrs -8.92178
+▁Verlauf -10.1871
+▁Verletzung -9.9093
+▁Verlust -10.4882
+▁Verlängerung -10.6609
+▁Vermittlung -9.55882
+▁Verordnung -8.34768
+▁Verpflichtung -8.79436
+▁Verringerung -10.3111
+▁Versammlung -10.4284
+▁Verschiebung -11.2981
+▁Verschmutzung -10.6928
+▁Versicherungs -10.6931
+▁Versorgung -10.6
+▁Verspätung -10.7715
+▁Versteigerung -11.1682
+▁Verständnis -10.0524
+▁Verstärk -10.7833
+▁Versuch -10.0079
+▁Verteidigung -9.12309
+▁Vertrag -8.62233
+▁Vertrags -9.03995
+▁Vertrauen -9.16209
+▁Vertreter -8.89658
+▁Vertretung -10.6402
+▁Verträge -9.28732
+▁Verurteilung -10.8698
+▁Verwaltung -9.03849
+▁Verwaltungs -9.65072
+▁Verwendung -9.48508
+▁Verwirk -10.6744
+▁Verzögerung -10.0639
+▁Veränderung -9.59479
+▁Vi -9.02671
+▁Vielfa -9.97039
+▁Vitori -10.9092
+▁Vizepräsident -10.4882
+▁Volk -9.41549
+▁Volks -9.49636
+▁Volkspartei -10.3642
+▁Voll -9.9047
+▁Vor -7.75069
+▁Vorausschau -10.3037
+▁Voraussetzung -9.26033
+▁Vorbereitung -9.67682
+▁Vorgehen -9.78212
+▁Vorgehensweise -10.6101
+▁Vorgänge -10.8698
+▁Vorhaben -9.81549
+▁Vorlage -10.3828
+▁Vormittag -11.2218
+▁Vorrang -10.4284
+▁Vorredner -10.0696
+▁Vorschlag -7.60655
+▁Vorschläge -8.26494
+▁Vorschriften -9.04522
+▁Vorsitz -10.0541
+▁Vorsitzende -9.74023
+▁Vorsorgeprinzip -10.2677
+▁Vorstellung -10.1563
+▁Vorwand -10.8443
+▁Völker -9.24242
+▁W -7.95186
+▁WTO -9.9093
+▁Wa -9.43404
+▁Wachstum -9.32978
+▁Waffen -9.87058
+▁Wahl -9.09839
+▁Wahlen -9.77598
+▁Wahr -10.0296
+▁Wahrheit -10.4372
+▁Wald -10.2678
+▁Wallström -11.101
+▁Wandel -10.4201
+▁Waren -10.1741
+▁Wasser -8.85619
+▁Wechsel -10.8318
+▁Weg -8.54683
+▁Wege -9.9018
+▁Wei -9.79777
+▁Weise -8.28953
+▁Weiter -9.92603
+▁Weißbuch -9.94448
+▁Welt -8.13624
+▁Weltbank -10.9228
+▁Welthandels -10.7149
+▁Werk -10.4884
+▁Wert -9.41595
+▁Werte -9.35867
+▁West -10.5182
+▁Wettbewerb -8.5928
+▁Wettbewerbs -9.38216
+▁Wichtigkeit -10.9932
+▁Wider -10.1356
+▁Widerspruch -10.0696
+▁Wieder -10.2888
+▁Wiederauf -10.6403
+▁Wiederaufbau -9.9497
+▁Wille -10.8355
+▁Willen -9.72376
+▁Wirk -9.82603
+▁Wirksamkeit -10.6609
+▁Wirkung -10.05
+▁Wirtschaft -8.47036
+▁Wirtschafts -8.68015
+▁Wissen -9.74127
+▁Wissenschaft -10.3337
+▁Wissenschaftler -10.6101
+▁Woche -9.3942
+▁Wochen -9.76877
+▁Wohl -10.7255
+▁Wohlstand -10.4884
+▁Wohn -10.341
+▁Wort -8.47003
+▁Worte -9.45826
+▁Wunsch -9.84245
+▁Wähler -10.6199
+▁Währung -9.55459
+▁Währungs -9.83884
+▁Wälder -10.3641
+▁Wünsche -11.0849
+▁Würde -10.7484
+▁Z -8.70827
+▁Zahl -8.80474
+▁Zahlung -9.85466
+▁Zeichen -10.2678
+▁Zeit -7.67088
+▁Zeitplan -10.2209
+▁Zeitpunkt -9.10799
+▁Zeitraum -9.60581
+▁Zentral -10.9365
+▁Zentralbank -10.0024
+▁Ziel -7.98943
+▁Ziele -8.78522
+▁Zielsetzung -9.93553
+▁Ziffer -10.2607
+▁Zigaretten -10.4536
+▁Zins -10.6404
+▁Zivil -9.64969
+▁Zoll -10.3881
+▁Zone -10.8079
+▁Zu -8.32624
+▁Zugang -8.97711
+▁Zukunft -8.3758
+▁Zusage -10.8959
+▁Zusammen -9.54806
+▁Zusammenarbeit -7.97052
+▁Zusammenhalt -10.1932
+▁Zusammenhang -8.13372
+▁Zusatz -10.4545
+▁Zusatzstoffe -10.4119
+▁Zustand -10.228
+▁Zustimmung -9.38086
+▁Zuständigkeit -9.45016
+▁Zusätzlichkeit -10.4201
+▁Zuwanderung -11.2218
+▁Zweck -9.49157
+▁Zwei -10.5366
+▁Zweifel -9.66129
+▁Zwischen -10.4284
+▁Zypern -10.1111
+▁ab -7.50656
+▁abend -10.2425
+▁aber -6.59884
+▁abge -8.87786
+▁abgelehnt -10.167
+▁abgereicherte -10.8194
+▁abgeschlossen -9.8611
+▁abgestimmt -10.0204
+▁abhäng -11.0793
+▁abhängig -10.43
+▁abschließend -8.82062
+▁absolut -9.49809
+▁abstimm -10.0184
+▁absurd -10.9092
+▁abzu -9.28684
+▁acht -9.35136
+▁administrative -10.9364
+▁afrikanische -10.167
+▁aktiv -9.22734
+▁aktuelle -10.1417
+▁akzeptab -10.4795
+▁akzeptieren -9.37505
+▁akzeptiert -9.87056
+▁all -8.79245
+▁alle -7.09914
+▁allein -9.1782
+▁allem -7.70088
+▁allen -8.03987
+▁aller -7.75388
+▁alles -8.6826
+▁allgemein -9.35521
+▁allgemeine -9.15039
+▁allmählich -10.7715
+▁allzu -10.2233
+▁als -6.16608
+▁am -7.41528
+▁amtierende -9.98627
+▁an -5.8533
+▁anbiete -11.2785
+▁andere -7.49032
+▁anderen -7.45211
+▁anderer -9.45064
+▁anders -9.64034
+▁anerkannt -9.79289
+▁anerkennen -10.7258
+▁ange -8.70614
+▁angeblich -10.5519
+▁angebracht -10.056
+▁angeh -9.79272
+▁angehören -10.5618
+▁angekündigt -10.282
+▁angemessen -9.95091
+▁angemessene -9.90828
+▁angenommen -8.80801
+▁angepaßt -11.2036
+▁angesprochen -9.23234
+▁angestrebt -10.4536
+▁angewandt -10.3641
+▁angewendet -10.506
+▁annehmbar -11.069
+▁annehme -10.2725
+▁anschließen -9.69953
+▁anstrebe -10.9228
+▁anwesend -9.66132
+▁anzu -9.01859
+▁appelliere -10.3185
+▁arbeiten -9.14719
+▁arme -10.4525
+▁audiovisuelle -10.5519
+▁auf -5.25981
+▁aufforder -10.6203
+▁aufge -9.38734
+▁aufgenommen -9.24599
+▁aufmerksam -9.62348
+▁aufrechterh -11.2084
+▁aufrichtig -10.9647
+▁aufzu -9.41197
+▁aufzunehmen -9.98348
+▁aus -6.29034
+▁ausdrücklich -9.72904
+▁ausführlich -9.99161
+▁ausge -8.4668
+▁ausgehend -10.1672
+▁ausgerichtet -10.3185
+▁ausgesprochen -10.0755
+▁ausgestattet -10.9365
+▁ausgewogene -9.95476
+▁ausgezeichnete -9.39571
+▁ausländische -10.9932
+▁ausreichend -9.31906
+▁ausschließlich -9.79103
+▁ausspreche -10.0506
+▁auswärtige -10.9364
+▁auszu -9.11375
+▁automatisch -10.5613
+▁außen -10.1111
+▁außer -8.15571
+▁außergewöhnlich -11.1682
+▁außerordentlich -9.6422
+▁basiert -11.0849
+▁be -6.77808
+▁beabsichtige -11.2981
+▁beabsichtigt -10.0813
+▁beachten -11.2218
+▁beantrage -10.7485
+▁beantragt -10.5333
+▁beantwortet -10.4291
+▁bedanke -10.4795
+▁bedarf -9.73943
+▁bedauer -9.84053
+▁bedauerlich -10.0068
+▁bedenk -10.4742
+▁bedeuten -10.1695
+▁bedeutende -10.1185
+▁bedeutet -8.96525
+▁bedeutsam -10.2964
+▁bedroht -10.5519
+▁bedürfe -11.2981
+▁beeinflussen -11.2218
+▁beeinträchtig -10.3037
+▁befasse -9.80441
+▁befasst -11.2036
+▁befaßt -10.3487
+▁befinde -10.3776
+▁befinden -9.77734
+▁befriedig -11.2403
+▁befürchte -10.341
+▁befürworte -9.42855
+▁begangen -10.7149
+▁begegne -11.2784
+▁beginnen -9.7046
+▁beglückwünsche -9.27856
+▁begonnen -10.5613
+▁begreife -11.214
+▁begrenzt -9.94765
+▁begründe -10.1534
+▁begrüße -9.23349
+▁begrüßen -9.01557
+▁begrüßt -10.0872
+▁behandeln -9.75845
+▁behandelt -9.23237
+▁behaupte -9.88585
+▁behinder -10.6099
+▁bei -6.30802
+▁beide -8.49717
+▁beim -8.70181
+▁beinhaltet -10.4038
+▁beispielsw -8.60092
+▁beitragen -9.40013
+▁bekannt -8.63594
+▁bekomm -9.58783
+▁bekräftigt -10.5519
+▁bekunde -10.8195
+▁bekämpfen -10.1864
+▁beleg -11.2737
+▁belgische -10.8959
+▁bemüht -10.2837
+▁benutz -10.3062
+▁benötige -10.1798
+▁benötigt -10.2468
+▁beobachten -10.8072
+▁beraten -10.4126
+▁berechtigt -10.2981
+▁bereit -8.57956
+▁bereitgestellt -10.1119
+▁bereits -7.41658
+▁berichte -10.5709
+▁berufliche -10.8073
+▁beruhen -10.6402
+▁beruht -10.4882
+▁berücksichtigen -9.23737
+▁berücksichtigt -9.07264
+▁berühr -10.8827
+▁besagt -11.069
+▁beschleunigen -11.0534
+▁beschleunigt -11.0534
+▁beschließ -10.278
+▁beschlossen -9.24496
+▁beschrieben -11.1341
+▁beschränken -10.2404
+▁beschränkt -10.1798
+▁beschäftigen -10.0299
+▁beschäftigt -10.0524
+▁beseitig -10.4038
+▁besitz -9.97045
+▁besonder -8.13995
+▁besorgt -10.3265
+▁besser -8.62929
+▁bessere -9.30746
+▁besteh -8.07955
+▁bestehen -9.1609
+▁bestehende -9.20423
+▁besten -9.4868
+▁bestimmen -10.7037
+▁bestimmt -9.70841
+▁bestimmte -8.38761
+▁bestätigen -10.4367
+▁bestätigt -10.2262
+▁beteilig -10.3869
+▁beteiligt -9.48553
+▁betone -11.0347
+▁betonen -9.56657
+▁betont -9.92423
+▁betrachte -9.72353
+▁betrachtet -9.77712
+▁betreffen -9.90734
+▁betreffend -9.29618
+▁betreib -10.5785
+▁betri -8.03684
+▁betroffen -9.17622
+▁beträchtlich -9.96515
+▁beunruhig -10.2399
+▁beurteil -10.7259
+▁bevor -9.50707
+▁bevorstehende -10.4536
+▁bewaffnete -11.101
+▁bewegen -10.281
+▁beweis -10.2701
+▁bewerte -10.3534
+▁bewiesen -10.7484
+▁bewußt -9.43999
+▁bewährt -11.2981
+▁bewältigen -10.6402
+▁bezahl -10.1169
+▁bezeichnet -10.2748
+▁bezieh -9.58174
+▁bezug -8.59057
+▁biete -9.22993
+▁bilaterale -10.0524
+▁bilden -10.0126
+▁bildet -10.6101
+▁billig -10.0721
+▁bin -7.77359
+▁bis -7.79417
+▁bisher -9.03414
+▁bisherige -10.5128
+▁bitte -8.46955
+▁bleib -9.27638
+▁bleiben -9.2085
+▁blockier -11.1341
+▁bloß -10.8072
+▁braucht -9.88491
+▁bringen -8.57058
+▁britische -9.33811
+▁bürokratische -10.9787
+▁chemische -11.2404
+▁chinesische -10.8072
+▁d -4.98837
+▁da -7.0095
+▁dabei -8.07051
+▁dagegen -9.55189
+▁daher -7.80511
+▁dahingehend -11.0534
+▁dank -10.441
+▁dankbar -10.3881
+▁danke -9.10767
+▁danken -8.66349
+▁dar -8.70629
+▁daran -8.34303
+▁darau -9.87101
+▁darauf -7.56132
+▁dargelegt -10.3567
+▁darlege -11.105
+▁darstellen -9.65021
+▁darstellt -9.38101
+▁das -5.08165
+▁dass -6.68467
+▁dauerhafte -10.3641
+▁davon -8.20838
+▁dazu -7.64013
+▁debattieren -10.9787
+▁definieren -11.0228
+▁definiert -10.3798
+▁dem -5.79464
+▁demokratisch -10.1598
+▁demokratische -8.9344
+▁den -4.849
+▁denke -8.75683
+▁denn -7.95828
+▁der -3.82497
+▁derartige -9.29474
+▁derzeit -8.88219
+▁derzeitige -9.35274
+▁des -5.29683
+▁dessen -8.6739
+▁deutlich -8.36833
+▁deutsche -10.0524
+▁die -3.67995
+▁diejenige -9.33803
+▁dies -7.09242
+▁diesbezüglich -9.28765
+▁diese -5.07312
+▁digitale -10.5241
+▁diplomatische -10.6099
+▁direkt -9.12309
+▁diskutieren -9.67682
+▁diskutiert -9.6926
+▁doppelt -10.8072
+▁dort -8.50189
+▁dramatisch -10.6
+▁drastisch -11.0079
+▁drei -8.38091
+▁dringend -9.18816
+▁dritte -9.96809
+▁dritten -9.25375
+▁durch -6.74218
+▁durchführ -10.185
+▁durchgeführt -9.18678
+▁durchsetz -10.8366
+▁durchzuführen -10.0595
+▁dänische -10.3564
+▁dürfe -8.47304
+▁dürfte -9.73317
+▁eben -8.23776
+▁ebenso -8.61683
+▁echte -9.89025
+▁effektiv -9.54855
+▁effiziente -9.80342
+▁ehemalige -9.99161
+▁eher -9.67709
+▁ehrgeizig -10.2748
+▁eigene -8.38354
+▁eigentlich -8.7377
+▁ein -5.60521
+▁einbezieh -11.1098
+▁einbezogen -10.0188
+▁eindeutig -8.71501
+▁eine -5.22245
+▁einen -6.81418
+▁einer -6.43209
+▁einfach -8.54461
+▁einge -9.29632
+▁eingebracht -9.92313
+▁eingeführt -10.0097
+▁eingegangen -9.81597
+▁eingehalten -10.2205
+▁eingehen -8.98044
+▁eingeleitet -10.0318
+▁eingereicht -9.52127
+▁eingerichtet -10.9644
+▁eingeräumt -10.5902
+▁eingeschränkt -11.0079
+▁eingesetzt -9.57238
+▁einheitliche -9.37329
+▁einhergeh -11.2789
+▁einige -7.72278
+▁einigen -8.58849
+▁einiger -9.65211
+▁einmal -8.00601
+▁einräum -10.6656
+▁einschlägige -10.9933
+▁einseitig -10.8443
+▁einsetzen -9.72013
+▁einstimmig -10.3641
+▁einzelne -8.48486
+▁einzelstaatlich -10.1734
+▁einzige -8.88853
+▁einzu -8.60113
+▁elektronische -9.72904
+▁empfehle -10.3798
+▁empfi -10.5521
+▁empfohlen -10.9503
+▁endgültige -10.0188
+▁energisch -10.8443
+▁eng -9.47048
+▁englische -10.9365
+▁enorme -10.0029
+▁ent -8.23581
+▁entfernt -10.63
+▁entgegen -9.60874
+▁enthalten -8.90107
+▁entnehme -11.242
+▁entscheide -11.3041
+▁entscheiden -9.32564
+▁entscheidende -9.48571
+▁entschieden -9.43785
+▁entschlossen -10.0581
+▁entspr -9.66754
+▁entsprechen -10.2441
+▁entsprechend -9.15272
+▁entsprechende -9.01156
+▁entstanden -10.3111
+▁entsteh -10.5903
+▁entstehen -9.87598
+▁enttäuscht -11.0228
+▁entwe -10.1891
+▁entwickeln -9.54551
+▁entwickelt -9.47544
+▁er -6.77472
+▁erachte -10.9663
+▁erarbeiten -10.5618
+▁erarbeitet -10.0755
+▁erfahren -9.97049
+▁erfolgen -9.77562
+▁erfolgreich -9.545
+▁erfolgt -9.74567
+▁erforderlich -8.55951
+▁erforderlichen -9.70245
+▁erfordert -10.0639
+▁erfreulich -10.5333
+▁erfüllen -9.74988
+▁erfüllt -9.87056
+▁ergeben -10.0991
+▁ergreifen -9.50395
+▁ergriffen -9.76263
+▁ergänzen -10.4451
+▁ergänzt -11.1174
+▁erhalten -8.65654
+▁erheb -10.5871
+▁erheblich -10.0605
+▁erhebliche -9.70043
+▁erhoben -10.4621
+▁erhöh -9.48186
+▁erinner -8.80905
+▁erkannt -11.1858
+▁erkennen -9.95477
+▁erklärt -9.44705
+▁erlaube -10.5851
+▁erleichter -10.2468
+▁erläutern -10.5333
+▁erläutert -10.7715
+▁ermutig -10.6821
+▁ermöglich -9.25946
+▁ermöglicht -9.60772
+▁erneuerbare -10.0243
+▁erneut -9.28648
+▁ernst -9.33757
+▁ernsthaft -9.68888
+▁erreichen -8.70119
+▁erreicht -8.90198
+▁errichte -10.9855
+▁erschein -9.61026
+▁ersetz -10.4244
+▁erst -8.48021
+▁erste -8.74999
+▁ersten -8.10642
+▁erster -9.23251
+▁erteilt -10.5619
+▁erwarte -10.0068
+▁erwarten -9.52316
+▁erweitern -10.9503
+▁erweitert -10.3259
+▁erwiesen -10.5426
+▁erwähnt -9.0834
+▁erzeugt -11.2218
+▁erzielen -10.0412
+▁erzielt -9.444
+▁eröffne -10.2127
+▁erörtern -10.8827
+▁erörtert -10.6928
+▁es -5.37522
+▁ethische -10.9093
+▁ethnische -9.95477
+▁etwa -7.73993
+▁europäische -6.97403
+▁eventuell -10.2262
+▁exakt -10.9644
+▁existieren -10.5709
+▁existiert -10.7715
+▁externe -10.3037
+▁extrem -10.4119
+▁faktisch -11.2592
+▁falsch -9.61609
+▁fand -10.4797
+▁fas -9.30364
+▁fehl -9.55219
+▁fehlende -10.3557
+▁ferner -9.72614
+▁fest -8.37282
+▁festgelegt -9.09222
+▁festgestellt -9.57696
+▁festleg -10.2985
+▁feststelle -9.41695
+▁festzulegen -10.2399
+▁festzustellen -10.4047
+▁finanziell -10.3509
+▁finanzielle -8.89784
+▁finanzieren -10.4622
+▁finanziert -9.95483
+▁finde -8.61696
+▁finden -8.76281
+▁finnische -10.9644
+▁folg -9.59839
+▁folgende -9.16115
+▁folgt -9.35604
+▁forder -10.0764
+▁fordern -9.1833
+▁fordert -9.88543
+▁formulier -9.99699
+▁fort -9.36192
+▁fortsetz -10.7825
+▁französische -8.82395
+▁frei -8.93391
+▁freiwillige -10.76
+▁freue -9.23485
+▁früh -10.366
+▁früher -9.39774
+▁funktionieren -10.2268
+▁funktioniert -10.2892
+▁fördern -9.2866
+▁führen -8.41606
+▁führt -9.23213
+▁fünf -9.07694
+▁fünfzehn -10.5241
+▁für -5.15921
+▁g -7.9344
+▁gab -9.45416
+▁ganz -7.39057
+▁ganze -9.43244
+▁gar -9.37876
+▁garantieren -10.7258
+▁garantiert -10.3798
+▁ge -6.69834
+▁geben -8.22771
+▁gebilligt -10.2968
+▁geboten -10.2677
+▁gebracht -9.18631
+▁gedenk -10.4467
+▁geehrte -9.84711
+▁geeignet -10.5544
+▁geeignete -10.2244
+▁gefordert -9.14511
+▁gefunden -9.77546
+▁gefährden -10.9644
+▁gefährlich -10.1136
+▁gefährliche -10.2234
+▁gefördert -10.0468
+▁geführt -9.08278
+▁gegeben -8.7557
+▁gegen -7.43232
+▁gegenseitig -10.1111
+▁gegenwärtig -8.68989
+▁gegenüber -8.31506
+▁geh -7.42872
+▁gehen -9.19083
+▁gehören -9.38782
+▁gehört -8.79636
+▁gekennzeichnet -10.9932
+▁geklärt -10.8959
+▁gelangen -10.0357
+▁geleistet -9.32978
+▁geling -9.85317
+▁gelten -9.41954
+▁geltende -9.89967
+▁gelungen -10.0412
+▁gemacht -8.67435
+▁gemeinsam -8.64697
+▁gemeinsame -8.05345
+▁gemäß -9.24048
+▁genannt -9.00844
+▁genau -8.47197
+▁genauso -10.2195
+▁genehmigt -10.737
+▁generell -9.74989
+▁genetisch -10.8318
+▁genieß -10.4711
+▁genommen -9.18975
+▁genutzt -10.0872
+▁genügend -10.4795
+▁geplant -10.1996
+▁geprägt -10.8318
+▁geprüft -10.0755
+▁gerade -8.42939
+▁geraten -10.6407
+▁gerecht -9.32186
+▁gerechtfertigt -10.6714
+▁geregelt -10.3641
+▁gerichtet -10.1735
+▁gering -9.77432
+▁geringe -9.92573
+▁gern -9.07711
+▁gesagt -8.35536
+▁gesamte -8.5039
+▁geschaffen -9.39013
+▁geschehen -9.64599
+▁geschie -9.85549
+▁geschlossen -8.96333
+▁geschützt -10.282
+▁gesetzliche -10.6011
+▁gesichert -10.6402
+▁gesprochen -9.31332
+▁gestalte -9.57222
+▁gestatte -9.54293
+▁gestellt -8.96225
+▁gestrige -10.8194
+▁gesunde -10.7601
+▁geta -9.17202
+▁getrennt -10.6199
+▁getroffen -9.35783
+▁gewahrt -11.101
+▁gewaltige -10.3964
+▁gewesen -9.682
+▁gewidmet -11.2784
+▁gewisse -8.93498
+▁geworden -9.62225
+▁gewählt -9.88014
+▁gewähren -10.6099
+▁gewährleiste -8.87353
+▁gewährt -10.1111
+▁gewünscht -10.341
+▁gezeigt -9.96515
+▁gezwungen -10.5709
+▁geändert -9.83326
+▁geäußert -9.77979
+▁gib -7.35922
+▁glaube -8.22111
+▁gleich -8.76436
+▁gleiche -9.44974
+▁gleichen -9.49589
+▁gleichzeitig -8.63456
+▁global -10.6555
+▁globale -10.0384
+▁glücklich -10.5902
+▁gratuliere -9.80172
+▁gravierend -10.3719
+▁grenzüber -9.8946
+▁griechische -10.105
+▁groß -9.9305
+▁große -7.91935
+▁großen -8.57506
+▁großzügig -11.0228
+▁grundlegend -10.6222
+▁grundlegende -9.40374
+▁grundsätzlich -9.66902
+▁größere -8.96345
+▁größtmögliche -11.1341
+▁gründlich -10.2127
+▁grüne -11.2404
+▁gut -8.24477
+▁gute -8.52869
+▁habe -7.40156
+▁haben -6.12307
+▁halte -8.4955
+▁handeln -9.82969
+▁handelt -8.50557
+▁harmonisiert -10.8443
+▁hart -10.3891
+▁hat -6.13925
+▁hatte -8.28457
+▁hauptsächlich -10.4621
+▁heftig -11.2785
+▁heikle -10.7715
+▁heiß -8.70311
+▁her -8.67736
+▁heraus -9.07536
+▁herrscht -10.2127
+▁hervor -8.96031
+▁hervorgeh -11.0484
+▁hervorgehoben -10.2331
+▁hervorheben -9.8611
+▁herzlich -9.86583
+▁heut -7.34283
+▁heutige -9.30818
+▁hier -6.90536
+▁hilfreich -10.9787
+▁hin -7.66903
+▁hinaus -8.57785
+▁hingeg -10.5243
+▁hinnehm -10.426
+▁hinter -9.40499
+▁hinweisen -9.15314
+▁hinzu -9.98471
+▁hinzufüg -10.2195
+▁historische -10.0755
+▁hoch -9.34666
+▁hoffe -8.2756
+▁hoffen -9.54454
+▁hohe -8.68345
+▁horizontale -11.101
+▁humanitäre -9.63092
+▁hätte -8.35363
+▁häufig -9.47544
+▁höchste -9.70653
+▁höhere -9.71675
+▁ignorier -10.7833
+▁ih -8.79134
+▁ihn -8.12616
+▁ihr -8.09528
+▁ihre -6.78268
+▁ihrer -7.79493
+▁illegale -9.90438
+▁im -5.52641
+▁immer -7.63535
+▁in -4.56749
+▁inakzeptab -10.5709
+▁indirekt -10.7599
+▁individuelle -10.9932
+▁industrielle -10.4622
+▁informier -9.44125
+▁inhaltlich -10.4977
+▁inner -8.36036
+▁innovative -10.7599
+▁ins -7.83638
+▁inso -9.76229
+▁integriert -10.3487
+▁intensiv -9.94449
+▁inter -9.68808
+▁interessant -9.83326
+▁interessiert -10.2964
+▁international -10.1505
+▁internationale -8.30441
+▁interne -10.1371
+▁investier -10.4971
+▁irakische -11.101
+▁irgend -10.0798
+▁irgendeine -10.1622
+▁irische -10.4432
+▁isolier -11.2785
+▁italienische -10.2468
+▁ja -8.09857
+▁jahrelang -11.0079
+▁je -7.1736
+▁jede -8.87168
+▁jeden -8.81361
+▁jeder -8.638
+▁jedes -9.37674
+▁jegliche -9.95486
+▁jemand -10.1114
+▁jene -8.94711
+▁jetz -7.74546
+▁jetzige -10.0577
+▁jeweil -10.7243
+▁jeweilige -9.68915
+▁junge -9.62761
+▁juristisch -10.2748
+▁jährlich -9.73317
+▁jüngste -9.71675
+▁kam -9.92217
+▁kann -6.65475
+▁kau -9.73289
+▁kein -8.2208
+▁keine -7.00403
+▁klar -8.27913
+▁klare -9.53049
+▁klarstell -10.7202
+▁kleine -8.72555
+▁knapp -10.5709
+▁komm -8.28145
+▁kommen -8.43887
+▁kommende -9.80415
+▁kommerzielle -10.7037
+▁komplex -10.7833
+▁komplizierte -10.1294
+▁konfrontier -10.8569
+▁konkret -9.48278
+▁konkrete -8.7939
+▁konnte -8.94246
+▁konsequent -10.1606
+▁konstruktiv -11.1169
+▁konstruktive -10.2679
+▁konsultier -11.0534
+▁kontinuierlich -11.0228
+▁kontrollieren -10.62
+▁kontrolliert -10.3411
+▁konzentrier -9.58704
+▁koordiniert -10.7147
+▁korrekt -10.3487
+▁korrigier -10.5709
+▁kriminelle -10.8827
+▁kritisch -9.90438
+▁kritisiere -11.151
+▁kritisiert -10.8072
+▁kulturelle -9.52129
+▁kurz -8.87368
+▁kurze -9.73698
+▁kurzfristig -10.4536
+▁könne -6.713
+▁könnte -7.91856
+▁kümmer -10.7258
+▁künftig -8.79761
+▁kürz -10.8937
+▁kürzlich -10.3272
+▁landwirtschaft -10.1544
+▁lange -8.88252
+▁langfristig -9.63092
+▁langsam -10.5427
+▁laufende -10.4979
+▁laut -10.173
+▁lautet -10.2203
+▁leben -9.25126
+▁legal -10.6505
+▁legislative -10.1863
+▁legitim -10.3957
+▁lehnt -10.7952
+▁leide -8.4882
+▁leisten -9.26821
+▁leistet -10.8194
+▁lenken -10.9787
+▁letzte -9.14149
+▁letzten -8.27522
+▁letztendlich -9.94968
+▁liberalisier -11.1858
+▁liebe -9.13724
+▁liefer -10.4713
+▁lieg -8.33523
+▁liegen -9.33201
+▁lobenswert -11.2036
+▁logisch -10.8224
+▁lokale -9.58704
+▁ländliche -9.28383
+▁länger -9.67292
+▁lösen -9.8284
+▁machen -8.02828
+▁macht -9.09629
+▁mag -10.1355
+▁man -6.92136
+▁manche -9.95266
+▁mangelnde -10.6716
+▁massiv -10.6714
+▁materiell -11.101
+▁maximal -11.0079
+▁medizinische -10.8569
+▁mehr -7.21016
+▁mehrere -9.14815
+▁mehrfach -10.276
+▁mein -8.74008
+▁meine -6.9414
+▁meiner -7.72902
+▁meisten -9.29982
+▁menschliche -9.52127
+▁mindesten -10.2892
+▁mit -5.58211
+▁mitgeteilt -11.151
+▁mittelfristig -11.1858
+▁mittlere -10.03
+▁miß -10.5425
+▁moderne -10.1483
+▁momentan -11.2403
+▁moralische -10.7599
+▁morgen -8.86481
+▁morgige -11.1682
+▁multi -10.8194
+▁multilaterale -11.2218
+▁multinationale -10.9228
+▁muss -8.14047
+▁muß -6.86216
+▁mußte -10.0267
+▁möchte -6.47484
+▁möge -10.1356
+▁möglich -7.89537
+▁möglichst -9.55354
+▁mündliche -10.3877
+▁müsse -6.58217
+▁müsste -10.4971
+▁müßte -9.38086
+▁nach -6.41119
+▁nachdenk -11.1836
+▁nachdrücklich -9.86582
+▁nachhaltige -9.63469
+▁nachmittag -10.9932
+▁nachvollzieh -10.9644
+▁nahe -9.87153
+▁namentlich -10.7147
+▁nationale -8.08795
+▁natürlich -7.74726
+▁neben -9.63324
+▁negativ -10.4851
+▁negative -10.1952
+▁nehme -10.6061
+▁nehmen -8.74846
+▁nennen -9.78576
+▁neu -8.69339
+▁neue -7.33513
+▁neuer -9.62512
+▁nicht -5.29003
+▁nichts -9.02367
+▁nie -9.09822
+▁niederländische -10.9503
+▁niedrige -10.206
+▁niemand -9.56935
+▁noch -6.66796
+▁nochmal -9.71024
+▁normal -9.84262
+▁notwendig -8.31152
+▁notwendigen -9.67394
+▁nukleare -11.0228
+▁nun -7.79204
+▁nunmehr -9.8203
+▁nur -6.65511
+▁nutzen -9.27027
+▁nächste -10.0708
+▁nächsten -8.98606
+▁näher -10.148
+▁nämlich -8.19495
+▁nördliche -11.2784
+▁nötig -10.1929
+▁nützlich -10.2468
+▁ob -7.49401
+▁objektiv -10.4621
+▁oblieg -10.6456
+▁obligatorisch -10.3798
+▁offen -8.92887
+▁offenbar -10.0765
+▁offensichtlich -9.34403
+▁offiziell -9.98094
+▁oft -8.93881
+▁ohne -7.83388
+▁optimal -10.9364
+▁ordentlich -11.2785
+▁ordnungsgemäß -10.2127
+▁organisiert -10.6257
+▁organisierte -10.1957
+▁palästinensisch -10.5805
+▁parallel -11.0534
+▁parlamentarisch -10.4757
+▁passier -10.2677
+▁persönlich -9.23234
+▁plädier -11.151
+▁plötzlich -11.1341
+▁politisch -9.28013
+▁politische -7.60185
+▁polizeiliche -11.2784
+▁portugiesische -9.0899
+▁positiv -9.30333
+▁positive -9.25953
+▁praktisch -9.39257
+▁prinzipiell -10.9644
+▁private -9.81063
+▁pro -9.23281
+▁problematisch -10.6099
+▁produzieren -11.2981
+▁profitier -10.4708
+▁präsent -11.1147
+▁präzise -10.5709
+▁prüfen -9.4104
+▁qualifizierte -10.1112
+▁qualitativ -10.7147
+▁radikal -10.7715
+▁radioaktive -10.9503
+▁rasch -9.36616
+▁rassistische -10.63
+▁ratifizier -10.4795
+▁reagier -9.56581
+▁reale -10.632
+▁realisier -10.8318
+▁realistisch -10.4536
+▁rechne -10.9504
+▁recht -8.71827
+▁rechtfertigen -10.6821
+▁rechtliche -9.40937
+▁rechtzeitig -10.4119
+▁reduzier -10.4971
+▁regelmäßig -10.2262
+▁regionale -9.05992
+▁reicht -10.3264
+▁rein -9.7428
+▁relativ -10.2537
+▁religiöse -10.9787
+▁respektiere -10.737
+▁respektiert -10.9644
+▁richtig -8.82447
+▁richtige -9.62657
+▁riesige -10.9504
+▁russische -10.3641
+▁sach -10.6506
+▁sage -9.5893
+▁sagen -7.71894
+▁sagt -9.75063
+▁sagte -9.14091
+▁saubere -11.1174
+▁schade -10.7148
+▁schaffen -8.69781
+▁schafft -10.3957
+▁schein -9.22406
+▁schlage -10.0512
+▁schlecht -9.71675
+▁schließ -9.97748
+▁schließlich -8.88143
+▁schlimm -10.0696
+▁schnell -8.71804
+▁schon -7.92341
+▁schreckliche -10.7833
+▁schriftlich -10.1362
+▁schrittweise -10.4119
+▁schwach -10.7484
+▁schwarz -11.2403
+▁schwedische -9.59784
+▁schwer -8.90844
+▁schwerwiegende -10.0079
+▁schwierig -8.8648
+▁schwäch -10.8346
+▁schädlich -10.6223
+▁schützen -9.72083
+▁sechs -9.64601
+▁sehe -9.93685
+▁sehen -8.94689
+▁sei -8.34029
+▁sein -6.82066
+▁seine -7.57046
+▁seiner -8.27852
+▁seit -8.2018
+▁seiten -9.67515
+▁selbst -7.58064
+▁selten -10.8443
+▁sensible -10.6505
+▁serbische -11.2981
+▁setzen -9.20859
+▁sexuelle -10.3957
+▁sich -5.85999
+▁sicher -7.94384
+▁sicherstell -10.3192
+▁sie -6.02885
+▁sieben -10.3533
+▁sinnvoll -9.74988
+▁so -6.15582
+▁sofort -10.0932
+▁sogenannte -9.62347
+▁solche -7.85392
+▁solidarisch -11.1858
+▁soll -7.46018
+▁sollte -6.95361
+▁sonder -7.35208
+▁sorgen -9.31612
+▁sorgfältig -10.2195
+▁sowie -7.49406
+▁sozial -9.59887
+▁soziale -8.0141
+▁spanische -10.148
+▁speziell -9.69993
+▁spezielle -9.76756
+▁spiel -9.23979
+▁spreche -10.2925
+▁sprechen -8.836
+▁sprich -10.0523
+▁spät -10.3053
+▁später -9.66821
+▁spürbar -11.2036
+▁staatliche -9.59114
+▁stabile -11.0229
+▁stammen -10.9787
+▁stark -8.91103
+▁statt -8.91969
+▁stattfand -11.2036
+▁stattfinde -10.7489
+▁stattfinden -9.73305
+▁stattgefunden -10.6609
+▁steh -8.35006
+▁stehen -8.50553
+▁stehende -9.7907
+▁steig -10.1842
+▁stellen -8.38789
+▁stellt -8.65793
+▁stet -9.47076
+▁stimme -9.7808
+▁stimmen -9.19482
+▁stimmt -9.91435
+▁stolz -10.8072
+▁strafrechtliche -10.7037
+▁strategische -9.9343
+▁streng -10.5812
+▁strenge -9.98584
+▁strukturelle -10.8195
+▁ständig -9.29448
+▁stärken -10.2468
+▁stärker -9.0473
+▁stärkste -10.6402
+▁stützt -11.1341
+▁suchen -9.99731
+▁systematisch -10.2964
+▁sämtliche -9.43468
+▁südliche -10.7484
+▁tatsächlich -8.80577
+▁technisch -10.7331
+▁technische -9.12322
+▁technologische -10.4201
+▁teile -10.1064
+▁teilnehmen -10.4623
+▁teilweise -9.98637
+▁territoriale -11.2592
+▁tief -9.87681
+▁traditionelle -10.5519
+▁tragen -9.30643
+▁transparent -10.1232
+▁treffen -9.53473
+▁trotz -8.9074
+▁träg -10.1513
+▁tun -8.04984
+▁täglich -10.4201
+▁tätig -9.83386
+▁türkische -9.72083
+▁um -6.05562
+▁umfangreiche -10.2195
+▁umfassend -9.97547
+▁umfassende -9.29727
+▁umfaßt -10.6505
+▁umgesetzt -9.56876
+▁umsetz -10.519
+▁umweltpolitisch -11.2785
+▁umzusetzen -10.1407
+▁un -7.6558
+▁unabdingbar -10.8698
+▁unabhängig -9.0473
+▁unannehmbar -10.5805
+▁unbe -9.60153
+▁unbedingt -9.39257
+▁und -4.17304
+▁uneingeschränkt -10.2386
+▁unerläßlich -10.5613
+▁ungefähr -11.038
+▁unmittelbar -9.67292
+▁unmöglich -10.4546
+▁unnötig -10.8072
+▁uns -6.4632
+▁unser -8.30922
+▁unsere -6.83851
+▁unserer -7.63382
+▁unter -7.08941
+▁unterbreiten -10.6099
+▁unterbreitet -10.3798
+▁unterbrochen -10.5241
+▁unterlieg -10.5606
+▁unternommen -9.82414
+▁unterscheide -10.3335
+▁unterschiedlich -9.28096
+▁unterstreich -9.86583
+▁unterstrich -10.8959
+▁unterstütze -9.85546
+▁unterstützen -8.24909
+▁unterstützt -8.87003
+▁untersuchen -10.7484
+▁unterzeichnet -10.2607
+▁unver -10.0947
+▁unverzüglich -10.1111
+▁unzureichend -10.167
+▁ursprünglich -10.3418
+▁ursprüngliche -10.47
+▁usw -9.89512
+▁ver -6.49628
+▁verabschieden -10.5614
+▁verabschiedet -9.87532
+▁verankert -10.8827
+▁veranlass -10.8838
+▁veranlaßt -11.1341
+▁verbessern -9.34091
+▁verbessert -9.83784
+▁verbinde -11.1354
+▁verbleib -11.1707
+▁verbunden -9.30789
+▁verdeutlich -10.8072
+▁verdient -10.3641
+▁verehrte -9.2399
+▁vereinbar -9.78414
+▁verfolgen -9.69273
+▁verfolgt -9.63092
+▁verfüg -8.99451
+▁vergangene -9.15514
+▁vergessen -9.32426
+▁vergleichbar -10.9504
+▁verheerende -11.2218
+▁verhindern -9.45957
+▁verhindert -10.3957
+▁verlange -10.2169
+▁verlangt -10.2332
+▁verleih -10.282
+▁verlier -10.227
+▁verloren -10.2061
+▁verlänger -11.0228
+▁vermeiden -9.87532
+▁vernünftig -10.3795
+▁vernünftige -10.0993
+▁verpflichtet -9.58347
+▁verringer -10.167
+▁verschaff -10.9449
+▁verschieb -11.0228
+▁verschiedene -8.33924
+▁verschoben -11.2784
+▁verschärft -11.1174
+▁versicher -9.73047
+▁versprochen -11.2981
+▁versteh -10.006
+▁verstehen -9.58384
+▁verstärken -10.2748
+▁verstärkt -9.38086
+▁versuche -9.29719
+▁versucht -9.55369
+▁verteidigen -10.4621
+▁verteidigt -11.2218
+▁verteilt -10.6933
+▁vertraue -10.8959
+▁vertraut -11.1858
+▁vertreten -9.07066
+▁verursachen -10.8443
+▁verursacht -10.0078
+▁verurteilen -10.5333
+▁verurteilt -10.0188
+▁verweiger -11.0534
+▁verweise -10.0029
+▁verwendet -9.70869
+▁verwies -10.2678
+▁verwirklichen -11.069
+▁verwirklicht -11.1682
+▁verzichte -10.7715
+▁verändern -10.8959
+▁verändert -9.90438
+▁viel -7.22535
+▁viele -7.69532
+▁vier -8.89806
+▁vierzehn -11.2592
+▁vo -7.66573
+▁voll -8.79366
+▁volle -9.73685
+▁vollkommen -10.2476
+▁vollständig -9.38963
+▁von -5.14388
+▁vor -6.2576
+▁voran -9.11528
+▁vorangegangene -10.6003
+▁voraus -9.66432
+▁vorbereitet -10.4708
+▁vorgelegt -8.71134
+▁vorgenommen -10.0925
+▁vorgeschlagen -8.42155
+▁vorgesehen -8.72077
+▁vorhanden -9.53823
+▁vorher -9.74517
+▁vorlege -10.0039
+▁vorlieg -9.63995
+▁vorliegende -8.94113
+▁vormittag -10.8318
+▁vornehm -10.5633
+▁vorrangig -10.105
+▁vorschlage -10.2524
+▁vorstell -10.4549
+▁vorzu -9.5289
+▁vorzulegen -9.95501
+▁völlig -8.78309
+▁wachsende -10.4742
+▁wahr -9.40684
+▁wahrnehme -10.9815
+▁wahrscheinlich -9.99699
+▁war -7.06847
+▁was -6.80885
+▁we -8.4646
+▁weil -7.53491
+▁weit -8.66279
+▁weiter -7.5877
+▁weitere -8.45606
+▁weiteren -9.17021
+▁weitgehend -10.1294
+▁weitreichende -11.0079
+▁weiß -8.72254
+▁welche -7.89522
+▁weltweit -9.62349
+▁wenig -8.42446
+▁wenige -8.91741
+▁wenigsten -10.2984
+▁wenn -6.47887
+▁wer -9.33944
+▁werde -8.54833
+▁werden -5.53511
+▁werte -10.3997
+▁wertvolle -10.5614
+▁wesentlich -8.9381
+▁wesentliche -9.19135
+▁westliche -10.857
+▁wichtig -7.73093
+▁wichtige -8.30691
+▁wichtiger -9.4706
+▁wichtigste -9.07771
+▁wider -9.61267
+▁widerspiegel -10.661
+▁widersprüchlich -11.2592
+▁widmen -10.5902
+▁wie -6.09202
+▁wieder -7.89799
+▁wiederhole -9.66551
+▁wiederholt -10.167
+▁will -8.30289
+▁wir -4.75732
+▁wirklich -7.96311
+▁wirksame -9.42552
+▁wirtschaftliche -8.19799
+▁wissen -8.23114
+▁wo -7.58537
+▁wohl -8.9379
+▁wollen -7.85455
+▁wollte -9.36928
+▁wurde -6.72234
+▁während -8.3168
+▁wäre -7.7802
+▁wünsche -9.42551
+▁wünschenswert -10.7484
+▁wünscht -10.8443
+▁würde -7.54427
+▁z -9.46807
+▁zahlreiche -9.01062
+▁zehn -9.67682
+▁zeigen -9.74151
+▁zeigt -9.31878
+▁zentrale -9.8898
+▁zerstört -10.8959
+▁ziehen -9.47144
+▁ziemlich -10.3798
+▁zitiere -10.7037
+▁zivile -10.5613
+▁zu -4.74472
+▁zufrieden -10.0398
+▁zugelassen -10.6302
+▁zugrunde -10.076
+▁zugänglich -10.8443
+▁zukünftig -10.2468
+▁zulässig -10.6102
+▁zum -6.70899
+▁zumindest -9.30519
+▁zunehmende -10.3146
+▁zur -6.25131
+▁zurück -8.25329
+▁zurückzuführen -10.3568
+▁zusammen -8.61601
+▁zusammenhäng -11.0655
+▁zustimmen -9.55501
+▁zuständig -9.19539
+▁zusätzlich -10.3856
+▁zusätzliche -9.39633
+▁zwa -7.95113
+▁zwangsläufig -10.7952
+▁zweckmäßig -10.9365
+▁zwei -7.90022
+▁zweifel -9.38086
+▁zweite -8.91856
+▁zweiten -8.43062
+▁zwischen -7.35095
+▁zwölf -11.0534
+▁zählt -10.8959
+▁zügig -10.6402
+▁Änderung -8.52799
+▁Änderungsantrag -8.26788
+▁Ärzte -10.5709
+▁Äthiopien -10.6505
+▁Äußerung -10.4882
+▁Über -8.5689
+▁Überarbeitung -11.069
+▁Übereinkommen -9.25006
+▁Übereinstimmung -10.148
+▁Übergang -9.70502
+▁Überlegung -9.75851
+▁Überprüfung -9.91932
+▁Übertragung -10.5613
+▁Überwachung -9.60874
+▁Überzeugung -9.97039
+▁ähnlich -10.5931
+▁ähnliche -10.1975
+▁ältere -10.4201
+▁ändern -9.57283
+▁äußer -9.50201
+▁äußerst -8.59506
+▁öffentlich -9.40692
+▁öffentliche -8.61967
+▁öffne -10.9365
+▁ökonomische -10.8698
+▁örtliche -10.8443
+▁österreichische -9.99161
+▁über -5.96788
+▁übereinstimme -10.9503
+▁überflüssig -10.9932
+▁übermittelt -10.7043
+▁übernehmen -9.69766
+▁übernommen -10.1294
+▁überprüfen -10.5902
+▁überprüft -10.8072
+▁überrascht -11.1683
+▁übertragen -10.128
+▁überwachen -11.069
+▁überwinden -10.9644
+▁überzeugen -10.1734
+▁überzeugt -9.63467
+▁üblich -10.202
+▁übrig -10.9211
+▁übrigen -8.70773
diff --git a/tests/sentencepiece/vocabs.en.expected b/tests/sentencepiece/vocabs.en.expected
index 2123695..4a89226 100644
--- a/tests/sentencepiece/vocabs.en.expected
+++ b/tests/sentencepiece/vocabs.en.expected
@@ -1,3980 +1,4000 @@
-& -11.478
-( -7.00264
-, -11.1533
-- -5.58558
-. -7.29951
-.00 -10.9248
-.30 -10.2658
-/ -7.41215
-0 -7.84772
-0.5 -11.5328
-000 -11.171
-1 -8.60791
-2 -8.21043
-3 -8.42137
-4 -8.26866
-5 -7.45202
-6 -8.28087
-7 -8.29302
-8 -8.65509
-9 -8.77268
-91 -10.1595
-93; -10.508
-; -5.49362
+& -11.4812
+( -7.05868
+) -7.04807
+, -3.38486
+- -5.58887
+. -7.30311
+.00 -10.9811
+.30 -10.3218
+/ -7.4682
+0 -7.85728
+0.5 -11.5891
+000 -11.174
+1 -8.61346
+2 -8.21784
+2001 -9.37612
+3 -8.36703
+4 -8.27188
+5 -7.4537
+6 -8.2091
+7 -8.29581
+8 -8.65872
+9 -8.79218
+91 -10.2153
+93 -10.199
+: -7.08557
+; -5.47007
</s> 0
<unk> 0
-@ -4.92368
-A -8.98678
-AL -10.6125
-AN -10.4633
-AP -10.573
-AT -10.5556
-Alba -11.2389
-B -9.45392
-C -8.75821
-CB -10.1868
-CE -10.8171
-CP -9.56024
-Cor -10.6224
-D -9.53298
-DP -10.7057
-DR -10.7612
-E -9.09949
-ED -11.2848
-EEC -11.0999
-EN -10.8251
-F -8.95159
-FE -10.5504
-FP -10.8254
-G -9.92486
-H -10.4956
-HAR -11.5285
-I -8.88002
-K -10.805
-Kenn -11.3492
-L -9.47911
-M -9.68856
-N -9.20995
-NS -10.9696
-O -8.33494
-OD -11.0539
-OLA -10.0387
-P -9.3036
-PAR -11.4474
-PE -9.7946
-PP -10.9661
-R -9.1839
-REG -10.4206
-ROM -11.4737
-S -9.08617
-SA -10.7825
-SE -9.30952
-T -9.16915
-TA -10.3217
-U -9.66585
-a -6.38978
-ab -8.89338
-abilit -9.20868
-able -6.58736
-abour -11.0145
-about -6.82788
-ac -8.57743
-ack -9.97682
-activ -11.1279
-age -8.77381
-ague -10.9632
-aid -9.08365
-ain -9.1636
-ak -9.46092
-aker -10.8668
-akis -10.4791
-al -6.5781
-all -8.5725
-ally -7.89285
-alogue -11.0816
-ama -10.5207
-ambiguous -11.1373
-amount -11.2145
-amp -9.73596
-ampere -10.2983
-an -7.53936
-ana -9.87732
-anagement -11.6467
-ance -8.01651
-and -9.0682
-ang -9.37469
-angi -10.8062
-ann -10.3167
-annoye -10.9161
-annual -11.1534
-ant -8.43949
-ap -9.56937
-apos -5.69255
-ar -7.4676
-arcel -10.6575
-ard -8.86532
-arder -10.8413
-around -9.24159
-ary -7.4876
-asmu -11.4815
-at -8.24103
-ate -8.35804
-ated -9.07718
-ating -9.3228
-ation -7.00111
-ative -9.47204
-ato -10.0497
-au -9.30989
-aught -10.5389
-av -9.53312
-b -8.04664
-ba -10.3701
-back -11.135
-be -9.52516
-ber -9.15224
-bi -9.58632
-ble -9.05263
-bo -9.38767
-board -10.9733
-body -9.90191
-bon -8.95972
-bourg -9.55099
-bow -11.0053
-broad -11.2145
-bureaucratic -10.6525
-bus -10.6666
-by -9.44357
-c -7.09712
-ca -9.32682
-came -10.6629
-cation -9.72179
-cause -6.8464
-ce -6.62092
-ch -7.98717
-chelon -11.0817
-cient -11.3487
-cientific -11.3932
-ck -9.24357
-clear -10.7782
-clusion -10.2077
-co -9.18367
-cofin -11.5864
-coming -8.58812
-company -9.69765
-conceiv -11.2398
-conciliation -10.8968
-control -11.2148
-corporation -11.0288
-craft -9.77264
-cussion -11.1563
-cy -8.32031
-d -5.10654
-dam -10.7578
-day -7.4677
-ddiction -11.6481
-declar -10.6153
-deed -8.3695
-dford -10.8145
-did -8.44276
-do -9.78942
-dominant -11.0463
-done -8.16043
-dorf -11.3254
-drew -11.1567
-ducation -10.9949
-during -8.19189
-e -4.95191
-each -8.29708
-ealth -9.7317
-ean -8.88945
-ear -9.97233
-ebru -10.0841
-echnical -11.6166
-eclaration -11.3484
-ecretariat -11.0644
-ecurit -9.78173
-ed -4.39168
-efence -10.6378
-eft -10.1027
-egovi -11.5037
-eij -10.1222
-eira -11.35
-el -8.45416
-eland -9.67023
-elecommunication -10.0579
-ell -8.85043
-ember -9.06698
-employment -9.90386
-empt -10.4585
-en -5.73258
-ence -8.69864
-enezuela -11.4737
-engen -10.3642
-ent -8.60282
-eople -9.62742
-eparation -11.2374
-ept -9.66886
-er -6.39124
-ergy -10.5769
-erheugen -10.7608
-erland -10.612
-ern -9.07124
-erra -10.8546
-ers -7.96455
-erusal -11.2386
-es -6.96478
-ese -9.79602
-esearch -10.4393
-est -8.14354
-et -8.47381
-ev -9.79155
-ever -6.92584
-ez -10.1418
-f -7.76343
-ff -9.78075
-fi -10.3465
-fold -10.9475
-franc -11.5572
-front -11.4244
-ful -8.36512
-g -7.36948
-ga -9.59526
-gan -9.9813
-ge -9.50745
-gen -9.71353
-gencies -10.8354
-genda -10.7865
-gging -11.3017
-gh -10.3407
-given -7.93981
-giving -9.2331
-gne -10.8283
-go -9.57377
-gone -10.205
-grade -10.8666
-graph -11.0463
-gun -10.5698
-h -7.34707
-half -8.0213
-hap -8.49244
-he -9.35168
-head -9.90182
-hind -9.10789
-hip -9.34604
-hne -10.7265
-ho -9.55226
-hol -10.2475
-hood -10.9811
-i -6.68814
-ia -8.86592
-ial -9.10997
-ian -9.26914
-ic -7.70573
-ical -8.95592
-ice -8.76189
-ick -10.1344
-id -8.92211
-ide -9.83578
-ier -9.61125
-ies -6.22345
-if -6.40823
-ification -9.7196
-ight -9.37452
-ign -9.63315
-ij -10.6188
-ik -9.96755
-il -8.10671
-ility -8.82781
-ill -8.76239
-imbabwe -9.87503
-in -6.58516
-inci -10.9737
-ine -9.49127
-ing -4.45081
-ingdom -9.72533
-institutional -10.4954
-inute -9.78669
-ion -6.64761
-ious -9.56415
-ip -10.0513
-ire -9.76884
-irk -11.5573
-is -7.95765
-isation -8.95413
-iscal -10.8861
-ise -8.73084
-ised -9.18925
-ish -7.74114
-ism -9.03367
-ist -8.59669
-istic -10.573
-istration -11.5286
-it -7.7857
-ither -8.93991
-ities -9.85176
-itorino -10.8568
-ity -7.4141
-iv -9.25983
-ive -8.01587
-iz -10.541
-j -8.7926
-justice -9.22304
-k -8.0873
-ka -10.1484
-ke -10.0178
-known -11.6253
-l -6.74134
-laid -9.77613
-land -9.05327
-lands -9.82563
-lax -10.4434
-lbei -11.1019
-ld -8.95717
-le -7.05915
-led -8.98821
-ler -10.334
-less -7.86121
-li -8.85641
-lin -9.79999
-line -9.92893
-ling -9.3806
-lo -8.59573
-lock -10.5829
-long -10.1112
-loo -10.8858
-low -10.5019
-lso -6.12454
-luc -11.3278
-lum -8.93191
-ly -4.65289
-m -5.45828
-made -7.20498
-man -9.19728
-mar -9.82687
-marine -10.4788
-mark -9.75408
-mas -10.6682
-mbassador -11.5865
-ment -7.7079
-metric -11.0776
-mission -10.1732
-misunderstanding -11.2373
-mitt -10.6864
-most -8.70931
-mployment -10.5749
-n -5.99569
-na -9.10338
-nberg -11.2594
-nburg -10.9958
-nche -10.9973
-nd -9.4488
-ndustry -10.4583
-negro -11.3136
-nel -10.1753
-ner -9.73716
-ness -8.00432
-new -11.3509
-next -8.16516
-nformation -11.6166
-nha -10.6031
-night -10.647
-nivers -11.0726
-not -7.41136
-nough -8.8024
-nt -9.02522
-ntergovernmental -9.32457
-nternal -10.3403
-nternational -9.80209
-nutrition -11.3724
-o -6.77845
-ob -10.2143
-ober -10.2368
-oboda -10.774
-oc -9.68818
-ocrat -11.3487
-og -9.58691
-oint -10.3009
-ok -8.76587
-oli -10.28
-olidar -9.4971
-ollar -11.5864
-ollege -10.8712
-ology -10.9723
-om -8.89424
-on -6.88082
-ona -10.3278
-onciliation -10.8695
-ond -9.1517
-one -7.85963
-onitor -10.7342
-ood -9.84036
-ooperation -10.734
-ope -8.80159
-opical -11.2584
-opoulo -11.0463
-or -7.7037
-oreign -9.93666
-ork -10.6885
-orn -10.6242
-orrow -8.77299
-ors -8.86368
-ory -8.82745
-ose -7.09692
-other -8.20367
-oto -10.825
-otti -11.0738
-ou -9.63039
-ought -8.35168
-ould -5.77073
-our -9.11144
-ourism -10.6857
-ous -8.28521
-out -7.48387
-ov -9.93814
-over -8.79847
-ow -9.38789
-p -6.88849
-per -9.52641
-petition -10.6264
-pin -10.3903
-pite -10.2524
-place -11.1132
-pleasant -11.6337
-po -9.30699
-pol -9.56105
-position -10.1896
-pover -9.33331
-pp -9.4435
-precedent -10.585
-productive -10.4048
-promising -11.0463
-proxim -11.2373
-pu -10.3319
-qu -9.20805
-quality -8.49669
-que -9.51541
-quot -7.3673
-r -6.50866
-ra -8.54786
-rac -9.71415
-rak -10.823
-ramework -10.7605
-ransport -10.2113
-raw -10.7238
-re -7.04214
-rea -9.98534
-read -7.46618
-reb -10.9841
-refore -6.96965
-rela -10.8236
-ren -8.23098
-respo -11.1441
-rez -10.7437
-ri -7.9212
-right -10.9298
-ril -9.87862
-riminal -11.0808
-rish -10.2043
-rising -10.2467
-rker -11.4216
-roactive -10.9765
-rofessor -11.3026
-roi -11.2149
-rosecutor -10.9099
-rotection -10.8707
-rotocol -11.0458
-row -10.5306
-rr -9.33911
-ru -9.97968
-rust -10.5647
-ry -8.95012
-s -3.0636
-same -7.51564
-satisfactor -11.5057
-scape -10.8147
-self -7.80192
-selves -8.68831
-set -9.93493
-sh -8.82899
-sibl -10.8438
-side -9.16304
-sinki -9.78841
-ski -10.4536
-space -10.8932
-spect -10.3858
-spread -10.8353
-sselt -11.3725
-st -6.78835
-stabili -10.8244
-standing -10.4113
-stead -8.97231
-stein -10.9492
-sterda -9.242
-stock -11.4514
-str -8.94359
-strich -10.735
-sumption -9.78271
-suppose -11.1371
-t -6.10088
-ta -9.25865
-tag -10.7016
-taken -7.81096
-taking -8.47142
-tar -10.2537
-te -7.8283
-tember -9.93158
-ten -8.00775
-tention -8.41387
-ter -8.07771
-tergovernmental -10.5303
-terran -9.06861
-th -7.88672
-the -8.43277
-ther -7.22283
-thing -7.36821
-though -8.33352
-ti -9.16977
-tic -8.90839
-time -9.74976
-ting -8.60185
-tion -8.33147
-to -9.32775
-together -11.2576
-ton -9.90121
-tra -9.36324
-tract -10.5491
-truck -10.9026
-tructural -9.40921
-ttle -10.1696
-tuna -11.6481
-ture -10.0187
-ty -7.73165
-u -7.44757
-uaestor -11.2932
-ual -9.96128
-uar -9.67
-ub -9.99459
-ublin -10.5817
-uch -6.5668
-udge -11.5894
-ue -9.62201
-uestion -10.0246
-uff -10.1294
-ug -9.53957
-ugoslavia -10.2118
-ul -8.37723
-um -7.68982
-und -9.25329
-undamental -9.57036
-uner -10.7495
-ung -10.7564
-unt -10.235
-uous -10.8119
-up -9.65317
-ur -7.83799
-ural -10.3166
-ure -9.53244
-ureau -10.4588
-urg -10.6158
-urricane -11.4474
-us -7.95465
-ut -8.43169
-uzz -11.5571
-v -8.58128
-valu -11.3989
-ve -8.38854
-ver -9.1644
-very -6.64098
-vi -9.0561
-vic -9.77126
-view -11.4774
-visual -10.3065
-vo -9.39791
-w -8.16207
-wards -10.0133
-water -11.0771
-way -8.69941
-ways -8.38288
-weg -10.7224
-were -7.73672
-what -10.0815
-where -9.32439
-whil -10.6152
-wide -10.7386
-wise -9.22504
-witz -10.6855
-work -10.5593
-worth -11.5057
-x -8.88701
-xternal -10.8003
-y -4.46105
-yet -8.36312
-z -8.30722
-zem -11.1195
-zero -10.8008
-zone -10.7293
-▁ -3.79478
-▁& -5.51208
-▁) -6.99203
-▁, -3.32922
-▁- -6.40708
-▁. -3.61344
-▁... -10.1748
-▁00 -8.88211
-▁000 -9.04798
-▁012 -11.5571
-▁015 -11.5571
-▁016 -11.2586
-▁017 -11.3486
-▁020 -11.6168
-▁021 -11.5571
-▁06 -10.8426
-▁1 -8.52379
-▁10 -9.10793
-▁100 -10.2178
-▁11 -9.13357
-▁12 -8.98153
-▁13 -9.43395
-▁14 -9.30412
-▁15 -8.98424
-▁16 -9.97821
-▁17 -9.99023
-▁18 -9.88113
-▁19 -9.50917
-▁197 -10.6158
-▁198 -9.81766
-▁199 -8.47932
-▁1990 -10.6768
-▁1998 -8.96172
-▁1999 -8.27984
-▁2 -8.85075
-▁20 -9.01692
-▁200 -8.94174
-▁2000 -7.68333
-▁2001 -9.32225
-▁2003 -10.605
-▁201 -10.5826
-▁21 -9.74433
-▁22 -10.2051
-▁23 -10.2747
-▁24 -10.0021
-▁25 -9.56792
-▁26 -10.4893
-▁27 -10.5616
-▁28 -10.3072
-▁29 -10.5778
-▁3 -8.70353
-▁30 -9.55921
-▁300 -10.67
-▁31 -10.5401
-▁32 -10.8449
-▁35 -10.5323
-▁36 -11.0147
-▁37 -10.3855
-▁38 -10.9808
-▁4 -8.71368
-▁40 -9.59984
-▁42 -10.8307
-▁45 -10.8619
-▁48 -10.9487
-▁5 -8.56729
-▁50 -9.53999
-▁500 -10.7142
-▁6 -8.82471
-▁60 -10.0658
-▁7 -9.00154
-▁70 -10.4506
-▁8 -9.08809
-▁80 -10.1756
-▁9 -9.21535
-▁90 -10.4795
-▁95 -10.8455
-▁99 -11.0649
-▁: -7.02953
-▁; -8.06895
-▁? -6.93514
-▁A -7.55589
-▁AIDS -11.029
-▁Act -11.5273
-▁Action -10.8431
-▁Affairs -8.56357
-▁Africa -8.9125
-▁African -9.70764
-▁Agenc -10.9043
-▁Agreement -9.92476
-▁Agricultur -9.8432
-▁Aid -10.5846
-▁Al -9.9754
-▁Albania -11.3461
-▁Albanian -10.5939
-▁Algeria -10.8145
-▁Alliance -10.4206
-▁Amendment -8.3558
-▁America -9.7998
-▁American -9.40433
-▁Amsterdam -9.35348
-▁Anders -11.5571
-▁Angola -10.7739
-▁Annex -11.0638
-▁Ap -9.89596
-▁Article -8.37365
-▁Asia -10.5929
-▁Assembly -10.0975
-▁Association -11.0638
-▁Atlanti -10.916
-▁Auditors -9.78242
-▁August -11.0638
-▁Austria -9.03533
-▁Austrian -9.50546
-▁Authorit -11.4474
-▁B -7.50087
-▁Balkan -11.1686
-▁Balkans -9.52929
-▁Bangladesh -10.6853
-▁Bank -9.39597
-▁Bar -10.0884
-▁Barnier -10.7608
-▁Bas -10.126
-▁Beh -11.3488
-▁Bel -10.4644
-▁Belgi -10.3658
-▁Belgian -10.5501
-▁Berg -11.1967
-▁Berl -10.2278
-▁Birdal -11.2804
-▁Blok -11.4218
-▁Bo -10.1964
-▁Bolke -11.1184
-▁Bosnia -10.6613
-▁Brit -8.90063
-▁Brussels -9.46508
-▁Budget -9.40942
-▁Buiten -10.7873
-▁Burma -10.2982
-▁Burundi -11.5571
-▁Bush -11.5285
-▁Byrne -11.1373
-▁C -7.68223
-▁CFS -11.0463
-▁CO -10.774
-▁COM -10.1043
-▁COS -10.8714
-▁Cairo -11.2165
-▁Cambodia -11.0463
-▁Canad -10.7478
-▁Car -10.4093
-▁Categor -11.5571
-▁Central -9.45087
-▁Centre -10.0198
-▁Chairm -11.0638
-▁Chamber -9.67534
-▁Charter -8.9088
-▁Chechnya -10.16
-▁Chi -10.107
-▁Chin -9.0822
-▁Christ -11.557
-▁Christian -9.96525
-▁Citizen -10.4299
-▁Co -9.23263
-▁Cohe -10.8718
-▁Colo -10.8869
-▁Colombia -11.0121
-▁Commission -5.90929
-▁Commissioner -7.2298
-▁Committee -7.44388
-▁Common -10.3663
-▁Communis -11.029
-▁Communit -7.42603
-▁Confedera -10.916
-▁Conference -8.73248
-▁Conservative -10.8568
-▁Constitution -10.7478
-▁Consumer -10.0908
-▁Control -10.0709
-▁Convention -8.73248
-▁Council -6.6325
-▁Countr -11.0817
-▁Court -8.80375
-▁Cuba -10.638
-▁Cultur -10.6733
-▁Cypr -9.96523
-▁Cypriot -11.3026
-▁Czech -10.735
-▁D -8.20547
-▁DE -10.0142
-▁Da -10.4601
-▁Dan -9.77851
-▁Davi -10.9018
-▁Dec -9.46878
-▁Decision -11.3968
-▁Democrac -11.4474
-▁Democrat -9.85994
-▁Democrats -9.68787
-▁Den -10.0083
-▁Development -9.51271
-▁Diamantopoulou -11.5285
-▁Directive -9.50897
-▁Director -11.6478
-▁Directorate -10.7351
-▁Do -10.7446
-▁Du -10.4569
-▁Dut -10.4829
-▁E -7.96898
-▁EC -9.38287
-▁ECH -10.1458
-▁EDF -11.3486
-▁EL -10.4889
-▁EMA -10.8568
-▁EMU -10.6853
-▁EU -7.20463
-▁EUR -8.46579
-▁East -9.53964
-▁Easter -10.2261
-▁Economic -9.79727
-▁Egypt -11.5571
-▁El -10.3541
-▁En -10.2205
-▁Engl -11.1385
-▁English -10.4982
-▁Environment -9.32509
-▁Equal -11.6781
-▁Erika -10.5182
-▁Ethiopia -10.4022
-▁Eur -10.9093
-▁Euro -9.07638
-▁Eurodac -10.7098
-▁Europe -6.78555
-▁European -5.61998
-▁Evan -11.3486
-▁F -7.90208
-▁FR -9.97793
-▁Feira -9.6407
-▁Fift -10.9273
-▁Fiji -10.4682
-▁Financi -10.947
-▁Finland -9.91912
-▁Finn -10.6975
-▁Fir -11.5072
-▁Fischler -10.539
-▁Fisher -10.5495
-▁Floren -11.3253
-▁Fontain -11.5865
-▁Food -11.083
-▁For -10.3792
-▁Fra -10.7394
-▁Franc -9.04983
-▁Free -10.4207
-▁Freedom -10.1043
-▁French -8.54487
-▁Friday -9.81743
-▁Fund -8.81512
-▁G -8.41094
-▁GMO -10.1818
-▁Galla -11.5609
-▁General -9.40604
-▁Geneva -10.1672
-▁Georgia -10.9009
-▁German -8.85101
-▁Go -9.94192
-▁Government -8.56212
-▁Gra -10.8642
-▁Great -10.6732
-▁Greece -9.23588
-▁Greek -9.78735
-▁Green -9.94112
-▁Greens -9.98392
-▁Group -7.88101
-▁Gu -10.2489
-▁Guinea -10.774
-▁H -8.27097
-▁HIPC -11.3253
-▁Ha -9.53689
-▁Haider -10.5817
-▁Head -10.478
-▁Hel -9.70312
-▁Herz -11.3253
-▁High -10.1818
-▁Hol -11.0265
-▁Hom -10.3158
-▁Hous -7.95426
-▁Hu -10.8062
-▁Hult -11.0826
-▁Human -9.38934
-▁I -4.81295
-▁ICA -11.0483
-▁IGC -9.66218
-▁II -10.2039
-▁INTE -10.4113
-▁Independent -11.3253
-▁India -10.5606
-▁Indonesia -11.029
-▁Initiative -11.5571
-▁Institut -11.5571
-▁Inter -10.8425
-▁Internet -9.37287
-▁Investment -11.2165
-▁Ir -9.87018
-▁Iran -10.3675
-▁Iraq -9.81546
-▁Iraqi -10.8338
-▁Islam -11.4218
-▁Israel -9.91649
-▁Israeli -10.463
-▁Ital -9.77914
-▁Italian -9.95946
-▁J -8.71552
-▁Jan -9.7359
-▁Japan -10.8008
-▁Jew -10.6265
-▁Ju -9.84675
-▁Jun -9.65297
-▁Just -9.45194
-▁K -8.53936
-▁Kara -10.5818
-▁Kat -10.9508
-▁Khmer -11.6168
-▁Kinnock -10.6379
-▁Kla -11.501
-▁Ko -10.5956
-▁Korea -10.6855
-▁Kosovar -11.6481
-▁Kosovo -8.82238
-▁Kurd -10.6975
-▁L -8.69346
-▁LEADER -10.3931
-▁LI -10.5718
-▁La -9.73621
-▁Lanka -11.1761
-▁Latin -10.6379
-▁Le -9.79156
-▁Leban -11.1961
-▁Lega -9.83882
-▁Leone -10.9968
-▁Li -9.94053
-▁Liberal -9.72978
-▁Lieneman -11.1565
-▁Lis -9.06913
-▁Lom -10.6863
-▁London -11.3253
-▁Lu -10.0628
-▁Luxembourg -10.29
-▁M -7.89286
-▁MEDA -10.1745
-▁MEDIA -10.916
-▁MEP -9.33133
-▁Ma -9.29312
-▁Maa -10.7009
-▁Maat -10.8771
-▁Macedonia -10.5601
-▁Madam -8.08193
-▁Malta -11.0463
-▁Mar -9.51458
-▁March -9.7538
-▁Market -10.3064
-▁May -9.61882
-▁McCart -11.5285
-▁Medi -8.88725
-▁Member -6.55931
-▁Members -8.21283
-▁Mexic -10.3575
-▁Midd -10.1248
-▁Mil -10.2715
-▁Minister -8.67403
-▁Moldova -11.1761
-▁Molucca -11.4737
-▁Monda -10.6504
-▁Monet -10.1529
-▁Monte -11.3026
-▁Monti -10.8712
-▁Morgan -11.2586
-▁Morocc -10.0579
-▁Mosco -11.4218
-▁Mozambique -10.4206
-▁Mr -5.6589
-▁NAF -11.0121
-▁NAT -9.52784
-▁NGO -9.69766
-▁Na -10.23
-▁Nation -9.33634
-▁National -10.8777
-▁Nazi -11.3969
-▁Ne -9.69975
-▁New -10.1605
-▁Nic -9.91999
-▁Nielson -10.4394
-▁No -8.07689
-▁Nord -10.5496
-▁North -9.7439
-▁Nos -9.42917
-▁Nov -10.039
-▁O -8.89274
-▁OS -10.8868
-▁Objective -10.7478
-▁Oc -10.169
-▁Office -8.88849
-▁Olympic -11.5285
-▁Ombudsman -10.2422
-▁Organisation -10.204
-▁P -7.57751
-▁Pac -10.0508
-▁Palacio -10.2191
-▁Palestinian -9.89684
-▁Papa -11.6484
-▁Paper -9.54707
-▁Paraguay -10.9954
-▁Paris -10.5111
-▁Parliament -6.34385
-▁Part -8.74641
-▁Patent -10.7873
-▁Patten -9.75815
-▁Peru -11.0291
-▁Petition -10.6264
-▁Pi -10.5089
-▁Plus -11.6168
-▁Po -9.46327
-▁Policy -9.33446
-▁Portug -10.0579
-▁Portugues -8.91085
-▁Presidency -8.37486
-▁President -6.15452
-▁Prim -10.16
-▁Pro -10.6133
-▁Procedure -9.7205
-▁Prod -9.41123
-▁Programme -10.3232
-▁Public -9.81235
-▁R -8.7321
-▁Ra -10.1031
-▁Racism -11.5285
-▁Re -9.87568
-▁Reform -10.4299
-▁Refugee -11.4474
-▁Region -10.1248
-▁Regulation -9.77752
-▁Report -10.6379
-▁Representative -10.4206
-▁Republic -9.60709
-▁Resolution -11.3026
-▁Rights -8.57086
-▁Ro -10.03
-▁Rom -10.0617
-▁Romania -10.916
-▁Roth -10.9358
-▁Rouge -11.6168
-▁Rui -11.197
-▁Rule -9.18595
-▁Russia -9.77504
-▁Russian -10.1009
-▁S -7.41646
-▁SME -10.25
-▁Safe -11.4737
-▁Sahara -11.1565
-▁Salvador -11.5571
-▁Sch -9.30791
-▁Schmid -11.5865
-▁Schr -10.5967
-▁Scot -10.1458
-▁Sea -10.274
-▁Secretar -10.4203
-▁Sellafield -10.9314
-▁Sep -9.7848
-▁Serb -10.8762
-▁Serbia -9.78569
-▁Si -10.3345
-▁Social -9.70655
-▁Socialist -9.40281
-▁Sol -9.98312
-▁South -9.32821
-▁Spain -9.7205
-▁Spani -9.94192
-▁Speci -10.6975
-▁Sport -11.1761
-▁Sta -9.89986
-▁Stabili -10.4492
-▁State -8.16427
-▁States -6.66721
-▁Statute -11.4218
-▁Stra -9.44804
-▁Su -10.2133
-▁Summit -9.20506
-▁Sw -10.2988
-▁Swed -8.69454
-▁Syria -10.7873
-▁T -8.01653
-▁Taiwan -11.3724
-▁The -9.28281
-▁Thir -11.1565
-▁Thor -11.2804
-▁Thursday -10.2578
-▁Tibet -10.1529
-▁Time -10.5817
-▁Timor -11.3968
-▁Tob -10.9798
-▁Trade -10.0975
-▁Treat -7.93144
-▁Tuesday -11.2586
-▁Tunisia -10.0136
-▁Turk -9.43678
-▁Turkey -8.75689
-▁U -10.0251
-▁UK -9.72514
-▁UN -9.04056
-▁UR -10.7875
-▁US -9.91348
-▁USA -10.6041
-▁Union -6.39052
-▁Unit -8.15641
-▁W -8.94936
-▁WTO -9.70673
-▁Wall -10.6986
-▁War -10.8182
-▁Wat -10.9821
-▁We -10.4783
-▁Wednesday -11.1373
-▁West -10.752
-▁Western -10.1966
-▁White -9.7923
-▁Wom -10.7748
-▁Work -11.1963
-▁World -9.35669
-▁a -4.17674
-▁abandon -10.5182
-▁abilit -9.8655
-▁abolish -10.2738
-▁abolition -11.1373
-▁above -8.97013
-▁absence -10.4879
-▁absolute -8.87452
-▁abstain -10.1891
-▁absurd -10.6496
-▁abuse -9.59295
-▁acced -11.5865
-▁accelerat -11.1373
-▁accept -7.82952
-▁access -8.64069
-▁accessib -10.8871
-▁accession -9.27009
-▁accident -10.156
-▁accidents -9.95096
-▁accommodat -10.916
-▁accompanie -10.6732
-▁accompany -11.4475
-▁accompli -11.3724
-▁accord -9.07141
-▁according -8.62163
-▁account -8.03461
-▁accumulat -11.5865
-▁accus -10.2578
-▁achiev -9.07119
-▁achieve -8.17937
-▁achievement -10.4726
-▁acknowledg -11.3445
-▁acknowledge -9.81831
-▁acquir -10.4022
-▁acquis -10.2982
-▁across -9.35348
-▁act -8.38369
-▁action -7.48012
-▁active -9.15997
-▁activit -9.46692
-▁activities -8.84052
-▁actual -8.34413
-▁acute -11.3253
-▁adapt -9.61122
-▁add -8.65956
-▁addition -8.91275
-▁additional -9.36925
-▁additionality -10.308
-▁additive -10.026
-▁address -8.57379
-▁adequate -9.46867
-▁adher -10.6614
-▁adjourn -11.0121
-▁adjust -11.1179
-▁adjustment -10.7876
-▁administer -11.3253
-▁administration -9.29748
-▁administrative -9.40267
-▁admir -11.4738
-▁admit -10.3672
-▁admitted -10.6614
-▁adopt -7.47371
-▁adult -11.1373
-▁advance -9.8537
-▁advantage -9.46867
-▁adverse -10.7223
-▁advertis -11.029
-▁advi -9.88741
-▁advise -10.671
-▁advocat -11.5242
-▁advocate -10.1829
-▁affair -9.57863
-▁affect -8.53353
-▁affirm -11.1761
-▁afford -10.1043
-▁afr -10.4129
-▁after -8.04235
-▁afternoon -10.1672
-▁again -6.97202
-▁age -9.27529
-▁agenc -10.6423
-▁agenda -8.6175
-▁aggressi -11.5285
-▁ago -8.75643
-▁agree -7.77415
-▁agreement -7.82408
-▁agreements -8.84809
-▁agricultur -9.49635
-▁agricultural -8.88327
-▁aid -7.76548
-▁aim -8.38245
-▁air -8.51546
-▁airline -10.5605
-▁airport -9.9535
-▁al -6.73527
-▁alarm -10.6497
-▁alcohol -9.56272
-▁alert -11.2809
-▁all -6.07905
-▁alleged -11.2804
-▁alleviat -11.2374
-▁alliance -11.2587
-▁allocat -9.73319
-▁allocation -10.5419
-▁allow -8.11886
-▁allowed -9.51054
-▁along -9.31345
-▁alternative -9.45441
-▁am -7.03003
-▁ambiguit -11.5571
-▁ambition -10.2738
-▁ambitious -9.75336
-▁amend -9.78458
-▁amended -10.1784
-▁amendment -7.36817
-▁among -8.7657
-▁amount -8.84926
-▁an -5.93246
-▁analys -11.288
-▁analyse -10.5741
-▁analysi -9.56821
-▁and -3.98591
-▁animal -9.16983
-▁annex -11.1761
-▁announc -9.87503
-▁annual -9.32872
-▁answer -8.61576
-▁anti -9.50307
-▁antibiotic -11.3026
-▁anticipat -10.6379
-▁antisemitism -11.6481
-▁anxious -11.5865
-▁any -6.89238
-▁apart -9.79233
-▁apolog -10.8147
-▁appalling -11.0999
-▁apparent -9.86965
-▁appeal -9.69316
-▁appear -9.00791
-▁applau -9.7486
-▁applicab -10.4299
-▁applicant -9.9535
-▁application -8.87849
-▁applie -8.62343
-▁apply -8.64532
-▁appoint -10.7474
-▁appointment -10.6737
-▁appreciat -10.6924
-▁appreciate -10.1487
-▁approach -8.21925
-▁appropriate -8.64525
-▁appropriation -9.53165
-▁approval -9.72978
-▁approve -8.70701
-▁approving -11.3486
-▁approximate -10.5927
-▁arbitrar -11.3026
-▁are -5.2223
-▁area -7.08954
-▁argue -10.2422
-▁argument -9.56668
-▁arise -10.0288
-▁arm -9.246
-▁arrang -11.1961
-▁arrangement -9.77264
-▁arrest -10.43
-▁arrive -10.2115
-▁art -11.1226
-▁article -10.026
-▁artificial -11.5007
-▁as -5.41206
-▁ascertain -11.6481
-▁ask -7.59331
-▁aspect -8.48631
-▁aspiration -11.1184
-▁assembl -10.8425
-▁assent -10.859
-▁assert -11.1016
-▁assess -9.74366
-▁assessment -9.11313
-▁assets -10.9017
-▁assist -9.86082
-▁assistan -9.10492
-▁associat -9.91782
-▁association -9.68078
-▁assume -9.97792
-▁assurance -10.6496
-▁assure -9.70324
-▁asy -9.70912
-▁at -5.87926
-▁atmospher -10.735
-▁attach -9.85899
-▁attack -9.67977
-▁attain -11.0464
-▁attempt -9.0638
-▁attend -9.8381
-▁attitude -9.55096
-▁attract -10.4046
-▁auction -10.7873
-▁audio -10.3663
-▁audit -10.916
-▁author -10.6247
-▁authoris -9.8872
-▁authorit -8.08364
-▁automatic -10.4394
-▁autonom -10.539
-▁avail -8.48269
-▁average -10.16
-▁aviation -10.0975
-▁avoid -9.14615
-▁await -10.3931
-▁award -11.0707
-▁aware -8.3007
-▁b -8.61384
-▁back -8.28926
-▁background -10.1966
-▁backward -11.3143
-▁bad -9.64073
-▁balance -8.62651
-▁ban -9.32416
-▁banana -10.1819
-▁bank -9.85951
-▁bankrupt -11.5285
-▁bann -10.2325
-▁bar -10.4256
-▁barbar -11.4737
-▁barrier -10.4682
-▁bas -8.49517
-▁base -9.2398
-▁basi -8.07999
-▁basic -8.72856
-▁battle -10.6613
-▁be -4.57761
-▁bear -9.49137
-▁bearing -10.3618
-▁become -8.32558
-▁beef -9.83855
-▁before -7.83441
-▁begin -9.32827
-▁beginning -9.46512
-▁behav -10.8273
-▁behavi -10.2428
-▁being -7.24756
-▁belief -10.8425
-▁believe -7.43774
-▁belong -9.89955
-▁benchmark -11.2165
-▁beneficia -11.1528
-▁beneficiar -10.966
-▁benefit -8.56503
-▁best -8.68534
-▁better -8.30073
-▁between -7.12029
-▁big -9.93578
-▁bigge -10.6388
-▁bilateral -9.86965
-▁billion -9.50152
-▁bind -9.90795
-▁bio -10.498
-▁biological -11.4737
-▁biotechnolog -10.8425
-▁bird -11.0999
-▁birth -11.0121
-▁bit -10.3343
-▁black -10.5709
-▁blame -10.735
-▁blind -11.0121
-▁block -10.1112
-▁blood -10.8425
-▁blow -11.1187
-▁blue -11.5285
-▁board -9.92136
-▁bodies -9.38271
-▁body -9.50924
-▁bold -11.3968
-▁bomb -10.3931
-▁book -10.8713
-▁boost -10.6038
-▁border -8.70701
-▁born -10.0324
-▁both -7.62139
-▁bottom -11.2165
-▁bound -9.86966
-▁br -8.78056
-▁branch -11.6481
-▁breach -10.628
-▁break -10.026
-▁breath -11.4218
-▁breed -11.1772
-▁bridge -11.3026
-▁brief -9.32509
-▁bring -8.45293
-▁broad -9.08338
-▁broadcast -10.3931
-▁broke -10.6626
-▁budget -7.73133
-▁buil -10.3428
-▁build -9.95168
-▁building -9.39269
-▁bull -11.6468
-▁burden -9.62792
-▁bureaucrac -10.8284
-▁burn -11.1962
-▁business -8.49754
-▁but -6.05376
-▁buy -10.2819
-▁by -5.62021
-▁c -6.99416
-▁cabin -11.2586
-▁calculat -10.3663
-▁call -7.67581
-▁came -9.8018
-▁campaign -9.38932
-▁can -6.09058
-▁cancer -11.3493
-▁candidate -9.10288
-▁cap -9.97264
-▁capabilit -11.0124
-▁capacit -9.41281
-▁capita -11.6467
-▁capital -9.26487
-▁car -9.44036
-▁carbon -11.0297
-▁card -10.3506
-▁care -9.37745
-▁careful -9.31911
-▁cargo -11.3258
-▁carpet -11.4474
-▁carrie -8.77861
-▁carry -8.96587
-▁cars -9.89383
-▁case -7.35071
-▁cast -11.0824
-▁catastroph -11.029
-▁catch -10.735
-▁categor -9.55096
-▁caus -9.76933
-▁cause -8.56839
-▁caution -11.5865
-▁cease -10.638
-▁ceiling -10.2818
-▁celebrat -11.5865
-▁cent -10.8782
-▁central -9.52415
-▁centralis -10.828
-▁centre -9.47974
-▁centur -9.68433
-▁cereal -10.9629
-▁certain -7.39215
-▁certificat -10.979
-▁chain -10.5818
-▁chair -10.384
-▁chairman -10.1892
-▁challenge -8.91771
-▁champion -11.5007
-▁chance -9.66659
-▁chang -10.1066
-▁change -7.87856
-▁channel -10.3488
-▁chao -11.4218
-▁chapter -10.8008
-▁character -11.1062
-▁characteris -10.796
-▁characteristic -10.8147
-▁charg -11.0578
-▁charge -9.76943
-▁charter -10.1318
-▁cheap -10.5285
-▁check -9.49413
-▁chemical -10.6379
-▁chief -11.1961
-▁child -8.18286
-▁chocolate -9.61953
-▁choice -9.61122
-▁choose -10.4206
-▁chose -10.3844
-▁cigarette -10.2422
-▁cinema -11.5285
-▁circle -11.1373
-▁circulat -10.8425
-▁circumstance -9.34076
-▁cit -10.0575
-▁citizen -9.92327
-▁citizens -7.71333
-▁civil -8.90461
-▁civilian -10.2348
-▁claim -9.50524
-▁clari -10.5708
-▁clarifi -10.9161
-▁clarification -10.3841
-▁clarify -9.88587
-▁clash -11.6481
-▁class -9.68421
-▁clause -10.2578
-▁clean -9.87504
-▁clear -7.08117
-▁client -11.5571
-▁climate -10.0786
-▁cloning -10.0975
-▁clos -9.40189
-▁close -8.18114
-▁club -11.0121
-▁co -8.66687
-▁coalition -11.3724
-▁coast -10.0387
-▁coco -10.3582
-▁code -10.1675
-▁codecision -10.1529
-▁coexist -11.1961
-▁cofinanc -11.2587
-▁coherence -9.87503
-▁coherent -10.1818
-▁cohesi -9.57066
-▁coincide -11.1373
-▁collaborat -10.3488
-▁collapse -11.6481
-▁colleague -8.68545
-▁collect -10.1741
-▁collective -10.1969
-▁colon -11.5007
-▁colonial -10.9791
-▁com -9.30687
-▁combat -8.90063
-▁combin -9.81235
-▁come -7.69794
-▁comitology -10.6975
-▁commend -10.9146
-▁commendabl -11.6198
-▁comment -8.50729
-▁commerce -9.9771
-▁commercial -9.57863
-▁commission -10.9792
-▁commit -10.5565
-▁commitment -8.50991
-▁committ -9.33534
-▁committee -8.05626
-▁commodit -11.5571
-▁common -7.69411
-▁commu -11.0998
-▁communauta -11.5007
-▁communicate -11.2165
-▁communication -8.64367
-▁communit -8.71543
-▁companies -8.51261
-▁compar -9.50524
-▁comparison -10.6038
-▁compatib -10.6847
-▁compensat -9.75336
-▁compet -11.6521
-▁compete -10.6835
-▁competence -9.76298
-▁competent -10.3664
-▁competition -8.29737
-▁competitive -9.11541
-▁competitor -11.3486
-▁compil -11.3968
-▁complain -10.8123
-▁complaint -10.2052
-▁complement -10.9783
-▁complementar -10.7229
-▁complet -10.8852
-▁complete -8.46615
-▁complex -9.58264
-▁compli -10.0807
-▁compliance -10.0778
-▁complicat -10.3443
-▁comply -9.75816
-▁component -10.3663
-▁comprehensive -9.77754
-▁compris -11.1184
-▁compromise -9.0262
-▁compulsor -10.0975
-▁computer -10.9009
-▁con -8.62741
-▁conceal -11.1565
-▁concentrat -11.2197
-▁concentrate -9.99385
-▁concentration -10.917
-▁concept -9.41281
-▁concern -7.42519
-▁concerned -7.96902
-▁concert -11.5865
-▁concession -11.0817
-▁conciliation -9.84098
-▁conclud -10.862
-▁conclude -9.09207
-▁conclusion -9.30243
-▁conclusions -9.3232
-▁concrete -9.86431
-▁concur -11.4737
-▁condemn -9.32821
-▁condition -8.18286
-▁conduct -9.4795
-▁conference -9.54707
-▁confiden -9.01018
-▁confidential -10.8425
-▁confine -10.508
-▁confirm -9.3599
-▁conflict -8.72051
-▁conform -11.5865
-▁confront -10.6614
-▁confus -9.82253
-▁congest -11.2804
-▁congratulat -10.6065
-▁congratulate -8.78662
-▁congratulation -10.6393
-▁conjunct -10.979
-▁connect -10.8847
-▁connection -9.18617
-▁conscience -11.1761
-▁conscious -11.4737
-▁consensu -9.82765
-▁consent -11.4739
-▁consequence -8.99441
-▁consequent -9.90236
-▁conservation -10.4394
-▁consider -7.65915
-▁considerabl -9.49372
-▁consideration -8.90174
-▁consist -10.1386
-▁consistent -9.89147
-▁consolidat -9.96523
-▁constant -9.67977
-▁constituenc -11.0999
-▁constitute -9.71589
-▁constitution -10.1724
-▁constitutional -10.4233
-▁constraint -11.0121
-▁construct -9.59446
-▁constructive -9.79768
-▁consult -9.9526
-▁consultation -9.64987
-▁consum -11.2107
-▁consumer -8.14512
-▁contact -9.94191
-▁contain -8.70533
-▁contaminat -11.0463
-▁content -9.00704
-▁context -8.70701
-▁continent -9.99518
-▁continu -8.89349
-▁continue -8.13681
-▁contract -9.4439
-▁contradict -10.5914
-▁contradiction -10.4217
-▁contrar -9.4334
-▁contrast -10.979
-▁contraven -11.0999
-▁contribut -10.4063
-▁contribute -9.30174
-▁contribution -8.95568
-▁contributions -10.0895
-▁control -8.24454
-▁controll -10.1516
-▁controversi -10.83
-▁conven -11.4214
-▁convenien -10.9784
-▁convention -9.62376
-▁convergen -10.2191
-▁convers -11.2374
-▁convert -11.3486
-▁convey -11.1565
-▁conviction -10.9009
-▁convince -9.45441
-▁cooperat -10.6661
-▁cooperate -10.1076
-▁cooperation -7.79336
-▁coordinat -9.60168
-▁coordination -9.06696
-▁copyright -11.2586
-▁core -10.5114
-▁corp -11.5009
-▁correct -9.00339
-▁correspond -10.1529
-▁corruption -10.7102
-▁cost -8.15235
-▁council -10.7608
-▁count -9.82056
-▁counter -10.0284
-▁counterfeit -10.6151
-▁counterpart -11.6481
-▁countries -6.79248
-▁country -7.57004
-▁couple -10.1318
-▁courage -10.1179
-▁course -7.52276
-▁court -9.47228
-▁cover -8.63673
-▁cow -10.6909
-▁creat -8.84669
-▁create -8.3556
-▁creation -9.45679
-▁creativ -11.3912
-▁credib -10.0099
-▁credibl -11.3867
-▁credit -9.98309
-▁crime -8.61117
-▁criminal -8.99901
-▁cris -8.90893
-▁criteri -9.10039
-▁critical -9.69766
-▁criticis -10.1775
-▁criticism -9.43194
-▁crop -10.3402
-▁cross -9.39932
-▁cru -10.5461
-▁crucial -9.17517
-▁cultivat -10.7739
-▁cultural -9.04482
-▁culture -9.20506
-▁currenc -9.50524
-▁current -7.96359
-▁custom -9.9771
-▁cut -9.17445
-▁da -10.1413
-▁dai -10.1332
-▁damag -10.6555
-▁damage -9.16318
-▁danger -9.61928
-▁dangerous -9.38952
-▁data -9.13841
-▁date -9.19598
-▁day -8.71656
-▁days -9.42636
-▁de -7.9825
-▁dead -10.6854
-▁deadline -9.98311
-▁deal -7.95556
-▁dealing -9.46796
-▁death -9.23873
-▁debat -10.1013
-▁debate -7.22447
-▁debt -9.50897
-▁decade -10.2115
-▁decent -11.3724
-▁decentralis -10.4879
-▁decid -11.0963
-▁decide -9.543
-▁decided -9.04539
-▁decision -7.54769
-▁decisive -10.0387
-▁declar -10.6557
-▁declaration -9.64527
-▁declare -10.2529
-▁decline -10.9314
-▁decommission -11.1961
-▁decreas -11.1184
-▁dedicat -10.9791
-▁deem -11.2173
-▁deep -9.5017
-▁defence -9.16455
-▁defend -9.38601
-▁defer -11.4738
-▁deficienc -11.3026
-▁deficit -10.4879
-▁defin -9.81847
-▁define -9.60624
-▁definite -10.4489
-▁definition -9.50897
-▁definitive -10.886
-▁degree -9.8073
-▁delay -9.00114
-▁delegate -10.6379
-▁delegation -9.28844
-▁delet -10.9022
-▁deliberate -10.4206
-▁delica -10.947
-▁delight -9.70219
-▁deliver -9.58266
-▁demand -8.47868
-▁democrac -8.65316
-▁democrat -11.1566
-▁democratic -8.5203
-▁democratis -11.0809
-▁demographic -11.4737
-▁demonstrat -10.7742
-▁demonstrate -9.37902
-▁demonstration -10.933
-▁deni -10.7315
-▁denounce -11.1373
-▁deny -10.6386
-▁depart -11.1179
-▁department -10.5083
-▁depend -9.62215
-▁dependenc -11.1827
-▁dependent -10.6156
-▁deplet -10.3751
-▁deplore -10.9314
-▁deploy -10.6975
-▁depriv -10.7608
-▁depth -10.4979
-▁deregulation -11.4474
-▁deriv -10.5712
-▁derogation -10.1248
-▁describ -9.73915
-▁description -11.4474
-▁deserve -9.68867
-▁design -9.41282
-▁desir -10.4585
-▁desire -9.67535
-▁desperate -11.1184
-▁despi -8.98929
-▁destroy -9.96523
-▁destructi -10.6853
-▁detail -8.89859
-▁detect -11.0463
-▁deteriorat -10.7098
-▁determin -9.79153
-▁determine -10.331
-▁determined -10.3422
-▁detriment -10.735
-▁devastat -10.9314
-▁develop -8.04449
-▁development -7.35932
-▁devot -10.3148
-▁di -8.85389
-▁dialogue -8.82052
-▁diamond -11.3253
-▁dictate -11.5571
-▁dictatorship -11.1565
-▁die -10.5286
-▁differ -10.3572
-▁difference -9.27362
-▁different -8.01266
-▁differentiat -11.0517
-▁difficult -8.0458
-▁digital -10.1179
-▁dignit -10.1818
-▁dimension -9.63214
-▁dioxi -10.8008
-▁diploma -10.6731
-▁diplomatic -10.2579
-▁direct -8.48779
-▁direction -9.28832
-▁directive -7.46274
-▁directives -9.57397
-▁dis -8.78322
-▁disadvantage -10.3663
-▁disagree -10.2344
-▁disappear -10.3575
-▁disappoint -10.25
-▁disaster -9.18865
-▁disastrous -11.0638
-▁discharge -9.10039
-▁disciplin -10.1746
-▁discover -10.5495
-▁discrepanc -11.2586
-▁discrimination -9.04247
-▁discriminator -11.4474
-▁discuss -8.21693
-▁discussion -8.32932
-▁disease -9.8537
-▁disgrace -11.3026
-▁dismantl -10.9629
-▁dismiss -11.3968
-▁disparit -10.8568
-▁displace -10.7874
-▁display -10.6853
-▁dispos -9.80216
-▁dispute -9.86431
-▁disregard -10.7608
-▁disseminat -11.0638
-▁distance -10.6039
-▁distinct -11.3711
-▁distinction -10.7485
-▁distinguish -10.735
-▁distort -11.136
-▁distortion -10.9019
-▁distribut -10.0123
-▁distribution -9.84953
-▁disturb -10.979
-▁diverse -11.5007
-▁diversit -9.86966
-▁divide -9.99518
-▁division -10.5182
-▁do -6.40949
-▁doctor -10.204
-▁document -8.51123
-▁doe -7.45865
-▁doing -8.8944
-▁dollar -10.539
-▁domestic -10.4022
-▁dominat -11.0122
-▁donor -10.091
-▁door -10.3636
-▁dossier -11.2374
-▁double -10.29
-▁doubt -8.88849
-▁down -8.29292
-▁draft -8.43687
-▁dramatic -10.5495
-▁drastic -10.7739
-▁draw -8.57981
-▁drawing -9.9589
-▁dream -11.2586
-▁drink -10.539
-▁driv -9.50156
-▁drop -10.7223
-▁drug -9.7205
-▁du -10.362
-▁due -8.73052
-▁dump -10.9009
-▁duplicat -11.4737
-▁duti -10.3538
-▁duty -9.61559
-▁dynamic -10.6264
-▁e -7.94233
-▁earl -9.62493
-▁earlie -9.48909
-▁earmark -11.1761
-▁earn -11.1002
-▁earthquake -11.3724
-▁eas -9.54485
-▁easi -10.2925
-▁easier -10.2132
-▁east -10.1758
-▁eat -10.9465
-▁echo -11.3724
-▁eco -10.7091
-▁ecological -10.2115
-▁econom -8.36314
-▁economic -7.49895
-▁ecosystem -11.4218
-▁educat -11.3711
-▁education -8.76413
-▁educational -10.5282
-▁effect -8.20359
-▁effective -8.08132
-▁efficienc -9.88044
-▁efficient -9.31272
-▁effort -8.2885
-▁eight -10.1977
-▁elder -10.2982
-▁elect -9.76597
-▁election -10.3031
-▁elections -9.36855
-▁electora -10.3671
-▁electricity -10.3318
-▁electronic -9.98911
-▁element -9.19956
-▁eleven -11.3026
-▁eligib -10.6264
-▁eliminat -10.0387
-▁else -9.14097
-▁embargo -10.7873
-▁embark -10.947
-▁embarrass -11.6168
-▁embass -11.2804
-▁embrace -11.3724
-▁embryo -10.6853
-▁emerg -10.1561
-▁emergenc -9.93353
-▁emission -9.62401
-▁emotion -11.3724
-▁emphasis -9.60966
-▁emphasise -9.45574
-▁emphatic -11.5571
-▁employ -9.95165
-▁employee -9.86446
-▁employer -10.3335
-▁employment -8.30916
-▁enabl -10.6715
-▁enable -9.25749
-▁encompass -11.4737
-▁encounter -11.0638
-▁encourag -10.0655
-▁encourage -9.15091
-▁end -7.73499
-▁endanger -11.4218
-▁endeavour -10.0975
-▁endorse -9.89734
-▁energ -8.68794
-▁enforc -11.6662
-▁enforce -9.92157
-▁engage -10.0387
-▁engine -10.9629
-▁enhanc -10.0074
-▁enjoy -9.90236
-▁enlarg -10.7223
-▁enlargement -8.55202
-▁enormous -9.56272
-▁enrich -11.5571
-▁enshrin -10.947
-▁ensur -9.45898
-▁ensure -7.82653
-▁entail -10.4489
-▁enter -9.17011
-▁enterprise -9.8073
-▁enthusias -10.886
-▁entire -8.92326
-▁entit -11.229
-▁entitle -9.72039
-▁entr -10.0118
-▁entrepreneur -10.8008
-▁environment -8.36796
-▁environmental -7.9958
-▁envisage -10.3575
-▁equ -10.7637
-▁equal -8.90402
-▁equality -9.78085
-▁equipment -10.25
-▁equipp -11.3968
-▁equivalent -10.6613
-▁era -10.9566
-▁eradicat -10.6379
-▁error -10.25
-▁especial -8.22441
-▁essen -10.9785
-▁essential -8.33132
-▁establish -7.99473
-▁establishment -9.6302
-▁estimate -10.2658
-▁etc -10.0653
-▁ethical -10.6853
-▁ethnic -9.62792
-▁euro -8.64841
-▁evaluat -10.4767
-▁evaluation -9.69826
-▁even -7.41015
-▁evening -10.1425
-▁event -8.7408
-▁eventual -10.6155
-▁ever -9.49607
-▁every -7.5012
-▁evidence -9.73445
-▁evident -10.2267
-▁evolv -11.4737
-▁ex -9.35635
-▁exacerbat -11.2165
-▁exact -9.38932
-▁exaggerat -11.4737
-▁examin -10.3367
-▁examination -10.3672
-▁examine -9.66348
-▁example -7.66827
-▁exceed -10.4114
-▁excellent -8.85502
-▁except -10.7995
-▁exception -9.85645
-▁exceptional -10.6563
-▁excess -10.9787
-▁excessive -9.93056
-▁exchange -9.37287
-▁excis -11.0818
-▁excit -11.6481
-▁exclud -9.93616
-▁exclusi -10.1924
-▁exclusive -10.1603
-▁excuse -10.6496
-▁execut -10.8856
-▁executive -11.1966
-▁exempl -11.4218
-▁exempt -11.2362
-▁exemption -10.2505
-▁exercis -11.4929
-▁exercise -9.47692
-▁exert -11.0817
-▁exhaust -11.4218
-▁exist -8.14398
-▁expand -10.8008
-▁expansion -11.4474
-▁expect -8.95192
-▁expectation -10.1703
-▁expenditure -9.45795
-▁expens -10.9038
-▁expense -10.3471
-▁experienc -10.8932
-▁experience -8.92641
-▁experiment -11.1565
-▁expert -9.40267
-▁expir -11.0817
-▁explain -9.32198
-▁explanat -10.6962
-▁explanation -9.72098
-▁explicit -10.6264
-▁exploit -9.51271
-▁explor -11.4737
-▁export -9.34076
-▁expos -10.8283
-▁express -8.107
-▁expression -9.80932
-▁extend -9.35379
-▁extended -10.0068
-▁extension -10.204
-▁extensive -10.1111
-▁extent -9.12555
-▁external -9.03555
-▁extra -10.0438
-▁extraordinar -10.8008
-▁extreme -8.12877
-▁extremis -10.6732
-▁eye -10.0184
-▁f -8.18767
-▁fabric -11.5865
-▁fac -9.53935
-▁face -8.99041
-▁facilit -10.0443
-▁facilitate -10.0031
-▁facility -10.4475
-▁fact -7.13993
-▁factor -9.14159
-▁fail -9.02382
-▁failure -9.80244
-▁fair -9.0686
-▁faith -10.6379
-▁fall -9.01519
-▁false -11.2804
-▁famil -8.74109
-▁familiar -10.2345
-▁famine -11.6168
-▁far -7.76741
-▁farm -9.38591
-▁farmer -8.83476
-▁fascis -11.2373
-▁fashion -11.1565
-▁fast -10.0074
-▁fat -9.74858
-▁father -11.5571
-▁fault -11.0121
-▁favour -8.07745
-▁fear -9.50917
-▁feasib -11.0638
-▁feature -10.2578
-▁federal -10.3316
-▁federation -11.2804
-▁fee -10.4543
-▁feed -10.3996
-▁feedingstuffs -11.2165
-▁feel -8.42782
-▁feeling -10.2133
-▁fel -10.1525
-▁fellow -9.36638
-▁female -11.1565
-▁few -8.02101
-▁fibre -11.0463
-▁field -8.59905
-▁fift -11.1769
-▁fifteen -10.2579
-▁fifth -10.5605
-▁fight -8.46423
-▁figure -9.29748
-▁fil -10.7702
-▁fill -10.7954
-▁film -10.5853
-▁final -7.81226
-▁financ -9.25233
-▁finance -9.63733
-▁financial -7.82121
-▁find -8.33581
-▁finding -10.1119
-▁fine -9.91433
-▁fingerprint -11.5571
-▁finish -10.4682
-▁fire -9.98348
-▁firm -9.29446
-▁first -7.00539
-▁fish -8.78275
-▁fisher -9.11651
-▁fisherm -10.3532
-▁fit -10.4435
-▁five -9.06463
-▁fix -10.4585
-▁fla -10.3601
-▁flag -10.0882
-▁fleet -10.5495
-▁flexibili -9.83281
-▁flexibl -10.0644
-▁flight -10.1745
-▁floo -9.49806
-▁flow -10.2821
-▁focus -9.0378
-▁follow -7.87589
-▁food -8.62197
-▁foodstuff -11.0999
-▁fool -11.3968
-▁foot -10.478
-▁football -10.539
-▁for -4.843
-▁force -8.13156
-▁forecast -10.947
-▁foreign -8.91924
-▁foresee -10.7298
-▁forest -9.53884
-▁forests -10.0362
-▁forget -9.64067
-▁forgot -10.9315
-▁form -8.06357
-▁formal -9.838
-▁former -9.59974
-▁formula -11.1422
-▁formulat -10.3298
-▁forth -9.73729
-▁fortunate -10.6379
-▁forward -8.31134
-▁foster -11.0817
-▁found -8.9627
-▁foundation -10.6198
-▁four -9.14348
-▁fourteen -11.3026
-▁fourth -10.1398
-▁fragment -11.1761
-▁fram -10.8145
-▁framework -8.17793
-▁frank -10.735
-▁fraud -9.40604
-▁free -8.42675
-▁freedom -8.4628
-▁freight -10.6379
-▁frequenc -11.5571
-▁frequent -10.3575
-▁fresh -10.8145
-▁friend -9.46508
-▁fro -6.18084
-▁front -10.2814
-▁frontier -10.1966
-▁fruit -10.4879
-▁frustrat -11.1373
-▁fuel -10.0709
-▁fulfil -9.98477
-▁fulfill -10.797
-▁full -7.8973
-▁function -9.37942
-▁fund -8.38266
-▁fundamental -8.34415
-▁funding -9.07982
-▁further -8.12383
-▁furthermo -9.02913
-▁future -7.66294
-▁g -8.98834
-▁gain -9.57088
-▁game -10.8425
-▁gap -10.3844
-▁gas -10.4232
-▁gather -10.7609
-▁gave -9.86432
-▁gear -11.0644
-▁gender -10.5817
-▁gene -10.56
-▁general -8.08282
-▁generat -9.96396
-▁generation -10.1333
-▁generous -10.886
-▁genetic -10.1388
-▁genocid -11.3026
-▁gentlem -8.14297
-▁genuine -9.2589
-▁geographical -10.4601
-▁gesture -11.5007
-▁get -8.28753
-▁girl -11.2165
-▁give -7.64041
-▁glad -10.3575
-▁global -9.09079
-▁globalis -10.0253
-▁go -8.17863
-▁goal -9.39734
-▁goe -9.49181
-▁going -8.18473
-▁good -7.70192
-▁goods -9.77881
-▁got -10.3339
-▁govern -9.4434
-▁government -7.76091
-▁gra -9.53134
-▁gradual -9.90236
-▁grand -11.2809
-▁grant -8.7729
-▁grate -9.83866
-▁great -7.27344
-▁green -10.8713
-▁greenhouse -11.1565
-▁grip -11.3026
-▁gross -11.0638
-▁ground -9.4968
-▁grounds -9.72839
-▁group -7.68201
-▁grow -8.3653
-▁guarantee -8.24849
-▁guid -10.0908
-▁guidelines -9.13579
-▁guilt -10.8008
-▁ha -9.88953
-▁habit -11.2962
-▁habitat -10.6767
-▁had -7.57385
-▁half -9.50026
-▁halt -11.4218
-▁hamper -11.4737
-▁hand -8.22103
-▁handl -10.3514
-▁happ -9.61224
-▁happen -8.61595
-▁happening -9.93417
-▁harbour -11.5865
-▁hard -9.0263
-▁harm -10.0576
-▁harmful -10.2741
-▁harmonis -8.97453
-▁harsh -11.5865
-▁has -5.7383
-▁hav -8.41845
-▁have -5.32437
-▁hazard -10.6264
-▁he -7.52581
-▁head -9.50881
-▁heading -10.1469
-▁health -8.11106
-▁hear -8.59746
-▁heart -9.62328
-▁heav -9.86009
-▁hectare -11.2804
-▁hel -9.03803
-▁help -8.07428
-▁hemp -10.7099
-▁hence -9.89142
-▁her -8.39697
-▁here -7.42965
-▁heritage -10.0775
-▁hi -10.3854
-▁hid -10.5585
-▁high -7.78387
-▁highlight -9.02159
-▁him -8.83847
-▁hinder -10.9318
-▁his -7.658
-▁histor -9.76263
-▁historic -10.2145
-▁historical -10.6581
-▁hit -10.7637
-▁ho -9.05966
-▁hold -9.28897
-▁holding -10.1104
-▁holiday -11.3253
-▁home -9.26779
-▁honest -10.5709
-▁honour -9.89458
-▁honourabl -9.2173
-▁hooliganism -11.5007
-▁hope -7.61547
-▁hopeful -10.6198
-▁horizontal -10.9314
-▁hospital -10.9954
-▁host -10.3936
-▁hour -9.56733
-▁house -10.539
-▁how -6.59857
-▁huge -9.29446
-▁human -7.43774
-▁humanitarian -9.41962
-▁hundred -10.1179
-▁hung -11.2586
-▁hunt -11.5866
-▁hypocri -10.9954
-▁hypocritical -11.6481
-▁i -8.77278
-▁idea -8.48688
-▁ideal -10.3744
-▁identi -11.3941
-▁identifi -9.94771
-▁identify -10.1179
-▁identit -10.0415
-▁ideolog -11.029
-▁ideological -10.9161
-▁ignor -10.591
-▁ignore -10.4504
-▁ill -9.66263
-▁illegal -9.39264
-▁illustrate -10.4879
-▁image -10.3316
-▁imagine -10.3663
-▁imbalance -11.0999
-▁immediate -10.029
-▁immediately -9.69552
-▁immense -11.1761
-▁immigrant -9.85899
-▁immigrati -9.47227
-▁immunit -11.1373
-▁imp -9.48297
-▁impact -9.0378
-▁impe -11.0734
-▁imperative -11.0121
-▁implement -8.12974
-▁implementation -8.56352
-▁implication -9.97115
-▁implie -10.9794
-▁import -9.27936
-▁importan -8.3957
-▁important -6.9249
-▁impos -10.1037
-▁impose -9.76919
-▁impossib -9.86443
-▁impress -11.3955
-▁impression -9.87531
-▁imprison -11.1961
-▁improv -9.17496
-▁improve -8.63707
-▁improvement -9.27145
-▁in -4.05617
-▁inadequate -10.1248
-▁inappropriate -11.1961
-▁incapa -11.4499
-▁incentive -10.1891
-▁incident -9.72978
-▁incinerat -9.82765
-▁includ -8.1449
-▁include -8.46408
-▁income -9.64063
-▁incompatib -11.1761
-▁incorporat -10.2776
-▁incorporate -10.0905
-▁incorrect -11.1373
-▁increase -8.03804
-▁increasing -8.70199
-▁incredibl -11.2373
-▁independen -10.3125
-▁independent -9.33217
-▁indicat -10.0444
-▁indicate -10.0037
-▁indication -10.49
-▁indicator -11.1092
-▁indige -11.6484
-▁indirect -10.5709
-▁indispensab -11.3253
-▁individual -8.5071
-▁industrial -9.40267
-▁industries -10.1458
-▁industry -8.16128
-▁inequalit -10.7781
-▁inevitabl -10.2658
-▁infect -11.0817
-▁inflation -10.4206
-▁influence -9.70673
-▁inform -8.98785
-▁informal -10.7419
-▁information -7.66792
-▁infrastructure -9.41621
-▁infring -11.4474
-▁infringement -10.8008
-▁ingredient -11.6168
-▁inhabitant -11.029
-▁inherent -11.3486
-▁initial -9.59074
-▁initiat -10.5598
-▁initiative -7.98294
-▁injur -11.0819
-▁innocent -11.3486
-▁innovation -10.1111
-▁innovative -10.4206
-▁input -10.8427
-▁inquir -10.4489
-▁insecur -11.2894
-▁insist -9.74169
-▁inspection -9.81236
-▁inspector -10.8009
-▁inspir -10.7873
-▁installation -10.7478
-▁instance -9.76791
-▁institute -11.1373
-▁institution -9.74237
-▁institutional -9.52656
-▁institutions -8.26981
-▁instruct -11.1761
-▁instrument -8.60056
-▁insufficient -10.5709
-▁insult -11.3725
-▁insurance -10.1043
-▁integr -10.5648
-▁integrat -9.44072
-▁integration -9.26607
-▁intellectual -10.7873
-▁intelligen -11.1565
-▁intend -8.45512
-▁intense -11.3969
-▁intensify -11.6481
-▁intensive -10.979
-▁intention -9.16687
-▁inter -9.37241
-▁interception -11.5865
-▁interest -8.38061
-▁interesting -9.84669
-▁interests -8.48627
-▁interfer -10.3232
-▁interi -10.6198
-▁intermodal -10.8145
-▁internal -8.46678
-▁international -7.98457
-▁interoperab -10.6038
-▁interpret -10.1449
-▁interpretation -10.3327
-▁intervene -10.1043
-▁intervention -9.14875
-▁interview -11.3027
-▁intimidat -11.5285
-▁into -7.08985
-▁intolerabl -10.9958
-▁intoleran -11.5872
-▁introduc -8.87712
-▁introduce -9.405
-▁invent -10.7609
-▁invest -9.96794
-▁investigat -10.1587
-▁investigation -9.93147
-▁investment -8.93178
-▁investor -11.0549
-▁invitation -11.3724
-▁invite -10.274
-▁involv -8.44448
-▁involve -8.43825
-▁irregularit -10.7223
-▁irrespective -10.6264
-▁irresponsib -11.0999
-▁is -4.42298
-▁island -10.102
-▁isolat -10.2983
-▁issue -6.82903
-▁it -4.95174
-▁item -8.886
-▁its -6.84936
-▁job -9.15439
-▁jobs -9.12007
-▁join -9.28621
-▁joint -8.65594
-▁journalist -10.4585
-▁ju -10.0573
-▁judge -10.0131
-▁judgement -10.1605
-▁judicial -10.1136
-▁junior -11.3253
-▁jurisdiction -10.3575
-▁just -7.28265
-▁justifi -9.6605
-▁justification -10.6995
-▁justify -10.2348
-▁k -9.44657
-▁keen -10.6153
-▁keep -8.74459
-▁key -8.84728
-▁kill -10.0326
-▁kilometre -11.5865
-▁kind -8.44846
-▁know -7.5358
-▁knowledge -9.16187
-▁known -9.44548
-▁la -9.93613
-▁label -9.92756
-▁labell -9.57665
-▁labour -9.37942
-▁lack -8.59308
-▁lad -8.12225
-▁land -9.45043
-▁language -9.14095
-▁lapse -11.3724
-▁large -8.20901
-▁last -7.57122
-▁late -9.47495
-▁later -9.56059
-▁latter -10.204
-▁launch -9.97115
-▁laundering -10.7223
-▁law -7.97644
-▁laws -9.9949
-▁lawyer -10.8295
-▁lay -9.7874
-▁lead -8.31946
-▁leaders -9.6127
-▁learn -9.19136
-▁leas -8.37014
-▁leav -10.6743
-▁leave -9.30026
-▁left -9.16718
-▁legac -11.3724
-▁legal -7.77723
-▁legislat -10.2802
-▁legislation -8.05463
-▁legislative -8.87064
-▁legitima -10.9786
-▁legitimate -9.94206
-▁lend -11.3726
-▁length -10.3402
-▁less -8.55143
-▁lesson -10.4466
-▁let -8.11597
-▁letter -9.59204
-▁level -7.50446
-▁li -9.51221
-▁liabilit -9.7535
-▁liberal -10.4458
-▁liberalis -10.2754
-▁liberalisation -9.17283
-▁libert -11.1373
-▁licence -10.8568
-▁lie -9.79343
-▁life -8.43688
-▁lift -10.4206
-▁light -9.11796
-▁like -6.45506
-▁limit -8.29403
-▁line -8.78924
-▁lines -10.0198
-▁linguistic -11.1373
-▁link -8.9767
-▁list -8.86605
-▁listen -9.83107
-▁litt -8.86182
-▁liv -9.37672
-▁live -9.09743
-▁lives -9.69438
-▁loan -11.1566
-▁lobby -11.0121
-▁local -8.70533
-▁locat -10.4624
-▁logic -11.4626
-▁logical -10.4152
-▁long -7.53841
-▁look -8.04667
-▁lorr -11.1761
-▁los -9.65527
-▁lose -10.1678
-▁loss -10.0837
-▁lot -9.37301
-▁loud -11.1565
-▁love -10.9966
-▁low -9.46078
-▁lower -10.0229
-▁luck -11.5008
-▁m -7.24714
-▁machine -11.0638
-▁macro -11.5571
-▁macroeconom -11.3968
-▁mad -10.8607
-▁magnificent -11.5007
-▁mail -10.9629
-▁main -8.32707
-▁mainstream -11.1373
-▁maintain -9.13616
-▁maintained -10.3476
-▁major -8.45615
-▁majorit -8.62509
-▁mak -8.08129
-▁make -6.99442
-▁makes -9.23365
-▁man -7.22176
-▁manag -9.91469
-▁manage -9.52119
-▁management -8.55654
-▁manager -10.9134
-▁mandat -11.1925
-▁mandate -10.0462
-▁manifest -11.2374
-▁manipulat -11.2373
-▁manner -9.57932
-▁manoeuvre -11.2586
-▁manufactur -10.5014
-▁manufacturer -9.98099
-▁margin -10.6264
-▁marginalis -11.3487
-▁mari -10.6032
-▁mark -9.75227
-▁market -7.52323
-▁markets -9.31932
-▁mass -10.3407
-▁massive -10.4493
-▁master -11.6168
-▁match -10.3402
-▁material -9.45087
-▁matern -11.3253
-▁matter -7.74804
-▁matters -8.79414
-▁matur -11.4743
-▁maxim -9.7923
-▁may -7.59566
-▁me -7.53602
-▁mean -7.3556
-▁measur -11.4528
-▁measure -9.28898
-▁measures -7.63422
-▁meat -10.3619
-▁mechanism -9.36313
-▁media -9.42317
-▁medical -10.4781
-▁medicine -11.0999
-▁medium -9.41621
-▁meet -9.1355
-▁meeting -8.56291
-▁member -9.62884
-▁members -8.77654
-▁membership -10.3935
-▁memor -11.083
-▁men -9.43824
-▁mention -8.96661
-▁mentioned -8.61077
-▁merc -11.1215
-▁mere -9.30561
-▁merger -10.3751
-▁merit -10.3317
-▁message -9.45796
-▁met -9.49531
-▁method -9.145
-▁methodolog -11.3831
-▁micro -11.3486
-▁mid -10.7401
-▁middle -11.3486
-▁might -8.68257
-▁migrant -11.3253
-▁migration -10.7103
-▁militar -8.80374
-▁milk -9.9135
-▁million -8.19988
-▁mince -11.422
-▁mind -8.74289
-▁mine -10.4967
-▁minim -9.21616
-▁minister -9.7486
-▁minor -10.7349
-▁minorit -9.32513
-▁minute -9.6984
-▁mis -10.0101
-▁mislead -11.2804
-▁mismanage -11.4222
-▁miss -10.1551
-▁mission -9.93706
-▁mistake -9.80845
-▁misuse -11.6182
-▁mix -10.478
-▁mobil -10.5729
-▁mobile -10.6469
-▁mobilis -10.7232
-▁mode -10.3301
-▁model -9.1596
-▁moderat -11.177
-▁modern -9.91134
-▁modernis -10.1773
-▁modifi -10.508
-▁modification -11.3487
-▁moment -8.66114
-▁monetar -10.0323
-▁money -8.32103
-▁monitor -8.65167
-▁monopol -9.88587
-▁month -9.69124
-▁months -8.81569
-▁moral -10.1673
-▁moratori -11.3026
-▁more -6.41479
-▁morning -9.37287
-▁most -7.56595
-▁mother -10.5795
-▁motion -8.76038
-▁motivat -10.8568
-▁motor -10.6853
-▁mov -9.79019
-▁move -8.88609
-▁movement -9.01068
-▁multi -9.80209
-▁multilateral -11.0817
-▁multinational -10.4979
-▁multipl -10.9635
-▁municipal -11.3724
-▁murder -10.4682
-▁must -6.17964
-▁mutual -10.1043
-▁my -6.67385
-▁name -8.60661
-▁narrow -11.3724
-▁nation -9.58176
-▁national -7.50315
-▁natural -8.79272
-▁nature -9.0193
-▁near -9.58269
-▁necessar -10.4278
-▁necessary -7.93471
-▁necessit -10.9009
-▁need -6.54601
-▁negative -9.89683
-▁neglect -11.2586
-▁negotiat -9.43558
-▁negotiation -8.55976
-▁nei -9.77387
-▁neighbour -9.72978
-▁neo -11.177
-▁net -11.1129
-▁network -8.91497
-▁neutral -11.0463
-▁never -8.39821
-▁new -6.95557
-▁newspaper -10.735
-▁nic -10.8643
-▁night -10.0512
-▁nine -10.258
-▁nitrate -11.4474
-▁no -6.65516
-▁nobod -10.6617
-▁noise -9.66111
-▁non -8.66627
-▁none -9.2781
-▁nor -9.02996
-▁normal -9.72523
-▁north -9.96655
-▁not -5.29034
-▁notabl -11.1324
-▁note -9.31211
-▁notice -10.1274
-▁now -6.9618
-▁nucle -9.09545
-▁number -7.71441
-▁numer -10.0198
-▁object -10.7592
-▁objection -10.5938
-▁objective -7.9392
-▁oblig -9.98218
-▁obligation -9.19177
-▁observ -9.7995
-▁observation -9.84414
-▁observator -11.6168
-▁observer -10.5324
-▁obstacle -10.0908
-▁obstruct -11.4474
-▁obtain -9.27061
-▁obvious -8.76926
-▁occasion -9.27356
-▁occupation -11.0999
-▁occupie -10.9629
-▁occupy -11.3968
-▁occur -10.2401
-▁occurr -9.97273
-▁odd -11.2166
-▁of -3.69877
-▁off -8.70399
-▁offence -10.3073
-▁offer -8.75163
-▁office -9.25107
-▁official -9.57157
-▁officials -9.69662
-▁oil -9.31281
-▁old -9.08562
-▁on -4.81096
-▁one -6.64053
-▁open -8.39987
-▁opening -10.0291
-▁operat -10.1143
-▁operate -9.79166
-▁operation -8.7484
-▁operator -9.84567
-▁opinion -7.82257
-▁opponent -11.4474
-▁opportunit -8.11965
-▁oppos -10.1509
-▁oppose -9.89797
-▁opposit -10.2336
-▁opposition -9.87055
-▁oppress -11.3486
-▁opt -10.6366
-▁optim -11.4705
-▁optimis -10.6867
-▁option -9.66267
-▁or -6.44934
-▁oral -10.3583
-▁order -7.35636
-▁ordina -11.0507
-▁organic -11.5865
-▁organis -9.00681
-▁organisation -8.41962
-▁organisms -10.9643
-▁orient -10.539
-▁origin -9.23858
-▁original -9.58689
-▁other -6.60535
-▁our -6.18423
-▁ourselves -8.82853
-▁out -6.89516
-▁outcome -9.74386
-▁outline -10.285
-▁outside -9.36122
-▁over -7.31412
-▁overcom -10.1559
-▁overlook -11.3026
-▁owe -11.1766
-▁own -7.60953
-▁p -7.64202
-▁pace -11.0292
-▁package -9.88256
-▁packet -11.5865
-▁pact -11.5008
-▁pai -9.28016
-▁pan -10.6438
-▁paper -9.75815
-▁par -10.1124
-▁paradox -11.4474
-▁paragraph -9.37614
-▁parallel -10.8712
-▁parent -10.8716
-▁parliament -9.48045
-▁parliamentar -9.27063
-▁part -7.20128
-▁participat -9.13393
-▁participate -9.94609
-▁particular -7.1251
-▁parties -8.716
-▁partner -10.6892
-▁partners -9.63146
-▁partnership -9.52037
-▁pass -8.8865
-▁passenger -10.2191
-▁past -8.70747
-▁patent -9.62372
-▁path -10.1975
-▁patien -10.916
-▁pattern -11.5007
-▁pave -11.5894
-▁pay -8.64014
-▁payment -9.39026
-▁peace -8.42645
-▁peaceful -10.1905
-▁peat -11.4475
-▁penalis -10.9009
-▁penalt -9.7486
-▁pension -9.32763
-▁pensioner -10.4411
-▁people -6.87624
-▁per -7.98018
-▁perceive -11.3968
-▁percentage -10.6151
-▁perfect -9.61953
-▁perform -10.9626
-▁performance -10.7481
-▁period -8.5406
-▁peripher -11.1184
-▁permanent -10.0323
-▁permissi -11.2828
-▁permit -10.2446
-▁permitt -10.7314
-▁perpetrat -10.8008
-▁persecut -10.7478
-▁persist -10.6734
-▁person -8.83338
-▁personal -8.91757
-▁perspective -9.59072
-▁persuade -10.8712
-▁pertain -11.1761
-▁phas -11.6288
-▁phase -10.0816
-▁phenomen -10.1529
-▁philosoph -10.8568
-▁phrase -11.4218
-▁phthalate -10.3931
-▁physical -10.7739
-▁pick -10.9325
-▁picture -10.4394
-▁piece -10.3575
-▁pillar -10.1745
-▁pilot -10.916
-▁place -7.65425
-▁plain -10.8568
-▁plan -8.92718
-▁planet -11.0481
-▁plann -9.29214
-▁plans -9.33567
-▁plant -9.58831
-▁platform -11.1763
-▁play -8.59929
-▁player -10.5269
-▁pleas -9.53831
-▁please -9.32416
-▁pleasure -10.7226
-▁pledge -11.0121
-▁plen -9.64496
-▁plu -10.5287
-▁pluralis -11.3253
-▁point -6.97106
-▁pointed -9.65476
-▁police -9.28845
-▁policies -8.44716
-▁policy -6.9495
-▁politic -10.0039
-▁political -7.23793
-▁politician -9.96532
-▁pollut -10.4261
-▁polluter -10.641
-▁pollution -9.27102
-▁poor -9.05665
-▁populat -11.5558
-▁population -8.81124
-▁pornograph -10.4879
-▁port -9.40614
-▁pose -10.6245
-▁position -7.68565
-▁positive -8.48941
-▁possess -11.2373
-▁possibilit -9.17785
-▁possibl -7.486
-▁post -9.03082
-▁postpon -9.73921
-▁potential -9.3158
-▁power -8.35793
-▁powerful -10.4132
-▁practical -9.1281
-▁practice -8.73076
-▁practis -11.1373
-▁pragmatic -11.5865
-▁praise -10.9471
-▁pre -8.99919
-▁precaution -9.81742
-▁preced -10.927
-▁preci -11.1379
-▁precise -8.8243
-▁predecessor -11.3253
-▁predict -11.1184
-▁prefer -9.6152
-▁preference -11.0824
-▁pregnan -10.8145
-▁prejudice -10.9629
-▁preliminar -10.4879
-▁premature -11.2586
-▁premise -11.2804
-▁premium -11.4474
-▁prepar -10.21
-▁preparat -11.0004
-▁preparation -9.92589
-▁prepare -10.2843
-▁prepared -8.97756
-▁prerequisite -10.7478
-▁prescribe -11.5285
-▁presen -10.008
-▁present -7.54757
-▁presentation -10.4655
-▁preserv -10.6586
-▁preserve -10.6177
-▁presidency -9.10591
-▁president -10.4979
-▁press -9.42289
-▁pressure -9.27659
-▁presum -11.2805
-▁pretext -10.9314
-▁prevail -10.7873
-▁prevent -8.1915
-▁preventive -10.7651
-▁previous -8.73248
-▁pric -11.563
-▁price -9.29204
-▁prices -9.55722
-▁primar -9.69766
-▁principal -10.9314
-▁principle -7.94646
-▁principles -8.88786
-▁prior -10.2655
-▁priorit -8.8167
-▁priorities -9.25329
-▁prison -10.3319
-▁prisoner -10.5078
-▁priva -11.0813
-▁private -9.17523
-▁privatisation -10.8145
-▁privilege -10.7478
-▁pro -9.74568
-▁probabl -9.44736
-▁problem -7.0969
-▁problematic -11.1185
-▁procedural -10.7478
-▁procedure -8.35624
-▁procedures -8.95202
-▁proceed -9.82625
-▁proceeding -9.88739
-▁process -7.62168
-▁proclaim -11.5571
-▁produc -9.51326
-▁produce -9.08684
-▁producer -9.37831
-▁product -9.28003
-▁production -8.90572
-▁products -8.59392
-▁profession -11.1157
-▁professional -9.91431
-▁profile -11.4218
-▁profit -9.32782
-▁profound -11.029
-▁programm -10.7857
-▁programme -7.92454
-▁programmes -8.41797
-▁progress -8.17692
-▁prohibit -10.1818
-▁project -8.14393
-▁promise -9.61956
-▁promot -9.58304
-▁promote -8.93494
-▁promotion -10.0471
-▁prompt -10.7478
-▁proof -9.94769
-▁propagand -11.1961
-▁proper -8.65245
-▁propert -10.8349
-▁proportion -9.73445
-▁propos -8.26512
-▁proposal -6.9828
-▁propose -8.39237
-▁prosecut -10.3787
-▁prospect -9.97714
-▁prosper -10.2115
-▁prostitut -10.5601
-▁protect -8.47739
-▁protection -7.99271
-▁protest -10.2738
-▁protocol -10.315
-▁proud -10.6265
-▁prov -9.86099
-▁prove -9.57057
-▁provid -8.87327
-▁provide -7.84757
-▁provision -8.442
-▁prudent -11.4474
-▁psychological -11.4218
-▁public -7.50698
-▁publish -9.8432
-▁pull -11.3486
-▁punish -10.0579
-▁purchas -11.0817
-▁pure -9.84917
-▁purpose -8.84522
-▁pursu -10.065
-▁pursuan -10.6966
-▁pursue -10.1743
-▁push -10.3575
-▁put -7.6691
-▁qua -10.0433
-▁qualifi -9.60731
-▁qualitative -11.4218
-▁quantit -10.3751
-▁quantitative -11.3488
-▁question -7.0289
-▁quick -8.96144
-▁quiet -11.5007
-▁quit -8.07389
-▁quor -10.7873
-▁quota -9.43902
-▁quote -10.2442
-▁ra -7.95109
-▁race -10.6471
-▁racial -10.774
-▁racism -9.29446
-▁racist -10.3148
-▁radical -10.16
-▁radio -10.4206
-▁radioactiv -10.7223
-▁raft -11.3724
-▁rail -9.62731
-▁railway -9.23169
-▁rais -9.17827
-▁raise -8.88666
-▁range -9.88044
-▁rape -11.3875
-▁rapid -9.18594
-▁rapporteur -7.74404
-▁rate -8.98238
-▁ratifi -10.4879
-▁ratification -11.0818
-▁ratify -10.9009
-▁rational -10.1818
-▁re -7.68362
-▁reach -8.4734
-▁react -10.1317
-▁reaction -9.73532
-▁read -8.96693
-▁reading -9.20762
-▁reaffirm -11.3253
-▁real -7.63867
-▁realise -9.67204
-▁realistic -10.2503
-▁realit -9.62735
-▁reason -7.78397
-▁reasonabl -10.8402
-▁reassure -11.0999
-▁rebuild -11.4474
-▁recall -10.6853
-▁receiv -9.38505
-▁receive -8.94278
-▁recent -8.73845
-▁recently -9.26924
-▁reception -10.7873
-▁recipient -11.5007
-▁recital -10.9954
-▁recogni -9.5402
-▁recognise -8.78867
-▁recommend -9.81652
-▁recommendation -9.03588
-▁reconcil -10.6018
-▁reconsider -10.9009
-▁reconstruct -10.8166
-▁reconstructi -10.527
-▁record -9.67534
-▁recourse -11.1184
-▁recover -10.4491
-▁recruit -11.3968
-▁recycl -10.1891
-▁red -9.77905
-▁redeploy -11.6168
-▁redistribut -11.4218
-▁reduc -9.6903
-▁reduce -9.12408
-▁reduced -9.85983
-▁reduction -9.35366
-▁refer -9.05708
-▁reference -9.06878
-▁referend -10.43
-▁referr -8.95441
-▁reflect -9.16452
-▁reform -8.18584
-▁refrain -11.5007
-▁refugee -10.6643
-▁refugees -9.36955
-▁refund -10.6379
-▁refus -10.3515
-▁refuse -10.2633
-▁regard -7.2474
-▁regime -9.66218
-▁region -7.84523
-▁regional -8.60153
-▁register -10.1965
-▁regret -9.4792
-▁regrettabl -10.6742
-▁regular -9.9535
-▁regulat -10.3321
-▁regulate -10.2911
-▁regulation -7.7525
-▁regulator -9.94356
-▁rehabilitat -11.4218
-▁reinforce -10.162
-▁reiterate -10.1387
-▁reject -8.91291
-▁relat -8.66249
-▁relate -9.4948
-▁relation -8.8361
-▁relations -8.79002
-▁relationship -9.71612
-▁relative -9.81848
-▁release -9.83281
-▁relevan -11.5843
-▁relevant -9.25912
-▁reliabl -10.7356
-▁relie -10.2271
-▁religion -10.9314
-▁religious -10.5601
-▁reluctan -11.2165
-▁remain -8.47203
-▁remark -9.53204
-▁remedy -11.3026
-▁remember -9.45796
-▁remind -9.04013
-▁remit -10.6853
-▁remote -10.3488
-▁remov -10.2177
-▁remove -10.3417
-▁render -11.4218
-▁renew -10.4101
-▁renewable -9.86511
-▁reorganis -11.3026
-▁repair -11.1373
-▁repatriat -11.5571
-▁repeat -9.47787
-▁repeated -10.121
-▁replac -11.013
-▁replace -9.98893
-▁replie -10.5601
-▁reply -9.56279
-▁report -6.36088
-▁represent -8.59356
-▁representation -10.3032
-▁representative -8.79648
-▁repressi -11.0638
-▁reputa -11.3724
-▁request -8.32215
-▁requir -9.9453
-▁require -8.33481
-▁requirement -8.80076
-▁research -8.56358
-▁reservation -10.3663
-▁reserve -10.0775
-▁residenc -10.1458
-▁resident -10.4299
-▁resistan -10.6614
-▁resolute -11.5007
-▁resolution -7.77603
-▁resolutions -9.71506
-▁resolv -10.0887
-▁resolve -9.69201
-▁resort -10.9009
-▁resource -10.6619
-▁resources -8.26339
-▁respect -7.68352
-▁respective -10.3623
-▁respond -9.3599
-▁response -8.98551
-▁responsibilit -8.09457
-▁responsibl -8.56648
-▁rest -9.384
-▁restor -10.463
-▁restore -10.6001
-▁restrict -9.58135
-▁restriction -9.7645
-▁restructuring -10.4682
-▁result -7.76343
-▁resum -10.266
-▁retain -10.2422
-▁retire -10.8425
-▁retro -11.5059
-▁return -9.32198
-▁reunification -10.7608
-▁reveal -10.5927
-▁revenue -10.8712
-▁reverse -10.7099
-▁review -9.14359
-▁revis -10.1953
-▁revision -10.0398
-▁revolution -10.6038
-▁reward -11.509
-▁rhetoric -10.9954
-▁rich -10.1966
-▁ridiculous -11.6168
-▁right -7.26032
-▁rights -7.33636
-▁rigid -11.3968
-▁rigorous -10.6379
-▁rigour -11.5865
-▁rise -9.4767
-▁risk -8.22544
-▁river -11.2374
-▁road -8.79638
-▁role -8.19283
-▁room -10.2344
-▁root -10.1458
-▁round -10.0013
-▁route -10.2982
-▁ruin -11.4475
-▁rule -9.12466
-▁rules -8.3056
-▁ruling -10.886
-▁run -9.11051
-▁rural -9.33448
-▁rush -11.4474
-▁s -5.96294
-▁sad -10.1257
-▁safe -9.71542
-▁safeguard -9.55879
-▁safety -8.27546
-▁sai -7.82508
-▁sake -10.7351
-▁sale -10.3868
-▁sanction -9.29748
-▁satellite -11.6481
-▁satisfact -10.6262
-▁satisfactor -10.1306
-▁satisfie -10.2267
-▁satisfy -11.0638
-▁save -10.6122
-▁saving -10.3576
-▁saw -10.5602
-▁say -7.22336
-▁saying -9.12483
-▁sc -8.97236
-▁scale -9.57069
-▁scandal -10.478
-▁scarce -11.1762
-▁scenario -11.1373
-▁scene -11.0821
-▁schedule -10.6264
-▁scheme -9.8324
-▁schemes -10.1971
-▁school -9.30966
-▁science -10.5817
-▁scientific -9.35716
-▁scientist -10.7478
-▁score -10.7352
-▁scourge -11.3968
-▁scrap -11.4729
-▁scrapie -11.3261
-▁screen -11.1184
-▁scrutin -10.6732
-▁sea -8.93939
-▁search -11.0817
-▁second -7.71877
-▁secre -11.2734
-▁secret -10.6533
-▁section -9.75336
-▁sector -7.84781
-▁secur -11.4078
-▁secure -9.96207
-▁securit -8.32423
-▁see -7.33335
-▁seek -9.00115
-▁seeker -10.3996
-▁seem -8.40294
-▁select -10.0644
-▁self -9.6457
-▁sell -10.5684
-▁seminar -11.5865
-▁send -9.37699
-▁senior -10.947
-▁sense -8.9401
-▁sensibl -10.0514
-▁sensitive -9.73914
-▁sensitivit -11.029
-▁sent -9.72873
-▁sentence -10.4883
-▁separate -9.70673
-▁seri -10.1202
-▁serious -7.96522
-▁serve -9.39934
-▁service -8.62776
-▁services -8.38597
-▁session -9.22738
-▁set -7.9157
-▁setting -9.4206
-▁settl -10.5858
-▁settlement -10.508
-▁seven -10.0198
-▁several -8.89458
-▁severe -10.8168
-▁sex -10.3402
-▁sexual -10.118
-▁shall -8.12502
-▁shame -10.4206
-▁shape -10.6725
-▁shar -10.059
-▁share -8.54607
-▁she -8.60068
-▁shell -11.3969
-▁shift -10.2578
-▁ship -9.63267
-▁shipowner -11.5865
-▁shipping -10.498
-▁shock -10.735
-▁shop -10.9317
-▁short -8.49599
-▁shortcoming -10.2669
-▁should -6.09521
-▁show -8.25274
-▁side -9.28778
-▁sides -10.0901
-▁sight -10.4787
-▁sign -8.88346
-▁signal -9.99125
-▁signature -11.4218
-▁significan -10.5058
-▁significant -8.93494
-▁silence -10.6039
-▁similar -9.26767
-▁simpl -8.48276
-▁simple -9.64124
-▁simplifi -11.1145
-▁simplify -10.6381
-▁simultaneous -11.6168
-▁since -7.85411
-▁sincere -10.4506
-▁single -8.61294
-▁sit -10.5072
-▁site -9.88723
-▁sitting -9.0567
-▁situation -7.40803
-▁six -9.2531
-▁size -9.2958
-▁skill -10.3064
-▁slaughter -10.9314
-▁slick -11.5865
-▁slight -10.3232
-▁slow -10.1136
-▁small -8.47832
-▁smaller -10.5419
-▁smok -9.60712
-▁smooth -11.2586
-▁smuggl -11.029
-▁so -6.55561
-▁social -7.38051
-▁societ -8.18684
-▁socio -10.8145
-▁soft -11.1775
-▁soldier -10.4682
-▁sole -9.99212
-▁solid -10.7375
-▁solution -8.43559
-▁solv -10.7727
-▁solve -9.81284
-▁some -6.73718
-▁sometime -9.45884
-▁soon -9.01585
-▁sorr -10.4352
-▁sort -9.3504
-▁sound -9.33285
-▁source -9.44737
-▁south -10.3329
-▁souther -10.4381
-▁sovereign -11.059
-▁sovereignt -10.3512
-▁space -10.0483
-▁spare -11.3725
-▁speak -8.38081
-▁speaker -9.03096
-▁speci -10.671
-▁special -8.70209
-▁specialist -11.1019
-▁specifi -10.6012
-▁specific -7.82067
-▁specify -10.9314
-▁spectr -10.7878
-▁speculat -10.6496
-▁speech -9.23588
-▁speed -9.26182
-▁spen -9.8424
-▁spend -9.60363
-▁sphere -10.2818
-▁spirit -9.48314
-▁split -11.029
-▁spoke -9.42649
-▁sponsor -11.6168
-▁sport -8.82427
-▁spot -10.9009
-▁spread -10.2707
-▁spring -11.1961
-▁stabili -8.97634
-▁stadium -11.5571
-▁staff -9.3158
-▁stage -8.80564
-▁stake -10.2658
-▁stance -10.5394
-▁stand -8.85439
-▁standard -8.44081
-▁start -8.17397
-▁starv -11.6169
-▁state -7.97168
-▁statement -8.52868
-▁states -8.98975
-▁station -10.6626
-▁statistic -10.0841
-▁statu -9.30313
-▁statute -10.903
-▁stay -10.2659
-▁steel -11.3026
-▁stem -10.7101
-▁step -8.33481
-▁stick -10.9471
-▁still -7.65122
-▁stimulat -10.8967
-▁stipulat -10.0975
-▁stock -9.77686
-▁stoo -11.5004
-▁stop -9.39833
-▁stopp -10.9518
-▁stor -9.66394
-▁straight -10.7608
-▁strand -11.2804
-▁strange -11.0121
-▁strateg -8.65257
-▁strategic -9.68142
-▁streamlin -11.5571
-▁street -11.5007
-▁strength -10.7707
-▁strengthen -8.97285
-▁stress -8.75685
-▁stretch -11.6481
-▁strict -9.38932
-▁strike -10.4585
-▁stringent -10.9009
-▁strong -8.66434
-▁structural -9.39284
-▁structure -8.98995
-▁struggle -10.7873
-▁student -10.3064
-▁studie -9.87503
-▁study -9.54319
-▁sub -9.58098
-▁subject -7.8958
-▁submarine -11.2805
-▁submit -9.9968
-▁submitt -9.40854
-▁subscribe -10.947
-▁subsequent -10.1179
-▁subsid -9.6573
-▁subsidiar -11.6268
-▁subsidiarit -9.61408
-▁subsidis -10.8299
-▁substance -9.21616
-▁substantial -9.60709
-▁substantive -11.5007
-▁succeed -9.84843
-▁success -8.98307
-▁successful -9.32542
-▁sudden -10.886
-▁suffer -9.53919
-▁suffering -10.0581
-▁sufficient -9.05664
-▁suggest -9.05535
-▁suggestion -10.0614
-▁suit -10.512
-▁suitabl -10.7955
-▁sum -9.55089
-▁summer -10.6039
-▁summit -9.67534
-▁super -10.3575
-▁supervis -10.176
-▁supervisor -10.8682
-▁supplement -9.73445
-▁supplie -10.5495
-▁supply -9.87503
-▁support -6.93059
-▁supposed -10.1318
-▁suppress -11.4737
-▁supranational -11.5571
-▁sure -8.56645
-▁surface -10.9314
-▁surplus -11.1184
-▁surprise -10.026
-▁surprising -11.1761
-▁surrounding -10.6638
-▁surviv -10.4394
-▁suspect -10.8008
-▁suspend -10.0908
-▁suspensi -11.4474
-▁sustain -10.4691
-▁sustainab -10.9621
-▁sustainabl -9.4578
-▁sw -10.3114
-▁swift -10.638
-▁switch -11.6168
-▁symbol -10.735
-▁sympath -10.3148
-▁synerg -11.5571
-▁system -7.64197
-▁systematic -10.1891
-▁systems -8.93145
-▁t -8.54288
-▁tabl -9.07001
-▁table -9.38807
-▁tackl -10.6208
-▁tackle -9.71816
-▁tactic -11.6481
-▁take -6.84314
-▁talk -8.26992
-▁tape -11.2586
-▁target -9.28246
-▁tariff -10.3751
-▁task -8.65954
-▁taste -11.2804
-▁tax -8.57553
-▁taxe -10.1445
-▁taxpayer -10.4299
-▁teach -10.3335
-▁team -10.5817
-▁technical -8.78909
-▁technique -10.9314
-▁technologi -10.0074
-▁technological -10.0841
-▁technology -9.31889
-▁television -9.91912
-▁tell -9.06649
-▁temporar -10.114
-▁ten -9.35559
-▁tend -10.4308
-▁tendenc -11.0818
-▁tension -10.582
-▁term -7.46404
-▁terribl -10.4979
-▁territor -9.6236
-▁territorial -10.9475
-▁terroris -9.94331
-▁terrorist -10.6914
-▁test -9.32611
-▁text -8.48672
-▁th -6.98401
-▁than -7.25208
-▁thank -7.51346
-▁that -4.45611
-▁the -2.89897
-▁their -6.6105
-▁them -7.34934
-▁theoretical -11.5865
-▁therapeutic -11.3026
-▁there -6.2232
-▁these -6.40602
-▁thi -4.78284
-▁thing -8.22627
-▁think -7.31051
-▁third -8.08486
-▁thirt -11.1906
-▁thirteen -11.3486
-▁thorough -10.0644
-▁though -9.26099
-▁thought -9.52254
-▁thousand -9.59479
-▁threat -9.46182
-▁threaten -9.74819
-▁three -8.31876
-▁threshold -11.0817
-▁through -7.72252
-▁throw -10.4988
-▁ti -10.2369
-▁tim -10.6329
-▁time -6.79144
-▁timetable -9.97718
-▁title -11.4737
-▁to -3.70918
-▁tobacco -9.25309
-▁together -8.41667
-▁toleran -10.9585
-▁tolerate -11.1569
-▁tonne -10.6976
-▁too -7.63091
-▁tool -10.0026
-▁topic -10.383
-▁topical -10.1831
-▁torture -10.8426
-▁total -8.58513
-▁totalitarian -11.6481
-▁tough -10.9315
-▁tourism -9.84856
-▁tourist -11.0122
-▁toward -8.42596
-▁town -10.44
-▁toxic -11.1962
-▁tr -10.1238
-▁traceab -10.7478
-▁track -10.6733
-▁trad -10.7053
-▁trade -8.49673
-▁tradition -10.1516
-▁traditional -10.0085
-▁traffic -9.21029
-▁traffick -9.268
-▁traged -10.2422
-▁tragic -10.4022
-▁train -8.6532
-▁trans -9.40665
-▁transactions -10.8284
-▁transfer -9.70959
-▁transferr -10.6423
-▁transform -10.886
-▁transit -11.0128
-▁transition -9.82805
-▁translat -10.5696
-▁translation -10.9648
-▁transmission -11.0465
-▁transnational -11.2165
-▁transparen -9.03323
-▁transparent -9.99494
-▁transport -8.143
-▁transpos -10.7059
-▁travel -10.225
-▁travell -10.999
-▁treat -9.06577
-▁treatment -9.47655
-▁tremendous -10.9629
-▁trend -10.1745
-▁tri -9.4544
-▁trial -10.3877
-▁tribute -11.0121
-▁trigger -11.6168
-▁troop -10.886
-▁trouble -10.8145
-▁tru -9.89962
-▁true -8.891
-▁trust -10.1476
-▁truth -10.2196
-▁try -8.57055
-▁tune -11.3968
-▁tunnel -11.5865
-▁turn -8.74459
-▁twel -11.0817
-▁twent -10.2658
-▁twi -10.872
-▁two -7.51611
-▁type -8.67891
-▁tyre -10.8718
-▁ultimate -10.1179
-▁un -7.48456
-▁unacceptabl -9.26767
-▁unanim -10.6036
-▁unanimous -9.86443
-▁uncertaint -10.6023
-▁under -7.33513
-▁underestimat -11.1565
-▁underline -10.4132
-▁undermine -10.2982
-▁underst -10.4391
-▁understand -8.39212
-▁undertake -10.1655
-▁undertaking -10.6553
-▁undertakings -10.1601
-▁undoubted -10.2344
-▁unemploy -10.0254
-▁unequivocal -11.1184
-▁unfair -10.6264
-▁unfortunate -8.7342
-▁uniform -10.1745
-▁unilateral -11.0638
-▁union -9.74685
-▁unique -10.8284
-▁unit -9.47171
-▁universal -9.88587
-▁universit -10.886
-▁unjustifi -11.5285
-▁unlike -10.6379
-▁unnecessar -10.3148
-▁unrealistic -11.3968
-▁unreasonabl -11.5571
-▁unti -8.86384
-▁unusual -11.2586
-▁up -6.66882
-▁updat -10.795
-▁uphold -11.0639
-▁uranium -10.3841
-▁urban -10.3488
-▁urge -9.3233
-▁urgenc -9.97731
-▁urgent -9.02861
-▁us -6.63737
-▁use -7.61636
-▁useful -9.41084
-▁user -10.2839
-▁usual -10.1337
-▁utilis -11.1565
-▁va -10.5498
-▁vacuum -11.6168
-▁vague -11.0121
-▁valid -10.2191
-▁valu -10.1999
-▁value -8.42982
-▁van -9.83002
-▁varie -11.5807
-▁variet -10.9351
-▁various -8.35344
-▁vary -11.1003
-▁vast -10.4694
-▁vegetable -10.6613
-▁vehicle -11.2773
-▁vehicles -9.79796
-▁venture -11.1961
-▁verba -11.617
-▁verification -11.3026
-▁version -9.97711
-▁vertical -11.5865
-▁vessel -10.1318
-▁veto -11.5571
-▁vi -9.15894
-▁via -10.2496
-▁victim -8.85879
-▁victor -11.2586
-▁view -7.49287
-▁viewpoint -11.5285
-▁vigilan -10.6732
-▁vigorous -10.8008
-▁village -11.1373
-▁violat -10.4669
-▁violation -9.57916
-▁violen -9.20782
-▁virtual -10.8425
-▁virtue -11.1961
-▁visa -10.2424
-▁visibl -10.9792
-▁vision -10.315
-▁visit -9.38273
-▁vital -9.28846
-▁voice -10.0709
-▁volume -10.6732
-▁voluntar -10.2191
-▁vot -8.49248
-▁vote -7.29437
-▁vulnerab -10.29
-▁w -5.86338
-▁wage -10.3536
-▁wait -9.50154
-▁wake -11.0639
-▁want -7.25098
-▁war -8.73269
-▁warm -10.1493
-▁warning -10.1112
-▁warrant -11.5285
-▁was -6.43938
-▁waste -8.6365
-▁watch -10.6379
-▁water -8.36799
-▁way -7.07719
-▁we -4.75903
-▁weak -9.8759
-▁weakness -10.6621
-▁wealth -10.2239
-▁weapon -9.91351
-▁week -8.7021
-▁weigh -11.4151
-▁weight -10.5265
-▁welcom -11.419
-▁welcome -8.16284
-▁welfar -10.4206
-▁well -7.42112
-▁western -11.1374
-▁what -6.49507
-▁whe -7.94547
-▁when -7.06562
-▁where -7.41691
-▁wherea -10.5781
-▁whi -11.0026
-▁which -5.23785
-▁whil -8.3581
-▁white -11.0498
-▁who -6.7161
-▁whole -8.0944
-▁wholehearted -10.6853
-▁whom -9.76056
-▁why -7.59898
-▁wide -8.81086
-▁will -5.63591
-▁wind -10.6743
-▁wish -8.09641
-▁wishe -9.78465
-▁with -5.23785
-▁withdraw -9.61954
-▁witness -10.0387
-▁women -7.95645
-▁wonder -9.57464
-▁wood -10.6443
-▁wor -10.2317
-▁word -9.13035
-▁words -8.59599
-▁work -7.05938
-▁workers -8.79138
-▁workforce -11.5865
-▁working -8.22149
-▁workplace -11.1007
-▁world -7.87225
-▁worrie -10.6741
-▁worrying -10.6496
-▁worse -9.98441
-▁worth -9.55828
-▁wreck -11.6168
-▁writ -9.37969
-▁wrong -9.52025
-▁xenophobi -9.77279
-▁ye -9.08407
-▁year -7.54901
-▁years -7.50637
-▁yes -9.92646
-▁yield -11.029
-▁you -6.29419
-▁young -8.64527
-▁your -7.5721
-▁zone -10.0894
+? -6.99119
+@ -4.97972
+A -9.02433
+AI -10.9778
+AL -10.4968
+AN -10.5167
+AP -10.6324
+AT -10.619
+Alba -11.2934
+B -9.41608
+C -8.75584
+CB -10.3297
+CE -10.9305
+CIT -11.4528
+CP -9.61617
+Cor -10.4487
+D -9.60022
+DP -10.7559
+DR -10.8174
+DS -10.8439
+E -9.16608
+ED -11.3513
+EDA -10.2233
+EEC -11.1559
+EN -10.6785
+ES -10.865
+F -8.95491
+FE -10.6055
+FP -10.8661
+G -9.93018
+H -10.5015
+HAR -11.5846
+I -9.16437
+IM -10.8763
+IN -11.4495
+IS -11.1951
+J -12.8233
+K -10.8065
+Kenn -11.4052
+L -9.48664
+M -10.1151
+MU -10.6942
+N -9.36347
+NS -11.0242
+O -8.39753
+OD -11.1034
+OLA -10.0947
+P -9.31159
+PAR -11.5034
+PE -9.85674
+PP -11.0122
+R -9.14411
+REG -10.4766
+ROM -11.5298
+S -9.38244
+SA -10.8084
+SE -9.54022
+T -9.26259
+TA -10.3616
+TO -9.65463
+U -9.69007
+W -12.3361
+a -6.35444
+ab -8.80053
+abilit -8.8891
+able -6.63307
+abour -11.0699
+about -6.88384
+ac -8.54193
+ack -10.0419
+activ -11.1556
+age -8.75321
+ague -11.0469
+aid -8.81579
+ail -10.3725
+ain -9.36092
+airo -11.1144
+ak -9.44816
+aker -10.8749
+akis -10.5351
+al -6.59671
+all -8.57576
+ally -7.94331
+alogue -11.1376
+ama -10.6608
+ambiguous -11.1933
+amount -11.2177
+amp -10.1965
+ampere -10.3543
+an -7.58455
+ana -9.93336
+ance -8.07358
+and -9.02491
+ang -9.56569
+angi -10.8612
+ann -10.0029
+annoye -10.9721
+ant -8.57294
+ap -9.55302
+apos -5.7486
+ar -7.40969
+arbour -11.0851
+arcel -10.7126
+ard -8.96268
+arder -10.8943
+aria -11.0354
+around -9.29799
+ary -7.52868
+asmu -11.5473
+at -7.83677
+ate -8.39657
+ated -9.19089
+ation -7.01809
+ative -9.77211
+atten -9.7622
+au -9.4511
+aught -10.5947
+av -9.55606
+away -9.55836
+b -8.24387
+ba -10.3362
+back -11.138
+be -9.51856
+ber -9.08449
+bi -9.48656
+ble -9.25873
+bo -9.2907
+board -10.9764
+body -9.91004
+bon -8.98592
+bourg -9.60703
+bow -11.0563
+bral -11.7042
+broad -11.2177
+bureaucratic -10.7064
+bus -10.5478
+by -9.43617
+c -7.26897
+ca -9.20159
+cal -10.1658
+came -10.6661
+cause -6.84929
+ce -6.73137
+ch -7.97666
+chelon -11.1377
+cient -11.406
+cientific -11.4495
+ck -9.26425
+clear -10.7858
+clusion -10.2862
+co -9.2275
+cofin -11.6423
+colour -11.2522
+coming -8.58639
+comit -10.69
+company -9.75368
+conciliation -10.8969
+control -11.2204
+corporation -11.0875
+craft -9.83355
+cussion -11.2124
+cy -8.31085
+d -5.1757
+dac -10.7626
+dam -10.7654
+day -7.47201
+ddiction -11.7042
+deci -11.6845
+declar -10.3407
+deed -8.4154
+dford -10.8705
+did -8.38667
+disable -11.4342
+discriminat -10.9559
+do -9.79374
+dominant -11.1023
+done -8.2227
+dorf -11.3814
+drew -11.2126
+ducation -11.051
+during -8.24723
+e -4.95985
+each -8.35466
+ealth -9.78755
+ean -8.94114
+ear -9.98785
+ebru -10.1402
+echnical -11.6727
+eclaration -11.4042
+ecretariat -11.1204
+ecurit -9.83897
+ed -4.38823
+efence -10.6936
+eft -10.1612
+eg -9.63641
+egovi -11.5569
+eij -10.1783
+el -8.41997
+eland -9.66952
+elecommunication -10.1139
+ell -9.17861
+ella -10.7469
+ember -9.1231
+emi -10.3397
+empt -10.5146
+en -5.82409
+ence -8.69597
+enezuela -11.5298
+engen -10.4206
+ensioner -11.4775
+ent -8.8199
+eople -9.68352
+eparation -11.2934
+ept -9.75782
+er -6.45246
+ergy -10.6228
+erland -10.6697
+ern -9.12606
+ers -8.05525
+erusal -11.2943
+es -7.00425
+ese -9.83504
+esearch -10.4953
+est -8.20378
+et -7.83677
+ether -8.53813
+eugen -10.7926
+evel -11.328
+ever -6.90879
+ez -10.1754
+f -7.72931
+ff -9.91577
+ffair -8.60504
+fication -10.3475
+field -10.7412
+fold -11.2938
+franc -11.6132
+front -10.1147
+ful -8.49298
+g -7.27691
+ga -9.65383
+gan -10.1813
+ge -9.40825
+gen -9.64794
+gencies -11.1043
+genda -10.8437
+gging -11.3719
+gh -10.3527
+given -7.89509
+giving -9.28908
+gne -10.8892
+going -10.6553
+gone -10.2274
+governmental -10.5929
+grade -10.8552
+graph -11.3814
+guard -10.6375
+guer -11.4117
+gun -10.6208
+h -7.34516
+half -8.02449
+hap -8.54851
+he -9.27398
+head -9.90373
+hind -9.16379
+hip -9.39683
+hne -10.7938
+ho -9.31312
+hol -10.3563
+holder -11.2335
+hood -11.0371
+i -6.81179
+ia -9.11104
+ial -9.19738
+ian -9.64943
+ibilit -11.1823
+ic -7.81455
+ical -9.17863
+ice -8.82772
+ick -10.209
+id -8.89634
+ier -9.21561
+ies -5.61408
+if -6.45676
+ification -9.66504
+ight -10.3316
+ign -9.68903
+ij -10.6659
+ika -10.5669
+il -8.32166
+ilit -9.09301
+ill -8.6645
+imbabwe -9.93107
+in -6.60956
+inci -10.3683
+ine -9.47663
+ing -4.502
+ingdom -9.78135
+inland -9.91718
+institutional -10.4987
+inute -9.84279
+io -9.52953
+ion -6.68938
+ious -9.76636
+ir -8.64831
+ire -9.93416
+is -8.04134
+isation -9.16679
+iscal -10.9463
+ise -9.01227
+ised -9.2798
+ish -7.82084
+ism -8.87677
+ist -8.67161
+istic -10.6277
+it -7.71588
+ither -8.97398
+itorin -10.9127
+ity -7.40554
+ium -9.74349
+iv -9.46742
+ive -8.15085
+iz -10.5521
+j -8.89321
+justice -9.24676
+k -8.35021
+ke -9.89596
+kin -10.0685
+known -11.6286
+l -6.78408
+laid -9.82975
+land -9.13421
+lands -9.86493
+lax -10.2693
+lbei -11.1722
+ld -8.91049
+le -7.16765
+led -9.08472
+ler -9.70152
+less -7.86514
+li -8.59527
+light -10.7189
+lin -9.49222
+ling -9.43881
+linka -11.6422
+lliance -10.1016
+lo -8.58661
+lock -10.6448
+logical -10.0742
+long -10.1162
+loo -10.9573
+lotte -11.5716
+low -10.5121
+lso -6.18106
+lum -8.99178
+ly -4.6993
+m -5.45046
+made -7.25518
+man -9.28382
+mar -10.0518
+marine -10.5359
+mark -9.11473
+mas -10.3821
+mbassador -11.6425
+ment -6.94853
+metric -11.1349
+mission -10.2161
+misunderstanding -11.2934
+mitt -10.7426
+most -8.71255
+n -6.10535
+na -9.17302
+nburg -11.0518
+nd -9.56693
+ne -8.90652
+negro -11.383
+nel -10.2456
+ner -9.79868
+ness -8.09415
+next -8.2212
+nformation -11.6727
+ngle -11.2474
+nha -10.6627
+night -10.6446
+nivers -11.1226
+nk -9.85859
+nock -10.4136
+not -7.41451
+nough -8.85835
+nt -9.1051
+ntergovernmental -9.38241
+nternal -11.0532
+nternational -9.85844
+nutrition -11.4284
+o -6.60849
+ob -10.3001
+ober -10.2979
+oboda -10.83
+oc -9.59355
+ocrat -11.4049
+often -8.93045
+ogge -11.4479
+oint -10.3571
+ok -8.7522
+older -11.6872
+olidar -9.56049
+ollar -11.6421
+ollege -10.9273
+ology -10.1807
+om -8.98834
+omen -7.92047
+on -6.72648
+ona -10.4208
+once -8.80869
+onciliation -10.9258
+ond -9.23107
+one -7.88967
+onitor -10.7904
+ood -9.88746
+ooperation -10.7902
+ope -8.87911
+opoulo -11.0698
+or -7.77245
+ordinar -11.0193
+oreign -9.99257
+ori -10.0462
+ork -10.7436
+orn -10.6896
+orrow -8.82905
+ors -8.94468
+ory -8.86547
+ose -7.15058
+other -8.20756
+oto -11.0415
+otti -11.13
+ou -9.75779
+ought -8.40793
+ould -5.82677
+oulou -11.5288
+ound -10.1625
+our -9.2581
+ous -8.33572
+out -7.51253
+ov -10.2122
+over -8.80928
+ow -9.27707
+oxide -11.0851
+p -6.85577
+pend -10.8646
+per -10.2191
+pin -10.5194
+pite -10.3089
+place -11.1185
+pleasant -11.6569
+po -9.23462
+pol -9.66317
+position -10.3996
+pover -9.36373
+pp -9.45921
+precedent -10.6386
+prob -11.7372
+productive -10.4582
+promising -11.1023
+proving -11.7365
+proxim -11.2934
+pu -10.1956
+q -12.6531
+qu -9.45594
+quality -8.55306
+quarter -10.6825
+que -9.20805
+quot -7.41568
+r -6.57149
+ra -7.90141
+rac -9.76839
+rak -10.8658
+ramework -10.8165
+ransport -10.2674
+raw -10.6678
+re -7.44288
+rea -9.89461
+read -7.46929
+reb -10.8641
+refore -7.02569
+regulat -11.7649
+rela -11.0693
+related -9.86322
+ren -8.22633
+reper -11.1913
+reserved -11.1899
+respo -11.1997
+rez -10.6878
+ri -8.04725
+right -10.9175
+ril -9.92499
+riminal -11.1369
+rish -10.2809
+rising -10.3045
+rker -11.4587
+roactive -11.0326
+rocedure -9.7761
+rofessor -11.3586
+rosecutor -10.8825
+rotection -10.9268
+rotocol -11.1019
+row -10.5768
+ru -9.82095
+rust -10.5372
+ry -9.2074
+s -3.10763
+same -7.57168
+satisfactor -11.5088
+scape -10.871
+self -7.80507
+selves -8.74447
+served -11.7677
+sh -8.78134
+sibl -10.3813
+side -9.12335
+sinki -9.82644
+ski -10.5447
+sky -10.654
+space -10.8963
+spect -10.4518
+sperson -11.5035
+spread -9.87398
+sselt -11.4285
+st -6.78868
+stabili -10.8324
+standing -10.2194
+stead -9.02835
+stein -11.005
+sterda -9.29467
+stock -11.4545
+str -8.99319
+strich -10.791
+sumption -9.83879
+suppose -11.1929
+t -6.1066
+ta -9.03103
+tag -10.7641
+taken -7.69128
+taking -8.52748
+te -7.96676
+tember -9.9876
+ten -8.63021
+tention -8.47247
+ter -8.2774
+tergovernmental -10.5883
+terran -9.12465
+th -7.90906
+the -8.43715
+ther -7.2451
+thing -7.37076
+this -4.83925
+though -8.33667
+thus -9.45035
+ti -9.35453
+tic -8.97574
+time -9.75353
+ting -8.52748
+tion -8.37247
+titude -11.1534
+to -9.23639
+toge -11.03
+ton -10.1458
+top -11.0498
+tract -10.6052
+tropic -11.2725
+truck -10.9575
+tructural -9.46558
+ttle -10.209
+tuna -11.7041
+ture -10.2024
+ty -7.27938
+u -7.73626
+uaestor -11.3065
+ual -9.7123
+uar -10.0027
+ub -10.0521
+ublin -10.633
+uc -9.61276
+uch -6.62285
+ue -9.64726
+uestion -10.0808
+uff -10.2323
+ug -9.6358
+ugoslavia -10.2678
+ul -8.53742
+um -7.84663
+und -10.0679
+undamental -9.62639
+uner -10.8052
+ung -10.8764
+unt -9.91508
+uous -10.8669
+up -10.0415
+ur -8.00434
+ural -10.4157
+uran -10.2919
+ure -9.74672
+ureau -10.5147
+urg -10.6442
+urricane -11.5034
+us -8.27505
+ut -8.47288
+uzz -11.6131
+v -8.96679
+va -8.87652
+valu -11.4019
+ve -8.38851
+ver -9.2841
+very -6.69699
+vi -8.94945
+viation -9.991
+vic -9.78939
+view -11.4807
+visual -10.3625
+vo -9.46206
+w -8.20266
+wards -10.1851
+water -11.0803
+way -9.36371
+ways -8.35425
+weg -10.7793
+went -11.1823
+were -7.37544
+what -10.0847
+where -9.3276
+whil -10.6184
+wide -10.7405
+wise -9.26039
+witz -10.7415
+work -10.5638
+worth -11.5089
+x -9.05609
+xternal -10.8563
+y -4.43389
+yet -8.39604
+z -8.3791
+zem -11.2107
+zero -10.8569
+zone -10.7319
+▁ -2.61782
+▁& -5.56826
+▁- -6.59457
+▁. -3.67083
+▁... -10.2308
+▁00 -8.93822
+▁000 -9.11051
+▁011 -11.7364
+▁012 -11.6131
+▁015 -11.6131
+▁016 -11.3147
+▁017 -11.4046
+▁020 -11.6729
+▁021 -11.6131
+▁1 -8.62581
+▁10 -9.16397
+▁100 -10.2738
+▁11 -9.18961
+▁12 -9.03757
+▁13 -9.49003
+▁14 -9.36017
+▁15 -9.0403
+▁16 -10.0343
+▁17 -10.0463
+▁18 -9.93718
+▁19 -9.56071
+▁197 -10.6719
+▁198 -9.8737
+▁199 -8.54048
+▁1990 -10.7328
+▁1998 -9.01776
+▁1999 -8.33588
+▁2 -9.01037
+▁20 -9.07297
+▁200 -8.82097
+▁2000 -7.73939
+▁201 -10.6387
+▁21 -9.80037
+▁22 -10.2611
+▁23 -10.3308
+▁24 -10.0582
+▁25 -9.62399
+▁26 -10.5455
+▁27 -10.6176
+▁28 -10.3633
+▁29 -10.6338
+▁3 -8.83973
+▁30 -9.61525
+▁300 -10.7261
+▁31 -10.5962
+▁32 -10.9009
+▁35 -10.5883
+▁36 -11.071
+▁37 -10.4415
+▁38 -11.0368
+▁4 -8.85816
+▁40 -9.65587
+▁42 -10.8867
+▁45 -10.918
+▁48 -11.0048
+▁5 -8.81018
+▁50 -9.596
+▁500 -10.7702
+▁6 -8.98711
+▁60 -10.1218
+▁7 -9.17534
+▁70 -10.5067
+▁8 -9.23076
+▁80 -10.2316
+▁9 -9.44722
+▁90 -10.5354
+▁95 -10.9014
+▁99 -11.1208
+▁A -7.21267
+▁Act -11.5835
+▁Action -10.8991
+▁Africa -8.9688
+▁African -9.76311
+▁Agenc -10.9592
+▁Agreement -9.98081
+▁Agricultur -9.89924
+▁Aid -10.6423
+▁Albania -11.4024
+▁Albanian -10.6498
+▁Algeria -10.8705
+▁Amendment -8.41184
+▁America -9.8561
+▁American -9.4602
+▁Amsterdam -9.40952
+▁Anders -11.6131
+▁Angola -10.83
+▁Annex -11.1199
+▁Anti -11.742
+▁Ap -9.96438
+▁Armenia -11.7364
+▁Article -8.4297
+▁Asia -10.6498
+▁Assembl -10.127
+▁Association -11.1199
+▁Atlant -10.9569
+▁Auditor -9.80941
+▁August -11.1199
+▁Austria -9.09163
+▁Austrian -9.56109
+▁Authorit -11.5034
+▁B -7.56779
+▁Balkan -9.40633
+▁Bangladesh -10.7413
+▁Bank -9.45202
+▁Bar -10.2045
+▁Barn -10.7105
+▁Bas -10.182
+▁Beh -11.4048
+▁Bel -10.5202
+▁Belgi -10.4219
+▁Belgian -10.6061
+▁Berg -11.2527
+▁Berl -10.2841
+▁Bird -11.1199
+▁Blok -11.4778
+▁Bo -10.5319
+▁Bolke -11.1744
+▁Bosnia -10.7174
+▁Brit -8.95667
+▁Brussels -9.52113
+▁Budget -9.46546
+▁Buiten -10.8433
+▁Burm -10.174
+▁Burundi -11.6131
+▁Bush -11.5846
+▁Byr -11.175
+▁C -7.75614
+▁CFS -11.1023
+▁CO -10.8345
+▁COM -10.1603
+▁COS -10.9274
+▁Cambodia -11.1023
+▁Canad -11.5034
+▁Canadian -11.5035
+▁Car -10.8148
+▁Carpe -11.7366
+▁Categor -11.6131
+▁Central -9.50692
+▁Centre -10.0758
+▁Chairm -11.1199
+▁Chamber -9.73138
+▁Charter -8.96484
+▁Chech -10.0391
+▁Chi -10.1685
+▁Chin -9.13627
+▁Christ -11.6131
+▁Christian -10.0213
+▁Citizen -10.486
+▁Co -9.33548
+▁Cohe -10.9278
+▁Colo -10.943
+▁Colombia -11.0681
+▁Commission -5.96545
+▁Commissioner -7.2854
+▁Committee -7.49992
+▁Common -10.4223
+▁Communi -10.7328
+▁Communit -7.48427
+▁Confedera -10.9721
+▁Conference -8.78852
+▁Congress -11.7364
+▁Conservative -10.9128
+▁Constitution -10.8038
+▁Consumer -10.1468
+▁Control -10.127
+▁Convention -8.78852
+▁Council -6.68855
+▁Countr -11.1377
+▁Court -8.85979
+▁Cuba -10.694
+▁Cultur -10.7293
+▁Cypr -10.0213
+▁Cypriot -11.3586
+▁Czech -10.791
+▁D -8.46576
+▁DE -10.0701
+▁Da -10.5168
+▁Dan -9.83364
+▁Davi -10.9582
+▁Dec -9.52482
+▁Decision -11.4528
+▁Dell -11.2852
+▁Democrac -11.5034
+▁Democrat -9.13189
+▁Den -10.06
+▁Development -9.56876
+▁Di -10.3902
+▁Diaman -11.5568
+▁Directive -9.56501
+▁Director -11.7039
+▁Directorate -10.7911
+▁Do -10.8238
+▁Du -10.4998
+▁Dut -10.5387
+▁E -8.09186
+▁EC -9.4018
+▁ECH -10.2019
+▁EDF -11.4046
+▁EL -10.5449
+▁EMA -10.9128
+▁EU -7.26066
+▁EUR -8.52185
+▁East -9.59289
+▁Easter -10.2877
+▁Economic -9.85331
+▁Egypt -11.6131
+▁El -10.4081
+▁Employ -10.595
+▁En -10.2735
+▁Engl -11.1945
+▁English -10.5542
+▁Environment -9.38113
+▁Equal -11.7339
+▁Erika -10.5743
+▁Eritrea -11.7697
+▁Ethiopia -10.4582
+▁Eur -10.961
+▁Euro -8.95308
+▁Europe -6.84162
+▁European -5.67602
+▁Evan -11.4046
+▁F -7.823
+▁FR -10.0341
+▁Fei -9.69262
+▁Ferr -11.3656
+▁Fift -10.9842
+▁Fiji -10.5243
+▁Financi -11.0031
+▁Finn -10.7536
+▁Fisch -10.4766
+▁Fisher -10.6055
+▁Fontain -11.6425
+▁Food -11.1392
+▁For -10.4359
+▁Fourt -11.7371
+▁Fra -10.7995
+▁Franc -9.10586
+▁Free -10.4767
+▁Freedom -10.1603
+▁French -8.60091
+▁Friday -9.87347
+▁Fund -8.87104
+▁G -8.50816
+▁GMO -10.2378
+▁Galla -11.6169
+▁Gene -10.209
+▁General -9.46208
+▁Georgia -10.9569
+▁German -8.90705
+▁Go -10.0092
+▁Government -8.61816
+▁Gra -10.9213
+▁Great -10.7293
+▁Gree -9.28948
+▁Greek -9.8438
+▁Green -10.0037
+▁Greens -10.0378
+▁Gross -11.7364
+▁Group -7.93705
+▁Gu -10.2956
+▁Guinea -10.83
+▁H -8.3113
+▁HIPC -11.3813
+▁Ha -9.67853
+▁Haider -10.6378
+▁Head -10.5341
+▁Hel -9.7592
+▁Herz -11.3814
+▁High -10.2378
+▁Hol -11.0718
+▁Hom -10.3717
+▁Hous -8.0103
+▁Hu -10.8496
+▁Hult -11.1384
+▁Human -9.44538
+▁Hungar -11.7364
+▁I -4.87775
+▁ICA -11.1044
+▁IGC -9.71823
+▁II -10.2523
+▁INTE -10.4674
+▁Independent -11.3813
+▁India -10.6165
+▁Indonesia -11.0851
+▁Industr -10.4582
+▁Initiative -11.6131
+▁Institut -11.6131
+▁Inter -10.8925
+▁Intern -9.2612
+▁Investment -11.2725
+▁Ir -9.84274
+▁Iran -10.4237
+▁Iraq -9.87168
+▁Iraqi -10.8893
+▁Islam -11.4778
+▁Israel -9.97274
+▁Israeli -10.5187
+▁Ital -9.83549
+▁Italian -10.0155
+▁J -8.81442
+▁Jan -9.79183
+▁Japan -10.8568
+▁Jew -10.6825
+▁Ju -9.85689
+▁Jun -9.72525
+▁Just -9.508
+▁K -8.71282
+▁Kara -10.6379
+▁Kat -11.0075
+▁Khmer -11.6729
+▁Kin -10.6237
+▁Kla -11.5571
+▁Ko -10.7118
+▁Korea -10.7415
+▁Kosov -8.81289
+▁Ku -10.9711
+▁Kurd -10.7535
+▁L -8.83029
+▁LEADER -10.4491
+▁LI -10.6276
+▁La -10.1418
+▁Lam -10.877
+▁Lanka -11.2322
+▁Latin -10.694
+▁Le -9.95846
+▁Leban -11.2521
+▁Lega -9.8951
+▁Leone -11.0527
+▁Li -9.94877
+▁Liberal -9.78582
+▁Lieneman -11.2125
+▁Lis -9.12507
+▁Lom -10.7422
+▁London -11.3813
+▁Lord -11.7041
+▁Lu -10.1089
+▁Luxembourg -10.346
+▁M -7.90361
+▁MEDIA -10.9721
+▁MEP -9.38737
+▁Ma -9.43728
+▁Maa -10.79
+▁Maat -10.9035
+▁Macedonia -10.6162
+▁Madam -8.13797
+▁Malm -11.5037
+▁Malt -10.9885
+▁Manag -11.5575
+▁Mar -9.60554
+▁March -9.80983
+▁Market -10.3625
+▁May -9.6742
+▁McCart -11.5846
+▁Medi -8.93764
+▁Member -6.61744
+▁Members -8.25802
+▁Mexic -10.4136
+▁Midd -10.1809
+▁Mil -10.3839
+▁Minister -8.73007
+▁Moldova -11.2321
+▁Molucca -11.5298
+▁Monda -10.7066
+▁Monet -10.2089
+▁Mont -10.2534
+▁Morgan -11.3147
+▁Morocc -10.1139
+▁Mosco -11.4778
+▁Mozambi -10.4223
+▁Mr -5.71494
+▁NAF -11.0681
+▁NAT -9.58389
+▁NGO -9.75371
+▁Na -10.6483
+▁Nation -9.39243
+▁National -10.9336
+▁Natura -11.7364
+▁Nazi -11.4529
+▁Ne -9.77794
+▁New -10.2165
+▁Nic -9.97754
+▁Niels -10.4401
+▁No -8.1343
+▁Nord -10.6056
+▁North -9.79994
+▁Nos -9.47986
+▁Nov -10.0976
+▁O -9.05194
+▁OS -10.9426
+▁Objective -10.8038
+▁Oc -10.2244
+▁Office -8.94453
+▁Olympic -11.5846
+▁Ombudsm -10.2526
+▁Organisation -10.26
+▁P -7.39884
+▁Pac -10.1246
+▁Palac -10.2526
+▁Palestinian -9.95288
+▁Papa -11.7046
+▁Paper -9.60311
+▁Paraguay -11.0515
+▁Paris -10.5679
+▁Parliament -6.39989
+▁Part -8.80252
+▁Patent -10.8433
+▁Peru -11.0851
+▁Petition -10.6825
+▁Plu -11.6334
+▁Po -9.47936
+▁Polic -9.3596
+▁Portug -10.1139
+▁Portugues -8.96689
+▁Presidenc -8.4261
+▁President -6.21056
+▁Prim -10.2161
+▁Pro -10.6663
+▁Prod -9.46715
+▁Programme -10.3792
+▁Public -9.86839
+▁R -8.6333
+▁Racism -11.5846
+▁Rad -11.2323
+▁Re -10.0994
+▁Reform -10.486
+▁Refugee -11.5034
+▁Region -10.1809
+▁Regulation -9.83356
+▁Report -10.694
+▁Representative -10.4766
+▁Republic -9.66313
+▁Resolution -11.3586
+▁Right -8.61675
+▁Ro -10.2092
+▁Rom -10.1075
+▁Romania -10.9721
+▁Roth -10.9912
+▁Rouge -11.6729
+▁Rui -11.2531
+▁Rule -9.24199
+▁Russia -9.83135
+▁Russian -10.1566
+▁S -7.40938
+▁SME -10.306
+▁Safe -11.5298
+▁Sahara -11.2125
+▁Sch -9.37906
+▁Schmid -11.6426
+▁Schr -10.6086
+▁Scot -10.2018
+▁Sea -10.33
+▁Secretar -10.4764
+▁Sep -9.84084
+▁Serb -10.9347
+▁Serbia -9.84091
+▁Si -10.7777
+▁Social -9.76261
+▁Socialist -9.45884
+▁Sol -10.0392
+▁South -9.38425
+▁Spa -9.74086
+▁Spani -10.0039
+▁Speci -10.7535
+▁Sport -11.2321
+▁Sta -9.95419
+▁Stabili -10.505
+▁State -6.52121
+▁Statute -11.4778
+▁Stra -9.50341
+▁Su -10.2637
+▁Summit -9.26111
+▁Sw -10.7118
+▁Swed -8.74985
+▁Swiss -11.5846
+▁Syria -10.8433
+▁T -8.21637
+▁TSE -11.1948
+▁Taiwan -11.4284
+▁The -9.33882
+▁Thir -11.2125
+▁Thor -11.3364
+▁Thursday -10.3139
+▁Tibet -10.2089
+▁Time -10.6378
+▁Timor -11.4528
+▁Tob -11.0357
+▁Tour -10.6952
+▁Trade -10.1535
+▁Treat -7.98748
+▁Tuesday -11.3147
+▁Tunisia -10.0696
+▁Turk -9.49282
+▁Turkey -8.81293
+▁U -10.0104
+▁UK -9.78119
+▁UN -9.09678
+▁UR -10.8436
+▁US -9.96951
+▁USA -10.6602
+▁Union -6.44656
+▁Unit -8.21246
+▁W -8.39063
+▁Wall -10.7556
+▁War -10.8778
+▁Wat -11.0423
+▁Wednesday -11.1933
+▁West -10.807
+▁Western -10.2526
+▁White -9.84834
+▁Work -11.2525
+▁World -9.41273
+▁a -4.24808
+▁abandon -10.5743
+▁abilit -10.0977
+▁abolish -10.3298
+▁abolition -11.1933
+▁above -9.02617
+▁absence -10.544
+▁absent -11.7364
+▁absolute -8.93056
+▁abstain -10.2452
+▁absurd -10.7056
+▁abuse -9.64932
+▁accelerat -11.1933
+▁accept -7.88556
+▁access -8.68036
+▁accessib -11.1135
+▁accession -9.32602
+▁accident -9.40952
+▁accommodat -10.9721
+▁accompanie -10.7293
+▁accompany -11.5036
+▁accompli -11.4284
+▁accord -9.12804
+▁according -8.6773
+▁account -8.09065
+▁accumulat -11.6425
+▁accus -10.3139
+▁achiev -9.09227
+▁achieve -8.24959
+▁achievement -10.5336
+▁acknowledg -11.3551
+▁acknowledge -9.88451
+▁acquir -10.4582
+▁acquis -10.595
+▁across -9.40952
+▁act -8.44146
+▁action -7.53613
+▁active -9.21597
+▁activit -8.46774
+▁actual -8.40018
+▁acute -11.3814
+▁adapt -9.66726
+▁add -8.71514
+▁addition -8.96905
+▁additional -9.09373
+▁additive -10.0821
+▁address -8.62984
+▁adequate -9.52471
+▁adher -10.7174
+▁adjourn -11.0681
+▁adjust -11.1735
+▁adjustment -10.844
+▁administer -11.3813
+▁administration -9.35352
+▁administrative -9.45872
+▁admir -11.5298
+▁admit -10.4231
+▁admitted -10.7174
+▁adopt -7.52976
+▁adult -11.1933
+▁advance -9.90974
+▁advantage -9.52471
+▁adverse -10.7784
+▁advertis -11.0851
+▁advi -9.9421
+▁advise -10.73
+▁advocat -11.556
+▁advocate -10.2454
+▁affair -9.67603
+▁affect -8.58957
+▁affirm -11.2321
+▁afford -10.1603
+▁afr -10.4688
+▁after -8.09839
+▁afternoon -10.2233
+▁again -7.02806
+▁age -9.42171
+▁agenc -10.5526
+▁agenda -8.67344
+▁aggressi -11.5846
+▁ago -8.80614
+▁agree -7.82968
+▁agreement -7.57341
+▁agricultur -9.55243
+▁agricultural -8.93929
+▁aid -7.84409
+▁aim -8.43845
+▁air -8.58455
+▁airline -10.6162
+▁airport -10.0095
+▁al -6.84528
+▁alcohol -9.61877
+▁alert -11.337
+▁all -6.13964
+▁alleged -11.3366
+▁alleviat -11.3075
+▁allocat -9.78931
+▁allocation -10.5977
+▁allow -8.17491
+▁allowed -9.56681
+▁along -9.36935
+▁alter -10.8868
+▁alternative -9.51045
+▁am -7.09039
+▁ambiguit -11.6131
+▁ambition -10.3298
+▁ambitious -9.80941
+▁amend -9.32293
+▁amendment -7.42432
+▁among -8.82174
+▁amount -8.91041
+▁an -6.00028
+▁analys -11.3233
+▁analyse -10.6406
+▁analysi -9.62421
+▁and -4.04223
+▁animal -9.22587
+▁annex -11.2321
+▁announc -9.93107
+▁annual -9.38114
+▁answer -8.6718
+▁anti -9.56939
+▁antibiotic -11.3586
+▁anticipat -10.694
+▁antisemiti -11.6131
+▁anxiet -11.7364
+▁anxious -11.6425
+▁any -6.94927
+▁apart -9.84838
+▁apolog -11.7052
+▁apologise -11.4542
+▁appalling -11.1559
+▁apparent -9.9257
+▁appeal -9.7492
+▁appear -9.06395
+▁applau -9.80464
+▁applicab -10.486
+▁applicant -10.0095
+▁application -8.93453
+▁applie -8.67947
+▁apply -8.70136
+▁appoint -10.8029
+▁appointment -10.7302
+▁appreciate -10.1075
+▁appreciati -10.942
+▁approach -8.27529
+▁appropriate -8.70129
+▁appropriation -9.5877
+▁approval -9.78582
+▁approve -8.76305
+▁approving -11.4046
+▁approximate -10.6488
+▁are -5.27759
+▁area -7.14606
+▁argu -11.3097
+▁argue -10.4691
+▁argument -9.6229
+▁arise -10.0846
+▁arm -9.30347
+▁arrang -11.2521
+▁arrangement -9.82868
+▁arrest -10.486
+▁arriv -9.97519
+▁article -10.0821
+▁artificial -11.5568
+▁as -5.46563
+▁ascertain -11.7041
+▁ask -7.64863
+▁aspect -8.54218
+▁aspiration -11.1744
+▁assembl -10.8985
+▁assent -10.9145
+▁assert -11.1575
+▁assess -9.79916
+▁assessment -9.16945
+▁asset -10.6415
+▁assist -9.90604
+▁assistan -9.16603
+▁associat -9.97395
+▁association -9.73676
+▁assume -10.0339
+▁assurance -10.7056
+▁assure -9.75912
+▁astonish -11.7364
+▁asy -9.792
+▁at -5.94055
+▁atmospher -10.791
+▁attach -9.91503
+▁attack -9.73581
+▁attain -11.1024
+▁attempt -9.11985
+▁attend -9.89456
+▁attitude -9.60758
+▁attract -10.4606
+▁attribut -11.7364
+▁auction -10.8433
+▁audio -10.4223
+▁audit -10.9721
+▁author -10.7085
+▁authoris -9.93939
+▁authorit -8.13816
+▁automatic -10.4954
+▁autonom -10.595
+▁avail -8.53874
+▁average -10.2161
+▁avoid -9.20219
+▁await -10.4491
+▁award -11.1227
+▁aware -8.35675
+▁b -8.99623
+▁back -8.34853
+▁background -10.2526
+▁backward -11.369
+▁bad -9.69693
+▁balance -8.68256
+▁ban -9.37952
+▁banana -10.2379
+▁bank -9.91544
+▁bankrupt -11.5846
+▁bann -10.288
+▁bar -10.482
+▁barbar -11.5298
+▁barrier -10.5243
+▁bas -8.52215
+▁base -9.36017
+▁basi -8.13624
+▁basic -8.78456
+▁battle -10.7174
+▁be -4.63381
+▁bear -9.55208
+▁bearing -10.4164
+▁become -8.38162
+▁beef -9.89461
+▁before -7.89045
+▁begin -9.38433
+▁beginning -9.52115
+▁behavi -10.1633
+▁being -7.29521
+▁belief -10.8985
+▁believe -7.49379
+▁belong -9.95549
+▁benchmark -11.2725
+▁beneficia -11.2095
+▁beneficiar -11.0215
+▁benefit -8.62107
+▁best -8.74107
+▁better -8.35677
+▁between -7.17633
+▁big -9.99184
+▁bigge -10.6949
+▁bilateral -9.9257
+▁bill -11.2328
+▁billion -9.55779
+▁bind -9.96399
+▁bio -10.5547
+▁biological -11.5299
+▁biotechnolog -10.8985
+▁bird -11.1559
+▁birth -11.0681
+▁bit -10.3909
+▁black -10.6269
+▁blame -10.791
+▁blind -11.0681
+▁block -10.1672
+▁blood -10.8985
+▁blow -11.1747
+▁blue -11.5846
+▁board -9.9966
+▁bodie -9.42569
+▁body -9.60238
+▁bold -11.4596
+▁bomb -10.4491
+▁boost -10.6599
+▁border -8.76305
+▁born -10.0885
+▁both -7.6774
+▁bottom -11.2725
+▁bound -9.92582
+▁br -8.83692
+▁branch -11.7041
+▁breach -10.684
+▁break -10.0821
+▁breath -11.4778
+▁breed -11.2332
+▁bridge -11.3586
+▁brief -9.38113
+▁bring -8.50857
+▁broad -9.14589
+▁broadcast -10.4491
+▁broke -10.7187
+▁budget -7.78737
+▁buil -10.3992
+▁build -10.008
+▁building -9.4484
+▁bull -11.6861
+▁burden -9.68396
+▁bureaucrac -10.8844
+▁burn -11.2522
+▁business -8.55358
+▁but -6.1098
+▁buy -10.3379
+▁by -5.67737
+▁c -7.14367
+▁cabin -11.3147
+▁calculat -10.4223
+▁call -7.73187
+▁came -9.88109
+▁camp -11.1221
+▁campaign -9.44536
+▁can -6.15762
+▁cancell -10.6599
+▁cancer -11.4052
+▁candidate -9.15892
+▁cap -10.0289
+▁capabilit -11.0685
+▁capacit -9.46885
+▁capita -11.7027
+▁capital -9.32091
+▁car -9.49856
+▁carbon -11.0857
+▁card -10.4051
+▁care -9.43415
+▁careful -9.37512
+▁cargo -11.3814
+▁carpet -11.5034
+▁carrie -8.83463
+▁carry -9.02189
+▁cars -9.9466
+▁case -7.40676
+▁cast -11.1395
+▁catch -10.791
+▁categor -9.607
+▁caus -9.77742
+▁cause -9.01045
+▁caution -11.6425
+▁cease -10.6941
+▁ceiling -10.3379
+▁celebrat -11.6425
+▁cent -10.9327
+▁central -9.5843
+▁centralis -10.869
+▁centre -9.53572
+▁centur -9.74035
+▁cereal -11.019
+▁certain -7.44819
+▁certificat -11.0351
+▁chain -10.6379
+▁chair -10.44
+▁chairman -10.2452
+▁challenge -8.97407
+▁chamber -11.7364
+▁champion -11.5568
+▁chance -9.72272
+▁chang -10.1479
+▁change -7.93621
+▁channel -10.4049
+▁chao -11.4778
+▁chapter -10.8568
+▁character -11.1641
+▁characteris -10.8507
+▁characteristic -10.8707
+▁charg -11.1001
+▁charge -9.8293
+▁charter -10.1878
+▁cheap -10.5846
+▁check -9.55017
+▁chemical -10.694
+▁chief -11.2521
+▁child -8.2389
+▁chocolate -9.67558
+▁choice -9.66726
+▁choose -10.4766
+▁chose -10.441
+▁cigarette -10.2982
+▁cinema -11.5846
+▁circle -11.1933
+▁circulat -10.8985
+▁circumstance -9.39681
+▁cit -9.96044
+▁citizen -9.98142
+▁citizens -7.76914
+▁civil -9.0706
+▁civilian -10.2907
+▁civilisation -11.2331
+▁claim -9.56128
+▁clari -10.6268
+▁clarifi -10.9722
+▁clarification -10.4401
+▁clarify -9.94192
+▁clash -11.7041
+▁class -9.74025
+▁clause -10.3139
+▁clean -9.93108
+▁clear -7.13849
+▁client -11.6131
+▁climate -10.1347
+▁clon -10.0948
+▁close -8.04632
+▁closure -11.5298
+▁club -11.0681
+▁co -8.81117
+▁coalition -11.4284
+▁coast -10.0947
+▁coco -10.4141
+▁code -10.2093
+▁codecision -10.2089
+▁coexist -11.2521
+▁cofinanc -11.3148
+▁coherence -9.93107
+▁coherent -10.2378
+▁cohesi -9.6267
+▁collaborat -10.8207
+▁collaborati -11.4959
+▁collapse -11.7041
+▁colleague -8.74149
+▁collect -10.2302
+▁collective -10.2529
+▁colon -11.5567
+▁colonial -11.0351
+▁com -9.39962
+▁combat -8.95667
+▁combin -9.86839
+▁come -7.75395
+▁commend -10.9728
+▁commendabl -11.6715
+▁comment -8.56354
+▁commerc -10.033
+▁commercial -9.63474
+▁commission -11.0352
+▁commit -10.612
+▁commitment -8.56602
+▁committ -9.3914
+▁committee -8.1123
+▁commodit -11.6131
+▁common -7.75016
+▁commu -11.1559
+▁communauta -11.5568
+▁communicate -11.2725
+▁communication -8.69972
+▁communit -8.77147
+▁companies -8.56865
+▁compar -9.56128
+▁comparison -10.6599
+▁compatib -10.4582
+▁compensat -9.80941
+▁compete -10.671
+▁competence -9.819
+▁competent -10.4224
+▁competition -8.3534
+▁competitive -9.17145
+▁competitor -11.4046
+▁compil -11.4528
+▁complain -10.8683
+▁complaint -10.2612
+▁complement -11.0354
+▁complementar -10.7781
+▁complet -10.9237
+▁complete -8.52535
+▁complex -9.63869
+▁compli -10.1398
+▁compliance -10.1339
+▁complicat -10.3963
+▁comply -9.8142
+▁component -10.4223
+▁comprehensive -9.83358
+▁compris -11.1744
+▁compromise -9.08224
+▁compulsor -10.1535
+▁computer -10.9569
+▁con -8.7541
+▁conceal -11.2126
+▁concentrat -11.2557
+▁concentrate -10.0559
+▁concentration -10.973
+▁concept -9.46885
+▁concern -7.02333
+▁concert -11.6425
+▁concession -11.1377
+▁conciliation -9.91616
+▁conclud -10.8586
+▁conclude -9.1586
+▁conclusion -8.67488
+▁concrete -9.92035
+▁concur -11.5298
+▁condemn -9.38425
+▁condition -8.2389
+▁conduct -9.53554
+▁conference -9.60311
+▁confiden -9.06622
+▁confidential -10.8985
+▁confine -10.5641
+▁confirm -9.41595
+▁conflict -8.77655
+▁conform -11.6425
+▁confront -10.7176
+▁confus -9.87857
+▁congest -11.3364
+▁congratulat -10.6583
+▁congratulate -8.84336
+▁congratulation -10.6952
+▁conjunct -11.0351
+▁connect -10.9408
+▁connection -9.2422
+▁conscience -11.2321
+▁conscious -11.5298
+▁consensu -9.8837
+▁consent -11.5299
+▁consequence -9.05045
+▁consequent -9.9584
+▁conserv -11.1371
+▁conservation -10.4959
+▁consider -7.7162
+▁considerabl -9.54356
+▁consideration -8.95773
+▁consist -10.1947
+▁consistent -9.94749
+▁consolidat -10.43
+▁consolidation -11.1223
+▁constant -9.73581
+▁constituenc -11.1559
+▁constitute -9.77193
+▁constitution -10.2285
+▁constitutional -10.4793
+▁constraint -11.0681
+▁construct -10.1287
+▁constructi -10.6234
+▁constructive -9.85363
+▁consult -10.0087
+▁consultation -9.7059
+▁consum -11.2668
+▁consumer -8.20115
+▁contact -9.99795
+▁contain -8.76138
+▁contaminat -11.1023
+▁contemplat -11.7364
+▁content -9.06289
+▁context -8.76305
+▁continent -10.0512
+▁continu -8.94359
+▁continue -8.19565
+▁contract -9.49994
+▁contradict -10.6476
+▁contradiction -10.4777
+▁contrar -9.48943
+▁contrast -11.0351
+▁contraven -11.1559
+▁contribut -10.4427
+▁contribute -9.36441
+▁contribution -8.73191
+▁control -8.30196
+▁controll -10.2162
+▁controvers -11.7585
+▁controversi -10.8891
+▁conven -11.4774
+▁convenien -11.0668
+▁convention -9.6798
+▁convergen -10.2751
+▁convers -11.2934
+▁convert -11.4046
+▁convey -11.2126
+▁conviction -10.9569
+▁convince -9.51045
+▁cooperat -10.719
+▁cooperate -10.1655
+▁cooperation -7.84939
+▁coordinat -8.66113
+▁copyright -11.3147
+▁core -10.5649
+▁corp -11.557
+▁correct -9.05943
+▁correspond -10.2089
+▁corruption -10.7662
+▁cost -8.20835
+▁council -10.8168
+▁count -9.87533
+▁counter -10.0843
+▁counterfeit -10.6711
+▁counterpart -11.7041
+▁countr -6.83665
+▁country -7.65257
+▁coup -11.3128
+▁couple -10.1886
+▁courage -10.174
+▁course -7.5788
+▁court -9.52832
+▁cover -8.69272
+▁cow -10.747
+▁creat -8.8899
+▁create -8.42081
+▁creation -9.51272
+▁creativ -11.4224
+▁credib -10.0849
+▁credibl -11.3712
+▁credit -10.0391
+▁crime -8.66721
+▁criminal -9.05504
+▁cris -8.96495
+▁criteri -9.15644
+▁critical -9.75371
+▁criticis -10.2335
+▁criticism -9.48801
+▁crop -10.3962
+▁cross -9.45536
+▁cru -10.6022
+▁crucial -9.23121
+▁cultivat -10.83
+▁cultural -9.10086
+▁culture -9.26111
+▁curb -11.7364
+▁currenc -9.56128
+▁current -8.01964
+▁custom -10.0331
+▁cut -9.23034
+▁da -10.2975
+▁dai -10.1923
+▁damag -10.7037
+▁damage -9.22099
+▁danger -9.67533
+▁dangerous -9.44555
+▁data -9.19445
+▁date -9.25525
+▁day -8.98179
+▁days -9.47802
+▁de -8.1036
+▁dead -10.7415
+▁deadline -10.0391
+▁deal -8.01208
+▁dealing -9.52132
+▁death -9.29477
+▁debat -10.1514
+▁debate -7.28084
+▁debt -9.56501
+▁decade -10.2675
+▁decent -11.4284
+▁decentralis -10.544
+▁decid -11.1526
+▁decide -9.59946
+▁decided -9.10118
+▁decision -7.60373
+▁decisive -10.0947
+▁declaration -9.70106
+▁declare -9.97316
+▁decline -10.9875
+▁decommission -11.2521
+▁decreas -11.1744
+▁dedicat -11.0351
+▁deem -11.2733
+▁deep -9.55767
+▁defence -9.22065
+▁defend -9.44205
+▁defer -11.5298
+▁deficienc -11.3586
+▁deficit -10.544
+▁defin -9.84404
+▁define -9.68762
+▁definite -10.5049
+▁definition -9.56501
+▁definitive -10.942
+▁degree -9.86334
+▁delay -9.05718
+▁delegate -10.694
+▁delegation -9.34449
+▁delet -10.958
+▁deliberate -10.4766
+▁delica -11.0031
+▁delight -9.75834
+▁deliver -9.6387
+▁demand -8.53473
+▁democrac -8.7092
+▁democrat -11.2327
+▁democratic -8.57808
+▁democratis -11.1188
+▁demographic -11.5298
+▁demonstrat -10.7321
+▁demonstrate -9.46095
+▁demonstration -10.9891
+▁deni -10.8017
+▁denounce -11.1933
+▁deny -10.695
+▁depart -11.1735
+▁department -10.5647
+▁depend -9.67846
+▁dependenc -11.238
+▁dependent -10.6715
+▁deplet -10.4312
+▁deplore -10.9875
+▁deploy -10.7535
+▁depriv -10.8168
+▁depth -10.554
+▁deregulation -11.5034
+▁deriv -11.1755
+▁derivative -11.5035
+▁derogation -10.1808
+▁describ -9.79519
+▁description -11.5034
+▁deserve -9.745
+▁design -9.46886
+▁desir -10.4998
+▁desire -9.73824
+▁desperate -11.1744
+▁despi -9.04529
+▁destroy -10.0213
+▁destructi -10.7413
+▁detail -8.95464
+▁detect -11.1023
+▁deteriorat -10.7659
+▁determin -9.84756
+▁determine -10.3874
+▁determined -10.3979
+▁detriment -10.791
+▁devastat -10.9875
+▁develop -8.10001
+▁development -7.41547
+▁devot -10.3708
+▁di -9.28576
+▁dialogue -8.87656
+▁diamond -11.3813
+▁dictate -11.6131
+▁dictator -11.7697
+▁dictatorship -11.2125
+▁die -10.6401
+▁differ -10.4132
+▁difference -9.32966
+▁different -8.06945
+▁differentiat -11.1072
+▁difficult -8.10184
+▁digital -10.174
+▁dignit -10.2378
+▁dimension -9.68818
+▁dioxin -11.2321
+▁diploma -10.7291
+▁diplomatic -10.314
+▁direct -8.54396
+▁direction -9.34418
+▁directive -7.40425
+▁dis -9.00424
+▁disadvantage -10.4223
+▁disagree -10.2904
+▁disappear -10.4136
+▁disappoint -10.306
+▁disaster -9.24469
+▁disastrous -11.1199
+▁discharge -9.15644
+▁disciplin -10.231
+▁discover -10.6055
+▁discrepanc -11.3147
+▁discrimination -9.09853
+▁discriminator -11.505
+▁discuss -8.27305
+▁discussion -8.38527
+▁disease -9.90974
+▁disgrace -11.3586
+▁dismantl -11.019
+▁dismiss -11.4528
+▁disparit -10.9128
+▁displace -10.8434
+▁display -10.7413
+▁dispos -9.85813
+▁dispute -9.92035
+▁disregard -10.8168
+▁disseminat -11.1199
+▁distance -10.6599
+▁distinct -11.4272
+▁distinction -10.8045
+▁distinguish -10.791
+▁distort -11.1921
+▁distortion -10.9579
+▁distress -11.4528
+▁distribut -10.0684
+▁distribution -9.9055
+▁district -11.7364
+▁disturb -11.0351
+▁diverse -11.5568
+▁diversi -11.4952
+▁diversit -9.93824
+▁divide -10.0512
+▁division -10.5743
+▁do -6.47514
+▁doctor -10.26
+▁document -8.56727
+▁doe -7.51346
+▁doing -8.9425
+▁dollar -10.5951
+▁domain -11.6132
+▁domestic -10.4582
+▁dominat -11.0682
+▁donor -10.147
+▁door -10.4144
+▁dossier -11.2934
+▁double -10.346
+▁doubt -8.94454
+▁down -8.34897
+▁draft -8.51715
+▁dramatic -10.6055
+▁drastic -10.83
+▁draw -8.63648
+▁drawing -10.0126
+▁dream -11.3147
+▁drink -10.595
+▁driv -9.55767
+▁drought -11.7364
+▁drug -9.77654
+▁du -10.6705
+▁due -8.78641
+▁dump -10.9569
+▁duplicat -11.5298
+▁duti -10.4187
+▁duty -9.6717
+▁dynamic -10.6825
+▁earl -9.68169
+▁earlie -9.56707
+▁earmark -11.2322
+▁earn -11.1568
+▁earthquake -11.4284
+▁eas -9.6008
+▁easi -10.3491
+▁easier -10.2692
+▁east -10.4058
+▁eat -10.954
+▁echo -11.4284
+▁eco -10.7662
+▁ecological -10.2676
+▁econom -8.41927
+▁economic -7.55492
+▁ecosystem -11.4778
+▁education -8.82011
+▁educational -10.584
+▁effect -8.25968
+▁effective -8.13733
+▁efficienc -9.93648
+▁efficient -9.36877
+▁effort -8.34454
+▁eight -10.253
+▁elect -9.85651
+▁election -9.09673
+▁elector -10.3634
+▁electric -10.1671
+▁electronic -10.0452
+▁element -9.25561
+▁eleven -11.3586
+▁eligib -10.6825
+▁eliminat -10.0947
+▁else -9.19705
+▁emb -10.6823
+▁embargo -10.8433
+▁embark -11.0031
+▁embarrass -11.6729
+▁embass -11.3364
+▁embryo -10.7413
+▁emerg -10.2122
+▁emergenc -9.98956
+▁emission -9.68003
+▁emotion -11.4284
+▁emphasis -9.65727
+▁emphasise -9.51907
+▁emphatic -11.6131
+▁employ -8.17799
+▁employee -9.92131
+▁employer -10.4409
+▁enabl -10.7185
+▁enable -9.31788
+▁encompass -11.5298
+▁encounter -11.1199
+▁encourag -10.1096
+▁encourage -9.21178
+▁end -7.79336
+▁endanger -11.4778
+▁endeavour -10.1535
+▁endorse -9.95337
+▁energ -8.74557
+▁enforc -11.69
+▁enforce -9.98335
+▁engag -11.1054
+▁engage -10.3778
+▁engine -11.019
+▁enhanc -10.0635
+▁enjoy -9.9584
+▁enlarg -10.7784
+▁enlargement -8.60806
+▁enormous -9.61877
+▁enrich -11.6131
+▁enshrin -11.0031
+▁ensur -9.51286
+▁ensure -7.88301
+▁entail -10.505
+▁enter -9.22661
+▁enterprise -9.86334
+▁enthusias -10.942
+▁entire -8.97931
+▁entit -11.2983
+▁entitle -9.77627
+▁entr -10.1229
+▁entrepreneur -10.8568
+▁environment -8.42404
+▁environmental -8.05182
+▁envisag -10.3625
+▁epidemic -11.5298
+▁equ -11.0413
+▁equal -8.95966
+▁equality -9.83686
+▁equip -9.94192
+▁equivalent -10.7174
+▁eradicat -10.694
+▁error -10.306
+▁especial -8.28045
+▁essen -11.0527
+▁essential -8.38736
+▁establish -8.05026
+▁establishment -9.6889
+▁estimate -10.3218
+▁etc -10.1245
+▁ethical -10.7413
+▁ethnic -9.68396
+▁euro -8.70445
+▁evaluat -10.5329
+▁evaluation -9.75426
+▁even -7.46678
+▁evening -10.1895
+▁event -8.79683
+▁eventual -10.6716
+▁every -7.55682
+▁evidence -9.79049
+▁evident -10.2828
+▁evolv -11.5298
+▁ex -9.49239
+▁exacerbat -11.2725
+▁exact -9.44867
+▁exaggerat -11.5298
+▁examin -10.3634
+▁examination -10.4233
+▁examine -9.73482
+▁example -7.72431
+▁exceed -10.4674
+▁excellen -11.7675
+▁excellent -8.91106
+▁except -10.8556
+▁exception -9.9125
+▁exceptional -10.7123
+▁excess -11.0348
+▁excessive -9.98659
+▁exchange -9.43651
+▁excis -11.1378
+▁excit -11.7041
+▁exclud -9.9922
+▁exclusi -10.2269
+▁exclusive -10.2163
+▁excuse -10.7056
+▁execut -10.9417
+▁executive -11.2527
+▁exempl -11.4778
+▁exempt -11.2923
+▁exemption -10.3065
+▁exercis -11.5251
+▁exercise -9.53618
+▁exert -11.1378
+▁exhaust -11.4778
+▁exist -8.20002
+▁expand -10.8568
+▁expansion -11.5034
+▁expect -9.00798
+▁expectation -10.2263
+▁expenditure -9.514
+▁expens -10.9599
+▁expense -10.4031
+▁experienc -10.9313
+▁experience -8.98499
+▁experiment -11.2125
+▁expert -9.45872
+▁expir -11.1377
+▁explain -9.37803
+▁explanat -10.7523
+▁explanation -9.77699
+▁explicit -10.6825
+▁exploit -9.56876
+▁explor -11.5298
+▁export -9.39681
+▁expos -10.8842
+▁express -8.16313
+▁expression -9.86492
+▁extend -8.98976
+▁extension -10.26
+▁extensive -10.1671
+▁extent -9.18159
+▁external -9.09159
+▁extra -10.0997
+▁extraordinar -10.8569
+▁extreme -8.18481
+▁extremis -10.7293
+▁eye -10.0749
+▁f -8.19776
+▁fabric -11.6425
+▁fac -9.57429
+▁face -9.05894
+▁facilit -9.58599
+▁facilitate -10.0603
+▁fact -7.1961
+▁factor -9.19666
+▁fail -9.07996
+▁failure -9.85845
+▁fair -9.12465
+▁faith -10.694
+▁fall -9.07129
+▁false -11.3364
+▁famil -8.79714
+▁familiar -10.2905
+▁famine -11.6729
+▁far -7.82348
+▁farm -9.44254
+▁farmer -8.89061
+▁fascis -11.2934
+▁fashion -11.2125
+▁fast -10.0635
+▁fat -9.84315
+▁father -11.6132
+▁fault -11.0681
+▁favour -8.13349
+▁fear -9.56524
+▁feasib -11.1199
+▁feature -10.3139
+▁federal -10.9885
+▁federalis -11.192
+▁federation -11.3364
+▁fee -10.5135
+▁feed -10.5115
+▁feedingstuff -11.1559
+▁feel -8.48444
+▁feeling -10.2659
+▁fel -10.2034
+▁fellow -9.42242
+▁female -11.2125
+▁few -8.07706
+▁fibre -11.1023
+▁field -8.66418
+▁fift -11.2337
+▁fifteen -10.3139
+▁fifth -10.6165
+▁fight -8.5202
+▁figure -9.35352
+▁fil -10.8246
+▁fill -10.8515
+▁film -10.6414
+▁final -7.86831
+▁financ -9.30199
+▁finance -9.70284
+▁financial -7.87725
+▁find -8.39244
+▁finding -10.1644
+▁fine -9.97046
+▁fingerprint -11.6131
+▁finish -10.5243
+▁fire -10.0396
+▁firm -9.3505
+▁first -7.06143
+▁fish -8.83894
+▁fisher -9.17295
+▁fisherm -10.4074
+▁fit -10.5003
+▁five -9.12067
+▁fix -10.5146
+▁flag -10.1402
+▁fleet -10.6055
+▁flexibili -9.88885
+▁flexibl -10.1204
+▁flight -10.2307
+▁floo -9.55412
+▁flow -10.3382
+▁focus -9.09384
+▁follow -7.93193
+▁food -8.67802
+▁foodstuff -11.1559
+▁fool -11.4528
+▁foot -10.5341
+▁football -10.595
+▁for -4.89918
+▁force -8.18324
+▁forecast -11.0031
+▁foreign -8.97529
+▁foresee -10.7857
+▁forest -9.11701
+▁forget -9.69673
+▁forgot -10.9875
+▁form -8.12116
+▁formal -9.89375
+▁former -9.65521
+▁formula -11.1994
+▁formulat -10.3853
+▁forth -9.79252
+▁fortunate -10.694
+▁forward -8.36732
+▁foster -11.1377
+▁found -9.01885
+▁foundation -10.6758
+▁four -9.19952
+▁fourteen -11.3586
+▁fourth -10.1958
+▁fragment -11.2321
+▁fram -10.8706
+▁framework -8.23398
+▁frank -10.791
+▁fraud -9.46208
+▁free -8.48278
+▁freedom -8.51884
+▁freight -10.694
+▁frequenc -11.6131
+▁frequent -10.4136
+▁fresh -10.8705
+▁friend -9.52113
+▁fro -6.23567
+▁frontier -10.2526
+▁fruit -10.544
+▁frustrat -11.1933
+▁fuel -10.127
+▁fulfil -10.0415
+▁fulfill -10.8514
+▁full -7.96234
+▁function -9.43546
+▁fund -8.43923
+▁fundamental -8.4002
+▁funding -9.13468
+▁further -8.17986
+▁furthermo -9.08519
+▁future -7.71899
+▁gain -9.62685
+▁game -10.8985
+▁gap -10.4404
+▁gas -10.4957
+▁gather -10.817
+▁gauge -11.7364
+▁gave -9.92037
+▁gear -11.1203
+▁gender -10.6378
+▁gene -10.6517
+▁general -8.13887
+▁generat -10.0201
+▁generation -10.1892
+▁generous -10.942
+▁genetic -10.1949
+▁genocid -11.3586
+▁gentlem -8.19901
+▁genuine -9.31494
+▁geographical -10.5161
+▁gesture -11.5568
+▁get -8.34358
+▁girl -11.2725
+▁give -7.77822
+▁glad -10.4136
+▁global -9.16345
+▁globalis -10.0403
+▁go -8.22889
+▁goal -9.45325
+▁goe -9.54649
+▁going -8.24667
+▁good -7.63961
+▁got -10.3899
+▁govern -9.49892
+▁government -7.88119
+▁gra -9.59079
+▁gradual -9.9584
+▁grand -11.3369
+▁grant -8.82893
+▁grate -9.89463
+▁gre -11.2111
+▁great -7.3295
+▁green -10.9296
+▁greenhouse -11.2125
+▁grip -11.3586
+▁gross -11.1199
+▁ground -9.5534
+▁grounds -9.78175
+▁group -7.73805
+▁grow -8.42133
+▁guarantee -8.30453
+▁guid -10.2305
+▁guideline -9.16142
+▁guilt -10.8568
+▁ha -10.0451
+▁habit -11.3519
+▁habitat -10.7329
+▁had -7.6298
+▁half -9.82833
+▁halt -11.4778
+▁hamper -11.5298
+▁hand -8.27885
+▁handl -10.3926
+▁happ -9.66873
+▁happen -8.67248
+▁happening -9.988
+▁hard -9.08259
+▁harm -10.1137
+▁harmful -10.3301
+▁harmonis -9.03057
+▁harsh -11.6425
+▁has -5.79424
+▁hatred -11.7364
+▁hav -8.47449
+▁have -5.38042
+▁hazard -10.6825
+▁he -7.59103
+▁head -9.6038
+▁heading -10.2017
+▁health -8.16711
+▁hear -8.65357
+▁heart -9.67871
+▁heav -9.91619
+▁hectare -11.3364
+▁hel -9.10384
+▁help -8.18409
+▁helpful -11.0888
+▁hemp -10.766
+▁hence -9.94757
+▁her -8.45272
+▁here -7.48546
+▁heritage -10.1335
+▁hi -9.84675
+▁hierarch -11.7364
+▁high -7.83989
+▁highlight -9.07771
+▁him -8.89519
+▁hinder -10.9886
+▁his -7.71617
+▁histor -9.81873
+▁historic -10.2705
+▁historical -10.714
+▁hit -10.8231
+▁hold -9.39203
+▁holding -10.1639
+▁holiday -11.3813
+▁home -9.32372
+▁honest -10.6269
+▁honour -9.95493
+▁honourabl -9.27116
+▁hooligan -10.942
+▁hop -11.3127
+▁hope -7.67332
+▁hopeful -10.6752
+▁horizontal -10.9875
+▁hospital -11.0515
+▁host -10.2381
+▁hot -11.274
+▁hour -9.62282
+▁hous -11.3477
+▁house -10.6007
+▁how -6.6546
+▁huge -9.3505
+▁human -7.49378
+▁humanitarian -9.47567
+▁hundred -10.174
+▁hung -11.3147
+▁hypocri -11.0515
+▁hypocritical -11.7041
+▁i -9.62314
+▁idea -8.54297
+▁ideal -10.4298
+▁identi -10.8321
+▁identifi -10.2081
+▁identify -10.174
+▁identit -10.1137
+▁ideolog -11.085
+▁ideological -10.9722
+▁ignor -10.6307
+▁ignore -10.5209
+▁illegal -9.44868
+▁illness -11.2937
+▁illustrate -10.544
+▁image -10.3877
+▁imagine -10.4223
+▁imbalance -11.1559
+▁immediate -10.0855
+▁immediately -9.75124
+▁immense -11.2321
+▁immigrant -9.91503
+▁immigrati -9.52831
+▁immunit -11.1933
+▁imp -9.65646
+▁impact -9.09384
+▁imperative -11.0681
+▁implement -8.1858
+▁implementation -8.61954
+▁implication -10.0272
+▁implie -11.0356
+▁import -9.32064
+▁importan -8.45793
+▁important -6.98094
+▁impos -10.1241
+▁impose -9.85122
+▁impossib -9.92065
+▁impress -11.4516
+▁impression -9.93134
+▁imprison -11.2521
+▁improv -9.21725
+▁improve -8.70073
+▁improvement -9.32845
+▁impu -11.5219
+▁in -4.11682
+▁inadequate -10.1808
+▁inappropriate -11.2521
+▁incapa -11.5065
+▁incentive -10.2452
+▁incident -9.78582
+▁incinerat -10.2158
+▁incinerati -11.1567
+▁includ -8.19403
+▁include -8.52971
+▁income -9.69668
+▁incompatib -11.2321
+▁incomprehensibl -11.7364
+▁incorporat -10.2939
+▁incorporate -10.1796
+▁incorrect -11.1933
+▁increase -8.09408
+▁increasing -8.75803
+▁incredibl -11.2934
+▁indebted -11.7364
+▁independen -10.3686
+▁independent -9.38821
+▁indicat -10.0762
+▁indicate -10.0837
+▁indication -10.5459
+▁indicator -11.1649
+▁indige -11.7044
+▁indirect -10.6269
+▁indispensab -11.3813
+▁individual -8.56314
+▁industr -8.08799
+▁industrial -9.45912
+▁inequalit -10.8311
+▁inevitabl -10.3218
+▁infect -11.1377
+▁inflation -10.4766
+▁influence -9.76278
+▁inform -9.04394
+▁informal -10.7977
+▁information -7.72396
+▁infrastructure -9.47225
+▁infring -11.5034
+▁infringement -10.8568
+▁ingredient -11.6729
+▁inhabitant -11.0851
+▁inherent -11.4046
+▁initial -9.64678
+▁initiat -10.6159
+▁initiative -8.03898
+▁injur -11.1379
+▁innocent -11.4046
+▁innovation -10.1671
+▁innovative -10.4766
+▁inquir -10.505
+▁insecur -11.3415
+▁insist -9.79742
+▁inspection -9.8684
+▁inspector -10.8569
+▁inspir -10.8434
+▁installation -10.8038
+▁instance -9.82395
+▁institute -11.1933
+▁institution -8.11744
+▁institutional -9.61
+▁instruct -11.2321
+▁instrument -8.6566
+▁insufficient -10.6269
+▁insult -11.4285
+▁insurance -10.1603
+▁integr -10.6231
+▁integrat -9.49614
+▁integration -9.32204
+▁intellectual -10.8433
+▁intelligen -11.2125
+▁intend -8.51108
+▁intense -11.4529
+▁intensify -11.7041
+▁intensive -11.0351
+▁intent -11.3812
+▁intention -9.22096
+▁inter -9.41764
+▁interception -11.6425
+▁interest -7.78961
+▁interesting -9.94489
+▁interfer -10.3792
+▁interi -10.6752
+▁intermodal -10.8705
+▁internal -8.5228
+▁international -8.04061
+▁interoperab -10.6599
+▁interpret -10.2009
+▁interpretation -10.3888
+▁intervene -10.1603
+▁intervention -9.20479
+▁interview -11.3587
+▁into -7.14599
+▁intolerabl -11.0521
+▁intoleran -11.6439
+▁introduc -8.92555
+▁introduce -9.47407
+▁invent -10.8169
+▁invest -10.0236
+▁investigat -10.2149
+▁investigation -9.98745
+▁investment -8.988
+▁investor -11.1104
+▁invitation -11.4284
+▁invite -10.33
+▁involv -8.46759
+▁involve -8.52813
+▁irregularit -10.7784
+▁irrespective -10.6825
+▁irresponsib -11.1559
+▁is -4.48038
+▁island -10.156
+▁isolat -10.3544
+▁issue -6.88506
+▁it -5.01324
+▁item -8.94205
+▁its -6.89183
+▁job -9.21254
+▁jobs -9.17408
+▁join -9.34225
+▁joint -8.71198
+▁journalist -10.5146
+▁ju -10.0872
+▁judge -10.0687
+▁judgement -10.2172
+▁judicial -10.1747
+▁junior -11.3813
+▁jurisdiction -10.4136
+▁just -7.34321
+▁justifi -9.71876
+▁justification -10.7554
+▁justify -10.2908
+▁k -9.58009
+▁keen -10.6717
+▁keep -8.80063
+▁key -8.90356
+▁kill -10.0887
+▁kilometre -11.6425
+▁kind -8.50459
+▁know -7.5921
+▁knowledge -9.21791
+▁known -9.50591
+▁la -10.1017
+▁label -9.9838
+▁labell -9.63256
+▁labour -9.43547
+▁lack -8.64914
+▁lad -8.17815
+▁land -9.5863
+▁language -9.197
+▁lapse -11.4284
+▁large -8.26505
+▁last -7.62725
+▁late -9.5312
+▁later -9.61648
+▁latter -10.26
+▁launch -10.0272
+▁launder -10.694
+▁law -8.03456
+▁laws -10.0354
+▁lawyer -10.8855
+▁lay -9.84281
+▁lead -8.47075
+▁leader -10.7347
+▁leaders -9.68424
+▁learn -9.24741
+▁leas -8.42634
+▁leav -10.7302
+▁leave -9.35637
+▁left -9.22324
+▁legac -11.4284
+▁legal -7.83327
+▁legislat -10.8005
+▁legislation -8.11062
+▁legislative -8.92665
+▁legislator -11.3396
+▁legitima -11.0347
+▁legitimate -9.99808
+▁lend -11.429
+▁length -10.3962
+▁less -8.7203
+▁lesson -10.5041
+▁let -8.17321
+▁letter -9.64787
+▁level -7.56051
+▁li -9.85238
+▁liabilit -9.80958
+▁liberal -10.5026
+▁liberalis -10.3308
+▁liberalisation -9.22886
+▁libert -11.1933
+▁licence -10.9128
+▁lie -9.91392
+▁life -8.49292
+▁lift -10.4767
+▁light -9.1893
+▁like -6.5111
+▁limit -8.35007
+▁line -8.84226
+▁lines -10.068
+▁linguistic -11.1933
+▁link -9.0328
+▁list -8.92239
+▁listen -9.88639
+▁litt -8.91827
+▁liv -9.43091
+▁live -9.15722
+▁livelihood -11.7364
+▁lives -9.74638
+▁loan -11.213
+▁lobby -11.0681
+▁local -8.76138
+▁locat -11.3135
+▁location -11.1209
+▁logic -11.4099
+▁long -7.59849
+▁look -8.10272
+▁lorr -11.2322
+▁los -9.78235
+▁lose -10.2242
+▁loss -10.1335
+▁lot -9.43126
+▁loud -11.2125
+▁love -11.0804
+▁low -9.53661
+▁lower -10.0787
+▁m -7.73016
+▁machine -11.1199
+▁macro -11.6131
+▁macroeconom -11.4528
+▁mad -11.1739
+▁magnificent -11.5568
+▁mail -11.0205
+▁main -8.3831
+▁mainstream -11.1933
+▁maintain -8.93056
+▁major -8.51384
+▁majorit -8.67918
+▁mak -8.13709
+▁make -7.05264
+▁makes -9.27016
+▁man -7.28396
+▁manag -10.3763
+▁manage -8.16595
+▁mandat -11.2479
+▁mandate -10.1025
+▁manifest -11.2934
+▁manipulat -11.2934
+▁manner -9.63532
+▁manoeuvre -11.3147
+▁manufactur -10.5578
+▁manufacturer -10.0369
+▁margin -10.6824
+▁marginalis -11.4047
+▁mari -10.6582
+▁market -7.4255
+▁mass -10.3994
+▁massive -10.5053
+▁match -10.3962
+▁material -9.50692
+▁matern -11.3814
+▁matter -7.80618
+▁matters -8.84423
+▁matur -11.5303
+▁maxim -9.84834
+▁may -7.6517
+▁me -7.57735
+▁mean -7.41135
+▁measure -7.51089
+▁meat -10.42
+▁mechanism -9.41917
+▁media -9.4792
+▁medical -10.5341
+▁medicine -11.1559
+▁medium -9.47226
+▁meet -9.1931
+▁meeting -8.61862
+▁member -9.68689
+▁members -8.83169
+▁membership -10.4495
+▁memor -11.139
+▁men -9.49082
+▁mention -8.13563
+▁merc -11.1762
+▁mere -9.36019
+▁merger -10.4312
+▁merit -10.3877
+▁message -9.514
+▁met -9.55339
+▁method -9.19964
+▁methodolog -11.4523
+▁micro -11.4046
+▁mid -10.7962
+▁middle -11.4046
+▁might -8.73836
+▁migrant -11.3813
+▁migration -10.7663
+▁militar -8.85981
+▁milk -9.96954
+▁million -8.25592
+▁mince -11.478
+▁mind -8.79893
+▁mine -10.5518
+▁minim -9.2722
+▁minister -9.80464
+▁minor -10.8062
+▁minorit -9.37746
+▁minute -9.75438
+▁mis -10.0692
+▁mislead -11.3364
+▁mismanage -11.4778
+▁miss -10.2085
+▁mission -10.0277
+▁mistake -9.86879
+▁misuse -11.6739
+▁mix -10.5341
+▁mobile -10.694
+▁mobili -10.0095
+▁mode -10.3862
+▁model -9.21562
+▁moderat -11.2331
+▁modern -9.97902
+▁modernis -10.2183
+▁modifi -10.5641
+▁modification -11.4046
+▁moment -8.71719
+▁monetar -10.0884
+▁money -8.37707
+▁monitor -8.70771
+▁monopol -9.94191
+▁month -8.52279
+▁moral -10.2233
+▁moratori -11.3586
+▁more -6.47083
+▁morning -9.42892
+▁most -7.63943
+▁mother -10.6353
+▁motion -8.81642
+▁motivat -10.9128
+▁motor -10.7413
+▁mouth -11.1745
+▁mov -9.83512
+▁move -8.94616
+▁movement -9.0673
+▁multi -9.97495
+▁multilateral -11.1377
+▁multinational -10.554
+▁multipl -11.0195
+▁municipal -11.4284
+▁murder -10.5243
+▁must -6.23568
+▁mutual -10.1603
+▁my -6.72992
+▁name -8.66266
+▁narrow -11.4284
+▁nation -9.63932
+▁national -7.55919
+▁natural -8.84877
+▁nature -9.07534
+▁near -9.6389
+▁necessar -10.4835
+▁necessary -7.99078
+▁necessit -10.9569
+▁need -6.60215
+▁negative -9.95287
+▁neglect -11.3147
+▁negotiat -9.4917
+▁negotiation -8.61577
+▁nei -9.86292
+▁neighbour -9.78582
+▁neo -11.2393
+▁network -8.97101
+▁neutral -11.1023
+▁never -8.45477
+▁new -7.01134
+▁newspaper -10.791
+▁nic -10.9818
+▁night -10.1379
+▁nine -10.3144
+▁nitrate -11.5034
+▁no -6.71319
+▁nobod -10.7089
+▁noise -9.71639
+▁non -8.72122
+▁none -9.33637
+▁nor -9.08579
+▁normal -9.78127
+▁north -10.0213
+▁not -5.35303
+▁notabl -11.1893
+▁note -9.36499
+▁notice -10.1811
+▁now -7.01784
+▁nucle -9.1515
+▁number -7.77045
+▁numer -10.0758
+▁object -10.8153
+▁objection -10.6498
+▁objective -7.99524
+▁oblig -10.0382
+▁obligation -9.24781
+▁observ -9.85584
+▁observation -9.90017
+▁observator -11.6729
+▁observer -10.5879
+▁obstacle -10.1468
+▁obstruct -11.5034
+▁obtain -9.32666
+▁obvious -8.8253
+▁occasion -9.32961
+▁occupation -11.1559
+▁occupie -11.019
+▁occupy -11.4528
+▁occur -10.2963
+▁occurr -10.0286
+▁odd -11.2728
+▁of -3.76035
+▁off -8.7616
+▁offence -10.3634
+▁offer -8.80751
+▁office -9.30704
+▁official -8.99398
+▁oil -9.36904
+▁old -9.22137
+▁on -4.89392
+▁one -6.71084
+▁open -8.45658
+▁opening -10.0821
+▁operat -10.1681
+▁operate -9.84953
+▁operation -8.80443
+▁operator -9.90158
+▁opinion -7.87861
+▁opponent -11.5034
+▁opportunit -8.17581
+▁oppos -10.1595
+▁oppose -9.99245
+▁opposit -10.2898
+▁opposition -9.92654
+▁oppress -11.4046
+▁opt -10.6928
+▁optim -11.5235
+▁optimis -10.7442
+▁option -9.71868
+▁or -6.5188
+▁oral -10.4132
+▁order -7.4124
+▁organic -11.6426
+▁organis -8.92968
+▁organisation -8.47572
+▁orient -10.595
+▁origin -9.29466
+▁original -9.64287
+▁other -6.67246
+▁our -6.24263
+▁ourselves -8.88444
+▁out -6.9843
+▁outbreak -11.7364
+▁outcome -9.7999
+▁outlin -10.24
+▁outside -9.41726
+▁over -7.38218
+▁overcom -10.2129
+▁overlook -11.3586
+▁own -7.6656
+▁p -7.92146
+▁pace -11.0852
+▁package -9.93867
+▁packet -11.6425
+▁pact -11.5568
+▁pai -9.36464
+▁pan -10.7011
+▁paper -9.81419
+▁par -10.1719
+▁paradox -11.5034
+▁paragraph -9.43218
+▁parallel -10.9273
+▁parent -10.9276
+▁parliament -9.53369
+▁parliamentar -9.4736
+▁parliamentarian -11.359
+▁part -7.05947
+▁participat -9.18962
+▁participate -10.0029
+▁particular -7.18115
+▁partner -10.7476
+▁partners -9.68677
+▁partnership -9.5764
+▁pass -8.94254
+▁passenger -10.2751
+▁passport -11.7364
+▁past -8.76354
+▁patent -9.67976
+▁path -10.2527
+▁patien -10.9721
+▁pattern -11.5568
+▁pave -11.6453
+▁pay -8.69567
+▁payment -9.4474
+▁peace -8.48253
+▁peaceful -10.2463
+▁peat -11.5036
+▁penalis -10.9569
+▁penalt -9.80464
+▁pension -9.3839
+▁pensioner -10.4966
+▁people -6.93228
+▁per -8.06705
+▁perceive -11.4528
+▁percentage -10.6711
+▁perfect -9.67558
+▁perform -11.0186
+▁performance -10.8041
+▁period -8.59664
+▁peripher -11.1744
+▁permanent -10.0884
+▁permissi -11.2522
+▁permit -10.3002
+▁permitt -10.788
+▁perpetrat -10.8568
+▁persecut -10.8038
+▁persist -11.4047
+▁persistent -11.453
+▁person -8.88948
+▁personal -8.97357
+▁perspective -9.64677
+▁persuade -10.9273
+▁pertain -11.2321
+▁pharmaceutic -11.6425
+▁phas -11.6764
+▁phase -10.1394
+▁phenomen -10.2089
+▁philosoph -10.9128
+▁phrase -11.4778
+▁phthalate -10.4491
+▁physical -10.83
+▁pick -10.9885
+▁picture -10.4954
+▁piece -10.4136
+▁pillar -10.2305
+▁pilot -10.9721
+▁pira -11.5315
+▁pit -11.2931
+▁place -7.71193
+▁plain -10.9128
+▁plan -8.40062
+▁plann -9.35049
+▁plant -9.64908
+▁platform -11.2323
+▁play -8.65561
+▁player -10.581
+▁pleas -9.52321
+▁please -9.4451
+▁pleasure -10.7786
+▁pledge -11.0681
+▁plen -9.70099
+▁plu -10.5755
+▁pluralis -11.3813
+▁point -7.02705
+▁pointed -9.71157
+▁polic -8.44863
+▁police -9.36481
+▁policy -7.00834
+▁politic -10.06
+▁political -7.29396
+▁politician -10.0213
+▁pollut -9.5199
+▁polluter -10.7003
+▁polluti -10.0379
+▁poor -9.11271
+▁populat -11.6119
+▁population -8.86728
+▁pornograph -10.544
+▁port -9.46211
+▁pose -10.6869
+▁position -7.74484
+▁positive -8.54545
+▁possibilit -9.23389
+▁possibl -7.54204
+▁post -9.08693
+▁postpon -9.79525
+▁potential -9.37184
+▁power -8.414
+▁powerful -10.469
+▁practical -9.18414
+▁practice -8.7868
+▁practis -11.1933
+▁pragmatic -11.6425
+▁praise -11.0031
+▁pre -9.14038
+▁precarious -11.7364
+▁precaution -9.87347
+▁preced -10.9864
+▁preci -11.1936
+▁precise -8.88034
+▁predecessor -11.3813
+▁predict -11.1744
+▁prefer -9.67124
+▁preference -11.1385
+▁pregnan -10.8705
+▁prejudice -11.019
+▁preliminar -10.544
+▁premature -11.3147
+▁premise -11.3364
+▁premium -11.5034
+▁prepar -10.2662
+▁preparat -11.0561
+▁preparation -9.98189
+▁prepare -10.3408
+▁prepared -9.0335
+▁prerequisite -10.8038
+▁prescrib -11.5034
+▁presen -10.0634
+▁present -7.60364
+▁presentation -10.5213
+▁preserv -10.7126
+▁preserve -10.6799
+▁presidenc -9.11507
+▁president -10.554
+▁press -9.4784
+▁pressure -9.33262
+▁presum -11.3365
+▁pretext -10.9875
+▁prevail -10.8433
+▁prevent -8.24759
+▁preventive -10.8206
+▁previous -8.78852
+▁price -8.77656
+▁pride -11.7364
+▁primar -9.75371
+▁prime -10.9128
+▁principal -10.9875
+▁principle -7.67286
+▁prior -10.3417
+▁priorit -8.37084
+▁prison -10.3882
+▁prisoner -10.5634
+▁priva -11.1374
+▁private -9.23127
+▁privatisation -10.8705
+▁privilege -10.8038
+▁pro -9.63848
+▁probabl -9.50343
+▁problem -7.15294
+▁problematic -11.1746
+▁procedural -10.8038
+▁procedure -7.97299
+▁proceed -9.88288
+▁proceeding -9.9428
+▁process -7.67855
+▁proclaim -11.6131
+▁produc -9.53994
+▁produce -9.16267
+▁producer -9.43414
+▁product -8.24131
+▁production -8.96336
+▁profession -11.1718
+▁professional -9.97034
+▁profile -11.4778
+▁profit -9.38567
+▁profound -11.0851
+▁programm -10.8366
+▁programme -7.50396
+▁progress -8.2958
+▁progressive -11.0396
+▁prohibit -10.2378
+▁project -8.19997
+▁promise -9.6756
+▁promot -9.63124
+▁promote -8.99515
+▁promotion -10.103
+▁prompt -10.8038
+▁proof -10.0037
+▁propagand -11.2521
+▁proper -8.69284
+▁propert -11.0415
+▁proportion -9.79049
+▁propos -8.28307
+▁proposal -7.03885
+▁propose -8.49344
+▁prosecut -11.1759
+▁prosecution -11.1945
+▁prospect -10.0332
+▁prosper -10.2675
+▁prostitut -10.6162
+▁protect -8.53352
+▁protection -8.0487
+▁protest -10.3298
+▁protocol -10.371
+▁proud -10.6825
+▁prove -9.31298
+▁provid -8.8967
+▁provide -7.91555
+▁provision -8.49805
+▁prudent -11.5034
+▁psychological -11.4778
+▁public -7.56303
+▁publish -9.89924
+▁pull -11.4046
+▁punish -10.1139
+▁purchas -11.1377
+▁pure -9.90507
+▁purpose -8.90126
+▁pursu -10.113
+▁pursuan -10.7434
+▁pursue -10.245
+▁push -10.4136
+▁put -7.72513
+▁qua -10.8581
+▁qualifi -10.0154
+▁qualification -10.8844
+▁qualitative -11.4778
+▁quantit -10.4311
+▁quantitative -11.4048
+▁question -7.08494
+▁quick -9.01748
+▁quiet -11.5568
+▁quit -8.12994
+▁quor -10.8434
+▁quota -9.50497
+▁quote -10.422
+▁ra -8.09862
+▁race -10.7021
+▁racial -10.83
+▁racis -9.35002
+▁racist -10.3771
+▁radical -10.2161
+▁radio -10.4766
+▁radioactiv -10.7784
+▁raft -11.4284
+▁rail -9.68302
+▁railway -9.28778
+▁rais -9.18716
+▁raise -8.97789
+▁range -9.93649
+▁rape -11.4453
+▁rapid -9.24198
+▁rapporteur -7.80009
+▁rate -9.0384
+▁ratifi -10.544
+▁ratification -11.1377
+▁ratify -10.9569
+▁rational -10.2378
+▁re -7.79379
+▁reach -8.52953
+▁react -10.19
+▁reaction -9.7913
+▁read -9.30349
+▁reading -9.2628
+▁reaffirm -11.3813
+▁real -7.69844
+▁realise -9.72717
+▁realistic -10.3064
+▁realit -9.65743
+▁reason -7.8403
+▁reasonabl -10.8903
+▁reassure -11.1559
+▁rebuild -11.5034
+▁recall -10.7413
+▁receiv -9.38831
+▁receive -9.03428
+▁recent -8.33139
+▁reception -10.8433
+▁recipient -11.5568
+▁recital -11.0515
+▁recogni -9.59495
+▁recognise -8.84532
+▁recommend -9.87258
+▁recommendation -9.09192
+▁reconcile -11.019
+▁reconsider -10.9569
+▁reconstruct -11.4182
+▁reconstructi -10.3094
+▁record -9.73138
+▁recourse -11.1744
+▁recover -10.5051
+▁recruit -11.4528
+▁recycl -10.2452
+▁redeploy -11.6729
+▁redistribut -11.4778
+▁reduc -9.31802
+▁reduce -9.01719
+▁reduction -9.40979
+▁redundan -11.1377
+▁refer -9.11332
+▁reference -9.12482
+▁referend -10.486
+▁referr -9.01028
+▁reflect -9.22056
+▁reform -8.24189
+▁refrain -11.5568
+▁refugee -10.7224
+▁refugees -9.42501
+▁refund -10.694
+▁refus -10.395
+▁refuse -10.331
+▁regard -7.30344
+▁regime -9.71823
+▁region -7.9013
+▁regional -8.6575
+▁register -10.2526
+▁regret -9.53525
+▁regrettabl -10.7302
+▁regular -10.0095
+▁regulat -10.3802
+▁regulate -10.368
+▁regulation -7.80854
+▁regulator -9.99925
+▁rehabilitat -11.4778
+▁reinforc -11.7191
+▁reinforce -10.2271
+▁reiterate -10.1948
+▁reject -8.96895
+▁relat -8.99615
+▁relate -9.66053
+▁relation -8.89381
+▁relations -8.84405
+▁relationship -9.77215
+▁relative -9.87416
+▁release -9.88885
+▁relevan -11.6403
+▁relevant -9.31516
+▁reliabl -10.7918
+▁relie -10.2833
+▁religion -10.9875
+▁religious -10.6162
+▁reluctan -11.2725
+▁remain -8.52808
+▁remark -9.58841
+▁remedy -11.3586
+▁remember -9.514
+▁remind -9.09618
+▁remit -10.7414
+▁remote -10.4049
+▁remov -10.2593
+▁remove -10.4144
+▁render -11.4778
+▁renew -10.4661
+▁renewable -9.92112
+▁reorganis -11.3586
+▁repair -11.1933
+▁repeat -9.53386
+▁repeated -10.1772
+▁replac -11.0345
+▁replace -10.0577
+▁replie -10.6162
+▁reply -9.61883
+▁report -6.41692
+▁represent -8.64964
+▁representation -10.3591
+▁representative -8.8525
+▁repressi -11.1199
+▁reputa -11.4285
+▁request -8.37819
+▁requir -9.87322
+▁require -8.41805
+▁requirement -8.85758
+▁research -8.61963
+▁reservation -10.4223
+▁reserve -10.4047
+▁residenc -10.2018
+▁resident -10.486
+▁resistan -10.7174
+▁resolute -11.5568
+▁resolution -7.69739
+▁resolv -10.1213
+▁resolve -9.76942
+▁resort -10.9569
+▁resource -8.23198
+▁respect -7.7396
+▁respective -10.4178
+▁respond -9.41595
+▁response -9.04155
+▁responsibilit -8.15061
+▁responsibl -8.62252
+▁rest -9.52546
+▁restor -10.5134
+▁restore -10.6625
+▁restraint -11.7041
+▁restrict -9.63748
+▁restriction -9.82045
+▁restructuring -10.5243
+▁result -7.81947
+▁resum -10.322
+▁retain -10.2982
+▁retire -10.8985
+▁retro -11.5621
+▁return -9.37803
+▁reuni -10.6056
+▁reveal -10.6488
+▁revenue -10.9273
+▁reverse -10.766
+▁review -9.19963
+▁revis -10.2514
+▁revision -10.0957
+▁revolution -10.6599
+▁reward -11.5641
+▁rhetoric -11.0515
+▁rich -10.2528
+▁ridiculous -11.6729
+▁right -6.66114
+▁rigid -11.4528
+▁rigorous -10.694
+▁rigour -11.6425
+▁rise -9.53427
+▁risk -8.28149
+▁river -11.2936
+▁road -8.85243
+▁role -8.24888
+▁room -10.2904
+▁root -10.2018
+▁round -10.0574
+▁route -10.3543
+▁routine -11.7364
+▁rule -7.99603
+▁ruling -10.942
+▁run -9.16677
+▁rural -9.39054
+▁rush -11.5035
+▁sad -10.1817
+▁safe -8.1184
+▁safeguard -9.61494
+▁sai -7.96308
+▁sake -10.7911
+▁sale -10.4426
+▁sanction -9.35352
+▁satellite -11.7041
+▁satisfact -10.6787
+▁satisfactor -10.2027
+▁satisfie -10.2828
+▁satisfy -11.1199
+▁save -10.6678
+▁saving -10.4136
+▁saw -10.6162
+▁say -7.27999
+▁saying -9.17693
+▁sc -9.03633
+▁scale -9.62677
+▁scandal -10.5341
+▁scarce -11.2323
+▁scenario -11.1933
+▁scene -11.1382
+▁schedule -10.6825
+▁scheme -9.35959
+▁school -9.3657
+▁science -10.6378
+▁scientific -9.41316
+▁scientist -10.8038
+▁score -10.7913
+▁scourge -11.4528
+▁scrap -11.5282
+▁scrapie -11.3829
+▁screen -11.1744
+▁scrutin -10.7293
+▁sea -8.996
+▁search -11.1377
+▁second -7.77481
+▁secre -11.3341
+▁secret -10.7068
+▁section -9.80941
+▁sector -7.90385
+▁secur -11.4418
+▁secure -10.0235
+▁securit -8.38017
+▁see -7.38925
+▁seek -9.05714
+▁seeker -10.4543
+▁seem -8.45912
+▁seize -11.7364
+▁select -10.2388
+▁self -10.1223
+▁sell -10.619
+▁seminar -11.6425
+▁send -9.43288
+▁senior -11.0031
+▁sense -8.99613
+▁sensibl -10.1075
+▁sensitive -9.79519
+▁sensitivit -11.0851
+▁sent -9.78212
+▁sentence -10.5443
+▁separate -9.76278
+▁seri -10.3623
+▁serious -8.02126
+▁serve -9.5606
+▁service -7.86213
+▁session -9.28342
+▁set -7.97033
+▁setting -9.4767
+▁settl -10.6415
+▁settlement -10.5641
+▁seven -10.0758
+▁several -8.95062
+▁severe -10.8728
+▁sex -10.3963
+▁sexual -10.174
+▁shall -8.18107
+▁shame -10.4766
+▁shape -10.7283
+▁shar -10.0949
+▁share -8.60702
+▁she -8.66122
+▁shell -11.453
+▁shift -10.3139
+▁ship -9.72157
+▁shipowner -11.6425
+▁shipp -10.4791
+▁shock -10.791
+▁shop -10.9878
+▁short -8.55203
+▁shortcoming -10.3229
+▁should -6.15126
+▁show -8.30879
+▁side -9.41258
+▁sides -10.1409
+▁sight -10.5282
+▁sign -8.93933
+▁signal -10.0473
+▁signature -11.4778
+▁significan -10.5618
+▁significant -8.99279
+▁silence -10.6599
+▁similar -9.32371
+▁simpl -8.55211
+▁simple -9.6963
+▁simplifi -11.2367
+▁simplify -10.6941
+▁simultaneous -11.6728
+▁since -7.9104
+▁sincere -10.5033
+▁single -8.66894
+▁site -9.92695
+▁sitting -9.11269
+▁situation -7.46407
+▁six -9.30914
+▁size -9.3519
+▁skill -10.3625
+▁sla -10.828
+▁slaughter -10.9875
+▁slick -11.6426
+▁slight -10.3815
+▁slow -10.1695
+▁small -8.53447
+▁smaller -10.5971
+▁smok -9.66316
+▁smooth -11.3147
+▁smuggl -11.0851
+▁so -6.61209
+▁social -7.43656
+▁societ -8.24288
+▁socio -10.8705
+▁soft -11.4837
+▁soldier -10.5243
+▁sole -10.0452
+▁solid -10.7686
+▁solution -8.49164
+▁solv -10.7944
+▁solve -9.88234
+▁some -6.79322
+▁sometime -9.51488
+▁soon -9.07432
+▁sorr -10.4866
+▁sort -9.40644
+▁sound -9.38953
+▁source -9.50341
+▁south -10.3862
+▁souther -10.4972
+▁sovereign -11.0945
+▁sovereignt -10.4175
+▁space -10.128
+▁spare -11.4285
+▁speak -8.4371
+▁speaker -9.08653
+▁spec -10.7134
+▁special -8.75788
+▁specialist -11.1578
+▁specifi -10.6604
+▁specific -7.87672
+▁specify -10.9875
+▁spectr -10.8445
+▁speculat -10.7057
+▁speech -9.29192
+▁speed -9.31786
+▁spen -9.89795
+▁spend -9.66032
+▁sphere -10.3379
+▁spirit -9.53918
+▁split -11.0851
+▁spoke -9.48253
+▁sponsor -11.6729
+▁sport -8.88031
+▁spot -10.957
+▁spring -11.2521
+▁stabili -9.0409
+▁stadium -11.6131
+▁staff -9.37184
+▁stage -8.86174
+▁stake -10.3218
+▁stance -10.5961
+▁stand -8.9711
+▁standard -8.49684
+▁start -8.23001
+▁starv -11.6729
+▁state -8.02987
+▁statement -8.58562
+▁states -9.04068
+▁station -10.721
+▁statistic -10.1402
+▁statu -9.35924
+▁statute -10.9588
+▁stay -10.322
+▁steel -11.3587
+▁stem -10.7662
+▁step -8.39086
+▁stick -11.0033
+▁still -7.70729
+▁stimulat -10.9525
+▁stipulat -10.1535
+▁stock -9.84315
+▁stoo -11.608
+▁stop -9.45506
+▁stopp -11.008
+▁stor -10.1188
+▁storm -10.8523
+▁straight -10.8168
+▁strand -11.3365
+▁strange -11.0682
+▁strateg -8.70868
+▁strategic -9.73726
+▁streamlin -11.6131
+▁street -11.5568
+▁strength -10.827
+▁strengthen -9.02885
+▁stress -8.81289
+▁stretch -11.7041
+▁strict -9.44536
+▁strike -10.5146
+▁stringent -10.9569
+▁strive -11.3149
+▁strong -8.72039
+▁structural -9.44856
+▁structure -9.04599
+▁struggle -10.8433
+▁student -10.3625
+▁studie -9.93107
+▁study -9.59923
+▁sub -9.69461
+▁subject -7.95184
+▁submarine -11.3365
+▁submit -10.0526
+▁submitt -9.46471
+▁subscribe -11.0031
+▁subsequent -10.174
+▁subsid -9.71586
+▁subsidiar -11.6841
+▁subsidiarit -9.66994
+▁subsidis -10.8779
+▁substance -9.2722
+▁substantial -9.66313
+▁substantive -11.5568
+▁succeed -9.90448
+▁success -9.03914
+▁successful -9.38142
+▁sudden -10.942
+▁suffer -9.59583
+▁suffering -10.1132
+▁sufficient -9.11269
+▁suggest -9.11147
+▁suggestion -10.1172
+▁suit -10.5709
+▁suitabl -10.8478
+▁sum -9.77617
+▁summarise -11.4528
+▁summer -10.6599
+▁summit -9.73139
+▁super -10.4136
+▁supervis -10.2332
+▁supervisor -10.922
+▁supplement -9.79049
+▁supplie -10.6055
+▁supply -9.93107
+▁support -6.98664
+▁supposed -10.1879
+▁suppress -11.5298
+▁supranational -11.6131
+▁sure -8.62218
+▁surface -10.9875
+▁surplus -11.1744
+▁surprise -10.0821
+▁surprising -11.2321
+▁surrounding -10.7197
+▁surviv -10.4954
+▁suspect -10.8568
+▁suspend -10.1468
+▁suspensi -11.5034
+▁sustain -10.0215
+▁sustainabl -9.52818
+▁sw -10.5668
+▁swift -10.694
+▁switch -11.6729
+▁symbol -10.791
+▁sympath -10.3708
+▁synerg -11.6131
+▁system -7.45451
+▁systematic -10.2452
+▁tabl -9.08686
+▁table -9.49933
+▁tackl -10.6627
+▁tackle -9.78002
+▁tactic -11.7041
+▁take -6.97294
+▁talk -8.32596
+▁tape -11.3147
+▁target -9.33851
+▁tariff -10.4312
+▁task -8.71558
+▁taste -11.3366
+▁tax -8.63184
+▁taxe -10.1993
+▁taxpayer -10.486
+▁teach -10.3889
+▁team -10.6378
+▁technical -8.84513
+▁technique -10.9875
+▁technologi -10.0634
+▁technological -10.1402
+▁technology -9.37493
+▁television -9.97516
+▁tell -9.12239
+▁temporar -10.1771
+▁ten -9.47996
+▁tend -10.4855
+▁tendenc -11.1378
+▁tension -10.638
+▁term -7.52018
+▁terribl -10.554
+▁territor -9.67966
+▁territorial -11.0035
+▁terroris -10.0001
+▁terrorist -10.7473
+▁test -9.38222
+▁text -8.54276
+▁th -7.15744
+▁than -7.30811
+▁thank -7.56941
+▁that -4.51216
+▁the -2.95524
+▁their -6.67352
+▁them -7.41062
+▁theoretical -11.6425
+▁therapeutic -11.3586
+▁there -6.27259
+▁these -6.46154
+▁thing -8.41357
+▁think -7.36654
+▁third -8.14067
+▁thirt -11.2131
+▁thirteen -11.4046
+▁thorough -10.1204
+▁though -9.46465
+▁thought -9.57818
+▁thousand -9.65083
+▁threat -9.51814
+▁threaten -9.80387
+▁three -8.37479
+▁threshold -11.1377
+▁through -7.77856
+▁throw -10.5548
+▁ti -9.73666
+▁tight -10.6271
+▁time -6.89611
+▁times -9.95322
+▁timetable -10.0332
+▁title -11.5298
+▁to -3.76349
+▁tobacco -9.30914
+▁tog -8.60142
+▁toleran -11.0241
+▁tolerate -11.2132
+▁too -7.70011
+▁tool -10.0579
+▁topic -10.4391
+▁topical -10.239
+▁torture -10.8986
+▁total -8.64118
+▁totalitarian -11.7041
+▁tough -10.9875
+▁touris -9.63568
+▁toward -8.47029
+▁town -10.4959
+▁toxic -11.2522
+▁trace -10.505
+▁track -10.7293
+▁trad -10.7571
+▁trade -8.55318
+▁tradition -10.2077
+▁traditional -10.0645
+▁traffic -9.2664
+▁traffick -9.32397
+▁traged -10.2982
+▁tragic -10.4582
+▁train -8.7092
+▁trans -9.58264
+▁transaction -10.7659
+▁transfer -9.76582
+▁transferr -10.6979
+▁transform -10.942
+▁transit -11.0688
+▁transition -9.88407
+▁translat -10.6257
+▁translation -11.0208
+▁transmission -11.1025
+▁transnational -11.2725
+▁transparen -9.08927
+▁transparent -10.051
+▁transport -8.19903
+▁transpos -10.763
+▁travel -10.2793
+▁travell -11.0589
+▁treat -9.12128
+▁treatment -9.53337
+▁tremendous -11.019
+▁trend -10.2305
+▁tri -9.4386
+▁trial -10.4438
+▁tribute -11.0681
+▁trigger -11.6729
+▁troop -10.942
+▁trouble -10.8705
+▁tru -9.94994
+▁true -8.94702
+▁trust -10.2036
+▁truth -10.2756
+▁try -8.62409
+▁tune -11.4528
+▁tunnel -11.6425
+▁turn -8.80063
+▁twel -11.1377
+▁twent -10.3219
+▁twi -10.9278
+▁two -7.57216
+▁type -8.73495
+▁tyre -10.929
+▁ultimate -10.174
+▁ultra -11.7364
+▁un -7.62939
+▁unacceptabl -9.32371
+▁unanim -10.6596
+▁unanimous -9.92047
+▁uncertaint -10.6632
+▁under -7.41835
+▁underestimat -11.2125
+▁undergo -11.6792
+▁underline -10.4685
+▁undermin -11.3421
+▁undermine -10.5026
+▁underst -10.4943
+▁understand -8.44851
+▁undertake -10.2685
+▁undertaking -9.73783
+▁undoubted -10.2904
+▁unemploy -9.34449
+▁unequivocal -11.1744
+▁unfair -10.6825
+▁unfortunate -8.79024
+▁uniform -10.2305
+▁unilateral -11.1199
+▁union -9.80106
+▁unique -10.8844
+▁unit -9.5226
+▁universal -9.94191
+▁universit -10.942
+▁unjustifi -11.5846
+▁unlike -10.694
+▁unnecessar -10.3708
+▁unrealistic -11.4528
+▁unreasonabl -11.6131
+▁unti -8.92326
+▁unusual -11.3147
+▁up -6.72645
+▁updat -10.8496
+▁uphold -11.1199
+▁urban -10.4049
+▁urge -9.38308
+▁urgenc -10.0334
+▁urgent -9.08464
+▁us -6.70079
+▁use -7.67838
+▁useful -9.4667
+▁user -10.3308
+▁usual -10.1901
+▁utilis -11.2125
+▁vacuum -11.6729
+▁vague -11.0682
+▁valid -10.2751
+▁valu -10.2716
+▁value -8.486
+▁van -9.88454
+▁varie -11.6174
+▁variet -11.001
+▁various -8.40948
+▁vary -11.1564
+▁vast -10.5247
+▁vegetable -10.7174
+▁vehicle -9.64677
+▁venture -11.2521
+▁verba -11.6734
+▁verification -11.3587
+▁version -10.0332
+▁vertical -11.6425
+▁vessel -10.1878
+▁vi -9.13777
+▁via -10.3161
+▁victim -8.91483
+▁victor -11.3147
+▁view -7.54992
+▁viewpoint -11.5846
+▁vigilan -10.7293
+▁vigorous -10.8568
+▁village -11.1933
+▁violat -10.5231
+▁violation -9.63517
+▁violen -9.26387
+▁virtual -10.8985
+▁virtue -11.2521
+▁visa -10.2985
+▁vision -10.371
+▁visit -9.43878
+▁vital -9.3445
+▁vocation -11.6729
+▁voice -10.127
+▁volume -10.7293
+▁voluntar -10.2751
+▁vot -8.52967
+▁vote -7.35627
+▁vulnerab -10.346
+▁w -5.8153
+▁wage -10.4112
+▁wait -9.55759
+▁wake -11.12
+▁want -7.30702
+▁war -8.79069
+▁warm -10.2056
+▁warning -10.1672
+▁warrant -11.5846
+▁was -6.49548
+▁waste -8.69219
+▁watch -10.694
+▁water -8.42766
+▁wave -11.596
+▁way -7.1561
+▁we -4.84319
+▁weak -10.433
+▁weaken -10.9177
+▁weakness -10.7178
+▁wealth -10.2802
+▁weapon -9.96955
+▁week -8.75812
+▁weigh -11.4703
+▁weight -10.5668
+▁welcom -11.4566
+▁welcome -8.21958
+▁welfar -10.4766
+▁well -7.47705
+▁western -11.1934
+▁what -6.55261
+▁whe -8.00362
+▁when -7.12155
+▁where -7.48084
+▁wherea -10.6357
+▁whi -11.0716
+▁which -5.29389
+▁whil -8.41901
+▁white -11.1055
+▁who -6.77234
+▁whole -8.15007
+▁wholehearted -10.7413
+▁whom -9.81771
+▁why -7.65503
+▁wide -8.87415
+▁wild -11.4288
+▁will -5.69198
+▁wind -10.7303
+▁wish -8.15251
+▁wishe -9.84107
+▁with -5.29389
+▁withdraw -9.67559
+▁witness -10.0947
+▁wonder -9.63068
+▁wood -10.7007
+▁wor -10.2904
+▁word -9.50274
+▁wording -10.5458
+▁words -8.64429
+▁work -7.11764
+▁workers -8.84724
+▁workforce -11.6425
+▁working -8.27567
+▁workplace -11.1567
+▁world -7.9283
+▁worrie -10.7301
+▁worrying -10.7056
+▁worse -10.0403
+▁worth -9.6221
+▁wreck -11.6729
+▁writ -9.43572
+▁wrong -9.57629
+▁xenophobi -9.82868
+▁ye -9.26472
+▁year -7.60721
+▁years -7.56039
+▁yes -9.99003
+▁yield -11.0851
+▁you -6.35035
+▁young -8.70131
+▁your -7.6279
+▁zone -10.1747
diff --git a/tests/server/setup.sh b/tests/server/setup.sh
index 56f2042..31a563c 100644
--- a/tests/server/setup.sh
+++ b/tests/server/setup.sh
@@ -1,3 +1,4 @@
-test -f $MRT_MARIAN/marian-server || exit 1
+# Check if marian-server is compiled
+test -f $MRT_MARIAN/marian-server || exit $EXIT_CODE_SKIP
test -f $MRT_MODELS/wmt16_systems/en-de/model.npz || exit 1
python3 -c "import websocket"
diff --git a/tests/training/basics/batch_fit.expected b/tests/training/basics/batch_fit.expected
index 3769b33..b52e2e2 100644
--- a/tests/training/basics/batch_fit.expected
+++ b/tests/training/basics/batch_fit.expected
@@ -1,5 +1,5 @@
320
-316
-310
-312
-312
+320
+319
+320
+320
diff --git a/tests/training/basics/gzip.expected b/tests/training/basics/gzip.expected
index 47c8765..e6ad9be 100644
--- a/tests/training/basics/gzip.expected
+++ b/tests/training/basics/gzip.expected
@@ -1,5 +1,5 @@
-448.35955811
-374.86718750
-324.67779541
-283.97842407
-248.12561035
+10.16832447
+10.15427303
+10.14024067
+10.12231636
+10.10052204
diff --git a/tests/training/basics/test_gzipped_train_sets.sh b/tests/training/basics/test_gzipped_train_sets.sh
index 87ae5ef..85e4ddd 100644
--- a/tests/training/basics/test_gzipped_train_sets.sh
+++ b/tests/training/basics/test_gzipped_train_sets.sh
@@ -22,7 +22,7 @@ test -e gzip/model.npz
test -e gzip.log
cat gzip.log | $MRT_TOOLS/extract-costs.sh > gzip.out
-$MRT_TOOLS/diff-nums.py gzip.out gzip.expected -p 0.1 -o gzip.diff
+$MRT_TOOLS/diff-nums.py gzip.out gzip.expected -p 0.05 -o gzip.diff
# Exit with success code
exit 0
diff --git a/tests/training/basics/test_mini_batch_fit.sh b/tests/training/basics/test_mini_batch_fit.sh
index 37b7389..4f57c11 100644
--- a/tests/training/basics/test_mini_batch_fit.sh
+++ b/tests/training/basics/test_mini_batch_fit.sh
@@ -3,7 +3,7 @@
#####################################################################
# SUMMARY: Train with --mini-batch-fit
# AUTHOR: snukky
-# TAGS: batchfit
+# TAGS: mini-batch-fit
#####################################################################
# Exit on error
diff --git a/tests/training/basics/test_toy_vocab.sh b/tests/training/basics/test_toy_vocab.sh
index 943dcba..671843f 100644
--- a/tests/training/basics/test_toy_vocab.sh
+++ b/tests/training/basics/test_toy_vocab.sh
@@ -3,6 +3,7 @@
#####################################################################
# SUMMARY: Run a basic training command with toy vocabs
# AUTHOR: snukky
+# TAGS: small-vocab
#####################################################################
# Exit on error
@@ -13,7 +14,7 @@ mkdir -p toy
rm -f toy/* toy.log
$MRT_MARIAN/marian \
- --seed 1111 --dim-emb 256 --dim-rnn 512 \
+ --seed 1111 --dim-emb 256 --dim-rnn 512 --no-shuffle \
-m toy/model.npz -t $MRT_DATA/europarl.de-en/toy.bpe.{de,en} -v toy/vocab.de.yml toy/vocab.en.yml \
--log toy.log --disp-freq 5 -e 5
@@ -24,7 +25,7 @@ test -e toy/model.npz.yml
test -e toy/model.npz.amun.yml
cat toy.log | $MRT_TOOLS/extract-costs.sh > toy.out
-$MRT_TOOLS/diff-nums.py toy.out toy.expected -p 0.9 -o toy.diff
+$MRT_TOOLS/diff-nums.py toy.out toy.expected -p 0.1 -o toy.diff
# Exit with success code
exit 0
diff --git a/tests/training/basics/toy.expected b/tests/training/basics/toy.expected
index 4e03c75..f134a62 100644
--- a/tests/training/basics/toy.expected
+++ b/tests/training/basics/toy.expected
@@ -1,44 +1,44 @@
-207.82556152
-178.71255493
-211.33903503
-234.55387878
-182.80172729
-227.75459290
-200.35102844
-207.02507019
-174.51194763
-191.75926208
-141.59402466
-256.85244751
-208.20707703
-125.15594482
-116.06490326
-129.00891113
-172.10009766
-138.76477051
-176.41941833
-98.28771210
-123.42759705
-138.35072327
-210.30610657
-241.78837585
-166.28385925
-99.98839569
-113.32307434
-173.32617188
-125.69969177
-135.87945557
-120.28639984
-209.76863098
-145.23466492
-195.52755737
-132.37802124
-169.65127563
-177.24984741
-182.49871826
-125.44963074
-122.40126038
-157.54493713
-91.15261841
-129.87872314
-200.61141968
+8.78630924
+8.75282860
+8.69768810
+8.60030174
+8.42331791
+8.08456516
+7.58919859
+7.15421867
+7.07388210
+7.15911722
+7.00602388
+6.87553406
+6.70337963
+6.58344078
+6.49999046
+6.45548153
+6.15827656
+6.46891832
+6.53488016
+6.44239426
+6.40002155
+6.31497908
+6.22505951
+6.17120123
+6.16692400
+5.82793045
+6.37700939
+6.38672018
+6.30941343
+6.23907804
+6.14631748
+6.09236145
+5.99969482
+5.93795681
+5.50292015
+7.16254091
+6.92708254
+6.59395170
+6.40627527
+6.22969198
+6.13137770
+5.96749878
+5.96595860
+5.42677450
diff --git a/tests/training/cost-functions/ce-mean-words.expected b/tests/training/cost-functions/ce-mean-words.expected
index 1962514..5222ee3 100644
--- a/tests/training/cost-functions/ce-mean-words.expected
+++ b/tests/training/cost-functions/ce-mean-words.expected
@@ -1,8 +1,8 @@
-8.48090363
-8.45937634
-8.42510605
-8.40673161
-8.35613060
-8.30123329
-8.18988895
-8.04098606
+8.48323727
+8.46116066
+8.41828060
+8.41519642
+8.37801170
+8.31291008
+8.24856281
+8.09821606
diff --git a/tests/training/cost-functions/ce-mean.expected b/tests/training/cost-functions/ce-mean.expected
index 10a808e..99dcb2e 100644
--- a/tests/training/cost-functions/ce-mean.expected
+++ b/tests/training/cost-functions/ce-mean.expected
@@ -1,8 +1,8 @@
-205.79443359
-203.42153931
-112.68572235
-289.76901245
-149.62661743
-257.20617676
-178.25546265
-241.22378540
+150.17980957
+263.68411255
+100.49322510
+253.63926697
+274.96899414
+145.67076111
+207.88955688
+245.54043579
diff --git a/tests/training/cost-functions/ce-sum.expected b/tests/training/cost-functions/ce-sum.expected
index afc3d2c..211f95e 100644
--- a/tests/training/cost-functions/ce-sum.expected
+++ b/tests/training/cost-functions/ce-sum.expected
@@ -1,8 +1,8 @@
-13179.10449219
-13061.31054688
-7266.60009766
-18717.20898438
-9726.19921875
-16827.05468750
-11820.01953125
-16291.95898438
+9616.72363281
+16924.73828125
+6485.94677734
+16367.00390625
+17824.65820312
+9517.77148438
+13688.55371094
+16464.12500000
diff --git a/tests/training/cost-functions/perplexity.expected b/tests/training/cost-functions/perplexity.expected
index 35a5b2d..454d690 100644
--- a/tests/training/cost-functions/perplexity.expected
+++ b/tests/training/cost-functions/perplexity.expected
@@ -1,8 +1,8 @@
-4847.51904297
-4850.71435547
-4861.09228516
-4840.05859375
-4851.69970703
-4844.77343750
-4843.03662109
-4843.51220703
+4855.37011719
+4845.00927734
+4863.23437500
+4840.18750000
+4846.01660156
+4849.56250000
+4848.35107422
+4839.06152344
diff --git a/tests/training/cost-functions/test_ce-mean-words.sh b/tests/training/cost-functions/test_ce-mean-words.sh
index 1bd3d1c..7c875ff 100644
--- a/tests/training/cost-functions/test_ce-mean-words.sh
+++ b/tests/training/cost-functions/test_ce-mean-words.sh
@@ -3,6 +3,7 @@
#####################################################################
# SUMMARY: Train using the 'ce-mean-words' cost function
# AUTHOR: snukky
+# TAGS: gcc5-fails sync-sgd
#####################################################################
# Exit on error
@@ -14,7 +15,7 @@ mkdir -p ce-mean-words
$MRT_MARIAN/marian \
--cost-type ce-mean-words \
- --seed 9999 \
+ --seed 9999 --sync-sgd \
-m ce-mean-words/model.npz -t $MRT_DATA/train.max50.{en,de} -v vocab.en.yml vocab.de.yml \
--disp-freq 2 --after-epochs 1 \
--log ce-mean-words.log
diff --git a/tests/training/cost-functions/test_ce-mean.sh b/tests/training/cost-functions/test_ce-mean.sh
index c032290..c4109b1 100644
--- a/tests/training/cost-functions/test_ce-mean.sh
+++ b/tests/training/cost-functions/test_ce-mean.sh
@@ -3,6 +3,7 @@
#####################################################################
# SUMMARY: Train using the 'ce-mean' cost function
# AUTHOR: snukky
+# TAGS: gcc5-fails sync-sgd
#####################################################################
# Exit on error
@@ -13,7 +14,8 @@ rm -rf ce-mean ce-mean.log
mkdir -p ce-mean
$MRT_MARIAN/marian \
- --seed 9999 \
+ --cost-type ce-mean \
+ --seed 9999 --sync-sgd \
-m ce-mean/model.npz -t $MRT_DATA/train.max50.{en,de} -v vocab.en.yml vocab.de.yml \
--disp-freq 2 --after-epochs 1 \
--log ce-mean.log
diff --git a/tests/training/cost-functions/test_ce-sum.sh b/tests/training/cost-functions/test_ce-sum.sh
index 1d3d39f..f22f137 100644
--- a/tests/training/cost-functions/test_ce-sum.sh
+++ b/tests/training/cost-functions/test_ce-sum.sh
@@ -3,6 +3,7 @@
#####################################################################
# SUMMARY: Train using the 'ce-sum' cost function
# AUTHOR: snukky
+# TAGS: gcc5-fails sync-sgd
#####################################################################
# Exit on error
@@ -13,8 +14,8 @@ rm -rf ce-sum ce-sum.log
mkdir -p ce-sum
$MRT_MARIAN/marian \
- --cost-type ce-sum \
- --seed 9999 --optimizer sgd \
+ --cost-type ce-sum --disp-label-counts false \
+ --seed 9999 --optimizer sgd --sync-sgd \
-m ce-sum/model.npz -t $MRT_DATA/train.max50.{en,de} -v vocab.en.yml vocab.de.yml \
--disp-freq 2 --after-epochs 1 \
--log ce-sum.log
diff --git a/tests/training/cost-functions/test_perplexity.sh b/tests/training/cost-functions/test_perplexity.sh
index f6d37f1..7a790fd 100644
--- a/tests/training/cost-functions/test_perplexity.sh
+++ b/tests/training/cost-functions/test_perplexity.sh
@@ -3,7 +3,7 @@
#####################################################################
# SUMMARY: Train using perplexity as a cost function
# AUTHOR: snukky
-# TAGS: unstable
+# TAGS: unstable gcc5-fails sync-sgd
#####################################################################
# Exit on error
@@ -15,7 +15,7 @@ mkdir -p perplexity
$MRT_MARIAN/marian \
--cost-type perplexity \
- --seed 9999 --optimizer sgd \
+ --seed 9999 --optimizer sgd --sync-sgd \
-m perplexity/model.npz -t $MRT_DATA/train.max50.{en,de} -v vocab.en.yml vocab.de.yml \
--disp-freq 2 --after-epochs 1 \
--log perplexity.log
diff --git a/tests/training/features/data-weighting/sqlite_word.expected b/tests/training/features/data-weighting/sqlite_word.expected
index 037b678..fb557e0 100644
--- a/tests/training/features/data-weighting/sqlite_word.expected
+++ b/tests/training/features/data-weighting/sqlite_word.expected
@@ -1,15 +1,14 @@
-862.09051514
-728.33001709
-630.45318604
-554.12792969
-469.74276733
-387.57510376
-299.93112183
-257.35052490
-828.63208008
-706.60028076
-615.24633789
-537.03155518
-454.32131958
-369.54190063
-274.37387085
+853.40081787
+710.09143066
+610.75262451
+526.56585693
+439.88232422
+345.80377197
+234.99189758
+606.08709717
+734.31378174
+627.71948242
+544.36926270
+456.04959106
+364.86871338
+264.01800537
diff --git a/tests/training/features/data-weighting/test_compare_word_and_sentence_weighting.sh b/tests/training/features/data-weighting/test_compare_word_and_sentence_weighting.sh
index 595a58a..881aaee 100644
--- a/tests/training/features/data-weighting/test_compare_word_and_sentence_weighting.sh
+++ b/tests/training/features/data-weighting/test_compare_word_and_sentence_weighting.sh
@@ -1,5 +1,10 @@
#!/bin/bash
+#####################################################################
+# SUMMARY:
+# TAGS: dataweights
+#####################################################################
+
# Exit on error
set -e
diff --git a/tests/training/features/data-weighting/test_compare_word_and_sentence_weighting_sync.sh b/tests/training/features/data-weighting/test_compare_word_and_sentence_weighting_sync.sh
index bd2d0c1..915f9ef 100644
--- a/tests/training/features/data-weighting/test_compare_word_and_sentence_weighting_sync.sh
+++ b/tests/training/features/data-weighting/test_compare_word_and_sentence_weighting_sync.sh
@@ -1,5 +1,10 @@
#!/bin/bash
+#####################################################################
+# SUMMARY:
+# TAGS: dataweights
+#####################################################################
+
# Exit on error
set -e
diff --git a/tests/training/features/data-weighting/test_length_mismatch_warnings.sh b/tests/training/features/data-weighting/test_length_mismatch_warnings.sh
index 0253e6e..a5e18d0 100644
--- a/tests/training/features/data-weighting/test_length_mismatch_warnings.sh
+++ b/tests/training/features/data-weighting/test_length_mismatch_warnings.sh
@@ -1,5 +1,10 @@
#!/bin/bash
+#####################################################################
+# SUMMARY:
+# TAGS: dataweights
+#####################################################################
+
# Exit on error
set -e
diff --git a/tests/training/features/data-weighting/test_maxi_batches_with_sentence_weights.sh b/tests/training/features/data-weighting/test_maxi_batches_with_sentence_weights.sh
index ae2cb20..58e9e82 100644
--- a/tests/training/features/data-weighting/test_maxi_batches_with_sentence_weights.sh
+++ b/tests/training/features/data-weighting/test_maxi_batches_with_sentence_weights.sh
@@ -1,5 +1,10 @@
#!/bin/bash
+#####################################################################
+# SUMMARY:
+# TAGS: dataweights
+#####################################################################
+
# Exit on error
set -e
@@ -13,7 +18,7 @@ test -e vocab.en.yml || $MRT_MARIAN/marian-vocab < $MRT_DATA/europarl.de-en/corp
$MRT_MARIAN/marian \
--seed 3333 --no-shuffle --dim-emb 128 --dim-rnn 256 --optimizer sgd \
-m maxibatch/model.npz -t train.1k.{de,en} -v vocab.{de,en}.yml \
- --log maxibatch.log --disp-freq 10 --after-batches 100 --mini-batch 16 --cost-type ce-sum \
+ --log maxibatch.log --disp-freq 10 --after-batches 100 --mini-batch 16 --cost-type ce-sum --disp-label-counts false \
--data-weighting train.1k.inc.txt --data-weighting-type sentence
test -e maxibatch/model.npz
diff --git a/tests/training/features/data-weighting/test_maxi_batches_with_word_weights.sh b/tests/training/features/data-weighting/test_maxi_batches_with_word_weights.sh
index c0babe4..5cb5592 100644
--- a/tests/training/features/data-weighting/test_maxi_batches_with_word_weights.sh
+++ b/tests/training/features/data-weighting/test_maxi_batches_with_word_weights.sh
@@ -1,5 +1,10 @@
#!/bin/bash
+#####################################################################
+# SUMMARY:
+# TAGS: dataweights
+#####################################################################
+
# Exit on error
set -e
@@ -13,7 +18,7 @@ test -e vocab.en.yml || $MRT_MARIAN/marian-vocab < $MRT_DATA/europarl.de-en/corp
$MRT_MARIAN/marian \
--seed 6666 --no-shuffle --dim-emb 128 --dim-rnn 256 --optimizer sgd \
-m word_maxibatch/model.npz -t train.1k.{de,en} -v vocab.{de,en}.yml \
- --log word_maxibatch.log --disp-freq 10 --after-batches 100 --mini-batch 16 \
+ --log word_maxibatch.log --disp-freq 10 --after-batches 100 --mini-batch 16 --cost-type ce-mean \
--data-weighting train.1k.wordinc.txt --data-weighting-type word
test -e word_maxibatch/model.npz
diff --git a/tests/training/features/data-weighting/test_sentence_weighting_sqlite.sh b/tests/training/features/data-weighting/test_sentence_weighting_sqlite.sh
index b1f9fc3..2295d64 100644
--- a/tests/training/features/data-weighting/test_sentence_weighting_sqlite.sh
+++ b/tests/training/features/data-weighting/test_sentence_weighting_sqlite.sh
@@ -1,5 +1,10 @@
#!/bin/bash
+#####################################################################
+# SUMMARY:
+# TAGS: dataweights
+#####################################################################
+
# Exit on error
set -e
@@ -8,7 +13,7 @@ rm -rf sqlite sqlite.log
mkdir -p sqlite
$MRT_MARIAN/marian \
- --seed 1111 --no-shuffle --maxi-batch 1 --maxi-batch-sort none --max-length 100 --dim-emb 128 --dim-rnn 256 --optimizer sgd \
+ --seed 1111 --no-shuffle --maxi-batch 1 --maxi-batch-sort none --max-length 100 --dim-emb 128 --dim-rnn 256 --optimizer sgd --cost-type ce-mean \
-m sqlite/model.npz -t train.1k.{de,en} -v vocab.{de,en}.yml \
--log sqlite.log --disp-freq 1 --after-batches 100 --mini-batch 1 \
--data-weighting train.1k.weights.txt --data-weighting-type sentence --sqlite sqlite/corpus.sqlite3
diff --git a/tests/training/features/data-weighting/test_sentence_weighting_with_ones.sh b/tests/training/features/data-weighting/test_sentence_weighting_with_ones.sh
index 27ed5c4..58b243a 100644
--- a/tests/training/features/data-weighting/test_sentence_weighting_with_ones.sh
+++ b/tests/training/features/data-weighting/test_sentence_weighting_with_ones.sh
@@ -1,5 +1,10 @@
#!/bin/bash
+#####################################################################
+# SUMMARY:
+# TAGS: dataweights
+#####################################################################
+
# Exit on error
set -e
diff --git a/tests/training/features/data-weighting/test_sentence_weights_x3.sh b/tests/training/features/data-weighting/test_sentence_weights_x3.sh
index 5fc4f2b..1b28af8 100644
--- a/tests/training/features/data-weighting/test_sentence_weights_x3.sh
+++ b/tests/training/features/data-weighting/test_sentence_weights_x3.sh
@@ -1,5 +1,10 @@
#!/bin/bash
+#####################################################################
+# SUMMARY:
+# TAGS: dataweights
+#####################################################################
+
# Exit on error
set -e
@@ -13,7 +18,7 @@ test -e vocab.en.yml || $MRT_MARIAN/marian-vocab < $MRT_DATA/europarl.de-en/corp
$MRT_MARIAN/marian \
--seed 2222 --no-shuffle --maxi-batch 1 --maxi-batch-sort none --max-length 100 --dim-emb 128 --dim-rnn 256 --optimizer sgd \
-m x3copied/model.npz -t train.x3.{de,en} -v vocab.{de,en}.yml \
- --log x3copied.log --disp-freq 1 --after-batches 100 --mini-batch 4 --cost-type ce-sum
+ --log x3copied.log --disp-freq 1 --after-batches 100 --mini-batch 4 --cost-type ce-sum --disp-label-counts false
test -e x3copied/model.npz
test -e x3copied.log
@@ -22,7 +27,7 @@ cat x3copied.log | grep 'Cost ' | sed -r 's/.*Cost (.*) : Time.*/\1/' > x3copied
$MRT_MARIAN/marian \
--seed 2222 --no-shuffle --maxi-batch 1 --maxi-batch-sort none --max-length 100 --dim-emb 128 --dim-rnn 256 --optimizer sgd \
-m x3weights/model.npz -t train.1k.{de,en} -v vocab.{de,en}.yml \
- --log x3weights.log --disp-freq 1 --after-batches 100 --mini-batch 2 --cost-type ce-sum \
+ --log x3weights.log --disp-freq 1 --after-batches 100 --mini-batch 2 --cost-type ce-sum --disp-label-counts false \
--data-weighting train.1k.weights.txt --data-weighting-type sentence
test -e x3weights/model.npz
diff --git a/tests/training/features/data-weighting/test_validation.sh b/tests/training/features/data-weighting/test_validation.sh
index 8099280..125ba34 100644
--- a/tests/training/features/data-weighting/test_validation.sh
+++ b/tests/training/features/data-weighting/test_validation.sh
@@ -1,5 +1,10 @@
#!/bin/bash -x
+#####################################################################
+# SUMMARY:
+# TAGS: dataweights
+#####################################################################
+
# Exit on error
set -e
@@ -8,7 +13,7 @@ rm -rf valid valid_script.temp
mkdir -p valid
$MRT_MARIAN/marian \
- --seed 4444 --no-shuffle --maxi-batch 1 --maxi-batch-sort none --dim-rnn 64 --dim-emb 32 \
+ --seed 4444 --no-shuffle --maxi-batch 1 --maxi-batch-sort none --dim-rnn 64 --dim-emb 32 --cost-type ce-mean \
-m valid/model.npz -t train.1k.{de,en} -v vocab.{de,en}.yml \
--disp-freq 5 --valid-freq 15 --after-batches 50 \
--data-weighting train.1k.weights.txt --data-weighting-type sentence \
diff --git a/tests/training/features/data-weighting/test_word_weighting_sqlite.sh b/tests/training/features/data-weighting/test_word_weighting_sqlite.sh
index 229d5a8..fe399c7 100644
--- a/tests/training/features/data-weighting/test_word_weighting_sqlite.sh
+++ b/tests/training/features/data-weighting/test_word_weighting_sqlite.sh
@@ -1,5 +1,10 @@
#!/bin/bash
+#####################################################################
+# SUMMARY:
+# TAGS: dataweights mini-batch-fit
+#####################################################################
+
# Exit on error
set -e
@@ -10,7 +15,7 @@ mkdir -p sqlite_word
cat $MRT_DATA/europarl.de-en/toy.bpe.en | sed -r 's/[^ ]+/2/g' > sqlite_word.weights.txt
$MRT_MARIAN/marian \
- --seed 1111 --no-shuffle --dim-emb 128 --dim-rnn 256 --optimizer sgd \
+ --seed 1111 --no-shuffle --dim-emb 128 --dim-rnn 256 --optimizer sgd --cost-type ce-mean \
-m sqlite_word/model.npz -t $MRT_DATA/europarl.de-en/toy.bpe.{de,en} -v vocab.{de,en}.yml \
--log sqlite_word.log --disp-freq 5 -e 2 --mini-batch-fit -w 500 \
--data-weighting sqlite_word.weights.txt --data-weighting-type word --sqlite sqlite_word/corpus.sqlite3
diff --git a/tests/training/features/data-weighting/test_word_weighting_with_eos.sh b/tests/training/features/data-weighting/test_word_weighting_with_eos.sh
index 1f8a75d..c3d7b93 100644
--- a/tests/training/features/data-weighting/test_word_weighting_with_eos.sh
+++ b/tests/training/features/data-weighting/test_word_weighting_with_eos.sh
@@ -1,5 +1,10 @@
#!/bin/bash
+#####################################################################
+# SUMMARY:
+# TAGS: dataweights
+#####################################################################
+
# Exit on error
set -e
@@ -12,7 +17,7 @@ cat $MRT_DATA/europarl.de-en/toy.bpe.en | sed -r -e 's/[^ ]+/2/g' -e 's/$/ 2/' >
# Train
$MRT_MARIAN/marian \
- --seed 1111 --no-shuffle --dim-emb 128 --dim-rnn 256 --optimizer sgd \
+ --seed 1111 --no-shuffle --dim-emb 128 --dim-rnn 256 --optimizer sgd --cost-type ce-mean \
-m word_eos/model.npz -t $MRT_DATA/europarl.de-en/toy.bpe.{de,en} -v vocab.{de,en}.yml \
--log word_eos.log --disp-freq 5 -e 2 \
--data-weighting word_eos.weights.txt --data-weighting-type word
diff --git a/tests/training/features/data-weighting/test_word_weighting_with_ones.sh b/tests/training/features/data-weighting/test_word_weighting_with_ones.sh
index 78eae39..cf01f4c 100644
--- a/tests/training/features/data-weighting/test_word_weighting_with_ones.sh
+++ b/tests/training/features/data-weighting/test_word_weighting_with_ones.sh
@@ -1,5 +1,10 @@
#!/bin/bash
+#####################################################################
+# SUMMARY:
+# TAGS: dataweights
+#####################################################################
+
# Exit on error
set -e
diff --git a/tests/training/features/data-weighting/test_word_weighting_with_twos.sh b/tests/training/features/data-weighting/test_word_weighting_with_twos.sh
index d4fdbe0..0660501 100644
--- a/tests/training/features/data-weighting/test_word_weighting_with_twos.sh
+++ b/tests/training/features/data-weighting/test_word_weighting_with_twos.sh
@@ -1,5 +1,10 @@
#!/bin/bash
+#####################################################################
+# SUMMARY:
+# TAGS: dataweights
+#####################################################################
+
# Exit on error
set -e
@@ -13,7 +18,7 @@ cat $MRT_DATA/europarl.de-en/toy.bpe.en | sed -r 's/[^ ]+/2/g' > word_twos.weigh
# Train with word weighting
$MRT_MARIAN/marian \
- --seed 1111 --no-shuffle --dim-emb 128 --dim-rnn 256 --optimizer sgd \
+ --seed 1111 --no-shuffle --dim-emb 128 --dim-rnn 256 --optimizer sgd --cost-type ce-mean \
-m word_twos/model.npz -t $MRT_DATA/europarl.de-en/toy.bpe.{de,en} -v vocab.{de,en}.yml \
--log word_twos.log --disp-freq 5 -e 2 \
--data-weighting word_twos.weights.txt --data-weighting-type word
@@ -36,7 +41,7 @@ echo "data-weighting-type: word" >> word_twos.config.yml
# Train with word weighting
$MRT_MARIAN/marian \
- --seed 1111 --no-shuffle --dim-emb 128 --dim-rnn 256 --optimizer sgd \
+ --seed 1111 --no-shuffle --dim-emb 128 --dim-rnn 256 --optimizer sgd --cost-type ce-mean \
-m word_twos_cfg/model.npz -t $MRT_DATA/europarl.de-en/toy.bpe.{de,en} -v vocab.{de,en}.yml \
--log word_twos_cfg.log --disp-freq 5 -e 2 \
-c word_twos.config.yml
diff --git a/tests/training/features/data-weighting/test_word_weighting_with_twos_sync.sh b/tests/training/features/data-weighting/test_word_weighting_with_twos_sync.sh
index 353706d..675ae8b 100644
--- a/tests/training/features/data-weighting/test_word_weighting_with_twos_sync.sh
+++ b/tests/training/features/data-weighting/test_word_weighting_with_twos_sync.sh
@@ -1,5 +1,10 @@
#!/bin/bash
+#####################################################################
+# SUMMARY:
+# TAGS: dataweights
+#####################################################################
+
# Exit on error
set -e
@@ -13,7 +18,7 @@ cat $MRT_DATA/europarl.de-en/toy.bpe.en | sed -r 's/[^ ]+/2/g' > word_twos_sync.
# Train with word weighting
$MRT_MARIAN/marian \
- --seed 1111 --no-shuffle --dim-emb 128 --dim-rnn 256 --optimizer sgd \
+ --seed 1111 --no-shuffle --dim-emb 128 --dim-rnn 256 --optimizer sgd --cost-type ce-mean \
-m word_twos_sync/model.npz -t $MRT_DATA/europarl.de-en/toy.bpe.{de,en} -v vocab.{de,en}.yml --sync-sgd \
--log word_twos_sync.log --disp-freq 5 -e 2 \
--data-weighting word_twos_sync.weights.txt --data-weighting-type word
diff --git a/tests/training/features/exp-smoothing/test_expsmooth.sh b/tests/training/features/exp-smoothing/test_expsmooth.sh
index f55f64d..b27cee9 100644
--- a/tests/training/features/exp-smoothing/test_expsmooth.sh
+++ b/tests/training/features/exp-smoothing/test_expsmooth.sh
@@ -8,7 +8,7 @@ rm -rf expsmooth expsmooth*.log
mkdir -p expsmooth
-opts="--no-shuffle --seed 777 --mini-batch 4 --maxi-batch 1 --maxi-batch-sort none --dim-rnn 64 --dim-emb 32 --optimizer sgd --learn-rate 0.5 --valid-sets valid.bpe.en valid.bpe.de --valid-metrics cross-entropy --valid-mini-batch 32"
+opts="--no-shuffle --seed 777 --mini-batch 4 --maxi-batch 1 --maxi-batch-sort none --dim-rnn 64 --dim-emb 32 --optimizer sgd --learn-rate 0.5 --valid-sets valid.bpe.en valid.bpe.de --valid-metrics cross-entropy --valid-mini-batch 32 --cost-type ce-mean"
# No exponential smoothing
$MRT_MARIAN/marian \
diff --git a/tests/training/features/guided-alignment/test_guided_alignment_rnn.sh b/tests/training/features/guided-alignment/test_guided_alignment_rnn.sh
index ce520d4..a022e5c 100644
--- a/tests/training/features/guided-alignment/test_guided_alignment_rnn.sh
+++ b/tests/training/features/guided-alignment/test_guided_alignment_rnn.sh
@@ -3,6 +3,7 @@
#####################################################################
# SUMMARY: Training S2S model with guided alignment
# AUTHOR: snukky
+# TAGS: align rnn
#####################################################################
# Exit on error
@@ -14,7 +15,7 @@ mkdir -p rnn
# Run marian command
$MRT_MARIAN/marian \
- --no-shuffle --seed 1111 --dim-emb 32 --dim-rnn 64 --mini-batch 32 --maxi-batch 1 --maxi-batch-sort none --optimizer sgd \
+ --no-shuffle --seed 1111 --dim-emb 32 --dim-rnn 64 --mini-batch 32 --maxi-batch 1 --maxi-batch-sort none --optimizer sgd --cost-type ce-mean \
-m rnn/model.npz -t corpus.bpe.{en,de} -v vocab.en.yml vocab.de.yml \
--after-batches 100 --disp-freq 10 \
--guided-alignment corpus.bpe.align --guided-alignment-weight 1.0 --learn-rate 0.1 \
diff --git a/tests/training/features/guided-alignment/test_guided_alignment_transformer.sh b/tests/training/features/guided-alignment/test_guided_alignment_transformer.sh
index d678a7a..f5f18b9 100644
--- a/tests/training/features/guided-alignment/test_guided_alignment_transformer.sh
+++ b/tests/training/features/guided-alignment/test_guided_alignment_transformer.sh
@@ -3,6 +3,7 @@
#####################################################################
# SUMMARY: Training transformer model with guided alignment
# AUTHOR: snukky
+# TAGS: align transformer
#####################################################################
# Exit on error
@@ -14,7 +15,7 @@ mkdir -p transformer
# Run marian command
$MRT_MARIAN/marian --type transformer \
- --no-shuffle --seed 2222 --dim-emb 32 --dim-rnn 64 --mini-batch 32 --maxi-batch 1 --maxi-batch-sort none --optimizer sgd \
+ --no-shuffle --seed 2222 --dim-emb 32 --dim-rnn 64 --mini-batch 32 --maxi-batch 1 --maxi-batch-sort none --optimizer sgd --cost-type ce-mean \
-m transformer/model.npz -t corpus.bpe.{en,de} -v vocab.en.yml vocab.de.yml \
--after-batches 100 --disp-freq 10 \
--guided-alignment corpus.bpe.align --guided-alignment-weight 1.0 --learn-rate 0.1 \
diff --git a/tests/training/features/guided-alignment/test_guided_alignment_transformer_sync.sh b/tests/training/features/guided-alignment/test_guided_alignment_transformer_sync.sh
index 856426d..49675e8 100644
--- a/tests/training/features/guided-alignment/test_guided_alignment_transformer_sync.sh
+++ b/tests/training/features/guided-alignment/test_guided_alignment_transformer_sync.sh
@@ -3,6 +3,7 @@
#####################################################################
# SUMMARY: Training transformer model with guided alignment using synchronous SGD
# AUTHOR: snukky
+# TAGS: align transformer syncsgd
#####################################################################
# Exit on error
@@ -14,7 +15,7 @@ mkdir -p transformer_sync
# Run marian command
$MRT_MARIAN/marian --type transformer \
- --no-shuffle --seed 2222 --dim-emb 32 --dim-rnn 64 --mini-batch 32 --maxi-batch 1 --maxi-batch-sort none --optimizer sgd --sync-sgd \
+ --no-shuffle --seed 2222 --dim-emb 32 --dim-rnn 64 --mini-batch 32 --maxi-batch 1 --maxi-batch-sort none --optimizer sgd --cost-type ce-mean --sync-sgd \
-m transformer_sync/model.npz -t corpus.bpe.{en,de} -v vocab.en.yml vocab.de.yml \
--after-batches 100 --disp-freq 10 \
--guided-alignment corpus.bpe.align --guided-alignment-weight 1.0 --learn-rate 0.1 \
diff --git a/tests/training/features/quantized-model/.gitignore b/tests/training/features/quantized-model/.gitignore
new file mode 100644
index 0000000..08afa18
--- /dev/null
+++ b/tests/training/features/quantized-model/.gitignore
@@ -0,0 +1 @@
+train
diff --git a/tests/training/features/quantized-model/model_centers.expected b/tests/training/features/quantized-model/model_centers.expected
new file mode 100644
index 0000000..57380ae
--- /dev/null
+++ b/tests/training/features/quantized-model/model_centers.expected
@@ -0,0 +1,51 @@
+Tensor decoder_W_comb_att unique centers: [-0.17677179 -0.11784786 -0.05892393 -0. 0.05892393 0.11784786
+ 0.17677179]
+Tensor decoder_Wc_att unique centers: [-0.15336949 -0.10224632 -0.05112316 -0. 0.05112316 0.10224632
+ 0.15336949]
+Tensor Wemb_dec unique centers: [-0.32046145 -0.21364096 -0.10682048 0. 0.10682048 0.21364096
+ 0.32046145]
+Tensor decoder_U unique centers: [-0.17687811 -0.11791874 -0.05895937 -0. 0.05895937 0.11791874
+ 0.17687811]
+Tensor decoder_Ux unique centers: [-0.21770547 -0.14513698 -0.07256849 0. 0.07256849 0.14513698
+ 0.21770547]
+Tensor decoder_W unique centers: [-0.19397542 -0.12931694 -0.06465847 -0. 0.06465847 0.12931694
+ 0.19397542]
+Tensor decoder_Wx unique centers: [-0.25329626 -0.16886416 -0.08443208 -0. 0.08443208 0.16886416
+ 0.25329626]
+Tensor decoder_U_nl unique centers: [-0.17696194 -0.11797463 -0.05898732 0. 0.05898732 0.11797463
+ 0.17696194]
+Tensor decoder_Ux_nl unique centers: [-0.21896881 -0.14597921 -0.07298961 0. 0.07298961 0.14597921
+ 0.21896881]
+Tensor decoder_Wc unique centers: [-0.15324192 -0.10216128 -0.05108064 0. 0.05108064 0.10216128
+ 0.15324192]
+Tensor decoder_Wcx unique centers: [-0.18192002 -0.12128001 -0.06064001 -0. 0.06064001 0.12128001
+ 0.18192002]
+Tensor ff_logit_prev_W unique centers: [-0.32183957 -0.2145597 -0.10727985 -0. 0.10727985 0.2145597
+ 0.32183957]
+Tensor ff_logit_lstm_W unique centers: [-0.25455362 -0.16970241 -0.08485121 0. 0.08485121 0.16970241
+ 0.25455362]
+Tensor ff_logit_ctx_W unique centers: [-0.19867198 -0.13244799 -0.06622399 -0. 0.06622399 0.13244799
+ 0.19867198]
+Tensor decoder_ff_logit_l2_Wt unique centers: [-0.36124557 -0.24083039 -0.1204152 0. 0.1204152 0.24083039
+ 0.36124557]
+Tensor ff_state_W unique centers: [-0.17704961 -0.11803307 -0.05901653 0. 0.05901653 0.11803307
+ 0.17704961]
+Tensor Wemb unique centers: [-0.31208774 -0.20805849 -0.10402925 0. 0.10402925 0.20805849
+ 0.31208774]
+Tensor encoder_U unique centers: [-0.17686225 -0.11790817 -0.05895409 0. 0.05895409 0.11790817
+ 0.17686225]
+Tensor encoder_Ux unique centers: [-0.21824732 -0.14549822 -0.07274911 0. 0.07274911 0.14549822
+ 0.21824732]
+Tensor encoder_W unique centers: [-0.19403435 -0.12935624 -0.06467812 0. 0.06467812 0.12935624
+ 0.19403435]
+Tensor encoder_Wx unique centers: [-0.25213736 -0.16809157 -0.08404578 -0. 0.08404578 0.16809157
+ 0.25213736]
+Tensor encoder_r_U unique centers: [-0.17699143 -0.11799429 -0.05899715 0. 0.05899715 0.11799429
+ 0.17699143]
+Tensor encoder_r_Ux unique centers: [-0.21971346 -0.14647564 -0.07323782 -0. 0.07323782 0.14647564
+ 0.21971346]
+Tensor encoder_r_W unique centers: [-0.19410282 -0.12940188 -0.06470094 0. 0.06470094 0.12940188
+ 0.19410282]
+Tensor encoder_r_Wx unique centers: [-0.25225359 -0.16816907 -0.08408453 -0. 0.08408453 0.16816907
+ 0.25225359]
+Tensor decoder_c_tt unique centers: []
diff --git a/tests/training/features/quantized-model/quantized-log4bit.expected b/tests/training/features/quantized-model/quantized-log4bit.expected
new file mode 100644
index 0000000..1de1b38
--- /dev/null
+++ b/tests/training/features/quantized-model/quantized-log4bit.expected
@@ -0,0 +1,10 @@
+225.47087097
+245.67460632
+232.80288696
+229.51301575
+217.59494019
+207.93991089
+201.96940613
+194.00720215
+197.69416809
+199.42311096
diff --git a/tests/training/features/quantized-model/quantized-opt.expected b/tests/training/features/quantized-model/quantized-opt.expected
new file mode 100644
index 0000000..12f21d3
--- /dev/null
+++ b/tests/training/features/quantized-model/quantized-opt.expected
@@ -0,0 +1,10 @@
+225.11299133
+243.58525085
+229.45321655
+224.28414917
+212.65376282
+204.06687927
+197.81901550
+190.08296204
+193.72265625
+195.21139526
diff --git a/tests/training/features/quantized-model/quantized-with-bias.expected b/tests/training/features/quantized-model/quantized-with-bias.expected
new file mode 100644
index 0000000..4f56c41
--- /dev/null
+++ b/tests/training/features/quantized-model/quantized-with-bias.expected
@@ -0,0 +1,10 @@
+225.10006714
+243.58285522
+229.47399902
+224.31018066
+212.68742371
+204.09915161
+197.85253906
+190.12380981
+193.74653625
+195.23658752
diff --git a/tests/training/features/quantized-model/quantized.expected b/tests/training/features/quantized-model/quantized.expected
new file mode 100644
index 0000000..17620ec
--- /dev/null
+++ b/tests/training/features/quantized-model/quantized.expected
@@ -0,0 +1,10 @@
+225.10929871
+243.58345032
+229.45071411
+224.28813171
+212.65242004
+204.06596375
+197.81690979
+190.08915710
+193.72299194
+195.20808411
diff --git a/tests/training/features/quantized-model/setup.sh b/tests/training/features/quantized-model/setup.sh
new file mode 100644
index 0000000..71af484
--- /dev/null
+++ b/tests/training/features/quantized-model/setup.sh
@@ -0,0 +1,3 @@
+test -f $MRT_DATA/europarl.de-en/corpus.bpe.en || exit 1
+test -f $MRT_DATA/europarl.de-en/corpus.bpe.de || exit 1
+
diff --git a/tests/training/features/quantized-model/test_quant_centers.sh b/tests/training/features/quantized-model/test_quant_centers.sh
new file mode 100644
index 0000000..22dd863
--- /dev/null
+++ b/tests/training/features/quantized-model/test_quant_centers.sh
@@ -0,0 +1,31 @@
+#!/bin/bash -x
+
+#####################################################################
+# SUMMARY: Make sure that the resulting model is in quantized form
+# AUTHOR: afaji
+#####################################################################
+
+# Exit on error
+set -e
+
+PREFIX=test-center
+
+# Remove old artifacts and create working directory
+rm -rf train
+mkdir -p train
+
+# Train an 8-bits model
+$MRT_MARIAN/marian \
+ --no-shuffle --seed 1111 --dim-emb 32 --dim-rnn 64 --mini-batch 32 --maxi-batch 1 --maxi-batch-sort none --learn-rate 0.1 --optimizer sgd \
+ -m train/model.npz -t $MRT_DATA/europarl.de-en/corpus.bpe.{en,de} -v train/vocab.en.yml train/vocab.de.yml \
+ --cost-type cross-entropy --sync-sgd --after-batches 10 --disp-freq 2 --quantize-bits 3
+
+# Check if files exist
+test -e train/model.npz
+
+# make sure that the resulting model has no more than 256 different values (i.e. quantized)
+$MRT_TOOLS/check-model-unique-vals.py train/model.npz -b 3 --print_centers -o model_centers.out
+$MRT_TOOLS/diff-nums.py model_centers.out model_centers.expected -o model_centers.diff --numpy
+
+# Exit with success code
+exit 0
diff --git a/tests/training/features/quantized-model/test_quantmodel.sh b/tests/training/features/quantized-model/test_quantmodel.sh
new file mode 100644
index 0000000..8b55697
--- /dev/null
+++ b/tests/training/features/quantized-model/test_quantmodel.sh
@@ -0,0 +1,36 @@
+#!/bin/bash -x
+
+#####################################################################
+# SUMMARY: Train a quantized marian model
+# AUTHOR: afaji
+#####################################################################
+
+# Exit on error
+set -e
+
+PREFIX=quantized
+
+# Remove old artifacts and create working directory
+rm -rf train $PREFIX.{log,out,diff}
+mkdir -p train
+
+# Train an 8-bits model
+$MRT_MARIAN/marian \
+ --no-shuffle --seed 1111 --dim-emb 32 --dim-rnn 64 --mini-batch 32 --maxi-batch 1 --maxi-batch-sort none --learn-rate 0.1 --optimizer sgd \
+ -m train/model.npz -t $MRT_DATA/europarl.de-en/corpus.bpe.{en,de} -v train/vocab.en.yml train/vocab.de.yml \
+ --cost-type cross-entropy --sync-sgd --after-batches 100 --disp-freq 10 --quantize-bits 8 \
+ --log $PREFIX.log
+
+# Check if files exist
+test -e train/model.npz
+test -e $PREFIX.log
+
+# Compare the current output with the expected output
+cat $PREFIX.log | $MRT_TOOLS/extract-costs.sh > $PREFIX.out
+$MRT_TOOLS/diff-nums.py $PREFIX.out $PREFIX.expected -o $PREFIX.diff
+
+# make sure that the resulting model has no more than 256 different values (i.e. quantized)
+$MRT_TOOLS/check-model-unique-vals.py train/model.npz -b 8
+
+# Exit with success code
+exit 0
diff --git a/tests/training/features/quantized-model/test_quantmodel_log.sh b/tests/training/features/quantized-model/test_quantmodel_log.sh
new file mode 100644
index 0000000..f79809b
--- /dev/null
+++ b/tests/training/features/quantized-model/test_quantmodel_log.sh
@@ -0,0 +1,36 @@
+#!/bin/bash -x
+
+#####################################################################
+# SUMMARY: Train a quantized marian model
+# AUTHOR: afaji
+#####################################################################
+
+# Exit on error
+set -e
+
+PREFIX=quantized-log4bit
+
+# Remove old artifacts and create working directory
+rm -rf train $PREFIX.{log,out,diff}
+mkdir -p train
+
+# Train an 8-bits model
+$MRT_MARIAN/marian \
+ --no-shuffle --seed 1111 --dim-emb 32 --dim-rnn 64 --mini-batch 32 --maxi-batch 1 --maxi-batch-sort none --learn-rate 0.1 --optimizer sgd \
+ -m train/model.npz -t $MRT_DATA/europarl.de-en/corpus.bpe.{en,de} -v train/vocab.en.yml train/vocab.de.yml \
+ --cost-type cross-entropy --sync-sgd --after-batches 100 --disp-freq 10 --quantize-bits 4 --quantize-log-based --quantize-optimization-steps 3 \
+ --log $PREFIX.log
+
+# Check if files exist
+test -e train/model.npz
+test -e $PREFIX.log
+
+# Compare the current output with the expected output
+cat $PREFIX.log | $MRT_TOOLS/extract-costs.sh > $PREFIX.out
+$MRT_TOOLS/diff-nums.py $PREFIX.out $PREFIX.expected -o $PREFIX.diff
+
+# make sure that the resulting model has no more than 256 different values (i.e. quantized)
+$MRT_TOOLS/check-model-unique-vals.py train/model.npz -b 4
+
+# Exit with success code
+exit 0
diff --git a/tests/training/features/quantized-model/test_quantmodel_with_bias.sh b/tests/training/features/quantized-model/test_quantmodel_with_bias.sh
new file mode 100644
index 0000000..de14ffb
--- /dev/null
+++ b/tests/training/features/quantized-model/test_quantmodel_with_bias.sh
@@ -0,0 +1,43 @@
+#!/bin/bash -x
+
+#####################################################################
+# SUMMARY: Train a quantized marian model
+# AUTHOR: afaji
+#####################################################################
+
+# Exit on error
+set -e
+
+PREFIX=quantized-with-bias
+
+# Remove old artifacts and create working directory
+rm -rf train $PREFIX.{log,out,diff}
+mkdir -p train
+
+# training with quantized bias is tricky, so we start by training a normal model first before finetuning it to the quantized space.
+$MRT_MARIAN/marian \
+ --no-shuffle --seed 1111 --dim-emb 32 --dim-rnn 64 --mini-batch 32 --maxi-batch 1 --maxi-batch-sort none --learn-rate 0.1 --optimizer sgd \
+ -m train/model.npz -t $MRT_DATA/europarl.de-en/corpus.bpe.{en,de} -v train/vocab.en.yml train/vocab.de.yml \
+ --cost-type cross-entropy --sync-sgd --after-batches 20 --disp-freq 10 \
+ --log $PREFIX.log
+
+# Train an 8-bits model
+$MRT_MARIAN/marian \
+ --no-shuffle --seed 1111 --dim-emb 32 --dim-rnn 64 --mini-batch 32 --maxi-batch 1 --maxi-batch-sort none --learn-rate 0.1 --optimizer sgd \
+ -m train/model.npz -t $MRT_DATA/europarl.de-en/corpus.bpe.{en,de} -v train/vocab.en.yml train/vocab.de.yml \
+ --cost-type cross-entropy --sync-sgd --after-batches 100 --disp-freq 10 --quantize-bits 8 --quantize-biases \
+ --log $PREFIX.log
+
+# Check if files exist
+test -e train/model.npz
+test -e $PREFIX.log
+
+# Compare the current output with the expected output
+cat $PREFIX.log | $MRT_TOOLS/extract-costs.sh > $PREFIX.out
+$MRT_TOOLS/diff-nums.py $PREFIX.out $PREFIX.expected -o $PREFIX.diff
+
+# make sure that the resulting model has no more than 256 different values (i.e. quantized)
+$MRT_TOOLS/check-model-unique-vals.py train/model.npz -b 8 --with_bias
+
+# Exit with success code
+exit 0
diff --git a/tests/training/features/quantized-model/test_quantmodel_with_optimization.sh b/tests/training/features/quantized-model/test_quantmodel_with_optimization.sh
new file mode 100644
index 0000000..510c339
--- /dev/null
+++ b/tests/training/features/quantized-model/test_quantmodel_with_optimization.sh
@@ -0,0 +1,36 @@
+#!/bin/bash -x
+
+#####################################################################
+# SUMMARY: Train a quantized marian model with a scale optimization
+# AUTHOR: afaji
+#####################################################################
+
+# Exit on error
+set -e
+
+PREFIX=quantized-opt
+
+# Remove old artifacts and create working directory
+rm -rf train $PREFIX.{log,out,diff}
+mkdir -p train
+
+# Train an 8-bits model
+$MRT_MARIAN/marian \
+ --no-shuffle --seed 1111 --dim-emb 32 --dim-rnn 64 --mini-batch 32 --maxi-batch 1 --maxi-batch-sort none --learn-rate 0.1 --optimizer sgd \
+ -m train/model.npz -t $MRT_DATA/europarl.de-en/corpus.bpe.{en,de} -v train/vocab.en.yml train/vocab.de.yml \
+ --cost-type cross-entropy --sync-sgd --after-batches 100 --disp-freq 10 --quantize-bits 8 --quantize-optimization-steps 3 \
+ --log $PREFIX.log
+
+# Check if files exist
+test -e train/model.npz
+test -e $PREFIX.log
+
+# Compare the current output with the expected output
+cat $PREFIX.log | $MRT_TOOLS/extract-costs.sh > $PREFIX.out
+$MRT_TOOLS/diff-nums.py $PREFIX.out $PREFIX.expected -o $PREFIX.diff -p 0.01
+
+# make sure that the resulting model has no more than 256 different values (i.e. quantized)
+$MRT_TOOLS/check-model-unique-vals.py train/model.npz -b 8
+
+# Exit with success code
+exit 0
diff --git a/tests/training/features/right-left/test_right_left_rnn.sh b/tests/training/features/right-left/test_right_left_rnn.sh
index 31c65dc..245125e 100644
--- a/tests/training/features/right-left/test_right_left_rnn.sh
+++ b/tests/training/features/right-left/test_right_left_rnn.sh
@@ -14,7 +14,7 @@ mkdir -p rnn
# Run marian command
$MRT_MARIAN/marian \
- --no-shuffle --seed 1111 --dim-emb 32 --dim-rnn 64 --mini-batch 32 --maxi-batch 1 --maxi-batch-sort none --optimizer sgd \
+ --no-shuffle --seed 1111 --dim-emb 32 --dim-rnn 64 --mini-batch 32 --maxi-batch 1 --maxi-batch-sort none --optimizer sgd --cost-type ce-mean \
-m rnn/model.npz -t $MRT_DATA/europarl.de-en/corpus.bpe.{en,de} -v vocab.en.yml vocab.de.yml \
--after-batches 100 --disp-freq 10 \
--right-left --log rnn.log
diff --git a/tests/training/features/right-left/test_right_left_transformer.sh b/tests/training/features/right-left/test_right_left_transformer.sh
index 429ef69..8a40bdd 100644
--- a/tests/training/features/right-left/test_right_left_transformer.sh
+++ b/tests/training/features/right-left/test_right_left_transformer.sh
@@ -14,7 +14,7 @@ mkdir -p transformer
# Run marian command
$MRT_MARIAN/marian --type transformer \
- --no-shuffle --seed 2222 --dim-emb 32 --dim-rnn 64 --mini-batch 32 --maxi-batch 1 --maxi-batch-sort none --optimizer sgd \
+ --no-shuffle --seed 2222 --dim-emb 32 --dim-rnn 64 --mini-batch 32 --maxi-batch 1 --maxi-batch-sort none --optimizer sgd --cost-type ce-mean \
-m transformer/model.npz -t $MRT_DATA/europarl.de-en/corpus.bpe.{en,de} -v vocab.en.yml vocab.de.yml \
--after-batches 100 --disp-freq 10 \
--right-left --log transformer.log
diff --git a/tests/training/models/lm/test_lm-transformer.sh b/tests/training/models/lm/test_lm-transformer.sh
index 916d08e..476c2e2 100644
--- a/tests/training/models/lm/test_lm-transformer.sh
+++ b/tests/training/models/lm/test_lm-transformer.sh
@@ -15,7 +15,7 @@ mkdir -p lm-transformer
$MRT_MARIAN/marian \
--seed 1111 --no-shuffle \
- --type lm-transformer --dim-emb 128 --dim-rnn 256 \
+ --type lm-transformer --dim-emb 128 --dim-rnn 256 --cost-type ce-mean \
-m lm-transformer/model.npz -t $MRT_DATA/europarl.de-en/corpus.bpe.en -v vocab.en.yml \
--disp-freq 20 --after-batches 100 \
--log lm-transformer.log
diff --git a/tests/training/models/lm/test_lm.sh b/tests/training/models/lm/test_lm.sh
index 75503a6..91f94d4 100644
--- a/tests/training/models/lm/test_lm.sh
+++ b/tests/training/models/lm/test_lm.sh
@@ -15,7 +15,7 @@ mkdir -p lm
$MRT_MARIAN/marian \
--seed 1111 --no-shuffle \
- --type lm --dim-emb 128 --dim-rnn 256 \
+ --type lm --dim-emb 128 --dim-rnn 256 --cost-type ce-mean \
-m lm/model.npz -t $MRT_DATA/europarl.de-en/corpus.bpe.en -v vocab.en.yml \
--disp-freq 20 --after-batches 100 \
--log lm.log
diff --git a/tests/training/models/multi-source/test_multi-s2s.sh b/tests/training/models/multi-source/test_multi-s2s.sh
index e53808e..a1ceef1 100644
--- a/tests/training/models/multi-source/test_multi-s2s.sh
+++ b/tests/training/models/multi-source/test_multi-s2s.sh
@@ -15,7 +15,7 @@ mkdir -p multi-s2s
$MRT_MARIAN/marian \
--seed 1111 --no-shuffle \
- --type multi-s2s --dim-emb 128 --dim-rnn 256 \
+ --type multi-s2s --dim-emb 128 --dim-rnn 256 --cost-type ce-mean \
-m multi-s2s/model.npz -t train.bpe.{en,xx,de} -v vocab.en.yml vocab.xx.yml vocab.de.yml \
--disp-freq 20 --after-batches 100 \
--log multi-s2s.log
diff --git a/tests/training/models/multi-source/test_multi-transformer.sh b/tests/training/models/multi-source/test_multi-transformer.sh
index b263f98..425ebdc 100644
--- a/tests/training/models/multi-source/test_multi-transformer.sh
+++ b/tests/training/models/multi-source/test_multi-transformer.sh
@@ -15,7 +15,7 @@ mkdir -p multi-transformer
$MRT_MARIAN/marian \
--seed 1111 --no-shuffle \
- --type multi-transformer --dim-emb 128 --dim-rnn 256 \
+ --type multi-transformer --dim-emb 128 --dim-rnn 256 --cost-type ce-mean \
-m multi-transformer/model.npz -t train.bpe.{en,xx,de} -v vocab.en.yml vocab.xx.yml vocab.de.yml \
--disp-freq 20 --after-batches 100 \
--log multi-transformer.log
diff --git a/tests/training/models/nematus/test_encdec_depth.sh b/tests/training/models/nematus/test_encdec_depth.sh
index fd08c9d..ed5276e 100644
--- a/tests/training/models/nematus/test_encdec_depth.sh
+++ b/tests/training/models/nematus/test_encdec_depth.sh
@@ -17,7 +17,7 @@ $MRT_MARIAN/marian \
--type nematus --enc-cell gru-nematus --dec-cell gru-nematus \
--enc-depth 4 --enc-cell-depth 4 --enc-type bidirectional --dec-depth 4 --dec-cell-base-depth 4 --dec-cell-high-depth 1 \
--layer-normalization \
- --no-shuffle --seed 1111 --dim-emb 64 --dim-rnn 128 \
+ --no-shuffle --seed 1111 --dim-emb 64 --dim-rnn 128 --cost-type ce-mean \
-m encdec_depth/model.npz -t $MRT_DATA/europarl.de-en/corpus.bpe.{de,en} -v vocab.en.yml vocab.de.yml \
--log encdec_depth.log --disp-freq 2 --after-batches 10
diff --git a/tests/training/models/nematus/test_wmt17_model.sh b/tests/training/models/nematus/test_wmt17_model.sh
index 5c06c83..d43ff9c 100644
--- a/tests/training/models/nematus/test_wmt17_model.sh
+++ b/tests/training/models/nematus/test_wmt17_model.sh
@@ -11,7 +11,7 @@ $MRT_MARIAN/marian \
--type nematus --enc-cell gru-nematus --dec-cell gru-nematus \
--enc-depth 1 --enc-cell-depth 4 --enc-type bidirectional --dec-depth 1 --dec-cell-base-depth 8 --dec-cell-high-depth 1 \
--layer-normalization \
- --no-shuffle --seed 1111 --dim-emb 64 --dim-rnn 128 \
+ --no-shuffle --seed 1111 --dim-emb 64 --dim-rnn 128 --cost-type ce-mean \
-m wmt17/model.npz -t $MRT_DATA/europarl.de-en/corpus.bpe.{de,en} -v vocab.en.yml vocab.de.yml \
--log wmt17.log --disp-freq 2 --after-batches 10
diff --git a/tests/training/models/transformer/test_transformer.sh b/tests/training/models/transformer/test_transformer.sh
index e9754cf..b1ad881 100644
--- a/tests/training/models/transformer/test_transformer.sh
+++ b/tests/training/models/transformer/test_transformer.sh
@@ -7,7 +7,7 @@ set -e
rm -rf transformer transformer*.log
mkdir -p transformer
-opts="--no-shuffle --seed 1111 --mini-batch 32 --maxi-batch 1 --maxi-batch-sort none --optimizer sgd --dim-emb 64 --dim-rnn 128"
+opts="--no-shuffle --seed 1111 --mini-batch 32 --maxi-batch 1 --maxi-batch-sort none --optimizer sgd --dim-emb 64 --dim-rnn 128 --cost-type ce-mean"
$MRT_MARIAN/marian \
--type transformer -m transformer/model.npz -t $MRT_DATA/europarl.de-en/corpus.bpe.{en,de} -v vocab.en.yml vocab.de.yml \
diff --git a/tests/training/multi-gpu/test_async_sgd_runs.sh b/tests/training/multi-gpu/test_async_sgd_runs.sh
index 1094cd2..5043548 100644
--- a/tests/training/multi-gpu/test_async_sgd_runs.sh
+++ b/tests/training/multi-gpu/test_async_sgd_runs.sh
@@ -13,7 +13,7 @@ rm -rf async_sgd async_sgd.log
mkdir -p async_sgd
$MRT_MARIAN/marian \
- --no-shuffle --seed 1111 --maxi-batch 1 --maxi-batch-sort none --dim-emb 128 --dim-rnn 256 \
+ --no-shuffle --seed 1111 --maxi-batch 1 --maxi-batch-sort none --dim-emb 128 --dim-rnn 256 --cost-type ce-mean \
--devices 0 1 \
-m async_sgd/model.npz -t $MRT_DATA/europarl.de-en/corpus.bpe.{en,de} -v vocab.en.yml vocab.de.yml \
--disp-freq 20 --after-batches 400 \
diff --git a/tests/training/multi-gpu/test_sync_sgd.sh b/tests/training/multi-gpu/test_sync_sgd.sh
index ac2d009..ca29645 100644
--- a/tests/training/multi-gpu/test_sync_sgd.sh
+++ b/tests/training/multi-gpu/test_sync_sgd.sh
@@ -15,7 +15,7 @@ mkdir -p sync_sgd
$MRT_MARIAN/marian \
--no-shuffle --seed 777 --mini-batch 4 --maxi-batch 1 --maxi-batch-sort none \
--dim-rnn 64 --dim-emb 32 --learn-rate 0.001 --clip-norm 0 \
- --devices 0 1 --sync-sgd --optimizer sgd \
+ --devices 0 1 --sync-sgd --optimizer sgd --cost-type ce-mean \
-m sync_sgd/model.full.npz -t $MRT_DATA/europarl.de-en/corpus.bpe.{en,de} -v vocab.en.yml vocab.de.yml \
--disp-freq 10 --after-batches 100 \
--log sync_sgd.log
diff --git a/tests/training/multi-gpu/test_sync_sgd_1gpu.sh b/tests/training/multi-gpu/test_sync_sgd_1gpu.sh
index e3a8255..2b9c72b 100644
--- a/tests/training/multi-gpu/test_sync_sgd_1gpu.sh
+++ b/tests/training/multi-gpu/test_sync_sgd_1gpu.sh
@@ -10,7 +10,7 @@ mkdir -p sync_sgd_1gpu
$MRT_MARIAN/marian \
--no-shuffle --seed 888 --mini-batch 4 --maxi-batch 1 --maxi-batch-sort none \
--dim-rnn 64 --dim-emb 32 --learn-rate 0.1 \
- --devices 0 --sync-sgd --optimizer sgd \
+ --devices 0 --sync-sgd --optimizer sgd --cost-type ce-mean \
-m sync_sgd_1gpu/model.npz -t $MRT_DATA/europarl.de-en/corpus.bpe.{en,de} -v vocab.en.yml vocab.de.yml \
--disp-freq 5 --save-freq 10 --after-batches 20 \
--log sync_sgd_1gpu.log
diff --git a/tests/training/multi-gpu/test_sync_sgd_1gpu_expsmooth.sh b/tests/training/multi-gpu/test_sync_sgd_1gpu_expsmooth.sh
index 510aa26..d1d77d3 100644
--- a/tests/training/multi-gpu/test_sync_sgd_1gpu_expsmooth.sh
+++ b/tests/training/multi-gpu/test_sync_sgd_1gpu_expsmooth.sh
@@ -10,7 +10,7 @@ mkdir -p sync_sgd_1gpu_expsmooth
$MRT_MARIAN/marian \
--no-shuffle --seed 888 --mini-batch 4 --maxi-batch 1 --maxi-batch-sort none \
--dim-rnn 64 --dim-emb 32 --learn-rate 0.1 \
- --devices 0 --sync-sgd --optimizer sgd --exponential-smoothing \
+ --devices 0 --sync-sgd --optimizer sgd --exponential-smoothing --cost-type ce-mean \
-m sync_sgd_1gpu_expsmooth/model.npz -t $MRT_DATA/europarl.de-en/corpus.bpe.{en,de} -v vocab.en.yml vocab.de.yml \
--disp-freq 5 --save-freq 10 --after-batches 20 \
--log sync_sgd_1gpu_expsmooth.log
diff --git a/tests/training/restarting/test_sgd_for_two_epochs.sh b/tests/training/restarting/test_sgd_for_two_epochs.sh
index abef975..ad92b5f 100644
--- a/tests/training/restarting/test_sgd_for_two_epochs.sh
+++ b/tests/training/restarting/test_sgd_for_two_epochs.sh
@@ -8,6 +8,8 @@ rm -rf sgd_2e sgd_1st_epoch.log sgd_2nd_epoch.log
mkdir -p sgd_2e
extra_opts="--no-shuffle --seed 1111 --maxi-batch 1 --maxi-batch-sort none --mini-batch 32 --optimizer sgd"
+# Added because default options has changes
+extra_opts="$extra_opts --cost-type ce-mean --disp-label-counts false"
# Uncomment to prepare the expected output
diff --git a/tests/training/restarting/test_sgd_for_two_epochs_sync.sh b/tests/training/restarting/test_sgd_for_two_epochs_sync.sh
index 4808894..d3ee295 100644
--- a/tests/training/restarting/test_sgd_for_two_epochs_sync.sh
+++ b/tests/training/restarting/test_sgd_for_two_epochs_sync.sh
@@ -8,6 +8,8 @@ rm -rf sgd_sync_2e sgd_sync_*_epoch.log
mkdir -p sgd_sync_2e
extra_opts="--no-shuffle --seed 1111 --maxi-batch 1 --maxi-batch-sort none --mini-batch 32 --optimizer sgd --sync-sgd"
+# Added because default options has changes
+extra_opts="$extra_opts --cost-type ce-mean --disp-label-counts false"
# Uncomment to prepare the expected output
diff --git a/tests/training/restoring/corpus/finetune.expected b/tests/training/restoring/corpus/finetune.expected
index bcf42ef..6f4bc95 100644
--- a/tests/training/restoring/corpus/finetune.expected
+++ b/tests/training/restoring/corpus/finetune.expected
@@ -1,15 +1,15 @@
-Ep. 1 : Up. 4 : Sen. 256 : Cost 239.62933350
-Ep. 1 : Up. 8 : Sen. 512 : Cost 244.21398926
-Ep. 1 : Up. 12 : Sen. 768 : Cost 245.80915833
-Ep. 1 : Up. 16 : Sen. 1,024 : Cost 229.95028687
-Ep. 1 : Up. 20 : Sen. 1,280 : Cost 246.03900146
-Ep. 1 : Up. 24 : Sen. 1,536 : Cost 240.84149170
-Ep. 1 : Up. 28 : Sen. 1,792 : Cost 242.79739380
-Ep. 1 : Up. 32 : Sen. 128 : Cost 247.87004089
-Ep. 1 : Up. 36 : Sen. 384 : Cost 257.29699707
-Ep. 1 : Up. 40 : Sen. 640 : Cost 246.70552063
-Ep. 1 : Up. 44 : Sen. 896 : Cost 253.54859924
-Ep. 2 : Up. 48 : Sen. 128 : Cost 239.12199402
-Ep. 2 : Up. 52 : Sen. 384 : Cost 249.22465515
-Ep. 2 : Up. 56 : Sen. 640 : Cost 254.63235474
-Ep. 2 : Up. 60 : Sen. 896 : Cost 253.52185059
+Ep. 1 : Up. 4 : Sen. 256 : Cost 239.27255249
+Ep. 1 : Up. 8 : Sen. 512 : Cost 246.85655212
+Ep. 1 : Up. 12 : Sen. 768 : Cost 230.16513062
+Ep. 1 : Up. 16 : Sen. 1,024 : Cost 251.03186035
+Ep. 1 : Up. 20 : Sen. 1,280 : Cost 249.74163818
+Ep. 1 : Up. 24 : Sen. 1,536 : Cost 239.31179810
+Ep. 1 : Up. 28 : Sen. 1,792 : Cost 231.93222046
+Ep. 1 : Up. 32 : Sen. 128 : Cost 255.42749023
+Ep. 1 : Up. 36 : Sen. 384 : Cost 250.27011108
+Ep. 1 : Up. 40 : Sen. 640 : Cost 249.66784668
+Ep. 1 : Up. 44 : Sen. 896 : Cost 254.14111328
+Ep. 2 : Up. 48 : Sen. 128 : Cost 237.40222168
+Ep. 2 : Up. 52 : Sen. 384 : Cost 255.97949219
+Ep. 2 : Up. 56 : Sen. 640 : Cost 252.84860229
+Ep. 2 : Up. 60 : Sen. 896 : Cost 244.12496948
diff --git a/tests/training/restoring/corpus/test_corpus_restoration.sh b/tests/training/restoring/corpus/test_corpus_restoration.sh
index 9937dff..905d2d0 100644
--- a/tests/training/restoring/corpus/test_corpus_restoration.sh
+++ b/tests/training/restoring/corpus/test_corpus_restoration.sh
@@ -11,6 +11,8 @@ test -e vocab.de.yml
test -e vocab.en.yml
extra_opts="--seed 1111 --maxi-batch 1 --maxi-batch-sort none --mini-batch 32 --optimizer sgd --dim-emb 128 --dim-rnn 256 --disp-freq 4"
+# Added because default options has changes
+extra_opts="$extra_opts --cost-type ce-mean --disp-label-counts false"
# Step 1: Train a model in one go, up to the update no. 70, and save training logs
diff --git a/tests/training/restoring/corpus/test_corpus_restoration_maxi_batch.sh b/tests/training/restoring/corpus/test_corpus_restoration_maxi_batch.sh
index c439cb4..c36213f 100644
--- a/tests/training/restoring/corpus/test_corpus_restoration_maxi_batch.sh
+++ b/tests/training/restoring/corpus/test_corpus_restoration_maxi_batch.sh
@@ -11,6 +11,8 @@ test -e vocab.de.yml
test -e vocab.en.yml
extra_opts="--seed 1111 --maxi-batch 20 --mini-batch 32 --optimizer sgd --dim-emb 128 --dim-rnn 256 --disp-freq 4"
+# Added because default options has changes
+extra_opts="$extra_opts --cost-type ce-mean --disp-label-counts false"
$MRT_MARIAN/marian \
-m corpus_maxi/model_full.npz -t $MRT_DATA/train.max50.{en,de} -v vocab.en.yml vocab.de.yml \
diff --git a/tests/training/restoring/corpus/test_corpus_restoration_mini_batch_fit.sh b/tests/training/restoring/corpus/test_corpus_restoration_mini_batch_fit.sh
index b595126..ad544e5 100644
--- a/tests/training/restoring/corpus/test_corpus_restoration_mini_batch_fit.sh
+++ b/tests/training/restoring/corpus/test_corpus_restoration_mini_batch_fit.sh
@@ -1,5 +1,10 @@
#!/bin/bash -x
+#####################################################################
+# SUMMARY:
+# TAGS: mini-batch-fit
+#####################################################################
+
# Exit on error
set -e
@@ -11,6 +16,8 @@ test -e vocab.de.yml
test -e vocab.en.yml
extra_opts="--seed 5555 --maxi-batch 8 --maxi-batch-sort src --mini-batch 32 --mini-batch-fit -w 100 --optimizer sgd --dim-emb 128 --dim-rnn 256 --disp-freq 4"
+# Added because default options has changes
+extra_opts="$extra_opts --cost-type ce-mean --disp-label-counts false"
# Step 1: Train a model in one go, up to the update no. 70, and save training logs
diff --git a/tests/training/restoring/corpus/test_corpus_restoration_mini_batch_fit_sync.sh b/tests/training/restoring/corpus/test_corpus_restoration_mini_batch_fit_sync.sh
index 4b8a2bb..7e8dc5e 100644
--- a/tests/training/restoring/corpus/test_corpus_restoration_mini_batch_fit_sync.sh
+++ b/tests/training/restoring/corpus/test_corpus_restoration_mini_batch_fit_sync.sh
@@ -1,5 +1,10 @@
#!/bin/bash -x
+#####################################################################
+# SUMMARY:
+# TAGS: mini-batch-fit
+#####################################################################
+
# Exit on error
set -e
@@ -11,6 +16,8 @@ test -e vocab.de.yml
test -e vocab.en.yml
extra_opts="--seed 5555 --maxi-batch 8 --maxi-batch-sort src --mini-batch 32 --mini-batch-fit -w 100 --optimizer sgd --dim-emb 128 --transformer-dim-ffn 256 --disp-freq 4 --type transformer --sync-sgd"
+# Added because default options has changes
+extra_opts="$extra_opts --cost-type ce-mean --disp-label-counts false"
# Step 1: Train a model in one go, up to the update no. 70, and save training logs
diff --git a/tests/training/restoring/corpus/test_corpus_restoration_no_shuffle.sh b/tests/training/restoring/corpus/test_corpus_restoration_no_shuffle.sh
index 63105e4..d147702 100644
--- a/tests/training/restoring/corpus/test_corpus_restoration_no_shuffle.sh
+++ b/tests/training/restoring/corpus/test_corpus_restoration_no_shuffle.sh
@@ -1,5 +1,10 @@
#!/bin/bash -x
+#####################################################################
+# SUMMARY:
+# TAGS: mini-batch-fit
+#####################################################################
+
# Exit on error
set -e
@@ -11,6 +16,8 @@ test -e vocab.de.yml
test -e vocab.en.yml
extra_opts="--seed 1234 --no-shuffle --maxi-batch 8 --maxi-batch-sort src --mini-batch 32 --mini-batch-fit -w 100 --optimizer sgd --dim-emb 128 --dim-rnn 256 --disp-freq 4"
+# Added because default options has changes
+extra_opts="$extra_opts --cost-type ce-mean --disp-label-counts false"
$MRT_MARIAN/marian \
-m corpus_noshuf/model_full.npz -t $MRT_DATA/train.max50.{en,de} -v vocab.en.yml vocab.de.yml \
diff --git a/tests/training/restoring/corpus/test_corpus_restoration_one_epoch.sh b/tests/training/restoring/corpus/test_corpus_restoration_one_epoch.sh
index 1001d74..b9e777c 100644
--- a/tests/training/restoring/corpus/test_corpus_restoration_one_epoch.sh
+++ b/tests/training/restoring/corpus/test_corpus_restoration_one_epoch.sh
@@ -11,6 +11,8 @@ test -e vocab.de.yml
test -e vocab.en.yml
extra_opts="--seed 9999 --maxi-batch 1 --maxi-batch-sort none --mini-batch 32 --optimizer sgd --dim-emb 128 --dim-rnn 256 --disp-freq 4"
+# Added because default options has changes
+extra_opts="$extra_opts --cost-type ce-mean --disp-label-counts false"
$MRT_MARIAN/marian \
-m corpus_one/model_full.npz -t $MRT_DATA/train.max50.{en,de} -v vocab.en.yml vocab.de.yml \
diff --git a/tests/training/restoring/corpus/test_corpus_restoration_s2s.sh b/tests/training/restoring/corpus/test_corpus_restoration_s2s.sh
index ab9b533..cd658c0 100644
--- a/tests/training/restoring/corpus/test_corpus_restoration_s2s.sh
+++ b/tests/training/restoring/corpus/test_corpus_restoration_s2s.sh
@@ -11,6 +11,8 @@ test -e vocab.de.yml
test -e vocab.en.yml
extra_opts="--seed 1111 --maxi-batch 1 --maxi-batch-sort none --mini-batch 32 --optimizer sgd --dim-emb 128 --dim-rnn 256 --disp-freq 4 --type s2s"
+# Added because default options has changes
+extra_opts="$extra_opts --cost-type ce-mean --disp-label-counts false"
# Step 1: Train a model in one go, up to the update no. 70, and save training logs
diff --git a/tests/training/restoring/corpus/test_corpus_restoration_s2s_sync.sh b/tests/training/restoring/corpus/test_corpus_restoration_s2s_sync.sh
index 87cd06b..e8f01ba 100644
--- a/tests/training/restoring/corpus/test_corpus_restoration_s2s_sync.sh
+++ b/tests/training/restoring/corpus/test_corpus_restoration_s2s_sync.sh
@@ -12,6 +12,8 @@ test -e vocab.en.yml
# TODO: Weight decaying in Adam is disabled, because it gives unstable results on GPU
extra_opts="--seed 2222 --maxi-batch 1 --maxi-batch-sort none --mini-batch 32 --dim-emb 128 --dim-rnn 256 --disp-freq 4 --type s2s --sync-sgd --optimizer adam --optimizer-params 0.9 0.98 0"
+# Added because default options has changes
+extra_opts="$extra_opts --cost-type ce-mean --disp-label-counts false"
# Step 1: Train a model in one go, up to the update no. 70, and save training logs
diff --git a/tests/training/restoring/corpus/test_finetune.sh b/tests/training/restoring/corpus/test_finetune.sh
index c3ff761..1e99645 100644
--- a/tests/training/restoring/corpus/test_finetune.sh
+++ b/tests/training/restoring/corpus/test_finetune.sh
@@ -3,7 +3,7 @@
#####################################################################
# SUMMARY: Fine-tuning on another data with --no-restore-corpus
# AUTHOR: snukky
-# TAGS: finetune restore
+# TAGS: finetune restore gcc5-fails
#####################################################################
# Exit on error
@@ -17,6 +17,8 @@ test -e vocab.de.yml
test -e vocab.en.yml
extra_opts="--seed 2222 --maxi-batch 1 --maxi-batch-sort none --mini-batch 64 --optimizer sgd --dim-emb 128 --dim-rnn 256 --disp-freq 4"
+# Added because default options has changes
+extra_opts="$extra_opts --cost-type ce-mean --disp-label-counts false"
# Train a model on a training corpus
@@ -32,7 +34,7 @@ test -e finetune/model.npz.progress.yml
cat finetune_1.log | $MRT_TOOLS/strip-timestamps.sh | grep "Ep\. " | sed 's/ : Time.*//' > finetune.out
-# Restart the training on another training corpus without --no-restore-corpus
+# Restart the training on another training corpus with --no-restore-corpus
$MRT_MARIAN/marian \
-m finetune/model.npz -t $MRT_DATA/train.max50.{en,de} -v vocab.en.yml vocab.de.yml \
--after-batches 60 $extra_opts --log finetune_2.log \
diff --git a/tests/training/restoring/corpus/test_sqlite_restoration.sh b/tests/training/restoring/corpus/test_sqlite_restoration.sh
index 369cfad..7197de8 100644
--- a/tests/training/restoring/corpus/test_sqlite_restoration.sh
+++ b/tests/training/restoring/corpus/test_sqlite_restoration.sh
@@ -11,6 +11,8 @@ test -e vocab.de.yml
test -e vocab.en.yml
extra_opts="--seed 3333 --maxi-batch 1 --maxi-batch-sort none --mini-batch 32 --optimizer sgd --dim-emb 128 --dim-rnn 256 --disp-freq 4"
+# Added because default options has changes
+extra_opts="$extra_opts --cost-type ce-mean --disp-label-counts false"
$MRT_MARIAN/marian \
-m sqlite/model_full.npz -t $MRT_DATA/train.max50.{en,de} -v vocab.en.yml vocab.de.yml \
diff --git a/tests/training/restoring/corpus/test_sqlite_restoration_maxi_batch.sh b/tests/training/restoring/corpus/test_sqlite_restoration_maxi_batch.sh
index 77305c5..b45e1fa 100644
--- a/tests/training/restoring/corpus/test_sqlite_restoration_maxi_batch.sh
+++ b/tests/training/restoring/corpus/test_sqlite_restoration_maxi_batch.sh
@@ -11,6 +11,8 @@ test -e vocab.de.yml
test -e vocab.en.yml
extra_opts="--seed 4444 --maxi-batch 20 --mini-batch 32 --optimizer sgd --dim-emb 128 --dim-rnn 256 --disp-freq 4"
+# Added because default options has changes
+extra_opts="$extra_opts --cost-type ce-mean --disp-label-counts false"
$MRT_MARIAN/marian \
-m sqlite_maxi/model_full.npz -t $MRT_DATA/train.max50.{en,de} -v vocab.en.yml vocab.de.yml \
diff --git a/tests/training/restoring/exp-smoothing/test_expsmooth.sh b/tests/training/restoring/exp-smoothing/test_expsmooth.sh
index 7110b26..f388c56 100644
--- a/tests/training/restoring/exp-smoothing/test_expsmooth.sh
+++ b/tests/training/restoring/exp-smoothing/test_expsmooth.sh
@@ -8,7 +8,11 @@ rm -rf expsmooth expsmooth_*.log
mkdir -p expsmooth
-opts="--no-shuffle --seed 777 --mini-batch 4 --maxi-batch 1 --maxi-batch-sort none --dim-rnn 64 --dim-emb 32 --optimizer sgd --learn-rate 0.5 --valid-sets valid.bpe.en valid.bpe.de --valid-metrics cross-entropy --valid-mini-batch 32"
+opts="--no-shuffle --seed 777 --mini-batch 4 --maxi-batch 1 --maxi-batch-sort none"
+opts="$opts --dim-rnn 64 --dim-emb 32 --optimizer sgd --learn-rate 0.5"
+opts="$opts --valid-sets valid.bpe.en valid.bpe.de --valid-metrics cross-entropy --valid-mini-batch 32"
+# Added because default options has changes
+opts="$opts --cost-type ce-mean --disp-label-counts false"
opt_disp=20
opt_valid=20
diff --git a/tests/training/restoring/exp-smoothing/test_expsmooth_s2s.sh b/tests/training/restoring/exp-smoothing/test_expsmooth_s2s.sh
index 6d7cc61..cba20cc 100644
--- a/tests/training/restoring/exp-smoothing/test_expsmooth_s2s.sh
+++ b/tests/training/restoring/exp-smoothing/test_expsmooth_s2s.sh
@@ -8,7 +8,11 @@ rm -rf expsmooth_s2s expsmooth_s2s_*.log
mkdir -p expsmooth_s2s
-opts="--no-shuffle --seed 777 --mini-batch 4 --maxi-batch 1 --maxi-batch-sort none --dim-rnn 64 --dim-emb 32 --optimizer sgd --learn-rate 0.5 --valid-sets valid.bpe.en valid.bpe.de --valid-metrics cross-entropy --valid-mini-batch 32 --type s2s"
+opts="--no-shuffle --seed 777 --mini-batch 4 --maxi-batch 1 --maxi-batch-sort none"
+opts="$opts --dim-rnn 64 --dim-emb 32 --optimizer sgd --learn-rate 0.5"
+opts="$opts --valid-sets valid.bpe.en valid.bpe.de --valid-metrics cross-entropy --valid-mini-batch 32 --type s2s"
+# Added because default options has changes
+opts="$opts --cost-type ce-mean --disp-label-counts false"
opt_disp=20
opt_valid=20
diff --git a/tests/training/restoring/exp-smoothing/test_expsmooth_sync.sh b/tests/training/restoring/exp-smoothing/test_expsmooth_sync.sh
index d6d4f5b..dd734ef 100644
--- a/tests/training/restoring/exp-smoothing/test_expsmooth_sync.sh
+++ b/tests/training/restoring/exp-smoothing/test_expsmooth_sync.sh
@@ -13,7 +13,11 @@ rm -rf expsmooth_sync expsmooth_sync_*.log
mkdir -p expsmooth_sync
-opts="--no-shuffle --seed 777 --cost-type ce-sum --disp-label-counts --mini-batch 4 --maxi-batch 1 --maxi-batch-sort none --dim-rnn 64 --dim-emb 32 --optimizer sgd --learn-rate 0.001 --valid-sets valid.bpe.en valid.bpe.de --valid-metrics ce-mean-words --valid-mini-batch 32 --devices 0 1 --sync-sgd --clip-norm 0"
+opts="--no-shuffle --seed 777 --cost-type ce-sum --disp-label-counts"
+opts="$opts --mini-batch 4 --maxi-batch 1 --maxi-batch-sort none"
+opts="$opts --dim-rnn 64 --dim-emb 32 --optimizer sgd --learn-rate 0.001"
+opts="$opts --valid-sets valid.bpe.en valid.bpe.de --valid-metrics ce-mean-words --valid-mini-batch 32"
+opts="$opts --devices 0 1 --sync-sgd --clip-norm 0"
opt_disp=20
opt_valid=20
diff --git a/tests/training/restoring/multi-gpu/test_adam_sync.sh b/tests/training/restoring/multi-gpu/test_adam_sync.sh
index f97b319..84079d3 100644
--- a/tests/training/restoring/multi-gpu/test_adam_sync.sh
+++ b/tests/training/restoring/multi-gpu/test_adam_sync.sh
@@ -15,6 +15,8 @@ mkdir -p adam_sync
# TODO: The weight decaying in the Adam optimizer is disabled, because it gives
# unstable results even for a single GPU trainig, without training restoration.
opts="--no-shuffle --seed 777 --mini-batch 2 --maxi-batch 1 --maxi-batch-sort none --dim-rnn 64 --dim-emb 32 --learn-rate 0.1 --optimizer adam --optimizer-params 0.9 0.98 0 --sync-sgd --devices 0 1"
+# Added because default options has changes
+opts="$opts --cost-type ce-mean --disp-label-counts false"
# Step 1: Training in one go
diff --git a/tests/training/restoring/multi-gpu/test_adam_sync_cpu.sh b/tests/training/restoring/multi-gpu/test_adam_sync_cpu.sh
index b85a0be..fcfdcd5 100644
--- a/tests/training/restoring/multi-gpu/test_adam_sync_cpu.sh
+++ b/tests/training/restoring/multi-gpu/test_adam_sync_cpu.sh
@@ -20,6 +20,8 @@ mkdir -p adam_sync_cpu
# TODO: The weight decaying in the Adam optimizer is enabled for CPU, because
# it gives stable results, in contrary to the GPU version
opts="--no-shuffle --seed 777 --mini-batch 2 --maxi-batch 1 --maxi-batch-sort none --dim-rnn 64 --dim-emb 32 --learn-rate 0.1 --optimizer adam --optimizer-params 0.9 0.98 0.001 --sync-sgd --devices 0 1 --cpu-threads 1"
+# Added because default options has changes
+opts="$opts --cost-type ce-mean --disp-label-counts false"
# Step 1: Training in one go
diff --git a/tests/training/restoring/multi-gpu/test_async.sh b/tests/training/restoring/multi-gpu/test_async.sh
index c32050d..8e22f30 100644
--- a/tests/training/restoring/multi-gpu/test_async.sh
+++ b/tests/training/restoring/multi-gpu/test_async.sh
@@ -13,6 +13,8 @@ rm -rf async async_*.log async.*out async.*expected
mkdir -p async
opts="--no-shuffle --seed 777 --mini-batch 1 --maxi-batch 1 --maxi-batch-sort none --dim-rnn 64 --dim-emb 32 --optimizer sgd --learn-rate 0.1 --devices 0 1"
+# Added because default options has changes
+opts="$opts --cost-type ce-mean --disp-label-counts false"
opt_disp=1
opt_save=8
diff --git a/tests/training/restoring/multi-gpu/test_sync.sh b/tests/training/restoring/multi-gpu/test_sync.sh
index c4cd6cb..ff10d23 100644
--- a/tests/training/restoring/multi-gpu/test_sync.sh
+++ b/tests/training/restoring/multi-gpu/test_sync.sh
@@ -13,6 +13,8 @@ rm -rf sync sync_*.log
mkdir -p sync
opts="--no-shuffle --seed 777 --mini-batch 4 --maxi-batch 1 --maxi-batch-sort none --dim-rnn 64 --dim-emb 32 --optimizer sgd --learn-rate 0.1 --devices 0 1 --sync-sgd"
+# Added because default options has changes
+opts="$opts --cost-type ce-mean --disp-label-counts false"
$MRT_MARIAN/marian \
diff --git a/tests/training/restoring/optimizer/test_adagrad_params.sh b/tests/training/restoring/optimizer/test_adagrad_params.sh
index 4b5d420..8fca356 100644
--- a/tests/training/restoring/optimizer/test_adagrad_params.sh
+++ b/tests/training/restoring/optimizer/test_adagrad_params.sh
@@ -10,7 +10,7 @@ mkdir -p adagrad
$MRT_MARIAN/marian \
--no-shuffle --seed 7777 --maxi-batch 1 --maxi-batch-sort none --dim-emb 128 --dim-rnn 256 \
-m adagrad/model.npz -t $MRT_DATA/europarl.de-en/corpus.bpe.{en,de} -v vocab.en.yml vocab.de.yml \
- --disp-freq 10 --after-batches 100 --save-freq 60 --optimizer adagrad \
+ --disp-freq 10 --after-batches 100 --save-freq 60 --optimizer adagrad --cost-type ce-mean \
--log adagrad.log
test -e adagrad/model.npz
diff --git a/tests/training/restoring/optimizer/test_adam_params.sh b/tests/training/restoring/optimizer/test_adam_params.sh
index e70663f..e0bd76f 100644
--- a/tests/training/restoring/optimizer/test_adam_params.sh
+++ b/tests/training/restoring/optimizer/test_adam_params.sh
@@ -10,7 +10,7 @@ mkdir -p adam
$MRT_MARIAN/marian \
--no-shuffle --seed 7777 --maxi-batch 1 --maxi-batch-sort none --dim-emb 128 --dim-rnn 256 \
-m adam/model.npz -t $MRT_DATA/europarl.de-en/corpus.bpe.{en,de} -v vocab.en.yml vocab.de.yml \
- --disp-freq 10 --after-batches 100 --save-freq 60 \
+ --disp-freq 10 --after-batches 100 --save-freq 60 --cost-type ce-mean \
--log adam.log
test -e adam/model.npz
diff --git a/tests/training/restoring/optimizer/test_adam_params_async.sh b/tests/training/restoring/optimizer/test_adam_params_async.sh
index cb335c0..2b2c869 100644
--- a/tests/training/restoring/optimizer/test_adam_params_async.sh
+++ b/tests/training/restoring/optimizer/test_adam_params_async.sh
@@ -15,7 +15,7 @@ fi
$MRT_MARIAN/marian \
--no-shuffle --seed 7777 --maxi-batch 1 --maxi-batch-sort none --mini-batch 32 --dim-emb 128 --dim-rnn 256 \
-m adam_async/model.npz -t $MRT_DATA/europarl.de-en/corpus.bpe.{en,de} -v vocab.en.yml vocab.de.yml \
- --disp-freq 10 --after-batches 100 --save-freq 60 --cost-type ce-sum \
+ --disp-freq 10 --after-batches 100 --save-freq 60 --cost-type ce-sum --disp-label-counts false \
--log adam_async.log --devices 0 1
test -e adam_async/model.npz
diff --git a/tests/training/restoring/optimizer/test_adam_params_sync.sh b/tests/training/restoring/optimizer/test_adam_params_sync.sh
index 6697e9b..1e2481d 100644
--- a/tests/training/restoring/optimizer/test_adam_params_sync.sh
+++ b/tests/training/restoring/optimizer/test_adam_params_sync.sh
@@ -16,7 +16,7 @@ $MRT_MARIAN/marian \
--no-shuffle --seed 7777 --maxi-batch 1 --maxi-batch-sort none --mini-batch 32 --dim-emb 128 --dim-rnn 256 \
-m adam_sync/model.npz -t $MRT_DATA/europarl.de-en/corpus.bpe.{en,de} -v vocab.en.yml vocab.de.yml \
--disp-freq 10 --after-batches 100 --save-freq 60 \
- --log adam_sync.log --devices 0 1 --sync-sgd --cost-type ce-sum --clip-norm 0
+ --log adam_sync.log --devices 0 1 --sync-sgd --cost-type ce-sum --disp-label-counts false --clip-norm 0
test -e adam_sync/model.npz
test -e adam_sync/model.npz.optimizer.npz
diff --git a/tests/training/restoring/optimizer/test_loading_adam_params.sh b/tests/training/restoring/optimizer/test_loading_adam_params.sh
index 00c0cdc..95a48c8 100644
--- a/tests/training/restoring/optimizer/test_loading_adam_params.sh
+++ b/tests/training/restoring/optimizer/test_loading_adam_params.sh
@@ -8,6 +8,8 @@ rm -rf adam_load adam_load_?.log
mkdir -p adam_load
extra_opts="--no-shuffle --seed 7777 --maxi-batch 1 --maxi-batch-sort none --mini-batch 2 --dim-rnn 64 --dim-emb 32"
+# Added because default options has changes
+extra_opts="$extra_opts --cost-type ce-mean --disp-label-counts false"
$MRT_MARIAN/marian \
-m adam_load/model.npz -t $MRT_DATA/train.max50.{en,de} -v vocab.en.yml vocab.de.yml \
diff --git a/tests/training/restoring/validation/test_adding_validator_after_restart.sh b/tests/training/restoring/validation/test_adding_validator_after_restart.sh
index e8ef741..ff95d90 100644
--- a/tests/training/restoring/validation/test_adding_validator_after_restart.sh
+++ b/tests/training/restoring/validation/test_adding_validator_after_restart.sh
@@ -7,10 +7,11 @@ set -e
rm -rf valid_add valid_add_?.log
mkdir -p valid_add
+extra_opts="--no-shuffle --seed 2222 --maxi-batch 1 --maxi-batch-sort none --optimizer sgd"
+extra_opts="$extra_opts --dim-emb 128 --dim-rnn 256 --mini-batch 16"
+extra_opts="$extra_opts --cost-type ce-mean --disp-label-counts false"
-#$MRT_MARIAN/marian \
- #--no-shuffle --seed 2222 --maxi-batch 1 --maxi-batch-sort none --optimizer sgd \
- #--dim-emb 128 --dim-rnn 256 --mini-batch 16 \
+#$MRT_MARIAN/marian $extra_opts \
#-m valid_add/model.npz -t $MRT_DATA/europarl.de-en/corpus.bpe.{en,de} -v vocab.en.yml vocab.de.yml \
#--disp-freq 10 --valid-freq 20 --after-batches 200 --early-stopping 5 \
#--valid-metrics cross-entropy perplexity \
@@ -21,9 +22,7 @@ mkdir -p valid_add
#exit 1
-$MRT_MARIAN/marian \
- --no-shuffle --seed 2222 --maxi-batch 1 --maxi-batch-sort none --optimizer sgd \
- --dim-emb 128 --dim-rnn 256 --mini-batch 16 \
+$MRT_MARIAN/marian $extra_opts \
-m valid_add/model.npz -t $MRT_DATA/europarl.de-en/corpus.bpe.{en,de} -v vocab.en.yml vocab.de.yml \
--disp-freq 10 --valid-freq 20 --after-batches 100 --early-stopping 5 \
--valid-metrics cross-entropy \
@@ -37,9 +36,7 @@ test -e valid_add_1.log
cp valid_add/model.npz.progress.yml valid_add/model.npz.progress.yml.bac
cat valid_add_1.log | $MRT_TOOLS/strip-timestamps.sh > valid_add.out
-$MRT_MARIAN/marian \
- --no-shuffle --seed 2222 --maxi-batch 1 --maxi-batch-sort none --optimizer sgd \
- --dim-emb 128 --dim-rnn 256 --mini-batch 16 \
+$MRT_MARIAN/marian $extra_opts \
-m valid_add/model.npz -t $MRT_DATA/europarl.de-en/corpus.bpe.{en,de} -v vocab.en.yml vocab.de.yml \
--disp-freq 10 --valid-freq 20 --after-batches 200 --early-stopping 5 \
--valid-metrics cross-entropy ce-mean-words \
diff --git a/tests/training/restoring/validation/test_restoring_newbest_validators.sh b/tests/training/restoring/validation/test_restoring_newbest_validators.sh
index f1b8dc4..444599b 100644
--- a/tests/training/restoring/validation/test_restoring_newbest_validators.sh
+++ b/tests/training/restoring/validation/test_restoring_newbest_validators.sh
@@ -15,7 +15,7 @@ head -n 8 $MRT_DATA/europarl.de-en/toy.bpe.de > valid.mini.bpe.de
#$MRT_MARIAN/marian \
#--type s2s --no-shuffle --seed 2222 --maxi-batch 1 --maxi-batch-sort none --quiet-translation \
- #--dim-emb 64 --dim-rnn 128 --mini-batch 16 --optimizer sgd \
+ #--dim-emb 64 --dim-rnn 128 --mini-batch 16 --optimizer sgd --cost-type ce-mean \
#-m valid_newbest/model.npz -t $MRT_DATA/europarl.de-en/toy.bpe.{en,de} -v vocab.en.yml vocab.de.yml \
#--disp-freq 5 --valid-freq 10 --after-batches 100 \
#--valid-metrics cross-entropy translation --valid-script-path ./count_bytes.sh \
@@ -29,7 +29,7 @@ head -n 8 $MRT_DATA/europarl.de-en/toy.bpe.de > valid.mini.bpe.de
$MRT_MARIAN/marian \
--type s2s --no-shuffle --seed 2222 --maxi-batch 1 --maxi-batch-sort none --quiet-translation \
- --dim-emb 64 --dim-rnn 128 --mini-batch 16 --optimizer sgd \
+ --dim-emb 64 --dim-rnn 128 --mini-batch 16 --optimizer sgd --cost-type ce-mean \
-m valid_newbest/model.npz -t $MRT_DATA/europarl.de-en/toy.bpe.{en,de} -v vocab.en.yml vocab.de.yml \
--disp-freq 5 --valid-freq 10 --after-batches 50 \
--valid-metrics cross-entropy translation --valid-script-path ./count_bytes.sh \
diff --git a/tests/training/restoring/validation/test_restoring_stalled_validators.sh b/tests/training/restoring/validation/test_restoring_stalled_validators.sh
index 358c272..50a6d2e 100644
--- a/tests/training/restoring/validation/test_restoring_stalled_validators.sh
+++ b/tests/training/restoring/validation/test_restoring_stalled_validators.sh
@@ -7,16 +7,18 @@ set -e
rm -rf valid_stalled valid_stalled_?.*log valid_script_?.temp
mkdir -p valid_stalled
+extra_opts="--no-shuffle --seed 2222 --maxi-batch 1 --maxi-batch-sort none --quiet-translation"
+extra_opts="$extra_opts --dim-emb 64 --dim-rnn 128 --mini-batch 16 --optimizer sgd"
+extra_opts="$extra_opts --cost-type ce-mean --disp-label-counts false"
+
+
head -n 8 $MRT_DATA/europarl.de-en/toy.bpe.en > valid.mini.bpe.en
head -n 8 $MRT_DATA/europarl.de-en/toy.bpe.de > valid.mini.bpe.de
-
# Uncomment to re-generate the expected output
#mkdir -p valid_stalled_full
-#$MRT_MARIAN/marian \
- #--no-shuffle --seed 2222 --maxi-batch 1 --maxi-batch-sort none --quiet-translation \
- #--dim-emb 64 --dim-rnn 128 --mini-batch 16 --optimizer sgd \
+#$MRT_MARIAN/marian $extra_opts \
#-m valid_stalled_full/model.npz -t $MRT_DATA/europarl.de-en/toy.bpe.{en,de} -v vocab.en.yml vocab.de.yml \
#--disp-freq 10 --valid-freq 20 --after-batches 200 --early-stopping 5 \
#--valid-metrics cross-entropy valid-script translation --valid-script-path ./valid_script_ab.sh \
@@ -33,9 +35,7 @@ head -n 8 $MRT_DATA/europarl.de-en/toy.bpe.de > valid.mini.bpe.de
#exit 1
-$MRT_MARIAN/marian \
- --no-shuffle --seed 2222 --maxi-batch 1 --maxi-batch-sort none --quiet-translation \
- --dim-emb 64 --dim-rnn 128 --mini-batch 16 --optimizer sgd \
+$MRT_MARIAN/marian $extra_opts \
-m valid_stalled/model.npz -t $MRT_DATA/europarl.de-en/toy.bpe.{en,de} -v vocab.en.yml vocab.de.yml \
--disp-freq 10 --valid-freq 20 --after-batches 100 --early-stopping 5 \
--valid-metrics cross-entropy valid-script translation --valid-script-path ./valid_script_ab.sh \
@@ -53,9 +53,7 @@ cat valid_stalled_1.log | $MRT_TOOLS/strip-timestamps.sh \
| head -n -1 > valid_stalled.out
-$MRT_MARIAN/marian \
- --no-shuffle --seed 2222 --maxi-batch 1 --maxi-batch-sort none --quiet-translation \
- --dim-emb 64 --dim-rnn 128 --mini-batch 16 --optimizer sgd \
+$MRT_MARIAN/marian $extra_opts \
-m valid_stalled/model.npz -t $MRT_DATA/europarl.de-en/toy.bpe.{en,de} -v vocab.en.yml vocab.de.yml \
--disp-freq 10 --valid-freq 20 --after-batches 200 --early-stopping 5 \
--valid-metrics cross-entropy valid-script translation --valid-script-path ./valid_script_ab.sh \
diff --git a/tests/training/restoring/validation/test_restoring_validation.sh b/tests/training/restoring/validation/test_restoring_validation.sh
index bdc81b7..483e408 100644
--- a/tests/training/restoring/validation/test_restoring_validation.sh
+++ b/tests/training/restoring/validation/test_restoring_validation.sh
@@ -7,9 +7,12 @@ set -e
rm -rf valid valid_?.log valid_script.temp
mkdir -p valid
-$MRT_MARIAN/marian \
- --no-shuffle --seed 2222 --maxi-batch 1 --maxi-batch-sort none \
- --dim-emb 128 --dim-rnn 256 --mini-batch 16 \
+extra_opts="--no-shuffle --seed 2222 --maxi-batch 1 --maxi-batch-sort none"
+extra_opts="$extra_opts --dim-emb 128 --dim-rnn 256 --mini-batch 16"
+extra_opts="$extra_opts --cost-type ce-mean --disp-label-counts false"
+
+
+$MRT_MARIAN/marian $extra_opts \
-m valid/model.npz -t $MRT_DATA/europarl.de-en/corpus.bpe.{en,de} -v vocab.en.yml vocab.de.yml \
--disp-freq 10 --valid-freq 20 --after-batches 150 --early-stopping 5 \
--valid-metrics valid-script cross-entropy --valid-script-path ./valid_script.sh \
@@ -23,9 +26,7 @@ test -e valid_1.log
cp valid/model.npz.progress.yml valid/model.npz.progress.yml.bac
cat valid_1.log | $MRT_TOOLS/strip-timestamps.sh | grep "valid-script" > valid.out
-$MRT_MARIAN/marian \
- --no-shuffle --seed 2222 --maxi-batch 1 --maxi-batch-sort none \
- --dim-emb 128 --dim-rnn 256 --mini-batch 16 \
+$MRT_MARIAN/marian $extra_opts \
-m valid/model.npz -t $MRT_DATA/europarl.de-en/corpus.bpe.{en,de} -v vocab.en.yml vocab.de.yml \
--disp-freq 10 --valid-freq 20 --after-batches 300 --early-stopping 5 \
--valid-metrics valid-script cross-entropy --valid-script-path ./valid_script.sh \
diff --git a/tests/training/restoring/validation/test_restoring_validation_lower_is_better.sh b/tests/training/restoring/validation/test_restoring_validation_lower_is_better.sh
index 33ad8d0..a29e534 100644
--- a/tests/training/restoring/validation/test_restoring_validation_lower_is_better.sh
+++ b/tests/training/restoring/validation/test_restoring_validation_lower_is_better.sh
@@ -7,10 +7,13 @@ set -e
rm -rf valid_lowisbet valid_lowisbet_?.log
mkdir -p valid_lowisbet
+extra_opts="--no-shuffle --seed 1111 --maxi-batch 1 --maxi-batch-sort none"
+extra_opts="$extra_opts --dim-emb 64 --dim-rnn 128 --mini-batch 32"
+extra_opts="$extra_opts --cost-type ce-mean --disp-label-counts false"
+
+
# Files for the validation sets are swapped intentionally
-$MRT_MARIAN/marian \
- --no-shuffle --seed 1111 --maxi-batch 1 --maxi-batch-sort none \
- --dim-emb 64 --dim-rnn 128 --mini-batch 32 \
+$MRT_MARIAN/marian $extra_opts \
-m valid_lowisbet/model.npz -t $MRT_DATA/train.max50.{en,de} -v vocab.en.yml vocab.de.yml \
--disp-freq 10 --valid-freq 30 --after-batches 160 --early-stopping 2 \
--valid-metrics cross-entropy --valid-sets $MRT_DATA/europarl.de-en/toy.bpe.{de,en} --valid-mini-batch 64 \
@@ -24,9 +27,7 @@ cp valid_lowisbet/model.npz.progress.yml valid_lowisbet/model.npz.progress.yml.b
cat valid_lowisbet_1.log | $MRT_TOOLS/strip-timestamps.sh | grep "cross-entropy" > valid_lowisbet.out
# Files for the validation sets are swapped intentionally
-$MRT_MARIAN/marian \
- --no-shuffle --seed 1111 --maxi-batch 1 --maxi-batch-sort none \
- --dim-emb 64 --dim-rnn 128 --mini-batch 32 \
+$MRT_MARIAN/marian $extra_opts \
-m valid_lowisbet/model.npz -t $MRT_DATA/train.max50.{en,de} -v vocab.en.yml vocab.de.yml \
--disp-freq 10 --valid-freq 30 --after-batches 320 --early-stopping 4 \
--valid-metrics cross-entropy --valid-sets $MRT_DATA/europarl.de-en/toy.bpe.{de,en} --valid-mini-batch 64 \
diff --git a/tests/training/restoring/validation/test_valid_reset_stalled.sh b/tests/training/restoring/validation/test_valid_reset_stalled.sh
index 02b24a5..e967a1f 100644
--- a/tests/training/restoring/validation/test_valid_reset_stalled.sh
+++ b/tests/training/restoring/validation/test_valid_reset_stalled.sh
@@ -16,11 +16,13 @@ mkdir -p valid_reset_stalled
test -s valid.mini.bpe.en || head -n 8 $MRT_DATA/europarl.de-en/toy.bpe.en > valid.mini.bpe.en
test -s valid.mini.bpe.de || head -n 8 $MRT_DATA/europarl.de-en/toy.bpe.de > valid.mini.bpe.de
+extra_opts="--no-shuffle --seed 2222 --maxi-batch 1 --maxi-batch-sort none --quiet-translation"
+extra_opts="$extra_opts --dim-emb 64 --dim-rnn 128 --mini-batch 16 --optimizer sgd"
+extra_opts="$extra_opts --cost-type ce-mean --disp-label-counts false"
+
# Train a model for a while and stop
-$MRT_MARIAN/marian \
- --no-shuffle --seed 2222 --maxi-batch 1 --maxi-batch-sort none --quiet-translation \
- --dim-emb 64 --dim-rnn 128 --mini-batch 16 --optimizer sgd \
+$MRT_MARIAN/marian $extra_opts \
-m valid_reset_stalled/model.npz -t $MRT_DATA/europarl.de-en/toy.bpe.{en,de} -v vocab.en.yml vocab.de.yml \
--disp-freq 10 --valid-freq 20 --after-batches 140 --early-stopping 5 \
--valid-metrics translation valid-script cross-entropy --valid-script-path ./valid_script_ab.sh \
@@ -36,9 +38,7 @@ cat valid_reset_stalled_1.log | $MRT_TOOLS/strip-timestamps.sh | grep -P "\[vali
# Restart training with --valid-reset-stalled
-$MRT_MARIAN/marian \
- --no-shuffle --seed 2222 --maxi-batch 1 --maxi-batch-sort none --quiet-translation \
- --dim-emb 64 --dim-rnn 128 --mini-batch 16 --optimizer sgd \
+$MRT_MARIAN/marian $extra_opts \
-m valid_reset_stalled/model.npz -t $MRT_DATA/europarl.de-en/toy.bpe.{en,de} -v vocab.en.yml vocab.de.yml \
--disp-freq 10 --valid-freq 20 --after-batches 200 --early-stopping 5 --valid-reset-stalled \
--valid-metrics translation valid-script cross-entropy --valid-script-path ./valid_script_ab.sh \
diff --git a/tests/training/scheduler/.gitignore b/tests/training/scheduler/.gitignore
new file mode 100644
index 0000000..7958534
--- /dev/null
+++ b/tests/training/scheduler/.gitignore
@@ -0,0 +1,2 @@
+log_epoch_[etu]
+train.??.gz
diff --git a/tests/training/scheduler/log_epoch_e.expected b/tests/training/scheduler/log_epoch_e.expected
new file mode 100644
index 0000000..87cf167
--- /dev/null
+++ b/tests/training/scheduler/log_epoch_e.expected
@@ -0,0 +1,20 @@
+Training started
+Seen 1542 samples
+Starting data epoch 2 in logical epoch 1.000
+Ep. 1.000 : Up. 10 : Sen. 768 : Cost 9.68880177 * 61,315 after 61,315
+Seen 1542 samples
+Starting data epoch 3 in logical epoch 1.500
+Ep. 1.500 : Up. 20 : Sen. 1,536 : Cost 9.67091751 * 61,279 after 122,594
+Seen 1542 samples
+Starting data epoch 4 in logical epoch 2.000
+Seen 1542 samples
+Starting data epoch 5 in logical epoch 2.500
+Ep. 2.500 : Up. 30 : Sen. 512 : Cost 9.65089989 * 54,621 after 177,215
+Seen 1542 samples
+Starting data epoch 6 in logical epoch 3.000
+Ep. 3.000 : Up. 40 : Sen. 1,280 : Cost 9.63199997 * 61,545 after 238,760
+Seen 1542 samples
+Starting data epoch 7 in logical epoch 3.500
+Training finished
+Saving model to log_epoch_e/model.npz
+Saving Adam parameters to log_epoch_e/model.npz.optimizer.npz
diff --git a/tests/training/scheduler/log_epoch_t.expected b/tests/training/scheduler/log_epoch_t.expected
new file mode 100644
index 0000000..1f57c2e
--- /dev/null
+++ b/tests/training/scheduler/log_epoch_t.expected
@@ -0,0 +1,12 @@
+Training started
+Ep. 2.258 : Up. 4 : Sen. 512 : Cost 9.69286919 * 13,547 after 13,547
+Ep. 3.400 : Up. 6 : Sen. 768 : Cost 9.68953419 * 6,851 after 20,398
+Ep. 5.131 : Up. 9 : Sen. 1,152 : Cost 9.68455887 * 10,387 after 30,785
+Ep. 6.793 : Up. 12 : Sen. 1,536 : Cost 9.68291855 * 9,975 after 40,760
+Seen 1542 samples
+Starting data epoch 2 in logical epoch 6.819
+Ep. 8.472 : Up. 16 : Sen. 384 : Cost 9.67040443 * 10,074 after 50,834
+Ep. 10.219 : Up. 19 : Sen. 768 : Cost 9.66528606 * 10,481 after 61,315
+Training finished
+Saving model to log_epoch_t/model.npz
+Saving Adam parameters to log_epoch_t/model.npz.optimizer.npz
diff --git a/tests/training/scheduler/log_epoch_u.expected b/tests/training/scheduler/log_epoch_u.expected
new file mode 100644
index 0000000..a8855f2
--- /dev/null
+++ b/tests/training/scheduler/log_epoch_u.expected
@@ -0,0 +1,15 @@
+Training started
+Seen 1542 samples
+Starting data epoch 2 in logical epoch 0.700
+Ep. 1.000 : Up. 10 : Sen. 768 : Cost 9.68880177 * 61,315 after 61,315
+Seen 1542 samples
+Starting data epoch 3 in logical epoch 1.400
+Ep. 2.000 : Up. 20 : Sen. 1,536 : Cost 9.67091751 * 61,279 after 122,594
+Seen 1542 samples
+Starting data epoch 4 in logical epoch 2.100
+Seen 1542 samples
+Starting data epoch 5 in logical epoch 2.800
+Ep. 3.000 : Up. 30 : Sen. 512 : Cost 9.65089989 * 54,621 after 177,215
+Training finished
+Saving model to log_epoch_u/model.npz
+Saving Adam parameters to log_epoch_u/model.npz.optimizer.npz
diff --git a/tests/training/scheduler/setup.sh b/tests/training/scheduler/setup.sh
new file mode 100644
index 0000000..284e7c1
--- /dev/null
+++ b/tests/training/scheduler/setup.sh
@@ -0,0 +1,10 @@
+# Skip if compiled without SentencePiece
+test -n "$MRT_MARIAN_USE_SENTENCEPIECE" || exit 100
+
+test -f $MRT_DATA/europarl.de-en/corpus.bpe.de || exit 1
+test -f $MRT_DATA/europarl.de-en/corpus.bpe.en || exit 1
+
+test -f train.de.gz || cat $MRT_DATA/europarl.de-en/corpus.bpe.de | sed 's/@@ //g' | head -n 2000 | gzip > train.de.gz
+test -f train.en.gz || cat $MRT_DATA/europarl.de-en/corpus.bpe.en | sed 's/@@ //g' | head -n 2000 | gzip > train.en.gz
+
+test -f $MRT_MODELS/rnn-spm/vocab.deen.spm || exit 1
diff --git a/tests/training/scheduler/test_logical_epoch.sh b/tests/training/scheduler/test_logical_epoch.sh
new file mode 100644
index 0000000..fca9f52
--- /dev/null
+++ b/tests/training/scheduler/test_logical_epoch.sh
@@ -0,0 +1,32 @@
+#!/bin/bash -x
+
+#####################################################################
+# SUMMARY: Test logical epoch defined via data epoch
+# AUTHOR: snukky
+# TAGS: sentencepiece stopping after logical-epoch
+#####################################################################
+
+# Exit on error
+set -e
+
+# Remove old artifacts and create working directory
+rm -rf log_epoch_e log_epoch_e.*{log,out,diff}
+mkdir -p log_epoch_e
+
+# Run marian command
+$MRT_MARIAN/marian \
+ --no-shuffle --seed 1111 --dim-emb 32 --dim-rnn 64 --maxi-batch 1 --maxi-batch-sort none \
+ -m log_epoch_e/model.npz -t train.{de,en}.gz -v $MRT_MODELS/rnn-spm/vocab.{deen,deen}.spm \
+ --mini-batch 256 --logical-epoch 2e --log log_epoch_e.log --after 3e \
+ --disp-freq 10u
+
+# Check if files exist
+test -e log_epoch_e/model.npz
+test -e log_epoch_e.log
+
+# Compare actual and expected outputs
+cat log_epoch_e.log | $MRT_TOOLS/strip-timestamps.sh | grep -v '^\[' | sed 's/ : Time.*//' > log_epoch_e.out
+$MRT_TOOLS/diff-nums.py log_epoch_e.out log_epoch_e.expected -p 0.01 -o log_epoch_e.diff
+
+# Exit with success code
+exit 0
diff --git a/tests/training/scheduler/test_logical_epoch_labels.sh b/tests/training/scheduler/test_logical_epoch_labels.sh
new file mode 100644
index 0000000..c37c0fa
--- /dev/null
+++ b/tests/training/scheduler/test_logical_epoch_labels.sh
@@ -0,0 +1,32 @@
+#!/bin/bash -x
+
+#####################################################################
+# SUMMARY: Test logical epoch defined via labels
+# AUTHOR: snukky
+# TAGS: sentencepiece stopping after logical-epoch
+#####################################################################
+
+# Exit on error
+set -e
+
+# Remove old artifacts and create working directory
+rm -rf log_epoch_t log_epoch_t.*{log,out,diff}
+mkdir -p log_epoch_t
+
+# Run marian command
+$MRT_MARIAN/marian \
+ --no-shuffle --seed 1111 --dim-emb 32 --dim-rnn 64 --maxi-batch 1 --maxi-batch-sort none \
+ -m log_epoch_t/model.npz -t train.{de,en}.gz -v $MRT_MODELS/rnn-spm/vocab.{deen,deen}.spm \
+ --mini-batch 128 --logical-epoch 6kt --log log_epoch_t.log --after 10e \
+ --disp-freq 10kt
+
+# Check if files exist
+test -e log_epoch_t/model.npz
+test -e log_epoch_t.log
+
+# Compare actual and expected outputs
+cat log_epoch_t.log | $MRT_TOOLS/strip-timestamps.sh | grep -v '^\[' | sed 's/ : Time.*//' > log_epoch_t.out
+$MRT_TOOLS/diff-nums.py log_epoch_t.out log_epoch_t.expected -p 0.01 -o log_epoch_t.diff
+
+# Exit with success code
+exit 0
diff --git a/tests/training/scheduler/test_logical_epoch_updates.sh b/tests/training/scheduler/test_logical_epoch_updates.sh
new file mode 100644
index 0000000..8582120
--- /dev/null
+++ b/tests/training/scheduler/test_logical_epoch_updates.sh
@@ -0,0 +1,32 @@
+#!/bin/bash -x
+
+#####################################################################
+# SUMMARY: Test logical epoch defined via updates
+# AUTHOR: snukky
+# TAGS: sentencepiece stopping after logical-epoch
+#####################################################################
+
+# Exit on error
+set -e
+
+# Remove old artifacts and create working directory
+rm -rf log_epoch_u log_epoch_u.*{log,out,diff}
+mkdir -p log_epoch_u
+
+# Run marian command
+$MRT_MARIAN/marian \
+ --no-shuffle --seed 1111 --dim-emb 32 --dim-rnn 64 --maxi-batch 1 --maxi-batch-sort none \
+ -m log_epoch_u/model.npz -t train.{de,en}.gz -v $MRT_MODELS/rnn-spm/vocab.{deen,deen}.spm \
+ --mini-batch 256 --logical-epoch 10u --log log_epoch_u.log --after 3e \
+ --disp-freq 10u
+
+# Check if files exist
+test -e log_epoch_u/model.npz
+test -e log_epoch_u.log
+
+# Compare actual and expected outputs
+cat log_epoch_u.log | $MRT_TOOLS/strip-timestamps.sh | grep -v '^\[' | sed 's/ : Time.*//' > log_epoch_u.out
+$MRT_TOOLS/diff-nums.py log_epoch_u.out log_epoch_u.expected -p 0.01 -o log_epoch_u.diff
+
+# Exit with success code
+exit 0
diff --git a/tests/training/validation/test_compare_decoding_with_transscript_output.sh b/tests/training/validation/test_compare_decoding_with_transscript_output.sh
index ef8cdf5..7a17b58 100644
--- a/tests/training/validation/test_compare_decoding_with_transscript_output.sh
+++ b/tests/training/validation/test_compare_decoding_with_transscript_output.sh
@@ -43,7 +43,7 @@ $MRT_MARIAN/marian-decoder \
-i dev.bpe.en -o compare-trans.decoder.out
# Compare outputs from the in-training translation and the decoding outside the training
-$MRT_TOOLS/diff.sh compare-trans.out compare-trans.decoder.out
+$MRT_TOOLS/diff.sh compare-trans.out compare-trans.decoder.out | tee compare-trans.decoder.diff
# Exit with success code
exit 0
diff --git a/tools/check-model-unique-vals.py b/tools/check-model-unique-vals.py
new file mode 100755
index 0000000..59516f2
--- /dev/null
+++ b/tools/check-model-unique-vals.py
@@ -0,0 +1,59 @@
+#!/usr/bin/env python3
+# -*- coding: utf-8 -*-
+
+import os
+import sys
+import argparse
+import re
+
+import numpy as np
+
+def main():
+ exit_code = 0
+ args = parse_user_args()
+
+ with np.load(args.file) as data:
+ for key in data:
+ # skip special:model.yml
+ if "special" in key:
+ continue
+
+ # if one of the dimension is 1, then it is a bias
+ # skip if it is bias and bias is not included
+ smallest_dim = sorted(data[key].shape)[0]
+ if(smallest_dim == 1 and not args.with_bias):
+ continue
+
+ if (np.unique(data[key]).size > 2**args.bits):
+ message("Tensor {} has more than {} unique values".format( \
+ key, \
+ 2**args.bits), args)
+ exit_code = 1
+ if (args.print_centers):
+ message("Tensor {} unique centers: {}".format(key, np.unique(data[key])), args)
+ return exit_code
+
+
+def message(text, args):
+ if not text.endswith("\n"):
+ text += "\n"
+ args.output.write(text)
+ if not args.quiet \
+ and args.output is not sys.stdout \
+ and args.output is not sys.stderr:
+ sys.stderr.write(text)
+
+
+def parse_user_args():
+ parser = argparse.ArgumentParser()
+ parser.add_argument("file", type=str)
+ parser.add_argument("-o", "--output", type=argparse.FileType('w'), metavar="FILE", default=sys.stdout)
+ parser.add_argument("--print_centers", action="store_true")
+ parser.add_argument("-b", "--bits", type=int)
+ parser.add_argument("--with_bias", action="store_true")
+ parser.add_argument("-q", "--quiet", action="store_true")
+ return parser.parse_args()
+
+if __name__ == '__main__':
+ code = main()
+ exit(code)
diff --git a/tools/extract-costs.sh b/tools/extract-costs.sh
index 89a5e32..2f7753f 100755
--- a/tools/extract-costs.sh
+++ b/tools/extract-costs.sh
@@ -1,2 +1,2 @@
#!/bin/bash
-grep -a "Cost [-e0-9.]\+ " | sed -r "s/.* Cost ([-e0-9.]+) : Time.*/\\1/"
+grep -a "Cost [-e0-9.]\+ " | sed -r "s/.* Cost ([-e0-9.]+) .*: Time.*/\\1/"