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

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbhaddow <bhaddow@staffmail.ed.ac.uk>2011-08-22 17:52:02 +0400
committerbhaddow <bhaddow@staffmail.ed.ac.uk>2011-08-22 17:52:02 +0400
commit1f3c11b441653ff205e2407caddcd36ab369b2c3 (patch)
treeb223d70b650ac939a9dee78308ce374c3ae57cd4 /regression-testing
parent898d67af8242284706bde1c232917e6898ebbdfd (diff)
parent96417949c2f3d85b535e81c1d1358752b93c00be (diff)
Merge branch 'master' into miramerge
Passes all regression except for the score tests, as I still have to merge in the missing files for these tests. Conflicts: .gitignore Makefile.am configure.in moses-chart/moses-chart.xcodeproj/project.pbxproj moses/src/ChartHypothesis.cpp moses/src/ChartTranslationOptionCollection.cpp moses/src/ChartTrellisPath.cpp moses/src/DotChart.cpp moses/src/LMList.h moses/src/LanguageModel.cpp moses/src/LanguageModel.h moses/src/LanguageModelFactory.cpp moses/src/LanguageModelRemote.h moses/src/LexicalReordering.h moses/src/Makefile.am moses/src/Manager.cpp moses/src/Parameter.cpp moses/src/RuleCubeQueue.h moses/src/ScoreIndexManager.cpp moses/src/StaticData.cpp moses/src/StaticData.h moses/src/TargetPhrase.cpp moses/src/TargetPhrase.h moses/src/TranslationOptionCollection.cpp
Diffstat (limited to 'regression-testing')
-rw-r--r--regression-testing/MosesRegressionTesting.pm2
-rwxr-xr-xregression-testing/compare-results.perl (renamed from regression-testing/compare-results.pl)0
-rwxr-xr-xregression-testing/run-single-test.perl (renamed from regression-testing/run-single-test.pl)2
-rwxr-xr-xregression-testing/run-test-detokenizer.perl308
-rwxr-xr-xregression-testing/run-test-scorer.perl81
-rwxr-xr-xregression-testing/run-test-suite.perl (renamed from regression-testing/run-test-suite.pl)30
-rwxr-xr-xregression-testing/tests/chart.hierarchical-withsrilm/filter-stderr.pl22
-rwxr-xr-xregression-testing/tests/chart.hierarchical-withsrilm/filter-stdout.pl7
-rw-r--r--regression-testing/tests/chart.hierarchical-withsrilm/moses.ini69
-rw-r--r--regression-testing/tests/chart.hierarchical-withsrilm/to-translate.txt5
-rw-r--r--regression-testing/tests/chart.hierarchical-withsrilm/truth/results.txt15
-rw-r--r--regression-testing/tests/chart.hierarchical.ondisk/moses.ini5
-rw-r--r--regression-testing/tests/chart.hierarchical.ondisk/truth/results.txt26
-rw-r--r--regression-testing/tests/chart.hierarchical/moses.ini5
-rw-r--r--regression-testing/tests/chart.hierarchical/truth/results.txt28
-rw-r--r--regression-testing/tests/chart.show-weights.target-syntax/moses.ini5
-rw-r--r--regression-testing/tests/chart.target-syntax.ondisk/moses.ini5
-rw-r--r--regression-testing/tests/chart.target-syntax.ondisk/truth/results.txt26
-rw-r--r--regression-testing/tests/chart.target-syntax/moses.ini5
-rw-r--r--regression-testing/tests/chart.target-syntax/truth/results.txt28
-rwxr-xr-xregression-testing/tests/phrase.basic-surface-only-withirstlm-binlm/filter-stderr.pl22
-rwxr-xr-xregression-testing/tests/phrase.basic-surface-only-withirstlm-binlm/filter-stdout.pl7
-rw-r--r--regression-testing/tests/phrase.basic-surface-only-withirstlm-binlm/moses.ini49
-rw-r--r--regression-testing/tests/phrase.basic-surface-only-withirstlm-binlm/to-translate.txt5
-rw-r--r--regression-testing/tests/phrase.basic-surface-only-withirstlm-binlm/truth/results.txt14
-rwxr-xr-xregression-testing/tests/phrase.basic-surface-only-withirstlm/filter-stderr.pl22
-rwxr-xr-xregression-testing/tests/phrase.basic-surface-only-withirstlm/filter-stdout.pl7
-rw-r--r--regression-testing/tests/phrase.basic-surface-only-withirstlm/moses.ini49
-rw-r--r--regression-testing/tests/phrase.basic-surface-only-withirstlm/to-translate.txt5
-rw-r--r--regression-testing/tests/phrase.basic-surface-only-withirstlm/truth/results.txt14
-rw-r--r--regression-testing/tests/phrase.confusionNet-multi-factor/moses.ini3
-rw-r--r--regression-testing/tests/phrase.ptable-filtering/moses.ini7
-rw-r--r--regression-testing/tests/score.hierarchical-inv/truth/results.txt9603
-rw-r--r--regression-testing/tests/score.hierarchical/truth/results.txt10000
-rw-r--r--regression-testing/tests/score.phrase-based-inv/args.txt1
-rwxr-xr-xregression-testing/tests/score.phrase-based-inv/run-test-scorer.perl65
-rw-r--r--regression-testing/tests/score.phrase-based-inv/truth/results.txt913
-rw-r--r--regression-testing/tests/score.phrase-based-with-alignment-inv/args.txt1
-rwxr-xr-xregression-testing/tests/score.phrase-based-with-alignment-inv/run-test-scorer.perl65
-rw-r--r--regression-testing/tests/score.phrase-based-with-alignment-inv/truth/results.txt913
-rw-r--r--regression-testing/tests/score.phrase-based-with-alignment/truth/results.txt1739
-rw-r--r--regression-testing/tests/score.phrase-based/args.txt1
-rw-r--r--regression-testing/tests/score.phrase-based/truth/results.txt1739
43 files changed, 25829 insertions, 89 deletions
diff --git a/regression-testing/MosesRegressionTesting.pm b/regression-testing/MosesRegressionTesting.pm
index 2bbd9b171..77d6e730c 100644
--- a/regression-testing/MosesRegressionTesting.pm
+++ b/regression-testing/MosesRegressionTesting.pm
@@ -5,7 +5,7 @@ use strict;
# if your tests need a new version of the test data, increment this
# and make sure that a moses-regression-tests-vX.Y is available for
# download from statmt.org (redpony AT umd dot edu for more info)
-use constant TESTING_DATA_VERSION => '5';
+use constant TESTING_DATA_VERSION => '7';
# find the data directory in a few likely locations and make sure
# that it is the correct version
diff --git a/regression-testing/compare-results.pl b/regression-testing/compare-results.perl
index a4f60dc41..a4f60dc41 100755
--- a/regression-testing/compare-results.pl
+++ b/regression-testing/compare-results.perl
diff --git a/regression-testing/run-single-test.pl b/regression-testing/run-single-test.perl
index 45a5ca278..0dc804719 100755
--- a/regression-testing/run-single-test.pl
+++ b/regression-testing/run-single-test.perl
@@ -105,7 +105,7 @@ if($NBEST > 0){
run_command("gzip $results/run.nbest");
}
-($o, $ec, $sig) = run_command("$BIN_TEST/compare-results.pl $results $truth");
+($o, $ec, $sig) = run_command("$BIN_TEST/compare-results.perl $results $truth");
print $o;
if ($ec) {
print STDERR "FAILURE, for debugging, local moses.ini=$local_moses_ini\n";
diff --git a/regression-testing/run-test-detokenizer.perl b/regression-testing/run-test-detokenizer.perl
new file mode 100755
index 000000000..e297b90be
--- /dev/null
+++ b/regression-testing/run-test-detokenizer.perl
@@ -0,0 +1,308 @@
+#!/usr/bin/perl -w
+#
+# Detokenization tests.
+#
+
+use strict;
+# This is here to suppress (false) warnings about OLDOUT and OLDERR being used only once. Maybe there is a less brutish way to suppress that, but I don't know it.
+no warnings 'once';
+use utf8;
+
+use Cwd ('abs_path');
+use File::Spec::Functions;
+use File::Basename ('dirname');
+use IPC::Run3;
+use Getopt::Long;
+use Test::More;
+
+GetOptions("detokenizer=s" => \(my $detokenizer),
+ "results-dir=s"=> \(my $results_dir)
+ ) or exit 1;
+
+unless (defined $results_dir) {
+ print STDERR "Usage: run-test-detokenizer.t --results-dir <RESULTS-DIRECTORY> [--detokenizer <DETOKENIZER-SCRIPT>]\n";
+ exit 1;
+}
+
+die "ERROR: Results directory ".$results_dir." doesn't exist or is not a writable directory. Dying" unless (-d $results_dir && -w $results_dir);
+
+$detokenizer = catfile(dirname(dirname(abs_path($0))), "scripts", "tokenizer", "detokenizer.perl") unless $detokenizer;
+die "ERROR: Detokenizer script ".$detokenizer." does not exist. Dying" unless -f $detokenizer;
+
+
+my @testCases = ();
+
+######################################
+# Definitions of individual test cases
+######################################
+
+# A simple English test
+&addDetokenizerTest("TEST_ENGLISH_EASY", "en",
+<<'TOK'
+This sentence is really simple , so it should not be hard to detokenize .
+This one is no more difficult , but , hey , it is on a new line .
+TOK
+,
+<<'EXP'
+This sentence is really simple, so it should not be hard to detokenize.
+This one is no more difficult, but, hey, it is on a new line.
+EXP
+);
+
+# An English test involving double-quotes
+&addDetokenizerTest("TEST_ENGLISH_DOUBLEQUOTES", "en",
+<<'TOK'
+This is a somewhat " less simple " test .
+TOK
+,
+<<'EXP'
+This is a somewhat "less simple" test.
+EXP
+);
+
+# A simple French test
+&addDetokenizerTest("TEST_FRENCH_EASY", "fr",
+<<'TOK'
+Voici une phrase simple .
+TOK
+,
+<<'EXP'
+Voici une phrase simple.
+EXP
+);
+
+# A French test involving an apostrophe
+&addDetokenizerTest("TEST_FRENCH_APOSTROPHE", "fr",
+<<'TOK'
+Moi , j' ai une apostrophe .
+TOK
+,
+<<'EXP'
+Moi, j'ai une apostrophe.
+EXP
+);
+
+# A French test involving an apostrophe on the second-last word
+&addDetokenizerTest("TEST_FRENCH_APOSTROPHE_PENULTIMATE", "fr",
+<<'TOK'
+de musique rap issus de l' immigration
+TOK
+,
+<<'EXP'
+de musique rap issus de l'immigration
+EXP
+);
+
+# A German test involving non-ASCII characters
+# Note: We don't specify a language because the detokenizer errors if you pass in a language for which it has no special rules, of which German is an example.
+&addDetokenizerTest("TEST_GERMAN_NONASCII", undef,
+<<'TOK'
+Ich hoffe , daß Sie schöne Ferien hatten .
+Frau Präsidentin ! Frau Díez González und ich hatten einige Anfragen
+TOK
+,
+<<'EXP'
+Ich hoffe, daß Sie schöne Ferien hatten.
+Frau Präsidentin! Frau Díez González und ich hatten einige Anfragen
+EXP
+);
+
+# A simple Chinese test
+&addDetokenizerTest("TEST_CHINESE_EASY", undef,
+<<'TOK'
+这 是 一个 简单 的的 汉语 句子 。
+TOK
+,
+<<'EXP'
+这是一个简单的的汉语句子。
+EXP
+);
+
+# A simple Japanese test
+&addDetokenizerTest("TEST_JAPANESE_EASY", undef,
+<<'TOK'
+どう しょ う か な 。
+どこ で 食べ たい 。
+TOK
+,
+<<'EXP'
+どうしょうかな。
+どこで食べたい。
+EXP
+);
+
+
+######################################
+# Now run those babies ...
+######################################
+
+plan tests => scalar(@testCases);
+
+foreach my $testCase (@testCases) {
+ &runDetokenizerTest($testCase);
+}
+
+############
+## Utilities
+############
+
+# Creates a new detokenizer test case, adds it to the array of test cases to be run, and returns it.
+sub addDetokenizerTest {
+ my ($testName, $language, $tokenizedText, $rightAnswer) = @_;
+
+ my $testCase = new DetokenizerTestCase($testName, $language, $tokenizedText, $rightAnswer);
+ push(@testCases, $testCase);
+ return $testCase;
+}
+
+sub runDetokenizerTest {
+ my ($testCase) = @_;
+
+ my $testOutputDir = catfile($results_dir, $testCase->getName());
+ my $tokenizedFile = catfile($testOutputDir, "input.txt");
+ my $expectedFile = catfile($testOutputDir, "expected.txt");
+
+ # Fail if we can't make the test output directory
+ unless (mkdir($testOutputDir)) {
+ return fail($testCase->getName().": Failed to create output directory ".$testOutputDir." [".$!."]");
+ }
+
+ open TOK, ">".$tokenizedFile;
+ binmode TOK, ":utf8";
+ print TOK $testCase->getTokenizedText();
+ close TOK;
+
+ open TRUTH, ">".$expectedFile;
+ binmode TRUTH, ":utf8";
+ print TRUTH $testCase->getRightAnswer();
+ close TRUTH;
+
+ &runTest($testCase->getName(), $testOutputDir, $tokenizedFile, sub {
+ return defined($testCase->getLanguage()) ? [$detokenizer, "-l", $testCase->getLanguage()] : [$detokenizer];
+ }, sub {
+ &verifyIdentical($testCase->getName(), $expectedFile, catfile($testOutputDir, "stdout.txt"))
+ }, 1, $testCase->getFailureExplanation());
+}
+
+# $stdinFile, if defined, is a file to send to the command via STDIN
+# $buildCommandRoutineReference is a reference to a zero-argument subroutine that returns the
+# system command to run in the form of an array reference
+# $validationRoutineReference is a reference to a zero-argument subroutine that makes exactly one call
+# to ok() or similar to validate the contents of the output directory
+# $separateStdoutFromStderr is an optional boolean argument; if omitted or false, the command's
+# STDOUT and STDERR are mixed together in out output file called
+# stdout-and-stderr.txt; otherwise, they are printed to separate output
+# files called stdout.txt and stderr.txt, respectively
+# $failureExplanation is an explanation of why the test is expected to fail. If the test is expected
+# to pass, then this should be left undefined. Even in the case of a test that
+# is expected to fail, the system command is still expected to exit normally --
+# only the validation routine is expected to fail.
+sub runTest {
+ my ($testName, $outputDir, $stdinFile, $buildCommandRoutineReference, $validationRoutineReference, $separateStdoutFromStderr, $failureExplanation) = @_;
+
+ my ($stdoutFile, $stderrFile);
+ if ($separateStdoutFromStderr) {
+ $stdoutFile = catfile($outputDir, "stdout.txt");
+ $stderrFile = catfile($outputDir, "stderr.txt");
+ } else {
+ $stdoutFile = catfile($outputDir, "stdout-and-stderr.txt");
+ $stderrFile = $stdoutFile;
+ }
+
+ my $commandRef = $buildCommandRoutineReference->();
+ my $exitStatus = &runVerbosely($commandRef, $stdinFile, $stdoutFile, $stderrFile);
+ return fail($testName.": command exited with status ".$exitStatus) unless $exitStatus == 0;
+
+ if (defined $failureExplanation) {
+ TODO: {
+ local $TODO = $failureExplanation;
+ $validationRoutineReference->();
+ }
+ } else {
+ $validationRoutineReference->();
+ }
+}
+
+# Announce that we're going to run the given command, then run it.
+# $stdinFile, if defined, is a file to send to the command via STDIN
+# $stdoutFile and $stderrFile, if defined, are file paths to which the command's standard output
+# and standard error, respectively, are written. They can be the same file.
+# The exit code of the command is returned.
+sub runVerbosely {
+ my ($commandRef, $stdinFile, $stdoutFile, $stderrFile) = @_;
+ my @command = @{$commandRef};
+ note("Executing command:\n @command\n");
+ note("standard input coming from: ".$stdinFile) if defined $stdinFile;
+ note("standard output going to: ".$stdoutFile) if defined $stdoutFile;
+ note("standard error going to: ".$stderrFile) if defined $stderrFile;
+ run3($commandRef, $stdinFile, $stdoutFile, $stderrFile);
+ return $?;
+}
+
+# Verify that the given output file is identical to the given reference file.
+sub verifyIdentical {
+ my ($testName, $referenceFile, $outputFile) = @_;
+
+ open(REF, $referenceFile) or return fail($testName.": Can't open reference file ".$referenceFile." [".$!."].");
+ open(OUT, $outputFile) or return fail($testName.": Can't open output file ".$outputFile." [".$!."].");
+ my @referenceFileAsArray = <REF>;
+ my @outputFileAsArray = <OUT>;
+ close(REF);
+ close(OUT);
+ is_deeply(\@outputFileAsArray, \@referenceFileAsArray, $testName.": Output file ".$outputFile." matches reference file ".$referenceFile.".");
+}
+
+
+##%%%%%%%%%%%%%%%%%%%%%%%%%%%##
+## DetokenizerTestCase class ##
+
+package DetokenizerTestCase;
+
+# Constructor
+sub new {
+ my $class = shift;
+ my $self = {
+ _name => shift,
+ _language => shift,
+ _tokenizedText => shift,
+ _rightAnswer => shift,
+
+ _failureExplanation => undef
+ };
+ bless $self, $class;
+}
+
+sub getName {
+ my ($self) = @_;
+ return $self->{_name};
+}
+
+sub getLanguage {
+ my ($self) = @_;
+ return $self->{_language};
+}
+
+sub getTokenizedText {
+ my ($self) = @_;
+ return $self->{_tokenizedText};
+}
+
+sub getRightAnswer {
+ my ($self) = @_;
+ return $self->{_rightAnswer};
+}
+
+# Call this routine to indicate that this test case is expected to fail.
+# (The detokenizer script is still expected to exit normally, but the output is not expected to
+# match the right answer because of a bug or unimplemented use case.)
+sub setExpectedToFail {
+ my ($self, $failureExplanation) = @_;
+ $self->{_failureExplanation} = $failureExplanation || "This test is expected to fail.";
+}
+
+# Returns a string explaining why this test is expected to fail, or undef if this test is expected
+# to pass.
+sub getFailureExplanation {
+ my ($self) = @_;
+ return $self->{_failureExplanation};
+}
diff --git a/regression-testing/run-test-scorer.perl b/regression-testing/run-test-scorer.perl
new file mode 100755
index 000000000..e3395cfa8
--- /dev/null
+++ b/regression-testing/run-test-scorer.perl
@@ -0,0 +1,81 @@
+#!/usr/bin/perl -w
+
+use strict;
+use FindBin qw($Bin);
+use MosesRegressionTesting;
+use Getopt::Long;
+use File::Temp qw ( tempfile );
+use POSIX qw ( strftime );
+
+my $scoreExe;
+my $test_name;
+my $data_dir;
+my $test_dir;
+my $results_dir;
+
+GetOptions("scorer=s" => \$scoreExe,
+ "test=s" => \$test_name,
+ "data-dir=s"=> \$data_dir,
+ "test-dir=s"=> \$test_dir,
+ "results-dir=s"=> \$results_dir,
+ ) or exit 1;
+
+# output dir
+unless (defined $results_dir)
+{
+ my $ts = get_timestamp($scoreExe);
+ $results_dir = "$data_dir/results/$test_name/$ts";
+}
+
+`mkdir -p $results_dir`;
+
+my $outPath = "$results_dir/pt.half";
+
+my $scorerArgs = `cat $test_dir/$test_name/args.txt`;
+$_ = $scorerArgs;
+s/(\$\w+)/$1/eeg;
+$scorerArgs = $_;
+
+my $cmdMain = "$scoreExe $scorerArgs \n";
+`$cmdMain`;
+
+my $truthPath = "$test_dir/$test_name/truth/results.txt";
+
+
+if (-e $outPath)
+{
+ my $cmd = "diff $outPath $truthPath | wc -l";
+
+ my $numDiff = `$cmd`;
+
+ if ($numDiff == 0)
+ {
+ # print STDERR "FAILURE. Ran $cmdMain\n";
+ print STDERR "SUCCESS\n";
+ exit 0;
+ }
+ else
+ {
+ print STDERR "FAILURE. Ran $cmdMain\n";
+ exit 1;
+ }
+}
+else
+{
+ print STDERR "FAILURE. Output does not exists. Ran $cmdMain\n";
+ exit 1;
+}
+
+###################################
+sub get_timestamp {
+ my ($file) = @_;
+ my ($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,
+ $atime,$mtime,$ctime,$blksize,$blocks)
+ = stat($file);
+ my $timestamp = strftime("%Y%m%d-%H%M%S", gmtime $mtime);
+ my $timestamp2 = strftime("%Y%m%d-%H%M%S", gmtime);
+ my $username = `whoami`; chomp $username;
+ return "moses.v$timestamp-$username-at-$timestamp2";
+}
+
+
diff --git a/regression-testing/run-test-suite.pl b/regression-testing/run-test-suite.perl
index aa42209b8..443c6d1d4 100755
--- a/regression-testing/run-test-suite.pl
+++ b/regression-testing/run-test-suite.perl
@@ -3,16 +3,27 @@
# $Id$
use strict;
+use FindBin qw($Bin);
+
my $script_dir; BEGIN { use Cwd qw/ abs_path /; use File::Basename; $script_dir = dirname(abs_path($0)); push @INC, $script_dir; }
use Getopt::Long;
############################################################
my @tests = qw (
+ score.phrase-based
+ score.phrase-based-inv
+ score.phrase-based-with-alignment
+ score.phrase-based-with-alignment-inv
+ score.hierarchical
+ score.hierarchical-inv
chart.target-syntax
- chart.hierarchical
chart.target-syntax.ondisk
+ chart.hierarchical
+ chart.hierarchical-withsrilm
chart.hierarchical.ondisk
phrase.basic-surface-only
+ phrase.basic-surface-only-withirstlm
+ phrase.basic-surface-only-withirstlm-binlm
phrase.ptable-filtering
phrase.multi-factor
phrase.multi-factor-drop
@@ -37,8 +48,9 @@ use MosesRegressionTesting;
use File::Temp qw ( tempfile );
use POSIX qw ( strftime );
-my $decoderPhrase;
-my $decoderChart;
+my $decoderPhrase = "$Bin/../moses-cmd/src/moses";
+my $decoderChart = "$Bin/../moses-chart-cmd/src/moses_chart";
+my $scoreExe = "$Bin/../scripts/training/phrase-extract/score";
my $test_dir;
my $BIN_TEST = $script_dir;
my $data_dir;
@@ -48,6 +60,7 @@ GetOptions( "decoder-phrase=s" => \$decoderPhrase,
"data-dir=s" => \$data_dir,
) or exit 1;
+
$data_dir = MosesRegressionTesting::find_data_directory($BIN_TEST, $data_dir);
my $test_run = "$BIN_TEST/run-single-test.pl --data-dir=$data_dir";
@@ -75,11 +88,15 @@ foreach my $test (@tests)
if ($model_type eq 'phrase')
{
- $cmd .= "$test_run --decoder=$decoderPhrase";
+ $cmd .= "$BIN_TEST/run-single-test.perl $test_run --decoder=$decoderPhrase";
}
elsif ($model_type eq 'chart.')
{
- $cmd .= "$test_run --decoder=$decoderChart";
+ $cmd .= "$BIN_TEST/run-single-test.perl $test_run --decoder=$decoderChart";
+ }
+ elsif ($model_type eq 'score.')
+ {
+ $cmd .= "$BIN_TEST/run-test-scorer.perl $test_run --scorer=$scoreExe";
}
else
{
@@ -87,6 +104,9 @@ foreach my $test (@tests)
}
$cmd .= " --test=$test";
+
+print STDERR "cmd = $cmd\n";
+
my ($res, $output, $results_path) = do_test($cmd);
format STDOUT =
@<<<<<<<<<<<<<<<<<<<<<< @<<<<<<<<< @<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
diff --git a/regression-testing/tests/chart.hierarchical-withsrilm/filter-stderr.pl b/regression-testing/tests/chart.hierarchical-withsrilm/filter-stderr.pl
new file mode 100755
index 000000000..2f6e17607
--- /dev/null
+++ b/regression-testing/tests/chart.hierarchical-withsrilm/filter-stderr.pl
@@ -0,0 +1,22 @@
+#!/usr/bin/perl
+
+BEGIN { use Cwd qw/ abs_path /; use File::Basename; $script_dir = dirname(abs_path($0)); push @INC, "$script_dir/../perllib"; }
+use RegTestUtils;
+
+$x=0;
+while (<>) {
+ chomp;
+
+ if (/^Finished loading LanguageModels/) {
+ my $time = RegTestUtils::readTime($_);
+ print "LMLOAD_TIME ~ $time\n";
+ }
+ if (/^Finished loading phrase tables/) {
+ my $time = RegTestUtils::readTime($_);
+ print "PTLOAD_TIME ~ $time\n";
+ }
+ next unless /^BEST TRANSLATION:/;
+ my $pscore = RegTestUtils::readHypoScore($_);
+ $x++;
+ print "SCORE_$x = $pscore\n";
+}
diff --git a/regression-testing/tests/chart.hierarchical-withsrilm/filter-stdout.pl b/regression-testing/tests/chart.hierarchical-withsrilm/filter-stdout.pl
new file mode 100755
index 000000000..476ddf6e9
--- /dev/null
+++ b/regression-testing/tests/chart.hierarchical-withsrilm/filter-stdout.pl
@@ -0,0 +1,7 @@
+#!/usr/bin/perl
+$x=0;
+while (<>) {
+ chomp;
+ $x++;
+ print "TRANSLATION_$x=$_\n";
+}
diff --git a/regression-testing/tests/chart.hierarchical-withsrilm/moses.ini b/regression-testing/tests/chart.hierarchical-withsrilm/moses.ini
new file mode 100644
index 000000000..0bad920af
--- /dev/null
+++ b/regression-testing/tests/chart.hierarchical-withsrilm/moses.ini
@@ -0,0 +1,69 @@
+#########################
+### MOSES CONFIG FILE ###
+#########################
+
+# input factors
+[input-factors]
+0
+
+# mapping steps
+[mapping]
+0 T 0
+1 T 1
+
+# translation tables: source-factors, target-factors, number of scores, file
+[ttable-file]
+6 0 0 5 ${MODEL_PATH}/hierarchical/phrase-table.0-0.1
+6 0 0 1 ${MODEL_PATH}/hierarchical/phrase-table.0-0.2
+
+# no generation models, no generation-file section
+
+# language models: type(srilm/irstlm), factors, order, file
+[lmodel-file]
+0 0 5 ${LM_PATH}/news.de.arpalm.gz
+
+
+# limit on how many phrase translations e for each phrase f are loaded
+# 0 = all elements loaded
+[ttable-limit]
+20
+
+
+# language model weights
+[weight-l]
+0.273687
+
+
+# translation model weights
+[weight-t]
+0.077197
+0.014533
+0.059406
+0.001891
+-0.098314
+0.131945
+
+# no generation models, no weight-generation section
+
+# word penalty
+[weight-w]
+-0.343026
+
+[cube-pruning-pop-limit]
+1000
+
+[non-terminals]
+X
+
+[search-algorithm]
+3
+
+[inputtype]
+3
+
+[max-chart-span]
+20
+1000
+
+[weight-d]
+1
diff --git a/regression-testing/tests/chart.hierarchical-withsrilm/to-translate.txt b/regression-testing/tests/chart.hierarchical-withsrilm/to-translate.txt
new file mode 100644
index 000000000..142ac43e0
--- /dev/null
+++ b/regression-testing/tests/chart.hierarchical-withsrilm/to-translate.txt
@@ -0,0 +1,5 @@
+Prague Stock Market falls to minus by the end of the trading day
+after a sharp drop in the morning , the Prague Stock Market corrected its losses .
+transactions with stocks from the Czech Energy Enterprise ( ČEZ ) reached nearly half of the regular daily trading .
+the Prague Stock Market immediately continued its fall from Monday at the beginning of Tuesday 's trading , when it dropped by nearly six percent .
+this time the fall in stocks on Wall Street is responsible for the drop .
diff --git a/regression-testing/tests/chart.hierarchical-withsrilm/truth/results.txt b/regression-testing/tests/chart.hierarchical-withsrilm/truth/results.txt
new file mode 100644
index 000000000..5945e4daa
--- /dev/null
+++ b/regression-testing/tests/chart.hierarchical-withsrilm/truth/results.txt
@@ -0,0 +1,15 @@
+TRANSLATION_1=Prag Stock Markt fällt , durch das Ende der Handel Tag
+TRANSLATION_2=nach einem steilen Rückgang der Morgen , dem Prager Stock Markt korrigiert ihre Verluste .
+TRANSLATION_3=Transaktionen mit Aktien von der tschechischen Energy Enterprise ( ČEZ ) erreicht beinahe die Hälfte der regelmäßigen täglich Handel .
+TRANSLATION_4=der Prager Stock Markt sofort ihren Sturz von Montag zu Beginn der Handel Tuesday , wenn es um beinahe sechs Prozent .
+TRANSLATION_5=dieses Mal den Rückgang der Aktien an der Wall Street verantwortlich ist für die fallen .
+LMLOAD_TIME ~ 2.000
+PTLOAD_TIME ~ 2.000
+PTLOAD_TIME ~ 86.000
+PTLOAD_TIME ~ 86.000
+SCORE_1 = -12.100
+SCORE_2 = -12.344
+SCORE_3 = -116.629
+SCORE_4 = -121.386
+SCORE_5 = -8.128
+TOTAL_WALLTIME ~ 110
diff --git a/regression-testing/tests/chart.hierarchical.ondisk/moses.ini b/regression-testing/tests/chart.hierarchical.ondisk/moses.ini
index b93be1964..1fdbf786d 100644
--- a/regression-testing/tests/chart.hierarchical.ondisk/moses.ini
+++ b/regression-testing/tests/chart.hierarchical.ondisk/moses.ini
@@ -20,7 +20,7 @@
# language models: type(srilm/irstlm), factors, order, file
[lmodel-file]
-0 0 5 ${LM_PATH}/news.de.binlm
+1 0 5 ${LM_PATH}/news.de.binlm
# limit on how many phrase translations e for each phrase f are loaded
@@ -52,9 +52,6 @@
[cube-pruning-pop-limit]
1000
-[glue-rule-type]
-0
-
[non-terminals]
X
diff --git a/regression-testing/tests/chart.hierarchical.ondisk/truth/results.txt b/regression-testing/tests/chart.hierarchical.ondisk/truth/results.txt
index b934712c4..5ed37b255 100644
--- a/regression-testing/tests/chart.hierarchical.ondisk/truth/results.txt
+++ b/regression-testing/tests/chart.hierarchical.ondisk/truth/results.txt
@@ -1,13 +1,13 @@
-TRANSLATION_1=Prag Stock Market zu Ende das Devisen Tag
-TRANSLATION_2=nach scharfen morgens , Prager Stock Market korrigiert .
-TRANSLATION_3=Transaktionen mit Aktien des Tschechischen Energy Enterprise ČEZ halb der regelmäßigen täglichen .
-TRANSLATION_4=Prag Stock Market sofort ihren der Montag Anfang gehandelt entgegenwirkt Tuesday inflationsgerichtete beinahe sechs Prozent .
-TRANSLATION_5=diesmal der Abnahme der Aktien fallen .
-LMLOAD_TIME ~ 1
-PTLOAD_TIME ~ 93
-SCORE_1 = -110.463
-SCORE_2 = -127.068
-SCORE_3 = -273.006
-SCORE_4 = -309.475
-SCORE_5 = -99.853
-TOTAL_WALLTIME ~ 116
+TRANSLATION_1=Prag überquillt Stock Markt , durch das Ende des Handel Tag
+TRANSLATION_2=nach einem steilen Rückgang der Morgen der Prager Stock Markt ihre Verluste . korrigiert
+TRANSLATION_3=Geschäfte mit Aktien aus der Tschechischen Energy Enterprise ( ČEZ ) erreicht beinahe die Hälfte der täglichen Handel . regelmäßigen
+TRANSLATION_4=, die Prag Stock Market sofort ihren Fall von Montag Anfang der Handel , wenn es um beinahe sechs Prozent . Tuesday
+TRANSLATION_5=diesmal die fallen in Aktien an der Wall Street ist für die fallen .
+LMLOAD_TIME ~ 1.000
+PTLOAD_TIME ~ 1.000
+SCORE_1 = -12.918
+SCORE_2 = -12.745
+SCORE_3 = -117.149
+SCORE_4 = -122.970
+SCORE_5 = -9.131
+TOTAL_WALLTIME ~ 23
diff --git a/regression-testing/tests/chart.hierarchical/moses.ini b/regression-testing/tests/chart.hierarchical/moses.ini
index 085d14314..9d6edec94 100644
--- a/regression-testing/tests/chart.hierarchical/moses.ini
+++ b/regression-testing/tests/chart.hierarchical/moses.ini
@@ -20,7 +20,7 @@
# language models: type(srilm/irstlm), factors, order, file
[lmodel-file]
-0 0 5 ${LM_PATH}/news.de.binlm
+1 0 5 ${LM_PATH}/news.de.binlm
# limit on how many phrase translations e for each phrase f are loaded
@@ -52,9 +52,6 @@
[cube-pruning-pop-limit]
1000
-[glue-rule-type]
-0
-
[non-terminals]
X
diff --git a/regression-testing/tests/chart.hierarchical/truth/results.txt b/regression-testing/tests/chart.hierarchical/truth/results.txt
index b934712c4..ff9efc6c8 100644
--- a/regression-testing/tests/chart.hierarchical/truth/results.txt
+++ b/regression-testing/tests/chart.hierarchical/truth/results.txt
@@ -1,13 +1,15 @@
-TRANSLATION_1=Prag Stock Market zu Ende das Devisen Tag
-TRANSLATION_2=nach scharfen morgens , Prager Stock Market korrigiert .
-TRANSLATION_3=Transaktionen mit Aktien des Tschechischen Energy Enterprise ČEZ halb der regelmäßigen täglichen .
-TRANSLATION_4=Prag Stock Market sofort ihren der Montag Anfang gehandelt entgegenwirkt Tuesday inflationsgerichtete beinahe sechs Prozent .
-TRANSLATION_5=diesmal der Abnahme der Aktien fallen .
-LMLOAD_TIME ~ 1
-PTLOAD_TIME ~ 93
-SCORE_1 = -110.463
-SCORE_2 = -127.068
-SCORE_3 = -273.006
-SCORE_4 = -309.475
-SCORE_5 = -99.853
-TOTAL_WALLTIME ~ 116
+TRANSLATION_1=Prag überquillt Stock Markt , durch das Ende des Handel Tag
+TRANSLATION_2=nach einem steilen Rückgang der Morgen der Prager Stock Markt ihre Verluste . korrigiert
+TRANSLATION_3=Geschäfte mit Aktien aus der Tschechischen Energy Enterprise ( ČEZ ) erreicht beinahe die Hälfte der täglichen Handel . regelmäßigen
+TRANSLATION_4=Über die Prag Stock Market sofort seinem Sturz von Montag Anfang der Handel , wenn es um beinahe sechs Prozent . Tuesday
+TRANSLATION_5=diesmal in Aktien an der Wall Street dem Fall ist für die fallen .
+LMLOAD_TIME ~ 1.000
+PTLOAD_TIME ~ 1.000
+PTLOAD_TIME ~ 83.000
+PTLOAD_TIME ~ 83.000
+SCORE_1 = -12.918
+SCORE_2 = -12.745
+SCORE_3 = -117.149
+SCORE_4 = -122.749
+SCORE_5 = -9.149
+TOTAL_WALLTIME ~ 105
diff --git a/regression-testing/tests/chart.show-weights.target-syntax/moses.ini b/regression-testing/tests/chart.show-weights.target-syntax/moses.ini
index cd49dc26d..3ae39c73c 100644
--- a/regression-testing/tests/chart.show-weights.target-syntax/moses.ini
+++ b/regression-testing/tests/chart.show-weights.target-syntax/moses.ini
@@ -20,7 +20,7 @@
# language models: type(srilm/irstlm), factors, order, file
[lmodel-file]
-0 0 5 ${LM_PATH}/news.de.binlm
+1 0 5 ${LM_PATH}/news.de.binlm
# limit on how many phrase translations e for each phrase f are loaded
@@ -52,9 +52,6 @@
[cube-pruning-pop-limit]
1000
-[glue-rule-type]
-0
-
[non-terminals]
X
diff --git a/regression-testing/tests/chart.target-syntax.ondisk/moses.ini b/regression-testing/tests/chart.target-syntax.ondisk/moses.ini
index d4d086a88..c04c13872 100644
--- a/regression-testing/tests/chart.target-syntax.ondisk/moses.ini
+++ b/regression-testing/tests/chart.target-syntax.ondisk/moses.ini
@@ -20,7 +20,7 @@
# language models: type(srilm/irstlm), factors, order, file
[lmodel-file]
-0 0 5 ${LM_PATH}/news.de.binlm
+1 0 5 ${LM_PATH}/news.de.binlm
# limit on how many phrase translations e for each phrase f are loaded
@@ -52,9 +52,6 @@
[cube-pruning-pop-limit]
1000
-[glue-rule-type]
-0
-
[non-terminals]
X
diff --git a/regression-testing/tests/chart.target-syntax.ondisk/truth/results.txt b/regression-testing/tests/chart.target-syntax.ondisk/truth/results.txt
index e6b7e249d..b9af41b98 100644
--- a/regression-testing/tests/chart.target-syntax.ondisk/truth/results.txt
+++ b/regression-testing/tests/chart.target-syntax.ondisk/truth/results.txt
@@ -1,13 +1,13 @@
-TRANSLATION_1=Prag Stock Market 0,90 ohne Ende Handel Tag
-TRANSLATION_2=nach abrupten Rückgang morgens die Prager an Market korrigiert .
-TRANSLATION_3=Transaktionen mit Aktien der Tschechiens Enterprise ( ČEZ ) erreicht beinahe halb regelmäßigen tägliche .
-TRANSLATION_4=die Prag Stock Market sofort ihren von Montag Anfang Tuesday Handel bei um beinahe sechs Prozent .
-TRANSLATION_5=diesmal Rückgang Aktien Luftblasen-Theorie ist der .
-LMLOAD_TIME ~ 1
-PTLOAD_TIME ~ 93
-SCORE_1 = -84.121
-SCORE_2 = -105.710
-SCORE_3 = -248.783
-SCORE_4 = -269.594
-SCORE_5 = -76.063
-TOTAL_WALLTIME ~ 14
+TRANSLATION_1=Prag an Market fällt zu ohne am Ende des Handel Tag
+TRANSLATION_2=nach einem steilen Rückgang der Morgen , die Prag Stock Market korrigiert ihre Verluste .
+TRANSLATION_3=Geschäfte mit Aktien aus der tschechischen Energy Enterprise ( ČEZ ) erreicht beinahe die Hälfte der regelmäßigen Tageszeitung Handel .
+TRANSLATION_4=durch die Prag Stock Market sofort ihren fallen aus Montag Anfang Tuesday der Handel , als es um beinahe sechs Prozent .
+TRANSLATION_5=dieses Mal den Rückgang der Aktien an der Wall Street verantwortlich ist für den Einbruch .
+LMLOAD_TIME ~ 1.000
+PTLOAD_TIME ~ 1.000
+SCORE_1 = -9.173
+SCORE_2 = -9.857
+SCORE_3 = -113.066
+SCORE_4 = -117.916
+SCORE_5 = -7.325
+TOTAL_WALLTIME ~ 51
diff --git a/regression-testing/tests/chart.target-syntax/moses.ini b/regression-testing/tests/chart.target-syntax/moses.ini
index 71b6845a6..39cfd2c54 100644
--- a/regression-testing/tests/chart.target-syntax/moses.ini
+++ b/regression-testing/tests/chart.target-syntax/moses.ini
@@ -20,7 +20,7 @@
# language models: type(srilm/irstlm), factors, order, file
[lmodel-file]
-0 0 5 ${LM_PATH}/news.de.binlm
+1 0 5 ${LM_PATH}/news.de.binlm
# limit on how many phrase translations e for each phrase f are loaded
@@ -52,9 +52,6 @@
[cube-pruning-pop-limit]
1000
-[glue-rule-type]
-0
-
[non-terminals]
X
diff --git a/regression-testing/tests/chart.target-syntax/truth/results.txt b/regression-testing/tests/chart.target-syntax/truth/results.txt
index e6b7e249d..e58ab85cf 100644
--- a/regression-testing/tests/chart.target-syntax/truth/results.txt
+++ b/regression-testing/tests/chart.target-syntax/truth/results.txt
@@ -1,13 +1,15 @@
-TRANSLATION_1=Prag Stock Market 0,90 ohne Ende Handel Tag
-TRANSLATION_2=nach abrupten Rückgang morgens die Prager an Market korrigiert .
-TRANSLATION_3=Transaktionen mit Aktien der Tschechiens Enterprise ( ČEZ ) erreicht beinahe halb regelmäßigen tägliche .
-TRANSLATION_4=die Prag Stock Market sofort ihren von Montag Anfang Tuesday Handel bei um beinahe sechs Prozent .
-TRANSLATION_5=diesmal Rückgang Aktien Luftblasen-Theorie ist der .
-LMLOAD_TIME ~ 1
-PTLOAD_TIME ~ 93
-SCORE_1 = -84.121
-SCORE_2 = -105.710
-SCORE_3 = -248.783
-SCORE_4 = -269.594
-SCORE_5 = -76.063
-TOTAL_WALLTIME ~ 14
+TRANSLATION_1=Prag an Market fällt zu ohne am Ende des Handel Tag
+TRANSLATION_2=nach einem steilen Rückgang der Morgen , die Prag Stock Market korrigiert ihre Verluste .
+TRANSLATION_3=Geschäfte mit Aktien aus der tschechischen Energy Enterprise ( ČEZ ) erreicht beinahe die Hälfte der regelmäßigen Tageszeitung Handel .
+TRANSLATION_4=bei der Prag Stock Market sofort ihren fallen aus Montag Anfang Tuesday Handel , wenn es um beinahe sechs Prozent .
+TRANSLATION_5=an der Zeit in diesem Herbst in Aktien an der Wall Street dafür verantwortlich ist , die Einbruch .
+LMLOAD_TIME ~ 0.000
+PTLOAD_TIME ~ 0.000
+PTLOAD_TIME ~ 7.000
+PTLOAD_TIME ~ 7.000
+SCORE_1 = -9.173
+SCORE_2 = -9.857
+SCORE_3 = -113.066
+SCORE_4 = -117.959
+SCORE_5 = -7.223
+TOTAL_WALLTIME ~ 23
diff --git a/regression-testing/tests/phrase.basic-surface-only-withirstlm-binlm/filter-stderr.pl b/regression-testing/tests/phrase.basic-surface-only-withirstlm-binlm/filter-stderr.pl
new file mode 100755
index 000000000..2f6e17607
--- /dev/null
+++ b/regression-testing/tests/phrase.basic-surface-only-withirstlm-binlm/filter-stderr.pl
@@ -0,0 +1,22 @@
+#!/usr/bin/perl
+
+BEGIN { use Cwd qw/ abs_path /; use File::Basename; $script_dir = dirname(abs_path($0)); push @INC, "$script_dir/../perllib"; }
+use RegTestUtils;
+
+$x=0;
+while (<>) {
+ chomp;
+
+ if (/^Finished loading LanguageModels/) {
+ my $time = RegTestUtils::readTime($_);
+ print "LMLOAD_TIME ~ $time\n";
+ }
+ if (/^Finished loading phrase tables/) {
+ my $time = RegTestUtils::readTime($_);
+ print "PTLOAD_TIME ~ $time\n";
+ }
+ next unless /^BEST TRANSLATION:/;
+ my $pscore = RegTestUtils::readHypoScore($_);
+ $x++;
+ print "SCORE_$x = $pscore\n";
+}
diff --git a/regression-testing/tests/phrase.basic-surface-only-withirstlm-binlm/filter-stdout.pl b/regression-testing/tests/phrase.basic-surface-only-withirstlm-binlm/filter-stdout.pl
new file mode 100755
index 000000000..476ddf6e9
--- /dev/null
+++ b/regression-testing/tests/phrase.basic-surface-only-withirstlm-binlm/filter-stdout.pl
@@ -0,0 +1,7 @@
+#!/usr/bin/perl
+$x=0;
+while (<>) {
+ chomp;
+ $x++;
+ print "TRANSLATION_$x=$_\n";
+}
diff --git a/regression-testing/tests/phrase.basic-surface-only-withirstlm-binlm/moses.ini b/regression-testing/tests/phrase.basic-surface-only-withirstlm-binlm/moses.ini
new file mode 100644
index 000000000..271b8b34a
--- /dev/null
+++ b/regression-testing/tests/phrase.basic-surface-only-withirstlm-binlm/moses.ini
@@ -0,0 +1,49 @@
+# moses.ini for regression test
+
+[ttable-file]
+0 0 0 5 ${MODEL_PATH}/basic-surface-only/phrase-table.gz
+
+# language model
+[lmodel-file]
+1 0 3 ${LM_PATH}/europarl.en.binlm
+# limit on how many phrase translations e for each phrase f are loaded
+[ttable-limit]
+#ttable element load limit 0 = all elements loaded
+20
+
+# distortion (reordering) weight
+[weight-d]
+0.141806519223522
+
+# language model weight
+[weight-l]
+0.142658800199951
+
+# translation model weight (phrase translation, lexical weighting)
+[weight-t]
+0.00402447059454402
+0.0685647475075862
+0.294089113124688
+0.0328320356515851
+-0.0426081987467227
+
+# word penalty
+[weight-w]
+-0.273416114951401
+
+[distortion-limit]
+4
+
+[beam-threshold]
+0.03
+
+[input-factors]
+0
+
+[mapping]
+T 0
+
+
+[verbose]
+2
+
diff --git a/regression-testing/tests/phrase.basic-surface-only-withirstlm-binlm/to-translate.txt b/regression-testing/tests/phrase.basic-surface-only-withirstlm-binlm/to-translate.txt
new file mode 100644
index 000000000..a505702d1
--- /dev/null
+++ b/regression-testing/tests/phrase.basic-surface-only-withirstlm-binlm/to-translate.txt
@@ -0,0 +1,5 @@
+ich frage sie also , herr prsident : stellen die unterschiedlichen arbeitskosten somit nicht auch eine beschrnkung des freien wettbewerbs in der europischen union dar ?
+schaut man sich die flligkeitsplne der ausfhrung des haushalts fr die rubriken 2 , 3 , 4 und 7 an , stellt man fest , dass nur durchschnittlich 8 % aller verpflichtungen durch zahlungen gedeckt sind .
+vor drei jahren haben wir mit unserer beschftigungsinitiative begonnen , indem wir kleinen und mittleren unternehmen halfen , chancenkapital zu bekommen .
+das parlament will das auf zweierlei weise tun .
+nur dann werden die europischen institutionen auch ihrem auftrag gerecht .
diff --git a/regression-testing/tests/phrase.basic-surface-only-withirstlm-binlm/truth/results.txt b/regression-testing/tests/phrase.basic-surface-only-withirstlm-binlm/truth/results.txt
new file mode 100644
index 000000000..2e8e3cab8
--- /dev/null
+++ b/regression-testing/tests/phrase.basic-surface-only-withirstlm-binlm/truth/results.txt
@@ -0,0 +1,14 @@
+TRANSLATION_1=i ask you , therefore , mr president , the different labour costs are therefore not a restriction of free competition in the european union ?
+TRANSLATION_2=if we look at the flligkeitsplne the implementation of the budget for the categories 2 , 3 , 4 and 7 to , we see that only an average of 8 % of commitments by payments are met .
+TRANSLATION_3=three years ago our employment strategy , we started by small and medium-sized enterprises , halfen chancenkapital to obtain .
+TRANSLATION_4=parliament wants the in two ways .
+TRANSLATION_5=only then will the european institutions to its mandate .
+LMLOAD_TIME ~ 0.000
+PTLOAD_TIME ~ 0.000
+PTLOAD_TIME ~ 3.000
+SCORE_1 = -14.843
+SCORE_2 = -122.483
+SCORE_3 = -217.059
+SCORE_4 = -5.995
+SCORE_5 = -7.015
+TOTAL_WALLTIME ~ 14
diff --git a/regression-testing/tests/phrase.basic-surface-only-withirstlm/filter-stderr.pl b/regression-testing/tests/phrase.basic-surface-only-withirstlm/filter-stderr.pl
new file mode 100755
index 000000000..2f6e17607
--- /dev/null
+++ b/regression-testing/tests/phrase.basic-surface-only-withirstlm/filter-stderr.pl
@@ -0,0 +1,22 @@
+#!/usr/bin/perl
+
+BEGIN { use Cwd qw/ abs_path /; use File::Basename; $script_dir = dirname(abs_path($0)); push @INC, "$script_dir/../perllib"; }
+use RegTestUtils;
+
+$x=0;
+while (<>) {
+ chomp;
+
+ if (/^Finished loading LanguageModels/) {
+ my $time = RegTestUtils::readTime($_);
+ print "LMLOAD_TIME ~ $time\n";
+ }
+ if (/^Finished loading phrase tables/) {
+ my $time = RegTestUtils::readTime($_);
+ print "PTLOAD_TIME ~ $time\n";
+ }
+ next unless /^BEST TRANSLATION:/;
+ my $pscore = RegTestUtils::readHypoScore($_);
+ $x++;
+ print "SCORE_$x = $pscore\n";
+}
diff --git a/regression-testing/tests/phrase.basic-surface-only-withirstlm/filter-stdout.pl b/regression-testing/tests/phrase.basic-surface-only-withirstlm/filter-stdout.pl
new file mode 100755
index 000000000..476ddf6e9
--- /dev/null
+++ b/regression-testing/tests/phrase.basic-surface-only-withirstlm/filter-stdout.pl
@@ -0,0 +1,7 @@
+#!/usr/bin/perl
+$x=0;
+while (<>) {
+ chomp;
+ $x++;
+ print "TRANSLATION_$x=$_\n";
+}
diff --git a/regression-testing/tests/phrase.basic-surface-only-withirstlm/moses.ini b/regression-testing/tests/phrase.basic-surface-only-withirstlm/moses.ini
new file mode 100644
index 000000000..f4c6fee97
--- /dev/null
+++ b/regression-testing/tests/phrase.basic-surface-only-withirstlm/moses.ini
@@ -0,0 +1,49 @@
+# moses.ini for regression test
+
+[ttable-file]
+0 0 0 5 ${MODEL_PATH}/basic-surface-only/phrase-table.gz
+
+# language model
+[lmodel-file]
+1 0 3 ${LM_PATH}/europarl.en.srilm.gz
+# limit on how many phrase translations e for each phrase f are loaded
+[ttable-limit]
+#ttable element load limit 0 = all elements loaded
+20
+
+# distortion (reordering) weight
+[weight-d]
+0.141806519223522
+
+# language model weight
+[weight-l]
+0.142658800199951
+
+# translation model weight (phrase translation, lexical weighting)
+[weight-t]
+0.00402447059454402
+0.0685647475075862
+0.294089113124688
+0.0328320356515851
+-0.0426081987467227
+
+# word penalty
+[weight-w]
+-0.273416114951401
+
+[distortion-limit]
+4
+
+[beam-threshold]
+0.03
+
+[input-factors]
+0
+
+[mapping]
+T 0
+
+
+[verbose]
+2
+
diff --git a/regression-testing/tests/phrase.basic-surface-only-withirstlm/to-translate.txt b/regression-testing/tests/phrase.basic-surface-only-withirstlm/to-translate.txt
new file mode 100644
index 000000000..a505702d1
--- /dev/null
+++ b/regression-testing/tests/phrase.basic-surface-only-withirstlm/to-translate.txt
@@ -0,0 +1,5 @@
+ich frage sie also , herr prsident : stellen die unterschiedlichen arbeitskosten somit nicht auch eine beschrnkung des freien wettbewerbs in der europischen union dar ?
+schaut man sich die flligkeitsplne der ausfhrung des haushalts fr die rubriken 2 , 3 , 4 und 7 an , stellt man fest , dass nur durchschnittlich 8 % aller verpflichtungen durch zahlungen gedeckt sind .
+vor drei jahren haben wir mit unserer beschftigungsinitiative begonnen , indem wir kleinen und mittleren unternehmen halfen , chancenkapital zu bekommen .
+das parlament will das auf zweierlei weise tun .
+nur dann werden die europischen institutionen auch ihrem auftrag gerecht .
diff --git a/regression-testing/tests/phrase.basic-surface-only-withirstlm/truth/results.txt b/regression-testing/tests/phrase.basic-surface-only-withirstlm/truth/results.txt
new file mode 100644
index 000000000..bf57182f6
--- /dev/null
+++ b/regression-testing/tests/phrase.basic-surface-only-withirstlm/truth/results.txt
@@ -0,0 +1,14 @@
+TRANSLATION_1=i ask you , therefore , mr president , the different labour costs are therefore not a restriction of free competition in the european union ?
+TRANSLATION_2=if we look at the flligkeitsplne the implementation of the budget for the categories 2 , 3 , 4 and 7 to , we see that only an average of 8 % of commitments by payments are met .
+TRANSLATION_3=three years ago our employment strategy , we started by small and medium-sized enterprises , halfen chancenkapital to obtain .
+TRANSLATION_4=parliament wants the in two ways .
+TRANSLATION_5=only then will the european institutions to its mandate .
+LMLOAD_TIME ~ 21.000
+PTLOAD_TIME ~ 21.000
+PTLOAD_TIME ~ 23.000
+SCORE_1 = -14.843
+SCORE_2 = -122.483
+SCORE_3 = -217.059
+SCORE_4 = -5.995
+SCORE_5 = -7.015
+TOTAL_WALLTIME ~ 32
diff --git a/regression-testing/tests/phrase.confusionNet-multi-factor/moses.ini b/regression-testing/tests/phrase.confusionNet-multi-factor/moses.ini
index 770c83933..ee6c05de4 100644
--- a/regression-testing/tests/phrase.confusionNet-multi-factor/moses.ini
+++ b/regression-testing/tests/phrase.confusionNet-multi-factor/moses.ini
@@ -63,9 +63,6 @@ T 1
[stack]
1000
-[ttable-threshold]
-5e-07
-
[verbose]
2
diff --git a/regression-testing/tests/phrase.ptable-filtering/moses.ini b/regression-testing/tests/phrase.ptable-filtering/moses.ini
index 472fe9020..0838ad6b7 100644
--- a/regression-testing/tests/phrase.ptable-filtering/moses.ini
+++ b/regression-testing/tests/phrase.ptable-filtering/moses.ini
@@ -11,10 +11,6 @@
[ttable-limit]
20
-# distortion (reordering) type
-[distortion-type]
-distance
-
# distortion (reordering) weight
[weight-d]
0.01
@@ -42,9 +38,6 @@ distance
[stack]
100
-[lmodel-floor]
--50
-
[beam-threshold]
0.03
diff --git a/regression-testing/tests/score.hierarchical-inv/truth/results.txt b/regression-testing/tests/score.hierarchical-inv/truth/results.txt
new file mode 100644
index 000000000..e4e8ff2c5
--- /dev/null
+++ b/regression-testing/tests/score.hierarchical-inv/truth/results.txt
@@ -0,0 +1,9603 @@
+( [X] ||| ( [X] ||| 0.0278341 1 ||| ||| 1
+( [X][X] [X] ||| ( [X][X] [X] ||| 0.0278341 1 ||| ||| 0.576191
+( [X][X] a [X] ||| ( [X][X] einer [X] ||| 0.0278341 1 ||| ||| 0.1
+( [X][X] rose and observed [X] ||| ( [X][X] erhebt sich zu [X] ||| 0.0278341 1 ||| ||| 0.142857
+( the House [X] ||| ( das Parlament [X] ||| 0.0278341 1 ||| ||| 0.333333
+( the House [X][X] [X] ||| ( das Parlament [X][X] [X] ||| 0.0278341 1 ||| ||| 0.242857
+( the House [X][X] a [X] ||| ( das Parlament [X][X] einer [X] ||| 0.0278341 1 ||| ||| 0.1
+( the [X] ||| ( das [X] ||| 0.0278341 1 ||| ||| 1
+( the [X][X] [X] ||| ( das [X][X] [X] ||| 0.0278341 1 ||| ||| 0.242857
+( the [X][X] a [X] ||| ( das [X][X] einer [X] ||| 0.0278341 1 ||| ||| 0.1
+) [X] ||| ) [X] ||| 0.0278341 1 ||| ||| 1
+Alexander [X] ||| , Alexander [X] ||| 0.013917 1 ||| ||| 2
+for Alexander [X] ||| , Alexander [X] ||| 0.013917 1 ||| ||| 2
+, Madam President , [X] ||| , Frau Präsidentin , [X] ||| 0.0278341 1 ||| ||| 0.166667
+, Madam President , [X] ||| , Frau Präsidentin , der [X] ||| 0.0278341 1 ||| ||| 0.125
+, Madam President [X] ||| , Frau Präsidentin [X] ||| 0.0278341 1 ||| ||| 0.333333
+, Madam [X] ||| , Frau [X] ||| 0.0278341 1 ||| ||| 1
+, Madam [X][X] [X] ||| , Frau [X][X] [X] ||| 0.0278341 1 ||| ||| 0.291667
+, Madam [X][X] [X] ||| , Frau [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.125
+, Mr Evans , [X] ||| , Herr Evans , [X] ||| 0.0278341 1 ||| ||| 0.166667
+, Mr Evans , [X][X] [X] ||| , Herr Evans , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0871143
+, Mr Evans , I [X] ||| , Herr Evans , ich [X] ||| 0.0278341 1 ||| ||| 0.0909091
+, Mr Evans [X] ||| , Herr Evans [X] ||| 0.0278341 1 ||| ||| 0.333333
+, Mr Evans [X][X] [X] ||| , Herr Evans [X][X] [X] ||| 0.0278341 1 ||| ||| 0.178023
+, Mr Evans [X][X] feel [X] ||| , Herr Evans [X][X] denke , daß [X] ||| 0.0278341 1 ||| ||| 0.0526316
+, Mr Evans [X][X] an [X] ||| , Herr Evans [X][X] eine [X] ||| 0.0278341 1 ||| ||| 0.0344828
+, Mr [X] ||| , Herr [X] ||| 0.0278341 1 ||| ||| 1
+, Mr [X][X] [X] ||| , Herr [X][X] [X] ||| 0.0278341 1 ||| ||| 0.34469
+, Mr [X][X] feel [X] ||| , Herr [X][X] denke , daß [X] ||| 0.0278341 1 ||| ||| 0.0526316
+, Mr [X][X] feel an [X] ||| , Herr [X][X] denke , daß eine [X] ||| 0.0278341 1 ||| ||| 0.0344828
+, Mr [X][X] an [X] ||| , Herr [X][X] eine [X] ||| 0.0278341 1 ||| ||| 0.0344828
+, Mr [X][X] I [X] ||| , Herr [X][X] ich [X] ||| 0.0278341 1 ||| ||| 0.0909091
+, Mr [X][X] I [X][X] [X] ||| , Herr [X][X] ich [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0344828
+, Mr [X][X] I feel [X] ||| , Herr [X][X] ich denke , daß [X] ||| 0.0278341 1 ||| ||| 0.0526316
+, Mr Zimeray , [X] ||| , Herrn Zimeray , [X] ||| 0.0278341 1 ||| ||| 0.166667
+, Mr Zimeray , [X][X] [X] ||| , Herrn Zimeray , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.142157
+, Mr Zimeray [X] ||| , Herrn Zimeray [X] ||| 0.0278341 1 ||| ||| 0.333333
+, Mr Zimeray [X][X] [X] ||| , Herrn Zimeray [X][X] [X] ||| 0.0278341 1 ||| ||| 0.142157
+, Mr Zimeray [X][X] presented [X] ||| , Herrn Zimeray [X][X] eingereicht [X] ||| 0.0278341 1 ||| ||| 0.0588235
+, Mr [X] ||| , Herrn [X] ||| 0.0278341 1 ||| ||| 1
+, Mr [X][X] [X] ||| , Herrn [X][X] [X] ||| 0.0278341 1 ||| ||| 0.308824
+, Mr [X][X] presented [X] ||| , Herrn [X][X] eingereicht [X] ||| 0.0278341 1 ||| ||| 0.0588235
+, [X] ||| , [X] ||| 0.717949 1 ||| ||| 39
+, on [X] ||| , [X] ||| 0.000713695 1 ||| ||| 39
+, on behalf [X] ||| , [X] ||| 0.000713695 1 ||| ||| 39
+, on behalf of [X] ||| , [X] ||| 0.000713695 1 ||| ||| 39
+, using [X] ||| , [X] ||| 0.000713695 1 ||| ||| 39
+indeed , [X] ||| , [X] ||| 0.000713695 1 ||| ||| 39
+representations , [X] ||| , [X] ||| 0.000713695 1 ||| ||| 39
+representations , using [X] ||| , [X] ||| 0.000713695 1 ||| ||| 39
+that [X] ||| , [X] ||| 0.0442338 1 ||| ||| 39
+to [X] ||| , [X] ||| 0.000713695 1 ||| ||| 39
+[X][X] , Madam President , [X] ||| , [X][X] , Frau Präsidentin , [X] ||| 0.0278341 1 ||| ||| 0.037037
+[X][X] , Madam President , [X] ||| , [X][X] , Frau Präsidentin , der [X] ||| 0.0278341 1 ||| ||| 0.0263158
+[X][X] , Madam President [X] ||| , [X][X] , Frau Präsidentin [X] ||| 0.0278341 1 ||| ||| 0.0666667
+[X][X] , Madam [X] ||| , [X][X] , Frau [X] ||| 0.0278341 1 ||| ||| 0.125
+[X][X] , Madam [X][X] [X] ||| , [X][X] , Frau [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0633528
+[X][X] , Madam [X][X] [X] ||| , [X][X] , Frau [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0263158
+, [X][X] , [X] ||| , [X][X] , [X] ||| 0.137273 1 ||| ||| 1.80334
+, [X][X] [X] ||| , [X][X] , [X] ||| 0.00308695 1 ||| ||| 1.80334
+[X][X] , [X] ||| , [X][X] , [X] ||| 0.0075173 1 ||| ||| 1.80334
+[X][X] that [X] ||| , [X][X] , [X] ||| 0.00140316 1 ||| ||| 1.80334
+, [X][X] , [X][X] , [X] ||| , [X][X] , [X][X] , [X] ||| 0.01342 1 ||| ||| 0.0715198
+[X][X] , [X][X] , [X] ||| , [X][X] , [X][X] , [X] ||| 0.0144141 1 ||| ||| 0.0715198
+[X][X] , [X][X] , [X] ||| , [X][X] , [X][X] , der [X] ||| 0.0278341 1 ||| ||| 0.0263158
+[X][X] , [X][X] . [X] ||| , [X][X] , [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.05
+[X][X] , [X][X] Governor [X] ||| , [X][X] , [X][X] Gouverneur [X] ||| 0.013917 1 ||| ||| 0.0176991
+[X][X] , [X][X] the Governor [X] ||| , [X][X] , [X][X] Gouverneur [X] ||| 0.013917 1 ||| ||| 0.0176991
+[X][X] , [X][X] President [X] ||| , [X][X] , [X][X] Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.0285714
+[X][X] , [X][X] President and [X] ||| , [X][X] , [X][X] Präsidentschaftskandidaten und [X] ||| 0.0278341 1 ||| ||| 0.0175439
+, [X][X] , [X][X] [X] ||| , [X][X] , [X][X] [X] ||| 0.0152404 1 ||| ||| 0.977413
+[X][X] , [X][X] [X] ||| , [X][X] , [X][X] [X] ||| 0.00404825 1 ||| ||| 0.977413
+[X][X] , [X][X] [X] ||| , [X][X] , [X][X] [X] ||| 0.0074845 1 ||| ||| 0.977413
+[X][X] , [X][X] the [X] ||| , [X][X] , [X][X] [X] ||| 0.000343101 1 ||| ||| 0.977413
+[X][X] , [X][X] to [X] ||| , [X][X] , [X][X] [X] ||| 0.000374702 1 ||| ||| 0.977413
+[X][X] , [X][X] to the [X] ||| , [X][X] , [X][X] [X] ||| 0.000343101 1 ||| ||| 0.977413
+, [X][X] , raise [X][X] [X] ||| , [X][X] , [X][X] ansprechen [X] ||| 0.0278341 1 ||| ||| 0.0434783
+[X][X] , [X][X] [X] ||| , [X][X] , [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0263158
+, [X][X] , [X][X] an [X] ||| , [X][X] , [X][X] eine [X] ||| 0.0278341 1 ||| ||| 0.0344828
+, [X][X] , [X][X] presented [X] ||| , [X][X] , [X][X] eingereicht [X] ||| 0.0278341 1 ||| ||| 0.0588235
+[X][X] , [X][X] . [X] ||| , [X][X] , [X][X] ist . [X] ||| 0.0278341 1 ||| ||| 0.05
+[X][X] , [X][X] [X] ||| , [X][X] , [X][X] ist [X] ||| 0.0278341 1 ||| ||| 0.0588235
+[X][X] , [X][X] and [X] ||| , [X][X] , [X][X] und [X] ||| 0.0159052 1 ||| ||| 0.0307018
+[X][X] , [X][X] and to [X] ||| , [X][X] , [X][X] und [X] ||| 0.0119289 1 ||| ||| 0.0307018
+, [X][X] , [X][X] to [X] ||| , [X][X] , [X][X] zu [X] ||| 0.0278341 1 ||| ||| 0.037037
+[X][X] , to [X] ||| , [X][X] , bei [X] ||| 0.0278341 1 ||| ||| 0.1
+[X][X] , to [X][X] Governor [X] ||| , [X][X] , bei [X][X] Gouverneur [X] ||| 0.0278341 1 ||| ||| 0.00884956
+[X][X] , to [X][X] [X] ||| , [X][X] , bei [X][X] [X] ||| 0.0211762 1 ||| ||| 0.105377
+[X][X] , to [X][X] the [X] ||| , [X][X] , bei [X][X] [X] ||| 0.00318239 1 ||| ||| 0.105377
+[X][X] , to [X][X] to [X] ||| , [X][X] , bei [X][X] [X] ||| 0.0034755 1 ||| ||| 0.105377
+[X][X] , to [X][X] and [X] ||| , [X][X] , bei [X][X] und [X] ||| 0.0278341 1 ||| ||| 0.0175439
+[X][X] , to the President [X] ||| , [X][X] , bei dem Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.0285714
+[X][X] , to the [X] ||| , [X][X] , bei dem [X] ||| 0.0278341 1 ||| ||| 0.0526316
+[X][X] , to the [X][X] [X] ||| , [X][X] , bei dem [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0515995
+, [X][X] , i.e. [X] ||| , [X][X] , d. h. [X] ||| 0.0278341 1 ||| ||| 0.142857
+, [X][X] , i.e. [X][X] [X] ||| , [X][X] , d. h. [X][X] [X] ||| 0.0278341 1 ||| ||| 0.087037
+, [X][X] , i.e. on [X] ||| , [X][X] , d. h. am [X] ||| 0.0278341 1 ||| ||| 0.0909091
+, [X][X] , [X] ||| , [X][X] , der [X] ||| 0.0125916 1 ||| ||| 0.276316
+[X][X] , [X] ||| , [X][X] , der [X] ||| 0.00265087 1 ||| ||| 0.276316
+[X][X] , who [X] ||| , [X][X] , der [X] ||| 0.0125916 1 ||| ||| 0.276316
+, [X][X] , which [X] ||| , [X][X] , die [X] ||| 0.0278341 1 ||| ||| 0.111111
+, [X][X] , which [X] ||| , [X][X] , die von [X] ||| 0.0278341 1 ||| ||| 0.0833333
+, [X][X] , which many [X] ||| , [X][X] , die von vielen [X] ||| 0.0278341 1 ||| ||| 0.05
+, [X][X] , I [X] ||| , [X][X] , ich [X] ||| 0.0278341 1 ||| ||| 0.0909091
+, [X][X] , I [X][X] [X] ||| , [X][X] , ich [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0344828
+, [X][X] , I feel [X] ||| , [X][X] , ich denke , daß [X] ||| 0.0278341 1 ||| ||| 0.0526316
+people signed , [X][X] [X] ||| , [X][X] , unterzeichnet worden [X] ||| 0.0102547 1 ||| ||| 0.22619
+signed , [X][X] [X] ||| , [X][X] , unterzeichnet worden [X] ||| 0.0175794 1 ||| ||| 0.22619
+people signed , [X][X] . [X] ||| , [X][X] , unterzeichnet worden ist . [X] ||| 0.00863818 1 ||| ||| 0.161111
+signed , [X][X] . [X] ||| , [X][X] , unterzeichnet worden ist . [X] ||| 0.0191959 1 ||| ||| 0.161111
+people signed , [X][X] [X] ||| , [X][X] , unterzeichnet worden ist [X] ||| 0.00811828 1 ||| ||| 0.20168
+signed , [X][X] [X] ||| , [X][X] , unterzeichnet worden ist [X] ||| 0.0197158 1 ||| ||| 0.20168
+, [X][X] . [X] ||| , [X][X] . [X] ||| 0.0188553 1 ||| ||| 0.657576
+[X][X] . [X] ||| , [X][X] . [X] ||| 0.00897875 1 ||| ||| 0.657576
+[X][X] 6 [X] ||| , [X][X] 6 [X] ||| 0.0278341 1 ||| ||| 0.2
+proposal [X][X] 6 that [X] ||| , [X][X] 6 vorschlägt , [X] ||| 0.0278341 1 ||| ||| 0.0909091
+proposal [X][X] 6 [X] ||| , [X][X] 6 vorschlägt [X] ||| 0.0278341 1 ||| ||| 0.125
+, [X][X] prestigious office [X] ||| , [X][X] Amtes [X] ||| 0.0100385 1 ||| ||| 0.163101
+, using [X][X] prestigious office [X] ||| , [X][X] Amtes [X] ||| 0.0100385 1 ||| ||| 0.163101
+representations , [X][X] prestigious office [X] ||| , [X][X] Amtes [X] ||| 0.00775704 1 ||| ||| 0.163101
+, [X][X] prestigious office [X][X] [X] ||| , [X][X] Amtes [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0357143
+, [X][X] prestigious office and [X] ||| , [X][X] Amtes und [X] ||| 0.0278341 1 ||| ||| 0.0454545
+, [X][X] the start [X] ||| , [X][X] Beginn [X] ||| 0.0278341 1 ||| ||| 0.0588235
+, [X][X] the start [X][X] [X] ||| , [X][X] Beginn [X][X] [X] ||| 0.0278341 1 ||| ||| 0.05
+[X][X] is appealing . [X] ||| , [X][X] Berufung geht . [X] ||| 0.0278341 1 ||| ||| 0.0454545
+[X][X] is appealing [X] ||| , [X][X] Berufung geht [X] ||| 0.0278341 1 ||| ||| 0.0555556
+, [X][X] Thursday prior [X] ||| , [X][X] Donnerstag [X] ||| 0.0278341 1 ||| ||| 0.175
+, [X][X] Thursday prior [X][X] [X] ||| , [X][X] Donnerstag [X][X] [X] ||| 0.0278341 1 ||| ||| 0.108824
+, [X][X] Thursday prior to [X] ||| , [X][X] Donnerstag zu [X] ||| 0.0278341 1 ||| ||| 0.12037
+[X][X] objection [X] ||| , [X][X] Einwand gegen [X] ||| 0.0278341 1 ||| ||| 0.333333
+[X][X] Madam President , [X] ||| , [X][X] Frau Präsidentin , [X] ||| 0.0278341 1 ||| ||| 0.037037
+[X][X] Madam President , [X] ||| , [X][X] Frau Präsidentin , der [X] ||| 0.0278341 1 ||| ||| 0.0263158
+[X][X] Madam President [X] ||| , [X][X] Frau Präsidentin [X] ||| 0.0278341 1 ||| ||| 0.0666667
+[X][X] Madam [X] ||| , [X][X] Frau [X] ||| 0.0278341 1 ||| ||| 0.125
+[X][X] Madam [X][X] [X] ||| , [X][X] Frau [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0633528
+[X][X] Madam [X][X] [X] ||| , [X][X] Frau [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0263158
+, [X][X] Governor [X] ||| , [X][X] Gouverneur [X] ||| 0.0070839 1 ||| ||| 0.112263
+, [X][X] the Governor [X] ||| , [X][X] Gouverneur [X] ||| 0.0070839 1 ||| ||| 0.112263
+, [X][X] to the Governor [X] ||| , [X][X] Gouverneur [X] ||| 0.0070839 1 ||| ||| 0.112263
+[X][X] Governor [X] ||| , [X][X] Gouverneur [X] ||| 0.00219413 1 ||| ||| 0.112263
+[X][X] the Governor [X] ||| , [X][X] Gouverneur [X] ||| 0.00219413 1 ||| ||| 0.112263
+[X][X] to the Governor [X] ||| , [X][X] Gouverneur [X] ||| 0.00219413 1 ||| ||| 0.112263
+, [X][X] Governor of [X] ||| , [X][X] Gouverneur von [X] ||| 0.013917 1 ||| ||| 0.0444444
+, [X][X] the Governor of [X] ||| , [X][X] Gouverneur von [X] ||| 0.013917 1 ||| ||| 0.0444444
+, [X][X] of your [X] ||| , [X][X] Ihres [X] ||| 0.0101702 1 ||| ||| 0.195489
+, using [X][X] of your [X] ||| , [X][X] Ihres [X] ||| 0.0101702 1 ||| ||| 0.195489
+representations , [X][X] of your [X] ||| , [X][X] Ihres [X] ||| 0.0074938 1 ||| ||| 0.195489
+, [X][X] of your [X][X] [X] ||| , [X][X] Ihres [X][X] [X] ||| 0.0278341 1 ||| ||| 0.139992
+, [X][X] the victims [X] ||| , [X][X] Opfern [X] ||| 0.00556682 1 ||| ||| 0.25
+, [X][X] victims [X] ||| , [X][X] Opfern [X] ||| 0.00556682 1 ||| ||| 0.25
+, on [X][X] the victims [X] ||| , [X][X] Opfern [X] ||| 0.00556682 1 ||| ||| 0.25
+, on [X][X] victims [X] ||| , [X][X] Opfern [X] ||| 0.00556682 1 ||| ||| 0.25
+, on behalf [X][X] victims [X] ||| , [X][X] Opfern [X] ||| 0.00556682 1 ||| ||| 0.25
+[X][X] Parliament [X] ||| , [X][X] Parlament [X] ||| 0.0278341 1 ||| ||| 0.0909091
+[X][X] Parliament [X][X] [X] ||| , [X][X] Parlament [X][X] [X] ||| 0.0154511 1 ||| ||| 0.121151
+[X][X] Parliament [X][X] an [X] ||| , [X][X] Parlament [X][X] [X] ||| 0.00459496 1 ||| ||| 0.121151
+[X][X] Parliament [X][X] an interest [X] ||| , [X][X] Parlament [X][X] [X] ||| 0.00389404 1 ||| ||| 0.121151
+[X][X] Parliament [X][X] interest [X] ||| , [X][X] Parlament [X][X] [X] ||| 0.00389404 1 ||| ||| 0.121151
+[X][X] Parliament has [X][X] [X] ||| , [X][X] Parlament [X][X] hat [X] ||| 0.0179643 1 ||| ||| 0.104201
+[X][X] Parliament has [X][X] an [X] ||| , [X][X] Parlament [X][X] hat [X] ||| 0.00534237 1 ||| ||| 0.104201
+[X][X] Parliament has [X][X] interest [X] ||| , [X][X] Parlament [X][X] hat [X] ||| 0.00452744 1 ||| ||| 0.104201
+[X][X] Parliament has consistently shown [X] ||| , [X][X] Parlament immer wieder befaßt hat [X] ||| 0.0278341 1 ||| ||| 0.030303
+[X][X] President , [X] ||| , [X][X] Präsidentin , [X] ||| 0.0278341 1 ||| ||| 0.037037
+[X][X] President , [X] ||| , [X][X] Präsidentin , der [X] ||| 0.0278341 1 ||| ||| 0.0263158
+[X][X] President [X] ||| , [X][X] Präsidentin [X] ||| 0.0278341 1 ||| ||| 0.0666667
+, [X][X] President [X] ||| , [X][X] Präsidentschaftskandidaten [X] ||| 0.0237608 1 ||| ||| 0.195238
+[X][X] President [X] ||| , [X][X] Präsidentschaftskandidaten [X] ||| 0.00407327 1 ||| ||| 0.195238
+, [X][X] President [X][X] Governor [X] ||| , [X][X] Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 0.0171872 1 ||| ||| 0.0462705
+[X][X] President [X][X] Governor [X] ||| , [X][X] Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 0.00532347 1 ||| ||| 0.0462705
+[X][X] President [X][X] the Governor [X] ||| , [X][X] Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 0.00532347 1 ||| ||| 0.0462705
+, [X][X] President [X][X] [X] ||| , [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 0.0173021 1 ||| ||| 0.247691
+, [X][X] President [X][X] the [X] ||| , [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 0.00535116 1 ||| ||| 0.247691
+[X][X] President [X][X] [X] ||| , [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 0.00382698 1 ||| ||| 0.247691
+[X][X] President [X][X] the [X] ||| , [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 0.00135391 1 ||| ||| 0.247691
+, [X][X] President [X][X] of [X] ||| , [X][X] Präsidentschaftskandidaten [X][X] von [X] ||| 0.0278341 1 ||| ||| 0.0222222
+, [X][X] President and [X] ||| , [X][X] Präsidentschaftskandidaten und [X] ||| 0.013373 1 ||| ||| 0.189215
+, [X][X] President and to [X] ||| , [X][X] Präsidentschaftskandidaten und [X] ||| 0.00817241 1 ||| ||| 0.189215
+[X][X] President and [X] ||| , [X][X] Präsidentschaftskandidaten und [X] ||| 0.00258076 1 ||| ||| 0.189215
+[X][X] President and to [X] ||| , [X][X] Präsidentschaftskandidaten und [X] ||| 0.00193557 1 ||| ||| 0.189215
+[X][X] President and to the [X] ||| , [X][X] Präsidentschaftskandidaten und [X] ||| 0.00177233 1 ||| ||| 0.189215
+, [X][X] President and [X][X] [X] ||| , [X][X] Präsidentschaftskandidaten und [X][X] [X] ||| 0.0206415 1 ||| ||| 0.0684928
+[X][X] President and [X][X] [X] ||| , [X][X] Präsidentschaftskandidaten und [X][X] [X] ||| 0.00359628 1 ||| ||| 0.0684928
+[X][X] President and to [X][X] [X] ||| , [X][X] Präsidentschaftskandidaten und [X][X] [X] ||| 0.00359628 1 ||| ||| 0.0684928
+[X][X] public prosecutor [X] ||| , [X][X] Staatsanwalt [X] ||| 0.0278341 1 ||| ||| 0.2
+[X][X] public prosecutor [X][X] . [X] ||| , [X][X] Staatsanwalt [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.0454545
+[X][X] public prosecutor [X][X] [X] ||| , [X][X] Staatsanwalt [X][X] [X] ||| 0.0278341 1 ||| ||| 0.10101
+[X][X] public prosecutor is appealing [X] ||| , [X][X] Staatsanwalt in Berufung geht [X] ||| 0.0278341 1 ||| ||| 0.0555556
+[X][X] public prosecutor [X] ||| , [X][X] Staatsanwalt in [X] ||| 0.0278341 1 ||| ||| 0.142857
+[X][X] public prosecutor [X][X] . [X] ||| , [X][X] Staatsanwalt in [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.0454545
+[X][X] public prosecutor [X][X] [X] ||| , [X][X] Staatsanwalt in [X][X] [X] ||| 0.0278341 1 ||| ||| 0.10101
+, [X][X] do [X][X] suggested [X] ||| , [X][X] Vorschlag [X][X] folgen [X] ||| 0.0278341 1 ||| ||| 0.04
+, [X][X] as [X][X] suggested [X] ||| , [X][X] Vorschlag von [X][X] folgen [X] ||| 0.0278341 1 ||| ||| 0.04
+, [X][X] [X] ||| , [X][X] [X] ||| 0.767368 1 ||| ||| 15.263
+, [X][X] do [X] ||| , [X][X] [X] ||| 0.000759847 1 ||| ||| 15.263
+, [X][X] have [X] ||| , [X][X] [X] ||| 5.52615e-05 1 ||| ||| 15.263
+, [X][X] people [X] ||| , [X][X] [X] ||| 0.000260518 1 ||| ||| 15.263
+, [X][X] representations [X] ||| , [X][X] [X] ||| 0.000260518 1 ||| ||| 15.263
+, [X][X] the [X] ||| , [X][X] [X] ||| 0.000269203 1 ||| ||| 15.263
+, [X][X] to [X] ||| , [X][X] [X] ||| 0.000101313 1 ||| ||| 15.263
+, [X][X] to the [X] ||| , [X][X] [X] ||| 8.68395e-05 1 ||| ||| 15.263
+, [X][X] you [X] ||| , [X][X] [X] ||| 6.51297e-05 1 ||| ||| 15.263
+, [X][X] you have [X] ||| , [X][X] [X] ||| 5.52615e-05 1 ||| ||| 15.263
+, on [X][X] [X] ||| , [X][X] [X] ||| 0.000534063 1 ||| ||| 15.263
+, on [X][X] the [X] ||| , [X][X] [X] ||| 0.000182363 1 ||| ||| 15.263
+, on behalf [X][X] [X] ||| , [X][X] [X] ||| 0.000534063 1 ||| ||| 15.263
+, on behalf [X][X] the [X] ||| , [X][X] [X] ||| 0.000182363 1 ||| ||| 15.263
+, on behalf of [X][X] [X] ||| , [X][X] [X] ||| 0.000273545 1 ||| ||| 15.263
+, using [X][X] [X] ||| , [X][X] [X] ||| 0.000689493 1 ||| ||| 15.263
+representations , [X][X] [X] ||| , [X][X] [X] ||| 0.000809109 1 ||| ||| 15.263
+representations , using [X][X] [X] ||| , [X][X] [X] ||| 0.000444382 1 ||| ||| 15.263
+that [X][X] [X] ||| , [X][X] [X] ||| 0.000911816 1 ||| ||| 15.263
+, [X][X] do [X][X] . [X] ||| , [X][X] [X][X] . [X] ||| 0.0132543 1 ||| ||| 0.190909
+[X][X] , [X][X] . [X] ||| , [X][X] [X][X] . [X] ||| 0.0145798 1 ||| ||| 0.190909
+, [X][X] initiative [X][X] [X] ||| , [X][X] [X][X] Initiative [X] ||| 0.010888 1 ||| ||| 0.303315
+, [X][X] initiative [X][X] have [X] ||| , [X][X] [X][X] Initiative [X] ||| 0.00278079 1 ||| ||| 0.303315
+, [X][X] initiative [X][X] you [X] ||| , [X][X] [X][X] Initiative [X] ||| 0.00327737 1 ||| ||| 0.303315
+, [X][X] initiative of [X][X] [X] ||| , [X][X] [X][X] Initiative [X] ||| 0.010888 1 ||| ||| 0.303315
+, [X][X] do [X][X] [X] ||| , [X][X] [X][X] [X] ||| 0.00864202 1 ||| ||| 0.550461
+, [X][X] the [X][X] [X] ||| , [X][X] [X][X] [X] ||| 0.00112367 1 ||| ||| 0.550461
+, [X][X] to [X][X] [X] ||| , [X][X] [X][X] [X] ||| 0.00256839 1 ||| ||| 0.550461
+, [X][X] to the [X][X] [X] ||| , [X][X] [X][X] [X] ||| 0.00112367 1 ||| ||| 0.550461
+[X][X] , [X][X] [X] ||| , [X][X] [X][X] [X] ||| 0.0143764 1 ||| ||| 0.550461
+, [X][X] raise [X][X] , [X] ||| , [X][X] [X][X] ansprechen , [X] ||| 0.0278341 1 ||| ||| 0.0344828
+, [X][X] raise [X][X] [X] ||| , [X][X] [X][X] ansprechen [X] ||| 0.0278341 1 ||| ||| 0.0434783
+, [X][X] the [X][X] [X] ||| , [X][X] [X][X] das [X] ||| 0.013917 1 ||| ||| 0.153846
+, [X][X] to the [X][X] [X] ||| , [X][X] [X][X] das [X] ||| 0.013917 1 ||| ||| 0.153846
+, [X][X] a petition [X][X] [X] ||| , [X][X] [X][X] eine Petition [X] ||| 0.0278341 1 ||| ||| 0.0833333
+[X][X] has [X][X] [X] ||| , [X][X] [X][X] hat [X] ||| 0.0154511 1 ||| ||| 0.121151
+[X][X] has [X][X] an [X] ||| , [X][X] [X][X] hat [X] ||| 0.00459496 1 ||| ||| 0.121151
+[X][X] has [X][X] an interest [X] ||| , [X][X] [X][X] hat [X] ||| 0.00389404 1 ||| ||| 0.121151
+[X][X] has [X][X] interest [X] ||| , [X][X] [X][X] hat [X] ||| 0.00389404 1 ||| ||| 0.121151
+[X][X] , [X][X] . [X] ||| , [X][X] [X][X] ist . [X] ||| 0.0278341 1 ||| ||| 0.1
+[X][X] , [X][X] [X] ||| , [X][X] [X][X] ist [X] ||| 0.0278341 1 ||| ||| 0.117647
+, [X][X] to [X][X] of [X] ||| , [X][X] [X][X] von [X] ||| 0.0278341 1 ||| ||| 0.0222222
+, [X][X] on Thursday prior [X] ||| , [X][X] am Donnerstag [X] ||| 0.0278341 1 ||| ||| 0.05
+, [X][X] on [X] ||| , [X][X] am [X] ||| 0.0278341 1 ||| ||| 0.0909091
+, [X][X] on [X][X] [X] ||| , [X][X] am [X][X] [X] ||| 0.0278341 1 ||| ||| 0.087037
+, [X][X] on [X][X] to [X] ||| , [X][X] am [X][X] zu [X] ||| 0.0278341 1 ||| ||| 0.037037
+, raise [X][X] , [X] ||| , [X][X] ansprechen , [X] ||| 0.0278341 1 ||| ||| 0.2
+, raise [X][X] , [X][X] [X] ||| , [X][X] ansprechen , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.177946
+, raise [X][X] , i.e. [X] ||| , [X][X] ansprechen , d. h. [X] ||| 0.0278341 1 ||| ||| 0.142857
+, raise [X][X] [X] ||| , [X][X] ansprechen [X] ||| 0.0278341 1 ||| ||| 0.333333
+[X][X] to [X] ||| , [X][X] bei [X] ||| 0.0278341 1 ||| ||| 0.1
+[X][X] to [X][X] Governor [X] ||| , [X][X] bei [X][X] Gouverneur [X] ||| 0.013917 1 ||| ||| 0.0176991
+[X][X] to [X][X] the Governor [X] ||| , [X][X] bei [X][X] Gouverneur [X] ||| 0.013917 1 ||| ||| 0.0176991
+[X][X] to [X][X] [X] ||| , [X][X] bei [X][X] [X] ||| 0.0190035 1 ||| ||| 0.117425
+[X][X] to [X][X] the [X] ||| , [X][X] bei [X][X] [X] ||| 0.00285587 1 ||| ||| 0.117425
+[X][X] to [X][X] to [X] ||| , [X][X] bei [X][X] [X] ||| 0.00311891 1 ||| ||| 0.117425
+[X][X] to [X][X] to the [X] ||| , [X][X] bei [X][X] [X] ||| 0.00285587 1 ||| ||| 0.117425
+[X][X] to [X][X] and [X] ||| , [X][X] bei [X][X] und [X] ||| 0.0159052 1 ||| ||| 0.0307018
+[X][X] to [X][X] and to [X] ||| , [X][X] bei [X][X] und [X] ||| 0.0119289 1 ||| ||| 0.0307018
+[X][X] to the President [X] ||| , [X][X] bei dem Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.0285714
+[X][X] to the President [X][X] [X] ||| , [X][X] bei dem Präsidentschaftskandidaten [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0340556
+[X][X] to the President and [X] ||| , [X][X] bei dem Präsidentschaftskandidaten und [X] ||| 0.0278341 1 ||| ||| 0.0175439
+[X][X] to the [X] ||| , [X][X] bei dem [X] ||| 0.0278341 1 ||| ||| 0.0526316
+[X][X] to the [X][X] Governor [X] ||| , [X][X] bei dem [X][X] Gouverneur [X] ||| 0.0278341 1 ||| ||| 0.00884956
+[X][X] to the [X][X] [X] ||| , [X][X] bei dem [X][X] [X] ||| 0.0186995 1 ||| ||| 0.0768056
+[X][X] to the [X][X] the [X] ||| , [X][X] bei dem [X][X] [X] ||| 0.00436623 1 ||| ||| 0.0768056
+[X][X] to the [X][X] to [X] ||| , [X][X] bei dem [X][X] [X] ||| 0.00476838 1 ||| ||| 0.0768056
+, [X][X] i.e. [X] ||| , [X][X] d. h. [X] ||| 0.0278341 1 ||| ||| 0.142857
+, [X][X] i.e. [X][X] [X] ||| , [X][X] d. h. [X][X] [X] ||| 0.0278341 1 ||| ||| 0.087037
+, [X][X] i.e. [X][X] to [X] ||| , [X][X] d. h. [X][X] zu [X] ||| 0.0278341 1 ||| ||| 0.037037
+, [X][X] i.e. on [X] ||| , [X][X] d. h. am [X] ||| 0.0278341 1 ||| ||| 0.0909091
+, [X][X] i.e. on [X][X] [X] ||| , [X][X] d. h. am [X][X] [X] ||| 0.0278341 1 ||| ||| 0.087037
+[X][X] the President [X] ||| , [X][X] dem Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.0285714
+[X][X] the President [X][X] Governor [X] ||| , [X][X] dem Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 0.0278341 1 ||| ||| 0.00884956
+[X][X] the President [X][X] [X] ||| , [X][X] dem Präsidentschaftskandidaten [X][X] [X] ||| 0.0205603 1 ||| ||| 0.0461038
+[X][X] the President [X][X] the [X] ||| , [X][X] dem Präsidentschaftskandidaten [X][X] [X] ||| 0.00727382 1 ||| ||| 0.0461038
+[X][X] the President and [X] ||| , [X][X] dem Präsidentschaftskandidaten und [X] ||| 0.0159052 1 ||| ||| 0.0307018
+[X][X] the President and to [X] ||| , [X][X] dem Präsidentschaftskandidaten und [X] ||| 0.0119289 1 ||| ||| 0.0307018
+[X][X] the President and [X][X] [X] ||| , [X][X] dem Präsidentschaftskandidaten und [X][X] [X] ||| 0.0278341 1 ||| ||| 0.00884956
+, [X][X] do [X][X] suggested [X] ||| , [X][X] dem Vorschlag [X][X] folgen [X] ||| 0.0278341 1 ||| ||| 0.04
+, [X][X] as [X][X] suggested [X] ||| , [X][X] dem Vorschlag von [X][X] folgen [X] ||| 0.0278341 1 ||| ||| 0.04
+, [X][X] [X] ||| , [X][X] dem [X] ||| 0.0193481 1 ||| ||| 0.719299
+, [X][X] do [X] ||| , [X][X] dem [X] ||| 0.00644937 1 ||| ||| 0.719299
+[X][X] the [X] ||| , [X][X] dem [X] ||| 0.00203664 1 ||| ||| 0.719299
+, [X][X] do [X][X] . [X] ||| , [X][X] dem [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.0454545
+[X][X] the [X][X] Governor [X] ||| , [X][X] dem [X][X] Gouverneur [X] ||| 0.013917 1 ||| ||| 0.0176991
+[X][X] the [X][X] the Governor [X] ||| , [X][X] dem [X][X] Gouverneur [X] ||| 0.013917 1 ||| ||| 0.0176991
+, [X][X] do [X][X] [X] ||| , [X][X] dem [X][X] [X] ||| 0.0136456 1 ||| ||| 0.174308
+[X][X] the [X][X] [X] ||| , [X][X] dem [X][X] [X] ||| 0.00823957 1 ||| ||| 0.174308
+[X][X] the [X][X] the [X] ||| , [X][X] dem [X][X] [X] ||| 0.00192389 1 ||| ||| 0.174308
+[X][X] the [X][X] to [X] ||| , [X][X] dem [X][X] [X] ||| 0.00210109 1 ||| ||| 0.174308
+[X][X] the [X][X] to the [X] ||| , [X][X] dem [X][X] [X] ||| 0.00192389 1 ||| ||| 0.174308
+, [X][X] feel [X] ||| , [X][X] denke , daß [X] ||| 0.0278341 1 ||| ||| 0.0526316
+, [X][X] feel an [X] ||| , [X][X] denke , daß eine [X] ||| 0.0278341 1 ||| ||| 0.0344828
+, [X][X] [X] ||| , [X][X] der [X] ||| 0.0141187 1 ||| ||| 0.246429
+, [X][X] of the [X] ||| , [X][X] der [X] ||| 0.0056475 1 ||| ||| 0.246429
+, [X][X] the [X] ||| , [X][X] der [X] ||| 0.00403393 1 ||| ||| 0.246429
+, using [X][X] the [X] ||| , [X][X] der [X] ||| 0.00403393 1 ||| ||| 0.246429
+, [X][X] which [X] ||| , [X][X] die [X] ||| 0.0278341 1 ||| ||| 0.111111
+, [X][X] which [X] ||| , [X][X] die von [X] ||| 0.0278341 1 ||| ||| 0.0833333
+, [X][X] which many [X] ||| , [X][X] die von vielen [X] ||| 0.0278341 1 ||| ||| 0.05
+, [X][X] raise this question [X] ||| , [X][X] diese Frage ansprechen [X] ||| 0.0278341 1 ||| ||| 0.0434783
+[X][X] this Parliament [X] ||| , [X][X] dieses Parlament [X] ||| 0.0278341 1 ||| ||| 0.0909091
+[X][X] this Parliament [X][X] [X] ||| , [X][X] dieses Parlament [X][X] [X] ||| 0.0179643 1 ||| ||| 0.104201
+[X][X] this Parliament [X][X] an [X] ||| , [X][X] dieses Parlament [X][X] [X] ||| 0.00534237 1 ||| ||| 0.104201
+[X][X] this Parliament [X][X] interest [X] ||| , [X][X] dieses Parlament [X][X] [X] ||| 0.00452744 1 ||| ||| 0.104201
+[X][X] this Parliament has [X][X] [X] ||| , [X][X] dieses Parlament [X][X] hat [X] ||| 0.0278341 1 ||| ||| 0.0672522
+[X][X] this [X] ||| , [X][X] dieses [X] ||| 0.0278341 1 ||| ||| 0.166667
+[X][X] this [X][X] [X] ||| , [X][X] dieses [X][X] [X] ||| 0.0154511 1 ||| ||| 0.121151
+[X][X] this [X][X] an [X] ||| , [X][X] dieses [X][X] [X] ||| 0.00459496 1 ||| ||| 0.121151
+[X][X] this [X][X] an interest [X] ||| , [X][X] dieses [X][X] [X] ||| 0.00389404 1 ||| ||| 0.121151
+[X][X] this [X][X] interest [X] ||| , [X][X] dieses [X][X] [X] ||| 0.00389404 1 ||| ||| 0.121151
+, a petition [X][X] [X] ||| , [X][X] eine Petition [X] ||| 0.0278341 1 ||| ||| 0.2
+, a petition [X][X] presented [X] ||| , [X][X] eine Petition eingereicht [X] ||| 0.0278341 1 ||| ||| 0.2
+, [X][X] an [X] ||| , [X][X] eine [X] ||| 0.0278341 1 ||| ||| 0.201149
+, [X][X] an initiative [X][X] [X] ||| , [X][X] eine [X][X] Initiative [X] ||| 0.0278341 1 ||| ||| 0.118649
+, [X][X] an [X][X] [X] ||| , [X][X] eine [X][X] [X] ||| 0.0178835 1 ||| ||| 0.184666
+, [X][X] an [X][X] have [X] ||| , [X][X] eine [X][X] [X] ||| 0.00456746 1 ||| ||| 0.184666
+, [X][X] an [X][X] you [X] ||| , [X][X] eine [X][X] [X] ||| 0.00538309 1 ||| ||| 0.184666
+, [X][X] presented , [X] ||| , [X][X] eingereicht , [X] ||| 0.0278341 1 ||| ||| 0.2
+, [X][X] presented , [X][X] [X] ||| , [X][X] eingereicht , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.05
+, [X][X] presented , which [X] ||| , [X][X] eingereicht , die [X] ||| 0.0278341 1 ||| ||| 0.111111
+, [X][X] presented , which [X] ||| , [X][X] eingereicht , die von [X] ||| 0.0278341 1 ||| ||| 0.0833333
+, [X][X] presented [X] ||| , [X][X] eingereicht [X] ||| 0.0278341 1 ||| ||| 0.258824
+, [X][X] presented [X][X] [X] ||| , [X][X] eingereicht [X][X] [X] ||| 0.0278341 1 ||| ||| 0.244444
+, [X][X] presented [X][X] many [X] ||| , [X][X] eingereicht [X][X] vielen [X] ||| 0.0278341 1 ||| ||| 0.05
+, [X][X] presented [X][X] [X] ||| , [X][X] eingereicht [X][X] von [X] ||| 0.0278341 1 ||| ||| 0.0833333
+, [X][X] presented [X][X] many [X] ||| , [X][X] eingereicht [X][X] von vielen [X] ||| 0.0278341 1 ||| ||| 0.05
+, [X][X] weight of your [X] ||| , [X][X] ganzen Einfluß Ihres [X] ||| 0.0278341 1 ||| ||| 0.0714286
+, [X][X] weight [X] ||| , [X][X] ganzen Einfluß [X] ||| 0.0167005 1 ||| ||| 0.277778
+representations , [X][X] weight [X] ||| , [X][X] ganzen Einfluß [X] ||| 0.0111336 1 ||| ||| 0.277778
+, [X][X] weight [X][X] [X] ||| , [X][X] ganzen Einfluß [X][X] [X] ||| 0.0171072 1 ||| ||| 0.34399
+representations , [X][X] weight [X][X] [X] ||| , [X][X] ganzen Einfluß [X][X] [X] ||| 0.0107269 1 ||| ||| 0.34399
+, [X][X] weight [X][X] the [X] ||| , [X][X] ganzen Einfluß [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0357143
+, [X][X] weight [X][X] and [X] ||| , [X][X] ganzen Einfluß [X][X] und [X] ||| 0.0278341 1 ||| ||| 0.0454545
+, I [X][X] [X] ||| , [X][X] ich [X] ||| 0.0204117 1 ||| ||| 0.340909
+, [X][X] I [X] ||| , [X][X] ich [X] ||| 0.00742243 1 ||| ||| 0.340909
+, [X][X] I [X][X] [X] ||| , [X][X] ich [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0344828
+, I [X][X] [X] ||| , [X][X] ich dem [X] ||| 0.0278341 1 ||| ||| 0.166667
+, [X][X] I feel [X] ||| , [X][X] ich denke , daß [X] ||| 0.0278341 1 ||| ||| 0.0526316
+, [X][X] I feel an [X] ||| , [X][X] ich denke , daß eine [X] ||| 0.0278341 1 ||| ||| 0.0344828
+[X][X] has consistently shown [X] ||| , [X][X] immer wieder befaßt hat [X] ||| 0.0167675 1 ||| ||| 0.050303
+[X][X] has consistently shown an [X] ||| , [X][X] immer wieder befaßt hat [X] ||| 0.0110666 1 ||| ||| 0.050303
+[X][X] is appealing . [X] ||| , [X][X] in Berufung geht . [X] ||| 0.0278341 1 ||| ||| 0.0454545
+[X][X] is appealing [X] ||| , [X][X] in Berufung geht [X] ||| 0.0278341 1 ||| ||| 0.0555556
+, to [X][X] the [X][X] [X] ||| , [X][X] in [X][X] das [X] ||| 0.0278341 1 ||| ||| 0.0769231
+her to do [X][X] possibly [X] ||| , [X][X] in ihrem Kräften stehende zu tun [X] ||| 0.0278341 1 ||| ||| 0.25
+[X][X] annually [X] ||| , [X][X] jährlich [X] ||| 0.0278341 1 ||| ||| 0.2
+[X][X] this Parliament [X] ||| , [X][X] sich dieses Parlament [X] ||| 0.0278341 1 ||| ||| 0.0909091
+[X][X] this Parliament [X][X] [X] ||| , [X][X] sich dieses Parlament [X][X] [X] ||| 0.0179643 1 ||| ||| 0.104201
+[X][X] this Parliament [X][X] an [X] ||| , [X][X] sich dieses Parlament [X][X] [X] ||| 0.00534237 1 ||| ||| 0.104201
+[X][X] this Parliament [X][X] interest [X] ||| , [X][X] sich dieses Parlament [X][X] [X] ||| 0.00452744 1 ||| ||| 0.104201
+[X][X] this Parliament has [X][X] [X] ||| , [X][X] sich dieses Parlament [X][X] hat [X] ||| 0.0278341 1 ||| ||| 0.0672522
+[X][X] this [X] ||| , [X][X] sich dieses [X] ||| 0.0278341 1 ||| ||| 0.166667
+[X][X] this [X][X] [X] ||| , [X][X] sich dieses [X][X] [X] ||| 0.0154511 1 ||| ||| 0.121151
+[X][X] this [X][X] an [X] ||| , [X][X] sich dieses [X][X] [X] ||| 0.00459496 1 ||| ||| 0.121151
+[X][X] this [X][X] an interest [X] ||| , [X][X] sich dieses [X][X] [X] ||| 0.00389404 1 ||| ||| 0.121151
+[X][X] this [X][X] interest [X] ||| , [X][X] sich dieses [X][X] [X] ||| 0.00389404 1 ||| ||| 0.121151
+[X][X] and to the Governor [X] ||| , [X][X] und Gouverneur [X] ||| 0.0278341 1 ||| ||| 0.00884956
+, [X][X] and [X] ||| , [X][X] und [X] ||| 0.00956765 1 ||| ||| 0.396709
+, [X][X] and to [X] ||| , [X][X] und [X] ||| 0.00389792 1 ||| ||| 0.396709
+, [X][X] and to the [X] ||| , [X][X] und [X] ||| 0.00334107 1 ||| ||| 0.396709
+, using [X][X] and [X] ||| , [X][X] und [X] ||| 0.0031892 1 ||| ||| 0.396709
+[X][X] and [X] ||| , [X][X] und [X] ||| 0.00123092 1 ||| ||| 0.396709
+[X][X] and to [X] ||| , [X][X] und [X] ||| 0.000923192 1 ||| ||| 0.396709
+[X][X] and to the [X] ||| , [X][X] und [X] ||| 0.000845333 1 ||| ||| 0.396709
+representations , [X][X] and [X] ||| , [X][X] und [X] ||| 0.0024194 1 ||| ||| 0.396709
+representations , using [X][X] and [X] ||| , [X][X] und [X] ||| 0.0024194 1 ||| ||| 0.396709
+, [X][X] and [X][X] [X] ||| , [X][X] und [X][X] [X] ||| 0.0118521 1 ||| ||| 0.119287
+, [X][X] and to [X][X] [X] ||| , [X][X] und [X][X] [X] ||| 0.0118521 1 ||| ||| 0.119287
+[X][X] and [X][X] [X] ||| , [X][X] und [X][X] [X] ||| 0.00206494 1 ||| ||| 0.119287
+[X][X] and to [X][X] [X] ||| , [X][X] und [X][X] [X] ||| 0.00206494 1 ||| ||| 0.119287
+, [X][X] and [X][X] of [X] ||| , [X][X] und [X][X] von [X] ||| 0.0278341 1 ||| ||| 0.0222222
+, [X][X] and the [X] ||| , [X][X] und der [X] ||| 0.013917 1 ||| ||| 0.0714286
+, using [X][X] and the [X] ||| , [X][X] und der [X] ||| 0.013917 1 ||| ||| 0.0714286
+people signed , [X][X] [X] ||| , [X][X] unterzeichnet worden [X] ||| 0.0102547 1 ||| ||| 0.22619
+signed , [X][X] [X] ||| , [X][X] unterzeichnet worden [X] ||| 0.0175794 1 ||| ||| 0.22619
+people signed , [X][X] . [X] ||| , [X][X] unterzeichnet worden ist . [X] ||| 0.00863818 1 ||| ||| 0.161111
+signed , [X][X] . [X] ||| , [X][X] unterzeichnet worden ist . [X] ||| 0.0191959 1 ||| ||| 0.161111
+people signed , [X][X] [X] ||| , [X][X] unterzeichnet worden ist [X] ||| 0.00811828 1 ||| ||| 0.20168
+signed , [X][X] [X] ||| , [X][X] unterzeichnet worden ist [X] ||| 0.0197158 1 ||| ||| 0.20168
+, [X][X] many [X] ||| , [X][X] vielen [X] ||| 0.0278341 1 ||| ||| 0.05
+, [X][X] [X] ||| , [X][X] von [X] ||| 0.0219743 1 ||| ||| 0.105555
+, [X][X] of [X] ||| , [X][X] von [X] ||| 0.00585981 1 ||| ||| 0.105555
+, [X][X] many [X] ||| , [X][X] von vielen [X] ||| 0.0278341 1 ||| ||| 0.05
+proposal [X][X] that [X] ||| , [X][X] vorschlägt , [X] ||| 0.0278341 1 ||| ||| 0.0909091
+proposal [X][X] [X] ||| , [X][X] vorschlägt [X] ||| 0.0278341 1 ||| ||| 0.125
+, [X][X] wish , [X] ||| , [X][X] wollen , [X] ||| 0.0278341 1 ||| ||| 0.0909091
+, [X][X] wish , [X][X] [X] ||| , [X][X] wollen , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.077961
+, [X][X] wish [X] ||| , [X][X] wollen [X] ||| 0.0278341 1 ||| ||| 0.166667
+, [X][X] wish [X][X] , [X] ||| , [X][X] wollen [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0344828
+, [X][X] wish [X][X] [X] ||| , [X][X] wollen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.077961
+would be [X][X] . [X] ||| , [X][X] wäre . [X] ||| 0.0278341 1 ||| ||| 0.166667
+would be [X][X] [X] ||| , [X][X] wäre [X] ||| 0.0278341 1 ||| ||| 0.25
+, [X][X] to the start [X] ||| , [X][X] zu Beginn [X] ||| 0.0278341 1 ||| ||| 0.0588235
+, [X][X] to [X] ||| , [X][X] zu [X] ||| 0.0278341 1 ||| ||| 0.12037
+, [X][X] to [X][X] [X] ||| , [X][X] zu [X][X] [X] ||| 0.0278341 1 ||| ||| 0.108824
+, on behalf of all [X] ||| , allen [X] ||| 0.0278341 1 ||| ||| 0.142857
+everything [X] ||| , alles [X] ||| 0.013917 1 ||| ||| 2
+everything she [X] ||| , alles [X] ||| 0.013917 1 ||| ||| 2
+her to do everything [X][X] [X] ||| , alles in ihrem [X][X] stehende zu tun [X] ||| 0.0278341 1 ||| ||| 0.75
+her to do everything [X][X] [X] ||| , alles in ihrem [X][X] zu tun [X] ||| 0.0278341 1 ||| ||| 0.75
+, including [X] ||| , auch [X] ||| 0.0278341 1 ||| ||| 1
+, including [X] ||| , auch von [X] ||| 0.0278341 1 ||| ||| 1
+, including myself [X] ||| , auch von mir selbst , [X] ||| 0.0278341 1 ||| ||| 0.2
+[X][X] , including myself . [X] ||| , auch von mir selbst , [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.05
+[X][X] , including myself [X] ||| , auch von mir selbst , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.142157
+[X][X] , including myself . [X] ||| , auch von mir selbst , [X][X] ist . [X] ||| 0.0278341 1 ||| ||| 0.05
+[X][X] , including myself [X] ||| , auch von mir selbst , [X][X] ist [X] ||| 0.0278341 1 ||| ||| 0.0588235
+people signed , including myself [X] ||| , auch von mir selbst , unterzeichnet worden [X] ||| 0.0102547 1 ||| ||| 0.22619
+signed , including myself [X] ||| , auch von mir selbst , unterzeichnet worden [X] ||| 0.0175794 1 ||| ||| 0.22619
+signed , including myself . [X] ||| , auch von mir selbst , unterzeichnet worden ist . [X] ||| 0.0278341 1 ||| ||| 0.111111
+people signed , including myself [X] ||| , auch von mir selbst , unterzeichnet worden ist [X] ||| 0.00811828 1 ||| ||| 0.20168
+signed , including myself [X] ||| , auch von mir selbst , unterzeichnet worden ist [X] ||| 0.0197158 1 ||| ||| 0.20168
+, including myself [X] ||| , auch von mir selbst [X] ||| 0.0278341 1 ||| ||| 0.25
+[X][X] , including myself . [X] ||| , auch von mir selbst [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.05
+[X][X] , including myself [X] ||| , auch von mir selbst [X][X] [X] ||| 0.0278341 1 ||| ||| 0.142157
+[X][X] , including myself . [X] ||| , auch von mir selbst [X][X] ist . [X] ||| 0.0278341 1 ||| ||| 0.05
+[X][X] , including myself [X] ||| , auch von mir selbst [X][X] ist [X] ||| 0.0278341 1 ||| ||| 0.0588235
+, to [X] ||| , bei [X] ||| 0.0278341 1 ||| ||| 1
+, to [X][X] Governor [X] ||| , bei [X][X] Gouverneur [X] ||| 0.013917 1 ||| ||| 0.0571428
+, to [X][X] the Governor [X] ||| , bei [X][X] Gouverneur [X] ||| 0.013917 1 ||| ||| 0.0571428
+, to [X][X] Governor of [X] ||| , bei [X][X] Gouverneur von [X] ||| 0.0278341 1 ||| ||| 0.0222222
+, to [X][X] [X] ||| , bei [X][X] [X] ||| 0.0203702 1 ||| ||| 0.562338
+, to [X][X] the [X] ||| , bei [X][X] [X] ||| 0.002357 1 ||| ||| 0.562338
+, to [X][X] to [X] ||| , bei [X][X] [X] ||| 0.00274984 1 ||| ||| 0.562338
+, to [X][X] to the [X] ||| , bei [X][X] [X] ||| 0.002357 1 ||| ||| 0.562338
+, to [X][X] the [X][X] [X] ||| , bei [X][X] [X][X] [X] ||| 0.00847124 1 ||| ||| 0.0730159
+, to [X][X] to [X][X] [X] ||| , bei [X][X] [X][X] [X] ||| 0.0193629 1 ||| ||| 0.0730159
+, to [X][X] and [X] ||| , bei [X][X] und [X] ||| 0.0172763 1 ||| ||| 0.146465
+, to [X][X] and to [X] ||| , bei [X][X] und [X] ||| 0.0105578 1 ||| ||| 0.146465
+, to [X][X] and [X][X] [X] ||| , bei [X][X] und [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0507937
+, to [X][X] of [X] ||| , bei [X][X] von [X] ||| 0.0278341 1 ||| ||| 0.0222222
+, to the President [X] ||| , bei dem Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.166667
+, to the President [X][X] [X] ||| , bei dem Präsidentschaftskandidaten [X][X] [X] ||| 0.0278341 1 ||| ||| 0.153968
+, to the President and [X] ||| , bei dem Präsidentschaftskandidaten und [X] ||| 0.0278341 1 ||| ||| 0.0909091
+, to the [X] ||| , bei dem [X] ||| 0.0278341 1 ||| ||| 0.333333
+, to the [X][X] Governor [X] ||| , bei dem [X][X] Gouverneur [X] ||| 0.0278341 1 ||| ||| 0.0285714
+, to the [X][X] [X] ||| , bei dem [X][X] [X] ||| 0.0195831 1 ||| ||| 0.348052
+, to the [X][X] the [X] ||| , bei dem [X][X] [X] ||| 0.00380815 1 ||| ||| 0.348052
+, to the [X][X] to [X] ||| , bei dem [X][X] [X] ||| 0.00444285 1 ||| ||| 0.348052
+, to the [X][X] of [X] ||| , bei dem [X][X] von [X] ||| 0.0278341 1 ||| ||| 0.0222222
+, i.e. [X] ||| , d. h. [X] ||| 0.0278341 1 ||| ||| 1
+, i.e. [X][X] the start [X] ||| , d. h. [X][X] Beginn [X] ||| 0.0278341 1 ||| ||| 0.0588235
+, i.e. [X][X] [X] ||| , d. h. [X][X] [X] ||| 0.0278341 1 ||| ||| 0.317157
+, i.e. [X][X] of the [X] ||| , d. h. [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.05
+, i.e. [X][X] to [X] ||| , d. h. [X][X] zu [X] ||| 0.0278341 1 ||| ||| 0.0833333
+, i.e. [X][X] to [X][X] [X] ||| , d. h. [X][X] zu [X][X] [X] ||| 0.0278341 1 ||| ||| 0.108824
+, i.e. on Thursday prior [X] ||| , d. h. am Donnerstag [X] ||| 0.0278341 1 ||| ||| 0.125
+, i.e. on [X] ||| , d. h. am [X] ||| 0.0278341 1 ||| ||| 0.333333
+, i.e. on [X][X] [X] ||| , d. h. am [X][X] [X] ||| 0.0278341 1 ||| ||| 0.317157
+, i.e. on [X][X] to [X] ||| , d. h. am [X][X] zu [X] ||| 0.0278341 1 ||| ||| 0.0833333
+, [X] ||| , daß [X] ||| 0.0804729 1 ||| ||| 6
+, that [X] ||| , daß [X] ||| 0.00463902 1 ||| ||| 6
+that [X] ||| , daß [X] ||| 0.28752 1 ||| ||| 6
+that [X][X] stability [X] ||| , daß [X][X] Stabilität [X] ||| 0.016582 1 ||| ||| 0.0883459
+that [X][X] stability is [X] ||| , daß [X][X] Stabilität [X] ||| 0.0112521 1 ||| ||| 0.0883459
+that [X][X] stability [X][X] [X] ||| , daß [X][X] Stabilität [X][X] [X] ||| 0.0192188 1 ||| ||| 0.0673077
+that [X][X] stability is [X][X] [X] ||| , daß [X][X] Stabilität [X][X] [X] ||| 0.0086153 1 ||| ||| 0.0673077
+that [X][X] stability [X][X] fundamental [X] ||| , daß [X][X] Stabilität [X][X] elementaren [X] ||| 0.0278341 1 ||| ||| 0.0208333
+that [X][X] stability is a [X] ||| , daß [X][X] Stabilität einen [X] ||| 0.0278341 1 ||| ||| 0.025641
+that [X][X] environmental information [X] ||| , daß [X][X] Umweltinformationen [X] ||| 0.0278341 1 ||| ||| 0.047619
+that [X][X] , [X] ||| , daß [X][X] [X] ||| 0.0013661 1 ||| ||| 2.26387
+that [X][X] [X] ||| , daß [X][X] [X] ||| 0.204433 1 ||| ||| 2.26387
+that [X][X] have [X] ||| , daß [X][X] [X] ||| 0.00245898 1 ||| ||| 2.26387
+that [X][X] is [X] ||| , daß [X][X] [X] ||| 0.000439104 1 ||| ||| 2.26387
+that [X][X] , [X][X] [X] ||| , daß [X][X] [X][X] [X] ||| 0.00822932 1 ||| ||| 0.421239
+that [X][X] , [X][X] [X] ||| , daß [X][X] [X][X] [X] ||| 0.00734185 1 ||| ||| 0.421239
+that [X][X] have [X][X] [X] ||| , daß [X][X] [X][X] [X] ||| 0.0108863 1 ||| ||| 0.421239
+that [X][X] is [X][X] [X] ||| , daß [X][X] [X][X] [X] ||| 0.0013766 1 ||| ||| 0.421239
+that [X][X] , [X][X] access [X] ||| , daß [X][X] [X][X] der Zugang [X] ||| 0.0278341 1 ||| ||| 0.0909091
+that [X][X] made [X][X] [X] ||| , daß [X][X] [X][X] gemacht hat [X] ||| 0.0278341 1 ||| ||| 0.0454545
+that [X][X] have [X][X] and [X] ||| , daß [X][X] [X][X] und [X] ||| 0.0278341 1 ||| ||| 0.0526316
+that [X][X] , access [X] ||| , daß [X][X] der Zugang [X] ||| 0.013917 1 ||| ||| 0.181818
+that [X][X] access [X] ||| , daß [X][X] der Zugang [X] ||| 0.013917 1 ||| ||| 0.181818
+that [X][X] , access [X][X] [X] ||| , daß [X][X] der Zugang [X][X] [X] ||| 0.013917 1 ||| ||| 0.095238
+that [X][X] access [X][X] [X] ||| , daß [X][X] der Zugang [X][X] [X] ||| 0.013917 1 ||| ||| 0.095238
+that [X][X] , access to [X] ||| , daß [X][X] der Zugang zu [X] ||| 0.013917 1 ||| ||| 0.153846
+that [X][X] access to [X] ||| , daß [X][X] der Zugang zu [X] ||| 0.013917 1 ||| ||| 0.153846
+that [X][X] access to [X][X] [X] ||| , daß [X][X] der Zugang zu [X][X] [X] ||| 0.0278341 1 ||| ||| 0.047619
+that [X][X] of [X] ||| , daß [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.166667
+that [X][X] of [X][X] [X] ||| , daß [X][X] der [X][X] [X] ||| 0.0220049 1 ||| ||| 0.170534
+that [X][X] of [X][X] is [X] ||| , daß [X][X] der [X][X] [X] ||| 0.00582918 1 ||| ||| 0.170534
+that [X][X] of [X][X] a [X] ||| , daß [X][X] der [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.025641
+that [X][X] of [X][X] fundamental [X] ||| , daß [X][X] der [X][X] elementaren [X] ||| 0.0278341 1 ||| ||| 0.0208333
+that [X][X] of relative stability [X] ||| , daß [X][X] der relativen Stabilität [X] ||| 0.0278341 1 ||| ||| 0.0526316
+that [X][X] of relative [X] ||| , daß [X][X] der relativen [X] ||| 0.0278341 1 ||| ||| 0.0909091
+that [X][X] of relative [X][X] [X] ||| , daß [X][X] der relativen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0821887
+that [X][X] made it clear [X] ||| , daß [X][X] deutlich gemacht hat [X] ||| 0.0278341 1 ||| ||| 0.0454545
+that [X][X] a [X] ||| , daß [X][X] einen [X] ||| 0.013917 1 ||| ||| 0.051282
+that [X][X] is a [X] ||| , daß [X][X] einen [X] ||| 0.013917 1 ||| ||| 0.051282
+that [X][X] a fundamental [X] ||| , daß [X][X] einen elementaren [X] ||| 0.013917 1 ||| ||| 0.0416666
+that [X][X] is a fundamental [X] ||| , daß [X][X] einen elementaren [X] ||| 0.013917 1 ||| ||| 0.0416666
+that [X][X] fundamental [X] ||| , daß [X][X] elementaren [X] ||| 0.0278341 1 ||| ||| 0.0208333
+that [X][X] acquitted him [X] ||| , daß [X][X] ihn freigesprochen [X] ||| 0.013917 1 ||| ||| 0.133333
+that [X][X] have acquitted him [X] ||| , daß [X][X] ihn freigesprochen [X] ||| 0.013917 1 ||| ||| 0.133333
+that [X][X] acquitted him [X][X] [X] ||| , daß [X][X] ihn freigesprochen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0454545
+that [X][X] acquitted him and [X] ||| , daß [X][X] ihn freigesprochen und [X] ||| 0.0278341 1 ||| ||| 0.0526316
+that in Russia , [X][X] [X] ||| , daß [X][X] in Rußland [X] ||| 0.00618535 1 ||| ||| 0.5
+that in Russia [X][X] , [X] ||| , daß [X][X] in Rußland [X] ||| 0.00618535 1 ||| ||| 0.5
+that in Russia [X][X] [X] ||| , daß [X][X] in Rußland [X] ||| 0.0154634 1 ||| ||| 0.5
+that in Russia [X][X] access [X] ||| , daß [X][X] in Rußland der Zugang [X] ||| 0.0278341 1 ||| ||| 0.0909091
+that [X][X] relative stability [X] ||| , daß [X][X] relativen Stabilität [X] ||| 0.016582 1 ||| ||| 0.0883459
+that [X][X] relative stability is [X] ||| , daß [X][X] relativen Stabilität [X] ||| 0.0112521 1 ||| ||| 0.0883459
+that [X][X] relative stability [X][X] [X] ||| , daß [X][X] relativen Stabilität [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0464744
+that [X][X] relative [X] ||| , daß [X][X] relativen [X] ||| 0.0278341 1 ||| ||| 0.0909091
+that [X][X] relative [X][X] [X] ||| , daß [X][X] relativen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0821887
+that [X][X] relative [X][X] a [X] ||| , daß [X][X] relativen [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.025641
+that [X][X] relative [X][X] fundamental [X] ||| , daß [X][X] relativen [X][X] elementaren [X] ||| 0.0278341 1 ||| ||| 0.0208333
+that [X][X] and [X] ||| , daß [X][X] und [X] ||| 0.0278341 1 ||| ||| 0.0526316
+that [X][X] and [X][X] [X] ||| , daß [X][X] und [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0454545
+that [X][X] and made [X][X] [X] ||| , daß [X][X] und [X][X] gemacht hat [X] ||| 0.0278341 1 ||| ||| 0.0454545
+that [X][X] to environmental information [X] ||| , daß [X][X] zu Umweltinformationen [X] ||| 0.0278341 1 ||| ||| 0.047619
+that [X][X] to [X] ||| , daß [X][X] zu [X] ||| 0.0278341 1 ||| ||| 0.0769231
+that [X][X] to [X][X] [X] ||| , daß [X][X] zu [X][X] [X] ||| 0.0278341 1 ||| ||| 0.047619
+that [X][X] , too , [X] ||| , daß auch [X][X] [X] ||| 0.00556681 1 ||| ||| 0.555556
+that [X][X] , too [X] ||| , daß auch [X][X] [X] ||| 0.00835024 1 ||| ||| 0.555556
+that [X][X] too , [X] ||| , daß auch [X][X] [X] ||| 0.00556681 1 ||| ||| 0.555556
+that [X][X] too [X] ||| , daß auch [X][X] [X] ||| 0.00835024 1 ||| ||| 0.555556
+that [X][X] , too [X][X] [X] ||| , daß auch [X][X] [X][X] [X] ||| 0.0107966 1 ||| ||| 0.555444
+that [X][X] too , [X][X] [X] ||| , daß auch [X][X] [X][X] [X] ||| 0.00624098 1 ||| ||| 0.555444
+that [X][X] too [X][X] [X] ||| , daß auch [X][X] [X][X] [X] ||| 0.0107966 1 ||| ||| 0.555444
+that [X][X] too [X][X] to [X] ||| , daß auch [X][X] [X][X] zu [X] ||| 0.0278341 1 ||| ||| 0.0769231
+that [X][X] too , access [X] ||| , daß auch [X][X] der Zugang [X] ||| 0.0278341 1 ||| ||| 0.0909091
+that in Russia , too [X] ||| , daß auch in Rußland [X] ||| 0.0278341 1 ||| ||| 0.166667
+that in [X][X] too , [X] ||| , daß auch in [X][X] [X] ||| 0.0111336 1 ||| ||| 0.277778
+that in [X][X] too [X] ||| , daß auch in [X][X] [X] ||| 0.0167005 1 ||| ||| 0.277778
+that in [X][X] too [X][X] [X] ||| , daß auch in [X][X] [X][X] [X] ||| 0.0278341 1 ||| ||| 0.215451
+that the courts [X] ||| , daß das Gericht [X] ||| 0.0173963 1 ||| ||| 0.533333
+that the courts have [X] ||| , daß das Gericht [X] ||| 0.0104378 1 ||| ||| 0.533333
+that the courts [X][X] [X] ||| , daß das Gericht [X][X] [X] ||| 0.013917 1 ||| ||| 0.329506
+that the courts have [X][X] [X] ||| , daß das Gericht [X][X] [X] ||| 0.013917 1 ||| ||| 0.329506
+that the courts [X][X] and [X] ||| , daß das Gericht [X][X] und [X] ||| 0.0278341 1 ||| ||| 0.0526316
+that the courts [X][X] him [X] ||| , daß das Gericht ihn [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0666667
+that the [X] ||| , daß das [X] ||| 0.0278341 1 ||| ||| 1
+that the [X][X] [X] ||| , daß das [X][X] [X] ||| 0.0278341 1 ||| ||| 0.364753
+that the [X][X] made [X][X] [X] ||| , daß das [X][X] [X][X] gemacht hat [X] ||| 0.0278341 1 ||| ||| 0.0454545
+that the [X][X] acquitted him [X] ||| , daß das [X][X] ihn freigesprochen [X] ||| 0.0278341 1 ||| ||| 0.0666667
+that the [X][X] and [X] ||| , daß das [X][X] und [X] ||| 0.0278341 1 ||| ||| 0.0526316
+that the [X][X] and [X][X] [X] ||| , daß das [X][X] und [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0454545
+that the principle [X] ||| , daß der Grundsatz [X] ||| 0.0278341 1 ||| ||| 0.333333
+that the principle [X][X] stability [X] ||| , daß der Grundsatz [X][X] Stabilität [X] ||| 0.0278341 1 ||| ||| 0.0526316
+that the principle [X][X] [X] ||| , daß der Grundsatz [X][X] [X] ||| 0.0240318 1 ||| ||| 0.261443
+that the principle [X][X] is [X] ||| , daß der Grundsatz [X][X] [X] ||| 0.00380226 1 ||| ||| 0.261443
+that the principle [X][X] a [X] ||| , daß der Grundsatz [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.025641
+that the principle [X][X] fundamental [X] ||| , daß der Grundsatz [X][X] elementaren [X] ||| 0.0278341 1 ||| ||| 0.0208333
+that the principle of [X] ||| , daß der Grundsatz der [X] ||| 0.0278341 1 ||| ||| 0.166667
+that the principle of [X][X] [X] ||| , daß der Grundsatz der [X][X] [X] ||| 0.0278341 1 ||| ||| 0.13482
+that the principle of relative [X] ||| , daß der Grundsatz der relativen [X] ||| 0.0278341 1 ||| ||| 0.0909091
+that the [X] ||| , daß der [X] ||| 0.0278341 1 ||| ||| 1
+that the [X][X] stability [X] ||| , daß der [X][X] Stabilität [X] ||| 0.016582 1 ||| ||| 0.0883459
+that the [X][X] stability is [X] ||| , daß der [X][X] Stabilität [X] ||| 0.0112521 1 ||| ||| 0.0883459
+that the [X][X] stability [X][X] [X] ||| , daß der [X][X] Stabilität [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0464744
+that the [X][X] [X] ||| , daß der [X][X] [X] ||| 0.0255121 1 ||| ||| 0.42811
+that the [X][X] is [X] ||| , daß der [X][X] [X] ||| 0.00232201 1 ||| ||| 0.42811
+that the [X][X] is [X][X] [X] ||| , daß der [X][X] [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0208333
+that the [X][X] a [X] ||| , daß der [X][X] einen [X] ||| 0.013917 1 ||| ||| 0.051282
+that the [X][X] is a [X] ||| , daß der [X][X] einen [X] ||| 0.013917 1 ||| ||| 0.051282
+that the [X][X] a fundamental [X] ||| , daß der [X][X] einen elementaren [X] ||| 0.0278341 1 ||| ||| 0.0208333
+that the [X][X] fundamental [X] ||| , daß der [X][X] elementaren [X] ||| 0.0278341 1 ||| ||| 0.0208333
+that the [X][X] relative stability [X] ||| , daß der [X][X] relativen Stabilität [X] ||| 0.0278341 1 ||| ||| 0.0526316
+that the [X][X] relative [X] ||| , daß der [X][X] relativen [X] ||| 0.0278341 1 ||| ||| 0.0909091
+that the [X][X] relative [X][X] [X] ||| , daß der [X][X] relativen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0821887
+, he [X] ||| , daß er [X] ||| 0.0278341 1 ||| ||| 1
+, using the [X] ||| , den [X] ||| 0.0173963 1 ||| ||| 0.533333
+representations , using the [X] ||| , den [X] ||| 0.0104378 1 ||| ||| 0.533333
+, using the [X][X] [X] ||| , den [X][X] [X] ||| 0.0171072 1 ||| ||| 0.34399
+representations , using the [X][X] [X] ||| , den [X][X] [X] ||| 0.0107269 1 ||| ||| 0.34399
+, using the [X][X] the [X] ||| , den [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0357143
+, using the [X][X] and [X] ||| , den [X][X] und [X] ||| 0.0278341 1 ||| ||| 0.0454545
+, using the weight [X] ||| , den ganzen Einfluß [X] ||| 0.0167005 1 ||| ||| 0.277778
+representations , using the weight [X] ||| , den ganzen Einfluß [X] ||| 0.0111336 1 ||| ||| 0.277778
+, using the weight [X][X] [X] ||| , den ganzen Einfluß [X][X] [X] ||| 0.0278341 1 ||| ||| 0.211421
+, [X][X] President [X] ||| , der Präsidentin [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0769231
+, [X][X] the [X][X] President [X] ||| , der Präsidentin [X][X] [X][X] das [X] ||| 0.0278341 1 ||| ||| 0.0769231
+, [X][X] Sri Lankan President [X] ||| , der Präsidentin von Sri Lanka [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0769231
+, [X][X] President [X] ||| , der Präsidentin von [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0769231
+, [X][X] the [X][X] President [X] ||| , der Präsidentin von [X][X] [X][X] das [X] ||| 0.0278341 1 ||| ||| 0.0769231
+, [X] ||| , der [X] ||| 0.00927803 1 ||| ||| 3
+, who [X] ||| , der [X] ||| 0.160946 1 ||| ||| 3
+[X][X] that [X] ||| , der [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0909091
+[X][X] 6 [X] ||| , der [X][X] 6 [X] ||| 0.0278341 1 ||| ||| 0.2
+proposal [X][X] 6 that [X] ||| , der [X][X] 6 vorschlägt , [X] ||| 0.0278341 1 ||| ||| 0.0909091
+proposal [X][X] 6 [X] ||| , der [X][X] 6 vorschlägt [X] ||| 0.0278341 1 ||| ||| 0.125
+, [X][X] [X] ||| , der [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0769231
+, [X][X] the [X][X] [X] ||| , der [X][X] [X][X] das [X] ||| 0.013917 1 ||| ||| 0.153846
+, [X][X] to the [X][X] [X] ||| , der [X][X] [X][X] das [X] ||| 0.013917 1 ||| ||| 0.153846
+, to [X][X] the [X][X] [X] ||| , der [X][X] in [X][X] das [X] ||| 0.0278341 1 ||| ||| 0.0769231
+proposal [X][X] that [X] ||| , der [X][X] vorschlägt , [X] ||| 0.0278341 1 ||| ||| 0.0909091
+proposal [X][X] [X] ||| , der [X][X] vorschlägt [X] ||| 0.0278341 1 ||| ||| 0.125
+in paragraph 6 [X] ||| , der in Absatz 6 [X] ||| 0.0278341 1 ||| ||| 0.2
+proposal in paragraph 6 that [X] ||| , der in Absatz 6 vorschlägt , [X] ||| 0.0278341 1 ||| ||| 0.0909091
+proposal in paragraph 6 [X] ||| , der in Absatz 6 vorschlägt [X] ||| 0.0278341 1 ||| ||| 0.125
+in paragraph [X] ||| , der in Absatz [X] ||| 0.0278341 1 ||| ||| 1
+in [X] ||| , der in [X] ||| 0.0278341 1 ||| ||| 1
+in [X][X] [X] ||| , der in [X][X] [X] ||| 0.0278341 1 ||| ||| 0.2
+proposal in [X][X] that [X] ||| , der in [X][X] vorschlägt , [X] ||| 0.0278341 1 ||| ||| 0.0909091
+proposal in [X][X] [X] ||| , der in [X][X] vorschlägt [X] ||| 0.0278341 1 ||| ||| 0.125
+you [X] ||| , die Sie [X] ||| 0.0278341 1 ||| ||| 1
+you [X][X] Governor [X] ||| , die Sie [X][X] Gouverneur [X] ||| 0.00927803 1 ||| ||| 0.0265487
+you [X][X] the Governor [X] ||| , die Sie [X][X] Gouverneur [X] ||| 0.00927803 1 ||| ||| 0.0265487
+you [X][X] to the Governor [X] ||| , die Sie [X][X] Gouverneur [X] ||| 0.00927803 1 ||| ||| 0.0265487
+you [X][X] President [X] ||| , die Sie [X][X] Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.0285714
+you [X][X] President [X][X] Governor [X] ||| , die Sie [X][X] Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 0.0278341 1 ||| ||| 0.00884956
+you [X][X] President [X][X] [X] ||| , die Sie [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 0.0205603 1 ||| ||| 0.0461038
+you [X][X] President [X][X] the [X] ||| , die Sie [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 0.00727382 1 ||| ||| 0.0461038
+you [X][X] President and [X] ||| , die Sie [X][X] Präsidentschaftskandidaten und [X] ||| 0.0159052 1 ||| ||| 0.0307018
+you [X][X] President and to [X] ||| , die Sie [X][X] Präsidentschaftskandidaten und [X] ||| 0.0119289 1 ||| ||| 0.0307018
+you [X][X] President and [X][X] [X] ||| , die Sie [X][X] Präsidentschaftskandidaten und [X][X] [X] ||| 0.0278341 1 ||| ||| 0.00884956
+you [X][X] [X] ||| , die Sie [X][X] [X] ||| 0.0256281 1 ||| ||| 0.470057
+you [X][X] the [X] ||| , die Sie [X][X] [X] ||| 0.000713425 1 ||| ||| 0.470057
+you [X][X] to [X] ||| , die Sie [X][X] [X] ||| 0.000779135 1 ||| ||| 0.470057
+you [X][X] to the [X] ||| , die Sie [X][X] [X] ||| 0.000713425 1 ||| ||| 0.470057
+you [X][X] to [X][X] [X] ||| , die Sie [X][X] [X][X] [X] ||| 0.0278341 1 ||| ||| 0.00884956
+you [X][X] to [X] ||| , die Sie [X][X] bei [X] ||| 0.0278341 1 ||| ||| 0.1
+you [X][X] to [X][X] Governor [X] ||| , die Sie [X][X] bei [X][X] Gouverneur [X] ||| 0.0278341 1 ||| ||| 0.00884956
+you [X][X] to [X][X] [X] ||| , die Sie [X][X] bei [X][X] [X] ||| 0.0211762 1 ||| ||| 0.105377
+you [X][X] to [X][X] the [X] ||| , die Sie [X][X] bei [X][X] [X] ||| 0.00318239 1 ||| ||| 0.105377
+you [X][X] to [X][X] to [X] ||| , die Sie [X][X] bei [X][X] [X] ||| 0.0034755 1 ||| ||| 0.105377
+you [X][X] to [X][X] and [X] ||| , die Sie [X][X] bei [X][X] und [X] ||| 0.0278341 1 ||| ||| 0.0175439
+you [X][X] to the President [X] ||| , die Sie [X][X] bei dem Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.0285714
+you [X][X] to the [X] ||| , die Sie [X][X] bei dem [X] ||| 0.0278341 1 ||| ||| 0.0526316
+you [X][X] to the [X][X] [X] ||| , die Sie [X][X] bei dem [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0515995
+you [X][X] the President [X] ||| , die Sie [X][X] dem Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.0285714
+you [X][X] the President [X][X] [X] ||| , die Sie [X][X] dem Präsidentschaftskandidaten [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0340556
+you [X][X] the President and [X] ||| , die Sie [X][X] dem Präsidentschaftskandidaten und [X] ||| 0.0278341 1 ||| ||| 0.0175439
+you [X][X] the [X] ||| , die Sie [X][X] dem [X] ||| 0.0278341 1 ||| ||| 0.0526316
+you [X][X] the [X][X] Governor [X] ||| , die Sie [X][X] dem [X][X] Gouverneur [X] ||| 0.0278341 1 ||| ||| 0.00884956
+you [X][X] the [X][X] [X] ||| , die Sie [X][X] dem [X][X] [X] ||| 0.0186995 1 ||| ||| 0.0768056
+you [X][X] the [X][X] the [X] ||| , die Sie [X][X] dem [X][X] [X] ||| 0.00436623 1 ||| ||| 0.0768056
+you [X][X] the [X][X] to [X] ||| , die Sie [X][X] dem [X][X] [X] ||| 0.00476838 1 ||| ||| 0.0768056
+you [X][X] and [X] ||| , die Sie [X][X] und [X] ||| 0.0114227 1 ||| ||| 0.04275
+you [X][X] and to [X] ||| , die Sie [X][X] und [X] ||| 0.00856698 1 ||| ||| 0.04275
+you [X][X] and to the [X] ||| , die Sie [X][X] und [X] ||| 0.00784446 1 ||| ||| 0.04275
+you [X][X] and [X][X] [X] ||| , die Sie [X][X] und [X][X] [X] ||| 0.013917 1 ||| ||| 0.0176991
+you [X][X] and to [X][X] [X] ||| , die Sie [X][X] und [X][X] [X] ||| 0.013917 1 ||| ||| 0.0176991
+you represent , [X] ||| , die Sie vertreten , [X] ||| 0.0278341 1 ||| ||| 0.2
+you represent , [X][X] Governor [X] ||| , die Sie vertreten , [X][X] Gouverneur [X] ||| 0.0278341 1 ||| ||| 0.00884956
+you represent , [X][X] President [X] ||| , die Sie vertreten , [X][X] Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.0285714
+you represent , [X][X] [X] ||| , die Sie vertreten , [X][X] [X] ||| 0.0233939 1 ||| ||| 0.158009
+you represent , [X][X] the [X] ||| , die Sie vertreten , [X][X] [X] ||| 0.00212235 1 ||| ||| 0.158009
+you represent , [X][X] to [X] ||| , die Sie vertreten , [X][X] [X] ||| 0.00231783 1 ||| ||| 0.158009
+you represent , [X][X] and [X] ||| , die Sie vertreten , [X][X] und [X] ||| 0.0278341 1 ||| ||| 0.0175439
+you represent , to [X] ||| , die Sie vertreten , bei [X] ||| 0.0278341 1 ||| ||| 0.1
+you represent , to [X][X] [X] ||| , die Sie vertreten , bei [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0801709
+you represent , to the [X] ||| , die Sie vertreten , bei dem [X] ||| 0.0278341 1 ||| ||| 0.0526316
+you represent [X] ||| , die Sie vertreten [X] ||| 0.0278341 1 ||| ||| 1
+you represent [X][X] Governor [X] ||| , die Sie vertreten [X][X] Gouverneur [X] ||| 0.013917 1 ||| ||| 0.0176991
+you represent [X][X] the Governor [X] ||| , die Sie vertreten [X][X] Gouverneur [X] ||| 0.013917 1 ||| ||| 0.0176991
+you represent [X][X] President [X] ||| , die Sie vertreten [X][X] Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.0285714
+you represent [X][X] President [X][X] [X] ||| , die Sie vertreten [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0340556
+you represent [X][X] President and [X] ||| , die Sie vertreten [X][X] Präsidentschaftskandidaten und [X] ||| 0.0278341 1 ||| ||| 0.0175439
+you represent [X][X] [X] ||| , die Sie vertreten [X][X] [X] ||| 0.0239944 1 ||| ||| 0.270057
+you represent [X][X] the [X] ||| , die Sie vertreten [X][X] [X] ||| 0.00124178 1 ||| ||| 0.270057
+you represent [X][X] to [X] ||| , die Sie vertreten [X][X] [X] ||| 0.00135615 1 ||| ||| 0.270057
+you represent [X][X] to the [X] ||| , die Sie vertreten [X][X] [X] ||| 0.00124178 1 ||| ||| 0.270057
+you represent [X][X] to [X][X] [X] ||| , die Sie vertreten [X][X] [X][X] [X] ||| 0.0278341 1 ||| ||| 0.00884956
+you represent [X][X] the President [X] ||| , die Sie vertreten [X][X] dem Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.0285714
+you represent [X][X] the [X] ||| , die Sie vertreten [X][X] dem [X] ||| 0.0278341 1 ||| ||| 0.0526316
+you represent [X][X] the [X][X] [X] ||| , die Sie vertreten [X][X] dem [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0515995
+you represent [X][X] and [X] ||| , die Sie vertreten [X][X] und [X] ||| 0.0159052 1 ||| ||| 0.0307018
+you represent [X][X] and to [X] ||| , die Sie vertreten [X][X] und [X] ||| 0.0119289 1 ||| ||| 0.0307018
+you represent [X][X] and [X][X] [X] ||| , die Sie vertreten [X][X] und [X][X] [X] ||| 0.0278341 1 ||| ||| 0.00884956
+, [X] ||| , die [X] ||| 0.00463902 1 ||| ||| 6
+, which [X] ||| , die [X] ||| 0.00463902 1 ||| ||| 6
+indeed , [X] ||| , die [X] ||| 0.00463902 1 ||| ||| 6
+that [X] ||| , die [X] ||| 0.0804729 1 ||| ||| 6
+which [X] ||| , die [X] ||| 0.00463902 1 ||| ||| 6
+[X][X] , [X] ||| , die [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.2
+[X][X] , [X][X] Governor [X] ||| , die [X][X] , [X][X] Gouverneur [X] ||| 0.013917 1 ||| ||| 0.0176991
+[X][X] , [X][X] the Governor [X] ||| , die [X][X] , [X][X] Gouverneur [X] ||| 0.013917 1 ||| ||| 0.0176991
+[X][X] , [X][X] President [X] ||| , die [X][X] , [X][X] Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.0285714
+[X][X] , [X][X] President and [X] ||| , die [X][X] , [X][X] Präsidentschaftskandidaten und [X] ||| 0.0278341 1 ||| ||| 0.0175439
+[X][X] , [X][X] [X] ||| , die [X][X] , [X][X] [X] ||| 0.0217365 1 ||| ||| 0.170057
+[X][X] , [X][X] the [X] ||| , die [X][X] , [X][X] [X] ||| 0.00197199 1 ||| ||| 0.170057
+[X][X] , [X][X] to [X] ||| , die [X][X] , [X][X] [X] ||| 0.00215362 1 ||| ||| 0.170057
+[X][X] , [X][X] to the [X] ||| , die [X][X] , [X][X] [X] ||| 0.00197199 1 ||| ||| 0.170057
+[X][X] , [X][X] and [X] ||| , die [X][X] , [X][X] und [X] ||| 0.0159052 1 ||| ||| 0.0307018
+[X][X] , [X][X] and to [X] ||| , die [X][X] , [X][X] und [X] ||| 0.0119289 1 ||| ||| 0.0307018
+[X][X] , to [X] ||| , die [X][X] , bei [X] ||| 0.0278341 1 ||| ||| 0.1
+[X][X] , to [X][X] Governor [X] ||| , die [X][X] , bei [X][X] Gouverneur [X] ||| 0.0278341 1 ||| ||| 0.00884956
+[X][X] , to [X][X] [X] ||| , die [X][X] , bei [X][X] [X] ||| 0.0211762 1 ||| ||| 0.105377
+[X][X] , to [X][X] the [X] ||| , die [X][X] , bei [X][X] [X] ||| 0.00318239 1 ||| ||| 0.105377
+[X][X] , to [X][X] to [X] ||| , die [X][X] , bei [X][X] [X] ||| 0.0034755 1 ||| ||| 0.105377
+[X][X] , to [X][X] and [X] ||| , die [X][X] , bei [X][X] und [X] ||| 0.0278341 1 ||| ||| 0.0175439
+[X][X] , to the President [X] ||| , die [X][X] , bei dem Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.0285714
+[X][X] , to the [X] ||| , die [X][X] , bei dem [X] ||| 0.0278341 1 ||| ||| 0.0526316
+[X][X] , to the [X][X] [X] ||| , die [X][X] , bei dem [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0515995
+that [X][X] . [X] ||| , die [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.125
+[X][X] Governor [X] ||| , die [X][X] Gouverneur [X] ||| 0.00927803 1 ||| ||| 0.0265487
+[X][X] the Governor [X] ||| , die [X][X] Gouverneur [X] ||| 0.00927803 1 ||| ||| 0.0265487
+[X][X] to the Governor [X] ||| , die [X][X] Gouverneur [X] ||| 0.00927803 1 ||| ||| 0.0265487
+[X][X] President [X] ||| , die [X][X] Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.0285714
+[X][X] President [X][X] Governor [X] ||| , die [X][X] Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 0.013917 1 ||| ||| 0.0176991
+[X][X] President [X][X] the Governor [X] ||| , die [X][X] Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 0.013917 1 ||| ||| 0.0176991
+[X][X] President [X][X] [X] ||| , die [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 0.0205603 1 ||| ||| 0.0461038
+[X][X] President [X][X] the [X] ||| , die [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 0.00727382 1 ||| ||| 0.0461038
+[X][X] President and [X] ||| , die [X][X] Präsidentschaftskandidaten und [X] ||| 0.0114227 1 ||| ||| 0.04275
+[X][X] President and to [X] ||| , die [X][X] Präsidentschaftskandidaten und [X] ||| 0.00856698 1 ||| ||| 0.04275
+[X][X] President and to the [X] ||| , die [X][X] Präsidentschaftskandidaten und [X] ||| 0.00784446 1 ||| ||| 0.04275
+[X][X] President and [X][X] [X] ||| , die [X][X] Präsidentschaftskandidaten und [X][X] [X] ||| 0.013917 1 ||| ||| 0.0176991
+[X][X] President and to [X][X] [X] ||| , die [X][X] Präsidentschaftskandidaten und [X][X] [X] ||| 0.013917 1 ||| ||| 0.0176991
+, which [X][X] [X] ||| , die [X][X] [X] ||| 0.00476475 1 ||| ||| 0.834524
+that [X][X] [X] ||| , die [X][X] [X] ||| 0.00972805 1 ||| ||| 0.834524
+which [X][X] [X] ||| , die [X][X] [X] ||| 0.0133413 1 ||| ||| 0.834524
+[X][X] to [X] ||| , die [X][X] bei [X] ||| 0.0278341 1 ||| ||| 0.1
+[X][X] to [X][X] Governor [X] ||| , die [X][X] bei [X][X] Gouverneur [X] ||| 0.013917 1 ||| ||| 0.0176991
+[X][X] to [X][X] the Governor [X] ||| , die [X][X] bei [X][X] Gouverneur [X] ||| 0.013917 1 ||| ||| 0.0176991
+[X][X] to [X][X] [X] ||| , die [X][X] bei [X][X] [X] ||| 0.0190035 1 ||| ||| 0.117425
+[X][X] to [X][X] the [X] ||| , die [X][X] bei [X][X] [X] ||| 0.00285587 1 ||| ||| 0.117425
+[X][X] to [X][X] to [X] ||| , die [X][X] bei [X][X] [X] ||| 0.00311891 1 ||| ||| 0.117425
+[X][X] to [X][X] to the [X] ||| , die [X][X] bei [X][X] [X] ||| 0.00285587 1 ||| ||| 0.117425
+[X][X] to [X][X] and [X] ||| , die [X][X] bei [X][X] und [X] ||| 0.0159052 1 ||| ||| 0.0307018
+[X][X] to [X][X] and to [X] ||| , die [X][X] bei [X][X] und [X] ||| 0.0119289 1 ||| ||| 0.0307018
+[X][X] to the President [X] ||| , die [X][X] bei dem Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.0285714
+[X][X] to the President [X][X] [X] ||| , die [X][X] bei dem Präsidentschaftskandidaten [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0340556
+[X][X] to the President and [X] ||| , die [X][X] bei dem Präsidentschaftskandidaten und [X] ||| 0.0278341 1 ||| ||| 0.0175439
+[X][X] to the [X] ||| , die [X][X] bei dem [X] ||| 0.0278341 1 ||| ||| 0.0526316
+[X][X] to the [X][X] Governor [X] ||| , die [X][X] bei dem [X][X] Gouverneur [X] ||| 0.0278341 1 ||| ||| 0.00884956
+[X][X] to the [X][X] [X] ||| , die [X][X] bei dem [X][X] [X] ||| 0.0186995 1 ||| ||| 0.0768056
+[X][X] to the [X][X] the [X] ||| , die [X][X] bei dem [X][X] [X] ||| 0.00436623 1 ||| ||| 0.0768056
+[X][X] to the [X][X] to [X] ||| , die [X][X] bei dem [X][X] [X] ||| 0.00476838 1 ||| ||| 0.0768056
+[X][X] the President [X] ||| , die [X][X] dem Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.0285714
+[X][X] the President [X][X] Governor [X] ||| , die [X][X] dem Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 0.0278341 1 ||| ||| 0.00884956
+[X][X] the President [X][X] [X] ||| , die [X][X] dem Präsidentschaftskandidaten [X][X] [X] ||| 0.0205603 1 ||| ||| 0.0461038
+[X][X] the President [X][X] the [X] ||| , die [X][X] dem Präsidentschaftskandidaten [X][X] [X] ||| 0.00727382 1 ||| ||| 0.0461038
+[X][X] the President and [X] ||| , die [X][X] dem Präsidentschaftskandidaten und [X] ||| 0.0159052 1 ||| ||| 0.0307018
+[X][X] the President and to [X] ||| , die [X][X] dem Präsidentschaftskandidaten und [X] ||| 0.0119289 1 ||| ||| 0.0307018
+[X][X] the President and [X][X] [X] ||| , die [X][X] dem Präsidentschaftskandidaten und [X][X] [X] ||| 0.0278341 1 ||| ||| 0.00884956
+[X][X] the [X] ||| , die [X][X] dem [X] ||| 0.0278341 1 ||| ||| 0.0526316
+[X][X] the [X][X] Governor [X] ||| , die [X][X] dem [X][X] Gouverneur [X] ||| 0.013917 1 ||| ||| 0.0176991
+[X][X] the [X][X] the Governor [X] ||| , die [X][X] dem [X][X] Gouverneur [X] ||| 0.013917 1 ||| ||| 0.0176991
+[X][X] the [X][X] [X] ||| , die [X][X] dem [X][X] [X] ||| 0.0161639 1 ||| ||| 0.0888538
+[X][X] the [X][X] the [X] ||| , die [X][X] dem [X][X] [X] ||| 0.00377419 1 ||| ||| 0.0888538
+[X][X] the [X][X] to [X] ||| , die [X][X] dem [X][X] [X] ||| 0.00412181 1 ||| ||| 0.0888538
+[X][X] the [X][X] to the [X] ||| , die [X][X] dem [X][X] [X] ||| 0.00377419 1 ||| ||| 0.0888538
+which [X][X] annually [X] ||| , die [X][X] jährlich [X] ||| 0.0278341 1 ||| ||| 0.2
+which fail to meet [X][X] [X] ||| , die [X][X] nicht erfüllen , [X] ||| 0.0278341 1 ||| ||| 0.2
+[X][X] and to the Governor [X] ||| , die [X][X] und Gouverneur [X] ||| 0.0278341 1 ||| ||| 0.00884956
+[X][X] and [X] ||| , die [X][X] und [X] ||| 0.0114227 1 ||| ||| 0.04275
+[X][X] and to [X] ||| , die [X][X] und [X] ||| 0.00856698 1 ||| ||| 0.04275
+[X][X] and to the [X] ||| , die [X][X] und [X] ||| 0.00784446 1 ||| ||| 0.04275
+[X][X] and [X][X] [X] ||| , die [X][X] und [X][X] [X] ||| 0.013917 1 ||| ||| 0.0176991
+[X][X] and to [X][X] [X] ||| , die [X][X] und [X][X] [X] ||| 0.013917 1 ||| ||| 0.0176991
+which [X][X] their fleet [X][X] [X] ||| , die ihr Soll [X][X] [X][X] [X] ||| 0.0278341 1 ||| ||| 0.2
+which [X][X] their [X][X] [X] ||| , die ihr [X][X] [X][X] [X] ||| 0.0278341 1 ||| ||| 0.2
+which [X][X] their [X][X] annually [X] ||| , die ihr [X][X] [X][X] jährlich [X] ||| 0.0278341 1 ||| ||| 0.2
+which fail [X][X] their [X][X] [X] ||| , die ihr [X][X] nicht [X][X] [X] ||| 0.0278341 1 ||| ||| 0.2
+, which [X] ||| , die von [X] ||| 0.0278341 1 ||| ||| 1
+, which [X][X] [X] ||| , die von [X][X] [X] ||| 0.0278341 1 ||| ||| 0.142857
+, which many [X] ||| , die von vielen [X] ||| 0.0177126 1 ||| ||| 0.392857
+, which many people [X] ||| , die von vielen [X] ||| 0.0101215 1 ||| ||| 0.392857
+that we [X] ||| , die wir [X] ||| 0.0278341 1 ||| ||| 1
+that we [X][X] . [X] ||| , die wir [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.125
+that we [X][X] [X] ||| , die wir [X][X] [X] ||| 0.0278341 1 ||| ||| 0.291667
+that we have [X][X] . [X] ||| , die wir [X][X] haben . [X] ||| 0.0278341 1 ||| ||| 0.125
+that we have [X][X] [X] ||| , die wir [X][X] haben [X] ||| 0.0278341 1 ||| ||| 0.166667
+that we have always upheld [X] ||| , die wir stets verteidigt haben [X] ||| 0.0278341 1 ||| ||| 0.166667
+that [X] ||| , dies [X] ||| 0.0278341 1 ||| ||| 1
+, raise this question , [X] ||| , diese Frage ansprechen , [X] ||| 0.0278341 1 ||| ||| 0.2
+, raise this question [X] ||| , diese Frage ansprechen [X] ||| 0.0278341 1 ||| ||| 0.333333
+, raise this question [X][X] [X] ||| , diese Frage ansprechen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.320803
+to subvert it [X] ||| , diesen zu unterlaufen , [X] ||| 0.0278341 1 ||| ||| 1
+to subvert it [X][X] . [X] ||| , diesen zu unterlaufen , [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.125
+to subvert it [X][X] [X] ||| , diesen zu unterlaufen , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.267857
+to subvert it [X] ||| , diesen zu unterlaufen [X] ||| 0.0278341 1 ||| ||| 1
+to subvert it [X][X] . [X] ||| , diesen zu unterlaufen [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.125
+to subvert it [X][X] [X] ||| , diesen zu unterlaufen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.267857
+an objection [X] ||| , einen Einwand gegen [X] ||| 0.0208756 1 ||| ||| 1.33333
+raise an objection [X] ||| , einen Einwand gegen [X] ||| 0.00695852 1 ||| ||| 1.33333
+an [X] ||| , einen [X] ||| 0.013917 1 ||| ||| 2
+raise an [X] ||| , einen [X] ||| 0.013917 1 ||| ||| 2
+, for [X] ||| , für [X] ||| 0.0278341 1 ||| ||| 1
+that there have been [X] ||| , gab es [X] ||| 0.0278341 1 ||| ||| 0.5
+, [X] ||| , geltend [X] ||| 0.0278341 1 ||| ||| 1
+, [X][X] [X] ||| , geltend [X][X] [X] ||| 0.0204117 1 ||| ||| 0.535714
+, [X][X] representations [X] ||| , geltend [X][X] [X] ||| 0.00742242 1 ||| ||| 0.535714
+, to [X] ||| , geltend zu [X] ||| 0.0278341 1 ||| ||| 1
+, to [X][X] [X] ||| , geltend zu [X][X] [X] ||| 0.0278341 1 ||| ||| 0.142857
+, to make [X] ||| , geltend zu machen [X] ||| 0.0177126 1 ||| ||| 0.392857
+, to make representations [X] ||| , geltend zu machen [X] ||| 0.0101215 1 ||| ||| 0.392857
+, I [X] ||| , ich [X] ||| 0.0278341 1 ||| ||| 1
+, I [X][X] [X] ||| , ich [X][X] [X] ||| 0.0208091 1 ||| ||| 0.381636
+, I [X][X] have [X] ||| , ich [X][X] [X] ||| 0.00221011 1 ||| ||| 0.381636
+, I [X][X] you [X] ||| , ich [X][X] [X] ||| 0.00260477 1 ||| ||| 0.381636
+, I [X][X] you have [X] ||| , ich [X][X] [X] ||| 0.00221011 1 ||| ||| 0.381636
+, I [X][X] initiative [X][X] [X] ||| , ich [X][X] [X][X] Initiative [X] ||| 0.0278341 1 ||| ||| 0.118649
+, I feel [X] ||| , ich denke , daß [X] ||| 0.0278341 1 ||| ||| 0.333333
+, I feel [X][X] [X] ||| , ich denke , daß [X][X] [X] ||| 0.0178835 1 ||| ||| 0.184666
+, I feel [X][X] have [X] ||| , ich denke , daß [X][X] [X] ||| 0.00456746 1 ||| ||| 0.184666
+, I feel [X][X] you [X] ||| , ich denke , daß [X][X] [X] ||| 0.00538309 1 ||| ||| 0.184666
+, I feel an [X] ||| , ich denke , daß eine [X] ||| 0.0278341 1 ||| ||| 0.166667
+, I feel an [X][X] [X] ||| , ich denke , daß eine [X][X] [X] ||| 0.0278341 1 ||| ||| 0.118649
+, in Texas [X] ||| , in Texas [X] ||| 0.0278341 1 ||| ||| 0.333333
+, as [X] ||| , in [X] ||| 0.013917 1 ||| ||| 2
+, in [X] ||| , in [X] ||| 0.013917 1 ||| ||| 2
+[X][X] , as [X] ||| , in [X][X] [X] ||| 0.0278341 1 ||| ||| 1
+in [X] ||| , mit [X] ||| 0.0278341 1 ||| ||| 1
+in [X][X] Parliament [X] ||| , mit [X][X] Parlament [X] ||| 0.0278341 1 ||| ||| 0.0909091
+in [X][X] Parliament [X][X] [X] ||| , mit [X][X] Parlament [X][X] [X] ||| 0.0179643 1 ||| ||| 0.104201
+in [X][X] Parliament [X][X] an [X] ||| , mit [X][X] Parlament [X][X] [X] ||| 0.00534237 1 ||| ||| 0.104201
+in [X][X] Parliament [X][X] interest [X] ||| , mit [X][X] Parlament [X][X] [X] ||| 0.00452744 1 ||| ||| 0.104201
+in [X][X] Parliament has [X][X] [X] ||| , mit [X][X] Parlament [X][X] hat [X] ||| 0.0278341 1 ||| ||| 0.0672522
+in [X][X] [X] ||| , mit [X][X] [X] ||| 0.0238729 1 ||| ||| 0.378726
+in [X][X] an [X] ||| , mit [X][X] [X] ||| 0.00146988 1 ||| ||| 0.378726
+in [X][X] an interest [X] ||| , mit [X][X] [X] ||| 0.00124566 1 ||| ||| 0.378726
+in [X][X] interest [X] ||| , mit [X][X] [X] ||| 0.00124566 1 ||| ||| 0.378726
+in [X][X] has [X][X] [X] ||| , mit [X][X] [X][X] hat [X] ||| 0.0179643 1 ||| ||| 0.104201
+in [X][X] has [X][X] an [X] ||| , mit [X][X] [X][X] hat [X] ||| 0.00534237 1 ||| ||| 0.104201
+in [X][X] has [X][X] interest [X] ||| , mit [X][X] [X][X] hat [X] ||| 0.00452744 1 ||| ||| 0.104201
+in [X][X] has consistently shown [X] ||| , mit [X][X] immer wieder befaßt hat [X] ||| 0.0278341 1 ||| ||| 0.030303
+in which [X] ||| , mit dem [X] ||| 0.0278341 1 ||| ||| 1
+in which [X][X] [X] ||| , mit dem [X][X] [X] ||| 0.0207596 1 ||| ||| 0.212059
+in which [X][X] an [X] ||| , mit dem [X][X] [X] ||| 0.00262512 1 ||| ||| 0.212059
+in which [X][X] an interest [X] ||| , mit dem [X][X] [X] ||| 0.00222469 1 ||| ||| 0.212059
+in which [X][X] interest [X] ||| , mit dem [X][X] [X] ||| 0.00222469 1 ||| ||| 0.212059
+in which [X][X] has [X][X] [X] ||| , mit dem [X][X] [X][X] hat [X] ||| 0.0278341 1 ||| ||| 0.0672522
+in which [X] ||| , mit dem sich [X] ||| 0.0278341 1 ||| ||| 1
+in which [X][X] [X] ||| , mit dem sich [X][X] [X] ||| 0.0207596 1 ||| ||| 0.212059
+in which [X][X] an [X] ||| , mit dem sich [X][X] [X] ||| 0.00262512 1 ||| ||| 0.212059
+in which [X][X] an interest [X] ||| , mit dem sich [X][X] [X] ||| 0.00222469 1 ||| ||| 0.212059
+in which [X][X] interest [X] ||| , mit dem sich [X][X] [X] ||| 0.00222469 1 ||| ||| 0.212059
+in which [X][X] has [X][X] [X] ||| , mit dem sich [X][X] [X][X] hat [X] ||| 0.0278341 1 ||| ||| 0.0672522
+in which this Parliament [X] ||| , mit dem sich dieses Parlament [X] ||| 0.0278341 1 ||| ||| 0.0909091
+in which this Parliament [X][X] [X] ||| , mit dem sich dieses Parlament [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0672522
+in which this [X] ||| , mit dem sich dieses [X] ||| 0.0278341 1 ||| ||| 0.166667
+in which this [X][X] [X] ||| , mit dem sich dieses [X][X] [X] ||| 0.0179643 1 ||| ||| 0.104201
+in which this [X][X] an [X] ||| , mit dem sich dieses [X][X] [X] ||| 0.00534237 1 ||| ||| 0.104201
+in which this [X][X] interest [X] ||| , mit dem sich dieses [X][X] [X] ||| 0.00452744 1 ||| ||| 0.104201
+legally [X] ||| , rechtlich [X] ||| 0.0278341 1 ||| ||| 1
+legally inadmissible [X] ||| , rechtlich unzulässig [X] ||| 0.0278341 1 ||| ||| 1
+[X][X] legally inadmissible . [X] ||| , rechtlich unzulässig [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.166667
+[X][X] legally inadmissible [X] ||| , rechtlich unzulässig [X][X] [X] ||| 0.0278341 1 ||| ||| 0.25
+would be legally inadmissible . [X] ||| , rechtlich unzulässig wäre . [X] ||| 0.0278341 1 ||| ||| 0.166667
+would be legally inadmissible [X] ||| , rechtlich unzulässig wäre [X] ||| 0.0278341 1 ||| ||| 0.25
+rise , then , [X] ||| , sich [X] ||| 0.0278341 1 ||| ||| 1
+rise , then , [X][X] [X] ||| , sich [X][X] [X] ||| 0.0278341 1 ||| ||| 0.833333
+, and [X] ||| , und [X] ||| 0.0278341 1 ||| ||| 1
+, and whether [X] ||| , und ob [X] ||| 0.0278341 1 ||| ||| 0.333333
+people signed [X] ||| , unterzeichnet worden [X] ||| 0.013917 1 ||| ||| 2
+signed [X] ||| , unterzeichnet worden [X] ||| 0.013917 1 ||| ||| 2
+people signed [X] ||| , unterzeichnet worden ist [X] ||| 0.013917 1 ||| ||| 2
+signed [X] ||| , unterzeichnet worden ist [X] ||| 0.013917 1 ||| ||| 2
+because [X] ||| , weil [X] ||| 0.0278341 1 ||| ||| 1
+because [X][X] . [X] ||| , weil [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.0454545
+because [X][X] is appealing . [X] ||| , weil [X][X] Berufung geht . [X] ||| 0.0278341 1 ||| ||| 0.0454545
+because [X][X] is appealing [X] ||| , weil [X][X] Berufung geht [X] ||| 0.0278341 1 ||| ||| 0.0555556
+because [X][X] [X] ||| , weil [X][X] [X] ||| 0.0278341 1 ||| ||| 0.443867
+because [X][X] is appealing . [X] ||| , weil [X][X] in Berufung geht . [X] ||| 0.0278341 1 ||| ||| 0.0454545
+because [X][X] is appealing [X] ||| , weil [X][X] in Berufung geht [X] ||| 0.0278341 1 ||| ||| 0.0555556
+because [X][X] [X] ||| , weil [X][X] in [X] ||| 0.0278341 1 ||| ||| 0.142857
+because the public prosecutor [X] ||| , weil der Staatsanwalt [X] ||| 0.0278341 1 ||| ||| 0.2
+because the public prosecutor [X][X] [X] ||| , weil der Staatsanwalt [X][X] [X] ||| 0.0278341 1 ||| ||| 0.10101
+because the public prosecutor [X] ||| , weil der Staatsanwalt in [X] ||| 0.0278341 1 ||| ||| 0.142857
+because the public prosecutor [X][X] [X] ||| , weil der Staatsanwalt in [X][X] [X] ||| 0.0278341 1 ||| ||| 0.10101
+because the [X] ||| , weil der [X] ||| 0.0278341 1 ||| ||| 1
+because the [X][X] . [X] ||| , weil der [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.0454545
+because the [X][X] is appealing [X] ||| , weil der [X][X] Berufung geht [X] ||| 0.0278341 1 ||| ||| 0.0555556
+because the [X][X] [X] ||| , weil der [X][X] [X] ||| 0.0278341 1 ||| ||| 0.443867
+because the [X][X] is appealing [X] ||| , weil der [X][X] in Berufung geht [X] ||| 0.0278341 1 ||| ||| 0.0555556
+because the [X][X] [X] ||| , weil der [X][X] in [X] ||| 0.0278341 1 ||| ||| 0.142857
+for you , Madam President [X] ||| , wenn Sie , Frau Präsidentin [X] ||| 0.0278341 1 ||| ||| 0.0666667
+for you , Madam [X] ||| , wenn Sie , Frau [X] ||| 0.0278341 1 ||| ||| 0.125
+for you , Madam [X][X] [X] ||| , wenn Sie , Frau [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0633528
+for you , Madam [X][X] [X] ||| , wenn Sie , Frau [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0263158
+for you , [X] ||| , wenn Sie , [X] ||| 0.0278341 1 ||| ||| 0.25
+for you , [X][X] , [X] ||| , wenn Sie , [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.037037
+for you , [X][X] , [X] ||| , wenn Sie , [X][X] , der [X] ||| 0.0278341 1 ||| ||| 0.0263158
+for you , [X][X] [X] ||| , wenn Sie , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.13002
+for you , [X][X] [X] ||| , wenn Sie , [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0263158
+, if you [X] ||| , wenn Sie [X] ||| 0.00695852 1 ||| ||| 1.33333
+for you [X] ||| , wenn Sie [X] ||| 0.0208756 1 ||| ||| 1.33333
+, if you [X][X] , [X] ||| , wenn Sie [X][X] , [X] ||| 0.01342 1 ||| ||| 0.0715198
+for you [X][X] , [X] ||| , wenn Sie [X][X] , [X] ||| 0.0144141 1 ||| ||| 0.0715198
+for you [X][X] , [X] ||| , wenn Sie [X][X] , der [X] ||| 0.0278341 1 ||| ||| 0.0263158
+for you [X][X] President , [X] ||| , wenn Sie [X][X] Präsidentin , [X] ||| 0.0278341 1 ||| ||| 0.037037
+for you [X][X] President , [X] ||| , wenn Sie [X][X] Präsidentin , der [X] ||| 0.0278341 1 ||| ||| 0.0263158
+for you [X][X] President [X] ||| , wenn Sie [X][X] Präsidentin [X] ||| 0.0278341 1 ||| ||| 0.0666667
+, if you [X][X] [X] ||| , wenn Sie [X][X] [X] ||| 0.0110886 1 ||| ||| 0.423889
+for you [X][X] [X] ||| , wenn Sie [X][X] [X] ||| 0.0167455 1 ||| ||| 0.423889
+for you [X][X] [X] ||| , wenn Sie [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0263158
+, if you wish , [X] ||| , wenn Sie wollen , [X] ||| 0.0278341 1 ||| ||| 0.0909091
+, if you wish [X] ||| , wenn Sie wollen [X] ||| 0.0278341 1 ||| ||| 0.166667
+, if you wish [X][X] [X] ||| , wenn Sie wollen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.077961
+, if [X] ||| , wenn [X] ||| 0.013917 1 ||| ||| 2
+for [X] ||| , wenn [X] ||| 0.013917 1 ||| ||| 2
+, if [X][X] , [X] ||| , wenn [X][X] , [X] ||| 0.0214874 1 ||| ||| 0.162429
+for [X][X] , [X] ||| , wenn [X][X] , [X] ||| 0.00634672 1 ||| ||| 0.162429
+, if [X][X] , [X][X] [X] ||| , wenn [X][X] , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.077961
+for [X][X] , [X] ||| , wenn [X][X] , der [X] ||| 0.0278341 1 ||| ||| 0.0263158
+for [X][X] Madam President , [X] ||| , wenn [X][X] Frau Präsidentin , [X] ||| 0.0278341 1 ||| ||| 0.037037
+for [X][X] Madam President , [X] ||| , wenn [X][X] Frau Präsidentin , der [X] ||| 0.0278341 1 ||| ||| 0.0263158
+for [X][X] Madam President [X] ||| , wenn [X][X] Frau Präsidentin [X] ||| 0.0278341 1 ||| ||| 0.0666667
+for [X][X] Madam [X] ||| , wenn [X][X] Frau [X] ||| 0.0278341 1 ||| ||| 0.125
+for [X][X] Madam [X][X] [X] ||| , wenn [X][X] Frau [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0633528
+for [X][X] Madam [X][X] [X] ||| , wenn [X][X] Frau [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0263158
+for [X][X] President , [X] ||| , wenn [X][X] Präsidentin , [X] ||| 0.0278341 1 ||| ||| 0.037037
+for [X][X] President , [X] ||| , wenn [X][X] Präsidentin , der [X] ||| 0.0278341 1 ||| ||| 0.0263158
+for [X][X] President [X] ||| , wenn [X][X] Präsidentin [X] ||| 0.0278341 1 ||| ||| 0.0666667
+, if [X][X] [X] ||| , wenn [X][X] [X] ||| 0.0111109 1 ||| ||| 0.840556
+for [X][X] [X] ||| , wenn [X][X] [X] ||| 0.0167232 1 ||| ||| 0.840556
+, if [X][X] raise [X][X] [X] ||| , wenn [X][X] [X][X] ansprechen [X] ||| 0.0278341 1 ||| ||| 0.0434783
+for [X][X] [X] ||| , wenn [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0263158
+, I shall [X] ||| , werde ich [X] ||| 0.0185561 1 ||| ||| 0.75
+, I shall do [X] ||| , werde ich [X] ||| 0.00927803 1 ||| ||| 0.75
+, I shall [X][X] . [X] ||| , werde ich [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.0454545
+, I shall [X][X] [X] ||| , werde ich [X][X] [X] ||| 0.013917 1 ||| ||| 0.170909
+, I shall do [X][X] [X] ||| , werde ich [X][X] [X] ||| 0.013917 1 ||| ||| 0.170909
+, I shall [X][X] suggested [X] ||| , werde ich dem Vorschlag [X][X] folgen [X] ||| 0.0278341 1 ||| ||| 0.04
+, I shall [X] ||| , werde ich dem [X] ||| 0.018556 1 ||| ||| 0.5
+, I shall do [X] ||| , werde ich dem [X] ||| 0.00927805 1 ||| ||| 0.5
+, I shall [X][X] . [X] ||| , werde ich dem [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.0454545
+, I shall [X][X] [X] ||| , werde ich dem [X][X] [X] ||| 0.013917 1 ||| ||| 0.170909
+, I shall do [X][X] [X] ||| , werde ich dem [X][X] [X] ||| 0.013917 1 ||| ||| 0.170909
+, [X][X] has [X][X] [X] ||| , wurde [X][X] [X][X] [X] ||| 0.0278341 1 ||| ||| 0.2
+, [X][X] has [X][X] presented [X] ||| , wurde [X][X] [X][X] eingereicht [X] ||| 0.0278341 1 ||| ||| 0.2
+, a petition has [X][X] [X] ||| , wurde [X][X] eine Petition [X] ||| 0.0278341 1 ||| ||| 0.2
+, [X][X] has already been [X] ||| , wurde bereits [X][X] [X] ||| 0.0278341 1 ||| ||| 0.2
+, on [X] ||| , zur [X] ||| 0.241419 1 ||| ||| 2
+, on [X][X] . [X] ||| , zur [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.4
+, on [X][X] [X] ||| , zur [X][X] [X] ||| 0.241419 1 ||| ||| 1.06667
+[X][X] , who [X] ||| , zählt [X][X] , der [X] ||| 0.0278341 1 ||| ||| 0.125
+Mr Kumar Ponnambalam , who [X] ||| , zählt auch Herr Kumar Ponnambalam , der [X] ||| 0.0278341 1 ||| ||| 0.125
+Mr Kumar Ponnambalam [X] ||| , zählt auch Herr Kumar Ponnambalam [X] ||| 0.0278341 1 ||| ||| 0.5
+Mr Kumar Ponnambalam [X][X] [X] ||| , zählt auch Herr Kumar Ponnambalam [X][X] [X] ||| 0.0278341 1 ||| ||| 0.125
+Mr [X] ||| , zählt auch Herr [X] ||| 0.0278341 1 ||| ||| 1
+Mr [X][X] , who [X] ||| , zählt auch Herr [X][X] , der [X] ||| 0.0278341 1 ||| ||| 0.125
+Mr [X][X] [X] ||| , zählt auch Herr [X][X] [X] ||| 0.0278341 1 ||| ||| 0.625
+[X][X] , who [X] ||| , zählt auch [X][X] , der [X] ||| 0.0278341 1 ||| ||| 0.125
+, [X] ||| - , [X] ||| 0.00695852 1 ||| ||| 4
+, on [X] ||| - , [X] ||| 0.00695852 1 ||| ||| 4
+, on behalf [X] ||| - , [X] ||| 0.00695852 1 ||| ||| 4
+, on behalf of [X] ||| - , [X] ||| 0.00695852 1 ||| ||| 4
+, [X][X] the victims [X] ||| - , [X][X] Opfern [X] ||| 0.00556682 1 ||| ||| 0.16129
+, [X][X] victims [X] ||| - , [X][X] Opfern [X] ||| 0.00556682 1 ||| ||| 0.16129
+, on [X][X] the victims [X] ||| - , [X][X] Opfern [X] ||| 0.00556682 1 ||| ||| 0.16129
+, on [X][X] victims [X] ||| - , [X][X] Opfern [X] ||| 0.00556682 1 ||| ||| 0.16129
+, on behalf [X][X] victims [X] ||| - , [X][X] Opfern [X] ||| 0.00556682 1 ||| ||| 0.16129
+, [X][X] [X] ||| - , [X][X] [X] ||| 0.00601799 1 ||| ||| 0.967493
+, [X][X] the [X] ||| - , [X][X] [X] ||| 0.00221302 1 ||| ||| 0.967493
+, on [X][X] [X] ||| - , [X][X] [X] ||| 0.00601799 1 ||| ||| 0.967493
+, on [X][X] the [X] ||| - , [X][X] [X] ||| 0.00221302 1 ||| ||| 0.967493
+, on behalf [X][X] [X] ||| - , [X][X] [X] ||| 0.00601799 1 ||| ||| 0.967493
+, on behalf [X][X] the [X] ||| - , [X][X] [X] ||| 0.00221302 1 ||| ||| 0.967493
+, on behalf of [X][X] [X] ||| - , [X][X] [X] ||| 0.00314106 1 ||| ||| 0.967493
+, on behalf of all [X] ||| - , allen [X] ||| 0.0278341 1 ||| ||| 0.1
+, [X] ||| - [X] ||| 0.160946 1 ||| ||| 3
+, including [X] ||| - [X] ||| 0.00927803 1 ||| ||| 3
+[X][X] the victims [X] ||| - [X][X] Opfern [X] ||| 0.013917 1 ||| ||| 0.0645162
+[X][X] victims [X] ||| - [X][X] Opfern [X] ||| 0.013917 1 ||| ||| 0.0645162
+[X][X] behalf [X][X] the victims [X] ||| - [X][X] [X][X] Opfern [X] ||| 0.00695852 1 ||| ||| 0.129032
+[X][X] behalf [X][X] victims [X] ||| - [X][X] [X][X] Opfern [X] ||| 0.00695852 1 ||| ||| 0.129032
+[X][X] behalf of [X][X] victims [X] ||| - [X][X] [X][X] Opfern [X] ||| 0.00695852 1 ||| ||| 0.129032
+[X][X] of [X][X] victims [X] ||| - [X][X] [X][X] Opfern [X] ||| 0.00695852 1 ||| ||| 0.129032
+[X][X] all the victims [X] ||| - [X][X] allen Opfern [X] ||| 0.013917 1 ||| ||| 0.0645162
+[X][X] of all the victims [X] ||| - [X][X] allen Opfern [X] ||| 0.013917 1 ||| ||| 0.0645162
+[X][X] all [X] ||| - [X][X] allen [X] ||| 0.00524411 1 ||| ||| 0.530769
+[X][X] all the [X] ||| - [X][X] allen [X] ||| 0.00403393 1 ||| ||| 0.530769
+[X][X] behalf of all [X] ||| - [X][X] allen [X] ||| 0.00524411 1 ||| ||| 0.530769
+[X][X] behalf of all the [X] ||| - [X][X] allen [X] ||| 0.00403393 1 ||| ||| 0.530769
+[X][X] of all [X] ||| - [X][X] allen [X] ||| 0.00524411 1 ||| ||| 0.530769
+[X][X] of all the [X] ||| - [X][X] allen [X] ||| 0.00403393 1 ||| ||| 0.530769
+[X][X] all [X][X] [X] ||| - [X][X] allen [X][X] [X] ||| 0.00927803 1 ||| ||| 0.0967743
+[X][X] behalf of all [X][X] [X] ||| - [X][X] allen [X][X] [X] ||| 0.00927803 1 ||| ||| 0.0967743
+[X][X] of all [X][X] [X] ||| - [X][X] allen [X][X] [X] ||| 0.00927803 1 ||| ||| 0.0967743
+indeed , including specifically [X] ||| - gerade [X] ||| 0.0278341 1 ||| ||| 0.5
+. [X] ||| . [X] ||| 0.925926 1 ||| ||| 27
+an interest . [X] ||| . [X] ||| 0.00103089 1 ||| ||| 27
+interest . [X] ||| . [X] ||| 0.00103089 1 ||| ||| 27
+143 [X] ||| 143 [X] ||| 0.0278341 1 ||| ||| 1
+143 [X][X] . [X] ||| 143 [X][X] ? [X] ||| 0.0278341 1 ||| ||| 0.166667
+143 [X][X] [X] ||| 143 [X][X] [X] ||| 0.0278341 1 ||| ||| 0.5
+143 concerning inadmissibility . [X] ||| 143 im Zusammenhang mit der Unzulässigkeit geben ? [X] ||| 0.0278341 1 ||| ||| 0.166667
+143 concerning inadmissibility [X] ||| 143 im Zusammenhang mit der Unzulässigkeit geben [X] ||| 0.0278341 1 ||| ||| 0.333333
+143 concerning [X] ||| 143 im Zusammenhang mit der [X] ||| 0.0278341 1 ||| ||| 1
+143 concerning [X][X] [X] ||| 143 im Zusammenhang mit der [X][X] [X] ||| 0.0278341 1 ||| ||| 0.166667
+Madam President [X] ||| 34jährigen [X] ||| 0.013917 1 ||| ||| 2
+President [X] ||| 34jährigen [X] ||| 0.013917 1 ||| ||| 2
+6 [X] ||| 6 [X] ||| 0.0278341 1 ||| ||| 1
+. [X] ||| ? [X] ||| 0.013917 1 ||| ||| 2
+? [X] ||| ? [X] ||| 0.013917 1 ||| ||| 2
+paragraph 6 [X] ||| Absatz 6 [X] ||| 0.0278341 1 ||| ||| 1
+paragraph [X] ||| Absatz [X] ||| 0.0278341 1 ||| ||| 1
+Alexander Nikitin . [X] ||| Alexander Nikitin . [X] ||| 0.0278341 1 ||| ||| 0.333333
+Alexander Nikitin [X] ||| Alexander Nikitin [X] ||| 0.115881 1 ||| ||| 4.16667
+Alexander Nikitin to [X] ||| Alexander Nikitin [X] ||| 0.00334009 1 ||| ||| 4.16667
+Alexander Nikitin to be [X] ||| Alexander Nikitin [X] ||| 0.00222673 1 ||| ||| 4.16667
+Alexander Nikitin to be accused [X] ||| Alexander Nikitin [X] ||| 0.00167005 1 ||| ||| 4.16667
+for Alexander Nikitin [X] ||| Alexander Nikitin [X] ||| 0.00334009 1 ||| ||| 4.16667
+for Alexander Nikitin to [X] ||| Alexander Nikitin [X] ||| 0.00222673 1 ||| ||| 4.16667
+for Alexander Nikitin to be [X] ||| Alexander Nikitin [X] ||| 0.00167005 1 ||| ||| 4.16667
+Alexander [X] ||| Alexander [X] ||| 0.160946 1 ||| ||| 3
+for Alexander [X] ||| Alexander [X] ||| 0.00927803 1 ||| ||| 3
+Alexander [X][X] [X] ||| Alexander [X][X] [X] ||| 0.0723879 1 ||| ||| 6.09552
+Alexander [X][X] accused [X] ||| Alexander [X][X] [X] ||| 0.00114158 1 ||| ||| 6.09552
+Alexander [X][X] accused of [X] ||| Alexander [X][X] [X] ||| 0.00114158 1 ||| ||| 6.09552
+Alexander [X][X] be [X] ||| Alexander [X][X] [X] ||| 0.0015221 1 ||| ||| 6.09552
+Alexander [X][X] be accused [X] ||| Alexander [X][X] [X] ||| 0.00114158 1 ||| ||| 6.09552
+Alexander [X][X] be accused of [X] ||| Alexander [X][X] [X] ||| 0.00114158 1 ||| ||| 6.09552
+Alexander [X][X] of [X] ||| Alexander [X][X] [X] ||| 0.00114158 1 ||| ||| 6.09552
+for Alexander [X][X] [X] ||| Alexander [X][X] [X] ||| 0.0502132 1 ||| ||| 6.09552
+for Alexander [X][X] accused [X] ||| Alexander [X][X] [X] ||| 0.00114158 1 ||| ||| 6.09552
+for Alexander [X][X] accused of [X] ||| Alexander [X][X] [X] ||| 0.0015221 1 ||| ||| 6.09552
+for Alexander [X][X] be [X] ||| Alexander [X][X] [X] ||| 0.00114158 1 ||| ||| 6.09552
+for Alexander [X][X] be accused [X] ||| Alexander [X][X] [X] ||| 0.00114158 1 ||| ||| 6.09552
+for Alexander [X][X] of [X] ||| Alexander [X][X] [X] ||| 0.0015221 1 ||| ||| 6.09552
+prestigious office [X] ||| Amtes [X] ||| 0.0278341 1 ||| ||| 1
+prestigious office [X][X] , [X] ||| Amtes [X][X] , [X] ||| 0.00537149 1 ||| ||| 0.112648
+prestigious office [X][X] [X] ||| Amtes [X][X] , [X] ||| 0.0224626 1 ||| ||| 0.112648
+prestigious office [X][X] , to [X] ||| Amtes [X][X] , bei [X] ||| 0.0278341 1 ||| ||| 0.0169492
+prestigious office [X][X] you [X] ||| Amtes [X][X] , die Sie [X] ||| 0.0278341 1 ||| ||| 0.0454545
+prestigious office [X][X] you [X][X] [X] ||| Amtes [X][X] , die Sie [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0386883
+prestigious office [X][X] you represent [X] ||| Amtes [X][X] , die Sie vertreten [X] ||| 0.0278341 1 ||| ||| 0.0285714
+prestigious office [X][X] [X] ||| Amtes [X][X] , die [X] ||| 0.0278341 1 ||| ||| 0.0714286
+prestigious office [X][X] institution [X] ||| Amtes [X][X] Institution , [X] ||| 0.0278341 1 ||| ||| 0.0909091
+prestigious office [X][X] institution [X][X] [X] ||| Amtes [X][X] Institution , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0672597
+prestigious office [X][X] institution you [X] ||| Amtes [X][X] Institution , die Sie [X] ||| 0.0278341 1 ||| ||| 0.0454545
+prestigious office [X][X] institution [X] ||| Amtes [X][X] Institution , die [X] ||| 0.0278341 1 ||| ||| 0.0714286
+prestigious office [X][X] institution [X][X] [X] ||| Amtes [X][X] Institution , die [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0672597
+prestigious office [X][X] institution [X] ||| Amtes [X][X] Institution [X] ||| 0.0278341 1 ||| ||| 0.125
+prestigious office [X][X] institution [X][X] [X] ||| Amtes [X][X] Institution [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0672597
+prestigious office [X][X] you [X] ||| Amtes [X][X] Sie [X] ||| 0.0278341 1 ||| ||| 0.0454545
+prestigious office [X][X] you [X][X] [X] ||| Amtes [X][X] Sie [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0386883
+prestigious office [X][X] you represent [X] ||| Amtes [X][X] Sie vertreten [X] ||| 0.0278341 1 ||| ||| 0.0285714
+prestigious office [X][X] [X] ||| Amtes [X][X] [X] ||| 0.0278341 1 ||| ||| 0.650052
+prestigious office [X][X] to [X] ||| Amtes [X][X] bei [X] ||| 0.0278341 1 ||| ||| 0.0169492
+prestigious office [X][X] you [X] ||| Amtes [X][X] die Sie [X] ||| 0.0278341 1 ||| ||| 0.0454545
+prestigious office [X][X] you [X][X] [X] ||| Amtes [X][X] die Sie [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0386883
+prestigious office [X][X] you represent [X] ||| Amtes [X][X] die Sie vertreten [X] ||| 0.0278341 1 ||| ||| 0.0285714
+prestigious office [X][X] [X] ||| Amtes [X][X] die [X] ||| 0.0278341 1 ||| ||| 0.0714286
+prestigious office [X][X] represent , [X] ||| Amtes [X][X] vertreten , [X] ||| 0.0278341 1 ||| ||| 0.0217391
+prestigious office [X][X] represent [X] ||| Amtes [X][X] vertreten [X] ||| 0.0278341 1 ||| ||| 0.0285714
+prestigious office [X][X] represent [X][X] [X] ||| Amtes [X][X] vertreten [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0169492
+prestigious office and [X] ||| Amtes und [X] ||| 0.0278341 1 ||| ||| 0.5
+prestigious office and [X][X] , [X] ||| Amtes und [X][X] , [X] ||| 0.00537149 1 ||| ||| 0.112648
+prestigious office and [X][X] [X] ||| Amtes und [X][X] , [X] ||| 0.0224626 1 ||| ||| 0.112648
+prestigious office and [X][X] you [X] ||| Amtes und [X][X] , die Sie [X] ||| 0.0278341 1 ||| ||| 0.0454545
+prestigious office and [X][X] [X] ||| Amtes und [X][X] , die [X] ||| 0.0278341 1 ||| ||| 0.0714286
+prestigious office and [X][X] you [X] ||| Amtes und [X][X] Sie [X] ||| 0.0278341 1 ||| ||| 0.0454545
+prestigious office and [X][X] [X] ||| Amtes und [X][X] [X] ||| 0.0278341 1 ||| ||| 0.400052
+prestigious office and [X][X] to [X] ||| Amtes und [X][X] bei [X] ||| 0.0278341 1 ||| ||| 0.0169492
+prestigious office and [X][X] you [X] ||| Amtes und [X][X] die Sie [X] ||| 0.0278341 1 ||| ||| 0.0454545
+prestigious office and [X][X] [X] ||| Amtes und [X][X] die [X] ||| 0.0278341 1 ||| ||| 0.0714286
+prestigious office and [X][X] represent [X] ||| Amtes und [X][X] vertreten [X] ||| 0.0278341 1 ||| ||| 0.0285714
+prestigious office and the institution [X] ||| Amtes und der Institution , [X] ||| 0.0278341 1 ||| ||| 0.0909091
+prestigious office and the institution [X] ||| Amtes und der Institution , die [X] ||| 0.0278341 1 ||| ||| 0.0714286
+prestigious office and the institution [X] ||| Amtes und der Institution [X] ||| 0.0278341 1 ||| ||| 0.125
+prestigious office and the [X] ||| Amtes und der [X] ||| 0.0278341 1 ||| ||| 0.25
+prestigious office and the [X][X] [X] ||| Amtes und der [X][X] [X] ||| 0.0278341 1 ||| ||| 0.112714
+form of quota penalties [X] ||| Art Quotenstrafe belegt [X] ||| 0.0278341 1 ||| ||| 0.25
+form of quota penalties [X][X] [X] ||| Art Quotenstrafe belegt [X][X] [X] ||| 0.0278341 1 ||| ||| 0.125
+form [X] ||| Art [X] ||| 0.013917 1 ||| ||| 2
+form of [X] ||| Art [X] ||| 0.013917 1 ||| ||| 2
+form [X][X] [X] ||| Art [X][X] [X] ||| 0.013917 1 ||| ||| 0.75
+form of [X][X] [X] ||| Art [X][X] [X] ||| 0.013917 1 ||| ||| 0.75
+form [X][X] should be [X] ||| Art [X][X] werden sollen [X] ||| 0.013917 1 ||| ||| 0.25
+form of [X][X] should be [X] ||| Art [X][X] werden sollen [X] ||| 0.013917 1 ||| ||| 0.25
+Rule 143 [X] ||| Artikel 143 [X] ||| 0.0278341 1 ||| ||| 1
+Rule 143 [X][X] . [X] ||| Artikel 143 [X][X] ? [X] ||| 0.0278341 1 ||| ||| 0.0909091
+Rule 143 [X][X] [X] ||| Artikel 143 [X][X] [X] ||| 0.0278341 1 ||| ||| 0.257576
+Rule 143 concerning inadmissibility . [X] ||| Artikel 143 im Zusammenhang mit der Unzulässigkeit geben ? [X] ||| 0.0278341 1 ||| ||| 0.0909091
+Rule 143 concerning inadmissibility [X] ||| Artikel 143 im Zusammenhang mit der Unzulässigkeit geben [X] ||| 0.0278341 1 ||| ||| 0.166667
+Rule 143 concerning [X] ||| Artikel 143 im Zusammenhang mit der [X] ||| 0.0278341 1 ||| ||| 0.333333
+Rule 143 concerning [X][X] [X] ||| Artikel 143 im Zusammenhang mit der [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0909091
+Rule [X] ||| Artikel [X] ||| 0.0278341 1 ||| ||| 1
+Rule [X][X] . [X] ||| Artikel [X][X] ? [X] ||| 0.0278341 1 ||| ||| 0.0909091
+Rule [X][X] inadmissibility . [X] ||| Artikel [X][X] Unzulässigkeit geben ? [X] ||| 0.0278341 1 ||| ||| 0.0909091
+Rule [X][X] inadmissibility [X] ||| Artikel [X][X] Unzulässigkeit geben [X] ||| 0.0278341 1 ||| ||| 0.166667
+Rule [X][X] [X] ||| Artikel [X][X] [X] ||| 0.0278341 1 ||| ||| 0.590909
+people assassinated very [X] ||| Attentatsopfern , die es in [X] ||| 0.0278341 1 ||| ||| 1
+people assassinated very [X][X] Lanka [X] ||| Attentatsopfern , die es in [X][X] Lanka [X] ||| 0.0278341 1 ||| ||| 0.0909091
+people assassinated very [X][X] Sri [X] ||| Attentatsopfern , die es in [X][X] Sri [X] ||| 0.0278341 1 ||| ||| 0.142857
+people assassinated very [X][X] [X] ||| Attentatsopfern , die es in [X][X] [X] ||| 0.0278341 1 ||| ||| 0.483766
+people assassinated very recently [X] ||| Attentatsopfern , die es in jüngster Zeit [X] ||| 0.0278341 1 ||| ||| 0.5
+people assassinated very recently [X][X] [X] ||| Attentatsopfern , die es in jüngster Zeit [X][X] [X] ||| 0.0278341 1 ||| ||| 0.233766
+people assassinated very recently in [X] ||| Attentatsopfern , die es in jüngster Zeit in [X] ||| 0.0278341 1 ||| ||| 0.25
+advice [X] ||| Auskunft [X] ||| 0.0278341 1 ||| ||| 1
+advice [X][X] 143 [X] ||| Auskunft [X][X] 143 [X] ||| 0.0278341 1 ||| ||| 0.166667
+advice [X][X] 143 [X][X] [X] ||| Auskunft [X][X] 143 [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0526316
+advice [X][X] 143 concerning inadmissibility [X] ||| Auskunft [X][X] 143 im Zusammenhang mit der Unzulässigkeit geben [X] ||| 0.0278341 1 ||| ||| 0.0526316
+advice [X][X] 143 concerning [X] ||| Auskunft [X][X] 143 im Zusammenhang mit der [X] ||| 0.0278341 1 ||| ||| 0.0909091
+advice [X][X] inadmissibility [X] ||| Auskunft [X][X] Unzulässigkeit geben [X] ||| 0.0278341 1 ||| ||| 0.0526316
+advice [X][X] [X] ||| Auskunft [X][X] [X] ||| 0.0278341 1 ||| ||| 0.643541
+advice [X][X] concerning inadmissibility [X] ||| Auskunft [X][X] im Zusammenhang mit der Unzulässigkeit geben [X] ||| 0.0278341 1 ||| ||| 0.0526316
+advice [X][X] concerning [X] ||| Auskunft [X][X] im Zusammenhang mit der [X] ||| 0.0278341 1 ||| ||| 0.0909091
+advice about Rule 143 [X] ||| Auskunft zu Artikel 143 [X] ||| 0.0278341 1 ||| ||| 0.166667
+advice about Rule 143 [X][X] [X] ||| Auskunft zu Artikel 143 [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0526316
+advice about Rule 143 concerning [X] ||| Auskunft zu Artikel 143 im Zusammenhang mit der [X] ||| 0.0278341 1 ||| ||| 0.0909091
+advice about Rule [X] ||| Auskunft zu Artikel [X] ||| 0.0278341 1 ||| ||| 0.333333
+advice about Rule [X][X] inadmissibility [X] ||| Auskunft zu Artikel [X][X] Unzulässigkeit geben [X] ||| 0.0278341 1 ||| ||| 0.0526316
+advice about Rule [X][X] [X] ||| Auskunft zu Artikel [X][X] [X] ||| 0.0278341 1 ||| ||| 0.143541
+advice about [X] ||| Auskunft zu [X] ||| 0.0278341 1 ||| ||| 1
+advice about [X][X] inadmissibility [X] ||| Auskunft zu [X][X] Unzulässigkeit geben [X] ||| 0.0278341 1 ||| ||| 0.0526316
+advice about [X][X] [X] ||| Auskunft zu [X][X] [X] ||| 0.0278341 1 ||| ||| 0.310207
+advice about [X][X] concerning inadmissibility [X] ||| Auskunft zu [X][X] im Zusammenhang mit der Unzulässigkeit geben [X] ||| 0.0278341 1 ||| ||| 0.0526316
+advice about [X][X] concerning [X] ||| Auskunft zu [X][X] im Zusammenhang mit der [X] ||| 0.0278341 1 ||| ||| 0.0909091
+guidance programmes [X] ||| Ausrichtungsprogramme [X] ||| 0.013917 1 ||| ||| 2
+guidance programmes comes [X] ||| Ausrichtungsprogramme [X] ||| 0.013917 1 ||| ||| 2
+guidance programmes [X][X] [X] ||| Ausrichtungsprogramme [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.2
+guidance programmes [X][X] [X] ||| Ausrichtungsprogramme [X][X] , der [X] ||| 0.0278341 1 ||| ||| 0.166667
+guidance programmes [X][X] [X] ||| Ausrichtungsprogramme [X][X] [X] ||| 0.0278341 1 ||| ||| 0.616667
+guidance programmes [X][X] [X] ||| Ausrichtungsprogramme [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.166667
+guidance programmes comes before [X] ||| Ausrichtungsprogramme befassen , [X] ||| 0.0278341 1 ||| ||| 0.2
+guidance programmes comes before [X] ||| Ausrichtungsprogramme befassen , der [X] ||| 0.0278341 1 ||| ||| 0.166667
+guidance programmes comes before [X] ||| Ausrichtungsprogramme befassen [X] ||| 0.0278341 1 ||| ||| 0.25
+stay [X] ||| Aussetzung [X] ||| 0.0278341 1 ||| ||| 1
+a stay of execution [X] ||| Aussetzung der Vollstreckung des Todesurteils [X] ||| 0.0278341 1 ||| ||| 1
+a stay of execution [X][X] [X] ||| Aussetzung der Vollstreckung des Todesurteils [X][X] [X] ||| 0.0278341 1 ||| ||| 0.711111
+a stay of execution and [X] ||| Aussetzung der Vollstreckung des Todesurteils und [X] ||| 0.0278341 1 ||| ||| 0.5
+debate [X] ||| Aussprache [X] ||| 0.013917 1 ||| ||| 2
+presentation [X] ||| Aussprache [X] ||| 0.013917 1 ||| ||| 2
+presentation [X][X] . [X] ||| Aussprache [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.0909091
+presentation [X][X] report . [X] ||| Aussprache [X][X] Bericht . [X] ||| 0.0278341 1 ||| ||| 0.0909091
+presentation [X][X] report [X] ||| Aussprache [X][X] Bericht [X] ||| 0.0278341 1 ||| ||| 0.166667
+presentation [X][X] [X] ||| Aussprache [X][X] [X] ||| 0.0278341 1 ||| ||| 0.590909
+debate on [X] ||| Aussprache im [X] ||| 0.0278341 1 ||| ||| 1
+presentation of [X] ||| Aussprache über [X] ||| 0.0278341 1 ||| ||| 1
+presentation of [X][X] . [X] ||| Aussprache über [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.0909091
+presentation of [X][X] [X] ||| Aussprache über [X][X] [X] ||| 0.0278341 1 ||| ||| 0.257576
+presentation of the report . [X] ||| Aussprache über den Bericht . [X] ||| 0.0278341 1 ||| ||| 0.0909091
+presentation of the report [X] ||| Aussprache über den Bericht [X] ||| 0.0278341 1 ||| ||| 0.166667
+presentation of the [X] ||| Aussprache über den [X] ||| 0.0278341 1 ||| ||| 0.333333
+presentation of the [X][X] [X] ||| Aussprache über den [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0909091
+regret [X] ||| Bedauern [X] ||| 0.0278341 1 ||| ||| 1
+[X][X] regret [X] ||| Bedauern [X][X] [X] ||| 0.0278341 1 ||| ||| 0.75
+expressing [X][X] regret [X] ||| Bedauern [X][X] zum [X] ||| 0.0278341 1 ||| ||| 0.25
+Parliament 's regret [X] ||| Bedauern des Parlaments [X] ||| 0.0278341 1 ||| ||| 0.5
+expressing Parliament 's regret [X] ||| Bedauern des Parlaments zum [X] ||| 0.0278341 1 ||| ||| 0.25
+the start [X] ||| Beginn [X] ||| 0.0278341 1 ||| ||| 1
+the start [X][X] . [X] ||| Beginn [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.0416667
+the start [X][X] presentation [X] ||| Beginn [X][X] Aussprache [X] ||| 0.0278341 1 ||| ||| 0.2
+the start [X][X] presentation [X][X] [X] ||| Beginn [X][X] Aussprache [X][X] [X] ||| 0.0278341 1 ||| ||| 0.183824
+the start [X][X] presentation of [X] ||| Beginn [X][X] Aussprache über [X] ||| 0.0278341 1 ||| ||| 0.125
+the start [X][X] report . [X] ||| Beginn [X][X] Bericht . [X] ||| 0.0278341 1 ||| ||| 0.0416667
+the start [X][X] report [X] ||| Beginn [X][X] Bericht [X] ||| 0.0278341 1 ||| ||| 0.0588235
+the start [X][X] [X] ||| Beginn [X][X] [X] ||| 0.0278341 1 ||| ||| 0.842157
+the start [X][X] the report [X] ||| Beginn [X][X] den Bericht [X] ||| 0.0278341 1 ||| ||| 0.0588235
+the start [X][X] the [X] ||| Beginn [X][X] den [X] ||| 0.0278341 1 ||| ||| 0.0833333
+the start [X][X] the [X][X] [X] ||| Beginn [X][X] den [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0416667
+the start [X][X] of [X] ||| Beginn [X][X] über [X] ||| 0.0278341 1 ||| ||| 0.125
+the start [X][X] of [X][X] [X] ||| Beginn [X][X] über [X][X] [X] ||| 0.0278341 1 ||| ||| 0.10049
+the start [X][X] of the [X] ||| Beginn [X][X] über den [X] ||| 0.0278341 1 ||| ||| 0.0833333
+the start of the presentation [X] ||| Beginn der Aussprache [X] ||| 0.0278341 1 ||| ||| 0.2
+the start of the [X] ||| Beginn der [X] ||| 0.0278341 1 ||| ||| 0.333333
+the start of the [X][X] [X] ||| Beginn der [X][X] [X] ||| 0.0278341 1 ||| ||| 0.308824
+reprieve [X] ||| Begnadigung [X] ||| 0.0278341 1 ||| ||| 1
+reprieve [X][X] [X] ||| Begnadigung [X][X] [X] ||| 0.0278341 1 ||| ||| 0.25
+reprieve the condemned person [X] ||| Begnadigung des Verurteilten [X] ||| 0.0278341 1 ||| ||| 0.25
+reprieve the [X] ||| Begnadigung des [X] ||| 0.0278341 1 ||| ||| 1
+reprieve the [X][X] [X] ||| Begnadigung des [X][X] [X] ||| 0.0278341 1 ||| ||| 0.25
+report . [X] ||| Bericht . [X] ||| 0.0278341 1 ||| ||| 1
+report [X] ||| Bericht [X] ||| 0.241419 1 ||| ||| 2
+report [X][X] legislative proposal [X] ||| Bericht [X][X] Legislativvorschlag [X] ||| 0.0278341 1 ||| ||| 0.125
+report [X][X] [X] ||| Bericht [X][X] [X] ||| 0.0278341 1 ||| ||| 0.375
+report , [X] ||| Bericht und [X] ||| 0.0278341 1 ||| ||| 1
+report , [X][X] legislative proposal [X] ||| Bericht und [X][X] Legislativvorschlag [X] ||| 0.0278341 1 ||| ||| 0.125
+report , [X][X] [X] ||| Bericht und [X][X] [X] ||| 0.0278341 1 ||| ||| 0.375
+report , not a [X] ||| Bericht und keinen [X] ||| 0.0278341 1 ||| ||| 0.25
+report , not a [X][X] [X] ||| Bericht und keinen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.125
+appealing [X] ||| Berufung [X] ||| 0.0278341 1 ||| ||| 1
+is appealing . [X] ||| Berufung geht . [X] ||| 0.0278341 1 ||| ||| 0.5
+is appealing [X] ||| Berufung geht [X] ||| 0.0278341 1 ||| ||| 1
+visited [X] ||| Besuch [X] ||| 0.0278341 1 ||| ||| 1
+visited [X] ||| Besuch abgestattet [X] ||| 0.0278341 1 ||| ||| 1
+had visited [X] ||| Besuch abgestattet hatte [X] ||| 0.0278341 1 ||| ||| 1
+bomb explosions and killings [X] ||| Bombenexplosionen mit zahlreichen Toten [X] ||| 0.0167005 1 ||| ||| 0.833333
+of bomb explosions and killings [X] ||| Bombenexplosionen mit zahlreichen Toten [X] ||| 0.0111336 1 ||| ||| 0.833333
+bomb explosions and [X] ||| Bombenexplosionen mit zahlreichen [X] ||| 0.013917 1 ||| ||| 2
+of bomb explosions and [X] ||| Bombenexplosionen mit zahlreichen [X] ||| 0.013917 1 ||| ||| 2
+Bush , [X] ||| Bush , [X] ||| 0.0278341 1 ||| ||| 1
+Bush , who [X] ||| Bush , der [X] ||| 0.0278341 1 ||| ||| 0.333333
+Bush [X] ||| Bush [X] ||| 0.0278341 1 ||| ||| 1
+Bush [X][X] [X] ||| Bush [X][X] [X] ||| 0.0278341 1 ||| ||| 0.333333
+Cunha report [X] ||| Cunha-Bericht [X] ||| 0.0278341 1 ||| ||| 1
+Cunha report [X][X] [X] ||| Cunha-Bericht [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.037037
+Cunha report [X][X] [X] ||| Cunha-Bericht [X][X] , der [X] ||| 0.0278341 1 ||| ||| 0.0285714
+Cunha report [X][X] guidance programmes [X] ||| Cunha-Bericht [X][X] Ausrichtungsprogramme [X] ||| 0.0278341 1 ||| ||| 0.1
+Cunha report [X][X] [X] ||| Cunha-Bericht [X][X] [X] ||| 0.0243923 1 ||| ||| 0.622086
+Cunha report [X][X] comes [X] ||| Cunha-Bericht [X][X] [X] ||| 0.00344178 1 ||| ||| 0.622086
+Cunha report [X][X] before [X] ||| Cunha-Bericht [X][X] befassen , [X] ||| 0.013917 1 ||| ||| 0.074074
+Cunha report [X][X] comes before [X] ||| Cunha-Bericht [X][X] befassen , [X] ||| 0.013917 1 ||| ||| 0.074074
+Cunha report [X][X] before [X] ||| Cunha-Bericht [X][X] befassen , der [X] ||| 0.013917 1 ||| ||| 0.0571428
+Cunha report [X][X] comes before [X] ||| Cunha-Bericht [X][X] befassen , der [X] ||| 0.013917 1 ||| ||| 0.0571428
+Cunha report [X][X] before [X] ||| Cunha-Bericht [X][X] befassen [X] ||| 0.013917 1 ||| ||| 0.105263
+Cunha report [X][X] comes before [X] ||| Cunha-Bericht [X][X] befassen [X] ||| 0.013917 1 ||| ||| 0.105263
+Cunha report [X][X] [X] ||| Cunha-Bericht [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0285714
+Cunha report on [X] ||| Cunha-Bericht über [X] ||| 0.0278341 1 ||| ||| 0.5
+Cunha report on [X][X] [X] ||| Cunha-Bericht über [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.037037
+Cunha report on [X][X] [X] ||| Cunha-Bericht über [X][X] , der [X] ||| 0.0278341 1 ||| ||| 0.0285714
+Cunha report on [X][X] [X] ||| Cunha-Bericht über [X][X] [X] ||| 0.0220798 1 ||| ||| 0.372086
+Cunha report on [X][X] comes [X] ||| Cunha-Bericht über [X][X] [X] ||| 0.00575427 1 ||| ||| 0.372086
+Cunha report on [X][X] before [X] ||| Cunha-Bericht über [X][X] befassen , [X] ||| 0.0278341 1 ||| ||| 0.037037
+Cunha report on [X][X] before [X] ||| Cunha-Bericht über [X][X] befassen , der [X] ||| 0.0278341 1 ||| ||| 0.0285714
+Cunha report on [X][X] before [X] ||| Cunha-Bericht über [X][X] befassen [X] ||| 0.0278341 1 ||| ||| 0.0526316
+Cunha report on [X][X] [X] ||| Cunha-Bericht über [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0285714
+Cunha report on multiannual [X] ||| Cunha-Bericht über mehrjährige [X] ||| 0.0278341 1 ||| ||| 0.25
+Cunha report on multiannual [X][X] [X] ||| Cunha-Bericht über mehrjährige [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.037037
+Cunha report on multiannual [X][X] [X] ||| Cunha-Bericht über mehrjährige [X][X] , der [X] ||| 0.0278341 1 ||| ||| 0.0285714
+Cunha report on multiannual [X][X] [X] ||| Cunha-Bericht über mehrjährige [X][X] [X] ||| 0.0278341 1 ||| ||| 0.295163
+Cunha report on multiannual [X][X] [X] ||| Cunha-Bericht über mehrjährige [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0285714
+[X][X] to [X] ||| Dokument [X][X] bei [X] ||| 0.0278341 1 ||| ||| 0.2
+[X][X] to [X][X] [X] ||| Dokument [X][X] bei [X][X] [X] ||| 0.0278341 1 ||| ||| 0.099537
+[X][X] to [X][X] merely [X] ||| Dokument [X][X] bei [X][X] lediglich um [X] ||| 0.0278341 1 ||| ||| 0.037037
+[X][X] to what [X] ||| Dokument [X][X] bei dem es [X] ||| 0.0278341 1 ||| ||| 0.111111
+[X][X] to what [X][X] [X] ||| Dokument [X][X] bei dem es [X][X] [X] ||| 0.0278341 1 ||| ||| 0.037037
+[X][X] to what is [X] ||| Dokument [X][X] bei dem es sich [X] ||| 0.0278341 1 ||| ||| 0.0625
+[X][X] to what is merely [X] ||| Dokument [X][X] bei dem es sich lediglich um [X] ||| 0.0278341 1 ||| ||| 0.037037
+[X][X] what [X] ||| Dokument [X][X] dem es [X] ||| 0.0278341 1 ||| ||| 0.111111
+[X][X] what [X][X] [X] ||| Dokument [X][X] dem es [X][X] [X] ||| 0.0278341 1 ||| ||| 0.037037
+[X][X] what is [X] ||| Dokument [X][X] dem es sich [X] ||| 0.0278341 1 ||| ||| 0.0625
+[X][X] what is merely [X] ||| Dokument [X][X] dem es sich lediglich um [X] ||| 0.0278341 1 ||| ||| 0.037037
+[X][X] merely [X] ||| Dokument [X][X] lediglich um [X] ||| 0.0278341 1 ||| ||| 0.037037
+[X][X] is [X] ||| Dokument [X][X] sich [X] ||| 0.0278341 1 ||| ||| 0.0625
+[X][X] is merely [X] ||| Dokument [X][X] sich lediglich um [X] ||| 0.0278341 1 ||| ||| 0.037037
+of [X] ||| Dokument zu [X] ||| 0.0278341 1 ||| ||| 1
+of [X][X] [X] ||| Dokument zu [X][X] [X] ||| 0.0278341 1 ||| ||| 0.910648
+of [X][X] to [X] ||| Dokument zu [X][X] bei [X] ||| 0.0278341 1 ||| ||| 0.2
+of [X][X] to [X][X] [X] ||| Dokument zu [X][X] bei [X][X] [X] ||| 0.0278341 1 ||| ||| 0.099537
+of [X][X] to [X][X] merely [X] ||| Dokument zu [X][X] bei [X][X] lediglich um [X] ||| 0.0278341 1 ||| ||| 0.037037
+of [X][X] to what [X] ||| Dokument zu [X][X] bei dem es [X] ||| 0.0278341 1 ||| ||| 0.111111
+of [X][X] to what [X][X] [X] ||| Dokument zu [X][X] bei dem es [X][X] [X] ||| 0.0278341 1 ||| ||| 0.037037
+of [X][X] to what is [X] ||| Dokument zu [X][X] bei dem es sich [X] ||| 0.0278341 1 ||| ||| 0.0625
+of [X][X] what [X] ||| Dokument zu [X][X] dem es [X] ||| 0.0278341 1 ||| ||| 0.111111
+of [X][X] what [X][X] [X] ||| Dokument zu [X][X] dem es [X][X] [X] ||| 0.0278341 1 ||| ||| 0.037037
+of [X][X] what is [X] ||| Dokument zu [X][X] dem es sich [X] ||| 0.0278341 1 ||| ||| 0.0625
+of [X][X] what is merely [X] ||| Dokument zu [X][X] dem es sich lediglich um [X] ||| 0.0278341 1 ||| ||| 0.037037
+of [X][X] merely [X] ||| Dokument zu [X][X] lediglich um [X] ||| 0.0278341 1 ||| ||| 0.037037
+of [X][X] is [X] ||| Dokument zu [X][X] sich [X] ||| 0.0278341 1 ||| ||| 0.0625
+of [X][X] is merely [X] ||| Dokument zu [X][X] sich lediglich um [X] ||| 0.0278341 1 ||| ||| 0.037037
+of that kind [X] ||| Dokument zu erheben , [X] ||| 0.0278341 1 ||| ||| 0.5
+of that kind [X][X] [X] ||| Dokument zu erheben , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.210648
+of that kind [X][X] merely [X] ||| Dokument zu erheben , [X][X] lediglich um [X] ||| 0.0278341 1 ||| ||| 0.037037
+of that kind [X][X] is [X] ||| Dokument zu erheben , [X][X] sich [X] ||| 0.0278341 1 ||| ||| 0.0625
+of that kind to [X] ||| Dokument zu erheben , bei [X] ||| 0.0278341 1 ||| ||| 0.2
+of that kind to [X][X] [X] ||| Dokument zu erheben , bei [X][X] [X] ||| 0.0278341 1 ||| ||| 0.099537
+of that kind to what [X] ||| Dokument zu erheben , bei dem es [X] ||| 0.0278341 1 ||| ||| 0.111111
+Thursday [X] ||| Donnerstag [X] ||| 0.00927803 1 ||| ||| 3
+Thursday prior [X] ||| Donnerstag [X] ||| 0.00927803 1 ||| ||| 3
+next Thursday [X] ||| Donnerstag [X] ||| 0.00927803 1 ||| ||| 3
+Thursday prior [X][X] presentation [X] ||| Donnerstag [X][X] Aussprache [X] ||| 0.0278341 1 ||| ||| 0.0909091
+Thursday prior [X][X] presentation [X][X] [X] ||| Donnerstag [X][X] Aussprache [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0526316
+Thursday prior [X][X] presentation of [X] ||| Donnerstag [X][X] Aussprache über [X] ||| 0.0278341 1 ||| ||| 0.0666667
+Thursday prior [X][X] [X] ||| Donnerstag [X][X] [X] ||| 0.0278341 1 ||| ||| 0.487985
+Thursday prior [X][X] the [X] ||| Donnerstag [X][X] den [X] ||| 0.0278341 1 ||| ||| 0.0526316
+Thursday prior [X][X] of the [X] ||| Donnerstag [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.111111
+Thursday prior [X][X] of [X] ||| Donnerstag [X][X] über [X] ||| 0.0278341 1 ||| ||| 0.0666667
+Thursday prior [X][X] of the [X] ||| Donnerstag [X][X] über den [X] ||| 0.0278341 1 ||| ||| 0.0526316
+Thursday [X] ||| Donnerstag dieser Woche [X] ||| 0.013917 1 ||| ||| 2
+next Thursday [X] ||| Donnerstag dieser Woche [X] ||| 0.013917 1 ||| ||| 2
+Thursday [X] ||| Donnerstag dieser [X] ||| 0.013917 1 ||| ||| 2
+next Thursday [X] ||| Donnerstag dieser [X] ||| 0.013917 1 ||| ||| 2
+Thursday prior to the start [X] ||| Donnerstag zu Beginn [X] ||| 0.0278341 1 ||| ||| 0.166667
+Thursday prior to [X] ||| Donnerstag zu [X] ||| 0.0278341 1 ||| ||| 0.5
+Thursday prior to [X][X] presentation [X] ||| Donnerstag zu [X][X] Aussprache [X] ||| 0.0278341 1 ||| ||| 0.0909091
+Thursday prior to [X][X] [X] ||| Donnerstag zu [X][X] [X] ||| 0.0278341 1 ||| ||| 0.487985
+Thursday prior to [X][X] the [X] ||| Donnerstag zu [X][X] den [X] ||| 0.0278341 1 ||| ||| 0.0526316
+Thursday prior to [X][X] of [X] ||| Donnerstag zu [X][X] über [X] ||| 0.0278341 1 ||| ||| 0.0666667
+objection [X] ||| Einwand gegen [X] ||| 0.0278341 1 ||| ||| 1
+resolutions [X] ||| Entschließungen [X] ||| 0.0278341 1 ||| ||| 1
+findings [X] ||| Ergebnissen [X] ||| 0.0278341 1 ||| ||| 1
+European Parliament [X] ||| Europäischen Parlament [X] ||| 0.241419 1 ||| ||| 2
+European Parliament [X][X] European Community [X] ||| Europäischen Parlament [X][X] Europäischen Union [X] ||| 0.0278341 1 ||| ||| 0.0181818
+European Parliament [X][X] European [X] ||| Europäischen Parlament [X][X] Europäischen [X] ||| 0.013917 1 ||| ||| 0.0444444
+European Parliament [X][X] the European [X] ||| Europäischen Parlament [X][X] Europäischen [X] ||| 0.013917 1 ||| ||| 0.0444444
+European Parliament [X][X] months ago [X] ||| Europäischen Parlament [X][X] Monaten [X] ||| 0.0278341 1 ||| ||| 0.0555556
+European Parliament [X][X] months ago [X] ||| Europäischen Parlament [X][X] Monaten einen [X] ||| 0.0278341 1 ||| ||| 0.0344828
+European Parliament [X][X] Community [X] ||| Europäischen Parlament [X][X] Union [X] ||| 0.0278341 1 ||| ||| 0.0181818
+European Parliament [X][X] [X] ||| Europäischen Parlament [X][X] [X] ||| 0.0238036 1 ||| ||| 0.692186
+European Parliament [X][X] of [X] ||| Europäischen Parlament [X][X] [X] ||| 0.00143614 1 ||| ||| 0.692186
+European Parliament [X][X] of the [X] ||| Europäischen Parlament [X][X] [X] ||| 0.00129716 1 ||| ||| 0.692186
+European Parliament [X][X] the [X] ||| Europäischen Parlament [X][X] [X] ||| 0.00129716 1 ||| ||| 0.692186
+European Parliament [X][X] of [X][X] [X] ||| Europäischen Parlament [X][X] [X][X] [X] ||| 0.0191959 1 ||| ||| 0.0585858
+European Parliament [X][X] the [X][X] [X] ||| Europäischen Parlament [X][X] [X][X] [X] ||| 0.00863817 1 ||| ||| 0.0585858
+European Parliament [X][X] the [X] ||| Europäischen Parlament [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0909091
+European Parliament [X][X] the [X][X] [X] ||| Europäischen Parlament [X][X] der [X][X] [X] ||| 0.0278341 1 ||| ||| 0.108376
+European Parliament [X][X] the whole [X] ||| Europäischen Parlament [X][X] der gesamten [X] ||| 0.0278341 1 ||| ||| 0.0526316
+European Parliament [X][X] [X] ||| Europäischen Parlament [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.0344828
+European Parliament [X][X] whole [X] ||| Europäischen Parlament [X][X] gesamten [X] ||| 0.016582 1 ||| ||| 0.0883459
+European Parliament [X][X] whole of [X] ||| Europäischen Parlament [X][X] gesamten [X] ||| 0.0112521 1 ||| ||| 0.0883459
+European Parliament [X][X] whole [X][X] [X] ||| Europäischen Parlament [X][X] gesamten [X][X] [X] ||| 0.0278341 1 ||| ||| 0.040404
+European Parliament just [X] ||| Europäischen Parlament erst [X] ||| 0.0278341 1 ||| ||| 0.333333
+European Parliament just [X][X] [X] ||| Europäischen Parlament erst [X][X] [X] ||| 0.0278341 1 ||| ||| 0.173372
+European Parliament just [X][X] [X] ||| Europäischen Parlament erst [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.0344828
+European Parliament just [X] ||| Europäischen Parlament erst vor [X] ||| 0.0278341 1 ||| ||| 0.25
+European Parliament just [X][X] [X] ||| Europäischen Parlament erst vor [X][X] [X] ||| 0.0278341 1 ||| ||| 0.173372
+European Parliament just [X][X] [X] ||| Europäischen Parlament erst vor [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.0344828
+European Parliament just a few [X] ||| Europäischen Parlament erst vor wenigen [X] ||| 0.0278341 1 ||| ||| 0.0833333
+European Parliament and [X] ||| Europäischen Parlament und [X] ||| 0.0278341 1 ||| ||| 0.333333
+European Parliament and [X][X] European [X] ||| Europäischen Parlament und [X][X] Europäischen [X] ||| 0.0278341 1 ||| ||| 0.0222222
+European Parliament and [X][X] Community [X] ||| Europäischen Parlament und [X][X] Union [X] ||| 0.0278341 1 ||| ||| 0.0181818
+European Parliament and [X][X] [X] ||| Europäischen Parlament und [X][X] [X] ||| 0.0219197 1 ||| ||| 0.319889
+European Parliament and [X][X] of [X] ||| Europäischen Parlament und [X][X] [X] ||| 0.00310756 1 ||| ||| 0.319889
+European Parliament and [X][X] the [X] ||| Europäischen Parlament und [X][X] [X] ||| 0.00280683 1 ||| ||| 0.319889
+European Parliament and [X][X] whole [X] ||| Europäischen Parlament und [X][X] gesamten [X] ||| 0.0278341 1 ||| ||| 0.0526316
+European Parliament and by [X] ||| Europäischen Parlament und von [X] ||| 0.0278341 1 ||| ||| 0.166667
+European Parliament and by [X][X] [X] ||| Europäischen Parlament und von [X][X] [X] ||| 0.0278341 1 ||| ||| 0.161008
+European Parliament and by the [X] ||| Europäischen Parlament und von der [X] ||| 0.0278341 1 ||| ||| 0.0909091
+European Parliament , [X] ||| Europäischen Parlaments [X] ||| 0.00668018 1 ||| ||| 2.08333
+European Parliament , a [X] ||| Europäischen Parlaments [X] ||| 0.00445345 1 ||| ||| 2.08333
+European Parliament , a date [X] ||| Europäischen Parlaments [X] ||| 0.00334009 1 ||| ||| 2.08333
+European Parliament [X] ||| Europäischen Parlaments [X] ||| 0.0133604 1 ||| ||| 2.08333
+European Community [X] ||| Europäischen Union [X] ||| 0.0098238 1 ||| ||| 2.83333
+European Union [X] ||| Europäischen Union [X] ||| 0.0098238 1 ||| ||| 2.83333
+of the European Community [X] ||| Europäischen Union [X] ||| 0.0032746 1 ||| ||| 2.83333
+the European Community [X] ||| Europäischen Union [X] ||| 0.0049119 1 ||| ||| 2.83333
+European [X] ||| Europäischen [X] ||| 0.714286 1 ||| ||| 7
+of the European [X] ||| Europäischen [X] ||| 0.0039763 1 ||| ||| 7
+the European [X] ||| Europäischen [X] ||| 0.0039763 1 ||| ||| 7
+European [X][X] European Community [X] ||| Europäischen [X][X] Europäischen Union [X] ||| 0.013917 1 ||| ||| 0.0363636
+European [X][X] the European Community [X] ||| Europäischen [X][X] Europäischen Union [X] ||| 0.013917 1 ||| ||| 0.0363636
+European [X][X] European [X] ||| Europäischen [X][X] Europäischen [X] ||| 0.00927803 1 ||| ||| 0.0666666
+European [X][X] of the European [X] ||| Europäischen [X][X] Europäischen [X] ||| 0.00927803 1 ||| ||| 0.0666666
+European [X][X] the European [X] ||| Europäischen [X][X] Europäischen [X] ||| 0.00927803 1 ||| ||| 0.0666666
+European [X][X] months ago [X] ||| Europäischen [X][X] Monaten [X] ||| 0.0278341 1 ||| ||| 0.0555556
+European [X][X] months ago [X] ||| Europäischen [X][X] Monaten einen [X] ||| 0.0278341 1 ||| ||| 0.0344828
+European [X][X] Community [X] ||| Europäischen [X][X] Union [X] ||| 0.0278341 1 ||| ||| 0.0181818
+European [X][X] [X] ||| Europäischen [X][X] [X] ||| 0.512136 1 ||| ||| 6.52552
+European [X][X] a [X] ||| Europäischen [X][X] [X] ||| 0.00142181 1 ||| ||| 6.52552
+European [X][X] a date [X] ||| Europäischen [X][X] [X] ||| 0.00106636 1 ||| ||| 6.52552
+European [X][X] a date has [X] ||| Europäischen [X][X] [X] ||| 0.00106636 1 ||| ||| 6.52552
+European [X][X] been [X] ||| Europäischen [X][X] [X] ||| 0.00106636 1 ||| ||| 6.52552
+European [X][X] been set [X] ||| Europäischen [X][X] [X] ||| 0.00106636 1 ||| ||| 6.52552
+European [X][X] date [X] ||| Europäischen [X][X] [X] ||| 0.00106636 1 ||| ||| 6.52552
+European [X][X] date has [X] ||| Europäischen [X][X] [X] ||| 0.00106636 1 ||| ||| 6.52552
+European [X][X] date has been [X] ||| Europäischen [X][X] [X] ||| 0.00106636 1 ||| ||| 6.52552
+European [X][X] has [X] ||| Europäischen [X][X] [X] ||| 0.00106636 1 ||| ||| 6.52552
+European [X][X] has been [X] ||| Europäischen [X][X] [X] ||| 0.00106636 1 ||| ||| 6.52552
+European [X][X] has been set [X] ||| Europäischen [X][X] [X] ||| 0.00106636 1 ||| ||| 6.52552
+European [X][X] of [X] ||| Europäischen [X][X] [X] ||| 0.000152337 1 ||| ||| 6.52552
+European [X][X] of the [X] ||| Europäischen [X][X] [X] ||| 0.000137595 1 ||| ||| 6.52552
+European [X][X] set [X] ||| Europäischen [X][X] [X] ||| 0.00106636 1 ||| ||| 6.52552
+European [X][X] the [X] ||| Europäischen [X][X] [X] ||| 0.000137595 1 ||| ||| 6.52552
+European [X][X] of [X][X] Community [X] ||| Europäischen [X][X] [X][X] Union [X] ||| 0.0278341 1 ||| ||| 0.0181818
+European [X][X] of [X][X] [X] ||| Europäischen [X][X] [X][X] [X] ||| 0.0146495 1 ||| ||| 0.0767676
+European [X][X] of the [X][X] [X] ||| Europäischen [X][X] [X][X] [X] ||| 0.00659229 1 ||| ||| 0.0767676
+European [X][X] the [X][X] [X] ||| Europäischen [X][X] [X][X] [X] ||| 0.00659229 1 ||| ||| 0.0767676
+European [X][X] the [X] ||| Europäischen [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0909091
+European [X][X] the [X][X] European [X] ||| Europäischen [X][X] der [X][X] Europäischen [X] ||| 0.0278341 1 ||| ||| 0.0222222
+European [X][X] the [X][X] Community [X] ||| Europäischen [X][X] der [X][X] Union [X] ||| 0.0278341 1 ||| ||| 0.0181818
+European [X][X] the [X][X] [X] ||| Europäischen [X][X] der [X][X] [X] ||| 0.0214496 1 ||| ||| 0.140634
+European [X][X] the [X][X] the [X] ||| Europäischen [X][X] der [X][X] [X] ||| 0.00638448 1 ||| ||| 0.140634
+European [X][X] the whole [X] ||| Europäischen [X][X] der gesamten [X] ||| 0.016582 1 ||| ||| 0.0883459
+European [X][X] the whole of [X] ||| Europäischen [X][X] der gesamten [X] ||| 0.0112521 1 ||| ||| 0.0883459
+European [X][X] the whole [X][X] [X] ||| Europäischen [X][X] der gesamten [X][X] [X] ||| 0.0278341 1 ||| ||| 0.040404
+European [X][X] [X] ||| Europäischen [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.0344828
+European [X][X] whole [X] ||| Europäischen [X][X] gesamten [X] ||| 0.0121468 1 ||| ||| 0.120604
+European [X][X] whole of [X] ||| Europäischen [X][X] gesamten [X] ||| 0.00824247 1 ||| ||| 0.120604
+European [X][X] whole of the [X] ||| Europäischen [X][X] gesamten [X] ||| 0.00744482 1 ||| ||| 0.120604
+European [X][X] whole [X][X] Community [X] ||| Europäischen [X][X] gesamten [X][X] Union [X] ||| 0.0278341 1 ||| ||| 0.0181818
+European [X][X] whole [X][X] [X] ||| Europäischen [X][X] gesamten [X][X] [X] ||| 0.013917 1 ||| ||| 0.080808
+European [X][X] whole of [X][X] [X] ||| Europäischen [X][X] gesamten [X][X] [X] ||| 0.013917 1 ||| ||| 0.080808
+European [X][X] by [X] ||| Europäischen [X][X] von [X] ||| 0.0278341 1 ||| ||| 0.166667
+European [X][X] by [X][X] European [X] ||| Europäischen [X][X] von [X][X] Europäischen [X] ||| 0.0278341 1 ||| ||| 0.0222222
+European [X][X] by [X][X] Community [X] ||| Europäischen [X][X] von [X][X] Union [X] ||| 0.0278341 1 ||| ||| 0.0181818
+European [X][X] by [X][X] [X] ||| Europäischen [X][X] von [X][X] [X] ||| 0.0195716 1 ||| ||| 0.22898
+European [X][X] by [X][X] of [X] ||| Europäischen [X][X] von [X][X] [X] ||| 0.00434131 1 ||| ||| 0.22898
+European [X][X] by [X][X] the [X] ||| Europäischen [X][X] von [X][X] [X] ||| 0.00392119 1 ||| ||| 0.22898
+European [X][X] by the [X] ||| Europäischen [X][X] von der [X] ||| 0.0278341 1 ||| ||| 0.0909091
+European [X][X] by the [X][X] [X] ||| Europäischen [X][X] von der [X][X] [X] ||| 0.0278341 1 ||| ||| 0.108376
+European [X][X] by the whole [X] ||| Europäischen [X][X] von der gesamten [X] ||| 0.0278341 1 ||| ||| 0.0526316
+European [X][X] [X] ||| Europäischen [X][X] vor [X] ||| 0.0278341 1 ||| ||| 0.25
+European [X][X] a few [X] ||| Europäischen [X][X] vor wenigen [X] ||| 0.0278341 1 ||| ||| 0.0833333
+European [X][X] a few [X][X] [X] ||| Europäischen [X][X] vor wenigen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0900383
+European [X][X] a few [X][X] [X] ||| Europäischen [X][X] vor wenigen [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.0344828
+European [X][X] a few [X] ||| Europäischen [X][X] wenigen [X] ||| 0.0278341 1 ||| ||| 0.0833333
+European [X][X] a few [X][X] [X] ||| Europäischen [X][X] wenigen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0900383
+European [X][X] a few [X][X] [X] ||| Europäischen [X][X] wenigen [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.0344828
+Evans , [X] ||| Evans , [X] ||| 0.0278341 1 ||| ||| 1
+Evans , [X][X] [X] ||| Evans , [X][X] [X] ||| 0.0256947 1 ||| ||| 0.35163
+Evans , [X][X] you [X] ||| Evans , [X][X] [X] ||| 0.00213939 1 ||| ||| 0.35163
+Evans , [X][X] initiative [X][X] [X] ||| Evans , [X][X] [X][X] Initiative [X] ||| 0.0278341 1 ||| ||| 0.067027
+Evans , [X][X] an [X] ||| Evans , [X][X] eine [X] ||| 0.0278341 1 ||| ||| 0.0909091
+Evans , [X][X] an [X][X] [X] ||| Evans , [X][X] eine [X][X] [X] ||| 0.0278341 1 ||| ||| 0.067027
+Evans , I [X] ||| Evans , ich [X] ||| 0.0278341 1 ||| ||| 0.333333
+Evans , I [X][X] [X] ||| Evans , ich [X][X] [X] ||| 0.0237669 1 ||| ||| 0.184963
+Evans , I [X][X] you [X] ||| Evans , ich [X][X] [X] ||| 0.00406715 1 ||| ||| 0.184963
+Evans , I feel [X] ||| Evans , ich denke , daß [X] ||| 0.0278341 1 ||| ||| 0.166667
+Evans , I feel [X][X] [X] ||| Evans , ich denke , daß [X][X] [X] ||| 0.0278341 1 ||| ||| 0.067027
+Evans , I feel an [X] ||| Evans , ich denke , daß eine [X] ||| 0.0278341 1 ||| ||| 0.0909091
+Evans [X] ||| Evans [X] ||| 0.160946 1 ||| ||| 3
+Evans has [X] ||| Evans [X] ||| 0.00927803 1 ||| ||| 3
+Evans [X][X] [X] ||| Evans [X][X] [X] ||| 0.0267358 1 ||| ||| 0.684963
+Evans [X][X] you [X] ||| Evans [X][X] [X] ||| 0.00109827 1 ||| ||| 0.684963
+Evans [X][X] initiative [X][X] [X] ||| Evans [X][X] [X][X] Initiative [X] ||| 0.011582 1 ||| ||| 0.161081
+Evans [X][X] initiative [X][X] you [X] ||| Evans [X][X] [X][X] Initiative [X] ||| 0.00467015 1 ||| ||| 0.161081
+Evans [X][X] initiative of [X][X] [X] ||| Evans [X][X] [X][X] Initiative [X] ||| 0.011582 1 ||| ||| 0.161081
+Evans [X][X] feel [X] ||| Evans [X][X] denke , daß [X] ||| 0.0278341 1 ||| ||| 0.166667
+Evans [X][X] feel [X][X] [X] ||| Evans [X][X] denke , daß [X][X] [X] ||| 0.0198358 1 ||| ||| 0.094054
+Evans [X][X] feel [X][X] you [X] ||| Evans [X][X] denke , daß [X][X] [X] ||| 0.0079983 1 ||| ||| 0.094054
+Evans [X][X] feel an [X] ||| Evans [X][X] denke , daß eine [X] ||| 0.0278341 1 ||| ||| 0.0909091
+Evans [X][X] feel an [X][X] [X] ||| Evans [X][X] denke , daß eine [X][X] [X] ||| 0.0278341 1 ||| ||| 0.067027
+Evans [X][X] an [X] ||| Evans [X][X] eine [X] ||| 0.0278341 1 ||| ||| 0.0909091
+Evans [X][X] an initiative [X][X] [X] ||| Evans [X][X] eine [X][X] Initiative [X] ||| 0.0278341 1 ||| ||| 0.067027
+Evans [X][X] an [X][X] [X] ||| Evans [X][X] eine [X][X] [X] ||| 0.0198358 1 ||| ||| 0.094054
+Evans [X][X] an [X][X] you [X] ||| Evans [X][X] eine [X][X] [X] ||| 0.0079983 1 ||| ||| 0.094054
+case [X] ||| Fall [X] ||| 0.57504 1 ||| ||| 3
+case [X][X] . [X] ||| Fall [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.0909091
+case [X][X] Nikitin . [X] ||| Fall [X][X] Nikitin . [X] ||| 0.0278341 1 ||| ||| 0.0909091
+case [X][X] Nikitin [X] ||| Fall [X][X] Nikitin [X] ||| 0.0278341 1 ||| ||| 0.166667
+case [X][X] [X] ||| Fall [X][X] [X] ||| 0.0278341 1 ||| ||| 0.590909
+case of Alexander Nikitin . [X] ||| Fall von Alexander Nikitin . [X] ||| 0.0278341 1 ||| ||| 0.0909091
+case of Alexander Nikitin [X] ||| Fall von Alexander Nikitin [X] ||| 0.0278341 1 ||| ||| 0.166667
+case of Alexander [X] ||| Fall von Alexander [X] ||| 0.0278341 1 ||| ||| 0.333333
+case of Alexander [X][X] [X] ||| Fall von Alexander [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0909091
+case of [X] ||| Fall von [X] ||| 0.0278341 1 ||| ||| 1
+case of [X][X] . [X] ||| Fall von [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.0909091
+case of [X][X] [X] ||| Fall von [X][X] [X] ||| 0.0278341 1 ||| ||| 0.257576
+fisheries policy [X] ||| Fischereipolitik darstellt [X] ||| 0.0278341 1 ||| ||| 1
+fisheries policy [X][X] [X] ||| Fischereipolitik darstellt [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0454545
+fisheries policy [X][X] proposal [X] ||| Fischereipolitik darstellt [X][X] Vorschlag [X] ||| 0.0278341 1 ||| ||| 0.125
+fisheries policy [X][X] proposal [X][X] [X] ||| Fischereipolitik darstellt [X][X] Vorschlag [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0454545
+fisheries policy [X][X] proposal [X][X] [X] ||| Fischereipolitik darstellt [X][X] Vorschlag [X][X] [X] ||| 0.0278341 1 ||| ||| 0.128788
+fisheries policy [X][X] [X] ||| Fischereipolitik darstellt [X][X] [X] ||| 0.0278341 1 ||| ||| 0.503788
+fisheries policy and [X] ||| Fischereipolitik darstellt und [X] ||| 0.0278341 1 ||| ||| 0.5
+fisheries policy and [X][X] [X] ||| Fischereipolitik darstellt und [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0454545
+fisheries policy and [X][X] [X] ||| Fischereipolitik darstellt und [X][X] [X] ||| 0.0278341 1 ||| ||| 0.253788
+fisheries policy and a proposal [X] ||| Fischereipolitik darstellt und ein Vorschlag [X] ||| 0.0278341 1 ||| ||| 0.125
+fisheries policy and a [X] ||| Fischereipolitik darstellt und ein [X] ||| 0.0278341 1 ||| ||| 0.25
+fisheries policy and a [X][X] [X] ||| Fischereipolitik darstellt und ein [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0454545
+fisheries policy and a [X][X] [X] ||| Fischereipolitik darstellt und ein [X][X] [X] ||| 0.0278341 1 ||| ||| 0.128788
+question [X] ||| Frage [X] ||| 0.241419 1 ||| ||| 2
+question [X][X] that [X] ||| Frage [X][X] , die [X] ||| 0.0278341 1 ||| ||| 0.1
+question [X][X] [X] ||| Frage [X][X] [X] ||| 0.0278341 1 ||| ||| 0.766667
+question [X][X] something that [X] ||| Frage [X][X] eine Angelegenheit , die [X] ||| 0.0278341 1 ||| ||| 0.1
+question [X][X] something [X] ||| Frage [X][X] eine Angelegenheit [X] ||| 0.0278341 1 ||| ||| 0.166667
+question relates [X] ||| Frage betrifft [X] ||| 0.0185561 1 ||| ||| 1.5
+question relates to [X] ||| Frage betrifft [X] ||| 0.00927803 1 ||| ||| 1.5
+question relates [X][X] that [X] ||| Frage betrifft [X][X] , die [X] ||| 0.0278341 1 ||| ||| 0.1
+question relates [X][X] [X] ||| Frage betrifft [X][X] [X] ||| 0.020243 1 ||| ||| 0.366667
+question relates to [X][X] [X] ||| Frage betrifft [X][X] [X] ||| 0.00759111 1 ||| ||| 0.366667
+question relates to something that [X] ||| Frage betrifft eine Angelegenheit , die [X] ||| 0.0278341 1 ||| ||| 0.1
+question relates to something [X] ||| Frage betrifft eine Angelegenheit [X] ||| 0.0278341 1 ||| ||| 0.166667
+Madam President , [X] ||| Frau Präsidentin ! [X] ||| 0.0278341 1 ||| ||| 0.5
+Madam President , [X][X] [X] ||| Frau Präsidentin ! [X][X] Sie [X] ||| 0.0278341 1 ||| ||| 0.0769231
+Madam President , [X][X] [X] ||| Frau Präsidentin ! [X][X] [X] ||| 0.0278341 1 ||| ||| 0.201923
+Madam President , I [X] ||| Frau Präsidentin ! ich [X] ||| 0.0278341 1 ||| ||| 0.25
+Madam President , I [X][X] [X] ||| Frau Präsidentin ! ich [X][X] Sie [X] ||| 0.0278341 1 ||| ||| 0.0769231
+Madam President , I [X][X] [X] ||| Frau Präsidentin ! ich [X][X] [X] ||| 0.0278341 1 ||| ||| 0.201923
+Madam President , [X] ||| Frau Präsidentin , [X] ||| 0.0278341 1 ||| ||| 0.999999
+Madam President , [X][X] . [X] ||| Frau Präsidentin , [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.125
+Madam President , [X][X] [X] ||| Frau Präsidentin , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.347222
+Madam President , [X] ||| Frau Präsidentin , der [X] ||| 0.0278341 1 ||| ||| 0.25
+Madam President , on [X] ||| Frau Präsidentin , zur [X] ||| 0.0278341 1 ||| ||| 0.333334
+Madam President , on [X][X] [X] ||| Frau Präsidentin , zur [X][X] [X] ||| 0.0278341 1 ||| ||| 0.347222
+Madam President [X] ||| Frau Präsidentin [X] ||| 0.57504 1 ||| ||| 3
+Madam President [X][X] . [X] ||| Frau Präsidentin [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.125
+Madam President [X][X] [X] ||| Frau Präsidentin [X][X] [X] ||| 0.0278341 1 ||| ||| 0.680556
+Madam [X] ||| Frau [X] ||| 1 1 ||| ||| 4
+Madam [X][X] . [X] ||| Frau [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.125
+Madam [X][X] [X] ||| Frau [X][X] Sie [X] ||| 0.0278341 1 ||| ||| 0.0769231
+Madam [X][X] [X] ||| Frau [X][X] [X] ||| 0.57504 1 ||| ||| 2.88248
+Madam [X][X] [X] ||| Frau [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.25
+Madam [X][X] I [X] ||| Frau [X][X] ich [X] ||| 0.0278341 1 ||| ||| 0.25
+Madam [X][X] I [X][X] [X] ||| Frau [X][X] ich [X][X] Sie [X] ||| 0.0278341 1 ||| ||| 0.0769231
+Madam [X][X] I [X][X] [X] ||| Frau [X][X] ich [X][X] [X] ||| 0.0278341 1 ||| ||| 0.201923
+Madam [X][X] should like to [X] ||| Frau [X][X] möchte Sie [X] ||| 0.0278341 1 ||| ||| 0.0769231
+Madam [X][X] should like to [X] ||| Frau [X][X] möchte [X] ||| 0.0278341 1 ||| ||| 0.125
+Madam [X][X] on [X] ||| Frau [X][X] zur [X] ||| 0.0278341 1 ||| ||| 0.333334
+Madam [X][X] on [X][X] . [X] ||| Frau [X][X] zur [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.125
+Madam [X][X] on [X][X] [X] ||| Frau [X][X] zur [X][X] [X] ||| 0.0278341 1 ||| ||| 0.347222
+courts [X] ||| Gericht [X] ||| 0.013917 1 ||| ||| 2
+courts have [X] ||| Gericht [X] ||| 0.013917 1 ||| ||| 2
+courts [X][X] that [X] ||| Gericht [X][X] , daß [X] ||| 0.013917 1 ||| ||| 0.095238
+courts have [X][X] that [X] ||| Gericht [X][X] , daß [X] ||| 0.013917 1 ||| ||| 0.095238
+courts [X][X] [X] ||| Gericht [X][X] [X] ||| 0.013917 1 ||| ||| 0.85635
+courts have [X][X] [X] ||| Gericht [X][X] [X] ||| 0.013917 1 ||| ||| 0.85635
+courts [X][X] made [X][X] that [X] ||| Gericht [X][X] [X][X] gemacht hat , daß [X] ||| 0.0278341 1 ||| ||| 0.047619
+courts [X][X] made [X][X] [X] ||| Gericht [X][X] [X][X] gemacht hat [X] ||| 0.013917 1 ||| ||| 0.111111
+courts have [X][X] made [X][X] [X] ||| Gericht [X][X] [X][X] gemacht hat [X] ||| 0.013917 1 ||| ||| 0.111111
+courts [X][X] made it clear [X] ||| Gericht [X][X] deutlich gemacht hat [X] ||| 0.0278341 1 ||| ||| 0.0555556
+courts [X][X] and [X] ||| Gericht [X][X] und [X] ||| 0.013917 1 ||| ||| 0.25
+courts have [X][X] and [X] ||| Gericht [X][X] und [X] ||| 0.013917 1 ||| ||| 0.25
+courts [X][X] and [X][X] that [X] ||| Gericht [X][X] und [X][X] , daß [X] ||| 0.0278341 1 ||| ||| 0.047619
+courts [X][X] and [X][X] [X] ||| Gericht [X][X] und [X][X] [X] ||| 0.013917 1 ||| ||| 0.20635
+courts have [X][X] and [X][X] [X] ||| Gericht [X][X] und [X][X] [X] ||| 0.013917 1 ||| ||| 0.20635
+courts [X][X] and made [X][X] [X] ||| Gericht [X][X] und [X][X] gemacht hat [X] ||| 0.0278341 1 ||| ||| 0.0555556
+courts [X][X] him [X] ||| Gericht ihn [X][X] [X] ||| 0.0278341 1 ||| ||| 0.2
+courts [X][X] him [X][X] that [X] ||| Gericht ihn [X][X] [X][X] , daß [X] ||| 0.0278341 1 ||| ||| 0.047619
+courts [X][X] him [X][X] [X] ||| Gericht ihn [X][X] [X][X] [X] ||| 0.0278341 1 ||| ||| 0.103175
+courts [X][X] him and [X] ||| Gericht ihn [X][X] und [X] ||| 0.0278341 1 ||| ||| 0.125
+courts [X][X] him and [X][X] [X] ||| Gericht ihn [X][X] und [X][X] [X] ||| 0.0278341 1 ||| ||| 0.103175
+courts have acquitted him [X] ||| Gericht ihn freigesprochen [X] ||| 0.0278341 1 ||| ||| 0.2
+courts have acquitted him [X][X] [X] ||| Gericht ihn freigesprochen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.103175
+courts have acquitted him and [X] ||| Gericht ihn freigesprochen und [X] ||| 0.0278341 1 ||| ||| 0.125
+a point of order . [X] ||| Geschäftsordnung . [X] ||| 0.0278341 1 ||| ||| 1
+a point of order [X] ||| Geschäftsordnung [X] ||| 0.241419 1 ||| ||| 2
+Governor [X] ||| Gouverneur [X] ||| 0.00927803 1 ||| ||| 3
+the Governor [X] ||| Gouverneur [X] ||| 0.00927803 1 ||| ||| 3
+to the Governor [X] ||| Gouverneur [X] ||| 0.00927803 1 ||| ||| 3
+Governor [X][X] , [X] ||| Gouverneur [X][X] , [X] ||| 0.0121424 1 ||| ||| 0.254701
+the Governor [X][X] , [X] ||| Gouverneur [X][X] , [X] ||| 0.00840628 1 ||| ||| 0.254701
+to the Governor [X][X] , [X] ||| Gouverneur [X][X] , [X] ||| 0.00728544 1 ||| ||| 0.254701
+Governor [X][X] , who [X] ||| Gouverneur [X][X] , der [X] ||| 0.0156567 1 ||| ||| 0.126984
+the Governor [X][X] , who [X] ||| Gouverneur [X][X] , der [X] ||| 0.0121774 1 ||| ||| 0.126984
+Governor [X][X] Bush , [X] ||| Gouverneur [X][X] Bush , [X] ||| 0.0164474 1 ||| ||| 0.188034
+the Governor [X][X] Bush , [X] ||| Gouverneur [X][X] Bush , [X] ||| 0.0113867 1 ||| ||| 0.188034
+Governor [X][X] Bush , who [X] ||| Gouverneur [X][X] Bush , der [X] ||| 0.0278341 1 ||| ||| 0.0714286
+Governor [X][X] Bush [X] ||| Gouverneur [X][X] Bush [X] ||| 0.0125826 1 ||| ||| 0.368687
+the Governor [X][X] Bush [X] ||| Gouverneur [X][X] Bush [X] ||| 0.00838835 1 ||| ||| 0.368687
+to the Governor [X][X] Bush [X] ||| Gouverneur [X][X] Bush [X] ||| 0.0068632 1 ||| ||| 0.368687
+Governor [X][X] Bush [X][X] [X] ||| Gouverneur [X][X] Bush [X][X] [X] ||| 0.0156567 1 ||| ||| 0.126984
+the Governor [X][X] Bush [X][X] [X] ||| Gouverneur [X][X] Bush [X][X] [X] ||| 0.0121774 1 ||| ||| 0.126984
+Governor [X][X] [X] ||| Gouverneur [X][X] [X] ||| 0.0122644 1 ||| ||| 1.35989
+the Governor [X][X] [X] ||| Gouverneur [X][X] [X] ||| 0.00839705 1 ||| ||| 1.35989
+to the Governor [X][X] [X] ||| Gouverneur [X][X] [X] ||| 0.0071726 1 ||| ||| 1.35989
+Governor [X][X] who [X] ||| Gouverneur [X][X] der [X] ||| 0.0112335 1 ||| ||| 0.176984
+the Governor [X][X] who [X] ||| Gouverneur [X][X] der [X] ||| 0.00873716 1 ||| ||| 0.176984
+to the Governor [X][X] who [X] ||| Gouverneur [X][X] der [X] ||| 0.00786344 1 ||| ||| 0.176984
+Governor of Texas , Mr [X] ||| Gouverneur von Texas , George W. [X] ||| 0.0278341 1 ||| ||| 0.25
+Governor of [X] ||| Gouverneur von [X] ||| 0.0151822 1 ||| ||| 1.83333
+the Governor of [X] ||| Gouverneur von [X] ||| 0.00759112 1 ||| ||| 1.83333
+to the Governor of [X] ||| Gouverneur von [X] ||| 0.00506074 1 ||| ||| 1.83333
+Governor of [X][X] , [X] ||| Gouverneur von [X][X] , [X] ||| 0.0164474 1 ||| ||| 0.188034
+the Governor of [X][X] , [X] ||| Gouverneur von [X][X] , [X] ||| 0.0113867 1 ||| ||| 0.188034
+Governor of [X][X] , who [X] ||| Gouverneur von [X][X] , der [X] ||| 0.0278341 1 ||| ||| 0.0714286
+Governor of [X][X] Bush , [X] ||| Gouverneur von [X][X] Bush , [X] ||| 0.0278341 1 ||| ||| 0.111111
+Governor of [X][X] Bush [X] ||| Gouverneur von [X][X] Bush [X] ||| 0.0167005 1 ||| ||| 0.277778
+the Governor of [X][X] Bush [X] ||| Gouverneur von [X][X] Bush [X] ||| 0.0111336 1 ||| ||| 0.277778
+Governor of [X][X] Bush [X][X] [X] ||| Gouverneur von [X][X] Bush [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0714286
+Governor of [X][X] [X] ||| Gouverneur von [X][X] [X] ||| 0.0122644 1 ||| ||| 1.35989
+the Governor of [X][X] [X] ||| Gouverneur von [X][X] [X] ||| 0.00839705 1 ||| ||| 1.35989
+to the Governor of [X][X] [X] ||| Gouverneur von [X][X] [X] ||| 0.0071726 1 ||| ||| 1.35989
+Governor of [X][X] who [X] ||| Gouverneur von [X][X] der [X] ||| 0.0156567 1 ||| ||| 0.126984
+the Governor of [X][X] who [X] ||| Gouverneur von [X][X] der [X] ||| 0.0121774 1 ||| ||| 0.126984
+principle [X] ||| Grundsatz [X] ||| 0.0278341 1 ||| ||| 1
+principle [X][X] legal principle [X] ||| Grundsatz [X][X] Rechtsgrundsatz [X] ||| 0.0278341 1 ||| ||| 0.0294118
+principle [X][X] stability [X] ||| Grundsatz [X][X] Stabilität [X] ||| 0.0173963 1 ||| ||| 0.266667
+principle [X][X] stability is [X] ||| Grundsatz [X][X] Stabilität [X] ||| 0.0104378 1 ||| ||| 0.266667
+principle [X][X] stability [X][X] [X] ||| Grundsatz [X][X] Stabilität [X][X] [X] ||| 0.0179222 1 ||| ||| 0.182884
+principle [X][X] stability is [X][X] [X] ||| Grundsatz [X][X] Stabilität [X][X] [X] ||| 0.00991189 1 ||| ||| 0.182884
+principle [X][X] stability [X][X] fundamental [X] ||| Grundsatz [X][X] Stabilität [X][X] elementaren [X] ||| 0.0278341 1 ||| ||| 0.0357143
+principle [X][X] stability is a [X] ||| Grundsatz [X][X] Stabilität einen [X] ||| 0.0278341 1 ||| ||| 0.0526316
+principle [X][X] [X] ||| Grundsatz [X][X] [X] ||| 0.0244304 1 ||| ||| 0.817758
+principle [X][X] is [X] ||| Grundsatz [X][X] [X] ||| 0.00340371 1 ||| ||| 0.817758
+principle [X][X] is [X][X] [X] ||| Grundsatz [X][X] [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0651261
+principle [X][X] a [X] ||| Grundsatz [X][X] einen [X] ||| 0.013917 1 ||| ||| 0.105263
+principle [X][X] is a [X] ||| Grundsatz [X][X] einen [X] ||| 0.013917 1 ||| ||| 0.105263
+principle [X][X] a [X][X] [X] ||| Grundsatz [X][X] einen [X][X] [X] ||| 0.013917 1 ||| ||| 0.0588236
+principle [X][X] is a [X][X] [X] ||| Grundsatz [X][X] einen [X][X] [X] ||| 0.013917 1 ||| ||| 0.0588236
+principle [X][X] a fundamental [X] ||| Grundsatz [X][X] einen elementaren [X] ||| 0.013917 1 ||| ||| 0.0714286
+principle [X][X] is a fundamental [X] ||| Grundsatz [X][X] einen elementaren [X] ||| 0.013917 1 ||| ||| 0.0714286
+principle [X][X] a fundamental [X][X] [X] ||| Grundsatz [X][X] einen elementaren [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0294118
+principle [X][X] fundamental legal principle [X] ||| Grundsatz [X][X] elementaren Rechtsgrundsatz [X] ||| 0.0278341 1 ||| ||| 0.0294118
+principle [X][X] fundamental [X] ||| Grundsatz [X][X] elementaren [X] ||| 0.0278341 1 ||| ||| 0.0357143
+principle [X][X] fundamental [X][X] [X] ||| Grundsatz [X][X] elementaren [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0294118
+principle of [X] ||| Grundsatz der [X] ||| 0.0278341 1 ||| ||| 1
+principle of [X][X] legal principle [X] ||| Grundsatz der [X][X] Rechtsgrundsatz [X] ||| 0.0278341 1 ||| ||| 0.0294118
+principle of [X][X] [X] ||| Grundsatz der [X][X] [X] ||| 0.0220883 1 ||| ||| 0.484424
+principle of [X][X] is [X] ||| Grundsatz der [X][X] [X] ||| 0.00574581 1 ||| ||| 0.484424
+principle of [X][X] is [X][X] [X] ||| Grundsatz der [X][X] [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0651261
+principle of [X][X] a [X] ||| Grundsatz der [X][X] einen [X] ||| 0.013917 1 ||| ||| 0.105263
+principle of [X][X] is a [X] ||| Grundsatz der [X][X] einen [X] ||| 0.013917 1 ||| ||| 0.105263
+principle of [X][X] a [X][X] [X] ||| Grundsatz der [X][X] einen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0294118
+principle of [X][X] a fundamental [X] ||| Grundsatz der [X][X] einen elementaren [X] ||| 0.0278341 1 ||| ||| 0.0357143
+principle of [X][X] fundamental [X] ||| Grundsatz der [X][X] elementaren [X] ||| 0.0278341 1 ||| ||| 0.0357143
+principle of [X][X] fundamental [X][X] [X] ||| Grundsatz der [X][X] elementaren [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0294118
+principle of relative stability [X] ||| Grundsatz der relativen Stabilität [X] ||| 0.0173963 1 ||| ||| 0.266667
+principle of relative stability is [X] ||| Grundsatz der relativen Stabilität [X] ||| 0.0104378 1 ||| ||| 0.266667
+principle of relative stability [X][X] [X] ||| Grundsatz der relativen Stabilität [X][X] [X] ||| 0.0278341 1 ||| ||| 0.117758
+principle of relative [X] ||| Grundsatz der relativen [X] ||| 0.0278341 1 ||| ||| 0.333333
+principle of relative [X][X] [X] ||| Grundsatz der relativen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.217758
+principle of relative [X][X] a [X] ||| Grundsatz der relativen [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.0526316
+principle of relative [X][X] fundamental [X] ||| Grundsatz der relativen [X][X] elementaren [X] ||| 0.0278341 1 ||| ||| 0.0357143
+principle [X] ||| Grundsatzes [X] ||| 0.0278341 1 ||| ||| 1
+principle [X][X] stability [X] ||| Grundsatzes [X][X] Stabilität [X] ||| 0.0278341 1 ||| ||| 0.166667
+principle [X][X] [X] ||| Grundsatzes [X][X] [X] ||| 0.0278341 1 ||| ||| 0.5
+principle of [X] ||| Grundsatzes der [X] ||| 0.0278341 1 ||| ||| 1
+principle of [X][X] [X] ||| Grundsatzes der [X][X] [X] ||| 0.0278341 1 ||| ||| 0.166667
+principle of relative stability [X] ||| Grundsatzes der relativen Stabilität [X] ||| 0.0278341 1 ||| ||| 0.166667
+principle of relative [X] ||| Grundsatzes der relativen [X] ||| 0.0278341 1 ||| ||| 0.333333
+principles that [X] ||| Grundsätzen , die [X] ||| 0.0278341 1 ||| ||| 1
+principles that [X][X] . [X] ||| Grundsätzen , die [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.0769231
+principles that [X][X] [X] ||| Grundsätzen , die [X][X] [X] ||| 0.0278341 1 ||| ||| 0.167832
+principles that we [X] ||| Grundsätzen , die wir [X] ||| 0.0278341 1 ||| ||| 0.333333
+principles that we [X][X] . [X] ||| Grundsätzen , die wir [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.0769231
+principles that we [X][X] [X] ||| Grundsätzen , die wir [X][X] [X] ||| 0.0278341 1 ||| ||| 0.167832
+principles that we have [X][X] [X] ||| Grundsätzen , die wir [X][X] haben [X] ||| 0.0278341 1 ||| ||| 0.0909091
+principles [X] ||| Grundsätzen [X] ||| 0.0278341 1 ||| ||| 1
+principles [X][X] . [X] ||| Grundsätzen [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.0769231
+principles [X][X] [X] ||| Grundsätzen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.501166
+principles [X][X] have [X][X] . [X] ||| Grundsätzen [X][X] [X][X] haben . [X] ||| 0.0278341 1 ||| ||| 0.0769231
+principles [X][X] have [X][X] [X] ||| Grundsätzen [X][X] [X][X] haben [X] ||| 0.0278341 1 ||| ||| 0.0909091
+principles [X][X] have always upheld [X] ||| Grundsätzen [X][X] stets verteidigt haben [X] ||| 0.0278341 1 ||| ||| 0.0909091
+House [X] ||| Haus [X] ||| 0.0278341 1 ||| ||| 1
+House [X][X] [X] ||| Haus [X][X] [X] ||| 0.0238105 1 ||| ||| 0.761957
+House [X][X] do [X] ||| Haus [X][X] [X] ||| 0.00402357 1 ||| ||| 0.761957
+House [X][X] I [X][X] [X] ||| Haus [X][X] [X][X] ich [X] ||| 0.0278341 1 ||| ||| 0.0666667
+House [X][X] I [X][X] [X] ||| Haus [X][X] [X][X] ich dem [X] ||| 0.0278341 1 ||| ||| 0.0434783
+House [X][X] [X] ||| Haus [X][X] dem [X] ||| 0.0207275 1 ||| ||| 0.17029
+House [X][X] do [X] ||| Haus [X][X] dem [X] ||| 0.00710657 1 ||| ||| 0.17029
+House [X][X] I shall [X] ||| Haus [X][X] werde ich [X] ||| 0.0181527 1 ||| ||| 0.191667
+House [X][X] I shall do [X] ||| Haus [X][X] werde ich [X] ||| 0.00968143 1 ||| ||| 0.191667
+House [X][X] I shall [X] ||| Haus [X][X] werde ich dem [X] ||| 0.018291 1 ||| ||| 0.126812
+House [X][X] I shall do [X] ||| Haus [X][X] werde ich dem [X] ||| 0.00954313 1 ||| ||| 0.126812
+House agrees , [X] ||| Haus damit einverstanden ist , [X] ||| 0.0278341 1 ||| ||| 0.333333
+House agrees , [X][X] [X] ||| Haus damit einverstanden ist , [X][X] [X] ||| 0.0206815 1 ||| ||| 0.428623
+House agrees , [X][X] do [X] ||| Haus damit einverstanden ist , [X][X] [X] ||| 0.00715264 1 ||| ||| 0.428623
+House agrees , [X][X] [X] ||| Haus damit einverstanden ist , [X][X] dem [X] ||| 0.0207275 1 ||| ||| 0.17029
+House agrees , [X][X] do [X] ||| Haus damit einverstanden ist , [X][X] dem [X] ||| 0.00710657 1 ||| ||| 0.17029
+House agrees , I [X][X] [X] ||| Haus damit einverstanden ist , [X][X] ich [X] ||| 0.0278341 1 ||| ||| 0.0666667
+House agrees , I [X][X] [X] ||| Haus damit einverstanden ist , [X][X] ich dem [X] ||| 0.0278341 1 ||| ||| 0.0434783
+House agrees , I shall [X] ||| Haus damit einverstanden ist , werde ich [X] ||| 0.0278341 1 ||| ||| 0.125
+House agrees , I shall [X] ||| Haus damit einverstanden ist , werde ich dem [X] ||| 0.0278341 1 ||| ||| 0.0833333
+House agrees [X] ||| Haus damit einverstanden ist [X] ||| 0.0278341 1 ||| ||| 1
+House agrees [X][X] [X] ||| Haus damit einverstanden ist [X][X] [X] ||| 0.0206815 1 ||| ||| 0.428623
+House agrees [X][X] do [X] ||| Haus damit einverstanden ist [X][X] [X] ||| 0.00715264 1 ||| ||| 0.428623
+House agrees [X][X] [X] ||| Haus damit einverstanden ist [X][X] dem [X] ||| 0.0207275 1 ||| ||| 0.17029
+House agrees [X][X] do [X] ||| Haus damit einverstanden ist [X][X] dem [X] ||| 0.00710657 1 ||| ||| 0.17029
+Mr Evans , [X] ||| Herr Evans , [X] ||| 0.0278341 1 ||| ||| 0.333333
+Mr Evans , [X][X] [X] ||| Herr Evans , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.175799
+Mr Evans , [X][X] an [X] ||| Herr Evans , [X][X] eine [X] ||| 0.0278341 1 ||| ||| 0.0526316
+Mr Evans , I [X] ||| Herr Evans , ich [X] ||| 0.0278341 1 ||| ||| 0.166667
+Mr Evans , I [X][X] [X] ||| Herr Evans , ich [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0848896
+Mr Evans , I feel [X] ||| Herr Evans , ich denke , daß [X] ||| 0.0278341 1 ||| ||| 0.0909091
+Mr Evans [X] ||| Herr Evans [X] ||| 0.0278341 1 ||| ||| 1
+Mr Evans [X][X] [X] ||| Herr Evans [X][X] [X] ||| 0.0278341 1 ||| ||| 0.342465
+Mr Evans [X][X] initiative [X][X] [X] ||| Herr Evans [X][X] [X][X] Initiative [X] ||| 0.0278341 1 ||| ||| 0.0322581
+Mr Evans [X][X] feel [X] ||| Herr Evans [X][X] denke , daß [X] ||| 0.0278341 1 ||| ||| 0.0909091
+Mr Evans [X][X] feel [X][X] [X] ||| Herr Evans [X][X] denke , daß [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0322581
+Mr Evans [X][X] feel an [X] ||| Herr Evans [X][X] denke , daß eine [X] ||| 0.0278341 1 ||| ||| 0.0526316
+Mr Evans [X][X] an [X] ||| Herr Evans [X][X] eine [X] ||| 0.0278341 1 ||| ||| 0.0526316
+Mr Evans [X][X] an [X][X] [X] ||| Herr Evans [X][X] eine [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0322581
+Mr Kumar Ponnambalam , who [X] ||| Herr Kumar Ponnambalam , der [X] ||| 0.0278341 1 ||| ||| 0.2
+Mr Kumar Ponnambalam [X] ||| Herr Kumar Ponnambalam [X] ||| 0.0278341 1 ||| ||| 0.5
+Mr Kumar Ponnambalam [X][X] [X] ||| Herr Kumar Ponnambalam [X][X] [X] ||| 0.0278341 1 ||| ||| 0.2
+Mr [X] ||| Herr [X] ||| 0.241419 1 ||| ||| 2
+Mr [X][X] , who [X] ||| Herr [X][X] , der [X] ||| 0.0278341 1 ||| ||| 0.2
+Mr [X][X] [X] ||| Herr [X][X] [X] ||| 0.241419 1 ||| ||| 1.3758
+Mr [X][X] initiative [X][X] [X] ||| Herr [X][X] [X][X] Initiative [X] ||| 0.013917 1 ||| ||| 0.0645162
+Mr [X][X] initiative of [X][X] [X] ||| Herr [X][X] [X][X] Initiative [X] ||| 0.013917 1 ||| ||| 0.0645162
+Mr [X][X] feel [X] ||| Herr [X][X] denke , daß [X] ||| 0.0278341 1 ||| ||| 0.0909091
+Mr [X][X] feel [X][X] [X] ||| Herr [X][X] denke , daß [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0322581
+Mr [X][X] feel an [X] ||| Herr [X][X] denke , daß eine [X] ||| 0.0278341 1 ||| ||| 0.0526316
+Mr [X][X] feel an [X][X] [X] ||| Herr [X][X] denke , daß eine [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0322581
+Mr [X][X] an [X] ||| Herr [X][X] eine [X] ||| 0.0278341 1 ||| ||| 0.0526316
+Mr [X][X] an initiative [X][X] [X] ||| Herr [X][X] eine [X][X] Initiative [X] ||| 0.0278341 1 ||| ||| 0.0322581
+Mr [X][X] an [X][X] [X] ||| Herr [X][X] eine [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0322581
+Mr [X][X] I [X] ||| Herr [X][X] ich [X] ||| 0.0278341 1 ||| ||| 0.166667
+Mr [X][X] I [X][X] [X] ||| Herr [X][X] ich [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0848896
+Mr [X][X] I feel [X] ||| Herr [X][X] ich denke , daß [X] ||| 0.0278341 1 ||| ||| 0.0909091
+Mr [X][X] I feel [X][X] [X] ||| Herr [X][X] ich denke , daß [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0322581
+Mr [X][X] I feel an [X] ||| Herr [X][X] ich denke , daß eine [X] ||| 0.0278341 1 ||| ||| 0.0526316
+Mr Evans [X] ||| Herrn Evans [X] ||| 0.0185561 1 ||| ||| 1.5
+Mr Evans has [X] ||| Herrn Evans [X] ||| 0.00927803 1 ||| ||| 1.5
+Mr Zimeray , [X] ||| Herrn Zimeray , [X] ||| 0.0278341 1 ||| ||| 0.333333
+Mr Zimeray , [X][X] , [X] ||| Herrn Zimeray , [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0769231
+Mr Zimeray , [X][X] [X] ||| Herrn Zimeray , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.301923
+Mr Zimeray , [X][X] presented [X] ||| Herrn Zimeray , [X][X] eingereicht [X] ||| 0.0278341 1 ||| ||| 0.1
+Mr Zimeray [X] ||| Herrn Zimeray [X] ||| 0.0278341 1 ||| ||| 1
+Mr Zimeray [X][X] , [X] ||| Herrn Zimeray [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0769231
+Mr Zimeray [X][X] [X] ||| Herrn Zimeray [X][X] [X] ||| 0.0278341 1 ||| ||| 0.301923
+Mr Zimeray [X][X] presented , [X] ||| Herrn Zimeray [X][X] eingereicht , [X] ||| 0.0278341 1 ||| ||| 0.0769231
+Mr Zimeray [X][X] presented [X] ||| Herrn Zimeray [X][X] eingereicht [X] ||| 0.0278341 1 ||| ||| 0.1
+Mr [X] ||| Herrn [X] ||| 0.241419 1 ||| ||| 2
+Mr [X][X] , [X] ||| Herrn [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0769231
+Mr [X][X] [X] ||| Herrn [X][X] [X] ||| 0.241419 1 ||| ||| 1.13526
+Mr [X][X] a petition [X][X] [X] ||| Herrn [X][X] [X][X] eine Petition [X] ||| 0.0278341 1 ||| ||| 0.125
+Mr [X][X] presented , [X] ||| Herrn [X][X] eingereicht , [X] ||| 0.0278341 1 ||| ||| 0.0769231
+Mr [X][X] presented [X] ||| Herrn [X][X] eingereicht [X] ||| 0.0278341 1 ||| ||| 0.1
+execution [X] ||| Hinrichtung [X] ||| 0.0278341 1 ||| ||| 1
+execution [X][X] [X] ||| Hinrichtung [X][X] [X] ||| 0.0278341 1 ||| ||| 0.5
+execution of a [X] ||| Hinrichtung eines [X] ||| 0.0278341 1 ||| ||| 0.5
+of your prestigious office [X] ||| Ihres Amtes [X] ||| 0.0278341 1 ||| ||| 0.333333
+of your prestigious office [X][X] [X] ||| Ihres Amtes [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0555556
+of your prestigious office [X][X] [X] ||| Ihres Amtes [X][X] , die [X] ||| 0.0278341 1 ||| ||| 0.0416667
+of your prestigious office [X][X] [X] ||| Ihres Amtes [X][X] [X] ||| 0.0278341 1 ||| ||| 0.392279
+of your prestigious office [X][X] [X] ||| Ihres Amtes [X][X] die [X] ||| 0.0278341 1 ||| ||| 0.0416667
+of your prestigious office and [X] ||| Ihres Amtes und [X] ||| 0.0278341 1 ||| ||| 0.2
+of your [X] ||| Ihres [X] ||| 0.0278341 1 ||| ||| 1
+of your [X][X] , [X] ||| Ihres [X][X] , [X] ||| 0.00747782 1 ||| ||| 0.0759638
+of your [X][X] [X] ||| Ihres [X][X] , [X] ||| 0.0203563 1 ||| ||| 0.0759638
+of your [X][X] you [X] ||| Ihres [X][X] , die Sie [X] ||| 0.0278341 1 ||| ||| 0.04
+of your [X][X] you [X][X] [X] ||| Ihres [X][X] , die Sie [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0204082
+of your [X][X] you represent [X] ||| Ihres [X][X] , die Sie vertreten [X] ||| 0.0278341 1 ||| ||| 0.0263158
+of your [X][X] [X] ||| Ihres [X][X] , die [X] ||| 0.0278341 1 ||| ||| 0.0416667
+of your [X][X] institution [X] ||| Ihres [X][X] Institution , [X] ||| 0.0278341 1 ||| ||| 0.0555556
+of your [X][X] institution [X][X] [X] ||| Ihres [X][X] Institution , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.046724
+of your [X][X] institution you [X] ||| Ihres [X][X] Institution , die Sie [X] ||| 0.0278341 1 ||| ||| 0.04
+of your [X][X] institution [X] ||| Ihres [X][X] Institution , die [X] ||| 0.0278341 1 ||| ||| 0.0416667
+of your [X][X] institution [X][X] [X] ||| Ihres [X][X] Institution , die [X][X] [X] ||| 0.0278341 1 ||| ||| 0.046724
+of your [X][X] institution [X] ||| Ihres [X][X] Institution [X] ||| 0.0278341 1 ||| ||| 0.0833333
+of your [X][X] institution [X][X] [X] ||| Ihres [X][X] Institution [X][X] [X] ||| 0.0278341 1 ||| ||| 0.046724
+of your [X][X] you [X] ||| Ihres [X][X] Sie [X] ||| 0.0278341 1 ||| ||| 0.04
+of your [X][X] you [X][X] [X] ||| Ihres [X][X] Sie [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0204082
+of your [X][X] you represent [X] ||| Ihres [X][X] Sie vertreten [X] ||| 0.0278341 1 ||| ||| 0.0263158
+of your [X][X] [X] ||| Ihres [X][X] [X] ||| 0.0278341 1 ||| ||| 0.925613
+of your [X][X] the institution [X] ||| Ihres [X][X] der Institution , [X] ||| 0.0278341 1 ||| ||| 0.0555556
+of your [X][X] the institution [X] ||| Ihres [X][X] der Institution , die [X] ||| 0.0278341 1 ||| ||| 0.0416667
+of your [X][X] the institution [X] ||| Ihres [X][X] der Institution [X] ||| 0.0278341 1 ||| ||| 0.0833333
+of your [X][X] the [X] ||| Ihres [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.125
+of your [X][X] the [X][X] [X] ||| Ihres [X][X] der [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0867239
+of your [X][X] you [X] ||| Ihres [X][X] die Sie [X] ||| 0.0278341 1 ||| ||| 0.04
+of your [X][X] you [X][X] [X] ||| Ihres [X][X] die Sie [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0204082
+of your [X][X] you represent [X] ||| Ihres [X][X] die Sie vertreten [X] ||| 0.0278341 1 ||| ||| 0.0263158
+of your [X][X] [X] ||| Ihres [X][X] die [X] ||| 0.0278341 1 ||| ||| 0.0416667
+of your [X][X] and [X] ||| Ihres [X][X] und [X] ||| 0.0278341 1 ||| ||| 0.2
+of your [X][X] and [X][X] [X] ||| Ihres [X][X] und [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0555556
+of your [X][X] and [X][X] [X] ||| Ihres [X][X] und [X][X] , die [X] ||| 0.0278341 1 ||| ||| 0.0416667
+of your [X][X] and [X][X] [X] ||| Ihres [X][X] und [X][X] [X] ||| 0.0278341 1 ||| ||| 0.26728
+of your [X][X] and [X][X] [X] ||| Ihres [X][X] und [X][X] die [X] ||| 0.0278341 1 ||| ||| 0.0416667
+of your [X][X] and the [X] ||| Ihres [X][X] und der [X] ||| 0.0278341 1 ||| ||| 0.125
+of your [X][X] represent , [X] ||| Ihres [X][X] vertreten , [X] ||| 0.0278341 1 ||| ||| 0.0204082
+of your [X][X] represent [X] ||| Ihres [X][X] vertreten [X] ||| 0.0278341 1 ||| ||| 0.0263158
+initiative [X] ||| Initiative [X] ||| 0.013917 1 ||| ||| 2
+initiative of [X] ||| Initiative [X] ||| 0.013917 1 ||| ||| 2
+institution [X] ||| Institution , [X] ||| 0.0278341 1 ||| ||| 1
+institution [X][X] , [X] ||| Institution , [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.1
+institution [X][X] , [X][X] President [X] ||| Institution , [X][X] , [X][X] Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.0222222
+institution [X][X] , [X][X] [X] ||| Institution , [X][X] , [X][X] [X] ||| 0.0221142 1 ||| ||| 0.124106
+institution [X][X] , [X][X] the [X] ||| Institution , [X][X] , [X][X] [X] ||| 0.00276886 1 ||| ||| 0.124106
+institution [X][X] , [X][X] to [X] ||| Institution , [X][X] , [X][X] [X] ||| 0.00295102 1 ||| ||| 0.124106
+institution [X][X] , [X][X] and [X] ||| Institution , [X][X] , [X][X] und [X] ||| 0.0278341 1 ||| ||| 0.0163934
+institution [X][X] , to [X] ||| Institution , [X][X] , bei [X] ||| 0.0278341 1 ||| ||| 0.0588235
+institution [X][X] , to [X][X] [X] ||| Institution , [X][X] , bei [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0641192
+institution [X][X] , to the [X] ||| Institution , [X][X] , bei dem [X] ||| 0.0278341 1 ||| ||| 0.0344828
+institution [X][X] President [X] ||| Institution , [X][X] Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.0222222
+institution [X][X] President [X][X] [X] ||| Institution , [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 0.0187552 1 ||| ||| 0.0378493
+institution [X][X] President [X][X] the [X] ||| Institution , [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 0.00907894 1 ||| ||| 0.0378493
+institution [X][X] President and [X] ||| Institution , [X][X] Präsidentschaftskandidaten und [X] ||| 0.0154408 1 ||| ||| 0.0295513
+institution [X][X] President and to [X] ||| Institution , [X][X] Präsidentschaftskandidaten und [X] ||| 0.0123933 1 ||| ||| 0.0295513
+institution [X][X] [X] ||| Institution , [X][X] [X] ||| 0.025707 1 ||| ||| 0.495275
+institution [X][X] the [X] ||| Institution , [X][X] [X] ||| 0.000693819 1 ||| ||| 0.495275
+institution [X][X] to [X] ||| Institution , [X][X] [X] ||| 0.000739464 1 ||| ||| 0.495275
+institution [X][X] to the [X] ||| Institution , [X][X] [X] ||| 0.000693819 1 ||| ||| 0.495275
+institution [X][X] to [X] ||| Institution , [X][X] bei [X] ||| 0.0278341 1 ||| ||| 0.0588235
+institution [X][X] to [X][X] [X] ||| Institution , [X][X] bei [X][X] [X] ||| 0.0199135 1 ||| ||| 0.0896228
+institution [X][X] to [X][X] the [X] ||| Institution , [X][X] bei [X][X] [X] ||| 0.0038342 1 ||| ||| 0.0896228
+institution [X][X] to [X][X] to [X] ||| Institution , [X][X] bei [X][X] [X] ||| 0.00408644 1 ||| ||| 0.0896228
+institution [X][X] to [X][X] and [X] ||| Institution , [X][X] bei [X][X] und [X] ||| 0.0278341 1 ||| ||| 0.0163934
+institution [X][X] to the President [X] ||| Institution , [X][X] bei dem Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.0222222
+institution [X][X] to the [X] ||| Institution , [X][X] bei dem [X] ||| 0.0278341 1 ||| ||| 0.0344828
+institution [X][X] to the [X][X] [X] ||| Institution , [X][X] bei dem [X][X] [X] ||| 0.0278341 1 ||| ||| 0.041897
+institution [X][X] the President [X] ||| Institution , [X][X] dem Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.0222222
+institution [X][X] the President [X][X] [X] ||| Institution , [X][X] dem Präsidentschaftskandidaten [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0255036
+institution [X][X] the President and [X] ||| Institution , [X][X] dem Präsidentschaftskandidaten und [X] ||| 0.0278341 1 ||| ||| 0.0163934
+institution [X][X] the [X] ||| Institution , [X][X] dem [X] ||| 0.0278341 1 ||| ||| 0.0344828
+institution [X][X] the [X][X] [X] ||| Institution , [X][X] dem [X][X] [X] ||| 0.017302 1 ||| ||| 0.0674006
+institution [X][X] the [X][X] the [X] ||| Institution , [X][X] dem [X][X] [X] ||| 0.00509834 1 ||| ||| 0.0674006
+institution [X][X] the [X][X] to [X] ||| Institution , [X][X] dem [X][X] [X] ||| 0.00543375 1 ||| ||| 0.0674006
+institution [X][X] and [X] ||| Institution , [X][X] und [X] ||| 0.0108909 1 ||| ||| 0.041897
+institution [X][X] and to [X] ||| Institution , [X][X] und [X] ||| 0.0087414 1 ||| ||| 0.041897
+institution [X][X] and to the [X] ||| Institution , [X][X] und [X] ||| 0.00820182 1 ||| ||| 0.041897
+institution you [X] ||| Institution , die Sie [X] ||| 0.0278341 1 ||| ||| 1
+institution you [X][X] President [X] ||| Institution , die Sie [X][X] Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.0222222
+institution you [X][X] President [X][X] [X] ||| Institution , die Sie [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0255036
+institution you [X][X] President and [X] ||| Institution , die Sie [X][X] Präsidentschaftskandidaten und [X] ||| 0.0278341 1 ||| ||| 0.0163934
+institution you [X][X] [X] ||| Institution , die Sie [X][X] [X] ||| 0.0242662 1 ||| ||| 0.295275
+institution you [X][X] the [X] ||| Institution , die Sie [X][X] [X] ||| 0.00116377 1 ||| ||| 0.295275
+institution you [X][X] to [X] ||| Institution , die Sie [X][X] [X] ||| 0.00124033 1 ||| ||| 0.295275
+institution you [X][X] to the [X] ||| Institution , die Sie [X][X] [X] ||| 0.00116377 1 ||| ||| 0.295275
+institution you [X][X] to [X] ||| Institution , die Sie [X][X] bei [X] ||| 0.0278341 1 ||| ||| 0.0588235
+institution you [X][X] to [X][X] [X] ||| Institution , die Sie [X][X] bei [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0641192
+institution you [X][X] to the [X] ||| Institution , die Sie [X][X] bei dem [X] ||| 0.0278341 1 ||| ||| 0.0344828
+institution you [X][X] the President [X] ||| Institution , die Sie [X][X] dem Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.0222222
+institution you [X][X] the [X] ||| Institution , die Sie [X][X] dem [X] ||| 0.0278341 1 ||| ||| 0.0344828
+institution you [X][X] the [X][X] [X] ||| Institution , die Sie [X][X] dem [X][X] [X] ||| 0.0278341 1 ||| ||| 0.041897
+institution you [X][X] and [X] ||| Institution , die Sie [X][X] und [X] ||| 0.0154408 1 ||| ||| 0.0295513
+institution you [X][X] and to [X] ||| Institution , die Sie [X][X] und [X] ||| 0.0123933 1 ||| ||| 0.0295513
+institution you represent , [X] ||| Institution , die Sie vertreten , [X] ||| 0.0278341 1 ||| ||| 0.1
+institution you represent , [X][X] [X] ||| Institution , die Sie vertreten , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.098602
+institution you represent , to [X] ||| Institution , die Sie vertreten , bei [X] ||| 0.0278341 1 ||| ||| 0.0588235
+institution you represent [X] ||| Institution , die Sie vertreten [X] ||| 0.0278341 1 ||| ||| 0.2
+institution you represent [X][X] President [X] ||| Institution , die Sie vertreten [X][X] Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.0222222
+institution you represent [X][X] [X] ||| Institution , die Sie vertreten [X][X] [X] ||| 0.0239535 1 ||| ||| 0.18293
+institution you represent [X][X] the [X] ||| Institution , die Sie vertreten [X][X] [X] ||| 0.00187849 1 ||| ||| 0.18293
+institution you represent [X][X] to [X] ||| Institution , die Sie vertreten [X][X] [X] ||| 0.00200207 1 ||| ||| 0.18293
+institution you represent [X][X] the [X] ||| Institution , die Sie vertreten [X][X] dem [X] ||| 0.0278341 1 ||| ||| 0.0344828
+institution you represent [X][X] and [X] ||| Institution , die Sie vertreten [X][X] und [X] ||| 0.0278341 1 ||| ||| 0.0163934
+institution [X] ||| Institution , die [X] ||| 0.0278341 1 ||| ||| 1
+institution [X][X] , [X] ||| Institution , die [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.1
+institution [X][X] , [X][X] President [X] ||| Institution , die [X][X] , [X][X] Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.0222222
+institution [X][X] , [X][X] [X] ||| Institution , die [X][X] , [X][X] [X] ||| 0.0221142 1 ||| ||| 0.124106
+institution [X][X] , [X][X] the [X] ||| Institution , die [X][X] , [X][X] [X] ||| 0.00276886 1 ||| ||| 0.124106
+institution [X][X] , [X][X] to [X] ||| Institution , die [X][X] , [X][X] [X] ||| 0.00295102 1 ||| ||| 0.124106
+institution [X][X] , [X][X] and [X] ||| Institution , die [X][X] , [X][X] und [X] ||| 0.0278341 1 ||| ||| 0.0163934
+institution [X][X] , to [X] ||| Institution , die [X][X] , bei [X] ||| 0.0278341 1 ||| ||| 0.0588235
+institution [X][X] , to [X][X] [X] ||| Institution , die [X][X] , bei [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0641192
+institution [X][X] , to the [X] ||| Institution , die [X][X] , bei dem [X] ||| 0.0278341 1 ||| ||| 0.0344828
+institution [X][X] President [X] ||| Institution , die [X][X] Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.0222222
+institution [X][X] President [X][X] [X] ||| Institution , die [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 0.0187552 1 ||| ||| 0.0378493
+institution [X][X] President [X][X] the [X] ||| Institution , die [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 0.00907894 1 ||| ||| 0.0378493
+institution [X][X] President and [X] ||| Institution , die [X][X] Präsidentschaftskandidaten und [X] ||| 0.0154408 1 ||| ||| 0.0295513
+institution [X][X] President and to [X] ||| Institution , die [X][X] Präsidentschaftskandidaten und [X] ||| 0.0123933 1 ||| ||| 0.0295513
+institution [X][X] [X] ||| Institution , die [X][X] [X] ||| 0.025707 1 ||| ||| 0.495275
+institution [X][X] the [X] ||| Institution , die [X][X] [X] ||| 0.000693819 1 ||| ||| 0.495275
+institution [X][X] to [X] ||| Institution , die [X][X] [X] ||| 0.000739464 1 ||| ||| 0.495275
+institution [X][X] to the [X] ||| Institution , die [X][X] [X] ||| 0.000693819 1 ||| ||| 0.495275
+institution [X][X] to [X] ||| Institution , die [X][X] bei [X] ||| 0.0278341 1 ||| ||| 0.0588235
+institution [X][X] to [X][X] [X] ||| Institution , die [X][X] bei [X][X] [X] ||| 0.0199135 1 ||| ||| 0.0896228
+institution [X][X] to [X][X] the [X] ||| Institution , die [X][X] bei [X][X] [X] ||| 0.0038342 1 ||| ||| 0.0896228
+institution [X][X] to [X][X] to [X] ||| Institution , die [X][X] bei [X][X] [X] ||| 0.00408644 1 ||| ||| 0.0896228
+institution [X][X] to [X][X] and [X] ||| Institution , die [X][X] bei [X][X] und [X] ||| 0.0278341 1 ||| ||| 0.0163934
+institution [X][X] to the President [X] ||| Institution , die [X][X] bei dem Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.0222222
+institution [X][X] to the [X] ||| Institution , die [X][X] bei dem [X] ||| 0.0278341 1 ||| ||| 0.0344828
+institution [X][X] to the [X][X] [X] ||| Institution , die [X][X] bei dem [X][X] [X] ||| 0.0278341 1 ||| ||| 0.041897
+institution [X][X] the President [X] ||| Institution , die [X][X] dem Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.0222222
+institution [X][X] the President [X][X] [X] ||| Institution , die [X][X] dem Präsidentschaftskandidaten [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0255036
+institution [X][X] the President and [X] ||| Institution , die [X][X] dem Präsidentschaftskandidaten und [X] ||| 0.0278341 1 ||| ||| 0.0163934
+institution [X][X] the [X] ||| Institution , die [X][X] dem [X] ||| 0.0278341 1 ||| ||| 0.0344828
+institution [X][X] the [X][X] [X] ||| Institution , die [X][X] dem [X][X] [X] ||| 0.017302 1 ||| ||| 0.0674006
+institution [X][X] the [X][X] the [X] ||| Institution , die [X][X] dem [X][X] [X] ||| 0.00509834 1 ||| ||| 0.0674006
+institution [X][X] the [X][X] to [X] ||| Institution , die [X][X] dem [X][X] [X] ||| 0.00543375 1 ||| ||| 0.0674006
+institution [X][X] and [X] ||| Institution , die [X][X] und [X] ||| 0.0108909 1 ||| ||| 0.041897
+institution [X][X] and to [X] ||| Institution , die [X][X] und [X] ||| 0.0087414 1 ||| ||| 0.041897
+institution [X][X] and to the [X] ||| Institution , die [X][X] und [X] ||| 0.00820182 1 ||| ||| 0.041897
+institution [X] ||| Institution [X] ||| 0.0278341 1 ||| ||| 1
+institution [X][X] , [X] ||| Institution [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.1
+institution [X][X] , [X][X] President [X] ||| Institution [X][X] , [X][X] Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.0222222
+institution [X][X] , [X][X] [X] ||| Institution [X][X] , [X][X] [X] ||| 0.0221142 1 ||| ||| 0.124106
+institution [X][X] , [X][X] the [X] ||| Institution [X][X] , [X][X] [X] ||| 0.00276886 1 ||| ||| 0.124106
+institution [X][X] , [X][X] to [X] ||| Institution [X][X] , [X][X] [X] ||| 0.00295102 1 ||| ||| 0.124106
+institution [X][X] , [X][X] and [X] ||| Institution [X][X] , [X][X] und [X] ||| 0.0278341 1 ||| ||| 0.0163934
+institution [X][X] , to [X] ||| Institution [X][X] , bei [X] ||| 0.0278341 1 ||| ||| 0.0588235
+institution [X][X] , to [X][X] [X] ||| Institution [X][X] , bei [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0641192
+institution [X][X] , to the [X] ||| Institution [X][X] , bei dem [X] ||| 0.0278341 1 ||| ||| 0.0344828
+institution [X][X] President [X] ||| Institution [X][X] Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.0222222
+institution [X][X] President [X][X] [X] ||| Institution [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 0.0187552 1 ||| ||| 0.0378493
+institution [X][X] President [X][X] the [X] ||| Institution [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 0.00907894 1 ||| ||| 0.0378493
+institution [X][X] President and [X] ||| Institution [X][X] Präsidentschaftskandidaten und [X] ||| 0.0154408 1 ||| ||| 0.0295513
+institution [X][X] President and to [X] ||| Institution [X][X] Präsidentschaftskandidaten und [X] ||| 0.0123933 1 ||| ||| 0.0295513
+institution [X][X] [X] ||| Institution [X][X] [X] ||| 0.025707 1 ||| ||| 0.495275
+institution [X][X] the [X] ||| Institution [X][X] [X] ||| 0.000693819 1 ||| ||| 0.495275
+institution [X][X] to [X] ||| Institution [X][X] [X] ||| 0.000739464 1 ||| ||| 0.495275
+institution [X][X] to the [X] ||| Institution [X][X] [X] ||| 0.000693819 1 ||| ||| 0.495275
+institution [X][X] to [X] ||| Institution [X][X] bei [X] ||| 0.0278341 1 ||| ||| 0.0588235
+institution [X][X] to [X][X] [X] ||| Institution [X][X] bei [X][X] [X] ||| 0.0199135 1 ||| ||| 0.0896228
+institution [X][X] to [X][X] the [X] ||| Institution [X][X] bei [X][X] [X] ||| 0.0038342 1 ||| ||| 0.0896228
+institution [X][X] to [X][X] to [X] ||| Institution [X][X] bei [X][X] [X] ||| 0.00408644 1 ||| ||| 0.0896228
+institution [X][X] to [X][X] and [X] ||| Institution [X][X] bei [X][X] und [X] ||| 0.0278341 1 ||| ||| 0.0163934
+institution [X][X] to the President [X] ||| Institution [X][X] bei dem Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.0222222
+institution [X][X] to the [X] ||| Institution [X][X] bei dem [X] ||| 0.0278341 1 ||| ||| 0.0344828
+institution [X][X] to the [X][X] [X] ||| Institution [X][X] bei dem [X][X] [X] ||| 0.0278341 1 ||| ||| 0.041897
+institution [X][X] the President [X] ||| Institution [X][X] dem Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.0222222
+institution [X][X] the President [X][X] [X] ||| Institution [X][X] dem Präsidentschaftskandidaten [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0255036
+institution [X][X] the President and [X] ||| Institution [X][X] dem Präsidentschaftskandidaten und [X] ||| 0.0278341 1 ||| ||| 0.0163934
+institution [X][X] the [X] ||| Institution [X][X] dem [X] ||| 0.0278341 1 ||| ||| 0.0344828
+institution [X][X] the [X][X] [X] ||| Institution [X][X] dem [X][X] [X] ||| 0.017302 1 ||| ||| 0.0674006
+institution [X][X] the [X][X] the [X] ||| Institution [X][X] dem [X][X] [X] ||| 0.00509834 1 ||| ||| 0.0674006
+institution [X][X] the [X][X] to [X] ||| Institution [X][X] dem [X][X] [X] ||| 0.00543375 1 ||| ||| 0.0674006
+institution [X][X] and [X] ||| Institution [X][X] und [X] ||| 0.0108909 1 ||| ||| 0.041897
+institution [X][X] and to [X] ||| Institution [X][X] und [X] ||| 0.0087414 1 ||| ||| 0.041897
+institution [X][X] and to the [X] ||| Institution [X][X] und [X] ||| 0.00820182 1 ||| ||| 0.041897
+year , [X] ||| Jahres- , [X] ||| 0.0278341 1 ||| ||| 1
+year [X] ||| Jahres- [X] ||| 0.0278341 1 ||| ||| 1
+Members [X] ||| Kolleginnen und Kollegen - [X] ||| 0.00463902 1 ||| ||| 6
+Members have [X] ||| Kolleginnen und Kollegen - [X] ||| 0.00463902 1 ||| ||| 6
+number of Members [X] ||| Kolleginnen und Kollegen - [X] ||| 0.00463902 1 ||| ||| 6
+number of Members have [X] ||| Kolleginnen und Kollegen - [X] ||| 0.00463902 1 ||| ||| 6
+of Members [X] ||| Kolleginnen und Kollegen - [X] ||| 0.00463902 1 ||| ||| 6
+of Members have [X] ||| Kolleginnen und Kollegen - [X] ||| 0.00463902 1 ||| ||| 6
+Members [X] ||| Kolleginnen und Kollegen [X] ||| 0.00463902 1 ||| ||| 6
+Members have [X] ||| Kolleginnen und Kollegen [X] ||| 0.00463902 1 ||| ||| 6
+number of Members [X] ||| Kolleginnen und Kollegen [X] ||| 0.00463902 1 ||| ||| 6
+number of Members have [X] ||| Kolleginnen und Kollegen [X] ||| 0.00463902 1 ||| ||| 6
+of Members [X] ||| Kolleginnen und Kollegen [X] ||| 0.00463902 1 ||| ||| 6
+of Members have [X] ||| Kolleginnen und Kollegen [X] ||| 0.00463902 1 ||| ||| 6
+accused of criminal activity [X] ||| Kriminalität [X] ||| 0.00695852 1 ||| ||| 4
+be accused of criminal activity [X] ||| Kriminalität [X] ||| 0.00695852 1 ||| ||| 4
+criminal activity [X] ||| Kriminalität [X] ||| 0.00695852 1 ||| ||| 4
+of criminal activity [X] ||| Kriminalität [X] ||| 0.00695852 1 ||| ||| 4
+accused of criminal activity and [X] ||| Kriminalität und [X] ||| 0.00642326 1 ||| ||| 1.08333
+criminal activity and [X] ||| Kriminalität und [X] ||| 0.0128465 1 ||| ||| 1.08333
+of criminal activity and [X] ||| Kriminalität und [X] ||| 0.00856433 1 ||| ||| 1.08333
+possibly [X] ||| Kräften [X] ||| 0.00695852 1 ||| ||| 4
+possibly can [X] ||| Kräften [X] ||| 0.00695852 1 ||| ||| 4
+she possibly [X] ||| Kräften [X] ||| 0.00695852 1 ||| ||| 4
+she possibly can [X] ||| Kräften [X] ||| 0.00695852 1 ||| ||| 4
+possibly [X] ||| Kräften stehende [X] ||| 0.00695852 1 ||| ||| 4
+possibly can [X] ||| Kräften stehende [X] ||| 0.00695852 1 ||| ||| 4
+she possibly [X] ||| Kräften stehende [X] ||| 0.00695852 1 ||| ||| 4
+she possibly can [X] ||| Kräften stehende [X] ||| 0.00695852 1 ||| ||| 4
+Kumar Ponnambalam , who [X] ||| Kumar Ponnambalam , der [X] ||| 0.0278341 1 ||| ||| 0.333333
+Kumar Ponnambalam [X] ||| Kumar Ponnambalam [X] ||| 0.0278341 1 ||| ||| 1
+Kumar Ponnambalam [X][X] [X] ||| Kumar Ponnambalam [X][X] [X] ||| 0.0278341 1 ||| ||| 0.333333
+Lanka [X] ||| Lanka [X] ||| 0.160946 1 ||| ||| 3
+Lankan [X] ||| Lanka [X] ||| 0.00927803 1 ||| ||| 3
+Lanka [X][X] Kumar Ponnambalam [X] ||| Lanka [X][X] Kumar Ponnambalam [X] ||| 0.0278341 1 ||| ||| 0.047619
+Lanka [X][X] [X] ||| Lanka [X][X] [X] ||| 0.0278341 1 ||| ||| 0.172619
+Lanka [X] ||| Lanka zu [X] ||| 0.0278341 1 ||| ||| 1
+Lanka [X][X] Kumar Ponnambalam [X] ||| Lanka zu [X][X] Kumar Ponnambalam [X] ||| 0.0278341 1 ||| ||| 0.047619
+Lanka [X][X] [X] ||| Lanka zu [X][X] [X] ||| 0.0278341 1 ||| ||| 0.172619
+Lanka [X] ||| Lanka zu beklagen [X] ||| 0.0278341 1 ||| ||| 1
+Lanka [X][X] Kumar Ponnambalam [X] ||| Lanka zu beklagen [X][X] Kumar Ponnambalam [X] ||| 0.0278341 1 ||| ||| 0.047619
+Lanka [X][X] [X] ||| Lanka zu beklagen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.172619
+Lanka was [X] ||| Lanka zu beklagen gab , [X] ||| 0.0278341 1 ||| ||| 1
+Lanka was [X][X] [X] ||| Lanka zu beklagen gab , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.047619
+Lanka was [X] ||| Lanka zu beklagen gab , zählt [X] ||| 0.0278341 1 ||| ||| 1
+Lanka was [X][X] [X] ||| Lanka zu beklagen gab , zählt [X][X] [X] ||| 0.0278341 1 ||| ||| 0.047619
+Lanka was Mr Kumar Ponnambalam [X] ||| Lanka zu beklagen gab , zählt auch Herr Kumar Ponnambalam [X] ||| 0.0278341 1 ||| ||| 0.047619
+Lanka was Mr [X] ||| Lanka zu beklagen gab , zählt auch Herr [X] ||| 0.0278341 1 ||| ||| 0.125
+Lanka was Mr [X][X] [X] ||| Lanka zu beklagen gab , zählt auch Herr [X][X] [X] ||| 0.0278341 1 ||| ||| 0.047619
+Lanka was [X] ||| Lanka zu beklagen gab , zählt auch [X] ||| 0.0278341 1 ||| ||| 1
+Lanka was [X][X] [X] ||| Lanka zu beklagen gab , zählt auch [X][X] [X] ||| 0.0278341 1 ||| ||| 0.047619
+Lanka was [X] ||| Lanka zu beklagen gab [X] ||| 0.0278341 1 ||| ||| 1
+Lanka was [X][X] [X] ||| Lanka zu beklagen gab [X][X] [X] ||| 0.0278341 1 ||| ||| 0.047619
+Lanka [X] ||| Lanka übermitteln [X] ||| 0.0278341 1 ||| ||| 1
+Lanka [X][X] [X] ||| Lanka übermitteln [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.2
+Lanka [X][X] [X] ||| Lanka übermitteln [X][X] [X] ||| 0.0278341 1 ||| ||| 0.783333
+Lanka [X][X] [X] ||| Lanka übermitteln [X][X] würden , [X] ||| 0.0278341 1 ||| ||| 0.2
+Lanka [X][X] [X] ||| Lanka übermitteln [X][X] würden [X] ||| 0.0278341 1 ||| ||| 0.25
+Lanka and [X] ||| Lanka übermitteln und [X] ||| 0.0278341 1 ||| ||| 1
+Lanka and urging [X] ||| Lanka übermitteln und sie auffordern [X] ||| 0.0278341 1 ||| ||| 0.333333
+Lanka and urging [X] ||| Lanka übermitteln und sie auffordern würden , [X] ||| 0.0278341 1 ||| ||| 0.2
+Lanka and urging [X] ||| Lanka übermitteln und sie auffordern würden [X] ||| 0.0278341 1 ||| ||| 0.25
+legislative proposal [X] ||| Legislativvorschlag [X] ||| 0.0278341 1 ||| ||| 1
+countries [X] ||| Länder , [X] ||| 0.0278341 1 ||| ||| 1
+countries [X][X] [X] ||| Länder , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.2
+countries which [X] ||| Länder , die [X] ||| 0.0278341 1 ||| ||| 1
+countries which [X][X] [X] ||| Länder , die [X][X] [X] ||| 0.0278341 1 ||| ||| 0.2
+countries which [X][X] their [X][X] [X] ||| Länder , die ihr [X][X] [X][X] [X] ||| 0.0278341 1 ||| ||| 0.2
+countries [X] ||| Länder [X] ||| 0.0278341 1 ||| ||| 1
+countries [X][X] [X] ||| Länder [X][X] [X] ||| 0.0278341 1 ||| ||| 0.2
+countries [X] ||| Ländern [X] ||| 0.0278341 1 ||| ||| 1
+countries [X][X] European Union [X] ||| Ländern [X][X] Europäischen Union [X] ||| 0.0278341 1 ||| ||| 0.142857
+countries [X][X] European [X] ||| Ländern [X][X] Europäischen [X] ||| 0.0278341 1 ||| ||| 0.25
+countries [X][X] Union [X] ||| Ländern [X][X] Union [X] ||| 0.0278341 1 ||| ||| 0.142857
+countries [X][X] [X] ||| Ländern [X][X] [X] ||| 0.0278341 1 ||| ||| 0.892857
+countries of the European Union [X] ||| Ländern der Europäischen Union [X] ||| 0.0278341 1 ||| ||| 0.142857
+countries of the European [X] ||| Ländern der Europäischen [X] ||| 0.0278341 1 ||| ||| 0.25
+countries of the [X] ||| Ländern der [X] ||| 0.0278341 1 ||| ||| 0.5
+countries of the [X][X] [X] ||| Ländern der [X][X] [X] ||| 0.0278341 1 ||| ||| 0.142857
+reconciliation to [X] ||| Lösung [X] ||| 0.0278341 1 ||| ||| 1
+reconciliation to [X][X] situation [X] ||| Lösung [X][X] Situation [X] ||| 0.0278341 1 ||| ||| 0.0714286
+reconciliation to [X][X] [X] ||| Lösung [X][X] [X] ||| 0.0278341 1 ||| ||| 0.446429
+reconciliation to [X][X] difficult situation [X] ||| Lösung [X][X] schwierigen Situation [X] ||| 0.0278341 1 ||| ||| 0.0714286
+reconciliation to [X][X] difficult [X] ||| Lösung [X][X] schwierigen [X] ||| 0.0278341 1 ||| ||| 0.125
+reconciliation to a [X] ||| Lösung dieser [X] ||| 0.0278341 1 ||| ||| 0.5
+reconciliation to a [X][X] situation [X] ||| Lösung dieser [X][X] Situation [X] ||| 0.0278341 1 ||| ||| 0.0714286
+reconciliation to a [X][X] [X] ||| Lösung dieser [X][X] [X] ||| 0.0278341 1 ||| ||| 0.196429
+reconciliation to a very [X] ||| Lösung dieser sehr [X] ||| 0.0278341 1 ||| ||| 0.25
+reconciliation to a very [X][X] [X] ||| Lösung dieser sehr [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0714286
+reconciliation to a very difficult [X] ||| Lösung dieser sehr schwierigen [X] ||| 0.0278341 1 ||| ||| 0.125
+34 year-old man who [X] ||| Mannes [X] ||| 0.00927803 1 ||| ||| 3
+man who [X] ||| Mannes [X] ||| 0.00927803 1 ||| ||| 3
+year-old man who [X] ||| Mannes [X] ||| 0.00927803 1 ||| ||| 3
+Member , Mr Zimeray , [X] ||| Mitglieds , Herrn Zimeray , [X] ||| 0.0278341 1 ||| ||| 0.0909091
+Member , Mr Zimeray [X] ||| Mitglieds , Herrn Zimeray [X] ||| 0.0278341 1 ||| ||| 0.166667
+Member , Mr Zimeray [X][X] [X] ||| Mitglieds , Herrn Zimeray [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0555556
+Member , Mr [X] ||| Mitglieds , Herrn [X] ||| 0.0278341 1 ||| ||| 0.333333
+Member , Mr [X][X] [X] ||| Mitglieds , Herrn [X][X] [X] ||| 0.0278341 1 ||| ||| 0.146465
+Member , [X] ||| Mitglieds , [X] ||| 0.0278341 1 ||| ||| 1
+Member , [X][X] , [X] ||| Mitglieds , [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0909091
+Member , [X][X] , [X][X] [X] ||| Mitglieds , [X][X] , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0555556
+Member , [X][X] [X] ||| Mitglieds , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.313131
+Member [X] ||| Mitglieds [X] ||| 0.0278341 1 ||| ||| 1
+Member [X][X] , [X] ||| Mitglieds [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0909091
+Member [X][X] , [X][X] [X] ||| Mitglieds [X][X] , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0555556
+Member [X][X] Zimeray , [X] ||| Mitglieds [X][X] Zimeray , [X] ||| 0.0278341 1 ||| ||| 0.0909091
+Member [X][X] Zimeray , [X][X] [X] ||| Mitglieds [X][X] Zimeray , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0555556
+Member [X][X] Zimeray [X] ||| Mitglieds [X][X] Zimeray [X] ||| 0.0278341 1 ||| ||| 0.166667
+Member [X][X] Zimeray [X][X] [X] ||| Mitglieds [X][X] Zimeray [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0555556
+Member [X][X] [X] ||| Mitglieds [X][X] [X] ||| 0.0278341 1 ||| ||| 0.646465
+Member [X][X] a petition [X][X] [X] ||| Mitglieds [X][X] [X][X] eine Petition [X] ||| 0.0278341 1 ||| ||| 0.0555556
+months ago [X] ||| Monaten [X] ||| 0.0278341 1 ||| ||| 1
+months ago [X] ||| Monaten einen [X] ||| 0.0278341 1 ||| ||| 1
+Nikitin . [X] ||| Nikitin . [X] ||| 0.0278341 1 ||| ||| 1
+Nikitin [X] ||| Nikitin [X] ||| 0.0804729 1 ||| ||| 6
+Nikitin to [X] ||| Nikitin [X] ||| 0.00463902 1 ||| ||| 6
+Nikitin to be [X] ||| Nikitin [X] ||| 0.00463902 1 ||| ||| 6
+Nikitin to be accused [X] ||| Nikitin [X] ||| 0.00463902 1 ||| ||| 6
+Nikitin to be accused of [X] ||| Nikitin [X] ||| 0.00463902 1 ||| ||| 6
+Nikitin [X][X] [X] ||| Nikitin [X][X] [X] ||| 0.00695852 1 ||| ||| 1.26803
+Nikitin to [X][X] [X] ||| Nikitin [X][X] [X] ||| 0.00695852 1 ||| ||| 1.26803
+Nikitin to be [X][X] [X] ||| Nikitin [X][X] [X] ||| 0.00695852 1 ||| ||| 1.26803
+Nikitin to be accused [X][X] [X] ||| Nikitin [X][X] [X] ||| 0.00695852 1 ||| ||| 1.26803
+the victims [X] ||| Opfern [X] ||| 0.013917 1 ||| ||| 2
+victims [X] ||| Opfern [X] ||| 0.013917 1 ||| ||| 2
+victims [X][X] [X] ||| Opfern [X][X] [X] ||| 0.0278341 1 ||| ||| 1
+House [X] ||| Parlament [X] ||| 0.00556682 1 ||| ||| 5
+Parliament [X] ||| Parlament [X] ||| 0.345024 1 ||| ||| 5
+you [X] ||| Parlament [X] ||| 0.00556682 1 ||| ||| 5
+House [X][X] ) [X] ||| Parlament [X][X] ) [X] ||| 0.0278341 1 ||| ||| 0.125
+Parliament [X][X] . [X] ||| Parlament [X][X] . [X] ||| 0.00927803 1 ||| ||| 0.25
+Parliament [X][X] an interest . [X] ||| Parlament [X][X] . [X] ||| 0.00927803 1 ||| ||| 0.25
+Parliament [X][X] interest . [X] ||| Parlament [X][X] . [X] ||| 0.00927803 1 ||| ||| 0.25
+you [X][X] debate [X] ||| Parlament [X][X] Aussprache [X] ||| 0.0278341 1 ||| ||| 0.05
+you [X][X] debate on [X] ||| Parlament [X][X] Aussprache im [X] ||| 0.0278341 1 ||| ||| 0.0277778
+Parliament [X][X] European Community [X] ||| Parlament [X][X] Europäischen Union [X] ||| 0.013917 1 ||| ||| 0.0444444
+Parliament [X][X] the European Community [X] ||| Parlament [X][X] Europäischen Union [X] ||| 0.013917 1 ||| ||| 0.0444444
+Parliament [X][X] European [X] ||| Parlament [X][X] Europäischen [X] ||| 0.00927803 1 ||| ||| 0.0857142
+Parliament [X][X] of the European [X] ||| Parlament [X][X] Europäischen [X] ||| 0.00927803 1 ||| ||| 0.0857142
+Parliament [X][X] the European [X] ||| Parlament [X][X] Europäischen [X] ||| 0.00927803 1 ||| ||| 0.0857142
+Parliament [X][X] months ago [X] ||| Parlament [X][X] Monaten [X] ||| 0.0278341 1 ||| ||| 0.0833333
+Parliament [X][X] months ago [X] ||| Parlament [X][X] Monaten einen [X] ||| 0.0278341 1 ||| ||| 0.0555556
+Parliament [X][X] Community [X] ||| Parlament [X][X] Union [X] ||| 0.0278341 1 ||| ||| 0.0222222
+House [X][X] [X] ||| Parlament [X][X] [X] ||| 0.0614891 1 ||| ||| 4.22067
+Parliament [X][X] [X] ||| Parlament [X][X] [X] ||| 0.10489 1 ||| ||| 4.22067
+Parliament [X][X] an [X] ||| Parlament [X][X] [X] ||| 0.00131894 1 ||| ||| 4.22067
+Parliament [X][X] an interest [X] ||| Parlament [X][X] [X] ||| 0.00109912 1 ||| ||| 4.22067
+Parliament [X][X] interest [X] ||| Parlament [X][X] [X] ||| 0.00109912 1 ||| ||| 4.22067
+Parliament [X][X] of [X] ||| Parlament [X][X] [X] ||| 0.000366373 1 ||| ||| 4.22067
+Parliament [X][X] of the [X] ||| Parlament [X][X] [X] ||| 0.000314033 1 ||| ||| 4.22067
+Parliament [X][X] the [X] ||| Parlament [X][X] [X] ||| 0.000314033 1 ||| ||| 4.22067
+you [X][X] [X] ||| Parlament [X][X] [X] ||| 0.00414001 1 ||| ||| 4.22067
+Parliament [X][X] of [X][X] Community [X] ||| Parlament [X][X] [X][X] Union [X] ||| 0.0278341 1 ||| ||| 0.0222222
+Parliament [X][X] an [X][X] [X] ||| Parlament [X][X] [X][X] [X] ||| 0.0129892 1 ||| ||| 0.178571
+Parliament [X][X] of [X][X] [X] ||| Parlament [X][X] [X][X] [X] ||| 0.00791726 1 ||| ||| 0.178571
+Parliament [X][X] of the [X][X] [X] ||| Parlament [X][X] [X][X] [X] ||| 0.0034638 1 ||| ||| 0.178571
+Parliament [X][X] the [X][X] [X] ||| Parlament [X][X] [X][X] [X] ||| 0.0034638 1 ||| ||| 0.178571
+Parliament [X][X] the [X] ||| Parlament [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.166667
+Parliament [X][X] the [X][X] European [X] ||| Parlament [X][X] der [X][X] Europäischen [X] ||| 0.0278341 1 ||| ||| 0.0285714
+Parliament [X][X] the [X][X] Community [X] ||| Parlament [X][X] der [X][X] Union [X] ||| 0.0278341 1 ||| ||| 0.0222222
+Parliament [X][X] the [X][X] [X] ||| Parlament [X][X] der [X][X] [X] ||| 0.0212591 1 ||| ||| 0.201587
+Parliament [X][X] the [X][X] the [X] ||| Parlament [X][X] der [X][X] [X] ||| 0.00657499 1 ||| ||| 0.201587
+Parliament [X][X] the whole [X] ||| Parlament [X][X] der gesamten [X] ||| 0.0172763 1 ||| ||| 0.146465
+Parliament [X][X] the whole of [X] ||| Parlament [X][X] der gesamten [X] ||| 0.0105578 1 ||| ||| 0.146465
+Parliament [X][X] the whole [X][X] [X] ||| Parlament [X][X] der gesamten [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0507937
+Parliament [X][X] [X] ||| Parlament [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.0555556
+you [X][X] a debate [X] ||| Parlament [X][X] einer Aussprache [X] ||| 0.0278341 1 ||| ||| 0.05
+you [X][X] a debate on [X] ||| Parlament [X][X] einer Aussprache im [X] ||| 0.0278341 1 ||| ||| 0.0277778
+House [X][X] a [X] ||| Parlament [X][X] einer [X] ||| 0.0198815 1 ||| ||| 0.35
+you [X][X] a [X] ||| Parlament [X][X] einer [X] ||| 0.0079526 1 ||| ||| 0.35
+House [X][X] a [X][X] ) [X] ||| Parlament [X][X] einer [X][X] ) [X] ||| 0.0278341 1 ||| ||| 0.125
+House [X][X] a [X][X] [X] ||| Parlament [X][X] einer [X][X] [X] ||| 0.0256424 1 ||| ||| 0.352778
+you [X][X] a [X][X] [X] ||| Parlament [X][X] einer [X][X] [X] ||| 0.00219166 1 ||| ||| 0.352778
+Parliament [X][X] whole [X] ||| Parlament [X][X] gesamten [X] ||| 0.0130375 1 ||| ||| 0.194084
+Parliament [X][X] whole of [X] ||| Parlament [X][X] gesamten [X] ||| 0.00796739 1 ||| ||| 0.194084
+Parliament [X][X] whole of the [X] ||| Parlament [X][X] gesamten [X] ||| 0.00682918 1 ||| ||| 0.194084
+Parliament [X][X] whole [X][X] Community [X] ||| Parlament [X][X] gesamten [X][X] Union [X] ||| 0.0278341 1 ||| ||| 0.0222222
+Parliament [X][X] whole [X][X] [X] ||| Parlament [X][X] gesamten [X][X] [X] ||| 0.0139171 1 ||| ||| 0.101587
+Parliament [X][X] whole of [X][X] [X] ||| Parlament [X][X] gesamten [X][X] [X] ||| 0.0139171 1 ||| ||| 0.101587
+Parliament has [X][X] . [X] ||| Parlament [X][X] hat . [X] ||| 0.013917 1 ||| ||| 0.166667
+Parliament has [X][X] interest . [X] ||| Parlament [X][X] hat . [X] ||| 0.013917 1 ||| ||| 0.166667
+Parliament has [X][X] [X] ||| Parlament [X][X] hat [X] ||| 0.0157977 1 ||| ||| 1.23333
+Parliament has [X][X] an [X] ||| Parlament [X][X] hat [X] ||| 0.00451364 1 ||| ||| 1.23333
+Parliament has [X][X] an interest [X] ||| Parlament [X][X] hat [X] ||| 0.00376137 1 ||| ||| 1.23333
+Parliament has [X][X] interest [X] ||| Parlament [X][X] hat [X] ||| 0.00376137 1 ||| ||| 1.23333
+Parliament has [X][X] an [X][X] [X] ||| Parlament [X][X] hat [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0833333
+you [X][X] on [X] ||| Parlament [X][X] im [X] ||| 0.0278341 1 ||| ||| 0.0277778
+you [X][X] [X] ||| Parlament [X][X] nach [X] ||| 0.0278341 1 ||| ||| 0.2
+you [X][X] a debate [X] ||| Parlament [X][X] nach einer Aussprache [X] ||| 0.0278341 1 ||| ||| 0.05
+you [X][X] a debate on [X] ||| Parlament [X][X] nach einer Aussprache im [X] ||| 0.0278341 1 ||| ||| 0.0277778
+you [X][X] a [X] ||| Parlament [X][X] nach einer [X] ||| 0.0278341 1 ||| ||| 0.1
+you [X][X] a [X][X] [X] ||| Parlament [X][X] nach einer [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0277778
+you have [X] ||| Parlament besteht [X] ||| 0.0278341 1 ||| ||| 1
+you have [X][X] debate [X] ||| Parlament besteht [X][X] Aussprache [X] ||| 0.0278341 1 ||| ||| 0.05
+you have [X][X] debate on [X] ||| Parlament besteht [X][X] Aussprache im [X] ||| 0.0278341 1 ||| ||| 0.0277778
+you have [X][X] [X] ||| Parlament besteht [X][X] [X] ||| 0.0278341 1 ||| ||| 0.177778
+you have [X][X] on [X] ||| Parlament besteht [X][X] im [X] ||| 0.0278341 1 ||| ||| 0.0277778
+you have requested [X] ||| Parlament besteht der Wunsch [X] ||| 0.0278341 1 ||| ||| 0.25
+you have requested [X][X] [X] ||| Parlament besteht der Wunsch [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0777778
+you have requested [X][X] on [X] ||| Parlament besteht der Wunsch [X][X] im [X] ||| 0.0278341 1 ||| ||| 0.0277778
+you have requested [X] ||| Parlament besteht der Wunsch nach [X] ||| 0.0278341 1 ||| ||| 0.2
+you have requested [X][X] [X] ||| Parlament besteht der Wunsch nach [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0777778
+you have requested [X][X] on [X] ||| Parlament besteht der Wunsch nach [X][X] im [X] ||| 0.0278341 1 ||| ||| 0.0277778
+you have requested a debate [X] ||| Parlament besteht der Wunsch nach einer Aussprache [X] ||| 0.0278341 1 ||| ||| 0.05
+you have requested a [X] ||| Parlament besteht der Wunsch nach einer [X] ||| 0.0278341 1 ||| ||| 0.1
+you have requested a [X][X] [X] ||| Parlament besteht der Wunsch nach einer [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0277778
+you have [X] ||| Parlament besteht der [X] ||| 0.0278341 1 ||| ||| 1
+you have [X][X] debate [X] ||| Parlament besteht der [X][X] Aussprache [X] ||| 0.0278341 1 ||| ||| 0.05
+you have [X][X] debate on [X] ||| Parlament besteht der [X][X] Aussprache im [X] ||| 0.0278341 1 ||| ||| 0.0277778
+you have [X][X] [X] ||| Parlament besteht der [X][X] [X] ||| 0.0278341 1 ||| ||| 0.177778
+you have [X][X] on [X] ||| Parlament besteht der [X][X] im [X] ||| 0.0278341 1 ||| ||| 0.0277778
+House rose and observed [X] ||| Parlament erhebt sich zu [X] ||| 0.0278341 1 ||| ||| 0.5
+House rose and observed [X][X] [X] ||| Parlament erhebt sich zu [X][X] [X] ||| 0.0278341 1 ||| ||| 0.325
+House rose and observed a [X] ||| Parlament erhebt sich zu einer [X] ||| 0.0278341 1 ||| ||| 0.25
+Parliament just [X] ||| Parlament erst [X] ||| 0.0278341 1 ||| ||| 1
+Parliament just [X][X] months ago [X] ||| Parlament erst [X][X] Monaten [X] ||| 0.0278341 1 ||| ||| 0.0833333
+Parliament just [X][X] months ago [X] ||| Parlament erst [X][X] Monaten einen [X] ||| 0.0278341 1 ||| ||| 0.0555556
+Parliament just [X][X] [X] ||| Parlament erst [X][X] [X] ||| 0.0278341 1 ||| ||| 0.305556
+Parliament just [X][X] [X] ||| Parlament erst [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.0555556
+Parliament just [X] ||| Parlament erst vor [X] ||| 0.0278341 1 ||| ||| 1
+Parliament just [X][X] months ago [X] ||| Parlament erst vor [X][X] Monaten [X] ||| 0.0278341 1 ||| ||| 0.0833333
+Parliament just [X][X] months ago [X] ||| Parlament erst vor [X][X] Monaten einen [X] ||| 0.0278341 1 ||| ||| 0.0555556
+Parliament just [X][X] [X] ||| Parlament erst vor [X][X] [X] ||| 0.0278341 1 ||| ||| 0.305556
+Parliament just [X][X] [X] ||| Parlament erst vor [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.0555556
+Parliament just a few [X] ||| Parlament erst vor wenigen [X] ||| 0.0278341 1 ||| ||| 0.166667
+Parliament just a few [X][X] [X] ||| Parlament erst vor wenigen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.138889
+Parliament just a few [X][X] [X] ||| Parlament erst vor wenigen [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.0555556
+Parliament has consistently shown [X] ||| Parlament immer wieder befaßt hat [X] ||| 0.0173963 1 ||| ||| 0.533333
+Parliament has consistently shown an [X] ||| Parlament immer wieder befaßt hat [X] ||| 0.0104378 1 ||| ||| 0.533333
+Parliament has consistently shown [X][X] [X] ||| Parlament immer wieder befaßt hat [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0833333
+Parliament and [X] ||| Parlament und [X] ||| 0.0278341 1 ||| ||| 1
+Parliament and [X][X] European Community [X] ||| Parlament und [X][X] Europäischen Union [X] ||| 0.0278341 1 ||| ||| 0.0222222
+Parliament and [X][X] European [X] ||| Parlament und [X][X] Europäischen [X] ||| 0.013917 1 ||| ||| 0.0571428
+Parliament and [X][X] the European [X] ||| Parlament und [X][X] Europäischen [X] ||| 0.013917 1 ||| ||| 0.0571428
+Parliament and [X][X] Community [X] ||| Parlament und [X][X] Union [X] ||| 0.0278341 1 ||| ||| 0.0222222
+Parliament and [X][X] [X] ||| Parlament und [X][X] [X] ||| 0.0203702 1 ||| ||| 0.562338
+Parliament and [X][X] of [X] ||| Parlament und [X][X] [X] ||| 0.00274984 1 ||| ||| 0.562338
+Parliament and [X][X] of the [X] ||| Parlament und [X][X] [X] ||| 0.002357 1 ||| ||| 0.562338
+Parliament and [X][X] the [X] ||| Parlament und [X][X] [X] ||| 0.002357 1 ||| ||| 0.562338
+Parliament and [X][X] of [X][X] [X] ||| Parlament und [X][X] [X][X] [X] ||| 0.0193629 1 ||| ||| 0.0730159
+Parliament and [X][X] the [X][X] [X] ||| Parlament und [X][X] [X][X] [X] ||| 0.00847124 1 ||| ||| 0.0730159
+Parliament and [X][X] whole [X] ||| Parlament und [X][X] gesamten [X] ||| 0.0172763 1 ||| ||| 0.146465
+Parliament and [X][X] whole of [X] ||| Parlament und [X][X] gesamten [X] ||| 0.0105578 1 ||| ||| 0.146465
+Parliament and [X][X] whole [X][X] [X] ||| Parlament und [X][X] gesamten [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0507937
+Parliament and by [X] ||| Parlament und von [X] ||| 0.0278341 1 ||| ||| 0.333333
+Parliament and by [X][X] European [X] ||| Parlament und von [X][X] Europäischen [X] ||| 0.0278341 1 ||| ||| 0.0285714
+Parliament and by [X][X] Community [X] ||| Parlament und von [X][X] Union [X] ||| 0.0278341 1 ||| ||| 0.0222222
+Parliament and by [X][X] [X] ||| Parlament und von [X][X] [X] ||| 0.0195831 1 ||| ||| 0.348052
+Parliament and by [X][X] of [X] ||| Parlament und von [X][X] [X] ||| 0.00444285 1 ||| ||| 0.348052
+Parliament and by [X][X] the [X] ||| Parlament und von [X][X] [X] ||| 0.00380815 1 ||| ||| 0.348052
+Parliament and by the [X] ||| Parlament und von der [X] ||| 0.0278341 1 ||| ||| 0.166667
+Parliament and by the [X][X] [X] ||| Parlament und von der [X][X] [X] ||| 0.0278341 1 ||| ||| 0.153968
+Parliament and by the whole [X] ||| Parlament und von der gesamten [X] ||| 0.0278341 1 ||| ||| 0.0909091
+Parliament , [X] ||| Parlaments [X] ||| 0.00556682 1 ||| ||| 5
+Parliament , a [X] ||| Parlaments [X] ||| 0.00556682 1 ||| ||| 5
+Parliament , a date [X] ||| Parlaments [X] ||| 0.00556682 1 ||| ||| 5
+Parliament , a date has [X] ||| Parlaments [X] ||| 0.00556682 1 ||| ||| 5
+Parliament [X] ||| Parlaments [X] ||| 0.00556682 1 ||| ||| 5
+petition [X] ||| Petition [X] ||| 0.0278341 1 ||| ||| 1
+plenary part-session [X] ||| Plenartagung [X] ||| 0.0278341 1 ||| ||| 1
+plenary part-session of [X] ||| Plenartagung des [X] ||| 0.0278341 1 ||| ||| 0.5
+positions [X] ||| Position [X] ||| 0.0278341 1 ||| ||| 1
+press [X] ||| Presse [X] ||| 0.0278341 1 ||| ||| 1
+press [X][X] [X] ||| Presse [X][X] [X] ||| 0.0278341 1 ||| ||| 0.333333
+press and [X] ||| Presse und [X] ||| 0.0278341 1 ||| ||| 1
+press and television [X] ||| Presse und dem Fernsehen [X] ||| 0.0278341 1 ||| ||| 0.333333
+President , [X] ||| Präsidentin ! [X] ||| 0.0278341 1 ||| ||| 1
+President , [X][X] [X] ||| Präsidentin ! [X][X] Sie [X] ||| 0.0278341 1 ||| ||| 0.125
+President , [X][X] [X] ||| Präsidentin ! [X][X] [X] ||| 0.0278341 1 ||| ||| 0.325
+President , I [X] ||| Präsidentin ! ich [X] ||| 0.0278341 1 ||| ||| 0.5
+President , I [X][X] [X] ||| Präsidentin ! ich [X][X] Sie [X] ||| 0.0278341 1 ||| ||| 0.125
+President , I [X][X] [X] ||| Präsidentin ! ich [X][X] [X] ||| 0.0278341 1 ||| ||| 0.325
+President , [X] ||| Präsidentin , [X] ||| 0.57504 1 ||| ||| 3
+President , [X][X] . [X] ||| Präsidentin , [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.222222
+President , [X][X] [X] ||| Präsidentin , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.622222
+President , [X] ||| Präsidentin , der [X] ||| 0.0278341 1 ||| ||| 1
+President , on [X] ||| Präsidentin , zur [X] ||| 0.0278341 1 ||| ||| 0.666666
+President , on [X][X] . [X] ||| Präsidentin , zur [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.222222
+President , on [X][X] [X] ||| Präsidentin , zur [X][X] [X] ||| 0.0278341 1 ||| ||| 0.622222
+President [X] ||| Präsidentin [X] ||| 1 1 ||| ||| 4
+President [X][X] . [X] ||| Präsidentin [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.222222
+President [X][X] [X] ||| Präsidentin [X][X] [X] ||| 0.184241 1 ||| ||| 1.68889
+[X][X] President [X] ||| Präsidentin [X][X] [X] ||| 0.00659229 1 ||| ||| 1.68889
+[X][X] the [X][X] President [X] ||| Präsidentin [X][X] [X][X] das [X] ||| 0.013917 1 ||| ||| 0.133333
+[X][X] to the [X][X] President [X] ||| Präsidentin [X][X] [X][X] das [X] ||| 0.013917 1 ||| ||| 0.133333
+to [X][X] the [X][X] President [X] ||| Präsidentin [X][X] in [X][X] das [X] ||| 0.0278341 1 ||| ||| 0.0666667
+Sri Lankan President [X] ||| Präsidentin von Sri Lanka [X] ||| 0.0278341 1 ||| ||| 0.333333
+[X][X] Sri Lankan President [X] ||| Präsidentin von Sri Lanka [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0666667
+[X][X] the Sri Lankan President [X] ||| Präsidentin von Sri Lanka [X][X] das [X] ||| 0.0278341 1 ||| ||| 0.0666667
+to [X][X] Sri Lankan President [X] ||| Präsidentin von Sri Lanka in [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0666667
+President [X] ||| Präsidentin von [X] ||| 0.0278341 1 ||| ||| 1
+[X][X] President [X] ||| Präsidentin von [X][X] [X] ||| 0.0278341 1 ||| ||| 0.4
+[X][X] the [X][X] President [X] ||| Präsidentin von [X][X] [X][X] das [X] ||| 0.013917 1 ||| ||| 0.133333
+[X][X] to the [X][X] President [X] ||| Präsidentin von [X][X] [X][X] das [X] ||| 0.013917 1 ||| ||| 0.133333
+to [X][X] the [X][X] President [X] ||| Präsidentin von [X][X] in [X][X] das [X] ||| 0.0278341 1 ||| ||| 0.0666667
+President [X] ||| Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 1
+President [X][X] Bush [X] ||| Präsidentschaftskandidaten [X][X] Bush [X] ||| 0.0278341 1 ||| ||| 0.0322581
+President [X][X] Governor [X] ||| Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 0.013917 1 ||| ||| 0.222222
+President [X][X] the Governor [X] ||| Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 0.013917 1 ||| ||| 0.222222
+President [X][X] Governor [X][X] Bush [X] ||| Präsidentschaftskandidaten [X][X] Gouverneur [X][X] Bush [X] ||| 0.0278341 1 ||| ||| 0.0322581
+President [X][X] Governor [X][X] [X] ||| Präsidentschaftskandidaten [X][X] Gouverneur [X][X] [X] ||| 0.013917 1 ||| ||| 0.169779
+President [X][X] the Governor [X][X] [X] ||| Präsidentschaftskandidaten [X][X] Gouverneur [X][X] [X] ||| 0.013917 1 ||| ||| 0.169779
+President [X][X] Governor of [X] ||| Präsidentschaftskandidaten [X][X] Gouverneur von [X] ||| 0.013917 1 ||| ||| 0.133333
+President [X][X] the Governor of [X] ||| Präsidentschaftskandidaten [X][X] Gouverneur von [X] ||| 0.013917 1 ||| ||| 0.133333
+President [X][X] Governor of [X][X] [X] ||| Präsidentschaftskandidaten [X][X] Gouverneur von [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0848896
+President [X][X] Texas , Mr [X] ||| Präsidentschaftskandidaten [X][X] Texas , George W. [X] ||| 0.0278341 1 ||| ||| 0.0526316
+President [X][X] [X] ||| Präsidentschaftskandidaten [X][X] [X] ||| 0.185118 1 ||| ||| 1.42933
+President [X][X] the [X] ||| Präsidentschaftskandidaten [X][X] [X] ||| 0.00649116 1 ||| ||| 1.42933
+President [X][X] the [X][X] Bush [X] ||| Präsidentschaftskandidaten [X][X] [X][X] Bush [X] ||| 0.0278341 1 ||| ||| 0.0322581
+President [X][X] the [X][X] [X] ||| Präsidentschaftskandidaten [X][X] [X][X] [X] ||| 0.0278341 1 ||| ||| 0.151556
+President [X][X] of [X] ||| Präsidentschaftskandidaten [X][X] von [X] ||| 0.0278341 1 ||| ||| 0.0666667
+President [X][X] of [X][X] Bush [X] ||| Präsidentschaftskandidaten [X][X] von [X][X] Bush [X] ||| 0.0278341 1 ||| ||| 0.0322581
+President [X][X] of [X][X] [X] ||| Präsidentschaftskandidaten [X][X] von [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0848896
+President and to the Governor [X] ||| Präsidentschaftskandidaten und Gouverneur [X] ||| 0.0278341 1 ||| ||| 0.111111
+President and [X] ||| Präsidentschaftskandidaten und [X] ||| 0.0151822 1 ||| ||| 1.83333
+President and to [X] ||| Präsidentschaftskandidaten und [X] ||| 0.00759112 1 ||| ||| 1.83333
+President and to the [X] ||| Präsidentschaftskandidaten und [X] ||| 0.00506074 1 ||| ||| 1.83333
+President and [X][X] Bush [X] ||| Präsidentschaftskandidaten und [X][X] Bush [X] ||| 0.013917 1 ||| ||| 0.0645162
+President and to [X][X] Bush [X] ||| Präsidentschaftskandidaten und [X][X] Bush [X] ||| 0.013917 1 ||| ||| 0.0645162
+President and [X][X] [X] ||| Präsidentschaftskandidaten und [X][X] [X] ||| 0.010801 1 ||| ||| 0.67689
+President and to [X][X] [X] ||| Präsidentschaftskandidaten und [X][X] [X] ||| 0.010801 1 ||| ||| 0.67689
+President and to the [X][X] [X] ||| Präsidentschaftskandidaten und [X][X] [X] ||| 0.00623207 1 ||| ||| 0.67689
+President and [X][X] of [X] ||| Präsidentschaftskandidaten und [X][X] von [X] ||| 0.013917 1 ||| ||| 0.133333
+President and to [X][X] of [X] ||| Präsidentschaftskandidaten und [X][X] von [X] ||| 0.013917 1 ||| ||| 0.133333
+President and [X][X] of [X][X] [X] ||| Präsidentschaftskandidaten und [X][X] von [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0848896
+of quota penalties [X] ||| Quotenstrafe belegt [X] ||| 0.013917 1 ||| ||| 2
+quota penalties [X] ||| Quotenstrafe belegt [X] ||| 0.013917 1 ||| ||| 2
+of quota penalties [X][X] [X] ||| Quotenstrafe belegt [X][X] [X] ||| 0.0119289 1 ||| ||| 0.583333
+quota penalties [X][X] [X] ||| Quotenstrafe belegt [X][X] [X] ||| 0.0159052 1 ||| ||| 0.583333
+of quota penalties should be [X] ||| Quotenstrafe belegt werden sollen [X] ||| 0.0119289 1 ||| ||| 0.583333
+quota penalties should be [X] ||| Quotenstrafe belegt werden sollen [X] ||| 0.0159052 1 ||| ||| 0.583333
+right [X] ||| Recht [X] ||| 0.0278341 1 ||| ||| 1
+legal principle [X] ||| Rechtsgrundsatz [X] ||| 0.0278341 1 ||| ||| 1
+legal principle [X][X] fisheries policy [X] ||| Rechtsgrundsatz [X][X] Fischereipolitik darstellt [X] ||| 0.0278341 1 ||| ||| 0.111111
+legal principle [X][X] proposal [X] ||| Rechtsgrundsatz [X][X] Vorschlag [X] ||| 0.0278341 1 ||| ||| 0.05
+legal principle [X][X] [X] ||| Rechtsgrundsatz [X][X] [X] ||| 0.0278341 1 ||| ||| 0.840278
+legal principle [X][X] a proposal [X] ||| Rechtsgrundsatz [X][X] ein Vorschlag [X] ||| 0.0278341 1 ||| ||| 0.05
+legal principle [X][X] a [X] ||| Rechtsgrundsatz [X][X] ein [X] ||| 0.0278341 1 ||| ||| 0.0625
+legal principle [X][X] common [X] ||| Rechtsgrundsatz [X][X] gemeinsamen [X] ||| 0.0278341 1 ||| ||| 0.2
+legal principle [X][X] common [X][X] [X] ||| Rechtsgrundsatz [X][X] gemeinsamen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.306944
+legal principle [X][X] and [X] ||| Rechtsgrundsatz [X][X] und [X] ||| 0.0278341 1 ||| ||| 0.0833333
+legal principle [X][X] and [X][X] [X] ||| Rechtsgrundsatz [X][X] und [X][X] [X] ||| 0.0278341 1 ||| ||| 0.05
+legal principle [X][X] and a [X] ||| Rechtsgrundsatz [X][X] und ein [X] ||| 0.0278341 1 ||| ||| 0.0625
+legal principle of the [X] ||| Rechtsgrundsatz der [X] ||| 0.0278341 1 ||| ||| 0.333333
+legal principle of the [X][X] [X] ||| Rechtsgrundsatz der [X][X] [X] ||| 0.0278341 1 ||| ||| 0.306944
+legal principle of the common [X] ||| Rechtsgrundsatz der gemeinsamen [X] ||| 0.0278341 1 ||| ||| 0.2
+Russia , [X] ||| Rußland [X] ||| 0.013917 1 ||| ||| 2
+Russia [X] ||| Rußland [X] ||| 0.013917 1 ||| ||| 2
+minute ' s silence ) [X] ||| Schweigeminute . ) [X] ||| 0.0278341 1 ||| ||| 0.5
+minute ' s silence [X] ||| Schweigeminute . [X] ||| 0.0278341 1 ||| ||| 1
+minute ' s silence . [X] ||| Schweigeminute zu erheben . [X] ||| 0.0278341 1 ||| ||| 0.5
+minute ' s silence [X] ||| Schweigeminute zu erheben [X] ||| 0.0278341 1 ||| ||| 1
+you , Madam President , [X] ||| Sie , Frau Präsidentin , [X] ||| 0.0278341 1 ||| ||| 0.0909091
+you , Madam President , [X] ||| Sie , Frau Präsidentin , der [X] ||| 0.0278341 1 ||| ||| 0.0666667
+you , Madam President [X] ||| Sie , Frau Präsidentin [X] ||| 0.0278341 1 ||| ||| 0.166667
+you , Madam [X] ||| Sie , Frau [X] ||| 0.0278341 1 ||| ||| 0.333333
+you , Madam [X][X] [X] ||| Sie , Frau [X][X] [X] ||| 0.0278341 1 ||| ||| 0.157576
+you , Madam [X][X] [X] ||| Sie , Frau [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0666667
+you , [X] ||| Sie , [X] ||| 0.0278341 1 ||| ||| 1
+you , [X][X] , [X] ||| Sie , [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0909091
+you , [X][X] , [X] ||| Sie , [X][X] , der [X] ||| 0.0278341 1 ||| ||| 0.0666667
+you , [X][X] [X] ||| Sie , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.324242
+you , [X][X] [X] ||| Sie , [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0666667
+you [X] ||| Sie [X] ||| 0.833333 1 ||| ||| 6
+your [X] ||| Sie [X] ||| 0.00463902 1 ||| ||| 6
+you [X][X] , [X] ||| Sie [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.167832
+you [X][X] , [X][X] [X] ||| Sie [X][X] , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0526316
+you [X][X] , i.e. [X] ||| Sie [X][X] , d. h. [X] ||| 0.0278341 1 ||| ||| 0.0666667
+you [X][X] , i.e. on [X] ||| Sie [X][X] , d. h. am [X] ||| 0.0278341 1 ||| ||| 0.0526316
+you [X][X] , [X] ||| Sie [X][X] , der [X] ||| 0.0278341 1 ||| ||| 0.0666667
+[X][X] in [X] ||| Sie [X][X] , mit [X] ||| 0.0278341 1 ||| ||| 0.1
+[X][X] in which [X] ||| Sie [X][X] , mit dem [X] ||| 0.0278341 1 ||| ||| 0.0909091
+[X][X] in which [X] ||| Sie [X][X] , mit dem sich [X] ||| 0.0278341 1 ||| ||| 0.0714286
+[X][X] case [X] ||| Sie [X][X] Fall [X] ||| 0.0278341 1 ||| ||| 0.25
+draw your attention [X][X] case [X] ||| Sie [X][X] Fall aufmerksam machen , [X] ||| 0.0278341 1 ||| ||| 0.111111
+draw your attention [X][X] case [X] ||| Sie [X][X] Fall aufmerksam machen [X] ||| 0.0278341 1 ||| ||| 0.142857
+you [X][X] Governor [X] ||| Sie [X][X] Gouverneur [X] ||| 0.00927803 1 ||| ||| 0.0545454
+you [X][X] the Governor [X] ||| Sie [X][X] Gouverneur [X] ||| 0.00927803 1 ||| ||| 0.0545454
+you [X][X] to the Governor [X] ||| Sie [X][X] Gouverneur [X] ||| 0.00927803 1 ||| ||| 0.0545454
+you [X][X] President , [X] ||| Sie [X][X] Präsidentin , [X] ||| 0.0278341 1 ||| ||| 0.0909091
+you [X][X] President , [X] ||| Sie [X][X] Präsidentin , der [X] ||| 0.0278341 1 ||| ||| 0.0666667
+you [X][X] President [X] ||| Sie [X][X] Präsidentin [X] ||| 0.0278341 1 ||| ||| 0.166667
+you [X][X] President [X] ||| Sie [X][X] Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.0526316
+you [X][X] President [X][X] Governor [X] ||| Sie [X][X] Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 0.0278341 1 ||| ||| 0.0181818
+you [X][X] President [X][X] [X] ||| Sie [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 0.0205561 1 ||| ||| 0.0932781
+you [X][X] President [X][X] the [X] ||| Sie [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 0.00727801 1 ||| ||| 0.0932781
+you [X][X] President and [X] ||| Sie [X][X] Präsidentschaftskandidaten und [X] ||| 0.0157865 1 ||| ||| 0.0607986
+you [X][X] President and to [X] ||| Sie [X][X] Präsidentschaftskandidaten und [X] ||| 0.0120476 1 ||| ||| 0.0607986
+you [X][X] President and [X][X] [X] ||| Sie [X][X] Präsidentschaftskandidaten und [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0181818
+you [X][X] [X] ||| Sie [X][X] [X] ||| 0.554476 1 ||| ||| 2.10005
+you [X][X] the [X] ||| Sie [X][X] [X] ||| 0.000323269 1 ||| ||| 2.10005
+you [X][X] to [X] ||| Sie [X][X] [X] ||| 0.000348791 1 ||| ||| 2.10005
+you [X][X] to the [X] ||| Sie [X][X] [X] ||| 0.000323269 1 ||| ||| 2.10005
+you [X][X] to [X][X] [X] ||| Sie [X][X] [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0181818
+you [X][X] raise [X][X] , [X] ||| Sie [X][X] [X][X] ansprechen , [X] ||| 0.0278341 1 ||| ||| 0.0769231
+you [X][X] raise [X][X] [X] ||| Sie [X][X] [X][X] ansprechen [X] ||| 0.0278341 1 ||| ||| 0.0909091
+you [X][X] on [X] ||| Sie [X][X] am [X] ||| 0.0278341 1 ||| ||| 0.0526316
+draw your attention [X][X] [X] ||| Sie [X][X] aufmerksam machen , [X] ||| 0.0278341 1 ||| ||| 0.111111
+draw your attention [X][X] in [X] ||| Sie [X][X] aufmerksam machen , mit [X] ||| 0.0278341 1 ||| ||| 0.1
+draw your attention [X][X] [X] ||| Sie [X][X] aufmerksam machen [X] ||| 0.0278341 1 ||| ||| 0.142857
+you [X][X] to [X] ||| Sie [X][X] bei [X] ||| 0.0278341 1 ||| ||| 0.166667
+you [X][X] to [X][X] Governor [X] ||| Sie [X][X] bei [X][X] Gouverneur [X] ||| 0.0278341 1 ||| ||| 0.0181818
+you [X][X] to [X][X] [X] ||| Sie [X][X] bei [X][X] [X] ||| 0.0210063 1 ||| ||| 0.206708
+you [X][X] to [X][X] the [X] ||| Sie [X][X] bei [X][X] [X] ||| 0.00328424 1 ||| ||| 0.206708
+you [X][X] to [X][X] to [X] ||| Sie [X][X] bei [X][X] [X] ||| 0.00354353 1 ||| ||| 0.206708
+you [X][X] to [X][X] and [X] ||| Sie [X][X] bei [X][X] und [X] ||| 0.0278341 1 ||| ||| 0.0344828
+you [X][X] to the President [X] ||| Sie [X][X] bei dem Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.0526316
+you [X][X] to the [X] ||| Sie [X][X] bei dem [X] ||| 0.0278341 1 ||| ||| 0.0909091
+you [X][X] to the [X][X] [X] ||| Sie [X][X] bei dem [X][X] [X] ||| 0.0278341 1 ||| ||| 0.103371
+you [X][X] i.e. [X] ||| Sie [X][X] d. h. [X] ||| 0.0278341 1 ||| ||| 0.0666667
+you [X][X] i.e. on [X] ||| Sie [X][X] d. h. am [X] ||| 0.0278341 1 ||| ||| 0.0526316
+you [X][X] the President [X] ||| Sie [X][X] dem Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.0526316
+you [X][X] the President [X][X] [X] ||| Sie [X][X] dem Präsidentschaftskandidaten [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0688879
+you [X][X] the President and [X] ||| Sie [X][X] dem Präsidentschaftskandidaten und [X] ||| 0.0278341 1 ||| ||| 0.0344828
+[X][X] which [X] ||| Sie [X][X] dem [X] ||| 0.013917 1 ||| ||| 0.181818
+you [X][X] the [X] ||| Sie [X][X] dem [X] ||| 0.013917 1 ||| ||| 0.181818
+you [X][X] the [X][X] Governor [X] ||| Sie [X][X] dem [X][X] Gouverneur [X] ||| 0.0278341 1 ||| ||| 0.0181818
+you [X][X] the [X][X] [X] ||| Sie [X][X] dem [X][X] [X] ||| 0.018674 1 ||| ||| 0.154077
+you [X][X] the [X][X] the [X] ||| Sie [X][X] dem [X][X] [X] ||| 0.0044061 1 ||| ||| 0.154077
+you [X][X] the [X][X] to [X] ||| Sie [X][X] dem [X][X] [X] ||| 0.00475396 1 ||| ||| 0.154077
+[X][X] which [X] ||| Sie [X][X] dem sich [X] ||| 0.0278341 1 ||| ||| 0.0714286
+you [X][X] [X] ||| Sie [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0666667
+you [X][X] raise this question [X] ||| Sie [X][X] diese Frage ansprechen [X] ||| 0.0278341 1 ||| ||| 0.0909091
+[X][X] in [X] ||| Sie [X][X] mit [X] ||| 0.0278341 1 ||| ||| 0.1
+[X][X] in which [X] ||| Sie [X][X] mit dem [X] ||| 0.0278341 1 ||| ||| 0.0909091
+[X][X] in which [X] ||| Sie [X][X] mit dem sich [X] ||| 0.0278341 1 ||| ||| 0.0714286
+you [X][X] and [X] ||| Sie [X][X] und [X] ||| 0.0112667 1 ||| ||| 0.0851888
+you [X][X] and to [X] ||| Sie [X][X] und [X] ||| 0.00859827 1 ||| ||| 0.0851888
+you [X][X] and to the [X] ||| Sie [X][X] und [X] ||| 0.00796911 1 ||| ||| 0.0851888
+you [X][X] and [X][X] [X] ||| Sie [X][X] und [X][X] [X] ||| 0.013917 1 ||| ||| 0.0363636
+you [X][X] and to [X][X] [X] ||| Sie [X][X] und [X][X] [X] ||| 0.013917 1 ||| ||| 0.0363636
+to [X] ||| Sie auf [X] ||| 0.0278341 1 ||| ||| 1
+to [X][X] [X] ||| Sie auf [X][X] [X] ||| 0.0278341 1 ||| ||| 0.25
+[X][X] to [X][X] [X] ||| Sie auf [X][X] [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.111111
+[X][X] to [X][X] in [X] ||| Sie auf [X][X] [X][X] , mit [X] ||| 0.0278341 1 ||| ||| 0.1
+[X][X] to [X][X] in which [X] ||| Sie auf [X][X] [X][X] , mit dem [X] ||| 0.0278341 1 ||| ||| 0.0909091
+[X][X] to [X][X] in which [X] ||| Sie auf [X][X] [X][X] , mit dem sich [X] ||| 0.0278341 1 ||| ||| 0.0714286
+[X][X] to [X][X] [X] ||| Sie auf [X][X] [X][X] [X] ||| 0.0278341 1 ||| ||| 0.253968
+[X][X] to [X][X] in [X] ||| Sie auf [X][X] [X][X] mit [X] ||| 0.0278341 1 ||| ||| 0.1
+[X][X] to [X][X] in which [X] ||| Sie auf [X][X] [X][X] mit dem [X] ||| 0.0278341 1 ||| ||| 0.0909091
+[X][X] to [X][X] in which [X] ||| Sie auf [X][X] [X][X] mit dem sich [X] ||| 0.0278341 1 ||| ||| 0.0714286
+draw your attention to [X][X] [X] ||| Sie auf [X][X] aufmerksam machen , [X] ||| 0.0278341 1 ||| ||| 0.111111
+draw your attention to [X][X] [X] ||| Sie auf [X][X] aufmerksam machen [X] ||| 0.0278341 1 ||| ||| 0.142857
+to a case [X] ||| Sie auf einen Fall [X] ||| 0.0278341 1 ||| ||| 0.25
+[X][X] to a case [X] ||| Sie auf einen Fall [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.111111
+[X][X] to a case [X][X] [X] ||| Sie auf einen Fall [X][X] , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.162338
+[X][X] to a case [X][X] [X] ||| Sie auf einen Fall [X][X] , [X][X] sich [X] ||| 0.0278341 1 ||| ||| 0.0714286
+[X][X] to a case in [X] ||| Sie auf einen Fall [X][X] , mit [X] ||| 0.0278341 1 ||| ||| 0.1
+[X][X] to a case [X] ||| Sie auf einen Fall [X][X] [X] ||| 0.0278341 1 ||| ||| 0.253968
+[X][X] to a case [X][X] [X] ||| Sie auf einen Fall [X][X] [X][X] [X] ||| 0.0278341 1 ||| ||| 0.324675
+[X][X] to a case [X][X] [X] ||| Sie auf einen Fall [X][X] [X][X] sich [X] ||| 0.0278341 1 ||| ||| 0.142857
+[X][X] to a case in [X] ||| Sie auf einen Fall [X][X] mit [X] ||| 0.0278341 1 ||| ||| 0.1
+to a [X] ||| Sie auf einen [X] ||| 0.0278341 1 ||| ||| 1
+you represent , [X] ||| Sie vertreten , [X] ||| 0.0278341 1 ||| ||| 0.333333
+you represent , [X][X] Governor [X] ||| Sie vertreten , [X][X] Gouverneur [X] ||| 0.0278341 1 ||| ||| 0.0181818
+you represent , [X][X] President [X] ||| Sie vertreten , [X][X] Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.0526316
+you represent , [X][X] [X] ||| Sie vertreten , [X][X] [X] ||| 0.0230919 1 ||| ||| 0.297617
+you represent , [X][X] the [X] ||| Sie vertreten , [X][X] [X] ||| 0.00228105 1 ||| ||| 0.297617
+you represent , [X][X] to [X] ||| Sie vertreten , [X][X] [X] ||| 0.00246114 1 ||| ||| 0.297617
+you represent , [X][X] and [X] ||| Sie vertreten , [X][X] und [X] ||| 0.0278341 1 ||| ||| 0.0344828
+you represent , to [X] ||| Sie vertreten , bei [X] ||| 0.0278341 1 ||| ||| 0.166667
+you represent , to [X][X] [X] ||| Sie vertreten , bei [X][X] [X] ||| 0.0278341 1 ||| ||| 0.156002
+you represent , to the [X] ||| Sie vertreten , bei dem [X] ||| 0.0278341 1 ||| ||| 0.0909091
+you represent [X] ||| Sie vertreten [X] ||| 0.0278341 1 ||| ||| 1
+you represent [X][X] Governor [X] ||| Sie vertreten [X][X] Gouverneur [X] ||| 0.013917 1 ||| ||| 0.0363636
+you represent [X][X] the Governor [X] ||| Sie vertreten [X][X] Gouverneur [X] ||| 0.013917 1 ||| ||| 0.0363636
+you represent [X][X] President [X] ||| Sie vertreten [X][X] Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.0526316
+you represent [X][X] President [X][X] [X] ||| Sie vertreten [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0688879
+you represent [X][X] President and [X] ||| Sie vertreten [X][X] Präsidentschaftskandidaten und [X] ||| 0.0278341 1 ||| ||| 0.0344828
+you represent [X][X] [X] ||| Sie vertreten [X][X] [X] ||| 0.0235567 1 ||| ||| 0.488674
+you represent [X][X] the [X] ||| Sie vertreten [X][X] [X] ||| 0.00138923 1 ||| ||| 0.488674
+you represent [X][X] to [X] ||| Sie vertreten [X][X] [X] ||| 0.00149891 1 ||| ||| 0.488674
+you represent [X][X] to the [X] ||| Sie vertreten [X][X] [X] ||| 0.00138923 1 ||| ||| 0.488674
+you represent [X][X] to [X][X] [X] ||| Sie vertreten [X][X] [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0181818
+you represent [X][X] the President [X] ||| Sie vertreten [X][X] dem Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.0526316
+you represent [X][X] the [X] ||| Sie vertreten [X][X] dem [X] ||| 0.0278341 1 ||| ||| 0.0909091
+you represent [X][X] the [X][X] [X] ||| Sie vertreten [X][X] dem [X][X] [X] ||| 0.0278341 1 ||| ||| 0.103371
+you represent [X][X] and [X] ||| Sie vertreten [X][X] und [X] ||| 0.0157865 1 ||| ||| 0.0607986
+you represent [X][X] and to [X] ||| Sie vertreten [X][X] und [X] ||| 0.0120476 1 ||| ||| 0.0607986
+you represent [X][X] and [X][X] [X] ||| Sie vertreten [X][X] und [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0181818
+you wish , [X] ||| Sie wollen , [X] ||| 0.0278341 1 ||| ||| 0.333333
+you wish , [X][X] , [X] ||| Sie wollen , [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0769231
+you wish , [X][X] [X] ||| Sie wollen , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.28713
+you wish , [X][X] on [X] ||| Sie wollen , [X][X] am [X] ||| 0.0278341 1 ||| ||| 0.0526316
+you wish , raise [X][X] [X] ||| Sie wollen , [X][X] ansprechen [X] ||| 0.0278341 1 ||| ||| 0.0909091
+you wish , [X][X] i.e. [X] ||| Sie wollen , [X][X] d. h. [X] ||| 0.0278341 1 ||| ||| 0.0666667
+you wish [X] ||| Sie wollen [X] ||| 0.0278341 1 ||| ||| 1
+you wish [X][X] , [X] ||| Sie wollen [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0769231
+you wish [X][X] , [X][X] [X] ||| Sie wollen [X][X] , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0526316
+you wish [X][X] , i.e. [X] ||| Sie wollen [X][X] , d. h. [X] ||| 0.0278341 1 ||| ||| 0.0666667
+you wish [X][X] [X] ||| Sie wollen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.28713
+you wish [X][X] on [X] ||| Sie wollen [X][X] am [X] ||| 0.0278341 1 ||| ||| 0.0526316
+you wish [X][X] i.e. [X] ||| Sie wollen [X][X] d. h. [X] ||| 0.0278341 1 ||| ||| 0.0666667
+you wish [X][X] i.e. on [X] ||| Sie wollen [X][X] d. h. am [X] ||| 0.0278341 1 ||| ||| 0.0526316
+keeping with [X] ||| Sinne [X] ||| 0.0278341 1 ||| ||| 1
+keeping with [X][X] [X] ||| Sinne [X][X] [X] ||| 0.0278341 1 ||| ||| 0.25
+keeping with the positions [X] ||| Sinne der Position [X] ||| 0.0278341 1 ||| ||| 0.25
+keeping with the [X] ||| Sinne der [X] ||| 0.0278341 1 ||| ||| 0.5
+situation [X] ||| Situation [X] ||| 0.0278341 1 ||| ||| 1
+session [X] ||| Sitzungsperiode [X] ||| 0.0278341 1 ||| ||| 1
+fleet [X] ||| Soll [X] ||| 0.0278341 1 ||| ||| 1
+fleet [X][X] [X] ||| Soll [X][X] [X] ||| 0.0278341 1 ||| ||| 0.5
+fleet reduction targets [X] ||| Soll zur Flottenverkleinerung [X] ||| 0.0278341 1 ||| ||| 0.5
+Sri Lanka [X] ||| Sri Lanka [X] ||| 0.160946 1 ||| ||| 3
+Sri Lankan [X] ||| Sri Lanka [X] ||| 0.00927803 1 ||| ||| 3
+Sri Lanka [X][X] [X] ||| Sri Lanka [X][X] [X] ||| 0.0100203 1 ||| ||| 0.173611
+[X][X] Sri Lankan [X] ||| Sri Lanka [X][X] [X] ||| 0.0178138 1 ||| ||| 0.173611
+[X][X] the Sri Lankan [X] ||| Sri Lanka [X][X] das [X] ||| 0.013917 1 ||| ||| 0.222222
+[X][X] to the Sri Lankan [X] ||| Sri Lanka [X][X] das [X] ||| 0.013917 1 ||| ||| 0.222222
+to [X][X] Sri Lankan [X] ||| Sri Lanka in [X][X] [X] ||| 0.0278341 1 ||| ||| 0.111111
+to [X][X] the Sri Lankan [X] ||| Sri Lanka in [X][X] das [X] ||| 0.0278341 1 ||| ||| 0.111111
+Sri Lanka [X] ||| Sri Lanka zu [X] ||| 0.0278341 1 ||| ||| 1
+Sri Lanka [X][X] [X] ||| Sri Lanka zu [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0625
+Sri Lanka [X] ||| Sri Lanka zu beklagen [X] ||| 0.0278341 1 ||| ||| 1
+Sri Lanka [X][X] [X] ||| Sri Lanka zu beklagen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0625
+Sri Lanka was [X] ||| Sri Lanka zu beklagen gab , [X] ||| 0.0278341 1 ||| ||| 0.166667
+Sri Lanka was [X] ||| Sri Lanka zu beklagen gab , zählt [X] ||| 0.0278341 1 ||| ||| 0.142857
+Sri Lanka was Mr [X] ||| Sri Lanka zu beklagen gab , zählt auch Herr [X] ||| 0.0278341 1 ||| ||| 0.0625
+Sri Lanka was [X] ||| Sri Lanka zu beklagen gab , zählt auch [X] ||| 0.0278341 1 ||| ||| 0.125
+Sri Lanka was [X] ||| Sri Lanka zu beklagen gab [X] ||| 0.0278341 1 ||| ||| 0.2
+Sri Lanka [X] ||| Sri Lanka übermitteln [X] ||| 0.0278341 1 ||| ||| 1
+Sri Lanka [X][X] [X] ||| Sri Lanka übermitteln [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.1
+Sri Lanka [X][X] [X] ||| Sri Lanka übermitteln [X][X] [X] ||| 0.0278341 1 ||| ||| 0.391667
+Sri Lanka [X][X] [X] ||| Sri Lanka übermitteln [X][X] würden , [X] ||| 0.0278341 1 ||| ||| 0.1
+Sri Lanka [X][X] [X] ||| Sri Lanka übermitteln [X][X] würden [X] ||| 0.0278341 1 ||| ||| 0.125
+Sri Lanka and [X] ||| Sri Lanka übermitteln und [X] ||| 0.0278341 1 ||| ||| 0.333333
+Sri Lanka and urging [X] ||| Sri Lanka übermitteln und sie auffordern [X] ||| 0.0278341 1 ||| ||| 0.166667
+Sri Lanka and urging [X] ||| Sri Lanka übermitteln und sie auffordern würden , [X] ||| 0.0278341 1 ||| ||| 0.1
+Sri Lanka and urging [X] ||| Sri Lanka übermitteln und sie auffordern würden [X] ||| 0.0278341 1 ||| ||| 0.125
+Sri [X] ||| Sri [X] ||| 1 1 ||| ||| 4
+Sri [X][X] [X] ||| Sri [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.266667
+Sri [X][X] [X] ||| Sri [X][X] , zählt [X] ||| 0.0278341 1 ||| ||| 0.142857
+Sri [X][X] Mr [X] ||| Sri [X][X] , zählt auch Herr [X] ||| 0.0278341 1 ||| ||| 0.0625
+Sri [X][X] [X] ||| Sri [X][X] , zählt auch [X] ||| 0.0278341 1 ||| ||| 0.125
+Sri [X][X] Mr [X] ||| Sri [X][X] Herr [X] ||| 0.0278341 1 ||| ||| 0.0625
+Sri [X][X] [X] ||| Sri [X][X] [X] ||| 0.241419 1 ||| ||| 1.42202
+Sri [X][X] Mr [X] ||| Sri [X][X] auch Herr [X] ||| 0.0278341 1 ||| ||| 0.0625
+Sri [X][X] [X] ||| Sri [X][X] auch [X] ||| 0.0278341 1 ||| ||| 0.125
+Sri [X][X] urging [X] ||| Sri [X][X] sie auffordern [X] ||| 0.0278341 1 ||| ||| 0.166667
+Sri [X][X] urging [X] ||| Sri [X][X] sie auffordern würden , [X] ||| 0.0278341 1 ||| ||| 0.1
+Sri [X][X] urging [X] ||| Sri [X][X] sie auffordern würden [X] ||| 0.0278341 1 ||| ||| 0.125
+Sri [X][X] [X] ||| Sri [X][X] würden , [X] ||| 0.0278341 1 ||| ||| 0.1
+Sri [X][X] [X] ||| Sri [X][X] würden [X] ||| 0.0278341 1 ||| ||| 0.125
+Sri [X][X] [X] ||| Sri [X][X] zählt [X] ||| 0.0278341 1 ||| ||| 0.142857
+Sri [X][X] Mr [X] ||| Sri [X][X] zählt auch Herr [X] ||| 0.0278341 1 ||| ||| 0.0625
+Sri [X][X] [X] ||| Sri [X][X] zählt auch [X] ||| 0.0278341 1 ||| ||| 0.125
+public prosecutor [X] ||| Staatsanwalt [X] ||| 0.0278341 1 ||| ||| 1
+public prosecutor [X][X] . [X] ||| Staatsanwalt [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.125
+public prosecutor [X][X] [X] ||| Staatsanwalt [X][X] [X] ||| 0.0278341 1 ||| ||| 0.325
+public prosecutor is appealing . [X] ||| Staatsanwalt in Berufung geht . [X] ||| 0.0278341 1 ||| ||| 0.125
+public prosecutor is appealing [X] ||| Staatsanwalt in Berufung geht [X] ||| 0.0278341 1 ||| ||| 0.2
+public prosecutor [X] ||| Staatsanwalt in [X] ||| 0.0278341 1 ||| ||| 1
+public prosecutor [X][X] . [X] ||| Staatsanwalt in [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.125
+public prosecutor [X][X] [X] ||| Staatsanwalt in [X][X] [X] ||| 0.0278341 1 ||| ||| 0.325
+stability [X] ||| Stabilität [X] ||| 0.160946 1 ||| ||| 3
+stability is [X] ||| Stabilität [X] ||| 0.00927803 1 ||| ||| 3
+stability [X][X] legal principle [X] ||| Stabilität [X][X] Rechtsgrundsatz [X] ||| 0.013917 1 ||| ||| 0.142857
+stability is [X][X] legal principle [X] ||| Stabilität [X][X] Rechtsgrundsatz [X] ||| 0.013917 1 ||| ||| 0.142857
+stability [X][X] legal principle [X][X] [X] ||| Stabilität [X][X] Rechtsgrundsatz [X][X] [X] ||| 0.0278341 1 ||| ||| 0.104278
+stability [X][X] [X] ||| Stabilität [X][X] [X] ||| 0.0184737 1 ||| ||| 1.01808
+stability is [X][X] [X] ||| Stabilität [X][X] [X] ||| 0.00936041 1 ||| ||| 1.01808
+stability [X][X] of the [X] ||| Stabilität [X][X] der [X] ||| 0.013917 1 ||| ||| 0.117647
+stability is [X][X] of the [X] ||| Stabilität [X][X] der [X] ||| 0.013917 1 ||| ||| 0.117647
+stability [X][X] of the common [X] ||| Stabilität [X][X] der gemeinsamen [X] ||| 0.0278341 1 ||| ||| 0.0454545
+stability [X][X] fundamental legal principle [X] ||| Stabilität [X][X] elementaren Rechtsgrundsatz [X] ||| 0.0278341 1 ||| ||| 0.0714286
+stability [X][X] fundamental [X] ||| Stabilität [X][X] elementaren [X] ||| 0.0278341 1 ||| ||| 0.166667
+stability [X][X] fundamental [X][X] [X] ||| Stabilität [X][X] elementaren [X][X] [X] ||| 0.0278341 1 ||| ||| 0.175707
+stability [X][X] fundamental [X][X] common [X] ||| Stabilität [X][X] elementaren [X][X] gemeinsamen [X] ||| 0.0278341 1 ||| ||| 0.0454545
+stability [X][X] common [X] ||| Stabilität [X][X] gemeinsamen [X] ||| 0.013917 1 ||| ||| 0.090909
+stability is [X][X] common [X] ||| Stabilität [X][X] gemeinsamen [X] ||| 0.013917 1 ||| ||| 0.090909
+stability is a [X] ||| Stabilität einen [X] ||| 0.0278341 1 ||| ||| 0.333333
+stability is a [X][X] [X] ||| Stabilität einen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.175707
+stability is a [X][X] common [X] ||| Stabilität einen [X][X] gemeinsamen [X] ||| 0.0278341 1 ||| ||| 0.0454545
+stability is a fundamental [X] ||| Stabilität einen elementaren [X] ||| 0.0278341 1 ||| ||| 0.166667
+stability is a fundamental [X][X] [X] ||| Stabilität einen elementaren [X][X] [X] ||| 0.0278341 1 ||| ||| 0.175707
+says [X] ||| Strafen [X] ||| 0.0278341 1 ||| ||| 1
+few days , [X] ||| Tagen [X] ||| 0.013917 1 ||| ||| 2
+few days [X] ||| Tagen [X] ||| 0.013917 1 ||| ||| 2
+part-session [X] ||| Tagung [X] ||| 0.0278341 1 ||| ||| 1
+part-session [X][X] European Parliament , [X] ||| Tagung [X][X] Europäischen Parlaments [X] ||| 0.0108244 1 ||| ||| 0.233766
+part-session [X][X] European Parliament [X] ||| Tagung [X][X] Europäischen Parlaments [X] ||| 0.0170097 1 ||| ||| 0.233766
+part-session [X][X] European [X] ||| Tagung [X][X] Europäischen [X] ||| 0.0278341 1 ||| ||| 0.25
+part-session [X][X] European [X][X] [X] ||| Tagung [X][X] Europäischen [X][X] [X] ||| 0.0156456 1 ||| ||| 0.731935
+part-session [X][X] European [X][X] a [X] ||| Tagung [X][X] Europäischen [X][X] [X] ||| 0.00292524 1 ||| ||| 0.731935
+part-session [X][X] European [X][X] been [X] ||| Tagung [X][X] Europäischen [X][X] [X] ||| 0.00316901 1 ||| ||| 0.731935
+part-session [X][X] European [X][X] date [X] ||| Tagung [X][X] Europäischen [X][X] [X] ||| 0.00292524 1 ||| ||| 0.731935
+part-session [X][X] European [X][X] has [X] ||| Tagung [X][X] Europäischen [X][X] [X] ||| 0.00316901 1 ||| ||| 0.731935
+part-session [X][X] Parliament , [X] ||| Tagung [X][X] Parlaments [X] ||| 0.00814439 1 ||| ||| 0.310689
+part-session [X][X] Parliament , a [X] ||| Tagung [X][X] Parlaments [X] ||| 0.00689141 1 ||| ||| 0.310689
+part-session [X][X] Parliament [X] ||| Tagung [X][X] Parlaments [X] ||| 0.0127983 1 ||| ||| 0.310689
+part-session [X][X] , [X] ||| Tagung [X][X] [X] ||| 0.00110991 1 ||| ||| 2.2798
+part-session [X][X] , a [X] ||| Tagung [X][X] [X] ||| 0.000939153 1 ||| ||| 2.2798
+part-session [X][X] , a date [X] ||| Tagung [X][X] [X] ||| 0.000939153 1 ||| ||| 2.2798
+part-session [X][X] [X] ||| Tagung [X][X] [X] ||| 0.138116 1 ||| ||| 2.2798
+part-session [X][X] a [X] ||| Tagung [X][X] [X] ||| 0.000939153 1 ||| ||| 2.2798
+part-session [X][X] a date [X] ||| Tagung [X][X] [X] ||| 0.000939153 1 ||| ||| 2.2798
+part-session [X][X] a date has [X] ||| Tagung [X][X] [X] ||| 0.00101742 1 ||| ||| 2.2798
+part-session [X][X] been [X] ||| Tagung [X][X] [X] ||| 0.00101742 1 ||| ||| 2.2798
+part-session [X][X] date [X] ||| Tagung [X][X] [X] ||| 0.000939153 1 ||| ||| 2.2798
+part-session [X][X] date has [X] ||| Tagung [X][X] [X] ||| 0.00101742 1 ||| ||| 2.2798
+part-session [X][X] date has been [X] ||| Tagung [X][X] [X] ||| 0.00101742 1 ||| ||| 2.2798
+part-session [X][X] has [X] ||| Tagung [X][X] [X] ||| 0.00101742 1 ||| ||| 2.2798
+part-session [X][X] has been [X] ||| Tagung [X][X] [X] ||| 0.00101742 1 ||| ||| 2.2798
+part-session of the European Parliament [X] ||| Tagung des Europäischen Parlaments [X] ||| 0.0278341 1 ||| ||| 0.142857
+part-session of the European [X] ||| Tagung des Europäischen [X] ||| 0.0278341 1 ||| ||| 0.25
+part-session of the European [X][X] [X] ||| Tagung des Europäischen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.411422
+part-session of the [X] ||| Tagung des [X] ||| 0.0278341 1 ||| ||| 0.5
+part-session of the [X][X] , [X] ||| Tagung des [X][X] [X] ||| 0.00262024 1 ||| ||| 0.965701
+part-session of the [X][X] [X] ||| Tagung des [X][X] [X] ||| 0.0159758 1 ||| ||| 0.965701
+part-session of the [X][X] a [X] ||| Tagung des [X][X] [X] ||| 0.00221713 1 ||| ||| 0.965701
+part-session of the [X][X] been [X] ||| Tagung des [X][X] [X] ||| 0.00240189 1 ||| ||| 0.965701
+part-session of the [X][X] date [X] ||| Tagung des [X][X] [X] ||| 0.00221713 1 ||| ||| 0.965701
+part-session of the [X][X] has [X] ||| Tagung des [X][X] [X] ||| 0.00240189 1 ||| ||| 0.965701
+Texas , Mr Bush , [X] ||| Texas , George W. Bush , [X] ||| 0.0278341 1 ||| ||| 0.25
+Texas , Mr Bush [X] ||| Texas , George W. Bush [X] ||| 0.0278341 1 ||| ||| 0.5
+Texas , Mr Bush [X][X] [X] ||| Texas , George W. Bush [X][X] [X] ||| 0.0278341 1 ||| ||| 0.142857
+Texas , Mr [X] ||| Texas , George W. [X] ||| 0.0278341 1 ||| ||| 1
+Texas , Mr [X][X] [X] ||| Texas , George W. [X][X] [X] ||| 0.0278341 1 ||| ||| 0.392857
+Texas , Mr [X][X] who [X] ||| Texas , George W. [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.142857
+Texas [X] ||| Texas [X] ||| 0.0278341 1 ||| ||| 1
+killings [X] ||| Toten [X] ||| 0.0278341 1 ||| ||| 1
+environmental information [X] ||| Umweltinformationen [X] ||| 0.0278341 1 ||| ||| 1
+environmental information [X][X] . [X] ||| Umweltinformationen [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.142857
+environmental information is [X][X] right [X] ||| Umweltinformationen [X][X] Recht ist [X] ||| 0.0278341 1 ||| ||| 0.111111
+environmental information [X][X] [X] ||| Umweltinformationen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.253968
+environmental information is [X][X] . [X] ||| Umweltinformationen [X][X] ist . [X] ||| 0.0278341 1 ||| ||| 0.142857
+environmental information is [X][X] [X] ||| Umweltinformationen [X][X] ist [X] ||| 0.013917 1 ||| ||| 0.222222
+environmental information is a [X][X] [X] ||| Umweltinformationen [X][X] ist [X] ||| 0.013917 1 ||| ||| 0.222222
+environmental information [X][X] constitutional right [X] ||| Umweltinformationen konstitutionelles Recht [X][X] [X] ||| 0.0278341 1 ||| ||| 0.111111
+Community [X] ||| Union [X] ||| 0.013917 1 ||| ||| 2
+Union [X] ||| Union [X] ||| 0.013917 1 ||| ||| 2
+inadmissibility . [X] ||| Unzulässigkeit geben ? [X] ||| 0.0278341 1 ||| ||| 1
+inadmissibility [X] ||| Unzulässigkeit geben [X] ||| 0.0278341 1 ||| ||| 1
+America [X] ||| Vereinigten Staaten [X] ||| 0.0278341 1 ||| ||| 1
+condemned person [X] ||| Verurteilten [X] ||| 0.0278341 1 ||| ||| 1
+proposal to subvert it [X] ||| Vorschlag , diesen zu unterlaufen , [X] ||| 0.0278341 1 ||| ||| 0.333333
+proposal to subvert it [X][X] [X] ||| Vorschlag , diesen zu unterlaufen , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.215909
+proposal to subvert it [X] ||| Vorschlag , diesen zu unterlaufen [X] ||| 0.0278341 1 ||| ||| 0.5
+proposal to subvert it [X][X] [X] ||| Vorschlag , diesen zu unterlaufen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.215909
+proposal [X] ||| Vorschlag [X] ||| 0.0278341 1 ||| ||| 1
+proposal [X][X] [X] ||| Vorschlag [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.333333
+proposal [X][X] would be [X][X] [X] ||| Vorschlag [X][X] , [X][X] wäre [X] ||| 0.0278341 1 ||| ||| 0.0909091
+proposal [X][X] . [X] ||| Vorschlag [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.125
+[X][X] Evans has suggested . [X] ||| Vorschlag [X][X] Evans folgen . [X] ||| 0.0278341 1 ||| ||| 0.253968
+[X][X] Evans has suggested [X] ||| Vorschlag [X][X] Evans folgen [X] ||| 0.0200405 1 ||| ||| 0.324675
+do [X][X] Evans has suggested [X] ||| Vorschlag [X][X] Evans folgen [X] ||| 0.00779355 1 ||| ||| 0.324675
+[X][X] Mr Evans has suggested [X] ||| Vorschlag [X][X] Herrn Evans folgen [X] ||| 0.0278341 1 ||| ||| 0.0909091
+[X][X] Mr [X][X] suggested . [X] ||| Vorschlag [X][X] Herrn [X][X] folgen . [X] ||| 0.0278341 1 ||| ||| 0.111111
+[X][X] Mr [X][X] suggested [X] ||| Vorschlag [X][X] Herrn [X][X] folgen [X] ||| 0.0278341 1 ||| ||| 0.0909091
+proposal [X][X] [X] ||| Vorschlag [X][X] [X] ||| 0.241419 1 ||| ||| 1.04924
+proposal [X][X] would be [X][X] [X] ||| Vorschlag [X][X] [X][X] wäre [X] ||| 0.0278341 1 ||| ||| 0.181818
+[X][X] has suggested . [X] ||| Vorschlag [X][X] folgen . [X] ||| 0.00968143 1 ||| ||| 0.730158
+[X][X] suggested . [X] ||| Vorschlag [X][X] folgen . [X] ||| 0.00968143 1 ||| ||| 0.730158
+do [X][X] has suggested . [X] ||| Vorschlag [X][X] folgen . [X] ||| 0.00423562 1 ||| ||| 0.730158
+do [X][X] suggested . [X] ||| Vorschlag [X][X] folgen . [X] ||| 0.00423562 1 ||| ||| 0.730158
+[X][X] has suggested [X] ||| Vorschlag [X][X] folgen [X] ||| 0.0100203 1 ||| ||| 0.64935
+[X][X] suggested [X] ||| Vorschlag [X][X] folgen [X] ||| 0.0100203 1 ||| ||| 0.64935
+do [X][X] has suggested [X] ||| Vorschlag [X][X] folgen [X] ||| 0.00389678 1 ||| ||| 0.64935
+do [X][X] suggested [X] ||| Vorschlag [X][X] folgen [X] ||| 0.00389678 1 ||| ||| 0.64935
+as Mr Evans has suggested [X] ||| Vorschlag von Herrn Evans folgen [X] ||| 0.0278341 1 ||| ||| 0.142857
+as Mr [X][X] suggested . [X] ||| Vorschlag von Herrn [X][X] folgen . [X] ||| 0.0278341 1 ||| ||| 0.142857
+as Mr [X][X] suggested [X] ||| Vorschlag von Herrn [X][X] folgen [X] ||| 0.0170097 1 ||| ||| 0.233766
+do as Mr [X][X] suggested [X] ||| Vorschlag von Herrn [X][X] folgen [X] ||| 0.0108244 1 ||| ||| 0.233766
+as [X][X] has suggested . [X] ||| Vorschlag von [X][X] folgen . [X] ||| 0.0100203 1 ||| ||| 0.396825
+as [X][X] suggested . [X] ||| Vorschlag von [X][X] folgen . [X] ||| 0.0100203 1 ||| ||| 0.396825
+do as [X][X] suggested . [X] ||| Vorschlag von [X][X] folgen . [X] ||| 0.00779355 1 ||| ||| 0.396825
+as [X][X] has suggested [X] ||| Vorschlag von [X][X] folgen [X] ||| 0.00850486 1 ||| ||| 0.467532
+as [X][X] suggested [X] ||| Vorschlag von [X][X] folgen [X] ||| 0.00850486 1 ||| ||| 0.467532
+do as [X][X] has suggested [X] ||| Vorschlag von [X][X] folgen [X] ||| 0.00541219 1 ||| ||| 0.467532
+do as [X][X] suggested [X] ||| Vorschlag von [X][X] folgen [X] ||| 0.00541219 1 ||| ||| 0.467532
+resumption [X] ||| Wiederaufnahme [X] ||| 0.0278341 1 ||| ||| 1
+resumption [X][X] session [X] ||| Wiederaufnahme [X][X] Sitzungsperiode [X] ||| 0.0278341 1 ||| ||| 0.25
+resumption [X][X] [X] ||| Wiederaufnahme [X][X] [X] ||| 0.0278341 1 ||| ||| 0.75
+resumption of the session [X] ||| Wiederaufnahme der Sitzungsperiode [X] ||| 0.0278341 1 ||| ||| 0.25
+resumption of the [X] ||| Wiederaufnahme der [X] ||| 0.0278341 1 ||| ||| 0.5
+[X][X] of a [X] ||| Woche [X][X] eines [X] ||| 0.0278341 1 ||| ||| 0.2
+the execution [X] ||| Woche die Hinrichtung [X] ||| 0.0278341 1 ||| ||| 1
+the execution [X][X] [X] ||| Woche die Hinrichtung [X][X] [X] ||| 0.0278341 1 ||| ||| 0.2
+the execution of a [X] ||| Woche die Hinrichtung eines [X] ||| 0.0278341 1 ||| ||| 0.2
+the [X] ||| Woche die [X] ||| 0.0278341 1 ||| ||| 1
+the [X][X] [X] ||| Woche die [X][X] [X] ||| 0.0278341 1 ||| ||| 0.2
+have requested [X] ||| Wunsch [X] ||| 0.00556682 1 ||| ||| 5
+request [X] ||| Wunsch [X] ||| 0.00556682 1 ||| ||| 5
+requested [X] ||| Wunsch [X] ||| 0.0965675 1 ||| ||| 5
+the request [X] ||| Wunsch [X] ||| 0.00556682 1 ||| ||| 5
+request [X][X] , Mr Zimeray [X] ||| Wunsch [X][X] , Herrn Zimeray [X] ||| 0.0278341 1 ||| ||| 0.0357143
+request [X][X] , Mr [X] ||| Wunsch [X][X] , Herrn [X] ||| 0.0155353 1 ||| ||| 0.0942983
+the request [X][X] , Mr [X] ||| Wunsch [X][X] , Herrn [X] ||| 0.0122988 1 ||| ||| 0.0942983
+request [X][X] , Mr [X][X] [X] ||| Wunsch [X][X] , Herrn [X][X] [X] ||| 0.0278341 1 ||| ||| 0.027027
+[X][X] have requested , [X] ||| Wunsch [X][X] , [X] ||| 0.0038662 1 ||| ||| 0.423491
+[X][X] have requested , on [X] ||| Wunsch [X][X] , [X] ||| 0.0025279 1 ||| ||| 0.423491
+[X][X] requested , [X] ||| Wunsch [X][X] , [X] ||| 0.0038662 1 ||| ||| 0.423491
+[X][X] requested , on [X] ||| Wunsch [X][X] , [X] ||| 0.0025279 1 ||| ||| 0.423491
+[X][X] requested , on behalf [X] ||| Wunsch [X][X] , [X] ||| 0.00219085 1 ||| ||| 0.423491
+request [X][X] , [X] ||| Wunsch [X][X] , [X] ||| 0.00725346 1 ||| ||| 0.423491
+the request [X][X] , [X] ||| Wunsch [X][X] , [X] ||| 0.0056016 1 ||| ||| 0.423491
+request [X][X] , [X][X] , [X] ||| Wunsch [X][X] , [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.027027
+request [X][X] , [X][X] [X] ||| Wunsch [X][X] , [X][X] [X] ||| 0.0152015 1 ||| ||| 0.11488
+the request [X][X] , [X][X] [X] ||| Wunsch [X][X] , [X][X] [X] ||| 0.0126326 1 ||| ||| 0.11488
+[X][X] have requested , [X] ||| Wunsch [X][X] - , [X] ||| 0.00718418 1 ||| ||| 0.227903
+[X][X] have requested , on [X] ||| Wunsch [X][X] - , [X] ||| 0.00469735 1 ||| ||| 0.227903
+[X][X] requested , [X] ||| Wunsch [X][X] - , [X] ||| 0.00718418 1 ||| ||| 0.227903
+[X][X] requested , on [X] ||| Wunsch [X][X] - , [X] ||| 0.00469735 1 ||| ||| 0.227903
+[X][X] requested , on behalf [X] ||| Wunsch [X][X] - , [X] ||| 0.00407104 1 ||| ||| 0.227903
+[X][X] have requested [X] ||| Wunsch [X][X] - [X] ||| 0.013917 1 ||| ||| 0.095238
+[X][X] requested [X] ||| Wunsch [X][X] - [X] ||| 0.013917 1 ||| ||| 0.095238
+[X][X] have requested [X][X] [X] ||| Wunsch [X][X] - [X][X] [X] ||| 0.00779504 1 ||| ||| 0.371547
+[X][X] have requested [X][X] behalf [X] ||| Wunsch [X][X] - [X][X] [X] ||| 0.00249713 1 ||| ||| 0.371547
+[X][X] have requested [X][X] of [X] ||| Wunsch [X][X] - [X][X] [X] ||| 0.00241659 1 ||| ||| 0.371547
+[X][X] requested [X][X] [X] ||| Wunsch [X][X] - [X][X] [X] ||| 0.00779504 1 ||| ||| 0.371547
+[X][X] requested [X][X] behalf [X] ||| Wunsch [X][X] - [X][X] [X] ||| 0.00249713 1 ||| ||| 0.371547
+[X][X] requested [X][X] behalf of [X] ||| Wunsch [X][X] - [X][X] [X] ||| 0.00241659 1 ||| ||| 0.371547
+[X][X] requested [X][X] of [X] ||| Wunsch [X][X] - [X][X] [X] ||| 0.00241659 1 ||| ||| 0.371547
+request [X][X] Mr Zimeray , [X] ||| Wunsch [X][X] Herrn Zimeray , [X] ||| 0.0278341 1 ||| ||| 0.027027
+request [X][X] Mr Zimeray [X] ||| Wunsch [X][X] Herrn Zimeray [X] ||| 0.0152639 1 ||| ||| 0.0651261
+the request [X][X] Mr Zimeray [X] ||| Wunsch [X][X] Herrn Zimeray [X] ||| 0.0125702 1 ||| ||| 0.0651261
+request [X][X] Mr [X] ||| Wunsch [X][X] Herrn [X] ||| 0.0155353 1 ||| ||| 0.0942983
+the request [X][X] Mr [X] ||| Wunsch [X][X] Herrn [X] ||| 0.0122988 1 ||| ||| 0.0942983
+request [X][X] Mr [X][X] [X] ||| Wunsch [X][X] Herrn [X][X] [X] ||| 0.0151197 1 ||| ||| 0.0497543
+the request [X][X] Mr [X][X] [X] ||| Wunsch [X][X] Herrn [X][X] [X] ||| 0.0127144 1 ||| ||| 0.0497543
+[X][X] Members have requested , [X] ||| Wunsch [X][X] Kolleginnen und Kollegen - , [X] ||| 0.0278341 1 ||| ||| 0.0588235
+[X][X] Members have requested [X] ||| Wunsch [X][X] Kolleginnen und Kollegen - [X] ||| 0.013917 1 ||| ||| 0.095238
+[X][X] of Members have requested [X] ||| Wunsch [X][X] Kolleginnen und Kollegen - [X] ||| 0.013917 1 ||| ||| 0.095238
+[X][X] Members have requested [X][X] [X] ||| Wunsch [X][X] Kolleginnen und Kollegen - [X][X] [X] ||| 0.0278341 1 ||| ||| 0.104053
+[X][X] Members have requested [X] ||| Wunsch [X][X] Kolleginnen und Kollegen [X] ||| 0.013917 1 ||| ||| 0.153846
+[X][X] of Members have requested [X] ||| Wunsch [X][X] Kolleginnen und Kollegen [X] ||| 0.013917 1 ||| ||| 0.153846
+[X][X] Members have requested [X][X] [X] ||| Wunsch [X][X] Kolleginnen und Kollegen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.104053
+request [X][X] Member , Mr [X] ||| Wunsch [X][X] Mitglieds , Herrn [X] ||| 0.0278341 1 ||| ||| 0.0526316
+request [X][X] Member , [X] ||| Wunsch [X][X] Mitglieds , [X] ||| 0.0159052 1 ||| ||| 0.145833
+the request [X][X] Member , [X] ||| Wunsch [X][X] Mitglieds , [X] ||| 0.0119289 1 ||| ||| 0.145833
+request [X][X] Member , [X][X] [X] ||| Wunsch [X][X] Mitglieds , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0627413
+request [X][X] Member [X] ||| Wunsch [X][X] Mitglieds [X] ||| 0.016373 1 ||| ||| 0.242857
+the request [X][X] Member [X] ||| Wunsch [X][X] Mitglieds [X] ||| 0.0114611 1 ||| ||| 0.242857
+request [X][X] Member [X][X] , [X] ||| Wunsch [X][X] Mitglieds [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.027027
+request [X][X] Member [X][X] Zimeray [X] ||| Wunsch [X][X] Mitglieds [X][X] Zimeray [X] ||| 0.0278341 1 ||| ||| 0.0357143
+request [X][X] Member [X][X] [X] ||| Wunsch [X][X] Mitglieds [X][X] [X] ||| 0.015352 1 ||| ||| 0.209179
+the request [X][X] Member [X][X] [X] ||| Wunsch [X][X] Mitglieds [X][X] [X] ||| 0.0124821 1 ||| ||| 0.209179
+request [X][X] Zimeray , [X] ||| Wunsch [X][X] Zimeray , [X] ||| 0.0151197 1 ||| ||| 0.0497543
+the request [X][X] Zimeray , [X] ||| Wunsch [X][X] Zimeray , [X] ||| 0.0127144 1 ||| ||| 0.0497543
+request [X][X] Zimeray [X] ||| Wunsch [X][X] Zimeray [X] ||| 0.0152639 1 ||| ||| 0.0651261
+the request [X][X] Zimeray [X] ||| Wunsch [X][X] Zimeray [X] ||| 0.0125702 1 ||| ||| 0.0651261
+[X][X] have requested [X] ||| Wunsch [X][X] [X] ||| 0.00140234 1 ||| ||| 2.47195
+[X][X] requested [X] ||| Wunsch [X][X] [X] ||| 0.00140234 1 ||| ||| 2.47195
+request [X][X] [X] ||| Wunsch [X][X] [X] ||| 0.106605 1 ||| ||| 2.47195
+requested [X][X] [X] ||| Wunsch [X][X] [X] ||| 0.00422249 1 ||| ||| 2.47195
+the request [X][X] [X] ||| Wunsch [X][X] [X] ||| 0.00851599 1 ||| ||| 2.47195
+[X][X] of [X][X] requested , [X] ||| Wunsch [X][X] [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0588235
+[X][X] of [X][X] requested , [X] ||| Wunsch [X][X] [X][X] - , [X] ||| 0.0278341 1 ||| ||| 0.0588235
+[X][X] of [X][X] requested [X] ||| Wunsch [X][X] [X][X] - [X] ||| 0.0278341 1 ||| ||| 0.047619
+[X][X] have requested [X][X] [X] ||| Wunsch [X][X] [X][X] [X] ||| 0.00667612 1 ||| ||| 0.867636
+[X][X] have requested [X][X] behalf [X] ||| Wunsch [X][X] [X][X] [X] ||| 0.00213869 1 ||| ||| 0.867636
+[X][X] have requested [X][X] of [X] ||| Wunsch [X][X] [X][X] [X] ||| 0.0020697 1 ||| ||| 0.867636
+[X][X] of [X][X] requested [X] ||| Wunsch [X][X] [X][X] [X] ||| 0.00399536 1 ||| ||| 0.867636
+[X][X] requested [X][X] [X] ||| Wunsch [X][X] [X][X] [X] ||| 0.00667612 1 ||| ||| 0.867636
+[X][X] requested [X][X] behalf [X] ||| Wunsch [X][X] [X][X] [X] ||| 0.00213869 1 ||| ||| 0.867636
+[X][X] requested [X][X] behalf of [X] ||| Wunsch [X][X] [X][X] [X] ||| 0.0020697 1 ||| ||| 0.867636
+[X][X] requested [X][X] of [X] ||| Wunsch [X][X] [X][X] [X] ||| 0.0020697 1 ||| ||| 0.867636
+request [X][X] French Member , [X] ||| Wunsch [X][X] französischen Mitglieds , [X] ||| 0.0278341 1 ||| ||| 0.0833333
+request [X][X] French Member [X] ||| Wunsch [X][X] französischen Mitglieds [X] ||| 0.016373 1 ||| ||| 0.242857
+the request [X][X] French Member [X] ||| Wunsch [X][X] französischen Mitglieds [X] ||| 0.0114611 1 ||| ||| 0.242857
+request [X][X] French Member [X][X] [X] ||| Wunsch [X][X] französischen Mitglieds [X][X] [X] ||| 0.0278341 1 ||| ||| 0.115373
+request [X][X] French [X] ||| Wunsch [X][X] französischen [X] ||| 0.0167004 1 ||| ||| 0.416667
+the request [X][X] French [X] ||| Wunsch [X][X] französischen [X] ||| 0.0111337 1 ||| ||| 0.416667
+request [X][X] French [X][X] , [X] ||| Wunsch [X][X] französischen [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.027027
+request [X][X] French [X][X] Mr [X] ||| Wunsch [X][X] französischen [X][X] Herrn [X] ||| 0.0278341 1 ||| ||| 0.0526316
+request [X][X] French [X][X] Zimeray [X] ||| Wunsch [X][X] französischen [X][X] Zimeray [X] ||| 0.0278341 1 ||| ||| 0.0357143
+request [X][X] French [X][X] [X] ||| Wunsch [X][X] französischen [X][X] [X] ||| 0.0155792 1 ||| ||| 0.355012
+the request [X][X] French [X][X] [X] ||| Wunsch [X][X] französischen [X][X] [X] ||| 0.0122549 1 ||| ||| 0.355012
+requested [X][X] on [X] ||| Wunsch [X][X] im [X] ||| 0.0278341 1 ||| ||| 0.125
+request of a [X] ||| Wunsch eines [X] ||| 0.0167005 1 ||| ||| 0.833333
+the request of a [X] ||| Wunsch eines [X] ||| 0.0111336 1 ||| ||| 0.833333
+request of a [X][X] , [X] ||| Wunsch eines [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.11036
+request of a [X][X] Mr [X] ||| Wunsch eines [X][X] Herrn [X] ||| 0.0278341 1 ||| ||| 0.0526316
+request of a [X][X] Zimeray [X] ||| Wunsch eines [X][X] Zimeray [X] ||| 0.0278341 1 ||| ||| 0.0357143
+request of a [X][X] [X] ||| Wunsch eines [X][X] [X] ||| 0.0159016 1 ||| ||| 0.597869
+the request of a [X][X] [X] ||| Wunsch eines [X][X] [X] ||| 0.0119325 1 ||| ||| 0.597869
+request of a French Member [X] ||| Wunsch eines französischen Mitglieds [X] ||| 0.0278341 1 ||| ||| 0.142857
+request of a French [X] ||| Wunsch eines französischen [X] ||| 0.0167004 1 ||| ||| 0.416667
+the request of a French [X] ||| Wunsch eines französischen [X] ||| 0.0111337 1 ||| ||| 0.416667
+request of a French [X][X] [X] ||| Wunsch eines französischen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.198706
+a [X][X] have requested , [X] ||| Wunsch einiger [X][X] , [X] ||| 0.00761775 1 ||| ||| 0.214932
+a [X][X] requested , [X] ||| Wunsch einiger [X][X] , [X] ||| 0.00761775 1 ||| ||| 0.214932
+a [X][X] requested , on [X] ||| Wunsch einiger [X][X] , [X] ||| 0.00498084 1 ||| ||| 0.214932
+a number [X][X] requested , [X] ||| Wunsch einiger [X][X] , [X] ||| 0.00761775 1 ||| ||| 0.214932
+a [X][X] have requested , [X] ||| Wunsch einiger [X][X] - , [X] ||| 0.00761775 1 ||| ||| 0.214932
+a [X][X] requested , [X] ||| Wunsch einiger [X][X] - , [X] ||| 0.00761775 1 ||| ||| 0.214932
+a [X][X] requested , on [X] ||| Wunsch einiger [X][X] - , [X] ||| 0.00498084 1 ||| ||| 0.214932
+a number [X][X] requested , [X] ||| Wunsch einiger [X][X] - , [X] ||| 0.00761775 1 ||| ||| 0.214932
+a [X][X] have requested [X] ||| Wunsch einiger [X][X] - [X] ||| 0.00556682 1 ||| ||| 0.238095
+a [X][X] requested [X] ||| Wunsch einiger [X][X] - [X] ||| 0.00556682 1 ||| ||| 0.238095
+a number [X][X] have requested [X] ||| Wunsch einiger [X][X] - [X] ||| 0.00556682 1 ||| ||| 0.238095
+a number [X][X] requested [X] ||| Wunsch einiger [X][X] - [X] ||| 0.00556682 1 ||| ||| 0.238095
+a number of [X][X] requested [X] ||| Wunsch einiger [X][X] - [X] ||| 0.00556682 1 ||| ||| 0.238095
+a [X][X] have requested [X][X] [X] ||| Wunsch einiger [X][X] - [X][X] [X] ||| 0.00766702 1 ||| ||| 0.37775
+a [X][X] requested [X][X] [X] ||| Wunsch einiger [X][X] - [X][X] [X] ||| 0.00766702 1 ||| ||| 0.37775
+a [X][X] requested [X][X] behalf [X] ||| Wunsch einiger [X][X] - [X][X] [X] ||| 0.00245613 1 ||| ||| 0.37775
+a [X][X] requested [X][X] of [X] ||| Wunsch einiger [X][X] - [X][X] [X] ||| 0.0023769 1 ||| ||| 0.37775
+a number [X][X] requested [X][X] [X] ||| Wunsch einiger [X][X] - [X][X] [X] ||| 0.00766702 1 ||| ||| 0.37775
+a [X][X] have requested [X] ||| Wunsch einiger [X][X] [X] ||| 0.00556682 1 ||| ||| 0.62271
+a [X][X] requested [X] ||| Wunsch einiger [X][X] [X] ||| 0.00556682 1 ||| ||| 0.62271
+a number [X][X] have requested [X] ||| Wunsch einiger [X][X] [X] ||| 0.00556682 1 ||| ||| 0.62271
+a number [X][X] requested [X] ||| Wunsch einiger [X][X] [X] ||| 0.00556682 1 ||| ||| 0.62271
+a number of [X][X] requested [X] ||| Wunsch einiger [X][X] [X] ||| 0.00556682 1 ||| ||| 0.62271
+a [X][X] have requested [X][X] [X] ||| Wunsch einiger [X][X] [X][X] [X] ||| 0.00766702 1 ||| ||| 0.755501
+a [X][X] requested [X][X] [X] ||| Wunsch einiger [X][X] [X][X] [X] ||| 0.00766702 1 ||| ||| 0.755501
+a [X][X] requested [X][X] behalf [X] ||| Wunsch einiger [X][X] [X][X] [X] ||| 0.00245613 1 ||| ||| 0.755501
+a [X][X] requested [X][X] of [X] ||| Wunsch einiger [X][X] [X][X] [X] ||| 0.0023769 1 ||| ||| 0.755501
+a number [X][X] requested [X][X] [X] ||| Wunsch einiger [X][X] [X][X] [X] ||| 0.00766702 1 ||| ||| 0.755501
+requested [X] ||| Wunsch nach [X] ||| 0.0278341 1 ||| ||| 1
+requested [X][X] [X] ||| Wunsch nach [X][X] [X] ||| 0.0278341 1 ||| ||| 0.375
+requested [X][X] on [X] ||| Wunsch nach [X][X] im [X] ||| 0.0278341 1 ||| ||| 0.125
+requested a debate [X] ||| Wunsch nach einer Aussprache [X] ||| 0.0278341 1 ||| ||| 0.25
+requested a debate on [X] ||| Wunsch nach einer Aussprache im [X] ||| 0.0278341 1 ||| ||| 0.125
+requested a [X] ||| Wunsch nach einer [X] ||| 0.0278341 1 ||| ||| 1
+requested a [X][X] [X] ||| Wunsch nach einer [X][X] [X] ||| 0.0278341 1 ||| ||| 0.125
+Zimeray , [X] ||| Zimeray , [X] ||| 0.0278341 1 ||| ||| 1
+Zimeray , [X][X] , [X] ||| Zimeray , [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.125
+Zimeray , [X][X] , which [X] ||| Zimeray , [X][X] , die [X] ||| 0.0278341 1 ||| ||| 0.0769231
+Zimeray , [X][X] , which [X] ||| Zimeray , [X][X] , die von [X] ||| 0.0278341 1 ||| ||| 0.0555556
+Zimeray , [X][X] [X] ||| Zimeray , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.590812
+Zimeray , [X][X] which [X] ||| Zimeray , [X][X] die [X] ||| 0.0278341 1 ||| ||| 0.0769231
+Zimeray , [X][X] which [X] ||| Zimeray , [X][X] die von [X] ||| 0.0278341 1 ||| ||| 0.0555556
+Zimeray , a petition [X][X] [X] ||| Zimeray , [X][X] eine Petition [X] ||| 0.0278341 1 ||| ||| 0.166667
+Zimeray , [X][X] presented , [X] ||| Zimeray , [X][X] eingereicht , [X] ||| 0.0278341 1 ||| ||| 0.125
+Zimeray , [X][X] presented [X] ||| Zimeray , [X][X] eingereicht [X] ||| 0.0278341 1 ||| ||| 0.166667
+Zimeray , [X][X] presented [X][X] [X] ||| Zimeray , [X][X] eingereicht [X][X] [X] ||| 0.0278341 1 ||| ||| 0.132479
+Zimeray , [X][X] presented [X][X] [X] ||| Zimeray , [X][X] eingereicht [X][X] von [X] ||| 0.0278341 1 ||| ||| 0.0555556
+Zimeray , [X][X] [X] ||| Zimeray , [X][X] von [X] ||| 0.0278341 1 ||| ||| 0.0555556
+Zimeray , [X][X] has [X][X] [X] ||| Zimeray , wurde [X][X] [X][X] [X] ||| 0.0278341 1 ||| ||| 0.166667
+Zimeray [X] ||| Zimeray [X] ||| 0.0278341 1 ||| ||| 1
+Zimeray [X][X] , [X] ||| Zimeray [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.125
+Zimeray [X][X] , which [X] ||| Zimeray [X][X] , die [X] ||| 0.0278341 1 ||| ||| 0.0769231
+Zimeray [X][X] , which [X] ||| Zimeray [X][X] , die von [X] ||| 0.0278341 1 ||| ||| 0.0555556
+Zimeray [X][X] [X] ||| Zimeray [X][X] [X] ||| 0.0278341 1 ||| ||| 0.590812
+Zimeray [X][X] which [X] ||| Zimeray [X][X] die [X] ||| 0.0278341 1 ||| ||| 0.0769231
+Zimeray [X][X] which [X] ||| Zimeray [X][X] die von [X] ||| 0.0278341 1 ||| ||| 0.0555556
+Zimeray [X][X] presented , [X] ||| Zimeray [X][X] eingereicht , [X] ||| 0.0278341 1 ||| ||| 0.125
+Zimeray [X][X] presented , which [X] ||| Zimeray [X][X] eingereicht , die [X] ||| 0.0278341 1 ||| ||| 0.0769231
+Zimeray [X][X] presented , which [X] ||| Zimeray [X][X] eingereicht , die von [X] ||| 0.0278341 1 ||| ||| 0.0555556
+Zimeray [X][X] presented [X] ||| Zimeray [X][X] eingereicht [X] ||| 0.0278341 1 ||| ||| 0.166667
+Zimeray [X][X] presented [X][X] [X] ||| Zimeray [X][X] eingereicht [X][X] [X] ||| 0.0278341 1 ||| ||| 0.132479
+Zimeray [X][X] presented [X][X] [X] ||| Zimeray [X][X] eingereicht [X][X] von [X] ||| 0.0278341 1 ||| ||| 0.0555556
+Zimeray [X][X] [X] ||| Zimeray [X][X] von [X] ||| 0.0278341 1 ||| ||| 0.0555556
+[X][X] ) [X] ||| [X][X] ) [X] ||| 0.241419 1 ||| ||| 1.125
+[X][X] , Madam President , [X] ||| [X][X] , Frau Präsidentin , [X] ||| 0.0278341 1 ||| ||| 0.142337
+[X][X] , Madam President , [X] ||| [X][X] , Frau Präsidentin , der [X] ||| 0.0278341 1 ||| ||| 0.0815346
+[X][X] , Madam President [X] ||| [X][X] , Frau Präsidentin [X] ||| 0.0278341 1 ||| ||| 0.229545
+[X][X] , Madam [X] ||| [X][X] , Frau [X] ||| 0.0278341 1 ||| ||| 0.403095
+[X][X] , Madam [X][X] [X] ||| [X][X] , Frau [X][X] [X] ||| 0.0278341 1 ||| ||| 0.223871
+[X][X] , Madam [X][X] [X] ||| [X][X] , Frau [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0815346
+[X][X] , Mr Zimeray , [X] ||| [X][X] , Herrn Zimeray , [X] ||| 0.0278341 1 ||| ||| 0.1381
+[X][X] , Mr Zimeray [X] ||| [X][X] , Herrn Zimeray [X] ||| 0.0246543 1 ||| ||| 0.257456
+the [X][X] , Mr Zimeray [X] ||| [X][X] , Herrn Zimeray [X] ||| 0.00317977 1 ||| ||| 0.257456
+[X][X] , Mr [X] ||| [X][X] , Herrn [X] ||| 0.0249798 1 ||| ||| 0.406319
+the [X][X] , Mr [X] ||| [X][X] , Herrn [X] ||| 0.0028543 1 ||| ||| 0.406319
+[X][X] , Mr [X][X] [X] ||| [X][X] , Herrn [X][X] [X] ||| 0.0239007 1 ||| ||| 0.160827
+the [X][X] , Mr [X][X] [X] ||| [X][X] , Herrn [X][X] [X] ||| 0.00393337 1 ||| ||| 0.160827
+, [X][X] [X] ||| [X][X] , [X] ||| 0.000149413 1 ||| ||| 11.6431
+[X][X] , [X] ||| [X][X] , [X] ||| 0.878278 1 ||| ||| 11.6431
+[X][X] , on [X] ||| [X][X] , [X] ||| 9.19462e-05 1 ||| ||| 11.6431
+[X][X] , on behalf [X] ||| [X][X] , [X] ||| 7.96867e-05 1 ||| ||| 11.6431
+[X][X] , on behalf of [X] ||| [X][X] , [X] ||| 7.71163e-05 1 ||| ||| 11.6431
+[X][X] that [X] ||| [X][X] , [X] ||| 0.00163461 1 ||| ||| 11.6431
+indeed , [X][X] [X] ||| [X][X] , [X] ||| 0.000170757 1 ||| ||| 11.6431
+the [X][X] , [X] ||| [X][X] , [X] ||| 0.000865758 1 ||| ||| 11.6431
+to [X][X] , [X] ||| [X][X] , [X] ||| 0.000159374 1 ||| ||| 11.6431
+to the [X][X] , [X] ||| [X][X] , [X] ||| 0.000159374 1 ||| ||| 11.6431
+[X][X] , [X][X] , [X] ||| [X][X] , [X][X] , [X] ||| 0.0255968 1 ||| ||| 0.697446
+the [X][X] , [X][X] , [X] ||| [X][X] , [X][X] , [X] ||| 0.0022373 1 ||| ||| 0.697446
+[X][X] , [X][X] , i.e. [X] ||| [X][X] , [X][X] , d. h. [X] ||| 0.0278341 1 ||| ||| 0.110145
+[X][X] , [X][X] , [X] ||| [X][X] , [X][X] , der [X] ||| 0.0278341 1 ||| ||| 0.0815346
+[X][X] signed , [X][X] [X] ||| [X][X] , [X][X] , unterzeichnet worden [X] ||| 0.0278341 1 ||| ||| 0.087037
+[X][X] signed , [X][X] [X] ||| [X][X] , [X][X] , unterzeichnet worden ist [X] ||| 0.0278341 1 ||| ||| 0.037037
+[X][X] , [X][X] . [X] ||| [X][X] , [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.125
+[X][X] , [X][X] Thursday prior [X] ||| [X][X] , [X][X] Donnerstag [X] ||| 0.0278341 1 ||| ||| 0.163095
+[X][X] , [X][X] Governor [X] ||| [X][X] , [X][X] Gouverneur [X] ||| 0.0139171 1 ||| ||| 0.0778722
+[X][X] , [X][X] the Governor [X] ||| [X][X] , [X][X] Gouverneur [X] ||| 0.0139171 1 ||| ||| 0.0778722
+[X][X] , [X][X] President [X] ||| [X][X] , [X][X] Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.156856
+[X][X] , [X][X] President and [X] ||| [X][X] , [X][X] Präsidentschaftskandidaten und [X] ||| 0.0278341 1 ||| ||| 0.0916759
+[X][X] , [X][X] [X] ||| [X][X] , [X][X] [X] ||| 0.869271 1 ||| ||| 6.0502
+[X][X] , [X][X] do [X] ||| [X][X] , [X][X] [X] ||| 0.0010365 1 ||| ||| 6.0502
+[X][X] , [X][X] people [X] ||| [X][X] , [X][X] [X] ||| 0.000230026 1 ||| ||| 6.0502
+[X][X] , [X][X] the [X] ||| [X][X] , [X][X] [X] ||| 0.000298635 1 ||| ||| 6.0502
+[X][X] , [X][X] to [X] ||| [X][X] , [X][X] [X] ||| 0.000322844 1 ||| ||| 6.0502
+[X][X] , [X][X] to the [X] ||| [X][X] , [X][X] [X] ||| 0.000298635 1 ||| ||| 6.0502
+[X][X] that [X][X] [X] ||| [X][X] , [X][X] [X] ||| 0.000511169 1 ||| ||| 6.0502
+the [X][X] , [X][X] [X] ||| [X][X] , [X][X] [X] ||| 0.0009409 1 ||| ||| 6.0502
+[X][X] , [X][X] on [X] ||| [X][X] , [X][X] am [X] ||| 0.0278341 1 ||| ||| 0.0526316
+[X][X] , raise [X][X] , [X] ||| [X][X] , [X][X] ansprechen , [X] ||| 0.0278341 1 ||| ||| 0.161406
+[X][X] , raise [X][X] [X] ||| [X][X] , [X][X] ansprechen [X] ||| 0.0278341 1 ||| ||| 0.234878
+[X][X] , [X][X] i.e. [X] ||| [X][X] , [X][X] d. h. [X] ||| 0.0278341 1 ||| ||| 0.110145
+[X][X] , [X][X] i.e. on [X] ||| [X][X] , [X][X] d. h. am [X] ||| 0.0278341 1 ||| ||| 0.0526316
+[X][X] , [X][X] [X] ||| [X][X] , [X][X] dem [X] ||| 0.0205396 1 ||| ||| 0.330685
+[X][X] , [X][X] do [X] ||| [X][X] , [X][X] dem [X] ||| 0.00729452 1 ||| ||| 0.330685
+[X][X] , [X][X] [X] ||| [X][X] , [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0815346
+[X][X] , a petition [X][X] [X] ||| [X][X] , [X][X] eine Petition [X] ||| 0.0278341 1 ||| ||| 0.263889
+[X][X] , [X][X] an [X] ||| [X][X] , [X][X] eine [X] ||| 0.0278341 1 ||| ||| 0.112755
+[X][X] , [X][X] presented , [X] ||| [X][X] , [X][X] eingereicht , [X] ||| 0.0278341 1 ||| ||| 0.0769231
+[X][X] , [X][X] presented [X] ||| [X][X] , [X][X] eingereicht [X] ||| 0.0278341 1 ||| ||| 0.158824
+[X][X] , I [X][X] [X] ||| [X][X] , [X][X] ich [X] ||| 0.0278341 1 ||| ||| 0.138636
+[X][X] , I [X][X] [X] ||| [X][X] , [X][X] ich dem [X] ||| 0.0278341 1 ||| ||| 0.0866631
+[X][X] , [X][X] and [X] ||| [X][X] , [X][X] und [X] ||| 0.0157658 1 ||| ||| 0.161851
+[X][X] , [X][X] and to [X] ||| [X][X] , [X][X] und [X] ||| 0.0120683 1 ||| ||| 0.161851
+[X][X] signed , [X][X] [X] ||| [X][X] , [X][X] unterzeichnet worden [X] ||| 0.0278341 1 ||| ||| 0.087037
+[X][X] signed , [X][X] [X] ||| [X][X] , [X][X] unterzeichnet worden ist [X] ||| 0.0278341 1 ||| ||| 0.037037
+[X][X] , [X][X] wish , [X] ||| [X][X] , [X][X] wollen , [X] ||| 0.0278341 1 ||| ||| 0.122619
+[X][X] , [X][X] wish [X] ||| [X][X] , [X][X] wollen [X] ||| 0.0219561 1 ||| ||| 0.22549
+the [X][X] , [X][X] wish [X] ||| [X][X] , [X][X] wollen [X] ||| 0.00587801 1 ||| ||| 0.22549
+[X][X] would be [X][X] . [X] ||| [X][X] , [X][X] wäre . [X] ||| 0.0278341 1 ||| ||| 0.25
+[X][X] would be [X][X] [X] ||| [X][X] , [X][X] wäre [X] ||| 0.0278341 1 ||| ||| 0.3171
+[X][X] , [X][X] to [X] ||| [X][X] , [X][X] zu [X] ||| 0.0278341 1 ||| ||| 0.087037
+[X][X] signed , including myself [X] ||| [X][X] , auch von mir selbst , unterzeichnet worden [X] ||| 0.0278341 1 ||| ||| 0.087037
+[X][X] signed , including myself [X] ||| [X][X] , auch von mir selbst , unterzeichnet worden ist [X] ||| 0.0278341 1 ||| ||| 0.037037
+[X][X] , to [X] ||| [X][X] , bei [X] ||| 0.0278341 1 ||| ||| 0.51661
+[X][X] , to [X][X] Governor [X] ||| [X][X] , bei [X][X] Gouverneur [X] ||| 0.0278341 1 ||| ||| 0.0389361
+[X][X] , to [X][X] [X] ||| [X][X] , bei [X][X] [X] ||| 0.0210913 1 ||| ||| 0.557644
+[X][X] , to [X][X] the [X] ||| [X][X] , bei [X][X] [X] ||| 0.00324005 1 ||| ||| 0.557644
+[X][X] , to [X][X] to [X] ||| [X][X] , bei [X][X] [X] ||| 0.00350271 1 ||| ||| 0.557644
+[X][X] , to [X][X] and [X] ||| [X][X] , bei [X][X] und [X] ||| 0.0278341 1 ||| ||| 0.0916759
+[X][X] , to the President [X] ||| [X][X] , bei dem Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.156856
+[X][X] , to the [X] ||| [X][X] , bei dem [X] ||| 0.0278341 1 ||| ||| 0.280024
+[X][X] , to the [X][X] [X] ||| [X][X] , bei dem [X][X] [X] ||| 0.0278341 1 ||| ||| 0.265701
+[X][X] , i.e. [X] ||| [X][X] , d. h. [X] ||| 0.0278341 1 ||| ||| 0.553002
+[X][X] , i.e. [X][X] [X] ||| [X][X] , d. h. [X][X] [X] ||| 0.0278341 1 ||| ||| 0.250132
+[X][X] , i.e. [X][X] to [X] ||| [X][X] , d. h. [X][X] zu [X] ||| 0.0278341 1 ||| ||| 0.087037
+[X][X] , i.e. on [X] ||| [X][X] , d. h. am [X] ||| 0.0278341 1 ||| ||| 0.32608
+[X][X] , i.e. on [X][X] [X] ||| [X][X] , d. h. am [X][X] [X] ||| 0.0278341 1 ||| ||| 0.250132
+[X][X] , [X] ||| [X][X] , daß [X] ||| 0.00421321 1 ||| ||| 1.6516
+[X][X] that [X] ||| [X][X] , daß [X] ||| 0.196277 1 ||| ||| 1.6516
+have [X][X] that [X] ||| [X][X] , daß [X] ||| 0.000991343 1 ||| ||| 1.6516
+[X][X] that [X][X] stability [X] ||| [X][X] , daß [X][X] Stabilität [X] ||| 0.0153567 1 ||| ||| 0.0464743
+[X][X] that [X][X] stability is [X] ||| [X][X] , daß [X][X] Stabilität [X] ||| 0.0124774 1 ||| ||| 0.0464743
+[X][X] that [X][X] , [X] ||| [X][X] , daß [X][X] [X] ||| 0.00348421 1 ||| ||| 1.14709
+[X][X] that [X][X] [X] ||| [X][X] , daß [X][X] [X] ||| 0.0212934 1 ||| ||| 1.14709
+[X][X] that [X][X] have [X] ||| [X][X] , daß [X][X] [X] ||| 0.00255093 1 ||| ||| 1.14709
+[X][X] that [X][X] is [X] ||| [X][X] , daß [X][X] [X] ||| 0.000505519 1 ||| ||| 1.14709
+[X][X] that [X][X] , access [X] ||| [X][X] , daß [X][X] der Zugang [X] ||| 0.013917 1 ||| ||| 0.181818
+[X][X] that [X][X] access [X] ||| [X][X] , daß [X][X] der Zugang [X] ||| 0.013917 1 ||| ||| 0.181818
+[X][X] that [X][X] of [X] ||| [X][X] , daß [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0526316
+[X][X] that [X][X] of relative [X] ||| [X][X] , daß [X][X] der relativen [X] ||| 0.0278341 1 ||| ||| 0.0344828
+[X][X] that [X][X] a [X] ||| [X][X] , daß [X][X] einen [X] ||| 0.013917 1 ||| ||| 0.0338984
+[X][X] that [X][X] is a [X] ||| [X][X] , daß [X][X] einen [X] ||| 0.013917 1 ||| ||| 0.0338984
+[X][X] that in Russia [X][X] [X] ||| [X][X] , daß [X][X] in Rußland [X] ||| 0.0278341 1 ||| ||| 0.29359
+[X][X] that [X][X] relative stability [X] ||| [X][X] , daß [X][X] relativen Stabilität [X] ||| 0.0278341 1 ||| ||| 0.025641
+[X][X] that [X][X] relative [X] ||| [X][X] , daß [X][X] relativen [X] ||| 0.0278341 1 ||| ||| 0.0344828
+[X][X] that [X][X] , too [X] ||| [X][X] , daß auch [X][X] [X] ||| 0.0094121 1 ||| ||| 0.44359
+[X][X] that [X][X] too , [X] ||| [X][X] , daß auch [X][X] [X] ||| 0.00900989 1 ||| ||| 0.44359
+[X][X] that [X][X] too [X] ||| [X][X] , daß auch [X][X] [X] ||| 0.0094121 1 ||| ||| 0.44359
+[X][X] that in [X][X] too [X] ||| [X][X] , daß auch in [X][X] [X] ||| 0.0278341 1 ||| ||| 0.15
+[X][X] that the courts [X] ||| [X][X] , daß das Gericht [X] ||| 0.0162036 1 ||| ||| 0.251593
+[X][X] that the courts have [X] ||| [X][X] , daß das Gericht [X] ||| 0.0116305 1 ||| ||| 0.251593
+[X][X] that the [X] ||| [X][X] , daß das [X] ||| 0.0278341 1 ||| ||| 0.233766
+[X][X] that the [X][X] [X] ||| [X][X] , daß das [X][X] [X] ||| 0.0278341 1 ||| ||| 0.105128
+[X][X] that the principle [X] ||| [X][X] , daß der Grundsatz [X] ||| 0.0278341 1 ||| ||| 0.0909091
+[X][X] that the principle [X][X] [X] ||| [X][X] , daß der Grundsatz [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0979063
+[X][X] that the principle of [X] ||| [X][X] , daß der Grundsatz der [X] ||| 0.0278341 1 ||| ||| 0.0526316
+[X][X] that the [X] ||| [X][X] , daß der [X] ||| 0.0278341 1 ||| ||| 0.166667
+[X][X] that the [X][X] stability [X] ||| [X][X] , daß der [X][X] Stabilität [X] ||| 0.0278341 1 ||| ||| 0.025641
+[X][X] that the [X][X] [X] ||| [X][X] , daß der [X][X] [X] ||| 0.0244504 1 ||| ||| 0.171371
+[X][X] that the [X][X] is [X] ||| [X][X] , daß der [X][X] [X] ||| 0.00338374 1 ||| ||| 0.171371
+[X][X] that the [X][X] a [X] ||| [X][X] , daß der [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.0169492
+[X][X] that the [X][X] relative [X] ||| [X][X] , daß der [X][X] relativen [X] ||| 0.0278341 1 ||| ||| 0.0344828
+[X][X] , he [X] ||| [X][X] , daß er [X] ||| 0.0278341 1 ||| ||| 0.125
+[X][X] , [X] ||| [X][X] , der [X] ||| 0.00662939 1 ||| ||| 2.19671
+[X][X] , who [X] ||| [X][X] , der [X] ||| 0.166823 1 ||| ||| 2.19671
+the [X][X] , who [X] ||| [X][X] , der [X] ||| 0.000703935 1 ||| ||| 2.19671
+to [X][X] , who [X] ||| [X][X] , der [X] ||| 0.000633541 1 ||| ||| 2.19671
+to the [X][X] , who [X] ||| [X][X] , der [X] ||| 0.000633541 1 ||| ||| 2.19671
+[X][X] you [X] ||| [X][X] , die Sie [X] ||| 0.0278341 1 ||| ||| 0.414866
+[X][X] you [X][X] President [X] ||| [X][X] , die Sie [X][X] Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.0163934
+[X][X] you [X][X] [X] ||| [X][X] , die Sie [X][X] [X] ||| 0.0278341 1 ||| ||| 0.241197
+[X][X] you [X][X] to [X] ||| [X][X] , die Sie [X][X] bei [X] ||| 0.0278341 1 ||| ||| 0.0661201
+[X][X] you [X][X] to the [X] ||| [X][X] , die Sie [X][X] bei dem [X] ||| 0.0278341 1 ||| ||| 0.0353335
+[X][X] you [X][X] the President [X] ||| [X][X] , die Sie [X][X] dem Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.0163934
+[X][X] you [X][X] the [X] ||| [X][X] , die Sie [X][X] dem [X] ||| 0.0278341 1 ||| ||| 0.0353335
+[X][X] you represent , [X] ||| [X][X] , die Sie vertreten , [X] ||| 0.0278341 1 ||| ||| 0.12335
+[X][X] you represent , [X][X] [X] ||| [X][X] , die Sie vertreten , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.051727
+[X][X] you represent , to [X] ||| [X][X] , die Sie vertreten , bei [X] ||| 0.0278341 1 ||| ||| 0.0661201
+[X][X] you represent [X] ||| [X][X] , die Sie vertreten [X] ||| 0.0278341 1 ||| ||| 0.207519
+[X][X] you represent [X][X] President [X] ||| [X][X] , die Sie vertreten [X][X] Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.0163934
+[X][X] you represent [X][X] [X] ||| [X][X] , die Sie vertreten [X][X] [X] ||| 0.0278341 1 ||| ||| 0.117847
+[X][X] you represent [X][X] the [X] ||| [X][X] , die Sie vertreten [X][X] dem [X] ||| 0.0278341 1 ||| ||| 0.0353335
+, [X][X] [X] ||| [X][X] , die [X] ||| 0.000819515 1 ||| ||| 2.12276
+[X][X] , which [X] ||| [X][X] , die [X] ||| 0.00465093 1 ||| ||| 2.12276
+[X][X] that [X] ||| [X][X] , die [X] ||| 0.159852 1 ||| ||| 2.12276
+[X][X] which [X] ||| [X][X] , die [X] ||| 0.00327806 1 ||| ||| 2.12276
+indeed , [X][X] [X] ||| [X][X] , die [X] ||| 0.000655612 1 ||| ||| 2.12276
+[X][X] that [X][X] . [X] ||| [X][X] , die [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.05
+[X][X] , which [X][X] [X] ||| [X][X] , die [X][X] [X] ||| 0.00876256 1 ||| ||| 0.158824
+[X][X] that [X][X] [X] ||| [X][X] , die [X][X] [X] ||| 0.0190715 1 ||| ||| 0.158824
+[X][X] , which [X] ||| [X][X] , die von [X] ||| 0.0278341 1 ||| ||| 0.25
+[X][X] , which [X][X] [X] ||| [X][X] , die von [X][X] [X] ||| 0.0278341 1 ||| ||| 0.05
+[X][X] , which many [X] ||| [X][X] , die von vielen [X] ||| 0.020243 1 ||| ||| 0.183333
+[X][X] , which many people [X] ||| [X][X] , die von vielen [X] ||| 0.00759113 1 ||| ||| 0.183333
+[X][X] that we [X] ||| [X][X] , die wir [X] ||| 0.0278341 1 ||| ||| 0.291667
+[X][X] that we [X][X] . [X] ||| [X][X] , die wir [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.05
+[X][X] that we [X][X] [X] ||| [X][X] , die wir [X][X] [X] ||| 0.0278341 1 ||| ||| 0.108824
+[X][X] that we have [X][X] [X] ||| [X][X] , die wir [X][X] haben [X] ||| 0.0278341 1 ||| ||| 0.0588235
+[X][X] , raise this question [X] ||| [X][X] , diese Frage ansprechen [X] ||| 0.0278341 1 ||| ||| 0.234878
+[X][X] to subvert it [X] ||| [X][X] , diesen zu unterlaufen , [X] ||| 0.0278341 1 ||| ||| 0.30303
+[X][X] to subvert it [X][X] [X] ||| [X][X] , diesen zu unterlaufen , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0833333
+[X][X] to subvert it [X] ||| [X][X] , diesen zu unterlaufen [X] ||| 0.0278341 1 ||| ||| 0.535014
+[X][X] to subvert it [X][X] [X] ||| [X][X] , diesen zu unterlaufen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0833333
+[X][X] an objection [X] ||| [X][X] , einen Einwand gegen [X] ||| 0.0187244 1 ||| ||| 0.206782
+[X][X] raise an objection [X] ||| [X][X] , einen Einwand gegen [X] ||| 0.00910971 1 ||| ||| 0.206782
+[X][X] an [X] ||| [X][X] , einen [X] ||| 0.018282 1 ||| ||| 0.455483
+[X][X] raise an [X] ||| [X][X] , einen [X] ||| 0.00955213 1 ||| ||| 0.455483
+Thursday [X][X] , for [X] ||| [X][X] , für Donnerstag [X] ||| 0.0119289 1 ||| ||| 0.583333
+next Thursday [X][X] , for [X] ||| [X][X] , für Donnerstag [X] ||| 0.0159052 1 ||| ||| 0.583333
+[X][X] , for [X] ||| [X][X] , für [X] ||| 0.0278341 1 ||| ||| 0.242857
+[X][X] that there have been [X] ||| [X][X] , gab es [X] ||| 0.0278341 1 ||| ||| 0.111111
+[X][X] , I [X] ||| [X][X] , ich [X] ||| 0.0278341 1 ||| ||| 0.310207
+[X][X] , I [X][X] [X] ||| [X][X] , ich [X][X] [X] ||| 0.0278341 1 ||| ||| 0.145013
+[X][X] , I feel [X] ||| [X][X] , ich denke , daß [X] ||| 0.0278341 1 ||| ||| 0.178023
+[X][X] , I feel [X][X] [X] ||| [X][X] , ich denke , daß [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0322581
+[X][X] , I feel an [X] ||| [X][X] , ich denke , daß eine [X] ||| 0.0278341 1 ||| ||| 0.112755
+, in Texas [X][X] , [X] ||| [X][X] , in Texas , [X] ||| 0.0278341 1 ||| ||| 0.277778
+, in Texas [X][X] [X] ||| [X][X] , in Texas [X] ||| 0.0278341 1 ||| ||| 0.291667
+[X][X] in [X] ||| [X][X] , mit [X] ||| 0.0278341 1 ||| ||| 0.367857
+[X][X] in [X][X] [X] ||| [X][X] , mit [X][X] [X] ||| 0.0278341 1 ||| ||| 0.1
+[X][X] in which [X] ||| [X][X] , mit dem [X] ||| 0.0278341 1 ||| ||| 0.215909
+[X][X] in which [X] ||| [X][X] , mit dem sich [X] ||| 0.0278341 1 ||| ||| 0.162338
+[X][X] in which this [X] ||| [X][X] , mit dem sich dieses [X] ||| 0.0278341 1 ||| ||| 0.1
+[X][X] would be legally inadmissible [X] ||| [X][X] , rechtlich unzulässig wäre [X] ||| 0.0278341 1 ||| ||| 0.3171
+people signed [X][X] [X] ||| [X][X] , unterzeichnet worden [X] ||| 0.0102547 1 ||| ||| 0.22619
+signed [X][X] [X] ||| [X][X] , unterzeichnet worden [X] ||| 0.0175794 1 ||| ||| 0.22619
+people signed [X][X] . [X] ||| [X][X] , unterzeichnet worden ist . [X] ||| 0.00863818 1 ||| ||| 0.161111
+signed [X][X] . [X] ||| [X][X] , unterzeichnet worden ist . [X] ||| 0.0191959 1 ||| ||| 0.161111
+people signed [X][X] [X] ||| [X][X] , unterzeichnet worden ist [X] ||| 0.00811828 1 ||| ||| 0.20168
+signed [X][X] [X] ||| [X][X] , unterzeichnet worden ist [X] ||| 0.0197158 1 ||| ||| 0.20168
+[X][X] because [X] ||| [X][X] , weil [X] ||| 0.0278341 1 ||| ||| 0.0238095
+[X][X] because the [X] ||| [X][X] , weil der [X] ||| 0.0278341 1 ||| ||| 0.0263158
+[X][X] for you , Madam [X] ||| [X][X] , wenn Sie , Frau [X] ||| 0.0278341 1 ||| ||| 0.04
+[X][X] for you , [X] ||| [X][X] , wenn Sie , [X] ||| 0.0278341 1 ||| ||| 0.0625
+[X][X] for you , [X][X] [X] ||| [X][X] , wenn Sie , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0559441
+[X][X] , if you [X] ||| [X][X] , wenn Sie [X] ||| 0.0172586 1 ||| ||| 0.451191
+[X][X] for you [X] ||| [X][X] , wenn Sie [X] ||| 0.00616903 1 ||| ||| 0.451191
+the [X][X] , if you [X] ||| [X][X] , wenn Sie [X] ||| 0.00440645 1 ||| ||| 0.451191
+[X][X] for you [X][X] , [X] ||| [X][X] , wenn Sie [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.025641
+[X][X] for you [X][X] President [X] ||| [X][X] , wenn Sie [X][X] Präsidentin [X] ||| 0.0278341 1 ||| ||| 0.030303
+[X][X] , if you [X][X] [X] ||| [X][X] , wenn Sie [X][X] [X] ||| 0.017572 1 ||| ||| 0.26023
+[X][X] for you [X][X] [X] ||| [X][X] , wenn Sie [X][X] [X] ||| 0.0102621 1 ||| ||| 0.26023
+[X][X] , if you wish [X] ||| [X][X] , wenn Sie wollen [X] ||| 0.0278341 1 ||| ||| 0.177871
+[X][X] , if [X] ||| [X][X] , wenn [X] ||| 0.018 1 ||| ||| 0.880555
+[X][X] for [X] ||| [X][X] , wenn [X] ||| 0.00632194 1 ||| ||| 0.880555
+the [X][X] , if [X] ||| [X][X] , wenn [X] ||| 0.00351219 1 ||| ||| 0.880555
+[X][X] , if [X][X] , [X] ||| [X][X] , wenn [X][X] , [X] ||| 0.0230203 1 ||| ||| 0.14826
+[X][X] for [X][X] , [X] ||| [X][X] , wenn [X][X] , [X] ||| 0.0048138 1 ||| ||| 0.14826
+[X][X] for [X][X] Madam President [X] ||| [X][X] , wenn [X][X] Frau Präsidentin [X] ||| 0.0278341 1 ||| ||| 0.030303
+[X][X] for [X][X] Madam [X] ||| [X][X] , wenn [X][X] Frau [X] ||| 0.0278341 1 ||| ||| 0.04
+[X][X] for [X][X] President , [X] ||| [X][X] , wenn [X][X] Präsidentin , [X] ||| 0.0278341 1 ||| ||| 0.025641
+[X][X] for [X][X] President [X] ||| [X][X] , wenn [X][X] Präsidentin [X] ||| 0.0278341 1 ||| ||| 0.030303
+[X][X] , if [X][X] [X] ||| [X][X] , wenn [X][X] [X] ||| 0.0163762 1 ||| ||| 0.581553
+[X][X] for [X][X] [X] ||| [X][X] , wenn [X][X] [X] ||| 0.00758339 1 ||| ||| 0.581553
+the [X][X] , if [X][X] [X] ||| [X][X] , wenn [X][X] [X] ||| 0.00387451 1 ||| ||| 0.581553
+[X][X] , I shall [X] ||| [X][X] , werde ich [X] ||| 0.0177506 1 ||| ||| 0.382684
+[X][X] , I shall do [X] ||| [X][X] , werde ich [X] ||| 0.0100835 1 ||| ||| 0.382684
+[X][X] , I shall [X] ||| [X][X] , werde ich dem [X] ||| 0.017949 1 ||| ||| 0.244022
+[X][X] , I shall do [X] ||| [X][X] , werde ich dem [X] ||| 0.00988513 1 ||| ||| 0.244022
+[X][X] , on [X] ||| [X][X] , zur [X] ||| 0.0278341 1 ||| ||| 0.333334
+[X][X] , on [X][X] . [X] ||| [X][X] , zur [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.125
+[X][X] , on [X][X] [X] ||| [X][X] , zur [X][X] [X] ||| 0.0278341 1 ||| ||| 0.347222
+[X][X] Mr Kumar Ponnambalam [X] ||| [X][X] , zählt auch Herr Kumar Ponnambalam [X] ||| 0.0278341 1 ||| ||| 0.047619
+[X][X] Mr [X] ||| [X][X] , zählt auch Herr [X] ||| 0.0278341 1 ||| ||| 0.223214
+[X][X] Mr [X][X] [X] ||| [X][X] , zählt auch Herr [X][X] [X] ||| 0.0278341 1 ||| ||| 0.047619
+[X][X] , [X] ||| [X][X] - , [X] ||| 0.0100524 1 ||| ||| 0.162876
+[X][X] , on [X] ||| [X][X] - , [X] ||| 0.00657272 1 ||| ||| 0.162876
+[X][X] , on behalf [X] ||| [X][X] - , [X] ||| 0.00569636 1 ||| ||| 0.162876
+[X][X] , on behalf of [X] ||| [X][X] - , [X] ||| 0.00551262 1 ||| ||| 0.162876
+, [X][X] [X] ||| [X][X] - [X] ||| 0.0278341 1 ||| ||| 0.333333
+, [X][X] . [X] ||| [X][X] . [X] ||| 0.000110668 1 ||| ||| 15.7194
+[X][X] . [X] ||| [X][X] . [X] ||| 0.751346 1 ||| ||| 15.7194
+[X][X] an interest . [X] ||| [X][X] . [X] ||| 0.000644094 1 ||| ||| 15.7194
+[X][X] interest . [X] ||| [X][X] . [X] ||| 0.000644094 1 ||| ||| 15.7194
+do [X][X] . [X] ||| [X][X] . [X] ||| 0.000357714 1 ||| ||| 15.7194
+has [X][X] . [X] ||| [X][X] . [X] ||| 0.000354137 1 ||| ||| 15.7194
+have [X][X] . [X] ||| [X][X] . [X] ||| 0.000442672 1 ||| ||| 15.7194
+have just [X][X] . [X] ||| [X][X] . [X] ||| 0.000442672 1 ||| ||| 15.7194
+have just suggested [X][X] . [X] ||| [X][X] . [X] ||| 0.000442672 1 ||| ||| 15.7194
+just [X][X] . [X] ||| [X][X] . [X] ||| 0.000590228 1 ||| ||| 15.7194
+just suggested [X][X] . [X] ||| [X][X] . [X] ||| 0.000590228 1 ||| ||| 15.7194
+people [X][X] . [X] ||| [X][X] . [X] ||| 8.85343e-05 1 ||| ||| 15.7194
+suggested [X][X] . [X] ||| [X][X] . [X] ||| 0.000885343 1 ||| ||| 15.7194
+you [X][X] . [X] ||| [X][X] . [X] ||| 0.000442672 1 ||| ||| 15.7194
+you have [X][X] . [X] ||| [X][X] . [X] ||| 0.000442672 1 ||| ||| 15.7194
+you have just [X][X] . [X] ||| [X][X] . [X] ||| 0.000442672 1 ||| ||| 15.7194
+[X][X] 143 [X] ||| [X][X] 143 [X] ||| 0.0278341 1 ||| ||| 0.696429
+[X][X] 143 [X][X] . [X] ||| [X][X] 143 [X][X] ? [X] ||| 0.0278341 1 ||| ||| 0.0526316
+[X][X] 143 [X][X] [X] ||| [X][X] 143 [X][X] [X] ||| 0.0278341 1 ||| ||| 0.196172
+[X][X] 143 concerning inadmissibility . [X] ||| [X][X] 143 im Zusammenhang mit der Unzulässigkeit geben ? [X] ||| 0.0278341 1 ||| ||| 0.0526316
+[X][X] 143 concerning inadmissibility [X] ||| [X][X] 143 im Zusammenhang mit der Unzulässigkeit geben [X] ||| 0.0278341 1 ||| ||| 0.143541
+[X][X] 143 concerning [X] ||| [X][X] 143 im Zusammenhang mit der [X] ||| 0.0278341 1 ||| ||| 0.324242
+[X][X] 143 concerning [X][X] [X] ||| [X][X] 143 im Zusammenhang mit der [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0526316
+[X][X] 6 [X] ||| [X][X] 6 [X] ||| 0.0278341 1 ||| ||| 0.783333
+proposal [X][X] 6 that [X] ||| [X][X] 6 vorschlägt , [X] ||| 0.0278341 1 ||| ||| 0.415909
+proposal [X][X] 6 [X] ||| [X][X] 6 vorschlägt [X] ||| 0.0278341 1 ||| ||| 0.541667
+[X][X] . [X] ||| [X][X] ? [X] ||| 0.0278341 1 ||| ||| 0.643541
+[X][X] Alexander Nikitin . [X] ||| [X][X] Alexander Nikitin . [X] ||| 0.0278341 1 ||| ||| 0.203664
+[X][X] Alexander Nikitin [X] ||| [X][X] Alexander Nikitin [X] ||| 0.0278341 1 ||| ||| 0.34469
+[X][X] Alexander [X] ||| [X][X] Alexander [X] ||| 0.0278341 1 ||| ||| 0.643541
+[X][X] Alexander [X][X] [X] ||| [X][X] Alexander [X][X] [X] ||| 0.0278341 1 ||| ||| 0.203664
+[X][X] prestigious office [X] ||| [X][X] Amtes [X] ||| 0.0239998 1 ||| ||| 0.989885
+representations [X][X] prestigious office [X] ||| [X][X] Amtes [X] ||| 0.00127811 1 ||| ||| 0.989885
+using [X][X] prestigious office [X] ||| [X][X] Amtes [X] ||| 0.00255623 1 ||| ||| 0.989885
+[X][X] prestigious office [X][X] , [X] ||| [X][X] Amtes [X][X] , [X] ||| 0.00272045 1 ||| ||| 0.208805
+[X][X] prestigious office [X][X] [X] ||| [X][X] Amtes [X][X] , [X] ||| 0.0215109 1 ||| ||| 0.208805
+using [X][X] prestigious office [X][X] [X] ||| [X][X] Amtes [X][X] , [X] ||| 0.00360275 1 ||| ||| 0.208805
+[X][X] prestigious office [X][X] you [X] ||| [X][X] Amtes [X][X] , die Sie [X] ||| 0.0278341 1 ||| ||| 0.0694118
+[X][X] prestigious office [X][X] [X] ||| [X][X] Amtes [X][X] , die [X] ||| 0.0238328 1 ||| ||| 0.141966
+using [X][X] prestigious office [X][X] [X] ||| [X][X] Amtes [X][X] , die [X] ||| 0.00400126 1 ||| ||| 0.141966
+[X][X] prestigious office [X][X] institution [X] ||| [X][X] Amtes [X][X] Institution , [X] ||| 0.0278341 1 ||| ||| 0.16137
+[X][X] prestigious office [X][X] institution [X] ||| [X][X] Amtes [X][X] Institution , die [X] ||| 0.0278341 1 ||| ||| 0.121558
+[X][X] prestigious office [X][X] institution [X] ||| [X][X] Amtes [X][X] Institution [X] ||| 0.0278341 1 ||| ||| 0.24
+[X][X] prestigious office [X][X] you [X] ||| [X][X] Amtes [X][X] Sie [X] ||| 0.0278341 1 ||| ||| 0.0694118
+[X][X] prestigious office [X][X] [X] ||| [X][X] Amtes [X][X] [X] ||| 0.212366 1 ||| ||| 1.16391
+using [X][X] prestigious office [X][X] [X] ||| [X][X] Amtes [X][X] [X] ||| 0.00334961 1 ||| ||| 1.16391
+[X][X] prestigious office [X][X] you [X] ||| [X][X] Amtes [X][X] die Sie [X] ||| 0.0278341 1 ||| ||| 0.0694118
+[X][X] prestigious office [X][X] [X] ||| [X][X] Amtes [X][X] die [X] ||| 0.0238328 1 ||| ||| 0.141966
+using [X][X] prestigious office [X][X] [X] ||| [X][X] Amtes [X][X] die [X] ||| 0.00400126 1 ||| ||| 0.141966
+[X][X] prestigious office [X][X] represent [X] ||| [X][X] Amtes [X][X] vertreten [X] ||| 0.0278341 1 ||| ||| 0.0263158
+[X][X] prestigious office and [X] ||| [X][X] Amtes und [X] ||| 0.0236236 1 ||| ||| 0.700134
+representations [X][X] prestigious office and [X] ||| [X][X] Amtes und [X] ||| 0.00137088 1 ||| ||| 0.700134
+using [X][X] prestigious office and [X] ||| [X][X] Amtes und [X] ||| 0.00283967 1 ||| ||| 0.700134
+[X][X] prestigious office and [X][X] [X] ||| [X][X] Amtes und [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.16137
+[X][X] prestigious office and [X][X] [X] ||| [X][X] Amtes und [X][X] , die [X] ||| 0.0278341 1 ||| ||| 0.121558
+[X][X] prestigious office and [X][X] [X] ||| [X][X] Amtes und [X][X] [X] ||| 0.0278341 1 ||| ||| 0.639064
+[X][X] prestigious office and [X][X] [X] ||| [X][X] Amtes und [X][X] die [X] ||| 0.0278341 1 ||| ||| 0.121558
+[X][X] prestigious office and the [X] ||| [X][X] Amtes und der [X] ||| 0.0278341 1 ||| ||| 0.384774
+[X][X] Rule 143 [X] ||| [X][X] Artikel 143 [X] ||| 0.0278341 1 ||| ||| 0.363095
+[X][X] Rule 143 [X][X] [X] ||| [X][X] Artikel 143 [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0526316
+[X][X] Rule 143 concerning inadmissibility [X] ||| [X][X] Artikel 143 im Zusammenhang mit der Unzulässigkeit geben [X] ||| 0.0278341 1 ||| ||| 0.0526316
+[X][X] Rule 143 concerning [X] ||| [X][X] Artikel 143 im Zusammenhang mit der [X] ||| 0.0278341 1 ||| ||| 0.157576
+[X][X] Rule [X] ||| [X][X] Artikel [X] ||| 0.0278341 1 ||| ||| 0.708333
+[X][X] Rule [X][X] inadmissibility [X] ||| [X][X] Artikel [X][X] Unzulässigkeit geben [X] ||| 0.0278341 1 ||| ||| 0.0526316
+[X][X] Rule [X][X] [X] ||| [X][X] Artikel [X][X] [X] ||| 0.0278341 1 ||| ||| 0.210207
+[X][X] people assassinated very [X] ||| [X][X] Attentatsopfern , die es in [X] ||| 0.0278341 1 ||| ||| 0.476191
+[X][X] people assassinated very [X][X] [X] ||| [X][X] Attentatsopfern , die es in [X][X] [X] ||| 0.0278341 1 ||| ||| 0.273352
+[X][X] people assassinated very recently [X] ||| [X][X] Attentatsopfern , die es in jüngster Zeit [X] ||| 0.0278341 1 ||| ||| 0.3
+[X][X] advice [X] ||| [X][X] Auskunft [X] ||| 0.0278341 1 ||| ||| 0.333333
+[X][X] advice [X][X] 143 [X] ||| [X][X] Auskunft [X][X] 143 [X] ||| 0.0278341 1 ||| ||| 0.0714286
+[X][X] advice [X][X] [X] ||| [X][X] Auskunft [X][X] [X] ||| 0.0278341 1 ||| ||| 0.196429
+[X][X] advice about Rule 143 [X] ||| [X][X] Auskunft zu Artikel 143 [X] ||| 0.0278341 1 ||| ||| 0.0714286
+[X][X] advice about Rule [X] ||| [X][X] Auskunft zu Artikel [X] ||| 0.0278341 1 ||| ||| 0.125
+[X][X] advice about [X] ||| [X][X] Auskunft zu [X] ||| 0.0278341 1 ||| ||| 0.2
+[X][X] advice about [X][X] [X] ||| [X][X] Auskunft zu [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0714286
+[X][X] guidance programmes [X] ||| [X][X] Ausrichtungsprogramme [X] ||| 0.0164119 1 ||| ||| 0.59359
+[X][X] guidance programmes comes [X] ||| [X][X] Ausrichtungsprogramme [X] ||| 0.0114222 1 ||| ||| 0.59359
+[X][X] guidance programmes [X][X] [X] ||| [X][X] Ausrichtungsprogramme [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.103704
+[X][X] guidance programmes [X][X] [X] ||| [X][X] Ausrichtungsprogramme [X][X] , der [X] ||| 0.0278341 1 ||| ||| 0.081203
+[X][X] guidance programmes [X][X] [X] ||| [X][X] Ausrichtungsprogramme [X][X] [X] ||| 0.0278341 1 ||| ||| 0.328447
+[X][X] guidance programmes [X][X] [X] ||| [X][X] Ausrichtungsprogramme [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.081203
+[X][X] guidance programmes comes before [X] ||| [X][X] Ausrichtungsprogramme befassen , [X] ||| 0.0278341 1 ||| ||| 0.103704
+[X][X] guidance programmes comes before [X] ||| [X][X] Ausrichtungsprogramme befassen , der [X] ||| 0.0278341 1 ||| ||| 0.081203
+[X][X] guidance programmes comes before [X] ||| [X][X] Ausrichtungsprogramme befassen [X] ||| 0.0278341 1 ||| ||| 0.143541
+[X][X] a stay of execution [X] ||| [X][X] Aussetzung der Vollstreckung des Todesurteils [X] ||| 0.241419 1 ||| ||| 1.5
+[X][X] debate [X] ||| [X][X] Aussprache [X] ||| 0.0105074 1 ||| ||| 1.68075
+[X][X] presentation [X] ||| [X][X] Aussprache [X] ||| 0.150283 1 ||| ||| 1.68075
+[X][X] presentation [X][X] . [X] ||| [X][X] Aussprache [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.121544
+[X][X] presentation [X][X] report . [X] ||| [X][X] Aussprache [X][X] Bericht . [X] ||| 0.0278341 1 ||| ||| 0.121544
+[X][X] presentation [X][X] report [X] ||| [X][X] Aussprache [X][X] Bericht [X] ||| 0.0278341 1 ||| ||| 0.175707
+[X][X] presentation [X][X] [X] ||| [X][X] Aussprache [X][X] [X] ||| 0.0278341 1 ||| ||| 0.624882
+[X][X] debate on [X] ||| [X][X] Aussprache im [X] ||| 0.0278341 1 ||| ||| 0.326852
+[X][X] presentation of [X] ||| [X][X] Aussprache über [X] ||| 0.0278341 1 ||| ||| 0.591667
+[X][X] presentation of [X][X] . [X] ||| [X][X] Aussprache über [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.121544
+[X][X] presentation of [X][X] [X] ||| [X][X] Aussprache über [X][X] [X] ||| 0.0278341 1 ||| ||| 0.29725
+[X][X] presentation of the report [X] ||| [X][X] Aussprache über den Bericht [X] ||| 0.0278341 1 ||| ||| 0.175707
+[X][X] presentation of the [X] ||| [X][X] Aussprache über den [X] ||| 0.0278341 1 ||| ||| 0.327632
+[X][X] presentation of the [X][X] [X] ||| [X][X] Aussprache über den [X][X] [X] ||| 0.0278341 1 ||| ||| 0.121544
+[X][X] the start [X] ||| [X][X] Beginn [X] ||| 0.0278341 1 ||| ||| 0.413524
+[X][X] the start [X][X] presentation [X] ||| [X][X] Beginn [X][X] Aussprache [X] ||| 0.0278341 1 ||| ||| 0.203409
+[X][X] the start [X][X] [X] ||| [X][X] Beginn [X][X] [X] ||| 0.0278341 1 ||| ||| 0.679652
+[X][X] the start [X][X] the [X] ||| [X][X] Beginn [X][X] den [X] ||| 0.0278341 1 ||| ||| 0.0526316
+[X][X] the start [X][X] of [X] ||| [X][X] Beginn [X][X] über [X] ||| 0.0278341 1 ||| ||| 0.116667
+[X][X] the start of the [X] ||| [X][X] Beginn der [X] ||| 0.0278341 1 ||| ||| 0.306944
+[X][X] reprieve [X] ||| [X][X] Begnadigung [X] ||| 0.0245913 1 ||| ||| 0.858333
+power [X][X] reprieve [X] ||| [X][X] Begnadigung [X] ||| 0.00324281 1 ||| ||| 0.858333
+[X][X] reprieve [X][X] [X] ||| [X][X] Begnadigung [X][X] [X] ||| 0.0278341 1 ||| ||| 0.138095
+[X][X] reprieve the condemned person [X] ||| [X][X] Begnadigung des Verurteilten [X] ||| 0.0278341 1 ||| ||| 0.138095
+[X][X] reprieve the [X] ||| [X][X] Begnadigung des [X] ||| 0.0278341 1 ||| ||| 0.354701
+[X][X] reprieve the [X][X] [X] ||| [X][X] Begnadigung des [X][X] [X] ||| 0.0278341 1 ||| ||| 0.138095
+[X][X] report . [X] ||| [X][X] Bericht . [X] ||| 0.0278341 1 ||| ||| 0.37912
+[X][X] report [X] ||| [X][X] Bericht [X] ||| 0.241419 1 ||| ||| 1.35496
+[X][X] report [X][X] legislative proposal [X] ||| [X][X] Bericht [X][X] Legislativvorschlag [X] ||| 0.0278341 1 ||| ||| 0.132748
+[X][X] report [X][X] [X] ||| [X][X] Bericht [X][X] [X] ||| 0.0278341 1 ||| ||| 0.316082
+[X][X] report , [X] ||| [X][X] Bericht und [X] ||| 0.0278341 1 ||| ||| 0.34469
+[X][X] report , [X][X] [X] ||| [X][X] Bericht und [X][X] [X] ||| 0.0278341 1 ||| ||| 0.316082
+[X][X] report , not a [X] ||| [X][X] Bericht und keinen [X] ||| 0.0278341 1 ||| ||| 0.183333
+[X][X] is appealing . [X] ||| [X][X] Berufung geht . [X] ||| 0.0278341 1 ||| ||| 0.32803
+[X][X] is appealing [X] ||| [X][X] Berufung geht [X] ||| 0.0278341 1 ||| ||| 0.457479
+visited [X][X] [X] ||| [X][X] Besuch [X] ||| 0.0278341 1 ||| ||| 0.0357143
+visited [X][X] [X] ||| [X][X] Besuch abgestattet [X] ||| 0.0278341 1 ||| ||| 0.0357143
+[X][X] bomb explosions and killings [X] ||| [X][X] Bombenexplosionen mit zahlreichen Toten [X] ||| 0.0278341 1 ||| ||| 0.142857
+[X][X] bomb explosions and [X] ||| [X][X] Bombenexplosionen mit zahlreichen [X] ||| 0.013917 1 ||| ||| 0.5
+[X][X] of bomb explosions and [X] ||| [X][X] Bombenexplosionen mit zahlreichen [X] ||| 0.013917 1 ||| ||| 0.5
+[X][X] Bush , [X] ||| [X][X] Bush , [X] ||| 0.0214544 1 ||| ||| 0.917338
+the [X][X] Bush , [X] ||| [X][X] Bush , [X] ||| 0.00233402 1 ||| ||| 0.917338
+to [X][X] Bush , [X] ||| [X][X] Bush , [X] ||| 0.00202282 1 ||| ||| 0.917338
+to the [X][X] Bush , [X] ||| [X][X] Bush , [X] ||| 0.00202282 1 ||| ||| 0.917338
+[X][X] Bush , who [X] ||| [X][X] Bush , der [X] ||| 0.022242 1 ||| ||| 0.525397
+the [X][X] Bush , who [X] ||| [X][X] Bush , der [X] ||| 0.00294319 1 ||| ||| 0.525397
+to [X][X] Bush , who [X] ||| [X][X] Bush , der [X] ||| 0.00264887 1 ||| ||| 0.525397
+[X][X] Bush [X] ||| [X][X] Bush [X] ||| 0.193935 1 ||| ||| 1.48933
+the [X][X] Bush [X] ||| [X][X] Bush [X] ||| 0.00207656 1 ||| ||| 1.48933
+to [X][X] Bush [X] ||| [X][X] Bush [X] ||| 0.001699 1 ||| ||| 1.48933
+to the [X][X] Bush [X] ||| [X][X] Bush [X] ||| 0.001699 1 ||| ||| 1.48933
+[X][X] Bush [X][X] [X] ||| [X][X] Bush [X][X] [X] ||| 0.0203093 1 ||| ||| 0.575397
+the [X][X] Bush [X][X] [X] ||| [X][X] Bush [X][X] [X] ||| 0.00268743 1 ||| ||| 0.575397
+to [X][X] Bush [X][X] [X] ||| [X][X] Bush [X][X] [X] ||| 0.00241869 1 ||| ||| 0.575397
+to the [X][X] Bush [X][X] [X] ||| [X][X] Bush [X][X] [X] ||| 0.00241869 1 ||| ||| 0.575397
+Thursday [X][X] [X] ||| [X][X] Donnerstag [X] ||| 0.00620506 1 ||| ||| 1.12143
+[X][X] Thursday prior [X] ||| [X][X] Donnerstag [X] ||| 0.0133556 1 ||| ||| 1.12143
+next Thursday [X][X] [X] ||| [X][X] Donnerstag [X] ||| 0.0082734 1 ||| ||| 1.12143
+[X][X] Thursday prior [X][X] presentation [X] ||| [X][X] Donnerstag [X][X] Aussprache [X] ||| 0.0278341 1 ||| ||| 0.05
+[X][X] Thursday prior [X][X] [X] ||| [X][X] Donnerstag [X][X] [X] ||| 0.0278341 1 ||| ||| 0.298247
+[X][X] Thursday prior to [X] ||| [X][X] Donnerstag zu [X] ||| 0.0278341 1 ||| ||| 0.313228
+[X][X] Thursday prior to [X][X] [X] ||| [X][X] Donnerstag zu [X][X] [X] ||| 0.0278341 1 ||| ||| 0.298247
+[X][X] objection [X] ||| [X][X] Einwand gegen [X] ||| 0.241419 1 ||| ||| 1.22244
+[X][X] European Parliament [X] ||| [X][X] Europäischen Parlament [X] ||| 0.0278341 1 ||| ||| 0.25
+[X][X] European Parliament [X][X] [X] ||| [X][X] Europäischen Parlament [X][X] [X] ||| 0.0219196 1 ||| ||| 0.269141
+[X][X] European Parliament [X][X] of [X] ||| [X][X] Europäischen Parlament [X][X] [X] ||| 0.00304172 1 ||| ||| 0.269141
+[X][X] European Parliament [X][X] the [X] ||| [X][X] Europäischen Parlament [X][X] [X] ||| 0.00287274 1 ||| ||| 0.269141
+[X][X] European Parliament [X][X] the [X] ||| [X][X] Europäischen Parlament [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.047619
+[X][X] European Parliament [X][X] whole [X] ||| [X][X] Europäischen Parlament [X][X] gesamten [X] ||| 0.0278341 1 ||| ||| 0.0357143
+[X][X] European Parliament and [X] ||| [X][X] Europäischen Parlament und [X] ||| 0.0278341 1 ||| ||| 0.125
+[X][X] European Parliament and [X][X] [X] ||| [X][X] Europäischen Parlament und [X][X] [X] ||| 0.0278341 1 ||| ||| 0.140523
+[X][X] European Parliament and by [X] ||| [X][X] Europäischen Parlament und von [X] ||| 0.0278341 1 ||| ||| 0.0714286
+[X][X] European Parliament , [X] ||| [X][X] Europäischen Parlaments [X] ||| 0.00692451 1 ||| ||| 0.939657
+[X][X] European Parliament , a [X] ||| [X][X] Europäischen Parlaments [X] ||| 0.00556986 1 ||| ||| 0.939657
+[X][X] European Parliament [X] ||| [X][X] Europäischen Parlaments [X] ||| 0.0153397 1 ||| ||| 0.939657
+[X][X] European Community [X] ||| [X][X] Europäischen Union [X] ||| 0.0059933 1 ||| ||| 1.33174
+[X][X] European Union [X] ||| [X][X] Europäischen Union [X] ||| 0.0121765 1 ||| ||| 1.33174
+[X][X] of the European Community [X] ||| [X][X] Europäischen Union [X] ||| 0.00367102 1 ||| ||| 1.33174
+[X][X] the European Community [X] ||| [X][X] Europäischen Union [X] ||| 0.0059933 1 ||| ||| 1.33174
+[X][X] European [X] ||| [X][X] Europäischen [X] ||| 0.784318 1 ||| ||| 3.89426
+[X][X] of the European [X] ||| [X][X] Europäischen [X] ||| 0.00188983 1 ||| ||| 3.89426
+[X][X] the European [X] ||| [X][X] Europäischen [X] ||| 0.00331932 1 ||| ||| 3.89426
+with [X][X] European [X] ||| [X][X] Europäischen [X] ||| 0.000794163 1 ||| ||| 3.89426
+[X][X] European [X][X] [X] ||| [X][X] Europäischen [X][X] [X] ||| 0.111567 1 ||| ||| 3.22085
+[X][X] European [X][X] a [X] ||| [X][X] Europäischen [X][X] [X] ||| 0.00162496 1 ||| ||| 3.22085
+[X][X] European [X][X] a date [X] ||| [X][X] Europäischen [X][X] [X] ||| 0.00162496 1 ||| ||| 3.22085
+[X][X] European [X][X] been [X] ||| [X][X] Europäischen [X][X] [X] ||| 0.00180038 1 ||| ||| 3.22085
+[X][X] European [X][X] been set [X] ||| [X][X] Europäischen [X][X] [X] ||| 0.00108023 1 ||| ||| 3.22085
+[X][X] European [X][X] date [X] ||| [X][X] Europäischen [X][X] [X] ||| 0.00162496 1 ||| ||| 3.22085
+[X][X] European [X][X] date has [X] ||| [X][X] Europäischen [X][X] [X] ||| 0.00180038 1 ||| ||| 3.22085
+[X][X] European [X][X] has [X] ||| [X][X] Europäischen [X][X] [X] ||| 0.00180038 1 ||| ||| 3.22085
+[X][X] European [X][X] has been [X] ||| [X][X] Europäischen [X][X] [X] ||| 0.00180038 1 ||| ||| 3.22085
+[X][X] European [X][X] of [X] ||| [X][X] Europäischen [X][X] [X] ||| 0.000254172 1 ||| ||| 3.22085
+[X][X] European [X][X] of the [X] ||| [X][X] Europäischen [X][X] [X] ||| 0.000240051 1 ||| ||| 3.22085
+[X][X] European [X][X] set [X] ||| [X][X] Europäischen [X][X] [X] ||| 0.00108023 1 ||| ||| 3.22085
+[X][X] European [X][X] the [X] ||| [X][X] Europäischen [X][X] [X] ||| 0.000240051 1 ||| ||| 3.22085
+[X][X] European [X][X] the [X] ||| [X][X] Europäischen [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.047619
+[X][X] European [X][X] the whole [X] ||| [X][X] Europäischen [X][X] der gesamten [X] ||| 0.0278341 1 ||| ||| 0.0357143
+[X][X] European [X][X] whole [X] ||| [X][X] Europäischen [X][X] gesamten [X] ||| 0.0152639 1 ||| ||| 0.0651261
+[X][X] European [X][X] whole of [X] ||| [X][X] Europäischen [X][X] gesamten [X] ||| 0.0125702 1 ||| ||| 0.0651261
+[X][X] European [X][X] by [X] ||| [X][X] Europäischen [X][X] von [X] ||| 0.0278341 1 ||| ||| 0.0714286
+[X][X] European [X][X] by the [X] ||| [X][X] Europäischen [X][X] von der [X] ||| 0.0278341 1 ||| ||| 0.047619
+[X][X] Evans , [X] ||| [X][X] Evans , [X] ||| 0.0278341 1 ||| ||| 0.257576
+[X][X] Evans , [X][X] [X] ||| [X][X] Evans , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.147238
+[X][X] Evans , [X][X] an [X] ||| [X][X] Evans , [X][X] eine [X] ||| 0.0278341 1 ||| ||| 0.0601238
+[X][X] Evans , I [X] ||| [X][X] Evans , ich [X] ||| 0.0278341 1 ||| ||| 0.143541
+[X][X] Evans , I [X][X] [X] ||| [X][X] Evans , ich [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0601238
+[X][X] Evans , I feel [X] ||| [X][X] Evans , ich denke , daß [X] ||| 0.0278341 1 ||| ||| 0.0871143
+[X][X] Evans [X] ||| [X][X] Evans [X] ||| 0.148198 1 ||| ||| 1.68333
+[X][X] Evans has [X] ||| [X][X] Evans [X] ||| 0.00537391 1 ||| ||| 1.68333
+do [X][X] Evans [X] ||| [X][X] Evans [X] ||| 0.00330702 1 ||| ||| 1.68333
+do [X][X] Evans has [X] ||| [X][X] Evans [X] ||| 0.00206689 1 ||| ||| 1.68333
+[X][X] Evans [X][X] [X] ||| [X][X] Evans [X][X] [X] ||| 0.0278341 1 ||| ||| 0.290779
+[X][X] Evans [X][X] feel [X] ||| [X][X] Evans [X][X] denke , daß [X] ||| 0.0278341 1 ||| ||| 0.0871143
+[X][X] Evans [X][X] feel an [X] ||| [X][X] Evans [X][X] denke , daß eine [X] ||| 0.0278341 1 ||| ||| 0.0601238
+[X][X] Evans [X][X] an [X] ||| [X][X] Evans [X][X] eine [X] ||| 0.0278341 1 ||| ||| 0.0601238
+[X][X] case [X] ||| [X][X] Fall [X] ||| 0.241419 1 ||| ||| 1.08333
+[X][X] case [X][X] . [X] ||| [X][X] Fall [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.0601238
+[X][X] case [X][X] Nikitin . [X] ||| [X][X] Fall [X][X] Nikitin . [X] ||| 0.0278341 1 ||| ||| 0.0601238
+[X][X] case [X][X] Nikitin [X] ||| [X][X] Fall [X][X] Nikitin [X] ||| 0.0278341 1 ||| ||| 0.0871143
+[X][X] case [X][X] [X] ||| [X][X] Fall [X][X] [X] ||| 0.0278341 1 ||| ||| 0.290779
+draw your attention [X][X] case [X] ||| [X][X] Fall aufmerksam machen , [X] ||| 0.0278341 1 ||| ||| 0.253968
+draw your attention [X][X] case [X] ||| [X][X] Fall aufmerksam machen [X] ||| 0.0278341 1 ||| ||| 0.342857
+[X][X] case of Alexander Nikitin [X] ||| [X][X] Fall von Alexander Nikitin [X] ||| 0.0278341 1 ||| ||| 0.0871143
+[X][X] case of Alexander [X] ||| [X][X] Fall von Alexander [X] ||| 0.0278341 1 ||| ||| 0.143541
+[X][X] case of Alexander [X][X] [X] ||| [X][X] Fall von Alexander [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0601238
+[X][X] case of [X] ||| [X][X] Fall von [X] ||| 0.0278341 1 ||| ||| 0.257576
+[X][X] case of [X][X] . [X] ||| [X][X] Fall von [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.0601238
+[X][X] case of [X][X] [X] ||| [X][X] Fall von [X][X] [X] ||| 0.0278341 1 ||| ||| 0.147238
+[X][X] fisheries policy [X] ||| [X][X] Fischereipolitik darstellt [X] ||| 0.0250044 1 ||| ||| 0.546465
+is [X][X] fisheries policy [X] ||| [X][X] Fischereipolitik darstellt [X] ||| 0.00282972 1 ||| ||| 0.546465
+[X][X] fisheries policy [X][X] proposal [X] ||| [X][X] Fischereipolitik darstellt [X][X] Vorschlag [X] ||| 0.0278341 1 ||| ||| 0.108824
+[X][X] fisheries policy [X][X] [X] ||| [X][X] Fischereipolitik darstellt [X][X] [X] ||| 0.0278341 1 ||| ||| 0.298247
+[X][X] fisheries policy and [X] ||| [X][X] Fischereipolitik darstellt und [X] ||| 0.0278341 1 ||| ||| 0.306944
+[X][X] fisheries policy and [X][X] [X] ||| [X][X] Fischereipolitik darstellt und [X][X] [X] ||| 0.0278341 1 ||| ||| 0.108824
+[X][X] fisheries policy and a [X] ||| [X][X] Fischereipolitik darstellt und ein [X] ||| 0.0278341 1 ||| ||| 0.189423
+[X][X] Madam President , [X] ||| [X][X] Frau Präsidentin , [X] ||| 0.0278341 1 ||| ||| 0.233246
+[X][X] Madam President , [X] ||| [X][X] Frau Präsidentin , der [X] ||| 0.0278341 1 ||| ||| 0.148201
+[X][X] Madam President [X] ||| [X][X] Frau Präsidentin [X] ||| 0.0278341 1 ||| ||| 0.396212
+[X][X] Madam [X] ||| [X][X] Frau [X] ||| 0.0278341 1 ||| ||| 0.736429
+[X][X] Madam [X][X] [X] ||| [X][X] Frau [X][X] [X] ||| 0.0278341 1 ||| ||| 0.381447
+[X][X] Madam [X][X] [X] ||| [X][X] Frau [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.148201
+[X][X] courts [X] ||| [X][X] Gericht [X] ||| 0.017014 1 ||| ||| 0.784926
+[X][X] courts have [X] ||| [X][X] Gericht [X] ||| 0.0108201 1 ||| ||| 0.784926
+[X][X] courts [X][X] [X] ||| [X][X] Gericht [X][X] [X] ||| 0.013917 1 ||| ||| 0.329506
+[X][X] courts have [X][X] [X] ||| [X][X] Gericht [X][X] [X] ||| 0.013917 1 ||| ||| 0.329506
+[X][X] courts [X][X] and [X] ||| [X][X] Gericht [X][X] und [X] ||| 0.013917 1 ||| ||| 0.105263
+[X][X] courts have [X][X] and [X] ||| [X][X] Gericht [X][X] und [X] ||| 0.013917 1 ||| ||| 0.105263
+[X][X] courts [X][X] him [X] ||| [X][X] Gericht ihn [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0666667
+[X][X] courts [X][X] him and [X] ||| [X][X] Gericht ihn [X][X] und [X] ||| 0.0278341 1 ||| ||| 0.0526316
+[X][X] courts have acquitted him [X] ||| [X][X] Gericht ihn freigesprochen [X] ||| 0.0278341 1 ||| ||| 0.0666667
+[X][X] a point of order [X] ||| [X][X] Geschäftsordnung [X] ||| 0.241419 1 ||| ||| 1.28889
+[X][X] Governor [X] ||| [X][X] Gouverneur [X] ||| 0.0106945 1 ||| ||| 1.31002
+[X][X] the Governor [X] ||| [X][X] Gouverneur [X] ||| 0.0106945 1 ||| ||| 1.31002
+[X][X] to the Governor [X] ||| [X][X] Gouverneur [X] ||| 0.00644509 1 ||| ||| 1.31002
+[X][X] Governor [X][X] , [X] ||| [X][X] Gouverneur [X][X] , [X] ||| 0.013917 1 ||| ||| 0.0714286
+[X][X] the Governor [X][X] , [X] ||| [X][X] Gouverneur [X][X] , [X] ||| 0.013917 1 ||| ||| 0.0714286
+[X][X] Governor [X][X] Bush , [X] ||| [X][X] Gouverneur [X][X] Bush , [X] ||| 0.0278341 1 ||| ||| 0.0357143
+[X][X] Governor [X][X] Bush [X] ||| [X][X] Gouverneur [X][X] Bush [X] ||| 0.013917 1 ||| ||| 0.155425
+[X][X] the Governor [X][X] Bush [X] ||| [X][X] Gouverneur [X][X] Bush [X] ||| 0.013917 1 ||| ||| 0.155425
+[X][X] Governor [X][X] [X] ||| [X][X] Gouverneur [X][X] [X] ||| 0.0113748 1 ||| ||| 0.675249
+[X][X] the Governor [X][X] [X] ||| [X][X] Gouverneur [X][X] [X] ||| 0.0113748 1 ||| ||| 0.675249
+[X][X] to the Governor [X][X] [X] ||| [X][X] Gouverneur [X][X] [X] ||| 0.00508459 1 ||| ||| 0.675249
+[X][X] Governor of [X] ||| [X][X] Gouverneur von [X] ||| 0.0106541 1 ||| ||| 0.749148
+[X][X] the Governor of [X] ||| [X][X] Gouverneur von [X] ||| 0.0106541 1 ||| ||| 0.749148
+[X][X] to the Governor of [X] ||| [X][X] Gouverneur von [X] ||| 0.00652586 1 ||| ||| 0.749148
+[X][X] Governor of [X][X] , [X] ||| [X][X] Gouverneur von [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0357143
+[X][X] Governor of [X][X] Bush [X] ||| [X][X] Gouverneur von [X][X] Bush [X] ||| 0.0278341 1 ||| ||| 0.0777126
+[X][X] Governor of [X][X] [X] ||| [X][X] Gouverneur von [X][X] [X] ||| 0.013917 1 ||| ||| 0.551898
+[X][X] the Governor of [X][X] [X] ||| [X][X] Gouverneur von [X][X] [X] ||| 0.013917 1 ||| ||| 0.551898
+[X][X] principle [X] ||| [X][X] Grundsatz [X] ||| 0.0278341 1 ||| ||| 0.590909
+[X][X] principle [X][X] stability [X] ||| [X][X] Grundsatz [X][X] Stabilität [X] ||| 0.0160437 1 ||| ||| 0.195618
+[X][X] principle [X][X] stability is [X] ||| [X][X] Grundsatz [X][X] Stabilität [X] ||| 0.0117904 1 ||| ||| 0.195618
+[X][X] principle [X][X] [X] ||| [X][X] Grundsatz [X][X] [X] ||| 0.0236976 1 ||| ||| 0.557578
+[X][X] principle [X][X] is [X] ||| [X][X] Grundsatz [X][X] [X] ||| 0.00413651 1 ||| ||| 0.557578
+[X][X] principle [X][X] a [X] ||| [X][X] Grundsatz [X][X] einen [X] ||| 0.013917 1 ||| ||| 0.125997
+[X][X] principle [X][X] is a [X] ||| [X][X] Grundsatz [X][X] einen [X] ||| 0.013917 1 ||| ||| 0.125997
+[X][X] principle [X][X] a fundamental [X] ||| [X][X] Grundsatz [X][X] einen elementaren [X] ||| 0.0278341 1 ||| ||| 0.0380747
+[X][X] principle [X][X] fundamental [X] ||| [X][X] Grundsatz [X][X] elementaren [X] ||| 0.0278341 1 ||| ||| 0.0380747
+[X][X] principle of [X] ||| [X][X] Grundsatz der [X] ||| 0.0278341 1 ||| ||| 0.310207
+[X][X] principle of [X][X] [X] ||| [X][X] Grundsatz der [X][X] [X] ||| 0.0217574 1 ||| ||| 0.379555
+[X][X] principle of [X][X] is [X] ||| [X][X] Grundsatz der [X][X] [X] ||| 0.00607666 1 ||| ||| 0.379555
+[X][X] principle of [X][X] a [X] ||| [X][X] Grundsatz der [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.0629983
+[X][X] principle of [X][X] fundamental [X] ||| [X][X] Grundsatz der [X][X] elementaren [X] ||| 0.0278341 1 ||| ||| 0.0380747
+[X][X] principle of relative stability [X] ||| [X][X] Grundsatz der relativen Stabilität [X] ||| 0.0278341 1 ||| ||| 0.112755
+[X][X] principle of relative [X] ||| [X][X] Grundsatz der relativen [X] ||| 0.0278341 1 ||| ||| 0.178023
+[X][X] principle of relative [X][X] [X] ||| [X][X] Grundsatz der relativen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.183936
+[X][X] principle [X] ||| [X][X] Grundsatzes [X] ||| 0.0278341 1 ||| ||| 0.333333
+[X][X] principle [X][X] stability [X] ||| [X][X] Grundsatzes [X][X] Stabilität [X] ||| 0.0278341 1 ||| ||| 0.0526316
+done [X][X] principle [X][X] stability [X] ||| [X][X] Grundsatzes [X][X] Stabilität verhängt [X] ||| 0.0278341 1 ||| ||| 0.0666667
+[X][X] principle [X][X] [X] ||| [X][X] Grundsatzes [X][X] [X] ||| 0.0278341 1 ||| ||| 0.143541
+done [X][X] principle [X][X] [X] ||| [X][X] Grundsatzes [X][X] verhängt [X] ||| 0.0278341 1 ||| ||| 0.0666667
+be done [X][X] principle [X][X] [X] ||| [X][X] Grundsatzes [X][X] verhängt werden [X] ||| 0.0278341 1 ||| ||| 0.0666667
+[X][X] principle of [X] ||| [X][X] Grundsatzes der [X] ||| 0.0278341 1 ||| ||| 0.166667
+[X][X] principle of [X][X] [X] ||| [X][X] Grundsatzes der [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0526316
+done [X][X] principle of [X][X] [X] ||| [X][X] Grundsatzes der [X][X] verhängt [X] ||| 0.0278341 1 ||| ||| 0.0666667
+[X][X] principle of relative stability [X] ||| [X][X] Grundsatzes der relativen Stabilität [X] ||| 0.0278341 1 ||| ||| 0.0526316
+[X][X] principle of relative [X] ||| [X][X] Grundsatzes der relativen [X] ||| 0.0278341 1 ||| ||| 0.0909091
+[X][X] principles that [X] ||| [X][X] Grundsätzen , die [X] ||| 0.0278341 1 ||| ||| 0.25
+[X][X] principles that we [X] ||| [X][X] Grundsätzen , die wir [X] ||| 0.0278341 1 ||| ||| 0.125
+[X][X] principles [X] ||| [X][X] Grundsätzen [X] ||| 0.0278341 1 ||| ||| 0.5
+[X][X] principles [X][X] [X] ||| [X][X] Grundsätzen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.125
+[X][X] House [X] ||| [X][X] Haus [X] ||| 0.0278341 1 ||| ||| 0.333333
+[X][X] House [X][X] [X] ||| [X][X] Haus [X][X] [X] ||| 0.0227663 1 ||| ||| 0.262793
+[X][X] House [X][X] do [X] ||| [X][X] Haus [X][X] [X] ||| 0.00506778 1 ||| ||| 0.262793
+[X][X] House [X][X] [X] ||| [X][X] Haus [X][X] dem [X] ||| 0.0201633 1 ||| ||| 0.0636592
+[X][X] House [X][X] do [X] ||| [X][X] Haus [X][X] dem [X] ||| 0.00767083 1 ||| ||| 0.0636592
+[X][X] House [X][X] I shall [X] ||| [X][X] Haus [X][X] werde ich [X] ||| 0.0278341 1 ||| ||| 0.047619
+[X][X] House [X][X] I shall [X] ||| [X][X] Haus [X][X] werde ich dem [X] ||| 0.0278341 1 ||| ||| 0.0285714
+[X][X] House agrees , [X] ||| [X][X] Haus damit einverstanden ist , [X] ||| 0.0278341 1 ||| ||| 0.0909091
+[X][X] House agrees , [X][X] [X] ||| [X][X] Haus damit einverstanden ist , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.124037
+[X][X] House agrees , [X][X] [X] ||| [X][X] Haus damit einverstanden ist , [X][X] dem [X] ||| 0.0278341 1 ||| ||| 0.0461153
+[X][X] House agrees [X] ||| [X][X] Haus damit einverstanden ist [X] ||| 0.0278341 1 ||| ||| 0.166667
+[X][X] House agrees [X][X] [X] ||| [X][X] Haus damit einverstanden ist [X][X] [X] ||| 0.020086 1 ||| ||| 0.171884
+[X][X] House agrees [X][X] do [X] ||| [X][X] Haus damit einverstanden ist [X][X] [X] ||| 0.00774811 1 ||| ||| 0.171884
+[X][X] House agrees [X][X] [X] ||| [X][X] Haus damit einverstanden ist [X][X] dem [X] ||| 0.0201633 1 ||| ||| 0.0636592
+[X][X] House agrees [X][X] do [X] ||| [X][X] Haus damit einverstanden ist [X][X] dem [X] ||| 0.00767083 1 ||| ||| 0.0636592
+[X][X] Mr Evans , [X] ||| [X][X] Herr Evans , [X] ||| 0.0278341 1 ||| ||| 0.0909091
+[X][X] Mr Evans , [X][X] [X] ||| [X][X] Herr Evans , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0601238
+[X][X] Mr Evans , I [X] ||| [X][X] Herr Evans , ich [X] ||| 0.0278341 1 ||| ||| 0.0526316
+[X][X] Mr Evans [X] ||| [X][X] Herr Evans [X] ||| 0.0278341 1 ||| ||| 0.166667
+[X][X] Mr Evans [X][X] [X] ||| [X][X] Herr Evans [X][X] [X] ||| 0.0278341 1 ||| ||| 0.112755
+[X][X] Mr Evans [X][X] feel [X] ||| [X][X] Herr Evans [X][X] denke , daß [X] ||| 0.0278341 1 ||| ||| 0.0344828
+[X][X] Mr Evans [X][X] an [X] ||| [X][X] Herr Evans [X][X] eine [X] ||| 0.0278341 1 ||| ||| 0.025641
+[X][X] Mr Kumar Ponnambalam [X] ||| [X][X] Herr Kumar Ponnambalam [X] ||| 0.0278341 1 ||| ||| 0.047619
+[X][X] Mr [X] ||| [X][X] Herr [X] ||| 0.0278341 1 ||| ||| 0.556547
+[X][X] Mr [X][X] [X] ||| [X][X] Herr [X][X] [X] ||| 0.0278341 1 ||| ||| 0.251283
+[X][X] Mr [X][X] feel [X] ||| [X][X] Herr [X][X] denke , daß [X] ||| 0.0278341 1 ||| ||| 0.0344828
+[X][X] Mr [X][X] feel an [X] ||| [X][X] Herr [X][X] denke , daß eine [X] ||| 0.0278341 1 ||| ||| 0.025641
+[X][X] Mr [X][X] an [X] ||| [X][X] Herr [X][X] eine [X] ||| 0.0278341 1 ||| ||| 0.025641
+[X][X] Mr [X][X] I [X] ||| [X][X] Herr [X][X] ich [X] ||| 0.0278341 1 ||| ||| 0.0526316
+[X][X] Mr [X][X] I feel [X] ||| [X][X] Herr [X][X] ich denke , daß [X] ||| 0.0278341 1 ||| ||| 0.0344828
+[X][X] Mr Evans [X] ||| [X][X] Herrn Evans [X] ||| 0.0171287 1 ||| ||| 0.325
+[X][X] Mr Evans has [X] ||| [X][X] Herrn Evans [X] ||| 0.0107054 1 ||| ||| 0.325
+[X][X] Mr Zimeray , [X] ||| [X][X] Herrn Zimeray , [X] ||| 0.0253212 1 ||| ||| 0.251736
+the [X][X] Mr Zimeray , [X] ||| [X][X] Herrn Zimeray , [X] ||| 0.00251292 1 ||| ||| 0.251736
+[X][X] Mr Zimeray , [X][X] [X] ||| [X][X] Herrn Zimeray , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0555556
+[X][X] Mr Zimeray [X] ||| [X][X] Herrn Zimeray [X] ||| 0.0259039 1 ||| ||| 0.424123
+the [X][X] Mr Zimeray [X] ||| [X][X] Herrn Zimeray [X] ||| 0.00193022 1 ||| ||| 0.424123
+[X][X] Mr Zimeray [X][X] [X] ||| [X][X] Herrn Zimeray [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0555556
+[X][X] Mr [X] ||| [X][X] Herrn [X] ||| 0.233304 1 ||| ||| 1.23965
+the [X][X] Mr [X] ||| [X][X] Herrn [X] ||| 0.000935549 1 ||| ||| 1.23965
+[X][X] Mr [X][X] [X] ||| [X][X] Herrn [X][X] [X] ||| 0.0263708 1 ||| ||| 0.432292
+the [X][X] Mr [X][X] [X] ||| [X][X] Herrn [X][X] [X] ||| 0.00146335 1 ||| ||| 0.432292
+[X][X] of your prestigious office [X] ||| [X][X] Ihres Amtes [X] ||| 0.0278341 1 ||| ||| 0.320187
+[X][X] of your [X] ||| [X][X] Ihres [X] ||| 0.0201962 1 ||| ||| 0.712406
+representations [X][X] of your [X] ||| [X][X] Ihres [X] ||| 0.00205635 1 ||| ||| 0.712406
+using [X][X] of your [X] ||| [X][X] Ihres [X] ||| 0.00558151 1 ||| ||| 0.712406
+[X][X] of your [X][X] [X] ||| [X][X] Ihres [X][X] , [X] ||| 0.0192256 1 ||| ||| 0.0873874
+using [X][X] of your [X][X] [X] ||| [X][X] Ihres [X][X] , [X] ||| 0.00860847 1 ||| ||| 0.0873874
+[X][X] of your [X][X] [X] ||| [X][X] Ihres [X][X] , die [X] ||| 0.0192034 1 ||| ||| 0.0658164
+using [X][X] of your [X][X] [X] ||| [X][X] Ihres [X][X] , die [X] ||| 0.00863073 1 ||| ||| 0.0658164
+[X][X] of your [X][X] institution [X] ||| [X][X] Ihres [X][X] Institution , [X] ||| 0.0278341 1 ||| ||| 0.0603604
+[X][X] of your [X][X] institution [X] ||| [X][X] Ihres [X][X] Institution , die [X] ||| 0.0278341 1 ||| ||| 0.0454082
+[X][X] of your [X][X] institution [X] ||| [X][X] Ihres [X][X] Institution [X] ||| 0.0278341 1 ||| ||| 0.09
+[X][X] of your [X][X] [X] ||| [X][X] Ihres [X][X] [X] ||| 0.0197068 1 ||| ||| 1.30944
+representations [X][X] of your [X][X] [X] ||| [X][X] Ihres [X][X] [X] ||| 0.00169919 1 ||| ||| 1.30944
+using [X][X] of your [X][X] [X] ||| [X][X] Ihres [X][X] [X] ||| 0.00642806 1 ||| ||| 1.30944
+[X][X] of your [X][X] the [X] ||| [X][X] Ihres [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.159774
+[X][X] of your [X][X] [X] ||| [X][X] Ihres [X][X] die [X] ||| 0.0192034 1 ||| ||| 0.0658164
+using [X][X] of your [X][X] [X] ||| [X][X] Ihres [X][X] die [X] ||| 0.00863073 1 ||| ||| 0.0658164
+[X][X] of your [X][X] and [X] ||| [X][X] Ihres [X][X] und [X] ||| 0.0278341 1 ||| ||| 0.251366
+initiative [X][X] [X] ||| [X][X] Initiative [X] ||| 0.00584681 1 ||| ||| 4.02381
+initiative [X][X] have [X] ||| [X][X] Initiative [X] ||| 0.000988192 1 ||| ||| 4.02381
+initiative [X][X] have just [X] ||| [X][X] Initiative [X] ||| 0.000988192 1 ||| ||| 4.02381
+initiative [X][X] have just suggested [X] ||| [X][X] Initiative [X] ||| 0.000988192 1 ||| ||| 4.02381
+initiative [X][X] just [X] ||| [X][X] Initiative [X] ||| 0.000988192 1 ||| ||| 4.02381
+initiative [X][X] just suggested [X] ||| [X][X] Initiative [X] ||| 0.000988192 1 ||| ||| 4.02381
+initiative [X][X] suggested [X] ||| [X][X] Initiative [X] ||| 0.000988192 1 ||| ||| 4.02381
+initiative [X][X] you [X] ||| [X][X] Initiative [X] ||| 0.00115289 1 ||| ||| 4.02381
+initiative [X][X] you have [X] ||| [X][X] Initiative [X] ||| 0.000988192 1 ||| ||| 4.02381
+initiative [X][X] you have just [X] ||| [X][X] Initiative [X] ||| 0.000988192 1 ||| ||| 4.02381
+initiative of [X][X] [X] ||| [X][X] Initiative [X] ||| 0.00584681 1 ||| ||| 4.02381
+initiative of [X][X] have [X] ||| [X][X] Initiative [X] ||| 0.000988192 1 ||| ||| 4.02381
+initiative of [X][X] have just [X] ||| [X][X] Initiative [X] ||| 0.000988192 1 ||| ||| 4.02381
+initiative of [X][X] just [X] ||| [X][X] Initiative [X] ||| 0.000988192 1 ||| ||| 4.02381
+initiative of [X][X] just suggested [X] ||| [X][X] Initiative [X] ||| 0.000988192 1 ||| ||| 4.02381
+initiative of [X][X] suggested [X] ||| [X][X] Initiative [X] ||| 0.000988192 1 ||| ||| 4.02381
+initiative of [X][X] you [X] ||| [X][X] Initiative [X] ||| 0.00115289 1 ||| ||| 4.02381
+initiative of [X][X] you have [X] ||| [X][X] Initiative [X] ||| 0.000988192 1 ||| ||| 4.02381
+[X][X] institution [X] ||| [X][X] Institution , [X] ||| 0.0264129 1 ||| ||| 0.529307
+using [X][X] institution [X] ||| [X][X] Institution , [X] ||| 0.00142124 1 ||| ||| 0.529307
+[X][X] institution [X][X] , [X] ||| [X][X] Institution , [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0707187
+[X][X] institution [X][X] , to [X] ||| [X][X] Institution , [X][X] , bei [X] ||| 0.0278341 1 ||| ||| 0.0358171
+[X][X] institution [X][X] [X] ||| [X][X] Institution , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.22898
+[X][X] institution [X][X] to [X] ||| [X][X] Institution , [X][X] bei [X] ||| 0.0278341 1 ||| ||| 0.0358171
+[X][X] institution [X][X] to the [X] ||| [X][X] Institution , [X][X] bei dem [X] ||| 0.0278341 1 ||| ||| 0.0149254
+[X][X] institution [X][X] the [X] ||| [X][X] Institution , [X][X] dem [X] ||| 0.0278341 1 ||| ||| 0.0149254
+[X][X] institution you [X] ||| [X][X] Institution , die Sie [X] ||| 0.0278341 1 ||| ||| 0.214866
+[X][X] institution you [X][X] [X] ||| [X][X] Institution , die Sie [X][X] [X] ||| 0.0278341 1 ||| ||| 0.121461
+[X][X] institution you [X][X] to [X] ||| [X][X] Institution , die Sie [X][X] bei [X] ||| 0.0278341 1 ||| ||| 0.0358171
+[X][X] institution you [X][X] the [X] ||| [X][X] Institution , die Sie [X][X] dem [X] ||| 0.0278341 1 ||| ||| 0.0149254
+[X][X] institution you represent , [X] ||| [X][X] Institution , die Sie vertreten , [X] ||| 0.0278341 1 ||| ||| 0.0707187
+[X][X] institution you represent [X] ||| [X][X] Institution , die Sie vertreten [X] ||| 0.0278341 1 ||| ||| 0.107519
+[X][X] institution you represent [X][X] [X] ||| [X][X] Institution , die Sie vertreten [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0507425
+[X][X] institution [X] ||| [X][X] Institution , die [X] ||| 0.02646 1 ||| ||| 0.413394
+using [X][X] institution [X] ||| [X][X] Institution , die [X] ||| 0.0013741 1 ||| ||| 0.413394
+[X][X] institution [X][X] , [X] ||| [X][X] Institution , die [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0707187
+[X][X] institution [X][X] , to [X] ||| [X][X] Institution , die [X][X] , bei [X] ||| 0.0278341 1 ||| ||| 0.0358171
+[X][X] institution [X][X] [X] ||| [X][X] Institution , die [X][X] [X] ||| 0.0278341 1 ||| ||| 0.22898
+[X][X] institution [X][X] to [X] ||| [X][X] Institution , die [X][X] bei [X] ||| 0.0278341 1 ||| ||| 0.0358171
+[X][X] institution [X][X] to the [X] ||| [X][X] Institution , die [X][X] bei dem [X] ||| 0.0278341 1 ||| ||| 0.0149254
+[X][X] institution [X][X] the [X] ||| [X][X] Institution , die [X][X] dem [X] ||| 0.0278341 1 ||| ||| 0.0149254
+[X][X] institution [X] ||| [X][X] Institution [X] ||| 0.0263262 1 ||| ||| 0.738333
+using [X][X] institution [X] ||| [X][X] Institution [X] ||| 0.00150794 1 ||| ||| 0.738333
+[X][X] institution [X][X] , [X] ||| [X][X] Institution [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0707187
+[X][X] institution [X][X] , to [X] ||| [X][X] Institution [X][X] , bei [X] ||| 0.0278341 1 ||| ||| 0.0358171
+[X][X] institution [X][X] [X] ||| [X][X] Institution [X][X] [X] ||| 0.0278341 1 ||| ||| 0.22898
+[X][X] institution [X][X] to [X] ||| [X][X] Institution [X][X] bei [X] ||| 0.0278341 1 ||| ||| 0.0358171
+[X][X] institution [X][X] to the [X] ||| [X][X] Institution [X][X] bei dem [X] ||| 0.0278341 1 ||| ||| 0.0149254
+[X][X] institution [X][X] the [X] ||| [X][X] Institution [X][X] dem [X] ||| 0.0278341 1 ||| ||| 0.0149254
+[X][X] Members [X] ||| [X][X] Kolleginnen und Kollegen - [X] ||| 0.00904608 1 ||| ||| 0.43956
+[X][X] Members have [X] ||| [X][X] Kolleginnen und Kollegen - [X] ||| 0.00487097 1 ||| ||| 0.43956
+[X][X] of Members [X] ||| [X][X] Kolleginnen und Kollegen - [X] ||| 0.00904608 1 ||| ||| 0.43956
+[X][X] of Members have [X] ||| [X][X] Kolleginnen und Kollegen - [X] ||| 0.00487097 1 ||| ||| 0.43956
+[X][X] Members [X] ||| [X][X] Kolleginnen und Kollegen [X] ||| 0.00856434 1 ||| ||| 0.65
+[X][X] Members have [X] ||| [X][X] Kolleginnen und Kollegen [X] ||| 0.00535271 1 ||| ||| 0.65
+[X][X] of Members [X] ||| [X][X] Kolleginnen und Kollegen [X] ||| 0.00856434 1 ||| ||| 0.65
+[X][X] of Members have [X] ||| [X][X] Kolleginnen und Kollegen [X] ||| 0.00535271 1 ||| ||| 0.65
+[X][X] accused of criminal activity [X] ||| [X][X] Kriminalität [X] ||| 0.00927803 1 ||| ||| 1.14976
+[X][X] criminal activity [X] ||| [X][X] Kriminalität [X] ||| 0.00927803 1 ||| ||| 1.14976
+[X][X] of criminal activity [X] ||| [X][X] Kriminalität [X] ||| 0.00927803 1 ||| ||| 1.14976
+[X][X] Kumar Ponnambalam , who [X] ||| [X][X] Kumar Ponnambalam , der [X] ||| 0.0278341 1 ||| ||| 0.130252
+[X][X] Kumar Ponnambalam [X] ||| [X][X] Kumar Ponnambalam [X] ||| 0.0278341 1 ||| ||| 0.426587
+[X][X] Kumar Ponnambalam [X][X] [X] ||| [X][X] Kumar Ponnambalam [X][X] [X] ||| 0.0278341 1 ||| ||| 0.130252
+[X][X] Lanka [X] ||| [X][X] Lanka [X] ||| 0.0278341 1 ||| ||| 0.924242
+[X][X] killings [X][X] Lanka [X] ||| [X][X] Lanka [X][X] Toten [X] ||| 0.0278341 1 ||| ||| 0.125
+[X][X] Lanka [X][X] [X] ||| [X][X] Lanka [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0357143
+[X][X] Lanka [X] ||| [X][X] Lanka zu [X] ||| 0.0278341 1 ||| ||| 0.375
+[X][X] Lanka [X][X] [X] ||| [X][X] Lanka zu [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0357143
+[X][X] Lanka [X] ||| [X][X] Lanka zu beklagen [X] ||| 0.0278341 1 ||| ||| 0.3
+[X][X] Lanka [X][X] [X] ||| [X][X] Lanka zu beklagen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0357143
+[X][X] Lanka was [X] ||| [X][X] Lanka zu beklagen gab , [X] ||| 0.0278341 1 ||| ||| 0.130952
+[X][X] Lanka was [X] ||| [X][X] Lanka zu beklagen gab , zählt [X] ||| 0.0278341 1 ||| ||| 0.111429
+[X][X] Lanka was Mr [X] ||| [X][X] Lanka zu beklagen gab , zählt auch Herr [X] ||| 0.0278341 1 ||| ||| 0.0357143
+[X][X] Lanka was [X] ||| [X][X] Lanka zu beklagen gab , zählt auch [X] ||| 0.0278341 1 ||| ||| 0.0625
+[X][X] Lanka was [X] ||| [X][X] Lanka zu beklagen gab [X] ||| 0.0278341 1 ||| ||| 0.158824
+[X][X] Lanka [X] ||| [X][X] Lanka übermitteln [X] ||| 0.0278341 1 ||| ||| 0.333333
+[X][X] Lanka [X][X] [X] ||| [X][X] Lanka übermitteln [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0526316
+[X][X] Lanka [X][X] [X] ||| [X][X] Lanka übermitteln [X][X] [X] ||| 0.0278341 1 ||| ||| 0.210207
+[X][X] Lanka [X][X] [X] ||| [X][X] Lanka übermitteln [X][X] würden , [X] ||| 0.0278341 1 ||| ||| 0.0526316
+[X][X] Lanka [X][X] [X] ||| [X][X] Lanka übermitteln [X][X] würden [X] ||| 0.0278341 1 ||| ||| 0.0666667
+[X][X] Lanka and [X] ||| [X][X] Lanka übermitteln und [X] ||| 0.0278341 1 ||| ||| 0.166667
+[X][X] Lanka and urging [X] ||| [X][X] Lanka übermitteln und sie auffordern [X] ||| 0.0278341 1 ||| ||| 0.0909091
+[X][X] Lanka and urging [X] ||| [X][X] Lanka übermitteln und sie auffordern würden , [X] ||| 0.0278341 1 ||| ||| 0.0526316
+[X][X] Lanka and urging [X] ||| [X][X] Lanka übermitteln und sie auffordern würden [X] ||| 0.0278341 1 ||| ||| 0.0666667
+[X][X] legislative proposal [X] ||| [X][X] Legislativvorschlag [X] ||| 0.0278341 1 ||| ||| 0.874415
+[X][X] countries [X] ||| [X][X] Ländern [X] ||| 0.0278341 1 ||| ||| 0.5
+[X][X] countries [X][X] European Union [X] ||| [X][X] Ländern [X][X] Europäischen Union [X] ||| 0.0278341 1 ||| ||| 0.0988235
+[X][X] countries [X][X] European [X] ||| [X][X] Ländern [X][X] Europäischen [X] ||| 0.0278341 1 ||| ||| 0.135965
+[X][X] countries [X][X] Union [X] ||| [X][X] Ländern [X][X] Union [X] ||| 0.0278341 1 ||| ||| 0.0988235
+[X][X] countries [X][X] [X] ||| [X][X] Ländern [X][X] [X] ||| 0.0278341 1 ||| ||| 0.431217
+[X][X] countries of the European [X] ||| [X][X] Ländern der Europäischen [X] ||| 0.0278341 1 ||| ||| 0.135965
+[X][X] countries of the [X] ||| [X][X] Ländern der [X] ||| 0.0278341 1 ||| ||| 0.196429
+[X][X] countries of the [X][X] [X] ||| [X][X] Ländern der [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0988235
+[X][X] reconciliation to [X] ||| [X][X] Lösung [X] ||| 0.0278341 1 ||| ||| 0.25
+[X][X] reconciliation to [X][X] situation [X] ||| [X][X] Lösung [X][X] Situation [X] ||| 0.0278341 1 ||| ||| 0.04
+[X][X] reconciliation to [X][X] [X] ||| [X][X] Lösung [X][X] [X] ||| 0.0278341 1 ||| ||| 0.189733
+[X][X] reconciliation to [X][X] difficult [X] ||| [X][X] Lösung [X][X] schwierigen [X] ||| 0.0278341 1 ||| ||| 0.0588235
+[X][X] reconciliation to a [X] ||| [X][X] Lösung dieser [X] ||| 0.0278341 1 ||| ||| 0.142857
+[X][X] reconciliation to a [X][X] [X] ||| [X][X] Lösung dieser [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0988235
+[X][X] reconciliation to a very [X] ||| [X][X] Lösung dieser sehr [X] ||| 0.0278341 1 ||| ||| 0.0909091
+[X][X] man who [X] ||| [X][X] Mannes [X] ||| 0.013917 1 ||| ||| 0.333334
+[X][X] year-old man who [X] ||| [X][X] Mannes [X] ||| 0.013917 1 ||| ||| 0.333334
+[X][X] Member , Mr Zimeray [X] ||| [X][X] Mitglieds , Herrn Zimeray [X] ||| 0.0278341 1 ||| ||| 0.137135
+[X][X] Member , Mr [X] ||| [X][X] Mitglieds , Herrn [X] ||| 0.0229948 1 ||| ||| 0.239652
+the [X][X] Member , Mr [X] ||| [X][X] Mitglieds , Herrn [X] ||| 0.00483934 1 ||| ||| 0.239652
+[X][X] Member , Mr [X][X] [X] ||| [X][X] Mitglieds , Herrn [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0854686
+[X][X] Member , [X] ||| [X][X] Mitglieds , [X] ||| 0.0232174 1 ||| ||| 0.376812
+the [X][X] Member , [X] ||| [X][X] Mitglieds , [X] ||| 0.00461671 1 ||| ||| 0.376812
+[X][X] Member , [X][X] , [X] ||| [X][X] Mitglieds , [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0854686
+[X][X] Member , [X][X] [X] ||| [X][X] Mitglieds , [X][X] [X] ||| 0.0225519 1 ||| ||| 0.274743
+the [X][X] Member , [X][X] [X] ||| [X][X] Mitglieds , [X][X] [X] ||| 0.00528218 1 ||| ||| 0.274743
+[X][X] Member [X] ||| [X][X] Mitglieds [X] ||| 0.023563 1 ||| ||| 0.651681
+the [X][X] Member [X] ||| [X][X] Mitglieds [X] ||| 0.00427112 1 ||| ||| 0.651681
+[X][X] Member [X][X] , [X] ||| [X][X] Mitglieds [X][X] , [X] ||| 0.0219874 1 ||| ||| 0.108196
+the [X][X] Member [X][X] , [X] ||| [X][X] Mitglieds [X][X] , [X] ||| 0.00584675 1 ||| ||| 0.108196
+[X][X] Member [X][X] Zimeray , [X] ||| [X][X] Mitglieds [X][X] Zimeray , [X] ||| 0.0278341 1 ||| ||| 0.0854686
+[X][X] Member [X][X] Zimeray [X] ||| [X][X] Mitglieds [X][X] Zimeray [X] ||| 0.0229187 1 ||| ||| 0.166547
+the [X][X] Member [X][X] Zimeray [X] ||| [X][X] Mitglieds [X][X] Zimeray [X] ||| 0.00491544 1 ||| ||| 0.166547
+[X][X] Member [X][X] [X] ||| [X][X] Mitglieds [X][X] [X] ||| 0.0227582 1 ||| ||| 0.514395
+the [X][X] Member [X][X] [X] ||| [X][X] Mitglieds [X][X] [X] ||| 0.00507586 1 ||| ||| 0.514395
+[X][X] months ago [X] ||| [X][X] Monaten [X] ||| 0.0278341 1 ||| ||| 0.905079
+visited [X][X] months ago [X] ||| [X][X] Monaten einen Besuch [X] ||| 0.0278341 1 ||| ||| 0.0357143
+visited [X][X] months ago [X] ||| [X][X] Monaten einen Besuch abgestattet [X] ||| 0.0278341 1 ||| ||| 0.0357143
+[X][X] months ago [X] ||| [X][X] Monaten einen [X] ||| 0.0278341 1 ||| ||| 0.663848
+[X][X] Nikitin . [X] ||| [X][X] Nikitin . [X] ||| 0.0278341 1 ||| ||| 0.370331
+[X][X] Nikitin [X] ||| [X][X] Nikitin [X] ||| 0.116569 1 ||| ||| 3.51153
+[X][X] Nikitin to [X] ||| [X][X] Nikitin [X] ||| 0.00560658 1 ||| ||| 3.51153
+[X][X] Nikitin to be [X] ||| [X][X] Nikitin [X] ||| 0.00447318 1 ||| ||| 3.51153
+[X][X] Nikitin to be accused [X] ||| [X][X] Nikitin [X] ||| 0.00431465 1 ||| ||| 3.51153
+[X][X] the victims [X] ||| [X][X] Opfern [X] ||| 0.00569825 1 ||| ||| 2.68713
+[X][X] victims [X] ||| [X][X] Opfern [X] ||| 0.00915101 1 ||| ||| 2.68713
+behalf [X][X] the victims [X] ||| [X][X] Opfern [X] ||| 0.00147975 1 ||| ||| 2.68713
+behalf [X][X] victims [X] ||| [X][X] Opfern [X] ||| 0.00147975 1 ||| ||| 2.68713
+behalf of [X][X] victims [X] ||| [X][X] Opfern [X] ||| 0.00147975 1 ||| ||| 2.68713
+of [X][X] victims [X] ||| [X][X] Opfern [X] ||| 0.00207166 1 ||| ||| 2.68713
+on [X][X] the victims [X] ||| [X][X] Opfern [X] ||| 0.00129479 1 ||| ||| 2.68713
+on [X][X] victims [X] ||| [X][X] Opfern [X] ||| 0.00129479 1 ||| ||| 2.68713
+on behalf [X][X] the victims [X] ||| [X][X] Opfern [X] ||| 0.00129479 1 ||| ||| 2.68713
+on behalf [X][X] victims [X] ||| [X][X] Opfern [X] ||| 0.00129479 1 ||| ||| 2.68713
+on behalf of [X][X] victims [X] ||| [X][X] Opfern [X] ||| 0.00129479 1 ||| ||| 2.68713
+[X][X] House [X] ||| [X][X] Parlament [X] ||| 0.00671068 1 ||| ||| 1.38258
+[X][X] Parliament [X] ||| [X][X] Parlament [X] ||| 0.183214 1 ||| ||| 1.38258
+[X][X] Parliament [X][X] . [X] ||| [X][X] Parlament [X][X] . [X] ||| 0.013917 1 ||| ||| 0.122711
+[X][X] Parliament [X][X] interest . [X] ||| [X][X] Parlament [X][X] . [X] ||| 0.013917 1 ||| ||| 0.122711
+visited [X][X] Parliament [X][X] [X] ||| [X][X] Parlament [X][X] Besuch [X] ||| 0.0278341 1 ||| ||| 0.0357143
+visited [X][X] Parliament [X][X] [X] ||| [X][X] Parlament [X][X] Besuch abgestattet [X] ||| 0.0278341 1 ||| ||| 0.0357143
+[X][X] Parliament [X][X] months ago [X] ||| [X][X] Parlament [X][X] Monaten [X] ||| 0.0278341 1 ||| ||| 0.04
+[X][X] Parliament [X][X] months ago [X] ||| [X][X] Parlament [X][X] Monaten einen [X] ||| 0.0278341 1 ||| ||| 0.0238095
+[X][X] House [X][X] [X] ||| [X][X] Parlament [X][X] [X] ||| 0.00514781 1 ||| ||| 1.31312
+[X][X] Parliament [X][X] [X] ||| [X][X] Parlament [X][X] [X] ||| 0.0151872 1 ||| ||| 1.31312
+[X][X] Parliament [X][X] an [X] ||| [X][X] Parlament [X][X] [X] ||| 0.00212611 1 ||| ||| 1.31312
+[X][X] Parliament [X][X] an interest [X] ||| [X][X] Parlament [X][X] [X] ||| 0.00178598 1 ||| ||| 1.31312
+[X][X] Parliament [X][X] interest [X] ||| [X][X] Parlament [X][X] [X] ||| 0.00178598 1 ||| ||| 1.31312
+[X][X] Parliament [X][X] of [X] ||| [X][X] Parlament [X][X] [X] ||| 0.000623439 1 ||| ||| 1.31312
+[X][X] Parliament [X][X] of the [X] ||| [X][X] Parlament [X][X] [X] ||| 0.000588803 1 ||| ||| 1.31312
+[X][X] Parliament [X][X] the [X] ||| [X][X] Parlament [X][X] [X] ||| 0.000588803 1 ||| ||| 1.31312
+[X][X] Parliament [X][X] the [X] ||| [X][X] Parlament [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.047619
+[X][X] Parliament [X][X] the whole [X] ||| [X][X] Parlament [X][X] der gesamten [X] ||| 0.0278341 1 ||| ||| 0.0357143
+visited [X][X] Parliament [X][X] [X] ||| [X][X] Parlament [X][X] einen Besuch [X] ||| 0.0278341 1 ||| ||| 0.0357143
+visited [X][X] Parliament [X][X] [X] ||| [X][X] Parlament [X][X] einen Besuch abgestattet [X] ||| 0.0278341 1 ||| ||| 0.0357143
+[X][X] Parliament [X][X] [X] ||| [X][X] Parlament [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.0238095
+[X][X] House [X][X] a [X] ||| [X][X] Parlament [X][X] einer [X] ||| 0.0278341 1 ||| ||| 0.1
+[X][X] Parliament [X][X] whole [X] ||| [X][X] Parlament [X][X] gesamten [X] ||| 0.0152639 1 ||| ||| 0.0651261
+[X][X] Parliament [X][X] whole of [X] ||| [X][X] Parlament [X][X] gesamten [X] ||| 0.0125702 1 ||| ||| 0.0651261
+[X][X] Parliament has [X][X] . [X] ||| [X][X] Parlament [X][X] hat . [X] ||| 0.0278341 1 ||| ||| 0.0613553
+[X][X] Parliament has [X][X] [X] ||| [X][X] Parlament [X][X] hat [X] ||| 0.0178845 1 ||| ||| 0.516306
+[X][X] Parliament has [X][X] an [X] ||| [X][X] Parlament [X][X] hat [X] ||| 0.00540734 1 ||| ||| 0.516306
+[X][X] Parliament has [X][X] interest [X] ||| [X][X] Parlament [X][X] hat [X] ||| 0.0045423 1 ||| ||| 0.516306
+[X][X] House rose and observed [X] ||| [X][X] Parlament erhebt sich zu [X] ||| 0.0278341 1 ||| ||| 0.142857
+[X][X] Parliament just [X] ||| [X][X] Parlament erst [X] ||| 0.0278341 1 ||| ||| 0.166667
+visited [X][X] Parliament just [X][X] [X] ||| [X][X] Parlament erst [X][X] Besuch [X] ||| 0.0278341 1 ||| ||| 0.0357143
+visited [X][X] Parliament just [X][X] [X] ||| [X][X] Parlament erst [X][X] Besuch abgestattet [X] ||| 0.0278341 1 ||| ||| 0.0357143
+[X][X] Parliament just [X][X] [X] ||| [X][X] Parlament erst [X][X] [X] ||| 0.0278341 1 ||| ||| 0.111429
+visited [X][X] Parliament just [X][X] [X] ||| [X][X] Parlament erst [X][X] einen Besuch [X] ||| 0.0278341 1 ||| ||| 0.0357143
+visited [X][X] Parliament just [X][X] [X] ||| [X][X] Parlament erst [X][X] einen Besuch abgestattet [X] ||| 0.0278341 1 ||| ||| 0.0357143
+[X][X] Parliament just [X][X] [X] ||| [X][X] Parlament erst [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.0238095
+[X][X] Parliament just [X] ||| [X][X] Parlament erst vor [X] ||| 0.0278341 1 ||| ||| 0.125
+visited [X][X] Parliament just [X][X] [X] ||| [X][X] Parlament erst vor [X][X] Besuch [X] ||| 0.0278341 1 ||| ||| 0.0357143
+visited [X][X] Parliament just [X][X] [X] ||| [X][X] Parlament erst vor [X][X] Besuch abgestattet [X] ||| 0.0278341 1 ||| ||| 0.0357143
+[X][X] Parliament just [X][X] [X] ||| [X][X] Parlament erst vor [X][X] [X] ||| 0.0278341 1 ||| ||| 0.111429
+visited [X][X] Parliament just [X][X] [X] ||| [X][X] Parlament erst vor [X][X] einen Besuch [X] ||| 0.0278341 1 ||| ||| 0.0357143
+visited [X][X] Parliament just [X][X] [X] ||| [X][X] Parlament erst vor [X][X] einen Besuch abgestattet [X] ||| 0.0278341 1 ||| ||| 0.0357143
+[X][X] Parliament just [X][X] [X] ||| [X][X] Parlament erst vor [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.0238095
+[X][X] Parliament just a few [X] ||| [X][X] Parlament erst vor wenigen [X] ||| 0.0278341 1 ||| ||| 0.047619
+[X][X] Parliament has consistently shown [X] ||| [X][X] Parlament immer wieder befaßt hat [X] ||| 0.0278341 1 ||| ||| 0.147186
+[X][X] Parliament and [X] ||| [X][X] Parlament und [X] ||| 0.0278341 1 ||| ||| 0.125
+[X][X] Parliament and [X][X] [X] ||| [X][X] Parlament und [X][X] [X] ||| 0.0197829 1 ||| ||| 0.197713
+[X][X] Parliament and [X][X] of [X] ||| [X][X] Parlament und [X][X] [X] ||| 0.00414061 1 ||| ||| 0.197713
+[X][X] Parliament and [X][X] the [X] ||| [X][X] Parlament und [X][X] [X] ||| 0.00391058 1 ||| ||| 0.197713
+[X][X] Parliament and [X][X] whole [X] ||| [X][X] Parlament und [X][X] gesamten [X] ||| 0.0278341 1 ||| ||| 0.0357143
+[X][X] Parliament and by [X] ||| [X][X] Parlament und von [X] ||| 0.0278341 1 ||| ||| 0.0714286
+[X][X] Parliament and by [X][X] [X] ||| [X][X] Parlament und von [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0929038
+[X][X] Parliament and by the [X] ||| [X][X] Parlament und von der [X] ||| 0.0278341 1 ||| ||| 0.047619
+[X][X] Parliament , [X] ||| [X][X] Parlaments [X] ||| 0.0057699 1 ||| ||| 1.12769
+[X][X] Parliament , a [X] ||| [X][X] Parlaments [X] ||| 0.00464113 1 ||| ||| 1.12769
+[X][X] Parliament , a date [X] ||| [X][X] Parlaments [X] ||| 0.00464113 1 ||| ||| 1.12769
+[X][X] Parliament [X] ||| [X][X] Parlaments [X] ||| 0.0127819 1 ||| ||| 1.12769
+, [X][X] positions [X] ||| [X][X] Position , [X] ||| 0.0129892 1 ||| ||| 0.133929
+indeed , [X][X] positions [X] ||| [X][X] Position , [X] ||| 0.0148449 1 ||| ||| 0.133929
+, [X][X] positions [X] ||| [X][X] Position , die [X] ||| 0.0154634 1 ||| ||| 0.1125
+indeed , [X][X] positions [X] ||| [X][X] Position , die [X] ||| 0.0123707 1 ||| ||| 0.1125
+[X][X] positions [X] ||| [X][X] Position [X] ||| 0.0278341 1 ||| ||| 0.58259
+[X][X] press [X] ||| [X][X] Presse [X] ||| 0.0278341 1 ||| ||| 0.333333
+[X][X] press [X][X] [X] ||| [X][X] Presse [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0909091
+aware [X][X] press [X][X] that [X] ||| [X][X] Presse [X][X] wissen , [X] ||| 0.0278341 1 ||| ||| 0.125
+aware [X][X] press [X][X] [X] ||| [X][X] Presse [X][X] wissen [X] ||| 0.0278341 1 ||| ||| 0.0909091
+[X][X] press and [X] ||| [X][X] Presse und [X] ||| 0.0278341 1 ||| ||| 0.166667
+[X][X] press and television [X] ||| [X][X] Presse und dem Fernsehen [X] ||| 0.0278341 1 ||| ||| 0.0909091
+aware [X][X] press and television [X] ||| [X][X] Presse und dem Fernsehen wissen [X] ||| 0.0278341 1 ||| ||| 0.0909091
+[X][X] President , [X] ||| [X][X] Präsidentin , [X] ||| 0.0278341 1 ||| ||| 0.399912
+[X][X] President , [X] ||| [X][X] Präsidentin , der [X] ||| 0.0278341 1 ||| ||| 0.273201
+[X][X] President [X] ||| [X][X] Präsidentin [X] ||| 0.0278341 1 ||| ||| 0.729545
+[X][X] President [X] ||| [X][X] Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.747765
+[X][X] President [X][X] Governor [X] ||| [X][X] Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 0.013917 1 ||| ||| 0.25946
+[X][X] President [X][X] the Governor [X] ||| [X][X] Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 0.013917 1 ||| ||| 0.25946
+[X][X] President [X][X] Governor of [X] ||| [X][X] Präsidentschaftskandidaten [X][X] Gouverneur von [X] ||| 0.0278341 1 ||| ||| 0.0689755
+[X][X] President [X][X] [X] ||| [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 0.0210044 1 ||| ||| 0.903577
+[X][X] President [X][X] the [X] ||| [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 0.00682972 1 ||| ||| 0.903577
+[X][X] President [X][X] of [X] ||| [X][X] Präsidentschaftskandidaten [X][X] von [X] ||| 0.0278341 1 ||| ||| 0.0689755
+[X][X] President and [X] ||| [X][X] Präsidentschaftskandidaten und [X] ||| 0.012639 1 ||| ||| 0.885041
+[X][X] President and to [X] ||| [X][X] Präsidentschaftskandidaten und [X] ||| 0.00822231 1 ||| ||| 0.885041
+[X][X] President and to the [X] ||| [X][X] Präsidentschaftskandidaten und [X] ||| 0.00697276 1 ||| ||| 0.885041
+[X][X] President and [X][X] [X] ||| [X][X] Präsidentschaftskandidaten und [X][X] [X] ||| 0.013917 1 ||| ||| 0.39741
+[X][X] President and to [X][X] [X] ||| [X][X] Präsidentschaftskandidaten und [X][X] [X] ||| 0.013917 1 ||| ||| 0.39741
+[X][X] President and [X][X] of [X] ||| [X][X] Präsidentschaftskandidaten und [X][X] von [X] ||| 0.0278341 1 ||| ||| 0.0689755
+[X][X] of quota penalties [X] ||| [X][X] Quotenstrafe belegt [X] ||| 0.00742242 1 ||| ||| 0.535714
+[X][X] quota penalties [X] ||| [X][X] Quotenstrafe belegt [X] ||| 0.0204117 1 ||| ||| 0.535714
+[X][X] of quota penalties [X][X] [X] ||| [X][X] Quotenstrafe belegt [X][X] [X] ||| 0.00824714 1 ||| ||| 0.306818
+[X][X] quota penalties [X][X] [X] ||| [X][X] Quotenstrafe belegt [X][X] [X] ||| 0.019587 1 ||| ||| 0.306818
+[X][X] quota penalties should be [X] ||| [X][X] Quotenstrafe belegt werden sollen [X] ||| 0.0278341 1 ||| ||| 0.215909
+[X][X] right [X] ||| [X][X] Recht [X] ||| 0.0278341 1 ||| ||| 0.5
+is [X][X] right . [X] ||| [X][X] Recht ist . [X] ||| 0.0278341 1 ||| ||| 0.166667
+is [X][X] right [X] ||| [X][X] Recht ist [X] ||| 0.0278341 1 ||| ||| 0.2
+[X][X] legal principle [X] ||| [X][X] Rechtsgrundsatz [X] ||| 0.0225181 1 ||| ||| 0.747982
+is [X][X] legal principle [X] ||| [X][X] Rechtsgrundsatz [X] ||| 0.00531603 1 ||| ||| 0.747982
+[X][X] legal principle [X][X] [X] ||| [X][X] Rechtsgrundsatz [X][X] [X] ||| 0.0217196 1 ||| ||| 0.991876
+is [X][X] legal principle [X][X] [X] ||| [X][X] Rechtsgrundsatz [X][X] [X] ||| 0.00611453 1 ||| ||| 0.991876
+[X][X] legal principle [X][X] common [X] ||| [X][X] Rechtsgrundsatz [X][X] gemeinsamen [X] ||| 0.0278341 1 ||| ||| 0.250216
+[X][X] legal principle [X][X] and [X] ||| [X][X] Rechtsgrundsatz [X][X] und [X] ||| 0.0278341 1 ||| ||| 0.05
+[X][X] legal principle of the [X] ||| [X][X] Rechtsgrundsatz der [X] ||| 0.0278341 1 ||| ||| 0.351544
+[X][X] minute ' s silence [X] ||| [X][X] Schweigeminute . [X] ||| 0.0278341 1 ||| ||| 0.592857
+[X][X] minute ' s silence [X] ||| [X][X] Schweigeminute zu erheben [X] ||| 0.0278341 1 ||| ||| 0.833333
+[X][X] you , Madam President [X] ||| [X][X] Sie , Frau Präsidentin [X] ||| 0.0278341 1 ||| ||| 0.0719697
+[X][X] you , Madam [X] ||| [X][X] Sie , Frau [X] ||| 0.0278341 1 ||| ||| 0.111429
+[X][X] you , Madam [X][X] [X] ||| [X][X] Sie , Frau [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0708499
+[X][X] you , Madam [X][X] [X] ||| [X][X] Sie , Frau [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0181818
+[X][X] you , [X] ||| [X][X] Sie , [X] ||| 0.0278341 1 ||| ||| 0.1875
+[X][X] you , [X][X] , [X] ||| [X][X] Sie , [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0526681
+[X][X] you , [X][X] , [X] ||| [X][X] Sie , [X][X] , der [X] ||| 0.0278341 1 ||| ||| 0.0181818
+[X][X] you , [X][X] [X] ||| [X][X] Sie , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.14282
+[X][X] you , [X][X] [X] ||| [X][X] Sie , [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0181818
+[X][X] you [X] ||| [X][X] Sie [X] ||| 0.229521 1 ||| ||| 1.44939
+the [X][X] you [X] ||| [X][X] Sie [X] ||| 0.00137172 1 ||| ||| 1.44939
+[X][X] you [X][X] , [X] ||| [X][X] Sie [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0871509
+[X][X] you [X][X] , [X] ||| [X][X] Sie [X][X] , der [X] ||| 0.0278341 1 ||| ||| 0.0181818
+[X][X] you [X][X] President , [X] ||| [X][X] Sie [X][X] Präsidentin , [X] ||| 0.0278341 1 ||| ||| 0.0526681
+[X][X] you [X][X] President , [X] ||| [X][X] Sie [X][X] Präsidentin , der [X] ||| 0.0278341 1 ||| ||| 0.0181818
+[X][X] you [X][X] President [X] ||| [X][X] Sie [X][X] Präsidentin [X] ||| 0.0278341 1 ||| ||| 0.0719697
+[X][X] you [X][X] President [X] ||| [X][X] Sie [X][X] Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.0163934
+[X][X] you [X][X] [X] ||| [X][X] Sie [X][X] [X] ||| 0.0267577 1 ||| ||| 0.861934
+the [X][X] you [X][X] [X] ||| [X][X] Sie [X][X] [X] ||| 0.00107642 1 ||| ||| 0.861934
+[X][X] draw your attention [X][X] [X] ||| [X][X] Sie [X][X] aufmerksam machen , [X] ||| 0.0278341 1 ||| ||| 0.253968
+[X][X] draw your attention [X][X] [X] ||| [X][X] Sie [X][X] aufmerksam machen [X] ||| 0.0278341 1 ||| ||| 0.366667
+[X][X] you [X][X] to [X] ||| [X][X] Sie [X][X] bei [X] ||| 0.0278341 1 ||| ||| 0.0661201
+[X][X] you [X][X] to the [X] ||| [X][X] Sie [X][X] bei dem [X] ||| 0.0278341 1 ||| ||| 0.0353335
+[X][X] you [X][X] the President [X] ||| [X][X] Sie [X][X] dem Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.0163934
+[X][X] you [X][X] the [X] ||| [X][X] Sie [X][X] dem [X] ||| 0.0278341 1 ||| ||| 0.0353335
+[X][X] you [X][X] [X] ||| [X][X] Sie [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0181818
+[X][X] you represent , [X] ||| [X][X] Sie vertreten , [X] ||| 0.0278341 1 ||| ||| 0.12335
+[X][X] you represent , [X][X] [X] ||| [X][X] Sie vertreten , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.051727
+[X][X] you represent , to [X] ||| [X][X] Sie vertreten , bei [X] ||| 0.0278341 1 ||| ||| 0.0661201
+[X][X] you represent [X] ||| [X][X] Sie vertreten [X] ||| 0.0278341 1 ||| ||| 0.207519
+[X][X] you represent [X][X] President [X] ||| [X][X] Sie vertreten [X][X] Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.0163934
+[X][X] you represent [X][X] [X] ||| [X][X] Sie vertreten [X][X] [X] ||| 0.0278341 1 ||| ||| 0.117847
+[X][X] you represent [X][X] the [X] ||| [X][X] Sie vertreten [X][X] dem [X] ||| 0.0278341 1 ||| ||| 0.0353335
+[X][X] you wish , [X] ||| [X][X] Sie wollen , [X] ||| 0.0240757 1 ||| ||| 0.246861
+the [X][X] you wish , [X] ||| [X][X] Sie wollen , [X] ||| 0.0037584 1 ||| ||| 0.246861
+[X][X] you wish , [X][X] [X] ||| [X][X] Sie wollen , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.119628
+[X][X] you wish [X] ||| [X][X] Sie wollen [X] ||| 0.0244542 1 ||| ||| 0.392157
+the [X][X] you wish [X] ||| [X][X] Sie wollen [X] ||| 0.00337985 1 ||| ||| 0.392157
+[X][X] you wish [X][X] , [X] ||| [X][X] Sie wollen [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0344828
+[X][X] you wish [X][X] [X] ||| [X][X] Sie wollen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.119628
+[X][X] keeping with [X] ||| [X][X] Sinne [X] ||| 0.0278341 1 ||| ||| 0.446429
+, [X][X] keeping with [X][X] [X] ||| [X][X] Sinne [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0625
+, [X][X] keeping with [X][X] [X] ||| [X][X] Sinne [X][X] , die [X] ||| 0.0278341 1 ||| ||| 0.0625
+[X][X] keeping with [X][X] [X] ||| [X][X] Sinne [X][X] [X] ||| 0.0278341 1 ||| ||| 0.189733
+[X][X] keeping with the positions [X] ||| [X][X] Sinne der Position [X] ||| 0.0278341 1 ||| ||| 0.189733
+[X][X] keeping with the [X] ||| [X][X] Sinne der [X] ||| 0.0278341 1 ||| ||| 0.278822
+[X][X] situation [X] ||| [X][X] Situation [X] ||| 0.0278341 1 ||| ||| 0.66406
+[X][X] session [X] ||| [X][X] Sitzungsperiode [X] ||| 0.0278341 1 ||| ||| 0.75
+[X][X] Sri Lanka [X] ||| [X][X] Sri Lanka [X] ||| 0.0278341 1 ||| ||| 0.257576
+[X][X] Sri Lanka [X] ||| [X][X] Sri Lanka zu [X] ||| 0.0278341 1 ||| ||| 0.125
+[X][X] Sri Lanka [X] ||| [X][X] Sri Lanka zu beklagen [X] ||| 0.0278341 1 ||| ||| 0.1
+[X][X] Sri Lanka was [X] ||| [X][X] Sri Lanka zu beklagen gab , [X] ||| 0.0278341 1 ||| ||| 0.047619
+[X][X] Sri Lanka was [X] ||| [X][X] Sri Lanka zu beklagen gab , zählt [X] ||| 0.0278341 1 ||| ||| 0.04
+[X][X] Sri Lanka was [X] ||| [X][X] Sri Lanka zu beklagen gab [X] ||| 0.0278341 1 ||| ||| 0.0588235
+[X][X] Sri [X] ||| [X][X] Sri [X] ||| 0.0255319 1 ||| ||| 0.930037
+of [X][X] Sri [X] ||| [X][X] Sri [X] ||| 0.00230215 1 ||| ||| 0.930037
+[X][X] Sri [X][X] [X] ||| [X][X] Sri [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.047619
+[X][X] Sri [X][X] [X] ||| [X][X] Sri [X][X] , zählt [X] ||| 0.0278341 1 ||| ||| 0.04
+[X][X] Sri [X][X] [X] ||| [X][X] Sri [X][X] [X] ||| 0.0278341 1 ||| ||| 0.146443
+[X][X] Sri [X][X] [X] ||| [X][X] Sri [X][X] zählt [X] ||| 0.0278341 1 ||| ||| 0.04
+[X][X] public prosecutor [X] ||| [X][X] Staatsanwalt [X] ||| 0.0278341 1 ||| ||| 0.45
+[X][X] public prosecutor [X][X] . [X] ||| [X][X] Staatsanwalt [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.112121
+[X][X] public prosecutor [X][X] [X] ||| [X][X] Staatsanwalt [X][X] [X] ||| 0.0278341 1 ||| ||| 0.2446
+[X][X] public prosecutor is appealing [X] ||| [X][X] Staatsanwalt in Berufung geht [X] ||| 0.0278341 1 ||| ||| 0.132479
+[X][X] public prosecutor [X] ||| [X][X] Staatsanwalt in [X] ||| 0.0278341 1 ||| ||| 0.309524
+[X][X] public prosecutor [X][X] . [X] ||| [X][X] Staatsanwalt in [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.112121
+[X][X] public prosecutor [X][X] [X] ||| [X][X] Staatsanwalt in [X][X] [X] ||| 0.0278341 1 ||| ||| 0.2446
+[X][X] stability [X] ||| [X][X] Stabilität [X] ||| 0.182144 1 ||| ||| 1.78562
+[X][X] stability is [X] ||| [X][X] Stabilität [X] ||| 0.00683402 1 ||| ||| 1.78562
+[X][X] stability [X][X] legal principle [X] ||| [X][X] Stabilität [X][X] Rechtsgrundsatz [X] ||| 0.0278341 1 ||| ||| 0.090839
+[X][X] stability [X][X] [X] ||| [X][X] Stabilität [X][X] [X] ||| 0.0181063 1 ||| ||| 0.800687
+[X][X] stability is [X][X] [X] ||| [X][X] Stabilität [X][X] [X] ||| 0.00972777 1 ||| ||| 0.800687
+[X][X] stability [X][X] of the [X] ||| [X][X] Stabilität [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0333333
+[X][X] stability [X][X] fundamental [X] ||| [X][X] Stabilität [X][X] elementaren [X] ||| 0.0278341 1 ||| ||| 0.15566
+[X][X] stability is a [X] ||| [X][X] Stabilität einen [X] ||| 0.0278341 1 ||| ||| 0.241022
+[X][X] stability is a [X][X] [X] ||| [X][X] Stabilität einen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.124172
+[X][X] stability is a fundamental [X] ||| [X][X] Stabilität einen elementaren [X] ||| 0.0278341 1 ||| ||| 0.15566
+done [X][X] stability [X] ||| [X][X] Stabilität verhängt [X] ||| 0.0278341 1 ||| ||| 0.0666667
+be done [X][X] stability . [X] ||| [X][X] Stabilität verhängt werden . [X] ||| 0.0278341 1 ||| ||| 0.125
+be done [X][X] stability [X] ||| [X][X] Stabilität verhängt werden [X] ||| 0.0278341 1 ||| ||| 0.0666667
+says [X][X] [X] ||| [X][X] Strafen [X] ||| 0.0278341 1 ||| ||| 0.75
+[X][X] few days , [X] ||| [X][X] Tagen [X] ||| 0.012301 1 ||| ||| 0.703968
+[X][X] few days [X] ||| [X][X] Tagen [X] ||| 0.0155331 1 ||| ||| 0.703968
+[X][X] part-session [X] ||| [X][X] Tagung [X] ||| 0.181064 1 ||| ||| 2
+with [X][X] part-session [X] ||| [X][X] Tagung [X] ||| 0.00695852 1 ||| ||| 2
+[X][X] part-session [X][X] European Parliament [X] ||| [X][X] Tagung [X][X] Europäischen Parlaments [X] ||| 0.0278341 1 ||| ||| 0.125
+[X][X] part-session [X][X] European [X] ||| [X][X] Tagung [X][X] Europäischen [X] ||| 0.0205093 1 ||| ||| 0.422222
+with [X][X] part-session [X][X] European [X] ||| [X][X] Tagung [X][X] Europäischen [X] ||| 0.00732476 1 ||| ||| 0.422222
+[X][X] part-session [X][X] Parliament [X] ||| [X][X] Tagung [X][X] Parlaments [X] ||| 0.0278341 1 ||| ||| 0.125
+[X][X] part-session [X][X] [X] ||| [X][X] Tagung [X][X] [X] ||| 0.0214647 1 ||| ||| 1.21389
+with [X][X] part-session [X][X] [X] ||| [X][X] Tagung [X][X] [X] ||| 0.00636936 1 ||| ||| 1.21389
+[X][X] part-session of the European [X] ||| [X][X] Tagung des Europäischen [X] ||| 0.0278341 1 ||| ||| 0.311111
+[X][X] part-session of the [X] ||| [X][X] Tagung des [X] ||| 0.0208756 1 ||| ||| 0.666667
+with [X][X] part-session of the [X] ||| [X][X] Tagung des [X] ||| 0.00695854 1 ||| ||| 0.666667
+[X][X] part-session of the [X][X] [X] ||| [X][X] Tagung des [X][X] [X] ||| 0.0278341 1 ||| ||| 0.125
+[X][X] Texas , Mr Bush [X] ||| [X][X] Texas , George W. Bush [X] ||| 0.0278341 1 ||| ||| 0.446399
+[X][X] Texas , Mr [X] ||| [X][X] Texas , George W. [X] ||| 0.0194824 1 ||| ||| 1.03157
+the [X][X] Texas , Mr [X] ||| [X][X] Texas , George W. [X] ||| 0.00449705 1 ||| ||| 1.03157
+to [X][X] Texas , Mr [X] ||| [X][X] Texas , George W. [X] ||| 0.00385461 1 ||| ||| 1.03157
+[X][X] Texas , Mr [X][X] [X] ||| [X][X] Texas , George W. [X][X] [X] ||| 0.0278341 1 ||| ||| 0.467399
+[X][X] Texas [X] ||| [X][X] Texas [X] ||| 0.0278341 1 ||| ||| 0.333333
+[X][X] killings [X] ||| [X][X] Toten [X] ||| 0.0207491 1 ||| ||| 1.30952
+of [X][X] killings [X] ||| [X][X] Toten [X] ||| 0.00708504 1 ||| ||| 1.30952
+, [X][X] environmental information [X] ||| [X][X] Umweltinformationen [X] ||| 0.00627836 1 ||| ||| 0.633333
+[X][X] environmental information [X] ||| [X][X] Umweltinformationen [X] ||| 0.0215557 1 ||| ||| 0.633333
+[X][X] environmental information [X][X] . [X] ||| [X][X] Umweltinformationen [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.145833
+, [X][X] environmental information [X][X] [X] ||| [X][X] Umweltinformationen [X][X] [X] ||| 0.00858895 1 ||| ||| 0.41859
+[X][X] environmental information [X][X] [X] ||| [X][X] Umweltinformationen [X][X] [X] ||| 0.0192452 1 ||| ||| 0.41859
+[X][X] environmental information is [X][X] [X] ||| [X][X] Umweltinformationen [X][X] ist [X] ||| 0.0278341 1 ||| ||| 0.14359
+[X][X] Community [X] ||| [X][X] Union [X] ||| 0.132814 1 ||| ||| 2.03601
+[X][X] Union [X] ||| [X][X] Union [X] ||| 0.00796452 1 ||| ||| 2.03601
+of [X][X] Community [X] ||| [X][X] Union [X] ||| 0.00455696 1 ||| ||| 2.03601
+[X][X] inadmissibility . [X] ||| [X][X] Unzulässigkeit geben ? [X] ||| 0.0278341 1 ||| ||| 0.310207
+[X][X] inadmissibility [X] ||| [X][X] Unzulässigkeit geben [X] ||| 0.0278341 1 ||| ||| 0.643541
+[X][X] condemned person [X] ||| [X][X] Verurteilten [X] ||| 0.0278341 1 ||| ||| 0.513095
+[X][X] proposal to subvert it [X] ||| [X][X] Vorschlag , diesen zu unterlaufen , [X] ||| 0.0278341 1 ||| ||| 0.136364
+[X][X] proposal to subvert it [X] ||| [X][X] Vorschlag , diesen zu unterlaufen [X] ||| 0.0278341 1 ||| ||| 0.285014
+[X][X] proposal [X] ||| [X][X] Vorschlag [X] ||| 0.0278341 1 ||| ||| 0.65049
+[X][X] proposal [X][X] [X] ||| [X][X] Vorschlag [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.136364
+[X][X] proposal [X][X] [X] ||| [X][X] Vorschlag [X][X] [X] ||| 0.0278341 1 ||| ||| 0.421378
+[X][X] do [X][X] suggested . [X] ||| [X][X] Vorschlag [X][X] folgen . [X] ||| 0.0278341 1 ||| ||| 0.104278
+[X][X] do [X][X] has suggested [X] ||| [X][X] Vorschlag [X][X] folgen [X] ||| 0.013917 1 ||| ||| 0.18
+[X][X] do [X][X] suggested [X] ||| [X][X] Vorschlag [X][X] folgen [X] ||| 0.013917 1 ||| ||| 0.18
+[X][X] as Mr [X][X] suggested [X] ||| [X][X] Vorschlag von Herrn [X][X] folgen [X] ||| 0.0278341 1 ||| ||| 0.09
+[X][X] as [X][X] suggested . [X] ||| [X][X] Vorschlag von [X][X] folgen . [X] ||| 0.0278341 1 ||| ||| 0.104278
+[X][X] as [X][X] has suggested [X] ||| [X][X] Vorschlag von [X][X] folgen [X] ||| 0.00927803 1 ||| ||| 0.27
+[X][X] as [X][X] suggested [X] ||| [X][X] Vorschlag von [X][X] folgen [X] ||| 0.00927803 1 ||| ||| 0.27
+[X][X] do as [X][X] suggested [X] ||| [X][X] Vorschlag von [X][X] folgen [X] ||| 0.00927803 1 ||| ||| 0.27
+[X][X] request [X] ||| [X][X] Wunsch [X] ||| 0.0123707 1 ||| ||| 0.75
+[X][X] requested [X] ||| [X][X] Wunsch [X] ||| 0.0154634 1 ||| ||| 0.75
+[X][X] request [X][X] , Mr [X] ||| [X][X] Wunsch [X][X] , Herrn [X] ||| 0.0278341 1 ||| ||| 0.0322581
+[X][X] request [X][X] , [X] ||| [X][X] Wunsch [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0434783
+[X][X] request [X][X] Mr Zimeray [X] ||| [X][X] Wunsch [X][X] Herrn Zimeray [X] ||| 0.0278341 1 ||| ||| 0.0243902
+[X][X] request [X][X] Mr [X] ||| [X][X] Wunsch [X][X] Herrn [X] ||| 0.0278341 1 ||| ||| 0.0322581
+[X][X] request [X][X] Member , [X] ||| [X][X] Wunsch [X][X] Mitglieds , [X] ||| 0.0278341 1 ||| ||| 0.0434783
+[X][X] request [X][X] Member [X] ||| [X][X] Wunsch [X][X] Mitglieds [X] ||| 0.0278341 1 ||| ||| 0.0588235
+[X][X] request [X][X] Zimeray [X] ||| [X][X] Wunsch [X][X] Zimeray [X] ||| 0.0278341 1 ||| ||| 0.0243902
+[X][X] request [X][X] [X] ||| [X][X] Wunsch [X][X] [X] ||| 0.0205255 1 ||| ||| 0.498062
+[X][X] requested [X][X] [X] ||| [X][X] Wunsch [X][X] [X] ||| 0.00730856 1 ||| ||| 0.498062
+[X][X] request [X][X] French Member [X] ||| [X][X] Wunsch [X][X] französischen Mitglieds [X] ||| 0.0278341 1 ||| ||| 0.0588235
+[X][X] request [X][X] French [X] ||| [X][X] Wunsch [X][X] französischen [X] ||| 0.0278341 1 ||| ||| 0.0833333
+[X][X] requested [X][X] on [X] ||| [X][X] Wunsch [X][X] im [X] ||| 0.0278341 1 ||| ||| 0.0462963
+[X][X] request of a [X] ||| [X][X] Wunsch eines [X] ||| 0.0278341 1 ||| ||| 0.125
+[X][X] request of a [X][X] [X] ||| [X][X] Wunsch eines [X][X] [X] ||| 0.0278341 1 ||| ||| 0.15895
+[X][X] request of a French [X] ||| [X][X] Wunsch eines französischen [X] ||| 0.0278341 1 ||| ||| 0.0833333
+[X][X] requested [X] ||| [X][X] Wunsch nach [X] ||| 0.0278341 1 ||| ||| 0.342857
+[X][X] requested [X][X] [X] ||| [X][X] Wunsch nach [X][X] [X] ||| 0.0278341 1 ||| ||| 0.130779
+[X][X] requested [X][X] on [X] ||| [X][X] Wunsch nach [X][X] im [X] ||| 0.0278341 1 ||| ||| 0.0462963
+[X][X] requested a debate [X] ||| [X][X] Wunsch nach einer Aussprache [X] ||| 0.0278341 1 ||| ||| 0.0844828
+[X][X] requested a debate on [X] ||| [X][X] Wunsch nach einer Aussprache im [X] ||| 0.0278341 1 ||| ||| 0.0462963
+[X][X] requested a [X] ||| [X][X] Wunsch nach einer [X] ||| 0.0278341 1 ||| ||| 0.171429
+[X][X] requested a [X][X] [X] ||| [X][X] Wunsch nach einer [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0462963
+[X][X] Zimeray , [X] ||| [X][X] Zimeray , [X] ||| 0.0263222 1 ||| ||| 0.418403
+the [X][X] Zimeray , [X] ||| [X][X] Zimeray , [X] ||| 0.00151192 1 ||| ||| 0.418403
+[X][X] Zimeray , [X][X] [X] ||| [X][X] Zimeray , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.197712
+[X][X] Zimeray , [X][X] presented [X] ||| [X][X] Zimeray , [X][X] eingereicht [X] ||| 0.0278341 1 ||| ||| 0.0588235
+[X][X] Zimeray [X] ||| [X][X] Zimeray [X] ||| 0.0267533 1 ||| ||| 0.757456
+the [X][X] Zimeray [X] ||| [X][X] Zimeray [X] ||| 0.00108079 1 ||| ||| 0.757456
+[X][X] Zimeray [X][X] [X] ||| [X][X] Zimeray [X][X] [X] ||| 0.0278341 1 ||| ||| 0.197712
+[X][X] Zimeray [X][X] presented [X] ||| [X][X] Zimeray [X][X] eingereicht [X] ||| 0.0278341 1 ||| ||| 0.0588235
+[X][X] the [X][X] , [X] ||| [X][X] [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.146825
+[X][X] have [X][X] that [X] ||| [X][X] [X][X] , daß [X] ||| 0.0278341 1 ||| ||| 0.0434783
+[X][X] signed [X][X] [X] ||| [X][X] [X][X] , unterzeichnet worden [X] ||| 0.0278341 1 ||| ||| 0.087037
+[X][X] signed [X][X] [X] ||| [X][X] [X][X] , unterzeichnet worden ist [X] ||| 0.0278341 1 ||| ||| 0.037037
+[X][X] before [X][X] because [X] ||| [X][X] [X][X] , weil [X] ||| 0.00927803 1 ||| ||| 0.142857
+[X][X] before the [X][X] because [X] ||| [X][X] [X][X] , weil [X] ||| 0.00927803 1 ||| ||| 0.142857
+[X][X] the [X][X] because [X] ||| [X][X] [X][X] , weil [X] ||| 0.00927803 1 ||| ||| 0.142857
+[X][X] before [X][X] because the [X] ||| [X][X] [X][X] , weil der [X] ||| 0.013917 1 ||| ||| 0.105263
+[X][X] the [X][X] because the [X] ||| [X][X] [X][X] , weil der [X] ||| 0.013917 1 ||| ||| 0.105263
+[X][X] the [X][X] , if [X] ||| [X][X] [X][X] , wenn [X] ||| 0.0278341 1 ||| ||| 0.0833333
+[X][X] do [X][X] . [X] ||| [X][X] [X][X] . [X] ||| 0.0173035 1 ||| ||| 0.335479
+[X][X] has [X][X] . [X] ||| [X][X] [X][X] . [X] ||| 0.0105306 1 ||| ||| 0.335479
+[X][X] using [X][X] prestigious office [X] ||| [X][X] [X][X] Amtes [X] ||| 0.0278341 1 ||| ||| 0.0454545
+[X][X] the [X][X] Bush , [X] ||| [X][X] [X][X] Bush , [X] ||| 0.0278341 1 ||| ||| 0.0357143
+[X][X] the [X][X] Bush [X] ||| [X][X] [X][X] Bush [X] ||| 0.0152083 1 ||| ||| 0.142229
+[X][X] to [X][X] Bush [X] ||| [X][X] [X][X] Bush [X] ||| 0.00631289 1 ||| ||| 0.142229
+[X][X] to the [X][X] Bush [X] ||| [X][X] [X][X] Bush [X] ||| 0.00631289 1 ||| ||| 0.142229
+[X][X] using [X][X] of your [X] ||| [X][X] [X][X] Ihres [X] ||| 0.0278341 1 ||| ||| 0.0526316
+[X][X] initiative [X][X] [X] ||| [X][X] [X][X] Initiative [X] ||| 0.00771185 1 ||| ||| 3.0798
+[X][X] initiative [X][X] have [X] ||| [X][X] [X][X] Initiative [X] ||| 0.00131235 1 ||| ||| 3.0798
+[X][X] initiative [X][X] have just [X] ||| [X][X] [X][X] Initiative [X] ||| 0.000979073 1 ||| ||| 3.0798
+[X][X] initiative [X][X] just [X] ||| [X][X] [X][X] Initiative [X] ||| 0.000979073 1 ||| ||| 3.0798
+[X][X] initiative [X][X] just suggested [X] ||| [X][X] [X][X] Initiative [X] ||| 0.000602508 1 ||| ||| 3.0798
+[X][X] initiative [X][X] suggested [X] ||| [X][X] [X][X] Initiative [X] ||| 0.000602508 1 ||| ||| 3.0798
+[X][X] initiative [X][X] you [X] ||| [X][X] [X][X] Initiative [X] ||| 0.0018643 1 ||| ||| 3.0798
+[X][X] initiative [X][X] you have [X] ||| [X][X] [X][X] Initiative [X] ||| 0.00131235 1 ||| ||| 3.0798
+[X][X] initiative of [X][X] [X] ||| [X][X] [X][X] Initiative [X] ||| 0.00771185 1 ||| ||| 3.0798
+[X][X] initiative of [X][X] have [X] ||| [X][X] [X][X] Initiative [X] ||| 0.00131235 1 ||| ||| 3.0798
+[X][X] initiative of [X][X] just [X] ||| [X][X] [X][X] Initiative [X] ||| 0.000979073 1 ||| ||| 3.0798
+[X][X] initiative of [X][X] suggested [X] ||| [X][X] [X][X] Initiative [X] ||| 0.000602508 1 ||| ||| 3.0798
+[X][X] initiative of [X][X] you [X] ||| [X][X] [X][X] Initiative [X] ||| 0.0018643 1 ||| ||| 3.0798
+[X][X] Members [X][X] , [X] ||| [X][X] [X][X] Kolleginnen und Kollegen - , [X] ||| 0.0104882 1 ||| ||| 0.156108
+[X][X] Members [X][X] , on [X] ||| [X][X] [X][X] Kolleginnen und Kollegen - , [X] ||| 0.00685767 1 ||| ||| 0.156108
+[X][X] of Members [X][X] , [X] ||| [X][X] [X][X] Kolleginnen und Kollegen - , [X] ||| 0.0104882 1 ||| ||| 0.156108
+[X][X] Members [X][X] [X] ||| [X][X] [X][X] Kolleginnen und Kollegen - [X] ||| 0.013917 1 ||| ||| 0.095238
+[X][X] of Members [X][X] [X] ||| [X][X] [X][X] Kolleginnen und Kollegen - [X] ||| 0.013917 1 ||| ||| 0.095238
+[X][X] Members [X][X] [X] ||| [X][X] [X][X] Kolleginnen und Kollegen [X] ||| 0.013917 1 ||| ||| 0.153846
+[X][X] of Members [X][X] [X] ||| [X][X] [X][X] Kolleginnen und Kollegen [X] ||| 0.013917 1 ||| ||| 0.153846
+[X][X] behalf [X][X] the victims [X] ||| [X][X] [X][X] Opfern [X] ||| 0.00695852 1 ||| ||| 0.329032
+[X][X] behalf [X][X] victims [X] ||| [X][X] [X][X] Opfern [X] ||| 0.00695852 1 ||| ||| 0.329032
+[X][X] behalf of [X][X] victims [X] ||| [X][X] [X][X] Opfern [X] ||| 0.00695852 1 ||| ||| 0.329032
+[X][X] of [X][X] victims [X] ||| [X][X] [X][X] Opfern [X] ||| 0.00695852 1 ||| ||| 0.329032
+[X][X] is [X][X] right . [X] ||| [X][X] [X][X] Recht ist . [X] ||| 0.0278341 1 ||| ||| 0.399802
+, [X][X] is [X][X] right [X] ||| [X][X] [X][X] Recht ist [X] ||| 0.00440377 1 ||| ||| 0.421368
+[X][X] is [X][X] right [X] ||| [X][X] [X][X] Recht ist [X] ||| 0.0234303 1 ||| ||| 0.421368
+[X][X] is [X][X] legal principle [X] ||| [X][X] [X][X] Rechtsgrundsatz [X] ||| 0.0278341 1 ||| ||| 0.140839
+[X][X] Texas [X][X] , [X] ||| [X][X] [X][X] Texas , [X] ||| 0.0278341 1 ||| ||| 0.277778
+[X][X] Texas [X][X] , for [X] ||| [X][X] [X][X] Texas , für [X] ||| 0.0278341 1 ||| ||| 0.242857
+[X][X] Texas [X][X] [X] ||| [X][X] [X][X] Texas [X] ||| 0.0278341 1 ||| ||| 0.291667
+[X][X] killings [X][X] [X] ||| [X][X] [X][X] Toten [X] ||| 0.0129893 1 ||| ||| 0.267857
+[X][X] of [X][X] killings [X] ||| [X][X] [X][X] Toten [X] ||| 0.0148448 1 ||| ||| 0.267857
+[X][X] , [X][X] environmental information [X] ||| [X][X] [X][X] Umweltinformationen [X] ||| 0.0278341 1 ||| ||| 0.097619
+[X][X] of [X][X] Community [X] ||| [X][X] [X][X] Union [X] ||| 0.0278341 1 ||| ||| 0.175642
+[X][X] raise [X][X] , [X] ||| [X][X] [X][X] ansprechen , [X] ||| 0.0278341 1 ||| ||| 0.286406
+[X][X] raise [X][X] , i.e. [X] ||| [X][X] [X][X] ansprechen , d. h. [X] ||| 0.0278341 1 ||| ||| 0.210145
+[X][X] raise [X][X] [X] ||| [X][X] [X][X] ansprechen [X] ||| 0.0278341 1 ||| ||| 0.401544
+[X][X] draw your attention [X][X] [X] ||| [X][X] [X][X] aufmerksam machen , [X] ||| 0.0278341 1 ||| ||| 0.507937
+[X][X] draw your attention [X][X] [X] ||| [X][X] [X][X] aufmerksam machen [X] ||| 0.0278341 1 ||| ||| 0.733333
+[X][X] the [X][X] [X] ||| [X][X] [X][X] das [X] ||| 0.013917 1 ||| ||| 0.614664
+[X][X] to the [X][X] [X] ||| [X][X] [X][X] das [X] ||| 0.013917 1 ||| ||| 0.614664
+[X][X] aware [X][X] television that [X] ||| [X][X] [X][X] dem Fernsehen wissen , [X] ||| 0.0278341 1 ||| ||| 0.142857
+[X][X] aware [X][X] television [X] ||| [X][X] [X][X] dem Fernsehen wissen [X] ||| 0.0278341 1 ||| ||| 0.183333
+[X][X] , [X][X] access [X] ||| [X][X] [X][X] der Zugang [X] ||| 0.0278341 1 ||| ||| 0.0769231
+[X][X] , [X][X] access to [X] ||| [X][X] [X][X] der Zugang zu [X] ||| 0.0278341 1 ||| ||| 0.0588235
+[X][X] is [X][X] of the [X] ||| [X][X] [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0768116
+[X][X] a petition [X][X] [X] ||| [X][X] [X][X] eine Petition [X] ||| 0.0278341 1 ||| ||| 0.430556
+[X][X] a petition [X][X] presented [X] ||| [X][X] [X][X] eine Petition eingereicht [X] ||| 0.0278341 1 ||| ||| 0.32549
+[X][X] made [X][X] that [X] ||| [X][X] [X][X] gemacht hat , daß [X] ||| 0.022531 1 ||| ||| 0.308744
+have [X][X] made [X][X] that [X] ||| [X][X] [X][X] gemacht hat , daß [X] ||| 0.00530309 1 ||| ||| 0.308744
+[X][X] made [X][X] [X] ||| [X][X] [X][X] gemacht hat [X] ||| 0.0231172 1 ||| ||| 0.421499
+have [X][X] made [X][X] [X] ||| [X][X] [X][X] gemacht hat [X] ||| 0.00471686 1 ||| ||| 0.421499
+[X][X] is [X][X] common [X] ||| [X][X] [X][X] gemeinsamen [X] ||| 0.0278341 1 ||| ||| 0.0333333
+[X][X] have [X][X] . [X] ||| [X][X] [X][X] haben . [X] ||| 0.0278341 1 ||| ||| 0.251923
+[X][X] have [X][X] [X] ||| [X][X] [X][X] haben [X] ||| 0.0278341 1 ||| ||| 0.316399
+[X][X] has [X][X] . [X] ||| [X][X] [X][X] hat . [X] ||| 0.013917 1 ||| ||| 0.33862
+[X][X] has [X][X] interest . [X] ||| [X][X] [X][X] hat . [X] ||| 0.013917 1 ||| ||| 0.33862
+[X][X] has [X][X] [X] ||| [X][X] [X][X] hat [X] ||| 0.0154303 1 ||| ||| 1.76813
+[X][X] has [X][X] an [X] ||| [X][X] [X][X] hat [X] ||| 0.00463995 1 ||| ||| 1.76813
+[X][X] has [X][X] an interest [X] ||| [X][X] [X][X] hat [X] ||| 0.00388192 1 ||| ||| 1.76813
+[X][X] has [X][X] interest [X] ||| [X][X] [X][X] hat [X] ||| 0.00388192 1 ||| ||| 1.76813
+[X][X] here [X][X] [X] ||| [X][X] [X][X] hier [X] ||| 0.0278341 1 ||| ||| 0.291667
+all [X][X] here [X][X] that [X] ||| [X][X] [X][X] hier alle , daß [X] ||| 0.0278341 1 ||| ||| 0.22619
+all [X][X] here [X][X] [X] ||| [X][X] [X][X] hier alle [X] ||| 0.0278341 1 ||| ||| 0.166667
+[X][X] I [X][X] [X] ||| [X][X] [X][X] ich [X] ||| 0.0278341 1 ||| ||| 0.263636
+[X][X] I [X][X] [X] ||| [X][X] [X][X] ich dem [X] ||| 0.0278341 1 ||| ||| 0.169996
+[X][X] in Russia , [X][X] [X] ||| [X][X] [X][X] in Rußland [X] ||| 0.00688172 1 ||| ||| 0.58077
+[X][X] in Russia [X][X] , [X] ||| [X][X] [X][X] in Rußland [X] ||| 0.00688172 1 ||| ||| 0.58077
+[X][X] in Russia [X][X] [X] ||| [X][X] [X][X] in Rußland [X] ||| 0.0140707 1 ||| ||| 0.58077
+[X][X] in Russia [X][X] access [X] ||| [X][X] [X][X] in Rußland der Zugang [X] ||| 0.0278341 1 ||| ||| 0.0909091
+, [X][X] is [X][X] . [X] ||| [X][X] [X][X] ist . [X] ||| 0.00201789 1 ||| ||| 0.862104
+[X][X] is [X][X] . [X] ||| [X][X] [X][X] ist . [X] ||| 0.0129081 1 ||| ||| 0.862104
+[X][X] is a [X][X] . [X] ||| [X][X] [X][X] ist . [X] ||| 0.0129081 1 ||| ||| 0.862104
+, [X][X] is [X][X] [X] ||| [X][X] [X][X] ist [X] ||| 0.00220189 1 ||| ||| 0.842735
+, [X][X] is a [X][X] [X] ||| [X][X] [X][X] ist [X] ||| 0.00220189 1 ||| ||| 0.842735
+[X][X] is [X][X] [X] ||| [X][X] [X][X] ist [X] ||| 0.0117152 1 ||| ||| 0.842735
+[X][X] is a [X][X] [X] ||| [X][X] [X][X] ist [X] ||| 0.0117152 1 ||| ||| 0.842735
+[X][X] the [X][X] you may [X] ||| [X][X] [X][X] können Sie [X] ||| 0.0278341 1 ||| ||| 0.142857
+[X][X] signed [X][X] myself [X] ||| [X][X] [X][X] mir selbst , unterzeichnet worden [X] ||| 0.0278341 1 ||| ||| 0.087037
+[X][X] signed [X][X] myself [X] ||| [X][X] [X][X] mir selbst , unterzeichnet worden ist [X] ||| 0.0278341 1 ||| ||| 0.037037
+[X][X] fail to meet [X][X] [X] ||| [X][X] [X][X] nicht erfüllen , [X] ||| 0.0278341 1 ||| ||| 0.2
+[X][X] have [X][X] and [X] ||| [X][X] [X][X] und [X] ||| 0.0222031 1 ||| ||| 0.170448
+[X][X] using [X][X] and [X] ||| [X][X] [X][X] und [X] ||| 0.00563104 1 ||| ||| 0.170448
+[X][X] aware [X][X] and television [X] ||| [X][X] [X][X] und dem Fernsehen wissen [X] ||| 0.0278341 1 ||| ||| 0.183333
+[X][X] signed [X][X] [X] ||| [X][X] [X][X] unterzeichnet worden [X] ||| 0.0278341 1 ||| ||| 0.087037
+[X][X] signed [X][X] [X] ||| [X][X] [X][X] unterzeichnet worden ist [X] ||| 0.0278341 1 ||| ||| 0.037037
+[X][X] to [X][X] of [X] ||| [X][X] [X][X] von [X] ||| 0.0278341 1 ||| ||| 0.175642
+[X][X] signed [X][X] myself [X] ||| [X][X] [X][X] von mir selbst , unterzeichnet worden [X] ||| 0.0278341 1 ||| ||| 0.087037
+[X][X] signed [X][X] myself [X] ||| [X][X] [X][X] von mir selbst , unterzeichnet worden ist [X] ||| 0.0278341 1 ||| ||| 0.037037
+[X][X] before [X][X] because [X] ||| [X][X] [X][X] weil [X] ||| 0.00927803 1 ||| ||| 0.142857
+[X][X] before the [X][X] because [X] ||| [X][X] [X][X] weil [X] ||| 0.00927803 1 ||| ||| 0.142857
+[X][X] the [X][X] because [X] ||| [X][X] [X][X] weil [X] ||| 0.00927803 1 ||| ||| 0.142857
+[X][X] before [X][X] because the [X] ||| [X][X] [X][X] weil der [X] ||| 0.013917 1 ||| ||| 0.105263
+[X][X] the [X][X] because the [X] ||| [X][X] [X][X] weil der [X] ||| 0.013917 1 ||| ||| 0.105263
+[X][X] the [X][X] if [X] ||| [X][X] [X][X] wenn [X] ||| 0.0278341 1 ||| ||| 0.0833333
+[X][X] of [X][X] should be [X] ||| [X][X] [X][X] werden sollen [X] ||| 0.0278341 1 ||| ||| 0.0909091
+[X][X] aware [X][X] that [X] ||| [X][X] [X][X] wissen , [X] ||| 0.0278341 1 ||| ||| 0.142857
+[X][X] aware [X][X] [X] ||| [X][X] [X][X] wissen [X] ||| 0.0278341 1 ||| ||| 0.183333
+[X][X] would be [X][X] . [X] ||| [X][X] [X][X] wäre . [X] ||| 0.0278341 1 ||| ||| 0.5
+[X][X] would be [X][X] [X] ||| [X][X] [X][X] wäre [X] ||| 0.0278341 1 ||| ||| 0.634199
+all [X][X] that [X] ||| [X][X] alle , daß [X] ||| 0.013917 1 ||| ||| 0.45238
+all of [X][X] that [X] ||| [X][X] alle , daß [X] ||| 0.013917 1 ||| ||| 0.45238
+all [X][X] that [X][X] [X] ||| [X][X] alle , daß [X][X] [X] ||| 0.0115119 1 ||| ||| 0.608314
+all [X][X] that [X][X] have [X] ||| [X][X] alle , daß [X][X] [X] ||| 0.00481025 1 ||| ||| 0.608314
+all of [X][X] that [X][X] [X] ||| [X][X] alle , daß [X][X] [X] ||| 0.0115119 1 ||| ||| 0.608314
+all [X][X] that the courts [X] ||| [X][X] alle , daß das Gericht [X] ||| 0.0278341 1 ||| ||| 0.146465
+all [X][X] that the [X] ||| [X][X] alle , daß das [X] ||| 0.013917 1 ||| ||| 0.467532
+all of [X][X] that the [X] ||| [X][X] alle , daß das [X] ||| 0.013917 1 ||| ||| 0.467532
+all [X][X] that the [X][X] [X] ||| [X][X] alle , daß das [X][X] [X] ||| 0.0278341 1 ||| ||| 0.105128
+all [X][X] [X] ||| [X][X] alle [X] ||| 0.013917 1 ||| ||| 0.733334
+all of [X][X] [X] ||| [X][X] alle [X] ||| 0.013917 1 ||| ||| 0.733334
+[X][X] all the victims [X] ||| [X][X] allen Opfern [X] ||| 0.013917 1 ||| ||| 0.164516
+[X][X] of all the victims [X] ||| [X][X] allen Opfern [X] ||| 0.013917 1 ||| ||| 0.164516
+[X][X] all [X] ||| [X][X] allen [X] ||| 0.00536766 1 ||| ||| 1.25934
+[X][X] all the [X] ||| [X][X] allen [X] ||| 0.00391038 1 ||| ||| 1.25934
+[X][X] behalf of all [X] ||| [X][X] allen [X] ||| 0.00536766 1 ||| ||| 1.25934
+[X][X] behalf of all the [X] ||| [X][X] allen [X] ||| 0.00391038 1 ||| ||| 1.25934
+[X][X] of all [X] ||| [X][X] allen [X] ||| 0.00536766 1 ||| ||| 1.25934
+[X][X] of all the [X] ||| [X][X] allen [X] ||| 0.00391038 1 ||| ||| 1.25934
+[X][X] all [X][X] [X] ||| [X][X] allen [X][X] [X] ||| 0.00927803 1 ||| ||| 0.246774
+[X][X] behalf of all [X][X] [X] ||| [X][X] allen [X][X] [X] ||| 0.00927803 1 ||| ||| 0.246774
+[X][X] of all [X][X] [X] ||| [X][X] allen [X][X] [X] ||| 0.00927803 1 ||| ||| 0.246774
+[X][X] on Thursday prior [X] ||| [X][X] am Donnerstag [X] ||| 0.0278341 1 ||| ||| 0.288095
+[X][X] on Thursday prior [X][X] [X] ||| [X][X] am Donnerstag [X][X] [X] ||| 0.0278341 1 ||| ||| 0.108824
+[X][X] on Thursday prior to [X] ||| [X][X] am Donnerstag zu [X] ||| 0.0278341 1 ||| ||| 0.17037
+[X][X] on [X] ||| [X][X] am [X] ||| 0.0278341 1 ||| ||| 0.659414
+[X][X] on [X][X] the start [X] ||| [X][X] am [X][X] Beginn [X] ||| 0.0278341 1 ||| ||| 0.0588235
+[X][X] on [X][X] [X] ||| [X][X] am [X][X] [X] ||| 0.0278341 1 ||| ||| 0.567289
+[X][X] on [X][X] of the [X] ||| [X][X] am [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.05
+[X][X] on [X][X] to [X] ||| [X][X] am [X][X] zu [X] ||| 0.0278341 1 ||| ||| 0.17037
+[X][X] other [X] ||| [X][X] anderen [X] ||| 0.0218696 1 ||| ||| 0.583333
+[X][X] the other [X] ||| [X][X] anderen [X] ||| 0.00596445 1 ||| ||| 0.583333
+before the courts [X][X] [X] ||| [X][X] angeklagt [X] ||| 0.00521889 1 ||| ||| 1.33333
+courts [X][X] [X] ||| [X][X] angeklagt [X] ||| 0.0104378 1 ||| ||| 1.33333
+go before the courts [X][X] [X] ||| [X][X] angeklagt [X] ||| 0.00521889 1 ||| ||| 1.33333
+the courts [X][X] [X] ||| [X][X] angeklagt [X] ||| 0.00695852 1 ||| ||| 1.33333
+[X][X] before the courts [X][X] [X] ||| [X][X] angeklagt [X][X] , [X] ||| 0.00927803 1 ||| ||| 0.075
+[X][X] courts [X][X] [X] ||| [X][X] angeklagt [X][X] , [X] ||| 0.00927803 1 ||| ||| 0.075
+[X][X] the courts [X][X] [X] ||| [X][X] angeklagt [X][X] , [X] ||| 0.00927803 1 ||| ||| 0.075
+[X][X] courts [X][X] because [X] ||| [X][X] angeklagt [X][X] , weil [X] ||| 0.013917 1 ||| ||| 0.047619
+[X][X] the courts [X][X] because [X] ||| [X][X] angeklagt [X][X] , weil [X] ||| 0.013917 1 ||| ||| 0.047619
+[X][X] courts [X][X] because the [X] ||| [X][X] angeklagt [X][X] , weil der [X] ||| 0.0278341 1 ||| ||| 0.0263158
+[X][X] before the courts [X][X] [X] ||| [X][X] angeklagt [X][X] [X] ||| 0.00927803 1 ||| ||| 0.190384
+[X][X] courts [X][X] [X] ||| [X][X] angeklagt [X][X] [X] ||| 0.00927803 1 ||| ||| 0.190384
+[X][X] the courts [X][X] [X] ||| [X][X] angeklagt [X][X] [X] ||| 0.00927803 1 ||| ||| 0.190384
+[X][X] courts [X][X] because [X] ||| [X][X] angeklagt [X][X] weil [X] ||| 0.013917 1 ||| ||| 0.047619
+[X][X] the courts [X][X] because [X] ||| [X][X] angeklagt [X][X] weil [X] ||| 0.013917 1 ||| ||| 0.047619
+[X][X] courts [X][X] because the [X] ||| [X][X] angeklagt [X][X] weil der [X] ||| 0.0278341 1 ||| ||| 0.0263158
+before the courts [X][X] [X] ||| [X][X] angeklagt werden [X] ||| 0.00437841 1 ||| ||| 1.05952
+courts [X][X] [X] ||| [X][X] angeklagt werden [X] ||| 0.0131352 1 ||| ||| 1.05952
+go before the courts [X][X] [X] ||| [X][X] angeklagt werden [X] ||| 0.00375291 1 ||| ||| 1.05952
+the courts [X][X] [X] ||| [X][X] angeklagt werden [X] ||| 0.00656759 1 ||| ||| 1.05952
+[X][X] before the courts [X][X] [X] ||| [X][X] angeklagt werden [X][X] , [X] ||| 0.00927803 1 ||| ||| 0.075
+[X][X] courts [X][X] [X] ||| [X][X] angeklagt werden [X][X] , [X] ||| 0.00927803 1 ||| ||| 0.075
+[X][X] the courts [X][X] [X] ||| [X][X] angeklagt werden [X][X] , [X] ||| 0.00927803 1 ||| ||| 0.075
+[X][X] courts [X][X] because [X] ||| [X][X] angeklagt werden [X][X] , weil [X] ||| 0.013917 1 ||| ||| 0.047619
+[X][X] the courts [X][X] because [X] ||| [X][X] angeklagt werden [X][X] , weil [X] ||| 0.013917 1 ||| ||| 0.047619
+[X][X] courts [X][X] because the [X] ||| [X][X] angeklagt werden [X][X] , weil der [X] ||| 0.0278341 1 ||| ||| 0.0263158
+[X][X] before the courts [X][X] [X] ||| [X][X] angeklagt werden [X][X] [X] ||| 0.00927803 1 ||| ||| 0.190384
+[X][X] courts [X][X] [X] ||| [X][X] angeklagt werden [X][X] [X] ||| 0.00927803 1 ||| ||| 0.190384
+[X][X] the courts [X][X] [X] ||| [X][X] angeklagt werden [X][X] [X] ||| 0.00927803 1 ||| ||| 0.190384
+[X][X] courts [X][X] because [X] ||| [X][X] angeklagt werden [X][X] weil [X] ||| 0.013917 1 ||| ||| 0.047619
+[X][X] the courts [X][X] because [X] ||| [X][X] angeklagt werden [X][X] weil [X] ||| 0.013917 1 ||| ||| 0.047619
+[X][X] courts [X][X] because the [X] ||| [X][X] angeklagt werden [X][X] weil der [X] ||| 0.0278341 1 ||| ||| 0.0263158
+[X][X] appropriate [X] ||| [X][X] angemessen , [X] ||| 0.0278341 1 ||| ||| 0.5
+[X][X] appropriate [X][X] , Madam [X] ||| [X][X] angemessen , [X][X] , Frau [X] ||| 0.0278341 1 ||| ||| 0.04
+[X][X] appropriate [X][X] , [X] ||| [X][X] angemessen , [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.088141
+[X][X] appropriate [X][X] Madam President [X] ||| [X][X] angemessen , [X][X] Frau Präsidentin [X] ||| 0.0278341 1 ||| ||| 0.030303
+[X][X] appropriate [X][X] Madam [X] ||| [X][X] angemessen , [X][X] Frau [X] ||| 0.0278341 1 ||| ||| 0.04
+[X][X] appropriate [X][X] President , [X] ||| [X][X] angemessen , [X][X] Präsidentin , [X] ||| 0.0278341 1 ||| ||| 0.025641
+[X][X] appropriate [X][X] President [X] ||| [X][X] angemessen , [X][X] Präsidentin [X] ||| 0.0278341 1 ||| ||| 0.030303
+[X][X] appropriate [X][X] [X] ||| [X][X] angemessen , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.258444
+[X][X] appropriate for you , [X] ||| [X][X] angemessen , wenn Sie , [X] ||| 0.0278341 1 ||| ||| 0.0625
+[X][X] appropriate for you [X] ||| [X][X] angemessen , wenn Sie [X] ||| 0.0278341 1 ||| ||| 0.1
+[X][X] appropriate for you [X][X] [X] ||| [X][X] angemessen , wenn Sie [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0959441
+[X][X] appropriate for [X] ||| [X][X] angemessen , wenn [X] ||| 0.0278341 1 ||| ||| 0.2
+[X][X] appropriate for [X][X] , [X] ||| [X][X] angemessen , wenn [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.025641
+[X][X] appropriate for [X][X] Madam [X] ||| [X][X] angemessen , wenn [X][X] Frau [X] ||| 0.0278341 1 ||| ||| 0.04
+[X][X] appropriate for [X][X] President [X] ||| [X][X] angemessen , wenn [X][X] Präsidentin [X] ||| 0.0278341 1 ||| ||| 0.030303
+[X][X] appropriate for [X][X] [X] ||| [X][X] angemessen , wenn [X][X] [X] ||| 0.0278341 1 ||| ||| 0.158444
+[X][X] appropriate [X] ||| [X][X] angemessen [X] ||| 0.0278341 1 ||| ||| 0.5
+[X][X] appropriate [X][X] , Madam [X] ||| [X][X] angemessen [X][X] , Frau [X] ||| 0.0278341 1 ||| ||| 0.04
+[X][X] appropriate [X][X] , [X] ||| [X][X] angemessen [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.088141
+[X][X] appropriate [X][X] Madam President [X] ||| [X][X] angemessen [X][X] Frau Präsidentin [X] ||| 0.0278341 1 ||| ||| 0.030303
+[X][X] appropriate [X][X] Madam [X] ||| [X][X] angemessen [X][X] Frau [X] ||| 0.0278341 1 ||| ||| 0.04
+[X][X] appropriate [X][X] President , [X] ||| [X][X] angemessen [X][X] Präsidentin , [X] ||| 0.0278341 1 ||| ||| 0.025641
+[X][X] appropriate [X][X] President [X] ||| [X][X] angemessen [X][X] Präsidentin [X] ||| 0.0278341 1 ||| ||| 0.030303
+[X][X] appropriate [X][X] [X] ||| [X][X] angemessen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.258444
+raise [X][X] , [X] ||| [X][X] ansprechen , [X] ||| 0.0278341 1 ||| ||| 0.333333
+raise [X][X] , [X][X] [X] ||| [X][X] ansprechen , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.23254
+raise [X][X] , [X][X] to [X] ||| [X][X] ansprechen , [X][X] zu [X] ||| 0.0278341 1 ||| ||| 0.05
+raise [X][X] , i.e. [X] ||| [X][X] ansprechen , d. h. [X] ||| 0.0278341 1 ||| ||| 0.2
+raise [X][X] , i.e. [X][X] [X] ||| [X][X] ansprechen , d. h. [X][X] [X] ||| 0.0278341 1 ||| ||| 0.121429
+raise [X][X] , i.e. on [X] ||| [X][X] ansprechen , d. h. am [X] ||| 0.0278341 1 ||| ||| 0.111111
+raise [X][X] [X] ||| [X][X] ansprechen [X] ||| 0.0278341 1 ||| ||| 0.5
+[X][X] Mr Kumar Ponnambalam [X] ||| [X][X] auch Herr Kumar Ponnambalam [X] ||| 0.0278341 1 ||| ||| 0.047619
+[X][X] Mr [X] ||| [X][X] auch Herr [X] ||| 0.0278341 1 ||| ||| 0.223214
+[X][X] Mr [X][X] [X] ||| [X][X] auch Herr [X][X] [X] ||| 0.0278341 1 ||| ||| 0.047619
+[X][X] in Russia , too [X] ||| [X][X] auch in Rußland [X] ||| 0.0278341 1 ||| ||| 0.15
+[X][X] in [X][X] too , [X] ||| [X][X] auch in [X][X] [X] ||| 0.0136132 1 ||| ||| 0.29359
+[X][X] in [X][X] too [X] ||| [X][X] auch in [X][X] [X] ||| 0.0142209 1 ||| ||| 0.29359
+draw your attention [X][X] [X] ||| [X][X] aufmerksam machen , [X] ||| 0.0278341 1 ||| ||| 0.253968
+draw your attention [X][X] in [X] ||| [X][X] aufmerksam machen , mit [X] ||| 0.0278341 1 ||| ||| 0.242857
+draw your attention [X][X] [X] ||| [X][X] aufmerksam machen [X] ||| 0.0278341 1 ||| ||| 0.342857
+[X][X] aware from [X][X] television [X] ||| [X][X] aus [X][X] dem Fernsehen wissen [X] ||| 0.0278341 1 ||| ||| 0.183333
+[X][X] aware from [X][X] that [X] ||| [X][X] aus [X][X] wissen , [X] ||| 0.0278341 1 ||| ||| 0.142857
+[X][X] aware from [X][X] [X] ||| [X][X] aus [X][X] wissen [X] ||| 0.0278341 1 ||| ||| 0.183333
+[X][X] aware from the [X][X] [X] ||| [X][X] aus der [X][X] wissen [X] ||| 0.0278341 1 ||| ||| 0.183333
+[X][X] before [X] ||| [X][X] befassen , [X] ||| 0.013917 1 ||| ||| 0.82963
+[X][X] comes before [X] ||| [X][X] befassen , [X] ||| 0.013917 1 ||| ||| 0.82963
+[X][X] before [X] ||| [X][X] befassen , der [X] ||| 0.013917 1 ||| ||| 0.677558
+[X][X] comes before [X] ||| [X][X] befassen , der [X] ||| 0.013917 1 ||| ||| 0.677558
+[X][X] before [X] ||| [X][X] befassen [X] ||| 0.013917 1 ||| ||| 1.0728
+[X][X] comes before [X] ||| [X][X] befassen [X] ||| 0.013917 1 ||| ||| 1.0728
+[X][X] to [X] ||| [X][X] bei [X] ||| 0.241419 1 ||| ||| 1.79994
+[X][X] to [X][X] report [X] ||| [X][X] bei [X][X] Bericht [X] ||| 0.0278341 1 ||| ||| 0.0357143
+[X][X] to [X][X] Governor [X] ||| [X][X] bei [X][X] Gouverneur [X] ||| 0.013917 1 ||| ||| 0.122317
+[X][X] to [X][X] the Governor [X] ||| [X][X] bei [X][X] Gouverneur [X] ||| 0.013917 1 ||| ||| 0.122317
+[X][X] to [X][X] Governor of [X] ||| [X][X] bei [X][X] Gouverneur von [X] ||| 0.0278341 1 ||| ||| 0.0181818
+[X][X] to [X][X] [X] ||| [X][X] bei [X][X] [X] ||| 0.193911 1 ||| ||| 1.52568
+[X][X] to [X][X] the [X] ||| [X][X] bei [X][X] [X] ||| 0.00177276 1 ||| ||| 1.52568
+[X][X] to [X][X] to [X] ||| [X][X] bei [X][X] [X] ||| 0.00193182 1 ||| ||| 1.52568
+[X][X] to [X][X] to the [X] ||| [X][X] bei [X][X] [X] ||| 0.00177276 1 ||| ||| 1.52568
+[X][X] to [X][X] a report [X] ||| [X][X] bei [X][X] einen Bericht [X] ||| 0.0278341 1 ||| ||| 0.0357143
+[X][X] to [X][X] a [X] ||| [X][X] bei [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.0833333
+[X][X] to [X][X] merely [X] ||| [X][X] bei [X][X] lediglich um [X] ||| 0.0278341 1 ||| ||| 0.161097
+[X][X] to [X][X] merely a [X] ||| [X][X] bei [X][X] lediglich um einen [X] ||| 0.0278341 1 ||| ||| 0.0833333
+[X][X] to [X][X] and [X] ||| [X][X] bei [X][X] und [X] ||| 0.016054 1 ||| ||| 0.250197
+[X][X] to [X][X] and to [X] ||| [X][X] bei [X][X] und [X] ||| 0.0117801 1 ||| ||| 0.250197
+[X][X] to [X][X] of [X] ||| [X][X] bei [X][X] von [X] ||| 0.0278341 1 ||| ||| 0.0181818
+[X][X] to the President [X] ||| [X][X] bei dem Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.247765
+[X][X] to the President [X][X] [X] ||| [X][X] bei dem Präsidentschaftskandidaten [X][X] [X] ||| 0.0278341 1 ||| ||| 0.282401
+[X][X] to the President and [X] ||| [X][X] bei dem Präsidentschaftskandidaten und [X] ||| 0.0278341 1 ||| ||| 0.144307
+[X][X] to the [X] ||| [X][X] bei dem [X] ||| 0.0278341 1 ||| ||| 0.44669
+[X][X] to the [X][X] Governor [X] ||| [X][X] bei dem [X][X] Gouverneur [X] ||| 0.0278341 1 ||| ||| 0.0611584
+[X][X] to the [X][X] [X] ||| [X][X] bei dem [X][X] [X] ||| 0.0188594 1 ||| ||| 0.62977
+[X][X] to the [X][X] the [X] ||| [X][X] bei dem [X][X] [X] ||| 0.0042947 1 ||| ||| 0.62977
+[X][X] to the [X][X] to [X] ||| [X][X] bei dem [X][X] [X] ||| 0.00468004 1 ||| ||| 0.62977
+[X][X] to the [X][X] of [X] ||| [X][X] bei dem [X][X] von [X] ||| 0.0278341 1 ||| ||| 0.0181818
+[X][X] to what [X] ||| [X][X] bei dem es [X] ||| 0.0278341 1 ||| ||| 0.503968
+[X][X] to what [X][X] report [X] ||| [X][X] bei dem es [X][X] Bericht [X] ||| 0.0278341 1 ||| ||| 0.0357143
+[X][X] to what [X][X] [X] ||| [X][X] bei dem es [X][X] [X] ||| 0.0278341 1 ||| ||| 0.280145
+[X][X] to what [X][X] a [X] ||| [X][X] bei dem es [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.0833333
+[X][X] to what is [X] ||| [X][X] bei dem es sich [X] ||| 0.0278341 1 ||| ||| 0.270833
+[X][X] to what is [X][X] [X] ||| [X][X] bei dem es sich [X][X] [X] ||| 0.0278341 1 ||| ||| 0.119048
+[X][X] to what is merely [X] ||| [X][X] bei dem es sich lediglich um [X] ||| 0.0278341 1 ||| ||| 0.161097
+[X][X] was [X] ||| [X][X] beklagen gab , [X] ||| 0.0278341 1 ||| ||| 0.297619
+[X][X] was [X] ||| [X][X] beklagen gab , zählt [X] ||| 0.0278341 1 ||| ||| 0.254286
+[X][X] was Mr [X] ||| [X][X] beklagen gab , zählt auch Herr [X] ||| 0.0278341 1 ||| ||| 0.0982143
+[X][X] was [X] ||| [X][X] beklagen gab , zählt auch [X] ||| 0.0278341 1 ||| ||| 0.1875
+[X][X] was [X] ||| [X][X] beklagen gab [X] ||| 0.0278341 1 ||| ||| 0.358824
+[X][X] relates [X] ||| [X][X] betrifft [X] ||| 0.0173963 1 ||| ||| 0.533333
+[X][X] relates to [X] ||| [X][X] betrifft [X] ||| 0.0104378 1 ||| ||| 0.533333
+[X][X] relates [X][X] that [X] ||| [X][X] betrifft [X][X] , die [X] ||| 0.0278341 1 ||| ||| 0.0555556
+[X][X] relates [X][X] [X] ||| [X][X] betrifft [X][X] [X] ||| 0.0201797 1 ||| ||| 0.202021
+[X][X] relates to [X][X] [X] ||| [X][X] betrifft [X][X] [X] ||| 0.00765437 1 ||| ||| 0.202021
+[X][X] relates to something that [X] ||| [X][X] betrifft eine Angelegenheit , die [X] ||| 0.0278341 1 ||| ||| 0.0555556
+[X][X] relates to something [X] ||| [X][X] betrifft eine Angelegenheit [X] ||| 0.0278341 1 ||| ||| 0.0909091
+, [X][X] [X] ||| [X][X] bitten - [X] ||| 0.0278341 1 ||| ||| 0.333333
+[X][X] i.e. [X] ||| [X][X] d. h. [X] ||| 0.0278341 1 ||| ||| 0.553002
+[X][X] i.e. [X][X] [X] ||| [X][X] d. h. [X][X] [X] ||| 0.0278341 1 ||| ||| 0.250132
+[X][X] i.e. [X][X] to [X] ||| [X][X] d. h. [X][X] zu [X] ||| 0.0278341 1 ||| ||| 0.087037
+[X][X] i.e. on Thursday prior [X] ||| [X][X] d. h. am Donnerstag [X] ||| 0.0278341 1 ||| ||| 0.163095
+[X][X] i.e. on [X] ||| [X][X] d. h. am [X] ||| 0.0278341 1 ||| ||| 0.32608
+[X][X] i.e. on [X][X] [X] ||| [X][X] d. h. am [X][X] [X] ||| 0.0278341 1 ||| ||| 0.250132
+[X][X] i.e. on [X][X] to [X] ||| [X][X] d. h. am [X][X] zu [X] ||| 0.0278341 1 ||| ||| 0.087037
+, [X][X] for [X] ||| [X][X] damit [X] ||| 0.000605089 1 ||| ||| 11.5
+, [X][X] for next [X] ||| [X][X] damit [X] ||| 0.000806785 1 ||| ||| 11.5
+, a [X][X] for [X] ||| [X][X] damit [X] ||| 0.000605089 1 ||| ||| 11.5
+, a [X][X] for next [X] ||| [X][X] damit [X] ||| 0.000806785 1 ||| ||| 11.5
+, a date [X][X] for [X] ||| [X][X] damit [X] ||| 0.000605089 1 ||| ||| 11.5
+[X][X] for [X] ||| [X][X] damit [X] ||| 0.104174 1 ||| ||| 11.5
+[X][X] for next [X] ||| [X][X] damit [X] ||| 0.108341 1 ||| ||| 11.5
+a [X][X] for [X] ||| [X][X] damit [X] ||| 0.000605089 1 ||| ||| 11.5
+a [X][X] for next [X] ||| [X][X] damit [X] ||| 0.000806785 1 ||| ||| 11.5
+a date [X][X] for [X] ||| [X][X] damit [X] ||| 0.000605089 1 ||| ||| 11.5
+a date [X][X] for next [X] ||| [X][X] damit [X] ||| 0.000806785 1 ||| ||| 11.5
+a date has [X][X] for [X] ||| [X][X] damit [X] ||| 0.000605089 1 ||| ||| 11.5
+been [X][X] for [X] ||| [X][X] damit [X] ||| 0.000605089 1 ||| ||| 11.5
+been [X][X] for next [X] ||| [X][X] damit [X] ||| 0.000605089 1 ||| ||| 11.5
+been set [X][X] for [X] ||| [X][X] damit [X] ||| 0.000605089 1 ||| ||| 11.5
+been set [X][X] for next [X] ||| [X][X] damit [X] ||| 0.000605089 1 ||| ||| 11.5
+date [X][X] for [X] ||| [X][X] damit [X] ||| 0.000605089 1 ||| ||| 11.5
+date [X][X] for next [X] ||| [X][X] damit [X] ||| 0.000806785 1 ||| ||| 11.5
+date has [X][X] for [X] ||| [X][X] damit [X] ||| 0.000605089 1 ||| ||| 11.5
+date has [X][X] for next [X] ||| [X][X] damit [X] ||| 0.000806785 1 ||| ||| 11.5
+date has been [X][X] for [X] ||| [X][X] damit [X] ||| 0.000605089 1 ||| ||| 11.5
+has [X][X] for [X] ||| [X][X] damit [X] ||| 0.000605089 1 ||| ||| 11.5
+has [X][X] for next [X] ||| [X][X] damit [X] ||| 0.000806785 1 ||| ||| 11.5
+has been [X][X] for [X] ||| [X][X] damit [X] ||| 0.000605089 1 ||| ||| 11.5
+has been [X][X] for next [X] ||| [X][X] damit [X] ||| 0.000806785 1 ||| ||| 11.5
+has been set [X][X] for [X] ||| [X][X] damit [X] ||| 0.000605089 1 ||| ||| 11.5
+set [X][X] for [X] ||| [X][X] damit [X] ||| 0.000806785 1 ||| ||| 11.5
+set [X][X] for next [X] ||| [X][X] damit [X] ||| 0.000605089 1 ||| ||| 11.5
+[X][X] agrees , [X] ||| [X][X] damit einverstanden ist , [X] ||| 0.0278341 1 ||| ||| 0.257576
+[X][X] agrees , [X][X] [X] ||| [X][X] damit einverstanden ist , [X][X] [X] ||| 0.0202636 1 ||| ||| 0.423383
+[X][X] agrees , [X][X] do [X] ||| [X][X] damit einverstanden ist , [X][X] [X] ||| 0.00757053 1 ||| ||| 0.423383
+[X][X] agrees , [X][X] [X] ||| [X][X] damit einverstanden ist , [X][X] dem [X] ||| 0.0203401 1 ||| ||| 0.160396
+[X][X] agrees , [X][X] do [X] ||| [X][X] damit einverstanden ist , [X][X] dem [X] ||| 0.00749404 1 ||| ||| 0.160396
+[X][X] agrees , I [X][X] [X] ||| [X][X] damit einverstanden ist , [X][X] ich [X] ||| 0.0278341 1 ||| ||| 0.0719697
+[X][X] agrees , I [X][X] [X] ||| [X][X] damit einverstanden ist , [X][X] ich dem [X] ||| 0.0278341 1 ||| ||| 0.0431849
+[X][X] agrees , I shall [X] ||| [X][X] damit einverstanden ist , werde ich [X] ||| 0.0278341 1 ||| ||| 0.119048
+[X][X] agrees , I shall [X] ||| [X][X] damit einverstanden ist , werde ich dem [X] ||| 0.0278341 1 ||| ||| 0.074026
+[X][X] agrees [X] ||| [X][X] damit einverstanden ist [X] ||| 0.0278341 1 ||| ||| 0.5
+[X][X] agrees [X][X] [X] ||| [X][X] damit einverstanden ist [X][X] [X] ||| 0.0202636 1 ||| ||| 0.423383
+[X][X] agrees [X][X] do [X] ||| [X][X] damit einverstanden ist [X][X] [X] ||| 0.00757053 1 ||| ||| 0.423383
+[X][X] agrees [X][X] [X] ||| [X][X] damit einverstanden ist [X][X] dem [X] ||| 0.0203401 1 ||| ||| 0.160396
+[X][X] agrees [X][X] do [X] ||| [X][X] damit einverstanden ist [X][X] dem [X] ||| 0.00749404 1 ||| ||| 0.160396
+, [X][X] for [X] ||| [X][X] damit zusammen [X] ||| 0.000623152 1 ||| ||| 11.1667
+, [X][X] for next [X] ||| [X][X] damit zusammen [X] ||| 0.000830869 1 ||| ||| 11.1667
+, a [X][X] for [X] ||| [X][X] damit zusammen [X] ||| 0.000623152 1 ||| ||| 11.1667
+, a [X][X] for next [X] ||| [X][X] damit zusammen [X] ||| 0.000830869 1 ||| ||| 11.1667
+, a date [X][X] for [X] ||| [X][X] damit zusammen [X] ||| 0.000623152 1 ||| ||| 11.1667
+[X][X] for [X] ||| [X][X] damit zusammen [X] ||| 0.107283 1 ||| ||| 11.1667
+[X][X] for next [X] ||| [X][X] damit zusammen [X] ||| 0.0428788 1 ||| ||| 11.1667
+a [X][X] for [X] ||| [X][X] damit zusammen [X] ||| 0.000623152 1 ||| ||| 11.1667
+a [X][X] for next [X] ||| [X][X] damit zusammen [X] ||| 0.000830869 1 ||| ||| 11.1667
+a date [X][X] for [X] ||| [X][X] damit zusammen [X] ||| 0.000623152 1 ||| ||| 11.1667
+a date [X][X] for next [X] ||| [X][X] damit zusammen [X] ||| 0.000830869 1 ||| ||| 11.1667
+a date has [X][X] for [X] ||| [X][X] damit zusammen [X] ||| 0.000623152 1 ||| ||| 11.1667
+been [X][X] for [X] ||| [X][X] damit zusammen [X] ||| 0.000623152 1 ||| ||| 11.1667
+been [X][X] for next [X] ||| [X][X] damit zusammen [X] ||| 0.000498522 1 ||| ||| 11.1667
+been set [X][X] for [X] ||| [X][X] damit zusammen [X] ||| 0.000623152 1 ||| ||| 11.1667
+been set [X][X] for next [X] ||| [X][X] damit zusammen [X] ||| 0.000498522 1 ||| ||| 11.1667
+date [X][X] for [X] ||| [X][X] damit zusammen [X] ||| 0.000623152 1 ||| ||| 11.1667
+date [X][X] for next [X] ||| [X][X] damit zusammen [X] ||| 0.000830869 1 ||| ||| 11.1667
+date has [X][X] for [X] ||| [X][X] damit zusammen [X] ||| 0.000623152 1 ||| ||| 11.1667
+date has [X][X] for next [X] ||| [X][X] damit zusammen [X] ||| 0.000830869 1 ||| ||| 11.1667
+date has been [X][X] for [X] ||| [X][X] damit zusammen [X] ||| 0.000623152 1 ||| ||| 11.1667
+has [X][X] for [X] ||| [X][X] damit zusammen [X] ||| 0.000623152 1 ||| ||| 11.1667
+has [X][X] for next [X] ||| [X][X] damit zusammen [X] ||| 0.000830869 1 ||| ||| 11.1667
+has been [X][X] for [X] ||| [X][X] damit zusammen [X] ||| 0.000623152 1 ||| ||| 11.1667
+has been [X][X] for next [X] ||| [X][X] damit zusammen [X] ||| 0.000830869 1 ||| ||| 11.1667
+has been set [X][X] for [X] ||| [X][X] damit zusammen [X] ||| 0.000623152 1 ||| ||| 11.1667
+set [X][X] for [X] ||| [X][X] damit zusammen [X] ||| 0.000830869 1 ||| ||| 11.1667
+set [X][X] for next [X] ||| [X][X] damit zusammen [X] ||| 0.000498522 1 ||| ||| 11.1667
+[X][X] the time when [X] ||| [X][X] dann [X] ||| 0.013917 1 ||| ||| 0.5
+[X][X] time when [X] ||| [X][X] dann [X] ||| 0.013917 1 ||| ||| 0.5
+[X][X] time when [X][X] , [X] ||| [X][X] dann [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.111111
+[X][X] the time when [X][X] [X] ||| [X][X] dann [X][X] [X] ||| 0.013917 1 ||| ||| 0.674604
+[X][X] time when [X][X] [X] ||| [X][X] dann [X][X] [X] ||| 0.013917 1 ||| ||| 0.674604
+[X][X] time when [X][X] if [X] ||| [X][X] dann [X][X] wenn [X] ||| 0.0278341 1 ||| ||| 0.0833333
+[X][X] time when you may [X] ||| [X][X] dann können Sie [X] ||| 0.0278341 1 ||| ||| 0.142857
+[X][X] the courts [X] ||| [X][X] das Gericht [X] ||| 0.0162036 1 ||| ||| 0.251593
+[X][X] the courts have [X] ||| [X][X] das Gericht [X] ||| 0.0116305 1 ||| ||| 0.251593
+[X][X] the [X] ||| [X][X] das [X] ||| 0.0169658 1 ||| ||| 1.0671
+[X][X] to the [X] ||| [X][X] das [X] ||| 0.0108683 1 ||| ||| 1.0671
+[X][X] the [X][X] [X] ||| [X][X] das [X][X] [X] ||| 0.0278341 1 ||| ||| 0.105128
+in the [X][X] [X] ||| [X][X] das ist auch der [X] ||| 0.0278341 1 ||| ||| 0.142857
+[X][X] he [X] ||| [X][X] daß er [X] ||| 0.0278341 1 ||| ||| 0.375
+[X][X] television [X] ||| [X][X] dem Fernsehen [X] ||| 0.0278341 1 ||| ||| 0.590909
+aware [X][X] television that [X] ||| [X][X] dem Fernsehen wissen , [X] ||| 0.0278341 1 ||| ||| 0.125
+aware [X][X] television that [X][X] [X] ||| [X][X] dem Fernsehen wissen , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.111111
+aware [X][X] television [X] ||| [X][X] dem Fernsehen wissen [X] ||| 0.0278341 1 ||| ||| 0.0909091
+aware [X][X] television [X][X] [X] ||| [X][X] dem Fernsehen wissen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.111111
+[X][X] the President [X] ||| [X][X] dem Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.414431
+[X][X] the President [X][X] Governor [X] ||| [X][X] dem Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 0.0278341 1 ||| ||| 0.0897298
+[X][X] the President [X][X] [X] ||| [X][X] dem Präsidentschaftskandidaten [X][X] [X] ||| 0.0208995 1 ||| ||| 0.581159
+[X][X] the President [X][X] the [X] ||| [X][X] dem Präsidentschaftskandidaten [X][X] [X] ||| 0.00693459 1 ||| ||| 0.581159
+[X][X] the President [X][X] of [X] ||| [X][X] dem Präsidentschaftskandidaten [X][X] von [X] ||| 0.0278341 1 ||| ||| 0.040404
+[X][X] the President and [X] ||| [X][X] dem Präsidentschaftskandidaten und [X] ||| 0.0165054 1 ||| ||| 0.396662
+[X][X] the President and to [X] ||| [X][X] dem Präsidentschaftskandidaten und [X] ||| 0.0113287 1 ||| ||| 0.396662
+[X][X] the President and [X][X] [X] ||| [X][X] dem Präsidentschaftskandidaten und [X][X] [X] ||| 0.0278341 1 ||| ||| 0.130134
+[X][X] do [X][X] suggested . [X] ||| [X][X] dem Vorschlag [X][X] folgen . [X] ||| 0.0278341 1 ||| ||| 0.104278
+[X][X] do [X][X] has suggested [X] ||| [X][X] dem Vorschlag [X][X] folgen [X] ||| 0.013917 1 ||| ||| 0.18
+[X][X] do [X][X] suggested [X] ||| [X][X] dem Vorschlag [X][X] folgen [X] ||| 0.013917 1 ||| ||| 0.18
+[X][X] as Mr [X][X] suggested [X] ||| [X][X] dem Vorschlag von Herrn [X][X] folgen [X] ||| 0.0278341 1 ||| ||| 0.09
+[X][X] as [X][X] suggested . [X] ||| [X][X] dem Vorschlag von [X][X] folgen . [X] ||| 0.0278341 1 ||| ||| 0.104278
+[X][X] as [X][X] has suggested [X] ||| [X][X] dem Vorschlag von [X][X] folgen [X] ||| 0.00927803 1 ||| ||| 0.27
+[X][X] as [X][X] suggested [X] ||| [X][X] dem Vorschlag von [X][X] folgen [X] ||| 0.00927803 1 ||| ||| 0.27
+[X][X] do as [X][X] suggested [X] ||| [X][X] dem Vorschlag von [X][X] folgen [X] ||| 0.00927803 1 ||| ||| 0.27
+[X][X] the [X] ||| [X][X] dem [X] ||| 0.0217999 1 ||| ||| 0.995933
+[X][X] which [X] ||| [X][X] dem [X] ||| 0.00603417 1 ||| ||| 0.995933
+[X][X] do [X][X] . [X] ||| [X][X] dem [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.104278
+[X][X] the [X][X] Governor [X] ||| [X][X] dem [X][X] Gouverneur [X] ||| 0.0139171 1 ||| ||| 0.17946
+[X][X] the [X][X] the Governor [X] ||| [X][X] dem [X][X] Gouverneur [X] ||| 0.0139171 1 ||| ||| 0.17946
+[X][X] the [X][X] Governor of [X] ||| [X][X] dem [X][X] Gouverneur von [X] ||| 0.0278341 1 ||| ||| 0.040404
+[X][X] the [X][X] [X] ||| [X][X] dem [X][X] [X] ||| 0.0166514 1 ||| ||| 1.12261
+[X][X] the [X][X] the [X] ||| [X][X] dem [X][X] [X] ||| 0.00358993 1 ||| ||| 1.12261
+[X][X] the [X][X] to [X] ||| [X][X] dem [X][X] [X] ||| 0.00400288 1 ||| ||| 1.12261
+[X][X] the [X][X] to the [X] ||| [X][X] dem [X][X] [X] ||| 0.00358993 1 ||| ||| 1.12261
+[X][X] the [X][X] of [X] ||| [X][X] dem [X][X] von [X] ||| 0.0278341 1 ||| ||| 0.040404
+[X][X] what [X] ||| [X][X] dem es [X] ||| 0.0278341 1 ||| ||| 0.503968
+[X][X] what [X][X] report [X] ||| [X][X] dem es [X][X] Bericht [X] ||| 0.0278341 1 ||| ||| 0.0357143
+[X][X] what [X][X] [X] ||| [X][X] dem es [X][X] [X] ||| 0.0278341 1 ||| ||| 0.280145
+[X][X] what [X][X] a report [X] ||| [X][X] dem es [X][X] einen Bericht [X] ||| 0.0278341 1 ||| ||| 0.0357143
+[X][X] what [X][X] a [X] ||| [X][X] dem es [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.0833333
+[X][X] what is [X] ||| [X][X] dem es sich [X] ||| 0.0278341 1 ||| ||| 0.270833
+[X][X] what is [X][X] report [X] ||| [X][X] dem es sich [X][X] Bericht [X] ||| 0.0278341 1 ||| ||| 0.0357143
+[X][X] what is [X][X] [X] ||| [X][X] dem es sich [X][X] [X] ||| 0.0278341 1 ||| ||| 0.119048
+[X][X] what is merely [X] ||| [X][X] dem es sich lediglich um [X] ||| 0.0278341 1 ||| ||| 0.161097
+[X][X] what is merely [X][X] [X] ||| [X][X] dem es sich lediglich um [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0357143
+[X][X] what is merely a [X] ||| [X][X] dem es sich lediglich um einen [X] ||| 0.0278341 1 ||| ||| 0.0833333
+[X][X] which [X] ||| [X][X] dem sich [X] ||| 0.0278341 1 ||| ||| 0.162338
+[X][X] which this [X] ||| [X][X] dem sich dieses [X] ||| 0.0278341 1 ||| ||| 0.1
+[X][X] the people assassinated very [X] ||| [X][X] den Attentatsopfern , die es in [X] ||| 0.0278341 1 ||| ||| 0.142857
+[X][X] the report . [X] ||| [X][X] den Bericht . [X] ||| 0.0278341 1 ||| ||| 0.212453
+[X][X] the report [X] ||| [X][X] den Bericht [X] ||| 0.0278341 1 ||| ||| 0.342373
+[X][X] the principles that [X] ||| [X][X] den Grundsätzen , die [X] ||| 0.0278341 1 ||| ||| 0.25
+[X][X] the principles that we [X] ||| [X][X] den Grundsätzen , die wir [X] ||| 0.0278341 1 ||| ||| 0.125
+[X][X] the principles [X] ||| [X][X] den Grundsätzen [X] ||| 0.0278341 1 ||| ||| 0.5
+[X][X] the principles [X][X] [X] ||| [X][X] den Grundsätzen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.125
+[X][X] the [X] ||| [X][X] den [X] ||| 0.496472 1 ||| ||| 2.92763
+[X][X] using the [X] ||| [X][X] den [X] ||| 0.00190148 1 ||| ||| 2.92763
+representations [X][X] the [X] ||| [X][X] den [X] ||| 0.00190148 1 ||| ||| 2.92763
+[X][X] the [X][X] prestigious office [X] ||| [X][X] den [X][X] Amtes [X] ||| 0.0278341 1 ||| ||| 0.104278
+[X][X] the [X][X] [X] ||| [X][X] den [X][X] [X] ||| 0.199053 1 ||| ||| 1.51087
+[X][X] using the [X][X] [X] ||| [X][X] den [X][X] [X] ||| 0.00244227 1 ||| ||| 1.51087
+representations [X][X] the [X][X] [X] ||| [X][X] den [X][X] [X] ||| 0.00244227 1 ||| ||| 1.51087
+[X][X] the [X][X] the [X] ||| [X][X] den [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0357143
+[X][X] the [X][X] in [X] ||| [X][X] den [X][X] in [X] ||| 0.0278341 1 ||| ||| 0.0714286
+[X][X] the [X][X] recently [X] ||| [X][X] den [X][X] jüngster Zeit [X] ||| 0.0278341 1 ||| ||| 0.1
+[X][X] the [X][X] recently in [X] ||| [X][X] den [X][X] jüngster Zeit in [X] ||| 0.0278341 1 ||| ||| 0.0714286
+[X][X] the [X][X] and [X] ||| [X][X] den [X][X] und [X] ||| 0.0149425 1 ||| ||| 0.148903
+[X][X] using the [X][X] and [X] ||| [X][X] den [X][X] und [X] ||| 0.0064458 1 ||| ||| 0.148903
+representations [X][X] the [X][X] and [X] ||| [X][X] den [X][X] und [X] ||| 0.0064458 1 ||| ||| 0.148903
+[X][X] the [X][X] and the [X] ||| [X][X] den [X][X] und der [X] ||| 0.0278341 1 ||| ||| 0.0357143
+[X][X] the [X][X] we [X] ||| [X][X] den [X][X] wir [X] ||| 0.0278341 1 ||| ||| 0.125
+[X][X] the weight of your [X] ||| [X][X] den ganzen Einfluß Ihres [X] ||| 0.0278341 1 ||| ||| 0.12406
+[X][X] the weight [X] ||| [X][X] den ganzen Einfluß [X] ||| 0.0154634 1 ||| ||| 0.5
+[X][X] using the weight [X] ||| [X][X] den ganzen Einfluß [X] ||| 0.00618535 1 ||| ||| 0.5
+representations [X][X] the weight [X] ||| [X][X] den ganzen Einfluß [X] ||| 0.00618535 1 ||| ||| 0.5
+[X][X] the weight [X][X] [X] ||| [X][X] den ganzen Einfluß [X][X] [X] ||| 0.0157186 1 ||| ||| 0.609128
+[X][X] using the weight [X][X] [X] ||| [X][X] den ganzen Einfluß [X][X] [X] ||| 0.00605774 1 ||| ||| 0.609128
+representations [X][X] the weight [X][X] [X] ||| [X][X] den ganzen Einfluß [X][X] [X] ||| 0.00605774 1 ||| ||| 0.609128
+[X][X] the weight [X][X] the [X] ||| [X][X] den ganzen Einfluß [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0357143
+[X][X] the weight [X][X] and [X] ||| [X][X] den ganzen Einfluß [X][X] und [X] ||| 0.0278341 1 ||| ||| 0.0799373
+[X][X] feel [X] ||| [X][X] denke , daß [X] ||| 0.0278341 1 ||| ||| 0.678023
+[X][X] feel [X][X] [X] ||| [X][X] denke , daß [X][X] [X] ||| 0.0177742 1 ||| ||| 0.341281
+[X][X] feel [X][X] have [X] ||| [X][X] denke , daß [X][X] [X] ||| 0.00247144 1 ||| ||| 0.341281
+[X][X] feel [X][X] you [X] ||| [X][X] denke , daß [X][X] [X] ||| 0.00511703 1 ||| ||| 0.341281
+[X][X] feel [X][X] you have [X] ||| [X][X] denke , daß [X][X] [X] ||| 0.00247144 1 ||| ||| 0.341281
+[X][X] feel an [X] ||| [X][X] denke , daß eine [X] ||| 0.0278341 1 ||| ||| 0.370331
+[X][X] feel an initiative [X][X] [X] ||| [X][X] denke , daß eine [X][X] Initiative [X] ||| 0.0278341 1 ||| ||| 0.217934
+[X][X] feel an [X][X] [X] ||| [X][X] denke , daß eine [X][X] [X] ||| 0.0195062 1 ||| ||| 0.310978
+[X][X] feel an [X][X] have [X] ||| [X][X] denke , daß eine [X][X] [X] ||| 0.00271227 1 ||| ||| 0.310978
+[X][X] feel an [X][X] you [X] ||| [X][X] denke , daß eine [X][X] [X] ||| 0.00561566 1 ||| ||| 0.310978
+[X][X] of the presentation [X] ||| [X][X] der Aussprache [X] ||| 0.0278341 1 ||| ||| 0.546266
+[X][X] of the presentation [X][X] [X] ||| [X][X] der Aussprache [X][X] [X] ||| 0.0278341 1 ||| ||| 0.380834
+[X][X] of the presentation of [X] ||| [X][X] der Aussprache über [X] ||| 0.0278341 1 ||| ||| 0.341667
+[X][X] of the European Union [X] ||| [X][X] der Europäischen Union [X] ||| 0.0278341 1 ||| ||| 0.189733
+[X][X] of the European [X] ||| [X][X] der Europäischen [X] ||| 0.0278341 1 ||| ||| 0.278822
+[X][X] the case [X] ||| [X][X] der Fall [X] ||| 0.0278341 1 ||| ||| 0.166667
+[X][X] the case [X][X] . [X] ||| [X][X] der Fall [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.025641
+[X][X] the case [X][X] Nikitin [X] ||| [X][X] der Fall [X][X] Nikitin [X] ||| 0.0278341 1 ||| ||| 0.0344828
+[X][X] the case [X][X] [X] ||| [X][X] der Fall [X][X] [X] ||| 0.0278341 1 ||| ||| 0.112755
+[X][X] the case of Alexander [X] ||| [X][X] der Fall von Alexander [X] ||| 0.0278341 1 ||| ||| 0.0526316
+[X][X] the case of [X] ||| [X][X] der Fall von [X] ||| 0.0278341 1 ||| ||| 0.0909091
+[X][X] the case of [X][X] [X] ||| [X][X] der Fall von [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0601238
+[X][X] the principle [X] ||| [X][X] der Grundsatz [X] ||| 0.0278341 1 ||| ||| 0.257576
+[X][X] the principle [X][X] stability [X] ||| [X][X] der Grundsatz [X][X] Stabilität [X] ||| 0.0278341 1 ||| ||| 0.0601238
+[X][X] the principle [X][X] [X] ||| [X][X] der Grundsatz [X][X] [X] ||| 0.0234025 1 ||| ||| 0.296135
+[X][X] the principle [X][X] is [X] ||| [X][X] der Grundsatz [X][X] [X] ||| 0.0044316 1 ||| ||| 0.296135
+[X][X] the principle [X][X] a [X] ||| [X][X] der Grundsatz [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.0373573
+[X][X] the principle [X][X] fundamental [X] ||| [X][X] der Grundsatz [X][X] elementaren [X] ||| 0.0278341 1 ||| ||| 0.0172414
+[X][X] the principle of [X] ||| [X][X] der Grundsatz der [X] ||| 0.0278341 1 ||| ||| 0.143541
+[X][X] the principle of [X][X] [X] ||| [X][X] der Grundsatz der [X][X] [X] ||| 0.0278341 1 ||| ||| 0.161872
+[X][X] the principle of relative [X] ||| [X][X] der Grundsatz der relativen [X] ||| 0.0278341 1 ||| ||| 0.0871143
+[X][X] the institution [X] ||| [X][X] der Institution , [X] ||| 0.0251407 1 ||| ||| 0.279307
+using [X][X] the institution [X] ||| [X][X] der Institution , [X] ||| 0.00269335 1 ||| ||| 0.279307
+[X][X] the institution [X][X] , [X] ||| [X][X] der Institution , [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0421473
+[X][X] the institution [X][X] [X] ||| [X][X] der Institution , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.113984
+[X][X] the institution [X][X] to [X] ||| [X][X] der Institution , [X][X] bei [X] ||| 0.0278341 1 ||| ||| 0.0169492
+[X][X] the institution you [X] ||| [X][X] der Institution , die Sie [X] ||| 0.0278341 1 ||| ||| 0.114866
+[X][X] the institution you [X][X] [X] ||| [X][X] der Institution , die Sie [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0590964
+[X][X] the institution you represent [X] ||| [X][X] der Institution , die Sie vertreten [X] ||| 0.0278341 1 ||| ||| 0.0548872
+[X][X] the institution [X] ||| [X][X] der Institution , die [X] ||| 0.0251722 1 ||| ||| 0.213394
+using [X][X] the institution [X] ||| [X][X] der Institution , die [X] ||| 0.00266195 1 ||| ||| 0.213394
+[X][X] the institution [X][X] , [X] ||| [X][X] der Institution , die [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0421473
+[X][X] the institution [X][X] [X] ||| [X][X] der Institution , die [X][X] [X] ||| 0.0278341 1 ||| ||| 0.113984
+[X][X] the institution [X][X] to [X] ||| [X][X] der Institution , die [X][X] bei [X] ||| 0.0278341 1 ||| ||| 0.0169492
+[X][X] the institution [X] ||| [X][X] der Institution [X] ||| 0.0250851 1 ||| ||| 0.405
+using [X][X] the institution [X] ||| [X][X] der Institution [X] ||| 0.00274905 1 ||| ||| 0.405
+[X][X] the institution [X][X] , [X] ||| [X][X] der Institution [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0421473
+[X][X] the institution [X][X] [X] ||| [X][X] der Institution [X][X] [X] ||| 0.0278341 1 ||| ||| 0.113984
+[X][X] the institution [X][X] to [X] ||| [X][X] der Institution [X][X] bei [X] ||| 0.0278341 1 ||| ||| 0.0169492
+, [X][X] the positions [X] ||| [X][X] der Position , [X] ||| 0.0129892 1 ||| ||| 0.133929
+indeed , [X][X] the positions [X] ||| [X][X] der Position , [X] ||| 0.0148449 1 ||| ||| 0.133929
+, [X][X] the positions [X] ||| [X][X] der Position , die [X] ||| 0.0154634 1 ||| ||| 0.1125
+indeed , [X][X] the positions [X] ||| [X][X] der Position , die [X] ||| 0.0123707 1 ||| ||| 0.1125
+[X][X] the positions [X] ||| [X][X] der Position [X] ||| 0.0278341 1 ||| ||| 0.58259
+[X][X] requested [X] ||| [X][X] der Wunsch [X] ||| 0.0278341 1 ||| ||| 0.416667
+[X][X] requested [X][X] [X] ||| [X][X] der Wunsch [X][X] [X] ||| 0.0278341 1 ||| ||| 0.130779
+[X][X] requested [X][X] on [X] ||| [X][X] der Wunsch [X][X] im [X] ||| 0.0278341 1 ||| ||| 0.0462963
+[X][X] requested [X] ||| [X][X] der Wunsch nach [X] ||| 0.0278341 1 ||| ||| 0.342857
+[X][X] requested [X][X] [X] ||| [X][X] der Wunsch nach [X][X] [X] ||| 0.0278341 1 ||| ||| 0.130779
+[X][X] requested [X][X] on [X] ||| [X][X] der Wunsch nach [X][X] im [X] ||| 0.0278341 1 ||| ||| 0.0462963
+[X][X] requested a debate [X] ||| [X][X] der Wunsch nach einer Aussprache [X] ||| 0.0278341 1 ||| ||| 0.0844828
+[X][X] requested a debate on [X] ||| [X][X] der Wunsch nach einer Aussprache im [X] ||| 0.0278341 1 ||| ||| 0.0462963
+[X][X] requested a [X] ||| [X][X] der Wunsch nach einer [X] ||| 0.0278341 1 ||| ||| 0.171429
+[X][X] requested a [X][X] [X] ||| [X][X] der Wunsch nach einer [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0462963
+[X][X] , access [X] ||| [X][X] der Zugang [X] ||| 0.013917 1 ||| ||| 0.517482
+[X][X] access [X] ||| [X][X] der Zugang [X] ||| 0.013917 1 ||| ||| 0.517482
+[X][X] , access [X][X] [X] ||| [X][X] der Zugang [X][X] [X] ||| 0.013917 1 ||| ||| 0.195238
+[X][X] access [X][X] [X] ||| [X][X] der Zugang [X][X] [X] ||| 0.013917 1 ||| ||| 0.195238
+[X][X] access to environmental information [X] ||| [X][X] der Zugang zu Umweltinformationen [X] ||| 0.0278341 1 ||| ||| 0.097619
+[X][X] , access to [X] ||| [X][X] der Zugang zu [X] ||| 0.013917 1 ||| ||| 0.271494
+[X][X] access to [X] ||| [X][X] der Zugang zu [X] ||| 0.013917 1 ||| ||| 0.271494
+[X][X] , access to [X][X] [X] ||| [X][X] der Zugang zu [X][X] [X] ||| 0.013917 1 ||| ||| 0.195238
+[X][X] access to [X][X] [X] ||| [X][X] der Zugang zu [X][X] [X] ||| 0.013917 1 ||| ||| 0.195238
+[X][X] of [X] ||| [X][X] der [X] ||| 0.0343837 1 ||| ||| 8.02917
+[X][X] of the [X] ||| [X][X] der [X] ||| 0.155526 1 ||| ||| 8.02917
+[X][X] the [X] ||| [X][X] der [X] ||| 0.456058 1 ||| ||| 8.02917
+[X][X] who [X] ||| [X][X] der [X] ||| 0.00261097 1 ||| ||| 8.02917
+is [X][X] of the [X] ||| [X][X] der [X] ||| 0.000315148 1 ||| ||| 8.02917
+the [X][X] who [X] ||| [X][X] der [X] ||| 0.00019259 1 ||| ||| 8.02917
+to [X][X] who [X] ||| [X][X] der [X] ||| 0.000173331 1 ||| ||| 8.02917
+to the [X][X] who [X] ||| [X][X] der [X] ||| 0.000173331 1 ||| ||| 8.02917
+using [X][X] the [X] ||| [X][X] der [X] ||| 0.000182454 1 ||| ||| 8.02917
+[X][X] the [X][X] , [X] ||| [X][X] der [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0421473
+[X][X] the [X][X] , to [X] ||| [X][X] der [X][X] , bei [X] ||| 0.0278341 1 ||| ||| 0.0169492
+[X][X] of the [X][X] . [X] ||| [X][X] der [X][X] . [X] ||| 0.020666 1 ||| ||| 0.0995657
+[X][X] the [X][X] . [X] ||| [X][X] der [X][X] . [X] ||| 0.00716807 1 ||| ||| 0.0995657
+[X][X] the [X][X] Alexander Nikitin [X] ||| [X][X] der [X][X] Alexander Nikitin [X] ||| 0.0278341 1 ||| ||| 0.0344828
+[X][X] the [X][X] Alexander [X] ||| [X][X] der [X][X] Alexander [X] ||| 0.0278341 1 ||| ||| 0.0526316
+[X][X] of the [X][X] report [X] ||| [X][X] der [X][X] Bericht [X] ||| 0.0278341 1 ||| ||| 0.104278
+[X][X] the [X][X] European Community [X] ||| [X][X] der [X][X] Europäischen Union [X] ||| 0.0278341 1 ||| ||| 0.0689755
+[X][X] the [X][X] European [X] ||| [X][X] der [X][X] Europäischen [X] ||| 0.013917 1 ||| ||| 0.181587
+[X][X] the [X][X] the European [X] ||| [X][X] der [X][X] Europäischen [X] ||| 0.013917 1 ||| ||| 0.181587
+[X][X] the [X][X] Nikitin . [X] ||| [X][X] der [X][X] Nikitin . [X] ||| 0.0278341 1 ||| ||| 0.025641
+[X][X] the [X][X] Nikitin [X] ||| [X][X] der [X][X] Nikitin [X] ||| 0.0278341 1 ||| ||| 0.0344828
+[X][X] of [X][X] legal principle [X] ||| [X][X] der [X][X] Rechtsgrundsatz [X] ||| 0.0278341 1 ||| ||| 0.0243902
+[X][X] the [X][X] stability [X] ||| [X][X] der [X][X] Stabilität [X] ||| 0.0156003 1 ||| ||| 0.107273
+[X][X] the [X][X] stability is [X] ||| [X][X] der [X][X] Stabilität [X] ||| 0.0122338 1 ||| ||| 0.107273
+[X][X] the [X][X] Community [X] ||| [X][X] der [X][X] Union [X] ||| 0.0278341 1 ||| ||| 0.0689755
+[X][X] of the [X][X] proposal [X] ||| [X][X] der [X][X] Vorschlag [X] ||| 0.0278341 1 ||| ||| 0.05
+[X][X] of [X][X] [X] ||| [X][X] der [X][X] [X] ||| 0.00458089 1 ||| ||| 4.08247
+[X][X] of [X][X] is [X] ||| [X][X] der [X][X] [X] ||| 0.000943735 1 ||| ||| 4.08247
+[X][X] of the [X][X] [X] ||| [X][X] der [X][X] [X] ||| 0.0943099 1 ||| ||| 4.08247
+[X][X] the [X][X] [X] ||| [X][X] der [X][X] [X] ||| 0.0822025 1 ||| ||| 4.08247
+[X][X] the [X][X] is [X] ||| [X][X] der [X][X] [X] ||| 0.000321461 1 ||| ||| 4.08247
+[X][X] the [X][X] the [X] ||| [X][X] der [X][X] [X] ||| 0.00125845 1 ||| ||| 4.08247
+is [X][X] of the [X][X] [X] ||| [X][X] der [X][X] [X] ||| 0.000378776 1 ||| ||| 4.08247
+[X][X] the [X][X] to [X] ||| [X][X] der [X][X] bei [X] ||| 0.0278341 1 ||| ||| 0.0169492
+[X][X] of the [X][X] the [X] ||| [X][X] der [X][X] den [X] ||| 0.0278341 1 ||| ||| 0.202632
+[X][X] of the [X][X] a [X] ||| [X][X] der [X][X] ein [X] ||| 0.0278341 1 ||| ||| 0.1125
+[X][X] of [X][X] a [X] ||| [X][X] der [X][X] einen [X] ||| 0.0100613 1 ||| ||| 0.269677
+[X][X] of [X][X] is a [X] ||| [X][X] der [X][X] einen [X] ||| 0.0100613 1 ||| ||| 0.269677
+[X][X] the [X][X] a [X] ||| [X][X] der [X][X] einen [X] ||| 0.00385575 1 ||| ||| 0.269677
+[X][X] the [X][X] is a [X] ||| [X][X] der [X][X] einen [X] ||| 0.00385575 1 ||| ||| 0.269677
+[X][X] of [X][X] a fundamental [X] ||| [X][X] der [X][X] einen elementaren [X] ||| 0.0219553 1 ||| ||| 0.0816319
+[X][X] the [X][X] a fundamental [X] ||| [X][X] der [X][X] einen elementaren [X] ||| 0.00587881 1 ||| ||| 0.0816319
+[X][X] of [X][X] fundamental [X] ||| [X][X] der [X][X] elementaren [X] ||| 0.0219553 1 ||| ||| 0.0816319
+[X][X] the [X][X] fundamental [X] ||| [X][X] der [X][X] elementaren [X] ||| 0.00587881 1 ||| ||| 0.0816319
+[X][X] the [X][X] relative stability [X] ||| [X][X] der [X][X] relativen Stabilität [X] ||| 0.0278341 1 ||| ||| 0.0601238
+[X][X] the [X][X] relative [X] ||| [X][X] der [X][X] relativen [X] ||| 0.0278341 1 ||| ||| 0.0871143
+[X][X] of the [X][X] and [X] ||| [X][X] der [X][X] und [X] ||| 0.0278341 1 ||| ||| 0.195833
+done [X][X] of [X][X] [X] ||| [X][X] der [X][X] verhängt [X] ||| 0.0278341 1 ||| ||| 0.0666667
+be done [X][X] of [X][X] [X] ||| [X][X] der [X][X] verhängt werden [X] ||| 0.0278341 1 ||| ||| 0.0666667
+[X][X] the [X][X] represent , [X] ||| [X][X] der [X][X] vertreten , [X] ||| 0.0278341 1 ||| ||| 0.0421473
+[X][X] the [X][X] represent [X] ||| [X][X] der [X][X] vertreten [X] ||| 0.0278341 1 ||| ||| 0.0548872
+[X][X] of the common [X] ||| [X][X] der gemeinsamen [X] ||| 0.0248422 1 ||| ||| 0.664503
+is [X][X] of the common [X] ||| [X][X] der gemeinsamen [X] ||| 0.00299194 1 ||| ||| 0.664503
+[X][X] of the common [X][X] [X] ||| [X][X] der gemeinsamen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.682576
+[X][X] the whole [X] ||| [X][X] der gesamten [X] ||| 0.0128177 1 ||| ||| 0.751182
+[X][X] the whole of [X] ||| [X][X] der gesamten [X] ||| 0.00817709 1 ||| ||| 0.751182
+[X][X] the whole of the [X] ||| [X][X] der gesamten [X] ||| 0.0068393 1 ||| ||| 0.751182
+[X][X] the whole [X][X] Community [X] ||| [X][X] der gesamten [X][X] Union [X] ||| 0.0278341 1 ||| ||| 0.0689755
+[X][X] the whole [X][X] [X] ||| [X][X] der gesamten [X][X] [X] ||| 0.013917 1 ||| ||| 0.319538
+[X][X] the whole of [X][X] [X] ||| [X][X] der gesamten [X][X] [X] ||| 0.013917 1 ||| ||| 0.319538
+[X][X] of relative stability [X] ||| [X][X] der relativen Stabilität [X] ||| 0.0199005 1 ||| ||| 0.485624
+[X][X] of relative stability is [X] ||| [X][X] der relativen Stabilität [X] ||| 0.00793364 1 ||| ||| 0.485624
+[X][X] of relative stability [X][X] [X] ||| [X][X] der relativen Stabilität [X][X] [X] ||| 0.0278341 1 ||| ||| 0.186262
+done [X][X] of relative stability [X] ||| [X][X] der relativen Stabilität verhängt [X] ||| 0.0278341 1 ||| ||| 0.0666667
+[X][X] of relative [X] ||| [X][X] der relativen [X] ||| 0.0278341 1 ||| ||| 0.602266
+[X][X] of relative [X][X] [X] ||| [X][X] der relativen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.324681
+[X][X] of relative [X][X] a [X] ||| [X][X] der relativen [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.0974811
+[X][X] of relative [X][X] fundamental [X] ||| [X][X] der relativen [X][X] elementaren [X] ||| 0.0278341 1 ||| ||| 0.0643905
+[X][X] initiative of the type [X] ||| [X][X] derartige Initiative [X] ||| 0.0278341 1 ||| ||| 0.326813
+[X][X] of the European Parliament [X] ||| [X][X] des Europäischen Parlaments [X] ||| 0.0278341 1 ||| ||| 0.125
+[X][X] of the European [X] ||| [X][X] des Europäischen [X] ||| 0.0205093 1 ||| ||| 0.422222
+with [X][X] of the European [X] ||| [X][X] des Europäischen [X] ||| 0.00732476 1 ||| ||| 0.422222
+[X][X] the condemned person [X] ||| [X][X] des Verurteilten [X] ||| 0.0278341 1 ||| ||| 0.263095
+[X][X] of [X] ||| [X][X] des [X] ||| 0.104374 1 ||| ||| 2.38645
+[X][X] of the [X] ||| [X][X] des [X] ||| 0.00583169 1 ||| ||| 2.38645
+[X][X] the [X] ||| [X][X] des [X] ||| 0.00802481 1 ||| ||| 2.38645
+with [X][X] of the [X] ||| [X][X] des [X] ||| 0.0019439 1 ||| ||| 2.38645
+[X][X] of the [X][X] [X] ||| [X][X] des [X][X] [X] ||| 0.00896498 1 ||| ||| 0.388095
+[X][X] the [X][X] [X] ||| [X][X] des [X][X] [X] ||| 0.0188691 1 ||| ||| 0.388095
+[X][X] made it clear that [X] ||| [X][X] deutlich gemacht hat , daß [X] ||| 0.0278341 1 ||| ||| 0.249921
+[X][X] made it clear [X] ||| [X][X] deutlich gemacht hat [X] ||| 0.0231172 1 ||| ||| 0.421499
+have [X][X] made it clear [X] ||| [X][X] deutlich gemacht hat [X] ||| 0.00471686 1 ||| ||| 0.421499
+[X][X] you [X] ||| [X][X] die Sie [X] ||| 0.0278341 1 ||| ||| 0.414866
+[X][X] you [X][X] President [X] ||| [X][X] die Sie [X][X] Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.0163934
+[X][X] you [X][X] [X] ||| [X][X] die Sie [X][X] [X] ||| 0.0278341 1 ||| ||| 0.241197
+[X][X] you [X][X] to [X] ||| [X][X] die Sie [X][X] bei [X] ||| 0.0278341 1 ||| ||| 0.0661201
+[X][X] you [X][X] to the [X] ||| [X][X] die Sie [X][X] bei dem [X] ||| 0.0278341 1 ||| ||| 0.0353335
+[X][X] you [X][X] the President [X] ||| [X][X] die Sie [X][X] dem Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.0163934
+[X][X] you [X][X] the [X] ||| [X][X] die Sie [X][X] dem [X] ||| 0.0278341 1 ||| ||| 0.0353335
+[X][X] you represent , [X] ||| [X][X] die Sie vertreten , [X] ||| 0.0278341 1 ||| ||| 0.12335
+[X][X] you represent , [X][X] [X] ||| [X][X] die Sie vertreten , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.051727
+[X][X] you represent , to [X] ||| [X][X] die Sie vertreten , bei [X] ||| 0.0278341 1 ||| ||| 0.0661201
+[X][X] you represent [X] ||| [X][X] die Sie vertreten [X] ||| 0.0278341 1 ||| ||| 0.207519
+[X][X] you represent [X][X] President [X] ||| [X][X] die Sie vertreten [X][X] Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.0163934
+[X][X] you represent [X][X] [X] ||| [X][X] die Sie vertreten [X][X] [X] ||| 0.0278341 1 ||| ||| 0.117847
+[X][X] you represent [X][X] the [X] ||| [X][X] die Sie vertreten [X][X] dem [X] ||| 0.0278341 1 ||| ||| 0.0353335
+[X][X] which [X] ||| [X][X] die [X] ||| 0.0278341 1 ||| ||| 0.938034
+[X][X] which [X][X] [X] ||| [X][X] die [X][X] [X] ||| 0.0278341 1 ||| ||| 0.121429
+[X][X] which [X] ||| [X][X] die von [X] ||| 0.0278341 1 ||| ||| 0.5
+[X][X] which [X][X] [X] ||| [X][X] die von [X][X] [X] ||| 0.0278341 1 ||| ||| 0.121429
+[X][X] which many [X] ||| [X][X] die von vielen [X] ||| 0.0189341 1 ||| ||| 0.379762
+[X][X] which many people [X] ||| [X][X] die von vielen [X] ||| 0.00889996 1 ||| ||| 0.379762
+[X][X] raise this question , [X] ||| [X][X] diese Frage ansprechen , [X] ||| 0.0278341 1 ||| ||| 0.286406
+[X][X] raise this question [X] ||| [X][X] diese Frage ansprechen [X] ||| 0.0278341 1 ||| ||| 0.401544
+[X][X] raise this question [X][X] [X] ||| [X][X] diese Frage ansprechen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.375872
+[X][X] a [X] ||| [X][X] dieser [X] ||| 0.0278341 1 ||| ||| 0.892857
+[X][X] a [X][X] situation [X] ||| [X][X] dieser [X][X] Situation [X] ||| 0.0278341 1 ||| ||| 0.16406
+[X][X] a [X][X] [X] ||| [X][X] dieser [X][X] [X] ||| 0.0278341 1 ||| ||| 0.431217
+[X][X] a very [X] ||| [X][X] dieser sehr [X] ||| 0.0278341 1 ||| ||| 0.483766
+[X][X] a very [X][X] [X] ||| [X][X] dieser sehr [X][X] [X] ||| 0.0278341 1 ||| ||| 0.16406
+[X][X] a very difficult situation [X] ||| [X][X] dieser sehr schwierigen Situation [X] ||| 0.0278341 1 ||| ||| 0.16406
+[X][X] a very difficult [X] ||| [X][X] dieser sehr schwierigen [X] ||| 0.0278341 1 ||| ||| 0.267157
+[X][X] this Parliament [X] ||| [X][X] dieses Parlament [X] ||| 0.0278341 1 ||| ||| 0.215909
+[X][X] this Parliament [X][X] . [X] ||| [X][X] dieses Parlament [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.025641
+[X][X] this Parliament [X][X] [X] ||| [X][X] dieses Parlament [X][X] [X] ||| 0.0188309 1 ||| ||| 0.287185
+[X][X] this Parliament [X][X] an [X] ||| [X][X] dieses Parlament [X][X] [X] ||| 0.00487539 1 ||| ||| 0.287185
+[X][X] this Parliament [X][X] interest [X] ||| [X][X] dieses Parlament [X][X] [X] ||| 0.00412786 1 ||| ||| 0.287185
+[X][X] this Parliament has [X][X] [X] ||| [X][X] dieses Parlament [X][X] hat [X] ||| 0.0278341 1 ||| ||| 0.168651
+[X][X] this [X] ||| [X][X] dieses [X] ||| 0.0278341 1 ||| ||| 0.516667
+[X][X] this [X][X] . [X] ||| [X][X] dieses [X][X] . [X] ||| 0.013917 1 ||| ||| 0.051282
+[X][X] this [X][X] interest . [X] ||| [X][X] dieses [X][X] . [X] ||| 0.013917 1 ||| ||| 0.051282
+[X][X] this [X][X] [X] ||| [X][X] dieses [X][X] [X] ||| 0.0163989 1 ||| ||| 0.329775
+[X][X] this [X][X] an [X] ||| [X][X] dieses [X][X] [X] ||| 0.00424573 1 ||| ||| 0.329775
+[X][X] this [X][X] an interest [X] ||| [X][X] dieses [X][X] [X] ||| 0.00359475 1 ||| ||| 0.329775
+[X][X] this [X][X] interest [X] ||| [X][X] dieses [X][X] [X] ||| 0.00359475 1 ||| ||| 0.329775
+[X][X] a proposal [X] ||| [X][X] ein Vorschlag [X] ||| 0.0278341 1 ||| ||| 0.317157
+[X][X] a proposal [X][X] [X] ||| [X][X] ein Vorschlag [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0454545
+[X][X] a proposal [X][X] [X] ||| [X][X] ein Vorschlag [X][X] [X] ||| 0.0278341 1 ||| ||| 0.187611
+[X][X] a [X] ||| [X][X] ein [X] ||| 0.0278341 1 ||| ||| 0.58228
+[X][X] a [X][X] [X] ||| [X][X] ein [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0454545
+[X][X] a [X][X] [X] ||| [X][X] ein [X][X] [X] ||| 0.0278341 1 ||| ||| 0.187611
+[X][X] something that [X] ||| [X][X] eine Angelegenheit , die [X] ||| 0.0187718 1 ||| ||| 0.477778
+[X][X] to something that [X] ||| [X][X] eine Angelegenheit , die [X] ||| 0.00906229 1 ||| ||| 0.477778
+[X][X] something [X] ||| [X][X] eine Angelegenheit [X] ||| 0.0193845 1 ||| ||| 0.848485
+[X][X] to something [X] ||| [X][X] eine Angelegenheit [X] ||| 0.00844964 1 ||| ||| 0.848485
+[X][X] advice [X] ||| [X][X] eine Auskunft [X] ||| 0.0278341 1 ||| ||| 0.333333
+[X][X] advice [X][X] 143 [X] ||| [X][X] eine Auskunft [X][X] 143 [X] ||| 0.0278341 1 ||| ||| 0.0714286
+[X][X] advice [X][X] [X] ||| [X][X] eine Auskunft [X][X] [X] ||| 0.0278341 1 ||| ||| 0.196429
+[X][X] advice about Rule 143 [X] ||| [X][X] eine Auskunft zu Artikel 143 [X] ||| 0.0278341 1 ||| ||| 0.0714286
+[X][X] advice about Rule [X] ||| [X][X] eine Auskunft zu Artikel [X] ||| 0.0278341 1 ||| ||| 0.125
+[X][X] advice about [X] ||| [X][X] eine Auskunft zu [X] ||| 0.0278341 1 ||| ||| 0.2
+[X][X] advice about [X][X] [X] ||| [X][X] eine Auskunft zu [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0714286
+a petition [X][X] [X] ||| [X][X] eine Petition [X] ||| 0.0278341 1 ||| ||| 0.2
+a petition [X][X] presented , [X] ||| [X][X] eine Petition eingereicht , [X] ||| 0.0278341 1 ||| ||| 0.2
+a petition [X][X] presented [X] ||| [X][X] eine Petition eingereicht [X] ||| 0.0278341 1 ||| ||| 0.2
+a petition [X][X] presented [X][X] [X] ||| [X][X] eine Petition eingereicht [X][X] [X] ||| 0.0278341 1 ||| ||| 0.411111
+a petition [X][X] presented [X][X] [X] ||| [X][X] eine Petition eingereicht [X][X] von [X] ||| 0.0278341 1 ||| ||| 0.111111
+[X][X] an [X] ||| [X][X] eine [X] ||| 0.0278341 1 ||| ||| 0.703664
+[X][X] an initiative [X][X] [X] ||| [X][X] eine [X][X] Initiative [X] ||| 0.0109863 1 ||| ||| 1.09609
+[X][X] an initiative [X][X] have [X] ||| [X][X] eine [X][X] Initiative [X] ||| 0.0018736 1 ||| ||| 1.09609
+[X][X] an initiative [X][X] just [X] ||| [X][X] eine [X][X] Initiative [X] ||| 0.00105808 1 ||| ||| 1.09609
+[X][X] an initiative [X][X] you [X] ||| [X][X] eine [X][X] Initiative [X] ||| 0.00292978 1 ||| ||| 1.09609
+[X][X] an initiative of [X][X] [X] ||| [X][X] eine [X][X] Initiative [X] ||| 0.0109863 1 ||| ||| 1.09609
+[X][X] an [X][X] [X] ||| [X][X] eine [X][X] [X] ||| 0.0154602 1 ||| ||| 0.778903
+[X][X] an [X][X] have [X] ||| [X][X] eine [X][X] [X] ||| 0.00263657 1 ||| ||| 0.778903
+[X][X] an [X][X] have just [X] ||| [X][X] eine [X][X] [X] ||| 0.00148896 1 ||| ||| 0.778903
+[X][X] an [X][X] just [X] ||| [X][X] eine [X][X] [X] ||| 0.00148896 1 ||| ||| 0.778903
+[X][X] an [X][X] you [X] ||| [X][X] eine [X][X] [X] ||| 0.00412285 1 ||| ||| 0.778903
+[X][X] an [X][X] you have [X] ||| [X][X] eine [X][X] [X] ||| 0.00263657 1 ||| ||| 0.778903
+[X][X] an [X][X] the type [X] ||| [X][X] eine derartige [X][X] [X] ||| 0.0278341 1 ||| ||| 0.201813
+[X][X] a report [X] ||| [X][X] einen Bericht [X] ||| 0.0278341 1 ||| ||| 0.345922
+[X][X] a report [X][X] [X] ||| [X][X] einen Bericht [X][X] [X] ||| 0.0278341 1 ||| ||| 0.185829
+[X][X] a report , [X] ||| [X][X] einen Bericht und [X] ||| 0.0278341 1 ||| ||| 0.178023
+[X][X] a report , [X][X] [X] ||| [X][X] einen Bericht und [X][X] [X] ||| 0.0278341 1 ||| ||| 0.185829
+visited [X][X] [X] ||| [X][X] einen Besuch [X] ||| 0.0278341 1 ||| ||| 0.0357143
+visited [X][X] [X] ||| [X][X] einen Besuch abgestattet [X] ||| 0.0278341 1 ||| ||| 0.0357143
+[X][X] an objection [X] ||| [X][X] einen Einwand gegen [X] ||| 0.0187244 1 ||| ||| 0.206782
+[X][X] raise an objection [X] ||| [X][X] einen Einwand gegen [X] ||| 0.00910971 1 ||| ||| 0.206782
+[X][X] a [X] ||| [X][X] einen [X] ||| 0.149959 1 ||| ||| 2.27843
+[X][X] an [X] ||| [X][X] einen [X] ||| 0.00365476 1 ||| ||| 2.27843
+[X][X] is a [X] ||| [X][X] einen [X] ||| 0.00498045 1 ||| ||| 2.27843
+[X][X] raise an [X] ||| [X][X] einen [X] ||| 0.00190957 1 ||| ||| 2.27843
+[X][X] a [X][X] legislative proposal [X] ||| [X][X] einen [X][X] Legislativvorschlag [X] ||| 0.0278341 1 ||| ||| 0.0739247
+[X][X] a [X][X] [X] ||| [X][X] einen [X][X] [X] ||| 0.0211267 1 ||| ||| 1.04153
+[X][X] is a [X][X] [X] ||| [X][X] einen [X][X] [X] ||| 0.00670737 1 ||| ||| 1.04153
+[X][X] a [X][X] of the [X] ||| [X][X] einen [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.135635
+[X][X] a [X][X] common [X] ||| [X][X] einen [X][X] gemeinsamen [X] ||| 0.0195591 1 ||| ||| 0.112121
+[X][X] is a [X][X] common [X] ||| [X][X] einen [X][X] gemeinsamen [X] ||| 0.00827499 1 ||| ||| 0.112121
+[X][X] a [X][X] not a [X] ||| [X][X] einen [X][X] keinen [X] ||| 0.0278341 1 ||| ||| 0.111905
+[X][X] a fundamental legal principle [X] ||| [X][X] einen elementaren Rechtsgrundsatz [X] ||| 0.0278341 1 ||| ||| 0.212268
+[X][X] a fundamental [X] ||| [X][X] einen elementaren [X] ||| 0.0173382 1 ||| ||| 0.677987
+[X][X] is a fundamental [X] ||| [X][X] einen elementaren [X] ||| 0.0104959 1 ||| ||| 0.677987
+[X][X] a fundamental [X][X] [X] ||| [X][X] einen elementaren [X][X] [X] ||| 0.0175254 1 ||| ||| 0.677675
+[X][X] is a fundamental [X][X] [X] ||| [X][X] einen elementaren [X][X] [X] ||| 0.0103086 1 ||| ||| 0.677675
+[X][X] a fundamental [X][X] common [X] ||| [X][X] einen elementaren [X][X] gemeinsamen [X] ||| 0.0278341 1 ||| ||| 0.0787879
+[X][X] a debate [X] ||| [X][X] einer Aussprache [X] ||| 0.0278341 1 ||| ||| 0.184483
+[X][X] a debate on [X] ||| [X][X] einer Aussprache im [X] ||| 0.0278341 1 ||| ||| 0.101852
+[X][X] a [X] ||| [X][X] einer [X] ||| 0.241419 1 ||| ||| 1.3881
+[X][X] a [X][X] ) [X] ||| [X][X] einer [X][X] ) [X] ||| 0.0278341 1 ||| ||| 0.291667
+[X][X] a [X][X] [X] ||| [X][X] einer [X][X] [X] ||| 0.0278341 1 ||| ||| 0.986376
+[X][X] of a [X] ||| [X][X] eines [X] ||| 0.241419 1 ||| ||| 1.075
+[X][X] of a [X][X] , [X] ||| [X][X] eines [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.128706
+[X][X] of a [X][X] Mr [X] ||| [X][X] eines [X][X] Herrn [X] ||| 0.0278341 1 ||| ||| 0.0739247
+[X][X] of a [X][X] Zimeray [X] ||| [X][X] eines [X][X] Zimeray [X] ||| 0.0278341 1 ||| ||| 0.053802
+[X][X] of a [X][X] [X] ||| [X][X] eines [X][X] [X] ||| 0.0278341 1 ||| ||| 0.415256
+[X][X] of a French Member [X] ||| [X][X] eines französischen Mitglieds [X] ||| 0.0278341 1 ||| ||| 0.158824
+[X][X] of a French [X] ||| [X][X] eines französischen [X] ||| 0.0278341 1 ||| ||| 0.25
+[X][X] of a French [X][X] [X] ||| [X][X] eines französischen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.256432
+[X][X] presented , [X] ||| [X][X] eingereicht , [X] ||| 0.0278341 1 ||| ||| 0.601923
+[X][X] presented , [X][X] [X] ||| [X][X] eingereicht , [X][X] [X] ||| 0.0218696 1 ||| ||| 0.233333
+[X][X] presented , [X][X] people [X] ||| [X][X] eingereicht , [X][X] [X] ||| 0.00596446 1 ||| ||| 0.233333
+[X][X] presented , which [X] ||| [X][X] eingereicht , die [X] ||| 0.0278341 1 ||| ||| 0.354701
+[X][X] presented , which [X][X] [X] ||| [X][X] eingereicht , die [X][X] [X] ||| 0.0278341 1 ||| ||| 0.05
+[X][X] presented , which [X] ||| [X][X] eingereicht , die von [X] ||| 0.0278341 1 ||| ||| 0.25
+[X][X] presented , which [X][X] [X] ||| [X][X] eingereicht , die von [X][X] [X] ||| 0.0278341 1 ||| ||| 0.05
+[X][X] presented , which many [X] ||| [X][X] eingereicht , die von vielen [X] ||| 0.0278341 1 ||| ||| 0.133333
+[X][X] presented [X] ||| [X][X] eingereicht [X] ||| 0.0278341 1 ||| ||| 0.72549
+[X][X] presented [X][X] [X] ||| [X][X] eingereicht [X][X] [X] ||| 0.0261734 1 ||| ||| 0.838034
+[X][X] presented [X][X] people [X] ||| [X][X] eingereicht [X][X] [X] ||| 0.00166068 1 ||| ||| 0.838034
+[X][X] presented [X][X] many [X] ||| [X][X] eingereicht [X][X] vielen [X] ||| 0.020243 1 ||| ||| 0.183333
+[X][X] presented [X][X] many people [X] ||| [X][X] eingereicht [X][X] vielen [X] ||| 0.00759113 1 ||| ||| 0.183333
+[X][X] presented [X][X] [X] ||| [X][X] eingereicht [X][X] von [X] ||| 0.0278341 1 ||| ||| 0.25
+[X][X] presented [X][X] many [X] ||| [X][X] eingereicht [X][X] von vielen [X] ||| 0.020243 1 ||| ||| 0.183333
+[X][X] presented [X][X] many people [X] ||| [X][X] eingereicht [X][X] von vielen [X] ||| 0.00759113 1 ||| ||| 0.183333
+a number of Members [X][X] [X] ||| [X][X] einiger Kolleginnen und Kollegen - [X] ||| 0.0278341 1 ||| ||| 0.047619
+a number of Members [X][X] [X] ||| [X][X] einiger Kolleginnen und Kollegen [X] ||| 0.0278341 1 ||| ||| 0.0769231
+[X][X] fundamental legal principle [X] ||| [X][X] elementaren Rechtsgrundsatz [X] ||| 0.0278341 1 ||| ||| 0.355125
+[X][X] fundamental legal principle [X][X] [X] ||| [X][X] elementaren Rechtsgrundsatz [X][X] [X] ||| 0.0278341 1 ||| ||| 0.432316
+[X][X] fundamental [X] ||| [X][X] elementaren [X] ||| 0.0278341 1 ||| ||| 0.922327
+[X][X] fundamental [X][X] fisheries policy [X] ||| [X][X] elementaren [X][X] Fischereipolitik darstellt [X] ||| 0.0278341 1 ||| ||| 0.0555556
+[X][X] fundamental [X][X] [X] ||| [X][X] elementaren [X][X] [X] ||| 0.0278341 1 ||| ||| 0.787441
+[X][X] fundamental [X][X] of the [X] ||| [X][X] elementaren [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.226544
+[X][X] fundamental [X][X] common [X] ||| [X][X] elementaren [X][X] gemeinsamen [X] ||| 0.0278341 1 ||| ||| 0.150216
+[X][X] he [X] ||| [X][X] er [X] ||| 0.0278341 1 ||| ||| 0.375
+[X][X] rose and observed [X] ||| [X][X] erhebt sich zu [X] ||| 0.0278341 1 ||| ||| 0.392857
+[X][X] rose and observed [X][X] [X] ||| [X][X] erhebt sich zu [X][X] [X] ||| 0.0278341 1 ||| ||| 0.142857
+[X][X] rose and observed a [X] ||| [X][X] erhebt sich zu einer [X] ||| 0.0278341 1 ||| ||| 0.266667
+[X][X] just [X] ||| [X][X] erst [X] ||| 0.0278341 1 ||| ||| 0.5
+visited [X][X] just [X][X] [X] ||| [X][X] erst [X][X] Besuch [X] ||| 0.0278341 1 ||| ||| 0.0357143
+visited [X][X] just [X][X] [X] ||| [X][X] erst [X][X] Besuch abgestattet [X] ||| 0.0278341 1 ||| ||| 0.0357143
+[X][X] just [X][X] months ago [X] ||| [X][X] erst [X][X] Monaten [X] ||| 0.0278341 1 ||| ||| 0.0955556
+[X][X] just [X][X] months ago [X] ||| [X][X] erst [X][X] Monaten einen [X] ||| 0.0278341 1 ||| ||| 0.0582923
+[X][X] just [X][X] [X] ||| [X][X] erst [X][X] [X] ||| 0.0278341 1 ||| ||| 0.2848
+visited [X][X] just [X][X] [X] ||| [X][X] erst [X][X] einen Besuch [X] ||| 0.0278341 1 ||| ||| 0.0357143
+visited [X][X] just [X][X] [X] ||| [X][X] erst [X][X] einen Besuch abgestattet [X] ||| 0.0278341 1 ||| ||| 0.0357143
+[X][X] just [X][X] [X] ||| [X][X] erst [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.0582923
+[X][X] just [X] ||| [X][X] erst vor [X] ||| 0.0278341 1 ||| ||| 0.375
+visited [X][X] just [X][X] [X] ||| [X][X] erst vor [X][X] Besuch [X] ||| 0.0278341 1 ||| ||| 0.0357143
+visited [X][X] just [X][X] [X] ||| [X][X] erst vor [X][X] Besuch abgestattet [X] ||| 0.0278341 1 ||| ||| 0.0357143
+[X][X] just [X][X] months ago [X] ||| [X][X] erst vor [X][X] Monaten [X] ||| 0.0278341 1 ||| ||| 0.0955556
+[X][X] just [X][X] months ago [X] ||| [X][X] erst vor [X][X] Monaten einen [X] ||| 0.0278341 1 ||| ||| 0.0582923
+[X][X] just [X][X] [X] ||| [X][X] erst vor [X][X] [X] ||| 0.0278341 1 ||| ||| 0.2848
+visited [X][X] just [X][X] [X] ||| [X][X] erst vor [X][X] einen Besuch [X] ||| 0.0278341 1 ||| ||| 0.0357143
+visited [X][X] just [X][X] [X] ||| [X][X] erst vor [X][X] einen Besuch abgestattet [X] ||| 0.0278341 1 ||| ||| 0.0357143
+[X][X] just [X][X] [X] ||| [X][X] erst vor [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.0582923
+[X][X] just a few [X] ||| [X][X] erst vor wenigen [X] ||| 0.0278341 1 ||| ||| 0.130952
+[X][X] just a few [X][X] [X] ||| [X][X] erst vor wenigen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.153848
+[X][X] just a few [X][X] [X] ||| [X][X] erst vor wenigen [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.0582923
+[X][X] one [X] ||| [X][X] es [X] ||| 0.0278341 1 ||| ||| 0.416667
+[X][X] one [X][X] [X] ||| [X][X] es [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0679825
+[X][X] one [X][X] an [X] ||| [X][X] es [X][X] , einen [X] ||| 0.0278341 1 ||| ||| 0.0448842
+[X][X] one [X][X] [X] ||| [X][X] es [X][X] [X] ||| 0.0278341 1 ||| ||| 0.371227
+[X][X] one [X][X] an [X] ||| [X][X] es [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.0448842
+[X][X] one [X][X] [X] ||| [X][X] es [X][X] ist , [X] ||| 0.0278341 1 ||| ||| 0.0679825
+[X][X] one [X][X] an [X] ||| [X][X] es [X][X] ist , einen [X] ||| 0.0278341 1 ||| ||| 0.0448842
+[X][X] one [X][X] [X] ||| [X][X] es [X][X] ist [X] ||| 0.0278341 1 ||| ||| 0.0958606
+[X][X] one can [X] ||| [X][X] es möglich [X] ||| 0.0166759 1 ||| ||| 0.405357
+[X][X] one can raise [X] ||| [X][X] es möglich [X] ||| 0.0111582 1 ||| ||| 0.405357
+[X][X] one can [X][X] [X] ||| [X][X] es möglich [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0448842
+[X][X] one can [X] ||| [X][X] es möglich ist , [X] ||| 0.0183947 1 ||| ||| 0.200462
+[X][X] one can raise [X] ||| [X][X] es möglich ist , [X] ||| 0.00943938 1 ||| ||| 0.200462
+[X][X] one can [X][X] [X] ||| [X][X] es möglich ist , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0448842
+[X][X] one can raise an [X] ||| [X][X] es möglich ist , einen [X] ||| 0.0278341 1 ||| ||| 0.0448842
+[X][X] one can [X] ||| [X][X] es möglich ist [X] ||| 0.0178517 1 ||| ||| 0.26729
+[X][X] one can raise [X] ||| [X][X] es möglich ist [X] ||| 0.00998241 1 ||| ||| 0.26729
+[X][X] one can [X][X] [X] ||| [X][X] es möglich ist [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0448842
+[X][X] French Member , Mr [X] ||| [X][X] französischen Mitglieds , Herrn [X] ||| 0.0278341 1 ||| ||| 0.197985
+[X][X] French Member , [X] ||| [X][X] französischen Mitglieds , [X] ||| 0.0232174 1 ||| ||| 0.376812
+the [X][X] French Member , [X] ||| [X][X] französischen Mitglieds , [X] ||| 0.00461671 1 ||| ||| 0.376812
+[X][X] French Member , [X][X] [X] ||| [X][X] französischen Mitglieds , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.222604
+[X][X] French Member [X] ||| [X][X] französischen Mitglieds [X] ||| 0.023563 1 ||| ||| 0.651681
+the [X][X] French Member [X] ||| [X][X] französischen Mitglieds [X] ||| 0.00427112 1 ||| ||| 0.651681
+[X][X] French Member [X][X] , [X] ||| [X][X] französischen Mitglieds [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0854686
+[X][X] French Member [X][X] Zimeray [X] ||| [X][X] französischen Mitglieds [X][X] Zimeray [X] ||| 0.0278341 1 ||| ||| 0.137135
+[X][X] French Member [X][X] [X] ||| [X][X] französischen Mitglieds [X][X] [X] ||| 0.0227582 1 ||| ||| 0.514395
+the [X][X] French Member [X][X] [X] ||| [X][X] französischen Mitglieds [X][X] [X] ||| 0.00507586 1 ||| ||| 0.514395
+[X][X] French [X] ||| [X][X] französischen [X] ||| 0.0238578 1 ||| ||| 1.16667
+the [X][X] French [X] ||| [X][X] französischen [X] ||| 0.00397631 1 ||| ||| 1.16667
+[X][X] French [X][X] , [X] ||| [X][X] französischen [X][X] , [X] ||| 0.0219874 1 ||| ||| 0.108196
+the [X][X] French [X][X] , [X] ||| [X][X] französischen [X][X] , [X] ||| 0.00584675 1 ||| ||| 0.108196
+[X][X] French [X][X] Mr Zimeray [X] ||| [X][X] französischen [X][X] Herrn Zimeray [X] ||| 0.0278341 1 ||| ||| 0.137135
+[X][X] French [X][X] Mr [X] ||| [X][X] französischen [X][X] Herrn [X] ||| 0.0229948 1 ||| ||| 0.239652
+the [X][X] French [X][X] Mr [X] ||| [X][X] französischen [X][X] Herrn [X] ||| 0.00483934 1 ||| ||| 0.239652
+[X][X] French [X][X] Zimeray , [X] ||| [X][X] französischen [X][X] Zimeray , [X] ||| 0.0278341 1 ||| ||| 0.0854686
+[X][X] French [X][X] Zimeray [X] ||| [X][X] französischen [X][X] Zimeray [X] ||| 0.0229187 1 ||| ||| 0.166547
+the [X][X] French [X][X] Zimeray [X] ||| [X][X] französischen [X][X] Zimeray [X] ||| 0.00491544 1 ||| ||| 0.166547
+[X][X] French [X][X] [X] ||| [X][X] französischen [X][X] [X] ||| 0.0229524 1 ||| ||| 0.891206
+the [X][X] French [X][X] [X] ||| [X][X] französischen [X][X] [X] ||| 0.00488174 1 ||| ||| 0.891206
+Thursday [X][X] for [X] ||| [X][X] für Donnerstag [X] ||| 0.0119289 1 ||| ||| 0.583333
+next Thursday [X][X] for [X] ||| [X][X] für Donnerstag [X] ||| 0.0159052 1 ||| ||| 0.583333
+[X][X] for [X] ||| [X][X] für [X] ||| 0.0278341 1 ||| ||| 0.242857
+[X][X] was [X] ||| [X][X] gab , [X] ||| 0.0278341 1 ||| ||| 0.297619
+[X][X] was [X] ||| [X][X] gab , zählt [X] ||| 0.0278341 1 ||| ||| 0.254286
+[X][X] was Mr [X] ||| [X][X] gab , zählt auch Herr [X] ||| 0.0278341 1 ||| ||| 0.0982143
+[X][X] was [X] ||| [X][X] gab , zählt auch [X] ||| 0.0278341 1 ||| ||| 0.1875
+[X][X] was [X] ||| [X][X] gab [X] ||| 0.0278341 1 ||| ||| 0.358824
+[X][X] there have been [X] ||| [X][X] gab es [X] ||| 0.0278341 1 ||| ||| 0.111111
+[X][X] quite [X] ||| [X][X] ganz [X] ||| 0.0278341 1 ||| ||| 0.333333
+, [X][X] quite [X][X] [X] ||| [X][X] ganz [X][X] , [X] ||| 0.0129892 1 ||| ||| 0.133929
+indeed , [X][X] quite [X][X] [X] ||| [X][X] ganz [X][X] , [X] ||| 0.0148449 1 ||| ||| 0.133929
+, [X][X] quite [X][X] [X] ||| [X][X] ganz [X][X] , die [X] ||| 0.0154634 1 ||| ||| 0.1125
+indeed , [X][X] quite [X][X] [X] ||| [X][X] ganz [X][X] , die [X] ||| 0.0123707 1 ||| ||| 0.1125
+, [X][X] quite [X][X] positions [X] ||| [X][X] ganz [X][X] Position , [X] ||| 0.0278341 1 ||| ||| 0.0625
+, [X][X] quite [X][X] positions [X] ||| [X][X] ganz [X][X] Position , die [X] ||| 0.0278341 1 ||| ||| 0.0625
+[X][X] quite [X][X] positions [X] ||| [X][X] ganz [X][X] Position [X] ||| 0.0278341 1 ||| ||| 0.04
+[X][X] quite [X][X] [X] ||| [X][X] ganz [X][X] [X] ||| 0.0278341 1 ||| ||| 0.16406
+[X][X] quite [X][X] the positions [X] ||| [X][X] ganz [X][X] der Position [X] ||| 0.0278341 1 ||| ||| 0.04
+[X][X] quite [X][X] the [X] ||| [X][X] ganz [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0526316
+[X][X] quite in keeping with [X] ||| [X][X] ganz im Sinne [X] ||| 0.0278341 1 ||| ||| 0.0714286
+[X][X] quite in [X] ||| [X][X] ganz im [X] ||| 0.0278341 1 ||| ||| 0.166667
+, [X][X] quite in [X][X] [X] ||| [X][X] ganz im [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0625
+, [X][X] quite in [X][X] [X] ||| [X][X] ganz im [X][X] , die [X] ||| 0.0278341 1 ||| ||| 0.0625
+[X][X] quite in [X][X] positions [X] ||| [X][X] ganz im [X][X] Position [X] ||| 0.0278341 1 ||| ||| 0.04
+[X][X] quite in [X][X] [X] ||| [X][X] ganz im [X][X] [X] ||| 0.0278341 1 ||| ||| 0.16406
+[X][X] quite in [X][X] the [X] ||| [X][X] ganz im [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0526316
+[X][X] weight of your [X] ||| [X][X] ganzen Einfluß Ihres [X] ||| 0.0232497 1 ||| ||| 0.319549
+representations [X][X] weight of your [X] ||| [X][X] ganzen Einfluß Ihres [X] ||| 0.00458445 1 ||| ||| 0.319549
+[X][X] weight of your [X][X] [X] ||| [X][X] ganzen Einfluß Ihres [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.027027
+[X][X] weight of your [X][X] [X] ||| [X][X] ganzen Einfluß Ihres [X][X] , die [X] ||| 0.0278341 1 ||| ||| 0.0204082
+[X][X] weight of your [X][X] [X] ||| [X][X] ganzen Einfluß Ihres [X][X] [X] ||| 0.0278341 1 ||| ||| 0.522334
+[X][X] weight of your [X][X] [X] ||| [X][X] ganzen Einfluß Ihres [X][X] die [X] ||| 0.0278341 1 ||| ||| 0.0204082
+[X][X] weight [X] ||| [X][X] ganzen Einfluß [X] ||| 0.0243548 1 ||| ||| 0.888889
+representations [X][X] weight [X] ||| [X][X] ganzen Einfluß [X] ||| 0.00347926 1 ||| ||| 0.888889
+[X][X] weight [X][X] [X] ||| [X][X] ganzen Einfluß [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.027027
+[X][X] weight [X][X] [X] ||| [X][X] ganzen Einfluß [X][X] , die [X] ||| 0.0278341 1 ||| ||| 0.0204082
+[X][X] weight [X][X] prestigious office [X] ||| [X][X] ganzen Einfluß [X][X] Amtes [X] ||| 0.0278341 1 ||| ||| 0.195187
+[X][X] weight [X][X] institution [X] ||| [X][X] ganzen Einfluß [X][X] Institution , [X] ||| 0.0278341 1 ||| ||| 0.027027
+[X][X] weight [X][X] institution [X] ||| [X][X] ganzen Einfluß [X][X] Institution , die [X] ||| 0.0278341 1 ||| ||| 0.0204082
+[X][X] weight [X][X] institution [X] ||| [X][X] ganzen Einfluß [X][X] Institution [X] ||| 0.0278341 1 ||| ||| 0.04
+[X][X] weight [X][X] [X] ||| [X][X] ganzen Einfluß [X][X] [X] ||| 0.0238312 1 ||| ||| 0.92182
+representations [X][X] weight [X][X] [X] ||| [X][X] ganzen Einfluß [X][X] [X] ||| 0.00400288 1 ||| ||| 0.92182
+[X][X] weight [X][X] the institution [X] ||| [X][X] ganzen Einfluß [X][X] der Institution , [X] ||| 0.0278341 1 ||| ||| 0.027027
+[X][X] weight [X][X] the institution [X] ||| [X][X] ganzen Einfluß [X][X] der Institution , die [X] ||| 0.0278341 1 ||| ||| 0.0204082
+[X][X] weight [X][X] the institution [X] ||| [X][X] ganzen Einfluß [X][X] der Institution [X] ||| 0.0278341 1 ||| ||| 0.04
+[X][X] weight [X][X] the [X] ||| [X][X] ganzen Einfluß [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0883459
+[X][X] weight [X][X] [X] ||| [X][X] ganzen Einfluß [X][X] die [X] ||| 0.0278341 1 ||| ||| 0.0204082
+[X][X] weight [X][X] and [X] ||| [X][X] ganzen Einfluß [X][X] und [X] ||| 0.0226697 1 ||| ||| 0.185849
+representations [X][X] weight [X][X] and [X] ||| [X][X] ganzen Einfluß [X][X] und [X] ||| 0.0051644 1 ||| ||| 0.185849
+[X][X] weight [X][X] and the [X] ||| [X][X] ganzen Einfluß [X][X] und der [X] ||| 0.0278341 1 ||| ||| 0.0883459
+made [X][X] that [X] ||| [X][X] gemacht hat , daß [X] ||| 0.0278341 1 ||| ||| 0.333333
+made [X][X] that [X][X] , [X] ||| [X][X] gemacht hat , daß [X][X] [X] ||| 0.00652593 1 ||| ||| 0.328089
+made [X][X] that [X][X] [X] ||| [X][X] gemacht hat , daß [X][X] [X] ||| 0.0213082 1 ||| ||| 0.328089
+made [X][X] that [X][X] access [X] ||| [X][X] gemacht hat , daß [X][X] der Zugang [X] ||| 0.0278341 1 ||| ||| 0.0909091
+made [X][X] that [X][X] too [X] ||| [X][X] gemacht hat , daß auch [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0833333
+made [X][X] [X] ||| [X][X] gemacht hat [X] ||| 0.0278341 1 ||| ||| 0.5
+[X][X] common fisheries policy [X] ||| [X][X] gemeinsamen Fischereipolitik darstellt [X] ||| 0.0250044 1 ||| ||| 0.546465
+is [X][X] common fisheries policy [X] ||| [X][X] gemeinsamen Fischereipolitik darstellt [X] ||| 0.00282972 1 ||| ||| 0.546465
+[X][X] common fisheries policy [X][X] [X] ||| [X][X] gemeinsamen Fischereipolitik darstellt [X][X] [X] ||| 0.0278341 1 ||| ||| 0.298247
+[X][X] common fisheries policy and [X] ||| [X][X] gemeinsamen Fischereipolitik darstellt und [X] ||| 0.0278341 1 ||| ||| 0.306944
+[X][X] common [X] ||| [X][X] gemeinsamen [X] ||| 0.226611 1 ||| ||| 1.1645
+is [X][X] common [X] ||| [X][X] gemeinsamen [X] ||| 0.0017073 1 ||| ||| 1.1645
+[X][X] common [X][X] proposal [X] ||| [X][X] gemeinsamen [X][X] Vorschlag [X] ||| 0.0278341 1 ||| ||| 0.108824
+[X][X] common [X][X] [X] ||| [X][X] gemeinsamen [X][X] [X] ||| 0.229773 1 ||| ||| 1.15166
+is [X][X] common [X][X] [X] ||| [X][X] gemeinsamen [X][X] [X] ||| 0.00134271 1 ||| ||| 1.15166
+[X][X] common [X][X] a proposal [X] ||| [X][X] gemeinsamen [X][X] ein Vorschlag [X] ||| 0.0278341 1 ||| ||| 0.108824
+[X][X] common [X][X] a [X] ||| [X][X] gemeinsamen [X][X] ein [X] ||| 0.0278341 1 ||| ||| 0.189423
+[X][X] common [X][X] and [X] ||| [X][X] gemeinsamen [X][X] und [X] ||| 0.0278341 1 ||| ||| 0.306944
+[X][X] common [X][X] and a [X] ||| [X][X] gemeinsamen [X][X] und ein [X] ||| 0.0278341 1 ||| ||| 0.189423
+indeed [X][X] specifically [X] ||| [X][X] gerade [X] ||| 0.0278341 1 ||| ||| 0.5
+[X][X] whole of the European [X] ||| [X][X] gesamten Europäischen [X] ||| 0.0278341 1 ||| ||| 0.153294
+[X][X] whole [X] ||| [X][X] gesamten [X] ||| 0.0132456 1 ||| ||| 1.42737
+[X][X] whole of [X] ||| [X][X] gesamten [X] ||| 0.0082034 1 ||| ||| 1.42737
+[X][X] whole of the [X] ||| [X][X] gesamten [X] ||| 0.00638506 1 ||| ||| 1.42737
+[X][X] whole [X][X] Community [X] ||| [X][X] gesamten [X][X] Union [X] ||| 0.013917 1 ||| ||| 0.21795
+[X][X] whole of [X][X] Community [X] ||| [X][X] gesamten [X][X] Union [X] ||| 0.013917 1 ||| ||| 0.21795
+[X][X] whole [X][X] [X] ||| [X][X] gesamten [X][X] [X] ||| 0.0115231 1 ||| ||| 0.633513
+[X][X] whole of [X][X] [X] ||| [X][X] gesamten [X][X] [X] ||| 0.0115231 1 ||| ||| 0.633513
+[X][X] whole of the [X][X] [X] ||| [X][X] gesamten [X][X] [X] ||| 0.00478794 1 ||| ||| 0.633513
+have [X][X] . [X] ||| [X][X] haben . [X] ||| 0.0278341 1 ||| ||| 0.333333
+have [X][X] [X] ||| [X][X] haben [X] ||| 0.0278341 1 ||| ||| 0.5
+has [X][X] . [X] ||| [X][X] hat . [X] ||| 0.00927803 1 ||| ||| 0.333333
+has [X][X] an interest . [X] ||| [X][X] hat . [X] ||| 0.00927803 1 ||| ||| 0.333333
+has [X][X] interest . [X] ||| [X][X] hat . [X] ||| 0.00927803 1 ||| ||| 0.333333
+has [X][X] [X] ||| [X][X] hat [X] ||| 0.136454 1 ||| ||| 1.91666
+has [X][X] an [X] ||| [X][X] hat [X] ||| 0.00484072 1 ||| ||| 1.91666
+has [X][X] an interest [X] ||| [X][X] hat [X] ||| 0.00363054 1 ||| ||| 1.91666
+has [X][X] interest [X] ||| [X][X] hat [X] ||| 0.00363054 1 ||| ||| 1.91666
+has [X][X] an [X][X] [X] ||| [X][X] hat [X][X] [X] ||| 0.0278341 1 ||| ||| 0.111111
+[X][X] here [X] ||| [X][X] hier [X] ||| 0.0278341 1 ||| ||| 0.5
+all [X][X] here [X] ||| [X][X] hier alle [X] ||| 0.0278341 1 ||| ||| 0.2
+I [X][X] [X] ||| [X][X] ich [X] ||| 0.00649255 1 ||| ||| 2.14354
+[X][X] I [X] ||| [X][X] ich [X] ||| 0.185106 1 ||| ||| 2.14354
+[X][X] I [X][X] [X] ||| [X][X] ich [X][X] Sie [X] ||| 0.0278341 1 ||| ||| 0.201923
+[X][X] I [X][X] [X] ||| [X][X] ich [X][X] [X] ||| 0.0269562 1 ||| ||| 0.8569
+[X][X] I [X][X] you [X] ||| [X][X] ich [X][X] [X] ||| 0.0008779 1 ||| ||| 0.8569
+I [X][X] as [X][X] suggested [X] ||| [X][X] ich dem Vorschlag von [X][X] folgen [X] ||| 0.0278341 1 ||| ||| 0.05
+I [X][X] [X] ||| [X][X] ich dem [X] ||| 0.0278341 1 ||| ||| 0.5
+[X][X] I feel [X] ||| [X][X] ich denke , daß [X] ||| 0.0278341 1 ||| ||| 0.34469
+[X][X] I feel [X][X] [X] ||| [X][X] ich denke , daß [X][X] [X] ||| 0.0218784 1 ||| ||| 0.126312
+[X][X] I feel [X][X] you [X] ||| [X][X] ich denke , daß [X][X] [X] ||| 0.00595566 1 ||| ||| 0.126312
+[X][X] I feel an [X] ||| [X][X] ich denke , daß eine [X] ||| 0.0278341 1 ||| ||| 0.203664
+[X][X] I feel an [X][X] [X] ||| [X][X] ich denke , daß eine [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0992851
+[X][X] I should like to [X] ||| [X][X] ich möchte Sie [X] ||| 0.0278341 1 ||| ||| 0.201923
+[X][X] I should like to [X] ||| [X][X] ich möchte [X] ||| 0.0278341 1 ||| ||| 0.325
+[X][X] acquitted him [X] ||| [X][X] ihn freigesprochen [X] ||| 0.0186886 1 ||| ||| 0.583334
+[X][X] have acquitted him [X] ||| [X][X] ihn freigesprochen [X] ||| 0.00914549 1 ||| ||| 0.583334
+[X][X] acquitted him [X][X] that [X] ||| [X][X] ihn freigesprochen [X][X] , daß [X] ||| 0.0278341 1 ||| ||| 0.0910973
+[X][X] acquitted him [X][X] [X] ||| [X][X] ihn freigesprochen [X][X] [X] ||| 0.0176341 1 ||| ||| 0.386303
+[X][X] have acquitted him [X][X] [X] ||| [X][X] ihn freigesprochen [X][X] [X] ||| 0.0102 1 ||| ||| 0.386303
+[X][X] acquitted him and [X] ||| [X][X] ihn freigesprochen und [X] ||| 0.0182998 1 ||| ||| 0.39693
+[X][X] have acquitted him and [X] ||| [X][X] ihn freigesprochen und [X] ||| 0.00953433 1 ||| ||| 0.39693
+[X][X] acquitted him and [X][X] [X] ||| [X][X] ihn freigesprochen und [X][X] [X] ||| 0.0278341 1 ||| ||| 0.244739
+[X][X] in keeping with [X] ||| [X][X] im Sinne [X] ||| 0.0278341 1 ||| ||| 0.196429
+[X][X] in keeping with [X][X] [X] ||| [X][X] im Sinne [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0988235
+[X][X] in keeping with the [X] ||| [X][X] im Sinne der [X] ||| 0.0278341 1 ||| ||| 0.135965
+[X][X] concerning inadmissibility . [X] ||| [X][X] im Zusammenhang mit der Unzulässigkeit geben ? [X] ||| 0.0278341 1 ||| ||| 0.143541
+[X][X] concerning inadmissibility [X] ||| [X][X] im Zusammenhang mit der Unzulässigkeit geben [X] ||| 0.0278341 1 ||| ||| 0.310207
+[X][X] concerning [X] ||| [X][X] im Zusammenhang mit der [X] ||| 0.0278341 1 ||| ||| 0.657576
+[X][X] concerning [X][X] [X] ||| [X][X] im Zusammenhang mit der [X][X] [X] ||| 0.0278341 1 ||| ||| 0.143541
+[X][X] in [X] ||| [X][X] im [X] ||| 0.00986895 1 ||| ||| 1.41018
+[X][X] on [X] ||| [X][X] im [X] ||| 0.0179651 1 ||| ||| 1.41018
+, [X][X] in [X][X] [X] ||| [X][X] im [X][X] , [X] ||| 0.0129892 1 ||| ||| 0.133929
+indeed , [X][X] in [X][X] [X] ||| [X][X] im [X][X] , [X] ||| 0.0148449 1 ||| ||| 0.133929
+, [X][X] in [X][X] [X] ||| [X][X] im [X][X] , die [X] ||| 0.0154634 1 ||| ||| 0.1125
+indeed , [X][X] in [X][X] [X] ||| [X][X] im [X][X] , die [X] ||| 0.0123707 1 ||| ||| 0.1125
+, [X][X] in [X][X] positions [X] ||| [X][X] im [X][X] Position , [X] ||| 0.0278341 1 ||| ||| 0.0625
+, [X][X] in [X][X] positions [X] ||| [X][X] im [X][X] Position , die [X] ||| 0.0278341 1 ||| ||| 0.0625
+[X][X] in [X][X] positions [X] ||| [X][X] im [X][X] Position [X] ||| 0.0278341 1 ||| ||| 0.0988235
+[X][X] in [X][X] [X] ||| [X][X] im [X][X] [X] ||| 0.0278341 1 ||| ||| 0.431217
+[X][X] in [X][X] the positions [X] ||| [X][X] im [X][X] der Position [X] ||| 0.0278341 1 ||| ||| 0.0988235
+[X][X] in [X][X] the [X] ||| [X][X] im [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.135965
+[X][X] always [X] ||| [X][X] immer [X] ||| 0.013917 1 ||| ||| 0.833334
+[X][X] has always [X] ||| [X][X] immer [X] ||| 0.013917 1 ||| ||| 0.833334
+[X][X] always [X][X] [X] ||| [X][X] immer [X][X] [X] ||| 0.013917 1 ||| ||| 0.253846
+[X][X] has always [X][X] [X] ||| [X][X] immer [X][X] [X] ||| 0.013917 1 ||| ||| 0.253846
+[X][X] always adopted . [X] ||| [X][X] immer vertreten haben . [X] ||| 0.013917 1 ||| ||| 0.253846
+[X][X] has always adopted . [X] ||| [X][X] immer vertreten haben . [X] ||| 0.013917 1 ||| ||| 0.253846
+[X][X] always adopted [X] ||| [X][X] immer vertreten haben [X] ||| 0.013917 1 ||| ||| 0.485714
+[X][X] has always adopted [X] ||| [X][X] immer vertreten haben [X] ||| 0.013917 1 ||| ||| 0.485714
+[X][X] has consistently shown [X] ||| [X][X] immer wieder befaßt hat [X] ||| 0.0166508 1 ||| ||| 0.733601
+[X][X] has consistently shown an [X] ||| [X][X] immer wieder befaßt hat [X] ||| 0.0111833 1 ||| ||| 0.733601
+[X][X] has consistently shown [X][X] [X] ||| [X][X] immer wieder befaßt hat [X][X] [X] ||| 0.0278341 1 ||| ||| 0.16931
+[X][X] is appealing . [X] ||| [X][X] in Berufung geht . [X] ||| 0.0278341 1 ||| ||| 0.32803
+[X][X] is appealing [X] ||| [X][X] in Berufung geht [X] ||| 0.0278341 1 ||| ||| 0.457479
+in Russia , [X][X] [X] ||| [X][X] in Rußland [X] ||| 0.00632593 1 ||| ||| 0.628571
+in Russia [X][X] , [X] ||| [X][X] in Rußland [X] ||| 0.00632593 1 ||| ||| 0.628571
+in Russia [X][X] [X] ||| [X][X] in Rußland [X] ||| 0.0151822 1 ||| ||| 0.628571
+in Russia [X][X] , [X][X] [X] ||| [X][X] in Rußland [X][X] [X] ||| 0.0278341 1 ||| ||| 0.108824
+in Russia , [X][X] access [X] ||| [X][X] in Rußland der Zugang [X] ||| 0.00927803 1 ||| ||| 0.230769
+in Russia [X][X] , access [X] ||| [X][X] in Rußland der Zugang [X] ||| 0.00927803 1 ||| ||| 0.230769
+in Russia [X][X] access [X] ||| [X][X] in Rußland der Zugang [X] ||| 0.00927803 1 ||| ||| 0.230769
+in Russia [X][X] access [X][X] [X] ||| [X][X] in Rußland der Zugang [X][X] [X] ||| 0.0278341 1 ||| ||| 0.05
+in Russia [X][X] access to [X] ||| [X][X] in Rußland der Zugang zu [X] ||| 0.0278341 1 ||| ||| 0.0588235
+[X][X] in Sri Lanka [X] ||| [X][X] in Sri Lanka [X] ||| 0.0278341 1 ||| ||| 0.0909091
+[X][X] in Sri [X] ||| [X][X] in Sri [X] ||| 0.0224369 1 ||| ||| 0.396703
+of [X][X] in Sri [X] ||| [X][X] in Sri [X] ||| 0.0053972 1 ||| ||| 0.396703
+[X][X] in [X] ||| [X][X] in [X] ||| 0.224056 1 ||| ||| 1.7381
+of [X][X] in [X] ||| [X][X] in [X] ||| 0.00200177 1 ||| ||| 1.7381
+[X][X] in [X][X] [X] ||| [X][X] in [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0909091
+to [X][X] the [X][X] [X] ||| [X][X] in [X][X] das [X] ||| 0.013917 1 ||| ||| 0.614664
+to [X][X] to the [X][X] [X] ||| [X][X] in [X][X] das [X] ||| 0.013917 1 ||| ||| 0.614664
+her to do [X][X] possibly [X] ||| [X][X] in ihrem Kräften stehende zu tun [X] ||| 0.0278341 1 ||| ||| 0.783333
+[X][X] an objection [X] ||| [X][X] ist , einen Einwand gegen [X] ||| 0.0187244 1 ||| ||| 0.206782
+[X][X] raise an objection [X] ||| [X][X] ist , einen Einwand gegen [X] ||| 0.00910971 1 ||| ||| 0.206782
+[X][X] an [X] ||| [X][X] ist , einen [X] ||| 0.018282 1 ||| ||| 0.455483
+[X][X] raise an [X] ||| [X][X] ist , einen [X] ||| 0.00955213 1 ||| ||| 0.455483
+[X][X] . [X] ||| [X][X] ist . [X] ||| 0.00823661 1 ||| ||| 0.544445
+is [X][X] . [X] ||| [X][X] ist . [X] ||| 0.00852065 1 ||| ||| 0.544445
+is a [X][X] . [X] ||| [X][X] ist . [X] ||| 0.00852065 1 ||| ||| 0.544445
+people [X][X] . [X] ||| [X][X] ist . [X] ||| 0.00255619 1 ||| ||| 0.544445
+is [X][X] [X] ||| [X][X] ist [X] ||| 0.0222162 1 ||| ||| 0.990909
+is a [X][X] [X] ||| [X][X] ist [X] ||| 0.00561789 1 ||| ||| 0.990909
+[X][X] annually [X] ||| [X][X] jährlich [X] ||| 0.0278341 1 ||| ||| 0.65
+[X][X] recently [X] ||| [X][X] jüngster Zeit [X] ||| 0.202792 1 ||| ||| 1.25
+of [X][X] recently [X] ||| [X][X] jüngster Zeit [X] ||| 0.00445346 1 ||| ||| 1.25
+[X][X] recently [X][X] Lanka [X] ||| [X][X] jüngster Zeit [X][X] Lanka [X] ||| 0.0278341 1 ||| ||| 0.0909091
+[X][X] recently [X][X] [X] ||| [X][X] jüngster Zeit [X][X] [X] ||| 0.0234431 1 ||| ||| 0.487612
+of [X][X] recently [X][X] [X] ||| [X][X] jüngster Zeit [X][X] [X] ||| 0.00439096 1 ||| ||| 0.487612
+[X][X] recently in Sri Lanka [X] ||| [X][X] jüngster Zeit in Sri Lanka [X] ||| 0.0278341 1 ||| ||| 0.0909091
+[X][X] recently in Sri [X] ||| [X][X] jüngster Zeit in Sri [X] ||| 0.0224369 1 ||| ||| 0.396703
+of [X][X] recently in Sri [X] ||| [X][X] jüngster Zeit in Sri [X] ||| 0.0053972 1 ||| ||| 0.396703
+[X][X] recently in [X] ||| [X][X] jüngster Zeit in [X] ||| 0.0231203 1 ||| ||| 0.738095
+of [X][X] recently in [X] ||| [X][X] jüngster Zeit in [X] ||| 0.00471384 1 ||| ||| 0.738095
+[X][X] recently in [X][X] [X] ||| [X][X] jüngster Zeit in [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0909091
+[X][X] not a legislative proposal [X] ||| [X][X] keinen Legislativvorschlag [X] ||| 0.0278341 1 ||| ||| 0.341082
+[X][X] not a [X] ||| [X][X] keinen [X] ||| 0.0278341 1 ||| ||| 0.558333
+[X][X] not a [X][X] [X] ||| [X][X] keinen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.341082
+[X][X] is a constitutional right [X] ||| [X][X] konstitutionelles Recht ist [X] ||| 0.0278341 1 ||| ||| 0.354701
+[X][X] you may , [X] ||| [X][X] können Sie , [X] ||| 0.0206356 1 ||| ||| 0.644445
+the [X][X] you may , [X] ||| [X][X] können Sie , [X] ||| 0.00719848 1 ||| ||| 0.644445
+[X][X] you may , [X][X] [X] ||| [X][X] können Sie , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.336204
+[X][X] you may , if [X] ||| [X][X] können Sie , wenn [X] ||| 0.0278341 1 ||| ||| 0.319444
+[X][X] you may [X] ||| [X][X] können Sie [X] ||| 0.0207059 1 ||| ||| 0.976191
+the [X][X] you may [X] ||| [X][X] können Sie [X] ||| 0.00712824 1 ||| ||| 0.976191
+[X][X] you may [X][X] , [X] ||| [X][X] können Sie [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.075
+[X][X] you may [X][X] you [X] ||| [X][X] können Sie [X][X] Sie [X] ||| 0.0278341 1 ||| ||| 0.154762
+[X][X] you may [X][X] [X] ||| [X][X] können Sie [X][X] [X] ||| 0.0198548 1 ||| ||| 0.919141
+the [X][X] you may [X][X] [X] ||| [X][X] können Sie [X][X] [X] ||| 0.00797926 1 ||| ||| 0.919141
+[X][X] you may [X][X] wish [X] ||| [X][X] können Sie [X][X] wollen [X] ||| 0.0278341 1 ||| ||| 0.106443
+[X][X] merely [X] ||| [X][X] lediglich um [X] ||| 0.0278341 1 ||| ||| 0.661097
+[X][X] merely [X][X] legislative proposal [X] ||| [X][X] lediglich um [X][X] Legislativvorschlag [X] ||| 0.0278341 1 ||| ||| 0.0322581
+[X][X] merely [X][X] [X] ||| [X][X] lediglich um [X][X] [X] ||| 0.0278341 1 ||| ||| 0.362913
+[X][X] merely [X][X] not a [X] ||| [X][X] lediglich um [X][X] keinen [X] ||| 0.0278341 1 ||| ||| 0.0642857
+[X][X] merely [X][X] , [X] ||| [X][X] lediglich um [X][X] und [X] ||| 0.0278341 1 ||| ||| 0.0871143
+[X][X] merely a report [X] ||| [X][X] lediglich um einen Bericht [X] ||| 0.0278341 1 ||| ||| 0.179255
+[X][X] merely a report [X][X] [X] ||| [X][X] lediglich um einen Bericht [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0965438
+[X][X] merely a report , [X] ||| [X][X] lediglich um einen Bericht und [X] ||| 0.0278341 1 ||| ||| 0.0871143
+[X][X] merely a [X] ||| [X][X] lediglich um einen [X] ||| 0.0278341 1 ||| ||| 0.340909
+[X][X] merely a [X][X] [X] ||| [X][X] lediglich um einen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.183658
+[X][X] make [X] ||| [X][X] machen [X] ||| 0.0177126 1 ||| ||| 0.392857
+[X][X] make representations [X] ||| [X][X] machen [X] ||| 0.0101215 1 ||| ||| 0.392857
+a number [X][X] killings [X][X] [X] ||| [X][X] mehrere [X][X] Toten [X] ||| 0.0278341 1 ||| ||| 0.125
+[X][X] multiannual guidance programmes [X] ||| [X][X] mehrjährige Ausrichtungsprogramme [X] ||| 0.0157323 1 ||| ||| 0.176923
+[X][X] multiannual guidance programmes comes [X] ||| [X][X] mehrjährige Ausrichtungsprogramme [X] ||| 0.0121018 1 ||| ||| 0.176923
+[X][X] multiannual guidance programmes [X][X] [X] ||| [X][X] mehrjährige Ausrichtungsprogramme [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.037037
+[X][X] multiannual guidance programmes [X][X] [X] ||| [X][X] mehrjährige Ausrichtungsprogramme [X][X] , der [X] ||| 0.0278341 1 ||| ||| 0.0285714
+[X][X] multiannual guidance programmes [X][X] [X] ||| [X][X] mehrjährige Ausrichtungsprogramme [X][X] [X] ||| 0.0278341 1 ||| ||| 0.11824
+[X][X] multiannual guidance programmes [X][X] [X] ||| [X][X] mehrjährige Ausrichtungsprogramme [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0285714
+[X][X] multiannual [X] ||| [X][X] mehrjährige [X] ||| 0.0278341 1 ||| ||| 0.25
+[X][X] multiannual [X][X] [X] ||| [X][X] mehrjährige [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.037037
+[X][X] multiannual [X][X] [X] ||| [X][X] mehrjährige [X][X] , der [X] ||| 0.0278341 1 ||| ||| 0.0285714
+[X][X] multiannual [X][X] [X] ||| [X][X] mehrjährige [X][X] [X] ||| 0.0220798 1 ||| ||| 0.372086
+[X][X] multiannual [X][X] comes [X] ||| [X][X] mehrjährige [X][X] [X] ||| 0.00575427 1 ||| ||| 0.372086
+[X][X] multiannual [X][X] before [X] ||| [X][X] mehrjährige [X][X] befassen , [X] ||| 0.013917 1 ||| ||| 0.074074
+[X][X] multiannual [X][X] comes before [X] ||| [X][X] mehrjährige [X][X] befassen , [X] ||| 0.013917 1 ||| ||| 0.074074
+[X][X] multiannual [X][X] before [X] ||| [X][X] mehrjährige [X][X] befassen , der [X] ||| 0.013917 1 ||| ||| 0.0571428
+[X][X] multiannual [X][X] comes before [X] ||| [X][X] mehrjährige [X][X] befassen , der [X] ||| 0.013917 1 ||| ||| 0.0571428
+[X][X] multiannual [X][X] before [X] ||| [X][X] mehrjährige [X][X] befassen [X] ||| 0.013917 1 ||| ||| 0.105263
+[X][X] multiannual [X][X] comes before [X] ||| [X][X] mehrjährige [X][X] befassen [X] ||| 0.013917 1 ||| ||| 0.105263
+[X][X] multiannual [X][X] [X] ||| [X][X] mehrjährige [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0285714
+[X][X] myself [X] ||| [X][X] mir selbst , [X] ||| 0.0278341 1 ||| ||| 0.2
+people signed [X][X] myself [X] ||| [X][X] mir selbst , unterzeichnet worden [X] ||| 0.0102547 1 ||| ||| 0.22619
+signed [X][X] myself [X] ||| [X][X] mir selbst , unterzeichnet worden [X] ||| 0.0175794 1 ||| ||| 0.22619
+people signed [X][X] myself . [X] ||| [X][X] mir selbst , unterzeichnet worden ist . [X] ||| 0.00863818 1 ||| ||| 0.161111
+signed [X][X] myself . [X] ||| [X][X] mir selbst , unterzeichnet worden ist . [X] ||| 0.0191959 1 ||| ||| 0.161111
+people signed [X][X] myself [X] ||| [X][X] mir selbst , unterzeichnet worden ist [X] ||| 0.00811828 1 ||| ||| 0.20168
+signed [X][X] myself [X] ||| [X][X] mir selbst , unterzeichnet worden ist [X] ||| 0.0197158 1 ||| ||| 0.20168
+[X][X] myself [X] ||| [X][X] mir selbst [X] ||| 0.0278341 1 ||| ||| 0.25
+[X][X] and contains [X] ||| [X][X] mit [X] ||| 0.0197227 1 ||| ||| 1.2623
+[X][X] in [X] ||| [X][X] mit [X] ||| 0.00811135 1 ||| ||| 1.2623
+[X][X] in [X][X] [X] ||| [X][X] mit [X][X] [X] ||| 0.0278341 1 ||| ||| 0.1
+[X][X] in which [X] ||| [X][X] mit dem [X] ||| 0.0278341 1 ||| ||| 0.215909
+[X][X] in which [X] ||| [X][X] mit dem sich [X] ||| 0.0278341 1 ||| ||| 0.162338
+[X][X] in which this [X] ||| [X][X] mit dem sich dieses [X] ||| 0.0278341 1 ||| ||| 0.1
+[X][X] should like to [X] ||| [X][X] möchte Sie [X] ||| 0.0278341 1 ||| ||| 0.201923
+[X][X] should like to [X] ||| [X][X] möchte [X] ||| 0.0278341 1 ||| ||| 0.325
+[X][X] can [X] ||| [X][X] möglich [X] ||| 0.0170852 1 ||| ||| 0.938691
+[X][X] can raise [X] ||| [X][X] möglich [X] ||| 0.0107489 1 ||| ||| 0.938691
+[X][X] can [X][X] objection [X] ||| [X][X] möglich [X][X] Einwand gegen [X] ||| 0.0278341 1 ||| ||| 0.0222222
+[X][X] can [X][X] [X] ||| [X][X] möglich [X][X] [X] ||| 0.0230514 1 ||| ||| 0.129328
+[X][X] can raise [X][X] [X] ||| [X][X] möglich [X][X] [X] ||| 0.00478268 1 ||| ||| 0.129328
+[X][X] can [X] ||| [X][X] möglich ist , [X] ||| 0.0188335 1 ||| ||| 0.491371
+[X][X] can raise [X] ||| [X][X] möglich ist , [X] ||| 0.00900056 1 ||| ||| 0.491371
+[X][X] can [X][X] objection [X] ||| [X][X] möglich ist , [X][X] Einwand gegen [X] ||| 0.0278341 1 ||| ||| 0.0222222
+[X][X] can [X][X] [X] ||| [X][X] möglich ist , [X][X] [X] ||| 0.0230514 1 ||| ||| 0.129328
+[X][X] can raise [X][X] [X] ||| [X][X] möglich ist , [X][X] [X] ||| 0.00478268 1 ||| ||| 0.129328
+[X][X] can raise an objection [X] ||| [X][X] möglich ist , einen Einwand gegen [X] ||| 0.0278341 1 ||| ||| 0.0222222
+[X][X] can raise an [X] ||| [X][X] möglich ist , einen [X] ||| 0.0278341 1 ||| ||| 0.0848842
+[X][X] can [X] ||| [X][X] möglich ist [X] ||| 0.0182629 1 ||| ||| 0.64229
+[X][X] can raise [X] ||| [X][X] möglich ist [X] ||| 0.00957117 1 ||| ||| 0.64229
+[X][X] can [X][X] objection [X] ||| [X][X] möglich ist [X][X] Einwand gegen [X] ||| 0.0278341 1 ||| ||| 0.0222222
+[X][X] can [X][X] [X] ||| [X][X] möglich ist [X][X] [X] ||| 0.0230514 1 ||| ||| 0.129328
+[X][X] can raise [X][X] [X] ||| [X][X] möglich ist [X][X] [X] ||| 0.00478268 1 ||| ||| 0.129328
+[X][X] a debate [X] ||| [X][X] nach einer Aussprache [X] ||| 0.0278341 1 ||| ||| 0.184483
+[X][X] a debate on [X] ||| [X][X] nach einer Aussprache im [X] ||| 0.0278341 1 ||| ||| 0.101852
+[X][X] a [X] ||| [X][X] nach einer [X] ||| 0.0278341 1 ||| ||| 0.371429
+[X][X] a [X][X] [X] ||| [X][X] nach einer [X][X] [X] ||| 0.0278341 1 ||| ||| 0.101852
+fail to meet [X][X] [X] ||| [X][X] nicht erfüllen , [X] ||| 0.0278341 1 ||| ||| 0.142857
+fail to meet [X][X] annually [X] ||| [X][X] nicht erfüllen , jährlich [X] ||| 0.0278341 1 ||| ||| 0.2
+[X][X] next few days , [X] ||| [X][X] nächsten Tagen [X] ||| 0.012301 1 ||| ||| 0.703968
+[X][X] next few days [X] ||| [X][X] nächsten Tagen [X] ||| 0.0155331 1 ||| ||| 0.703968
+[X][X] next [X] ||| [X][X] nächsten [X] ||| 0.0278341 1 ||| ||| 0.833333
+[X][X] next [X][X] , [X] ||| [X][X] nächsten [X][X] [X] ||| 0.00853086 1 ||| ||| 1.01508
+[X][X] next [X][X] [X] ||| [X][X] nächsten [X][X] [X] ||| 0.0193032 1 ||| ||| 1.01508
+[X][X] whether [X] ||| [X][X] ob [X] ||| 0.241419 1 ||| ||| 1.08333
+[X][X] whether [X][X] [X] ||| [X][X] ob [X][X] , [X] ||| 0.0207852 1 ||| ||| 0.268443
+[X][X] whether [X][X] raise [X] ||| [X][X] ob [X][X] , [X] ||| 0.0070489 1 ||| ||| 0.268443
+[X][X] whether [X][X] an [X] ||| [X][X] ob [X][X] , einen [X] ||| 0.013917 1 ||| ||| 0.0897684
+[X][X] whether [X][X] raise an [X] ||| [X][X] ob [X][X] , einen [X] ||| 0.013917 1 ||| ||| 0.0897684
+[X][X] whether [X][X] [X] ||| [X][X] ob [X][X] [X] ||| 0.0205342 1 ||| ||| 1.24433
+[X][X] whether [X][X] raise [X] ||| [X][X] ob [X][X] [X] ||| 0.00729985 1 ||| ||| 1.24433
+[X][X] whether [X][X] an [X] ||| [X][X] ob [X][X] einen [X] ||| 0.013917 1 ||| ||| 0.0897684
+[X][X] whether [X][X] raise an [X] ||| [X][X] ob [X][X] einen [X] ||| 0.013917 1 ||| ||| 0.0897684
+[X][X] whether [X][X] [X] ||| [X][X] ob [X][X] ist , [X] ||| 0.0207852 1 ||| ||| 0.268443
+[X][X] whether [X][X] raise [X] ||| [X][X] ob [X][X] ist , [X] ||| 0.0070489 1 ||| ||| 0.268443
+[X][X] whether [X][X] an [X] ||| [X][X] ob [X][X] ist , einen [X] ||| 0.013917 1 ||| ||| 0.0897684
+[X][X] whether [X][X] raise an [X] ||| [X][X] ob [X][X] ist , einen [X] ||| 0.013917 1 ||| ||| 0.0897684
+[X][X] whether [X][X] [X] ||| [X][X] ob [X][X] ist [X] ||| 0.0204867 1 ||| ||| 0.36315
+[X][X] whether [X][X] raise [X] ||| [X][X] ob [X][X] ist [X] ||| 0.00734737 1 ||| ||| 0.36315
+[X][X] whether one [X] ||| [X][X] ob es [X] ||| 0.0278341 1 ||| ||| 0.416667
+[X][X] whether one [X][X] [X] ||| [X][X] ob es [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0679825
+[X][X] whether one [X][X] an [X] ||| [X][X] ob es [X][X] , einen [X] ||| 0.0278341 1 ||| ||| 0.0448842
+[X][X] whether one [X][X] [X] ||| [X][X] ob es [X][X] [X] ||| 0.0278341 1 ||| ||| 0.371227
+[X][X] whether one [X][X] an [X] ||| [X][X] ob es [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.0448842
+[X][X] whether one [X][X] [X] ||| [X][X] ob es [X][X] ist , [X] ||| 0.0278341 1 ||| ||| 0.0679825
+[X][X] whether one [X][X] an [X] ||| [X][X] ob es [X][X] ist , einen [X] ||| 0.0278341 1 ||| ||| 0.0448842
+[X][X] whether one [X][X] [X] ||| [X][X] ob es [X][X] ist [X] ||| 0.0278341 1 ||| ||| 0.0958606
+[X][X] whether one can [X] ||| [X][X] ob es möglich [X] ||| 0.0166759 1 ||| ||| 0.405357
+[X][X] whether one can raise [X] ||| [X][X] ob es möglich [X] ||| 0.0111582 1 ||| ||| 0.405357
+[X][X] whether one can [X][X] [X] ||| [X][X] ob es möglich [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0448842
+[X][X] whether one can [X] ||| [X][X] ob es möglich ist , [X] ||| 0.0183947 1 ||| ||| 0.200462
+[X][X] whether one can raise [X] ||| [X][X] ob es möglich ist , [X] ||| 0.00943938 1 ||| ||| 0.200462
+[X][X] whether one can [X][X] [X] ||| [X][X] ob es möglich ist , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0448842
+[X][X] whether one can [X] ||| [X][X] ob es möglich ist [X] ||| 0.0178517 1 ||| ||| 0.26729
+[X][X] whether one can raise [X] ||| [X][X] ob es möglich ist [X] ||| 0.00998241 1 ||| ||| 0.26729
+[X][X] whether one can [X][X] [X] ||| [X][X] ob es möglich ist [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0448842
+[X][X] would be legally inadmissible [X] ||| [X][X] rechtlich unzulässig wäre [X] ||| 0.0278341 1 ||| ||| 0.3171
+[X][X] relative stability [X] ||| [X][X] relativen Stabilität [X] ||| 0.0206127 1 ||| ||| 0.918957
+[X][X] relative stability is [X] ||| [X][X] relativen Stabilität [X] ||| 0.00722142 1 ||| ||| 0.918957
+[X][X] relative stability [X][X] [X] ||| [X][X] relativen Stabilität [X][X] [X] ||| 0.0184792 1 ||| ||| 0.457926
+[X][X] relative stability is [X][X] [X] ||| [X][X] relativen Stabilität [X][X] [X] ||| 0.00935492 1 ||| ||| 0.457926
+[X][X] relative stability [X][X] fundamental [X] ||| [X][X] relativen Stabilität [X][X] elementaren [X] ||| 0.0278341 1 ||| ||| 0.100105
+[X][X] relative stability is a [X] ||| [X][X] relativen Stabilität einen [X] ||| 0.0278341 1 ||| ||| 0.150113
+done [X][X] relative stability [X] ||| [X][X] relativen Stabilität verhängt [X] ||| 0.0278341 1 ||| ||| 0.0666667
+be done [X][X] relative stability [X] ||| [X][X] relativen Stabilität verhängt werden [X] ||| 0.0278341 1 ||| ||| 0.0666667
+[X][X] relative [X] ||| [X][X] relativen [X] ||| 0.241419 1 ||| ||| 1.26893
+[X][X] relative [X][X] legal principle [X] ||| [X][X] relativen [X][X] Rechtsgrundsatz [X] ||| 0.0278341 1 ||| ||| 0.053802
+[X][X] relative [X][X] [X] ||| [X][X] relativen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.542438
+[X][X] relative [X][X] a [X] ||| [X][X] relativen [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.150113
+[X][X] relative [X][X] a fundamental [X] ||| [X][X] relativen [X][X] einen elementaren [X] ||| 0.0278341 1 ||| ||| 0.100105
+[X][X] relative [X][X] fundamental [X] ||| [X][X] relativen [X][X] elementaren [X] ||| 0.0278341 1 ||| ||| 0.100105
+[X][X] difficult situation [X] ||| [X][X] schwierigen Situation [X] ||| 0.0278341 1 ||| ||| 0.330727
+[X][X] difficult [X] ||| [X][X] schwierigen [X] ||| 0.0278341 1 ||| ||| 0.60049
+[X][X] very [X] ||| [X][X] sehr [X] ||| 0.0278341 1 ||| ||| 0.483766
+[X][X] very [X][X] [X] ||| [X][X] sehr [X][X] [X] ||| 0.0278341 1 ||| ||| 0.16406
+[X][X] very difficult situation [X] ||| [X][X] sehr schwierigen Situation [X] ||| 0.0278341 1 ||| ||| 0.16406
+[X][X] very difficult [X] ||| [X][X] sehr schwierigen [X] ||| 0.0278341 1 ||| ||| 0.267157
+[X][X] is [X] ||| [X][X] sich [X] ||| 0.0278341 1 ||| ||| 0.604167
+[X][X] is [X][X] report [X] ||| [X][X] sich [X][X] Bericht [X] ||| 0.0278341 1 ||| ||| 0.0883459
+[X][X] is [X][X] report , [X] ||| [X][X] sich [X][X] Bericht und [X] ||| 0.0278341 1 ||| ||| 0.0344828
+[X][X] is [X][X] [X] ||| [X][X] sich [X][X] [X] ||| 0.0278341 1 ||| ||| 0.325642
+[X][X] is [X][X] not a [X] ||| [X][X] sich [X][X] keinen [X] ||| 0.0278341 1 ||| ||| 0.0285714
+[X][X] is [X][X] , [X] ||| [X][X] sich [X][X] und [X] ||| 0.0278341 1 ||| ||| 0.0344828
+[X][X] this Parliament [X] ||| [X][X] sich dieses Parlament [X] ||| 0.0278341 1 ||| ||| 0.215909
+[X][X] this Parliament [X][X] . [X] ||| [X][X] sich dieses Parlament [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.025641
+[X][X] this Parliament [X][X] [X] ||| [X][X] sich dieses Parlament [X][X] [X] ||| 0.0188309 1 ||| ||| 0.287185
+[X][X] this Parliament [X][X] an [X] ||| [X][X] sich dieses Parlament [X][X] [X] ||| 0.00487539 1 ||| ||| 0.287185
+[X][X] this Parliament [X][X] interest [X] ||| [X][X] sich dieses Parlament [X][X] [X] ||| 0.00412786 1 ||| ||| 0.287185
+[X][X] this Parliament has [X][X] [X] ||| [X][X] sich dieses Parlament [X][X] hat [X] ||| 0.0278341 1 ||| ||| 0.168651
+[X][X] this [X] ||| [X][X] sich dieses [X] ||| 0.0278341 1 ||| ||| 0.516667
+[X][X] this [X][X] . [X] ||| [X][X] sich dieses [X][X] . [X] ||| 0.013917 1 ||| ||| 0.051282
+[X][X] this [X][X] interest . [X] ||| [X][X] sich dieses [X][X] . [X] ||| 0.013917 1 ||| ||| 0.051282
+[X][X] this [X][X] [X] ||| [X][X] sich dieses [X][X] [X] ||| 0.0163989 1 ||| ||| 0.329775
+[X][X] this [X][X] an [X] ||| [X][X] sich dieses [X][X] [X] ||| 0.00424573 1 ||| ||| 0.329775
+[X][X] this [X][X] an interest [X] ||| [X][X] sich dieses [X][X] [X] ||| 0.00359475 1 ||| ||| 0.329775
+[X][X] this [X][X] interest [X] ||| [X][X] sich dieses [X][X] [X] ||| 0.00359475 1 ||| ||| 0.329775
+[X][X] is merely [X] ||| [X][X] sich lediglich um [X] ||| 0.0278341 1 ||| ||| 0.327764
+[X][X] is merely [X][X] [X] ||| [X][X] sich lediglich um [X][X] [X] ||| 0.0278341 1 ||| ||| 0.1514
+[X][X] is merely [X][X] , [X] ||| [X][X] sich lediglich um [X][X] und [X] ||| 0.0278341 1 ||| ||| 0.0344828
+[X][X] is merely a report [X] ||| [X][X] sich lediglich um einen Bericht [X] ||| 0.0278341 1 ||| ||| 0.0883459
+[X][X] is merely a [X] ||| [X][X] sich lediglich um einen [X] ||| 0.0278341 1 ||| ||| 0.174242
+[X][X] is merely a [X][X] [X] ||| [X][X] sich lediglich um einen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0630542
+[X][X] urging [X] ||| [X][X] sie auffordern [X] ||| 0.0278341 1 ||| ||| 0.590909
+[X][X] urging [X] ||| [X][X] sie auffordern würden , [X] ||| 0.0278341 1 ||| ||| 0.352632
+[X][X] urging [X] ||| [X][X] sie auffordern würden [X] ||| 0.0278341 1 ||| ||| 0.441667
+to [X][X] [X] ||| [X][X] soll , [X] ||| 0.00837863 1 ||| ||| 0.257895
+to go [X][X] [X] ||| [X][X] soll , [X] ||| 0.00837863 1 ||| ||| 0.257895
+to go before [X][X] [X] ||| [X][X] soll , [X] ||| 0.00837863 1 ||| ||| 0.257895
+to go before the [X][X] [X] ||| [X][X] soll , [X] ||| 0.0026982 1 ||| ||| 0.257895
+to [X][X] because [X] ||| [X][X] soll , weil [X] ||| 0.00927803 1 ||| ||| 0.0714285
+to go [X][X] because [X] ||| [X][X] soll , weil [X] ||| 0.00927803 1 ||| ||| 0.0714285
+to go before [X][X] because [X] ||| [X][X] soll , weil [X] ||| 0.00927803 1 ||| ||| 0.0714285
+to [X][X] because the [X] ||| [X][X] soll , weil der [X] ||| 0.013917 1 ||| ||| 0.0526316
+to go [X][X] because the [X] ||| [X][X] soll , weil der [X] ||| 0.013917 1 ||| ||| 0.0526316
+to [X][X] [X] ||| [X][X] soll [X] ||| 0.00835023 1 ||| ||| 0.384617
+to go [X][X] [X] ||| [X][X] soll [X] ||| 0.00835023 1 ||| ||| 0.384617
+to go before [X][X] [X] ||| [X][X] soll [X] ||| 0.00835023 1 ||| ||| 0.384617
+to go before the [X][X] [X] ||| [X][X] soll [X] ||| 0.0027834 1 ||| ||| 0.384617
+[X][X] have always upheld . [X] ||| [X][X] stets verteidigt haben . [X] ||| 0.0278341 1 ||| ||| 0.251923
+[X][X] have always upheld [X] ||| [X][X] stets verteidigt haben [X] ||| 0.0278341 1 ||| ||| 0.316399
+do [X][X] . [X] ||| [X][X] tun . [X] ||| 0.0278341 1 ||| ||| 0.25
+do [X][X] [X] ||| [X][X] tun [X] ||| 0.0278341 1 ||| ||| 0.333333
+[X][X] and to the Governor [X] ||| [X][X] und Gouverneur [X] ||| 0.0278341 1 ||| ||| 0.19223
+[X][X] , [X] ||| [X][X] und [X] ||| 0.00124073 1 ||| ||| 15.2106
+[X][X] and [X] ||| [X][X] und [X] ||| 0 1 ||| ||| 15.2106
+[X][X] and the [X] ||| [X][X] und [X] ||| 0.000609973 1 ||| ||| 15.2106
+[X][X] and to [X] ||| [X][X] und [X] ||| 0.000844407 1 ||| ||| 15.2106
+[X][X] and to the [X] ||| [X][X] und [X] ||| 0.000667134 1 ||| ||| 15.2106
+accused [X][X] and [X] ||| [X][X] und [X] ||| 0.00045748 1 ||| ||| 15.2106
+accused of [X][X] and [X] ||| [X][X] und [X] ||| 0.00045748 1 ||| ||| 15.2106
+be [X][X] and [X] ||| [X][X] und [X] ||| 0.00045748 1 ||| ||| 15.2106
+be accused [X][X] and [X] ||| [X][X] und [X] ||| 0.00045748 1 ||| ||| 15.2106
+be accused of [X][X] and [X] ||| [X][X] und [X] ||| 0.00045748 1 ||| ||| 15.2106
+have [X][X] and [X] ||| [X][X] und [X] ||| 0.00045748 1 ||| ||| 15.2106
+of [X][X] and [X] ||| [X][X] und [X] ||| 0.000609973 1 ||| ||| 15.2106
+power [X][X] and [X] ||| [X][X] und [X] ||| 0.00045748 1 ||| ||| 15.2106
+representations [X][X] and [X] ||| [X][X] und [X] ||| 6.31008e-05 1 ||| ||| 15.2106
+the [X][X] and [X] ||| [X][X] und [X] ||| 0.00045748 1 ||| ||| 15.2106
+the power [X][X] and [X] ||| [X][X] und [X] ||| 0.00045748 1 ||| ||| 15.2106
+to [X][X] and [X] ||| [X][X] und [X] ||| 0.00045748 1 ||| ||| 15.2106
+to be [X][X] and [X] ||| [X][X] und [X] ||| 0.00045748 1 ||| ||| 15.2106
+to be accused [X][X] and [X] ||| [X][X] und [X] ||| 0.00045748 1 ||| ||| 15.2106
+using [X][X] and [X] ||| [X][X] und [X] ||| 0.000130709 1 ||| ||| 15.2106
+[X][X] and [X][X] , [X] ||| [X][X] und [X][X] , [X] ||| 0.00319734 1 ||| ||| 0.366909
+[X][X] and [X][X] [X] ||| [X][X] und [X][X] , [X] ||| 0.0225865 1 ||| ||| 0.366909
+using [X][X] and [X][X] [X] ||| [X][X] und [X][X] , [X] ||| 0.0020503 1 ||| ||| 0.366909
+[X][X] and [X][X] , to [X] ||| [X][X] und [X][X] , bei [X] ||| 0.0278341 1 ||| ||| 0.0169492
+[X][X] and [X][X] that [X] ||| [X][X] und [X][X] , daß [X] ||| 0.022531 1 ||| ||| 0.308744
+have [X][X] and [X][X] that [X] ||| [X][X] und [X][X] , daß [X] ||| 0.00530309 1 ||| ||| 0.308744
+[X][X] and [X][X] you [X] ||| [X][X] und [X][X] , die Sie [X] ||| 0.0278341 1 ||| ||| 0.114866
+[X][X] and [X][X] you represent [X] ||| [X][X] und [X][X] , die Sie vertreten [X] ||| 0.0278341 1 ||| ||| 0.0548872
+[X][X] and [X][X] [X] ||| [X][X] und [X][X] , die [X] ||| 0.0251722 1 ||| ||| 0.213394
+using [X][X] and [X][X] [X] ||| [X][X] und [X][X] , die [X] ||| 0.00266195 1 ||| ||| 0.213394
+[X][X] and [X][X] European Community [X] ||| [X][X] und [X][X] Europäischen Union [X] ||| 0.0278341 1 ||| ||| 0.0181818
+[X][X] and [X][X] European [X] ||| [X][X] und [X][X] Europäischen [X] ||| 0.013917 1 ||| ||| 0.0444444
+[X][X] and [X][X] the European [X] ||| [X][X] und [X][X] Europäischen [X] ||| 0.013917 1 ||| ||| 0.0444444
+[X][X] , [X][X] legislative proposal [X] ||| [X][X] und [X][X] Legislativvorschlag [X] ||| 0.0278341 1 ||| ||| 0.216082
+[X][X] and [X][X] you [X] ||| [X][X] und [X][X] Sie [X] ||| 0.0278341 1 ||| ||| 0.114866
+[X][X] and [X][X] you represent [X] ||| [X][X] und [X][X] Sie vertreten [X] ||| 0.0278341 1 ||| ||| 0.0548872
+[X][X] and [X][X] Community [X] ||| [X][X] und [X][X] Union [X] ||| 0.0278341 1 ||| ||| 0.0181818
+[X][X] and [X][X] condemned person [X] ||| [X][X] und [X][X] Verurteilten [X] ||| 0.0278341 1 ||| ||| 0.0666667
+[X][X] , [X][X] [X] ||| [X][X] und [X][X] [X] ||| 0.0028097 1 ||| ||| 5.19508
+[X][X] and [X][X] [X] ||| [X][X] und [X][X] [X] ||| 0.708493 1 ||| ||| 5.19508
+[X][X] and [X][X] of [X] ||| [X][X] und [X][X] [X] ||| 0.000348931 1 ||| ||| 5.19508
+[X][X] and [X][X] of the [X] ||| [X][X] und [X][X] [X] ||| 0.000321658 1 ||| ||| 5.19508
+[X][X] and [X][X] the [X] ||| [X][X] und [X][X] [X] ||| 0.000321658 1 ||| ||| 5.19508
+[X][X] and to [X][X] [X] ||| [X][X] und [X][X] [X] ||| 0.00181986 1 ||| ||| 5.19508
+[X][X] and to the [X][X] [X] ||| [X][X] und [X][X] [X] ||| 0.000789935 1 ||| ||| 5.19508
+have [X][X] and [X][X] [X] ||| [X][X] und [X][X] [X] ||| 0.000697861 1 ||| ||| 5.19508
+power [X][X] and [X][X] [X] ||| [X][X] und [X][X] [X] ||| 0.000535778 1 ||| ||| 5.19508
+using [X][X] and [X][X] [X] ||| [X][X] und [X][X] [X] ||| 0.000468458 1 ||| ||| 5.19508
+[X][X] and [X][X] to [X] ||| [X][X] und [X][X] bei [X] ||| 0.0278341 1 ||| ||| 0.0169492
+[X][X] and [X][X] the [X] ||| [X][X] und [X][X] des [X] ||| 0.0278341 1 ||| ||| 0.188034
+[X][X] and [X][X] you [X] ||| [X][X] und [X][X] die Sie [X] ||| 0.0278341 1 ||| ||| 0.114866
+[X][X] and [X][X] you represent [X] ||| [X][X] und [X][X] die Sie vertreten [X] ||| 0.0278341 1 ||| ||| 0.0548872
+[X][X] and [X][X] [X] ||| [X][X] und [X][X] die [X] ||| 0.0251722 1 ||| ||| 0.213394
+using [X][X] and [X][X] [X] ||| [X][X] und [X][X] die [X] ||| 0.00266195 1 ||| ||| 0.213394
+[X][X] and made [X][X] that [X] ||| [X][X] und [X][X] gemacht hat , daß [X] ||| 0.0278341 1 ||| ||| 0.249921
+[X][X] and made [X][X] [X] ||| [X][X] und [X][X] gemacht hat [X] ||| 0.0231172 1 ||| ||| 0.421499
+have [X][X] and made [X][X] [X] ||| [X][X] und [X][X] gemacht hat [X] ||| 0.00471686 1 ||| ||| 0.421499
+[X][X] and [X][X] whole [X] ||| [X][X] und [X][X] gesamten [X] ||| 0.0160227 1 ||| ||| 0.153472
+[X][X] and [X][X] whole of [X] ||| [X][X] und [X][X] gesamten [X] ||| 0.0118114 1 ||| ||| 0.153472
+[X][X] and [X][X] represent , [X] ||| [X][X] und [X][X] vertreten , [X] ||| 0.0278341 1 ||| ||| 0.0421473
+[X][X] and [X][X] represent [X] ||| [X][X] und [X][X] vertreten [X] ||| 0.0278341 1 ||| ||| 0.0548872
+[X][X] and [X][X] of [X] ||| [X][X] und [X][X] von [X] ||| 0.013917 1 ||| ||| 0.21795
+[X][X] and to [X][X] of [X] ||| [X][X] und [X][X] von [X] ||| 0.013917 1 ||| ||| 0.21795
+[X][X] and the other [X] ||| [X][X] und anderen [X] ||| 0.0278341 1 ||| ||| 0.125
+[X][X] and television [X] ||| [X][X] und dem Fernsehen [X] ||| 0.0278341 1 ||| ||| 0.257576
+aware [X][X] and television that [X] ||| [X][X] und dem Fernsehen wissen , [X] ||| 0.0278341 1 ||| ||| 0.125
+aware [X][X] and television [X] ||| [X][X] und dem Fernsehen wissen [X] ||| 0.0278341 1 ||| ||| 0.0909091
+aware [X][X] and television [X][X] [X] ||| [X][X] und dem Fernsehen wissen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.111111
+[X][X] and the institution [X] ||| [X][X] und der Institution , [X] ||| 0.0251407 1 ||| ||| 0.279307
+using [X][X] and the institution [X] ||| [X][X] und der Institution , [X] ||| 0.00269335 1 ||| ||| 0.279307
+[X][X] and the institution [X][X] [X] ||| [X][X] und der Institution , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.113984
+[X][X] and the institution you [X] ||| [X][X] und der Institution , die Sie [X] ||| 0.0278341 1 ||| ||| 0.114866
+[X][X] and the institution [X] ||| [X][X] und der Institution , die [X] ||| 0.0251722 1 ||| ||| 0.213394
+using [X][X] and the institution [X] ||| [X][X] und der Institution , die [X] ||| 0.00266195 1 ||| ||| 0.213394
+[X][X] and the institution [X][X] [X] ||| [X][X] und der Institution , die [X][X] [X] ||| 0.0278341 1 ||| ||| 0.113984
+[X][X] and the institution [X] ||| [X][X] und der Institution [X] ||| 0.0250851 1 ||| ||| 0.405
+using [X][X] and the institution [X] ||| [X][X] und der Institution [X] ||| 0.00274905 1 ||| ||| 0.405
+[X][X] and the institution [X][X] [X] ||| [X][X] und der Institution [X][X] [X] ||| 0.0278341 1 ||| ||| 0.113984
+[X][X] and the [X] ||| [X][X] und der [X] ||| 0.025703 1 ||| ||| 0.687406
+using [X][X] and the [X] ||| [X][X] und der [X] ||| 0.00213113 1 ||| ||| 0.687406
+[X][X] and the [X][X] , [X] ||| [X][X] und der [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0421473
+[X][X] and the [X][X] [X] ||| [X][X] und der [X][X] [X] ||| 0.0278341 1 ||| ||| 0.22885
+[X][X] and the [X][X] to [X] ||| [X][X] und der [X][X] bei [X] ||| 0.0278341 1 ||| ||| 0.0169492
+[X][X] and the [X][X] represent [X] ||| [X][X] und der [X][X] vertreten [X] ||| 0.0278341 1 ||| ||| 0.0548872
+[X][X] and made it clear [X] ||| [X][X] und deutlich gemacht hat [X] ||| 0.0278341 1 ||| ||| 0.35007
+[X][X] and a proposal [X] ||| [X][X] und ein Vorschlag [X] ||| 0.0278341 1 ||| ||| 0.317157
+[X][X] and a proposal [X][X] [X] ||| [X][X] und ein Vorschlag [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0454545
+[X][X] and a proposal [X][X] [X] ||| [X][X] und ein Vorschlag [X][X] [X] ||| 0.0278341 1 ||| ||| 0.187611
+[X][X] and a [X] ||| [X][X] und ein [X] ||| 0.0278341 1 ||| ||| 0.58228
+[X][X] and a [X][X] [X] ||| [X][X] und ein [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0454545
+[X][X] and a [X][X] [X] ||| [X][X] und ein [X][X] [X] ||| 0.0278341 1 ||| ||| 0.187611
+[X][X] , not a [X] ||| [X][X] und keinen [X] ||| 0.0278341 1 ||| ||| 0.308333
+[X][X] , not a [X][X] [X] ||| [X][X] und keinen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.216082
+[X][X] and urging [X] ||| [X][X] und sie auffordern [X] ||| 0.0278341 1 ||| ||| 0.257576
+[X][X] and urging [X] ||| [X][X] und sie auffordern würden , [X] ||| 0.0278341 1 ||| ||| 0.152632
+[X][X] and urging [X] ||| [X][X] und sie auffordern würden [X] ||| 0.0278341 1 ||| ||| 0.191667
+[X][X] and by [X] ||| [X][X] und von [X] ||| 0.0278341 1 ||| ||| 0.238095
+[X][X] and by [X][X] European [X] ||| [X][X] und von [X][X] Europäischen [X] ||| 0.0278341 1 ||| ||| 0.0222222
+[X][X] and by [X][X] Community [X] ||| [X][X] und von [X][X] Union [X] ||| 0.0278341 1 ||| ||| 0.0181818
+[X][X] and by [X][X] [X] ||| [X][X] und von [X][X] [X] ||| 0.0186439 1 ||| ||| 0.379074
+[X][X] and by [X][X] of [X] ||| [X][X] und von [X][X] [X] ||| 0.00478199 1 ||| ||| 0.379074
+[X][X] and by [X][X] the [X] ||| [X][X] und von [X][X] [X] ||| 0.00440822 1 ||| ||| 0.379074
+[X][X] and by the [X] ||| [X][X] und von der [X] ||| 0.0278341 1 ||| ||| 0.138528
+[X][X] and by the [X][X] [X] ||| [X][X] und von der [X][X] [X] ||| 0.0278341 1 ||| ||| 0.165566
+[X][X] and by the whole [X] ||| [X][X] und von der gesamten [X] ||| 0.0278341 1 ||| ||| 0.0883459
+[X][X] and to reprieve [X] ||| [X][X] und zur Begnadigung [X] ||| 0.0225324 1 ||| ||| 0.525
+power [X][X] and to reprieve [X] ||| [X][X] und zur Begnadigung [X] ||| 0.00530173 1 ||| ||| 0.525
+[X][X] and to reprieve [X][X] [X] ||| [X][X] und zur Begnadigung [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0666667
+[X][X] and to reprieve the [X] ||| [X][X] und zur Begnadigung des [X] ||| 0.0278341 1 ||| ||| 0.188034
+[X][X] and to [X] ||| [X][X] und zur [X] ||| 0.0181126 1 ||| ||| 1.29524
+power [X][X] and to [X] ||| [X][X] und zur [X] ||| 0.0035816 1 ||| ||| 1.29524
+the [X][X] and to [X] ||| [X][X] und zur [X] ||| 0.00306993 1 ||| ||| 1.29524
+the power [X][X] and to [X] ||| [X][X] und zur [X] ||| 0.00306993 1 ||| ||| 1.29524
+[X][X] and to [X][X] [X] ||| [X][X] und zur [X][X] [X] ||| 0.0278341 1 ||| ||| 0.254701
+of us here [X][X] [X] ||| [X][X] uns hier [X] ||| 0.00927804 1 ||| ||| 0.875
+us here [X][X] [X] ||| [X][X] uns hier [X] ||| 0.0185561 1 ||| ||| 0.875
+[X][X] us here [X][X] that [X] ||| [X][X] uns hier [X][X] , daß [X] ||| 0.0278341 1 ||| ||| 0.22619
+[X][X] us here [X][X] [X] ||| [X][X] uns hier [X][X] [X] ||| 0.0278341 1 ||| ||| 0.166667
+all of us here [X][X] [X] ||| [X][X] uns hier alle [X] ||| 0.0278341 1 ||| ||| 0.166667
+people signed [X][X] [X] ||| [X][X] unterzeichnet worden [X] ||| 0.0102547 1 ||| ||| 0.22619
+signed [X][X] [X] ||| [X][X] unterzeichnet worden [X] ||| 0.0175794 1 ||| ||| 0.22619
+people signed [X][X] . [X] ||| [X][X] unterzeichnet worden ist . [X] ||| 0.00863818 1 ||| ||| 0.161111
+signed [X][X] . [X] ||| [X][X] unterzeichnet worden ist . [X] ||| 0.0191959 1 ||| ||| 0.161111
+people signed [X][X] [X] ||| [X][X] unterzeichnet worden ist [X] ||| 0.00811828 1 ||| ||| 0.20168
+signed [X][X] [X] ||| [X][X] unterzeichnet worden ist [X] ||| 0.0197158 1 ||| ||| 0.20168
+done [X][X] [X] ||| [X][X] verhängt [X] ||| 0.0278341 1 ||| ||| 0.0666667
+be done [X][X] . [X] ||| [X][X] verhängt werden . [X] ||| 0.0278341 1 ||| ||| 0.125
+be done [X][X] [X] ||| [X][X] verhängt werden [X] ||| 0.0278341 1 ||| ||| 0.0666667
+[X][X] various countries [X] ||| [X][X] verschiedenen Ländern [X] ||| 0.0278341 1 ||| ||| 0.166667
+[X][X] various countries [X][X] European [X] ||| [X][X] verschiedenen Ländern [X][X] Europäischen [X] ||| 0.0278341 1 ||| ||| 0.0526316
+[X][X] various countries [X][X] Union [X] ||| [X][X] verschiedenen Ländern [X][X] Union [X] ||| 0.0278341 1 ||| ||| 0.04
+[X][X] various countries [X][X] [X] ||| [X][X] verschiedenen Ländern [X][X] [X] ||| 0.0278341 1 ||| ||| 0.16406
+[X][X] various countries of the [X] ||| [X][X] verschiedenen Ländern der [X] ||| 0.0278341 1 ||| ||| 0.0714286
+[X][X] various [X] ||| [X][X] verschiedenen [X] ||| 0.0278341 1 ||| ||| 0.333333
+[X][X] various [X][X] European Union [X] ||| [X][X] verschiedenen [X][X] Europäischen Union [X] ||| 0.0278341 1 ||| ||| 0.04
+[X][X] various [X][X] European [X] ||| [X][X] verschiedenen [X][X] Europäischen [X] ||| 0.0278341 1 ||| ||| 0.0526316
+[X][X] various [X][X] Union [X] ||| [X][X] verschiedenen [X][X] Union [X] ||| 0.0278341 1 ||| ||| 0.04
+[X][X] various [X][X] [X] ||| [X][X] verschiedenen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.16406
+[X][X] represent , [X] ||| [X][X] vertreten , [X] ||| 0.0278341 1 ||| ||| 0.22335
+[X][X] represent , [X][X] President [X] ||| [X][X] vertreten , [X][X] Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.0386157
+[X][X] represent , [X][X] [X] ||| [X][X] vertreten , [X][X] [X] ||| 0.0237969 1 ||| ||| 0.175833
+[X][X] represent , [X][X] the [X] ||| [X][X] vertreten , [X][X] [X] ||| 0.00195431 1 ||| ||| 0.175833
+[X][X] represent , [X][X] to [X] ||| [X][X] vertreten , [X][X] [X] ||| 0.00208288 1 ||| ||| 0.175833
+[X][X] represent , [X][X] and [X] ||| [X][X] vertreten , [X][X] und [X] ||| 0.0278341 1 ||| ||| 0.0163934
+[X][X] represent , to [X] ||| [X][X] vertreten , bei [X] ||| 0.0278341 1 ||| ||| 0.124944
+[X][X] represent , to [X][X] [X] ||| [X][X] vertreten , bei [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0805127
+[X][X] represent , to the [X] ||| [X][X] vertreten , bei dem [X] ||| 0.0278341 1 ||| ||| 0.0698163
+[X][X] represent [X] ||| [X][X] vertreten [X] ||| 0.0278341 1 ||| ||| 0.407519
+[X][X] represent [X][X] President [X] ||| [X][X] vertreten [X][X] Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.0386157
+[X][X] represent [X][X] President and [X] ||| [X][X] vertreten [X][X] Präsidentschaftskandidaten und [X] ||| 0.0278341 1 ||| ||| 0.0163934
+[X][X] represent [X][X] [X] ||| [X][X] vertreten [X][X] [X] ||| 0.0244696 1 ||| ||| 0.313122
+[X][X] represent [X][X] the [X] ||| [X][X] vertreten [X][X] [X] ||| 0.00109744 1 ||| ||| 0.313122
+[X][X] represent [X][X] to [X] ||| [X][X] vertreten [X][X] [X] ||| 0.00116963 1 ||| ||| 0.313122
+[X][X] represent [X][X] to the [X] ||| [X][X] vertreten [X][X] [X] ||| 0.00109744 1 ||| ||| 0.313122
+[X][X] represent [X][X] the President [X] ||| [X][X] vertreten [X][X] dem Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.0386157
+[X][X] represent [X][X] the [X] ||| [X][X] vertreten [X][X] dem [X] ||| 0.0278341 1 ||| ||| 0.0698163
+[X][X] represent [X][X] and [X] ||| [X][X] vertreten [X][X] und [X] ||| 0.0154408 1 ||| ||| 0.0295513
+[X][X] represent [X][X] and to [X] ||| [X][X] vertreten [X][X] und [X] ||| 0.0123933 1 ||| ||| 0.0295513
+[X][X] adopted . [X] ||| [X][X] vertreten haben . [X] ||| 0.0278341 1 ||| ||| 0.326923
+[X][X] adopted [X] ||| [X][X] vertreten haben [X] ||| 0.0278341 1 ||| ||| 0.742857
+[X][X] many [X] ||| [X][X] vielen [X] ||| 0.018313 1 ||| ||| 0.772619
+[X][X] many people [X] ||| [X][X] vielen [X] ||| 0.00952107 1 ||| ||| 0.772619
+[X][X] of Alexander Nikitin . [X] ||| [X][X] von Alexander Nikitin . [X] ||| 0.0278341 1 ||| ||| 0.112755
+[X][X] of Alexander Nikitin [X] ||| [X][X] von Alexander Nikitin [X] ||| 0.0278341 1 ||| ||| 0.178023
+[X][X] of Alexander [X] ||| [X][X] von Alexander [X] ||| 0.0278341 1 ||| ||| 0.310207
+[X][X] of Alexander [X][X] [X] ||| [X][X] von Alexander [X][X] [X] ||| 0.0278341 1 ||| ||| 0.112755
+[X][X] in Sri [X] ||| [X][X] von Sri [X] ||| 0.0278341 1 ||| ||| 0.2
+[X][X] of Texas , Mr [X] ||| [X][X] von Texas , George W. [X] ||| 0.0278341 1 ||| ||| 0.472046
+[X][X] by [X] ||| [X][X] von [X] ||| 0.00539325 1 ||| ||| 2.94909
+[X][X] in [X] ||| [X][X] von [X] ||| 0.00314606 1 ||| ||| 2.94909
+[X][X] of [X] ||| [X][X] von [X] ||| 0.140066 1 ||| ||| 2.94909
+to [X][X] of [X] ||| [X][X] von [X] ||| 0.00314606 1 ||| ||| 2.94909
+[X][X] of [X][X] , [X] ||| [X][X] von [X][X] , [X] ||| 0.0202901 1 ||| ||| 0.245971
+to [X][X] of [X][X] , [X] ||| [X][X] von [X][X] , [X] ||| 0.00754402 1 ||| ||| 0.245971
+[X][X] of [X][X] , who [X] ||| [X][X] von [X][X] , der [X] ||| 0.0278341 1 ||| ||| 0.105556
+[X][X] of [X][X] . [X] ||| [X][X] von [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.112755
+[X][X] of [X][X] Bush , [X] ||| [X][X] von [X][X] Bush , [X] ||| 0.0278341 1 ||| ||| 0.179304
+[X][X] of [X][X] Bush [X] ||| [X][X] von [X][X] Bush [X] ||| 0.0210071 1 ||| ||| 0.370642
+to [X][X] of [X][X] Bush [X] ||| [X][X] von [X][X] Bush [X] ||| 0.006827 1 ||| ||| 0.370642
+[X][X] by [X][X] European Community [X] ||| [X][X] von [X][X] Europäischen Union [X] ||| 0.0278341 1 ||| ||| 0.040404
+[X][X] by [X][X] European [X] ||| [X][X] von [X][X] Europäischen [X] ||| 0.0139171 1 ||| ||| 0.101587
+[X][X] by [X][X] the European [X] ||| [X][X] von [X][X] Europäischen [X] ||| 0.0139171 1 ||| ||| 0.101587
+[X][X] by [X][X] Community [X] ||| [X][X] von [X][X] Union [X] ||| 0.0278341 1 ||| ||| 0.040404
+[X][X] by [X][X] [X] ||| [X][X] von [X][X] [X] ||| 0.00552542 1 ||| ||| 2.51263
+[X][X] by [X][X] of [X] ||| [X][X] von [X][X] [X] ||| 0.00133687 1 ||| ||| 2.51263
+[X][X] by [X][X] of the [X] ||| [X][X] von [X][X] [X] ||| 0.00119257 1 ||| ||| 2.51263
+[X][X] by [X][X] the [X] ||| [X][X] von [X][X] [X] ||| 0.00119257 1 ||| ||| 2.51263
+[X][X] of [X][X] [X] ||| [X][X] von [X][X] [X] ||| 0.127541 1 ||| ||| 2.51263
+to [X][X] of [X][X] [X] ||| [X][X] von [X][X] [X] ||| 0.00388198 1 ||| ||| 2.51263
+[X][X] of [X][X] who [X] ||| [X][X] von [X][X] der [X] ||| 0.0188875 1 ||| ||| 0.155556
+to [X][X] of [X][X] who [X] ||| [X][X] von [X][X] der [X] ||| 0.00894665 1 ||| ||| 0.155556
+[X][X] by the [X] ||| [X][X] von der [X] ||| 0.0278341 1 ||| ||| 0.305195
+[X][X] by the [X][X] European [X] ||| [X][X] von der [X][X] Europäischen [X] ||| 0.0278341 1 ||| ||| 0.0507937
+[X][X] by the [X][X] Community [X] ||| [X][X] von der [X][X] Union [X] ||| 0.0278341 1 ||| ||| 0.040404
+[X][X] by the [X][X] [X] ||| [X][X] von der [X][X] [X] ||| 0.0208197 1 ||| ||| 0.427189
+[X][X] by the [X][X] the [X] ||| [X][X] von der [X][X] [X] ||| 0.00701441 1 ||| ||| 0.427189
+[X][X] by the whole [X] ||| [X][X] von der gesamten [X] ||| 0.0166348 1 ||| ||| 0.299937
+[X][X] by the whole of [X] ||| [X][X] von der gesamten [X] ||| 0.0111993 1 ||| ||| 0.299937
+[X][X] by the whole [X][X] [X] ||| [X][X] von der gesamten [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0911977
+[X][X] myself [X] ||| [X][X] von mir selbst , [X] ||| 0.0278341 1 ||| ||| 0.2
+people signed [X][X] myself [X] ||| [X][X] von mir selbst , unterzeichnet worden [X] ||| 0.0102547 1 ||| ||| 0.22619
+signed [X][X] myself [X] ||| [X][X] von mir selbst , unterzeichnet worden [X] ||| 0.0175794 1 ||| ||| 0.22619
+people signed [X][X] myself . [X] ||| [X][X] von mir selbst , unterzeichnet worden ist . [X] ||| 0.00863818 1 ||| ||| 0.161111
+signed [X][X] myself . [X] ||| [X][X] von mir selbst , unterzeichnet worden ist . [X] ||| 0.0191959 1 ||| ||| 0.161111
+people signed [X][X] myself [X] ||| [X][X] von mir selbst , unterzeichnet worden ist [X] ||| 0.00811828 1 ||| ||| 0.20168
+signed [X][X] myself [X] ||| [X][X] von mir selbst , unterzeichnet worden ist [X] ||| 0.0197158 1 ||| ||| 0.20168
+[X][X] myself [X] ||| [X][X] von mir selbst [X] ||| 0.0278341 1 ||| ||| 0.25
+[X][X] many [X] ||| [X][X] von vielen [X] ||| 0.018313 1 ||| ||| 0.772619
+[X][X] many people [X] ||| [X][X] von vielen [X] ||| 0.00952107 1 ||| ||| 0.772619
+[X][X] a few months ago [X] ||| [X][X] vor wenigen Monaten [X] ||| 0.0278341 1 ||| ||| 0.178889
+[X][X] a few months ago [X] ||| [X][X] vor wenigen Monaten einen [X] ||| 0.0278341 1 ||| ||| 0.113848
+[X][X] a few [X] ||| [X][X] vor wenigen [X] ||| 0.0278341 1 ||| ||| 0.297619
+visited [X][X] a few [X][X] [X] ||| [X][X] vor wenigen [X][X] Besuch [X] ||| 0.0278341 1 ||| ||| 0.0357143
+visited [X][X] a few [X][X] [X] ||| [X][X] vor wenigen [X][X] Besuch abgestattet [X] ||| 0.0278341 1 ||| ||| 0.0357143
+[X][X] a few [X][X] [X] ||| [X][X] vor wenigen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.292737
+visited [X][X] a few [X][X] [X] ||| [X][X] vor wenigen [X][X] einen Besuch [X] ||| 0.0278341 1 ||| ||| 0.0357143
+visited [X][X] a few [X][X] [X] ||| [X][X] vor wenigen [X][X] einen Besuch abgestattet [X] ||| 0.0278341 1 ||| ||| 0.0357143
+[X][X] a few [X][X] [X] ||| [X][X] vor wenigen [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.113848
+proposal [X][X] that [X] ||| [X][X] vorschlägt , [X] ||| 0.0278341 1 ||| ||| 0.415909
+proposal [X][X] [X] ||| [X][X] vorschlägt [X] ||| 0.0278341 1 ||| ||| 0.541667
+[X][X] because [X] ||| [X][X] weil [X] ||| 0.0278341 1 ||| ||| 0.0238095
+[X][X] because the [X] ||| [X][X] weil der [X] ||| 0.0278341 1 ||| ||| 0.0263158
+[X][X] a few months ago [X] ||| [X][X] wenigen Monaten [X] ||| 0.0278341 1 ||| ||| 0.178889
+[X][X] a few months ago [X] ||| [X][X] wenigen Monaten einen [X] ||| 0.0278341 1 ||| ||| 0.113848
+[X][X] a few [X] ||| [X][X] wenigen [X] ||| 0.0278341 1 ||| ||| 0.297619
+visited [X][X] a few [X][X] [X] ||| [X][X] wenigen [X][X] Besuch [X] ||| 0.0278341 1 ||| ||| 0.0357143
+visited [X][X] a few [X][X] [X] ||| [X][X] wenigen [X][X] Besuch abgestattet [X] ||| 0.0278341 1 ||| ||| 0.0357143
+[X][X] a few [X][X] [X] ||| [X][X] wenigen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.292737
+visited [X][X] a few [X][X] [X] ||| [X][X] wenigen [X][X] einen Besuch [X] ||| 0.0278341 1 ||| ||| 0.0357143
+visited [X][X] a few [X][X] [X] ||| [X][X] wenigen [X][X] einen Besuch abgestattet [X] ||| 0.0278341 1 ||| ||| 0.0357143
+[X][X] a few [X][X] [X] ||| [X][X] wenigen [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.113848
+[X][X] for you , Madam [X] ||| [X][X] wenn Sie , Frau [X] ||| 0.0278341 1 ||| ||| 0.04
+[X][X] for you , [X] ||| [X][X] wenn Sie , [X] ||| 0.0278341 1 ||| ||| 0.0625
+[X][X] for you , [X][X] [X] ||| [X][X] wenn Sie , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0559441
+[X][X] for you [X] ||| [X][X] wenn Sie [X] ||| 0.00616903 1 ||| ||| 0.451191
+[X][X] if you [X] ||| [X][X] wenn Sie [X] ||| 0.0172586 1 ||| ||| 0.451191
+the [X][X] if you [X] ||| [X][X] wenn Sie [X] ||| 0.00440645 1 ||| ||| 0.451191
+[X][X] for you [X][X] , [X] ||| [X][X] wenn Sie [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.025641
+[X][X] for you [X][X] President [X] ||| [X][X] wenn Sie [X][X] Präsidentin [X] ||| 0.0278341 1 ||| ||| 0.030303
+[X][X] for you [X][X] [X] ||| [X][X] wenn Sie [X][X] [X] ||| 0.0090969 1 ||| ||| 0.293563
+[X][X] if you [X][X] [X] ||| [X][X] wenn Sie [X][X] [X] ||| 0.0155767 1 ||| ||| 0.293563
+the [X][X] if you [X][X] [X] ||| [X][X] wenn Sie [X][X] [X] ||| 0.00316048 1 ||| ||| 0.293563
+[X][X] if you wish , [X] ||| [X][X] wenn Sie wollen , [X] ||| 0.0278341 1 ||| ||| 0.122619
+[X][X] if you wish [X] ||| [X][X] wenn Sie wollen [X] ||| 0.0219561 1 ||| ||| 0.22549
+the [X][X] if you wish [X] ||| [X][X] wenn Sie wollen [X] ||| 0.00587801 1 ||| ||| 0.22549
+[X][X] if you wish [X][X] [X] ||| [X][X] wenn Sie wollen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0416667
+[X][X] for [X] ||| [X][X] wenn [X] ||| 0.00632194 1 ||| ||| 0.880555
+[X][X] if [X] ||| [X][X] wenn [X] ||| 0.018 1 ||| ||| 0.880555
+the [X][X] if [X] ||| [X][X] wenn [X] ||| 0.00351219 1 ||| ||| 0.880555
+[X][X] for [X][X] , [X] ||| [X][X] wenn [X][X] , [X] ||| 0.00393018 1 ||| ||| 0.181593
+[X][X] if [X][X] , [X] ||| [X][X] wenn [X][X] , [X] ||| 0.0187947 1 ||| ||| 0.181593
+the [X][X] if [X][X] , [X] ||| [X][X] wenn [X][X] , [X] ||| 0.00510923 1 ||| ||| 0.181593
+[X][X] for [X][X] Madam President [X] ||| [X][X] wenn [X][X] Frau Präsidentin [X] ||| 0.0278341 1 ||| ||| 0.030303
+[X][X] for [X][X] Madam [X] ||| [X][X] wenn [X][X] Frau [X] ||| 0.0278341 1 ||| ||| 0.04
+[X][X] for [X][X] President , [X] ||| [X][X] wenn [X][X] Präsidentin , [X] ||| 0.0278341 1 ||| ||| 0.025641
+[X][X] for [X][X] President [X] ||| [X][X] wenn [X][X] Präsidentin [X] ||| 0.0278341 1 ||| ||| 0.030303
+[X][X] for [X][X] [X] ||| [X][X] wenn [X][X] [X] ||| 0.00758339 1 ||| ||| 0.581553
+[X][X] if [X][X] [X] ||| [X][X] wenn [X][X] [X] ||| 0.0163762 1 ||| ||| 0.581553
+the [X][X] if [X][X] [X] ||| [X][X] wenn [X][X] [X] ||| 0.00387451 1 ||| ||| 0.581553
+[X][X] I shall [X] ||| [X][X] werde ich [X] ||| 0.0181492 1 ||| ||| 0.757684
+[X][X] I shall do [X] ||| [X][X] werde ich [X] ||| 0.00968487 1 ||| ||| 0.757684
+[X][X] I shall [X] ||| [X][X] werde ich dem [X] ||| 0.0182562 1 ||| ||| 0.494022
+[X][X] I shall do [X] ||| [X][X] werde ich dem [X] ||| 0.00957788 1 ||| ||| 0.494022
+be [X][X] . [X] ||| [X][X] werden . [X] ||| 0.0278341 1 ||| ||| 0.125
+be [X][X] [X] ||| [X][X] werden [X] ||| 0.0278341 1 ||| ||| 0.0666667
+[X][X] before [X][X] because [X] ||| [X][X] werden [X][X] , weil [X] ||| 0.00927803 1 ||| ||| 0.0714285
+[X][X] before the [X][X] because [X] ||| [X][X] werden [X][X] , weil [X] ||| 0.00927803 1 ||| ||| 0.0714285
+[X][X] the [X][X] because [X] ||| [X][X] werden [X][X] , weil [X] ||| 0.00927803 1 ||| ||| 0.0714285
+[X][X] before [X][X] because the [X] ||| [X][X] werden [X][X] , weil der [X] ||| 0.013917 1 ||| ||| 0.0526316
+[X][X] the [X][X] because the [X] ||| [X][X] werden [X][X] , weil der [X] ||| 0.013917 1 ||| ||| 0.0526316
+[X][X] before [X][X] because [X] ||| [X][X] werden [X][X] weil [X] ||| 0.00927803 1 ||| ||| 0.0714285
+[X][X] before the [X][X] because [X] ||| [X][X] werden [X][X] weil [X] ||| 0.00927803 1 ||| ||| 0.0714285
+[X][X] the [X][X] because [X] ||| [X][X] werden [X][X] weil [X] ||| 0.00927803 1 ||| ||| 0.0714285
+[X][X] before [X][X] because the [X] ||| [X][X] werden [X][X] weil der [X] ||| 0.013917 1 ||| ||| 0.0526316
+[X][X] the [X][X] because the [X] ||| [X][X] werden [X][X] weil der [X] ||| 0.013917 1 ||| ||| 0.0526316
+to [X][X] [X] ||| [X][X] werden soll , [X] ||| 0.00837863 1 ||| ||| 0.257895
+to go [X][X] [X] ||| [X][X] werden soll , [X] ||| 0.00837863 1 ||| ||| 0.257895
+to go before [X][X] [X] ||| [X][X] werden soll , [X] ||| 0.00837863 1 ||| ||| 0.257895
+to go before the [X][X] [X] ||| [X][X] werden soll , [X] ||| 0.0026982 1 ||| ||| 0.257895
+to [X][X] because [X] ||| [X][X] werden soll , weil [X] ||| 0.00927803 1 ||| ||| 0.0714285
+to go [X][X] because [X] ||| [X][X] werden soll , weil [X] ||| 0.00927803 1 ||| ||| 0.0714285
+to go before [X][X] because [X] ||| [X][X] werden soll , weil [X] ||| 0.00927803 1 ||| ||| 0.0714285
+to [X][X] because the [X] ||| [X][X] werden soll , weil der [X] ||| 0.013917 1 ||| ||| 0.0526316
+to go [X][X] because the [X] ||| [X][X] werden soll , weil der [X] ||| 0.013917 1 ||| ||| 0.0526316
+to [X][X] [X] ||| [X][X] werden soll [X] ||| 0.00835023 1 ||| ||| 0.384617
+to go [X][X] [X] ||| [X][X] werden soll [X] ||| 0.00835023 1 ||| ||| 0.384617
+to go before [X][X] [X] ||| [X][X] werden soll [X] ||| 0.00835023 1 ||| ||| 0.384617
+to go before the [X][X] [X] ||| [X][X] werden soll [X] ||| 0.0027834 1 ||| ||| 0.384617
+[X][X] should be [X] ||| [X][X] werden sollen [X] ||| 0.0212021 1 ||| ||| 1.04924
+of [X][X] should be [X] ||| [X][X] werden sollen [X] ||| 0.00663195 1 ||| ||| 1.04924
+[X][X] we [X] ||| [X][X] wir [X] ||| 0.241419 1 ||| ||| 1.39167
+[X][X] we [X][X] . [X] ||| [X][X] wir [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.126923
+[X][X] we [X][X] [X] ||| [X][X] wir [X][X] [X] ||| 0.0278341 1 ||| ||| 0.276656
+[X][X] we have [X][X] . [X] ||| [X][X] wir [X][X] haben . [X] ||| 0.0278341 1 ||| ||| 0.126923
+[X][X] we have [X][X] [X] ||| [X][X] wir [X][X] haben [X] ||| 0.0278341 1 ||| ||| 0.149733
+[X][X] we have always upheld [X] ||| [X][X] wir stets verteidigt haben [X] ||| 0.0278341 1 ||| ||| 0.149733
+will [X][X] [X] ||| [X][X] wird [X] ||| 0.0278341 1 ||| ||| 0.5
+aware [X][X] that [X] ||| [X][X] wissen , [X] ||| 0.0278341 1 ||| ||| 0.125
+aware [X][X] that [X][X] [X] ||| [X][X] wissen , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.111111
+aware [X][X] [X] ||| [X][X] wissen [X] ||| 0.0278341 1 ||| ||| 0.0909091
+[X][X] wish , [X] ||| [X][X] wollen , [X] ||| 0.0255905 1 ||| ||| 0.413528
+the [X][X] wish , [X] ||| [X][X] wollen , [X] ||| 0.00224363 1 ||| ||| 0.413528
+[X][X] wish , [X][X] , [X] ||| [X][X] wollen , [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0844828
+[X][X] wish , [X][X] [X] ||| [X][X] wollen , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.271929
+[X][X] wish , raise [X][X] [X] ||| [X][X] wollen , [X][X] ansprechen [X] ||| 0.0278341 1 ||| ||| 0.143968
+[X][X] wish , [X][X] i.e. [X] ||| [X][X] wollen , [X][X] d. h. [X] ||| 0.0278341 1 ||| ||| 0.0434783
+[X][X] wish [X] ||| [X][X] wollen [X] ||| 0.0260072 1 ||| ||| 0.72549
+the [X][X] wish [X] ||| [X][X] wollen [X] ||| 0.00182695 1 ||| ||| 0.72549
+[X][X] wish [X][X] , [X] ||| [X][X] wollen [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0844828
+[X][X] wish [X][X] , i.e. [X] ||| [X][X] wollen [X][X] , d. h. [X] ||| 0.0278341 1 ||| ||| 0.0434783
+[X][X] wish [X][X] [X] ||| [X][X] wollen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.271929
+[X][X] wish [X][X] i.e. [X] ||| [X][X] wollen [X][X] d. h. [X] ||| 0.0278341 1 ||| ||| 0.0434783
+[X][X] a petition has [X][X] [X] ||| [X][X] wurde [X][X] eine Petition [X] ||| 0.0278341 1 ||| ||| 0.430556
+would be [X][X] . [X] ||| [X][X] wäre . [X] ||| 0.0278341 1 ||| ||| 0.416667
+would be [X][X] [X] ||| [X][X] wäre [X] ||| 0.0278341 1 ||| ||| 0.583333
+[X][X] about Rule 143 [X] ||| [X][X] zu Artikel 143 [X] ||| 0.0278341 1 ||| ||| 0.0714286
+[X][X] about Rule [X] ||| [X][X] zu Artikel [X] ||| 0.0278341 1 ||| ||| 0.125
+[X][X] to the start [X] ||| [X][X] zu Beginn [X] ||| 0.0278341 1 ||| ||| 0.413524
+[X][X] to the start [X][X] [X] ||| [X][X] zu Beginn [X][X] [X] ||| 0.0278341 1 ||| ||| 0.679652
+[X][X] to environmental information [X] ||| [X][X] zu Umweltinformationen [X] ||| 0.0278341 1 ||| ||| 0.240476
+[X][X] to environmental information [X][X] [X] ||| [X][X] zu Umweltinformationen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.129167
+[X][X] about [X] ||| [X][X] zu [X] ||| 0.00293148 1 ||| ||| 1.89898
+[X][X] to [X] ||| [X][X] zu [X] ||| 0.215993 1 ||| ||| 1.89898
+[X][X] to [X][X] . [X] ||| [X][X] zu [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.0625
+[X][X] to [X][X] presentation [X] ||| [X][X] zu [X][X] Aussprache [X] ||| 0.0278341 1 ||| ||| 0.203409
+[X][X] to [X][X] presentation of [X] ||| [X][X] zu [X][X] Aussprache über [X] ||| 0.0278341 1 ||| ||| 0.116667
+[X][X] about [X][X] [X] ||| [X][X] zu [X][X] [X] ||| 0.00129584 1 ||| ||| 1.53425
+[X][X] to [X][X] [X] ||| [X][X] zu [X][X] [X] ||| 0.230179 1 ||| ||| 1.53425
+[X][X] to [X][X] the [X] ||| [X][X] zu [X][X] den [X] ||| 0.0278341 1 ||| ||| 0.0526316
+[X][X] to [X][X] of the [X] ||| [X][X] zu [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.306944
+[X][X] to [X][X] of [X] ||| [X][X] zu [X][X] über [X] ||| 0.0278341 1 ||| ||| 0.116667
+[X][X] to [X][X] of the [X] ||| [X][X] zu [X][X] über den [X] ||| 0.0278341 1 ||| ||| 0.0526316
+[X][X] was [X] ||| [X][X] zu beklagen gab , [X] ||| 0.0278341 1 ||| ||| 0.297619
+[X][X] was [X] ||| [X][X] zu beklagen gab , zählt [X] ||| 0.0278341 1 ||| ||| 0.254286
+[X][X] was Mr [X] ||| [X][X] zu beklagen gab , zählt auch Herr [X] ||| 0.0278341 1 ||| ||| 0.0982143
+[X][X] was [X] ||| [X][X] zu beklagen gab , zählt auch [X] ||| 0.0278341 1 ||| ||| 0.1875
+[X][X] was [X] ||| [X][X] zu beklagen gab [X] ||| 0.0278341 1 ||| ||| 0.358824
+[X][X] for this [X] ||| [X][X] zu einer [X] ||| 0.0278341 1 ||| ||| 0.833333
+[X][X] for this [X][X] [X] ||| [X][X] zu einer [X][X] [X] ||| 0.0278341 1 ||| ||| 0.333333
+expressing [X][X] [X] ||| [X][X] zum [X] ||| 0.0278341 1 ||| ||| 0.75
+[X][X] to reprieve [X] ||| [X][X] zur Begnadigung [X] ||| 0.0225324 1 ||| ||| 0.525
+power [X][X] to reprieve [X] ||| [X][X] zur Begnadigung [X] ||| 0.00530173 1 ||| ||| 0.525
+[X][X] to reprieve [X][X] [X] ||| [X][X] zur Begnadigung [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0666667
+[X][X] to reprieve the [X] ||| [X][X] zur Begnadigung des [X] ||| 0.0278341 1 ||| ||| 0.188034
+[X][X] to reprieve the [X][X] [X] ||| [X][X] zur Begnadigung des [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0666667
+[X][X] reduction targets [X] ||| [X][X] zur Flottenverkleinerung [X] ||| 0.0278341 1 ||| ||| 0.25
+[X][X] on [X] ||| [X][X] zur [X] ||| 0.0121269 1 ||| ||| 2.29524
+[X][X] to [X] ||| [X][X] zur [X] ||| 0.0102212 1 ||| ||| 2.29524
+power [X][X] to [X] ||| [X][X] zur [X] ||| 0.00202115 1 ||| ||| 2.29524
+the [X][X] to [X] ||| [X][X] zur [X] ||| 0.00173241 1 ||| ||| 2.29524
+the power [X][X] to [X] ||| [X][X] zur [X] ||| 0.00173241 1 ||| ||| 2.29524
+[X][X] on [X][X] . [X] ||| [X][X] zur [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.347222
+[X][X] to [X][X] condemned person [X] ||| [X][X] zur [X][X] Verurteilten [X] ||| 0.0278341 1 ||| ||| 0.0666667
+[X][X] on [X][X] [X] ||| [X][X] zur [X][X] [X] ||| 0.0220428 1 ||| ||| 1.22414
+[X][X] to [X][X] [X] ||| [X][X] zur [X][X] [X] ||| 0.00579129 1 ||| ||| 1.22414
+[X][X] Mr Kumar Ponnambalam [X] ||| [X][X] zählt auch Herr Kumar Ponnambalam [X] ||| 0.0278341 1 ||| ||| 0.047619
+[X][X] Mr [X] ||| [X][X] zählt auch Herr [X] ||| 0.0278341 1 ||| ||| 0.223214
+[X][X] Mr [X][X] [X] ||| [X][X] zählt auch Herr [X][X] [X] ||| 0.0278341 1 ||| ||| 0.047619
+[X][X] of [X] ||| [X][X] über [X] ||| 0.0150857 1 ||| ||| 1.09167
+[X][X] on [X] ||| [X][X] über [X] ||| 0.0127484 1 ||| ||| 1.09167
+[X][X] on [X][X] [X] ||| [X][X] über [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.037037
+[X][X] on [X][X] [X] ||| [X][X] über [X][X] , der [X] ||| 0.0278341 1 ||| ||| 0.0285714
+[X][X] of [X][X] . [X] ||| [X][X] über [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.121544
+[X][X] of [X][X] [X] ||| [X][X] über [X][X] [X] ||| 0.012361 1 ||| ||| 0.669336
+[X][X] on [X][X] [X] ||| [X][X] über [X][X] [X] ||| 0.0122742 1 ||| ||| 0.669336
+[X][X] on [X][X] comes [X] ||| [X][X] über [X][X] [X] ||| 0.00319882 1 ||| ||| 0.669336
+[X][X] on [X][X] before [X] ||| [X][X] über [X][X] befassen , [X] ||| 0.013917 1 ||| ||| 0.074074
+[X][X] on [X][X] comes before [X] ||| [X][X] über [X][X] befassen , [X] ||| 0.013917 1 ||| ||| 0.074074
+[X][X] on [X][X] before [X] ||| [X][X] über [X][X] befassen , der [X] ||| 0.013917 1 ||| ||| 0.0571428
+[X][X] on [X][X] comes before [X] ||| [X][X] über [X][X] befassen , der [X] ||| 0.013917 1 ||| ||| 0.0571428
+[X][X] on [X][X] before [X] ||| [X][X] über [X][X] befassen [X] ||| 0.013917 1 ||| ||| 0.105263
+[X][X] on [X][X] comes before [X] ||| [X][X] über [X][X] befassen [X] ||| 0.013917 1 ||| ||| 0.105263
+[X][X] on [X][X] [X] ||| [X][X] über [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0285714
+[X][X] of the report . [X] ||| [X][X] über den Bericht . [X] ||| 0.0278341 1 ||| ||| 0.121544
+[X][X] of the report [X] ||| [X][X] über den Bericht [X] ||| 0.0278341 1 ||| ||| 0.175707
+[X][X] of the [X] ||| [X][X] über den [X] ||| 0.0278341 1 ||| ||| 0.327632
+[X][X] of the [X][X] [X] ||| [X][X] über den [X][X] [X] ||| 0.0278341 1 ||| ||| 0.121544
+[X][X] on multiannual guidance programmes [X] ||| [X][X] über mehrjährige Ausrichtungsprogramme [X] ||| 0.0278341 1 ||| ||| 0.1
+[X][X] on multiannual [X] ||| [X][X] über mehrjährige [X] ||| 0.0278341 1 ||| ||| 0.25
+[X][X] on multiannual [X][X] [X] ||| [X][X] über mehrjährige [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.037037
+[X][X] on multiannual [X][X] [X] ||| [X][X] über mehrjährige [X][X] , der [X] ||| 0.0278341 1 ||| ||| 0.0285714
+[X][X] on multiannual [X][X] [X] ||| [X][X] über mehrjährige [X][X] [X] ||| 0.0220798 1 ||| ||| 0.372086
+[X][X] on multiannual [X][X] comes [X] ||| [X][X] über mehrjährige [X][X] [X] ||| 0.00575427 1 ||| ||| 0.372086
+[X][X] on multiannual [X][X] before [X] ||| [X][X] über mehrjährige [X][X] befassen , [X] ||| 0.0278341 1 ||| ||| 0.037037
+[X][X] on multiannual [X][X] before [X] ||| [X][X] über mehrjährige [X][X] befassen , der [X] ||| 0.0278341 1 ||| ||| 0.0285714
+[X][X] on multiannual [X][X] before [X] ||| [X][X] über mehrjährige [X][X] befassen [X] ||| 0.0278341 1 ||| ||| 0.0526316
+[X][X] on multiannual [X][X] [X] ||| [X][X] über mehrjährige [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0285714
+however , [X] ||| aber so , [X] ||| 0.0278341 1 ||| ||| 1
+however , [X] ||| aber so , daß [X] ||| 0.0278341 1 ||| ||| 1
+however , he [X] ||| aber so , daß er [X] ||| 0.0278341 1 ||| ||| 0.25
+however [X] ||| aber so [X] ||| 0.0278341 1 ||| ||| 1
+however [X][X] [X] ||| aber so [X][X] [X] ||| 0.0278341 1 ||| ||| 0.25
+had [X] ||| abgestattet hatte [X] ||| 0.0278341 1 ||| ||| 1
+all [X] ||| all [X] ||| 0.0278341 1 ||| ||| 1
+all [X] ||| alle [X] ||| 0.013917 1 ||| ||| 2
+all of [X] ||| alle [X] ||| 0.013917 1 ||| ||| 2
+all the victims [X] ||| allen Opfern [X] ||| 0.013721 1 ||| ||| 0.67619
+behalf of all the victims [X] ||| allen Opfern [X] ||| 0.00588044 1 ||| ||| 0.67619
+of all the victims [X] ||| allen Opfern [X] ||| 0.00823263 1 ||| ||| 0.67619
+all [X] ||| allen [X] ||| 0.00347926 1 ||| ||| 8
+all the [X] ||| allen [X] ||| 0.00347926 1 ||| ||| 8
+behalf of all [X] ||| allen [X] ||| 0.00347926 1 ||| ||| 8
+behalf of all the [X] ||| allen [X] ||| 0.00347926 1 ||| ||| 8
+of all [X] ||| allen [X] ||| 0.00347926 1 ||| ||| 8
+of all the [X] ||| allen [X] ||| 0.00347926 1 ||| ||| 8
+on behalf of all [X] ||| allen [X] ||| 0.00347926 1 ||| ||| 8
+on behalf of all the [X] ||| allen [X] ||| 0.00347926 1 ||| ||| 8
+all [X][X] [X] ||| allen [X][X] [X] ||| 0.0115803 1 ||| ||| 0.80119
+behalf of all [X][X] [X] ||| allen [X][X] [X] ||| 0.00496299 1 ||| ||| 0.80119
+of all [X][X] [X] ||| allen [X][X] [X] ||| 0.00694819 1 ||| ||| 0.80119
+on behalf of all [X][X] [X] ||| allen [X][X] [X] ||| 0.00434262 1 ||| ||| 0.80119
+everything [X] ||| alles [X] ||| 0.013917 1 ||| ||| 2
+everything she [X] ||| alles [X] ||| 0.013917 1 ||| ||| 2
+her to do everything [X][X] [X] ||| alles in ihrem [X][X] stehende zu tun [X] ||| 0.0278341 1 ||| ||| 0.833333
+her to do everything [X][X] [X] ||| alles in ihrem [X][X] zu tun [X] ||| 0.0278341 1 ||| ||| 0.833333
+as the [X] ||| als [X] ||| 0.0278341 1 ||| ||| 1
+Thursday [X] ||| am Donnerstag [X] ||| 0.0079526 1 ||| ||| 3.5
+on Thursday [X] ||| am Donnerstag [X] ||| 0.137954 1 ||| ||| 3.5
+on Thursday prior [X] ||| am Donnerstag [X] ||| 0.0039763 1 ||| ||| 3.5
+[X][X] Thursday . [X] ||| am Donnerstag [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.25
+on Thursday prior [X][X] presentation [X] ||| am Donnerstag [X][X] Aussprache [X] ||| 0.0278341 1 ||| ||| 0.0625
+[X][X] Thursday [X] ||| am Donnerstag [X][X] [X] ||| 0.00952951 1 ||| ||| 0.97361
+on Thursday [X][X] [X] ||| am Donnerstag [X][X] [X] ||| 0.00952951 1 ||| ||| 0.97361
+on Thursday prior [X][X] [X] ||| am Donnerstag [X][X] [X] ||| 0.00877508 1 ||| ||| 0.97361
+on Thursday prior [X][X] of [X] ||| am Donnerstag [X][X] über [X] ||| 0.0278341 1 ||| ||| 0.05
+on Thursday and contains [X] ||| am Donnerstag mit [X] ||| 0.0278341 1 ||| ||| 0.333333
+on Thursday [X] ||| am Donnerstag zu [X] ||| 0.0222673 1 ||| ||| 1.25
+on Thursday prior to [X] ||| am Donnerstag zu [X] ||| 0.00556682 1 ||| ||| 1.25
+on Thursday prior to [X][X] [X] ||| am Donnerstag zu [X][X] [X] ||| 0.0278341 1 ||| ||| 0.306944
+do on Thursday . [X] ||| am Donnerstag zu tun . [X] ||| 0.0278341 1 ||| ||| 0.25
+do on Thursday [X] ||| am Donnerstag zu tun [X] ||| 0.0278341 1 ||| ||| 0.333333
+on [X] ||| am [X] ||| 0.0278341 1 ||| ||| 1
+on [X][X] presentation [X] ||| am [X][X] Aussprache [X] ||| 0.0278341 1 ||| ||| 0.0625
+on [X][X] presentation of [X] ||| am [X][X] Aussprache über [X] ||| 0.0278341 1 ||| ||| 0.05
+on [X][X] the start [X] ||| am [X][X] Beginn [X] ||| 0.0278341 1 ||| ||| 0.111111
+on [X][X] the start [X][X] [X] ||| am [X][X] Beginn [X][X] [X] ||| 0.0278341 1 ||| ||| 0.195833
+on [X][X] [X] ||| am [X][X] [X] ||| 0.241419 1 ||| ||| 1.05694
+on [X][X] of the presentation [X] ||| am [X][X] der Aussprache [X] ||| 0.0278341 1 ||| ||| 0.0625
+on [X][X] of the [X] ||| am [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0833333
+on [X][X] of the [X][X] [X] ||| am [X][X] der [X][X] [X] ||| 0.0278341 1 ||| ||| 0.05
+on [X][X] to the start [X] ||| am [X][X] zu Beginn [X] ||| 0.0278341 1 ||| ||| 0.111111
+on [X][X] to [X] ||| am [X][X] zu [X] ||| 0.0278341 1 ||| ||| 0.25
+on [X][X] to [X][X] presentation [X] ||| am [X][X] zu [X][X] Aussprache [X] ||| 0.0278341 1 ||| ||| 0.0625
+on [X][X] to [X][X] [X] ||| am [X][X] zu [X][X] [X] ||| 0.0278341 1 ||| ||| 0.306944
+on [X][X] to [X][X] of [X] ||| am [X][X] zu [X][X] über [X] ||| 0.0278341 1 ||| ||| 0.05
+on [X][X] of [X] ||| am [X][X] über [X] ||| 0.0278341 1 ||| ||| 0.05
+other [X] ||| anderen [X] ||| 0.013917 1 ||| ||| 2
+the other [X] ||| anderen [X] ||| 0.013917 1 ||| ||| 2
+before the courts [X] ||| angeklagt [X] ||| 0.00695852 1 ||| ||| 4
+courts [X] ||| angeklagt [X] ||| 0.00695852 1 ||| ||| 4
+go before the courts [X] ||| angeklagt [X] ||| 0.00695852 1 ||| ||| 4
+the courts [X] ||| angeklagt [X] ||| 0.00695852 1 ||| ||| 4
+[X][X] before the courts [X] ||| angeklagt [X][X] , [X] ||| 0.00927803 1 ||| ||| 0.157895
+[X][X] courts [X] ||| angeklagt [X][X] , [X] ||| 0.00927803 1 ||| ||| 0.157895
+[X][X] the courts [X] ||| angeklagt [X][X] , [X] ||| 0.00927803 1 ||| ||| 0.157895
+[X][X] before the courts [X] ||| angeklagt [X][X] [X] ||| 0.00927803 1 ||| ||| 0.388665
+[X][X] courts [X] ||| angeklagt [X][X] [X] ||| 0.00927803 1 ||| ||| 0.388665
+[X][X] the courts [X] ||| angeklagt [X][X] [X] ||| 0.00927803 1 ||| ||| 0.388665
+before the courts [X] ||| angeklagt werden [X] ||| 0.00695852 1 ||| ||| 4
+courts [X] ||| angeklagt werden [X] ||| 0.00695852 1 ||| ||| 4
+go before the courts [X] ||| angeklagt werden [X] ||| 0.00695852 1 ||| ||| 4
+the courts [X] ||| angeklagt werden [X] ||| 0.00695852 1 ||| ||| 4
+[X][X] before the courts [X] ||| angeklagt werden [X][X] , [X] ||| 0.00927803 1 ||| ||| 0.157895
+[X][X] courts [X] ||| angeklagt werden [X][X] , [X] ||| 0.00927803 1 ||| ||| 0.157895
+[X][X] the courts [X] ||| angeklagt werden [X][X] , [X] ||| 0.00927803 1 ||| ||| 0.157895
+[X][X] before the courts [X] ||| angeklagt werden [X][X] [X] ||| 0.00927803 1 ||| ||| 0.388665
+[X][X] courts [X] ||| angeklagt werden [X][X] [X] ||| 0.00927803 1 ||| ||| 0.388665
+[X][X] the courts [X] ||| angeklagt werden [X][X] [X] ||| 0.00927803 1 ||| ||| 0.388665
+to go before the courts [X] ||| angeklagt werden soll , [X] ||| 0.0278341 1 ||| ||| 0.0526316
+to go before the courts [X] ||| angeklagt werden soll [X] ||| 0.0278341 1 ||| ||| 0.0769231
+appropriate [X] ||| angemessen , [X] ||| 0.0278341 1 ||| ||| 1
+appropriate [X][X] , Madam President [X] ||| angemessen , [X][X] , Frau Präsidentin [X] ||| 0.0278341 1 ||| ||| 0.0416667
+appropriate [X][X] , Madam [X] ||| angemessen , [X][X] , Frau [X] ||| 0.0278341 1 ||| ||| 0.0714286
+appropriate [X][X] , Madam [X][X] [X] ||| angemessen , [X][X] , Frau [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0452088
+appropriate [X][X] , Madam [X][X] [X] ||| angemessen , [X][X] , Frau [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0181818
+appropriate [X][X] , [X] ||| angemessen , [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.152027
+appropriate [X][X] , [X][X] , [X] ||| angemessen , [X][X] , [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.027027
+appropriate [X][X] , [X][X] , [X] ||| angemessen , [X][X] , [X][X] , der [X] ||| 0.0278341 1 ||| ||| 0.0181818
+appropriate [X][X] , [X][X] [X] ||| angemessen , [X][X] , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0868755
+appropriate [X][X] , [X][X] [X] ||| angemessen , [X][X] , [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0181818
+appropriate [X][X] , [X] ||| angemessen , [X][X] , der [X] ||| 0.0278341 1 ||| ||| 0.0181818
+appropriate [X][X] Madam President , [X] ||| angemessen , [X][X] Frau Präsidentin , [X] ||| 0.0278341 1 ||| ||| 0.027027
+appropriate [X][X] Madam President , [X] ||| angemessen , [X][X] Frau Präsidentin , der [X] ||| 0.0278341 1 ||| ||| 0.0181818
+appropriate [X][X] Madam President [X] ||| angemessen , [X][X] Frau Präsidentin [X] ||| 0.0278341 1 ||| ||| 0.0416667
+appropriate [X][X] Madam [X] ||| angemessen , [X][X] Frau [X] ||| 0.0278341 1 ||| ||| 0.0714286
+appropriate [X][X] Madam [X][X] [X] ||| angemessen , [X][X] Frau [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0452088
+appropriate [X][X] Madam [X][X] [X] ||| angemessen , [X][X] Frau [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0181818
+appropriate [X][X] President , [X] ||| angemessen , [X][X] Präsidentin , [X] ||| 0.0278341 1 ||| ||| 0.027027
+appropriate [X][X] President , [X] ||| angemessen , [X][X] Präsidentin , der [X] ||| 0.0278341 1 ||| ||| 0.0181818
+appropriate [X][X] President [X] ||| angemessen , [X][X] Präsidentin [X] ||| 0.0278341 1 ||| ||| 0.0416667
+appropriate [X][X] [X] ||| angemessen , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.533304
+appropriate [X][X] [X] ||| angemessen , [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0181818
+appropriate for you , Madam [X] ||| angemessen , wenn Sie , Frau [X] ||| 0.0278341 1 ||| ||| 0.0714286
+appropriate for you , [X] ||| angemessen , wenn Sie , [X] ||| 0.0278341 1 ||| ||| 0.125
+appropriate for you , [X][X] [X] ||| angemessen , wenn Sie , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0868755
+appropriate for you , [X][X] [X] ||| angemessen , wenn Sie , [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0181818
+appropriate for you [X] ||| angemessen , wenn Sie [X] ||| 0.0278341 1 ||| ||| 0.25
+appropriate for you [X][X] , [X] ||| angemessen , wenn Sie [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.027027
+appropriate for you [X][X] , [X] ||| angemessen , wenn Sie [X][X] , der [X] ||| 0.0278341 1 ||| ||| 0.0181818
+appropriate for you [X][X] President [X] ||| angemessen , wenn Sie [X][X] Präsidentin [X] ||| 0.0278341 1 ||| ||| 0.0416667
+appropriate for you [X][X] [X] ||| angemessen , wenn Sie [X][X] [X] ||| 0.0278341 1 ||| ||| 0.158304
+appropriate for you [X][X] [X] ||| angemessen , wenn Sie [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0181818
+appropriate for [X] ||| angemessen , wenn [X] ||| 0.0278341 1 ||| ||| 1
+appropriate for [X][X] , [X] ||| angemessen , wenn [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.027027
+appropriate for [X][X] , [X] ||| angemessen , wenn [X][X] , der [X] ||| 0.0278341 1 ||| ||| 0.0181818
+appropriate for [X][X] Madam President [X] ||| angemessen , wenn [X][X] Frau Präsidentin [X] ||| 0.0278341 1 ||| ||| 0.0416667
+appropriate for [X][X] Madam [X] ||| angemessen , wenn [X][X] Frau [X] ||| 0.0278341 1 ||| ||| 0.0714286
+appropriate for [X][X] Madam [X][X] [X] ||| angemessen , wenn [X][X] Frau [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0452088
+appropriate for [X][X] Madam [X][X] [X] ||| angemessen , wenn [X][X] Frau [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0181818
+appropriate for [X][X] President , [X] ||| angemessen , wenn [X][X] Präsidentin , [X] ||| 0.0278341 1 ||| ||| 0.027027
+appropriate for [X][X] President , [X] ||| angemessen , wenn [X][X] Präsidentin , der [X] ||| 0.0278341 1 ||| ||| 0.0181818
+appropriate for [X][X] President [X] ||| angemessen , wenn [X][X] Präsidentin [X] ||| 0.0278341 1 ||| ||| 0.0416667
+appropriate for [X][X] [X] ||| angemessen , wenn [X][X] [X] ||| 0.0278341 1 ||| ||| 0.283304
+appropriate for [X][X] [X] ||| angemessen , wenn [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0181818
+appropriate [X] ||| angemessen [X] ||| 0.0278341 1 ||| ||| 1
+appropriate [X][X] , Madam President [X] ||| angemessen [X][X] , Frau Präsidentin [X] ||| 0.0278341 1 ||| ||| 0.0416667
+appropriate [X][X] , Madam [X] ||| angemessen [X][X] , Frau [X] ||| 0.0278341 1 ||| ||| 0.0714286
+appropriate [X][X] , Madam [X][X] [X] ||| angemessen [X][X] , Frau [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0452088
+appropriate [X][X] , Madam [X][X] [X] ||| angemessen [X][X] , Frau [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0181818
+appropriate [X][X] , [X] ||| angemessen [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.152027
+appropriate [X][X] , [X][X] , [X] ||| angemessen [X][X] , [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.027027
+appropriate [X][X] , [X][X] , [X] ||| angemessen [X][X] , [X][X] , der [X] ||| 0.0278341 1 ||| ||| 0.0181818
+appropriate [X][X] , [X][X] [X] ||| angemessen [X][X] , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0868755
+appropriate [X][X] , [X][X] [X] ||| angemessen [X][X] , [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0181818
+appropriate [X][X] , [X] ||| angemessen [X][X] , der [X] ||| 0.0278341 1 ||| ||| 0.0181818
+appropriate [X][X] Madam President , [X] ||| angemessen [X][X] Frau Präsidentin , [X] ||| 0.0278341 1 ||| ||| 0.027027
+appropriate [X][X] Madam President , [X] ||| angemessen [X][X] Frau Präsidentin , der [X] ||| 0.0278341 1 ||| ||| 0.0181818
+appropriate [X][X] Madam President [X] ||| angemessen [X][X] Frau Präsidentin [X] ||| 0.0278341 1 ||| ||| 0.0416667
+appropriate [X][X] Madam [X] ||| angemessen [X][X] Frau [X] ||| 0.0278341 1 ||| ||| 0.0714286
+appropriate [X][X] Madam [X][X] [X] ||| angemessen [X][X] Frau [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0452088
+appropriate [X][X] Madam [X][X] [X] ||| angemessen [X][X] Frau [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0181818
+appropriate [X][X] President , [X] ||| angemessen [X][X] Präsidentin , [X] ||| 0.0278341 1 ||| ||| 0.027027
+appropriate [X][X] President , [X] ||| angemessen [X][X] Präsidentin , der [X] ||| 0.0278341 1 ||| ||| 0.0181818
+appropriate [X][X] President [X] ||| angemessen [X][X] Präsidentin [X] ||| 0.0278341 1 ||| ||| 0.0416667
+appropriate [X][X] [X] ||| angemessen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.533304
+appropriate [X][X] [X] ||| angemessen [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0181818
+raise [X] ||| ansprechen [X] ||| 0.0278341 1 ||| ||| 1
+Mr Kumar Ponnambalam , who [X] ||| auch Herr Kumar Ponnambalam , der [X] ||| 0.0278341 1 ||| ||| 0.166667
+Mr Kumar Ponnambalam [X] ||| auch Herr Kumar Ponnambalam [X] ||| 0.0278341 1 ||| ||| 0.5
+Mr Kumar Ponnambalam [X][X] [X] ||| auch Herr Kumar Ponnambalam [X][X] [X] ||| 0.0278341 1 ||| ||| 0.166667
+Mr [X] ||| auch Herr [X] ||| 0.0278341 1 ||| ||| 1
+Mr [X][X] , who [X] ||| auch Herr [X][X] , der [X] ||| 0.0278341 1 ||| ||| 0.166667
+Mr [X][X] [X] ||| auch Herr [X][X] [X] ||| 0.0278341 1 ||| ||| 0.666667
+, too , [X] ||| auch [X] ||| 0.00556682 1 ||| ||| 5
+, too [X] ||| auch [X] ||| 0.00556682 1 ||| ||| 5
+including [X] ||| auch [X] ||| 0.00556682 1 ||| ||| 5
+too , [X] ||| auch [X] ||| 0.00556682 1 ||| ||| 5
+too [X] ||| auch [X] ||| 0.00556682 1 ||| ||| 5
+[X][X] , who [X] ||| auch [X][X] , der [X] ||| 0.0278341 1 ||| ||| 0.166667
+[X][X] , too , [X] ||| auch [X][X] [X] ||| 0.00579877 1 ||| ||| 0.685714
+[X][X] , too [X] ||| auch [X][X] [X] ||| 0.00811828 1 ||| ||| 0.685714
+[X][X] too , [X] ||| auch [X][X] [X] ||| 0.00579877 1 ||| ||| 0.685714
+[X][X] too [X] ||| auch [X][X] [X] ||| 0.00811828 1 ||| ||| 0.685714
+[X][X] too [X][X] environmental information [X] ||| auch [X][X] [X][X] Umweltinformationen [X] ||| 0.0278341 1 ||| ||| 0.05
+[X][X] , too , [X][X] [X] ||| auch [X][X] [X][X] [X] ||| 0.00514141 1 ||| ||| 0.589142
+[X][X] , too [X][X] [X] ||| auch [X][X] [X][X] [X] ||| 0.00877564 1 ||| ||| 0.589142
+[X][X] too , [X][X] [X] ||| auch [X][X] [X][X] [X] ||| 0.00514141 1 ||| ||| 0.589142
+[X][X] too [X][X] [X] ||| auch [X][X] [X][X] [X] ||| 0.00877564 1 ||| ||| 0.589142
+[X][X] , too [X][X] to [X] ||| auch [X][X] [X][X] zu [X] ||| 0.013917 1 ||| ||| 0.117647
+[X][X] too [X][X] to [X] ||| auch [X][X] [X][X] zu [X] ||| 0.013917 1 ||| ||| 0.117647
+[X][X] , too , access [X] ||| auch [X][X] der Zugang [X] ||| 0.013917 1 ||| ||| 0.153846
+[X][X] too , access [X] ||| auch [X][X] der Zugang [X] ||| 0.013917 1 ||| ||| 0.153846
+[X][X] too , access [X][X] [X] ||| auch [X][X] der Zugang [X][X] [X] ||| 0.0278341 1 ||| ||| 0.05
+[X][X] too , access to [X] ||| auch [X][X] der Zugang zu [X] ||| 0.0278341 1 ||| ||| 0.0588235
+the [X] ||| auch der [X] ||| 0.0278341 1 ||| ||| 1
+in Russia , too , [X] ||| auch in Rußland [X] ||| 0.0115975 1 ||| ||| 0.342857
+in Russia , too [X] ||| auch in Rußland [X] ||| 0.0162366 1 ||| ||| 0.342857
+in Russia , too [X][X] [X] ||| auch in Rußland [X][X] [X] ||| 0.0278341 1 ||| ||| 0.185747
+in [X][X] too , [X] ||| auch in [X][X] [X] ||| 0.0115975 1 ||| ||| 0.342857
+in [X][X] too [X] ||| auch in [X][X] [X] ||| 0.0162366 1 ||| ||| 0.342857
+in [X][X] too , [X][X] [X] ||| auch in [X][X] [X][X] [X] ||| 0.0102828 1 ||| ||| 0.294571
+in [X][X] too [X][X] [X] ||| auch in [X][X] [X][X] [X] ||| 0.0175513 1 ||| ||| 0.294571
+in [X][X] too [X][X] to [X] ||| auch in [X][X] [X][X] zu [X] ||| 0.0278341 1 ||| ||| 0.0588235
+in [X][X] too , access [X] ||| auch in [X][X] der Zugang [X] ||| 0.0278341 1 ||| ||| 0.0769231
+including [X] ||| auch von [X] ||| 0.0278341 1 ||| ||| 1
+including myself [X] ||| auch von mir selbst , [X] ||| 0.0278341 1 ||| ||| 1
+including myself [X] ||| auch von mir selbst [X] ||| 0.0278341 1 ||| ||| 1
+at the request [X] ||| auf Wunsch [X] ||| 0.0278341 1 ||| ||| 0.333333
+at the request [X][X] , [X] ||| auf Wunsch [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0434783
+at the request [X][X] Mr [X] ||| auf Wunsch [X][X] Herrn [X] ||| 0.0278341 1 ||| ||| 0.0322581
+at the request [X][X] Member [X] ||| auf Wunsch [X][X] Mitglieds [X] ||| 0.0278341 1 ||| ||| 0.0588235
+at the request [X][X] Zimeray [X] ||| auf Wunsch [X][X] Zimeray [X] ||| 0.0278341 1 ||| ||| 0.0243902
+at the request [X][X] [X] ||| auf Wunsch [X][X] [X] ||| 0.0278341 1 ||| ||| 0.367283
+at the request [X][X] French [X] ||| auf Wunsch [X][X] französischen [X] ||| 0.0278341 1 ||| ||| 0.0833333
+at the request of a [X] ||| auf Wunsch eines [X] ||| 0.0278341 1 ||| ||| 0.125
+at [X] ||| auf [X] ||| 0.00927803 1 ||| ||| 3
+at the [X] ||| auf [X] ||| 0.00927803 1 ||| ||| 3
+to [X] ||| auf [X] ||| 0.00927803 1 ||| ||| 3
+at [X][X] , Mr Zimeray [X] ||| auf [X][X] , Herrn Zimeray [X] ||| 0.0278341 1 ||| ||| 0.0243902
+at [X][X] , Mr [X] ||| auf [X][X] , Herrn [X] ||| 0.013917 1 ||| ||| 0.0645162
+at the [X][X] , Mr [X] ||| auf [X][X] , Herrn [X] ||| 0.013917 1 ||| ||| 0.0645162
+at [X][X] , [X] ||| auf [X][X] , [X] ||| 0.013917 1 ||| ||| 0.0869566
+at the [X][X] , [X] ||| auf [X][X] , [X] ||| 0.013917 1 ||| ||| 0.0869566
+at [X][X] , [X][X] [X] ||| auf [X][X] , [X][X] [X] ||| 0.0139171 1 ||| ||| 0.0487804
+at the [X][X] , [X][X] [X] ||| auf [X][X] , [X][X] [X] ||| 0.0139171 1 ||| ||| 0.0487804
+at [X][X] Mr Zimeray [X] ||| auf [X][X] Herrn Zimeray [X] ||| 0.0139171 1 ||| ||| 0.0487804
+at the [X][X] Mr Zimeray [X] ||| auf [X][X] Herrn Zimeray [X] ||| 0.0139171 1 ||| ||| 0.0487804
+at [X][X] Mr [X] ||| auf [X][X] Herrn [X] ||| 0.013917 1 ||| ||| 0.0645162
+at the [X][X] Mr [X] ||| auf [X][X] Herrn [X] ||| 0.013917 1 ||| ||| 0.0645162
+at [X][X] Member , Mr [X] ||| auf [X][X] Mitglieds , Herrn [X] ||| 0.0278341 1 ||| ||| 0.0322581
+at [X][X] Member , [X] ||| auf [X][X] Mitglieds , [X] ||| 0.013917 1 ||| ||| 0.0869566
+at the [X][X] Member , [X] ||| auf [X][X] Mitglieds , [X] ||| 0.013917 1 ||| ||| 0.0869566
+at [X][X] Member , [X][X] [X] ||| auf [X][X] Mitglieds , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0243902
+at [X][X] Member [X] ||| auf [X][X] Mitglieds [X] ||| 0.013917 1 ||| ||| 0.117647
+at the [X][X] Member [X] ||| auf [X][X] Mitglieds [X] ||| 0.013917 1 ||| ||| 0.117647
+at [X][X] Member [X][X] Zimeray [X] ||| auf [X][X] Mitglieds [X][X] Zimeray [X] ||| 0.0278341 1 ||| ||| 0.0243902
+at [X][X] Member [X][X] [X] ||| auf [X][X] Mitglieds [X][X] [X] ||| 0.013917 1 ||| ||| 0.113297
+at the [X][X] Member [X][X] [X] ||| auf [X][X] Mitglieds [X][X] [X] ||| 0.013917 1 ||| ||| 0.113297
+at [X][X] Zimeray [X] ||| auf [X][X] Zimeray [X] ||| 0.0139171 1 ||| ||| 0.0487804
+at the [X][X] Zimeray [X] ||| auf [X][X] Zimeray [X] ||| 0.0139171 1 ||| ||| 0.0487804
+at [X][X] [X] ||| auf [X][X] [X] ||| 0.0139171 1 ||| ||| 1.40123
+at the [X][X] [X] ||| auf [X][X] [X] ||| 0.00729571 1 ||| ||| 1.40123
+to [X][X] [X] ||| auf [X][X] [X] ||| 0.00662133 1 ||| ||| 1.40123
+[X][X] to [X][X] [X] ||| auf [X][X] [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.142857
+[X][X] to [X][X] in [X] ||| auf [X][X] [X][X] , mit [X] ||| 0.0278341 1 ||| ||| 0.142857
+[X][X] to [X][X] in which [X] ||| auf [X][X] [X][X] , mit dem [X] ||| 0.0278341 1 ||| ||| 0.125
+[X][X] to [X][X] in which [X] ||| auf [X][X] [X][X] , mit dem sich [X] ||| 0.0278341 1 ||| ||| 0.0909091
+[X][X] to [X][X] [X] ||| auf [X][X] [X][X] [X] ||| 0.0278341 1 ||| ||| 0.342857
+[X][X] to [X][X] in [X] ||| auf [X][X] [X][X] mit [X] ||| 0.0278341 1 ||| ||| 0.142857
+[X][X] to [X][X] in which [X] ||| auf [X][X] [X][X] mit dem [X] ||| 0.0278341 1 ||| ||| 0.125
+[X][X] to [X][X] in which [X] ||| auf [X][X] [X][X] mit dem sich [X] ||| 0.0278341 1 ||| ||| 0.0909091
+draw your attention to [X][X] [X] ||| auf [X][X] aufmerksam machen , [X] ||| 0.0278341 1 ||| ||| 0.142857
+draw your attention to [X][X] [X] ||| auf [X][X] aufmerksam machen [X] ||| 0.0278341 1 ||| ||| 0.2
+at [X][X] of a [X] ||| auf [X][X] eines [X] ||| 0.0278341 1 ||| ||| 0.125
+at [X][X] of a [X][X] [X] ||| auf [X][X] eines [X][X] [X] ||| 0.0278341 1 ||| ||| 0.15895
+at [X][X] of a French [X] ||| auf [X][X] eines französischen [X] ||| 0.0278341 1 ||| ||| 0.0833333
+at [X][X] French Member , [X] ||| auf [X][X] französischen Mitglieds , [X] ||| 0.0278341 1 ||| ||| 0.0434783
+at [X][X] French Member [X] ||| auf [X][X] französischen Mitglieds [X] ||| 0.013917 1 ||| ||| 0.117647
+at the [X][X] French Member [X] ||| auf [X][X] französischen Mitglieds [X] ||| 0.013917 1 ||| ||| 0.117647
+at [X][X] French Member [X][X] [X] ||| auf [X][X] französischen Mitglieds [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0566483
+at [X][X] French [X] ||| auf [X][X] französischen [X] ||| 0.013917 1 ||| ||| 0.166667
+at the [X][X] French [X] ||| auf [X][X] französischen [X] ||| 0.013917 1 ||| ||| 0.166667
+at [X][X] French [X][X] Mr [X] ||| auf [X][X] französischen [X][X] Herrn [X] ||| 0.0278341 1 ||| ||| 0.0322581
+at [X][X] French [X][X] Zimeray [X] ||| auf [X][X] französischen [X][X] Zimeray [X] ||| 0.0278341 1 ||| ||| 0.0243902
+at [X][X] French [X][X] [X] ||| auf [X][X] französischen [X][X] [X] ||| 0.013917 1 ||| ||| 0.200254
+at the [X][X] French [X][X] [X] ||| auf [X][X] französischen [X][X] [X] ||| 0.013917 1 ||| ||| 0.200254
+which [X] ||| auf die [X] ||| 0.0278341 1 ||| ||| 1
+which I [X] ||| auf die ich [X] ||| 0.0278341 1 ||| ||| 1
+to a case [X] ||| auf einen Fall [X] ||| 0.0278341 1 ||| ||| 0.333333
+[X][X] to a case [X] ||| auf einen Fall [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.142857
+[X][X] to a case [X][X] [X] ||| auf einen Fall [X][X] , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.315909
+[X][X] to a case [X][X] [X] ||| auf einen Fall [X][X] , [X][X] sich [X] ||| 0.0278341 1 ||| ||| 0.0909091
+[X][X] to a case in [X] ||| auf einen Fall [X][X] , mit [X] ||| 0.0278341 1 ||| ||| 0.142857
+[X][X] to a case [X] ||| auf einen Fall [X][X] [X] ||| 0.0278341 1 ||| ||| 0.342857
+[X][X] to a case [X][X] [X] ||| auf einen Fall [X][X] [X][X] [X] ||| 0.0278341 1 ||| ||| 0.631818
+[X][X] to a case [X][X] [X] ||| auf einen Fall [X][X] [X][X] sich [X] ||| 0.0278341 1 ||| ||| 0.181818
+[X][X] to a case in [X] ||| auf einen Fall [X][X] mit [X] ||| 0.0278341 1 ||| ||| 0.142857
+to a [X] ||| auf einen [X] ||| 0.0278341 1 ||| ||| 1
+draw your attention [X] ||| aufmerksam machen , [X] ||| 0.0278341 1 ||| ||| 1
+draw your attention [X] ||| aufmerksam machen [X] ||| 0.0278341 1 ||| ||| 1
+from [X] ||| aus [X] ||| 0.0278341 1 ||| ||| 1
+from [X][X] [X] ||| aus [X][X] [X] ||| 0.0278341 1 ||| ||| 0.590909
+from [X][X] television [X] ||| aus [X][X] dem Fernsehen [X] ||| 0.0278341 1 ||| ||| 0.0909091
+aware from [X][X] television that [X] ||| aus [X][X] dem Fernsehen wissen , [X] ||| 0.0278341 1 ||| ||| 0.125
+aware from [X][X] television [X] ||| aus [X][X] dem Fernsehen wissen [X] ||| 0.0278341 1 ||| ||| 0.0909091
+aware from [X][X] television [X][X] [X] ||| aus [X][X] dem Fernsehen wissen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.111111
+from [X][X] and [X] ||| aus [X][X] und [X] ||| 0.0278341 1 ||| ||| 0.166667
+from [X][X] and television [X] ||| aus [X][X] und dem Fernsehen [X] ||| 0.0278341 1 ||| ||| 0.0909091
+aware from [X][X] and television [X] ||| aus [X][X] und dem Fernsehen wissen [X] ||| 0.0278341 1 ||| ||| 0.0909091
+aware from [X][X] that [X] ||| aus [X][X] wissen , [X] ||| 0.0278341 1 ||| ||| 0.125
+aware from [X][X] that [X][X] [X] ||| aus [X][X] wissen , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.111111
+aware from [X][X] [X] ||| aus [X][X] wissen [X] ||| 0.0278341 1 ||| ||| 0.0909091
+from the press [X] ||| aus der Presse [X] ||| 0.0278341 1 ||| ||| 0.333333
+from the press [X][X] [X] ||| aus der Presse [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0909091
+aware from the press [X][X] [X] ||| aus der Presse [X][X] wissen [X] ||| 0.0278341 1 ||| ||| 0.0909091
+from the press and [X] ||| aus der Presse und [X] ||| 0.0278341 1 ||| ||| 0.166667
+from the press and television [X] ||| aus der Presse und dem Fernsehen [X] ||| 0.0278341 1 ||| ||| 0.0909091
+from the [X] ||| aus der [X] ||| 0.0278341 1 ||| ||| 1
+from the [X][X] [X] ||| aus der [X][X] [X] ||| 0.0278341 1 ||| ||| 0.257576
+from the [X][X] television [X] ||| aus der [X][X] dem Fernsehen [X] ||| 0.0278341 1 ||| ||| 0.0909091
+aware from the [X][X] television [X] ||| aus der [X][X] dem Fernsehen wissen [X] ||| 0.0278341 1 ||| ||| 0.0909091
+aware from the [X][X] that [X] ||| aus der [X][X] wissen , [X] ||| 0.0278341 1 ||| ||| 0.125
+aware from the [X][X] [X] ||| aus der [X][X] wissen [X] ||| 0.0278341 1 ||| ||| 0.0909091
+before [X] ||| befassen , [X] ||| 0.013917 1 ||| ||| 2
+comes before [X] ||| befassen , [X] ||| 0.013917 1 ||| ||| 2
+before [X] ||| befassen , der [X] ||| 0.013917 1 ||| ||| 2
+comes before [X] ||| befassen , der [X] ||| 0.013917 1 ||| ||| 2
+before [X] ||| befassen [X] ||| 0.013917 1 ||| ||| 2
+comes before [X] ||| befassen [X] ||| 0.013917 1 ||| ||| 2
+has [X] ||| befugt [X] ||| 0.00927803 1 ||| ||| 3
+has the [X] ||| befugt [X] ||| 0.00927803 1 ||| ||| 3
+has the power [X] ||| befugt [X] ||| 0.00927803 1 ||| ||| 3
+can competently [X] ||| befugt bin [X] ||| 0.0278341 1 ||| ||| 1
+to [X] ||| bei [X] ||| 0.241419 1 ||| ||| 2
+to [X][X] report [X] ||| bei [X][X] Bericht [X] ||| 0.0278341 1 ||| ||| 0.0526316
+to [X][X] report [X][X] [X] ||| bei [X][X] Bericht [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0285714
+to [X][X] report , [X] ||| bei [X][X] Bericht und [X] ||| 0.0278341 1 ||| ||| 0.0344828
+to [X][X] report , [X][X] [X] ||| bei [X][X] Bericht und [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0285714
+to [X][X] Governor [X] ||| bei [X][X] Gouverneur [X] ||| 0.00927803 1 ||| ||| 0.12
+to [X][X] the Governor [X] ||| bei [X][X] Gouverneur [X] ||| 0.00927803 1 ||| ||| 0.12
+to [X][X] to the Governor [X] ||| bei [X][X] Gouverneur [X] ||| 0.00927803 1 ||| ||| 0.12
+to [X][X] Governor of [X] ||| bei [X][X] Gouverneur von [X] ||| 0.013917 1 ||| ||| 0.0571428
+to [X][X] the Governor of [X] ||| bei [X][X] Gouverneur von [X] ||| 0.013917 1 ||| ||| 0.0571428
+to [X][X] [X] ||| bei [X][X] [X] ||| 0.205495 1 ||| ||| 1.70594
+to [X][X] the [X] ||| bei [X][X] [X] ||| 0.00125508 1 ||| ||| 1.70594
+to [X][X] to [X] ||| bei [X][X] [X] ||| 0.0016316 1 ||| ||| 1.70594
+to [X][X] to the [X] ||| bei [X][X] [X] ||| 0.00125508 1 ||| ||| 1.70594
+to [X][X] the [X][X] [X] ||| bei [X][X] [X][X] [X] ||| 0.00632593 1 ||| ||| 0.125714
+to [X][X] to [X][X] [X] ||| bei [X][X] [X][X] [X] ||| 0.0151822 1 ||| ||| 0.125714
+to [X][X] to the [X][X] [X] ||| bei [X][X] [X][X] [X] ||| 0.00632593 1 ||| ||| 0.125714
+to [X][X] to [X][X] of [X] ||| bei [X][X] [X][X] von [X] ||| 0.0278341 1 ||| ||| 0.0285714
+to [X][X] a report [X] ||| bei [X][X] einen Bericht [X] ||| 0.0278341 1 ||| ||| 0.0526316
+to [X][X] a report [X][X] [X] ||| bei [X][X] einen Bericht [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0285714
+to [X][X] a report , [X] ||| bei [X][X] einen Bericht und [X] ||| 0.0278341 1 ||| ||| 0.0344828
+to [X][X] a [X] ||| bei [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.0909091
+to [X][X] a [X][X] [X] ||| bei [X][X] einen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0630542
+to [X][X] not a [X] ||| bei [X][X] keinen [X] ||| 0.0278341 1 ||| ||| 0.0285714
+to [X][X] merely [X] ||| bei [X][X] lediglich um [X] ||| 0.0278341 1 ||| ||| 0.166667
+to [X][X] merely [X][X] [X] ||| bei [X][X] lediglich um [X][X] [X] ||| 0.0278341 1 ||| ||| 0.115686
+to [X][X] merely [X][X] , [X] ||| bei [X][X] lediglich um [X][X] und [X] ||| 0.0278341 1 ||| ||| 0.0344828
+to [X][X] merely a report [X] ||| bei [X][X] lediglich um einen Bericht [X] ||| 0.0278341 1 ||| ||| 0.0526316
+to [X][X] merely a [X] ||| bei [X][X] lediglich um einen [X] ||| 0.0278341 1 ||| ||| 0.0909091
+to [X][X] merely a [X][X] [X] ||| bei [X][X] lediglich um einen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0630542
+to [X][X] , [X] ||| bei [X][X] und [X] ||| 0.00253866 1 ||| ||| 0.378073
+to [X][X] and [X] ||| bei [X][X] und [X] ||| 0.0122702 1 ||| ||| 0.378073
+to [X][X] and to [X] ||| bei [X][X] und [X] ||| 0.0073621 1 ||| ||| 0.378073
+to [X][X] and to the [X] ||| bei [X][X] und [X] ||| 0.00566315 1 ||| ||| 0.378073
+to [X][X] , [X][X] [X] ||| bei [X][X] und [X][X] [X] ||| 0.00479898 1 ||| ||| 0.165714
+to [X][X] and [X][X] [X] ||| bei [X][X] und [X][X] [X] ||| 0.0115176 1 ||| ||| 0.165714
+to [X][X] and to [X][X] [X] ||| bei [X][X] und [X][X] [X] ||| 0.0115176 1 ||| ||| 0.165714
+to [X][X] and [X][X] of [X] ||| bei [X][X] und [X][X] von [X] ||| 0.0278341 1 ||| ||| 0.0285714
+to [X][X] , not a [X] ||| bei [X][X] und keinen [X] ||| 0.0278341 1 ||| ||| 0.0285714
+to [X][X] of [X] ||| bei [X][X] von [X] ||| 0.0278341 1 ||| ||| 0.0285714
+to the President [X] ||| bei dem Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.333333
+to the President [X][X] Governor [X] ||| bei dem Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 0.0278341 1 ||| ||| 0.04
+to the President [X][X] [X] ||| bei dem Präsidentschaftskandidaten [X][X] [X] ||| 0.0211934 1 ||| ||| 0.322418
+to the President [X][X] the [X] ||| bei dem Präsidentschaftskandidaten [X][X] [X] ||| 0.00664071 1 ||| ||| 0.322418
+to the President [X][X] of [X] ||| bei dem Präsidentschaftskandidaten [X][X] von [X] ||| 0.0278341 1 ||| ||| 0.0285714
+to the President and [X] ||| bei dem Präsidentschaftskandidaten und [X] ||| 0.0173963 1 ||| ||| 0.266667
+to the President and to [X] ||| bei dem Präsidentschaftskandidaten und [X] ||| 0.0104378 1 ||| ||| 0.266667
+to the President and [X][X] [X] ||| bei dem Präsidentschaftskandidaten und [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0685714
+to the [X] ||| bei dem [X] ||| 0.0278341 1 ||| ||| 1
+to the [X][X] Governor [X] ||| bei dem [X][X] Gouverneur [X] ||| 0.013917 1 ||| ||| 0.08
+to the [X][X] the Governor [X] ||| bei dem [X][X] Gouverneur [X] ||| 0.013917 1 ||| ||| 0.08
+to the [X][X] Governor of [X] ||| bei dem [X][X] Gouverneur von [X] ||| 0.0278341 1 ||| ||| 0.0285714
+to the [X][X] [X] ||| bei dem [X][X] [X] ||| 0.0172252 1 ||| ||| 0.666007
+to the [X][X] the [X] ||| bei dem [X][X] [X] ||| 0.00321481 1 ||| ||| 0.666007
+to the [X][X] to [X] ||| bei dem [X][X] [X] ||| 0.00417925 1 ||| ||| 0.666007
+to the [X][X] to the [X] ||| bei dem [X][X] [X] ||| 0.00321481 1 ||| ||| 0.666007
+to the [X][X] the [X][X] [X] ||| bei dem [X][X] [X][X] [X] ||| 0.0081865 1 ||| ||| 0.0971428
+to the [X][X] to [X][X] [X] ||| bei dem [X][X] [X][X] [X] ||| 0.0196476 1 ||| ||| 0.0971428
+to the [X][X] of [X] ||| bei dem [X][X] von [X] ||| 0.0278341 1 ||| ||| 0.0285714
+to what [X] ||| bei dem es [X] ||| 0.0278341 1 ||| ||| 1
+to what [X][X] report [X] ||| bei dem es [X][X] Bericht [X] ||| 0.0278341 1 ||| ||| 0.0526316
+to what [X][X] report [X][X] [X] ||| bei dem es [X][X] Bericht [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0285714
+to what [X][X] report , [X] ||| bei dem es [X][X] Bericht und [X] ||| 0.0278341 1 ||| ||| 0.0344828
+to what [X][X] [X] ||| bei dem es [X][X] [X] ||| 0.0278341 1 ||| ||| 0.373262
+to what [X][X] a report [X] ||| bei dem es [X][X] einen Bericht [X] ||| 0.0278341 1 ||| ||| 0.0526316
+to what [X][X] a [X] ||| bei dem es [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.0909091
+to what [X][X] a [X][X] [X] ||| bei dem es [X][X] einen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0630542
+to what [X][X] not a [X] ||| bei dem es [X][X] keinen [X] ||| 0.0278341 1 ||| ||| 0.0285714
+to what [X][X] , [X] ||| bei dem es [X][X] und [X] ||| 0.0278341 1 ||| ||| 0.0344828
+to what [X][X] , [X][X] [X] ||| bei dem es [X][X] und [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0285714
+to what is [X] ||| bei dem es sich [X] ||| 0.0278341 1 ||| ||| 0.333333
+to what is [X][X] report [X] ||| bei dem es sich [X][X] Bericht [X] ||| 0.0278341 1 ||| ||| 0.0526316
+to what is [X][X] [X] ||| bei dem es sich [X][X] [X] ||| 0.0278341 1 ||| ||| 0.206595
+to what is [X][X] , [X] ||| bei dem es sich [X][X] und [X] ||| 0.0278341 1 ||| ||| 0.0344828
+to what is merely [X] ||| bei dem es sich lediglich um [X] ||| 0.0278341 1 ||| ||| 0.166667
+to what is merely [X][X] [X] ||| bei dem es sich lediglich um [X][X] [X] ||| 0.0278341 1 ||| ||| 0.115686
+to what is merely a [X] ||| bei dem es sich lediglich um einen [X] ||| 0.0278341 1 ||| ||| 0.0909091
+[X][X] , who [X] ||| beklagen [X][X] , der [X] ||| 0.0278341 1 ||| ||| 0.0588235
+[X][X] Kumar Ponnambalam , who [X] ||| beklagen [X][X] Kumar Ponnambalam , der [X] ||| 0.0278341 1 ||| ||| 0.0588235
+[X][X] Kumar Ponnambalam [X] ||| beklagen [X][X] Kumar Ponnambalam [X] ||| 0.0278341 1 ||| ||| 0.125
+[X][X] Kumar Ponnambalam [X][X] [X] ||| beklagen [X][X] Kumar Ponnambalam [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0588235
+was [X] ||| beklagen gab , [X] ||| 0.0278341 1 ||| ||| 1
+was [X][X] , who [X] ||| beklagen gab , [X][X] , der [X] ||| 0.0278341 1 ||| ||| 0.0588235
+was [X][X] [X] ||| beklagen gab , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.183824
+was [X] ||| beklagen gab , zählt [X] ||| 0.0278341 1 ||| ||| 1
+was [X][X] , who [X] ||| beklagen gab , zählt [X][X] , der [X] ||| 0.0278341 1 ||| ||| 0.0588235
+was [X][X] [X] ||| beklagen gab , zählt [X][X] [X] ||| 0.0278341 1 ||| ||| 0.183824
+was Mr Kumar Ponnambalam [X] ||| beklagen gab , zählt auch Herr Kumar Ponnambalam [X] ||| 0.0278341 1 ||| ||| 0.125
+was Mr Kumar Ponnambalam [X][X] [X] ||| beklagen gab , zählt auch Herr Kumar Ponnambalam [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0588235
+was Mr [X] ||| beklagen gab , zählt auch Herr [X] ||| 0.0278341 1 ||| ||| 1
+was Mr [X][X] , who [X] ||| beklagen gab , zählt auch Herr [X][X] , der [X] ||| 0.0278341 1 ||| ||| 0.0588235
+was Mr [X][X] [X] ||| beklagen gab , zählt auch Herr [X][X] [X] ||| 0.0278341 1 ||| ||| 0.183824
+was [X] ||| beklagen gab , zählt auch [X] ||| 0.0278341 1 ||| ||| 1
+was [X][X] , who [X] ||| beklagen gab , zählt auch [X][X] , der [X] ||| 0.0278341 1 ||| ||| 0.0588235
+was [X][X] [X] ||| beklagen gab , zählt auch [X][X] [X] ||| 0.0278341 1 ||| ||| 0.183824
+was [X] ||| beklagen gab [X] ||| 0.0278341 1 ||| ||| 1
+was [X][X] , who [X] ||| beklagen gab [X][X] , der [X] ||| 0.0278341 1 ||| ||| 0.0588235
+was [X][X] [X] ||| beklagen gab [X][X] [X] ||| 0.0278341 1 ||| ||| 0.183824
+already been [X] ||| bereits [X] ||| 0.0278341 1 ||| ||| 1
+have [X] ||| besteht [X] ||| 0.0278341 1 ||| ||| 1
+have [X][X] debate [X] ||| besteht [X][X] Aussprache [X] ||| 0.0278341 1 ||| ||| 0.1
+have [X][X] debate on [X] ||| besteht [X][X] Aussprache im [X] ||| 0.0278341 1 ||| ||| 0.0555556
+have [X][X] [X] ||| besteht [X][X] [X] ||| 0.0278341 1 ||| ||| 0.355556
+have [X][X] on [X] ||| besteht [X][X] im [X] ||| 0.0278341 1 ||| ||| 0.0555556
+have requested [X] ||| besteht der Wunsch [X] ||| 0.0278341 1 ||| ||| 1
+have requested [X][X] [X] ||| besteht der Wunsch [X][X] [X] ||| 0.0278341 1 ||| ||| 0.155556
+have requested [X][X] on [X] ||| besteht der Wunsch [X][X] im [X] ||| 0.0278341 1 ||| ||| 0.0555556
+have requested [X] ||| besteht der Wunsch nach [X] ||| 0.0278341 1 ||| ||| 1
+have requested [X][X] [X] ||| besteht der Wunsch nach [X][X] [X] ||| 0.0278341 1 ||| ||| 0.155556
+have requested [X][X] on [X] ||| besteht der Wunsch nach [X][X] im [X] ||| 0.0278341 1 ||| ||| 0.0555556
+have requested a debate [X] ||| besteht der Wunsch nach einer Aussprache [X] ||| 0.0278341 1 ||| ||| 0.1
+have requested a debate on [X] ||| besteht der Wunsch nach einer Aussprache im [X] ||| 0.0278341 1 ||| ||| 0.0555556
+have requested a [X] ||| besteht der Wunsch nach einer [X] ||| 0.0278341 1 ||| ||| 0.2
+have requested a [X][X] [X] ||| besteht der Wunsch nach einer [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0555556
+have [X] ||| besteht der [X] ||| 0.0278341 1 ||| ||| 1
+have [X][X] debate [X] ||| besteht der [X][X] Aussprache [X] ||| 0.0278341 1 ||| ||| 0.1
+have [X][X] debate on [X] ||| besteht der [X][X] Aussprache im [X] ||| 0.0278341 1 ||| ||| 0.0555556
+have [X][X] [X] ||| besteht der [X][X] [X] ||| 0.0278341 1 ||| ||| 0.355556
+have [X][X] on [X] ||| besteht der [X][X] im [X] ||| 0.0278341 1 ||| ||| 0.0555556
+relates [X] ||| betrifft [X] ||| 0.013917 1 ||| ||| 2
+relates to [X] ||| betrifft [X] ||| 0.013917 1 ||| ||| 2
+relates [X][X] that [X] ||| betrifft [X][X] , die [X] ||| 0.0278341 1 ||| ||| 0.166667
+relates [X][X] [X] ||| betrifft [X][X] [X] ||| 0.0208756 1 ||| ||| 0.666667
+relates to [X][X] [X] ||| betrifft [X][X] [X] ||| 0.00695854 1 ||| ||| 0.666667
+relates to something that [X] ||| betrifft eine Angelegenheit , die [X] ||| 0.0278341 1 ||| ||| 0.166667
+relates to something [X] ||| betrifft eine Angelegenheit [X] ||| 0.0278341 1 ||| ||| 0.333333
+, [X] ||| bitten - [X] ||| 0.0278341 1 ||| ||| 1
+ask [X] ||| bitten [X] ||| 0.0278341 1 ||| ||| 1
+i.e. [X] ||| d. h. [X] ||| 0.0278341 1 ||| ||| 1
+i.e. [X][X] presentation [X] ||| d. h. [X][X] Aussprache [X] ||| 0.0278341 1 ||| ||| 0.05
+i.e. [X][X] the start [X] ||| d. h. [X][X] Beginn [X] ||| 0.0278341 1 ||| ||| 0.0769231
+i.e. [X][X] the start [X][X] [X] ||| d. h. [X][X] Beginn [X][X] [X] ||| 0.0278341 1 ||| ||| 0.1125
+i.e. [X][X] [X] ||| d. h. [X][X] [X] ||| 0.0278341 1 ||| ||| 0.58228
+i.e. [X][X] of the presentation [X] ||| d. h. [X][X] der Aussprache [X] ||| 0.0278341 1 ||| ||| 0.05
+i.e. [X][X] of the [X] ||| d. h. [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0625
+i.e. [X][X] to the start [X] ||| d. h. [X][X] zu Beginn [X] ||| 0.0278341 1 ||| ||| 0.0769231
+i.e. [X][X] to [X] ||| d. h. [X][X] zu [X] ||| 0.0278341 1 ||| ||| 0.142857
+i.e. [X][X] to [X][X] presentation [X] ||| d. h. [X][X] zu [X][X] Aussprache [X] ||| 0.0278341 1 ||| ||| 0.05
+i.e. [X][X] to [X][X] [X] ||| d. h. [X][X] zu [X][X] [X] ||| 0.0278341 1 ||| ||| 0.189423
+i.e. on Thursday prior [X] ||| d. h. am Donnerstag [X] ||| 0.0278341 1 ||| ||| 0.25
+i.e. on Thursday prior [X][X] [X] ||| d. h. am Donnerstag [X][X] [X] ||| 0.0278341 1 ||| ||| 0.189423
+i.e. on Thursday prior to [X] ||| d. h. am Donnerstag zu [X] ||| 0.0278341 1 ||| ||| 0.142857
+i.e. on [X] ||| d. h. am [X] ||| 0.0278341 1 ||| ||| 1
+i.e. on [X][X] presentation [X] ||| d. h. am [X][X] Aussprache [X] ||| 0.0278341 1 ||| ||| 0.05
+i.e. on [X][X] the start [X] ||| d. h. am [X][X] Beginn [X] ||| 0.0278341 1 ||| ||| 0.0769231
+i.e. on [X][X] [X] ||| d. h. am [X][X] [X] ||| 0.0278341 1 ||| ||| 0.58228
+i.e. on [X][X] of the [X] ||| d. h. am [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0625
+i.e. on [X][X] to [X] ||| d. h. am [X][X] zu [X] ||| 0.0278341 1 ||| ||| 0.142857
+i.e. on [X][X] to [X][X] [X] ||| d. h. am [X][X] zu [X][X] [X] ||| 0.0278341 1 ||| ||| 0.189423
+for [X] ||| damit [X] ||| 0.013917 1 ||| ||| 2
+for next [X] ||| damit [X] ||| 0.013917 1 ||| ||| 2
+agrees , [X] ||| damit einverstanden ist , [X] ||| 0.0278341 1 ||| ||| 1
+agrees , [X][X] [X] ||| damit einverstanden ist , [X][X] [X] ||| 0.0208756 1 ||| ||| 0.833333
+agrees , [X][X] do [X] ||| damit einverstanden ist , [X][X] [X] ||| 0.00695852 1 ||| ||| 0.833333
+agrees , [X][X] [X] ||| damit einverstanden ist , [X][X] dem [X] ||| 0.0208756 1 ||| ||| 0.333333
+agrees , [X][X] do [X] ||| damit einverstanden ist , [X][X] dem [X] ||| 0.00695852 1 ||| ||| 0.333333
+agrees , I [X][X] [X] ||| damit einverstanden ist , [X][X] ich [X] ||| 0.0278341 1 ||| ||| 0.125
+agrees , I [X][X] [X] ||| damit einverstanden ist , [X][X] ich dem [X] ||| 0.0278341 1 ||| ||| 0.0833333
+agrees , I shall [X] ||| damit einverstanden ist , werde ich [X] ||| 0.0185561 1 ||| ||| 0.375
+agrees , I shall do [X] ||| damit einverstanden ist , werde ich [X] ||| 0.00927803 1 ||| ||| 0.375
+agrees , I shall [X] ||| damit einverstanden ist , werde ich dem [X] ||| 0.0185561 1 ||| ||| 0.25
+agrees , I shall do [X] ||| damit einverstanden ist , werde ich dem [X] ||| 0.00927802 1 ||| ||| 0.25
+agrees [X] ||| damit einverstanden ist [X] ||| 0.0278341 1 ||| ||| 1
+agrees [X][X] [X] ||| damit einverstanden ist [X][X] [X] ||| 0.0208756 1 ||| ||| 0.833333
+agrees [X][X] do [X] ||| damit einverstanden ist [X][X] [X] ||| 0.00695852 1 ||| ||| 0.833333
+agrees [X][X] [X] ||| damit einverstanden ist [X][X] dem [X] ||| 0.0208756 1 ||| ||| 0.333333
+agrees [X][X] do [X] ||| damit einverstanden ist [X][X] dem [X] ||| 0.00695852 1 ||| ||| 0.333333
+for [X] ||| damit zusammen [X] ||| 0.013917 1 ||| ||| 2
+for next [X] ||| damit zusammen [X] ||| 0.013917 1 ||| ||| 2
+the time when [X] ||| dann [X] ||| 0.00927803 1 ||| ||| 3
+then [X] ||| dann [X] ||| 0.00927803 1 ||| ||| 3
+time when [X] ||| dann [X] ||| 0.00927803 1 ||| ||| 3
+the time when [X][X] , [X] ||| dann [X][X] , [X] ||| 0.0126041 1 ||| ||| 0.441667
+time when [X][X] , [X] ||| dann [X][X] , [X] ||| 0.01523 1 ||| ||| 0.441667
+time when [X][X] , [X][X] [X] ||| dann [X][X] , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.183824
+time when [X][X] , if [X] ||| dann [X][X] , wenn [X] ||| 0.0278341 1 ||| ||| 0.125
+the time when [X][X] you [X] ||| dann [X][X] Sie [X] ||| 0.0128465 1 ||| ||| 0.154762
+time when [X][X] you [X] ||| dann [X][X] Sie [X] ||| 0.0149876 1 ||| ||| 0.154762
+time when [X][X] you [X][X] [X] ||| dann [X][X] Sie [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0416667
+time when [X][X] you wish [X] ||| dann [X][X] Sie wollen [X] ||| 0.0278341 1 ||| ||| 0.0588235
+the time when [X][X] [X] ||| dann [X][X] [X] ||| 0.0124361 1 ||| ||| 1.52232
+time when [X][X] [X] ||| dann [X][X] [X] ||| 0.015398 1 ||| ||| 1.52232
+time when [X][X] if you [X] ||| dann [X][X] wenn Sie [X] ||| 0.0278341 1 ||| ||| 0.0833333
+the time when [X][X] if [X] ||| dann [X][X] wenn [X] ||| 0.0130984 1 ||| ||| 0.236111
+time when [X][X] if [X] ||| dann [X][X] wenn [X] ||| 0.0147357 1 ||| ||| 0.236111
+time when [X][X] if [X][X] [X] ||| dann [X][X] wenn [X][X] [X] ||| 0.0278341 1 ||| ||| 0.10049
+time when [X][X] wish , [X] ||| dann [X][X] wollen , [X] ||| 0.0278341 1 ||| ||| 0.0416667
+the time when [X][X] wish [X] ||| dann [X][X] wollen [X] ||| 0.0124521 1 ||| ||| 0.106442
+time when [X][X] wish [X] ||| dann [X][X] wollen [X] ||| 0.015382 1 ||| ||| 0.106442
+time when you may , [X] ||| dann können Sie , [X] ||| 0.0278341 1 ||| ||| 0.2
+the time when you may [X] ||| dann können Sie [X] ||| 0.0119289 1 ||| ||| 0.583333
+time when you may [X] ||| dann können Sie [X] ||| 0.0159052 1 ||| ||| 0.583333
+time when you may [X][X] [X] ||| dann können Sie [X][X] [X] ||| 0.0278341 1 ||| ||| 0.308824
+the courts [X] ||| das Gericht [X] ||| 0.0185561 1 ||| ||| 1.5
+the courts have [X] ||| das Gericht [X] ||| 0.00927803 1 ||| ||| 1.5
+the courts [X][X] that [X] ||| das Gericht [X][X] , daß [X] ||| 0.013917 1 ||| ||| 0.0869566
+the courts have [X][X] that [X] ||| das Gericht [X][X] , daß [X] ||| 0.013917 1 ||| ||| 0.0869566
+the courts [X][X] [X] ||| das Gericht [X][X] [X] ||| 0.013917 1 ||| ||| 0.608886
+the courts have [X][X] [X] ||| das Gericht [X][X] [X] ||| 0.013917 1 ||| ||| 0.608886
+the courts [X][X] made [X][X] [X] ||| das Gericht [X][X] [X][X] gemacht hat [X] ||| 0.0278341 1 ||| ||| 0.0526316
+the courts [X][X] and [X] ||| das Gericht [X][X] und [X] ||| 0.013917 1 ||| ||| 0.166667
+the courts have [X][X] and [X] ||| das Gericht [X][X] und [X] ||| 0.013917 1 ||| ||| 0.166667
+the courts [X][X] and [X][X] [X] ||| das Gericht [X][X] und [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0961098
+the courts [X][X] him [X] ||| das Gericht ihn [X][X] [X] ||| 0.0278341 1 ||| ||| 0.125
+the courts [X][X] him [X][X] [X] ||| das Gericht ihn [X][X] [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0961098
+the courts [X][X] him and [X] ||| das Gericht ihn [X][X] und [X] ||| 0.0278341 1 ||| ||| 0.0833333
+the courts have acquitted him [X] ||| das Gericht ihn freigesprochen [X] ||| 0.0278341 1 ||| ||| 0.125
+the House [X] ||| das Haus [X] ||| 0.0278341 1 ||| ||| 1
+the House [X][X] [X] ||| das Haus [X][X] [X] ||| 0.0233539 1 ||| ||| 0.418165
+the House [X][X] do [X] ||| das Haus [X][X] [X] ||| 0.00448017 1 ||| ||| 0.418165
+the House [X][X] I [X][X] [X] ||| das Haus [X][X] [X][X] ich [X] ||| 0.0278341 1 ||| ||| 0.0416667
+the House [X][X] I [X][X] [X] ||| das Haus [X][X] [X][X] ich dem [X] ||| 0.0278341 1 ||| ||| 0.025641
+the House [X][X] [X] ||| das Haus [X][X] dem [X] ||| 0.0204564 1 ||| ||| 0.0967366
+the House [X][X] do [X] ||| das Haus [X][X] dem [X] ||| 0.00737771 1 ||| ||| 0.0967366
+the House [X][X] I shall [X] ||| das Haus [X][X] werde ich [X] ||| 0.0278341 1 ||| ||| 0.0714286
+the House [X][X] I shall [X] ||| das Haus [X][X] werde ich dem [X] ||| 0.0278341 1 ||| ||| 0.0454545
+the House agrees , [X] ||| das Haus damit einverstanden ist , [X] ||| 0.0278341 1 ||| ||| 0.166667
+the House agrees , [X][X] [X] ||| das Haus damit einverstanden ist , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.184191
+the House agrees , [X][X] [X] ||| das Haus damit einverstanden ist , [X][X] dem [X] ||| 0.0278341 1 ||| ||| 0.0710956
+the House agrees [X] ||| das Haus damit einverstanden ist [X] ||| 0.0278341 1 ||| ||| 0.333333
+the House agrees [X][X] [X] ||| das Haus damit einverstanden ist [X][X] [X] ||| 0.020385 1 ||| ||| 0.251499
+the House agrees [X][X] do [X] ||| das Haus damit einverstanden ist [X][X] [X] ||| 0.00744914 1 ||| ||| 0.251499
+the House agrees [X][X] [X] ||| das Haus damit einverstanden ist [X][X] dem [X] ||| 0.0204564 1 ||| ||| 0.0967366
+the House agrees [X][X] do [X] ||| das Haus damit einverstanden ist [X][X] dem [X] ||| 0.00737771 1 ||| ||| 0.0967366
+Parliament [X] ||| das Parlament [X] ||| 0.013917 1 ||| ||| 2
+the House [X] ||| das Parlament [X] ||| 0.013917 1 ||| ||| 2
+Parliament [X][X] [X] ||| das Parlament [X][X] [X] ||| 0.0109177 1 ||| ||| 0.920635
+the House [X][X] [X] ||| das Parlament [X][X] [X] ||| 0.0169164 1 ||| ||| 0.920635
+the House [X][X] a [X] ||| das Parlament [X][X] einer [X] ||| 0.0278341 1 ||| ||| 0.166667
+the House [X][X] a [X][X] [X] ||| das Parlament [X][X] einer [X][X] [X] ||| 0.0278341 1 ||| ||| 0.142857
+Parliament [X][X] and contains [X] ||| das Parlament [X][X] mit [X] ||| 0.0278341 1 ||| ||| 0.111111
+the House rose and observed [X] ||| das Parlament erhebt sich zu [X] ||| 0.0278341 1 ||| ||| 0.25
+Parliament [X] ||| das Parlament wird [X] ||| 0.0278341 1 ||| ||| 1
+Parliament [X][X] [X] ||| das Parlament wird [X][X] [X] ||| 0.0278341 1 ||| ||| 0.361111
+Parliament [X][X] and contains [X] ||| das Parlament wird [X][X] mit [X] ||| 0.0278341 1 ||| ||| 0.111111
+Parliament [X] ||| das Parlament wird sich [X] ||| 0.0278341 1 ||| ||| 1
+Parliament [X][X] [X] ||| das Parlament wird sich [X][X] [X] ||| 0.0278341 1 ||| ||| 0.361111
+Parliament [X][X] and contains [X] ||| das Parlament wird sich [X][X] mit [X] ||| 0.0278341 1 ||| ||| 0.111111
+Parliament on Thursday [X] ||| das Parlament wird sich am Donnerstag [X] ||| 0.0278341 1 ||| ||| 0.25
+Parliament on Thursday [X][X] [X] ||| das Parlament wird sich am Donnerstag [X][X] [X] ||| 0.0278341 1 ||| ||| 0.111111
+Parliament on Thursday and contains [X] ||| das Parlament wird sich am Donnerstag mit [X] ||| 0.0278341 1 ||| ||| 0.111111
+in [X] ||| das [X] ||| 0.00347926 1 ||| ||| 8
+it [X] ||| das [X] ||| 0.0603547 1 ||| ||| 8
+the [X] ||| das [X] ||| 0.5 1 ||| ||| 8
+to the [X] ||| das [X] ||| 0.00347926 1 ||| ||| 8
+, it [X][X] [X] ||| das [X][X] , [X] ||| 0.00578728 1 ||| ||| 0.300596
+indeed , it [X][X] [X] ||| das [X][X] , [X] ||| 0.00661404 1 ||| ||| 0.300596
+the [X][X] , [X] ||| das [X][X] , [X] ||| 0.0154328 1 ||| ||| 0.300596
+the [X][X] , [X][X] [X] ||| das [X][X] , [X][X] [X] ||| 0.020385 1 ||| ||| 0.251499
+the [X][X] , [X][X] do [X] ||| das [X][X] , [X][X] [X] ||| 0.00744914 1 ||| ||| 0.251499
+the [X][X] , [X][X] [X] ||| das [X][X] , [X][X] dem [X] ||| 0.0204564 1 ||| ||| 0.0967366
+the [X][X] , [X][X] do [X] ||| das [X][X] , [X][X] dem [X] ||| 0.00737771 1 ||| ||| 0.0967366
+the [X][X] , I [X][X] [X] ||| das [X][X] , [X][X] ich [X] ||| 0.0278341 1 ||| ||| 0.0416667
+the [X][X] , I [X][X] [X] ||| das [X][X] , [X][X] ich dem [X] ||| 0.0278341 1 ||| ||| 0.025641
+the [X][X] that [X] ||| das [X][X] , daß [X] ||| 0.0278341 1 ||| ||| 0.0434783
+, it [X][X] [X] ||| das [X][X] , die [X] ||| 0.0154634 1 ||| ||| 0.1125
+indeed , it [X][X] [X] ||| das [X][X] , die [X] ||| 0.0123707 1 ||| ||| 0.1125
+the [X][X] , I shall [X] ||| das [X][X] , werde ich [X] ||| 0.0278341 1 ||| ||| 0.0714286
+the [X][X] , I shall [X] ||| das [X][X] , werde ich dem [X] ||| 0.0278341 1 ||| ||| 0.0454545
+it [X][X] . [X] ||| das [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.025641
+it [X][X] Alexander Nikitin . [X] ||| das [X][X] Alexander Nikitin . [X] ||| 0.0278341 1 ||| ||| 0.025641
+it [X][X] Alexander Nikitin [X] ||| das [X][X] Alexander Nikitin [X] ||| 0.0278341 1 ||| ||| 0.0344828
+it [X][X] Alexander [X] ||| das [X][X] Alexander [X] ||| 0.0278341 1 ||| ||| 0.0526316
+it [X][X] Alexander [X][X] [X] ||| das [X][X] Alexander [X][X] [X] ||| 0.0278341 1 ||| ||| 0.025641
+it [X][X] case [X] ||| das [X][X] Fall [X] ||| 0.0278341 1 ||| ||| 0.166667
+it [X][X] case [X][X] . [X] ||| das [X][X] Fall [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.025641
+it [X][X] case [X][X] Nikitin [X] ||| das [X][X] Fall [X][X] Nikitin [X] ||| 0.0278341 1 ||| ||| 0.0344828
+it [X][X] case [X][X] [X] ||| das [X][X] Fall [X][X] [X] ||| 0.0278341 1 ||| ||| 0.112755
+it [X][X] case of Alexander [X] ||| das [X][X] Fall von Alexander [X] ||| 0.0278341 1 ||| ||| 0.0526316
+it [X][X] case of [X] ||| das [X][X] Fall von [X] ||| 0.0278341 1 ||| ||| 0.0909091
+it [X][X] case of [X][X] [X] ||| das [X][X] Fall von [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0601238
+it [X][X] Nikitin . [X] ||| das [X][X] Nikitin . [X] ||| 0.0278341 1 ||| ||| 0.025641
+it [X][X] Nikitin [X] ||| das [X][X] Nikitin [X] ||| 0.0278341 1 ||| ||| 0.0344828
+, it [X][X] positions [X] ||| das [X][X] Position , [X] ||| 0.0129892 1 ||| ||| 0.133929
+indeed , it [X][X] positions [X] ||| das [X][X] Position , [X] ||| 0.0148449 1 ||| ||| 0.133929
+, it [X][X] positions [X] ||| das [X][X] Position , die [X] ||| 0.0154634 1 ||| ||| 0.1125
+indeed , it [X][X] positions [X] ||| das [X][X] Position , die [X] ||| 0.0123707 1 ||| ||| 0.1125
+it [X][X] positions [X] ||| das [X][X] Position [X] ||| 0.0278341 1 ||| ||| 0.04
+[X][X] it [X][X] positions [X] ||| das [X][X] Position [X][X] [X] ||| 0.0278341 1 ||| ||| 0.121429
+[X][X] it [X][X] positions [X] ||| das [X][X] Position [X][X] die [X] ||| 0.0278341 1 ||| ||| 0.05
+it [X][X] keeping with [X] ||| das [X][X] Sinne [X] ||| 0.0278341 1 ||| ||| 0.0714286
+it [X][X] keeping with [X][X] [X] ||| das [X][X] Sinne [X][X] [X] ||| 0.0278341 1 ||| ||| 0.04
+it [X][X] keeping with the [X] ||| das [X][X] Sinne der [X] ||| 0.0278341 1 ||| ||| 0.0526316
+it [X][X] [X] ||| das [X][X] [X] ||| 0.0947965 1 ||| ||| 3.48319
+the [X][X] [X] ||| das [X][X] [X] ||| 0.33813 1 ||| ||| 3.48319
+the [X][X] do [X] ||| das [X][X] [X] ||| 0.000537855 1 ||| ||| 3.48319
+[X][X] it [X][X] [X] ||| das [X][X] [X][X] [X] ||| 0.0278341 1 ||| ||| 0.121429
+[X][X] it [X][X] [X] ||| das [X][X] [X][X] die [X] ||| 0.0278341 1 ||| ||| 0.05
+the [X][X] made [X][X] that [X] ||| das [X][X] [X][X] gemacht hat , daß [X] ||| 0.0278341 1 ||| ||| 0.0434783
+the [X][X] made [X][X] [X] ||| das [X][X] [X][X] gemacht hat [X] ||| 0.0278341 1 ||| ||| 0.0526316
+the [X][X] I [X][X] [X] ||| das [X][X] [X][X] ich [X] ||| 0.0278341 1 ||| ||| 0.0416667
+the [X][X] I [X][X] [X] ||| das [X][X] [X][X] ich dem [X] ||| 0.0278341 1 ||| ||| 0.025641
+the [X][X] [X] ||| das [X][X] dem [X] ||| 0.0204564 1 ||| ||| 0.0967366
+the [X][X] do [X] ||| das [X][X] dem [X] ||| 0.00737771 1 ||| ||| 0.0967366
+, it [X][X] the positions [X] ||| das [X][X] der Position , [X] ||| 0.0278341 1 ||| ||| 0.0625
+, it [X][X] the positions [X] ||| das [X][X] der Position , die [X] ||| 0.0278341 1 ||| ||| 0.0625
+it [X][X] the positions [X] ||| das [X][X] der Position [X] ||| 0.0278341 1 ||| ||| 0.04
+[X][X] it [X][X] the positions [X] ||| das [X][X] der Position [X][X] [X] ||| 0.0278341 1 ||| ||| 0.121429
+[X][X] it [X][X] the positions [X] ||| das [X][X] der Position [X][X] die [X] ||| 0.0278341 1 ||| ||| 0.05
+it [X][X] the [X] ||| das [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0526316
+the [X][X] made it clear [X] ||| das [X][X] deutlich gemacht hat [X] ||| 0.0278341 1 ||| ||| 0.0526316
+the [X][X] a [X] ||| das [X][X] einer [X] ||| 0.0278341 1 ||| ||| 0.166667
+the [X][X] a [X][X] [X] ||| das [X][X] einer [X][X] [X] ||| 0.0278341 1 ||| ||| 0.142857
+the [X][X] acquitted him [X] ||| das [X][X] ihn freigesprochen [X] ||| 0.0278341 1 ||| ||| 0.125
+the [X][X] acquitted him [X][X] [X] ||| das [X][X] ihn freigesprochen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0961098
+the [X][X] acquitted him and [X] ||| das [X][X] ihn freigesprochen und [X] ||| 0.0278341 1 ||| ||| 0.0833333
+it [X][X] in keeping with [X] ||| das [X][X] im Sinne [X] ||| 0.0278341 1 ||| ||| 0.0714286
+it [X][X] in [X] ||| das [X][X] im [X] ||| 0.0278341 1 ||| ||| 0.166667
+, it [X][X] in [X][X] [X] ||| das [X][X] im [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0625
+, it [X][X] in [X][X] [X] ||| das [X][X] im [X][X] , die [X] ||| 0.0278341 1 ||| ||| 0.0625
+it [X][X] in [X][X] positions [X] ||| das [X][X] im [X][X] Position [X] ||| 0.0278341 1 ||| ||| 0.04
+it [X][X] in [X][X] [X] ||| das [X][X] im [X][X] [X] ||| 0.0278341 1 ||| ||| 0.16406
+it [X][X] in [X][X] the [X] ||| das [X][X] im [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0526316
+the [X][X] and [X] ||| das [X][X] und [X] ||| 0.0278341 1 ||| ||| 0.0833333
+the [X][X] and [X][X] that [X] ||| das [X][X] und [X][X] , daß [X] ||| 0.0278341 1 ||| ||| 0.0434783
+the [X][X] and [X][X] [X] ||| das [X][X] und [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0961098
+the [X][X] and made [X][X] [X] ||| das [X][X] und [X][X] gemacht hat [X] ||| 0.0278341 1 ||| ||| 0.0526316
+it [X][X] of Alexander Nikitin [X] ||| das [X][X] von Alexander Nikitin [X] ||| 0.0278341 1 ||| ||| 0.0344828
+it [X][X] of Alexander [X] ||| das [X][X] von Alexander [X] ||| 0.0278341 1 ||| ||| 0.0526316
+it [X][X] of Alexander [X][X] [X] ||| das [X][X] von Alexander [X][X] [X] ||| 0.0278341 1 ||| ||| 0.025641
+it [X][X] of [X] ||| das [X][X] von [X] ||| 0.0278341 1 ||| ||| 0.0909091
+it [X][X] of [X][X] . [X] ||| das [X][X] von [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.025641
+it [X][X] of [X][X] [X] ||| das [X][X] von [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0601238
+the [X][X] I shall [X] ||| das [X][X] werde ich [X] ||| 0.0175794 1 ||| ||| 0.113095
+the [X][X] I shall do [X] ||| das [X][X] werde ich [X] ||| 0.0102547 1 ||| ||| 0.113095
+the [X][X] I shall [X] ||| das [X][X] werde ich dem [X] ||| 0.0177956 1 ||| ||| 0.0710955
+the [X][X] I shall do [X] ||| das [X][X] werde ich dem [X] ||| 0.0100385 1 ||| ||| 0.0710955
+in [X] ||| das ist [X] ||| 0.00927803 1 ||| ||| 3
+it is [X] ||| das ist [X] ||| 0.160946 1 ||| ||| 3
+, it is [X][X] [X] ||| das ist [X][X] , [X] ||| 0.0129892 1 ||| ||| 0.133929
+indeed , it is [X][X] [X] ||| das ist [X][X] , [X] ||| 0.0148449 1 ||| ||| 0.133929
+, it is [X][X] [X] ||| das ist [X][X] , die [X] ||| 0.0154634 1 ||| ||| 0.1125
+indeed , it is [X][X] [X] ||| das ist [X][X] , die [X] ||| 0.0123707 1 ||| ||| 0.1125
+it is [X][X] . [X] ||| das ist [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.025641
+it is [X][X] Alexander Nikitin [X] ||| das ist [X][X] Alexander Nikitin [X] ||| 0.0278341 1 ||| ||| 0.0344828
+it is [X][X] Alexander [X] ||| das ist [X][X] Alexander [X] ||| 0.0278341 1 ||| ||| 0.0526316
+it is [X][X] Alexander [X][X] [X] ||| das ist [X][X] Alexander [X][X] [X] ||| 0.0278341 1 ||| ||| 0.025641
+it is [X][X] Nikitin . [X] ||| das ist [X][X] Nikitin . [X] ||| 0.0278341 1 ||| ||| 0.025641
+it is [X][X] Nikitin [X] ||| das ist [X][X] Nikitin [X] ||| 0.0278341 1 ||| ||| 0.0344828
+, it is [X][X] positions [X] ||| das ist [X][X] Position , [X] ||| 0.0278341 1 ||| ||| 0.0625
+, it is [X][X] positions [X] ||| das ist [X][X] Position , die [X] ||| 0.0278341 1 ||| ||| 0.0625
+it is [X][X] positions [X] ||| das ist [X][X] Position [X] ||| 0.0278341 1 ||| ||| 0.04
+[X][X] it is [X][X] positions [X] ||| das ist [X][X] Position [X][X] [X] ||| 0.0278341 1 ||| ||| 0.121429
+[X][X] it is [X][X] positions [X] ||| das ist [X][X] Position [X][X] die [X] ||| 0.0278341 1 ||| ||| 0.05
+it is [X][X] keeping with [X] ||| das ist [X][X] Sinne [X] ||| 0.0278341 1 ||| ||| 0.0714286
+it is [X][X] [X] ||| das ist [X][X] [X] ||| 0.0278341 1 ||| ||| 0.701058
+[X][X] it is [X][X] [X] ||| das ist [X][X] [X][X] [X] ||| 0.0278341 1 ||| ||| 0.121429
+[X][X] it is [X][X] [X] ||| das ist [X][X] [X][X] die [X] ||| 0.0278341 1 ||| ||| 0.05
+it is [X][X] the positions [X] ||| das ist [X][X] der Position [X] ||| 0.0278341 1 ||| ||| 0.04
+it is [X][X] the [X] ||| das ist [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0526316
+it is [X][X] of Alexander [X] ||| das ist [X][X] von Alexander [X] ||| 0.0278341 1 ||| ||| 0.0526316
+it is [X][X] of [X] ||| das ist [X][X] von [X] ||| 0.0278341 1 ||| ||| 0.0909091
+it is [X][X] of [X][X] [X] ||| das ist [X][X] von [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0601238
+in [X] ||| das ist auch [X] ||| 0.0278341 1 ||| ||| 1
+in the [X] ||| das ist auch der [X] ||| 0.0278341 1 ||| ||| 1
+it is the case [X] ||| das ist der Fall [X] ||| 0.0278341 1 ||| ||| 0.166667
+it is the case [X][X] [X] ||| das ist der Fall [X][X] [X] ||| 0.0278341 1 ||| ||| 0.112755
+it is the case of [X] ||| das ist der Fall von [X] ||| 0.0278341 1 ||| ||| 0.0909091
+it is the [X] ||| das ist der [X] ||| 0.0278341 1 ||| ||| 0.333333
+it is the [X][X] . [X] ||| das ist der [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.025641
+it is the [X][X] Alexander [X] ||| das ist der [X][X] Alexander [X] ||| 0.0278341 1 ||| ||| 0.0526316
+it is the [X][X] Nikitin [X] ||| das ist der [X][X] Nikitin [X] ||| 0.0278341 1 ||| ||| 0.0344828
+it is the [X][X] [X] ||| das ist der [X][X] [X] ||| 0.0278341 1 ||| ||| 0.203664
+it is quite [X] ||| das ist ganz [X] ||| 0.0278341 1 ||| ||| 0.333333
+, it is quite [X][X] [X] ||| das ist ganz [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0625
+, it is quite [X][X] [X] ||| das ist ganz [X][X] , die [X] ||| 0.0278341 1 ||| ||| 0.0625
+it is quite [X][X] positions [X] ||| das ist ganz [X][X] Position [X] ||| 0.0278341 1 ||| ||| 0.04
+it is quite [X][X] [X] ||| das ist ganz [X][X] [X] ||| 0.0278341 1 ||| ||| 0.16406
+[X][X] it is quite [X][X] [X] ||| das ist ganz [X][X] [X][X] [X] ||| 0.0278341 1 ||| ||| 0.121429
+[X][X] it is quite [X][X] [X] ||| das ist ganz [X][X] [X][X] die [X] ||| 0.0278341 1 ||| ||| 0.05
+it is quite [X][X] the [X] ||| das ist ganz [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0526316
+it is quite in [X] ||| das ist ganz im [X] ||| 0.0278341 1 ||| ||| 0.166667
+it is quite in [X][X] [X] ||| das ist ganz im [X][X] [X] ||| 0.0278341 1 ||| ||| 0.16406
+for countries [X] ||| daß Länder , [X] ||| 0.0278341 1 ||| ||| 1
+for countries which [X] ||| daß Länder , die [X] ||| 0.0278341 1 ||| ||| 0.25
+for countries [X] ||| daß Länder [X] ||| 0.0278341 1 ||| ||| 1
+for [X] ||| daß [X] ||| 0.00927803 1 ||| ||| 3
+that [X] ||| daß [X] ||| 0.160946 1 ||| ||| 3
+[X][X] , [X] ||| daß [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.111111
+[X][X] , for [X] ||| daß [X][X] , für [X] ||| 0.0278341 1 ||| ||| 0.1
+, in Texas [X][X] , [X] ||| daß [X][X] , in Texas , [X] ||| 0.0278341 1 ||| ||| 0.111111
+, in Texas [X][X] [X] ||| daß [X][X] , in Texas [X] ||| 0.0278341 1 ||| ||| 0.125
+for [X][X] [X] ||| daß [X][X] [X] ||| 0.0278341 1 ||| ||| 0.25
+[X][X] Texas [X][X] , [X] ||| daß [X][X] [X][X] Texas , [X] ||| 0.0278341 1 ||| ||| 0.111111
+[X][X] Texas [X][X] , for [X] ||| daß [X][X] [X][X] Texas , für [X] ||| 0.0278341 1 ||| ||| 0.1
+[X][X] Texas [X][X] [X] ||| daß [X][X] [X][X] Texas [X] ||| 0.0278341 1 ||| ||| 0.125
+[X][X] for [X] ||| daß [X][X] für [X] ||| 0.0278341 1 ||| ||| 0.1
+that this [X] ||| daß dies [X] ||| 0.0278341 1 ||| ||| 1
+he [X] ||| daß er [X] ||| 0.0278341 1 ||| ||| 1
+that it [X] ||| daß es [X] ||| 0.0278341 1 ||| ||| 1
+in [X] ||| daß in [X] ||| 0.0278341 1 ||| ||| 1
+, [X][X] in America , [X] ||| daß in den Vereinigten Staaten , [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.111111
+, [X][X] in America [X] ||| daß in den Vereinigten Staaten , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.125
+, [X][X] in America [X][X] [X] ||| daß in den Vereinigten Staaten , [X][X] [X][X] [X] ||| 0.0278341 1 ||| ||| 0.1
+, in Texas in America [X] ||| daß in den Vereinigten Staaten , in Texas [X] ||| 0.0278341 1 ||| ||| 0.125
+in America [X] ||| daß in den Vereinigten Staaten [X] ||| 0.0278341 1 ||| ||| 1
+[X][X] in America , [X] ||| daß in den Vereinigten Staaten [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.111111
+[X][X] in America , for [X] ||| daß in den Vereinigten Staaten [X][X] , für [X] ||| 0.0278341 1 ||| ||| 0.1
+[X][X] Texas in America , [X] ||| daß in den Vereinigten Staaten [X][X] Texas , [X] ||| 0.0278341 1 ||| ||| 0.111111
+[X][X] Texas in America [X] ||| daß in den Vereinigten Staaten [X][X] Texas [X] ||| 0.0278341 1 ||| ||| 0.125
+[X][X] Texas in America [X][X] [X] ||| daß in den Vereinigten Staaten [X][X] Texas [X][X] [X] ||| 0.0278341 1 ||| ||| 0.1
+[X][X] in America [X] ||| daß in den Vereinigten Staaten [X][X] [X] ||| 0.0278341 1 ||| ||| 0.125
+[X][X] in America [X][X] [X] ||| daß in den Vereinigten Staaten [X][X] [X][X] [X] ||| 0.0278341 1 ||| ||| 0.1
+in [X] ||| daß in den [X] ||| 0.0278341 1 ||| ||| 1
+the European Parliament [X] ||| dem Europäischen Parlament [X] ||| 0.0278341 1 ||| ||| 0.333333
+visited the European Parliament [X][X] [X] ||| dem Europäischen Parlament [X][X] Besuch [X] ||| 0.0278341 1 ||| ||| 0.0357143
+visited the European Parliament [X][X] [X] ||| dem Europäischen Parlament [X][X] Besuch abgestattet [X] ||| 0.0278341 1 ||| ||| 0.0357143
+the European Parliament [X][X] [X] ||| dem Europäischen Parlament [X][X] [X] ||| 0.0278341 1 ||| ||| 0.111429
+visited the European Parliament [X][X] [X] ||| dem Europäischen Parlament [X][X] einen Besuch [X] ||| 0.0278341 1 ||| ||| 0.0357143
+visited the European Parliament [X][X] [X] ||| dem Europäischen Parlament [X][X] einen Besuch abgestattet [X] ||| 0.0278341 1 ||| ||| 0.0357143
+the European Parliament [X][X] [X] ||| dem Europäischen Parlament [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.0238095
+the European Parliament just [X] ||| dem Europäischen Parlament erst [X] ||| 0.0278341 1 ||| ||| 0.166667
+the European Parliament just [X][X] [X] ||| dem Europäischen Parlament erst [X][X] [X] ||| 0.0278341 1 ||| ||| 0.111429
+the European Parliament just [X][X] [X] ||| dem Europäischen Parlament erst [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.0238095
+the European Parliament just [X] ||| dem Europäischen Parlament erst vor [X] ||| 0.0278341 1 ||| ||| 0.125
+the European Parliament just [X][X] [X] ||| dem Europäischen Parlament erst vor [X][X] [X] ||| 0.0278341 1 ||| ||| 0.111429
+the European Parliament just [X][X] [X] ||| dem Europäischen Parlament erst vor [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.0238095
+the European [X] ||| dem Europäischen [X] ||| 0.0278341 1 ||| ||| 1
+visited the European [X][X] [X] ||| dem Europäischen [X][X] Besuch [X] ||| 0.0278341 1 ||| ||| 0.0357143
+visited the European [X][X] [X] ||| dem Europäischen [X][X] Besuch abgestattet [X] ||| 0.0278341 1 ||| ||| 0.0357143
+the European [X][X] months ago [X] ||| dem Europäischen [X][X] Monaten [X] ||| 0.0278341 1 ||| ||| 0.04
+the European [X][X] months ago [X] ||| dem Europäischen [X][X] Monaten einen [X] ||| 0.0278341 1 ||| ||| 0.0238095
+the European [X][X] [X] ||| dem Europäischen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.403095
+visited the European [X][X] [X] ||| dem Europäischen [X][X] einen Besuch [X] ||| 0.0278341 1 ||| ||| 0.0357143
+visited the European [X][X] [X] ||| dem Europäischen [X][X] einen Besuch abgestattet [X] ||| 0.0278341 1 ||| ||| 0.0357143
+the European [X][X] [X] ||| dem Europäischen [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.0238095
+the European [X][X] [X] ||| dem Europäischen [X][X] vor [X] ||| 0.0278341 1 ||| ||| 0.125
+the European [X][X] a few [X] ||| dem Europäischen [X][X] vor wenigen [X] ||| 0.0278341 1 ||| ||| 0.047619
+the European [X][X] a few [X] ||| dem Europäischen [X][X] wenigen [X] ||| 0.0278341 1 ||| ||| 0.047619
+television [X] ||| dem Fernsehen [X] ||| 0.0278341 1 ||| ||| 1
+the President [X] ||| dem Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 1
+the President [X][X] Governor [X] ||| dem Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 0.013917 1 ||| ||| 0.125
+the President [X][X] the Governor [X] ||| dem Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 0.013917 1 ||| ||| 0.125
+the President [X][X] Governor [X][X] [X] ||| dem Präsidentschaftskandidaten [X][X] Gouverneur [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0384615
+the President [X][X] Governor of [X] ||| dem Präsidentschaftskandidaten [X][X] Gouverneur von [X] ||| 0.0278341 1 ||| ||| 0.04
+the President [X][X] [X] ||| dem Präsidentschaftskandidaten [X][X] [X] ||| 0.021489 1 ||| ||| 0.626676
+the President [X][X] the [X] ||| dem Präsidentschaftskandidaten [X][X] [X] ||| 0.00634506 1 ||| ||| 0.626676
+the President [X][X] the [X][X] [X] ||| dem Präsidentschaftskandidaten [X][X] [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0784615
+the President [X][X] of [X] ||| dem Präsidentschaftskandidaten [X][X] von [X] ||| 0.0278341 1 ||| ||| 0.04
+the President [X][X] of [X][X] [X] ||| dem Präsidentschaftskandidaten [X][X] von [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0384615
+the President and [X] ||| dem Präsidentschaftskandidaten und [X] ||| 0.013721 1 ||| ||| 0.67619
+the President and to [X] ||| dem Präsidentschaftskandidaten und [X] ||| 0.00823263 1 ||| ||| 0.67619
+the President and to the [X] ||| dem Präsidentschaftskandidaten und [X] ||| 0.00588044 1 ||| ||| 0.67619
+the President and [X][X] [X] ||| dem Präsidentschaftskandidaten und [X][X] [X] ||| 0.013917 1 ||| ||| 0.281924
+the President and to [X][X] [X] ||| dem Präsidentschaftskandidaten und [X][X] [X] ||| 0.013917 1 ||| ||| 0.281924
+the President and [X][X] of [X] ||| dem Präsidentschaftskandidaten und [X][X] von [X] ||| 0.0278341 1 ||| ||| 0.04
+[X][X] Evans has suggested . [X] ||| dem Vorschlag [X][X] Evans folgen . [X] ||| 0.0278341 1 ||| ||| 0.215909
+[X][X] Evans has suggested [X] ||| dem Vorschlag [X][X] Evans folgen [X] ||| 0.0200405 1 ||| ||| 0.324675
+do [X][X] Evans has suggested [X] ||| dem Vorschlag [X][X] Evans folgen [X] ||| 0.00779355 1 ||| ||| 0.324675
+[X][X] Mr Evans has suggested [X] ||| dem Vorschlag [X][X] Herrn Evans folgen [X] ||| 0.0278341 1 ||| ||| 0.0909091
+[X][X] Mr [X][X] suggested . [X] ||| dem Vorschlag [X][X] Herrn [X][X] folgen . [X] ||| 0.0278341 1 ||| ||| 0.0909091
+[X][X] Mr [X][X] suggested [X] ||| dem Vorschlag [X][X] Herrn [X][X] folgen [X] ||| 0.0278341 1 ||| ||| 0.0909091
+[X][X] has suggested . [X] ||| dem Vorschlag [X][X] folgen . [X] ||| 0.00979348 1 ||| ||| 0.613636
+[X][X] suggested . [X] ||| dem Vorschlag [X][X] folgen . [X] ||| 0.00979348 1 ||| ||| 0.613636
+do [X][X] has suggested . [X] ||| dem Vorschlag [X][X] folgen . [X] ||| 0.00412357 1 ||| ||| 0.613636
+do [X][X] suggested . [X] ||| dem Vorschlag [X][X] folgen . [X] ||| 0.00412357 1 ||| ||| 0.613636
+[X][X] has suggested [X] ||| dem Vorschlag [X][X] folgen [X] ||| 0.0100203 1 ||| ||| 0.64935
+[X][X] suggested [X] ||| dem Vorschlag [X][X] folgen [X] ||| 0.0100203 1 ||| ||| 0.64935
+do [X][X] has suggested [X] ||| dem Vorschlag [X][X] folgen [X] ||| 0.00389678 1 ||| ||| 0.64935
+do [X][X] suggested [X] ||| dem Vorschlag [X][X] folgen [X] ||| 0.00389678 1 ||| ||| 0.64935
+as Mr Evans has suggested [X] ||| dem Vorschlag von Herrn Evans folgen [X] ||| 0.0278341 1 ||| ||| 0.142857
+as Mr [X][X] suggested . [X] ||| dem Vorschlag von Herrn [X][X] folgen . [X] ||| 0.0278341 1 ||| ||| 0.125
+as Mr [X][X] suggested [X] ||| dem Vorschlag von Herrn [X][X] folgen [X] ||| 0.0170097 1 ||| ||| 0.233766
+do as Mr [X][X] suggested [X] ||| dem Vorschlag von Herrn [X][X] folgen [X] ||| 0.0108244 1 ||| ||| 0.233766
+as [X][X] has suggested . [X] ||| dem Vorschlag von [X][X] folgen . [X] ||| 0.0102058 1 ||| ||| 0.340909
+as [X][X] suggested . [X] ||| dem Vorschlag von [X][X] folgen . [X] ||| 0.0102058 1 ||| ||| 0.340909
+do as [X][X] suggested . [X] ||| dem Vorschlag von [X][X] folgen . [X] ||| 0.00742243 1 ||| ||| 0.340909
+as [X][X] has suggested [X] ||| dem Vorschlag von [X][X] folgen [X] ||| 0.00850486 1 ||| ||| 0.467532
+as [X][X] suggested [X] ||| dem Vorschlag von [X][X] folgen [X] ||| 0.00850486 1 ||| ||| 0.467532
+do as [X][X] has suggested [X] ||| dem Vorschlag von [X][X] folgen [X] ||| 0.00541219 1 ||| ||| 0.467532
+do as [X][X] suggested [X] ||| dem Vorschlag von [X][X] folgen [X] ||| 0.00541219 1 ||| ||| 0.467532
+the [X] ||| dem [X] ||| 0.160946 1 ||| ||| 3
+which [X] ||| dem [X] ||| 0.00927803 1 ||| ||| 3
+[X][X] . [X] ||| dem [X][X] . [X] ||| 0.0145174 1 ||| ||| 0.413961
+do [X][X] . [X] ||| dem [X][X] . [X] ||| 0.00611259 1 ||| ||| 0.413961
+which [X][X] . [X] ||| dem [X][X] . [X] ||| 0.00240137 1 ||| ||| 0.413961
+which [X][X] an interest . [X] ||| dem [X][X] . [X] ||| 0.00240137 1 ||| ||| 0.413961
+which [X][X] interest . [X] ||| dem [X][X] . [X] ||| 0.00240137 1 ||| ||| 0.413961
+visited the [X][X] [X] ||| dem [X][X] Besuch [X] ||| 0.0278341 1 ||| ||| 0.0357143
+visited the [X][X] [X] ||| dem [X][X] Besuch abgestattet [X] ||| 0.0278341 1 ||| ||| 0.0357143
+the [X][X] Governor [X] ||| dem [X][X] Gouverneur [X] ||| 0.00927803 1 ||| ||| 0.1875
+the [X][X] the Governor [X] ||| dem [X][X] Gouverneur [X] ||| 0.00927803 1 ||| ||| 0.1875
+the [X][X] to the Governor [X] ||| dem [X][X] Gouverneur [X] ||| 0.00927803 1 ||| ||| 0.1875
+the [X][X] Governor [X][X] [X] ||| dem [X][X] Gouverneur [X][X] [X] ||| 0.0139171 1 ||| ||| 0.076923
+the [X][X] the Governor [X][X] [X] ||| dem [X][X] Gouverneur [X][X] [X] ||| 0.0139171 1 ||| ||| 0.076923
+the [X][X] Governor of [X] ||| dem [X][X] Gouverneur von [X] ||| 0.013917 1 ||| ||| 0.08
+the [X][X] the Governor of [X] ||| dem [X][X] Gouverneur von [X] ||| 0.013917 1 ||| ||| 0.08
+the [X][X] Governor of [X][X] [X] ||| dem [X][X] Gouverneur von [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0384615
+the [X][X] months ago [X] ||| dem [X][X] Monaten [X] ||| 0.0278341 1 ||| ||| 0.04
+visited the [X][X] months ago [X] ||| dem [X][X] Monaten einen Besuch [X] ||| 0.0278341 1 ||| ||| 0.0357143
+visited the [X][X] months ago [X] ||| dem [X][X] Monaten einen Besuch abgestattet [X] ||| 0.0278341 1 ||| ||| 0.0357143
+the [X][X] months ago [X] ||| dem [X][X] Monaten einen [X] ||| 0.0278341 1 ||| ||| 0.0238095
+the [X][X] Texas , Mr [X] ||| dem [X][X] Texas , George W. [X] ||| 0.0278341 1 ||| ||| 0.0384615
+the [X][X] [X] ||| dem [X][X] [X] ||| 0.143075 1 ||| ||| 2.62144
+the [X][X] the [X] ||| dem [X][X] [X] ||| 0.00151684 1 ||| ||| 2.62144
+the [X][X] to [X] ||| dem [X][X] [X] ||| 0.00212357 1 ||| ||| 2.62144
+the [X][X] to the [X] ||| dem [X][X] [X] ||| 0.00151684 1 ||| ||| 2.62144
+which [X][X] [X] ||| dem [X][X] [X] ||| 0.00476541 1 ||| ||| 2.62144
+which [X][X] an [X] ||| dem [X][X] [X] ||| 0.000530894 1 ||| ||| 2.62144
+which [X][X] an interest [X] ||| dem [X][X] [X] ||| 0.000442412 1 ||| ||| 2.62144
+which [X][X] interest [X] ||| dem [X][X] [X] ||| 0.000442412 1 ||| ||| 2.62144
+the [X][X] the [X][X] [X] ||| dem [X][X] [X][X] [X] ||| 0.00654649 1 ||| ||| 0.333599
+the [X][X] to [X][X] [X] ||| dem [X][X] [X][X] [X] ||| 0.0117613 1 ||| ||| 0.333599
+the [X][X] to the [X][X] [X] ||| dem [X][X] [X][X] [X] ||| 0.00654649 1 ||| ||| 0.333599
+which [X][X] an [X][X] [X] ||| dem [X][X] [X][X] [X] ||| 0.00297985 1 ||| ||| 0.333599
+which [X][X] has [X][X] . [X] ||| dem [X][X] [X][X] hat . [X] ||| 0.0278341 1 ||| ||| 0.0357143
+which [X][X] has [X][X] [X] ||| dem [X][X] [X][X] hat [X] ||| 0.017819 1 ||| ||| 0.254762
+which [X][X] has [X][X] an [X] ||| dem [X][X] [X][X] hat [X] ||| 0.00546277 1 ||| ||| 0.254762
+which [X][X] has [X][X] interest [X] ||| dem [X][X] [X][X] hat [X] ||| 0.00455231 1 ||| ||| 0.254762
+the [X][X] to [X][X] of [X] ||| dem [X][X] [X][X] von [X] ||| 0.0278341 1 ||| ||| 0.04
+visited the [X][X] [X] ||| dem [X][X] einen Besuch [X] ||| 0.0278341 1 ||| ||| 0.0357143
+visited the [X][X] [X] ||| dem [X][X] einen Besuch abgestattet [X] ||| 0.0278341 1 ||| ||| 0.0357143
+the [X][X] [X] ||| dem [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.0238095
+the [X][X] just [X] ||| dem [X][X] erst [X] ||| 0.0278341 1 ||| ||| 0.166667
+visited the [X][X] just [X][X] [X] ||| dem [X][X] erst [X][X] Besuch [X] ||| 0.0278341 1 ||| ||| 0.0357143
+visited the [X][X] just [X][X] [X] ||| dem [X][X] erst [X][X] Besuch abgestattet [X] ||| 0.0278341 1 ||| ||| 0.0357143
+the [X][X] just [X][X] [X] ||| dem [X][X] erst [X][X] [X] ||| 0.0278341 1 ||| ||| 0.111429
+visited the [X][X] just [X][X] [X] ||| dem [X][X] erst [X][X] einen Besuch [X] ||| 0.0278341 1 ||| ||| 0.0357143
+visited the [X][X] just [X][X] [X] ||| dem [X][X] erst [X][X] einen Besuch abgestattet [X] ||| 0.0278341 1 ||| ||| 0.0357143
+the [X][X] just [X][X] [X] ||| dem [X][X] erst [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.0238095
+the [X][X] just [X] ||| dem [X][X] erst vor [X] ||| 0.0278341 1 ||| ||| 0.125
+visited the [X][X] just [X][X] [X] ||| dem [X][X] erst vor [X][X] Besuch [X] ||| 0.0278341 1 ||| ||| 0.0357143
+visited the [X][X] just [X][X] [X] ||| dem [X][X] erst vor [X][X] Besuch abgestattet [X] ||| 0.0278341 1 ||| ||| 0.0357143
+the [X][X] just [X][X] [X] ||| dem [X][X] erst vor [X][X] [X] ||| 0.0278341 1 ||| ||| 0.111429
+visited the [X][X] just [X][X] [X] ||| dem [X][X] erst vor [X][X] einen Besuch [X] ||| 0.0278341 1 ||| ||| 0.0357143
+visited the [X][X] just [X][X] [X] ||| dem [X][X] erst vor [X][X] einen Besuch abgestattet [X] ||| 0.0278341 1 ||| ||| 0.0357143
+the [X][X] just [X][X] [X] ||| dem [X][X] erst vor [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.0238095
+the [X][X] just a few [X] ||| dem [X][X] erst vor wenigen [X] ||| 0.0278341 1 ||| ||| 0.047619
+which [X][X] has consistently shown [X] ||| dem [X][X] immer wieder befaßt hat [X] ||| 0.0278341 1 ||| ||| 0.0714286
+the [X][X] of [X] ||| dem [X][X] von [X] ||| 0.0278341 1 ||| ||| 0.04
+the [X][X] of [X][X] [X] ||| dem [X][X] von [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0384615
+the [X][X] [X] ||| dem [X][X] vor [X] ||| 0.0278341 1 ||| ||| 0.125
+the [X][X] a few [X] ||| dem [X][X] vor wenigen [X] ||| 0.0278341 1 ||| ||| 0.047619
+the [X][X] a few [X][X] [X] ||| dem [X][X] vor wenigen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0638095
+the [X][X] a few [X][X] [X] ||| dem [X][X] vor wenigen [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.0238095
+the [X][X] a few [X] ||| dem [X][X] wenigen [X] ||| 0.0278341 1 ||| ||| 0.047619
+the [X][X] a few [X][X] [X] ||| dem [X][X] wenigen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0638095
+the [X][X] a few [X][X] [X] ||| dem [X][X] wenigen [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.0238095
+what [X] ||| dem es [X] ||| 0.0278341 1 ||| ||| 1
+what [X][X] report [X] ||| dem es [X][X] Bericht [X] ||| 0.0278341 1 ||| ||| 0.0909091
+what [X][X] report [X][X] [X] ||| dem es [X][X] Bericht [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0679723
+what [X][X] report , [X] ||| dem es [X][X] Bericht und [X] ||| 0.0278341 1 ||| ||| 0.0526316
+what [X][X] report , [X][X] [X] ||| dem es [X][X] Bericht und [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0679723
+what [X][X] legislative proposal [X] ||| dem es [X][X] Legislativvorschlag [X] ||| 0.0278341 1 ||| ||| 0.0322581
+what [X][X] [X] ||| dem es [X][X] [X] ||| 0.0278341 1 ||| ||| 0.711513
+what [X][X] a report [X] ||| dem es [X][X] einen Bericht [X] ||| 0.0278341 1 ||| ||| 0.0909091
+what [X][X] a report [X][X] [X] ||| dem es [X][X] einen Bericht [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0679723
+what [X][X] a report , [X] ||| dem es [X][X] einen Bericht und [X] ||| 0.0278341 1 ||| ||| 0.0526316
+what [X][X] a [X] ||| dem es [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.166667
+what [X][X] a [X][X] [X] ||| dem es [X][X] einen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.120604
+what [X][X] not a [X] ||| dem es [X][X] keinen [X] ||| 0.0278341 1 ||| ||| 0.0357143
+what [X][X] not a [X][X] [X] ||| dem es [X][X] keinen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0322581
+what [X][X] , [X] ||| dem es [X][X] und [X] ||| 0.0278341 1 ||| ||| 0.0526316
+what [X][X] , [X][X] [X] ||| dem es [X][X] und [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0679723
+what [X][X] , not a [X] ||| dem es [X][X] und keinen [X] ||| 0.0278341 1 ||| ||| 0.0357143
+what is [X] ||| dem es sich [X] ||| 0.0278341 1 ||| ||| 1
+what is [X][X] report [X] ||| dem es sich [X][X] Bericht [X] ||| 0.0278341 1 ||| ||| 0.0909091
+what is [X][X] report [X][X] [X] ||| dem es sich [X][X] Bericht [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0679723
+what is [X][X] report , [X] ||| dem es sich [X][X] Bericht und [X] ||| 0.0278341 1 ||| ||| 0.0526316
+what is [X][X] legislative proposal [X] ||| dem es sich [X][X] Legislativvorschlag [X] ||| 0.0278341 1 ||| ||| 0.0322581
+what is [X][X] [X] ||| dem es sich [X][X] [X] ||| 0.0278341 1 ||| ||| 0.37818
+what is [X][X] not a [X] ||| dem es sich [X][X] keinen [X] ||| 0.0278341 1 ||| ||| 0.0357143
+what is [X][X] , [X] ||| dem es sich [X][X] und [X] ||| 0.0278341 1 ||| ||| 0.0526316
+what is [X][X] , [X][X] [X] ||| dem es sich [X][X] und [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0679723
+what is merely [X] ||| dem es sich lediglich um [X] ||| 0.0278341 1 ||| ||| 0.333333
+what is merely [X][X] [X] ||| dem es sich lediglich um [X][X] [X] ||| 0.0278341 1 ||| ||| 0.211513
+what is merely [X][X] , [X] ||| dem es sich lediglich um [X][X] und [X] ||| 0.0278341 1 ||| ||| 0.0526316
+what is merely a report [X] ||| dem es sich lediglich um einen Bericht [X] ||| 0.0278341 1 ||| ||| 0.0909091
+what is merely a [X] ||| dem es sich lediglich um einen [X] ||| 0.0278341 1 ||| ||| 0.166667
+what is merely a [X][X] [X] ||| dem es sich lediglich um einen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.120604
+which [X] ||| dem sich [X] ||| 0.0278341 1 ||| ||| 1
+which [X][X] . [X] ||| dem sich [X][X] . [X] ||| 0.00927803 1 ||| ||| 0.107143
+which [X][X] an interest . [X] ||| dem sich [X][X] . [X] ||| 0.00927803 1 ||| ||| 0.107143
+which [X][X] interest . [X] ||| dem sich [X][X] . [X] ||| 0.00927803 1 ||| ||| 0.107143
+which [X][X] [X] ||| dem sich [X][X] [X] ||| 0.021459 1 ||| ||| 0.582143
+which [X][X] an [X] ||| dem sich [X][X] [X] ||| 0.00239066 1 ||| ||| 0.582143
+which [X][X] an interest [X] ||| dem sich [X][X] [X] ||| 0.00199222 1 ||| ||| 0.582143
+which [X][X] interest [X] ||| dem sich [X][X] [X] ||| 0.00199222 1 ||| ||| 0.582143
+which [X][X] an [X][X] [X] ||| dem sich [X][X] [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0357143
+which [X][X] has [X][X] . [X] ||| dem sich [X][X] [X][X] hat . [X] ||| 0.0278341 1 ||| ||| 0.0357143
+which [X][X] has [X][X] [X] ||| dem sich [X][X] [X][X] hat [X] ||| 0.017819 1 ||| ||| 0.254762
+which [X][X] has [X][X] an [X] ||| dem sich [X][X] [X][X] hat [X] ||| 0.00546277 1 ||| ||| 0.254762
+which [X][X] has [X][X] interest [X] ||| dem sich [X][X] [X][X] hat [X] ||| 0.00455231 1 ||| ||| 0.254762
+which [X][X] has consistently shown [X] ||| dem sich [X][X] immer wieder befaßt hat [X] ||| 0.0278341 1 ||| ||| 0.0714286
+which this Parliament [X] ||| dem sich dieses Parlament [X] ||| 0.0278341 1 ||| ||| 0.25
+which this Parliament [X][X] . [X] ||| dem sich dieses Parlament [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.0357143
+which this Parliament [X][X] [X] ||| dem sich dieses Parlament [X][X] [X] ||| 0.0190504 1 ||| ||| 0.290477
+which this Parliament [X][X] an [X] ||| dem sich dieses Parlament [X][X] [X] ||| 0.00479111 1 ||| ||| 0.290477
+which this Parliament [X][X] interest [X] ||| dem sich dieses Parlament [X][X] [X] ||| 0.00399259 1 ||| ||| 0.290477
+which this Parliament has [X][X] [X] ||| dem sich dieses Parlament [X][X] hat [X] ||| 0.0278341 1 ||| ||| 0.163095
+which this [X] ||| dem sich dieses [X] ||| 0.0278341 1 ||| ||| 1
+which this [X][X] . [X] ||| dem sich dieses [X][X] . [X] ||| 0.013917 1 ||| ||| 0.0714286
+which this [X][X] interest . [X] ||| dem sich dieses [X][X] . [X] ||| 0.013917 1 ||| ||| 0.0714286
+which this [X][X] [X] ||| dem sich dieses [X][X] [X] ||| 0.0166606 1 ||| ||| 0.332143
+which this [X][X] an [X] ||| dem sich dieses [X][X] [X] ||| 0.00419007 1 ||| ||| 0.332143
+which this [X][X] an interest [X] ||| dem sich dieses [X][X] [X] ||| 0.00349173 1 ||| ||| 0.332143
+which this [X][X] interest [X] ||| dem sich dieses [X][X] [X] ||| 0.00349173 1 ||| ||| 0.332143
+which this [X][X] an [X][X] [X] ||| dem sich dieses [X][X] [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0357143
+of the people assassinated very [X] ||| den Attentatsopfern , die es in [X] ||| 0.0111336 1 ||| ||| 0.833333
+the people assassinated very [X] ||| den Attentatsopfern , die es in [X] ||| 0.0167005 1 ||| ||| 0.833333
+the people assassinated very [X][X] [X] ||| den Attentatsopfern , die es in [X][X] [X] ||| 0.0278341 1 ||| ||| 0.266667
+the people assassinated very recently [X] ||| den Attentatsopfern , die es in jüngster Zeit [X] ||| 0.0278341 1 ||| ||| 0.25
+the report . [X] ||| den Bericht . [X] ||| 0.0278341 1 ||| ||| 0.333333
+the report [X] ||| den Bericht [X] ||| 0.0278341 1 ||| ||| 1
+the principles that [X] ||| den Grundsätzen , die [X] ||| 0.0278341 1 ||| ||| 0.333333
+the principles that [X][X] . [X] ||| den Grundsätzen , die [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.05
+the principles that [X][X] [X] ||| den Grundsätzen , die [X][X] [X] ||| 0.0278341 1 ||| ||| 0.108824
+the principles that we [X] ||| den Grundsätzen , die wir [X] ||| 0.0278341 1 ||| ||| 0.166667
+the principles that we [X][X] [X] ||| den Grundsätzen , die wir [X][X] [X] ||| 0.0278341 1 ||| ||| 0.108824
+the principles [X] ||| den Grundsätzen [X] ||| 0.0278341 1 ||| ||| 1
+the principles [X][X] . [X] ||| den Grundsätzen [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.05
+the principles [X][X] [X] ||| den Grundsätzen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.27549
+the principles [X][X] have [X][X] [X] ||| den Grundsätzen [X][X] [X][X] haben [X] ||| 0.0278341 1 ||| ||| 0.0588235
+America [X] ||| den Vereinigten Staaten [X] ||| 0.0278341 1 ||| ||| 1
+of the [X] ||| den [X] ||| 0.00347926 1 ||| ||| 8
+the [X] ||| den [X] ||| 0.625 1 ||| ||| 8
+the course of the [X] ||| den [X] ||| 0.00347926 1 ||| ||| 8
+using the [X] ||| den [X] ||| 0.00347926 1 ||| ||| 8
+the [X][X] [X] ||| den [X][X] , [X] ||| 0.0153711 1 ||| ||| 0.0603603
+using the [X][X] [X] ||| den [X][X] , [X] ||| 0.012463 1 ||| ||| 0.0603603
+the [X][X] [X] ||| den [X][X] , die [X] ||| 0.0153244 1 ||| ||| 0.0454082
+using the [X][X] [X] ||| den [X][X] , die [X] ||| 0.0125097 1 ||| ||| 0.0454082
+the [X][X] . [X] ||| den [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.05
+the [X][X] prestigious office [X] ||| den [X][X] Amtes [X] ||| 0.0161145 1 ||| ||| 0.215909
+using the [X][X] prestigious office [X] ||| den [X][X] Amtes [X] ||| 0.0117196 1 ||| ||| 0.215909
+the [X][X] prestigious office [X][X] [X] ||| den [X][X] Amtes [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0333333
+the [X][X] prestigious office [X][X] [X] ||| den [X][X] Amtes [X][X] , die [X] ||| 0.0278341 1 ||| ||| 0.025
+the [X][X] prestigious office [X][X] [X] ||| den [X][X] Amtes [X][X] [X] ||| 0.0278341 1 ||| ||| 0.179762
+the [X][X] prestigious office [X][X] [X] ||| den [X][X] Amtes [X][X] die [X] ||| 0.0278341 1 ||| ||| 0.025
+the [X][X] prestigious office and [X] ||| den [X][X] Amtes und [X] ||| 0.0278341 1 ||| ||| 0.1
+the [X][X] European Union [X] ||| den [X][X] Europäischen Union [X] ||| 0.0278341 1 ||| ||| 0.0588235
+the [X][X] European [X] ||| den [X][X] Europäischen [X] ||| 0.0278341 1 ||| ||| 0.0833333
+the [X][X] institution [X] ||| den [X][X] Institution , [X] ||| 0.0153711 1 ||| ||| 0.0603603
+using the [X][X] institution [X] ||| den [X][X] Institution , [X] ||| 0.012463 1 ||| ||| 0.0603603
+the [X][X] institution [X] ||| den [X][X] Institution , die [X] ||| 0.0153244 1 ||| ||| 0.0454082
+using the [X][X] institution [X] ||| den [X][X] Institution , die [X] ||| 0.0125097 1 ||| ||| 0.0454082
+the [X][X] institution [X] ||| den [X][X] Institution [X] ||| 0.0154634 1 ||| ||| 0.09
+using the [X][X] institution [X] ||| den [X][X] Institution [X] ||| 0.0123707 1 ||| ||| 0.09
+of the [X][X] Sri [X] ||| den [X][X] Sri [X] ||| 0.0121018 1 ||| ||| 0.176923
+the [X][X] Sri [X] ||| den [X][X] Sri [X] ||| 0.0157323 1 ||| ||| 0.176923
+the [X][X] Union [X] ||| den [X][X] Union [X] ||| 0.0278341 1 ||| ||| 0.0588235
+of the [X][X] [X] ||| den [X][X] [X] ||| 0.00422433 1 ||| ||| 4.8446
+the [X][X] [X] ||| den [X][X] [X] ||| 0.663436 1 ||| ||| 4.8446
+the course of the [X][X] [X] ||| den [X][X] [X] ||| 0.00258543 1 ||| ||| 4.8446
+using the [X][X] [X] ||| den [X][X] [X] ||| 0.0025582 1 ||| ||| 4.8446
+the [X][X] have [X][X] . [X] ||| den [X][X] [X][X] haben . [X] ||| 0.0278341 1 ||| ||| 0.05
+the [X][X] have [X][X] [X] ||| den [X][X] [X][X] haben [X] ||| 0.0278341 1 ||| ||| 0.0588235
+the [X][X] of the European [X] ||| den [X][X] der Europäischen [X] ||| 0.0278341 1 ||| ||| 0.0833333
+the [X][X] the institution [X] ||| den [X][X] der Institution , [X] ||| 0.0153711 1 ||| ||| 0.0603603
+using the [X][X] the institution [X] ||| den [X][X] der Institution , [X] ||| 0.012463 1 ||| ||| 0.0603603
+the [X][X] the institution [X] ||| den [X][X] der Institution , die [X] ||| 0.0153244 1 ||| ||| 0.0454082
+using the [X][X] the institution [X] ||| den [X][X] der Institution , die [X] ||| 0.0125097 1 ||| ||| 0.0454082
+the [X][X] the institution [X] ||| den [X][X] der Institution [X] ||| 0.0154634 1 ||| ||| 0.09
+using the [X][X] the institution [X] ||| den [X][X] der Institution [X] ||| 0.0123707 1 ||| ||| 0.09
+the [X][X] of the [X] ||| den [X][X] der [X] ||| 0.0139696 1 ||| ||| 0.24906
+the [X][X] the [X] ||| den [X][X] der [X] ||| 0.00798261 1 ||| ||| 0.24906
+using the [X][X] the [X] ||| den [X][X] der [X] ||| 0.00588192 1 ||| ||| 0.24906
+the [X][X] of the [X][X] [X] ||| den [X][X] der [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0588235
+the [X][X] [X] ||| den [X][X] die [X] ||| 0.0153244 1 ||| ||| 0.0454082
+using the [X][X] [X] ||| den [X][X] die [X] ||| 0.0125097 1 ||| ||| 0.0454082
+of the [X][X] in Sri [X] ||| den [X][X] in Sri [X] ||| 0.0121018 1 ||| ||| 0.176923
+the [X][X] in Sri [X] ||| den [X][X] in Sri [X] ||| 0.0157323 1 ||| ||| 0.176923
+of the [X][X] in [X] ||| den [X][X] in [X] ||| 0.0119289 1 ||| ||| 0.291667
+the [X][X] in [X] ||| den [X][X] in [X] ||| 0.0159052 1 ||| ||| 0.291667
+of the [X][X] recently [X] ||| den [X][X] jüngster Zeit [X] ||| 0.0123707 1 ||| ||| 0.45
+the [X][X] recently [X] ||| den [X][X] jüngster Zeit [X] ||| 0.0154634 1 ||| ||| 0.45
+of the [X][X] recently [X][X] [X] ||| den [X][X] jüngster Zeit [X][X] [X] ||| 0.0121018 1 ||| ||| 0.176923
+the [X][X] recently [X][X] [X] ||| den [X][X] jüngster Zeit [X][X] [X] ||| 0.0157323 1 ||| ||| 0.176923
+the [X][X] recently in Sri [X] ||| den [X][X] jüngster Zeit in Sri [X] ||| 0.0278341 1 ||| ||| 0.1
+of the [X][X] recently in [X] ||| den [X][X] jüngster Zeit in [X] ||| 0.0119289 1 ||| ||| 0.291667
+the [X][X] recently in [X] ||| den [X][X] jüngster Zeit in [X] ||| 0.0159052 1 ||| ||| 0.291667
+the [X][X] have always upheld [X] ||| den [X][X] stets verteidigt haben [X] ||| 0.0278341 1 ||| ||| 0.0588235
+the [X][X] and [X] ||| den [X][X] und [X] ||| 0.0162366 1 ||| ||| 0.171429
+using the [X][X] and [X] ||| den [X][X] und [X] ||| 0.0115975 1 ||| ||| 0.171429
+the [X][X] and [X][X] [X] ||| den [X][X] und [X][X] , [X] ||| 0.0153711 1 ||| ||| 0.0603603
+using the [X][X] and [X][X] [X] ||| den [X][X] und [X][X] , [X] ||| 0.012463 1 ||| ||| 0.0603603
+the [X][X] and [X][X] [X] ||| den [X][X] und [X][X] , die [X] ||| 0.0153244 1 ||| ||| 0.0454082
+using the [X][X] and [X][X] [X] ||| den [X][X] und [X][X] , die [X] ||| 0.0125097 1 ||| ||| 0.0454082
+the [X][X] and [X][X] [X] ||| den [X][X] und [X][X] [X] ||| 0.0154027 1 ||| ||| 0.195768
+using the [X][X] and [X][X] [X] ||| den [X][X] und [X][X] [X] ||| 0.0124314 1 ||| ||| 0.195768
+the [X][X] and [X][X] [X] ||| den [X][X] und [X][X] die [X] ||| 0.0153244 1 ||| ||| 0.0454082
+using the [X][X] and [X][X] [X] ||| den [X][X] und [X][X] die [X] ||| 0.0125097 1 ||| ||| 0.0454082
+the [X][X] and the institution [X] ||| den [X][X] und der Institution , [X] ||| 0.0278341 1 ||| ||| 0.0333333
+the [X][X] and the institution [X] ||| den [X][X] und der Institution , die [X] ||| 0.0278341 1 ||| ||| 0.025
+the [X][X] and the institution [X] ||| den [X][X] und der Institution [X] ||| 0.0278341 1 ||| ||| 0.05
+the [X][X] and the [X] ||| den [X][X] und der [X] ||| 0.0160257 1 ||| ||| 0.12406
+using the [X][X] and the [X] ||| den [X][X] und der [X] ||| 0.0118084 1 ||| ||| 0.12406
+the [X][X] we [X] ||| den [X][X] wir [X] ||| 0.0278341 1 ||| ||| 0.166667
+the [X][X] we [X][X] . [X] ||| den [X][X] wir [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.05
+the [X][X] we [X][X] [X] ||| den [X][X] wir [X][X] [X] ||| 0.0278341 1 ||| ||| 0.108824
+the [X][X] we have [X][X] [X] ||| den [X][X] wir [X][X] haben [X] ||| 0.0278341 1 ||| ||| 0.0588235
+the weight of your [X] ||| den ganzen Einfluß Ihres [X] ||| 0.0177126 1 ||| ||| 0.392857
+using the weight of your [X] ||| den ganzen Einfluß Ihres [X] ||| 0.0101215 1 ||| ||| 0.392857
+the weight of your [X][X] [X] ||| den ganzen Einfluß Ihres [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0333333
+the weight of your [X][X] [X] ||| den ganzen Einfluß Ihres [X][X] , die [X] ||| 0.0278341 1 ||| ||| 0.025
+the weight of your [X][X] [X] ||| den ganzen Einfluß Ihres [X][X] [X] ||| 0.0278341 1 ||| ||| 0.404762
+the weight of your [X][X] [X] ||| den ganzen Einfluß Ihres [X][X] die [X] ||| 0.0278341 1 ||| ||| 0.025
+the weight [X] ||| den ganzen Einfluß [X] ||| 0.0185561 1 ||| ||| 1.5
+using the weight [X] ||| den ganzen Einfluß [X] ||| 0.00927803 1 ||| ||| 1.5
+the weight [X][X] [X] ||| den ganzen Einfluß [X][X] , [X] ||| 0.0153711 1 ||| ||| 0.0603603
+using the weight [X][X] [X] ||| den ganzen Einfluß [X][X] , [X] ||| 0.012463 1 ||| ||| 0.0603603
+the weight [X][X] [X] ||| den ganzen Einfluß [X][X] , die [X] ||| 0.0153244 1 ||| ||| 0.0454082
+using the weight [X][X] [X] ||| den ganzen Einfluß [X][X] , die [X] ||| 0.0125097 1 ||| ||| 0.0454082
+the weight [X][X] prestigious office [X] ||| den ganzen Einfluß [X][X] Amtes [X] ||| 0.0278341 1 ||| ||| 0.125
+the weight [X][X] institution [X] ||| den ganzen Einfluß [X][X] Institution , [X] ||| 0.0153711 1 ||| ||| 0.0603603
+using the weight [X][X] institution [X] ||| den ganzen Einfluß [X][X] Institution , [X] ||| 0.012463 1 ||| ||| 0.0603603
+the weight [X][X] institution [X] ||| den ganzen Einfluß [X][X] Institution , die [X] ||| 0.0153244 1 ||| ||| 0.0454082
+using the weight [X][X] institution [X] ||| den ganzen Einfluß [X][X] Institution , die [X] ||| 0.0125097 1 ||| ||| 0.0454082
+the weight [X][X] institution [X] ||| den ganzen Einfluß [X][X] Institution [X] ||| 0.0154634 1 ||| ||| 0.09
+using the weight [X][X] institution [X] ||| den ganzen Einfluß [X][X] Institution [X] ||| 0.0123707 1 ||| ||| 0.09
+the weight [X][X] [X] ||| den ganzen Einfluß [X][X] [X] ||| 0.0165676 1 ||| ||| 1.10002
+using the weight [X][X] [X] ||| den ganzen Einfluß [X][X] [X] ||| 0.0112665 1 ||| ||| 1.10002
+the weight [X][X] the institution [X] ||| den ganzen Einfluß [X][X] der Institution , [X] ||| 0.0278341 1 ||| ||| 0.0333333
+the weight [X][X] the institution [X] ||| den ganzen Einfluß [X][X] der Institution , die [X] ||| 0.0278341 1 ||| ||| 0.025
+the weight [X][X] the institution [X] ||| den ganzen Einfluß [X][X] der Institution [X] ||| 0.0278341 1 ||| ||| 0.05
+the weight [X][X] the [X] ||| den ganzen Einfluß [X][X] der [X] ||| 0.0160257 1 ||| ||| 0.12406
+using the weight [X][X] the [X] ||| den ganzen Einfluß [X][X] der [X] ||| 0.0118084 1 ||| ||| 0.12406
+the weight [X][X] [X] ||| den ganzen Einfluß [X][X] die [X] ||| 0.0153244 1 ||| ||| 0.0454082
+using the weight [X][X] [X] ||| den ganzen Einfluß [X][X] die [X] ||| 0.0125097 1 ||| ||| 0.0454082
+the weight [X][X] and [X] ||| den ganzen Einfluß [X][X] und [X] ||| 0.0162366 1 ||| ||| 0.171429
+using the weight [X][X] and [X] ||| den ganzen Einfluß [X][X] und [X] ||| 0.0115975 1 ||| ||| 0.171429
+the weight [X][X] and [X][X] [X] ||| den ganzen Einfluß [X][X] und [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0333333
+the weight [X][X] and [X][X] [X] ||| den ganzen Einfluß [X][X] und [X][X] , die [X] ||| 0.0278341 1 ||| ||| 0.025
+the weight [X][X] and [X][X] [X] ||| den ganzen Einfluß [X][X] und [X][X] [X] ||| 0.0278341 1 ||| ||| 0.108333
+the weight [X][X] and [X][X] [X] ||| den ganzen Einfluß [X][X] und [X][X] die [X] ||| 0.0278341 1 ||| ||| 0.025
+the weight [X][X] and the [X] ||| den ganzen Einfluß [X][X] und der [X] ||| 0.0278341 1 ||| ||| 0.0714286
+the course of the next [X] ||| den nächsten [X] ||| 0.0278341 1 ||| ||| 0.5
+the various countries [X] ||| den verschiedenen Ländern [X] ||| 0.0278341 1 ||| ||| 0.333333
+the various countries [X][X] European [X] ||| den verschiedenen Ländern [X][X] Europäischen [X] ||| 0.0278341 1 ||| ||| 0.0833333
+the various countries [X][X] Union [X] ||| den verschiedenen Ländern [X][X] Union [X] ||| 0.0278341 1 ||| ||| 0.0588235
+the various countries [X][X] [X] ||| den verschiedenen Ländern [X][X] [X] ||| 0.0278341 1 ||| ||| 0.267157
+the various countries of the [X] ||| den verschiedenen Ländern der [X] ||| 0.0278341 1 ||| ||| 0.125
+the various [X] ||| den verschiedenen [X] ||| 0.0278341 1 ||| ||| 1
+the various [X][X] European Union [X] ||| den verschiedenen [X][X] Europäischen Union [X] ||| 0.0278341 1 ||| ||| 0.0588235
+the various [X][X] European [X] ||| den verschiedenen [X][X] Europäischen [X] ||| 0.0278341 1 ||| ||| 0.0833333
+the various [X][X] Union [X] ||| den verschiedenen [X][X] Union [X] ||| 0.0278341 1 ||| ||| 0.0588235
+the various [X][X] [X] ||| den verschiedenen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.267157
+feel [X] ||| denke , daß [X] ||| 0.0278341 1 ||| ||| 1
+feel [X][X] [X] ||| denke , daß [X][X] [X] ||| 0.0111045 1 ||| ||| 1.05444
+feel [X][X] have [X] ||| denke , daß [X][X] [X] ||| 0.00188551 1 ||| ||| 1.05444
+feel [X][X] have just [X] ||| denke , daß [X][X] [X] ||| 0.00175981 1 ||| ||| 1.05444
+feel [X][X] have just suggested [X] ||| denke , daß [X][X] [X] ||| 0.00175981 1 ||| ||| 1.05444
+feel [X][X] just [X] ||| denke , daß [X][X] [X] ||| 0.00175981 1 ||| ||| 1.05444
+feel [X][X] just suggested [X] ||| denke , daß [X][X] [X] ||| 0.00175981 1 ||| ||| 1.05444
+feel [X][X] suggested [X] ||| denke , daß [X][X] [X] ||| 0.00175981 1 ||| ||| 1.05444
+feel [X][X] you [X] ||| denke , daß [X][X] [X] ||| 0.00239974 1 ||| ||| 1.05444
+feel [X][X] you have [X] ||| denke , daß [X][X] [X] ||| 0.00188551 1 ||| ||| 1.05444
+feel [X][X] you have just [X] ||| denke , daß [X][X] [X] ||| 0.00175981 1 ||| ||| 1.05444
+feel an [X] ||| denke , daß eine [X] ||| 0.0278341 1 ||| ||| 1
+feel an initiative [X][X] [X] ||| denke , daß eine [X][X] Initiative [X] ||| 0.010298 1 ||| ||| 1.13701
+feel an initiative [X][X] have [X] ||| denke , daß eine [X][X] Initiative [X] ||| 0.00174857 1 ||| ||| 1.13701
+feel an initiative [X][X] just [X] ||| denke , daß eine [X][X] Initiative [X] ||| 0.001632 1 ||| ||| 1.13701
+feel an initiative [X][X] suggested [X] ||| denke , daß eine [X][X] Initiative [X] ||| 0.001632 1 ||| ||| 1.13701
+feel an initiative [X][X] you [X] ||| denke , daß eine [X][X] Initiative [X] ||| 0.00222546 1 ||| ||| 1.13701
+feel an initiative of [X][X] [X] ||| denke , daß eine [X][X] Initiative [X] ||| 0.010298 1 ||| ||| 1.13701
+feel an [X][X] [X] ||| denke , daß eine [X][X] [X] ||| 0.0127119 1 ||| ||| 0.921104
+feel an [X][X] have [X] ||| denke , daß eine [X][X] [X] ||| 0.00215844 1 ||| ||| 0.921104
+feel an [X][X] have just [X] ||| denke , daß eine [X][X] [X] ||| 0.00201455 1 ||| ||| 0.921104
+feel an [X][X] just [X] ||| denke , daß eine [X][X] [X] ||| 0.00201455 1 ||| ||| 0.921104
+feel an [X][X] just suggested [X] ||| denke , daß eine [X][X] [X] ||| 0.00201455 1 ||| ||| 0.921104
+feel an [X][X] suggested [X] ||| denke , daß eine [X][X] [X] ||| 0.00201455 1 ||| ||| 0.921104
+feel an [X][X] you [X] ||| denke , daß eine [X][X] [X] ||| 0.00274711 1 ||| ||| 0.921104
+feel an [X][X] you have [X] ||| denke , daß eine [X][X] [X] ||| 0.00215844 1 ||| ||| 0.921104
+feel an [X][X] the type [X] ||| denke , daß eine derartige [X][X] [X] ||| 0.0278341 1 ||| ||| 0.125
+of the presentation [X] ||| der Aussprache [X] ||| 0.0278341 1 ||| ||| 0.5
+of the presentation [X][X] . [X] ||| der Aussprache [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.047619
+of the presentation [X][X] report [X] ||| der Aussprache [X][X] Bericht [X] ||| 0.0278341 1 ||| ||| 0.0714286
+of the presentation [X][X] [X] ||| der Aussprache [X][X] [X] ||| 0.0278341 1 ||| ||| 0.244048
+of the presentation of [X] ||| der Aussprache über [X] ||| 0.0278341 1 ||| ||| 0.25
+of the presentation of [X][X] [X] ||| der Aussprache über [X][X] [X] ||| 0.0278341 1 ||| ||| 0.119048
+of the presentation of the [X] ||| der Aussprache über den [X] ||| 0.0278341 1 ||| ||| 0.125
+of the European Union [X] ||| der Europäischen Union [X] ||| 0.0278341 1 ||| ||| 0.25
+of the European [X] ||| der Europäischen [X] ||| 0.0278341 1 ||| ||| 0.5
+the case [X] ||| der Fall [X] ||| 0.0278341 1 ||| ||| 1
+the case [X][X] . [X] ||| der Fall [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.0526316
+the case [X][X] Nikitin . [X] ||| der Fall [X][X] Nikitin . [X] ||| 0.0278341 1 ||| ||| 0.0526316
+the case [X][X] Nikitin [X] ||| der Fall [X][X] Nikitin [X] ||| 0.0278341 1 ||| ||| 0.0909091
+the case [X][X] [X] ||| der Fall [X][X] [X] ||| 0.0278341 1 ||| ||| 0.310207
+the case of Alexander Nikitin [X] ||| der Fall von Alexander Nikitin [X] ||| 0.0278341 1 ||| ||| 0.0909091
+the case of Alexander [X] ||| der Fall von Alexander [X] ||| 0.0278341 1 ||| ||| 0.166667
+the case of Alexander [X][X] [X] ||| der Fall von Alexander [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0526316
+the case of [X] ||| der Fall von [X] ||| 0.0278341 1 ||| ||| 0.333333
+the case of [X][X] . [X] ||| der Fall von [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.0526316
+the case of [X][X] [X] ||| der Fall von [X][X] [X] ||| 0.0278341 1 ||| ||| 0.143541
+the principle [X] ||| der Grundsatz [X] ||| 0.0278341 1 ||| ||| 1
+the principle [X][X] legal principle [X] ||| der Grundsatz [X][X] Rechtsgrundsatz [X] ||| 0.0278341 1 ||| ||| 0.0243902
+the principle [X][X] stability [X] ||| der Grundsatz [X][X] Stabilität [X] ||| 0.0172763 1 ||| ||| 0.146465
+the principle [X][X] stability is [X] ||| der Grundsatz [X][X] Stabilität [X] ||| 0.0105578 1 ||| ||| 0.146465
+the principle [X][X] stability [X][X] [X] ||| der Grundsatz [X][X] Stabilität [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0851888
+the principle [X][X] [X] ||| der Grundsatz [X][X] [X] ||| 0.0244271 1 ||| ||| 0.453876
+the principle [X][X] is [X] ||| der Grundsatz [X][X] [X] ||| 0.00340697 1 ||| ||| 0.453876
+the principle [X][X] is [X][X] [X] ||| der Grundsatz [X][X] [X][X] [X] ||| 0.0278341 1 ||| ||| 0.050706
+the principle [X][X] a [X] ||| der Grundsatz [X][X] einen [X] ||| 0.013917 1 ||| ||| 0.0689656
+the principle [X][X] is a [X] ||| der Grundsatz [X][X] einen [X] ||| 0.013917 1 ||| ||| 0.0689656
+the principle [X][X] a [X][X] [X] ||| der Grundsatz [X][X] einen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0243902
+the principle [X][X] a fundamental [X] ||| der Grundsatz [X][X] einen elementaren [X] ||| 0.0278341 1 ||| ||| 0.0263158
+the principle [X][X] fundamental [X] ||| der Grundsatz [X][X] elementaren [X] ||| 0.0278341 1 ||| ||| 0.0263158
+the principle [X][X] fundamental [X][X] [X] ||| der Grundsatz [X][X] elementaren [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0243902
+the principle of [X] ||| der Grundsatz der [X] ||| 0.0278341 1 ||| ||| 0.333333
+the principle of [X][X] [X] ||| der Grundsatz der [X][X] [X] ||| 0.0224501 1 ||| ||| 0.287209
+the principle of [X][X] is [X] ||| der Grundsatz der [X][X] [X] ||| 0.00538403 1 ||| ||| 0.287209
+the principle of [X][X] a [X] ||| der Grundsatz der [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.0344828
+the principle of [X][X] fundamental [X] ||| der Grundsatz der [X][X] elementaren [X] ||| 0.0278341 1 ||| ||| 0.0263158
+the principle of relative stability [X] ||| der Grundsatz der relativen Stabilität [X] ||| 0.0278341 1 ||| ||| 0.0909091
+the principle of relative [X] ||| der Grundsatz der relativen [X] ||| 0.0278341 1 ||| ||| 0.166667
+the principle of relative [X][X] [X] ||| der Grundsatz der relativen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.140744
+the institution [X] ||| der Institution , [X] ||| 0.0278341 1 ||| ||| 1
+the institution [X][X] , [X] ||| der Institution , [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0526316
+the institution [X][X] , [X][X] [X] ||| der Institution , [X][X] , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0368016
+the institution [X][X] , to [X] ||| der Institution , [X][X] , bei [X] ||| 0.0278341 1 ||| ||| 0.030303
+the institution [X][X] President [X] ||| der Institution , [X][X] Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.0163934
+the institution [X][X] [X] ||| der Institution , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.219736
+the institution [X][X] to [X] ||| der Institution , [X][X] bei [X] ||| 0.0278341 1 ||| ||| 0.030303
+the institution [X][X] to [X][X] [X] ||| der Institution , [X][X] bei [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0163934
+the institution [X][X] to the [X] ||| der Institution , [X][X] bei dem [X] ||| 0.0278341 1 ||| ||| 0.0204082
+the institution [X][X] the President [X] ||| der Institution , [X][X] dem Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.0163934
+the institution [X][X] the [X] ||| der Institution , [X][X] dem [X] ||| 0.0278341 1 ||| ||| 0.0204082
+the institution you [X] ||| der Institution , die Sie [X] ||| 0.0278341 1 ||| ||| 0.2
+the institution you [X][X] President [X] ||| der Institution , die Sie [X][X] Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.0163934
+the institution you [X][X] [X] ||| der Institution , die Sie [X][X] [X] ||| 0.0278341 1 ||| ||| 0.119736
+the institution you [X][X] to [X] ||| der Institution , die Sie [X][X] bei [X] ||| 0.0278341 1 ||| ||| 0.030303
+the institution you [X][X] the [X] ||| der Institution , die Sie [X][X] dem [X] ||| 0.0278341 1 ||| ||| 0.0204082
+the institution you represent , [X] ||| der Institution , die Sie vertreten , [X] ||| 0.0278341 1 ||| ||| 0.0526316
+the institution you represent [X] ||| der Institution , die Sie vertreten [X] ||| 0.0278341 1 ||| ||| 0.1
+the institution you represent [X][X] [X] ||| der Institution , die Sie vertreten [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0671046
+the institution [X] ||| der Institution , die [X] ||| 0.0278341 1 ||| ||| 1
+the institution [X][X] , [X] ||| der Institution , die [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0526316
+the institution [X][X] , [X][X] [X] ||| der Institution , die [X][X] , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0368016
+the institution [X][X] , to [X] ||| der Institution , die [X][X] , bei [X] ||| 0.0278341 1 ||| ||| 0.030303
+the institution [X][X] President [X] ||| der Institution , die [X][X] Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.0163934
+the institution [X][X] [X] ||| der Institution , die [X][X] [X] ||| 0.0278341 1 ||| ||| 0.219736
+the institution [X][X] to [X] ||| der Institution , die [X][X] bei [X] ||| 0.0278341 1 ||| ||| 0.030303
+the institution [X][X] to [X][X] [X] ||| der Institution , die [X][X] bei [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0163934
+the institution [X][X] to the [X] ||| der Institution , die [X][X] bei dem [X] ||| 0.0278341 1 ||| ||| 0.0204082
+the institution [X][X] the President [X] ||| der Institution , die [X][X] dem Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.0163934
+the institution [X][X] the [X] ||| der Institution , die [X][X] dem [X] ||| 0.0278341 1 ||| ||| 0.0204082
+the institution [X] ||| der Institution [X] ||| 0.0278341 1 ||| ||| 1
+the institution [X][X] , [X] ||| der Institution [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0526316
+the institution [X][X] , [X][X] [X] ||| der Institution [X][X] , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0368016
+the institution [X][X] , to [X] ||| der Institution [X][X] , bei [X] ||| 0.0278341 1 ||| ||| 0.030303
+the institution [X][X] President [X] ||| der Institution [X][X] Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.0163934
+the institution [X][X] [X] ||| der Institution [X][X] [X] ||| 0.0278341 1 ||| ||| 0.219736
+the institution [X][X] to [X] ||| der Institution [X][X] bei [X] ||| 0.0278341 1 ||| ||| 0.030303
+the institution [X][X] to [X][X] [X] ||| der Institution [X][X] bei [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0163934
+the institution [X][X] to the [X] ||| der Institution [X][X] bei dem [X] ||| 0.0278341 1 ||| ||| 0.0204082
+the institution [X][X] the President [X] ||| der Institution [X][X] dem Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.0163934
+the institution [X][X] the [X] ||| der Institution [X][X] dem [X] ||| 0.0278341 1 ||| ||| 0.0204082
+the positions [X] ||| der Position [X] ||| 0.0278341 1 ||| ||| 1
+the press [X] ||| der Presse [X] ||| 0.0278341 1 ||| ||| 1
+the press [X][X] [X] ||| der Presse [X][X] [X] ||| 0.0278341 1 ||| ||| 0.166667
+the press and [X] ||| der Presse und [X] ||| 0.0278341 1 ||| ||| 0.333333
+the press and television [X] ||| der Presse und dem Fernsehen [X] ||| 0.0278341 1 ||| ||| 0.166667
+President [X] ||| der Präsidentin [X] ||| 0.0278341 1 ||| ||| 1
+[X][X] President [X] ||| der Präsidentin [X][X] [X] ||| 0.0278341 1 ||| ||| 0.385965
+[X][X] the [X][X] President [X] ||| der Präsidentin [X][X] [X][X] das [X] ||| 0.013917 1 ||| ||| 0.105263
+[X][X] to the [X][X] President [X] ||| der Präsidentin [X][X] [X][X] das [X] ||| 0.013917 1 ||| ||| 0.105263
+to [X][X] the [X][X] President [X] ||| der Präsidentin [X][X] in [X][X] das [X] ||| 0.0278341 1 ||| ||| 0.0526316
+Sri Lankan President [X] ||| der Präsidentin von Sri Lanka [X] ||| 0.0278341 1 ||| ||| 0.333333
+[X][X] Sri Lankan President [X] ||| der Präsidentin von Sri Lanka [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0526316
+[X][X] the Sri Lankan President [X] ||| der Präsidentin von Sri Lanka [X][X] das [X] ||| 0.0278341 1 ||| ||| 0.0526316
+to [X][X] Sri Lankan President [X] ||| der Präsidentin von Sri Lanka in [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0526316
+President [X] ||| der Präsidentin von [X] ||| 0.0278341 1 ||| ||| 1
+[X][X] President [X] ||| der Präsidentin von [X][X] [X] ||| 0.0278341 1 ||| ||| 0.385965
+[X][X] the [X][X] President [X] ||| der Präsidentin von [X][X] [X][X] das [X] ||| 0.013917 1 ||| ||| 0.105263
+[X][X] to the [X][X] President [X] ||| der Präsidentin von [X][X] [X][X] das [X] ||| 0.013917 1 ||| ||| 0.105263
+to [X][X] the [X][X] President [X] ||| der Präsidentin von [X][X] in [X][X] das [X] ||| 0.0278341 1 ||| ||| 0.0526316
+of the session [X] ||| der Sitzungsperiode [X] ||| 0.0278341 1 ||| ||| 0.5
+the public prosecutor [X] ||| der Staatsanwalt [X] ||| 0.0278341 1 ||| ||| 0.5
+the public prosecutor [X][X] . [X] ||| der Staatsanwalt [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.0909091
+the public prosecutor [X][X] [X] ||| der Staatsanwalt [X][X] [X] ||| 0.0278341 1 ||| ||| 0.215909
+the public prosecutor is appealing [X] ||| der Staatsanwalt in Berufung geht [X] ||| 0.0278341 1 ||| ||| 0.125
+the public prosecutor [X] ||| der Staatsanwalt in [X] ||| 0.0278341 1 ||| ||| 0.333333
+the public prosecutor [X][X] . [X] ||| der Staatsanwalt in [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.0909091
+the public prosecutor [X][X] [X] ||| der Staatsanwalt in [X][X] [X] ||| 0.0278341 1 ||| ||| 0.215909
+requested [X] ||| der Wunsch [X] ||| 0.0278341 1 ||| ||| 1
+requested [X][X] [X] ||| der Wunsch [X][X] [X] ||| 0.0278341 1 ||| ||| 0.3
+requested [X][X] on [X] ||| der Wunsch [X][X] im [X] ||| 0.0278341 1 ||| ||| 0.1
+requested [X] ||| der Wunsch nach [X] ||| 0.0278341 1 ||| ||| 1
+requested [X][X] [X] ||| der Wunsch nach [X][X] [X] ||| 0.0278341 1 ||| ||| 0.3
+requested [X][X] on [X] ||| der Wunsch nach [X][X] im [X] ||| 0.0278341 1 ||| ||| 0.1
+requested a debate [X] ||| der Wunsch nach einer Aussprache [X] ||| 0.0278341 1 ||| ||| 0.2
+requested a debate on [X] ||| der Wunsch nach einer Aussprache im [X] ||| 0.0278341 1 ||| ||| 0.1
+requested a [X] ||| der Wunsch nach einer [X] ||| 0.0278341 1 ||| ||| 1
+requested a [X][X] [X] ||| der Wunsch nach einer [X][X] [X] ||| 0.0278341 1 ||| ||| 0.1
+, access [X] ||| der Zugang [X] ||| 0.013917 1 ||| ||| 2
+access [X] ||| der Zugang [X] ||| 0.013917 1 ||| ||| 2
+, access [X][X] . [X] ||| der Zugang [X][X] . [X] ||| 0.0119289 1 ||| ||| 0.145833
+access [X][X] . [X] ||| der Zugang [X][X] . [X] ||| 0.0159052 1 ||| ||| 0.145833
+, access [X][X] [X] ||| der Zugang [X][X] [X] ||| 0.0110974 1 ||| ||| 0.68228
+access [X][X] [X] ||| der Zugang [X][X] [X] ||| 0.0167367 1 ||| ||| 0.68228
+access [X][X] is [X][X] right [X] ||| der Zugang [X][X] [X][X] Recht ist [X] ||| 0.0278341 1 ||| ||| 0.0769231
+access [X][X] is [X][X] . [X] ||| der Zugang [X][X] [X][X] ist . [X] ||| 0.0278341 1 ||| ||| 0.0833333
+, access [X][X] is [X][X] [X] ||| der Zugang [X][X] [X][X] ist [X] ||| 0.00841496 1 ||| ||| 0.220513
+access [X][X] is [X][X] [X] ||| der Zugang [X][X] [X][X] ist [X] ||| 0.00970957 1 ||| ||| 0.220513
+access [X][X] is a [X][X] [X] ||| der Zugang [X][X] [X][X] ist [X] ||| 0.00970957 1 ||| ||| 0.220513
+, access to environmental information [X] ||| der Zugang zu Umweltinformationen [X] ||| 0.0101215 1 ||| ||| 0.392857
+access to environmental information [X] ||| der Zugang zu Umweltinformationen [X] ||| 0.0177126 1 ||| ||| 0.392857
+access to environmental information [X][X] [X] ||| der Zugang zu Umweltinformationen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.160256
+, access to [X] ||| der Zugang zu [X] ||| 0.00927803 1 ||| ||| 1.5
+access to [X] ||| der Zugang zu [X] ||| 0.0185561 1 ||| ||| 1.5
+, access to [X][X] . [X] ||| der Zugang zu [X][X] . [X] ||| 0.0119289 1 ||| ||| 0.145833
+access to [X][X] . [X] ||| der Zugang zu [X][X] . [X] ||| 0.0159052 1 ||| ||| 0.145833
+, access to [X][X] [X] ||| der Zugang zu [X][X] [X] ||| 0.0110974 1 ||| ||| 0.68228
+access to [X][X] [X] ||| der Zugang zu [X][X] [X] ||| 0.0167367 1 ||| ||| 0.68228
+access to [X][X] is [X][X] [X] ||| der Zugang zu [X][X] [X][X] ist [X] ||| 0.0278341 1 ||| ||| 0.0769231
+of [X] ||| der [X] ||| 0.0268243 1 ||| ||| 18
+of the [X] ||| der [X] ||| 0.277778 1 ||| ||| 18
+the [X] ||| der [X] ||| 0.555556 1 ||| ||| 18
+who [X] ||| der [X] ||| 0.00154634 1 ||| ||| 18
+[X][X] that [X] ||| der [X][X] , [X] ||| 0.019587 1 ||| ||| 0.177632
+the [X][X] , [X] ||| der [X][X] , [X] ||| 0.00824714 1 ||| ||| 0.177632
+the [X][X] , [X][X] President [X] ||| der [X][X] , [X][X] Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.0163934
+the [X][X] , [X][X] [X] ||| der [X][X] , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0368016
+the [X][X] , to [X] ||| der [X][X] , bei [X] ||| 0.0278341 1 ||| ||| 0.030303
+the [X][X] , to [X][X] [X] ||| der [X][X] , bei [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0163934
+the [X][X] , to the [X] ||| der [X][X] , bei dem [X] ||| 0.0278341 1 ||| ||| 0.0204082
+of the [X][X] . [X] ||| der [X][X] . [X] ||| 0.00693364 1 ||| ||| 0.19116
+the [X][X] . [X] ||| der [X][X] . [X] ||| 0.0209005 1 ||| ||| 0.19116
+[X][X] 6 [X] ||| der [X][X] 6 [X] ||| 0.0278341 1 ||| ||| 0.25
+proposal [X][X] 6 that [X] ||| der [X][X] 6 vorschlägt , [X] ||| 0.0278341 1 ||| ||| 0.125
+proposal [X][X] 6 [X] ||| der [X][X] 6 vorschlägt [X] ||| 0.0278341 1 ||| ||| 0.166667
+the [X][X] Alexander Nikitin . [X] ||| der [X][X] Alexander Nikitin . [X] ||| 0.0278341 1 ||| ||| 0.0526316
+the [X][X] Alexander Nikitin [X] ||| der [X][X] Alexander Nikitin [X] ||| 0.0278341 1 ||| ||| 0.0909091
+the [X][X] Alexander [X] ||| der [X][X] Alexander [X] ||| 0.0278341 1 ||| ||| 0.166667
+the [X][X] Alexander [X][X] [X] ||| der [X][X] Alexander [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0526316
+[X][X] debate [X] ||| der [X][X] Aussprache [X] ||| 0.0278341 1 ||| ||| 0.2
+[X][X] debate on [X] ||| der [X][X] Aussprache im [X] ||| 0.0278341 1 ||| ||| 0.1
+of the [X][X] report . [X] ||| der [X][X] Bericht . [X] ||| 0.0278341 1 ||| ||| 0.047619
+of the [X][X] report [X] ||| der [X][X] Bericht [X] ||| 0.0278341 1 ||| ||| 0.0714286
+the [X][X] is appealing . [X] ||| der [X][X] Berufung geht . [X] ||| 0.0278341 1 ||| ||| 0.0909091
+the [X][X] is appealing [X] ||| der [X][X] Berufung geht [X] ||| 0.0278341 1 ||| ||| 0.125
+the [X][X] European Community [X] ||| der [X][X] Europäischen Union [X] ||| 0.013917 1 ||| ||| 0.133333
+the [X][X] the European Community [X] ||| der [X][X] Europäischen Union [X] ||| 0.013917 1 ||| ||| 0.133333
+the [X][X] European [X] ||| der [X][X] Europäischen [X] ||| 0.013917 1 ||| ||| 0.222222
+the [X][X] the European [X] ||| der [X][X] Europäischen [X] ||| 0.013917 1 ||| ||| 0.222222
+the [X][X] Nikitin . [X] ||| der [X][X] Nikitin . [X] ||| 0.0278341 1 ||| ||| 0.0526316
+the [X][X] Nikitin [X] ||| der [X][X] Nikitin [X] ||| 0.0278341 1 ||| ||| 0.0909091
+the [X][X] President [X] ||| der [X][X] Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.0163934
+of [X][X] legal principle [X] ||| der [X][X] Rechtsgrundsatz [X] ||| 0.0167823 1 ||| ||| 0.0614272
+the [X][X] legal principle [X] ||| der [X][X] Rechtsgrundsatz [X] ||| 0.0110518 1 ||| ||| 0.0614272
+of [X][X] legal principle [X][X] [X] ||| der [X][X] Rechtsgrundsatz [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0333333
+the [X][X] stability [X] ||| der [X][X] Stabilität [X] ||| 0.0172763 1 ||| ||| 0.146465
+the [X][X] stability is [X] ||| der [X][X] Stabilität [X] ||| 0.0105578 1 ||| ||| 0.146465
+the [X][X] stability [X][X] [X] ||| der [X][X] Stabilität [X][X] [X] ||| 0.0174484 1 ||| ||| 0.135895
+the [X][X] stability is [X][X] [X] ||| der [X][X] Stabilität [X][X] [X] ||| 0.0103856 1 ||| ||| 0.135895
+the [X][X] stability [X][X] fundamental [X] ||| der [X][X] Stabilität [X][X] elementaren [X] ||| 0.0278341 1 ||| ||| 0.0263158
+the [X][X] stability is a [X] ||| der [X][X] Stabilität einen [X] ||| 0.0278341 1 ||| ||| 0.0344828
+the [X][X] Community [X] ||| der [X][X] Union [X] ||| 0.0278341 1 ||| ||| 0.0666667
+of the [X][X] proposal [X] ||| der [X][X] Vorschlag [X] ||| 0.0278341 1 ||| ||| 0.0588235
+of [X][X] [X] ||| der [X][X] [X] ||| 0.0364048 1 ||| ||| 7.18525
+of [X][X] is [X] ||| der [X][X] [X] ||| 0.000774757 1 ||| ||| 7.18525
+of the [X][X] [X] ||| der [X][X] [X] ||| 0.0388935 1 ||| ||| 7.18525
+the [X][X] [X] ||| der [X][X] [X] ||| 0.606143 1 ||| ||| 7.18525
+the [X][X] is [X] ||| der [X][X] [X] ||| 0.00021521 1 ||| ||| 7.18525
+the [X][X] the [X] ||| der [X][X] [X] ||| 0.00129126 1 ||| ||| 7.18525
+of [X][X] is [X][X] [X] ||| der [X][X] [X][X] [X] ||| 0.0144063 1 ||| ||| 0.243299
+the [X][X] is [X][X] [X] ||| der [X][X] [X][X] [X] ||| 0.00580092 1 ||| ||| 0.243299
+the [X][X] the [X][X] [X] ||| der [X][X] [X][X] [X] ||| 0.00762687 1 ||| ||| 0.243299
+[X][X] the [X][X] [X] ||| der [X][X] [X][X] das [X] ||| 0.013917 1 ||| ||| 0.105263
+[X][X] to the [X][X] [X] ||| der [X][X] [X][X] das [X] ||| 0.013917 1 ||| ||| 0.105263
+the [X][X] to [X] ||| der [X][X] bei [X] ||| 0.0278341 1 ||| ||| 0.030303
+the [X][X] to [X][X] [X] ||| der [X][X] bei [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0163934
+the [X][X] to the President [X] ||| der [X][X] bei dem Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.0163934
+the [X][X] to the [X] ||| der [X][X] bei dem [X] ||| 0.0278341 1 ||| ||| 0.0204082
+the [X][X] television [X] ||| der [X][X] dem Fernsehen [X] ||| 0.0278341 1 ||| ||| 0.166667
+the [X][X] the President [X] ||| der [X][X] dem Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.0163934
+the [X][X] the [X] ||| der [X][X] dem [X] ||| 0.0278341 1 ||| ||| 0.0204082
+of the [X][X] the report [X] ||| der [X][X] den Bericht [X] ||| 0.0278341 1 ||| ||| 0.0714286
+of the [X][X] the [X] ||| der [X][X] den [X] ||| 0.0278341 1 ||| ||| 0.125
+of the [X][X] the [X][X] [X] ||| der [X][X] den [X][X] [X] ||| 0.0278341 1 ||| ||| 0.047619
+of [X][X] of the [X] ||| der [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0333333
+of the [X][X] a proposal [X] ||| der [X][X] ein Vorschlag [X] ||| 0.0278341 1 ||| ||| 0.0588235
+of the [X][X] a [X] ||| der [X][X] ein [X] ||| 0.0278341 1 ||| ||| 0.0769231
+of [X][X] a [X] ||| der [X][X] einen [X] ||| 0.0100899 1 ||| ||| 0.250784
+of [X][X] is a [X] ||| der [X][X] einen [X] ||| 0.0100899 1 ||| ||| 0.250784
+the [X][X] a [X] ||| der [X][X] einen [X] ||| 0.00382719 1 ||| ||| 0.250784
+the [X][X] is a [X] ||| der [X][X] einen [X] ||| 0.00382719 1 ||| ||| 0.250784
+of [X][X] a [X][X] [X] ||| der [X][X] einen [X][X] [X] ||| 0.010335 1 ||| ||| 0.189521
+of [X][X] is a [X][X] [X] ||| der [X][X] einen [X][X] [X] ||| 0.010335 1 ||| ||| 0.189521
+the [X][X] a [X][X] [X] ||| der [X][X] einen [X][X] [X] ||| 0.00358208 1 ||| ||| 0.189521
+the [X][X] is a [X][X] [X] ||| der [X][X] einen [X][X] [X] ||| 0.00358208 1 ||| ||| 0.189521
+of [X][X] a fundamental [X] ||| der [X][X] einen elementaren [X] ||| 0.00944371 1 ||| ||| 0.163743
+of [X][X] is a fundamental [X] ||| der [X][X] einen elementaren [X] ||| 0.00944371 1 ||| ||| 0.163743
+the [X][X] a fundamental [X] ||| der [X][X] einen elementaren [X] ||| 0.00447334 1 ||| ||| 0.163743
+the [X][X] is a fundamental [X] ||| der [X][X] einen elementaren [X] ||| 0.00447334 1 ||| ||| 0.163743
+of [X][X] a fundamental [X][X] [X] ||| der [X][X] einen elementaren [X][X] [X] ||| 0.0206699 1 ||| ||| 0.0947606
+the [X][X] a fundamental [X][X] [X] ||| der [X][X] einen elementaren [X][X] [X] ||| 0.00716415 1 ||| ||| 0.0947606
+of [X][X] fundamental legal principle [X] ||| der [X][X] elementaren Rechtsgrundsatz [X] ||| 0.0167823 1 ||| ||| 0.0614272
+the [X][X] fundamental legal principle [X] ||| der [X][X] elementaren Rechtsgrundsatz [X] ||| 0.0110518 1 ||| ||| 0.0614272
+of [X][X] fundamental [X] ||| der [X][X] elementaren [X] ||| 0.0188874 1 ||| ||| 0.0818714
+the [X][X] fundamental [X] ||| der [X][X] elementaren [X] ||| 0.00894667 1 ||| ||| 0.0818714
+of [X][X] fundamental [X][X] [X] ||| der [X][X] elementaren [X][X] [X] ||| 0.0206699 1 ||| ||| 0.0947606
+the [X][X] fundamental [X][X] [X] ||| der [X][X] elementaren [X][X] [X] ||| 0.00716415 1 ||| ||| 0.0947606
+[X][X] on [X] ||| der [X][X] im [X] ||| 0.0278341 1 ||| ||| 0.1
+the [X][X] is appealing . [X] ||| der [X][X] in Berufung geht . [X] ||| 0.0278341 1 ||| ||| 0.0909091
+the [X][X] is appealing [X] ||| der [X][X] in Berufung geht [X] ||| 0.0278341 1 ||| ||| 0.125
+the [X][X] [X] ||| der [X][X] in [X] ||| 0.0278341 1 ||| ||| 0.333333
+to [X][X] the [X][X] [X] ||| der [X][X] in [X][X] das [X] ||| 0.013917 1 ||| ||| 0.105263
+to [X][X] to the [X][X] [X] ||| der [X][X] in [X][X] das [X] ||| 0.013917 1 ||| ||| 0.105263
+the [X][X] relative stability [X] ||| der [X][X] relativen Stabilität [X] ||| 0.0172763 1 ||| ||| 0.146465
+the [X][X] relative stability is [X] ||| der [X][X] relativen Stabilität [X] ||| 0.0105578 1 ||| ||| 0.146465
+the [X][X] relative stability [X][X] [X] ||| der [X][X] relativen Stabilität [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0851888
+the [X][X] relative [X] ||| der [X][X] relativen [X] ||| 0.0278341 1 ||| ||| 0.166667
+the [X][X] relative [X][X] [X] ||| der [X][X] relativen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.140744
+the [X][X] relative [X][X] a [X] ||| der [X][X] relativen [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.0344828
+the [X][X] relative [X][X] fundamental [X] ||| der [X][X] relativen [X][X] elementaren [X] ||| 0.0278341 1 ||| ||| 0.0263158
+of the [X][X] and [X] ||| der [X][X] und [X] ||| 0.0278341 1 ||| ||| 0.111111
+of the [X][X] and [X][X] [X] ||| der [X][X] und [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0588235
+of the [X][X] and a [X] ||| der [X][X] und ein [X] ||| 0.0278341 1 ||| ||| 0.0769231
+the [X][X] represent , [X] ||| der [X][X] vertreten , [X] ||| 0.0278341 1 ||| ||| 0.0526316
+the [X][X] represent , [X][X] [X] ||| der [X][X] vertreten , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0368016
+the [X][X] represent , to [X] ||| der [X][X] vertreten , bei [X] ||| 0.0278341 1 ||| ||| 0.030303
+the [X][X] represent [X] ||| der [X][X] vertreten [X] ||| 0.0278341 1 ||| ||| 0.1
+the [X][X] represent [X][X] President [X] ||| der [X][X] vertreten [X][X] Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.0163934
+the [X][X] represent [X][X] [X] ||| der [X][X] vertreten [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0671046
+the [X][X] represent [X][X] the [X] ||| der [X][X] vertreten [X][X] dem [X] ||| 0.0278341 1 ||| ||| 0.0204082
+proposal [X][X] that [X] ||| der [X][X] vorschlägt , [X] ||| 0.0278341 1 ||| ||| 0.125
+proposal [X][X] [X] ||| der [X][X] vorschlägt [X] ||| 0.0278341 1 ||| ||| 0.166667
+of the common fisheries policy [X] ||| der gemeinsamen Fischereipolitik darstellt [X] ||| 0.0278341 1 ||| ||| 0.166667
+of the common [X] ||| der gemeinsamen [X] ||| 0.0278341 1 ||| ||| 0.5
+of the common [X][X] proposal [X] ||| der gemeinsamen [X][X] Vorschlag [X] ||| 0.0278341 1 ||| ||| 0.0588235
+of the common [X][X] [X] ||| der gemeinsamen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.413524
+of the common [X][X] a [X] ||| der gemeinsamen [X][X] ein [X] ||| 0.0278341 1 ||| ||| 0.0769231
+of the common [X][X] and [X] ||| der gemeinsamen [X][X] und [X] ||| 0.0278341 1 ||| ||| 0.111111
+the whole of the European [X] ||| der gesamten Europäischen [X] ||| 0.0278341 1 ||| ||| 0.111111
+the whole [X] ||| der gesamten [X] ||| 0.0151822 1 ||| ||| 1.83333
+the whole of [X] ||| der gesamten [X] ||| 0.00759112 1 ||| ||| 1.83333
+the whole of the [X] ||| der gesamten [X] ||| 0.00506074 1 ||| ||| 1.83333
+the whole [X][X] Community [X] ||| der gesamten [X][X] Union [X] ||| 0.013917 1 ||| ||| 0.133333
+the whole of [X][X] Community [X] ||| der gesamten [X][X] Union [X] ||| 0.013917 1 ||| ||| 0.133333
+the whole [X][X] [X] ||| der gesamten [X][X] [X] ||| 0.0117196 1 ||| ||| 0.422223
+the whole of [X][X] [X] ||| der gesamten [X][X] [X] ||| 0.0117196 1 ||| ||| 0.422223
+the whole of the [X][X] [X] ||| der gesamten [X][X] [X] ||| 0.00439485 1 ||| ||| 0.422223
+in paragraph 6 [X] ||| der in Absatz 6 [X] ||| 0.0278341 1 ||| ||| 0.25
+proposal in paragraph 6 that [X] ||| der in Absatz 6 vorschlägt , [X] ||| 0.0278341 1 ||| ||| 0.125
+proposal in paragraph 6 [X] ||| der in Absatz 6 vorschlägt [X] ||| 0.0278341 1 ||| ||| 0.166667
+in paragraph [X] ||| der in Absatz [X] ||| 0.0278341 1 ||| ||| 1
+in [X] ||| der in [X] ||| 0.0278341 1 ||| ||| 1
+in [X][X] [X] ||| der in [X][X] [X] ||| 0.0278341 1 ||| ||| 0.25
+proposal in [X][X] that [X] ||| der in [X][X] vorschlägt , [X] ||| 0.0278341 1 ||| ||| 0.125
+proposal in [X][X] [X] ||| der in [X][X] vorschlägt [X] ||| 0.0278341 1 ||| ||| 0.166667
+the last [X] ||| der letzten [X] ||| 0.0278341 1 ||| ||| 1
+of relative stability [X] ||| der relativen Stabilität [X] ||| 0.0214108 1 ||| ||| 0.866666
+of relative stability is [X] ||| der relativen Stabilität [X] ||| 0.00642326 1 ||| ||| 0.866666
+of relative stability [X][X] [X] ||| der relativen Stabilität [X][X] [X] ||| 0.0176082 1 ||| ||| 0.342761
+of relative stability is [X][X] [X] ||| der relativen Stabilität [X][X] [X] ||| 0.0102259 1 ||| ||| 0.342761
+of relative stability [X][X] fundamental [X] ||| der relativen Stabilität [X][X] elementaren [X] ||| 0.0278341 1 ||| ||| 0.0555556
+of relative stability is a [X] ||| der relativen Stabilität einen [X] ||| 0.0278341 1 ||| ||| 0.0909091
+of relative [X] ||| der relativen [X] ||| 0.241419 1 ||| ||| 2
+of relative [X][X] legal principle [X] ||| der relativen [X][X] Rechtsgrundsatz [X] ||| 0.0278341 1 ||| ||| 0.037037
+of relative [X][X] [X] ||| der relativen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.416835
+of relative [X][X] of the [X] ||| der relativen [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0333333
+of relative [X][X] a [X] ||| der relativen [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.0909091
+of relative [X][X] a [X][X] [X] ||| der relativen [X][X] einen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0703704
+of relative [X][X] a fundamental [X] ||| der relativen [X][X] einen elementaren [X] ||| 0.0278341 1 ||| ||| 0.0555556
+of relative [X][X] fundamental [X] ||| der relativen [X][X] elementaren [X] ||| 0.0278341 1 ||| ||| 0.0555556
+of relative [X][X] fundamental [X][X] [X] ||| der relativen [X][X] elementaren [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0703704
+initiative of the type [X] ||| derartige Initiative [X] ||| 0.0167004 1 ||| ||| 0.416667
+initiative of the type you [X] ||| derartige Initiative [X] ||| 0.0111337 1 ||| ||| 0.416667
+says that this [X] ||| derartige Strafen [X] ||| 0.0278341 1 ||| ||| 0.5
+of the type [X] ||| derartige [X] ||| 0.00347926 1 ||| ||| 8
+of the type you [X] ||| derartige [X] ||| 0.00347926 1 ||| ||| 8
+of the type you have [X] ||| derartige [X] ||| 0.00347926 1 ||| ||| 8
+that this [X] ||| derartige [X] ||| 0.00347926 1 ||| ||| 8
+the type [X] ||| derartige [X] ||| 0.00347926 1 ||| ||| 8
+the type you [X] ||| derartige [X] ||| 0.00347926 1 ||| ||| 8
+the type you have [X] ||| derartige [X] ||| 0.00347926 1 ||| ||| 8
+the type you have just [X] ||| derartige [X] ||| 0.00347926 1 ||| ||| 8
+[X][X] the type [X] ||| derartige [X][X] [X] ||| 0.0124365 1 ||| ||| 0.559524
+[X][X] the type you [X] ||| derartige [X][X] [X] ||| 0.00829102 1 ||| ||| 0.559524
+[X][X] the type you have [X] ||| derartige [X][X] [X] ||| 0.00710657 1 ||| ||| 0.559524
+of the European Parliament , [X] ||| des Europäischen Parlaments [X] ||| 0.0101215 1 ||| ||| 0.392857
+of the European Parliament [X] ||| des Europäischen Parlaments [X] ||| 0.0177126 1 ||| ||| 0.392857
+of the European [X] ||| des Europäischen [X] ||| 0.0278341 1 ||| ||| 0.5
+of the European [X][X] [X] ||| des Europäischen [X][X] [X] ||| 0.0154037 1 ||| ||| 1.3373
+of the European [X][X] a [X] ||| des Europäischen [X][X] [X] ||| 0.00231262 1 ||| ||| 1.3373
+of the European [X][X] been [X] ||| des Europäischen [X][X] [X] ||| 0.0026017 1 ||| ||| 1.3373
+of the European [X][X] date [X] ||| des Europäischen [X][X] [X] ||| 0.00231262 1 ||| ||| 1.3373
+of the European [X][X] has [X] ||| des Europäischen [X][X] [X] ||| 0.0026017 1 ||| ||| 1.3373
+of the European [X][X] set [X] ||| des Europäischen [X][X] [X] ||| 0.0026017 1 ||| ||| 1.3373
+the principle [X] ||| des Grundsatzes [X] ||| 0.0278341 1 ||| ||| 1
+the principle [X][X] stability [X] ||| des Grundsatzes [X][X] Stabilität [X] ||| 0.0278341 1 ||| ||| 0.0909091
+the principle [X][X] [X] ||| des Grundsatzes [X][X] [X] ||| 0.0278341 1 ||| ||| 0.257576
+the principle of [X] ||| des Grundsatzes der [X] ||| 0.0278341 1 ||| ||| 0.333333
+the principle of [X][X] [X] ||| des Grundsatzes der [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0909091
+the principle of relative stability [X] ||| des Grundsatzes der relativen Stabilität [X] ||| 0.0278341 1 ||| ||| 0.0909091
+the principle of relative [X] ||| des Grundsatzes der relativen [X] ||| 0.0278341 1 ||| ||| 0.166667
+Parliament 's [X] ||| des Parlaments [X] ||| 0.0278341 1 ||| ||| 1
+expressing Parliament 's [X] ||| des Parlaments zum [X] ||| 0.0278341 1 ||| ||| 0.5
+the condemned person [X] ||| des Verurteilten [X] ||| 0.0278341 1 ||| ||| 0.5
+of [X] ||| des [X] ||| 0.00695852 1 ||| ||| 4
+of the [X] ||| des [X] ||| 0.00695852 1 ||| ||| 4
+the [X] ||| des [X] ||| 0.120709 1 ||| ||| 4
+the [X][X] stability [X] ||| des [X][X] Stabilität [X] ||| 0.0278341 1 ||| ||| 0.0909091
+of the [X][X] , [X] ||| des [X][X] [X] ||| 0.00116324 1 ||| ||| 3.41829
+of the [X][X] , a [X] ||| des [X][X] [X] ||| 0.000904743 1 ||| ||| 3.41829
+of the [X][X] [X] ||| des [X][X] [X] ||| 0.00806191 1 ||| ||| 3.41829
+of the [X][X] a [X] ||| des [X][X] [X] ||| 0.000904743 1 ||| ||| 3.41829
+of the [X][X] a date [X] ||| des [X][X] [X] ||| 0.000904743 1 ||| ||| 3.41829
+of the [X][X] been [X] ||| des [X][X] [X] ||| 0.00101784 1 ||| ||| 3.41829
+of the [X][X] been set [X] ||| des [X][X] [X] ||| 0.00101784 1 ||| ||| 3.41829
+of the [X][X] date [X] ||| des [X][X] [X] ||| 0.000904743 1 ||| ||| 3.41829
+of the [X][X] date has [X] ||| des [X][X] [X] ||| 0.00101784 1 ||| ||| 3.41829
+of the [X][X] has [X] ||| des [X][X] [X] ||| 0.00101784 1 ||| ||| 3.41829
+of the [X][X] has been [X] ||| des [X][X] [X] ||| 0.00101784 1 ||| ||| 3.41829
+of the [X][X] set [X] ||| des [X][X] [X] ||| 0.00101784 1 ||| ||| 3.41829
+the [X][X] [X] ||| des [X][X] [X] ||| 0.0770461 1 ||| ||| 3.41829
+the [X][X] relative stability [X] ||| des [X][X] relativen Stabilität [X] ||| 0.0278341 1 ||| ||| 0.0909091
+the [X][X] relative [X] ||| des [X][X] relativen [X] ||| 0.0278341 1 ||| ||| 0.166667
+of last [X] ||| des vergangenen [X] ||| 0.0278341 1 ||| ||| 1
+it clear [X] ||| deutlich [X] ||| 0.0278341 1 ||| ||| 1
+made it clear that [X] ||| deutlich gemacht hat , daß [X] ||| 0.0278341 1 ||| ||| 0.333333
+made it clear that [X][X] [X] ||| deutlich gemacht hat , daß [X][X] [X] ||| 0.0278341 1 ||| ||| 0.251166
+made it clear [X] ||| deutlich gemacht hat [X] ||| 0.0278341 1 ||| ||| 0.5
+made it clear [X][X] , [X] ||| deutlich gemacht hat [X][X] [X] ||| 0.00652593 1 ||| ||| 0.328089
+made it clear [X][X] [X] ||| deutlich gemacht hat [X][X] [X] ||| 0.0213082 1 ||| ||| 0.328089
+made it clear [X][X] access [X] ||| deutlich gemacht hat [X][X] der Zugang [X] ||| 0.0278341 1 ||| ||| 0.0909091
+the execution [X] ||| die Hinrichtung [X] ||| 0.0278341 1 ||| ||| 1
+the execution [X][X] [X] ||| die Hinrichtung [X][X] [X] ||| 0.0278341 1 ||| ||| 0.25
+the execution of a [X] ||| die Hinrichtung eines [X] ||| 0.0278341 1 ||| ||| 0.25
+you [X] ||| die Sie [X] ||| 0.0278341 1 ||| ||| 1
+you [X][X] Governor [X] ||| die Sie [X][X] Gouverneur [X] ||| 0.00927803 1 ||| ||| 0.0357144
+you [X][X] the Governor [X] ||| die Sie [X][X] Gouverneur [X] ||| 0.00927803 1 ||| ||| 0.0357144
+you [X][X] to the Governor [X] ||| die Sie [X][X] Gouverneur [X] ||| 0.00927803 1 ||| ||| 0.0357144
+you [X][X] President [X] ||| die Sie [X][X] Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.037037
+you [X][X] President [X][X] Governor [X] ||| die Sie [X][X] Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 0.0278341 1 ||| ||| 0.0119048
+you [X][X] President [X][X] [X] ||| die Sie [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 0.0205588 1 ||| ||| 0.0617067
+you [X][X] President [X][X] the [X] ||| die Sie [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 0.00727532 1 ||| ||| 0.0617067
+you [X][X] President and [X] ||| die Sie [X][X] Präsidentschaftskandidaten und [X] ||| 0.0158654 1 ||| ||| 0.0407997
+you [X][X] President and to [X] ||| die Sie [X][X] Präsidentschaftskandidaten und [X] ||| 0.0119687 1 ||| ||| 0.0407997
+you [X][X] President and [X][X] [X] ||| die Sie [X][X] Präsidentschaftskandidaten und [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0119048
+you [X][X] [X] ||| die Sie [X][X] [X] ||| 0.0255135 1 ||| ||| 0.597339
+you [X][X] the [X] ||| die Sie [X][X] [X] ||| 0.00075156 1 ||| ||| 0.597339
+you [X][X] to [X] ||| die Sie [X][X] [X] ||| 0.00081749 1 ||| ||| 0.597339
+you [X][X] to the [X] ||| die Sie [X][X] [X] ||| 0.00075156 1 ||| ||| 0.597339
+you [X][X] to [X][X] [X] ||| die Sie [X][X] [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0119048
+you [X][X] to [X] ||| die Sie [X][X] bei [X] ||| 0.0278341 1 ||| ||| 0.125
+you [X][X] to [X][X] Governor [X] ||| die Sie [X][X] bei [X][X] Gouverneur [X] ||| 0.0278341 1 ||| ||| 0.0119048
+you [X][X] to [X][X] [X] ||| die Sie [X][X] bei [X][X] [X] ||| 0.0211175 1 ||| ||| 0.139544
+you [X][X] to [X][X] the [X] ||| die Sie [X][X] bei [X][X] [X] ||| 0.00321717 1 ||| ||| 0.139544
+you [X][X] to [X][X] to [X] ||| die Sie [X][X] bei [X][X] [X] ||| 0.00349939 1 ||| ||| 0.139544
+you [X][X] to [X][X] and [X] ||| die Sie [X][X] bei [X][X] und [X] ||| 0.0278341 1 ||| ||| 0.0232558
+you [X][X] to the President [X] ||| die Sie [X][X] bei dem Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.037037
+you [X][X] to the [X] ||| die Sie [X][X] bei dem [X] ||| 0.0278341 1 ||| ||| 0.0666667
+you [X][X] to the [X][X] [X] ||| die Sie [X][X] bei dem [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0688335
+you [X][X] the President [X] ||| die Sie [X][X] dem Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.037037
+you [X][X] the President [X][X] [X] ||| die Sie [X][X] dem Präsidentschaftskandidaten [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0455777
+you [X][X] the President and [X] ||| die Sie [X][X] dem Präsidentschaftskandidaten und [X] ||| 0.0278341 1 ||| ||| 0.0232558
+you [X][X] the [X] ||| die Sie [X][X] dem [X] ||| 0.0278341 1 ||| ||| 0.0666667
+you [X][X] the [X][X] Governor [X] ||| die Sie [X][X] dem [X][X] Gouverneur [X] ||| 0.0278341 1 ||| ||| 0.0119048
+you [X][X] the [X][X] [X] ||| die Sie [X][X] dem [X][X] [X] ||| 0.0186907 1 ||| ||| 0.102506
+you [X][X] the [X][X] the [X] ||| die Sie [X][X] dem [X][X] [X] ||| 0.00437959 1 ||| ||| 0.102506
+you [X][X] the [X][X] to [X] ||| die Sie [X][X] dem [X][X] [X] ||| 0.00476379 1 ||| ||| 0.102506
+you [X][X] and [X] ||| die Sie [X][X] und [X] ||| 0.0113704 1 ||| ||| 0.0569287
+you [X][X] and to [X] ||| die Sie [X][X] und [X] ||| 0.00857772 1 ||| ||| 0.0569287
+you [X][X] and to the [X] ||| die Sie [X][X] und [X] ||| 0.00788594 1 ||| ||| 0.0569287
+you [X][X] and [X][X] [X] ||| die Sie [X][X] und [X][X] [X] ||| 0.013917 1 ||| ||| 0.0238096
+you [X][X] and to [X][X] [X] ||| die Sie [X][X] und [X][X] [X] ||| 0.013917 1 ||| ||| 0.0238096
+you represent , [X] ||| die Sie vertreten , [X] ||| 0.0278341 1 ||| ||| 0.25
+you represent , [X][X] Governor [X] ||| die Sie vertreten , [X][X] Gouverneur [X] ||| 0.0278341 1 ||| ||| 0.0119048
+you represent , [X][X] President [X] ||| die Sie vertreten , [X][X] Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.037037
+you represent , [X][X] [X] ||| die Sie vertreten , [X][X] [X] ||| 0.023289 1 ||| ||| 0.20621
+you represent , [X][X] the [X] ||| die Sie vertreten , [X][X] [X] ||| 0.00217708 1 ||| ||| 0.20621
+you represent , [X][X] to [X] ||| die Sie vertreten , [X][X] [X] ||| 0.00236807 1 ||| ||| 0.20621
+you represent , [X][X] and [X] ||| die Sie vertreten , [X][X] und [X] ||| 0.0278341 1 ||| ||| 0.0232558
+you represent , to [X] ||| die Sie vertreten , bei [X] ||| 0.0278341 1 ||| ||| 0.125
+you represent , to [X][X] [X] ||| die Sie vertreten , bei [X][X] [X] ||| 0.0278341 1 ||| ||| 0.105871
+you represent , to the [X] ||| die Sie vertreten , bei dem [X] ||| 0.0278341 1 ||| ||| 0.0666667
+you represent [X] ||| die Sie vertreten [X] ||| 0.0278341 1 ||| ||| 1
+you represent [X][X] Governor [X] ||| die Sie vertreten [X][X] Gouverneur [X] ||| 0.013917 1 ||| ||| 0.0238096
+you represent [X][X] the Governor [X] ||| die Sie vertreten [X][X] Gouverneur [X] ||| 0.013917 1 ||| ||| 0.0238096
+you represent [X][X] President [X] ||| die Sie vertreten [X][X] Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.037037
+you represent [X][X] President [X][X] [X] ||| die Sie vertreten [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0455777
+you represent [X][X] President and [X] ||| die Sie vertreten [X][X] Präsidentschaftskandidaten und [X] ||| 0.0278341 1 ||| ||| 0.0232558
+you represent [X][X] [X] ||| die Sie vertreten [X][X] [X] ||| 0.0238432 1 ||| ||| 0.347339
+you represent [X][X] the [X] ||| die Sie vertreten [X][X] [X] ||| 0.0012925 1 ||| ||| 0.347339
+you represent [X][X] to [X] ||| die Sie vertreten [X][X] [X] ||| 0.00140589 1 ||| ||| 0.347339
+you represent [X][X] to the [X] ||| die Sie vertreten [X][X] [X] ||| 0.0012925 1 ||| ||| 0.347339
+you represent [X][X] to [X][X] [X] ||| die Sie vertreten [X][X] [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0119048
+you represent [X][X] the President [X] ||| die Sie vertreten [X][X] dem Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.037037
+you represent [X][X] the [X] ||| die Sie vertreten [X][X] dem [X] ||| 0.0278341 1 ||| ||| 0.0666667
+you represent [X][X] the [X][X] [X] ||| die Sie vertreten [X][X] dem [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0688335
+you represent [X][X] and [X] ||| die Sie vertreten [X][X] und [X] ||| 0.0158654 1 ||| ||| 0.0407997
+you represent [X][X] and to [X] ||| die Sie vertreten [X][X] und [X] ||| 0.0119687 1 ||| ||| 0.0407997
+you represent [X][X] and [X][X] [X] ||| die Sie vertreten [X][X] und [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0119048
+the [X] ||| die [X] ||| 0.00695852 1 ||| ||| 4
+which [X] ||| die [X] ||| 0.43128 1 ||| ||| 4
+[X][X] , [X] ||| die [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.25
+[X][X] , [X][X] Governor [X] ||| die [X][X] , [X][X] Gouverneur [X] ||| 0.013917 1 ||| ||| 0.0238096
+[X][X] , [X][X] the Governor [X] ||| die [X][X] , [X][X] Gouverneur [X] ||| 0.013917 1 ||| ||| 0.0238096
+[X][X] , [X][X] President [X] ||| die [X][X] , [X][X] Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.037037
+[X][X] , [X][X] President and [X] ||| die [X][X] , [X][X] Präsidentschaftskandidaten und [X] ||| 0.0278341 1 ||| ||| 0.0232558
+[X][X] , [X][X] [X] ||| die [X][X] , [X][X] [X] ||| 0.0215995 1 ||| ||| 0.222339
+[X][X] , [X][X] the [X] ||| die [X][X] , [X][X] [X] ||| 0.00201915 1 ||| ||| 0.222339
+[X][X] , [X][X] to [X] ||| die [X][X] , [X][X] [X] ||| 0.00219628 1 ||| ||| 0.222339
+[X][X] , [X][X] to the [X] ||| die [X][X] , [X][X] [X] ||| 0.00201915 1 ||| ||| 0.222339
+[X][X] , [X][X] and [X] ||| die [X][X] , [X][X] und [X] ||| 0.0158654 1 ||| ||| 0.0407997
+[X][X] , [X][X] and to [X] ||| die [X][X] , [X][X] und [X] ||| 0.0119687 1 ||| ||| 0.0407997
+[X][X] , to [X] ||| die [X][X] , bei [X] ||| 0.0278341 1 ||| ||| 0.125
+[X][X] , to [X][X] Governor [X] ||| die [X][X] , bei [X][X] Gouverneur [X] ||| 0.0278341 1 ||| ||| 0.0119048
+[X][X] , to [X][X] [X] ||| die [X][X] , bei [X][X] [X] ||| 0.0211175 1 ||| ||| 0.139544
+[X][X] , to [X][X] the [X] ||| die [X][X] , bei [X][X] [X] ||| 0.00321717 1 ||| ||| 0.139544
+[X][X] , to [X][X] to [X] ||| die [X][X] , bei [X][X] [X] ||| 0.00349939 1 ||| ||| 0.139544
+[X][X] , to [X][X] and [X] ||| die [X][X] , bei [X][X] und [X] ||| 0.0278341 1 ||| ||| 0.0232558
+[X][X] , to the President [X] ||| die [X][X] , bei dem Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.037037
+[X][X] , to the [X] ||| die [X][X] , bei dem [X] ||| 0.0278341 1 ||| ||| 0.0666667
+[X][X] , to the [X][X] [X] ||| die [X][X] , bei dem [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0688335
+[X][X] . [X] ||| die [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.05
+[X][X] Governor [X] ||| die [X][X] Gouverneur [X] ||| 0.00927803 1 ||| ||| 0.0357144
+[X][X] the Governor [X] ||| die [X][X] Gouverneur [X] ||| 0.00927803 1 ||| ||| 0.0357144
+[X][X] to the Governor [X] ||| die [X][X] Gouverneur [X] ||| 0.00927803 1 ||| ||| 0.0357144
+[X][X] President [X] ||| die [X][X] Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.037037
+[X][X] President [X][X] Governor [X] ||| die [X][X] Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 0.013917 1 ||| ||| 0.0238096
+[X][X] President [X][X] the Governor [X] ||| die [X][X] Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 0.013917 1 ||| ||| 0.0238096
+[X][X] President [X][X] [X] ||| die [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 0.0205588 1 ||| ||| 0.0617067
+[X][X] President [X][X] the [X] ||| die [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 0.00727532 1 ||| ||| 0.0617067
+[X][X] President and [X] ||| die [X][X] Präsidentschaftskandidaten und [X] ||| 0.0113704 1 ||| ||| 0.0569287
+[X][X] President and to [X] ||| die [X][X] Präsidentschaftskandidaten und [X] ||| 0.00857772 1 ||| ||| 0.0569287
+[X][X] President and to the [X] ||| die [X][X] Präsidentschaftskandidaten und [X] ||| 0.00788594 1 ||| ||| 0.0569287
+[X][X] President and [X][X] [X] ||| die [X][X] Präsidentschaftskandidaten und [X][X] [X] ||| 0.013917 1 ||| ||| 0.0238096
+[X][X] President and to [X][X] [X] ||| die [X][X] Präsidentschaftskandidaten und [X][X] [X] ||| 0.013917 1 ||| ||| 0.0238096
+the [X][X] [X] ||| die [X][X] [X] ||| 0.00673406 1 ||| ||| 1.03333
+which [X][X] [X] ||| die [X][X] [X] ||| 0.0211 1 ||| ||| 1.03333
+[X][X] has [X][X] . [X] ||| die [X][X] [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.05
+[X][X] to [X] ||| die [X][X] bei [X] ||| 0.0278341 1 ||| ||| 0.125
+[X][X] to [X][X] Governor [X] ||| die [X][X] bei [X][X] Gouverneur [X] ||| 0.013917 1 ||| ||| 0.0238096
+[X][X] to [X][X] the Governor [X] ||| die [X][X] bei [X][X] Gouverneur [X] ||| 0.013917 1 ||| ||| 0.0238096
+[X][X] to [X][X] [X] ||| die [X][X] bei [X][X] [X] ||| 0.0189296 1 ||| ||| 0.155673
+[X][X] to [X][X] the [X] ||| die [X][X] bei [X][X] [X] ||| 0.00288384 1 ||| ||| 0.155673
+[X][X] to [X][X] to [X] ||| die [X][X] bei [X][X] [X] ||| 0.00313683 1 ||| ||| 0.155673
+[X][X] to [X][X] to the [X] ||| die [X][X] bei [X][X] [X] ||| 0.00288384 1 ||| ||| 0.155673
+[X][X] to [X][X] and [X] ||| die [X][X] bei [X][X] und [X] ||| 0.0158654 1 ||| ||| 0.0407997
+[X][X] to [X][X] and to [X] ||| die [X][X] bei [X][X] und [X] ||| 0.0119687 1 ||| ||| 0.0407997
+[X][X] to the President [X] ||| die [X][X] bei dem Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.037037
+[X][X] to the President [X][X] [X] ||| die [X][X] bei dem Präsidentschaftskandidaten [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0455777
+[X][X] to the President and [X] ||| die [X][X] bei dem Präsidentschaftskandidaten und [X] ||| 0.0278341 1 ||| ||| 0.0232558
+[X][X] to the [X] ||| die [X][X] bei dem [X] ||| 0.0278341 1 ||| ||| 0.0666667
+[X][X] to the [X][X] Governor [X] ||| die [X][X] bei dem [X][X] Gouverneur [X] ||| 0.0278341 1 ||| ||| 0.0119048
+[X][X] to the [X][X] [X] ||| die [X][X] bei dem [X][X] [X] ||| 0.0186907 1 ||| ||| 0.102506
+[X][X] to the [X][X] the [X] ||| die [X][X] bei dem [X][X] [X] ||| 0.00437959 1 ||| ||| 0.102506
+[X][X] to the [X][X] to [X] ||| die [X][X] bei dem [X][X] [X] ||| 0.00476379 1 ||| ||| 0.102506
+[X][X] the President [X] ||| die [X][X] dem Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.037037
+[X][X] the President [X][X] Governor [X] ||| die [X][X] dem Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 0.0278341 1 ||| ||| 0.0119048
+[X][X] the President [X][X] [X] ||| die [X][X] dem Präsidentschaftskandidaten [X][X] [X] ||| 0.0205588 1 ||| ||| 0.0617067
+[X][X] the President [X][X] the [X] ||| die [X][X] dem Präsidentschaftskandidaten [X][X] [X] ||| 0.00727532 1 ||| ||| 0.0617067
+[X][X] the President and [X] ||| die [X][X] dem Präsidentschaftskandidaten und [X] ||| 0.0158654 1 ||| ||| 0.0407997
+[X][X] the President and to [X] ||| die [X][X] dem Präsidentschaftskandidaten und [X] ||| 0.0119687 1 ||| ||| 0.0407997
+[X][X] the President and [X][X] [X] ||| die [X][X] dem Präsidentschaftskandidaten und [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0119048
+[X][X] the [X] ||| die [X][X] dem [X] ||| 0.0278341 1 ||| ||| 0.0666667
+[X][X] the [X][X] Governor [X] ||| die [X][X] dem [X][X] Gouverneur [X] ||| 0.013917 1 ||| ||| 0.0238096
+[X][X] the [X][X] the Governor [X] ||| die [X][X] dem [X][X] Gouverneur [X] ||| 0.013917 1 ||| ||| 0.0238096
+[X][X] the [X][X] [X] ||| die [X][X] dem [X][X] [X] ||| 0.0161496 1 ||| ||| 0.118635
+[X][X] the [X][X] the [X] ||| die [X][X] dem [X][X] [X] ||| 0.00378417 1 ||| ||| 0.118635
+[X][X] the [X][X] to [X] ||| die [X][X] dem [X][X] [X] ||| 0.00411613 1 ||| ||| 0.118635
+[X][X] the [X][X] to the [X] ||| die [X][X] dem [X][X] [X] ||| 0.00378417 1 ||| ||| 0.118635
+[X][X] always [X] ||| die [X][X] immer [X] ||| 0.013917 1 ||| ||| 0.333334
+[X][X] has always [X] ||| die [X][X] immer [X] ||| 0.013917 1 ||| ||| 0.333334
+[X][X] always [X][X] [X] ||| die [X][X] immer [X][X] [X] ||| 0.0139171 1 ||| ||| 0.1
+[X][X] has always [X][X] [X] ||| die [X][X] immer [X][X] [X] ||| 0.0139171 1 ||| ||| 0.1
+[X][X] always adopted . [X] ||| die [X][X] immer vertreten haben . [X] ||| 0.0139171 1 ||| ||| 0.1
+[X][X] has always adopted . [X] ||| die [X][X] immer vertreten haben . [X] ||| 0.0139171 1 ||| ||| 0.1
+[X][X] always adopted [X] ||| die [X][X] immer vertreten haben [X] ||| 0.0139171 1 ||| ||| 0.2
+[X][X] has always adopted [X] ||| die [X][X] immer vertreten haben [X] ||| 0.0139171 1 ||| ||| 0.2
+which [X][X] annually [X] ||| die [X][X] jährlich [X] ||| 0.0278341 1 ||| ||| 0.25
+which fail to meet [X][X] [X] ||| die [X][X] nicht erfüllen , [X] ||| 0.0278341 1 ||| ||| 0.2
+[X][X] and to the Governor [X] ||| die [X][X] und Gouverneur [X] ||| 0.0278341 1 ||| ||| 0.0119048
+[X][X] and [X] ||| die [X][X] und [X] ||| 0.0113704 1 ||| ||| 0.0569287
+[X][X] and to [X] ||| die [X][X] und [X] ||| 0.00857772 1 ||| ||| 0.0569287
+[X][X] and to the [X] ||| die [X][X] und [X] ||| 0.00788594 1 ||| ||| 0.0569287
+[X][X] and [X][X] [X] ||| die [X][X] und [X][X] [X] ||| 0.013917 1 ||| ||| 0.0238096
+[X][X] and to [X][X] [X] ||| die [X][X] und [X][X] [X] ||| 0.013917 1 ||| ||| 0.0238096
+[X][X] adopted . [X] ||| die [X][X] vertreten haben . [X] ||| 0.0278341 1 ||| ||| 0.05
+[X][X] adopted [X] ||| die [X][X] vertreten haben [X] ||| 0.0278341 1 ||| ||| 0.1
+this year ' s first [X] ||| die erste diesjährige [X] ||| 0.0278341 1 ||| ||| 1
+which I [X] ||| die ich [X] ||| 0.0278341 1 ||| ||| 1
+which [X][X] their fleet [X][X] [X] ||| die ihr Soll [X][X] [X][X] [X] ||| 0.0278341 1 ||| ||| 0.2
+which [X][X] their [X][X] [X] ||| die ihr [X][X] [X][X] [X] ||| 0.0278341 1 ||| ||| 0.2
+which [X][X] their [X][X] annually [X] ||| die ihr [X][X] [X][X] jährlich [X] ||| 0.0278341 1 ||| ||| 0.25
+which fail [X][X] their [X][X] [X] ||| die ihr [X][X] nicht [X][X] [X] ||| 0.0278341 1 ||| ||| 0.2
+which [X] ||| die von [X] ||| 0.0278341 1 ||| ||| 1
+which [X][X] [X] ||| die von [X][X] [X] ||| 0.0278341 1 ||| ||| 0.333333
+which many [X] ||| die von vielen [X] ||| 0.0208756 1 ||| ||| 1.33333
+which many people [X] ||| die von vielen [X] ||| 0.00695852 1 ||| ||| 1.33333
+this House [X] ||| die wir als Parlament [X] ||| 0.013917 1 ||| ||| 2
+this House has [X] ||| die wir als Parlament [X] ||| 0.013917 1 ||| ||| 2
+this House [X][X] . [X] ||| die wir als Parlament [X][X] . [X] ||| 0.0139171 1 ||| ||| 0.1
+this House has [X][X] . [X] ||| die wir als Parlament [X][X] . [X] ||| 0.0139171 1 ||| ||| 0.1
+this House [X][X] [X] ||| die wir als Parlament [X][X] [X] ||| 0.0188874 1 ||| ||| 0.466667
+this House has [X][X] [X] ||| die wir als Parlament [X][X] [X] ||| 0.00894667 1 ||| ||| 0.466667
+this House [X][X] adopted . [X] ||| die wir als Parlament [X][X] vertreten haben . [X] ||| 0.0278341 1 ||| ||| 0.05
+this House [X][X] adopted [X] ||| die wir als Parlament [X][X] vertreten haben [X] ||| 0.0278341 1 ||| ||| 0.1
+this House has always [X] ||| die wir als Parlament immer [X] ||| 0.0278341 1 ||| ||| 0.166667
+this House has always [X][X] [X] ||| die wir als Parlament immer [X][X] [X] ||| 0.0278341 1 ||| ||| 0.05
+this House has always adopted [X] ||| die wir als Parlament immer vertreten haben [X] ||| 0.0278341 1 ||| ||| 0.1
+this [X] ||| dies [X] ||| 0.241419 1 ||| ||| 2
+this question [X] ||| diese Frage [X] ||| 0.0278341 1 ||| ||| 1
+raise this question , [X] ||| diese Frage ansprechen , [X] ||| 0.0278341 1 ||| ||| 0.333333
+raise this question , [X][X] [X] ||| diese Frage ansprechen , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.23254
+raise this question , i.e. [X] ||| diese Frage ansprechen , d. h. [X] ||| 0.0278341 1 ||| ||| 0.2
+raise this question [X] ||| diese Frage ansprechen [X] ||| 0.0278341 1 ||| ||| 0.5
+raise this question [X][X] [X] ||| diese Frage ansprechen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.43254
+raise this question [X][X] on [X] ||| diese Frage ansprechen [X][X] am [X] ||| 0.0278341 1 ||| ||| 0.111111
+raise this question [X][X] to [X] ||| diese Frage ansprechen [X][X] zu [X] ||| 0.0278341 1 ||| ||| 0.05
+this [X] ||| diese [X] ||| 0.0278341 1 ||| ||| 1
+[X][X] of a [X] ||| dieser Woche [X][X] eines [X] ||| 0.0278341 1 ||| ||| 0.166667
+the execution [X] ||| dieser Woche die Hinrichtung [X] ||| 0.0278341 1 ||| ||| 1
+the execution [X][X] [X] ||| dieser Woche die Hinrichtung [X][X] [X] ||| 0.0278341 1 ||| ||| 0.166667
+the execution of a [X] ||| dieser Woche die Hinrichtung eines [X] ||| 0.0278341 1 ||| ||| 0.166667
+the [X] ||| dieser Woche die [X] ||| 0.0278341 1 ||| ||| 1
+the [X][X] [X] ||| dieser Woche die [X][X] [X] ||| 0.0278341 1 ||| ||| 0.166667
+a [X] ||| dieser [X] ||| 0.0278341 1 ||| ||| 1
+a [X][X] situation [X] ||| dieser [X][X] Situation [X] ||| 0.0278341 1 ||| ||| 0.166667
+a [X][X] [X] ||| dieser [X][X] [X] ||| 0.0278341 1 ||| ||| 0.5
+[X][X] of a [X] ||| dieser [X][X] eines [X] ||| 0.0278341 1 ||| ||| 0.166667
+a very [X] ||| dieser sehr [X] ||| 0.0278341 1 ||| ||| 1
+a very [X][X] [X] ||| dieser sehr [X][X] [X] ||| 0.0278341 1 ||| ||| 0.166667
+a very difficult situation [X] ||| dieser sehr schwierigen Situation [X] ||| 0.0278341 1 ||| ||| 0.166667
+a very difficult [X] ||| dieser sehr schwierigen [X] ||| 0.0278341 1 ||| ||| 0.333333
+this Parliament [X] ||| dieses Parlament [X] ||| 0.0278341 1 ||| ||| 1
+this Parliament [X][X] . [X] ||| dieses Parlament [X][X] . [X] ||| 0.013917 1 ||| ||| 0.125
+this Parliament [X][X] interest . [X] ||| dieses Parlament [X][X] . [X] ||| 0.013917 1 ||| ||| 0.125
+this Parliament [X][X] [X] ||| dieses Parlament [X][X] [X] ||| 0.0165743 1 ||| ||| 0.724116
+this Parliament [X][X] an [X] ||| dieses Parlament [X][X] [X] ||| 0.00427096 1 ||| ||| 0.724116
+this Parliament [X][X] an interest [X] ||| dieses Parlament [X][X] [X] ||| 0.00349443 1 ||| ||| 0.724116
+this Parliament [X][X] interest [X] ||| dieses Parlament [X][X] [X] ||| 0.00349443 1 ||| ||| 0.724116
+this Parliament [X][X] an [X][X] [X] ||| dieses Parlament [X][X] [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0625
+this Parliament has [X][X] . [X] ||| dieses Parlament [X][X] hat . [X] ||| 0.0278341 1 ||| ||| 0.0625
+this Parliament has [X][X] [X] ||| dieses Parlament [X][X] hat [X] ||| 0.0179813 1 ||| ||| 0.570707
+this Parliament has [X][X] an [X] ||| dieses Parlament [X][X] hat [X] ||| 0.00541902 1 ||| ||| 0.570707
+this Parliament has [X][X] interest [X] ||| dieses Parlament [X][X] hat [X] ||| 0.00443375 1 ||| ||| 0.570707
+this Parliament has consistently shown [X] ||| dieses Parlament immer wieder befaßt hat [X] ||| 0.0278341 1 ||| ||| 0.166667
+this [X] ||| dieses [X] ||| 0.0278341 1 ||| ||| 1
+this [X][X] . [X] ||| dieses [X][X] . [X] ||| 0.00927803 1 ||| ||| 0.1875
+this [X][X] an interest . [X] ||| dieses [X][X] . [X] ||| 0.00927803 1 ||| ||| 0.1875
+this [X][X] interest . [X] ||| dieses [X][X] . [X] ||| 0.00927803 1 ||| ||| 0.1875
+this [X][X] [X] ||| dieses [X][X] [X] ||| 0.0165743 1 ||| ||| 0.724116
+this [X][X] an [X] ||| dieses [X][X] [X] ||| 0.00427096 1 ||| ||| 0.724116
+this [X][X] an interest [X] ||| dieses [X][X] [X] ||| 0.00349443 1 ||| ||| 0.724116
+this [X][X] interest [X] ||| dieses [X][X] [X] ||| 0.00349443 1 ||| ||| 0.724116
+this [X][X] an [X][X] [X] ||| dieses [X][X] [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0625
+entirely [X] ||| durchaus [X] ||| 0.0278341 1 ||| ||| 1
+would be entirely appropriate . [X] ||| durchaus angebracht ist . [X] ||| 0.0278341 1 ||| ||| 0.5
+suggested would be entirely appropriate [X] ||| durchaus angebracht ist [X] ||| 0.013917 1 ||| ||| 2
+would be entirely appropriate [X] ||| durchaus angebracht ist [X] ||| 0.013917 1 ||| ||| 2
+something [X] ||| ein Dokument [X] ||| 0.0278341 1 ||| ||| 1
+a proposal to subvert it [X] ||| ein Vorschlag , diesen zu unterlaufen , [X] ||| 0.0278341 1 ||| ||| 0.166667
+a proposal to subvert it [X] ||| ein Vorschlag , diesen zu unterlaufen [X] ||| 0.0278341 1 ||| ||| 0.25
+a proposal [X] ||| ein Vorschlag [X] ||| 0.0278341 1 ||| ||| 1
+a proposal [X][X] [X] ||| ein Vorschlag [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.166667
+a proposal [X][X] [X] ||| ein Vorschlag [X][X] [X] ||| 0.0278341 1 ||| ||| 0.5
+a [X] ||| ein [X] ||| 0.160946 1 ||| ||| 3
+something [X] ||| ein [X] ||| 0.00927803 1 ||| ||| 3
+a [X][X] [X] ||| ein [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.166667
+a [X][X] would be [X][X] [X] ||| ein [X][X] , [X][X] wäre [X] ||| 0.0278341 1 ||| ||| 0.0833333
+a [X][X] [X] ||| ein [X][X] [X] ||| 0.0278341 1 ||| ||| 0.5
+a [X][X] would be [X][X] [X] ||| ein [X][X] [X][X] wäre [X] ||| 0.0278341 1 ||| ||| 0.166667
+a legal [X] ||| ein juristischer [X] ||| 0.0278341 1 ||| ||| 1
+something that [X] ||| eine Angelegenheit , die [X] ||| 0.0185561 1 ||| ||| 1.5
+to something that [X] ||| eine Angelegenheit , die [X] ||| 0.00927803 1 ||| ||| 1.5
+something [X] ||| eine Angelegenheit [X] ||| 0.013917 1 ||| ||| 2
+to something [X] ||| eine Angelegenheit [X] ||| 0.013917 1 ||| ||| 2
+advice [X] ||| eine Auskunft [X] ||| 0.0278341 1 ||| ||| 1
+advice [X][X] 143 [X] ||| eine Auskunft [X][X] 143 [X] ||| 0.0278341 1 ||| ||| 0.125
+advice [X][X] 143 concerning [X] ||| eine Auskunft [X][X] 143 im Zusammenhang mit der [X] ||| 0.0278341 1 ||| ||| 0.0666667
+advice [X][X] [X] ||| eine Auskunft [X][X] [X] ||| 0.0278341 1 ||| ||| 0.441667
+advice [X][X] concerning [X] ||| eine Auskunft [X][X] im Zusammenhang mit der [X] ||| 0.0278341 1 ||| ||| 0.0666667
+advice about Rule 143 [X] ||| eine Auskunft zu Artikel 143 [X] ||| 0.0278341 1 ||| ||| 0.125
+advice about Rule 143 concerning [X] ||| eine Auskunft zu Artikel 143 im Zusammenhang mit der [X] ||| 0.0278341 1 ||| ||| 0.0666667
+advice about Rule [X] ||| eine Auskunft zu Artikel [X] ||| 0.0278341 1 ||| ||| 0.25
+advice about Rule [X][X] [X] ||| eine Auskunft zu Artikel [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0666667
+advice about [X] ||| eine Auskunft zu [X] ||| 0.0278341 1 ||| ||| 1
+advice about [X][X] [X] ||| eine Auskunft zu [X][X] [X] ||| 0.0278341 1 ||| ||| 0.191667
+advice about [X][X] concerning [X] ||| eine Auskunft zu [X][X] im Zusammenhang mit der [X] ||| 0.0278341 1 ||| ||| 0.0666667
+a petition [X] ||| eine Petition [X] ||| 0.0278341 1 ||| ||| 1
+a [X] ||| eine [X] ||| 0.013917 1 ||| ||| 2
+an [X] ||| eine [X] ||| 0.013917 1 ||| ||| 2
+[X][X] 143 [X] ||| eine [X][X] 143 [X] ||| 0.0278341 1 ||| ||| 0.125
+[X][X] 143 concerning [X] ||| eine [X][X] 143 im Zusammenhang mit der [X] ||| 0.0278341 1 ||| ||| 0.0666667
+[X][X] Rule 143 [X] ||| eine [X][X] Artikel 143 [X] ||| 0.0278341 1 ||| ||| 0.125
+[X][X] Rule 143 concerning [X] ||| eine [X][X] Artikel 143 im Zusammenhang mit der [X] ||| 0.0278341 1 ||| ||| 0.0666667
+[X][X] Rule [X] ||| eine [X][X] Artikel [X] ||| 0.0278341 1 ||| ||| 0.25
+[X][X] Rule [X][X] [X] ||| eine [X][X] Artikel [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0666667
+an initiative [X][X] [X] ||| eine [X][X] Initiative [X] ||| 0.00709417 1 ||| ||| 2.70754
+an initiative [X][X] have [X] ||| eine [X][X] Initiative [X] ||| 0.00128503 1 ||| ||| 2.70754
+an initiative [X][X] have just [X] ||| eine [X][X] Initiative [X] ||| 0.00114225 1 ||| ||| 2.70754
+an initiative [X][X] just [X] ||| eine [X][X] Initiative [X] ||| 0.00114225 1 ||| ||| 2.70754
+an initiative [X][X] just suggested [X] ||| eine [X][X] Initiative [X] ||| 0.00114225 1 ||| ||| 2.70754
+an initiative [X][X] suggested [X] ||| eine [X][X] Initiative [X] ||| 0.00114225 1 ||| ||| 2.70754
+an initiative [X][X] you [X] ||| eine [X][X] Initiative [X] ||| 0.0014686 1 ||| ||| 2.70754
+an initiative [X][X] you have [X] ||| eine [X][X] Initiative [X] ||| 0.00128503 1 ||| ||| 2.70754
+an initiative of [X][X] [X] ||| eine [X][X] Initiative [X] ||| 0.00709417 1 ||| ||| 2.70754
+an initiative of [X][X] have [X] ||| eine [X][X] Initiative [X] ||| 0.00128503 1 ||| ||| 2.70754
+an initiative of [X][X] just [X] ||| eine [X][X] Initiative [X] ||| 0.00114225 1 ||| ||| 2.70754
+an initiative of [X][X] suggested [X] ||| eine [X][X] Initiative [X] ||| 0.00114225 1 ||| ||| 2.70754
+an initiative of [X][X] you [X] ||| eine [X][X] Initiative [X] ||| 0.0014686 1 ||| ||| 2.70754
+an [X][X] [X] ||| eine [X][X] [X] ||| 0.0109783 1 ||| ||| 1.7496
+an [X][X] have [X] ||| eine [X][X] [X] ||| 0.0019886 1 ||| ||| 1.7496
+an [X][X] have just [X] ||| eine [X][X] [X] ||| 0.00176764 1 ||| ||| 1.7496
+an [X][X] have just suggested [X] ||| eine [X][X] [X] ||| 0.00176764 1 ||| ||| 1.7496
+an [X][X] just [X] ||| eine [X][X] [X] ||| 0.00176764 1 ||| ||| 1.7496
+an [X][X] just suggested [X] ||| eine [X][X] [X] ||| 0.00176764 1 ||| ||| 1.7496
+an [X][X] suggested [X] ||| eine [X][X] [X] ||| 0.00176764 1 ||| ||| 1.7496
+an [X][X] you [X] ||| eine [X][X] [X] ||| 0.00227269 1 ||| ||| 1.7496
+an [X][X] you have [X] ||| eine [X][X] [X] ||| 0.0019886 1 ||| ||| 1.7496
+an [X][X] you have just [X] ||| eine [X][X] [X] ||| 0.00176764 1 ||| ||| 1.7496
+[X][X] concerning [X] ||| eine [X][X] im Zusammenhang mit der [X] ||| 0.0278341 1 ||| ||| 0.0666667
+an initiative of the type [X] ||| eine derartige Initiative [X] ||| 0.0278341 1 ||| ||| 0.2
+an [X][X] the type [X] ||| eine derartige [X][X] [X] ||| 0.0162366 1 ||| ||| 0.342857
+an [X][X] the type you [X] ||| eine derartige [X][X] [X] ||| 0.0115975 1 ||| ||| 0.342857
+write a letter [X] ||| einem Schreiben [X] ||| 0.013917 1 ||| ||| 2
+write a letter to [X] ||| einem Schreiben [X] ||| 0.013917 1 ||| ||| 2
+write a letter [X][X] [X] ||| einem Schreiben [X][X] [X] ||| 0.0278341 1 ||| ||| 0.25
+write a letter to the [X] ||| einem Schreiben das [X] ||| 0.0278341 1 ||| ||| 0.25
+a [X] ||| einem [X] ||| 0.0278341 1 ||| ||| 1
+a report [X] ||| einen Bericht [X] ||| 0.0278341 1 ||| ||| 1
+a report [X][X] legislative proposal [X] ||| einen Bericht [X][X] Legislativvorschlag [X] ||| 0.0278341 1 ||| ||| 0.0833333
+a report [X][X] [X] ||| einen Bericht [X][X] [X] ||| 0.0278341 1 ||| ||| 0.208333
+a report , [X] ||| einen Bericht und [X] ||| 0.0278341 1 ||| ||| 0.333333
+a report , [X][X] [X] ||| einen Bericht und [X][X] [X] ||| 0.0278341 1 ||| ||| 0.208333
+a report , not a [X] ||| einen Bericht und keinen [X] ||| 0.0278341 1 ||| ||| 0.125
+visited [X] ||| einen Besuch [X] ||| 0.0278341 1 ||| ||| 1
+visited [X] ||| einen Besuch abgestattet [X] ||| 0.0278341 1 ||| ||| 1
+had visited [X] ||| einen Besuch abgestattet hatte [X] ||| 0.0278341 1 ||| ||| 1
+an objection [X] ||| einen Einwand gegen [X] ||| 0.0185561 1 ||| ||| 1.5
+raise an objection [X] ||| einen Einwand gegen [X] ||| 0.00927803 1 ||| ||| 1.5
+a case [X] ||| einen Fall [X] ||| 0.0278341 1 ||| ||| 1
+a [X] ||| einen [X] ||| 0.28752 1 ||| ||| 6
+an [X] ||| einen [X] ||| 0.00463902 1 ||| ||| 6
+is a [X] ||| einen [X] ||| 0.00463902 1 ||| ||| 6
+raise an [X] ||| einen [X] ||| 0.00463902 1 ||| ||| 6
+a [X][X] fisheries policy [X] ||| einen [X][X] Fischereipolitik darstellt [X] ||| 0.0151822 1 ||| ||| 0.122222
+is a [X][X] fisheries policy [X] ||| einen [X][X] Fischereipolitik darstellt [X] ||| 0.0126519 1 ||| ||| 0.122222
+a [X][X] fisheries policy and [X] ||| einen [X][X] Fischereipolitik darstellt und [X] ||| 0.0278341 1 ||| ||| 0.05
+a [X][X] legislative proposal [X] ||| einen [X][X] Legislativvorschlag [X] ||| 0.0278341 1 ||| ||| 0.0833333
+a [X][X] [X] ||| einen [X][X] [X] ||| 0.183128 1 ||| ||| 1.49408
+is a [X][X] [X] ||| einen [X][X] [X] ||| 0.00672061 1 ||| ||| 1.49408
+a [X][X] of the [X] ||| einen [X][X] der [X] ||| 0.0161145 1 ||| ||| 0.215909
+is a [X][X] of the [X] ||| einen [X][X] der [X] ||| 0.0117196 1 ||| ||| 0.215909
+a [X][X] of the [X][X] [X] ||| einen [X][X] der [X][X] [X] ||| 0.0278341 1 ||| ||| 0.116667
+a [X][X] of the common [X] ||| einen [X][X] der gemeinsamen [X] ||| 0.0278341 1 ||| ||| 0.1
+a [X][X] common fisheries policy [X] ||| einen [X][X] gemeinsamen Fischereipolitik darstellt [X] ||| 0.0278341 1 ||| ||| 0.0666667
+a [X][X] common [X] ||| einen [X][X] gemeinsamen [X] ||| 0.0162366 1 ||| ||| 0.171429
+is a [X][X] common [X] ||| einen [X][X] gemeinsamen [X] ||| 0.0115975 1 ||| ||| 0.171429
+a [X][X] common [X][X] [X] ||| einen [X][X] gemeinsamen [X][X] [X] ||| 0.0188554 1 ||| ||| 0.172223
+is a [X][X] common [X][X] [X] ||| einen [X][X] gemeinsamen [X][X] [X] ||| 0.00897873 1 ||| ||| 0.172223
+a [X][X] common [X][X] and [X] ||| einen [X][X] gemeinsamen [X][X] und [X] ||| 0.0278341 1 ||| ||| 0.05
+a [X][X] not a [X] ||| einen [X][X] keinen [X] ||| 0.0278341 1 ||| ||| 0.125
+a [X][X] not a [X][X] [X] ||| einen [X][X] keinen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0833333
+a [X][X] and [X] ||| einen [X][X] und [X] ||| 0.0278341 1 ||| ||| 0.05
+a fundamental legal principle [X] ||| einen elementaren Rechtsgrundsatz [X] ||| 0.0177126 1 ||| ||| 0.392857
+is a fundamental legal principle [X] ||| einen elementaren Rechtsgrundsatz [X] ||| 0.0101215 1 ||| ||| 0.392857
+a fundamental legal principle [X][X] [X] ||| einen elementaren Rechtsgrundsatz [X][X] [X] ||| 0.0278341 1 ||| ||| 0.341667
+a fundamental [X] ||| einen elementaren [X] ||| 0.0185561 1 ||| ||| 1.5
+is a fundamental [X] ||| einen elementaren [X] ||| 0.00927803 1 ||| ||| 1.5
+a fundamental [X][X] fisheries policy [X] ||| einen elementaren [X][X] Fischereipolitik darstellt [X] ||| 0.0278341 1 ||| ||| 0.0666667
+a fundamental [X][X] [X] ||| einen elementaren [X][X] [X] ||| 0.0172913 1 ||| ||| 0.952417
+is a fundamental [X][X] [X] ||| einen elementaren [X][X] [X] ||| 0.0105428 1 ||| ||| 0.952417
+a fundamental [X][X] of the [X] ||| einen elementaren [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.125
+a fundamental [X][X] common [X] ||| einen elementaren [X][X] gemeinsamen [X] ||| 0.0162366 1 ||| ||| 0.171429
+is a fundamental [X][X] common [X] ||| einen elementaren [X][X] gemeinsamen [X] ||| 0.0115975 1 ||| ||| 0.171429
+a fundamental [X][X] common [X][X] [X] ||| einen elementaren [X][X] gemeinsamen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.116667
+a fundamental [X][X] and [X] ||| einen elementaren [X][X] und [X] ||| 0.0278341 1 ||| ||| 0.05
+a form of quota penalties [X] ||| einer Art Quotenstrafe belegt [X] ||| 0.0278341 1 ||| ||| 0.142857
+a form [X] ||| einer Art [X] ||| 0.0185561 1 ||| ||| 1.5
+a form of [X] ||| einer Art [X] ||| 0.00927803 1 ||| ||| 1.5
+a form [X][X] [X] ||| einer Art [X][X] [X] ||| 0.013917 1 ||| ||| 0.467532
+a form of [X][X] [X] ||| einer Art [X][X] [X] ||| 0.013917 1 ||| ||| 0.467532
+a form [X][X] should be [X] ||| einer Art [X][X] werden sollen [X] ||| 0.0278341 1 ||| ||| 0.0909091
+a debate [X] ||| einer Aussprache [X] ||| 0.0278341 1 ||| ||| 1
+a debate on [X] ||| einer Aussprache im [X] ||| 0.0278341 1 ||| ||| 0.333333
+a minute ' s silence [X] ||| einer Schweigeminute . [X] ||| 0.0278341 1 ||| ||| 0.5
+a [X] ||| einer [X] ||| 1 1 ||| ||| 5
+a [X][X] ) [X] ||| einer [X][X] ) [X] ||| 0.0278341 1 ||| ||| 0.333333
+a [X][X] quota penalties [X] ||| einer [X][X] Quotenstrafe belegt [X] ||| 0.0278341 1 ||| ||| 0.142857
+a [X][X] quota penalties [X][X] [X] ||| einer [X][X] Quotenstrafe belegt [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0909091
+a [X][X] situation [X] ||| einer [X][X] Situation [X] ||| 0.0278341 1 ||| ||| 0.04
+a [X][X] [X] ||| einer [X][X] [X] ||| 0.57504 1 ||| ||| 2.48302
+a [X][X] a [X] ||| einer [X][X] dieser [X] ||| 0.0278341 1 ||| ||| 0.142857
+a [X][X] a [X][X] situation [X] ||| einer [X][X] dieser [X][X] Situation [X] ||| 0.0278341 1 ||| ||| 0.04
+a [X][X] a [X][X] [X] ||| einer [X][X] dieser [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0988235
+a [X][X] a very [X] ||| einer [X][X] dieser sehr [X] ||| 0.0278341 1 ||| ||| 0.0909091
+a [X][X] a very [X][X] [X] ||| einer [X][X] dieser sehr [X][X] [X] ||| 0.0278341 1 ||| ||| 0.04
+a [X][X] a very difficult [X] ||| einer [X][X] dieser sehr schwierigen [X] ||| 0.0278341 1 ||| ||| 0.0588235
+a [X][X] difficult situation [X] ||| einer [X][X] schwierigen Situation [X] ||| 0.0278341 1 ||| ||| 0.04
+a [X][X] difficult [X] ||| einer [X][X] schwierigen [X] ||| 0.0278341 1 ||| ||| 0.0588235
+a [X][X] very [X] ||| einer [X][X] sehr [X] ||| 0.0278341 1 ||| ||| 0.0909091
+a [X][X] very [X][X] [X] ||| einer [X][X] sehr [X][X] [X] ||| 0.0278341 1 ||| ||| 0.04
+a [X][X] very difficult situation [X] ||| einer [X][X] sehr schwierigen Situation [X] ||| 0.0278341 1 ||| ||| 0.04
+a [X][X] very difficult [X] ||| einer [X][X] sehr schwierigen [X] ||| 0.0278341 1 ||| ||| 0.0588235
+a [X][X] should be [X] ||| einer [X][X] werden sollen [X] ||| 0.0278341 1 ||| ||| 0.0909091
+a peaceful reconciliation to [X] ||| einer friedlichen Lösung [X] ||| 0.0278341 1 ||| ||| 0.25
+a peaceful reconciliation to [X][X] [X] ||| einer friedlichen Lösung [X][X] [X] ||| 0.0278341 1 ||| ||| 0.189733
+a peaceful reconciliation to a [X] ||| einer friedlichen Lösung dieser [X] ||| 0.0278341 1 ||| ||| 0.142857
+a peaceful [X] ||| einer friedlichen [X] ||| 0.0278341 1 ||| ||| 1
+a peaceful [X][X] situation [X] ||| einer friedlichen [X][X] Situation [X] ||| 0.0278341 1 ||| ||| 0.04
+a peaceful [X][X] [X] ||| einer friedlichen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.58259
+a peaceful [X][X] a [X] ||| einer friedlichen [X][X] dieser [X] ||| 0.0278341 1 ||| ||| 0.142857
+a peaceful [X][X] a [X][X] [X] ||| einer friedlichen [X][X] dieser [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0988235
+a peaceful [X][X] a very [X] ||| einer friedlichen [X][X] dieser sehr [X] ||| 0.0278341 1 ||| ||| 0.0909091
+a peaceful [X][X] difficult situation [X] ||| einer friedlichen [X][X] schwierigen Situation [X] ||| 0.0278341 1 ||| ||| 0.04
+a peaceful [X][X] difficult [X] ||| einer friedlichen [X][X] schwierigen [X] ||| 0.0278341 1 ||| ||| 0.0588235
+a peaceful [X][X] very [X] ||| einer friedlichen [X][X] sehr [X] ||| 0.0278341 1 ||| ||| 0.0909091
+a peaceful [X][X] very [X][X] [X] ||| einer friedlichen [X][X] sehr [X][X] [X] ||| 0.0278341 1 ||| ||| 0.04
+a peaceful [X][X] very difficult [X] ||| einer friedlichen [X][X] sehr schwierigen [X] ||| 0.0278341 1 ||| ||| 0.0588235
+of a [X] ||| eines [X] ||| 0.241419 1 ||| ||| 2
+of a [X][X] , Mr [X] ||| eines [X][X] , Herrn [X] ||| 0.0278341 1 ||| ||| 0.0714286
+of a [X][X] , [X] ||| eines [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.160714
+of a [X][X] , [X][X] [X] ||| eines [X][X] , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0833333
+of a [X][X] Mr Zimeray [X] ||| eines [X][X] Herrn Zimeray [X] ||| 0.0278341 1 ||| ||| 0.047619
+of a [X][X] Mr [X] ||| eines [X][X] Herrn [X] ||| 0.0278341 1 ||| ||| 0.0714286
+of a [X][X] Mr [X][X] [X] ||| eines [X][X] Herrn [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0357143
+of a [X][X] Zimeray , [X] ||| eines [X][X] Zimeray , [X] ||| 0.0278341 1 ||| ||| 0.0357143
+of a [X][X] Zimeray [X] ||| eines [X][X] Zimeray [X] ||| 0.0278341 1 ||| ||| 0.047619
+of a [X][X] [X] ||| eines [X][X] [X] ||| 0.0278341 1 ||| ||| 0.529762
+of a French Member , [X] ||| eines französischen Mitglieds , [X] ||| 0.0278341 1 ||| ||| 0.125
+of a French Member [X] ||| eines französischen Mitglieds [X] ||| 0.0278341 1 ||| ||| 0.25
+of a French Member [X][X] [X] ||| eines französischen Mitglieds [X][X] [X] ||| 0.0278341 1 ||| ||| 0.154762
+of a French [X] ||| eines französischen [X] ||| 0.0278341 1 ||| ||| 0.5
+of a French [X][X] , [X] ||| eines französischen [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0357143
+of a French [X][X] Mr [X] ||| eines französischen [X][X] Herrn [X] ||| 0.0278341 1 ||| ||| 0.0714286
+of a French [X][X] Zimeray [X] ||| eines französischen [X][X] Zimeray [X] ||| 0.0278341 1 ||| ||| 0.047619
+of a French [X][X] [X] ||| eines französischen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.279762
+presented , [X] ||| eingereicht , [X] ||| 0.0278341 1 ||| ||| 1
+presented , [X][X] [X] ||| eingereicht , [X][X] [X] ||| 0.0204117 1 ||| ||| 0.267858
+presented , [X][X] people [X] ||| eingereicht , [X][X] [X] ||| 0.00742242 1 ||| ||| 0.267858
+presented , which [X] ||| eingereicht , die [X] ||| 0.0278341 1 ||| ||| 0.333333
+presented , which [X][X] [X] ||| eingereicht , die [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0714286
+presented , which [X] ||| eingereicht , die von [X] ||| 0.0278341 1 ||| ||| 0.25
+presented , which [X][X] [X] ||| eingereicht , die von [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0714286
+presented , which many [X] ||| eingereicht , die von vielen [X] ||| 0.0177126 1 ||| ||| 0.196429
+presented , which many people [X] ||| eingereicht , die von vielen [X] ||| 0.0101215 1 ||| ||| 0.196429
+presented [X] ||| eingereicht [X] ||| 0.0278341 1 ||| ||| 1
+presented [X][X] [X] ||| eingereicht [X][X] [X] ||| 0.0254984 1 ||| ||| 0.851191
+presented [X][X] people [X] ||| eingereicht [X][X] [X] ||| 0.00233573 1 ||| ||| 0.851191
+presented [X][X] many [X] ||| eingereicht [X][X] vielen [X] ||| 0.0177126 1 ||| ||| 0.196429
+presented [X][X] many people [X] ||| eingereicht [X][X] vielen [X] ||| 0.0101215 1 ||| ||| 0.196429
+presented [X][X] [X] ||| eingereicht [X][X] von [X] ||| 0.0278341 1 ||| ||| 0.25
+presented [X][X] many [X] ||| eingereicht [X][X] von vielen [X] ||| 0.0177126 1 ||| ||| 0.196429
+presented [X][X] many people [X] ||| eingereicht [X][X] von vielen [X] ||| 0.0101215 1 ||| ||| 0.196429
+a number of Members [X] ||| einiger Kolleginnen und Kollegen - [X] ||| 0.0180922 1 ||| ||| 0.21978
+a number of Members have [X] ||| einiger Kolleginnen und Kollegen - [X] ||| 0.00974194 1 ||| ||| 0.21978
+a number of Members [X] ||| einiger Kolleginnen und Kollegen [X] ||| 0.0171287 1 ||| ||| 0.325
+a number of Members have [X] ||| einiger Kolleginnen und Kollegen [X] ||| 0.0107054 1 ||| ||| 0.325
+a [X] ||| einiger [X] ||| 0.00927803 1 ||| ||| 3
+a number [X] ||| einiger [X] ||| 0.00927803 1 ||| ||| 3
+a number of [X] ||| einiger [X] ||| 0.00927803 1 ||| ||| 3
+a [X][X] [X] ||| einiger [X][X] - [X] ||| 0.00912593 1 ||| ||| 0.670329
+a [X][X] have [X] ||| einiger [X][X] - [X] ||| 0.00319408 1 ||| ||| 0.670329
+a number [X][X] [X] ||| einiger [X][X] - [X] ||| 0.00912593 1 ||| ||| 0.670329
+a number [X][X] have [X] ||| einiger [X][X] - [X] ||| 0.00319408 1 ||| ||| 0.670329
+a number of [X][X] [X] ||| einiger [X][X] - [X] ||| 0.00319408 1 ||| ||| 0.670329
+a [X][X] [X] ||| einiger [X][X] [X] ||| 0.00894426 1 ||| ||| 1.69533
+a [X][X] have [X] ||| einiger [X][X] [X] ||| 0.00331519 1 ||| ||| 1.69533
+a number [X][X] [X] ||| einiger [X][X] [X] ||| 0.00894426 1 ||| ||| 1.69533
+a number [X][X] have [X] ||| einiger [X][X] [X] ||| 0.00331519 1 ||| ||| 1.69533
+a number of [X][X] [X] ||| einiger [X][X] [X] ||| 0.00331519 1 ||| ||| 1.69533
+fundamental legal principle [X] ||| elementaren Rechtsgrundsatz [X] ||| 0.0278341 1 ||| ||| 0.5
+fundamental legal principle [X][X] [X] ||| elementaren Rechtsgrundsatz [X][X] [X] ||| 0.0278341 1 ||| ||| 0.546266
+fundamental legal principle [X][X] a [X] ||| elementaren Rechtsgrundsatz [X][X] ein [X] ||| 0.0278341 1 ||| ||| 0.05
+fundamental legal principle [X][X] common [X] ||| elementaren Rechtsgrundsatz [X][X] gemeinsamen [X] ||| 0.0278341 1 ||| ||| 0.142857
+fundamental legal principle [X][X] and [X] ||| elementaren Rechtsgrundsatz [X][X] und [X] ||| 0.0278341 1 ||| ||| 0.0625
+fundamental legal principle of the [X] ||| elementaren Rechtsgrundsatz der [X] ||| 0.0278341 1 ||| ||| 0.2
+fundamental [X] ||| elementaren [X] ||| 0.0278341 1 ||| ||| 1
+fundamental [X][X] fisheries policy [X] ||| elementaren [X][X] Fischereipolitik darstellt [X] ||| 0.0278341 1 ||| ||| 0.0909091
+fundamental [X][X] fisheries policy [X][X] [X] ||| elementaren [X][X] Fischereipolitik darstellt [X][X] [X] ||| 0.0278341 1 ||| ||| 0.05
+fundamental [X][X] fisheries policy and [X] ||| elementaren [X][X] Fischereipolitik darstellt und [X] ||| 0.0278341 1 ||| ||| 0.0625
+fundamental [X][X] [X] ||| elementaren [X][X] [X] ||| 0.241419 1 ||| ||| 1.04627
+fundamental [X][X] of the [X] ||| elementaren [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.2
+fundamental [X][X] of the [X][X] [X] ||| elementaren [X][X] der [X][X] [X] ||| 0.0278341 1 ||| ||| 0.203409
+fundamental [X][X] of the common [X] ||| elementaren [X][X] der gemeinsamen [X] ||| 0.0278341 1 ||| ||| 0.142857
+fundamental [X][X] a [X] ||| elementaren [X][X] ein [X] ||| 0.0278341 1 ||| ||| 0.05
+fundamental [X][X] common fisheries policy [X] ||| elementaren [X][X] gemeinsamen Fischereipolitik darstellt [X] ||| 0.0278341 1 ||| ||| 0.0909091
+fundamental [X][X] common [X] ||| elementaren [X][X] gemeinsamen [X] ||| 0.0278341 1 ||| ||| 0.142857
+fundamental [X][X] common [X][X] [X] ||| elementaren [X][X] gemeinsamen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.203409
+fundamental [X][X] common [X][X] a [X] ||| elementaren [X][X] gemeinsamen [X][X] ein [X] ||| 0.0278341 1 ||| ||| 0.05
+fundamental [X][X] common [X][X] and [X] ||| elementaren [X][X] gemeinsamen [X][X] und [X] ||| 0.0278341 1 ||| ||| 0.0625
+fundamental [X][X] and [X] ||| elementaren [X][X] und [X] ||| 0.0278341 1 ||| ||| 0.0625
+fundamental [X][X] and a [X] ||| elementaren [X][X] und ein [X] ||| 0.0278341 1 ||| ||| 0.05
+he [X] ||| er [X] ||| 0.0278341 1 ||| ||| 1
+to meet [X] ||| erfüllen , [X] ||| 0.0278341 1 ||| ||| 1
+meet [X] ||| erfüllen [X] ||| 0.0278341 1 ||| ||| 1
+that kind [X] ||| erheben , [X] ||| 0.0278341 1 ||| ||| 1
+that kind [X][X] report [X] ||| erheben , [X][X] Bericht [X] ||| 0.0278341 1 ||| ||| 0.0357143
+that kind [X][X] [X] ||| erheben , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.529762
+that kind [X][X] a report [X] ||| erheben , [X][X] einen Bericht [X] ||| 0.0278341 1 ||| ||| 0.0357143
+that kind [X][X] a [X] ||| erheben , [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.047619
+that kind [X][X] merely [X] ||| erheben , [X][X] lediglich um [X] ||| 0.0278341 1 ||| ||| 0.0714286
+that kind [X][X] merely [X][X] [X] ||| erheben , [X][X] lediglich um [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0357143
+that kind [X][X] merely a [X] ||| erheben , [X][X] lediglich um einen [X] ||| 0.0278341 1 ||| ||| 0.047619
+that kind [X][X] is [X] ||| erheben , [X][X] sich [X] ||| 0.0278341 1 ||| ||| 0.125
+that kind [X][X] is [X][X] [X] ||| erheben , [X][X] sich [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0833333
+that kind [X][X] is merely [X] ||| erheben , [X][X] sich lediglich um [X] ||| 0.0278341 1 ||| ||| 0.0714286
+that kind to [X] ||| erheben , bei [X] ||| 0.0278341 1 ||| ||| 0.5
+that kind to [X][X] report [X] ||| erheben , bei [X][X] Bericht [X] ||| 0.0278341 1 ||| ||| 0.0357143
+that kind to [X][X] [X] ||| erheben , bei [X][X] [X] ||| 0.0278341 1 ||| ||| 0.279762
+that kind to [X][X] a [X] ||| erheben , bei [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.047619
+that kind to [X][X] merely [X] ||| erheben , bei [X][X] lediglich um [X] ||| 0.0278341 1 ||| ||| 0.0714286
+that kind to what [X] ||| erheben , bei dem es [X] ||| 0.0278341 1 ||| ||| 0.25
+that kind to what [X][X] [X] ||| erheben , bei dem es [X][X] [X] ||| 0.0278341 1 ||| ||| 0.154762
+that kind to what is [X] ||| erheben , bei dem es sich [X] ||| 0.0278341 1 ||| ||| 0.125
+kind [X] ||| erheben [X] ||| 0.0278341 1 ||| ||| 1
+rose and observed [X] ||| erhebt sich zu [X] ||| 0.0278341 1 ||| ||| 1
+rose and observed [X][X] ) [X] ||| erhebt sich zu [X][X] ) [X] ||| 0.0278341 1 ||| ||| 0.166667
+rose and observed [X][X] [X] ||| erhebt sich zu [X][X] [X] ||| 0.0278341 1 ||| ||| 0.416667
+rose and observed a [X] ||| erhebt sich zu einer [X] ||| 0.0278341 1 ||| ||| 0.5
+rose and observed a [X][X] [X] ||| erhebt sich zu einer [X][X] [X] ||| 0.0278341 1 ||| ||| 0.416667
+again [X] ||| erneut [X] ||| 0.0278341 1 ||| ||| 1
+just [X] ||| erst [X] ||| 0.0278341 1 ||| ||| 1
+just [X][X] months ago [X] ||| erst [X][X] Monaten [X] ||| 0.0278341 1 ||| ||| 0.142857
+just [X][X] months ago [X] ||| erst [X][X] Monaten einen [X] ||| 0.0278341 1 ||| ||| 0.1
+just [X][X] [X] ||| erst [X][X] [X] ||| 0.0278341 1 ||| ||| 0.576191
+just [X][X] [X] ||| erst [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.1
+just [X] ||| erst vor [X] ||| 0.0278341 1 ||| ||| 1
+just [X][X] months ago [X] ||| erst vor [X][X] Monaten [X] ||| 0.0278341 1 ||| ||| 0.142857
+just [X][X] months ago [X] ||| erst vor [X][X] Monaten einen [X] ||| 0.0278341 1 ||| ||| 0.1
+just [X][X] [X] ||| erst vor [X][X] [X] ||| 0.0278341 1 ||| ||| 0.576191
+just [X][X] [X] ||| erst vor [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.1
+just a few months ago [X] ||| erst vor wenigen Monaten [X] ||| 0.0278341 1 ||| ||| 0.142857
+just a few months ago [X] ||| erst vor wenigen Monaten einen [X] ||| 0.0278341 1 ||| ||| 0.1
+just a few [X] ||| erst vor wenigen [X] ||| 0.0278341 1 ||| ||| 0.333333
+just a few [X][X] [X] ||| erst vor wenigen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.242857
+just a few [X][X] [X] ||| erst vor wenigen [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.1
+first [X] ||| erste [X] ||| 0.0278341 1 ||| ||| 1
+, [X] ||| es [X] ||| 0.00695852 1 ||| ||| 4
+it [X] ||| es [X] ||| 0.120709 1 ||| ||| 4
+one [X] ||| es [X] ||| 0.00695852 1 ||| ||| 4
+one [X][X] [X] ||| es [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.25
+one [X][X] an objection [X] ||| es [X][X] , einen Einwand gegen [X] ||| 0.0278341 1 ||| ||| 0.0454545
+one [X][X] an [X] ||| es [X][X] , einen [X] ||| 0.0278341 1 ||| ||| 0.0714286
+one [X][X] objection [X] ||| es [X][X] Einwand gegen [X] ||| 0.0278341 1 ||| ||| 0.0454545
+, [X][X] [X] ||| es [X][X] [X] ||| 0.0103302 1 ||| ||| 1.90855
+one [X][X] [X] ||| es [X][X] [X] ||| 0.15182 1 ||| ||| 1.90855
+, [X][X] [X] ||| es [X][X] daß [X] ||| 0.0278341 1 ||| ||| 0.25
+, [X][X] he [X] ||| es [X][X] daß er [X] ||| 0.0278341 1 ||| ||| 0.125
+one [X][X] an objection [X] ||| es [X][X] einen Einwand gegen [X] ||| 0.0278341 1 ||| ||| 0.0454545
+one [X][X] an [X] ||| es [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.0714286
+, [X][X] he [X] ||| es [X][X] er [X] ||| 0.0278341 1 ||| ||| 0.125
+one [X][X] [X] ||| es [X][X] ist , [X] ||| 0.0278341 1 ||| ||| 0.25
+one [X][X] an objection [X] ||| es [X][X] ist , einen Einwand gegen [X] ||| 0.0278341 1 ||| ||| 0.0454545
+one [X][X] an [X] ||| es [X][X] ist , einen [X] ||| 0.0278341 1 ||| ||| 0.0714286
+one [X][X] [X] ||| es [X][X] ist [X] ||| 0.0278341 1 ||| ||| 0.333333
+, however , [X] ||| es aber so , [X] ||| 0.0278341 1 ||| ||| 0.333333
+, however , [X] ||| es aber so , daß [X] ||| 0.0278341 1 ||| ||| 0.25
+, however , he [X] ||| es aber so , daß er [X] ||| 0.0278341 1 ||| ||| 0.125
+, however [X] ||| es aber so [X] ||| 0.0278341 1 ||| ||| 1
+, however [X][X] [X] ||| es aber so [X][X] [X] ||| 0.0278341 1 ||| ||| 0.125
+one can [X] ||| es möglich [X] ||| 0.0185561 1 ||| ||| 1.5
+one can raise [X] ||| es möglich [X] ||| 0.00927803 1 ||| ||| 1.5
+one can [X][X] objection [X] ||| es möglich [X][X] Einwand gegen [X] ||| 0.0278341 1 ||| ||| 0.0454545
+one can [X][X] [X] ||| es möglich [X][X] [X] ||| 0.0200406 1 ||| ||| 0.162337
+one can raise [X][X] [X] ||| es möglich [X][X] [X] ||| 0.00779355 1 ||| ||| 0.162337
+one can [X] ||| es möglich ist , [X] ||| 0.0222673 1 ||| ||| 1.25
+one can raise [X] ||| es möglich ist , [X] ||| 0.00556682 1 ||| ||| 1.25
+one can [X][X] objection [X] ||| es möglich ist , [X][X] Einwand gegen [X] ||| 0.0278341 1 ||| ||| 0.0454545
+one can [X][X] [X] ||| es möglich ist , [X][X] [X] ||| 0.0200406 1 ||| ||| 0.162337
+one can raise [X][X] [X] ||| es möglich ist , [X][X] [X] ||| 0.00779355 1 ||| ||| 0.162337
+one can raise an objection [X] ||| es möglich ist , einen Einwand gegen [X] ||| 0.0278341 1 ||| ||| 0.0454545
+one can raise an [X] ||| es möglich ist , einen [X] ||| 0.0278341 1 ||| ||| 0.0714286
+one can [X] ||| es möglich ist [X] ||| 0.0208756 1 ||| ||| 1.33333
+one can raise [X] ||| es möglich ist [X] ||| 0.00695852 1 ||| ||| 1.33333
+one can [X][X] objection [X] ||| es möglich ist [X][X] Einwand gegen [X] ||| 0.0278341 1 ||| ||| 0.0454545
+one can [X][X] [X] ||| es möglich ist [X][X] [X] ||| 0.0200406 1 ||| ||| 0.162337
+one can raise [X][X] [X] ||| es möglich ist [X][X] [X] ||| 0.00779355 1 ||| ||| 0.162337
+wrong [X] ||| falsch [X] ||| 0.013917 1 ||| ||| 2
+wrong for [X] ||| falsch [X] ||| 0.013917 1 ||| ||| 2
+is wrong [X] ||| falsch ist [X] ||| 0.0185561 1 ||| ||| 1.5
+is wrong for [X] ||| falsch ist [X] ||| 0.00927803 1 ||| ||| 1.5
+stated [X] ||| festgestellt [X] ||| 0.0278341 1 ||| ||| 1
+French Member , Mr Zimeray [X] ||| französischen Mitglieds , Herrn Zimeray [X] ||| 0.0278341 1 ||| ||| 0.0909091
+French Member , Mr [X] ||| französischen Mitglieds , Herrn [X] ||| 0.0278341 1 ||| ||| 0.166667
+French Member , Mr [X][X] [X] ||| französischen Mitglieds , Herrn [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0526316
+French Member , [X] ||| französischen Mitglieds , [X] ||| 0.0278341 1 ||| ||| 0.333333
+French Member , [X][X] , [X] ||| französischen Mitglieds , [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0526316
+French Member , [X][X] [X] ||| französischen Mitglieds , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.143541
+French Member [X] ||| französischen Mitglieds [X] ||| 0.0278341 1 ||| ||| 1
+French Member [X][X] , [X] ||| französischen Mitglieds [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0526316
+French Member [X][X] Zimeray , [X] ||| französischen Mitglieds [X][X] Zimeray , [X] ||| 0.0278341 1 ||| ||| 0.0526316
+French Member [X][X] Zimeray [X] ||| französischen Mitglieds [X][X] Zimeray [X] ||| 0.0278341 1 ||| ||| 0.0909091
+French Member [X][X] [X] ||| französischen Mitglieds [X][X] [X] ||| 0.0278341 1 ||| ||| 0.310207
+French [X] ||| französischen [X] ||| 0.0278341 1 ||| ||| 1
+French [X][X] , [X] ||| französischen [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0526316
+French [X][X] Mr Zimeray , [X] ||| französischen [X][X] Herrn Zimeray , [X] ||| 0.0278341 1 ||| ||| 0.0526316
+French [X][X] Mr Zimeray [X] ||| französischen [X][X] Herrn Zimeray [X] ||| 0.0278341 1 ||| ||| 0.0909091
+French [X][X] Mr [X] ||| französischen [X][X] Herrn [X] ||| 0.0278341 1 ||| ||| 0.166667
+French [X][X] Mr [X][X] [X] ||| französischen [X][X] Herrn [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0526316
+French [X][X] Zimeray , [X] ||| französischen [X][X] Zimeray , [X] ||| 0.0278341 1 ||| ||| 0.0526316
+French [X][X] Zimeray [X] ||| französischen [X][X] Zimeray [X] ||| 0.0278341 1 ||| ||| 0.0909091
+French [X][X] [X] ||| französischen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.643541
+acquitted [X] ||| freigesprochen [X] ||| 0.013917 1 ||| ||| 2
+have acquitted [X] ||| freigesprochen [X] ||| 0.013917 1 ||| ||| 2
+are pleased [X] ||| freuen [X] ||| 0.0278341 1 ||| ||| 1
+[X][X] are pleased that [X] ||| freuen [X][X] , daß [X] ||| 0.0278341 1 ||| ||| 0.142857
+[X][X] are pleased that [X][X] [X] ||| freuen [X][X] , daß [X][X] [X] ||| 0.0278341 1 ||| ||| 0.157576
+[X][X] are pleased that the [X] ||| freuen [X][X] , daß das [X] ||| 0.0278341 1 ||| ||| 0.142857
+[X][X] are pleased [X] ||| freuen [X][X] [X] ||| 0.0217832 1 ||| ||| 0.766667
+of [X][X] are pleased [X] ||| freuen [X][X] [X] ||| 0.0060509 1 ||| ||| 0.766667
+[X][X] are pleased [X][X] courts [X] ||| freuen [X][X] [X][X] Gericht [X] ||| 0.0278341 1 ||| ||| 0.0909091
+[X][X] are pleased [X][X] [X] ||| freuen [X][X] [X][X] [X] ||| 0.0227793 1 ||| ||| 0.3671
+[X][X] are pleased [X][X] have [X] ||| freuen [X][X] [X][X] [X] ||| 0.00505478 1 ||| ||| 0.3671
+all [X][X] are pleased that [X] ||| freuen [X][X] alle , daß [X] ||| 0.0278341 1 ||| ||| 0.142857
+all [X][X] are pleased [X] ||| freuen [X][X] alle [X] ||| 0.0139171 1 ||| ||| 0.2
+all of [X][X] are pleased [X] ||| freuen [X][X] alle [X] ||| 0.0139171 1 ||| ||| 0.2
+all [X][X] are pleased [X][X] [X] ||| freuen [X][X] alle [X][X] [X] ||| 0.0278341 1 ||| ||| 0.300433
+[X][X] here are pleased [X] ||| freuen [X][X] hier [X] ||| 0.0278341 1 ||| ||| 0.166667
+all [X][X] here are pleased [X] ||| freuen [X][X] hier alle [X] ||| 0.0278341 1 ||| ||| 0.1
+of us here are pleased [X] ||| freuen uns hier [X] ||| 0.00927805 1 ||| ||| 0.5
+us here are pleased [X] ||| freuen uns hier [X] ||| 0.018556 1 ||| ||| 0.5
+[X][X] us here are pleased [X] ||| freuen uns hier [X][X] [X] ||| 0.0278341 1 ||| ||| 0.1
+peaceful reconciliation to [X] ||| friedlichen Lösung [X] ||| 0.0278341 1 ||| ||| 0.5
+peaceful reconciliation to [X][X] situation [X] ||| friedlichen Lösung [X][X] Situation [X] ||| 0.0278341 1 ||| ||| 0.0526316
+peaceful reconciliation to [X][X] [X] ||| friedlichen Lösung [X][X] [X] ||| 0.0278341 1 ||| ||| 0.278822
+peaceful reconciliation to [X][X] difficult [X] ||| friedlichen Lösung [X][X] schwierigen [X] ||| 0.0278341 1 ||| ||| 0.0833333
+peaceful reconciliation to a [X] ||| friedlichen Lösung dieser [X] ||| 0.0278341 1 ||| ||| 0.25
+peaceful reconciliation to a [X][X] [X] ||| friedlichen Lösung dieser [X][X] [X] ||| 0.0278341 1 ||| ||| 0.135965
+peaceful reconciliation to a very [X] ||| friedlichen Lösung dieser sehr [X] ||| 0.0278341 1 ||| ||| 0.142857
+peaceful [X] ||| friedlichen [X] ||| 0.0278341 1 ||| ||| 1
+peaceful [X][X] situation [X] ||| friedlichen [X][X] Situation [X] ||| 0.0278341 1 ||| ||| 0.0526316
+peaceful [X][X] [X] ||| friedlichen [X][X] [X] ||| 0.241419 1 ||| ||| 1.02882
+peaceful [X][X] a [X] ||| friedlichen [X][X] dieser [X] ||| 0.0278341 1 ||| ||| 0.25
+peaceful [X][X] a [X][X] situation [X] ||| friedlichen [X][X] dieser [X][X] Situation [X] ||| 0.0278341 1 ||| ||| 0.0526316
+peaceful [X][X] a [X][X] [X] ||| friedlichen [X][X] dieser [X][X] [X] ||| 0.0278341 1 ||| ||| 0.135965
+peaceful [X][X] a very [X] ||| friedlichen [X][X] dieser sehr [X] ||| 0.0278341 1 ||| ||| 0.142857
+peaceful [X][X] a very [X][X] [X] ||| friedlichen [X][X] dieser sehr [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0526316
+peaceful [X][X] a very difficult [X] ||| friedlichen [X][X] dieser sehr schwierigen [X] ||| 0.0278341 1 ||| ||| 0.0833333
+peaceful [X][X] difficult situation [X] ||| friedlichen [X][X] schwierigen Situation [X] ||| 0.0278341 1 ||| ||| 0.0526316
+peaceful [X][X] difficult [X] ||| friedlichen [X][X] schwierigen [X] ||| 0.0278341 1 ||| ||| 0.0833333
+peaceful [X][X] very [X] ||| friedlichen [X][X] sehr [X] ||| 0.0278341 1 ||| ||| 0.142857
+peaceful [X][X] very [X][X] [X] ||| friedlichen [X][X] sehr [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0526316
+peaceful [X][X] very difficult situation [X] ||| friedlichen [X][X] sehr schwierigen Situation [X] ||| 0.0278341 1 ||| ||| 0.0526316
+peaceful [X][X] very difficult [X] ||| friedlichen [X][X] sehr schwierigen [X] ||| 0.0278341 1 ||| ||| 0.0833333
+coinciding [X] ||| fällt [X] ||| 0.013917 1 ||| ||| 2
+coinciding with [X] ||| fällt [X] ||| 0.013917 1 ||| ||| 2
+for [X] ||| für [X] ||| 0.0278341 1 ||| ||| 1
+was [X] ||| gab , [X] ||| 0.0278341 1 ||| ||| 1
+was [X][X] , who [X] ||| gab , [X][X] , der [X] ||| 0.0278341 1 ||| ||| 0.0714286
+was [X][X] [X] ||| gab , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.214286
+was [X] ||| gab , zählt [X] ||| 0.0278341 1 ||| ||| 1
+was [X][X] , who [X] ||| gab , zählt [X][X] , der [X] ||| 0.0278341 1 ||| ||| 0.0714286
+was [X][X] [X] ||| gab , zählt [X][X] [X] ||| 0.0278341 1 ||| ||| 0.214286
+was Mr Kumar Ponnambalam [X] ||| gab , zählt auch Herr Kumar Ponnambalam [X] ||| 0.0278341 1 ||| ||| 0.142857
+was Mr Kumar Ponnambalam [X][X] [X] ||| gab , zählt auch Herr Kumar Ponnambalam [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0714286
+was Mr [X] ||| gab , zählt auch Herr [X] ||| 0.0278341 1 ||| ||| 1
+was Mr [X][X] , who [X] ||| gab , zählt auch Herr [X][X] , der [X] ||| 0.0278341 1 ||| ||| 0.0714286
+was Mr [X][X] [X] ||| gab , zählt auch Herr [X][X] [X] ||| 0.0278341 1 ||| ||| 0.214286
+was [X] ||| gab , zählt auch [X] ||| 0.0278341 1 ||| ||| 1
+was [X][X] , who [X] ||| gab , zählt auch [X][X] , der [X] ||| 0.0278341 1 ||| ||| 0.0714286
+was [X][X] [X] ||| gab , zählt auch [X][X] [X] ||| 0.0278341 1 ||| ||| 0.214286
+was [X] ||| gab [X] ||| 0.0278341 1 ||| ||| 1
+was [X][X] , who [X] ||| gab [X][X] , der [X] ||| 0.0278341 1 ||| ||| 0.0714286
+was [X][X] [X] ||| gab [X][X] [X] ||| 0.0278341 1 ||| ||| 0.214286
+there have been [X] ||| gab es [X] ||| 0.0278341 1 ||| ||| 1
+quite [X] ||| ganz [X] ||| 0.0278341 1 ||| ||| 1
+quite [X][X] positions [X] ||| ganz [X][X] Position [X] ||| 0.0278341 1 ||| ||| 0.0909091
+quite [X][X] [X] ||| ganz [X][X] [X] ||| 0.0278341 1 ||| ||| 0.483766
+quite [X][X] the positions [X] ||| ganz [X][X] der Position [X] ||| 0.0278341 1 ||| ||| 0.0909091
+quite [X][X] the [X] ||| ganz [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.142857
+quite in keeping with [X] ||| ganz im Sinne [X] ||| 0.0278341 1 ||| ||| 0.25
+quite in keeping with [X][X] [X] ||| ganz im Sinne [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0909091
+quite in keeping with the [X] ||| ganz im Sinne der [X] ||| 0.0278341 1 ||| ||| 0.142857
+quite in [X] ||| ganz im [X] ||| 0.0278341 1 ||| ||| 1
+quite in [X][X] positions [X] ||| ganz im [X][X] Position [X] ||| 0.0278341 1 ||| ||| 0.0909091
+quite in [X][X] [X] ||| ganz im [X][X] [X] ||| 0.0278341 1 ||| ||| 0.483766
+quite in [X][X] the positions [X] ||| ganz im [X][X] der Position [X] ||| 0.0278341 1 ||| ||| 0.0909091
+quite in [X][X] the [X] ||| ganz im [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.142857
+weight of your prestigious office [X] ||| ganzen Einfluß Ihres Amtes [X] ||| 0.0278341 1 ||| ||| 0.2
+weight of your [X] ||| ganzen Einfluß Ihres [X] ||| 0.0278341 1 ||| ||| 0.5
+weight of your [X][X] [X] ||| ganzen Einfluß Ihres [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0454545
+weight of your [X][X] you [X] ||| ganzen Einfluß Ihres [X][X] , die Sie [X] ||| 0.0278341 1 ||| ||| 0.0294118
+weight of your [X][X] [X] ||| ganzen Einfluß Ihres [X][X] , die [X] ||| 0.0278341 1 ||| ||| 0.0344828
+weight of your [X][X] institution [X] ||| ganzen Einfluß Ihres [X][X] Institution , [X] ||| 0.0278341 1 ||| ||| 0.0454545
+weight of your [X][X] institution [X] ||| ganzen Einfluß Ihres [X][X] Institution , die [X] ||| 0.0278341 1 ||| ||| 0.0344828
+weight of your [X][X] institution [X] ||| ganzen Einfluß Ihres [X][X] Institution [X] ||| 0.0278341 1 ||| ||| 0.0666667
+weight of your [X][X] you [X] ||| ganzen Einfluß Ihres [X][X] Sie [X] ||| 0.0278341 1 ||| ||| 0.0294118
+weight of your [X][X] [X] ||| ganzen Einfluß Ihres [X][X] [X] ||| 0.0278341 1 ||| ||| 0.618873
+weight of your [X][X] the [X] ||| ganzen Einfluß Ihres [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.1
+weight of your [X][X] you [X] ||| ganzen Einfluß Ihres [X][X] die Sie [X] ||| 0.0278341 1 ||| ||| 0.0294118
+weight of your [X][X] [X] ||| ganzen Einfluß Ihres [X][X] die [X] ||| 0.0278341 1 ||| ||| 0.0344828
+weight of your [X][X] and [X] ||| ganzen Einfluß Ihres [X][X] und [X] ||| 0.0278341 1 ||| ||| 0.142857
+weight [X] ||| ganzen Einfluß [X] ||| 0.0278341 1 ||| ||| 1
+weight [X][X] [X] ||| ganzen Einfluß [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0454545
+weight [X][X] you [X] ||| ganzen Einfluß [X][X] , die Sie [X] ||| 0.0278341 1 ||| ||| 0.0294118
+weight [X][X] [X] ||| ganzen Einfluß [X][X] , die [X] ||| 0.0278341 1 ||| ||| 0.0344828
+weight [X][X] prestigious office [X] ||| ganzen Einfluß [X][X] Amtes [X] ||| 0.0278341 1 ||| ||| 0.2
+weight [X][X] prestigious office [X][X] [X] ||| ganzen Einfluß [X][X] Amtes [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0454545
+weight [X][X] prestigious office [X][X] [X] ||| ganzen Einfluß [X][X] Amtes [X][X] , die [X] ||| 0.0278341 1 ||| ||| 0.0344828
+weight [X][X] prestigious office [X][X] [X] ||| ganzen Einfluß [X][X] Amtes [X][X] [X] ||| 0.0278341 1 ||| ||| 0.276016
+weight [X][X] prestigious office [X][X] [X] ||| ganzen Einfluß [X][X] Amtes [X][X] die [X] ||| 0.0278341 1 ||| ||| 0.0344828
+weight [X][X] prestigious office and [X] ||| ganzen Einfluß [X][X] Amtes und [X] ||| 0.0278341 1 ||| ||| 0.142857
+weight [X][X] institution [X] ||| ganzen Einfluß [X][X] Institution , [X] ||| 0.0278341 1 ||| ||| 0.0454545
+weight [X][X] institution you [X] ||| ganzen Einfluß [X][X] Institution , die Sie [X] ||| 0.0278341 1 ||| ||| 0.0294118
+weight [X][X] institution [X] ||| ganzen Einfluß [X][X] Institution , die [X] ||| 0.0278341 1 ||| ||| 0.0344828
+weight [X][X] institution [X] ||| ganzen Einfluß [X][X] Institution [X] ||| 0.0278341 1 ||| ||| 0.0666667
+weight [X][X] you [X] ||| ganzen Einfluß [X][X] Sie [X] ||| 0.0278341 1 ||| ||| 0.0294118
+weight [X][X] [X] ||| ganzen Einfluß [X][X] [X] ||| 0.241419 1 ||| ||| 1.11887
+weight [X][X] the institution [X] ||| ganzen Einfluß [X][X] der Institution , [X] ||| 0.0278341 1 ||| ||| 0.0454545
+weight [X][X] the institution you [X] ||| ganzen Einfluß [X][X] der Institution , die Sie [X] ||| 0.0278341 1 ||| ||| 0.0294118
+weight [X][X] the institution [X] ||| ganzen Einfluß [X][X] der Institution , die [X] ||| 0.0278341 1 ||| ||| 0.0344828
+weight [X][X] the institution [X] ||| ganzen Einfluß [X][X] der Institution [X] ||| 0.0278341 1 ||| ||| 0.0666667
+weight [X][X] the [X] ||| ganzen Einfluß [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.1
+weight [X][X] the [X][X] [X] ||| ganzen Einfluß [X][X] der [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0294118
+weight [X][X] you [X] ||| ganzen Einfluß [X][X] die Sie [X] ||| 0.0278341 1 ||| ||| 0.0294118
+weight [X][X] [X] ||| ganzen Einfluß [X][X] die [X] ||| 0.0278341 1 ||| ||| 0.0344828
+weight [X][X] and [X] ||| ganzen Einfluß [X][X] und [X] ||| 0.0278341 1 ||| ||| 0.142857
+weight [X][X] and [X][X] [X] ||| ganzen Einfluß [X][X] und [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0454545
+weight [X][X] and [X][X] you [X] ||| ganzen Einfluß [X][X] und [X][X] , die Sie [X] ||| 0.0278341 1 ||| ||| 0.0294118
+weight [X][X] and [X][X] [X] ||| ganzen Einfluß [X][X] und [X][X] , die [X] ||| 0.0278341 1 ||| ||| 0.0344828
+weight [X][X] and [X][X] you [X] ||| ganzen Einfluß [X][X] und [X][X] Sie [X] ||| 0.0278341 1 ||| ||| 0.0294118
+weight [X][X] and [X][X] [X] ||| ganzen Einfluß [X][X] und [X][X] [X] ||| 0.0278341 1 ||| ||| 0.176016
+weight [X][X] and [X][X] you [X] ||| ganzen Einfluß [X][X] und [X][X] die Sie [X] ||| 0.0278341 1 ||| ||| 0.0294118
+weight [X][X] and [X][X] [X] ||| ganzen Einfluß [X][X] und [X][X] die [X] ||| 0.0278341 1 ||| ||| 0.0344828
+weight [X][X] and the institution [X] ||| ganzen Einfluß [X][X] und der Institution , [X] ||| 0.0278341 1 ||| ||| 0.0454545
+weight [X][X] and the institution [X] ||| ganzen Einfluß [X][X] und der Institution , die [X] ||| 0.0278341 1 ||| ||| 0.0344828
+weight [X][X] and the institution [X] ||| ganzen Einfluß [X][X] und der Institution [X] ||| 0.0278341 1 ||| ||| 0.0666667
+weight [X][X] and the [X] ||| ganzen Einfluß [X][X] und der [X] ||| 0.0278341 1 ||| ||| 0.1
+weight [X][X] and the [X][X] [X] ||| ganzen Einfluß [X][X] und der [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0294118
+is [X] ||| geht [X] ||| 0.0278341 1 ||| ||| 1
+to [X] ||| geltend zu [X] ||| 0.0278341 1 ||| ||| 1
+to [X][X] [X] ||| geltend zu [X][X] [X] ||| 0.0278341 1 ||| ||| 0.5
+to make [X] ||| geltend zu machen [X] ||| 0.0185561 1 ||| ||| 1.5
+to make representations [X] ||| geltend zu machen [X] ||| 0.00927803 1 ||| ||| 1.5
+made [X] ||| gemacht hat [X] ||| 0.0278341 1 ||| ||| 1
+common fisheries policy [X] ||| gemeinsamen Fischereipolitik darstellt [X] ||| 0.0278341 1 ||| ||| 0.5
+common fisheries policy [X][X] proposal [X] ||| gemeinsamen Fischereipolitik darstellt [X][X] Vorschlag [X] ||| 0.0278341 1 ||| ||| 0.0833333
+common fisheries policy [X][X] [X] ||| gemeinsamen Fischereipolitik darstellt [X][X] [X] ||| 0.0278341 1 ||| ||| 0.285014
+common fisheries policy and [X] ||| gemeinsamen Fischereipolitik darstellt und [X] ||| 0.0278341 1 ||| ||| 0.25
+common fisheries policy and [X][X] [X] ||| gemeinsamen Fischereipolitik darstellt und [X][X] [X] ||| 0.0278341 1 ||| ||| 0.142157
+common fisheries policy and a [X] ||| gemeinsamen Fischereipolitik darstellt und ein [X] ||| 0.0278341 1 ||| ||| 0.142857
+common [X] ||| gemeinsamen [X] ||| 0.0278341 1 ||| ||| 1
+common [X][X] to subvert it [X] ||| gemeinsamen [X][X] , diesen zu unterlaufen [X] ||| 0.0278341 1 ||| ||| 0.0588235
+common [X][X] proposal [X] ||| gemeinsamen [X][X] Vorschlag [X] ||| 0.0278341 1 ||| ||| 0.0833333
+common [X][X] proposal [X][X] [X] ||| gemeinsamen [X][X] Vorschlag [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0588235
+common [X][X] [X] ||| gemeinsamen [X][X] [X] ||| 0.241419 1 ||| ||| 1.03501
+common [X][X] a proposal [X] ||| gemeinsamen [X][X] ein Vorschlag [X] ||| 0.0278341 1 ||| ||| 0.0833333
+common [X][X] a proposal [X][X] [X] ||| gemeinsamen [X][X] ein Vorschlag [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0588235
+common [X][X] a [X] ||| gemeinsamen [X][X] ein [X] ||| 0.0278341 1 ||| ||| 0.142857
+common [X][X] a [X][X] [X] ||| gemeinsamen [X][X] ein [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0588235
+common [X][X] and [X] ||| gemeinsamen [X][X] und [X] ||| 0.0278341 1 ||| ||| 0.25
+common [X][X] and [X][X] [X] ||| gemeinsamen [X][X] und [X][X] [X] ||| 0.0278341 1 ||| ||| 0.142157
+common [X][X] and a proposal [X] ||| gemeinsamen [X][X] und ein Vorschlag [X] ||| 0.0278341 1 ||| ||| 0.0833333
+common [X][X] and a [X] ||| gemeinsamen [X][X] und ein [X] ||| 0.0278341 1 ||| ||| 0.142857
+common [X][X] and a [X][X] [X] ||| gemeinsamen [X][X] und ein [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0588235
+in accordance with [X] ||| gemäß [X] ||| 0.0278341 1 ||| ||| 1
+in accordance with the [X] ||| gemäß der [X] ||| 0.0278341 1 ||| ||| 0.5
+that is precisely [X] ||| genau [X] ||| 0.013917 1 ||| ||| 2
+that is precisely the [X] ||| genau [X] ||| 0.013917 1 ||| ||| 2
+that is precisely [X][X] , [X] ||| genau [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.111111
+that is precisely [X][X] [X] ||| genau [X][X] [X] ||| 0.013917 1 ||| ||| 1.1746
+that is precisely the [X][X] [X] ||| genau [X][X] [X] ||| 0.013917 1 ||| ||| 1.1746
+that is precisely [X][X] if [X] ||| genau [X][X] wenn [X] ||| 0.0278341 1 ||| ||| 0.0833333
+whole of the European Community [X] ||| gesamten Europäischen Union [X] ||| 0.0278341 1 ||| ||| 0.111111
+whole of the European [X] ||| gesamten Europäischen [X] ||| 0.0278341 1 ||| ||| 0.2
+whole [X] ||| gesamten [X] ||| 0.00927803 1 ||| ||| 3
+whole of [X] ||| gesamten [X] ||| 0.00927803 1 ||| ||| 3
+whole of the [X] ||| gesamten [X] ||| 0.00927803 1 ||| ||| 3
+whole [X][X] Community [X] ||| gesamten [X][X] Union [X] ||| 0.013917 1 ||| ||| 0.222222
+whole of [X][X] Community [X] ||| gesamten [X][X] Union [X] ||| 0.013917 1 ||| ||| 0.222222
+whole [X][X] [X] ||| gesamten [X][X] [X] ||| 0.0118084 1 ||| ||| 0.733333
+whole of [X][X] [X] ||| gesamten [X][X] [X] ||| 0.0118084 1 ||| ||| 0.733333
+whole of the [X][X] [X] ||| gesamten [X][X] [X] ||| 0.00421729 1 ||| ||| 0.733333
+[X][X] violent deaths [X] ||| gewaltsamen Tod [X][X] Bürgern [X] ||| 0.0278341 1 ||| ||| 0.2
+[X][X] violent deaths [X][X] [X] ||| gewaltsamen Tod [X][X] Bürgern [X][X] [X] ||| 0.0278341 1 ||| ||| 0.2
+[X][X] violent deaths in Sri [X] ||| gewaltsamen Tod [X][X] Bürgern von Sri [X] ||| 0.0278341 1 ||| ||| 0.2
+[X][X] violent deaths in [X] ||| gewaltsamen Tod [X][X] Bürgern von [X] ||| 0.0278341 1 ||| ||| 0.333333
+[X][X] other violent deaths [X] ||| gewaltsamen Tod [X][X] anderen Bürgern [X] ||| 0.0139171 1 ||| ||| 0.4
+[X][X] the other violent deaths [X] ||| gewaltsamen Tod [X][X] anderen Bürgern [X] ||| 0.0139171 1 ||| ||| 0.4
+[X][X] other violent deaths [X][X] [X] ||| gewaltsamen Tod [X][X] anderen Bürgern [X][X] [X] ||| 0.0278341 1 ||| ||| 0.2
+[X][X] other violent deaths in [X] ||| gewaltsamen Tod [X][X] anderen Bürgern von [X] ||| 0.0278341 1 ||| ||| 0.333333
+[X][X] and [X][X] violent deaths [X] ||| gewaltsamen Tod [X][X] und [X][X] Bürgern [X] ||| 0.0278341 1 ||| ||| 0.2
+at his [X][X] violent deaths [X] ||| gewaltsamen Tod von Herrn Ponnambalam [X][X] Bürgern [X] ||| 0.0278341 1 ||| ||| 0.2
+violent [X] ||| gewaltsamen [X] ||| 0.0278341 1 ||| ||| 1
+have [X] ||| haben [X] ||| 0.241419 1 ||| ||| 2
+is [X] ||| handelt [X] ||| 0.0278341 1 ||| ||| 1
+has [X] ||| hat [X] ||| 0.0278341 1 ||| ||| 1
+had [X] ||| hatte [X] ||| 0.0278341 1 ||| ||| 1
+meantime [X] ||| heute [X] ||| 0.0278341 1 ||| ||| 1
+meantime , [X][X] [X] ||| heute [X][X] - [X] ||| 0.0278341 1 ||| ||| 0.333333
+[X][X] meantime , [X][X] [X] ||| heute [X][X] - [X][X] [X] ||| 0.0278341 1 ||| ||| 0.142857
+in the meantime , [X][X] [X] ||| heute [X][X] - das ist auch der [X] ||| 0.0278341 1 ||| ||| 0.142857
+meantime [X][X] [X] ||| heute [X][X] [X] ||| 0.0278341 1 ||| ||| 0.333333
+[X][X] meantime [X][X] [X] ||| heute [X][X] [X][X] [X] ||| 0.0278341 1 ||| ||| 0.142857
+meantime , [X][X] [X] ||| heute [X][X] bitten - [X] ||| 0.0278341 1 ||| ||| 0.333333
+[X][X] meantime , [X][X] [X] ||| heute [X][X] bitten - [X][X] [X] ||| 0.0278341 1 ||| ||| 0.142857
+in the meantime , [X][X] [X] ||| heute [X][X] bitten - das ist auch der [X] ||| 0.0278341 1 ||| ||| 0.142857
+in the meantime [X][X] [X] ||| heute [X][X] das ist auch der [X] ||| 0.0278341 1 ||| ||| 0.142857
+here [X] ||| hier [X] ||| 0.0278341 1 ||| ||| 1
+I [X] ||| ich [X] ||| 1 1 ||| ||| 9
+I [X][X] [X] ||| ich [X][X] , [X] ||| 0.024494 1 ||| ||| 0.219298
+I [X][X] raise [X] ||| ich [X][X] , [X] ||| 0.0033401 1 ||| ||| 0.219298
+I [X][X] an [X] ||| ich [X][X] , einen [X] ||| 0.013917 1 ||| ||| 0.0357142
+I [X][X] raise an [X] ||| ich [X][X] , einen [X] ||| 0.013917 1 ||| ||| 0.0357142
+I [X][X] principle [X] ||| ich [X][X] Grundsatz [X] ||| 0.0278341 1 ||| ||| 0.0909091
+I [X][X] principle [X][X] stability [X] ||| ich [X][X] Grundsatz [X][X] Stabilität [X] ||| 0.0278341 1 ||| ||| 0.025641
+I [X][X] principle [X][X] [X] ||| ich [X][X] Grundsatz [X][X] [X] ||| 0.0229505 1 ||| ||| 0.11874
+I [X][X] principle [X][X] is [X] ||| ich [X][X] Grundsatz [X][X] [X] ||| 0.0048836 1 ||| ||| 0.11874
+I [X][X] principle [X][X] a [X] ||| ich [X][X] Grundsatz [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.0169492
+I [X][X] principle of [X] ||| ich [X][X] Grundsatz der [X] ||| 0.0278341 1 ||| ||| 0.0526316
+I [X][X] principle of [X][X] [X] ||| ich [X][X] Grundsatz der [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0634235
+I [X][X] principle of relative [X] ||| ich [X][X] Grundsatz der relativen [X] ||| 0.0278341 1 ||| ||| 0.0344828
+I [X][X] [X] ||| ich [X][X] Sie [X] ||| 0.0278341 1 ||| ||| 0.333333
+I [X][X] stability [X] ||| ich [X][X] Stabilität [X] ||| 0.0153567 1 ||| ||| 0.0464743
+I [X][X] stability is [X] ||| ich [X][X] Stabilität [X] ||| 0.0124774 1 ||| ||| 0.0464743
+I [X][X] stability [X][X] [X] ||| ich [X][X] Stabilität [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0169492
+I [X][X] stability is a [X] ||| ich [X][X] Stabilität einen [X] ||| 0.0278341 1 ||| ||| 0.0169492
+I [X][X] [X] ||| ich [X][X] [X] ||| 0.910577 1 ||| ||| 4.59922
+I [X][X] have [X] ||| ich [X][X] [X] ||| 0.000263127 1 ||| ||| 4.59922
+I [X][X] have just [X] ||| ich [X][X] [X] ||| 0.000252163 1 ||| ||| 4.59922
+I [X][X] is [X] ||| ich [X][X] [X] ||| 0.000126081 1 ||| ||| 4.59922
+I [X][X] just [X] ||| ich [X][X] [X] ||| 0.000252163 1 ||| ||| 4.59922
+I [X][X] raise [X] ||| ich [X][X] [X] ||| 0.000761651 1 ||| ||| 4.59922
+I [X][X] you [X] ||| ich [X][X] [X] ||| 0.000318522 1 ||| ||| 4.59922
+I [X][X] you have [X] ||| ich [X][X] [X] ||| 0.000263127 1 ||| ||| 4.59922
+I [X][X] you have just [X] ||| ich [X][X] [X] ||| 0.000252163 1 ||| ||| 4.59922
+I [X][X] initiative [X][X] [X] ||| ich [X][X] [X][X] Initiative [X] ||| 0.0105364 1 ||| ||| 0.567177
+I [X][X] initiative [X][X] have [X] ||| ich [X][X] [X][X] Initiative [X] ||| 0.00213369 1 ||| ||| 0.567177
+I [X][X] initiative [X][X] just [X] ||| ich [X][X] [X][X] Initiative [X] ||| 0.00204479 1 ||| ||| 0.567177
+I [X][X] initiative [X][X] you [X] ||| ich [X][X] [X][X] Initiative [X] ||| 0.00258289 1 ||| ||| 0.567177
+I [X][X] initiative of [X][X] [X] ||| ich [X][X] [X][X] Initiative [X] ||| 0.0105364 1 ||| ||| 0.567177
+I [X][X] the principle [X] ||| ich [X][X] der Grundsatz [X] ||| 0.0278341 1 ||| ||| 0.0909091
+I [X][X] the principle [X][X] [X] ||| ich [X][X] der Grundsatz [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0979063
+I [X][X] the principle of [X] ||| ich [X][X] der Grundsatz der [X] ||| 0.0278341 1 ||| ||| 0.0526316
+I [X][X] of [X] ||| ich [X][X] der [X] ||| 0.00668018 1 ||| ||| 0.219299
+I [X][X] the [X] ||| ich [X][X] der [X] ||| 0.0211539 1 ||| ||| 0.219299
+I [X][X] the [X][X] stability [X] ||| ich [X][X] der [X][X] Stabilität [X] ||| 0.0278341 1 ||| ||| 0.025641
+I [X][X] of [X][X] [X] ||| ich [X][X] der [X][X] [X] ||| 0.00690588 1 ||| ||| 0.255628
+I [X][X] of [X][X] is [X] ||| ich [X][X] der [X][X] [X] ||| 0.00226844 1 ||| ||| 0.255628
+I [X][X] the [X][X] [X] ||| ich [X][X] der [X][X] [X] ||| 0.0163913 1 ||| ||| 0.255628
+I [X][X] the [X][X] is [X] ||| ich [X][X] der [X][X] [X] ||| 0.00226844 1 ||| ||| 0.255628
+I [X][X] of [X][X] a [X] ||| ich [X][X] der [X][X] einen [X] ||| 0.013917 1 ||| ||| 0.0338984
+I [X][X] the [X][X] a [X] ||| ich [X][X] der [X][X] einen [X] ||| 0.013917 1 ||| ||| 0.0338984
+I [X][X] the [X][X] relative [X] ||| ich [X][X] der [X][X] relativen [X] ||| 0.0278341 1 ||| ||| 0.0344828
+I [X][X] of relative stability [X] ||| ich [X][X] der relativen Stabilität [X] ||| 0.0278341 1 ||| ||| 0.025641
+I [X][X] of relative [X] ||| ich [X][X] der relativen [X] ||| 0.0278341 1 ||| ||| 0.0344828
+I [X][X] of relative [X][X] [X] ||| ich [X][X] der relativen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0377825
+I [X][X] a [X] ||| ich [X][X] einen [X] ||| 0.00677702 1 ||| ||| 0.0696126
+I [X][X] an [X] ||| ich [X][X] einen [X] ||| 0.00714003 1 ||| ||| 0.0696126
+I [X][X] is a [X] ||| ich [X][X] einen [X] ||| 0.00677702 1 ||| ||| 0.0696126
+I [X][X] raise an [X] ||| ich [X][X] einen [X] ||| 0.00714003 1 ||| ||| 0.0696126
+I [X][X] one [X] ||| ich [X][X] es [X] ||| 0.0278341 1 ||| ||| 0.166667
+I [X][X] one [X][X] [X] ||| ich [X][X] es [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0263158
+I [X][X] one [X][X] an [X] ||| ich [X][X] es [X][X] , einen [X] ||| 0.0278341 1 ||| ||| 0.0178571
+I [X][X] one [X][X] [X] ||| ich [X][X] es [X][X] [X] ||| 0.0278341 1 ||| ||| 0.14371
+I [X][X] one [X][X] an [X] ||| ich [X][X] es [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.0178571
+I [X][X] one [X][X] [X] ||| ich [X][X] es [X][X] ist , [X] ||| 0.0278341 1 ||| ||| 0.0263158
+I [X][X] one [X][X] an [X] ||| ich [X][X] es [X][X] ist , einen [X] ||| 0.0278341 1 ||| ||| 0.0178571
+I [X][X] one [X][X] [X] ||| ich [X][X] es [X][X] ist [X] ||| 0.0278341 1 ||| ||| 0.037037
+I [X][X] one can [X] ||| ich [X][X] es möglich [X] ||| 0.0171287 1 ||| ||| 0.1625
+I [X][X] one can raise [X] ||| ich [X][X] es möglich [X] ||| 0.0107054 1 ||| ||| 0.1625
+I [X][X] one can [X][X] [X] ||| ich [X][X] es möglich [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0178571
+I [X][X] one can [X] ||| ich [X][X] es möglich ist , [X] ||| 0.0188874 1 ||| ||| 0.0818714
+I [X][X] one can raise [X] ||| ich [X][X] es möglich ist , [X] ||| 0.00894667 1 ||| ||| 0.0818714
+I [X][X] one can [X][X] [X] ||| ich [X][X] es möglich ist , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0178571
+I [X][X] one can [X] ||| ich [X][X] es möglich ist [X] ||| 0.0183298 1 ||| ||| 0.108466
+I [X][X] one can raise [X] ||| ich [X][X] es möglich ist [X] ||| 0.00950432 1 ||| ||| 0.108466
+I [X][X] one can [X][X] [X] ||| ich [X][X] es möglich ist [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0178571
+I [X][X] [X] ||| ich [X][X] ist , [X] ||| 0.0210636 1 ||| ||| 0.108187
+I [X][X] raise [X] ||| ich [X][X] ist , [X] ||| 0.00677046 1 ||| ||| 0.108187
+I [X][X] an [X] ||| ich [X][X] ist , einen [X] ||| 0.013917 1 ||| ||| 0.0357142
+I [X][X] raise an [X] ||| ich [X][X] ist , einen [X] ||| 0.013917 1 ||| ||| 0.0357142
+I [X][X] [X] ||| ich [X][X] ist [X] ||| 0.0207491 1 ||| ||| 0.145503
+I [X][X] raise [X] ||| ich [X][X] ist [X] ||| 0.00708502 1 ||| ||| 0.145503
+I [X][X] can [X] ||| ich [X][X] möglich [X] ||| 0.0171287 1 ||| ||| 0.1625
+I [X][X] can raise [X] ||| ich [X][X] möglich [X] ||| 0.0107054 1 ||| ||| 0.1625
+I [X][X] can [X][X] [X] ||| ich [X][X] möglich [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0178571
+I [X][X] can [X] ||| ich [X][X] möglich ist , [X] ||| 0.0188874 1 ||| ||| 0.0818714
+I [X][X] can raise [X] ||| ich [X][X] möglich ist , [X] ||| 0.00894667 1 ||| ||| 0.0818714
+I [X][X] can [X][X] [X] ||| ich [X][X] möglich ist , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0178571
+I [X][X] can raise an [X] ||| ich [X][X] möglich ist , einen [X] ||| 0.0278341 1 ||| ||| 0.0178571
+I [X][X] can [X] ||| ich [X][X] möglich ist [X] ||| 0.0183298 1 ||| ||| 0.108466
+I [X][X] can raise [X] ||| ich [X][X] möglich ist [X] ||| 0.00950432 1 ||| ||| 0.108466
+I [X][X] can [X][X] [X] ||| ich [X][X] möglich ist [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0178571
+I [X][X] whether [X] ||| ich [X][X] ob [X] ||| 0.0278341 1 ||| ||| 0.25
+I [X][X] whether [X][X] [X] ||| ich [X][X] ob [X][X] , [X] ||| 0.0210636 1 ||| ||| 0.108187
+I [X][X] whether [X][X] raise [X] ||| ich [X][X] ob [X][X] , [X] ||| 0.00677046 1 ||| ||| 0.108187
+I [X][X] whether [X][X] an [X] ||| ich [X][X] ob [X][X] , einen [X] ||| 0.0278341 1 ||| ||| 0.0178571
+I [X][X] whether [X][X] [X] ||| ich [X][X] ob [X][X] [X] ||| 0.0207794 1 ||| ||| 0.496547
+I [X][X] whether [X][X] raise [X] ||| ich [X][X] ob [X][X] [X] ||| 0.00705473 1 ||| ||| 0.496547
+I [X][X] whether [X][X] an [X] ||| ich [X][X] ob [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.0178571
+I [X][X] whether [X][X] [X] ||| ich [X][X] ob [X][X] ist , [X] ||| 0.0210636 1 ||| ||| 0.108187
+I [X][X] whether [X][X] raise [X] ||| ich [X][X] ob [X][X] ist , [X] ||| 0.00677046 1 ||| ||| 0.108187
+I [X][X] whether [X][X] an [X] ||| ich [X][X] ob [X][X] ist , einen [X] ||| 0.0278341 1 ||| ||| 0.0178571
+I [X][X] whether [X][X] [X] ||| ich [X][X] ob [X][X] ist [X] ||| 0.0207491 1 ||| ||| 0.145503
+I [X][X] whether [X][X] raise [X] ||| ich [X][X] ob [X][X] ist [X] ||| 0.00708502 1 ||| ||| 0.145503
+I [X][X] whether one [X] ||| ich [X][X] ob es [X] ||| 0.0278341 1 ||| ||| 0.166667
+I [X][X] whether one [X][X] [X] ||| ich [X][X] ob es [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0263158
+I [X][X] whether one [X][X] [X] ||| ich [X][X] ob es [X][X] [X] ||| 0.0278341 1 ||| ||| 0.14371
+I [X][X] whether one [X][X] [X] ||| ich [X][X] ob es [X][X] ist , [X] ||| 0.0278341 1 ||| ||| 0.0263158
+I [X][X] whether one [X][X] [X] ||| ich [X][X] ob es [X][X] ist [X] ||| 0.0278341 1 ||| ||| 0.037037
+I [X][X] whether one can [X] ||| ich [X][X] ob es möglich [X] ||| 0.0278341 1 ||| ||| 0.1
+I [X][X] whether one can [X] ||| ich [X][X] ob es möglich ist , [X] ||| 0.0278341 1 ||| ||| 0.0555556
+I [X][X] whether one can [X] ||| ich [X][X] ob es möglich ist [X] ||| 0.0278341 1 ||| ||| 0.0714286
+I [X][X] relative stability [X] ||| ich [X][X] relativen Stabilität [X] ||| 0.0153567 1 ||| ||| 0.0464743
+I [X][X] relative stability is [X] ||| ich [X][X] relativen Stabilität [X] ||| 0.0124774 1 ||| ||| 0.0464743
+I [X][X] relative stability [X][X] [X] ||| ich [X][X] relativen Stabilität [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0169492
+I [X][X] relative [X] ||| ich [X][X] relativen [X] ||| 0.0278341 1 ||| ||| 0.0344828
+I [X][X] relative [X][X] [X] ||| ich [X][X] relativen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0377825
+I [X][X] relative [X][X] a [X] ||| ich [X][X] relativen [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.0169492
+I can competently [X] ||| ich befugt bin [X] ||| 0.0278341 1 ||| ||| 0.5
+please rise , then , [X] ||| ich bitte Sie , sich [X] ||| 0.0278341 1 ||| ||| 0.5
+please [X] ||| ich bitte Sie [X] ||| 0.0278341 1 ||| ||| 1
+please [X][X] [X] ||| ich bitte Sie [X][X] [X] ||| 0.0278341 1 ||| ||| 0.833333
+please [X][X] for this [X] ||| ich bitte Sie [X][X] zu einer [X] ||| 0.0278341 1 ||| ||| 0.333333
+I [X] ||| ich dem [X] ||| 0.0278341 1 ||| ||| 1
+I feel [X] ||| ich denke , daß [X] ||| 0.0278341 1 ||| ||| 1
+I feel [X][X] [X] ||| ich denke , daß [X][X] [X] ||| 0.0136556 1 ||| ||| 0.437622
+I feel [X][X] have [X] ||| ich denke , daß [X][X] [X] ||| 0.00276536 1 ||| ||| 0.437622
+I feel [X][X] have just [X] ||| ich denke , daß [X][X] [X] ||| 0.00265013 1 ||| ||| 0.437622
+I feel [X][X] just [X] ||| ich denke , daß [X][X] [X] ||| 0.00265013 1 ||| ||| 0.437622
+I feel [X][X] you [X] ||| ich denke , daß [X][X] [X] ||| 0.00334753 1 ||| ||| 0.437622
+I feel [X][X] you have [X] ||| ich denke , daß [X][X] [X] ||| 0.00276536 1 ||| ||| 0.437622
+I feel an [X] ||| ich denke , daß eine [X] ||| 0.0278341 1 ||| ||| 0.333333
+I feel an initiative [X][X] [X] ||| ich denke , daß eine [X][X] Initiative [X] ||| 0.0278341 1 ||| ||| 0.2147
+I feel an [X][X] [X] ||| ich denke , daß eine [X][X] [X] ||| 0.0169543 1 ||| ||| 0.352477
+I feel an [X][X] have [X] ||| ich denke , daß eine [X][X] [X] ||| 0.00343336 1 ||| ||| 0.352477
+I feel an [X][X] just [X] ||| ich denke , daß eine [X][X] [X] ||| 0.0032903 1 ||| ||| 0.352477
+I feel an [X][X] you [X] ||| ich denke , daß eine [X][X] [X] ||| 0.00415617 1 ||| ||| 0.352477
+I believe that [X] ||| ich meine , daß [X] ||| 0.0278341 1 ||| ||| 0.333333
+I believe that [X][X] stability [X] ||| ich meine , daß [X][X] Stabilität [X] ||| 0.0278341 1 ||| ||| 0.025641
+I believe that [X][X] [X] ||| ich meine , daß [X][X] [X] ||| 0.0256232 1 ||| ||| 0.26228
+I believe that [X][X] is [X] ||| ich meine , daß [X][X] [X] ||| 0.0022109 1 ||| ||| 0.26228
+I believe that [X][X] of [X] ||| ich meine , daß [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0526316
+I believe that [X][X] a [X] ||| ich meine , daß [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.0169492
+I believe that [X][X] relative [X] ||| ich meine , daß [X][X] relativen [X] ||| 0.0278341 1 ||| ||| 0.0344828
+I believe that the principle [X] ||| ich meine , daß der Grundsatz [X] ||| 0.0278341 1 ||| ||| 0.0909091
+I believe that the [X] ||| ich meine , daß der [X] ||| 0.0278341 1 ||| ||| 0.166667
+I believe that the [X][X] [X] ||| ich meine , daß der [X][X] [X] ||| 0.0278341 1 ||| ||| 0.150538
+I believe [X] ||| ich meine [X] ||| 0.0278341 1 ||| ||| 1
+I believe [X][X] principle [X] ||| ich meine [X][X] Grundsatz [X] ||| 0.0278341 1 ||| ||| 0.0909091
+I believe [X][X] principle [X][X] [X] ||| ich meine [X][X] Grundsatz [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0979063
+I believe [X][X] principle of [X] ||| ich meine [X][X] Grundsatz der [X] ||| 0.0278341 1 ||| ||| 0.0526316
+I believe [X][X] stability [X] ||| ich meine [X][X] Stabilität [X] ||| 0.0153567 1 ||| ||| 0.0464743
+I believe [X][X] stability is [X] ||| ich meine [X][X] Stabilität [X] ||| 0.0124774 1 ||| ||| 0.0464743
+I believe [X][X] stability [X][X] [X] ||| ich meine [X][X] Stabilität [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0169492
+I believe [X][X] [X] ||| ich meine [X][X] [X] ||| 0.0264822 1 ||| ||| 0.428947
+I believe [X][X] is [X] ||| ich meine [X][X] [X] ||| 0.00135186 1 ||| ||| 0.428947
+I believe [X][X] of [X] ||| ich meine [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0526316
+I believe [X][X] of [X][X] [X] ||| ich meine [X][X] der [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0634235
+I believe [X][X] of relative [X] ||| ich meine [X][X] der relativen [X] ||| 0.0278341 1 ||| ||| 0.0344828
+I believe [X][X] a [X] ||| ich meine [X][X] einen [X] ||| 0.013917 1 ||| ||| 0.0338984
+I believe [X][X] is a [X] ||| ich meine [X][X] einen [X] ||| 0.013917 1 ||| ||| 0.0338984
+I believe [X][X] relative stability [X] ||| ich meine [X][X] relativen Stabilität [X] ||| 0.0278341 1 ||| ||| 0.025641
+I believe [X][X] relative [X] ||| ich meine [X][X] relativen [X] ||| 0.0278341 1 ||| ||| 0.0344828
+I believe [X][X] relative [X][X] [X] ||| ich meine [X][X] relativen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0377825
+I should like to [X] ||| ich möchte Sie [X] ||| 0.0278341 1 ||| ||| 0.333333
+I should like to [X][X] [X] ||| ich möchte Sie [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.111111
+I should like to [X][X] [X] ||| ich möchte Sie [X][X] [X] ||| 0.0278341 1 ||| ||| 0.277778
+I should like to [X] ||| ich möchte [X] ||| 0.0278341 1 ||| ||| 0.5
+I should like to [X][X] [X] ||| ich möchte [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.111111
+I should like to [X][X] [X] ||| ich möchte [X][X] [X] ||| 0.0278341 1 ||| ||| 0.277778
+I want to know [X] ||| ich möchte wissen , [X] ||| 0.0278341 1 ||| ||| 0.5
+I want to know [X][X] [X] ||| ich möchte wissen , [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0818713
+I want to know [X][X] [X] ||| ich möchte wissen , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.537361
+I want to know [X][X] [X] ||| ich möchte wissen , [X][X] ist , [X] ||| 0.0278341 1 ||| ||| 0.0818713
+I want to know [X][X] [X] ||| ich möchte wissen , [X][X] ist [X] ||| 0.0278341 1 ||| ||| 0.108466
+I want to know whether [X] ||| ich möchte wissen , ob [X] ||| 0.0278341 1 ||| ||| 0.25
+him [X] ||| ihn [X] ||| 0.0278341 1 ||| ||| 1
+[X][X] him [X] ||| ihn [X][X] [X] ||| 0.0278341 1 ||| ||| 0.5
+[X][X] him [X][X] that [X] ||| ihn [X][X] [X][X] , daß [X] ||| 0.0278341 1 ||| ||| 0.0588235
+[X][X] him [X][X] [X] ||| ihn [X][X] [X][X] [X] ||| 0.0278341 1 ||| ||| 0.130252
+[X][X] him and [X] ||| ihn [X][X] und [X] ||| 0.0278341 1 ||| ||| 0.25
+[X][X] him and [X][X] that [X] ||| ihn [X][X] und [X][X] , daß [X] ||| 0.0278341 1 ||| ||| 0.0588235
+[X][X] him and [X][X] [X] ||| ihn [X][X] und [X][X] [X] ||| 0.0278341 1 ||| ||| 0.130252
+[X][X] him and made [X][X] [X] ||| ihn [X][X] und [X][X] gemacht hat [X] ||| 0.0278341 1 ||| ||| 0.0714286
+acquitted him [X] ||| ihn freigesprochen [X] ||| 0.0185561 1 ||| ||| 1.5
+have acquitted him [X] ||| ihn freigesprochen [X] ||| 0.00927803 1 ||| ||| 1.5
+acquitted him [X][X] that [X] ||| ihn freigesprochen [X][X] , daß [X] ||| 0.0175252 1 ||| ||| 0.158824
+have acquitted him [X][X] that [X] ||| ihn freigesprochen [X][X] , daß [X] ||| 0.0103089 1 ||| ||| 0.158824
+acquitted him [X][X] [X] ||| ihn freigesprochen [X][X] [X] ||| 0.0176288 1 ||| ||| 0.355252
+have acquitted him [X][X] [X] ||| ihn freigesprochen [X][X] [X] ||| 0.0102053 1 ||| ||| 0.355252
+acquitted him and [X] ||| ihn freigesprochen und [X] ||| 0.0185561 1 ||| ||| 0.75
+have acquitted him and [X] ||| ihn freigesprochen und [X] ||| 0.00927803 1 ||| ||| 0.75
+acquitted him and [X][X] that [X] ||| ihn freigesprochen und [X][X] , daß [X] ||| 0.0278341 1 ||| ||| 0.1
+acquitted him and [X][X] [X] ||| ihn freigesprochen und [X][X] [X] ||| 0.0176288 1 ||| ||| 0.355252
+have acquitted him and [X][X] [X] ||| ihn freigesprochen und [X][X] [X] ||| 0.0102053 1 ||| ||| 0.355252
+acquitted him and made [X][X] [X] ||| ihn freigesprochen und [X][X] gemacht hat [X] ||| 0.0278341 1 ||| ||| 0.125
+their fleet [X] ||| ihr Soll [X] ||| 0.0278341 1 ||| ||| 1
+their fleet [X][X] [X] ||| ihr Soll [X][X] [X] ||| 0.0278341 1 ||| ||| 0.25
+[X][X] their fleet [X][X] [X] ||| ihr Soll [X][X] [X][X] [X] ||| 0.0278341 1 ||| ||| 0.142857
+[X][X] their fleet [X][X] annually [X] ||| ihr Soll [X][X] [X][X] jährlich [X] ||| 0.0278341 1 ||| ||| 0.2
+fail [X][X] their fleet [X][X] [X] ||| ihr Soll [X][X] nicht [X][X] [X] ||| 0.0278341 1 ||| ||| 0.142857
+their fleet reduction targets [X] ||| ihr Soll zur Flottenverkleinerung [X] ||| 0.0278341 1 ||| ||| 0.25
+[X][X] their fleet reduction targets [X] ||| ihr Soll zur Flottenverkleinerung [X][X] [X] ||| 0.0278341 1 ||| ||| 0.142857
+their [X] ||| ihr [X] ||| 0.0278341 1 ||| ||| 1
+their [X][X] [X] ||| ihr [X][X] [X] ||| 0.0278341 1 ||| ||| 0.25
+[X][X] their [X][X] [X] ||| ihr [X][X] [X][X] [X] ||| 0.0278341 1 ||| ||| 0.142857
+[X][X] their [X][X] annually [X] ||| ihr [X][X] [X][X] jährlich [X] ||| 0.0278341 1 ||| ||| 0.2
+fail [X][X] their [X][X] [X] ||| ihr [X][X] nicht [X][X] [X] ||| 0.0278341 1 ||| ||| 0.142857
+fail [X][X] their [X][X] annually [X] ||| ihr [X][X] nicht [X][X] jährlich [X] ||| 0.0278341 1 ||| ||| 0.2
+fail to meet their [X][X] [X] ||| ihr [X][X] nicht erfüllen , [X] ||| 0.0278341 1 ||| ||| 0.142857
+her [X] ||| ihrem [X] ||| 0.0278341 1 ||| ||| 1
+you [X] ||| im Parlament [X] ||| 0.0278341 1 ||| ||| 1
+you [X][X] debate [X] ||| im Parlament [X][X] Aussprache [X] ||| 0.0278341 1 ||| ||| 0.0344828
+you [X][X] debate on [X] ||| im Parlament [X][X] Aussprache im [X] ||| 0.0278341 1 ||| ||| 0.0185185
+you [X][X] [X] ||| im Parlament [X][X] [X] ||| 0.0278341 1 ||| ||| 0.433954
+you [X][X] a debate [X] ||| im Parlament [X][X] einer Aussprache [X] ||| 0.0278341 1 ||| ||| 0.0344828
+you [X][X] a debate on [X] ||| im Parlament [X][X] einer Aussprache im [X] ||| 0.0278341 1 ||| ||| 0.0185185
+you [X][X] a [X] ||| im Parlament [X][X] einer [X] ||| 0.0278341 1 ||| ||| 0.0714286
+you [X][X] a [X][X] [X] ||| im Parlament [X][X] einer [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0185185
+you [X][X] on [X] ||| im Parlament [X][X] im [X] ||| 0.0278341 1 ||| ||| 0.0185185
+you [X][X] [X] ||| im Parlament [X][X] nach [X] ||| 0.0278341 1 ||| ||| 0.142857
+you [X][X] a debate [X] ||| im Parlament [X][X] nach einer Aussprache [X] ||| 0.0278341 1 ||| ||| 0.0344828
+you [X][X] a debate on [X] ||| im Parlament [X][X] nach einer Aussprache im [X] ||| 0.0278341 1 ||| ||| 0.0185185
+you [X][X] a [X] ||| im Parlament [X][X] nach einer [X] ||| 0.0278341 1 ||| ||| 0.0714286
+you [X][X] a [X][X] [X] ||| im Parlament [X][X] nach einer [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0185185
+you have [X] ||| im Parlament besteht [X] ||| 0.0278341 1 ||| ||| 1
+you have [X][X] debate [X] ||| im Parlament besteht [X][X] Aussprache [X] ||| 0.0278341 1 ||| ||| 0.0344828
+you have [X][X] debate on [X] ||| im Parlament besteht [X][X] Aussprache im [X] ||| 0.0278341 1 ||| ||| 0.0185185
+you have [X][X] [X] ||| im Parlament besteht [X][X] [X] ||| 0.0278341 1 ||| ||| 0.12443
+you have [X][X] on [X] ||| im Parlament besteht [X][X] im [X] ||| 0.0278341 1 ||| ||| 0.0185185
+you have requested [X] ||| im Parlament besteht der Wunsch [X] ||| 0.0278341 1 ||| ||| 0.166667
+you have requested [X][X] [X] ||| im Parlament besteht der Wunsch [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0530013
+you have requested [X][X] on [X] ||| im Parlament besteht der Wunsch [X][X] im [X] ||| 0.0278341 1 ||| ||| 0.0185185
+you have requested [X] ||| im Parlament besteht der Wunsch nach [X] ||| 0.0278341 1 ||| ||| 0.142857
+you have requested [X][X] [X] ||| im Parlament besteht der Wunsch nach [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0530013
+you have requested [X][X] on [X] ||| im Parlament besteht der Wunsch nach [X][X] im [X] ||| 0.0278341 1 ||| ||| 0.0185185
+you have requested a debate [X] ||| im Parlament besteht der Wunsch nach einer Aussprache [X] ||| 0.0278341 1 ||| ||| 0.0344828
+you have requested a [X] ||| im Parlament besteht der Wunsch nach einer [X] ||| 0.0278341 1 ||| ||| 0.0714286
+you have requested a [X][X] [X] ||| im Parlament besteht der Wunsch nach einer [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0185185
+you have [X] ||| im Parlament besteht der [X] ||| 0.0278341 1 ||| ||| 1
+you have [X][X] debate [X] ||| im Parlament besteht der [X][X] Aussprache [X] ||| 0.0278341 1 ||| ||| 0.0344828
+you have [X][X] debate on [X] ||| im Parlament besteht der [X][X] Aussprache im [X] ||| 0.0278341 1 ||| ||| 0.0185185
+you have [X][X] [X] ||| im Parlament besteht der [X][X] [X] ||| 0.0278341 1 ||| ||| 0.12443
+you have [X][X] on [X] ||| im Parlament besteht der [X][X] im [X] ||| 0.0278341 1 ||| ||| 0.0185185
+in keeping with [X] ||| im Sinne [X] ||| 0.0278341 1 ||| ||| 0.5
+in keeping with [X][X] [X] ||| im Sinne [X][X] [X] ||| 0.0278341 1 ||| ||| 0.142857
+in keeping with the positions [X] ||| im Sinne der Position [X] ||| 0.0278341 1 ||| ||| 0.142857
+in keeping with the [X] ||| im Sinne der [X] ||| 0.0278341 1 ||| ||| 0.25
+concerning inadmissibility . [X] ||| im Zusammenhang mit der Unzulässigkeit geben ? [X] ||| 0.0278341 1 ||| ||| 0.333333
+concerning inadmissibility [X] ||| im Zusammenhang mit der Unzulässigkeit geben [X] ||| 0.0278341 1 ||| ||| 1
+concerning [X] ||| im Zusammenhang mit der [X] ||| 0.0278341 1 ||| ||| 1
+concerning [X][X] [X] ||| im Zusammenhang mit der [X][X] [X] ||| 0.0278341 1 ||| ||| 0.333333
+in [X] ||| im [X] ||| 0.013917 1 ||| ||| 2
+on [X] ||| im [X] ||| 0.013917 1 ||| ||| 2
+[X][X] debate [X] ||| im [X][X] Aussprache [X] ||| 0.0278341 1 ||| ||| 0.0344828
+[X][X] debate on [X] ||| im [X][X] Aussprache im [X] ||| 0.0278341 1 ||| ||| 0.0185185
+in [X][X] positions [X] ||| im [X][X] Position [X] ||| 0.0278341 1 ||| ||| 0.142857
+[X][X] requested [X] ||| im [X][X] Wunsch [X] ||| 0.0278341 1 ||| ||| 0.166667
+[X][X] requested [X][X] [X] ||| im [X][X] Wunsch [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0530013
+[X][X] requested [X][X] on [X] ||| im [X][X] Wunsch [X][X] im [X] ||| 0.0278341 1 ||| ||| 0.0185185
+[X][X] requested [X] ||| im [X][X] Wunsch nach [X] ||| 0.0278341 1 ||| ||| 0.142857
+[X][X] requested [X][X] [X] ||| im [X][X] Wunsch nach [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0530013
+[X][X] requested [X][X] on [X] ||| im [X][X] Wunsch nach [X][X] im [X] ||| 0.0278341 1 ||| ||| 0.0185185
+[X][X] requested a debate [X] ||| im [X][X] Wunsch nach einer Aussprache [X] ||| 0.0278341 1 ||| ||| 0.0344828
+[X][X] requested a debate on [X] ||| im [X][X] Wunsch nach einer Aussprache im [X] ||| 0.0278341 1 ||| ||| 0.0185185
+[X][X] requested a [X] ||| im [X][X] Wunsch nach einer [X] ||| 0.0278341 1 ||| ||| 0.0714286
+[X][X] requested a [X][X] [X] ||| im [X][X] Wunsch nach einer [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0185185
+in [X][X] [X] ||| im [X][X] [X] ||| 0.0278341 1 ||| ||| 0.892857
+in [X][X] the positions [X] ||| im [X][X] der Position [X] ||| 0.0278341 1 ||| ||| 0.142857
+[X][X] requested [X] ||| im [X][X] der Wunsch [X] ||| 0.0278341 1 ||| ||| 0.166667
+[X][X] requested [X][X] [X] ||| im [X][X] der Wunsch [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0530013
+[X][X] requested [X][X] on [X] ||| im [X][X] der Wunsch [X][X] im [X] ||| 0.0278341 1 ||| ||| 0.0185185
+[X][X] requested [X] ||| im [X][X] der Wunsch nach [X] ||| 0.0278341 1 ||| ||| 0.142857
+[X][X] requested [X][X] [X] ||| im [X][X] der Wunsch nach [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0530013
+[X][X] requested [X][X] on [X] ||| im [X][X] der Wunsch nach [X][X] im [X] ||| 0.0278341 1 ||| ||| 0.0185185
+[X][X] requested a debate [X] ||| im [X][X] der Wunsch nach einer Aussprache [X] ||| 0.0278341 1 ||| ||| 0.0344828
+[X][X] requested a debate on [X] ||| im [X][X] der Wunsch nach einer Aussprache im [X] ||| 0.0278341 1 ||| ||| 0.0185185
+[X][X] requested a [X] ||| im [X][X] der Wunsch nach einer [X] ||| 0.0278341 1 ||| ||| 0.0714286
+[X][X] requested a [X][X] [X] ||| im [X][X] der Wunsch nach einer [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0185185
+in [X][X] the [X] ||| im [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.25
+[X][X] a debate [X] ||| im [X][X] einer Aussprache [X] ||| 0.0278341 1 ||| ||| 0.0344828
+[X][X] a debate on [X] ||| im [X][X] einer Aussprache im [X] ||| 0.0278341 1 ||| ||| 0.0185185
+[X][X] a [X] ||| im [X][X] einer [X] ||| 0.0278341 1 ||| ||| 0.0714286
+[X][X] a [X][X] [X] ||| im [X][X] einer [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0185185
+[X][X] on [X] ||| im [X][X] im [X] ||| 0.0278341 1 ||| ||| 0.0185185
+[X][X] a debate [X] ||| im [X][X] nach einer Aussprache [X] ||| 0.0278341 1 ||| ||| 0.0344828
+[X][X] a debate on [X] ||| im [X][X] nach einer Aussprache im [X] ||| 0.0278341 1 ||| ||| 0.0185185
+[X][X] a [X] ||| im [X][X] nach einer [X] ||| 0.0278341 1 ||| ||| 0.0714286
+[X][X] a [X][X] [X] ||| im [X][X] nach einer [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0185185
+always [X] ||| immer [X] ||| 0.013917 1 ||| ||| 2
+has always [X] ||| immer [X] ||| 0.013917 1 ||| ||| 2
+always [X][X] [X] ||| immer [X][X] [X] ||| 0.0173963 1 ||| ||| 0.533333
+has always [X][X] [X] ||| immer [X][X] [X] ||| 0.0104378 1 ||| ||| 0.533333
+always adopted . [X] ||| immer vertreten haben . [X] ||| 0.0173963 1 ||| ||| 0.533333
+has always adopted . [X] ||| immer vertreten haben . [X] ||| 0.0104378 1 ||| ||| 0.533333
+always adopted [X] ||| immer vertreten haben [X] ||| 0.0185561 1 ||| ||| 1.5
+has always adopted [X] ||| immer vertreten haben [X] ||| 0.00927803 1 ||| ||| 1.5
+consistently shown [X] ||| immer wieder befaßt [X] ||| 0.00927803 1 ||| ||| 3
+consistently shown an [X] ||| immer wieder befaßt [X] ||| 0.00927803 1 ||| ||| 3
+consistently shown an interest [X] ||| immer wieder befaßt [X] ||| 0.00927803 1 ||| ||| 3
+has consistently shown [X] ||| immer wieder befaßt hat [X] ||| 0.0128465 1 ||| ||| 1.08333
+has consistently shown an [X] ||| immer wieder befaßt hat [X] ||| 0.00856433 1 ||| ||| 1.08333
+has consistently shown an interest [X] ||| immer wieder befaßt hat [X] ||| 0.00642326 1 ||| ||| 1.08333
+has consistently shown [X][X] [X] ||| immer wieder befaßt hat [X][X] [X] ||| 0.013917 1 ||| ||| 0.222222
+has consistently shown an [X][X] [X] ||| immer wieder befaßt hat [X][X] [X] ||| 0.013917 1 ||| ||| 0.222222
+in paragraph 6 [X] ||| in Absatz 6 [X] ||| 0.0278341 1 ||| ||| 0.333333
+proposal in paragraph 6 that [X] ||| in Absatz 6 vorschlägt , [X] ||| 0.0278341 1 ||| ||| 0.2
+proposal in paragraph 6 [X] ||| in Absatz 6 vorschlägt [X] ||| 0.0278341 1 ||| ||| 0.25
+in paragraph [X] ||| in Absatz [X] ||| 0.0278341 1 ||| ||| 1
+appealing [X] ||| in Berufung [X] ||| 0.0278341 1 ||| ||| 1
+is appealing . [X] ||| in Berufung geht . [X] ||| 0.0278341 1 ||| ||| 0.333333
+is appealing [X] ||| in Berufung geht [X] ||| 0.0278341 1 ||| ||| 1
+in Russia , [X] ||| in Rußland [X] ||| 0.00927803 1 ||| ||| 1.5
+in Russia [X] ||| in Rußland [X] ||| 0.0185561 1 ||| ||| 1.5
+in Sri Lanka [X] ||| in Sri Lanka [X] ||| 0.0278341 1 ||| ||| 0.666666
+[X][X] killings in Sri Lanka [X] ||| in Sri Lanka [X][X] Toten [X] ||| 0.0278341 1 ||| ||| 0.125
+[X][X] in Sri Lanka [X] ||| in Sri Lanka [X][X] [X] ||| 0.0216487 1 ||| ||| 0.160714
+in Sri Lanka [X][X] [X] ||| in Sri Lanka [X][X] [X] ||| 0.00618536 1 ||| ||| 0.160714
+in Sri Lanka [X] ||| in Sri Lanka zu [X] ||| 0.0278341 1 ||| ||| 0.25
+in Sri Lanka [X][X] [X] ||| in Sri Lanka zu [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0357143
+in Sri Lanka [X] ||| in Sri Lanka zu beklagen [X] ||| 0.0278341 1 ||| ||| 0.2
+in Sri Lanka [X][X] [X] ||| in Sri Lanka zu beklagen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0357143
+in Sri Lanka was [X] ||| in Sri Lanka zu beklagen gab , [X] ||| 0.0278341 1 ||| ||| 0.0833333
+in Sri Lanka was [X] ||| in Sri Lanka zu beklagen gab , zählt [X] ||| 0.0278341 1 ||| ||| 0.0714286
+in Sri Lanka was Mr [X] ||| in Sri Lanka zu beklagen gab , zählt auch Herr [X] ||| 0.0278341 1 ||| ||| 0.0357143
+in Sri Lanka was [X] ||| in Sri Lanka zu beklagen gab , zählt auch [X] ||| 0.0278341 1 ||| ||| 0.0625
+in Sri Lanka was [X] ||| in Sri Lanka zu beklagen gab [X] ||| 0.0278341 1 ||| ||| 0.1
+in Sri [X] ||| in Sri [X] ||| 0.241419 1 ||| ||| 2
+in Sri [X][X] [X] ||| in Sri [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0833333
+in Sri [X][X] [X] ||| in Sri [X][X] , zählt [X] ||| 0.0278341 1 ||| ||| 0.0714286
+in Sri [X][X] Mr [X] ||| in Sri [X][X] , zählt auch Herr [X] ||| 0.0278341 1 ||| ||| 0.0357143
+in Sri [X][X] [X] ||| in Sri [X][X] , zählt auch [X] ||| 0.0278341 1 ||| ||| 0.0625
+in Sri [X][X] Mr [X] ||| in Sri [X][X] Herr [X] ||| 0.0278341 1 ||| ||| 0.0357143
+in Sri [X][X] [X] ||| in Sri [X][X] [X] ||| 0.0278341 1 ||| ||| 0.352976
+in Sri [X][X] Mr [X] ||| in Sri [X][X] auch Herr [X] ||| 0.0278341 1 ||| ||| 0.0357143
+in Sri [X][X] [X] ||| in Sri [X][X] auch [X] ||| 0.0278341 1 ||| ||| 0.0625
+in Sri [X][X] [X] ||| in Sri [X][X] zählt [X] ||| 0.0278341 1 ||| ||| 0.0714286
+in Sri [X][X] Mr [X] ||| in Sri [X][X] zählt auch Herr [X] ||| 0.0278341 1 ||| ||| 0.0357143
+in Sri [X][X] [X] ||| in Sri [X][X] zählt auch [X] ||| 0.0278341 1 ||| ||| 0.0625
+in Texas [X] ||| in Texas [X] ||| 0.0278341 1 ||| ||| 1
+as [X] ||| in [X] ||| 0.00253037 1 ||| ||| 11
+in [X] ||| in [X] ||| 0.818182 1 ||| ||| 11
+to [X] ||| in [X] ||| 0.00253037 1 ||| ||| 11
+in [X][X] [X] ||| in [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0833333
+in [X][X] [X] ||| in [X][X] , zählt [X] ||| 0.0278341 1 ||| ||| 0.0714286
+in [X][X] Mr [X] ||| in [X][X] , zählt auch Herr [X] ||| 0.0278341 1 ||| ||| 0.0357143
+in [X][X] [X] ||| in [X][X] , zählt auch [X] ||| 0.0278341 1 ||| ||| 0.0625
+[X][X] . [X] ||| in [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.333333
+in [X][X] European Union [X] ||| in [X][X] Europäischen Union [X] ||| 0.0278341 1 ||| ||| 0.04
+in [X][X] European [X] ||| in [X][X] Europäischen [X] ||| 0.0278341 1 ||| ||| 0.0526316
+in [X][X] Mr [X] ||| in [X][X] Herr [X] ||| 0.0278341 1 ||| ||| 0.0357143
+in [X][X] countries [X] ||| in [X][X] Ländern [X] ||| 0.0278341 1 ||| ||| 0.166667
+in [X][X] countries [X][X] European [X] ||| in [X][X] Ländern [X][X] Europäischen [X] ||| 0.0278341 1 ||| ||| 0.0526316
+in [X][X] countries [X][X] Union [X] ||| in [X][X] Ländern [X][X] Union [X] ||| 0.0278341 1 ||| ||| 0.04
+in [X][X] countries [X][X] [X] ||| in [X][X] Ländern [X][X] [X] ||| 0.0278341 1 ||| ||| 0.16406
+in [X][X] countries of the [X] ||| in [X][X] Ländern der [X] ||| 0.0278341 1 ||| ||| 0.0714286
+in [X][X] few days , [X] ||| in [X][X] Tagen [X] ||| 0.0121774 1 ||| ||| 0.253968
+in [X][X] few days [X] ||| in [X][X] Tagen [X] ||| 0.0156567 1 ||| ||| 0.253968
+in [X][X] Union [X] ||| in [X][X] Union [X] ||| 0.0278341 1 ||| ||| 0.04
+in [X][X] , [X] ||| in [X][X] [X] ||| 0.000562429 1 ||| ||| 5.49878
+in [X][X] [X] ||| in [X][X] [X] ||| 0.737316 1 ||| ||| 5.49878
+to [X][X] [X] ||| in [X][X] [X] ||| 0.00506187 1 ||| ||| 5.49878
+to [X][X] to [X] ||| in [X][X] [X] ||| 0.00168729 1 ||| ||| 5.49878
+[X][X] killings in [X][X] [X] ||| in [X][X] [X][X] Toten [X] ||| 0.0278341 1 ||| ||| 0.125
+[X][X] in [X][X] [X] ||| in [X][X] [X][X] [X] ||| 0.0278341 1 ||| ||| 0.125
+in [X][X] Mr [X] ||| in [X][X] auch Herr [X] ||| 0.0278341 1 ||| ||| 0.0357143
+in [X][X] [X] ||| in [X][X] auch [X] ||| 0.0278341 1 ||| ||| 0.0625
+in [X][X] [X] ||| in [X][X] beklagen [X] ||| 0.0278341 1 ||| ||| 0.2
+in [X][X] was [X] ||| in [X][X] beklagen gab , [X] ||| 0.0278341 1 ||| ||| 0.0833333
+in [X][X] was [X] ||| in [X][X] beklagen gab , zählt [X] ||| 0.0278341 1 ||| ||| 0.0714286
+in [X][X] was Mr [X] ||| in [X][X] beklagen gab , zählt auch Herr [X] ||| 0.0278341 1 ||| ||| 0.0357143
+in [X][X] was [X] ||| in [X][X] beklagen gab , zählt auch [X] ||| 0.0278341 1 ||| ||| 0.0625
+in [X][X] was [X] ||| in [X][X] beklagen gab [X] ||| 0.0278341 1 ||| ||| 0.1
+to [X][X] the [X] ||| in [X][X] das [X] ||| 0.013917 1 ||| ||| 0.333334
+to [X][X] to the [X] ||| in [X][X] das [X] ||| 0.013917 1 ||| ||| 0.333334
+in [X][X] of the European [X] ||| in [X][X] der Europäischen [X] ||| 0.0278341 1 ||| ||| 0.0526316
+in [X][X] of the [X] ||| in [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0714286
+in [X][X] of the [X][X] [X] ||| in [X][X] der [X][X] [X] ||| 0.0278341 1 ||| ||| 0.04
+in [X][X] was [X] ||| in [X][X] gab , [X] ||| 0.0278341 1 ||| ||| 0.0833333
+in [X][X] was [X] ||| in [X][X] gab , zählt [X] ||| 0.0278341 1 ||| ||| 0.0714286
+in [X][X] was Mr [X] ||| in [X][X] gab , zählt auch Herr [X] ||| 0.0278341 1 ||| ||| 0.0357143
+in [X][X] was [X] ||| in [X][X] gab , zählt auch [X] ||| 0.0278341 1 ||| ||| 0.0625
+in [X][X] was [X] ||| in [X][X] gab [X] ||| 0.0278341 1 ||| ||| 0.1
+a number [X][X] in [X][X] [X] ||| in [X][X] mehrere [X][X] [X] ||| 0.0278341 1 ||| ||| 0.125
+in [X][X] next few days [X] ||| in [X][X] nächsten Tagen [X] ||| 0.0278341 1 ||| ||| 0.142857
+in [X][X] next [X] ||| in [X][X] nächsten [X] ||| 0.0278341 1 ||| ||| 0.333333
+in [X][X] next [X][X] , [X] ||| in [X][X] nächsten [X][X] [X] ||| 0.00847125 1 ||| ||| 0.365079
+in [X][X] next [X][X] [X] ||| in [X][X] nächsten [X][X] [X] ||| 0.0193629 1 ||| ||| 0.365079
+proposal in [X][X] that [X] ||| in [X][X] vorschlägt , [X] ||| 0.0278341 1 ||| ||| 0.2
+proposal in [X][X] [X] ||| in [X][X] vorschlägt [X] ||| 0.0278341 1 ||| ||| 0.25
+in [X][X] [X] ||| in [X][X] zu [X] ||| 0.0278341 1 ||| ||| 0.25
+in [X][X] [X] ||| in [X][X] zu beklagen [X] ||| 0.0278341 1 ||| ||| 0.2
+in [X][X] was [X] ||| in [X][X] zu beklagen gab , [X] ||| 0.0278341 1 ||| ||| 0.0833333
+in [X][X] was [X] ||| in [X][X] zu beklagen gab , zählt [X] ||| 0.0278341 1 ||| ||| 0.0714286
+in [X][X] was Mr [X] ||| in [X][X] zu beklagen gab , zählt auch Herr [X] ||| 0.0278341 1 ||| ||| 0.0357143
+in [X][X] was [X] ||| in [X][X] zu beklagen gab , zählt auch [X] ||| 0.0278341 1 ||| ||| 0.0625
+in [X][X] was [X] ||| in [X][X] zu beklagen gab [X] ||| 0.0278341 1 ||| ||| 0.1
+in [X][X] [X] ||| in [X][X] zählt [X] ||| 0.0278341 1 ||| ||| 0.0714286
+in [X][X] Mr [X] ||| in [X][X] zählt auch Herr [X] ||| 0.0278341 1 ||| ||| 0.0357143
+in [X][X] [X] ||| in [X][X] zählt auch [X] ||| 0.0278341 1 ||| ||| 0.0625
+, [X][X] in America , [X] ||| in den Vereinigten Staaten , [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.166667
+, [X][X] in America [X] ||| in den Vereinigten Staaten , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.166667
+, [X][X] in America [X][X] [X] ||| in den Vereinigten Staaten , [X][X] [X][X] [X] ||| 0.0278341 1 ||| ||| 0.142857
+, in Texas in America [X] ||| in den Vereinigten Staaten , in Texas [X] ||| 0.0278341 1 ||| ||| 0.166667
+in America [X] ||| in den Vereinigten Staaten [X] ||| 0.0278341 1 ||| ||| 1
+[X][X] in America , [X] ||| in den Vereinigten Staaten [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.166667
+[X][X] in America , for [X] ||| in den Vereinigten Staaten [X][X] , für [X] ||| 0.0278341 1 ||| ||| 0.142857
+[X][X] Texas in America , [X] ||| in den Vereinigten Staaten [X][X] Texas , [X] ||| 0.0278341 1 ||| ||| 0.166667
+[X][X] Texas in America [X] ||| in den Vereinigten Staaten [X][X] Texas [X] ||| 0.0278341 1 ||| ||| 0.166667
+[X][X] Texas in America [X][X] [X] ||| in den Vereinigten Staaten [X][X] Texas [X][X] [X] ||| 0.0278341 1 ||| ||| 0.142857
+[X][X] in America [X] ||| in den Vereinigten Staaten [X][X] [X] ||| 0.0278341 1 ||| ||| 0.166667
+Thursday [X][X] in America [X][X] [X] ||| in den Vereinigten Staaten [X][X] [X][X] Donnerstag [X] ||| 0.0278341 1 ||| ||| 0.25
+[X][X] in America [X][X] [X] ||| in den Vereinigten Staaten [X][X] [X][X] [X] ||| 0.0278341 1 ||| ||| 0.142857
+in [X] ||| in den [X] ||| 0.0111336 1 ||| ||| 2.5
+in the [X] ||| in den [X] ||| 0.0111336 1 ||| ||| 2.5
+in the course of the [X] ||| in den [X] ||| 0.00556682 1 ||| ||| 2.5
+in the [X][X] European Union [X] ||| in den [X][X] Europäischen Union [X] ||| 0.0278341 1 ||| ||| 0.04
+in the [X][X] European [X] ||| in den [X][X] Europäischen [X] ||| 0.0278341 1 ||| ||| 0.0526316
+in the [X][X] Union [X] ||| in den [X][X] Union [X] ||| 0.0278341 1 ||| ||| 0.04
+in the [X][X] [X] ||| in den [X][X] [X] ||| 0.0278341 1 ||| ||| 0.330727
+in the [X][X] of the [X] ||| in den [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0714286
+in the various countries [X] ||| in den verschiedenen Ländern [X] ||| 0.0278341 1 ||| ||| 0.166667
+in the various countries [X][X] [X] ||| in den verschiedenen Ländern [X][X] [X] ||| 0.0278341 1 ||| ||| 0.16406
+in the various [X] ||| in den verschiedenen [X] ||| 0.0278341 1 ||| ||| 0.333333
+in the various [X][X] European [X] ||| in den verschiedenen [X][X] Europäischen [X] ||| 0.0278341 1 ||| ||| 0.0526316
+in the various [X][X] Union [X] ||| in den verschiedenen [X][X] Union [X] ||| 0.0278341 1 ||| ||| 0.04
+in the various [X][X] [X] ||| in den verschiedenen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.16406
+to write a letter [X] ||| in einem Schreiben [X] ||| 0.0167005 1 ||| ||| 0.833333
+to write a letter to [X] ||| in einem Schreiben [X] ||| 0.0111336 1 ||| ||| 0.833333
+to write a letter [X][X] [X] ||| in einem Schreiben [X][X] [X] ||| 0.0278341 1 ||| ||| 0.166667
+particularly those [X] ||| insbesondere [X] ||| 0.0278341 1 ||| ||| 1
+is [X] ||| ist , [X] ||| 0.0278341 1 ||| ||| 1
+[X][X] objection [X] ||| ist , [X][X] Einwand gegen [X] ||| 0.0278341 1 ||| ||| 0.25
+an objection [X] ||| ist , einen Einwand gegen [X] ||| 0.0222673 1 ||| ||| 1.25
+raise an objection [X] ||| ist , einen Einwand gegen [X] ||| 0.00556682 1 ||| ||| 1.25
+an [X] ||| ist , einen [X] ||| 0.013917 1 ||| ||| 2
+raise an [X] ||| ist , einen [X] ||| 0.013917 1 ||| ||| 2
+. [X] ||| ist . [X] ||| 0.0278341 1 ||| ||| 1
+is [X] ||| ist [X] ||| 0.777778 1 ||| ||| 9
+is a [X] ||| ist [X] ||| 0.00309268 1 ||| ||| 9
+which is [X] ||| ist [X] ||| 0.00309268 1 ||| ||| 9
+[X][X] , he is [X] ||| ist [X][X] , daß er [X] ||| 0.0278341 1 ||| ||| 0.111111
+is [X][X] . [X] ||| ist [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.0344828
+is [X][X] Alexander Nikitin . [X] ||| ist [X][X] Alexander Nikitin . [X] ||| 0.0278341 1 ||| ||| 0.0344828
+is [X][X] Alexander Nikitin [X] ||| ist [X][X] Alexander Nikitin [X] ||| 0.0278341 1 ||| ||| 0.0526316
+is [X][X] Alexander [X] ||| ist [X][X] Alexander [X] ||| 0.0278341 1 ||| ||| 0.0909091
+is [X][X] Alexander [X][X] [X] ||| ist [X][X] Alexander [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0344828
+[X][X] objection [X] ||| ist [X][X] Einwand gegen [X] ||| 0.0278341 1 ||| ||| 0.25
+is [X][X] Nikitin . [X] ||| ist [X][X] Nikitin . [X] ||| 0.0278341 1 ||| ||| 0.0344828
+is [X][X] Nikitin [X] ||| ist [X][X] Nikitin [X] ||| 0.0278341 1 ||| ||| 0.0526316
+is [X][X] positions [X] ||| ist [X][X] Position [X] ||| 0.0278341 1 ||| ||| 0.0588235
+is [X][X] keeping with [X] ||| ist [X][X] Sinne [X] ||| 0.0278341 1 ||| ||| 0.125
+is [X][X] keeping with [X][X] [X] ||| ist [X][X] Sinne [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0588235
+is [X][X] keeping with the [X] ||| ist [X][X] Sinne der [X] ||| 0.0278341 1 ||| ||| 0.0833333
+[X][X] is [X] ||| ist [X][X] [X] ||| 0.00222555 1 ||| ||| 1.38962
+is [X][X] [X] ||| ist [X][X] [X] ||| 0.222115 1 ||| ||| 1.38962
+[X][X] he is [X] ||| ist [X][X] daß er [X] ||| 0.0278341 1 ||| ||| 0.111111
+is [X][X] the positions [X] ||| ist [X][X] der Position [X] ||| 0.0278341 1 ||| ||| 0.0588235
+is [X][X] the [X] ||| ist [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0833333
+[X][X] he is [X] ||| ist [X][X] er [X] ||| 0.0278341 1 ||| ||| 0.111111
+is [X][X] of Alexander Nikitin [X] ||| ist [X][X] von Alexander Nikitin [X] ||| 0.0278341 1 ||| ||| 0.0526316
+is [X][X] of Alexander [X] ||| ist [X][X] von Alexander [X] ||| 0.0278341 1 ||| ||| 0.0909091
+is [X][X] of Alexander [X][X] [X] ||| ist [X][X] von Alexander [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0344828
+is [X][X] of [X] ||| ist [X][X] von [X] ||| 0.0278341 1 ||| ||| 0.166667
+is [X][X] of [X][X] . [X] ||| ist [X][X] von [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.0344828
+is [X][X] of [X][X] [X] ||| ist [X][X] von [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0871143
+the [X] ||| ist auch der [X] ||| 0.0278341 1 ||| ||| 1
+is the case [X] ||| ist der Fall [X] ||| 0.0278341 1 ||| ||| 0.333333
+is the case [X][X] . [X] ||| ist der Fall [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.0344828
+is the case [X][X] Nikitin [X] ||| ist der Fall [X][X] Nikitin [X] ||| 0.0278341 1 ||| ||| 0.0526316
+is the case [X][X] [X] ||| ist der Fall [X][X] [X] ||| 0.0278341 1 ||| ||| 0.178023
+is the case of Alexander [X] ||| ist der Fall von Alexander [X] ||| 0.0278341 1 ||| ||| 0.0909091
+is the case of [X] ||| ist der Fall von [X] ||| 0.0278341 1 ||| ||| 0.166667
+is the case of [X][X] [X] ||| ist der Fall von [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0871143
+is the [X] ||| ist der [X] ||| 0.0278341 1 ||| ||| 1
+is the [X][X] . [X] ||| ist der [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.0344828
+is the [X][X] Alexander Nikitin [X] ||| ist der [X][X] Alexander Nikitin [X] ||| 0.0278341 1 ||| ||| 0.0526316
+is the [X][X] Alexander [X] ||| ist der [X][X] Alexander [X] ||| 0.0278341 1 ||| ||| 0.0909091
+is the [X][X] Alexander [X][X] [X] ||| ist der [X][X] Alexander [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0344828
+is the [X][X] Nikitin . [X] ||| ist der [X][X] Nikitin . [X] ||| 0.0278341 1 ||| ||| 0.0344828
+is the [X][X] Nikitin [X] ||| ist der [X][X] Nikitin [X] ||| 0.0278341 1 ||| ||| 0.0526316
+is the [X][X] [X] ||| ist der [X][X] [X] ||| 0.0278341 1 ||| ||| 0.34469
+, [X][X] is [X] ||| ist es [X][X] [X] ||| 0.0278341 1 ||| ||| 0.111111
+, [X][X] he is [X] ||| ist es [X][X] daß er [X] ||| 0.0278341 1 ||| ||| 0.111111
+, [X][X] he is [X] ||| ist es [X][X] er [X] ||| 0.0278341 1 ||| ||| 0.111111
+, however , he is [X] ||| ist es aber so , daß er [X] ||| 0.0278341 1 ||| ||| 0.111111
+, however [X][X] is [X] ||| ist es aber so [X][X] [X] ||| 0.0278341 1 ||| ||| 0.111111
+is quite [X] ||| ist ganz [X] ||| 0.0278341 1 ||| ||| 1
+is quite [X][X] positions [X] ||| ist ganz [X][X] Position [X] ||| 0.0278341 1 ||| ||| 0.0588235
+is quite [X][X] [X] ||| ist ganz [X][X] [X] ||| 0.0278341 1 ||| ||| 0.267157
+is quite [X][X] the positions [X] ||| ist ganz [X][X] der Position [X] ||| 0.0278341 1 ||| ||| 0.0588235
+is quite [X][X] the [X] ||| ist ganz [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0833333
+is quite in keeping with [X] ||| ist ganz im Sinne [X] ||| 0.0278341 1 ||| ||| 0.125
+is quite in [X] ||| ist ganz im [X] ||| 0.0278341 1 ||| ||| 0.333333
+is quite in [X][X] positions [X] ||| ist ganz im [X][X] Position [X] ||| 0.0278341 1 ||| ||| 0.0588235
+is quite in [X][X] [X] ||| ist ganz im [X][X] [X] ||| 0.0278341 1 ||| ||| 0.267157
+is quite in [X][X] the [X] ||| ist ganz im [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0833333
+yes , Mr Evans , [X] ||| ja , Herr Evans , [X] ||| 0.0278341 1 ||| ||| 0.0909091
+yes , Mr Evans [X] ||| ja , Herr Evans [X] ||| 0.0278341 1 ||| ||| 0.166667
+yes , Mr Evans [X][X] [X] ||| ja , Herr Evans [X][X] [X] ||| 0.0278341 1 ||| ||| 0.112755
+yes , Mr [X] ||| ja , Herr [X] ||| 0.0278341 1 ||| ||| 0.333333
+yes , Mr [X][X] [X] ||| ja , Herr [X][X] [X] ||| 0.0278341 1 ||| ||| 0.203664
+yes , Mr [X][X] feel [X] ||| ja , Herr [X][X] denke , daß [X] ||| 0.0278341 1 ||| ||| 0.0344828
+yes , Mr [X][X] an [X] ||| ja , Herr [X][X] eine [X] ||| 0.0278341 1 ||| ||| 0.025641
+yes , Mr [X][X] I [X] ||| ja , Herr [X][X] ich [X] ||| 0.0278341 1 ||| ||| 0.0526316
+yes , [X] ||| ja , [X] ||| 0.0278341 1 ||| ||| 1
+yes , [X][X] , [X] ||| ja , [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0909091
+yes , [X][X] , [X][X] [X] ||| ja , [X][X] , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0601238
+yes , [X][X] , I [X] ||| ja , [X][X] , ich [X] ||| 0.0278341 1 ||| ||| 0.0526316
+yes , [X][X] [X] ||| ja , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.370331
+yes , [X][X] feel [X] ||| ja , [X][X] denke , daß [X] ||| 0.0278341 1 ||| ||| 0.0344828
+yes , [X][X] feel an [X] ||| ja , [X][X] denke , daß eine [X] ||| 0.0278341 1 ||| ||| 0.025641
+yes , [X][X] an [X] ||| ja , [X][X] eine [X] ||| 0.0278341 1 ||| ||| 0.025641
+yes , [X][X] I [X] ||| ja , [X][X] ich [X] ||| 0.0278341 1 ||| ||| 0.0526316
+yes , [X][X] I [X][X] [X] ||| ja , [X][X] ich [X][X] [X] ||| 0.0278341 1 ||| ||| 0.025641
+yes , [X][X] I feel [X] ||| ja , [X][X] ich denke , daß [X] ||| 0.0278341 1 ||| ||| 0.0344828
+yes [X] ||| ja [X] ||| 0.0278341 1 ||| ||| 1
+yes [X][X] , [X] ||| ja [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0909091
+yes [X][X] , [X][X] [X] ||| ja [X][X] , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0601238
+yes [X][X] , [X][X] an [X] ||| ja [X][X] , [X][X] eine [X] ||| 0.0278341 1 ||| ||| 0.025641
+yes [X][X] , I [X] ||| ja [X][X] , ich [X] ||| 0.0278341 1 ||| ||| 0.0526316
+yes [X][X] , I [X][X] [X] ||| ja [X][X] , ich [X][X] [X] ||| 0.0278341 1 ||| ||| 0.025641
+yes [X][X] , I feel [X] ||| ja [X][X] , ich denke , daß [X] ||| 0.0278341 1 ||| ||| 0.0344828
+yes [X][X] Evans , [X] ||| ja [X][X] Evans , [X] ||| 0.0278341 1 ||| ||| 0.0909091
+yes [X][X] Evans , [X][X] [X] ||| ja [X][X] Evans , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0601238
+yes [X][X] Evans , I [X] ||| ja [X][X] Evans , ich [X] ||| 0.0278341 1 ||| ||| 0.0526316
+yes [X][X] Evans [X] ||| ja [X][X] Evans [X] ||| 0.0278341 1 ||| ||| 0.166667
+yes [X][X] Evans [X][X] [X] ||| ja [X][X] Evans [X][X] [X] ||| 0.0278341 1 ||| ||| 0.112755
+yes [X][X] Evans [X][X] feel [X] ||| ja [X][X] Evans [X][X] denke , daß [X] ||| 0.0278341 1 ||| ||| 0.0344828
+yes [X][X] Evans [X][X] an [X] ||| ja [X][X] Evans [X][X] eine [X] ||| 0.0278341 1 ||| ||| 0.025641
+yes [X][X] [X] ||| ja [X][X] [X] ||| 0.0278341 1 ||| ||| 0.703664
+yes [X][X] feel [X] ||| ja [X][X] denke , daß [X] ||| 0.0278341 1 ||| ||| 0.0344828
+yes [X][X] feel an [X] ||| ja [X][X] denke , daß eine [X] ||| 0.0278341 1 ||| ||| 0.025641
+yes [X][X] an [X] ||| ja [X][X] eine [X] ||| 0.0278341 1 ||| ||| 0.025641
+yes [X][X] I [X] ||| ja [X][X] ich [X] ||| 0.0278341 1 ||| ||| 0.0526316
+yes [X][X] I [X][X] [X] ||| ja [X][X] ich [X][X] [X] ||| 0.0278341 1 ||| ||| 0.025641
+yes [X][X] I feel [X] ||| ja [X][X] ich denke , daß [X] ||| 0.0278341 1 ||| ||| 0.0344828
+yes [X][X] I feel an [X] ||| ja [X][X] ich denke , daß eine [X] ||| 0.0278341 1 ||| ||| 0.025641
+young 34 year-old man who [X] ||| jungen Mannes [X] ||| 0.0278341 1 ||| ||| 0.166667
+young 34 [X] ||| jungen [X] ||| 0.00927803 1 ||| ||| 3
+young 34 year-old [X] ||| jungen [X] ||| 0.00927803 1 ||| ||| 3
+young [X] ||| jungen [X] ||| 0.00927803 1 ||| ||| 3
+young 34 [X][X] [X] ||| jungen [X][X] [X] ||| 0.00927803 1 ||| ||| 0.500001
+young 34 year-old [X][X] [X] ||| jungen [X][X] [X] ||| 0.00927803 1 ||| ||| 0.500001
+young [X][X] [X] ||| jungen [X][X] [X] ||| 0.00927803 1 ||| ||| 0.500001
+legal case [X] ||| juristischer Fall [X] ||| 0.0278341 1 ||| ||| 1
+legal [X] ||| juristischer [X] ||| 0.0278341 1 ||| ||| 1
+annually [X] ||| jährlich [X] ||| 0.0278341 1 ||| ||| 1
+recently [X] ||| jüngster Zeit [X] ||| 0.0278341 1 ||| ||| 1
+recently [X][X] [X] ||| jüngster Zeit [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.047619
+recently [X][X] [X] ||| jüngster Zeit [X][X] , zählt [X] ||| 0.0278341 1 ||| ||| 0.04
+recently [X][X] Lanka [X] ||| jüngster Zeit [X][X] Lanka [X] ||| 0.0278341 1 ||| ||| 0.166667
+recently [X][X] Lanka [X] ||| jüngster Zeit [X][X] Lanka zu [X] ||| 0.0278341 1 ||| ||| 0.125
+recently [X][X] Lanka [X] ||| jüngster Zeit [X][X] Lanka zu beklagen [X] ||| 0.0278341 1 ||| ||| 0.1
+recently [X][X] Lanka was [X] ||| jüngster Zeit [X][X] Lanka zu beklagen gab , [X] ||| 0.0278341 1 ||| ||| 0.047619
+recently [X][X] Lanka was [X] ||| jüngster Zeit [X][X] Lanka zu beklagen gab , zählt [X] ||| 0.0278341 1 ||| ||| 0.04
+recently [X][X] Lanka was [X] ||| jüngster Zeit [X][X] Lanka zu beklagen gab [X] ||| 0.0278341 1 ||| ||| 0.0588235
+recently [X][X] [X] ||| jüngster Zeit [X][X] [X] ||| 0.0278341 1 ||| ||| 0.871443
+recently [X][X] [X] ||| jüngster Zeit [X][X] beklagen [X] ||| 0.0278341 1 ||| ||| 0.1
+recently [X][X] was [X] ||| jüngster Zeit [X][X] beklagen gab , [X] ||| 0.0278341 1 ||| ||| 0.047619
+recently [X][X] was [X] ||| jüngster Zeit [X][X] beklagen gab , zählt [X] ||| 0.0278341 1 ||| ||| 0.04
+recently [X][X] was [X] ||| jüngster Zeit [X][X] beklagen gab [X] ||| 0.0278341 1 ||| ||| 0.0588235
+recently [X][X] was [X] ||| jüngster Zeit [X][X] gab , [X] ||| 0.0278341 1 ||| ||| 0.047619
+recently [X][X] was [X] ||| jüngster Zeit [X][X] gab , zählt [X] ||| 0.0278341 1 ||| ||| 0.04
+recently [X][X] was [X] ||| jüngster Zeit [X][X] gab [X] ||| 0.0278341 1 ||| ||| 0.0588235
+recently [X][X] [X] ||| jüngster Zeit [X][X] zu [X] ||| 0.0278341 1 ||| ||| 0.125
+recently [X][X] [X] ||| jüngster Zeit [X][X] zu beklagen [X] ||| 0.0278341 1 ||| ||| 0.1
+recently [X][X] was [X] ||| jüngster Zeit [X][X] zu beklagen gab , [X] ||| 0.0278341 1 ||| ||| 0.047619
+recently [X][X] was [X] ||| jüngster Zeit [X][X] zu beklagen gab , zählt [X] ||| 0.0278341 1 ||| ||| 0.04
+recently [X][X] was [X] ||| jüngster Zeit [X][X] zu beklagen gab [X] ||| 0.0278341 1 ||| ||| 0.0588235
+recently [X][X] [X] ||| jüngster Zeit [X][X] zählt [X] ||| 0.0278341 1 ||| ||| 0.04
+recently in Sri Lanka [X] ||| jüngster Zeit in Sri Lanka [X] ||| 0.0278341 1 ||| ||| 0.166667
+recently in Sri Lanka [X] ||| jüngster Zeit in Sri Lanka zu [X] ||| 0.0278341 1 ||| ||| 0.125
+recently in Sri Lanka [X] ||| jüngster Zeit in Sri Lanka zu beklagen [X] ||| 0.0278341 1 ||| ||| 0.1
+recently in Sri Lanka was [X] ||| jüngster Zeit in Sri Lanka zu beklagen gab , [X] ||| 0.0278341 1 ||| ||| 0.047619
+recently in Sri Lanka was [X] ||| jüngster Zeit in Sri Lanka zu beklagen gab , zählt [X] ||| 0.0278341 1 ||| ||| 0.04
+recently in Sri Lanka was [X] ||| jüngster Zeit in Sri Lanka zu beklagen gab [X] ||| 0.0278341 1 ||| ||| 0.0588235
+recently in Sri [X] ||| jüngster Zeit in Sri [X] ||| 0.0278341 1 ||| ||| 0.333333
+recently in Sri [X][X] [X] ||| jüngster Zeit in Sri [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.047619
+recently in Sri [X][X] [X] ||| jüngster Zeit in Sri [X][X] , zählt [X] ||| 0.0278341 1 ||| ||| 0.04
+recently in Sri [X][X] [X] ||| jüngster Zeit in Sri [X][X] [X] ||| 0.0278341 1 ||| ||| 0.146443
+recently in Sri [X][X] [X] ||| jüngster Zeit in Sri [X][X] zählt [X] ||| 0.0278341 1 ||| ||| 0.04
+recently in [X] ||| jüngster Zeit in [X] ||| 0.0278341 1 ||| ||| 1
+recently in [X][X] [X] ||| jüngster Zeit in [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.047619
+recently in [X][X] [X] ||| jüngster Zeit in [X][X] , zählt [X] ||| 0.0278341 1 ||| ||| 0.04
+recently in [X][X] [X] ||| jüngster Zeit in [X][X] [X] ||| 0.0278341 1 ||| ||| 0.538109
+recently in [X][X] [X] ||| jüngster Zeit in [X][X] beklagen [X] ||| 0.0278341 1 ||| ||| 0.1
+recently in [X][X] was [X] ||| jüngster Zeit in [X][X] beklagen gab , [X] ||| 0.0278341 1 ||| ||| 0.047619
+recently in [X][X] was [X] ||| jüngster Zeit in [X][X] beklagen gab , zählt [X] ||| 0.0278341 1 ||| ||| 0.04
+recently in [X][X] was [X] ||| jüngster Zeit in [X][X] beklagen gab [X] ||| 0.0278341 1 ||| ||| 0.0588235
+recently in [X][X] was [X] ||| jüngster Zeit in [X][X] gab , [X] ||| 0.0278341 1 ||| ||| 0.047619
+recently in [X][X] was [X] ||| jüngster Zeit in [X][X] gab , zählt [X] ||| 0.0278341 1 ||| ||| 0.04
+recently in [X][X] was [X] ||| jüngster Zeit in [X][X] gab [X] ||| 0.0278341 1 ||| ||| 0.0588235
+recently in [X][X] [X] ||| jüngster Zeit in [X][X] zu [X] ||| 0.0278341 1 ||| ||| 0.125
+recently in [X][X] [X] ||| jüngster Zeit in [X][X] zu beklagen [X] ||| 0.0278341 1 ||| ||| 0.1
+recently in [X][X] was [X] ||| jüngster Zeit in [X][X] zu beklagen gab , [X] ||| 0.0278341 1 ||| ||| 0.047619
+recently in [X][X] was [X] ||| jüngster Zeit in [X][X] zu beklagen gab , zählt [X] ||| 0.0278341 1 ||| ||| 0.04
+recently in [X][X] was [X] ||| jüngster Zeit in [X][X] zu beklagen gab [X] ||| 0.0278341 1 ||| ||| 0.0588235
+recently in [X][X] [X] ||| jüngster Zeit in [X][X] zählt [X] ||| 0.0278341 1 ||| ||| 0.04
+not a legislative proposal [X] ||| keinen Legislativvorschlag [X] ||| 0.0278341 1 ||| ||| 0.333333
+not a [X] ||| keinen [X] ||| 0.0278341 1 ||| ||| 1
+not a [X][X] [X] ||| keinen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.333333
+come up [X] ||| kommen [X] ||| 0.0278341 1 ||| ||| 1
+will come up [X] ||| kommen wird [X] ||| 0.0278341 1 ||| ||| 0.5
+a constitutional right [X] ||| konstitutionelles Recht [X] ||| 0.00927803 1 ||| ||| 1.5
+constitutional right [X] ||| konstitutionelles Recht [X] ||| 0.0185561 1 ||| ||| 1.5
+[X][X] constitutional right . [X] ||| konstitutionelles Recht [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.166667
+[X][X] constitutional right [X] ||| konstitutionelles Recht [X][X] [X] ||| 0.0278341 1 ||| ||| 0.2
+is a constitutional right . [X] ||| konstitutionelles Recht ist . [X] ||| 0.0278341 1 ||| ||| 0.166667
+is a constitutional right [X] ||| konstitutionelles Recht ist [X] ||| 0.0278341 1 ||| ||| 0.2
+a constitutional [X] ||| konstitutionelles [X] ||| 0.013917 1 ||| ||| 2
+constitutional [X] ||| konstitutionelles [X] ||| 0.013917 1 ||| ||| 2
+you may , [X] ||| können Sie , [X] ||| 0.0278341 1 ||| ||| 0.5
+you may , [X][X] , [X] ||| können Sie , [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.047619
+you may , [X][X] [X] ||| können Sie , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.285714
+you may , [X][X] wish [X] ||| können Sie , [X][X] wollen [X] ||| 0.0278341 1 ||| ||| 0.0714286
+you may , if you [X] ||| können Sie , wenn Sie [X] ||| 0.0278341 1 ||| ||| 0.125
+you may , if [X] ||| können Sie , wenn [X] ||| 0.0278341 1 ||| ||| 0.25
+you may , if [X][X] [X] ||| können Sie , wenn [X][X] [X] ||| 0.0278341 1 ||| ||| 0.160714
+you may [X] ||| können Sie [X] ||| 0.0278341 1 ||| ||| 1
+you may [X][X] , [X] ||| können Sie [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.047619
+you may [X][X] , [X][X] [X] ||| können Sie [X][X] , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0416667
+you may [X][X] you [X] ||| können Sie [X][X] Sie [X] ||| 0.0278341 1 ||| ||| 0.125
+you may [X][X] you [X][X] [X] ||| können Sie [X][X] Sie [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0892857
+you may [X][X] you wish [X] ||| können Sie [X][X] Sie wollen [X] ||| 0.0278341 1 ||| ||| 0.0714286
+you may [X][X] [X] ||| können Sie [X][X] [X] ||| 0.0278341 1 ||| ||| 0.535714
+you may [X][X] raise [X][X] [X] ||| können Sie [X][X] [X][X] ansprechen [X] ||| 0.0278341 1 ||| ||| 0.0416667
+you may [X][X] wish , [X] ||| können Sie [X][X] wollen , [X] ||| 0.0278341 1 ||| ||| 0.047619
+you may [X][X] wish [X] ||| können Sie [X][X] wollen [X] ||| 0.0278341 1 ||| ||| 0.0714286
+you may [X][X] wish [X][X] [X] ||| können Sie [X][X] wollen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0416667
+may [X] ||| können [X] ||| 0.0278341 1 ||| ||| 1
+I would like your [X] ||| könnten Sie mir [X] ||| 0.0278341 1 ||| ||| 1
+I would like your [X][X] [X] ||| könnten Sie mir [X][X] [X] ||| 0.0278341 1 ||| ||| 0.396429
+I would like your advice [X] ||| könnten Sie mir eine Auskunft [X] ||| 0.0278341 1 ||| ||| 0.333333
+I would like your [X] ||| könnten Sie mir eine [X] ||| 0.0278341 1 ||| ||| 1
+I would like your [X][X] [X] ||| könnten Sie mir eine [X][X] [X] ||| 0.0278341 1 ||| ||| 0.396429
+would [X] ||| könnten [X] ||| 0.0278341 1 ||| ||| 1
+merely [X] ||| lediglich um [X] ||| 0.0278341 1 ||| ||| 1
+merely [X][X] legislative proposal [X] ||| lediglich um [X][X] Legislativvorschlag [X] ||| 0.0278341 1 ||| ||| 0.0588235
+merely [X][X] [X] ||| lediglich um [X][X] [X] ||| 0.0278341 1 ||| ||| 0.630252
+merely [X][X] not a [X] ||| lediglich um [X][X] keinen [X] ||| 0.0278341 1 ||| ||| 0.0714286
+merely [X][X] not a [X][X] [X] ||| lediglich um [X][X] keinen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0588235
+merely [X][X] , [X] ||| lediglich um [X][X] und [X] ||| 0.0278341 1 ||| ||| 0.166667
+merely [X][X] , [X][X] [X] ||| lediglich um [X][X] und [X][X] [X] ||| 0.0278341 1 ||| ||| 0.130252
+merely [X][X] , not a [X] ||| lediglich um [X][X] und keinen [X] ||| 0.0278341 1 ||| ||| 0.0714286
+merely a report [X] ||| lediglich um einen Bericht [X] ||| 0.0278341 1 ||| ||| 0.333333
+merely a report [X][X] [X] ||| lediglich um einen Bericht [X][X] [X] ||| 0.0278341 1 ||| ||| 0.130252
+merely a report , [X] ||| lediglich um einen Bericht und [X] ||| 0.0278341 1 ||| ||| 0.166667
+merely a report , [X][X] [X] ||| lediglich um einen Bericht und [X][X] [X] ||| 0.0278341 1 ||| ||| 0.130252
+merely a [X] ||| lediglich um einen [X] ||| 0.0278341 1 ||| ||| 1
+merely a [X][X] legislative proposal [X] ||| lediglich um einen [X][X] Legislativvorschlag [X] ||| 0.0278341 1 ||| ||| 0.0588235
+merely a [X][X] [X] ||| lediglich um einen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.296919
+merely a [X][X] not a [X] ||| lediglich um einen [X][X] keinen [X] ||| 0.0278341 1 ||| ||| 0.0714286
+, unfortunately [X] ||| leider [X] ||| 0.00695852 1 ||| ||| 4
+been set , unfortunately [X] ||| leider [X] ||| 0.00695852 1 ||| ||| 4
+has been set , unfortunately [X] ||| leider [X] ||| 0.00695852 1 ||| ||| 4
+set , unfortunately [X] ||| leider [X] ||| 0.00695852 1 ||| ||| 4
+, unfortunately [X][X] [X] ||| leider [X][X] [X] ||| 0.010946 1 ||| ||| 1.48333
+been set , unfortunately [X][X] [X] ||| leider [X][X] [X] ||| 0.00844405 1 ||| ||| 1.48333
+set , unfortunately [X][X] [X] ||| leider [X][X] [X] ||| 0.00844405 1 ||| ||| 1.48333
+, unfortunately [X][X] [X] ||| leider [X][X] zusammen [X] ||| 0.0107054 1 ||| ||| 0.65
+been set , unfortunately [X][X] [X] ||| leider [X][X] zusammen [X] ||| 0.00856434 1 ||| ||| 0.65
+set , unfortunately [X][X] [X] ||| leider [X][X] zusammen [X] ||| 0.00856434 1 ||| ||| 0.65
+, unfortunately for [X] ||| leider damit [X] ||| 0.00835023 1 ||| ||| 1.66667
+, unfortunately for next [X] ||| leider damit [X] ||| 0.00556682 1 ||| ||| 1.66667
+been set , unfortunately for [X] ||| leider damit [X] ||| 0.00417512 1 ||| ||| 1.66667
+set , unfortunately for [X] ||| leider damit [X] ||| 0.00556682 1 ||| ||| 1.66667
+set , unfortunately for next [X] ||| leider damit [X] ||| 0.00417512 1 ||| ||| 1.66667
+, unfortunately for [X] ||| leider damit zusammen [X] ||| 0.00907634 1 ||| ||| 1.53333
+, unfortunately for next [X] ||| leider damit zusammen [X] ||| 0.00453817 1 ||| ||| 1.53333
+been set , unfortunately for [X] ||| leider damit zusammen [X] ||| 0.00453817 1 ||| ||| 1.53333
+set , unfortunately for [X] ||| leider damit zusammen [X] ||| 0.00605089 1 ||| ||| 1.53333
+set , unfortunately for next [X] ||| leider damit zusammen [X] ||| 0.00363054 1 ||| ||| 1.53333
+last plenary part-session [X] ||| letzten Plenartagung [X] ||| 0.0278341 1 ||| ||| 0.5
+last [X] ||| letzten [X] ||| 0.0278341 1 ||| ||| 1
+last [X][X] [X] ||| letzten [X][X] [X] ||| 0.241419 1 ||| ||| 1.09156
+make [X] ||| machen [X] ||| 0.013917 1 ||| ||| 2
+make representations [X] ||| machen [X] ||| 0.013917 1 ||| ||| 2
+a number [X] ||| mehrere [X] ||| 0.013917 1 ||| ||| 2
+a number of [X] ||| mehrere [X] ||| 0.013917 1 ||| ||| 2
+a number [X][X] killings [X] ||| mehrere [X][X] Toten [X] ||| 0.013917 1 ||| ||| 0.285714
+a number of [X][X] killings [X] ||| mehrere [X][X] Toten [X] ||| 0.013917 1 ||| ||| 0.285714
+a number [X][X] [X] ||| mehrere [X][X] [X] ||| 0.013917 1 ||| ||| 0.785714
+a number of [X][X] [X] ||| mehrere [X][X] [X] ||| 0.013917 1 ||| ||| 0.785714
+multiannual guidance programmes [X] ||| mehrjährige Ausrichtungsprogramme [X] ||| 0.0167005 1 ||| ||| 0.833333
+multiannual guidance programmes comes [X] ||| mehrjährige Ausrichtungsprogramme [X] ||| 0.0111336 1 ||| ||| 0.833333
+multiannual guidance programmes [X][X] [X] ||| mehrjährige Ausrichtungsprogramme [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.111111
+multiannual guidance programmes [X][X] [X] ||| mehrjährige Ausrichtungsprogramme [X][X] , der [X] ||| 0.0278341 1 ||| ||| 0.0909091
+multiannual guidance programmes [X][X] [X] ||| mehrjährige Ausrichtungsprogramme [X][X] [X] ||| 0.0278341 1 ||| ||| 0.344877
+multiannual guidance programmes [X][X] [X] ||| mehrjährige Ausrichtungsprogramme [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0909091
+multiannual guidance programmes comes before [X] ||| mehrjährige Ausrichtungsprogramme befassen , [X] ||| 0.0278341 1 ||| ||| 0.111111
+multiannual guidance programmes comes before [X] ||| mehrjährige Ausrichtungsprogramme befassen , der [X] ||| 0.0278341 1 ||| ||| 0.0909091
+multiannual guidance programmes comes before [X] ||| mehrjährige Ausrichtungsprogramme befassen [X] ||| 0.0278341 1 ||| ||| 0.142857
+multiannual [X] ||| mehrjährige [X] ||| 0.0278341 1 ||| ||| 1
+multiannual [X][X] [X] ||| mehrjährige [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.111111
+multiannual [X][X] [X] ||| mehrjährige [X][X] , der [X] ||| 0.0278341 1 ||| ||| 0.0909091
+multiannual [X][X] [X] ||| mehrjährige [X][X] [X] ||| 0.18818 1 ||| ||| 1.51154
+multiannual [X][X] comes [X] ||| mehrjährige [X][X] [X] ||| 0.00613811 1 ||| ||| 1.51154
+multiannual [X][X] before [X] ||| mehrjährige [X][X] befassen , [X] ||| 0.013917 1 ||| ||| 0.222222
+multiannual [X][X] comes before [X] ||| mehrjährige [X][X] befassen , [X] ||| 0.013917 1 ||| ||| 0.222222
+multiannual [X][X] before [X] ||| mehrjährige [X][X] befassen , der [X] ||| 0.013917 1 ||| ||| 0.181818
+multiannual [X][X] comes before [X] ||| mehrjährige [X][X] befassen , der [X] ||| 0.013917 1 ||| ||| 0.181818
+multiannual [X][X] before [X] ||| mehrjährige [X][X] befassen [X] ||| 0.013917 1 ||| ||| 0.285714
+multiannual [X][X] comes before [X] ||| mehrjährige [X][X] befassen [X] ||| 0.013917 1 ||| ||| 0.285714
+multiannual [X][X] [X] ||| mehrjährige [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0909091
+believe that [X] ||| meine , daß [X] ||| 0.0278341 1 ||| ||| 1
+believe that [X][X] stability [X] ||| meine , daß [X][X] Stabilität [X] ||| 0.0157865 1 ||| ||| 0.0607986
+believe that [X][X] stability is [X] ||| meine , daß [X][X] Stabilität [X] ||| 0.0120476 1 ||| ||| 0.0607986
+believe that [X][X] stability [X][X] [X] ||| meine , daß [X][X] Stabilität [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0376495
+believe that [X][X] [X] ||| meine , daß [X][X] [X] ||| 0.0261501 1 ||| ||| 0.434971
+believe that [X][X] is [X] ||| meine , daß [X][X] [X] ||| 0.00168397 1 ||| ||| 0.434971
+believe that [X][X] is [X][X] [X] ||| meine , daß [X][X] [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0172414
+believe that [X][X] of [X] ||| meine , daß [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0909091
+believe that [X][X] of [X][X] [X] ||| meine , daß [X][X] der [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0984481
+believe that [X][X] of relative [X] ||| meine , daß [X][X] der relativen [X] ||| 0.0278341 1 ||| ||| 0.0526316
+believe that [X][X] a [X] ||| meine , daß [X][X] einen [X] ||| 0.013917 1 ||| ||| 0.0408164
+believe that [X][X] is a [X] ||| meine , daß [X][X] einen [X] ||| 0.013917 1 ||| ||| 0.0408164
+believe that [X][X] a fundamental [X] ||| meine , daß [X][X] einen elementaren [X] ||| 0.0278341 1 ||| ||| 0.0172414
+believe that [X][X] fundamental [X] ||| meine , daß [X][X] elementaren [X] ||| 0.0278341 1 ||| ||| 0.0172414
+believe that [X][X] relative stability [X] ||| meine , daß [X][X] relativen Stabilität [X] ||| 0.0278341 1 ||| ||| 0.0344828
+believe that [X][X] relative [X] ||| meine , daß [X][X] relativen [X] ||| 0.0278341 1 ||| ||| 0.0526316
+believe that [X][X] relative [X][X] [X] ||| meine , daß [X][X] relativen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0639653
+believe that the principle [X] ||| meine , daß der Grundsatz [X] ||| 0.0278341 1 ||| ||| 0.166667
+believe that the principle [X][X] [X] ||| meine , daß der Grundsatz [X][X] [X] ||| 0.0278341 1 ||| ||| 0.15108
+believe that the principle of [X] ||| meine , daß der Grundsatz der [X] ||| 0.0278341 1 ||| ||| 0.0909091
+believe that the [X] ||| meine , daß der [X] ||| 0.0278341 1 ||| ||| 0.333333
+believe that the [X][X] stability [X] ||| meine , daß der [X][X] Stabilität [X] ||| 0.0278341 1 ||| ||| 0.0344828
+believe that the [X][X] [X] ||| meine , daß der [X][X] [X] ||| 0.0251041 1 ||| ||| 0.268305
+believe that the [X][X] is [X] ||| meine , daß der [X][X] [X] ||| 0.00273002 1 ||| ||| 0.268305
+believe that the [X][X] a [X] ||| meine , daß der [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.0204082
+believe that the [X][X] fundamental [X] ||| meine , daß der [X][X] elementaren [X] ||| 0.0278341 1 ||| ||| 0.0172414
+believe that the [X][X] relative [X] ||| meine , daß der [X][X] relativen [X] ||| 0.0278341 1 ||| ||| 0.0526316
+my question [X] ||| meine Frage [X] ||| 0.0278341 1 ||| ||| 1
+my question [X][X] that [X] ||| meine Frage [X][X] , die [X] ||| 0.0278341 1 ||| ||| 0.0555556
+my question [X][X] [X] ||| meine Frage [X][X] [X] ||| 0.0278341 1 ||| ||| 0.346465
+my question [X][X] something that [X] ||| meine Frage [X][X] eine Angelegenheit , die [X] ||| 0.0278341 1 ||| ||| 0.0555556
+my question [X][X] something [X] ||| meine Frage [X][X] eine Angelegenheit [X] ||| 0.0278341 1 ||| ||| 0.0909091
+my question relates [X] ||| meine Frage betrifft [X] ||| 0.0173963 1 ||| ||| 0.533333
+my question relates to [X] ||| meine Frage betrifft [X] ||| 0.0104378 1 ||| ||| 0.533333
+my question relates [X][X] that [X] ||| meine Frage betrifft [X][X] , die [X] ||| 0.0278341 1 ||| ||| 0.0555556
+my question relates [X][X] [X] ||| meine Frage betrifft [X][X] [X] ||| 0.0201797 1 ||| ||| 0.202021
+my question relates to [X][X] [X] ||| meine Frage betrifft [X][X] [X] ||| 0.00765437 1 ||| ||| 0.202021
+my question relates to something [X] ||| meine Frage betrifft eine Angelegenheit [X] ||| 0.0278341 1 ||| ||| 0.0909091
+believe [X] ||| meine [X] ||| 0.013917 1 ||| ||| 2
+my [X] ||| meine [X] ||| 0.013917 1 ||| ||| 2
+my [X][X] that [X] ||| meine [X][X] , die [X] ||| 0.0278341 1 ||| ||| 0.0555556
+believe [X][X] principle [X] ||| meine [X][X] Grundsatz [X] ||| 0.0278341 1 ||| ||| 0.166667
+believe [X][X] principle [X][X] stability [X] ||| meine [X][X] Grundsatz [X][X] Stabilität [X] ||| 0.0278341 1 ||| ||| 0.0344828
+believe [X][X] principle [X][X] [X] ||| meine [X][X] Grundsatz [X][X] [X] ||| 0.023705 1 ||| ||| 0.177396
+believe [X][X] principle [X][X] is [X] ||| meine [X][X] Grundsatz [X][X] [X] ||| 0.00412905 1 ||| ||| 0.177396
+believe [X][X] principle [X][X] a [X] ||| meine [X][X] Grundsatz [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.0204082
+believe [X][X] principle [X][X] fundamental [X] ||| meine [X][X] Grundsatz [X][X] elementaren [X] ||| 0.0278341 1 ||| ||| 0.0172414
+believe [X][X] principle of [X] ||| meine [X][X] Grundsatz der [X] ||| 0.0278341 1 ||| ||| 0.0909091
+believe [X][X] principle of [X][X] [X] ||| meine [X][X] Grundsatz der [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0984481
+believe [X][X] principle of relative [X] ||| meine [X][X] Grundsatz der relativen [X] ||| 0.0278341 1 ||| ||| 0.0526316
+believe [X][X] stability [X] ||| meine [X][X] Stabilität [X] ||| 0.0157865 1 ||| ||| 0.0607986
+believe [X][X] stability is [X] ||| meine [X][X] Stabilität [X] ||| 0.0120476 1 ||| ||| 0.0607986
+believe [X][X] stability [X][X] [X] ||| meine [X][X] Stabilität [X][X] [X] ||| 0.0190913 1 ||| ||| 0.0548909
+believe [X][X] stability is [X][X] [X] ||| meine [X][X] Stabilität [X][X] [X] ||| 0.00874278 1 ||| ||| 0.0548909
+believe [X][X] stability [X][X] fundamental [X] ||| meine [X][X] Stabilität [X][X] elementaren [X] ||| 0.0278341 1 ||| ||| 0.0172414
+believe [X][X] stability is a [X] ||| meine [X][X] Stabilität einen [X] ||| 0.0278341 1 ||| ||| 0.0204082
+believe [X][X] [X] ||| meine [X][X] [X] ||| 0.0125311 1 ||| ||| 1.6481
+believe [X][X] is [X] ||| meine [X][X] [X] ||| 0.000444436 1 ||| ||| 1.6481
+my [X][X] [X] ||| meine [X][X] [X] ||| 0.0114808 1 ||| ||| 1.6481
+my [X][X] to [X] ||| meine [X][X] [X] ||| 0.00337771 1 ||| ||| 1.6481
+believe [X][X] is [X][X] [X] ||| meine [X][X] [X][X] [X] ||| 0.00659229 1 ||| ||| 0.072797
+my [X][X] to [X][X] [X] ||| meine [X][X] [X][X] [X] ||| 0.0212418 1 ||| ||| 0.072797
+believe [X][X] of [X] ||| meine [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0909091
+believe [X][X] of [X][X] [X] ||| meine [X][X] der [X][X] [X] ||| 0.0219632 1 ||| ||| 0.124764
+believe [X][X] of [X][X] is [X] ||| meine [X][X] der [X][X] [X] ||| 0.0058709 1 ||| ||| 0.124764
+believe [X][X] of [X][X] a [X] ||| meine [X][X] der [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.0204082
+believe [X][X] of [X][X] fundamental [X] ||| meine [X][X] der [X][X] elementaren [X] ||| 0.0278341 1 ||| ||| 0.0172414
+believe [X][X] of relative stability [X] ||| meine [X][X] der relativen Stabilität [X] ||| 0.0278341 1 ||| ||| 0.0344828
+believe [X][X] of relative [X] ||| meine [X][X] der relativen [X] ||| 0.0278341 1 ||| ||| 0.0526316
+believe [X][X] of relative [X][X] [X] ||| meine [X][X] der relativen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0639653
+my [X][X] something that [X] ||| meine [X][X] eine Angelegenheit , die [X] ||| 0.013917 1 ||| ||| 0.111111
+my [X][X] to something that [X] ||| meine [X][X] eine Angelegenheit , die [X] ||| 0.013917 1 ||| ||| 0.111111
+my [X][X] something [X] ||| meine [X][X] eine Angelegenheit [X] ||| 0.013917 1 ||| ||| 0.181818
+my [X][X] to something [X] ||| meine [X][X] eine Angelegenheit [X] ||| 0.013917 1 ||| ||| 0.181818
+believe [X][X] a [X] ||| meine [X][X] einen [X] ||| 0.013917 1 ||| ||| 0.0408164
+believe [X][X] is a [X] ||| meine [X][X] einen [X] ||| 0.013917 1 ||| ||| 0.0408164
+believe [X][X] a fundamental [X] ||| meine [X][X] einen elementaren [X] ||| 0.013917 1 ||| ||| 0.0344828
+believe [X][X] is a fundamental [X] ||| meine [X][X] einen elementaren [X] ||| 0.013917 1 ||| ||| 0.0344828
+believe [X][X] fundamental [X] ||| meine [X][X] elementaren [X] ||| 0.0278341 1 ||| ||| 0.0172414
+believe [X][X] relative stability [X] ||| meine [X][X] relativen Stabilität [X] ||| 0.0157865 1 ||| ||| 0.0607986
+believe [X][X] relative stability is [X] ||| meine [X][X] relativen Stabilität [X] ||| 0.0120476 1 ||| ||| 0.0607986
+believe [X][X] relative stability [X][X] [X] ||| meine [X][X] relativen Stabilität [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0376495
+believe [X][X] relative [X] ||| meine [X][X] relativen [X] ||| 0.0278341 1 ||| ||| 0.0526316
+believe [X][X] relative [X][X] [X] ||| meine [X][X] relativen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0639653
+believe [X][X] relative [X][X] a [X] ||| meine [X][X] relativen [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.0204082
+believe [X][X] relative [X][X] fundamental [X] ||| meine [X][X] relativen [X][X] elementaren [X] ||| 0.0278341 1 ||| ||| 0.0172414
+myself [X] ||| mir selbst , [X] ||| 0.0278341 1 ||| ||| 1
+myself [X] ||| mir selbst [X] ||| 0.0278341 1 ||| ||| 1
+and [X] ||| mit [X] ||| 0.00695852 1 ||| ||| 4
+and contains [X] ||| mit [X] ||| 0.00695852 1 ||| ||| 4
+in [X] ||| mit [X] ||| 0.00695852 1 ||| ||| 4
+introduced [X] ||| mit [X] ||| 0.00695852 1 ||| ||| 4
+in [X][X] . [X] ||| mit [X][X] . [X] ||| 0.00927803 1 ||| ||| 0.076923
+in [X][X] an interest . [X] ||| mit [X][X] . [X] ||| 0.00927803 1 ||| ||| 0.076923
+in [X][X] interest . [X] ||| mit [X][X] . [X] ||| 0.00927803 1 ||| ||| 0.076923
+in [X][X] Parliament [X] ||| mit [X][X] Parlament [X] ||| 0.0278341 1 ||| ||| 0.125
+in [X][X] Parliament [X][X] . [X] ||| mit [X][X] Parlament [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.025641
+in [X][X] Parliament [X][X] [X] ||| mit [X][X] Parlament [X][X] [X] ||| 0.0193243 1 ||| ||| 0.182984
+in [X][X] Parliament [X][X] an [X] ||| mit [X][X] Parlament [X][X] [X] ||| 0.00460946 1 ||| ||| 0.182984
+in [X][X] Parliament [X][X] interest [X] ||| mit [X][X] Parlament [X][X] [X] ||| 0.00390031 1 ||| ||| 0.182984
+in [X][X] Parliament has [X][X] [X] ||| mit [X][X] Parlament [X][X] hat [X] ||| 0.0278341 1 ||| ||| 0.101399
+[X][X] quota penalties [X][X] introduced [X] ||| mit [X][X] Quotenstrafe belegt [X][X] [X] ||| 0.0278341 1 ||| ||| 0.125
+[X][X] introduced [X] ||| mit [X][X] [X] ||| 0.00490988 1 ||| ||| 0.708625
+in [X][X] [X] ||| mit [X][X] [X] ||| 0.0197196 1 ||| ||| 0.708625
+in [X][X] an [X] ||| mit [X][X] [X] ||| 0.00119027 1 ||| ||| 0.708625
+in [X][X] an interest [X] ||| mit [X][X] [X] ||| 0.00100715 1 ||| ||| 0.708625
+in [X][X] interest [X] ||| mit [X][X] [X] ||| 0.00100715 1 ||| ||| 0.708625
+[X][X] of [X][X] introduced [X] ||| mit [X][X] [X][X] [X] ||| 0.0230964 1 ||| ||| 0.150641
+in [X][X] an [X][X] [X] ||| mit [X][X] [X][X] [X] ||| 0.00473772 1 ||| ||| 0.150641
+in [X][X] has [X][X] . [X] ||| mit [X][X] [X][X] hat . [X] ||| 0.0278341 1 ||| ||| 0.025641
+in [X][X] has [X][X] [X] ||| mit [X][X] [X][X] hat [X] ||| 0.0179376 1 ||| ||| 0.157343
+in [X][X] has [X][X] an [X] ||| mit [X][X] [X][X] hat [X] ||| 0.00536062 1 ||| ||| 0.157343
+in [X][X] has [X][X] interest [X] ||| mit [X][X] [X][X] hat [X] ||| 0.00453591 1 ||| ||| 0.157343
+in [X][X] has consistently shown [X] ||| mit [X][X] immer wieder befaßt hat [X] ||| 0.0278341 1 ||| ||| 0.0454545
+[X][X] should be introduced [X] ||| mit [X][X] werden sollen [X] ||| 0.0278341 1 ||| ||| 0.125
+in which [X] ||| mit dem [X] ||| 0.0278341 1 ||| ||| 1
+in which [X][X] . [X] ||| mit dem [X][X] . [X] ||| 0.013917 1 ||| ||| 0.051282
+in which [X][X] interest . [X] ||| mit dem [X][X] . [X] ||| 0.013917 1 ||| ||| 0.051282
+in which [X][X] [X] ||| mit dem [X][X] [X] ||| 0.0210275 1 ||| ||| 0.333625
+in which [X][X] an [X] ||| mit dem [X][X] [X] ||| 0.00252816 1 ||| ||| 0.333625
+in which [X][X] an interest [X] ||| mit dem [X][X] [X] ||| 0.00213921 1 ||| ||| 0.333625
+in which [X][X] interest [X] ||| mit dem [X][X] [X] ||| 0.00213921 1 ||| ||| 0.333625
+in which [X][X] an [X][X] [X] ||| mit dem [X][X] [X][X] [X] ||| 0.0278341 1 ||| ||| 0.025641
+in which [X][X] has [X][X] [X] ||| mit dem [X][X] [X][X] hat [X] ||| 0.0278341 1 ||| ||| 0.101399
+in which [X] ||| mit dem sich [X] ||| 0.0278341 1 ||| ||| 1
+in which [X][X] . [X] ||| mit dem sich [X][X] . [X] ||| 0.013917 1 ||| ||| 0.051282
+in which [X][X] interest . [X] ||| mit dem sich [X][X] . [X] ||| 0.013917 1 ||| ||| 0.051282
+in which [X][X] [X] ||| mit dem sich [X][X] [X] ||| 0.0210275 1 ||| ||| 0.333625
+in which [X][X] an [X] ||| mit dem sich [X][X] [X] ||| 0.00252816 1 ||| ||| 0.333625
+in which [X][X] an interest [X] ||| mit dem sich [X][X] [X] ||| 0.00213921 1 ||| ||| 0.333625
+in which [X][X] interest [X] ||| mit dem sich [X][X] [X] ||| 0.00213921 1 ||| ||| 0.333625
+in which [X][X] an [X][X] [X] ||| mit dem sich [X][X] [X][X] [X] ||| 0.0278341 1 ||| ||| 0.025641
+in which [X][X] has [X][X] [X] ||| mit dem sich [X][X] [X][X] hat [X] ||| 0.0278341 1 ||| ||| 0.101399
+in which this Parliament [X] ||| mit dem sich dieses Parlament [X] ||| 0.0278341 1 ||| ||| 0.125
+in which this Parliament [X][X] [X] ||| mit dem sich dieses Parlament [X][X] [X] ||| 0.0278341 1 ||| ||| 0.12704
+in which this [X] ||| mit dem sich dieses [X] ||| 0.0278341 1 ||| ||| 0.25
+in which this [X][X] . [X] ||| mit dem sich dieses [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.025641
+in which this [X][X] [X] ||| mit dem sich dieses [X][X] [X] ||| 0.0193243 1 ||| ||| 0.182984
+in which this [X][X] an [X] ||| mit dem sich dieses [X][X] [X] ||| 0.00460946 1 ||| ||| 0.182984
+in which this [X][X] interest [X] ||| mit dem sich dieses [X][X] [X] ||| 0.00390031 1 ||| ||| 0.182984
+a form [X][X] introduced [X] ||| mit einer Art [X][X] [X] ||| 0.013917 1 ||| ||| 0.25
+a form of [X][X] introduced [X] ||| mit einer Art [X][X] [X] ||| 0.013917 1 ||| ||| 0.25
+a [X][X] introduced [X] ||| mit einer [X][X] [X] ||| 0.0278341 1 ||| ||| 0.125
+a [X][X] should be introduced [X] ||| mit einer [X][X] werden sollen [X] ||| 0.0278341 1 ||| ||| 0.125
+should like to [X] ||| möchte Sie [X] ||| 0.0278341 1 ||| ||| 1
+should like to [X][X] [X] ||| möchte Sie [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.142857
+should like to [X][X] in [X] ||| möchte Sie [X][X] , mit [X] ||| 0.0278341 1 ||| ||| 0.125
+should like to [X][X] [X] ||| möchte Sie [X][X] [X] ||| 0.0278341 1 ||| ||| 0.467857
+should like to [X][X] in [X] ||| möchte Sie [X][X] mit [X] ||| 0.0278341 1 ||| ||| 0.125
+should like to [X] ||| möchte [X] ||| 0.013917 1 ||| ||| 2
+would [X] ||| möchte [X] ||| 0.013917 1 ||| ||| 2
+should like to [X][X] [X] ||| möchte [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.142857
+should like to [X][X] in [X] ||| möchte [X][X] , mit [X] ||| 0.0278341 1 ||| ||| 0.125
+should like to [X][X] [X] ||| möchte [X][X] [X] ||| 0.0278341 1 ||| ||| 0.467857
+should like to [X][X] in [X] ||| möchte [X][X] mit [X] ||| 0.0278341 1 ||| ||| 0.125
+I should like to [X] ||| möchte ich Sie [X] ||| 0.0278341 1 ||| ||| 1
+, I should like to [X] ||| möchte ich Sie bitten - [X] ||| 0.0278341 1 ||| ||| 0.333333
+I should like to [X] ||| möchte ich Sie bitten [X] ||| 0.0278341 1 ||| ||| 1
+I would [X] ||| möchte ich [X] ||| 0.0278341 1 ||| ||| 1
+want to know [X] ||| möchte wissen , [X] ||| 0.0278341 1 ||| ||| 1
+want to know [X][X] [X] ||| möchte wissen , [X][X] , [X] ||| 0.0205972 1 ||| ||| 0.160257
+want to know [X][X] raise [X] ||| möchte wissen , [X][X] , [X] ||| 0.00723686 1 ||| ||| 0.160257
+want to know [X][X] an [X] ||| möchte wissen , [X][X] , einen [X] ||| 0.0278341 1 ||| ||| 0.027027
+want to know [X][X] [X] ||| möchte wissen , [X][X] [X] ||| 0.0222413 1 ||| ||| 0.997787
+want to know [X][X] raise [X] ||| möchte wissen , [X][X] [X] ||| 0.00559284 1 ||| ||| 0.997787
+want to know [X][X] an [X] ||| möchte wissen , [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.027027
+want to know [X][X] [X] ||| möchte wissen , [X][X] ist , [X] ||| 0.0205972 1 ||| ||| 0.160257
+want to know [X][X] raise [X] ||| möchte wissen , [X][X] ist , [X] ||| 0.00723686 1 ||| ||| 0.160257
+want to know [X][X] an [X] ||| möchte wissen , [X][X] ist , einen [X] ||| 0.0278341 1 ||| ||| 0.027027
+want to know [X][X] [X] ||| möchte wissen , [X][X] ist [X] ||| 0.0203114 1 ||| ||| 0.217647
+want to know [X][X] raise [X] ||| möchte wissen , [X][X] ist [X] ||| 0.00752271 1 ||| ||| 0.217647
+want to know [X][X] can [X] ||| möchte wissen , [X][X] möglich [X] ||| 0.0278341 1 ||| ||| 0.142857
+want to know [X][X] can [X] ||| möchte wissen , [X][X] möglich ist , [X] ||| 0.0278341 1 ||| ||| 0.0769231
+want to know [X][X] can [X] ||| möchte wissen , [X][X] möglich ist [X] ||| 0.0278341 1 ||| ||| 0.1
+want to know whether [X] ||| möchte wissen , ob [X] ||| 0.0278341 1 ||| ||| 0.5
+want to know whether [X][X] [X] ||| möchte wissen , ob [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.11859
+want to know whether [X][X] [X] ||| möchte wissen , ob [X][X] [X] ||| 0.0278341 1 ||| ||| 0.547297
+want to know whether [X][X] [X] ||| möchte wissen , ob [X][X] ist , [X] ||| 0.0278341 1 ||| ||| 0.11859
+want to know whether [X][X] [X] ||| möchte wissen , ob [X][X] ist [X] ||| 0.0278341 1 ||| ||| 0.158824
+want to know whether one [X] ||| möchte wissen , ob es [X] ||| 0.0278341 1 ||| ||| 0.25
+can [X] ||| möglich [X] ||| 0.013917 1 ||| ||| 2
+can raise [X] ||| möglich [X] ||| 0.013917 1 ||| ||| 2
+can [X][X] objection [X] ||| möglich [X][X] Einwand gegen [X] ||| 0.0278341 1 ||| ||| 0.0714286
+can [X][X] [X] ||| möglich [X][X] [X] ||| 0.0208756 1 ||| ||| 0.285715
+can raise [X][X] [X] ||| möglich [X][X] [X] ||| 0.00695852 1 ||| ||| 0.285715
+can [X] ||| möglich ist , [X] ||| 0.013917 1 ||| ||| 2
+can raise [X] ||| möglich ist , [X] ||| 0.013917 1 ||| ||| 2
+can [X][X] objection [X] ||| möglich ist , [X][X] Einwand gegen [X] ||| 0.0278341 1 ||| ||| 0.0714286
+can [X][X] [X] ||| möglich ist , [X][X] [X] ||| 0.0208756 1 ||| ||| 0.285715
+can raise [X][X] [X] ||| möglich ist , [X][X] [X] ||| 0.00695852 1 ||| ||| 0.285715
+can raise an objection [X] ||| möglich ist , einen Einwand gegen [X] ||| 0.0278341 1 ||| ||| 0.0714286
+can raise an [X] ||| möglich ist , einen [X] ||| 0.0278341 1 ||| ||| 0.142857
+can [X] ||| möglich ist [X] ||| 0.013917 1 ||| ||| 2
+can raise [X] ||| möglich ist [X] ||| 0.013917 1 ||| ||| 2
+can [X][X] objection [X] ||| möglich ist [X][X] Einwand gegen [X] ||| 0.0278341 1 ||| ||| 0.0714286
+can [X][X] [X] ||| möglich ist [X][X] [X] ||| 0.0208756 1 ||| ||| 0.285715
+can raise [X][X] [X] ||| möglich ist [X][X] [X] ||| 0.00695852 1 ||| ||| 0.285715
+[X][X] on [X] ||| nach [X][X] im [X] ||| 0.0278341 1 ||| ||| 0.25
+a debate [X] ||| nach einer Aussprache [X] ||| 0.0278341 1 ||| ||| 1
+a debate on [X] ||| nach einer Aussprache im [X] ||| 0.0278341 1 ||| ||| 0.25
+a [X] ||| nach einer [X] ||| 0.0278341 1 ||| ||| 1
+a [X][X] [X] ||| nach einer [X][X] [X] ||| 0.0278341 1 ||| ||| 0.25
+fail [X] ||| nicht [X] ||| 0.013917 1 ||| ||| 2
+not [X] ||| nicht [X] ||| 0.013917 1 ||| ||| 2
+fail [X][X] [X] ||| nicht [X][X] [X] ||| 0.0278341 1 ||| ||| 0.5
+fail to meet [X] ||| nicht erfüllen , [X] ||| 0.0278341 1 ||| ||| 0.5
+not solely [X] ||| nicht nur [X] ||| 0.0278341 1 ||| ||| 1
+now [X] ||| nun [X] ||| 0.0278341 1 ||| ||| 1
+now [X][X] [X] ||| nun [X][X] [X] ||| 0.0278341 1 ||| ||| 0.111111
+now [X][X] , he is [X] ||| nun ist [X][X] , daß er [X] ||| 0.0278341 1 ||| ||| 0.111111
+now [X][X] is [X] ||| nun ist [X][X] [X] ||| 0.0278341 1 ||| ||| 0.111111
+now [X][X] he is [X] ||| nun ist [X][X] daß er [X] ||| 0.0278341 1 ||| ||| 0.111111
+now [X][X] he is [X] ||| nun ist [X][X] er [X] ||| 0.0278341 1 ||| ||| 0.111111
+now , [X][X] is [X] ||| nun ist es [X][X] [X] ||| 0.0278341 1 ||| ||| 0.111111
+now , [X][X] he is [X] ||| nun ist es [X][X] daß er [X] ||| 0.0278341 1 ||| ||| 0.111111
+now , [X][X] he is [X] ||| nun ist es [X][X] er [X] ||| 0.0278341 1 ||| ||| 0.111111
+now , however [X][X] is [X] ||| nun ist es aber so [X][X] [X] ||| 0.0278341 1 ||| ||| 0.111111
+now [X] ||| nunmehr [X] ||| 0.0278341 1 ||| ||| 1
+now constantly [X] ||| nunmehr ständig [X] ||| 0.0278341 1 ||| ||| 1
+solely [X] ||| nur [X] ||| 0.0278341 1 ||| ||| 1
+solely a [X] ||| nur ein [X] ||| 0.0278341 1 ||| ||| 1
+next few days , [X] ||| nächsten Tagen [X] ||| 0.0111336 1 ||| ||| 0.833333
+next few days [X] ||| nächsten Tagen [X] ||| 0.0167005 1 ||| ||| 0.833333
+next [X] ||| nächsten [X] ||| 0.0278341 1 ||| ||| 1
+next [X][X] , [X] ||| nächsten [X][X] [X] ||| 0.0079526 1 ||| ||| 1.16667
+next [X][X] [X] ||| nächsten [X][X] [X] ||| 0.0198815 1 ||| ||| 1.16667
+whether [X] ||| ob [X] ||| 0.241419 1 ||| ||| 2
+whether [X][X] [X] ||| ob [X][X] , [X] ||| 0.0212069 1 ||| ||| 0.381818
+whether [X][X] raise [X] ||| ob [X][X] , [X] ||| 0.00662717 1 ||| ||| 0.381818
+whether [X][X] raise [X][X] [X] ||| ob [X][X] , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0222222
+whether [X][X] an objection [X] ||| ob [X][X] , einen Einwand gegen [X] ||| 0.013917 1 ||| ||| 0.0444444
+whether [X][X] raise an objection [X] ||| ob [X][X] , einen Einwand gegen [X] ||| 0.013917 1 ||| ||| 0.0444444
+whether [X][X] an [X] ||| ob [X][X] , einen [X] ||| 0.013917 1 ||| ||| 0.08
+whether [X][X] raise an [X] ||| ob [X][X] , einen [X] ||| 0.013917 1 ||| ||| 0.08
+whether [X][X] objection [X] ||| ob [X][X] Einwand gegen [X] ||| 0.0278341 1 ||| ||| 0.0222222
+whether [X][X] [X] ||| ob [X][X] [X] ||| 0.181558 1 ||| ||| 1.67737
+whether [X][X] raise [X] ||| ob [X][X] [X] ||| 0.00690155 1 ||| ||| 1.67737
+whether [X][X] raise [X][X] [X] ||| ob [X][X] [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0666667
+whether [X][X] an objection [X] ||| ob [X][X] einen Einwand gegen [X] ||| 0.013917 1 ||| ||| 0.0444444
+whether [X][X] raise an objection [X] ||| ob [X][X] einen Einwand gegen [X] ||| 0.013917 1 ||| ||| 0.0444444
+whether [X][X] an [X] ||| ob [X][X] einen [X] ||| 0.013917 1 ||| ||| 0.08
+whether [X][X] raise an [X] ||| ob [X][X] einen [X] ||| 0.013917 1 ||| ||| 0.08
+whether [X][X] [X] ||| ob [X][X] ist , [X] ||| 0.0212069 1 ||| ||| 0.381818
+whether [X][X] raise [X] ||| ob [X][X] ist , [X] ||| 0.00662717 1 ||| ||| 0.381818
+whether [X][X] raise [X][X] [X] ||| ob [X][X] ist , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0222222
+whether [X][X] an objection [X] ||| ob [X][X] ist , einen Einwand gegen [X] ||| 0.013917 1 ||| ||| 0.0444444
+whether [X][X] raise an objection [X] ||| ob [X][X] ist , einen Einwand gegen [X] ||| 0.013917 1 ||| ||| 0.0444444
+whether [X][X] an [X] ||| ob [X][X] ist , einen [X] ||| 0.013917 1 ||| ||| 0.08
+whether [X][X] raise an [X] ||| ob [X][X] ist , einen [X] ||| 0.013917 1 ||| ||| 0.08
+whether [X][X] [X] ||| ob [X][X] ist [X] ||| 0.0208756 1 ||| ||| 0.5
+whether [X][X] raise [X] ||| ob [X][X] ist [X] ||| 0.00695852 1 ||| ||| 0.5
+whether [X][X] raise [X][X] [X] ||| ob [X][X] ist [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0222222
+whether one [X] ||| ob es [X] ||| 0.0278341 1 ||| ||| 1
+whether one [X][X] [X] ||| ob es [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0909091
+whether one [X][X] an objection [X] ||| ob es [X][X] , einen Einwand gegen [X] ||| 0.0278341 1 ||| ||| 0.0222222
+whether one [X][X] an [X] ||| ob es [X][X] , einen [X] ||| 0.0278341 1 ||| ||| 0.04
+whether one [X][X] objection [X] ||| ob es [X][X] Einwand gegen [X] ||| 0.0278341 1 ||| ||| 0.0222222
+whether one [X][X] [X] ||| ob es [X][X] [X] ||| 0.0278341 1 ||| ||| 0.478131
+whether one [X][X] an objection [X] ||| ob es [X][X] einen Einwand gegen [X] ||| 0.0278341 1 ||| ||| 0.0222222
+whether one [X][X] an [X] ||| ob es [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.04
+whether one [X][X] [X] ||| ob es [X][X] ist , [X] ||| 0.0278341 1 ||| ||| 0.0909091
+whether one [X][X] an objection [X] ||| ob es [X][X] ist , einen Einwand gegen [X] ||| 0.0278341 1 ||| ||| 0.0222222
+whether one [X][X] an [X] ||| ob es [X][X] ist , einen [X] ||| 0.0278341 1 ||| ||| 0.04
+whether one [X][X] [X] ||| ob es [X][X] ist [X] ||| 0.0278341 1 ||| ||| 0.125
+whether one can [X] ||| ob es möglich [X] ||| 0.0173963 1 ||| ||| 0.533333
+whether one can raise [X] ||| ob es möglich [X] ||| 0.0104378 1 ||| ||| 0.533333
+whether one can [X][X] objection [X] ||| ob es möglich [X][X] Einwand gegen [X] ||| 0.0278341 1 ||| ||| 0.0222222
+whether one can [X][X] [X] ||| ob es möglich [X][X] [X] ||| 0.0205093 1 ||| ||| 0.0844444
+whether one can raise [X][X] [X] ||| ob es möglich [X][X] [X] ||| 0.00732476 1 ||| ||| 0.0844444
+whether one can [X] ||| ob es möglich ist , [X] ||| 0.0191359 1 ||| ||| 0.290909
+whether one can raise [X] ||| ob es möglich ist , [X] ||| 0.00869816 1 ||| ||| 0.290909
+whether one can [X][X] objection [X] ||| ob es möglich ist , [X][X] Einwand gegen [X] ||| 0.0278341 1 ||| ||| 0.0222222
+whether one can [X][X] [X] ||| ob es möglich ist , [X][X] [X] ||| 0.0205093 1 ||| ||| 0.0844444
+whether one can raise [X][X] [X] ||| ob es möglich ist , [X][X] [X] ||| 0.00732476 1 ||| ||| 0.0844444
+whether one can raise an [X] ||| ob es möglich ist , einen [X] ||| 0.0278341 1 ||| ||| 0.04
+whether one can [X] ||| ob es möglich ist [X] ||| 0.0185561 1 ||| ||| 0.375
+whether one can raise [X] ||| ob es möglich ist [X] ||| 0.00927803 1 ||| ||| 0.375
+whether one can [X][X] objection [X] ||| ob es möglich ist [X][X] Einwand gegen [X] ||| 0.0278341 1 ||| ||| 0.0222222
+whether one can [X][X] [X] ||| ob es möglich ist [X][X] [X] ||| 0.0205093 1 ||| ||| 0.0844444
+whether one can raise [X][X] [X] ||| ob es möglich ist [X][X] [X] ||| 0.00732476 1 ||| ||| 0.0844444
+legally [X] ||| rechtlich [X] ||| 0.0278341 1 ||| ||| 1
+legally inadmissible [X] ||| rechtlich unzulässig [X] ||| 0.0278341 1 ||| ||| 1
+[X][X] legally inadmissible . [X] ||| rechtlich unzulässig [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.25
+[X][X] legally inadmissible [X] ||| rechtlich unzulässig [X][X] [X] ||| 0.0278341 1 ||| ||| 0.333333
+would be legally inadmissible . [X] ||| rechtlich unzulässig wäre . [X] ||| 0.0278341 1 ||| ||| 0.25
+would be legally inadmissible [X] ||| rechtlich unzulässig wäre [X] ||| 0.0278341 1 ||| ||| 0.333333
+relative stability [X] ||| relativen Stabilität [X] ||| 0.193135 1 ||| ||| 2.5
+relative stability is [X] ||| relativen Stabilität [X] ||| 0.00556682 1 ||| ||| 2.5
+relative stability [X][X] legal principle [X] ||| relativen Stabilität [X][X] Rechtsgrundsatz [X] ||| 0.0278341 1 ||| ||| 0.05
+relative stability [X][X] [X] ||| relativen Stabilität [X][X] [X] ||| 0.0176564 1 ||| ||| 0.62029
+relative stability is [X][X] [X] ||| relativen Stabilität [X][X] [X] ||| 0.0101777 1 ||| ||| 0.62029
+relative stability [X][X] of the [X] ||| relativen Stabilität [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0434783
+relative stability [X][X] fundamental [X] ||| relativen Stabilität [X][X] elementaren [X] ||| 0.0278341 1 ||| ||| 0.1
+relative stability [X][X] fundamental [X][X] [X] ||| relativen Stabilität [X][X] elementaren [X][X] [X] ||| 0.0278341 1 ||| ||| 0.126812
+relative stability [X][X] common [X] ||| relativen Stabilität [X][X] gemeinsamen [X] ||| 0.013917 1 ||| ||| 0.0666666
+relative stability is [X][X] common [X] ||| relativen Stabilität [X][X] gemeinsamen [X] ||| 0.013917 1 ||| ||| 0.0666666
+relative stability is a [X] ||| relativen Stabilität einen [X] ||| 0.0278341 1 ||| ||| 0.166667
+relative stability is a [X][X] [X] ||| relativen Stabilität einen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.126812
+relative stability is a fundamental [X] ||| relativen Stabilität einen elementaren [X] ||| 0.0278341 1 ||| ||| 0.1
+relative [X] ||| relativen [X] ||| 0.241419 1 ||| ||| 2
+relative [X][X] legal principle [X] ||| relativen [X][X] Rechtsgrundsatz [X] ||| 0.0278341 1 ||| ||| 0.05
+relative [X][X] legal principle [X][X] [X] ||| relativen [X][X] Rechtsgrundsatz [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0768116
+relative [X][X] [X] ||| relativen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.893478
+relative [X][X] of the [X] ||| relativen [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0434783
+relative [X][X] of the common [X] ||| relativen [X][X] der gemeinsamen [X] ||| 0.0278341 1 ||| ||| 0.0333333
+relative [X][X] a [X] ||| relativen [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.166667
+relative [X][X] a [X][X] [X] ||| relativen [X][X] einen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.126812
+relative [X][X] a [X][X] common [X] ||| relativen [X][X] einen [X][X] gemeinsamen [X] ||| 0.0278341 1 ||| ||| 0.0333333
+relative [X][X] a fundamental [X] ||| relativen [X][X] einen elementaren [X] ||| 0.0278341 1 ||| ||| 0.1
+relative [X][X] a fundamental [X][X] [X] ||| relativen [X][X] einen elementaren [X][X] [X] ||| 0.0278341 1 ||| ||| 0.126812
+relative [X][X] fundamental legal principle [X] ||| relativen [X][X] elementaren Rechtsgrundsatz [X] ||| 0.0278341 1 ||| ||| 0.05
+relative [X][X] fundamental [X] ||| relativen [X][X] elementaren [X] ||| 0.0278341 1 ||| ||| 0.1
+relative [X][X] fundamental [X][X] [X] ||| relativen [X][X] elementaren [X][X] [X] ||| 0.0278341 1 ||| ||| 0.126812
+relative [X][X] fundamental [X][X] common [X] ||| relativen [X][X] elementaren [X][X] gemeinsamen [X] ||| 0.0278341 1 ||| ||| 0.0333333
+relative [X][X] common [X] ||| relativen [X][X] gemeinsamen [X] ||| 0.0278341 1 ||| ||| 0.0333333
+difficult situation [X] ||| schwierigen Situation [X] ||| 0.0278341 1 ||| ||| 1
+difficult [X] ||| schwierigen [X] ||| 0.0278341 1 ||| ||| 1
+very [X] ||| sehr [X] ||| 0.241419 1 ||| ||| 2
+very [X][X] [X] ||| sehr [X][X] [X] ||| 0.0278341 1 ||| ||| 0.333333
+very difficult situation [X] ||| sehr schwierigen Situation [X] ||| 0.0278341 1 ||| ||| 0.333333
+very difficult [X] ||| sehr schwierigen [X] ||| 0.0278341 1 ||| ||| 1
+very many [X] ||| sehr vielen [X] ||| 0.0278341 1 ||| ||| 1
+his [X] ||| seinen [X] ||| 0.0278341 1 ||| ||| 1
+is [X] ||| sich [X] ||| 0.0278341 1 ||| ||| 1
+[X][X] . [X] ||| sich [X][X] . [X] ||| 0.00927803 1 ||| ||| 0.136363
+[X][X] an interest . [X] ||| sich [X][X] . [X] ||| 0.00927803 1 ||| ||| 0.136363
+[X][X] interest . [X] ||| sich [X][X] . [X] ||| 0.00927803 1 ||| ||| 0.136363
+is [X][X] report [X] ||| sich [X][X] Bericht [X] ||| 0.0278341 1 ||| ||| 0.166667
+is [X][X] report [X][X] [X] ||| sich [X][X] Bericht [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0892857
+is [X][X] report , [X] ||| sich [X][X] Bericht und [X] ||| 0.0278341 1 ||| ||| 0.0909091
+is [X][X] report , [X][X] [X] ||| sich [X][X] Bericht und [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0892857
+is [X][X] legislative proposal [X] ||| sich [X][X] Legislativvorschlag [X] ||| 0.0278341 1 ||| ||| 0.0416667
+is [X][X] [X] ||| sich [X][X] [X] ||| 0.0278341 1 ||| ||| 0.680195
+[X][X] has [X][X] . [X] ||| sich [X][X] [X][X] hat . [X] ||| 0.013917 1 ||| ||| 0.090909
+[X][X] has [X][X] interest . [X] ||| sich [X][X] [X][X] hat . [X] ||| 0.013917 1 ||| ||| 0.090909
+[X][X] has [X][X] [X] ||| sich [X][X] [X][X] hat [X] ||| 0.0153906 1 ||| ||| 0.505952
+[X][X] has [X][X] an [X] ||| sich [X][X] [X][X] hat [X] ||| 0.00458444 1 ||| ||| 0.505952
+[X][X] has [X][X] an interest [X] ||| sich [X][X] [X][X] hat [X] ||| 0.00392952 1 ||| ||| 0.505952
+[X][X] has [X][X] interest [X] ||| sich [X][X] [X][X] hat [X] ||| 0.00392952 1 ||| ||| 0.505952
+[X][X] has consistently shown [X] ||| sich [X][X] immer wieder befaßt hat [X] ||| 0.0167005 1 ||| ||| 0.208333
+[X][X] has consistently shown an [X] ||| sich [X][X] immer wieder befaßt hat [X] ||| 0.0111336 1 ||| ||| 0.208333
+[X][X] has consistently shown [X][X] [X] ||| sich [X][X] immer wieder befaßt hat [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0454545
+is [X][X] not a [X] ||| sich [X][X] keinen [X] ||| 0.0278341 1 ||| ||| 0.047619
+is [X][X] not a [X][X] [X] ||| sich [X][X] keinen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0416667
+[X][X] and contains [X] ||| sich [X][X] mit [X] ||| 0.0278341 1 ||| ||| 0.25
+is [X][X] , [X] ||| sich [X][X] und [X] ||| 0.0278341 1 ||| ||| 0.0909091
+is [X][X] , [X][X] [X] ||| sich [X][X] und [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0892857
+is [X][X] , not a [X] ||| sich [X][X] und keinen [X] ||| 0.0278341 1 ||| ||| 0.047619
+on Thursday [X] ||| sich am Donnerstag [X] ||| 0.0278341 1 ||| ||| 1
+on Thursday [X][X] [X] ||| sich am Donnerstag [X][X] [X] ||| 0.0278341 1 ||| ||| 0.25
+on Thursday and contains [X] ||| sich am Donnerstag mit [X] ||| 0.0278341 1 ||| ||| 0.25
+this Parliament [X] ||| sich dieses Parlament [X] ||| 0.0278341 1 ||| ||| 1
+this Parliament [X][X] . [X] ||| sich dieses Parlament [X][X] . [X] ||| 0.013917 1 ||| ||| 0.090909
+this Parliament [X][X] interest . [X] ||| sich dieses Parlament [X][X] . [X] ||| 0.013917 1 ||| ||| 0.090909
+this Parliament [X][X] [X] ||| sich dieses Parlament [X][X] [X] ||| 0.0164164 1 ||| ||| 0.551407
+this Parliament [X][X] an [X] ||| sich dieses Parlament [X][X] [X] ||| 0.00420653 1 ||| ||| 0.551407
+this Parliament [X][X] an interest [X] ||| sich dieses Parlament [X][X] [X] ||| 0.0036056 1 ||| ||| 0.551407
+this Parliament [X][X] interest [X] ||| sich dieses Parlament [X][X] [X] ||| 0.0036056 1 ||| ||| 0.551407
+this Parliament [X][X] an [X][X] [X] ||| sich dieses Parlament [X][X] [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0454545
+this Parliament has [X][X] . [X] ||| sich dieses Parlament [X][X] hat . [X] ||| 0.0278341 1 ||| ||| 0.0454545
+this Parliament has [X][X] [X] ||| sich dieses Parlament [X][X] hat [X] ||| 0.0179206 1 ||| ||| 0.434524
+this Parliament has [X][X] an [X] ||| sich dieses Parlament [X][X] hat [X] ||| 0.00533804 1 ||| ||| 0.434524
+this Parliament has [X][X] interest [X] ||| sich dieses Parlament [X][X] hat [X] ||| 0.00457547 1 ||| ||| 0.434524
+this Parliament has consistently shown [X] ||| sich dieses Parlament immer wieder befaßt hat [X] ||| 0.0278341 1 ||| ||| 0.125
+this [X] ||| sich dieses [X] ||| 0.0278341 1 ||| ||| 1
+this [X][X] . [X] ||| sich dieses [X][X] . [X] ||| 0.00927803 1 ||| ||| 0.136363
+this [X][X] an interest . [X] ||| sich dieses [X][X] . [X] ||| 0.00927803 1 ||| ||| 0.136363
+this [X][X] interest . [X] ||| sich dieses [X][X] . [X] ||| 0.00927803 1 ||| ||| 0.136363
+this [X][X] [X] ||| sich dieses [X][X] [X] ||| 0.0164164 1 ||| ||| 0.551407
+this [X][X] an [X] ||| sich dieses [X][X] [X] ||| 0.00420653 1 ||| ||| 0.551407
+this [X][X] an interest [X] ||| sich dieses [X][X] [X] ||| 0.0036056 1 ||| ||| 0.551407
+this [X][X] interest [X] ||| sich dieses [X][X] [X] ||| 0.0036056 1 ||| ||| 0.551407
+this [X][X] an [X][X] [X] ||| sich dieses [X][X] [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0454545
+is merely [X] ||| sich lediglich um [X] ||| 0.0278341 1 ||| ||| 1
+is merely [X][X] legislative proposal [X] ||| sich lediglich um [X][X] Legislativvorschlag [X] ||| 0.0278341 1 ||| ||| 0.0416667
+is merely [X][X] [X] ||| sich lediglich um [X][X] [X] ||| 0.0278341 1 ||| ||| 0.346861
+is merely [X][X] not a [X] ||| sich lediglich um [X][X] keinen [X] ||| 0.0278341 1 ||| ||| 0.047619
+is merely [X][X] , [X] ||| sich lediglich um [X][X] und [X] ||| 0.0278341 1 ||| ||| 0.0909091
+is merely [X][X] , [X][X] [X] ||| sich lediglich um [X][X] und [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0892857
+is merely a report [X] ||| sich lediglich um einen Bericht [X] ||| 0.0278341 1 ||| ||| 0.166667
+is merely a report [X][X] [X] ||| sich lediglich um einen Bericht [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0892857
+is merely a report , [X] ||| sich lediglich um einen Bericht und [X] ||| 0.0278341 1 ||| ||| 0.0909091
+is merely a [X] ||| sich lediglich um einen [X] ||| 0.0278341 1 ||| ||| 0.333333
+is merely a [X][X] [X] ||| sich lediglich um einen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.180195
+will be [X] ||| sicher [X] ||| 0.0278341 1 ||| ||| 1
+will be [X][X] that [X] ||| sicher [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.142857
+will be [X][X] [X] ||| sicher [X][X] [X] ||| 0.0278341 1 ||| ||| 0.242857
+will be aware [X][X] television [X] ||| sicher [X][X] dem Fernsehen wissen [X] ||| 0.0278341 1 ||| ||| 0.1
+will be aware [X][X] that [X] ||| sicher [X][X] wissen , [X] ||| 0.0278341 1 ||| ||| 0.142857
+will be aware [X][X] [X] ||| sicher [X][X] wissen [X] ||| 0.0278341 1 ||| ||| 0.1
+will be aware from [X][X] [X] ||| sicher aus [X][X] wissen [X] ||| 0.0278341 1 ||| ||| 0.1
+urging [X] ||| sie auffordern [X] ||| 0.0278341 1 ||| ||| 1
+urging [X] ||| sie auffordern würden , [X] ||| 0.0278341 1 ||| ||| 1
+urging [X] ||| sie auffordern würden [X] ||| 0.0278341 1 ||| ||| 1
+to [X] ||| soll , [X] ||| 0.00695852 1 ||| ||| 4
+to go [X] ||| soll , [X] ||| 0.00695852 1 ||| ||| 4
+to go before [X] ||| soll , [X] ||| 0.00695852 1 ||| ||| 4
+to go before the [X] ||| soll , [X] ||| 0.00695852 1 ||| ||| 4
+to [X] ||| soll [X] ||| 0.00695852 1 ||| ||| 4
+to go [X] ||| soll [X] ||| 0.00695852 1 ||| ||| 4
+to go before [X] ||| soll [X] ||| 0.00695852 1 ||| ||| 4
+to go before the [X] ||| soll [X] ||| 0.00695852 1 ||| ||| 4
+should [X] ||| sollen [X] ||| 0.241419 1 ||| ||| 2
+says [X][X] should [X] ||| sollen [X][X] Strafen [X] ||| 0.0278341 1 ||| ||| 0.25
+[X][X] should [X] ||| sollen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.75
+says that this should [X] ||| sollen derartige Strafen [X] ||| 0.0278341 1 ||| ||| 0.25
+that this should [X] ||| sollen derartige [X] ||| 0.0278341 1 ||| ||| 0.5
+always [X] ||| stets [X] ||| 0.0278341 1 ||| ||| 1
+always upheld [X] ||| stets verteidigt [X] ||| 0.0278341 1 ||| ||| 1
+have always upheld . [X] ||| stets verteidigt haben . [X] ||| 0.0278341 1 ||| ||| 0.333333
+have always upheld [X] ||| stets verteidigt haben [X] ||| 0.0278341 1 ||| ||| 0.5
+constantly [X] ||| ständig [X] ||| 0.0278341 1 ||| ||| 1
+despite [X] ||| trotz [X] ||| 0.0278341 1 ||| ||| 1
+despite [X][X] stability [X] ||| trotz [X][X] Stabilität [X] ||| 0.0278341 1 ||| ||| 0.0526316
+[X][X] despite [X][X] stability . [X] ||| trotz [X][X] Stabilität [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.125
+[X][X] despite [X][X] stability [X] ||| trotz [X][X] Stabilität [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0666667
+done despite [X][X] stability [X] ||| trotz [X][X] Stabilität verhängt [X] ||| 0.0278341 1 ||| ||| 0.0666667
+be done despite [X][X] stability [X] ||| trotz [X][X] Stabilität verhängt werden [X] ||| 0.0278341 1 ||| ||| 0.0666667
+despite [X][X] [X] ||| trotz [X][X] [X] ||| 0.0278341 1 ||| ||| 0.643541
+[X][X] despite [X][X] . [X] ||| trotz [X][X] [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.125
+[X][X] despite [X][X] [X] ||| trotz [X][X] [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0666667
+despite [X][X] of [X] ||| trotz [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.166667
+despite [X][X] of [X][X] [X] ||| trotz [X][X] der [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0526316
+done despite [X][X] of [X][X] [X] ||| trotz [X][X] der [X][X] verhängt [X] ||| 0.0278341 1 ||| ||| 0.0666667
+despite [X][X] of relative stability [X] ||| trotz [X][X] der relativen Stabilität [X] ||| 0.0278341 1 ||| ||| 0.0526316
+despite [X][X] of relative [X] ||| trotz [X][X] der relativen [X] ||| 0.0278341 1 ||| ||| 0.0909091
+despite [X][X] relative stability [X] ||| trotz [X][X] relativen Stabilität [X] ||| 0.0278341 1 ||| ||| 0.0526316
+[X][X] despite [X][X] relative stability [X] ||| trotz [X][X] relativen Stabilität [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0666667
+done despite [X][X] relative stability [X] ||| trotz [X][X] relativen Stabilität verhängt [X] ||| 0.0278341 1 ||| ||| 0.0666667
+despite [X][X] relative [X] ||| trotz [X][X] relativen [X] ||| 0.0278341 1 ||| ||| 0.0909091
+done despite [X][X] [X] ||| trotz [X][X] verhängt [X] ||| 0.0278341 1 ||| ||| 0.0666667
+be done despite [X][X] . [X] ||| trotz [X][X] verhängt werden . [X] ||| 0.0278341 1 ||| ||| 0.125
+be done despite [X][X] [X] ||| trotz [X][X] verhängt werden [X] ||| 0.0278341 1 ||| ||| 0.0666667
+despite the principle [X] ||| trotz des Grundsatzes [X] ||| 0.0278341 1 ||| ||| 0.333333
+despite the principle [X][X] stability [X] ||| trotz des Grundsatzes [X][X] Stabilität [X] ||| 0.0278341 1 ||| ||| 0.0526316
+despite the principle [X][X] [X] ||| trotz des Grundsatzes [X][X] [X] ||| 0.0278341 1 ||| ||| 0.143541
+[X][X] despite the principle [X][X] [X] ||| trotz des Grundsatzes [X][X] [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0666667
+done despite the principle [X][X] [X] ||| trotz des Grundsatzes [X][X] verhängt [X] ||| 0.0278341 1 ||| ||| 0.0666667
+despite the principle of [X] ||| trotz des Grundsatzes der [X] ||| 0.0278341 1 ||| ||| 0.166667
+despite the principle of [X][X] [X] ||| trotz des Grundsatzes der [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0526316
+despite the principle of relative [X] ||| trotz des Grundsatzes der relativen [X] ||| 0.0278341 1 ||| ||| 0.0909091
+despite the [X] ||| trotz des [X] ||| 0.0278341 1 ||| ||| 1
+despite the [X][X] stability [X] ||| trotz des [X][X] Stabilität [X] ||| 0.0278341 1 ||| ||| 0.0526316
+[X][X] despite the [X][X] stability [X] ||| trotz des [X][X] Stabilität [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0666667
+done despite the [X][X] stability [X] ||| trotz des [X][X] Stabilität verhängt [X] ||| 0.0278341 1 ||| ||| 0.0666667
+despite the [X][X] [X] ||| trotz des [X][X] [X] ||| 0.0278341 1 ||| ||| 0.310207
+[X][X] despite the [X][X] . [X] ||| trotz des [X][X] [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.125
+[X][X] despite the [X][X] [X] ||| trotz des [X][X] [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0666667
+despite the [X][X] relative stability [X] ||| trotz des [X][X] relativen Stabilität [X] ||| 0.0278341 1 ||| ||| 0.0526316
+despite the [X][X] relative [X] ||| trotz des [X][X] relativen [X] ||| 0.0278341 1 ||| ||| 0.0909091
+done despite the [X][X] [X] ||| trotz des [X][X] verhängt [X] ||| 0.0278341 1 ||| ||| 0.0666667
+be done despite the [X][X] [X] ||| trotz des [X][X] verhängt werden [X] ||| 0.0278341 1 ||| ||| 0.0666667
+do [X] ||| tun [X] ||| 0.241419 1 ||| ||| 2
+and to the Governor [X] ||| und Gouverneur [X] ||| 0.0278341 1 ||| ||| 0.2
+and to the Governor [X][X] [X] ||| und Gouverneur [X][X] [X] ||| 0.0278341 1 ||| ||| 0.152597
+and to the Governor of [X] ||| und Gouverneur von [X] ||| 0.0278341 1 ||| ||| 0.111111
+, [X] ||| und [X] ||| 0.00146495 1 ||| ||| 19
+, and [X] ||| und [X] ||| 0.00146495 1 ||| ||| 19
+and [X] ||| und [X] ||| 0.736842 1 ||| ||| 19
+and the [X] ||| und [X] ||| 0.00146495 1 ||| ||| 19
+and to [X] ||| und [X] ||| 0.00146495 1 ||| ||| 19
+and to the [X] ||| und [X] ||| 0.00146495 1 ||| ||| 19
+and [X][X] , [X] ||| und [X][X] , [X] ||| 0.00375419 1 ||| ||| 0.476623
+and [X][X] [X] ||| und [X][X] , [X] ||| 0.0199086 1 ||| ||| 0.476623
+and to [X][X] , [X] ||| und [X][X] , [X] ||| 0.00208566 1 ||| ||| 0.476623
+and to the [X][X] , [X] ||| und [X][X] , [X] ||| 0.00208566 1 ||| ||| 0.476623
+and [X][X] , [X][X] [X] ||| und [X][X] , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0149254
+and [X][X] , to [X] ||| und [X][X] , bei [X] ||| 0.0278341 1 ||| ||| 0.0188679
+and [X][X] , to the [X] ||| und [X][X] , bei dem [X] ||| 0.0278341 1 ||| ||| 0.0149254
+and [X][X] that [X] ||| und [X][X] , daß [X] ||| 0.0278341 1 ||| ||| 0.2
+and [X][X] that [X][X] , [X] ||| und [X][X] , daß [X][X] [X] ||| 0.00927805 1 ||| ||| 0.2
+and [X][X] that [X][X] [X] ||| und [X][X] , daß [X][X] [X] ||| 0.018556 1 ||| ||| 0.2
+and [X][X] that [X][X] too [X] ||| und [X][X] , daß auch [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0666667
+and [X][X] you [X] ||| und [X][X] , die Sie [X] ||| 0.0278341 1 ||| ||| 0.1
+and [X][X] you [X][X] [X] ||| und [X][X] , die Sie [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0623647
+and [X][X] you [X][X] to [X] ||| und [X][X] , die Sie [X][X] bei [X] ||| 0.0278341 1 ||| ||| 0.0188679
+and [X][X] you [X][X] the [X] ||| und [X][X] , die Sie [X][X] dem [X] ||| 0.0278341 1 ||| ||| 0.0149254
+and [X][X] you represent , [X] ||| und [X][X] , die Sie vertreten , [X] ||| 0.0278341 1 ||| ||| 0.0285714
+and [X][X] you represent [X] ||| und [X][X] , die Sie vertreten [X] ||| 0.0278341 1 ||| ||| 0.0526316
+and [X][X] you represent [X][X] [X] ||| und [X][X] , die Sie vertreten [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0337933
+and [X][X] [X] ||| und [X][X] , die [X] ||| 0.0278341 1 ||| ||| 0.2
+and [X][X] to subvert it [X] ||| und [X][X] , diesen zu unterlaufen , [X] ||| 0.0278341 1 ||| ||| 0.0909091
+and [X][X] to subvert it [X] ||| und [X][X] , diesen zu unterlaufen [X] ||| 0.0278341 1 ||| ||| 0.142857
+and [X][X] Bush , [X] ||| und [X][X] Bush , [X] ||| 0.013917 1 ||| ||| 0.0714286
+and to [X][X] Bush , [X] ||| und [X][X] Bush , [X] ||| 0.013917 1 ||| ||| 0.0714286
+and [X][X] Bush [X] ||| und [X][X] Bush [X] ||| 0.00927803 1 ||| ||| 0.136363
+and to [X][X] Bush [X] ||| und [X][X] Bush [X] ||| 0.00927803 1 ||| ||| 0.136363
+and to the [X][X] Bush [X] ||| und [X][X] Bush [X] ||| 0.00927803 1 ||| ||| 0.136363
+and [X][X] European Community [X] ||| und [X][X] Europäischen Union [X] ||| 0.013917 1 ||| ||| 0.0571428
+and [X][X] the European Community [X] ||| und [X][X] Europäischen Union [X] ||| 0.013917 1 ||| ||| 0.0571428
+and [X][X] European [X] ||| und [X][X] Europäischen [X] ||| 0.00927803 1 ||| ||| 0.12
+and [X][X] of the European [X] ||| und [X][X] Europäischen [X] ||| 0.00927803 1 ||| ||| 0.12
+and [X][X] the European [X] ||| und [X][X] Europäischen [X] ||| 0.00927803 1 ||| ||| 0.12
+, [X][X] legislative proposal [X] ||| und [X][X] Legislativvorschlag [X] ||| 0.0278341 1 ||| ||| 0.2
+and [X][X] you [X] ||| und [X][X] Sie [X] ||| 0.0278341 1 ||| ||| 0.1
+and [X][X] you [X][X] [X] ||| und [X][X] Sie [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0623647
+and [X][X] you [X][X] to [X] ||| und [X][X] Sie [X][X] bei [X] ||| 0.0278341 1 ||| ||| 0.0188679
+and [X][X] you [X][X] the [X] ||| und [X][X] Sie [X][X] dem [X] ||| 0.0278341 1 ||| ||| 0.0149254
+and [X][X] you represent , [X] ||| und [X][X] Sie vertreten , [X] ||| 0.0278341 1 ||| ||| 0.0285714
+and [X][X] you represent [X] ||| und [X][X] Sie vertreten [X] ||| 0.0278341 1 ||| ||| 0.0526316
+and [X][X] you represent [X][X] [X] ||| und [X][X] Sie vertreten [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0337933
+and [X][X] Texas , Mr [X] ||| und [X][X] Texas , George W. [X] ||| 0.0278341 1 ||| ||| 0.0714286
+and [X][X] Community [X] ||| und [X][X] Union [X] ||| 0.0278341 1 ||| ||| 0.0285714
+and [X][X] condemned person [X] ||| und [X][X] Verurteilten [X] ||| 0.0278341 1 ||| ||| 0.0714286
+, [X][X] [X] ||| und [X][X] [X] ||| 0.00307123 1 ||| ||| 6.34399
+and [X][X] , [X] ||| und [X][X] [X] ||| 0.000292498 1 ||| ||| 6.34399
+and [X][X] [X] ||| und [X][X] [X] ||| 0.724475 1 ||| ||| 6.34399
+and [X][X] of [X] ||| und [X][X] [X] ||| 0.000438748 1 ||| ||| 6.34399
+and [X][X] of the [X] ||| und [X][X] [X] ||| 0.000337498 1 ||| ||| 6.34399
+and [X][X] the [X] ||| und [X][X] [X] ||| 0.000337498 1 ||| ||| 6.34399
+and to [X][X] [X] ||| und [X][X] [X] ||| 0.00203451 1 ||| ||| 6.34399
+and to the [X][X] [X] ||| und [X][X] [X] ||| 0.00115702 1 ||| ||| 6.34399
+and [X][X] of [X][X] Community [X] ||| und [X][X] [X][X] Union [X] ||| 0.0278341 1 ||| ||| 0.0285714
+and [X][X] of [X][X] [X] ||| und [X][X] [X][X] [X] ||| 0.0151822 1 ||| ||| 0.125714
+and [X][X] of the [X][X] [X] ||| und [X][X] [X][X] [X] ||| 0.00632593 1 ||| ||| 0.125714
+and [X][X] the [X][X] [X] ||| und [X][X] [X][X] [X] ||| 0.00632593 1 ||| ||| 0.125714
+and [X][X] in Russia [X][X] [X] ||| und [X][X] [X][X] in Rußland [X] ||| 0.0278341 1 ||| ||| 0.133333
+and [X][X] in [X][X] too [X] ||| und [X][X] auch in [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0666667
+and [X][X] to [X] ||| und [X][X] bei [X] ||| 0.0278341 1 ||| ||| 0.0188679
+and [X][X] to the [X] ||| und [X][X] bei dem [X] ||| 0.0278341 1 ||| ||| 0.0149254
+and [X][X] the [X] ||| und [X][X] dem [X] ||| 0.0278341 1 ||| ||| 0.0149254
+and [X][X] the condemned person [X] ||| und [X][X] des Verurteilten [X] ||| 0.0278341 1 ||| ||| 0.0714286
+and [X][X] the [X] ||| und [X][X] des [X] ||| 0.0278341 1 ||| ||| 0.166667
+and [X][X] the [X][X] [X] ||| und [X][X] des [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0714286
+and [X][X] you [X] ||| und [X][X] die Sie [X] ||| 0.0278341 1 ||| ||| 0.1
+and [X][X] you [X][X] [X] ||| und [X][X] die Sie [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0623647
+and [X][X] you [X][X] to [X] ||| und [X][X] die Sie [X][X] bei [X] ||| 0.0278341 1 ||| ||| 0.0188679
+and [X][X] you [X][X] the [X] ||| und [X][X] die Sie [X][X] dem [X] ||| 0.0278341 1 ||| ||| 0.0149254
+and [X][X] you represent , [X] ||| und [X][X] die Sie vertreten , [X] ||| 0.0278341 1 ||| ||| 0.0285714
+and [X][X] you represent [X] ||| und [X][X] die Sie vertreten [X] ||| 0.0278341 1 ||| ||| 0.0526316
+and [X][X] you represent [X][X] [X] ||| und [X][X] die Sie vertreten [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0337933
+and [X][X] [X] ||| und [X][X] die [X] ||| 0.0278341 1 ||| ||| 0.2
+and made [X][X] that [X] ||| und [X][X] gemacht hat , daß [X] ||| 0.0278341 1 ||| ||| 0.2
+and made [X][X] that [X][X] [X] ||| und [X][X] gemacht hat , daß [X][X] [X] ||| 0.0278341 1 ||| ||| 0.133333
+and made [X][X] [X] ||| und [X][X] gemacht hat [X] ||| 0.0278341 1 ||| ||| 0.333333
+and [X][X] whole [X] ||| und [X][X] gesamten [X] ||| 0.0135016 1 ||| ||| 0.34359
+and [X][X] whole of [X] ||| und [X][X] gesamten [X] ||| 0.00810096 1 ||| ||| 0.34359
+and [X][X] whole of the [X] ||| und [X][X] gesamten [X] ||| 0.00623151 1 ||| ||| 0.34359
+and [X][X] whole [X][X] Community [X] ||| und [X][X] gesamten [X][X] Union [X] ||| 0.0278341 1 ||| ||| 0.0285714
+and [X][X] whole [X][X] [X] ||| und [X][X] gesamten [X][X] [X] ||| 0.013917 1 ||| ||| 0.137143
+and [X][X] whole of [X][X] [X] ||| und [X][X] gesamten [X][X] [X] ||| 0.013917 1 ||| ||| 0.137143
+and [X][X] represent , [X] ||| und [X][X] vertreten , [X] ||| 0.0278341 1 ||| ||| 0.0285714
+and [X][X] represent , [X][X] [X] ||| und [X][X] vertreten , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0149254
+and [X][X] represent , to [X] ||| und [X][X] vertreten , bei [X] ||| 0.0278341 1 ||| ||| 0.0188679
+and [X][X] represent [X] ||| und [X][X] vertreten [X] ||| 0.0278341 1 ||| ||| 0.0526316
+and [X][X] represent [X][X] [X] ||| und [X][X] vertreten [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0337933
+and [X][X] represent [X][X] the [X] ||| und [X][X] vertreten [X][X] dem [X] ||| 0.0278341 1 ||| ||| 0.0149254
+and [X][X] of [X] ||| und [X][X] von [X] ||| 0.013917 1 ||| ||| 0.222222
+and to [X][X] of [X] ||| und [X][X] von [X] ||| 0.013917 1 ||| ||| 0.222222
+and [X][X] of [X][X] , [X] ||| und [X][X] von [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0357143
+and [X][X] of [X][X] Bush [X] ||| und [X][X] von [X][X] Bush [X] ||| 0.0278341 1 ||| ||| 0.0454545
+and [X][X] of [X][X] [X] ||| und [X][X] von [X][X] [X] ||| 0.013917 1 ||| ||| 0.305194
+and to [X][X] of [X][X] [X] ||| und [X][X] von [X][X] [X] ||| 0.013917 1 ||| ||| 0.305194
+and the other [X] ||| und anderen [X] ||| 0.0278341 1 ||| ||| 0.333333
+and [X] ||| und auf [X] ||| 0.0278341 1 ||| ||| 1
+and [X][X] [X] ||| und auf [X][X] [X] ||| 0.0278341 1 ||| ||| 0.25
+and which [X] ||| und auf die [X] ||| 0.0278341 1 ||| ||| 1
+and which I [X] ||| und auf die ich [X] ||| 0.0278341 1 ||| ||| 0.25
+and that [X] ||| und daß [X] ||| 0.0278341 1 ||| ||| 1
+and television [X] ||| und dem Fernsehen [X] ||| 0.0278341 1 ||| ||| 1
+and the institution [X] ||| und der Institution , [X] ||| 0.0278341 1 ||| ||| 0.25
+and the institution [X][X] , [X] ||| und der Institution , [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0285714
+and the institution [X][X] [X] ||| und der Institution , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.114996
+and the institution [X][X] to [X] ||| und der Institution , [X][X] bei [X] ||| 0.0278341 1 ||| ||| 0.0188679
+and the institution [X][X] the [X] ||| und der Institution , [X][X] dem [X] ||| 0.0278341 1 ||| ||| 0.0149254
+and the institution you [X] ||| und der Institution , die Sie [X] ||| 0.0278341 1 ||| ||| 0.1
+and the institution you [X][X] [X] ||| und der Institution , die Sie [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0623647
+and the institution you represent [X] ||| und der Institution , die Sie vertreten [X] ||| 0.0278341 1 ||| ||| 0.0526316
+and the institution [X] ||| und der Institution , die [X] ||| 0.0278341 1 ||| ||| 0.2
+and the institution [X][X] , [X] ||| und der Institution , die [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0285714
+and the institution [X][X] [X] ||| und der Institution , die [X][X] [X] ||| 0.0278341 1 ||| ||| 0.114996
+and the institution [X][X] to [X] ||| und der Institution , die [X][X] bei [X] ||| 0.0278341 1 ||| ||| 0.0188679
+and the institution [X][X] the [X] ||| und der Institution , die [X][X] dem [X] ||| 0.0278341 1 ||| ||| 0.0149254
+and the institution [X] ||| und der Institution [X] ||| 0.0278341 1 ||| ||| 0.333333
+and the institution [X][X] , [X] ||| und der Institution [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0285714
+and the institution [X][X] [X] ||| und der Institution [X][X] [X] ||| 0.0278341 1 ||| ||| 0.114996
+and the institution [X][X] to [X] ||| und der Institution [X][X] bei [X] ||| 0.0278341 1 ||| ||| 0.0188679
+and the institution [X][X] the [X] ||| und der Institution [X][X] dem [X] ||| 0.0278341 1 ||| ||| 0.0149254
+and the [X] ||| und der [X] ||| 0.0278341 1 ||| ||| 1
+and the [X][X] , [X] ||| und der [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0285714
+and the [X][X] , [X][X] [X] ||| und der [X][X] , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0149254
+and the [X][X] , to [X] ||| und der [X][X] , bei [X] ||| 0.0278341 1 ||| ||| 0.0188679
+and the [X][X] [X] ||| und der [X][X] [X] ||| 0.0278341 1 ||| ||| 0.214996
+and the [X][X] to [X] ||| und der [X][X] bei [X] ||| 0.0278341 1 ||| ||| 0.0188679
+and the [X][X] to the [X] ||| und der [X][X] bei dem [X] ||| 0.0278341 1 ||| ||| 0.0149254
+and the [X][X] the [X] ||| und der [X][X] dem [X] ||| 0.0278341 1 ||| ||| 0.0149254
+and the [X][X] represent , [X] ||| und der [X][X] vertreten , [X] ||| 0.0278341 1 ||| ||| 0.0285714
+and the [X][X] represent [X] ||| und der [X][X] vertreten [X] ||| 0.0278341 1 ||| ||| 0.0526316
+and the [X][X] represent [X][X] [X] ||| und der [X][X] vertreten [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0337933
+and made it clear that [X] ||| und deutlich gemacht hat , daß [X] ||| 0.0278341 1 ||| ||| 0.2
+and made it clear [X] ||| und deutlich gemacht hat [X] ||| 0.0278341 1 ||| ||| 0.333333
+and made it clear [X][X] [X] ||| und deutlich gemacht hat [X][X] [X] ||| 0.0278341 1 ||| ||| 0.133333
+and a proposal [X] ||| und ein Vorschlag [X] ||| 0.0278341 1 ||| ||| 0.333333
+and a proposal [X][X] [X] ||| und ein Vorschlag [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0909091
+and a proposal [X][X] [X] ||| und ein Vorschlag [X][X] [X] ||| 0.0278341 1 ||| ||| 0.233766
+and a [X] ||| und ein [X] ||| 0.0278341 1 ||| ||| 1
+and a [X][X] [X] ||| und ein [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0909091
+and a [X][X] [X] ||| und ein [X][X] [X] ||| 0.0278341 1 ||| ||| 0.233766
+, not a legislative proposal [X] ||| und keinen Legislativvorschlag [X] ||| 0.0278341 1 ||| ||| 0.2
+, not a [X] ||| und keinen [X] ||| 0.0278341 1 ||| ||| 0.5
+, not a [X][X] [X] ||| und keinen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.2
+and whether [X] ||| und ob [X] ||| 0.0278341 1 ||| ||| 1
+and urging [X] ||| und sie auffordern [X] ||| 0.0278341 1 ||| ||| 1
+and urging [X] ||| und sie auffordern würden , [X] ||| 0.0278341 1 ||| ||| 1
+and urging [X] ||| und sie auffordern würden [X] ||| 0.0278341 1 ||| ||| 1
+and by [X] ||| und von [X] ||| 0.0278341 1 ||| ||| 1
+and by [X][X] European Community [X] ||| und von [X][X] Europäischen Union [X] ||| 0.0278341 1 ||| ||| 0.0285714
+and by [X][X] European [X] ||| und von [X][X] Europäischen [X] ||| 0.013917 1 ||| ||| 0.08
+and by [X][X] the European [X] ||| und von [X][X] Europäischen [X] ||| 0.013917 1 ||| ||| 0.08
+and by [X][X] Community [X] ||| und von [X][X] Union [X] ||| 0.0278341 1 ||| ||| 0.0285714
+and by [X][X] [X] ||| und von [X][X] [X] ||| 0.0172252 1 ||| ||| 0.666007
+and by [X][X] of [X] ||| und von [X][X] [X] ||| 0.00417925 1 ||| ||| 0.666007
+and by [X][X] of the [X] ||| und von [X][X] [X] ||| 0.00321481 1 ||| ||| 0.666007
+and by [X][X] the [X] ||| und von [X][X] [X] ||| 0.00321481 1 ||| ||| 0.666007
+and by [X][X] of [X][X] [X] ||| und von [X][X] [X][X] [X] ||| 0.0196476 1 ||| ||| 0.0971428
+and by [X][X] the [X][X] [X] ||| und von [X][X] [X][X] [X] ||| 0.0081865 1 ||| ||| 0.0971428
+and by the [X] ||| und von der [X] ||| 0.0278341 1 ||| ||| 0.333333
+and by the [X][X] European [X] ||| und von der [X][X] Europäischen [X] ||| 0.0278341 1 ||| ||| 0.04
+and by the [X][X] Community [X] ||| und von der [X][X] Union [X] ||| 0.0278341 1 ||| ||| 0.0285714
+and by the [X][X] [X] ||| und von der [X][X] [X] ||| 0.0211934 1 ||| ||| 0.322418
+and by the [X][X] the [X] ||| und von der [X][X] [X] ||| 0.00664071 1 ||| ||| 0.322418
+and by the whole [X] ||| und von der gesamten [X] ||| 0.0173963 1 ||| ||| 0.266667
+and by the whole of [X] ||| und von der gesamten [X] ||| 0.0104378 1 ||| ||| 0.266667
+and by the whole [X][X] [X] ||| und von der gesamten [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0685714
+, and we [X] ||| und wir [X] ||| 0.00927803 1 ||| ||| 1.5
+and we [X] ||| und wir [X] ||| 0.0185561 1 ||| ||| 1.5
+and to reprieve [X] ||| und zur Begnadigung [X] ||| 0.0278341 1 ||| ||| 0.333333
+and to reprieve [X][X] [X] ||| und zur Begnadigung [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0714286
+and to reprieve the [X] ||| und zur Begnadigung des [X] ||| 0.0278341 1 ||| ||| 0.166667
+and to reprieve the [X][X] [X] ||| und zur Begnadigung des [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0714286
+and to [X] ||| und zur [X] ||| 0.0278341 1 ||| ||| 1
+and to [X][X] condemned person [X] ||| und zur [X][X] Verurteilten [X] ||| 0.0278341 1 ||| ||| 0.0714286
+and to [X][X] [X] ||| und zur [X][X] [X] ||| 0.0278341 1 ||| ||| 0.238095
+it [X] ||| und zwar [X] ||| 0.0278341 1 ||| ||| 1
+it says [X][X] [X] ||| und zwar [X][X] Strafen [X] ||| 0.0278341 1 ||| ||| 0.2
+it [X][X] [X] ||| und zwar [X][X] [X] ||| 0.0278341 1 ||| ||| 0.2
+it says [X][X] should [X] ||| und zwar sollen [X][X] Strafen [X] ||| 0.0278341 1 ||| ||| 0.2
+it [X][X] should [X] ||| und zwar sollen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.2
+it says that this should [X] ||| und zwar sollen derartige Strafen [X] ||| 0.0278341 1 ||| ||| 0.2
+of us [X] ||| uns [X] ||| 0.013917 1 ||| ||| 2
+us [X] ||| uns [X] ||| 0.013917 1 ||| ||| 2
+of us here [X] ||| uns hier [X] ||| 0.00927803 1 ||| ||| 1.5
+us here [X] ||| uns hier [X] ||| 0.0185561 1 ||| ||| 1.5
+[X][X] us here [X] ||| uns hier [X][X] [X] ||| 0.0278341 1 ||| ||| 0.2
+all of us here [X] ||| uns hier alle [X] ||| 0.0278341 1 ||| ||| 0.2
+people signed [X] ||| unterzeichnet worden [X] ||| 0.013917 1 ||| ||| 2
+signed [X] ||| unterzeichnet worden [X] ||| 0.013917 1 ||| ||| 2
+people signed [X] ||| unterzeichnet worden ist [X] ||| 0.013917 1 ||| ||| 2
+signed [X] ||| unterzeichnet worden ist [X] ||| 0.013917 1 ||| ||| 2
+inadmissible [X] ||| unzulässig [X] ||| 0.0278341 1 ||| ||| 1
+last year [X] ||| vergangenen Jahres- [X] ||| 0.0278341 1 ||| ||| 1
+last [X] ||| vergangenen [X] ||| 0.0278341 1 ||| ||| 1
+done [X] ||| verhängt [X] ||| 0.0278341 1 ||| ||| 1
+be done [X] ||| verhängt werden [X] ||| 0.0278341 1 ||| ||| 1
+various countries [X] ||| verschiedenen Ländern [X] ||| 0.0278341 1 ||| ||| 1
+various countries [X][X] European Union [X] ||| verschiedenen Ländern [X][X] Europäischen Union [X] ||| 0.0278341 1 ||| ||| 0.0909091
+various countries [X][X] European [X] ||| verschiedenen Ländern [X][X] Europäischen [X] ||| 0.0278341 1 ||| ||| 0.142857
+various countries [X][X] Union [X] ||| verschiedenen Ländern [X][X] Union [X] ||| 0.0278341 1 ||| ||| 0.0909091
+various countries [X][X] [X] ||| verschiedenen Ländern [X][X] [X] ||| 0.0278341 1 ||| ||| 0.483766
+various countries of the European [X] ||| verschiedenen Ländern der Europäischen [X] ||| 0.0278341 1 ||| ||| 0.142857
+various countries of the [X] ||| verschiedenen Ländern der [X] ||| 0.0278341 1 ||| ||| 0.25
+various countries of the [X][X] [X] ||| verschiedenen Ländern der [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0909091
+various [X] ||| verschiedenen [X] ||| 0.0278341 1 ||| ||| 1
+various [X][X] European Union [X] ||| verschiedenen [X][X] Europäischen Union [X] ||| 0.0278341 1 ||| ||| 0.0909091
+various [X][X] European [X] ||| verschiedenen [X][X] Europäischen [X] ||| 0.0278341 1 ||| ||| 0.142857
+various [X][X] Union [X] ||| verschiedenen [X][X] Union [X] ||| 0.0278341 1 ||| ||| 0.0909091
+various [X][X] [X] ||| verschiedenen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.483766
+upheld [X] ||| verteidigt [X] ||| 0.0278341 1 ||| ||| 1
+represent , [X] ||| vertreten , [X] ||| 0.0278341 1 ||| ||| 1
+represent , [X][X] Governor [X] ||| vertreten , [X][X] Gouverneur [X] ||| 0.013917 1 ||| ||| 0.0444444
+represent , [X][X] the Governor [X] ||| vertreten , [X][X] Gouverneur [X] ||| 0.013917 1 ||| ||| 0.0444444
+represent , [X][X] Governor of [X] ||| vertreten , [X][X] Gouverneur von [X] ||| 0.0278341 1 ||| ||| 0.0181818
+represent , [X][X] President [X] ||| vertreten , [X][X] Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.0909091
+represent , [X][X] President [X][X] [X] ||| vertreten , [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 0.0278341 1 ||| ||| 0.108376
+represent , [X][X] President and [X] ||| vertreten , [X][X] Präsidentschaftskandidaten und [X] ||| 0.0278341 1 ||| ||| 0.0526316
+represent , [X][X] [X] ||| vertreten , [X][X] [X] ||| 0.0224568 1 ||| ||| 0.518815
+represent , [X][X] the [X] ||| vertreten , [X][X] [X] ||| 0.00173063 1 ||| ||| 0.518815
+represent , [X][X] to [X] ||| vertreten , [X][X] [X] ||| 0.00191605 1 ||| ||| 0.518815
+represent , [X][X] to the [X] ||| vertreten , [X][X] [X] ||| 0.00173063 1 ||| ||| 0.518815
+represent , [X][X] the [X][X] [X] ||| vertreten , [X][X] [X][X] [X] ||| 0.00863817 1 ||| ||| 0.0585858
+represent , [X][X] to [X][X] [X] ||| vertreten , [X][X] [X][X] [X] ||| 0.0191959 1 ||| ||| 0.0585858
+represent , [X][X] and [X] ||| vertreten , [X][X] und [X] ||| 0.016582 1 ||| ||| 0.0883459
+represent , [X][X] and to [X] ||| vertreten , [X][X] und [X] ||| 0.0112521 1 ||| ||| 0.0883459
+represent , [X][X] and [X][X] [X] ||| vertreten , [X][X] und [X][X] [X] ||| 0.0278341 1 ||| ||| 0.040404
+represent , [X][X] of [X] ||| vertreten , [X][X] von [X] ||| 0.0278341 1 ||| ||| 0.0181818
+represent , to [X] ||| vertreten , bei [X] ||| 0.0278341 1 ||| ||| 0.333333
+represent , to [X][X] Governor [X] ||| vertreten , bei [X][X] Gouverneur [X] ||| 0.0278341 1 ||| ||| 0.0222222
+represent , to [X][X] [X] ||| vertreten , bei [X][X] [X] ||| 0.0219197 1 ||| ||| 0.319889
+represent , to [X][X] the [X] ||| vertreten , bei [X][X] [X] ||| 0.00280683 1 ||| ||| 0.319889
+represent , to [X][X] to [X] ||| vertreten , bei [X][X] [X] ||| 0.00310756 1 ||| ||| 0.319889
+represent , to [X][X] and [X] ||| vertreten , bei [X][X] und [X] ||| 0.0278341 1 ||| ||| 0.0526316
+represent , to [X][X] of [X] ||| vertreten , bei [X][X] von [X] ||| 0.0278341 1 ||| ||| 0.0181818
+represent , to the President [X] ||| vertreten , bei dem Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.0909091
+represent , to the [X] ||| vertreten , bei dem [X] ||| 0.0278341 1 ||| ||| 0.166667
+represent , to the [X][X] [X] ||| vertreten , bei dem [X][X] [X] ||| 0.0278341 1 ||| ||| 0.161008
+represent [X] ||| vertreten [X] ||| 0.0278341 1 ||| ||| 1
+represent [X][X] Governor [X] ||| vertreten [X][X] Gouverneur [X] ||| 0.00927803 1 ||| ||| 0.0666666
+represent [X][X] the Governor [X] ||| vertreten [X][X] Gouverneur [X] ||| 0.00927803 1 ||| ||| 0.0666666
+represent [X][X] to the Governor [X] ||| vertreten [X][X] Gouverneur [X] ||| 0.00927803 1 ||| ||| 0.0666666
+represent [X][X] Governor of [X] ||| vertreten [X][X] Gouverneur von [X] ||| 0.013917 1 ||| ||| 0.0363636
+represent [X][X] the Governor of [X] ||| vertreten [X][X] Gouverneur von [X] ||| 0.013917 1 ||| ||| 0.0363636
+represent [X][X] President [X] ||| vertreten [X][X] Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.0909091
+represent [X][X] President [X][X] Governor [X] ||| vertreten [X][X] Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 0.0278341 1 ||| ||| 0.0222222
+represent [X][X] President [X][X] [X] ||| vertreten [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 0.0214496 1 ||| ||| 0.140634
+represent [X][X] President [X][X] the [X] ||| vertreten [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 0.00638448 1 ||| ||| 0.140634
+represent [X][X] President [X][X] of [X] ||| vertreten [X][X] Präsidentschaftskandidaten [X][X] von [X] ||| 0.0278341 1 ||| ||| 0.0181818
+represent [X][X] President and [X] ||| vertreten [X][X] Präsidentschaftskandidaten und [X] ||| 0.016582 1 ||| ||| 0.0883459
+represent [X][X] President and to [X] ||| vertreten [X][X] Präsidentschaftskandidaten und [X] ||| 0.0112521 1 ||| ||| 0.0883459
+represent [X][X] President and [X][X] [X] ||| vertreten [X][X] Präsidentschaftskandidaten und [X][X] [X] ||| 0.0278341 1 ||| ||| 0.040404
+represent [X][X] [X] ||| vertreten [X][X] [X] ||| 0.0245602 1 ||| ||| 0.852148
+represent [X][X] the [X] ||| vertreten [X][X] [X] ||| 0.00105366 1 ||| ||| 0.852148
+represent [X][X] to [X] ||| vertreten [X][X] [X] ||| 0.00116655 1 ||| ||| 0.852148
+represent [X][X] to the [X] ||| vertreten [X][X] [X] ||| 0.00105366 1 ||| ||| 0.852148
+represent [X][X] the [X][X] [X] ||| vertreten [X][X] [X][X] [X] ||| 0.00659229 1 ||| ||| 0.0767676
+represent [X][X] to [X][X] [X] ||| vertreten [X][X] [X][X] [X] ||| 0.0146495 1 ||| ||| 0.0767676
+represent [X][X] to the [X][X] [X] ||| vertreten [X][X] [X][X] [X] ||| 0.00659229 1 ||| ||| 0.0767676
+represent [X][X] to [X][X] of [X] ||| vertreten [X][X] [X][X] von [X] ||| 0.0278341 1 ||| ||| 0.0181818
+represent [X][X] the President [X] ||| vertreten [X][X] dem Präsidentschaftskandidaten [X] ||| 0.0278341 1 ||| ||| 0.0909091
+represent [X][X] the President [X][X] [X] ||| vertreten [X][X] dem Präsidentschaftskandidaten [X][X] [X] ||| 0.0278341 1 ||| ||| 0.108376
+represent [X][X] the President and [X] ||| vertreten [X][X] dem Präsidentschaftskandidaten und [X] ||| 0.0278341 1 ||| ||| 0.0526316
+represent [X][X] the [X] ||| vertreten [X][X] dem [X] ||| 0.0278341 1 ||| ||| 0.166667
+represent [X][X] the [X][X] Governor [X] ||| vertreten [X][X] dem [X][X] Gouverneur [X] ||| 0.0278341 1 ||| ||| 0.0222222
+represent [X][X] the [X][X] [X] ||| vertreten [X][X] dem [X][X] [X] ||| 0.0195716 1 ||| ||| 0.22898
+represent [X][X] the [X][X] the [X] ||| vertreten [X][X] dem [X][X] [X] ||| 0.00392119 1 ||| ||| 0.22898
+represent [X][X] the [X][X] to [X] ||| vertreten [X][X] dem [X][X] [X] ||| 0.00434131 1 ||| ||| 0.22898
+represent [X][X] the [X][X] of [X] ||| vertreten [X][X] dem [X][X] von [X] ||| 0.0278341 1 ||| ||| 0.0181818
+represent [X][X] and [X] ||| vertreten [X][X] und [X] ||| 0.0121468 1 ||| ||| 0.120604
+represent [X][X] and to [X] ||| vertreten [X][X] und [X] ||| 0.00824247 1 ||| ||| 0.120604
+represent [X][X] and to the [X] ||| vertreten [X][X] und [X] ||| 0.00744482 1 ||| ||| 0.120604
+represent [X][X] and [X][X] [X] ||| vertreten [X][X] und [X][X] [X] ||| 0.013917 1 ||| ||| 0.080808
+represent [X][X] and to [X][X] [X] ||| vertreten [X][X] und [X][X] [X] ||| 0.013917 1 ||| ||| 0.080808
+represent [X][X] and [X][X] of [X] ||| vertreten [X][X] und [X][X] von [X] ||| 0.0278341 1 ||| ||| 0.0181818
+represent [X][X] of [X] ||| vertreten [X][X] von [X] ||| 0.0278341 1 ||| ||| 0.0181818
+adopted . [X] ||| vertreten haben . [X] ||| 0.0278341 1 ||| ||| 1
+adopted [X] ||| vertreten haben [X] ||| 0.0278341 1 ||| ||| 1
+many [X][X] , [X][X] [X] ||| vielen , [X][X] , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.087037
+many [X][X] , [X][X] [X] ||| vielen , [X][X] , [X][X] ist [X] ||| 0.0278341 1 ||| ||| 0.037037
+many people signed , [X][X] [X] ||| vielen , [X][X] , unterzeichnet worden [X] ||| 0.0278341 1 ||| ||| 0.05
+many people signed , [X][X] [X] ||| vielen , [X][X] , unterzeichnet worden ist [X] ||| 0.0278341 1 ||| ||| 0.037037
+many [X][X] , [X][X] [X] ||| vielen , [X][X] [X][X] [X] ||| 0.0278341 1 ||| ||| 0.174074
+many [X][X] , [X][X] [X] ||| vielen , [X][X] [X][X] ist [X] ||| 0.0278341 1 ||| ||| 0.0740741
+many people signed , [X][X] [X] ||| vielen , [X][X] unterzeichnet worden [X] ||| 0.0278341 1 ||| ||| 0.05
+many people signed , [X][X] [X] ||| vielen , [X][X] unterzeichnet worden ist [X] ||| 0.0278341 1 ||| ||| 0.037037
+many [X][X] , including myself [X] ||| vielen , auch von mir selbst , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.087037
+many [X][X] , including myself [X] ||| vielen , auch von mir selbst , [X][X] ist [X] ||| 0.0278341 1 ||| ||| 0.037037
+many [X][X] , including myself [X] ||| vielen , auch von mir selbst [X][X] [X] ||| 0.0278341 1 ||| ||| 0.087037
+many [X][X] , including myself [X] ||| vielen , auch von mir selbst [X][X] ist [X] ||| 0.0278341 1 ||| ||| 0.037037
+many resolutions [X] ||| vielen Entschließungen [X] ||| 0.0278341 1 ||| ||| 1
+many [X] ||| vielen [X] ||| 0.160946 1 ||| ||| 3
+many people [X] ||| vielen [X] ||| 0.00927803 1 ||| ||| 3
+many people signed [X][X] [X] ||| vielen [X][X] , unterzeichnet worden [X] ||| 0.0278341 1 ||| ||| 0.05
+many people signed [X][X] [X] ||| vielen [X][X] , unterzeichnet worden ist [X] ||| 0.0278341 1 ||| ||| 0.037037
+many [X][X] [X] ||| vielen [X][X] [X] ||| 0.013917 1 ||| ||| 0.174074
+many people [X][X] [X] ||| vielen [X][X] [X] ||| 0.013917 1 ||| ||| 0.174074
+many [X][X] [X] ||| vielen [X][X] ist [X] ||| 0.013917 1 ||| ||| 0.074074
+many people [X][X] [X] ||| vielen [X][X] ist [X] ||| 0.013917 1 ||| ||| 0.074074
+many people signed [X][X] myself [X] ||| vielen [X][X] mir selbst , unterzeichnet worden [X] ||| 0.0278341 1 ||| ||| 0.05
+many people signed [X][X] myself [X] ||| vielen [X][X] mir selbst , unterzeichnet worden ist [X] ||| 0.0278341 1 ||| ||| 0.037037
+many people signed [X][X] [X] ||| vielen [X][X] unterzeichnet worden [X] ||| 0.0278341 1 ||| ||| 0.05
+many people signed [X][X] [X] ||| vielen [X][X] unterzeichnet worden ist [X] ||| 0.0278341 1 ||| ||| 0.037037
+many people signed [X][X] myself [X] ||| vielen [X][X] von mir selbst , unterzeichnet worden [X] ||| 0.0278341 1 ||| ||| 0.05
+many people signed [X][X] myself [X] ||| vielen [X][X] von mir selbst , unterzeichnet worden ist [X] ||| 0.0278341 1 ||| ||| 0.037037
+by the European Parliament [X] ||| vom Europäischen Parlament [X] ||| 0.0278341 1 ||| ||| 0.25
+by the European Parliament [X][X] [X] ||| vom Europäischen Parlament [X][X] [X] ||| 0.0278341 1 ||| ||| 0.211951
+by the European Parliament and [X] ||| vom Europäischen Parlament und [X] ||| 0.0278341 1 ||| ||| 0.125
+by the European [X] ||| vom Europäischen [X] ||| 0.0278341 1 ||| ||| 0.5
+by the European [X][X] [X] ||| vom Europäischen [X][X] [X] ||| 0.0237954 1 ||| ||| 0.394141
+by the European [X][X] of [X] ||| vom Europäischen [X][X] [X] ||| 0.00207705 1 ||| ||| 0.394141
+by the European [X][X] the [X] ||| vom Europäischen [X][X] [X] ||| 0.00196166 1 ||| ||| 0.394141
+by the European [X][X] the [X] ||| vom Europäischen [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.047619
+by the European [X][X] whole [X] ||| vom Europäischen [X][X] gesamten [X] ||| 0.0278341 1 ||| ||| 0.0357143
+by the European [X][X] by [X] ||| vom Europäischen [X][X] von [X] ||| 0.0278341 1 ||| ||| 0.0714286
+by the [X] ||| vom [X] ||| 0.0278341 1 ||| ||| 1
+by the [X][X] [X] ||| vom [X][X] [X] ||| 0.0243143 1 ||| ||| 0.671918
+by the [X][X] of [X] ||| vom [X][X] [X] ||| 0.00121838 1 ||| ||| 0.671918
+by the [X][X] of the [X] ||| vom [X][X] [X] ||| 0.00115069 1 ||| ||| 0.671918
+by the [X][X] the [X] ||| vom [X][X] [X] ||| 0.00115069 1 ||| ||| 0.671918
+by the [X][X] the [X] ||| vom [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.047619
+by the [X][X] the [X][X] [X] ||| vom [X][X] der [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0571895
+by the [X][X] the whole [X] ||| vom [X][X] der gesamten [X] ||| 0.0278341 1 ||| ||| 0.0357143
+by the [X][X] whole [X] ||| vom [X][X] gesamten [X] ||| 0.0152639 1 ||| ||| 0.0651261
+by the [X][X] whole of [X] ||| vom [X][X] gesamten [X] ||| 0.0125702 1 ||| ||| 0.0651261
+by the [X][X] and [X] ||| vom [X][X] und [X] ||| 0.0278341 1 ||| ||| 0.125
+by the [X][X] and [X][X] [X] ||| vom [X][X] und [X][X] [X] ||| 0.0278341 1 ||| ||| 0.140523
+by the [X][X] and by [X] ||| vom [X][X] und von [X] ||| 0.0278341 1 ||| ||| 0.0714286
+by the [X][X] by [X] ||| vom [X][X] von [X] ||| 0.0278341 1 ||| ||| 0.0714286
+by the [X][X] by [X][X] [X] ||| vom [X][X] von [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0929038
+by the [X][X] by the [X] ||| vom [X][X] von der [X] ||| 0.0278341 1 ||| ||| 0.047619
+of Alexander Nikitin . [X] ||| von Alexander Nikitin . [X] ||| 0.0278341 1 ||| ||| 0.166667
+of Alexander Nikitin [X] ||| von Alexander Nikitin [X] ||| 0.0278341 1 ||| ||| 0.333333
+of Alexander [X] ||| von Alexander [X] ||| 0.0278341 1 ||| ||| 1
+of Alexander [X][X] [X] ||| von Alexander [X][X] [X] ||| 0.0278341 1 ||| ||| 0.166667
+as Mr Evans [X] ||| von Herrn Evans [X] ||| 0.0108094 1 ||| ||| 0.858333
+as Mr Evans has [X] ||| von Herrn Evans [X] ||| 0.00648562 1 ||| ||| 0.858333
+do as Mr Evans [X] ||| von Herrn Evans [X] ||| 0.00648562 1 ||| ||| 0.858333
+do as Mr Evans has [X] ||| von Herrn Evans [X] ||| 0.00405351 1 ||| ||| 0.858333
+at his [X] ||| von Herrn Ponnambalam [X] ||| 0.0278341 1 ||| ||| 1
+at his [X][X] [X] ||| von Herrn Ponnambalam [X][X] [X] ||| 0.0278341 1 ||| ||| 0.458333
+at his [X][X] other [X] ||| von Herrn Ponnambalam [X][X] anderen [X] ||| 0.0278341 1 ||| ||| 0.125
+at his and [X] ||| von Herrn Ponnambalam und [X] ||| 0.0167005 1 ||| ||| 0.833333
+at his and the [X] ||| von Herrn Ponnambalam und [X] ||| 0.0111336 1 ||| ||| 0.833333
+at his and [X][X] [X] ||| von Herrn Ponnambalam und [X][X] [X] ||| 0.0278341 1 ||| ||| 0.125
+at his and the other [X] ||| von Herrn Ponnambalam und anderen [X] ||| 0.0278341 1 ||| ||| 0.125
+as Mr [X] ||| von Herrn [X] ||| 0.0185561 1 ||| ||| 1.5
+do as Mr [X] ||| von Herrn [X] ||| 0.00927803 1 ||| ||| 1.5
+as Mr [X][X] [X] ||| von Herrn [X][X] [X] ||| 0.0171287 1 ||| ||| 0.325
+do as Mr [X][X] [X] ||| von Herrn [X][X] [X] ||| 0.0107054 1 ||| ||| 0.325
+Sri Lankan [X] ||| von Sri Lanka [X] ||| 0.0278341 1 ||| ||| 1
+[X][X] Sri Lankan [X] ||| von Sri Lanka [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0769231
+[X][X] the Sri Lankan [X] ||| von Sri Lanka [X][X] das [X] ||| 0.013917 1 ||| ||| 0.153846
+[X][X] to the Sri Lankan [X] ||| von Sri Lanka [X][X] das [X] ||| 0.013917 1 ||| ||| 0.153846
+to [X][X] Sri Lankan [X] ||| von Sri Lanka in [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0769231
+to [X][X] the Sri Lankan [X] ||| von Sri Lanka in [X][X] das [X] ||| 0.0278341 1 ||| ||| 0.0769231
+in Sri Lanka [X] ||| von Sri Lanka übermitteln [X] ||| 0.0278341 1 ||| ||| 0.333333
+in Sri Lanka [X][X] [X] ||| von Sri Lanka übermitteln [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0526316
+in Sri Lanka [X][X] [X] ||| von Sri Lanka übermitteln [X][X] [X] ||| 0.0278341 1 ||| ||| 0.210207
+in Sri Lanka [X][X] [X] ||| von Sri Lanka übermitteln [X][X] würden , [X] ||| 0.0278341 1 ||| ||| 0.0526316
+in Sri Lanka [X][X] [X] ||| von Sri Lanka übermitteln [X][X] würden [X] ||| 0.0278341 1 ||| ||| 0.0666667
+in Sri Lanka and [X] ||| von Sri Lanka übermitteln und [X] ||| 0.0278341 1 ||| ||| 0.166667
+in Sri Lanka and urging [X] ||| von Sri Lanka übermitteln und sie auffordern [X] ||| 0.0278341 1 ||| ||| 0.0909091
+in Sri Lanka and urging [X] ||| von Sri Lanka übermitteln und sie auffordern würden , [X] ||| 0.0278341 1 ||| ||| 0.0526316
+in Sri Lanka and urging [X] ||| von Sri Lanka übermitteln und sie auffordern würden [X] ||| 0.0278341 1 ||| ||| 0.0666667
+Sri [X] ||| von Sri [X] ||| 0.013917 1 ||| ||| 2
+in Sri [X] ||| von Sri [X] ||| 0.013917 1 ||| ||| 2
+in Sri [X][X] [X] ||| von Sri [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0526316
+in Sri [X][X] [X] ||| von Sri [X][X] [X] ||| 0.0278341 1 ||| ||| 0.376874
+in Sri [X][X] urging [X] ||| von Sri [X][X] sie auffordern [X] ||| 0.0278341 1 ||| ||| 0.0909091
+in Sri [X][X] urging [X] ||| von Sri [X][X] sie auffordern würden , [X] ||| 0.0278341 1 ||| ||| 0.0526316
+in Sri [X][X] urging [X] ||| von Sri [X][X] sie auffordern würden [X] ||| 0.0278341 1 ||| ||| 0.0666667
+in Sri [X][X] [X] ||| von Sri [X][X] würden , [X] ||| 0.0278341 1 ||| ||| 0.0526316
+in Sri [X][X] [X] ||| von Sri [X][X] würden [X] ||| 0.0278341 1 ||| ||| 0.0666667
+of Texas , Mr Bush [X] ||| von Texas , George W. Bush [X] ||| 0.0278341 1 ||| ||| 0.25
+of Texas , Mr [X] ||| von Texas , George W. [X] ||| 0.0278341 1 ||| ||| 0.5
+of Texas , Mr [X][X] [X] ||| von Texas , George W. [X][X] [X] ||| 0.0278341 1 ||| ||| 0.266667
+as [X] ||| von [X] ||| 0.0039763 1 ||| ||| 7
+by [X] ||| von [X] ||| 0.0039763 1 ||| ||| 7
+do as [X] ||| von [X] ||| 0.0039763 1 ||| ||| 7
+in [X] ||| von [X] ||| 0.0039763 1 ||| ||| 7
+of [X] ||| von [X] ||| 0.246446 1 ||| ||| 7
+in [X][X] [X] ||| von [X][X] , [X] ||| 0.00668018 1 ||| ||| 0.219299
+of [X][X] , [X] ||| von [X][X] , [X] ||| 0.0211539 1 ||| ||| 0.219299
+[X][X] signed , [X][X] [X] ||| von [X][X] , [X][X] , unterzeichnet worden [X] ||| 0.0278341 1 ||| ||| 0.037037
+[X][X] signed , [X][X] [X] ||| von [X][X] , [X][X] unterzeichnet worden [X] ||| 0.0278341 1 ||| ||| 0.037037
+[X][X] signed , including myself [X] ||| von [X][X] , auch von mir selbst , unterzeichnet worden [X] ||| 0.0278341 1 ||| ||| 0.037037
+of [X][X] , who [X] ||| von [X][X] , der [X] ||| 0.0278341 1 ||| ||| 0.1
+of [X][X] . [X] ||| von [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.166667
+of [X][X] Bush , [X] ||| von [X][X] Bush , [X] ||| 0.0278341 1 ||| ||| 0.166667
+of [X][X] Bush , who [X] ||| von [X][X] Bush , der [X] ||| 0.0278341 1 ||| ||| 0.1
+of [X][X] Bush [X] ||| von [X][X] Bush [X] ||| 0.0278341 1 ||| ||| 0.25
+of [X][X] Bush [X][X] [X] ||| von [X][X] Bush [X][X] [X] ||| 0.0278341 1 ||| ||| 0.1
+by [X][X] European Community [X] ||| von [X][X] Europäischen Union [X] ||| 0.013917 1 ||| ||| 0.08
+by [X][X] the European Community [X] ||| von [X][X] Europäischen Union [X] ||| 0.013917 1 ||| ||| 0.08
+by [X][X] European [X] ||| von [X][X] Europäischen [X] ||| 0.00927803 1 ||| ||| 0.1875
+by [X][X] of the European [X] ||| von [X][X] Europäischen [X] ||| 0.00927803 1 ||| ||| 0.1875
+by [X][X] the European [X] ||| von [X][X] Europäischen [X] ||| 0.00927803 1 ||| ||| 0.1875
+by [X][X] Community [X] ||| von [X][X] Union [X] ||| 0.0278341 1 ||| ||| 0.04
+as [X][X] [X] ||| von [X][X] [X] ||| 0.00317563 1 ||| ||| 4.67461
+as [X][X] has [X] ||| von [X][X] [X] ||| 0.00119086 1 ||| ||| 4.67461
+by [X][X] [X] ||| von [X][X] [X] ||| 0.00463657 1 ||| ||| 4.67461
+by [X][X] of [X] ||| von [X][X] [X] ||| 0.00119086 1 ||| ||| 4.67461
+by [X][X] of the [X] ||| von [X][X] [X] ||| 0.000850615 1 ||| ||| 4.67461
+by [X][X] the [X] ||| von [X][X] [X] ||| 0.000850615 1 ||| ||| 4.67461
+do as [X][X] [X] ||| von [X][X] [X] ||| 0.00193515 1 ||| ||| 4.67461
+do as [X][X] has [X] ||| von [X][X] [X] ||| 0.000744289 1 ||| ||| 4.67461
+in [X][X] [X] ||| von [X][X] [X] ||| 0.00422879 1 ||| ||| 4.67461
+of [X][X] [X] ||| von [X][X] [X] ||| 0.0783279 1 ||| ||| 4.67461
+[X][X] signed [X][X] [X] ||| von [X][X] [X][X] , unterzeichnet worden [X] ||| 0.0278341 1 ||| ||| 0.037037
+by [X][X] of [X][X] Community [X] ||| von [X][X] [X][X] Union [X] ||| 0.0278341 1 ||| ||| 0.04
+by [X][X] of [X][X] [X] ||| von [X][X] [X][X] [X] ||| 0.0156328 1 ||| ||| 0.1825
+by [X][X] of the [X][X] [X] ||| von [X][X] [X][X] [X] ||| 0.00610062 1 ||| ||| 0.1825
+by [X][X] the [X][X] [X] ||| von [X][X] [X][X] [X] ||| 0.00610062 1 ||| ||| 0.1825
+[X][X] the [X][X] [X] ||| von [X][X] [X][X] das [X] ||| 0.013917 1 ||| ||| 0.153846
+[X][X] to the [X][X] [X] ||| von [X][X] [X][X] das [X] ||| 0.013917 1 ||| ||| 0.153846
+[X][X] signed [X][X] myself [X] ||| von [X][X] [X][X] mir selbst , unterzeichnet worden [X] ||| 0.0278341 1 ||| ||| 0.037037
+[X][X] signed [X][X] [X] ||| von [X][X] [X][X] unterzeichnet worden [X] ||| 0.0278341 1 ||| ||| 0.037037
+[X][X] signed [X][X] myself [X] ||| von [X][X] [X][X] von mir selbst , unterzeichnet worden [X] ||| 0.0278341 1 ||| ||| 0.037037
+of [X][X] who [X] ||| von [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.1
+to [X][X] the [X][X] [X] ||| von [X][X] in [X][X] das [X] ||| 0.013917 1 ||| ||| 0.153846
+to [X][X] to the [X][X] [X] ||| von [X][X] in [X][X] das [X] ||| 0.013917 1 ||| ||| 0.153846
+in [X][X] urging [X] ||| von [X][X] sie auffordern [X] ||| 0.0278341 1 ||| ||| 0.0909091
+in [X][X] urging [X] ||| von [X][X] sie auffordern würden , [X] ||| 0.0278341 1 ||| ||| 0.0526316
+in [X][X] urging [X] ||| von [X][X] sie auffordern würden [X] ||| 0.0278341 1 ||| ||| 0.0666667
+in [X][X] and [X] ||| von [X][X] und [X] ||| 0.0278341 1 ||| ||| 0.166667
+in [X][X] and urging [X] ||| von [X][X] und sie auffordern [X] ||| 0.0278341 1 ||| ||| 0.0909091
+in [X][X] and urging [X] ||| von [X][X] und sie auffordern würden , [X] ||| 0.0278341 1 ||| ||| 0.0526316
+in [X][X] and urging [X] ||| von [X][X] und sie auffordern würden [X] ||| 0.0278341 1 ||| ||| 0.0666667
+in [X][X] [X] ||| von [X][X] würden , [X] ||| 0.0278341 1 ||| ||| 0.0526316
+in [X][X] [X] ||| von [X][X] würden [X] ||| 0.0278341 1 ||| ||| 0.0666667
+by the [X] ||| von der [X] ||| 0.0278341 1 ||| ||| 1
+by the [X][X] European Community [X] ||| von der [X][X] Europäischen Union [X] ||| 0.0278341 1 ||| ||| 0.04
+by the [X][X] European [X] ||| von der [X][X] Europäischen [X] ||| 0.013917 1 ||| ||| 0.125
+by the [X][X] the European [X] ||| von der [X][X] Europäischen [X] ||| 0.013917 1 ||| ||| 0.125
+by the [X][X] Community [X] ||| von der [X][X] Union [X] ||| 0.0278341 1 ||| ||| 0.04
+by the [X][X] [X] ||| von der [X][X] [X] ||| 0.0210742 1 ||| ||| 0.588214
+by the [X][X] the [X] ||| von der [X][X] [X] ||| 0.00675995 1 ||| ||| 0.588214
+by the [X][X] the [X][X] [X] ||| von der [X][X] [X][X] [X] ||| 0.0278341 1 ||| ||| 0.04
+by the whole [X] ||| von der gesamten [X] ||| 0.013721 1 ||| ||| 0.67619
+by the whole of [X] ||| von der gesamten [X] ||| 0.00823263 1 ||| ||| 0.67619
+by the whole of the [X] ||| von der gesamten [X] ||| 0.00588044 1 ||| ||| 0.67619
+by the whole [X][X] Community [X] ||| von der gesamten [X][X] Union [X] ||| 0.0278341 1 ||| ||| 0.04
+by the whole [X][X] [X] ||| von der gesamten [X][X] [X] ||| 0.013917 1 ||| ||| 0.205
+by the whole of [X][X] [X] ||| von der gesamten [X][X] [X] ||| 0.013917 1 ||| ||| 0.205
+myself [X] ||| von mir selbst , [X] ||| 0.0278341 1 ||| ||| 1
+myself [X] ||| von mir selbst [X] ||| 0.0278341 1 ||| ||| 1
+many [X][X] , [X][X] [X] ||| von vielen , [X][X] , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.037037
+many people signed , [X][X] [X] ||| von vielen , [X][X] , unterzeichnet worden [X] ||| 0.0278341 1 ||| ||| 0.037037
+many [X][X] , [X][X] [X] ||| von vielen , [X][X] [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0740741
+many people signed , [X][X] [X] ||| von vielen , [X][X] unterzeichnet worden [X] ||| 0.0278341 1 ||| ||| 0.037037
+many [X][X] , including myself [X] ||| von vielen , auch von mir selbst , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.037037
+many [X][X] , including myself [X] ||| von vielen , auch von mir selbst [X][X] [X] ||| 0.0278341 1 ||| ||| 0.037037
+many [X] ||| von vielen [X] ||| 0.013917 1 ||| ||| 2
+many people [X] ||| von vielen [X] ||| 0.013917 1 ||| ||| 2
+many people signed [X][X] [X] ||| von vielen [X][X] , unterzeichnet worden [X] ||| 0.0278341 1 ||| ||| 0.037037
+many [X][X] [X] ||| von vielen [X][X] [X] ||| 0.013917 1 ||| ||| 0.074074
+many people [X][X] [X] ||| von vielen [X][X] [X] ||| 0.013917 1 ||| ||| 0.074074
+many people signed [X][X] myself [X] ||| von vielen [X][X] mir selbst , unterzeichnet worden [X] ||| 0.0278341 1 ||| ||| 0.037037
+many people signed [X][X] [X] ||| von vielen [X][X] unterzeichnet worden [X] ||| 0.0278341 1 ||| ||| 0.037037
+many people signed [X][X] myself [X] ||| von vielen [X][X] von mir selbst , unterzeichnet worden [X] ||| 0.0278341 1 ||| ||| 0.037037
+[X][X] months ago [X] ||| vor [X][X] Monaten [X] ||| 0.0278341 1 ||| ||| 0.25
+[X][X] months ago [X] ||| vor [X][X] Monaten einen [X] ||| 0.0278341 1 ||| ||| 0.2
+a few months ago [X] ||| vor wenigen Monaten [X] ||| 0.0278341 1 ||| ||| 0.25
+a few months ago [X] ||| vor wenigen Monaten einen [X] ||| 0.0278341 1 ||| ||| 0.2
+a few [X] ||| vor wenigen [X] ||| 0.0278341 1 ||| ||| 1
+a few [X][X] [X] ||| vor wenigen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.45
+a few [X][X] [X] ||| vor wenigen [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.2
+proposal [X] ||| vorschlägt [X] ||| 0.0278341 1 ||| ||| 1
+because [X] ||| weil [X] ||| 0.160946 1 ||| ||| 3
+because of [X] ||| weil [X] ||| 0.00927803 1 ||| ||| 3
+because [X][X] . [X] ||| weil [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.0666667
+because [X][X] is appealing . [X] ||| weil [X][X] Berufung geht . [X] ||| 0.0278341 1 ||| ||| 0.0666667
+because [X][X] is appealing [X] ||| weil [X][X] Berufung geht [X] ||| 0.0278341 1 ||| ||| 0.0769231
+because [X][X] [X] ||| weil [X][X] [X] ||| 0.0278341 1 ||| ||| 0.560256
+because [X][X] is appealing . [X] ||| weil [X][X] in Berufung geht . [X] ||| 0.0278341 1 ||| ||| 0.0666667
+because [X][X] is appealing [X] ||| weil [X][X] in Berufung geht [X] ||| 0.0278341 1 ||| ||| 0.0769231
+because [X][X] [X] ||| weil [X][X] in [X] ||| 0.0278341 1 ||| ||| 0.166667
+because the public prosecutor [X] ||| weil der Staatsanwalt [X] ||| 0.0278341 1 ||| ||| 0.25
+because the public prosecutor [X][X] [X] ||| weil der Staatsanwalt [X][X] [X] ||| 0.0278341 1 ||| ||| 0.14359
+because the public prosecutor [X] ||| weil der Staatsanwalt in [X] ||| 0.0278341 1 ||| ||| 0.166667
+because the public prosecutor [X][X] [X] ||| weil der Staatsanwalt in [X][X] [X] ||| 0.0278341 1 ||| ||| 0.14359
+because the [X] ||| weil der [X] ||| 0.0278341 1 ||| ||| 1
+because the [X][X] . [X] ||| weil der [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.0666667
+because the [X][X] is appealing [X] ||| weil der [X][X] Berufung geht [X] ||| 0.0278341 1 ||| ||| 0.0769231
+because the [X][X] [X] ||| weil der [X][X] [X] ||| 0.0278341 1 ||| ||| 0.560256
+because the [X][X] is appealing [X] ||| weil der [X][X] in Berufung geht [X] ||| 0.0278341 1 ||| ||| 0.0769231
+because the [X][X] [X] ||| weil der [X][X] in [X] ||| 0.0278341 1 ||| ||| 0.166667
+a few months ago [X] ||| wenigen Monaten [X] ||| 0.0278341 1 ||| ||| 0.333333
+a few months ago [X] ||| wenigen Monaten einen [X] ||| 0.0278341 1 ||| ||| 0.25
+a few [X] ||| wenigen [X] ||| 0.0278341 1 ||| ||| 1
+a few [X][X] [X] ||| wenigen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.583333
+a few [X][X] [X] ||| wenigen [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.25
+for you , Madam President [X] ||| wenn Sie , Frau Präsidentin [X] ||| 0.0278341 1 ||| ||| 0.0909091
+for you , Madam [X] ||| wenn Sie , Frau [X] ||| 0.0278341 1 ||| ||| 0.166667
+for you , Madam [X][X] [X] ||| wenn Sie , Frau [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0896686
+for you , Madam [X][X] [X] ||| wenn Sie , Frau [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.037037
+for you , [X] ||| wenn Sie , [X] ||| 0.0278341 1 ||| ||| 0.333333
+for you , [X][X] , [X] ||| wenn Sie , [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0526316
+for you , [X][X] , [X] ||| wenn Sie , [X][X] , der [X] ||| 0.0278341 1 ||| ||| 0.037037
+for you , [X][X] [X] ||| wenn Sie , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.180578
+for you , [X][X] [X] ||| wenn Sie , [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.037037
+for you [X] ||| wenn Sie [X] ||| 0.013917 1 ||| ||| 2
+if you [X] ||| wenn Sie [X] ||| 0.013917 1 ||| ||| 2
+for you [X][X] , [X] ||| wenn Sie [X][X] , [X] ||| 0.0142739 1 ||| ||| 0.102632
+if you [X][X] , [X] ||| wenn Sie [X][X] , [X] ||| 0.0135602 1 ||| ||| 0.102632
+if you [X][X] , i.e. [X] ||| wenn Sie [X][X] , d. h. [X] ||| 0.0278341 1 ||| ||| 0.0434783
+for you [X][X] , [X] ||| wenn Sie [X][X] , der [X] ||| 0.0278341 1 ||| ||| 0.037037
+for you [X][X] President , [X] ||| wenn Sie [X][X] Präsidentin , [X] ||| 0.0278341 1 ||| ||| 0.0526316
+for you [X][X] President , [X] ||| wenn Sie [X][X] Präsidentin , der [X] ||| 0.0278341 1 ||| ||| 0.037037
+for you [X][X] President [X] ||| wenn Sie [X][X] Präsidentin [X] ||| 0.0278341 1 ||| ||| 0.0909091
+for you [X][X] [X] ||| wenn Sie [X][X] [X] ||| 0.0145077 1 ||| ||| 0.666212
+if you [X][X] [X] ||| wenn Sie [X][X] [X] ||| 0.0133264 1 ||| ||| 0.666212
+if you [X][X] raise [X][X] [X] ||| wenn Sie [X][X] [X][X] ansprechen [X] ||| 0.0278341 1 ||| ||| 0.0588235
+if you [X][X] i.e. [X] ||| wenn Sie [X][X] d. h. [X] ||| 0.0278341 1 ||| ||| 0.0434783
+for you [X][X] [X] ||| wenn Sie [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.037037
+if you wish , [X] ||| wenn Sie wollen , [X] ||| 0.0278341 1 ||| ||| 0.166667
+if you wish , [X][X] [X] ||| wenn Sie wollen , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.152302
+if you wish [X] ||| wenn Sie wollen [X] ||| 0.0278341 1 ||| ||| 0.333333
+if you wish [X][X] , [X] ||| wenn Sie wollen [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.05
+if you wish [X][X] [X] ||| wenn Sie wollen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.152302
+if you wish [X][X] i.e. [X] ||| wenn Sie wollen [X][X] d. h. [X] ||| 0.0278341 1 ||| ||| 0.0434783
+for [X] ||| wenn [X] ||| 0.00927803 1 ||| ||| 3
+if [X] ||| wenn [X] ||| 0.160946 1 ||| ||| 3
+for [X][X] , [X] ||| wenn [X][X] , [X] ||| 0.00406697 1 ||| ||| 0.360208
+if [X][X] , [X] ||| wenn [X][X] , [X] ||| 0.0237671 1 ||| ||| 0.360208
+if [X][X] , [X][X] , [X] ||| wenn [X][X] , [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.05
+if [X][X] , [X][X] [X] ||| wenn [X][X] , [X][X] [X] ||| 0.023726 1 ||| ||| 0.324186
+if [X][X] , [X][X] do [X] ||| wenn [X][X] , [X][X] [X] ||| 0.00410806 1 ||| ||| 0.324186
+if [X][X] , raise [X][X] [X] ||| wenn [X][X] , [X][X] ansprechen [X] ||| 0.0278341 1 ||| ||| 0.0588235
+if [X][X] , [X][X] i.e. [X] ||| wenn [X][X] , [X][X] d. h. [X] ||| 0.0278341 1 ||| ||| 0.0434783
+if [X][X] , [X][X] [X] ||| wenn [X][X] , [X][X] dem [X] ||| 0.0201633 1 ||| ||| 0.0636592
+if [X][X] , [X][X] do [X] ||| wenn [X][X] , [X][X] dem [X] ||| 0.00767083 1 ||| ||| 0.0636592
+if [X][X] , I [X][X] [X] ||| wenn [X][X] , [X][X] ich [X] ||| 0.0278341 1 ||| ||| 0.030303
+if [X][X] , I [X][X] [X] ||| wenn [X][X] , [X][X] ich dem [X] ||| 0.0278341 1 ||| ||| 0.0175439
+if [X][X] , i.e. [X] ||| wenn [X][X] , d. h. [X] ||| 0.0278341 1 ||| ||| 0.0434783
+for [X][X] , [X] ||| wenn [X][X] , der [X] ||| 0.0278341 1 ||| ||| 0.037037
+if [X][X] , I shall [X] ||| wenn [X][X] , werde ich [X] ||| 0.0278341 1 ||| ||| 0.047619
+if [X][X] , I shall [X] ||| wenn [X][X] , werde ich dem [X] ||| 0.0278341 1 ||| ||| 0.0285714
+for [X][X] Madam President , [X] ||| wenn [X][X] Frau Präsidentin , [X] ||| 0.0278341 1 ||| ||| 0.0526316
+for [X][X] Madam President , [X] ||| wenn [X][X] Frau Präsidentin , der [X] ||| 0.0278341 1 ||| ||| 0.037037
+for [X][X] Madam President [X] ||| wenn [X][X] Frau Präsidentin [X] ||| 0.0278341 1 ||| ||| 0.0909091
+for [X][X] Madam [X] ||| wenn [X][X] Frau [X] ||| 0.0278341 1 ||| ||| 0.166667
+for [X][X] Madam [X][X] [X] ||| wenn [X][X] Frau [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0896686
+for [X][X] Madam [X][X] [X] ||| wenn [X][X] Frau [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.037037
+for [X][X] President , [X] ||| wenn [X][X] Präsidentin , [X] ||| 0.0278341 1 ||| ||| 0.0526316
+for [X][X] President , [X] ||| wenn [X][X] Präsidentin , der [X] ||| 0.0278341 1 ||| ||| 0.037037
+for [X][X] President [X] ||| wenn [X][X] Präsidentin [X] ||| 0.0278341 1 ||| ||| 0.0909091
+for [X][X] [X] ||| wenn [X][X] [X] ||| 0.00903923 1 ||| ||| 2.09567
+if [X][X] [X] ||| wenn [X][X] [X] ||| 0.157505 1 ||| ||| 2.09567
+if [X][X] do [X] ||| wenn [X][X] [X] ||| 0.000635488 1 ||| ||| 2.09567
+if [X][X] raise [X][X] , [X] ||| wenn [X][X] [X][X] ansprechen , [X] ||| 0.0278341 1 ||| ||| 0.05
+if [X][X] raise [X][X] [X] ||| wenn [X][X] [X][X] ansprechen [X] ||| 0.0278341 1 ||| ||| 0.0588235
+if [X][X] I [X][X] [X] ||| wenn [X][X] [X][X] ich [X] ||| 0.0278341 1 ||| ||| 0.030303
+if [X][X] I [X][X] [X] ||| wenn [X][X] [X][X] ich dem [X] ||| 0.0278341 1 ||| ||| 0.0175439
+if [X][X] i.e. [X] ||| wenn [X][X] d. h. [X] ||| 0.0278341 1 ||| ||| 0.0434783
+if [X][X] agrees , [X] ||| wenn [X][X] damit einverstanden ist , [X] ||| 0.0278341 1 ||| ||| 0.0909091
+if [X][X] agrees , [X][X] [X] ||| wenn [X][X] damit einverstanden ist , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.124037
+if [X][X] agrees , [X][X] [X] ||| wenn [X][X] damit einverstanden ist , [X][X] dem [X] ||| 0.0278341 1 ||| ||| 0.0461153
+if [X][X] agrees [X] ||| wenn [X][X] damit einverstanden ist [X] ||| 0.0278341 1 ||| ||| 0.166667
+if [X][X] agrees [X][X] [X] ||| wenn [X][X] damit einverstanden ist [X][X] [X] ||| 0.020086 1 ||| ||| 0.171884
+if [X][X] agrees [X][X] do [X] ||| wenn [X][X] damit einverstanden ist [X][X] [X] ||| 0.00774811 1 ||| ||| 0.171884
+if [X][X] agrees [X][X] [X] ||| wenn [X][X] damit einverstanden ist [X][X] dem [X] ||| 0.0201633 1 ||| ||| 0.0636592
+if [X][X] agrees [X][X] do [X] ||| wenn [X][X] damit einverstanden ist [X][X] dem [X] ||| 0.00767083 1 ||| ||| 0.0636592
+if [X][X] [X] ||| wenn [X][X] dem [X] ||| 0.0201633 1 ||| ||| 0.0636592
+if [X][X] do [X] ||| wenn [X][X] dem [X] ||| 0.00767083 1 ||| ||| 0.0636592
+for [X][X] [X] ||| wenn [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.037037
+if [X][X] raise this question [X] ||| wenn [X][X] diese Frage ansprechen [X] ||| 0.0278341 1 ||| ||| 0.0588235
+if [X][X] I shall [X] ||| wenn [X][X] werde ich [X] ||| 0.0170097 1 ||| ||| 0.077922
+if [X][X] I shall do [X] ||| wenn [X][X] werde ich [X] ||| 0.0108244 1 ||| ||| 0.077922
+if [X][X] I shall [X] ||| wenn [X][X] werde ich dem [X] ||| 0.017245 1 ||| ||| 0.0461153
+if [X][X] I shall do [X] ||| wenn [X][X] werde ich dem [X] ||| 0.0105891 1 ||| ||| 0.0461153
+if the House [X] ||| wenn das Haus [X] ||| 0.0278341 1 ||| ||| 0.333333
+if the House [X][X] [X] ||| wenn das Haus [X][X] [X] ||| 0.0227663 1 ||| ||| 0.262793
+if the House [X][X] do [X] ||| wenn das Haus [X][X] [X] ||| 0.00506778 1 ||| ||| 0.262793
+if the House [X][X] [X] ||| wenn das Haus [X][X] dem [X] ||| 0.0201633 1 ||| ||| 0.0636592
+if the House [X][X] do [X] ||| wenn das Haus [X][X] dem [X] ||| 0.00767083 1 ||| ||| 0.0636592
+if the House agrees , [X] ||| wenn das Haus damit einverstanden ist , [X] ||| 0.0278341 1 ||| ||| 0.0909091
+if the House agrees [X] ||| wenn das Haus damit einverstanden ist [X] ||| 0.0278341 1 ||| ||| 0.166667
+if the House agrees [X][X] [X] ||| wenn das Haus damit einverstanden ist [X][X] [X] ||| 0.0278341 1 ||| ||| 0.124037
+if the House agrees [X][X] [X] ||| wenn das Haus damit einverstanden ist [X][X] dem [X] ||| 0.0278341 1 ||| ||| 0.0461153
+if the [X] ||| wenn das [X] ||| 0.0278341 1 ||| ||| 1
+if the [X][X] , [X] ||| wenn das [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0909091
+if the [X][X] , [X][X] [X] ||| wenn das [X][X] , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.124037
+if the [X][X] , [X][X] [X] ||| wenn das [X][X] , [X][X] dem [X] ||| 0.0278341 1 ||| ||| 0.0461153
+if the [X][X] [X] ||| wenn das [X][X] [X] ||| 0.0247331 1 ||| ||| 0.42946
+if the [X][X] do [X] ||| wenn das [X][X] [X] ||| 0.00310105 1 ||| ||| 0.42946
+if the [X][X] I [X][X] [X] ||| wenn das [X][X] [X][X] ich [X] ||| 0.0278341 1 ||| ||| 0.030303
+if the [X][X] I [X][X] [X] ||| wenn das [X][X] [X][X] ich dem [X] ||| 0.0278341 1 ||| ||| 0.0175439
+if the [X][X] [X] ||| wenn das [X][X] dem [X] ||| 0.0201633 1 ||| ||| 0.0636592
+if the [X][X] do [X] ||| wenn das [X][X] dem [X] ||| 0.00767083 1 ||| ||| 0.0636592
+if the [X][X] I shall [X] ||| wenn das [X][X] werde ich [X] ||| 0.0278341 1 ||| ||| 0.047619
+if the [X][X] I shall [X] ||| wenn das [X][X] werde ich dem [X] ||| 0.0278341 1 ||| ||| 0.0285714
+shall [X] ||| werde [X] ||| 0.00927803 1 ||| ||| 3
+shall do [X] ||| werde [X] ||| 0.00927803 1 ||| ||| 3
+will [X] ||| werde [X] ||| 0.00927803 1 ||| ||| 3
+I shall [X] ||| werde ich [X] ||| 0.0185561 1 ||| ||| 1.5
+I shall do [X] ||| werde ich [X] ||| 0.00927803 1 ||| ||| 1.5
+I shall [X][X] . [X] ||| werde ich [X][X] . [X] ||| 0.013917 1 ||| ||| 0.117647
+I shall do [X][X] . [X] ||| werde ich [X][X] . [X] ||| 0.013917 1 ||| ||| 0.117647
+I shall [X][X] [X] ||| werde ich [X][X] [X] ||| 0.013917 1 ||| ||| 0.217648
+I shall do [X][X] [X] ||| werde ich [X][X] [X] ||| 0.013917 1 ||| ||| 0.217648
+I shall [X][X] suggested . [X] ||| werde ich dem Vorschlag [X][X] folgen . [X] ||| 0.0278341 1 ||| ||| 0.0588235
+I shall [X][X] has suggested [X] ||| werde ich dem Vorschlag [X][X] folgen [X] ||| 0.00927803 1 ||| ||| 0.15
+I shall [X][X] suggested [X] ||| werde ich dem Vorschlag [X][X] folgen [X] ||| 0.00927803 1 ||| ||| 0.15
+I shall do [X][X] suggested [X] ||| werde ich dem Vorschlag [X][X] folgen [X] ||| 0.00927803 1 ||| ||| 0.15
+I shall [X] ||| werde ich dem [X] ||| 0.0185561 1 ||| ||| 1.5
+I shall do [X] ||| werde ich dem [X] ||| 0.00927803 1 ||| ||| 1.5
+I shall [X][X] . [X] ||| werde ich dem [X][X] . [X] ||| 0.013917 1 ||| ||| 0.117647
+I shall do [X][X] . [X] ||| werde ich dem [X][X] . [X] ||| 0.013917 1 ||| ||| 0.117647
+I shall [X][X] [X] ||| werde ich dem [X][X] [X] ||| 0.013917 1 ||| ||| 0.217648
+I shall do [X][X] [X] ||| werde ich dem [X][X] [X] ||| 0.013917 1 ||| ||| 0.217648
+be [X] ||| werden [X] ||| 0.241419 1 ||| ||| 2
+to [X] ||| werden soll , [X] ||| 0.00695852 1 ||| ||| 4
+to go [X] ||| werden soll , [X] ||| 0.00695852 1 ||| ||| 4
+to go before [X] ||| werden soll , [X] ||| 0.00695852 1 ||| ||| 4
+to go before the [X] ||| werden soll , [X] ||| 0.00695852 1 ||| ||| 4
+to [X] ||| werden soll [X] ||| 0.00695852 1 ||| ||| 4
+to go [X] ||| werden soll [X] ||| 0.00695852 1 ||| ||| 4
+to go before [X] ||| werden soll [X] ||| 0.00695852 1 ||| ||| 4
+to go before the [X] ||| werden soll [X] ||| 0.00695852 1 ||| ||| 4
+should be [X] ||| werden sollen [X] ||| 0.0278341 1 ||| ||| 1
+you [X] ||| wie Sie [X] ||| 0.0278341 1 ||| ||| 1
+you [X][X] [X] ||| wie Sie [X][X] [X] ||| 0.0278341 1 ||| ||| 0.583333
+you [X][X] aware [X][X] television [X] ||| wie Sie [X][X] [X][X] dem Fernsehen wissen [X] ||| 0.0278341 1 ||| ||| 0.0833333
+you [X][X] aware [X][X] [X] ||| wie Sie [X][X] [X][X] wissen [X] ||| 0.0278341 1 ||| ||| 0.0833333
+you [X][X] aware from [X][X] [X] ||| wie Sie [X][X] aus [X][X] wissen [X] ||| 0.0278341 1 ||| ||| 0.0833333
+you will be [X] ||| wie Sie sicher [X] ||| 0.0278341 1 ||| ||| 0.5
+you will be [X][X] [X] ||| wie Sie sicher [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0833333
+you will be aware [X][X] [X] ||| wie Sie sicher [X][X] wissen [X] ||| 0.0278341 1 ||| ||| 0.0833333
+once more [X] ||| wieder [X] ||| 0.0278341 1 ||| ||| 1
+[X][X] once more [X] ||| wieder [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.025
+[X][X] once more [X][X] [X] ||| wieder [X][X] , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0263158
+[X][X] once more because [X] ||| wieder [X][X] , weil [X] ||| 0.0278341 1 ||| ||| 0.0238095
+[X][X] once more because the [X] ||| wieder [X][X] , weil der [X] ||| 0.0278341 1 ||| ||| 0.0263158
+[X][X] once more [X] ||| wieder [X][X] [X] ||| 0.132239 1 ||| ||| 2.6587
+before [X][X] once more [X] ||| wieder [X][X] [X] ||| 0.00436211 1 ||| ||| 2.6587
+go [X][X] once more [X] ||| wieder [X][X] [X] ||| 0.00411284 1 ||| ||| 2.6587
+go before [X][X] once more [X] ||| wieder [X][X] [X] ||| 0.00411284 1 ||| ||| 2.6587
+[X][X] before [X][X] once more [X] ||| wieder [X][X] [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.05
+[X][X] before [X][X] once more [X] ||| wieder [X][X] [X][X] [X] ||| 0.0196753 1 ||| ||| 0.179555
+[X][X] once more [X][X] [X] ||| wieder [X][X] [X][X] [X] ||| 0.00815882 1 ||| ||| 0.179555
+to [X][X] once more [X] ||| wieder [X][X] soll , [X] ||| 0.0139171 1 ||| ||| 0.05
+to go [X][X] once more [X] ||| wieder [X][X] soll , [X] ||| 0.0139171 1 ||| ||| 0.05
+to [X][X] once more [X][X] [X] ||| wieder [X][X] soll , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0263158
+to [X][X] once more because [X] ||| wieder [X][X] soll , weil [X] ||| 0.0278341 1 ||| ||| 0.0238095
+to [X][X] once more [X] ||| wieder [X][X] soll [X] ||| 0.0139171 1 ||| ||| 0.076923
+to go [X][X] once more [X] ||| wieder [X][X] soll [X] ||| 0.0139171 1 ||| ||| 0.076923
+to [X][X] once more [X][X] [X] ||| wieder [X][X] soll [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0263158
+[X][X] once more because [X] ||| wieder [X][X] weil [X] ||| 0.0278341 1 ||| ||| 0.0238095
+[X][X] once more because the [X] ||| wieder [X][X] weil der [X] ||| 0.0278341 1 ||| ||| 0.0263158
+[X][X] once more [X] ||| wieder [X][X] werden [X] ||| 0.0153906 1 ||| ||| 1.0119
+before [X][X] once more [X] ||| wieder [X][X] werden [X] ||| 0.00458445 1 ||| ||| 1.0119
+go [X][X] once more [X] ||| wieder [X][X] werden [X] ||| 0.00392951 1 ||| ||| 1.0119
+go before [X][X] once more [X] ||| wieder [X][X] werden [X] ||| 0.00392951 1 ||| ||| 1.0119
+[X][X] before [X][X] once more [X] ||| wieder [X][X] werden [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.025
+[X][X] before [X][X] once more [X] ||| wieder [X][X] werden [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0634615
+to [X][X] once more [X] ||| wieder [X][X] werden soll , [X] ||| 0.0139171 1 ||| ||| 0.05
+to go [X][X] once more [X] ||| wieder [X][X] werden soll , [X] ||| 0.0139171 1 ||| ||| 0.05
+to [X][X] once more [X][X] [X] ||| wieder [X][X] werden soll , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0263158
+to [X][X] once more because [X] ||| wieder [X][X] werden soll , weil [X] ||| 0.0278341 1 ||| ||| 0.0238095
+to [X][X] once more [X] ||| wieder [X][X] werden soll [X] ||| 0.0139171 1 ||| ||| 0.076923
+to go [X][X] once more [X] ||| wieder [X][X] werden soll [X] ||| 0.0139171 1 ||| ||| 0.076923
+to [X][X] once more [X][X] [X] ||| wieder [X][X] werden soll [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0263158
+before the courts once more [X] ||| wieder angeklagt [X] ||| 0.00642326 1 ||| ||| 1.08333
+courts once more [X] ||| wieder angeklagt [X] ||| 0.0128465 1 ||| ||| 1.08333
+the courts once more [X] ||| wieder angeklagt [X] ||| 0.00856433 1 ||| ||| 1.08333
+[X][X] courts once more [X] ||| wieder angeklagt [X][X] , [X] ||| 0.0139171 1 ||| ||| 0.05
+[X][X] the courts once more [X] ||| wieder angeklagt [X][X] , [X] ||| 0.0139171 1 ||| ||| 0.05
+[X][X] courts once more [X][X] [X] ||| wieder angeklagt [X][X] , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0263158
+[X][X] courts once more because [X] ||| wieder angeklagt [X][X] , weil [X] ||| 0.0278341 1 ||| ||| 0.0238095
+[X][X] courts once more [X] ||| wieder angeklagt [X][X] [X] ||| 0.013917 1 ||| ||| 0.126923
+[X][X] the courts once more [X] ||| wieder angeklagt [X][X] [X] ||| 0.013917 1 ||| ||| 0.126923
+[X][X] courts once more [X][X] [X] ||| wieder angeklagt [X][X] [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0526316
+[X][X] courts once more because [X] ||| wieder angeklagt [X][X] weil [X] ||| 0.0278341 1 ||| ||| 0.0238095
+before the courts once more [X] ||| wieder angeklagt werden [X] ||| 0.00506075 1 ||| ||| 0.916667
+courts once more [X] ||| wieder angeklagt werden [X] ||| 0.0151822 1 ||| ||| 0.916667
+the courts once more [X] ||| wieder angeklagt werden [X] ||| 0.00759112 1 ||| ||| 0.916667
+[X][X] courts once more [X] ||| wieder angeklagt werden [X][X] , [X] ||| 0.0139171 1 ||| ||| 0.05
+[X][X] the courts once more [X] ||| wieder angeklagt werden [X][X] , [X] ||| 0.0139171 1 ||| ||| 0.05
+[X][X] courts once more [X][X] [X] ||| wieder angeklagt werden [X][X] , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0263158
+[X][X] courts once more because [X] ||| wieder angeklagt werden [X][X] , weil [X] ||| 0.0278341 1 ||| ||| 0.0238095
+[X][X] courts once more [X] ||| wieder angeklagt werden [X][X] [X] ||| 0.013917 1 ||| ||| 0.126923
+[X][X] the courts once more [X] ||| wieder angeklagt werden [X][X] [X] ||| 0.013917 1 ||| ||| 0.126923
+[X][X] courts once more [X][X] [X] ||| wieder angeklagt werden [X][X] [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0526316
+[X][X] courts once more because [X] ||| wieder angeklagt werden [X][X] weil [X] ||| 0.0278341 1 ||| ||| 0.0238095
+of our [X] ||| wir [X] ||| 0.00556682 1 ||| ||| 5
+our [X] ||| wir [X] ||| 0.00556682 1 ||| ||| 5
+we [X] ||| wir [X] ||| 0.345024 1 ||| ||| 5
+[X][X] that [X] ||| wir [X][X] , daß [X] ||| 0.0278341 1 ||| ||| 0.0833333
+[X][X] that [X][X] [X] ||| wir [X][X] , daß [X][X] [X] ||| 0.0197532 1 ||| ||| 0.132479
+[X][X] that [X][X] have [X] ||| wir [X][X] , daß [X][X] [X] ||| 0.00808086 1 ||| ||| 0.132479
+[X][X] that the courts [X] ||| wir [X][X] , daß das Gericht [X] ||| 0.0164474 1 ||| ||| 0.0940171
+[X][X] that the courts have [X] ||| wir [X][X] , daß das Gericht [X] ||| 0.0113867 1 ||| ||| 0.0940171
+[X][X] that the [X] ||| wir [X][X] , daß das [X] ||| 0.0278341 1 ||| ||| 0.0909091
+[X][X] that the [X][X] [X] ||| wir [X][X] , daß das [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0384615
+we [X][X] . [X] ||| wir [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.2
+[X][X] courts [X] ||| wir [X][X] Gericht [X] ||| 0.0164474 1 ||| ||| 0.0940171
+[X][X] courts have [X] ||| wir [X][X] Gericht [X] ||| 0.0113867 1 ||| ||| 0.0940171
+we [X][X] [X] ||| wir [X][X] [X] ||| 0.241419 1 ||| ||| 1.49841
+[X][X] here [X][X] [X] ||| wir [X][X] [X][X] hier [X] ||| 0.0278341 1 ||| ||| 0.125
+all [X][X] here [X][X] that [X] ||| wir [X][X] [X][X] hier alle , daß [X] ||| 0.0278341 1 ||| ||| 0.0833333
+all [X][X] here [X][X] [X] ||| wir [X][X] [X][X] hier alle [X] ||| 0.0278341 1 ||| ||| 0.0666667
+all [X][X] that [X] ||| wir [X][X] alle , daß [X] ||| 0.013917 1 ||| ||| 0.166667
+all of [X][X] that [X] ||| wir [X][X] alle , daß [X] ||| 0.013917 1 ||| ||| 0.166667
+all [X][X] that [X][X] [X] ||| wir [X][X] alle , daß [X][X] [X] ||| 0.0115538 1 ||| ||| 0.226496
+all [X][X] that [X][X] have [X] ||| wir [X][X] alle , daß [X][X] [X] ||| 0.00472654 1 ||| ||| 0.226496
+all of [X][X] that [X][X] [X] ||| wir [X][X] alle , daß [X][X] [X] ||| 0.0115538 1 ||| ||| 0.226496
+all [X][X] that the courts [X] ||| wir [X][X] alle , daß das Gericht [X] ||| 0.0278341 1 ||| ||| 0.0555556
+all [X][X] that the [X] ||| wir [X][X] alle , daß das [X] ||| 0.013917 1 ||| ||| 0.181818
+all of [X][X] that the [X] ||| wir [X][X] alle , daß das [X] ||| 0.013917 1 ||| ||| 0.181818
+all [X][X] that the [X][X] [X] ||| wir [X][X] alle , daß das [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0384615
+all [X][X] [X] ||| wir [X][X] alle [X] ||| 0.013917 1 ||| ||| 0.133333
+all of [X][X] [X] ||| wir [X][X] alle [X] ||| 0.013917 1 ||| ||| 0.133333
+[X][X] the courts [X] ||| wir [X][X] das Gericht [X] ||| 0.0164474 1 ||| ||| 0.0940171
+[X][X] the courts have [X] ||| wir [X][X] das Gericht [X] ||| 0.0113867 1 ||| ||| 0.0940171
+[X][X] the [X] ||| wir [X][X] das [X] ||| 0.0278341 1 ||| ||| 0.0909091
+[X][X] the [X][X] [X] ||| wir [X][X] das [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0384615
+we have [X][X] . [X] ||| wir [X][X] haben . [X] ||| 0.0278341 1 ||| ||| 0.2
+we have [X][X] [X] ||| wir [X][X] haben [X] ||| 0.0278341 1 ||| ||| 0.333333
+of us here [X][X] [X] ||| wir [X][X] uns hier [X] ||| 0.00927803 1 ||| ||| 0.375
+us here [X][X] [X] ||| wir [X][X] uns hier [X] ||| 0.0185561 1 ||| ||| 0.375
+[X][X] us here [X][X] that [X] ||| wir [X][X] uns hier [X][X] , daß [X] ||| 0.0278341 1 ||| ||| 0.0833333
+[X][X] us here [X][X] [X] ||| wir [X][X] uns hier [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0666667
+all of us here [X][X] [X] ||| wir [X][X] uns hier alle [X] ||| 0.0278341 1 ||| ||| 0.0666667
+this House [X] ||| wir als Parlament [X] ||| 0.013917 1 ||| ||| 2
+this House has [X] ||| wir als Parlament [X] ||| 0.013917 1 ||| ||| 2
+this House [X][X] . [X] ||| wir als Parlament [X][X] . [X] ||| 0.013917 1 ||| ||| 0.153846
+this House has [X][X] . [X] ||| wir als Parlament [X][X] . [X] ||| 0.013917 1 ||| ||| 0.153846
+this House [X][X] [X] ||| wir als Parlament [X][X] [X] ||| 0.0189627 1 ||| ||| 0.68956
+this House has [X][X] [X] ||| wir als Parlament [X][X] [X] ||| 0.00887142 1 ||| ||| 0.68956
+this House [X][X] adopted . [X] ||| wir als Parlament [X][X] vertreten haben . [X] ||| 0.0278341 1 ||| ||| 0.0769231
+this House [X][X] adopted [X] ||| wir als Parlament [X][X] vertreten haben [X] ||| 0.0278341 1 ||| ||| 0.142857
+this House has always [X] ||| wir als Parlament immer [X] ||| 0.0278341 1 ||| ||| 0.25
+this House has always [X][X] [X] ||| wir als Parlament immer [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0769231
+this House has always adopted [X] ||| wir als Parlament immer vertreten haben [X] ||| 0.0278341 1 ||| ||| 0.142857
+are pleased [X] ||| wir freuen [X] ||| 0.0278341 1 ||| ||| 1
+[X][X] are pleased that [X] ||| wir freuen [X][X] , daß [X] ||| 0.0278341 1 ||| ||| 0.0833333
+[X][X] are pleased that [X][X] [X] ||| wir freuen [X][X] , daß [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0940171
+[X][X] are pleased that the [X] ||| wir freuen [X][X] , daß das [X] ||| 0.0278341 1 ||| ||| 0.0909091
+[X][X] are pleased [X] ||| wir freuen [X][X] [X] ||| 0.0216942 1 ||| ||| 0.566667
+of [X][X] are pleased [X] ||| wir freuen [X][X] [X] ||| 0.00613987 1 ||| ||| 0.566667
+[X][X] are pleased [X][X] courts [X] ||| wir freuen [X][X] [X][X] Gericht [X] ||| 0.0278341 1 ||| ||| 0.0555556
+[X][X] are pleased [X][X] [X] ||| wir freuen [X][X] [X][X] [X] ||| 0.0230418 1 ||| ||| 0.223388
+[X][X] are pleased [X][X] have [X] ||| wir freuen [X][X] [X][X] [X] ||| 0.00479231 1 ||| ||| 0.223388
+all [X][X] are pleased that [X] ||| wir freuen [X][X] alle , daß [X] ||| 0.0278341 1 ||| ||| 0.0833333
+all [X][X] are pleased [X] ||| wir freuen [X][X] alle [X] ||| 0.013917 1 ||| ||| 0.133333
+all of [X][X] are pleased [X] ||| wir freuen [X][X] alle [X] ||| 0.013917 1 ||| ||| 0.133333
+all [X][X] are pleased [X][X] [X] ||| wir freuen [X][X] alle [X][X] [X] ||| 0.0278341 1 ||| ||| 0.184926
+[X][X] here are pleased [X] ||| wir freuen [X][X] hier [X] ||| 0.0278341 1 ||| ||| 0.125
+all [X][X] here are pleased [X] ||| wir freuen [X][X] hier alle [X] ||| 0.0278341 1 ||| ||| 0.0666667
+of us here are pleased [X] ||| wir freuen uns hier [X] ||| 0.00927803 1 ||| ||| 0.375
+us here are pleased [X] ||| wir freuen uns hier [X] ||| 0.0185561 1 ||| ||| 0.375
+[X][X] us here are pleased [X] ||| wir freuen uns hier [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0666667
+we have [X] ||| wir haben [X] ||| 0.0278341 1 ||| ||| 1
+we have always upheld . [X] ||| wir stets verteidigt haben . [X] ||| 0.0278341 1 ||| ||| 0.2
+we have always upheld [X] ||| wir stets verteidigt haben [X] ||| 0.0278341 1 ||| ||| 0.333333
+we know , [X] ||| wir wissen [X] ||| 0.00927803 1 ||| ||| 1.5
+we know [X] ||| wir wissen [X] ||| 0.0185561 1 ||| ||| 1.5
+will [X] ||| wird [X] ||| 0.0278341 1 ||| ||| 1
+[X][X] and contains [X] ||| wird [X][X] mit [X] ||| 0.0278341 1 ||| ||| 0.2
+[X][X] and contains [X] ||| wird sich [X][X] mit [X] ||| 0.0278341 1 ||| ||| 0.2
+on Thursday [X] ||| wird sich am Donnerstag [X] ||| 0.0278341 1 ||| ||| 1
+on Thursday [X][X] [X] ||| wird sich am Donnerstag [X][X] [X] ||| 0.0278341 1 ||| ||| 0.2
+on Thursday and contains [X] ||| wird sich am Donnerstag mit [X] ||| 0.0278341 1 ||| ||| 0.2
+aware [X] ||| wissen [X] ||| 0.00695852 1 ||| ||| 4
+know , [X] ||| wissen [X] ||| 0.00695852 1 ||| ||| 4
+know [X] ||| wissen [X] ||| 0.120709 1 ||| ||| 4
+know [X][X] [X] ||| wissen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.590909
+know , and [X] ||| wissen und [X] ||| 0.0278341 1 ||| ||| 0.333333
+wish , [X] ||| wollen , [X] ||| 0.0278341 1 ||| ||| 1
+wish , [X][X] , [X] ||| wollen , [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.125
+wish , [X][X] , [X][X] [X] ||| wollen , [X][X] , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.113095
+wish , [X][X] , i.e. [X] ||| wollen , [X][X] , d. h. [X] ||| 0.0278341 1 ||| ||| 0.1
+wish , [X][X] Thursday prior [X] ||| wollen , [X][X] Donnerstag [X] ||| 0.0278341 1 ||| ||| 0.0416667
+wish , [X][X] [X] ||| wollen , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.504762
+wish , [X][X] on [X] ||| wollen , [X][X] am [X] ||| 0.0278341 1 ||| ||| 0.0714286
+wish , [X][X] on [X][X] [X] ||| wollen , [X][X] am [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0416667
+wish , raise [X][X] , [X] ||| wollen , [X][X] ansprechen , [X] ||| 0.0278341 1 ||| ||| 0.125
+wish , raise [X][X] [X] ||| wollen , [X][X] ansprechen [X] ||| 0.0278341 1 ||| ||| 0.166667
+wish , [X][X] i.e. [X] ||| wollen , [X][X] d. h. [X] ||| 0.0278341 1 ||| ||| 0.1
+wish , [X][X] i.e. [X][X] [X] ||| wollen , [X][X] d. h. [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0416667
+wish , [X][X] i.e. on [X] ||| wollen , [X][X] d. h. am [X] ||| 0.0278341 1 ||| ||| 0.0714286
+wish , raise this question [X] ||| wollen , diese Frage ansprechen [X] ||| 0.0278341 1 ||| ||| 0.166667
+wish [X] ||| wollen [X] ||| 0.0278341 1 ||| ||| 1
+wish [X][X] , [X] ||| wollen [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.125
+wish [X][X] , [X][X] [X] ||| wollen [X][X] , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.113095
+wish [X][X] , i.e. [X] ||| wollen [X][X] , d. h. [X] ||| 0.0278341 1 ||| ||| 0.1
+wish [X][X] , i.e. [X][X] [X] ||| wollen [X][X] , d. h. [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0416667
+wish [X][X] , i.e. on [X] ||| wollen [X][X] , d. h. am [X] ||| 0.0278341 1 ||| ||| 0.0714286
+wish [X][X] Thursday prior [X] ||| wollen [X][X] Donnerstag [X] ||| 0.0278341 1 ||| ||| 0.0416667
+wish [X][X] [X] ||| wollen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.504762
+wish [X][X] on Thursday prior [X] ||| wollen [X][X] am Donnerstag [X] ||| 0.0278341 1 ||| ||| 0.0416667
+wish [X][X] on [X] ||| wollen [X][X] am [X] ||| 0.0278341 1 ||| ||| 0.0714286
+wish [X][X] on [X][X] [X] ||| wollen [X][X] am [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0416667
+wish [X][X] i.e. [X] ||| wollen [X][X] d. h. [X] ||| 0.0278341 1 ||| ||| 0.1
+wish [X][X] i.e. [X][X] [X] ||| wollen [X][X] d. h. [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0416667
+wish [X][X] i.e. on [X] ||| wollen [X][X] d. h. am [X] ||| 0.0278341 1 ||| ||| 0.0714286
+wish [X][X] i.e. on [X][X] [X] ||| wollen [X][X] d. h. am [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0416667
+has been [X] ||| worden ist [X] ||| 0.0278341 1 ||| ||| 1
+has [X] ||| wurde [X] ||| 0.0278341 1 ||| ||| 1
+has [X][X] [X] ||| wurde [X][X] [X] ||| 0.0278341 1 ||| ||| 0.5
+[X][X] has [X][X] [X] ||| wurde [X][X] [X][X] [X] ||| 0.0278341 1 ||| ||| 0.2
+[X][X] has [X][X] presented , [X] ||| wurde [X][X] [X][X] eingereicht , [X] ||| 0.0278341 1 ||| ||| 0.2
+[X][X] has [X][X] presented [X] ||| wurde [X][X] [X][X] eingereicht [X] ||| 0.0278341 1 ||| ||| 0.2
+a petition has [X][X] [X] ||| wurde [X][X] eine Petition [X] ||| 0.0278341 1 ||| ||| 0.2
+a petition has [X][X] presented [X] ||| wurde [X][X] eine Petition eingereicht [X] ||| 0.0278341 1 ||| ||| 0.2
+has already been [X] ||| wurde bereits [X] ||| 0.0278341 1 ||| ||| 0.5
+[X][X] has already been [X] ||| wurde bereits [X][X] [X] ||| 0.0278341 1 ||| ||| 0.2
+[X][X] has already been [X][X] [X] ||| wurde bereits [X][X] [X][X] [X] ||| 0.0278341 1 ||| ||| 0.611111
+[X][X] has already been [X][X] [X] ||| wurde bereits [X][X] [X][X] von [X] ||| 0.0278341 1 ||| ||| 0.111111
+[X][X] has already been presented [X] ||| wurde bereits [X][X] eingereicht [X] ||| 0.0278341 1 ||| ||| 0.2
+a petition has already been [X] ||| wurde bereits eine Petition [X] ||| 0.0278341 1 ||| ||| 0.2
+during [X] ||| während [X] ||| 0.0278341 1 ||| ||| 1
+during the [X] ||| während der [X] ||| 0.0278341 1 ||| ||| 1
+would be [X] ||| wäre [X] ||| 0.0278341 1 ||| ||| 1
+would it be [X] ||| wäre es [X] ||| 0.0278341 1 ||| ||| 1
+would it be [X][X] , [X] ||| wäre es [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.088141
+would it be [X][X] Madam [X] ||| wäre es [X][X] Frau [X] ||| 0.0278341 1 ||| ||| 0.04
+would it be [X][X] President [X] ||| wäre es [X][X] Präsidentin [X] ||| 0.0278341 1 ||| ||| 0.030303
+would it be [X][X] you [X] ||| wäre es [X][X] Sie [X] ||| 0.0278341 1 ||| ||| 0.1
+would it be [X][X] [X] ||| wäre es [X][X] [X] ||| 0.0278341 1 ||| ||| 0.458444
+would it be appropriate [X] ||| wäre es angemessen , [X] ||| 0.0278341 1 ||| ||| 0.5
+would it be appropriate [X][X] [X] ||| wäre es angemessen , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.258444
+would it be appropriate for [X] ||| wäre es angemessen , wenn [X] ||| 0.0278341 1 ||| ||| 0.2
+would it be appropriate [X] ||| wäre es angemessen [X] ||| 0.0278341 1 ||| ||| 0.5
+would it be appropriate [X][X] [X] ||| wäre es angemessen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.258444
+her to do [X][X] possibly [X] ||| würden , [X][X] in ihrem Kräften stehende zu tun [X] ||| 0.0278341 1 ||| ||| 0.2
+everything [X] ||| würden , alles [X] ||| 0.013917 1 ||| ||| 2
+everything she [X] ||| würden , alles [X] ||| 0.013917 1 ||| ||| 2
+her to do everything [X][X] [X] ||| würden , alles in ihrem [X][X] stehende zu tun [X] ||| 0.0278341 1 ||| ||| 0.7
+her to do everything [X][X] [X] ||| würden , alles in ihrem [X][X] zu tun [X] ||| 0.0278341 1 ||| ||| 0.7
+her to do [X][X] possibly [X] ||| würden [X][X] in ihrem Kräften stehende zu tun [X] ||| 0.0278341 1 ||| ||| 0.2
+about Rule 143 [X] ||| zu Artikel 143 [X] ||| 0.0278341 1 ||| ||| 0.333333
+about Rule 143 [X][X] . [X] ||| zu Artikel 143 [X][X] ? [X] ||| 0.0278341 1 ||| ||| 0.0526316
+about Rule 143 [X][X] [X] ||| zu Artikel 143 [X][X] [X] ||| 0.0278341 1 ||| ||| 0.143541
+about Rule 143 concerning inadmissibility [X] ||| zu Artikel 143 im Zusammenhang mit der Unzulässigkeit geben [X] ||| 0.0278341 1 ||| ||| 0.0909091
+about Rule 143 concerning [X] ||| zu Artikel 143 im Zusammenhang mit der [X] ||| 0.0278341 1 ||| ||| 0.166667
+about Rule 143 concerning [X][X] [X] ||| zu Artikel 143 im Zusammenhang mit der [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0526316
+about Rule [X] ||| zu Artikel [X] ||| 0.0278341 1 ||| ||| 1
+about Rule [X][X] . [X] ||| zu Artikel [X][X] ? [X] ||| 0.0278341 1 ||| ||| 0.0526316
+about Rule [X][X] inadmissibility . [X] ||| zu Artikel [X][X] Unzulässigkeit geben ? [X] ||| 0.0278341 1 ||| ||| 0.0526316
+about Rule [X][X] inadmissibility [X] ||| zu Artikel [X][X] Unzulässigkeit geben [X] ||| 0.0278341 1 ||| ||| 0.0909091
+about Rule [X][X] [X] ||| zu Artikel [X][X] [X] ||| 0.0278341 1 ||| ||| 0.310207
+to the start [X] ||| zu Beginn [X] ||| 0.0278341 1 ||| ||| 0.5
+to the start [X][X] . [X] ||| zu Beginn [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.0322581
+to the start [X][X] presentation [X] ||| zu Beginn [X][X] Aussprache [X] ||| 0.0278341 1 ||| ||| 0.142857
+to the start [X][X] report [X] ||| zu Beginn [X][X] Bericht [X] ||| 0.0278341 1 ||| ||| 0.0454545
+to the start [X][X] [X] ||| zu Beginn [X][X] [X] ||| 0.0278341 1 ||| ||| 0.587236
+to the start [X][X] the [X] ||| zu Beginn [X][X] den [X] ||| 0.0278341 1 ||| ||| 0.0666667
+to the start [X][X] of [X] ||| zu Beginn [X][X] über [X] ||| 0.0278341 1 ||| ||| 0.1
+to the start of the [X] ||| zu Beginn der [X] ||| 0.0278341 1 ||| ||| 0.2
+to environmental information [X] ||| zu Umweltinformationen [X] ||| 0.0278341 1 ||| ||| 0.5
+to environmental information [X][X] . [X] ||| zu Umweltinformationen [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.111111
+to environmental information [X][X] [X] ||| zu Umweltinformationen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.211111
+to environmental information is [X][X] [X] ||| zu Umweltinformationen [X][X] ist [X] ||| 0.0278341 1 ||| ||| 0.1
+about [X] ||| zu [X] ||| 0.00347926 1 ||| ||| 8
+of [X] ||| zu [X] ||| 0.00347926 1 ||| ||| 8
+on [X] ||| zu [X] ||| 0.00347926 1 ||| ||| 8
+one [X] ||| zu [X] ||| 0.00347926 1 ||| ||| 8
+one of [X] ||| zu [X] ||| 0.00347926 1 ||| ||| 8
+to [X] ||| zu [X] ||| 0.21564 1 ||| ||| 8
+to [X][X] . [X] ||| zu [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.143369
+about [X][X] . [X] ||| zu [X][X] ? [X] ||| 0.0278341 1 ||| ||| 0.0526316
+one [X][X] people assassinated very [X] ||| zu [X][X] Attentatsopfern , die es in [X] ||| 0.0278341 1 ||| ||| 0.142857
+to [X][X] presentation [X] ||| zu [X][X] Aussprache [X] ||| 0.0278341 1 ||| ||| 0.142857
+to [X][X] presentation [X][X] . [X] ||| zu [X][X] Aussprache [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.0322581
+to [X][X] presentation [X][X] report [X] ||| zu [X][X] Aussprache [X][X] Bericht [X] ||| 0.0278341 1 ||| ||| 0.0454545
+to [X][X] presentation [X][X] [X] ||| zu [X][X] Aussprache [X][X] [X] ||| 0.0278341 1 ||| ||| 0.144379
+to [X][X] presentation of [X] ||| zu [X][X] Aussprache über [X] ||| 0.0278341 1 ||| ||| 0.1
+to [X][X] presentation of [X][X] [X] ||| zu [X][X] Aussprache über [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0777126
+to [X][X] presentation of the [X] ||| zu [X][X] Aussprache über den [X] ||| 0.0278341 1 ||| ||| 0.0666667
+to [X][X] report . [X] ||| zu [X][X] Bericht . [X] ||| 0.0278341 1 ||| ||| 0.0322581
+to [X][X] report [X] ||| zu [X][X] Bericht [X] ||| 0.0278341 1 ||| ||| 0.0454545
+[X][X] Kumar Ponnambalam [X] ||| zu [X][X] Kumar Ponnambalam [X] ||| 0.0278341 1 ||| ||| 0.111111
+about [X][X] inadmissibility . [X] ||| zu [X][X] Unzulässigkeit geben ? [X] ||| 0.0278341 1 ||| ||| 0.0526316
+about [X][X] inadmissibility [X] ||| zu [X][X] Unzulässigkeit geben [X] ||| 0.0278341 1 ||| ||| 0.0909091
+about [X][X] [X] ||| zu [X][X] [X] ||| 0.00360531 1 ||| ||| 4.96834
+of [X][X] [X] ||| zu [X][X] [X] ||| 0.0517276 1 ||| ||| 4.96834
+one [X][X] [X] ||| zu [X][X] [X] ||| 0.00362815 1 ||| ||| 4.96834
+one of [X][X] [X] ||| zu [X][X] [X] ||| 0.00176072 1 ||| ||| 4.96834
+to [X][X] [X] ||| zu [X][X] [X] ||| 0.266013 1 ||| ||| 4.96834
+to [X][X] is [X][X] right [X] ||| zu [X][X] [X][X] Recht ist [X] ||| 0.0278341 1 ||| ||| 0.1
+to [X][X] is [X][X] . [X] ||| zu [X][X] [X][X] ist . [X] ||| 0.0278341 1 ||| ||| 0.111111
+to [X][X] is [X][X] [X] ||| zu [X][X] [X][X] ist [X] ||| 0.0139171 1 ||| ||| 0.2
+to [X][X] is a [X][X] [X] ||| zu [X][X] [X][X] ist [X] ||| 0.0139171 1 ||| ||| 0.2
+of [X][X] to [X] ||| zu [X][X] bei [X] ||| 0.0278341 1 ||| ||| 0.25
+of [X][X] to [X][X] [X] ||| zu [X][X] bei [X][X] [X] ||| 0.0278341 1 ||| ||| 0.171679
+of [X][X] to [X][X] a [X] ||| zu [X][X] bei [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.0357143
+of [X][X] to [X][X] merely [X] ||| zu [X][X] bei [X][X] lediglich um [X] ||| 0.0278341 1 ||| ||| 0.0526316
+of [X][X] to what [X] ||| zu [X][X] bei dem es [X] ||| 0.0278341 1 ||| ||| 0.142857
+of [X][X] to what [X][X] [X] ||| zu [X][X] bei dem es [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0883459
+of [X][X] to what is [X] ||| zu [X][X] bei dem es sich [X] ||| 0.0278341 1 ||| ||| 0.0833333
+of [X][X] what [X] ||| zu [X][X] dem es [X] ||| 0.0278341 1 ||| ||| 0.142857
+of [X][X] what [X][X] [X] ||| zu [X][X] dem es [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0883459
+of [X][X] what [X][X] a [X] ||| zu [X][X] dem es [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.0357143
+of [X][X] what is [X] ||| zu [X][X] dem es sich [X] ||| 0.0278341 1 ||| ||| 0.0833333
+of [X][X] what is [X][X] [X] ||| zu [X][X] dem es sich [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0357143
+of [X][X] what is merely [X] ||| zu [X][X] dem es sich lediglich um [X] ||| 0.0278341 1 ||| ||| 0.0526316
+to [X][X] the report . [X] ||| zu [X][X] den Bericht . [X] ||| 0.0278341 1 ||| ||| 0.0322581
+to [X][X] the report [X] ||| zu [X][X] den Bericht [X] ||| 0.0278341 1 ||| ||| 0.0454545
+to [X][X] the [X] ||| zu [X][X] den [X] ||| 0.0278341 1 ||| ||| 0.0666667
+to [X][X] the [X][X] [X] ||| zu [X][X] den [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0322581
+to [X][X] of the presentation [X] ||| zu [X][X] der Aussprache [X] ||| 0.0278341 1 ||| ||| 0.142857
+to [X][X] of the [X] ||| zu [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.2
+to [X][X] of the [X][X] [X] ||| zu [X][X] der [X][X] [X] ||| 0.0278341 1 ||| ||| 0.244379
+of [X][X] a [X] ||| zu [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.0357143
+about [X][X] concerning inadmissibility . [X] ||| zu [X][X] im Zusammenhang mit der Unzulässigkeit geben ? [X] ||| 0.0278341 1 ||| ||| 0.0526316
+about [X][X] concerning inadmissibility [X] ||| zu [X][X] im Zusammenhang mit der Unzulässigkeit geben [X] ||| 0.0278341 1 ||| ||| 0.0909091
+about [X][X] concerning [X] ||| zu [X][X] im Zusammenhang mit der [X] ||| 0.0278341 1 ||| ||| 0.166667
+about [X][X] concerning [X][X] [X] ||| zu [X][X] im Zusammenhang mit der [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0526316
+one [X][X] in [X] ||| zu [X][X] in [X] ||| 0.013917 1 ||| ||| 0.142857
+one of [X][X] in [X] ||| zu [X][X] in [X] ||| 0.013917 1 ||| ||| 0.142857
+one [X][X] recently [X] ||| zu [X][X] jüngster Zeit [X] ||| 0.0139171 1 ||| ||| 0.2
+one of [X][X] recently [X] ||| zu [X][X] jüngster Zeit [X] ||| 0.0139171 1 ||| ||| 0.2
+one [X][X] recently in [X] ||| zu [X][X] jüngster Zeit in [X] ||| 0.013917 1 ||| ||| 0.142857
+one of [X][X] recently in [X] ||| zu [X][X] jüngster Zeit in [X] ||| 0.013917 1 ||| ||| 0.142857
+of [X][X] merely [X] ||| zu [X][X] lediglich um [X] ||| 0.0278341 1 ||| ||| 0.0526316
+of [X][X] merely a [X] ||| zu [X][X] lediglich um einen [X] ||| 0.0278341 1 ||| ||| 0.0357143
+of [X][X] is [X] ||| zu [X][X] sich [X] ||| 0.0278341 1 ||| ||| 0.0833333
+of [X][X] is [X][X] [X] ||| zu [X][X] sich [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0357143
+of [X][X] is merely [X] ||| zu [X][X] sich lediglich um [X] ||| 0.0278341 1 ||| ||| 0.0526316
+of [X][X] is merely a [X] ||| zu [X][X] sich lediglich um einen [X] ||| 0.0278341 1 ||| ||| 0.0357143
+to [X][X] of [X] ||| zu [X][X] über [X] ||| 0.0278341 1 ||| ||| 0.1
+to [X][X] of [X][X] . [X] ||| zu [X][X] über [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.0322581
+to [X][X] of [X][X] [X] ||| zu [X][X] über [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0777126
+to [X][X] of the report [X] ||| zu [X][X] über den Bericht [X] ||| 0.0278341 1 ||| ||| 0.0454545
+to [X][X] of the [X] ||| zu [X][X] über den [X] ||| 0.0278341 1 ||| ||| 0.0666667
+to [X][X] of the [X][X] [X] ||| zu [X][X] über den [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0322581
+[X][X] Kumar Ponnambalam [X] ||| zu beklagen [X][X] Kumar Ponnambalam [X] ||| 0.0278341 1 ||| ||| 0.111111
+was [X] ||| zu beklagen gab , [X] ||| 0.0278341 1 ||| ||| 1
+was [X][X] [X] ||| zu beklagen gab , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.111111
+was [X] ||| zu beklagen gab , zählt [X] ||| 0.0278341 1 ||| ||| 1
+was [X][X] [X] ||| zu beklagen gab , zählt [X][X] [X] ||| 0.0278341 1 ||| ||| 0.111111
+was Mr Kumar Ponnambalam [X] ||| zu beklagen gab , zählt auch Herr Kumar Ponnambalam [X] ||| 0.0278341 1 ||| ||| 0.111111
+was Mr [X] ||| zu beklagen gab , zählt auch Herr [X] ||| 0.0278341 1 ||| ||| 1
+was Mr [X][X] [X] ||| zu beklagen gab , zählt auch Herr [X][X] [X] ||| 0.0278341 1 ||| ||| 0.111111
+was [X] ||| zu beklagen gab , zählt auch [X] ||| 0.0278341 1 ||| ||| 1
+was [X][X] [X] ||| zu beklagen gab , zählt auch [X][X] [X] ||| 0.0278341 1 ||| ||| 0.111111
+was [X] ||| zu beklagen gab [X] ||| 0.0278341 1 ||| ||| 1
+was [X][X] [X] ||| zu beklagen gab [X][X] [X] ||| 0.0278341 1 ||| ||| 0.111111
+one of the [X] ||| zu den [X] ||| 0.0278341 1 ||| ||| 0.333333
+one of the [X][X] [X] ||| zu den [X][X] [X] ||| 0.0278341 1 ||| ||| 0.314286
+one of the [X][X] in [X] ||| zu den [X][X] in [X] ||| 0.0278341 1 ||| ||| 0.0714286
+one of the [X][X] recently [X] ||| zu den [X][X] jüngster Zeit [X] ||| 0.0278341 1 ||| ||| 0.1
+for this [X] ||| zu einer [X] ||| 0.0278341 1 ||| ||| 1
+for this [X][X] . [X] ||| zu einer [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.333333
+for this [X][X] [X] ||| zu einer [X][X] [X] ||| 0.0278341 1 ||| ||| 0.833333
+of that kind [X] ||| zu erheben , [X] ||| 0.0278341 1 ||| ||| 0.5
+of that kind [X][X] [X] ||| zu erheben , [X][X] [X] ||| 0.0278341 1 ||| ||| 0.314536
+of that kind [X][X] a [X] ||| zu erheben , [X][X] einen [X] ||| 0.0278341 1 ||| ||| 0.0357143
+of that kind [X][X] merely [X] ||| zu erheben , [X][X] lediglich um [X] ||| 0.0278341 1 ||| ||| 0.0526316
+of that kind [X][X] is [X] ||| zu erheben , [X][X] sich [X] ||| 0.0278341 1 ||| ||| 0.0833333
+of that kind to [X] ||| zu erheben , bei [X] ||| 0.0278341 1 ||| ||| 0.25
+of that kind to [X][X] [X] ||| zu erheben , bei [X][X] [X] ||| 0.0278341 1 ||| ||| 0.171679
+of that kind to what [X] ||| zu erheben , bei dem es [X] ||| 0.0278341 1 ||| ||| 0.142857
+to make [X] ||| zu machen [X] ||| 0.0185561 1 ||| ||| 1.5
+to make representations [X] ||| zu machen [X] ||| 0.00927803 1 ||| ||| 1.5
+do on [X] ||| zu tun [X] ||| 0.0278341 1 ||| ||| 1
+sentenced to death . [X] ||| zum Tode verurteilten [X] ||| 0.013917 1 ||| ||| 2
+sentenced to death [X] ||| zum Tode verurteilten [X] ||| 0.013917 1 ||| ||| 2
+expressing [X] ||| zum [X] ||| 0.0278341 1 ||| ||| 1
+to reprieve [X] ||| zur Begnadigung [X] ||| 0.0278341 1 ||| ||| 1
+to reprieve [X][X] [X] ||| zur Begnadigung [X][X] [X] ||| 0.0278341 1 ||| ||| 0.125
+to reprieve the condemned person [X] ||| zur Begnadigung des Verurteilten [X] ||| 0.0278341 1 ||| ||| 0.125
+to reprieve the [X] ||| zur Begnadigung des [X] ||| 0.0278341 1 ||| ||| 0.333333
+to reprieve the [X][X] [X] ||| zur Begnadigung des [X][X] [X] ||| 0.0278341 1 ||| ||| 0.125
+reduction targets [X] ||| zur Flottenverkleinerung [X] ||| 0.0278341 1 ||| ||| 1
+on a point of order [X] ||| zur Geschäftsordnung [X] ||| 0.0278341 1 ||| ||| 1
+on [X] ||| zur [X] ||| 0.0804729 1 ||| ||| 6
+power to order [X] ||| zur [X] ||| 0.00463902 1 ||| ||| 6
+the power to order [X] ||| zur [X] ||| 0.00463902 1 ||| ||| 6
+to [X] ||| zur [X] ||| 0.00463902 1 ||| ||| 6
+to order [X] ||| zur [X] ||| 0.00463902 1 ||| ||| 6
+on [X][X] . [X] ||| zur [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.666666
+power to order [X][X] reprieve [X] ||| zur [X][X] Begnadigung [X] ||| 0.0123707 1 ||| ||| 0.225
+to order [X][X] reprieve [X] ||| zur [X][X] Begnadigung [X] ||| 0.0154634 1 ||| ||| 0.225
+to order [X][X] reprieve the [X] ||| zur [X][X] Begnadigung des [X] ||| 0.0278341 1 ||| ||| 0.0769231
+to [X][X] condemned person [X] ||| zur [X][X] Verurteilten [X] ||| 0.0278341 1 ||| ||| 0.125
+on [X][X] [X] ||| zur [X][X] [X] ||| 0.0763531 1 ||| ||| 5.26979
+power to order [X][X] [X] ||| zur [X][X] [X] ||| 0.0465756 1 ||| ||| 5.26979
+the power to order [X][X] [X] ||| zur [X][X] [X] ||| 0.00471592 1 ||| ||| 5.26979
+to [X][X] [X] ||| zur [X][X] [X] ||| 0.00242084 1 ||| ||| 5.26979
+to order [X][X] [X] ||| zur [X][X] [X] ||| 0.0565896 1 ||| ||| 5.26979
+to order [X][X] the [X] ||| zur [X][X] des [X] ||| 0.0278341 1 ||| ||| 0.0769231
+power to order [X][X] and [X] ||| zur [X][X] und [X] ||| 0.0119289 1 ||| ||| 0.583333
+to order [X][X] and [X] ||| zur [X][X] und [X] ||| 0.0159052 1 ||| ||| 0.583333
+to order [X][X] and [X][X] [X] ||| zur [X][X] und [X][X] [X] ||| 0.0278341 1 ||| ||| 0.201923
+to order [X][X] and to [X] ||| zur [X][X] und zur [X] ||| 0.0278341 1 ||| ||| 0.2
+to order [X][X] to reprieve [X] ||| zur [X][X] zur Begnadigung [X] ||| 0.0278341 1 ||| ||| 0.125
+power to order [X][X] to [X] ||| zur [X][X] zur [X] ||| 0.0126519 1 ||| ||| 0.366667
+to order [X][X] to [X] ||| zur [X][X] zur [X] ||| 0.0151822 1 ||| ||| 0.366667
+to order [X][X] to [X][X] [X] ||| zur [X][X] zur [X][X] [X] ||| 0.0278341 1 ||| ||| 0.0769231
+, [X] ||| zusammen , [X] ||| 0.0278341 1 ||| ||| 1
+, [X] ||| zusammen , daß [X] ||| 0.0278341 1 ||| ||| 1
+it [X] ||| zwar [X] ||| 0.0278341 1 ||| ||| 1
+it says [X][X] [X] ||| zwar [X][X] Strafen [X] ||| 0.0278341 1 ||| ||| 0.2
+it [X][X] [X] ||| zwar [X][X] [X] ||| 0.0278341 1 ||| ||| 0.2
+it says [X][X] should [X] ||| zwar sollen [X][X] Strafen [X] ||| 0.0278341 1 ||| ||| 0.2
+it [X][X] should [X] ||| zwar sollen [X][X] [X] ||| 0.0278341 1 ||| ||| 0.2
+it says that this should [X] ||| zwar sollen derartige Strafen [X] ||| 0.0278341 1 ||| ||| 0.2
+[X][X] , who [X] ||| zählt [X][X] , der [X] ||| 0.0278341 1 ||| ||| 0.142857
+Mr Kumar Ponnambalam , who [X] ||| zählt auch Herr Kumar Ponnambalam , der [X] ||| 0.0278341 1 ||| ||| 0.142857
+Mr Kumar Ponnambalam [X] ||| zählt auch Herr Kumar Ponnambalam [X] ||| 0.0278341 1 ||| ||| 0.5
+Mr Kumar Ponnambalam [X][X] [X] ||| zählt auch Herr Kumar Ponnambalam [X][X] [X] ||| 0.0278341 1 ||| ||| 0.142857
+Mr [X] ||| zählt auch Herr [X] ||| 0.0278341 1 ||| ||| 1
+Mr [X][X] , who [X] ||| zählt auch Herr [X][X] , der [X] ||| 0.0278341 1 ||| ||| 0.142857
+Mr [X][X] [X] ||| zählt auch Herr [X][X] [X] ||| 0.0278341 1 ||| ||| 0.642857
+[X][X] , who [X] ||| zählt auch [X][X] , der [X] ||| 0.0278341 1 ||| ||| 0.142857
+of [X] ||| über [X] ||| 0.013917 1 ||| ||| 2
+on [X] ||| über [X] ||| 0.013917 1 ||| ||| 2
+on [X][X] [X] ||| über [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0666667
+on [X][X] [X] ||| über [X][X] , der [X] ||| 0.0278341 1 ||| ||| 0.0526316
+of [X][X] . [X] ||| über [X][X] . [X] ||| 0.0278341 1 ||| ||| 0.166667
+of [X][X] [X] ||| über [X][X] [X] ||| 0.0107589 1 ||| ||| 1.29354
+on [X][X] [X] ||| über [X][X] [X] ||| 0.0134889 1 ||| ||| 1.29354
+on [X][X] comes [X] ||| über [X][X] [X] ||| 0.0035863 1 ||| ||| 1.29354
+on [X][X] before [X] ||| über [X][X] befassen , [X] ||| 0.013917 1 ||| ||| 0.133333
+on [X][X] comes before [X] ||| über [X][X] befassen , [X] ||| 0.013917 1 ||| ||| 0.133333
+on [X][X] before [X] ||| über [X][X] befassen , der [X] ||| 0.013917 1 ||| ||| 0.105263
+on [X][X] comes before [X] ||| über [X][X] befassen , der [X] ||| 0.013917 1 ||| ||| 0.105263
+on [X][X] before [X] ||| über [X][X] befassen [X] ||| 0.013917 1 ||| ||| 0.181818
+on [X][X] comes before [X] ||| über [X][X] befassen [X] ||| 0.013917 1 ||| ||| 0.181818
+on [X][X] [X] ||| über [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0526316
+of the report . [X] ||| über den Bericht . [X] ||| 0.0278341 1 ||| ||| 0.166667
+of the report [X] ||| über den Bericht [X] ||| 0.0278341 1 ||| ||| 0.333333
+of the [X] ||| über den [X] ||| 0.0278341 1 ||| ||| 1
+of the [X][X] [X] ||| über den [X][X] [X] ||| 0.0278341 1 ||| ||| 0.166667
+on multiannual guidance programmes [X] ||| über mehrjährige Ausrichtungsprogramme [X] ||| 0.0167004 1 ||| ||| 0.416667
+on multiannual guidance programmes comes [X] ||| über mehrjährige Ausrichtungsprogramme [X] ||| 0.0111337 1 ||| ||| 0.416667
+on multiannual guidance programmes [X][X] [X] ||| über mehrjährige Ausrichtungsprogramme [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0666667
+on multiannual guidance programmes [X][X] [X] ||| über mehrjährige Ausrichtungsprogramme [X][X] , der [X] ||| 0.0278341 1 ||| ||| 0.0526316
+on multiannual guidance programmes [X][X] [X] ||| über mehrjährige Ausrichtungsprogramme [X][X] [X] ||| 0.0278341 1 ||| ||| 0.210207
+on multiannual guidance programmes [X][X] [X] ||| über mehrjährige Ausrichtungsprogramme [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0526316
+on multiannual [X] ||| über mehrjährige [X] ||| 0.0278341 1 ||| ||| 1
+on multiannual [X][X] [X] ||| über mehrjährige [X][X] , [X] ||| 0.0278341 1 ||| ||| 0.0666667
+on multiannual [X][X] [X] ||| über mehrjährige [X][X] , der [X] ||| 0.0278341 1 ||| ||| 0.0526316
+on multiannual [X][X] [X] ||| über mehrjährige [X][X] [X] ||| 0.0219881 1 ||| ||| 0.793541
+on multiannual [X][X] comes [X] ||| über mehrjährige [X][X] [X] ||| 0.00584598 1 ||| ||| 0.793541
+on multiannual [X][X] before [X] ||| über mehrjährige [X][X] befassen , [X] ||| 0.013917 1 ||| ||| 0.133333
+on multiannual [X][X] comes before [X] ||| über mehrjährige [X][X] befassen , [X] ||| 0.013917 1 ||| ||| 0.133333
+on multiannual [X][X] before [X] ||| über mehrjährige [X][X] befassen , der [X] ||| 0.013917 1 ||| ||| 0.105263
+on multiannual [X][X] comes before [X] ||| über mehrjährige [X][X] befassen , der [X] ||| 0.013917 1 ||| ||| 0.105263
+on multiannual [X][X] before [X] ||| über mehrjährige [X][X] befassen [X] ||| 0.013917 1 ||| ||| 0.181818
+on multiannual [X][X] comes before [X] ||| über mehrjährige [X][X] befassen [X] ||| 0.013917 1 ||| ||| 0.181818
+on multiannual [X][X] [X] ||| über mehrjährige [X][X] der [X] ||| 0.0278341 1 ||| ||| 0.0526316
diff --git a/regression-testing/tests/score.hierarchical/truth/results.txt b/regression-testing/tests/score.hierarchical/truth/results.txt
new file mode 100644
index 000000000..f07957f0f
--- /dev/null
+++ b/regression-testing/tests/score.hierarchical/truth/results.txt
@@ -0,0 +1,10000 @@
+resumption [X] ||| Wiederaufnahme [X] ||| 0.0182166 1 ||| ||| 1
+of the [X] ||| der [X] ||| 0.0182166 1 ||| ||| 1
+session [X] ||| Sitzungsperiode [X] ||| 0.0182166 1 ||| ||| 1
+resumption of the [X] ||| Wiederaufnahme der [X] ||| 0.0182166 1 ||| ||| 0.5
+resumption [X][X] [X] ||| Wiederaufnahme [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.75
+of the session [X] ||| der Sitzungsperiode [X] ||| 0.0182166 1 ||| ||| 0.5
+[X][X] session [X] ||| [X][X] Sitzungsperiode [X] ||| 0.0182166 1 ||| 0-0 ||| 0.75
+resumption of the session [X] ||| Wiederaufnahme der Sitzungsperiode [X] ||| 0.0182166 1 ||| ||| 0.25
+resumption [X][X] session [X] ||| Wiederaufnahme [X][X] Sitzungsperiode [X] ||| 0.0182166 1 ||| 1-1 ||| 0.25
+you [X] ||| Parlament [X] ||| 0.0182166 1 ||| ||| 1
+have [X] ||| besteht [X] ||| 0.0182166 1 ||| ||| 1
+requested [X] ||| Wunsch [X] ||| 0.0182166 1 ||| ||| 1
+a [X] ||| einer [X] ||| 0.0182166 1 ||| ||| 1
+debate [X] ||| Aussprache [X] ||| 0.0182166 1 ||| ||| 1
+on [X] ||| im [X] ||| 0.0182166 1 ||| ||| 1
+in [X] ||| in [X] ||| 0.0182166 1 ||| ||| 1
+the course of the [X] ||| den [X] ||| 0.0182166 1 ||| ||| 1
+next [X] ||| nächsten [X] ||| 0.0182166 1 ||| ||| 1
+few days [X] ||| Tagen [X] ||| 0.0182166 1 ||| ||| 1
+few days , [X] ||| Tagen [X] ||| 0.0182166 1 ||| ||| 1
+. [X] ||| . [X] ||| 0.0182166 1 ||| ||| 1
+you [X] ||| im Parlament [X] ||| 0.0182166 1 ||| ||| 1
+you have [X] ||| Parlament besteht [X] ||| 0.0182166 1 ||| ||| 1
+have [X] ||| besteht der [X] ||| 0.0182166 1 ||| ||| 1
+requested [X] ||| der Wunsch [X] ||| 0.00910828 1 ||| ||| 2
+requested [X] ||| Wunsch nach [X] ||| 0.00910828 1 ||| ||| 2
+a [X] ||| nach einer [X] ||| 0.0182166 1 ||| ||| 1
+a debate [X] ||| einer Aussprache [X] ||| 0.0182166 1 ||| ||| 1
+debate on [X] ||| Aussprache im [X] ||| 0.0182166 1 ||| ||| 1
+in the course of the [X] ||| in den [X] ||| 0.0182166 1 ||| ||| 0.5
+in [X][X] [X] ||| in [X][X] [X] ||| 0.218091 1 ||| 1-1 ||| 1.0873
+the course of the next [X] ||| den nächsten [X] ||| 0.0182166 1 ||| ||| 0.5
+[X][X] next [X] ||| [X][X] nächsten [X] ||| 0.0182166 1 ||| 0-0 ||| 0.833333
+next few days [X] ||| nächsten Tagen [X] ||| 0.0182166 1 ||| ||| 0.5
+next [X][X] [X] ||| nächsten [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.833333
+next few days , [X] ||| nächsten Tagen [X] ||| 0.0182166 1 ||| ||| 0.333333
+next [X][X] , [X] ||| nächsten [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.333333
+you have [X] ||| im Parlament besteht [X] ||| 0.00910828 1 ||| ||| 2
+you have [X] ||| Parlament besteht der [X] ||| 0.00910828 1 ||| ||| 2
+have requested [X] ||| besteht der Wunsch [X] ||| 0.0182166 1 ||| ||| 1
+requested [X] ||| der Wunsch nach [X] ||| 0.0182166 1 ||| ||| 1
+requested a [X] ||| Wunsch nach einer [X] ||| 0.0182166 1 ||| ||| 1
+a debate [X] ||| nach einer Aussprache [X] ||| 0.0182166 1 ||| ||| 1
+a debate on [X] ||| einer Aussprache im [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] on [X] ||| [X][X] im [X] ||| 0.0182166 1 ||| 0-0 ||| 0.910185
+a [X][X] [X] ||| einer [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.333333
+in [X][X] next [X] ||| in [X][X] nächsten [X] ||| 0.0182166 1 ||| 1-1 ||| 0.333333
+[X][X] next few days [X] ||| [X][X] nächsten Tagen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.392857
+[X][X] next [X][X] [X] ||| [X][X] nächsten [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.703968
+[X][X] few days [X] ||| [X][X] Tagen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.392857
+the course of the [X][X] [X] ||| den [X][X] [X] ||| 0.0182166 1 ||| 4-1 ||| 0.45
+[X][X] next few days , [X] ||| [X][X] nächsten Tagen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.311111
+[X][X] next [X][X] , [X] ||| [X][X] nächsten [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.311111
+[X][X] few days , [X] ||| [X][X] Tagen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.311111
+you have [X] ||| im Parlament besteht der [X] ||| 0.0182166 1 ||| ||| 1
+you have requested [X] ||| Parlament besteht der Wunsch [X] ||| 0.0182166 1 ||| ||| 0.25
+[X][X] requested [X] ||| [X][X] der Wunsch [X] ||| 0.00910828 1 ||| 0-0 ||| 0.833334
+[X][X] requested [X] ||| [X][X] Wunsch [X] ||| 0.00910828 1 ||| 0-0 ||| 0.833334
+you [X][X] [X] ||| Parlament [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.627778
+have requested [X] ||| besteht der Wunsch nach [X] ||| 0.0182166 1 ||| ||| 1
+requested a [X] ||| der Wunsch nach einer [X] ||| 0.0182166 1 ||| ||| 1
+requested a debate [X] ||| Wunsch nach einer Aussprache [X] ||| 0.0182166 1 ||| ||| 0.25
+[X][X] debate [X] ||| [X][X] Aussprache [X] ||| 0.0182166 1 ||| 0-0 ||| 0.634483
+requested [X][X] [X] ||| Wunsch [X][X] [X] ||| 0.00910828 1 ||| 1-1 ||| 0.75
+requested [X][X] [X] ||| Wunsch nach [X][X] [X] ||| 0.00910828 1 ||| 1-2 ||| 0.75
+a debate on [X] ||| nach einer Aussprache im [X] ||| 0.0182166 1 ||| ||| 0.25
+[X][X] on [X] ||| nach [X][X] im [X] ||| 0.0182166 1 ||| 0-1 ||| 0.25
+a [X][X] [X] ||| nach einer [X][X] [X] ||| 0.0182166 1 ||| 1-2 ||| 0.25
+in [X][X] next few days [X] ||| in [X][X] nächsten Tagen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.142857
+in [X][X] next [X][X] [X] ||| in [X][X] nächsten [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.253968
+in [X][X] few days [X] ||| in [X][X] Tagen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.142857
+in [X][X] next [X][X] , [X] ||| in [X][X] nächsten [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.111111
+in [X][X] few days , [X] ||| in [X][X] Tagen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.111111
+in [X][X] , [X] ||| in [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.111111
+you have requested [X] ||| im Parlament besteht der Wunsch [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] requested [X] ||| im [X][X] der Wunsch [X] ||| 0.00910828 1 ||| 0-1 ||| 0.333334
+[X][X] requested [X] ||| im [X][X] Wunsch [X] ||| 0.00910828 1 ||| 0-1 ||| 0.333334
+you [X][X] [X] ||| im Parlament [X][X] [X] ||| 0.0182166 1 ||| 1-2 ||| 0.433954
+you have requested [X] ||| Parlament besteht der Wunsch nach [X] ||| 0.0182166 1 ||| ||| 0.2
+[X][X] requested [X] ||| [X][X] der Wunsch nach [X] ||| 0.00910828 1 ||| 0-0 ||| 0.685714
+[X][X] requested [X] ||| [X][X] Wunsch nach [X] ||| 0.00910828 1 ||| 0-0 ||| 0.685714
+you [X][X] [X] ||| Parlament [X][X] nach [X] ||| 0.0182166 1 ||| 1-1 ||| 0.2
+have requested a [X] ||| besteht der Wunsch nach einer [X] ||| 0.0182166 1 ||| ||| 0.2
+[X][X] a [X] ||| [X][X] nach einer [X] ||| 0.00910828 1 ||| 0-0 ||| 0.742858
+[X][X] a [X] ||| [X][X] einer [X] ||| 0.00910828 1 ||| 0-0 ||| 0.742858
+have [X][X] [X] ||| besteht [X][X] [X] ||| 0.00910828 1 ||| 1-1 ||| 0.711112
+have [X][X] [X] ||| besteht der [X][X] [X] ||| 0.00910828 1 ||| 1-2 ||| 0.711112
+requested a debate [X] ||| der Wunsch nach einer Aussprache [X] ||| 0.0182166 1 ||| ||| 0.2
+[X][X] debate [X] ||| der [X][X] Aussprache [X] ||| 0.0182166 1 ||| 0-1 ||| 0.2
+requested [X][X] [X] ||| der Wunsch [X][X] [X] ||| 0.00910828 1 ||| 1-2 ||| 0.6
+requested [X][X] [X] ||| der Wunsch nach [X][X] [X] ||| 0.00910828 1 ||| 1-3 ||| 0.6
+requested a debate on [X] ||| Wunsch nach einer Aussprache im [X] ||| 0.0182166 1 ||| ||| 0.125
+[X][X] debate on [X] ||| [X][X] Aussprache im [X] ||| 0.0182166 1 ||| 0-0 ||| 0.326852
+requested [X][X] on [X] ||| Wunsch [X][X] im [X] ||| 0.00910828 1 ||| 1-1 ||| 0.25
+requested [X][X] on [X] ||| Wunsch nach [X][X] im [X] ||| 0.00910828 1 ||| 1-2 ||| 0.25
+requested a [X][X] [X] ||| Wunsch nach einer [X][X] [X] ||| 0.0182166 1 ||| 2-3 ||| 0.125
+you have requested [X] ||| im Parlament besteht der Wunsch nach [X] ||| 0.0182166 1 ||| ||| 0.142857
+[X][X] requested [X] ||| im [X][X] der Wunsch nach [X] ||| 0.00910828 1 ||| 0-1 ||| 0.285714
+[X][X] requested [X] ||| im [X][X] Wunsch nach [X] ||| 0.00910828 1 ||| 0-1 ||| 0.285714
+you [X][X] [X] ||| im Parlament [X][X] nach [X] ||| 0.0182166 1 ||| 1-2 ||| 0.142857
+you have requested a [X] ||| Parlament besteht der Wunsch nach einer [X] ||| 0.0182166 1 ||| ||| 0.1
+[X][X] requested a [X] ||| [X][X] der Wunsch nach einer [X] ||| 0.00910828 1 ||| 0-0 ||| 0.342858
+[X][X] requested a [X] ||| [X][X] Wunsch nach einer [X] ||| 0.00910828 1 ||| 0-0 ||| 0.342858
+you [X][X] a [X] ||| Parlament [X][X] nach einer [X] ||| 0.00910828 1 ||| 1-1 ||| 0.2
+you [X][X] a [X] ||| Parlament [X][X] einer [X] ||| 0.00910828 1 ||| 1-1 ||| 0.2
+you have [X][X] [X] ||| Parlament besteht [X][X] [X] ||| 0.00910828 1 ||| 2-2 ||| 0.355556
+you have [X][X] [X] ||| Parlament besteht der [X][X] [X] ||| 0.00910828 1 ||| 2-3 ||| 0.355556
+have requested a debate [X] ||| besteht der Wunsch nach einer Aussprache [X] ||| 0.0182166 1 ||| ||| 0.1
+[X][X] a debate [X] ||| [X][X] nach einer Aussprache [X] ||| 0.00910828 1 ||| 0-0 ||| 0.368966
+[X][X] a debate [X] ||| [X][X] einer Aussprache [X] ||| 0.00910828 1 ||| 0-0 ||| 0.368966
+have [X][X] debate [X] ||| besteht [X][X] Aussprache [X] ||| 0.00910828 1 ||| 1-1 ||| 0.2
+have [X][X] debate [X] ||| besteht der [X][X] Aussprache [X] ||| 0.00910828 1 ||| 1-2 ||| 0.2
+have requested [X][X] [X] ||| besteht der Wunsch [X][X] [X] ||| 0.00910828 1 ||| 2-3 ||| 0.311112
+have requested [X][X] [X] ||| besteht der Wunsch nach [X][X] [X] ||| 0.00910828 1 ||| 2-4 ||| 0.311112
+requested a debate on [X] ||| der Wunsch nach einer Aussprache im [X] ||| 0.0182166 1 ||| ||| 0.1
+[X][X] debate on [X] ||| der [X][X] Aussprache im [X] ||| 0.0182166 1 ||| 0-1 ||| 0.1
+[X][X] on [X] ||| der [X][X] im [X] ||| 0.0182166 1 ||| 0-1 ||| 0.1
+requested [X][X] on [X] ||| der Wunsch [X][X] im [X] ||| 0.00910828 1 ||| 1-2 ||| 0.2
+requested [X][X] on [X] ||| der Wunsch nach [X][X] im [X] ||| 0.00910828 1 ||| 1-3 ||| 0.2
+requested a [X][X] [X] ||| der Wunsch nach einer [X][X] [X] ||| 0.0182166 1 ||| 2-4 ||| 0.1
+you have requested a [X] ||| im Parlament besteht der Wunsch nach einer [X] ||| 0.0182166 1 ||| ||| 0.0714286
+[X][X] requested a [X] ||| im [X][X] der Wunsch nach einer [X] ||| 0.00910828 1 ||| 0-1 ||| 0.142857
+[X][X] requested a [X] ||| im [X][X] Wunsch nach einer [X] ||| 0.00910828 1 ||| 0-1 ||| 0.142857
+[X][X] a [X] ||| im [X][X] nach einer [X] ||| 0.00910828 1 ||| 0-1 ||| 0.142857
+[X][X] a [X] ||| im [X][X] einer [X] ||| 0.00910828 1 ||| 0-1 ||| 0.142857
+you [X][X] a [X] ||| im Parlament [X][X] nach einer [X] ||| 0.00910828 1 ||| 1-2 ||| 0.142857
+you [X][X] a [X] ||| im Parlament [X][X] einer [X] ||| 0.00910828 1 ||| 1-2 ||| 0.142857
+you have [X][X] [X] ||| im Parlament besteht [X][X] [X] ||| 0.00910828 1 ||| 2-3 ||| 0.24886
+you have [X][X] [X] ||| im Parlament besteht der [X][X] [X] ||| 0.00910828 1 ||| 2-4 ||| 0.24886
+you have requested a debate [X] ||| Parlament besteht der Wunsch nach einer Aussprache [X] ||| 0.0182166 1 ||| ||| 0.05
+[X][X] requested a debate [X] ||| [X][X] der Wunsch nach einer Aussprache [X] ||| 0.0182166 1 ||| 0-0 ||| 0.0844828
+[X][X] requested [X][X] [X] ||| [X][X] der Wunsch [X][X] [X] ||| 0.00910828 1 ||| 0-0 2-3 ||| 0.261558
+[X][X] requested [X][X] [X] ||| [X][X] der Wunsch nach [X][X] [X] ||| 0.00910828 1 ||| 0-0 2-4 ||| 0.261558
+[X][X] requested a debate [X] ||| [X][X] Wunsch nach einer Aussprache [X] ||| 0.0182166 1 ||| 0-0 ||| 0.0844828
+[X][X] requested [X][X] [X] ||| [X][X] Wunsch [X][X] [X] ||| 0.00910828 1 ||| 0-0 2-2 ||| 0.261558
+[X][X] requested [X][X] [X] ||| [X][X] Wunsch nach [X][X] [X] ||| 0.00910828 1 ||| 0-0 2-3 ||| 0.261558
+you [X][X] a debate [X] ||| Parlament [X][X] nach einer Aussprache [X] ||| 0.00910828 1 ||| 1-1 ||| 0.1
+you [X][X] a debate [X] ||| Parlament [X][X] einer Aussprache [X] ||| 0.00910828 1 ||| 1-1 ||| 0.1
+you [X][X] debate [X] ||| Parlament [X][X] Aussprache [X] ||| 0.0182166 1 ||| 1-1 ||| 0.05
+you have [X][X] debate [X] ||| Parlament besteht [X][X] Aussprache [X] ||| 0.00910828 1 ||| 2-2 ||| 0.1
+you have [X][X] debate [X] ||| Parlament besteht der [X][X] Aussprache [X] ||| 0.00910828 1 ||| 2-3 ||| 0.1
+you have requested [X][X] [X] ||| Parlament besteht der Wunsch [X][X] [X] ||| 0.00910828 1 ||| 3-4 ||| 0.155556
+you have requested [X][X] [X] ||| Parlament besteht der Wunsch nach [X][X] [X] ||| 0.00910828 1 ||| 3-5 ||| 0.155556
+have requested a debate on [X] ||| besteht der Wunsch nach einer Aussprache im [X] ||| 0.0182166 1 ||| ||| 0.0555556
+[X][X] a debate on [X] ||| [X][X] nach einer Aussprache im [X] ||| 0.0182166 1 ||| 0-0 ||| 0.101852
+[X][X] a [X][X] [X] ||| [X][X] nach einer [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.101852
+[X][X] a debate on [X] ||| [X][X] einer Aussprache im [X] ||| 0.0182166 1 ||| 0-0 ||| 0.101852
+[X][X] a [X][X] [X] ||| [X][X] einer [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.101852
+have [X][X] debate on [X] ||| besteht [X][X] Aussprache im [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0555556
+have [X][X] on [X] ||| besteht [X][X] im [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0555556
+have [X][X] debate on [X] ||| besteht der [X][X] Aussprache im [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0555556
+have [X][X] on [X] ||| besteht der [X][X] im [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0555556
+have requested [X][X] on [X] ||| besteht der Wunsch [X][X] im [X] ||| 0.00910828 1 ||| 2-3 ||| 0.111111
+have requested [X][X] on [X] ||| besteht der Wunsch nach [X][X] im [X] ||| 0.00910828 1 ||| 2-4 ||| 0.111111
+have requested a [X][X] [X] ||| besteht der Wunsch nach einer [X][X] [X] ||| 0.0182166 1 ||| 3-5 ||| 0.0555556
+you have requested a debate [X] ||| im Parlament besteht der Wunsch nach einer Aussprache [X] ||| 0.0182166 1 ||| ||| 0.0344828
+[X][X] requested a debate [X] ||| im [X][X] der Wunsch nach einer Aussprache [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0344828
+[X][X] requested [X][X] [X] ||| im [X][X] der Wunsch [X][X] [X] ||| 0.00910828 1 ||| 0-1 2-4 ||| 0.106003
+[X][X] requested [X][X] [X] ||| im [X][X] der Wunsch nach [X][X] [X] ||| 0.00910828 1 ||| 0-1 2-5 ||| 0.106003
+[X][X] requested a debate [X] ||| im [X][X] Wunsch nach einer Aussprache [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0344828
+[X][X] requested [X][X] [X] ||| im [X][X] Wunsch [X][X] [X] ||| 0.00910828 1 ||| 0-1 2-3 ||| 0.106003
+[X][X] requested [X][X] [X] ||| im [X][X] Wunsch nach [X][X] [X] ||| 0.00910828 1 ||| 0-1 2-4 ||| 0.106003
+[X][X] a debate [X] ||| im [X][X] nach einer Aussprache [X] ||| 0.00910828 1 ||| 0-1 ||| 0.0689656
+[X][X] a debate [X] ||| im [X][X] einer Aussprache [X] ||| 0.00910828 1 ||| 0-1 ||| 0.0689656
+[X][X] debate [X] ||| im [X][X] Aussprache [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0344828
+you [X][X] a debate [X] ||| im Parlament [X][X] nach einer Aussprache [X] ||| 0.00910828 1 ||| 1-2 ||| 0.0689656
+you [X][X] a debate [X] ||| im Parlament [X][X] einer Aussprache [X] ||| 0.00910828 1 ||| 1-2 ||| 0.0689656
+you [X][X] debate [X] ||| im Parlament [X][X] Aussprache [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0344828
+you have [X][X] debate [X] ||| im Parlament besteht [X][X] Aussprache [X] ||| 0.00910828 1 ||| 2-3 ||| 0.0689656
+you have [X][X] debate [X] ||| im Parlament besteht der [X][X] Aussprache [X] ||| 0.00910828 1 ||| 2-4 ||| 0.0689656
+you have requested [X][X] [X] ||| im Parlament besteht der Wunsch [X][X] [X] ||| 0.00910828 1 ||| 3-5 ||| 0.106003
+you have requested [X][X] [X] ||| im Parlament besteht der Wunsch nach [X][X] [X] ||| 0.00910828 1 ||| 3-6 ||| 0.106003
+[X][X] requested a debate on [X] ||| [X][X] der Wunsch nach einer Aussprache im [X] ||| 0.0182166 1 ||| 0-0 ||| 0.0462963
+[X][X] requested [X][X] on [X] ||| [X][X] der Wunsch [X][X] im [X] ||| 0.00910828 1 ||| 0-0 2-3 ||| 0.0925926
+[X][X] requested [X][X] on [X] ||| [X][X] der Wunsch nach [X][X] im [X] ||| 0.00910828 1 ||| 0-0 2-4 ||| 0.0925926
+[X][X] requested a [X][X] [X] ||| [X][X] der Wunsch nach einer [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-5 ||| 0.0462963
+[X][X] requested a debate on [X] ||| [X][X] Wunsch nach einer Aussprache im [X] ||| 0.0182166 1 ||| 0-0 ||| 0.0462963
+[X][X] requested [X][X] on [X] ||| [X][X] Wunsch [X][X] im [X] ||| 0.00910828 1 ||| 0-0 2-2 ||| 0.0925926
+[X][X] requested [X][X] on [X] ||| [X][X] Wunsch nach [X][X] im [X] ||| 0.00910828 1 ||| 0-0 2-3 ||| 0.0925926
+[X][X] requested a [X][X] [X] ||| [X][X] Wunsch nach einer [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-4 ||| 0.0462963
+you [X][X] a debate on [X] ||| Parlament [X][X] nach einer Aussprache im [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0277778
+you [X][X] a [X][X] [X] ||| Parlament [X][X] nach einer [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-4 ||| 0.0277778
+you [X][X] a debate on [X] ||| Parlament [X][X] einer Aussprache im [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0277778
+you [X][X] a [X][X] [X] ||| Parlament [X][X] einer [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0277778
+you [X][X] debate on [X] ||| Parlament [X][X] Aussprache im [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0277778
+you [X][X] on [X] ||| Parlament [X][X] im [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0277778
+you have [X][X] debate on [X] ||| Parlament besteht [X][X] Aussprache im [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0277778
+you have [X][X] on [X] ||| Parlament besteht [X][X] im [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0277778
+you have [X][X] debate on [X] ||| Parlament besteht der [X][X] Aussprache im [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0277778
+you have [X][X] on [X] ||| Parlament besteht der [X][X] im [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0277778
+you have requested [X][X] on [X] ||| Parlament besteht der Wunsch [X][X] im [X] ||| 0.00910828 1 ||| 3-4 ||| 0.0555556
+you have requested [X][X] on [X] ||| Parlament besteht der Wunsch nach [X][X] im [X] ||| 0.00910828 1 ||| 3-5 ||| 0.0555556
+you have requested a [X][X] [X] ||| Parlament besteht der Wunsch nach einer [X][X] [X] ||| 0.0182166 1 ||| 4-6 ||| 0.0277778
+[X][X] requested a debate on [X] ||| im [X][X] der Wunsch nach einer Aussprache im [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0185185
+[X][X] requested [X][X] on [X] ||| im [X][X] der Wunsch [X][X] im [X] ||| 0.00910828 1 ||| 0-1 2-4 ||| 0.037037
+[X][X] requested [X][X] on [X] ||| im [X][X] der Wunsch nach [X][X] im [X] ||| 0.00910828 1 ||| 0-1 2-5 ||| 0.037037
+[X][X] requested a [X][X] [X] ||| im [X][X] der Wunsch nach einer [X][X] [X] ||| 0.0182166 1 ||| 0-1 3-6 ||| 0.0185185
+[X][X] requested a debate on [X] ||| im [X][X] Wunsch nach einer Aussprache im [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0185185
+[X][X] requested [X][X] on [X] ||| im [X][X] Wunsch [X][X] im [X] ||| 0.00910828 1 ||| 0-1 2-3 ||| 0.037037
+[X][X] requested [X][X] on [X] ||| im [X][X] Wunsch nach [X][X] im [X] ||| 0.00910828 1 ||| 0-1 2-4 ||| 0.037037
+[X][X] requested a [X][X] [X] ||| im [X][X] Wunsch nach einer [X][X] [X] ||| 0.0182166 1 ||| 0-1 3-5 ||| 0.0185185
+[X][X] a debate on [X] ||| im [X][X] nach einer Aussprache im [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0185185
+[X][X] a [X][X] [X] ||| im [X][X] nach einer [X][X] [X] ||| 0.0182166 1 ||| 0-1 2-4 ||| 0.0185185
+[X][X] a debate on [X] ||| im [X][X] einer Aussprache im [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0185185
+[X][X] a [X][X] [X] ||| im [X][X] einer [X][X] [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.0185185
+[X][X] debate on [X] ||| im [X][X] Aussprache im [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0185185
+[X][X] on [X] ||| im [X][X] im [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0185185
+you [X][X] a debate on [X] ||| im Parlament [X][X] nach einer Aussprache im [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0185185
+you [X][X] a [X][X] [X] ||| im Parlament [X][X] nach einer [X][X] [X] ||| 0.0182166 1 ||| 1-2 3-5 ||| 0.0185185
+you [X][X] a debate on [X] ||| im Parlament [X][X] einer Aussprache im [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0185185
+you [X][X] a [X][X] [X] ||| im Parlament [X][X] einer [X][X] [X] ||| 0.0182166 1 ||| 1-2 3-4 ||| 0.0185185
+you [X][X] debate on [X] ||| im Parlament [X][X] Aussprache im [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0185185
+you [X][X] on [X] ||| im Parlament [X][X] im [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0185185
+you have [X][X] debate on [X] ||| im Parlament besteht [X][X] Aussprache im [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0185185
+you have [X][X] on [X] ||| im Parlament besteht [X][X] im [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0185185
+you have [X][X] debate on [X] ||| im Parlament besteht der [X][X] Aussprache im [X] ||| 0.0182166 1 ||| 2-4 ||| 0.0185185
+you have [X][X] on [X] ||| im Parlament besteht der [X][X] im [X] ||| 0.0182166 1 ||| 2-4 ||| 0.0185185
+you have requested [X][X] on [X] ||| im Parlament besteht der Wunsch [X][X] im [X] ||| 0.00910828 1 ||| 3-5 ||| 0.037037
+you have requested [X][X] on [X] ||| im Parlament besteht der Wunsch nach [X][X] im [X] ||| 0.00910828 1 ||| 3-6 ||| 0.037037
+you have requested a [X][X] [X] ||| im Parlament besteht der Wunsch nach einer [X][X] [X] ||| 0.0182166 1 ||| 4-7 ||| 0.0185185
+meantime [X] ||| heute [X] ||| 0.0182166 1 ||| ||| 1
+I [X] ||| ich [X] ||| 0.0182166 1 ||| ||| 1
+, [X] ||| - [X] ||| 0.0182166 1 ||| ||| 1
+in [X] ||| das [X] ||| 0.0182166 1 ||| ||| 1
+the [X] ||| der [X] ||| 0.0182166 1 ||| ||| 1
+requested [X] ||| Wunsch [X] ||| 0.0182166 1 ||| ||| 1
+have requested [X] ||| Wunsch [X] ||| 0.0182166 1 ||| ||| 1
+a [X] ||| einiger [X] ||| 0.0182166 1 ||| ||| 1
+a number [X] ||| einiger [X] ||| 0.0182166 1 ||| ||| 1
+a number of [X] ||| einiger [X] ||| 0.0182166 1 ||| ||| 1
+, [X] ||| , [X] ||| 0.218091 1 ||| ||| 2
+, on [X] ||| , [X] ||| 0.0182166 1 ||| ||| 1
+, on behalf [X] ||| , [X] ||| 0.0182166 1 ||| ||| 1
+, on behalf of [X] ||| , [X] ||| 0.0182166 1 ||| ||| 1
+all [X] ||| allen [X] ||| 0.0182166 1 ||| ||| 1
+all the [X] ||| allen [X] ||| 0.0182166 1 ||| ||| 1
+of all [X] ||| allen [X] ||| 0.0182166 1 ||| ||| 1
+of all the [X] ||| allen [X] ||| 0.0182166 1 ||| ||| 1
+behalf of all [X] ||| allen [X] ||| 0.0182166 1 ||| ||| 1
+behalf of all the [X] ||| allen [X] ||| 0.0182166 1 ||| ||| 1
+on behalf of all [X] ||| allen [X] ||| 0.0182166 1 ||| ||| 1
+on behalf of all the [X] ||| allen [X] ||| 0.0182166 1 ||| ||| 1
+victims [X] ||| Opfern [X] ||| 0.0182166 1 ||| ||| 1
+the victims [X] ||| Opfern [X] ||| 0.0182166 1 ||| ||| 1
+of the [X] ||| der [X] ||| 0.218091 1 ||| ||| 2
+particularly those [X] ||| insbesondere [X] ||| 0.0182166 1 ||| ||| 1
+in [X] ||| in [X] ||| 0.0182166 1 ||| ||| 1
+the [X] ||| den [X] ||| 0.0182166 1 ||| ||| 1
+various [X] ||| verschiedenen [X] ||| 0.0182166 1 ||| ||| 1
+countries [X] ||| Ländern [X] ||| 0.0182166 1 ||| ||| 1
+European [X] ||| Europäischen [X] ||| 0.0182166 1 ||| ||| 1
+Union [X] ||| Union [X] ||| 0.0182166 1 ||| ||| 1
+as [X] ||| in [X] ||| 0.0182166 1 ||| ||| 1
+a [X] ||| einer [X] ||| 0.0182166 1 ||| ||| 1
+. [X] ||| . [X] ||| 0.0182166 1 ||| ||| 1
+, [X] ||| bitten - [X] ||| 0.0182166 1 ||| ||| 1
+in [X] ||| das ist [X] ||| 0.0182166 1 ||| ||| 1
+the [X] ||| auch der [X] ||| 0.0182166 1 ||| ||| 1
+, [X] ||| - , [X] ||| 0.0182166 1 ||| ||| 1
+, on [X] ||| - , [X] ||| 0.0182166 1 ||| ||| 1
+, on behalf [X] ||| - , [X] ||| 0.0182166 1 ||| ||| 1
+, on behalf of [X] ||| - , [X] ||| 0.0182166 1 ||| ||| 1
+, on behalf of all [X] ||| , allen [X] ||| 0.0182166 1 ||| ||| 0.142857
+[X][X] behalf of all [X] ||| [X][X] allen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.242857
+[X][X] of all [X] ||| [X][X] allen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.242857
+[X][X] all [X] ||| [X][X] allen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.242857
+, on behalf [X][X] [X] ||| , [X][X] [X] ||| 0.0182166 1 ||| 3-1 ||| 0.292857
+, on [X][X] [X] ||| , [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.292857
+, [X][X] [X] ||| , [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.292857
+[X][X] behalf of all the [X] ||| [X][X] allen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.176923
+[X][X] of all the [X] ||| [X][X] allen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.176923
+[X][X] all the [X] ||| [X][X] allen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.176923
+, on behalf of [X][X] [X] ||| , [X][X] [X] ||| 0.0182166 1 ||| 4-1 ||| 0.15
+, on behalf [X][X] the [X] ||| , [X][X] [X] ||| 0.0182166 1 ||| 3-1 ||| 0.1
+, on [X][X] the [X] ||| , [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.1
+, [X][X] the [X] ||| , [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.1
+all the victims [X] ||| allen Opfern [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] victims [X] ||| [X][X] Opfern [X] ||| 0.0182166 1 ||| 0-0 ||| 0.883449
+all [X][X] [X] ||| allen [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.333333
+of all the victims [X] ||| allen Opfern [X] ||| 0.0182166 1 ||| ||| 0.2
+of [X][X] victims [X] ||| [X][X] Opfern [X] ||| 0.0182166 1 ||| 1-0 ||| 0.2
+[X][X] the victims [X] ||| [X][X] Opfern [X] ||| 0.0182166 1 ||| 0-0 ||| 0.550115
+of all [X][X] [X] ||| allen [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.2
+behalf of all the victims [X] ||| allen Opfern [X] ||| 0.0182166 1 ||| ||| 0.142857
+behalf of [X][X] victims [X] ||| [X][X] Opfern [X] ||| 0.0182166 1 ||| 2-0 ||| 0.142857
+behalf [X][X] the victims [X] ||| [X][X] Opfern [X] ||| 0.0182166 1 ||| 1-0 ||| 0.142857
+behalf [X][X] victims [X] ||| [X][X] Opfern [X] ||| 0.0182166 1 ||| 1-0 ||| 0.142857
+behalf of all [X][X] [X] ||| allen [X][X] [X] ||| 0.0182166 1 ||| 3-1 ||| 0.142857
+on behalf of [X][X] victims [X] ||| [X][X] Opfern [X] ||| 0.0182166 1 ||| 3-0 ||| 0.125
+on behalf [X][X] the victims [X] ||| [X][X] Opfern [X] ||| 0.0182166 1 ||| 2-0 ||| 0.125
+on behalf [X][X] victims [X] ||| [X][X] Opfern [X] ||| 0.0182166 1 ||| 2-0 ||| 0.125
+on [X][X] the victims [X] ||| [X][X] Opfern [X] ||| 0.0182166 1 ||| 1-0 ||| 0.125
+on [X][X] victims [X] ||| [X][X] Opfern [X] ||| 0.0182166 1 ||| 1-0 ||| 0.125
+on behalf of all [X][X] [X] ||| allen [X][X] [X] ||| 0.0182166 1 ||| 4-1 ||| 0.125
+in the [X] ||| in den [X] ||| 0.0182166 1 ||| ||| 1
+the various [X] ||| den verschiedenen [X] ||| 0.0182166 1 ||| ||| 1
+various countries [X] ||| verschiedenen Ländern [X] ||| 0.0182166 1 ||| ||| 1
+countries of the [X] ||| Ländern der [X] ||| 0.0182166 1 ||| ||| 0.5
+countries [X][X] [X] ||| Ländern [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.892857
+of the European [X] ||| der Europäischen [X] ||| 0.0182166 1 ||| ||| 0.5
+[X][X] European [X] ||| [X][X] Europäischen [X] ||| 0.218091 1 ||| 0-0 ||| 1.02882
+European Union [X] ||| Europäischen Union [X] ||| 0.0182166 1 ||| ||| 1
+, as [X] ||| , in [X] ||| 0.0182166 1 ||| ||| 1
+I should like to [X] ||| möchte ich Sie [X] ||| 0.0182166 1 ||| ||| 1
+in [X] ||| das ist auch [X] ||| 0.0182166 1 ||| ||| 1
+the [X] ||| ist auch der [X] ||| 0.0182166 1 ||| ||| 1
+Members [X] ||| Kolleginnen und Kollegen [X] ||| 0.0182166 1 ||| ||| 1
+Members have [X] ||| Kolleginnen und Kollegen [X] ||| 0.0182166 1 ||| ||| 1
+of Members [X] ||| Kolleginnen und Kollegen [X] ||| 0.0182166 1 ||| ||| 1
+of Members have [X] ||| Kolleginnen und Kollegen [X] ||| 0.0182166 1 ||| ||| 1
+number of Members [X] ||| Kolleginnen und Kollegen [X] ||| 0.0182166 1 ||| ||| 1
+number of Members have [X] ||| Kolleginnen und Kollegen [X] ||| 0.0182166 1 ||| ||| 1
+, on behalf of all [X] ||| - , allen [X] ||| 0.0182166 1 ||| ||| 0.1
+[X][X] behalf of all [X] ||| - [X][X] allen [X] ||| 0.0182166 1 ||| 0-1 ||| 0.1
+[X][X] of all [X] ||| - [X][X] allen [X] ||| 0.0182166 1 ||| 0-1 ||| 0.1
+[X][X] all [X] ||| - [X][X] allen [X] ||| 0.0182166 1 ||| 0-1 ||| 0.1
+, on behalf [X][X] [X] ||| - , [X][X] [X] ||| 0.0182166 1 ||| 3-2 ||| 0.209181
+, on [X][X] [X] ||| - , [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.209181
+, [X][X] [X] ||| - , [X][X] [X] ||| 0.0182166 1 ||| 1-2 ||| 0.209181
+[X][X] behalf of all the [X] ||| - [X][X] allen [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0769231
+[X][X] of all the [X] ||| - [X][X] allen [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0769231
+[X][X] all the [X] ||| - [X][X] allen [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0769231
+, on behalf of [X][X] [X] ||| - , [X][X] [X] ||| 0.0182166 1 ||| 4-2 ||| 0.109181
+, on behalf [X][X] the [X] ||| - , [X][X] [X] ||| 0.0182166 1 ||| 3-2 ||| 0.0769231
+, on [X][X] the [X] ||| - , [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0769231
+, [X][X] the [X] ||| - , [X][X] [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0769231
+[X][X] behalf of [X][X] victims [X] ||| [X][X] [X][X] Opfern [X] ||| 0.0182166 1 ||| 0-0 3-1 ||| 0.0822581
+[X][X] behalf [X][X] the victims [X] ||| [X][X] [X][X] Opfern [X] ||| 0.0182166 1 ||| 0-0 2-1 ||| 0.0822581
+[X][X] behalf [X][X] victims [X] ||| [X][X] [X][X] Opfern [X] ||| 0.0182166 1 ||| 0-0 2-1 ||| 0.0822581
+[X][X] behalf of all [X][X] [X] ||| [X][X] allen [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-2 ||| 0.0822581
+[X][X] of all the victims [X] ||| [X][X] allen Opfern [X] ||| 0.0182166 1 ||| 0-0 ||| 0.0822581
+[X][X] of [X][X] victims [X] ||| [X][X] [X][X] Opfern [X] ||| 0.0182166 1 ||| 0-0 2-1 ||| 0.0822581
+[X][X] of all [X][X] [X] ||| [X][X] allen [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.0822581
+[X][X] all the victims [X] ||| [X][X] allen Opfern [X] ||| 0.0182166 1 ||| 0-0 ||| 0.0822581
+[X][X] all [X][X] [X] ||| [X][X] allen [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0822581
+, on behalf [X][X] victims [X] ||| , [X][X] Opfern [X] ||| 0.0182166 1 ||| 3-1 ||| 0.05
+, on [X][X] the victims [X] ||| , [X][X] Opfern [X] ||| 0.0182166 1 ||| 2-1 ||| 0.05
+, on [X][X] victims [X] ||| , [X][X] Opfern [X] ||| 0.0182166 1 ||| 2-1 ||| 0.05
+, [X][X] the victims [X] ||| , [X][X] Opfern [X] ||| 0.0182166 1 ||| 1-1 ||| 0.05
+, [X][X] victims [X] ||| , [X][X] Opfern [X] ||| 0.0182166 1 ||| 1-1 ||| 0.05
+in the various [X] ||| in den verschiedenen [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] various [X] ||| [X][X] verschiedenen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.333333
+in [X][X] [X] ||| in [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.66406
+the various countries [X] ||| den verschiedenen Ländern [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] countries [X] ||| [X][X] Ländern [X] ||| 0.0182166 1 ||| 0-0 ||| 0.5
+the [X][X] [X] ||| den [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.60049
+various countries of the [X] ||| verschiedenen Ländern der [X] ||| 0.0182166 1 ||| ||| 0.25
+[X][X] of the [X] ||| [X][X] der [X] ||| 0.0182166 1 ||| 0-0 ||| 0.446429
+various [X][X] [X] ||| verschiedenen [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.483766
+various countries [X][X] [X] ||| verschiedenen Ländern [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.483766
+countries of the European [X] ||| Ländern der Europäischen [X] ||| 0.0182166 1 ||| ||| 0.25
+countries [X][X] European [X] ||| Ländern [X][X] Europäischen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.25
+of the European Union [X] ||| der Europäischen Union [X] ||| 0.0182166 1 ||| ||| 0.25
+[X][X] European Union [X] ||| [X][X] Europäischen Union [X] ||| 0.0182166 1 ||| 0-0 ||| 0.58259
+[X][X] Union [X] ||| [X][X] Union [X] ||| 0.0182166 1 ||| 0-0 ||| 0.58259
+of the [X][X] [X] ||| der [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.25
+I should like to [X] ||| möchte ich Sie bitten [X] ||| 0.0182166 1 ||| ||| 1
+in the [X] ||| das ist auch der [X] ||| 0.0182166 1 ||| ||| 1
+a number of Members [X] ||| einiger Kolleginnen und Kollegen [X] ||| 0.0182166 1 ||| ||| 0.2
+[X][X] of Members [X] ||| [X][X] Kolleginnen und Kollegen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.2
+[X][X] Members [X] ||| [X][X] Kolleginnen und Kollegen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.2
+a number [X][X] [X] ||| einiger [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.54478
+a [X][X] [X] ||| einiger [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.54478
+a number of Members have [X] ||| einiger Kolleginnen und Kollegen [X] ||| 0.0182166 1 ||| ||| 0.125
+[X][X] of Members have [X] ||| [X][X] Kolleginnen und Kollegen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.125
+[X][X] Members have [X] ||| [X][X] Kolleginnen und Kollegen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.125
+a number of [X][X] [X] ||| einiger [X][X] [X] ||| 0.0182166 1 ||| 3-1 ||| 0.201923
+a number [X][X] have [X] ||| einiger [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.201923
+a [X][X] have [X] ||| einiger [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.201923
+Members [X] ||| Kolleginnen und Kollegen - [X] ||| 0.0182166 1 ||| ||| 1
+Members have [X] ||| Kolleginnen und Kollegen - [X] ||| 0.0182166 1 ||| ||| 1
+of Members [X] ||| Kolleginnen und Kollegen - [X] ||| 0.0182166 1 ||| ||| 1
+of Members have [X] ||| Kolleginnen und Kollegen - [X] ||| 0.0182166 1 ||| ||| 1
+number of Members [X] ||| Kolleginnen und Kollegen - [X] ||| 0.0182166 1 ||| ||| 1
+number of Members have [X] ||| Kolleginnen und Kollegen - [X] ||| 0.0182166 1 ||| ||| 1
+[X][X] behalf of [X][X] victims [X] ||| - [X][X] [X][X] Opfern [X] ||| 0.0182166 1 ||| 0-1 3-2 ||| 0.0322581
+[X][X] behalf [X][X] the victims [X] ||| - [X][X] [X][X] Opfern [X] ||| 0.0182166 1 ||| 0-1 2-2 ||| 0.0322581
+[X][X] behalf [X][X] victims [X] ||| - [X][X] [X][X] Opfern [X] ||| 0.0182166 1 ||| 0-1 2-2 ||| 0.0322581
+[X][X] behalf of all [X][X] [X] ||| - [X][X] allen [X][X] [X] ||| 0.0182166 1 ||| 0-1 4-3 ||| 0.0322581
+[X][X] of all the victims [X] ||| - [X][X] allen Opfern [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0322581
+[X][X] of [X][X] victims [X] ||| - [X][X] [X][X] Opfern [X] ||| 0.0182166 1 ||| 0-1 2-2 ||| 0.0322581
+[X][X] of all [X][X] [X] ||| - [X][X] allen [X][X] [X] ||| 0.0182166 1 ||| 0-1 3-3 ||| 0.0322581
+[X][X] all the victims [X] ||| - [X][X] allen Opfern [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0322581
+[X][X] all [X][X] [X] ||| - [X][X] allen [X][X] [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.0322581
+[X][X] the victims [X] ||| - [X][X] Opfern [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0322581
+[X][X] victims [X] ||| - [X][X] Opfern [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0322581
+, on behalf [X][X] victims [X] ||| - , [X][X] Opfern [X] ||| 0.0182166 1 ||| 3-2 ||| 0.0322581
+, on [X][X] the victims [X] ||| - , [X][X] Opfern [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0322581
+, on [X][X] victims [X] ||| - , [X][X] Opfern [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0322581
+, [X][X] the victims [X] ||| - , [X][X] Opfern [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0322581
+, [X][X] victims [X] ||| - , [X][X] Opfern [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0322581
+in the various countries [X] ||| in den verschiedenen Ländern [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] various countries [X] ||| [X][X] verschiedenen Ländern [X] ||| 0.0182166 1 ||| 0-0 ||| 0.166667
+in [X][X] countries [X] ||| in [X][X] Ländern [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+in the [X][X] [X] ||| in den [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.330727
+the various countries of the [X] ||| den verschiedenen Ländern der [X] ||| 0.0182166 1 ||| ||| 0.125
+[X][X] countries of the [X] ||| [X][X] Ländern der [X] ||| 0.0182166 1 ||| 0-0 ||| 0.196429
+[X][X] countries [X][X] [X] ||| [X][X] Ländern [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.431217
+the [X][X] of the [X] ||| den [X][X] der [X] ||| 0.0182166 1 ||| 1-1 ||| 0.125
+the various [X][X] [X] ||| den verschiedenen [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.267157
+the various countries [X][X] [X] ||| den verschiedenen Ländern [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.267157
+various countries of the European [X] ||| verschiedenen Ländern der Europäischen [X] ||| 0.0182166 1 ||| ||| 0.142857
+[X][X] of the European [X] ||| [X][X] der Europäischen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.278822
+various [X][X] European [X] ||| verschiedenen [X][X] Europäischen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.142857
+various countries [X][X] European [X] ||| verschiedenen Ländern [X][X] Europäischen [X] ||| 0.0182166 1 ||| 2-2 ||| 0.142857
+countries of the European Union [X] ||| Ländern der Europäischen Union [X] ||| 0.0182166 1 ||| ||| 0.142857
+countries [X][X] European Union [X] ||| Ländern [X][X] Europäischen Union [X] ||| 0.0182166 1 ||| 1-1 ||| 0.142857
+countries [X][X] Union [X] ||| Ländern [X][X] Union [X] ||| 0.0182166 1 ||| 1-1 ||| 0.142857
+countries of the [X][X] [X] ||| Ländern der [X][X] [X] ||| 0.0182166 1 ||| 3-2 ||| 0.142857
+, I should like to [X] ||| möchte ich Sie bitten - [X] ||| 0.0182166 1 ||| ||| 0.333333
+, [X][X] [X] ||| [X][X] bitten - [X] ||| 0.00910828 1 ||| 1-0 ||| 0.666666
+, [X][X] [X] ||| [X][X] - [X] ||| 0.00910828 1 ||| 1-0 ||| 0.666666
+a number of Members [X][X] [X] ||| [X][X] einiger Kolleginnen und Kollegen [X] ||| 0.0182166 1 ||| 4-0 ||| 0.0769231
+[X][X] of Members [X][X] [X] ||| [X][X] [X][X] Kolleginnen und Kollegen [X] ||| 0.0182166 1 ||| 3-0 0-1 ||| 0.0769231
+[X][X] Members [X][X] [X] ||| [X][X] [X][X] Kolleginnen und Kollegen [X] ||| 0.0182166 1 ||| 2-0 0-1 ||| 0.0769231
+[X][X] of Members have requested [X] ||| Wunsch [X][X] Kolleginnen und Kollegen [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0769231
+[X][X] of [X][X] requested [X] ||| Wunsch [X][X] [X][X] [X] ||| 0.0182166 1 ||| 0-1 2-2 ||| 0.124542
+[X][X] Members have requested [X] ||| Wunsch [X][X] Kolleginnen und Kollegen [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0769231
+[X][X] have requested [X] ||| Wunsch [X][X] [X] ||| 0.0182166 1 ||| 0-1 ||| 0.124542
+[X][X] requested [X] ||| Wunsch [X][X] [X] ||| 0.0182166 1 ||| 0-1 ||| 0.124542
+a number of [X][X] requested [X] ||| Wunsch einiger [X][X] [X] ||| 0.0182166 1 ||| 3-2 ||| 0.124542
+a number [X][X] have requested [X] ||| Wunsch einiger [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.124542
+a number [X][X] requested [X] ||| Wunsch einiger [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.124542
+a [X][X] have requested [X] ||| Wunsch einiger [X][X] [X] ||| 0.0182166 1 ||| 1-2 ||| 0.124542
+a [X][X] requested [X] ||| Wunsch einiger [X][X] [X] ||| 0.0182166 1 ||| 1-2 ||| 0.124542
+a number of Members [X] ||| einiger Kolleginnen und Kollegen - [X] ||| 0.0182166 1 ||| ||| 0.142857
+[X][X] of Members [X] ||| [X][X] Kolleginnen und Kollegen - [X] ||| 0.0182166 1 ||| 0-0 ||| 0.142857
+[X][X] Members [X] ||| [X][X] Kolleginnen und Kollegen - [X] ||| 0.0182166 1 ||| 0-0 ||| 0.142857
+a number [X][X] [X] ||| einiger [X][X] - [X] ||| 0.0182166 1 ||| 2-1 ||| 0.21978
+a [X][X] [X] ||| einiger [X][X] - [X] ||| 0.0182166 1 ||| 1-1 ||| 0.21978
+a number of Members have [X] ||| einiger Kolleginnen und Kollegen - [X] ||| 0.0182166 1 ||| ||| 0.0769231
+[X][X] of Members have [X] ||| [X][X] Kolleginnen und Kollegen - [X] ||| 0.0182166 1 ||| 0-0 ||| 0.0769231
+[X][X] Members have [X] ||| [X][X] Kolleginnen und Kollegen - [X] ||| 0.0182166 1 ||| 0-0 ||| 0.0769231
+a number of [X][X] [X] ||| einiger [X][X] - [X] ||| 0.0182166 1 ||| 3-1 ||| 0.0769231
+a number [X][X] have [X] ||| einiger [X][X] - [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0769231
+a [X][X] have [X] ||| einiger [X][X] - [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0769231
+victims [X][X] [X] ||| Opfern [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 1
+[X][X] in [X] ||| [X][X] in [X] ||| 0.0182166 1 ||| 0-0 ||| 1
+[X][X] various countries of the [X] ||| [X][X] verschiedenen Ländern der [X] ||| 0.0182166 1 ||| 0-0 ||| 0.0714286
+[X][X] various [X][X] [X] ||| [X][X] verschiedenen [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.16406
+[X][X] various countries [X][X] [X] ||| [X][X] verschiedenen Ländern [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.16406
+in [X][X] countries of the [X] ||| in [X][X] Ländern der [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0714286
+in [X][X] countries [X][X] [X] ||| in [X][X] Ländern [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.16406
+in [X][X] of the [X] ||| in [X][X] der [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0714286
+in the [X][X] of the [X] ||| in den [X][X] der [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0714286
+in the various [X][X] [X] ||| in den verschiedenen [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.16406
+in the various countries [X][X] [X] ||| in den verschiedenen Ländern [X][X] [X] ||| 0.0182166 1 ||| 4-4 ||| 0.16406
+[X][X] countries of the European [X] ||| [X][X] Ländern der Europäischen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.135965
+[X][X] countries [X][X] European [X] ||| [X][X] Ländern [X][X] Europäischen [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.135965
+the [X][X] of the European [X] ||| den [X][X] der Europäischen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0833333
+the [X][X] European [X] ||| den [X][X] Europäischen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0833333
+the various [X][X] European [X] ||| den verschiedenen [X][X] Europäischen [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0833333
+the various countries [X][X] European [X] ||| den verschiedenen Ländern [X][X] Europäischen [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0833333
+[X][X] of the European Union [X] ||| [X][X] der Europäischen Union [X] ||| 0.0182166 1 ||| 0-0 ||| 0.189733
+[X][X] of the [X][X] [X] ||| [X][X] der [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.189733
+various [X][X] European Union [X] ||| verschiedenen [X][X] Europäischen Union [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+various [X][X] Union [X] ||| verschiedenen [X][X] Union [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+various countries [X][X] European Union [X] ||| verschiedenen Ländern [X][X] Europäischen Union [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0909091
+various countries [X][X] Union [X] ||| verschiedenen Ländern [X][X] Union [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0909091
+various countries of the [X][X] [X] ||| verschiedenen Ländern der [X][X] [X] ||| 0.0182166 1 ||| 4-3 ||| 0.0909091
+meantime , [X][X] [X] ||| heute [X][X] bitten - [X] ||| 0.00910828 1 ||| 2-1 ||| 0.666666
+meantime , [X][X] [X] ||| heute [X][X] - [X] ||| 0.00910828 1 ||| 2-1 ||| 0.666666
+meantime [X][X] [X] ||| heute [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.333333
+a number of Members [X][X] [X] ||| [X][X] einiger Kolleginnen und Kollegen - [X] ||| 0.0182166 1 ||| 4-0 ||| 0.047619
+[X][X] of Members [X][X] [X] ||| [X][X] [X][X] Kolleginnen und Kollegen - [X] ||| 0.0182166 1 ||| 3-0 0-1 ||| 0.047619
+[X][X] Members [X][X] [X] ||| [X][X] [X][X] Kolleginnen und Kollegen - [X] ||| 0.0182166 1 ||| 2-0 0-1 ||| 0.047619
+[X][X] of Members have requested [X] ||| Wunsch [X][X] Kolleginnen und Kollegen - [X] ||| 0.0182166 1 ||| 0-1 ||| 0.047619
+[X][X] of [X][X] requested [X] ||| Wunsch [X][X] [X][X] - [X] ||| 0.0182166 1 ||| 0-1 2-2 ||| 0.047619
+[X][X] Members have requested [X] ||| Wunsch [X][X] Kolleginnen und Kollegen - [X] ||| 0.0182166 1 ||| 0-1 ||| 0.047619
+[X][X] have requested [X] ||| Wunsch [X][X] - [X] ||| 0.0182166 1 ||| 0-1 ||| 0.047619
+[X][X] requested [X] ||| Wunsch [X][X] - [X] ||| 0.0182166 1 ||| 0-1 ||| 0.047619
+a number of [X][X] requested [X] ||| Wunsch einiger [X][X] - [X] ||| 0.0182166 1 ||| 3-2 ||| 0.047619
+a number [X][X] have requested [X] ||| Wunsch einiger [X][X] - [X] ||| 0.0182166 1 ||| 2-2 ||| 0.047619
+a number [X][X] requested [X] ||| Wunsch einiger [X][X] - [X] ||| 0.0182166 1 ||| 2-2 ||| 0.047619
+a [X][X] have requested [X] ||| Wunsch einiger [X][X] - [X] ||| 0.0182166 1 ||| 1-2 ||| 0.047619
+a [X][X] requested [X] ||| Wunsch einiger [X][X] - [X] ||| 0.0182166 1 ||| 1-2 ||| 0.047619
+[X][X] various [X][X] European [X] ||| [X][X] verschiedenen [X][X] Europäischen [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0526316
+[X][X] various countries [X][X] European [X] ||| [X][X] verschiedenen Ländern [X][X] Europäischen [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0526316
+in [X][X] countries [X][X] European [X] ||| in [X][X] Ländern [X][X] Europäischen [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0526316
+in [X][X] of the European [X] ||| in [X][X] der Europäischen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+in [X][X] European [X] ||| in [X][X] Europäischen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+in the [X][X] European [X] ||| in den [X][X] Europäischen [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0526316
+in the various [X][X] European [X] ||| in den verschiedenen [X][X] Europäischen [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0526316
+[X][X] countries [X][X] European Union [X] ||| [X][X] Ländern [X][X] Europäischen Union [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0988235
+[X][X] countries [X][X] Union [X] ||| [X][X] Ländern [X][X] Union [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0988235
+[X][X] countries of the [X][X] [X] ||| [X][X] Ländern der [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-3 ||| 0.0988235
+the [X][X] of the [X][X] [X] ||| den [X][X] der [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-3 ||| 0.0588235
+the [X][X] European Union [X] ||| den [X][X] Europäischen Union [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0588235
+the [X][X] Union [X] ||| den [X][X] Union [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0588235
+the various [X][X] European Union [X] ||| den verschiedenen [X][X] Europäischen Union [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0588235
+the various [X][X] Union [X] ||| den verschiedenen [X][X] Union [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0588235
+the various countries [X][X] Union [X] ||| den verschiedenen Ländern [X][X] Union [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0588235
+[X][X] , as [X] ||| , in [X][X] [X] ||| 0.0182166 1 ||| 0-2 ||| 1
+[X][X] of Members [X][X] , [X] ||| [X][X] [X][X] Kolleginnen und Kollegen - , [X] ||| 0.0182166 1 ||| 3-0 0-1 ||| 0.0588235
+[X][X] Members [X][X] , [X] ||| [X][X] [X][X] Kolleginnen und Kollegen - , [X] ||| 0.0182166 1 ||| 2-0 0-1 ||| 0.0588235
+[X][X] , [X] ||| [X][X] - , [X] ||| 0.00910828 1 ||| 0-0 ||| 0.117647
+[X][X] , [X] ||| [X][X] , [X] ||| 0.00910828 1 ||| 0-0 ||| 0.117647
+[X][X] of [X][X] requested , [X] ||| Wunsch [X][X] [X][X] - , [X] ||| 0.00910828 1 ||| 0-1 2-2 ||| 0.117647
+[X][X] of [X][X] requested , [X] ||| Wunsch [X][X] [X][X] , [X] ||| 0.00910828 1 ||| 0-1 2-2 ||| 0.117647
+[X][X] Members have requested , [X] ||| Wunsch [X][X] Kolleginnen und Kollegen - , [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0588235
+[X][X] have requested , [X] ||| Wunsch [X][X] - , [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0588235
+[X][X] requested , [X] ||| Wunsch [X][X] - , [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0588235
+[X][X] have requested , [X] ||| Wunsch [X][X] , [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0588235
+[X][X] requested , [X] ||| Wunsch [X][X] , [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0588235
+a number [X][X] requested , [X] ||| Wunsch einiger [X][X] - , [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0588235
+a [X][X] have requested , [X] ||| Wunsch einiger [X][X] - , [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0588235
+a [X][X] requested , [X] ||| Wunsch einiger [X][X] - , [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0588235
+a number [X][X] requested , [X] ||| Wunsch einiger [X][X] , [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0588235
+a [X][X] have requested , [X] ||| Wunsch einiger [X][X] , [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0588235
+a [X][X] requested , [X] ||| Wunsch einiger [X][X] , [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0588235
+[X][X] Members [X][X] , on [X] ||| [X][X] [X][X] Kolleginnen und Kollegen - , [X] ||| 0.0182166 1 ||| 2-0 0-1 ||| 0.0384615
+[X][X] , on [X] ||| [X][X] - , [X] ||| 0.00910828 1 ||| 0-0 ||| 0.076923
+[X][X] , on [X] ||| [X][X] , [X] ||| 0.00910828 1 ||| 0-0 ||| 0.076923
+[X][X] Members have requested [X][X] [X] ||| Wunsch [X][X] Kolleginnen und Kollegen [X][X] [X] ||| 0.00910828 1 ||| 0-1 4-5 ||| 0.208106
+[X][X] Members have requested [X][X] [X] ||| Wunsch [X][X] Kolleginnen und Kollegen - [X][X] [X] ||| 0.00910828 1 ||| 0-1 4-6 ||| 0.208106
+[X][X] have requested , on [X] ||| Wunsch [X][X] - , [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0384615
+[X][X] have requested [X][X] [X] ||| Wunsch [X][X] [X][X] [X] ||| 0.0121444 1 ||| 0-1 3-2 ||| 0.312159
+[X][X] have requested [X][X] [X] ||| Wunsch [X][X] - [X][X] [X] ||| 0.00607219 1 ||| 0-1 3-3 ||| 0.312159
+[X][X] requested , on [X] ||| Wunsch [X][X] - , [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0384615
+[X][X] requested [X][X] [X] ||| Wunsch [X][X] [X][X] [X] ||| 0.0121444 1 ||| 0-1 2-2 ||| 0.312159
+[X][X] requested [X][X] [X] ||| Wunsch [X][X] - [X][X] [X] ||| 0.00607219 1 ||| 0-1 2-3 ||| 0.312159
+[X][X] have requested , on [X] ||| Wunsch [X][X] , [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0384615
+[X][X] requested , on [X] ||| Wunsch [X][X] , [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0384615
+a number [X][X] requested [X][X] [X] ||| Wunsch einiger [X][X] [X][X] [X] ||| 0.0121444 1 ||| 2-2 4-3 ||| 0.312159
+a number [X][X] requested [X][X] [X] ||| Wunsch einiger [X][X] - [X][X] [X] ||| 0.00607219 1 ||| 2-2 4-4 ||| 0.312159
+a [X][X] have requested [X][X] [X] ||| Wunsch einiger [X][X] [X][X] [X] ||| 0.0121444 1 ||| 1-2 4-3 ||| 0.312159
+a [X][X] have requested [X][X] [X] ||| Wunsch einiger [X][X] - [X][X] [X] ||| 0.00607219 1 ||| 1-2 4-4 ||| 0.312159
+a [X][X] requested , on [X] ||| Wunsch einiger [X][X] - , [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0384615
+a [X][X] requested [X][X] [X] ||| Wunsch einiger [X][X] [X][X] [X] ||| 0.0121444 1 ||| 1-2 3-3 ||| 0.312159
+a [X][X] requested [X][X] [X] ||| Wunsch einiger [X][X] - [X][X] [X] ||| 0.00607219 1 ||| 1-2 3-4 ||| 0.312159
+a [X][X] requested , on [X] ||| Wunsch einiger [X][X] , [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0384615
+[X][X] , on behalf [X] ||| [X][X] - , [X] ||| 0.00910828 1 ||| 0-0 ||| 0.0666666
+[X][X] , on behalf [X] ||| [X][X] , [X] ||| 0.00910828 1 ||| 0-0 ||| 0.0666666
+[X][X] have requested [X][X] behalf [X] ||| Wunsch [X][X] [X][X] [X] ||| 0.0121444 1 ||| 0-1 3-2 ||| 0.1
+[X][X] have requested [X][X] behalf [X] ||| Wunsch [X][X] - [X][X] [X] ||| 0.00607218 1 ||| 0-1 3-3 ||| 0.1
+[X][X] requested , on behalf [X] ||| Wunsch [X][X] - , [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0333333
+[X][X] requested [X][X] behalf [X] ||| Wunsch [X][X] [X][X] [X] ||| 0.0121444 1 ||| 0-1 2-2 ||| 0.1
+[X][X] requested [X][X] behalf [X] ||| Wunsch [X][X] - [X][X] [X] ||| 0.00607218 1 ||| 0-1 2-3 ||| 0.1
+[X][X] requested , on behalf [X] ||| Wunsch [X][X] , [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0333333
+a [X][X] requested [X][X] behalf [X] ||| Wunsch einiger [X][X] [X][X] [X] ||| 0.0121444 1 ||| 1-2 3-3 ||| 0.1
+a [X][X] requested [X][X] behalf [X] ||| Wunsch einiger [X][X] - [X][X] [X] ||| 0.00607218 1 ||| 1-2 3-4 ||| 0.1
+[X][X] , on behalf of [X] ||| [X][X] - , [X] ||| 0.00910828 1 ||| 0-0 ||| 0.0645162
+[X][X] , on behalf of [X] ||| [X][X] , [X] ||| 0.00910828 1 ||| 0-0 ||| 0.0645162
+[X][X] have requested [X][X] of [X] ||| Wunsch [X][X] [X][X] [X] ||| 0.0121444 1 ||| 0-1 3-2 ||| 0.0967742
+[X][X] have requested [X][X] of [X] ||| Wunsch [X][X] - [X][X] [X] ||| 0.00607219 1 ||| 0-1 3-3 ||| 0.0967742
+[X][X] requested [X][X] behalf of [X] ||| Wunsch [X][X] [X][X] [X] ||| 0.0182166 1 ||| 0-1 2-2 ||| 0.0645161
+[X][X] requested [X][X] of [X] ||| Wunsch [X][X] [X][X] [X] ||| 0.0182166 1 ||| 0-1 2-2 ||| 0.0645161
+[X][X] requested [X][X] behalf of [X] ||| Wunsch [X][X] - [X][X] [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.0322581
+[X][X] requested [X][X] of [X] ||| Wunsch [X][X] - [X][X] [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.0322581
+a [X][X] requested [X][X] of [X] ||| Wunsch einiger [X][X] [X][X] [X] ||| 0.0121444 1 ||| 1-2 3-3 ||| 0.0967742
+a [X][X] requested [X][X] of [X] ||| Wunsch einiger [X][X] - [X][X] [X] ||| 0.00607219 1 ||| 1-2 3-4 ||| 0.0967742
+[X][X] various [X][X] European Union [X] ||| [X][X] verschiedenen [X][X] Europäischen Union [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.04
+[X][X] various [X][X] Union [X] ||| [X][X] verschiedenen [X][X] Union [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.04
+[X][X] various countries [X][X] Union [X] ||| [X][X] verschiedenen Ländern [X][X] Union [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.04
+in [X][X] countries [X][X] Union [X] ||| in [X][X] Ländern [X][X] Union [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.04
+in [X][X] of the [X][X] [X] ||| in [X][X] der [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-3 ||| 0.04
+in [X][X] European Union [X] ||| in [X][X] Europäischen Union [X] ||| 0.0182166 1 ||| 1-1 ||| 0.04
+in [X][X] Union [X] ||| in [X][X] Union [X] ||| 0.0182166 1 ||| 1-1 ||| 0.04
+in the [X][X] European Union [X] ||| in den [X][X] Europäischen Union [X] ||| 0.0182166 1 ||| 2-2 ||| 0.04
+in the [X][X] Union [X] ||| in den [X][X] Union [X] ||| 0.0182166 1 ||| 2-2 ||| 0.04
+in the various [X][X] Union [X] ||| in den verschiedenen [X][X] Union [X] ||| 0.0182166 1 ||| 3-3 ||| 0.04
+in the [X][X] [X] ||| [X][X] das ist auch der [X] ||| 0.0182166 1 ||| 2-0 ||| 0.142857
+in the meantime , [X][X] [X] ||| heute [X][X] bitten - das ist auch der [X] ||| 0.0182166 1 ||| 4-1 ||| 0.142857
+[X][X] meantime , [X][X] [X] ||| heute [X][X] bitten - [X][X] [X] ||| 0.0182166 1 ||| 3-1 0-4 ||| 0.142857
+in the meantime , [X][X] [X] ||| heute [X][X] - das ist auch der [X] ||| 0.0182166 1 ||| 4-1 ||| 0.142857
+[X][X] meantime , [X][X] [X] ||| heute [X][X] - [X][X] [X] ||| 0.0182166 1 ||| 3-1 0-3 ||| 0.142857
+in the meantime [X][X] [X] ||| heute [X][X] das ist auch der [X] ||| 0.0182166 1 ||| 3-1 ||| 0.142857
+[X][X] meantime [X][X] [X] ||| heute [X][X] [X][X] [X] ||| 0.0182166 1 ||| 2-1 0-2 ||| 0.142857
+. [X] ||| . [X] ||| 0.0182166 1 ||| ||| 1
+rise , then , [X] ||| , sich [X] ||| 0.0182166 1 ||| ||| 1
+for this [X] ||| zu einer [X] ||| 0.0182166 1 ||| ||| 1
+please [X] ||| ich bitte Sie [X] ||| 0.0182166 1 ||| ||| 1
+minute ' s silence [X] ||| Schweigeminute zu erheben [X] ||| 0.0182166 1 ||| ||| 1
+[X][X] for this [X] ||| [X][X] zu einer [X] ||| 0.0182166 1 ||| 0-0 ||| 0.833333
+rise , then , [X][X] [X] ||| , sich [X][X] [X] ||| 0.0182166 1 ||| 4-2 ||| 0.833333
+minute ' s silence . [X] ||| Schweigeminute zu erheben . [X] ||| 0.0182166 1 ||| ||| 0.5
+[X][X] . [X] ||| [X][X] . [X] ||| 0.0182166 1 ||| 0-0 ||| 0.833333
+please rise , then , [X] ||| ich bitte Sie , sich [X] ||| 0.0182166 1 ||| ||| 0.5
+please [X][X] [X] ||| ich bitte Sie [X][X] [X] ||| 0.0182166 1 ||| 1-3 ||| 0.833333
+[X][X] minute ' s silence [X] ||| [X][X] Schweigeminute zu erheben [X] ||| 0.0182166 1 ||| 0-0 ||| 0.833333
+for this [X][X] [X] ||| zu einer [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.833333
+for this [X][X] . [X] ||| zu einer [X][X] . [X] ||| 0.0182166 1 ||| 2-2 ||| 0.333333
+please [X][X] for this [X] ||| ich bitte Sie [X][X] zu einer [X] ||| 0.0182166 1 ||| 1-3 ||| 0.333333
+[X][X] for this [X][X] [X] ||| [X][X] zu einer [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.333333
+( [X] ||| ( [X] ||| 0.0182166 1 ||| ||| 1
+the [X] ||| das [X] ||| 0.0182166 1 ||| ||| 1
+House [X] ||| Parlament [X] ||| 0.0182166 1 ||| ||| 1
+a [X] ||| einer [X] ||| 0.0182166 1 ||| ||| 1
+) [X] ||| ) [X] ||| 0.0182166 1 ||| ||| 1
+( the [X] ||| ( das [X] ||| 0.0182166 1 ||| ||| 1
+the House [X] ||| das Parlament [X] ||| 0.0182166 1 ||| ||| 1
+minute ' s silence [X] ||| Schweigeminute . [X] ||| 0.0182166 1 ||| ||| 1
+( the House [X] ||| ( das Parlament [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] House [X] ||| [X][X] Parlament [X] ||| 0.0182166 1 ||| 0-0 ||| 0.333333
+( [X][X] [X] ||| ( [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.576191
+rose and observed [X] ||| erhebt sich zu [X] ||| 0.0182166 1 ||| ||| 1
+a minute ' s silence [X] ||| einer Schweigeminute . [X] ||| 0.0182166 1 ||| ||| 0.5
+a [X][X] [X] ||| einer [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.833333
+minute ' s silence ) [X] ||| Schweigeminute . ) [X] ||| 0.0182166 1 ||| ||| 0.5
+[X][X] ) [X] ||| [X][X] ) [X] ||| 0.218091 1 ||| 0-0 ||| 1.125
+House rose and observed [X] ||| Parlament erhebt sich zu [X] ||| 0.0182166 1 ||| ||| 0.5
+House [X][X] [X] ||| Parlament [X][X] [X] ||| 0.218091 1 ||| 1-1 ||| 1.075
+rose and observed a [X] ||| erhebt sich zu einer [X] ||| 0.0182166 1 ||| ||| 0.5
+[X][X] a [X] ||| [X][X] einer [X] ||| 0.218091 1 ||| 0-0 ||| 1.01667
+a [X][X] ) [X] ||| einer [X][X] ) [X] ||| 0.0182166 1 ||| 1-1 ||| 0.333333
+the House rose and observed [X] ||| das Parlament erhebt sich zu [X] ||| 0.0182166 1 ||| ||| 0.25
+[X][X] rose and observed [X] ||| [X][X] erhebt sich zu [X] ||| 0.0182166 1 ||| 0-0 ||| 0.392857
+the [X][X] [X] ||| das [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.559524
+the House [X][X] [X] ||| das Parlament [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.559524
+House rose and observed a [X] ||| Parlament erhebt sich zu einer [X] ||| 0.0182166 1 ||| ||| 0.25
+House [X][X] a [X] ||| Parlament [X][X] einer [X] ||| 0.0182166 1 ||| 1-1 ||| 0.25
+[X][X] House rose and observed [X] ||| [X][X] Parlament erhebt sich zu [X] ||| 0.0182166 1 ||| 0-0 ||| 0.142857
+[X][X] House [X][X] [X] ||| [X][X] Parlament [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.242857
+( [X][X] rose and observed [X] ||| ( [X][X] erhebt sich zu [X] ||| 0.0182166 1 ||| 1-1 ||| 0.142857
+( the [X][X] [X] ||| ( das [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.242857
+( the House [X][X] [X] ||| ( das Parlament [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.242857
+[X][X] rose and observed a [X] ||| [X][X] erhebt sich zu einer [X] ||| 0.0182166 1 ||| 0-0 ||| 0.266667
+the [X][X] a [X] ||| das [X][X] einer [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+the House [X][X] a [X] ||| das Parlament [X][X] einer [X] ||| 0.0182166 1 ||| 2-2 ||| 0.166667
+[X][X] a [X][X] [X] ||| [X][X] einer [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.884524
+[X][X] minute ' s silence [X] ||| [X][X] Schweigeminute . [X] ||| 0.0182166 1 ||| 0-0 ||| 0.592857
+rose and observed [X][X] [X] ||| erhebt sich zu [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.416667
+rose and observed a [X][X] [X] ||| erhebt sich zu einer [X][X] [X] ||| 0.0182166 1 ||| 4-4 ||| 0.416667
+[X][X] House [X][X] a [X] ||| [X][X] Parlament [X][X] einer [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.1
+( [X][X] a [X] ||| ( [X][X] einer [X] ||| 0.0182166 1 ||| 1-1 ||| 0.1
+( the [X][X] a [X] ||| ( das [X][X] einer [X] ||| 0.0182166 1 ||| 2-2 ||| 0.1
+( the House [X][X] a [X] ||| ( das Parlament [X][X] einer [X] ||| 0.0182166 1 ||| 3-3 ||| 0.1
+House [X][X] a [X][X] [X] ||| Parlament [X][X] einer [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.325
+House rose and observed [X][X] [X] ||| Parlament erhebt sich zu [X][X] [X] ||| 0.0182166 1 ||| 4-4 ||| 0.325
+[X][X] a [X][X] ) [X] ||| [X][X] einer [X][X] ) [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.291667
+rose and observed [X][X] ) [X] ||| erhebt sich zu [X][X] ) [X] ||| 0.0182166 1 ||| 3-3 ||| 0.166667
+[X][X] rose and observed [X][X] [X] ||| [X][X] erhebt sich zu [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-4 ||| 0.142857
+the [X][X] a [X][X] [X] ||| das [X][X] einer [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.142857
+the House [X][X] a [X][X] [X] ||| das Parlament [X][X] einer [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-4 ||| 0.142857
+House [X][X] a [X][X] ) [X] ||| Parlament [X][X] einer [X][X] ) [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.125
+House [X][X] ) [X] ||| Parlament [X][X] ) [X] ||| 0.0182166 1 ||| 1-1 ||| 0.125
+Madam [X] ||| Frau [X] ||| 0.0182166 1 ||| ||| 1
+President [X] ||| Präsidentin [X] ||| 0.0182166 1 ||| ||| 1
+, [X] ||| , [X] ||| 0.0182166 1 ||| ||| 1
+on [X] ||| zur [X] ||| 0.0182166 1 ||| ||| 1
+a point of order [X] ||| Geschäftsordnung [X] ||| 0.0182166 1 ||| ||| 1
+. [X] ||| . [X] ||| 0.0182166 1 ||| ||| 1
+Madam President [X] ||| Frau Präsidentin [X] ||| 0.0182166 1 ||| ||| 1
+President , [X] ||| Präsidentin , [X] ||| 0.0182166 1 ||| ||| 1
+, on [X] ||| , zur [X] ||| 0.0182166 1 ||| ||| 1
+on a point of order [X] ||| zur Geschäftsordnung [X] ||| 0.0182166 1 ||| ||| 0.5
+on [X][X] [X] ||| zur [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.833333
+a point of order . [X] ||| Geschäftsordnung . [X] ||| 0.0182166 1 ||| ||| 0.5
+[X][X] . [X] ||| [X][X] . [X] ||| 0.218091 1 ||| 0-0 ||| 1.20694
+Madam President , [X] ||| Frau Präsidentin , [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] , [X] ||| [X][X] , [X] ||| 0.0182166 1 ||| 0-0 ||| 0.333333
+Madam [X][X] [X] ||| Frau [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.673611
+President , on [X] ||| Präsidentin , zur [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] on [X] ||| [X][X] zur [X] ||| 0.0182166 1 ||| 0-0 ||| 0.5
+President [X][X] [X] ||| Präsidentin [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.644444
+[X][X] a point of order [X] ||| [X][X] Geschäftsordnung [X] ||| 0.0182166 1 ||| 0-0 ||| 0.644444
+, [X][X] [X] ||| , [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.533333
+, on [X][X] [X] ||| , zur [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.533333
+on [X][X] . [X] ||| zur [X][X] . [X] ||| 0.0182166 1 ||| 1-1 ||| 0.333333
+Madam President , on [X] ||| Frau Präsidentin , zur [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] , on [X] ||| [X][X] , zur [X] ||| 0.0182166 1 ||| 0-0 ||| 0.166667
+Madam [X][X] on [X] ||| Frau [X][X] zur [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+Madam President [X][X] [X] ||| Frau Präsidentin [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.340278
+[X][X] on [X][X] [X] ||| [X][X] zur [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.484722
+President , [X][X] [X] ||| Präsidentin , [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.311111
+President , on [X][X] [X] ||| Präsidentin , zur [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.311111
+, [X][X] . [X] ||| , [X][X] . [X] ||| 0.0182166 1 ||| 1-1 ||| 0.2
+, on [X][X] . [X] ||| , zur [X][X] . [X] ||| 0.0182166 1 ||| 2-2 ||| 0.2
+[X][X] , [X][X] [X] ||| [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.173611
+[X][X] , on [X][X] [X] ||| [X][X] , zur [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.173611
+Madam [X][X] on [X][X] [X] ||| Frau [X][X] zur [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.173611
+Madam President , [X][X] [X] ||| Frau Präsidentin , [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.173611
+Madam President , on [X][X] [X] ||| Frau Präsidentin , zur [X][X] [X] ||| 0.0182166 1 ||| 4-4 ||| 0.173611
+[X][X] on [X][X] . [X] ||| [X][X] zur [X][X] . [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.173611
+President [X][X] . [X] ||| Präsidentin [X][X] . [X] ||| 0.0182166 1 ||| 1-1 ||| 0.111111
+President , [X][X] . [X] ||| Präsidentin , [X][X] . [X] ||| 0.0182166 1 ||| 2-2 ||| 0.111111
+President , on [X][X] . [X] ||| Präsidentin , zur [X][X] . [X] ||| 0.0182166 1 ||| 3-3 ||| 0.111111
+[X][X] , [X][X] . [X] ||| [X][X] , [X][X] . [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0625
+[X][X] , on [X][X] . [X] ||| [X][X] , zur [X][X] . [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0625
+Madam [X][X] on [X][X] . [X] ||| Frau [X][X] zur [X][X] . [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0625
+Madam [X][X] . [X] ||| Frau [X][X] . [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0625
+Madam President [X][X] . [X] ||| Frau Präsidentin [X][X] . [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0625
+Madam President , [X][X] . [X] ||| Frau Präsidentin , [X][X] . [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0625
+will be [X] ||| sicher [X] ||| 0.0182166 1 ||| ||| 1
+from [X] ||| aus [X] ||| 0.0182166 1 ||| ||| 1
+the [X] ||| der [X] ||| 0.0182166 1 ||| ||| 1
+press [X] ||| Presse [X] ||| 0.0182166 1 ||| ||| 1
+and [X] ||| und [X] ||| 0.0182166 1 ||| ||| 1
+aware [X] ||| wissen [X] ||| 0.0182166 1 ||| ||| 1
+that [X] ||| , [X] ||| 0.0182166 1 ||| ||| 1
+in [X] ||| in [X] ||| 0.0182166 1 ||| ||| 1
+Sri [X] ||| Sri [X] ||| 0.0182166 1 ||| ||| 1
+Lanka [X] ||| Lanka [X] ||| 0.0182166 1 ||| ||| 1
+a number [X] ||| mehrere [X] ||| 0.0182166 1 ||| ||| 1
+a number of [X] ||| mehrere [X] ||| 0.0182166 1 ||| ||| 1
+and [X] ||| mit [X] ||| 0.0182166 1 ||| ||| 1
+killings [X] ||| Toten [X] ||| 0.0182166 1 ||| ||| 1
+. [X] ||| . [X] ||| 0.0182166 1 ||| ||| 1
+you [X] ||| wie Sie [X] ||| 0.0182166 1 ||| ||| 1
+from the [X] ||| aus der [X] ||| 0.0182166 1 ||| ||| 1
+the press [X] ||| der Presse [X] ||| 0.0182166 1 ||| ||| 1
+press and [X] ||| Presse und [X] ||| 0.0182166 1 ||| ||| 1
+television [X] ||| dem Fernsehen [X] ||| 0.0182166 1 ||| ||| 1
+there have been [X] ||| gab es [X] ||| 0.0182166 1 ||| ||| 1
+in Sri [X] ||| in Sri [X] ||| 0.0182166 1 ||| ||| 1
+Sri Lanka [X] ||| Sri Lanka [X] ||| 0.0182166 1 ||| ||| 1
+you will be [X] ||| wie Sie sicher [X] ||| 0.0182166 1 ||| ||| 0.5
+you [X][X] [X] ||| wie Sie [X][X] [X] ||| 0.0182166 1 ||| 1-2 ||| 0.583333
+from the press [X] ||| aus der Presse [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] press [X] ||| [X][X] Presse [X] ||| 0.0182166 1 ||| 0-0 ||| 0.333333
+from [X][X] [X] ||| aus [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.590909
+the press and [X] ||| der Presse und [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] and [X] ||| [X][X] und [X] ||| 0.0182166 1 ||| 0-0 ||| 0.5
+the [X][X] [X] ||| der [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.5
+and television [X] ||| und dem Fernsehen [X] ||| 0.0182166 1 ||| ||| 1
+that there have been [X] ||| , gab es [X] ||| 0.0182166 1 ||| ||| 0.5
+that [X][X] [X] ||| , [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.5
+in Sri Lanka [X] ||| in Sri Lanka [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] Lanka [X] ||| [X][X] Lanka [X] ||| 0.0182166 1 ||| 0-0 ||| 0.333333
+in [X][X] [X] ||| in [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.333333
+bomb explosions and [X] ||| Bombenexplosionen mit zahlreichen [X] ||| 0.0182166 1 ||| ||| 1
+of bomb explosions and [X] ||| Bombenexplosionen mit zahlreichen [X] ||| 0.0182166 1 ||| ||| 1
+from the press and [X] ||| aus der Presse und [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] press and [X] ||| [X][X] Presse und [X] ||| 0.0182166 1 ||| 0-0 ||| 0.166667
+from [X][X] and [X] ||| aus [X][X] und [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+from the [X][X] [X] ||| aus der [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.257576
+press and television [X] ||| Presse und dem Fernsehen [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] television [X] ||| [X][X] dem Fernsehen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.590909
+press [X][X] [X] ||| Presse [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.333333
+[X][X] of bomb explosions and [X] ||| [X][X] Bombenexplosionen mit zahlreichen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.25
+[X][X] bomb explosions and [X] ||| [X][X] Bombenexplosionen mit zahlreichen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.25
+a number of [X][X] [X] ||| mehrere [X][X] [X] ||| 0.0182166 1 ||| 3-1 ||| 0.392857
+a number [X][X] [X] ||| mehrere [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.392857
+bomb explosions and killings [X] ||| Bombenexplosionen mit zahlreichen Toten [X] ||| 0.0182166 1 ||| ||| 0.5
+[X][X] killings [X] ||| [X][X] Toten [X] ||| 0.0182166 1 ||| 0-0 ||| 0.976191
+of bomb explosions and killings [X] ||| Bombenexplosionen mit zahlreichen Toten [X] ||| 0.0182166 1 ||| ||| 0.333333
+of [X][X] killings [X] ||| [X][X] Toten [X] ||| 0.0182166 1 ||| 1-0 ||| 0.333333
+the press and television [X] ||| der Presse und dem Fernsehen [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] and television [X] ||| [X][X] und dem Fernsehen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.257576
+the [X][X] television [X] ||| der [X][X] dem Fernsehen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+the press [X][X] [X] ||| der Presse [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.166667
+[X][X] of [X][X] killings [X] ||| [X][X] [X][X] Toten [X] ||| 0.0182166 1 ||| 0-0 2-1 ||| 0.142857
+[X][X] bomb explosions and killings [X] ||| [X][X] Bombenexplosionen mit zahlreichen Toten [X] ||| 0.0182166 1 ||| 0-0 ||| 0.142857
+a number of [X][X] killings [X] ||| mehrere [X][X] Toten [X] ||| 0.0182166 1 ||| 3-1 ||| 0.142857
+a number [X][X] killings [X] ||| mehrere [X][X] Toten [X] ||| 0.0182166 1 ||| 2-1 ||| 0.142857
+from the press and television [X] ||| aus der Presse und dem Fernsehen [X] ||| 0.0182166 1 ||| ||| 0.0909091
+[X][X] press and television [X] ||| [X][X] Presse und dem Fernsehen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.0909091
+[X][X] press [X][X] [X] ||| [X][X] Presse [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0909091
+from [X][X] and television [X] ||| aus [X][X] und dem Fernsehen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+from [X][X] television [X] ||| aus [X][X] dem Fernsehen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+from the [X][X] television [X] ||| aus der [X][X] dem Fernsehen [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0909091
+from the press [X][X] [X] ||| aus der Presse [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0909091
+aware [X][X] press and television [X] ||| [X][X] Presse und dem Fernsehen wissen [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0909091
+aware [X][X] press [X][X] [X] ||| [X][X] Presse [X][X] wissen [X] ||| 0.0182166 1 ||| 1-0 3-2 ||| 0.0909091
+aware [X][X] and television [X] ||| [X][X] und dem Fernsehen wissen [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0909091
+aware [X][X] television [X] ||| [X][X] dem Fernsehen wissen [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0909091
+aware [X][X] [X] ||| [X][X] wissen [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0909091
+aware from [X][X] and television [X] ||| aus [X][X] und dem Fernsehen wissen [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0909091
+aware from [X][X] television [X] ||| aus [X][X] dem Fernsehen wissen [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0909091
+aware from [X][X] [X] ||| aus [X][X] wissen [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0909091
+aware from the [X][X] television [X] ||| aus der [X][X] dem Fernsehen wissen [X] ||| 0.0182166 1 ||| 3-2 ||| 0.0909091
+aware from the [X][X] [X] ||| aus der [X][X] wissen [X] ||| 0.0182166 1 ||| 3-2 ||| 0.0909091
+aware from the press [X][X] [X] ||| aus der Presse [X][X] wissen [X] ||| 0.0182166 1 ||| 4-3 ||| 0.0909091
+[X][X] aware [X][X] and television [X] ||| [X][X] [X][X] und dem Fernsehen wissen [X] ||| 0.0182166 1 ||| 0-0 2-1 ||| 0.183333
+[X][X] aware [X][X] television [X] ||| [X][X] [X][X] dem Fernsehen wissen [X] ||| 0.0182166 1 ||| 0-0 2-1 ||| 0.183333
+[X][X] aware [X][X] [X] ||| [X][X] [X][X] wissen [X] ||| 0.0182166 1 ||| 0-0 2-1 ||| 0.183333
+[X][X] aware from [X][X] television [X] ||| [X][X] aus [X][X] dem Fernsehen wissen [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.183333
+[X][X] aware from [X][X] [X] ||| [X][X] aus [X][X] wissen [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.183333
+[X][X] aware from the [X][X] [X] ||| [X][X] aus der [X][X] wissen [X] ||| 0.0182166 1 ||| 0-0 4-3 ||| 0.183333
+will be aware [X][X] television [X] ||| sicher [X][X] dem Fernsehen wissen [X] ||| 0.0182166 1 ||| 3-1 ||| 0.1
+will be aware [X][X] [X] ||| sicher [X][X] wissen [X] ||| 0.0182166 1 ||| 3-1 ||| 0.1
+will be [X][X] [X] ||| sicher [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.242857
+will be aware from [X][X] [X] ||| sicher aus [X][X] wissen [X] ||| 0.0182166 1 ||| 4-2 ||| 0.1
+aware [X][X] press [X][X] that [X] ||| [X][X] Presse [X][X] wissen , [X] ||| 0.0182166 1 ||| 1-0 3-2 ||| 0.125
+aware [X][X] and television that [X] ||| [X][X] und dem Fernsehen wissen , [X] ||| 0.0182166 1 ||| 1-0 ||| 0.125
+aware [X][X] television that [X] ||| [X][X] dem Fernsehen wissen , [X] ||| 0.0182166 1 ||| 1-0 ||| 0.125
+aware [X][X] that [X] ||| [X][X] wissen , [X] ||| 0.0182166 1 ||| 1-0 ||| 0.125
+[X][X] that [X] ||| [X][X] , [X] ||| 0.0182166 1 ||| 0-0 ||| 0.267857
+aware from [X][X] television that [X] ||| aus [X][X] dem Fernsehen wissen , [X] ||| 0.0182166 1 ||| 2-1 ||| 0.125
+aware from [X][X] that [X] ||| aus [X][X] wissen , [X] ||| 0.0182166 1 ||| 2-1 ||| 0.125
+aware from the [X][X] that [X] ||| aus der [X][X] wissen , [X] ||| 0.0182166 1 ||| 3-2 ||| 0.125
+[X][X] killings [X][X] Lanka [X] ||| [X][X] Lanka [X][X] Toten [X] ||| 0.0182166 1 ||| 2-0 0-2 ||| 0.125
+[X][X] killings [X][X] [X] ||| [X][X] [X][X] Toten [X] ||| 0.0182166 1 ||| 2-0 0-1 ||| 0.125
+a number [X][X] killings [X][X] [X] ||| [X][X] mehrere [X][X] Toten [X] ||| 0.0182166 1 ||| 4-0 2-2 ||| 0.125
+[X][X] killings in [X][X] [X] ||| in [X][X] [X][X] Toten [X] ||| 0.0182166 1 ||| 3-1 0-2 ||| 0.125
+[X][X] in [X][X] [X] ||| in [X][X] [X][X] [X] ||| 0.0182166 1 ||| 2-1 0-2 ||| 0.125
+a number [X][X] in [X][X] [X] ||| in [X][X] mehrere [X][X] [X] ||| 0.0182166 1 ||| 4-1 2-3 ||| 0.125
+[X][X] killings in Sri Lanka [X] ||| in Sri Lanka [X][X] Toten [X] ||| 0.0182166 1 ||| 0-3 ||| 0.125
+[X][X] in Sri Lanka [X] ||| in Sri Lanka [X][X] [X] ||| 0.0182166 1 ||| 0-3 ||| 0.125
+[X][X] aware [X][X] television that [X] ||| [X][X] [X][X] dem Fernsehen wissen , [X] ||| 0.0182166 1 ||| 0-0 2-1 ||| 0.142857
+[X][X] aware [X][X] that [X] ||| [X][X] [X][X] wissen , [X] ||| 0.0182166 1 ||| 0-0 2-1 ||| 0.142857
+[X][X] aware from [X][X] that [X] ||| [X][X] aus [X][X] wissen , [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.142857
+will be aware [X][X] that [X] ||| sicher [X][X] wissen , [X] ||| 0.0182166 1 ||| 3-1 ||| 0.142857
+will be [X][X] that [X] ||| sicher [X][X] , [X] ||| 0.0182166 1 ||| 2-1 ||| 0.142857
+you [X][X] aware [X][X] television [X] ||| wie Sie [X][X] [X][X] dem Fernsehen wissen [X] ||| 0.0182166 1 ||| 1-2 3-3 ||| 0.0833333
+you [X][X] aware [X][X] [X] ||| wie Sie [X][X] [X][X] wissen [X] ||| 0.0182166 1 ||| 1-2 3-3 ||| 0.0833333
+you [X][X] aware from [X][X] [X] ||| wie Sie [X][X] aus [X][X] wissen [X] ||| 0.0182166 1 ||| 1-2 4-4 ||| 0.0833333
+you will be aware [X][X] [X] ||| wie Sie sicher [X][X] wissen [X] ||| 0.0182166 1 ||| 4-3 ||| 0.0833333
+you will be [X][X] [X] ||| wie Sie sicher [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0833333
+aware [X][X] and television [X][X] [X] ||| [X][X] und dem Fernsehen wissen [X][X] [X] ||| 0.0182166 1 ||| 1-0 4-5 ||| 0.111111
+aware [X][X] television [X][X] [X] ||| [X][X] dem Fernsehen wissen [X][X] [X] ||| 0.0182166 1 ||| 1-0 3-4 ||| 0.111111
+aware [X][X] television that [X][X] [X] ||| [X][X] dem Fernsehen wissen , [X][X] [X] ||| 0.0182166 1 ||| 1-0 4-5 ||| 0.111111
+aware [X][X] that [X][X] [X] ||| [X][X] wissen , [X][X] [X] ||| 0.0182166 1 ||| 1-0 3-3 ||| 0.111111
+[X][X] that there have been [X] ||| [X][X] , gab es [X] ||| 0.0182166 1 ||| 0-0 ||| 0.111111
+[X][X] that [X][X] [X] ||| [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.111111
+[X][X] there have been [X] ||| [X][X] gab es [X] ||| 0.0182166 1 ||| 0-0 ||| 0.111111
+aware from [X][X] television [X][X] [X] ||| aus [X][X] dem Fernsehen wissen [X][X] [X] ||| 0.0182166 1 ||| 2-1 4-5 ||| 0.111111
+aware from [X][X] that [X][X] [X] ||| aus [X][X] wissen , [X][X] [X] ||| 0.0182166 1 ||| 2-1 4-4 ||| 0.111111
+one [X] ||| zu [X] ||| 0.0182166 1 ||| ||| 1
+one of [X] ||| zu [X] ||| 0.0182166 1 ||| ||| 1
+the [X] ||| den [X] ||| 0.0182166 1 ||| ||| 1
+of the [X] ||| den [X] ||| 0.0182166 1 ||| ||| 1
+in [X] ||| in [X] ||| 0.0182166 1 ||| ||| 1
+Sri [X] ||| Sri [X] ||| 0.0182166 1 ||| ||| 1
+Lanka [X] ||| Lanka [X] ||| 0.0182166 1 ||| ||| 1
+was [X] ||| gab [X] ||| 0.0182166 1 ||| ||| 1
+Mr [X] ||| Herr [X] ||| 0.0182166 1 ||| ||| 1
+the [X] ||| dem [X] ||| 0.0182166 1 ||| ||| 1
+European [X] ||| Europäischen [X] ||| 0.0182166 1 ||| ||| 1
+Parliament [X] ||| Parlament [X] ||| 0.0182166 1 ||| ||| 1
+just [X] ||| erst [X] ||| 0.0182166 1 ||| ||| 1
+a few [X] ||| wenigen [X] ||| 0.0182166 1 ||| ||| 1
+months ago [X] ||| Monaten [X] ||| 0.0182166 1 ||| ||| 1
+visited [X] ||| Besuch [X] ||| 0.0182166 1 ||| ||| 1
+had [X] ||| hatte [X] ||| 0.0182166 1 ||| ||| 1
+. [X] ||| . [X] ||| 0.0182166 1 ||| ||| 1
+one of the [X] ||| zu den [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] the [X] ||| [X][X] den [X] ||| 0.0182166 1 ||| 0-0 ||| 0.333333
+one [X][X] [X] ||| zu [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.647619
+recently [X] ||| jüngster Zeit [X] ||| 0.0182166 1 ||| ||| 1
+in Sri [X] ||| in Sri [X] ||| 0.0182166 1 ||| ||| 1
+Sri Lanka [X] ||| Sri Lanka [X] ||| 0.0182166 1 ||| ||| 1
+Lanka [X] ||| Lanka zu [X] ||| 0.0182166 1 ||| ||| 1
+was [X] ||| beklagen gab [X] ||| 0.00910828 1 ||| ||| 2
+was [X] ||| gab , [X] ||| 0.00910828 1 ||| ||| 2
+Mr [X] ||| auch Herr [X] ||| 0.0182166 1 ||| ||| 1
+Kumar Ponnambalam [X] ||| Kumar Ponnambalam [X] ||| 0.0182166 1 ||| ||| 1
+, who [X] ||| , der [X] ||| 0.0182166 1 ||| ||| 1
+the European [X] ||| dem Europäischen [X] ||| 0.0182166 1 ||| ||| 1
+European Parliament [X] ||| Europäischen Parlament [X] ||| 0.0182166 1 ||| ||| 1
+Parliament just [X] ||| Parlament erst [X] ||| 0.0182166 1 ||| ||| 1
+just [X] ||| erst vor [X] ||| 0.0182166 1 ||| ||| 1
+a few [X] ||| vor wenigen [X] ||| 0.0182166 1 ||| ||| 1
+a few months ago [X] ||| wenigen Monaten [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] months ago [X] ||| [X][X] Monaten [X] ||| 0.0182166 1 ||| 0-0 ||| 0.905079
+a few [X][X] [X] ||| wenigen [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.583333
+months ago [X] ||| Monaten einen [X] ||| 0.0182166 1 ||| ||| 1
+visited [X] ||| einen Besuch [X] ||| 0.00910828 1 ||| ||| 2
+visited [X] ||| Besuch abgestattet [X] ||| 0.00910828 1 ||| ||| 2
+had [X] ||| abgestattet hatte [X] ||| 0.0182166 1 ||| ||| 1
+recently in [X] ||| jüngster Zeit in [X] ||| 0.0182166 1 ||| ||| 1
+in Sri Lanka [X] ||| in Sri Lanka [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] Lanka [X] ||| [X][X] Lanka [X] ||| 0.0182166 1 ||| 0-0 ||| 0.590909
+in [X][X] [X] ||| in [X][X] [X] ||| 0.218091 1 ||| 1-1 ||| 1.13631
+Sri Lanka [X] ||| Sri Lanka zu [X] ||| 0.0182166 1 ||| ||| 1
+Lanka [X] ||| Lanka zu beklagen [X] ||| 0.0182166 1 ||| ||| 1
+was [X] ||| zu beklagen gab [X] ||| 0.00607219 1 ||| ||| 3
+was [X] ||| beklagen gab , [X] ||| 0.00607219 1 ||| ||| 3
+was [X] ||| gab , zählt [X] ||| 0.00607219 1 ||| ||| 3
+Mr [X] ||| zählt auch Herr [X] ||| 0.0182166 1 ||| ||| 1
+Mr Kumar Ponnambalam [X] ||| Herr Kumar Ponnambalam [X] ||| 0.0182166 1 ||| ||| 0.5
+Mr [X][X] [X] ||| Herr [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.7
+the European Parliament [X] ||| dem Europäischen Parlament [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] Parliament [X] ||| [X][X] Parlament [X] ||| 0.0182166 1 ||| 0-0 ||| 0.333333
+the [X][X] [X] ||| dem [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.736429
+European Parliament just [X] ||| Europäischen Parlament erst [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] just [X] ||| [X][X] erst [X] ||| 0.0182166 1 ||| 0-0 ||| 0.5
+European [X][X] [X] ||| Europäischen [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.756705
+Parliament just [X] ||| Parlament erst vor [X] ||| 0.0182166 1 ||| ||| 1
+just a few [X] ||| erst vor wenigen [X] ||| 0.0182166 1 ||| ||| 0.333333
+just [X][X] [X] ||| erst [X][X] [X] ||| 0.00910828 1 ||| 1-1 ||| 1.15238
+just [X][X] [X] ||| erst vor [X][X] [X] ||| 0.00910828 1 ||| 1-2 ||| 1.15238
+a few months ago [X] ||| vor wenigen Monaten [X] ||| 0.0182166 1 ||| ||| 0.25
+[X][X] months ago [X] ||| vor [X][X] Monaten [X] ||| 0.0182166 1 ||| 0-1 ||| 0.25
+a few [X][X] [X] ||| vor wenigen [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.45
+a few months ago [X] ||| wenigen Monaten einen [X] ||| 0.0182166 1 ||| ||| 0.25
+[X][X] months ago [X] ||| [X][X] Monaten einen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.663848
+a few [X][X] [X] ||| wenigen [X][X] einen [X] ||| 0.0182166 1 ||| 2-1 ||| 0.25
+visited [X] ||| einen Besuch abgestattet [X] ||| 0.0182166 1 ||| ||| 1
+had visited [X] ||| Besuch abgestattet hatte [X] ||| 0.0182166 1 ||| ||| 1
+recently in Sri [X] ||| jüngster Zeit in Sri [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] Sri [X] ||| [X][X] Sri [X] ||| 0.0182166 1 ||| 0-0 ||| 0.653114
+recently [X][X] [X] ||| jüngster Zeit [X][X] [X] ||| 0.0182166 1 ||| 1-2 ||| 0.871443
+in Sri Lanka [X] ||| in Sri Lanka zu [X] ||| 0.0182166 1 ||| ||| 0.25
+[X][X] Lanka [X] ||| [X][X] Lanka zu [X] ||| 0.0182166 1 ||| 0-0 ||| 0.375
+in [X][X] [X] ||| in [X][X] zu [X] ||| 0.0182166 1 ||| 1-1 ||| 0.25
+Sri Lanka [X] ||| Sri Lanka zu beklagen [X] ||| 0.0182166 1 ||| ||| 1
+Lanka was [X] ||| Lanka zu beklagen gab [X] ||| 0.0182166 1 ||| ||| 1
+was [X] ||| zu beklagen gab , [X] ||| 0.00607219 1 ||| ||| 3
+was [X] ||| beklagen gab , zählt [X] ||| 0.00607219 1 ||| ||| 3
+was [X] ||| gab , zählt auch [X] ||| 0.00607219 1 ||| ||| 3
+Mr [X] ||| , zählt auch Herr [X] ||| 0.0182166 1 ||| ||| 1
+Mr Kumar Ponnambalam [X] ||| auch Herr Kumar Ponnambalam [X] ||| 0.0182166 1 ||| ||| 0.5
+Mr [X][X] [X] ||| auch Herr [X][X] [X] ||| 0.0182166 1 ||| 1-2 ||| 0.666667
+Kumar Ponnambalam , who [X] ||| Kumar Ponnambalam , der [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] , who [X] ||| [X][X] , der [X] ||| 0.218091 1 ||| 0-0 ||| 1.09811
+Kumar Ponnambalam [X][X] [X] ||| Kumar Ponnambalam [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.333333
+the European Parliament just [X] ||| dem Europäischen Parlament erst [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] Parliament just [X] ||| [X][X] Parlament erst [X] ||| 0.0182166 1 ||| 0-0 ||| 0.166667
+the [X][X] just [X] ||| dem [X][X] erst [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+the European [X][X] [X] ||| dem Europäischen [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.403095
+European Parliament just [X] ||| Europäischen Parlament erst vor [X] ||| 0.0182166 1 ||| ||| 0.25
+[X][X] just [X] ||| [X][X] erst vor [X] ||| 0.0182166 1 ||| 0-0 ||| 0.375
+European [X][X] [X] ||| Europäischen [X][X] vor [X] ||| 0.0182166 1 ||| 1-1 ||| 0.25
+Parliament just a few [X] ||| Parlament erst vor wenigen [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] a few [X] ||| [X][X] vor wenigen [X] ||| 0.00910828 1 ||| 0-0 ||| 0.595238
+[X][X] a few [X] ||| [X][X] wenigen [X] ||| 0.00910828 1 ||| 0-0 ||| 0.595238
+Parliament [X][X] [X] ||| Parlament [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.305556
+Parliament just [X][X] [X] ||| Parlament erst [X][X] [X] ||| 0.00910828 1 ||| 2-2 ||| 0.611112
+Parliament just [X][X] [X] ||| Parlament erst vor [X][X] [X] ||| 0.00910828 1 ||| 2-3 ||| 0.611112
+just a few months ago [X] ||| erst vor wenigen Monaten [X] ||| 0.0182166 1 ||| ||| 0.142857
+just [X][X] months ago [X] ||| erst [X][X] Monaten [X] ||| 0.00910828 1 ||| 1-1 ||| 0.285714
+just [X][X] months ago [X] ||| erst vor [X][X] Monaten [X] ||| 0.00910828 1 ||| 1-2 ||| 0.285714
+just a few [X][X] [X] ||| erst vor wenigen [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.242857
+a few months ago [X] ||| vor wenigen Monaten einen [X] ||| 0.0182166 1 ||| ||| 0.2
+[X][X] months ago [X] ||| vor [X][X] Monaten einen [X] ||| 0.0182166 1 ||| 0-1 ||| 0.2
+a few [X][X] [X] ||| vor wenigen [X][X] einen [X] ||| 0.0182166 1 ||| 2-2 ||| 0.2
+had visited [X] ||| einen Besuch abgestattet hatte [X] ||| 0.0182166 1 ||| ||| 1
+people assassinated very [X] ||| Attentatsopfern , die es in [X] ||| 0.0182166 1 ||| ||| 1
+recently in Sri Lanka [X] ||| jüngster Zeit in Sri Lanka [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] Sri Lanka [X] ||| [X][X] Sri Lanka [X] ||| 0.0182166 1 ||| 0-0 ||| 0.257576
+recently [X][X] Lanka [X] ||| jüngster Zeit [X][X] Lanka [X] ||| 0.0182166 1 ||| 1-2 ||| 0.166667
+recently in [X][X] [X] ||| jüngster Zeit in [X][X] [X] ||| 0.0182166 1 ||| 2-3 ||| 0.538109
+in Sri Lanka [X] ||| in Sri Lanka zu beklagen [X] ||| 0.0182166 1 ||| ||| 0.2
+[X][X] Lanka [X] ||| [X][X] Lanka zu beklagen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.3
+in [X][X] [X] ||| in [X][X] zu beklagen [X] ||| 0.00910828 1 ||| 1-1 ||| 0.4
+in [X][X] [X] ||| in [X][X] beklagen [X] ||| 0.00910828 1 ||| 1-1 ||| 0.4
+Sri Lanka was [X] ||| Sri Lanka zu beklagen gab [X] ||| 0.0182166 1 ||| ||| 0.2
+[X][X] was [X] ||| [X][X] zu beklagen gab [X] ||| 0.00607219 1 ||| 0-0 ||| 1.07647
+[X][X] was [X] ||| [X][X] beklagen gab [X] ||| 0.00607219 1 ||| 0-0 ||| 1.07647
+[X][X] was [X] ||| [X][X] gab [X] ||| 0.00607219 1 ||| 0-0 ||| 1.07647
+Sri [X][X] [X] ||| Sri [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.697024
+Lanka was [X] ||| Lanka zu beklagen gab , [X] ||| 0.0182166 1 ||| ||| 1
+was [X] ||| zu beklagen gab , zählt [X] ||| 0.00910828 1 ||| ||| 2
+was [X] ||| beklagen gab , zählt auch [X] ||| 0.00910828 1 ||| ||| 2
+was Mr [X] ||| gab , zählt auch Herr [X] ||| 0.0182166 1 ||| ||| 1
+Mr Kumar Ponnambalam [X] ||| zählt auch Herr Kumar Ponnambalam [X] ||| 0.0182166 1 ||| ||| 0.5
+Mr [X][X] [X] ||| zählt auch Herr [X][X] [X] ||| 0.0182166 1 ||| 1-3 ||| 0.642857
+Mr Kumar Ponnambalam , who [X] ||| Herr Kumar Ponnambalam , der [X] ||| 0.0182166 1 ||| ||| 0.2
+Mr [X][X] , who [X] ||| Herr [X][X] , der [X] ||| 0.0182166 1 ||| 1-1 ||| 0.2
+Mr Kumar Ponnambalam [X][X] [X] ||| Herr Kumar Ponnambalam [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.2
+the European Parliament just [X] ||| dem Europäischen Parlament erst vor [X] ||| 0.0182166 1 ||| ||| 0.125
+[X][X] Parliament just [X] ||| [X][X] Parlament erst vor [X] ||| 0.0182166 1 ||| 0-0 ||| 0.125
+the [X][X] just [X] ||| dem [X][X] erst vor [X] ||| 0.0182166 1 ||| 1-1 ||| 0.125
+the [X][X] [X] ||| dem [X][X] vor [X] ||| 0.0182166 1 ||| 1-1 ||| 0.125
+the European [X][X] [X] ||| dem Europäischen [X][X] vor [X] ||| 0.0182166 1 ||| 2-2 ||| 0.125
+European Parliament just a few [X] ||| Europäischen Parlament erst vor wenigen [X] ||| 0.0182166 1 ||| ||| 0.0833333
+[X][X] just a few [X] ||| [X][X] erst vor wenigen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.130952
+[X][X] just [X][X] [X] ||| [X][X] erst [X][X] [X] ||| 0.00910828 1 ||| 0-0 2-2 ||| 0.5696
+[X][X] just [X][X] [X] ||| [X][X] erst vor [X][X] [X] ||| 0.00910828 1 ||| 0-0 2-3 ||| 0.5696
+European [X][X] a few [X] ||| Europäischen [X][X] vor wenigen [X] ||| 0.00910828 1 ||| 1-1 ||| 0.166667
+European [X][X] a few [X] ||| Europäischen [X][X] wenigen [X] ||| 0.00910828 1 ||| 1-1 ||| 0.166667
+European Parliament [X][X] [X] ||| Europäischen Parlament [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.173372
+European Parliament just [X][X] [X] ||| Europäischen Parlament erst [X][X] [X] ||| 0.00910828 1 ||| 3-3 ||| 0.346744
+European Parliament just [X][X] [X] ||| Europäischen Parlament erst vor [X][X] [X] ||| 0.00910828 1 ||| 3-4 ||| 0.346744
+[X][X] a few months ago [X] ||| [X][X] vor wenigen Monaten [X] ||| 0.0182166 1 ||| 0-0 ||| 0.178889
+[X][X] a few [X][X] [X] ||| [X][X] vor wenigen [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.292737
+[X][X] a few months ago [X] ||| [X][X] wenigen Monaten [X] ||| 0.0182166 1 ||| 0-0 ||| 0.178889
+[X][X] a few [X][X] [X] ||| [X][X] wenigen [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.292737
+Parliament [X][X] months ago [X] ||| Parlament [X][X] Monaten [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0833333
+Parliament just [X][X] months ago [X] ||| Parlament erst [X][X] Monaten [X] ||| 0.00910828 1 ||| 2-2 ||| 0.166667
+Parliament just [X][X] months ago [X] ||| Parlament erst vor [X][X] Monaten [X] ||| 0.00910828 1 ||| 2-3 ||| 0.166667
+Parliament just a few [X][X] [X] ||| Parlament erst vor wenigen [X][X] [X] ||| 0.0182166 1 ||| 4-4 ||| 0.138889
+just a few months ago [X] ||| erst vor wenigen Monaten einen [X] ||| 0.0182166 1 ||| ||| 0.1
+just [X][X] months ago [X] ||| erst [X][X] Monaten einen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.1
+just [X][X] [X] ||| erst [X][X] einen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.1
+just [X][X] months ago [X] ||| erst vor [X][X] Monaten einen [X] ||| 0.0182166 1 ||| 1-2 ||| 0.1
+just [X][X] [X] ||| erst vor [X][X] einen [X] ||| 0.0182166 1 ||| 1-2 ||| 0.1
+just a few [X][X] [X] ||| erst vor wenigen [X][X] einen [X] ||| 0.0182166 1 ||| 3-3 ||| 0.1
+the people assassinated very [X] ||| den Attentatsopfern , die es in [X] ||| 0.0182166 1 ||| ||| 0.5
+the [X][X] [X] ||| den [X][X] [X] ||| 0.218091 1 ||| 1-1 ||| 1.01667
+of the people assassinated very [X] ||| den Attentatsopfern , die es in [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] people assassinated very [X] ||| [X][X] Attentatsopfern , die es in [X] ||| 0.0182166 1 ||| 0-0 ||| 0.476191
+of the [X][X] [X] ||| den [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.735256
+recently in Sri Lanka [X] ||| jüngster Zeit in Sri Lanka zu [X] ||| 0.0182166 1 ||| ||| 0.125
+[X][X] Sri Lanka [X] ||| [X][X] Sri Lanka zu [X] ||| 0.0182166 1 ||| 0-0 ||| 0.125
+recently [X][X] Lanka [X] ||| jüngster Zeit [X][X] Lanka zu [X] ||| 0.0182166 1 ||| 1-2 ||| 0.125
+recently [X][X] [X] ||| jüngster Zeit [X][X] zu [X] ||| 0.0182166 1 ||| 1-2 ||| 0.125
+recently in [X][X] [X] ||| jüngster Zeit in [X][X] zu [X] ||| 0.0182166 1 ||| 2-3 ||| 0.125
+in Sri Lanka was [X] ||| in Sri Lanka zu beklagen gab [X] ||| 0.0182166 1 ||| ||| 0.1
+[X][X] Lanka was [X] ||| [X][X] Lanka zu beklagen gab [X] ||| 0.0182166 1 ||| 0-0 ||| 0.158824
+in [X][X] was [X] ||| in [X][X] zu beklagen gab [X] ||| 0.00607219 1 ||| 1-1 ||| 0.3
+in [X][X] was [X] ||| in [X][X] beklagen gab [X] ||| 0.00607219 1 ||| 1-1 ||| 0.3
+in [X][X] was [X] ||| in [X][X] gab [X] ||| 0.00607219 1 ||| 1-1 ||| 0.3
+in Sri [X][X] [X] ||| in Sri [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.352976
+Sri Lanka was [X] ||| Sri Lanka zu beklagen gab , [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] was [X] ||| [X][X] zu beklagen gab , [X] ||| 0.00607219 1 ||| 0-0 ||| 0.892857
+[X][X] was [X] ||| [X][X] beklagen gab , [X] ||| 0.00607219 1 ||| 0-0 ||| 0.892857
+[X][X] was [X] ||| [X][X] gab , [X] ||| 0.00607219 1 ||| 0-0 ||| 0.892857
+Sri [X][X] [X] ||| Sri [X][X] , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+Lanka was [X] ||| Lanka zu beklagen gab , zählt [X] ||| 0.0182166 1 ||| ||| 1
+was [X] ||| zu beklagen gab , zählt auch [X] ||| 0.0182166 1 ||| ||| 1
+was Mr [X] ||| beklagen gab , zählt auch Herr [X] ||| 0.0182166 1 ||| ||| 1
+Mr Kumar Ponnambalam [X] ||| , zählt auch Herr Kumar Ponnambalam [X] ||| 0.0182166 1 ||| ||| 0.5
+Mr [X][X] [X] ||| , zählt auch Herr [X][X] [X] ||| 0.0182166 1 ||| 1-4 ||| 0.625
+Mr Kumar Ponnambalam , who [X] ||| auch Herr Kumar Ponnambalam , der [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] , who [X] ||| auch [X][X] , der [X] ||| 0.0182166 1 ||| 0-1 ||| 0.166667
+Mr [X][X] , who [X] ||| auch Herr [X][X] , der [X] ||| 0.0182166 1 ||| 1-2 ||| 0.166667
+Mr Kumar Ponnambalam [X][X] [X] ||| auch Herr Kumar Ponnambalam [X][X] [X] ||| 0.0182166 1 ||| 3-4 ||| 0.166667
+[X][X] Parliament just a few [X] ||| [X][X] Parlament erst vor wenigen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.047619
+[X][X] Parliament [X][X] [X] ||| [X][X] Parlament [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.111429
+[X][X] Parliament just [X][X] [X] ||| [X][X] Parlament erst [X][X] [X] ||| 0.00910828 1 ||| 0-0 3-3 ||| 0.222858
+[X][X] Parliament just [X][X] [X] ||| [X][X] Parlament erst vor [X][X] [X] ||| 0.00910828 1 ||| 0-0 3-4 ||| 0.222858
+the [X][X] just a few [X] ||| dem [X][X] erst vor wenigen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.047619
+the [X][X] just [X][X] [X] ||| dem [X][X] erst [X][X] [X] ||| 0.00910828 1 ||| 1-1 3-3 ||| 0.222858
+the [X][X] just [X][X] [X] ||| dem [X][X] erst vor [X][X] [X] ||| 0.00910828 1 ||| 1-1 3-4 ||| 0.222858
+the [X][X] a few [X] ||| dem [X][X] vor wenigen [X] ||| 0.00910828 1 ||| 1-1 ||| 0.095238
+the [X][X] a few [X] ||| dem [X][X] wenigen [X] ||| 0.00910828 1 ||| 1-1 ||| 0.095238
+the European [X][X] a few [X] ||| dem Europäischen [X][X] vor wenigen [X] ||| 0.00910828 1 ||| 2-2 ||| 0.095238
+the European [X][X] a few [X] ||| dem Europäischen [X][X] wenigen [X] ||| 0.00910828 1 ||| 2-2 ||| 0.095238
+the European Parliament [X][X] [X] ||| dem Europäischen Parlament [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.111429
+the European Parliament just [X][X] [X] ||| dem Europäischen Parlament erst [X][X] [X] ||| 0.00910828 1 ||| 4-4 ||| 0.222858
+the European Parliament just [X][X] [X] ||| dem Europäischen Parlament erst vor [X][X] [X] ||| 0.00910828 1 ||| 4-5 ||| 0.222858
+[X][X] just [X][X] months ago [X] ||| [X][X] erst [X][X] Monaten [X] ||| 0.00910828 1 ||| 0-0 2-2 ||| 0.191111
+[X][X] just [X][X] months ago [X] ||| [X][X] erst vor [X][X] Monaten [X] ||| 0.00910828 1 ||| 0-0 2-3 ||| 0.191111
+[X][X] just a few [X][X] [X] ||| [X][X] erst vor wenigen [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-4 ||| 0.153848
+European [X][X] a few [X][X] [X] ||| Europäischen [X][X] vor wenigen [X][X] [X] ||| 0.00910828 1 ||| 1-1 4-4 ||| 0.180077
+European [X][X] a few [X][X] [X] ||| Europäischen [X][X] wenigen [X][X] [X] ||| 0.00910828 1 ||| 1-1 4-3 ||| 0.180077
+European [X][X] months ago [X] ||| Europäischen [X][X] Monaten [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0555556
+European Parliament [X][X] months ago [X] ||| Europäischen Parlament [X][X] Monaten [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0555556
+[X][X] a few months ago [X] ||| [X][X] vor wenigen Monaten einen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.113848
+[X][X] a few [X][X] [X] ||| [X][X] vor wenigen [X][X] einen [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.113848
+[X][X] a few months ago [X] ||| [X][X] wenigen Monaten einen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.113848
+[X][X] a few [X][X] [X] ||| [X][X] wenigen [X][X] einen [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.113848
+Parliament [X][X] months ago [X] ||| Parlament [X][X] Monaten einen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0555556
+Parliament [X][X] [X] ||| Parlament [X][X] einen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0555556
+Parliament just [X][X] months ago [X] ||| Parlament erst [X][X] Monaten einen [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0555556
+Parliament just [X][X] [X] ||| Parlament erst [X][X] einen [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0555556
+Parliament just [X][X] months ago [X] ||| Parlament erst vor [X][X] Monaten einen [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0555556
+Parliament just [X][X] [X] ||| Parlament erst vor [X][X] einen [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0555556
+Parliament just a few [X][X] [X] ||| Parlament erst vor wenigen [X][X] einen [X] ||| 0.0182166 1 ||| 4-4 ||| 0.0555556
+[X][X] the people assassinated very [X] ||| [X][X] den Attentatsopfern , die es in [X] ||| 0.0182166 1 ||| 0-0 ||| 0.142857
+[X][X] the [X][X] [X] ||| [X][X] den [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.314286
+one [X][X] people assassinated very [X] ||| zu [X][X] Attentatsopfern , die es in [X] ||| 0.0182166 1 ||| 1-1 ||| 0.142857
+one of [X][X] [X] ||| zu [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.314286
+one of the [X][X] [X] ||| zu den [X][X] [X] ||| 0.0182166 1 ||| 3-2 ||| 0.314286
+people assassinated very recently [X] ||| Attentatsopfern , die es in jüngster Zeit [X] ||| 0.0182166 1 ||| ||| 0.5
+[X][X] recently [X] ||| [X][X] jüngster Zeit [X] ||| 0.218091 1 ||| 0-0 ||| 1.05
+recently in Sri Lanka [X] ||| jüngster Zeit in Sri Lanka zu beklagen [X] ||| 0.0182166 1 ||| ||| 0.1
+[X][X] Sri Lanka [X] ||| [X][X] Sri Lanka zu beklagen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.1
+recently [X][X] Lanka [X] ||| jüngster Zeit [X][X] Lanka zu beklagen [X] ||| 0.0182166 1 ||| 1-2 ||| 0.1
+recently [X][X] [X] ||| jüngster Zeit [X][X] zu beklagen [X] ||| 0.00910828 1 ||| 1-2 ||| 0.2
+recently [X][X] [X] ||| jüngster Zeit [X][X] beklagen [X] ||| 0.00910828 1 ||| 1-2 ||| 0.2
+recently in [X][X] [X] ||| jüngster Zeit in [X][X] zu beklagen [X] ||| 0.00910828 1 ||| 2-3 ||| 0.2
+recently in [X][X] [X] ||| jüngster Zeit in [X][X] beklagen [X] ||| 0.00910828 1 ||| 2-3 ||| 0.2
+in Sri Lanka was [X] ||| in Sri Lanka zu beklagen gab , [X] ||| 0.0182166 1 ||| ||| 0.0833333
+[X][X] Lanka was [X] ||| [X][X] Lanka zu beklagen gab , [X] ||| 0.0182166 1 ||| 0-0 ||| 0.130952
+in [X][X] was [X] ||| in [X][X] zu beklagen gab , [X] ||| 0.00607219 1 ||| 1-1 ||| 0.25
+in [X][X] was [X] ||| in [X][X] beklagen gab , [X] ||| 0.00607219 1 ||| 1-1 ||| 0.25
+in [X][X] was [X] ||| in [X][X] gab , [X] ||| 0.00607219 1 ||| 1-1 ||| 0.25
+in [X][X] [X] ||| in [X][X] , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0833333
+in Sri [X][X] [X] ||| in Sri [X][X] , [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0833333
+Sri Lanka was [X] ||| Sri Lanka zu beklagen gab , zählt [X] ||| 0.0182166 1 ||| ||| 0.142857
+[X][X] was [X] ||| [X][X] zu beklagen gab , zählt [X] ||| 0.00607219 1 ||| 0-0 ||| 0.762858
+[X][X] was [X] ||| [X][X] beklagen gab , zählt [X] ||| 0.00607219 1 ||| 0-0 ||| 0.762858
+[X][X] was [X] ||| [X][X] gab , zählt [X] ||| 0.00607219 1 ||| 0-0 ||| 0.762858
+Sri [X][X] [X] ||| Sri [X][X] , zählt [X] ||| 0.00910828 1 ||| 1-1 ||| 0.285714
+Sri [X][X] [X] ||| Sri [X][X] zählt [X] ||| 0.00910828 1 ||| 1-1 ||| 0.285714
+Lanka was [X] ||| Lanka zu beklagen gab , zählt auch [X] ||| 0.0182166 1 ||| ||| 1
+was Mr [X] ||| zu beklagen gab , zählt auch Herr [X] ||| 0.0182166 1 ||| ||| 1
+was Mr Kumar Ponnambalam [X] ||| gab , zählt auch Herr Kumar Ponnambalam [X] ||| 0.0182166 1 ||| ||| 0.142857
+[X][X] Kumar Ponnambalam [X] ||| [X][X] Kumar Ponnambalam [X] ||| 0.0182166 1 ||| 0-0 ||| 0.426587
+was [X][X] [X] ||| gab [X][X] [X] ||| 0.00455414 1 ||| 1-1 ||| 0.857144
+was [X][X] [X] ||| gab , [X][X] [X] ||| 0.00455414 1 ||| 1-2 ||| 0.857144
+was [X][X] [X] ||| gab , zählt [X][X] [X] ||| 0.00455414 1 ||| 1-3 ||| 0.857144
+was [X][X] [X] ||| gab , zählt auch [X][X] [X] ||| 0.00455414 1 ||| 1-4 ||| 0.857144
+was Mr [X][X] [X] ||| gab , zählt auch Herr [X][X] [X] ||| 0.0182166 1 ||| 2-5 ||| 0.214286
+Mr Kumar Ponnambalam , who [X] ||| zählt auch Herr Kumar Ponnambalam , der [X] ||| 0.0182166 1 ||| ||| 0.142857
+[X][X] , who [X] ||| zählt [X][X] , der [X] ||| 0.00910828 1 ||| 0-1 ||| 0.285714
+[X][X] , who [X] ||| zählt auch [X][X] , der [X] ||| 0.00910828 1 ||| 0-2 ||| 0.285714
+Mr [X][X] , who [X] ||| zählt auch Herr [X][X] , der [X] ||| 0.0182166 1 ||| 1-3 ||| 0.142857
+Mr Kumar Ponnambalam [X][X] [X] ||| zählt auch Herr Kumar Ponnambalam [X][X] [X] ||| 0.0182166 1 ||| 3-5 ||| 0.142857
+[X][X] Parliament [X][X] months ago [X] ||| [X][X] Parlament [X][X] Monaten [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.04
+the [X][X] a few [X][X] [X] ||| dem [X][X] vor wenigen [X][X] [X] ||| 0.00910828 1 ||| 1-1 4-4 ||| 0.127619
+the [X][X] a few [X][X] [X] ||| dem [X][X] wenigen [X][X] [X] ||| 0.00910828 1 ||| 1-1 4-3 ||| 0.127619
+the [X][X] months ago [X] ||| dem [X][X] Monaten [X] ||| 0.0182166 1 ||| 1-1 ||| 0.04
+the European [X][X] months ago [X] ||| dem Europäischen [X][X] Monaten [X] ||| 0.0182166 1 ||| 2-2 ||| 0.04
+[X][X] just [X][X] months ago [X] ||| [X][X] erst [X][X] Monaten einen [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0582923
+[X][X] just [X][X] [X] ||| [X][X] erst [X][X] einen [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0582923
+[X][X] just [X][X] months ago [X] ||| [X][X] erst vor [X][X] Monaten einen [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.0582923
+[X][X] just [X][X] [X] ||| [X][X] erst vor [X][X] einen [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.0582923
+[X][X] just a few [X][X] [X] ||| [X][X] erst vor wenigen [X][X] einen [X] ||| 0.0182166 1 ||| 0-0 4-4 ||| 0.0582923
+European [X][X] a few [X][X] [X] ||| Europäischen [X][X] vor wenigen [X][X] einen [X] ||| 0.00910828 1 ||| 1-1 4-4 ||| 0.0689656
+European [X][X] a few [X][X] [X] ||| Europäischen [X][X] wenigen [X][X] einen [X] ||| 0.00910828 1 ||| 1-1 4-3 ||| 0.0689656
+European [X][X] months ago [X] ||| Europäischen [X][X] Monaten einen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0344828
+European [X][X] [X] ||| Europäischen [X][X] einen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0344828
+European Parliament [X][X] months ago [X] ||| Europäischen Parlament [X][X] Monaten einen [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0344828
+European Parliament [X][X] [X] ||| Europäischen Parlament [X][X] einen [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0344828
+European Parliament just [X][X] [X] ||| Europäischen Parlament erst [X][X] einen [X] ||| 0.00910828 1 ||| 3-3 ||| 0.0689656
+European Parliament just [X][X] [X] ||| Europäischen Parlament erst vor [X][X] einen [X] ||| 0.00910828 1 ||| 3-4 ||| 0.0689656
+the people assassinated very recently [X] ||| den Attentatsopfern , die es in jüngster Zeit [X] ||| 0.0182166 1 ||| ||| 0.25
+the [X][X] recently [X] ||| den [X][X] jüngster Zeit [X] ||| 0.0182166 1 ||| 1-1 ||| 0.25
+[X][X] people assassinated very recently [X] ||| [X][X] Attentatsopfern , die es in jüngster Zeit [X] ||| 0.0182166 1 ||| 0-0 ||| 0.3
+of [X][X] recently [X] ||| [X][X] jüngster Zeit [X] ||| 0.0182166 1 ||| 1-0 ||| 0.2
+of the [X][X] recently [X] ||| den [X][X] jüngster Zeit [X] ||| 0.0182166 1 ||| 2-1 ||| 0.2
+people assassinated very recently in [X] ||| Attentatsopfern , die es in jüngster Zeit in [X] ||| 0.0182166 1 ||| ||| 0.25
+[X][X] recently in [X] ||| [X][X] jüngster Zeit in [X] ||| 0.0182166 1 ||| 0-0 ||| 0.613095
+[X][X] in [X] ||| [X][X] in [X] ||| 0.0182166 1 ||| 0-0 ||| 0.613095
+people assassinated very [X][X] [X] ||| Attentatsopfern , die es in [X][X] [X] ||| 0.0182166 1 ||| 3-5 ||| 0.483766
+recently in Sri Lanka was [X] ||| jüngster Zeit in Sri Lanka zu beklagen gab [X] ||| 0.0182166 1 ||| ||| 0.0588235
+[X][X] Sri Lanka was [X] ||| [X][X] Sri Lanka zu beklagen gab [X] ||| 0.0182166 1 ||| 0-0 ||| 0.0588235
+[X][X] Sri [X][X] [X] ||| [X][X] Sri [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.146443
+recently [X][X] Lanka was [X] ||| jüngster Zeit [X][X] Lanka zu beklagen gab [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0588235
+recently [X][X] was [X] ||| jüngster Zeit [X][X] zu beklagen gab [X] ||| 0.00607219 1 ||| 1-2 ||| 0.176471
+recently [X][X] was [X] ||| jüngster Zeit [X][X] beklagen gab [X] ||| 0.00607219 1 ||| 1-2 ||| 0.176471
+recently [X][X] was [X] ||| jüngster Zeit [X][X] gab [X] ||| 0.00607219 1 ||| 1-2 ||| 0.176471
+recently in [X][X] was [X] ||| jüngster Zeit in [X][X] zu beklagen gab [X] ||| 0.00607219 1 ||| 2-3 ||| 0.176471
+recently in [X][X] was [X] ||| jüngster Zeit in [X][X] beklagen gab [X] ||| 0.00607219 1 ||| 2-3 ||| 0.176471
+recently in [X][X] was [X] ||| jüngster Zeit in [X][X] gab [X] ||| 0.00607219 1 ||| 2-3 ||| 0.176471
+recently in Sri [X][X] [X] ||| jüngster Zeit in Sri [X][X] [X] ||| 0.0182166 1 ||| 3-4 ||| 0.146443
+in Sri Lanka was [X] ||| in Sri Lanka zu beklagen gab , zählt [X] ||| 0.0182166 1 ||| ||| 0.0714286
+[X][X] Lanka was [X] ||| [X][X] Lanka zu beklagen gab , zählt [X] ||| 0.0182166 1 ||| 0-0 ||| 0.111429
+in [X][X] was [X] ||| in [X][X] zu beklagen gab , zählt [X] ||| 0.00607219 1 ||| 1-1 ||| 0.214286
+in [X][X] was [X] ||| in [X][X] beklagen gab , zählt [X] ||| 0.00607219 1 ||| 1-1 ||| 0.214286
+in [X][X] was [X] ||| in [X][X] gab , zählt [X] ||| 0.00607219 1 ||| 1-1 ||| 0.214286
+in [X][X] [X] ||| in [X][X] , zählt [X] ||| 0.00910828 1 ||| 1-1 ||| 0.142857
+in [X][X] [X] ||| in [X][X] zählt [X] ||| 0.00910828 1 ||| 1-1 ||| 0.142857
+in Sri [X][X] [X] ||| in Sri [X][X] , zählt [X] ||| 0.00910828 1 ||| 2-2 ||| 0.142857
+in Sri [X][X] [X] ||| in Sri [X][X] zählt [X] ||| 0.00910828 1 ||| 2-2 ||| 0.142857
+Sri Lanka was [X] ||| Sri Lanka zu beklagen gab , zählt auch [X] ||| 0.0182166 1 ||| ||| 0.125
+[X][X] was [X] ||| [X][X] zu beklagen gab , zählt auch [X] ||| 0.00607219 1 ||| 0-0 ||| 0.5625
+[X][X] was [X] ||| [X][X] beklagen gab , zählt auch [X] ||| 0.00607219 1 ||| 0-0 ||| 0.5625
+[X][X] was [X] ||| [X][X] gab , zählt auch [X] ||| 0.00607219 1 ||| 0-0 ||| 0.5625
+Sri [X][X] [X] ||| Sri [X][X] , zählt auch [X] ||| 0.00607219 1 ||| 1-1 ||| 0.375
+Sri [X][X] [X] ||| Sri [X][X] zählt auch [X] ||| 0.00607219 1 ||| 1-1 ||| 0.375
+Sri [X][X] [X] ||| Sri [X][X] auch [X] ||| 0.00607219 1 ||| 1-1 ||| 0.375
+Lanka was Mr [X] ||| Lanka zu beklagen gab , zählt auch Herr [X] ||| 0.0182166 1 ||| ||| 0.125
+[X][X] Mr [X] ||| [X][X] , zählt auch Herr [X] ||| 0.00455414 1 ||| 0-0 ||| 0.892856
+[X][X] Mr [X] ||| [X][X] zählt auch Herr [X] ||| 0.00455414 1 ||| 0-0 ||| 0.892856
+[X][X] Mr [X] ||| [X][X] auch Herr [X] ||| 0.00455414 1 ||| 0-0 ||| 0.892856
+[X][X] Mr [X] ||| [X][X] Herr [X] ||| 0.00455414 1 ||| 0-0 ||| 0.892856
+Lanka [X][X] [X] ||| Lanka [X][X] [X] ||| 0.00607219 1 ||| 1-1 ||| 0.517857
+Lanka [X][X] [X] ||| Lanka zu [X][X] [X] ||| 0.00607219 1 ||| 1-2 ||| 0.517857
+Lanka [X][X] [X] ||| Lanka zu beklagen [X][X] [X] ||| 0.00607219 1 ||| 1-3 ||| 0.517857
+was Mr Kumar Ponnambalam [X] ||| beklagen gab , zählt auch Herr Kumar Ponnambalam [X] ||| 0.0182166 1 ||| ||| 0.125
+[X][X] Kumar Ponnambalam [X] ||| beklagen [X][X] Kumar Ponnambalam [X] ||| 0.0182166 1 ||| 0-1 ||| 0.125
+was [X][X] [X] ||| beklagen gab [X][X] [X] ||| 0.00455414 1 ||| 1-2 ||| 0.735296
+was [X][X] [X] ||| beklagen gab , [X][X] [X] ||| 0.00455414 1 ||| 1-3 ||| 0.735296
+was [X][X] [X] ||| beklagen gab , zählt [X][X] [X] ||| 0.00455414 1 ||| 1-4 ||| 0.735296
+was [X][X] [X] ||| beklagen gab , zählt auch [X][X] [X] ||| 0.00455414 1 ||| 1-5 ||| 0.735296
+was Mr [X][X] [X] ||| beklagen gab , zählt auch Herr [X][X] [X] ||| 0.0182166 1 ||| 2-6 ||| 0.183824
+Mr Kumar Ponnambalam , who [X] ||| , zählt auch Herr Kumar Ponnambalam , der [X] ||| 0.0182166 1 ||| ||| 0.125
+[X][X] , who [X] ||| , [X][X] , der [X] ||| 0.00607219 1 ||| 0-1 ||| 0.375
+[X][X] , who [X] ||| , zählt [X][X] , der [X] ||| 0.00607219 1 ||| 0-2 ||| 0.375
+[X][X] , who [X] ||| , zählt auch [X][X] , der [X] ||| 0.00607219 1 ||| 0-3 ||| 0.375
+Mr [X][X] , who [X] ||| , zählt auch Herr [X][X] , der [X] ||| 0.0182166 1 ||| 1-4 ||| 0.125
+Mr Kumar Ponnambalam [X][X] [X] ||| , zählt auch Herr Kumar Ponnambalam [X][X] [X] ||| 0.0182166 1 ||| 3-6 ||| 0.125
+[X][X] Parliament [X][X] months ago [X] ||| [X][X] Parlament [X][X] Monaten einen [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0238095
+[X][X] Parliament [X][X] [X] ||| [X][X] Parlament [X][X] einen [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0238095
+[X][X] Parliament just [X][X] [X] ||| [X][X] Parlament erst [X][X] einen [X] ||| 0.00910828 1 ||| 0-0 3-3 ||| 0.047619
+[X][X] Parliament just [X][X] [X] ||| [X][X] Parlament erst vor [X][X] einen [X] ||| 0.00910828 1 ||| 0-0 3-4 ||| 0.047619
+the [X][X] just [X][X] [X] ||| dem [X][X] erst [X][X] einen [X] ||| 0.00910828 1 ||| 1-1 3-3 ||| 0.047619
+the [X][X] just [X][X] [X] ||| dem [X][X] erst vor [X][X] einen [X] ||| 0.00910828 1 ||| 1-1 3-4 ||| 0.047619
+the [X][X] a few [X][X] [X] ||| dem [X][X] vor wenigen [X][X] einen [X] ||| 0.00910828 1 ||| 1-1 4-4 ||| 0.047619
+the [X][X] a few [X][X] [X] ||| dem [X][X] wenigen [X][X] einen [X] ||| 0.00910828 1 ||| 1-1 4-3 ||| 0.047619
+the [X][X] months ago [X] ||| dem [X][X] Monaten einen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0238095
+the [X][X] [X] ||| dem [X][X] einen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0238095
+the European [X][X] months ago [X] ||| dem Europäischen [X][X] Monaten einen [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0238095
+the European [X][X] [X] ||| dem Europäischen [X][X] einen [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0238095
+the European Parliament [X][X] [X] ||| dem Europäischen Parlament [X][X] einen [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0238095
+the European Parliament just [X][X] [X] ||| dem Europäischen Parlament erst [X][X] einen [X] ||| 0.00910828 1 ||| 4-4 ||| 0.047619
+the European Parliament just [X][X] [X] ||| dem Europäischen Parlament erst vor [X][X] einen [X] ||| 0.00910828 1 ||| 4-5 ||| 0.047619
+[X][X] the [X][X] recently [X] ||| [X][X] den [X][X] jüngster Zeit [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.1
+one of [X][X] recently [X] ||| zu [X][X] jüngster Zeit [X] ||| 0.0182166 1 ||| 2-1 ||| 0.1
+one [X][X] recently [X] ||| zu [X][X] jüngster Zeit [X] ||| 0.0182166 1 ||| 1-1 ||| 0.1
+one of the [X][X] recently [X] ||| zu den [X][X] jüngster Zeit [X] ||| 0.0182166 1 ||| 3-2 ||| 0.1
+the [X][X] recently in [X] ||| den [X][X] jüngster Zeit in [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+the [X][X] in [X] ||| den [X][X] in [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+the people assassinated very [X][X] [X] ||| den Attentatsopfern , die es in [X][X] [X] ||| 0.0182166 1 ||| 4-6 ||| 0.266667
+[X][X] people assassinated very [X][X] [X] ||| [X][X] Attentatsopfern , die es in [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-6 ||| 0.273352
+of [X][X] recently in [X] ||| [X][X] jüngster Zeit in [X] ||| 0.0182166 1 ||| 1-0 ||| 0.125
+of [X][X] in [X] ||| [X][X] in [X] ||| 0.0182166 1 ||| 1-0 ||| 0.125
+of the [X][X] recently in [X] ||| den [X][X] jüngster Zeit in [X] ||| 0.0182166 1 ||| 2-1 ||| 0.125
+of the [X][X] in [X] ||| den [X][X] in [X] ||| 0.0182166 1 ||| 2-1 ||| 0.125
+[X][X] recently in Sri [X] ||| [X][X] jüngster Zeit in Sri [X] ||| 0.0182166 1 ||| 0-0 ||| 0.31978
+[X][X] recently [X][X] [X] ||| [X][X] jüngster Zeit [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.410689
+[X][X] in Sri [X] ||| [X][X] in Sri [X] ||| 0.0182166 1 ||| 0-0 ||| 0.31978
+people assassinated very [X][X] Sri [X] ||| Attentatsopfern , die es in [X][X] Sri [X] ||| 0.0182166 1 ||| 3-5 ||| 0.142857
+people assassinated very recently [X][X] [X] ||| Attentatsopfern , die es in jüngster Zeit [X][X] [X] ||| 0.0182166 1 ||| 4-7 ||| 0.233766
+recently in Sri Lanka was [X] ||| jüngster Zeit in Sri Lanka zu beklagen gab , [X] ||| 0.0182166 1 ||| ||| 0.047619
+[X][X] Sri Lanka was [X] ||| [X][X] Sri Lanka zu beklagen gab , [X] ||| 0.0182166 1 ||| 0-0 ||| 0.047619
+[X][X] Sri [X][X] [X] ||| [X][X] Sri [X][X] , [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.047619
+recently [X][X] Lanka was [X] ||| jüngster Zeit [X][X] Lanka zu beklagen gab , [X] ||| 0.0182166 1 ||| 1-2 ||| 0.047619
+recently [X][X] was [X] ||| jüngster Zeit [X][X] zu beklagen gab , [X] ||| 0.00607219 1 ||| 1-2 ||| 0.142857
+recently [X][X] was [X] ||| jüngster Zeit [X][X] beklagen gab , [X] ||| 0.00607219 1 ||| 1-2 ||| 0.142857
+recently [X][X] was [X] ||| jüngster Zeit [X][X] gab , [X] ||| 0.00607219 1 ||| 1-2 ||| 0.142857
+recently [X][X] [X] ||| jüngster Zeit [X][X] , [X] ||| 0.0182166 1 ||| 1-2 ||| 0.047619
+recently in [X][X] was [X] ||| jüngster Zeit in [X][X] zu beklagen gab , [X] ||| 0.00607219 1 ||| 2-3 ||| 0.142857
+recently in [X][X] was [X] ||| jüngster Zeit in [X][X] beklagen gab , [X] ||| 0.00607219 1 ||| 2-3 ||| 0.142857
+recently in [X][X] was [X] ||| jüngster Zeit in [X][X] gab , [X] ||| 0.00607219 1 ||| 2-3 ||| 0.142857
+recently in [X][X] [X] ||| jüngster Zeit in [X][X] , [X] ||| 0.0182166 1 ||| 2-3 ||| 0.047619
+recently in Sri [X][X] [X] ||| jüngster Zeit in Sri [X][X] , [X] ||| 0.0182166 1 ||| 3-4 ||| 0.047619
+in Sri Lanka was [X] ||| in Sri Lanka zu beklagen gab , zählt auch [X] ||| 0.0182166 1 ||| ||| 0.0625
+[X][X] Lanka was [X] ||| [X][X] Lanka zu beklagen gab , zählt auch [X] ||| 0.0182166 1 ||| 0-0 ||| 0.0625
+in [X][X] was [X] ||| in [X][X] zu beklagen gab , zählt auch [X] ||| 0.00607219 1 ||| 1-1 ||| 0.1875
+in [X][X] was [X] ||| in [X][X] beklagen gab , zählt auch [X] ||| 0.00607219 1 ||| 1-1 ||| 0.1875
+in [X][X] was [X] ||| in [X][X] gab , zählt auch [X] ||| 0.00607219 1 ||| 1-1 ||| 0.1875
+in [X][X] [X] ||| in [X][X] , zählt auch [X] ||| 0.00607219 1 ||| 1-1 ||| 0.1875
+in [X][X] [X] ||| in [X][X] zählt auch [X] ||| 0.00607219 1 ||| 1-1 ||| 0.1875
+in [X][X] [X] ||| in [X][X] auch [X] ||| 0.00607219 1 ||| 1-1 ||| 0.1875
+in Sri [X][X] [X] ||| in Sri [X][X] , zählt auch [X] ||| 0.00607219 1 ||| 2-2 ||| 0.1875
+in Sri [X][X] [X] ||| in Sri [X][X] zählt auch [X] ||| 0.00607219 1 ||| 2-2 ||| 0.1875
+in Sri [X][X] [X] ||| in Sri [X][X] auch [X] ||| 0.00607219 1 ||| 2-2 ||| 0.1875
+Sri Lanka was Mr [X] ||| Sri Lanka zu beklagen gab , zählt auch Herr [X] ||| 0.0182166 1 ||| ||| 0.0625
+[X][X] was Mr [X] ||| [X][X] zu beklagen gab , zählt auch Herr [X] ||| 0.00607219 1 ||| 0-0 ||| 0.294643
+[X][X] was Mr [X] ||| [X][X] beklagen gab , zählt auch Herr [X] ||| 0.00607219 1 ||| 0-0 ||| 0.294643
+[X][X] was Mr [X] ||| [X][X] gab , zählt auch Herr [X] ||| 0.00607219 1 ||| 0-0 ||| 0.294643
+Sri [X][X] Mr [X] ||| Sri [X][X] , zählt auch Herr [X] ||| 0.00455414 1 ||| 1-1 ||| 0.25
+Sri [X][X] Mr [X] ||| Sri [X][X] zählt auch Herr [X] ||| 0.00455414 1 ||| 1-1 ||| 0.25
+Sri [X][X] Mr [X] ||| Sri [X][X] auch Herr [X] ||| 0.00455414 1 ||| 1-1 ||| 0.25
+Sri [X][X] Mr [X] ||| Sri [X][X] Herr [X] ||| 0.00455414 1 ||| 1-1 ||| 0.25
+Sri Lanka [X][X] [X] ||| Sri Lanka [X][X] [X] ||| 0.00607219 1 ||| 2-2 ||| 0.1875
+Sri Lanka [X][X] [X] ||| Sri Lanka zu [X][X] [X] ||| 0.00607219 1 ||| 2-3 ||| 0.1875
+Sri Lanka [X][X] [X] ||| Sri Lanka zu beklagen [X][X] [X] ||| 0.00607219 1 ||| 2-4 ||| 0.1875
+was Mr Kumar Ponnambalam [X] ||| zu beklagen gab , zählt auch Herr Kumar Ponnambalam [X] ||| 0.0182166 1 ||| ||| 0.111111
+[X][X] Kumar Ponnambalam [X] ||| zu [X][X] Kumar Ponnambalam [X] ||| 0.00910828 1 ||| 0-1 ||| 0.222222
+[X][X] Kumar Ponnambalam [X] ||| zu beklagen [X][X] Kumar Ponnambalam [X] ||| 0.00910828 1 ||| 0-2 ||| 0.222222
+was [X][X] [X] ||| zu beklagen gab [X][X] [X] ||| 0.00455414 1 ||| 1-3 ||| 0.444444
+was [X][X] [X] ||| zu beklagen gab , [X][X] [X] ||| 0.00455414 1 ||| 1-4 ||| 0.444444
+was [X][X] [X] ||| zu beklagen gab , zählt [X][X] [X] ||| 0.00455414 1 ||| 1-5 ||| 0.444444
+was [X][X] [X] ||| zu beklagen gab , zählt auch [X][X] [X] ||| 0.00455414 1 ||| 1-6 ||| 0.444444
+was Mr [X][X] [X] ||| zu beklagen gab , zählt auch Herr [X][X] [X] ||| 0.0182166 1 ||| 2-7 ||| 0.111111
+[X][X] Kumar Ponnambalam , who [X] ||| [X][X] Kumar Ponnambalam , der [X] ||| 0.0182166 1 ||| 0-0 ||| 0.130252
+[X][X] Kumar Ponnambalam [X][X] [X] ||| [X][X] Kumar Ponnambalam [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.130252
+was [X][X] , who [X] ||| gab [X][X] , der [X] ||| 0.00455414 1 ||| 1-1 ||| 0.285714
+was [X][X] , who [X] ||| gab , [X][X] , der [X] ||| 0.00455414 1 ||| 1-2 ||| 0.285714
+was [X][X] , who [X] ||| gab , zählt [X][X] , der [X] ||| 0.00455414 1 ||| 1-3 ||| 0.285714
+was [X][X] , who [X] ||| gab , zählt auch [X][X] , der [X] ||| 0.00455414 1 ||| 1-4 ||| 0.285714
+was Mr [X][X] , who [X] ||| gab , zählt auch Herr [X][X] , der [X] ||| 0.0182166 1 ||| 2-5 ||| 0.0714286
+was Mr Kumar Ponnambalam [X][X] [X] ||| gab , zählt auch Herr Kumar Ponnambalam [X][X] [X] ||| 0.0182166 1 ||| 4-7 ||| 0.0714286
+visited [X][X] Parliament [X][X] [X] ||| [X][X] Parlament [X][X] einen Besuch [X] ||| 0.00910828 1 ||| 1-0 3-2 ||| 0.0714286
+visited [X][X] Parliament [X][X] [X] ||| [X][X] Parlament [X][X] Besuch [X] ||| 0.00910828 1 ||| 1-0 3-2 ||| 0.0714286
+visited [X][X] Parliament just [X][X] [X] ||| [X][X] Parlament erst [X][X] einen Besuch [X] ||| 0.00455414 1 ||| 1-0 4-3 ||| 0.142857
+visited [X][X] Parliament just [X][X] [X] ||| [X][X] Parlament erst [X][X] Besuch [X] ||| 0.00455414 1 ||| 1-0 4-3 ||| 0.142857
+visited [X][X] Parliament just [X][X] [X] ||| [X][X] Parlament erst vor [X][X] einen Besuch [X] ||| 0.00455414 1 ||| 1-0 4-4 ||| 0.142857
+visited [X][X] Parliament just [X][X] [X] ||| [X][X] Parlament erst vor [X][X] Besuch [X] ||| 0.00455414 1 ||| 1-0 4-4 ||| 0.142857
+visited [X][X] just [X][X] [X] ||| [X][X] erst [X][X] einen Besuch [X] ||| 0.00455414 1 ||| 1-0 3-2 ||| 0.142857
+visited [X][X] just [X][X] [X] ||| [X][X] erst [X][X] Besuch [X] ||| 0.00455414 1 ||| 1-0 3-2 ||| 0.142857
+visited [X][X] just [X][X] [X] ||| [X][X] erst vor [X][X] einen Besuch [X] ||| 0.00455414 1 ||| 1-0 3-3 ||| 0.142857
+visited [X][X] just [X][X] [X] ||| [X][X] erst vor [X][X] Besuch [X] ||| 0.00455414 1 ||| 1-0 3-3 ||| 0.142857
+visited [X][X] a few [X][X] [X] ||| [X][X] vor wenigen [X][X] einen Besuch [X] ||| 0.00455414 1 ||| 1-0 4-3 ||| 0.142857
+visited [X][X] a few [X][X] [X] ||| [X][X] vor wenigen [X][X] Besuch [X] ||| 0.00455414 1 ||| 1-0 4-3 ||| 0.142857
+visited [X][X] a few [X][X] [X] ||| [X][X] wenigen [X][X] einen Besuch [X] ||| 0.00455414 1 ||| 1-0 4-2 ||| 0.142857
+visited [X][X] a few [X][X] [X] ||| [X][X] wenigen [X][X] Besuch [X] ||| 0.00455414 1 ||| 1-0 4-2 ||| 0.142857
+visited [X][X] months ago [X] ||| [X][X] Monaten einen Besuch [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0357143
+visited [X][X] [X] ||| [X][X] einen Besuch [X] ||| 0.00910828 1 ||| 1-0 ||| 0.0714286
+visited [X][X] [X] ||| [X][X] Besuch [X] ||| 0.00910828 1 ||| 1-0 ||| 0.0714286
+visited the [X][X] just [X][X] [X] ||| dem [X][X] erst [X][X] einen Besuch [X] ||| 0.00455414 1 ||| 2-1 4-3 ||| 0.142857
+visited the [X][X] just [X][X] [X] ||| dem [X][X] erst [X][X] Besuch [X] ||| 0.00455414 1 ||| 2-1 4-3 ||| 0.142857
+visited the [X][X] just [X][X] [X] ||| dem [X][X] erst vor [X][X] einen Besuch [X] ||| 0.00455414 1 ||| 2-1 4-4 ||| 0.142857
+visited the [X][X] just [X][X] [X] ||| dem [X][X] erst vor [X][X] Besuch [X] ||| 0.00455414 1 ||| 2-1 4-4 ||| 0.142857
+visited the [X][X] months ago [X] ||| dem [X][X] Monaten einen Besuch [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0357143
+visited the [X][X] [X] ||| dem [X][X] einen Besuch [X] ||| 0.00910828 1 ||| 2-1 ||| 0.0714286
+visited the [X][X] [X] ||| dem [X][X] Besuch [X] ||| 0.00910828 1 ||| 2-1 ||| 0.0714286
+visited the European [X][X] [X] ||| dem Europäischen [X][X] einen Besuch [X] ||| 0.00910828 1 ||| 3-2 ||| 0.0714286
+visited the European [X][X] [X] ||| dem Europäischen [X][X] Besuch [X] ||| 0.00910828 1 ||| 3-2 ||| 0.0714286
+visited the European Parliament [X][X] [X] ||| dem Europäischen Parlament [X][X] einen Besuch [X] ||| 0.00910828 1 ||| 4-3 ||| 0.0714286
+visited the European Parliament [X][X] [X] ||| dem Europäischen Parlament [X][X] Besuch [X] ||| 0.00910828 1 ||| 4-3 ||| 0.0714286
+[X][X] the [X][X] recently in [X] ||| [X][X] den [X][X] jüngster Zeit in [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0714286
+[X][X] the [X][X] in [X] ||| [X][X] den [X][X] in [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0714286
+one of [X][X] recently in [X] ||| zu [X][X] jüngster Zeit in [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0714286
+one [X][X] recently in [X] ||| zu [X][X] jüngster Zeit in [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0714286
+one of [X][X] in [X] ||| zu [X][X] in [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0714286
+one [X][X] in [X] ||| zu [X][X] in [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0714286
+one of the [X][X] in [X] ||| zu den [X][X] in [X] ||| 0.0182166 1 ||| 3-2 ||| 0.0714286
+the [X][X] recently in Sri [X] ||| den [X][X] jüngster Zeit in Sri [X] ||| 0.0182166 1 ||| 1-1 ||| 0.1
+the [X][X] recently [X][X] [X] ||| den [X][X] jüngster Zeit [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-4 ||| 0.1
+the [X][X] in Sri [X] ||| den [X][X] in Sri [X] ||| 0.0182166 1 ||| 1-1 ||| 0.1
+the [X][X] Sri [X] ||| den [X][X] Sri [X] ||| 0.0182166 1 ||| 1-1 ||| 0.1
+of [X][X] recently in Sri [X] ||| [X][X] jüngster Zeit in Sri [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0769231
+of [X][X] recently [X][X] [X] ||| [X][X] jüngster Zeit [X][X] [X] ||| 0.0182166 1 ||| 1-0 3-3 ||| 0.0769231
+of [X][X] in Sri [X] ||| [X][X] in Sri [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0769231
+of [X][X] Sri [X] ||| [X][X] Sri [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0769231
+of the [X][X] recently [X][X] [X] ||| den [X][X] jüngster Zeit [X][X] [X] ||| 0.0182166 1 ||| 2-1 4-4 ||| 0.0769231
+of the [X][X] in Sri [X] ||| den [X][X] in Sri [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0769231
+of the [X][X] Sri [X] ||| den [X][X] Sri [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0769231
+[X][X] recently in Sri Lanka [X] ||| [X][X] jüngster Zeit in Sri Lanka [X] ||| 0.0182166 1 ||| 0-0 ||| 0.0909091
+[X][X] recently [X][X] Lanka [X] ||| [X][X] jüngster Zeit [X][X] Lanka [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.0909091
+[X][X] recently in [X][X] [X] ||| [X][X] jüngster Zeit in [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-4 ||| 0.0909091
+[X][X] in Sri Lanka [X] ||| [X][X] in Sri Lanka [X] ||| 0.0182166 1 ||| 0-0 ||| 0.0909091
+[X][X] in [X][X] [X] ||| [X][X] in [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0909091
+people assassinated very [X][X] Lanka [X] ||| Attentatsopfern , die es in [X][X] Lanka [X] ||| 0.0182166 1 ||| 3-5 ||| 0.0909091
+recently in Sri Lanka was [X] ||| jüngster Zeit in Sri Lanka zu beklagen gab , zählt [X] ||| 0.0182166 1 ||| ||| 0.04
+[X][X] Sri Lanka was [X] ||| [X][X] Sri Lanka zu beklagen gab , zählt [X] ||| 0.0182166 1 ||| 0-0 ||| 0.04
+[X][X] Sri [X][X] [X] ||| [X][X] Sri [X][X] , zählt [X] ||| 0.00910828 1 ||| 0-0 2-2 ||| 0.08
+[X][X] Sri [X][X] [X] ||| [X][X] Sri [X][X] zählt [X] ||| 0.00910828 1 ||| 0-0 2-2 ||| 0.08
+recently [X][X] Lanka was [X] ||| jüngster Zeit [X][X] Lanka zu beklagen gab , zählt [X] ||| 0.0182166 1 ||| 1-2 ||| 0.04
+recently [X][X] was [X] ||| jüngster Zeit [X][X] zu beklagen gab , zählt [X] ||| 0.00607219 1 ||| 1-2 ||| 0.12
+recently [X][X] was [X] ||| jüngster Zeit [X][X] beklagen gab , zählt [X] ||| 0.00607219 1 ||| 1-2 ||| 0.12
+recently [X][X] was [X] ||| jüngster Zeit [X][X] gab , zählt [X] ||| 0.00607219 1 ||| 1-2 ||| 0.12
+recently [X][X] [X] ||| jüngster Zeit [X][X] , zählt [X] ||| 0.00910828 1 ||| 1-2 ||| 0.08
+recently [X][X] [X] ||| jüngster Zeit [X][X] zählt [X] ||| 0.00910828 1 ||| 1-2 ||| 0.08
+recently in [X][X] was [X] ||| jüngster Zeit in [X][X] zu beklagen gab , zählt [X] ||| 0.00607219 1 ||| 2-3 ||| 0.12
+recently in [X][X] was [X] ||| jüngster Zeit in [X][X] beklagen gab , zählt [X] ||| 0.00607219 1 ||| 2-3 ||| 0.12
+recently in [X][X] was [X] ||| jüngster Zeit in [X][X] gab , zählt [X] ||| 0.00607219 1 ||| 2-3 ||| 0.12
+recently in [X][X] [X] ||| jüngster Zeit in [X][X] , zählt [X] ||| 0.00910828 1 ||| 2-3 ||| 0.08
+recently in [X][X] [X] ||| jüngster Zeit in [X][X] zählt [X] ||| 0.00910828 1 ||| 2-3 ||| 0.08
+recently in Sri [X][X] [X] ||| jüngster Zeit in Sri [X][X] , zählt [X] ||| 0.00910828 1 ||| 3-4 ||| 0.08
+recently in Sri [X][X] [X] ||| jüngster Zeit in Sri [X][X] zählt [X] ||| 0.00910828 1 ||| 3-4 ||| 0.08
+in Sri Lanka was Mr [X] ||| in Sri Lanka zu beklagen gab , zählt auch Herr [X] ||| 0.0182166 1 ||| ||| 0.0357143
+[X][X] Lanka was Mr [X] ||| [X][X] Lanka zu beklagen gab , zählt auch Herr [X] ||| 0.0182166 1 ||| 0-0 ||| 0.0357143
+[X][X] Lanka [X][X] [X] ||| [X][X] Lanka [X][X] [X] ||| 0.00607219 1 ||| 0-0 2-2 ||| 0.107143
+[X][X] Lanka [X][X] [X] ||| [X][X] Lanka zu [X][X] [X] ||| 0.00607219 1 ||| 0-0 2-3 ||| 0.107143
+[X][X] Lanka [X][X] [X] ||| [X][X] Lanka zu beklagen [X][X] [X] ||| 0.00607219 1 ||| 0-0 2-4 ||| 0.107143
+in [X][X] was Mr [X] ||| in [X][X] zu beklagen gab , zählt auch Herr [X] ||| 0.00607219 1 ||| 1-1 ||| 0.107143
+in [X][X] was Mr [X] ||| in [X][X] beklagen gab , zählt auch Herr [X] ||| 0.00607219 1 ||| 1-1 ||| 0.107143
+in [X][X] was Mr [X] ||| in [X][X] gab , zählt auch Herr [X] ||| 0.00607219 1 ||| 1-1 ||| 0.107143
+in [X][X] Mr [X] ||| in [X][X] , zählt auch Herr [X] ||| 0.00455414 1 ||| 1-1 ||| 0.142857
+in [X][X] Mr [X] ||| in [X][X] zählt auch Herr [X] ||| 0.00455414 1 ||| 1-1 ||| 0.142857
+in [X][X] Mr [X] ||| in [X][X] auch Herr [X] ||| 0.00455414 1 ||| 1-1 ||| 0.142857
+in [X][X] Mr [X] ||| in [X][X] Herr [X] ||| 0.00455414 1 ||| 1-1 ||| 0.142857
+in Sri [X][X] Mr [X] ||| in Sri [X][X] , zählt auch Herr [X] ||| 0.00455414 1 ||| 2-2 ||| 0.142857
+in Sri [X][X] Mr [X] ||| in Sri [X][X] zählt auch Herr [X] ||| 0.00455414 1 ||| 2-2 ||| 0.142857
+in Sri [X][X] Mr [X] ||| in Sri [X][X] auch Herr [X] ||| 0.00455414 1 ||| 2-2 ||| 0.142857
+in Sri [X][X] Mr [X] ||| in Sri [X][X] Herr [X] ||| 0.00455414 1 ||| 2-2 ||| 0.142857
+in Sri Lanka [X][X] [X] ||| in Sri Lanka [X][X] [X] ||| 0.00607219 1 ||| 3-3 ||| 0.107143
+in Sri Lanka [X][X] [X] ||| in Sri Lanka zu [X][X] [X] ||| 0.00607219 1 ||| 3-4 ||| 0.107143
+in Sri Lanka [X][X] [X] ||| in Sri Lanka zu beklagen [X][X] [X] ||| 0.00607219 1 ||| 3-5 ||| 0.107143
+Lanka was Mr Kumar Ponnambalam [X] ||| Lanka zu beklagen gab , zählt auch Herr Kumar Ponnambalam [X] ||| 0.0182166 1 ||| ||| 0.047619
+[X][X] Mr Kumar Ponnambalam [X] ||| [X][X] , zählt auch Herr Kumar Ponnambalam [X] ||| 0.0182166 1 ||| 0-0 ||| 0.047619
+[X][X] Mr [X][X] [X] ||| [X][X] , zählt auch Herr [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-5 ||| 0.047619
+[X][X] Mr Kumar Ponnambalam [X] ||| [X][X] zählt auch Herr Kumar Ponnambalam [X] ||| 0.0182166 1 ||| 0-0 ||| 0.047619
+[X][X] Mr [X][X] [X] ||| [X][X] zählt auch Herr [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-4 ||| 0.047619
+[X][X] Mr Kumar Ponnambalam [X] ||| [X][X] auch Herr Kumar Ponnambalam [X] ||| 0.0182166 1 ||| 0-0 ||| 0.047619
+[X][X] Mr [X][X] [X] ||| [X][X] auch Herr [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.047619
+[X][X] Mr Kumar Ponnambalam [X] ||| [X][X] Herr Kumar Ponnambalam [X] ||| 0.0182166 1 ||| 0-0 ||| 0.047619
+[X][X] Mr [X][X] [X] ||| [X][X] Herr [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.047619
+Lanka [X][X] Kumar Ponnambalam [X] ||| Lanka [X][X] Kumar Ponnambalam [X] ||| 0.00607219 1 ||| 1-1 ||| 0.142857
+Lanka [X][X] Kumar Ponnambalam [X] ||| Lanka zu [X][X] Kumar Ponnambalam [X] ||| 0.00607219 1 ||| 1-2 ||| 0.142857
+Lanka [X][X] Kumar Ponnambalam [X] ||| Lanka zu beklagen [X][X] Kumar Ponnambalam [X] ||| 0.00607219 1 ||| 1-3 ||| 0.142857
+Lanka was [X][X] [X] ||| Lanka zu beklagen gab [X][X] [X] ||| 0.00455414 1 ||| 2-4 ||| 0.190476
+Lanka was [X][X] [X] ||| Lanka zu beklagen gab , [X][X] [X] ||| 0.00455414 1 ||| 2-5 ||| 0.190476
+Lanka was [X][X] [X] ||| Lanka zu beklagen gab , zählt [X][X] [X] ||| 0.00455414 1 ||| 2-6 ||| 0.190476
+Lanka was [X][X] [X] ||| Lanka zu beklagen gab , zählt auch [X][X] [X] ||| 0.00455414 1 ||| 2-7 ||| 0.190476
+Lanka was Mr [X][X] [X] ||| Lanka zu beklagen gab , zählt auch Herr [X][X] [X] ||| 0.0182166 1 ||| 3-8 ||| 0.047619
+[X][X] Kumar Ponnambalam , who [X] ||| beklagen [X][X] Kumar Ponnambalam , der [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0588235
+[X][X] Kumar Ponnambalam [X][X] [X] ||| beklagen [X][X] Kumar Ponnambalam [X][X] [X] ||| 0.0182166 1 ||| 0-1 3-4 ||| 0.0588235
+[X][X] , who [X] ||| beklagen [X][X] , der [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0588235
+was [X][X] , who [X] ||| beklagen gab [X][X] , der [X] ||| 0.00455414 1 ||| 1-2 ||| 0.235294
+was [X][X] , who [X] ||| beklagen gab , [X][X] , der [X] ||| 0.00455414 1 ||| 1-3 ||| 0.235294
+was [X][X] , who [X] ||| beklagen gab , zählt [X][X] , der [X] ||| 0.00455414 1 ||| 1-4 ||| 0.235294
+was [X][X] , who [X] ||| beklagen gab , zählt auch [X][X] , der [X] ||| 0.00455414 1 ||| 1-5 ||| 0.235294
+was Mr [X][X] , who [X] ||| beklagen gab , zählt auch Herr [X][X] , der [X] ||| 0.0182166 1 ||| 2-6 ||| 0.0588235
+was Mr Kumar Ponnambalam [X][X] [X] ||| beklagen gab , zählt auch Herr Kumar Ponnambalam [X][X] [X] ||| 0.0182166 1 ||| 4-8 ||| 0.0588235
+visited [X][X] Parliament [X][X] [X] ||| [X][X] Parlament [X][X] einen Besuch abgestattet [X] ||| 0.00910828 1 ||| 1-0 3-2 ||| 0.0714286
+visited [X][X] Parliament [X][X] [X] ||| [X][X] Parlament [X][X] Besuch abgestattet [X] ||| 0.00910828 1 ||| 1-0 3-2 ||| 0.0714286
+visited [X][X] Parliament just [X][X] [X] ||| [X][X] Parlament erst [X][X] einen Besuch abgestattet [X] ||| 0.00455414 1 ||| 1-0 4-3 ||| 0.142857
+visited [X][X] Parliament just [X][X] [X] ||| [X][X] Parlament erst [X][X] Besuch abgestattet [X] ||| 0.00455414 1 ||| 1-0 4-3 ||| 0.142857
+visited [X][X] Parliament just [X][X] [X] ||| [X][X] Parlament erst vor [X][X] einen Besuch abgestattet [X] ||| 0.00455414 1 ||| 1-0 4-4 ||| 0.142857
+visited [X][X] Parliament just [X][X] [X] ||| [X][X] Parlament erst vor [X][X] Besuch abgestattet [X] ||| 0.00455414 1 ||| 1-0 4-4 ||| 0.142857
+visited [X][X] just [X][X] [X] ||| [X][X] erst [X][X] einen Besuch abgestattet [X] ||| 0.00455414 1 ||| 1-0 3-2 ||| 0.142857
+visited [X][X] just [X][X] [X] ||| [X][X] erst [X][X] Besuch abgestattet [X] ||| 0.00455414 1 ||| 1-0 3-2 ||| 0.142857
+visited [X][X] just [X][X] [X] ||| [X][X] erst vor [X][X] einen Besuch abgestattet [X] ||| 0.00455414 1 ||| 1-0 3-3 ||| 0.142857
+visited [X][X] just [X][X] [X] ||| [X][X] erst vor [X][X] Besuch abgestattet [X] ||| 0.00455414 1 ||| 1-0 3-3 ||| 0.142857
+visited [X][X] a few [X][X] [X] ||| [X][X] vor wenigen [X][X] einen Besuch abgestattet [X] ||| 0.00455414 1 ||| 1-0 4-3 ||| 0.142857
+visited [X][X] a few [X][X] [X] ||| [X][X] vor wenigen [X][X] Besuch abgestattet [X] ||| 0.00455414 1 ||| 1-0 4-3 ||| 0.142857
+visited [X][X] a few [X][X] [X] ||| [X][X] wenigen [X][X] einen Besuch abgestattet [X] ||| 0.00455414 1 ||| 1-0 4-2 ||| 0.142857
+visited [X][X] a few [X][X] [X] ||| [X][X] wenigen [X][X] Besuch abgestattet [X] ||| 0.00455414 1 ||| 1-0 4-2 ||| 0.142857
+visited [X][X] months ago [X] ||| [X][X] Monaten einen Besuch abgestattet [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0357143
+visited [X][X] [X] ||| [X][X] einen Besuch abgestattet [X] ||| 0.00910828 1 ||| 1-0 ||| 0.0714286
+visited [X][X] [X] ||| [X][X] Besuch abgestattet [X] ||| 0.00910828 1 ||| 1-0 ||| 0.0714286
+visited the [X][X] just [X][X] [X] ||| dem [X][X] erst [X][X] einen Besuch abgestattet [X] ||| 0.00455414 1 ||| 2-1 4-3 ||| 0.142857
+visited the [X][X] just [X][X] [X] ||| dem [X][X] erst [X][X] Besuch abgestattet [X] ||| 0.00455414 1 ||| 2-1 4-3 ||| 0.142857
+visited the [X][X] just [X][X] [X] ||| dem [X][X] erst vor [X][X] einen Besuch abgestattet [X] ||| 0.00455414 1 ||| 2-1 4-4 ||| 0.142857
+visited the [X][X] just [X][X] [X] ||| dem [X][X] erst vor [X][X] Besuch abgestattet [X] ||| 0.00455414 1 ||| 2-1 4-4 ||| 0.142857
+visited the [X][X] months ago [X] ||| dem [X][X] Monaten einen Besuch abgestattet [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0357143
+visited the [X][X] [X] ||| dem [X][X] einen Besuch abgestattet [X] ||| 0.00910828 1 ||| 2-1 ||| 0.0714286
+visited the [X][X] [X] ||| dem [X][X] Besuch abgestattet [X] ||| 0.00910828 1 ||| 2-1 ||| 0.0714286
+visited the European [X][X] [X] ||| dem Europäischen [X][X] einen Besuch abgestattet [X] ||| 0.00910828 1 ||| 3-2 ||| 0.0714286
+visited the European [X][X] [X] ||| dem Europäischen [X][X] Besuch abgestattet [X] ||| 0.00910828 1 ||| 3-2 ||| 0.0714286
+visited the European Parliament [X][X] [X] ||| dem Europäischen Parlament [X][X] einen Besuch abgestattet [X] ||| 0.00910828 1 ||| 4-3 ||| 0.0714286
+visited the European Parliament [X][X] [X] ||| dem Europäischen Parlament [X][X] Besuch abgestattet [X] ||| 0.00910828 1 ||| 4-3 ||| 0.0714286
+it [X] ||| es [X] ||| 0.0182166 1 ||| ||| 1
+appropriate [X] ||| angemessen [X] ||| 0.0182166 1 ||| ||| 1
+for [X] ||| wenn [X] ||| 0.0182166 1 ||| ||| 1
+you [X] ||| Sie [X] ||| 0.0182166 1 ||| ||| 1
+, [X] ||| , [X] ||| 0.218091 1 ||| ||| 2
+Madam [X] ||| Frau [X] ||| 0.0182166 1 ||| ||| 1
+President [X] ||| Präsidentin [X] ||| 0.218091 1 ||| ||| 2
+Sri [X] ||| Sri [X] ||| 0.218091 1 ||| ||| 2
+Lankan [X] ||| Lanka [X] ||| 0.0182166 1 ||| ||| 1
+to [X] ||| in [X] ||| 0.0182166 1 ||| ||| 1
+a [X] ||| einem [X] ||| 0.0182166 1 ||| ||| 1
+the [X] ||| das [X] ||| 0.0182166 1 ||| ||| 1
+to the [X] ||| das [X] ||| 0.0182166 1 ||| ||| 1
+regret [X] ||| Bedauern [X] ||| 0.0182166 1 ||| ||| 1
+expressing [X] ||| zum [X] ||| 0.0182166 1 ||| ||| 1
+violent [X] ||| gewaltsamen [X] ||| 0.0182166 1 ||| ||| 1
+and [X] ||| und [X] ||| 0.218091 1 ||| ||| 2
+and the [X] ||| und [X] ||| 0.0182166 1 ||| ||| 1
+other [X] ||| anderen [X] ||| 0.0182166 1 ||| ||| 1
+the other [X] ||| anderen [X] ||| 0.0182166 1 ||| ||| 1
+in [X] ||| von [X] ||| 0.0182166 1 ||| ||| 1
+everything [X] ||| alles [X] ||| 0.0182166 1 ||| ||| 1
+everything she [X] ||| alles [X] ||| 0.0182166 1 ||| ||| 1
+her [X] ||| ihrem [X] ||| 0.0182166 1 ||| ||| 1
+possibly [X] ||| Kräften [X] ||| 0.0182166 1 ||| ||| 1
+possibly can [X] ||| Kräften [X] ||| 0.0182166 1 ||| ||| 1
+she possibly [X] ||| Kräften [X] ||| 0.0182166 1 ||| ||| 1
+she possibly can [X] ||| Kräften [X] ||| 0.0182166 1 ||| ||| 1
+do [X] ||| tun [X] ||| 0.0182166 1 ||| ||| 1
+a [X] ||| einer [X] ||| 0.0182166 1 ||| ||| 1
+peaceful [X] ||| friedlichen [X] ||| 0.0182166 1 ||| ||| 1
+reconciliation to [X] ||| Lösung [X] ||| 0.0182166 1 ||| ||| 1
+a [X] ||| dieser [X] ||| 0.0182166 1 ||| ||| 1
+very [X] ||| sehr [X] ||| 0.0182166 1 ||| ||| 1
+difficult [X] ||| schwierigen [X] ||| 0.0182166 1 ||| ||| 1
+situation [X] ||| Situation [X] ||| 0.0182166 1 ||| ||| 1
+? [X] ||| ? [X] ||| 0.0182166 1 ||| ||| 1
+would it be [X] ||| wäre es [X] ||| 0.0182166 1 ||| ||| 1
+appropriate [X] ||| angemessen , [X] ||| 0.0182166 1 ||| ||| 1
+for [X] ||| , wenn [X] ||| 0.0182166 1 ||| ||| 1
+for you [X] ||| wenn Sie [X] ||| 0.0182166 1 ||| ||| 1
+you , [X] ||| Sie , [X] ||| 0.0182166 1 ||| ||| 1
+, Madam [X] ||| , Frau [X] ||| 0.0182166 1 ||| ||| 1
+Madam President [X] ||| Frau Präsidentin [X] ||| 0.0182166 1 ||| ||| 1
+President , [X] ||| Präsidentin , [X] ||| 0.0182166 1 ||| ||| 1
+, [X] ||| , der [X] ||| 0.0182166 1 ||| ||| 1
+President [X] ||| der Präsidentin [X] ||| 0.00910828 1 ||| ||| 2
+President [X] ||| Präsidentin von [X] ||| 0.00910828 1 ||| ||| 2
+Sri [X] ||| von Sri [X] ||| 0.0182166 1 ||| ||| 1
+Sri Lankan [X] ||| Sri Lanka [X] ||| 0.0182166 1 ||| ||| 1
+write a letter [X] ||| einem Schreiben [X] ||| 0.0182166 1 ||| ||| 1
+write a letter to [X] ||| einem Schreiben [X] ||| 0.0182166 1 ||| ||| 1
+Parliament 's [X] ||| des Parlaments [X] ||| 0.0182166 1 ||| ||| 1
+and the other [X] ||| und anderen [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] other [X] ||| [X][X] anderen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.458333
+and [X][X] [X] ||| und [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.333333
+in Sri [X] ||| von Sri [X] ||| 0.0182166 1 ||| ||| 1
+Lanka [X] ||| Lanka übermitteln [X] ||| 0.0182166 1 ||| ||| 1
+urging [X] ||| sie auffordern [X] ||| 0.0182166 1 ||| ||| 1
+everything [X] ||| , alles [X] ||| 0.0182166 1 ||| ||| 1
+everything she [X] ||| , alles [X] ||| 0.0182166 1 ||| ||| 1
+possibly [X] ||| Kräften stehende [X] ||| 0.0182166 1 ||| ||| 1
+possibly can [X] ||| Kräften stehende [X] ||| 0.0182166 1 ||| ||| 1
+she possibly [X] ||| Kräften stehende [X] ||| 0.0182166 1 ||| ||| 1
+she possibly can [X] ||| Kräften stehende [X] ||| 0.0182166 1 ||| ||| 1
+a peaceful [X] ||| einer friedlichen [X] ||| 0.0182166 1 ||| ||| 1
+peaceful reconciliation to [X] ||| friedlichen Lösung [X] ||| 0.0182166 1 ||| ||| 0.5
+peaceful [X][X] [X] ||| friedlichen [X][X] [X] ||| 0.218091 1 ||| 1-1 ||| 1.02882
+reconciliation to a [X] ||| Lösung dieser [X] ||| 0.0182166 1 ||| ||| 0.5
+[X][X] a [X] ||| [X][X] dieser [X] ||| 0.0182166 1 ||| 0-0 ||| 0.892857
+a very [X] ||| dieser sehr [X] ||| 0.0182166 1 ||| ||| 1
+very difficult [X] ||| sehr schwierigen [X] ||| 0.0182166 1 ||| ||| 1
+difficult situation [X] ||| schwierigen Situation [X] ||| 0.0182166 1 ||| ||| 1
+would it be appropriate [X] ||| wäre es angemessen [X] ||| 0.0182166 1 ||| ||| 0.5
+[X][X] appropriate [X] ||| [X][X] angemessen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.5
+appropriate for [X] ||| angemessen , wenn [X] ||| 0.0182166 1 ||| ||| 1
+for you [X] ||| , wenn Sie [X] ||| 0.0182166 1 ||| ||| 1
+for you , [X] ||| wenn Sie , [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] , [X] ||| [X][X] , [X] ||| 0.218091 1 ||| 0-0 ||| 1.50408
+for [X][X] [X] ||| wenn [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.680578
+you , Madam [X] ||| Sie , Frau [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] Madam [X] ||| [X][X] Frau [X] ||| 0.0182166 1 ||| 0-0 ||| 0.736429
+you [X][X] [X] ||| Sie [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.657576
+, Madam President [X] ||| , Frau Präsidentin [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] President [X] ||| [X][X] Präsidentin [X] ||| 0.0182166 1 ||| 0-0 ||| 0.729545
+, [X][X] [X] ||| , [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.701923
+Madam President , [X] ||| Frau Präsidentin , [X] ||| 0.0182166 1 ||| ||| 0.333333
+Madam [X][X] [X] ||| Frau [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.583333
+President , [X] ||| Präsidentin , der [X] ||| 0.0182166 1 ||| ||| 1
+President [X] ||| der Präsidentin von [X] ||| 0.0182166 1 ||| ||| 1
+Sri Lankan [X] ||| von Sri Lanka [X] ||| 0.0182166 1 ||| ||| 1
+to write a letter [X] ||| in einem Schreiben [X] ||| 0.0182166 1 ||| ||| 0.5
+to [X][X] [X] ||| in [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 1
+to write a letter to [X] ||| in einem Schreiben [X] ||| 0.0182166 1 ||| ||| 0.333333
+to [X][X] to [X] ||| in [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.333333
+write a letter to the [X] ||| einem Schreiben das [X] ||| 0.0182166 1 ||| ||| 0.25
+[X][X] to the [X] ||| [X][X] das [X] ||| 0.0182166 1 ||| 0-0 ||| 0.416667
+[X][X] the [X] ||| [X][X] das [X] ||| 0.0182166 1 ||| 0-0 ||| 0.416667
+write a letter [X][X] [X] ||| einem Schreiben [X][X] [X] ||| 0.0182166 1 ||| 3-2 ||| 0.25
+Parliament 's regret [X] ||| Bedauern des Parlaments [X] ||| 0.0182166 1 ||| ||| 0.5
+[X][X] regret [X] ||| Bedauern [X][X] [X] ||| 0.0182166 1 ||| 0-1 ||| 0.75
+expressing Parliament 's [X] ||| des Parlaments zum [X] ||| 0.0182166 1 ||| ||| 0.5
+expressing [X][X] [X] ||| [X][X] zum [X] ||| 0.0182166 1 ||| 1-0 ||| 0.75
+at his [X] ||| von Herrn Ponnambalam [X] ||| 0.0182166 1 ||| ||| 1
+Sri Lanka [X] ||| Sri Lanka übermitteln [X] ||| 0.0182166 1 ||| ||| 1
+Lanka and [X] ||| Lanka übermitteln und [X] ||| 0.0182166 1 ||| ||| 1
+and urging [X] ||| und sie auffordern [X] ||| 0.0182166 1 ||| ||| 1
+urging [X] ||| sie auffordern würden [X] ||| 0.0182166 1 ||| ||| 1
+everything [X] ||| würden , alles [X] ||| 0.0182166 1 ||| ||| 1
+everything she [X] ||| würden , alles [X] ||| 0.0182166 1 ||| ||| 1
+a peaceful reconciliation to [X] ||| einer friedlichen Lösung [X] ||| 0.0182166 1 ||| ||| 0.25
+[X][X] reconciliation to [X] ||| [X][X] Lösung [X] ||| 0.0182166 1 ||| 0-0 ||| 0.25
+a [X][X] [X] ||| einer [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.58259
+a peaceful [X][X] [X] ||| einer friedlichen [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.58259
+peaceful reconciliation to a [X] ||| friedlichen Lösung dieser [X] ||| 0.0182166 1 ||| ||| 0.25
+peaceful [X][X] a [X] ||| friedlichen [X][X] dieser [X] ||| 0.0182166 1 ||| 1-1 ||| 0.25
+reconciliation to a very [X] ||| Lösung dieser sehr [X] ||| 0.0182166 1 ||| ||| 0.25
+[X][X] a very [X] ||| [X][X] dieser sehr [X] ||| 0.0182166 1 ||| 0-0 ||| 0.483766
+[X][X] very [X] ||| [X][X] sehr [X] ||| 0.0182166 1 ||| 0-0 ||| 0.483766
+reconciliation to [X][X] [X] ||| Lösung [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.446429
+a very difficult [X] ||| dieser sehr schwierigen [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] difficult [X] ||| [X][X] schwierigen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.60049
+a [X][X] [X] ||| dieser [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.5
+very difficult situation [X] ||| sehr schwierigen Situation [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] situation [X] ||| [X][X] Situation [X] ||| 0.0182166 1 ||| 0-0 ||| 0.66406
+very [X][X] [X] ||| sehr [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.333333
+would it be appropriate [X] ||| wäre es angemessen , [X] ||| 0.0182166 1 ||| ||| 0.5
+[X][X] appropriate [X] ||| [X][X] angemessen , [X] ||| 0.0182166 1 ||| 0-0 ||| 0.5
+appropriate for you [X] ||| angemessen , wenn Sie [X] ||| 0.0182166 1 ||| ||| 0.25
+[X][X] you [X] ||| [X][X] Sie [X] ||| 0.0182166 1 ||| 0-0 ||| 0.35
+appropriate [X][X] [X] ||| angemessen [X][X] [X] ||| 0.00910828 1 ||| 1-1 ||| 1.06661
+appropriate [X][X] [X] ||| angemessen , [X][X] [X] ||| 0.00910828 1 ||| 1-2 ||| 1.06661
+for you , [X] ||| , wenn Sie , [X] ||| 0.0182166 1 ||| ||| 0.25
+[X][X] , [X] ||| , [X][X] , [X] ||| 0.0182166 1 ||| 0-1 ||| 0.287037
+for [X][X] [X] ||| , wenn [X][X] [X] ||| 0.0182166 1 ||| 1-2 ||| 0.505019
+for you , Madam [X] ||| wenn Sie , Frau [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] , Madam [X] ||| [X][X] , Frau [X] ||| 0.0182166 1 ||| 0-0 ||| 0.403095
+for [X][X] Madam [X] ||| wenn [X][X] Frau [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+for you [X][X] [X] ||| wenn Sie [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.347244
+you , Madam President [X] ||| Sie , Frau Präsidentin [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] Madam President [X] ||| [X][X] Frau Präsidentin [X] ||| 0.0182166 1 ||| 0-0 ||| 0.396212
+you [X][X] President [X] ||| Sie [X][X] Präsidentin [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+you , [X][X] [X] ||| Sie , [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.324242
+, Madam President , [X] ||| , Frau Präsidentin , [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] President , [X] ||| [X][X] Präsidentin , [X] ||| 0.0182166 1 ||| 0-0 ||| 0.399912
+, [X][X] , [X] ||| , [X][X] , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+, Madam [X][X] [X] ||| , Frau [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.291667
+Madam President , [X] ||| Frau Präsidentin , der [X] ||| 0.0182166 1 ||| ||| 0.25
+[X][X] , [X] ||| [X][X] , der [X] ||| 0.0182166 1 ||| 0-0 ||| 0.523201
+Madam [X][X] [X] ||| Frau [X][X] der [X] ||| 0.0182166 1 ||| 1-1 ||| 0.25
+Sri Lankan President [X] ||| Präsidentin von Sri Lanka [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] President [X] ||| Präsidentin [X][X] [X] ||| 0.00910828 1 ||| 0-1 ||| 0.8
+[X][X] President [X] ||| Präsidentin von [X][X] [X] ||| 0.00910828 1 ||| 0-2 ||| 0.8
+to [X][X] to the [X] ||| in [X][X] das [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+to [X][X] the [X] ||| in [X][X] das [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+to write a letter [X][X] [X] ||| in einem Schreiben [X][X] [X] ||| 0.0182166 1 ||| 4-3 ||| 0.166667
+expressing Parliament 's regret [X] ||| Bedauern des Parlaments zum [X] ||| 0.0182166 1 ||| ||| 0.25
+expressing [X][X] regret [X] ||| Bedauern [X][X] zum [X] ||| 0.0182166 1 ||| 1-1 ||| 0.25
+at his and [X] ||| von Herrn Ponnambalam und [X] ||| 0.0182166 1 ||| ||| 0.5
+[X][X] and [X] ||| [X][X] und [X] ||| 0.0182166 1 ||| 0-0 ||| 1
+at his and the [X] ||| von Herrn Ponnambalam und [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] and the [X] ||| [X][X] und [X] ||| 0.0182166 1 ||| 0-0 ||| 0.333333
+at his [X][X] [X] ||| von Herrn Ponnambalam [X][X] [X] ||| 0.0182166 1 ||| 2-3 ||| 0.458333
+in Sri Lanka [X] ||| von Sri Lanka übermitteln [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] Lanka [X] ||| [X][X] Lanka übermitteln [X] ||| 0.0182166 1 ||| 0-0 ||| 0.333333
+in [X][X] [X] ||| von [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.710207
+Sri Lanka and [X] ||| Sri Lanka übermitteln und [X] ||| 0.0182166 1 ||| ||| 0.333333
+Sri [X][X] [X] ||| Sri [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.725
+and urging [X] ||| und sie auffordern würden [X] ||| 0.0182166 1 ||| ||| 1
+urging [X] ||| sie auffordern würden , [X] ||| 0.0182166 1 ||| ||| 1
+a peaceful reconciliation to a [X] ||| einer friedlichen Lösung dieser [X] ||| 0.0182166 1 ||| ||| 0.142857
+[X][X] reconciliation to a [X] ||| [X][X] Lösung dieser [X] ||| 0.0182166 1 ||| 0-0 ||| 0.142857
+a [X][X] a [X] ||| einer [X][X] dieser [X] ||| 0.0182166 1 ||| 1-1 ||| 0.142857
+a peaceful [X][X] a [X] ||| einer friedlichen [X][X] dieser [X] ||| 0.0182166 1 ||| 2-2 ||| 0.142857
+peaceful reconciliation to a very [X] ||| friedlichen Lösung dieser sehr [X] ||| 0.0182166 1 ||| ||| 0.142857
+peaceful [X][X] a very [X] ||| friedlichen [X][X] dieser sehr [X] ||| 0.0182166 1 ||| 1-1 ||| 0.142857
+peaceful [X][X] very [X] ||| friedlichen [X][X] sehr [X] ||| 0.0182166 1 ||| 1-1 ||| 0.142857
+peaceful reconciliation to [X][X] [X] ||| friedlichen Lösung [X][X] [X] ||| 0.0182166 1 ||| 3-2 ||| 0.278822
+reconciliation to a very difficult [X] ||| Lösung dieser sehr schwierigen [X] ||| 0.0182166 1 ||| ||| 0.125
+[X][X] a very difficult [X] ||| [X][X] dieser sehr schwierigen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.267157
+[X][X] a [X][X] [X] ||| [X][X] dieser [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.431217
+[X][X] very difficult [X] ||| [X][X] sehr schwierigen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.267157
+reconciliation to [X][X] difficult [X] ||| Lösung [X][X] schwierigen [X] ||| 0.0182166 1 ||| 2-1 ||| 0.125
+reconciliation to a [X][X] [X] ||| Lösung dieser [X][X] [X] ||| 0.0182166 1 ||| 3-2 ||| 0.196429
+a very difficult situation [X] ||| dieser sehr schwierigen Situation [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] difficult situation [X] ||| [X][X] schwierigen Situation [X] ||| 0.0182166 1 ||| 0-0 ||| 0.330727
+a [X][X] situation [X] ||| dieser [X][X] Situation [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+a very [X][X] [X] ||| dieser sehr [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.166667
+would it be appropriate for [X] ||| wäre es angemessen , wenn [X] ||| 0.0182166 1 ||| ||| 0.2
+[X][X] appropriate for [X] ||| [X][X] angemessen , wenn [X] ||| 0.0182166 1 ||| 0-0 ||| 0.2
+[X][X] for [X] ||| [X][X] , wenn [X] ||| 0.00910828 1 ||| 0-0 ||| 0.4
+[X][X] for [X] ||| [X][X] wenn [X] ||| 0.00910828 1 ||| 0-0 ||| 0.4
+would it be [X][X] [X] ||| wäre es [X][X] [X] ||| 0.0182166 1 ||| 3-2 ||| 0.458444
+appropriate for you , [X] ||| angemessen , wenn Sie , [X] ||| 0.0182166 1 ||| ||| 0.125
+[X][X] you , [X] ||| [X][X] Sie , [X] ||| 0.0182166 1 ||| 0-0 ||| 0.1875
+appropriate [X][X] , [X] ||| angemessen [X][X] , [X] ||| 0.00910828 1 ||| 1-1 ||| 0.304054
+appropriate [X][X] , [X] ||| angemessen , [X][X] , [X] ||| 0.00910828 1 ||| 1-2 ||| 0.304054
+appropriate for [X][X] [X] ||| angemessen , wenn [X][X] [X] ||| 0.0182166 1 ||| 2-3 ||| 0.283304
+for you , Madam [X] ||| , wenn Sie , Frau [X] ||| 0.0182166 1 ||| ||| 0.125
+[X][X] , Madam [X] ||| , [X][X] , Frau [X] ||| 0.0182166 1 ||| 0-1 ||| 0.125
+[X][X] Madam [X] ||| , [X][X] Frau [X] ||| 0.0182166 1 ||| 0-1 ||| 0.125
+for [X][X] Madam [X] ||| , wenn [X][X] Frau [X] ||| 0.0182166 1 ||| 1-2 ||| 0.125
+for you [X][X] [X] ||| , wenn Sie [X][X] [X] ||| 0.0182166 1 ||| 2-3 ||| 0.255019
+for you , Madam President [X] ||| wenn Sie , Frau Präsidentin [X] ||| 0.0182166 1 ||| ||| 0.0909091
+[X][X] , Madam President [X] ||| [X][X] , Frau Präsidentin [X] ||| 0.0182166 1 ||| 0-0 ||| 0.229545
+[X][X] , [X][X] [X] ||| [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.453417
+for [X][X] Madam President [X] ||| wenn [X][X] Frau Präsidentin [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+for [X][X] President [X] ||| wenn [X][X] Präsidentin [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+for you [X][X] President [X] ||| wenn Sie [X][X] Präsidentin [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0909091
+for you , [X][X] [X] ||| wenn Sie , [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.180578
+you , Madam President , [X] ||| Sie , Frau Präsidentin , [X] ||| 0.0182166 1 ||| ||| 0.0909091
+[X][X] Madam President , [X] ||| [X][X] Frau Präsidentin , [X] ||| 0.0182166 1 ||| 0-0 ||| 0.233246
+[X][X] Madam [X][X] [X] ||| [X][X] Frau [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.381447
+you [X][X] President , [X] ||| Sie [X][X] Präsidentin , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+you [X][X] , [X] ||| Sie [X][X] , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+you , [X][X] , [X] ||| Sie , [X][X] , [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0909091
+you , Madam [X][X] [X] ||| Sie , Frau [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.157576
+, Madam President , [X] ||| , Frau Präsidentin , der [X] ||| 0.0182166 1 ||| ||| 0.125
+[X][X] President , [X] ||| [X][X] Präsidentin , der [X] ||| 0.0182166 1 ||| 0-0 ||| 0.273201
+, [X][X] , [X] ||| , [X][X] , der [X] ||| 0.0182166 1 ||| 1-1 ||| 0.125
+, [X][X] [X] ||| , [X][X] der [X] ||| 0.0182166 1 ||| 1-1 ||| 0.125
+, Madam [X][X] [X] ||| , Frau [X][X] der [X] ||| 0.0182166 1 ||| 2-2 ||| 0.125
+Sri Lankan President [X] ||| der Präsidentin von Sri Lanka [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] President [X] ||| der Präsidentin [X][X] [X] ||| 0.00910828 1 ||| 0-2 ||| 0.77193
+[X][X] President [X] ||| der Präsidentin von [X][X] [X] ||| 0.00910828 1 ||| 0-3 ||| 0.77193
+at his and the other [X] ||| von Herrn Ponnambalam und anderen [X] ||| 0.0182166 1 ||| ||| 0.125
+[X][X] and the other [X] ||| [X][X] und anderen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.125
+[X][X] and [X][X] [X] ||| [X][X] und [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.125
+[X][X] the other [X] ||| [X][X] anderen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.125
+at his [X][X] other [X] ||| von Herrn Ponnambalam [X][X] anderen [X] ||| 0.0182166 1 ||| 2-3 ||| 0.125
+at his and [X][X] [X] ||| von Herrn Ponnambalam und [X][X] [X] ||| 0.0182166 1 ||| 3-4 ||| 0.125
+in Sri Lanka and [X] ||| von Sri Lanka übermitteln und [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] Lanka and [X] ||| [X][X] Lanka übermitteln und [X] ||| 0.0182166 1 ||| 0-0 ||| 0.166667
+in [X][X] and [X] ||| von [X][X] und [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+in Sri [X][X] [X] ||| von Sri [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.376874
+Lanka and urging [X] ||| Lanka übermitteln und sie auffordern [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] urging [X] ||| [X][X] sie auffordern [X] ||| 0.0182166 1 ||| 0-0 ||| 0.590909
+Lanka [X][X] [X] ||| Lanka übermitteln [X][X] [X] ||| 0.0182166 1 ||| 1-2 ||| 0.783333
+and urging [X] ||| und sie auffordern würden , [X] ||| 0.0182166 1 ||| ||| 1
+[X][X] reconciliation to a very [X] ||| [X][X] Lösung dieser sehr [X] ||| 0.0182166 1 ||| 0-0 ||| 0.0909091
+[X][X] reconciliation to [X][X] [X] ||| [X][X] Lösung [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.189733
+a [X][X] a very [X] ||| einer [X][X] dieser sehr [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+a [X][X] very [X] ||| einer [X][X] sehr [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+a peaceful [X][X] a very [X] ||| einer friedlichen [X][X] dieser sehr [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0909091
+a peaceful [X][X] very [X] ||| einer friedlichen [X][X] sehr [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0909091
+a peaceful reconciliation to [X][X] [X] ||| einer friedlichen Lösung [X][X] [X] ||| 0.0182166 1 ||| 4-3 ||| 0.189733
+peaceful [X][X] a very difficult [X] ||| friedlichen [X][X] dieser sehr schwierigen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0833333
+peaceful [X][X] a [X][X] [X] ||| friedlichen [X][X] dieser [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.135965
+peaceful [X][X] very difficult [X] ||| friedlichen [X][X] sehr schwierigen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0833333
+peaceful [X][X] difficult [X] ||| friedlichen [X][X] schwierigen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0833333
+peaceful reconciliation to [X][X] difficult [X] ||| friedlichen Lösung [X][X] schwierigen [X] ||| 0.0182166 1 ||| 3-2 ||| 0.0833333
+peaceful reconciliation to a [X][X] [X] ||| friedlichen Lösung dieser [X][X] [X] ||| 0.0182166 1 ||| 4-3 ||| 0.135965
+[X][X] a very difficult situation [X] ||| [X][X] dieser sehr schwierigen Situation [X] ||| 0.0182166 1 ||| 0-0 ||| 0.16406
+[X][X] a [X][X] situation [X] ||| [X][X] dieser [X][X] Situation [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.16406
+[X][X] a very [X][X] [X] ||| [X][X] dieser sehr [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.16406
+[X][X] very difficult situation [X] ||| [X][X] sehr schwierigen Situation [X] ||| 0.0182166 1 ||| 0-0 ||| 0.16406
+[X][X] very [X][X] [X] ||| [X][X] sehr [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.16406
+reconciliation to [X][X] difficult situation [X] ||| Lösung [X][X] schwierigen Situation [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0714286
+reconciliation to [X][X] situation [X] ||| Lösung [X][X] Situation [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0714286
+reconciliation to a [X][X] situation [X] ||| Lösung dieser [X][X] Situation [X] ||| 0.0182166 1 ||| 3-2 ||| 0.0714286
+reconciliation to a very [X][X] [X] ||| Lösung dieser sehr [X][X] [X] ||| 0.0182166 1 ||| 4-3 ||| 0.0714286
+[X][X] appropriate for you [X] ||| [X][X] angemessen , wenn Sie [X] ||| 0.0182166 1 ||| 0-0 ||| 0.1
+[X][X] appropriate [X][X] [X] ||| [X][X] angemessen [X][X] [X] ||| 0.00910828 1 ||| 0-0 2-2 ||| 0.516888
+[X][X] appropriate [X][X] [X] ||| [X][X] angemessen , [X][X] [X] ||| 0.00910828 1 ||| 0-0 2-3 ||| 0.516888
+[X][X] for you [X] ||| [X][X] , wenn Sie [X] ||| 0.00910828 1 ||| 0-0 ||| 0.2
+[X][X] for you [X] ||| [X][X] wenn Sie [X] ||| 0.00910828 1 ||| 0-0 ||| 0.2
+would it be [X][X] you [X] ||| wäre es [X][X] Sie [X] ||| 0.0182166 1 ||| 3-2 ||| 0.1
+would it be appropriate [X][X] [X] ||| wäre es angemessen [X][X] [X] ||| 0.00910828 1 ||| 4-3 ||| 0.516888
+would it be appropriate [X][X] [X] ||| wäre es angemessen , [X][X] [X] ||| 0.00910828 1 ||| 4-4 ||| 0.516888
+appropriate for you , Madam [X] ||| angemessen , wenn Sie , Frau [X] ||| 0.0182166 1 ||| ||| 0.0714286
+[X][X] you , Madam [X] ||| [X][X] Sie , Frau [X] ||| 0.0182166 1 ||| 0-0 ||| 0.111429
+[X][X] you [X][X] [X] ||| [X][X] Sie [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.254248
+appropriate [X][X] , Madam [X] ||| angemessen [X][X] , Frau [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0714286
+appropriate [X][X] Madam [X] ||| angemessen [X][X] Frau [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0714286
+appropriate [X][X] , Madam [X] ||| angemessen , [X][X] , Frau [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0714286
+appropriate [X][X] Madam [X] ||| angemessen , [X][X] Frau [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0714286
+appropriate for [X][X] Madam [X] ||| angemessen , wenn [X][X] Frau [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0714286
+appropriate for you [X][X] [X] ||| angemessen , wenn Sie [X][X] [X] ||| 0.0182166 1 ||| 3-4 ||| 0.158304
+for you , Madam President [X] ||| , wenn Sie , Frau Präsidentin [X] ||| 0.0182166 1 ||| ||| 0.0666667
+[X][X] , Madam President [X] ||| , [X][X] , Frau Präsidentin [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0666667
+[X][X] , [X][X] [X] ||| , [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.13002
+[X][X] Madam President [X] ||| , [X][X] Frau Präsidentin [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0666667
+[X][X] President [X] ||| , [X][X] Präsidentin [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0666667
+for [X][X] Madam President [X] ||| , wenn [X][X] Frau Präsidentin [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0666667
+for [X][X] President [X] ||| , wenn [X][X] Präsidentin [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0666667
+for you [X][X] President [X] ||| , wenn Sie [X][X] Präsidentin [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0666667
+for you , [X][X] [X] ||| , wenn Sie , [X][X] [X] ||| 0.0182166 1 ||| 3-4 ||| 0.13002
+[X][X] , Madam President , [X] ||| [X][X] , Frau Präsidentin , [X] ||| 0.0182166 1 ||| 0-0 ||| 0.142337
+[X][X] , [X][X] , [X] ||| [X][X] , [X][X] , [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.142337
+[X][X] , Madam [X][X] [X] ||| [X][X] , Frau [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.223871
+for [X][X] Madam President , [X] ||| wenn [X][X] Frau Präsidentin , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+for [X][X] Madam [X][X] [X] ||| wenn [X][X] Frau [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0896686
+for [X][X] President , [X] ||| wenn [X][X] Präsidentin , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+for [X][X] , [X] ||| wenn [X][X] , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+for you [X][X] President , [X] ||| wenn Sie [X][X] Präsidentin , [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0526316
+for you [X][X] , [X] ||| wenn Sie [X][X] , [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0526316
+for you , [X][X] , [X] ||| wenn Sie , [X][X] , [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0526316
+for you , Madam [X][X] [X] ||| wenn Sie , Frau [X][X] [X] ||| 0.0182166 1 ||| 4-4 ||| 0.0896686
+you , Madam President , [X] ||| Sie , Frau Präsidentin , der [X] ||| 0.0182166 1 ||| ||| 0.0666667
+[X][X] Madam President , [X] ||| [X][X] Frau Präsidentin , der [X] ||| 0.0182166 1 ||| 0-0 ||| 0.148201
+[X][X] Madam [X][X] [X] ||| [X][X] Frau [X][X] der [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.148201
+you [X][X] President , [X] ||| Sie [X][X] Präsidentin , der [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0666667
+you [X][X] , [X] ||| Sie [X][X] , der [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0666667
+you [X][X] [X] ||| Sie [X][X] der [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0666667
+you , [X][X] , [X] ||| Sie , [X][X] , der [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0666667
+you , [X][X] [X] ||| Sie , [X][X] der [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0666667
+you , Madam [X][X] [X] ||| Sie , Frau [X][X] der [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0666667
+[X][X] to the [X][X] [X] ||| [X][X] [X][X] das [X] ||| 0.0182166 1 ||| 3-0 0-1 ||| 0.307332
+[X][X] the [X][X] [X] ||| [X][X] [X][X] das [X] ||| 0.0182166 1 ||| 2-0 0-1 ||| 0.307332
+to [X][X] to the [X][X] [X] ||| [X][X] in [X][X] das [X] ||| 0.0182166 1 ||| 4-0 1-2 ||| 0.307332
+to [X][X] the [X][X] [X] ||| [X][X] in [X][X] das [X] ||| 0.0182166 1 ||| 3-0 1-2 ||| 0.307332
+[X][X] to the Sri Lankan [X] ||| Sri Lanka [X][X] das [X] ||| 0.0182166 1 ||| 0-2 ||| 0.111111
+[X][X] the Sri Lankan [X] ||| Sri Lanka [X][X] das [X] ||| 0.0182166 1 ||| 0-2 ||| 0.111111
+[X][X] Sri Lankan [X] ||| Sri Lanka [X][X] [X] ||| 0.0182166 1 ||| 0-2 ||| 0.111111
+to [X][X] the Sri Lankan [X] ||| Sri Lanka in [X][X] das [X] ||| 0.0182166 1 ||| 1-3 ||| 0.111111
+to [X][X] Sri Lankan [X] ||| Sri Lanka in [X][X] [X] ||| 0.0182166 1 ||| 1-3 ||| 0.111111
+Sri Lanka and urging [X] ||| Sri Lanka übermitteln und sie auffordern [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] and urging [X] ||| [X][X] und sie auffordern [X] ||| 0.0182166 1 ||| 0-0 ||| 0.257576
+Sri [X][X] urging [X] ||| Sri [X][X] sie auffordern [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+Sri Lanka [X][X] [X] ||| Sri Lanka übermitteln [X][X] [X] ||| 0.0182166 1 ||| 2-3 ||| 0.391667
+Lanka and urging [X] ||| Lanka übermitteln und sie auffordern würden [X] ||| 0.0182166 1 ||| ||| 0.25
+[X][X] urging [X] ||| [X][X] sie auffordern würden [X] ||| 0.0182166 1 ||| 0-0 ||| 0.441667
+Lanka [X][X] [X] ||| Lanka übermitteln [X][X] würden [X] ||| 0.0182166 1 ||| 1-2 ||| 0.25
+[X][X] reconciliation to [X][X] difficult [X] ||| [X][X] Lösung [X][X] schwierigen [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.0588235
+[X][X] reconciliation to a [X][X] [X] ||| [X][X] Lösung dieser [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-3 ||| 0.0988235
+a [X][X] a very difficult [X] ||| einer [X][X] dieser sehr schwierigen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0588235
+a [X][X] a [X][X] [X] ||| einer [X][X] dieser [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0988235
+a [X][X] very difficult [X] ||| einer [X][X] sehr schwierigen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0588235
+a [X][X] difficult [X] ||| einer [X][X] schwierigen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0588235
+a peaceful [X][X] a [X][X] [X] ||| einer friedlichen [X][X] dieser [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-4 ||| 0.0988235
+a peaceful [X][X] very difficult [X] ||| einer friedlichen [X][X] sehr schwierigen [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0588235
+a peaceful [X][X] difficult [X] ||| einer friedlichen [X][X] schwierigen [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0588235
+peaceful [X][X] a [X][X] situation [X] ||| friedlichen [X][X] dieser [X][X] Situation [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0526316
+peaceful [X][X] a very [X][X] [X] ||| friedlichen [X][X] dieser sehr [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-4 ||| 0.0526316
+peaceful [X][X] very difficult situation [X] ||| friedlichen [X][X] sehr schwierigen Situation [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+peaceful [X][X] very [X][X] [X] ||| friedlichen [X][X] sehr [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0526316
+peaceful [X][X] difficult situation [X] ||| friedlichen [X][X] schwierigen Situation [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+peaceful [X][X] situation [X] ||| friedlichen [X][X] Situation [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+peaceful reconciliation to [X][X] situation [X] ||| friedlichen Lösung [X][X] Situation [X] ||| 0.0182166 1 ||| 3-2 ||| 0.0526316
+[X][X] appropriate for you , [X] ||| [X][X] angemessen , wenn Sie , [X] ||| 0.0182166 1 ||| 0-0 ||| 0.0625
+[X][X] appropriate [X][X] , [X] ||| [X][X] angemessen [X][X] , [X] ||| 0.00910828 1 ||| 0-0 2-2 ||| 0.176282
+[X][X] appropriate [X][X] , [X] ||| [X][X] angemessen , [X][X] , [X] ||| 0.00910828 1 ||| 0-0 2-3 ||| 0.176282
+[X][X] appropriate for [X][X] [X] ||| [X][X] angemessen , wenn [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-4 ||| 0.158444
+[X][X] for you , [X] ||| [X][X] , wenn Sie , [X] ||| 0.0182166 1 ||| 0-0 ||| 0.0625
+[X][X] for [X][X] [X] ||| [X][X] , wenn [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.158444
+[X][X] for you , [X] ||| [X][X] wenn Sie , [X] ||| 0.0182166 1 ||| 0-0 ||| 0.0625
+[X][X] for [X][X] [X] ||| [X][X] wenn [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.158444
+would it be [X][X] , [X] ||| wäre es [X][X] , [X] ||| 0.0182166 1 ||| 3-2 ||| 0.088141
+[X][X] you , Madam President [X] ||| [X][X] Sie , Frau Präsidentin [X] ||| 0.0182166 1 ||| 0-0 ||| 0.0719697
+[X][X] you [X][X] President [X] ||| [X][X] Sie [X][X] Präsidentin [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0719697
+[X][X] you , [X][X] [X] ||| [X][X] Sie , [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.14282
+appropriate [X][X] , Madam President [X] ||| angemessen [X][X] , Frau Präsidentin [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0416667
+appropriate [X][X] , [X][X] [X] ||| angemessen [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0868755
+appropriate [X][X] Madam President [X] ||| angemessen [X][X] Frau Präsidentin [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0416667
+appropriate [X][X] President [X] ||| angemessen [X][X] Präsidentin [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0416667
+appropriate [X][X] , Madam President [X] ||| angemessen , [X][X] , Frau Präsidentin [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0416667
+appropriate [X][X] , [X][X] [X] ||| angemessen , [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 1-2 3-4 ||| 0.0868755
+appropriate [X][X] Madam President [X] ||| angemessen , [X][X] Frau Präsidentin [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0416667
+appropriate [X][X] President [X] ||| angemessen , [X][X] Präsidentin [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0416667
+appropriate for [X][X] Madam President [X] ||| angemessen , wenn [X][X] Frau Präsidentin [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0416667
+appropriate for [X][X] President [X] ||| angemessen , wenn [X][X] Präsidentin [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0416667
+appropriate for you [X][X] President [X] ||| angemessen , wenn Sie [X][X] Präsidentin [X] ||| 0.0182166 1 ||| 3-4 ||| 0.0416667
+appropriate for you , [X][X] [X] ||| angemessen , wenn Sie , [X][X] [X] ||| 0.0182166 1 ||| 4-5 ||| 0.0868755
+[X][X] , Madam President , [X] ||| , [X][X] , Frau Präsidentin , [X] ||| 0.0182166 1 ||| 0-1 ||| 0.037037
+[X][X] , [X][X] , [X] ||| , [X][X] , [X][X] , [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.037037
+[X][X] , Madam [X][X] [X] ||| , [X][X] , Frau [X][X] [X] ||| 0.0182166 1 ||| 0-1 3-4 ||| 0.0633528
+[X][X] Madam President , [X] ||| , [X][X] Frau Präsidentin , [X] ||| 0.0182166 1 ||| 0-1 ||| 0.037037
+[X][X] Madam [X][X] [X] ||| , [X][X] Frau [X][X] [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.0633528
+[X][X] President , [X] ||| , [X][X] Präsidentin , [X] ||| 0.0182166 1 ||| 0-1 ||| 0.037037
+for [X][X] Madam President , [X] ||| , wenn [X][X] Frau Präsidentin , [X] ||| 0.0182166 1 ||| 1-2 ||| 0.037037
+for [X][X] Madam [X][X] [X] ||| , wenn [X][X] Frau [X][X] [X] ||| 0.0182166 1 ||| 1-2 3-4 ||| 0.0633528
+for [X][X] President , [X] ||| , wenn [X][X] Präsidentin , [X] ||| 0.0182166 1 ||| 1-2 ||| 0.037037
+for [X][X] , [X] ||| , wenn [X][X] , [X] ||| 0.0182166 1 ||| 1-2 ||| 0.037037
+for you [X][X] President , [X] ||| , wenn Sie [X][X] Präsidentin , [X] ||| 0.0182166 1 ||| 2-3 ||| 0.037037
+for you [X][X] , [X] ||| , wenn Sie [X][X] , [X] ||| 0.0182166 1 ||| 2-3 ||| 0.037037
+for you , [X][X] , [X] ||| , wenn Sie , [X][X] , [X] ||| 0.0182166 1 ||| 3-4 ||| 0.037037
+for you , Madam [X][X] [X] ||| , wenn Sie , Frau [X][X] [X] ||| 0.0182166 1 ||| 4-5 ||| 0.0633528
+[X][X] , Madam President , [X] ||| [X][X] , Frau Präsidentin , der [X] ||| 0.0182166 1 ||| 0-0 ||| 0.0815346
+[X][X] , [X][X] , [X] ||| [X][X] , [X][X] , der [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0815346
+[X][X] , [X][X] [X] ||| [X][X] , [X][X] der [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0815346
+[X][X] , Madam [X][X] [X] ||| [X][X] , Frau [X][X] der [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0815346
+for [X][X] Madam President , [X] ||| wenn [X][X] Frau Präsidentin , der [X] ||| 0.0182166 1 ||| 1-1 ||| 0.037037
+for [X][X] Madam [X][X] [X] ||| wenn [X][X] Frau [X][X] der [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.037037
+for [X][X] President , [X] ||| wenn [X][X] Präsidentin , der [X] ||| 0.0182166 1 ||| 1-1 ||| 0.037037
+for [X][X] , [X] ||| wenn [X][X] , der [X] ||| 0.0182166 1 ||| 1-1 ||| 0.037037
+for [X][X] [X] ||| wenn [X][X] der [X] ||| 0.0182166 1 ||| 1-1 ||| 0.037037
+for you [X][X] President , [X] ||| wenn Sie [X][X] Präsidentin , der [X] ||| 0.0182166 1 ||| 2-2 ||| 0.037037
+for you [X][X] , [X] ||| wenn Sie [X][X] , der [X] ||| 0.0182166 1 ||| 2-2 ||| 0.037037
+for you [X][X] [X] ||| wenn Sie [X][X] der [X] ||| 0.0182166 1 ||| 2-2 ||| 0.037037
+for you , [X][X] , [X] ||| wenn Sie , [X][X] , der [X] ||| 0.0182166 1 ||| 3-3 ||| 0.037037
+for you , [X][X] [X] ||| wenn Sie , [X][X] der [X] ||| 0.0182166 1 ||| 3-3 ||| 0.037037
+for you , Madam [X][X] [X] ||| wenn Sie , Frau [X][X] der [X] ||| 0.0182166 1 ||| 4-4 ||| 0.037037
+[X][X] to the [X][X] [X] ||| von [X][X] [X][X] das [X] ||| 0.0182166 1 ||| 3-1 0-2 ||| 0.0769231
+[X][X] the [X][X] [X] ||| von [X][X] [X][X] das [X] ||| 0.0182166 1 ||| 2-1 0-2 ||| 0.0769231
+to [X][X] to the [X][X] [X] ||| von [X][X] in [X][X] das [X] ||| 0.0182166 1 ||| 4-1 1-3 ||| 0.0769231
+to [X][X] the [X][X] [X] ||| von [X][X] in [X][X] das [X] ||| 0.0182166 1 ||| 3-1 1-3 ||| 0.0769231
+[X][X] to the Sri Lankan [X] ||| von Sri Lanka [X][X] das [X] ||| 0.0182166 1 ||| 0-3 ||| 0.0769231
+[X][X] the Sri Lankan [X] ||| von Sri Lanka [X][X] das [X] ||| 0.0182166 1 ||| 0-3 ||| 0.0769231
+[X][X] Sri Lankan [X] ||| von Sri Lanka [X][X] [X] ||| 0.0182166 1 ||| 0-3 ||| 0.0769231
+to [X][X] the Sri Lankan [X] ||| von Sri Lanka in [X][X] das [X] ||| 0.0182166 1 ||| 1-4 ||| 0.0769231
+to [X][X] Sri Lankan [X] ||| von Sri Lanka in [X][X] [X] ||| 0.0182166 1 ||| 1-4 ||| 0.0769231
+in Sri Lanka and urging [X] ||| von Sri Lanka übermitteln und sie auffordern [X] ||| 0.0182166 1 ||| ||| 0.0909091
+[X][X] Lanka and urging [X] ||| [X][X] Lanka übermitteln und sie auffordern [X] ||| 0.0182166 1 ||| 0-0 ||| 0.0909091
+[X][X] Lanka [X][X] [X] ||| [X][X] Lanka übermitteln [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.210207
+in [X][X] and urging [X] ||| von [X][X] und sie auffordern [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+in [X][X] urging [X] ||| von [X][X] sie auffordern [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+in Sri [X][X] urging [X] ||| von Sri [X][X] sie auffordern [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0909091
+in Sri Lanka [X][X] [X] ||| von Sri Lanka übermitteln [X][X] [X] ||| 0.0182166 1 ||| 3-4 ||| 0.210207
+Sri Lanka and urging [X] ||| Sri Lanka übermitteln und sie auffordern würden [X] ||| 0.0182166 1 ||| ||| 0.125
+[X][X] and urging [X] ||| [X][X] und sie auffordern würden [X] ||| 0.0182166 1 ||| 0-0 ||| 0.191667
+Sri [X][X] urging [X] ||| Sri [X][X] sie auffordern würden [X] ||| 0.0182166 1 ||| 1-1 ||| 0.125
+Sri [X][X] [X] ||| Sri [X][X] würden [X] ||| 0.0182166 1 ||| 1-1 ||| 0.125
+Sri Lanka [X][X] [X] ||| Sri Lanka übermitteln [X][X] würden [X] ||| 0.0182166 1 ||| 2-3 ||| 0.125
+Lanka and urging [X] ||| Lanka übermitteln und sie auffordern würden , [X] ||| 0.0182166 1 ||| ||| 0.2
+[X][X] urging [X] ||| [X][X] sie auffordern würden , [X] ||| 0.0182166 1 ||| 0-0 ||| 0.352632
+Lanka [X][X] [X] ||| Lanka übermitteln [X][X] würden , [X] ||| 0.00910828 1 ||| 1-2 ||| 0.4
+Lanka [X][X] [X] ||| Lanka übermitteln [X][X] , [X] ||| 0.00910828 1 ||| 1-2 ||| 0.4
+her to do [X][X] possibly [X] ||| [X][X] in ihrem Kräften stehende zu tun [X] ||| 0.0182166 1 ||| 3-0 ||| 0.783333
+her to do everything [X][X] [X] ||| alles in ihrem [X][X] stehende zu tun [X] ||| 0.00910828 1 ||| 4-3 ||| 1.66667
+her to do everything [X][X] [X] ||| alles in ihrem [X][X] zu tun [X] ||| 0.00910828 1 ||| 4-3 ||| 1.66667
+[X][X] reconciliation to [X][X] situation [X] ||| [X][X] Lösung [X][X] Situation [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.04
+a [X][X] a [X][X] situation [X] ||| einer [X][X] dieser [X][X] Situation [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.04
+a [X][X] a very [X][X] [X] ||| einer [X][X] dieser sehr [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-4 ||| 0.04
+a [X][X] very difficult situation [X] ||| einer [X][X] sehr schwierigen Situation [X] ||| 0.0182166 1 ||| 1-1 ||| 0.04
+a [X][X] very [X][X] [X] ||| einer [X][X] sehr [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.04
+a [X][X] difficult situation [X] ||| einer [X][X] schwierigen Situation [X] ||| 0.0182166 1 ||| 1-1 ||| 0.04
+a [X][X] situation [X] ||| einer [X][X] Situation [X] ||| 0.0182166 1 ||| 1-1 ||| 0.04
+a peaceful [X][X] very [X][X] [X] ||| einer friedlichen [X][X] sehr [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-4 ||| 0.04
+a peaceful [X][X] difficult situation [X] ||| einer friedlichen [X][X] schwierigen Situation [X] ||| 0.0182166 1 ||| 2-2 ||| 0.04
+a peaceful [X][X] situation [X] ||| einer friedlichen [X][X] Situation [X] ||| 0.0182166 1 ||| 2-2 ||| 0.04
+[X][X] appropriate [X][X] , Madam [X] ||| [X][X] angemessen [X][X] , Frau [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.04
+[X][X] appropriate [X][X] Madam [X] ||| [X][X] angemessen [X][X] Frau [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.04
+[X][X] appropriate [X][X] , Madam [X] ||| [X][X] angemessen , [X][X] , Frau [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.04
+[X][X] appropriate [X][X] Madam [X] ||| [X][X] angemessen , [X][X] Frau [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.04
+[X][X] appropriate for [X][X] Madam [X] ||| [X][X] angemessen , wenn [X][X] Frau [X] ||| 0.0182166 1 ||| 0-0 3-4 ||| 0.04
+[X][X] appropriate for you [X][X] [X] ||| [X][X] angemessen , wenn Sie [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-5 ||| 0.0959441
+[X][X] for you , Madam [X] ||| [X][X] , wenn Sie , Frau [X] ||| 0.0182166 1 ||| 0-0 ||| 0.04
+[X][X] for [X][X] Madam [X] ||| [X][X] , wenn [X][X] Frau [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.04
+[X][X] for you [X][X] [X] ||| [X][X] , wenn Sie [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-4 ||| 0.0959441
+[X][X] for you , Madam [X] ||| [X][X] wenn Sie , Frau [X] ||| 0.0182166 1 ||| 0-0 ||| 0.04
+[X][X] for [X][X] Madam [X] ||| [X][X] wenn [X][X] Frau [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.04
+[X][X] for you [X][X] [X] ||| [X][X] wenn Sie [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0959441
+would it be [X][X] Madam [X] ||| wäre es [X][X] Frau [X] ||| 0.0182166 1 ||| 3-2 ||| 0.04
+[X][X] you [X][X] President , [X] ||| [X][X] Sie [X][X] Präsidentin , [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0526681
+[X][X] you [X][X] , [X] ||| [X][X] Sie [X][X] , [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0526681
+[X][X] you , [X][X] , [X] ||| [X][X] Sie , [X][X] , [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0526681
+[X][X] you , Madam [X][X] [X] ||| [X][X] Sie , Frau [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-4 ||| 0.0708499
+appropriate [X][X] , [X][X] , [X] ||| angemessen [X][X] , [X][X] , [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.027027
+appropriate [X][X] , Madam [X][X] [X] ||| angemessen [X][X] , Frau [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-4 ||| 0.0452088
+appropriate [X][X] Madam President , [X] ||| angemessen [X][X] Frau Präsidentin , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.027027
+appropriate [X][X] Madam [X][X] [X] ||| angemessen [X][X] Frau [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0452088
+appropriate [X][X] President , [X] ||| angemessen [X][X] Präsidentin , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.027027
+appropriate [X][X] , [X][X] , [X] ||| angemessen , [X][X] , [X][X] , [X] ||| 0.0182166 1 ||| 1-2 3-4 ||| 0.027027
+appropriate [X][X] , Madam [X][X] [X] ||| angemessen , [X][X] , Frau [X][X] [X] ||| 0.0182166 1 ||| 1-2 4-5 ||| 0.0452088
+appropriate [X][X] Madam President , [X] ||| angemessen , [X][X] Frau Präsidentin , [X] ||| 0.0182166 1 ||| 1-2 ||| 0.027027
+appropriate [X][X] Madam [X][X] [X] ||| angemessen , [X][X] Frau [X][X] [X] ||| 0.0182166 1 ||| 1-2 3-4 ||| 0.0452088
+appropriate [X][X] President , [X] ||| angemessen , [X][X] Präsidentin , [X] ||| 0.0182166 1 ||| 1-2 ||| 0.027027
+appropriate for [X][X] Madam [X][X] [X] ||| angemessen , wenn [X][X] Frau [X][X] [X] ||| 0.0182166 1 ||| 2-3 4-5 ||| 0.0452088
+appropriate for [X][X] President , [X] ||| angemessen , wenn [X][X] Präsidentin , [X] ||| 0.0182166 1 ||| 2-3 ||| 0.027027
+appropriate for [X][X] , [X] ||| angemessen , wenn [X][X] , [X] ||| 0.0182166 1 ||| 2-3 ||| 0.027027
+appropriate for you [X][X] , [X] ||| angemessen , wenn Sie [X][X] , [X] ||| 0.0182166 1 ||| 3-4 ||| 0.027027
+[X][X] , Madam President , [X] ||| , [X][X] , Frau Präsidentin , der [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0263158
+[X][X] , [X][X] , [X] ||| , [X][X] , [X][X] , der [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.0263158
+[X][X] , [X][X] [X] ||| , [X][X] , [X][X] der [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.0263158
+[X][X] , Madam [X][X] [X] ||| , [X][X] , Frau [X][X] der [X] ||| 0.0182166 1 ||| 0-1 3-4 ||| 0.0263158
+[X][X] Madam President , [X] ||| , [X][X] Frau Präsidentin , der [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0263158
+[X][X] Madam [X][X] [X] ||| , [X][X] Frau [X][X] der [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.0263158
+[X][X] President , [X] ||| , [X][X] Präsidentin , der [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0263158
+[X][X] , [X] ||| , [X][X] , der [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0263158
+for [X][X] Madam President , [X] ||| , wenn [X][X] Frau Präsidentin , der [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0263158
+for [X][X] Madam [X][X] [X] ||| , wenn [X][X] Frau [X][X] der [X] ||| 0.0182166 1 ||| 1-2 3-4 ||| 0.0263158
+for [X][X] President , [X] ||| , wenn [X][X] Präsidentin , der [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0263158
+for [X][X] , [X] ||| , wenn [X][X] , der [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0263158
+for [X][X] [X] ||| , wenn [X][X] der [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0263158
+for you [X][X] President , [X] ||| , wenn Sie [X][X] Präsidentin , der [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0263158
+for you [X][X] , [X] ||| , wenn Sie [X][X] , der [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0263158
+for you [X][X] [X] ||| , wenn Sie [X][X] der [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0263158
+for you , [X][X] , [X] ||| , wenn Sie , [X][X] , der [X] ||| 0.0182166 1 ||| 3-4 ||| 0.0263158
+for you , [X][X] [X] ||| , wenn Sie , [X][X] der [X] ||| 0.0182166 1 ||| 3-4 ||| 0.0263158
+for you , Madam [X][X] [X] ||| , wenn Sie , Frau [X][X] der [X] ||| 0.0182166 1 ||| 4-5 ||| 0.0263158
+[X][X] to the [X][X] President [X] ||| Präsidentin [X][X] [X][X] das [X] ||| 0.0182166 1 ||| 3-1 0-2 ||| 0.0666667
+[X][X] the [X][X] President [X] ||| Präsidentin [X][X] [X][X] das [X] ||| 0.0182166 1 ||| 2-1 0-2 ||| 0.0666667
+to [X][X] the [X][X] President [X] ||| Präsidentin [X][X] in [X][X] das [X] ||| 0.0182166 1 ||| 3-1 1-3 ||| 0.0666667
+[X][X] to the [X][X] President [X] ||| Präsidentin von [X][X] [X][X] das [X] ||| 0.0182166 1 ||| 3-2 0-3 ||| 0.0666667
+[X][X] the [X][X] President [X] ||| Präsidentin von [X][X] [X][X] das [X] ||| 0.0182166 1 ||| 2-2 0-3 ||| 0.0666667
+to [X][X] the [X][X] President [X] ||| Präsidentin von [X][X] in [X][X] das [X] ||| 0.0182166 1 ||| 3-2 1-4 ||| 0.0666667
+[X][X] the Sri Lankan President [X] ||| Präsidentin von Sri Lanka [X][X] das [X] ||| 0.0182166 1 ||| 0-4 ||| 0.0666667
+[X][X] Sri Lankan President [X] ||| Präsidentin von Sri Lanka [X][X] [X] ||| 0.0182166 1 ||| 0-4 ||| 0.0666667
+to [X][X] Sri Lankan President [X] ||| Präsidentin von Sri Lanka in [X][X] [X] ||| 0.0182166 1 ||| 1-5 ||| 0.0666667
+[X][X] and [X][X] violent deaths [X] ||| gewaltsamen Tod [X][X] und [X][X] Bürgern [X] ||| 0.0182166 1 ||| 0-2 2-4 ||| 0.2
+[X][X] the other violent deaths [X] ||| gewaltsamen Tod [X][X] anderen Bürgern [X] ||| 0.0182166 1 ||| 0-2 ||| 0.2
+[X][X] other violent deaths [X] ||| gewaltsamen Tod [X][X] anderen Bürgern [X] ||| 0.0182166 1 ||| 0-2 ||| 0.2
+[X][X] violent deaths [X] ||| gewaltsamen Tod [X][X] Bürgern [X] ||| 0.0182166 1 ||| 0-2 ||| 0.2
+at his [X][X] violent deaths [X] ||| gewaltsamen Tod von Herrn Ponnambalam [X][X] Bürgern [X] ||| 0.0182166 1 ||| 2-5 ||| 0.2
+in Sri Lanka and urging [X] ||| von Sri Lanka übermitteln und sie auffordern würden [X] ||| 0.0182166 1 ||| ||| 0.0666667
+[X][X] Lanka and urging [X] ||| [X][X] Lanka übermitteln und sie auffordern würden [X] ||| 0.0182166 1 ||| 0-0 ||| 0.0666667
+[X][X] Lanka [X][X] [X] ||| [X][X] Lanka übermitteln [X][X] würden [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.0666667
+in [X][X] and urging [X] ||| von [X][X] und sie auffordern würden [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0666667
+in [X][X] urging [X] ||| von [X][X] sie auffordern würden [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0666667
+in [X][X] [X] ||| von [X][X] würden [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0666667
+in Sri [X][X] urging [X] ||| von Sri [X][X] sie auffordern würden [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0666667
+in Sri [X][X] [X] ||| von Sri [X][X] würden [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0666667
+in Sri Lanka [X][X] [X] ||| von Sri Lanka übermitteln [X][X] würden [X] ||| 0.0182166 1 ||| 3-4 ||| 0.0666667
+Sri Lanka and urging [X] ||| Sri Lanka übermitteln und sie auffordern würden , [X] ||| 0.0182166 1 ||| ||| 0.1
+[X][X] and urging [X] ||| [X][X] und sie auffordern würden , [X] ||| 0.0182166 1 ||| 0-0 ||| 0.152632
+Sri [X][X] urging [X] ||| Sri [X][X] sie auffordern würden , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.1
+Sri [X][X] [X] ||| Sri [X][X] würden , [X] ||| 0.00910828 1 ||| 1-1 ||| 0.2
+Sri [X][X] [X] ||| Sri [X][X] , [X] ||| 0.00910828 1 ||| 1-1 ||| 0.2
+Sri Lanka [X][X] [X] ||| Sri Lanka übermitteln [X][X] würden , [X] ||| 0.00910828 1 ||| 2-3 ||| 0.2
+Sri Lanka [X][X] [X] ||| Sri Lanka übermitteln [X][X] , [X] ||| 0.00910828 1 ||| 2-3 ||| 0.2
+her to do [X][X] possibly [X] ||| , [X][X] in ihrem Kräften stehende zu tun [X] ||| 0.0182166 1 ||| 3-1 ||| 0.25
+her to do everything [X][X] [X] ||| , alles in ihrem [X][X] stehende zu tun [X] ||| 0.00910828 1 ||| 4-4 ||| 1.5
+her to do everything [X][X] [X] ||| , alles in ihrem [X][X] zu tun [X] ||| 0.00910828 1 ||| 4-4 ||| 1.5
+[X][X] appropriate [X][X] Madam President [X] ||| [X][X] angemessen [X][X] Frau Präsidentin [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.030303
+[X][X] appropriate [X][X] President [X] ||| [X][X] angemessen [X][X] Präsidentin [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.030303
+[X][X] appropriate [X][X] Madam President [X] ||| [X][X] angemessen , [X][X] Frau Präsidentin [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.030303
+[X][X] appropriate [X][X] President [X] ||| [X][X] angemessen , [X][X] Präsidentin [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.030303
+[X][X] appropriate for [X][X] President [X] ||| [X][X] angemessen , wenn [X][X] Präsidentin [X] ||| 0.0182166 1 ||| 0-0 3-4 ||| 0.030303
+[X][X] for [X][X] Madam President [X] ||| [X][X] , wenn [X][X] Frau Präsidentin [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.030303
+[X][X] for [X][X] President [X] ||| [X][X] , wenn [X][X] Präsidentin [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.030303
+[X][X] for you [X][X] President [X] ||| [X][X] , wenn Sie [X][X] Präsidentin [X] ||| 0.0182166 1 ||| 0-0 3-4 ||| 0.030303
+[X][X] for you , [X][X] [X] ||| [X][X] , wenn Sie , [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-5 ||| 0.0559441
+[X][X] for [X][X] Madam President [X] ||| [X][X] wenn [X][X] Frau Präsidentin [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.030303
+[X][X] for [X][X] President [X] ||| [X][X] wenn [X][X] Präsidentin [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.030303
+[X][X] for you [X][X] President [X] ||| [X][X] wenn Sie [X][X] Präsidentin [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.030303
+[X][X] for you , [X][X] [X] ||| [X][X] wenn Sie , [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-4 ||| 0.0559441
+would it be [X][X] President [X] ||| wäre es [X][X] Präsidentin [X] ||| 0.0182166 1 ||| 3-2 ||| 0.030303
+[X][X] you [X][X] President , [X] ||| [X][X] Sie [X][X] Präsidentin , der [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0181818
+[X][X] you [X][X] , [X] ||| [X][X] Sie [X][X] , der [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0181818
+[X][X] you [X][X] [X] ||| [X][X] Sie [X][X] der [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0181818
+[X][X] you , [X][X] , [X] ||| [X][X] Sie , [X][X] , der [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0181818
+[X][X] you , [X][X] [X] ||| [X][X] Sie , [X][X] der [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0181818
+[X][X] you , Madam [X][X] [X] ||| [X][X] Sie , Frau [X][X] der [X] ||| 0.0182166 1 ||| 0-0 4-4 ||| 0.0181818
+appropriate [X][X] , [X][X] , [X] ||| angemessen [X][X] , [X][X] , der [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0181818
+appropriate [X][X] , [X][X] [X] ||| angemessen [X][X] , [X][X] der [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0181818
+appropriate [X][X] , Madam [X][X] [X] ||| angemessen [X][X] , Frau [X][X] der [X] ||| 0.0182166 1 ||| 1-1 4-4 ||| 0.0181818
+appropriate [X][X] Madam President , [X] ||| angemessen [X][X] Frau Präsidentin , der [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0181818
+appropriate [X][X] Madam [X][X] [X] ||| angemessen [X][X] Frau [X][X] der [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0181818
+appropriate [X][X] President , [X] ||| angemessen [X][X] Präsidentin , der [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0181818
+appropriate [X][X] , [X] ||| angemessen [X][X] , der [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0181818
+appropriate [X][X] [X] ||| angemessen [X][X] der [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0181818
+appropriate [X][X] , [X][X] , [X] ||| angemessen , [X][X] , [X][X] , der [X] ||| 0.0182166 1 ||| 1-2 3-4 ||| 0.0181818
+appropriate [X][X] , [X][X] [X] ||| angemessen , [X][X] , [X][X] der [X] ||| 0.0182166 1 ||| 1-2 3-4 ||| 0.0181818
+appropriate [X][X] , Madam [X][X] [X] ||| angemessen , [X][X] , Frau [X][X] der [X] ||| 0.0182166 1 ||| 1-2 4-5 ||| 0.0181818
+appropriate [X][X] Madam President , [X] ||| angemessen , [X][X] Frau Präsidentin , der [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0181818
+appropriate [X][X] Madam [X][X] [X] ||| angemessen , [X][X] Frau [X][X] der [X] ||| 0.0182166 1 ||| 1-2 3-4 ||| 0.0181818
+appropriate [X][X] President , [X] ||| angemessen , [X][X] Präsidentin , der [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0181818
+appropriate [X][X] , [X] ||| angemessen , [X][X] , der [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0181818
+appropriate [X][X] [X] ||| angemessen , [X][X] der [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0181818
+appropriate for [X][X] Madam [X][X] [X] ||| angemessen , wenn [X][X] Frau [X][X] der [X] ||| 0.0182166 1 ||| 2-3 4-5 ||| 0.0181818
+appropriate for [X][X] President , [X] ||| angemessen , wenn [X][X] Präsidentin , der [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0181818
+appropriate for [X][X] , [X] ||| angemessen , wenn [X][X] , der [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0181818
+appropriate for [X][X] [X] ||| angemessen , wenn [X][X] der [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0181818
+appropriate for you [X][X] , [X] ||| angemessen , wenn Sie [X][X] , der [X] ||| 0.0182166 1 ||| 3-4 ||| 0.0181818
+appropriate for you [X][X] [X] ||| angemessen , wenn Sie [X][X] der [X] ||| 0.0182166 1 ||| 3-4 ||| 0.0181818
+appropriate for you , [X][X] [X] ||| angemessen , wenn Sie , [X][X] der [X] ||| 0.0182166 1 ||| 4-5 ||| 0.0181818
+[X][X] to the [X][X] [X] ||| der [X][X] [X][X] das [X] ||| 0.0182166 1 ||| 3-1 0-2 ||| 0.0526316
+[X][X] the [X][X] [X] ||| der [X][X] [X][X] das [X] ||| 0.0182166 1 ||| 2-1 0-2 ||| 0.0526316
+to [X][X] to the [X][X] [X] ||| der [X][X] in [X][X] das [X] ||| 0.0182166 1 ||| 4-1 1-3 ||| 0.0526316
+to [X][X] the [X][X] [X] ||| der [X][X] in [X][X] das [X] ||| 0.0182166 1 ||| 3-1 1-3 ||| 0.0526316
+[X][X] to the [X][X] President [X] ||| der Präsidentin [X][X] [X][X] das [X] ||| 0.0182166 1 ||| 3-2 0-3 ||| 0.0526316
+[X][X] the [X][X] President [X] ||| der Präsidentin [X][X] [X][X] das [X] ||| 0.0182166 1 ||| 2-2 0-3 ||| 0.0526316
+to [X][X] the [X][X] President [X] ||| der Präsidentin [X][X] in [X][X] das [X] ||| 0.0182166 1 ||| 3-2 1-4 ||| 0.0526316
+[X][X] to the [X][X] President [X] ||| der Präsidentin von [X][X] [X][X] das [X] ||| 0.0182166 1 ||| 3-3 0-4 ||| 0.0526316
+[X][X] the [X][X] President [X] ||| der Präsidentin von [X][X] [X][X] das [X] ||| 0.0182166 1 ||| 2-3 0-4 ||| 0.0526316
+to [X][X] the [X][X] President [X] ||| der Präsidentin von [X][X] in [X][X] das [X] ||| 0.0182166 1 ||| 3-3 1-5 ||| 0.0526316
+[X][X] the Sri Lankan President [X] ||| der Präsidentin von Sri Lanka [X][X] das [X] ||| 0.0182166 1 ||| 0-5 ||| 0.0526316
+[X][X] Sri Lankan President [X] ||| der Präsidentin von Sri Lanka [X][X] [X] ||| 0.0182166 1 ||| 0-5 ||| 0.0526316
+to [X][X] Sri Lankan President [X] ||| der Präsidentin von Sri Lanka in [X][X] [X] ||| 0.0182166 1 ||| 1-6 ||| 0.0526316
+[X][X] in [X] ||| [X][X] von [X] ||| 0.0182166 1 ||| 0-0 ||| 0.333333
+[X][X] other violent deaths in [X] ||| gewaltsamen Tod [X][X] anderen Bürgern von [X] ||| 0.0182166 1 ||| 0-2 ||| 0.333333
+[X][X] violent deaths in [X] ||| gewaltsamen Tod [X][X] Bürgern von [X] ||| 0.0182166 1 ||| 0-2 ||| 0.333333
+in Sri Lanka and urging [X] ||| von Sri Lanka übermitteln und sie auffordern würden , [X] ||| 0.0182166 1 ||| ||| 0.0526316
+[X][X] Lanka and urging [X] ||| [X][X] Lanka übermitteln und sie auffordern würden , [X] ||| 0.0182166 1 ||| 0-0 ||| 0.0526316
+[X][X] Lanka [X][X] [X] ||| [X][X] Lanka übermitteln [X][X] würden , [X] ||| 0.00910828 1 ||| 0-0 2-3 ||| 0.105263
+[X][X] Lanka [X][X] [X] ||| [X][X] Lanka übermitteln [X][X] , [X] ||| 0.00910828 1 ||| 0-0 2-3 ||| 0.105263
+in [X][X] and urging [X] ||| von [X][X] und sie auffordern würden , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+in [X][X] urging [X] ||| von [X][X] sie auffordern würden , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+in [X][X] [X] ||| von [X][X] würden , [X] ||| 0.00910828 1 ||| 1-1 ||| 0.105263
+in [X][X] [X] ||| von [X][X] , [X] ||| 0.00910828 1 ||| 1-1 ||| 0.105263
+in Sri [X][X] urging [X] ||| von Sri [X][X] sie auffordern würden , [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0526316
+in Sri [X][X] [X] ||| von Sri [X][X] würden , [X] ||| 0.00910828 1 ||| 2-2 ||| 0.105263
+in Sri [X][X] [X] ||| von Sri [X][X] , [X] ||| 0.00910828 1 ||| 2-2 ||| 0.105263
+in Sri Lanka [X][X] [X] ||| von Sri Lanka übermitteln [X][X] würden , [X] ||| 0.00910828 1 ||| 3-4 ||| 0.105263
+in Sri Lanka [X][X] [X] ||| von Sri Lanka übermitteln [X][X] , [X] ||| 0.00910828 1 ||| 3-4 ||| 0.105263
+her to do [X][X] possibly [X] ||| würden [X][X] in ihrem Kräften stehende zu tun [X] ||| 0.00910828 1 ||| 3-1 ||| 0.4
+her to do [X][X] possibly [X] ||| würden , [X][X] in ihrem Kräften stehende zu tun [X] ||| 0.00910828 1 ||| 3-2 ||| 0.4
+her to do everything [X][X] [X] ||| würden , alles in ihrem [X][X] stehende zu tun [X] ||| 0.00910828 1 ||| 4-5 ||| 1.4
+her to do everything [X][X] [X] ||| würden , alles in ihrem [X][X] zu tun [X] ||| 0.00910828 1 ||| 4-5 ||| 1.4
+[X][X] appropriate [X][X] President , [X] ||| [X][X] angemessen [X][X] Präsidentin , [X] ||| 0.00910828 1 ||| 0-0 2-2 ||| 0.051282
+[X][X] appropriate [X][X] President , [X] ||| [X][X] angemessen , [X][X] Präsidentin , [X] ||| 0.00910828 1 ||| 0-0 2-3 ||| 0.051282
+[X][X] appropriate for [X][X] , [X] ||| [X][X] angemessen , wenn [X][X] , [X] ||| 0.0182166 1 ||| 0-0 3-4 ||| 0.025641
+[X][X] for [X][X] President , [X] ||| [X][X] , wenn [X][X] Präsidentin , [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.025641
+[X][X] for [X][X] , [X] ||| [X][X] , wenn [X][X] , [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.025641
+[X][X] for you [X][X] , [X] ||| [X][X] , wenn Sie [X][X] , [X] ||| 0.0182166 1 ||| 0-0 3-4 ||| 0.025641
+[X][X] for [X][X] President , [X] ||| [X][X] wenn [X][X] Präsidentin , [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.025641
+[X][X] for [X][X] , [X] ||| [X][X] wenn [X][X] , [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.025641
+[X][X] for you [X][X] , [X] ||| [X][X] wenn Sie [X][X] , [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.025641
+, [X][X] to the [X][X] [X] ||| , [X][X] [X][X] das [X] ||| 0.0182166 1 ||| 4-1 1-2 ||| 0.0769231
+, [X][X] the [X][X] [X] ||| , [X][X] [X][X] das [X] ||| 0.0182166 1 ||| 3-1 1-2 ||| 0.0769231
+, to [X][X] the [X][X] [X] ||| , [X][X] in [X][X] das [X] ||| 0.0182166 1 ||| 4-1 2-3 ||| 0.0769231
+, [X][X] to the [X][X] [X] ||| , der [X][X] [X][X] das [X] ||| 0.0182166 1 ||| 4-2 1-3 ||| 0.0769231
+, [X][X] the [X][X] [X] ||| , der [X][X] [X][X] das [X] ||| 0.0182166 1 ||| 3-2 1-3 ||| 0.0769231
+, to [X][X] the [X][X] [X] ||| , der [X][X] in [X][X] das [X] ||| 0.0182166 1 ||| 4-2 2-4 ||| 0.0769231
+, [X][X] [X] ||| , der [X][X] [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0769231
+, [X][X] the [X][X] President [X] ||| , der Präsidentin [X][X] [X][X] das [X] ||| 0.0182166 1 ||| 3-3 1-4 ||| 0.0769231
+, [X][X] President [X] ||| , der Präsidentin [X][X] [X] ||| 0.0182166 1 ||| 1-3 ||| 0.0769231
+, [X][X] the [X][X] President [X] ||| , der Präsidentin von [X][X] [X][X] das [X] ||| 0.0182166 1 ||| 3-4 1-5 ||| 0.0769231
+, [X][X] President [X] ||| , der Präsidentin von [X][X] [X] ||| 0.0182166 1 ||| 1-4 ||| 0.0769231
+, [X][X] Sri Lankan President [X] ||| , der Präsidentin von Sri Lanka [X][X] [X] ||| 0.0182166 1 ||| 1-6 ||| 0.0769231
+[X][X] in Sri [X] ||| [X][X] von Sri [X] ||| 0.0182166 1 ||| 0-0 ||| 0.2
+[X][X] Sri [X] ||| [X][X] Sri [X] ||| 0.0182166 1 ||| 0-0 ||| 0.2
+[X][X] other violent deaths [X][X] [X] ||| gewaltsamen Tod [X][X] anderen Bürgern [X][X] [X] ||| 0.0182166 1 ||| 0-2 4-5 ||| 0.2
+[X][X] violent deaths in Sri [X] ||| gewaltsamen Tod [X][X] Bürgern von Sri [X] ||| 0.0182166 1 ||| 0-2 ||| 0.2
+[X][X] violent deaths [X][X] [X] ||| gewaltsamen Tod [X][X] Bürgern [X][X] [X] ||| 0.0182166 1 ||| 0-2 3-4 ||| 0.2
+yes [X] ||| ja [X] ||| 0.0182166 1 ||| ||| 1
+, [X] ||| , [X] ||| 0.218091 1 ||| ||| 2
+Mr [X] ||| Herr [X] ||| 0.0182166 1 ||| ||| 1
+Evans [X] ||| Evans [X] ||| 0.0182166 1 ||| ||| 1
+I [X] ||| ich [X] ||| 0.0182166 1 ||| ||| 1
+an [X] ||| eine [X] ||| 0.0182166 1 ||| ||| 1
+the type [X] ||| derartige [X] ||| 0.0182166 1 ||| ||| 1
+the type you [X] ||| derartige [X] ||| 0.0182166 1 ||| ||| 1
+the type you have [X] ||| derartige [X] ||| 0.0182166 1 ||| ||| 1
+the type you have just [X] ||| derartige [X] ||| 0.0182166 1 ||| ||| 1
+of the type [X] ||| derartige [X] ||| 0.0182166 1 ||| ||| 1
+of the type you [X] ||| derartige [X] ||| 0.0182166 1 ||| ||| 1
+of the type you have [X] ||| derartige [X] ||| 0.0182166 1 ||| ||| 1
+initiative [X] ||| Initiative [X] ||| 0.0182166 1 ||| ||| 1
+initiative of [X] ||| Initiative [X] ||| 0.0182166 1 ||| ||| 1
+entirely [X] ||| durchaus [X] ||| 0.0182166 1 ||| ||| 1
+. [X] ||| . [X] ||| 0.0182166 1 ||| ||| 1
+yes , [X] ||| ja , [X] ||| 0.0182166 1 ||| ||| 1
+, Mr [X] ||| , Herr [X] ||| 0.0182166 1 ||| ||| 1
+Mr Evans [X] ||| Herr Evans [X] ||| 0.0182166 1 ||| ||| 1
+Evans , [X] ||| Evans , [X] ||| 0.0182166 1 ||| ||| 1
+, I [X] ||| , ich [X] ||| 0.0182166 1 ||| ||| 1
+initiative of the type [X] ||| derartige Initiative [X] ||| 0.0182166 1 ||| ||| 0.25
+initiative of [X][X] [X] ||| [X][X] Initiative [X] ||| 0.0182166 1 ||| 2-0 ||| 0.845238
+initiative [X][X] [X] ||| [X][X] Initiative [X] ||| 0.0182166 1 ||| 1-0 ||| 0.845238
+[X][X] the type [X] ||| derartige [X][X] [X] ||| 0.0182166 1 ||| 0-1 ||| 0.25
+initiative of the type you [X] ||| derartige Initiative [X] ||| 0.0182166 1 ||| ||| 0.166667
+initiative of [X][X] you [X] ||| [X][X] Initiative [X] ||| 0.0182166 1 ||| 2-0 ||| 0.166667
+initiative [X][X] you [X] ||| [X][X] Initiative [X] ||| 0.0182166 1 ||| 1-0 ||| 0.166667
+[X][X] the type you [X] ||| derartige [X][X] [X] ||| 0.0182166 1 ||| 0-1 ||| 0.166667
+initiative of [X][X] you have [X] ||| [X][X] Initiative [X] ||| 0.0182166 1 ||| 2-0 ||| 0.142857
+initiative of [X][X] have [X] ||| [X][X] Initiative [X] ||| 0.0182166 1 ||| 2-0 ||| 0.142857
+initiative [X][X] you have [X] ||| [X][X] Initiative [X] ||| 0.0182166 1 ||| 1-0 ||| 0.142857
+initiative [X][X] have [X] ||| [X][X] Initiative [X] ||| 0.0182166 1 ||| 1-0 ||| 0.142857
+[X][X] the type you have [X] ||| derartige [X][X] [X] ||| 0.0182166 1 ||| 0-1 ||| 0.142857
+initiative of [X][X] have just [X] ||| [X][X] Initiative [X] ||| 0.0182166 1 ||| 2-0 ||| 0.142857
+initiative of [X][X] just [X] ||| [X][X] Initiative [X] ||| 0.0182166 1 ||| 2-0 ||| 0.142857
+initiative [X][X] you have just [X] ||| [X][X] Initiative [X] ||| 0.0182166 1 ||| 1-0 ||| 0.142857
+initiative [X][X] have just [X] ||| [X][X] Initiative [X] ||| 0.0182166 1 ||| 1-0 ||| 0.142857
+initiative [X][X] just [X] ||| [X][X] Initiative [X] ||| 0.0182166 1 ||| 1-0 ||| 0.142857
+initiative of [X][X] just suggested [X] ||| [X][X] Initiative [X] ||| 0.0182166 1 ||| 2-0 ||| 0.142857
+initiative of [X][X] suggested [X] ||| [X][X] Initiative [X] ||| 0.0182166 1 ||| 2-0 ||| 0.142857
+initiative [X][X] have just suggested [X] ||| [X][X] Initiative [X] ||| 0.0182166 1 ||| 1-0 ||| 0.142857
+initiative [X][X] just suggested [X] ||| [X][X] Initiative [X] ||| 0.0182166 1 ||| 1-0 ||| 0.142857
+initiative [X][X] suggested [X] ||| [X][X] Initiative [X] ||| 0.0182166 1 ||| 1-0 ||| 0.142857
+yes , Mr [X] ||| ja , Herr [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] Mr [X] ||| [X][X] Herr [X] ||| 0.0182166 1 ||| 0-0 ||| 0.333333
+yes [X][X] [X] ||| ja [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.703664
+, Mr Evans [X] ||| , Herr Evans [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] Evans [X] ||| [X][X] Evans [X] ||| 0.0182166 1 ||| 0-0 ||| 0.5
+, [X][X] [X] ||| , [X][X] [X] ||| 0.218091 1 ||| 1-1 ||| 1.29667
+Mr Evans , [X] ||| Herr Evans , [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] , [X] ||| [X][X] , [X] ||| 0.0182166 1 ||| 0-0 ||| 0.590909
+Mr [X][X] [X] ||| Herr [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.675799
+Evans , I [X] ||| Evans , ich [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] I [X] ||| [X][X] ich [X] ||| 0.0182166 1 ||| 0-0 ||| 0.643541
+Evans [X][X] [X] ||| Evans [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.657936
+feel [X] ||| denke , daß [X] ||| 0.0182166 1 ||| ||| 1
+an initiative of the type [X] ||| eine derartige Initiative [X] ||| 0.0182166 1 ||| ||| 0.2
+an initiative of [X][X] [X] ||| eine [X][X] Initiative [X] ||| 0.0182166 1 ||| 3-1 ||| 0.690079
+an initiative [X][X] [X] ||| eine [X][X] Initiative [X] ||| 0.0182166 1 ||| 2-1 ||| 0.690079
+an [X][X] [X] ||| eine [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.690079
+an [X][X] the type [X] ||| eine derartige [X][X] [X] ||| 0.0182166 1 ||| 1-2 ||| 0.2
+an initiative of [X][X] you [X] ||| eine [X][X] Initiative [X] ||| 0.0182166 1 ||| 3-1 ||| 0.142857
+an initiative [X][X] you [X] ||| eine [X][X] Initiative [X] ||| 0.0182166 1 ||| 2-1 ||| 0.142857
+an [X][X] you [X] ||| eine [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.142857
+an [X][X] the type you [X] ||| eine derartige [X][X] [X] ||| 0.0182166 1 ||| 1-2 ||| 0.142857
+an initiative of [X][X] have [X] ||| eine [X][X] Initiative [X] ||| 0.0182166 1 ||| 3-1 ||| 0.125
+an initiative [X][X] you have [X] ||| eine [X][X] Initiative [X] ||| 0.0182166 1 ||| 2-1 ||| 0.125
+an initiative [X][X] have [X] ||| eine [X][X] Initiative [X] ||| 0.0182166 1 ||| 2-1 ||| 0.125
+an [X][X] you have [X] ||| eine [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.125
+an [X][X] have [X] ||| eine [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.125
+an initiative of [X][X] just [X] ||| eine [X][X] Initiative [X] ||| 0.0182166 1 ||| 3-1 ||| 0.111111
+an initiative [X][X] have just [X] ||| eine [X][X] Initiative [X] ||| 0.0182166 1 ||| 2-1 ||| 0.111111
+an initiative [X][X] just [X] ||| eine [X][X] Initiative [X] ||| 0.0182166 1 ||| 2-1 ||| 0.111111
+an [X][X] you have just [X] ||| eine [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.111111
+an [X][X] have just [X] ||| eine [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.111111
+an [X][X] just [X] ||| eine [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.111111
+an initiative of [X][X] suggested [X] ||| eine [X][X] Initiative [X] ||| 0.0182166 1 ||| 3-1 ||| 0.111111
+an initiative [X][X] just suggested [X] ||| eine [X][X] Initiative [X] ||| 0.0182166 1 ||| 2-1 ||| 0.111111
+an initiative [X][X] suggested [X] ||| eine [X][X] Initiative [X] ||| 0.0182166 1 ||| 2-1 ||| 0.111111
+an [X][X] have just suggested [X] ||| eine [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.111111
+an [X][X] just suggested [X] ||| eine [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.111111
+an [X][X] suggested [X] ||| eine [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.111111
+would be entirely appropriate [X] ||| durchaus angebracht ist [X] ||| 0.0182166 1 ||| ||| 1
+suggested would be entirely appropriate [X] ||| durchaus angebracht ist [X] ||| 0.0182166 1 ||| ||| 1
+yes , Mr Evans [X] ||| ja , Herr Evans [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] Mr Evans [X] ||| [X][X] Herr Evans [X] ||| 0.0182166 1 ||| 0-0 ||| 0.166667
+yes [X][X] Evans [X] ||| ja [X][X] Evans [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+yes , [X][X] [X] ||| ja , [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.370331
+, Mr Evans , [X] ||| , Herr Evans , [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] Evans , [X] ||| [X][X] Evans , [X] ||| 0.0182166 1 ||| 0-0 ||| 0.257576
+, [X][X] , [X] ||| , [X][X] , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+, Mr [X][X] [X] ||| , Herr [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.34469
+Mr Evans , I [X] ||| Herr Evans , ich [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] , I [X] ||| [X][X] , ich [X] ||| 0.0182166 1 ||| 0-0 ||| 0.310207
+Mr [X][X] I [X] ||| Herr [X][X] ich [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+Mr Evans [X][X] [X] ||| Herr Evans [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.342465
+I feel [X] ||| ich denke , daß [X] ||| 0.0182166 1 ||| ||| 1
+feel an [X] ||| denke , daß eine [X] ||| 0.0182166 1 ||| ||| 1
+would be entirely appropriate . [X] ||| durchaus angebracht ist . [X] ||| 0.0182166 1 ||| ||| 0.5
+[X][X] . [X] ||| [X][X] . [X] ||| 0.218091 1 ||| 0-0 ||| 1.83333
+suggested [X][X] . [X] ||| [X][X] . [X] ||| 0.0182166 1 ||| 1-0 ||| 0.5
+just suggested [X][X] . [X] ||| [X][X] . [X] ||| 0.0182166 1 ||| 2-0 ||| 0.333333
+just [X][X] . [X] ||| [X][X] . [X] ||| 0.0182166 1 ||| 1-0 ||| 0.333333
+have just suggested [X][X] . [X] ||| [X][X] . [X] ||| 0.0182166 1 ||| 3-0 ||| 0.25
+have just [X][X] . [X] ||| [X][X] . [X] ||| 0.0182166 1 ||| 2-0 ||| 0.25
+have [X][X] . [X] ||| [X][X] . [X] ||| 0.0182166 1 ||| 1-0 ||| 0.25
+you have just [X][X] . [X] ||| [X][X] . [X] ||| 0.0182166 1 ||| 3-0 ||| 0.25
+you have [X][X] . [X] ||| [X][X] . [X] ||| 0.0182166 1 ||| 2-0 ||| 0.25
+you [X][X] . [X] ||| [X][X] . [X] ||| 0.0182166 1 ||| 1-0 ||| 0.25
+yes , Mr Evans , [X] ||| ja , Herr Evans , [X] ||| 0.0182166 1 ||| ||| 0.0909091
+[X][X] Mr Evans , [X] ||| [X][X] Herr Evans , [X] ||| 0.0182166 1 ||| 0-0 ||| 0.0909091
+[X][X] Mr [X][X] [X] ||| [X][X] Herr [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.203664
+yes [X][X] Evans , [X] ||| ja [X][X] Evans , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+yes [X][X] , [X] ||| ja [X][X] , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+yes , [X][X] , [X] ||| ja , [X][X] , [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0909091
+yes , Mr [X][X] [X] ||| ja , Herr [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.203664
+, Mr Evans , I [X] ||| , Herr Evans , ich [X] ||| 0.0182166 1 ||| ||| 0.0909091
+[X][X] Evans , I [X] ||| [X][X] Evans , ich [X] ||| 0.0182166 1 ||| 0-0 ||| 0.143541
+[X][X] Evans [X][X] [X] ||| [X][X] Evans [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.290779
+, [X][X] , I [X] ||| , [X][X] , ich [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+, [X][X] I [X] ||| , [X][X] ich [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+, Mr [X][X] I [X] ||| , Herr [X][X] ich [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0909091
+, Mr Evans [X][X] [X] ||| , Herr Evans [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.178023
+, I feel [X] ||| , ich denke , daß [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] feel [X] ||| [X][X] denke , daß [X] ||| 0.0182166 1 ||| 0-0 ||| 0.678023
+I feel an [X] ||| ich denke , daß eine [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] an [X] ||| [X][X] eine [X] ||| 0.0182166 1 ||| 0-0 ||| 0.703664
+I [X][X] [X] ||| ich [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.548033
+[X][X] Mr Evans , I [X] ||| [X][X] Herr Evans , ich [X] ||| 0.0182166 1 ||| 0-0 ||| 0.0526316
+[X][X] Mr [X][X] I [X] ||| [X][X] Herr [X][X] ich [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0526316
+[X][X] Mr Evans [X][X] [X] ||| [X][X] Herr Evans [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.112755
+yes [X][X] Evans , I [X] ||| ja [X][X] Evans , ich [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+yes [X][X] Evans [X][X] [X] ||| ja [X][X] Evans [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.112755
+yes [X][X] , I [X] ||| ja [X][X] , ich [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+yes [X][X] I [X] ||| ja [X][X] ich [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+yes , [X][X] , I [X] ||| ja , [X][X] , ich [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0526316
+yes , [X][X] I [X] ||| ja , [X][X] ich [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0526316
+yes , Mr [X][X] I [X] ||| ja , Herr [X][X] ich [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0526316
+yes , Mr Evans [X][X] [X] ||| ja , Herr Evans [X][X] [X] ||| 0.0182166 1 ||| 4-4 ||| 0.112755
+Evans , I feel [X] ||| Evans , ich denke , daß [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] I feel [X] ||| [X][X] ich denke , daß [X] ||| 0.0182166 1 ||| 0-0 ||| 0.34469
+Evans [X][X] feel [X] ||| Evans [X][X] denke , daß [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+Evans , [X][X] [X] ||| Evans , [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.324603
+, I feel an [X] ||| , ich denke , daß eine [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] feel an [X] ||| [X][X] denke , daß eine [X] ||| 0.0182166 1 ||| 0-0 ||| 0.370331
+, [X][X] an [X] ||| , [X][X] eine [X] ||| 0.0182166 1 ||| 1-1 ||| 0.201149
+, I [X][X] [X] ||| , ich [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.285316
+[X][X] initiative of the type [X] ||| [X][X] derartige Initiative [X] ||| 0.0182166 1 ||| 0-0 ||| 0.326813
+[X][X] initiative of [X][X] [X] ||| [X][X] [X][X] Initiative [X] ||| 0.0182166 1 ||| 0-0 3-1 ||| 0.853305
+[X][X] initiative [X][X] [X] ||| [X][X] [X][X] Initiative [X] ||| 0.0182166 1 ||| 0-0 2-1 ||| 0.853305
+feel [X][X] [X] ||| denke , daß [X][X] [X] ||| 0.0182166 1 ||| 1-3 ||| 0.420671
+feel an initiative of [X][X] [X] ||| denke , daß eine [X][X] Initiative [X] ||| 0.0182166 1 ||| 4-4 ||| 0.420671
+feel an initiative [X][X] [X] ||| denke , daß eine [X][X] Initiative [X] ||| 0.0182166 1 ||| 3-4 ||| 0.420671
+feel an [X][X] [X] ||| denke , daß eine [X][X] [X] ||| 0.0182166 1 ||| 2-4 ||| 0.420671
+feel an [X][X] the type [X] ||| denke , daß eine derartige [X][X] [X] ||| 0.0182166 1 ||| 2-5 ||| 0.125
+[X][X] initiative of [X][X] you [X] ||| [X][X] [X][X] Initiative [X] ||| 0.0182166 1 ||| 0-0 3-1 ||| 0.206282
+[X][X] initiative [X][X] you [X] ||| [X][X] [X][X] Initiative [X] ||| 0.0182166 1 ||| 0-0 2-1 ||| 0.206282
+feel [X][X] you [X] ||| denke , daß [X][X] [X] ||| 0.0182166 1 ||| 1-3 ||| 0.0909091
+feel an initiative [X][X] you [X] ||| denke , daß eine [X][X] Initiative [X] ||| 0.0182166 1 ||| 3-4 ||| 0.0909091
+feel an [X][X] you [X] ||| denke , daß eine [X][X] [X] ||| 0.0182166 1 ||| 2-4 ||| 0.0909091
+[X][X] initiative of [X][X] have [X] ||| [X][X] [X][X] Initiative [X] ||| 0.0182166 1 ||| 0-0 3-1 ||| 0.14521
+[X][X] initiative [X][X] you have [X] ||| [X][X] [X][X] Initiative [X] ||| 0.0182166 1 ||| 0-0 2-1 ||| 0.14521
+[X][X] initiative [X][X] have [X] ||| [X][X] [X][X] Initiative [X] ||| 0.0182166 1 ||| 0-0 2-1 ||| 0.14521
+feel [X][X] you have [X] ||| denke , daß [X][X] [X] ||| 0.0182166 1 ||| 1-3 ||| 0.0714286
+feel [X][X] have [X] ||| denke , daß [X][X] [X] ||| 0.0182166 1 ||| 1-3 ||| 0.0714286
+feel an initiative [X][X] have [X] ||| denke , daß eine [X][X] Initiative [X] ||| 0.0182166 1 ||| 3-4 ||| 0.0714286
+feel an [X][X] you have [X] ||| denke , daß eine [X][X] [X] ||| 0.0182166 1 ||| 2-4 ||| 0.0714286
+feel an [X][X] have [X] ||| denke , daß eine [X][X] [X] ||| 0.0182166 1 ||| 2-4 ||| 0.0714286
+[X][X] initiative of [X][X] just [X] ||| [X][X] [X][X] Initiative [X] ||| 0.0182166 1 ||| 0-0 3-1 ||| 0.108333
+[X][X] initiative [X][X] have just [X] ||| [X][X] [X][X] Initiative [X] ||| 0.0182166 1 ||| 0-0 2-1 ||| 0.108333
+[X][X] initiative [X][X] just [X] ||| [X][X] [X][X] Initiative [X] ||| 0.0182166 1 ||| 0-0 2-1 ||| 0.108333
+feel [X][X] you have just [X] ||| denke , daß [X][X] [X] ||| 0.0182166 1 ||| 1-3 ||| 0.0666667
+feel [X][X] have just [X] ||| denke , daß [X][X] [X] ||| 0.0182166 1 ||| 1-3 ||| 0.0666667
+feel [X][X] just [X] ||| denke , daß [X][X] [X] ||| 0.0182166 1 ||| 1-3 ||| 0.0666667
+feel an initiative [X][X] just [X] ||| denke , daß eine [X][X] Initiative [X] ||| 0.0182166 1 ||| 3-4 ||| 0.0666667
+feel an [X][X] have just [X] ||| denke , daß eine [X][X] [X] ||| 0.0182166 1 ||| 2-4 ||| 0.0666667
+feel an [X][X] just [X] ||| denke , daß eine [X][X] [X] ||| 0.0182166 1 ||| 2-4 ||| 0.0666667
+[X][X] initiative of [X][X] suggested [X] ||| [X][X] [X][X] Initiative [X] ||| 0.0182166 1 ||| 0-0 3-1 ||| 0.0666667
+[X][X] initiative [X][X] just suggested [X] ||| [X][X] [X][X] Initiative [X] ||| 0.0182166 1 ||| 0-0 2-1 ||| 0.0666667
+[X][X] initiative [X][X] suggested [X] ||| [X][X] [X][X] Initiative [X] ||| 0.0182166 1 ||| 0-0 2-1 ||| 0.0666667
+feel [X][X] have just suggested [X] ||| denke , daß [X][X] [X] ||| 0.0182166 1 ||| 1-3 ||| 0.0666667
+feel [X][X] just suggested [X] ||| denke , daß [X][X] [X] ||| 0.0182166 1 ||| 1-3 ||| 0.0666667
+feel [X][X] suggested [X] ||| denke , daß [X][X] [X] ||| 0.0182166 1 ||| 1-3 ||| 0.0666667
+feel an initiative [X][X] suggested [X] ||| denke , daß eine [X][X] Initiative [X] ||| 0.0182166 1 ||| 3-4 ||| 0.0666667
+feel an [X][X] just suggested [X] ||| denke , daß eine [X][X] [X] ||| 0.0182166 1 ||| 2-4 ||| 0.0666667
+feel an [X][X] suggested [X] ||| denke , daß eine [X][X] [X] ||| 0.0182166 1 ||| 2-4 ||| 0.0666667
+Mr Evans , I feel [X] ||| Herr Evans , ich denke , daß [X] ||| 0.0182166 1 ||| ||| 0.0909091
+[X][X] , I feel [X] ||| [X][X] , ich denke , daß [X] ||| 0.0182166 1 ||| 0-0 ||| 0.178023
+[X][X] , [X][X] [X] ||| [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.323037
+Mr [X][X] I feel [X] ||| Herr [X][X] ich denke , daß [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+Mr [X][X] feel [X] ||| Herr [X][X] denke , daß [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+Mr Evans [X][X] feel [X] ||| Herr Evans [X][X] denke , daß [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0909091
+Mr Evans , [X][X] [X] ||| Herr Evans , [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.175799
+Evans , I feel an [X] ||| Evans , ich denke , daß eine [X] ||| 0.0182166 1 ||| ||| 0.0909091
+[X][X] I feel an [X] ||| [X][X] ich denke , daß eine [X] ||| 0.0182166 1 ||| 0-0 ||| 0.203664
+[X][X] I [X][X] [X] ||| [X][X] ich [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.30295
+Evans [X][X] feel an [X] ||| Evans [X][X] denke , daß eine [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+Evans [X][X] an [X] ||| Evans [X][X] eine [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+Evans , [X][X] an [X] ||| Evans , [X][X] eine [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0909091
+Evans , I [X][X] [X] ||| Evans , ich [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.157936
+[X][X] an initiative of [X][X] [X] ||| [X][X] eine [X][X] Initiative [X] ||| 0.0182166 1 ||| 0-0 4-2 ||| 0.432634
+[X][X] an initiative [X][X] [X] ||| [X][X] eine [X][X] Initiative [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.432634
+[X][X] an [X][X] [X] ||| [X][X] eine [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.432634
+[X][X] an [X][X] the type [X] ||| [X][X] eine derartige [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.201813
+I [X][X] initiative of [X][X] [X] ||| ich [X][X] [X][X] Initiative [X] ||| 0.0182166 1 ||| 1-1 4-2 ||| 0.2147
+I [X][X] initiative [X][X] [X] ||| ich [X][X] [X][X] Initiative [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.2147
+I feel [X][X] [X] ||| ich denke , daß [X][X] [X] ||| 0.0182166 1 ||| 2-4 ||| 0.2147
+I feel an initiative [X][X] [X] ||| ich denke , daß eine [X][X] Initiative [X] ||| 0.0182166 1 ||| 4-5 ||| 0.2147
+I feel an [X][X] [X] ||| ich denke , daß eine [X][X] [X] ||| 0.0182166 1 ||| 3-5 ||| 0.2147
+[X][X] an initiative [X][X] you [X] ||| [X][X] eine [X][X] Initiative [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.115373
+[X][X] an [X][X] you [X] ||| [X][X] eine [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.115373
+I [X][X] initiative [X][X] you [X] ||| ich [X][X] [X][X] Initiative [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.0526316
+I [X][X] you [X] ||| ich [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+I feel [X][X] you [X] ||| ich denke , daß [X][X] [X] ||| 0.0182166 1 ||| 2-4 ||| 0.0526316
+I feel an [X][X] you [X] ||| ich denke , daß eine [X][X] [X] ||| 0.0182166 1 ||| 3-5 ||| 0.0526316
+[X][X] an initiative [X][X] have [X] ||| [X][X] eine [X][X] Initiative [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.0737813
+[X][X] an [X][X] you have [X] ||| [X][X] eine [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0737813
+[X][X] an [X][X] have [X] ||| [X][X] eine [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0737813
+I [X][X] initiative [X][X] have [X] ||| ich [X][X] [X][X] Initiative [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.0434783
+I [X][X] you have [X] ||| ich [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0434783
+I [X][X] have [X] ||| ich [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0434783
+I feel [X][X] you have [X] ||| ich denke , daß [X][X] [X] ||| 0.0182166 1 ||| 2-4 ||| 0.0434783
+I feel [X][X] have [X] ||| ich denke , daß [X][X] [X] ||| 0.0182166 1 ||| 2-4 ||| 0.0434783
+I feel an [X][X] have [X] ||| ich denke , daß eine [X][X] [X] ||| 0.0182166 1 ||| 3-5 ||| 0.0434783
+[X][X] an initiative [X][X] just [X] ||| [X][X] eine [X][X] Initiative [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.0416667
+[X][X] an [X][X] have just [X] ||| [X][X] eine [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0416667
+[X][X] an [X][X] just [X] ||| [X][X] eine [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0416667
+I [X][X] initiative [X][X] just [X] ||| ich [X][X] [X][X] Initiative [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.0416667
+I [X][X] you have just [X] ||| ich [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0416667
+I [X][X] have just [X] ||| ich [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0416667
+I [X][X] just [X] ||| ich [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0416667
+I feel [X][X] have just [X] ||| ich denke , daß [X][X] [X] ||| 0.0182166 1 ||| 2-4 ||| 0.0416667
+I feel [X][X] just [X] ||| ich denke , daß [X][X] [X] ||| 0.0182166 1 ||| 2-4 ||| 0.0416667
+I feel an [X][X] just [X] ||| ich denke , daß eine [X][X] [X] ||| 0.0182166 1 ||| 3-5 ||| 0.0416667
+[X][X] Evans , I feel [X] ||| [X][X] Evans , ich denke , daß [X] ||| 0.0182166 1 ||| 0-0 ||| 0.0871143
+[X][X] Evans [X][X] feel [X] ||| [X][X] Evans [X][X] denke , daß [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0871143
+[X][X] Evans , [X][X] [X] ||| [X][X] Evans , [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.147238
+, [X][X] , I feel [X] ||| , [X][X] , ich denke , daß [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+, [X][X] , [X][X] [X] ||| , [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0871143
+, [X][X] I feel [X] ||| , [X][X] ich denke , daß [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+, [X][X] feel [X] ||| , [X][X] denke , daß [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+, Mr [X][X] I feel [X] ||| , Herr [X][X] ich denke , daß [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0526316
+, Mr [X][X] feel [X] ||| , Herr [X][X] denke , daß [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0526316
+, Mr Evans [X][X] feel [X] ||| , Herr Evans [X][X] denke , daß [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0526316
+, Mr Evans , [X][X] [X] ||| , Herr Evans , [X][X] [X] ||| 0.0182166 1 ||| 4-4 ||| 0.0871143
+[X][X] , I feel an [X] ||| [X][X] , ich denke , daß eine [X] ||| 0.0182166 1 ||| 0-0 ||| 0.112755
+[X][X] , [X][X] an [X] ||| [X][X] , [X][X] eine [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.112755
+[X][X] , I [X][X] [X] ||| [X][X] , ich [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.145013
+Mr [X][X] I feel an [X] ||| Herr [X][X] ich denke , daß eine [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+Mr [X][X] I [X][X] [X] ||| Herr [X][X] ich [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0848896
+Mr [X][X] feel an [X] ||| Herr [X][X] denke , daß eine [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+Mr [X][X] an [X] ||| Herr [X][X] eine [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+Mr Evans [X][X] feel an [X] ||| Herr Evans [X][X] denke , daß eine [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0526316
+Mr Evans [X][X] an [X] ||| Herr Evans [X][X] eine [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0526316
+Mr Evans , [X][X] an [X] ||| Herr Evans , [X][X] eine [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0526316
+Mr Evans , I [X][X] [X] ||| Herr Evans , ich [X][X] [X] ||| 0.0182166 1 ||| 4-4 ||| 0.0848896
+[X][X] feel [X][X] [X] ||| [X][X] denke , daß [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-4 ||| 0.217934
+[X][X] feel an initiative [X][X] [X] ||| [X][X] denke , daß eine [X][X] Initiative [X] ||| 0.0182166 1 ||| 0-0 4-5 ||| 0.217934
+[X][X] feel an [X][X] [X] ||| [X][X] denke , daß eine [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-5 ||| 0.217934
+, [X][X] an initiative [X][X] [X] ||| , [X][X] eine [X][X] Initiative [X] ||| 0.0182166 1 ||| 1-1 4-3 ||| 0.118649
+, [X][X] an [X][X] [X] ||| , [X][X] eine [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.118649
+, [X][X] initiative of [X][X] [X] ||| , [X][X] [X][X] Initiative [X] ||| 0.0182166 1 ||| 1-1 4-2 ||| 0.118649
+, [X][X] initiative [X][X] [X] ||| , [X][X] [X][X] Initiative [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.118649
+, I [X][X] initiative [X][X] [X] ||| , ich [X][X] [X][X] Initiative [X] ||| 0.0182166 1 ||| 2-2 4-3 ||| 0.118649
+, I feel [X][X] [X] ||| , ich denke , daß [X][X] [X] ||| 0.0182166 1 ||| 3-5 ||| 0.118649
+, I feel an [X][X] [X] ||| , ich denke , daß eine [X][X] [X] ||| 0.0182166 1 ||| 4-6 ||| 0.118649
+[X][X] feel [X][X] you [X] ||| [X][X] denke , daß [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-4 ||| 0.0627413
+[X][X] feel an [X][X] you [X] ||| [X][X] denke , daß eine [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-5 ||| 0.0627413
+, [X][X] an [X][X] you [X] ||| , [X][X] eine [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0357143
+, [X][X] initiative [X][X] you [X] ||| , [X][X] [X][X] Initiative [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.0357143
+, [X][X] you [X] ||| , [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0357143
+, I [X][X] you [X] ||| , ich [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0357143
+, I feel [X][X] you [X] ||| , ich denke , daß [X][X] [X] ||| 0.0182166 1 ||| 3-5 ||| 0.0357143
+[X][X] feel [X][X] you have [X] ||| [X][X] denke , daß [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-4 ||| 0.030303
+[X][X] feel [X][X] have [X] ||| [X][X] denke , daß [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-4 ||| 0.030303
+[X][X] feel an [X][X] have [X] ||| [X][X] denke , daß eine [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-5 ||| 0.030303
+, [X][X] an [X][X] have [X] ||| , [X][X] eine [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.030303
+, [X][X] initiative [X][X] have [X] ||| , [X][X] [X][X] Initiative [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.030303
+, [X][X] you have [X] ||| , [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.030303
+, [X][X] have [X] ||| , [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.030303
+, I [X][X] you have [X] ||| , ich [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.030303
+, I [X][X] have [X] ||| , ich [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.030303
+, I feel [X][X] have [X] ||| , ich denke , daß [X][X] [X] ||| 0.0182166 1 ||| 3-5 ||| 0.030303
+[X][X] Mr [X][X] I feel [X] ||| [X][X] Herr [X][X] ich denke , daß [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0344828
+[X][X] Mr [X][X] feel [X] ||| [X][X] Herr [X][X] denke , daß [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0344828
+[X][X] Mr Evans [X][X] feel [X] ||| [X][X] Herr Evans [X][X] denke , daß [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0344828
+[X][X] Mr Evans , [X][X] [X] ||| [X][X] Herr Evans , [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-4 ||| 0.0601238
+yes [X][X] Evans [X][X] feel [X] ||| ja [X][X] Evans [X][X] denke , daß [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0344828
+yes [X][X] Evans , [X][X] [X] ||| ja [X][X] Evans , [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-4 ||| 0.0601238
+yes [X][X] , I feel [X] ||| ja [X][X] , ich denke , daß [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0344828
+yes [X][X] , [X][X] [X] ||| ja [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0601238
+yes [X][X] I feel [X] ||| ja [X][X] ich denke , daß [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0344828
+yes [X][X] feel [X] ||| ja [X][X] denke , daß [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0344828
+yes , [X][X] , [X][X] [X] ||| ja , [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-4 ||| 0.0601238
+yes , [X][X] I feel [X] ||| ja , [X][X] ich denke , daß [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0344828
+yes , [X][X] feel [X] ||| ja , [X][X] denke , daß [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0344828
+yes , Mr [X][X] feel [X] ||| ja , Herr [X][X] denke , daß [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0344828
+[X][X] Evans [X][X] feel an [X] ||| [X][X] Evans [X][X] denke , daß eine [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0601238
+[X][X] Evans [X][X] an [X] ||| [X][X] Evans [X][X] eine [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0601238
+[X][X] Evans , [X][X] an [X] ||| [X][X] Evans , [X][X] eine [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0601238
+[X][X] Evans , I [X][X] [X] ||| [X][X] Evans , ich [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-4 ||| 0.0601238
+, [X][X] , [X][X] an [X] ||| , [X][X] , [X][X] eine [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0344828
+, [X][X] , I [X][X] [X] ||| , [X][X] , ich [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-4 ||| 0.0344828
+, [X][X] I feel an [X] ||| , [X][X] ich denke , daß eine [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0344828
+, [X][X] I [X][X] [X] ||| , [X][X] ich [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0344828
+, [X][X] feel an [X] ||| , [X][X] denke , daß eine [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0344828
+, Mr [X][X] I [X][X] [X] ||| , Herr [X][X] ich [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-4 ||| 0.0344828
+, Mr [X][X] feel an [X] ||| , Herr [X][X] denke , daß eine [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0344828
+, Mr [X][X] an [X] ||| , Herr [X][X] eine [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0344828
+, Mr Evans [X][X] an [X] ||| , Herr Evans [X][X] eine [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0344828
+[X][X] I feel [X][X] [X] ||| [X][X] ich denke , daß [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-5 ||| 0.0992851
+[X][X] I feel an [X][X] [X] ||| [X][X] ich denke , daß eine [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-6 ||| 0.0992851
+Evans [X][X] feel [X][X] [X] ||| Evans [X][X] denke , daß [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-5 ||| 0.067027
+Evans [X][X] feel an [X][X] [X] ||| Evans [X][X] denke , daß eine [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-6 ||| 0.067027
+Evans [X][X] an initiative [X][X] [X] ||| Evans [X][X] eine [X][X] Initiative [X] ||| 0.0182166 1 ||| 1-1 4-3 ||| 0.067027
+Evans [X][X] an [X][X] [X] ||| Evans [X][X] eine [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.067027
+Evans [X][X] initiative of [X][X] [X] ||| Evans [X][X] [X][X] Initiative [X] ||| 0.0182166 1 ||| 1-1 4-2 ||| 0.067027
+Evans [X][X] initiative [X][X] [X] ||| Evans [X][X] [X][X] Initiative [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.067027
+Evans , [X][X] an [X][X] [X] ||| Evans , [X][X] eine [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-4 ||| 0.067027
+Evans , [X][X] initiative [X][X] [X] ||| Evans , [X][X] [X][X] Initiative [X] ||| 0.0182166 1 ||| 2-2 4-3 ||| 0.067027
+Evans , I feel [X][X] [X] ||| Evans , ich denke , daß [X][X] [X] ||| 0.0182166 1 ||| 4-6 ||| 0.067027
+[X][X] I [X][X] you [X] ||| [X][X] ich [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.027027
+[X][X] I feel [X][X] you [X] ||| [X][X] ich denke , daß [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-5 ||| 0.027027
+Evans [X][X] feel [X][X] you [X] ||| Evans [X][X] denke , daß [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-5 ||| 0.027027
+Evans [X][X] an [X][X] you [X] ||| Evans [X][X] eine [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.027027
+Evans [X][X] initiative [X][X] you [X] ||| Evans [X][X] [X][X] Initiative [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.027027
+Evans [X][X] you [X] ||| Evans [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.027027
+Evans , [X][X] you [X] ||| Evans , [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.027027
+Evans , I [X][X] you [X] ||| Evans , ich [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.027027
+[X][X] Mr [X][X] feel an [X] ||| [X][X] Herr [X][X] denke , daß eine [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.025641
+[X][X] Mr [X][X] an [X] ||| [X][X] Herr [X][X] eine [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.025641
+[X][X] Mr Evans [X][X] an [X] ||| [X][X] Herr Evans [X][X] eine [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.025641
+yes [X][X] Evans [X][X] an [X] ||| ja [X][X] Evans [X][X] eine [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.025641
+yes [X][X] , [X][X] an [X] ||| ja [X][X] , [X][X] eine [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.025641
+yes [X][X] , I [X][X] [X] ||| ja [X][X] , ich [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-4 ||| 0.025641
+yes [X][X] I feel an [X] ||| ja [X][X] ich denke , daß eine [X] ||| 0.0182166 1 ||| 1-1 ||| 0.025641
+yes [X][X] I [X][X] [X] ||| ja [X][X] ich [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.025641
+yes [X][X] feel an [X] ||| ja [X][X] denke , daß eine [X] ||| 0.0182166 1 ||| 1-1 ||| 0.025641
+yes [X][X] an [X] ||| ja [X][X] eine [X] ||| 0.0182166 1 ||| 1-1 ||| 0.025641
+yes , [X][X] I [X][X] [X] ||| ja , [X][X] ich [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-4 ||| 0.025641
+yes , [X][X] feel an [X] ||| ja , [X][X] denke , daß eine [X] ||| 0.0182166 1 ||| 2-2 ||| 0.025641
+yes , [X][X] an [X] ||| ja , [X][X] eine [X] ||| 0.0182166 1 ||| 2-2 ||| 0.025641
+yes , Mr [X][X] an [X] ||| ja , Herr [X][X] eine [X] ||| 0.0182166 1 ||| 3-3 ||| 0.025641
+[X][X] , I feel [X][X] [X] ||| [X][X] , ich denke , daß [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-6 ||| 0.0322581
+Mr [X][X] I feel [X][X] [X] ||| Herr [X][X] ich denke , daß [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-6 ||| 0.0322581
+Mr [X][X] feel [X][X] [X] ||| Herr [X][X] denke , daß [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-5 ||| 0.0322581
+Mr [X][X] feel an [X][X] [X] ||| Herr [X][X] denke , daß eine [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-6 ||| 0.0322581
+Mr [X][X] an initiative [X][X] [X] ||| Herr [X][X] eine [X][X] Initiative [X] ||| 0.0182166 1 ||| 1-1 4-3 ||| 0.0322581
+Mr [X][X] an [X][X] [X] ||| Herr [X][X] eine [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0322581
+Mr [X][X] initiative of [X][X] [X] ||| Herr [X][X] [X][X] Initiative [X] ||| 0.0182166 1 ||| 1-1 4-2 ||| 0.0322581
+Mr [X][X] initiative [X][X] [X] ||| Herr [X][X] [X][X] Initiative [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.0322581
+Mr Evans [X][X] feel [X][X] [X] ||| Herr Evans [X][X] denke , daß [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-6 ||| 0.0322581
+Mr Evans [X][X] an [X][X] [X] ||| Herr Evans [X][X] eine [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-4 ||| 0.0322581
+Mr Evans [X][X] initiative [X][X] [X] ||| Herr Evans [X][X] [X][X] Initiative [X] ||| 0.0182166 1 ||| 2-2 4-3 ||| 0.0322581
+if [X] ||| wenn [X] ||| 0.0182166 1 ||| ||| 1
+the [X] ||| das [X] ||| 0.0182166 1 ||| ||| 1
+House [X] ||| Haus [X] ||| 0.0182166 1 ||| ||| 1
+, [X] ||| , [X] ||| 0.0182166 1 ||| ||| 1
+shall [X] ||| werde [X] ||| 0.0182166 1 ||| ||| 1
+shall do [X] ||| werde [X] ||| 0.0182166 1 ||| ||| 1
+I [X] ||| ich [X] ||| 0.0182166 1 ||| ||| 1
+as [X] ||| von [X] ||| 0.0182166 1 ||| ||| 1
+do as [X] ||| von [X] ||| 0.0182166 1 ||| ||| 1
+Mr [X] ||| Herrn [X] ||| 0.0182166 1 ||| ||| 1
+Evans [X] ||| Evans [X] ||| 0.0182166 1 ||| ||| 1
+Evans has [X] ||| Evans [X] ||| 0.0182166 1 ||| ||| 1
+. [X] ||| . [X] ||| 0.0182166 1 ||| ||| 1
+if the [X] ||| wenn das [X] ||| 0.0182166 1 ||| ||| 1
+the House [X] ||| das Haus [X] ||| 0.0182166 1 ||| ||| 1
+I shall [X] ||| werde ich [X] ||| 0.0182166 1 ||| ||| 1
+I shall do [X] ||| werde ich [X] ||| 0.0182166 1 ||| ||| 0.5
+I [X][X] [X] ||| [X][X] ich [X] ||| 0.0182166 1 ||| 1-0 ||| 0.5
+I [X] ||| ich dem [X] ||| 0.0182166 1 ||| ||| 1
+as Mr [X] ||| von Herrn [X] ||| 0.0182166 1 ||| ||| 1
+do as Mr [X] ||| von Herrn [X] ||| 0.0182166 1 ||| ||| 0.5
+[X][X] Mr [X] ||| [X][X] Herrn [X] ||| 0.0182166 1 ||| 0-0 ||| 0.5
+Mr Evans [X] ||| Herrn Evans [X] ||| 0.0182166 1 ||| ||| 1
+Mr Evans has [X] ||| Herrn Evans [X] ||| 0.0182166 1 ||| ||| 0.5
+Mr [X][X] [X] ||| Herrn [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.5
+if the House [X] ||| wenn das Haus [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] House [X] ||| [X][X] Haus [X] ||| 0.0182166 1 ||| 0-0 ||| 0.333333
+if [X][X] [X] ||| wenn [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.714947
+agrees [X] ||| damit einverstanden ist [X] ||| 0.0182166 1 ||| ||| 1
+, I shall [X] ||| , werde ich [X] ||| 0.0182166 1 ||| ||| 0.5
+, [X][X] [X] ||| , [X][X] [X] ||| 0.218091 1 ||| 1-1 ||| 1.33545
+, I shall do [X] ||| , werde ich [X] ||| 0.0182166 1 ||| ||| 0.25
+, I [X][X] [X] ||| , [X][X] ich [X] ||| 0.0182166 1 ||| 2-1 ||| 0.25
+, [X][X] do [X] ||| , [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.416667
+I shall [X] ||| werde ich dem [X] ||| 0.0182166 1 ||| ||| 1
+I shall do [X] ||| werde ich dem [X] ||| 0.0182166 1 ||| ||| 0.5
+I [X][X] [X] ||| [X][X] ich dem [X] ||| 0.0182166 1 ||| 1-0 ||| 0.5
+as Mr Evans [X] ||| von Herrn Evans [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] Evans [X] ||| [X][X] Evans [X] ||| 0.0182166 1 ||| 0-0 ||| 0.533333
+as [X][X] [X] ||| von [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.533333
+as Mr Evans has [X] ||| von Herrn Evans [X] ||| 0.0182166 1 ||| ||| 0.2
+[X][X] Evans has [X] ||| [X][X] Evans [X] ||| 0.0182166 1 ||| 0-0 ||| 0.325
+as [X][X] has [X] ||| von [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.2
+as Mr [X][X] [X] ||| von Herrn [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.2
+do as Mr Evans [X] ||| von Herrn Evans [X] ||| 0.0182166 1 ||| ||| 0.2
+[X][X] Mr Evans [X] ||| [X][X] Herrn Evans [X] ||| 0.0182166 1 ||| 0-0 ||| 0.2
+do [X][X] Evans [X] ||| [X][X] Evans [X] ||| 0.0182166 1 ||| 1-0 ||| 0.2
+do as [X][X] [X] ||| von [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.325
+do as Mr Evans has [X] ||| von Herrn Evans [X] ||| 0.0182166 1 ||| ||| 0.125
+[X][X] Mr Evans has [X] ||| [X][X] Herrn Evans [X] ||| 0.0182166 1 ||| 0-0 ||| 0.125
+[X][X] Mr [X][X] [X] ||| [X][X] Herrn [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.125
+do [X][X] Evans has [X] ||| [X][X] Evans [X] ||| 0.0182166 1 ||| 1-0 ||| 0.125
+do as [X][X] has [X] ||| von [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.125
+do as Mr [X][X] [X] ||| von Herrn [X][X] [X] ||| 0.0182166 1 ||| 3-2 ||| 0.125
+House agrees [X] ||| Haus damit einverstanden ist [X] ||| 0.0182166 1 ||| ||| 1
+agrees , [X] ||| damit einverstanden ist , [X] ||| 0.0182166 1 ||| ||| 1
+, I shall [X] ||| , werde ich dem [X] ||| 0.0182166 1 ||| ||| 0.333333
+, [X][X] [X] ||| , [X][X] dem [X] ||| 0.0182166 1 ||| 1-1 ||| 0.5
+, I shall do [X] ||| , werde ich dem [X] ||| 0.0182166 1 ||| ||| 0.166667
+, I [X][X] [X] ||| , [X][X] ich dem [X] ||| 0.0182166 1 ||| 2-1 ||| 0.166667
+, [X][X] do [X] ||| , [X][X] dem [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+the House agrees [X] ||| das Haus damit einverstanden ist [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] agrees [X] ||| [X][X] damit einverstanden ist [X] ||| 0.0182166 1 ||| 0-0 ||| 0.5
+the [X][X] [X] ||| das [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.684191
+House agrees , [X] ||| Haus damit einverstanden ist , [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] , [X] ||| [X][X] , [X] ||| 0.0182166 1 ||| 0-0 ||| 0.590909
+House [X][X] [X] ||| Haus [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.651812
+as Mr Evans has suggested [X] ||| Vorschlag von Herrn Evans folgen [X] ||| 0.0182166 1 ||| ||| 0.142857
+[X][X] Evans has suggested [X] ||| Vorschlag [X][X] Evans folgen [X] ||| 0.0182166 1 ||| 0-1 ||| 0.233766
+[X][X] has suggested [X] ||| Vorschlag [X][X] folgen [X] ||| 0.0182166 1 ||| 0-1 ||| 0.233766
+[X][X] suggested [X] ||| Vorschlag [X][X] folgen [X] ||| 0.0182166 1 ||| 0-1 ||| 0.233766
+as [X][X] has suggested [X] ||| Vorschlag von [X][X] folgen [X] ||| 0.0182166 1 ||| 1-2 ||| 0.142857
+as [X][X] suggested [X] ||| Vorschlag von [X][X] folgen [X] ||| 0.0182166 1 ||| 1-2 ||| 0.142857
+as Mr [X][X] suggested [X] ||| Vorschlag von Herrn [X][X] folgen [X] ||| 0.0182166 1 ||| 2-3 ||| 0.142857
+[X][X] Mr Evans has suggested [X] ||| Vorschlag [X][X] Herrn Evans folgen [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0909091
+[X][X] Mr [X][X] suggested [X] ||| Vorschlag [X][X] Herrn [X][X] folgen [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.0909091
+do [X][X] Evans has suggested [X] ||| Vorschlag [X][X] Evans folgen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+do [X][X] has suggested [X] ||| Vorschlag [X][X] folgen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+do [X][X] suggested [X] ||| Vorschlag [X][X] folgen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+do as [X][X] has suggested [X] ||| Vorschlag von [X][X] folgen [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0909091
+do as [X][X] suggested [X] ||| Vorschlag von [X][X] folgen [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0909091
+do as Mr [X][X] suggested [X] ||| Vorschlag von Herrn [X][X] folgen [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0909091
+if the House agrees [X] ||| wenn das Haus damit einverstanden ist [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] House agrees [X] ||| [X][X] Haus damit einverstanden ist [X] ||| 0.0182166 1 ||| 0-0 ||| 0.166667
+if [X][X] agrees [X] ||| wenn [X][X] damit einverstanden ist [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+if the [X][X] [X] ||| wenn das [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.381613
+the House agrees , [X] ||| das Haus damit einverstanden ist , [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] agrees , [X] ||| [X][X] damit einverstanden ist , [X] ||| 0.0182166 1 ||| 0-0 ||| 0.257576
+the [X][X] , [X] ||| das [X][X] , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+the House [X][X] [X] ||| das Haus [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.350857
+agrees , I shall [X] ||| damit einverstanden ist , werde ich [X] ||| 0.0182166 1 ||| ||| 0.25
+[X][X] I shall [X] ||| [X][X] werde ich [X] ||| 0.0182166 1 ||| 0-0 ||| 0.494048
+agrees [X][X] [X] ||| damit einverstanden ist [X][X] [X] ||| 0.0182166 1 ||| 1-3 ||| 0.625
+agrees , [X][X] [X] ||| damit einverstanden ist , [X][X] [X] ||| 0.0182166 1 ||| 2-4 ||| 0.625
+agrees , I shall do [X] ||| damit einverstanden ist , werde ich [X] ||| 0.0182166 1 ||| ||| 0.125
+[X][X] I shall do [X] ||| [X][X] werde ich [X] ||| 0.0182166 1 ||| 0-0 ||| 0.263636
+[X][X] I [X][X] [X] ||| [X][X] [X][X] ich [X] ||| 0.0182166 1 ||| 0-0 2-1 ||| 0.263636
+agrees [X][X] do [X] ||| damit einverstanden ist [X][X] [X] ||| 0.0182166 1 ||| 1-3 ||| 0.208333
+agrees , I [X][X] [X] ||| damit einverstanden ist , [X][X] ich [X] ||| 0.0182166 1 ||| 3-4 ||| 0.125
+agrees , [X][X] do [X] ||| damit einverstanden ist , [X][X] [X] ||| 0.0182166 1 ||| 2-4 ||| 0.208333
+as Mr Evans has suggested [X] ||| dem Vorschlag von Herrn Evans folgen [X] ||| 0.0182166 1 ||| ||| 0.142857
+[X][X] Evans has suggested [X] ||| dem Vorschlag [X][X] Evans folgen [X] ||| 0.0182166 1 ||| 0-2 ||| 0.233766
+[X][X] has suggested [X] ||| dem Vorschlag [X][X] folgen [X] ||| 0.0182166 1 ||| 0-2 ||| 0.233766
+[X][X] suggested [X] ||| dem Vorschlag [X][X] folgen [X] ||| 0.0182166 1 ||| 0-2 ||| 0.233766
+as [X][X] has suggested [X] ||| dem Vorschlag von [X][X] folgen [X] ||| 0.0182166 1 ||| 1-3 ||| 0.142857
+as [X][X] suggested [X] ||| dem Vorschlag von [X][X] folgen [X] ||| 0.0182166 1 ||| 1-3 ||| 0.142857
+as Mr [X][X] suggested [X] ||| dem Vorschlag von Herrn [X][X] folgen [X] ||| 0.0182166 1 ||| 2-4 ||| 0.142857
+[X][X] Mr Evans has suggested [X] ||| dem Vorschlag [X][X] Herrn Evans folgen [X] ||| 0.0182166 1 ||| 0-2 ||| 0.0909091
+[X][X] Mr [X][X] suggested [X] ||| dem Vorschlag [X][X] Herrn [X][X] folgen [X] ||| 0.0182166 1 ||| 0-2 2-4 ||| 0.0909091
+do [X][X] Evans has suggested [X] ||| dem Vorschlag [X][X] Evans folgen [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0909091
+do [X][X] has suggested [X] ||| dem Vorschlag [X][X] folgen [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0909091
+do [X][X] suggested [X] ||| dem Vorschlag [X][X] folgen [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0909091
+do as [X][X] has suggested [X] ||| dem Vorschlag von [X][X] folgen [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0909091
+do as [X][X] suggested [X] ||| dem Vorschlag von [X][X] folgen [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0909091
+do as Mr [X][X] suggested [X] ||| dem Vorschlag von Herrn [X][X] folgen [X] ||| 0.0182166 1 ||| 3-4 ||| 0.0909091
+[X][X] . [X] ||| [X][X] . [X] ||| 0.0182166 1 ||| 0-0 ||| 0.574155
+[X][X] Evans has suggested . [X] ||| Vorschlag [X][X] Evans folgen . [X] ||| 0.0182166 1 ||| 0-1 ||| 0.253968
+[X][X] has suggested . [X] ||| Vorschlag [X][X] folgen . [X] ||| 0.0182166 1 ||| 0-1 ||| 0.253968
+[X][X] suggested . [X] ||| Vorschlag [X][X] folgen . [X] ||| 0.0182166 1 ||| 0-1 ||| 0.253968
+as [X][X] has suggested . [X] ||| Vorschlag von [X][X] folgen . [X] ||| 0.0182166 1 ||| 1-2 ||| 0.142857
+as [X][X] suggested . [X] ||| Vorschlag von [X][X] folgen . [X] ||| 0.0182166 1 ||| 1-2 ||| 0.142857
+as Mr [X][X] suggested . [X] ||| Vorschlag von Herrn [X][X] folgen . [X] ||| 0.0182166 1 ||| 2-3 ||| 0.142857
+do [X][X] . [X] ||| [X][X] . [X] ||| 0.0182166 1 ||| 1-0 ||| 0.20202
+[X][X] Mr [X][X] suggested . [X] ||| Vorschlag [X][X] Herrn [X][X] folgen . [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.111111
+do [X][X] has suggested . [X] ||| Vorschlag [X][X] folgen . [X] ||| 0.0182166 1 ||| 1-1 ||| 0.111111
+do [X][X] suggested . [X] ||| Vorschlag [X][X] folgen . [X] ||| 0.0182166 1 ||| 1-1 ||| 0.111111
+do as [X][X] suggested . [X] ||| Vorschlag von [X][X] folgen . [X] ||| 0.0182166 1 ||| 2-2 ||| 0.111111
+if the House agrees , [X] ||| wenn das Haus damit einverstanden ist , [X] ||| 0.0182166 1 ||| ||| 0.0909091
+[X][X] House agrees , [X] ||| [X][X] Haus damit einverstanden ist , [X] ||| 0.0182166 1 ||| 0-0 ||| 0.0909091
+[X][X] House [X][X] [X] ||| [X][X] Haus [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.214946
+if [X][X] agrees , [X] ||| wenn [X][X] damit einverstanden ist , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+if [X][X] , [X] ||| wenn [X][X] , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+if the [X][X] , [X] ||| wenn das [X][X] , [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0909091
+if the House [X][X] [X] ||| wenn das Haus [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.214946
+House agrees , I shall [X] ||| Haus damit einverstanden ist , werde ich [X] ||| 0.0182166 1 ||| ||| 0.125
+[X][X] , I shall [X] ||| [X][X] , werde ich [X] ||| 0.0182166 1 ||| 0-0 ||| 0.244048
+[X][X] , [X][X] [X] ||| [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.626706
+House [X][X] I shall [X] ||| Haus [X][X] werde ich [X] ||| 0.0182166 1 ||| 1-1 ||| 0.125
+House agrees [X][X] [X] ||| Haus damit einverstanden ist [X][X] [X] ||| 0.0182166 1 ||| 2-4 ||| 0.318478
+House agrees , [X][X] [X] ||| Haus damit einverstanden ist , [X][X] [X] ||| 0.0182166 1 ||| 3-5 ||| 0.318478
+[X][X] , I shall do [X] ||| [X][X] , werde ich [X] ||| 0.0182166 1 ||| 0-0 ||| 0.138636
+[X][X] , I [X][X] [X] ||| [X][X] , [X][X] ich [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.138636
+[X][X] , [X][X] do [X] ||| [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.2253
+House [X][X] I shall do [X] ||| Haus [X][X] werde ich [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0666667
+House [X][X] I [X][X] [X] ||| Haus [X][X] [X][X] ich [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.0666667
+House [X][X] do [X] ||| Haus [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.110145
+House agrees [X][X] do [X] ||| Haus damit einverstanden ist [X][X] [X] ||| 0.0182166 1 ||| 2-4 ||| 0.110145
+House agrees , I [X][X] [X] ||| Haus damit einverstanden ist , [X][X] ich [X] ||| 0.0182166 1 ||| 4-5 ||| 0.0666667
+House agrees , [X][X] do [X] ||| Haus damit einverstanden ist , [X][X] [X] ||| 0.0182166 1 ||| 3-5 ||| 0.110145
+agrees , I shall [X] ||| damit einverstanden ist , werde ich dem [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] I shall [X] ||| [X][X] werde ich dem [X] ||| 0.0182166 1 ||| 0-0 ||| 0.324026
+agrees [X][X] [X] ||| damit einverstanden ist [X][X] dem [X] ||| 0.0182166 1 ||| 1-3 ||| 0.25
+agrees , [X][X] [X] ||| damit einverstanden ist , [X][X] dem [X] ||| 0.0182166 1 ||| 2-4 ||| 0.25
+agrees , I shall do [X] ||| damit einverstanden ist , werde ich dem [X] ||| 0.0182166 1 ||| ||| 0.0833333
+[X][X] I shall do [X] ||| [X][X] werde ich dem [X] ||| 0.0182166 1 ||| 0-0 ||| 0.169996
+[X][X] I [X][X] [X] ||| [X][X] [X][X] ich dem [X] ||| 0.0182166 1 ||| 0-0 2-1 ||| 0.169996
+agrees [X][X] do [X] ||| damit einverstanden ist [X][X] dem [X] ||| 0.0182166 1 ||| 1-3 ||| 0.0833333
+agrees , I [X][X] [X] ||| damit einverstanden ist , [X][X] ich dem [X] ||| 0.0182166 1 ||| 3-4 ||| 0.0833333
+agrees , [X][X] do [X] ||| damit einverstanden ist , [X][X] dem [X] ||| 0.0182166 1 ||| 2-4 ||| 0.0833333
+[X][X] . [X] ||| dem [X][X] . [X] ||| 0.0182166 1 ||| 0-1 ||| 0.215909
+[X][X] Evans has suggested . [X] ||| dem Vorschlag [X][X] Evans folgen . [X] ||| 0.0182166 1 ||| 0-2 ||| 0.215909
+[X][X] has suggested . [X] ||| dem Vorschlag [X][X] folgen . [X] ||| 0.0182166 1 ||| 0-2 ||| 0.215909
+[X][X] suggested . [X] ||| dem Vorschlag [X][X] folgen . [X] ||| 0.0182166 1 ||| 0-2 ||| 0.215909
+as [X][X] has suggested . [X] ||| dem Vorschlag von [X][X] folgen . [X] ||| 0.0182166 1 ||| 1-3 ||| 0.125
+as [X][X] suggested . [X] ||| dem Vorschlag von [X][X] folgen . [X] ||| 0.0182166 1 ||| 1-3 ||| 0.125
+as Mr [X][X] suggested . [X] ||| dem Vorschlag von Herrn [X][X] folgen . [X] ||| 0.0182166 1 ||| 2-4 ||| 0.125
+do [X][X] . [X] ||| dem [X][X] . [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+[X][X] Mr [X][X] suggested . [X] ||| dem Vorschlag [X][X] Herrn [X][X] folgen . [X] ||| 0.0182166 1 ||| 0-2 2-4 ||| 0.0909091
+do [X][X] has suggested . [X] ||| dem Vorschlag [X][X] folgen . [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0909091
+do [X][X] suggested . [X] ||| dem Vorschlag [X][X] folgen . [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0909091
+do as [X][X] suggested . [X] ||| dem Vorschlag von [X][X] folgen . [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0909091
+[X][X] agrees , I shall [X] ||| [X][X] damit einverstanden ist , werde ich [X] ||| 0.0182166 1 ||| 0-0 ||| 0.119048
+[X][X] agrees [X][X] [X] ||| [X][X] damit einverstanden ist [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-4 ||| 0.308228
+[X][X] agrees , [X][X] [X] ||| [X][X] damit einverstanden ist , [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-5 ||| 0.308228
+the [X][X] , I shall [X] ||| das [X][X] , werde ich [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0714286
+the [X][X] , [X][X] [X] ||| das [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.184191
+the [X][X] I shall [X] ||| das [X][X] werde ich [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0714286
+the House [X][X] I shall [X] ||| das Haus [X][X] werde ich [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0714286
+the House agrees [X][X] [X] ||| das Haus damit einverstanden ist [X][X] [X] ||| 0.0182166 1 ||| 3-5 ||| 0.184191
+the House agrees , [X][X] [X] ||| das Haus damit einverstanden ist , [X][X] [X] ||| 0.0182166 1 ||| 4-6 ||| 0.184191
+[X][X] agrees [X][X] do [X] ||| [X][X] damit einverstanden ist [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-4 ||| 0.115155
+[X][X] agrees , I [X][X] [X] ||| [X][X] damit einverstanden ist , [X][X] ich [X] ||| 0.0182166 1 ||| 0-0 4-5 ||| 0.0719697
+[X][X] agrees , [X][X] do [X] ||| [X][X] damit einverstanden ist , [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-5 ||| 0.115155
+the [X][X] , I [X][X] [X] ||| das [X][X] , [X][X] ich [X] ||| 0.0182166 1 ||| 1-1 4-3 ||| 0.0416667
+the [X][X] , [X][X] do [X] ||| das [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0673077
+the [X][X] I shall do [X] ||| das [X][X] werde ich [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0416667
+the [X][X] I [X][X] [X] ||| das [X][X] [X][X] ich [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.0416667
+the [X][X] do [X] ||| das [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0673077
+the House [X][X] I [X][X] [X] ||| das Haus [X][X] [X][X] ich [X] ||| 0.0182166 1 ||| 2-2 4-3 ||| 0.0416667
+the House [X][X] do [X] ||| das Haus [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0673077
+the House agrees [X][X] do [X] ||| das Haus damit einverstanden ist [X][X] [X] ||| 0.0182166 1 ||| 3-5 ||| 0.0673077
+House agrees , I shall [X] ||| Haus damit einverstanden ist , werde ich dem [X] ||| 0.0182166 1 ||| ||| 0.0833333
+[X][X] , I shall [X] ||| [X][X] , werde ich dem [X] ||| 0.0182166 1 ||| 0-0 ||| 0.157359
+[X][X] , [X][X] [X] ||| [X][X] , [X][X] dem [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.244022
+House [X][X] I shall [X] ||| Haus [X][X] werde ich dem [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0833333
+House [X][X] [X] ||| Haus [X][X] dem [X] ||| 0.0182166 1 ||| 1-1 ||| 0.126812
+House agrees [X][X] [X] ||| Haus damit einverstanden ist [X][X] dem [X] ||| 0.0182166 1 ||| 2-4 ||| 0.126812
+House agrees , [X][X] [X] ||| Haus damit einverstanden ist , [X][X] dem [X] ||| 0.0182166 1 ||| 3-5 ||| 0.126812
+[X][X] , I shall do [X] ||| [X][X] , werde ich dem [X] ||| 0.0182166 1 ||| 0-0 ||| 0.0866631
+[X][X] , I [X][X] [X] ||| [X][X] , [X][X] ich dem [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.0866631
+[X][X] , [X][X] do [X] ||| [X][X] , [X][X] dem [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0866631
+House [X][X] I shall do [X] ||| Haus [X][X] werde ich dem [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0434783
+House [X][X] I [X][X] [X] ||| Haus [X][X] [X][X] ich dem [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.0434783
+House [X][X] do [X] ||| Haus [X][X] dem [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0434783
+House agrees [X][X] do [X] ||| Haus damit einverstanden ist [X][X] dem [X] ||| 0.0182166 1 ||| 2-4 ||| 0.0434783
+House agrees , I [X][X] [X] ||| Haus damit einverstanden ist , [X][X] ich dem [X] ||| 0.0182166 1 ||| 4-5 ||| 0.0434783
+House agrees , [X][X] do [X] ||| Haus damit einverstanden ist , [X][X] dem [X] ||| 0.0182166 1 ||| 3-5 ||| 0.0434783
+I [X][X] as [X][X] suggested [X] ||| [X][X] ich dem Vorschlag von [X][X] folgen [X] ||| 0.0182166 1 ||| 1-0 3-5 ||| 0.05
+[X][X] do [X][X] has suggested [X] ||| [X][X] dem Vorschlag [X][X] folgen [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.09
+[X][X] do [X][X] suggested [X] ||| [X][X] dem Vorschlag [X][X] folgen [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.09
+[X][X] do as [X][X] suggested [X] ||| [X][X] dem Vorschlag von [X][X] folgen [X] ||| 0.0182166 1 ||| 0-0 3-4 ||| 0.09
+[X][X] as [X][X] has suggested [X] ||| [X][X] dem Vorschlag von [X][X] folgen [X] ||| 0.0182166 1 ||| 0-0 2-4 ||| 0.09
+[X][X] as [X][X] suggested [X] ||| [X][X] dem Vorschlag von [X][X] folgen [X] ||| 0.0182166 1 ||| 0-0 2-4 ||| 0.09
+[X][X] as Mr [X][X] suggested [X] ||| [X][X] dem Vorschlag von Herrn [X][X] folgen [X] ||| 0.0182166 1 ||| 0-0 3-5 ||| 0.09
+[X][X] do [X][X] has suggested [X] ||| [X][X] Vorschlag [X][X] folgen [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.09
+[X][X] do [X][X] suggested [X] ||| [X][X] Vorschlag [X][X] folgen [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.09
+[X][X] do as [X][X] suggested [X] ||| [X][X] Vorschlag von [X][X] folgen [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.09
+[X][X] as [X][X] has suggested [X] ||| [X][X] Vorschlag von [X][X] folgen [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.09
+[X][X] as [X][X] suggested [X] ||| [X][X] Vorschlag von [X][X] folgen [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.09
+[X][X] as Mr [X][X] suggested [X] ||| [X][X] Vorschlag von Herrn [X][X] folgen [X] ||| 0.0182166 1 ||| 0-0 3-4 ||| 0.09
+I shall do [X][X] [X] ||| werde ich [X][X] [X] ||| 0.0182166 1 ||| 3-2 ||| 0.108824
+I shall [X][X] [X] ||| werde ich [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.108824
+I shall do [X][X] [X] ||| werde ich dem [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.108824
+I shall [X][X] [X] ||| werde ich dem [X][X] [X] ||| 0.0182166 1 ||| 2-3 ||| 0.108824
+I shall do [X][X] suggested [X] ||| werde ich dem Vorschlag [X][X] folgen [X] ||| 0.0182166 1 ||| 3-4 ||| 0.05
+I shall [X][X] has suggested [X] ||| werde ich dem Vorschlag [X][X] folgen [X] ||| 0.0182166 1 ||| 2-4 ||| 0.05
+I shall [X][X] suggested [X] ||| werde ich dem Vorschlag [X][X] folgen [X] ||| 0.0182166 1 ||| 2-4 ||| 0.05
+[X][X] House [X][X] I shall [X] ||| [X][X] Haus [X][X] werde ich [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.047619
+[X][X] House agrees [X][X] [X] ||| [X][X] Haus damit einverstanden ist [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-5 ||| 0.124037
+[X][X] House agrees , [X][X] [X] ||| [X][X] Haus damit einverstanden ist , [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-6 ||| 0.124037
+if [X][X] agrees [X][X] [X] ||| wenn [X][X] damit einverstanden ist [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-5 ||| 0.124037
+if [X][X] agrees , [X][X] [X] ||| wenn [X][X] damit einverstanden ist , [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-6 ||| 0.124037
+if [X][X] , I shall [X] ||| wenn [X][X] , werde ich [X] ||| 0.0182166 1 ||| 1-1 ||| 0.047619
+if [X][X] , [X][X] [X] ||| wenn [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.124037
+if [X][X] I shall [X] ||| wenn [X][X] werde ich [X] ||| 0.0182166 1 ||| 1-1 ||| 0.047619
+if the [X][X] , [X][X] [X] ||| wenn das [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-4 ||| 0.124037
+if the [X][X] I shall [X] ||| wenn das [X][X] werde ich [X] ||| 0.0182166 1 ||| 2-2 ||| 0.047619
+if the House agrees [X][X] [X] ||| wenn das Haus damit einverstanden ist [X][X] [X] ||| 0.0182166 1 ||| 4-6 ||| 0.124037
+[X][X] House [X][X] do [X] ||| [X][X] Haus [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0478469
+[X][X] House agrees [X][X] do [X] ||| [X][X] Haus damit einverstanden ist [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-5 ||| 0.0478469
+if [X][X] agrees [X][X] do [X] ||| wenn [X][X] damit einverstanden ist [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-5 ||| 0.0478469
+if [X][X] , I [X][X] [X] ||| wenn [X][X] , [X][X] ich [X] ||| 0.0182166 1 ||| 1-1 4-3 ||| 0.030303
+if [X][X] , [X][X] do [X] ||| wenn [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0478469
+if [X][X] I shall do [X] ||| wenn [X][X] werde ich [X] ||| 0.0182166 1 ||| 1-1 ||| 0.030303
+if [X][X] I [X][X] [X] ||| wenn [X][X] [X][X] ich [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.030303
+if [X][X] do [X] ||| wenn [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0478469
+if the [X][X] I [X][X] [X] ||| wenn das [X][X] [X][X] ich [X] ||| 0.0182166 1 ||| 2-2 4-3 ||| 0.030303
+if the [X][X] do [X] ||| wenn das [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0478469
+if the House [X][X] do [X] ||| wenn das Haus [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0478469
+[X][X] agrees , I shall [X] ||| [X][X] damit einverstanden ist , werde ich dem [X] ||| 0.0182166 1 ||| 0-0 ||| 0.074026
+[X][X] agrees [X][X] [X] ||| [X][X] damit einverstanden ist [X][X] dem [X] ||| 0.0182166 1 ||| 0-0 2-4 ||| 0.117211
+[X][X] agrees , [X][X] [X] ||| [X][X] damit einverstanden ist , [X][X] dem [X] ||| 0.0182166 1 ||| 0-0 3-5 ||| 0.117211
+the [X][X] , I shall [X] ||| das [X][X] , werde ich dem [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0454545
+the [X][X] , [X][X] [X] ||| das [X][X] , [X][X] dem [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0710956
+the [X][X] I shall [X] ||| das [X][X] werde ich dem [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0454545
+the [X][X] [X] ||| das [X][X] dem [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0710956
+the House [X][X] I shall [X] ||| das Haus [X][X] werde ich dem [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0454545
+the House [X][X] [X] ||| das Haus [X][X] dem [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0710956
+the House agrees [X][X] [X] ||| das Haus damit einverstanden ist [X][X] dem [X] ||| 0.0182166 1 ||| 3-5 ||| 0.0710956
+the House agrees , [X][X] [X] ||| das Haus damit einverstanden ist , [X][X] dem [X] ||| 0.0182166 1 ||| 4-6 ||| 0.0710956
+[X][X] agrees [X][X] do [X] ||| [X][X] damit einverstanden ist [X][X] dem [X] ||| 0.0182166 1 ||| 0-0 2-4 ||| 0.0431849
+[X][X] agrees , I [X][X] [X] ||| [X][X] damit einverstanden ist , [X][X] ich dem [X] ||| 0.0182166 1 ||| 0-0 4-5 ||| 0.0431849
+[X][X] agrees , [X][X] do [X] ||| [X][X] damit einverstanden ist , [X][X] dem [X] ||| 0.0182166 1 ||| 0-0 3-5 ||| 0.0431849
+the [X][X] , I [X][X] [X] ||| das [X][X] , [X][X] ich dem [X] ||| 0.0182166 1 ||| 1-1 4-3 ||| 0.025641
+the [X][X] , [X][X] do [X] ||| das [X][X] , [X][X] dem [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.025641
+the [X][X] I shall do [X] ||| das [X][X] werde ich dem [X] ||| 0.0182166 1 ||| 1-1 ||| 0.025641
+the [X][X] I [X][X] [X] ||| das [X][X] [X][X] ich dem [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.025641
+the [X][X] do [X] ||| das [X][X] dem [X] ||| 0.0182166 1 ||| 1-1 ||| 0.025641
+the House [X][X] I [X][X] [X] ||| das Haus [X][X] [X][X] ich dem [X] ||| 0.0182166 1 ||| 2-2 4-3 ||| 0.025641
+the House [X][X] do [X] ||| das Haus [X][X] dem [X] ||| 0.0182166 1 ||| 2-2 ||| 0.025641
+the House agrees [X][X] do [X] ||| das Haus damit einverstanden ist [X][X] dem [X] ||| 0.0182166 1 ||| 3-5 ||| 0.025641
+, [X][X] do [X][X] [X] ||| , [X][X] [X][X] [X] ||| 0.0121444 1 ||| 1-1 3-2 ||| 0.256364
+, [X][X] do [X][X] [X] ||| , [X][X] dem [X][X] [X] ||| 0.00607219 1 ||| 1-1 3-3 ||| 0.256364
+, [X][X] do [X][X] suggested [X] ||| , [X][X] dem Vorschlag [X][X] folgen [X] ||| 0.0182166 1 ||| 1-1 3-4 ||| 0.04
+, [X][X] as [X][X] suggested [X] ||| , [X][X] dem Vorschlag von [X][X] folgen [X] ||| 0.0182166 1 ||| 1-1 3-5 ||| 0.04
+, [X][X] do [X][X] suggested [X] ||| , [X][X] Vorschlag [X][X] folgen [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.04
+, [X][X] as [X][X] suggested [X] ||| , [X][X] Vorschlag von [X][X] folgen [X] ||| 0.0182166 1 ||| 1-1 3-4 ||| 0.04
+, I shall do [X][X] [X] ||| , werde ich [X][X] [X] ||| 0.0182166 1 ||| 4-3 ||| 0.0854545
+, I shall [X][X] [X] ||| , werde ich [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0854545
+, I shall do [X][X] [X] ||| , werde ich dem [X][X] [X] ||| 0.0182166 1 ||| 4-4 ||| 0.0854545
+, I shall [X][X] [X] ||| , werde ich dem [X][X] [X] ||| 0.0182166 1 ||| 3-4 ||| 0.0854545
+, I shall [X][X] suggested [X] ||| , werde ich dem Vorschlag [X][X] folgen [X] ||| 0.0182166 1 ||| 3-5 ||| 0.04
+[X][X] do [X][X] . [X] ||| [X][X] [X][X] . [X] ||| 0.0121444 1 ||| 0-0 2-1 ||| 0.312834
+[X][X] do [X][X] . [X] ||| [X][X] dem [X][X] . [X] ||| 0.00607219 1 ||| 0-0 2-2 ||| 0.312834
+[X][X] do [X][X] suggested . [X] ||| [X][X] dem Vorschlag [X][X] folgen . [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.104278
+[X][X] as [X][X] suggested . [X] ||| [X][X] dem Vorschlag von [X][X] folgen . [X] ||| 0.0182166 1 ||| 0-0 2-4 ||| 0.104278
+[X][X] do [X][X] suggested . [X] ||| [X][X] Vorschlag [X][X] folgen . [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.104278
+[X][X] as [X][X] suggested . [X] ||| [X][X] Vorschlag von [X][X] folgen . [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.104278
+I shall do [X][X] . [X] ||| werde ich [X][X] . [X] ||| 0.0182166 1 ||| 3-2 ||| 0.0588235
+I shall [X][X] . [X] ||| werde ich [X][X] . [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0588235
+I shall do [X][X] . [X] ||| werde ich dem [X][X] . [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0588235
+I shall [X][X] . [X] ||| werde ich dem [X][X] . [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0588235
+I shall [X][X] suggested . [X] ||| werde ich dem Vorschlag [X][X] folgen . [X] ||| 0.0182166 1 ||| 2-4 ||| 0.0588235
+[X][X] House [X][X] I shall [X] ||| [X][X] Haus [X][X] werde ich dem [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0285714
+[X][X] House [X][X] [X] ||| [X][X] Haus [X][X] dem [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0461153
+[X][X] House agrees [X][X] [X] ||| [X][X] Haus damit einverstanden ist [X][X] dem [X] ||| 0.0182166 1 ||| 0-0 3-5 ||| 0.0461153
+[X][X] House agrees , [X][X] [X] ||| [X][X] Haus damit einverstanden ist , [X][X] dem [X] ||| 0.0182166 1 ||| 0-0 4-6 ||| 0.0461153
+if [X][X] agrees [X][X] [X] ||| wenn [X][X] damit einverstanden ist [X][X] dem [X] ||| 0.0182166 1 ||| 1-1 3-5 ||| 0.0461153
+if [X][X] agrees , [X][X] [X] ||| wenn [X][X] damit einverstanden ist , [X][X] dem [X] ||| 0.0182166 1 ||| 1-1 4-6 ||| 0.0461153
+if [X][X] , I shall [X] ||| wenn [X][X] , werde ich dem [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0285714
+if [X][X] , [X][X] [X] ||| wenn [X][X] , [X][X] dem [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0461153
+if [X][X] I shall [X] ||| wenn [X][X] werde ich dem [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0285714
+if [X][X] [X] ||| wenn [X][X] dem [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0461153
+if the [X][X] , [X][X] [X] ||| wenn das [X][X] , [X][X] dem [X] ||| 0.0182166 1 ||| 2-2 4-4 ||| 0.0461153
+if the [X][X] I shall [X] ||| wenn das [X][X] werde ich dem [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0285714
+if the [X][X] [X] ||| wenn das [X][X] dem [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0461153
+if the House [X][X] [X] ||| wenn das Haus [X][X] dem [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0461153
+if the House agrees [X][X] [X] ||| wenn das Haus damit einverstanden ist [X][X] dem [X] ||| 0.0182166 1 ||| 4-6 ||| 0.0461153
+[X][X] House [X][X] do [X] ||| [X][X] Haus [X][X] dem [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0175439
+[X][X] House agrees [X][X] do [X] ||| [X][X] Haus damit einverstanden ist [X][X] dem [X] ||| 0.0182166 1 ||| 0-0 3-5 ||| 0.0175439
+if [X][X] agrees [X][X] do [X] ||| wenn [X][X] damit einverstanden ist [X][X] dem [X] ||| 0.0182166 1 ||| 1-1 3-5 ||| 0.0175439
+if [X][X] , I [X][X] [X] ||| wenn [X][X] , [X][X] ich dem [X] ||| 0.0182166 1 ||| 1-1 4-3 ||| 0.0175439
+if [X][X] , [X][X] do [X] ||| wenn [X][X] , [X][X] dem [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0175439
+if [X][X] I shall do [X] ||| wenn [X][X] werde ich dem [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0175439
+if [X][X] I [X][X] [X] ||| wenn [X][X] [X][X] ich dem [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.0175439
+if [X][X] do [X] ||| wenn [X][X] dem [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0175439
+if the [X][X] I [X][X] [X] ||| wenn das [X][X] [X][X] ich dem [X] ||| 0.0182166 1 ||| 2-2 4-3 ||| 0.0175439
+if the [X][X] do [X] ||| wenn das [X][X] dem [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0175439
+if the House [X][X] do [X] ||| wenn das Haus [X][X] dem [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0175439
+, [X][X] do [X][X] . [X] ||| , [X][X] [X][X] . [X] ||| 0.0121444 1 ||| 1-1 3-2 ||| 0.136364
+, [X][X] do [X][X] . [X] ||| , [X][X] dem [X][X] . [X] ||| 0.00607218 1 ||| 1-1 3-3 ||| 0.136364
+, [X][X] . [X] ||| , [X][X] . [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0454545
+, I shall [X][X] . [X] ||| , werde ich [X][X] . [X] ||| 0.00910828 1 ||| 3-3 ||| 0.090909
+, I shall [X][X] . [X] ||| , werde ich dem [X][X] . [X] ||| 0.00910828 1 ||| 3-4 ||| 0.090909
+Madam [X] ||| Frau [X] ||| 0.0182166 1 ||| ||| 1
+President [X] ||| Präsidentin [X] ||| 0.0182166 1 ||| ||| 1
+, [X] ||| , [X] ||| 0.0182166 1 ||| ||| 1
+on [X] ||| zur [X] ||| 0.0182166 1 ||| ||| 1
+a point of order [X] ||| Geschäftsordnung [X] ||| 0.0182166 1 ||| ||| 1
+. [X] ||| . [X] ||| 0.0182166 1 ||| ||| 1
+Madam President [X] ||| Frau Präsidentin [X] ||| 0.0182166 1 ||| ||| 1
+President , [X] ||| Präsidentin , [X] ||| 0.0182166 1 ||| ||| 1
+, on [X] ||| , zur [X] ||| 0.0182166 1 ||| ||| 1
+on a point of order [X] ||| zur Geschäftsordnung [X] ||| 0.0182166 1 ||| ||| 0.5
+on [X][X] [X] ||| zur [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.833333
+a point of order . [X] ||| Geschäftsordnung . [X] ||| 0.0182166 1 ||| ||| 0.5
+[X][X] . [X] ||| [X][X] . [X] ||| 0.218091 1 ||| 0-0 ||| 1.20694
+Madam President , [X] ||| Frau Präsidentin , [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] , [X] ||| [X][X] , [X] ||| 0.0182166 1 ||| 0-0 ||| 0.333333
+Madam [X][X] [X] ||| Frau [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.673611
+President , on [X] ||| Präsidentin , zur [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] on [X] ||| [X][X] zur [X] ||| 0.0182166 1 ||| 0-0 ||| 0.5
+President [X][X] [X] ||| Präsidentin [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.644444
+[X][X] a point of order [X] ||| [X][X] Geschäftsordnung [X] ||| 0.0182166 1 ||| 0-0 ||| 0.644444
+, [X][X] [X] ||| , [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.533333
+, on [X][X] [X] ||| , zur [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.533333
+on [X][X] . [X] ||| zur [X][X] . [X] ||| 0.0182166 1 ||| 1-1 ||| 0.333333
+Madam President , on [X] ||| Frau Präsidentin , zur [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] , on [X] ||| [X][X] , zur [X] ||| 0.0182166 1 ||| 0-0 ||| 0.166667
+Madam [X][X] on [X] ||| Frau [X][X] zur [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+Madam President [X][X] [X] ||| Frau Präsidentin [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.340278
+[X][X] on [X][X] [X] ||| [X][X] zur [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.484722
+President , [X][X] [X] ||| Präsidentin , [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.311111
+President , on [X][X] [X] ||| Präsidentin , zur [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.311111
+, [X][X] . [X] ||| , [X][X] . [X] ||| 0.0182166 1 ||| 1-1 ||| 0.2
+, on [X][X] . [X] ||| , zur [X][X] . [X] ||| 0.0182166 1 ||| 2-2 ||| 0.2
+[X][X] , [X][X] [X] ||| [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.173611
+[X][X] , on [X][X] [X] ||| [X][X] , zur [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.173611
+Madam [X][X] on [X][X] [X] ||| Frau [X][X] zur [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.173611
+Madam President , [X][X] [X] ||| Frau Präsidentin , [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.173611
+Madam President , on [X][X] [X] ||| Frau Präsidentin , zur [X][X] [X] ||| 0.0182166 1 ||| 4-4 ||| 0.173611
+[X][X] on [X][X] . [X] ||| [X][X] zur [X][X] . [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.173611
+President [X][X] . [X] ||| Präsidentin [X][X] . [X] ||| 0.0182166 1 ||| 1-1 ||| 0.111111
+President , [X][X] . [X] ||| Präsidentin , [X][X] . [X] ||| 0.0182166 1 ||| 2-2 ||| 0.111111
+President , on [X][X] . [X] ||| Präsidentin , zur [X][X] . [X] ||| 0.0182166 1 ||| 3-3 ||| 0.111111
+[X][X] , [X][X] . [X] ||| [X][X] , [X][X] . [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0625
+[X][X] , on [X][X] . [X] ||| [X][X] , zur [X][X] . [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0625
+Madam [X][X] on [X][X] . [X] ||| Frau [X][X] zur [X][X] . [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0625
+Madam [X][X] . [X] ||| Frau [X][X] . [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0625
+Madam President [X][X] . [X] ||| Frau Präsidentin [X][X] . [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0625
+Madam President , [X][X] . [X] ||| Frau Präsidentin , [X][X] . [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0625
+would [X] ||| könnten [X] ||| 0.0182166 1 ||| ||| 1
+your [X] ||| Sie [X] ||| 0.0182166 1 ||| ||| 1
+advice [X] ||| Auskunft [X] ||| 0.0182166 1 ||| ||| 1
+about [X] ||| zu [X] ||| 0.0182166 1 ||| ||| 1
+Rule [X] ||| Artikel [X] ||| 0.0182166 1 ||| ||| 1
+143 [X] ||| 143 [X] ||| 0.0182166 1 ||| ||| 1
+. [X] ||| ? [X] ||| 0.0182166 1 ||| ||| 1
+advice [X] ||| eine Auskunft [X] ||| 0.0182166 1 ||| ||| 1
+advice about [X] ||| Auskunft zu [X] ||| 0.0182166 1 ||| ||| 1
+about Rule [X] ||| zu Artikel [X] ||| 0.0182166 1 ||| ||| 1
+Rule 143 [X] ||| Artikel 143 [X] ||| 0.0182166 1 ||| ||| 1
+inadmissibility [X] ||| Unzulässigkeit geben [X] ||| 0.0182166 1 ||| ||| 1
+I would like your [X] ||| könnten Sie mir [X] ||| 0.0182166 1 ||| ||| 1
+advice about [X] ||| eine Auskunft zu [X] ||| 0.0182166 1 ||| ||| 1
+advice about Rule [X] ||| Auskunft zu Artikel [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] Rule [X] ||| [X][X] Artikel [X] ||| 0.0182166 1 ||| 0-0 ||| 0.708333
+advice [X][X] [X] ||| Auskunft [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.643541
+about Rule 143 [X] ||| zu Artikel 143 [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] 143 [X] ||| [X][X] 143 [X] ||| 0.0182166 1 ||| 0-0 ||| 0.696429
+about [X][X] [X] ||| zu [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.643541
+inadmissibility . [X] ||| Unzulässigkeit geben ? [X] ||| 0.0182166 1 ||| ||| 1
+I would like your [X] ||| könnten Sie mir eine [X] ||| 0.0182166 1 ||| ||| 1
+advice about Rule [X] ||| eine Auskunft zu Artikel [X] ||| 0.0182166 1 ||| ||| 0.25
+[X][X] Rule [X] ||| eine [X][X] Artikel [X] ||| 0.0182166 1 ||| 0-1 ||| 0.25
+advice [X][X] [X] ||| eine Auskunft [X][X] [X] ||| 0.0182166 1 ||| 1-2 ||| 0.441667
+advice about Rule 143 [X] ||| Auskunft zu Artikel 143 [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] Rule 143 [X] ||| [X][X] Artikel 143 [X] ||| 0.0182166 1 ||| 0-0 ||| 0.363095
+advice [X][X] 143 [X] ||| Auskunft [X][X] 143 [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+advice about [X][X] [X] ||| Auskunft zu [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.310207
+concerning [X] ||| im Zusammenhang mit der [X] ||| 0.0182166 1 ||| ||| 1
+I would like your advice [X] ||| könnten Sie mir eine Auskunft [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] advice [X] ||| [X][X] eine Auskunft [X] ||| 0.00910828 1 ||| 0-0 ||| 0.666666
+[X][X] advice [X] ||| [X][X] Auskunft [X] ||| 0.00910828 1 ||| 0-0 ||| 0.666666
+advice about Rule 143 [X] ||| eine Auskunft zu Artikel 143 [X] ||| 0.0182166 1 ||| ||| 0.125
+[X][X] Rule 143 [X] ||| eine [X][X] Artikel 143 [X] ||| 0.0182166 1 ||| 0-1 ||| 0.125
+[X][X] 143 [X] ||| eine [X][X] 143 [X] ||| 0.0182166 1 ||| 0-1 ||| 0.125
+advice [X][X] 143 [X] ||| eine Auskunft [X][X] 143 [X] ||| 0.0182166 1 ||| 1-2 ||| 0.125
+advice about [X][X] [X] ||| eine Auskunft zu [X][X] [X] ||| 0.0182166 1 ||| 2-3 ||| 0.191667
+143 concerning [X] ||| 143 im Zusammenhang mit der [X] ||| 0.0182166 1 ||| ||| 1
+[X][X] advice about [X] ||| [X][X] eine Auskunft zu [X] ||| 0.00910828 1 ||| 0-0 ||| 0.4
+[X][X] advice about [X] ||| [X][X] Auskunft zu [X] ||| 0.00910828 1 ||| 0-0 ||| 0.4
+[X][X] about [X] ||| [X][X] zu [X] ||| 0.0182166 1 ||| 0-0 ||| 0.2
+I would like your [X][X] [X] ||| könnten Sie mir [X][X] [X] ||| 0.00910828 1 ||| 4-3 ||| 0.792858
+I would like your [X][X] [X] ||| könnten Sie mir eine [X][X] [X] ||| 0.00910828 1 ||| 4-4 ||| 0.792858
+Rule 143 concerning [X] ||| Artikel 143 im Zusammenhang mit der [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] concerning [X] ||| [X][X] im Zusammenhang mit der [X] ||| 0.0182166 1 ||| 0-0 ||| 0.657576
+Rule [X][X] [X] ||| Artikel [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.590909
+concerning inadmissibility [X] ||| im Zusammenhang mit der Unzulässigkeit geben [X] ||| 0.0182166 1 ||| ||| 1
+[X][X] advice about Rule [X] ||| [X][X] eine Auskunft zu Artikel [X] ||| 0.0182166 1 ||| 0-0 ||| 0.125
+[X][X] advice [X][X] [X] ||| [X][X] eine Auskunft [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.196429
+[X][X] advice about Rule [X] ||| [X][X] Auskunft zu Artikel [X] ||| 0.0182166 1 ||| 0-0 ||| 0.125
+[X][X] advice [X][X] [X] ||| [X][X] Auskunft [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.196429
+[X][X] about Rule [X] ||| [X][X] zu Artikel [X] ||| 0.0182166 1 ||| 0-0 ||| 0.125
+about Rule 143 concerning [X] ||| zu Artikel 143 im Zusammenhang mit der [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] 143 concerning [X] ||| [X][X] 143 im Zusammenhang mit der [X] ||| 0.0182166 1 ||| 0-0 ||| 0.324242
+about [X][X] concerning [X] ||| zu [X][X] im Zusammenhang mit der [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+about Rule [X][X] [X] ||| zu Artikel [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.310207
+143 concerning inadmissibility [X] ||| 143 im Zusammenhang mit der Unzulässigkeit geben [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] inadmissibility [X] ||| [X][X] Unzulässigkeit geben [X] ||| 0.0182166 1 ||| 0-0 ||| 0.643541
+143 [X][X] [X] ||| 143 [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.5
+concerning inadmissibility . [X] ||| im Zusammenhang mit der Unzulässigkeit geben ? [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] . [X] ||| [X][X] ? [X] ||| 0.0182166 1 ||| 0-0 ||| 0.643541
+concerning [X][X] [X] ||| im Zusammenhang mit der [X][X] [X] ||| 0.0182166 1 ||| 1-4 ||| 0.333333
+[X][X] advice about Rule 143 [X] ||| [X][X] eine Auskunft zu Artikel 143 [X] ||| 0.0182166 1 ||| 0-0 ||| 0.0714286
+[X][X] advice [X][X] 143 [X] ||| [X][X] eine Auskunft [X][X] 143 [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.0714286
+[X][X] advice about [X][X] [X] ||| [X][X] eine Auskunft zu [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-4 ||| 0.0714286
+[X][X] advice about Rule 143 [X] ||| [X][X] Auskunft zu Artikel 143 [X] ||| 0.0182166 1 ||| 0-0 ||| 0.0714286
+[X][X] advice [X][X] 143 [X] ||| [X][X] Auskunft [X][X] 143 [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0714286
+[X][X] advice about [X][X] [X] ||| [X][X] Auskunft zu [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0714286
+[X][X] about Rule 143 [X] ||| [X][X] zu Artikel 143 [X] ||| 0.0182166 1 ||| 0-0 ||| 0.0714286
+[X][X] about [X][X] [X] ||| [X][X] zu [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0714286
+advice about Rule 143 concerning [X] ||| Auskunft zu Artikel 143 im Zusammenhang mit der [X] ||| 0.0182166 1 ||| ||| 0.0909091
+[X][X] Rule 143 concerning [X] ||| [X][X] Artikel 143 im Zusammenhang mit der [X] ||| 0.0182166 1 ||| 0-0 ||| 0.157576
+[X][X] Rule [X][X] [X] ||| [X][X] Artikel [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.210207
+advice [X][X] 143 concerning [X] ||| Auskunft [X][X] 143 im Zusammenhang mit der [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+advice [X][X] concerning [X] ||| Auskunft [X][X] im Zusammenhang mit der [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+advice about [X][X] concerning [X] ||| Auskunft zu [X][X] im Zusammenhang mit der [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0909091
+advice about Rule [X][X] [X] ||| Auskunft zu Artikel [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.143541
+Rule 143 concerning inadmissibility [X] ||| Artikel 143 im Zusammenhang mit der Unzulässigkeit geben [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] concerning inadmissibility [X] ||| [X][X] im Zusammenhang mit der Unzulässigkeit geben [X] ||| 0.0182166 1 ||| 0-0 ||| 0.310207
+Rule [X][X] inadmissibility [X] ||| Artikel [X][X] Unzulässigkeit geben [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+Rule 143 [X][X] [X] ||| Artikel 143 [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.257576
+143 concerning inadmissibility . [X] ||| 143 im Zusammenhang mit der Unzulässigkeit geben ? [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] inadmissibility . [X] ||| [X][X] Unzulässigkeit geben ? [X] ||| 0.0182166 1 ||| 0-0 ||| 0.310207
+143 [X][X] . [X] ||| 143 [X][X] ? [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+143 concerning [X][X] [X] ||| 143 im Zusammenhang mit der [X][X] [X] ||| 0.0182166 1 ||| 2-5 ||| 0.166667
+advice about Rule 143 concerning [X] ||| eine Auskunft zu Artikel 143 im Zusammenhang mit der [X] ||| 0.0182166 1 ||| ||| 0.0666667
+[X][X] Rule 143 concerning [X] ||| eine [X][X] Artikel 143 im Zusammenhang mit der [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0666667
+[X][X] Rule [X][X] [X] ||| eine [X][X] Artikel [X][X] [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.0666667
+[X][X] 143 concerning [X] ||| eine [X][X] 143 im Zusammenhang mit der [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0666667
+[X][X] concerning [X] ||| eine [X][X] im Zusammenhang mit der [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0666667
+advice [X][X] 143 concerning [X] ||| eine Auskunft [X][X] 143 im Zusammenhang mit der [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0666667
+advice [X][X] concerning [X] ||| eine Auskunft [X][X] im Zusammenhang mit der [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0666667
+advice about [X][X] concerning [X] ||| eine Auskunft zu [X][X] im Zusammenhang mit der [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0666667
+advice about Rule [X][X] [X] ||| eine Auskunft zu Artikel [X][X] [X] ||| 0.0182166 1 ||| 3-4 ||| 0.0666667
+about Rule 143 concerning inadmissibility [X] ||| zu Artikel 143 im Zusammenhang mit der Unzulässigkeit geben [X] ||| 0.0182166 1 ||| ||| 0.0909091
+[X][X] 143 concerning inadmissibility [X] ||| [X][X] 143 im Zusammenhang mit der Unzulässigkeit geben [X] ||| 0.0182166 1 ||| 0-0 ||| 0.143541
+[X][X] 143 [X][X] [X] ||| [X][X] 143 [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.196172
+about [X][X] concerning inadmissibility [X] ||| zu [X][X] im Zusammenhang mit der Unzulässigkeit geben [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+about [X][X] inadmissibility [X] ||| zu [X][X] Unzulässigkeit geben [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+about Rule [X][X] inadmissibility [X] ||| zu Artikel [X][X] Unzulässigkeit geben [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0909091
+about Rule 143 [X][X] [X] ||| zu Artikel 143 [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.143541
+Rule 143 concerning inadmissibility . [X] ||| Artikel 143 im Zusammenhang mit der Unzulässigkeit geben ? [X] ||| 0.0182166 1 ||| ||| 0.0909091
+[X][X] concerning inadmissibility . [X] ||| [X][X] im Zusammenhang mit der Unzulässigkeit geben ? [X] ||| 0.0182166 1 ||| 0-0 ||| 0.143541
+[X][X] concerning [X][X] [X] ||| [X][X] im Zusammenhang mit der [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-5 ||| 0.143541
+Rule [X][X] inadmissibility . [X] ||| Artikel [X][X] Unzulässigkeit geben ? [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+Rule [X][X] . [X] ||| Artikel [X][X] ? [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+Rule 143 [X][X] . [X] ||| Artikel 143 [X][X] ? [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0909091
+Rule 143 concerning [X][X] [X] ||| Artikel 143 im Zusammenhang mit der [X][X] [X] ||| 0.0182166 1 ||| 3-6 ||| 0.0909091
+[X][X] Rule 143 concerning inadmissibility [X] ||| [X][X] Artikel 143 im Zusammenhang mit der Unzulässigkeit geben [X] ||| 0.0182166 1 ||| 0-0 ||| 0.0526316
+[X][X] Rule [X][X] inadmissibility [X] ||| [X][X] Artikel [X][X] Unzulässigkeit geben [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0526316
+[X][X] Rule 143 [X][X] [X] ||| [X][X] Artikel 143 [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0526316
+advice [X][X] 143 concerning inadmissibility [X] ||| Auskunft [X][X] 143 im Zusammenhang mit der Unzulässigkeit geben [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+advice [X][X] 143 [X][X] [X] ||| Auskunft [X][X] 143 [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0526316
+advice [X][X] concerning inadmissibility [X] ||| Auskunft [X][X] im Zusammenhang mit der Unzulässigkeit geben [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+advice [X][X] inadmissibility [X] ||| Auskunft [X][X] Unzulässigkeit geben [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+advice about [X][X] concerning inadmissibility [X] ||| Auskunft zu [X][X] im Zusammenhang mit der Unzulässigkeit geben [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0526316
+advice about [X][X] inadmissibility [X] ||| Auskunft zu [X][X] Unzulässigkeit geben [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0526316
+advice about Rule [X][X] inadmissibility [X] ||| Auskunft zu Artikel [X][X] Unzulässigkeit geben [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0526316
+advice about Rule 143 [X][X] [X] ||| Auskunft zu Artikel 143 [X][X] [X] ||| 0.0182166 1 ||| 4-4 ||| 0.0526316
+[X][X] 143 concerning inadmissibility . [X] ||| [X][X] 143 im Zusammenhang mit der Unzulässigkeit geben ? [X] ||| 0.0182166 1 ||| 0-0 ||| 0.0526316
+[X][X] 143 [X][X] . [X] ||| [X][X] 143 [X][X] ? [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0526316
+[X][X] 143 concerning [X][X] [X] ||| [X][X] 143 im Zusammenhang mit der [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-6 ||| 0.0526316
+about [X][X] concerning inadmissibility . [X] ||| zu [X][X] im Zusammenhang mit der Unzulässigkeit geben ? [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+about [X][X] concerning [X][X] [X] ||| zu [X][X] im Zusammenhang mit der [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-6 ||| 0.0526316
+about [X][X] inadmissibility . [X] ||| zu [X][X] Unzulässigkeit geben ? [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+about [X][X] . [X] ||| zu [X][X] ? [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+about Rule [X][X] inadmissibility . [X] ||| zu Artikel [X][X] Unzulässigkeit geben ? [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0526316
+about Rule [X][X] . [X] ||| zu Artikel [X][X] ? [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0526316
+about Rule 143 [X][X] . [X] ||| zu Artikel 143 [X][X] ? [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0526316
+about Rule 143 concerning [X][X] [X] ||| zu Artikel 143 im Zusammenhang mit der [X][X] [X] ||| 0.0182166 1 ||| 4-7 ||| 0.0526316
+my [X] ||| meine [X] ||| 0.0182166 1 ||| ||| 1
+question [X] ||| Frage [X] ||| 0.0182166 1 ||| ||| 1
+relates [X] ||| betrifft [X] ||| 0.0182166 1 ||| ||| 1
+relates to [X] ||| betrifft [X] ||| 0.0182166 1 ||| ||| 1
+come up [X] ||| kommen [X] ||| 0.0182166 1 ||| ||| 1
+will [X] ||| wird [X] ||| 0.0182166 1 ||| ||| 1
+and [X] ||| und [X] ||| 0.0182166 1 ||| ||| 1
+which [X] ||| die [X] ||| 0.0182166 1 ||| ||| 1
+I [X] ||| ich [X] ||| 0.0182166 1 ||| ||| 1
+then [X] ||| dann [X] ||| 0.0182166 1 ||| ||| 1
+again [X] ||| erneut [X] ||| 0.0182166 1 ||| ||| 1
+will [X] ||| werde [X] ||| 0.0182166 1 ||| ||| 1
+. [X] ||| . [X] ||| 0.0182166 1 ||| ||| 1
+my question [X] ||| meine Frage [X] ||| 0.0182166 1 ||| ||| 1
+question relates [X] ||| Frage betrifft [X] ||| 0.0182166 1 ||| ||| 1
+question relates to [X] ||| Frage betrifft [X] ||| 0.0182166 1 ||| ||| 0.5
+question [X][X] [X] ||| Frage [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.766667
+something [X] ||| eine Angelegenheit [X] ||| 0.0182166 1 ||| ||| 1
+to something [X] ||| eine Angelegenheit [X] ||| 0.0182166 1 ||| ||| 1
+that [X] ||| , die [X] ||| 0.0182166 1 ||| ||| 1
+on Thursday [X] ||| am Donnerstag [X] ||| 0.0182166 1 ||| ||| 1
+will come up [X] ||| kommen wird [X] ||| 0.0182166 1 ||| ||| 0.5
+will [X][X] [X] ||| [X][X] wird [X] ||| 0.0182166 1 ||| 1-0 ||| 0.5
+and [X] ||| und auf [X] ||| 0.0182166 1 ||| ||| 1
+which [X] ||| auf die [X] ||| 0.0182166 1 ||| ||| 1
+which I [X] ||| die ich [X] ||| 0.0182166 1 ||| ||| 1
+my question relates [X] ||| meine Frage betrifft [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] relates [X] ||| [X][X] betrifft [X] ||| 0.0182166 1 ||| 0-0 ||| 0.333333
+my [X][X] [X] ||| meine [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.679798
+my question relates to [X] ||| meine Frage betrifft [X] ||| 0.0182166 1 ||| ||| 0.2
+[X][X] relates to [X] ||| [X][X] betrifft [X] ||| 0.0182166 1 ||| 0-0 ||| 0.2
+my [X][X] to [X] ||| meine [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.2
+my question [X][X] [X] ||| meine Frage [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.346465
+relates to something [X] ||| betrifft eine Angelegenheit [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] something [X] ||| [X][X] eine Angelegenheit [X] ||| 0.0182166 1 ||| 0-0 ||| 0.590909
+relates [X][X] [X] ||| betrifft [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.5
+and which [X] ||| und auf die [X] ||| 0.0182166 1 ||| ||| 1
+which I [X] ||| auf die ich [X] ||| 0.0182166 1 ||| ||| 1
+question relates to something [X] ||| Frage betrifft eine Angelegenheit [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] to something [X] ||| [X][X] eine Angelegenheit [X] ||| 0.0182166 1 ||| 0-0 ||| 0.257576
+question [X][X] something [X] ||| Frage [X][X] eine Angelegenheit [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+question relates [X][X] [X] ||| Frage betrifft [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.266667
+something that [X] ||| eine Angelegenheit , die [X] ||| 0.0182166 1 ||| ||| 1
+to something that [X] ||| eine Angelegenheit , die [X] ||| 0.0182166 1 ||| ||| 0.5
+[X][X] that [X] ||| [X][X] , die [X] ||| 0.0182166 1 ||| 0-0 ||| 0.822222
+and which I [X] ||| und auf die ich [X] ||| 0.0182166 1 ||| ||| 0.25
+[X][X] I [X] ||| [X][X] ich [X] ||| 0.0182166 1 ||| 0-0 ||| 0.25
+and [X][X] [X] ||| und [X][X] [X] ||| 0.00910828 1 ||| 1-1 ||| 0.5
+and [X][X] [X] ||| und auf [X][X] [X] ||| 0.00910828 1 ||| 1-2 ||| 0.5
+my question relates to something [X] ||| meine Frage betrifft eine Angelegenheit [X] ||| 0.0182166 1 ||| ||| 0.0909091
+[X][X] relates to something [X] ||| [X][X] betrifft eine Angelegenheit [X] ||| 0.0182166 1 ||| 0-0 ||| 0.0909091
+[X][X] relates [X][X] [X] ||| [X][X] betrifft [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.146465
+my [X][X] to something [X] ||| meine [X][X] eine Angelegenheit [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+my [X][X] something [X] ||| meine [X][X] eine Angelegenheit [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+my question [X][X] something [X] ||| meine Frage [X][X] eine Angelegenheit [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0909091
+my question relates [X][X] [X] ||| meine Frage betrifft [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.146465
+relates to something that [X] ||| betrifft eine Angelegenheit , die [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] something that [X] ||| [X][X] eine Angelegenheit , die [X] ||| 0.0182166 1 ||| 0-0 ||| 0.322222
+relates [X][X] that [X] ||| betrifft [X][X] , die [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+relates to [X][X] [X] ||| betrifft [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.166667
+question relates to something that [X] ||| Frage betrifft eine Angelegenheit , die [X] ||| 0.0182166 1 ||| ||| 0.1
+[X][X] to something that [X] ||| [X][X] eine Angelegenheit , die [X] ||| 0.0182166 1 ||| 0-0 ||| 0.155556
+question [X][X] something that [X] ||| Frage [X][X] eine Angelegenheit , die [X] ||| 0.0182166 1 ||| 1-1 ||| 0.1
+question [X][X] that [X] ||| Frage [X][X] , die [X] ||| 0.0182166 1 ||| 1-1 ||| 0.1
+question relates [X][X] that [X] ||| Frage betrifft [X][X] , die [X] ||| 0.0182166 1 ||| 2-2 ||| 0.1
+question relates to [X][X] [X] ||| Frage betrifft [X][X] [X] ||| 0.0182166 1 ||| 3-2 ||| 0.1
+[X][X] relates to something that [X] ||| [X][X] betrifft eine Angelegenheit , die [X] ||| 0.0182166 1 ||| 0-0 ||| 0.0555556
+[X][X] relates [X][X] that [X] ||| [X][X] betrifft [X][X] , die [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0555556
+[X][X] relates to [X][X] [X] ||| [X][X] betrifft [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.0555556
+my [X][X] to something that [X] ||| meine [X][X] eine Angelegenheit , die [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0555556
+my [X][X] to [X][X] [X] ||| meine [X][X] [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.0555556
+my [X][X] something that [X] ||| meine [X][X] eine Angelegenheit , die [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0555556
+my [X][X] that [X] ||| meine [X][X] , die [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0555556
+my question [X][X] something that [X] ||| meine Frage [X][X] eine Angelegenheit , die [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0555556
+my question [X][X] that [X] ||| meine Frage [X][X] , die [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0555556
+my question relates [X][X] that [X] ||| meine Frage betrifft [X][X] , die [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0555556
+my question relates to [X][X] [X] ||| meine Frage betrifft [X][X] [X] ||| 0.0182166 1 ||| 4-3 ||| 0.0555556
+and contains [X] ||| mit [X] ||| 0.0182166 1 ||| ||| 1
+Cunha report [X] ||| Cunha-Bericht [X] ||| 0.0182166 1 ||| ||| 1
+on [X] ||| über [X] ||| 0.0182166 1 ||| ||| 1
+multiannual [X] ||| mehrjährige [X] ||| 0.0182166 1 ||| ||| 1
+guidance programmes [X] ||| Ausrichtungsprogramme [X] ||| 0.0182166 1 ||| ||| 1
+guidance programmes comes [X] ||| Ausrichtungsprogramme [X] ||| 0.0182166 1 ||| ||| 1
+before [X] ||| befassen [X] ||| 0.0182166 1 ||| ||| 1
+comes before [X] ||| befassen [X] ||| 0.0182166 1 ||| ||| 1
+in [X] ||| in [X] ||| 0.0182166 1 ||| ||| 1
+paragraph [X] ||| Absatz [X] ||| 0.0182166 1 ||| ||| 1
+6 [X] ||| 6 [X] ||| 0.0182166 1 ||| ||| 1
+proposal [X] ||| vorschlägt [X] ||| 0.0182166 1 ||| ||| 1
+that [X] ||| , [X] ||| 0.0182166 1 ||| ||| 1
+for [X] ||| daß [X] ||| 0.0182166 1 ||| ||| 1
+countries [X] ||| Länder [X] ||| 0.0182166 1 ||| ||| 1
+which [X] ||| die [X] ||| 0.0182166 1 ||| ||| 1
+their [X] ||| ihr [X] ||| 0.0182166 1 ||| ||| 1
+fleet [X] ||| Soll [X] ||| 0.0182166 1 ||| ||| 1
+fail [X] ||| nicht [X] ||| 0.0182166 1 ||| ||| 1
+meet [X] ||| erfüllen [X] ||| 0.0182166 1 ||| ||| 1
+to [X] ||| , [X] ||| 0.0182166 1 ||| ||| 1
+annually [X] ||| jährlich [X] ||| 0.0182166 1 ||| ||| 1
+introduced [X] ||| mit [X] ||| 0.0182166 1 ||| ||| 1
+a [X] ||| einer [X] ||| 0.0182166 1 ||| ||| 1
+form [X] ||| Art [X] ||| 0.0182166 1 ||| ||| 1
+form of [X] ||| Art [X] ||| 0.0182166 1 ||| ||| 1
+be [X] ||| werden [X] ||| 0.0182166 1 ||| ||| 1
+should [X] ||| sollen [X] ||| 0.0182166 1 ||| ||| 1
+. [X] ||| . [X] ||| 0.0182166 1 ||| ||| 1
+Parliament [X] ||| das Parlament [X] ||| 0.0182166 1 ||| ||| 1
+on Thursday [X] ||| am Donnerstag [X] ||| 0.0182166 1 ||| ||| 1
+Cunha report on [X] ||| Cunha-Bericht über [X] ||| 0.0182166 1 ||| ||| 0.5
+[X][X] on [X] ||| [X][X] über [X] ||| 0.0182166 1 ||| 0-0 ||| 0.5
+on multiannual [X] ||| über mehrjährige [X] ||| 0.0182166 1 ||| ||| 1
+multiannual guidance programmes [X] ||| mehrjährige Ausrichtungsprogramme [X] ||| 0.0182166 1 ||| ||| 0.5
+multiannual [X][X] [X] ||| mehrjährige [X][X] [X] ||| 0.218091 1 ||| 1-1 ||| 1.17821
+multiannual guidance programmes comes [X] ||| mehrjährige Ausrichtungsprogramme [X] ||| 0.0182166 1 ||| ||| 0.333333
+multiannual [X][X] comes [X] ||| mehrjährige [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.333333
+guidance programmes comes before [X] ||| Ausrichtungsprogramme befassen [X] ||| 0.0182166 1 ||| ||| 0.25
+[X][X] comes before [X] ||| [X][X] befassen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.536398
+[X][X] before [X] ||| [X][X] befassen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.536398
+guidance programmes [X][X] [X] ||| Ausrichtungsprogramme [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.616667
+before [X] ||| befassen , [X] ||| 0.0182166 1 ||| ||| 1
+comes before [X] ||| befassen , [X] ||| 0.0182166 1 ||| ||| 1
+in [X] ||| der in [X] ||| 0.0182166 1 ||| ||| 1
+in paragraph [X] ||| in Absatz [X] ||| 0.0182166 1 ||| ||| 1
+paragraph 6 [X] ||| Absatz 6 [X] ||| 0.0182166 1 ||| ||| 1
+for countries [X] ||| daß Länder [X] ||| 0.0182166 1 ||| ||| 1
+countries [X] ||| Länder , [X] ||| 0.0182166 1 ||| ||| 1
+which [X] ||| , die [X] ||| 0.0182166 1 ||| ||| 1
+their fleet [X] ||| ihr Soll [X] ||| 0.0182166 1 ||| ||| 1
+reduction targets [X] ||| zur Flottenverkleinerung [X] ||| 0.0182166 1 ||| ||| 1
+to meet [X] ||| erfüllen , [X] ||| 0.0182166 1 ||| ||| 1
+a form [X] ||| einer Art [X] ||| 0.0182166 1 ||| ||| 1
+a form of [X] ||| einer Art [X] ||| 0.0182166 1 ||| ||| 0.5
+a [X][X] [X] ||| einer [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.733766
+quota penalties [X] ||| Quotenstrafe belegt [X] ||| 0.0182166 1 ||| ||| 1
+of quota penalties [X] ||| Quotenstrafe belegt [X] ||| 0.0182166 1 ||| ||| 1
+should be [X] ||| werden sollen [X] ||| 0.0182166 1 ||| ||| 1
+Parliament [X] ||| das Parlament wird [X] ||| 0.0182166 1 ||| ||| 1
+on Thursday [X] ||| sich am Donnerstag [X] ||| 0.0182166 1 ||| ||| 1
+on Thursday and contains [X] ||| am Donnerstag mit [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] and contains [X] ||| [X][X] mit [X] ||| 0.0182166 1 ||| 0-0 ||| 0.894444
+on Thursday [X][X] [X] ||| am Donnerstag [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.333333
+Cunha report on multiannual [X] ||| Cunha-Bericht über mehrjährige [X] ||| 0.0182166 1 ||| ||| 0.25
+[X][X] on multiannual [X] ||| [X][X] über mehrjährige [X] ||| 0.0182166 1 ||| 0-0 ||| 0.25
+[X][X] multiannual [X] ||| [X][X] mehrjährige [X] ||| 0.0182166 1 ||| 0-0 ||| 0.25
+Cunha report [X][X] [X] ||| Cunha-Bericht [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.545163
+on multiannual guidance programmes [X] ||| über mehrjährige Ausrichtungsprogramme [X] ||| 0.0182166 1 ||| ||| 0.25
+[X][X] guidance programmes [X] ||| [X][X] Ausrichtungsprogramme [X] ||| 0.0182166 1 ||| 0-0 ||| 0.35
+on [X][X] [X] ||| über [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.626874
+on multiannual [X][X] [X] ||| über mehrjährige [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.626874
+on multiannual guidance programmes comes [X] ||| über mehrjährige Ausrichtungsprogramme [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] guidance programmes comes [X] ||| [X][X] Ausrichtungsprogramme [X] ||| 0.0182166 1 ||| 0-0 ||| 0.24359
+on [X][X] comes [X] ||| über [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+on multiannual [X][X] comes [X] ||| über mehrjährige [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.166667
+multiannual guidance programmes comes before [X] ||| mehrjährige Ausrichtungsprogramme befassen [X] ||| 0.0182166 1 ||| ||| 0.142857
+multiannual [X][X] comes before [X] ||| mehrjährige [X][X] befassen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.142857
+multiannual [X][X] before [X] ||| mehrjährige [X][X] befassen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.142857
+multiannual guidance programmes [X][X] [X] ||| mehrjährige Ausrichtungsprogramme [X][X] [X] ||| 0.0182166 1 ||| 3-2 ||| 0.344877
+guidance programmes comes before [X] ||| Ausrichtungsprogramme befassen , [X] ||| 0.0182166 1 ||| ||| 0.2
+[X][X] comes before [X] ||| [X][X] befassen , [X] ||| 0.0182166 1 ||| 0-0 ||| 0.414815
+[X][X] before [X] ||| [X][X] befassen , [X] ||| 0.0182166 1 ||| 0-0 ||| 0.414815
+guidance programmes [X][X] [X] ||| Ausrichtungsprogramme [X][X] , [X] ||| 0.0182166 1 ||| 2-1 ||| 0.2
+before [X] ||| befassen , der [X] ||| 0.0182166 1 ||| ||| 1
+comes before [X] ||| befassen , der [X] ||| 0.0182166 1 ||| ||| 1
+in [X] ||| , der in [X] ||| 0.0182166 1 ||| ||| 1
+in paragraph [X] ||| der in Absatz [X] ||| 0.0182166 1 ||| ||| 1
+in paragraph 6 [X] ||| in Absatz 6 [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] 6 [X] ||| [X][X] 6 [X] ||| 0.0182166 1 ||| 0-0 ||| 0.783333
+in [X][X] [X] ||| in [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.333333
+for countries [X] ||| daß Länder , [X] ||| 0.0182166 1 ||| ||| 1
+countries which [X] ||| Länder , die [X] ||| 0.0182166 1 ||| ||| 1
+fleet reduction targets [X] ||| Soll zur Flottenverkleinerung [X] ||| 0.0182166 1 ||| ||| 0.5
+fleet [X][X] [X] ||| Soll [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.5
+fail to meet [X] ||| nicht erfüllen , [X] ||| 0.0182166 1 ||| ||| 0.5
+fail [X][X] [X] ||| nicht [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.5
+form of quota penalties [X] ||| Art Quotenstrafe belegt [X] ||| 0.0182166 1 ||| ||| 0.25
+[X][X] quota penalties [X] ||| [X][X] Quotenstrafe belegt [X] ||| 0.0182166 1 ||| 0-0 ||| 0.392857
+form of [X][X] [X] ||| Art [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.375
+form [X][X] [X] ||| Art [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.375
+Parliament [X] ||| das Parlament wird sich [X] ||| 0.0182166 1 ||| ||| 1
+on Thursday [X] ||| wird sich am Donnerstag [X] ||| 0.0182166 1 ||| ||| 1
+on Thursday and contains [X] ||| sich am Donnerstag mit [X] ||| 0.0182166 1 ||| ||| 0.25
+[X][X] and contains [X] ||| sich [X][X] mit [X] ||| 0.0182166 1 ||| 0-1 ||| 0.25
+on Thursday [X][X] [X] ||| sich am Donnerstag [X][X] [X] ||| 0.0182166 1 ||| 2-3 ||| 0.25
+[X][X] on multiannual guidance programmes [X] ||| [X][X] über mehrjährige Ausrichtungsprogramme [X] ||| 0.0182166 1 ||| 0-0 ||| 0.1
+[X][X] on [X][X] [X] ||| [X][X] über [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.295163
+[X][X] on multiannual [X][X] [X] ||| [X][X] über mehrjährige [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.295163
+[X][X] multiannual guidance programmes [X] ||| [X][X] mehrjährige Ausrichtungsprogramme [X] ||| 0.0182166 1 ||| 0-0 ||| 0.1
+[X][X] multiannual [X][X] [X] ||| [X][X] mehrjährige [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.295163
+Cunha report [X][X] guidance programmes [X] ||| Cunha-Bericht [X][X] Ausrichtungsprogramme [X] ||| 0.0182166 1 ||| 2-1 ||| 0.1
+Cunha report on [X][X] [X] ||| Cunha-Bericht über [X][X] [X] ||| 0.0182166 1 ||| 3-2 ||| 0.295163
+Cunha report on multiannual [X][X] [X] ||| Cunha-Bericht über mehrjährige [X][X] [X] ||| 0.0182166 1 ||| 4-3 ||| 0.295163
+[X][X] on [X][X] comes [X] ||| [X][X] über [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0769231
+[X][X] on multiannual [X][X] comes [X] ||| [X][X] über mehrjährige [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0769231
+[X][X] multiannual guidance programmes comes [X] ||| [X][X] mehrjährige Ausrichtungsprogramme [X] ||| 0.0182166 1 ||| 0-0 ||| 0.0769231
+[X][X] multiannual [X][X] comes [X] ||| [X][X] mehrjährige [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0769231
+Cunha report [X][X] comes [X] ||| Cunha-Bericht [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0769231
+Cunha report on [X][X] comes [X] ||| Cunha-Bericht über [X][X] [X] ||| 0.0182166 1 ||| 3-2 ||| 0.0769231
+[X][X] guidance programmes comes before [X] ||| [X][X] Ausrichtungsprogramme befassen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.143541
+[X][X] guidance programmes [X][X] [X] ||| [X][X] Ausrichtungsprogramme [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.328447
+on [X][X] comes before [X] ||| über [X][X] befassen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+on [X][X] before [X] ||| über [X][X] befassen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+on multiannual [X][X] comes before [X] ||| über mehrjährige [X][X] befassen [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0909091
+on multiannual [X][X] before [X] ||| über mehrjährige [X][X] befassen [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0909091
+on multiannual guidance programmes [X][X] [X] ||| über mehrjährige Ausrichtungsprogramme [X][X] [X] ||| 0.0182166 1 ||| 4-3 ||| 0.210207
+multiannual guidance programmes comes before [X] ||| mehrjährige Ausrichtungsprogramme befassen , [X] ||| 0.0182166 1 ||| ||| 0.111111
+multiannual [X][X] comes before [X] ||| mehrjährige [X][X] befassen , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.111111
+multiannual [X][X] before [X] ||| mehrjährige [X][X] befassen , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.111111
+multiannual [X][X] [X] ||| mehrjährige [X][X] , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.111111
+multiannual guidance programmes [X][X] [X] ||| mehrjährige Ausrichtungsprogramme [X][X] , [X] ||| 0.0182166 1 ||| 3-2 ||| 0.111111
+guidance programmes comes before [X] ||| Ausrichtungsprogramme befassen , der [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] comes before [X] ||| [X][X] befassen , der [X] ||| 0.0182166 1 ||| 0-0 ||| 0.338779
+[X][X] before [X] ||| [X][X] befassen , der [X] ||| 0.0182166 1 ||| 0-0 ||| 0.338779
+guidance programmes [X][X] [X] ||| Ausrichtungsprogramme [X][X] , der [X] ||| 0.00910828 1 ||| 2-1 ||| 0.333334
+guidance programmes [X][X] [X] ||| Ausrichtungsprogramme [X][X] der [X] ||| 0.00910828 1 ||| 2-1 ||| 0.333334
+in paragraph [X] ||| , der in Absatz [X] ||| 0.0182166 1 ||| ||| 1
+in paragraph 6 [X] ||| der in Absatz 6 [X] ||| 0.0182166 1 ||| ||| 0.25
+[X][X] 6 [X] ||| der [X][X] 6 [X] ||| 0.0182166 1 ||| 0-1 ||| 0.25
+in [X][X] [X] ||| der in [X][X] [X] ||| 0.0182166 1 ||| 1-2 ||| 0.25
+proposal in paragraph 6 [X] ||| in Absatz 6 vorschlägt [X] ||| 0.0182166 1 ||| ||| 0.25
+proposal [X][X] 6 [X] ||| [X][X] 6 vorschlägt [X] ||| 0.0182166 1 ||| 1-0 ||| 0.541667
+proposal [X][X] [X] ||| [X][X] vorschlägt [X] ||| 0.0182166 1 ||| 1-0 ||| 0.541667
+proposal in [X][X] [X] ||| in [X][X] vorschlägt [X] ||| 0.0182166 1 ||| 2-1 ||| 0.25
+for countries which [X] ||| daß Länder , die [X] ||| 0.0182166 1 ||| ||| 0.25
+[X][X] which [X] ||| [X][X] , die [X] ||| 0.00910828 1 ||| 0-0 ||| 0.5
+[X][X] which [X] ||| [X][X] die [X] ||| 0.00910828 1 ||| 0-0 ||| 0.5
+for [X][X] [X] ||| daß [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.25
+their fleet reduction targets [X] ||| ihr Soll zur Flottenverkleinerung [X] ||| 0.0182166 1 ||| ||| 0.25
+[X][X] reduction targets [X] ||| [X][X] zur Flottenverkleinerung [X] ||| 0.0182166 1 ||| 0-0 ||| 0.25
+their [X][X] [X] ||| ihr [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.25
+their fleet [X][X] [X] ||| ihr Soll [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.25
+a form of quota penalties [X] ||| einer Art Quotenstrafe belegt [X] ||| 0.0182166 1 ||| ||| 0.142857
+[X][X] of quota penalties [X] ||| [X][X] Quotenstrafe belegt [X] ||| 0.0182166 1 ||| 0-0 ||| 0.142857
+a [X][X] quota penalties [X] ||| einer [X][X] Quotenstrafe belegt [X] ||| 0.0182166 1 ||| 1-1 ||| 0.142857
+a form of [X][X] [X] ||| einer Art [X][X] [X] ||| 0.0182166 1 ||| 3-2 ||| 0.233766
+a form [X][X] [X] ||| einer Art [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.233766
+quota penalties should be [X] ||| Quotenstrafe belegt werden sollen [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] should be [X] ||| [X][X] werden sollen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.799242
+quota penalties [X][X] [X] ||| Quotenstrafe belegt [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.333333
+of quota penalties should be [X] ||| Quotenstrafe belegt werden sollen [X] ||| 0.0182166 1 ||| ||| 0.25
+of [X][X] should be [X] ||| [X][X] werden sollen [X] ||| 0.0182166 1 ||| 1-0 ||| 0.25
+of quota penalties [X][X] [X] ||| Quotenstrafe belegt [X][X] [X] ||| 0.0182166 1 ||| 3-2 ||| 0.25
+on Thursday and contains [X] ||| wird sich am Donnerstag mit [X] ||| 0.0182166 1 ||| ||| 0.2
+[X][X] and contains [X] ||| wird [X][X] mit [X] ||| 0.00910828 1 ||| 0-1 ||| 0.4
+[X][X] and contains [X] ||| wird sich [X][X] mit [X] ||| 0.00910828 1 ||| 0-2 ||| 0.4
+on Thursday [X][X] [X] ||| wird sich am Donnerstag [X][X] [X] ||| 0.0182166 1 ||| 2-4 ||| 0.2
+[X][X] on [X][X] comes before [X] ||| [X][X] über [X][X] befassen [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0526316
+[X][X] on [X][X] before [X] ||| [X][X] über [X][X] befassen [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0526316
+[X][X] on multiannual [X][X] before [X] ||| [X][X] über mehrjährige [X][X] befassen [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0526316
+[X][X] multiannual [X][X] comes before [X] ||| [X][X] mehrjährige [X][X] befassen [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0526316
+[X][X] multiannual [X][X] before [X] ||| [X][X] mehrjährige [X][X] befassen [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0526316
+[X][X] multiannual guidance programmes [X][X] [X] ||| [X][X] mehrjährige Ausrichtungsprogramme [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-3 ||| 0.11824
+Cunha report [X][X] comes before [X] ||| Cunha-Bericht [X][X] befassen [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0526316
+Cunha report [X][X] before [X] ||| Cunha-Bericht [X][X] befassen [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0526316
+Cunha report on [X][X] before [X] ||| Cunha-Bericht über [X][X] befassen [X] ||| 0.0182166 1 ||| 3-2 ||| 0.0526316
+[X][X] guidance programmes comes before [X] ||| [X][X] Ausrichtungsprogramme befassen , [X] ||| 0.0182166 1 ||| 0-0 ||| 0.103704
+[X][X] guidance programmes [X][X] [X] ||| [X][X] Ausrichtungsprogramme [X][X] , [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.103704
+on [X][X] comes before [X] ||| über [X][X] befassen , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0666667
+on [X][X] before [X] ||| über [X][X] befassen , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0666667
+on [X][X] [X] ||| über [X][X] , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0666667
+on multiannual [X][X] comes before [X] ||| über mehrjährige [X][X] befassen , [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0666667
+on multiannual [X][X] before [X] ||| über mehrjährige [X][X] befassen , [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0666667
+on multiannual [X][X] [X] ||| über mehrjährige [X][X] , [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0666667
+on multiannual guidance programmes [X][X] [X] ||| über mehrjährige Ausrichtungsprogramme [X][X] , [X] ||| 0.0182166 1 ||| 4-3 ||| 0.0666667
+multiannual guidance programmes comes before [X] ||| mehrjährige Ausrichtungsprogramme befassen , der [X] ||| 0.0182166 1 ||| ||| 0.0909091
+multiannual [X][X] comes before [X] ||| mehrjährige [X][X] befassen , der [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+multiannual [X][X] before [X] ||| mehrjährige [X][X] befassen , der [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+multiannual [X][X] [X] ||| mehrjährige [X][X] , der [X] ||| 0.00910828 1 ||| 1-1 ||| 0.181818
+multiannual [X][X] [X] ||| mehrjährige [X][X] der [X] ||| 0.00910828 1 ||| 1-1 ||| 0.181818
+multiannual guidance programmes [X][X] [X] ||| mehrjährige Ausrichtungsprogramme [X][X] , der [X] ||| 0.00910828 1 ||| 3-2 ||| 0.181818
+multiannual guidance programmes [X][X] [X] ||| mehrjährige Ausrichtungsprogramme [X][X] der [X] ||| 0.00910828 1 ||| 3-2 ||| 0.181818
+in paragraph 6 [X] ||| , der in Absatz 6 [X] ||| 0.0182166 1 ||| ||| 0.2
+[X][X] 6 [X] ||| , [X][X] 6 [X] ||| 0.00910828 1 ||| 0-1 ||| 0.4
+[X][X] 6 [X] ||| , der [X][X] 6 [X] ||| 0.00910828 1 ||| 0-2 ||| 0.4
+in [X][X] [X] ||| , der in [X][X] [X] ||| 0.0182166 1 ||| 1-3 ||| 0.2
+proposal in paragraph 6 [X] ||| der in Absatz 6 vorschlägt [X] ||| 0.0182166 1 ||| ||| 0.166667
+proposal [X][X] 6 [X] ||| der [X][X] 6 vorschlägt [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+proposal [X][X] [X] ||| der [X][X] vorschlägt [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+proposal in [X][X] [X] ||| der in [X][X] vorschlägt [X] ||| 0.0182166 1 ||| 2-2 ||| 0.166667
+proposal in paragraph 6 that [X] ||| in Absatz 6 vorschlägt , [X] ||| 0.0182166 1 ||| ||| 0.2
+proposal [X][X] 6 that [X] ||| [X][X] 6 vorschlägt , [X] ||| 0.0182166 1 ||| 1-0 ||| 0.415909
+proposal [X][X] that [X] ||| [X][X] vorschlägt , [X] ||| 0.0182166 1 ||| 1-0 ||| 0.415909
+[X][X] that [X] ||| [X][X] , [X] ||| 0.0182166 1 ||| 0-0 ||| 0.415909
+proposal in [X][X] that [X] ||| in [X][X] vorschlägt , [X] ||| 0.0182166 1 ||| 2-1 ||| 0.2
+[X][X] quota penalties should be [X] ||| [X][X] Quotenstrafe belegt werden sollen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.215909
+[X][X] quota penalties [X][X] [X] ||| [X][X] Quotenstrafe belegt [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.215909
+form of [X][X] should be [X] ||| Art [X][X] werden sollen [X] ||| 0.0182166 1 ||| 2-1 ||| 0.125
+form [X][X] should be [X] ||| Art [X][X] werden sollen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.125
+form of quota penalties [X][X] [X] ||| Art Quotenstrafe belegt [X][X] [X] ||| 0.0182166 1 ||| 4-3 ||| 0.125
+Parliament on Thursday [X] ||| das Parlament wird sich am Donnerstag [X] ||| 0.0182166 1 ||| ||| 0.25
+Parliament [X][X] [X] ||| das Parlament [X][X] [X] ||| 0.00607219 1 ||| 1-2 ||| 1.08333
+Parliament [X][X] [X] ||| das Parlament wird [X][X] [X] ||| 0.00607219 1 ||| 1-3 ||| 1.08333
+Parliament [X][X] [X] ||| das Parlament wird sich [X][X] [X] ||| 0.00607219 1 ||| 1-4 ||| 1.08333
+[X][X] on [X][X] comes before [X] ||| [X][X] über [X][X] befassen , [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.037037
+[X][X] on [X][X] before [X] ||| [X][X] über [X][X] befassen , [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.037037
+[X][X] on [X][X] [X] ||| [X][X] über [X][X] , [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.037037
+[X][X] on multiannual [X][X] before [X] ||| [X][X] über mehrjährige [X][X] befassen , [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.037037
+[X][X] on multiannual [X][X] [X] ||| [X][X] über mehrjährige [X][X] , [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.037037
+[X][X] multiannual [X][X] comes before [X] ||| [X][X] mehrjährige [X][X] befassen , [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.037037
+[X][X] multiannual [X][X] before [X] ||| [X][X] mehrjährige [X][X] befassen , [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.037037
+[X][X] multiannual [X][X] [X] ||| [X][X] mehrjährige [X][X] , [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.037037
+[X][X] multiannual guidance programmes [X][X] [X] ||| [X][X] mehrjährige Ausrichtungsprogramme [X][X] , [X] ||| 0.0182166 1 ||| 0-0 4-3 ||| 0.037037
+Cunha report [X][X] comes before [X] ||| Cunha-Bericht [X][X] befassen , [X] ||| 0.0182166 1 ||| 2-1 ||| 0.037037
+Cunha report [X][X] before [X] ||| Cunha-Bericht [X][X] befassen , [X] ||| 0.0182166 1 ||| 2-1 ||| 0.037037
+Cunha report [X][X] [X] ||| Cunha-Bericht [X][X] , [X] ||| 0.0182166 1 ||| 2-1 ||| 0.037037
+Cunha report on [X][X] before [X] ||| Cunha-Bericht über [X][X] befassen , [X] ||| 0.0182166 1 ||| 3-2 ||| 0.037037
+Cunha report on [X][X] [X] ||| Cunha-Bericht über [X][X] , [X] ||| 0.0182166 1 ||| 3-2 ||| 0.037037
+Cunha report on multiannual [X][X] [X] ||| Cunha-Bericht über mehrjährige [X][X] , [X] ||| 0.0182166 1 ||| 4-3 ||| 0.037037
+[X][X] guidance programmes comes before [X] ||| [X][X] Ausrichtungsprogramme befassen , der [X] ||| 0.0182166 1 ||| 0-0 ||| 0.081203
+[X][X] guidance programmes [X][X] [X] ||| [X][X] Ausrichtungsprogramme [X][X] , der [X] ||| 0.00910828 1 ||| 0-0 3-2 ||| 0.162406
+[X][X] guidance programmes [X][X] [X] ||| [X][X] Ausrichtungsprogramme [X][X] der [X] ||| 0.00910828 1 ||| 0-0 3-2 ||| 0.162406
+on [X][X] comes before [X] ||| über [X][X] befassen , der [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+on [X][X] before [X] ||| über [X][X] befassen , der [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+on [X][X] [X] ||| über [X][X] , der [X] ||| 0.00910828 1 ||| 1-1 ||| 0.105263
+on [X][X] [X] ||| über [X][X] der [X] ||| 0.00910828 1 ||| 1-1 ||| 0.105263
+on multiannual [X][X] comes before [X] ||| über mehrjährige [X][X] befassen , der [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0526316
+on multiannual [X][X] before [X] ||| über mehrjährige [X][X] befassen , der [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0526316
+on multiannual [X][X] [X] ||| über mehrjährige [X][X] , der [X] ||| 0.00910828 1 ||| 2-2 ||| 0.105263
+on multiannual [X][X] [X] ||| über mehrjährige [X][X] der [X] ||| 0.00910828 1 ||| 2-2 ||| 0.105263
+on multiannual guidance programmes [X][X] [X] ||| über mehrjährige Ausrichtungsprogramme [X][X] , der [X] ||| 0.00910828 1 ||| 4-3 ||| 0.105263
+on multiannual guidance programmes [X][X] [X] ||| über mehrjährige Ausrichtungsprogramme [X][X] der [X] ||| 0.00910828 1 ||| 4-3 ||| 0.105263
+proposal in paragraph 6 [X] ||| , der in Absatz 6 vorschlägt [X] ||| 0.0182166 1 ||| ||| 0.125
+proposal [X][X] 6 [X] ||| , [X][X] 6 vorschlägt [X] ||| 0.0182166 1 ||| 1-1 ||| 0.125
+proposal [X][X] [X] ||| , [X][X] vorschlägt [X] ||| 0.0182166 1 ||| 1-1 ||| 0.125
+proposal [X][X] 6 [X] ||| , der [X][X] 6 vorschlägt [X] ||| 0.0182166 1 ||| 1-2 ||| 0.125
+proposal [X][X] [X] ||| , der [X][X] vorschlägt [X] ||| 0.0182166 1 ||| 1-2 ||| 0.125
+proposal in [X][X] [X] ||| , der in [X][X] vorschlägt [X] ||| 0.0182166 1 ||| 2-3 ||| 0.125
+proposal in paragraph 6 that [X] ||| der in Absatz 6 vorschlägt , [X] ||| 0.0182166 1 ||| ||| 0.125
+proposal [X][X] 6 that [X] ||| der [X][X] 6 vorschlägt , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.125
+proposal [X][X] that [X] ||| der [X][X] vorschlägt , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.125
+[X][X] that [X] ||| der [X][X] , [X] ||| 0.0182166 1 ||| 0-1 ||| 0.125
+proposal in [X][X] that [X] ||| der in [X][X] vorschlägt , [X] ||| 0.0182166 1 ||| 2-2 ||| 0.125
+[X][X] of [X][X] should be [X] ||| [X][X] [X][X] werden sollen [X] ||| 0.0182166 1 ||| 0-0 2-1 ||| 0.0909091
+[X][X] of quota penalties [X][X] [X] ||| [X][X] Quotenstrafe belegt [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-3 ||| 0.0909091
+a [X][X] quota penalties [X][X] [X] ||| einer [X][X] Quotenstrafe belegt [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-4 ||| 0.0909091
+a [X][X] should be [X] ||| einer [X][X] werden sollen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+a form [X][X] should be [X] ||| einer Art [X][X] werden sollen [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0909091
+Parliament on Thursday and contains [X] ||| das Parlament wird sich am Donnerstag mit [X] ||| 0.0182166 1 ||| ||| 0.111111
+Parliament [X][X] and contains [X] ||| das Parlament [X][X] mit [X] ||| 0.00607218 1 ||| 1-2 ||| 0.333333
+Parliament [X][X] and contains [X] ||| das Parlament wird [X][X] mit [X] ||| 0.00607218 1 ||| 1-3 ||| 0.333333
+Parliament [X][X] and contains [X] ||| das Parlament wird sich [X][X] mit [X] ||| 0.00607218 1 ||| 1-4 ||| 0.333333
+Parliament on Thursday [X][X] [X] ||| das Parlament wird sich am Donnerstag [X][X] [X] ||| 0.0182166 1 ||| 3-6 ||| 0.111111
+[X][X] on [X][X] comes before [X] ||| [X][X] über [X][X] befassen , der [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0285714
+[X][X] on [X][X] before [X] ||| [X][X] über [X][X] befassen , der [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0285714
+[X][X] on [X][X] [X] ||| [X][X] über [X][X] , der [X] ||| 0.00910828 1 ||| 0-0 2-2 ||| 0.0571428
+[X][X] on [X][X] [X] ||| [X][X] über [X][X] der [X] ||| 0.00910828 1 ||| 0-0 2-2 ||| 0.0571428
+[X][X] on multiannual [X][X] before [X] ||| [X][X] über mehrjährige [X][X] befassen , der [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0285714
+[X][X] on multiannual [X][X] [X] ||| [X][X] über mehrjährige [X][X] , der [X] ||| 0.00910828 1 ||| 0-0 3-3 ||| 0.0571428
+[X][X] on multiannual [X][X] [X] ||| [X][X] über mehrjährige [X][X] der [X] ||| 0.00910828 1 ||| 0-0 3-3 ||| 0.0571428
+[X][X] multiannual [X][X] comes before [X] ||| [X][X] mehrjährige [X][X] befassen , der [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0285714
+[X][X] multiannual [X][X] before [X] ||| [X][X] mehrjährige [X][X] befassen , der [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0285714
+[X][X] multiannual [X][X] [X] ||| [X][X] mehrjährige [X][X] , der [X] ||| 0.00910828 1 ||| 0-0 2-2 ||| 0.0571428
+[X][X] multiannual [X][X] [X] ||| [X][X] mehrjährige [X][X] der [X] ||| 0.00910828 1 ||| 0-0 2-2 ||| 0.0571428
+[X][X] multiannual guidance programmes [X][X] [X] ||| [X][X] mehrjährige Ausrichtungsprogramme [X][X] , der [X] ||| 0.00910828 1 ||| 0-0 4-3 ||| 0.0571428
+[X][X] multiannual guidance programmes [X][X] [X] ||| [X][X] mehrjährige Ausrichtungsprogramme [X][X] der [X] ||| 0.00910828 1 ||| 0-0 4-3 ||| 0.0571428
+Cunha report [X][X] comes before [X] ||| Cunha-Bericht [X][X] befassen , der [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0285714
+Cunha report [X][X] before [X] ||| Cunha-Bericht [X][X] befassen , der [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0285714
+Cunha report [X][X] [X] ||| Cunha-Bericht [X][X] , der [X] ||| 0.00910828 1 ||| 2-1 ||| 0.0571428
+Cunha report [X][X] [X] ||| Cunha-Bericht [X][X] der [X] ||| 0.00910828 1 ||| 2-1 ||| 0.0571428
+Cunha report on [X][X] before [X] ||| Cunha-Bericht über [X][X] befassen , der [X] ||| 0.0182166 1 ||| 3-2 ||| 0.0285714
+Cunha report on [X][X] [X] ||| Cunha-Bericht über [X][X] , der [X] ||| 0.00910828 1 ||| 3-2 ||| 0.0571428
+Cunha report on [X][X] [X] ||| Cunha-Bericht über [X][X] der [X] ||| 0.00910828 1 ||| 3-2 ||| 0.0571428
+Cunha report on multiannual [X][X] [X] ||| Cunha-Bericht über mehrjährige [X][X] , der [X] ||| 0.00910828 1 ||| 4-3 ||| 0.0571428
+Cunha report on multiannual [X][X] [X] ||| Cunha-Bericht über mehrjährige [X][X] der [X] ||| 0.00910828 1 ||| 4-3 ||| 0.0571428
+proposal in paragraph 6 that [X] ||| , der in Absatz 6 vorschlägt , [X] ||| 0.0182166 1 ||| ||| 0.0909091
+proposal [X][X] 6 that [X] ||| , [X][X] 6 vorschlägt , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+proposal [X][X] that [X] ||| , [X][X] vorschlägt , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+[X][X] that [X] ||| , [X][X] , [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0909091
+proposal [X][X] 6 that [X] ||| , der [X][X] 6 vorschlägt , [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0909091
+proposal [X][X] that [X] ||| , der [X][X] vorschlägt , [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0909091
+[X][X] that [X] ||| , der [X][X] , [X] ||| 0.0182166 1 ||| 0-2 ||| 0.0909091
+proposal in [X][X] that [X] ||| , der in [X][X] vorschlägt , [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0909091
+fail to meet [X][X] [X] ||| [X][X] nicht erfüllen , [X] ||| 0.0182166 1 ||| 3-0 ||| 0.142857
+fail to meet their [X][X] [X] ||| ihr [X][X] nicht erfüllen , [X] ||| 0.0182166 1 ||| 4-1 ||| 0.142857
+[X][X] their [X][X] [X] ||| ihr [X][X] [X][X] [X] ||| 0.0182166 1 ||| 2-1 0-2 ||| 0.142857
+fail [X][X] their [X][X] [X] ||| ihr [X][X] nicht [X][X] [X] ||| 0.0182166 1 ||| 3-1 1-3 ||| 0.142857
+[X][X] their fleet [X][X] [X] ||| ihr Soll [X][X] [X][X] [X] ||| 0.0182166 1 ||| 3-2 0-3 ||| 0.142857
+fail [X][X] their fleet [X][X] [X] ||| ihr Soll [X][X] nicht [X][X] [X] ||| 0.0182166 1 ||| 4-2 1-4 ||| 0.142857
+[X][X] their fleet reduction targets [X] ||| ihr Soll zur Flottenverkleinerung [X][X] [X] ||| 0.0182166 1 ||| 0-4 ||| 0.142857
+[X][X] of [X][X] introduced [X] ||| mit [X][X] [X][X] [X] ||| 0.0182166 1 ||| 0-1 2-2 ||| 0.125
+[X][X] quota penalties [X][X] introduced [X] ||| mit [X][X] Quotenstrafe belegt [X][X] [X] ||| 0.0182166 1 ||| 0-1 3-4 ||| 0.125
+[X][X] should be introduced [X] ||| mit [X][X] werden sollen [X] ||| 0.0182166 1 ||| 0-1 ||| 0.125
+[X][X] introduced [X] ||| mit [X][X] [X] ||| 0.0182166 1 ||| 0-1 ||| 0.125
+a [X][X] should be introduced [X] ||| mit einer [X][X] werden sollen [X] ||| 0.0182166 1 ||| 1-2 ||| 0.125
+a [X][X] introduced [X] ||| mit einer [X][X] [X] ||| 0.0182166 1 ||| 1-2 ||| 0.125
+a form of [X][X] introduced [X] ||| mit einer Art [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.125
+a form [X][X] introduced [X] ||| mit einer Art [X][X] [X] ||| 0.0182166 1 ||| 2-3 ||| 0.125
+which fail to meet [X][X] [X] ||| die [X][X] nicht erfüllen , [X] ||| 0.0182166 1 ||| 4-1 ||| 0.2
+which [X][X] [X] ||| die [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.45
+which [X][X] their [X][X] [X] ||| die ihr [X][X] [X][X] [X] ||| 0.0182166 1 ||| 3-2 1-3 ||| 0.2
+which fail [X][X] their [X][X] [X] ||| die ihr [X][X] nicht [X][X] [X] ||| 0.0182166 1 ||| 4-2 2-4 ||| 0.2
+which [X][X] their fleet [X][X] [X] ||| die ihr Soll [X][X] [X][X] [X] ||| 0.0182166 1 ||| 4-3 1-4 ||| 0.2
+fail to meet [X][X] annually [X] ||| [X][X] nicht erfüllen , jährlich [X] ||| 0.0182166 1 ||| 3-0 ||| 0.2
+[X][X] annually [X] ||| [X][X] jährlich [X] ||| 0.0182166 1 ||| 0-0 ||| 0.65
+[X][X] their [X][X] annually [X] ||| ihr [X][X] [X][X] jährlich [X] ||| 0.0182166 1 ||| 2-1 0-2 ||| 0.2
+fail [X][X] their [X][X] annually [X] ||| ihr [X][X] nicht [X][X] jährlich [X] ||| 0.0182166 1 ||| 3-1 1-3 ||| 0.2
+[X][X] their fleet [X][X] annually [X] ||| ihr Soll [X][X] [X][X] jährlich [X] ||| 0.0182166 1 ||| 3-2 0-3 ||| 0.2
+which fail to meet [X][X] [X] ||| , die [X][X] nicht erfüllen , [X] ||| 0.0182166 1 ||| 4-2 ||| 0.2
+which [X][X] [X] ||| , die [X][X] [X] ||| 0.0182166 1 ||| 1-2 ||| 0.4
+which [X][X] their [X][X] [X] ||| , die ihr [X][X] [X][X] [X] ||| 0.0182166 1 ||| 3-3 1-4 ||| 0.2
+which fail [X][X] their [X][X] [X] ||| , die ihr [X][X] nicht [X][X] [X] ||| 0.0182166 1 ||| 4-3 2-5 ||| 0.2
+which [X][X] their fleet [X][X] [X] ||| , die ihr Soll [X][X] [X][X] [X] ||| 0.0182166 1 ||| 4-4 1-5 ||| 0.2
+which [X][X] annually [X] ||| die [X][X] jährlich [X] ||| 0.0182166 1 ||| 1-1 ||| 0.25
+which [X][X] their [X][X] annually [X] ||| die ihr [X][X] [X][X] jährlich [X] ||| 0.0182166 1 ||| 3-2 1-3 ||| 0.25
+[X][X] fail to meet [X][X] [X] ||| [X][X] [X][X] nicht erfüllen , [X] ||| 0.0182166 1 ||| 0-0 4-1 ||| 0.2
+countries [X][X] [X] ||| Länder [X][X] [X] ||| 0.00910828 1 ||| 1-1 ||| 0.4
+countries [X][X] [X] ||| Länder , [X][X] [X] ||| 0.00910828 1 ||| 1-2 ||| 0.4
+countries which [X][X] [X] ||| Länder , die [X][X] [X] ||| 0.0182166 1 ||| 2-3 ||| 0.2
+countries which [X][X] their [X][X] [X] ||| Länder , die ihr [X][X] [X][X] [X] ||| 0.0182166 1 ||| 4-4 2-5 ||| 0.2
+[X][X] annually [X] ||| , [X][X] jährlich [X] ||| 0.0182166 1 ||| 0-1 ||| 0.2
+which [X][X] annually [X] ||| , die [X][X] jährlich [X] ||| 0.0182166 1 ||| 1-2 ||| 0.2
+which [X][X] their [X][X] annually [X] ||| , die ihr [X][X] [X][X] jährlich [X] ||| 0.0182166 1 ||| 3-3 1-4 ||| 0.2
+it [X] ||| zwar [X] ||| 0.0182166 1 ||| ||| 1
+should [X] ||| sollen [X] ||| 0.0182166 1 ||| ||| 1
+that this [X] ||| derartige [X] ||| 0.0182166 1 ||| ||| 1
+says [X] ||| Strafen [X] ||| 0.0182166 1 ||| ||| 1
+despite [X] ||| trotz [X] ||| 0.0182166 1 ||| ||| 1
+the [X] ||| des [X] ||| 0.0182166 1 ||| ||| 1
+principle [X] ||| Grundsatzes [X] ||| 0.0182166 1 ||| ||| 1
+of [X] ||| der [X] ||| 0.0182166 1 ||| ||| 1
+relative [X] ||| relativen [X] ||| 0.0182166 1 ||| ||| 1
+stability [X] ||| Stabilität [X] ||| 0.0182166 1 ||| ||| 1
+done [X] ||| verhängt [X] ||| 0.0182166 1 ||| ||| 1
+be [X] ||| werden [X] ||| 0.0182166 1 ||| ||| 1
+. [X] ||| . [X] ||| 0.0182166 1 ||| ||| 1
+it [X] ||| und zwar [X] ||| 0.0182166 1 ||| ||| 1
+that this should [X] ||| sollen derartige [X] ||| 0.0182166 1 ||| ||| 0.5
+[X][X] should [X] ||| sollen [X][X] [X] ||| 0.0182166 1 ||| 0-1 ||| 0.75
+says that this [X] ||| derartige Strafen [X] ||| 0.0182166 1 ||| ||| 0.5
+says [X][X] [X] ||| [X][X] Strafen [X] ||| 0.0182166 1 ||| 1-0 ||| 0.75
+despite the [X] ||| trotz des [X] ||| 0.0182166 1 ||| ||| 1
+the principle [X] ||| des Grundsatzes [X] ||| 0.0182166 1 ||| ||| 1
+principle of [X] ||| Grundsatzes der [X] ||| 0.0182166 1 ||| ||| 1
+of relative [X] ||| der relativen [X] ||| 0.0182166 1 ||| ||| 1
+relative stability [X] ||| relativen Stabilität [X] ||| 0.0182166 1 ||| ||| 1
+be done [X] ||| verhängt werden [X] ||| 0.0182166 1 ||| ||| 1
+says that this should [X] ||| sollen derartige Strafen [X] ||| 0.0182166 1 ||| ||| 0.25
+says [X][X] should [X] ||| sollen [X][X] Strafen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.25
+despite the principle [X] ||| trotz des Grundsatzes [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] principle [X] ||| [X][X] Grundsatzes [X] ||| 0.0182166 1 ||| 0-0 ||| 0.333333
+despite [X][X] [X] ||| trotz [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.643541
+the principle of [X] ||| des Grundsatzes der [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] of [X] ||| [X][X] der [X] ||| 0.0182166 1 ||| 0-0 ||| 0.5
+the [X][X] [X] ||| des [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.590909
+principle of relative [X] ||| Grundsatzes der relativen [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] relative [X] ||| [X][X] relativen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.590909
+principle [X][X] [X] ||| Grundsatzes [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.5
+of relative stability [X] ||| der relativen Stabilität [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] stability [X] ||| [X][X] Stabilität [X] ||| 0.0182166 1 ||| 0-0 ||| 0.643541
+of [X][X] [X] ||| der [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.333333
+it says that this should [X] ||| zwar sollen derartige Strafen [X] ||| 0.0182166 1 ||| ||| 0.2
+it says [X][X] [X] ||| zwar [X][X] Strafen [X] ||| 0.0182166 1 ||| 2-1 ||| 0.2
+it [X][X] [X] ||| zwar [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.2
+it says [X][X] should [X] ||| zwar sollen [X][X] Strafen [X] ||| 0.0182166 1 ||| 2-2 ||| 0.2
+it [X][X] should [X] ||| zwar sollen [X][X] [X] ||| 0.0182166 1 ||| 1-2 ||| 0.2
+despite the principle of [X] ||| trotz des Grundsatzes der [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] principle of [X] ||| [X][X] Grundsatzes der [X] ||| 0.0182166 1 ||| 0-0 ||| 0.166667
+despite [X][X] of [X] ||| trotz [X][X] der [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+despite the [X][X] [X] ||| trotz des [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.310207
+the principle of relative [X] ||| des Grundsatzes der relativen [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] of relative [X] ||| [X][X] der relativen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.257576
+the [X][X] relative [X] ||| des [X][X] relativen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+the principle [X][X] [X] ||| des Grundsatzes [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.257576
+principle of relative stability [X] ||| Grundsatzes der relativen Stabilität [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] relative stability [X] ||| [X][X] relativen Stabilität [X] ||| 0.0182166 1 ||| 0-0 ||| 0.310207
+principle [X][X] stability [X] ||| Grundsatzes [X][X] Stabilität [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+principle of [X][X] [X] ||| Grundsatzes der [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.166667
+it says that this should [X] ||| und zwar sollen derartige Strafen [X] ||| 0.0182166 1 ||| ||| 0.2
+it says [X][X] [X] ||| und zwar [X][X] Strafen [X] ||| 0.0182166 1 ||| 2-2 ||| 0.2
+it [X][X] [X] ||| und zwar [X][X] [X] ||| 0.0182166 1 ||| 1-2 ||| 0.2
+it says [X][X] should [X] ||| und zwar sollen [X][X] Strafen [X] ||| 0.0182166 1 ||| 2-3 ||| 0.2
+it [X][X] should [X] ||| und zwar sollen [X][X] [X] ||| 0.0182166 1 ||| 1-3 ||| 0.2
+despite the principle of relative [X] ||| trotz des Grundsatzes der relativen [X] ||| 0.0182166 1 ||| ||| 0.0909091
+[X][X] principle of relative [X] ||| [X][X] Grundsatzes der relativen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.0909091
+[X][X] principle [X][X] [X] ||| [X][X] Grundsatzes [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.143541
+despite [X][X] of relative [X] ||| trotz [X][X] der relativen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+despite [X][X] relative [X] ||| trotz [X][X] relativen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+despite the [X][X] relative [X] ||| trotz des [X][X] relativen [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0909091
+despite the principle [X][X] [X] ||| trotz des Grundsatzes [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.143541
+the principle of relative stability [X] ||| des Grundsatzes der relativen Stabilität [X] ||| 0.0182166 1 ||| ||| 0.0909091
+[X][X] of relative stability [X] ||| [X][X] der relativen Stabilität [X] ||| 0.0182166 1 ||| 0-0 ||| 0.143541
+[X][X] of [X][X] [X] ||| [X][X] der [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.143541
+the [X][X] relative stability [X] ||| des [X][X] relativen Stabilität [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+the [X][X] stability [X] ||| des [X][X] Stabilität [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+the principle [X][X] stability [X] ||| des Grundsatzes [X][X] Stabilität [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0909091
+the principle of [X][X] [X] ||| des Grundsatzes der [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0909091
+[X][X] principle of relative stability [X] ||| [X][X] Grundsatzes der relativen Stabilität [X] ||| 0.0182166 1 ||| 0-0 ||| 0.0526316
+[X][X] principle [X][X] stability [X] ||| [X][X] Grundsatzes [X][X] Stabilität [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0526316
+[X][X] principle of [X][X] [X] ||| [X][X] Grundsatzes der [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0526316
+despite [X][X] of relative stability [X] ||| trotz [X][X] der relativen Stabilität [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+despite [X][X] of [X][X] [X] ||| trotz [X][X] der [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0526316
+despite [X][X] relative stability [X] ||| trotz [X][X] relativen Stabilität [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+despite [X][X] stability [X] ||| trotz [X][X] Stabilität [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+despite the [X][X] relative stability [X] ||| trotz des [X][X] relativen Stabilität [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0526316
+despite the [X][X] stability [X] ||| trotz des [X][X] Stabilität [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0526316
+despite the principle [X][X] stability [X] ||| trotz des Grundsatzes [X][X] Stabilität [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0526316
+despite the principle of [X][X] [X] ||| trotz des Grundsatzes der [X][X] [X] ||| 0.0182166 1 ||| 4-4 ||| 0.0526316
+done [X][X] principle [X][X] stability [X] ||| [X][X] Grundsatzes [X][X] Stabilität verhängt [X] ||| 0.0182166 1 ||| 1-0 3-2 ||| 0.0666667
+done [X][X] principle [X][X] [X] ||| [X][X] Grundsatzes [X][X] verhängt [X] ||| 0.0182166 1 ||| 1-0 3-2 ||| 0.0666667
+done [X][X] principle of [X][X] [X] ||| [X][X] Grundsatzes der [X][X] verhängt [X] ||| 0.0182166 1 ||| 1-0 4-3 ||| 0.0666667
+done [X][X] of relative stability [X] ||| [X][X] der relativen Stabilität verhängt [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0666667
+done [X][X] of [X][X] [X] ||| [X][X] der [X][X] verhängt [X] ||| 0.0182166 1 ||| 1-0 3-2 ||| 0.0666667
+done [X][X] relative stability [X] ||| [X][X] relativen Stabilität verhängt [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0666667
+done [X][X] stability [X] ||| [X][X] Stabilität verhängt [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0666667
+done [X][X] [X] ||| [X][X] verhängt [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0666667
+done despite [X][X] of [X][X] [X] ||| trotz [X][X] der [X][X] verhängt [X] ||| 0.0182166 1 ||| 2-1 4-3 ||| 0.0666667
+done despite [X][X] relative stability [X] ||| trotz [X][X] relativen Stabilität verhängt [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0666667
+done despite [X][X] stability [X] ||| trotz [X][X] Stabilität verhängt [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0666667
+done despite [X][X] [X] ||| trotz [X][X] verhängt [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0666667
+done despite the [X][X] stability [X] ||| trotz des [X][X] Stabilität verhängt [X] ||| 0.0182166 1 ||| 3-2 ||| 0.0666667
+done despite the [X][X] [X] ||| trotz des [X][X] verhängt [X] ||| 0.0182166 1 ||| 3-2 ||| 0.0666667
+done despite the principle [X][X] [X] ||| trotz des Grundsatzes [X][X] verhängt [X] ||| 0.0182166 1 ||| 4-3 ||| 0.0666667
+be done [X][X] principle [X][X] [X] ||| [X][X] Grundsatzes [X][X] verhängt werden [X] ||| 0.0182166 1 ||| 2-0 4-2 ||| 0.0666667
+be done [X][X] of [X][X] [X] ||| [X][X] der [X][X] verhängt werden [X] ||| 0.0182166 1 ||| 2-0 4-2 ||| 0.0666667
+be done [X][X] relative stability [X] ||| [X][X] relativen Stabilität verhängt werden [X] ||| 0.0182166 1 ||| 2-0 ||| 0.0666667
+be done [X][X] stability [X] ||| [X][X] Stabilität verhängt werden [X] ||| 0.0182166 1 ||| 2-0 ||| 0.0666667
+be done [X][X] [X] ||| [X][X] verhängt werden [X] ||| 0.0182166 1 ||| 2-0 ||| 0.0666667
+be [X][X] [X] ||| [X][X] werden [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0666667
+[X][X] despite [X][X] relative stability [X] ||| trotz [X][X] relativen Stabilität [X][X] [X] ||| 0.0182166 1 ||| 2-1 0-4 ||| 0.0666667
+be done despite [X][X] stability [X] ||| trotz [X][X] Stabilität verhängt werden [X] ||| 0.0182166 1 ||| 3-1 ||| 0.0666667
+[X][X] despite [X][X] stability [X] ||| trotz [X][X] Stabilität [X][X] [X] ||| 0.0182166 1 ||| 2-1 0-3 ||| 0.0666667
+be done despite [X][X] [X] ||| trotz [X][X] verhängt werden [X] ||| 0.0182166 1 ||| 3-1 ||| 0.0666667
+[X][X] despite [X][X] [X] ||| trotz [X][X] [X][X] [X] ||| 0.0182166 1 ||| 2-1 0-2 ||| 0.0666667
+[X][X] despite the [X][X] stability [X] ||| trotz des [X][X] Stabilität [X][X] [X] ||| 0.0182166 1 ||| 3-2 0-4 ||| 0.0666667
+be done despite the [X][X] [X] ||| trotz des [X][X] verhängt werden [X] ||| 0.0182166 1 ||| 4-2 ||| 0.0666667
+[X][X] despite the [X][X] [X] ||| trotz des [X][X] [X][X] [X] ||| 0.0182166 1 ||| 3-2 0-3 ||| 0.0666667
+[X][X] despite the principle [X][X] [X] ||| trotz des Grundsatzes [X][X] [X][X] [X] ||| 0.0182166 1 ||| 4-3 0-4 ||| 0.0666667
+be done [X][X] stability . [X] ||| [X][X] Stabilität verhängt werden . [X] ||| 0.0182166 1 ||| 2-0 ||| 0.125
+be done [X][X] . [X] ||| [X][X] verhängt werden . [X] ||| 0.0182166 1 ||| 2-0 ||| 0.125
+be [X][X] . [X] ||| [X][X] werden . [X] ||| 0.0182166 1 ||| 1-0 ||| 0.125
+[X][X] . [X] ||| [X][X] . [X] ||| 0.0182166 1 ||| 0-0 ||| 0.125
+[X][X] despite [X][X] stability . [X] ||| trotz [X][X] Stabilität [X][X] . [X] ||| 0.0182166 1 ||| 2-1 0-3 ||| 0.125
+be done despite [X][X] . [X] ||| trotz [X][X] verhängt werden . [X] ||| 0.0182166 1 ||| 3-1 ||| 0.125
+[X][X] despite [X][X] . [X] ||| trotz [X][X] [X][X] . [X] ||| 0.0182166 1 ||| 2-1 0-2 ||| 0.125
+[X][X] despite the [X][X] . [X] ||| trotz des [X][X] [X][X] . [X] ||| 0.0182166 1 ||| 3-2 0-3 ||| 0.125
+I [X] ||| ich [X] ||| 0.0182166 1 ||| ||| 1
+believe [X] ||| meine [X] ||| 0.0182166 1 ||| ||| 1
+the [X] ||| der [X] ||| 0.0182166 1 ||| ||| 1
+principle [X] ||| Grundsatz [X] ||| 0.0182166 1 ||| ||| 1
+of [X] ||| der [X] ||| 0.0182166 1 ||| ||| 1
+relative [X] ||| relativen [X] ||| 0.0182166 1 ||| ||| 1
+stability [X] ||| Stabilität [X] ||| 0.0182166 1 ||| ||| 1
+stability is [X] ||| Stabilität [X] ||| 0.0182166 1 ||| ||| 1
+a [X] ||| einen [X] ||| 0.0182166 1 ||| ||| 1
+is a [X] ||| einen [X] ||| 0.0182166 1 ||| ||| 1
+fundamental [X] ||| elementaren [X] ||| 0.0182166 1 ||| ||| 1
+legal principle [X] ||| Rechtsgrundsatz [X] ||| 0.0182166 1 ||| ||| 1
+of the [X] ||| der [X] ||| 0.0182166 1 ||| ||| 1
+common [X] ||| gemeinsamen [X] ||| 0.0182166 1 ||| ||| 1
+and [X] ||| und [X] ||| 0.0182166 1 ||| ||| 1
+a [X] ||| ein [X] ||| 0.0182166 1 ||| ||| 1
+proposal [X] ||| Vorschlag [X] ||| 0.0182166 1 ||| ||| 1
+legally [X] ||| rechtlich [X] ||| 0.0182166 1 ||| ||| 1
+inadmissible [X] ||| unzulässig [X] ||| 0.0182166 1 ||| ||| 1
+would be [X] ||| wäre [X] ||| 0.0182166 1 ||| ||| 1
+. [X] ||| . [X] ||| 0.0182166 1 ||| ||| 1
+I believe [X] ||| ich meine [X] ||| 0.0182166 1 ||| ||| 1
+that [X] ||| , daß [X] ||| 0.0182166 1 ||| ||| 1
+the principle [X] ||| der Grundsatz [X] ||| 0.0182166 1 ||| ||| 1
+principle of [X] ||| Grundsatz der [X] ||| 0.0182166 1 ||| ||| 1
+of relative [X] ||| der relativen [X] ||| 0.0182166 1 ||| ||| 1
+relative stability [X] ||| relativen Stabilität [X] ||| 0.0182166 1 ||| ||| 1
+relative stability is [X] ||| relativen Stabilität [X] ||| 0.0182166 1 ||| ||| 0.5
+relative [X][X] [X] ||| relativen [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.893478
+stability is a [X] ||| Stabilität einen [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] a [X] ||| [X][X] einen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.741022
+stability [X][X] [X] ||| Stabilität [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.675707
+a fundamental [X] ||| einen elementaren [X] ||| 0.0182166 1 ||| ||| 1
+is a fundamental [X] ||| einen elementaren [X] ||| 0.0182166 1 ||| ||| 0.5
+[X][X] fundamental [X] ||| [X][X] elementaren [X] ||| 0.0182166 1 ||| 0-0 ||| 0.922327
+fundamental legal principle [X] ||| elementaren Rechtsgrundsatz [X] ||| 0.0182166 1 ||| ||| 0.5
+fundamental [X][X] [X] ||| elementaren [X][X] [X] ||| 0.218091 1 ||| 1-1 ||| 1.04627
+legal principle of the [X] ||| Rechtsgrundsatz der [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] of the [X] ||| [X][X] der [X] ||| 0.0182166 1 ||| 0-0 ||| 0.884878
+legal principle [X][X] [X] ||| Rechtsgrundsatz [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.840278
+of the common [X] ||| der gemeinsamen [X] ||| 0.0182166 1 ||| ||| 0.5
+[X][X] common [X] ||| [X][X] gemeinsamen [X] ||| 0.218091 1 ||| 0-0 ||| 1.09307
+fisheries policy [X] ||| Fischereipolitik darstellt [X] ||| 0.0182166 1 ||| ||| 1
+and a [X] ||| und ein [X] ||| 0.0182166 1 ||| ||| 1
+a proposal [X] ||| ein Vorschlag [X] ||| 0.0182166 1 ||| ||| 1
+legally [X] ||| , rechtlich [X] ||| 0.0182166 1 ||| ||| 1
+legally inadmissible [X] ||| rechtlich unzulässig [X] ||| 0.0182166 1 ||| ||| 1
+believe that [X] ||| meine , daß [X] ||| 0.0182166 1 ||| ||| 1
+that the [X] ||| , daß der [X] ||| 0.0182166 1 ||| ||| 1
+the principle of [X] ||| der Grundsatz der [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] of [X] ||| [X][X] der [X] ||| 0.0182166 1 ||| 0-0 ||| 0.643541
+the [X][X] [X] ||| der [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.731654
+principle of relative [X] ||| Grundsatz der relativen [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] relative [X] ||| [X][X] relativen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.678023
+principle [X][X] [X] ||| Grundsatz [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.717758
+of relative stability [X] ||| der relativen Stabilität [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] stability [X] ||| [X][X] Stabilität [X] ||| 0.0182166 1 ||| 0-0 ||| 0.703664
+of [X][X] [X] ||| der [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.750168
+of relative stability is [X] ||| der relativen Stabilität [X] ||| 0.0182166 1 ||| ||| 0.2
+[X][X] stability is [X] ||| [X][X] Stabilität [X] ||| 0.0182166 1 ||| 0-0 ||| 0.438419
+of [X][X] is [X] ||| der [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.2
+of relative [X][X] [X] ||| der relativen [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.416835
+relative stability is a [X] ||| relativen Stabilität einen [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] is a [X] ||| [X][X] einen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.407688
+relative [X][X] a [X] ||| relativen [X][X] einen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+relative stability [X][X] [X] ||| relativen Stabilität [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.393478
+stability is a fundamental [X] ||| Stabilität einen elementaren [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] a fundamental [X] ||| [X][X] einen elementaren [X] ||| 0.0182166 1 ||| 0-0 ||| 0.422327
+stability [X][X] fundamental [X] ||| Stabilität [X][X] elementaren [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+stability is [X][X] [X] ||| Stabilität [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.342373
+a fundamental legal principle [X] ||| einen elementaren Rechtsgrundsatz [X] ||| 0.0182166 1 ||| ||| 0.25
+[X][X] legal principle [X] ||| [X][X] Rechtsgrundsatz [X] ||| 0.0182166 1 ||| 0-0 ||| 0.605125
+a [X][X] [X] ||| einen [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.591667
+a fundamental [X][X] [X] ||| einen elementaren [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.591667
+is a fundamental legal principle [X] ||| einen elementaren Rechtsgrundsatz [X] ||| 0.0182166 1 ||| ||| 0.142857
+[X][X] fundamental legal principle [X] ||| [X][X] elementaren Rechtsgrundsatz [X] ||| 0.0182166 1 ||| 0-0 ||| 0.355125
+[X][X] fundamental [X][X] [X] ||| [X][X] elementaren [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.787441
+is [X][X] legal principle [X] ||| [X][X] Rechtsgrundsatz [X] ||| 0.0182166 1 ||| 1-0 ||| 0.142857
+is a [X][X] [X] ||| einen [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.36075
+is a fundamental [X][X] [X] ||| einen elementaren [X][X] [X] ||| 0.0182166 1 ||| 3-2 ||| 0.36075
+fundamental legal principle of the [X] ||| elementaren Rechtsgrundsatz der [X] ||| 0.0182166 1 ||| ||| 0.2
+fundamental [X][X] of the [X] ||| elementaren [X][X] der [X] ||| 0.0182166 1 ||| 1-1 ||| 0.2
+fundamental legal principle [X][X] [X] ||| elementaren Rechtsgrundsatz [X][X] [X] ||| 0.0182166 1 ||| 3-2 ||| 0.546266
+legal principle of the common [X] ||| Rechtsgrundsatz der gemeinsamen [X] ||| 0.0182166 1 ||| ||| 0.2
+[X][X] of the common [X] ||| [X][X] der gemeinsamen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.593074
+legal principle [X][X] common [X] ||| Rechtsgrundsatz [X][X] gemeinsamen [X] ||| 0.0182166 1 ||| 2-1 ||| 0.2
+common fisheries policy [X] ||| gemeinsamen Fischereipolitik darstellt [X] ||| 0.0182166 1 ||| ||| 0.5
+common [X][X] [X] ||| gemeinsamen [X][X] [X] ||| 0.218091 1 ||| 1-1 ||| 1.03501
+fisheries policy and [X] ||| Fischereipolitik darstellt und [X] ||| 0.0182166 1 ||| ||| 0.5
+[X][X] and [X] ||| [X][X] und [X] ||| 0.218091 1 ||| 0-0 ||| 1.05694
+and a proposal [X] ||| und ein Vorschlag [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] proposal [X] ||| [X][X] Vorschlag [X] ||| 0.0182166 1 ||| 0-0 ||| 0.65049
+and [X][X] [X] ||| und [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.5671
+legally inadmissible [X] ||| , rechtlich unzulässig [X] ||| 0.0182166 1 ||| ||| 1
+would be legally inadmissible [X] ||| rechtlich unzulässig wäre [X] ||| 0.0182166 1 ||| ||| 0.333333
+would be [X][X] [X] ||| [X][X] wäre [X] ||| 0.0182166 1 ||| 2-0 ||| 0.583333
+[X][X] legally inadmissible [X] ||| rechtlich unzulässig [X][X] [X] ||| 0.0182166 1 ||| 0-2 ||| 0.333333
+I believe that [X] ||| ich meine , daß [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] that [X] ||| [X][X] , daß [X] ||| 0.0182166 1 ||| 0-0 ||| 0.333333
+I [X][X] [X] ||| ich [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.741447
+believe that the [X] ||| meine , daß der [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] the [X] ||| [X][X] der [X] ||| 0.0182166 1 ||| 0-0 ||| 0.5
+believe [X][X] [X] ||| meine [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.741989
+that the principle [X] ||| , daß der Grundsatz [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] principle [X] ||| [X][X] Grundsatz [X] ||| 0.0182166 1 ||| 0-0 ||| 0.590909
+that [X][X] [X] ||| , daß [X][X] [X] ||| 0.0182166 1 ||| 1-2 ||| 0.725729
+the principle of relative [X] ||| der Grundsatz der relativen [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] of relative [X] ||| [X][X] der relativen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.34469
+the [X][X] relative [X] ||| der [X][X] relativen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+the principle [X][X] [X] ||| der Grundsatz [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.39832
+principle of relative stability [X] ||| Grundsatz der relativen Stabilität [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] relative stability [X] ||| [X][X] relativen Stabilität [X] ||| 0.0182166 1 ||| 0-0 ||| 0.370331
+principle [X][X] stability [X] ||| Grundsatz [X][X] Stabilität [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+principle of [X][X] [X] ||| Grundsatz der [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.384424
+principle of relative stability is [X] ||| Grundsatz der relativen Stabilität [X] ||| 0.0182166 1 ||| ||| 0.1
+[X][X] relative stability is [X] ||| [X][X] relativen Stabilität [X] ||| 0.0182166 1 ||| 0-0 ||| 0.238419
+[X][X] relative [X][X] [X] ||| [X][X] relativen [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.542438
+principle [X][X] stability is [X] ||| Grundsatz [X][X] Stabilität [X] ||| 0.0182166 1 ||| 1-1 ||| 0.1
+principle [X][X] is [X] ||| Grundsatz [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.1
+principle of [X][X] is [X] ||| Grundsatz der [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.1
+principle of relative [X][X] [X] ||| Grundsatz der relativen [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.217758
+of relative stability is a [X] ||| der relativen Stabilität einen [X] ||| 0.0182166 1 ||| ||| 0.0909091
+[X][X] stability is a [X] ||| [X][X] Stabilität einen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.241022
+[X][X] stability [X][X] [X] ||| [X][X] Stabilität [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.520854
+of [X][X] is a [X] ||| der [X][X] einen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+of [X][X] a [X] ||| der [X][X] einen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+of relative [X][X] a [X] ||| der relativen [X][X] einen [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0909091
+of relative stability [X][X] [X] ||| der relativen Stabilität [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.216835
+relative stability is a fundamental [X] ||| relativen Stabilität einen elementaren [X] ||| 0.0182166 1 ||| ||| 0.1
+[X][X] is a fundamental [X] ||| [X][X] einen elementaren [X] ||| 0.0182166 1 ||| 0-0 ||| 0.25566
+relative [X][X] a fundamental [X] ||| relativen [X][X] einen elementaren [X] ||| 0.0182166 1 ||| 1-1 ||| 0.1
+relative [X][X] fundamental [X] ||| relativen [X][X] elementaren [X] ||| 0.0182166 1 ||| 1-1 ||| 0.1
+relative stability [X][X] fundamental [X] ||| relativen Stabilität [X][X] elementaren [X] ||| 0.0182166 1 ||| 2-2 ||| 0.1
+relative stability is [X][X] [X] ||| relativen Stabilität [X][X] [X] ||| 0.0182166 1 ||| 3-2 ||| 0.226812
+[X][X] a fundamental legal principle [X] ||| [X][X] einen elementaren Rechtsgrundsatz [X] ||| 0.0182166 1 ||| 0-0 ||| 0.212268
+[X][X] a [X][X] [X] ||| [X][X] einen [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.426691
+[X][X] a fundamental [X][X] [X] ||| [X][X] einen elementaren [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.426691
+stability [X][X] fundamental legal principle [X] ||| Stabilität [X][X] elementaren Rechtsgrundsatz [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0714286
+stability [X][X] fundamental [X][X] [X] ||| Stabilität [X][X] elementaren [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.175707
+stability is [X][X] legal principle [X] ||| Stabilität [X][X] Rechtsgrundsatz [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0714286
+stability [X][X] legal principle [X] ||| Stabilität [X][X] Rechtsgrundsatz [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0714286
+stability is a [X][X] [X] ||| Stabilität einen [X][X] [X] ||| 0.0182166 1 ||| 3-2 ||| 0.175707
+stability is a fundamental [X][X] [X] ||| Stabilität einen elementaren [X][X] [X] ||| 0.0182166 1 ||| 4-3 ||| 0.175707
+[X][X] legal principle of the [X] ||| [X][X] Rechtsgrundsatz der [X] ||| 0.0182166 1 ||| 0-0 ||| 0.351544
+[X][X] legal principle [X][X] [X] ||| [X][X] Rechtsgrundsatz [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.773983
+a [X][X] of the [X] ||| einen [X][X] der [X] ||| 0.0182166 1 ||| 1-1 ||| 0.125
+a fundamental [X][X] of the [X] ||| einen elementaren [X][X] der [X] ||| 0.0182166 1 ||| 2-2 ||| 0.125
+a fundamental legal principle [X][X] [X] ||| einen elementaren Rechtsgrundsatz [X][X] [X] ||| 0.0182166 1 ||| 4-3 ||| 0.341667
+[X][X] fundamental [X][X] of the [X] ||| [X][X] elementaren [X][X] der [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.226544
+[X][X] fundamental legal principle [X][X] [X] ||| [X][X] elementaren Rechtsgrundsatz [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-3 ||| 0.432316
+is [X][X] legal principle [X][X] [X] ||| [X][X] Rechtsgrundsatz [X][X] [X] ||| 0.0182166 1 ||| 1-0 4-2 ||| 0.217893
+is [X][X] of the [X] ||| [X][X] der [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0909091
+is a [X][X] of the [X] ||| einen [X][X] der [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0909091
+fundamental [X][X] of the common [X] ||| elementaren [X][X] der gemeinsamen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.142857
+fundamental [X][X] common [X] ||| elementaren [X][X] gemeinsamen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.142857
+fundamental legal principle [X][X] common [X] ||| elementaren Rechtsgrundsatz [X][X] gemeinsamen [X] ||| 0.0182166 1 ||| 3-2 ||| 0.142857
+of the common fisheries policy [X] ||| der gemeinsamen Fischereipolitik darstellt [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] common fisheries policy [X] ||| [X][X] gemeinsamen Fischereipolitik darstellt [X] ||| 0.0182166 1 ||| 0-0 ||| 0.490909
+[X][X] common [X][X] [X] ||| [X][X] gemeinsamen [X][X] [X] ||| 0.218091 1 ||| 0-0 2-2 ||| 1.0961
+[X][X] fisheries policy [X] ||| [X][X] Fischereipolitik darstellt [X] ||| 0.0182166 1 ||| 0-0 ||| 0.490909
+of the [X][X] [X] ||| der [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.413524
+of the common [X][X] [X] ||| der gemeinsamen [X][X] [X] ||| 0.0182166 1 ||| 3-2 ||| 0.413524
+common fisheries policy and [X] ||| gemeinsamen Fischereipolitik darstellt und [X] ||| 0.0182166 1 ||| ||| 0.25
+common [X][X] and [X] ||| gemeinsamen [X][X] und [X] ||| 0.0182166 1 ||| 1-1 ||| 0.25
+fisheries policy and a [X] ||| Fischereipolitik darstellt und ein [X] ||| 0.0182166 1 ||| ||| 0.25
+[X][X] and a [X] ||| [X][X] und ein [X] ||| 0.0182166 1 ||| 0-0 ||| 0.58228
+[X][X] a [X] ||| [X][X] ein [X] ||| 0.0182166 1 ||| 0-0 ||| 0.58228
+fisheries policy [X][X] [X] ||| Fischereipolitik darstellt [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.503788
+to subvert it [X] ||| , diesen zu unterlaufen [X] ||| 0.0182166 1 ||| ||| 1
+would be legally inadmissible [X] ||| , rechtlich unzulässig wäre [X] ||| 0.0182166 1 ||| ||| 0.25
+would be [X][X] [X] ||| , [X][X] wäre [X] ||| 0.0182166 1 ||| 2-1 ||| 0.25
+[X][X] legally inadmissible [X] ||| , rechtlich unzulässig [X][X] [X] ||| 0.0182166 1 ||| 0-3 ||| 0.25
+would be legally inadmissible . [X] ||| rechtlich unzulässig wäre . [X] ||| 0.0182166 1 ||| ||| 0.25
+would be [X][X] . [X] ||| [X][X] wäre . [X] ||| 0.0182166 1 ||| 2-0 ||| 0.416667
+[X][X] . [X] ||| [X][X] . [X] ||| 0.0182166 1 ||| 0-0 ||| 0.666667
+[X][X] legally inadmissible . [X] ||| rechtlich unzulässig [X][X] . [X] ||| 0.0182166 1 ||| 0-2 ||| 0.25
+I believe that the [X] ||| ich meine , daß der [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] that the [X] ||| [X][X] , daß der [X] ||| 0.0182166 1 ||| 0-0 ||| 0.166667
+I [X][X] the [X] ||| ich [X][X] der [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+I believe [X][X] [X] ||| ich meine [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.408114
+believe that the principle [X] ||| meine , daß der Grundsatz [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] the principle [X] ||| [X][X] der Grundsatz [X] ||| 0.0182166 1 ||| 0-0 ||| 0.257576
+believe [X][X] principle [X] ||| meine [X][X] Grundsatz [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+believe that [X][X] [X] ||| meine , daß [X][X] [X] ||| 0.0182166 1 ||| 2-3 ||| 0.408655
+that the principle of [X] ||| , daß der Grundsatz der [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] principle of [X] ||| [X][X] Grundsatz der [X] ||| 0.0182166 1 ||| 0-0 ||| 0.310207
+that [X][X] of [X] ||| , daß [X][X] der [X] ||| 0.0182166 1 ||| 1-2 ||| 0.166667
+that the [X][X] [X] ||| , daß der [X][X] [X] ||| 0.0182166 1 ||| 2-3 ||| 0.392396
+the principle of relative stability [X] ||| der Grundsatz der relativen Stabilität [X] ||| 0.0182166 1 ||| ||| 0.0909091
+[X][X] of relative stability [X] ||| [X][X] der relativen Stabilität [X] ||| 0.0182166 1 ||| 0-0 ||| 0.203664
+[X][X] of [X][X] [X] ||| [X][X] der [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.528345
+the [X][X] relative stability [X] ||| der [X][X] relativen Stabilität [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+the [X][X] stability [X] ||| der [X][X] Stabilität [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+the principle [X][X] stability [X] ||| der Grundsatz [X][X] Stabilität [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0909091
+the principle of [X][X] [X] ||| der Grundsatz der [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.231653
+[X][X] of relative stability is [X] ||| [X][X] der relativen Stabilität [X] ||| 0.0182166 1 ||| 0-0 ||| 0.138419
+[X][X] of [X][X] is [X] ||| [X][X] der [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.138419
+[X][X] of relative [X][X] [X] ||| [X][X] der relativen [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.324681
+the [X][X] relative stability is [X] ||| der [X][X] relativen Stabilität [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0555556
+the [X][X] relative [X][X] [X] ||| der [X][X] relativen [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.140744
+the [X][X] stability is [X] ||| der [X][X] Stabilität [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0555556
+the [X][X] is [X] ||| der [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0555556
+the principle [X][X] stability is [X] ||| der Grundsatz [X][X] Stabilität [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0555556
+the principle [X][X] is [X] ||| der Grundsatz [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0555556
+the principle of [X][X] is [X] ||| der Grundsatz der [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0555556
+the principle of relative [X][X] [X] ||| der Grundsatz der relativen [X][X] [X] ||| 0.0182166 1 ||| 4-4 ||| 0.140744
+[X][X] relative stability is a [X] ||| [X][X] relativen Stabilität einen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.150113
+[X][X] relative [X][X] a [X] ||| [X][X] relativen [X][X] einen [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.150113
+[X][X] relative stability [X][X] [X] ||| [X][X] relativen Stabilität [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.304019
+principle [X][X] stability is a [X] ||| Grundsatz [X][X] Stabilität einen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+principle [X][X] stability [X][X] [X] ||| Grundsatz [X][X] Stabilität [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.117758
+principle [X][X] is a [X] ||| Grundsatz [X][X] einen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+principle [X][X] a [X] ||| Grundsatz [X][X] einen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+principle of [X][X] is a [X] ||| Grundsatz der [X][X] einen [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0526316
+principle of [X][X] a [X] ||| Grundsatz der [X][X] einen [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0526316
+principle of relative [X][X] a [X] ||| Grundsatz der relativen [X][X] einen [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0526316
+principle of relative stability [X][X] [X] ||| Grundsatz der relativen Stabilität [X][X] [X] ||| 0.0182166 1 ||| 4-4 ||| 0.117758
+[X][X] stability is a fundamental [X] ||| [X][X] Stabilität einen elementaren [X] ||| 0.0182166 1 ||| 0-0 ||| 0.15566
+[X][X] stability [X][X] fundamental [X] ||| [X][X] Stabilität [X][X] elementaren [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.15566
+[X][X] stability is [X][X] [X] ||| [X][X] Stabilität [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.279833
+of [X][X] is a fundamental [X] ||| der [X][X] einen elementaren [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0555556
+of [X][X] is [X][X] [X] ||| der [X][X] [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.125926
+of [X][X] a fundamental [X] ||| der [X][X] einen elementaren [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0555556
+of [X][X] fundamental [X] ||| der [X][X] elementaren [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0555556
+of relative [X][X] a fundamental [X] ||| der relativen [X][X] einen elementaren [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0555556
+of relative [X][X] fundamental [X] ||| der relativen [X][X] elementaren [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0555556
+of relative stability [X][X] fundamental [X] ||| der relativen Stabilität [X][X] elementaren [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0555556
+of relative stability is [X][X] [X] ||| der relativen Stabilität [X][X] [X] ||| 0.0182166 1 ||| 4-3 ||| 0.125926
+[X][X] is [X][X] legal principle [X] ||| [X][X] [X][X] Rechtsgrundsatz [X] ||| 0.0182166 1 ||| 0-0 2-1 ||| 0.140839
+[X][X] is a [X][X] [X] ||| [X][X] einen [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.250984
+[X][X] is a fundamental [X][X] [X] ||| [X][X] einen elementaren [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-3 ||| 0.250984
+relative [X][X] a [X][X] [X] ||| relativen [X][X] einen [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.126812
+relative [X][X] a fundamental [X][X] [X] ||| relativen [X][X] einen elementaren [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-4 ||| 0.126812
+relative [X][X] fundamental legal principle [X] ||| relativen [X][X] elementaren Rechtsgrundsatz [X] ||| 0.0182166 1 ||| 1-1 ||| 0.05
+relative [X][X] fundamental [X][X] [X] ||| relativen [X][X] elementaren [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.126812
+relative [X][X] legal principle [X] ||| relativen [X][X] Rechtsgrundsatz [X] ||| 0.0182166 1 ||| 1-1 ||| 0.05
+relative stability [X][X] fundamental [X][X] [X] ||| relativen Stabilität [X][X] elementaren [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-4 ||| 0.126812
+relative stability [X][X] legal principle [X] ||| relativen Stabilität [X][X] Rechtsgrundsatz [X] ||| 0.0182166 1 ||| 2-2 ||| 0.05
+relative stability is a [X][X] [X] ||| relativen Stabilität einen [X][X] [X] ||| 0.0182166 1 ||| 4-3 ||| 0.126812
+[X][X] a [X][X] of the [X] ||| [X][X] einen [X][X] der [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.135635
+stability [X][X] legal principle [X][X] [X] ||| Stabilität [X][X] Rechtsgrundsatz [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-3 ||| 0.104278
+stability is [X][X] of the [X] ||| Stabilität [X][X] der [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0588235
+stability [X][X] of the [X] ||| Stabilität [X][X] der [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0588235
+[X][X] legal principle [X][X] common [X] ||| [X][X] Rechtsgrundsatz [X][X] gemeinsamen [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.250216
+a [X][X] of the common [X] ||| einen [X][X] der gemeinsamen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.1
+a [X][X] common [X] ||| einen [X][X] gemeinsamen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.1
+a fundamental [X][X] common [X] ||| einen elementaren [X][X] gemeinsamen [X] ||| 0.0182166 1 ||| 2-2 ||| 0.1
+[X][X] fundamental [X][X] common [X] ||| [X][X] elementaren [X][X] gemeinsamen [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.150216
+is [X][X] of the common [X] ||| [X][X] der gemeinsamen [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0714286
+is [X][X] common [X] ||| [X][X] gemeinsamen [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0714286
+is a [X][X] common [X] ||| einen [X][X] gemeinsamen [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0714286
+is a fundamental [X][X] common [X] ||| einen elementaren [X][X] gemeinsamen [X] ||| 0.0182166 1 ||| 3-2 ||| 0.0714286
+[X][X] of the [X][X] [X] ||| [X][X] der [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.682576
+[X][X] of the common [X][X] [X] ||| [X][X] der gemeinsamen [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-3 ||| 0.682576
+legal principle [X][X] common [X][X] [X] ||| Rechtsgrundsatz [X][X] gemeinsamen [X][X] [X] ||| 0.0182166 1 ||| 2-1 4-3 ||| 0.306944
+legal principle [X][X] fisheries policy [X] ||| Rechtsgrundsatz [X][X] Fischereipolitik darstellt [X] ||| 0.0182166 1 ||| 2-1 ||| 0.111111
+legal principle of the [X][X] [X] ||| Rechtsgrundsatz der [X][X] [X] ||| 0.0182166 1 ||| 4-2 ||| 0.306944
+[X][X] common fisheries policy and [X] ||| [X][X] gemeinsamen Fischereipolitik darstellt und [X] ||| 0.0182166 1 ||| 0-0 ||| 0.306944
+[X][X] common [X][X] and [X] ||| [X][X] gemeinsamen [X][X] und [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.306944
+[X][X] fisheries policy and [X] ||| [X][X] Fischereipolitik darstellt und [X] ||| 0.0182166 1 ||| 0-0 ||| 0.306944
+of the [X][X] and [X] ||| der [X][X] und [X] ||| 0.0182166 1 ||| 2-1 ||| 0.111111
+of the common [X][X] and [X] ||| der gemeinsamen [X][X] und [X] ||| 0.0182166 1 ||| 3-2 ||| 0.111111
+common fisheries policy and a [X] ||| gemeinsamen Fischereipolitik darstellt und ein [X] ||| 0.0182166 1 ||| ||| 0.142857
+common [X][X] and a [X] ||| gemeinsamen [X][X] und ein [X] ||| 0.0182166 1 ||| 1-1 ||| 0.142857
+common [X][X] a [X] ||| gemeinsamen [X][X] ein [X] ||| 0.0182166 1 ||| 1-1 ||| 0.142857
+common fisheries policy [X][X] [X] ||| gemeinsamen Fischereipolitik darstellt [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.285014
+fisheries policy and a proposal [X] ||| Fischereipolitik darstellt und ein Vorschlag [X] ||| 0.0182166 1 ||| ||| 0.125
+[X][X] and a proposal [X] ||| [X][X] und ein Vorschlag [X] ||| 0.0182166 1 ||| 0-0 ||| 0.317157
+[X][X] and [X][X] [X] ||| [X][X] und [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.504768
+[X][X] a proposal [X] ||| [X][X] ein Vorschlag [X] ||| 0.0182166 1 ||| 0-0 ||| 0.317157
+fisheries policy [X][X] proposal [X] ||| Fischereipolitik darstellt [X][X] Vorschlag [X] ||| 0.0182166 1 ||| 2-2 ||| 0.125
+fisheries policy and [X][X] [X] ||| Fischereipolitik darstellt und [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.253788
+proposal to subvert it [X] ||| Vorschlag , diesen zu unterlaufen [X] ||| 0.0182166 1 ||| ||| 0.5
+proposal [X][X] [X] ||| Vorschlag [X][X] [X] ||| 0.218091 1 ||| 1-1 ||| 1.04924
+to subvert it [X] ||| , diesen zu unterlaufen , [X] ||| 0.0182166 1 ||| ||| 1
+would be legally inadmissible . [X] ||| , rechtlich unzulässig wäre . [X] ||| 0.0182166 1 ||| ||| 0.166667
+would be [X][X] . [X] ||| , [X][X] wäre . [X] ||| 0.0182166 1 ||| 2-1 ||| 0.166667
+[X][X] . [X] ||| , [X][X] . [X] ||| 0.0182166 1 ||| 0-1 ||| 0.166667
+[X][X] legally inadmissible . [X] ||| , rechtlich unzulässig [X][X] . [X] ||| 0.0182166 1 ||| 0-3 ||| 0.166667
+I believe that the principle [X] ||| ich meine , daß der Grundsatz [X] ||| 0.0182166 1 ||| ||| 0.0909091
+[X][X] that the principle [X] ||| [X][X] , daß der Grundsatz [X] ||| 0.0182166 1 ||| 0-0 ||| 0.0909091
+[X][X] that [X][X] [X] ||| [X][X] , daß [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.241447
+I [X][X] the principle [X] ||| ich [X][X] der Grundsatz [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+I [X][X] principle [X] ||| ich [X][X] Grundsatz [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+I believe [X][X] principle [X] ||| ich meine [X][X] Grundsatz [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0909091
+I believe that [X][X] [X] ||| ich meine , daß [X][X] [X] ||| 0.0182166 1 ||| 3-4 ||| 0.241447
+believe that the principle of [X] ||| meine , daß der Grundsatz der [X] ||| 0.0182166 1 ||| ||| 0.0909091
+[X][X] the principle of [X] ||| [X][X] der Grundsatz der [X] ||| 0.0182166 1 ||| 0-0 ||| 0.143541
+[X][X] the [X][X] [X] ||| [X][X] der [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.392527
+believe [X][X] principle of [X] ||| meine [X][X] Grundsatz der [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+believe [X][X] of [X] ||| meine [X][X] der [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+believe that [X][X] of [X] ||| meine , daß [X][X] der [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0909091
+believe that the [X][X] [X] ||| meine , daß der [X][X] [X] ||| 0.0182166 1 ||| 3-4 ||| 0.241989
+that the principle of relative [X] ||| , daß der Grundsatz der relativen [X] ||| 0.0182166 1 ||| ||| 0.0909091
+[X][X] principle of relative [X] ||| [X][X] Grundsatz der relativen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.178023
+[X][X] principle [X][X] [X] ||| [X][X] Grundsatz [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.474715
+that [X][X] of relative [X] ||| , daß [X][X] der relativen [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0909091
+that [X][X] relative [X] ||| , daß [X][X] relativen [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0909091
+that the [X][X] relative [X] ||| , daß der [X][X] relativen [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0909091
+that the principle [X][X] [X] ||| , daß der Grundsatz [X][X] [X] ||| 0.0182166 1 ||| 3-4 ||| 0.225729
+[X][X] of [X][X] is a [X] ||| [X][X] der [X][X] einen [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0974811
+[X][X] of [X][X] a [X] ||| [X][X] der [X][X] einen [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0974811
+[X][X] of relative [X][X] a [X] ||| [X][X] der relativen [X][X] einen [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0974811
+[X][X] of relative stability [X][X] [X] ||| [X][X] der relativen Stabilität [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-4 ||| 0.186262
+the [X][X] relative [X][X] a [X] ||| der [X][X] relativen [X][X] einen [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0344828
+the [X][X] relative stability [X][X] [X] ||| der [X][X] relativen Stabilität [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-4 ||| 0.0851888
+the [X][X] stability is a [X] ||| der [X][X] Stabilität einen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0344828
+the [X][X] stability [X][X] [X] ||| der [X][X] Stabilität [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0851888
+the [X][X] is a [X] ||| der [X][X] einen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0344828
+the [X][X] a [X] ||| der [X][X] einen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0344828
+the principle [X][X] stability [X][X] [X] ||| der Grundsatz [X][X] Stabilität [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-4 ||| 0.0851888
+the principle [X][X] is a [X] ||| der Grundsatz [X][X] einen [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0344828
+the principle [X][X] a [X] ||| der Grundsatz [X][X] einen [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0344828
+the principle of [X][X] a [X] ||| der Grundsatz der [X][X] einen [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0344828
+[X][X] relative [X][X] a fundamental [X] ||| [X][X] relativen [X][X] einen elementaren [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.100105
+[X][X] relative [X][X] fundamental [X] ||| [X][X] relativen [X][X] elementaren [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.100105
+[X][X] relative stability [X][X] fundamental [X] ||| [X][X] relativen Stabilität [X][X] elementaren [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.100105
+[X][X] relative stability is [X][X] [X] ||| [X][X] relativen Stabilität [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-3 ||| 0.153907
+principle [X][X] stability [X][X] fundamental [X] ||| Grundsatz [X][X] Stabilität [X][X] elementaren [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0357143
+principle [X][X] stability is [X][X] [X] ||| Grundsatz [X][X] Stabilität [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-3 ||| 0.0651261
+principle [X][X] is a fundamental [X] ||| Grundsatz [X][X] einen elementaren [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0357143
+principle [X][X] is [X][X] [X] ||| Grundsatz [X][X] [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.0651261
+principle [X][X] a fundamental [X] ||| Grundsatz [X][X] einen elementaren [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0357143
+principle [X][X] fundamental [X] ||| Grundsatz [X][X] elementaren [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0357143
+principle of [X][X] is [X][X] [X] ||| Grundsatz der [X][X] [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-3 ||| 0.0651261
+principle of [X][X] a fundamental [X] ||| Grundsatz der [X][X] einen elementaren [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0357143
+principle of [X][X] fundamental [X] ||| Grundsatz der [X][X] elementaren [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0357143
+principle of relative [X][X] fundamental [X] ||| Grundsatz der relativen [X][X] elementaren [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0357143
+[X][X] stability [X][X] legal principle [X] ||| [X][X] Stabilität [X][X] Rechtsgrundsatz [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.090839
+[X][X] stability is a [X][X] [X] ||| [X][X] Stabilität einen [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-3 ||| 0.124172
+of [X][X] is a [X][X] [X] ||| der [X][X] einen [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-3 ||| 0.0703704
+of [X][X] a [X][X] [X] ||| der [X][X] einen [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0703704
+of [X][X] a fundamental [X][X] [X] ||| der [X][X] einen elementaren [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-4 ||| 0.0703704
+of [X][X] fundamental legal principle [X] ||| der [X][X] elementaren Rechtsgrundsatz [X] ||| 0.0182166 1 ||| 1-1 ||| 0.037037
+of [X][X] fundamental [X][X] [X] ||| der [X][X] elementaren [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0703704
+of [X][X] legal principle [X] ||| der [X][X] Rechtsgrundsatz [X] ||| 0.0182166 1 ||| 1-1 ||| 0.037037
+of relative [X][X] a [X][X] [X] ||| der relativen [X][X] einen [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-4 ||| 0.0703704
+of relative [X][X] fundamental [X][X] [X] ||| der relativen [X][X] elementaren [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-4 ||| 0.0703704
+of relative [X][X] legal principle [X] ||| der relativen [X][X] Rechtsgrundsatz [X] ||| 0.0182166 1 ||| 2-2 ||| 0.037037
+[X][X] is [X][X] of the [X] ||| [X][X] [X][X] der [X] ||| 0.0182166 1 ||| 0-0 2-1 ||| 0.0768116
+relative [X][X] legal principle [X][X] [X] ||| relativen [X][X] Rechtsgrundsatz [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-3 ||| 0.0768116
+relative [X][X] of the [X] ||| relativen [X][X] der [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0434783
+relative stability [X][X] of the [X] ||| relativen Stabilität [X][X] der [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0434783
+[X][X] a [X][X] common [X] ||| [X][X] einen [X][X] gemeinsamen [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0787879
+[X][X] a fundamental [X][X] common [X] ||| [X][X] einen elementaren [X][X] gemeinsamen [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0787879
+stability [X][X] fundamental [X][X] common [X] ||| Stabilität [X][X] elementaren [X][X] gemeinsamen [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0454545
+stability [X][X] of the common [X] ||| Stabilität [X][X] der gemeinsamen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0454545
+stability is [X][X] common [X] ||| Stabilität [X][X] gemeinsamen [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0454545
+stability [X][X] common [X] ||| Stabilität [X][X] gemeinsamen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0454545
+stability is a [X][X] common [X] ||| Stabilität einen [X][X] gemeinsamen [X] ||| 0.0182166 1 ||| 3-2 ||| 0.0454545
+fundamental [X][X] of the [X][X] [X] ||| elementaren [X][X] der [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-3 ||| 0.203409
+fundamental [X][X] common fisheries policy [X] ||| elementaren [X][X] gemeinsamen Fischereipolitik darstellt [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+fundamental [X][X] common [X][X] [X] ||| elementaren [X][X] gemeinsamen [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.203409
+fundamental [X][X] fisheries policy [X] ||| elementaren [X][X] Fischereipolitik darstellt [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+[X][X] of the [X][X] and [X] ||| [X][X] der [X][X] und [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.195833
+legal principle [X][X] and [X] ||| Rechtsgrundsatz [X][X] und [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0833333
+[X][X] common [X][X] and a [X] ||| [X][X] gemeinsamen [X][X] und ein [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.189423
+[X][X] common [X][X] a [X] ||| [X][X] gemeinsamen [X][X] ein [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.189423
+[X][X] common fisheries policy [X][X] [X] ||| [X][X] gemeinsamen Fischereipolitik darstellt [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-4 ||| 0.298247
+[X][X] fisheries policy and a [X] ||| [X][X] Fischereipolitik darstellt und ein [X] ||| 0.0182166 1 ||| 0-0 ||| 0.189423
+[X][X] fisheries policy [X][X] [X] ||| [X][X] Fischereipolitik darstellt [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.298247
+of the [X][X] and a [X] ||| der [X][X] und ein [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0769231
+of the [X][X] a [X] ||| der [X][X] ein [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0769231
+of the common [X][X] a [X] ||| der gemeinsamen [X][X] ein [X] ||| 0.0182166 1 ||| 3-2 ||| 0.0769231
+common [X][X] and a proposal [X] ||| gemeinsamen [X][X] und ein Vorschlag [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0833333
+common [X][X] and [X][X] [X] ||| gemeinsamen [X][X] und [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.142157
+common [X][X] a proposal [X] ||| gemeinsamen [X][X] ein Vorschlag [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0833333
+common [X][X] proposal [X] ||| gemeinsamen [X][X] Vorschlag [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0833333
+common fisheries policy [X][X] proposal [X] ||| gemeinsamen Fischereipolitik darstellt [X][X] Vorschlag [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0833333
+common fisheries policy and [X][X] [X] ||| gemeinsamen Fischereipolitik darstellt und [X][X] [X] ||| 0.0182166 1 ||| 4-4 ||| 0.142157
+a proposal to subvert it [X] ||| ein Vorschlag , diesen zu unterlaufen [X] ||| 0.0182166 1 ||| ||| 0.25
+[X][X] to subvert it [X] ||| [X][X] , diesen zu unterlaufen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.535014
+a [X][X] [X] ||| ein [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.5
+a proposal [X][X] [X] ||| ein Vorschlag [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.5
+proposal to subvert it [X] ||| Vorschlag , diesen zu unterlaufen , [X] ||| 0.0182166 1 ||| ||| 0.333333
+proposal [X][X] [X] ||| Vorschlag [X][X] , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.333333
+[X][X] that the principle of [X] ||| [X][X] , daß der Grundsatz der [X] ||| 0.0182166 1 ||| 0-0 ||| 0.0526316
+[X][X] that [X][X] of [X] ||| [X][X] , daß [X][X] der [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.0526316
+[X][X] that the [X][X] [X] ||| [X][X] , daß der [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-4 ||| 0.150538
+I [X][X] the principle of [X] ||| ich [X][X] der Grundsatz der [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+I [X][X] the [X][X] [X] ||| ich [X][X] der [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.150538
+I [X][X] principle of [X] ||| ich [X][X] Grundsatz der [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+I [X][X] of [X] ||| ich [X][X] der [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+I believe [X][X] principle of [X] ||| ich meine [X][X] Grundsatz der [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0526316
+I believe [X][X] of [X] ||| ich meine [X][X] der [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0526316
+I believe that [X][X] of [X] ||| ich meine , daß [X][X] der [X] ||| 0.0182166 1 ||| 3-4 ||| 0.0526316
+I believe that the [X][X] [X] ||| ich meine , daß der [X][X] [X] ||| 0.0182166 1 ||| 4-5 ||| 0.150538
+[X][X] the principle of relative [X] ||| [X][X] der Grundsatz der relativen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.0871143
+[X][X] the [X][X] relative [X] ||| [X][X] der [X][X] relativen [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0871143
+[X][X] the principle [X][X] [X] ||| [X][X] der Grundsatz [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.248986
+believe [X][X] principle of relative [X] ||| meine [X][X] Grundsatz der relativen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+believe [X][X] principle [X][X] [X] ||| meine [X][X] Grundsatz [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.15108
+believe [X][X] of relative [X] ||| meine [X][X] der relativen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+believe [X][X] relative [X] ||| meine [X][X] relativen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+believe that [X][X] of relative [X] ||| meine , daß [X][X] der relativen [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0526316
+believe that [X][X] relative [X] ||| meine , daß [X][X] relativen [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0526316
+believe that the [X][X] relative [X] ||| meine , daß der [X][X] relativen [X] ||| 0.0182166 1 ||| 3-4 ||| 0.0526316
+believe that the principle [X][X] [X] ||| meine , daß der Grundsatz [X][X] [X] ||| 0.0182166 1 ||| 4-5 ||| 0.15108
+[X][X] principle of relative stability [X] ||| [X][X] Grundsatz der relativen Stabilität [X] ||| 0.0182166 1 ||| 0-0 ||| 0.112755
+[X][X] principle [X][X] stability [X] ||| [X][X] Grundsatz [X][X] Stabilität [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.112755
+[X][X] principle of [X][X] [X] ||| [X][X] Grundsatz der [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.296692
+that [X][X] of relative stability [X] ||| , daß [X][X] der relativen Stabilität [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0526316
+that [X][X] of [X][X] [X] ||| , daß [X][X] der [X][X] [X] ||| 0.0182166 1 ||| 1-2 3-4 ||| 0.13482
+that [X][X] relative stability [X] ||| , daß [X][X] relativen Stabilität [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0526316
+that [X][X] stability [X] ||| , daß [X][X] Stabilität [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0526316
+that the [X][X] relative stability [X] ||| , daß der [X][X] relativen Stabilität [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0526316
+that the [X][X] stability [X] ||| , daß der [X][X] Stabilität [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0526316
+that the principle [X][X] stability [X] ||| , daß der Grundsatz [X][X] Stabilität [X] ||| 0.0182166 1 ||| 3-4 ||| 0.0526316
+that the principle of [X][X] [X] ||| , daß der Grundsatz der [X][X] [X] ||| 0.0182166 1 ||| 4-5 ||| 0.13482
+[X][X] principle [X][X] stability is [X] ||| [X][X] Grundsatz [X][X] Stabilität [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0828634
+[X][X] principle [X][X] is [X] ||| [X][X] Grundsatz [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0828634
+[X][X] principle of [X][X] is [X] ||| [X][X] Grundsatz der [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0828634
+[X][X] principle of relative [X][X] [X] ||| [X][X] Grundsatz der relativen [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-4 ||| 0.183936
+that [X][X] of [X][X] is [X] ||| , daß [X][X] der [X][X] [X] ||| 0.0182166 1 ||| 1-2 3-4 ||| 0.0357143
+that [X][X] of relative [X][X] [X] ||| , daß [X][X] der relativen [X][X] [X] ||| 0.0182166 1 ||| 1-2 4-5 ||| 0.0821887
+that [X][X] relative stability is [X] ||| , daß [X][X] relativen Stabilität [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0357143
+that [X][X] relative [X][X] [X] ||| , daß [X][X] relativen [X][X] [X] ||| 0.0182166 1 ||| 1-2 3-4 ||| 0.0821887
+that [X][X] stability is [X] ||| , daß [X][X] Stabilität [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0357143
+that [X][X] is [X] ||| , daß [X][X] [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0357143
+that the [X][X] relative [X][X] [X] ||| , daß der [X][X] relativen [X][X] [X] ||| 0.0182166 1 ||| 2-3 4-5 ||| 0.0821887
+that the [X][X] stability is [X] ||| , daß der [X][X] Stabilität [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0357143
+that the [X][X] is [X] ||| , daß der [X][X] [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0357143
+that the principle [X][X] is [X] ||| , daß der Grundsatz [X][X] [X] ||| 0.0182166 1 ||| 3-4 ||| 0.0357143
+[X][X] of [X][X] a fundamental [X] ||| [X][X] der [X][X] einen elementaren [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0643905
+[X][X] of [X][X] fundamental [X] ||| [X][X] der [X][X] elementaren [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0643905
+[X][X] of relative [X][X] fundamental [X] ||| [X][X] der relativen [X][X] elementaren [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0643905
+the [X][X] relative [X][X] fundamental [X] ||| der [X][X] relativen [X][X] elementaren [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0263158
+the [X][X] stability [X][X] fundamental [X] ||| der [X][X] Stabilität [X][X] elementaren [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0263158
+the [X][X] stability is [X][X] [X] ||| der [X][X] Stabilität [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-3 ||| 0.050706
+the [X][X] is a fundamental [X] ||| der [X][X] einen elementaren [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0263158
+the [X][X] is [X][X] [X] ||| der [X][X] [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.050706
+the [X][X] a fundamental [X] ||| der [X][X] einen elementaren [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0263158
+the [X][X] fundamental [X] ||| der [X][X] elementaren [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0263158
+the principle [X][X] is [X][X] [X] ||| der Grundsatz [X][X] [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-3 ||| 0.050706
+the principle [X][X] a fundamental [X] ||| der Grundsatz [X][X] einen elementaren [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0263158
+the principle [X][X] fundamental [X] ||| der Grundsatz [X][X] elementaren [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0263158
+the principle of [X][X] fundamental [X] ||| der Grundsatz der [X][X] elementaren [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0263158
+[X][X] relative [X][X] legal principle [X] ||| [X][X] relativen [X][X] Rechtsgrundsatz [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.053802
+principle [X][X] is a [X][X] [X] ||| Grundsatz [X][X] einen [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-3 ||| 0.0294118
+principle [X][X] a [X][X] [X] ||| Grundsatz [X][X] einen [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0294118
+principle [X][X] a fundamental [X][X] [X] ||| Grundsatz [X][X] einen elementaren [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-4 ||| 0.0294118
+principle [X][X] fundamental legal principle [X] ||| Grundsatz [X][X] elementaren Rechtsgrundsatz [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0294118
+principle [X][X] fundamental [X][X] [X] ||| Grundsatz [X][X] elementaren [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0294118
+principle [X][X] legal principle [X] ||| Grundsatz [X][X] Rechtsgrundsatz [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0294118
+principle of [X][X] a [X][X] [X] ||| Grundsatz der [X][X] einen [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-4 ||| 0.0294118
+principle of [X][X] fundamental [X][X] [X] ||| Grundsatz der [X][X] elementaren [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-4 ||| 0.0294118
+principle of [X][X] legal principle [X] ||| Grundsatz der [X][X] Rechtsgrundsatz [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0294118
+[X][X] stability [X][X] of the [X] ||| [X][X] Stabilität [X][X] der [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0333333
+of [X][X] legal principle [X][X] [X] ||| der [X][X] Rechtsgrundsatz [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-3 ||| 0.0333333
+of [X][X] of the [X] ||| der [X][X] der [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0333333
+of relative [X][X] of the [X] ||| der relativen [X][X] der [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0333333
+[X][X] is [X][X] common [X] ||| [X][X] [X][X] gemeinsamen [X] ||| 0.0182166 1 ||| 0-0 2-1 ||| 0.0333333
+[X][X] is a [X][X] common [X] ||| [X][X] einen [X][X] gemeinsamen [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.0333333
+relative [X][X] a [X][X] common [X] ||| relativen [X][X] einen [X][X] gemeinsamen [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0333333
+relative [X][X] fundamental [X][X] common [X] ||| relativen [X][X] elementaren [X][X] gemeinsamen [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0333333
+relative [X][X] of the common [X] ||| relativen [X][X] der gemeinsamen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0333333
+relative [X][X] common [X] ||| relativen [X][X] gemeinsamen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0333333
+relative stability is [X][X] common [X] ||| relativen Stabilität [X][X] gemeinsamen [X] ||| 0.0182166 1 ||| 3-2 ||| 0.0333333
+relative stability [X][X] common [X] ||| relativen Stabilität [X][X] gemeinsamen [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0333333
+a [X][X] of the [X][X] [X] ||| einen [X][X] der [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-3 ||| 0.116667
+a [X][X] common fisheries policy [X] ||| einen [X][X] gemeinsamen Fischereipolitik darstellt [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0666667
+a [X][X] common [X][X] [X] ||| einen [X][X] gemeinsamen [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.116667
+a [X][X] fisheries policy [X] ||| einen [X][X] Fischereipolitik darstellt [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0666667
+a fundamental [X][X] common [X][X] [X] ||| einen elementaren [X][X] gemeinsamen [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-4 ||| 0.116667
+a fundamental [X][X] fisheries policy [X] ||| einen elementaren [X][X] Fischereipolitik darstellt [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0666667
+[X][X] fundamental [X][X] fisheries policy [X] ||| [X][X] elementaren [X][X] Fischereipolitik darstellt [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0555556
+is [X][X] of the [X][X] [X] ||| [X][X] der [X][X] [X] ||| 0.0182166 1 ||| 1-0 4-2 ||| 0.0555556
+is [X][X] common fisheries policy [X] ||| [X][X] gemeinsamen Fischereipolitik darstellt [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0555556
+is [X][X] common [X][X] [X] ||| [X][X] gemeinsamen [X][X] [X] ||| 0.0182166 1 ||| 1-0 3-2 ||| 0.0555556
+is [X][X] fisheries policy [X] ||| [X][X] Fischereipolitik darstellt [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0555556
+is a [X][X] common [X][X] [X] ||| einen [X][X] gemeinsamen [X][X] [X] ||| 0.0182166 1 ||| 2-1 4-3 ||| 0.0555556
+is a [X][X] fisheries policy [X] ||| einen [X][X] Fischereipolitik darstellt [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0555556
+fundamental [X][X] common [X][X] and [X] ||| elementaren [X][X] gemeinsamen [X][X] und [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0625
+fundamental [X][X] fisheries policy and [X] ||| elementaren [X][X] Fischereipolitik darstellt und [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0625
+fundamental [X][X] and [X] ||| elementaren [X][X] und [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0625
+fundamental legal principle [X][X] and [X] ||| elementaren Rechtsgrundsatz [X][X] und [X] ||| 0.0182166 1 ||| 3-2 ||| 0.0625
+[X][X] of the [X][X] a [X] ||| [X][X] der [X][X] ein [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.1125
+legal principle [X][X] and a [X] ||| Rechtsgrundsatz [X][X] und ein [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0625
+legal principle [X][X] a [X] ||| Rechtsgrundsatz [X][X] ein [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0625
+[X][X] common [X][X] a proposal [X] ||| [X][X] gemeinsamen [X][X] ein Vorschlag [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.108824
+[X][X] common [X][X] proposal [X] ||| [X][X] gemeinsamen [X][X] Vorschlag [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.108824
+[X][X] fisheries policy [X][X] proposal [X] ||| [X][X] Fischereipolitik darstellt [X][X] Vorschlag [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.108824
+[X][X] fisheries policy and [X][X] [X] ||| [X][X] Fischereipolitik darstellt und [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-4 ||| 0.108824
+of the [X][X] and [X][X] [X] ||| der [X][X] und [X][X] [X] ||| 0.0182166 1 ||| 2-1 4-3 ||| 0.0588235
+of the [X][X] a proposal [X] ||| der [X][X] ein Vorschlag [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0588235
+of the [X][X] proposal [X] ||| der [X][X] Vorschlag [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0588235
+of the common [X][X] proposal [X] ||| der gemeinsamen [X][X] Vorschlag [X] ||| 0.0182166 1 ||| 3-2 ||| 0.0588235
+[X][X] proposal to subvert it [X] ||| [X][X] Vorschlag , diesen zu unterlaufen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.285014
+[X][X] proposal [X][X] [X] ||| [X][X] Vorschlag [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.421378
+and [X][X] to subvert it [X] ||| und [X][X] , diesen zu unterlaufen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.142857
+and a [X][X] [X] ||| und ein [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.233766
+and a proposal [X][X] [X] ||| und ein Vorschlag [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.233766
+a proposal to subvert it [X] ||| ein Vorschlag , diesen zu unterlaufen , [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] to subvert it [X] ||| [X][X] , diesen zu unterlaufen , [X] ||| 0.0182166 1 ||| 0-0 ||| 0.30303
+a [X][X] [X] ||| ein [X][X] , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+a proposal [X][X] [X] ||| ein Vorschlag [X][X] , [X] ||| 0.0182166 1 ||| 2-2 ||| 0.166667
+[X][X] that [X][X] of relative [X] ||| [X][X] , daß [X][X] der relativen [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.0344828
+[X][X] that [X][X] relative [X] ||| [X][X] , daß [X][X] relativen [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.0344828
+[X][X] that the [X][X] relative [X] ||| [X][X] , daß der [X][X] relativen [X] ||| 0.0182166 1 ||| 0-0 3-4 ||| 0.0344828
+[X][X] that the principle [X][X] [X] ||| [X][X] , daß der Grundsatz [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-5 ||| 0.0979063
+I [X][X] the [X][X] relative [X] ||| ich [X][X] der [X][X] relativen [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0344828
+I [X][X] the principle [X][X] [X] ||| ich [X][X] der Grundsatz [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-4 ||| 0.0979063
+I [X][X] principle of relative [X] ||| ich [X][X] Grundsatz der relativen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0344828
+I [X][X] principle [X][X] [X] ||| ich [X][X] Grundsatz [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0979063
+I [X][X] of relative [X] ||| ich [X][X] der relativen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0344828
+I [X][X] relative [X] ||| ich [X][X] relativen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0344828
+I believe [X][X] principle [X][X] [X] ||| ich meine [X][X] Grundsatz [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-4 ||| 0.0979063
+I believe [X][X] of relative [X] ||| ich meine [X][X] der relativen [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0344828
+I believe [X][X] relative [X] ||| ich meine [X][X] relativen [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0344828
+I believe that [X][X] relative [X] ||| ich meine , daß [X][X] relativen [X] ||| 0.0182166 1 ||| 3-4 ||| 0.0344828
+[X][X] the [X][X] relative stability [X] ||| [X][X] der [X][X] relativen Stabilität [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0601238
+[X][X] the [X][X] stability [X] ||| [X][X] der [X][X] Stabilität [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0601238
+[X][X] the principle [X][X] stability [X] ||| [X][X] der Grundsatz [X][X] Stabilität [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0601238
+[X][X] the principle of [X][X] [X] ||| [X][X] der Grundsatz der [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-4 ||| 0.161872
+believe [X][X] principle [X][X] stability [X] ||| meine [X][X] Grundsatz [X][X] Stabilität [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0344828
+believe [X][X] principle of [X][X] [X] ||| meine [X][X] Grundsatz der [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-4 ||| 0.0984481
+believe [X][X] of relative stability [X] ||| meine [X][X] der relativen Stabilität [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0344828
+believe [X][X] of [X][X] [X] ||| meine [X][X] der [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0984481
+believe [X][X] relative stability [X] ||| meine [X][X] relativen Stabilität [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0344828
+believe [X][X] stability [X] ||| meine [X][X] Stabilität [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0344828
+believe that [X][X] of [X][X] [X] ||| meine , daß [X][X] der [X][X] [X] ||| 0.0182166 1 ||| 2-3 4-5 ||| 0.0984481
+believe that [X][X] relative stability [X] ||| meine , daß [X][X] relativen Stabilität [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0344828
+believe that [X][X] stability [X] ||| meine , daß [X][X] Stabilität [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0344828
+believe that the [X][X] stability [X] ||| meine , daß der [X][X] Stabilität [X] ||| 0.0182166 1 ||| 3-4 ||| 0.0344828
+[X][X] the [X][X] stability is [X] ||| [X][X] der [X][X] Stabilität [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0471491
+[X][X] the [X][X] is [X] ||| [X][X] der [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0471491
+[X][X] the principle [X][X] is [X] ||| [X][X] der Grundsatz [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0471491
+believe [X][X] principle [X][X] is [X] ||| meine [X][X] Grundsatz [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0263158
+believe [X][X] of [X][X] is [X] ||| meine [X][X] der [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0263158
+believe [X][X] of relative [X][X] [X] ||| meine [X][X] der relativen [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-4 ||| 0.0639653
+believe [X][X] relative stability is [X] ||| meine [X][X] relativen Stabilität [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0263158
+believe [X][X] relative [X][X] [X] ||| meine [X][X] relativen [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0639653
+believe [X][X] stability is [X] ||| meine [X][X] Stabilität [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0263158
+believe [X][X] is [X] ||| meine [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0263158
+believe that [X][X] relative [X][X] [X] ||| meine , daß [X][X] relativen [X][X] [X] ||| 0.0182166 1 ||| 2-3 4-5 ||| 0.0639653
+believe that [X][X] stability is [X] ||| meine , daß [X][X] Stabilität [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0263158
+believe that [X][X] is [X] ||| meine , daß [X][X] [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0263158
+believe that the [X][X] is [X] ||| meine , daß der [X][X] [X] ||| 0.0182166 1 ||| 3-4 ||| 0.0263158
+[X][X] principle [X][X] is a [X] ||| [X][X] Grundsatz [X][X] einen [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0629983
+[X][X] principle [X][X] a [X] ||| [X][X] Grundsatz [X][X] einen [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0629983
+[X][X] principle of [X][X] a [X] ||| [X][X] Grundsatz der [X][X] einen [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0629983
+that [X][X] of [X][X] a [X] ||| , daß [X][X] der [X][X] einen [X] ||| 0.0182166 1 ||| 1-2 3-4 ||| 0.025641
+that [X][X] relative [X][X] a [X] ||| , daß [X][X] relativen [X][X] einen [X] ||| 0.0182166 1 ||| 1-2 3-4 ||| 0.025641
+that [X][X] relative stability [X][X] [X] ||| , daß [X][X] relativen Stabilität [X][X] [X] ||| 0.0182166 1 ||| 1-2 4-5 ||| 0.0464744
+that [X][X] stability is a [X] ||| , daß [X][X] Stabilität einen [X] ||| 0.0182166 1 ||| 1-2 ||| 0.025641
+that [X][X] stability [X][X] [X] ||| , daß [X][X] Stabilität [X][X] [X] ||| 0.0182166 1 ||| 1-2 3-4 ||| 0.0464744
+that [X][X] is a [X] ||| , daß [X][X] einen [X] ||| 0.0182166 1 ||| 1-2 ||| 0.025641
+that [X][X] a [X] ||| , daß [X][X] einen [X] ||| 0.0182166 1 ||| 1-2 ||| 0.025641
+that the [X][X] stability [X][X] [X] ||| , daß der [X][X] Stabilität [X][X] [X] ||| 0.0182166 1 ||| 2-3 4-5 ||| 0.0464744
+that the [X][X] is a [X] ||| , daß der [X][X] einen [X] ||| 0.0182166 1 ||| 2-3 ||| 0.025641
+that the [X][X] a [X] ||| , daß der [X][X] einen [X] ||| 0.0182166 1 ||| 2-3 ||| 0.025641
+that the principle [X][X] a [X] ||| , daß der Grundsatz [X][X] einen [X] ||| 0.0182166 1 ||| 3-4 ||| 0.025641
+[X][X] of [X][X] legal principle [X] ||| [X][X] der [X][X] Rechtsgrundsatz [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0243902
+the [X][X] is a [X][X] [X] ||| der [X][X] einen [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-3 ||| 0.0243902
+the [X][X] a [X][X] [X] ||| der [X][X] einen [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0243902
+the [X][X] a fundamental [X][X] [X] ||| der [X][X] einen elementaren [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-4 ||| 0.0243902
+the [X][X] fundamental legal principle [X] ||| der [X][X] elementaren Rechtsgrundsatz [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0243902
+the [X][X] fundamental [X][X] [X] ||| der [X][X] elementaren [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0243902
+the [X][X] legal principle [X] ||| der [X][X] Rechtsgrundsatz [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0243902
+the principle [X][X] a [X][X] [X] ||| der Grundsatz [X][X] einen [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-4 ||| 0.0243902
+the principle [X][X] fundamental [X][X] [X] ||| der Grundsatz [X][X] elementaren [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-4 ||| 0.0243902
+the principle [X][X] legal principle [X] ||| der Grundsatz [X][X] Rechtsgrundsatz [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0243902
+[X][X] legal principle [X][X] and [X] ||| [X][X] Rechtsgrundsatz [X][X] und [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.05
+a [X][X] common [X][X] and [X] ||| einen [X][X] gemeinsamen [X][X] und [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.05
+a [X][X] fisheries policy and [X] ||| einen [X][X] Fischereipolitik darstellt und [X] ||| 0.0182166 1 ||| 1-1 ||| 0.05
+a [X][X] and [X] ||| einen [X][X] und [X] ||| 0.0182166 1 ||| 1-1 ||| 0.05
+a fundamental [X][X] and [X] ||| einen elementaren [X][X] und [X] ||| 0.0182166 1 ||| 2-2 ||| 0.05
+fundamental [X][X] common [X][X] a [X] ||| elementaren [X][X] gemeinsamen [X][X] ein [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.05
+fundamental [X][X] fisheries policy [X][X] [X] ||| elementaren [X][X] Fischereipolitik darstellt [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-4 ||| 0.05
+fundamental [X][X] and a [X] ||| elementaren [X][X] und ein [X] ||| 0.0182166 1 ||| 1-1 ||| 0.05
+fundamental [X][X] a [X] ||| elementaren [X][X] ein [X] ||| 0.0182166 1 ||| 1-1 ||| 0.05
+fundamental legal principle [X][X] a [X] ||| elementaren Rechtsgrundsatz [X][X] ein [X] ||| 0.0182166 1 ||| 3-2 ||| 0.05
+[X][X] of the [X][X] proposal [X] ||| [X][X] der [X][X] Vorschlag [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.05
+legal principle [X][X] and [X][X] [X] ||| Rechtsgrundsatz [X][X] und [X][X] [X] ||| 0.0182166 1 ||| 2-1 4-3 ||| 0.05
+legal principle [X][X] a proposal [X] ||| Rechtsgrundsatz [X][X] ein Vorschlag [X] ||| 0.0182166 1 ||| 2-1 ||| 0.05
+legal principle [X][X] proposal [X] ||| Rechtsgrundsatz [X][X] Vorschlag [X] ||| 0.0182166 1 ||| 2-1 ||| 0.05
+[X][X] proposal to subvert it [X] ||| [X][X] Vorschlag , diesen zu unterlaufen , [X] ||| 0.0182166 1 ||| 0-0 ||| 0.136364
+[X][X] proposal [X][X] [X] ||| [X][X] Vorschlag [X][X] , [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.136364
+and [X][X] to subvert it [X] ||| und [X][X] , diesen zu unterlaufen , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+and [X][X] [X] ||| und [X][X] , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+and a [X][X] [X] ||| und ein [X][X] , [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0909091
+and a proposal [X][X] [X] ||| und ein Vorschlag [X][X] , [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0909091
+[X][X] would be legally inadmissible [X] ||| [X][X] , rechtlich unzulässig wäre [X] ||| 0.0182166 1 ||| 0-0 ||| 0.3171
+[X][X] would be [X][X] [X] ||| [X][X] [X][X] wäre [X] ||| 0.0121444 1 ||| 0-0 3-1 ||| 0.951299
+[X][X] would be [X][X] [X] ||| [X][X] , [X][X] wäre [X] ||| 0.00607219 1 ||| 0-0 3-2 ||| 0.951299
+[X][X] would be legally inadmissible [X] ||| [X][X] rechtlich unzulässig wäre [X] ||| 0.0182166 1 ||| 0-0 ||| 0.3171
+to subvert it [X][X] [X] ||| , diesen zu unterlaufen [X][X] [X] ||| 0.00910828 1 ||| 3-4 ||| 0.535714
+to subvert it [X][X] [X] ||| , diesen zu unterlaufen , [X][X] [X] ||| 0.00910828 1 ||| 3-5 ||| 0.535714
+[X][X] that [X][X] relative stability [X] ||| [X][X] , daß [X][X] relativen Stabilität [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.025641
+[X][X] that [X][X] stability [X] ||| [X][X] , daß [X][X] Stabilität [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.025641
+[X][X] that the [X][X] stability [X] ||| [X][X] , daß der [X][X] Stabilität [X] ||| 0.0182166 1 ||| 0-0 3-4 ||| 0.025641
+I [X][X] the [X][X] stability [X] ||| ich [X][X] der [X][X] Stabilität [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.025641
+I [X][X] principle [X][X] stability [X] ||| ich [X][X] Grundsatz [X][X] Stabilität [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.025641
+I [X][X] principle of [X][X] [X] ||| ich [X][X] Grundsatz der [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-4 ||| 0.0634235
+I [X][X] of relative stability [X] ||| ich [X][X] der relativen Stabilität [X] ||| 0.0182166 1 ||| 1-1 ||| 0.025641
+I [X][X] of [X][X] [X] ||| ich [X][X] der [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0634235
+I [X][X] relative stability [X] ||| ich [X][X] relativen Stabilität [X] ||| 0.0182166 1 ||| 1-1 ||| 0.025641
+I [X][X] stability [X] ||| ich [X][X] Stabilität [X] ||| 0.0182166 1 ||| 1-1 ||| 0.025641
+I believe [X][X] of [X][X] [X] ||| ich meine [X][X] der [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-4 ||| 0.0634235
+I believe [X][X] relative stability [X] ||| ich meine [X][X] relativen Stabilität [X] ||| 0.0182166 1 ||| 2-2 ||| 0.025641
+I believe [X][X] stability [X] ||| ich meine [X][X] Stabilität [X] ||| 0.0182166 1 ||| 2-2 ||| 0.025641
+I believe that [X][X] stability [X] ||| ich meine , daß [X][X] Stabilität [X] ||| 0.0182166 1 ||| 3-4 ||| 0.025641
+[X][X] that [X][X] stability is [X] ||| [X][X] , daß [X][X] Stabilität [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.0208333
+[X][X] that [X][X] is [X] ||| [X][X] , daß [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.0208333
+[X][X] that the [X][X] is [X] ||| [X][X] , daß der [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-4 ||| 0.0208333
+I [X][X] the [X][X] is [X] ||| ich [X][X] der [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0208333
+I [X][X] principle [X][X] is [X] ||| ich [X][X] Grundsatz [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0208333
+I [X][X] of [X][X] is [X] ||| ich [X][X] der [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0208333
+I [X][X] of relative [X][X] [X] ||| ich [X][X] der relativen [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-4 ||| 0.0377825
+I [X][X] relative stability is [X] ||| ich [X][X] relativen Stabilität [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0208333
+I [X][X] relative [X][X] [X] ||| ich [X][X] relativen [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0377825
+I [X][X] stability is [X] ||| ich [X][X] Stabilität [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0208333
+I [X][X] is [X] ||| ich [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0208333
+I believe [X][X] relative [X][X] [X] ||| ich meine [X][X] relativen [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-4 ||| 0.0377825
+I believe [X][X] stability is [X] ||| ich meine [X][X] Stabilität [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0208333
+I believe [X][X] is [X] ||| ich meine [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0208333
+I believe that [X][X] is [X] ||| ich meine , daß [X][X] [X] ||| 0.0182166 1 ||| 3-4 ||| 0.0208333
+[X][X] the [X][X] is a [X] ||| [X][X] der [X][X] einen [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0373573
+[X][X] the [X][X] a [X] ||| [X][X] der [X][X] einen [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0373573
+[X][X] the principle [X][X] a [X] ||| [X][X] der Grundsatz [X][X] einen [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0373573
+believe [X][X] principle [X][X] a [X] ||| meine [X][X] Grundsatz [X][X] einen [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0204082
+believe [X][X] of [X][X] a [X] ||| meine [X][X] der [X][X] einen [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0204082
+believe [X][X] relative [X][X] a [X] ||| meine [X][X] relativen [X][X] einen [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0204082
+believe [X][X] relative stability [X][X] [X] ||| meine [X][X] relativen Stabilität [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-4 ||| 0.0376495
+believe [X][X] stability is a [X] ||| meine [X][X] Stabilität einen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0204082
+believe [X][X] stability [X][X] [X] ||| meine [X][X] Stabilität [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0376495
+believe [X][X] is a [X] ||| meine [X][X] einen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0204082
+believe [X][X] a [X] ||| meine [X][X] einen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0204082
+believe that [X][X] stability [X][X] [X] ||| meine , daß [X][X] Stabilität [X][X] [X] ||| 0.0182166 1 ||| 2-3 4-5 ||| 0.0376495
+believe that [X][X] is a [X] ||| meine , daß [X][X] einen [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0204082
+believe that [X][X] a [X] ||| meine , daß [X][X] einen [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0204082
+believe that the [X][X] a [X] ||| meine , daß der [X][X] einen [X] ||| 0.0182166 1 ||| 3-4 ||| 0.0204082
+[X][X] principle [X][X] a fundamental [X] ||| [X][X] Grundsatz [X][X] einen elementaren [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0380747
+[X][X] principle [X][X] fundamental [X] ||| [X][X] Grundsatz [X][X] elementaren [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0380747
+[X][X] principle of [X][X] fundamental [X] ||| [X][X] Grundsatz der [X][X] elementaren [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0380747
+that [X][X] of [X][X] fundamental [X] ||| , daß [X][X] der [X][X] elementaren [X] ||| 0.0182166 1 ||| 1-2 3-4 ||| 0.0208333
+that [X][X] relative [X][X] fundamental [X] ||| , daß [X][X] relativen [X][X] elementaren [X] ||| 0.0182166 1 ||| 1-2 3-4 ||| 0.0208333
+that [X][X] stability [X][X] fundamental [X] ||| , daß [X][X] Stabilität [X][X] elementaren [X] ||| 0.0182166 1 ||| 1-2 3-4 ||| 0.0208333
+that [X][X] stability is [X][X] [X] ||| , daß [X][X] Stabilität [X][X] [X] ||| 0.0182166 1 ||| 1-2 4-4 ||| 0.0208333
+that [X][X] is a fundamental [X] ||| , daß [X][X] einen elementaren [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0208333
+that [X][X] is [X][X] [X] ||| , daß [X][X] [X][X] [X] ||| 0.0182166 1 ||| 1-2 3-3 ||| 0.0208333
+that [X][X] a fundamental [X] ||| , daß [X][X] einen elementaren [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0208333
+that [X][X] fundamental [X] ||| , daß [X][X] elementaren [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0208333
+that the [X][X] is [X][X] [X] ||| , daß der [X][X] [X][X] [X] ||| 0.0182166 1 ||| 2-3 4-4 ||| 0.0208333
+that the [X][X] a fundamental [X] ||| , daß der [X][X] einen elementaren [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0208333
+that the [X][X] fundamental [X] ||| , daß der [X][X] elementaren [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0208333
+that the principle [X][X] fundamental [X] ||| , daß der Grundsatz [X][X] elementaren [X] ||| 0.0182166 1 ||| 3-4 ||| 0.0208333
+[X][X] and a [X][X] [X] ||| [X][X] und ein [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.187611
+[X][X] and a proposal [X][X] [X] ||| [X][X] und ein Vorschlag [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-4 ||| 0.187611
+[X][X] a [X][X] [X] ||| [X][X] ein [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.187611
+[X][X] a proposal [X][X] [X] ||| [X][X] ein Vorschlag [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.187611
+fisheries policy [X][X] proposal [X][X] [X] ||| Fischereipolitik darstellt [X][X] Vorschlag [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-4 ||| 0.128788
+fisheries policy and a [X][X] [X] ||| Fischereipolitik darstellt und ein [X][X] [X] ||| 0.0182166 1 ||| 4-4 ||| 0.128788
+proposal [X][X] would be [X][X] [X] ||| Vorschlag [X][X] [X][X] wäre [X] ||| 0.0121444 1 ||| 1-1 4-2 ||| 0.272727
+proposal [X][X] would be [X][X] [X] ||| Vorschlag [X][X] , [X][X] wäre [X] ||| 0.00607219 1 ||| 1-1 4-3 ||| 0.272727
+proposal to subvert it [X][X] [X] ||| Vorschlag , diesen zu unterlaufen [X][X] [X] ||| 0.00910828 1 ||| 4-5 ||| 0.431818
+proposal to subvert it [X][X] [X] ||| Vorschlag , diesen zu unterlaufen , [X][X] [X] ||| 0.00910828 1 ||| 4-6 ||| 0.431818
+[X][X] would be [X][X] . [X] ||| [X][X] [X][X] wäre . [X] ||| 0.0121444 1 ||| 0-0 3-1 ||| 0.75
+[X][X] would be [X][X] . [X] ||| [X][X] , [X][X] wäre . [X] ||| 0.00607219 1 ||| 0-0 3-2 ||| 0.75
+to subvert it [X][X] . [X] ||| , diesen zu unterlaufen [X][X] . [X] ||| 0.00910828 1 ||| 3-4 ||| 0.25
+to subvert it [X][X] . [X] ||| , diesen zu unterlaufen , [X][X] . [X] ||| 0.00910828 1 ||| 3-5 ||| 0.25
+[X][X] that [X][X] is a [X] ||| [X][X] , daß [X][X] einen [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.0169492
+[X][X] that [X][X] a [X] ||| [X][X] , daß [X][X] einen [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.0169492
+[X][X] that the [X][X] a [X] ||| [X][X] , daß der [X][X] einen [X] ||| 0.0182166 1 ||| 0-0 3-4 ||| 0.0169492
+I [X][X] the [X][X] a [X] ||| ich [X][X] der [X][X] einen [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0169492
+I [X][X] principle [X][X] a [X] ||| ich [X][X] Grundsatz [X][X] einen [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0169492
+I [X][X] of [X][X] a [X] ||| ich [X][X] der [X][X] einen [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0169492
+I [X][X] relative [X][X] a [X] ||| ich [X][X] relativen [X][X] einen [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0169492
+I [X][X] relative stability [X][X] [X] ||| ich [X][X] relativen Stabilität [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-4 ||| 0.0169492
+I [X][X] stability is a [X] ||| ich [X][X] Stabilität einen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0169492
+I [X][X] stability [X][X] [X] ||| ich [X][X] Stabilität [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0169492
+I [X][X] is a [X] ||| ich [X][X] einen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0169492
+I [X][X] a [X] ||| ich [X][X] einen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0169492
+I believe [X][X] stability [X][X] [X] ||| ich meine [X][X] Stabilität [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-4 ||| 0.0169492
+I believe [X][X] is a [X] ||| ich meine [X][X] einen [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0169492
+I believe [X][X] a [X] ||| ich meine [X][X] einen [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0169492
+I believe that [X][X] a [X] ||| ich meine , daß [X][X] einen [X] ||| 0.0182166 1 ||| 3-4 ||| 0.0169492
+[X][X] the [X][X] a fundamental [X] ||| [X][X] der [X][X] einen elementaren [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0172414
+[X][X] the [X][X] fundamental [X] ||| [X][X] der [X][X] elementaren [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0172414
+[X][X] the principle [X][X] fundamental [X] ||| [X][X] der Grundsatz [X][X] elementaren [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0172414
+believe [X][X] principle [X][X] fundamental [X] ||| meine [X][X] Grundsatz [X][X] elementaren [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0172414
+believe [X][X] of [X][X] fundamental [X] ||| meine [X][X] der [X][X] elementaren [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0172414
+believe [X][X] relative [X][X] fundamental [X] ||| meine [X][X] relativen [X][X] elementaren [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0172414
+believe [X][X] stability [X][X] fundamental [X] ||| meine [X][X] Stabilität [X][X] elementaren [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0172414
+believe [X][X] stability is [X][X] [X] ||| meine [X][X] Stabilität [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-3 ||| 0.0172414
+believe [X][X] is a fundamental [X] ||| meine [X][X] einen elementaren [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0172414
+believe [X][X] is [X][X] [X] ||| meine [X][X] [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.0172414
+believe [X][X] a fundamental [X] ||| meine [X][X] einen elementaren [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0172414
+believe [X][X] fundamental [X] ||| meine [X][X] elementaren [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0172414
+believe that [X][X] is [X][X] [X] ||| meine , daß [X][X] [X][X] [X] ||| 0.0182166 1 ||| 2-3 4-4 ||| 0.0172414
+believe that [X][X] a fundamental [X] ||| meine , daß [X][X] einen elementaren [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0172414
+believe that [X][X] fundamental [X] ||| meine , daß [X][X] elementaren [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0172414
+believe that the [X][X] fundamental [X] ||| meine , daß der [X][X] elementaren [X] ||| 0.0182166 1 ||| 3-4 ||| 0.0172414
+common [X][X] and a [X][X] [X] ||| gemeinsamen [X][X] und ein [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-4 ||| 0.0588235
+common [X][X] a [X][X] [X] ||| gemeinsamen [X][X] ein [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0588235
+common [X][X] a proposal [X][X] [X] ||| gemeinsamen [X][X] ein Vorschlag [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-4 ||| 0.0588235
+common [X][X] proposal [X][X] [X] ||| gemeinsamen [X][X] Vorschlag [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0588235
+common [X][X] to subvert it [X] ||| gemeinsamen [X][X] , diesen zu unterlaufen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0588235
+[X][X] and [X][X] [X] ||| [X][X] und [X][X] , [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0454545
+[X][X] and a [X][X] [X] ||| [X][X] und ein [X][X] , [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0454545
+[X][X] and a proposal [X][X] [X] ||| [X][X] und ein Vorschlag [X][X] , [X] ||| 0.0182166 1 ||| 0-0 4-4 ||| 0.0454545
+[X][X] a [X][X] [X] ||| [X][X] ein [X][X] , [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0454545
+[X][X] a proposal [X][X] [X] ||| [X][X] ein Vorschlag [X][X] , [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0454545
+fisheries policy [X][X] proposal [X][X] [X] ||| Fischereipolitik darstellt [X][X] Vorschlag [X][X] , [X] ||| 0.0182166 1 ||| 2-2 4-4 ||| 0.0454545
+fisheries policy [X][X] [X] ||| Fischereipolitik darstellt [X][X] , [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0454545
+fisheries policy and [X][X] [X] ||| Fischereipolitik darstellt und [X][X] , [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0454545
+fisheries policy and a [X][X] [X] ||| Fischereipolitik darstellt und ein [X][X] , [X] ||| 0.0182166 1 ||| 4-4 ||| 0.0454545
+[X][X] to subvert it [X][X] [X] ||| [X][X] , diesen zu unterlaufen [X][X] [X] ||| 0.00910828 1 ||| 0-0 4-5 ||| 0.166667
+[X][X] to subvert it [X][X] [X] ||| [X][X] , diesen zu unterlaufen , [X][X] [X] ||| 0.00910828 1 ||| 0-0 4-6 ||| 0.166667
+a [X][X] would be [X][X] [X] ||| ein [X][X] [X][X] wäre [X] ||| 0.0121444 1 ||| 1-1 4-2 ||| 0.25
+a [X][X] would be [X][X] [X] ||| ein [X][X] , [X][X] wäre [X] ||| 0.00607218 1 ||| 1-1 4-3 ||| 0.25
+proposal [X][X] . [X] ||| Vorschlag [X][X] . [X] ||| 0.0182166 1 ||| 1-1 ||| 0.125
+I [X] ||| ich [X] ||| 0.218091 1 ||| ||| 2
+know [X] ||| wissen [X] ||| 0.0182166 1 ||| ||| 1
+whether [X] ||| ob [X] ||| 0.218091 1 ||| ||| 2
+one [X] ||| es [X] ||| 0.0182166 1 ||| ||| 1
+can [X] ||| möglich [X] ||| 0.0182166 1 ||| ||| 1
+can raise [X] ||| möglich [X] ||| 0.0182166 1 ||| ||| 1
+an [X] ||| einen [X] ||| 0.0182166 1 ||| ||| 1
+raise an [X] ||| einen [X] ||| 0.0182166 1 ||| ||| 1
+something [X] ||| ein [X] ||| 0.0182166 1 ||| ||| 1
+of [X] ||| zu [X] ||| 0.0182166 1 ||| ||| 1
+kind [X] ||| erheben [X] ||| 0.0182166 1 ||| ||| 1
+that [X] ||| , [X] ||| 0.0182166 1 ||| ||| 1
+to [X] ||| bei [X] ||| 0.0182166 1 ||| ||| 1
+is [X] ||| sich [X] ||| 0.0182166 1 ||| ||| 1
+a [X] ||| einen [X] ||| 0.0182166 1 ||| ||| 1
+report [X] ||| Bericht [X] ||| 0.0182166 1 ||| ||| 1
+, [X] ||| und [X] ||| 0.0182166 1 ||| ||| 1
+not a [X] ||| keinen [X] ||| 0.0182166 1 ||| ||| 1
+legislative proposal [X] ||| Legislativvorschlag [X] ||| 0.0182166 1 ||| ||| 1
+is [X] ||| handelt [X] ||| 0.0182166 1 ||| ||| 1
+, [X] ||| , [X] ||| 0.0182166 1 ||| ||| 1
+and [X] ||| und [X] ||| 0.0182166 1 ||| ||| 1
+on [X] ||| zu [X] ||| 0.0182166 1 ||| ||| 1
+do [X] ||| tun [X] ||| 0.0182166 1 ||| ||| 1
+. [X] ||| . [X] ||| 0.0182166 1 ||| ||| 1
+whether one [X] ||| ob es [X] ||| 0.0182166 1 ||| ||| 1
+one can [X] ||| es möglich [X] ||| 0.0182166 1 ||| ||| 1
+one can raise [X] ||| es möglich [X] ||| 0.0182166 1 ||| ||| 0.5
+one [X][X] [X] ||| es [X][X] [X] ||| 0.218091 1 ||| 1-1 ||| 1.20022
+can [X] ||| möglich ist [X] ||| 0.0182166 1 ||| ||| 1
+can raise [X] ||| möglich ist [X] ||| 0.0182166 1 ||| ||| 1
+an [X] ||| , einen [X] ||| 0.0182166 1 ||| ||| 1
+raise an [X] ||| , einen [X] ||| 0.0182166 1 ||| ||| 1
+objection [X] ||| Einwand gegen [X] ||| 0.0182166 1 ||| ||| 1
+something [X] ||| ein Dokument [X] ||| 0.0182166 1 ||| ||| 1
+of [X] ||| Dokument zu [X] ||| 0.0182166 1 ||| ||| 1
+that kind [X] ||| erheben , [X] ||| 0.0182166 1 ||| ||| 1
+what [X] ||| dem es [X] ||| 0.0182166 1 ||| ||| 1
+merely [X] ||| lediglich um [X] ||| 0.0182166 1 ||| ||| 1
+a report [X] ||| einen Bericht [X] ||| 0.0182166 1 ||| ||| 1
+report , [X] ||| Bericht und [X] ||| 0.0182166 1 ||| ||| 1
+, not a [X] ||| und keinen [X] ||| 0.0182166 1 ||| ||| 0.5
+, [X][X] [X] ||| und [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.7
+not a legislative proposal [X] ||| keinen Legislativvorschlag [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] legislative proposal [X] ||| [X][X] Legislativvorschlag [X] ||| 0.0182166 1 ||| 0-0 ||| 0.874415
+not a [X][X] [X] ||| keinen [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.333333
+, and [X] ||| , und [X] ||| 0.0182166 1 ||| ||| 1
+and whether [X] ||| und ob [X] ||| 0.0182166 1 ||| ||| 1
+can competently [X] ||| befugt bin [X] ||| 0.0182166 1 ||| ||| 1
+that [X] ||| , dies [X] ||| 0.0182166 1 ||| ||| 1
+Thursday [X] ||| am Donnerstag [X] ||| 0.0182166 1 ||| ||| 1
+do on [X] ||| zu tun [X] ||| 0.0182166 1 ||| ||| 1
+want to know [X] ||| möchte wissen , [X] ||| 0.0182166 1 ||| ||| 1
+whether one can [X] ||| ob es möglich [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] can [X] ||| [X][X] möglich [X] ||| 0.0182166 1 ||| 0-0 ||| 0.576191
+whether [X][X] [X] ||| ob [X][X] [X] ||| 0.218091 1 ||| 1-1 ||| 1.26146
+whether one can raise [X] ||| ob es möglich [X] ||| 0.0182166 1 ||| ||| 0.2
+[X][X] can raise [X] ||| [X][X] möglich [X] ||| 0.0182166 1 ||| 0-0 ||| 0.3625
+whether [X][X] raise [X] ||| ob [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.415909
+whether one [X][X] [X] ||| ob es [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.478131
+one can [X] ||| es möglich ist [X] ||| 0.0182166 1 ||| ||| 1
+one can raise [X] ||| es möglich ist [X] ||| 0.0182166 1 ||| ||| 0.333333
+one [X][X] [X] ||| es [X][X] ist [X] ||| 0.0182166 1 ||| 1-1 ||| 0.333333
+can [X] ||| möglich ist , [X] ||| 0.0182166 1 ||| ||| 1
+can raise [X] ||| möglich ist , [X] ||| 0.0182166 1 ||| ||| 1
+an [X] ||| ist , einen [X] ||| 0.0182166 1 ||| ||| 1
+raise an [X] ||| ist , einen [X] ||| 0.0182166 1 ||| ||| 1
+an objection [X] ||| einen Einwand gegen [X] ||| 0.0182166 1 ||| ||| 1
+raise an objection [X] ||| einen Einwand gegen [X] ||| 0.0182166 1 ||| ||| 0.5
+[X][X] objection [X] ||| [X][X] Einwand gegen [X] ||| 0.218091 1 ||| 0-0 ||| 1.22244
+of that kind [X] ||| zu erheben , [X] ||| 0.0182166 1 ||| ||| 0.5
+of [X][X] [X] ||| zu [X][X] [X] ||| 0.218091 1 ||| 1-1 ||| 1.06454
+that kind to [X] ||| erheben , bei [X] ||| 0.0182166 1 ||| ||| 0.5
+[X][X] to [X] ||| [X][X] bei [X] ||| 0.0182166 1 ||| 0-0 ||| 0.95
+to what [X] ||| bei dem es [X] ||| 0.0182166 1 ||| ||| 1
+what is [X] ||| dem es sich [X] ||| 0.0182166 1 ||| ||| 1
+is merely [X] ||| sich lediglich um [X] ||| 0.0182166 1 ||| ||| 1
+merely a [X] ||| lediglich um einen [X] ||| 0.0182166 1 ||| ||| 1
+a report , [X] ||| einen Bericht und [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] , [X] ||| [X][X] und [X] ||| 0.0182166 1 ||| 0-0 ||| 0.678023
+a [X][X] [X] ||| einen [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.541667
+report , not a [X] ||| Bericht und keinen [X] ||| 0.0182166 1 ||| ||| 0.25
+[X][X] not a [X] ||| [X][X] keinen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.558333
+report [X][X] [X] ||| Bericht [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.375
+report , [X][X] [X] ||| Bericht und [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.375
+, not a legislative proposal [X] ||| und keinen Legislativvorschlag [X] ||| 0.0182166 1 ||| ||| 0.2
+, [X][X] legislative proposal [X] ||| und [X][X] Legislativvorschlag [X] ||| 0.0182166 1 ||| 1-1 ||| 0.2
+, not a [X][X] [X] ||| und keinen [X][X] [X] ||| 0.0182166 1 ||| 3-2 ||| 0.2
+, and whether [X] ||| , und ob [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] whether [X] ||| [X][X] ob [X] ||| 0.218091 1 ||| 0-0 ||| 1.08333
+, [X][X] [X] ||| , [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.333333
+I can competently [X] ||| ich befugt bin [X] ||| 0.0182166 1 ||| ||| 0.5
+I [X][X] [X] ||| ich [X][X] [X] ||| 0.218091 1 ||| 1-1 ||| 1.78736
+on Thursday [X] ||| am Donnerstag zu [X] ||| 0.0182166 1 ||| ||| 1
+I want to know [X] ||| ich möchte wissen , [X] ||| 0.0182166 1 ||| ||| 0.5
+want to know whether [X] ||| möchte wissen , ob [X] ||| 0.0182166 1 ||| ||| 0.5
+whether one can [X] ||| ob es möglich ist [X] ||| 0.0182166 1 ||| ||| 0.25
+[X][X] can [X] ||| [X][X] möglich ist [X] ||| 0.0182166 1 ||| 0-0 ||| 0.421429
+whether [X][X] [X] ||| ob [X][X] ist [X] ||| 0.0182166 1 ||| 1-1 ||| 0.375
+whether one can raise [X] ||| ob es möglich ist [X] ||| 0.0182166 1 ||| ||| 0.125
+[X][X] can raise [X] ||| [X][X] möglich ist [X] ||| 0.0182166 1 ||| 0-0 ||| 0.220861
+whether [X][X] raise [X] ||| ob [X][X] ist [X] ||| 0.0182166 1 ||| 1-1 ||| 0.125
+whether one [X][X] [X] ||| ob es [X][X] ist [X] ||| 0.0182166 1 ||| 2-2 ||| 0.125
+one can [X] ||| es möglich ist , [X] ||| 0.0182166 1 ||| ||| 1
+one can raise [X] ||| es möglich ist , [X] ||| 0.0182166 1 ||| ||| 0.25
+one [X][X] [X] ||| es [X][X] ist , [X] ||| 0.00910828 1 ||| 1-1 ||| 0.5
+one [X][X] [X] ||| es [X][X] , [X] ||| 0.00910828 1 ||| 1-1 ||| 0.5
+can raise an [X] ||| möglich ist , einen [X] ||| 0.0182166 1 ||| ||| 0.142857
+[X][X] an [X] ||| [X][X] ist , einen [X] ||| 0.00607219 1 ||| 0-0 ||| 0.89751
+[X][X] an [X] ||| [X][X] , einen [X] ||| 0.00607219 1 ||| 0-0 ||| 0.89751
+[X][X] an [X] ||| [X][X] einen [X] ||| 0.00607219 1 ||| 0-0 ||| 0.89751
+can [X][X] [X] ||| möglich [X][X] [X] ||| 0.00607219 1 ||| 1-1 ||| 0.642858
+can [X][X] [X] ||| möglich ist [X][X] [X] ||| 0.00607219 1 ||| 1-2 ||| 0.642858
+can [X][X] [X] ||| möglich ist , [X][X] [X] ||| 0.00607219 1 ||| 1-3 ||| 0.642858
+an objection [X] ||| , einen Einwand gegen [X] ||| 0.0182166 1 ||| ||| 1
+raise an objection [X] ||| , einen Einwand gegen [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] objection [X] ||| , [X][X] Einwand gegen [X] ||| 0.0182166 1 ||| 0-1 ||| 0.333333
+of that kind [X] ||| Dokument zu erheben , [X] ||| 0.0182166 1 ||| ||| 0.5
+of [X][X] [X] ||| Dokument zu [X][X] [X] ||| 0.0182166 1 ||| 1-2 ||| 0.910648
+of that kind to [X] ||| zu erheben , bei [X] ||| 0.0182166 1 ||| ||| 0.25
+of [X][X] to [X] ||| zu [X][X] bei [X] ||| 0.0182166 1 ||| 1-1 ||| 0.25
+to what is [X] ||| bei dem es sich [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] is [X] ||| [X][X] sich [X] ||| 0.0182166 1 ||| 0-0 ||| 0.604167
+to [X][X] [X] ||| bei [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.706595
+is merely a [X] ||| sich lediglich um einen [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] a [X] ||| [X][X] einen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.674242
+is [X][X] [X] ||| sich [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.680195
+merely a report [X] ||| lediglich um einen Bericht [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] report [X] ||| [X][X] Bericht [X] ||| 0.0182166 1 ||| 0-0 ||| 0.679255
+merely [X][X] [X] ||| lediglich um [X][X] [X] ||| 0.0182166 1 ||| 1-2 ||| 0.630252
+a report , not a [X] ||| einen Bericht und keinen [X] ||| 0.0182166 1 ||| ||| 0.125
+[X][X] , not a [X] ||| [X][X] und keinen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.308333
+[X][X] , [X][X] [X] ||| [X][X] und [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.524415
+a [X][X] not a [X] ||| einen [X][X] keinen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.125
+a report [X][X] [X] ||| einen Bericht [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.208333
+a report , [X][X] [X] ||| einen Bericht und [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.208333
+[X][X] not a legislative proposal [X] ||| [X][X] keinen Legislativvorschlag [X] ||| 0.0182166 1 ||| 0-0 ||| 0.341082
+[X][X] not a [X][X] [X] ||| [X][X] keinen [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.341082
+report [X][X] legislative proposal [X] ||| Bericht [X][X] Legislativvorschlag [X] ||| 0.0182166 1 ||| 1-1 ||| 0.125
+report , [X][X] legislative proposal [X] ||| Bericht und [X][X] Legislativvorschlag [X] ||| 0.0182166 1 ||| 2-2 ||| 0.125
+report , not a [X][X] [X] ||| Bericht und keinen [X][X] [X] ||| 0.0182166 1 ||| 4-3 ||| 0.125
+do on Thursday [X] ||| am Donnerstag zu tun [X] ||| 0.0182166 1 ||| ||| 0.333333
+do [X][X] [X] ||| [X][X] tun [X] ||| 0.0182166 1 ||| 1-0 ||| 0.333333
+[X][X] Thursday [X] ||| am Donnerstag [X][X] [X] ||| 0.0182166 1 ||| 0-2 ||| 0.333333
+I want to know whether [X] ||| ich möchte wissen , ob [X] ||| 0.0182166 1 ||| ||| 0.25
+I [X][X] whether [X] ||| ich [X][X] ob [X] ||| 0.0182166 1 ||| 1-1 ||| 0.25
+want to know whether one [X] ||| möchte wissen , ob es [X] ||| 0.0182166 1 ||| ||| 0.25
+[X][X] whether one [X] ||| [X][X] ob es [X] ||| 0.0182166 1 ||| 0-0 ||| 0.416667
+[X][X] one [X] ||| [X][X] es [X] ||| 0.0182166 1 ||| 0-0 ||| 0.416667
+want to know [X][X] [X] ||| möchte wissen , [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.797297
+whether one can [X] ||| ob es möglich ist , [X] ||| 0.0182166 1 ||| ||| 0.2
+[X][X] can [X] ||| [X][X] möglich ist , [X] ||| 0.0182166 1 ||| 0-0 ||| 0.332479
+whether [X][X] [X] ||| ob [X][X] ist , [X] ||| 0.00910828 1 ||| 1-1 ||| 0.581818
+whether [X][X] [X] ||| ob [X][X] , [X] ||| 0.00910828 1 ||| 1-1 ||| 0.581818
+whether one can raise [X] ||| ob es möglich ist , [X] ||| 0.0182166 1 ||| ||| 0.0909091
+[X][X] can raise [X] ||| [X][X] möglich ist , [X] ||| 0.0182166 1 ||| 0-0 ||| 0.158892
+whether [X][X] raise [X] ||| ob [X][X] ist , [X] ||| 0.00910828 1 ||| 1-1 ||| 0.181818
+whether [X][X] raise [X] ||| ob [X][X] , [X] ||| 0.00910828 1 ||| 1-1 ||| 0.181818
+whether one [X][X] [X] ||| ob es [X][X] ist , [X] ||| 0.00910828 1 ||| 2-2 ||| 0.181818
+whether one [X][X] [X] ||| ob es [X][X] , [X] ||| 0.00910828 1 ||| 2-2 ||| 0.181818
+one can raise an [X] ||| es möglich ist , einen [X] ||| 0.0182166 1 ||| ||| 0.0714286
+[X][X] raise an [X] ||| [X][X] ist , einen [X] ||| 0.00607219 1 ||| 0-0 ||| 0.468939
+[X][X] raise an [X] ||| [X][X] , einen [X] ||| 0.00607219 1 ||| 0-0 ||| 0.468939
+[X][X] raise an [X] ||| [X][X] einen [X] ||| 0.00607219 1 ||| 0-0 ||| 0.468939
+one [X][X] an [X] ||| es [X][X] ist , einen [X] ||| 0.00607219 1 ||| 1-1 ||| 0.214286
+one [X][X] an [X] ||| es [X][X] , einen [X] ||| 0.00607219 1 ||| 1-1 ||| 0.214286
+one [X][X] an [X] ||| es [X][X] einen [X] ||| 0.00607219 1 ||| 1-1 ||| 0.214286
+one can [X][X] [X] ||| es möglich [X][X] [X] ||| 0.00607219 1 ||| 2-2 ||| 0.350649
+one can [X][X] [X] ||| es möglich ist [X][X] [X] ||| 0.00607219 1 ||| 2-3 ||| 0.350649
+one can [X][X] [X] ||| es möglich ist , [X][X] [X] ||| 0.00607219 1 ||| 2-4 ||| 0.350649
+an objection [X] ||| ist , einen Einwand gegen [X] ||| 0.0182166 1 ||| ||| 1
+raise an objection [X] ||| ist , einen Einwand gegen [X] ||| 0.0182166 1 ||| ||| 0.25
+[X][X] objection [X] ||| ist [X][X] Einwand gegen [X] ||| 0.00910828 1 ||| 0-1 ||| 0.5
+[X][X] objection [X] ||| ist , [X][X] Einwand gegen [X] ||| 0.00910828 1 ||| 0-2 ||| 0.5
+of that kind to [X] ||| Dokument zu erheben , bei [X] ||| 0.0182166 1 ||| ||| 0.2
+[X][X] to [X] ||| Dokument [X][X] bei [X] ||| 0.0182166 1 ||| 0-1 ||| 0.2
+of [X][X] to [X] ||| Dokument zu [X][X] bei [X] ||| 0.0182166 1 ||| 1-2 ||| 0.2
+that kind to what [X] ||| erheben , bei dem es [X] ||| 0.0182166 1 ||| ||| 0.25
+[X][X] to what [X] ||| [X][X] bei dem es [X] ||| 0.0182166 1 ||| 0-0 ||| 0.503968
+[X][X] what [X] ||| [X][X] dem es [X] ||| 0.0182166 1 ||| 0-0 ||| 0.503968
+that kind [X][X] [X] ||| erheben , [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.529762
+what is merely [X] ||| dem es sich lediglich um [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] merely [X] ||| [X][X] lediglich um [X] ||| 0.0182166 1 ||| 0-0 ||| 0.661097
+what [X][X] [X] ||| dem es [X][X] [X] ||| 0.0182166 1 ||| 1-2 ||| 0.711513
+is merely a report [X] ||| sich lediglich um einen Bericht [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] a report [X] ||| [X][X] einen Bericht [X] ||| 0.0182166 1 ||| 0-0 ||| 0.345922
+is [X][X] report [X] ||| sich [X][X] Bericht [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+is merely [X][X] [X] ||| sich lediglich um [X][X] [X] ||| 0.0182166 1 ||| 2-3 ||| 0.346861
+merely a report , [X] ||| lediglich um einen Bericht und [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] report , [X] ||| [X][X] Bericht und [X] ||| 0.0182166 1 ||| 0-0 ||| 0.34469
+merely [X][X] , [X] ||| lediglich um [X][X] und [X] ||| 0.0182166 1 ||| 1-2 ||| 0.166667
+merely a [X][X] [X] ||| lediglich um einen [X][X] [X] ||| 0.0182166 1 ||| 2-3 ||| 0.296919
+[X][X] , [X][X] legislative proposal [X] ||| [X][X] und [X][X] Legislativvorschlag [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.216082
+[X][X] , not a [X][X] [X] ||| [X][X] und keinen [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-3 ||| 0.216082
+a [X][X] not a [X][X] [X] ||| einen [X][X] keinen [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-3 ||| 0.0833333
+a [X][X] legislative proposal [X] ||| einen [X][X] Legislativvorschlag [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0833333
+a report [X][X] legislative proposal [X] ||| einen Bericht [X][X] Legislativvorschlag [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0833333
+do on Thursday . [X] ||| am Donnerstag zu tun . [X] ||| 0.0182166 1 ||| ||| 0.25
+do [X][X] . [X] ||| [X][X] tun . [X] ||| 0.0182166 1 ||| 1-0 ||| 0.25
+[X][X] . [X] ||| [X][X] . [X] ||| 0.0182166 1 ||| 0-0 ||| 0.25
+[X][X] Thursday . [X] ||| am Donnerstag [X][X] . [X] ||| 0.0182166 1 ||| 0-2 ||| 0.25
+I [X][X] whether one [X] ||| ich [X][X] ob es [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+I [X][X] one [X] ||| ich [X][X] es [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+I want to know [X][X] [X] ||| ich möchte wissen , [X][X] [X] ||| 0.0182166 1 ||| 4-4 ||| 0.537361
+[X][X] whether one can [X] ||| [X][X] ob es möglich [X] ||| 0.0182166 1 ||| 0-0 ||| 0.242857
+[X][X] whether [X][X] [X] ||| [X][X] ob [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.917992
+[X][X] one can [X] ||| [X][X] es möglich [X] ||| 0.0182166 1 ||| 0-0 ||| 0.242857
+want to know [X][X] can [X] ||| möchte wissen , [X][X] möglich [X] ||| 0.0182166 1 ||| 3-3 ||| 0.142857
+want to know whether [X][X] [X] ||| möchte wissen , ob [X][X] [X] ||| 0.0182166 1 ||| 4-4 ||| 0.547297
+[X][X] whether one can raise [X] ||| [X][X] ob es möglich [X] ||| 0.0182166 1 ||| 0-0 ||| 0.1625
+[X][X] whether [X][X] raise [X] ||| [X][X] ob [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.326343
+[X][X] whether one [X][X] [X] ||| [X][X] ob es [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.371227
+[X][X] one can raise [X] ||| [X][X] es möglich [X] ||| 0.0182166 1 ||| 0-0 ||| 0.1625
+[X][X] one [X][X] [X] ||| [X][X] es [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.371227
+want to know [X][X] raise [X] ||| möchte wissen , [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.20049
+whether one can raise an [X] ||| ob es möglich ist , einen [X] ||| 0.0182166 1 ||| ||| 0.04
+[X][X] can raise an [X] ||| [X][X] möglich ist , einen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.0848842
+[X][X] can [X][X] [X] ||| [X][X] möglich [X][X] [X] ||| 0.00607219 1 ||| 0-0 2-2 ||| 0.321318
+[X][X] can [X][X] [X] ||| [X][X] möglich ist [X][X] [X] ||| 0.00607219 1 ||| 0-0 2-3 ||| 0.321318
+[X][X] can [X][X] [X] ||| [X][X] möglich ist , [X][X] [X] ||| 0.00607219 1 ||| 0-0 2-4 ||| 0.321318
+whether [X][X] raise an [X] ||| ob [X][X] ist , einen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.04
+whether [X][X] an [X] ||| ob [X][X] ist , einen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.04
+whether [X][X] raise an [X] ||| ob [X][X] , einen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.04
+whether [X][X] an [X] ||| ob [X][X] , einen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.04
+whether [X][X] raise an [X] ||| ob [X][X] einen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.04
+whether [X][X] an [X] ||| ob [X][X] einen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.04
+whether one [X][X] an [X] ||| ob es [X][X] ist , einen [X] ||| 0.00607219 1 ||| 2-2 ||| 0.12
+whether one [X][X] an [X] ||| ob es [X][X] , einen [X] ||| 0.00607219 1 ||| 2-2 ||| 0.12
+whether one [X][X] an [X] ||| ob es [X][X] einen [X] ||| 0.00607219 1 ||| 2-2 ||| 0.12
+whether one can [X][X] [X] ||| ob es möglich [X][X] [X] ||| 0.00607219 1 ||| 3-3 ||| 0.186667
+whether one can [X][X] [X] ||| ob es möglich ist [X][X] [X] ||| 0.00607219 1 ||| 3-4 ||| 0.186667
+whether one can [X][X] [X] ||| ob es möglich ist , [X][X] [X] ||| 0.00607219 1 ||| 3-5 ||| 0.186667
+can raise an objection [X] ||| möglich ist , einen Einwand gegen [X] ||| 0.0182166 1 ||| ||| 0.0714286
+[X][X] an objection [X] ||| [X][X] ist , einen Einwand gegen [X] ||| 0.00607219 1 ||| 0-0 ||| 0.417315
+[X][X] an objection [X] ||| [X][X] , einen Einwand gegen [X] ||| 0.00607219 1 ||| 0-0 ||| 0.417315
+[X][X] an objection [X] ||| [X][X] einen Einwand gegen [X] ||| 0.00607219 1 ||| 0-0 ||| 0.417315
+can [X][X] objection [X] ||| möglich [X][X] Einwand gegen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0714286
+can raise [X][X] [X] ||| möglich [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0714286
+can [X][X] objection [X] ||| möglich ist [X][X] Einwand gegen [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0714286
+can raise [X][X] [X] ||| möglich ist [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0714286
+can [X][X] objection [X] ||| möglich ist , [X][X] Einwand gegen [X] ||| 0.0182166 1 ||| 1-3 ||| 0.0714286
+can raise [X][X] [X] ||| möglich ist , [X][X] [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0714286
+of that kind to what [X] ||| zu erheben , bei dem es [X] ||| 0.0182166 1 ||| ||| 0.142857
+of [X][X] to what [X] ||| zu [X][X] bei dem es [X] ||| 0.0182166 1 ||| 1-1 ||| 0.142857
+of [X][X] what [X] ||| zu [X][X] dem es [X] ||| 0.0182166 1 ||| 1-1 ||| 0.142857
+of that kind [X][X] [X] ||| zu erheben , [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.314536
+that kind to what is [X] ||| erheben , bei dem es sich [X] ||| 0.0182166 1 ||| ||| 0.125
+[X][X] to what is [X] ||| [X][X] bei dem es sich [X] ||| 0.0182166 1 ||| 0-0 ||| 0.270833
+[X][X] to [X][X] [X] ||| [X][X] bei [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.550978
+[X][X] what is [X] ||| [X][X] dem es sich [X] ||| 0.0182166 1 ||| 0-0 ||| 0.270833
+that kind [X][X] is [X] ||| erheben , [X][X] sich [X] ||| 0.0182166 1 ||| 2-2 ||| 0.125
+that kind to [X][X] [X] ||| erheben , bei [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.279762
+to what is merely [X] ||| bei dem es sich lediglich um [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] is merely [X] ||| [X][X] sich lediglich um [X] ||| 0.0182166 1 ||| 0-0 ||| 0.327764
+to [X][X] merely [X] ||| bei [X][X] lediglich um [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+to what [X][X] [X] ||| bei dem es [X][X] [X] ||| 0.0182166 1 ||| 2-3 ||| 0.373262
+what is merely a [X] ||| dem es sich lediglich um einen [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] merely a [X] ||| [X][X] lediglich um einen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.340909
+what [X][X] a [X] ||| dem es [X][X] einen [X] ||| 0.0182166 1 ||| 1-2 ||| 0.166667
+what is [X][X] [X] ||| dem es sich [X][X] [X] ||| 0.0182166 1 ||| 2-3 ||| 0.37818
+is merely a report , [X] ||| sich lediglich um einen Bericht und [X] ||| 0.0182166 1 ||| ||| 0.0909091
+[X][X] a report , [X] ||| [X][X] einen Bericht und [X] ||| 0.0182166 1 ||| 0-0 ||| 0.178023
+[X][X] a [X][X] [X] ||| [X][X] einen [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.363853
+is [X][X] report , [X] ||| sich [X][X] Bericht und [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+is [X][X] , [X] ||| sich [X][X] und [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+is merely [X][X] , [X] ||| sich lediglich um [X][X] und [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0909091
+is merely a [X][X] [X] ||| sich lediglich um einen [X][X] [X] ||| 0.0182166 1 ||| 3-4 ||| 0.180195
+[X][X] report , not a [X] ||| [X][X] Bericht und keinen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.183333
+[X][X] report [X][X] [X] ||| [X][X] Bericht [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.316082
+[X][X] report , [X][X] [X] ||| [X][X] Bericht und [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.316082
+merely [X][X] , not a [X] ||| lediglich um [X][X] und keinen [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0714286
+merely [X][X] , [X][X] [X] ||| lediglich um [X][X] und [X][X] [X] ||| 0.0182166 1 ||| 1-2 3-4 ||| 0.130252
+merely [X][X] not a [X] ||| lediglich um [X][X] keinen [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0714286
+merely a [X][X] not a [X] ||| lediglich um einen [X][X] keinen [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0714286
+merely a report [X][X] [X] ||| lediglich um einen Bericht [X][X] [X] ||| 0.0182166 1 ||| 3-4 ||| 0.130252
+merely a report , [X][X] [X] ||| lediglich um einen Bericht und [X][X] [X] ||| 0.0182166 1 ||| 4-5 ||| 0.130252
+I [X][X] whether one can [X] ||| ich [X][X] ob es möglich [X] ||| 0.0182166 1 ||| 1-1 ||| 0.1
+I [X][X] whether [X][X] [X] ||| ich [X][X] ob [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.370694
+I [X][X] one can [X] ||| ich [X][X] es möglich [X] ||| 0.0182166 1 ||| 1-1 ||| 0.1
+I [X][X] can [X] ||| ich [X][X] möglich [X] ||| 0.0182166 1 ||| 1-1 ||| 0.1
+I [X][X] whether [X][X] raise [X] ||| ich [X][X] ob [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.125853
+I [X][X] whether one [X][X] [X] ||| ich [X][X] ob es [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-4 ||| 0.14371
+I [X][X] one can raise [X] ||| ich [X][X] es möglich [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0625
+I [X][X] one [X][X] [X] ||| ich [X][X] es [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.14371
+I [X][X] can raise [X] ||| ich [X][X] möglich [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0625
+I [X][X] raise [X] ||| ich [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.125853
+[X][X] whether one can [X] ||| [X][X] ob es möglich ist [X] ||| 0.0182166 1 ||| 0-0 ||| 0.171429
+[X][X] whether [X][X] [X] ||| [X][X] ob [X][X] ist [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.267289
+[X][X] one can [X] ||| [X][X] es möglich ist [X] ||| 0.0182166 1 ||| 0-0 ||| 0.171429
+want to know [X][X] can [X] ||| möchte wissen , [X][X] möglich ist [X] ||| 0.0182166 1 ||| 3-3 ||| 0.1
+want to know [X][X] [X] ||| möchte wissen , [X][X] ist [X] ||| 0.0182166 1 ||| 3-3 ||| 0.158824
+want to know whether [X][X] [X] ||| möchte wissen , ob [X][X] ist [X] ||| 0.0182166 1 ||| 4-4 ||| 0.158824
+[X][X] whether one can raise [X] ||| [X][X] ob es möglich ist [X] ||| 0.0182166 1 ||| 0-0 ||| 0.0958606
+[X][X] whether [X][X] raise [X] ||| [X][X] ob [X][X] ist [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0958606
+[X][X] whether one [X][X] [X] ||| [X][X] ob es [X][X] ist [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0958606
+[X][X] one can raise [X] ||| [X][X] es möglich ist [X] ||| 0.0182166 1 ||| 0-0 ||| 0.0958606
+[X][X] one [X][X] [X] ||| [X][X] es [X][X] ist [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0958606
+want to know [X][X] raise [X] ||| möchte wissen , [X][X] ist [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0588235
+one can raise an objection [X] ||| es möglich ist , einen Einwand gegen [X] ||| 0.0182166 1 ||| ||| 0.0454545
+[X][X] raise an objection [X] ||| [X][X] ist , einen Einwand gegen [X] ||| 0.00607219 1 ||| 0-0 ||| 0.20303
+[X][X] raise an objection [X] ||| [X][X] , einen Einwand gegen [X] ||| 0.00607219 1 ||| 0-0 ||| 0.20303
+[X][X] raise an objection [X] ||| [X][X] einen Einwand gegen [X] ||| 0.00607219 1 ||| 0-0 ||| 0.20303
+one [X][X] an objection [X] ||| es [X][X] ist , einen Einwand gegen [X] ||| 0.00607219 1 ||| 1-1 ||| 0.136363
+one [X][X] an objection [X] ||| es [X][X] , einen Einwand gegen [X] ||| 0.00607219 1 ||| 1-1 ||| 0.136363
+one [X][X] an objection [X] ||| es [X][X] einen Einwand gegen [X] ||| 0.00607219 1 ||| 1-1 ||| 0.136363
+one [X][X] objection [X] ||| es [X][X] Einwand gegen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0454545
+one can [X][X] objection [X] ||| es möglich [X][X] Einwand gegen [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0454545
+one can raise [X][X] [X] ||| es möglich [X][X] [X] ||| 0.0182166 1 ||| 3-2 ||| 0.0454545
+one can [X][X] objection [X] ||| es möglich ist [X][X] Einwand gegen [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0454545
+one can raise [X][X] [X] ||| es möglich ist [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0454545
+one can [X][X] objection [X] ||| es möglich ist , [X][X] Einwand gegen [X] ||| 0.0182166 1 ||| 2-4 ||| 0.0454545
+one can raise [X][X] [X] ||| es möglich ist , [X][X] [X] ||| 0.0182166 1 ||| 3-4 ||| 0.0454545
+of that kind to what [X] ||| Dokument zu erheben , bei dem es [X] ||| 0.0182166 1 ||| ||| 0.111111
+[X][X] to what [X] ||| Dokument [X][X] bei dem es [X] ||| 0.0182166 1 ||| 0-1 ||| 0.111111
+[X][X] what [X] ||| Dokument [X][X] dem es [X] ||| 0.0182166 1 ||| 0-1 ||| 0.111111
+of [X][X] to what [X] ||| Dokument zu [X][X] bei dem es [X] ||| 0.0182166 1 ||| 1-2 ||| 0.111111
+of [X][X] what [X] ||| Dokument zu [X][X] dem es [X] ||| 0.0182166 1 ||| 1-2 ||| 0.111111
+of that kind [X][X] [X] ||| Dokument zu erheben , [X][X] [X] ||| 0.0182166 1 ||| 3-4 ||| 0.210648
+of [X][X] to what is [X] ||| zu [X][X] bei dem es sich [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0833333
+of [X][X] to [X][X] [X] ||| zu [X][X] bei [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.171679
+of [X][X] what is [X] ||| zu [X][X] dem es sich [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0833333
+of [X][X] is [X] ||| zu [X][X] sich [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0833333
+of that kind [X][X] is [X] ||| zu erheben , [X][X] sich [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0833333
+of that kind to [X][X] [X] ||| zu erheben , bei [X][X] [X] ||| 0.0182166 1 ||| 4-4 ||| 0.171679
+to what is merely a [X] ||| bei dem es sich lediglich um einen [X] ||| 0.0182166 1 ||| ||| 0.0909091
+[X][X] is merely a [X] ||| [X][X] sich lediglich um einen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.174242
+[X][X] is [X][X] [X] ||| [X][X] sich [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.325642
+to [X][X] merely a [X] ||| bei [X][X] lediglich um einen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+to [X][X] a [X] ||| bei [X][X] einen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+to what [X][X] a [X] ||| bei dem es [X][X] einen [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0909091
+to what is [X][X] [X] ||| bei dem es sich [X][X] [X] ||| 0.0182166 1 ||| 3-4 ||| 0.206595
+what is merely a report [X] ||| dem es sich lediglich um einen Bericht [X] ||| 0.0182166 1 ||| ||| 0.0909091
+[X][X] merely a report [X] ||| [X][X] lediglich um einen Bericht [X] ||| 0.0182166 1 ||| 0-0 ||| 0.179255
+[X][X] merely [X][X] [X] ||| [X][X] lediglich um [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.362913
+what [X][X] a report [X] ||| dem es [X][X] einen Bericht [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0909091
+what [X][X] report [X] ||| dem es [X][X] Bericht [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0909091
+what is [X][X] report [X] ||| dem es sich [X][X] Bericht [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0909091
+what is merely [X][X] [X] ||| dem es sich lediglich um [X][X] [X] ||| 0.0182166 1 ||| 3-5 ||| 0.211513
+[X][X] a [X][X] not a [X] ||| [X][X] einen [X][X] keinen [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.111905
+[X][X] a report [X][X] [X] ||| [X][X] einen Bericht [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.185829
+[X][X] a report , [X][X] [X] ||| [X][X] einen Bericht und [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-4 ||| 0.185829
+is [X][X] report [X][X] [X] ||| sich [X][X] Bericht [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0892857
+is [X][X] report , [X][X] [X] ||| sich [X][X] Bericht und [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-4 ||| 0.0892857
+is [X][X] , not a [X] ||| sich [X][X] und keinen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.047619
+is [X][X] , [X][X] [X] ||| sich [X][X] und [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0892857
+is [X][X] not a [X] ||| sich [X][X] keinen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.047619
+is merely [X][X] , [X][X] [X] ||| sich lediglich um [X][X] und [X][X] [X] ||| 0.0182166 1 ||| 2-3 4-5 ||| 0.0892857
+is merely [X][X] not a [X] ||| sich lediglich um [X][X] keinen [X] ||| 0.0182166 1 ||| 2-3 ||| 0.047619
+is merely a report [X][X] [X] ||| sich lediglich um einen Bericht [X][X] [X] ||| 0.0182166 1 ||| 4-5 ||| 0.0892857
+[X][X] report [X][X] legislative proposal [X] ||| [X][X] Bericht [X][X] Legislativvorschlag [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.132748
+merely [X][X] not a [X][X] [X] ||| lediglich um [X][X] keinen [X][X] [X] ||| 0.0182166 1 ||| 1-2 4-4 ||| 0.0588235
+merely [X][X] legislative proposal [X] ||| lediglich um [X][X] Legislativvorschlag [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0588235
+merely a [X][X] legislative proposal [X] ||| lediglich um einen [X][X] Legislativvorschlag [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0588235
+I [X][X] whether one can [X] ||| ich [X][X] ob es möglich ist [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0714286
+I [X][X] whether [X][X] [X] ||| ich [X][X] ob [X][X] ist [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.108466
+I [X][X] one can [X] ||| ich [X][X] es möglich ist [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0714286
+I [X][X] can [X] ||| ich [X][X] möglich ist [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0714286
+I [X][X] [X] ||| ich [X][X] ist [X] ||| 0.0182166 1 ||| 1-1 ||| 0.108466
+I want to know [X][X] [X] ||| ich möchte wissen , [X][X] ist [X] ||| 0.0182166 1 ||| 4-4 ||| 0.108466
+I [X][X] whether [X][X] raise [X] ||| ich [X][X] ob [X][X] ist [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.037037
+I [X][X] whether one [X][X] [X] ||| ich [X][X] ob es [X][X] ist [X] ||| 0.0182166 1 ||| 1-1 4-4 ||| 0.037037
+I [X][X] one can raise [X] ||| ich [X][X] es möglich ist [X] ||| 0.0182166 1 ||| 1-1 ||| 0.037037
+I [X][X] one [X][X] [X] ||| ich [X][X] es [X][X] ist [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.037037
+I [X][X] can raise [X] ||| ich [X][X] möglich ist [X] ||| 0.0182166 1 ||| 1-1 ||| 0.037037
+I [X][X] raise [X] ||| ich [X][X] ist [X] ||| 0.0182166 1 ||| 1-1 ||| 0.037037
+[X][X] whether one can [X] ||| [X][X] ob es möglich ist , [X] ||| 0.0182166 1 ||| 0-0 ||| 0.132479
+[X][X] whether [X][X] [X] ||| [X][X] ob [X][X] ist , [X] ||| 0.00910828 1 ||| 0-0 2-2 ||| 0.400922
+[X][X] whether [X][X] [X] ||| [X][X] ob [X][X] , [X] ||| 0.00910828 1 ||| 0-0 2-2 ||| 0.400922
+[X][X] one can [X] ||| [X][X] es möglich ist , [X] ||| 0.0182166 1 ||| 0-0 ||| 0.132479
+want to know [X][X] can [X] ||| möchte wissen , [X][X] möglich ist , [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0769231
+want to know [X][X] [X] ||| möchte wissen , [X][X] ist , [X] ||| 0.00910828 1 ||| 3-3 ||| 0.23718
+want to know [X][X] [X] ||| möchte wissen , [X][X] , [X] ||| 0.00910828 1 ||| 3-3 ||| 0.23718
+want to know whether [X][X] [X] ||| möchte wissen , ob [X][X] ist , [X] ||| 0.00910828 1 ||| 4-4 ||| 0.23718
+want to know whether [X][X] [X] ||| möchte wissen , ob [X][X] , [X] ||| 0.00910828 1 ||| 4-4 ||| 0.23718
+[X][X] whether one can raise [X] ||| [X][X] ob es möglich ist , [X] ||| 0.0182166 1 ||| 0-0 ||| 0.0679825
+[X][X] whether [X][X] raise [X] ||| [X][X] ob [X][X] ist , [X] ||| 0.00910828 1 ||| 0-0 2-2 ||| 0.135965
+[X][X] whether [X][X] raise [X] ||| [X][X] ob [X][X] , [X] ||| 0.00910828 1 ||| 0-0 2-2 ||| 0.135965
+[X][X] whether one [X][X] [X] ||| [X][X] ob es [X][X] ist , [X] ||| 0.00910828 1 ||| 0-0 3-3 ||| 0.135965
+[X][X] whether one [X][X] [X] ||| [X][X] ob es [X][X] , [X] ||| 0.00910828 1 ||| 0-0 3-3 ||| 0.135965
+[X][X] one can raise [X] ||| [X][X] es möglich ist , [X] ||| 0.0182166 1 ||| 0-0 ||| 0.0679825
+[X][X] one [X][X] [X] ||| [X][X] es [X][X] ist , [X] ||| 0.00910828 1 ||| 0-0 2-2 ||| 0.135965
+[X][X] one [X][X] [X] ||| [X][X] es [X][X] , [X] ||| 0.00910828 1 ||| 0-0 2-2 ||| 0.135965
+want to know [X][X] raise [X] ||| möchte wissen , [X][X] ist , [X] ||| 0.00910828 1 ||| 3-3 ||| 0.0833334
+want to know [X][X] raise [X] ||| möchte wissen , [X][X] , [X] ||| 0.00910828 1 ||| 3-3 ||| 0.0833334
+[X][X] can raise an objection [X] ||| [X][X] möglich ist , einen Einwand gegen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.0222222
+[X][X] can [X][X] objection [X] ||| [X][X] möglich [X][X] Einwand gegen [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0222222
+[X][X] can raise [X][X] [X] ||| [X][X] möglich [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.0222222
+[X][X] can [X][X] objection [X] ||| [X][X] möglich ist [X][X] Einwand gegen [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.0222222
+[X][X] can raise [X][X] [X] ||| [X][X] möglich ist [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0222222
+[X][X] can [X][X] objection [X] ||| [X][X] möglich ist , [X][X] Einwand gegen [X] ||| 0.0182166 1 ||| 0-0 2-4 ||| 0.0222222
+[X][X] can raise [X][X] [X] ||| [X][X] möglich ist , [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-4 ||| 0.0222222
+whether [X][X] raise an objection [X] ||| ob [X][X] ist , einen Einwand gegen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0222222
+whether [X][X] raise [X][X] [X] ||| ob [X][X] [X][X] [X] ||| 0.0109299 1 ||| 1-1 3-2 ||| 0.111111
+whether [X][X] raise [X][X] [X] ||| ob [X][X] ist [X][X] [X] ||| 0.00364331 1 ||| 1-1 3-3 ||| 0.111111
+whether [X][X] raise [X][X] [X] ||| ob [X][X] ist , [X][X] [X] ||| 0.00364331 1 ||| 1-1 3-4 ||| 0.111111
+whether [X][X] an objection [X] ||| ob [X][X] ist , einen Einwand gegen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0222222
+whether [X][X] raise an objection [X] ||| ob [X][X] , einen Einwand gegen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0222222
+whether [X][X] raise [X][X] [X] ||| ob [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0222222
+whether [X][X] an objection [X] ||| ob [X][X] , einen Einwand gegen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0222222
+whether [X][X] raise an objection [X] ||| ob [X][X] einen Einwand gegen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0222222
+whether [X][X] an objection [X] ||| ob [X][X] einen Einwand gegen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0222222
+whether [X][X] objection [X] ||| ob [X][X] Einwand gegen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0222222
+whether one [X][X] an objection [X] ||| ob es [X][X] ist , einen Einwand gegen [X] ||| 0.00607219 1 ||| 2-2 ||| 0.0666666
+whether one [X][X] an objection [X] ||| ob es [X][X] , einen Einwand gegen [X] ||| 0.00607219 1 ||| 2-2 ||| 0.0666666
+whether one [X][X] an objection [X] ||| ob es [X][X] einen Einwand gegen [X] ||| 0.00607219 1 ||| 2-2 ||| 0.0666666
+whether one [X][X] objection [X] ||| ob es [X][X] Einwand gegen [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0222222
+whether one can [X][X] objection [X] ||| ob es möglich [X][X] Einwand gegen [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0222222
+whether one can raise [X][X] [X] ||| ob es möglich [X][X] [X] ||| 0.0182166 1 ||| 4-3 ||| 0.0222222
+whether one can [X][X] objection [X] ||| ob es möglich ist [X][X] Einwand gegen [X] ||| 0.0182166 1 ||| 3-4 ||| 0.0222222
+whether one can raise [X][X] [X] ||| ob es möglich ist [X][X] [X] ||| 0.0182166 1 ||| 4-4 ||| 0.0222222
+whether one can [X][X] objection [X] ||| ob es möglich ist , [X][X] Einwand gegen [X] ||| 0.0182166 1 ||| 3-5 ||| 0.0222222
+whether one can raise [X][X] [X] ||| ob es möglich ist , [X][X] [X] ||| 0.0182166 1 ||| 4-5 ||| 0.0222222
+[X][X] to what is [X] ||| Dokument [X][X] bei dem es sich [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0625
+[X][X] to [X][X] [X] ||| Dokument [X][X] bei [X][X] [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.099537
+[X][X] what is [X] ||| Dokument [X][X] dem es sich [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0625
+[X][X] is [X] ||| Dokument [X][X] sich [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0625
+of [X][X] to what is [X] ||| Dokument zu [X][X] bei dem es sich [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0625
+of [X][X] to [X][X] [X] ||| Dokument zu [X][X] bei [X][X] [X] ||| 0.0182166 1 ||| 1-2 3-4 ||| 0.099537
+of [X][X] what is [X] ||| Dokument zu [X][X] dem es sich [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0625
+of [X][X] is [X] ||| Dokument zu [X][X] sich [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0625
+of that kind [X][X] is [X] ||| Dokument zu erheben , [X][X] sich [X] ||| 0.0182166 1 ||| 3-4 ||| 0.0625
+of that kind to [X][X] [X] ||| Dokument zu erheben , bei [X][X] [X] ||| 0.0182166 1 ||| 4-5 ||| 0.099537
+[X][X] to what is merely [X] ||| [X][X] bei dem es sich lediglich um [X] ||| 0.0182166 1 ||| 0-0 ||| 0.161097
+[X][X] to [X][X] merely [X] ||| [X][X] bei [X][X] lediglich um [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.161097
+[X][X] to what [X][X] [X] ||| [X][X] bei dem es [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-4 ||| 0.280145
+[X][X] what is merely [X] ||| [X][X] dem es sich lediglich um [X] ||| 0.0182166 1 ||| 0-0 ||| 0.161097
+[X][X] what [X][X] [X] ||| [X][X] dem es [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.280145
+that kind [X][X] is merely [X] ||| erheben , [X][X] sich lediglich um [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0714286
+that kind [X][X] merely [X] ||| erheben , [X][X] lediglich um [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0714286
+that kind to [X][X] merely [X] ||| erheben , bei [X][X] lediglich um [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0714286
+that kind to what [X][X] [X] ||| erheben , bei dem es [X][X] [X] ||| 0.0182166 1 ||| 4-5 ||| 0.154762
+[X][X] is merely a report [X] ||| [X][X] sich lediglich um einen Bericht [X] ||| 0.0182166 1 ||| 0-0 ||| 0.0883459
+[X][X] is [X][X] report [X] ||| [X][X] sich [X][X] Bericht [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0883459
+[X][X] is merely [X][X] [X] ||| [X][X] sich lediglich um [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-4 ||| 0.1514
+to [X][X] merely a report [X] ||| bei [X][X] lediglich um einen Bericht [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+to [X][X] merely [X][X] [X] ||| bei [X][X] lediglich um [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-4 ||| 0.115686
+to [X][X] a report [X] ||| bei [X][X] einen Bericht [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+to [X][X] report [X] ||| bei [X][X] Bericht [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+to what [X][X] a report [X] ||| bei dem es [X][X] einen Bericht [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0526316
+to what [X][X] report [X] ||| bei dem es [X][X] Bericht [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0526316
+to what is [X][X] report [X] ||| bei dem es sich [X][X] Bericht [X] ||| 0.0182166 1 ||| 3-4 ||| 0.0526316
+to what is merely [X][X] [X] ||| bei dem es sich lediglich um [X][X] [X] ||| 0.0182166 1 ||| 4-6 ||| 0.115686
+[X][X] merely a report , [X] ||| [X][X] lediglich um einen Bericht und [X] ||| 0.0182166 1 ||| 0-0 ||| 0.0871143
+[X][X] merely [X][X] , [X] ||| [X][X] lediglich um [X][X] und [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.0871143
+[X][X] merely a [X][X] [X] ||| [X][X] lediglich um einen [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-4 ||| 0.183658
+what [X][X] a report , [X] ||| dem es [X][X] einen Bericht und [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0526316
+what [X][X] a [X][X] [X] ||| dem es [X][X] einen [X][X] [X] ||| 0.0182166 1 ||| 1-2 3-4 ||| 0.120604
+what [X][X] report , [X] ||| dem es [X][X] Bericht und [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0526316
+what [X][X] , [X] ||| dem es [X][X] und [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0526316
+what is [X][X] report , [X] ||| dem es sich [X][X] Bericht und [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0526316
+what is [X][X] , [X] ||| dem es sich [X][X] und [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0526316
+what is merely [X][X] , [X] ||| dem es sich lediglich um [X][X] und [X] ||| 0.0182166 1 ||| 3-5 ||| 0.0526316
+what is merely a [X][X] [X] ||| dem es sich lediglich um einen [X][X] [X] ||| 0.0182166 1 ||| 4-6 ||| 0.120604
+[X][X] a [X][X] legislative proposal [X] ||| [X][X] einen [X][X] Legislativvorschlag [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0739247
+is [X][X] not a [X][X] [X] ||| sich [X][X] keinen [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-3 ||| 0.0416667
+is [X][X] legislative proposal [X] ||| sich [X][X] Legislativvorschlag [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0416667
+is merely [X][X] legislative proposal [X] ||| sich lediglich um [X][X] Legislativvorschlag [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0416667
+I [X][X] whether one can [X] ||| ich [X][X] ob es möglich ist , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0555556
+I [X][X] whether [X][X] [X] ||| ich [X][X] ob [X][X] ist , [X] ||| 0.00910828 1 ||| 1-1 3-3 ||| 0.163743
+I [X][X] whether [X][X] [X] ||| ich [X][X] ob [X][X] , [X] ||| 0.00910828 1 ||| 1-1 3-3 ||| 0.163743
+I [X][X] one can [X] ||| ich [X][X] es möglich ist , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0555556
+I [X][X] can [X] ||| ich [X][X] möglich ist , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0555556
+I [X][X] [X] ||| ich [X][X] ist , [X] ||| 0.00910828 1 ||| 1-1 ||| 0.163743
+I [X][X] [X] ||| ich [X][X] , [X] ||| 0.00910828 1 ||| 1-1 ||| 0.163743
+I want to know [X][X] [X] ||| ich möchte wissen , [X][X] ist , [X] ||| 0.00910828 1 ||| 4-4 ||| 0.163743
+I want to know [X][X] [X] ||| ich möchte wissen , [X][X] , [X] ||| 0.00910828 1 ||| 4-4 ||| 0.163743
+I [X][X] whether [X][X] raise [X] ||| ich [X][X] ob [X][X] ist , [X] ||| 0.00910828 1 ||| 1-1 3-3 ||| 0.0526316
+I [X][X] whether [X][X] raise [X] ||| ich [X][X] ob [X][X] , [X] ||| 0.00910828 1 ||| 1-1 3-3 ||| 0.0526316
+I [X][X] whether one [X][X] [X] ||| ich [X][X] ob es [X][X] ist , [X] ||| 0.00910828 1 ||| 1-1 4-4 ||| 0.0526316
+I [X][X] whether one [X][X] [X] ||| ich [X][X] ob es [X][X] , [X] ||| 0.00910828 1 ||| 1-1 4-4 ||| 0.0526316
+I [X][X] one can raise [X] ||| ich [X][X] es möglich ist , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0263158
+I [X][X] one [X][X] [X] ||| ich [X][X] es [X][X] ist , [X] ||| 0.00910828 1 ||| 1-1 3-3 ||| 0.0526316
+I [X][X] one [X][X] [X] ||| ich [X][X] es [X][X] , [X] ||| 0.00910828 1 ||| 1-1 3-3 ||| 0.0526316
+I [X][X] can raise [X] ||| ich [X][X] möglich ist , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0263158
+I [X][X] raise [X] ||| ich [X][X] ist , [X] ||| 0.00910828 1 ||| 1-1 ||| 0.0526316
+I [X][X] raise [X] ||| ich [X][X] , [X] ||| 0.00910828 1 ||| 1-1 ||| 0.0526316
+[X][X] whether [X][X] raise an [X] ||| [X][X] ob [X][X] ist , einen [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0448842
+[X][X] whether [X][X] an [X] ||| [X][X] ob [X][X] ist , einen [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0448842
+[X][X] whether [X][X] raise an [X] ||| [X][X] ob [X][X] , einen [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0448842
+[X][X] whether [X][X] an [X] ||| [X][X] ob [X][X] , einen [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0448842
+[X][X] whether [X][X] raise an [X] ||| [X][X] ob [X][X] einen [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0448842
+[X][X] whether [X][X] an [X] ||| [X][X] ob [X][X] einen [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0448842
+[X][X] whether one [X][X] an [X] ||| [X][X] ob es [X][X] ist , einen [X] ||| 0.00607219 1 ||| 0-0 3-3 ||| 0.134653
+[X][X] whether one [X][X] an [X] ||| [X][X] ob es [X][X] , einen [X] ||| 0.00607219 1 ||| 0-0 3-3 ||| 0.134653
+[X][X] whether one [X][X] an [X] ||| [X][X] ob es [X][X] einen [X] ||| 0.00607219 1 ||| 0-0 3-3 ||| 0.134653
+[X][X] whether one can [X][X] [X] ||| [X][X] ob es möglich [X][X] [X] ||| 0.00607219 1 ||| 0-0 4-4 ||| 0.134653
+[X][X] whether one can [X][X] [X] ||| [X][X] ob es möglich ist [X][X] [X] ||| 0.00607219 1 ||| 0-0 4-5 ||| 0.134653
+[X][X] whether one can [X][X] [X] ||| [X][X] ob es möglich ist , [X][X] [X] ||| 0.00607219 1 ||| 0-0 4-6 ||| 0.134653
+[X][X] one can raise an [X] ||| [X][X] es möglich ist , einen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.0448842
+[X][X] one [X][X] an [X] ||| [X][X] es [X][X] ist , einen [X] ||| 0.00607219 1 ||| 0-0 2-2 ||| 0.134653
+[X][X] one [X][X] an [X] ||| [X][X] es [X][X] , einen [X] ||| 0.00607219 1 ||| 0-0 2-2 ||| 0.134653
+[X][X] one [X][X] an [X] ||| [X][X] es [X][X] einen [X] ||| 0.00607219 1 ||| 0-0 2-2 ||| 0.134653
+[X][X] one can [X][X] [X] ||| [X][X] es möglich [X][X] [X] ||| 0.00607219 1 ||| 0-0 3-3 ||| 0.134653
+[X][X] one can [X][X] [X] ||| [X][X] es möglich ist [X][X] [X] ||| 0.00607219 1 ||| 0-0 3-4 ||| 0.134653
+[X][X] one can [X][X] [X] ||| [X][X] es möglich ist , [X][X] [X] ||| 0.00607219 1 ||| 0-0 3-5 ||| 0.134653
+want to know [X][X] an [X] ||| möchte wissen , [X][X] ist , einen [X] ||| 0.00607219 1 ||| 3-3 ||| 0.081081
+want to know [X][X] an [X] ||| möchte wissen , [X][X] , einen [X] ||| 0.00607219 1 ||| 3-3 ||| 0.081081
+want to know [X][X] an [X] ||| möchte wissen , [X][X] einen [X] ||| 0.00607219 1 ||| 3-3 ||| 0.081081
+of [X][X] to [X][X] merely [X] ||| zu [X][X] bei [X][X] lediglich um [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0526316
+of [X][X] to what [X][X] [X] ||| zu [X][X] bei dem es [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-5 ||| 0.0883459
+of [X][X] what is merely [X] ||| zu [X][X] dem es sich lediglich um [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+of [X][X] what [X][X] [X] ||| zu [X][X] dem es [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-4 ||| 0.0883459
+of [X][X] is merely [X] ||| zu [X][X] sich lediglich um [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+of [X][X] merely [X] ||| zu [X][X] lediglich um [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+of that kind [X][X] merely [X] ||| zu erheben , [X][X] lediglich um [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0526316
+[X][X] to [X][X] merely a [X] ||| [X][X] bei [X][X] lediglich um einen [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0833333
+[X][X] to [X][X] a [X] ||| [X][X] bei [X][X] einen [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0833333
+[X][X] to what [X][X] a [X] ||| [X][X] bei dem es [X][X] einen [X] ||| 0.0182166 1 ||| 0-0 3-4 ||| 0.0833333
+[X][X] to what is [X][X] [X] ||| [X][X] bei dem es sich [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-5 ||| 0.119048
+[X][X] what is merely a [X] ||| [X][X] dem es sich lediglich um einen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.0833333
+[X][X] what [X][X] a [X] ||| [X][X] dem es [X][X] einen [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.0833333
+[X][X] what is [X][X] [X] ||| [X][X] dem es sich [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-4 ||| 0.119048
+that kind [X][X] is [X][X] [X] ||| erheben , [X][X] sich [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-4 ||| 0.0833333
+that kind [X][X] merely a [X] ||| erheben , [X][X] lediglich um einen [X] ||| 0.0182166 1 ||| 2-2 ||| 0.047619
+that kind [X][X] a [X] ||| erheben , [X][X] einen [X] ||| 0.0182166 1 ||| 2-2 ||| 0.047619
+that kind to [X][X] a [X] ||| erheben , bei [X][X] einen [X] ||| 0.0182166 1 ||| 3-3 ||| 0.047619
+[X][X] is [X][X] report , [X] ||| [X][X] sich [X][X] Bericht und [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0344828
+[X][X] is [X][X] , [X] ||| [X][X] sich [X][X] und [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0344828
+[X][X] is merely [X][X] , [X] ||| [X][X] sich lediglich um [X][X] und [X] ||| 0.0182166 1 ||| 0-0 3-4 ||| 0.0344828
+[X][X] is merely a [X][X] [X] ||| [X][X] sich lediglich um einen [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-5 ||| 0.0630542
+to [X][X] merely [X][X] , [X] ||| bei [X][X] lediglich um [X][X] und [X] ||| 0.0182166 1 ||| 1-1 3-4 ||| 0.0344828
+to [X][X] merely a [X][X] [X] ||| bei [X][X] lediglich um einen [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-5 ||| 0.0630542
+to [X][X] a report , [X] ||| bei [X][X] einen Bericht und [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0344828
+to [X][X] a [X][X] [X] ||| bei [X][X] einen [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0630542
+to [X][X] report , [X] ||| bei [X][X] Bericht und [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0344828
+to [X][X] , [X] ||| bei [X][X] und [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0344828
+to what [X][X] a [X][X] [X] ||| bei dem es [X][X] einen [X][X] [X] ||| 0.0182166 1 ||| 2-3 4-5 ||| 0.0630542
+to what [X][X] report , [X] ||| bei dem es [X][X] Bericht und [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0344828
+to what [X][X] , [X] ||| bei dem es [X][X] und [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0344828
+to what is [X][X] , [X] ||| bei dem es sich [X][X] und [X] ||| 0.0182166 1 ||| 3-4 ||| 0.0344828
+[X][X] merely [X][X] not a [X] ||| [X][X] lediglich um [X][X] keinen [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.0642857
+[X][X] merely a report [X][X] [X] ||| [X][X] lediglich um einen Bericht [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-5 ||| 0.0965438
+what [X][X] a report [X][X] [X] ||| dem es [X][X] einen Bericht [X][X] [X] ||| 0.0182166 1 ||| 1-2 4-5 ||| 0.0679723
+what [X][X] report [X][X] [X] ||| dem es [X][X] Bericht [X][X] [X] ||| 0.0182166 1 ||| 1-2 3-4 ||| 0.0679723
+what [X][X] report , [X][X] [X] ||| dem es [X][X] Bericht und [X][X] [X] ||| 0.0182166 1 ||| 1-2 4-5 ||| 0.0679723
+what [X][X] , not a [X] ||| dem es [X][X] und keinen [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0357143
+what [X][X] , [X][X] [X] ||| dem es [X][X] und [X][X] [X] ||| 0.0182166 1 ||| 1-2 3-4 ||| 0.0679723
+what [X][X] not a [X] ||| dem es [X][X] keinen [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0357143
+what is [X][X] report [X][X] [X] ||| dem es sich [X][X] Bericht [X][X] [X] ||| 0.0182166 1 ||| 2-3 4-5 ||| 0.0679723
+what is [X][X] , [X][X] [X] ||| dem es sich [X][X] und [X][X] [X] ||| 0.0182166 1 ||| 2-3 4-5 ||| 0.0679723
+what is [X][X] not a [X] ||| dem es sich [X][X] keinen [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0357143
+I [X][X] whether [X][X] an [X] ||| ich [X][X] ob [X][X] ist , einen [X] ||| 0.00607219 1 ||| 1-1 3-3 ||| 0.0535713
+I [X][X] whether [X][X] an [X] ||| ich [X][X] ob [X][X] , einen [X] ||| 0.00607219 1 ||| 1-1 3-3 ||| 0.0535713
+I [X][X] whether [X][X] an [X] ||| ich [X][X] ob [X][X] einen [X] ||| 0.00607219 1 ||| 1-1 3-3 ||| 0.0535713
+I [X][X] one [X][X] an [X] ||| ich [X][X] es [X][X] ist , einen [X] ||| 0.00607219 1 ||| 1-1 3-3 ||| 0.0535713
+I [X][X] one [X][X] an [X] ||| ich [X][X] es [X][X] , einen [X] ||| 0.00607219 1 ||| 1-1 3-3 ||| 0.0535713
+I [X][X] one [X][X] an [X] ||| ich [X][X] es [X][X] einen [X] ||| 0.00607219 1 ||| 1-1 3-3 ||| 0.0535713
+I [X][X] one can [X][X] [X] ||| ich [X][X] es möglich [X][X] [X] ||| 0.00607219 1 ||| 1-1 4-4 ||| 0.0535713
+I [X][X] one can [X][X] [X] ||| ich [X][X] es möglich ist [X][X] [X] ||| 0.00607219 1 ||| 1-1 4-5 ||| 0.0535713
+I [X][X] one can [X][X] [X] ||| ich [X][X] es möglich ist , [X][X] [X] ||| 0.00607219 1 ||| 1-1 4-6 ||| 0.0535713
+I [X][X] can raise an [X] ||| ich [X][X] möglich ist , einen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0178571
+I [X][X] can [X][X] [X] ||| ich [X][X] möglich [X][X] [X] ||| 0.00607219 1 ||| 1-1 3-3 ||| 0.0535713
+I [X][X] can [X][X] [X] ||| ich [X][X] möglich ist [X][X] [X] ||| 0.00607219 1 ||| 1-1 3-4 ||| 0.0535713
+I [X][X] can [X][X] [X] ||| ich [X][X] möglich ist , [X][X] [X] ||| 0.00607219 1 ||| 1-1 3-5 ||| 0.0535713
+I [X][X] raise an [X] ||| ich [X][X] ist , einen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0178571
+I [X][X] an [X] ||| ich [X][X] ist , einen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0178571
+I [X][X] raise an [X] ||| ich [X][X] , einen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0178571
+I [X][X] an [X] ||| ich [X][X] , einen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0178571
+I [X][X] raise an [X] ||| ich [X][X] einen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0178571
+I [X][X] an [X] ||| ich [X][X] einen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0178571
+[X][X] to what is merely [X] ||| Dokument [X][X] bei dem es sich lediglich um [X] ||| 0.0182166 1 ||| 0-1 ||| 0.037037
+[X][X] to [X][X] merely [X] ||| Dokument [X][X] bei [X][X] lediglich um [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.037037
+[X][X] to what [X][X] [X] ||| Dokument [X][X] bei dem es [X][X] [X] ||| 0.0182166 1 ||| 0-1 3-5 ||| 0.037037
+[X][X] what is merely [X] ||| Dokument [X][X] dem es sich lediglich um [X] ||| 0.0182166 1 ||| 0-1 ||| 0.037037
+[X][X] what [X][X] [X] ||| Dokument [X][X] dem es [X][X] [X] ||| 0.0182166 1 ||| 0-1 2-4 ||| 0.037037
+[X][X] is merely [X] ||| Dokument [X][X] sich lediglich um [X] ||| 0.0182166 1 ||| 0-1 ||| 0.037037
+[X][X] merely [X] ||| Dokument [X][X] lediglich um [X] ||| 0.0182166 1 ||| 0-1 ||| 0.037037
+of [X][X] to [X][X] merely [X] ||| Dokument zu [X][X] bei [X][X] lediglich um [X] ||| 0.0182166 1 ||| 1-2 3-4 ||| 0.037037
+of [X][X] to what [X][X] [X] ||| Dokument zu [X][X] bei dem es [X][X] [X] ||| 0.0182166 1 ||| 1-2 4-6 ||| 0.037037
+of [X][X] what is merely [X] ||| Dokument zu [X][X] dem es sich lediglich um [X] ||| 0.0182166 1 ||| 1-2 ||| 0.037037
+of [X][X] what [X][X] [X] ||| Dokument zu [X][X] dem es [X][X] [X] ||| 0.0182166 1 ||| 1-2 3-5 ||| 0.037037
+of [X][X] is merely [X] ||| Dokument zu [X][X] sich lediglich um [X] ||| 0.0182166 1 ||| 1-2 ||| 0.037037
+of [X][X] merely [X] ||| Dokument zu [X][X] lediglich um [X] ||| 0.0182166 1 ||| 1-2 ||| 0.037037
+of that kind [X][X] merely [X] ||| Dokument zu erheben , [X][X] lediglich um [X] ||| 0.0182166 1 ||| 3-4 ||| 0.037037
+of [X][X] to [X][X] a [X] ||| zu [X][X] bei [X][X] einen [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0357143
+of [X][X] what [X][X] a [X] ||| zu [X][X] dem es [X][X] einen [X] ||| 0.0182166 1 ||| 1-1 3-4 ||| 0.0357143
+of [X][X] what is [X][X] [X] ||| zu [X][X] dem es sich [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-5 ||| 0.0357143
+of [X][X] is merely a [X] ||| zu [X][X] sich lediglich um einen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0357143
+of [X][X] is [X][X] [X] ||| zu [X][X] sich [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0357143
+of [X][X] merely a [X] ||| zu [X][X] lediglich um einen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0357143
+of [X][X] a [X] ||| zu [X][X] einen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0357143
+of that kind [X][X] a [X] ||| zu erheben , [X][X] einen [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0357143
+[X][X] to [X][X] a report [X] ||| [X][X] bei [X][X] einen Bericht [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0357143
+[X][X] to [X][X] report [X] ||| [X][X] bei [X][X] Bericht [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0357143
+[X][X] to what [X][X] report [X] ||| [X][X] bei dem es [X][X] Bericht [X] ||| 0.0182166 1 ||| 0-0 3-4 ||| 0.0357143
+[X][X] what [X][X] a report [X] ||| [X][X] dem es [X][X] einen Bericht [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.0357143
+[X][X] what [X][X] report [X] ||| [X][X] dem es [X][X] Bericht [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.0357143
+[X][X] what is [X][X] report [X] ||| [X][X] dem es sich [X][X] Bericht [X] ||| 0.0182166 1 ||| 0-0 3-4 ||| 0.0357143
+[X][X] what is merely [X][X] [X] ||| [X][X] dem es sich lediglich um [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-6 ||| 0.0357143
+that kind [X][X] merely [X][X] [X] ||| erheben , [X][X] lediglich um [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-5 ||| 0.0357143
+that kind [X][X] a report [X] ||| erheben , [X][X] einen Bericht [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0357143
+that kind [X][X] report [X] ||| erheben , [X][X] Bericht [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0357143
+that kind to [X][X] report [X] ||| erheben , bei [X][X] Bericht [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0357143
+[X][X] is [X][X] not a [X] ||| [X][X] sich [X][X] keinen [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0285714
+to [X][X] a report [X][X] [X] ||| bei [X][X] einen Bericht [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-4 ||| 0.0285714
+to [X][X] report [X][X] [X] ||| bei [X][X] Bericht [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0285714
+to [X][X] report , [X][X] [X] ||| bei [X][X] Bericht und [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-4 ||| 0.0285714
+to [X][X] , not a [X] ||| bei [X][X] und keinen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0285714
+to [X][X] , [X][X] [X] ||| bei [X][X] und [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0285714
+to [X][X] not a [X] ||| bei [X][X] keinen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0285714
+to what [X][X] report [X][X] [X] ||| bei dem es [X][X] Bericht [X][X] [X] ||| 0.0182166 1 ||| 2-3 4-5 ||| 0.0285714
+to what [X][X] , [X][X] [X] ||| bei dem es [X][X] und [X][X] [X] ||| 0.0182166 1 ||| 2-3 4-5 ||| 0.0285714
+to what [X][X] not a [X] ||| bei dem es [X][X] keinen [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0285714
+[X][X] merely [X][X] legislative proposal [X] ||| [X][X] lediglich um [X][X] Legislativvorschlag [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.0322581
+what [X][X] not a [X][X] [X] ||| dem es [X][X] keinen [X][X] [X] ||| 0.0182166 1 ||| 1-2 4-4 ||| 0.0322581
+what [X][X] legislative proposal [X] ||| dem es [X][X] Legislativvorschlag [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0322581
+what is [X][X] legislative proposal [X] ||| dem es sich [X][X] Legislativvorschlag [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0322581
+that is precisely [X] ||| genau [X] ||| 0.0182166 1 ||| ||| 1
+that is precisely the [X] ||| genau [X] ||| 0.0182166 1 ||| ||| 1
+time when [X] ||| dann [X] ||| 0.0182166 1 ||| ||| 1
+the time when [X] ||| dann [X] ||| 0.0182166 1 ||| ||| 1
+may [X] ||| können [X] ||| 0.0182166 1 ||| ||| 1
+you [X] ||| Sie [X] ||| 0.218091 1 ||| ||| 2
+, [X] ||| , [X] ||| 0.315522 1 ||| ||| 3
+if [X] ||| wenn [X] ||| 0.0182166 1 ||| ||| 1
+wish [X] ||| wollen [X] ||| 0.0182166 1 ||| ||| 1
+this [X] ||| diese [X] ||| 0.0182166 1 ||| ||| 1
+question [X] ||| Frage [X] ||| 0.0182166 1 ||| ||| 1
+raise [X] ||| ansprechen [X] ||| 0.0182166 1 ||| ||| 1
+on [X] ||| am [X] ||| 0.0182166 1 ||| ||| 1
+Thursday prior [X] ||| Donnerstag [X] ||| 0.0182166 1 ||| ||| 1
+to [X] ||| zu [X] ||| 0.0182166 1 ||| ||| 1
+the start [X] ||| Beginn [X] ||| 0.0182166 1 ||| ||| 1
+of the [X] ||| der [X] ||| 0.0182166 1 ||| ||| 1
+presentation [X] ||| Aussprache [X] ||| 0.0182166 1 ||| ||| 1
+of [X] ||| über [X] ||| 0.0182166 1 ||| ||| 1
+the [X] ||| den [X] ||| 0.0182166 1 ||| ||| 1
+report [X] ||| Bericht [X] ||| 0.0182166 1 ||| ||| 1
+. [X] ||| . [X] ||| 0.0182166 1 ||| ||| 1
+[X][X] the time when [X] ||| [X][X] dann [X] ||| 0.0182166 1 ||| 0-0 ||| 0.25
+[X][X] time when [X] ||| [X][X] dann [X] ||| 0.0182166 1 ||| 0-0 ||| 0.25
+that is precisely the [X][X] [X] ||| genau [X][X] [X] ||| 0.0182166 1 ||| 4-1 ||| 0.587302
+that is precisely [X][X] [X] ||| genau [X][X] [X] ||| 0.0182166 1 ||| 3-1 ||| 0.587302
+you may [X] ||| können Sie [X] ||| 0.0182166 1 ||| ||| 1
+, if [X] ||| , wenn [X] ||| 0.0182166 1 ||| ||| 1
+if you [X] ||| wenn Sie [X] ||| 0.0182166 1 ||| ||| 1
+you wish [X] ||| Sie wollen [X] ||| 0.0182166 1 ||| ||| 1
+wish , [X] ||| wollen , [X] ||| 0.0182166 1 ||| ||| 1
+this question [X] ||| diese Frage [X] ||| 0.0182166 1 ||| ||| 1
+i.e. [X] ||| d. h. [X] ||| 0.0182166 1 ||| ||| 1
+on Thursday prior [X] ||| am Donnerstag [X] ||| 0.0182166 1 ||| ||| 0.5
+on [X][X] [X] ||| am [X][X] [X] ||| 0.218091 1 ||| 1-1 ||| 1.05694
+Thursday prior to [X] ||| Donnerstag zu [X] ||| 0.0182166 1 ||| ||| 0.5
+[X][X] to [X] ||| [X][X] zu [X] ||| 0.218091 1 ||| 0-0 ||| 1.06323
+to the start [X] ||| zu Beginn [X] ||| 0.0182166 1 ||| ||| 0.5
+to [X][X] [X] ||| zu [X][X] [X] ||| 0.218091 1 ||| 1-1 ||| 1.08724
+the start of the [X] ||| Beginn der [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] of the [X] ||| [X][X] der [X] ||| 0.0182166 1 ||| 0-0 ||| 0.840278
+the start [X][X] [X] ||| Beginn [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.842157
+of the presentation [X] ||| der Aussprache [X] ||| 0.0182166 1 ||| ||| 0.5
+[X][X] presentation [X] ||| [X][X] Aussprache [X] ||| 0.218091 1 ||| 0-0 ||| 1.04627
+presentation of [X] ||| Aussprache über [X] ||| 0.0182166 1 ||| ||| 1
+of the [X] ||| über den [X] ||| 0.0182166 1 ||| ||| 1
+the report [X] ||| den Bericht [X] ||| 0.0182166 1 ||| ||| 1
+report . [X] ||| Bericht . [X] ||| 0.0182166 1 ||| ||| 1
+time when you may [X] ||| dann können Sie [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] you may [X] ||| [X][X] können Sie [X] ||| 0.0182166 1 ||| 0-0 ||| 0.726191
+time when [X][X] [X] ||| dann [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.842157
+the time when you may [X] ||| dann können Sie [X] ||| 0.0182166 1 ||| ||| 0.25
+the [X][X] you may [X] ||| [X][X] können Sie [X] ||| 0.0182166 1 ||| 1-0 ||| 0.25
+the time when [X][X] [X] ||| dann [X][X] [X] ||| 0.0182166 1 ||| 3-1 ||| 0.680159
+you may , [X] ||| können Sie , [X] ||| 0.0182166 1 ||| ||| 0.5
+[X][X] , [X] ||| [X][X] , [X] ||| 0.315522 1 ||| 0-0 ||| 2.51105
+, if you [X] ||| , wenn Sie [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] you [X] ||| [X][X] Sie [X] ||| 0.0182166 1 ||| 0-0 ||| 0.613095
+, [X][X] [X] ||| , [X][X] [X] ||| 0.315522 1 ||| 1-1 ||| 2.1735
+if you wish [X] ||| wenn Sie wollen [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] wish [X] ||| [X][X] wollen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.677871
+if [X][X] [X] ||| wenn [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.652302
+you wish , [X] ||| Sie wollen , [X] ||| 0.0182166 1 ||| ||| 0.333333
+you [X][X] [X] ||| Sie [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.620464
+raise this question [X] ||| diese Frage ansprechen [X] ||| 0.0182166 1 ||| ||| 0.5
+raise [X][X] [X] ||| [X][X] ansprechen [X] ||| 0.0182166 1 ||| 1-0 ||| 0.5
+, i.e. [X] ||| , d. h. [X] ||| 0.0182166 1 ||| ||| 1
+i.e. on [X] ||| d. h. am [X] ||| 0.0182166 1 ||| ||| 1
+on Thursday prior to [X] ||| am Donnerstag zu [X] ||| 0.0182166 1 ||| ||| 0.25
+on [X][X] to [X] ||| am [X][X] zu [X] ||| 0.0182166 1 ||| 1-1 ||| 0.25
+Thursday prior to the start [X] ||| Donnerstag zu Beginn [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] to the start [X] ||| [X][X] zu Beginn [X] ||| 0.0182166 1 ||| 0-0 ||| 0.413524
+[X][X] to [X][X] [X] ||| [X][X] zu [X][X] [X] ||| 0.218091 1 ||| 0-0 2-2 ||| 1.09318
+[X][X] the start [X] ||| [X][X] Beginn [X] ||| 0.0182166 1 ||| 0-0 ||| 0.413524
+Thursday prior [X][X] [X] ||| Donnerstag [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.487985
+Thursday prior to [X][X] [X] ||| Donnerstag zu [X][X] [X] ||| 0.0182166 1 ||| 3-2 ||| 0.487985
+to the start of the [X] ||| zu Beginn der [X] ||| 0.0182166 1 ||| ||| 0.2
+to [X][X] of the [X] ||| zu [X][X] der [X] ||| 0.0182166 1 ||| 1-1 ||| 0.2
+to the start [X][X] [X] ||| zu Beginn [X][X] [X] ||| 0.0182166 1 ||| 3-2 ||| 0.587236
+the start of the presentation [X] ||| Beginn der Aussprache [X] ||| 0.0182166 1 ||| ||| 0.2
+[X][X] of the presentation [X] ||| [X][X] der Aussprache [X] ||| 0.0182166 1 ||| 0-0 ||| 0.546266
+the start [X][X] presentation [X] ||| Beginn [X][X] Aussprache [X] ||| 0.0182166 1 ||| 2-1 ||| 0.2
+of the presentation of [X] ||| der Aussprache über [X] ||| 0.0182166 1 ||| ||| 0.25
+[X][X] presentation of [X] ||| [X][X] Aussprache über [X] ||| 0.0182166 1 ||| 0-0 ||| 0.591667
+[X][X] of [X] ||| [X][X] über [X] ||| 0.0182166 1 ||| 0-0 ||| 0.591667
+of the [X][X] [X] ||| der [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.494048
+presentation of the [X] ||| Aussprache über den [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] the [X] ||| [X][X] den [X] ||| 0.0182166 1 ||| 0-0 ||| 0.660965
+presentation [X][X] [X] ||| Aussprache [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.590909
+of the report [X] ||| über den Bericht [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] report [X] ||| [X][X] Bericht [X] ||| 0.0182166 1 ||| 0-0 ||| 0.675707
+of [X][X] [X] ||| über [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.5
+the report . [X] ||| den Bericht . [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] . [X] ||| [X][X] . [X] ||| 0.0182166 1 ||| 0-0 ||| 0.712453
+the [X][X] [X] ||| den [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.333333
+[X][X] the [X][X] you may [X] ||| [X][X] [X][X] können Sie [X] ||| 0.0182166 1 ||| 0-0 2-1 ||| 0.142857
+[X][X] the time when [X][X] [X] ||| [X][X] dann [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-2 ||| 0.337302
+[X][X] time when you may [X] ||| [X][X] dann können Sie [X] ||| 0.0182166 1 ||| 0-0 ||| 0.142857
+[X][X] time when [X][X] [X] ||| [X][X] dann [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.337302
+time when you may , [X] ||| dann können Sie , [X] ||| 0.0182166 1 ||| ||| 0.2
+[X][X] you may , [X] ||| [X][X] können Sie , [X] ||| 0.0182166 1 ||| 0-0 ||| 0.477778
+time when [X][X] , [X] ||| dann [X][X] , [X] ||| 0.0182166 1 ||| 2-1 ||| 0.241667
+the [X][X] you may , [X] ||| [X][X] können Sie , [X] ||| 0.0182166 1 ||| 1-0 ||| 0.166667
+the [X][X] , [X] ||| [X][X] , [X] ||| 0.0182166 1 ||| 1-0 ||| 0.2
+the time when [X][X] , [X] ||| dann [X][X] , [X] ||| 0.0182166 1 ||| 3-1 ||| 0.2
+you may , if [X] ||| können Sie , wenn [X] ||| 0.0182166 1 ||| ||| 0.25
+[X][X] , if [X] ||| [X][X] , wenn [X] ||| 0.0182166 1 ||| 0-0 ||| 0.569444
+[X][X] if [X] ||| [X][X] wenn [X] ||| 0.0182166 1 ||| 0-0 ||| 0.569444
+you may [X][X] [X] ||| können Sie [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.535714
+, if you wish [X] ||| , wenn Sie wollen [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] you wish [X] ||| [X][X] Sie wollen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.344538
+, [X][X] wish [X] ||| , [X][X] wollen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+, if [X][X] [X] ||| , wenn [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.335537
+if you wish , [X] ||| wenn Sie wollen , [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] wish , [X] ||| [X][X] wollen , [X] ||| 0.0182166 1 ||| 0-0 ||| 0.380195
+if [X][X] , [X] ||| wenn [X][X] , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.216667
+if you [X][X] [X] ||| wenn Sie [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.318968
+, raise this question [X] ||| , diese Frage ansprechen [X] ||| 0.0182166 1 ||| ||| 0.333333
+, raise [X][X] [X] ||| , [X][X] ansprechen [X] ||| 0.0182166 1 ||| 2-1 ||| 0.333333
+raise this question , [X] ||| diese Frage ansprechen , [X] ||| 0.0182166 1 ||| ||| 0.333333
+raise [X][X] , [X] ||| [X][X] ansprechen , [X] ||| 0.0182166 1 ||| 1-0 ||| 0.333333
+, i.e. on [X] ||| , d. h. am [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] on [X] ||| [X][X] am [X] ||| 0.0182166 1 ||| 0-0 ||| 0.659414
+i.e. on Thursday prior [X] ||| d. h. am Donnerstag [X] ||| 0.0182166 1 ||| ||| 0.25
+[X][X] Thursday prior [X] ||| [X][X] Donnerstag [X] ||| 0.0182166 1 ||| 0-0 ||| 0.538095
+i.e. [X][X] [X] ||| d. h. [X][X] [X] ||| 0.0182166 1 ||| 1-2 ||| 0.58228
+i.e. on [X][X] [X] ||| d. h. am [X][X] [X] ||| 0.0182166 1 ||| 2-3 ||| 0.58228
+on [X][X] to the start [X] ||| am [X][X] zu Beginn [X] ||| 0.0182166 1 ||| 1-1 ||| 0.111111
+on [X][X] to [X][X] [X] ||| am [X][X] zu [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.306944
+on [X][X] the start [X] ||| am [X][X] Beginn [X] ||| 0.0182166 1 ||| 1-1 ||| 0.111111
+on Thursday prior [X][X] [X] ||| am Donnerstag [X][X] [X] ||| 0.0182166 1 ||| 3-2 ||| 0.306944
+on Thursday prior to [X][X] [X] ||| am Donnerstag zu [X][X] [X] ||| 0.0182166 1 ||| 4-3 ||| 0.306944
+[X][X] to [X][X] of the [X] ||| [X][X] zu [X][X] der [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.306944
+[X][X] to the start [X][X] [X] ||| [X][X] zu Beginn [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-3 ||| 0.679652
+[X][X] the start of the [X] ||| [X][X] Beginn der [X] ||| 0.0182166 1 ||| 0-0 ||| 0.306944
+[X][X] the start [X][X] [X] ||| [X][X] Beginn [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.679652
+Thursday prior [X][X] of the [X] ||| Donnerstag [X][X] der [X] ||| 0.0182166 1 ||| 2-1 ||| 0.111111
+to [X][X] of the presentation [X] ||| zu [X][X] der Aussprache [X] ||| 0.0182166 1 ||| 1-1 ||| 0.142857
+to [X][X] presentation [X] ||| zu [X][X] Aussprache [X] ||| 0.0182166 1 ||| 1-1 ||| 0.142857
+to the start [X][X] presentation [X] ||| zu Beginn [X][X] Aussprache [X] ||| 0.0182166 1 ||| 3-2 ||| 0.142857
+[X][X] of the presentation of [X] ||| [X][X] der Aussprache über [X] ||| 0.0182166 1 ||| 0-0 ||| 0.341667
+[X][X] of the [X][X] [X] ||| [X][X] der [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.722501
+the start [X][X] presentation of [X] ||| Beginn [X][X] Aussprache über [X] ||| 0.0182166 1 ||| 2-1 ||| 0.125
+the start [X][X] of [X] ||| Beginn [X][X] über [X] ||| 0.0182166 1 ||| 2-1 ||| 0.125
+the start of the [X][X] [X] ||| Beginn der [X][X] [X] ||| 0.0182166 1 ||| 4-2 ||| 0.308824
+of the presentation of the [X] ||| der Aussprache über den [X] ||| 0.0182166 1 ||| ||| 0.125
+[X][X] presentation of the [X] ||| [X][X] Aussprache über den [X] ||| 0.0182166 1 ||| 0-0 ||| 0.327632
+[X][X] presentation [X][X] [X] ||| [X][X] Aussprache [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.624882
+[X][X] of the [X] ||| [X][X] über den [X] ||| 0.0182166 1 ||| 0-0 ||| 0.327632
+of the [X][X] the [X] ||| der [X][X] den [X] ||| 0.0182166 1 ||| 2-1 ||| 0.125
+of the presentation [X][X] [X] ||| der Aussprache [X][X] [X] ||| 0.0182166 1 ||| 3-2 ||| 0.244048
+presentation of the report [X] ||| Aussprache über den Bericht [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] the report [X] ||| [X][X] den Bericht [X] ||| 0.0182166 1 ||| 0-0 ||| 0.342373
+presentation [X][X] report [X] ||| Aussprache [X][X] Bericht [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+presentation of [X][X] [X] ||| Aussprache über [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.257576
+of the report . [X] ||| über den Bericht . [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] report . [X] ||| [X][X] Bericht . [X] ||| 0.0182166 1 ||| 0-0 ||| 0.37912
+of [X][X] . [X] ||| über [X][X] . [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+of the [X][X] [X] ||| über den [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.166667
+[X][X] the [X][X] , [X] ||| [X][X] [X][X] , [X] ||| 0.0182166 1 ||| 0-0 2-1 ||| 0.111111
+[X][X] time when [X][X] , [X] ||| [X][X] dann [X][X] , [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.111111
+that is precisely [X][X] , [X] ||| genau [X][X] , [X] ||| 0.0182166 1 ||| 3-1 ||| 0.111111
+[X][X] you may , if [X] ||| [X][X] können Sie , wenn [X] ||| 0.0182166 1 ||| 0-0 ||| 0.319444
+[X][X] you may [X][X] [X] ||| [X][X] können Sie [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.655649
+time when [X][X] , if [X] ||| dann [X][X] , wenn [X] ||| 0.0182166 1 ||| 2-1 ||| 0.125
+time when [X][X] if [X] ||| dann [X][X] wenn [X] ||| 0.0182166 1 ||| 2-1 ||| 0.125
+time when you may [X][X] [X] ||| dann können Sie [X][X] [X] ||| 0.0182166 1 ||| 4-3 ||| 0.308824
+the [X][X] you may [X][X] [X] ||| [X][X] können Sie [X][X] [X] ||| 0.0182166 1 ||| 1-0 4-3 ||| 0.263492
+the [X][X] , if [X] ||| [X][X] , wenn [X] ||| 0.0182166 1 ||| 1-0 ||| 0.111111
+the [X][X] if [X] ||| [X][X] wenn [X] ||| 0.0182166 1 ||| 1-0 ||| 0.111111
+the time when [X][X] if [X] ||| dann [X][X] wenn [X] ||| 0.0182166 1 ||| 3-1 ||| 0.111111
+you may , if you [X] ||| können Sie , wenn Sie [X] ||| 0.0182166 1 ||| ||| 0.125
+[X][X] , if you [X] ||| [X][X] , wenn Sie [X] ||| 0.0182166 1 ||| 0-0 ||| 0.279762
+[X][X] , [X][X] [X] ||| [X][X] , [X][X] [X] ||| 0.218091 1 ||| 0-0 2-2 ||| 1.75719
+[X][X] if you [X] ||| [X][X] wenn Sie [X] ||| 0.0182166 1 ||| 0-0 ||| 0.279762
+you may [X][X] you [X] ||| können Sie [X][X] Sie [X] ||| 0.0182166 1 ||| 2-2 ||| 0.125
+you may , [X][X] [X] ||| können Sie , [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.285714
+, if you wish , [X] ||| , wenn Sie wollen , [X] ||| 0.0182166 1 ||| ||| 0.0909091
+[X][X] you wish , [X] ||| [X][X] Sie wollen , [X] ||| 0.0182166 1 ||| 0-0 ||| 0.213528
+[X][X] you [X][X] [X] ||| [X][X] Sie [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.333156
+, [X][X] wish , [X] ||| , [X][X] wollen , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+, [X][X] , [X] ||| , [X][X] , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.325392
+, if [X][X] , [X] ||| , wenn [X][X] , [X] ||| 0.0182166 1 ||| 2-2 ||| 0.125392
+, if you [X][X] [X] ||| , wenn Sie [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.16887
+wish , raise this question [X] ||| wollen , diese Frage ansprechen [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] raise this question [X] ||| [X][X] diese Frage ansprechen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.401544
+[X][X] raise [X][X] [X] ||| [X][X] [X][X] ansprechen [X] ||| 0.0182166 1 ||| 0-0 2-1 ||| 0.401544
+wish [X][X] [X] ||| wollen [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.504762
+wish , raise [X][X] [X] ||| wollen , [X][X] ansprechen [X] ||| 0.0182166 1 ||| 3-2 ||| 0.166667
+wish , [X][X] [X] ||| wollen , [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.504762
+, raise this question , [X] ||| , diese Frage ansprechen , [X] ||| 0.0182166 1 ||| ||| 0.2
+, raise [X][X] , [X] ||| , [X][X] ansprechen , [X] ||| 0.0182166 1 ||| 2-1 ||| 0.2
+, i.e. on Thursday prior [X] ||| , d. h. am Donnerstag [X] ||| 0.0182166 1 ||| ||| 0.125
+[X][X] on Thursday prior [X] ||| [X][X] am Donnerstag [X] ||| 0.0182166 1 ||| 0-0 ||| 0.288095
+[X][X] on [X][X] [X] ||| [X][X] am [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.567289
+, [X][X] Thursday prior [X] ||| , [X][X] Donnerstag [X] ||| 0.0182166 1 ||| 1-1 ||| 0.175
+, i.e. [X][X] [X] ||| , d. h. [X][X] [X] ||| 0.0182166 1 ||| 2-3 ||| 0.317157
+, i.e. on [X][X] [X] ||| , d. h. am [X][X] [X] ||| 0.0182166 1 ||| 3-4 ||| 0.317157
+i.e. on Thursday prior to [X] ||| d. h. am Donnerstag zu [X] ||| 0.0182166 1 ||| ||| 0.142857
+[X][X] Thursday prior to [X] ||| [X][X] Donnerstag zu [X] ||| 0.0182166 1 ||| 0-0 ||| 0.313228
+i.e. [X][X] to [X] ||| d. h. [X][X] zu [X] ||| 0.0182166 1 ||| 1-2 ||| 0.142857
+i.e. on [X][X] to [X] ||| d. h. am [X][X] zu [X] ||| 0.0182166 1 ||| 2-3 ||| 0.142857
+on [X][X] the start [X][X] [X] ||| am [X][X] Beginn [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-3 ||| 0.195833
+on [X][X] of the [X] ||| am [X][X] der [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0833333
+[X][X] to [X][X] presentation [X] ||| [X][X] zu [X][X] Aussprache [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.203409
+[X][X] the start [X][X] presentation [X] ||| [X][X] Beginn [X][X] Aussprache [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.203409
+Thursday prior [X][X] presentation [X] ||| Donnerstag [X][X] Aussprache [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0909091
+Thursday prior to [X][X] presentation [X] ||| Donnerstag zu [X][X] Aussprache [X] ||| 0.0182166 1 ||| 3-2 ||| 0.0909091
+to [X][X] of the [X][X] [X] ||| zu [X][X] der [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-3 ||| 0.244379
+to [X][X] presentation of [X] ||| zu [X][X] Aussprache über [X] ||| 0.0182166 1 ||| 1-1 ||| 0.1
+to [X][X] of [X] ||| zu [X][X] über [X] ||| 0.0182166 1 ||| 1-1 ||| 0.1
+to the start [X][X] of [X] ||| zu Beginn [X][X] über [X] ||| 0.0182166 1 ||| 3-2 ||| 0.1
+[X][X] of the [X][X] the [X] ||| [X][X] der [X][X] den [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.202632
+[X][X] of the presentation [X][X] [X] ||| [X][X] der Aussprache [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-3 ||| 0.380834
+the start [X][X] presentation [X][X] [X] ||| Beginn [X][X] Aussprache [X][X] [X] ||| 0.0182166 1 ||| 2-1 4-3 ||| 0.183824
+the start [X][X] of the [X] ||| Beginn [X][X] über den [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0833333
+the start [X][X] the [X] ||| Beginn [X][X] den [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0833333
+[X][X] presentation of the report [X] ||| [X][X] Aussprache über den Bericht [X] ||| 0.0182166 1 ||| 0-0 ||| 0.175707
+[X][X] presentation [X][X] report [X] ||| [X][X] Aussprache [X][X] Bericht [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.175707
+[X][X] presentation of [X][X] [X] ||| [X][X] Aussprache über [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.29725
+[X][X] of the report [X] ||| [X][X] über den Bericht [X] ||| 0.0182166 1 ||| 0-0 ||| 0.175707
+[X][X] of [X][X] [X] ||| [X][X] über [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.29725
+of the [X][X] the report [X] ||| der [X][X] den Bericht [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0714286
+of the [X][X] report [X] ||| der [X][X] Bericht [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0714286
+of the presentation [X][X] report [X] ||| der Aussprache [X][X] Bericht [X] ||| 0.0182166 1 ||| 3-2 ||| 0.0714286
+of the presentation of [X][X] [X] ||| der Aussprache über [X][X] [X] ||| 0.0182166 1 ||| 4-3 ||| 0.119048
+presentation of the report . [X] ||| Aussprache über den Bericht . [X] ||| 0.0182166 1 ||| ||| 0.0909091
+[X][X] the report . [X] ||| [X][X] den Bericht . [X] ||| 0.0182166 1 ||| 0-0 ||| 0.212453
+[X][X] the [X][X] [X] ||| [X][X] den [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.212453
+presentation [X][X] report . [X] ||| Aussprache [X][X] Bericht . [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+presentation [X][X] . [X] ||| Aussprache [X][X] . [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+presentation of [X][X] . [X] ||| Aussprache über [X][X] . [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0909091
+presentation of the [X][X] [X] ||| Aussprache über den [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0909091
+[X][X] the [X][X] , if [X] ||| [X][X] [X][X] , wenn [X] ||| 0.0182166 1 ||| 0-0 2-1 ||| 0.0833333
+[X][X] the [X][X] if [X] ||| [X][X] [X][X] wenn [X] ||| 0.0182166 1 ||| 0-0 2-1 ||| 0.0833333
+[X][X] time when [X][X] if [X] ||| [X][X] dann [X][X] wenn [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.0833333
+that is precisely [X][X] if [X] ||| genau [X][X] wenn [X] ||| 0.0182166 1 ||| 3-1 ||| 0.0833333
+[X][X] you may [X][X] you [X] ||| [X][X] können Sie [X][X] Sie [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.154762
+[X][X] you may , [X][X] [X] ||| [X][X] können Sie , [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-4 ||| 0.336204
+time when [X][X] , [X][X] [X] ||| dann [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 2-1 4-3 ||| 0.183824
+time when [X][X] if you [X] ||| dann [X][X] wenn Sie [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0833333
+time when [X][X] you [X] ||| dann [X][X] Sie [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0833333
+the [X][X] , if you [X] ||| [X][X] , wenn Sie [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0714286
+the [X][X] , [X][X] [X] ||| [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 1-0 3-2 ||| 0.152381
+the [X][X] if you [X] ||| [X][X] wenn Sie [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0714286
+the [X][X] you [X] ||| [X][X] Sie [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0714286
+the time when [X][X] you [X] ||| dann [X][X] Sie [X] ||| 0.0182166 1 ||| 3-1 ||| 0.0714286
+[X][X] , if you wish [X] ||| [X][X] , wenn Sie wollen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.177871
+[X][X] , [X][X] wish [X] ||| [X][X] , [X][X] wollen [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.177871
+[X][X] , if [X][X] [X] ||| [X][X] , wenn [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.342157
+[X][X] if you wish [X] ||| [X][X] wenn Sie wollen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.177871
+[X][X] if [X][X] [X] ||| [X][X] wenn [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.342157
+you may [X][X] you wish [X] ||| können Sie [X][X] Sie wollen [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0714286
+you may [X][X] wish [X] ||| können Sie [X][X] wollen [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0714286
+you may , [X][X] wish [X] ||| können Sie , [X][X] wollen [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0714286
+you may , if [X][X] [X] ||| können Sie , wenn [X][X] [X] ||| 0.0182166 1 ||| 4-4 ||| 0.160714
+[X][X] , raise this question [X] ||| [X][X] , diese Frage ansprechen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.234878
+[X][X] , raise [X][X] [X] ||| [X][X] , [X][X] ansprechen [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.234878
+you [X][X] raise this question [X] ||| Sie [X][X] diese Frage ansprechen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+you [X][X] raise [X][X] [X] ||| Sie [X][X] [X][X] ansprechen [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.0909091
+you wish [X][X] [X] ||| Sie wollen [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.28713
+you wish , raise [X][X] [X] ||| Sie wollen , [X][X] ansprechen [X] ||| 0.0182166 1 ||| 4-3 ||| 0.0909091
+you wish , [X][X] [X] ||| Sie wollen , [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.28713
+[X][X] raise this question , [X] ||| [X][X] diese Frage ansprechen , [X] ||| 0.0182166 1 ||| 0-0 ||| 0.286406
+[X][X] raise [X][X] , [X] ||| [X][X] [X][X] ansprechen , [X] ||| 0.0182166 1 ||| 0-0 2-1 ||| 0.286406
+wish [X][X] , [X] ||| wollen [X][X] , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.125
+wish , raise [X][X] , [X] ||| wollen , [X][X] ansprechen , [X] ||| 0.0182166 1 ||| 3-2 ||| 0.125
+wish , [X][X] , [X] ||| wollen , [X][X] , [X] ||| 0.0182166 1 ||| 2-2 ||| 0.125
+raise this question , i.e. [X] ||| diese Frage ansprechen , d. h. [X] ||| 0.0182166 1 ||| ||| 0.2
+raise [X][X] , i.e. [X] ||| [X][X] ansprechen , d. h. [X] ||| 0.0182166 1 ||| 1-0 ||| 0.2
+[X][X] , i.e. [X] ||| [X][X] , d. h. [X] ||| 0.0182166 1 ||| 0-0 ||| 0.553002
+[X][X] i.e. [X] ||| [X][X] d. h. [X] ||| 0.0182166 1 ||| 0-0 ||| 0.553002
+raise this question [X][X] [X] ||| diese Frage ansprechen [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.43254
+[X][X] on Thursday prior to [X] ||| [X][X] am Donnerstag zu [X] ||| 0.0182166 1 ||| 0-0 ||| 0.17037
+[X][X] on [X][X] to [X] ||| [X][X] am [X][X] zu [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.17037
+, [X][X] Thursday prior to [X] ||| , [X][X] Donnerstag zu [X] ||| 0.0182166 1 ||| 1-1 ||| 0.12037
+, [X][X] to [X] ||| , [X][X] zu [X] ||| 0.0182166 1 ||| 1-1 ||| 0.12037
+, i.e. [X][X] to [X] ||| , d. h. [X][X] zu [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0833333
+, i.e. on [X][X] to [X] ||| , d. h. am [X][X] zu [X] ||| 0.0182166 1 ||| 3-4 ||| 0.0833333
+[X][X] Thursday prior [X][X] [X] ||| [X][X] Donnerstag [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.298247
+[X][X] Thursday prior to [X][X] [X] ||| [X][X] Donnerstag zu [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-3 ||| 0.298247
+i.e. [X][X] to the start [X] ||| d. h. [X][X] zu Beginn [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0769231
+i.e. [X][X] to [X][X] [X] ||| d. h. [X][X] zu [X][X] [X] ||| 0.0182166 1 ||| 1-2 3-4 ||| 0.189423
+i.e. [X][X] the start [X] ||| d. h. [X][X] Beginn [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0769231
+i.e. on [X][X] to [X][X] [X] ||| d. h. am [X][X] zu [X][X] [X] ||| 0.0182166 1 ||| 2-3 4-5 ||| 0.189423
+i.e. on [X][X] the start [X] ||| d. h. am [X][X] Beginn [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0769231
+i.e. on Thursday prior [X][X] [X] ||| d. h. am Donnerstag [X][X] [X] ||| 0.0182166 1 ||| 4-4 ||| 0.189423
+on [X][X] to [X][X] presentation [X] ||| am [X][X] zu [X][X] Aussprache [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0625
+on [X][X] of the presentation [X] ||| am [X][X] der Aussprache [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0625
+on [X][X] presentation [X] ||| am [X][X] Aussprache [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0625
+on Thursday prior [X][X] presentation [X] ||| am Donnerstag [X][X] Aussprache [X] ||| 0.0182166 1 ||| 3-2 ||| 0.0625
+[X][X] to [X][X] presentation of [X] ||| [X][X] zu [X][X] Aussprache über [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.116667
+[X][X] to [X][X] of [X] ||| [X][X] zu [X][X] über [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.116667
+[X][X] the start [X][X] of [X] ||| [X][X] Beginn [X][X] über [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.116667
+Thursday prior [X][X] presentation of [X] ||| Donnerstag [X][X] Aussprache über [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0666667
+Thursday prior [X][X] of [X] ||| Donnerstag [X][X] über [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0666667
+Thursday prior to [X][X] of [X] ||| Donnerstag zu [X][X] über [X] ||| 0.0182166 1 ||| 3-2 ||| 0.0666667
+to [X][X] presentation of the [X] ||| zu [X][X] Aussprache über den [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0666667
+to [X][X] presentation [X][X] [X] ||| zu [X][X] Aussprache [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.144379
+to [X][X] of the [X] ||| zu [X][X] über den [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0666667
+to [X][X] the [X] ||| zu [X][X] den [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0666667
+to the start [X][X] the [X] ||| zu Beginn [X][X] den [X] ||| 0.0182166 1 ||| 3-2 ||| 0.0666667
+[X][X] of the [X][X] report [X] ||| [X][X] der [X][X] Bericht [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.104278
+the start [X][X] of [X][X] [X] ||| Beginn [X][X] über [X][X] [X] ||| 0.0182166 1 ||| 2-1 4-3 ||| 0.10049
+the start [X][X] the report [X] ||| Beginn [X][X] den Bericht [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0588235
+the start [X][X] report [X] ||| Beginn [X][X] Bericht [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0588235
+[X][X] presentation [X][X] report . [X] ||| [X][X] Aussprache [X][X] Bericht . [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.121544
+[X][X] presentation [X][X] . [X] ||| [X][X] Aussprache [X][X] . [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.121544
+[X][X] presentation of [X][X] . [X] ||| [X][X] Aussprache über [X][X] . [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.121544
+[X][X] presentation of the [X][X] [X] ||| [X][X] Aussprache über den [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-4 ||| 0.121544
+[X][X] of the report . [X] ||| [X][X] über den Bericht . [X] ||| 0.0182166 1 ||| 0-0 ||| 0.121544
+[X][X] of [X][X] . [X] ||| [X][X] über [X][X] . [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.121544
+[X][X] of the [X][X] [X] ||| [X][X] über den [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.121544
+of the [X][X] the [X][X] [X] ||| der [X][X] den [X][X] [X] ||| 0.0182166 1 ||| 2-1 4-3 ||| 0.047619
+of the [X][X] report . [X] ||| der [X][X] Bericht . [X] ||| 0.0182166 1 ||| 2-1 ||| 0.047619
+of the [X][X] . [X] ||| der [X][X] . [X] ||| 0.0182166 1 ||| 2-1 ||| 0.047619
+of the presentation [X][X] . [X] ||| der Aussprache [X][X] . [X] ||| 0.0182166 1 ||| 3-2 ||| 0.047619
+[X][X] you may [X][X] wish [X] ||| [X][X] können Sie [X][X] wollen [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.106443
+time when [X][X] if [X][X] [X] ||| dann [X][X] wenn [X][X] [X] ||| 0.0182166 1 ||| 2-1 4-3 ||| 0.10049
+time when [X][X] you wish [X] ||| dann [X][X] Sie wollen [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0588235
+time when [X][X] wish [X] ||| dann [X][X] wollen [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0588235
+the [X][X] , [X][X] wish [X] ||| [X][X] , [X][X] wollen [X] ||| 0.0182166 1 ||| 1-0 3-2 ||| 0.047619
+the [X][X] , if [X][X] [X] ||| [X][X] , wenn [X][X] [X] ||| 0.0182166 1 ||| 1-0 4-3 ||| 0.0809524
+the [X][X] if you wish [X] ||| [X][X] wenn Sie wollen [X] ||| 0.0182166 1 ||| 1-0 ||| 0.047619
+the [X][X] if [X][X] [X] ||| [X][X] wenn [X][X] [X] ||| 0.0182166 1 ||| 1-0 3-2 ||| 0.0809524
+the [X][X] you wish [X] ||| [X][X] Sie wollen [X] ||| 0.0182166 1 ||| 1-0 ||| 0.047619
+the [X][X] wish [X] ||| [X][X] wollen [X] ||| 0.0182166 1 ||| 1-0 ||| 0.047619
+the time when [X][X] wish [X] ||| dann [X][X] wollen [X] ||| 0.0182166 1 ||| 3-1 ||| 0.047619
+[X][X] , [X][X] wish , [X] ||| [X][X] , [X][X] wollen , [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.122619
+[X][X] , [X][X] , [X] ||| [X][X] , [X][X] , [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.284025
+[X][X] , if [X][X] , [X] ||| [X][X] , wenn [X][X] , [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.122619
+[X][X] , if you [X][X] [X] ||| [X][X] , wenn Sie [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-4 ||| 0.164286
+[X][X] if you wish , [X] ||| [X][X] wenn Sie wollen , [X] ||| 0.0182166 1 ||| 0-0 ||| 0.122619
+[X][X] if [X][X] , [X] ||| [X][X] wenn [X][X] , [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.122619
+[X][X] if you [X][X] [X] ||| [X][X] wenn Sie [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.164286
+you may [X][X] you [X][X] [X] ||| können Sie [X][X] Sie [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-4 ||| 0.0892857
+you may [X][X] wish , [X] ||| können Sie [X][X] wollen , [X] ||| 0.0182166 1 ||| 2-2 ||| 0.047619
+you may [X][X] , [X] ||| können Sie [X][X] , [X] ||| 0.0182166 1 ||| 2-2 ||| 0.047619
+you may , [X][X] , [X] ||| können Sie , [X][X] , [X] ||| 0.0182166 1 ||| 3-3 ||| 0.047619
+[X][X] wish [X][X] [X] ||| [X][X] wollen [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.271929
+[X][X] wish , raise [X][X] [X] ||| [X][X] wollen , [X][X] ansprechen [X] ||| 0.0182166 1 ||| 0-0 4-3 ||| 0.143968
+[X][X] wish , [X][X] [X] ||| [X][X] wollen , [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.271929
+if [X][X] , raise [X][X] [X] ||| wenn [X][X] , [X][X] ansprechen [X] ||| 0.0182166 1 ||| 1-1 4-3 ||| 0.0588235
+if [X][X] , [X][X] [X] ||| wenn [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.152302
+if [X][X] raise this question [X] ||| wenn [X][X] diese Frage ansprechen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0588235
+if [X][X] raise [X][X] [X] ||| wenn [X][X] [X][X] ansprechen [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.0588235
+if you [X][X] raise [X][X] [X] ||| wenn Sie [X][X] [X][X] ansprechen [X] ||| 0.0182166 1 ||| 2-2 4-3 ||| 0.0588235
+if you wish [X][X] [X] ||| wenn Sie wollen [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.152302
+if you wish , [X][X] [X] ||| wenn Sie wollen , [X][X] [X] ||| 0.0182166 1 ||| 4-4 ||| 0.152302
+[X][X] , raise [X][X] , [X] ||| [X][X] , [X][X] ansprechen , [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.161406
+you [X][X] raise [X][X] , [X] ||| Sie [X][X] [X][X] ansprechen , [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.0769231
+you [X][X] , [X] ||| Sie [X][X] , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0769231
+you wish [X][X] , [X] ||| Sie wollen [X][X] , [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0769231
+you wish , [X][X] , [X] ||| Sie wollen , [X][X] , [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0769231
+, raise [X][X] , i.e. [X] ||| , [X][X] ansprechen , d. h. [X] ||| 0.0182166 1 ||| 2-1 ||| 0.142857
+, [X][X] , i.e. [X] ||| , [X][X] , d. h. [X] ||| 0.0182166 1 ||| 1-1 ||| 0.142857
+, [X][X] i.e. [X] ||| , [X][X] d. h. [X] ||| 0.0182166 1 ||| 1-1 ||| 0.142857
+, raise this question [X][X] [X] ||| , diese Frage ansprechen [X][X] [X] ||| 0.0182166 1 ||| 4-4 ||| 0.320803
+raise [X][X] , i.e. on [X] ||| [X][X] ansprechen , d. h. am [X] ||| 0.0182166 1 ||| 1-0 ||| 0.111111
+raise [X][X] , [X][X] [X] ||| [X][X] ansprechen , [X][X] [X] ||| 0.0182166 1 ||| 1-0 3-3 ||| 0.23254
+[X][X] , i.e. on [X] ||| [X][X] , d. h. am [X] ||| 0.0182166 1 ||| 0-0 ||| 0.32608
+[X][X] i.e. on [X] ||| [X][X] d. h. am [X] ||| 0.0182166 1 ||| 0-0 ||| 0.32608
+raise this question [X][X] on [X] ||| diese Frage ansprechen [X][X] am [X] ||| 0.0182166 1 ||| 3-3 ||| 0.111111
+raise this question , [X][X] [X] ||| diese Frage ansprechen , [X][X] [X] ||| 0.0182166 1 ||| 4-4 ||| 0.23254
+[X][X] on [X][X] the start [X] ||| [X][X] am [X][X] Beginn [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0588235
+[X][X] on Thursday prior [X][X] [X] ||| [X][X] am Donnerstag [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-3 ||| 0.108824
+, [X][X] Thursday prior [X][X] [X] ||| , [X][X] Donnerstag [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-3 ||| 0.108824
+, [X][X] to the start [X] ||| , [X][X] zu Beginn [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0588235
+, [X][X] to [X][X] [X] ||| , [X][X] zu [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.108824
+, [X][X] the start [X] ||| , [X][X] Beginn [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0588235
+, i.e. [X][X] to [X][X] [X] ||| , d. h. [X][X] zu [X][X] [X] ||| 0.0182166 1 ||| 2-3 4-5 ||| 0.108824
+, i.e. [X][X] the start [X] ||| , d. h. [X][X] Beginn [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0588235
+i.e. [X][X] the start [X][X] [X] ||| d. h. [X][X] Beginn [X][X] [X] ||| 0.0182166 1 ||| 1-2 4-4 ||| 0.1125
+i.e. [X][X] of the [X] ||| d. h. [X][X] der [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0625
+i.e. on [X][X] of the [X] ||| d. h. am [X][X] der [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0625
+on [X][X] to [X][X] of [X] ||| am [X][X] zu [X][X] über [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.05
+on [X][X] of the [X][X] [X] ||| am [X][X] der [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-3 ||| 0.05
+on [X][X] presentation of [X] ||| am [X][X] Aussprache über [X] ||| 0.0182166 1 ||| 1-1 ||| 0.05
+on [X][X] of [X] ||| am [X][X] über [X] ||| 0.0182166 1 ||| 1-1 ||| 0.05
+on Thursday prior [X][X] of [X] ||| am Donnerstag [X][X] über [X] ||| 0.0182166 1 ||| 3-2 ||| 0.05
+[X][X] to [X][X] of the [X] ||| [X][X] zu [X][X] über den [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0526316
+[X][X] to [X][X] the [X] ||| [X][X] zu [X][X] den [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0526316
+[X][X] the start [X][X] the [X] ||| [X][X] Beginn [X][X] den [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.0526316
+Thursday prior [X][X] presentation [X][X] [X] ||| Donnerstag [X][X] Aussprache [X][X] [X] ||| 0.0182166 1 ||| 2-1 4-3 ||| 0.0526316
+Thursday prior [X][X] of the [X] ||| Donnerstag [X][X] über den [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0526316
+Thursday prior [X][X] the [X] ||| Donnerstag [X][X] den [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0526316
+Thursday prior to [X][X] the [X] ||| Donnerstag zu [X][X] den [X] ||| 0.0182166 1 ||| 3-2 ||| 0.0526316
+to [X][X] presentation [X][X] report [X] ||| zu [X][X] Aussprache [X][X] Bericht [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0454545
+to [X][X] presentation of [X][X] [X] ||| zu [X][X] Aussprache über [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-4 ||| 0.0777126
+to [X][X] of the report [X] ||| zu [X][X] über den Bericht [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0454545
+to [X][X] of [X][X] [X] ||| zu [X][X] über [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0777126
+to [X][X] the report [X] ||| zu [X][X] den Bericht [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0454545
+to [X][X] report [X] ||| zu [X][X] Bericht [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0454545
+to the start [X][X] report [X] ||| zu Beginn [X][X] Bericht [X] ||| 0.0182166 1 ||| 3-2 ||| 0.0454545
+[X][X] of the [X][X] . [X] ||| [X][X] der [X][X] . [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.0739247
+the start [X][X] the [X][X] [X] ||| Beginn [X][X] den [X][X] [X] ||| 0.0182166 1 ||| 2-1 4-3 ||| 0.0416667
+the start [X][X] report . [X] ||| Beginn [X][X] Bericht . [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0416667
+the start [X][X] . [X] ||| Beginn [X][X] . [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0416667
+[X][X] you may [X][X] , [X] ||| [X][X] können Sie [X][X] , [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.075
+time when [X][X] you [X][X] [X] ||| dann [X][X] Sie [X][X] [X] ||| 0.0182166 1 ||| 2-1 4-3 ||| 0.0416667
+time when [X][X] wish , [X] ||| dann [X][X] wollen , [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0416667
+the [X][X] , [X][X] , [X] ||| [X][X] , [X][X] , [X] ||| 0.0182166 1 ||| 1-0 3-2 ||| 0.0333333
+the [X][X] if [X][X] , [X] ||| [X][X] wenn [X][X] , [X] ||| 0.0182166 1 ||| 1-0 3-2 ||| 0.0333333
+the [X][X] if you [X][X] [X] ||| [X][X] wenn Sie [X][X] [X] ||| 0.0182166 1 ||| 1-0 4-3 ||| 0.0333333
+the [X][X] you wish , [X] ||| [X][X] Sie wollen , [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0333333
+the [X][X] you [X][X] [X] ||| [X][X] Sie [X][X] [X] ||| 0.0182166 1 ||| 1-0 3-2 ||| 0.0333333
+the [X][X] wish , [X] ||| [X][X] wollen , [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0333333
+[X][X] you wish [X][X] [X] ||| [X][X] Sie wollen [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.119628
+[X][X] you wish , [X][X] [X] ||| [X][X] Sie wollen , [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-4 ||| 0.119628
+, [X][X] wish [X][X] [X] ||| , [X][X] wollen [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.077961
+, [X][X] wish , [X][X] [X] ||| , [X][X] wollen , [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-4 ||| 0.077961
+, [X][X] , raise [X][X] [X] ||| , [X][X] , [X][X] ansprechen [X] ||| 0.0182166 1 ||| 1-1 4-3 ||| 0.0434783
+, [X][X] , [X][X] [X] ||| , [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.255907
+, [X][X] raise this question [X] ||| , [X][X] diese Frage ansprechen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0434783
+, [X][X] raise [X][X] [X] ||| , [X][X] [X][X] ansprechen [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.0434783
+, if [X][X] , [X][X] [X] ||| , wenn [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-4 ||| 0.077961
+, if [X][X] raise [X][X] [X] ||| , wenn [X][X] [X][X] ansprechen [X] ||| 0.0182166 1 ||| 2-2 4-3 ||| 0.0434783
+, if you wish [X][X] [X] ||| , wenn Sie wollen [X][X] [X] ||| 0.0182166 1 ||| 4-4 ||| 0.077961
+[X][X] wish [X][X] , [X] ||| [X][X] wollen [X][X] , [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0844828
+[X][X] wish , [X][X] , [X] ||| [X][X] wollen , [X][X] , [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0844828
+if [X][X] , [X][X] , [X] ||| wenn [X][X] , [X][X] , [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.05
+if [X][X] raise [X][X] , [X] ||| wenn [X][X] [X][X] ansprechen , [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.05
+if you [X][X] , [X] ||| wenn Sie [X][X] , [X] ||| 0.0182166 1 ||| 2-2 ||| 0.05
+if you wish [X][X] , [X] ||| wenn Sie wollen [X][X] , [X] ||| 0.0182166 1 ||| 3-3 ||| 0.05
+[X][X] raise [X][X] , i.e. [X] ||| [X][X] [X][X] ansprechen , d. h. [X] ||| 0.0182166 1 ||| 0-0 2-1 ||| 0.210145
+[X][X] raise this question [X][X] [X] ||| [X][X] diese Frage ansprechen [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-4 ||| 0.375872
+wish [X][X] , i.e. [X] ||| wollen [X][X] , d. h. [X] ||| 0.0182166 1 ||| 1-1 ||| 0.1
+wish [X][X] i.e. [X] ||| wollen [X][X] d. h. [X] ||| 0.0182166 1 ||| 1-1 ||| 0.1
+wish , [X][X] , i.e. [X] ||| wollen , [X][X] , d. h. [X] ||| 0.0182166 1 ||| 2-2 ||| 0.1
+wish , [X][X] i.e. [X] ||| wollen , [X][X] d. h. [X] ||| 0.0182166 1 ||| 2-2 ||| 0.1
+, raise [X][X] , [X][X] [X] ||| , [X][X] ansprechen , [X][X] [X] ||| 0.0182166 1 ||| 2-1 4-4 ||| 0.177946
+, [X][X] , i.e. on [X] ||| , [X][X] , d. h. am [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+, [X][X] i.e. on [X] ||| , [X][X] d. h. am [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+, [X][X] on [X] ||| , [X][X] am [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+raise [X][X] , i.e. [X][X] [X] ||| [X][X] ansprechen , d. h. [X][X] [X] ||| 0.0182166 1 ||| 1-0 4-5 ||| 0.121429
+[X][X] , [X][X] Thursday prior [X] ||| [X][X] , [X][X] Donnerstag [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.163095
+[X][X] , i.e. [X][X] [X] ||| [X][X] , d. h. [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-4 ||| 0.250132
+[X][X] , i.e. on [X][X] [X] ||| [X][X] , d. h. am [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-5 ||| 0.250132
+[X][X] i.e. on Thursday prior [X] ||| [X][X] d. h. am Donnerstag [X] ||| 0.0182166 1 ||| 0-0 ||| 0.163095
+[X][X] i.e. [X][X] [X] ||| [X][X] d. h. [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.250132
+[X][X] i.e. on [X][X] [X] ||| [X][X] d. h. am [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-4 ||| 0.250132
+[X][X] on [X][X] of the [X] ||| [X][X] am [X][X] der [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.05
+, [X][X] the start [X][X] [X] ||| , [X][X] Beginn [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-3 ||| 0.05
+, [X][X] of the [X] ||| , [X][X] der [X] ||| 0.0182166 1 ||| 1-1 ||| 0.05
+, i.e. [X][X] of the [X] ||| , d. h. [X][X] der [X] ||| 0.0182166 1 ||| 2-3 ||| 0.05
+[X][X] Thursday prior [X][X] presentation [X] ||| [X][X] Donnerstag [X][X] Aussprache [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.05
+i.e. [X][X] to [X][X] presentation [X] ||| d. h. [X][X] zu [X][X] Aussprache [X] ||| 0.0182166 1 ||| 1-2 3-4 ||| 0.05
+i.e. [X][X] of the presentation [X] ||| d. h. [X][X] der Aussprache [X] ||| 0.0182166 1 ||| 1-2 ||| 0.05
+i.e. [X][X] presentation [X] ||| d. h. [X][X] Aussprache [X] ||| 0.0182166 1 ||| 1-2 ||| 0.05
+i.e. on [X][X] presentation [X] ||| d. h. am [X][X] Aussprache [X] ||| 0.0182166 1 ||| 2-3 ||| 0.05
+to [X][X] presentation [X][X] . [X] ||| zu [X][X] Aussprache [X][X] . [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0322581
+to [X][X] of [X][X] . [X] ||| zu [X][X] über [X][X] . [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0322581
+to [X][X] of the [X][X] [X] ||| zu [X][X] über den [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-4 ||| 0.0322581
+to [X][X] the report . [X] ||| zu [X][X] den Bericht . [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0322581
+to [X][X] the [X][X] [X] ||| zu [X][X] den [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0322581
+to [X][X] report . [X] ||| zu [X][X] Bericht . [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0322581
+to [X][X] . [X] ||| zu [X][X] . [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0322581
+to the start [X][X] . [X] ||| zu Beginn [X][X] . [X] ||| 0.0182166 1 ||| 3-2 ||| 0.0322581
+[X][X] you [X][X] , [X] ||| [X][X] Sie [X][X] , [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0344828
+[X][X] you wish [X][X] , [X] ||| [X][X] Sie wollen [X][X] , [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0344828
+, [X][X] wish [X][X] , [X] ||| , [X][X] wollen [X][X] , [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0344828
+, [X][X] , [X][X] , [X] ||| , [X][X] , [X][X] , [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0344828
+, [X][X] raise [X][X] , [X] ||| , [X][X] [X][X] ansprechen , [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.0344828
+, if you [X][X] , [X] ||| , wenn Sie [X][X] , [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0344828
+[X][X] , [X][X] , i.e. [X] ||| [X][X] , [X][X] , d. h. [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.110145
+[X][X] , [X][X] i.e. [X] ||| [X][X] , [X][X] d. h. [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.110145
+you [X][X] , i.e. [X] ||| Sie [X][X] , d. h. [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0666667
+you [X][X] i.e. [X] ||| Sie [X][X] d. h. [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0666667
+you wish [X][X] , i.e. [X] ||| Sie wollen [X][X] , d. h. [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0666667
+you wish [X][X] i.e. [X] ||| Sie wollen [X][X] d. h. [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0666667
+you wish , [X][X] i.e. [X] ||| Sie wollen , [X][X] d. h. [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0666667
+wish [X][X] , i.e. on [X] ||| wollen [X][X] , d. h. am [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0714286
+wish [X][X] , [X][X] [X] ||| wollen [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.113095
+wish [X][X] i.e. on [X] ||| wollen [X][X] d. h. am [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0714286
+wish [X][X] on [X] ||| wollen [X][X] am [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0714286
+wish , [X][X] , [X][X] [X] ||| wollen , [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-4 ||| 0.113095
+wish , [X][X] i.e. on [X] ||| wollen , [X][X] d. h. am [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0714286
+wish , [X][X] on [X] ||| wollen , [X][X] am [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0714286
+, [X][X] , i.e. [X][X] [X] ||| , [X][X] , d. h. [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-5 ||| 0.087037
+, [X][X] i.e. [X][X] [X] ||| , [X][X] d. h. [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-4 ||| 0.087037
+, [X][X] i.e. on [X][X] [X] ||| , [X][X] d. h. am [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-5 ||| 0.087037
+, [X][X] on Thursday prior [X] ||| , [X][X] am Donnerstag [X] ||| 0.0182166 1 ||| 1-1 ||| 0.05
+, [X][X] on [X][X] [X] ||| , [X][X] am [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.087037
+raise [X][X] , [X][X] to [X] ||| [X][X] ansprechen , [X][X] zu [X] ||| 0.0182166 1 ||| 1-0 3-3 ||| 0.05
+[X][X] , [X][X] to [X] ||| [X][X] , [X][X] zu [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.087037
+[X][X] , i.e. [X][X] to [X] ||| [X][X] , d. h. [X][X] zu [X] ||| 0.0182166 1 ||| 0-0 3-4 ||| 0.087037
+[X][X] i.e. [X][X] to [X] ||| [X][X] d. h. [X][X] zu [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.087037
+[X][X] i.e. on [X][X] to [X] ||| [X][X] d. h. am [X][X] zu [X] ||| 0.0182166 1 ||| 0-0 3-4 ||| 0.087037
+raise this question [X][X] to [X] ||| diese Frage ansprechen [X][X] zu [X] ||| 0.0182166 1 ||| 3-3 ||| 0.05
+[X][X] if you wish [X][X] [X] ||| [X][X] wenn Sie wollen [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-4 ||| 0.0416667
+you may [X][X] wish [X][X] [X] ||| können Sie [X][X] wollen [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-4 ||| 0.0416667
+you may [X][X] , [X][X] [X] ||| können Sie [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-4 ||| 0.0416667
+you may [X][X] raise [X][X] [X] ||| können Sie [X][X] [X][X] ansprechen [X] ||| 0.0182166 1 ||| 2-2 4-3 ||| 0.0416667
+[X][X] wish [X][X] , i.e. [X] ||| [X][X] wollen [X][X] , d. h. [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0434783
+[X][X] wish [X][X] i.e. [X] ||| [X][X] wollen [X][X] d. h. [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0434783
+[X][X] wish , [X][X] i.e. [X] ||| [X][X] wollen , [X][X] d. h. [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0434783
+if [X][X] , [X][X] i.e. [X] ||| wenn [X][X] , [X][X] d. h. [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0434783
+if [X][X] , i.e. [X] ||| wenn [X][X] , d. h. [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0434783
+if [X][X] i.e. [X] ||| wenn [X][X] d. h. [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0434783
+if you [X][X] , i.e. [X] ||| wenn Sie [X][X] , d. h. [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0434783
+if you [X][X] i.e. [X] ||| wenn Sie [X][X] d. h. [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0434783
+if you wish [X][X] i.e. [X] ||| wenn Sie wollen [X][X] d. h. [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0434783
+[X][X] , [X][X] i.e. on [X] ||| [X][X] , [X][X] d. h. am [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0526316
+[X][X] , [X][X] on [X] ||| [X][X] , [X][X] am [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0526316
+you [X][X] , i.e. on [X] ||| Sie [X][X] , d. h. am [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+you [X][X] , [X][X] [X] ||| Sie [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0526316
+you [X][X] i.e. on [X] ||| Sie [X][X] d. h. am [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+you [X][X] on [X] ||| Sie [X][X] am [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+you wish [X][X] , [X][X] [X] ||| Sie wollen [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-4 ||| 0.0526316
+you wish [X][X] i.e. on [X] ||| Sie wollen [X][X] d. h. am [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0526316
+you wish [X][X] on [X] ||| Sie wollen [X][X] am [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0526316
+you wish , [X][X] on [X] ||| Sie wollen , [X][X] am [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0526316
+wish [X][X] , i.e. [X][X] [X] ||| wollen [X][X] , d. h. [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-5 ||| 0.0416667
+wish [X][X] i.e. [X][X] [X] ||| wollen [X][X] d. h. [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-4 ||| 0.0416667
+wish [X][X] i.e. on [X][X] [X] ||| wollen [X][X] d. h. am [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-5 ||| 0.0416667
+wish [X][X] on Thursday prior [X] ||| wollen [X][X] am Donnerstag [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0416667
+wish [X][X] on [X][X] [X] ||| wollen [X][X] am [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0416667
+wish [X][X] Thursday prior [X] ||| wollen [X][X] Donnerstag [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0416667
+wish , [X][X] i.e. [X][X] [X] ||| wollen , [X][X] d. h. [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-5 ||| 0.0416667
+wish , [X][X] on [X][X] [X] ||| wollen , [X][X] am [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-4 ||| 0.0416667
+wish , [X][X] Thursday prior [X] ||| wollen , [X][X] Donnerstag [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0416667
+, [X][X] , [X][X] to [X] ||| , [X][X] , [X][X] zu [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.037037
+, [X][X] i.e. [X][X] to [X] ||| , [X][X] d. h. [X][X] zu [X] ||| 0.0182166 1 ||| 1-1 3-4 ||| 0.037037
+, [X][X] on [X][X] to [X] ||| , [X][X] am [X][X] zu [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.037037
+first [X] ||| erste [X] ||| 0.0182166 1 ||| ||| 1
+part-session [X] ||| Tagung [X] ||| 0.0182166 1 ||| ||| 1
+of the [X] ||| des [X] ||| 0.0182166 1 ||| ||| 1
+European [X] ||| Europäischen [X] ||| 0.0182166 1 ||| ||| 1
+Parliament [X] ||| Parlaments [X] ||| 0.0182166 1 ||| ||| 1
+Parliament , [X] ||| Parlaments [X] ||| 0.0182166 1 ||| ||| 1
+Parliament , a [X] ||| Parlaments [X] ||| 0.0182166 1 ||| ||| 1
+Parliament , a date [X] ||| Parlaments [X] ||| 0.0182166 1 ||| ||| 1
+Parliament , a date has [X] ||| Parlaments [X] ||| 0.0182166 1 ||| ||| 1
+coinciding [X] ||| fällt [X] ||| 0.0182166 1 ||| ||| 1
+coinciding with [X] ||| fällt [X] ||| 0.0182166 1 ||| ||| 1
+, unfortunately [X] ||| leider [X] ||| 0.0182166 1 ||| ||| 1
+set , unfortunately [X] ||| leider [X] ||| 0.0182166 1 ||| ||| 1
+been set , unfortunately [X] ||| leider [X] ||| 0.0182166 1 ||| ||| 1
+has been set , unfortunately [X] ||| leider [X] ||| 0.0182166 1 ||| ||| 1
+for [X] ||| damit [X] ||| 0.0182166 1 ||| ||| 1
+for next [X] ||| damit [X] ||| 0.0182166 1 ||| ||| 1
+, [X] ||| , [X] ||| 0.315522 1 ||| ||| 3
+in [X] ||| in [X] ||| 0.218091 1 ||| ||| 2
+Texas [X] ||| Texas [X] ||| 0.0182166 1 ||| ||| 1
+for [X] ||| für [X] ||| 0.0182166 1 ||| ||| 1
+Thursday [X] ||| Donnerstag [X] ||| 0.0182166 1 ||| ||| 1
+next Thursday [X] ||| Donnerstag [X] ||| 0.0182166 1 ||| ||| 1
+the [X] ||| die [X] ||| 0.0182166 1 ||| ||| 1
+execution [X] ||| Hinrichtung [X] ||| 0.0182166 1 ||| ||| 1
+of a [X] ||| eines [X] ||| 0.0182166 1 ||| ||| 1
+President [X] ||| 34jährigen [X] ||| 0.0182166 1 ||| ||| 1
+Madam President [X] ||| 34jährigen [X] ||| 0.0182166 1 ||| ||| 1
+young [X] ||| jungen [X] ||| 0.0182166 1 ||| ||| 1
+young 34 [X] ||| jungen [X] ||| 0.0182166 1 ||| ||| 1
+young 34 year-old [X] ||| jungen [X] ||| 0.0182166 1 ||| ||| 1
+man who [X] ||| Mannes [X] ||| 0.0182166 1 ||| ||| 1
+year-old man who [X] ||| Mannes [X] ||| 0.0182166 1 ||| ||| 1
+34 year-old man who [X] ||| Mannes [X] ||| 0.0182166 1 ||| ||| 1
+. [X] ||| . [X] ||| 0.0182166 1 ||| ||| 1
+part-session of the [X] ||| Tagung des [X] ||| 0.0182166 1 ||| ||| 0.5
+part-session [X][X] [X] ||| Tagung [X][X] [X] ||| 0.218091 1 ||| 1-1 ||| 1.30428
+of the European [X] ||| des Europäischen [X] ||| 0.0182166 1 ||| ||| 0.5
+[X][X] European [X] ||| [X][X] Europäischen [X] ||| 0.218091 1 ||| 0-0 ||| 1.06111
+European Parliament [X] ||| Europäischen Parlaments [X] ||| 0.0182166 1 ||| ||| 1
+European Parliament , [X] ||| Europäischen Parlaments [X] ||| 0.0182166 1 ||| ||| 0.5
+European [X][X] [X] ||| Europäischen [X][X] [X] ||| 0.218091 1 ||| 1-1 ||| 1.83333
+European Parliament , a [X] ||| Europäischen Parlaments [X] ||| 0.0182166 1 ||| ||| 0.333333
+European [X][X] a [X] ||| Europäischen [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.333333
+European Parliament , a date [X] ||| Europäischen Parlaments [X] ||| 0.0182166 1 ||| ||| 0.25
+European [X][X] a date [X] ||| Europäischen [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.25
+European [X][X] date [X] ||| Europäischen [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.25
+European [X][X] a date has [X] ||| Europäischen [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.25
+European [X][X] date has [X] ||| Europäischen [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.25
+European [X][X] has [X] ||| Europäischen [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.25
+European [X][X] date has been [X] ||| Europäischen [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.25
+European [X][X] has been [X] ||| Europäischen [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.25
+European [X][X] been [X] ||| Europäischen [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.25
+European [X][X] has been set [X] ||| Europäischen [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.25
+European [X][X] been set [X] ||| Europäischen [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.25
+European [X][X] set [X] ||| Europäischen [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.25
+, unfortunately for [X] ||| leider damit [X] ||| 0.0182166 1 ||| ||| 0.5
+[X][X] for [X] ||| [X][X] damit [X] ||| 0.315522 1 ||| 0-0 ||| 2.08333
+, unfortunately for next [X] ||| leider damit [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] for next [X] ||| [X][X] damit [X] ||| 0.315522 1 ||| 0-0 ||| 2.16667
+, unfortunately [X][X] [X] ||| leider [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.583333
+set , unfortunately for [X] ||| leider damit [X] ||| 0.0182166 1 ||| ||| 0.333333
+set [X][X] for [X] ||| [X][X] damit [X] ||| 0.0182166 1 ||| 1-0 ||| 0.333333
+set , unfortunately for next [X] ||| leider damit [X] ||| 0.0182166 1 ||| ||| 0.25
+set [X][X] for next [X] ||| [X][X] damit [X] ||| 0.0182166 1 ||| 1-0 ||| 0.25
+set , unfortunately [X][X] [X] ||| leider [X][X] [X] ||| 0.0182166 1 ||| 3-1 ||| 0.45
+been set , unfortunately for [X] ||| leider damit [X] ||| 0.0182166 1 ||| ||| 0.25
+been set [X][X] for [X] ||| [X][X] damit [X] ||| 0.0182166 1 ||| 2-0 ||| 0.25
+been [X][X] for [X] ||| [X][X] damit [X] ||| 0.0182166 1 ||| 1-0 ||| 0.25
+been set [X][X] for next [X] ||| [X][X] damit [X] ||| 0.0182166 1 ||| 2-0 ||| 0.25
+been [X][X] for next [X] ||| [X][X] damit [X] ||| 0.0182166 1 ||| 1-0 ||| 0.25
+been set , unfortunately [X][X] [X] ||| leider [X][X] [X] ||| 0.0182166 1 ||| 4-1 ||| 0.45
+has been set [X][X] for [X] ||| [X][X] damit [X] ||| 0.0182166 1 ||| 3-0 ||| 0.25
+has been [X][X] for [X] ||| [X][X] damit [X] ||| 0.0182166 1 ||| 2-0 ||| 0.25
+has [X][X] for [X] ||| [X][X] damit [X] ||| 0.0182166 1 ||| 1-0 ||| 0.25
+has been [X][X] for next [X] ||| [X][X] damit [X] ||| 0.0182166 1 ||| 2-0 ||| 0.333333
+has [X][X] for next [X] ||| [X][X] damit [X] ||| 0.0182166 1 ||| 1-0 ||| 0.333333
+date has been [X][X] for [X] ||| [X][X] damit [X] ||| 0.0182166 1 ||| 3-0 ||| 0.25
+date has [X][X] for [X] ||| [X][X] damit [X] ||| 0.0182166 1 ||| 2-0 ||| 0.25
+date [X][X] for [X] ||| [X][X] damit [X] ||| 0.0182166 1 ||| 1-0 ||| 0.25
+date has [X][X] for next [X] ||| [X][X] damit [X] ||| 0.0182166 1 ||| 2-0 ||| 0.333333
+date [X][X] for next [X] ||| [X][X] damit [X] ||| 0.0182166 1 ||| 1-0 ||| 0.333333
+a date has [X][X] for [X] ||| [X][X] damit [X] ||| 0.0182166 1 ||| 3-0 ||| 0.25
+a date [X][X] for [X] ||| [X][X] damit [X] ||| 0.0182166 1 ||| 2-0 ||| 0.25
+a [X][X] for [X] ||| [X][X] damit [X] ||| 0.0182166 1 ||| 1-0 ||| 0.25
+a date [X][X] for next [X] ||| [X][X] damit [X] ||| 0.0182166 1 ||| 2-0 ||| 0.333333
+a [X][X] for next [X] ||| [X][X] damit [X] ||| 0.0182166 1 ||| 1-0 ||| 0.333333
+, a date [X][X] for [X] ||| [X][X] damit [X] ||| 0.0182166 1 ||| 3-0 ||| 0.25
+, a [X][X] for [X] ||| [X][X] damit [X] ||| 0.0182166 1 ||| 2-0 ||| 0.25
+, [X][X] for [X] ||| [X][X] damit [X] ||| 0.0182166 1 ||| 1-0 ||| 0.25
+, a [X][X] for next [X] ||| [X][X] damit [X] ||| 0.0182166 1 ||| 2-0 ||| 0.333333
+, [X][X] for next [X] ||| [X][X] damit [X] ||| 0.0182166 1 ||| 1-0 ||| 0.333333
+for [X] ||| damit zusammen [X] ||| 0.0182166 1 ||| ||| 1
+for next [X] ||| damit zusammen [X] ||| 0.0182166 1 ||| ||| 1
+, [X] ||| zusammen , [X] ||| 0.00910828 1 ||| ||| 2
+, [X] ||| , daß [X] ||| 0.00910828 1 ||| ||| 2
+in [X] ||| daß in [X] ||| 0.00910828 1 ||| ||| 2
+in [X] ||| in den [X] ||| 0.00910828 1 ||| ||| 2
+America [X] ||| Vereinigten Staaten [X] ||| 0.0182166 1 ||| ||| 1
+, in [X] ||| , in [X] ||| 0.0182166 1 ||| ||| 1
+in Texas [X] ||| in Texas [X] ||| 0.0182166 1 ||| ||| 1
+, for [X] ||| , für [X] ||| 0.0182166 1 ||| ||| 1
+Thursday [X] ||| Donnerstag dieser [X] ||| 0.0182166 1 ||| ||| 1
+next Thursday [X] ||| Donnerstag dieser [X] ||| 0.0182166 1 ||| ||| 1
+the [X] ||| Woche die [X] ||| 0.0182166 1 ||| ||| 1
+the execution [X] ||| die Hinrichtung [X] ||| 0.0182166 1 ||| ||| 1
+execution of a [X] ||| Hinrichtung eines [X] ||| 0.0182166 1 ||| ||| 0.5
+execution [X][X] [X] ||| Hinrichtung [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.5
+young 34 year-old man who [X] ||| jungen Mannes [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] year-old man who [X] ||| [X][X] Mannes [X] ||| 0.0182166 1 ||| 0-0 ||| 0.166667
+[X][X] man who [X] ||| [X][X] Mannes [X] ||| 0.0182166 1 ||| 0-0 ||| 0.166667
+young 34 year-old [X][X] [X] ||| jungen [X][X] [X] ||| 0.0182166 1 ||| 3-1 ||| 0.166667
+young 34 [X][X] [X] ||| jungen [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.166667
+young [X][X] [X] ||| jungen [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+has been [X] ||| worden ist [X] ||| 0.0182166 1 ||| ||| 1
+this year ' s first [X] ||| die erste diesjährige [X] ||| 0.0182166 1 ||| ||| 1
+part-session of the European [X] ||| Tagung des Europäischen [X] ||| 0.0182166 1 ||| ||| 0.25
+part-session [X][X] European [X] ||| Tagung [X][X] Europäischen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.25
+of the European Parliament [X] ||| des Europäischen Parlaments [X] ||| 0.0182166 1 ||| ||| 0.25
+[X][X] European Parliament [X] ||| [X][X] Europäischen Parlaments [X] ||| 0.0182166 1 ||| 0-0 ||| 0.517857
+[X][X] Parliament [X] ||| [X][X] Parlaments [X] ||| 0.0182166 1 ||| 0-0 ||| 0.517857
+of the [X][X] [X] ||| des [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.990079
+of the European Parliament , [X] ||| des Europäischen Parlaments [X] ||| 0.0182166 1 ||| ||| 0.142857
+[X][X] European Parliament , [X] ||| [X][X] Europäischen Parlaments [X] ||| 0.0182166 1 ||| 0-0 ||| 0.233766
+[X][X] European [X][X] [X] ||| [X][X] Europäischen [X][X] [X] ||| 0.218091 1 ||| 0-0 2-2 ||| 1.1515
+[X][X] Parliament , [X] ||| [X][X] Parlaments [X] ||| 0.0182166 1 ||| 0-0 ||| 0.233766
+of the [X][X] , [X] ||| des [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.142857
+of the European [X][X] [X] ||| des Europäischen [X][X] [X] ||| 0.0182166 1 ||| 3-2 ||| 0.740079
+[X][X] European Parliament , a [X] ||| [X][X] Europäischen Parlaments [X] ||| 0.0182166 1 ||| 0-0 ||| 0.188034
+[X][X] European [X][X] a [X] ||| [X][X] Europäischen [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.188034
+[X][X] Parliament , a [X] ||| [X][X] Parlaments [X] ||| 0.0182166 1 ||| 0-0 ||| 0.188034
+of the [X][X] , a [X] ||| des [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.111111
+of the [X][X] a [X] ||| des [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.111111
+of the European [X][X] a [X] ||| des Europäischen [X][X] [X] ||| 0.0182166 1 ||| 3-2 ||| 0.111111
+[X][X] European [X][X] a date [X] ||| [X][X] Europäischen [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.188034
+[X][X] European [X][X] date [X] ||| [X][X] Europäischen [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.188034
+[X][X] Parliament , a date [X] ||| [X][X] Parlaments [X] ||| 0.0182166 1 ||| 0-0 ||| 0.188034
+of the [X][X] a date [X] ||| des [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.111111
+of the [X][X] date [X] ||| des [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.111111
+of the European [X][X] date [X] ||| des Europäischen [X][X] [X] ||| 0.0182166 1 ||| 3-2 ||| 0.111111
+[X][X] European [X][X] date has [X] ||| [X][X] Europäischen [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.208333
+[X][X] European [X][X] has [X] ||| [X][X] Europäischen [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.208333
+of the [X][X] date has [X] ||| des [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.125
+of the [X][X] has [X] ||| des [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.125
+of the European [X][X] has [X] ||| des Europäischen [X][X] [X] ||| 0.0182166 1 ||| 3-2 ||| 0.125
+[X][X] European [X][X] has been [X] ||| [X][X] Europäischen [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.208333
+[X][X] European [X][X] been [X] ||| [X][X] Europäischen [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.208333
+of the [X][X] has been [X] ||| des [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.125
+of the [X][X] been [X] ||| des [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.125
+of the European [X][X] been [X] ||| des Europäischen [X][X] [X] ||| 0.0182166 1 ||| 3-2 ||| 0.125
+[X][X] European [X][X] been set [X] ||| [X][X] Europäischen [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.125
+[X][X] European [X][X] set [X] ||| [X][X] Europäischen [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.125
+of the [X][X] been set [X] ||| des [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.125
+of the [X][X] set [X] ||| des [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.125
+of the European [X][X] set [X] ||| des Europäischen [X][X] [X] ||| 0.0182166 1 ||| 3-2 ||| 0.125
+, unfortunately for [X] ||| leider damit zusammen [X] ||| 0.0182166 1 ||| ||| 0.5
+[X][X] for [X] ||| [X][X] damit zusammen [X] ||| 0.315522 1 ||| 0-0 ||| 2.08333
+, unfortunately for next [X] ||| leider damit zusammen [X] ||| 0.0182166 1 ||| ||| 0.25
+[X][X] for next [X] ||| [X][X] damit zusammen [X] ||| 0.218091 1 ||| 0-0 ||| 1.98333
+, unfortunately [X][X] [X] ||| leider [X][X] zusammen [X] ||| 0.0182166 1 ||| 2-1 ||| 0.25
+set , unfortunately for [X] ||| leider damit zusammen [X] ||| 0.0182166 1 ||| ||| 0.333333
+set [X][X] for [X] ||| [X][X] damit zusammen [X] ||| 0.0182166 1 ||| 1-0 ||| 0.333333
+set , unfortunately for next [X] ||| leider damit zusammen [X] ||| 0.0182166 1 ||| ||| 0.2
+set [X][X] for next [X] ||| [X][X] damit zusammen [X] ||| 0.0182166 1 ||| 1-0 ||| 0.2
+set , unfortunately [X][X] [X] ||| leider [X][X] zusammen [X] ||| 0.0182166 1 ||| 3-1 ||| 0.2
+been set , unfortunately for [X] ||| leider damit zusammen [X] ||| 0.0182166 1 ||| ||| 0.25
+been set [X][X] for [X] ||| [X][X] damit zusammen [X] ||| 0.0182166 1 ||| 2-0 ||| 0.25
+been [X][X] for [X] ||| [X][X] damit zusammen [X] ||| 0.0182166 1 ||| 1-0 ||| 0.25
+been set [X][X] for next [X] ||| [X][X] damit zusammen [X] ||| 0.0182166 1 ||| 2-0 ||| 0.2
+been [X][X] for next [X] ||| [X][X] damit zusammen [X] ||| 0.0182166 1 ||| 1-0 ||| 0.2
+been set , unfortunately [X][X] [X] ||| leider [X][X] zusammen [X] ||| 0.0182166 1 ||| 4-1 ||| 0.2
+has been set [X][X] for [X] ||| [X][X] damit zusammen [X] ||| 0.0182166 1 ||| 3-0 ||| 0.25
+has been [X][X] for [X] ||| [X][X] damit zusammen [X] ||| 0.0182166 1 ||| 2-0 ||| 0.25
+has [X][X] for [X] ||| [X][X] damit zusammen [X] ||| 0.0182166 1 ||| 1-0 ||| 0.25
+has been [X][X] for next [X] ||| [X][X] damit zusammen [X] ||| 0.0182166 1 ||| 2-0 ||| 0.333333
+has [X][X] for next [X] ||| [X][X] damit zusammen [X] ||| 0.0182166 1 ||| 1-0 ||| 0.333333
+date has been [X][X] for [X] ||| [X][X] damit zusammen [X] ||| 0.0182166 1 ||| 3-0 ||| 0.25
+date has [X][X] for [X] ||| [X][X] damit zusammen [X] ||| 0.0182166 1 ||| 2-0 ||| 0.25
+date [X][X] for [X] ||| [X][X] damit zusammen [X] ||| 0.0182166 1 ||| 1-0 ||| 0.25
+date has [X][X] for next [X] ||| [X][X] damit zusammen [X] ||| 0.0182166 1 ||| 2-0 ||| 0.333333
+date [X][X] for next [X] ||| [X][X] damit zusammen [X] ||| 0.0182166 1 ||| 1-0 ||| 0.333333
+a date has [X][X] for [X] ||| [X][X] damit zusammen [X] ||| 0.0182166 1 ||| 3-0 ||| 0.25
+a date [X][X] for [X] ||| [X][X] damit zusammen [X] ||| 0.0182166 1 ||| 2-0 ||| 0.25
+a [X][X] for [X] ||| [X][X] damit zusammen [X] ||| 0.0182166 1 ||| 1-0 ||| 0.25
+a date [X][X] for next [X] ||| [X][X] damit zusammen [X] ||| 0.0182166 1 ||| 2-0 ||| 0.333333
+a [X][X] for next [X] ||| [X][X] damit zusammen [X] ||| 0.0182166 1 ||| 1-0 ||| 0.333333
+, a date [X][X] for [X] ||| [X][X] damit zusammen [X] ||| 0.0182166 1 ||| 3-0 ||| 0.25
+, a [X][X] for [X] ||| [X][X] damit zusammen [X] ||| 0.0182166 1 ||| 2-0 ||| 0.25
+, [X][X] for [X] ||| [X][X] damit zusammen [X] ||| 0.0182166 1 ||| 1-0 ||| 0.25
+, a [X][X] for next [X] ||| [X][X] damit zusammen [X] ||| 0.0182166 1 ||| 2-0 ||| 0.333333
+, [X][X] for next [X] ||| [X][X] damit zusammen [X] ||| 0.0182166 1 ||| 1-0 ||| 0.333333
+, [X] ||| zusammen , daß [X] ||| 0.0182166 1 ||| ||| 1
+in [X] ||| daß in den [X] ||| 0.0182166 1 ||| ||| 1
+America [X] ||| den Vereinigten Staaten [X] ||| 0.0182166 1 ||| ||| 1
+, in Texas [X] ||| , in Texas [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] Texas [X] ||| [X][X] Texas [X] ||| 0.0182166 1 ||| 0-0 ||| 0.333333
+, [X][X] [X] ||| , [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.333333
+Thursday [X] ||| Donnerstag dieser Woche [X] ||| 0.0182166 1 ||| ||| 1
+next Thursday [X] ||| Donnerstag dieser Woche [X] ||| 0.0182166 1 ||| ||| 1
+the [X] ||| dieser Woche die [X] ||| 0.0182166 1 ||| ||| 1
+the execution [X] ||| Woche die Hinrichtung [X] ||| 0.0182166 1 ||| ||| 1
+the execution of a [X] ||| die Hinrichtung eines [X] ||| 0.0182166 1 ||| ||| 0.25
+[X][X] of a [X] ||| [X][X] eines [X] ||| 0.0182166 1 ||| 0-0 ||| 0.616667
+the [X][X] [X] ||| die [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.25
+the execution [X][X] [X] ||| die Hinrichtung [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.25
+sentenced to death [X] ||| zum Tode verurteilten [X] ||| 0.0182166 1 ||| ||| 1
+sentenced to death . [X] ||| zum Tode verurteilten [X] ||| 0.0182166 1 ||| ||| 1
+[X][X] part-session [X] ||| [X][X] Tagung [X] ||| 0.218091 1 ||| 0-0 ||| 1.5
+with [X][X] part-session [X] ||| [X][X] Tagung [X] ||| 0.0182166 1 ||| 1-0 ||| 0.5
+part-session of the European Parliament [X] ||| Tagung des Europäischen Parlaments [X] ||| 0.0182166 1 ||| ||| 0.142857
+part-session [X][X] European Parliament [X] ||| Tagung [X][X] Europäischen Parlaments [X] ||| 0.0182166 1 ||| 1-1 ||| 0.142857
+part-session [X][X] Parliament [X] ||| Tagung [X][X] Parlaments [X] ||| 0.0182166 1 ||| 1-1 ||| 0.142857
+part-session of the [X][X] [X] ||| Tagung des [X][X] [X] ||| 0.0182166 1 ||| 3-2 ||| 0.554279
+part-session [X][X] European Parliament , [X] ||| Tagung [X][X] Europäischen Parlaments [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+part-session [X][X] European [X][X] [X] ||| Tagung [X][X] Europäischen [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.411422
+part-session [X][X] Parliament , [X] ||| Tagung [X][X] Parlaments [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+part-session [X][X] , [X] ||| Tagung [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+part-session of the [X][X] , [X] ||| Tagung des [X][X] [X] ||| 0.0182166 1 ||| 3-2 ||| 0.0909091
+part-session of the European [X][X] [X] ||| Tagung des Europäischen [X][X] [X] ||| 0.0182166 1 ||| 4-3 ||| 0.411422
+part-session [X][X] European [X][X] a [X] ||| Tagung [X][X] Europäischen [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0769231
+part-session [X][X] Parliament , a [X] ||| Tagung [X][X] Parlaments [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0769231
+part-session [X][X] , a [X] ||| Tagung [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0769231
+part-session [X][X] a [X] ||| Tagung [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0769231
+part-session of the [X][X] a [X] ||| Tagung des [X][X] [X] ||| 0.0182166 1 ||| 3-2 ||| 0.0769231
+part-session [X][X] European [X][X] date [X] ||| Tagung [X][X] Europäischen [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0769231
+part-session [X][X] , a date [X] ||| Tagung [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0769231
+part-session [X][X] a date [X] ||| Tagung [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0769231
+part-session [X][X] date [X] ||| Tagung [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0769231
+part-session of the [X][X] date [X] ||| Tagung des [X][X] [X] ||| 0.0182166 1 ||| 3-2 ||| 0.0769231
+part-session [X][X] European [X][X] has [X] ||| Tagung [X][X] Europäischen [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0833333
+part-session [X][X] a date has [X] ||| Tagung [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0833333
+part-session [X][X] date has [X] ||| Tagung [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0833333
+part-session [X][X] has [X] ||| Tagung [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0833333
+part-session of the [X][X] has [X] ||| Tagung des [X][X] [X] ||| 0.0182166 1 ||| 3-2 ||| 0.0833333
+part-session [X][X] European [X][X] been [X] ||| Tagung [X][X] Europäischen [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0833333
+part-session [X][X] date has been [X] ||| Tagung [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0833333
+part-session [X][X] has been [X] ||| Tagung [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0833333
+part-session [X][X] been [X] ||| Tagung [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0833333
+part-session of the [X][X] been [X] ||| Tagung des [X][X] [X] ||| 0.0182166 1 ||| 3-2 ||| 0.0833333
+in America [X] ||| in den Vereinigten Staaten [X] ||| 0.0182166 1 ||| ||| 1
+the execution [X] ||| dieser Woche die Hinrichtung [X] ||| 0.0182166 1 ||| ||| 1
+the execution of a [X] ||| Woche die Hinrichtung eines [X] ||| 0.0182166 1 ||| ||| 0.2
+[X][X] of a [X] ||| Woche [X][X] eines [X] ||| 0.0182166 1 ||| 0-1 ||| 0.2
+the [X][X] [X] ||| Woche die [X][X] [X] ||| 0.0182166 1 ||| 1-2 ||| 0.2
+the execution [X][X] [X] ||| Woche die Hinrichtung [X][X] [X] ||| 0.0182166 1 ||| 2-3 ||| 0.2
+[X][X] part-session of the [X] ||| [X][X] Tagung des [X] ||| 0.0182166 1 ||| 0-0 ||| 0.5
+[X][X] part-session [X][X] [X] ||| [X][X] Tagung [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.936111
+[X][X] of the [X] ||| [X][X] des [X] ||| 0.0182166 1 ||| 0-0 ||| 0.5
+with [X][X] part-session of the [X] ||| [X][X] Tagung des [X] ||| 0.0182166 1 ||| 1-0 ||| 0.166667
+with [X][X] part-session [X][X] [X] ||| [X][X] Tagung [X][X] [X] ||| 0.0182166 1 ||| 1-0 3-2 ||| 0.277778
+with [X][X] of the [X] ||| [X][X] des [X] ||| 0.0182166 1 ||| 1-0 ||| 0.166667
+in America [X] ||| daß in den Vereinigten Staaten [X] ||| 0.0182166 1 ||| ||| 1
+the execution of a [X] ||| dieser Woche die Hinrichtung eines [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] of a [X] ||| dieser [X][X] eines [X] ||| 0.00910828 1 ||| 0-1 ||| 0.333334
+[X][X] of a [X] ||| dieser Woche [X][X] eines [X] ||| 0.00910828 1 ||| 0-2 ||| 0.333334
+the [X][X] [X] ||| dieser Woche die [X][X] [X] ||| 0.0182166 1 ||| 1-3 ||| 0.166667
+the execution [X][X] [X] ||| dieser Woche die Hinrichtung [X][X] [X] ||| 0.0182166 1 ||| 2-4 ||| 0.166667
+[X][X] part-session of the European [X] ||| [X][X] Tagung des Europäischen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.311111
+[X][X] part-session [X][X] European [X] ||| [X][X] Tagung [X][X] Europäischen [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.311111
+[X][X] of the European [X] ||| [X][X] des Europäischen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.311111
+with [X][X] part-session [X][X] European [X] ||| [X][X] Tagung [X][X] Europäischen [X] ||| 0.0182166 1 ||| 1-0 3-2 ||| 0.111111
+with [X][X] of the European [X] ||| [X][X] des Europäischen [X] ||| 0.0182166 1 ||| 1-0 ||| 0.111111
+with [X][X] European [X] ||| [X][X] Europäischen [X] ||| 0.0182166 1 ||| 1-0 ||| 0.111111
+[X][X] part-session [X][X] European Parliament [X] ||| [X][X] Tagung [X][X] Europäischen Parlaments [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.125
+[X][X] part-session [X][X] Parliament [X] ||| [X][X] Tagung [X][X] Parlaments [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.125
+[X][X] part-session of the [X][X] [X] ||| [X][X] Tagung des [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-3 ||| 0.125
+[X][X] of the European Parliament [X] ||| [X][X] des Europäischen Parlaments [X] ||| 0.0182166 1 ||| 0-0 ||| 0.125
+[X][X] of the [X][X] [X] ||| [X][X] des [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.125
+, in Texas in America [X] ||| in den Vereinigten Staaten , in Texas [X] ||| 0.0182166 1 ||| ||| 0.166667
+, in Texas [X][X] [X] ||| [X][X] , in Texas [X] ||| 0.0182166 1 ||| 3-0 ||| 0.291667
+[X][X] Texas [X][X] [X] ||| [X][X] [X][X] Texas [X] ||| 0.0182166 1 ||| 2-0 0-1 ||| 0.291667
+[X][X] Texas in America [X] ||| in den Vereinigten Staaten [X][X] Texas [X] ||| 0.0182166 1 ||| 0-4 ||| 0.166667
+[X][X] in America [X] ||| in den Vereinigten Staaten [X][X] [X] ||| 0.0182166 1 ||| 0-4 ||| 0.166667
+, [X][X] in America [X] ||| in den Vereinigten Staaten , [X][X] [X] ||| 0.0182166 1 ||| 1-5 ||| 0.166667
+, in Texas in America [X] ||| daß in den Vereinigten Staaten , in Texas [X] ||| 0.0182166 1 ||| ||| 0.125
+, in Texas [X][X] [X] ||| daß [X][X] , in Texas [X] ||| 0.0182166 1 ||| 3-1 ||| 0.125
+[X][X] Texas [X][X] [X] ||| daß [X][X] [X][X] Texas [X] ||| 0.0182166 1 ||| 2-1 0-2 ||| 0.125
+[X][X] Texas in America [X] ||| daß in den Vereinigten Staaten [X][X] Texas [X] ||| 0.0182166 1 ||| 0-5 ||| 0.125
+[X][X] in America [X] ||| daß in den Vereinigten Staaten [X][X] [X] ||| 0.0182166 1 ||| 0-5 ||| 0.125
+, [X][X] in America [X] ||| daß in den Vereinigten Staaten , [X][X] [X] ||| 0.0182166 1 ||| 1-6 ||| 0.125
+, in Texas [X][X] , [X] ||| [X][X] , in Texas , [X] ||| 0.0182166 1 ||| 3-0 ||| 0.277778
+[X][X] Texas [X][X] , [X] ||| [X][X] [X][X] Texas , [X] ||| 0.0182166 1 ||| 2-0 0-1 ||| 0.277778
+[X][X] , [X] ||| [X][X] , [X] ||| 0.0182166 1 ||| 0-0 ||| 0.277778
+[X][X] Texas in America , [X] ||| in den Vereinigten Staaten [X][X] Texas , [X] ||| 0.0182166 1 ||| 0-4 ||| 0.166667
+[X][X] in America , [X] ||| in den Vereinigten Staaten [X][X] , [X] ||| 0.0182166 1 ||| 0-4 ||| 0.166667
+, [X][X] in America , [X] ||| in den Vereinigten Staaten , [X][X] , [X] ||| 0.0182166 1 ||| 1-5 ||| 0.166667
+, in Texas [X][X] , [X] ||| daß [X][X] , in Texas , [X] ||| 0.0182166 1 ||| 3-1 ||| 0.111111
+[X][X] Texas [X][X] , [X] ||| daß [X][X] [X][X] Texas , [X] ||| 0.0182166 1 ||| 2-1 0-2 ||| 0.111111
+[X][X] , [X] ||| daß [X][X] , [X] ||| 0.0182166 1 ||| 0-1 ||| 0.111111
+[X][X] Texas in America , [X] ||| daß in den Vereinigten Staaten [X][X] Texas , [X] ||| 0.0182166 1 ||| 0-5 ||| 0.111111
+[X][X] in America , [X] ||| daß in den Vereinigten Staaten [X][X] , [X] ||| 0.0182166 1 ||| 0-5 ||| 0.111111
+, [X][X] in America , [X] ||| daß in den Vereinigten Staaten , [X][X] , [X] ||| 0.0182166 1 ||| 1-6 ||| 0.111111
+[X][X] Texas [X][X] , for [X] ||| [X][X] [X][X] Texas , für [X] ||| 0.0182166 1 ||| 2-0 0-1 ||| 0.242857
+[X][X] , for [X] ||| [X][X] , für [X] ||| 0.0182166 1 ||| 0-0 ||| 0.242857
+[X][X] for [X] ||| [X][X] für [X] ||| 0.0182166 1 ||| 0-0 ||| 0.242857
+[X][X] Texas in America [X][X] [X] ||| in den Vereinigten Staaten [X][X] Texas [X][X] [X] ||| 0.0182166 1 ||| 0-4 4-6 ||| 0.142857
+[X][X] in America , for [X] ||| in den Vereinigten Staaten [X][X] , für [X] ||| 0.0182166 1 ||| 0-4 ||| 0.142857
+[X][X] in America [X][X] [X] ||| in den Vereinigten Staaten [X][X] [X][X] [X] ||| 0.0182166 1 ||| 0-4 3-5 ||| 0.142857
+, [X][X] in America [X][X] [X] ||| in den Vereinigten Staaten , [X][X] [X][X] [X] ||| 0.0182166 1 ||| 1-5 4-6 ||| 0.142857
+[X][X] Texas [X][X] , for [X] ||| daß [X][X] [X][X] Texas , für [X] ||| 0.0182166 1 ||| 2-1 0-2 ||| 0.1
+[X][X] , for [X] ||| daß [X][X] , für [X] ||| 0.0182166 1 ||| 0-1 ||| 0.1
+[X][X] for [X] ||| daß [X][X] für [X] ||| 0.0182166 1 ||| 0-1 ||| 0.1
+[X][X] Texas in America [X][X] [X] ||| daß in den Vereinigten Staaten [X][X] Texas [X][X] [X] ||| 0.0182166 1 ||| 0-5 4-7 ||| 0.1
+[X][X] in America , for [X] ||| daß in den Vereinigten Staaten [X][X] , für [X] ||| 0.0182166 1 ||| 0-5 ||| 0.1
+[X][X] in America [X][X] [X] ||| daß in den Vereinigten Staaten [X][X] [X][X] [X] ||| 0.0182166 1 ||| 0-5 3-6 ||| 0.1
+, [X][X] in America [X][X] [X] ||| daß in den Vereinigten Staaten , [X][X] [X][X] [X] ||| 0.0182166 1 ||| 1-6 4-7 ||| 0.1
+Thursday [X][X] , for [X] ||| [X][X] , für Donnerstag [X] ||| 0.0182166 1 ||| 1-0 ||| 0.25
+Thursday [X][X] for [X] ||| [X][X] für Donnerstag [X] ||| 0.0182166 1 ||| 1-0 ||| 0.25
+Thursday [X][X] [X] ||| [X][X] Donnerstag [X] ||| 0.0182166 1 ||| 1-0 ||| 0.25
+Thursday [X][X] in America [X][X] [X] ||| in den Vereinigten Staaten [X][X] [X][X] Donnerstag [X] ||| 0.0182166 1 ||| 1-4 4-5 ||| 0.25
+next Thursday [X][X] , for [X] ||| [X][X] , für Donnerstag [X] ||| 0.0182166 1 ||| 2-0 ||| 0.333333
+next Thursday [X][X] for [X] ||| [X][X] für Donnerstag [X] ||| 0.0182166 1 ||| 2-0 ||| 0.333333
+next Thursday [X][X] [X] ||| [X][X] Donnerstag [X] ||| 0.0182166 1 ||| 2-0 ||| 0.333333
+at [X] ||| auf [X] ||| 0.0182166 1 ||| ||| 1
+at the [X] ||| auf [X] ||| 0.0182166 1 ||| ||| 1
+request [X] ||| Wunsch [X] ||| 0.0182166 1 ||| ||| 1
+the request [X] ||| Wunsch [X] ||| 0.0182166 1 ||| ||| 1
+of a [X] ||| eines [X] ||| 0.0182166 1 ||| ||| 1
+French [X] ||| französischen [X] ||| 0.0182166 1 ||| ||| 1
+Member [X] ||| Mitglieds [X] ||| 0.0182166 1 ||| ||| 1
+, [X] ||| , [X] ||| 0.443548 1 ||| ||| 4
+Mr [X] ||| Herrn [X] ||| 0.0182166 1 ||| ||| 1
+Zimeray [X] ||| Zimeray [X] ||| 0.0182166 1 ||| ||| 1
+has [X] ||| wurde [X] ||| 0.0182166 1 ||| ||| 1
+already been [X] ||| bereits [X] ||| 0.0182166 1 ||| ||| 1
+a [X] ||| eine [X] ||| 0.0182166 1 ||| ||| 1
+petition [X] ||| Petition [X] ||| 0.0182166 1 ||| ||| 1
+presented [X] ||| eingereicht [X] ||| 0.0182166 1 ||| ||| 1
+which [X] ||| die [X] ||| 0.0182166 1 ||| ||| 1
+many [X] ||| vielen [X] ||| 0.0182166 1 ||| ||| 1
+many people [X] ||| vielen [X] ||| 0.0182166 1 ||| ||| 1
+including [X] ||| auch [X] ||| 0.0182166 1 ||| ||| 1
+. [X] ||| . [X] ||| 0.0182166 1 ||| ||| 1
+at the request [X] ||| auf Wunsch [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] request [X] ||| [X][X] Wunsch [X] ||| 0.0182166 1 ||| 0-0 ||| 0.333333
+at [X][X] [X] ||| auf [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.700617
+request of a [X] ||| Wunsch eines [X] ||| 0.0182166 1 ||| ||| 0.5
+request [X][X] [X] ||| Wunsch [X][X] [X] ||| 0.218091 1 ||| 1-1 ||| 1.09156
+the request of a [X] ||| Wunsch eines [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] of a [X] ||| [X][X] eines [X] ||| 0.0182166 1 ||| 0-0 ||| 0.458333
+the request [X][X] [X] ||| Wunsch [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.756306
+of a French [X] ||| eines französischen [X] ||| 0.0182166 1 ||| ||| 0.5
+[X][X] French [X] ||| [X][X] französischen [X] ||| 0.0182166 1 ||| 0-0 ||| 1
+French Member [X] ||| französischen Mitglieds [X] ||| 0.0182166 1 ||| ||| 1
+Member , [X] ||| Mitglieds , [X] ||| 0.0182166 1 ||| ||| 1
+, Mr [X] ||| , Herrn [X] ||| 0.0182166 1 ||| ||| 1
+Mr Zimeray [X] ||| Herrn Zimeray [X] ||| 0.0182166 1 ||| ||| 1
+Zimeray , [X] ||| Zimeray , [X] ||| 0.0182166 1 ||| ||| 1
+has already been [X] ||| wurde bereits [X] ||| 0.0182166 1 ||| ||| 0.5
+has [X][X] [X] ||| wurde [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.5
+a petition [X] ||| eine Petition [X] ||| 0.0182166 1 ||| ||| 1
+presented , [X] ||| eingereicht , [X] ||| 0.0182166 1 ||| ||| 1
+, which [X] ||| , die [X] ||| 0.0182166 1 ||| ||| 1
+which [X] ||| die von [X] ||| 0.0182166 1 ||| ||| 1
+many [X] ||| von vielen [X] ||| 0.0182166 1 ||| ||| 1
+many people [X] ||| von vielen [X] ||| 0.0182166 1 ||| ||| 1
+, including [X] ||| , auch [X] ||| 0.0182166 1 ||| ||| 1
+including [X] ||| auch von [X] ||| 0.0182166 1 ||| ||| 1
+myself [X] ||| mir selbst [X] ||| 0.0182166 1 ||| ||| 1
+signed [X] ||| unterzeichnet worden [X] ||| 0.0182166 1 ||| ||| 1
+people signed [X] ||| unterzeichnet worden [X] ||| 0.0182166 1 ||| ||| 1
+. [X] ||| ist . [X] ||| 0.0182166 1 ||| ||| 1
+at the request of a [X] ||| auf Wunsch eines [X] ||| 0.0182166 1 ||| ||| 0.125
+[X][X] request of a [X] ||| [X][X] Wunsch eines [X] ||| 0.0182166 1 ||| 0-0 ||| 0.125
+[X][X] request [X][X] [X] ||| [X][X] Wunsch [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.367283
+at [X][X] of a [X] ||| auf [X][X] eines [X] ||| 0.0182166 1 ||| 1-1 ||| 0.125
+at the [X][X] [X] ||| auf [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.367283
+at the request [X][X] [X] ||| auf Wunsch [X][X] [X] ||| 0.0182166 1 ||| 3-2 ||| 0.367283
+request of a French [X] ||| Wunsch eines französischen [X] ||| 0.0182166 1 ||| ||| 0.25
+request [X][X] French [X] ||| Wunsch [X][X] französischen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.25
+the request of a French [X] ||| Wunsch eines französischen [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] of a French [X] ||| [X][X] eines französischen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.25
+the [X][X] French [X] ||| [X][X] französischen [X] ||| 0.0182166 1 ||| 1-0 ||| 0.166667
+the request [X][X] French [X] ||| Wunsch [X][X] französischen [X] ||| 0.0182166 1 ||| 2-1 ||| 0.166667
+of a French Member [X] ||| eines französischen Mitglieds [X] ||| 0.0182166 1 ||| ||| 0.25
+[X][X] French Member [X] ||| [X][X] französischen Mitglieds [X] ||| 0.0182166 1 ||| 0-0 ||| 0.551681
+[X][X] Member [X] ||| [X][X] Mitglieds [X] ||| 0.0182166 1 ||| 0-0 ||| 0.551681
+of a [X][X] [X] ||| eines [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.529762
+French Member , [X] ||| französischen Mitglieds , [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] , [X] ||| [X][X] , [X] ||| 0.218091 1 ||| 0-0 ||| 1.97858
+French [X][X] [X] ||| französischen [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.643541
+Member , Mr [X] ||| Mitglieds , Herrn [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] Mr [X] ||| [X][X] Herrn [X] ||| 0.0182166 1 ||| 0-0 ||| 0.697985
+Member [X][X] [X] ||| Mitglieds [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.646465
+, Mr Zimeray [X] ||| , Herrn Zimeray [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] Zimeray [X] ||| [X][X] Zimeray [X] ||| 0.0182166 1 ||| 0-0 ||| 0.728044
+, [X][X] [X] ||| , [X][X] [X] ||| 0.315522 1 ||| 1-1 ||| 2.32946
+Mr Zimeray , [X] ||| Herrn Zimeray , [X] ||| 0.0182166 1 ||| ||| 0.333333
+Mr [X][X] [X] ||| Herrn [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.635256
+presented , which [X] ||| eingereicht , die [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] which [X] ||| [X][X] die [X] ||| 0.0182166 1 ||| 0-0 ||| 0.688034
+presented [X][X] [X] ||| eingereicht [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.779762
+, which [X] ||| , die von [X] ||| 0.0182166 1 ||| ||| 1
+which many [X] ||| die von vielen [X] ||| 0.0182166 1 ||| ||| 1
+which many people [X] ||| die von vielen [X] ||| 0.0182166 1 ||| ||| 0.333333
+which [X][X] [X] ||| die [X][X] [X] ||| 0.00910828 1 ||| 1-1 ||| 0.666666
+which [X][X] [X] ||| die von [X][X] [X] ||| 0.00910828 1 ||| 1-2 ||| 0.666666
+, including [X] ||| , auch von [X] ||| 0.0182166 1 ||| ||| 1
+myself [X] ||| von mir selbst [X] ||| 0.00910828 1 ||| ||| 2
+myself [X] ||| mir selbst , [X] ||| 0.00910828 1 ||| ||| 2
+signed [X] ||| , unterzeichnet worden [X] ||| 0.0182166 1 ||| ||| 1
+people signed [X] ||| , unterzeichnet worden [X] ||| 0.0182166 1 ||| ||| 1
+signed [X] ||| unterzeichnet worden ist [X] ||| 0.0182166 1 ||| ||| 1
+people signed [X] ||| unterzeichnet worden ist [X] ||| 0.0182166 1 ||| ||| 1
+[X][X] request of a French [X] ||| [X][X] Wunsch eines französischen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.0833333
+[X][X] request [X][X] French [X] ||| [X][X] Wunsch [X][X] französischen [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0833333
+at [X][X] of a French [X] ||| auf [X][X] eines französischen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0833333
+at the [X][X] French [X] ||| auf [X][X] französischen [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0833333
+at [X][X] French [X] ||| auf [X][X] französischen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0833333
+at the request [X][X] French [X] ||| auf Wunsch [X][X] französischen [X] ||| 0.0182166 1 ||| 3-2 ||| 0.0833333
+request of a French Member [X] ||| Wunsch eines französischen Mitglieds [X] ||| 0.0182166 1 ||| ||| 0.142857
+request [X][X] French Member [X] ||| Wunsch [X][X] französischen Mitglieds [X] ||| 0.0182166 1 ||| 1-1 ||| 0.142857
+request [X][X] Member [X] ||| Wunsch [X][X] Mitglieds [X] ||| 0.0182166 1 ||| 1-1 ||| 0.142857
+request of a [X][X] [X] ||| Wunsch eines [X][X] [X] ||| 0.0182166 1 ||| 3-2 ||| 0.341563
+[X][X] of a French Member [X] ||| [X][X] eines französischen Mitglieds [X] ||| 0.0182166 1 ||| 0-0 ||| 0.158824
+[X][X] of a [X][X] [X] ||| [X][X] eines [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.415256
+the [X][X] French Member [X] ||| [X][X] französischen Mitglieds [X] ||| 0.0182166 1 ||| 1-0 ||| 0.1
+the [X][X] Member [X] ||| [X][X] Mitglieds [X] ||| 0.0182166 1 ||| 1-0 ||| 0.1
+the request [X][X] French Member [X] ||| Wunsch [X][X] französischen Mitglieds [X] ||| 0.0182166 1 ||| 2-1 ||| 0.1
+the request [X][X] Member [X] ||| Wunsch [X][X] Mitglieds [X] ||| 0.0182166 1 ||| 2-1 ||| 0.1
+the request of a [X][X] [X] ||| Wunsch eines [X][X] [X] ||| 0.0182166 1 ||| 4-2 ||| 0.256306
+of a French Member , [X] ||| eines französischen Mitglieds , [X] ||| 0.0182166 1 ||| ||| 0.125
+[X][X] French Member , [X] ||| [X][X] französischen Mitglieds , [X] ||| 0.0182166 1 ||| 0-0 ||| 0.314312
+[X][X] French [X][X] [X] ||| [X][X] französischen [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.7349
+[X][X] Member , [X] ||| [X][X] Mitglieds , [X] ||| 0.0182166 1 ||| 0-0 ||| 0.314312
+of a [X][X] , [X] ||| eines [X][X] , [X] ||| 0.0182166 1 ||| 2-1 ||| 0.160714
+of a French [X][X] [X] ||| eines französischen [X][X] [X] ||| 0.0182166 1 ||| 3-2 ||| 0.279762
+French Member , Mr [X] ||| französischen Mitglieds , Herrn [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] , Mr [X] ||| [X][X] , Herrn [X] ||| 0.0182166 1 ||| 0-0 ||| 0.364652
+French [X][X] Mr [X] ||| französischen [X][X] Herrn [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+French Member [X][X] [X] ||| französischen Mitglieds [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.310207
+Member , Mr Zimeray [X] ||| Mitglieds , Herrn Zimeray [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] Mr Zimeray [X] ||| [X][X] Herrn Zimeray [X] ||| 0.0182166 1 ||| 0-0 ||| 0.394711
+Member [X][X] Zimeray [X] ||| Mitglieds [X][X] Zimeray [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+Member , [X][X] [X] ||| Mitglieds , [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.313131
+, Mr Zimeray , [X] ||| , Herrn Zimeray , [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] Zimeray , [X] ||| [X][X] Zimeray , [X] ||| 0.0182166 1 ||| 0-0 ||| 0.395676
+, [X][X] , [X] ||| , [X][X] , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.366667
+, Mr [X][X] [X] ||| , Herrn [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.308824
+a petition has already been [X] ||| wurde bereits eine Petition [X] ||| 0.0182166 1 ||| ||| 0.2
+a petition [X][X] [X] ||| [X][X] eine Petition [X] ||| 0.0182166 1 ||| 2-0 ||| 0.2
+a petition has [X][X] [X] ||| wurde [X][X] eine Petition [X] ||| 0.0182166 1 ||| 3-1 ||| 0.2
+[X][X] has [X][X] [X] ||| wurde [X][X] [X][X] [X] ||| 0.0182166 1 ||| 2-1 0-2 ||| 0.2
+[X][X] has already been [X] ||| wurde bereits [X][X] [X] ||| 0.0182166 1 ||| 0-2 ||| 0.2
+presented , which [X] ||| eingereicht , die von [X] ||| 0.0182166 1 ||| ||| 0.25
+[X][X] which [X] ||| [X][X] die von [X] ||| 0.0182166 1 ||| 0-0 ||| 0.5
+presented [X][X] [X] ||| eingereicht [X][X] von [X] ||| 0.0182166 1 ||| 1-1 ||| 0.25
+, which many [X] ||| , die von vielen [X] ||| 0.0182166 1 ||| ||| 0.25
+[X][X] many [X] ||| [X][X] von vielen [X] ||| 0.00910828 1 ||| 0-0 ||| 1.01667
+[X][X] many [X] ||| [X][X] vielen [X] ||| 0.00910828 1 ||| 0-0 ||| 1.01667
+, which many people [X] ||| , die von vielen [X] ||| 0.0182166 1 ||| ||| 0.142857
+[X][X] many people [X] ||| [X][X] von vielen [X] ||| 0.00910828 1 ||| 0-0 ||| 0.528572
+[X][X] many people [X] ||| [X][X] vielen [X] ||| 0.00910828 1 ||| 0-0 ||| 0.528572
+, [X][X] people [X] ||| , [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.142857
+, which [X][X] [X] ||| , die [X][X] [X] ||| 0.00910828 1 ||| 2-2 ||| 0.285714
+, which [X][X] [X] ||| , die von [X][X] [X] ||| 0.00910828 1 ||| 2-3 ||| 0.285714
+including myself [X] ||| auch von mir selbst [X] ||| 0.0182166 1 ||| ||| 1
+myself [X] ||| von mir selbst , [X] ||| 0.0182166 1 ||| ||| 1
+signed [X] ||| , unterzeichnet worden ist [X] ||| 0.0182166 1 ||| ||| 1
+people signed [X] ||| , unterzeichnet worden ist [X] ||| 0.0182166 1 ||| ||| 1
+[X][X] request [X][X] French Member [X] ||| [X][X] Wunsch [X][X] französischen Mitglieds [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0588235
+[X][X] request [X][X] Member [X] ||| [X][X] Wunsch [X][X] Mitglieds [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0588235
+[X][X] request of a [X][X] [X] ||| [X][X] Wunsch eines [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-3 ||| 0.15895
+at [X][X] of a [X][X] [X] ||| auf [X][X] eines [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-3 ||| 0.15895
+at the [X][X] French Member [X] ||| auf [X][X] französischen Mitglieds [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0588235
+at [X][X] French Member [X] ||| auf [X][X] französischen Mitglieds [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0588235
+at the [X][X] Member [X] ||| auf [X][X] Mitglieds [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0588235
+at [X][X] Member [X] ||| auf [X][X] Mitglieds [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0588235
+at the request [X][X] Member [X] ||| auf Wunsch [X][X] Mitglieds [X] ||| 0.0182166 1 ||| 3-2 ||| 0.0588235
+request [X][X] French Member , [X] ||| Wunsch [X][X] französischen Mitglieds , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0833333
+request [X][X] French [X][X] [X] ||| Wunsch [X][X] französischen [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.198706
+request [X][X] Member , [X] ||| Wunsch [X][X] Mitglieds , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0833333
+request [X][X] , [X] ||| Wunsch [X][X] , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.11036
+request of a [X][X] , [X] ||| Wunsch eines [X][X] , [X] ||| 0.0182166 1 ||| 3-2 ||| 0.11036
+request of a French [X][X] [X] ||| Wunsch eines französischen [X][X] [X] ||| 0.0182166 1 ||| 4-3 ||| 0.198706
+[X][X] of a [X][X] , [X] ||| [X][X] eines [X][X] , [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.128706
+[X][X] of a French [X][X] [X] ||| [X][X] eines französischen [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-3 ||| 0.256432
+the [X][X] French Member , [X] ||| [X][X] französischen Mitglieds , [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0625
+the [X][X] French [X][X] [X] ||| [X][X] französischen [X][X] [X] ||| 0.0182166 1 ||| 1-0 3-2 ||| 0.156306
+the [X][X] Member , [X] ||| [X][X] Mitglieds , [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0625
+the [X][X] , [X] ||| [X][X] , [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0852273
+the request [X][X] French [X][X] [X] ||| Wunsch [X][X] französischen [X][X] [X] ||| 0.0182166 1 ||| 2-1 4-3 ||| 0.156306
+the request [X][X] Member , [X] ||| Wunsch [X][X] Mitglieds , [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0625
+the request [X][X] , [X] ||| Wunsch [X][X] , [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0852273
+[X][X] French Member , Mr [X] ||| [X][X] französischen Mitglieds , Herrn [X] ||| 0.0182166 1 ||| 0-0 ||| 0.197985
+[X][X] French [X][X] Mr [X] ||| [X][X] französischen [X][X] Herrn [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.197985
+[X][X] French Member [X][X] [X] ||| [X][X] französischen Mitglieds [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.420589
+[X][X] Member , Mr [X] ||| [X][X] Mitglieds , Herrn [X] ||| 0.0182166 1 ||| 0-0 ||| 0.197985
+[X][X] Member [X][X] [X] ||| [X][X] Mitglieds [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.420589
+of a [X][X] , Mr [X] ||| eines [X][X] , Herrn [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0714286
+of a [X][X] Mr [X] ||| eines [X][X] Herrn [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0714286
+of a French [X][X] Mr [X] ||| eines französischen [X][X] Herrn [X] ||| 0.0182166 1 ||| 3-2 ||| 0.0714286
+of a French Member [X][X] [X] ||| eines französischen Mitglieds [X][X] [X] ||| 0.0182166 1 ||| 4-3 ||| 0.154762
+French Member , Mr Zimeray [X] ||| französischen Mitglieds , Herrn Zimeray [X] ||| 0.0182166 1 ||| ||| 0.0909091
+[X][X] , Mr Zimeray [X] ||| [X][X] , Herrn Zimeray [X] ||| 0.0182166 1 ||| 0-0 ||| 0.228044
+[X][X] , [X][X] [X] ||| [X][X] , [X][X] [X] ||| 0.218091 1 ||| 0-0 2-2 ||| 1.04911
+French [X][X] Mr Zimeray [X] ||| französischen [X][X] Herrn Zimeray [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+French [X][X] Zimeray [X] ||| französischen [X][X] Zimeray [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+French Member [X][X] Zimeray [X] ||| französischen Mitglieds [X][X] Zimeray [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0909091
+French Member , [X][X] [X] ||| französischen Mitglieds , [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.143541
+Member , Mr Zimeray , [X] ||| Mitglieds , Herrn Zimeray , [X] ||| 0.0182166 1 ||| ||| 0.0909091
+[X][X] Mr Zimeray , [X] ||| [X][X] Herrn Zimeray , [X] ||| 0.0182166 1 ||| 0-0 ||| 0.229009
+[X][X] Mr [X][X] [X] ||| [X][X] Herrn [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.284565
+Member [X][X] Zimeray , [X] ||| Mitglieds [X][X] Zimeray , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+Member [X][X] , [X] ||| Mitglieds [X][X] , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+Member , [X][X] , [X] ||| Mitglieds , [X][X] , [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0909091
+Member , Mr [X][X] [X] ||| Mitglieds , Herrn [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.146465
+, a petition [X][X] [X] ||| , [X][X] eine Petition [X] ||| 0.0182166 1 ||| 3-1 ||| 0.2
+, a petition has [X][X] [X] ||| , wurde [X][X] eine Petition [X] ||| 0.0182166 1 ||| 4-2 ||| 0.2
+, [X][X] has [X][X] [X] ||| , wurde [X][X] [X][X] [X] ||| 0.0182166 1 ||| 3-2 1-3 ||| 0.2
+, [X][X] has already been [X] ||| , wurde bereits [X][X] [X] ||| 0.0182166 1 ||| 1-3 ||| 0.2
+a petition [X][X] presented [X] ||| [X][X] eine Petition eingereicht [X] ||| 0.0182166 1 ||| 2-0 ||| 0.2
+[X][X] presented [X] ||| [X][X] eingereicht [X] ||| 0.0182166 1 ||| 0-0 ||| 0.72549
+a petition has [X][X] presented [X] ||| wurde [X][X] eine Petition eingereicht [X] ||| 0.0182166 1 ||| 3-1 ||| 0.2
+[X][X] has [X][X] presented [X] ||| wurde [X][X] [X][X] eingereicht [X] ||| 0.0182166 1 ||| 2-1 0-2 ||| 0.2
+[X][X] has already been presented [X] ||| wurde bereits [X][X] eingereicht [X] ||| 0.0182166 1 ||| 0-2 ||| 0.2
+presented , which many [X] ||| eingereicht , die von vielen [X] ||| 0.0182166 1 ||| ||| 0.125
+[X][X] which many [X] ||| [X][X] die von vielen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.258333
+presented [X][X] many [X] ||| eingereicht [X][X] von vielen [X] ||| 0.00910828 1 ||| 1-1 ||| 0.25
+presented [X][X] many [X] ||| eingereicht [X][X] vielen [X] ||| 0.00910828 1 ||| 1-1 ||| 0.25
+presented , [X][X] [X] ||| eingereicht , [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.196429
+presented , which many people [X] ||| eingereicht , die von vielen [X] ||| 0.0182166 1 ||| ||| 0.0714286
+[X][X] which many people [X] ||| [X][X] die von vielen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.121429
+[X][X] which [X][X] [X] ||| [X][X] die [X][X] [X] ||| 0.00910828 1 ||| 0-0 2-2 ||| 0.242858
+[X][X] which [X][X] [X] ||| [X][X] die von [X][X] [X] ||| 0.00910828 1 ||| 0-0 2-3 ||| 0.242858
+presented [X][X] many people [X] ||| eingereicht [X][X] von vielen [X] ||| 0.00910828 1 ||| 1-1 ||| 0.142857
+presented [X][X] many people [X] ||| eingereicht [X][X] vielen [X] ||| 0.00910828 1 ||| 1-1 ||| 0.142857
+presented [X][X] people [X] ||| eingereicht [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0714286
+presented , [X][X] people [X] ||| eingereicht , [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0714286
+presented , which [X][X] [X] ||| eingereicht , die [X][X] [X] ||| 0.00910828 1 ||| 3-3 ||| 0.142857
+presented , which [X][X] [X] ||| eingereicht , die von [X][X] [X] ||| 0.00910828 1 ||| 3-4 ||| 0.142857
+, including myself [X] ||| , auch von mir selbst [X] ||| 0.0182166 1 ||| ||| 0.25
+[X][X] myself [X] ||| [X][X] von mir selbst [X] ||| 0.00910828 1 ||| 0-0 ||| 0.5
+[X][X] myself [X] ||| [X][X] mir selbst [X] ||| 0.00910828 1 ||| 0-0 ||| 0.5
+including myself [X] ||| auch von mir selbst , [X] ||| 0.0182166 1 ||| ||| 1
+[X][X] request [X][X] Member , [X] ||| [X][X] Wunsch [X][X] Mitglieds , [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0434783
+[X][X] request [X][X] , [X] ||| [X][X] Wunsch [X][X] , [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0434783
+at the [X][X] French [X][X] [X] ||| auf [X][X] französischen [X][X] [X] ||| 0.0182166 1 ||| 2-1 4-3 ||| 0.100127
+at [X][X] French Member , [X] ||| auf [X][X] französischen Mitglieds , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0434783
+at [X][X] French [X][X] [X] ||| auf [X][X] französischen [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.100127
+at the [X][X] Member , [X] ||| auf [X][X] Mitglieds , [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0434783
+at [X][X] Member , [X] ||| auf [X][X] Mitglieds , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0434783
+at the [X][X] , [X] ||| auf [X][X] , [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0434783
+at [X][X] , [X] ||| auf [X][X] , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0434783
+at the request [X][X] , [X] ||| auf Wunsch [X][X] , [X] ||| 0.0182166 1 ||| 3-2 ||| 0.0434783
+request [X][X] French [X][X] Mr [X] ||| Wunsch [X][X] französischen [X][X] Herrn [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0526316
+request [X][X] French Member [X][X] [X] ||| Wunsch [X][X] französischen Mitglieds [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-4 ||| 0.115373
+request [X][X] Member , Mr [X] ||| Wunsch [X][X] Mitglieds , Herrn [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+request [X][X] Member [X][X] [X] ||| Wunsch [X][X] Mitglieds [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.115373
+request [X][X] , Mr [X] ||| Wunsch [X][X] , Herrn [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+request [X][X] Mr [X] ||| Wunsch [X][X] Herrn [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+request of a [X][X] Mr [X] ||| Wunsch eines [X][X] Herrn [X] ||| 0.0182166 1 ||| 3-2 ||| 0.0526316
+[X][X] of a [X][X] Mr [X] ||| [X][X] eines [X][X] Herrn [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.0739247
+the [X][X] French [X][X] Mr [X] ||| [X][X] französischen [X][X] Herrn [X] ||| 0.0182166 1 ||| 1-0 3-2 ||| 0.0416667
+the [X][X] French Member [X][X] [X] ||| [X][X] französischen Mitglieds [X][X] [X] ||| 0.0182166 1 ||| 1-0 4-3 ||| 0.0938057
+the [X][X] Member , Mr [X] ||| [X][X] Mitglieds , Herrn [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0416667
+the [X][X] Member [X][X] [X] ||| [X][X] Mitglieds [X][X] [X] ||| 0.0182166 1 ||| 1-0 3-2 ||| 0.0938057
+the [X][X] , Mr [X] ||| [X][X] , Herrn [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0416667
+the [X][X] Mr [X] ||| [X][X] Herrn [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0416667
+the request [X][X] Member [X][X] [X] ||| Wunsch [X][X] Mitglieds [X][X] [X] ||| 0.0182166 1 ||| 2-1 4-3 ||| 0.0938057
+the request [X][X] , Mr [X] ||| Wunsch [X][X] , Herrn [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0416667
+the request [X][X] Mr [X] ||| Wunsch [X][X] Herrn [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0416667
+[X][X] French [X][X] Mr Zimeray [X] ||| [X][X] französischen [X][X] Herrn Zimeray [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.137135
+[X][X] French [X][X] Zimeray [X] ||| [X][X] französischen [X][X] Zimeray [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.137135
+[X][X] French Member [X][X] Zimeray [X] ||| [X][X] französischen Mitglieds [X][X] Zimeray [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.137135
+[X][X] French Member , [X][X] [X] ||| [X][X] französischen Mitglieds , [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-4 ||| 0.222604
+[X][X] Member , Mr Zimeray [X] ||| [X][X] Mitglieds , Herrn Zimeray [X] ||| 0.0182166 1 ||| 0-0 ||| 0.137135
+[X][X] Member [X][X] Zimeray [X] ||| [X][X] Mitglieds [X][X] Zimeray [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.137135
+[X][X] Member , [X][X] [X] ||| [X][X] Mitglieds , [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.222604
+of a [X][X] , [X][X] [X] ||| eines [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 2-1 4-3 ||| 0.0833333
+of a [X][X] Mr Zimeray [X] ||| eines [X][X] Herrn Zimeray [X] ||| 0.0182166 1 ||| 2-1 ||| 0.047619
+of a [X][X] Zimeray [X] ||| eines [X][X] Zimeray [X] ||| 0.0182166 1 ||| 2-1 ||| 0.047619
+of a French [X][X] Zimeray [X] ||| eines französischen [X][X] Zimeray [X] ||| 0.0182166 1 ||| 3-2 ||| 0.047619
+[X][X] , Mr Zimeray , [X] ||| [X][X] , Herrn Zimeray , [X] ||| 0.0182166 1 ||| 0-0 ||| 0.1381
+[X][X] , [X][X] , [X] ||| [X][X] , [X][X] , [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.215023
+[X][X] , Mr [X][X] [X] ||| [X][X] , Herrn [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.1381
+French [X][X] Mr Zimeray , [X] ||| französischen [X][X] Herrn Zimeray , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+French [X][X] Mr [X][X] [X] ||| französischen [X][X] Herrn [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0526316
+French [X][X] Zimeray , [X] ||| französischen [X][X] Zimeray , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+French [X][X] , [X] ||| französischen [X][X] , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+French Member [X][X] Zimeray , [X] ||| französischen Mitglieds [X][X] Zimeray , [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0526316
+French Member [X][X] , [X] ||| französischen Mitglieds [X][X] , [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0526316
+French Member , [X][X] , [X] ||| französischen Mitglieds , [X][X] , [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0526316
+French Member , Mr [X][X] [X] ||| französischen Mitglieds , Herrn [X][X] [X] ||| 0.0182166 1 ||| 4-4 ||| 0.0526316
+[X][X] a petition [X][X] [X] ||| [X][X] [X][X] eine Petition [X] ||| 0.0182166 1 ||| 0-0 3-1 ||| 0.430556
+[X][X] a petition has [X][X] [X] ||| [X][X] wurde [X][X] eine Petition [X] ||| 0.0182166 1 ||| 0-0 4-2 ||| 0.430556
+Zimeray [X][X] [X] ||| Zimeray [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.590812
+Zimeray , a petition [X][X] [X] ||| Zimeray , [X][X] eine Petition [X] ||| 0.0182166 1 ||| 4-2 ||| 0.166667
+Zimeray , [X][X] [X] ||| Zimeray , [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.590812
+Zimeray , [X][X] has [X][X] [X] ||| Zimeray , wurde [X][X] [X][X] [X] ||| 0.0182166 1 ||| 4-3 2-4 ||| 0.166667
+, a petition [X][X] presented [X] ||| , [X][X] eine Petition eingereicht [X] ||| 0.0182166 1 ||| 3-1 ||| 0.2
+, [X][X] presented [X] ||| , [X][X] eingereicht [X] ||| 0.0182166 1 ||| 1-1 ||| 0.258824
+, [X][X] has [X][X] presented [X] ||| , wurde [X][X] [X][X] eingereicht [X] ||| 0.0182166 1 ||| 3-2 1-3 ||| 0.2
+a petition [X][X] presented , [X] ||| [X][X] eine Petition eingereicht , [X] ||| 0.0182166 1 ||| 2-0 ||| 0.2
+[X][X] presented , [X] ||| [X][X] eingereicht , [X] ||| 0.0182166 1 ||| 0-0 ||| 0.601923
+[X][X] has [X][X] presented , [X] ||| wurde [X][X] [X][X] eingereicht , [X] ||| 0.0182166 1 ||| 2-1 0-2 ||| 0.2
+[X][X] has already been [X][X] [X] ||| wurde bereits [X][X] [X][X] [X] ||| 0.0182166 1 ||| 0-2 4-3 ||| 0.611111
+, including myself [X] ||| , auch von mir selbst , [X] ||| 0.0182166 1 ||| ||| 0.2
+[X][X] myself [X] ||| [X][X] von mir selbst , [X] ||| 0.00910828 1 ||| 0-0 ||| 0.4
+[X][X] myself [X] ||| [X][X] mir selbst , [X] ||| 0.00910828 1 ||| 0-0 ||| 0.4
+, [X][X] [X] ||| , [X][X] , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.2
+[X][X] request [X][X] , Mr [X] ||| [X][X] Wunsch [X][X] , Herrn [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0322581
+[X][X] request [X][X] Mr [X] ||| [X][X] Wunsch [X][X] Herrn [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0322581
+at [X][X] French [X][X] Mr [X] ||| auf [X][X] französischen [X][X] Herrn [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0322581
+at [X][X] French Member [X][X] [X] ||| auf [X][X] französischen Mitglieds [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-4 ||| 0.0566483
+at the [X][X] Member [X][X] [X] ||| auf [X][X] Mitglieds [X][X] [X] ||| 0.0182166 1 ||| 2-1 4-3 ||| 0.0566483
+at [X][X] Member , Mr [X] ||| auf [X][X] Mitglieds , Herrn [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0322581
+at [X][X] Member [X][X] [X] ||| auf [X][X] Mitglieds [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0566483
+at the [X][X] , Mr [X] ||| auf [X][X] , Herrn [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0322581
+at [X][X] , Mr [X] ||| auf [X][X] , Herrn [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0322581
+at the [X][X] Mr [X] ||| auf [X][X] Herrn [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0322581
+at [X][X] Mr [X] ||| auf [X][X] Herrn [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0322581
+at the request [X][X] Mr [X] ||| auf Wunsch [X][X] Herrn [X] ||| 0.0182166 1 ||| 3-2 ||| 0.0322581
+request [X][X] French [X][X] Zimeray [X] ||| Wunsch [X][X] französischen [X][X] Zimeray [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0357143
+request [X][X] Member [X][X] Zimeray [X] ||| Wunsch [X][X] Mitglieds [X][X] Zimeray [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0357143
+request [X][X] Member , [X][X] [X] ||| Wunsch [X][X] Mitglieds , [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-4 ||| 0.0627413
+request [X][X] , Mr Zimeray [X] ||| Wunsch [X][X] , Herrn Zimeray [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0357143
+request [X][X] , [X][X] [X] ||| Wunsch [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0627413
+request [X][X] Mr Zimeray [X] ||| Wunsch [X][X] Herrn Zimeray [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0357143
+request [X][X] Zimeray [X] ||| Wunsch [X][X] Zimeray [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0357143
+request of a [X][X] Zimeray [X] ||| Wunsch eines [X][X] Zimeray [X] ||| 0.0182166 1 ||| 3-2 ||| 0.0357143
+[X][X] of a [X][X] Zimeray [X] ||| [X][X] eines [X][X] Zimeray [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.053802
+the [X][X] French [X][X] Zimeray [X] ||| [X][X] französischen [X][X] Zimeray [X] ||| 0.0182166 1 ||| 1-0 3-2 ||| 0.0294118
+the [X][X] Member [X][X] Zimeray [X] ||| [X][X] Mitglieds [X][X] Zimeray [X] ||| 0.0182166 1 ||| 1-0 3-2 ||| 0.0294118
+the [X][X] Member , [X][X] [X] ||| [X][X] Mitglieds , [X][X] [X] ||| 0.0182166 1 ||| 1-0 4-3 ||| 0.052139
+the [X][X] , Mr Zimeray [X] ||| [X][X] , Herrn Zimeray [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0294118
+the [X][X] , [X][X] [X] ||| [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 1-0 3-2 ||| 0.052139
+the [X][X] Mr Zimeray [X] ||| [X][X] Herrn Zimeray [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0294118
+the [X][X] Zimeray [X] ||| [X][X] Zimeray [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0294118
+the request [X][X] , [X][X] [X] ||| Wunsch [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 2-1 4-3 ||| 0.052139
+the request [X][X] Mr Zimeray [X] ||| Wunsch [X][X] Herrn Zimeray [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0294118
+the request [X][X] Zimeray [X] ||| Wunsch [X][X] Zimeray [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0294118
+[X][X] French [X][X] Zimeray , [X] ||| [X][X] französischen [X][X] Zimeray , [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0854686
+[X][X] French [X][X] , [X] ||| [X][X] französischen [X][X] , [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0854686
+[X][X] French Member [X][X] , [X] ||| [X][X] französischen Mitglieds [X][X] , [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0854686
+[X][X] Member [X][X] Zimeray , [X] ||| [X][X] Mitglieds [X][X] Zimeray , [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0854686
+[X][X] Member [X][X] , [X] ||| [X][X] Mitglieds [X][X] , [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0854686
+[X][X] Member , [X][X] , [X] ||| [X][X] Mitglieds , [X][X] , [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0854686
+[X][X] Member , Mr [X][X] [X] ||| [X][X] Mitglieds , Herrn [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-4 ||| 0.0854686
+of a [X][X] Mr [X][X] [X] ||| eines [X][X] Herrn [X][X] [X] ||| 0.0182166 1 ||| 2-1 4-3 ||| 0.0357143
+of a [X][X] Zimeray , [X] ||| eines [X][X] Zimeray , [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0357143
+of a French [X][X] , [X] ||| eines französischen [X][X] , [X] ||| 0.0182166 1 ||| 3-2 ||| 0.0357143
+[X][X] , a petition [X][X] [X] ||| [X][X] , [X][X] eine Petition [X] ||| 0.0182166 1 ||| 0-0 4-2 ||| 0.263889
+Mr [X][X] a petition [X][X] [X] ||| Herrn [X][X] [X][X] eine Petition [X] ||| 0.0182166 1 ||| 1-1 4-2 ||| 0.125
+Mr Zimeray [X][X] [X] ||| Herrn Zimeray [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.301923
+Mr Zimeray , [X][X] [X] ||| Herrn Zimeray , [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.301923
+[X][X] a petition [X][X] presented [X] ||| [X][X] [X][X] eine Petition eingereicht [X] ||| 0.0182166 1 ||| 0-0 3-1 ||| 0.32549
+Zimeray [X][X] presented [X] ||| Zimeray [X][X] eingereicht [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+Zimeray , [X][X] presented [X] ||| Zimeray , [X][X] eingereicht [X] ||| 0.0182166 1 ||| 2-2 ||| 0.166667
+, [X][X] presented , [X] ||| , [X][X] eingereicht , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.2
+a petition [X][X] presented [X][X] [X] ||| [X][X] eine Petition eingereicht [X][X] [X] ||| 0.0182166 1 ||| 2-0 4-4 ||| 0.411111
+[X][X] presented , which [X] ||| [X][X] eingereicht , die [X] ||| 0.0182166 1 ||| 0-0 ||| 0.354701
+[X][X] presented [X][X] [X] ||| [X][X] eingereicht [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.788034
+[X][X] , which [X] ||| [X][X] , die [X] ||| 0.0182166 1 ||| 0-0 ||| 0.354701
+[X][X] request [X][X] Mr Zimeray [X] ||| [X][X] Wunsch [X][X] Herrn Zimeray [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0243902
+[X][X] request [X][X] Zimeray [X] ||| [X][X] Wunsch [X][X] Zimeray [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0243902
+at [X][X] French [X][X] Zimeray [X] ||| auf [X][X] französischen [X][X] Zimeray [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0243902
+at [X][X] Member [X][X] Zimeray [X] ||| auf [X][X] Mitglieds [X][X] Zimeray [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0243902
+at [X][X] Member , [X][X] [X] ||| auf [X][X] Mitglieds , [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-4 ||| 0.0243902
+at the [X][X] , [X][X] [X] ||| auf [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 2-1 4-3 ||| 0.0243902
+at [X][X] , Mr Zimeray [X] ||| auf [X][X] , Herrn Zimeray [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0243902
+at [X][X] , [X][X] [X] ||| auf [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0243902
+at the [X][X] Mr Zimeray [X] ||| auf [X][X] Herrn Zimeray [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0243902
+at [X][X] Mr Zimeray [X] ||| auf [X][X] Herrn Zimeray [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0243902
+at the [X][X] Zimeray [X] ||| auf [X][X] Zimeray [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0243902
+at [X][X] Zimeray [X] ||| auf [X][X] Zimeray [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0243902
+at the request [X][X] Zimeray [X] ||| auf Wunsch [X][X] Zimeray [X] ||| 0.0182166 1 ||| 3-2 ||| 0.0243902
+request [X][X] French [X][X] , [X] ||| Wunsch [X][X] französischen [X][X] , [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.027027
+request [X][X] Member [X][X] , [X] ||| Wunsch [X][X] Mitglieds [X][X] , [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.027027
+request [X][X] , [X][X] , [X] ||| Wunsch [X][X] , [X][X] , [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.027027
+request [X][X] , Mr [X][X] [X] ||| Wunsch [X][X] , Herrn [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-4 ||| 0.027027
+request [X][X] Mr Zimeray , [X] ||| Wunsch [X][X] Herrn Zimeray , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.027027
+request [X][X] Mr [X][X] [X] ||| Wunsch [X][X] Herrn [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.027027
+request [X][X] Zimeray , [X] ||| Wunsch [X][X] Zimeray , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.027027
+the [X][X] French [X][X] , [X] ||| [X][X] französischen [X][X] , [X] ||| 0.0182166 1 ||| 1-0 3-2 ||| 0.0227273
+the [X][X] Member [X][X] , [X] ||| [X][X] Mitglieds [X][X] , [X] ||| 0.0182166 1 ||| 1-0 3-2 ||| 0.0227273
+the [X][X] , [X][X] , [X] ||| [X][X] , [X][X] , [X] ||| 0.0182166 1 ||| 1-0 3-2 ||| 0.0227273
+the [X][X] , Mr [X][X] [X] ||| [X][X] , Herrn [X][X] [X] ||| 0.0182166 1 ||| 1-0 4-3 ||| 0.0227273
+the [X][X] Mr Zimeray , [X] ||| [X][X] Herrn Zimeray , [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0227273
+the [X][X] Mr [X][X] [X] ||| [X][X] Herrn [X][X] [X] ||| 0.0182166 1 ||| 1-0 3-2 ||| 0.0227273
+the [X][X] Zimeray , [X] ||| [X][X] Zimeray , [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0227273
+the request [X][X] Mr [X][X] [X] ||| Wunsch [X][X] Herrn [X][X] [X] ||| 0.0182166 1 ||| 2-1 4-3 ||| 0.0227273
+the request [X][X] Zimeray , [X] ||| Wunsch [X][X] Zimeray , [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0227273
+[X][X] Zimeray [X][X] [X] ||| [X][X] Zimeray [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.197712
+[X][X] Zimeray , [X][X] [X] ||| [X][X] Zimeray , [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.197712
+, [X][X] , [X][X] [X] ||| , [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.192157
+, [X][X] a petition [X][X] [X] ||| , [X][X] [X][X] eine Petition [X] ||| 0.0182166 1 ||| 1-1 4-2 ||| 0.0833333
+, Mr Zimeray [X][X] [X] ||| , Herrn Zimeray [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.142157
+, Mr Zimeray , [X][X] [X] ||| , Herrn Zimeray , [X][X] [X] ||| 0.0182166 1 ||| 4-4 ||| 0.142157
+[X][X] , [X][X] presented [X] ||| [X][X] , [X][X] eingereicht [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.158824
+Mr [X][X] presented [X] ||| Herrn [X][X] eingereicht [X] ||| 0.0182166 1 ||| 1-1 ||| 0.1
+Mr Zimeray [X][X] presented [X] ||| Herrn Zimeray [X][X] eingereicht [X] ||| 0.0182166 1 ||| 2-2 ||| 0.1
+Mr Zimeray , [X][X] presented [X] ||| Herrn Zimeray , [X][X] eingereicht [X] ||| 0.0182166 1 ||| 3-3 ||| 0.1
+Zimeray [X][X] presented , [X] ||| Zimeray [X][X] eingereicht , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.125
+Zimeray [X][X] , [X] ||| Zimeray [X][X] , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.125
+Zimeray , [X][X] presented , [X] ||| Zimeray , [X][X] eingereicht , [X] ||| 0.0182166 1 ||| 2-2 ||| 0.125
+Zimeray , [X][X] , [X] ||| Zimeray , [X][X] , [X] ||| 0.0182166 1 ||| 2-2 ||| 0.125
+, [X][X] presented , which [X] ||| , [X][X] eingereicht , die [X] ||| 0.0182166 1 ||| 1-1 ||| 0.111111
+, [X][X] presented [X][X] [X] ||| , [X][X] eingereicht [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.244444
+, [X][X] , which [X] ||| , [X][X] , die [X] ||| 0.0182166 1 ||| 1-1 ||| 0.111111
+, [X][X] which [X] ||| , [X][X] die [X] ||| 0.0182166 1 ||| 1-1 ||| 0.111111
+a petition [X][X] presented [X][X] [X] ||| [X][X] eine Petition eingereicht [X][X] von [X] ||| 0.0182166 1 ||| 2-0 4-4 ||| 0.111111
+[X][X] presented , which [X] ||| [X][X] eingereicht , die von [X] ||| 0.0182166 1 ||| 0-0 ||| 0.25
+[X][X] presented [X][X] [X] ||| [X][X] eingereicht [X][X] von [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.25
+[X][X] , which [X] ||| [X][X] , die von [X] ||| 0.0182166 1 ||| 0-0 ||| 0.25
+[X][X] has already been [X][X] [X] ||| wurde bereits [X][X] [X][X] von [X] ||| 0.0182166 1 ||| 0-2 4-3 ||| 0.111111
+signed , including myself [X] ||| , auch von mir selbst , unterzeichnet worden [X] ||| 0.0182166 1 ||| ||| 0.142857
+signed [X][X] myself [X] ||| [X][X] von mir selbst , unterzeichnet worden [X] ||| 0.00910828 1 ||| 1-0 ||| 0.285714
+signed [X][X] myself [X] ||| [X][X] mir selbst , unterzeichnet worden [X] ||| 0.00910828 1 ||| 1-0 ||| 0.285714
+signed [X][X] [X] ||| [X][X] , unterzeichnet worden [X] ||| 0.00910828 1 ||| 1-0 ||| 0.285714
+signed [X][X] [X] ||| [X][X] unterzeichnet worden [X] ||| 0.00910828 1 ||| 1-0 ||| 0.285714
+signed , [X][X] [X] ||| , [X][X] , unterzeichnet worden [X] ||| 0.00910828 1 ||| 2-1 ||| 0.285714
+signed , [X][X] [X] ||| , [X][X] unterzeichnet worden [X] ||| 0.00910828 1 ||| 2-1 ||| 0.285714
+people signed , including myself [X] ||| , auch von mir selbst , unterzeichnet worden [X] ||| 0.0182166 1 ||| ||| 0.0833333
+people signed [X][X] myself [X] ||| [X][X] von mir selbst , unterzeichnet worden [X] ||| 0.00910828 1 ||| 2-0 ||| 0.166667
+people signed [X][X] myself [X] ||| [X][X] mir selbst , unterzeichnet worden [X] ||| 0.00910828 1 ||| 2-0 ||| 0.166667
+people signed [X][X] [X] ||| [X][X] , unterzeichnet worden [X] ||| 0.00910828 1 ||| 2-0 ||| 0.166667
+people signed [X][X] [X] ||| [X][X] unterzeichnet worden [X] ||| 0.00910828 1 ||| 2-0 ||| 0.166667
+people signed , [X][X] [X] ||| , [X][X] , unterzeichnet worden [X] ||| 0.0182166 1 ||| 3-1 ||| 0.0833333
+[X][X] , [X][X] [X] ||| , [X][X] [X][X] [X] ||| 0.0121444 1 ||| 2-1 0-2 ||| 0.426471
+[X][X] , [X][X] [X] ||| , [X][X] , [X][X] [X] ||| 0.00607219 1 ||| 2-1 0-3 ||| 0.426471
+people signed , [X][X] [X] ||| , [X][X] unterzeichnet worden [X] ||| 0.0182166 1 ||| 3-1 ||| 0.0833333
+[X][X] , including myself [X] ||| , auch von mir selbst [X][X] [X] ||| 0.00910828 1 ||| 0-5 ||| 0.284314
+[X][X] , including myself [X] ||| , auch von mir selbst , [X][X] [X] ||| 0.00910828 1 ||| 0-6 ||| 0.284314
+[X][X] Mr Zimeray [X][X] [X] ||| [X][X] Herrn Zimeray [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0555556
+[X][X] Mr Zimeray , [X][X] [X] ||| [X][X] Herrn Zimeray , [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-4 ||| 0.0555556
+Member [X][X] Zimeray [X][X] [X] ||| Mitglieds [X][X] Zimeray [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0555556
+Member [X][X] Zimeray , [X][X] [X] ||| Mitglieds [X][X] Zimeray , [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-4 ||| 0.0555556
+Member [X][X] , [X][X] [X] ||| Mitglieds [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0555556
+Member [X][X] a petition [X][X] [X] ||| Mitglieds [X][X] [X][X] eine Petition [X] ||| 0.0182166 1 ||| 1-1 4-2 ||| 0.0555556
+Member , [X][X] , [X][X] [X] ||| Mitglieds , [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-4 ||| 0.0555556
+Member , Mr Zimeray [X][X] [X] ||| Mitglieds , Herrn Zimeray [X][X] [X] ||| 0.0182166 1 ||| 4-4 ||| 0.0555556
+[X][X] Zimeray [X][X] presented [X] ||| [X][X] Zimeray [X][X] eingereicht [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0588235
+[X][X] Zimeray , [X][X] presented [X] ||| [X][X] Zimeray , [X][X] eingereicht [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0588235
+, [X][X] , [X][X] presented [X] ||| , [X][X] , [X][X] eingereicht [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0588235
+, Mr [X][X] presented [X] ||| , Herrn [X][X] eingereicht [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0588235
+, Mr Zimeray [X][X] presented [X] ||| , Herrn Zimeray [X][X] eingereicht [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0588235
+[X][X] , [X][X] presented , [X] ||| [X][X] , [X][X] eingereicht , [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0769231
+Mr [X][X] presented , [X] ||| Herrn [X][X] eingereicht , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0769231
+Mr [X][X] , [X] ||| Herrn [X][X] , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0769231
+Mr Zimeray [X][X] presented , [X] ||| Herrn Zimeray [X][X] eingereicht , [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0769231
+Mr Zimeray [X][X] , [X] ||| Herrn Zimeray [X][X] , [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0769231
+Mr Zimeray , [X][X] , [X] ||| Herrn Zimeray , [X][X] , [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0769231
+Zimeray [X][X] presented , which [X] ||| Zimeray [X][X] eingereicht , die [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0769231
+Zimeray [X][X] presented [X][X] [X] ||| Zimeray [X][X] eingereicht [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.132479
+Zimeray [X][X] , which [X] ||| Zimeray [X][X] , die [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0769231
+Zimeray [X][X] which [X] ||| Zimeray [X][X] die [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0769231
+Zimeray , [X][X] presented [X][X] [X] ||| Zimeray , [X][X] eingereicht [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-4 ||| 0.132479
+Zimeray , [X][X] , which [X] ||| Zimeray , [X][X] , die [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0769231
+Zimeray , [X][X] which [X] ||| Zimeray , [X][X] die [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0769231
+, [X][X] presented , which [X] ||| , [X][X] eingereicht , die von [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0833333
+, [X][X] presented [X][X] [X] ||| , [X][X] eingereicht [X][X] von [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0833333
+, [X][X] , which [X] ||| , [X][X] , die von [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0833333
+, [X][X] which [X] ||| , [X][X] die von [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0833333
+, [X][X] [X] ||| , [X][X] von [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0833333
+[X][X] presented , which many [X] ||| [X][X] eingereicht , die von vielen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.133333
+[X][X] presented [X][X] many [X] ||| [X][X] eingereicht [X][X] von vielen [X] ||| 0.00910828 1 ||| 0-0 2-2 ||| 0.266666
+[X][X] presented [X][X] many [X] ||| [X][X] eingereicht [X][X] vielen [X] ||| 0.00910828 1 ||| 0-0 2-2 ||| 0.266666
+[X][X] presented , [X][X] [X] ||| [X][X] eingereicht , [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.183333
+[X][X] , which many [X] ||| [X][X] , die von vielen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.133333
+[X][X] presented [X][X] many people [X] ||| [X][X] eingereicht [X][X] von vielen [X] ||| 0.00910828 1 ||| 0-0 2-2 ||| 0.1
+[X][X] presented [X][X] many people [X] ||| [X][X] eingereicht [X][X] vielen [X] ||| 0.00910828 1 ||| 0-0 2-2 ||| 0.1
+[X][X] presented [X][X] people [X] ||| [X][X] eingereicht [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.05
+[X][X] presented , [X][X] people [X] ||| [X][X] eingereicht , [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.05
+[X][X] presented , which [X][X] [X] ||| [X][X] eingereicht , die [X][X] [X] ||| 0.00910828 1 ||| 0-0 4-4 ||| 0.1
+[X][X] presented , which [X][X] [X] ||| [X][X] eingereicht , die von [X][X] [X] ||| 0.00910828 1 ||| 0-0 4-5 ||| 0.1
+[X][X] , which many people [X] ||| [X][X] , die von vielen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.05
+[X][X] , [X][X] people [X] ||| [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.05
+[X][X] , which [X][X] [X] ||| [X][X] , die [X][X] [X] ||| 0.00910828 1 ||| 0-0 3-3 ||| 0.1
+[X][X] , which [X][X] [X] ||| [X][X] , die von [X][X] [X] ||| 0.00910828 1 ||| 0-0 3-4 ||| 0.1
+[X][X] signed , including myself [X] ||| [X][X] , auch von mir selbst , unterzeichnet worden [X] ||| 0.0182166 1 ||| 0-0 ||| 0.087037
+[X][X] signed [X][X] myself [X] ||| [X][X] [X][X] von mir selbst , unterzeichnet worden [X] ||| 0.00910828 1 ||| 0-0 2-1 ||| 0.174074
+[X][X] signed [X][X] myself [X] ||| [X][X] [X][X] mir selbst , unterzeichnet worden [X] ||| 0.00910828 1 ||| 0-0 2-1 ||| 0.174074
+[X][X] signed [X][X] [X] ||| [X][X] [X][X] , unterzeichnet worden [X] ||| 0.00910828 1 ||| 0-0 2-1 ||| 0.174074
+[X][X] signed [X][X] [X] ||| [X][X] [X][X] unterzeichnet worden [X] ||| 0.00910828 1 ||| 0-0 2-1 ||| 0.174074
+[X][X] signed , [X][X] [X] ||| [X][X] , [X][X] , unterzeichnet worden [X] ||| 0.00910828 1 ||| 0-0 3-2 ||| 0.174074
+[X][X] signed , [X][X] [X] ||| [X][X] , [X][X] unterzeichnet worden [X] ||| 0.00910828 1 ||| 0-0 3-2 ||| 0.174074
+many people signed [X][X] myself [X] ||| vielen [X][X] von mir selbst , unterzeichnet worden [X] ||| 0.00910828 1 ||| 3-1 ||| 0.1
+many people signed [X][X] myself [X] ||| vielen [X][X] mir selbst , unterzeichnet worden [X] ||| 0.00910828 1 ||| 3-1 ||| 0.1
+many people signed [X][X] [X] ||| vielen [X][X] , unterzeichnet worden [X] ||| 0.00910828 1 ||| 3-1 ||| 0.1
+many people signed [X][X] [X] ||| vielen [X][X] unterzeichnet worden [X] ||| 0.00910828 1 ||| 3-1 ||| 0.1
+many people [X][X] [X] ||| vielen [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.087037
+many [X][X] [X] ||| vielen [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.087037
+many people signed , [X][X] [X] ||| vielen , [X][X] , unterzeichnet worden [X] ||| 0.0182166 1 ||| 4-2 ||| 0.05
+many [X][X] , [X][X] [X] ||| vielen , [X][X] [X][X] [X] ||| 0.0121444 1 ||| 3-2 1-3 ||| 0.261111
+many [X][X] , [X][X] [X] ||| vielen , [X][X] , [X][X] [X] ||| 0.00607219 1 ||| 3-2 1-4 ||| 0.261111
+many people signed , [X][X] [X] ||| vielen , [X][X] unterzeichnet worden [X] ||| 0.0182166 1 ||| 4-2 ||| 0.05
+many [X][X] , including myself [X] ||| vielen , auch von mir selbst [X][X] [X] ||| 0.00910828 1 ||| 1-6 ||| 0.174074
+many [X][X] , including myself [X] ||| vielen , auch von mir selbst , [X][X] [X] ||| 0.00910828 1 ||| 1-7 ||| 0.174074
+signed , including myself [X] ||| , auch von mir selbst , unterzeichnet worden ist [X] ||| 0.0182166 1 ||| ||| 0.142857
+signed [X][X] myself [X] ||| [X][X] von mir selbst , unterzeichnet worden ist [X] ||| 0.00910828 1 ||| 1-0 ||| 0.285714
+signed [X][X] myself [X] ||| [X][X] mir selbst , unterzeichnet worden ist [X] ||| 0.00910828 1 ||| 1-0 ||| 0.285714
+signed [X][X] [X] ||| [X][X] , unterzeichnet worden ist [X] ||| 0.00910828 1 ||| 1-0 ||| 0.285714
+signed [X][X] [X] ||| [X][X] unterzeichnet worden ist [X] ||| 0.00910828 1 ||| 1-0 ||| 0.285714
+signed , [X][X] [X] ||| , [X][X] , unterzeichnet worden ist [X] ||| 0.00910828 1 ||| 2-1 ||| 0.285714
+signed , [X][X] [X] ||| , [X][X] unterzeichnet worden ist [X] ||| 0.00910828 1 ||| 2-1 ||| 0.285714
+people signed , including myself [X] ||| , auch von mir selbst , unterzeichnet worden ist [X] ||| 0.0182166 1 ||| ||| 0.0588235
+people signed [X][X] myself [X] ||| [X][X] von mir selbst , unterzeichnet worden ist [X] ||| 0.00910828 1 ||| 2-0 ||| 0.117647
+people signed [X][X] myself [X] ||| [X][X] mir selbst , unterzeichnet worden ist [X] ||| 0.00910828 1 ||| 2-0 ||| 0.117647
+people signed [X][X] [X] ||| [X][X] , unterzeichnet worden ist [X] ||| 0.00910828 1 ||| 2-0 ||| 0.117647
+people signed [X][X] [X] ||| [X][X] unterzeichnet worden ist [X] ||| 0.00910828 1 ||| 2-0 ||| 0.117647
+people signed , [X][X] [X] ||| , [X][X] , unterzeichnet worden ist [X] ||| 0.0182166 1 ||| 3-1 ||| 0.0588235
+[X][X] , [X][X] [X] ||| , [X][X] [X][X] ist [X] ||| 0.0121444 1 ||| 2-1 0-2 ||| 0.176471
+[X][X] , [X][X] [X] ||| , [X][X] , [X][X] ist [X] ||| 0.00607219 1 ||| 2-1 0-3 ||| 0.176471
+people signed , [X][X] [X] ||| , [X][X] unterzeichnet worden ist [X] ||| 0.0182166 1 ||| 3-1 ||| 0.0588235
+[X][X] , including myself [X] ||| , auch von mir selbst [X][X] ist [X] ||| 0.00910828 1 ||| 0-5 ||| 0.117647
+[X][X] , including myself [X] ||| , auch von mir selbst , [X][X] ist [X] ||| 0.00910828 1 ||| 0-6 ||| 0.117647
+Zimeray [X][X] presented , which [X] ||| Zimeray [X][X] eingereicht , die von [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0555556
+Zimeray [X][X] presented [X][X] [X] ||| Zimeray [X][X] eingereicht [X][X] von [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0555556
+Zimeray [X][X] , which [X] ||| Zimeray [X][X] , die von [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0555556
+Zimeray [X][X] which [X] ||| Zimeray [X][X] die von [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0555556
+Zimeray [X][X] [X] ||| Zimeray [X][X] von [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0555556
+Zimeray , [X][X] presented [X][X] [X] ||| Zimeray , [X][X] eingereicht [X][X] von [X] ||| 0.0182166 1 ||| 2-2 4-4 ||| 0.0555556
+Zimeray , [X][X] , which [X] ||| Zimeray , [X][X] , die von [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0555556
+Zimeray , [X][X] which [X] ||| Zimeray , [X][X] die von [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0555556
+Zimeray , [X][X] [X] ||| Zimeray , [X][X] von [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0555556
+, [X][X] presented [X][X] many [X] ||| , [X][X] eingereicht [X][X] von vielen [X] ||| 0.00910828 1 ||| 1-1 3-3 ||| 0.1
+, [X][X] presented [X][X] many [X] ||| , [X][X] eingereicht [X][X] vielen [X] ||| 0.00910828 1 ||| 1-1 3-3 ||| 0.1
+, [X][X] presented , [X][X] [X] ||| , [X][X] eingereicht , [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-4 ||| 0.05
+, [X][X] , which many [X] ||| , [X][X] , die von vielen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.05
+, [X][X] which many [X] ||| , [X][X] die von vielen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.05
+, [X][X] many [X] ||| , [X][X] von vielen [X] ||| 0.00910828 1 ||| 1-1 ||| 0.1
+, [X][X] many [X] ||| , [X][X] vielen [X] ||| 0.00910828 1 ||| 1-1 ||| 0.1
+[X][X] signed , including myself [X] ||| von [X][X] , auch von mir selbst , unterzeichnet worden [X] ||| 0.0182166 1 ||| 0-1 ||| 0.037037
+[X][X] signed [X][X] myself [X] ||| von [X][X] [X][X] von mir selbst , unterzeichnet worden [X] ||| 0.00910828 1 ||| 0-1 2-2 ||| 0.074074
+[X][X] signed [X][X] myself [X] ||| von [X][X] [X][X] mir selbst , unterzeichnet worden [X] ||| 0.00910828 1 ||| 0-1 2-2 ||| 0.074074
+[X][X] signed [X][X] [X] ||| von [X][X] [X][X] , unterzeichnet worden [X] ||| 0.00910828 1 ||| 0-1 2-2 ||| 0.074074
+[X][X] signed [X][X] [X] ||| von [X][X] [X][X] unterzeichnet worden [X] ||| 0.00910828 1 ||| 0-1 2-2 ||| 0.074074
+[X][X] signed , [X][X] [X] ||| von [X][X] , [X][X] , unterzeichnet worden [X] ||| 0.00910828 1 ||| 0-1 3-3 ||| 0.074074
+[X][X] signed , [X][X] [X] ||| von [X][X] , [X][X] unterzeichnet worden [X] ||| 0.00910828 1 ||| 0-1 3-3 ||| 0.074074
+many people signed [X][X] myself [X] ||| von vielen [X][X] von mir selbst , unterzeichnet worden [X] ||| 0.00910828 1 ||| 3-2 ||| 0.074074
+many people signed [X][X] myself [X] ||| von vielen [X][X] mir selbst , unterzeichnet worden [X] ||| 0.00910828 1 ||| 3-2 ||| 0.074074
+many people signed [X][X] [X] ||| von vielen [X][X] , unterzeichnet worden [X] ||| 0.00910828 1 ||| 3-2 ||| 0.074074
+many people signed [X][X] [X] ||| von vielen [X][X] unterzeichnet worden [X] ||| 0.00910828 1 ||| 3-2 ||| 0.074074
+many people [X][X] [X] ||| von vielen [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.037037
+many [X][X] [X] ||| von vielen [X][X] [X] ||| 0.0182166 1 ||| 1-2 ||| 0.037037
+many people signed , [X][X] [X] ||| von vielen , [X][X] , unterzeichnet worden [X] ||| 0.0182166 1 ||| 4-3 ||| 0.037037
+many [X][X] , [X][X] [X] ||| von vielen , [X][X] [X][X] [X] ||| 0.0121444 1 ||| 3-3 1-4 ||| 0.111111
+many [X][X] , [X][X] [X] ||| von vielen , [X][X] , [X][X] [X] ||| 0.00607218 1 ||| 3-3 1-5 ||| 0.111111
+many people signed , [X][X] [X] ||| von vielen , [X][X] unterzeichnet worden [X] ||| 0.0182166 1 ||| 4-3 ||| 0.037037
+many [X][X] , including myself [X] ||| von vielen , auch von mir selbst [X][X] [X] ||| 0.00910828 1 ||| 1-7 ||| 0.074074
+many [X][X] , including myself [X] ||| von vielen , auch von mir selbst , [X][X] [X] ||| 0.00910828 1 ||| 1-8 ||| 0.074074
+[X][X] signed , including myself [X] ||| [X][X] , auch von mir selbst , unterzeichnet worden ist [X] ||| 0.0182166 1 ||| 0-0 ||| 0.037037
+[X][X] signed [X][X] myself [X] ||| [X][X] [X][X] von mir selbst , unterzeichnet worden ist [X] ||| 0.00910828 1 ||| 0-0 2-1 ||| 0.074074
+[X][X] signed [X][X] myself [X] ||| [X][X] [X][X] mir selbst , unterzeichnet worden ist [X] ||| 0.00910828 1 ||| 0-0 2-1 ||| 0.074074
+[X][X] signed [X][X] [X] ||| [X][X] [X][X] , unterzeichnet worden ist [X] ||| 0.00910828 1 ||| 0-0 2-1 ||| 0.074074
+[X][X] signed [X][X] [X] ||| [X][X] [X][X] unterzeichnet worden ist [X] ||| 0.00910828 1 ||| 0-0 2-1 ||| 0.074074
+[X][X] signed , [X][X] [X] ||| [X][X] , [X][X] , unterzeichnet worden ist [X] ||| 0.00910828 1 ||| 0-0 3-2 ||| 0.074074
+[X][X] signed , [X][X] [X] ||| [X][X] , [X][X] unterzeichnet worden ist [X] ||| 0.00910828 1 ||| 0-0 3-2 ||| 0.074074
+many people signed [X][X] myself [X] ||| vielen [X][X] von mir selbst , unterzeichnet worden ist [X] ||| 0.00910828 1 ||| 3-1 ||| 0.074074
+many people signed [X][X] myself [X] ||| vielen [X][X] mir selbst , unterzeichnet worden ist [X] ||| 0.00910828 1 ||| 3-1 ||| 0.074074
+many people signed [X][X] [X] ||| vielen [X][X] , unterzeichnet worden ist [X] ||| 0.00910828 1 ||| 3-1 ||| 0.074074
+many people signed [X][X] [X] ||| vielen [X][X] unterzeichnet worden ist [X] ||| 0.00910828 1 ||| 3-1 ||| 0.074074
+many people [X][X] [X] ||| vielen [X][X] ist [X] ||| 0.0182166 1 ||| 2-1 ||| 0.037037
+many [X][X] [X] ||| vielen [X][X] ist [X] ||| 0.0182166 1 ||| 1-1 ||| 0.037037
+many people signed , [X][X] [X] ||| vielen , [X][X] , unterzeichnet worden ist [X] ||| 0.0182166 1 ||| 4-2 ||| 0.037037
+many [X][X] , [X][X] [X] ||| vielen , [X][X] [X][X] ist [X] ||| 0.0121444 1 ||| 3-2 1-3 ||| 0.111111
+many [X][X] , [X][X] [X] ||| vielen , [X][X] , [X][X] ist [X] ||| 0.00607218 1 ||| 3-2 1-4 ||| 0.111111
+many people signed , [X][X] [X] ||| vielen , [X][X] unterzeichnet worden ist [X] ||| 0.0182166 1 ||| 4-2 ||| 0.037037
+many [X][X] , including myself [X] ||| vielen , auch von mir selbst [X][X] ist [X] ||| 0.00910828 1 ||| 1-6 ||| 0.074074
+many [X][X] , including myself [X] ||| vielen , auch von mir selbst , [X][X] ist [X] ||| 0.00910828 1 ||| 1-7 ||| 0.074074
+signed , including myself . [X] ||| , auch von mir selbst , unterzeichnet worden ist . [X] ||| 0.0182166 1 ||| ||| 0.111111
+signed [X][X] myself . [X] ||| [X][X] von mir selbst , unterzeichnet worden ist . [X] ||| 0.00910828 1 ||| 1-0 ||| 0.222222
+signed [X][X] myself . [X] ||| [X][X] mir selbst , unterzeichnet worden ist . [X] ||| 0.00910828 1 ||| 1-0 ||| 0.222222
+signed [X][X] . [X] ||| [X][X] , unterzeichnet worden ist . [X] ||| 0.00910828 1 ||| 1-0 ||| 0.222222
+signed [X][X] . [X] ||| [X][X] unterzeichnet worden ist . [X] ||| 0.00910828 1 ||| 1-0 ||| 0.222222
+[X][X] . [X] ||| [X][X] ist . [X] ||| 0.00910828 1 ||| 0-0 ||| 0.322222
+[X][X] . [X] ||| [X][X] . [X] ||| 0.00910828 1 ||| 0-0 ||| 0.322222
+signed , [X][X] . [X] ||| , [X][X] , unterzeichnet worden ist . [X] ||| 0.00910828 1 ||| 2-1 ||| 0.222222
+signed , [X][X] . [X] ||| , [X][X] unterzeichnet worden ist . [X] ||| 0.00910828 1 ||| 2-1 ||| 0.222222
+people signed [X][X] myself . [X] ||| [X][X] von mir selbst , unterzeichnet worden ist . [X] ||| 0.00910828 1 ||| 2-0 ||| 0.1
+people signed [X][X] myself . [X] ||| [X][X] mir selbst , unterzeichnet worden ist . [X] ||| 0.00910828 1 ||| 2-0 ||| 0.1
+people signed [X][X] . [X] ||| [X][X] , unterzeichnet worden ist . [X] ||| 0.00910828 1 ||| 2-0 ||| 0.1
+people signed [X][X] . [X] ||| [X][X] unterzeichnet worden ist . [X] ||| 0.00910828 1 ||| 2-0 ||| 0.1
+people [X][X] . [X] ||| [X][X] ist . [X] ||| 0.00910828 1 ||| 1-0 ||| 0.1
+people [X][X] . [X] ||| [X][X] . [X] ||| 0.00910828 1 ||| 1-0 ||| 0.1
+people signed , [X][X] . [X] ||| , [X][X] , unterzeichnet worden ist . [X] ||| 0.0182166 1 ||| 3-1 ||| 0.05
+[X][X] , [X][X] . [X] ||| , [X][X] [X][X] ist . [X] ||| 0.00607219 1 ||| 2-1 0-2 ||| 0.3
+[X][X] , [X][X] . [X] ||| , [X][X] [X][X] . [X] ||| 0.00607219 1 ||| 2-1 0-2 ||| 0.3
+[X][X] , [X][X] . [X] ||| , [X][X] , [X][X] ist . [X] ||| 0.00303609 1 ||| 2-1 0-3 ||| 0.3
+[X][X] , [X][X] . [X] ||| , [X][X] , [X][X] . [X] ||| 0.00303609 1 ||| 2-1 0-3 ||| 0.3
+people signed , [X][X] . [X] ||| , [X][X] unterzeichnet worden ist . [X] ||| 0.0182166 1 ||| 3-1 ||| 0.05
+[X][X] , including myself . [X] ||| , auch von mir selbst [X][X] ist . [X] ||| 0.00455414 1 ||| 0-5 ||| 0.2
+[X][X] , including myself . [X] ||| , auch von mir selbst [X][X] . [X] ||| 0.00455414 1 ||| 0-5 ||| 0.2
+[X][X] , including myself . [X] ||| , auch von mir selbst , [X][X] ist . [X] ||| 0.00455414 1 ||| 0-6 ||| 0.2
+[X][X] , including myself . [X] ||| , auch von mir selbst , [X][X] . [X] ||| 0.00455414 1 ||| 0-6 ||| 0.2
+in accordance with [X] ||| gemäß [X] ||| 0.0182166 1 ||| ||| 1
+the [X] ||| der [X] ||| 0.315522 1 ||| ||| 3
+by the [X] ||| vom [X] ||| 0.0182166 1 ||| ||| 1
+European [X] ||| Europäischen [X] ||| 0.218091 1 ||| ||| 2
+Parliament [X] ||| Parlament [X] ||| 0.0182166 1 ||| ||| 1
+and [X] ||| und [X] ||| 0.443548 1 ||| ||| 4
+by [X] ||| von [X] ||| 0.0182166 1 ||| ||| 1
+whole [X] ||| gesamten [X] ||| 0.0182166 1 ||| ||| 1
+whole of [X] ||| gesamten [X] ||| 0.0182166 1 ||| ||| 1
+whole of the [X] ||| gesamten [X] ||| 0.0182166 1 ||| ||| 1
+the European [X] ||| Europäischen [X] ||| 0.0182166 1 ||| ||| 1
+of the European [X] ||| Europäischen [X] ||| 0.0182166 1 ||| ||| 1
+Community [X] ||| Union [X] ||| 0.0182166 1 ||| ||| 1
+now [X] ||| nunmehr [X] ||| 0.0182166 1 ||| ||| 1
+constantly [X] ||| ständig [X] ||| 0.0182166 1 ||| ||| 1
+would [X] ||| möchte [X] ||| 0.0182166 1 ||| ||| 1
+I [X] ||| ich [X] ||| 0.0182166 1 ||| ||| 1
+you [X] ||| Sie [X] ||| 0.218091 1 ||| ||| 2
+ask [X] ||| bitten [X] ||| 0.0182166 1 ||| ||| 1
+, [X] ||| , [X] ||| 0.443548 1 ||| ||| 5
+, using [X] ||| , [X] ||| 0.0182166 1 ||| ||| 1
+representations , [X] ||| , [X] ||| 0.0182166 1 ||| ||| 1
+representations , using [X] ||| , [X] ||| 0.0182166 1 ||| ||| 1
+the [X] ||| den [X] ||| 0.0182166 1 ||| ||| 1
+using the [X] ||| den [X] ||| 0.0182166 1 ||| ||| 1
+of your [X] ||| Ihres [X] ||| 0.0182166 1 ||| ||| 1
+prestigious office [X] ||| Amtes [X] ||| 0.0182166 1 ||| ||| 1
+institution [X] ||| Institution [X] ||| 0.0182166 1 ||| ||| 1
+represent [X] ||| vertreten [X] ||| 0.0182166 1 ||| ||| 1
+to [X] ||| bei [X] ||| 0.0182166 1 ||| ||| 1
+the [X] ||| dem [X] ||| 0.0182166 1 ||| ||| 1
+President [X] ||| Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| ||| 1
+and to [X] ||| und [X] ||| 0.0182166 1 ||| ||| 1
+and to the [X] ||| und [X] ||| 0.0182166 1 ||| ||| 1
+Governor [X] ||| Gouverneur [X] ||| 0.0182166 1 ||| ||| 1
+the Governor [X] ||| Gouverneur [X] ||| 0.0182166 1 ||| ||| 1
+to the Governor [X] ||| Gouverneur [X] ||| 0.0182166 1 ||| ||| 1
+of [X] ||| von [X] ||| 0.0182166 1 ||| ||| 1
+Bush [X] ||| Bush [X] ||| 0.0182166 1 ||| ||| 1
+who [X] ||| der [X] ||| 0.0182166 1 ||| ||| 1
+to order [X] ||| zur [X] ||| 0.0182166 1 ||| ||| 1
+power to order [X] ||| zur [X] ||| 0.0182166 1 ||| ||| 1
+the power to order [X] ||| zur [X] ||| 0.0182166 1 ||| ||| 1
+stay [X] ||| Aussetzung [X] ||| 0.0182166 1 ||| ||| 1
+to [X] ||| zur [X] ||| 0.0182166 1 ||| ||| 1
+reprieve [X] ||| Begnadigung [X] ||| 0.0182166 1 ||| ||| 1
+the [X] ||| des [X] ||| 0.0182166 1 ||| ||| 1
+condemned person [X] ||| Verurteilten [X] ||| 0.0182166 1 ||| ||| 1
+has [X] ||| befugt [X] ||| 0.0182166 1 ||| ||| 1
+has the [X] ||| befugt [X] ||| 0.0182166 1 ||| ||| 1
+has the power [X] ||| befugt [X] ||| 0.0182166 1 ||| ||| 1
+is [X] ||| ist [X] ||| 0.0182166 1 ||| ||| 1
+which is [X] ||| ist [X] ||| 0.0182166 1 ||| ||| 1
+to [X] ||| zu [X] ||| 0.0182166 1 ||| ||| 1
+make [X] ||| machen [X] ||| 0.0182166 1 ||| ||| 1
+make representations [X] ||| machen [X] ||| 0.0182166 1 ||| ||| 1
+. [X] ||| . [X] ||| 0.0182166 1 ||| ||| 1
+in accordance with the [X] ||| gemäß der [X] ||| 0.0182166 1 ||| ||| 0.5
+[X][X] the [X] ||| [X][X] der [X] ||| 0.218091 1 ||| 0-0 ||| 1.7733
+by the European [X] ||| vom Europäischen [X] ||| 0.0182166 1 ||| ||| 0.5
+[X][X] European [X] ||| [X][X] Europäischen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.964405
+European Parliament [X] ||| Europäischen Parlament [X] ||| 0.0182166 1 ||| ||| 1
+Parliament and [X] ||| Parlament und [X] ||| 0.0182166 1 ||| ||| 1
+and by [X] ||| und von [X] ||| 0.0182166 1 ||| ||| 1
+by the [X] ||| von der [X] ||| 0.0182166 1 ||| ||| 1
+the whole [X] ||| der gesamten [X] ||| 0.0182166 1 ||| ||| 1
+the whole of [X] ||| der gesamten [X] ||| 0.0182166 1 ||| ||| 0.5
+the [X][X] [X] ||| der [X][X] [X] ||| 0.218091 1 ||| 1-1 ||| 1.43085
+the whole of the [X] ||| der gesamten [X] ||| 0.0182166 1 ||| ||| 0.333333
+the [X][X] the [X] ||| der [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.333333
+whole of the European [X] ||| gesamten Europäischen [X] ||| 0.0182166 1 ||| ||| 0.2
+[X][X] the European [X] ||| [X][X] Europäischen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.464405
+whole of [X][X] [X] ||| gesamten [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.311111
+whole [X][X] [X] ||| gesamten [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.311111
+European Community [X] ||| Europäischen Union [X] ||| 0.0182166 1 ||| ||| 1
+the European Community [X] ||| Europäischen Union [X] ||| 0.0182166 1 ||| ||| 0.5
+[X][X] Community [X] ||| [X][X] Union [X] ||| 0.218091 1 ||| 0-0 ||| 1.12009
+of the European Community [X] ||| Europäischen Union [X] ||| 0.0182166 1 ||| ||| 0.333333
+of [X][X] Community [X] ||| [X][X] Union [X] ||| 0.0182166 1 ||| 1-0 ||| 0.333333
+now constantly [X] ||| nunmehr ständig [X] ||| 0.0182166 1 ||| ||| 1
+I would [X] ||| möchte ich [X] ||| 0.0182166 1 ||| ||| 1
+, using the [X] ||| , den [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] the [X] ||| [X][X] den [X] ||| 0.0182166 1 ||| 0-0 ||| 0.533333
+, [X][X] [X] ||| , [X][X] [X] ||| 0.218091 1 ||| 1-1 ||| 1.84916
+representations , using the [X] ||| , den [X] ||| 0.0182166 1 ||| ||| 0.2
+representations [X][X] the [X] ||| [X][X] den [X] ||| 0.0182166 1 ||| 1-0 ||| 0.2
+[X][X] using the [X] ||| [X][X] den [X] ||| 0.0182166 1 ||| 0-0 ||| 0.2
+representations , [X][X] [X] ||| , [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.44368
+weight [X] ||| ganzen Einfluß [X] ||| 0.0182166 1 ||| ||| 1
+of your prestigious office [X] ||| Ihres Amtes [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] prestigious office [X] ||| [X][X] Amtes [X] ||| 0.0182166 1 ||| 0-0 ||| 0.853521
+of your [X][X] [X] ||| Ihres [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.925613
+prestigious office and [X] ||| Amtes und [X] ||| 0.0182166 1 ||| ||| 0.5
+[X][X] and [X] ||| [X][X] und [X] ||| 0.443548 1 ||| 0-0 ||| 3.62111
+and the [X] ||| und der [X] ||| 0.0182166 1 ||| ||| 1
+the institution [X] ||| der Institution [X] ||| 0.0182166 1 ||| ||| 1
+institution [X] ||| Institution , [X] ||| 0.0182166 1 ||| ||| 1
+you [X] ||| die Sie [X] ||| 0.0182166 1 ||| ||| 1
+you represent [X] ||| Sie vertreten [X] ||| 0.0182166 1 ||| ||| 1
+represent , [X] ||| vertreten , [X] ||| 0.0182166 1 ||| ||| 1
+, to [X] ||| , bei [X] ||| 0.0182166 1 ||| ||| 1
+to the [X] ||| bei dem [X] ||| 0.0182166 1 ||| ||| 1
+the President [X] ||| dem Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| ||| 1
+President and [X] ||| Präsidentschaftskandidaten und [X] ||| 0.0182166 1 ||| ||| 1
+President and to [X] ||| Präsidentschaftskandidaten und [X] ||| 0.0182166 1 ||| ||| 0.5
+President [X][X] [X] ||| Präsidentschaftskandidaten [X][X] [X] ||| 0.218091 1 ||| 1-1 ||| 1.096
+President and to the [X] ||| Präsidentschaftskandidaten und [X] ||| 0.0182166 1 ||| ||| 0.333333
+President [X][X] the [X] ||| Präsidentschaftskandidaten [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.333333
+and to the Governor [X] ||| und Gouverneur [X] ||| 0.0182166 1 ||| ||| 0.2
+[X][X] the Governor [X] ||| [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 0-0 ||| 0.503341
+[X][X] Governor [X] ||| [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 0-0 ||| 0.503341
+and to [X][X] [X] ||| und [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.463709
+and [X][X] [X] ||| und [X][X] [X] ||| 0.315522 1 ||| 1-1 ||| 2.77896
+Governor of [X] ||| Gouverneur von [X] ||| 0.0182166 1 ||| ||| 1
+the Governor of [X] ||| Gouverneur von [X] ||| 0.0182166 1 ||| ||| 0.5
+[X][X] of [X] ||| [X][X] von [X] ||| 0.218091 1 ||| 0-0 ||| 1.12009
+to the Governor of [X] ||| Gouverneur von [X] ||| 0.0182166 1 ||| ||| 0.333333
+to [X][X] of [X] ||| [X][X] von [X] ||| 0.0182166 1 ||| 1-0 ||| 0.333333
+Bush , [X] ||| Bush , [X] ||| 0.0182166 1 ||| ||| 1
+, who [X] ||| , der [X] ||| 0.0182166 1 ||| ||| 1
+and to [X] ||| und zur [X] ||| 0.0182166 1 ||| ||| 1
+to reprieve [X] ||| zur Begnadigung [X] ||| 0.0182166 1 ||| ||| 1
+reprieve the [X] ||| Begnadigung des [X] ||| 0.0182166 1 ||| ||| 1
+the condemned person [X] ||| des Verurteilten [X] ||| 0.0182166 1 ||| ||| 0.5
+the [X][X] [X] ||| des [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.5
+, [X] ||| , geltend [X] ||| 0.0182166 1 ||| ||| 1
+to [X] ||| geltend zu [X] ||| 0.0182166 1 ||| ||| 1
+to make [X] ||| zu machen [X] ||| 0.0182166 1 ||| ||| 1
+to make representations [X] ||| zu machen [X] ||| 0.0182166 1 ||| ||| 0.5
+to [X][X] [X] ||| zu [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.5
+by the European Parliament [X] ||| vom Europäischen Parlament [X] ||| 0.0182166 1 ||| ||| 0.25
+[X][X] European Parliament [X] ||| [X][X] Europäischen Parlament [X] ||| 0.0182166 1 ||| 0-0 ||| 0.25
+[X][X] Parliament [X] ||| [X][X] Parlament [X] ||| 0.0182166 1 ||| 0-0 ||| 0.25
+by the [X][X] [X] ||| vom [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.586951
+European Parliament and [X] ||| Europäischen Parlament und [X] ||| 0.0182166 1 ||| ||| 0.333333
+European [X][X] [X] ||| Europäischen [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.751917
+Parliament and by [X] ||| Parlament und von [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] by [X] ||| [X][X] von [X] ||| 0.0182166 1 ||| 0-0 ||| 0.571429
+Parliament [X][X] [X] ||| Parlament [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.744877
+and by the [X] ||| und von der [X] ||| 0.0182166 1 ||| ||| 0.333333
+by the whole [X] ||| von der gesamten [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] whole [X] ||| [X][X] gesamten [X] ||| 0.0182166 1 ||| 0-0 ||| 0.679255
+by [X][X] [X] ||| von [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.778691
+by the whole of [X] ||| von der gesamten [X] ||| 0.0182166 1 ||| ||| 0.2
+[X][X] whole of [X] ||| [X][X] gesamten [X] ||| 0.0182166 1 ||| 0-0 ||| 0.420682
+by [X][X] of [X] ||| von [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.2
+by the [X][X] [X] ||| von der [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.445357
+by the whole of the [X] ||| von der gesamten [X] ||| 0.0182166 1 ||| ||| 0.142857
+[X][X] whole of the [X] ||| [X][X] gesamten [X] ||| 0.0182166 1 ||| 0-0 ||| 0.327435
+by [X][X] of the [X] ||| von [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.142857
+by [X][X] the [X] ||| von [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.142857
+by the [X][X] the [X] ||| von der [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.142857
+the whole of the European [X] ||| der gesamten Europäischen [X] ||| 0.0182166 1 ||| ||| 0.111111
+[X][X] of the European [X] ||| [X][X] Europäischen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.264405
+the [X][X] the European [X] ||| der [X][X] Europäischen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.111111
+the [X][X] European [X] ||| der [X][X] Europäischen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.111111
+the whole of [X][X] [X] ||| der gesamten [X][X] [X] ||| 0.0182166 1 ||| 3-2 ||| 0.177778
+the whole [X][X] [X] ||| der gesamten [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.177778
+whole of the European Community [X] ||| gesamten Europäischen Union [X] ||| 0.0182166 1 ||| ||| 0.111111
+[X][X] the European Community [X] ||| [X][X] Europäischen Union [X] ||| 0.0182166 1 ||| 0-0 ||| 0.286753
+[X][X] European Community [X] ||| [X][X] Europäischen Union [X] ||| 0.0182166 1 ||| 0-0 ||| 0.286753
+whole of [X][X] Community [X] ||| gesamten [X][X] Union [X] ||| 0.0182166 1 ||| 2-1 ||| 0.111111
+whole [X][X] Community [X] ||| gesamten [X][X] Union [X] ||| 0.0182166 1 ||| 1-1 ||| 0.111111
+whole of the [X][X] [X] ||| gesamten [X][X] [X] ||| 0.0182166 1 ||| 3-1 ||| 0.111111
+the weight [X] ||| den ganzen Einfluß [X] ||| 0.0182166 1 ||| ||| 1
+using the weight [X] ||| den ganzen Einfluß [X] ||| 0.0182166 1 ||| ||| 0.5
+[X][X] weight [X] ||| [X][X] ganzen Einfluß [X] ||| 0.0182166 1 ||| 0-0 ||| 0.777778
+weight of your [X] ||| ganzen Einfluß Ihres [X] ||| 0.0182166 1 ||| ||| 0.5
+weight [X][X] [X] ||| ganzen Einfluß [X][X] [X] ||| 0.218091 1 ||| 1-2 ||| 1.11887
+of your prestigious office and [X] ||| Ihres Amtes und [X] ||| 0.0182166 1 ||| ||| 0.2
+[X][X] prestigious office and [X] ||| [X][X] Amtes und [X] ||| 0.0182166 1 ||| 0-0 ||| 0.594223
+of your [X][X] and [X] ||| Ihres [X][X] und [X] ||| 0.0182166 1 ||| 2-1 ||| 0.2
+prestigious office and the [X] ||| Amtes und der [X] ||| 0.0182166 1 ||| ||| 0.25
+[X][X] and the [X] ||| [X][X] und der [X] ||| 0.0182166 1 ||| 0-0 ||| 0.634774
+prestigious office [X][X] [X] ||| Amtes [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.650052
+and the institution [X] ||| und der Institution [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] institution [X] ||| [X][X] Institution [X] ||| 0.0182166 1 ||| 0-0 ||| 0.698333
+the institution [X] ||| der Institution , [X] ||| 0.0182166 1 ||| ||| 1
+institution [X] ||| Institution , die [X] ||| 0.0182166 1 ||| ||| 1
+you [X] ||| , die Sie [X] ||| 0.0182166 1 ||| ||| 1
+you represent [X] ||| die Sie vertreten [X] ||| 0.0182166 1 ||| ||| 1
+you represent , [X] ||| Sie vertreten , [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] , [X] ||| [X][X] , [X] ||| 0.218091 1 ||| 0-0 ||| 1.71377
+you [X][X] [X] ||| Sie [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.746911
+represent , to [X] ||| vertreten , bei [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] to [X] ||| [X][X] bei [X] ||| 0.0182166 1 ||| 0-0 ||| 0.849944
+represent [X][X] [X] ||| vertreten [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.751917
+, to the [X] ||| , bei dem [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] the [X] ||| [X][X] dem [X] ||| 0.0182166 1 ||| 0-0 ||| 0.780024
+to the President [X] ||| bei dem Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] President [X] ||| [X][X] Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 0-0 ||| 0.747765
+to [X][X] [X] ||| bei [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.745495
+the President and [X] ||| dem Präsidentschaftskandidaten und [X] ||| 0.0182166 1 ||| ||| 0.333333
+the [X][X] [X] ||| dem [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.817152
+the President and to [X] ||| dem Präsidentschaftskandidaten und [X] ||| 0.0182166 1 ||| ||| 0.2
+[X][X] and to [X] ||| [X][X] und [X] ||| 0.0182166 1 ||| 0-0 ||| 0.461445
+the [X][X] to [X] ||| dem [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.2
+the President [X][X] [X] ||| dem Präsidentschaftskandidaten [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.483819
+the President and to the [X] ||| dem Präsidentschaftskandidaten und [X] ||| 0.0182166 1 ||| ||| 0.142857
+[X][X] and to the [X] ||| [X][X] und [X] ||| 0.0182166 1 ||| 0-0 ||| 0.36457
+the [X][X] to the [X] ||| dem [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.142857
+the [X][X] the [X] ||| dem [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.142857
+the President [X][X] the [X] ||| dem Präsidentschaftskandidaten [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.142857
+President and to the Governor [X] ||| Präsidentschaftskandidaten und Gouverneur [X] ||| 0.0182166 1 ||| ||| 0.111111
+[X][X] to the Governor [X] ||| [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 0-0 ||| 0.303341
+President [X][X] the Governor [X] ||| Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 1-1 ||| 0.111111
+President [X][X] Governor [X] ||| Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 1-1 ||| 0.111111
+President and to [X][X] [X] ||| Präsidentschaftskandidaten und [X][X] [X] ||| 0.0182166 1 ||| 3-2 ||| 0.262667
+President and [X][X] [X] ||| Präsidentschaftskandidaten und [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.262667
+and to the Governor of [X] ||| und Gouverneur von [X] ||| 0.0182166 1 ||| ||| 0.111111
+[X][X] the Governor of [X] ||| [X][X] Gouverneur von [X] ||| 0.0182166 1 ||| 0-0 ||| 0.286753
+[X][X] Governor of [X] ||| [X][X] Gouverneur von [X] ||| 0.0182166 1 ||| 0-0 ||| 0.286753
+and to [X][X] of [X] ||| und [X][X] von [X] ||| 0.0182166 1 ||| 2-1 ||| 0.111111
+and [X][X] of [X] ||| und [X][X] von [X] ||| 0.0182166 1 ||| 1-1 ||| 0.111111
+and to the [X][X] [X] ||| und [X][X] [X] ||| 0.0182166 1 ||| 3-1 ||| 0.263709
+Bush , who [X] ||| Bush , der [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] who [X] ||| [X][X] der [X] ||| 0.0182166 1 ||| 0-0 ||| 0.753175
+Bush [X][X] [X] ||| Bush [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.333333
+and to reprieve [X] ||| und zur Begnadigung [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] reprieve [X] ||| [X][X] Begnadigung [X] ||| 0.0182166 1 ||| 0-0 ||| 0.758333
+to reprieve the [X] ||| zur Begnadigung des [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] the [X] ||| [X][X] des [X] ||| 0.0182166 1 ||| 0-0 ||| 0.688034
+to [X][X] [X] ||| zur [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.458333
+reprieve the condemned person [X] ||| Begnadigung des Verurteilten [X] ||| 0.0182166 1 ||| ||| 0.25
+[X][X] condemned person [X] ||| [X][X] Verurteilten [X] ||| 0.0182166 1 ||| 0-0 ||| 0.513095
+reprieve [X][X] [X] ||| Begnadigung [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.25
+reprieve the [X][X] [X] ||| Begnadigung des [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.25
+, to [X] ||| , geltend zu [X] ||| 0.0182166 1 ||| ||| 1
+to make [X] ||| geltend zu machen [X] ||| 0.0182166 1 ||| ||| 1
+to make representations [X] ||| geltend zu machen [X] ||| 0.0182166 1 ||| ||| 0.5
+to [X][X] [X] ||| geltend zu [X][X] [X] ||| 0.0182166 1 ||| 1-2 ||| 0.5
+by the European Parliament and [X] ||| vom Europäischen Parlament und [X] ||| 0.0182166 1 ||| ||| 0.125
+[X][X] European Parliament and [X] ||| [X][X] Europäischen Parlament und [X] ||| 0.0182166 1 ||| 0-0 ||| 0.125
+[X][X] European [X][X] [X] ||| [X][X] Europäischen [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.336951
+[X][X] Parliament and [X] ||| [X][X] Parlament und [X] ||| 0.0182166 1 ||| 0-0 ||| 0.125
+by the [X][X] and [X] ||| vom [X][X] und [X] ||| 0.0182166 1 ||| 2-1 ||| 0.125
+by the European [X][X] [X] ||| vom Europäischen [X][X] [X] ||| 0.0182166 1 ||| 3-2 ||| 0.336951
+European Parliament and by [X] ||| Europäischen Parlament und von [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] and by [X] ||| [X][X] und von [X] ||| 0.0182166 1 ||| 0-0 ||| 0.238095
+European [X][X] by [X] ||| Europäischen [X][X] von [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+European Parliament [X][X] [X] ||| Europäischen Parlament [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.418584
+Parliament and by the [X] ||| Parlament und von der [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] by the [X] ||| [X][X] von der [X] ||| 0.0182166 1 ||| 0-0 ||| 0.305195
+Parliament [X][X] the [X] ||| Parlament [X][X] der [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+Parliament and [X][X] [X] ||| Parlament und [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.411544
+and by the whole [X] ||| und von der gesamten [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] the whole [X] ||| [X][X] der gesamten [X] ||| 0.0182166 1 ||| 0-0 ||| 0.345922
+and [X][X] whole [X] ||| und [X][X] gesamten [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+and by [X][X] [X] ||| und von [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.412161
+and by the whole of [X] ||| und von der gesamten [X] ||| 0.0182166 1 ||| ||| 0.1
+[X][X] the whole of [X] ||| [X][X] der gesamten [X] ||| 0.0182166 1 ||| 0-0 ||| 0.220682
+[X][X] the [X][X] [X] ||| [X][X] der [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.793879
+and [X][X] whole of [X] ||| und [X][X] gesamten [X] ||| 0.0182166 1 ||| 1-1 ||| 0.1
+and [X][X] of [X] ||| und [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.1
+and by [X][X] of [X] ||| und von [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.1
+and by the [X][X] [X] ||| und von der [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.245495
+[X][X] the whole of the [X] ||| [X][X] der gesamten [X] ||| 0.0182166 1 ||| 0-0 ||| 0.184578
+[X][X] the [X][X] the [X] ||| [X][X] der [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.184578
+and [X][X] whole of the [X] ||| und [X][X] gesamten [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0769231
+and [X][X] of the [X] ||| und [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0769231
+and [X][X] the [X] ||| und [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0769231
+and by [X][X] of the [X] ||| und von [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0769231
+and by [X][X] the [X] ||| und von [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0769231
+and by the [X][X] the [X] ||| und von der [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0769231
+[X][X] whole of the European [X] ||| [X][X] gesamten Europäischen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.153294
+[X][X] whole of [X][X] [X] ||| [X][X] gesamten [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.262269
+[X][X] whole [X][X] [X] ||| [X][X] gesamten [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.262269
+by [X][X] of the European [X] ||| von [X][X] Europäischen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0625
+by [X][X] of [X][X] [X] ||| von [X][X] [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.1025
+by [X][X] the European [X] ||| von [X][X] Europäischen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0625
+by [X][X] European [X] ||| von [X][X] Europäischen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0625
+by the [X][X] the European [X] ||| von der [X][X] Europäischen [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0625
+by the [X][X] European [X] ||| von der [X][X] Europäischen [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0625
+by the whole of [X][X] [X] ||| von der gesamten [X][X] [X] ||| 0.0182166 1 ||| 4-3 ||| 0.1025
+by the whole [X][X] [X] ||| von der gesamten [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.1025
+[X][X] of the European Community [X] ||| [X][X] Europäischen Union [X] ||| 0.0182166 1 ||| 0-0 ||| 0.175642
+[X][X] of [X][X] Community [X] ||| [X][X] [X][X] Union [X] ||| 0.0182166 1 ||| 0-0 2-1 ||| 0.175642
+the [X][X] the European Community [X] ||| der [X][X] Europäischen Union [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0666667
+the [X][X] the [X][X] [X] ||| der [X][X] [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.0666667
+the [X][X] European Community [X] ||| der [X][X] Europäischen Union [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0666667
+the [X][X] Community [X] ||| der [X][X] Union [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0666667
+the whole of [X][X] Community [X] ||| der gesamten [X][X] Union [X] ||| 0.0182166 1 ||| 3-2 ||| 0.0666667
+the whole [X][X] Community [X] ||| der gesamten [X][X] Union [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0666667
+the whole of the [X][X] [X] ||| der gesamten [X][X] [X] ||| 0.0182166 1 ||| 4-2 ||| 0.0666667
+, using the weight [X] ||| , den ganzen Einfluß [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] the weight [X] ||| [X][X] den ganzen Einfluß [X] ||| 0.0182166 1 ||| 0-0 ||| 0.277778
+, [X][X] weight [X] ||| , [X][X] ganzen Einfluß [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+, using [X][X] [X] ||| , [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.378088
+representations , using the weight [X] ||| , den ganzen Einfluß [X] ||| 0.0182166 1 ||| ||| 0.111111
+representations [X][X] the weight [X] ||| [X][X] den ganzen Einfluß [X] ||| 0.0182166 1 ||| 1-0 ||| 0.111111
+[X][X] using the weight [X] ||| [X][X] den ganzen Einfluß [X] ||| 0.0182166 1 ||| 0-0 ||| 0.111111
+representations [X][X] weight [X] ||| [X][X] ganzen Einfluß [X] ||| 0.0182166 1 ||| 1-0 ||| 0.111111
+representations , [X][X] weight [X] ||| , [X][X] ganzen Einfluß [X] ||| 0.0182166 1 ||| 2-1 ||| 0.111111
+representations , using [X][X] [X] ||| , [X][X] [X] ||| 0.0182166 1 ||| 3-1 ||| 0.24368
+the weight of your [X] ||| den ganzen Einfluß Ihres [X] ||| 0.0182166 1 ||| ||| 0.25
+[X][X] of your [X] ||| [X][X] Ihres [X] ||| 0.0182166 1 ||| 0-0 ||| 0.516917
+the [X][X] [X] ||| den [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.654762
+the weight [X][X] [X] ||| den ganzen Einfluß [X][X] [X] ||| 0.0182166 1 ||| 2-3 ||| 0.654762
+using the weight of your [X] ||| den ganzen Einfluß Ihres [X] ||| 0.0182166 1 ||| ||| 0.142857
+[X][X] weight of your [X] ||| [X][X] ganzen Einfluß Ihres [X] ||| 0.0182166 1 ||| 0-0 ||| 0.266917
+[X][X] weight [X][X] [X] ||| [X][X] ganzen Einfluß [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.789251
+using [X][X] of your [X] ||| [X][X] Ihres [X] ||| 0.0182166 1 ||| 1-0 ||| 0.142857
+using the [X][X] [X] ||| den [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.445262
+using the weight [X][X] [X] ||| den ganzen Einfluß [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.445262
+weight of your prestigious office [X] ||| ganzen Einfluß Ihres Amtes [X] ||| 0.0182166 1 ||| ||| 0.2
+weight [X][X] prestigious office [X] ||| ganzen Einfluß [X][X] Amtes [X] ||| 0.0182166 1 ||| 1-2 ||| 0.2
+weight of your [X][X] [X] ||| ganzen Einfluß Ihres [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.618873
+[X][X] prestigious office and the [X] ||| [X][X] Amtes und der [X] ||| 0.0182166 1 ||| 0-0 ||| 0.384774
+[X][X] prestigious office [X][X] [X] ||| [X][X] Amtes [X][X] [X] ||| 0.218091 1 ||| 0-0 3-2 ||| 1.02384
+of your [X][X] and the [X] ||| Ihres [X][X] und der [X] ||| 0.0182166 1 ||| 2-1 ||| 0.125
+of your [X][X] the [X] ||| Ihres [X][X] der [X] ||| 0.0182166 1 ||| 2-1 ||| 0.125
+of your prestigious office [X][X] [X] ||| Ihres Amtes [X][X] [X] ||| 0.0182166 1 ||| 4-2 ||| 0.392279
+prestigious office and the institution [X] ||| Amtes und der Institution [X] ||| 0.0182166 1 ||| ||| 0.125
+[X][X] and the institution [X] ||| [X][X] und der Institution [X] ||| 0.0182166 1 ||| 0-0 ||| 0.365
+[X][X] and [X][X] [X] ||| [X][X] und [X][X] [X] ||| 0.315522 1 ||| 0-0 2-2 ||| 2.45092
+[X][X] the institution [X] ||| [X][X] der Institution [X] ||| 0.0182166 1 ||| 0-0 ||| 0.365
+prestigious office [X][X] institution [X] ||| Amtes [X][X] Institution [X] ||| 0.0182166 1 ||| 2-1 ||| 0.125
+prestigious office and [X][X] [X] ||| Amtes und [X][X] [X] ||| 0.0182166 1 ||| 3-2 ||| 0.400052
+and the institution [X] ||| und der Institution , [X] ||| 0.0182166 1 ||| ||| 0.25
+[X][X] institution [X] ||| [X][X] Institution , [X] ||| 0.0182166 1 ||| 0-0 ||| 0.50228
+and [X][X] [X] ||| und [X][X] , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.25
+the institution [X] ||| der Institution , die [X] ||| 0.0182166 1 ||| ||| 1
+institution you [X] ||| Institution , die Sie [X] ||| 0.0182166 1 ||| ||| 1
+you represent [X] ||| , die Sie vertreten [X] ||| 0.0182166 1 ||| ||| 1
+you represent , [X] ||| die Sie vertreten , [X] ||| 0.0182166 1 ||| ||| 0.25
+[X][X] , [X] ||| die [X][X] , [X] ||| 0.0182166 1 ||| 0-1 ||| 0.25
+you [X][X] [X] ||| die Sie [X][X] [X] ||| 0.0182166 1 ||| 1-2 ||| 0.547537
+you represent , to [X] ||| Sie vertreten , bei [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] , to [X] ||| [X][X] , bei [X] ||| 0.0182166 1 ||| 0-0 ||| 0.51661
+you [X][X] to [X] ||| Sie [X][X] bei [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+you represent [X][X] [X] ||| Sie vertreten [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.413578
+represent , to the [X] ||| vertreten , bei dem [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] to the [X] ||| [X][X] bei dem [X] ||| 0.0182166 1 ||| 0-0 ||| 0.44669
+represent [X][X] the [X] ||| vertreten [X][X] dem [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+represent , [X][X] [X] ||| vertreten , [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.418584
+, to the President [X] ||| , bei dem Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] the President [X] ||| [X][X] dem Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 0-0 ||| 0.414431
+, [X][X] President [X] ||| , [X][X] Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+, to [X][X] [X] ||| , bei [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.411544
+to the President and [X] ||| bei dem Präsidentschaftskandidaten und [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] President and [X] ||| [X][X] Präsidentschaftskandidaten und [X] ||| 0.0182166 1 ||| 0-0 ||| 0.401883
+to [X][X] and [X] ||| bei [X][X] und [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+to the [X][X] [X] ||| bei dem [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.412161
+to the President and to [X] ||| bei dem Präsidentschaftskandidaten und [X] ||| 0.0182166 1 ||| ||| 0.1
+[X][X] President and to [X] ||| [X][X] Präsidentschaftskandidaten und [X] ||| 0.0182166 1 ||| 0-0 ||| 0.261445
+[X][X] President [X][X] [X] ||| [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.681864
+to [X][X] and to [X] ||| bei [X][X] und [X] ||| 0.0182166 1 ||| 1-1 ||| 0.1
+to [X][X] to [X] ||| bei [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.1
+to the [X][X] to [X] ||| bei dem [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.1
+to the President [X][X] [X] ||| bei dem Präsidentschaftskandidaten [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.245495
+[X][X] President and to the [X] ||| [X][X] Präsidentschaftskandidaten und [X] ||| 0.0182166 1 ||| 0-0 ||| 0.221713
+[X][X] President [X][X] the [X] ||| [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.221713
+to [X][X] and to the [X] ||| bei [X][X] und [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0769231
+to [X][X] to the [X] ||| bei [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0769231
+to [X][X] the [X] ||| bei [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0769231
+to the [X][X] to the [X] ||| bei dem [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0769231
+to the [X][X] the [X] ||| bei dem [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0769231
+to the President [X][X] the [X] ||| bei dem Präsidentschaftskandidaten [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0769231
+[X][X] and to the Governor [X] ||| [X][X] und Gouverneur [X] ||| 0.0182166 1 ||| 0-0 ||| 0.19223
+[X][X] and to [X][X] [X] ||| [X][X] und [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.339667
+the [X][X] to the Governor [X] ||| dem [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0625
+the [X][X] to [X][X] [X] ||| dem [X][X] [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.140962
+the [X][X] the Governor [X] ||| dem [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0625
+the [X][X] Governor [X] ||| dem [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0625
+the President [X][X] the Governor [X] ||| dem Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0625
+the President [X][X] Governor [X] ||| dem Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0625
+the President and to [X][X] [X] ||| dem Präsidentschaftskandidaten und [X][X] [X] ||| 0.0182166 1 ||| 4-3 ||| 0.140962
+the President and [X][X] [X] ||| dem Präsidentschaftskandidaten und [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.140962
+[X][X] to the Governor of [X] ||| [X][X] Gouverneur von [X] ||| 0.0182166 1 ||| 0-0 ||| 0.175642
+[X][X] to [X][X] of [X] ||| [X][X] [X][X] von [X] ||| 0.0182166 1 ||| 0-0 2-1 ||| 0.175642
+President [X][X] the Governor of [X] ||| Präsidentschaftskandidaten [X][X] Gouverneur von [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0666667
+President [X][X] the [X][X] [X] ||| Präsidentschaftskandidaten [X][X] [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.151556
+President [X][X] Governor of [X] ||| Präsidentschaftskandidaten [X][X] Gouverneur von [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0666667
+President [X][X] of [X] ||| Präsidentschaftskandidaten [X][X] von [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0666667
+President and to [X][X] of [X] ||| Präsidentschaftskandidaten und [X][X] von [X] ||| 0.0182166 1 ||| 3-2 ||| 0.0666667
+President and [X][X] of [X] ||| Präsidentschaftskandidaten und [X][X] von [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0666667
+President and to the [X][X] [X] ||| Präsidentschaftskandidaten und [X][X] [X] ||| 0.0182166 1 ||| 4-2 ||| 0.151556
+Texas , Mr [X] ||| Texas , George W. [X] ||| 0.0182166 1 ||| ||| 1
+and to reprieve the [X] ||| und zur Begnadigung des [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] reprieve the [X] ||| [X][X] Begnadigung des [X] ||| 0.0182166 1 ||| 0-0 ||| 0.354701
+and [X][X] the [X] ||| und [X][X] des [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+and to [X][X] [X] ||| und zur [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.238095
+to reprieve the condemned person [X] ||| zur Begnadigung des Verurteilten [X] ||| 0.0182166 1 ||| ||| 0.125
+[X][X] the condemned person [X] ||| [X][X] des Verurteilten [X] ||| 0.0182166 1 ||| 0-0 ||| 0.263095
+[X][X] the [X][X] [X] ||| [X][X] des [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.263095
+to [X][X] condemned person [X] ||| zur [X][X] Verurteilten [X] ||| 0.0182166 1 ||| 1-1 ||| 0.125
+to reprieve [X][X] [X] ||| zur Begnadigung [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.125
+to reprieve the [X][X] [X] ||| zur Begnadigung des [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.125
+, to make [X] ||| , geltend zu machen [X] ||| 0.0182166 1 ||| ||| 0.25
+[X][X] make [X] ||| [X][X] machen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.25
+, [X][X] [X] ||| , geltend [X][X] [X] ||| 0.0182166 1 ||| 1-2 ||| 0.392857
+, to make representations [X] ||| , geltend zu machen [X] ||| 0.0182166 1 ||| ||| 0.142857
+[X][X] make representations [X] ||| [X][X] machen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.142857
+, [X][X] representations [X] ||| , [X][X] [X] ||| 0.00910828 1 ||| 1-1 ||| 0.285714
+, [X][X] representations [X] ||| , geltend [X][X] [X] ||| 0.00910828 1 ||| 1-2 ||| 0.285714
+, to [X][X] [X] ||| , geltend zu [X][X] [X] ||| 0.0182166 1 ||| 2-3 ||| 0.142857
+[X][X] European Parliament and by [X] ||| [X][X] Europäischen Parlament und von [X] ||| 0.0182166 1 ||| 0-0 ||| 0.0714286
+[X][X] European [X][X] by [X] ||| [X][X] Europäischen [X][X] von [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0714286
+[X][X] European Parliament [X][X] [X] ||| [X][X] Europäischen Parlament [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.211951
+[X][X] Parliament and by [X] ||| [X][X] Parlament und von [X] ||| 0.0182166 1 ||| 0-0 ||| 0.0714286
+[X][X] Parliament [X][X] [X] ||| [X][X] Parlament [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.211951
+by the [X][X] and by [X] ||| vom [X][X] und von [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0714286
+by the [X][X] by [X] ||| vom [X][X] von [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0714286
+by the European [X][X] by [X] ||| vom Europäischen [X][X] von [X] ||| 0.0182166 1 ||| 3-2 ||| 0.0714286
+by the European Parliament [X][X] [X] ||| vom Europäischen Parlament [X][X] [X] ||| 0.0182166 1 ||| 4-3 ||| 0.211951
+European Parliament and by the [X] ||| Europäischen Parlament und von der [X] ||| 0.0182166 1 ||| ||| 0.0909091
+[X][X] and by the [X] ||| [X][X] und von der [X] ||| 0.0182166 1 ||| 0-0 ||| 0.138528
+European [X][X] by the [X] ||| Europäischen [X][X] von der [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+European [X][X] the [X] ||| Europäischen [X][X] der [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+European Parliament [X][X] the [X] ||| Europäischen Parlament [X][X] der [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0909091
+European Parliament and [X][X] [X] ||| Europäischen Parlament und [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.251917
+Parliament and by the whole [X] ||| Parlament und von der gesamten [X] ||| 0.0182166 1 ||| ||| 0.0909091
+[X][X] by the whole [X] ||| [X][X] von der gesamten [X] ||| 0.0182166 1 ||| 0-0 ||| 0.179255
+[X][X] by [X][X] [X] ||| [X][X] von [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.498789
+Parliament [X][X] the whole [X] ||| Parlament [X][X] der gesamten [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+Parliament [X][X] whole [X] ||| Parlament [X][X] gesamten [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+Parliament and [X][X] whole [X] ||| Parlament und [X][X] gesamten [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0909091
+Parliament and by [X][X] [X] ||| Parlament und von [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.244877
+[X][X] by the whole of [X] ||| [X][X] von der gesamten [X] ||| 0.0182166 1 ||| 0-0 ||| 0.120682
+[X][X] by [X][X] of [X] ||| [X][X] von [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.120682
+[X][X] by the [X][X] [X] ||| [X][X] von der [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.319534
+Parliament [X][X] the whole of [X] ||| Parlament [X][X] der gesamten [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0555556
+Parliament [X][X] the [X][X] [X] ||| Parlament [X][X] der [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.153968
+Parliament [X][X] whole of [X] ||| Parlament [X][X] gesamten [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0555556
+Parliament [X][X] of [X] ||| Parlament [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0555556
+Parliament and [X][X] whole of [X] ||| Parlament und [X][X] gesamten [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0555556
+Parliament and [X][X] of [X] ||| Parlament und [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0555556
+Parliament and by [X][X] of [X] ||| Parlament und von [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0555556
+Parliament and by the [X][X] [X] ||| Parlament und von der [X][X] [X] ||| 0.0182166 1 ||| 4-4 ||| 0.153968
+[X][X] by [X][X] of the [X] ||| [X][X] von [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.107655
+[X][X] by [X][X] the [X] ||| [X][X] von [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.107655
+[X][X] by the [X][X] the [X] ||| [X][X] von der [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.107655
+Parliament [X][X] the [X][X] the [X] ||| Parlament [X][X] der [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.047619
+Parliament [X][X] whole of the [X] ||| Parlament [X][X] gesamten [X] ||| 0.0182166 1 ||| 1-1 ||| 0.047619
+Parliament [X][X] of the [X] ||| Parlament [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.047619
+Parliament [X][X] the [X] ||| Parlament [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.047619
+Parliament and [X][X] of the [X] ||| Parlament und [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.047619
+Parliament and [X][X] the [X] ||| Parlament und [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.047619
+Parliament and by [X][X] the [X] ||| Parlament und von [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.047619
+[X][X] the [X][X] the European [X] ||| [X][X] der [X][X] Europäischen [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0907936
+[X][X] the [X][X] European [X] ||| [X][X] der [X][X] Europäischen [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0907936
+[X][X] the whole of [X][X] [X] ||| [X][X] der gesamten [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-3 ||| 0.159769
+[X][X] the whole [X][X] [X] ||| [X][X] der gesamten [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.159769
+and [X][X] whole of [X][X] [X] ||| und [X][X] gesamten [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-3 ||| 0.0685714
+and [X][X] whole [X][X] [X] ||| und [X][X] gesamten [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0685714
+and [X][X] of the European [X] ||| und [X][X] Europäischen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.04
+and [X][X] of [X][X] [X] ||| und [X][X] [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.0685714
+and [X][X] the European [X] ||| und [X][X] Europäischen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.04
+and [X][X] European [X] ||| und [X][X] Europäischen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.04
+and by [X][X] of [X][X] [X] ||| und von [X][X] [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-3 ||| 0.0685714
+and by [X][X] the European [X] ||| und von [X][X] Europäischen [X] ||| 0.0182166 1 ||| 2-2 ||| 0.04
+and by [X][X] European [X] ||| und von [X][X] Europäischen [X] ||| 0.0182166 1 ||| 2-2 ||| 0.04
+and by the [X][X] European [X] ||| und von der [X][X] Europäischen [X] ||| 0.0182166 1 ||| 3-3 ||| 0.04
+and by the whole [X][X] [X] ||| und von der gesamten [X][X] [X] ||| 0.0182166 1 ||| 4-4 ||| 0.0685714
+[X][X] whole of [X][X] Community [X] ||| [X][X] gesamten [X][X] Union [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.108975
+[X][X] whole [X][X] Community [X] ||| [X][X] gesamten [X][X] Union [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.108975
+[X][X] whole of the [X][X] [X] ||| [X][X] gesamten [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-2 ||| 0.108975
+by [X][X] of [X][X] Community [X] ||| von [X][X] [X][X] Union [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.04
+by [X][X] of the [X][X] [X] ||| von [X][X] [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-2 ||| 0.04
+by [X][X] the European Community [X] ||| von [X][X] Europäischen Union [X] ||| 0.0182166 1 ||| 1-1 ||| 0.04
+by [X][X] the [X][X] [X] ||| von [X][X] [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.04
+by [X][X] European Community [X] ||| von [X][X] Europäischen Union [X] ||| 0.0182166 1 ||| 1-1 ||| 0.04
+by [X][X] Community [X] ||| von [X][X] Union [X] ||| 0.0182166 1 ||| 1-1 ||| 0.04
+by the [X][X] the [X][X] [X] ||| von der [X][X] [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-3 ||| 0.04
+by the [X][X] European Community [X] ||| von der [X][X] Europäischen Union [X] ||| 0.0182166 1 ||| 2-2 ||| 0.04
+by the [X][X] Community [X] ||| von der [X][X] Union [X] ||| 0.0182166 1 ||| 2-2 ||| 0.04
+by the whole [X][X] Community [X] ||| von der gesamten [X][X] Union [X] ||| 0.0182166 1 ||| 3-3 ||| 0.04
+[X][X] the weight of your [X] ||| [X][X] den ganzen Einfluß Ihres [X] ||| 0.0182166 1 ||| 0-0 ||| 0.12406
+[X][X] the [X][X] [X] ||| [X][X] den [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.34399
+[X][X] the weight [X][X] [X] ||| [X][X] den ganzen Einfluß [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-4 ||| 0.34399
+, [X][X] weight of your [X] ||| , [X][X] ganzen Einfluß Ihres [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0714286
+, [X][X] weight [X][X] [X] ||| , [X][X] ganzen Einfluß [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-4 ||| 0.211421
+, using [X][X] of your [X] ||| , [X][X] Ihres [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0714286
+, [X][X] of your [X] ||| , [X][X] Ihres [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0714286
+, using the [X][X] [X] ||| , den [X][X] [X] ||| 0.0182166 1 ||| 3-2 ||| 0.211421
+, using the weight [X][X] [X] ||| , den ganzen Einfluß [X][X] [X] ||| 0.0182166 1 ||| 4-4 ||| 0.211421
+representations [X][X] the [X][X] [X] ||| [X][X] den [X][X] [X] ||| 0.0182166 1 ||| 1-0 3-2 ||| 0.132569
+representations [X][X] the weight [X][X] [X] ||| [X][X] den ganzen Einfluß [X][X] [X] ||| 0.0182166 1 ||| 1-0 4-4 ||| 0.132569
+[X][X] using [X][X] of your [X] ||| [X][X] [X][X] Ihres [X] ||| 0.0182166 1 ||| 0-0 2-1 ||| 0.0526316
+[X][X] using the [X][X] [X] ||| [X][X] den [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.132569
+[X][X] using the weight [X][X] [X] ||| [X][X] den ganzen Einfluß [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-4 ||| 0.132569
+representations [X][X] weight of your [X] ||| [X][X] ganzen Einfluß Ihres [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0526316
+representations [X][X] weight [X][X] [X] ||| [X][X] ganzen Einfluß [X][X] [X] ||| 0.0182166 1 ||| 1-0 3-3 ||| 0.132569
+representations [X][X] of your [X] ||| [X][X] Ihres [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0526316
+representations , [X][X] weight [X][X] [X] ||| , [X][X] ganzen Einfluß [X][X] [X] ||| 0.0182166 1 ||| 2-1 4-4 ||| 0.132569
+representations , [X][X] of your [X] ||| , [X][X] Ihres [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0526316
+representations , using the [X][X] [X] ||| , den [X][X] [X] ||| 0.0182166 1 ||| 4-2 ||| 0.132569
+[X][X] of your prestigious office [X] ||| [X][X] Ihres Amtes [X] ||| 0.0182166 1 ||| 0-0 ||| 0.320187
+[X][X] of your [X][X] [X] ||| [X][X] Ihres [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.927096
+the [X][X] prestigious office [X] ||| den [X][X] Amtes [X] ||| 0.0182166 1 ||| 1-1 ||| 0.125
+the weight [X][X] prestigious office [X] ||| den ganzen Einfluß [X][X] Amtes [X] ||| 0.0182166 1 ||| 2-3 ||| 0.125
+the weight of your [X][X] [X] ||| den ganzen Einfluß Ihres [X][X] [X] ||| 0.0182166 1 ||| 4-4 ||| 0.404762
+[X][X] weight [X][X] prestigious office [X] ||| [X][X] ganzen Einfluß [X][X] Amtes [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.195187
+[X][X] weight of your [X][X] [X] ||| [X][X] ganzen Einfluß Ihres [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-4 ||| 0.522334
+using [X][X] of your [X][X] [X] ||| [X][X] Ihres [X][X] [X] ||| 0.0182166 1 ||| 1-0 4-2 ||| 0.302404
+using [X][X] prestigious office [X] ||| [X][X] Amtes [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0909091
+using the [X][X] prestigious office [X] ||| den [X][X] Amtes [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0909091
+weight [X][X] prestigious office and [X] ||| ganzen Einfluß [X][X] Amtes und [X] ||| 0.0182166 1 ||| 1-2 ||| 0.142857
+weight [X][X] and [X] ||| ganzen Einfluß [X][X] und [X] ||| 0.0182166 1 ||| 1-2 ||| 0.142857
+weight of your [X][X] and [X] ||| ganzen Einfluß Ihres [X][X] und [X] ||| 0.0182166 1 ||| 3-3 ||| 0.142857
+[X][X] prestigious office [X][X] institution [X] ||| [X][X] Amtes [X][X] Institution [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.24
+[X][X] prestigious office and [X][X] [X] ||| [X][X] Amtes und [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-3 ||| 0.639064
+of your [X][X] and [X][X] [X] ||| Ihres [X][X] und [X][X] [X] ||| 0.0182166 1 ||| 2-1 4-3 ||| 0.26728
+of your [X][X] the institution [X] ||| Ihres [X][X] der Institution [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0833333
+of your [X][X] institution [X] ||| Ihres [X][X] Institution [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0833333
+prestigious office and the institution [X] ||| Amtes und der Institution , [X] ||| 0.0182166 1 ||| ||| 0.0909091
+[X][X] and the institution [X] ||| [X][X] und der Institution , [X] ||| 0.0182166 1 ||| 0-0 ||| 0.25228
+[X][X] and [X][X] [X] ||| [X][X] und [X][X] , [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.25228
+[X][X] the institution [X] ||| [X][X] der Institution , [X] ||| 0.0182166 1 ||| 0-0 ||| 0.25228
+prestigious office [X][X] institution [X] ||| Amtes [X][X] Institution , [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0909091
+prestigious office [X][X] [X] ||| Amtes [X][X] , [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0909091
+prestigious office and [X][X] [X] ||| Amtes und [X][X] , [X] ||| 0.0182166 1 ||| 3-2 ||| 0.0909091
+and the institution [X] ||| und der Institution , die [X] ||| 0.0182166 1 ||| ||| 0.2
+[X][X] institution [X] ||| [X][X] Institution , die [X] ||| 0.0182166 1 ||| 0-0 ||| 0.392986
+and [X][X] [X] ||| und [X][X] , die [X] ||| 0.00910828 1 ||| 1-1 ||| 0.4
+and [X][X] [X] ||| und [X][X] die [X] ||| 0.00910828 1 ||| 1-1 ||| 0.4
+the institution you [X] ||| der Institution , die Sie [X] ||| 0.0182166 1 ||| ||| 0.2
+[X][X] you [X] ||| [X][X] , die Sie [X] ||| 0.00607219 1 ||| 0-0 ||| 1.2446
+[X][X] you [X] ||| [X][X] die Sie [X] ||| 0.00607219 1 ||| 0-0 ||| 1.2446
+[X][X] you [X] ||| [X][X] Sie [X] ||| 0.00607219 1 ||| 0-0 ||| 1.2446
+institution you represent [X] ||| Institution , die Sie vertreten [X] ||| 0.0182166 1 ||| ||| 0.2
+[X][X] represent [X] ||| [X][X] vertreten [X] ||| 0.0182166 1 ||| 0-0 ||| 0.407519
+institution [X][X] [X] ||| Institution [X][X] [X] ||| 0.00607219 1 ||| 1-1 ||| 1.37228
+institution [X][X] [X] ||| Institution , [X][X] [X] ||| 0.00607219 1 ||| 1-2 ||| 1.37228
+institution [X][X] [X] ||| Institution , die [X][X] [X] ||| 0.00607219 1 ||| 1-3 ||| 1.37228
+you represent , [X] ||| , die Sie vertreten , [X] ||| 0.0182166 1 ||| ||| 0.2
+[X][X] , [X] ||| , [X][X] , [X] ||| 0.00910828 1 ||| 0-1 ||| 0.4
+[X][X] , [X] ||| , die [X][X] , [X] ||| 0.00910828 1 ||| 0-2 ||| 0.4
+you [X][X] [X] ||| , die Sie [X][X] [X] ||| 0.0182166 1 ||| 1-3 ||| 0.432803
+you represent , to [X] ||| die Sie vertreten , bei [X] ||| 0.0182166 1 ||| ||| 0.125
+[X][X] , to [X] ||| die [X][X] , bei [X] ||| 0.0182166 1 ||| 0-1 ||| 0.125
+[X][X] to [X] ||| die [X][X] bei [X] ||| 0.0182166 1 ||| 0-1 ||| 0.125
+you [X][X] to [X] ||| die Sie [X][X] bei [X] ||| 0.0182166 1 ||| 1-2 ||| 0.125
+you represent [X][X] [X] ||| die Sie vertreten [X][X] [X] ||| 0.0182166 1 ||| 2-3 ||| 0.297537
+you represent , to the [X] ||| Sie vertreten , bei dem [X] ||| 0.0182166 1 ||| ||| 0.0909091
+[X][X] , to the [X] ||| [X][X] , bei dem [X] ||| 0.0182166 1 ||| 0-0 ||| 0.280024
+[X][X] , [X][X] [X] ||| [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.70258
+you [X][X] to the [X] ||| Sie [X][X] bei dem [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+you [X][X] the [X] ||| Sie [X][X] dem [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+you represent [X][X] the [X] ||| Sie vertreten [X][X] dem [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0909091
+you represent , [X][X] [X] ||| Sie vertreten , [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.246911
+represent , to the President [X] ||| vertreten , bei dem Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| ||| 0.0909091
+[X][X] to the President [X] ||| [X][X] bei dem Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 0-0 ||| 0.247765
+[X][X] to [X][X] [X] ||| [X][X] bei [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.674473
+represent [X][X] the President [X] ||| vertreten [X][X] dem Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+represent [X][X] President [X] ||| vertreten [X][X] Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+represent , [X][X] President [X] ||| vertreten , [X][X] Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0909091
+represent , to [X][X] [X] ||| vertreten , bei [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.251917
+, to the President and [X] ||| , bei dem Präsidentschaftskandidaten und [X] ||| 0.0182166 1 ||| ||| 0.0909091
+[X][X] the President and [X] ||| [X][X] dem Präsidentschaftskandidaten und [X] ||| 0.0182166 1 ||| 0-0 ||| 0.235217
+[X][X] the [X][X] [X] ||| [X][X] dem [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.671586
+, [X][X] President and [X] ||| , [X][X] Präsidentschaftskandidaten und [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+, [X][X] and [X] ||| , [X][X] und [X] ||| 0.0182166 1 ||| 1-1 ||| 0.136364
+, to [X][X] and [X] ||| , bei [X][X] und [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0909091
+, to the [X][X] [X] ||| , bei dem [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.244877
+[X][X] the President and to [X] ||| [X][X] dem Präsidentschaftskandidaten und [X] ||| 0.0182166 1 ||| 0-0 ||| 0.161445
+[X][X] the [X][X] to [X] ||| [X][X] dem [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.161445
+[X][X] the President [X][X] [X] ||| [X][X] dem Präsidentschaftskandidaten [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.436369
+, [X][X] President and to [X] ||| , [X][X] Präsidentschaftskandidaten und [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0555556
+, [X][X] President [X][X] [X] ||| , [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.153968
+, [X][X] and to [X] ||| , [X][X] und [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0555556
+, [X][X] to [X] ||| , [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0555556
+, to [X][X] and to [X] ||| , bei [X][X] und [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0555556
+, to [X][X] to [X] ||| , bei [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0555556
+, to the [X][X] to [X] ||| , bei dem [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0555556
+, to the President [X][X] [X] ||| , bei dem Präsidentschaftskandidaten [X][X] [X] ||| 0.0182166 1 ||| 4-4 ||| 0.153968
+[X][X] the [X][X] to the [X] ||| [X][X] dem [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.14479
+[X][X] the [X][X] the [X] ||| [X][X] dem [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.14479
+[X][X] the President [X][X] the [X] ||| [X][X] dem Präsidentschaftskandidaten [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.14479
+, [X][X] President [X][X] the [X] ||| , [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.047619
+, [X][X] and to the [X] ||| , [X][X] und [X] ||| 0.0182166 1 ||| 1-1 ||| 0.047619
+, [X][X] to the [X] ||| , [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.047619
+, [X][X] the [X] ||| , [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.047619
+, to [X][X] to the [X] ||| , bei [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.047619
+, to [X][X] the [X] ||| , bei [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.047619
+, to the [X][X] the [X] ||| , bei dem [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.047619
+[X][X] President [X][X] the Governor [X] ||| [X][X] Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.12973
+[X][X] President [X][X] Governor [X] ||| [X][X] Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.12973
+[X][X] President and to [X][X] [X] ||| [X][X] Präsidentschaftskandidaten und [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-3 ||| 0.198705
+[X][X] President and [X][X] [X] ||| [X][X] Präsidentschaftskandidaten und [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.198705
+to [X][X] and to [X][X] [X] ||| bei [X][X] und [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-3 ||| 0.0685714
+to [X][X] and [X][X] [X] ||| bei [X][X] und [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0685714
+to [X][X] to the Governor [X] ||| bei [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 1-1 ||| 0.04
+to [X][X] to [X][X] [X] ||| bei [X][X] [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.0685714
+to [X][X] the Governor [X] ||| bei [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 1-1 ||| 0.04
+to [X][X] Governor [X] ||| bei [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 1-1 ||| 0.04
+to the [X][X] to [X][X] [X] ||| bei dem [X][X] [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-3 ||| 0.0685714
+to the [X][X] the Governor [X] ||| bei dem [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 2-2 ||| 0.04
+to the [X][X] Governor [X] ||| bei dem [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 2-2 ||| 0.04
+to the President [X][X] Governor [X] ||| bei dem Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 3-3 ||| 0.04
+to the President and [X][X] [X] ||| bei dem Präsidentschaftskandidaten und [X][X] [X] ||| 0.0182166 1 ||| 4-4 ||| 0.0685714
+[X][X] and to [X][X] of [X] ||| [X][X] und [X][X] von [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.108975
+[X][X] and [X][X] of [X] ||| [X][X] und [X][X] von [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.108975
+[X][X] and to the [X][X] [X] ||| [X][X] und [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-2 ||| 0.147437
+the [X][X] to [X][X] of [X] ||| dem [X][X] [X][X] von [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.04
+the [X][X] to the [X][X] [X] ||| dem [X][X] [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-2 ||| 0.0784615
+the [X][X] the Governor of [X] ||| dem [X][X] Gouverneur von [X] ||| 0.0182166 1 ||| 1-1 ||| 0.04
+the [X][X] the [X][X] [X] ||| dem [X][X] [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.0784615
+the [X][X] Governor of [X] ||| dem [X][X] Gouverneur von [X] ||| 0.0182166 1 ||| 1-1 ||| 0.04
+the [X][X] of [X] ||| dem [X][X] von [X] ||| 0.0182166 1 ||| 1-1 ||| 0.04
+the President [X][X] the [X][X] [X] ||| dem Präsidentschaftskandidaten [X][X] [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-3 ||| 0.0784615
+the President [X][X] Governor of [X] ||| dem Präsidentschaftskandidaten [X][X] Gouverneur von [X] ||| 0.0182166 1 ||| 2-2 ||| 0.04
+the President [X][X] of [X] ||| dem Präsidentschaftskandidaten [X][X] von [X] ||| 0.0182166 1 ||| 2-2 ||| 0.04
+the President and [X][X] of [X] ||| dem Präsidentschaftskandidaten und [X][X] von [X] ||| 0.0182166 1 ||| 3-3 ||| 0.04
+of Texas , Mr [X] ||| von Texas , George W. [X] ||| 0.0182166 1 ||| ||| 0.5
+of [X][X] [X] ||| von [X][X] [X] ||| 0.218091 1 ||| 1-1 ||| 1.01667
+Texas , Mr Bush [X] ||| Texas , George W. Bush [X] ||| 0.0182166 1 ||| ||| 0.5
+[X][X] Bush [X] ||| [X][X] Bush [X] ||| 0.218091 1 ||| 0-0 ||| 1.1964
+a stay of execution [X] ||| Aussetzung der Vollstreckung des Todesurteils [X] ||| 0.0182166 1 ||| ||| 1
+[X][X] reprieve the condemned person [X] ||| [X][X] Begnadigung des Verurteilten [X] ||| 0.0182166 1 ||| 0-0 ||| 0.138095
+[X][X] reprieve [X][X] [X] ||| [X][X] Begnadigung [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.138095
+[X][X] reprieve the [X][X] [X] ||| [X][X] Begnadigung des [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.138095
+and [X][X] the condemned person [X] ||| und [X][X] des Verurteilten [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0714286
+and [X][X] the [X][X] [X] ||| und [X][X] des [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0714286
+and [X][X] condemned person [X] ||| und [X][X] Verurteilten [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0714286
+and to [X][X] condemned person [X] ||| und zur [X][X] Verurteilten [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0714286
+and to reprieve [X][X] [X] ||| und zur Begnadigung [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0714286
+and to reprieve the [X][X] [X] ||| und zur Begnadigung des [X][X] [X] ||| 0.0182166 1 ||| 4-4 ||| 0.0714286
+[X][X] European [X][X] by the [X] ||| [X][X] Europäischen [X][X] von der [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.047619
+[X][X] European [X][X] the [X] ||| [X][X] Europäischen [X][X] der [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.047619
+[X][X] European Parliament [X][X] the [X] ||| [X][X] Europäischen Parlament [X][X] der [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.047619
+[X][X] European Parliament and [X][X] [X] ||| [X][X] Europäischen Parlament und [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-4 ||| 0.140523
+[X][X] Parliament and by the [X] ||| [X][X] Parlament und von der [X] ||| 0.0182166 1 ||| 0-0 ||| 0.047619
+[X][X] Parliament [X][X] the [X] ||| [X][X] Parlament [X][X] der [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.047619
+[X][X] Parliament and [X][X] [X] ||| [X][X] Parlament und [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.140523
+by the [X][X] and [X][X] [X] ||| vom [X][X] und [X][X] [X] ||| 0.0182166 1 ||| 2-1 4-3 ||| 0.140523
+by the [X][X] by the [X] ||| vom [X][X] von der [X] ||| 0.0182166 1 ||| 2-1 ||| 0.047619
+by the [X][X] the [X] ||| vom [X][X] der [X] ||| 0.0182166 1 ||| 2-1 ||| 0.047619
+by the European [X][X] the [X] ||| vom Europäischen [X][X] der [X] ||| 0.0182166 1 ||| 3-2 ||| 0.047619
+[X][X] and by the whole [X] ||| [X][X] und von der gesamten [X] ||| 0.0182166 1 ||| 0-0 ||| 0.0883459
+[X][X] and [X][X] whole [X] ||| [X][X] und [X][X] gesamten [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0883459
+[X][X] and by [X][X] [X] ||| [X][X] und von [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.253912
+European [X][X] by the whole [X] ||| Europäischen [X][X] von der gesamten [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+European [X][X] by [X][X] [X] ||| Europäischen [X][X] von [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.161008
+European [X][X] the whole [X] ||| Europäischen [X][X] der gesamten [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+European [X][X] whole [X] ||| Europäischen [X][X] gesamten [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+European Parliament [X][X] the whole [X] ||| Europäischen Parlament [X][X] der gesamten [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0526316
+European Parliament [X][X] whole [X] ||| Europäischen Parlament [X][X] gesamten [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0526316
+European Parliament and [X][X] whole [X] ||| Europäischen Parlament und [X][X] gesamten [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0526316
+European Parliament and by [X][X] [X] ||| Europäischen Parlament und von [X][X] [X] ||| 0.0182166 1 ||| 4-4 ||| 0.161008
+[X][X] and [X][X] whole of [X] ||| [X][X] und [X][X] gesamten [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0651261
+[X][X] and [X][X] of [X] ||| [X][X] und [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0651261
+[X][X] and by [X][X] of [X] ||| [X][X] und von [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0651261
+[X][X] and by the [X][X] [X] ||| [X][X] und von der [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-4 ||| 0.165566
+European [X][X] by [X][X] of [X] ||| Europäischen [X][X] von [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0357143
+European [X][X] by the [X][X] [X] ||| Europäischen [X][X] von der [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-4 ||| 0.108376
+European [X][X] the whole of [X] ||| Europäischen [X][X] der gesamten [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0357143
+European [X][X] the [X][X] [X] ||| Europäischen [X][X] der [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.108376
+European [X][X] whole of [X] ||| Europäischen [X][X] gesamten [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0357143
+European [X][X] of [X] ||| Europäischen [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0357143
+European Parliament [X][X] the [X][X] [X] ||| Europäischen Parlament [X][X] der [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-4 ||| 0.108376
+European Parliament [X][X] whole of [X] ||| Europäischen Parlament [X][X] gesamten [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0357143
+European Parliament [X][X] of [X] ||| Europäischen Parlament [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0357143
+European Parliament and [X][X] of [X] ||| Europäischen Parlament und [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0357143
+[X][X] and [X][X] of the [X] ||| [X][X] und [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0600358
+[X][X] and [X][X] the [X] ||| [X][X] und [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0600358
+[X][X] and by [X][X] the [X] ||| [X][X] und von [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0600358
+European [X][X] by [X][X] the [X] ||| Europäischen [X][X] von [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0322581
+European [X][X] the [X][X] the [X] ||| Europäischen [X][X] der [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0322581
+European [X][X] whole of the [X] ||| Europäischen [X][X] gesamten [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0322581
+European [X][X] of the [X] ||| Europäischen [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0322581
+European [X][X] the [X] ||| Europäischen [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0322581
+European Parliament [X][X] of the [X] ||| Europäischen Parlament [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0322581
+European Parliament [X][X] the [X] ||| Europäischen Parlament [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0322581
+European Parliament and [X][X] the [X] ||| Europäischen Parlament und [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0322581
+[X][X] by [X][X] the European [X] ||| [X][X] von [X][X] Europäischen [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0507937
+[X][X] by [X][X] European [X] ||| [X][X] von [X][X] Europäischen [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0507937
+[X][X] by the [X][X] European [X] ||| [X][X] von der [X][X] Europäischen [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0507937
+[X][X] by the whole [X][X] [X] ||| [X][X] von der gesamten [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-4 ||| 0.0911977
+Parliament [X][X] the [X][X] European [X] ||| Parlament [X][X] der [X][X] Europäischen [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0285714
+Parliament [X][X] the whole [X][X] [X] ||| Parlament [X][X] der gesamten [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-4 ||| 0.0507937
+Parliament [X][X] whole of [X][X] [X] ||| Parlament [X][X] gesamten [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-3 ||| 0.0507937
+Parliament [X][X] whole [X][X] [X] ||| Parlament [X][X] gesamten [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0507937
+Parliament [X][X] of the European [X] ||| Parlament [X][X] Europäischen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0285714
+Parliament [X][X] of [X][X] [X] ||| Parlament [X][X] [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.0507937
+Parliament [X][X] the European [X] ||| Parlament [X][X] Europäischen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0285714
+Parliament [X][X] European [X] ||| Parlament [X][X] Europäischen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0285714
+Parliament and [X][X] whole [X][X] [X] ||| Parlament und [X][X] gesamten [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-4 ||| 0.0507937
+Parliament and [X][X] of [X][X] [X] ||| Parlament und [X][X] [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-3 ||| 0.0507937
+Parliament and [X][X] the European [X] ||| Parlament und [X][X] Europäischen [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0285714
+Parliament and [X][X] European [X] ||| Parlament und [X][X] Europäischen [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0285714
+Parliament and by [X][X] European [X] ||| Parlament und von [X][X] Europäischen [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0285714
+[X][X] the [X][X] European Community [X] ||| [X][X] der [X][X] Europäischen Union [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0689755
+[X][X] the [X][X] Community [X] ||| [X][X] der [X][X] Union [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0689755
+[X][X] the whole [X][X] Community [X] ||| [X][X] der gesamten [X][X] Union [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0689755
+and [X][X] whole [X][X] Community [X] ||| und [X][X] gesamten [X][X] Union [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0285714
+and [X][X] of [X][X] Community [X] ||| und [X][X] [X][X] Union [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.0285714
+and [X][X] of the [X][X] [X] ||| und [X][X] [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-2 ||| 0.0285714
+and [X][X] the European Community [X] ||| und [X][X] Europäischen Union [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0285714
+and [X][X] the [X][X] [X] ||| und [X][X] [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.0285714
+and [X][X] European Community [X] ||| und [X][X] Europäischen Union [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0285714
+and [X][X] Community [X] ||| und [X][X] Union [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0285714
+and by [X][X] the [X][X] [X] ||| und von [X][X] [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-3 ||| 0.0285714
+and by [X][X] European Community [X] ||| und von [X][X] Europäischen Union [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0285714
+and by [X][X] Community [X] ||| und von [X][X] Union [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0285714
+and by the [X][X] Community [X] ||| und von der [X][X] Union [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0285714
+[X][X] the [X][X] prestigious office [X] ||| [X][X] den [X][X] Amtes [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.104278
+, [X][X] of your [X][X] [X] ||| , [X][X] Ihres [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-3 ||| 0.139992
+, using [X][X] prestigious office [X] ||| , [X][X] Amtes [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0588235
+, [X][X] prestigious office [X] ||| , [X][X] Amtes [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0588235
+[X][X] using [X][X] prestigious office [X] ||| [X][X] [X][X] Amtes [X] ||| 0.0182166 1 ||| 0-0 2-1 ||| 0.0454545
+representations [X][X] of your [X][X] [X] ||| [X][X] Ihres [X][X] [X] ||| 0.0182166 1 ||| 1-0 4-2 ||| 0.0799373
+representations [X][X] prestigious office [X] ||| [X][X] Amtes [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0454545
+representations , [X][X] prestigious office [X] ||| , [X][X] Amtes [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0454545
+[X][X] of your [X][X] and [X] ||| [X][X] Ihres [X][X] und [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.251366
+the [X][X] prestigious office and [X] ||| den [X][X] Amtes und [X] ||| 0.0182166 1 ||| 1-1 ||| 0.1
+the [X][X] and [X] ||| den [X][X] und [X] ||| 0.0182166 1 ||| 1-1 ||| 0.1
+the weight [X][X] and [X] ||| den ganzen Einfluß [X][X] und [X] ||| 0.0182166 1 ||| 2-3 ||| 0.1
+[X][X] weight [X][X] and [X] ||| [X][X] ganzen Einfluß [X][X] und [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.151366
+using [X][X] prestigious office and [X] ||| [X][X] Amtes und [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0714286
+using [X][X] and [X] ||| [X][X] und [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0714286
+using the [X][X] and [X] ||| den [X][X] und [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0714286
+using the weight [X][X] and [X] ||| den ganzen Einfluß [X][X] und [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0714286
+weight [X][X] prestigious office [X][X] [X] ||| ganzen Einfluß [X][X] Amtes [X][X] [X] ||| 0.0182166 1 ||| 1-2 4-4 ||| 0.276016
+weight [X][X] and the [X] ||| ganzen Einfluß [X][X] und der [X] ||| 0.0182166 1 ||| 1-2 ||| 0.1
+weight [X][X] the [X] ||| ganzen Einfluß [X][X] der [X] ||| 0.0182166 1 ||| 1-2 ||| 0.1
+weight of your [X][X] the [X] ||| ganzen Einfluß Ihres [X][X] der [X] ||| 0.0182166 1 ||| 3-3 ||| 0.1
+[X][X] prestigious office [X][X] institution [X] ||| [X][X] Amtes [X][X] Institution , [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.16137
+[X][X] prestigious office [X][X] [X] ||| [X][X] Amtes [X][X] , [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.16137
+[X][X] prestigious office and [X][X] [X] ||| [X][X] Amtes und [X][X] , [X] ||| 0.0182166 1 ||| 0-0 4-3 ||| 0.16137
+of your [X][X] and [X][X] [X] ||| Ihres [X][X] und [X][X] , [X] ||| 0.0182166 1 ||| 2-1 4-3 ||| 0.0555556
+of your [X][X] the institution [X] ||| Ihres [X][X] der Institution , [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0555556
+of your [X][X] institution [X] ||| Ihres [X][X] Institution , [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0555556
+of your [X][X] [X] ||| Ihres [X][X] , [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0555556
+of your prestigious office [X][X] [X] ||| Ihres Amtes [X][X] , [X] ||| 0.0182166 1 ||| 4-2 ||| 0.0555556
+prestigious office and the institution [X] ||| Amtes und der Institution , die [X] ||| 0.0182166 1 ||| ||| 0.0714286
+[X][X] and the institution [X] ||| [X][X] und der Institution , die [X] ||| 0.0182166 1 ||| 0-0 ||| 0.192986
+[X][X] and [X][X] [X] ||| [X][X] und [X][X] , die [X] ||| 0.00910828 1 ||| 0-0 2-2 ||| 0.385972
+[X][X] and [X][X] [X] ||| [X][X] und [X][X] die [X] ||| 0.00910828 1 ||| 0-0 2-2 ||| 0.385972
+[X][X] the institution [X] ||| [X][X] der Institution , die [X] ||| 0.0182166 1 ||| 0-0 ||| 0.192986
+prestigious office [X][X] institution [X] ||| Amtes [X][X] Institution , die [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0714286
+prestigious office [X][X] [X] ||| Amtes [X][X] , die [X] ||| 0.00910828 1 ||| 2-1 ||| 0.142857
+prestigious office [X][X] [X] ||| Amtes [X][X] die [X] ||| 0.00910828 1 ||| 2-1 ||| 0.142857
+prestigious office and [X][X] [X] ||| Amtes und [X][X] , die [X] ||| 0.00910828 1 ||| 3-2 ||| 0.142857
+prestigious office and [X][X] [X] ||| Amtes und [X][X] die [X] ||| 0.00910828 1 ||| 3-2 ||| 0.142857
+and the institution you [X] ||| und der Institution , die Sie [X] ||| 0.0182166 1 ||| ||| 0.1
+[X][X] institution you [X] ||| [X][X] Institution , die Sie [X] ||| 0.0182166 1 ||| 0-0 ||| 0.214866
+and [X][X] you [X] ||| und [X][X] , die Sie [X] ||| 0.00607219 1 ||| 1-1 ||| 0.3
+and [X][X] you [X] ||| und [X][X] die Sie [X] ||| 0.00607219 1 ||| 1-1 ||| 0.3
+and [X][X] you [X] ||| und [X][X] Sie [X] ||| 0.00607219 1 ||| 1-1 ||| 0.3
+and the [X][X] [X] ||| und der [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.214996
+the institution you represent [X] ||| der Institution , die Sie vertreten [X] ||| 0.0182166 1 ||| ||| 0.1
+[X][X] you represent [X] ||| [X][X] , die Sie vertreten [X] ||| 0.00607219 1 ||| 0-0 ||| 0.622557
+[X][X] you represent [X] ||| [X][X] die Sie vertreten [X] ||| 0.00607219 1 ||| 0-0 ||| 0.622557
+[X][X] you represent [X] ||| [X][X] Sie vertreten [X] ||| 0.00607219 1 ||| 0-0 ||| 0.622557
+the [X][X] represent [X] ||| der [X][X] vertreten [X] ||| 0.0182166 1 ||| 1-1 ||| 0.1
+the institution [X][X] [X] ||| der Institution [X][X] [X] ||| 0.00607219 1 ||| 2-2 ||| 0.659208
+the institution [X][X] [X] ||| der Institution , [X][X] [X] ||| 0.00607219 1 ||| 2-3 ||| 0.659208
+the institution [X][X] [X] ||| der Institution , die [X][X] [X] ||| 0.00607219 1 ||| 2-4 ||| 0.659208
+institution you represent , [X] ||| Institution , die Sie vertreten , [X] ||| 0.0182166 1 ||| ||| 0.1
+[X][X] represent , [X] ||| [X][X] vertreten , [X] ||| 0.0182166 1 ||| 0-0 ||| 0.22335
+institution [X][X] , [X] ||| Institution [X][X] , [X] ||| 0.00607219 1 ||| 1-1 ||| 0.3
+institution [X][X] , [X] ||| Institution , [X][X] , [X] ||| 0.00607219 1 ||| 1-2 ||| 0.3
+institution [X][X] , [X] ||| Institution , die [X][X] , [X] ||| 0.00607219 1 ||| 1-3 ||| 0.3
+institution you [X][X] [X] ||| Institution , die Sie [X][X] [X] ||| 0.0182166 1 ||| 2-4 ||| 0.257426
+you represent , to [X] ||| , die Sie vertreten , bei [X] ||| 0.0182166 1 ||| ||| 0.1
+[X][X] , to [X] ||| , [X][X] , bei [X] ||| 0.0182166 1 ||| 0-1 ||| 0.1
+[X][X] to [X] ||| , [X][X] bei [X] ||| 0.0182166 1 ||| 0-1 ||| 0.1
+[X][X] , to [X] ||| , die [X][X] , bei [X] ||| 0.0182166 1 ||| 0-2 ||| 0.1
+[X][X] to [X] ||| , die [X][X] bei [X] ||| 0.0182166 1 ||| 0-2 ||| 0.1
+you [X][X] to [X] ||| , die Sie [X][X] bei [X] ||| 0.0182166 1 ||| 1-3 ||| 0.1
+you represent [X][X] [X] ||| , die Sie vertreten [X][X] [X] ||| 0.0182166 1 ||| 2-4 ||| 0.232803
+you represent , to the [X] ||| die Sie vertreten , bei dem [X] ||| 0.0182166 1 ||| ||| 0.0666667
+[X][X] , to the [X] ||| die [X][X] , bei dem [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0666667
+[X][X] , [X][X] [X] ||| die [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.172537
+[X][X] to the [X] ||| die [X][X] bei dem [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0666667
+[X][X] the [X] ||| die [X][X] dem [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0666667
+you [X][X] to the [X] ||| die Sie [X][X] bei dem [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0666667
+you [X][X] the [X] ||| die Sie [X][X] dem [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0666667
+you represent [X][X] the [X] ||| die Sie vertreten [X][X] dem [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0666667
+you represent , [X][X] [X] ||| die Sie vertreten , [X][X] [X] ||| 0.0182166 1 ||| 3-4 ||| 0.172537
+[X][X] , to the President [X] ||| [X][X] , bei dem Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 0-0 ||| 0.156856
+[X][X] , [X][X] President [X] ||| [X][X] , [X][X] Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.156856
+[X][X] , to [X][X] [X] ||| [X][X] , bei [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.422556
+you [X][X] to the President [X] ||| Sie [X][X] bei dem Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+you [X][X] to [X][X] [X] ||| Sie [X][X] bei [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.156002
+you [X][X] the President [X] ||| Sie [X][X] dem Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+you [X][X] President [X] ||| Sie [X][X] Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+you represent [X][X] the President [X] ||| Sie vertreten [X][X] dem Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0526316
+you represent [X][X] President [X] ||| Sie vertreten [X][X] Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0526316
+you represent , [X][X] President [X] ||| Sie vertreten , [X][X] Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0526316
+you represent , to [X][X] [X] ||| Sie vertreten , bei [X][X] [X] ||| 0.0182166 1 ||| 4-4 ||| 0.156002
+[X][X] to the President and [X] ||| [X][X] bei dem Präsidentschaftskandidaten und [X] ||| 0.0182166 1 ||| 0-0 ||| 0.144307
+[X][X] to [X][X] and [X] ||| [X][X] bei [X][X] und [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.144307
+[X][X] to the [X][X] [X] ||| [X][X] bei dem [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.426709
+represent [X][X] the President and [X] ||| vertreten [X][X] dem Präsidentschaftskandidaten und [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+represent [X][X] the [X][X] [X] ||| vertreten [X][X] dem [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.161008
+represent [X][X] President and [X] ||| vertreten [X][X] Präsidentschaftskandidaten und [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+represent [X][X] and [X] ||| vertreten [X][X] und [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+represent , [X][X] President and [X] ||| vertreten , [X][X] Präsidentschaftskandidaten und [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0526316
+represent , [X][X] and [X] ||| vertreten , [X][X] und [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0526316
+represent , to [X][X] and [X] ||| vertreten , bei [X][X] und [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0526316
+represent , to the [X][X] [X] ||| vertreten , bei dem [X][X] [X] ||| 0.0182166 1 ||| 4-4 ||| 0.161008
+[X][X] to [X][X] and to [X] ||| [X][X] bei [X][X] und [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.10589
+[X][X] to [X][X] to [X] ||| [X][X] bei [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.10589
+[X][X] to the [X][X] to [X] ||| [X][X] bei dem [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.10589
+[X][X] to the President [X][X] [X] ||| [X][X] bei dem Präsidentschaftskandidaten [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-4 ||| 0.282401
+represent [X][X] the [X][X] to [X] ||| vertreten [X][X] dem [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0357143
+represent [X][X] the President [X][X] [X] ||| vertreten [X][X] dem Präsidentschaftskandidaten [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-4 ||| 0.108376
+represent [X][X] President and to [X] ||| vertreten [X][X] Präsidentschaftskandidaten und [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0357143
+represent [X][X] President [X][X] [X] ||| vertreten [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.108376
+represent [X][X] and to [X] ||| vertreten [X][X] und [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0357143
+represent [X][X] to [X] ||| vertreten [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0357143
+represent , [X][X] President [X][X] [X] ||| vertreten , [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-4 ||| 0.108376
+represent , [X][X] and to [X] ||| vertreten , [X][X] und [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0357143
+represent , [X][X] to [X] ||| vertreten , [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0357143
+represent , to [X][X] to [X] ||| vertreten , bei [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0357143
+[X][X] to [X][X] to the [X] ||| [X][X] bei [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0971712
+[X][X] to [X][X] the [X] ||| [X][X] bei [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0971712
+[X][X] to the [X][X] the [X] ||| [X][X] bei dem [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0971712
+represent [X][X] the [X][X] the [X] ||| vertreten [X][X] dem [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0322581
+represent [X][X] President [X][X] the [X] ||| vertreten [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0322581
+represent [X][X] and to the [X] ||| vertreten [X][X] und [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0322581
+represent [X][X] to the [X] ||| vertreten [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0322581
+represent [X][X] the [X] ||| vertreten [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0322581
+represent , [X][X] to the [X] ||| vertreten , [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0322581
+represent , [X][X] the [X] ||| vertreten , [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0322581
+represent , to [X][X] the [X] ||| vertreten , bei [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0322581
+[X][X] the [X][X] the Governor [X] ||| [X][X] dem [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0897298
+[X][X] the [X][X] Governor [X] ||| [X][X] dem [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0897298
+[X][X] the President [X][X] Governor [X] ||| [X][X] dem Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0897298
+[X][X] the President and [X][X] [X] ||| [X][X] dem Präsidentschaftskandidaten und [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-4 ||| 0.130134
+, [X][X] President [X][X] Governor [X] ||| , [X][X] Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0285714
+, [X][X] President and [X][X] [X] ||| , [X][X] Präsidentschaftskandidaten und [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-4 ||| 0.0507937
+, [X][X] and to [X][X] [X] ||| , [X][X] und [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-3 ||| 0.0507937
+, [X][X] and [X][X] [X] ||| , [X][X] und [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0507937
+, [X][X] to the Governor [X] ||| , [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0285714
+, [X][X] to [X][X] [X] ||| , [X][X] [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.0507937
+, [X][X] the Governor [X] ||| , [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0285714
+, [X][X] Governor [X] ||| , [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0285714
+, to [X][X] and [X][X] [X] ||| , bei [X][X] und [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-4 ||| 0.0507937
+, to [X][X] to [X][X] [X] ||| , bei [X][X] [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-3 ||| 0.0507937
+, to [X][X] the Governor [X] ||| , bei [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0285714
+, to [X][X] Governor [X] ||| , bei [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0285714
+, to the [X][X] Governor [X] ||| , bei dem [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0285714
+[X][X] President [X][X] Governor of [X] ||| [X][X] Präsidentschaftskandidaten [X][X] Gouverneur von [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0689755
+[X][X] President [X][X] of [X] ||| [X][X] Präsidentschaftskandidaten [X][X] von [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0689755
+[X][X] President and [X][X] of [X] ||| [X][X] Präsidentschaftskandidaten und [X][X] von [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0689755
+to [X][X] and [X][X] of [X] ||| bei [X][X] und [X][X] von [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0285714
+to [X][X] to [X][X] of [X] ||| bei [X][X] [X][X] von [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.0285714
+to [X][X] to the [X][X] [X] ||| bei [X][X] [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-2 ||| 0.0285714
+to [X][X] the Governor of [X] ||| bei [X][X] Gouverneur von [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0285714
+to [X][X] the [X][X] [X] ||| bei [X][X] [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.0285714
+to [X][X] Governor of [X] ||| bei [X][X] Gouverneur von [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0285714
+to [X][X] of [X] ||| bei [X][X] von [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0285714
+to the [X][X] the [X][X] [X] ||| bei dem [X][X] [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-3 ||| 0.0285714
+to the [X][X] Governor of [X] ||| bei dem [X][X] Gouverneur von [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0285714
+to the [X][X] of [X] ||| bei dem [X][X] von [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0285714
+to the President [X][X] of [X] ||| bei dem Präsidentschaftskandidaten [X][X] von [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0285714
+Governor of Texas , Mr [X] ||| Gouverneur von Texas , George W. [X] ||| 0.0182166 1 ||| ||| 0.25
+[X][X] Texas , Mr [X] ||| [X][X] Texas , George W. [X] ||| 0.0182166 1 ||| 0-0 ||| 0.722046
+Governor [X][X] [X] ||| Gouverneur [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.599206
+Governor of [X][X] [X] ||| Gouverneur von [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.599206
+[X][X] of Texas , Mr [X] ||| [X][X] von Texas , George W. [X] ||| 0.0182166 1 ||| 0-0 ||| 0.472046
+[X][X] of [X][X] [X] ||| [X][X] von [X][X] [X] ||| 0.218091 1 ||| 0-0 2-2 ||| 1.03664
+the [X][X] Texas , Mr [X] ||| [X][X] Texas , George W. [X] ||| 0.0182166 1 ||| 1-0 ||| 0.166667
+the Governor [X][X] [X] ||| Gouverneur [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.410256
+the Governor of [X][X] [X] ||| Gouverneur von [X][X] [X] ||| 0.0182166 1 ||| 3-2 ||| 0.410256
+to [X][X] of [X][X] [X] ||| [X][X] von [X][X] [X] ||| 0.0182166 1 ||| 1-0 3-2 ||| 0.350433
+to [X][X] Texas , Mr [X] ||| [X][X] Texas , George W. [X] ||| 0.0182166 1 ||| 1-0 ||| 0.142857
+to the Governor [X][X] [X] ||| Gouverneur [X][X] [X] ||| 0.0182166 1 ||| 3-1 ||| 0.350433
+to the Governor of [X][X] [X] ||| Gouverneur von [X][X] [X] ||| 0.0182166 1 ||| 4-2 ||| 0.350433
+of Texas , Mr Bush [X] ||| von Texas , George W. Bush [X] ||| 0.0182166 1 ||| ||| 0.25
+of [X][X] Bush [X] ||| von [X][X] Bush [X] ||| 0.0182166 1 ||| 1-1 ||| 0.25
+Texas , Mr Bush , [X] ||| Texas , George W. Bush , [X] ||| 0.0182166 1 ||| ||| 0.25
+[X][X] Bush , [X] ||| [X][X] Bush , [X] ||| 0.0182166 1 ||| 0-0 ||| 0.707082
+Texas , Mr [X][X] [X] ||| Texas , George W. [X][X] [X] ||| 0.0182166 1 ||| 3-4 ||| 0.392857
+[X][X] a stay of execution [X] ||| [X][X] Aussetzung der Vollstreckung des Todesurteils [X] ||| 0.218091 1 ||| 0-0 ||| 1.5
+to order [X][X] [X] ||| zur [X][X] [X] ||| 0.218091 1 ||| 2-1 ||| 1.23526
+power to order [X][X] [X] ||| zur [X][X] [X] ||| 0.218091 1 ||| 3-1 ||| 1.01667
+the power to order [X][X] [X] ||| zur [X][X] [X] ||| 0.0182166 1 ||| 4-1 ||| 0.892857
+a stay of execution and [X] ||| Aussetzung der Vollstreckung des Todesurteils und [X] ||| 0.0182166 1 ||| ||| 0.5
+[X][X] European [X][X] the whole [X] ||| [X][X] Europäischen [X][X] der gesamten [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0357143
+[X][X] European [X][X] whole [X] ||| [X][X] Europäischen [X][X] gesamten [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0357143
+[X][X] European Parliament [X][X] whole [X] ||| [X][X] Europäischen Parlament [X][X] gesamten [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0357143
+[X][X] Parliament [X][X] the whole [X] ||| [X][X] Parlament [X][X] der gesamten [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0357143
+[X][X] Parliament [X][X] whole [X] ||| [X][X] Parlament [X][X] gesamten [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0357143
+[X][X] Parliament and [X][X] whole [X] ||| [X][X] Parlament und [X][X] gesamten [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0357143
+[X][X] Parliament and by [X][X] [X] ||| [X][X] Parlament und von [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-4 ||| 0.0929038
+by the [X][X] by [X][X] [X] ||| vom [X][X] von [X][X] [X] ||| 0.0182166 1 ||| 2-1 4-3 ||| 0.0929038
+by the [X][X] the whole [X] ||| vom [X][X] der gesamten [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0357143
+by the [X][X] whole [X] ||| vom [X][X] gesamten [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0357143
+by the European [X][X] whole [X] ||| vom Europäischen [X][X] gesamten [X] ||| 0.0182166 1 ||| 3-2 ||| 0.0357143
+[X][X] European [X][X] whole of [X] ||| [X][X] Europäischen [X][X] gesamten [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0294118
+[X][X] European [X][X] of [X] ||| [X][X] Europäischen [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0294118
+[X][X] European Parliament [X][X] of [X] ||| [X][X] Europäischen Parlament [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0294118
+[X][X] Parliament [X][X] whole of [X] ||| [X][X] Parlament [X][X] gesamten [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0294118
+[X][X] Parliament [X][X] of [X] ||| [X][X] Parlament [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0294118
+[X][X] Parliament and [X][X] of [X] ||| [X][X] Parlament und [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0294118
+by the [X][X] the [X][X] [X] ||| vom [X][X] der [X][X] [X] ||| 0.0182166 1 ||| 2-1 4-3 ||| 0.0571895
+by the [X][X] whole of [X] ||| vom [X][X] gesamten [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0294118
+by the [X][X] of [X] ||| vom [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0294118
+by the European [X][X] of [X] ||| vom Europäischen [X][X] [X] ||| 0.0182166 1 ||| 3-2 ||| 0.0294118
+[X][X] European [X][X] of the [X] ||| [X][X] Europäischen [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0277778
+[X][X] European [X][X] the [X] ||| [X][X] Europäischen [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0277778
+[X][X] European Parliament [X][X] the [X] ||| [X][X] Europäischen Parlament [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0277778
+[X][X] Parliament [X][X] of the [X] ||| [X][X] Parlament [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0277778
+[X][X] Parliament [X][X] the [X] ||| [X][X] Parlament [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0277778
+[X][X] Parliament and [X][X] the [X] ||| [X][X] Parlament und [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0277778
+by the [X][X] of the [X] ||| vom [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0277778
+by the [X][X] the [X] ||| vom [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0277778
+by the European [X][X] the [X] ||| vom Europäischen [X][X] [X] ||| 0.0182166 1 ||| 3-2 ||| 0.0277778
+[X][X] and [X][X] the European [X] ||| [X][X] und [X][X] Europäischen [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0222222
+[X][X] and [X][X] European [X] ||| [X][X] und [X][X] Europäischen [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0222222
+[X][X] and by [X][X] European [X] ||| [X][X] und von [X][X] Europäischen [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0222222
+European [X][X] by [X][X] European [X] ||| Europäischen [X][X] von [X][X] Europäischen [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0222222
+European [X][X] the [X][X] European [X] ||| Europäischen [X][X] der [X][X] Europäischen [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0222222
+European [X][X] the whole [X][X] [X] ||| Europäischen [X][X] der gesamten [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-4 ||| 0.040404
+European [X][X] whole of [X][X] [X] ||| Europäischen [X][X] gesamten [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-3 ||| 0.040404
+European [X][X] whole [X][X] [X] ||| Europäischen [X][X] gesamten [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.040404
+European [X][X] of the European [X] ||| Europäischen [X][X] Europäischen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0222222
+European [X][X] of [X][X] [X] ||| Europäischen [X][X] [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.040404
+European [X][X] the European [X] ||| Europäischen [X][X] Europäischen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0222222
+European [X][X] European [X] ||| Europäischen [X][X] Europäischen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0222222
+European Parliament [X][X] whole [X][X] [X] ||| Europäischen Parlament [X][X] gesamten [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-4 ||| 0.040404
+European Parliament [X][X] of [X][X] [X] ||| Europäischen Parlament [X][X] [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-3 ||| 0.040404
+European Parliament [X][X] the European [X] ||| Europäischen Parlament [X][X] Europäischen [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0222222
+European Parliament [X][X] European [X] ||| Europäischen Parlament [X][X] Europäischen [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0222222
+European Parliament and [X][X] European [X] ||| Europäischen Parlament und [X][X] Europäischen [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0222222
+[X][X] by [X][X] European Community [X] ||| [X][X] von [X][X] Europäischen Union [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.040404
+[X][X] by [X][X] Community [X] ||| [X][X] von [X][X] Union [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.040404
+[X][X] by the [X][X] Community [X] ||| [X][X] von der [X][X] Union [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.040404
+Parliament [X][X] the [X][X] Community [X] ||| Parlament [X][X] der [X][X] Union [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0222222
+Parliament [X][X] whole [X][X] Community [X] ||| Parlament [X][X] gesamten [X][X] Union [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0222222
+Parliament [X][X] of [X][X] Community [X] ||| Parlament [X][X] [X][X] Union [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.0222222
+Parliament [X][X] of the [X][X] [X] ||| Parlament [X][X] [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-2 ||| 0.0222222
+Parliament [X][X] the European Community [X] ||| Parlament [X][X] Europäischen Union [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0222222
+Parliament [X][X] the [X][X] [X] ||| Parlament [X][X] [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.0222222
+Parliament [X][X] European Community [X] ||| Parlament [X][X] Europäischen Union [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0222222
+Parliament [X][X] Community [X] ||| Parlament [X][X] Union [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0222222
+Parliament and [X][X] the [X][X] [X] ||| Parlament und [X][X] [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-3 ||| 0.0222222
+Parliament and [X][X] European Community [X] ||| Parlament und [X][X] Europäischen Union [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0222222
+Parliament and [X][X] Community [X] ||| Parlament und [X][X] Union [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0222222
+Parliament and by [X][X] Community [X] ||| Parlament und von [X][X] Union [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0222222
+[X][X] the [X][X] and [X] ||| [X][X] den [X][X] und [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0799373
+[X][X] the weight [X][X] and [X] ||| [X][X] den ganzen Einfluß [X][X] und [X] ||| 0.0182166 1 ||| 0-0 3-4 ||| 0.0799373
+, [X][X] weight [X][X] and [X] ||| , [X][X] ganzen Einfluß [X][X] und [X] ||| 0.0182166 1 ||| 1-1 3-4 ||| 0.0454545
+, [X][X] prestigious office and [X] ||| , [X][X] Amtes und [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0454545
+, using [X][X] and [X] ||| , [X][X] und [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0454545
+, using the [X][X] and [X] ||| , den [X][X] und [X] ||| 0.0182166 1 ||| 3-2 ||| 0.0454545
+representations [X][X] the [X][X] and [X] ||| [X][X] den [X][X] und [X] ||| 0.0182166 1 ||| 1-0 3-2 ||| 0.0344828
+[X][X] using [X][X] and [X] ||| [X][X] [X][X] und [X] ||| 0.0182166 1 ||| 0-0 2-1 ||| 0.0344828
+[X][X] using the [X][X] and [X] ||| [X][X] den [X][X] und [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.0344828
+representations [X][X] weight [X][X] and [X] ||| [X][X] ganzen Einfluß [X][X] und [X] ||| 0.0182166 1 ||| 1-0 3-3 ||| 0.0344828
+representations [X][X] prestigious office and [X] ||| [X][X] Amtes und [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0344828
+representations [X][X] and [X] ||| [X][X] und [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0344828
+representations , using [X][X] and [X] ||| , [X][X] und [X] ||| 0.0182166 1 ||| 3-1 ||| 0.0344828
+representations , [X][X] and [X] ||| , [X][X] und [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0344828
+[X][X] of your [X][X] the [X] ||| [X][X] Ihres [X][X] der [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.159774
+the [X][X] prestigious office [X][X] [X] ||| den [X][X] Amtes [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-3 ||| 0.179762
+the [X][X] and the [X] ||| den [X][X] und der [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0714286
+the [X][X] the [X] ||| den [X][X] der [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0714286
+the weight [X][X] and the [X] ||| den ganzen Einfluß [X][X] und der [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0714286
+the weight [X][X] the [X] ||| den ganzen Einfluß [X][X] der [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0714286
+[X][X] weight [X][X] and the [X] ||| [X][X] ganzen Einfluß [X][X] und der [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.0883459
+[X][X] weight [X][X] the [X] ||| [X][X] ganzen Einfluß [X][X] der [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.0883459
+using [X][X] prestigious office [X][X] [X] ||| [X][X] Amtes [X][X] [X] ||| 0.0182166 1 ||| 1-0 4-2 ||| 0.140067
+using [X][X] and the [X] ||| [X][X] und der [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0526316
+using [X][X] the [X] ||| [X][X] der [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0526316
+using the [X][X] and the [X] ||| den [X][X] und der [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0526316
+using the [X][X] the [X] ||| den [X][X] der [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0526316
+using the weight [X][X] the [X] ||| den ganzen Einfluß [X][X] der [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0526316
+weight [X][X] and the institution [X] ||| ganzen Einfluß [X][X] und der Institution [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0666667
+weight [X][X] and [X][X] [X] ||| ganzen Einfluß [X][X] und [X][X] [X] ||| 0.0182166 1 ||| 1-2 3-4 ||| 0.176016
+weight [X][X] the institution [X] ||| ganzen Einfluß [X][X] der Institution [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0666667
+weight [X][X] institution [X] ||| ganzen Einfluß [X][X] Institution [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0666667
+weight of your [X][X] institution [X] ||| ganzen Einfluß Ihres [X][X] Institution [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0666667
+[X][X] prestigious office [X][X] institution [X] ||| [X][X] Amtes [X][X] Institution , die [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.121558
+[X][X] prestigious office [X][X] [X] ||| [X][X] Amtes [X][X] , die [X] ||| 0.00910828 1 ||| 0-0 3-2 ||| 0.243116
+[X][X] prestigious office [X][X] [X] ||| [X][X] Amtes [X][X] die [X] ||| 0.00910828 1 ||| 0-0 3-2 ||| 0.243116
+[X][X] prestigious office and [X][X] [X] ||| [X][X] Amtes und [X][X] , die [X] ||| 0.00910828 1 ||| 0-0 4-3 ||| 0.243116
+[X][X] prestigious office and [X][X] [X] ||| [X][X] Amtes und [X][X] die [X] ||| 0.00910828 1 ||| 0-0 4-3 ||| 0.243116
+of your [X][X] and [X][X] [X] ||| Ihres [X][X] und [X][X] , die [X] ||| 0.00910828 1 ||| 2-1 4-3 ||| 0.0833334
+of your [X][X] and [X][X] [X] ||| Ihres [X][X] und [X][X] die [X] ||| 0.00910828 1 ||| 2-1 4-3 ||| 0.0833334
+of your [X][X] the institution [X] ||| Ihres [X][X] der Institution , die [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0416667
+of your [X][X] institution [X] ||| Ihres [X][X] Institution , die [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0416667
+of your [X][X] [X] ||| Ihres [X][X] , die [X] ||| 0.00910828 1 ||| 2-1 ||| 0.0833334
+of your [X][X] [X] ||| Ihres [X][X] die [X] ||| 0.00910828 1 ||| 2-1 ||| 0.0833334
+of your prestigious office [X][X] [X] ||| Ihres Amtes [X][X] , die [X] ||| 0.00910828 1 ||| 4-2 ||| 0.0833334
+of your prestigious office [X][X] [X] ||| Ihres Amtes [X][X] die [X] ||| 0.00910828 1 ||| 4-2 ||| 0.0833334
+[X][X] and the institution you [X] ||| [X][X] und der Institution , die Sie [X] ||| 0.0182166 1 ||| 0-0 ||| 0.114866
+[X][X] and [X][X] you [X] ||| [X][X] und [X][X] , die Sie [X] ||| 0.00607219 1 ||| 0-0 2-2 ||| 0.344598
+[X][X] and [X][X] you [X] ||| [X][X] und [X][X] die Sie [X] ||| 0.00607219 1 ||| 0-0 2-2 ||| 0.344598
+[X][X] and [X][X] you [X] ||| [X][X] und [X][X] Sie [X] ||| 0.00607219 1 ||| 0-0 2-2 ||| 0.344598
+[X][X] and the [X][X] [X] ||| [X][X] und der [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.22885
+[X][X] the institution you [X] ||| [X][X] der Institution , die Sie [X] ||| 0.0182166 1 ||| 0-0 ||| 0.114866
+prestigious office [X][X] institution you [X] ||| Amtes [X][X] Institution , die Sie [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0454545
+prestigious office [X][X] you [X] ||| Amtes [X][X] , die Sie [X] ||| 0.00607219 1 ||| 2-1 ||| 0.136363
+prestigious office [X][X] you [X] ||| Amtes [X][X] die Sie [X] ||| 0.00607219 1 ||| 2-1 ||| 0.136363
+prestigious office [X][X] you [X] ||| Amtes [X][X] Sie [X] ||| 0.00607219 1 ||| 2-1 ||| 0.136363
+prestigious office and [X][X] you [X] ||| Amtes und [X][X] , die Sie [X] ||| 0.00607219 1 ||| 3-2 ||| 0.136363
+prestigious office and [X][X] you [X] ||| Amtes und [X][X] die Sie [X] ||| 0.00607219 1 ||| 3-2 ||| 0.136363
+prestigious office and [X][X] you [X] ||| Amtes und [X][X] Sie [X] ||| 0.00607219 1 ||| 3-2 ||| 0.136363
+prestigious office and the [X][X] [X] ||| Amtes und der [X][X] [X] ||| 0.0182166 1 ||| 4-3 ||| 0.112714
+and the institution you represent [X] ||| und der Institution , die Sie vertreten [X] ||| 0.0182166 1 ||| ||| 0.0526316
+[X][X] institution you represent [X] ||| [X][X] Institution , die Sie vertreten [X] ||| 0.0182166 1 ||| 0-0 ||| 0.107519
+[X][X] institution [X][X] [X] ||| [X][X] Institution [X][X] [X] ||| 0.00607219 1 ||| 0-0 2-2 ||| 0.68694
+[X][X] institution [X][X] [X] ||| [X][X] Institution , [X][X] [X] ||| 0.00607219 1 ||| 0-0 2-3 ||| 0.68694
+[X][X] institution [X][X] [X] ||| [X][X] Institution , die [X][X] [X] ||| 0.00607219 1 ||| 0-0 2-4 ||| 0.68694
+and [X][X] you represent [X] ||| und [X][X] , die Sie vertreten [X] ||| 0.00607219 1 ||| 1-1 ||| 0.157895
+and [X][X] you represent [X] ||| und [X][X] die Sie vertreten [X] ||| 0.00607219 1 ||| 1-1 ||| 0.157895
+and [X][X] you represent [X] ||| und [X][X] Sie vertreten [X] ||| 0.00607219 1 ||| 1-1 ||| 0.157895
+and [X][X] represent [X] ||| und [X][X] vertreten [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+and the [X][X] represent [X] ||| und der [X][X] vertreten [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0526316
+and the institution [X][X] [X] ||| und der Institution [X][X] [X] ||| 0.00607219 1 ||| 3-3 ||| 0.344988
+and the institution [X][X] [X] ||| und der Institution , [X][X] [X] ||| 0.00607219 1 ||| 3-4 ||| 0.344988
+and the institution [X][X] [X] ||| und der Institution , die [X][X] [X] ||| 0.00607219 1 ||| 3-5 ||| 0.344988
+the institution you represent , [X] ||| der Institution , die Sie vertreten , [X] ||| 0.0182166 1 ||| ||| 0.0526316
+[X][X] you represent , [X] ||| [X][X] , die Sie vertreten , [X] ||| 0.0182166 1 ||| 0-0 ||| 0.12335
+[X][X] you [X][X] [X] ||| [X][X] , die Sie [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-4 ||| 0.241197
+[X][X] you represent , [X] ||| [X][X] die Sie vertreten , [X] ||| 0.0182166 1 ||| 0-0 ||| 0.12335
+[X][X] you [X][X] [X] ||| [X][X] die Sie [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.241197
+[X][X] you represent , [X] ||| [X][X] Sie vertreten , [X] ||| 0.0182166 1 ||| 0-0 ||| 0.12335
+[X][X] you [X][X] [X] ||| [X][X] Sie [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.241197
+the [X][X] represent , [X] ||| der [X][X] vertreten , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+the [X][X] , [X] ||| der [X][X] , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+the institution [X][X] , [X] ||| der Institution [X][X] , [X] ||| 0.00607219 1 ||| 2-2 ||| 0.157895
+the institution [X][X] , [X] ||| der Institution , [X][X] , [X] ||| 0.00607219 1 ||| 2-3 ||| 0.157895
+the institution [X][X] , [X] ||| der Institution , die [X][X] , [X] ||| 0.00607219 1 ||| 2-4 ||| 0.157895
+the institution you [X][X] [X] ||| der Institution , die Sie [X][X] [X] ||| 0.0182166 1 ||| 3-5 ||| 0.119736
+institution you represent , to [X] ||| Institution , die Sie vertreten , bei [X] ||| 0.0182166 1 ||| ||| 0.0588235
+[X][X] represent , to [X] ||| [X][X] vertreten , bei [X] ||| 0.0182166 1 ||| 0-0 ||| 0.124944
+[X][X] represent [X][X] [X] ||| [X][X] vertreten [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.275273
+institution [X][X] , to [X] ||| Institution [X][X] , bei [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0588235
+institution [X][X] to [X] ||| Institution [X][X] bei [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0588235
+institution [X][X] , to [X] ||| Institution , [X][X] , bei [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0588235
+institution [X][X] to [X] ||| Institution , [X][X] bei [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0588235
+institution [X][X] , to [X] ||| Institution , die [X][X] , bei [X] ||| 0.0182166 1 ||| 1-3 ||| 0.0588235
+institution [X][X] to [X] ||| Institution , die [X][X] bei [X] ||| 0.0182166 1 ||| 1-3 ||| 0.0588235
+institution you [X][X] to [X] ||| Institution , die Sie [X][X] bei [X] ||| 0.0182166 1 ||| 2-4 ||| 0.0588235
+institution you represent [X][X] [X] ||| Institution , die Sie vertreten [X][X] [X] ||| 0.0182166 1 ||| 3-5 ||| 0.157426
+you represent , to the [X] ||| , die Sie vertreten , bei dem [X] ||| 0.0182166 1 ||| ||| 0.0526316
+[X][X] , to the [X] ||| , [X][X] , bei dem [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0526316
+[X][X] , [X][X] [X] ||| , [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.132803
+[X][X] to the [X] ||| , [X][X] bei dem [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0526316
+[X][X] the [X] ||| , [X][X] dem [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0526316
+[X][X] , to the [X] ||| , die [X][X] , bei dem [X] ||| 0.0182166 1 ||| 0-2 ||| 0.0526316
+[X][X] , [X][X] [X] ||| , die [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 0-2 2-4 ||| 0.132803
+[X][X] to the [X] ||| , die [X][X] bei dem [X] ||| 0.0182166 1 ||| 0-2 ||| 0.0526316
+[X][X] the [X] ||| , die [X][X] dem [X] ||| 0.0182166 1 ||| 0-2 ||| 0.0526316
+you [X][X] to the [X] ||| , die Sie [X][X] bei dem [X] ||| 0.0182166 1 ||| 1-3 ||| 0.0526316
+you [X][X] the [X] ||| , die Sie [X][X] dem [X] ||| 0.0182166 1 ||| 1-3 ||| 0.0526316
+you represent [X][X] the [X] ||| , die Sie vertreten [X][X] dem [X] ||| 0.0182166 1 ||| 2-4 ||| 0.0526316
+you represent , [X][X] [X] ||| , die Sie vertreten , [X][X] [X] ||| 0.0182166 1 ||| 3-5 ||| 0.132803
+[X][X] , to the President [X] ||| die [X][X] , bei dem Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 0-1 ||| 0.037037
+[X][X] , [X][X] President [X] ||| die [X][X] , [X][X] Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.037037
+[X][X] , to [X][X] [X] ||| die [X][X] , bei [X][X] [X] ||| 0.0182166 1 ||| 0-1 3-4 ||| 0.105871
+[X][X] to the President [X] ||| die [X][X] bei dem Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 0-1 ||| 0.037037
+[X][X] to [X][X] [X] ||| die [X][X] bei [X][X] [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.105871
+[X][X] the President [X] ||| die [X][X] dem Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 0-1 ||| 0.037037
+[X][X] President [X] ||| die [X][X] Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 0-1 ||| 0.037037
+you [X][X] to the President [X] ||| die Sie [X][X] bei dem Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 1-2 ||| 0.037037
+you [X][X] to [X][X] [X] ||| die Sie [X][X] bei [X][X] [X] ||| 0.0182166 1 ||| 1-2 3-4 ||| 0.105871
+you [X][X] the President [X] ||| die Sie [X][X] dem Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 1-2 ||| 0.037037
+you [X][X] President [X] ||| die Sie [X][X] Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 1-2 ||| 0.037037
+you represent [X][X] the President [X] ||| die Sie vertreten [X][X] dem Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 2-3 ||| 0.037037
+you represent [X][X] President [X] ||| die Sie vertreten [X][X] Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 2-3 ||| 0.037037
+you represent , [X][X] President [X] ||| die Sie vertreten , [X][X] Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 3-4 ||| 0.037037
+you represent , to [X][X] [X] ||| die Sie vertreten , bei [X][X] [X] ||| 0.0182166 1 ||| 4-5 ||| 0.105871
+[X][X] , [X][X] President and [X] ||| [X][X] , [X][X] Präsidentschaftskandidaten und [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0916759
+[X][X] , [X][X] and [X] ||| [X][X] , [X][X] und [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0916759
+[X][X] , to [X][X] and [X] ||| [X][X] , bei [X][X] und [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0916759
+[X][X] , to the [X][X] [X] ||| [X][X] , bei dem [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-4 ||| 0.265701
+you [X][X] to [X][X] and [X] ||| Sie [X][X] bei [X][X] und [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0344828
+you [X][X] to the [X][X] [X] ||| Sie [X][X] bei dem [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-4 ||| 0.103371
+you [X][X] the President and [X] ||| Sie [X][X] dem Präsidentschaftskandidaten und [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0344828
+you [X][X] the [X][X] [X] ||| Sie [X][X] dem [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.103371
+you [X][X] President and [X] ||| Sie [X][X] Präsidentschaftskandidaten und [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0344828
+you [X][X] and [X] ||| Sie [X][X] und [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0344828
+you represent [X][X] the [X][X] [X] ||| Sie vertreten [X][X] dem [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-4 ||| 0.103371
+you represent [X][X] President and [X] ||| Sie vertreten [X][X] Präsidentschaftskandidaten und [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0344828
+you represent [X][X] and [X] ||| Sie vertreten [X][X] und [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0344828
+you represent , [X][X] and [X] ||| Sie vertreten , [X][X] und [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0344828
+[X][X] , [X][X] and to [X] ||| [X][X] , [X][X] und [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0701754
+[X][X] , [X][X] to [X] ||| [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0701754
+[X][X] , to [X][X] to [X] ||| [X][X] , bei [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0701754
+you [X][X] to [X][X] to [X] ||| Sie [X][X] bei [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0263158
+you [X][X] the [X][X] to [X] ||| Sie [X][X] dem [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0263158
+you [X][X] the President [X][X] [X] ||| Sie [X][X] dem Präsidentschaftskandidaten [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-4 ||| 0.0688879
+you [X][X] President and to [X] ||| Sie [X][X] Präsidentschaftskandidaten und [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0263158
+you [X][X] President [X][X] [X] ||| Sie [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0688879
+you [X][X] and to [X] ||| Sie [X][X] und [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0263158
+you [X][X] to [X] ||| Sie [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0263158
+you represent [X][X] President [X][X] [X] ||| Sie vertreten [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-4 ||| 0.0688879
+you represent [X][X] and to [X] ||| Sie vertreten [X][X] und [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0263158
+you represent [X][X] to [X] ||| Sie vertreten [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0263158
+you represent , [X][X] to [X] ||| Sie vertreten , [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0263158
+[X][X] , [X][X] to the [X] ||| [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0649131
+[X][X] , [X][X] the [X] ||| [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0649131
+[X][X] , to [X][X] the [X] ||| [X][X] , bei [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0649131
+you [X][X] to [X][X] the [X] ||| Sie [X][X] bei [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0243902
+you [X][X] the [X][X] the [X] ||| Sie [X][X] dem [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0243902
+you [X][X] President [X][X] the [X] ||| Sie [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0243902
+you [X][X] and to the [X] ||| Sie [X][X] und [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0243902
+you [X][X] to the [X] ||| Sie [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0243902
+you [X][X] the [X] ||| Sie [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0243902
+you represent [X][X] to the [X] ||| Sie vertreten [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0243902
+you represent [X][X] the [X] ||| Sie vertreten [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0243902
+you represent , [X][X] the [X] ||| Sie vertreten , [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0243902
+[X][X] to [X][X] the Governor [X] ||| [X][X] bei [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0611584
+[X][X] to [X][X] Governor [X] ||| [X][X] bei [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0611584
+[X][X] to the [X][X] Governor [X] ||| [X][X] bei dem [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0611584
+represent [X][X] the [X][X] Governor [X] ||| vertreten [X][X] dem [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0222222
+represent [X][X] President [X][X] Governor [X] ||| vertreten [X][X] Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0222222
+represent [X][X] President and [X][X] [X] ||| vertreten [X][X] Präsidentschaftskandidaten und [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-4 ||| 0.040404
+represent [X][X] and to [X][X] [X] ||| vertreten [X][X] und [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-3 ||| 0.040404
+represent [X][X] and [X][X] [X] ||| vertreten [X][X] und [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.040404
+represent [X][X] to the Governor [X] ||| vertreten [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0222222
+represent [X][X] to [X][X] [X] ||| vertreten [X][X] [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.040404
+represent [X][X] the Governor [X] ||| vertreten [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0222222
+represent [X][X] Governor [X] ||| vertreten [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0222222
+represent , [X][X] and [X][X] [X] ||| vertreten , [X][X] und [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-4 ||| 0.040404
+represent , [X][X] to [X][X] [X] ||| vertreten , [X][X] [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-3 ||| 0.040404
+represent , [X][X] the Governor [X] ||| vertreten , [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0222222
+represent , [X][X] Governor [X] ||| vertreten , [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0222222
+represent , to [X][X] Governor [X] ||| vertreten , bei [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0222222
+[X][X] the [X][X] Governor of [X] ||| [X][X] dem [X][X] Gouverneur von [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.040404
+[X][X] the [X][X] of [X] ||| [X][X] dem [X][X] von [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.040404
+[X][X] the President [X][X] of [X] ||| [X][X] dem Präsidentschaftskandidaten [X][X] von [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.040404
+, [X][X] President [X][X] of [X] ||| , [X][X] Präsidentschaftskandidaten [X][X] von [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0222222
+, [X][X] and [X][X] of [X] ||| , [X][X] und [X][X] von [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0222222
+, [X][X] to [X][X] of [X] ||| , [X][X] [X][X] von [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.0222222
+, [X][X] to the [X][X] [X] ||| , [X][X] [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-2 ||| 0.0222222
+, [X][X] the Governor of [X] ||| , [X][X] Gouverneur von [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0222222
+, [X][X] the [X][X] [X] ||| , [X][X] [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.0222222
+, [X][X] Governor of [X] ||| , [X][X] Gouverneur von [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0222222
+, [X][X] of [X] ||| , [X][X] von [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0222222
+, to [X][X] the [X][X] [X] ||| , bei [X][X] [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-3 ||| 0.0222222
+, to [X][X] Governor of [X] ||| , bei [X][X] Gouverneur von [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0222222
+, to [X][X] of [X] ||| , bei [X][X] von [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0222222
+, to the [X][X] of [X] ||| , bei dem [X][X] von [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0222222
+[X][X] the Governor [X][X] [X] ||| [X][X] Gouverneur [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.275949
+[X][X] the Governor of [X][X] [X] ||| [X][X] Gouverneur von [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-3 ||| 0.275949
+[X][X] Governor [X][X] [X] ||| [X][X] Gouverneur [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.275949
+[X][X] Governor of [X][X] [X] ||| [X][X] Gouverneur von [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.275949
+and to [X][X] of [X][X] [X] ||| und [X][X] von [X][X] [X] ||| 0.0182166 1 ||| 2-1 4-3 ||| 0.152597
+and [X][X] of [X][X] [X] ||| und [X][X] von [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.152597
+and [X][X] Texas , Mr [X] ||| und [X][X] Texas , George W. [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0714286
+and to the Governor [X][X] [X] ||| und Gouverneur [X][X] [X] ||| 0.0182166 1 ||| 4-2 ||| 0.152597
+[X][X] Texas , Mr Bush [X] ||| [X][X] Texas , George W. Bush [X] ||| 0.0182166 1 ||| 0-0 ||| 0.446399
+Governor [X][X] Bush [X] ||| Gouverneur [X][X] Bush [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+Governor of [X][X] Bush [X] ||| Gouverneur von [X][X] Bush [X] ||| 0.0182166 1 ||| 2-2 ||| 0.166667
+[X][X] of [X][X] Bush [X] ||| [X][X] von [X][X] Bush [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.279733
+the [X][X] Bush [X] ||| [X][X] Bush [X] ||| 0.0182166 1 ||| 1-0 ||| 0.111111
+the Governor [X][X] Bush [X] ||| Gouverneur [X][X] Bush [X] ||| 0.0182166 1 ||| 2-1 ||| 0.111111
+the Governor of [X][X] Bush [X] ||| Gouverneur von [X][X] Bush [X] ||| 0.0182166 1 ||| 3-2 ||| 0.111111
+to [X][X] of [X][X] Bush [X] ||| [X][X] von [X][X] Bush [X] ||| 0.0182166 1 ||| 1-0 3-2 ||| 0.0909091
+to the [X][X] Bush [X] ||| [X][X] Bush [X] ||| 0.0182166 1 ||| 2-0 ||| 0.0909091
+to [X][X] Bush [X] ||| [X][X] Bush [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0909091
+to the Governor [X][X] Bush [X] ||| Gouverneur [X][X] Bush [X] ||| 0.0182166 1 ||| 3-1 ||| 0.0909091
+of [X][X] Bush , [X] ||| von [X][X] Bush , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+of [X][X] , [X] ||| von [X][X] , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+of Texas , Mr [X][X] [X] ||| von Texas , George W. [X][X] [X] ||| 0.0182166 1 ||| 4-5 ||| 0.266667
+[X][X] Bush , who [X] ||| [X][X] Bush , der [X] ||| 0.0182166 1 ||| 0-0 ||| 0.419841
+[X][X] Bush [X][X] [X] ||| [X][X] Bush [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.419841
+[X][X] , who [X] ||| [X][X] , der [X] ||| 0.0182166 1 ||| 0-0 ||| 0.419841
+Texas , Mr [X][X] who [X] ||| Texas , George W. [X][X] der [X] ||| 0.0182166 1 ||| 3-4 ||| 0.142857
+Texas , Mr Bush [X][X] [X] ||| Texas , George W. Bush [X][X] [X] ||| 0.0182166 1 ||| 4-5 ||| 0.142857
+to order [X][X] and [X] ||| zur [X][X] und [X] ||| 0.0182166 1 ||| 2-1 ||| 0.333333
+power [X][X] and [X] ||| [X][X] und [X] ||| 0.0182166 1 ||| 1-0 ||| 0.25
+power to order [X][X] and [X] ||| zur [X][X] und [X] ||| 0.0182166 1 ||| 3-1 ||| 0.25
+the power [X][X] and [X] ||| [X][X] und [X] ||| 0.0182166 1 ||| 2-0 ||| 0.25
+the [X][X] and [X] ||| [X][X] und [X] ||| 0.0182166 1 ||| 1-0 ||| 0.25
+[X][X] and to [X] ||| [X][X] und zur [X] ||| 0.0182166 1 ||| 0-0 ||| 0.842857
+[X][X] to [X] ||| [X][X] zur [X] ||| 0.0182166 1 ||| 0-0 ||| 0.842857
+a stay of execution [X][X] [X] ||| Aussetzung der Vollstreckung des Todesurteils [X][X] [X] ||| 0.0182166 1 ||| 4-5 ||| 0.711111
+[X][X] and [X][X] European Community [X] ||| [X][X] und [X][X] Europäischen Union [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0181818
+[X][X] and [X][X] Community [X] ||| [X][X] und [X][X] Union [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0181818
+[X][X] and by [X][X] Community [X] ||| [X][X] und von [X][X] Union [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0181818
+European [X][X] by [X][X] Community [X] ||| Europäischen [X][X] von [X][X] Union [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0181818
+European [X][X] the [X][X] Community [X] ||| Europäischen [X][X] der [X][X] Union [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0181818
+European [X][X] whole [X][X] Community [X] ||| Europäischen [X][X] gesamten [X][X] Union [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0181818
+European [X][X] of [X][X] Community [X] ||| Europäischen [X][X] [X][X] Union [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.0181818
+European [X][X] of the [X][X] [X] ||| Europäischen [X][X] [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-2 ||| 0.0181818
+European [X][X] the European Community [X] ||| Europäischen [X][X] Europäischen Union [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0181818
+European [X][X] the [X][X] [X] ||| Europäischen [X][X] [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.0181818
+European [X][X] European Community [X] ||| Europäischen [X][X] Europäischen Union [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0181818
+European [X][X] Community [X] ||| Europäischen [X][X] Union [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0181818
+European Parliament [X][X] the [X][X] [X] ||| Europäischen Parlament [X][X] [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-3 ||| 0.0181818
+European Parliament [X][X] European Community [X] ||| Europäischen Parlament [X][X] Europäischen Union [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0181818
+European Parliament [X][X] Community [X] ||| Europäischen Parlament [X][X] Union [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0181818
+European Parliament and [X][X] Community [X] ||| Europäischen Parlament und [X][X] Union [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0181818
+[X][X] the [X][X] and the [X] ||| [X][X] den [X][X] und der [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0357143
+[X][X] the [X][X] the [X] ||| [X][X] den [X][X] der [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0357143
+[X][X] the weight [X][X] the [X] ||| [X][X] den ganzen Einfluß [X][X] der [X] ||| 0.0182166 1 ||| 0-0 3-4 ||| 0.0357143
+, [X][X] weight [X][X] the [X] ||| , [X][X] ganzen Einfluß [X][X] der [X] ||| 0.0182166 1 ||| 1-1 3-4 ||| 0.0357143
+, [X][X] prestigious office [X][X] [X] ||| , [X][X] Amtes [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-3 ||| 0.0357143
+, using [X][X] and the [X] ||| , [X][X] und der [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0357143
+, [X][X] and the [X] ||| , [X][X] und der [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0357143
+, using [X][X] the [X] ||| , [X][X] der [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0357143
+, [X][X] the [X] ||| , [X][X] der [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0357143
+, using the [X][X] the [X] ||| , den [X][X] der [X] ||| 0.0182166 1 ||| 3-2 ||| 0.0357143
+[X][X] of your [X][X] institution [X] ||| [X][X] Ihres [X][X] Institution [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.09
+the [X][X] and the institution [X] ||| den [X][X] und der Institution [X] ||| 0.0182166 1 ||| 1-1 ||| 0.05
+the [X][X] and [X][X] [X] ||| den [X][X] und [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.108333
+the [X][X] the institution [X] ||| den [X][X] der Institution [X] ||| 0.0182166 1 ||| 1-1 ||| 0.05
+the [X][X] institution [X] ||| den [X][X] Institution [X] ||| 0.0182166 1 ||| 1-1 ||| 0.05
+the weight [X][X] and [X][X] [X] ||| den ganzen Einfluß [X][X] und [X][X] [X] ||| 0.0182166 1 ||| 2-3 4-5 ||| 0.108333
+the weight [X][X] the institution [X] ||| den ganzen Einfluß [X][X] der Institution [X] ||| 0.0182166 1 ||| 2-3 ||| 0.05
+the weight [X][X] institution [X] ||| den ganzen Einfluß [X][X] Institution [X] ||| 0.0182166 1 ||| 2-3 ||| 0.05
+[X][X] weight [X][X] the institution [X] ||| [X][X] ganzen Einfluß [X][X] der Institution [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.04
+[X][X] weight [X][X] institution [X] ||| [X][X] ganzen Einfluß [X][X] Institution [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.04
+using [X][X] and the institution [X] ||| [X][X] und der Institution [X] ||| 0.0182166 1 ||| 1-0 ||| 0.04
+using [X][X] and [X][X] [X] ||| [X][X] und [X][X] [X] ||| 0.0182166 1 ||| 1-0 3-2 ||| 0.0874352
+using [X][X] the institution [X] ||| [X][X] der Institution [X] ||| 0.0182166 1 ||| 1-0 ||| 0.04
+using [X][X] institution [X] ||| [X][X] Institution [X] ||| 0.0182166 1 ||| 1-0 ||| 0.04
+using the [X][X] and [X][X] [X] ||| den [X][X] und [X][X] [X] ||| 0.0182166 1 ||| 2-1 4-3 ||| 0.0874352
+using the [X][X] the institution [X] ||| den [X][X] der Institution [X] ||| 0.0182166 1 ||| 2-1 ||| 0.04
+using the [X][X] institution [X] ||| den [X][X] Institution [X] ||| 0.0182166 1 ||| 2-1 ||| 0.04
+using the weight [X][X] institution [X] ||| den ganzen Einfluß [X][X] Institution [X] ||| 0.0182166 1 ||| 3-3 ||| 0.04
+weight [X][X] prestigious office [X][X] [X] ||| ganzen Einfluß [X][X] Amtes [X][X] , [X] ||| 0.0182166 1 ||| 1-2 4-4 ||| 0.0454545
+weight [X][X] and the institution [X] ||| ganzen Einfluß [X][X] und der Institution , [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0454545
+weight [X][X] and [X][X] [X] ||| ganzen Einfluß [X][X] und [X][X] , [X] ||| 0.0182166 1 ||| 1-2 3-4 ||| 0.0454545
+weight [X][X] the institution [X] ||| ganzen Einfluß [X][X] der Institution , [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0454545
+weight [X][X] institution [X] ||| ganzen Einfluß [X][X] Institution , [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0454545
+weight [X][X] [X] ||| ganzen Einfluß [X][X] , [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0454545
+weight of your [X][X] institution [X] ||| ganzen Einfluß Ihres [X][X] Institution , [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0454545
+weight of your [X][X] [X] ||| ganzen Einfluß Ihres [X][X] , [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0454545
+[X][X] prestigious office [X][X] you [X] ||| [X][X] Amtes [X][X] , die Sie [X] ||| 0.00607219 1 ||| 0-0 3-2 ||| 0.208235
+[X][X] prestigious office [X][X] you [X] ||| [X][X] Amtes [X][X] die Sie [X] ||| 0.00607219 1 ||| 0-0 3-2 ||| 0.208235
+[X][X] prestigious office [X][X] you [X] ||| [X][X] Amtes [X][X] Sie [X] ||| 0.00607219 1 ||| 0-0 3-2 ||| 0.208235
+of your [X][X] the [X][X] [X] ||| Ihres [X][X] der [X][X] [X] ||| 0.0182166 1 ||| 2-1 4-3 ||| 0.0867239
+of your [X][X] institution you [X] ||| Ihres [X][X] Institution , die Sie [X] ||| 0.0182166 1 ||| 2-1 ||| 0.04
+of your [X][X] you [X] ||| Ihres [X][X] , die Sie [X] ||| 0.00607219 1 ||| 2-1 ||| 0.12
+of your [X][X] you [X] ||| Ihres [X][X] die Sie [X] ||| 0.00607219 1 ||| 2-1 ||| 0.12
+of your [X][X] you [X] ||| Ihres [X][X] Sie [X] ||| 0.00607219 1 ||| 2-1 ||| 0.12
+[X][X] and [X][X] you represent [X] ||| [X][X] und [X][X] , die Sie vertreten [X] ||| 0.00607219 1 ||| 0-0 2-2 ||| 0.164662
+[X][X] and [X][X] you represent [X] ||| [X][X] und [X][X] die Sie vertreten [X] ||| 0.00607219 1 ||| 0-0 2-2 ||| 0.164662
+[X][X] and [X][X] you represent [X] ||| [X][X] und [X][X] Sie vertreten [X] ||| 0.00607219 1 ||| 0-0 2-2 ||| 0.164662
+[X][X] and [X][X] represent [X] ||| [X][X] und [X][X] vertreten [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0548872
+[X][X] and the [X][X] represent [X] ||| [X][X] und der [X][X] vertreten [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0548872
+[X][X] and the institution [X][X] [X] ||| [X][X] und der Institution [X][X] [X] ||| 0.00607219 1 ||| 0-0 4-4 ||| 0.341952
+[X][X] and the institution [X][X] [X] ||| [X][X] und der Institution , [X][X] [X] ||| 0.00607219 1 ||| 0-0 4-5 ||| 0.341952
+[X][X] and the institution [X][X] [X] ||| [X][X] und der Institution , die [X][X] [X] ||| 0.00607219 1 ||| 0-0 4-6 ||| 0.341952
+[X][X] the institution you represent [X] ||| [X][X] der Institution , die Sie vertreten [X] ||| 0.0182166 1 ||| 0-0 ||| 0.0548872
+[X][X] the [X][X] represent [X] ||| [X][X] der [X][X] vertreten [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0548872
+[X][X] the institution [X][X] [X] ||| [X][X] der Institution [X][X] [X] ||| 0.00607219 1 ||| 0-0 3-3 ||| 0.341952
+[X][X] the institution [X][X] [X] ||| [X][X] der Institution , [X][X] [X] ||| 0.00607219 1 ||| 0-0 3-4 ||| 0.341952
+[X][X] the institution [X][X] [X] ||| [X][X] der Institution , die [X][X] [X] ||| 0.00607219 1 ||| 0-0 3-5 ||| 0.341952
+prestigious office [X][X] institution [X][X] [X] ||| Amtes [X][X] Institution [X][X] [X] ||| 0.00607219 1 ||| 2-1 4-3 ||| 0.201779
+prestigious office [X][X] institution [X][X] [X] ||| Amtes [X][X] Institution , [X][X] [X] ||| 0.00607219 1 ||| 2-1 4-4 ||| 0.201779
+prestigious office [X][X] institution [X][X] [X] ||| Amtes [X][X] Institution , die [X][X] [X] ||| 0.00607219 1 ||| 2-1 4-5 ||| 0.201779
+prestigious office [X][X] you represent [X] ||| Amtes [X][X] , die Sie vertreten [X] ||| 0.00607219 1 ||| 2-1 ||| 0.0857142
+prestigious office [X][X] you represent [X] ||| Amtes [X][X] die Sie vertreten [X] ||| 0.00607219 1 ||| 2-1 ||| 0.0857142
+prestigious office [X][X] you represent [X] ||| Amtes [X][X] Sie vertreten [X] ||| 0.00607219 1 ||| 2-1 ||| 0.0857142
+prestigious office [X][X] represent [X] ||| Amtes [X][X] vertreten [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0285714
+prestigious office and [X][X] represent [X] ||| Amtes und [X][X] vertreten [X] ||| 0.0182166 1 ||| 3-2 ||| 0.0285714
+[X][X] institution you represent , [X] ||| [X][X] Institution , die Sie vertreten , [X] ||| 0.0182166 1 ||| 0-0 ||| 0.0707187
+[X][X] institution [X][X] , [X] ||| [X][X] Institution [X][X] , [X] ||| 0.00607219 1 ||| 0-0 2-2 ||| 0.212156
+[X][X] institution [X][X] , [X] ||| [X][X] Institution , [X][X] , [X] ||| 0.00607219 1 ||| 0-0 2-3 ||| 0.212156
+[X][X] institution [X][X] , [X] ||| [X][X] Institution , die [X][X] , [X] ||| 0.00607219 1 ||| 0-0 2-4 ||| 0.212156
+[X][X] institution you [X][X] [X] ||| [X][X] Institution , die Sie [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-5 ||| 0.121461
+and [X][X] you represent , [X] ||| und [X][X] , die Sie vertreten , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0285714
+and [X][X] you [X][X] [X] ||| und [X][X] , die Sie [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-5 ||| 0.0623647
+and [X][X] you represent , [X] ||| und [X][X] die Sie vertreten , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0285714
+and [X][X] you [X][X] [X] ||| und [X][X] die Sie [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-4 ||| 0.0623647
+and [X][X] you represent , [X] ||| und [X][X] Sie vertreten , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0285714
+and [X][X] you [X][X] [X] ||| und [X][X] Sie [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0623647
+and [X][X] represent , [X] ||| und [X][X] vertreten , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0285714
+and [X][X] , [X] ||| und [X][X] , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0642857
+and the [X][X] represent , [X] ||| und der [X][X] vertreten , [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0285714
+and the [X][X] , [X] ||| und der [X][X] , [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0285714
+and the institution [X][X] , [X] ||| und der Institution [X][X] , [X] ||| 0.00607219 1 ||| 3-3 ||| 0.0857142
+and the institution [X][X] , [X] ||| und der Institution , [X][X] , [X] ||| 0.00607219 1 ||| 3-4 ||| 0.0857142
+and the institution [X][X] , [X] ||| und der Institution , die [X][X] , [X] ||| 0.00607219 1 ||| 3-5 ||| 0.0857142
+and the institution you [X][X] [X] ||| und der Institution , die Sie [X][X] [X] ||| 0.0182166 1 ||| 4-6 ||| 0.0623647
+[X][X] you represent , to [X] ||| [X][X] , die Sie vertreten , bei [X] ||| 0.0182166 1 ||| 0-0 ||| 0.0661201
+[X][X] you [X][X] to [X] ||| [X][X] , die Sie [X][X] bei [X] ||| 0.0182166 1 ||| 0-0 2-4 ||| 0.0661201
+[X][X] you represent [X][X] [X] ||| [X][X] , die Sie vertreten [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-5 ||| 0.117847
+[X][X] you represent , to [X] ||| [X][X] die Sie vertreten , bei [X] ||| 0.0182166 1 ||| 0-0 ||| 0.0661201
+[X][X] you [X][X] to [X] ||| [X][X] die Sie [X][X] bei [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.0661201
+[X][X] you represent [X][X] [X] ||| [X][X] die Sie vertreten [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-4 ||| 0.117847
+[X][X] you represent , to [X] ||| [X][X] Sie vertreten , bei [X] ||| 0.0182166 1 ||| 0-0 ||| 0.0661201
+[X][X] you [X][X] to [X] ||| [X][X] Sie [X][X] bei [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0661201
+[X][X] you represent [X][X] [X] ||| [X][X] Sie vertreten [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.117847
+the [X][X] represent , to [X] ||| der [X][X] vertreten , bei [X] ||| 0.0182166 1 ||| 1-1 ||| 0.030303
+the [X][X] represent [X][X] [X] ||| der [X][X] vertreten [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0671046
+the [X][X] , to [X] ||| der [X][X] , bei [X] ||| 0.0182166 1 ||| 1-1 ||| 0.030303
+the [X][X] to [X] ||| der [X][X] bei [X] ||| 0.0182166 1 ||| 1-1 ||| 0.030303
+the institution [X][X] , to [X] ||| der Institution [X][X] , bei [X] ||| 0.0182166 1 ||| 2-2 ||| 0.030303
+the institution [X][X] to [X] ||| der Institution [X][X] bei [X] ||| 0.0182166 1 ||| 2-2 ||| 0.030303
+the institution [X][X] , to [X] ||| der Institution , [X][X] , bei [X] ||| 0.0182166 1 ||| 2-3 ||| 0.030303
+the institution [X][X] to [X] ||| der Institution , [X][X] bei [X] ||| 0.0182166 1 ||| 2-3 ||| 0.030303
+the institution [X][X] , to [X] ||| der Institution , die [X][X] , bei [X] ||| 0.0182166 1 ||| 2-4 ||| 0.030303
+the institution [X][X] to [X] ||| der Institution , die [X][X] bei [X] ||| 0.0182166 1 ||| 2-4 ||| 0.030303
+the institution you [X][X] to [X] ||| der Institution , die Sie [X][X] bei [X] ||| 0.0182166 1 ||| 3-5 ||| 0.030303
+the institution you represent [X][X] [X] ||| der Institution , die Sie vertreten [X][X] [X] ||| 0.0182166 1 ||| 4-6 ||| 0.0671046
+[X][X] represent , to the [X] ||| [X][X] vertreten , bei dem [X] ||| 0.0182166 1 ||| 0-0 ||| 0.0698163
+[X][X] represent [X][X] the [X] ||| [X][X] vertreten [X][X] dem [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0698163
+[X][X] represent , [X][X] [X] ||| [X][X] vertreten , [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.150329
+institution [X][X] , to the [X] ||| Institution [X][X] , bei dem [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0344828
+institution [X][X] , [X][X] [X] ||| Institution [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.098602
+institution [X][X] to the [X] ||| Institution [X][X] bei dem [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0344828
+institution [X][X] the [X] ||| Institution [X][X] dem [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0344828
+institution [X][X] , to the [X] ||| Institution , [X][X] , bei dem [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0344828
+institution [X][X] , [X][X] [X] ||| Institution , [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 1-2 3-4 ||| 0.098602
+institution [X][X] to the [X] ||| Institution , [X][X] bei dem [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0344828
+institution [X][X] the [X] ||| Institution , [X][X] dem [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0344828
+institution [X][X] , to the [X] ||| Institution , die [X][X] , bei dem [X] ||| 0.0182166 1 ||| 1-3 ||| 0.0344828
+institution [X][X] , [X][X] [X] ||| Institution , die [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 1-3 3-5 ||| 0.098602
+institution [X][X] to the [X] ||| Institution , die [X][X] bei dem [X] ||| 0.0182166 1 ||| 1-3 ||| 0.0344828
+institution [X][X] the [X] ||| Institution , die [X][X] dem [X] ||| 0.0182166 1 ||| 1-3 ||| 0.0344828
+institution you [X][X] to the [X] ||| Institution , die Sie [X][X] bei dem [X] ||| 0.0182166 1 ||| 2-4 ||| 0.0344828
+institution you [X][X] the [X] ||| Institution , die Sie [X][X] dem [X] ||| 0.0182166 1 ||| 2-4 ||| 0.0344828
+institution you represent [X][X] the [X] ||| Institution , die Sie vertreten [X][X] dem [X] ||| 0.0182166 1 ||| 3-5 ||| 0.0344828
+institution you represent , [X][X] [X] ||| Institution , die Sie vertreten , [X][X] [X] ||| 0.0182166 1 ||| 4-6 ||| 0.098602
+[X][X] , to the President [X] ||| , [X][X] , bei dem Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0285714
+[X][X] , [X][X] President [X] ||| , [X][X] , [X][X] Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.0285714
+[X][X] , to [X][X] [X] ||| , [X][X] , bei [X][X] [X] ||| 0.0182166 1 ||| 0-1 3-4 ||| 0.0801709
+[X][X] to the President [X] ||| , [X][X] bei dem Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0285714
+[X][X] to [X][X] [X] ||| , [X][X] bei [X][X] [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.0801709
+[X][X] the President [X] ||| , [X][X] dem Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0285714
+[X][X] President [X] ||| , [X][X] Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0285714
+[X][X] , to the President [X] ||| , die [X][X] , bei dem Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 0-2 ||| 0.0285714
+[X][X] , [X][X] President [X] ||| , die [X][X] , [X][X] Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 0-2 2-4 ||| 0.0285714
+[X][X] , to [X][X] [X] ||| , die [X][X] , bei [X][X] [X] ||| 0.0182166 1 ||| 0-2 3-5 ||| 0.0801709
+[X][X] to the President [X] ||| , die [X][X] bei dem Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 0-2 ||| 0.0285714
+[X][X] to [X][X] [X] ||| , die [X][X] bei [X][X] [X] ||| 0.0182166 1 ||| 0-2 2-4 ||| 0.0801709
+[X][X] the President [X] ||| , die [X][X] dem Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 0-2 ||| 0.0285714
+[X][X] President [X] ||| , die [X][X] Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 0-2 ||| 0.0285714
+you [X][X] to the President [X] ||| , die Sie [X][X] bei dem Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 1-3 ||| 0.0285714
+you [X][X] to [X][X] [X] ||| , die Sie [X][X] bei [X][X] [X] ||| 0.0182166 1 ||| 1-3 3-5 ||| 0.0801709
+you [X][X] the President [X] ||| , die Sie [X][X] dem Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 1-3 ||| 0.0285714
+you [X][X] President [X] ||| , die Sie [X][X] Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 1-3 ||| 0.0285714
+you represent [X][X] the President [X] ||| , die Sie vertreten [X][X] dem Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 2-4 ||| 0.0285714
+you represent [X][X] President [X] ||| , die Sie vertreten [X][X] Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 2-4 ||| 0.0285714
+you represent , [X][X] President [X] ||| , die Sie vertreten , [X][X] Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 3-5 ||| 0.0285714
+you represent , to [X][X] [X] ||| , die Sie vertreten , bei [X][X] [X] ||| 0.0182166 1 ||| 4-6 ||| 0.0801709
+[X][X] , [X][X] President and [X] ||| die [X][X] , [X][X] Präsidentschaftskandidaten und [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.0232558
+[X][X] , [X][X] and [X] ||| die [X][X] , [X][X] und [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.0232558
+[X][X] , to [X][X] and [X] ||| die [X][X] , bei [X][X] und [X] ||| 0.0182166 1 ||| 0-1 3-4 ||| 0.0232558
+[X][X] , to the [X][X] [X] ||| die [X][X] , bei dem [X][X] [X] ||| 0.0182166 1 ||| 0-1 4-5 ||| 0.0688335
+[X][X] to the President and [X] ||| die [X][X] bei dem Präsidentschaftskandidaten und [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0232558
+[X][X] to [X][X] and [X] ||| die [X][X] bei [X][X] und [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.0232558
+[X][X] to the [X][X] [X] ||| die [X][X] bei dem [X][X] [X] ||| 0.0182166 1 ||| 0-1 3-4 ||| 0.0688335
+[X][X] the President and [X] ||| die [X][X] dem Präsidentschaftskandidaten und [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0232558
+[X][X] the [X][X] [X] ||| die [X][X] dem [X][X] [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.0688335
+[X][X] President and [X] ||| die [X][X] Präsidentschaftskandidaten und [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0232558
+[X][X] and [X] ||| die [X][X] und [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0232558
+you [X][X] to [X][X] and [X] ||| die Sie [X][X] bei [X][X] und [X] ||| 0.0182166 1 ||| 1-2 3-4 ||| 0.0232558
+you [X][X] to the [X][X] [X] ||| die Sie [X][X] bei dem [X][X] [X] ||| 0.0182166 1 ||| 1-2 4-5 ||| 0.0688335
+you [X][X] the President and [X] ||| die Sie [X][X] dem Präsidentschaftskandidaten und [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0232558
+you [X][X] the [X][X] [X] ||| die Sie [X][X] dem [X][X] [X] ||| 0.0182166 1 ||| 1-2 3-4 ||| 0.0688335
+you [X][X] President and [X] ||| die Sie [X][X] Präsidentschaftskandidaten und [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0232558
+you [X][X] and [X] ||| die Sie [X][X] und [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0232558
+you represent [X][X] the [X][X] [X] ||| die Sie vertreten [X][X] dem [X][X] [X] ||| 0.0182166 1 ||| 2-3 4-5 ||| 0.0688335
+you represent [X][X] President and [X] ||| die Sie vertreten [X][X] Präsidentschaftskandidaten und [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0232558
+you represent [X][X] and [X] ||| die Sie vertreten [X][X] und [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0232558
+you represent , [X][X] and [X] ||| die Sie vertreten , [X][X] und [X] ||| 0.0182166 1 ||| 3-4 ||| 0.0232558
+[X][X] , [X][X] and to [X] ||| die [X][X] , [X][X] und [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.0175439
+[X][X] , [X][X] to [X] ||| die [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.0175439
+[X][X] , to [X][X] to [X] ||| die [X][X] , bei [X][X] [X] ||| 0.0182166 1 ||| 0-1 3-4 ||| 0.0175439
+[X][X] to [X][X] and to [X] ||| die [X][X] bei [X][X] und [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.0175439
+[X][X] to [X][X] to [X] ||| die [X][X] bei [X][X] [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.0175439
+[X][X] to the [X][X] to [X] ||| die [X][X] bei dem [X][X] [X] ||| 0.0182166 1 ||| 0-1 3-4 ||| 0.0175439
+[X][X] to the President [X][X] [X] ||| die [X][X] bei dem Präsidentschaftskandidaten [X][X] [X] ||| 0.0182166 1 ||| 0-1 4-5 ||| 0.0455777
+[X][X] the President and to [X] ||| die [X][X] dem Präsidentschaftskandidaten und [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0175439
+[X][X] the [X][X] to [X] ||| die [X][X] dem [X][X] [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.0175439
+[X][X] the President [X][X] [X] ||| die [X][X] dem Präsidentschaftskandidaten [X][X] [X] ||| 0.0182166 1 ||| 0-1 3-4 ||| 0.0455777
+[X][X] President and to [X] ||| die [X][X] Präsidentschaftskandidaten und [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0175439
+[X][X] President [X][X] [X] ||| die [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.0455777
+[X][X] and to [X] ||| die [X][X] und [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0175439
+you [X][X] to [X][X] to [X] ||| die Sie [X][X] bei [X][X] [X] ||| 0.0182166 1 ||| 1-2 3-4 ||| 0.0175439
+you [X][X] the [X][X] to [X] ||| die Sie [X][X] dem [X][X] [X] ||| 0.0182166 1 ||| 1-2 3-4 ||| 0.0175439
+you [X][X] the President [X][X] [X] ||| die Sie [X][X] dem Präsidentschaftskandidaten [X][X] [X] ||| 0.0182166 1 ||| 1-2 4-5 ||| 0.0455777
+you [X][X] President and to [X] ||| die Sie [X][X] Präsidentschaftskandidaten und [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0175439
+you [X][X] President [X][X] [X] ||| die Sie [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 0.0182166 1 ||| 1-2 3-4 ||| 0.0455777
+you [X][X] and to [X] ||| die Sie [X][X] und [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0175439
+you [X][X] to [X] ||| die Sie [X][X] [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0175439
+you represent [X][X] President [X][X] [X] ||| die Sie vertreten [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 0.0182166 1 ||| 2-3 4-5 ||| 0.0455777
+you represent [X][X] and to [X] ||| die Sie vertreten [X][X] und [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0175439
+you represent [X][X] to [X] ||| die Sie vertreten [X][X] [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0175439
+you represent , [X][X] to [X] ||| die Sie vertreten , [X][X] [X] ||| 0.0182166 1 ||| 3-4 ||| 0.0175439
+[X][X] , [X][X] to the [X] ||| die [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.016129
+[X][X] , [X][X] the [X] ||| die [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.016129
+[X][X] , to [X][X] the [X] ||| die [X][X] , bei [X][X] [X] ||| 0.0182166 1 ||| 0-1 3-4 ||| 0.016129
+[X][X] to [X][X] to the [X] ||| die [X][X] bei [X][X] [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.016129
+[X][X] to [X][X] the [X] ||| die [X][X] bei [X][X] [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.016129
+[X][X] to the [X][X] the [X] ||| die [X][X] bei dem [X][X] [X] ||| 0.0182166 1 ||| 0-1 3-4 ||| 0.016129
+[X][X] the [X][X] to the [X] ||| die [X][X] dem [X][X] [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.016129
+[X][X] the [X][X] the [X] ||| die [X][X] dem [X][X] [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.016129
+[X][X] the President [X][X] the [X] ||| die [X][X] dem Präsidentschaftskandidaten [X][X] [X] ||| 0.0182166 1 ||| 0-1 3-4 ||| 0.016129
+[X][X] President and to the [X] ||| die [X][X] Präsidentschaftskandidaten und [X] ||| 0.0182166 1 ||| 0-1 ||| 0.016129
+[X][X] President [X][X] the [X] ||| die [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.016129
+[X][X] and to the [X] ||| die [X][X] und [X] ||| 0.0182166 1 ||| 0-1 ||| 0.016129
+you [X][X] to [X][X] the [X] ||| die Sie [X][X] bei [X][X] [X] ||| 0.0182166 1 ||| 1-2 3-4 ||| 0.016129
+you [X][X] the [X][X] the [X] ||| die Sie [X][X] dem [X][X] [X] ||| 0.0182166 1 ||| 1-2 3-4 ||| 0.016129
+you [X][X] President [X][X] the [X] ||| die Sie [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 0.0182166 1 ||| 1-2 3-4 ||| 0.016129
+you [X][X] and to the [X] ||| die Sie [X][X] und [X] ||| 0.0182166 1 ||| 1-2 ||| 0.016129
+you [X][X] to the [X] ||| die Sie [X][X] [X] ||| 0.0182166 1 ||| 1-2 ||| 0.016129
+you [X][X] the [X] ||| die Sie [X][X] [X] ||| 0.0182166 1 ||| 1-2 ||| 0.016129
+you represent [X][X] to the [X] ||| die Sie vertreten [X][X] [X] ||| 0.0182166 1 ||| 2-3 ||| 0.016129
+you represent [X][X] the [X] ||| die Sie vertreten [X][X] [X] ||| 0.0182166 1 ||| 2-3 ||| 0.016129
+you represent , [X][X] the [X] ||| die Sie vertreten , [X][X] [X] ||| 0.0182166 1 ||| 3-4 ||| 0.016129
+[X][X] , [X][X] the Governor [X] ||| [X][X] , [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0389361
+[X][X] , [X][X] Governor [X] ||| [X][X] , [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0389361
+[X][X] , to [X][X] Governor [X] ||| [X][X] , bei [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0389361
+you [X][X] to [X][X] Governor [X] ||| Sie [X][X] bei [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0181818
+you [X][X] the [X][X] Governor [X] ||| Sie [X][X] dem [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0181818
+you [X][X] President [X][X] Governor [X] ||| Sie [X][X] Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0181818
+you [X][X] President and [X][X] [X] ||| Sie [X][X] Präsidentschaftskandidaten und [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-4 ||| 0.0181818
+you [X][X] and to [X][X] [X] ||| Sie [X][X] und [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-3 ||| 0.0181818
+you [X][X] and [X][X] [X] ||| Sie [X][X] und [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0181818
+you [X][X] to the Governor [X] ||| Sie [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0181818
+you [X][X] to [X][X] [X] ||| Sie [X][X] [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.0181818
+you [X][X] the Governor [X] ||| Sie [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0181818
+you [X][X] Governor [X] ||| Sie [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0181818
+you represent [X][X] and [X][X] [X] ||| Sie vertreten [X][X] und [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-4 ||| 0.0181818
+you represent [X][X] to [X][X] [X] ||| Sie vertreten [X][X] [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-3 ||| 0.0181818
+you represent [X][X] the Governor [X] ||| Sie vertreten [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0181818
+you represent [X][X] Governor [X] ||| Sie vertreten [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0181818
+you represent , [X][X] Governor [X] ||| Sie vertreten , [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0181818
+[X][X] to [X][X] Governor of [X] ||| [X][X] bei [X][X] Gouverneur von [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0181818
+[X][X] to [X][X] of [X] ||| [X][X] bei [X][X] von [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0181818
+[X][X] to the [X][X] of [X] ||| [X][X] bei dem [X][X] von [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0181818
+represent [X][X] the [X][X] of [X] ||| vertreten [X][X] dem [X][X] von [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0181818
+represent [X][X] President [X][X] of [X] ||| vertreten [X][X] Präsidentschaftskandidaten [X][X] von [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0181818
+represent [X][X] and [X][X] of [X] ||| vertreten [X][X] und [X][X] von [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0181818
+represent [X][X] to [X][X] of [X] ||| vertreten [X][X] [X][X] von [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.0181818
+represent [X][X] to the [X][X] [X] ||| vertreten [X][X] [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-2 ||| 0.0181818
+represent [X][X] the Governor of [X] ||| vertreten [X][X] Gouverneur von [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0181818
+represent [X][X] the [X][X] [X] ||| vertreten [X][X] [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.0181818
+represent [X][X] Governor of [X] ||| vertreten [X][X] Gouverneur von [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0181818
+represent [X][X] of [X] ||| vertreten [X][X] von [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0181818
+represent , [X][X] the [X][X] [X] ||| vertreten , [X][X] [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-3 ||| 0.0181818
+represent , [X][X] Governor of [X] ||| vertreten , [X][X] Gouverneur von [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0181818
+represent , [X][X] of [X] ||| vertreten , [X][X] von [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0181818
+represent , to [X][X] of [X] ||| vertreten , bei [X][X] von [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0181818
+[X][X] to the Governor [X][X] [X] ||| [X][X] Gouverneur [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-2 ||| 0.123351
+President [X][X] the Governor [X][X] [X] ||| Präsidentschaftskandidaten [X][X] Gouverneur [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-3 ||| 0.0848896
+President [X][X] Governor [X][X] [X] ||| Präsidentschaftskandidaten [X][X] Gouverneur [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0848896
+President [X][X] Governor of [X][X] [X] ||| Präsidentschaftskandidaten [X][X] Gouverneur von [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-4 ||| 0.0848896
+President [X][X] of [X][X] [X] ||| Präsidentschaftskandidaten [X][X] von [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0848896
+President [X][X] Texas , Mr [X] ||| Präsidentschaftskandidaten [X][X] Texas , George W. [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+President and [X][X] of [X][X] [X] ||| Präsidentschaftskandidaten und [X][X] von [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-4 ||| 0.0848896
+[X][X] the [X][X] Bush [X] ||| [X][X] [X][X] Bush [X] ||| 0.0182166 1 ||| 0-0 2-1 ||| 0.0777126
+[X][X] the Governor [X][X] Bush [X] ||| [X][X] Gouverneur [X][X] Bush [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.0777126
+[X][X] Governor [X][X] Bush [X] ||| [X][X] Gouverneur [X][X] Bush [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0777126
+[X][X] Governor of [X][X] Bush [X] ||| [X][X] Gouverneur von [X][X] Bush [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0777126
+and [X][X] of [X][X] Bush [X] ||| und [X][X] von [X][X] Bush [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0454545
+and to the [X][X] Bush [X] ||| und [X][X] Bush [X] ||| 0.0182166 1 ||| 3-1 ||| 0.0454545
+and to [X][X] Bush [X] ||| und [X][X] Bush [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0454545
+and [X][X] Bush [X] ||| und [X][X] Bush [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0454545
+[X][X] Texas , Mr [X][X] [X] ||| [X][X] Texas , George W. [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-5 ||| 0.467399
+Governor [X][X] Bush , [X] ||| Gouverneur [X][X] Bush , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.111111
+Governor [X][X] , [X] ||| Gouverneur [X][X] , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.111111
+Governor of [X][X] Bush , [X] ||| Gouverneur von [X][X] Bush , [X] ||| 0.0182166 1 ||| 2-2 ||| 0.111111
+Governor of [X][X] , [X] ||| Gouverneur von [X][X] , [X] ||| 0.0182166 1 ||| 2-2 ||| 0.111111
+[X][X] of [X][X] Bush , [X] ||| [X][X] von [X][X] Bush , [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.179304
+[X][X] of [X][X] , [X] ||| [X][X] von [X][X] , [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.179304
+the [X][X] Bush , [X] ||| [X][X] Bush , [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0769231
+the [X][X] , [X] ||| [X][X] , [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0769231
+the Governor [X][X] Bush , [X] ||| Gouverneur [X][X] Bush , [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0769231
+the Governor [X][X] , [X] ||| Gouverneur [X][X] , [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0769231
+the Governor of [X][X] , [X] ||| Gouverneur von [X][X] , [X] ||| 0.0182166 1 ||| 3-2 ||| 0.0769231
+to [X][X] of [X][X] , [X] ||| [X][X] von [X][X] , [X] ||| 0.0182166 1 ||| 1-0 3-2 ||| 0.0666667
+to the [X][X] Bush , [X] ||| [X][X] Bush , [X] ||| 0.0182166 1 ||| 2-0 ||| 0.0666667
+to [X][X] Bush , [X] ||| [X][X] Bush , [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0666667
+to the [X][X] , [X] ||| [X][X] , [X] ||| 0.0182166 1 ||| 2-0 ||| 0.0666667
+to [X][X] , [X] ||| [X][X] , [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0666667
+to the Governor [X][X] , [X] ||| Gouverneur [X][X] , [X] ||| 0.0182166 1 ||| 3-1 ||| 0.0666667
+of [X][X] Bush , who [X] ||| von [X][X] Bush , der [X] ||| 0.0182166 1 ||| 1-1 ||| 0.1
+of [X][X] Bush [X][X] [X] ||| von [X][X] Bush [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.1
+of [X][X] , who [X] ||| von [X][X] , der [X] ||| 0.0182166 1 ||| 1-1 ||| 0.1
+of [X][X] who [X] ||| von [X][X] der [X] ||| 0.0182166 1 ||| 1-1 ||| 0.1
+to order [X][X] and to [X] ||| zur [X][X] und zur [X] ||| 0.0182166 1 ||| 2-1 ||| 0.2
+to order [X][X] to [X] ||| zur [X][X] zur [X] ||| 0.0182166 1 ||| 2-1 ||| 0.2
+power [X][X] and to [X] ||| [X][X] und zur [X] ||| 0.0182166 1 ||| 1-0 ||| 0.166667
+power [X][X] to [X] ||| [X][X] zur [X] ||| 0.0182166 1 ||| 1-0 ||| 0.166667
+power to order [X][X] to [X] ||| zur [X][X] zur [X] ||| 0.0182166 1 ||| 3-1 ||| 0.166667
+the power [X][X] and to [X] ||| [X][X] und zur [X] ||| 0.0182166 1 ||| 2-0 ||| 0.142857
+the [X][X] and to [X] ||| [X][X] und zur [X] ||| 0.0182166 1 ||| 1-0 ||| 0.142857
+the power [X][X] to [X] ||| [X][X] zur [X] ||| 0.0182166 1 ||| 2-0 ||| 0.142857
+the [X][X] to [X] ||| [X][X] zur [X] ||| 0.0182166 1 ||| 1-0 ||| 0.142857
+[X][X] and to reprieve [X] ||| [X][X] und zur Begnadigung [X] ||| 0.0182166 1 ||| 0-0 ||| 0.425
+[X][X] to reprieve [X] ||| [X][X] zur Begnadigung [X] ||| 0.0182166 1 ||| 0-0 ||| 0.425
+[X][X] of your [X][X] institution [X] ||| [X][X] Ihres [X][X] Institution , [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.0603604
+[X][X] of your [X][X] [X] ||| [X][X] Ihres [X][X] , [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.0603604
+the [X][X] prestigious office [X][X] [X] ||| den [X][X] Amtes [X][X] , [X] ||| 0.0182166 1 ||| 1-1 4-3 ||| 0.0333333
+the [X][X] and the institution [X] ||| den [X][X] und der Institution , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0333333
+the [X][X] and [X][X] [X] ||| den [X][X] und [X][X] , [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0333333
+the [X][X] the institution [X] ||| den [X][X] der Institution , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0333333
+the [X][X] institution [X] ||| den [X][X] Institution , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0333333
+the [X][X] [X] ||| den [X][X] , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0333333
+the weight [X][X] and [X][X] [X] ||| den ganzen Einfluß [X][X] und [X][X] , [X] ||| 0.0182166 1 ||| 2-3 4-5 ||| 0.0333333
+the weight [X][X] the institution [X] ||| den ganzen Einfluß [X][X] der Institution , [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0333333
+the weight [X][X] institution [X] ||| den ganzen Einfluß [X][X] Institution , [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0333333
+the weight [X][X] [X] ||| den ganzen Einfluß [X][X] , [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0333333
+the weight of your [X][X] [X] ||| den ganzen Einfluß Ihres [X][X] , [X] ||| 0.0182166 1 ||| 4-4 ||| 0.0333333
+[X][X] weight [X][X] the institution [X] ||| [X][X] ganzen Einfluß [X][X] der Institution , [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.027027
+[X][X] weight [X][X] institution [X] ||| [X][X] ganzen Einfluß [X][X] Institution , [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.027027
+[X][X] weight [X][X] [X] ||| [X][X] ganzen Einfluß [X][X] , [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.027027
+[X][X] weight of your [X][X] [X] ||| [X][X] ganzen Einfluß Ihres [X][X] , [X] ||| 0.0182166 1 ||| 0-0 4-4 ||| 0.027027
+using [X][X] of your [X][X] [X] ||| [X][X] Ihres [X][X] , [X] ||| 0.0182166 1 ||| 1-0 4-2 ||| 0.027027
+using [X][X] prestigious office [X][X] [X] ||| [X][X] Amtes [X][X] , [X] ||| 0.0182166 1 ||| 1-0 4-2 ||| 0.027027
+using [X][X] and the institution [X] ||| [X][X] und der Institution , [X] ||| 0.0182166 1 ||| 1-0 ||| 0.027027
+using [X][X] and [X][X] [X] ||| [X][X] und [X][X] , [X] ||| 0.0182166 1 ||| 1-0 3-2 ||| 0.027027
+using [X][X] the institution [X] ||| [X][X] der Institution , [X] ||| 0.0182166 1 ||| 1-0 ||| 0.027027
+using [X][X] institution [X] ||| [X][X] Institution , [X] ||| 0.0182166 1 ||| 1-0 ||| 0.027027
+using the [X][X] and [X][X] [X] ||| den [X][X] und [X][X] , [X] ||| 0.0182166 1 ||| 2-1 4-3 ||| 0.027027
+using the [X][X] the institution [X] ||| den [X][X] der Institution , [X] ||| 0.0182166 1 ||| 2-1 ||| 0.027027
+using the [X][X] institution [X] ||| den [X][X] Institution , [X] ||| 0.0182166 1 ||| 2-1 ||| 0.027027
+using the [X][X] [X] ||| den [X][X] , [X] ||| 0.0182166 1 ||| 2-1 ||| 0.027027
+using the weight [X][X] institution [X] ||| den ganzen Einfluß [X][X] Institution , [X] ||| 0.0182166 1 ||| 3-3 ||| 0.027027
+using the weight [X][X] [X] ||| den ganzen Einfluß [X][X] , [X] ||| 0.0182166 1 ||| 3-3 ||| 0.027027
+weight [X][X] prestigious office [X][X] [X] ||| ganzen Einfluß [X][X] Amtes [X][X] , die [X] ||| 0.00910828 1 ||| 1-2 4-4 ||| 0.0689656
+weight [X][X] prestigious office [X][X] [X] ||| ganzen Einfluß [X][X] Amtes [X][X] die [X] ||| 0.00910828 1 ||| 1-2 4-4 ||| 0.0689656
+weight [X][X] and the institution [X] ||| ganzen Einfluß [X][X] und der Institution , die [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0344828
+weight [X][X] and [X][X] [X] ||| ganzen Einfluß [X][X] und [X][X] , die [X] ||| 0.00910828 1 ||| 1-2 3-4 ||| 0.0689656
+weight [X][X] and [X][X] [X] ||| ganzen Einfluß [X][X] und [X][X] die [X] ||| 0.00910828 1 ||| 1-2 3-4 ||| 0.0689656
+weight [X][X] the institution [X] ||| ganzen Einfluß [X][X] der Institution , die [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0344828
+weight [X][X] institution [X] ||| ganzen Einfluß [X][X] Institution , die [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0344828
+weight [X][X] [X] ||| ganzen Einfluß [X][X] , die [X] ||| 0.00910828 1 ||| 1-2 ||| 0.0689656
+weight [X][X] [X] ||| ganzen Einfluß [X][X] die [X] ||| 0.00910828 1 ||| 1-2 ||| 0.0689656
+weight of your [X][X] institution [X] ||| ganzen Einfluß Ihres [X][X] Institution , die [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0344828
+weight of your [X][X] [X] ||| ganzen Einfluß Ihres [X][X] , die [X] ||| 0.00910828 1 ||| 3-3 ||| 0.0689656
+weight of your [X][X] [X] ||| ganzen Einfluß Ihres [X][X] die [X] ||| 0.00910828 1 ||| 3-3 ||| 0.0689656
+[X][X] prestigious office [X][X] represent [X] ||| [X][X] Amtes [X][X] vertreten [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.0263158
+of your [X][X] institution [X][X] [X] ||| Ihres [X][X] Institution [X][X] [X] ||| 0.00607219 1 ||| 2-1 4-3 ||| 0.140172
+of your [X][X] institution [X][X] [X] ||| Ihres [X][X] Institution , [X][X] [X] ||| 0.00607219 1 ||| 2-1 4-4 ||| 0.140172
+of your [X][X] institution [X][X] [X] ||| Ihres [X][X] Institution , die [X][X] [X] ||| 0.00607219 1 ||| 2-1 4-5 ||| 0.140172
+of your [X][X] you represent [X] ||| Ihres [X][X] , die Sie vertreten [X] ||| 0.00607219 1 ||| 2-1 ||| 0.0789474
+of your [X][X] you represent [X] ||| Ihres [X][X] die Sie vertreten [X] ||| 0.00607219 1 ||| 2-1 ||| 0.0789474
+of your [X][X] you represent [X] ||| Ihres [X][X] Sie vertreten [X] ||| 0.00607219 1 ||| 2-1 ||| 0.0789474
+of your [X][X] represent [X] ||| Ihres [X][X] vertreten [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0263158
+[X][X] and [X][X] represent , [X] ||| [X][X] und [X][X] vertreten , [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0421473
+[X][X] and [X][X] , [X] ||| [X][X] und [X][X] , [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0421473
+[X][X] and the [X][X] , [X] ||| [X][X] und der [X][X] , [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0421473
+[X][X] the [X][X] represent , [X] ||| [X][X] der [X][X] vertreten , [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0421473
+[X][X] the [X][X] , [X] ||| [X][X] der [X][X] , [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0421473
+[X][X] the institution [X][X] , [X] ||| [X][X] der Institution [X][X] , [X] ||| 0.00607219 1 ||| 0-0 3-3 ||| 0.126442
+[X][X] the institution [X][X] , [X] ||| [X][X] der Institution , [X][X] , [X] ||| 0.00607219 1 ||| 0-0 3-4 ||| 0.126442
+[X][X] the institution [X][X] , [X] ||| [X][X] der Institution , die [X][X] , [X] ||| 0.00607219 1 ||| 0-0 3-5 ||| 0.126442
+[X][X] the institution you [X][X] [X] ||| [X][X] der Institution , die Sie [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-6 ||| 0.0590964
+prestigious office [X][X] you [X][X] [X] ||| Amtes [X][X] , die Sie [X][X] [X] ||| 0.00607219 1 ||| 2-1 4-5 ||| 0.116065
+prestigious office [X][X] you [X][X] [X] ||| Amtes [X][X] die Sie [X][X] [X] ||| 0.00607219 1 ||| 2-1 4-4 ||| 0.116065
+prestigious office [X][X] you [X][X] [X] ||| Amtes [X][X] Sie [X][X] [X] ||| 0.00607219 1 ||| 2-1 4-3 ||| 0.116065
+prestigious office [X][X] represent , [X] ||| Amtes [X][X] vertreten , [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0217391
+prestigious office [X][X] , [X] ||| Amtes [X][X] , [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0217391
+prestigious office and [X][X] , [X] ||| Amtes und [X][X] , [X] ||| 0.0182166 1 ||| 3-2 ||| 0.0217391
+[X][X] institution [X][X] , to [X] ||| [X][X] Institution [X][X] , bei [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0358171
+[X][X] institution [X][X] to [X] ||| [X][X] Institution [X][X] bei [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0358171
+[X][X] institution [X][X] , to [X] ||| [X][X] Institution , [X][X] , bei [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.0358171
+[X][X] institution [X][X] to [X] ||| [X][X] Institution , [X][X] bei [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.0358171
+[X][X] institution [X][X] , to [X] ||| [X][X] Institution , die [X][X] , bei [X] ||| 0.0182166 1 ||| 0-0 2-4 ||| 0.0358171
+[X][X] institution [X][X] to [X] ||| [X][X] Institution , die [X][X] bei [X] ||| 0.0182166 1 ||| 0-0 2-4 ||| 0.0358171
+[X][X] institution you [X][X] to [X] ||| [X][X] Institution , die Sie [X][X] bei [X] ||| 0.0182166 1 ||| 0-0 3-5 ||| 0.0358171
+[X][X] institution you represent [X][X] [X] ||| [X][X] Institution , die Sie vertreten [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-6 ||| 0.0507425
+and [X][X] you [X][X] to [X] ||| und [X][X] , die Sie [X][X] bei [X] ||| 0.0182166 1 ||| 1-1 3-5 ||| 0.0188679
+and [X][X] you represent [X][X] [X] ||| und [X][X] , die Sie vertreten [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-6 ||| 0.0337933
+and [X][X] you [X][X] to [X] ||| und [X][X] die Sie [X][X] bei [X] ||| 0.0182166 1 ||| 1-1 3-4 ||| 0.0188679
+and [X][X] you represent [X][X] [X] ||| und [X][X] die Sie vertreten [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-5 ||| 0.0337933
+and [X][X] you [X][X] to [X] ||| und [X][X] Sie [X][X] bei [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0188679
+and [X][X] you represent [X][X] [X] ||| und [X][X] Sie vertreten [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-4 ||| 0.0337933
+and [X][X] represent , to [X] ||| und [X][X] vertreten , bei [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0188679
+and [X][X] represent [X][X] [X] ||| und [X][X] vertreten [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0337933
+and [X][X] , to [X] ||| und [X][X] , bei [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0188679
+and [X][X] to [X] ||| und [X][X] bei [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0188679
+and the [X][X] represent [X][X] [X] ||| und der [X][X] vertreten [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-4 ||| 0.0337933
+and the [X][X] , to [X] ||| und der [X][X] , bei [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0188679
+and the [X][X] to [X] ||| und der [X][X] bei [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0188679
+and the institution [X][X] to [X] ||| und der Institution [X][X] bei [X] ||| 0.00607219 1 ||| 3-3 ||| 0.0566037
+and the institution [X][X] to [X] ||| und der Institution , [X][X] bei [X] ||| 0.00607219 1 ||| 3-4 ||| 0.0566037
+and the institution [X][X] to [X] ||| und der Institution , die [X][X] bei [X] ||| 0.00607219 1 ||| 3-5 ||| 0.0566037
+[X][X] you [X][X] to the [X] ||| [X][X] , die Sie [X][X] bei dem [X] ||| 0.0182166 1 ||| 0-0 2-4 ||| 0.0353335
+[X][X] you [X][X] the [X] ||| [X][X] , die Sie [X][X] dem [X] ||| 0.0182166 1 ||| 0-0 2-4 ||| 0.0353335
+[X][X] you represent [X][X] the [X] ||| [X][X] , die Sie vertreten [X][X] dem [X] ||| 0.0182166 1 ||| 0-0 3-5 ||| 0.0353335
+[X][X] you represent , [X][X] [X] ||| [X][X] , die Sie vertreten , [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-6 ||| 0.051727
+[X][X] you [X][X] to the [X] ||| [X][X] die Sie [X][X] bei dem [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.0353335
+[X][X] you [X][X] the [X] ||| [X][X] die Sie [X][X] dem [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.0353335
+[X][X] you represent [X][X] the [X] ||| [X][X] die Sie vertreten [X][X] dem [X] ||| 0.0182166 1 ||| 0-0 3-4 ||| 0.0353335
+[X][X] you represent , [X][X] [X] ||| [X][X] die Sie vertreten , [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-5 ||| 0.051727
+[X][X] you [X][X] to the [X] ||| [X][X] Sie [X][X] bei dem [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0353335
+[X][X] you [X][X] the [X] ||| [X][X] Sie [X][X] dem [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0353335
+[X][X] you represent [X][X] the [X] ||| [X][X] Sie vertreten [X][X] dem [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0353335
+[X][X] you represent , [X][X] [X] ||| [X][X] Sie vertreten , [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-4 ||| 0.051727
+the [X][X] represent [X][X] the [X] ||| der [X][X] vertreten [X][X] dem [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0204082
+the [X][X] represent , [X][X] [X] ||| der [X][X] vertreten , [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-4 ||| 0.0368016
+the [X][X] , to the [X] ||| der [X][X] , bei dem [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0204082
+the [X][X] , [X][X] [X] ||| der [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0368016
+the [X][X] to the [X] ||| der [X][X] bei dem [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0204082
+the [X][X] the [X] ||| der [X][X] dem [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0204082
+the institution [X][X] , [X][X] [X] ||| der Institution [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-4 ||| 0.0368016
+the institution [X][X] to the [X] ||| der Institution [X][X] bei dem [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0204082
+the institution [X][X] the [X] ||| der Institution [X][X] dem [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0204082
+the institution [X][X] , [X][X] [X] ||| der Institution , [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 2-3 4-5 ||| 0.0368016
+the institution [X][X] to the [X] ||| der Institution , [X][X] bei dem [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0204082
+the institution [X][X] the [X] ||| der Institution , [X][X] dem [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0204082
+the institution [X][X] , [X][X] [X] ||| der Institution , die [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 2-4 4-6 ||| 0.0368016
+the institution [X][X] to the [X] ||| der Institution , die [X][X] bei dem [X] ||| 0.0182166 1 ||| 2-4 ||| 0.0204082
+the institution [X][X] the [X] ||| der Institution , die [X][X] dem [X] ||| 0.0182166 1 ||| 2-4 ||| 0.0204082
+the institution you [X][X] the [X] ||| der Institution , die Sie [X][X] dem [X] ||| 0.0182166 1 ||| 3-5 ||| 0.0204082
+[X][X] represent [X][X] the President [X] ||| [X][X] vertreten [X][X] dem Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0386157
+[X][X] represent [X][X] President [X] ||| [X][X] vertreten [X][X] Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0386157
+[X][X] represent , [X][X] President [X] ||| [X][X] vertreten , [X][X] Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0386157
+[X][X] represent , to [X][X] [X] ||| [X][X] vertreten , bei [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-4 ||| 0.0805127
+institution [X][X] , [X][X] President [X] ||| Institution [X][X] , [X][X] Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0222222
+institution [X][X] , to [X][X] [X] ||| Institution [X][X] , bei [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-4 ||| 0.0641192
+institution [X][X] to the President [X] ||| Institution [X][X] bei dem Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0222222
+institution [X][X] to [X][X] [X] ||| Institution [X][X] bei [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0641192
+institution [X][X] the President [X] ||| Institution [X][X] dem Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0222222
+institution [X][X] President [X] ||| Institution [X][X] Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0222222
+institution [X][X] , [X][X] President [X] ||| Institution , [X][X] , [X][X] Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 1-2 3-4 ||| 0.0222222
+institution [X][X] , to [X][X] [X] ||| Institution , [X][X] , bei [X][X] [X] ||| 0.0182166 1 ||| 1-2 4-5 ||| 0.0641192
+institution [X][X] to the President [X] ||| Institution , [X][X] bei dem Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0222222
+institution [X][X] to [X][X] [X] ||| Institution , [X][X] bei [X][X] [X] ||| 0.0182166 1 ||| 1-2 3-4 ||| 0.0641192
+institution [X][X] the President [X] ||| Institution , [X][X] dem Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0222222
+institution [X][X] President [X] ||| Institution , [X][X] Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0222222
+institution [X][X] , [X][X] President [X] ||| Institution , die [X][X] , [X][X] Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 1-3 3-5 ||| 0.0222222
+institution [X][X] , to [X][X] [X] ||| Institution , die [X][X] , bei [X][X] [X] ||| 0.0182166 1 ||| 1-3 4-6 ||| 0.0641192
+institution [X][X] to the President [X] ||| Institution , die [X][X] bei dem Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 1-3 ||| 0.0222222
+institution [X][X] to [X][X] [X] ||| Institution , die [X][X] bei [X][X] [X] ||| 0.0182166 1 ||| 1-3 3-5 ||| 0.0641192
+institution [X][X] the President [X] ||| Institution , die [X][X] dem Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 1-3 ||| 0.0222222
+institution [X][X] President [X] ||| Institution , die [X][X] Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 1-3 ||| 0.0222222
+institution you [X][X] to [X][X] [X] ||| Institution , die Sie [X][X] bei [X][X] [X] ||| 0.0182166 1 ||| 2-4 4-6 ||| 0.0641192
+institution you [X][X] the President [X] ||| Institution , die Sie [X][X] dem Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 2-4 ||| 0.0222222
+institution you [X][X] President [X] ||| Institution , die Sie [X][X] Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 2-4 ||| 0.0222222
+institution you represent [X][X] President [X] ||| Institution , die Sie vertreten [X][X] Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 3-5 ||| 0.0222222
+[X][X] , [X][X] President and [X] ||| , [X][X] , [X][X] Präsidentschaftskandidaten und [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.0175439
+[X][X] , [X][X] and [X] ||| , [X][X] , [X][X] und [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.0175439
+[X][X] , to [X][X] and [X] ||| , [X][X] , bei [X][X] und [X] ||| 0.0182166 1 ||| 0-1 3-4 ||| 0.0175439
+[X][X] , to the [X][X] [X] ||| , [X][X] , bei dem [X][X] [X] ||| 0.0182166 1 ||| 0-1 4-5 ||| 0.0515995
+[X][X] to the President and [X] ||| , [X][X] bei dem Präsidentschaftskandidaten und [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0175439
+[X][X] to [X][X] and [X] ||| , [X][X] bei [X][X] und [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.0175439
+[X][X] to the [X][X] [X] ||| , [X][X] bei dem [X][X] [X] ||| 0.0182166 1 ||| 0-1 3-4 ||| 0.0515995
+[X][X] the President and [X] ||| , [X][X] dem Präsidentschaftskandidaten und [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0175439
+[X][X] the [X][X] [X] ||| , [X][X] dem [X][X] [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.0515995
+[X][X] President and [X] ||| , [X][X] Präsidentschaftskandidaten und [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0175439
+[X][X] and [X] ||| , [X][X] und [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0175439
+[X][X] , [X][X] President and [X] ||| , die [X][X] , [X][X] Präsidentschaftskandidaten und [X] ||| 0.0182166 1 ||| 0-2 2-4 ||| 0.0175439
+[X][X] , [X][X] and [X] ||| , die [X][X] , [X][X] und [X] ||| 0.0182166 1 ||| 0-2 2-4 ||| 0.0175439
+[X][X] , to [X][X] and [X] ||| , die [X][X] , bei [X][X] und [X] ||| 0.0182166 1 ||| 0-2 3-5 ||| 0.0175439
+[X][X] , to the [X][X] [X] ||| , die [X][X] , bei dem [X][X] [X] ||| 0.0182166 1 ||| 0-2 4-6 ||| 0.0515995
+[X][X] to the President and [X] ||| , die [X][X] bei dem Präsidentschaftskandidaten und [X] ||| 0.0182166 1 ||| 0-2 ||| 0.0175439
+[X][X] to [X][X] and [X] ||| , die [X][X] bei [X][X] und [X] ||| 0.0182166 1 ||| 0-2 2-4 ||| 0.0175439
+[X][X] to the [X][X] [X] ||| , die [X][X] bei dem [X][X] [X] ||| 0.0182166 1 ||| 0-2 3-5 ||| 0.0515995
+[X][X] the President and [X] ||| , die [X][X] dem Präsidentschaftskandidaten und [X] ||| 0.0182166 1 ||| 0-2 ||| 0.0175439
+[X][X] the [X][X] [X] ||| , die [X][X] dem [X][X] [X] ||| 0.0182166 1 ||| 0-2 2-4 ||| 0.0515995
+[X][X] President and [X] ||| , die [X][X] Präsidentschaftskandidaten und [X] ||| 0.0182166 1 ||| 0-2 ||| 0.0175439
+[X][X] and [X] ||| , die [X][X] und [X] ||| 0.0182166 1 ||| 0-2 ||| 0.0175439
+you [X][X] to [X][X] and [X] ||| , die Sie [X][X] bei [X][X] und [X] ||| 0.0182166 1 ||| 1-3 3-5 ||| 0.0175439
+you [X][X] to the [X][X] [X] ||| , die Sie [X][X] bei dem [X][X] [X] ||| 0.0182166 1 ||| 1-3 4-6 ||| 0.0515995
+you [X][X] the President and [X] ||| , die Sie [X][X] dem Präsidentschaftskandidaten und [X] ||| 0.0182166 1 ||| 1-3 ||| 0.0175439
+you [X][X] the [X][X] [X] ||| , die Sie [X][X] dem [X][X] [X] ||| 0.0182166 1 ||| 1-3 3-5 ||| 0.0515995
+you [X][X] President and [X] ||| , die Sie [X][X] Präsidentschaftskandidaten und [X] ||| 0.0182166 1 ||| 1-3 ||| 0.0175439
+you [X][X] and [X] ||| , die Sie [X][X] und [X] ||| 0.0182166 1 ||| 1-3 ||| 0.0175439
+you represent [X][X] the [X][X] [X] ||| , die Sie vertreten [X][X] dem [X][X] [X] ||| 0.0182166 1 ||| 2-4 4-6 ||| 0.0515995
+you represent [X][X] President and [X] ||| , die Sie vertreten [X][X] Präsidentschaftskandidaten und [X] ||| 0.0182166 1 ||| 2-4 ||| 0.0175439
+you represent [X][X] and [X] ||| , die Sie vertreten [X][X] und [X] ||| 0.0182166 1 ||| 2-4 ||| 0.0175439
+you represent , [X][X] and [X] ||| , die Sie vertreten , [X][X] und [X] ||| 0.0182166 1 ||| 3-5 ||| 0.0175439
+[X][X] , [X][X] and to [X] ||| , [X][X] , [X][X] und [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.0131579
+[X][X] , [X][X] to [X] ||| , [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.0131579
+[X][X] , to [X][X] to [X] ||| , [X][X] , bei [X][X] [X] ||| 0.0182166 1 ||| 0-1 3-4 ||| 0.0131579
+[X][X] to [X][X] and to [X] ||| , [X][X] bei [X][X] und [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.0131579
+[X][X] to [X][X] to [X] ||| , [X][X] bei [X][X] [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.0131579
+[X][X] to the [X][X] to [X] ||| , [X][X] bei dem [X][X] [X] ||| 0.0182166 1 ||| 0-1 3-4 ||| 0.0131579
+[X][X] to the President [X][X] [X] ||| , [X][X] bei dem Präsidentschaftskandidaten [X][X] [X] ||| 0.0182166 1 ||| 0-1 4-5 ||| 0.0340556
+[X][X] the President and to [X] ||| , [X][X] dem Präsidentschaftskandidaten und [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0131579
+[X][X] the [X][X] to [X] ||| , [X][X] dem [X][X] [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.0131579
+[X][X] the President [X][X] [X] ||| , [X][X] dem Präsidentschaftskandidaten [X][X] [X] ||| 0.0182166 1 ||| 0-1 3-4 ||| 0.0340556
+[X][X] President and to [X] ||| , [X][X] Präsidentschaftskandidaten und [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0131579
+[X][X] President [X][X] [X] ||| , [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.0340556
+[X][X] and to [X] ||| , [X][X] und [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0131579
+[X][X] , [X][X] and to [X] ||| , die [X][X] , [X][X] und [X] ||| 0.0182166 1 ||| 0-2 2-4 ||| 0.0131579
+[X][X] , [X][X] to [X] ||| , die [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 0-2 2-4 ||| 0.0131579
+[X][X] , to [X][X] to [X] ||| , die [X][X] , bei [X][X] [X] ||| 0.0182166 1 ||| 0-2 3-5 ||| 0.0131579
+[X][X] to [X][X] and to [X] ||| , die [X][X] bei [X][X] und [X] ||| 0.0182166 1 ||| 0-2 2-4 ||| 0.0131579
+[X][X] to [X][X] to [X] ||| , die [X][X] bei [X][X] [X] ||| 0.0182166 1 ||| 0-2 2-4 ||| 0.0131579
+[X][X] to the [X][X] to [X] ||| , die [X][X] bei dem [X][X] [X] ||| 0.0182166 1 ||| 0-2 3-5 ||| 0.0131579
+[X][X] to the President [X][X] [X] ||| , die [X][X] bei dem Präsidentschaftskandidaten [X][X] [X] ||| 0.0182166 1 ||| 0-2 4-6 ||| 0.0340556
+[X][X] the President and to [X] ||| , die [X][X] dem Präsidentschaftskandidaten und [X] ||| 0.0182166 1 ||| 0-2 ||| 0.0131579
+[X][X] the [X][X] to [X] ||| , die [X][X] dem [X][X] [X] ||| 0.0182166 1 ||| 0-2 2-4 ||| 0.0131579
+[X][X] the President [X][X] [X] ||| , die [X][X] dem Präsidentschaftskandidaten [X][X] [X] ||| 0.0182166 1 ||| 0-2 3-5 ||| 0.0340556
+[X][X] President and to [X] ||| , die [X][X] Präsidentschaftskandidaten und [X] ||| 0.0182166 1 ||| 0-2 ||| 0.0131579
+[X][X] President [X][X] [X] ||| , die [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 0.0182166 1 ||| 0-2 2-4 ||| 0.0340556
+[X][X] and to [X] ||| , die [X][X] und [X] ||| 0.0182166 1 ||| 0-2 ||| 0.0131579
+you [X][X] to [X][X] to [X] ||| , die Sie [X][X] bei [X][X] [X] ||| 0.0182166 1 ||| 1-3 3-5 ||| 0.0131579
+you [X][X] the [X][X] to [X] ||| , die Sie [X][X] dem [X][X] [X] ||| 0.0182166 1 ||| 1-3 3-5 ||| 0.0131579
+you [X][X] the President [X][X] [X] ||| , die Sie [X][X] dem Präsidentschaftskandidaten [X][X] [X] ||| 0.0182166 1 ||| 1-3 4-6 ||| 0.0340556
+you [X][X] President and to [X] ||| , die Sie [X][X] Präsidentschaftskandidaten und [X] ||| 0.0182166 1 ||| 1-3 ||| 0.0131579
+you [X][X] President [X][X] [X] ||| , die Sie [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 0.0182166 1 ||| 1-3 3-5 ||| 0.0340556
+you [X][X] and to [X] ||| , die Sie [X][X] und [X] ||| 0.0182166 1 ||| 1-3 ||| 0.0131579
+you [X][X] to [X] ||| , die Sie [X][X] [X] ||| 0.0182166 1 ||| 1-3 ||| 0.0131579
+you represent [X][X] President [X][X] [X] ||| , die Sie vertreten [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 0.0182166 1 ||| 2-4 4-6 ||| 0.0340556
+you represent [X][X] and to [X] ||| , die Sie vertreten [X][X] und [X] ||| 0.0182166 1 ||| 2-4 ||| 0.0131579
+you represent [X][X] to [X] ||| , die Sie vertreten [X][X] [X] ||| 0.0182166 1 ||| 2-4 ||| 0.0131579
+you represent , [X][X] to [X] ||| , die Sie vertreten , [X][X] [X] ||| 0.0182166 1 ||| 3-5 ||| 0.0131579
+[X][X] , [X][X] to the [X] ||| , [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.0120482
+[X][X] , [X][X] the [X] ||| , [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.0120482
+[X][X] , to [X][X] the [X] ||| , [X][X] , bei [X][X] [X] ||| 0.0182166 1 ||| 0-1 3-4 ||| 0.0120482
+[X][X] to [X][X] to the [X] ||| , [X][X] bei [X][X] [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.0120482
+[X][X] to [X][X] the [X] ||| , [X][X] bei [X][X] [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.0120482
+[X][X] to the [X][X] the [X] ||| , [X][X] bei dem [X][X] [X] ||| 0.0182166 1 ||| 0-1 3-4 ||| 0.0120482
+[X][X] the [X][X] to the [X] ||| , [X][X] dem [X][X] [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.0120482
+[X][X] the [X][X] the [X] ||| , [X][X] dem [X][X] [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.0120482
+[X][X] the President [X][X] the [X] ||| , [X][X] dem Präsidentschaftskandidaten [X][X] [X] ||| 0.0182166 1 ||| 0-1 3-4 ||| 0.0120482
+[X][X] President and to the [X] ||| , [X][X] Präsidentschaftskandidaten und [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0120482
+[X][X] President [X][X] the [X] ||| , [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.0120482
+[X][X] and to the [X] ||| , [X][X] und [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0120482
+[X][X] , [X][X] to the [X] ||| , die [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 0-2 2-4 ||| 0.0120482
+[X][X] , [X][X] the [X] ||| , die [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 0-2 2-4 ||| 0.0120482
+[X][X] , to [X][X] the [X] ||| , die [X][X] , bei [X][X] [X] ||| 0.0182166 1 ||| 0-2 3-5 ||| 0.0120482
+[X][X] to [X][X] to the [X] ||| , die [X][X] bei [X][X] [X] ||| 0.0182166 1 ||| 0-2 2-4 ||| 0.0120482
+[X][X] to [X][X] the [X] ||| , die [X][X] bei [X][X] [X] ||| 0.0182166 1 ||| 0-2 2-4 ||| 0.0120482
+[X][X] to the [X][X] the [X] ||| , die [X][X] bei dem [X][X] [X] ||| 0.0182166 1 ||| 0-2 3-5 ||| 0.0120482
+[X][X] the [X][X] to the [X] ||| , die [X][X] dem [X][X] [X] ||| 0.0182166 1 ||| 0-2 2-4 ||| 0.0120482
+[X][X] the [X][X] the [X] ||| , die [X][X] dem [X][X] [X] ||| 0.0182166 1 ||| 0-2 2-4 ||| 0.0120482
+[X][X] the President [X][X] the [X] ||| , die [X][X] dem Präsidentschaftskandidaten [X][X] [X] ||| 0.0182166 1 ||| 0-2 3-5 ||| 0.0120482
+[X][X] President and to the [X] ||| , die [X][X] Präsidentschaftskandidaten und [X] ||| 0.0182166 1 ||| 0-2 ||| 0.0120482
+[X][X] President [X][X] the [X] ||| , die [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 0.0182166 1 ||| 0-2 2-4 ||| 0.0120482
+[X][X] and to the [X] ||| , die [X][X] und [X] ||| 0.0182166 1 ||| 0-2 ||| 0.0120482
+you [X][X] to [X][X] the [X] ||| , die Sie [X][X] bei [X][X] [X] ||| 0.0182166 1 ||| 1-3 3-5 ||| 0.0120482
+you [X][X] the [X][X] the [X] ||| , die Sie [X][X] dem [X][X] [X] ||| 0.0182166 1 ||| 1-3 3-5 ||| 0.0120482
+you [X][X] President [X][X] the [X] ||| , die Sie [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 0.0182166 1 ||| 1-3 3-5 ||| 0.0120482
+you [X][X] and to the [X] ||| , die Sie [X][X] und [X] ||| 0.0182166 1 ||| 1-3 ||| 0.0120482
+you [X][X] to the [X] ||| , die Sie [X][X] [X] ||| 0.0182166 1 ||| 1-3 ||| 0.0120482
+you [X][X] the [X] ||| , die Sie [X][X] [X] ||| 0.0182166 1 ||| 1-3 ||| 0.0120482
+you represent [X][X] to the [X] ||| , die Sie vertreten [X][X] [X] ||| 0.0182166 1 ||| 2-4 ||| 0.0120482
+you represent [X][X] the [X] ||| , die Sie vertreten [X][X] [X] ||| 0.0182166 1 ||| 2-4 ||| 0.0120482
+you represent , [X][X] the [X] ||| , die Sie vertreten , [X][X] [X] ||| 0.0182166 1 ||| 3-5 ||| 0.0120482
+[X][X] , [X][X] the Governor [X] ||| die [X][X] , [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.0119048
+[X][X] , [X][X] Governor [X] ||| die [X][X] , [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.0119048
+[X][X] , to [X][X] Governor [X] ||| die [X][X] , bei [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 0-1 3-4 ||| 0.0119048
+[X][X] to [X][X] the Governor [X] ||| die [X][X] bei [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.0119048
+[X][X] to [X][X] Governor [X] ||| die [X][X] bei [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.0119048
+[X][X] to the [X][X] Governor [X] ||| die [X][X] bei dem [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 0-1 3-4 ||| 0.0119048
+[X][X] the [X][X] the Governor [X] ||| die [X][X] dem [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.0119048
+[X][X] the [X][X] Governor [X] ||| die [X][X] dem [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.0119048
+[X][X] the President [X][X] Governor [X] ||| die [X][X] dem Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 0-1 3-4 ||| 0.0119048
+[X][X] the President and [X][X] [X] ||| die [X][X] dem Präsidentschaftskandidaten und [X][X] [X] ||| 0.0182166 1 ||| 0-1 4-5 ||| 0.0119048
+[X][X] President [X][X] the Governor [X] ||| die [X][X] Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.0119048
+[X][X] President [X][X] Governor [X] ||| die [X][X] Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.0119048
+[X][X] President and to [X][X] [X] ||| die [X][X] Präsidentschaftskandidaten und [X][X] [X] ||| 0.0182166 1 ||| 0-1 4-4 ||| 0.0119048
+[X][X] President and [X][X] [X] ||| die [X][X] Präsidentschaftskandidaten und [X][X] [X] ||| 0.0182166 1 ||| 0-1 3-4 ||| 0.0119048
+[X][X] and to the Governor [X] ||| die [X][X] und Gouverneur [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0119048
+[X][X] and to [X][X] [X] ||| die [X][X] und [X][X] [X] ||| 0.0182166 1 ||| 0-1 3-3 ||| 0.0119048
+[X][X] and [X][X] [X] ||| die [X][X] und [X][X] [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.0119048
+[X][X] to the Governor [X] ||| die [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0119048
+[X][X] the Governor [X] ||| die [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0119048
+[X][X] Governor [X] ||| die [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0119048
+you [X][X] to [X][X] Governor [X] ||| die Sie [X][X] bei [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 1-2 3-4 ||| 0.0119048
+you [X][X] the [X][X] Governor [X] ||| die Sie [X][X] dem [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 1-2 3-4 ||| 0.0119048
+you [X][X] President [X][X] Governor [X] ||| die Sie [X][X] Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 1-2 3-4 ||| 0.0119048
+you [X][X] President and [X][X] [X] ||| die Sie [X][X] Präsidentschaftskandidaten und [X][X] [X] ||| 0.0182166 1 ||| 1-2 4-5 ||| 0.0119048
+you [X][X] and to [X][X] [X] ||| die Sie [X][X] und [X][X] [X] ||| 0.0182166 1 ||| 1-2 4-4 ||| 0.0119048
+you [X][X] and [X][X] [X] ||| die Sie [X][X] und [X][X] [X] ||| 0.0182166 1 ||| 1-2 3-4 ||| 0.0119048
+you [X][X] to the Governor [X] ||| die Sie [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0119048
+you [X][X] to [X][X] [X] ||| die Sie [X][X] [X][X] [X] ||| 0.0182166 1 ||| 1-2 3-3 ||| 0.0119048
+you [X][X] the Governor [X] ||| die Sie [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0119048
+you [X][X] Governor [X] ||| die Sie [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0119048
+you represent [X][X] and [X][X] [X] ||| die Sie vertreten [X][X] und [X][X] [X] ||| 0.0182166 1 ||| 2-3 4-5 ||| 0.0119048
+you represent [X][X] to [X][X] [X] ||| die Sie vertreten [X][X] [X][X] [X] ||| 0.0182166 1 ||| 2-3 4-4 ||| 0.0119048
+you represent [X][X] the Governor [X] ||| die Sie vertreten [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0119048
+you represent [X][X] Governor [X] ||| die Sie vertreten [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0119048
+you represent , [X][X] Governor [X] ||| die Sie vertreten , [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 3-4 ||| 0.0119048
+the [X][X] the Governor [X][X] [X] ||| dem [X][X] Gouverneur [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-3 ||| 0.0384615
+the [X][X] Governor [X][X] [X] ||| dem [X][X] Gouverneur [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0384615
+the [X][X] Governor of [X][X] [X] ||| dem [X][X] Gouverneur von [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-4 ||| 0.0384615
+the [X][X] of [X][X] [X] ||| dem [X][X] von [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0384615
+the [X][X] Texas , Mr [X] ||| dem [X][X] Texas , George W. [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0384615
+the President [X][X] Governor [X][X] [X] ||| dem Präsidentschaftskandidaten [X][X] Gouverneur [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-4 ||| 0.0384615
+the President [X][X] of [X][X] [X] ||| dem Präsidentschaftskandidaten [X][X] von [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-4 ||| 0.0384615
+[X][X] to the [X][X] Bush [X] ||| [X][X] [X][X] Bush [X] ||| 0.0182166 1 ||| 0-0 3-1 ||| 0.0322581
+[X][X] to [X][X] Bush [X] ||| [X][X] [X][X] Bush [X] ||| 0.0182166 1 ||| 0-0 2-1 ||| 0.0322581
+President [X][X] the [X][X] Bush [X] ||| Präsidentschaftskandidaten [X][X] [X][X] Bush [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.0322581
+President [X][X] Governor [X][X] Bush [X] ||| Präsidentschaftskandidaten [X][X] Gouverneur [X][X] Bush [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0322581
+President [X][X] of [X][X] Bush [X] ||| Präsidentschaftskandidaten [X][X] von [X][X] Bush [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0322581
+President [X][X] Bush [X] ||| Präsidentschaftskandidaten [X][X] Bush [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0322581
+President and to [X][X] Bush [X] ||| Präsidentschaftskandidaten und [X][X] Bush [X] ||| 0.0182166 1 ||| 3-2 ||| 0.0322581
+President and [X][X] Bush [X] ||| Präsidentschaftskandidaten und [X][X] Bush [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0322581
+[X][X] the [X][X] Bush , [X] ||| [X][X] [X][X] Bush , [X] ||| 0.0182166 1 ||| 0-0 2-1 ||| 0.0357143
+[X][X] the [X][X] , [X] ||| [X][X] [X][X] , [X] ||| 0.0182166 1 ||| 0-0 2-1 ||| 0.0357143
+[X][X] the Governor [X][X] , [X] ||| [X][X] Gouverneur [X][X] , [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.0357143
+[X][X] Governor [X][X] Bush , [X] ||| [X][X] Gouverneur [X][X] Bush , [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0357143
+[X][X] Governor [X][X] , [X] ||| [X][X] Gouverneur [X][X] , [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0357143
+[X][X] Governor of [X][X] , [X] ||| [X][X] Gouverneur von [X][X] , [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0357143
+and [X][X] of [X][X] , [X] ||| und [X][X] von [X][X] , [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0357143
+and to [X][X] Bush , [X] ||| und [X][X] Bush , [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0357143
+and [X][X] Bush , [X] ||| und [X][X] Bush , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0357143
+and to the [X][X] , [X] ||| und [X][X] , [X] ||| 0.0182166 1 ||| 3-1 ||| 0.0357143
+and to [X][X] , [X] ||| und [X][X] , [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0357143
+Governor [X][X] Bush , who [X] ||| Gouverneur [X][X] Bush , der [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0714286
+Governor [X][X] Bush [X][X] [X] ||| Gouverneur [X][X] Bush [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0714286
+Governor [X][X] , who [X] ||| Gouverneur [X][X] , der [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0714286
+Governor [X][X] who [X] ||| Gouverneur [X][X] der [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0714286
+Governor of [X][X] Bush [X][X] [X] ||| Gouverneur von [X][X] Bush [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-4 ||| 0.0714286
+Governor of [X][X] , who [X] ||| Gouverneur von [X][X] , der [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0714286
+Governor of [X][X] who [X] ||| Gouverneur von [X][X] der [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0714286
+[X][X] of [X][X] , who [X] ||| [X][X] von [X][X] , der [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.105556
+[X][X] of [X][X] who [X] ||| [X][X] von [X][X] der [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.105556
+the [X][X] Bush , who [X] ||| [X][X] Bush , der [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0555556
+the [X][X] Bush [X][X] [X] ||| [X][X] Bush [X][X] [X] ||| 0.0182166 1 ||| 1-0 3-2 ||| 0.0555556
+the [X][X] , who [X] ||| [X][X] , der [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0555556
+the [X][X] who [X] ||| [X][X] der [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0555556
+the Governor [X][X] Bush [X][X] [X] ||| Gouverneur [X][X] Bush [X][X] [X] ||| 0.0182166 1 ||| 2-1 4-3 ||| 0.0555556
+the Governor [X][X] , who [X] ||| Gouverneur [X][X] , der [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0555556
+the Governor [X][X] who [X] ||| Gouverneur [X][X] der [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0555556
+the Governor of [X][X] who [X] ||| Gouverneur von [X][X] der [X] ||| 0.0182166 1 ||| 3-2 ||| 0.0555556
+to [X][X] of [X][X] who [X] ||| [X][X] von [X][X] der [X] ||| 0.0182166 1 ||| 1-0 3-2 ||| 0.05
+to the [X][X] Bush [X][X] [X] ||| [X][X] Bush [X][X] [X] ||| 0.0182166 1 ||| 2-0 4-2 ||| 0.05
+to [X][X] Bush , who [X] ||| [X][X] Bush , der [X] ||| 0.0182166 1 ||| 1-0 ||| 0.05
+to [X][X] Bush [X][X] [X] ||| [X][X] Bush [X][X] [X] ||| 0.0182166 1 ||| 1-0 3-2 ||| 0.05
+to the [X][X] , who [X] ||| [X][X] , der [X] ||| 0.0182166 1 ||| 2-0 ||| 0.05
+to [X][X] , who [X] ||| [X][X] , der [X] ||| 0.0182166 1 ||| 1-0 ||| 0.05
+to the [X][X] who [X] ||| [X][X] der [X] ||| 0.0182166 1 ||| 2-0 ||| 0.05
+to [X][X] who [X] ||| [X][X] der [X] ||| 0.0182166 1 ||| 1-0 ||| 0.05
+to the Governor [X][X] who [X] ||| Gouverneur [X][X] der [X] ||| 0.0182166 1 ||| 3-1 ||| 0.05
+to order [X][X] and [X][X] [X] ||| zur [X][X] und [X][X] [X] ||| 0.0182166 1 ||| 2-1 4-3 ||| 0.201923
+to order [X][X] to reprieve [X] ||| zur [X][X] zur Begnadigung [X] ||| 0.0182166 1 ||| 2-1 ||| 0.125
+to order [X][X] reprieve [X] ||| zur [X][X] Begnadigung [X] ||| 0.0182166 1 ||| 2-1 ||| 0.125
+power [X][X] and to reprieve [X] ||| [X][X] und zur Begnadigung [X] ||| 0.0182166 1 ||| 1-0 ||| 0.1
+power [X][X] and [X][X] [X] ||| [X][X] und [X][X] [X] ||| 0.0182166 1 ||| 1-0 3-2 ||| 0.1
+power [X][X] to reprieve [X] ||| [X][X] zur Begnadigung [X] ||| 0.0182166 1 ||| 1-0 ||| 0.1
+power [X][X] reprieve [X] ||| [X][X] Begnadigung [X] ||| 0.0182166 1 ||| 1-0 ||| 0.1
+power to order [X][X] reprieve [X] ||| zur [X][X] Begnadigung [X] ||| 0.0182166 1 ||| 3-1 ||| 0.1
+[X][X] and to reprieve the [X] ||| [X][X] und zur Begnadigung des [X] ||| 0.0182166 1 ||| 0-0 ||| 0.188034
+[X][X] and [X][X] the [X] ||| [X][X] und [X][X] des [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.188034
+[X][X] and to [X][X] [X] ||| [X][X] und zur [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.254701
+[X][X] to reprieve the [X] ||| [X][X] zur Begnadigung des [X] ||| 0.0182166 1 ||| 0-0 ||| 0.188034
+[X][X] to [X][X] [X] ||| [X][X] zur [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.254701
+[X][X] of your [X][X] institution [X] ||| [X][X] Ihres [X][X] Institution , die [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.0454082
+[X][X] of your [X][X] [X] ||| [X][X] Ihres [X][X] , die [X] ||| 0.00910828 1 ||| 0-0 3-2 ||| 0.0908164
+[X][X] of your [X][X] [X] ||| [X][X] Ihres [X][X] die [X] ||| 0.00910828 1 ||| 0-0 3-2 ||| 0.0908164
+the [X][X] prestigious office [X][X] [X] ||| den [X][X] Amtes [X][X] , die [X] ||| 0.00910828 1 ||| 1-1 4-3 ||| 0.05
+the [X][X] prestigious office [X][X] [X] ||| den [X][X] Amtes [X][X] die [X] ||| 0.00910828 1 ||| 1-1 4-3 ||| 0.05
+the [X][X] and the institution [X] ||| den [X][X] und der Institution , die [X] ||| 0.0182166 1 ||| 1-1 ||| 0.025
+the [X][X] and [X][X] [X] ||| den [X][X] und [X][X] , die [X] ||| 0.00910828 1 ||| 1-1 3-3 ||| 0.05
+the [X][X] and [X][X] [X] ||| den [X][X] und [X][X] die [X] ||| 0.00910828 1 ||| 1-1 3-3 ||| 0.05
+the [X][X] the institution [X] ||| den [X][X] der Institution , die [X] ||| 0.0182166 1 ||| 1-1 ||| 0.025
+the [X][X] institution [X] ||| den [X][X] Institution , die [X] ||| 0.0182166 1 ||| 1-1 ||| 0.025
+the [X][X] [X] ||| den [X][X] , die [X] ||| 0.00910828 1 ||| 1-1 ||| 0.05
+the [X][X] [X] ||| den [X][X] die [X] ||| 0.00910828 1 ||| 1-1 ||| 0.05
+the weight [X][X] and [X][X] [X] ||| den ganzen Einfluß [X][X] und [X][X] , die [X] ||| 0.00910828 1 ||| 2-3 4-5 ||| 0.05
+the weight [X][X] and [X][X] [X] ||| den ganzen Einfluß [X][X] und [X][X] die [X] ||| 0.00910828 1 ||| 2-3 4-5 ||| 0.05
+the weight [X][X] the institution [X] ||| den ganzen Einfluß [X][X] der Institution , die [X] ||| 0.0182166 1 ||| 2-3 ||| 0.025
+the weight [X][X] institution [X] ||| den ganzen Einfluß [X][X] Institution , die [X] ||| 0.0182166 1 ||| 2-3 ||| 0.025
+the weight [X][X] [X] ||| den ganzen Einfluß [X][X] , die [X] ||| 0.00910828 1 ||| 2-3 ||| 0.05
+the weight [X][X] [X] ||| den ganzen Einfluß [X][X] die [X] ||| 0.00910828 1 ||| 2-3 ||| 0.05
+the weight of your [X][X] [X] ||| den ganzen Einfluß Ihres [X][X] , die [X] ||| 0.00910828 1 ||| 4-4 ||| 0.05
+the weight of your [X][X] [X] ||| den ganzen Einfluß Ihres [X][X] die [X] ||| 0.00910828 1 ||| 4-4 ||| 0.05
+[X][X] weight [X][X] the institution [X] ||| [X][X] ganzen Einfluß [X][X] der Institution , die [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.0204082
+[X][X] weight [X][X] institution [X] ||| [X][X] ganzen Einfluß [X][X] Institution , die [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.0204082
+[X][X] weight [X][X] [X] ||| [X][X] ganzen Einfluß [X][X] , die [X] ||| 0.00910828 1 ||| 0-0 2-3 ||| 0.0408164
+[X][X] weight [X][X] [X] ||| [X][X] ganzen Einfluß [X][X] die [X] ||| 0.00910828 1 ||| 0-0 2-3 ||| 0.0408164
+[X][X] weight of your [X][X] [X] ||| [X][X] ganzen Einfluß Ihres [X][X] , die [X] ||| 0.00910828 1 ||| 0-0 4-4 ||| 0.0408164
+[X][X] weight of your [X][X] [X] ||| [X][X] ganzen Einfluß Ihres [X][X] die [X] ||| 0.00910828 1 ||| 0-0 4-4 ||| 0.0408164
+using [X][X] of your [X][X] [X] ||| [X][X] Ihres [X][X] , die [X] ||| 0.00910828 1 ||| 1-0 4-2 ||| 0.0408164
+using [X][X] of your [X][X] [X] ||| [X][X] Ihres [X][X] die [X] ||| 0.00910828 1 ||| 1-0 4-2 ||| 0.0408164
+using [X][X] prestigious office [X][X] [X] ||| [X][X] Amtes [X][X] , die [X] ||| 0.00910828 1 ||| 1-0 4-2 ||| 0.0408164
+using [X][X] prestigious office [X][X] [X] ||| [X][X] Amtes [X][X] die [X] ||| 0.00910828 1 ||| 1-0 4-2 ||| 0.0408164
+using [X][X] and the institution [X] ||| [X][X] und der Institution , die [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0204082
+using [X][X] and [X][X] [X] ||| [X][X] und [X][X] , die [X] ||| 0.00910828 1 ||| 1-0 3-2 ||| 0.0408164
+using [X][X] and [X][X] [X] ||| [X][X] und [X][X] die [X] ||| 0.00910828 1 ||| 1-0 3-2 ||| 0.0408164
+using [X][X] the institution [X] ||| [X][X] der Institution , die [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0204082
+using [X][X] institution [X] ||| [X][X] Institution , die [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0204082
+using the [X][X] and [X][X] [X] ||| den [X][X] und [X][X] , die [X] ||| 0.00910828 1 ||| 2-1 4-3 ||| 0.0408164
+using the [X][X] and [X][X] [X] ||| den [X][X] und [X][X] die [X] ||| 0.00910828 1 ||| 2-1 4-3 ||| 0.0408164
+using the [X][X] the institution [X] ||| den [X][X] der Institution , die [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0204082
+using the [X][X] institution [X] ||| den [X][X] Institution , die [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0204082
+using the [X][X] [X] ||| den [X][X] , die [X] ||| 0.00910828 1 ||| 2-1 ||| 0.0408164
+using the [X][X] [X] ||| den [X][X] die [X] ||| 0.00910828 1 ||| 2-1 ||| 0.0408164
+using the weight [X][X] institution [X] ||| den ganzen Einfluß [X][X] Institution , die [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0204082
+using the weight [X][X] [X] ||| den ganzen Einfluß [X][X] , die [X] ||| 0.00910828 1 ||| 3-3 ||| 0.0408164
+using the weight [X][X] [X] ||| den ganzen Einfluß [X][X] die [X] ||| 0.00910828 1 ||| 3-3 ||| 0.0408164
+weight [X][X] and [X][X] you [X] ||| ganzen Einfluß [X][X] und [X][X] , die Sie [X] ||| 0.00607219 1 ||| 1-2 3-4 ||| 0.0882354
+weight [X][X] and [X][X] you [X] ||| ganzen Einfluß [X][X] und [X][X] die Sie [X] ||| 0.00607219 1 ||| 1-2 3-4 ||| 0.0882354
+weight [X][X] and [X][X] you [X] ||| ganzen Einfluß [X][X] und [X][X] Sie [X] ||| 0.00607219 1 ||| 1-2 3-4 ||| 0.0882354
+weight [X][X] and the [X][X] [X] ||| ganzen Einfluß [X][X] und der [X][X] [X] ||| 0.0182166 1 ||| 1-2 4-5 ||| 0.0294118
+weight [X][X] the institution you [X] ||| ganzen Einfluß [X][X] der Institution , die Sie [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0294118
+weight [X][X] the [X][X] [X] ||| ganzen Einfluß [X][X] der [X][X] [X] ||| 0.0182166 1 ||| 1-2 3-4 ||| 0.0294118
+weight [X][X] institution you [X] ||| ganzen Einfluß [X][X] Institution , die Sie [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0294118
+weight [X][X] you [X] ||| ganzen Einfluß [X][X] , die Sie [X] ||| 0.00607219 1 ||| 1-2 ||| 0.0882354
+weight [X][X] you [X] ||| ganzen Einfluß [X][X] die Sie [X] ||| 0.00607219 1 ||| 1-2 ||| 0.0882354
+weight [X][X] you [X] ||| ganzen Einfluß [X][X] Sie [X] ||| 0.00607219 1 ||| 1-2 ||| 0.0882354
+weight of your [X][X] you [X] ||| ganzen Einfluß Ihres [X][X] , die Sie [X] ||| 0.00607219 1 ||| 3-3 ||| 0.0882354
+weight of your [X][X] you [X] ||| ganzen Einfluß Ihres [X][X] die Sie [X] ||| 0.00607219 1 ||| 3-3 ||| 0.0882354
+weight of your [X][X] you [X] ||| ganzen Einfluß Ihres [X][X] Sie [X] ||| 0.00607219 1 ||| 3-3 ||| 0.0882354
+[X][X] prestigious office [X][X] , [X] ||| [X][X] Amtes [X][X] , [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.0204082
+of your [X][X] you [X][X] [X] ||| Ihres [X][X] , die Sie [X][X] [X] ||| 0.00607219 1 ||| 2-1 4-5 ||| 0.0612246
+of your [X][X] you [X][X] [X] ||| Ihres [X][X] die Sie [X][X] [X] ||| 0.00607219 1 ||| 2-1 4-4 ||| 0.0612246
+of your [X][X] you [X][X] [X] ||| Ihres [X][X] Sie [X][X] [X] ||| 0.00607219 1 ||| 2-1 4-3 ||| 0.0612246
+of your [X][X] represent , [X] ||| Ihres [X][X] vertreten , [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0204082
+of your [X][X] , [X] ||| Ihres [X][X] , [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0204082
+[X][X] and [X][X] , to [X] ||| [X][X] und [X][X] , bei [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0169492
+[X][X] and [X][X] to [X] ||| [X][X] und [X][X] bei [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0169492
+[X][X] and the [X][X] to [X] ||| [X][X] und der [X][X] bei [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0169492
+[X][X] the [X][X] , to [X] ||| [X][X] der [X][X] , bei [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0169492
+[X][X] the [X][X] to [X] ||| [X][X] der [X][X] bei [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0169492
+[X][X] the institution [X][X] to [X] ||| [X][X] der Institution [X][X] bei [X] ||| 0.00607219 1 ||| 0-0 3-3 ||| 0.0508476
+[X][X] the institution [X][X] to [X] ||| [X][X] der Institution , [X][X] bei [X] ||| 0.00607219 1 ||| 0-0 3-4 ||| 0.0508476
+[X][X] the institution [X][X] to [X] ||| [X][X] der Institution , die [X][X] bei [X] ||| 0.00607219 1 ||| 0-0 3-5 ||| 0.0508476
+prestigious office [X][X] represent [X][X] [X] ||| Amtes [X][X] vertreten [X][X] [X] ||| 0.0182166 1 ||| 2-1 4-3 ||| 0.0169492
+prestigious office [X][X] , to [X] ||| Amtes [X][X] , bei [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0169492
+prestigious office [X][X] to [X] ||| Amtes [X][X] bei [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0169492
+prestigious office and [X][X] to [X] ||| Amtes und [X][X] bei [X] ||| 0.0182166 1 ||| 3-2 ||| 0.0169492
+[X][X] institution [X][X] to the [X] ||| [X][X] Institution [X][X] bei dem [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0149254
+[X][X] institution [X][X] the [X] ||| [X][X] Institution [X][X] dem [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0149254
+[X][X] institution [X][X] to the [X] ||| [X][X] Institution , [X][X] bei dem [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.0149254
+[X][X] institution [X][X] the [X] ||| [X][X] Institution , [X][X] dem [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.0149254
+[X][X] institution [X][X] to the [X] ||| [X][X] Institution , die [X][X] bei dem [X] ||| 0.0182166 1 ||| 0-0 2-4 ||| 0.0149254
+[X][X] institution [X][X] the [X] ||| [X][X] Institution , die [X][X] dem [X] ||| 0.0182166 1 ||| 0-0 2-4 ||| 0.0149254
+[X][X] institution you [X][X] the [X] ||| [X][X] Institution , die Sie [X][X] dem [X] ||| 0.0182166 1 ||| 0-0 3-5 ||| 0.0149254
+and [X][X] you [X][X] the [X] ||| und [X][X] , die Sie [X][X] dem [X] ||| 0.00607219 1 ||| 1-1 3-5 ||| 0.0447762
+and [X][X] you [X][X] the [X] ||| und [X][X] die Sie [X][X] dem [X] ||| 0.00607219 1 ||| 1-1 3-4 ||| 0.0447762
+and [X][X] you [X][X] the [X] ||| und [X][X] Sie [X][X] dem [X] ||| 0.00607219 1 ||| 1-1 3-3 ||| 0.0447762
+and [X][X] represent [X][X] the [X] ||| und [X][X] vertreten [X][X] dem [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0149254
+and [X][X] represent , [X][X] [X] ||| und [X][X] vertreten , [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-4 ||| 0.0149254
+and [X][X] , to the [X] ||| und [X][X] , bei dem [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0149254
+and [X][X] , [X][X] [X] ||| und [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0149254
+and [X][X] to the [X] ||| und [X][X] bei dem [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0149254
+and [X][X] the [X] ||| und [X][X] dem [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0149254
+and the [X][X] , [X][X] [X] ||| und der [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-4 ||| 0.0149254
+and the [X][X] to the [X] ||| und der [X][X] bei dem [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0149254
+and the [X][X] the [X] ||| und der [X][X] dem [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0149254
+and the institution [X][X] the [X] ||| und der Institution [X][X] dem [X] ||| 0.00607219 1 ||| 3-3 ||| 0.0447762
+and the institution [X][X] the [X] ||| und der Institution , [X][X] dem [X] ||| 0.00607219 1 ||| 3-4 ||| 0.0447762
+and the institution [X][X] the [X] ||| und der Institution , die [X][X] dem [X] ||| 0.00607219 1 ||| 3-5 ||| 0.0447762
+[X][X] you [X][X] the President [X] ||| [X][X] , die Sie [X][X] dem Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 0-0 2-4 ||| 0.0163934
+[X][X] you [X][X] President [X] ||| [X][X] , die Sie [X][X] Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 0-0 2-4 ||| 0.0163934
+[X][X] you represent [X][X] President [X] ||| [X][X] , die Sie vertreten [X][X] Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 0-0 3-5 ||| 0.0163934
+[X][X] you [X][X] the President [X] ||| [X][X] die Sie [X][X] dem Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.0163934
+[X][X] you [X][X] President [X] ||| [X][X] die Sie [X][X] Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.0163934
+[X][X] you represent [X][X] President [X] ||| [X][X] die Sie vertreten [X][X] Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 0-0 3-4 ||| 0.0163934
+[X][X] you [X][X] the President [X] ||| [X][X] Sie [X][X] dem Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0163934
+[X][X] you [X][X] President [X] ||| [X][X] Sie [X][X] Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0163934
+[X][X] you represent [X][X] President [X] ||| [X][X] Sie vertreten [X][X] Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0163934
+the [X][X] represent [X][X] President [X] ||| der [X][X] vertreten [X][X] Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0163934
+the [X][X] , [X][X] President [X] ||| der [X][X] , [X][X] Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0163934
+the [X][X] , to [X][X] [X] ||| der [X][X] , bei [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-4 ||| 0.0163934
+the [X][X] to the President [X] ||| der [X][X] bei dem Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0163934
+the [X][X] to [X][X] [X] ||| der [X][X] bei [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0163934
+the [X][X] the President [X] ||| der [X][X] dem Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0163934
+the [X][X] President [X] ||| der [X][X] Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0163934
+the institution [X][X] to [X][X] [X] ||| der Institution [X][X] bei [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-4 ||| 0.0163934
+the institution [X][X] the President [X] ||| der Institution [X][X] dem Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0163934
+the institution [X][X] President [X] ||| der Institution [X][X] Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0163934
+the institution [X][X] to [X][X] [X] ||| der Institution , [X][X] bei [X][X] [X] ||| 0.0182166 1 ||| 2-3 4-5 ||| 0.0163934
+the institution [X][X] the President [X] ||| der Institution , [X][X] dem Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0163934
+the institution [X][X] President [X] ||| der Institution , [X][X] Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0163934
+the institution [X][X] to [X][X] [X] ||| der Institution , die [X][X] bei [X][X] [X] ||| 0.0182166 1 ||| 2-4 4-6 ||| 0.0163934
+the institution [X][X] the President [X] ||| der Institution , die [X][X] dem Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 2-4 ||| 0.0163934
+the institution [X][X] President [X] ||| der Institution , die [X][X] Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 2-4 ||| 0.0163934
+the institution you [X][X] President [X] ||| der Institution , die Sie [X][X] Präsidentschaftskandidaten [X] ||| 0.0182166 1 ||| 3-5 ||| 0.0163934
+[X][X] represent [X][X] President and [X] ||| [X][X] vertreten [X][X] Präsidentschaftskandidaten und [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0163934
+[X][X] represent [X][X] and [X] ||| [X][X] vertreten [X][X] und [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0163934
+[X][X] represent , [X][X] and [X] ||| [X][X] vertreten , [X][X] und [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0163934
+institution [X][X] , [X][X] and [X] ||| Institution [X][X] , [X][X] und [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0163934
+institution [X][X] to [X][X] and [X] ||| Institution [X][X] bei [X][X] und [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0163934
+institution [X][X] to the [X][X] [X] ||| Institution [X][X] bei dem [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-4 ||| 0.041897
+institution [X][X] the President and [X] ||| Institution [X][X] dem Präsidentschaftskandidaten und [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0163934
+institution [X][X] the [X][X] [X] ||| Institution [X][X] dem [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.041897
+institution [X][X] President and [X] ||| Institution [X][X] Präsidentschaftskandidaten und [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0163934
+institution [X][X] and [X] ||| Institution [X][X] und [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0163934
+institution [X][X] , [X][X] and [X] ||| Institution , [X][X] , [X][X] und [X] ||| 0.0182166 1 ||| 1-2 3-4 ||| 0.0163934
+institution [X][X] to [X][X] and [X] ||| Institution , [X][X] bei [X][X] und [X] ||| 0.0182166 1 ||| 1-2 3-4 ||| 0.0163934
+institution [X][X] to the [X][X] [X] ||| Institution , [X][X] bei dem [X][X] [X] ||| 0.0182166 1 ||| 1-2 4-5 ||| 0.041897
+institution [X][X] the President and [X] ||| Institution , [X][X] dem Präsidentschaftskandidaten und [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0163934
+institution [X][X] the [X][X] [X] ||| Institution , [X][X] dem [X][X] [X] ||| 0.0182166 1 ||| 1-2 3-4 ||| 0.041897
+institution [X][X] President and [X] ||| Institution , [X][X] Präsidentschaftskandidaten und [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0163934
+institution [X][X] and [X] ||| Institution , [X][X] und [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0163934
+institution [X][X] , [X][X] and [X] ||| Institution , die [X][X] , [X][X] und [X] ||| 0.0182166 1 ||| 1-3 3-5 ||| 0.0163934
+institution [X][X] to [X][X] and [X] ||| Institution , die [X][X] bei [X][X] und [X] ||| 0.0182166 1 ||| 1-3 3-5 ||| 0.0163934
+institution [X][X] to the [X][X] [X] ||| Institution , die [X][X] bei dem [X][X] [X] ||| 0.0182166 1 ||| 1-3 4-6 ||| 0.041897
+institution [X][X] the President and [X] ||| Institution , die [X][X] dem Präsidentschaftskandidaten und [X] ||| 0.0182166 1 ||| 1-3 ||| 0.0163934
+institution [X][X] the [X][X] [X] ||| Institution , die [X][X] dem [X][X] [X] ||| 0.0182166 1 ||| 1-3 3-5 ||| 0.041897
+institution [X][X] President and [X] ||| Institution , die [X][X] Präsidentschaftskandidaten und [X] ||| 0.0182166 1 ||| 1-3 ||| 0.0163934
+institution [X][X] and [X] ||| Institution , die [X][X] und [X] ||| 0.0182166 1 ||| 1-3 ||| 0.0163934
+institution you [X][X] the [X][X] [X] ||| Institution , die Sie [X][X] dem [X][X] [X] ||| 0.0182166 1 ||| 2-4 4-6 ||| 0.041897
+institution you [X][X] President and [X] ||| Institution , die Sie [X][X] Präsidentschaftskandidaten und [X] ||| 0.0182166 1 ||| 2-4 ||| 0.0163934
+institution you [X][X] and [X] ||| Institution , die Sie [X][X] und [X] ||| 0.0182166 1 ||| 2-4 ||| 0.0163934
+institution you represent [X][X] and [X] ||| Institution , die Sie vertreten [X][X] und [X] ||| 0.0182166 1 ||| 3-5 ||| 0.0163934
+[X][X] represent [X][X] and to [X] ||| [X][X] vertreten [X][X] und [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0131579
+[X][X] represent [X][X] to [X] ||| [X][X] vertreten [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0131579
+[X][X] represent , [X][X] to [X] ||| [X][X] vertreten , [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0131579
+institution [X][X] , [X][X] to [X] ||| Institution [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0131579
+institution [X][X] to [X][X] to [X] ||| Institution [X][X] bei [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0131579
+institution [X][X] the [X][X] to [X] ||| Institution [X][X] dem [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0131579
+institution [X][X] the President [X][X] [X] ||| Institution [X][X] dem Präsidentschaftskandidaten [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-4 ||| 0.0255036
+institution [X][X] President and to [X] ||| Institution [X][X] Präsidentschaftskandidaten und [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0131579
+institution [X][X] President [X][X] [X] ||| Institution [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0255036
+institution [X][X] and to [X] ||| Institution [X][X] und [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0131579
+institution [X][X] to [X] ||| Institution [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0131579
+institution [X][X] , [X][X] to [X] ||| Institution , [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 1-2 3-4 ||| 0.0131579
+institution [X][X] to [X][X] to [X] ||| Institution , [X][X] bei [X][X] [X] ||| 0.0182166 1 ||| 1-2 3-4 ||| 0.0131579
+institution [X][X] the [X][X] to [X] ||| Institution , [X][X] dem [X][X] [X] ||| 0.0182166 1 ||| 1-2 3-4 ||| 0.0131579
+institution [X][X] the President [X][X] [X] ||| Institution , [X][X] dem Präsidentschaftskandidaten [X][X] [X] ||| 0.0182166 1 ||| 1-2 4-5 ||| 0.0255036
+institution [X][X] President and to [X] ||| Institution , [X][X] Präsidentschaftskandidaten und [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0131579
+institution [X][X] President [X][X] [X] ||| Institution , [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 0.0182166 1 ||| 1-2 3-4 ||| 0.0255036
+institution [X][X] and to [X] ||| Institution , [X][X] und [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0131579
+institution [X][X] to [X] ||| Institution , [X][X] [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0131579
+institution [X][X] , [X][X] to [X] ||| Institution , die [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 1-3 3-5 ||| 0.0131579
+institution [X][X] to [X][X] to [X] ||| Institution , die [X][X] bei [X][X] [X] ||| 0.0182166 1 ||| 1-3 3-5 ||| 0.0131579
+institution [X][X] the [X][X] to [X] ||| Institution , die [X][X] dem [X][X] [X] ||| 0.0182166 1 ||| 1-3 3-5 ||| 0.0131579
+institution [X][X] the President [X][X] [X] ||| Institution , die [X][X] dem Präsidentschaftskandidaten [X][X] [X] ||| 0.0182166 1 ||| 1-3 4-6 ||| 0.0255036
+institution [X][X] President and to [X] ||| Institution , die [X][X] Präsidentschaftskandidaten und [X] ||| 0.0182166 1 ||| 1-3 ||| 0.0131579
+institution [X][X] President [X][X] [X] ||| Institution , die [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 0.0182166 1 ||| 1-3 3-5 ||| 0.0255036
+institution [X][X] and to [X] ||| Institution , die [X][X] und [X] ||| 0.0182166 1 ||| 1-3 ||| 0.0131579
+institution [X][X] to [X] ||| Institution , die [X][X] [X] ||| 0.0182166 1 ||| 1-3 ||| 0.0131579
+institution you [X][X] President [X][X] [X] ||| Institution , die Sie [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 0.0182166 1 ||| 2-4 4-6 ||| 0.0255036
+institution you [X][X] and to [X] ||| Institution , die Sie [X][X] und [X] ||| 0.0182166 1 ||| 2-4 ||| 0.0131579
+institution you [X][X] to [X] ||| Institution , die Sie [X][X] [X] ||| 0.0182166 1 ||| 2-4 ||| 0.0131579
+institution you represent [X][X] to [X] ||| Institution , die Sie vertreten [X][X] [X] ||| 0.0182166 1 ||| 3-5 ||| 0.0131579
+[X][X] represent [X][X] to the [X] ||| [X][X] vertreten [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0123457
+[X][X] represent [X][X] the [X] ||| [X][X] vertreten [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0123457
+[X][X] represent , [X][X] the [X] ||| [X][X] vertreten , [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0123457
+institution [X][X] , [X][X] the [X] ||| Institution [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0123457
+institution [X][X] to [X][X] the [X] ||| Institution [X][X] bei [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0123457
+institution [X][X] the [X][X] the [X] ||| Institution [X][X] dem [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0123457
+institution [X][X] President [X][X] the [X] ||| Institution [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0123457
+institution [X][X] and to the [X] ||| Institution [X][X] und [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0123457
+institution [X][X] to the [X] ||| Institution [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0123457
+institution [X][X] the [X] ||| Institution [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0123457
+institution [X][X] , [X][X] the [X] ||| Institution , [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 1-2 3-4 ||| 0.0123457
+institution [X][X] to [X][X] the [X] ||| Institution , [X][X] bei [X][X] [X] ||| 0.0182166 1 ||| 1-2 3-4 ||| 0.0123457
+institution [X][X] the [X][X] the [X] ||| Institution , [X][X] dem [X][X] [X] ||| 0.0182166 1 ||| 1-2 3-4 ||| 0.0123457
+institution [X][X] President [X][X] the [X] ||| Institution , [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 0.0182166 1 ||| 1-2 3-4 ||| 0.0123457
+institution [X][X] and to the [X] ||| Institution , [X][X] und [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0123457
+institution [X][X] to the [X] ||| Institution , [X][X] [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0123457
+institution [X][X] the [X] ||| Institution , [X][X] [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0123457
+institution [X][X] , [X][X] the [X] ||| Institution , die [X][X] , [X][X] [X] ||| 0.0182166 1 ||| 1-3 3-5 ||| 0.0123457
+institution [X][X] to [X][X] the [X] ||| Institution , die [X][X] bei [X][X] [X] ||| 0.0182166 1 ||| 1-3 3-5 ||| 0.0123457
+institution [X][X] the [X][X] the [X] ||| Institution , die [X][X] dem [X][X] [X] ||| 0.0182166 1 ||| 1-3 3-5 ||| 0.0123457
+institution [X][X] President [X][X] the [X] ||| Institution , die [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 0.0182166 1 ||| 1-3 3-5 ||| 0.0123457
+institution [X][X] and to the [X] ||| Institution , die [X][X] und [X] ||| 0.0182166 1 ||| 1-3 ||| 0.0123457
+institution [X][X] to the [X] ||| Institution , die [X][X] [X] ||| 0.0182166 1 ||| 1-3 ||| 0.0123457
+institution [X][X] the [X] ||| Institution , die [X][X] [X] ||| 0.0182166 1 ||| 1-3 ||| 0.0123457
+institution you [X][X] to the [X] ||| Institution , die Sie [X][X] [X] ||| 0.0182166 1 ||| 2-4 ||| 0.0123457
+institution you [X][X] the [X] ||| Institution , die Sie [X][X] [X] ||| 0.0182166 1 ||| 2-4 ||| 0.0123457
+institution you represent [X][X] the [X] ||| Institution , die Sie vertreten [X][X] [X] ||| 0.0182166 1 ||| 3-5 ||| 0.0123457
+[X][X] , [X][X] the Governor [X] ||| , [X][X] , [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.00884956
+[X][X] , [X][X] Governor [X] ||| , [X][X] , [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.00884956
+[X][X] , to [X][X] Governor [X] ||| , [X][X] , bei [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 0-1 3-4 ||| 0.00884956
+[X][X] to [X][X] the Governor [X] ||| , [X][X] bei [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.00884956
+[X][X] to [X][X] Governor [X] ||| , [X][X] bei [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.00884956
+[X][X] to the [X][X] Governor [X] ||| , [X][X] bei dem [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 0-1 3-4 ||| 0.00884956
+[X][X] the [X][X] the Governor [X] ||| , [X][X] dem [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.00884956
+[X][X] the [X][X] Governor [X] ||| , [X][X] dem [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.00884956
+[X][X] the President [X][X] Governor [X] ||| , [X][X] dem Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 0-1 3-4 ||| 0.00884956
+[X][X] the President and [X][X] [X] ||| , [X][X] dem Präsidentschaftskandidaten und [X][X] [X] ||| 0.0182166 1 ||| 0-1 4-5 ||| 0.00884956
+[X][X] President [X][X] the Governor [X] ||| , [X][X] Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.00884956
+[X][X] President [X][X] Governor [X] ||| , [X][X] Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.00884956
+[X][X] President and to [X][X] [X] ||| , [X][X] Präsidentschaftskandidaten und [X][X] [X] ||| 0.0182166 1 ||| 0-1 4-4 ||| 0.00884956
+[X][X] President and [X][X] [X] ||| , [X][X] Präsidentschaftskandidaten und [X][X] [X] ||| 0.0182166 1 ||| 0-1 3-4 ||| 0.00884956
+[X][X] and to the Governor [X] ||| , [X][X] und Gouverneur [X] ||| 0.0182166 1 ||| 0-1 ||| 0.00884956
+[X][X] and to [X][X] [X] ||| , [X][X] und [X][X] [X] ||| 0.0182166 1 ||| 0-1 3-3 ||| 0.00884956
+[X][X] and [X][X] [X] ||| , [X][X] und [X][X] [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.00884956
+[X][X] to the Governor [X] ||| , [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 0-1 ||| 0.00884956
+[X][X] the Governor [X] ||| , [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 0-1 ||| 0.00884956
+[X][X] Governor [X] ||| , [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 0-1 ||| 0.00884956
+[X][X] , [X][X] the Governor [X] ||| , die [X][X] , [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 0-2 2-4 ||| 0.00884956
+[X][X] , [X][X] Governor [X] ||| , die [X][X] , [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 0-2 2-4 ||| 0.00884956
+[X][X] , to [X][X] Governor [X] ||| , die [X][X] , bei [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 0-2 3-5 ||| 0.00884956
+[X][X] to [X][X] the Governor [X] ||| , die [X][X] bei [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 0-2 2-4 ||| 0.00884956
+[X][X] to [X][X] Governor [X] ||| , die [X][X] bei [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 0-2 2-4 ||| 0.00884956
+[X][X] to the [X][X] Governor [X] ||| , die [X][X] bei dem [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 0-2 3-5 ||| 0.00884956
+[X][X] the [X][X] the Governor [X] ||| , die [X][X] dem [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 0-2 2-4 ||| 0.00884956
+[X][X] the [X][X] Governor [X] ||| , die [X][X] dem [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 0-2 2-4 ||| 0.00884956
+[X][X] the President [X][X] Governor [X] ||| , die [X][X] dem Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 0-2 3-5 ||| 0.00884956
+[X][X] the President and [X][X] [X] ||| , die [X][X] dem Präsidentschaftskandidaten und [X][X] [X] ||| 0.0182166 1 ||| 0-2 4-6 ||| 0.00884956
+[X][X] President [X][X] the Governor [X] ||| , die [X][X] Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 0-2 2-4 ||| 0.00884956
+[X][X] President [X][X] Governor [X] ||| , die [X][X] Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 0-2 2-4 ||| 0.00884956
+[X][X] President and to [X][X] [X] ||| , die [X][X] Präsidentschaftskandidaten und [X][X] [X] ||| 0.0182166 1 ||| 0-2 4-5 ||| 0.00884956
+[X][X] President and [X][X] [X] ||| , die [X][X] Präsidentschaftskandidaten und [X][X] [X] ||| 0.0182166 1 ||| 0-2 3-5 ||| 0.00884956
+[X][X] and to the Governor [X] ||| , die [X][X] und Gouverneur [X] ||| 0.0182166 1 ||| 0-2 ||| 0.00884956
+[X][X] and to [X][X] [X] ||| , die [X][X] und [X][X] [X] ||| 0.0182166 1 ||| 0-2 3-4 ||| 0.00884956
+[X][X] and [X][X] [X] ||| , die [X][X] und [X][X] [X] ||| 0.0182166 1 ||| 0-2 2-4 ||| 0.00884956
+[X][X] to the Governor [X] ||| , die [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 0-2 ||| 0.00884956
+[X][X] the Governor [X] ||| , die [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 0-2 ||| 0.00884956
+[X][X] Governor [X] ||| , die [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 0-2 ||| 0.00884956
+you [X][X] to [X][X] Governor [X] ||| , die Sie [X][X] bei [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 1-3 3-5 ||| 0.00884956
+you [X][X] the [X][X] Governor [X] ||| , die Sie [X][X] dem [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 1-3 3-5 ||| 0.00884956
+you [X][X] President [X][X] Governor [X] ||| , die Sie [X][X] Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 1-3 3-5 ||| 0.00884956
+you [X][X] President and [X][X] [X] ||| , die Sie [X][X] Präsidentschaftskandidaten und [X][X] [X] ||| 0.0182166 1 ||| 1-3 4-6 ||| 0.00884956
+you [X][X] and to [X][X] [X] ||| , die Sie [X][X] und [X][X] [X] ||| 0.0182166 1 ||| 1-3 4-5 ||| 0.00884956
+you [X][X] and [X][X] [X] ||| , die Sie [X][X] und [X][X] [X] ||| 0.0182166 1 ||| 1-3 3-5 ||| 0.00884956
+you [X][X] to the Governor [X] ||| , die Sie [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 1-3 ||| 0.00884956
+you [X][X] to [X][X] [X] ||| , die Sie [X][X] [X][X] [X] ||| 0.0182166 1 ||| 1-3 3-4 ||| 0.00884956
+you [X][X] the Governor [X] ||| , die Sie [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 1-3 ||| 0.00884956
+you [X][X] Governor [X] ||| , die Sie [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 1-3 ||| 0.00884956
+you represent [X][X] and [X][X] [X] ||| , die Sie vertreten [X][X] und [X][X] [X] ||| 0.0182166 1 ||| 2-4 4-6 ||| 0.00884956
+you represent [X][X] to [X][X] [X] ||| , die Sie vertreten [X][X] [X][X] [X] ||| 0.0182166 1 ||| 2-4 4-5 ||| 0.00884956
+you represent [X][X] the Governor [X] ||| , die Sie vertreten [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 2-4 ||| 0.00884956
+you represent [X][X] Governor [X] ||| , die Sie vertreten [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 2-4 ||| 0.00884956
+you represent , [X][X] Governor [X] ||| , die Sie vertreten , [X][X] Gouverneur [X] ||| 0.0182166 1 ||| 3-5 ||| 0.00884956
+to order [X][X] to [X][X] [X] ||| zur [X][X] zur [X][X] [X] ||| 0.0182166 1 ||| 2-1 4-3 ||| 0.0769231
+to order [X][X] reprieve the [X] ||| zur [X][X] Begnadigung des [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0769231
+to order [X][X] the [X] ||| zur [X][X] des [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0769231
+[X][X] and [X][X] condemned person [X] ||| [X][X] und [X][X] Verurteilten [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0666667
+[X][X] and to reprieve [X][X] [X] ||| [X][X] und zur Begnadigung [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-4 ||| 0.0666667
+[X][X] to [X][X] condemned person [X] ||| [X][X] zur [X][X] Verurteilten [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0666667
+[X][X] to reprieve [X][X] [X] ||| [X][X] zur Begnadigung [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0666667
+[X][X] to reprieve the [X][X] [X] ||| [X][X] zur Begnadigung des [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-4 ||| 0.0666667
+all [X] ||| all [X] ||| 0.0182166 1 ||| ||| 1
+this [X] ||| dies [X] ||| 0.0182166 1 ||| ||| 1
+the [X] ||| den [X] ||| 0.0182166 1 ||| ||| 1
+principles [X] ||| Grundsätzen [X] ||| 0.0182166 1 ||| ||| 1
+we [X] ||| wir [X] ||| 0.0182166 1 ||| ||| 1
+always [X] ||| stets [X] ||| 0.0182166 1 ||| ||| 1
+upheld [X] ||| verteidigt [X] ||| 0.0182166 1 ||| ||| 1
+have [X] ||| haben [X] ||| 0.0182166 1 ||| ||| 1
+. [X] ||| . [X] ||| 0.0182166 1 ||| ||| 1
+the principles [X] ||| den Grundsätzen [X] ||| 0.0182166 1 ||| ||| 1
+that [X] ||| , die [X] ||| 0.0182166 1 ||| ||| 1
+always upheld [X] ||| stets verteidigt [X] ||| 0.0182166 1 ||| ||| 1
+principles that [X] ||| Grundsätzen , die [X] ||| 0.0182166 1 ||| ||| 1
+that we [X] ||| , die wir [X] ||| 0.0182166 1 ||| ||| 1
+have always upheld [X] ||| stets verteidigt haben [X] ||| 0.0182166 1 ||| ||| 0.5
+have [X][X] [X] ||| [X][X] haben [X] ||| 0.0182166 1 ||| 1-0 ||| 0.5
+[X][X] the [X] ||| [X][X] den [X] ||| 0.0182166 1 ||| 0-0 ||| 1
+the principles that [X] ||| den Grundsätzen , die [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] that [X] ||| [X][X] , die [X] ||| 0.0182166 1 ||| 0-0 ||| 0.583333
+the [X][X] [X] ||| den [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.608824
+principles that we [X] ||| Grundsätzen , die wir [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] we [X] ||| [X][X] wir [X] ||| 0.0182166 1 ||| 0-0 ||| 0.625
+principles [X][X] [X] ||| Grundsätzen [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.501166
+we have always upheld [X] ||| wir stets verteidigt haben [X] ||| 0.0182166 1 ||| ||| 0.333333
+we have [X][X] [X] ||| wir [X][X] haben [X] ||| 0.0182166 1 ||| 2-1 ||| 0.333333
+we [X][X] [X] ||| wir [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.533333
+have always upheld . [X] ||| stets verteidigt haben . [X] ||| 0.0182166 1 ||| ||| 0.333333
+have [X][X] . [X] ||| [X][X] haben . [X] ||| 0.0182166 1 ||| 1-0 ||| 0.333333
+[X][X] . [X] ||| [X][X] . [X] ||| 0.0182166 1 ||| 0-0 ||| 0.785256
+[X][X] the principles [X] ||| [X][X] den Grundsätzen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.5
+[X][X] principles [X] ||| [X][X] Grundsätzen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.5
+the principles that we [X] ||| den Grundsätzen , die wir [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] that we [X] ||| [X][X] , die wir [X] ||| 0.0182166 1 ||| 0-0 ||| 0.291667
+the [X][X] we [X] ||| den [X][X] wir [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+the principles [X][X] [X] ||| den Grundsätzen [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.27549
+we have always upheld . [X] ||| wir stets verteidigt haben . [X] ||| 0.0182166 1 ||| ||| 0.2
+we have [X][X] . [X] ||| wir [X][X] haben . [X] ||| 0.0182166 1 ||| 2-1 ||| 0.2
+we [X][X] . [X] ||| wir [X][X] . [X] ||| 0.0182166 1 ||| 1-1 ||| 0.2
+that we have always upheld [X] ||| , die wir stets verteidigt haben [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] have always upheld [X] ||| [X][X] stets verteidigt haben [X] ||| 0.0182166 1 ||| 0-0 ||| 0.316399
+[X][X] have [X][X] [X] ||| [X][X] [X][X] haben [X] ||| 0.0182166 1 ||| 0-0 2-1 ||| 0.316399
+that [X][X] [X] ||| , die [X][X] [X] ||| 0.0182166 1 ||| 1-2 ||| 0.291667
+that we have [X][X] [X] ||| , die wir [X][X] haben [X] ||| 0.0182166 1 ||| 3-3 ||| 0.166667
+that we [X][X] [X] ||| , die wir [X][X] [X] ||| 0.0182166 1 ||| 2-3 ||| 0.291667
+[X][X] the principles that [X] ||| [X][X] den Grundsätzen , die [X] ||| 0.0182166 1 ||| 0-0 ||| 0.25
+[X][X] the [X][X] [X] ||| [X][X] den [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.375
+[X][X] principles that [X] ||| [X][X] Grundsätzen , die [X] ||| 0.0182166 1 ||| 0-0 ||| 0.25
+[X][X] we have always upheld [X] ||| [X][X] wir stets verteidigt haben [X] ||| 0.0182166 1 ||| 0-0 ||| 0.149733
+[X][X] we have [X][X] [X] ||| [X][X] wir [X][X] haben [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.149733
+[X][X] we [X][X] [X] ||| [X][X] wir [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.276656
+principles [X][X] have always upheld [X] ||| Grundsätzen [X][X] stets verteidigt haben [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+principles [X][X] have [X][X] [X] ||| Grundsätzen [X][X] [X][X] haben [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.0909091
+principles that [X][X] [X] ||| Grundsätzen , die [X][X] [X] ||| 0.0182166 1 ||| 2-3 ||| 0.167832
+principles that we have [X][X] [X] ||| Grundsätzen , die wir [X][X] haben [X] ||| 0.0182166 1 ||| 4-4 ||| 0.0909091
+principles that we [X][X] [X] ||| Grundsätzen , die wir [X][X] [X] ||| 0.0182166 1 ||| 3-4 ||| 0.167832
+[X][X] have always upheld . [X] ||| [X][X] stets verteidigt haben . [X] ||| 0.0182166 1 ||| 0-0 ||| 0.251923
+[X][X] have [X][X] . [X] ||| [X][X] [X][X] haben . [X] ||| 0.0182166 1 ||| 0-0 2-1 ||| 0.251923
+that [X][X] . [X] ||| , die [X][X] . [X] ||| 0.0182166 1 ||| 1-2 ||| 0.125
+that we have [X][X] . [X] ||| , die wir [X][X] haben . [X] ||| 0.0182166 1 ||| 3-3 ||| 0.125
+that we [X][X] . [X] ||| , die wir [X][X] . [X] ||| 0.0182166 1 ||| 2-3 ||| 0.125
+[X][X] the principles that we [X] ||| [X][X] den Grundsätzen , die wir [X] ||| 0.0182166 1 ||| 0-0 ||| 0.125
+[X][X] the [X][X] we [X] ||| [X][X] den [X][X] wir [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.125
+[X][X] the principles [X][X] [X] ||| [X][X] den Grundsätzen [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.125
+[X][X] principles that we [X] ||| [X][X] Grundsätzen , die wir [X] ||| 0.0182166 1 ||| 0-0 ||| 0.125
+[X][X] principles [X][X] [X] ||| [X][X] Grundsätzen [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.125
+[X][X] that [X][X] [X] ||| [X][X] , die [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.108824
+[X][X] that we have [X][X] [X] ||| [X][X] , die wir [X][X] haben [X] ||| 0.0182166 1 ||| 0-0 4-4 ||| 0.0588235
+[X][X] that we [X][X] [X] ||| [X][X] , die wir [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-4 ||| 0.108824
+the [X][X] we have [X][X] [X] ||| den [X][X] wir [X][X] haben [X] ||| 0.0182166 1 ||| 1-1 4-3 ||| 0.0588235
+the [X][X] we [X][X] [X] ||| den [X][X] wir [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.108824
+the [X][X] have always upheld [X] ||| den [X][X] stets verteidigt haben [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0588235
+the [X][X] have [X][X] [X] ||| den [X][X] [X][X] haben [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.0588235
+the principles [X][X] have [X][X] [X] ||| den Grundsätzen [X][X] [X][X] haben [X] ||| 0.0182166 1 ||| 2-2 4-3 ||| 0.0588235
+the principles that [X][X] [X] ||| den Grundsätzen , die [X][X] [X] ||| 0.0182166 1 ||| 3-4 ||| 0.108824
+the principles that we [X][X] [X] ||| den Grundsätzen , die wir [X][X] [X] ||| 0.0182166 1 ||| 4-5 ||| 0.108824
+[X][X] we have [X][X] . [X] ||| [X][X] wir [X][X] haben . [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.126923
+[X][X] we [X][X] . [X] ||| [X][X] wir [X][X] . [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.126923
+principles [X][X] have [X][X] . [X] ||| Grundsätzen [X][X] [X][X] haben . [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.0769231
+principles [X][X] . [X] ||| Grundsätzen [X][X] . [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0769231
+principles that [X][X] . [X] ||| Grundsätzen , die [X][X] . [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0769231
+principles that we [X][X] . [X] ||| Grundsätzen , die wir [X][X] . [X] ||| 0.0182166 1 ||| 3-4 ||| 0.0769231
+[X][X] that [X][X] . [X] ||| [X][X] , die [X][X] . [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.05
+[X][X] that we [X][X] . [X] ||| [X][X] , die wir [X][X] . [X] ||| 0.0182166 1 ||| 0-0 3-4 ||| 0.05
+the [X][X] we [X][X] . [X] ||| den [X][X] wir [X][X] . [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.05
+the [X][X] have [X][X] . [X] ||| den [X][X] [X][X] haben . [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.05
+the [X][X] . [X] ||| den [X][X] . [X] ||| 0.0182166 1 ||| 1-1 ||| 0.05
+the principles [X][X] . [X] ||| den Grundsätzen [X][X] . [X] ||| 0.0182166 1 ||| 2-2 ||| 0.05
+the principles that [X][X] . [X] ||| den Grundsätzen , die [X][X] . [X] ||| 0.0182166 1 ||| 3-4 ||| 0.05
+it [X] ||| das [X] ||| 0.0182166 1 ||| ||| 1
+is [X] ||| ist [X] ||| 0.0182166 1 ||| ||| 1
+quite [X] ||| ganz [X] ||| 0.0182166 1 ||| ||| 1
+in [X] ||| im [X] ||| 0.0182166 1 ||| ||| 1
+keeping with [X] ||| Sinne [X] ||| 0.0182166 1 ||| ||| 1
+the [X] ||| der [X] ||| 0.0182166 1 ||| ||| 1
+positions [X] ||| Position [X] ||| 0.0182166 1 ||| ||| 1
+, [X] ||| , [X] ||| 0.0182166 1 ||| ||| 1
+indeed , [X] ||| , [X] ||| 0.0182166 1 ||| ||| 1
+always [X] ||| immer [X] ||| 0.0182166 1 ||| ||| 1
+has always [X] ||| immer [X] ||| 0.0182166 1 ||| ||| 1
+. [X] ||| . [X] ||| 0.0182166 1 ||| ||| 1
+it is [X] ||| das ist [X] ||| 0.0182166 1 ||| ||| 1
+is quite [X] ||| ist ganz [X] ||| 0.0182166 1 ||| ||| 1
+quite in [X] ||| ganz im [X] ||| 0.0182166 1 ||| ||| 1
+in keeping with [X] ||| im Sinne [X] ||| 0.0182166 1 ||| ||| 0.5
+in [X][X] [X] ||| im [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.892857
+keeping with the [X] ||| Sinne der [X] ||| 0.0182166 1 ||| ||| 0.5
+[X][X] the [X] ||| [X][X] der [X] ||| 0.218091 1 ||| 0-0 ||| 1.02882
+the positions [X] ||| der Position [X] ||| 0.0182166 1 ||| ||| 1
+, [X] ||| , die [X] ||| 0.0182166 1 ||| ||| 1
+indeed , [X] ||| , die [X] ||| 0.0182166 1 ||| ||| 1
+adopted [X] ||| vertreten haben [X] ||| 0.0182166 1 ||| ||| 1
+it is quite [X] ||| das ist ganz [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] quite [X] ||| [X][X] ganz [X] ||| 0.0182166 1 ||| 0-0 ||| 0.333333
+it [X][X] [X] ||| das [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.66406
+is quite in [X] ||| ist ganz im [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] in [X] ||| [X][X] im [X] ||| 0.0182166 1 ||| 0-0 ||| 0.5
+is [X][X] [X] ||| ist [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.60049
+quite in keeping with [X] ||| ganz im Sinne [X] ||| 0.0182166 1 ||| ||| 0.25
+[X][X] keeping with [X] ||| [X][X] Sinne [X] ||| 0.0182166 1 ||| 0-0 ||| 0.446429
+quite [X][X] [X] ||| ganz [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.483766
+quite in [X][X] [X] ||| ganz im [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.483766
+in keeping with the [X] ||| im Sinne der [X] ||| 0.0182166 1 ||| ||| 0.25
+in [X][X] the [X] ||| im [X][X] der [X] ||| 0.0182166 1 ||| 1-1 ||| 0.25
+keeping with the positions [X] ||| Sinne der Position [X] ||| 0.0182166 1 ||| ||| 0.25
+[X][X] the positions [X] ||| [X][X] der Position [X] ||| 0.0182166 1 ||| 0-0 ||| 0.58259
+[X][X] positions [X] ||| [X][X] Position [X] ||| 0.0182166 1 ||| 0-0 ||| 0.58259
+keeping with [X][X] [X] ||| Sinne [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.25
+this House [X] ||| wir als Parlament [X] ||| 0.0182166 1 ||| ||| 1
+this House has [X] ||| wir als Parlament [X] ||| 0.0182166 1 ||| ||| 1
+always adopted [X] ||| immer vertreten haben [X] ||| 0.0182166 1 ||| ||| 1
+has always adopted [X] ||| immer vertreten haben [X] ||| 0.0182166 1 ||| ||| 0.5
+[X][X] adopted [X] ||| [X][X] vertreten haben [X] ||| 0.0182166 1 ||| 0-0 ||| 0.742857
+adopted . [X] ||| vertreten haben . [X] ||| 0.0182166 1 ||| ||| 1
+it is quite in [X] ||| das ist ganz im [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] quite in [X] ||| [X][X] ganz im [X] ||| 0.0182166 1 ||| 0-0 ||| 0.166667
+it [X][X] in [X] ||| das [X][X] im [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+it is [X][X] [X] ||| das ist [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.330727
+is quite in keeping with [X] ||| ist ganz im Sinne [X] ||| 0.0182166 1 ||| ||| 0.125
+[X][X] in keeping with [X] ||| [X][X] im Sinne [X] ||| 0.0182166 1 ||| 0-0 ||| 0.196429
+[X][X] in [X][X] [X] ||| [X][X] im [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.431217
+is [X][X] keeping with [X] ||| ist [X][X] Sinne [X] ||| 0.0182166 1 ||| 1-1 ||| 0.125
+is quite [X][X] [X] ||| ist ganz [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.267157
+is quite in [X][X] [X] ||| ist ganz im [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.267157
+quite in keeping with the [X] ||| ganz im Sinne der [X] ||| 0.0182166 1 ||| ||| 0.142857
+[X][X] keeping with the [X] ||| [X][X] Sinne der [X] ||| 0.0182166 1 ||| 0-0 ||| 0.278822
+quite [X][X] the [X] ||| ganz [X][X] der [X] ||| 0.0182166 1 ||| 1-1 ||| 0.142857
+quite in [X][X] the [X] ||| ganz im [X][X] der [X] ||| 0.0182166 1 ||| 2-2 ||| 0.142857
+in keeping with the positions [X] ||| im Sinne der Position [X] ||| 0.0182166 1 ||| ||| 0.142857
+in [X][X] the positions [X] ||| im [X][X] der Position [X] ||| 0.0182166 1 ||| 1-1 ||| 0.142857
+in [X][X] positions [X] ||| im [X][X] Position [X] ||| 0.0182166 1 ||| 1-1 ||| 0.142857
+in keeping with [X][X] [X] ||| im Sinne [X][X] [X] ||| 0.0182166 1 ||| 3-2 ||| 0.142857
+this House [X] ||| die wir als Parlament [X] ||| 0.0182166 1 ||| ||| 1
+this House has [X] ||| die wir als Parlament [X] ||| 0.0182166 1 ||| ||| 1
+this House has always [X] ||| wir als Parlament immer [X] ||| 0.0182166 1 ||| ||| 0.25
+[X][X] has always [X] ||| [X][X] immer [X] ||| 0.0182166 1 ||| 0-0 ||| 0.416667
+[X][X] always [X] ||| [X][X] immer [X] ||| 0.0182166 1 ||| 0-0 ||| 0.416667
+this House [X][X] [X] ||| wir als Parlament [X][X] [X] ||| 0.0182166 1 ||| 2-3 ||| 0.46978
+always adopted . [X] ||| immer vertreten haben . [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] . [X] ||| [X][X] . [X] ||| 0.0182166 1 ||| 0-0 ||| 0.660256
+always [X][X] [X] ||| immer [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.333333
+has always adopted . [X] ||| immer vertreten haben . [X] ||| 0.0182166 1 ||| ||| 0.2
+[X][X] adopted . [X] ||| [X][X] vertreten haben . [X] ||| 0.0182166 1 ||| 0-0 ||| 0.326923
+has [X][X] . [X] ||| [X][X] . [X] ||| 0.0182166 1 ||| 1-0 ||| 0.2
+has always [X][X] [X] ||| immer [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.2
+[X][X] quite in keeping with [X] ||| [X][X] ganz im Sinne [X] ||| 0.0182166 1 ||| 0-0 ||| 0.0714286
+[X][X] quite [X][X] [X] ||| [X][X] ganz [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.16406
+[X][X] quite in [X][X] [X] ||| [X][X] ganz im [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.16406
+it [X][X] in keeping with [X] ||| das [X][X] im Sinne [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0714286
+it [X][X] in [X][X] [X] ||| das [X][X] im [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.16406
+it [X][X] keeping with [X] ||| das [X][X] Sinne [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0714286
+it is [X][X] keeping with [X] ||| das ist [X][X] Sinne [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0714286
+it is quite [X][X] [X] ||| das ist ganz [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.16406
+it is quite in [X][X] [X] ||| das ist ganz im [X][X] [X] ||| 0.0182166 1 ||| 4-4 ||| 0.16406
+[X][X] in keeping with the [X] ||| [X][X] im Sinne der [X] ||| 0.0182166 1 ||| 0-0 ||| 0.135965
+[X][X] in [X][X] the [X] ||| [X][X] im [X][X] der [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.135965
+is [X][X] keeping with the [X] ||| ist [X][X] Sinne der [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0833333
+is [X][X] the [X] ||| ist [X][X] der [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0833333
+is quite [X][X] the [X] ||| ist ganz [X][X] der [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0833333
+is quite in [X][X] the [X] ||| ist ganz im [X][X] der [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0833333
+[X][X] keeping with the positions [X] ||| [X][X] Sinne der Position [X] ||| 0.0182166 1 ||| 0-0 ||| 0.189733
+[X][X] keeping with [X][X] [X] ||| [X][X] Sinne [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.189733
+quite [X][X] the positions [X] ||| ganz [X][X] der Position [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+quite [X][X] positions [X] ||| ganz [X][X] Position [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+quite in [X][X] the positions [X] ||| ganz im [X][X] der Position [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0909091
+quite in [X][X] positions [X] ||| ganz im [X][X] Position [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0909091
+quite in keeping with [X][X] [X] ||| ganz im Sinne [X][X] [X] ||| 0.0182166 1 ||| 4-3 ||| 0.0909091
+this House has always [X] ||| die wir als Parlament immer [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] has always [X] ||| die [X][X] immer [X] ||| 0.0182166 1 ||| 0-1 ||| 0.166667
+[X][X] always [X] ||| die [X][X] immer [X] ||| 0.0182166 1 ||| 0-1 ||| 0.166667
+this House [X][X] [X] ||| die wir als Parlament [X][X] [X] ||| 0.0182166 1 ||| 2-4 ||| 0.316667
+[X][X] quite [X][X] the [X] ||| [X][X] ganz [X][X] der [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0526316
+[X][X] quite in [X][X] the [X] ||| [X][X] ganz im [X][X] der [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0526316
+it [X][X] in [X][X] the [X] ||| das [X][X] im [X][X] der [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0526316
+it [X][X] keeping with the [X] ||| das [X][X] Sinne der [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+it [X][X] the [X] ||| das [X][X] der [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+it is [X][X] the [X] ||| das ist [X][X] der [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0526316
+it is quite [X][X] the [X] ||| das ist ganz [X][X] der [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0526316
+[X][X] in [X][X] the positions [X] ||| [X][X] im [X][X] der Position [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0988235
+[X][X] in [X][X] positions [X] ||| [X][X] im [X][X] Position [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0988235
+[X][X] in keeping with [X][X] [X] ||| [X][X] im Sinne [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-3 ||| 0.0988235
+is [X][X] keeping with [X][X] [X] ||| ist [X][X] Sinne [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-3 ||| 0.0588235
+is [X][X] the positions [X] ||| ist [X][X] der Position [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0588235
+is [X][X] positions [X] ||| ist [X][X] Position [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0588235
+is quite [X][X] the positions [X] ||| ist ganz [X][X] der Position [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0588235
+is quite [X][X] positions [X] ||| ist ganz [X][X] Position [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0588235
+is quite in [X][X] positions [X] ||| ist ganz im [X][X] Position [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0588235
+this House has always adopted [X] ||| wir als Parlament immer vertreten haben [X] ||| 0.0182166 1 ||| ||| 0.142857
+[X][X] has always adopted [X] ||| [X][X] immer vertreten haben [X] ||| 0.0182166 1 ||| 0-0 ||| 0.242857
+[X][X] always adopted [X] ||| [X][X] immer vertreten haben [X] ||| 0.0182166 1 ||| 0-0 ||| 0.242857
+this House [X][X] adopted [X] ||| wir als Parlament [X][X] vertreten haben [X] ||| 0.0182166 1 ||| 2-3 ||| 0.142857
+this House has [X][X] [X] ||| wir als Parlament [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.21978
+[X][X] quite [X][X] the positions [X] ||| [X][X] ganz [X][X] der Position [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.04
+[X][X] quite [X][X] positions [X] ||| [X][X] ganz [X][X] Position [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.04
+[X][X] quite in [X][X] positions [X] ||| [X][X] ganz im [X][X] Position [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.04
+it [X][X] in [X][X] positions [X] ||| das [X][X] im [X][X] Position [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.04
+it [X][X] keeping with [X][X] [X] ||| das [X][X] Sinne [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-3 ||| 0.04
+it [X][X] the positions [X] ||| das [X][X] der Position [X] ||| 0.0182166 1 ||| 1-1 ||| 0.04
+it [X][X] positions [X] ||| das [X][X] Position [X] ||| 0.0182166 1 ||| 1-1 ||| 0.04
+it is [X][X] the positions [X] ||| das ist [X][X] der Position [X] ||| 0.0182166 1 ||| 2-2 ||| 0.04
+it is [X][X] positions [X] ||| das ist [X][X] Position [X] ||| 0.0182166 1 ||| 2-2 ||| 0.04
+it is quite [X][X] positions [X] ||| das ist ganz [X][X] Position [X] ||| 0.0182166 1 ||| 3-3 ||| 0.04
+this House has always adopted [X] ||| die wir als Parlament immer vertreten haben [X] ||| 0.0182166 1 ||| ||| 0.1
+[X][X] has always adopted [X] ||| die [X][X] immer vertreten haben [X] ||| 0.0182166 1 ||| 0-1 ||| 0.1
+[X][X] always adopted [X] ||| die [X][X] immer vertreten haben [X] ||| 0.0182166 1 ||| 0-1 ||| 0.1
+[X][X] adopted [X] ||| die [X][X] vertreten haben [X] ||| 0.0182166 1 ||| 0-1 ||| 0.1
+this House [X][X] adopted [X] ||| die wir als Parlament [X][X] vertreten haben [X] ||| 0.0182166 1 ||| 2-4 ||| 0.1
+this House has [X][X] [X] ||| die wir als Parlament [X][X] [X] ||| 0.0182166 1 ||| 3-4 ||| 0.15
+[X][X] has always adopted . [X] ||| [X][X] immer vertreten haben . [X] ||| 0.0182166 1 ||| 0-0 ||| 0.126923
+[X][X] has [X][X] . [X] ||| [X][X] [X][X] . [X] ||| 0.0182166 1 ||| 0-0 2-1 ||| 0.126923
+[X][X] has always [X][X] [X] ||| [X][X] immer [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.126923
+[X][X] always adopted . [X] ||| [X][X] immer vertreten haben . [X] ||| 0.0182166 1 ||| 0-0 ||| 0.126923
+[X][X] always [X][X] [X] ||| [X][X] immer [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.126923
+this House [X][X] adopted . [X] ||| wir als Parlament [X][X] vertreten haben . [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0769231
+this House has [X][X] . [X] ||| wir als Parlament [X][X] . [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0769231
+this House [X][X] . [X] ||| wir als Parlament [X][X] . [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0769231
+this House has always [X][X] [X] ||| wir als Parlament immer [X][X] [X] ||| 0.0182166 1 ||| 4-4 ||| 0.0769231
+, [X][X] quite [X][X] positions [X] ||| [X][X] ganz [X][X] Position , [X] ||| 0.0182166 1 ||| 1-0 3-2 ||| 0.0625
+, [X][X] quite [X][X] [X] ||| [X][X] ganz [X][X] , [X] ||| 0.0182166 1 ||| 1-0 3-2 ||| 0.0625
+, [X][X] quite in [X][X] [X] ||| [X][X] ganz im [X][X] , [X] ||| 0.0182166 1 ||| 1-0 4-3 ||| 0.0625
+, [X][X] in [X][X] positions [X] ||| [X][X] im [X][X] Position , [X] ||| 0.0182166 1 ||| 1-0 3-2 ||| 0.0625
+, [X][X] in [X][X] [X] ||| [X][X] im [X][X] , [X] ||| 0.0182166 1 ||| 1-0 3-2 ||| 0.0625
+, [X][X] keeping with [X][X] [X] ||| [X][X] Sinne [X][X] , [X] ||| 0.0182166 1 ||| 1-0 4-2 ||| 0.0625
+, [X][X] the positions [X] ||| [X][X] der Position , [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0625
+, [X][X] positions [X] ||| [X][X] Position , [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0625
+, [X][X] [X] ||| [X][X] , [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0625
+, it [X][X] in [X][X] [X] ||| das [X][X] im [X][X] , [X] ||| 0.0182166 1 ||| 2-1 4-3 ||| 0.0625
+, it [X][X] the positions [X] ||| das [X][X] der Position , [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0625
+, it [X][X] positions [X] ||| das [X][X] Position , [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0625
+, it [X][X] [X] ||| das [X][X] , [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0625
+, it is [X][X] positions [X] ||| das ist [X][X] Position , [X] ||| 0.0182166 1 ||| 3-2 ||| 0.0625
+, it is [X][X] [X] ||| das ist [X][X] , [X] ||| 0.0182166 1 ||| 3-2 ||| 0.0625
+, it is quite [X][X] [X] ||| das ist ganz [X][X] , [X] ||| 0.0182166 1 ||| 4-3 ||| 0.0625
+indeed , [X][X] quite [X][X] [X] ||| [X][X] ganz [X][X] , [X] ||| 0.0182166 1 ||| 2-0 4-2 ||| 0.0714286
+indeed , [X][X] in [X][X] [X] ||| [X][X] im [X][X] , [X] ||| 0.0182166 1 ||| 2-0 4-2 ||| 0.0714286
+indeed , [X][X] the positions [X] ||| [X][X] der Position , [X] ||| 0.0182166 1 ||| 2-0 ||| 0.0714286
+indeed , [X][X] positions [X] ||| [X][X] Position , [X] ||| 0.0182166 1 ||| 2-0 ||| 0.0714286
+indeed , [X][X] [X] ||| [X][X] , [X] ||| 0.0182166 1 ||| 2-0 ||| 0.0714286
+[X][X] it [X][X] the positions [X] ||| das [X][X] der Position [X][X] [X] ||| 0.0182166 1 ||| 2-1 0-4 ||| 0.121429
+indeed , it [X][X] positions [X] ||| das [X][X] Position , [X] ||| 0.0182166 1 ||| 3-1 ||| 0.0714286
+[X][X] it [X][X] positions [X] ||| das [X][X] Position [X][X] [X] ||| 0.0182166 1 ||| 2-1 0-3 ||| 0.121429
+indeed , it [X][X] [X] ||| das [X][X] , [X] ||| 0.0182166 1 ||| 3-1 ||| 0.0714286
+[X][X] it [X][X] [X] ||| das [X][X] [X][X] [X] ||| 0.0182166 1 ||| 2-1 0-2 ||| 0.121429
+[X][X] it is [X][X] positions [X] ||| das ist [X][X] Position [X][X] [X] ||| 0.0182166 1 ||| 3-2 0-4 ||| 0.121429
+indeed , it is [X][X] [X] ||| das ist [X][X] , [X] ||| 0.0182166 1 ||| 4-2 ||| 0.0714286
+[X][X] it is [X][X] [X] ||| das ist [X][X] [X][X] [X] ||| 0.0182166 1 ||| 3-2 0-3 ||| 0.121429
+[X][X] it is quite [X][X] [X] ||| das ist ganz [X][X] [X][X] [X] ||| 0.0182166 1 ||| 4-3 0-4 ||| 0.121429
+[X][X] has always adopted . [X] ||| die [X][X] immer vertreten haben . [X] ||| 0.0182166 1 ||| 0-1 ||| 0.05
+[X][X] has [X][X] . [X] ||| die [X][X] [X][X] . [X] ||| 0.0182166 1 ||| 0-1 2-2 ||| 0.05
+[X][X] has always [X][X] [X] ||| die [X][X] immer [X][X] [X] ||| 0.0182166 1 ||| 0-1 3-3 ||| 0.05
+[X][X] always adopted . [X] ||| die [X][X] immer vertreten haben . [X] ||| 0.0182166 1 ||| 0-1 ||| 0.05
+[X][X] always [X][X] [X] ||| die [X][X] immer [X][X] [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.05
+[X][X] adopted . [X] ||| die [X][X] vertreten haben . [X] ||| 0.0182166 1 ||| 0-1 ||| 0.05
+[X][X] . [X] ||| die [X][X] . [X] ||| 0.0182166 1 ||| 0-1 ||| 0.05
+this House [X][X] adopted . [X] ||| die wir als Parlament [X][X] vertreten haben . [X] ||| 0.0182166 1 ||| 2-4 ||| 0.05
+this House has [X][X] . [X] ||| die wir als Parlament [X][X] . [X] ||| 0.0182166 1 ||| 3-4 ||| 0.05
+this House [X][X] . [X] ||| die wir als Parlament [X][X] . [X] ||| 0.0182166 1 ||| 2-4 ||| 0.05
+this House has always [X][X] [X] ||| die wir als Parlament immer [X][X] [X] ||| 0.0182166 1 ||| 4-5 ||| 0.05
+, [X][X] quite [X][X] positions [X] ||| [X][X] ganz [X][X] Position , die [X] ||| 0.0182166 1 ||| 1-0 3-2 ||| 0.0625
+, [X][X] quite [X][X] [X] ||| [X][X] ganz [X][X] , die [X] ||| 0.0182166 1 ||| 1-0 3-2 ||| 0.0625
+, [X][X] quite in [X][X] [X] ||| [X][X] ganz im [X][X] , die [X] ||| 0.0182166 1 ||| 1-0 4-3 ||| 0.0625
+, [X][X] in [X][X] positions [X] ||| [X][X] im [X][X] Position , die [X] ||| 0.0182166 1 ||| 1-0 3-2 ||| 0.0625
+, [X][X] in [X][X] [X] ||| [X][X] im [X][X] , die [X] ||| 0.0182166 1 ||| 1-0 3-2 ||| 0.0625
+, [X][X] keeping with [X][X] [X] ||| [X][X] Sinne [X][X] , die [X] ||| 0.0182166 1 ||| 1-0 4-2 ||| 0.0625
+, [X][X] the positions [X] ||| [X][X] der Position , die [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0625
+, [X][X] positions [X] ||| [X][X] Position , die [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0625
+, [X][X] [X] ||| [X][X] , die [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0625
+, it [X][X] in [X][X] [X] ||| das [X][X] im [X][X] , die [X] ||| 0.0182166 1 ||| 2-1 4-3 ||| 0.0625
+, it [X][X] the positions [X] ||| das [X][X] der Position , die [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0625
+, it [X][X] positions [X] ||| das [X][X] Position , die [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0625
+, it [X][X] [X] ||| das [X][X] , die [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0625
+, it is [X][X] positions [X] ||| das ist [X][X] Position , die [X] ||| 0.0182166 1 ||| 3-2 ||| 0.0625
+, it is [X][X] [X] ||| das ist [X][X] , die [X] ||| 0.0182166 1 ||| 3-2 ||| 0.0625
+, it is quite [X][X] [X] ||| das ist ganz [X][X] , die [X] ||| 0.0182166 1 ||| 4-3 ||| 0.0625
+indeed , [X][X] quite [X][X] [X] ||| [X][X] ganz [X][X] , die [X] ||| 0.0182166 1 ||| 2-0 4-2 ||| 0.05
+indeed , [X][X] in [X][X] [X] ||| [X][X] im [X][X] , die [X] ||| 0.0182166 1 ||| 2-0 4-2 ||| 0.05
+indeed , [X][X] the positions [X] ||| [X][X] der Position , die [X] ||| 0.0182166 1 ||| 2-0 ||| 0.05
+indeed , [X][X] positions [X] ||| [X][X] Position , die [X] ||| 0.0182166 1 ||| 2-0 ||| 0.05
+indeed , [X][X] [X] ||| [X][X] , die [X] ||| 0.0182166 1 ||| 2-0 ||| 0.05
+[X][X] it [X][X] the positions [X] ||| das [X][X] der Position [X][X] die [X] ||| 0.0182166 1 ||| 2-1 0-4 ||| 0.05
+indeed , it [X][X] positions [X] ||| das [X][X] Position , die [X] ||| 0.0182166 1 ||| 3-1 ||| 0.05
+[X][X] it [X][X] positions [X] ||| das [X][X] Position [X][X] die [X] ||| 0.0182166 1 ||| 2-1 0-3 ||| 0.05
+indeed , it [X][X] [X] ||| das [X][X] , die [X] ||| 0.0182166 1 ||| 3-1 ||| 0.05
+[X][X] it [X][X] [X] ||| das [X][X] [X][X] die [X] ||| 0.0182166 1 ||| 2-1 0-2 ||| 0.05
+[X][X] it is [X][X] positions [X] ||| das ist [X][X] Position [X][X] die [X] ||| 0.0182166 1 ||| 3-2 0-4 ||| 0.05
+indeed , it is [X][X] [X] ||| das ist [X][X] , die [X] ||| 0.0182166 1 ||| 4-2 ||| 0.05
+[X][X] it is [X][X] [X] ||| das ist [X][X] [X][X] die [X] ||| 0.0182166 1 ||| 3-2 0-3 ||| 0.05
+[X][X] it is quite [X][X] [X] ||| das ist ganz [X][X] [X][X] die [X] ||| 0.0182166 1 ||| 4-3 0-4 ||| 0.05
+Madam [X] ||| Frau [X] ||| 0.0182166 1 ||| ||| 1
+I [X] ||| ich [X] ||| 0.0182166 1 ||| ||| 1
+should like to [X] ||| möchte [X] ||| 0.0182166 1 ||| ||| 1
+to [X] ||| auf [X] ||| 0.0182166 1 ||| ||| 1
+a [X] ||| einen [X] ||| 0.0182166 1 ||| ||| 1
+case [X] ||| Fall [X] ||| 0.0182166 1 ||| ||| 1
+in [X] ||| mit [X] ||| 0.0182166 1 ||| ||| 1
+which [X] ||| dem [X] ||| 0.0182166 1 ||| ||| 1
+this [X] ||| dieses [X] ||| 0.0182166 1 ||| ||| 1
+Parliament [X] ||| Parlament [X] ||| 0.0182166 1 ||| ||| 1
+has [X] ||| hat [X] ||| 0.0182166 1 ||| ||| 1
+. [X] ||| . [X] ||| 0.0182166 1 ||| ||| 1
+interest . [X] ||| . [X] ||| 0.0182166 1 ||| ||| 1
+an interest . [X] ||| . [X] ||| 0.0182166 1 ||| ||| 1
+President , [X] ||| Präsidentin ! [X] ||| 0.0182166 1 ||| ||| 1
+I should like to [X] ||| ich möchte [X] ||| 0.0182166 1 ||| ||| 0.5
+I [X][X] [X] ||| ich [X][X] [X] ||| 0.218091 1 ||| 1-1 ||| 1.11111
+should like to [X] ||| möchte Sie [X] ||| 0.0182166 1 ||| ||| 1
+to [X] ||| Sie auf [X] ||| 0.0182166 1 ||| ||| 1
+to a [X] ||| auf einen [X] ||| 0.0182166 1 ||| ||| 1
+a case [X] ||| einen Fall [X] ||| 0.0182166 1 ||| ||| 1
+draw your attention [X] ||| aufmerksam machen [X] ||| 0.0182166 1 ||| ||| 1
+in [X] ||| , mit [X] ||| 0.0182166 1 ||| ||| 1
+in which [X] ||| mit dem [X] ||| 0.0182166 1 ||| ||| 1
+which [X] ||| dem sich [X] ||| 0.0182166 1 ||| ||| 1
+this [X] ||| sich dieses [X] ||| 0.0182166 1 ||| ||| 1
+this Parliament [X] ||| dieses Parlament [X] ||| 0.0182166 1 ||| ||| 1
+Madam President , [X] ||| Frau Präsidentin ! [X] ||| 0.0182166 1 ||| ||| 0.5
+Madam [X][X] [X] ||| Frau [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.951923
+President , I [X] ||| Präsidentin ! ich [X] ||| 0.0182166 1 ||| ||| 0.5
+[X][X] I [X] ||| [X][X] ich [X] ||| 0.0182166 1 ||| 0-0 ||| 0.75
+I should like to [X] ||| ich möchte Sie [X] ||| 0.0182166 1 ||| ||| 0.333333
+I [X][X] [X] ||| ich [X][X] Sie [X] ||| 0.0182166 1 ||| 1-1 ||| 0.333333
+to a [X] ||| Sie auf einen [X] ||| 0.0182166 1 ||| ||| 1
+to a case [X] ||| auf einen Fall [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] case [X] ||| [X][X] Fall [X] ||| 0.0182166 1 ||| 0-0 ||| 0.583333
+to [X][X] [X] ||| auf [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.333333
+draw your attention [X] ||| aufmerksam machen , [X] ||| 0.0182166 1 ||| ||| 1
+in which [X] ||| , mit dem [X] ||| 0.00910828 1 ||| ||| 2
+in which [X] ||| mit dem sich [X] ||| 0.00910828 1 ||| ||| 2
+which this [X] ||| dem sich dieses [X] ||| 0.0182166 1 ||| ||| 1
+this Parliament [X] ||| sich dieses Parlament [X] ||| 0.0182166 1 ||| ||| 1
+consistently shown [X] ||| immer wieder befaßt [X] ||| 0.0182166 1 ||| ||| 1
+consistently shown an [X] ||| immer wieder befaßt [X] ||| 0.0182166 1 ||| ||| 1
+consistently shown an interest [X] ||| immer wieder befaßt [X] ||| 0.0182166 1 ||| ||| 1
+Madam President , I [X] ||| Frau Präsidentin ! ich [X] ||| 0.0182166 1 ||| ||| 0.25
+Madam [X][X] I [X] ||| Frau [X][X] ich [X] ||| 0.0182166 1 ||| 1-1 ||| 0.25
+[X][X] I should like to [X] ||| [X][X] ich möchte [X] ||| 0.0182166 1 ||| 0-0 ||| 0.325
+[X][X] I [X][X] [X] ||| [X][X] ich [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.526923
+[X][X] should like to [X] ||| [X][X] möchte [X] ||| 0.0182166 1 ||| 0-0 ||| 0.325
+President , [X][X] [X] ||| Präsidentin ! [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.325
+President , I [X][X] [X] ||| Präsidentin ! ich [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.325
+to a case [X] ||| Sie auf einen Fall [X] ||| 0.0182166 1 ||| ||| 0.25
+[X][X] case [X] ||| Sie [X][X] Fall [X] ||| 0.0182166 1 ||| 0-1 ||| 0.25
+to [X][X] [X] ||| Sie auf [X][X] [X] ||| 0.0182166 1 ||| 1-2 ||| 0.25
+in which [X] ||| , mit dem sich [X] ||| 0.0182166 1 ||| ||| 1
+in which this [X] ||| mit dem sich dieses [X] ||| 0.0182166 1 ||| ||| 0.25
+[X][X] this [X] ||| [X][X] sich dieses [X] ||| 0.00910828 1 ||| 0-0 ||| 1.03333
+[X][X] this [X] ||| [X][X] dieses [X] ||| 0.00910828 1 ||| 0-0 ||| 1.03333
+in [X][X] [X] ||| mit [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.50204
+which this Parliament [X] ||| dem sich dieses Parlament [X] ||| 0.0182166 1 ||| ||| 0.25
+[X][X] Parliament [X] ||| [X][X] Parlament [X] ||| 0.0182166 1 ||| 0-0 ||| 0.465909
+which [X][X] [X] ||| dem [X][X] [X] ||| 0.00910828 1 ||| 1-1 ||| 0.89762
+which [X][X] [X] ||| dem sich [X][X] [X] ||| 0.00910828 1 ||| 1-2 ||| 0.89762
+has consistently shown [X] ||| immer wieder befaßt hat [X] ||| 0.0182166 1 ||| ||| 0.5
+has [X][X] [X] ||| [X][X] hat [X] ||| 0.218091 1 ||| 1-0 ||| 1.08333
+has consistently shown an [X] ||| immer wieder befaßt hat [X] ||| 0.0182166 1 ||| ||| 0.333333
+has [X][X] an [X] ||| [X][X] hat [X] ||| 0.0182166 1 ||| 1-0 ||| 0.333333
+has consistently shown an interest [X] ||| immer wieder befaßt hat [X] ||| 0.0182166 1 ||| ||| 0.25
+has [X][X] an interest [X] ||| [X][X] hat [X] ||| 0.0182166 1 ||| 1-0 ||| 0.25
+has [X][X] interest [X] ||| [X][X] hat [X] ||| 0.0182166 1 ||| 1-0 ||| 0.25
+Madam [X][X] I [X][X] [X] ||| Frau [X][X] ich [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.201923
+Madam [X][X] should like to [X] ||| Frau [X][X] möchte [X] ||| 0.0182166 1 ||| 1-1 ||| 0.125
+Madam President , [X][X] [X] ||| Frau Präsidentin ! [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.201923
+Madam President , I [X][X] [X] ||| Frau Präsidentin ! ich [X][X] [X] ||| 0.0182166 1 ||| 4-4 ||| 0.201923
+[X][X] I should like to [X] ||| [X][X] ich möchte Sie [X] ||| 0.0182166 1 ||| 0-0 ||| 0.201923
+[X][X] I [X][X] [X] ||| [X][X] ich [X][X] Sie [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.201923
+[X][X] should like to [X] ||| [X][X] möchte Sie [X] ||| 0.0182166 1 ||| 0-0 ||| 0.201923
+President , [X][X] [X] ||| Präsidentin ! [X][X] Sie [X] ||| 0.0182166 1 ||| 2-2 ||| 0.125
+President , I [X][X] [X] ||| Präsidentin ! ich [X][X] Sie [X] ||| 0.0182166 1 ||| 3-3 ||| 0.125
+draw your attention [X][X] case [X] ||| [X][X] Fall aufmerksam machen [X] ||| 0.0182166 1 ||| 3-0 ||| 0.342857
+draw your attention [X][X] [X] ||| [X][X] aufmerksam machen [X] ||| 0.0182166 1 ||| 3-0 ||| 0.342857
+draw your attention to [X][X] [X] ||| auf [X][X] aufmerksam machen [X] ||| 0.0182166 1 ||| 4-1 ||| 0.2
+[X][X] to [X][X] [X] ||| auf [X][X] [X][X] [X] ||| 0.0182166 1 ||| 2-1 0-2 ||| 0.342857
+[X][X] to a case [X] ||| auf einen Fall [X][X] [X] ||| 0.0182166 1 ||| 0-3 ||| 0.342857
+in which this [X] ||| , mit dem sich dieses [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] this [X] ||| , [X][X] sich dieses [X] ||| 0.00910828 1 ||| 0-1 ||| 0.333334
+[X][X] this [X] ||| , [X][X] dieses [X] ||| 0.00910828 1 ||| 0-1 ||| 0.333334
+in [X][X] [X] ||| , mit [X][X] [X] ||| 0.0182166 1 ||| 1-2 ||| 0.324828
+in which this Parliament [X] ||| mit dem sich dieses Parlament [X] ||| 0.0182166 1 ||| ||| 0.125
+[X][X] this Parliament [X] ||| [X][X] sich dieses Parlament [X] ||| 0.00910828 1 ||| 0-0 ||| 0.431818
+[X][X] this Parliament [X] ||| [X][X] dieses Parlament [X] ||| 0.00910828 1 ||| 0-0 ||| 0.431818
+in [X][X] Parliament [X] ||| mit [X][X] Parlament [X] ||| 0.0182166 1 ||| 1-1 ||| 0.125
+in which [X][X] [X] ||| mit dem [X][X] [X] ||| 0.00910828 1 ||| 2-2 ||| 0.50408
+in which [X][X] [X] ||| mit dem sich [X][X] [X] ||| 0.00910828 1 ||| 2-3 ||| 0.50408
+Parliament has consistently shown [X] ||| Parlament immer wieder befaßt hat [X] ||| 0.0182166 1 ||| ||| 0.333333
+Parliament has [X][X] [X] ||| Parlament [X][X] hat [X] ||| 0.0182166 1 ||| 2-1 ||| 0.7
+Parliament [X][X] [X] ||| Parlament [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.783333
+Parliament has consistently shown an [X] ||| Parlament immer wieder befaßt hat [X] ||| 0.0182166 1 ||| ||| 0.2
+Parliament has [X][X] an [X] ||| Parlament [X][X] hat [X] ||| 0.0182166 1 ||| 2-1 ||| 0.2
+Parliament [X][X] an [X] ||| Parlament [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.2
+Parliament has [X][X] an interest [X] ||| Parlament [X][X] hat [X] ||| 0.0182166 1 ||| 2-1 ||| 0.166667
+Parliament has [X][X] interest [X] ||| Parlament [X][X] hat [X] ||| 0.0182166 1 ||| 2-1 ||| 0.166667
+Parliament [X][X] an interest [X] ||| Parlament [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+Parliament [X][X] interest [X] ||| Parlament [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+has [X][X] an interest . [X] ||| [X][X] hat . [X] ||| 0.0182166 1 ||| 1-0 ||| 0.111111
+has [X][X] an [X][X] [X] ||| [X][X] hat [X][X] [X] ||| 0.0182166 1 ||| 1-0 3-2 ||| 0.111111
+has [X][X] interest . [X] ||| [X][X] hat . [X] ||| 0.0182166 1 ||| 1-0 ||| 0.111111
+has [X][X] . [X] ||| [X][X] hat . [X] ||| 0.0182166 1 ||| 1-0 ||| 0.111111
+[X][X] an interest . [X] ||| [X][X] . [X] ||| 0.0182166 1 ||| 0-0 ||| 0.363754
+[X][X] interest . [X] ||| [X][X] . [X] ||| 0.0182166 1 ||| 0-0 ||| 0.363754
+[X][X] . [X] ||| [X][X] . [X] ||| 0.0182166 1 ||| 0-0 ||| 0.363754
+has consistently shown an [X][X] [X] ||| immer wieder befaßt hat [X][X] [X] ||| 0.0182166 1 ||| 4-4 ||| 0.111111
+has consistently shown [X][X] [X] ||| immer wieder befaßt hat [X][X] [X] ||| 0.0182166 1 ||| 3-4 ||| 0.111111
+Madam [X][X] I [X][X] [X] ||| Frau [X][X] ich [X][X] Sie [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0769231
+Madam [X][X] should like to [X] ||| Frau [X][X] möchte Sie [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0769231
+Madam [X][X] [X] ||| Frau [X][X] Sie [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0769231
+Madam President , [X][X] [X] ||| Frau Präsidentin ! [X][X] Sie [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0769231
+Madam President , I [X][X] [X] ||| Frau Präsidentin ! ich [X][X] Sie [X] ||| 0.0182166 1 ||| 4-4 ||| 0.0769231
+draw your attention [X][X] case [X] ||| Sie [X][X] Fall aufmerksam machen [X] ||| 0.0182166 1 ||| 3-1 ||| 0.142857
+draw your attention [X][X] [X] ||| Sie [X][X] aufmerksam machen [X] ||| 0.0182166 1 ||| 3-1 ||| 0.142857
+draw your attention to [X][X] [X] ||| Sie auf [X][X] aufmerksam machen [X] ||| 0.0182166 1 ||| 4-2 ||| 0.142857
+[X][X] to [X][X] [X] ||| Sie auf [X][X] [X][X] [X] ||| 0.0182166 1 ||| 2-2 0-3 ||| 0.253968
+[X][X] to a case [X] ||| Sie auf einen Fall [X][X] [X] ||| 0.0182166 1 ||| 0-4 ||| 0.253968
+draw your attention [X][X] case [X] ||| [X][X] Fall aufmerksam machen , [X] ||| 0.0182166 1 ||| 3-0 ||| 0.253968
+draw your attention [X][X] [X] ||| [X][X] aufmerksam machen , [X] ||| 0.0182166 1 ||| 3-0 ||| 0.253968
+draw your attention to [X][X] [X] ||| auf [X][X] aufmerksam machen , [X] ||| 0.0182166 1 ||| 4-1 ||| 0.142857
+[X][X] to [X][X] [X] ||| auf [X][X] [X][X] , [X] ||| 0.0182166 1 ||| 2-1 0-2 ||| 0.142857
+[X][X] to a case [X] ||| auf einen Fall [X][X] , [X] ||| 0.0182166 1 ||| 0-3 ||| 0.142857
+in which this Parliament [X] ||| , mit dem sich dieses Parlament [X] ||| 0.0182166 1 ||| ||| 0.0909091
+[X][X] this Parliament [X] ||| , [X][X] sich dieses Parlament [X] ||| 0.00910828 1 ||| 0-1 ||| 0.181818
+[X][X] this Parliament [X] ||| , [X][X] dieses Parlament [X] ||| 0.00910828 1 ||| 0-1 ||| 0.181818
+[X][X] Parliament [X] ||| , [X][X] Parlament [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0909091
+in [X][X] Parliament [X] ||| , mit [X][X] Parlament [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0909091
+in which [X][X] [X] ||| , mit dem [X][X] [X] ||| 0.00910828 1 ||| 2-3 ||| 0.316322
+in which [X][X] [X] ||| , mit dem sich [X][X] [X] ||| 0.00910828 1 ||| 2-4 ||| 0.316322
+this Parliament has consistently shown [X] ||| dieses Parlament immer wieder befaßt hat [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] has consistently shown [X] ||| [X][X] immer wieder befaßt hat [X] ||| 0.0182166 1 ||| 0-0 ||| 0.438853
+[X][X] has [X][X] [X] ||| [X][X] [X][X] hat [X] ||| 0.0182166 1 ||| 0-0 2-1 ||| 0.980195
+this [X][X] [X] ||| dieses [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.431187
+this Parliament has [X][X] [X] ||| dieses Parlament [X][X] hat [X] ||| 0.0182166 1 ||| 3-2 ||| 0.368687
+this Parliament [X][X] [X] ||| dieses Parlament [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.431187
+[X][X] has consistently shown an [X] ||| [X][X] immer wieder befaßt hat [X] ||| 0.0182166 1 ||| 0-0 ||| 0.294748
+[X][X] has [X][X] an [X] ||| [X][X] [X][X] hat [X] ||| 0.0182166 1 ||| 0-0 2-1 ||| 0.294748
+this [X][X] an [X] ||| dieses [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.111111
+this Parliament has [X][X] an [X] ||| dieses Parlament [X][X] hat [X] ||| 0.0182166 1 ||| 3-2 ||| 0.111111
+this Parliament [X][X] an [X] ||| dieses Parlament [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.111111
+[X][X] has [X][X] an interest [X] ||| [X][X] [X][X] hat [X] ||| 0.0182166 1 ||| 0-0 2-1 ||| 0.246595
+[X][X] has [X][X] interest [X] ||| [X][X] [X][X] hat [X] ||| 0.0182166 1 ||| 0-0 2-1 ||| 0.246595
+this [X][X] an interest [X] ||| dieses [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+this [X][X] interest [X] ||| dieses [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+this Parliament has [X][X] interest [X] ||| dieses Parlament [X][X] hat [X] ||| 0.0182166 1 ||| 3-2 ||| 0.0909091
+this Parliament [X][X] an interest [X] ||| dieses Parlament [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0909091
+this Parliament [X][X] interest [X] ||| dieses Parlament [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0909091
+Parliament has [X][X] an [X][X] [X] ||| Parlament [X][X] hat [X][X] [X] ||| 0.0182166 1 ||| 2-1 4-3 ||| 0.0833333
+Parliament has [X][X] interest . [X] ||| Parlament [X][X] hat . [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0833333
+Parliament has [X][X] . [X] ||| Parlament [X][X] hat . [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0833333
+Parliament [X][X] an interest . [X] ||| Parlament [X][X] . [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0833333
+Parliament [X][X] an [X][X] [X] ||| Parlament [X][X] [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.0833333
+Parliament [X][X] interest . [X] ||| Parlament [X][X] . [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0833333
+Parliament [X][X] . [X] ||| Parlament [X][X] . [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0833333
+Parliament has consistently shown [X][X] [X] ||| Parlament immer wieder befaßt hat [X][X] [X] ||| 0.0182166 1 ||| 4-5 ||| 0.0833333
+[X][X] draw your attention [X][X] [X] ||| [X][X] [X][X] aufmerksam machen [X] ||| 0.0121444 1 ||| 0-0 4-1 ||| 1.1
+[X][X] draw your attention [X][X] [X] ||| [X][X] Sie [X][X] aufmerksam machen [X] ||| 0.00607219 1 ||| 0-0 4-2 ||| 1.1
+should like to [X][X] [X] ||| möchte [X][X] [X] ||| 0.00910828 1 ||| 3-1 ||| 0.935714
+should like to [X][X] [X] ||| möchte Sie [X][X] [X] ||| 0.00910828 1 ||| 3-2 ||| 0.935714
+draw your attention [X][X] case [X] ||| Sie [X][X] Fall aufmerksam machen , [X] ||| 0.0182166 1 ||| 3-1 ||| 0.111111
+draw your attention [X][X] [X] ||| Sie [X][X] aufmerksam machen , [X] ||| 0.0182166 1 ||| 3-1 ||| 0.111111
+draw your attention to [X][X] [X] ||| Sie auf [X][X] aufmerksam machen , [X] ||| 0.0182166 1 ||| 4-2 ||| 0.111111
+[X][X] to [X][X] [X] ||| Sie auf [X][X] [X][X] , [X] ||| 0.0182166 1 ||| 2-2 0-3 ||| 0.111111
+[X][X] to a case [X] ||| Sie auf einen Fall [X][X] , [X] ||| 0.0182166 1 ||| 0-4 ||| 0.111111
+draw your attention [X][X] in [X] ||| [X][X] aufmerksam machen , mit [X] ||| 0.0182166 1 ||| 3-0 ||| 0.242857
+[X][X] in [X] ||| [X][X] , mit [X] ||| 0.00910828 1 ||| 0-0 ||| 0.735714
+[X][X] in [X] ||| [X][X] mit [X] ||| 0.00910828 1 ||| 0-0 ||| 0.735714
+[X][X] to [X][X] in [X] ||| auf [X][X] [X][X] , mit [X] ||| 0.00910828 1 ||| 2-1 0-2 ||| 0.285714
+[X][X] to [X][X] in [X] ||| auf [X][X] [X][X] mit [X] ||| 0.00910828 1 ||| 2-1 0-2 ||| 0.285714
+[X][X] to a case in [X] ||| auf einen Fall [X][X] , mit [X] ||| 0.00910828 1 ||| 0-3 ||| 0.285714
+[X][X] to a case in [X] ||| auf einen Fall [X][X] mit [X] ||| 0.00910828 1 ||| 0-3 ||| 0.285714
+this Parliament has consistently shown [X] ||| sich dieses Parlament immer wieder befaßt hat [X] ||| 0.0182166 1 ||| ||| 0.125
+[X][X] has consistently shown [X] ||| sich [X][X] immer wieder befaßt hat [X] ||| 0.0182166 1 ||| 0-1 ||| 0.125
+[X][X] has [X][X] [X] ||| sich [X][X] [X][X] hat [X] ||| 0.0182166 1 ||| 0-1 2-2 ||| 0.279762
+this [X][X] [X] ||| sich dieses [X][X] [X] ||| 0.0182166 1 ||| 1-2 ||| 0.325216
+this Parliament has [X][X] [X] ||| sich dieses Parlament [X][X] hat [X] ||| 0.0182166 1 ||| 3-3 ||| 0.279762
+this Parliament [X][X] [X] ||| sich dieses Parlament [X][X] [X] ||| 0.0182166 1 ||| 2-3 ||| 0.325216
+[X][X] has consistently shown an [X] ||| sich [X][X] immer wieder befaßt hat [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0833333
+[X][X] has [X][X] an [X] ||| sich [X][X] [X][X] hat [X] ||| 0.0182166 1 ||| 0-1 2-2 ||| 0.0833333
+this [X][X] an [X] ||| sich dieses [X][X] [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0833333
+this Parliament has [X][X] an [X] ||| sich dieses Parlament [X][X] hat [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0833333
+this Parliament [X][X] an [X] ||| sich dieses Parlament [X][X] [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0833333
+[X][X] has [X][X] an interest [X] ||| sich [X][X] [X][X] hat [X] ||| 0.0182166 1 ||| 0-1 2-2 ||| 0.0714286
+[X][X] has [X][X] interest [X] ||| sich [X][X] [X][X] hat [X] ||| 0.0182166 1 ||| 0-1 2-2 ||| 0.0714286
+this [X][X] an interest [X] ||| sich dieses [X][X] [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0714286
+this [X][X] interest [X] ||| sich dieses [X][X] [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0714286
+this Parliament has [X][X] interest [X] ||| sich dieses Parlament [X][X] hat [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0714286
+this Parliament [X][X] an interest [X] ||| sich dieses Parlament [X][X] [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0714286
+this Parliament [X][X] interest [X] ||| sich dieses Parlament [X][X] [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0714286
+[X][X] has [X][X] interest . [X] ||| [X][X] [X][X] hat . [X] ||| 0.0182166 1 ||| 0-0 2-1 ||| 0.16931
+[X][X] has [X][X] . [X] ||| [X][X] [X][X] hat . [X] ||| 0.0182166 1 ||| 0-0 2-1 ||| 0.16931
+[X][X] has consistently shown [X][X] [X] ||| [X][X] immer wieder befaßt hat [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-5 ||| 0.16931
+this [X][X] an interest . [X] ||| dieses [X][X] . [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0625
+this [X][X] an [X][X] [X] ||| dieses [X][X] [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.0625
+this [X][X] interest . [X] ||| dieses [X][X] . [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0625
+this [X][X] . [X] ||| dieses [X][X] . [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0625
+this Parliament has [X][X] . [X] ||| dieses Parlament [X][X] hat . [X] ||| 0.0182166 1 ||| 3-2 ||| 0.0625
+this Parliament [X][X] an [X][X] [X] ||| dieses Parlament [X][X] [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-3 ||| 0.0625
+this Parliament [X][X] interest . [X] ||| dieses Parlament [X][X] . [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0625
+this Parliament [X][X] . [X] ||| dieses Parlament [X][X] . [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0625
+I should like to [X][X] [X] ||| ich möchte [X][X] [X] ||| 0.00910828 1 ||| 4-2 ||| 0.555556
+I should like to [X][X] [X] ||| ich möchte Sie [X][X] [X] ||| 0.00910828 1 ||| 4-3 ||| 0.555556
+[X][X] draw your attention [X][X] [X] ||| [X][X] [X][X] aufmerksam machen , [X] ||| 0.0121444 1 ||| 0-0 4-1 ||| 0.761905
+[X][X] draw your attention [X][X] [X] ||| [X][X] Sie [X][X] aufmerksam machen , [X] ||| 0.00607218 1 ||| 0-0 4-2 ||| 0.761905
+should like to [X][X] [X] ||| möchte [X][X] , [X] ||| 0.00910828 1 ||| 3-1 ||| 0.285714
+should like to [X][X] [X] ||| möchte Sie [X][X] , [X] ||| 0.00910828 1 ||| 3-2 ||| 0.285714
+draw your attention [X][X] in [X] ||| Sie [X][X] aufmerksam machen , mit [X] ||| 0.0182166 1 ||| 3-1 ||| 0.1
+[X][X] in [X] ||| Sie [X][X] , mit [X] ||| 0.00910828 1 ||| 0-1 ||| 0.2
+[X][X] in [X] ||| Sie [X][X] mit [X] ||| 0.00910828 1 ||| 0-1 ||| 0.2
+[X][X] to [X][X] in [X] ||| Sie auf [X][X] [X][X] , mit [X] ||| 0.00910828 1 ||| 2-2 0-3 ||| 0.2
+[X][X] to [X][X] in [X] ||| Sie auf [X][X] [X][X] mit [X] ||| 0.00910828 1 ||| 2-2 0-3 ||| 0.2
+[X][X] to a case in [X] ||| Sie auf einen Fall [X][X] , mit [X] ||| 0.00910828 1 ||| 0-4 ||| 0.2
+[X][X] to a case in [X] ||| Sie auf einen Fall [X][X] mit [X] ||| 0.00910828 1 ||| 0-4 ||| 0.2
+[X][X] in which [X] ||| [X][X] , mit dem [X] ||| 0.00910828 1 ||| 0-0 ||| 0.431818
+[X][X] in which [X] ||| [X][X] mit dem [X] ||| 0.00910828 1 ||| 0-0 ||| 0.431818
+[X][X] which [X] ||| [X][X] dem [X] ||| 0.0182166 1 ||| 0-0 ||| 0.215909
+[X][X] to [X][X] in which [X] ||| auf [X][X] [X][X] , mit dem [X] ||| 0.00910828 1 ||| 2-1 0-2 ||| 0.25
+[X][X] to [X][X] in which [X] ||| auf [X][X] [X][X] mit dem [X] ||| 0.00910828 1 ||| 2-1 0-2 ||| 0.25
+[X][X] to a case [X][X] [X] ||| auf einen Fall [X][X] [X][X] [X] ||| 0.0121444 1 ||| 0-3 4-4 ||| 0.947727
+[X][X] to a case [X][X] [X] ||| auf einen Fall [X][X] , [X][X] [X] ||| 0.00607219 1 ||| 0-3 4-5 ||| 0.947727
+[X][X] Parliament has consistently shown [X] ||| [X][X] Parlament immer wieder befaßt hat [X] ||| 0.0182166 1 ||| 0-0 ||| 0.147186
+[X][X] Parliament has [X][X] [X] ||| [X][X] Parlament [X][X] hat [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.331746
+[X][X] Parliament [X][X] [X] ||| [X][X] Parlament [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.393101
+which [X][X] has consistently shown [X] ||| dem [X][X] immer wieder befaßt hat [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0714286
+which [X][X] has [X][X] [X] ||| dem [X][X] [X][X] hat [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.163095
+which [X][X] has consistently shown [X] ||| dem sich [X][X] immer wieder befaßt hat [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0714286
+which [X][X] has [X][X] [X] ||| dem sich [X][X] [X][X] hat [X] ||| 0.0182166 1 ||| 1-2 3-3 ||| 0.163095
+which this [X][X] [X] ||| dem sich dieses [X][X] [X] ||| 0.0182166 1 ||| 2-3 ||| 0.19881
+which this Parliament has [X][X] [X] ||| dem sich dieses Parlament [X][X] hat [X] ||| 0.0182166 1 ||| 4-4 ||| 0.163095
+which this Parliament [X][X] [X] ||| dem sich dieses Parlament [X][X] [X] ||| 0.0182166 1 ||| 3-4 ||| 0.19881
+[X][X] Parliament has [X][X] an [X] ||| [X][X] Parlament [X][X] hat [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.100303
+[X][X] Parliament [X][X] an [X] ||| [X][X] Parlament [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.100303
+which [X][X] has [X][X] an [X] ||| dem [X][X] [X][X] hat [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.05
+which [X][X] an [X] ||| dem [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.05
+which [X][X] has [X][X] an [X] ||| dem sich [X][X] [X][X] hat [X] ||| 0.0182166 1 ||| 1-2 3-3 ||| 0.05
+which [X][X] an [X] ||| dem sich [X][X] [X] ||| 0.0182166 1 ||| 1-2 ||| 0.05
+which this [X][X] an [X] ||| dem sich dieses [X][X] [X] ||| 0.0182166 1 ||| 2-3 ||| 0.05
+which this Parliament [X][X] an [X] ||| dem sich dieses Parlament [X][X] [X] ||| 0.0182166 1 ||| 3-4 ||| 0.05
+[X][X] Parliament has [X][X] interest [X] ||| [X][X] Parlament [X][X] hat [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.0842569
+[X][X] Parliament [X][X] an interest [X] ||| [X][X] Parlament [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0842569
+[X][X] Parliament [X][X] interest [X] ||| [X][X] Parlament [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0842569
+which [X][X] has [X][X] interest [X] ||| dem [X][X] [X][X] hat [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.0416667
+which [X][X] an interest [X] ||| dem [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0416667
+which [X][X] interest [X] ||| dem [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0416667
+which [X][X] has [X][X] interest [X] ||| dem sich [X][X] [X][X] hat [X] ||| 0.0182166 1 ||| 1-2 3-3 ||| 0.0416667
+which [X][X] an interest [X] ||| dem sich [X][X] [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0416667
+which [X][X] interest [X] ||| dem sich [X][X] [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0416667
+which this [X][X] an interest [X] ||| dem sich dieses [X][X] [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0416667
+which this [X][X] interest [X] ||| dem sich dieses [X][X] [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0416667
+which this Parliament [X][X] interest [X] ||| dem sich dieses Parlament [X][X] [X] ||| 0.0182166 1 ||| 3-4 ||| 0.0416667
+[X][X] has [X][X] interest . [X] ||| sich [X][X] [X][X] hat . [X] ||| 0.0182166 1 ||| 0-1 2-2 ||| 0.0454545
+[X][X] has [X][X] . [X] ||| sich [X][X] [X][X] hat . [X] ||| 0.0182166 1 ||| 0-1 2-2 ||| 0.0454545
+[X][X] has consistently shown [X][X] [X] ||| sich [X][X] immer wieder befaßt hat [X][X] [X] ||| 0.0182166 1 ||| 0-1 4-6 ||| 0.0454545
+[X][X] an interest . [X] ||| sich [X][X] . [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0454545
+[X][X] interest . [X] ||| sich [X][X] . [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0454545
+[X][X] . [X] ||| sich [X][X] . [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0454545
+this [X][X] an interest . [X] ||| sich dieses [X][X] . [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0454545
+this [X][X] an [X][X] [X] ||| sich dieses [X][X] [X][X] [X] ||| 0.0182166 1 ||| 1-2 3-3 ||| 0.0454545
+this [X][X] interest . [X] ||| sich dieses [X][X] . [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0454545
+this [X][X] . [X] ||| sich dieses [X][X] . [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0454545
+this Parliament has [X][X] . [X] ||| sich dieses Parlament [X][X] hat . [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0454545
+this Parliament [X][X] an [X][X] [X] ||| sich dieses Parlament [X][X] [X][X] [X] ||| 0.0182166 1 ||| 2-3 4-4 ||| 0.0454545
+this Parliament [X][X] interest . [X] ||| sich dieses Parlament [X][X] . [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0454545
+this Parliament [X][X] . [X] ||| sich dieses Parlament [X][X] . [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0454545
+I [X][X] [X] ||| ich [X][X] , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.111111
+I should like to [X][X] [X] ||| ich möchte [X][X] , [X] ||| 0.00910828 1 ||| 4-2 ||| 0.222222
+I should like to [X][X] [X] ||| ich möchte Sie [X][X] , [X] ||| 0.00910828 1 ||| 4-3 ||| 0.222222
+should like to [X][X] in [X] ||| möchte [X][X] , mit [X] ||| 0.00455414 1 ||| 3-1 ||| 0.5
+should like to [X][X] in [X] ||| möchte [X][X] mit [X] ||| 0.00455414 1 ||| 3-1 ||| 0.5
+should like to [X][X] in [X] ||| möchte Sie [X][X] , mit [X] ||| 0.00455414 1 ||| 3-2 ||| 0.5
+should like to [X][X] in [X] ||| möchte Sie [X][X] mit [X] ||| 0.00455414 1 ||| 3-2 ||| 0.5
+[X][X] in which [X] ||| Sie [X][X] , mit dem [X] ||| 0.00910828 1 ||| 0-1 ||| 0.181818
+[X][X] in which [X] ||| Sie [X][X] mit dem [X] ||| 0.00910828 1 ||| 0-1 ||| 0.181818
+[X][X] which [X] ||| Sie [X][X] dem [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0909091
+[X][X] to [X][X] in which [X] ||| Sie auf [X][X] [X][X] , mit dem [X] ||| 0.00910828 1 ||| 2-2 0-3 ||| 0.181818
+[X][X] to [X][X] in which [X] ||| Sie auf [X][X] [X][X] mit dem [X] ||| 0.00910828 1 ||| 2-2 0-3 ||| 0.181818
+[X][X] to a case [X][X] [X] ||| Sie auf einen Fall [X][X] [X][X] [X] ||| 0.0121444 1 ||| 0-4 4-5 ||| 0.487013
+[X][X] to a case [X][X] [X] ||| Sie auf einen Fall [X][X] , [X][X] [X] ||| 0.0060722 1 ||| 0-4 4-6 ||| 0.487013
+[X][X] in which [X] ||| [X][X] , mit dem sich [X] ||| 0.00910828 1 ||| 0-0 ||| 0.324676
+[X][X] in which [X] ||| [X][X] mit dem sich [X] ||| 0.00910828 1 ||| 0-0 ||| 0.324676
+[X][X] which [X] ||| [X][X] dem sich [X] ||| 0.0182166 1 ||| 0-0 ||| 0.162338
+[X][X] to [X][X] in which [X] ||| auf [X][X] [X][X] , mit dem sich [X] ||| 0.00910828 1 ||| 2-1 0-2 ||| 0.181818
+[X][X] to [X][X] in which [X] ||| auf [X][X] [X][X] mit dem sich [X] ||| 0.00910828 1 ||| 2-1 0-2 ||| 0.181818
+[X][X] to a case [X][X] [X] ||| auf einen Fall [X][X] [X][X] sich [X] ||| 0.0121444 1 ||| 0-3 4-4 ||| 0.272727
+[X][X] to a case [X][X] [X] ||| auf einen Fall [X][X] , [X][X] sich [X] ||| 0.00607219 1 ||| 0-3 4-5 ||| 0.272727
+[X][X] this [X][X] [X] ||| [X][X] sich dieses [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.194292
+[X][X] this Parliament has [X][X] [X] ||| [X][X] sich dieses Parlament [X][X] hat [X] ||| 0.0182166 1 ||| 0-0 4-4 ||| 0.168651
+[X][X] this Parliament [X][X] [X] ||| [X][X] sich dieses Parlament [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-4 ||| 0.194292
+[X][X] this [X][X] [X] ||| [X][X] dieses [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.194292
+[X][X] this Parliament has [X][X] [X] ||| [X][X] dieses Parlament [X][X] hat [X] ||| 0.0182166 1 ||| 0-0 4-3 ||| 0.168651
+[X][X] this Parliament [X][X] [X] ||| [X][X] dieses Parlament [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.194292
+in [X][X] Parliament has [X][X] [X] ||| mit [X][X] Parlament [X][X] hat [X] ||| 0.0182166 1 ||| 1-1 4-3 ||| 0.101399
+in [X][X] Parliament [X][X] [X] ||| mit [X][X] Parlament [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.12704
+in [X][X] has consistently shown [X] ||| mit [X][X] immer wieder befaßt hat [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0454545
+in [X][X] has [X][X] [X] ||| mit [X][X] [X][X] hat [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.101399
+in which [X][X] has [X][X] [X] ||| mit dem [X][X] [X][X] hat [X] ||| 0.00910828 1 ||| 2-2 4-3 ||| 0.202798
+in which [X][X] has [X][X] [X] ||| mit dem sich [X][X] [X][X] hat [X] ||| 0.00910828 1 ||| 2-3 4-4 ||| 0.202798
+in which this [X][X] [X] ||| mit dem sich dieses [X][X] [X] ||| 0.0182166 1 ||| 3-4 ||| 0.12704
+in which this Parliament [X][X] [X] ||| mit dem sich dieses Parlament [X][X] [X] ||| 0.0182166 1 ||| 4-5 ||| 0.12704
+[X][X] this [X][X] an [X] ||| [X][X] sich dieses [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.050303
+[X][X] this Parliament [X][X] an [X] ||| [X][X] sich dieses Parlament [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-4 ||| 0.050303
+[X][X] this [X][X] an [X] ||| [X][X] dieses [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.050303
+[X][X] this Parliament [X][X] an [X] ||| [X][X] dieses Parlament [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.050303
+in [X][X] Parliament [X][X] an [X] ||| mit [X][X] Parlament [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.030303
+in [X][X] has [X][X] an [X] ||| mit [X][X] [X][X] hat [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.030303
+in [X][X] an [X] ||| mit [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.030303
+in which [X][X] an [X] ||| mit dem [X][X] [X] ||| 0.00910828 1 ||| 2-2 ||| 0.060606
+in which [X][X] an [X] ||| mit dem sich [X][X] [X] ||| 0.00910828 1 ||| 2-3 ||| 0.060606
+in which this [X][X] an [X] ||| mit dem sich dieses [X][X] [X] ||| 0.0182166 1 ||| 3-4 ||| 0.030303
+[X][X] this [X][X] an interest [X] ||| [X][X] sich dieses [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.0425902
+[X][X] this [X][X] interest [X] ||| [X][X] sich dieses [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.0425902
+[X][X] this Parliament [X][X] interest [X] ||| [X][X] sich dieses Parlament [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-4 ||| 0.0425902
+[X][X] this [X][X] an interest [X] ||| [X][X] dieses [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0425902
+[X][X] this [X][X] interest [X] ||| [X][X] dieses [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0425902
+[X][X] this Parliament [X][X] interest [X] ||| [X][X] dieses Parlament [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0425902
+in [X][X] Parliament [X][X] interest [X] ||| mit [X][X] Parlament [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.025641
+in [X][X] has [X][X] interest [X] ||| mit [X][X] [X][X] hat [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.025641
+in [X][X] an interest [X] ||| mit [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.025641
+in [X][X] interest [X] ||| mit [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.025641
+in which [X][X] an interest [X] ||| mit dem [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.025641
+in which [X][X] interest [X] ||| mit dem [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.025641
+in which [X][X] an interest [X] ||| mit dem sich [X][X] [X] ||| 0.0182166 1 ||| 2-3 ||| 0.025641
+in which [X][X] interest [X] ||| mit dem sich [X][X] [X] ||| 0.0182166 1 ||| 2-3 ||| 0.025641
+in which this [X][X] interest [X] ||| mit dem sich dieses [X][X] [X] ||| 0.0182166 1 ||| 3-4 ||| 0.025641
+[X][X] Parliament has [X][X] . [X] ||| [X][X] Parlament [X][X] hat . [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.0613553
+[X][X] Parliament [X][X] interest . [X] ||| [X][X] Parlament [X][X] . [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0613553
+[X][X] Parliament [X][X] . [X] ||| [X][X] Parlament [X][X] . [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0613553
+which [X][X] has [X][X] . [X] ||| dem [X][X] [X][X] hat . [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.0357143
+which [X][X] an interest . [X] ||| dem [X][X] . [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0357143
+which [X][X] an [X][X] [X] ||| dem [X][X] [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.0357143
+which [X][X] interest . [X] ||| dem [X][X] . [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0357143
+which [X][X] . [X] ||| dem [X][X] . [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0357143
+which [X][X] has [X][X] . [X] ||| dem sich [X][X] [X][X] hat . [X] ||| 0.0182166 1 ||| 1-2 3-3 ||| 0.0357143
+which [X][X] an interest . [X] ||| dem sich [X][X] . [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0357143
+which [X][X] an [X][X] [X] ||| dem sich [X][X] [X][X] [X] ||| 0.0182166 1 ||| 1-2 3-3 ||| 0.0357143
+which [X][X] interest . [X] ||| dem sich [X][X] . [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0357143
+which [X][X] . [X] ||| dem sich [X][X] . [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0357143
+which this [X][X] an [X][X] [X] ||| dem sich dieses [X][X] [X][X] [X] ||| 0.0182166 1 ||| 2-3 4-4 ||| 0.0357143
+which this [X][X] interest . [X] ||| dem sich dieses [X][X] . [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0357143
+which this [X][X] . [X] ||| dem sich dieses [X][X] . [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0357143
+which this Parliament [X][X] . [X] ||| dem sich dieses Parlament [X][X] . [X] ||| 0.0182166 1 ||| 3-4 ||| 0.0357143
+[X][X] in which [X] ||| Sie [X][X] , mit dem sich [X] ||| 0.00910828 1 ||| 0-1 ||| 0.142857
+[X][X] in which [X] ||| Sie [X][X] mit dem sich [X] ||| 0.00910828 1 ||| 0-1 ||| 0.142857
+[X][X] which [X] ||| Sie [X][X] dem sich [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0714286
+[X][X] to [X][X] in which [X] ||| Sie auf [X][X] [X][X] , mit dem sich [X] ||| 0.00910828 1 ||| 2-2 0-3 ||| 0.142857
+[X][X] to [X][X] in which [X] ||| Sie auf [X][X] [X][X] mit dem sich [X] ||| 0.00910828 1 ||| 2-2 0-3 ||| 0.142857
+[X][X] to a case [X][X] [X] ||| Sie auf einen Fall [X][X] [X][X] sich [X] ||| 0.0121444 1 ||| 0-4 4-5 ||| 0.214286
+[X][X] to a case [X][X] [X] ||| Sie auf einen Fall [X][X] , [X][X] sich [X] ||| 0.00607219 1 ||| 0-4 4-6 ||| 0.214286
+[X][X] in which this [X] ||| [X][X] , mit dem sich dieses [X] ||| 0.0182166 1 ||| 0-0 ||| 0.1
+[X][X] in [X][X] [X] ||| [X][X] , mit [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.1
+[X][X] in which this [X] ||| [X][X] mit dem sich dieses [X] ||| 0.0182166 1 ||| 0-0 ||| 0.1
+[X][X] in [X][X] [X] ||| [X][X] mit [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.1
+[X][X] which this [X] ||| [X][X] dem sich dieses [X] ||| 0.0182166 1 ||| 0-0 ||| 0.1
+[X][X] this [X][X] [X] ||| , [X][X] sich dieses [X][X] [X] ||| 0.0182166 1 ||| 0-1 2-4 ||| 0.0672522
+[X][X] this Parliament has [X][X] [X] ||| , [X][X] sich dieses Parlament [X][X] hat [X] ||| 0.0182166 1 ||| 0-1 4-5 ||| 0.0672522
+[X][X] this Parliament [X][X] [X] ||| , [X][X] sich dieses Parlament [X][X] [X] ||| 0.0182166 1 ||| 0-1 3-5 ||| 0.0672522
+[X][X] this [X][X] [X] ||| , [X][X] dieses [X][X] [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.0672522
+[X][X] this Parliament has [X][X] [X] ||| , [X][X] dieses Parlament [X][X] hat [X] ||| 0.0182166 1 ||| 0-1 4-4 ||| 0.0672522
+[X][X] this Parliament [X][X] [X] ||| , [X][X] dieses Parlament [X][X] [X] ||| 0.0182166 1 ||| 0-1 3-4 ||| 0.0672522
+[X][X] Parliament has consistently shown [X] ||| , [X][X] Parlament immer wieder befaßt hat [X] ||| 0.0182166 1 ||| 0-1 ||| 0.030303
+[X][X] Parliament has [X][X] [X] ||| , [X][X] Parlament [X][X] hat [X] ||| 0.0182166 1 ||| 0-1 3-3 ||| 0.0672522
+[X][X] Parliament [X][X] [X] ||| , [X][X] Parlament [X][X] [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.0672522
+[X][X] has consistently shown [X] ||| , [X][X] immer wieder befaßt hat [X] ||| 0.0182166 1 ||| 0-1 ||| 0.030303
+[X][X] has [X][X] [X] ||| , [X][X] [X][X] hat [X] ||| 0.0182166 1 ||| 0-1 2-2 ||| 0.0672522
+in [X][X] Parliament has [X][X] [X] ||| , mit [X][X] Parlament [X][X] hat [X] ||| 0.0182166 1 ||| 1-2 4-4 ||| 0.0672522
+in [X][X] Parliament [X][X] [X] ||| , mit [X][X] Parlament [X][X] [X] ||| 0.0182166 1 ||| 1-2 3-4 ||| 0.0672522
+in [X][X] has consistently shown [X] ||| , mit [X][X] immer wieder befaßt hat [X] ||| 0.0182166 1 ||| 1-2 ||| 0.030303
+in [X][X] has [X][X] [X] ||| , mit [X][X] [X][X] hat [X] ||| 0.0182166 1 ||| 1-2 3-3 ||| 0.0672522
+in which [X][X] has [X][X] [X] ||| , mit dem [X][X] [X][X] hat [X] ||| 0.00910828 1 ||| 2-3 4-4 ||| 0.134504
+in which [X][X] has [X][X] [X] ||| , mit dem sich [X][X] [X][X] hat [X] ||| 0.00910828 1 ||| 2-4 4-5 ||| 0.134504
+in which this [X][X] [X] ||| , mit dem sich dieses [X][X] [X] ||| 0.0182166 1 ||| 3-5 ||| 0.0672522
+in which this Parliament [X][X] [X] ||| , mit dem sich dieses Parlament [X][X] [X] ||| 0.0182166 1 ||| 4-6 ||| 0.0672522
+[X][X] this [X][X] an [X] ||| , [X][X] sich dieses [X][X] [X] ||| 0.0182166 1 ||| 0-1 2-4 ||| 0.02
+[X][X] this Parliament [X][X] an [X] ||| , [X][X] sich dieses Parlament [X][X] [X] ||| 0.0182166 1 ||| 0-1 3-5 ||| 0.02
+[X][X] this [X][X] an [X] ||| , [X][X] dieses [X][X] [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.02
+[X][X] this Parliament [X][X] an [X] ||| , [X][X] dieses Parlament [X][X] [X] ||| 0.0182166 1 ||| 0-1 3-4 ||| 0.02
+[X][X] Parliament has [X][X] an [X] ||| , [X][X] Parlament [X][X] hat [X] ||| 0.0182166 1 ||| 0-1 3-3 ||| 0.02
+[X][X] Parliament [X][X] an [X] ||| , [X][X] Parlament [X][X] [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.02
+[X][X] has consistently shown an [X] ||| , [X][X] immer wieder befaßt hat [X] ||| 0.0182166 1 ||| 0-1 ||| 0.02
+[X][X] has [X][X] an [X] ||| , [X][X] [X][X] hat [X] ||| 0.0182166 1 ||| 0-1 2-2 ||| 0.02
+in [X][X] Parliament [X][X] an [X] ||| , mit [X][X] Parlament [X][X] [X] ||| 0.0182166 1 ||| 1-2 3-4 ||| 0.02
+in [X][X] has [X][X] an [X] ||| , mit [X][X] [X][X] hat [X] ||| 0.0182166 1 ||| 1-2 3-3 ||| 0.02
+in [X][X] an [X] ||| , mit [X][X] [X] ||| 0.0182166 1 ||| 1-2 ||| 0.02
+in which [X][X] an [X] ||| , mit dem [X][X] [X] ||| 0.00910828 1 ||| 2-3 ||| 0.04
+in which [X][X] an [X] ||| , mit dem sich [X][X] [X] ||| 0.00910828 1 ||| 2-4 ||| 0.04
+in which this [X][X] an [X] ||| , mit dem sich dieses [X][X] [X] ||| 0.0182166 1 ||| 3-5 ||| 0.02
+[X][X] this [X][X] an interest [X] ||| , [X][X] sich dieses [X][X] [X] ||| 0.0182166 1 ||| 0-1 2-4 ||| 0.0169492
+[X][X] this [X][X] interest [X] ||| , [X][X] sich dieses [X][X] [X] ||| 0.0182166 1 ||| 0-1 2-4 ||| 0.0169492
+[X][X] this Parliament [X][X] interest [X] ||| , [X][X] sich dieses Parlament [X][X] [X] ||| 0.0182166 1 ||| 0-1 3-5 ||| 0.0169492
+[X][X] this [X][X] an interest [X] ||| , [X][X] dieses [X][X] [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.0169492
+[X][X] this [X][X] interest [X] ||| , [X][X] dieses [X][X] [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.0169492
+[X][X] this Parliament [X][X] interest [X] ||| , [X][X] dieses Parlament [X][X] [X] ||| 0.0182166 1 ||| 0-1 3-4 ||| 0.0169492
+[X][X] Parliament has [X][X] interest [X] ||| , [X][X] Parlament [X][X] hat [X] ||| 0.0182166 1 ||| 0-1 3-3 ||| 0.0169492
+[X][X] Parliament [X][X] an interest [X] ||| , [X][X] Parlament [X][X] [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.0169492
+[X][X] Parliament [X][X] interest [X] ||| , [X][X] Parlament [X][X] [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.0169492
+[X][X] has [X][X] an interest [X] ||| , [X][X] [X][X] hat [X] ||| 0.0182166 1 ||| 0-1 2-2 ||| 0.0169492
+[X][X] has [X][X] interest [X] ||| , [X][X] [X][X] hat [X] ||| 0.0182166 1 ||| 0-1 2-2 ||| 0.0169492
+in [X][X] Parliament [X][X] interest [X] ||| , mit [X][X] Parlament [X][X] [X] ||| 0.0182166 1 ||| 1-2 3-4 ||| 0.0169492
+in [X][X] has [X][X] interest [X] ||| , mit [X][X] [X][X] hat [X] ||| 0.0182166 1 ||| 1-2 3-3 ||| 0.0169492
+in [X][X] an interest [X] ||| , mit [X][X] [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0169492
+in [X][X] interest [X] ||| , mit [X][X] [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0169492
+in which [X][X] an interest [X] ||| , mit dem [X][X] [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0169492
+in which [X][X] interest [X] ||| , mit dem [X][X] [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0169492
+in which [X][X] an interest [X] ||| , mit dem sich [X][X] [X] ||| 0.0182166 1 ||| 2-4 ||| 0.0169492
+in which [X][X] interest [X] ||| , mit dem sich [X][X] [X] ||| 0.0182166 1 ||| 2-4 ||| 0.0169492
+in which this [X][X] interest [X] ||| , mit dem sich dieses [X][X] [X] ||| 0.0182166 1 ||| 3-5 ||| 0.0169492
+[X][X] this [X][X] interest . [X] ||| [X][X] sich dieses [X][X] . [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.025641
+[X][X] this [X][X] . [X] ||| [X][X] sich dieses [X][X] . [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.025641
+[X][X] this Parliament [X][X] . [X] ||| [X][X] sich dieses Parlament [X][X] . [X] ||| 0.0182166 1 ||| 0-0 3-4 ||| 0.025641
+[X][X] this [X][X] interest . [X] ||| [X][X] dieses [X][X] . [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.025641
+[X][X] this [X][X] . [X] ||| [X][X] dieses [X][X] . [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.025641
+[X][X] this Parliament [X][X] . [X] ||| [X][X] dieses Parlament [X][X] . [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.025641
+in [X][X] Parliament [X][X] . [X] ||| mit [X][X] Parlament [X][X] . [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.025641
+in [X][X] has [X][X] . [X] ||| mit [X][X] [X][X] hat . [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.025641
+in [X][X] an interest . [X] ||| mit [X][X] . [X] ||| 0.0182166 1 ||| 1-1 ||| 0.025641
+in [X][X] an [X][X] [X] ||| mit [X][X] [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.025641
+in [X][X] interest . [X] ||| mit [X][X] . [X] ||| 0.0182166 1 ||| 1-1 ||| 0.025641
+in [X][X] . [X] ||| mit [X][X] . [X] ||| 0.0182166 1 ||| 1-1 ||| 0.025641
+in which [X][X] an [X][X] [X] ||| mit dem [X][X] [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-3 ||| 0.025641
+in which [X][X] interest . [X] ||| mit dem [X][X] . [X] ||| 0.0182166 1 ||| 2-2 ||| 0.025641
+in which [X][X] . [X] ||| mit dem [X][X] . [X] ||| 0.0182166 1 ||| 2-2 ||| 0.025641
+in which [X][X] an [X][X] [X] ||| mit dem sich [X][X] [X][X] [X] ||| 0.0182166 1 ||| 2-3 4-4 ||| 0.025641
+in which [X][X] interest . [X] ||| mit dem sich [X][X] . [X] ||| 0.0182166 1 ||| 2-3 ||| 0.025641
+in which [X][X] . [X] ||| mit dem sich [X][X] . [X] ||| 0.0182166 1 ||| 2-3 ||| 0.025641
+in which this [X][X] . [X] ||| mit dem sich dieses [X][X] . [X] ||| 0.0182166 1 ||| 3-4 ||| 0.025641
+it [X] ||| das [X] ||| 0.0182166 1 ||| ||| 1
+is [X] ||| ist [X] ||| 0.0182166 1 ||| ||| 1
+the [X] ||| der [X] ||| 0.0182166 1 ||| ||| 1
+case [X] ||| Fall [X] ||| 0.0182166 1 ||| ||| 1
+of [X] ||| von [X] ||| 0.0182166 1 ||| ||| 1
+Alexander [X] ||| Alexander [X] ||| 0.0182166 1 ||| ||| 1
+Nikitin [X] ||| Nikitin [X] ||| 0.0182166 1 ||| ||| 1
+. [X] ||| . [X] ||| 0.0182166 1 ||| ||| 1
+it is [X] ||| das ist [X] ||| 0.0182166 1 ||| ||| 1
+is the [X] ||| ist der [X] ||| 0.0182166 1 ||| ||| 1
+the case [X] ||| der Fall [X] ||| 0.0182166 1 ||| ||| 1
+case of [X] ||| Fall von [X] ||| 0.0182166 1 ||| ||| 1
+of Alexander [X] ||| von Alexander [X] ||| 0.0182166 1 ||| ||| 1
+Alexander Nikitin [X] ||| Alexander Nikitin [X] ||| 0.0182166 1 ||| ||| 1
+Nikitin . [X] ||| Nikitin . [X] ||| 0.0182166 1 ||| ||| 1
+it is the [X] ||| das ist der [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] the [X] ||| [X][X] der [X] ||| 0.0182166 1 ||| 0-0 ||| 0.333333
+it [X][X] [X] ||| das [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.703664
+is the case [X] ||| ist der Fall [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] case [X] ||| [X][X] Fall [X] ||| 0.0182166 1 ||| 0-0 ||| 0.5
+is [X][X] [X] ||| ist [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.678023
+the case of [X] ||| der Fall von [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] of [X] ||| [X][X] von [X] ||| 0.0182166 1 ||| 0-0 ||| 0.590909
+the [X][X] [X] ||| der [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.643541
+case of Alexander [X] ||| Fall von Alexander [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] Alexander [X] ||| [X][X] Alexander [X] ||| 0.0182166 1 ||| 0-0 ||| 0.643541
+case [X][X] [X] ||| Fall [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.590909
+of Alexander Nikitin [X] ||| von Alexander Nikitin [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] Nikitin [X] ||| [X][X] Nikitin [X] ||| 0.0182166 1 ||| 0-0 ||| 0.678023
+of [X][X] [X] ||| von [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.5
+Alexander Nikitin . [X] ||| Alexander Nikitin . [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] . [X] ||| [X][X] . [X] ||| 0.0182166 1 ||| 0-0 ||| 0.703664
+Alexander [X][X] [X] ||| Alexander [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.333333
+it is the case [X] ||| das ist der Fall [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] the case [X] ||| [X][X] der Fall [X] ||| 0.0182166 1 ||| 0-0 ||| 0.166667
+it [X][X] case [X] ||| das [X][X] Fall [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+it is [X][X] [X] ||| das ist [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.370331
+is the case of [X] ||| ist der Fall von [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] case of [X] ||| [X][X] Fall von [X] ||| 0.0182166 1 ||| 0-0 ||| 0.257576
+is [X][X] of [X] ||| ist [X][X] von [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+is the [X][X] [X] ||| ist der [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.34469
+the case of Alexander [X] ||| der Fall von Alexander [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] of Alexander [X] ||| [X][X] von Alexander [X] ||| 0.0182166 1 ||| 0-0 ||| 0.310207
+the [X][X] Alexander [X] ||| der [X][X] Alexander [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+the case [X][X] [X] ||| der Fall [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.310207
+case of Alexander Nikitin [X] ||| Fall von Alexander Nikitin [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] Alexander Nikitin [X] ||| [X][X] Alexander Nikitin [X] ||| 0.0182166 1 ||| 0-0 ||| 0.34469
+case [X][X] Nikitin [X] ||| Fall [X][X] Nikitin [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+case of [X][X] [X] ||| Fall von [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.257576
+of Alexander Nikitin . [X] ||| von Alexander Nikitin . [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] Nikitin . [X] ||| [X][X] Nikitin . [X] ||| 0.0182166 1 ||| 0-0 ||| 0.370331
+of [X][X] . [X] ||| von [X][X] . [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+of Alexander [X][X] [X] ||| von Alexander [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.166667
+it is the case of [X] ||| das ist der Fall von [X] ||| 0.0182166 1 ||| ||| 0.0909091
+[X][X] the case of [X] ||| [X][X] der Fall von [X] ||| 0.0182166 1 ||| 0-0 ||| 0.0909091
+[X][X] the [X][X] [X] ||| [X][X] der [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.203664
+it [X][X] case of [X] ||| das [X][X] Fall von [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+it [X][X] of [X] ||| das [X][X] von [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+it is [X][X] of [X] ||| das ist [X][X] von [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0909091
+it is the [X][X] [X] ||| das ist der [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.203664
+is the case of Alexander [X] ||| ist der Fall von Alexander [X] ||| 0.0182166 1 ||| ||| 0.0909091
+[X][X] case of Alexander [X] ||| [X][X] Fall von Alexander [X] ||| 0.0182166 1 ||| 0-0 ||| 0.143541
+[X][X] case [X][X] [X] ||| [X][X] Fall [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.290779
+is [X][X] of Alexander [X] ||| ist [X][X] von Alexander [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+is [X][X] Alexander [X] ||| ist [X][X] Alexander [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+is the [X][X] Alexander [X] ||| ist der [X][X] Alexander [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0909091
+is the case [X][X] [X] ||| ist der Fall [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.178023
+the case of Alexander Nikitin [X] ||| der Fall von Alexander Nikitin [X] ||| 0.0182166 1 ||| ||| 0.0909091
+[X][X] of Alexander Nikitin [X] ||| [X][X] von Alexander Nikitin [X] ||| 0.0182166 1 ||| 0-0 ||| 0.178023
+[X][X] of [X][X] [X] ||| [X][X] von [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.290779
+the [X][X] Alexander Nikitin [X] ||| der [X][X] Alexander Nikitin [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+the [X][X] Nikitin [X] ||| der [X][X] Nikitin [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+the case [X][X] Nikitin [X] ||| der Fall [X][X] Nikitin [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0909091
+the case of [X][X] [X] ||| der Fall von [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.143541
+case of Alexander Nikitin . [X] ||| Fall von Alexander Nikitin . [X] ||| 0.0182166 1 ||| ||| 0.0909091
+[X][X] Alexander Nikitin . [X] ||| [X][X] Alexander Nikitin . [X] ||| 0.0182166 1 ||| 0-0 ||| 0.203664
+[X][X] Alexander [X][X] [X] ||| [X][X] Alexander [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.203664
+case [X][X] Nikitin . [X] ||| Fall [X][X] Nikitin . [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+case [X][X] . [X] ||| Fall [X][X] . [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+case of [X][X] . [X] ||| Fall von [X][X] . [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0909091
+case of Alexander [X][X] [X] ||| Fall von Alexander [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0909091
+[X][X] the case of Alexander [X] ||| [X][X] der Fall von Alexander [X] ||| 0.0182166 1 ||| 0-0 ||| 0.0526316
+[X][X] the [X][X] Alexander [X] ||| [X][X] der [X][X] Alexander [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0526316
+[X][X] the case [X][X] [X] ||| [X][X] der Fall [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.112755
+it [X][X] case of Alexander [X] ||| das [X][X] Fall von Alexander [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+it [X][X] case [X][X] [X] ||| das [X][X] Fall [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.112755
+it [X][X] of Alexander [X] ||| das [X][X] von Alexander [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+it [X][X] Alexander [X] ||| das [X][X] Alexander [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+it is [X][X] of Alexander [X] ||| das ist [X][X] von Alexander [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0526316
+it is [X][X] Alexander [X] ||| das ist [X][X] Alexander [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0526316
+it is the [X][X] Alexander [X] ||| das ist der [X][X] Alexander [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0526316
+it is the case [X][X] [X] ||| das ist der Fall [X][X] [X] ||| 0.0182166 1 ||| 4-4 ||| 0.112755
+[X][X] case of Alexander Nikitin [X] ||| [X][X] Fall von Alexander Nikitin [X] ||| 0.0182166 1 ||| 0-0 ||| 0.0871143
+[X][X] case [X][X] Nikitin [X] ||| [X][X] Fall [X][X] Nikitin [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0871143
+[X][X] case of [X][X] [X] ||| [X][X] Fall von [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.147238
+is [X][X] of Alexander Nikitin [X] ||| ist [X][X] von Alexander Nikitin [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+is [X][X] of [X][X] [X] ||| ist [X][X] von [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0871143
+is [X][X] Alexander Nikitin [X] ||| ist [X][X] Alexander Nikitin [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+is [X][X] Nikitin [X] ||| ist [X][X] Nikitin [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+is the [X][X] Alexander Nikitin [X] ||| ist der [X][X] Alexander Nikitin [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0526316
+is the [X][X] Nikitin [X] ||| ist der [X][X] Nikitin [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0526316
+is the case [X][X] Nikitin [X] ||| ist der Fall [X][X] Nikitin [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0526316
+is the case of [X][X] [X] ||| ist der Fall von [X][X] [X] ||| 0.0182166 1 ||| 4-4 ||| 0.0871143
+[X][X] of Alexander Nikitin . [X] ||| [X][X] von Alexander Nikitin . [X] ||| 0.0182166 1 ||| 0-0 ||| 0.112755
+[X][X] of [X][X] . [X] ||| [X][X] von [X][X] . [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.112755
+[X][X] of Alexander [X][X] [X] ||| [X][X] von Alexander [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.112755
+the [X][X] Alexander Nikitin . [X] ||| der [X][X] Alexander Nikitin . [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+the [X][X] Alexander [X][X] [X] ||| der [X][X] Alexander [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0526316
+the [X][X] Nikitin . [X] ||| der [X][X] Nikitin . [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+the [X][X] . [X] ||| der [X][X] . [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+the case [X][X] Nikitin . [X] ||| der Fall [X][X] Nikitin . [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0526316
+the case [X][X] . [X] ||| der Fall [X][X] . [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0526316
+the case of [X][X] . [X] ||| der Fall von [X][X] . [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0526316
+the case of Alexander [X][X] [X] ||| der Fall von Alexander [X][X] [X] ||| 0.0182166 1 ||| 4-4 ||| 0.0526316
+[X][X] the [X][X] Alexander Nikitin [X] ||| [X][X] der [X][X] Alexander Nikitin [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0344828
+[X][X] the [X][X] Nikitin [X] ||| [X][X] der [X][X] Nikitin [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0344828
+[X][X] the case [X][X] Nikitin [X] ||| [X][X] der Fall [X][X] Nikitin [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0344828
+[X][X] the case of [X][X] [X] ||| [X][X] der Fall von [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-4 ||| 0.0601238
+it [X][X] case [X][X] Nikitin [X] ||| das [X][X] Fall [X][X] Nikitin [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0344828
+it [X][X] case of [X][X] [X] ||| das [X][X] Fall von [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-4 ||| 0.0601238
+it [X][X] of Alexander Nikitin [X] ||| das [X][X] von Alexander Nikitin [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0344828
+it [X][X] of [X][X] [X] ||| das [X][X] von [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0601238
+it [X][X] Alexander Nikitin [X] ||| das [X][X] Alexander Nikitin [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0344828
+it [X][X] Nikitin [X] ||| das [X][X] Nikitin [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0344828
+it is [X][X] of [X][X] [X] ||| das ist [X][X] von [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-4 ||| 0.0601238
+it is [X][X] Alexander Nikitin [X] ||| das ist [X][X] Alexander Nikitin [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0344828
+it is [X][X] Nikitin [X] ||| das ist [X][X] Nikitin [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0344828
+it is the [X][X] Nikitin [X] ||| das ist der [X][X] Nikitin [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0344828
+[X][X] case [X][X] Nikitin . [X] ||| [X][X] Fall [X][X] Nikitin . [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0601238
+[X][X] case [X][X] . [X] ||| [X][X] Fall [X][X] . [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0601238
+[X][X] case of [X][X] . [X] ||| [X][X] Fall von [X][X] . [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0601238
+[X][X] case of Alexander [X][X] [X] ||| [X][X] Fall von Alexander [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-4 ||| 0.0601238
+is [X][X] of [X][X] . [X] ||| ist [X][X] von [X][X] . [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0344828
+is [X][X] of Alexander [X][X] [X] ||| ist [X][X] von Alexander [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-4 ||| 0.0344828
+is [X][X] Alexander Nikitin . [X] ||| ist [X][X] Alexander Nikitin . [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0344828
+is [X][X] Alexander [X][X] [X] ||| ist [X][X] Alexander [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0344828
+is [X][X] Nikitin . [X] ||| ist [X][X] Nikitin . [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0344828
+is [X][X] . [X] ||| ist [X][X] . [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0344828
+is the [X][X] Alexander [X][X] [X] ||| ist der [X][X] Alexander [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-4 ||| 0.0344828
+is the [X][X] Nikitin . [X] ||| ist der [X][X] Nikitin . [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0344828
+is the [X][X] . [X] ||| ist der [X][X] . [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0344828
+is the case [X][X] . [X] ||| ist der Fall [X][X] . [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0344828
+[X][X] the [X][X] Nikitin . [X] ||| [X][X] der [X][X] Nikitin . [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.025641
+[X][X] the [X][X] . [X] ||| [X][X] der [X][X] . [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.025641
+[X][X] the case [X][X] . [X] ||| [X][X] der Fall [X][X] . [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.025641
+it [X][X] case [X][X] . [X] ||| das [X][X] Fall [X][X] . [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.025641
+it [X][X] of [X][X] . [X] ||| das [X][X] von [X][X] . [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.025641
+it [X][X] of Alexander [X][X] [X] ||| das [X][X] von Alexander [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-4 ||| 0.025641
+it [X][X] Alexander Nikitin . [X] ||| das [X][X] Alexander Nikitin . [X] ||| 0.0182166 1 ||| 1-1 ||| 0.025641
+it [X][X] Alexander [X][X] [X] ||| das [X][X] Alexander [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.025641
+it [X][X] Nikitin . [X] ||| das [X][X] Nikitin . [X] ||| 0.0182166 1 ||| 1-1 ||| 0.025641
+it [X][X] . [X] ||| das [X][X] . [X] ||| 0.0182166 1 ||| 1-1 ||| 0.025641
+it is [X][X] Alexander [X][X] [X] ||| das ist [X][X] Alexander [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-4 ||| 0.025641
+it is [X][X] Nikitin . [X] ||| das ist [X][X] Nikitin . [X] ||| 0.0182166 1 ||| 2-2 ||| 0.025641
+it is [X][X] . [X] ||| das ist [X][X] . [X] ||| 0.0182166 1 ||| 2-2 ||| 0.025641
+it is the [X][X] . [X] ||| das ist der [X][X] . [X] ||| 0.0182166 1 ||| 3-3 ||| 0.025641
+are pleased [X] ||| freuen [X] ||| 0.0182166 1 ||| ||| 1
+us [X] ||| uns [X] ||| 0.0182166 1 ||| ||| 1
+of us [X] ||| uns [X] ||| 0.0182166 1 ||| ||| 1
+here [X] ||| hier [X] ||| 0.0182166 1 ||| ||| 1
+all [X] ||| alle [X] ||| 0.0182166 1 ||| ||| 1
+all of [X] ||| alle [X] ||| 0.0182166 1 ||| ||| 1
+the [X] ||| das [X] ||| 0.0182166 1 ||| ||| 1
+courts [X] ||| Gericht [X] ||| 0.0182166 1 ||| ||| 1
+courts have [X] ||| Gericht [X] ||| 0.0182166 1 ||| ||| 1
+him [X] ||| ihn [X] ||| 0.0182166 1 ||| ||| 1
+acquitted [X] ||| freigesprochen [X] ||| 0.0182166 1 ||| ||| 1
+have acquitted [X] ||| freigesprochen [X] ||| 0.0182166 1 ||| ||| 1
+and [X] ||| und [X] ||| 0.0182166 1 ||| ||| 1
+it clear [X] ||| deutlich [X] ||| 0.0182166 1 ||| ||| 1
+too [X] ||| auch [X] ||| 0.0182166 1 ||| ||| 1
+too , [X] ||| auch [X] ||| 0.0182166 1 ||| ||| 1
+, too [X] ||| auch [X] ||| 0.0182166 1 ||| ||| 1
+, too , [X] ||| auch [X] ||| 0.0182166 1 ||| ||| 1
+in [X] ||| in [X] ||| 0.0182166 1 ||| ||| 1
+Russia [X] ||| Rußland [X] ||| 0.0182166 1 ||| ||| 1
+Russia , [X] ||| Rußland [X] ||| 0.0182166 1 ||| ||| 1
+to [X] ||| zu [X] ||| 0.0182166 1 ||| ||| 1
+environmental information [X] ||| Umweltinformationen [X] ||| 0.0182166 1 ||| ||| 1
+constitutional [X] ||| konstitutionelles [X] ||| 0.0182166 1 ||| ||| 1
+a constitutional [X] ||| konstitutionelles [X] ||| 0.0182166 1 ||| ||| 1
+right [X] ||| Recht [X] ||| 0.0182166 1 ||| ||| 1
+is [X] ||| ist [X] ||| 0.0182166 1 ||| ||| 1
+is a [X] ||| ist [X] ||| 0.0182166 1 ||| ||| 1
+. [X] ||| . [X] ||| 0.0182166 1 ||| ||| 1
+are pleased [X] ||| wir freuen [X] ||| 0.0182166 1 ||| ||| 1
+us here [X] ||| uns hier [X] ||| 0.0182166 1 ||| ||| 1
+of us here [X] ||| uns hier [X] ||| 0.0182166 1 ||| ||| 0.5
+[X][X] here [X] ||| [X][X] hier [X] ||| 0.0182166 1 ||| 0-0 ||| 0.5
+that [X] ||| , daß [X] ||| 0.218091 1 ||| ||| 2
+the courts [X] ||| das Gericht [X] ||| 0.0182166 1 ||| ||| 1
+the courts have [X] ||| das Gericht [X] ||| 0.0182166 1 ||| ||| 0.5
+the [X][X] [X] ||| das [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.804443
+acquitted him [X] ||| ihn freigesprochen [X] ||| 0.0182166 1 ||| ||| 1
+have acquitted him [X] ||| ihn freigesprochen [X] ||| 0.0182166 1 ||| ||| 0.5
+[X][X] him [X] ||| ihn [X][X] [X] ||| 0.0182166 1 ||| 0-1 ||| 0.5
+made [X] ||| gemacht hat [X] ||| 0.0182166 1 ||| ||| 1
+in Russia [X] ||| in Rußland [X] ||| 0.0182166 1 ||| ||| 1
+in Russia , [X] ||| in Rußland [X] ||| 0.0182166 1 ||| ||| 0.5
+in [X][X] [X] ||| in [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.5
+access [X] ||| der Zugang [X] ||| 0.0182166 1 ||| ||| 1
+, access [X] ||| der Zugang [X] ||| 0.0182166 1 ||| ||| 1
+to environmental information [X] ||| zu Umweltinformationen [X] ||| 0.0182166 1 ||| ||| 0.5
+to [X][X] [X] ||| zu [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.711111
+constitutional right [X] ||| konstitutionelles Recht [X] ||| 0.0182166 1 ||| ||| 1
+a constitutional right [X] ||| konstitutionelles Recht [X] ||| 0.0182166 1 ||| ||| 0.5
+[X][X] right [X] ||| [X][X] Recht [X] ||| 0.0182166 1 ||| 0-0 ||| 0.5
+us here are pleased [X] ||| freuen uns hier [X] ||| 0.0182166 1 ||| ||| 0.333333
+us here [X][X] [X] ||| [X][X] uns hier [X] ||| 0.0182166 1 ||| 2-0 ||| 0.583333
+[X][X] are pleased [X] ||| freuen [X][X] [X] ||| 0.0182166 1 ||| 0-1 ||| 0.6
+of us here are pleased [X] ||| freuen uns hier [X] ||| 0.0182166 1 ||| ||| 0.166667
+of us here [X][X] [X] ||| [X][X] uns hier [X] ||| 0.0182166 1 ||| 3-0 ||| 0.291667
+[X][X] here [X][X] [X] ||| [X][X] [X][X] hier [X] ||| 0.0182166 1 ||| 2-0 0-1 ||| 0.291667
+[X][X] here are pleased [X] ||| freuen [X][X] hier [X] ||| 0.0182166 1 ||| 0-1 ||| 0.166667
+of [X][X] are pleased [X] ||| freuen [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+all of us here [X] ||| uns hier alle [X] ||| 0.0182166 1 ||| ||| 0.2
+all [X][X] here [X] ||| [X][X] hier alle [X] ||| 0.0182166 1 ||| 1-0 ||| 0.2
+all of [X][X] [X] ||| [X][X] alle [X] ||| 0.0182166 1 ||| 2-0 ||| 0.366667
+all [X][X] [X] ||| [X][X] alle [X] ||| 0.0182166 1 ||| 1-0 ||| 0.366667
+[X][X] us here [X] ||| uns hier [X][X] [X] ||| 0.0182166 1 ||| 0-2 ||| 0.2
+that the [X] ||| , daß das [X] ||| 0.0182166 1 ||| ||| 1
+courts have acquitted him [X] ||| Gericht ihn freigesprochen [X] ||| 0.0182166 1 ||| ||| 0.2
+[X][X] acquitted him [X] ||| [X][X] ihn freigesprochen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.391667
+courts have [X][X] [X] ||| Gericht [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.428175
+courts [X][X] [X] ||| Gericht [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.428175
+courts [X][X] him [X] ||| Gericht ihn [X][X] [X] ||| 0.0182166 1 ||| 1-2 ||| 0.2
+acquitted him and [X] ||| ihn freigesprochen und [X] ||| 0.0182166 1 ||| ||| 0.5
+[X][X] and [X] ||| [X][X] und [X] ||| 0.218091 1 ||| 0-0 ||| 1.01096
+have acquitted him and [X] ||| ihn freigesprochen und [X] ||| 0.0182166 1 ||| ||| 0.25
+have [X][X] and [X] ||| [X][X] und [X] ||| 0.0182166 1 ||| 1-0 ||| 0.25
+[X][X] him and [X] ||| ihn [X][X] und [X] ||| 0.0182166 1 ||| 0-1 ||| 0.25
+made it clear [X] ||| deutlich gemacht hat [X] ||| 0.0182166 1 ||| ||| 0.5
+made [X][X] [X] ||| [X][X] gemacht hat [X] ||| 0.0182166 1 ||| 1-0 ||| 0.5
+in Russia , too [X] ||| auch in Rußland [X] ||| 0.0182166 1 ||| ||| 0.2
+in Russia [X][X] [X] ||| [X][X] in Rußland [X] ||| 0.0182166 1 ||| 2-0 ||| 0.342857
+[X][X] , too [X] ||| auch [X][X] [X] ||| 0.0182166 1 ||| 0-1 ||| 0.2
+[X][X] too [X] ||| auch [X][X] [X] ||| 0.0182166 1 ||| 0-1 ||| 0.2
+in [X][X] too [X] ||| auch in [X][X] [X] ||| 0.0182166 1 ||| 1-2 ||| 0.2
+in Russia , too , [X] ||| auch in Rußland [X] ||| 0.0182166 1 ||| ||| 0.142857
+in Russia , [X][X] [X] ||| [X][X] in Rußland [X] ||| 0.0182166 1 ||| 3-0 ||| 0.142857
+in Russia [X][X] , [X] ||| [X][X] in Rußland [X] ||| 0.0182166 1 ||| 2-0 ||| 0.142857
+[X][X] , too , [X] ||| auch [X][X] [X] ||| 0.0182166 1 ||| 0-1 ||| 0.142857
+[X][X] too , [X] ||| auch [X][X] [X] ||| 0.0182166 1 ||| 0-1 ||| 0.142857
+in [X][X] too , [X] ||| auch in [X][X] [X] ||| 0.0182166 1 ||| 1-2 ||| 0.142857
+access to [X] ||| der Zugang zu [X] ||| 0.0182166 1 ||| ||| 1
+, access to [X] ||| der Zugang zu [X] ||| 0.0182166 1 ||| ||| 0.5
+[X][X] to [X] ||| [X][X] zu [X] ||| 0.0182166 1 ||| 0-0 ||| 0.635747
+is a constitutional right [X] ||| konstitutionelles Recht ist [X] ||| 0.0182166 1 ||| ||| 0.2
+is [X][X] right [X] ||| [X][X] Recht ist [X] ||| 0.0182166 1 ||| 1-0 ||| 0.2
+is a [X][X] [X] ||| [X][X] ist [X] ||| 0.0182166 1 ||| 2-0 ||| 0.2
+is [X][X] [X] ||| [X][X] ist [X] ||| 0.0182166 1 ||| 1-0 ||| 0.2
+[X][X] constitutional right [X] ||| konstitutionelles Recht [X][X] [X] ||| 0.0182166 1 ||| 0-2 ||| 0.2
+us here are pleased [X] ||| wir freuen uns hier [X] ||| 0.0182166 1 ||| ||| 0.25
+us here [X][X] [X] ||| wir [X][X] uns hier [X] ||| 0.0182166 1 ||| 2-1 ||| 0.25
+[X][X] are pleased [X] ||| wir freuen [X][X] [X] ||| 0.0182166 1 ||| 0-2 ||| 0.441667
+of us here are pleased [X] ||| wir freuen uns hier [X] ||| 0.0182166 1 ||| ||| 0.125
+of us here [X][X] [X] ||| wir [X][X] uns hier [X] ||| 0.0182166 1 ||| 3-1 ||| 0.125
+[X][X] here [X][X] [X] ||| wir [X][X] [X][X] hier [X] ||| 0.0182166 1 ||| 2-1 0-2 ||| 0.125
+[X][X] here are pleased [X] ||| wir freuen [X][X] hier [X] ||| 0.0182166 1 ||| 0-2 ||| 0.125
+of [X][X] are pleased [X] ||| wir freuen [X][X] [X] ||| 0.0182166 1 ||| 1-2 ||| 0.125
+all of us here [X][X] [X] ||| [X][X] uns hier alle [X] ||| 0.0182166 1 ||| 4-0 ||| 0.166667
+all [X][X] here [X][X] [X] ||| [X][X] [X][X] hier alle [X] ||| 0.0182166 1 ||| 3-0 1-1 ||| 0.166667
+[X][X] us here [X][X] [X] ||| [X][X] uns hier [X][X] [X] ||| 0.0182166 1 ||| 3-0 0-3 ||| 0.166667
+all [X][X] here are pleased [X] ||| freuen [X][X] hier alle [X] ||| 0.0182166 1 ||| 1-1 ||| 0.1
+all of [X][X] are pleased [X] ||| freuen [X][X] alle [X] ||| 0.0182166 1 ||| 2-1 ||| 0.1
+all [X][X] are pleased [X] ||| freuen [X][X] alle [X] ||| 0.0182166 1 ||| 1-1 ||| 0.1
+[X][X] us here are pleased [X] ||| freuen uns hier [X][X] [X] ||| 0.0182166 1 ||| 0-3 ||| 0.1
+that the courts [X] ||| , daß das Gericht [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] courts [X] ||| [X][X] Gericht [X] ||| 0.0182166 1 ||| 0-0 ||| 0.479798
+that [X][X] [X] ||| , daß [X][X] [X] ||| 0.218091 1 ||| 1-2 ||| 1.19132
+that the courts have [X] ||| , daß das Gericht [X] ||| 0.0182166 1 ||| ||| 0.2
+[X][X] courts have [X] ||| [X][X] Gericht [X] ||| 0.0182166 1 ||| 0-0 ||| 0.305128
+that [X][X] have [X] ||| , daß [X][X] [X] ||| 0.0182166 1 ||| 1-2 ||| 0.2
+that the [X][X] [X] ||| , daß das [X][X] [X] ||| 0.0182166 1 ||| 2-3 ||| 0.364753
+the courts have acquitted him [X] ||| das Gericht ihn freigesprochen [X] ||| 0.0182166 1 ||| ||| 0.125
+[X][X] have acquitted him [X] ||| [X][X] ihn freigesprochen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.191667
+the [X][X] acquitted him [X] ||| das [X][X] ihn freigesprochen [X] ||| 0.0182166 1 ||| 1-1 ||| 0.125
+the courts have [X][X] [X] ||| das Gericht [X][X] [X] ||| 0.0182166 1 ||| 3-2 ||| 0.304443
+the courts [X][X] [X] ||| das Gericht [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.304443
+the courts [X][X] him [X] ||| das Gericht ihn [X][X] [X] ||| 0.0182166 1 ||| 2-3 ||| 0.125
+courts have acquitted him and [X] ||| Gericht ihn freigesprochen und [X] ||| 0.0182166 1 ||| ||| 0.125
+[X][X] acquitted him and [X] ||| [X][X] ihn freigesprochen und [X] ||| 0.0182166 1 ||| 0-0 ||| 0.260965
+courts have [X][X] and [X] ||| Gericht [X][X] und [X] ||| 0.0182166 1 ||| 2-1 ||| 0.125
+courts [X][X] and [X] ||| Gericht [X][X] und [X] ||| 0.0182166 1 ||| 1-1 ||| 0.125
+courts [X][X] him and [X] ||| Gericht ihn [X][X] und [X] ||| 0.0182166 1 ||| 1-2 ||| 0.125
+and made it clear [X] ||| und deutlich gemacht hat [X] ||| 0.0182166 1 ||| ||| 0.333333
+and made [X][X] [X] ||| und [X][X] gemacht hat [X] ||| 0.0182166 1 ||| 2-1 ||| 0.333333
+and [X][X] [X] ||| und [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.666667
+access to environmental information [X] ||| der Zugang zu Umweltinformationen [X] ||| 0.0182166 1 ||| ||| 0.25
+[X][X] environmental information [X] ||| [X][X] Umweltinformationen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.490476
+access [X][X] [X] ||| der Zugang [X][X] [X] ||| 0.0182166 1 ||| 1-2 ||| 0.410256
+access to [X][X] [X] ||| der Zugang zu [X][X] [X] ||| 0.0182166 1 ||| 2-3 ||| 0.410256
+, access to environmental information [X] ||| der Zugang zu Umweltinformationen [X] ||| 0.0182166 1 ||| ||| 0.142857
+[X][X] to environmental information [X] ||| [X][X] zu Umweltinformationen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.240476
+[X][X] to [X][X] [X] ||| [X][X] zu [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.369643
+, [X][X] environmental information [X] ||| [X][X] Umweltinformationen [X] ||| 0.0182166 1 ||| 1-0 ||| 0.142857
+, access [X][X] [X] ||| der Zugang [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.272024
+, access to [X][X] [X] ||| der Zugang zu [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.272024
+[X][X] is a constitutional right [X] ||| [X][X] konstitutionelles Recht ist [X] ||| 0.0182166 1 ||| 0-0 ||| 0.354701
+[X][X] is [X][X] right [X] ||| [X][X] [X][X] Recht ist [X] ||| 0.0182166 1 ||| 0-0 2-1 ||| 0.354701
+[X][X] is a [X][X] [X] ||| [X][X] [X][X] ist [X] ||| 0.0182166 1 ||| 0-0 3-1 ||| 0.354701
+[X][X] is [X][X] [X] ||| [X][X] [X][X] ist [X] ||| 0.0182166 1 ||| 0-0 2-1 ||| 0.354701
+environmental information is [X][X] right [X] ||| Umweltinformationen [X][X] Recht ist [X] ||| 0.0182166 1 ||| 3-1 ||| 0.111111
+environmental information is a [X][X] [X] ||| Umweltinformationen [X][X] ist [X] ||| 0.0182166 1 ||| 4-1 ||| 0.111111
+environmental information is [X][X] [X] ||| Umweltinformationen [X][X] ist [X] ||| 0.0182166 1 ||| 3-1 ||| 0.111111
+environmental information [X][X] [X] ||| Umweltinformationen [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.253968
+environmental information [X][X] constitutional right [X] ||| Umweltinformationen konstitutionelles Recht [X][X] [X] ||| 0.0182166 1 ||| 2-3 ||| 0.111111
+is a constitutional right . [X] ||| konstitutionelles Recht ist . [X] ||| 0.0182166 1 ||| ||| 0.166667
+is [X][X] right . [X] ||| [X][X] Recht ist . [X] ||| 0.0182166 1 ||| 1-0 ||| 0.166667
+is a [X][X] . [X] ||| [X][X] ist . [X] ||| 0.0182166 1 ||| 2-0 ||| 0.166667
+is [X][X] . [X] ||| [X][X] ist . [X] ||| 0.0182166 1 ||| 1-0 ||| 0.166667
+[X][X] . [X] ||| [X][X] . [X] ||| 0.0182166 1 ||| 0-0 ||| 0.566468
+[X][X] constitutional right . [X] ||| konstitutionelles Recht [X][X] . [X] ||| 0.0182166 1 ||| 0-2 ||| 0.166667
+all of us here [X][X] [X] ||| wir [X][X] uns hier alle [X] ||| 0.0182166 1 ||| 4-1 ||| 0.0666667
+all [X][X] here [X][X] [X] ||| wir [X][X] [X][X] hier alle [X] ||| 0.0182166 1 ||| 3-1 1-2 ||| 0.0666667
+[X][X] us here [X][X] [X] ||| wir [X][X] uns hier [X][X] [X] ||| 0.0182166 1 ||| 3-1 0-4 ||| 0.0666667
+all of [X][X] [X] ||| wir [X][X] alle [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0666667
+all [X][X] [X] ||| wir [X][X] alle [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0666667
+all [X][X] here are pleased [X] ||| wir freuen [X][X] hier alle [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0666667
+all of [X][X] are pleased [X] ||| wir freuen [X][X] alle [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0666667
+all [X][X] are pleased [X] ||| wir freuen [X][X] alle [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0666667
+[X][X] us here are pleased [X] ||| wir freuen uns hier [X][X] [X] ||| 0.0182166 1 ||| 0-4 ||| 0.0666667
+[X][X] have acquitted him and [X] ||| [X][X] ihn freigesprochen und [X] ||| 0.0182166 1 ||| 0-0 ||| 0.135965
+[X][X] have [X][X] and [X] ||| [X][X] [X][X] und [X] ||| 0.0182166 1 ||| 0-0 2-1 ||| 0.135965
+the [X][X] acquitted him and [X] ||| das [X][X] ihn freigesprochen und [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0833333
+the [X][X] and [X] ||| das [X][X] und [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0833333
+the courts have [X][X] and [X] ||| das Gericht [X][X] und [X] ||| 0.0182166 1 ||| 3-2 ||| 0.0833333
+the courts [X][X] and [X] ||| das Gericht [X][X] und [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0833333
+the courts [X][X] him and [X] ||| das Gericht ihn [X][X] und [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0833333
+made it clear that [X] ||| deutlich gemacht hat , daß [X] ||| 0.0182166 1 ||| ||| 0.333333
+made [X][X] that [X] ||| [X][X] gemacht hat , daß [X] ||| 0.0182166 1 ||| 1-0 ||| 0.333333
+[X][X] that [X] ||| [X][X] , daß [X] ||| 0.218091 1 ||| 0-0 ||| 1.00944
+that in Russia , too [X] ||| , daß auch in Rußland [X] ||| 0.0182166 1 ||| ||| 0.166667
+that in Russia [X][X] [X] ||| , daß [X][X] in Rußland [X] ||| 0.0182166 1 ||| 3-2 ||| 0.277778
+that [X][X] , too [X] ||| , daß auch [X][X] [X] ||| 0.0182166 1 ||| 1-3 ||| 0.166667
+that [X][X] too [X] ||| , daß auch [X][X] [X] ||| 0.0182166 1 ||| 1-3 ||| 0.166667
+that in [X][X] too [X] ||| , daß auch in [X][X] [X] ||| 0.0182166 1 ||| 2-4 ||| 0.166667
+that in Russia , [X][X] [X] ||| , daß [X][X] in Rußland [X] ||| 0.0182166 1 ||| 4-2 ||| 0.111111
+that [X][X] , [X][X] [X] ||| , daß [X][X] [X][X] [X] ||| 0.0182166 1 ||| 3-2 1-3 ||| 0.111111
+that in Russia [X][X] , [X] ||| , daß [X][X] in Rußland [X] ||| 0.0182166 1 ||| 3-2 ||| 0.111111
+that [X][X] , [X] ||| , daß [X][X] [X] ||| 0.0182166 1 ||| 1-2 ||| 0.111111
+that [X][X] , too , [X] ||| , daß auch [X][X] [X] ||| 0.0182166 1 ||| 1-3 ||| 0.111111
+that [X][X] too , [X] ||| , daß auch [X][X] [X] ||| 0.0182166 1 ||| 1-3 ||| 0.111111
+that in [X][X] too , [X] ||| , daß auch in [X][X] [X] ||| 0.0182166 1 ||| 2-4 ||| 0.111111
+in Russia , [X][X] access [X] ||| [X][X] in Rußland der Zugang [X] ||| 0.0182166 1 ||| 3-0 ||| 0.0769231
+[X][X] , [X][X] access [X] ||| [X][X] [X][X] der Zugang [X] ||| 0.0182166 1 ||| 2-0 0-1 ||| 0.0769231
+in Russia [X][X] , access [X] ||| [X][X] in Rußland der Zugang [X] ||| 0.0182166 1 ||| 2-0 ||| 0.0769231
+in Russia [X][X] access [X] ||| [X][X] in Rußland der Zugang [X] ||| 0.0182166 1 ||| 2-0 ||| 0.0769231
+[X][X] , access [X] ||| [X][X] der Zugang [X] ||| 0.0182166 1 ||| 0-0 ||| 0.258741
+[X][X] access [X] ||| [X][X] der Zugang [X] ||| 0.0182166 1 ||| 0-0 ||| 0.258741
+[X][X] , too , access [X] ||| auch [X][X] der Zugang [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0769231
+[X][X] , too [X][X] [X] ||| auch [X][X] [X][X] [X] ||| 0.0182166 1 ||| 0-1 3-2 ||| 0.185747
+[X][X] too , access [X] ||| auch [X][X] der Zugang [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0769231
+[X][X] too [X][X] [X] ||| auch [X][X] [X][X] [X] ||| 0.0182166 1 ||| 0-1 2-2 ||| 0.185747
+in [X][X] too , access [X] ||| auch in [X][X] der Zugang [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0769231
+in [X][X] too [X][X] [X] ||| auch in [X][X] [X][X] [X] ||| 0.0182166 1 ||| 1-2 3-3 ||| 0.185747
+in Russia , too [X][X] [X] ||| auch in Rußland [X][X] [X] ||| 0.0182166 1 ||| 4-3 ||| 0.185747
+to [X][X] is [X][X] right [X] ||| zu [X][X] [X][X] Recht ist [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.1
+to [X][X] is a [X][X] [X] ||| zu [X][X] [X][X] ist [X] ||| 0.0182166 1 ||| 1-1 4-2 ||| 0.1
+to [X][X] is [X][X] [X] ||| zu [X][X] [X][X] ist [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.1
+to environmental information is [X][X] [X] ||| zu Umweltinformationen [X][X] ist [X] ||| 0.0182166 1 ||| 4-2 ||| 0.1
+to environmental information [X][X] [X] ||| zu Umweltinformationen [X][X] [X] ||| 0.0182166 1 ||| 3-2 ||| 0.211111
+[X][X] is [X][X] right . [X] ||| [X][X] [X][X] Recht ist . [X] ||| 0.0182166 1 ||| 0-0 2-1 ||| 0.399802
+[X][X] is a [X][X] . [X] ||| [X][X] [X][X] ist . [X] ||| 0.0182166 1 ||| 0-0 3-1 ||| 0.399802
+[X][X] is [X][X] . [X] ||| [X][X] [X][X] ist . [X] ||| 0.0182166 1 ||| 0-0 2-1 ||| 0.399802
+environmental information is [X][X] . [X] ||| Umweltinformationen [X][X] ist . [X] ||| 0.0182166 1 ||| 3-1 ||| 0.142857
+environmental information [X][X] . [X] ||| Umweltinformationen [X][X] . [X] ||| 0.0182166 1 ||| 2-1 ||| 0.142857
+all [X][X] here [X][X] that [X] ||| [X][X] [X][X] hier alle , daß [X] ||| 0.0182166 1 ||| 3-0 1-1 ||| 0.22619
+[X][X] us here [X][X] that [X] ||| [X][X] uns hier [X][X] , daß [X] ||| 0.0182166 1 ||| 3-0 0-3 ||| 0.22619
+all of [X][X] that [X] ||| [X][X] alle , daß [X] ||| 0.0182166 1 ||| 2-0 ||| 0.22619
+all [X][X] that [X] ||| [X][X] alle , daß [X] ||| 0.0182166 1 ||| 1-0 ||| 0.22619
+all [X][X] are pleased that [X] ||| freuen [X][X] alle , daß [X] ||| 0.0182166 1 ||| 1-1 ||| 0.142857
+[X][X] are pleased that [X] ||| freuen [X][X] , daß [X] ||| 0.0182166 1 ||| 0-1 ||| 0.142857
+[X][X] courts have acquitted him [X] ||| [X][X] Gericht ihn freigesprochen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.0666667
+[X][X] courts have [X][X] [X] ||| [X][X] Gericht [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.164753
+[X][X] courts [X][X] [X] ||| [X][X] Gericht [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.164753
+[X][X] courts [X][X] him [X] ||| [X][X] Gericht ihn [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.0666667
+that [X][X] have acquitted him [X] ||| , daß [X][X] ihn freigesprochen [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0666667
+that [X][X] have [X][X] [X] ||| , daß [X][X] [X][X] [X] ||| 0.0182166 1 ||| 1-2 3-3 ||| 0.164753
+that [X][X] acquitted him [X] ||| , daß [X][X] ihn freigesprochen [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0666667
+that the [X][X] acquitted him [X] ||| , daß das [X][X] ihn freigesprochen [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0666667
+that the courts have [X][X] [X] ||| , daß das Gericht [X][X] [X] ||| 0.0182166 1 ||| 4-4 ||| 0.164753
+that the courts [X][X] [X] ||| , daß das Gericht [X][X] [X] ||| 0.0182166 1 ||| 3-4 ||| 0.164753
+that the courts [X][X] him [X] ||| , daß das Gericht ihn [X][X] [X] ||| 0.0182166 1 ||| 3-5 ||| 0.0666667
+[X][X] and made it clear [X] ||| [X][X] und deutlich gemacht hat [X] ||| 0.0182166 1 ||| 0-0 ||| 0.35007
+[X][X] and made [X][X] [X] ||| [X][X] und [X][X] gemacht hat [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.35007
+[X][X] and [X][X] [X] ||| [X][X] und [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.599991
+[X][X] made it clear [X] ||| [X][X] deutlich gemacht hat [X] ||| 0.0182166 1 ||| 0-0 ||| 0.35007
+[X][X] made [X][X] [X] ||| [X][X] [X][X] gemacht hat [X] ||| 0.0182166 1 ||| 0-0 2-1 ||| 0.35007
+acquitted him [X][X] [X] ||| ihn freigesprochen [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.225
+acquitted him and made [X][X] [X] ||| ihn freigesprochen und [X][X] gemacht hat [X] ||| 0.0182166 1 ||| 4-3 ||| 0.125
+acquitted him and [X][X] [X] ||| ihn freigesprochen und [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.225
+have [X][X] and made [X][X] [X] ||| [X][X] und [X][X] gemacht hat [X] ||| 0.0182166 1 ||| 1-0 4-2 ||| 0.0714286
+have [X][X] and [X][X] [X] ||| [X][X] und [X][X] [X] ||| 0.0182166 1 ||| 1-0 3-2 ||| 0.130252
+have [X][X] made it clear [X] ||| [X][X] deutlich gemacht hat [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0714286
+have [X][X] made [X][X] [X] ||| [X][X] [X][X] gemacht hat [X] ||| 0.0182166 1 ||| 1-0 3-1 ||| 0.0714286
+[X][X] him [X][X] [X] ||| ihn [X][X] [X][X] [X] ||| 0.0182166 1 ||| 0-1 2-2 ||| 0.130252
+[X][X] him and made [X][X] [X] ||| ihn [X][X] und [X][X] gemacht hat [X] ||| 0.0182166 1 ||| 0-1 4-3 ||| 0.0714286
+[X][X] him and [X][X] [X] ||| ihn [X][X] und [X][X] [X] ||| 0.0182166 1 ||| 0-1 3-3 ||| 0.130252
+have acquitted him [X][X] [X] ||| ihn freigesprochen [X][X] [X] ||| 0.0182166 1 ||| 3-2 ||| 0.130252
+have acquitted him and [X][X] [X] ||| ihn freigesprochen und [X][X] [X] ||| 0.0182166 1 ||| 4-3 ||| 0.130252
+and made it clear that [X] ||| und deutlich gemacht hat , daß [X] ||| 0.0182166 1 ||| ||| 0.2
+and made [X][X] that [X] ||| und [X][X] gemacht hat , daß [X] ||| 0.0182166 1 ||| 2-1 ||| 0.2
+and [X][X] that [X] ||| und [X][X] , daß [X] ||| 0.0182166 1 ||| 1-1 ||| 0.2
+[X][X] , [X][X] access to [X] ||| [X][X] [X][X] der Zugang zu [X] ||| 0.0182166 1 ||| 2-0 0-1 ||| 0.0588235
+in Russia [X][X] , [X][X] [X] ||| [X][X] in Rußland [X][X] [X] ||| 0.0182166 1 ||| 2-0 4-3 ||| 0.108824
+in Russia [X][X] access to [X] ||| [X][X] in Rußland der Zugang zu [X] ||| 0.0182166 1 ||| 2-0 ||| 0.0588235
+[X][X] , access to [X] ||| [X][X] der Zugang zu [X] ||| 0.0182166 1 ||| 0-0 ||| 0.135747
+[X][X] access to [X] ||| [X][X] der Zugang zu [X] ||| 0.0182166 1 ||| 0-0 ||| 0.135747
+[X][X] , too [X][X] to [X] ||| auch [X][X] [X][X] zu [X] ||| 0.0182166 1 ||| 0-1 3-2 ||| 0.0588235
+[X][X] , too , [X][X] [X] ||| auch [X][X] [X][X] [X] ||| 0.0182166 1 ||| 0-1 4-2 ||| 0.108824
+[X][X] too , access to [X] ||| auch [X][X] der Zugang zu [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0588235
+[X][X] too [X][X] to [X] ||| auch [X][X] [X][X] zu [X] ||| 0.0182166 1 ||| 0-1 2-2 ||| 0.0588235
+[X][X] too , [X][X] [X] ||| auch [X][X] [X][X] [X] ||| 0.0182166 1 ||| 0-1 3-2 ||| 0.108824
+in [X][X] too [X][X] to [X] ||| auch in [X][X] [X][X] zu [X] ||| 0.0182166 1 ||| 1-2 3-3 ||| 0.0588235
+in [X][X] too , [X][X] [X] ||| auch in [X][X] [X][X] [X] ||| 0.0182166 1 ||| 1-2 4-3 ||| 0.108824
+to [X][X] is [X][X] . [X] ||| zu [X][X] [X][X] ist . [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.111111
+to [X][X] . [X] ||| zu [X][X] . [X] ||| 0.0182166 1 ||| 1-1 ||| 0.111111
+to environmental information [X][X] . [X] ||| zu Umweltinformationen [X][X] . [X] ||| 0.0182166 1 ||| 3-2 ||| 0.111111
+all [X][X] here [X][X] that [X] ||| wir [X][X] [X][X] hier alle , daß [X] ||| 0.0182166 1 ||| 3-1 1-2 ||| 0.0833333
+[X][X] us here [X][X] that [X] ||| wir [X][X] uns hier [X][X] , daß [X] ||| 0.0182166 1 ||| 3-1 0-4 ||| 0.0833333
+all of [X][X] that [X] ||| wir [X][X] alle , daß [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0833333
+all [X][X] that [X] ||| wir [X][X] alle , daß [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0833333
+[X][X] that [X] ||| wir [X][X] , daß [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0833333
+all [X][X] are pleased that [X] ||| wir freuen [X][X] alle , daß [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0833333
+[X][X] are pleased that [X] ||| wir freuen [X][X] , daß [X] ||| 0.0182166 1 ||| 0-2 ||| 0.0833333
+all of [X][X] that the [X] ||| [X][X] alle , daß das [X] ||| 0.0182166 1 ||| 2-0 ||| 0.233766
+all [X][X] that the [X] ||| [X][X] alle , daß das [X] ||| 0.0182166 1 ||| 1-0 ||| 0.233766
+[X][X] that the [X] ||| [X][X] , daß das [X] ||| 0.0182166 1 ||| 0-0 ||| 0.233766
+[X][X] the [X] ||| [X][X] das [X] ||| 0.0182166 1 ||| 0-0 ||| 0.233766
+all [X][X] are pleased [X][X] [X] ||| freuen [X][X] alle [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-3 ||| 0.300433
+[X][X] are pleased that the [X] ||| freuen [X][X] , daß das [X] ||| 0.0182166 1 ||| 0-1 ||| 0.142857
+[X][X] are pleased [X][X] [X] ||| freuen [X][X] [X][X] [X] ||| 0.0182166 1 ||| 0-1 3-2 ||| 0.300433
+[X][X] courts have [X][X] and [X] ||| [X][X] Gericht [X][X] und [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.0526316
+[X][X] courts [X][X] and [X] ||| [X][X] Gericht [X][X] und [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0526316
+[X][X] courts [X][X] him and [X] ||| [X][X] Gericht ihn [X][X] und [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.0526316
+that [X][X] have [X][X] and [X] ||| , daß [X][X] [X][X] und [X] ||| 0.0182166 1 ||| 1-2 3-3 ||| 0.0526316
+that [X][X] acquitted him and [X] ||| , daß [X][X] ihn freigesprochen und [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0526316
+that [X][X] and [X] ||| , daß [X][X] und [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0526316
+that the [X][X] and [X] ||| , daß das [X][X] und [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0526316
+that the courts [X][X] and [X] ||| , daß das Gericht [X][X] und [X] ||| 0.0182166 1 ||| 3-4 ||| 0.0526316
+[X][X] acquitted him [X][X] [X] ||| [X][X] ihn freigesprochen [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.244739
+[X][X] acquitted him and [X][X] [X] ||| [X][X] ihn freigesprochen und [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-4 ||| 0.244739
+courts have [X][X] and [X][X] [X] ||| Gericht [X][X] und [X][X] [X] ||| 0.0182166 1 ||| 2-1 4-3 ||| 0.103175
+courts [X][X] and made [X][X] [X] ||| Gericht [X][X] und [X][X] gemacht hat [X] ||| 0.0182166 1 ||| 1-1 4-3 ||| 0.0555556
+courts [X][X] and [X][X] [X] ||| Gericht [X][X] und [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.103175
+courts have [X][X] made [X][X] [X] ||| Gericht [X][X] [X][X] gemacht hat [X] ||| 0.0182166 1 ||| 2-1 4-2 ||| 0.0555556
+courts [X][X] made it clear [X] ||| Gericht [X][X] deutlich gemacht hat [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0555556
+courts [X][X] made [X][X] [X] ||| Gericht [X][X] [X][X] gemacht hat [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.0555556
+courts [X][X] him [X][X] [X] ||| Gericht ihn [X][X] [X][X] [X] ||| 0.0182166 1 ||| 1-2 3-3 ||| 0.103175
+courts [X][X] him and [X][X] [X] ||| Gericht ihn [X][X] und [X][X] [X] ||| 0.0182166 1 ||| 1-2 4-4 ||| 0.103175
+courts have acquitted him [X][X] [X] ||| Gericht ihn freigesprochen [X][X] [X] ||| 0.0182166 1 ||| 4-3 ||| 0.103175
+that [X][X] , [X][X] access [X] ||| , daß [X][X] [X][X] der Zugang [X] ||| 0.0182166 1 ||| 3-2 1-3 ||| 0.0909091
+that in Russia [X][X] access [X] ||| , daß [X][X] in Rußland der Zugang [X] ||| 0.0182166 1 ||| 3-2 ||| 0.0909091
+that [X][X] , access [X] ||| , daß [X][X] der Zugang [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0909091
+that [X][X] access [X] ||| , daß [X][X] der Zugang [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0909091
+that [X][X] , too [X][X] [X] ||| , daß auch [X][X] [X][X] [X] ||| 0.0182166 1 ||| 1-3 4-4 ||| 0.215451
+that [X][X] too , access [X] ||| , daß auch [X][X] der Zugang [X] ||| 0.0182166 1 ||| 1-3 ||| 0.0909091
+that [X][X] too [X][X] [X] ||| , daß auch [X][X] [X][X] [X] ||| 0.0182166 1 ||| 1-3 3-4 ||| 0.215451
+that in [X][X] too [X][X] [X] ||| , daß auch in [X][X] [X][X] [X] ||| 0.0182166 1 ||| 2-4 4-5 ||| 0.215451
+in Russia [X][X] access [X][X] [X] ||| [X][X] in Rußland der Zugang [X][X] [X] ||| 0.0182166 1 ||| 2-0 4-5 ||| 0.05
+[X][X] , [X][X] environmental information [X] ||| [X][X] [X][X] Umweltinformationen [X] ||| 0.0182166 1 ||| 0-0 2-1 ||| 0.097619
+[X][X] , access [X][X] [X] ||| [X][X] der Zugang [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.097619
+[X][X] , access to [X][X] [X] ||| [X][X] der Zugang zu [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-4 ||| 0.097619
+[X][X] access to environmental information [X] ||| [X][X] der Zugang zu Umweltinformationen [X] ||| 0.0182166 1 ||| 0-0 ||| 0.097619
+[X][X] access [X][X] [X] ||| [X][X] der Zugang [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.097619
+[X][X] access to [X][X] [X] ||| [X][X] der Zugang zu [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-4 ||| 0.097619
+[X][X] too [X][X] environmental information [X] ||| auch [X][X] [X][X] Umweltinformationen [X] ||| 0.0182166 1 ||| 0-1 2-2 ||| 0.05
+[X][X] too , access [X][X] [X] ||| auch [X][X] der Zugang [X][X] [X] ||| 0.0182166 1 ||| 0-1 4-4 ||| 0.05
+[X][X] environmental information is [X][X] [X] ||| [X][X] Umweltinformationen [X][X] ist [X] ||| 0.0182166 1 ||| 0-0 4-2 ||| 0.14359
+[X][X] environmental information [X][X] [X] ||| [X][X] Umweltinformationen [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.289423
+access [X][X] is [X][X] right [X] ||| der Zugang [X][X] [X][X] Recht ist [X] ||| 0.0182166 1 ||| 1-2 3-3 ||| 0.0769231
+access [X][X] is a [X][X] [X] ||| der Zugang [X][X] [X][X] ist [X] ||| 0.0182166 1 ||| 1-2 4-3 ||| 0.0769231
+access [X][X] is [X][X] [X] ||| der Zugang [X][X] [X][X] ist [X] ||| 0.0182166 1 ||| 1-2 3-3 ||| 0.0769231
+access to [X][X] is [X][X] [X] ||| der Zugang zu [X][X] [X][X] ist [X] ||| 0.0182166 1 ||| 2-3 4-4 ||| 0.0769231
+access to environmental information [X][X] [X] ||| der Zugang zu Umweltinformationen [X][X] [X] ||| 0.0182166 1 ||| 4-4 ||| 0.160256
+[X][X] to environmental information [X][X] [X] ||| [X][X] zu Umweltinformationen [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-3 ||| 0.129167
+, [X][X] environmental information [X][X] [X] ||| [X][X] Umweltinformationen [X][X] [X] ||| 0.0182166 1 ||| 1-0 4-2 ||| 0.129167
+, [X][X] is [X][X] right [X] ||| [X][X] [X][X] Recht ist [X] ||| 0.0182166 1 ||| 1-0 3-1 ||| 0.0666667
+, [X][X] is a [X][X] [X] ||| [X][X] [X][X] ist [X] ||| 0.0182166 1 ||| 1-0 4-1 ||| 0.0666667
+, [X][X] is [X][X] [X] ||| [X][X] [X][X] ist [X] ||| 0.0182166 1 ||| 1-0 3-1 ||| 0.0666667
+, access [X][X] is [X][X] [X] ||| der Zugang [X][X] [X][X] ist [X] ||| 0.0182166 1 ||| 2-2 4-3 ||| 0.0666667
+all of [X][X] that the [X] ||| wir [X][X] alle , daß das [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0909091
+all [X][X] that the [X] ||| wir [X][X] alle , daß das [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+[X][X] that the [X] ||| wir [X][X] , daß das [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0909091
+[X][X] the [X] ||| wir [X][X] das [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0909091
+all [X][X] are pleased [X][X] [X] ||| wir freuen [X][X] alle [X][X] [X] ||| 0.0182166 1 ||| 1-2 4-4 ||| 0.184926
+[X][X] are pleased that the [X] ||| wir freuen [X][X] , daß das [X] ||| 0.0182166 1 ||| 0-2 ||| 0.0909091
+[X][X] are pleased [X][X] [X] ||| wir freuen [X][X] [X][X] [X] ||| 0.0182166 1 ||| 0-2 3-3 ||| 0.184926
+all of [X][X] that [X][X] [X] ||| [X][X] alle , daß [X][X] [X] ||| 0.0182166 1 ||| 2-0 4-4 ||| 0.251593
+all [X][X] that the courts [X] ||| [X][X] alle , daß das Gericht [X] ||| 0.0182166 1 ||| 1-0 ||| 0.146465
+all [X][X] that [X][X] [X] ||| [X][X] alle , daß [X][X] [X] ||| 0.0182166 1 ||| 1-0 3-4 ||| 0.251593
+[X][X] that the courts [X] ||| [X][X] , daß das Gericht [X] ||| 0.0182166 1 ||| 0-0 ||| 0.146465
+[X][X] that [X][X] [X] ||| [X][X] , daß [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.636092
+[X][X] the courts [X] ||| [X][X] das Gericht [X] ||| 0.0182166 1 ||| 0-0 ||| 0.146465
+[X][X] are pleased [X][X] courts [X] ||| freuen [X][X] [X][X] Gericht [X] ||| 0.0182166 1 ||| 0-1 3-2 ||| 0.0909091
+[X][X] are pleased that [X][X] [X] ||| freuen [X][X] , daß [X][X] [X] ||| 0.0182166 1 ||| 0-1 4-4 ||| 0.157576
+all [X][X] that [X][X] have [X] ||| [X][X] alle , daß [X][X] [X] ||| 0.0182166 1 ||| 1-0 3-4 ||| 0.105128
+all [X][X] that the [X][X] [X] ||| [X][X] alle , daß das [X][X] [X] ||| 0.0182166 1 ||| 1-0 4-5 ||| 0.105128
+[X][X] that the courts have [X] ||| [X][X] , daß das Gericht [X] ||| 0.0182166 1 ||| 0-0 ||| 0.105128
+[X][X] that [X][X] have [X] ||| [X][X] , daß [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.105128
+[X][X] that the [X][X] [X] ||| [X][X] , daß das [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-4 ||| 0.105128
+[X][X] the courts have [X] ||| [X][X] das Gericht [X] ||| 0.0182166 1 ||| 0-0 ||| 0.105128
+[X][X] the [X][X] [X] ||| [X][X] das [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.105128
+[X][X] are pleased [X][X] have [X] ||| freuen [X][X] [X][X] [X] ||| 0.0182166 1 ||| 0-1 3-2 ||| 0.0666667
+[X][X] have acquitted him [X][X] [X] ||| [X][X] ihn freigesprochen [X][X] [X] ||| 0.0182166 1 ||| 0-0 4-3 ||| 0.141564
+the [X][X] acquitted him [X][X] [X] ||| das [X][X] ihn freigesprochen [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-4 ||| 0.0961098
+the [X][X] and made [X][X] [X] ||| das [X][X] und [X][X] gemacht hat [X] ||| 0.0182166 1 ||| 1-1 4-3 ||| 0.0526316
+the [X][X] and [X][X] [X] ||| das [X][X] und [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0961098
+the [X][X] made it clear [X] ||| das [X][X] deutlich gemacht hat [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0526316
+the [X][X] made [X][X] [X] ||| das [X][X] [X][X] gemacht hat [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.0526316
+the courts [X][X] and [X][X] [X] ||| das Gericht [X][X] und [X][X] [X] ||| 0.0182166 1 ||| 2-2 4-4 ||| 0.0961098
+the courts [X][X] made [X][X] [X] ||| das Gericht [X][X] [X][X] gemacht hat [X] ||| 0.0182166 1 ||| 2-2 4-3 ||| 0.0526316
+the courts [X][X] him [X][X] [X] ||| das Gericht ihn [X][X] [X][X] [X] ||| 0.0182166 1 ||| 2-3 4-4 ||| 0.0961098
+[X][X] and made [X][X] that [X] ||| [X][X] und [X][X] gemacht hat , daß [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.249921
+[X][X] and [X][X] that [X] ||| [X][X] und [X][X] , daß [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.249921
+[X][X] made it clear that [X] ||| [X][X] deutlich gemacht hat , daß [X] ||| 0.0182166 1 ||| 0-0 ||| 0.249921
+[X][X] made [X][X] that [X] ||| [X][X] [X][X] gemacht hat , daß [X] ||| 0.0182166 1 ||| 0-0 2-1 ||| 0.249921
+acquitted him [X][X] that [X] ||| ihn freigesprochen [X][X] , daß [X] ||| 0.0182166 1 ||| 2-2 ||| 0.1
+acquitted him and [X][X] that [X] ||| ihn freigesprochen und [X][X] , daß [X] ||| 0.0182166 1 ||| 3-3 ||| 0.1
+have [X][X] and [X][X] that [X] ||| [X][X] und [X][X] , daß [X] ||| 0.0182166 1 ||| 1-0 3-2 ||| 0.0588235
+have [X][X] made [X][X] that [X] ||| [X][X] [X][X] gemacht hat , daß [X] ||| 0.0182166 1 ||| 1-0 3-1 ||| 0.0588235
+have [X][X] that [X] ||| [X][X] , daß [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0588235
+[X][X] him [X][X] that [X] ||| ihn [X][X] [X][X] , daß [X] ||| 0.0182166 1 ||| 0-1 2-2 ||| 0.0588235
+[X][X] him and [X][X] that [X] ||| ihn [X][X] und [X][X] , daß [X] ||| 0.0182166 1 ||| 0-1 3-3 ||| 0.0588235
+have acquitted him [X][X] that [X] ||| ihn freigesprochen [X][X] , daß [X] ||| 0.0182166 1 ||| 3-2 ||| 0.0588235
+made [X][X] that [X][X] [X] ||| [X][X] gemacht hat , daß [X][X] [X] ||| 0.0182166 1 ||| 1-0 3-5 ||| 0.251166
+made [X][X] that [X][X] too [X] ||| [X][X] gemacht hat , daß auch [X][X] [X] ||| 0.0182166 1 ||| 1-0 3-6 ||| 0.0833333
+[X][X] that in Russia [X][X] [X] ||| [X][X] , daß [X][X] in Rußland [X] ||| 0.0182166 1 ||| 0-0 4-3 ||| 0.29359
+[X][X] that [X][X] , too [X] ||| [X][X] , daß auch [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-4 ||| 0.15
+[X][X] that [X][X] too [X] ||| [X][X] , daß auch [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-4 ||| 0.15
+[X][X] that in [X][X] too [X] ||| [X][X] , daß auch in [X][X] [X] ||| 0.0182166 1 ||| 0-0 3-5 ||| 0.15
+[X][X] in Russia , too [X] ||| [X][X] auch in Rußland [X] ||| 0.0182166 1 ||| 0-0 ||| 0.15
+[X][X] in Russia [X][X] [X] ||| [X][X] [X][X] in Rußland [X] ||| 0.0182166 1 ||| 0-0 3-1 ||| 0.29359
+[X][X] in [X][X] too [X] ||| [X][X] auch in [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.15
+made it clear [X][X] [X] ||| deutlich gemacht hat [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.251166
+made it clear that [X][X] [X] ||| deutlich gemacht hat , daß [X][X] [X] ||| 0.0182166 1 ||| 4-5 ||| 0.251166
+made [X][X] that [X][X] , [X] ||| [X][X] gemacht hat , daß [X][X] [X] ||| 0.0182166 1 ||| 1-0 3-5 ||| 0.0769231
+[X][X] that [X][X] , [X] ||| [X][X] , daß [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.14359
+[X][X] that [X][X] too , [X] ||| [X][X] , daß auch [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-4 ||| 0.14359
+[X][X] in Russia , [X][X] [X] ||| [X][X] [X][X] in Rußland [X] ||| 0.0182166 1 ||| 0-0 4-1 ||| 0.14359
+[X][X] in Russia [X][X] , [X] ||| [X][X] [X][X] in Rußland [X] ||| 0.0182166 1 ||| 0-0 3-1 ||| 0.14359
+[X][X] in [X][X] too , [X] ||| [X][X] auch in [X][X] [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.14359
+made it clear [X][X] , [X] ||| deutlich gemacht hat [X][X] [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0769231
+that [X][X] , access to [X] ||| , daß [X][X] der Zugang zu [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0769231
+that [X][X] , [X][X] [X] ||| , daß [X][X] [X][X] [X] ||| 0.0182166 1 ||| 1-2 3-3 ||| 0.124542
+that [X][X] access to [X] ||| , daß [X][X] der Zugang zu [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0769231
+that [X][X] to [X] ||| , daß [X][X] zu [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0769231
+that [X][X] too [X][X] to [X] ||| , daß auch [X][X] [X][X] zu [X] ||| 0.0182166 1 ||| 1-3 3-4 ||| 0.0769231
+that [X][X] too , [X][X] [X] ||| , daß auch [X][X] [X][X] [X] ||| 0.0182166 1 ||| 1-3 4-4 ||| 0.124542
+[X][X] environmental information [X][X] . [X] ||| [X][X] Umweltinformationen [X][X] . [X] ||| 0.0182166 1 ||| 0-0 3-2 ||| 0.145833
+access [X][X] is [X][X] . [X] ||| der Zugang [X][X] [X][X] ist . [X] ||| 0.0182166 1 ||| 1-2 3-3 ||| 0.0833333
+access [X][X] . [X] ||| der Zugang [X][X] . [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0833333
+access to [X][X] . [X] ||| der Zugang zu [X][X] . [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0833333
+[X][X] to [X][X] . [X] ||| [X][X] zu [X][X] . [X] ||| 0.0182166 1 ||| 0-0 2-2 ||| 0.0625
+, [X][X] is [X][X] . [X] ||| [X][X] [X][X] ist . [X] ||| 0.0182166 1 ||| 1-0 3-1 ||| 0.0625
+, [X][X] . [X] ||| [X][X] . [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0625
+, access [X][X] . [X] ||| der Zugang [X][X] . [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0625
+, access to [X][X] . [X] ||| der Zugang zu [X][X] . [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0625
+all of [X][X] that [X][X] [X] ||| wir [X][X] alle , daß [X][X] [X] ||| 0.0182166 1 ||| 2-1 4-5 ||| 0.0940171
+all [X][X] that the courts [X] ||| wir [X][X] alle , daß das Gericht [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0555556
+all [X][X] that [X][X] [X] ||| wir [X][X] alle , daß [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-5 ||| 0.0940171
+[X][X] that the courts [X] ||| wir [X][X] , daß das Gericht [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0555556
+[X][X] that [X][X] [X] ||| wir [X][X] , daß [X][X] [X] ||| 0.0182166 1 ||| 0-1 2-4 ||| 0.0940171
+[X][X] the courts [X] ||| wir [X][X] das Gericht [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0555556
+[X][X] courts [X] ||| wir [X][X] Gericht [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0555556
+[X][X] are pleased [X][X] courts [X] ||| wir freuen [X][X] [X][X] Gericht [X] ||| 0.0182166 1 ||| 0-2 3-3 ||| 0.0555556
+[X][X] are pleased that [X][X] [X] ||| wir freuen [X][X] , daß [X][X] [X] ||| 0.0182166 1 ||| 0-2 4-5 ||| 0.0940171
+all [X][X] that [X][X] have [X] ||| wir [X][X] alle , daß [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-5 ||| 0.0384615
+all [X][X] that the [X][X] [X] ||| wir [X][X] alle , daß das [X][X] [X] ||| 0.0182166 1 ||| 1-1 4-6 ||| 0.0384615
+[X][X] that the courts have [X] ||| wir [X][X] , daß das Gericht [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0384615
+[X][X] that [X][X] have [X] ||| wir [X][X] , daß [X][X] [X] ||| 0.0182166 1 ||| 0-1 2-4 ||| 0.0384615
+[X][X] that the [X][X] [X] ||| wir [X][X] , daß das [X][X] [X] ||| 0.0182166 1 ||| 0-1 3-5 ||| 0.0384615
+[X][X] the courts have [X] ||| wir [X][X] das Gericht [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0384615
+[X][X] the [X][X] [X] ||| wir [X][X] das [X][X] [X] ||| 0.0182166 1 ||| 0-1 2-3 ||| 0.0384615
+[X][X] courts have [X] ||| wir [X][X] Gericht [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0384615
+[X][X] are pleased [X][X] have [X] ||| wir freuen [X][X] [X][X] [X] ||| 0.0182166 1 ||| 0-2 3-3 ||| 0.0384615
+[X][X] acquitted him [X][X] that [X] ||| [X][X] ihn freigesprochen [X][X] , daß [X] ||| 0.0182166 1 ||| 0-0 3-3 ||| 0.0910973
+courts [X][X] and [X][X] that [X] ||| Gericht [X][X] und [X][X] , daß [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.047619
+courts [X][X] made [X][X] that [X] ||| Gericht [X][X] [X][X] gemacht hat , daß [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.047619
+courts have [X][X] that [X] ||| Gericht [X][X] , daß [X] ||| 0.0182166 1 ||| 2-1 ||| 0.047619
+courts [X][X] that [X] ||| Gericht [X][X] , daß [X] ||| 0.0182166 1 ||| 1-1 ||| 0.047619
+courts [X][X] him [X][X] that [X] ||| Gericht ihn [X][X] [X][X] , daß [X] ||| 0.0182166 1 ||| 1-2 3-3 ||| 0.047619
+and made [X][X] that [X][X] [X] ||| und [X][X] gemacht hat , daß [X][X] [X] ||| 0.0182166 1 ||| 2-1 4-6 ||| 0.133333
+and [X][X] that [X][X] [X] ||| und [X][X] , daß [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-4 ||| 0.133333
+and [X][X] that [X][X] too [X] ||| und [X][X] , daß auch [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-5 ||| 0.0666667
+and [X][X] in Russia [X][X] [X] ||| und [X][X] [X][X] in Rußland [X] ||| 0.0182166 1 ||| 1-1 4-2 ||| 0.133333
+and [X][X] in [X][X] too [X] ||| und [X][X] auch in [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-4 ||| 0.0666667
+and made it clear [X][X] [X] ||| und deutlich gemacht hat [X][X] [X] ||| 0.0182166 1 ||| 4-4 ||| 0.133333
+and [X][X] that [X][X] , [X] ||| und [X][X] , daß [X][X] [X] ||| 0.0182166 1 ||| 1-1 3-4 ||| 0.0666667
+and [X][X] , [X] ||| und [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0666667
+that [X][X] , access [X][X] [X] ||| , daß [X][X] der Zugang [X][X] [X] ||| 0.0182166 1 ||| 1-2 4-5 ||| 0.047619
+that [X][X] access [X][X] [X] ||| , daß [X][X] der Zugang [X][X] [X] ||| 0.0182166 1 ||| 1-2 3-5 ||| 0.047619
+that [X][X] access to [X][X] [X] ||| , daß [X][X] der Zugang zu [X][X] [X] ||| 0.0182166 1 ||| 1-2 4-6 ||| 0.047619
+that [X][X] to environmental information [X] ||| , daß [X][X] zu Umweltinformationen [X] ||| 0.0182166 1 ||| 1-2 ||| 0.047619
+that [X][X] to [X][X] [X] ||| , daß [X][X] zu [X][X] [X] ||| 0.0182166 1 ||| 1-2 3-4 ||| 0.047619
+that [X][X] environmental information [X] ||| , daß [X][X] Umweltinformationen [X] ||| 0.0182166 1 ||| 1-2 ||| 0.047619
+that [X][X] acquitted him [X][X] [X] ||| , daß [X][X] ihn freigesprochen [X][X] [X] ||| 0.0182166 1 ||| 1-2 4-5 ||| 0.0454545
+that [X][X] and made [X][X] [X] ||| , daß [X][X] und [X][X] gemacht hat [X] ||| 0.0182166 1 ||| 1-2 4-4 ||| 0.0454545
+that [X][X] and [X][X] [X] ||| , daß [X][X] und [X][X] [X] ||| 0.0182166 1 ||| 1-2 3-4 ||| 0.0454545
+that [X][X] made it clear [X] ||| , daß [X][X] deutlich gemacht hat [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0454545
+that [X][X] made [X][X] [X] ||| , daß [X][X] [X][X] gemacht hat [X] ||| 0.0182166 1 ||| 1-2 3-3 ||| 0.0454545
+that the [X][X] and [X][X] [X] ||| , daß das [X][X] und [X][X] [X] ||| 0.0182166 1 ||| 2-3 4-5 ||| 0.0454545
+that the [X][X] made [X][X] [X] ||| , daß das [X][X] [X][X] gemacht hat [X] ||| 0.0182166 1 ||| 2-3 4-4 ||| 0.0454545
+[X][X] have [X][X] that [X] ||| [X][X] [X][X] , daß [X] ||| 0.0182166 1 ||| 0-0 2-1 ||| 0.0434783
+the [X][X] and [X][X] that [X] ||| das [X][X] und [X][X] , daß [X] ||| 0.0182166 1 ||| 1-1 3-3 ||| 0.0434783
+the [X][X] made [X][X] that [X] ||| das [X][X] [X][X] gemacht hat , daß [X] ||| 0.0182166 1 ||| 1-1 3-2 ||| 0.0434783
+the [X][X] that [X] ||| das [X][X] , daß [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0434783
+the courts have [X][X] that [X] ||| das Gericht [X][X] , daß [X] ||| 0.0182166 1 ||| 3-2 ||| 0.0434783
+the courts [X][X] that [X] ||| das Gericht [X][X] , daß [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0434783
+made [X][X] that [X][X] access [X] ||| [X][X] gemacht hat , daß [X][X] der Zugang [X] ||| 0.0182166 1 ||| 1-0 3-5 ||| 0.0909091
+[X][X] that [X][X] , access [X] ||| [X][X] , daß [X][X] der Zugang [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.0909091
+[X][X] that [X][X] access [X] ||| [X][X] , daß [X][X] der Zugang [X] ||| 0.0182166 1 ||| 0-0 2-3 ||| 0.0909091
+[X][X] in Russia [X][X] access [X] ||| [X][X] [X][X] in Rußland der Zugang [X] ||| 0.0182166 1 ||| 0-0 3-1 ||| 0.0909091
+made it clear [X][X] access [X] ||| deutlich gemacht hat [X][X] der Zugang [X] ||| 0.0182166 1 ||| 3-3 ||| 0.0909091
+now [X] ||| nun [X] ||| 0.0182166 1 ||| ||| 1
+is [X] ||| ist [X] ||| 0.0182166 1 ||| ||| 1
+, [X] ||| es [X] ||| 0.00910828 1 ||| ||| 2
+, [X] ||| , [X] ||| 0.00910828 1 ||| ||| 2
+he [X] ||| er [X] ||| 0.0182166 1 ||| ||| 1
+once more [X] ||| wieder [X] ||| 0.0182166 1 ||| ||| 1
+courts [X] ||| angeklagt [X] ||| 0.0182166 1 ||| ||| 1
+the courts [X] ||| angeklagt [X] ||| 0.0182166 1 ||| ||| 1
+before the courts [X] ||| angeklagt [X] ||| 0.0182166 1 ||| ||| 1
+go before the courts [X] ||| angeklagt [X] ||| 0.0182166 1 ||| ||| 1
+to [X] ||| soll [X] ||| 0.0182166 1 ||| ||| 1
+to go [X] ||| soll [X] ||| 0.0182166 1 ||| ||| 1
+to go before [X] ||| soll [X] ||| 0.0182166 1 ||| ||| 1
+to go before the [X] ||| soll [X] ||| 0.0182166 1 ||| ||| 1
+because [X] ||| weil [X] ||| 0.0182166 1 ||| ||| 1
+the [X] ||| der [X] ||| 0.0182166 1 ||| ||| 1
+public prosecutor [X] ||| Staatsanwalt [X] ||| 0.0182166 1 ||| ||| 1
+appealing [X] ||| Berufung [X] ||| 0.0182166 1 ||| ||| 1
+is [X] ||| geht [X] ||| 0.0182166 1 ||| ||| 1
+. [X] ||| . [X] ||| 0.0182166 1 ||| ||| 1
+however [X] ||| aber so [X] ||| 0.0182166 1 ||| ||| 1
+, [X] ||| , daß [X] ||| 0.0182166 1 ||| ||| 1
+he [X] ||| daß er [X] ||| 0.0182166 1 ||| ||| 1
+courts once more [X] ||| wieder angeklagt [X] ||| 0.0182166 1 ||| ||| 0.5
+courts [X][X] [X] ||| [X][X] angeklagt [X] ||| 0.0182166 1 ||| 1-0 ||| 0.5
+the courts once more [X] ||| wieder angeklagt [X] ||| 0.0182166 1 ||| ||| 0.333333
+the courts [X][X] [X] ||| [X][X] angeklagt [X] ||| 0.0182166 1 ||| 2-0 ||| 0.333333
+[X][X] once more [X] ||| wieder [X][X] [X] ||| 0.218091 1 ||| 0-1 ||| 1.45632
+before the courts once more [X] ||| wieder angeklagt [X] ||| 0.0182166 1 ||| ||| 0.25
+before the courts [X][X] [X] ||| [X][X] angeklagt [X] ||| 0.0182166 1 ||| 3-0 ||| 0.25
+before [X][X] once more [X] ||| wieder [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.416667
+go before the courts [X][X] [X] ||| [X][X] angeklagt [X] ||| 0.0182166 1 ||| 4-0 ||| 0.25
+go before [X][X] once more [X] ||| wieder [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.392857
+go [X][X] once more [X] ||| wieder [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.392857
+courts [X] ||| angeklagt werden [X] ||| 0.0182166 1 ||| ||| 1
+the courts [X] ||| angeklagt werden [X] ||| 0.0182166 1 ||| ||| 1
+before the courts [X] ||| angeklagt werden [X] ||| 0.0182166 1 ||| ||| 1
+go before the courts [X] ||| angeklagt werden [X] ||| 0.0182166 1 ||| ||| 1
+to [X] ||| werden soll [X] ||| 0.0182166 1 ||| ||| 1
+to go [X] ||| werden soll [X] ||| 0.0182166 1 ||| ||| 1
+to go before [X] ||| werden soll [X] ||| 0.0182166 1 ||| ||| 1
+to go before the [X] ||| werden soll [X] ||| 0.0182166 1 ||| ||| 1
+to [X] ||| soll , [X] ||| 0.0182166 1 ||| ||| 1
+to go [X] ||| soll , [X] ||| 0.0182166 1 ||| ||| 1
+to go before [X] ||| soll , [X] ||| 0.0182166 1 ||| ||| 1
+to go before the [X] ||| soll , [X] ||| 0.0182166 1 ||| ||| 1
+because [X] ||| , weil [X] ||| 0.0182166 1 ||| ||| 1
+because the [X] ||| weil der [X] ||| 0.0182166 1 ||| ||| 1
+the public prosecutor [X] ||| der Staatsanwalt [X] ||| 0.0182166 1 ||| ||| 0.5
+the [X][X] [X] ||| der [X][X] [X] ||| 0.218091 1 ||| 1-1 ||| 1.04924
+public prosecutor [X] ||| Staatsanwalt in [X] ||| 0.0182166 1 ||| ||| 1
+appealing [X] ||| in Berufung [X] ||| 0.0182166 1 ||| ||| 1
+is appealing [X] ||| Berufung geht [X] ||| 0.0182166 1 ||| ||| 1
+, however [X] ||| es aber so [X] ||| 0.0182166 1 ||| ||| 1
+however , [X] ||| aber so , [X] ||| 0.0182166 1 ||| ||| 1
+, he [X] ||| , daß er [X] ||| 0.0182166 1 ||| ||| 1
+courts once more [X] ||| wieder angeklagt werden [X] ||| 0.0182166 1 ||| ||| 0.5
+courts [X][X] [X] ||| [X][X] angeklagt werden [X] ||| 0.0182166 1 ||| 1-0 ||| 0.5
+the courts once more [X] ||| wieder angeklagt werden [X] ||| 0.0182166 1 ||| ||| 0.25
+the courts [X][X] [X] ||| [X][X] angeklagt werden [X] ||| 0.0182166 1 ||| 2-0 ||| 0.25
+[X][X] once more [X] ||| wieder [X][X] werden [X] ||| 0.0182166 1 ||| 0-1 ||| 0.559524
+before the courts once more [X] ||| wieder angeklagt werden [X] ||| 0.0182166 1 ||| ||| 0.166667
+before the courts [X][X] [X] ||| [X][X] angeklagt werden [X] ||| 0.0182166 1 ||| 3-0 ||| 0.166667
+before [X][X] once more [X] ||| wieder [X][X] werden [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+go before the courts [X][X] [X] ||| [X][X] angeklagt werden [X] ||| 0.0182166 1 ||| 4-0 ||| 0.142857
+go before [X][X] once more [X] ||| wieder [X][X] werden [X] ||| 0.0182166 1 ||| 2-1 ||| 0.142857
+go [X][X] once more [X] ||| wieder [X][X] werden [X] ||| 0.0182166 1 ||| 1-1 ||| 0.142857
+to go before the courts [X] ||| angeklagt werden soll [X] ||| 0.0182166 1 ||| ||| 0.0769231
+to go before [X][X] [X] ||| [X][X] werden soll [X] ||| 0.0182166 1 ||| 3-0 ||| 0.115385
+to go [X][X] [X] ||| [X][X] werden soll [X] ||| 0.0182166 1 ||| 2-0 ||| 0.115385
+to [X][X] [X] ||| [X][X] werden soll [X] ||| 0.0182166 1 ||| 1-0 ||| 0.115385
+to go before [X][X] [X] ||| [X][X] soll [X] ||| 0.0182166 1 ||| 3-0 ||| 0.115385
+to go [X][X] [X] ||| [X][X] soll [X] ||| 0.0182166 1 ||| 2-0 ||| 0.115385
+to [X][X] [X] ||| [X][X] soll [X] ||| 0.0182166 1 ||| 1-0 ||| 0.115385
+[X][X] before the courts [X] ||| angeklagt [X][X] [X] ||| 0.0182166 1 ||| 0-1 ||| 0.129555
+[X][X] the courts [X] ||| angeklagt [X][X] [X] ||| 0.0182166 1 ||| 0-1 ||| 0.129555
+[X][X] courts [X] ||| angeklagt [X][X] [X] ||| 0.0182166 1 ||| 0-1 ||| 0.129555
+[X][X] before the courts [X] ||| angeklagt werden [X][X] [X] ||| 0.0182166 1 ||| 0-2 ||| 0.129555
+[X][X] the courts [X] ||| angeklagt werden [X][X] [X] ||| 0.0182166 1 ||| 0-2 ||| 0.129555
+[X][X] courts [X] ||| angeklagt werden [X][X] [X] ||| 0.0182166 1 ||| 0-2 ||| 0.129555
+to [X] ||| werden soll , [X] ||| 0.0182166 1 ||| ||| 1
+to go [X] ||| werden soll , [X] ||| 0.0182166 1 ||| ||| 1
+to go before [X] ||| werden soll , [X] ||| 0.0182166 1 ||| ||| 1
+to go before the [X] ||| werden soll , [X] ||| 0.0182166 1 ||| ||| 1
+because the [X] ||| , weil der [X] ||| 0.0182166 1 ||| ||| 1
+because the public prosecutor [X] ||| weil der Staatsanwalt [X] ||| 0.0182166 1 ||| ||| 0.25
+[X][X] public prosecutor [X] ||| [X][X] Staatsanwalt [X] ||| 0.0182166 1 ||| 0-0 ||| 0.45
+because [X][X] [X] ||| weil [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.560256
+because the [X][X] [X] ||| weil der [X][X] [X] ||| 0.0182166 1 ||| 2-2 ||| 0.560256
+the public prosecutor [X] ||| der Staatsanwalt in [X] ||| 0.0182166 1 ||| ||| 0.333333
+the [X][X] [X] ||| der [X][X] in [X] ||| 0.0182166 1 ||| 1-1 ||| 0.333333
+is appealing [X] ||| in Berufung geht [X] ||| 0.0182166 1 ||| ||| 1
+is appealing . [X] ||| Berufung geht . [X] ||| 0.0182166 1 ||| ||| 0.5
+[X][X] . [X] ||| [X][X] . [X] ||| 0.218091 1 ||| 0-0 ||| 1.16136
+, however , [X] ||| es aber so , [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] , [X] ||| [X][X] , [X] ||| 0.0182166 1 ||| 0-0 ||| 0.333333
+, [X][X] [X] ||| es [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.708333
+however , [X] ||| aber so , daß [X] ||| 0.0182166 1 ||| ||| 1
+[X][X] before the courts [X][X] [X] ||| [X][X] angeklagt [X][X] [X] ||| 0.0182166 1 ||| 4-0 0-2 ||| 0.0634615
+[X][X] the courts [X][X] [X] ||| [X][X] angeklagt [X][X] [X] ||| 0.0182166 1 ||| 3-0 0-2 ||| 0.0634615
+[X][X] courts [X][X] [X] ||| [X][X] angeklagt [X][X] [X] ||| 0.0182166 1 ||| 2-0 0-2 ||| 0.0634615
+[X][X] before the courts [X][X] [X] ||| [X][X] angeklagt werden [X][X] [X] ||| 0.0182166 1 ||| 4-0 0-3 ||| 0.0634615
+[X][X] the courts [X][X] [X] ||| [X][X] angeklagt werden [X][X] [X] ||| 0.0182166 1 ||| 3-0 0-3 ||| 0.0634615
+[X][X] courts [X][X] [X] ||| [X][X] angeklagt werden [X][X] [X] ||| 0.0182166 1 ||| 2-0 0-3 ||| 0.0634615
+to go before the [X][X] [X] ||| [X][X] werden soll [X] ||| 0.00910828 1 ||| 4-0 ||| 0.076923
+to go before the [X][X] [X] ||| [X][X] soll [X] ||| 0.00910828 1 ||| 4-0 ||| 0.076923
+[X][X] before [X][X] once more [X] ||| wieder [X][X] [X][X] [X] ||| 0.0121444 1 ||| 2-1 0-2 ||| 0.190384
+[X][X] before [X][X] once more [X] ||| wieder [X][X] werden [X][X] [X] ||| 0.00607219 1 ||| 2-1 0-3 ||| 0.190384
+to go [X][X] once more [X] ||| wieder [X][X] werden soll [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0384615
+to [X][X] once more [X] ||| wieder [X][X] werden soll [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0384615
+to go [X][X] once more [X] ||| wieder [X][X] soll [X] ||| 0.0182166 1 ||| 2-1 ||| 0.0384615
+to [X][X] once more [X] ||| wieder [X][X] soll [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0384615
+[X][X] the courts once more [X] ||| wieder angeklagt [X][X] [X] ||| 0.0182166 1 ||| 0-2 ||| 0.0634615
+[X][X] courts once more [X] ||| wieder angeklagt [X][X] [X] ||| 0.0182166 1 ||| 0-2 ||| 0.0634615
+[X][X] the courts once more [X] ||| wieder angeklagt werden [X][X] [X] ||| 0.0182166 1 ||| 0-3 ||| 0.0634615
+[X][X] courts once more [X] ||| wieder angeklagt werden [X][X] [X] ||| 0.0182166 1 ||| 0-3 ||| 0.0634615
+to go before the courts [X] ||| angeklagt werden soll , [X] ||| 0.0182166 1 ||| ||| 0.0526316
+to go before [X][X] [X] ||| [X][X] werden soll , [X] ||| 0.0182166 1 ||| 3-0 ||| 0.0776316
+to go [X][X] [X] ||| [X][X] werden soll , [X] ||| 0.0182166 1 ||| 2-0 ||| 0.0776316
+to [X][X] [X] ||| [X][X] werden soll , [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0776316
+to go before [X][X] [X] ||| [X][X] soll , [X] ||| 0.0182166 1 ||| 3-0 ||| 0.0776316
+to go [X][X] [X] ||| [X][X] soll , [X] ||| 0.0182166 1 ||| 2-0 ||| 0.0776316
+to [X][X] [X] ||| [X][X] soll , [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0776316
+[X][X] before the courts [X] ||| angeklagt [X][X] , [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0526316
+[X][X] the courts [X] ||| angeklagt [X][X] , [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0526316
+[X][X] courts [X] ||| angeklagt [X][X] , [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0526316
+[X][X] before the courts [X] ||| angeklagt werden [X][X] , [X] ||| 0.0182166 1 ||| 0-2 ||| 0.0526316
+[X][X] the courts [X] ||| angeklagt werden [X][X] , [X] ||| 0.0182166 1 ||| 0-2 ||| 0.0526316
+[X][X] courts [X] ||| angeklagt werden [X][X] , [X] ||| 0.0182166 1 ||| 0-2 ||| 0.0526316
+because the public prosecutor [X] ||| , weil der Staatsanwalt [X] ||| 0.0182166 1 ||| ||| 0.2
+[X][X] public prosecutor [X] ||| , [X][X] Staatsanwalt [X] ||| 0.0182166 1 ||| 0-1 ||| 0.2
+because [X][X] [X] ||| , weil [X][X] [X] ||| 0.0182166 1 ||| 1-2 ||| 0.443867
+because the [X][X] [X] ||| , weil der [X][X] [X] ||| 0.0182166 1 ||| 2-3 ||| 0.443867
+because the public prosecutor [X] ||| weil der Staatsanwalt in [X] ||| 0.0182166 1 ||| ||| 0.166667
+[X][X] public prosecutor [X] ||| [X][X] Staatsanwalt in [X] ||| 0.0182166 1 ||| 0-0 ||| 0.309524
+because [X][X] [X] ||| weil [X][X] in [X] ||| 0.0182166 1 ||| 1-1 ||| 0.166667
+because the [X][X] [X] ||| weil der [X][X] in [X] ||| 0.0182166 1 ||| 2-2 ||| 0.166667
+public prosecutor is appealing [X] ||| Staatsanwalt in Berufung geht [X] ||| 0.0182166 1 ||| ||| 0.2
+[X][X] is appealing [X] ||| [X][X] in Berufung geht [X] ||| 0.00910828 1 ||| 0-0 ||| 0.914958
+[X][X] is appealing [X] ||| [X][X] Berufung geht [X] ||| 0.00910828 1 ||| 0-0 ||| 0.914958
+public prosecutor [X][X] [X] ||| Staatsanwalt [X][X] [X] ||| 0.00910828 1 ||| 2-1 ||| 0.65
+public prosecutor [X][X] [X] ||| Staatsanwalt in [X][X] [X] ||| 0.00910828 1 ||| 2-2 ||| 0.65
+is appealing . [X] ||| in Berufung geht . [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] . [X] ||| in [X][X] . [X] ||| 0.0182166 1 ||| 0-1 ||| 0.333333
+, however , [X] ||| es aber so , daß [X] ||| 0.0182166 1 ||| ||| 0.25
+[X][X] , [X] ||| [X][X] , daß [X] ||| 0.0182166 1 ||| 0-0 ||| 0.25
+, [X][X] [X] ||| es [X][X] daß [X] ||| 0.0182166 1 ||| 1-1 ||| 0.25
+however , he [X] ||| aber so , daß er [X] ||| 0.0182166 1 ||| ||| 0.25
+[X][X] he [X] ||| [X][X] daß er [X] ||| 0.00910828 1 ||| 0-0 ||| 0.75
+[X][X] he [X] ||| [X][X] er [X] ||| 0.00910828 1 ||| 0-0 ||| 0.75
+however [X][X] [X] ||| aber so [X][X] [X] ||| 0.0182166 1 ||| 1-2 ||| 0.25
+[X][X] before the courts [X][X] [X] ||| [X][X] angeklagt [X][X] , [X] ||| 0.0182166 1 ||| 4-0 0-2 ||| 0.025
+[X][X] the courts [X][X] [X] ||| [X][X] angeklagt [X][X] , [X] ||| 0.0182166 1 ||| 3-0 0-2 ||| 0.025
+[X][X] courts [X][X] [X] ||| [X][X] angeklagt [X][X] , [X] ||| 0.0182166 1 ||| 2-0 0-2 ||| 0.025
+[X][X] before the courts [X][X] [X] ||| [X][X] angeklagt werden [X][X] , [X] ||| 0.0182166 1 ||| 4-0 0-3 ||| 0.025
+[X][X] the courts [X][X] [X] ||| [X][X] angeklagt werden [X][X] , [X] ||| 0.0182166 1 ||| 3-0 0-3 ||| 0.025
+[X][X] courts [X][X] [X] ||| [X][X] angeklagt werden [X][X] , [X] ||| 0.0182166 1 ||| 2-0 0-3 ||| 0.025
+to go before the [X][X] [X] ||| [X][X] werden soll , [X] ||| 0.00910828 1 ||| 4-0 ||| 0.05
+to go before the [X][X] [X] ||| [X][X] soll , [X] ||| 0.00910828 1 ||| 4-0 ||| 0.05
+[X][X] before [X][X] once more [X] ||| wieder [X][X] [X][X] , [X] ||| 0.0121444 1 ||| 2-1 0-2 ||| 0.075
+[X][X] before [X][X] once more [X] ||| wieder [X][X] werden [X][X] , [X] ||| 0.00607219 1 ||| 2-1 0-3 ||| 0.075
+to go [X][X] once more [X] ||| wieder [X][X] werden soll , [X] ||| 0.0182166 1 ||| 2-1 ||| 0.025
+to [X][X] once more [X] ||| wieder [X][X] werden soll , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.025
+to go [X][X] once more [X] ||| wieder [X][X] soll , [X] ||| 0.0182166 1 ||| 2-1 ||| 0.025
+to [X][X] once more [X] ||| wieder [X][X] soll , [X] ||| 0.0182166 1 ||| 1-1 ||| 0.025
+[X][X] once more [X] ||| wieder [X][X] , [X] ||| 0.0182166 1 ||| 0-1 ||| 0.025
+[X][X] the courts once more [X] ||| wieder angeklagt [X][X] , [X] ||| 0.0182166 1 ||| 0-2 ||| 0.025
+[X][X] courts once more [X] ||| wieder angeklagt [X][X] , [X] ||| 0.0182166 1 ||| 0-2 ||| 0.025
+[X][X] the courts once more [X] ||| wieder angeklagt werden [X][X] , [X] ||| 0.0182166 1 ||| 0-3 ||| 0.025
+[X][X] courts once more [X] ||| wieder angeklagt werden [X][X] , [X] ||| 0.0182166 1 ||| 0-3 ||| 0.025
+because the public prosecutor [X] ||| , weil der Staatsanwalt in [X] ||| 0.0182166 1 ||| ||| 0.142857
+[X][X] public prosecutor [X] ||| , [X][X] Staatsanwalt in [X] ||| 0.0182166 1 ||| 0-1 ||| 0.142857
+because [X][X] [X] ||| , weil [X][X] in [X] ||| 0.0182166 1 ||| 1-2 ||| 0.142857
+because the [X][X] [X] ||| , weil der [X][X] in [X] ||| 0.0182166 1 ||| 2-3 ||| 0.142857
+the public prosecutor is appealing [X] ||| der Staatsanwalt in Berufung geht [X] ||| 0.0182166 1 ||| ||| 0.125
+the [X][X] is appealing [X] ||| der [X][X] in Berufung geht [X] ||| 0.00910828 1 ||| 1-1 ||| 0.25
+the [X][X] is appealing [X] ||| der [X][X] Berufung geht [X] ||| 0.00910828 1 ||| 1-1 ||| 0.25
+the public prosecutor [X][X] [X] ||| der Staatsanwalt [X][X] [X] ||| 0.00910828 1 ||| 3-2 ||| 0.431818
+the public prosecutor [X][X] [X] ||| der Staatsanwalt in [X][X] [X] ||| 0.00910828 1 ||| 3-3 ||| 0.431818
+public prosecutor is appealing . [X] ||| Staatsanwalt in Berufung geht . [X] ||| 0.0182166 1 ||| ||| 0.125
+[X][X] is appealing . [X] ||| [X][X] in Berufung geht . [X] ||| 0.00910828 1 ||| 0-0 ||| 0.65606
+[X][X] is appealing . [X] ||| [X][X] Berufung geht . [X] ||| 0.00910828 1 ||| 0-0 ||| 0.65606
+public prosecutor [X][X] . [X] ||| Staatsanwalt [X][X] . [X] ||| 0.00910828 1 ||| 2-1 ||| 0.25
+public prosecutor [X][X] . [X] ||| Staatsanwalt in [X][X] . [X] ||| 0.00910828 1 ||| 2-2 ||| 0.25
+, however , he [X] ||| es aber so , daß er [X] ||| 0.0182166 1 ||| ||| 0.125
+[X][X] , he [X] ||| [X][X] , daß er [X] ||| 0.0182166 1 ||| 0-0 ||| 0.125
+, [X][X] he [X] ||| es [X][X] daß er [X] ||| 0.00910828 1 ||| 1-1 ||| 0.25
+, [X][X] he [X] ||| es [X][X] er [X] ||| 0.00910828 1 ||| 1-1 ||| 0.25
+, however [X][X] [X] ||| es aber so [X][X] [X] ||| 0.0182166 1 ||| 2-3 ||| 0.125
+[X][X] the courts [X][X] because [X] ||| [X][X] angeklagt [X][X] , weil [X] ||| 0.0182166 1 ||| 3-0 0-2 ||| 0.0238095
+[X][X] courts [X][X] because [X] ||| [X][X] angeklagt [X][X] , weil [X] ||| 0.0182166 1 ||| 2-0 0-2 ||| 0.0238095
+[X][X] the courts [X][X] because [X] ||| [X][X] angeklagt [X][X] weil [X] ||| 0.0182166 1 ||| 3-0 0-2 ||| 0.0238095
+[X][X] courts [X][X] because [X] ||| [X][X] angeklagt [X][X] weil [X] ||| 0.0182166 1 ||| 2-0 0-2 ||| 0.0238095
+[X][X] the courts [X][X] because [X] ||| [X][X] angeklagt werden [X][X] , weil [X] ||| 0.0182166 1 ||| 3-0 0-3 ||| 0.0238095
+[X][X] courts [X][X] because [X] ||| [X][X] angeklagt werden [X][X] , weil [X] ||| 0.0182166 1 ||| 2-0 0-3 ||| 0.0238095
+[X][X] the courts [X][X] because [X] ||| [X][X] angeklagt werden [X][X] weil [X] ||| 0.0182166 1 ||| 3-0 0-3 ||| 0.0238095
+[X][X] courts [X][X] because [X] ||| [X][X] angeklagt werden [X][X] weil [X] ||| 0.0182166 1 ||| 2-0 0-3 ||| 0.0238095
+[X][X] before the [X][X] because [X] ||| [X][X] [X][X] , weil [X] ||| 0.0182166 1 ||| 3-0 0-1 ||| 0.047619
+[X][X] the [X][X] because [X] ||| [X][X] [X][X] , weil [X] ||| 0.0182166 1 ||| 2-0 0-1 ||| 0.047619
+[X][X] before the [X][X] because [X] ||| [X][X] [X][X] weil [X] ||| 0.0182166 1 ||| 3-0 0-1 ||| 0.047619
+[X][X] the [X][X] because [X] ||| [X][X] [X][X] weil [X] ||| 0.0182166 1 ||| 2-0 0-1 ||| 0.047619
+[X][X] before the [X][X] because [X] ||| [X][X] werden [X][X] , weil [X] ||| 0.0182166 1 ||| 3-0 0-2 ||| 0.0238095
+[X][X] the [X][X] because [X] ||| [X][X] werden [X][X] , weil [X] ||| 0.0182166 1 ||| 2-0 0-2 ||| 0.0238095
+[X][X] before the [X][X] because [X] ||| [X][X] werden [X][X] weil [X] ||| 0.0182166 1 ||| 3-0 0-2 ||| 0.0238095
+[X][X] the [X][X] because [X] ||| [X][X] werden [X][X] weil [X] ||| 0.0182166 1 ||| 2-0 0-2 ||| 0.0238095
+to go before [X][X] because [X] ||| [X][X] werden soll , weil [X] ||| 0.0182166 1 ||| 3-0 ||| 0.0238095
+[X][X] before [X][X] because [X] ||| [X][X] [X][X] , weil [X] ||| 0.00607219 1 ||| 2-0 0-1 ||| 0.142857
+[X][X] before [X][X] because [X] ||| [X][X] [X][X] weil [X] ||| 0.00607219 1 ||| 2-0 0-1 ||| 0.142857
+[X][X] before [X][X] because [X] ||| [X][X] werden [X][X] , weil [X] ||| 0.00303609 1 ||| 2-0 0-2 ||| 0.142857
+[X][X] before [X][X] because [X] ||| [X][X] werden [X][X] weil [X] ||| 0.00303609 1 ||| 2-0 0-2 ||| 0.142857
+to go [X][X] because [X] ||| [X][X] werden soll , weil [X] ||| 0.0182166 1 ||| 2-0 ||| 0.0238095
+to [X][X] because [X] ||| [X][X] werden soll , weil [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0238095
+to go before [X][X] because [X] ||| [X][X] soll , weil [X] ||| 0.0182166 1 ||| 3-0 ||| 0.0238095
+to go [X][X] because [X] ||| [X][X] soll , weil [X] ||| 0.0182166 1 ||| 2-0 ||| 0.0238095
+to [X][X] because [X] ||| [X][X] soll , weil [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0238095
+[X][X] because [X] ||| [X][X] , weil [X] ||| 0.00910828 1 ||| 0-0 ||| 0.047619
+[X][X] because [X] ||| [X][X] weil [X] ||| 0.00910828 1 ||| 0-0 ||| 0.047619
+to [X][X] once more because [X] ||| wieder [X][X] werden soll , weil [X] ||| 0.00910828 1 ||| 1-1 ||| 0.047619
+to [X][X] once more because [X] ||| wieder [X][X] soll , weil [X] ||| 0.00910828 1 ||| 1-1 ||| 0.047619
+[X][X] once more because [X] ||| wieder [X][X] , weil [X] ||| 0.00910828 1 ||| 0-1 ||| 0.047619
+[X][X] once more because [X] ||| wieder [X][X] weil [X] ||| 0.00910828 1 ||| 0-1 ||| 0.047619
+[X][X] courts once more because [X] ||| wieder angeklagt [X][X] , weil [X] ||| 0.00455414 1 ||| 0-2 ||| 0.095238
+[X][X] courts once more because [X] ||| wieder angeklagt [X][X] weil [X] ||| 0.00455414 1 ||| 0-2 ||| 0.095238
+[X][X] courts once more because [X] ||| wieder angeklagt werden [X][X] , weil [X] ||| 0.00455414 1 ||| 0-3 ||| 0.095238
+[X][X] courts once more because [X] ||| wieder angeklagt werden [X][X] weil [X] ||| 0.00455414 1 ||| 0-3 ||| 0.095238
+[X][X] public prosecutor is appealing [X] ||| [X][X] Staatsanwalt in Berufung geht [X] ||| 0.0182166 1 ||| 0-0 ||| 0.132479
+[X][X] public prosecutor [X][X] [X] ||| [X][X] Staatsanwalt [X][X] [X] ||| 0.00910828 1 ||| 0-0 3-2 ||| 0.4892
+[X][X] public prosecutor [X][X] [X] ||| [X][X] Staatsanwalt in [X][X] [X] ||| 0.00910828 1 ||| 0-0 3-3 ||| 0.4892
+because [X][X] is appealing [X] ||| weil [X][X] in Berufung geht [X] ||| 0.00910828 1 ||| 1-1 ||| 0.153846
+because [X][X] is appealing [X] ||| weil [X][X] Berufung geht [X] ||| 0.00910828 1 ||| 1-1 ||| 0.153846
+because the [X][X] is appealing [X] ||| weil der [X][X] in Berufung geht [X] ||| 0.00910828 1 ||| 2-2 ||| 0.153846
+because the [X][X] is appealing [X] ||| weil der [X][X] Berufung geht [X] ||| 0.00910828 1 ||| 2-2 ||| 0.153846
+because the public prosecutor [X][X] [X] ||| weil der Staatsanwalt [X][X] [X] ||| 0.00910828 1 ||| 4-3 ||| 0.28718
+because the public prosecutor [X][X] [X] ||| weil der Staatsanwalt in [X][X] [X] ||| 0.00910828 1 ||| 4-4 ||| 0.28718
+the [X][X] is appealing . [X] ||| der [X][X] in Berufung geht . [X] ||| 0.00910828 1 ||| 1-1 ||| 0.181818
+the [X][X] is appealing . [X] ||| der [X][X] Berufung geht . [X] ||| 0.00910828 1 ||| 1-1 ||| 0.181818
+the [X][X] . [X] ||| der [X][X] . [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0909091
+the public prosecutor [X][X] . [X] ||| der Staatsanwalt [X][X] . [X] ||| 0.00910828 1 ||| 3-2 ||| 0.181818
+the public prosecutor [X][X] . [X] ||| der Staatsanwalt in [X][X] . [X] ||| 0.00910828 1 ||| 3-3 ||| 0.181818
+, however , he is [X] ||| ist es aber so , daß er [X] ||| 0.0182166 1 ||| ||| 0.111111
+[X][X] , he is [X] ||| ist [X][X] , daß er [X] ||| 0.0182166 1 ||| 0-1 ||| 0.111111
+[X][X] he is [X] ||| ist [X][X] daß er [X] ||| 0.00910828 1 ||| 0-1 ||| 0.222222
+[X][X] he is [X] ||| ist [X][X] er [X] ||| 0.00910828 1 ||| 0-1 ||| 0.222222
+[X][X] is [X] ||| ist [X][X] [X] ||| 0.0182166 1 ||| 0-1 ||| 0.111111
+, [X][X] he is [X] ||| ist es [X][X] daß er [X] ||| 0.00910828 1 ||| 1-2 ||| 0.222222
+, [X][X] he is [X] ||| ist es [X][X] er [X] ||| 0.00910828 1 ||| 1-2 ||| 0.222222
+, [X][X] is [X] ||| ist es [X][X] [X] ||| 0.0182166 1 ||| 1-2 ||| 0.111111
+, however [X][X] is [X] ||| ist es aber so [X][X] [X] ||| 0.0182166 1 ||| 2-4 ||| 0.111111
+[X][X] courts [X][X] because the [X] ||| [X][X] angeklagt [X][X] , weil der [X] ||| 0.00455414 1 ||| 2-0 0-2 ||| 0.105263
+[X][X] courts [X][X] because the [X] ||| [X][X] angeklagt [X][X] weil der [X] ||| 0.00455414 1 ||| 2-0 0-2 ||| 0.105263
+[X][X] courts [X][X] because the [X] ||| [X][X] angeklagt werden [X][X] , weil der [X] ||| 0.00455414 1 ||| 2-0 0-3 ||| 0.105263
+[X][X] courts [X][X] because the [X] ||| [X][X] angeklagt werden [X][X] weil der [X] ||| 0.00455414 1 ||| 2-0 0-3 ||| 0.105263
+[X][X] the [X][X] because the [X] ||| [X][X] [X][X] , weil der [X] ||| 0.00607218 1 ||| 2-0 0-1 ||| 0.157895
+[X][X] the [X][X] because the [X] ||| [X][X] [X][X] weil der [X] ||| 0.00607218 1 ||| 2-0 0-1 ||| 0.157895
+[X][X] the [X][X] because the [X] ||| [X][X] werden [X][X] , weil der [X] ||| 0.00303609 1 ||| 2-0 0-2 ||| 0.157895
+[X][X] the [X][X] because the [X] ||| [X][X] werden [X][X] weil der [X] ||| 0.00303609 1 ||| 2-0 0-2 ||| 0.157895
+[X][X] before [X][X] because the [X] ||| [X][X] [X][X] , weil der [X] ||| 0.00607218 1 ||| 2-0 0-1 ||| 0.157895
+[X][X] before [X][X] because the [X] ||| [X][X] [X][X] weil der [X] ||| 0.00607218 1 ||| 2-0 0-1 ||| 0.157895
+[X][X] before [X][X] because the [X] ||| [X][X] werden [X][X] , weil der [X] ||| 0.00303609 1 ||| 2-0 0-2 ||| 0.157895
+[X][X] before [X][X] because the [X] ||| [X][X] werden [X][X] weil der [X] ||| 0.00303609 1 ||| 2-0 0-2 ||| 0.157895
+to go [X][X] because the [X] ||| [X][X] werden soll , weil der [X] ||| 0.0182166 1 ||| 2-0 ||| 0.0263158
+to [X][X] because the [X] ||| [X][X] werden soll , weil der [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0263158
+to go [X][X] because the [X] ||| [X][X] soll , weil der [X] ||| 0.0182166 1 ||| 2-0 ||| 0.0263158
+to [X][X] because the [X] ||| [X][X] soll , weil der [X] ||| 0.0182166 1 ||| 1-0 ||| 0.0263158
+[X][X] because the [X] ||| [X][X] , weil der [X] ||| 0.00910828 1 ||| 0-0 ||| 0.0526316
+[X][X] because the [X] ||| [X][X] weil der [X] ||| 0.00910828 1 ||| 0-0 ||| 0.0526316
+[X][X] the [X] ||| [X][X] der [X] ||| 0.0182166 1 ||| 0-0 ||| 0.0263158
+to [X][X] once more [X][X] [X] ||| wieder [X][X] werden soll [X][X] [X] ||| 0.00455414 1 ||| 1-1 4-4 ||| 0.105263
+to [X][X] once more [X][X] [X] ||| wieder [X][X] werden soll , [X][X] [X] ||| 0.00455414 1 ||| 1-1 4-5 ||| 0.105263
+to [X][X] once more [X][X] [X] ||| wieder [X][X] soll [X][X] [X] ||| 0.00455414 1 ||| 1-1 4-3 ||| 0.105263
+to [X][X] once more [X][X] [X] ||| wieder [X][X] soll , [X][X] [X] ||| 0.00455414 1 ||| 1-1 4-4 ||| 0.105263
+[X][X] once more because the [X] ||| wieder [X][X] , weil der [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0263158
+[X][X] once more [X][X] [X] ||| wieder [X][X] [X][X] [X] ||| 0.0121444 1 ||| 0-1 3-2 ||| 0.0789474
+[X][X] once more [X][X] [X] ||| wieder [X][X] , [X][X] [X] ||| 0.00607219 1 ||| 0-1 3-3 ||| 0.0789474
+[X][X] once more because the [X] ||| wieder [X][X] weil der [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0263158
+[X][X] courts once more [X][X] [X] ||| wieder angeklagt [X][X] [X][X] [X] ||| 0.00607218 1 ||| 0-2 4-3 ||| 0.157895
+[X][X] courts once more [X][X] [X] ||| wieder angeklagt [X][X] , [X][X] [X] ||| 0.00303609 1 ||| 0-2 4-4 ||| 0.157895
+[X][X] courts once more [X][X] [X] ||| wieder angeklagt werden [X][X] [X][X] [X] ||| 0.00607218 1 ||| 0-3 4-4 ||| 0.157895
+[X][X] courts once more [X][X] [X] ||| wieder angeklagt werden [X][X] , [X][X] [X] ||| 0.00303609 1 ||| 0-3 4-5 ||| 0.157895
+[X][X] public prosecutor is appealing [X] ||| , [X][X] Staatsanwalt in Berufung geht [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0555556
+[X][X] public prosecutor [X][X] [X] ||| , [X][X] Staatsanwalt [X][X] [X] ||| 0.00910828 1 ||| 0-1 3-3 ||| 0.20202
+[X][X] public prosecutor [X][X] [X] ||| , [X][X] Staatsanwalt in [X][X] [X] ||| 0.00910828 1 ||| 0-1 3-4 ||| 0.20202
+[X][X] is appealing [X] ||| , [X][X] in Berufung geht [X] ||| 0.00910828 1 ||| 0-1 ||| 0.111111
+[X][X] is appealing [X] ||| , [X][X] Berufung geht [X] ||| 0.00910828 1 ||| 0-1 ||| 0.111111
+because [X][X] is appealing [X] ||| , weil [X][X] in Berufung geht [X] ||| 0.00910828 1 ||| 1-2 ||| 0.111111
+because [X][X] is appealing [X] ||| , weil [X][X] Berufung geht [X] ||| 0.00910828 1 ||| 1-2 ||| 0.111111
+because the [X][X] is appealing [X] ||| , weil der [X][X] in Berufung geht [X] ||| 0.00910828 1 ||| 2-3 ||| 0.111111
+because the [X][X] is appealing [X] ||| , weil der [X][X] Berufung geht [X] ||| 0.00910828 1 ||| 2-3 ||| 0.111111
+because the public prosecutor [X][X] [X] ||| , weil der Staatsanwalt [X][X] [X] ||| 0.00910828 1 ||| 4-4 ||| 0.20202
+because the public prosecutor [X][X] [X] ||| , weil der Staatsanwalt in [X][X] [X] ||| 0.00910828 1 ||| 4-5 ||| 0.20202
+[X][X] public prosecutor [X][X] . [X] ||| [X][X] Staatsanwalt [X][X] . [X] ||| 0.00910828 1 ||| 0-0 3-2 ||| 0.224242
+[X][X] public prosecutor [X][X] . [X] ||| [X][X] Staatsanwalt in [X][X] . [X] ||| 0.00910828 1 ||| 0-0 3-3 ||| 0.224242
+because [X][X] is appealing . [X] ||| weil [X][X] in Berufung geht . [X] ||| 0.00910828 1 ||| 1-1 ||| 0.133333
+because [X][X] is appealing . [X] ||| weil [X][X] Berufung geht . [X] ||| 0.00910828 1 ||| 1-1 ||| 0.133333
+because [X][X] . [X] ||| weil [X][X] . [X] ||| 0.0182166 1 ||| 1-1 ||| 0.0666667
+because the [X][X] . [X] ||| weil der [X][X] . [X] ||| 0.0182166 1 ||| 2-2 ||| 0.0666667
+now [X][X] [X] ||| nun [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.111111
+now [X][X] , he is [X] ||| nun ist [X][X] , daß er [X] ||| 0.0182166 1 ||| 1-2 ||| 0.111111
+now [X][X] he is [X] ||| nun ist [X][X] daß er [X] ||| 0.00910828 1 ||| 1-2 ||| 0.222222
+now [X][X] he is [X] ||| nun ist [X][X] er [X] ||| 0.00910828 1 ||| 1-2 ||| 0.222222
+now [X][X] is [X] ||| nun ist [X][X] [X] ||| 0.0182166 1 ||| 1-2 ||| 0.111111
+now , [X][X] he is [X] ||| nun ist es [X][X] daß er [X] ||| 0.00910828 1 ||| 2-3 ||| 0.222222
+now , [X][X] he is [X] ||| nun ist es [X][X] er [X] ||| 0.00910828 1 ||| 2-3 ||| 0.222222
+now , [X][X] is [X] ||| nun ist es [X][X] [X] ||| 0.0182166 1 ||| 2-3 ||| 0.111111
+now , however [X][X] is [X] ||| nun ist es aber so [X][X] [X] ||| 0.0182166 1 ||| 3-5 ||| 0.111111
+[X][X] public prosecutor [X][X] . [X] ||| , [X][X] Staatsanwalt [X][X] . [X] ||| 0.00910828 1 ||| 0-1 3-3 ||| 0.090909
+[X][X] public prosecutor [X][X] . [X] ||| , [X][X] Staatsanwalt in [X][X] . [X] ||| 0.00910828 1 ||| 0-1 3-4 ||| 0.090909
+[X][X] is appealing . [X] ||| , [X][X] in Berufung geht . [X] ||| 0.00910828 1 ||| 0-1 ||| 0.090909
+[X][X] is appealing . [X] ||| , [X][X] Berufung geht . [X] ||| 0.00910828 1 ||| 0-1 ||| 0.090909
+[X][X] . [X] ||| , [X][X] . [X] ||| 0.0182166 1 ||| 0-1 ||| 0.0454545
+because [X][X] is appealing . [X] ||| , weil [X][X] in Berufung geht . [X] ||| 0.00910828 1 ||| 1-2 ||| 0.090909
+because [X][X] is appealing . [X] ||| , weil [X][X] Berufung geht . [X] ||| 0.00910828 1 ||| 1-2 ||| 0.090909
+because [X][X] . [X] ||| , weil [X][X] . [X] ||| 0.0182166 1 ||| 1-2 ||| 0.0454545
+because the [X][X] . [X] ||| , weil der [X][X] . [X] ||| 0.0182166 1 ||| 2-3 ||| 0.0454545
+we [X] ||| wir [X] ||| 0.218091 1 ||| ||| 2
+know [X] ||| wissen [X] ||| 0.0182166 1 ||| ||| 1
+know , [X] ||| wissen [X] ||| 0.0182166 1 ||| ||| 1
+and [X] ||| und [X] ||| 0.315522 1 ||| ||| 3
+, and [X] ||| und [X] ||| 0.0182166 1 ||| ||| 1
+have [X] ||| haben [X] ||| 0.0182166 1 ||| ||| 1
+in [X] ||| in [X] ||| 0.0182166 1 ||| ||| 1
+very [X] ||| sehr [X] ||| 0.0182166 1 ||| ||| 1
+many [X] ||| vielen [X] ||| 0.0182166 1 ||| ||| 1
+resolutions [X] ||| Entschließungen [X] ||| 0.0182166 1 ||| ||| 1
+stated [X] ||| festgestellt [X] ||| 0.0182166 1 ||| ||| 1
+, [X] ||| - [X] ||| 0.0182166 1 ||| ||| 1
+, including [X] ||| - [X] ||| 0.0182166 1 ||| ||| 1
+during [X] ||| während [X] ||| 0.0182166 1 ||| ||| 1
+the [X] ||| der [X] ||| 0.0182166 1 ||| ||| 1
+last [X] ||| letzten [X] ||| 0.0182166 1 ||| ||| 1
+plenary part-session [X] ||| Plenartagung [X] ||| 0.0182166 1 ||| ||| 1
+of [X] ||| des [X] ||| 0.0182166 1 ||| ||| 1
+last [X] ||| vergangenen [X] ||| 0.0182166 1 ||| ||| 1
+year [X] ||| Jahres- [X] ||| 0.0182166 1 ||| ||| 1
+, [X] ||| , [X] ||| 0.0182166 1 ||| ||| 1
+that [X] ||| daß [X] ||| 0.218091 1 ||| ||| 2
+this [X] ||| dies [X] ||| 0.0182166 1 ||| ||| 1
+not [X] ||| nicht [X] ||| 0.0182166 1 ||| ||| 1
+solely [X] ||| nur [X] ||| 0.0182166 1 ||| ||| 1
+a [X] ||| ein [X] ||| 0.0182166 1 ||| ||| 1
+legal [X] ||| juristischer [X] ||| 0.0182166 1 ||| ||| 1
+case [X] ||| Fall [X] ||| 0.0182166 1 ||| ||| 1
+is [X] ||| ist [X] ||| 0.218091 1 ||| ||| 2
+it [X] ||| es [X] ||| 0.0182166 1 ||| ||| 1
+wrong [X] ||| falsch [X] ||| 0.0182166 1 ||| ||| 1
+wrong for [X] ||| falsch [X] ||| 0.0182166 1 ||| ||| 1
+Alexander [X] ||| Alexander [X] ||| 0.0182166 1 ||| ||| 1
+for Alexander [X] ||| Alexander [X] ||| 0.0182166 1 ||| ||| 1
+Nikitin [X] ||| Nikitin [X] ||| 0.0182166 1 ||| ||| 1
+Nikitin to [X] ||| Nikitin [X] ||| 0.0182166 1 ||| ||| 1
+Nikitin to be [X] ||| Nikitin [X] ||| 0.0182166 1 ||| ||| 1
+Nikitin to be accused [X] ||| Nikitin [X] ||| 0.0182166 1 ||| ||| 1
+Nikitin to be accused of [X] ||| Nikitin [X] ||| 0.0182166 1 ||| ||| 1
+criminal activity [X] ||| Kriminalität [X] ||| 0.0182166 1 ||| ||| 1
+of criminal activity [X] ||| Kriminalität [X] ||| 0.0182166 1 ||| ||| 1
+accused of criminal activity [X] ||| Kriminalität [X] ||| 0.0182166 1 ||| ||| 1
+be accused of criminal activity [X] ||| Kriminalität [X] ||| 0.0182166 1 ||| ||| 1
+because [X] ||| weil [X] ||| 0.0182166 1 ||| ||| 1
+because of [X] ||| weil [X] ||| 0.0182166 1 ||| ||| 1
+our [X] ||| wir [X] ||| 0.0182166 1 ||| ||| 1
+of our [X] ||| wir [X] ||| 0.0182166 1 ||| ||| 1
+as the [X] ||| als [X] ||| 0.0182166 1 ||| ||| 1
+of [X] ||| von [X] ||| 0.0182166 1 ||| ||| 1
+his [X] ||| seinen [X] ||| 0.0182166 1 ||| ||| 1
+findings [X] ||| Ergebnissen [X] ||| 0.0182166 1 ||| ||| 1
+. [X] ||| . [X] ||| 0.0182166 1 ||| ||| 1
+we know [X] ||| wir wissen [X] ||| 0.0182166 1 ||| ||| 1
+we know , [X] ||| wir wissen [X] ||| 0.0182166 1 ||| ||| 0.5
+we [X][X] [X] ||| wir [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.965079
+know , and [X] ||| wissen und [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] and [X] ||| [X][X] und [X] ||| 0.315522 1 ||| 0-0 ||| 2.74493
+know [X][X] [X] ||| wissen [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.590909
+and we [X] ||| und wir [X] ||| 0.0182166 1 ||| ||| 1
+, and we [X] ||| und wir [X] ||| 0.0182166 1 ||| ||| 0.5
+[X][X] we [X] ||| [X][X] wir [X] ||| 0.0182166 1 ||| 0-0 ||| 0.766667
+we have [X] ||| wir haben [X] ||| 0.0182166 1 ||| ||| 1
+very many [X] ||| sehr vielen [X] ||| 0.0182166 1 ||| ||| 1
+many resolutions [X] ||| vielen Entschließungen [X] ||| 0.0182166 1 ||| ||| 1
+indeed , including specifically [X] ||| - gerade [X] ||| 0.0182166 1 ||| ||| 0.5
+indeed [X][X] specifically [X] ||| [X][X] gerade [X] ||| 0.0182166 1 ||| 1-0 ||| 0.5
+during the [X] ||| während der [X] ||| 0.0182166 1 ||| ||| 1
+the last [X] ||| der letzten [X] ||| 0.0182166 1 ||| ||| 1
+last plenary part-session [X] ||| letzten Plenartagung [X] ||| 0.0182166 1 ||| ||| 0.5
+last [X][X] [X] ||| letzten [X][X] [X] ||| 0.218091 1 ||| 1-1 ||| 1.09156
+plenary part-session of [X] ||| Plenartagung des [X] ||| 0.0182166 1 ||| ||| 0.5
+[X][X] of [X] ||| [X][X] des [X] ||| 0.218091 1 ||| 0-0 ||| 1.03175
+of last [X] ||| des vergangenen [X] ||| 0.0182166 1 ||| ||| 1
+last year [X] ||| vergangenen Jahres- [X] ||| 0.0182166 1 ||| ||| 1
+year , [X] ||| Jahres- , [X] ||| 0.0182166 1 ||| ||| 1
+, that [X] ||| , daß [X] ||| 0.0182166 1 ||| ||| 1
+that this [X] ||| daß dies [X] ||| 0.0182166 1 ||| ||| 1
+not solely [X] ||| nicht nur [X] ||| 0.0182166 1 ||| ||| 1
+solely a [X] ||| nur ein [X] ||| 0.0182166 1 ||| ||| 1
+a legal [X] ||| ein juristischer [X] ||| 0.0182166 1 ||| ||| 1
+legal case [X] ||| juristischer Fall [X] ||| 0.0182166 1 ||| ||| 1
+and that [X] ||| und daß [X] ||| 0.0182166 1 ||| ||| 1
+that it [X] ||| daß es [X] ||| 0.0182166 1 ||| ||| 1
+is wrong [X] ||| falsch ist [X] ||| 0.0182166 1 ||| ||| 1
+is wrong for [X] ||| falsch ist [X] ||| 0.0182166 1 ||| ||| 0.5
+is [X][X] [X] ||| [X][X] ist [X] ||| 0.0182166 1 ||| 1-0 ||| 0.590909
+is [X] ||| ist , [X] ||| 0.0182166 1 ||| ||| 1
+Alexander [X] ||| , Alexander [X] ||| 0.0182166 1 ||| ||| 1
+for Alexander [X] ||| , Alexander [X] ||| 0.0182166 1 ||| ||| 1
+Alexander Nikitin [X] ||| Alexander Nikitin [X] ||| 0.0182166 1 ||| ||| 1
+Alexander Nikitin to [X] ||| Alexander Nikitin [X] ||| 0.0182166 1 ||| ||| 0.5
+Alexander [X][X] [X] ||| Alexander [X][X] [X] ||| 0.218091 1 ||| 1-1 ||| 1.49437
+Alexander Nikitin to be [X] ||| Alexander Nikitin [X] ||| 0.0182166 1 ||| ||| 0.333333
+Alexander [X][X] be [X] ||| Alexander [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.333333
+Alexander Nikitin to be accused [X] ||| Alexander Nikitin [X] ||| 0.0182166 1 ||| ||| 0.25
+Alexander [X][X] be accused [X] ||| Alexander [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.25
+Alexander [X][X] accused [X] ||| Alexander [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.25
+Alexander [X][X] be accused of [X] ||| Alexander [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.25
+Alexander [X][X] accused of [X] ||| Alexander [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.25
+Alexander [X][X] of [X] ||| Alexander [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.25
+for Alexander Nikitin [X] ||| Alexander Nikitin [X] ||| 0.0182166 1 ||| ||| 0.5
+[X][X] Nikitin [X] ||| [X][X] Nikitin [X] ||| 0.218091 1 ||| 0-0 ||| 1.01752
+for Alexander Nikitin to [X] ||| Alexander Nikitin [X] ||| 0.0182166 1 ||| ||| 0.333333
+[X][X] Nikitin to [X] ||| [X][X] Nikitin [X] ||| 0.0182166 1 ||| 0-0 ||| 0.707323
+for Alexander [X][X] [X] ||| Alexander [X][X] [X] ||| 0.218091 1 ||| 2-1 ||| 1.26782
+for Alexander Nikitin to be [X] ||| Alexander Nikitin [X] ||| 0.0182166 1 ||| ||| 0.25
+[X][X] Nikitin to be [X] ||| [X][X] Nikitin [X] ||| 0.0182166 1 ||| 0-0 ||| 0.564334
+for Alexander [X][X] be [X] ||| Alexander [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.25
+[X][X] Nikitin to be accused [X] ||| [X][X] Nikitin [X] ||| 0.0182166 1 ||| 0-0 ||| 0.544334
+for Alexander [X][X] be accused [X] ||| Alexander [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.25
+for Alexander [X][X] accused [X] ||| Alexander [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.25
+for Alexander [X][X] accused of [X] ||| Alexander [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.333333
+for Alexander [X][X] of [X] ||| Alexander [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.333333
+[X][X] accused of criminal activity [X] ||| [X][X] Kriminalität [X] ||| 0.0182166 1 ||| 0-0 ||| 0.383254
+[X][X] of criminal activity [X] ||| [X][X] Kriminalität [X] ||| 0.0182166 1 ||| 0-0 ||| 0.383254
+[X][X] criminal activity [X] ||| [X][X] Kriminalität [X] ||| 0.0182166 1 ||| 0-0 ||| 0.383254
+Nikitin to be accused [X][X] [X] ||| Nikitin [X][X] [X] ||| 0.0182166 1 ||| 4-1 ||| 0.317008
+Nikitin to be [X][X] [X] ||| Nikitin [X][X] [X] ||| 0.0182166 1 ||| 3-1 ||| 0.317008
+Nikitin to [X][X] [X] ||| Nikitin [X][X] [X] ||| 0.0182166 1 ||| 2-1 ||| 0.317008
+Nikitin [X][X] [X] ||| Nikitin [X][X] [X] ||| 0.0182166 1 ||| 1-1 ||| 0.317008
+criminal activity and [X] ||| Kriminalität und [X] ||| 0.0182166 1 ||| ||| 0.5
+of criminal activity and [X] ||| Kriminalität und [X] ||| 0.0182166 1 ||| ||| 0.333333
+of [X][X] and [X] ||| [X][X] und [X] ||| 0.0182166 1 ||| 1-0 ||| 0.333333
+accused of criminal activity and [X] ||| Kriminalität und [X] ||| 0.0182166 1 ||| ||| 0.25
+accused of [X][X] and [X] ||| [X][X] und [X] ||| 0.0182166 1 ||| 2-0 ||| 0.25
+accused [X][X] and [X] ||| [X][X] und [X] ||| 0.0182166 1 ||| 1-0 ||| 0.25
+be accused of [X][X] and [X] ||| [X][X] und [X] ||| 0.0182166 1 ||| 3-0 ||| 0.25
+be accused [X][X] and [X] ||| [X][X] und [X] ||| 0.0182166 1 ||| 2-0 ||| 0.25
+be [X][X] and [X] ||| [X][X] und [X] ||| 0.0182166 1 ||| 1-0 ||| 0.25
+to be accused [X][X] and [X] ||| [X][X] und [X] ||| 0.0182166 1 ||| 3-0 ||| 0.25
+to be [X][X] and [X] ||| [X][X] und [X] ||| 0.0182166 1 ||| 2-0 ||| 0.25
+to [X][X] and [X] ||| [X][X] und [X] ||| 0.0182166 1 ||| 1-0 ||| 0.25
diff --git a/regression-testing/tests/score.phrase-based-inv/args.txt b/regression-testing/tests/score.phrase-based-inv/args.txt
new file mode 100644
index 000000000..b45bbb2d5
--- /dev/null
+++ b/regression-testing/tests/score.phrase-based-inv/args.txt
@@ -0,0 +1 @@
+$data_dir/models/score.phrase-based/extract.inv.sorted $data_dir/models/score.phrase-based/lex.e2f $outPath --Inverse --GoodTuring
diff --git a/regression-testing/tests/score.phrase-based-inv/run-test-scorer.perl b/regression-testing/tests/score.phrase-based-inv/run-test-scorer.perl
new file mode 100755
index 000000000..bdf1fa620
--- /dev/null
+++ b/regression-testing/tests/score.phrase-based-inv/run-test-scorer.perl
@@ -0,0 +1,65 @@
+#!/usr/bin/perl -w
+
+use strict;
+use FindBin qw($Bin);
+use MosesRegressionTesting;
+use Getopt::Long;
+use File::Temp qw ( tempfile );
+use POSIX qw ( strftime );
+
+my $scoreExe;
+my $test_name;
+my $data_dir;
+my $test_dir;
+my $results_dir;
+
+GetOptions("scorer=s" => \$scoreExe,
+ "test=s" => \$test_name,
+ "data-dir=s"=> \$data_dir,
+ "test-dir=s"=> \$test_dir,
+ "results-dir=s"=> \$results_dir,
+ ) or exit 1;
+
+# output dir
+unless (defined $results_dir)
+{
+ my $ts = get_timestamp($scoreExe);
+ $results_dir = "$data_dir/results/$test_name/$ts";
+}
+
+`mkdir -p $results_dir`;
+
+my $outPath = "$results_dir/phrase-table.4.half.e2f";
+
+my $cmdMain = "$scoreExe $test_dir/$test_name/extract.inv.sorted $test_dir/$test_name/lex.e2f $outPath --Inverse --GoodTuring \n";
+`$cmdMain`;
+
+my $truthPath = "$test_dir/$test_name/truth/results.txt";
+my $cmd = "diff $outPath $truthPath | wc -l";
+
+my $numDiff = `$cmd`;
+
+if ($numDiff == 0)
+{
+ # print STDERR "FAILURE. Ran $cmdMain\n";
+ print STDERR "SUCCESS\n";
+ exit 0;
+}
+else
+{
+ print STDERR "FAILURE. Ran $cmdMain\n";
+ exit 1;
+}
+
+sub get_timestamp {
+ my ($file) = @_;
+ my ($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,
+ $atime,$mtime,$ctime,$blksize,$blocks)
+ = stat($file);
+ my $timestamp = strftime("%Y%m%d-%H%M%S", gmtime $mtime);
+ my $timestamp2 = strftime("%Y%m%d-%H%M%S", gmtime);
+ my $username = `whoami`; chomp $username;
+ return "moses.v$timestamp-$username-at-$timestamp2";
+}
+
+
diff --git a/regression-testing/tests/score.phrase-based-inv/truth/results.txt b/regression-testing/tests/score.phrase-based-inv/truth/results.txt
new file mode 100644
index 000000000..55abe2e88
--- /dev/null
+++ b/regression-testing/tests/score.phrase-based-inv/truth/results.txt
@@ -0,0 +1,913 @@
+! ! ! ) bezeichnet wird , ||| ! ! ! ) , ||| 0.0370072 0.689873 ||| ||| 1
+! ! ! ) bezeichnet wird ||| ! ! ! ) ||| 0.00925181 0.689873 ||| ||| 4
+! ! ! ) bezeichnet ||| ! ! ! ) ||| 0.00925181 0.689873 ||| ||| 4
+! ! ! ) ||| ! ! ! ) ||| 0.330745 0.689873 ||| ||| 4
+! ! ! ||| ! ! ! ||| 1 0.689873 ||| ||| 3
+! ! ) bezeichnet wird , hat ||| ! ! ) , has ||| 0.0370072 0.780751 ||| ||| 1
+! ! ) bezeichnet wird , ||| ! ! ) , ||| 0.0370072 0.780751 ||| ||| 1
+! ! ) bezeichnet wird ||| ! ! ) ||| 0.00925181 0.780751 ||| ||| 4
+! ! ) bezeichnet ||| ! ! ) ||| 0.00925181 0.780751 ||| ||| 4
+! ! ) ||| ! ! ) ||| 0.330745 0.780751 ||| ||| 4
+! ! ||| ! ! ||| 0.875 0.780751 ||| ||| 8
+erforderlich ! ||| ! ! ||| 0.0046259 0.883601 ||| ||| 8
+! ) Herr Kollege Ferber , ||| ! " ) Mr Ferber , ||| 0.0370072 0.883601 ||| ||| 1
+! ) Herr Kollege Ferber ||| ! " ) Mr Ferber ||| 0.0370072 0.883601 ||| ||| 1
+! ) Herr ||| ! " ) Mr ||| 0.0370072 0.883601 ||| ||| 1
+! ) ||| ! " ) ||| 0.0370072 0.883601 ||| ||| 1
+! " , schrie der Hirtenjunge ||| ! " , cried the shepherd boy ||| 0.0370072 0.582214 ||| ||| 1
+! " , schrie der ||| ! " , cried the ||| 0.0370072 0.582214 ||| ||| 1
+! " , schrie ||| ! " , cried ||| 0.0370072 0.582214 ||| ||| 1
+! " , ||| ! " , ||| 0.661491 0.582214 ||| ||| 2
+! " ||| ! " . ||| 0.0370072 0.292946 ||| ||| 1
+! " , sagte ich zu ihr ||| ! " I said to her ||| 0.0370072 0.582214 ||| ||| 1
+! " , sagte ich zu ||| ! " I said to ||| 0.0370072 0.582214 ||| ||| 1
+! " , sagte ich ||| ! " I said ||| 0.0370072 0.582214 ||| ||| 1
+! " , doch der ||| ! " but a ||| 0.0185036 0.582214 ||| ||| 2
+vermag ! " , doch der ||| ! " but a ||| 0.0185036 0.582214 ||| ||| 2
+! " , doch ||| ! " but ||| 0.0185036 0.582214 ||| ||| 2
+vermag ! " , doch ||| ! " but ||| 0.0185036 0.582214 ||| ||| 2
+! " geht nicht mehr weiter ||| ! " can no longer continue ||| 0.0370072 0.582214 ||| ||| 1
+! " geht nicht mehr ||| ! " can no longer ||| 0.0370072 0.582214 ||| ||| 1
+! " geht nicht ||| ! " can no ||| 0.0370072 0.582214 ||| ||| 1
+! " geht ||| ! " can ||| 0.0370072 0.582214 ||| ||| 1
+! , war ebenfalls kein Beitrag zur ||| ! " did little to ||| 0.0370072 0.883601 ||| ||| 1
+! , war ebenfalls kein Beitrag ||| ! " did little ||| 0.00616787 0.883601 ||| ||| 6
+! , war ebenfalls kein ||| ! " did little ||| 0.00616787 0.883601 ||| ||| 6
+! , war ebenfalls ||| ! " did little ||| 0.00616787 0.883601 ||| ||| 6
+! , war ||| ! " did little ||| 0.00616787 0.883601 ||| ||| 6
+! , ||| ! " did little ||| 0.00616787 0.883601 ||| ||| 6
+! ||| ! " did little ||| 0.00616787 0.883601 ||| ||| 6
+! , war ebenfalls kein Beitrag ||| ! " did ||| 0.00616787 0.883601 ||| ||| 6
+! , war ebenfalls kein ||| ! " did ||| 0.00616787 0.883601 ||| ||| 6
+! , war ebenfalls ||| ! " did ||| 0.00616787 0.883601 ||| ||| 6
+! , war ||| ! " did ||| 0.00616787 0.883601 ||| ||| 6
+! , ||| ! " did ||| 0.00616787 0.883601 ||| ||| 6
+! ||| ! " did ||| 0.00616787 0.883601 ||| ||| 6
+! " , antwortete der Präsident . ||| ! " replied the President . ||| 0.0370072 0.582214 ||| ||| 1
+! " , antwortete der Präsident ||| ! " replied the President ||| 0.0370072 0.582214 ||| ||| 1
+! " , antwortete der ||| ! " replied the ||| 0.0370072 0.582214 ||| ||| 1
+! " , antwortete ||| ! " replied ||| 0.0370072 0.582214 ||| ||| 1
+auf sein ||| ! " summoned all ||| 0.0185036 1 ||| ||| 2
+sein ||| ! " summoned all ||| 0.0185036 1 ||| ||| 2
+auf sein ||| ! " summoned ||| 0.0185036 1 ||| ||| 2
+sein ||| ! " summoned ||| 0.0185036 1 ||| ||| 2
+! " , ||| ! " ||| 0.0625 0.582214 ||| ||| 48
+! " ? ||| ! " ||| 0.000770984 0.582214 ||| ||| 48
+! " ||| ! " ||| 0.604167 0.582214 ||| ||| 48
+! , war ebenfalls kein Beitrag ||| ! " ||| 0.000770984 0.883601 ||| ||| 48
+! , war ebenfalls kein ||| ! " ||| 0.000770984 0.883601 ||| ||| 48
+! , war ebenfalls ||| ! " ||| 0.000770984 0.883601 ||| ||| 48
+! , war ||| ! " ||| 0.000770984 0.883601 ||| ||| 48
+! , ||| ! " ||| 0.000770984 0.883601 ||| ||| 48
+! ||| ! " ||| 0.0833333 0.883601 ||| ||| 48
+Staatsflagge " ||| ! " ||| 0.000770984 0.65891 ||| ||| 48
+auf sein ||| ! " ||| 0.000770984 1 ||| ||| 48
+sein ||| ! " ||| 0.000770984 1 ||| ||| 48
+serviert ! " ||| ! " ||| 0.000770984 0.582214 ||| ||| 48
+vermag ! " , ||| ! " ||| 0.000770984 0.582214 ||| ||| 48
+vermag ! " ||| ! " ||| 0.000770984 0.582214 ||| ||| 48
+, ||| ! ' ' I know , ||| 0.0370072 1 ||| ||| 1
+! " ||| ! ' ' really ? ' ||| 0.0370072 0.0911499 ||| ||| 1
+! " ) Heute ||| ! ' ) We ||| 0.0370072 0.272342 ||| ||| 1
+! " ) sagte er , die ||| ! ' ) said that the ||| 0.0370072 0.272342 ||| ||| 1
+! " ) sagte er , ||| ! ' ) said that ||| 0.0370072 0.272342 ||| ||| 1
+! " ) sagte er ||| ! ' ) said ||| 0.0185036 0.272342 ||| ||| 2
+! " ) sagte ||| ! ' ) said ||| 0.0185036 0.272342 ||| ||| 2
+! " ) ||| ! ' ) ||| 1 0.272342 ||| ||| 8
+! " hat das Parlament bereits ||| ! ' , Parliament has already ||| 0.0370072 0.272342 ||| ||| 1
+! " hat das Parlament ||| ! ' , Parliament ||| 0.0370072 0.272342 ||| ||| 1
+! " gehört , und denen ||| ! ' , and those ||| 0.0370072 0.272342 ||| ||| 1
+! " oder zu Kollegin Harms ||| ! ' , and to Mrs Harms ||| 0.0370072 0.272342 ||| ||| 1
+! " oder zu Kollegin ||| ! ' , and to Mrs ||| 0.0370072 0.272342 ||| ||| 1
+! " oder zu ||| ! ' , and to ||| 0.0370072 0.272342 ||| ||| 1
+! " gehört , und ||| ! ' , and ||| 0.0123357 0.272342 ||| ||| 3
+! " oder ||| ! ' , and ||| 0.0123357 0.272342 ||| ||| 3
+! ' ||| ! ' , and ||| 0.0123357 0.453737 ||| ||| 3
+! " , sondern damit es ||| ! ' , but so that they ||| 0.0370072 0.272342 ||| ||| 1
+! " , sondern damit ||| ! ' , but so that ||| 0.0370072 0.272342 ||| ||| 1
+aber diese 2,7 % ||| ! ' , but that 2.7 % ||| 0.0370072 1 ||| ||| 1
+aber diese 2,7 ||| ! ' , but that 2.7 ||| 0.0370072 1 ||| ||| 1
+aber diese ||| ! ' , but that ||| 0.0370072 1 ||| ||| 1
+! ' . aber dort gibt ||| ! ' , but there are widely ||| 0.0370072 0.883601 ||| ||| 1
+! ' . aber dort gibt ||| ! ' , but there are ||| 0.0370072 0.883601 ||| ||| 1
+! ' . aber dort ||| ! ' , but there ||| 0.0370072 0.883601 ||| ||| 1
+! " , sondern ||| ! ' , but ||| 0.0123357 0.272342 ||| ||| 3
+! ' . aber ||| ! ' , but ||| 0.0123357 0.883601 ||| ||| 3
+aber ||| ! ' , but ||| 0.0123357 1 ||| ||| 3
+, ||| ! ' , that ||| 0.00925181 1 ||| ||| 4
+Ziel kommen , ||| ! ' , that ||| 0.00925181 1 ||| ||| 4
+kommen , ||| ! ' , that ||| 0.00925181 1 ||| ||| 4
+zum Ziel kommen , ||| ! ' , that ||| 0.00925181 1 ||| ||| 4
+! " , der ||| ! ' , which ||| 0.0370072 0.272342 ||| ||| 1
+! " , ||| ! ' , ||| 0.0944987 0.272342 ||| ||| 14
+! " gehört , ||| ! ' , ||| 0.00264337 0.272342 ||| ||| 14
+! " hat ||| ! ' , ||| 0.00264337 0.272342 ||| ||| 14
+! " ||| ! ' , ||| 0.00264337 0.272342 ||| ||| 14
+! ' , womit ||| ! ' , ||| 0.00264337 0.883601 ||| ||| 14
+! ' , ||| ! ' , ||| 0.00264337 0.883601 ||| ||| 14
+! ' . ||| ! ' , ||| 0.00264337 0.883601 ||| ||| 14
+! ' Stand , ||| ! ' , ||| 0.00264337 0.883601 ||| ||| 14
+! ' ||| ! ' , ||| 0.00264337 0.453737 ||| ||| 14
+, ||| ! ' , ||| 0.00264337 1 ||| ||| 14
+Ziel kommen , ||| ! ' , ||| 0.00264337 1 ||| ||| 14
+kommen , ||| ! ' , ||| 0.00264337 1 ||| ||| 14
+zum Ziel kommen , ||| ! ' , ||| 0.00264337 1 ||| ||| 14
+! " - und dies übrigens ||| ! ' - and what is more ||| 0.0370072 0.272342 ||| ||| 1
+! " - und dies ||| ! ' - and what is ||| 0.0370072 0.272342 ||| ||| 1
+! " - und ||| ! ' - and ||| 0.0370072 0.272342 ||| ||| 1
+! " - ||| ! ' - ||| 0.0370072 0.272342 ||| ||| 1
+! “ ||| ! ' . nevertheless , ||| 0.0370072 0.883601 ||| ||| 1
+! “ ||| ! ' . nevertheless ||| 0.0370072 0.883601 ||| ||| 1
+! " . ||| ! ' . ||| 0.363636 0.272342 ||| ||| 11
+! " ||| ! ' . ||| 0.363636 0.272342 ||| ||| 11
+! ' ||| ! ' . ||| 0.00336429 0.883601 ||| ||| 11
+! ||| ! ' . ||| 0.00336429 0.883601 ||| ||| 11
+! “ ||| ! ' . ||| 0.00336429 0.883601 ||| ||| 11
+! " . und Spinelli , der ||| ! ' ; Spinelli , who ||| 0.0370072 0.272342 ||| ||| 1
+! " . und Spinelli ||| ! ' ; Spinelli ||| 0.0370072 0.272342 ||| ||| 1
+! " . und ||| ! ' ; ||| 0.0370072 0.272342 ||| ||| 1
+! " ? ||| ! ' ? ||| 0.0370072 0.272342 ||| ||| 1
+! " , gab ich zur Antwort ||| ! ' I replied ||| 0.0370072 0.272342 ||| ||| 1
+Parlaments ||| ! ' ] ||| 0.0370072 1 ||| ||| 1
+! " und Nizza II ? ||| ! ' and Nice II ? ||| 0.0370072 0.272342 ||| ||| 1
+! " und Nizza II ||| ! ' and Nice II ||| 0.0370072 0.272342 ||| ||| 1
+! " und Nizza ||| ! ' and Nice ||| 0.0370072 0.272342 ||| ||| 1
+! " und schlagen uns an die ||| ! ' and beat our ||| 0.0123357 0.272342 ||| ||| 3
+! " und schlagen uns an ||| ! ' and beat our ||| 0.0123357 0.272342 ||| ||| 3
+! " und schlagen uns ||| ! ' and beat our ||| 0.0123357 0.272342 ||| ||| 3
+! " und schlagen ||| ! ' and beat ||| 0.0370072 0.272342 ||| ||| 1
+! ' rufen , ||| ! ' and then murder ||| 0.0370072 0.883601 ||| ||| 1
+! ' rufen , ||| ! ' and then ||| 0.0370072 0.883601 ||| ||| 1
+! " , und fuhr fort , ||| ! ' and ||| 0.00528675 0.272342 ||| ||| 7
+! " , und fuhr fort ||| ! ' and ||| 0.00528675 0.272342 ||| ||| 7
+! " , und fuhr ||| ! ' and ||| 0.00528675 0.272342 ||| ||| 7
+! " , und ||| ! ' and ||| 0.00528675 0.272342 ||| ||| 7
+! " und ||| ! ' and ||| 0.188997 0.272342 ||| ||| 7
+! ' rufen , ||| ! ' and ||| 0.00528675 0.883601 ||| ||| 7
+" ! aber ||| ! ' but ||| 0.0370072 0.272342 ||| ||| 1
+! " ) Sie haben vollkommen recht ||| ! ' exactly ||| 0.0185036 0.272342 ||| ||| 2
+! " ) Sie haben vollkommen ||| ! ' exactly ||| 0.0185036 0.272342 ||| ||| 2
+! " rufe vonseiten der IND ||| ! ' from members of the IND ||| 0.0370072 0.272342 ||| ||| 1
+! " rufe vonseiten der ||| ! ' from members of the ||| 0.0370072 0.272342 ||| ||| 1
+! " rufe vonseiten ||| ! ' from members of ||| 0.0370072 0.272342 ||| ||| 1
+! " rufe vonseiten ||| ! ' from members ||| 0.0370072 0.272342 ||| ||| 1
+! " rufe vonseiten ||| ! ' from ||| 0.0370072 0.272342 ||| ||| 1
+! “ Ist sich der amtierende Ratspräsident ||| ! ' is the Presidency-in-Office ||| 0.0370072 0.883601 ||| ||| 1
+! ' , diese Aufforderung ||| ! ' is the message ||| 0.0370072 0.883601 ||| ||| 1
+! ' , diese ||| ! ' is the ||| 0.0185036 0.883601 ||| ||| 2
+! “ Ist sich der ||| ! ' is the ||| 0.0185036 0.883601 ||| ||| 2
+! ' , ||| ! ' is ||| 0.0123357 0.883601 ||| ||| 3
+! ' ||| ! ' is ||| 0.0123357 0.883601 ||| ||| 3
+! “ Ist sich ||| ! ' is ||| 0.0123357 0.883601 ||| ||| 3
+beglückwünschen Sie dazu ! " oder ||| ! ' or alternatively ||| 0.0185036 0.272342 ||| ||| 2
+wir beglückwünschen Sie dazu ! " oder ||| ! ' or alternatively ||| 0.0185036 0.272342 ||| ||| 2
+! " oder ||| ! ' or ||| 0.0123357 0.272342 ||| ||| 3
+Sie dazu ! " oder ||| ! ' or ||| 0.0123357 0.272342 ||| ||| 3
+dazu ! " oder ||| ! ' or ||| 0.0123357 0.272342 ||| ||| 3
+! " rufen die Föderalisten , und ||| ! ' say the federalists , and ||| 0.0370072 0.272342 ||| ||| 1
+! " rufen die Föderalisten , ||| ! ' say the federalists , ||| 0.0370072 0.272342 ||| ||| 1
+! " rufen die Föderalisten ||| ! ' say the federalists ||| 0.0370072 0.272342 ||| ||| 1
+! " rufen die ||| ! ' say the ||| 0.0370072 0.272342 ||| ||| 1
+! " rufen ||| ! ' say ||| 0.0370072 0.272342 ||| ||| 1
+" , schrie sie , " nicht ||| ! ' she shrieked , ' not ||| 0.0370072 0.0949985 ||| ||| 1
+" , schrie sie , " ||| ! ' she shrieked , ' ||| 0.0370072 0.0949985 ||| ||| 1
+" , schrie sie , ||| ! ' she shrieked , ||| 0.0370072 0.308218 ||| ||| 1
+" , schrie sie ||| ! ' she shrieked ||| 0.0370072 0.308218 ||| ||| 1
+" , schrie sie ||| ! ' she ||| 0.0370072 0.308218 ||| ||| 1
+! " zu allen Formen des Protektionismus ||| ! ' to all forms of protectionism ||| 0.0370072 0.272342 ||| ||| 1
+! " zu allen Formen des ||| ! ' to all forms of ||| 0.0370072 0.272342 ||| ||| 1
+! " zu allen Formen ||| ! ' to all forms ||| 0.0370072 0.272342 ||| ||| 1
+! " zu allen ||| ! ' to all ||| 0.0370072 0.272342 ||| ||| 1
+! " zur Offenheit und zum Wettbewerb ||| ! ' to openness and competition ||| 0.0370072 0.272342 ||| ||| 1
+! " zur Offenheit und zum ||| ! ' to openness and ||| 0.0185036 0.272342 ||| ||| 2
+! " zur Offenheit und ||| ! ' to openness and ||| 0.0185036 0.272342 ||| ||| 2
+! " zur Offenheit ||| ! ' to openness ||| 0.0370072 0.272342 ||| ||| 1
+! " zu ||| ! ' to ||| 0.0185036 0.272342 ||| ||| 2
+! " zur ||| ! ' to ||| 0.0185036 0.272342 ||| ||| 2
+" war auch der Ruf der Menschen ||| ! ' was what the communities ||| 0.0370072 0.308218 ||| ||| 1
+" war auch der Ruf der ||| ! ' was what the ||| 0.0370072 0.308218 ||| ||| 1
+" war auch der Ruf ||| ! ' was what ||| 0.0185036 0.308218 ||| ||| 2
+" war auch der ||| ! ' was what ||| 0.0185036 0.308218 ||| ||| 2
+" war auch ||| ! ' was ||| 0.0185036 0.308218 ||| ||| 2
+" war ||| ! ' was ||| 0.0185036 0.308218 ||| ||| 2
+! " ( Europa war gut zu ||| ! ' ||| 0.000169758 0.272342 ||| ||| 218
+! " ( Europa war gut ||| ! ' ||| 0.000169758 0.272342 ||| ||| 218
+! " ( Europa war ||| ! ' ||| 0.000169758 0.272342 ||| ||| 218
+! " ( Europa ||| ! ' ||| 0.000169758 0.272342 ||| ||| 218
+! " ( ||| ! ' ||| 0.000169758 0.272342 ||| ||| 218
+! " ) Sie haben ||| ! ' ||| 0.000169758 0.272342 ||| ||| 218
+! " ) Sie ||| ! ' ||| 0.000169758 0.272342 ||| ||| 218
+! " ) ||| ! ' ||| 0.000169758 0.272342 ||| ||| 218
+! " , ||| ! ' ||| 0.0137615 0.272342 ||| ||| 218
+! " . ||| ! ' ||| 0.0412844 0.272342 ||| ||| 218
+! " begrüßt ||| ! ' ||| 0.000169758 0.272342 ||| ||| 218
+! " gehört ||| ! ' ||| 0.000169758 0.272342 ||| ||| 218
+! " rufe ||| ! ' ||| 0.000169758 0.272342 ||| ||| 218
+! " steht . ||| ! ' ||| 0.000169758 0.272342 ||| ||| 218
+! " steht ||| ! ' ||| 0.000169758 0.272342 ||| ||| 218
+! " vereinen ||| ! ' ||| 0.000169758 0.272342 ||| ||| 218
+! " ||| ! ' ||| 0.463303 0.272342 ||| ||| 218
+! ' , ||| ! ' ||| 0.000169758 0.883601 ||| ||| 218
+! ' - wir lassen uns ||| ! ' ||| 0.000169758 0.883601 ||| ||| 218
+! ' - wir lassen ||| ! ' ||| 0.000169758 0.883601 ||| ||| 218
+! ' - wir ||| ! ' ||| 0.000169758 0.883601 ||| ||| 218
+! ' - ||| ! ' ||| 0.000169758 0.883601 ||| ||| 218
+! ' . ||| ! ' ||| 0.000169758 0.883601 ||| ||| 218
+! ' Stand ||| ! ' ||| 0.000169758 0.883601 ||| ||| 218
+! ' rufen ||| ! ' ||| 0.000169758 0.883601 ||| ||| 218
+! ' ||| ! ' ||| 0.114679 0.883601 ||| ||| 218
+! ||| ! ' ||| 0.0825688 0.883601 ||| ||| 218
+! “ ||| ! ' ||| 0.0137615 0.883601 ||| ||| 218
+" ! ||| ! ' ||| 0.0183486 0.272342 ||| ||| 218
+" , schrie ||| ! ' ||| 0.000169758 0.308218 ||| ||| 218
+" . ||| ! ' ||| 0.000169758 0.308218 ||| ||| 218
+" ||| ! ' ||| 0.000169758 0.308218 ||| ||| 218
+' ||| ! ' ||| 0.000169758 1 ||| ||| 218
+, Rassismus ' ||| ! ' ||| 0.000169758 1 ||| ||| 218
+. " ||| ! ' ||| 0.0229358 0.308218 ||| ||| 218
+. ' ||| ! ' ||| 0.000169758 1 ||| ||| 218
+. ||| ! ' ||| 0.00606872 1 ||| ||| 218
+: " ||| ! ' ||| 0.000169758 0.308218 ||| ||| 218
+? ' ||| ! ' ||| 0.000169758 1 ||| ||| 218
+Ihr müßt ||| ! ' ||| 0.000169758 1 ||| ||| 218
+Parlaments ||| ! ' ||| 0.000169758 1 ||| ||| 218
+Rassismus ' ||| ! ' ||| 0.000169758 1 ||| ||| 218
+Sie dazu ! " ||| ! ' ||| 0.000169758 0.272342 ||| ||| 218
+Sonnenergie ! ||| ! ' ||| 0.000169758 0.883601 ||| ||| 218
+aufgreifen . ||| ! ' ||| 0.000169758 1 ||| ||| 218
+befassen ! ' ||| ! ' ||| 0.000169758 0.883601 ||| ||| 218
+das tun ! " ||| ! ' ||| 0.000169758 0.272342 ||| ||| 218
+dazu ! " ||| ! ' ||| 0.000169758 0.272342 ||| ||| 218
+den ||| ! ' ||| 0.000169758 1 ||| ||| 218
+erschaffen ! ' ||| ! ' ||| 0.000169758 0.883601 ||| ||| 218
+gehabt ! ' ||| ! ' ||| 0.000169758 0.883601 ||| ||| 218
+geschehen ! " ||| ! ' ||| 0.000169758 0.272342 ||| ||| 218
+müßt ||| ! ' ||| 0.000169758 1 ||| ||| 218
+stellen ! ||| ! ' ||| 0.000169758 0.883601 ||| ||| 218
+tun ! " ||| ! ' ||| 0.000169758 0.272342 ||| ||| 218
+verabschieden ! ||| ! ' ||| 0.000169758 0.883601 ||| ||| 218
+zu erschaffen ! ' ||| ! ' ||| 0.000169758 0.883601 ||| ||| 218
+! ) bezeichnet wird , hat ||| ! ) , has ||| 0.0370072 0.883601 ||| ||| 1
+! ) oder ihr Egonet ||| ! ) , or rather their egonet ||| 0.0370072 0.883601 ||| ||| 1
+! ) oder ||| ! ) , or ||| 0.0370072 0.883601 ||| ||| 1
+! ) , Forschung , Wettbewerbsfähigkeit und ||| ! ) , research , competitiveness and ||| 0.0370072 0.883601 ||| ||| 1
+! ) , Forschung , Wettbewerbsfähigkeit ||| ! ) , research , competitiveness ||| 0.0370072 0.883601 ||| ||| 1
+! ) , Forschung , ||| ! ) , research , ||| 0.0370072 0.883601 ||| ||| 1
+! ) , Forschung ||| ! ) , research ||| 0.0370072 0.883601 ||| ||| 1
+! ) , mit der Rodung von ||| ! ) , the grubbing-up of ||| 0.0370072 0.883601 ||| ||| 1
+! ) , mit der Rodung ||| ! ) , the grubbing-up ||| 0.0370072 0.883601 ||| ||| 1
+! ) , mit der ||| ! ) , the ||| 0.0370072 0.883601 ||| ||| 1
+! - , ist zu ersehen ||| ! ) , we see ||| 0.0370072 0.883601 ||| ||| 1
+! - , ist zu ||| ! ) , we ||| 0.0370072 0.883601 ||| ||| 1
+! ) , während über 100 ||| ! ) , while over 100 ||| 0.0185036 0.883601 ||| ||| 2
+aus ! ) , während über 100 ||| ! ) , while over 100 ||| 0.0185036 0.883601 ||| ||| 2
+! ) , während über ||| ! ) , while over ||| 0.0123357 0.883601 ||| ||| 3
+aus ! ) , während über ||| ! ) , while over ||| 0.0123357 0.883601 ||| ||| 3
+leer aus ! ) , während über ||| ! ) , while over ||| 0.0123357 0.883601 ||| ||| 3
+! ) , während ||| ! ) , while ||| 0.00925181 0.883601 ||| ||| 4
+aus ! ) , während ||| ! ) , while ||| 0.00925181 0.883601 ||| ||| 4
+leer aus ! ) , während ||| ! ) , while ||| 0.00925181 0.883601 ||| ||| 4
+völlig leer aus ! ) , während ||| ! ) , while ||| 0.00925181 0.883601 ||| ||| 4
+! ) , mit ||| ! ) , ||| 0.00284671 0.883601 ||| ||| 13
+! ) , ||| ! ) , ||| 0.307692 0.883601 ||| ||| 13
+! ) bezeichnet wird , ||| ! ) , ||| 0.00284671 0.883601 ||| ||| 13
+! ) ||| ! ) , ||| 0.00284671 0.883601 ||| ||| 13
+! - , ist ||| ! ) , ||| 0.00284671 0.883601 ||| ||| 13
+! - , ||| ! ) , ||| 0.00284671 0.883601 ||| ||| 13
+aus ! ) , ||| ! ) , ||| 0.00284671 0.883601 ||| ||| 13
+ging völlig leer aus ! ) , ||| ! ) , ||| 0.00284671 0.883601 ||| ||| 13
+leer aus ! ) , ||| ! ) , ||| 0.00284671 0.883601 ||| ||| 13
+völlig leer aus ! ) , ||| ! ) , ||| 0.00284671 0.883601 ||| ||| 13
+durch ||| ! ) - in fact neither is ||| 0.0370072 1 ||| ||| 1
+durch ||| ! ) - in fact neither ||| 0.0370072 1 ||| ||| 1
+durch ||| ! ) - in fact ||| 0.0370072 1 ||| ||| 1
+durch ||| ! ) - in ||| 0.0370072 1 ||| ||| 1
+! ) . ||| ! ) . ||| 0.661491 0.883601 ||| ||| 2
+Berichtigungshaushalts im laufenden ||| ! ) amending budget in the current ||| 0.0370072 1 ||| ||| 1
+Berichtigungshaushalts im ||| ! ) amending budget in the ||| 0.0370072 1 ||| ||| 1
+Berichtigungshaushalts ||| ! ) amending budget ||| 0.0370072 1 ||| ||| 1
+! ) , und schließlich ||| ! ) and , finally , ||| 0.0370072 0.883601 ||| ||| 1
+! ) , und ||| ! ) and , ||| 0.0370072 0.883601 ||| ||| 1
+! ) und die Schaffung nationaler Finanzmärkte ||| ! ) and create national financial markets ||| 0.0370072 0.883601 ||| ||| 1
+! ) und die Schaffung nationaler ||| ! ) and create national ||| 0.0370072 0.883601 ||| ||| 1
+! ) und die Schaffung ||| ! ) and create ||| 0.0370072 0.883601 ||| ||| 1
+! ) und häufig unverständliche ||| ! ) and often unreadable ||| 0.0185036 0.883601 ||| ||| 2
+ankündigen ! ) und häufig unverständliche ||| ! ) and often unreadable ||| 0.0185036 0.883601 ||| ||| 2
+! ) und häufig unverständliche ||| ! ) and often unreadable – ||| 0.0185036 0.883601 ||| ||| 2
+ankündigen ! ) und häufig unverständliche ||| ! ) and often unreadable – ||| 0.0185036 0.883601 ||| ||| 2
+! ) und häufig ||| ! ) and often ||| 0.0185036 0.883601 ||| ||| 2
+ankündigen ! ) und häufig ||| ! ) and often ||| 0.0185036 0.883601 ||| ||| 2
+! ) und die ||| ! ) and ||| 0.00925181 0.883601 ||| ||| 4
+! ) und ||| ! ) and ||| 0.330745 0.883601 ||| ||| 4
+ankündigen ! ) und ||| ! ) and ||| 0.00925181 0.883601 ||| ||| 4
+! ) für die Umsetzung der ||| ! ) before they apply the ||| 0.0370072 0.883601 ||| ||| 1
+! ) für die Umsetzung ||| ! ) before they apply ||| 0.0370072 0.883601 ||| ||| 1
+! ) für die ||| ! ) before they ||| 0.0370072 0.883601 ||| ||| 1
+! ) für ||| ! ) before ||| 0.0185036 0.883601 ||| ||| 2
+! ) ||| ! ) before ||| 0.0185036 0.883601 ||| ||| 2
+! ||| ! ) can ||| 0.0370072 0.442597 ||| ||| 1
+! ) dürfen nicht verwendet ( missbraucht ||| ! ) cannot be used ( misused ||| 0.0370072 0.883601 ||| ||| 1
+! ) dürfen nicht verwendet ( ||| ! ) cannot be used ( ||| 0.0370072 0.883601 ||| ||| 1
+! ) dürfen nicht verwendet ||| ! ) cannot be used ||| 0.0370072 0.883601 ||| ||| 1
+! ) dürfen nicht ||| ! ) cannot be ||| 0.0370072 0.883601 ||| ||| 1
+! ) großen Not ||| ! ) high level of need ||| 0.0370072 0.883601 ||| ||| 1
+! ) großen ||| ! ) high ||| 0.0370072 0.883601 ||| ||| 1
+) fiktiven Holocaust an den Juden im ||| ! ) holocaust of the Jews ||| 0.0185036 1 ||| ||| 2
+) fiktiven Holocaust an den Juden ||| ! ) holocaust of the Jews ||| 0.0185036 1 ||| ||| 2
+) fiktiven Holocaust an den ||| ! ) holocaust of the ||| 0.0370072 1 ||| ||| 1
+) fiktiven Holocaust an ||| ! ) holocaust of ||| 0.0370072 1 ||| ||| 1
+) fiktiven Holocaust ||| ! ) holocaust ||| 0.0370072 1 ||| ||| 1
+! ) für den Fall der ||| ! ) in the event that we ||| 0.0370072 0.883601 ||| ||| 1
+! ) für den Fall ||| ! ) in the event that ||| 0.0370072 0.883601 ||| ||| 1
+! ) für den Fall ||| ! ) in the event ||| 0.0370072 0.883601 ||| ||| 1
+! ) für den ||| ! ) in the ||| 0.0370072 0.883601 ||| ||| 1
+! ) für ||| ! ) in ||| 0.0370072 0.883601 ||| ||| 1
+! ) allein für ||| ! ) just for ||| 0.0370072 0.883601 ||| ||| 1
+! ) allein ||| ! ) just ||| 0.0370072 0.883601 ||| ||| 1
+! ) Marktwirtschaft , die von einem ||| ! ) market economy ||| 0.00740145 0.883601 ||| ||| 5
+! ) Marktwirtschaft , die von ||| ! ) market economy ||| 0.00740145 0.883601 ||| ||| 5
+! ) Marktwirtschaft , die ||| ! ) market economy ||| 0.00740145 0.883601 ||| ||| 5
+! ) Marktwirtschaft , ||| ! ) market economy ||| 0.00740145 0.883601 ||| ||| 5
+! ) Marktwirtschaft ||| ! ) market economy ||| 0.00740145 0.883601 ||| ||| 5
+! - Kernkraftwerke errichtet werden ||| ! ) nuclear power stations built ||| 0.00925181 0.883601 ||| ||| 4
+! - Kernkraftwerke errichtet ||| ! ) nuclear power stations built ||| 0.00925181 0.883601 ||| ||| 4
+sichere ! - Kernkraftwerke errichtet werden ||| ! ) nuclear power stations built ||| 0.00925181 0.883601 ||| ||| 4
+sichere ! - Kernkraftwerke errichtet ||| ! ) nuclear power stations built ||| 0.00925181 0.883601 ||| ||| 4
+! - Kernkraftwerke ||| ! ) nuclear power stations ||| 0.0185036 0.883601 ||| ||| 2
+sichere ! - Kernkraftwerke ||| ! ) nuclear power stations ||| 0.0185036 0.883601 ||| ||| 2
+! ) über die Änderung der ||| ! ) on the amendment of ||| 0.0370072 0.883601 ||| ||| 1
+! ) über die Änderung ||| ! ) on the amendment ||| 0.0370072 0.883601 ||| ||| 1
+! ) über die ||| ! ) on the ||| 0.0370072 0.883601 ||| ||| 1
+! ) über ||| ! ) on ||| 0.0370072 0.883601 ||| ||| 1
+klug . ||| ! ) to be wise enough ||| 0.0370072 1 ||| ||| 1
+. ||| ! ) to be ||| 0.0370072 1 ||| ||| 1
+. ||| ! ) to ||| 0.0370072 1 ||| ||| 1
+! ) , die die Arbeitslosenunterstützung ||| ! ) which unemployment benefit ||| 0.0370072 0.883601 ||| ||| 1
+! ! ! ) ||| ! ) ||| 0.000521229 0.689873 ||| ||| 71
+! ) , geht . ||| ! ) ||| 0.000521229 0.883601 ||| ||| 71
+! ) , geht ||| ! ) ||| 0.000521229 0.883601 ||| ||| 71
+! ) , ||| ! ) ||| 0.0186335 0.883601 ||| ||| 71
+! ) . ||| ! ) ||| 0.000521229 0.883601 ||| ||| 71
+! ) bezeichnet wird ||| ! ) ||| 0.000521229 0.883601 ||| ||| 71
+! ) bezeichnet ||| ! ) ||| 0.000521229 0.883601 ||| ||| 71
+! ) für ||| ! ) ||| 0.000521229 0.883601 ||| ||| 71
+! ) vertritt ||| ! ) ||| 0.000521229 0.883601 ||| ||| 71
+! ) ||| ! ) ||| 0.633803 0.883601 ||| ||| 71
+! - ||| ! ) ||| 0.0186335 0.883601 ||| ||| 71
+! ||| ! ) ||| 0.000521229 0.442597 ||| ||| 71
+) fiktiven ||| ! ) ||| 0.000521229 1 ||| ||| 71
+) ||| ! ) ||| 0.000521229 1 ||| ||| 71
+, ging völlig leer aus ! ) ||| ! ) ||| 0.000521229 0.883601 ||| ||| 71
+- ||| ! ) ||| 0.000521229 1 ||| ||| 71
+. ||| ! ) ||| 0.0186335 1 ||| ||| 71
+? ) ||| ! ) ||| 0.000521229 1 ||| ||| 71
+ankündigen ! ) ||| ! ) ||| 0.000521229 0.883601 ||| ||| 71
+aus ! ) ||| ! ) ||| 0.000521229 0.883601 ||| ||| 71
+ging völlig leer aus ! ) ||| ! ) ||| 0.000521229 0.883601 ||| ||| 71
+leer aus ! ) ||| ! ) ||| 0.000521229 0.883601 ||| ||| 71
+sichere ! - ||| ! ) ||| 0.000521229 0.883601 ||| ||| 71
+völlig leer aus ! ) ||| ! ) ||| 0.000521229 0.883601 ||| ||| 71
+, er hatte überhaupt nicht zur Kenntnis ||| ! , he was entirely unaware ||| 0.0123357 1 ||| ||| 3
+, er hatte überhaupt nicht zur ||| ! , he was entirely unaware ||| 0.0123357 1 ||| ||| 3
+, er hatte überhaupt nicht ||| ! , he was entirely unaware ||| 0.0123357 1 ||| ||| 3
+, er hatte ||| ! , he was entirely ||| 0.0185036 1 ||| ||| 2
+, er hatte überhaupt ||| ! , he was entirely ||| 0.0185036 1 ||| ||| 2
+, er hatte ||| ! , he was ||| 0.0185036 1 ||| ||| 2
+, er hatte überhaupt ||| ! , he was ||| 0.0185036 1 ||| ||| 2
+, er ||| ! , he ||| 0.0370072 1 ||| ||| 1
+! , dem Gewinner des Sacharow-Preises in ||| ! , the Sakharov Prize winner in ||| 0.0370072 0.883601 ||| ||| 1
+! , dem Gewinner des Sacharow-Preises ||| ! , the Sakharov Prize winner ||| 0.0370072 0.883601 ||| ||| 1
+! , dem ||| ! , the ||| 0.0370072 0.883601 ||| ||| 1
+! , ||| ! , ||| 0.0185036 0.883601 ||| ||| 2
+, ||| ! , ||| 0.0185036 1 ||| ||| 2
+! - ' Es reicht ' ||| ! - ' Enough is enough ' ||| 0.0370072 0.883601 ||| ||| 1
+! - ' Es reicht ||| ! - ' Enough is enough ||| 0.0370072 0.883601 ||| ||| 1
+! - ' Es ||| ! - ' Enough ||| 0.0370072 0.883601 ||| ||| 1
+! - ' ||| ! - ' ||| 0.0370072 0.883601 ||| ||| 1
+! ich kann auch mitteilen ||| ! - I can also tell you ||| 0.0370072 0.442845 ||| ||| 1
+! ich kann auch ||| ! - I can also ||| 0.0370072 0.442845 ||| ||| 1
+! ich kann ||| ! - I can ||| 0.0370072 0.442845 ||| ||| 1
+ja auch tun ! warum sollte ||| ! - I do not see ||| 0.0370072 0.442845 ||| ||| 1
+ja auch tun ! warum sollte ||| ! - I do not ||| 0.0370072 0.442845 ||| ||| 1
+! - ||| ! - I do ||| 0.0185036 0.883601 ||| ||| 2
+ja auch tun ! warum ||| ! - I do ||| 0.0185036 0.442845 ||| ||| 2
+! - räume ich ein , ||| ! - I recognise ||| 0.0185036 0.883601 ||| ||| 2
+! - räume ich ein ||| ! - I recognise ||| 0.0185036 0.883601 ||| ||| 2
+! - , möchte ich meinerseits ||| ! - I would like to ||| 0.0185036 0.883601 ||| ||| 2
+! - , möchte ich ||| ! - I would like to ||| 0.0185036 0.883601 ||| ||| 2
+! - sage ich ||| ! - I would say ||| 0.0370072 0.883601 ||| ||| 1
+! - ||| ! - I ||| 0.0185036 0.883601 ||| ||| 2
+! ich ||| ! - I ||| 0.0185036 0.442845 ||| ||| 2
+! - Frau Präsidentin , ich wurde ||| ! - Madam President , I was ||| 0.0370072 0.883601 ||| ||| 1
+! - Frau Präsidentin , ich ||| ! - Madam President , I ||| 0.0370072 0.883601 ||| ||| 1
+! - Frau Präsidentin , ||| ! - Madam President , ||| 0.0370072 0.883601 ||| ||| 1
+! - Frau Präsidentin ||| ! - Madam President ||| 0.0370072 0.883601 ||| ||| 1
+! - Frau ||| ! - Madam ||| 0.0370072 0.883601 ||| ||| 1
+! ein Statut mit einem großen ||| ! - a statute with a capital ||| 0.0370072 0.442845 ||| ||| 1
+! ein Statut mit einem ||| ! - a statute with a ||| 0.0370072 0.442845 ||| ||| 1
+! ein Statut mit ||| ! - a statute with ||| 0.0370072 0.442845 ||| ||| 1
+! ein Statut ||| ! - a statute ||| 0.0370072 0.442845 ||| ||| 1
+! ein ||| ! - a ||| 0.0370072 0.442845 ||| ||| 1
+! - quer durch alle Fraktionen , ||| ! - all , ||| 0.0370072 0.883601 ||| ||| 1
+! - quer durch alle Fraktionen ||| ! - all ||| 0.0185036 0.883601 ||| ||| 2
+! - quer durch alle ||| ! - all ||| 0.0185036 0.883601 ||| ||| 2
+! - und ideologischer Manipulation ||| ! - and borders on ideological manipulation ||| 0.0370072 0.883601 ||| ||| 1
+! - und ideologischer ||| ! - and borders on ideological ||| 0.0370072 0.883601 ||| ||| 1
+! - und zum ersten ||| ! - and we saw the first ||| 0.0370072 0.883601 ||| ||| 1
+! - und zum ||| ! - and we saw the ||| 0.0370072 0.883601 ||| ||| 1
+! - und ||| ! - and we saw ||| 0.0370072 0.883601 ||| ||| 1
+! - und ||| ! - and we ||| 0.0370072 0.883601 ||| ||| 1
+! - und ||| ! - and ||| 0.661491 0.883601 ||| ||| 2
+! - um zu bekräftigen , daß ||| ! - as a reaffirmation of ||| 0.0123357 0.883601 ||| ||| 3
+! - um zu bekräftigen , ||| ! - as a reaffirmation of ||| 0.0123357 0.883601 ||| ||| 3
+! - um zu bekräftigen ||| ! - as a reaffirmation of ||| 0.0123357 0.883601 ||| ||| 3
+! - um zu bekräftigen , daß ||| ! - as a reaffirmation ||| 0.0123357 0.883601 ||| ||| 3
+! - um zu bekräftigen , ||| ! - as a reaffirmation ||| 0.0123357 0.883601 ||| ||| 3
+! - um zu bekräftigen ||| ! - as a reaffirmation ||| 0.0123357 0.883601 ||| ||| 3
+! - um zu ||| ! - as a ||| 0.0185036 0.883601 ||| ||| 2
+! - um ||| ! - as a ||| 0.0185036 0.883601 ||| ||| 2
+! aber ||| ! - but , ||| 0.0370072 0.303187 ||| ||| 1
+! - , doch die britische Regierung ||| ! - but the British Government ||| 0.0370072 0.883601 ||| ||| 1
+! - , doch die britische ||| ! - but the British ||| 0.0370072 0.883601 ||| ||| 1
+! - , doch die ||| ! - but the ||| 0.0370072 0.883601 ||| ||| 1
+! - , doch ||| ! - but ||| 0.0370072 0.883601 ||| ||| 1
+! - , von dem ||| ! - in favour ||| 0.0185036 0.883601 ||| ||| 2
+! - , von ||| ! - in favour ||| 0.0185036 0.883601 ||| ||| 2
+! - , von dem ||| ! - in ||| 0.0185036 0.883601 ||| ||| 2
+! - , von ||| ! - in ||| 0.0185036 0.883601 ||| ||| 2
+. ||| ! - is for the troops ||| 0.0370072 1 ||| ||| 1
+. ||| ! - is for the ||| 0.0370072 1 ||| ||| 1
+. ||| ! - is for ||| 0.0370072 1 ||| ||| 1
+. ||| ! - is ||| 0.0370072 1 ||| ||| 1
+! ebenso wie die anvisierte bessere ||| ! - just as planned and improved ||| 0.0370072 0.883601 ||| ||| 1
+! ebenso wie die anvisierte ||| ! - just as planned and ||| 0.0370072 0.883601 ||| ||| 1
+! ebenso wie die anvisierte ||| ! - just as planned ||| 0.0370072 0.883601 ||| ||| 1
+! ebenso wie die ||| ! - just as ||| 0.0185036 0.883601 ||| ||| 2
+! ebenso wie ||| ! - just as ||| 0.0185036 0.883601 ||| ||| 2
+! ebenso ||| ! - just ||| 0.0370072 0.883601 ||| ||| 1
+! - der operativen Ausgaben werden ||| ! - of operational expenses are managed ||| 0.0185036 0.883601 ||| ||| 2
+Herren ! - der operativen Ausgaben werden ||| ! - of operational expenses are managed ||| 0.0185036 0.883601 ||| ||| 2
+! - der operativen Ausgaben werden ||| ! - of operational expenses are ||| 0.0185036 0.883601 ||| ||| 2
+Herren ! - der operativen Ausgaben werden ||| ! - of operational expenses are ||| 0.0185036 0.883601 ||| ||| 2
+! - der operativen Ausgaben ||| ! - of operational expenses ||| 0.0123357 0.883601 ||| ||| 3
+Herren ! - der operativen Ausgaben ||| ! - of operational expenses ||| 0.0123357 0.883601 ||| ||| 3
+und Herren ! - der operativen Ausgaben ||| ! - of operational expenses ||| 0.0123357 0.883601 ||| ||| 3
+! - der operativen ||| ! - of operational ||| 0.00925181 0.883601 ||| ||| 4
+Damen und Herren ! - der operativen ||| ! - of operational ||| 0.00925181 0.883601 ||| ||| 4
+Herren ! - der operativen ||| ! - of operational ||| 0.00925181 0.883601 ||| ||| 4
+und Herren ! - der operativen ||| ! - of operational ||| 0.00925181 0.883601 ||| ||| 4
+! - Referenden und Volksinitiativen zu stellen ||| ! - of referendums and popular initiatives ||| 0.0123357 0.883601 ||| ||| 3
+! - Referenden und Volksinitiativen zu ||| ! - of referendums and popular initiatives ||| 0.0123357 0.883601 ||| ||| 3
+! - Referenden und Volksinitiativen ||| ! - of referendums and popular initiatives ||| 0.0123357 0.883601 ||| ||| 3
+! - Referenden und ||| ! - of referendums and ||| 0.0370072 0.883601 ||| ||| 1
+! - Referenden ||| ! - of referendums ||| 0.0370072 0.883601 ||| ||| 1
+! - der Energie vergeudet , bevor ||| ! - of the energy before ||| 0.0370072 0.883601 ||| ||| 1
+! - der Energie vergeudet , ||| ! - of the energy ||| 0.0123357 0.883601 ||| ||| 3
+! - der Energie vergeudet ||| ! - of the energy ||| 0.0123357 0.883601 ||| ||| 3
+! - der Energie ||| ! - of the energy ||| 0.0123357 0.883601 ||| ||| 3
+! - der ||| ! - of the ||| 0.0370072 0.883601 ||| ||| 1
+! - der ||| ! - of ||| 0.00308394 0.883601 ||| ||| 12
+! - ||| ! - of ||| 0.00308394 0.883601 ||| ||| 12
+Damen und Herren ! - der ||| ! - of ||| 0.00308394 0.883601 ||| ||| 12
+Herren ! - der ||| ! - of ||| 0.00308394 0.883601 ||| ||| 12
+Höhepunkt ist - , ||| ! - of ||| 0.00308394 1 ||| ||| 12
+Höhepunkt ist - ||| ! - of ||| 0.00308394 1 ||| ||| 12
+der Höhepunkt ist - , ||| ! - of ||| 0.00308394 1 ||| ||| 12
+der Höhepunkt ist - ||| ! - of ||| 0.00308394 1 ||| ||| 12
+ist - , ||| ! - of ||| 0.00308394 1 ||| ||| 12
+ist - ||| ! - of ||| 0.00308394 1 ||| ||| 12
+meine Damen und Herren ! - der ||| ! - of ||| 0.00308394 0.883601 ||| ||| 12
+und Herren ! - der ||| ! - of ||| 0.00308394 0.883601 ||| ||| 12
+! oder zugunsten der Rückkehr auf den ||| ! - or return to ||| 0.0370072 0.442845 ||| ||| 1
+! oder zugunsten der Rückkehr ||| ! - or return ||| 0.0370072 0.442845 ||| ||| 1
+! oder zugunsten der ||| ! - or ||| 0.0123357 0.442845 ||| ||| 3
+! oder zugunsten ||| ! - or ||| 0.0123357 0.442845 ||| ||| 3
+! oder ||| ! - or ||| 0.0123357 0.442845 ||| ||| 3
+! - energische Maßnahmen vorgeschlagen hat , ||| ! - proposing powerful measures ||| 0.0123357 0.883601 ||| ||| 3
+! - energische Maßnahmen vorgeschlagen hat ||| ! - proposing powerful measures ||| 0.0123357 0.883601 ||| ||| 3
+! - energische Maßnahmen vorgeschlagen ||| ! - proposing powerful measures ||| 0.0123357 0.883601 ||| ||| 3
+sage ich Dank ||| ! - say ' thank you ||| 0.0370072 1 ||| ||| 1
+sage ich ||| ! - say ' ||| 0.0370072 1 ||| ||| 1
+! - besagen , dass der Zugang ||| ! - stipulate that access ||| 0.0370072 0.883601 ||| ||| 1
+! - besagen , dass ||| ! - stipulate that ||| 0.0370072 0.883601 ||| ||| 1
+! - besagen ||| ! - stipulate ||| 0.0370072 0.883601 ||| ||| 1
+! - , die mit ||| ! - that have been treated with ||| 0.0123357 0.883601 ||| ||| 3
+Munde zusammen ! - , die mit ||| ! - that have been treated with ||| 0.0123357 0.883601 ||| ||| 3
+zusammen ! - , die mit ||| ! - that have been treated with ||| 0.0123357 0.883601 ||| ||| 3
+! - , die ||| ! - that have been ||| 0.00925181 0.883601 ||| ||| 4
+Munde zusammen ! - , die ||| ! - that have been ||| 0.00925181 0.883601 ||| ||| 4
+im Munde zusammen ! - , die ||| ! - that have been ||| 0.00925181 0.883601 ||| ||| 4
+zusammen ! - , die ||| ! - that have been ||| 0.00925181 0.883601 ||| ||| 4
+! - , die ||| ! - that have ||| 0.00925181 0.883601 ||| ||| 4
+Munde zusammen ! - , die ||| ! - that have ||| 0.00925181 0.883601 ||| ||| 4
+im Munde zusammen ! - , die ||| ! - that have ||| 0.00925181 0.883601 ||| ||| 4
+zusammen ! - , die ||| ! - that have ||| 0.00925181 0.883601 ||| ||| 4
+! - scheint die Europäische Union jetzt ||| ! - the EU seems ||| 0.0185036 0.883601 ||| ||| 2
+! - scheint die Europäische Union ||| ! - the EU seems ||| 0.0185036 0.883601 ||| ||| 2
+! - und begrenzt somit die ||| ! - thereby restricting the ||| 0.0370072 0.883601 ||| ||| 1
+! - rechtzeitig reagiert : sie hat ||| ! - took timely action : it ||| 0.0185036 0.883601 ||| ||| 2
+! - rechtzeitig reagiert : sie ||| ! - took timely action : it ||| 0.0185036 0.883601 ||| ||| 2
+! - rechtzeitig reagiert : ||| ! - took timely action : ||| 0.0370072 0.883601 ||| ||| 1
+! - rechtzeitig reagiert ||| ! - took timely action ||| 0.0370072 0.883601 ||| ||| 1
+! - rechtzeitig ||| ! - took timely ||| 0.0370072 0.883601 ||| ||| 1
+! - , wohingegen man ||| ! - whereas one ||| 0.0370072 0.883601 ||| ||| 1
+! - , wohingegen ||| ! - whereas ||| 0.0370072 0.883601 ||| ||| 1
+! - , die ||| ! - which ||| 0.0370072 0.883601 ||| ||| 1
+! - , während diejenigen , die ||| ! - while those responsible for the ||| 0.0370072 0.883601 ||| ||| 1
+! - , während diejenigen , ||| ! - while those responsible for ||| 0.0185036 0.883601 ||| ||| 2
+! - , während diejenigen ||| ! - while those responsible for ||| 0.0185036 0.883601 ||| ||| 2
+! - , während diejenigen , ||| ! - while those responsible ||| 0.0185036 0.883601 ||| ||| 2
+! - , während diejenigen ||| ! - while those responsible ||| 0.0185036 0.883601 ||| ||| 2
+! - , während ||| ! - while ||| 0.0370072 0.883601 ||| ||| 1
+- , so frage ||| ! - who would ||| 0.0370072 1 ||| ||| 1
+! - , die ||| ! - who ||| 0.0185036 0.883601 ||| ||| 2
+- , so ||| ! - who ||| 0.0185036 1 ||| ||| 2
+hinsichtlich des ||| ! - why the rules on the ||| 0.0370072 1 ||| ||| 1
+hinsichtlich ||| ! - why the rules on ||| 0.0370072 1 ||| ||| 1
+aufbewahren - müssen ||| ! - will have ||| 0.0370072 1 ||| ||| 1
+aufbewahren - ||| ! - will ||| 0.0370072 1 ||| ||| 1
+! ) ||| ! - ||| 0.000552347 0.883601 ||| ||| 67
+! - , die ||| ! - ||| 0.000552347 0.883601 ||| ||| 67
+! - , ||| ! - ||| 0.104478 0.883601 ||| ||| 67
+! - quer durch ||| ! - ||| 0.000552347 0.883601 ||| ||| 67
+! - quer ||| ! - ||| 0.000552347 0.883601 ||| ||| 67
+! - ||| ! - ||| 0.507463 0.883601 ||| ||| 67
+! ||| ! - ||| 0.0597015 0.442845 ||| ||| 67
+, meine Damen und Herren ! - ||| ! - ||| 0.000552347 0.883601 ||| ||| 67
+. ||| ! - ||| 0.019746 1 ||| ||| 67
+Damen und Herren ! - ||| ! - ||| 0.000552347 0.883601 ||| ||| 67
+Herren ! - ||| ! - ||| 0.000552347 0.883601 ||| ||| 67
+Höhepunkt ist - , ||| ! - ||| 0.000552347 1 ||| ||| 67
+Höhepunkt ist - ||| ! - ||| 0.000552347 1 ||| ||| 67
+Munde zusammen ! - ||| ! - ||| 0.000552347 0.883601 ||| ||| 67
+aufbewahren - ||| ! - ||| 0.000552347 1 ||| ||| 67
+bleibt - ||| ! - ||| 0.000552347 1 ||| ||| 67
+der Höhepunkt ist - , ||| ! - ||| 0.000552347 1 ||| ||| 67
+der Höhepunkt ist - ||| ! - ||| 0.000552347 1 ||| ||| 67
+im Munde zusammen ! - ||| ! - ||| 0.000552347 0.883601 ||| ||| 67
+ist - , ||| ! - ||| 0.000552347 1 ||| ||| 67
+ist - ||| ! - ||| 0.000552347 1 ||| ||| 67
+meine Damen und Herren ! - ||| ! - ||| 0.000552347 0.883601 ||| ||| 67
+und Herren ! - ||| ! - ||| 0.000552347 0.883601 ||| ||| 67
+zusammen ! - ||| ! - ||| 0.000552347 0.883601 ||| ||| 67
+! " . ||| ! . ||| 0.0185036 0.00130746 ||| ||| 2
+! ||| ! . ||| 0.0185036 0.444592 ||| ||| 2
+! ... und , hier war ich ||| ! ... ||| 0.0021769 0.883601 ||| ||| 17
+! ... und , hier war ||| ! ... ||| 0.0021769 0.883601 ||| ||| 17
+! ... und , hier ||| ! ... ||| 0.0021769 0.883601 ||| ||| 17
+! ... und , ||| ! ... ||| 0.0021769 0.883601 ||| ||| 17
+! ... und ||| ! ... ||| 0.0021769 0.883601 ||| ||| 17
+! ... ||| ! ... ||| 0.176471 0.883601 ||| ||| 17
+Ausnahme machen ! ... und , hier ||| ! ... ||| 0.0021769 0.883601 ||| ||| 17
+Ausnahme machen ! ... und , ||| ! ... ||| 0.0021769 0.883601 ||| ||| 17
+Ausnahme machen ! ... und ||| ! ... ||| 0.0021769 0.883601 ||| ||| 17
+Ausnahme machen ! ... ||| ! ... ||| 0.0021769 0.883601 ||| ||| 17
+machen ! ... und , hier war ||| ! ... ||| 0.0021769 0.883601 ||| ||| 17
+machen ! ... und , hier ||| ! ... ||| 0.0021769 0.883601 ||| ||| 17
+machen ! ... und , ||| ! ... ||| 0.0021769 0.883601 ||| ||| 17
+machen ! ... und ||| ! ... ||| 0.0021769 0.883601 ||| ||| 17
+machen ! ... ||| ! ... ||| 0.0021769 0.883601 ||| ||| 17
+! " ||| ! .... ' ||| 0.0370072 0.272342 ||| ||| 1
+! ||| ! .... ||| 0.0370072 0.883601 ||| ||| 1
+! 14,5 % Feuchte ist ||| ! 14.5 % is ||| 0.0370072 0.883601 ||| ||| 1
+! 14,5 % Feuchte ||| ! 14.5 % ||| 0.0370072 0.883601 ||| ||| 1
+! 173 Auftragsmorde seit 1990 ||| ! 173 contract killings since 1990 ||| 0.0370072 0.883601 ||| ||| 1
+! 173 Auftragsmorde seit 1990 – ||| ! 173 contract killings since 1990 – ||| 0.0370072 0.883601 ||| ||| 1
+! 173 Auftragsmorde seit ||| ! 173 contract killings since ||| 0.0370072 0.883601 ||| ||| 1
+! 173 Auftragsmorde ||| ! 173 contract killings ||| 0.0370072 0.883601 ||| ||| 1
+! 173 ||| ! 173 ||| 0.0370072 0.883601 ||| ||| 1
+! 2004 ||| ! 2004 may ||| 0.0370072 0.883601 ||| ||| 1
+! 2004 ||| ! 2004 ||| 0.0370072 0.883601 ||| ||| 1
+! ; und aus Angola , Dom ||| ! ; and from Angola , Dom ||| 0.0370072 0.883601 ||| ||| 1
+! ; und aus Angola , ||| ! ; and from Angola , ||| 0.0370072 0.883601 ||| ||| 1
+! ; und aus Angola ||| ! ; and from Angola ||| 0.0370072 0.883601 ||| ||| 1
+! ; und aus ||| ! ; and from ||| 0.0370072 0.883601 ||| ||| 1
+! ; und ||| ! ; and ||| 0.0370072 0.883601 ||| ||| 1
+! ; ||| ! ; ||| 0.0370072 0.883601 ||| ||| 1
+! 100 Mio. ECU ||| ! ECU 100 m ||| 0.0185036 0.883601 ||| ||| 2
+so ! 100 Mio. ECU ||| ! ECU 100 m ||| 0.0185036 0.883601 ||| ||| 2
+wie ich es bereits ||| ! I have been ||| 0.0370072 1 ||| ||| 1
+wie ich es ||| ! I have ||| 0.0370072 1 ||| ||| 1
+ich nicht einer Meinung mit ||| ! I may not agree with ||| 0.0370072 1 ||| ||| 1
+ich nicht einer Meinung ||| ! I may not agree ||| 0.0370072 1 ||| ||| 1
+ich nicht ||| ! I may not ||| 0.0370072 1 ||| ||| 1
+ich ||| ! I may ||| 0.0370072 1 ||| ||| 1
+das meines Erachtens ||| ! I think that ||| 0.0370072 1 ||| ||| 1
+und möchte zu ||| ! I want it ||| 0.0185036 1 ||| ||| 2
+und möchte ||| ! I want it ||| 0.0185036 1 ||| ||| 2
+und möchte zu ||| ! I want ||| 0.0185036 1 ||| ||| 2
+und möchte ||| ! I want ||| 0.0185036 1 ||| ||| 2
+! ||| ! I ||| 0.00740145 0.883601 ||| ||| 5
+das meines ||| ! I ||| 0.00740145 1 ||| ||| 5
+ich ||| ! I ||| 0.00740145 1 ||| ||| 5
+und ||| ! I ||| 0.00740145 1 ||| ||| 5
+wie ich ||| ! I ||| 0.00740145 1 ||| ||| 5
+! schottisches Rindfleisch ist ||| ! Scotch beef is ||| 0.0370072 0.883601 ||| ||| 1
+! schottisches Rindfleisch ||| ! Scotch beef ||| 0.0370072 0.883601 ||| ||| 1
+! schottisches ||| ! Scotch ||| 0.0370072 0.883601 ||| ||| 1
+dies ist der Wahlspruch ||| ! ] This is the relevant phrase ||| 0.0370072 1 ||| ||| 1
+dies ist der ||| ! ] This is the relevant ||| 0.0370072 1 ||| ||| 1
+dies ist der ||| ! ] This is the ||| 0.0370072 1 ||| ||| 1
+dies ist ||| ! ] This is ||| 0.0370072 1 ||| ||| 1
+dies ||| ! ] This ||| 0.0370072 1 ||| ||| 1
+! ) ||| ! ] ||| 0.0370072 0.883601 ||| ||| 1
+alle unsere Länder , wenn auch in ||| ! all our countries , to ||| 0.0370072 1 ||| ||| 1
+alle unsere Länder , wenn auch ||| ! all our countries , ||| 0.0123357 1 ||| ||| 3
+alle unsere Länder , wenn ||| ! all our countries , ||| 0.0123357 1 ||| ||| 3
+alle unsere Länder , ||| ! all our countries , ||| 0.0123357 1 ||| ||| 3
+alle unsere Länder ||| ! all our countries ||| 0.0370072 1 ||| ||| 1
+alle unsere ||| ! all our ||| 0.0370072 1 ||| ||| 1
+all ||| ! all this ||| 0.0370072 1 ||| ||| 1
+, denn alle nehmen ||| ! all ||| 0.00616787 1 ||| ||| 6
+, denn alle ||| ! all ||| 0.00616787 1 ||| ||| 6
+all ||| ! all ||| 0.00616787 1 ||| ||| 6
+alle ||| ! all ||| 0.00616787 1 ||| ||| 6
+denn alle nehmen ||| ! all ||| 0.00616787 1 ||| ||| 6
+denn alle ||| ! all ||| 0.00616787 1 ||| ||| 6
+und traut euch doch , etwa die ||| ! and dare to adopt the ||| 0.0370072 1 ||| ||| 1
+und traut euch doch , etwa ||| ! and dare to adopt ||| 0.0185036 1 ||| ||| 2
+und traut euch doch , ||| ! and dare to adopt ||| 0.0185036 1 ||| ||| 2
+und traut euch doch , etwa ||| ! and dare to ||| 0.0185036 1 ||| ||| 2
+und traut euch doch , ||| ! and dare to ||| 0.0185036 1 ||| ||| 2
+und traut euch doch ||| ! and dare ||| 0.0370072 1 ||| ||| 1
+anderes Beispiel : wenn ich ||| ! another example : when I ||| 0.0370072 1 ||| ||| 1
+anderes Beispiel : wenn ||| ! another example : when ||| 0.0370072 1 ||| ||| 1
+anderes Beispiel : ||| ! another example : ||| 0.0370072 1 ||| ||| 1
+anderes Beispiel ||| ! another example ||| 0.0370072 1 ||| ||| 1
+anderes ||| ! another ||| 0.0370072 1 ||| ||| 1
+werden Sie hart , oder seien Sie ||| ! be firm , or be ||| 0.0370072 1 ||| ||| 1
+hat der Rat so ||| ! can the Council even begin to ||| 0.0370072 1 ||| ||| 1
+hat der Rat so ||| ! can the Council even begin ||| 0.0370072 1 ||| ||| 1
+hat der Rat so ||| ! can the Council even ||| 0.0370072 1 ||| ||| 1
+hat der Rat ||| ! can the Council ||| 0.0370072 1 ||| ||| 1
+hat der ||| ! can the ||| 0.0370072 1 ||| ||| 1
+hat ||| ! can ||| 0.0370072 1 ||| ||| 1
+so ||| ! create ||| 0.0370072 1 ||| ||| 1
+jeder Staat versucht ||| ! each state tries ||| 0.0370072 1 ||| ||| 1
+jeder Staat ||| ! each state ||| 0.0370072 1 ||| ||| 1
+jeder ||| ! each ||| 0.0370072 1 ||| ||| 1
+immer nur zu reden und zu ||| ! enough of words ||| 0.0123357 1 ||| ||| 3
+immer nur zu reden und ||| ! enough of words ||| 0.0123357 1 ||| ||| 3
+immer nur zu reden ||| ! enough of words ||| 0.0123357 1 ||| ||| 3
+immer nur zu ||| ! enough of ||| 0.0185036 1 ||| ||| 2
+immer nur ||| ! enough of ||| 0.0185036 1 ||| ||| 2
+immer nur zu ||| ! enough ||| 0.0185036 1 ||| ||| 2
+immer nur ||| ! enough ||| 0.0185036 1 ||| ||| 2
+für viele von Ihnen - Sie ||| ! for many of you - you ||| 0.0370072 1 ||| ||| 1
+für viele von Ihnen - ||| ! for many of you - ||| 0.0370072 1 ||| ||| 1
+für viele von Ihnen ||| ! for many of you ||| 0.0370072 1 ||| ||| 1
+für viele von ||| ! for many of ||| 0.0370072 1 ||| ||| 1
+für viele ||| ! for many ||| 0.0370072 1 ||| ||| 1
+für ||| ! for ||| 0.0370072 1 ||| ||| 1
+tun vom Rinderwahn bis zu Bioziden , ||| ! from mad cow disease to biocides ||| 0.00925181 1 ||| ||| 4
+tun vom Rinderwahn bis zu Bioziden ||| ! from mad cow disease to biocides ||| 0.00925181 1 ||| ||| 4
+vom Rinderwahn bis zu Bioziden , ||| ! from mad cow disease to biocides ||| 0.00925181 1 ||| ||| 4
+vom Rinderwahn bis zu Bioziden ||| ! from mad cow disease to biocides ||| 0.00925181 1 ||| ||| 4
+tun vom Rinderwahn bis zu ||| ! from mad cow disease to ||| 0.0185036 1 ||| ||| 2
+vom Rinderwahn bis zu ||| ! from mad cow disease to ||| 0.0185036 1 ||| ||| 2
+: gute Rechtsvorschriften sind schön und gut ||| ! good legislation is fine ||| 0.0370072 1 ||| ||| 1
+: gute Rechtsvorschriften sind ||| ! good legislation is ||| 0.0370072 1 ||| ||| 1
+: gute Rechtsvorschriften ||| ! good legislation ||| 0.0370072 1 ||| ||| 1
+: gute ||| ! good ||| 0.0370072 1 ||| ||| 1
+Probleme anzupacken : wir müssen hier ||| ! here , we have to ||| 0.0185036 1 ||| ||| 2
+anzupacken : wir müssen hier ||| ! here , we have to ||| 0.0185036 1 ||| ||| 2
+: wir müssen hier ||| ! here , we have ||| 0.0370072 1 ||| ||| 1
+hier ||| ! here ||| 0.0370072 1 ||| ||| 1
+- all diese Möglichkeiten werden derzeit ||| ! however , these solutions are being ||| 0.0370072 1 ||| ||| 1
+- all diese Möglichkeiten werden ||| ! however , these solutions are ||| 0.0370072 1 ||| ||| 1
+- all diese Möglichkeiten ||| ! however , these solutions ||| 0.0370072 1 ||| ||| 1
+- all diese ||| ! however , these ||| 0.0370072 1 ||| ||| 1
+- ||| ! however , ||| 0.0370072 1 ||| ||| 1
+wenn diese Untersuchung ||| ! if this inquiry ||| 0.0370072 1 ||| ||| 1
+wenn diese ||| ! if this ||| 0.0370072 1 ||| ||| 1
+wirklich : wenn es ||| ! if we ||| 0.0370072 1 ||| ||| 1
+wenn ||| ! if ||| 0.0185036 1 ||| ||| 2
+wirklich : wenn ||| ! if ||| 0.0185036 1 ||| ||| 2
+! 1962 haben sie dies ||| ! in 1962 , did they not ||| 0.0185036 0.883601 ||| ||| 2
+! 1962 haben sie ||| ! in 1962 , did they not ||| 0.0185036 0.883601 ||| ||| 2
+! 1962 haben sie dies ||| ! in 1962 , did they ||| 0.0185036 0.883601 ||| ||| 2
+! 1962 haben sie ||| ! in 1962 , did they ||| 0.0185036 0.883601 ||| ||| 2
+! 1962 haben ||| ! in 1962 , did ||| 0.0370072 0.883601 ||| ||| 1
+! 1962 ||| ! in 1962 , ||| 0.0370072 0.883601 ||| ||| 1
+! 1962 ||| ! in 1962 ||| 0.0370072 0.883601 ||| ||| 1
+! 1996 haben vier Millionen Menschen ||| ! in 1996 , four million people ||| 0.0370072 0.883601 ||| ||| 1
+! 1996 haben vier Millionen ||| ! in 1996 , four million ||| 0.0370072 0.883601 ||| ||| 1
+! 1996 haben vier ||| ! in 1996 , four ||| 0.0370072 0.883601 ||| ||| 1
+! 1996 haben ||| ! in 1996 , ||| 0.0370072 0.883601 ||| ||| 1
+! 1996 ||| ! in 1996 ||| 0.0370072 0.883601 ||| ||| 1
+dies einfach ||| ! in ||| 0.0370072 1 ||| ||| 1
+wirklich ||| ! instead , because we ||| 0.0370072 1 ||| ||| 1
+wirklich ||| ! instead , because ||| 0.0370072 1 ||| ||| 1
+wirklich ||| ! instead , ||| 0.0370072 1 ||| ||| 1
+wirklich ||| ! instead ||| 0.0370072 1 ||| ||| 1
+wurde ! ||| ! it has ||| 0.0370072 0.883601 ||| ||| 1
+, und befürworte ein ||| ! let us say yes to a ||| 0.0370072 1 ||| ||| 1
+, und befürworte ||| ! let us say yes to ||| 0.0370072 1 ||| ||| 1
+befürworte ||| ! let us say yes ||| 0.0185036 1 ||| ||| 2
+und befürworte ||| ! let us say yes ||| 0.0185036 1 ||| ||| 2
+befürworte ||| ! let us say ||| 0.0185036 1 ||| ||| 2
+und befürworte ||| ! let us say ||| 0.0185036 1 ||| ||| 2
+befürworte ||| ! let us ||| 0.00925181 1 ||| ||| 4
+tun wir doch um ||| ! let us ||| 0.00925181 1 ||| ||| 4
+tun wir doch ||| ! let us ||| 0.00925181 1 ||| ||| 4
+und befürworte ||| ! let us ||| 0.00925181 1 ||| ||| 4
+befürworte ||| ! let ||| 0.0185036 1 ||| ||| 2
+und befürworte ||| ! let ||| 0.0185036 1 ||| ||| 2
+! Malaria und Tuberkulose sind heilbar ||| ! malaria and tuberculosis can be cured ||| 0.0370072 0.883601 ||| ||| 1
+! Malaria und Tuberkulose sind ||| ! malaria and tuberculosis can ||| 0.0370072 0.883601 ||| ||| 1
+! Malaria und Tuberkulose ||| ! malaria and tuberculosis ||| 0.0370072 0.883601 ||| ||| 1
+! Malaria und ||| ! malaria and ||| 0.0370072 0.883601 ||| ||| 1
+! Malaria ||| ! malaria ||| 0.0370072 0.883601 ||| ||| 1
+vielleicht können Sie mich ja berichtigen ||| ! maybe you will put me right ||| 0.0370072 1 ||| ||| 1
+, und ||| ! moreover , it ||| 0.0370072 1 ||| ||| 1
+Kollegin , man könnte ||| ! my dear colleague , we could ||| 0.0370072 1 ||| ||| 1
+Kollegin , man ||| ! my dear colleague , we ||| 0.0370072 1 ||| ||| 1
+Kollegin , ||| ! my dear colleague , ||| 0.0370072 1 ||| ||| 1
+Kollegin ||| ! my dear colleague ||| 0.0370072 1 ||| ||| 1
+und nochmals Nein ! ||| ! no ! ||| 0.0370072 0.883601 ||| ||| 1
+und nochmals Nein ! “ , denn ||| ! no ! ’ , because , ||| 0.0370072 0.883601 ||| ||| 1
+und nochmals Nein ! “ , denn ||| ! no ! ’ , because ||| 0.0370072 0.883601 ||| ||| 1
+und nochmals Nein ! “ , ||| ! no ! ’ , ||| 0.0370072 0.883601 ||| ||| 1
+und nochmals Nein ! “ ||| ! no ! ’ ||| 0.0370072 0.883601 ||| ||| 1
+und nochmals Nein ||| ! no ||| 0.0370072 1 ||| ||| 1
+auch im Namen der Fraktion Die Grünen ||| ! on behalf of the Green Group ||| 0.0185036 1 ||| ||| 2
+im Namen der Fraktion Die Grünen ||| ! on behalf of the Green Group ||| 0.0185036 1 ||| ||| 2
+Vorredner auch im Namen der ||| ! on behalf of the ||| 0.0123357 1 ||| ||| 3
+auch im Namen der ||| ! on behalf of the ||| 0.0123357 1 ||| ||| 3
+im Namen der ||| ! on behalf of the ||| 0.0123357 1 ||| ||| 3
+Vorredner auch im Namen ||| ! on behalf ||| 0.0123357 1 ||| ||| 3
+auch im Namen ||| ! on behalf ||| 0.0123357 1 ||| ||| 3
+im Namen ||| ! on behalf ||| 0.0123357 1 ||| ||| 3
+Vorredner auch im ||| ! on ||| 0.0123357 1 ||| ||| 3
+auch im ||| ! on ||| 0.0123357 1 ||| ||| 3
+im ||| ! on ||| 0.0123357 1 ||| ||| 3
+wenn das alles ||| ! once everything that ||| 0.0370072 1 ||| ||| 1
+wenn ||| ! once ||| 0.0370072 1 ||| ||| 1
+ein politisch und wirtschaftlich vereintes ||| ! politically and economically united ||| 0.0370072 1 ||| ||| 1
+ein politisch und wirtschaftlich ||| ! politically and economically ||| 0.0370072 1 ||| ||| 1
+ein politisch und ||| ! politically and ||| 0.0370072 1 ||| ||| 1
+ein politisch ||| ! politically ||| 0.0370072 1 ||| ||| 1
+aber sollen wir darüber erfreut sein ? ||| ! should we rejoice at this ? ||| 0.0185036 1 ||| ||| 2
+sollen wir darüber erfreut sein ? ||| ! should we rejoice at this ? ||| 0.0185036 1 ||| ||| 2
+, aber sollen wir darüber erfreut sein ||| ! should we rejoice at this ||| 0.0123357 1 ||| ||| 3
+aber sollen wir darüber erfreut sein ||| ! should we rejoice at this ||| 0.0123357 1 ||| ||| 3
+sollen wir darüber erfreut sein ||| ! should we rejoice at this ||| 0.0123357 1 ||| ||| 3
+, aber sollen wir ||| ! should we ||| 0.00925181 1 ||| ||| 4
+aber sollen wir ||| ! should we ||| 0.00925181 1 ||| ||| 4
+sein , aber sollen wir ||| ! should we ||| 0.00925181 1 ||| ||| 4
+sollen wir ||| ! should we ||| 0.00925181 1 ||| ||| 4
+, aber sollen ||| ! should ||| 0.00925181 1 ||| ||| 4
+aber sollen ||| ! should ||| 0.00925181 1 ||| ||| 4
+sein , aber sollen ||| ! should ||| 0.00925181 1 ||| ||| 4
+sollen ||| ! should ||| 0.00925181 1 ||| ||| 4
+Elementen ||| ! social coherence ||| 0.0370072 1 ||| ||| 1
+Margaret Thatcher ||| ! sometimes I really miss Margaret Thatcher ||| 0.0370072 1 ||| ||| 1
+das ist wunderbar , und ich bin ||| ! that is extraordinary and I am ||| 0.0370072 1 ||| ||| 1
+das ist wunderbar , und ich ||| ! that is extraordinary and I ||| 0.0370072 1 ||| ||| 1
+das ist wunderbar , und ||| ! that is extraordinary and ||| 0.0370072 1 ||| ||| 1
+das ist wunderbar , ||| ! that is extraordinary ||| 0.0185036 1 ||| ||| 2
+das ist wunderbar ||| ! that is extraordinary ||| 0.0185036 1 ||| ||| 2
+das ist ||| ! that is ||| 0.0370072 1 ||| ||| 1
+das ||| ! that ||| 0.0370072 1 ||| ||| 1
+der Kommission bewirken wird , denn dies ||| ! the Commission can accept all the ||| 0.0370072 1 ||| ||| 1
+der Kommission bewirken wird , denn ||| ! the Commission can accept all ||| 0.0370072 1 ||| ||| 1
+der Kommission bewirken wird , ||| ! the Commission can accept ||| 0.0185036 1 ||| ||| 2
+der Kommission bewirken wird ||| ! the Commission can accept ||| 0.0185036 1 ||| ||| 2
+der Kommission bewirken wird , ||| ! the Commission can ||| 0.0185036 1 ||| ||| 2
+der Kommission bewirken wird ||| ! the Commission can ||| 0.0185036 1 ||| ||| 2
+der Kommission bewirken ||| ! the Commission ||| 0.0185036 1 ||| ||| 2
+der Kommission ||| ! the Commission ||| 0.0185036 1 ||| ||| 2
+! “ Die EU , die ||| ! the EU , the ||| 0.0370072 0.883601 ||| ||| 1
+! “ Die EU , ||| ! the EU , ||| 0.0370072 0.883601 ||| ||| 1
+! “ Die EU ||| ! the EU ||| 0.0370072 0.883601 ||| ||| 1
+, die ||| ! the European ||| 0.0185036 1 ||| ||| 2
+die ||| ! the European ||| 0.0185036 1 ||| ||| 2
+, und ||| ! the truth is that ||| 0.0185036 1 ||| ||| 2
+, ||| ! the truth is that ||| 0.0185036 1 ||| ||| 2
+! “ Die ||| ! the ||| 0.00925181 0.883601 ||| ||| 4
+, die ||| ! the ||| 0.00925181 1 ||| ||| 4
+der ||| ! the ||| 0.00925181 1 ||| ||| 4
+die ||| ! the ||| 0.00925181 1 ||| ||| 4
+ich doch eine große Flagge ||| ! there is a great big flag ||| 0.0123357 1 ||| ||| 3
+mir sehe ich doch eine große Flagge ||| ! there is a great big flag ||| 0.0123357 1 ||| ||| 3
+sehe ich doch eine große Flagge ||| ! there is a great big flag ||| 0.0123357 1 ||| ||| 3
+ich doch eine große ||| ! there is a great big ||| 0.0123357 1 ||| ||| 3
+mir sehe ich doch eine große ||| ! there is a great big ||| 0.0123357 1 ||| ||| 3
+sehe ich doch eine große ||| ! there is a great big ||| 0.0123357 1 ||| ||| 3
+ich doch eine ||| ! there is a ||| 0.0123357 1 ||| ||| 3
+mir sehe ich doch eine ||| ! there is a ||| 0.0123357 1 ||| ||| 3
+sehe ich doch eine ||| ! there is a ||| 0.0123357 1 ||| ||| 3
+ich doch ||| ! there is ||| 0.0123357 1 ||| ||| 3
+mir sehe ich doch ||| ! there is ||| 0.0123357 1 ||| ||| 3
+sehe ich doch ||| ! there is ||| 0.0123357 1 ||| ||| 3
+ich ||| ! there ||| 0.0123357 1 ||| ||| 3
+mir sehe ich ||| ! there ||| 0.0123357 1 ||| ||| 3
+sehe ich ||| ! there ||| 0.0123357 1 ||| ||| 3
+, denn das ist unsere Pflicht ||| ! this is our duty ||| 0.0123357 1 ||| ||| 3
+denn das ist unsere Pflicht ||| ! this is our duty ||| 0.0123357 1 ||| ||| 3
+nehmen , denn das ist unsere Pflicht ||| ! this is our duty ||| 0.0123357 1 ||| ||| 3
+, denn das ist unsere ||| ! this is our ||| 0.00925181 1 ||| ||| 4
+Angriff nehmen , denn das ist unsere ||| ! this is our ||| 0.00925181 1 ||| ||| 4
+denn das ist unsere ||| ! this is our ||| 0.00925181 1 ||| ||| 4
+nehmen , denn das ist unsere ||| ! this is our ||| 0.00925181 1 ||| ||| 4
+, denn das ist ||| ! this is ||| 0.00740145 1 ||| ||| 5
+Angriff nehmen , denn das ist ||| ! this is ||| 0.00740145 1 ||| ||| 5
+denn das ist ||| ! this is ||| 0.00740145 1 ||| ||| 5
+in Angriff nehmen , denn das ist ||| ! this is ||| 0.00740145 1 ||| ||| 5
+nehmen , denn das ist ||| ! this is ||| 0.00740145 1 ||| ||| 5
+, denn das ||| ! this ||| 0.00740145 1 ||| ||| 5
+Angriff nehmen , denn das ||| ! this ||| 0.00740145 1 ||| ||| 5
+denn das ||| ! this ||| 0.00740145 1 ||| ||| 5
+in Angriff nehmen , denn das ||| ! this ||| 0.00740145 1 ||| ||| 5
+nehmen , denn das ||| ! this ||| 0.00740145 1 ||| ||| 5
+! – dieses Mal leider flankiert ||| ! unfortunately accompanied , this time , ||| 0.0370072 0.883601 ||| ||| 1
+! – dieses Mal leider flankiert ||| ! unfortunately accompanied , this time ||| 0.0370072 0.883601 ||| ||| 1
+leider ||| ! unfortunately ||| 0.0370072 1 ||| ||| 1
+, und hier kommen wir nur weiter ||| ! we can only make progress here ||| 0.00740145 1 ||| ||| 5
+hier kommen wir nur weiter , ||| ! we can only make progress here ||| 0.00740145 1 ||| ||| 5
+hier kommen wir nur weiter ||| ! we can only make progress here ||| 0.00740145 1 ||| ||| 5
+und hier kommen wir nur weiter , ||| ! we can only make progress here ||| 0.00740145 1 ||| ||| 5
+und hier kommen wir nur weiter ||| ! we can only make progress here ||| 0.00740145 1 ||| ||| 5
+kommen wir nur weiter , ||| ! we can only make progress ||| 0.0185036 1 ||| ||| 2
+kommen wir nur weiter ||| ! we can only make progress ||| 0.0185036 1 ||| ||| 2
+kommen wir nur ||| ! we can only ||| 0.0370072 1 ||| ||| 1
+kommen wir ||| ! we can ||| 0.0370072 1 ||| ||| 1
+, und wir wissen genau , dass ||| ! we know quite well that ||| 0.0185036 1 ||| ||| 2
+und wir wissen genau , dass ||| ! we know quite well that ||| 0.0185036 1 ||| ||| 2
+, und wir wissen genau ||| ! we know quite well ||| 0.0185036 1 ||| ||| 2
+und wir wissen genau ||| ! we know quite well ||| 0.0185036 1 ||| ||| 2
+, und wir wissen ||| ! we know ||| 0.0185036 1 ||| ||| 2
+und wir wissen ||| ! we know ||| 0.0185036 1 ||| ||| 2
+! - , dass wir mehr wollen ||| ! we want more ||| 0.0370072 0.883601 ||| ||| 1
+, und wir ||| ! we ||| 0.00411192 1 ||| ||| 9
+ebenfalls mangelnde Vorsicht ||| ! we ||| 0.00411192 1 ||| ||| 9
+eine größere ||| ! we ||| 0.00411192 1 ||| ||| 9
+eine ||| ! we ||| 0.00411192 1 ||| ||| 9
+ist ebenfalls mangelnde Vorsicht ||| ! we ||| 0.00411192 1 ||| ||| 9
+oh Gott , wir ||| ! we ||| 0.00411192 1 ||| ||| 9
+und wir ||| ! we ||| 0.00411192 1 ||| ||| 9
+wird eine größere ||| ! we ||| 0.00411192 1 ||| ||| 9
+wird eine ||| ! we ||| 0.00411192 1 ||| ||| 9
+. ||| ! well ! ||| 0.0370072 1 ||| ||| 1
+. ||| ! well ||| 0.0370072 1 ||| ||| 1
+eben solch eine ||| ! what ||| 0.0185036 1 ||| ||| 2
+eben solch ||| ! what ||| 0.0185036 1 ||| ||| 2
+wann wollen Sie endlich ||| ! when are you finally going ||| 0.0370072 1 ||| ||| 1
+wann wollen Sie endlich ||| ! when are you finally ||| 0.0370072 1 ||| ||| 1
+wann wollen Sie ||| ! when are you ||| 0.0370072 1 ||| ||| 1
+wann wollen ||| ! when are ||| 0.0370072 1 ||| ||| 1
+wann ||| ! when ||| 0.0370072 1 ||| ||| 1
+. ||| ! why ? ||| 0.0370072 1 ||| ||| 1
+! den Sacharow-Preis , ||| ! won the Sakharov Prize ||| 0.0185036 0.883601 ||| ||| 2
+! den Sacharow-Preis ||| ! won the Sakharov Prize ||| 0.0185036 0.883601 ||| ||| 2
+! den ||| ! won the ||| 0.0370072 0.883601 ||| ||| 1
+! ||| ! won ||| 0.0370072 0.883601 ||| ||| 1
+es steht in Ihrer Macht ! ||| ! you have the power to do ||| 0.0370072 0.883601 ||| ||| 1
+es steht in Ihrer Macht ! ||| ! you have the power to ||| 0.0370072 0.883601 ||| ||| 1
+es steht in Ihrer Macht ! ||| ! you have the power ||| 0.0370072 0.883601 ||| ||| 1
+sie werden nie eine frei gewählte Abgeordnete ||| ! you will never be ||| 0.0123357 1 ||| ||| 3
+sie werden nie eine frei gewählte ||| ! you will never be ||| 0.0123357 1 ||| ||| 3
+sie werden nie eine frei ||| ! you will never be ||| 0.0123357 1 ||| ||| 3
+sie werden nie eine ||| ! you will never ||| 0.0185036 1 ||| ||| 2
+sie werden nie ||| ! you will never ||| 0.0185036 1 ||| ||| 2
+sie werden ||| ! you will ||| 0.0370072 1 ||| ||| 1
+sie ||| ! you ||| 0.0370072 1 ||| ||| 1
+! ! ! ||| ! ||| 0.00485437 0.689873 ||| ||| 1030
+! ! ||| ! ||| 0.00128445 0.780751 ||| ||| 1030
+! " ||| ! ||| 0.00679612 0.00130746 ||| ||| 1030
+! ) . ||| ! ||| 3.59294e-05 0.883601 ||| ||| 1030
+! ) ||| ! ||| 0.00128445 0.883601 ||| ||| 1030
+! , war ebenfalls kein Beitrag ||| ! ||| 3.59294e-05 0.883601 ||| ||| 1030
+! , war ebenfalls kein ||| ! ||| 3.59294e-05 0.883601 ||| ||| 1030
+! , war ebenfalls ||| ! ||| 3.59294e-05 0.883601 ||| ||| 1030
+! , war ||| ! ||| 3.59294e-05 0.883601 ||| ||| 1030
+! , ||| ! ||| 3.59294e-05 0.883601 ||| ||| 1030
+! - , ||| ! ||| 3.59294e-05 0.883601 ||| ||| 1030
+! - ||| ! ||| 0.00128445 0.883601 ||| ||| 1030
+! . ||| ! ||| 0.00291262 0.883601 ||| ||| 1030
+! 2004 war die UKIP die einzige ||| ! ||| 3.59294e-05 0.883601 ||| ||| 1030
+! 2004 war die UKIP die ||| ! ||| 3.59294e-05 0.883601 ||| ||| 1030
+! 2004 war die UKIP ||| ! ||| 3.59294e-05 0.883601 ||| ||| 1030
+! 2004 war die ||| ! ||| 3.59294e-05 0.883601 ||| ||| 1030
+! 2004 war ||| ! ||| 3.59294e-05 0.883601 ||| ||| 1030
+! 2004 ||| ! ||| 3.59294e-05 0.883601 ||| ||| 1030
+! ? ? ||| ! ||| 3.59294e-05 0.883601 ||| ||| 1030
+! die Opfer der Kriminalität in Europa ||| ! ||| 3.59294e-05 0.883601 ||| ||| 1030
+! die Opfer der Kriminalität in ||| ! ||| 3.59294e-05 0.883601 ||| ||| 1030
+! die Opfer der Kriminalität ||| ! ||| 3.59294e-05 0.883601 ||| ||| 1030
+! die Opfer der ||| ! ||| 3.59294e-05 0.883601 ||| ||| 1030
+! die Opfer ||| ! ||| 3.59294e-05 0.883601 ||| ||| 1030
+! die ||| ! ||| 3.59294e-05 0.883601 ||| ||| 1030
+! es ist nicht ||| ! ||| 3.59294e-05 0.883601 ||| ||| 1030
+! es ist ||| ! ||| 3.59294e-05 0.883601 ||| ||| 1030
+! es ||| ! ||| 3.59294e-05 0.883601 ||| ||| 1030
+! ich weiß , ||| ! ||| 3.59294e-05 0.883601 ||| ||| 1030
+! ich weiß ||| ! ||| 3.59294e-05 0.883601 ||| ||| 1030
+! ich ||| ! ||| 0.00291262 0.883601 ||| ||| 1030
+! und deshalb halte ich den Vorschlag ||| ! ||| 3.59294e-05 0.883601 ||| ||| 1030
+! und deshalb halte ich den ||| ! ||| 3.59294e-05 0.883601 ||| ||| 1030
+! und deshalb halte ich ||| ! ||| 3.59294e-05 0.883601 ||| ||| 1030
+! und deshalb halte ||| ! ||| 3.59294e-05 0.883601 ||| ||| 1030
+! und deshalb ||| ! ||| 3.59294e-05 0.883601 ||| ||| 1030
+! und ||| ! ||| 3.59294e-05 0.883601 ||| ||| 1030
+! ||| ! ||| 0.946602 0.883601 ||| ||| 1030
diff --git a/regression-testing/tests/score.phrase-based-with-alignment-inv/args.txt b/regression-testing/tests/score.phrase-based-with-alignment-inv/args.txt
new file mode 100644
index 000000000..1897ceccf
--- /dev/null
+++ b/regression-testing/tests/score.phrase-based-with-alignment-inv/args.txt
@@ -0,0 +1 @@
+$data_dir/models/score.phrase-based/extract.inv.sorted $data_dir/models/score.phrase-based/lex.e2f $outPath --Inverse --GoodTuring --WordAlignment
diff --git a/regression-testing/tests/score.phrase-based-with-alignment-inv/run-test-scorer.perl b/regression-testing/tests/score.phrase-based-with-alignment-inv/run-test-scorer.perl
new file mode 100755
index 000000000..bdf1fa620
--- /dev/null
+++ b/regression-testing/tests/score.phrase-based-with-alignment-inv/run-test-scorer.perl
@@ -0,0 +1,65 @@
+#!/usr/bin/perl -w
+
+use strict;
+use FindBin qw($Bin);
+use MosesRegressionTesting;
+use Getopt::Long;
+use File::Temp qw ( tempfile );
+use POSIX qw ( strftime );
+
+my $scoreExe;
+my $test_name;
+my $data_dir;
+my $test_dir;
+my $results_dir;
+
+GetOptions("scorer=s" => \$scoreExe,
+ "test=s" => \$test_name,
+ "data-dir=s"=> \$data_dir,
+ "test-dir=s"=> \$test_dir,
+ "results-dir=s"=> \$results_dir,
+ ) or exit 1;
+
+# output dir
+unless (defined $results_dir)
+{
+ my $ts = get_timestamp($scoreExe);
+ $results_dir = "$data_dir/results/$test_name/$ts";
+}
+
+`mkdir -p $results_dir`;
+
+my $outPath = "$results_dir/phrase-table.4.half.e2f";
+
+my $cmdMain = "$scoreExe $test_dir/$test_name/extract.inv.sorted $test_dir/$test_name/lex.e2f $outPath --Inverse --GoodTuring \n";
+`$cmdMain`;
+
+my $truthPath = "$test_dir/$test_name/truth/results.txt";
+my $cmd = "diff $outPath $truthPath | wc -l";
+
+my $numDiff = `$cmd`;
+
+if ($numDiff == 0)
+{
+ # print STDERR "FAILURE. Ran $cmdMain\n";
+ print STDERR "SUCCESS\n";
+ exit 0;
+}
+else
+{
+ print STDERR "FAILURE. Ran $cmdMain\n";
+ exit 1;
+}
+
+sub get_timestamp {
+ my ($file) = @_;
+ my ($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,
+ $atime,$mtime,$ctime,$blksize,$blocks)
+ = stat($file);
+ my $timestamp = strftime("%Y%m%d-%H%M%S", gmtime $mtime);
+ my $timestamp2 = strftime("%Y%m%d-%H%M%S", gmtime);
+ my $username = `whoami`; chomp $username;
+ return "moses.v$timestamp-$username-at-$timestamp2";
+}
+
+
diff --git a/regression-testing/tests/score.phrase-based-with-alignment-inv/truth/results.txt b/regression-testing/tests/score.phrase-based-with-alignment-inv/truth/results.txt
new file mode 100644
index 000000000..55abe2e88
--- /dev/null
+++ b/regression-testing/tests/score.phrase-based-with-alignment-inv/truth/results.txt
@@ -0,0 +1,913 @@
+! ! ! ) bezeichnet wird , ||| ! ! ! ) , ||| 0.0370072 0.689873 ||| ||| 1
+! ! ! ) bezeichnet wird ||| ! ! ! ) ||| 0.00925181 0.689873 ||| ||| 4
+! ! ! ) bezeichnet ||| ! ! ! ) ||| 0.00925181 0.689873 ||| ||| 4
+! ! ! ) ||| ! ! ! ) ||| 0.330745 0.689873 ||| ||| 4
+! ! ! ||| ! ! ! ||| 1 0.689873 ||| ||| 3
+! ! ) bezeichnet wird , hat ||| ! ! ) , has ||| 0.0370072 0.780751 ||| ||| 1
+! ! ) bezeichnet wird , ||| ! ! ) , ||| 0.0370072 0.780751 ||| ||| 1
+! ! ) bezeichnet wird ||| ! ! ) ||| 0.00925181 0.780751 ||| ||| 4
+! ! ) bezeichnet ||| ! ! ) ||| 0.00925181 0.780751 ||| ||| 4
+! ! ) ||| ! ! ) ||| 0.330745 0.780751 ||| ||| 4
+! ! ||| ! ! ||| 0.875 0.780751 ||| ||| 8
+erforderlich ! ||| ! ! ||| 0.0046259 0.883601 ||| ||| 8
+! ) Herr Kollege Ferber , ||| ! " ) Mr Ferber , ||| 0.0370072 0.883601 ||| ||| 1
+! ) Herr Kollege Ferber ||| ! " ) Mr Ferber ||| 0.0370072 0.883601 ||| ||| 1
+! ) Herr ||| ! " ) Mr ||| 0.0370072 0.883601 ||| ||| 1
+! ) ||| ! " ) ||| 0.0370072 0.883601 ||| ||| 1
+! " , schrie der Hirtenjunge ||| ! " , cried the shepherd boy ||| 0.0370072 0.582214 ||| ||| 1
+! " , schrie der ||| ! " , cried the ||| 0.0370072 0.582214 ||| ||| 1
+! " , schrie ||| ! " , cried ||| 0.0370072 0.582214 ||| ||| 1
+! " , ||| ! " , ||| 0.661491 0.582214 ||| ||| 2
+! " ||| ! " . ||| 0.0370072 0.292946 ||| ||| 1
+! " , sagte ich zu ihr ||| ! " I said to her ||| 0.0370072 0.582214 ||| ||| 1
+! " , sagte ich zu ||| ! " I said to ||| 0.0370072 0.582214 ||| ||| 1
+! " , sagte ich ||| ! " I said ||| 0.0370072 0.582214 ||| ||| 1
+! " , doch der ||| ! " but a ||| 0.0185036 0.582214 ||| ||| 2
+vermag ! " , doch der ||| ! " but a ||| 0.0185036 0.582214 ||| ||| 2
+! " , doch ||| ! " but ||| 0.0185036 0.582214 ||| ||| 2
+vermag ! " , doch ||| ! " but ||| 0.0185036 0.582214 ||| ||| 2
+! " geht nicht mehr weiter ||| ! " can no longer continue ||| 0.0370072 0.582214 ||| ||| 1
+! " geht nicht mehr ||| ! " can no longer ||| 0.0370072 0.582214 ||| ||| 1
+! " geht nicht ||| ! " can no ||| 0.0370072 0.582214 ||| ||| 1
+! " geht ||| ! " can ||| 0.0370072 0.582214 ||| ||| 1
+! , war ebenfalls kein Beitrag zur ||| ! " did little to ||| 0.0370072 0.883601 ||| ||| 1
+! , war ebenfalls kein Beitrag ||| ! " did little ||| 0.00616787 0.883601 ||| ||| 6
+! , war ebenfalls kein ||| ! " did little ||| 0.00616787 0.883601 ||| ||| 6
+! , war ebenfalls ||| ! " did little ||| 0.00616787 0.883601 ||| ||| 6
+! , war ||| ! " did little ||| 0.00616787 0.883601 ||| ||| 6
+! , ||| ! " did little ||| 0.00616787 0.883601 ||| ||| 6
+! ||| ! " did little ||| 0.00616787 0.883601 ||| ||| 6
+! , war ebenfalls kein Beitrag ||| ! " did ||| 0.00616787 0.883601 ||| ||| 6
+! , war ebenfalls kein ||| ! " did ||| 0.00616787 0.883601 ||| ||| 6
+! , war ebenfalls ||| ! " did ||| 0.00616787 0.883601 ||| ||| 6
+! , war ||| ! " did ||| 0.00616787 0.883601 ||| ||| 6
+! , ||| ! " did ||| 0.00616787 0.883601 ||| ||| 6
+! ||| ! " did ||| 0.00616787 0.883601 ||| ||| 6
+! " , antwortete der Präsident . ||| ! " replied the President . ||| 0.0370072 0.582214 ||| ||| 1
+! " , antwortete der Präsident ||| ! " replied the President ||| 0.0370072 0.582214 ||| ||| 1
+! " , antwortete der ||| ! " replied the ||| 0.0370072 0.582214 ||| ||| 1
+! " , antwortete ||| ! " replied ||| 0.0370072 0.582214 ||| ||| 1
+auf sein ||| ! " summoned all ||| 0.0185036 1 ||| ||| 2
+sein ||| ! " summoned all ||| 0.0185036 1 ||| ||| 2
+auf sein ||| ! " summoned ||| 0.0185036 1 ||| ||| 2
+sein ||| ! " summoned ||| 0.0185036 1 ||| ||| 2
+! " , ||| ! " ||| 0.0625 0.582214 ||| ||| 48
+! " ? ||| ! " ||| 0.000770984 0.582214 ||| ||| 48
+! " ||| ! " ||| 0.604167 0.582214 ||| ||| 48
+! , war ebenfalls kein Beitrag ||| ! " ||| 0.000770984 0.883601 ||| ||| 48
+! , war ebenfalls kein ||| ! " ||| 0.000770984 0.883601 ||| ||| 48
+! , war ebenfalls ||| ! " ||| 0.000770984 0.883601 ||| ||| 48
+! , war ||| ! " ||| 0.000770984 0.883601 ||| ||| 48
+! , ||| ! " ||| 0.000770984 0.883601 ||| ||| 48
+! ||| ! " ||| 0.0833333 0.883601 ||| ||| 48
+Staatsflagge " ||| ! " ||| 0.000770984 0.65891 ||| ||| 48
+auf sein ||| ! " ||| 0.000770984 1 ||| ||| 48
+sein ||| ! " ||| 0.000770984 1 ||| ||| 48
+serviert ! " ||| ! " ||| 0.000770984 0.582214 ||| ||| 48
+vermag ! " , ||| ! " ||| 0.000770984 0.582214 ||| ||| 48
+vermag ! " ||| ! " ||| 0.000770984 0.582214 ||| ||| 48
+, ||| ! ' ' I know , ||| 0.0370072 1 ||| ||| 1
+! " ||| ! ' ' really ? ' ||| 0.0370072 0.0911499 ||| ||| 1
+! " ) Heute ||| ! ' ) We ||| 0.0370072 0.272342 ||| ||| 1
+! " ) sagte er , die ||| ! ' ) said that the ||| 0.0370072 0.272342 ||| ||| 1
+! " ) sagte er , ||| ! ' ) said that ||| 0.0370072 0.272342 ||| ||| 1
+! " ) sagte er ||| ! ' ) said ||| 0.0185036 0.272342 ||| ||| 2
+! " ) sagte ||| ! ' ) said ||| 0.0185036 0.272342 ||| ||| 2
+! " ) ||| ! ' ) ||| 1 0.272342 ||| ||| 8
+! " hat das Parlament bereits ||| ! ' , Parliament has already ||| 0.0370072 0.272342 ||| ||| 1
+! " hat das Parlament ||| ! ' , Parliament ||| 0.0370072 0.272342 ||| ||| 1
+! " gehört , und denen ||| ! ' , and those ||| 0.0370072 0.272342 ||| ||| 1
+! " oder zu Kollegin Harms ||| ! ' , and to Mrs Harms ||| 0.0370072 0.272342 ||| ||| 1
+! " oder zu Kollegin ||| ! ' , and to Mrs ||| 0.0370072 0.272342 ||| ||| 1
+! " oder zu ||| ! ' , and to ||| 0.0370072 0.272342 ||| ||| 1
+! " gehört , und ||| ! ' , and ||| 0.0123357 0.272342 ||| ||| 3
+! " oder ||| ! ' , and ||| 0.0123357 0.272342 ||| ||| 3
+! ' ||| ! ' , and ||| 0.0123357 0.453737 ||| ||| 3
+! " , sondern damit es ||| ! ' , but so that they ||| 0.0370072 0.272342 ||| ||| 1
+! " , sondern damit ||| ! ' , but so that ||| 0.0370072 0.272342 ||| ||| 1
+aber diese 2,7 % ||| ! ' , but that 2.7 % ||| 0.0370072 1 ||| ||| 1
+aber diese 2,7 ||| ! ' , but that 2.7 ||| 0.0370072 1 ||| ||| 1
+aber diese ||| ! ' , but that ||| 0.0370072 1 ||| ||| 1
+! ' . aber dort gibt ||| ! ' , but there are widely ||| 0.0370072 0.883601 ||| ||| 1
+! ' . aber dort gibt ||| ! ' , but there are ||| 0.0370072 0.883601 ||| ||| 1
+! ' . aber dort ||| ! ' , but there ||| 0.0370072 0.883601 ||| ||| 1
+! " , sondern ||| ! ' , but ||| 0.0123357 0.272342 ||| ||| 3
+! ' . aber ||| ! ' , but ||| 0.0123357 0.883601 ||| ||| 3
+aber ||| ! ' , but ||| 0.0123357 1 ||| ||| 3
+, ||| ! ' , that ||| 0.00925181 1 ||| ||| 4
+Ziel kommen , ||| ! ' , that ||| 0.00925181 1 ||| ||| 4
+kommen , ||| ! ' , that ||| 0.00925181 1 ||| ||| 4
+zum Ziel kommen , ||| ! ' , that ||| 0.00925181 1 ||| ||| 4
+! " , der ||| ! ' , which ||| 0.0370072 0.272342 ||| ||| 1
+! " , ||| ! ' , ||| 0.0944987 0.272342 ||| ||| 14
+! " gehört , ||| ! ' , ||| 0.00264337 0.272342 ||| ||| 14
+! " hat ||| ! ' , ||| 0.00264337 0.272342 ||| ||| 14
+! " ||| ! ' , ||| 0.00264337 0.272342 ||| ||| 14
+! ' , womit ||| ! ' , ||| 0.00264337 0.883601 ||| ||| 14
+! ' , ||| ! ' , ||| 0.00264337 0.883601 ||| ||| 14
+! ' . ||| ! ' , ||| 0.00264337 0.883601 ||| ||| 14
+! ' Stand , ||| ! ' , ||| 0.00264337 0.883601 ||| ||| 14
+! ' ||| ! ' , ||| 0.00264337 0.453737 ||| ||| 14
+, ||| ! ' , ||| 0.00264337 1 ||| ||| 14
+Ziel kommen , ||| ! ' , ||| 0.00264337 1 ||| ||| 14
+kommen , ||| ! ' , ||| 0.00264337 1 ||| ||| 14
+zum Ziel kommen , ||| ! ' , ||| 0.00264337 1 ||| ||| 14
+! " - und dies übrigens ||| ! ' - and what is more ||| 0.0370072 0.272342 ||| ||| 1
+! " - und dies ||| ! ' - and what is ||| 0.0370072 0.272342 ||| ||| 1
+! " - und ||| ! ' - and ||| 0.0370072 0.272342 ||| ||| 1
+! " - ||| ! ' - ||| 0.0370072 0.272342 ||| ||| 1
+! “ ||| ! ' . nevertheless , ||| 0.0370072 0.883601 ||| ||| 1
+! “ ||| ! ' . nevertheless ||| 0.0370072 0.883601 ||| ||| 1
+! " . ||| ! ' . ||| 0.363636 0.272342 ||| ||| 11
+! " ||| ! ' . ||| 0.363636 0.272342 ||| ||| 11
+! ' ||| ! ' . ||| 0.00336429 0.883601 ||| ||| 11
+! ||| ! ' . ||| 0.00336429 0.883601 ||| ||| 11
+! “ ||| ! ' . ||| 0.00336429 0.883601 ||| ||| 11
+! " . und Spinelli , der ||| ! ' ; Spinelli , who ||| 0.0370072 0.272342 ||| ||| 1
+! " . und Spinelli ||| ! ' ; Spinelli ||| 0.0370072 0.272342 ||| ||| 1
+! " . und ||| ! ' ; ||| 0.0370072 0.272342 ||| ||| 1
+! " ? ||| ! ' ? ||| 0.0370072 0.272342 ||| ||| 1
+! " , gab ich zur Antwort ||| ! ' I replied ||| 0.0370072 0.272342 ||| ||| 1
+Parlaments ||| ! ' ] ||| 0.0370072 1 ||| ||| 1
+! " und Nizza II ? ||| ! ' and Nice II ? ||| 0.0370072 0.272342 ||| ||| 1
+! " und Nizza II ||| ! ' and Nice II ||| 0.0370072 0.272342 ||| ||| 1
+! " und Nizza ||| ! ' and Nice ||| 0.0370072 0.272342 ||| ||| 1
+! " und schlagen uns an die ||| ! ' and beat our ||| 0.0123357 0.272342 ||| ||| 3
+! " und schlagen uns an ||| ! ' and beat our ||| 0.0123357 0.272342 ||| ||| 3
+! " und schlagen uns ||| ! ' and beat our ||| 0.0123357 0.272342 ||| ||| 3
+! " und schlagen ||| ! ' and beat ||| 0.0370072 0.272342 ||| ||| 1
+! ' rufen , ||| ! ' and then murder ||| 0.0370072 0.883601 ||| ||| 1
+! ' rufen , ||| ! ' and then ||| 0.0370072 0.883601 ||| ||| 1
+! " , und fuhr fort , ||| ! ' and ||| 0.00528675 0.272342 ||| ||| 7
+! " , und fuhr fort ||| ! ' and ||| 0.00528675 0.272342 ||| ||| 7
+! " , und fuhr ||| ! ' and ||| 0.00528675 0.272342 ||| ||| 7
+! " , und ||| ! ' and ||| 0.00528675 0.272342 ||| ||| 7
+! " und ||| ! ' and ||| 0.188997 0.272342 ||| ||| 7
+! ' rufen , ||| ! ' and ||| 0.00528675 0.883601 ||| ||| 7
+" ! aber ||| ! ' but ||| 0.0370072 0.272342 ||| ||| 1
+! " ) Sie haben vollkommen recht ||| ! ' exactly ||| 0.0185036 0.272342 ||| ||| 2
+! " ) Sie haben vollkommen ||| ! ' exactly ||| 0.0185036 0.272342 ||| ||| 2
+! " rufe vonseiten der IND ||| ! ' from members of the IND ||| 0.0370072 0.272342 ||| ||| 1
+! " rufe vonseiten der ||| ! ' from members of the ||| 0.0370072 0.272342 ||| ||| 1
+! " rufe vonseiten ||| ! ' from members of ||| 0.0370072 0.272342 ||| ||| 1
+! " rufe vonseiten ||| ! ' from members ||| 0.0370072 0.272342 ||| ||| 1
+! " rufe vonseiten ||| ! ' from ||| 0.0370072 0.272342 ||| ||| 1
+! “ Ist sich der amtierende Ratspräsident ||| ! ' is the Presidency-in-Office ||| 0.0370072 0.883601 ||| ||| 1
+! ' , diese Aufforderung ||| ! ' is the message ||| 0.0370072 0.883601 ||| ||| 1
+! ' , diese ||| ! ' is the ||| 0.0185036 0.883601 ||| ||| 2
+! “ Ist sich der ||| ! ' is the ||| 0.0185036 0.883601 ||| ||| 2
+! ' , ||| ! ' is ||| 0.0123357 0.883601 ||| ||| 3
+! ' ||| ! ' is ||| 0.0123357 0.883601 ||| ||| 3
+! “ Ist sich ||| ! ' is ||| 0.0123357 0.883601 ||| ||| 3
+beglückwünschen Sie dazu ! " oder ||| ! ' or alternatively ||| 0.0185036 0.272342 ||| ||| 2
+wir beglückwünschen Sie dazu ! " oder ||| ! ' or alternatively ||| 0.0185036 0.272342 ||| ||| 2
+! " oder ||| ! ' or ||| 0.0123357 0.272342 ||| ||| 3
+Sie dazu ! " oder ||| ! ' or ||| 0.0123357 0.272342 ||| ||| 3
+dazu ! " oder ||| ! ' or ||| 0.0123357 0.272342 ||| ||| 3
+! " rufen die Föderalisten , und ||| ! ' say the federalists , and ||| 0.0370072 0.272342 ||| ||| 1
+! " rufen die Föderalisten , ||| ! ' say the federalists , ||| 0.0370072 0.272342 ||| ||| 1
+! " rufen die Föderalisten ||| ! ' say the federalists ||| 0.0370072 0.272342 ||| ||| 1
+! " rufen die ||| ! ' say the ||| 0.0370072 0.272342 ||| ||| 1
+! " rufen ||| ! ' say ||| 0.0370072 0.272342 ||| ||| 1
+" , schrie sie , " nicht ||| ! ' she shrieked , ' not ||| 0.0370072 0.0949985 ||| ||| 1
+" , schrie sie , " ||| ! ' she shrieked , ' ||| 0.0370072 0.0949985 ||| ||| 1
+" , schrie sie , ||| ! ' she shrieked , ||| 0.0370072 0.308218 ||| ||| 1
+" , schrie sie ||| ! ' she shrieked ||| 0.0370072 0.308218 ||| ||| 1
+" , schrie sie ||| ! ' she ||| 0.0370072 0.308218 ||| ||| 1
+! " zu allen Formen des Protektionismus ||| ! ' to all forms of protectionism ||| 0.0370072 0.272342 ||| ||| 1
+! " zu allen Formen des ||| ! ' to all forms of ||| 0.0370072 0.272342 ||| ||| 1
+! " zu allen Formen ||| ! ' to all forms ||| 0.0370072 0.272342 ||| ||| 1
+! " zu allen ||| ! ' to all ||| 0.0370072 0.272342 ||| ||| 1
+! " zur Offenheit und zum Wettbewerb ||| ! ' to openness and competition ||| 0.0370072 0.272342 ||| ||| 1
+! " zur Offenheit und zum ||| ! ' to openness and ||| 0.0185036 0.272342 ||| ||| 2
+! " zur Offenheit und ||| ! ' to openness and ||| 0.0185036 0.272342 ||| ||| 2
+! " zur Offenheit ||| ! ' to openness ||| 0.0370072 0.272342 ||| ||| 1
+! " zu ||| ! ' to ||| 0.0185036 0.272342 ||| ||| 2
+! " zur ||| ! ' to ||| 0.0185036 0.272342 ||| ||| 2
+" war auch der Ruf der Menschen ||| ! ' was what the communities ||| 0.0370072 0.308218 ||| ||| 1
+" war auch der Ruf der ||| ! ' was what the ||| 0.0370072 0.308218 ||| ||| 1
+" war auch der Ruf ||| ! ' was what ||| 0.0185036 0.308218 ||| ||| 2
+" war auch der ||| ! ' was what ||| 0.0185036 0.308218 ||| ||| 2
+" war auch ||| ! ' was ||| 0.0185036 0.308218 ||| ||| 2
+" war ||| ! ' was ||| 0.0185036 0.308218 ||| ||| 2
+! " ( Europa war gut zu ||| ! ' ||| 0.000169758 0.272342 ||| ||| 218
+! " ( Europa war gut ||| ! ' ||| 0.000169758 0.272342 ||| ||| 218
+! " ( Europa war ||| ! ' ||| 0.000169758 0.272342 ||| ||| 218
+! " ( Europa ||| ! ' ||| 0.000169758 0.272342 ||| ||| 218
+! " ( ||| ! ' ||| 0.000169758 0.272342 ||| ||| 218
+! " ) Sie haben ||| ! ' ||| 0.000169758 0.272342 ||| ||| 218
+! " ) Sie ||| ! ' ||| 0.000169758 0.272342 ||| ||| 218
+! " ) ||| ! ' ||| 0.000169758 0.272342 ||| ||| 218
+! " , ||| ! ' ||| 0.0137615 0.272342 ||| ||| 218
+! " . ||| ! ' ||| 0.0412844 0.272342 ||| ||| 218
+! " begrüßt ||| ! ' ||| 0.000169758 0.272342 ||| ||| 218
+! " gehört ||| ! ' ||| 0.000169758 0.272342 ||| ||| 218
+! " rufe ||| ! ' ||| 0.000169758 0.272342 ||| ||| 218
+! " steht . ||| ! ' ||| 0.000169758 0.272342 ||| ||| 218
+! " steht ||| ! ' ||| 0.000169758 0.272342 ||| ||| 218
+! " vereinen ||| ! ' ||| 0.000169758 0.272342 ||| ||| 218
+! " ||| ! ' ||| 0.463303 0.272342 ||| ||| 218
+! ' , ||| ! ' ||| 0.000169758 0.883601 ||| ||| 218
+! ' - wir lassen uns ||| ! ' ||| 0.000169758 0.883601 ||| ||| 218
+! ' - wir lassen ||| ! ' ||| 0.000169758 0.883601 ||| ||| 218
+! ' - wir ||| ! ' ||| 0.000169758 0.883601 ||| ||| 218
+! ' - ||| ! ' ||| 0.000169758 0.883601 ||| ||| 218
+! ' . ||| ! ' ||| 0.000169758 0.883601 ||| ||| 218
+! ' Stand ||| ! ' ||| 0.000169758 0.883601 ||| ||| 218
+! ' rufen ||| ! ' ||| 0.000169758 0.883601 ||| ||| 218
+! ' ||| ! ' ||| 0.114679 0.883601 ||| ||| 218
+! ||| ! ' ||| 0.0825688 0.883601 ||| ||| 218
+! “ ||| ! ' ||| 0.0137615 0.883601 ||| ||| 218
+" ! ||| ! ' ||| 0.0183486 0.272342 ||| ||| 218
+" , schrie ||| ! ' ||| 0.000169758 0.308218 ||| ||| 218
+" . ||| ! ' ||| 0.000169758 0.308218 ||| ||| 218
+" ||| ! ' ||| 0.000169758 0.308218 ||| ||| 218
+' ||| ! ' ||| 0.000169758 1 ||| ||| 218
+, Rassismus ' ||| ! ' ||| 0.000169758 1 ||| ||| 218
+. " ||| ! ' ||| 0.0229358 0.308218 ||| ||| 218
+. ' ||| ! ' ||| 0.000169758 1 ||| ||| 218
+. ||| ! ' ||| 0.00606872 1 ||| ||| 218
+: " ||| ! ' ||| 0.000169758 0.308218 ||| ||| 218
+? ' ||| ! ' ||| 0.000169758 1 ||| ||| 218
+Ihr müßt ||| ! ' ||| 0.000169758 1 ||| ||| 218
+Parlaments ||| ! ' ||| 0.000169758 1 ||| ||| 218
+Rassismus ' ||| ! ' ||| 0.000169758 1 ||| ||| 218
+Sie dazu ! " ||| ! ' ||| 0.000169758 0.272342 ||| ||| 218
+Sonnenergie ! ||| ! ' ||| 0.000169758 0.883601 ||| ||| 218
+aufgreifen . ||| ! ' ||| 0.000169758 1 ||| ||| 218
+befassen ! ' ||| ! ' ||| 0.000169758 0.883601 ||| ||| 218
+das tun ! " ||| ! ' ||| 0.000169758 0.272342 ||| ||| 218
+dazu ! " ||| ! ' ||| 0.000169758 0.272342 ||| ||| 218
+den ||| ! ' ||| 0.000169758 1 ||| ||| 218
+erschaffen ! ' ||| ! ' ||| 0.000169758 0.883601 ||| ||| 218
+gehabt ! ' ||| ! ' ||| 0.000169758 0.883601 ||| ||| 218
+geschehen ! " ||| ! ' ||| 0.000169758 0.272342 ||| ||| 218
+müßt ||| ! ' ||| 0.000169758 1 ||| ||| 218
+stellen ! ||| ! ' ||| 0.000169758 0.883601 ||| ||| 218
+tun ! " ||| ! ' ||| 0.000169758 0.272342 ||| ||| 218
+verabschieden ! ||| ! ' ||| 0.000169758 0.883601 ||| ||| 218
+zu erschaffen ! ' ||| ! ' ||| 0.000169758 0.883601 ||| ||| 218
+! ) bezeichnet wird , hat ||| ! ) , has ||| 0.0370072 0.883601 ||| ||| 1
+! ) oder ihr Egonet ||| ! ) , or rather their egonet ||| 0.0370072 0.883601 ||| ||| 1
+! ) oder ||| ! ) , or ||| 0.0370072 0.883601 ||| ||| 1
+! ) , Forschung , Wettbewerbsfähigkeit und ||| ! ) , research , competitiveness and ||| 0.0370072 0.883601 ||| ||| 1
+! ) , Forschung , Wettbewerbsfähigkeit ||| ! ) , research , competitiveness ||| 0.0370072 0.883601 ||| ||| 1
+! ) , Forschung , ||| ! ) , research , ||| 0.0370072 0.883601 ||| ||| 1
+! ) , Forschung ||| ! ) , research ||| 0.0370072 0.883601 ||| ||| 1
+! ) , mit der Rodung von ||| ! ) , the grubbing-up of ||| 0.0370072 0.883601 ||| ||| 1
+! ) , mit der Rodung ||| ! ) , the grubbing-up ||| 0.0370072 0.883601 ||| ||| 1
+! ) , mit der ||| ! ) , the ||| 0.0370072 0.883601 ||| ||| 1
+! - , ist zu ersehen ||| ! ) , we see ||| 0.0370072 0.883601 ||| ||| 1
+! - , ist zu ||| ! ) , we ||| 0.0370072 0.883601 ||| ||| 1
+! ) , während über 100 ||| ! ) , while over 100 ||| 0.0185036 0.883601 ||| ||| 2
+aus ! ) , während über 100 ||| ! ) , while over 100 ||| 0.0185036 0.883601 ||| ||| 2
+! ) , während über ||| ! ) , while over ||| 0.0123357 0.883601 ||| ||| 3
+aus ! ) , während über ||| ! ) , while over ||| 0.0123357 0.883601 ||| ||| 3
+leer aus ! ) , während über ||| ! ) , while over ||| 0.0123357 0.883601 ||| ||| 3
+! ) , während ||| ! ) , while ||| 0.00925181 0.883601 ||| ||| 4
+aus ! ) , während ||| ! ) , while ||| 0.00925181 0.883601 ||| ||| 4
+leer aus ! ) , während ||| ! ) , while ||| 0.00925181 0.883601 ||| ||| 4
+völlig leer aus ! ) , während ||| ! ) , while ||| 0.00925181 0.883601 ||| ||| 4
+! ) , mit ||| ! ) , ||| 0.00284671 0.883601 ||| ||| 13
+! ) , ||| ! ) , ||| 0.307692 0.883601 ||| ||| 13
+! ) bezeichnet wird , ||| ! ) , ||| 0.00284671 0.883601 ||| ||| 13
+! ) ||| ! ) , ||| 0.00284671 0.883601 ||| ||| 13
+! - , ist ||| ! ) , ||| 0.00284671 0.883601 ||| ||| 13
+! - , ||| ! ) , ||| 0.00284671 0.883601 ||| ||| 13
+aus ! ) , ||| ! ) , ||| 0.00284671 0.883601 ||| ||| 13
+ging völlig leer aus ! ) , ||| ! ) , ||| 0.00284671 0.883601 ||| ||| 13
+leer aus ! ) , ||| ! ) , ||| 0.00284671 0.883601 ||| ||| 13
+völlig leer aus ! ) , ||| ! ) , ||| 0.00284671 0.883601 ||| ||| 13
+durch ||| ! ) - in fact neither is ||| 0.0370072 1 ||| ||| 1
+durch ||| ! ) - in fact neither ||| 0.0370072 1 ||| ||| 1
+durch ||| ! ) - in fact ||| 0.0370072 1 ||| ||| 1
+durch ||| ! ) - in ||| 0.0370072 1 ||| ||| 1
+! ) . ||| ! ) . ||| 0.661491 0.883601 ||| ||| 2
+Berichtigungshaushalts im laufenden ||| ! ) amending budget in the current ||| 0.0370072 1 ||| ||| 1
+Berichtigungshaushalts im ||| ! ) amending budget in the ||| 0.0370072 1 ||| ||| 1
+Berichtigungshaushalts ||| ! ) amending budget ||| 0.0370072 1 ||| ||| 1
+! ) , und schließlich ||| ! ) and , finally , ||| 0.0370072 0.883601 ||| ||| 1
+! ) , und ||| ! ) and , ||| 0.0370072 0.883601 ||| ||| 1
+! ) und die Schaffung nationaler Finanzmärkte ||| ! ) and create national financial markets ||| 0.0370072 0.883601 ||| ||| 1
+! ) und die Schaffung nationaler ||| ! ) and create national ||| 0.0370072 0.883601 ||| ||| 1
+! ) und die Schaffung ||| ! ) and create ||| 0.0370072 0.883601 ||| ||| 1
+! ) und häufig unverständliche ||| ! ) and often unreadable ||| 0.0185036 0.883601 ||| ||| 2
+ankündigen ! ) und häufig unverständliche ||| ! ) and often unreadable ||| 0.0185036 0.883601 ||| ||| 2
+! ) und häufig unverständliche ||| ! ) and often unreadable – ||| 0.0185036 0.883601 ||| ||| 2
+ankündigen ! ) und häufig unverständliche ||| ! ) and often unreadable – ||| 0.0185036 0.883601 ||| ||| 2
+! ) und häufig ||| ! ) and often ||| 0.0185036 0.883601 ||| ||| 2
+ankündigen ! ) und häufig ||| ! ) and often ||| 0.0185036 0.883601 ||| ||| 2
+! ) und die ||| ! ) and ||| 0.00925181 0.883601 ||| ||| 4
+! ) und ||| ! ) and ||| 0.330745 0.883601 ||| ||| 4
+ankündigen ! ) und ||| ! ) and ||| 0.00925181 0.883601 ||| ||| 4
+! ) für die Umsetzung der ||| ! ) before they apply the ||| 0.0370072 0.883601 ||| ||| 1
+! ) für die Umsetzung ||| ! ) before they apply ||| 0.0370072 0.883601 ||| ||| 1
+! ) für die ||| ! ) before they ||| 0.0370072 0.883601 ||| ||| 1
+! ) für ||| ! ) before ||| 0.0185036 0.883601 ||| ||| 2
+! ) ||| ! ) before ||| 0.0185036 0.883601 ||| ||| 2
+! ||| ! ) can ||| 0.0370072 0.442597 ||| ||| 1
+! ) dürfen nicht verwendet ( missbraucht ||| ! ) cannot be used ( misused ||| 0.0370072 0.883601 ||| ||| 1
+! ) dürfen nicht verwendet ( ||| ! ) cannot be used ( ||| 0.0370072 0.883601 ||| ||| 1
+! ) dürfen nicht verwendet ||| ! ) cannot be used ||| 0.0370072 0.883601 ||| ||| 1
+! ) dürfen nicht ||| ! ) cannot be ||| 0.0370072 0.883601 ||| ||| 1
+! ) großen Not ||| ! ) high level of need ||| 0.0370072 0.883601 ||| ||| 1
+! ) großen ||| ! ) high ||| 0.0370072 0.883601 ||| ||| 1
+) fiktiven Holocaust an den Juden im ||| ! ) holocaust of the Jews ||| 0.0185036 1 ||| ||| 2
+) fiktiven Holocaust an den Juden ||| ! ) holocaust of the Jews ||| 0.0185036 1 ||| ||| 2
+) fiktiven Holocaust an den ||| ! ) holocaust of the ||| 0.0370072 1 ||| ||| 1
+) fiktiven Holocaust an ||| ! ) holocaust of ||| 0.0370072 1 ||| ||| 1
+) fiktiven Holocaust ||| ! ) holocaust ||| 0.0370072 1 ||| ||| 1
+! ) für den Fall der ||| ! ) in the event that we ||| 0.0370072 0.883601 ||| ||| 1
+! ) für den Fall ||| ! ) in the event that ||| 0.0370072 0.883601 ||| ||| 1
+! ) für den Fall ||| ! ) in the event ||| 0.0370072 0.883601 ||| ||| 1
+! ) für den ||| ! ) in the ||| 0.0370072 0.883601 ||| ||| 1
+! ) für ||| ! ) in ||| 0.0370072 0.883601 ||| ||| 1
+! ) allein für ||| ! ) just for ||| 0.0370072 0.883601 ||| ||| 1
+! ) allein ||| ! ) just ||| 0.0370072 0.883601 ||| ||| 1
+! ) Marktwirtschaft , die von einem ||| ! ) market economy ||| 0.00740145 0.883601 ||| ||| 5
+! ) Marktwirtschaft , die von ||| ! ) market economy ||| 0.00740145 0.883601 ||| ||| 5
+! ) Marktwirtschaft , die ||| ! ) market economy ||| 0.00740145 0.883601 ||| ||| 5
+! ) Marktwirtschaft , ||| ! ) market economy ||| 0.00740145 0.883601 ||| ||| 5
+! ) Marktwirtschaft ||| ! ) market economy ||| 0.00740145 0.883601 ||| ||| 5
+! - Kernkraftwerke errichtet werden ||| ! ) nuclear power stations built ||| 0.00925181 0.883601 ||| ||| 4
+! - Kernkraftwerke errichtet ||| ! ) nuclear power stations built ||| 0.00925181 0.883601 ||| ||| 4
+sichere ! - Kernkraftwerke errichtet werden ||| ! ) nuclear power stations built ||| 0.00925181 0.883601 ||| ||| 4
+sichere ! - Kernkraftwerke errichtet ||| ! ) nuclear power stations built ||| 0.00925181 0.883601 ||| ||| 4
+! - Kernkraftwerke ||| ! ) nuclear power stations ||| 0.0185036 0.883601 ||| ||| 2
+sichere ! - Kernkraftwerke ||| ! ) nuclear power stations ||| 0.0185036 0.883601 ||| ||| 2
+! ) über die Änderung der ||| ! ) on the amendment of ||| 0.0370072 0.883601 ||| ||| 1
+! ) über die Änderung ||| ! ) on the amendment ||| 0.0370072 0.883601 ||| ||| 1
+! ) über die ||| ! ) on the ||| 0.0370072 0.883601 ||| ||| 1
+! ) über ||| ! ) on ||| 0.0370072 0.883601 ||| ||| 1
+klug . ||| ! ) to be wise enough ||| 0.0370072 1 ||| ||| 1
+. ||| ! ) to be ||| 0.0370072 1 ||| ||| 1
+. ||| ! ) to ||| 0.0370072 1 ||| ||| 1
+! ) , die die Arbeitslosenunterstützung ||| ! ) which unemployment benefit ||| 0.0370072 0.883601 ||| ||| 1
+! ! ! ) ||| ! ) ||| 0.000521229 0.689873 ||| ||| 71
+! ) , geht . ||| ! ) ||| 0.000521229 0.883601 ||| ||| 71
+! ) , geht ||| ! ) ||| 0.000521229 0.883601 ||| ||| 71
+! ) , ||| ! ) ||| 0.0186335 0.883601 ||| ||| 71
+! ) . ||| ! ) ||| 0.000521229 0.883601 ||| ||| 71
+! ) bezeichnet wird ||| ! ) ||| 0.000521229 0.883601 ||| ||| 71
+! ) bezeichnet ||| ! ) ||| 0.000521229 0.883601 ||| ||| 71
+! ) für ||| ! ) ||| 0.000521229 0.883601 ||| ||| 71
+! ) vertritt ||| ! ) ||| 0.000521229 0.883601 ||| ||| 71
+! ) ||| ! ) ||| 0.633803 0.883601 ||| ||| 71
+! - ||| ! ) ||| 0.0186335 0.883601 ||| ||| 71
+! ||| ! ) ||| 0.000521229 0.442597 ||| ||| 71
+) fiktiven ||| ! ) ||| 0.000521229 1 ||| ||| 71
+) ||| ! ) ||| 0.000521229 1 ||| ||| 71
+, ging völlig leer aus ! ) ||| ! ) ||| 0.000521229 0.883601 ||| ||| 71
+- ||| ! ) ||| 0.000521229 1 ||| ||| 71
+. ||| ! ) ||| 0.0186335 1 ||| ||| 71
+? ) ||| ! ) ||| 0.000521229 1 ||| ||| 71
+ankündigen ! ) ||| ! ) ||| 0.000521229 0.883601 ||| ||| 71
+aus ! ) ||| ! ) ||| 0.000521229 0.883601 ||| ||| 71
+ging völlig leer aus ! ) ||| ! ) ||| 0.000521229 0.883601 ||| ||| 71
+leer aus ! ) ||| ! ) ||| 0.000521229 0.883601 ||| ||| 71
+sichere ! - ||| ! ) ||| 0.000521229 0.883601 ||| ||| 71
+völlig leer aus ! ) ||| ! ) ||| 0.000521229 0.883601 ||| ||| 71
+, er hatte überhaupt nicht zur Kenntnis ||| ! , he was entirely unaware ||| 0.0123357 1 ||| ||| 3
+, er hatte überhaupt nicht zur ||| ! , he was entirely unaware ||| 0.0123357 1 ||| ||| 3
+, er hatte überhaupt nicht ||| ! , he was entirely unaware ||| 0.0123357 1 ||| ||| 3
+, er hatte ||| ! , he was entirely ||| 0.0185036 1 ||| ||| 2
+, er hatte überhaupt ||| ! , he was entirely ||| 0.0185036 1 ||| ||| 2
+, er hatte ||| ! , he was ||| 0.0185036 1 ||| ||| 2
+, er hatte überhaupt ||| ! , he was ||| 0.0185036 1 ||| ||| 2
+, er ||| ! , he ||| 0.0370072 1 ||| ||| 1
+! , dem Gewinner des Sacharow-Preises in ||| ! , the Sakharov Prize winner in ||| 0.0370072 0.883601 ||| ||| 1
+! , dem Gewinner des Sacharow-Preises ||| ! , the Sakharov Prize winner ||| 0.0370072 0.883601 ||| ||| 1
+! , dem ||| ! , the ||| 0.0370072 0.883601 ||| ||| 1
+! , ||| ! , ||| 0.0185036 0.883601 ||| ||| 2
+, ||| ! , ||| 0.0185036 1 ||| ||| 2
+! - ' Es reicht ' ||| ! - ' Enough is enough ' ||| 0.0370072 0.883601 ||| ||| 1
+! - ' Es reicht ||| ! - ' Enough is enough ||| 0.0370072 0.883601 ||| ||| 1
+! - ' Es ||| ! - ' Enough ||| 0.0370072 0.883601 ||| ||| 1
+! - ' ||| ! - ' ||| 0.0370072 0.883601 ||| ||| 1
+! ich kann auch mitteilen ||| ! - I can also tell you ||| 0.0370072 0.442845 ||| ||| 1
+! ich kann auch ||| ! - I can also ||| 0.0370072 0.442845 ||| ||| 1
+! ich kann ||| ! - I can ||| 0.0370072 0.442845 ||| ||| 1
+ja auch tun ! warum sollte ||| ! - I do not see ||| 0.0370072 0.442845 ||| ||| 1
+ja auch tun ! warum sollte ||| ! - I do not ||| 0.0370072 0.442845 ||| ||| 1
+! - ||| ! - I do ||| 0.0185036 0.883601 ||| ||| 2
+ja auch tun ! warum ||| ! - I do ||| 0.0185036 0.442845 ||| ||| 2
+! - räume ich ein , ||| ! - I recognise ||| 0.0185036 0.883601 ||| ||| 2
+! - räume ich ein ||| ! - I recognise ||| 0.0185036 0.883601 ||| ||| 2
+! - , möchte ich meinerseits ||| ! - I would like to ||| 0.0185036 0.883601 ||| ||| 2
+! - , möchte ich ||| ! - I would like to ||| 0.0185036 0.883601 ||| ||| 2
+! - sage ich ||| ! - I would say ||| 0.0370072 0.883601 ||| ||| 1
+! - ||| ! - I ||| 0.0185036 0.883601 ||| ||| 2
+! ich ||| ! - I ||| 0.0185036 0.442845 ||| ||| 2
+! - Frau Präsidentin , ich wurde ||| ! - Madam President , I was ||| 0.0370072 0.883601 ||| ||| 1
+! - Frau Präsidentin , ich ||| ! - Madam President , I ||| 0.0370072 0.883601 ||| ||| 1
+! - Frau Präsidentin , ||| ! - Madam President , ||| 0.0370072 0.883601 ||| ||| 1
+! - Frau Präsidentin ||| ! - Madam President ||| 0.0370072 0.883601 ||| ||| 1
+! - Frau ||| ! - Madam ||| 0.0370072 0.883601 ||| ||| 1
+! ein Statut mit einem großen ||| ! - a statute with a capital ||| 0.0370072 0.442845 ||| ||| 1
+! ein Statut mit einem ||| ! - a statute with a ||| 0.0370072 0.442845 ||| ||| 1
+! ein Statut mit ||| ! - a statute with ||| 0.0370072 0.442845 ||| ||| 1
+! ein Statut ||| ! - a statute ||| 0.0370072 0.442845 ||| ||| 1
+! ein ||| ! - a ||| 0.0370072 0.442845 ||| ||| 1
+! - quer durch alle Fraktionen , ||| ! - all , ||| 0.0370072 0.883601 ||| ||| 1
+! - quer durch alle Fraktionen ||| ! - all ||| 0.0185036 0.883601 ||| ||| 2
+! - quer durch alle ||| ! - all ||| 0.0185036 0.883601 ||| ||| 2
+! - und ideologischer Manipulation ||| ! - and borders on ideological manipulation ||| 0.0370072 0.883601 ||| ||| 1
+! - und ideologischer ||| ! - and borders on ideological ||| 0.0370072 0.883601 ||| ||| 1
+! - und zum ersten ||| ! - and we saw the first ||| 0.0370072 0.883601 ||| ||| 1
+! - und zum ||| ! - and we saw the ||| 0.0370072 0.883601 ||| ||| 1
+! - und ||| ! - and we saw ||| 0.0370072 0.883601 ||| ||| 1
+! - und ||| ! - and we ||| 0.0370072 0.883601 ||| ||| 1
+! - und ||| ! - and ||| 0.661491 0.883601 ||| ||| 2
+! - um zu bekräftigen , daß ||| ! - as a reaffirmation of ||| 0.0123357 0.883601 ||| ||| 3
+! - um zu bekräftigen , ||| ! - as a reaffirmation of ||| 0.0123357 0.883601 ||| ||| 3
+! - um zu bekräftigen ||| ! - as a reaffirmation of ||| 0.0123357 0.883601 ||| ||| 3
+! - um zu bekräftigen , daß ||| ! - as a reaffirmation ||| 0.0123357 0.883601 ||| ||| 3
+! - um zu bekräftigen , ||| ! - as a reaffirmation ||| 0.0123357 0.883601 ||| ||| 3
+! - um zu bekräftigen ||| ! - as a reaffirmation ||| 0.0123357 0.883601 ||| ||| 3
+! - um zu ||| ! - as a ||| 0.0185036 0.883601 ||| ||| 2
+! - um ||| ! - as a ||| 0.0185036 0.883601 ||| ||| 2
+! aber ||| ! - but , ||| 0.0370072 0.303187 ||| ||| 1
+! - , doch die britische Regierung ||| ! - but the British Government ||| 0.0370072 0.883601 ||| ||| 1
+! - , doch die britische ||| ! - but the British ||| 0.0370072 0.883601 ||| ||| 1
+! - , doch die ||| ! - but the ||| 0.0370072 0.883601 ||| ||| 1
+! - , doch ||| ! - but ||| 0.0370072 0.883601 ||| ||| 1
+! - , von dem ||| ! - in favour ||| 0.0185036 0.883601 ||| ||| 2
+! - , von ||| ! - in favour ||| 0.0185036 0.883601 ||| ||| 2
+! - , von dem ||| ! - in ||| 0.0185036 0.883601 ||| ||| 2
+! - , von ||| ! - in ||| 0.0185036 0.883601 ||| ||| 2
+. ||| ! - is for the troops ||| 0.0370072 1 ||| ||| 1
+. ||| ! - is for the ||| 0.0370072 1 ||| ||| 1
+. ||| ! - is for ||| 0.0370072 1 ||| ||| 1
+. ||| ! - is ||| 0.0370072 1 ||| ||| 1
+! ebenso wie die anvisierte bessere ||| ! - just as planned and improved ||| 0.0370072 0.883601 ||| ||| 1
+! ebenso wie die anvisierte ||| ! - just as planned and ||| 0.0370072 0.883601 ||| ||| 1
+! ebenso wie die anvisierte ||| ! - just as planned ||| 0.0370072 0.883601 ||| ||| 1
+! ebenso wie die ||| ! - just as ||| 0.0185036 0.883601 ||| ||| 2
+! ebenso wie ||| ! - just as ||| 0.0185036 0.883601 ||| ||| 2
+! ebenso ||| ! - just ||| 0.0370072 0.883601 ||| ||| 1
+! - der operativen Ausgaben werden ||| ! - of operational expenses are managed ||| 0.0185036 0.883601 ||| ||| 2
+Herren ! - der operativen Ausgaben werden ||| ! - of operational expenses are managed ||| 0.0185036 0.883601 ||| ||| 2
+! - der operativen Ausgaben werden ||| ! - of operational expenses are ||| 0.0185036 0.883601 ||| ||| 2
+Herren ! - der operativen Ausgaben werden ||| ! - of operational expenses are ||| 0.0185036 0.883601 ||| ||| 2
+! - der operativen Ausgaben ||| ! - of operational expenses ||| 0.0123357 0.883601 ||| ||| 3
+Herren ! - der operativen Ausgaben ||| ! - of operational expenses ||| 0.0123357 0.883601 ||| ||| 3
+und Herren ! - der operativen Ausgaben ||| ! - of operational expenses ||| 0.0123357 0.883601 ||| ||| 3
+! - der operativen ||| ! - of operational ||| 0.00925181 0.883601 ||| ||| 4
+Damen und Herren ! - der operativen ||| ! - of operational ||| 0.00925181 0.883601 ||| ||| 4
+Herren ! - der operativen ||| ! - of operational ||| 0.00925181 0.883601 ||| ||| 4
+und Herren ! - der operativen ||| ! - of operational ||| 0.00925181 0.883601 ||| ||| 4
+! - Referenden und Volksinitiativen zu stellen ||| ! - of referendums and popular initiatives ||| 0.0123357 0.883601 ||| ||| 3
+! - Referenden und Volksinitiativen zu ||| ! - of referendums and popular initiatives ||| 0.0123357 0.883601 ||| ||| 3
+! - Referenden und Volksinitiativen ||| ! - of referendums and popular initiatives ||| 0.0123357 0.883601 ||| ||| 3
+! - Referenden und ||| ! - of referendums and ||| 0.0370072 0.883601 ||| ||| 1
+! - Referenden ||| ! - of referendums ||| 0.0370072 0.883601 ||| ||| 1
+! - der Energie vergeudet , bevor ||| ! - of the energy before ||| 0.0370072 0.883601 ||| ||| 1
+! - der Energie vergeudet , ||| ! - of the energy ||| 0.0123357 0.883601 ||| ||| 3
+! - der Energie vergeudet ||| ! - of the energy ||| 0.0123357 0.883601 ||| ||| 3
+! - der Energie ||| ! - of the energy ||| 0.0123357 0.883601 ||| ||| 3
+! - der ||| ! - of the ||| 0.0370072 0.883601 ||| ||| 1
+! - der ||| ! - of ||| 0.00308394 0.883601 ||| ||| 12
+! - ||| ! - of ||| 0.00308394 0.883601 ||| ||| 12
+Damen und Herren ! - der ||| ! - of ||| 0.00308394 0.883601 ||| ||| 12
+Herren ! - der ||| ! - of ||| 0.00308394 0.883601 ||| ||| 12
+Höhepunkt ist - , ||| ! - of ||| 0.00308394 1 ||| ||| 12
+Höhepunkt ist - ||| ! - of ||| 0.00308394 1 ||| ||| 12
+der Höhepunkt ist - , ||| ! - of ||| 0.00308394 1 ||| ||| 12
+der Höhepunkt ist - ||| ! - of ||| 0.00308394 1 ||| ||| 12
+ist - , ||| ! - of ||| 0.00308394 1 ||| ||| 12
+ist - ||| ! - of ||| 0.00308394 1 ||| ||| 12
+meine Damen und Herren ! - der ||| ! - of ||| 0.00308394 0.883601 ||| ||| 12
+und Herren ! - der ||| ! - of ||| 0.00308394 0.883601 ||| ||| 12
+! oder zugunsten der Rückkehr auf den ||| ! - or return to ||| 0.0370072 0.442845 ||| ||| 1
+! oder zugunsten der Rückkehr ||| ! - or return ||| 0.0370072 0.442845 ||| ||| 1
+! oder zugunsten der ||| ! - or ||| 0.0123357 0.442845 ||| ||| 3
+! oder zugunsten ||| ! - or ||| 0.0123357 0.442845 ||| ||| 3
+! oder ||| ! - or ||| 0.0123357 0.442845 ||| ||| 3
+! - energische Maßnahmen vorgeschlagen hat , ||| ! - proposing powerful measures ||| 0.0123357 0.883601 ||| ||| 3
+! - energische Maßnahmen vorgeschlagen hat ||| ! - proposing powerful measures ||| 0.0123357 0.883601 ||| ||| 3
+! - energische Maßnahmen vorgeschlagen ||| ! - proposing powerful measures ||| 0.0123357 0.883601 ||| ||| 3
+sage ich Dank ||| ! - say ' thank you ||| 0.0370072 1 ||| ||| 1
+sage ich ||| ! - say ' ||| 0.0370072 1 ||| ||| 1
+! - besagen , dass der Zugang ||| ! - stipulate that access ||| 0.0370072 0.883601 ||| ||| 1
+! - besagen , dass ||| ! - stipulate that ||| 0.0370072 0.883601 ||| ||| 1
+! - besagen ||| ! - stipulate ||| 0.0370072 0.883601 ||| ||| 1
+! - , die mit ||| ! - that have been treated with ||| 0.0123357 0.883601 ||| ||| 3
+Munde zusammen ! - , die mit ||| ! - that have been treated with ||| 0.0123357 0.883601 ||| ||| 3
+zusammen ! - , die mit ||| ! - that have been treated with ||| 0.0123357 0.883601 ||| ||| 3
+! - , die ||| ! - that have been ||| 0.00925181 0.883601 ||| ||| 4
+Munde zusammen ! - , die ||| ! - that have been ||| 0.00925181 0.883601 ||| ||| 4
+im Munde zusammen ! - , die ||| ! - that have been ||| 0.00925181 0.883601 ||| ||| 4
+zusammen ! - , die ||| ! - that have been ||| 0.00925181 0.883601 ||| ||| 4
+! - , die ||| ! - that have ||| 0.00925181 0.883601 ||| ||| 4
+Munde zusammen ! - , die ||| ! - that have ||| 0.00925181 0.883601 ||| ||| 4
+im Munde zusammen ! - , die ||| ! - that have ||| 0.00925181 0.883601 ||| ||| 4
+zusammen ! - , die ||| ! - that have ||| 0.00925181 0.883601 ||| ||| 4
+! - scheint die Europäische Union jetzt ||| ! - the EU seems ||| 0.0185036 0.883601 ||| ||| 2
+! - scheint die Europäische Union ||| ! - the EU seems ||| 0.0185036 0.883601 ||| ||| 2
+! - und begrenzt somit die ||| ! - thereby restricting the ||| 0.0370072 0.883601 ||| ||| 1
+! - rechtzeitig reagiert : sie hat ||| ! - took timely action : it ||| 0.0185036 0.883601 ||| ||| 2
+! - rechtzeitig reagiert : sie ||| ! - took timely action : it ||| 0.0185036 0.883601 ||| ||| 2
+! - rechtzeitig reagiert : ||| ! - took timely action : ||| 0.0370072 0.883601 ||| ||| 1
+! - rechtzeitig reagiert ||| ! - took timely action ||| 0.0370072 0.883601 ||| ||| 1
+! - rechtzeitig ||| ! - took timely ||| 0.0370072 0.883601 ||| ||| 1
+! - , wohingegen man ||| ! - whereas one ||| 0.0370072 0.883601 ||| ||| 1
+! - , wohingegen ||| ! - whereas ||| 0.0370072 0.883601 ||| ||| 1
+! - , die ||| ! - which ||| 0.0370072 0.883601 ||| ||| 1
+! - , während diejenigen , die ||| ! - while those responsible for the ||| 0.0370072 0.883601 ||| ||| 1
+! - , während diejenigen , ||| ! - while those responsible for ||| 0.0185036 0.883601 ||| ||| 2
+! - , während diejenigen ||| ! - while those responsible for ||| 0.0185036 0.883601 ||| ||| 2
+! - , während diejenigen , ||| ! - while those responsible ||| 0.0185036 0.883601 ||| ||| 2
+! - , während diejenigen ||| ! - while those responsible ||| 0.0185036 0.883601 ||| ||| 2
+! - , während ||| ! - while ||| 0.0370072 0.883601 ||| ||| 1
+- , so frage ||| ! - who would ||| 0.0370072 1 ||| ||| 1
+! - , die ||| ! - who ||| 0.0185036 0.883601 ||| ||| 2
+- , so ||| ! - who ||| 0.0185036 1 ||| ||| 2
+hinsichtlich des ||| ! - why the rules on the ||| 0.0370072 1 ||| ||| 1
+hinsichtlich ||| ! - why the rules on ||| 0.0370072 1 ||| ||| 1
+aufbewahren - müssen ||| ! - will have ||| 0.0370072 1 ||| ||| 1
+aufbewahren - ||| ! - will ||| 0.0370072 1 ||| ||| 1
+! ) ||| ! - ||| 0.000552347 0.883601 ||| ||| 67
+! - , die ||| ! - ||| 0.000552347 0.883601 ||| ||| 67
+! - , ||| ! - ||| 0.104478 0.883601 ||| ||| 67
+! - quer durch ||| ! - ||| 0.000552347 0.883601 ||| ||| 67
+! - quer ||| ! - ||| 0.000552347 0.883601 ||| ||| 67
+! - ||| ! - ||| 0.507463 0.883601 ||| ||| 67
+! ||| ! - ||| 0.0597015 0.442845 ||| ||| 67
+, meine Damen und Herren ! - ||| ! - ||| 0.000552347 0.883601 ||| ||| 67
+. ||| ! - ||| 0.019746 1 ||| ||| 67
+Damen und Herren ! - ||| ! - ||| 0.000552347 0.883601 ||| ||| 67
+Herren ! - ||| ! - ||| 0.000552347 0.883601 ||| ||| 67
+Höhepunkt ist - , ||| ! - ||| 0.000552347 1 ||| ||| 67
+Höhepunkt ist - ||| ! - ||| 0.000552347 1 ||| ||| 67
+Munde zusammen ! - ||| ! - ||| 0.000552347 0.883601 ||| ||| 67
+aufbewahren - ||| ! - ||| 0.000552347 1 ||| ||| 67
+bleibt - ||| ! - ||| 0.000552347 1 ||| ||| 67
+der Höhepunkt ist - , ||| ! - ||| 0.000552347 1 ||| ||| 67
+der Höhepunkt ist - ||| ! - ||| 0.000552347 1 ||| ||| 67
+im Munde zusammen ! - ||| ! - ||| 0.000552347 0.883601 ||| ||| 67
+ist - , ||| ! - ||| 0.000552347 1 ||| ||| 67
+ist - ||| ! - ||| 0.000552347 1 ||| ||| 67
+meine Damen und Herren ! - ||| ! - ||| 0.000552347 0.883601 ||| ||| 67
+und Herren ! - ||| ! - ||| 0.000552347 0.883601 ||| ||| 67
+zusammen ! - ||| ! - ||| 0.000552347 0.883601 ||| ||| 67
+! " . ||| ! . ||| 0.0185036 0.00130746 ||| ||| 2
+! ||| ! . ||| 0.0185036 0.444592 ||| ||| 2
+! ... und , hier war ich ||| ! ... ||| 0.0021769 0.883601 ||| ||| 17
+! ... und , hier war ||| ! ... ||| 0.0021769 0.883601 ||| ||| 17
+! ... und , hier ||| ! ... ||| 0.0021769 0.883601 ||| ||| 17
+! ... und , ||| ! ... ||| 0.0021769 0.883601 ||| ||| 17
+! ... und ||| ! ... ||| 0.0021769 0.883601 ||| ||| 17
+! ... ||| ! ... ||| 0.176471 0.883601 ||| ||| 17
+Ausnahme machen ! ... und , hier ||| ! ... ||| 0.0021769 0.883601 ||| ||| 17
+Ausnahme machen ! ... und , ||| ! ... ||| 0.0021769 0.883601 ||| ||| 17
+Ausnahme machen ! ... und ||| ! ... ||| 0.0021769 0.883601 ||| ||| 17
+Ausnahme machen ! ... ||| ! ... ||| 0.0021769 0.883601 ||| ||| 17
+machen ! ... und , hier war ||| ! ... ||| 0.0021769 0.883601 ||| ||| 17
+machen ! ... und , hier ||| ! ... ||| 0.0021769 0.883601 ||| ||| 17
+machen ! ... und , ||| ! ... ||| 0.0021769 0.883601 ||| ||| 17
+machen ! ... und ||| ! ... ||| 0.0021769 0.883601 ||| ||| 17
+machen ! ... ||| ! ... ||| 0.0021769 0.883601 ||| ||| 17
+! " ||| ! .... ' ||| 0.0370072 0.272342 ||| ||| 1
+! ||| ! .... ||| 0.0370072 0.883601 ||| ||| 1
+! 14,5 % Feuchte ist ||| ! 14.5 % is ||| 0.0370072 0.883601 ||| ||| 1
+! 14,5 % Feuchte ||| ! 14.5 % ||| 0.0370072 0.883601 ||| ||| 1
+! 173 Auftragsmorde seit 1990 ||| ! 173 contract killings since 1990 ||| 0.0370072 0.883601 ||| ||| 1
+! 173 Auftragsmorde seit 1990 – ||| ! 173 contract killings since 1990 – ||| 0.0370072 0.883601 ||| ||| 1
+! 173 Auftragsmorde seit ||| ! 173 contract killings since ||| 0.0370072 0.883601 ||| ||| 1
+! 173 Auftragsmorde ||| ! 173 contract killings ||| 0.0370072 0.883601 ||| ||| 1
+! 173 ||| ! 173 ||| 0.0370072 0.883601 ||| ||| 1
+! 2004 ||| ! 2004 may ||| 0.0370072 0.883601 ||| ||| 1
+! 2004 ||| ! 2004 ||| 0.0370072 0.883601 ||| ||| 1
+! ; und aus Angola , Dom ||| ! ; and from Angola , Dom ||| 0.0370072 0.883601 ||| ||| 1
+! ; und aus Angola , ||| ! ; and from Angola , ||| 0.0370072 0.883601 ||| ||| 1
+! ; und aus Angola ||| ! ; and from Angola ||| 0.0370072 0.883601 ||| ||| 1
+! ; und aus ||| ! ; and from ||| 0.0370072 0.883601 ||| ||| 1
+! ; und ||| ! ; and ||| 0.0370072 0.883601 ||| ||| 1
+! ; ||| ! ; ||| 0.0370072 0.883601 ||| ||| 1
+! 100 Mio. ECU ||| ! ECU 100 m ||| 0.0185036 0.883601 ||| ||| 2
+so ! 100 Mio. ECU ||| ! ECU 100 m ||| 0.0185036 0.883601 ||| ||| 2
+wie ich es bereits ||| ! I have been ||| 0.0370072 1 ||| ||| 1
+wie ich es ||| ! I have ||| 0.0370072 1 ||| ||| 1
+ich nicht einer Meinung mit ||| ! I may not agree with ||| 0.0370072 1 ||| ||| 1
+ich nicht einer Meinung ||| ! I may not agree ||| 0.0370072 1 ||| ||| 1
+ich nicht ||| ! I may not ||| 0.0370072 1 ||| ||| 1
+ich ||| ! I may ||| 0.0370072 1 ||| ||| 1
+das meines Erachtens ||| ! I think that ||| 0.0370072 1 ||| ||| 1
+und möchte zu ||| ! I want it ||| 0.0185036 1 ||| ||| 2
+und möchte ||| ! I want it ||| 0.0185036 1 ||| ||| 2
+und möchte zu ||| ! I want ||| 0.0185036 1 ||| ||| 2
+und möchte ||| ! I want ||| 0.0185036 1 ||| ||| 2
+! ||| ! I ||| 0.00740145 0.883601 ||| ||| 5
+das meines ||| ! I ||| 0.00740145 1 ||| ||| 5
+ich ||| ! I ||| 0.00740145 1 ||| ||| 5
+und ||| ! I ||| 0.00740145 1 ||| ||| 5
+wie ich ||| ! I ||| 0.00740145 1 ||| ||| 5
+! schottisches Rindfleisch ist ||| ! Scotch beef is ||| 0.0370072 0.883601 ||| ||| 1
+! schottisches Rindfleisch ||| ! Scotch beef ||| 0.0370072 0.883601 ||| ||| 1
+! schottisches ||| ! Scotch ||| 0.0370072 0.883601 ||| ||| 1
+dies ist der Wahlspruch ||| ! ] This is the relevant phrase ||| 0.0370072 1 ||| ||| 1
+dies ist der ||| ! ] This is the relevant ||| 0.0370072 1 ||| ||| 1
+dies ist der ||| ! ] This is the ||| 0.0370072 1 ||| ||| 1
+dies ist ||| ! ] This is ||| 0.0370072 1 ||| ||| 1
+dies ||| ! ] This ||| 0.0370072 1 ||| ||| 1
+! ) ||| ! ] ||| 0.0370072 0.883601 ||| ||| 1
+alle unsere Länder , wenn auch in ||| ! all our countries , to ||| 0.0370072 1 ||| ||| 1
+alle unsere Länder , wenn auch ||| ! all our countries , ||| 0.0123357 1 ||| ||| 3
+alle unsere Länder , wenn ||| ! all our countries , ||| 0.0123357 1 ||| ||| 3
+alle unsere Länder , ||| ! all our countries , ||| 0.0123357 1 ||| ||| 3
+alle unsere Länder ||| ! all our countries ||| 0.0370072 1 ||| ||| 1
+alle unsere ||| ! all our ||| 0.0370072 1 ||| ||| 1
+all ||| ! all this ||| 0.0370072 1 ||| ||| 1
+, denn alle nehmen ||| ! all ||| 0.00616787 1 ||| ||| 6
+, denn alle ||| ! all ||| 0.00616787 1 ||| ||| 6
+all ||| ! all ||| 0.00616787 1 ||| ||| 6
+alle ||| ! all ||| 0.00616787 1 ||| ||| 6
+denn alle nehmen ||| ! all ||| 0.00616787 1 ||| ||| 6
+denn alle ||| ! all ||| 0.00616787 1 ||| ||| 6
+und traut euch doch , etwa die ||| ! and dare to adopt the ||| 0.0370072 1 ||| ||| 1
+und traut euch doch , etwa ||| ! and dare to adopt ||| 0.0185036 1 ||| ||| 2
+und traut euch doch , ||| ! and dare to adopt ||| 0.0185036 1 ||| ||| 2
+und traut euch doch , etwa ||| ! and dare to ||| 0.0185036 1 ||| ||| 2
+und traut euch doch , ||| ! and dare to ||| 0.0185036 1 ||| ||| 2
+und traut euch doch ||| ! and dare ||| 0.0370072 1 ||| ||| 1
+anderes Beispiel : wenn ich ||| ! another example : when I ||| 0.0370072 1 ||| ||| 1
+anderes Beispiel : wenn ||| ! another example : when ||| 0.0370072 1 ||| ||| 1
+anderes Beispiel : ||| ! another example : ||| 0.0370072 1 ||| ||| 1
+anderes Beispiel ||| ! another example ||| 0.0370072 1 ||| ||| 1
+anderes ||| ! another ||| 0.0370072 1 ||| ||| 1
+werden Sie hart , oder seien Sie ||| ! be firm , or be ||| 0.0370072 1 ||| ||| 1
+hat der Rat so ||| ! can the Council even begin to ||| 0.0370072 1 ||| ||| 1
+hat der Rat so ||| ! can the Council even begin ||| 0.0370072 1 ||| ||| 1
+hat der Rat so ||| ! can the Council even ||| 0.0370072 1 ||| ||| 1
+hat der Rat ||| ! can the Council ||| 0.0370072 1 ||| ||| 1
+hat der ||| ! can the ||| 0.0370072 1 ||| ||| 1
+hat ||| ! can ||| 0.0370072 1 ||| ||| 1
+so ||| ! create ||| 0.0370072 1 ||| ||| 1
+jeder Staat versucht ||| ! each state tries ||| 0.0370072 1 ||| ||| 1
+jeder Staat ||| ! each state ||| 0.0370072 1 ||| ||| 1
+jeder ||| ! each ||| 0.0370072 1 ||| ||| 1
+immer nur zu reden und zu ||| ! enough of words ||| 0.0123357 1 ||| ||| 3
+immer nur zu reden und ||| ! enough of words ||| 0.0123357 1 ||| ||| 3
+immer nur zu reden ||| ! enough of words ||| 0.0123357 1 ||| ||| 3
+immer nur zu ||| ! enough of ||| 0.0185036 1 ||| ||| 2
+immer nur ||| ! enough of ||| 0.0185036 1 ||| ||| 2
+immer nur zu ||| ! enough ||| 0.0185036 1 ||| ||| 2
+immer nur ||| ! enough ||| 0.0185036 1 ||| ||| 2
+für viele von Ihnen - Sie ||| ! for many of you - you ||| 0.0370072 1 ||| ||| 1
+für viele von Ihnen - ||| ! for many of you - ||| 0.0370072 1 ||| ||| 1
+für viele von Ihnen ||| ! for many of you ||| 0.0370072 1 ||| ||| 1
+für viele von ||| ! for many of ||| 0.0370072 1 ||| ||| 1
+für viele ||| ! for many ||| 0.0370072 1 ||| ||| 1
+für ||| ! for ||| 0.0370072 1 ||| ||| 1
+tun vom Rinderwahn bis zu Bioziden , ||| ! from mad cow disease to biocides ||| 0.00925181 1 ||| ||| 4
+tun vom Rinderwahn bis zu Bioziden ||| ! from mad cow disease to biocides ||| 0.00925181 1 ||| ||| 4
+vom Rinderwahn bis zu Bioziden , ||| ! from mad cow disease to biocides ||| 0.00925181 1 ||| ||| 4
+vom Rinderwahn bis zu Bioziden ||| ! from mad cow disease to biocides ||| 0.00925181 1 ||| ||| 4
+tun vom Rinderwahn bis zu ||| ! from mad cow disease to ||| 0.0185036 1 ||| ||| 2
+vom Rinderwahn bis zu ||| ! from mad cow disease to ||| 0.0185036 1 ||| ||| 2
+: gute Rechtsvorschriften sind schön und gut ||| ! good legislation is fine ||| 0.0370072 1 ||| ||| 1
+: gute Rechtsvorschriften sind ||| ! good legislation is ||| 0.0370072 1 ||| ||| 1
+: gute Rechtsvorschriften ||| ! good legislation ||| 0.0370072 1 ||| ||| 1
+: gute ||| ! good ||| 0.0370072 1 ||| ||| 1
+Probleme anzupacken : wir müssen hier ||| ! here , we have to ||| 0.0185036 1 ||| ||| 2
+anzupacken : wir müssen hier ||| ! here , we have to ||| 0.0185036 1 ||| ||| 2
+: wir müssen hier ||| ! here , we have ||| 0.0370072 1 ||| ||| 1
+hier ||| ! here ||| 0.0370072 1 ||| ||| 1
+- all diese Möglichkeiten werden derzeit ||| ! however , these solutions are being ||| 0.0370072 1 ||| ||| 1
+- all diese Möglichkeiten werden ||| ! however , these solutions are ||| 0.0370072 1 ||| ||| 1
+- all diese Möglichkeiten ||| ! however , these solutions ||| 0.0370072 1 ||| ||| 1
+- all diese ||| ! however , these ||| 0.0370072 1 ||| ||| 1
+- ||| ! however , ||| 0.0370072 1 ||| ||| 1
+wenn diese Untersuchung ||| ! if this inquiry ||| 0.0370072 1 ||| ||| 1
+wenn diese ||| ! if this ||| 0.0370072 1 ||| ||| 1
+wirklich : wenn es ||| ! if we ||| 0.0370072 1 ||| ||| 1
+wenn ||| ! if ||| 0.0185036 1 ||| ||| 2
+wirklich : wenn ||| ! if ||| 0.0185036 1 ||| ||| 2
+! 1962 haben sie dies ||| ! in 1962 , did they not ||| 0.0185036 0.883601 ||| ||| 2
+! 1962 haben sie ||| ! in 1962 , did they not ||| 0.0185036 0.883601 ||| ||| 2
+! 1962 haben sie dies ||| ! in 1962 , did they ||| 0.0185036 0.883601 ||| ||| 2
+! 1962 haben sie ||| ! in 1962 , did they ||| 0.0185036 0.883601 ||| ||| 2
+! 1962 haben ||| ! in 1962 , did ||| 0.0370072 0.883601 ||| ||| 1
+! 1962 ||| ! in 1962 , ||| 0.0370072 0.883601 ||| ||| 1
+! 1962 ||| ! in 1962 ||| 0.0370072 0.883601 ||| ||| 1
+! 1996 haben vier Millionen Menschen ||| ! in 1996 , four million people ||| 0.0370072 0.883601 ||| ||| 1
+! 1996 haben vier Millionen ||| ! in 1996 , four million ||| 0.0370072 0.883601 ||| ||| 1
+! 1996 haben vier ||| ! in 1996 , four ||| 0.0370072 0.883601 ||| ||| 1
+! 1996 haben ||| ! in 1996 , ||| 0.0370072 0.883601 ||| ||| 1
+! 1996 ||| ! in 1996 ||| 0.0370072 0.883601 ||| ||| 1
+dies einfach ||| ! in ||| 0.0370072 1 ||| ||| 1
+wirklich ||| ! instead , because we ||| 0.0370072 1 ||| ||| 1
+wirklich ||| ! instead , because ||| 0.0370072 1 ||| ||| 1
+wirklich ||| ! instead , ||| 0.0370072 1 ||| ||| 1
+wirklich ||| ! instead ||| 0.0370072 1 ||| ||| 1
+wurde ! ||| ! it has ||| 0.0370072 0.883601 ||| ||| 1
+, und befürworte ein ||| ! let us say yes to a ||| 0.0370072 1 ||| ||| 1
+, und befürworte ||| ! let us say yes to ||| 0.0370072 1 ||| ||| 1
+befürworte ||| ! let us say yes ||| 0.0185036 1 ||| ||| 2
+und befürworte ||| ! let us say yes ||| 0.0185036 1 ||| ||| 2
+befürworte ||| ! let us say ||| 0.0185036 1 ||| ||| 2
+und befürworte ||| ! let us say ||| 0.0185036 1 ||| ||| 2
+befürworte ||| ! let us ||| 0.00925181 1 ||| ||| 4
+tun wir doch um ||| ! let us ||| 0.00925181 1 ||| ||| 4
+tun wir doch ||| ! let us ||| 0.00925181 1 ||| ||| 4
+und befürworte ||| ! let us ||| 0.00925181 1 ||| ||| 4
+befürworte ||| ! let ||| 0.0185036 1 ||| ||| 2
+und befürworte ||| ! let ||| 0.0185036 1 ||| ||| 2
+! Malaria und Tuberkulose sind heilbar ||| ! malaria and tuberculosis can be cured ||| 0.0370072 0.883601 ||| ||| 1
+! Malaria und Tuberkulose sind ||| ! malaria and tuberculosis can ||| 0.0370072 0.883601 ||| ||| 1
+! Malaria und Tuberkulose ||| ! malaria and tuberculosis ||| 0.0370072 0.883601 ||| ||| 1
+! Malaria und ||| ! malaria and ||| 0.0370072 0.883601 ||| ||| 1
+! Malaria ||| ! malaria ||| 0.0370072 0.883601 ||| ||| 1
+vielleicht können Sie mich ja berichtigen ||| ! maybe you will put me right ||| 0.0370072 1 ||| ||| 1
+, und ||| ! moreover , it ||| 0.0370072 1 ||| ||| 1
+Kollegin , man könnte ||| ! my dear colleague , we could ||| 0.0370072 1 ||| ||| 1
+Kollegin , man ||| ! my dear colleague , we ||| 0.0370072 1 ||| ||| 1
+Kollegin , ||| ! my dear colleague , ||| 0.0370072 1 ||| ||| 1
+Kollegin ||| ! my dear colleague ||| 0.0370072 1 ||| ||| 1
+und nochmals Nein ! ||| ! no ! ||| 0.0370072 0.883601 ||| ||| 1
+und nochmals Nein ! “ , denn ||| ! no ! ’ , because , ||| 0.0370072 0.883601 ||| ||| 1
+und nochmals Nein ! “ , denn ||| ! no ! ’ , because ||| 0.0370072 0.883601 ||| ||| 1
+und nochmals Nein ! “ , ||| ! no ! ’ , ||| 0.0370072 0.883601 ||| ||| 1
+und nochmals Nein ! “ ||| ! no ! ’ ||| 0.0370072 0.883601 ||| ||| 1
+und nochmals Nein ||| ! no ||| 0.0370072 1 ||| ||| 1
+auch im Namen der Fraktion Die Grünen ||| ! on behalf of the Green Group ||| 0.0185036 1 ||| ||| 2
+im Namen der Fraktion Die Grünen ||| ! on behalf of the Green Group ||| 0.0185036 1 ||| ||| 2
+Vorredner auch im Namen der ||| ! on behalf of the ||| 0.0123357 1 ||| ||| 3
+auch im Namen der ||| ! on behalf of the ||| 0.0123357 1 ||| ||| 3
+im Namen der ||| ! on behalf of the ||| 0.0123357 1 ||| ||| 3
+Vorredner auch im Namen ||| ! on behalf ||| 0.0123357 1 ||| ||| 3
+auch im Namen ||| ! on behalf ||| 0.0123357 1 ||| ||| 3
+im Namen ||| ! on behalf ||| 0.0123357 1 ||| ||| 3
+Vorredner auch im ||| ! on ||| 0.0123357 1 ||| ||| 3
+auch im ||| ! on ||| 0.0123357 1 ||| ||| 3
+im ||| ! on ||| 0.0123357 1 ||| ||| 3
+wenn das alles ||| ! once everything that ||| 0.0370072 1 ||| ||| 1
+wenn ||| ! once ||| 0.0370072 1 ||| ||| 1
+ein politisch und wirtschaftlich vereintes ||| ! politically and economically united ||| 0.0370072 1 ||| ||| 1
+ein politisch und wirtschaftlich ||| ! politically and economically ||| 0.0370072 1 ||| ||| 1
+ein politisch und ||| ! politically and ||| 0.0370072 1 ||| ||| 1
+ein politisch ||| ! politically ||| 0.0370072 1 ||| ||| 1
+aber sollen wir darüber erfreut sein ? ||| ! should we rejoice at this ? ||| 0.0185036 1 ||| ||| 2
+sollen wir darüber erfreut sein ? ||| ! should we rejoice at this ? ||| 0.0185036 1 ||| ||| 2
+, aber sollen wir darüber erfreut sein ||| ! should we rejoice at this ||| 0.0123357 1 ||| ||| 3
+aber sollen wir darüber erfreut sein ||| ! should we rejoice at this ||| 0.0123357 1 ||| ||| 3
+sollen wir darüber erfreut sein ||| ! should we rejoice at this ||| 0.0123357 1 ||| ||| 3
+, aber sollen wir ||| ! should we ||| 0.00925181 1 ||| ||| 4
+aber sollen wir ||| ! should we ||| 0.00925181 1 ||| ||| 4
+sein , aber sollen wir ||| ! should we ||| 0.00925181 1 ||| ||| 4
+sollen wir ||| ! should we ||| 0.00925181 1 ||| ||| 4
+, aber sollen ||| ! should ||| 0.00925181 1 ||| ||| 4
+aber sollen ||| ! should ||| 0.00925181 1 ||| ||| 4
+sein , aber sollen ||| ! should ||| 0.00925181 1 ||| ||| 4
+sollen ||| ! should ||| 0.00925181 1 ||| ||| 4
+Elementen ||| ! social coherence ||| 0.0370072 1 ||| ||| 1
+Margaret Thatcher ||| ! sometimes I really miss Margaret Thatcher ||| 0.0370072 1 ||| ||| 1
+das ist wunderbar , und ich bin ||| ! that is extraordinary and I am ||| 0.0370072 1 ||| ||| 1
+das ist wunderbar , und ich ||| ! that is extraordinary and I ||| 0.0370072 1 ||| ||| 1
+das ist wunderbar , und ||| ! that is extraordinary and ||| 0.0370072 1 ||| ||| 1
+das ist wunderbar , ||| ! that is extraordinary ||| 0.0185036 1 ||| ||| 2
+das ist wunderbar ||| ! that is extraordinary ||| 0.0185036 1 ||| ||| 2
+das ist ||| ! that is ||| 0.0370072 1 ||| ||| 1
+das ||| ! that ||| 0.0370072 1 ||| ||| 1
+der Kommission bewirken wird , denn dies ||| ! the Commission can accept all the ||| 0.0370072 1 ||| ||| 1
+der Kommission bewirken wird , denn ||| ! the Commission can accept all ||| 0.0370072 1 ||| ||| 1
+der Kommission bewirken wird , ||| ! the Commission can accept ||| 0.0185036 1 ||| ||| 2
+der Kommission bewirken wird ||| ! the Commission can accept ||| 0.0185036 1 ||| ||| 2
+der Kommission bewirken wird , ||| ! the Commission can ||| 0.0185036 1 ||| ||| 2
+der Kommission bewirken wird ||| ! the Commission can ||| 0.0185036 1 ||| ||| 2
+der Kommission bewirken ||| ! the Commission ||| 0.0185036 1 ||| ||| 2
+der Kommission ||| ! the Commission ||| 0.0185036 1 ||| ||| 2
+! “ Die EU , die ||| ! the EU , the ||| 0.0370072 0.883601 ||| ||| 1
+! “ Die EU , ||| ! the EU , ||| 0.0370072 0.883601 ||| ||| 1
+! “ Die EU ||| ! the EU ||| 0.0370072 0.883601 ||| ||| 1
+, die ||| ! the European ||| 0.0185036 1 ||| ||| 2
+die ||| ! the European ||| 0.0185036 1 ||| ||| 2
+, und ||| ! the truth is that ||| 0.0185036 1 ||| ||| 2
+, ||| ! the truth is that ||| 0.0185036 1 ||| ||| 2
+! “ Die ||| ! the ||| 0.00925181 0.883601 ||| ||| 4
+, die ||| ! the ||| 0.00925181 1 ||| ||| 4
+der ||| ! the ||| 0.00925181 1 ||| ||| 4
+die ||| ! the ||| 0.00925181 1 ||| ||| 4
+ich doch eine große Flagge ||| ! there is a great big flag ||| 0.0123357 1 ||| ||| 3
+mir sehe ich doch eine große Flagge ||| ! there is a great big flag ||| 0.0123357 1 ||| ||| 3
+sehe ich doch eine große Flagge ||| ! there is a great big flag ||| 0.0123357 1 ||| ||| 3
+ich doch eine große ||| ! there is a great big ||| 0.0123357 1 ||| ||| 3
+mir sehe ich doch eine große ||| ! there is a great big ||| 0.0123357 1 ||| ||| 3
+sehe ich doch eine große ||| ! there is a great big ||| 0.0123357 1 ||| ||| 3
+ich doch eine ||| ! there is a ||| 0.0123357 1 ||| ||| 3
+mir sehe ich doch eine ||| ! there is a ||| 0.0123357 1 ||| ||| 3
+sehe ich doch eine ||| ! there is a ||| 0.0123357 1 ||| ||| 3
+ich doch ||| ! there is ||| 0.0123357 1 ||| ||| 3
+mir sehe ich doch ||| ! there is ||| 0.0123357 1 ||| ||| 3
+sehe ich doch ||| ! there is ||| 0.0123357 1 ||| ||| 3
+ich ||| ! there ||| 0.0123357 1 ||| ||| 3
+mir sehe ich ||| ! there ||| 0.0123357 1 ||| ||| 3
+sehe ich ||| ! there ||| 0.0123357 1 ||| ||| 3
+, denn das ist unsere Pflicht ||| ! this is our duty ||| 0.0123357 1 ||| ||| 3
+denn das ist unsere Pflicht ||| ! this is our duty ||| 0.0123357 1 ||| ||| 3
+nehmen , denn das ist unsere Pflicht ||| ! this is our duty ||| 0.0123357 1 ||| ||| 3
+, denn das ist unsere ||| ! this is our ||| 0.00925181 1 ||| ||| 4
+Angriff nehmen , denn das ist unsere ||| ! this is our ||| 0.00925181 1 ||| ||| 4
+denn das ist unsere ||| ! this is our ||| 0.00925181 1 ||| ||| 4
+nehmen , denn das ist unsere ||| ! this is our ||| 0.00925181 1 ||| ||| 4
+, denn das ist ||| ! this is ||| 0.00740145 1 ||| ||| 5
+Angriff nehmen , denn das ist ||| ! this is ||| 0.00740145 1 ||| ||| 5
+denn das ist ||| ! this is ||| 0.00740145 1 ||| ||| 5
+in Angriff nehmen , denn das ist ||| ! this is ||| 0.00740145 1 ||| ||| 5
+nehmen , denn das ist ||| ! this is ||| 0.00740145 1 ||| ||| 5
+, denn das ||| ! this ||| 0.00740145 1 ||| ||| 5
+Angriff nehmen , denn das ||| ! this ||| 0.00740145 1 ||| ||| 5
+denn das ||| ! this ||| 0.00740145 1 ||| ||| 5
+in Angriff nehmen , denn das ||| ! this ||| 0.00740145 1 ||| ||| 5
+nehmen , denn das ||| ! this ||| 0.00740145 1 ||| ||| 5
+! – dieses Mal leider flankiert ||| ! unfortunately accompanied , this time , ||| 0.0370072 0.883601 ||| ||| 1
+! – dieses Mal leider flankiert ||| ! unfortunately accompanied , this time ||| 0.0370072 0.883601 ||| ||| 1
+leider ||| ! unfortunately ||| 0.0370072 1 ||| ||| 1
+, und hier kommen wir nur weiter ||| ! we can only make progress here ||| 0.00740145 1 ||| ||| 5
+hier kommen wir nur weiter , ||| ! we can only make progress here ||| 0.00740145 1 ||| ||| 5
+hier kommen wir nur weiter ||| ! we can only make progress here ||| 0.00740145 1 ||| ||| 5
+und hier kommen wir nur weiter , ||| ! we can only make progress here ||| 0.00740145 1 ||| ||| 5
+und hier kommen wir nur weiter ||| ! we can only make progress here ||| 0.00740145 1 ||| ||| 5
+kommen wir nur weiter , ||| ! we can only make progress ||| 0.0185036 1 ||| ||| 2
+kommen wir nur weiter ||| ! we can only make progress ||| 0.0185036 1 ||| ||| 2
+kommen wir nur ||| ! we can only ||| 0.0370072 1 ||| ||| 1
+kommen wir ||| ! we can ||| 0.0370072 1 ||| ||| 1
+, und wir wissen genau , dass ||| ! we know quite well that ||| 0.0185036 1 ||| ||| 2
+und wir wissen genau , dass ||| ! we know quite well that ||| 0.0185036 1 ||| ||| 2
+, und wir wissen genau ||| ! we know quite well ||| 0.0185036 1 ||| ||| 2
+und wir wissen genau ||| ! we know quite well ||| 0.0185036 1 ||| ||| 2
+, und wir wissen ||| ! we know ||| 0.0185036 1 ||| ||| 2
+und wir wissen ||| ! we know ||| 0.0185036 1 ||| ||| 2
+! - , dass wir mehr wollen ||| ! we want more ||| 0.0370072 0.883601 ||| ||| 1
+, und wir ||| ! we ||| 0.00411192 1 ||| ||| 9
+ebenfalls mangelnde Vorsicht ||| ! we ||| 0.00411192 1 ||| ||| 9
+eine größere ||| ! we ||| 0.00411192 1 ||| ||| 9
+eine ||| ! we ||| 0.00411192 1 ||| ||| 9
+ist ebenfalls mangelnde Vorsicht ||| ! we ||| 0.00411192 1 ||| ||| 9
+oh Gott , wir ||| ! we ||| 0.00411192 1 ||| ||| 9
+und wir ||| ! we ||| 0.00411192 1 ||| ||| 9
+wird eine größere ||| ! we ||| 0.00411192 1 ||| ||| 9
+wird eine ||| ! we ||| 0.00411192 1 ||| ||| 9
+. ||| ! well ! ||| 0.0370072 1 ||| ||| 1
+. ||| ! well ||| 0.0370072 1 ||| ||| 1
+eben solch eine ||| ! what ||| 0.0185036 1 ||| ||| 2
+eben solch ||| ! what ||| 0.0185036 1 ||| ||| 2
+wann wollen Sie endlich ||| ! when are you finally going ||| 0.0370072 1 ||| ||| 1
+wann wollen Sie endlich ||| ! when are you finally ||| 0.0370072 1 ||| ||| 1
+wann wollen Sie ||| ! when are you ||| 0.0370072 1 ||| ||| 1
+wann wollen ||| ! when are ||| 0.0370072 1 ||| ||| 1
+wann ||| ! when ||| 0.0370072 1 ||| ||| 1
+. ||| ! why ? ||| 0.0370072 1 ||| ||| 1
+! den Sacharow-Preis , ||| ! won the Sakharov Prize ||| 0.0185036 0.883601 ||| ||| 2
+! den Sacharow-Preis ||| ! won the Sakharov Prize ||| 0.0185036 0.883601 ||| ||| 2
+! den ||| ! won the ||| 0.0370072 0.883601 ||| ||| 1
+! ||| ! won ||| 0.0370072 0.883601 ||| ||| 1
+es steht in Ihrer Macht ! ||| ! you have the power to do ||| 0.0370072 0.883601 ||| ||| 1
+es steht in Ihrer Macht ! ||| ! you have the power to ||| 0.0370072 0.883601 ||| ||| 1
+es steht in Ihrer Macht ! ||| ! you have the power ||| 0.0370072 0.883601 ||| ||| 1
+sie werden nie eine frei gewählte Abgeordnete ||| ! you will never be ||| 0.0123357 1 ||| ||| 3
+sie werden nie eine frei gewählte ||| ! you will never be ||| 0.0123357 1 ||| ||| 3
+sie werden nie eine frei ||| ! you will never be ||| 0.0123357 1 ||| ||| 3
+sie werden nie eine ||| ! you will never ||| 0.0185036 1 ||| ||| 2
+sie werden nie ||| ! you will never ||| 0.0185036 1 ||| ||| 2
+sie werden ||| ! you will ||| 0.0370072 1 ||| ||| 1
+sie ||| ! you ||| 0.0370072 1 ||| ||| 1
+! ! ! ||| ! ||| 0.00485437 0.689873 ||| ||| 1030
+! ! ||| ! ||| 0.00128445 0.780751 ||| ||| 1030
+! " ||| ! ||| 0.00679612 0.00130746 ||| ||| 1030
+! ) . ||| ! ||| 3.59294e-05 0.883601 ||| ||| 1030
+! ) ||| ! ||| 0.00128445 0.883601 ||| ||| 1030
+! , war ebenfalls kein Beitrag ||| ! ||| 3.59294e-05 0.883601 ||| ||| 1030
+! , war ebenfalls kein ||| ! ||| 3.59294e-05 0.883601 ||| ||| 1030
+! , war ebenfalls ||| ! ||| 3.59294e-05 0.883601 ||| ||| 1030
+! , war ||| ! ||| 3.59294e-05 0.883601 ||| ||| 1030
+! , ||| ! ||| 3.59294e-05 0.883601 ||| ||| 1030
+! - , ||| ! ||| 3.59294e-05 0.883601 ||| ||| 1030
+! - ||| ! ||| 0.00128445 0.883601 ||| ||| 1030
+! . ||| ! ||| 0.00291262 0.883601 ||| ||| 1030
+! 2004 war die UKIP die einzige ||| ! ||| 3.59294e-05 0.883601 ||| ||| 1030
+! 2004 war die UKIP die ||| ! ||| 3.59294e-05 0.883601 ||| ||| 1030
+! 2004 war die UKIP ||| ! ||| 3.59294e-05 0.883601 ||| ||| 1030
+! 2004 war die ||| ! ||| 3.59294e-05 0.883601 ||| ||| 1030
+! 2004 war ||| ! ||| 3.59294e-05 0.883601 ||| ||| 1030
+! 2004 ||| ! ||| 3.59294e-05 0.883601 ||| ||| 1030
+! ? ? ||| ! ||| 3.59294e-05 0.883601 ||| ||| 1030
+! die Opfer der Kriminalität in Europa ||| ! ||| 3.59294e-05 0.883601 ||| ||| 1030
+! die Opfer der Kriminalität in ||| ! ||| 3.59294e-05 0.883601 ||| ||| 1030
+! die Opfer der Kriminalität ||| ! ||| 3.59294e-05 0.883601 ||| ||| 1030
+! die Opfer der ||| ! ||| 3.59294e-05 0.883601 ||| ||| 1030
+! die Opfer ||| ! ||| 3.59294e-05 0.883601 ||| ||| 1030
+! die ||| ! ||| 3.59294e-05 0.883601 ||| ||| 1030
+! es ist nicht ||| ! ||| 3.59294e-05 0.883601 ||| ||| 1030
+! es ist ||| ! ||| 3.59294e-05 0.883601 ||| ||| 1030
+! es ||| ! ||| 3.59294e-05 0.883601 ||| ||| 1030
+! ich weiß , ||| ! ||| 3.59294e-05 0.883601 ||| ||| 1030
+! ich weiß ||| ! ||| 3.59294e-05 0.883601 ||| ||| 1030
+! ich ||| ! ||| 0.00291262 0.883601 ||| ||| 1030
+! und deshalb halte ich den Vorschlag ||| ! ||| 3.59294e-05 0.883601 ||| ||| 1030
+! und deshalb halte ich den ||| ! ||| 3.59294e-05 0.883601 ||| ||| 1030
+! und deshalb halte ich ||| ! ||| 3.59294e-05 0.883601 ||| ||| 1030
+! und deshalb halte ||| ! ||| 3.59294e-05 0.883601 ||| ||| 1030
+! und deshalb ||| ! ||| 3.59294e-05 0.883601 ||| ||| 1030
+! und ||| ! ||| 3.59294e-05 0.883601 ||| ||| 1030
+! ||| ! ||| 0.946602 0.883601 ||| ||| 1030
diff --git a/regression-testing/tests/score.phrase-based-with-alignment/truth/results.txt b/regression-testing/tests/score.phrase-based-with-alignment/truth/results.txt
new file mode 100644
index 000000000..a8ddc776c
--- /dev/null
+++ b/regression-testing/tests/score.phrase-based-with-alignment/truth/results.txt
@@ -0,0 +1,1739 @@
+! ! ! ) bezeichnet wird , ||| ! ! ! ) , ||| 0.0571221 0.000466119 ||| 0-0 1-1 2-2 3-3 6-4 ||| 1
+! ! ! ) bezeichnet wird ||| ! ! ! ) ||| 0.0571221 0.000466119 ||| 0-0 1-1 2-2 3-3 ||| 1
+! ! ! ) bezeichnet ||| ! ! ! ) ||| 0.0571221 0.000466119 ||| 0-0 1-1 2-2 3-3 ||| 1
+! ! ! ) ||| ! ! ! ) ||| 0.2569 0.000466119 ||| 0-0 1-1 2-2 3-3 ||| 3
+! ! ! ) ||| ! ) ||| 0.0190407 0.0775352 ||| 0-0 1-0 2-0 3-1 ||| 3
+! ! ! ||| ! ! ! ||| 0.252066 0.000466119 ||| 0-0 1-1 2-2 ||| 8
+! ! ! ||| ! ||| 0.625 0.0775352 ||| 0-0 1-0 2-0 ||| 8
+! ! ) bezeichnet wird , hat ||| ! ! ) , has ||| 0.0571221 0.00601171 ||| 0-0 1-1 2-2 5-3 6-4 ||| 1
+! ! ) bezeichnet wird , ||| ! ! ) , ||| 0.0571221 0.00601171 ||| 0-0 1-1 2-2 5-3 ||| 1
+! ! ) bezeichnet wird ||| ! ! ) ||| 0.0571221 0.00601171 ||| 0-0 1-1 2-2 ||| 1
+! ! ) bezeichnet ||| ! ! ) ||| 0.0571221 0.00601171 ||| 0-0 1-1 2-2 ||| 1
+! ! ) ||| ! ! ) ||| 0.38535 0.00601171 ||| 0-0 1-1 2-2 ||| 2
+! ! die Bilanz , die wir ||| and we ||| 0.0571221 1 ||| 4-0 6-1 ||| 1
+! ! die Bilanz , die ||| and ||| 0.0571221 1 ||| 4-0 ||| 1
+! ! die Bilanz , ||| and ||| 0.0571221 1 ||| 4-0 ||| 1
+! ! ||| ! ! ||| 0.636364 0.00601171 ||| 0-0 1-1 ||| 11
+! ! ||| ! ||| 0.0700637 0.0775352 ||| 0-0 1-0 ||| 11
+! ! ||| . ||| 0.00519291 1 ||| 0-0 1-0 ||| 11
+! ! ||| unemployment ! ||| 0.00519291 0.0775352 ||| 0-1 1-1 ||| 11
+! " ( Europa war gut zu ||| ! ' ||| 0.0571221 0.022535 ||| 0-0 1-1 2-1 ||| 1
+! " ( Europa war gut ||| ! ' ||| 0.0571221 0.022535 ||| 0-0 1-1 2-1 ||| 1
+! " ( Europa war ||| ! ' ||| 0.0571221 0.022535 ||| 0-0 1-1 2-1 ||| 1
+! " ( Europa ||| ! ' ||| 0.0571221 0.022535 ||| 0-0 1-1 2-1 ||| 1
+! " ( es ist die Sonne ||| the sun ||| 0.0571221 1 ||| 5-0 6-1 ||| 1
+! " ( es ist die ||| the ||| 0.0571221 1 ||| 5-0 ||| 1
+! " ( ||| ! ' ||| 0.0571221 0.022535 ||| 0-0 1-1 2-1 ||| 1
+! " ) Heute ||| ! ' ) We ||| 0.0571221 0.0449274 ||| 0-0 1-1 2-2 3-3 ||| 1
+! " ) Sie haben vollkommen recht ||| ! ' exactly ||| 0.0571221 0.0449274 ||| 0-0 1-1 5-2 ||| 1
+! " ) Sie haben vollkommen ||| ! ' exactly ||| 0.0571221 0.0449274 ||| 0-0 1-1 5-2 ||| 1
+! " ) Sie haben ||| ! ' ||| 0.0571221 0.0449274 ||| 0-0 1-1 ||| 1
+! " ) Sie ||| ! ' ||| 0.0571221 0.0449274 ||| 0-0 1-1 ||| 1
+! " ) sagte er , die ||| ! ' ) said that the ||| 0.0571221 0.0449274 ||| 0-0 1-1 2-2 3-3 5-4 6-5 ||| 1
+! " ) sagte er , ||| ! ' ) said that ||| 0.0571221 0.0449274 ||| 0-0 1-1 2-2 3-3 5-4 ||| 1
+! " ) sagte er ||| ! ' ) said ||| 0.0571221 0.0449274 ||| 0-0 1-1 2-2 3-3 ||| 1
+! " ) sagte ||| ! ' ) said ||| 0.0571221 0.0449274 ||| 0-0 1-1 2-2 3-3 ||| 1
+! " ) ||| ! ' ) ||| 0.727273 0.0449274 ||| 0-0 1-1 2-2 ||| 11
+! " ) ||| ! ' ||| 0.00519291 0.0449274 ||| 0-0 1-1 ||| 11
+! " ) ||| common ||| 0.00519291 1 ||| 0-0 ||| 11
+! " ) ||| more common ||| 0.00519291 1 ||| 0-1 ||| 11
+! " , aber natürlich unter der ||| ' , but of course on ||| 0.0571221 0.289866 ||| 0-0 1-0 2-1 3-2 4-3 4-4 5-5 ||| 1
+! " , aber natürlich unter ||| ' , but of course on ||| 0.0571221 0.289866 ||| 0-0 1-0 2-1 3-2 4-3 4-4 5-5 ||| 1
+! " , aber natürlich ||| ' , but of course ||| 0.0571221 0.289866 ||| 0-0 1-0 2-1 3-2 4-3 4-4 ||| 1
+! " , aber ||| ' , but ||| 0.0571221 0.289866 ||| 0-0 1-0 2-1 3-2 ||| 1
+! " , also ||| ' , i.e. , ||| 0.0571221 0.579445 ||| 1-0 2-1 3-2 0-3 ||| 1
+! " , antwortete der Präsident . ||| ! " replied the President . ||| 0.0571221 0.00917533 ||| 0-0 1-1 3-2 4-3 5-4 6-5 ||| 1
+! " , antwortete der Präsident ||| ! " replied the President ||| 0.0571221 0.00917533 ||| 0-0 1-1 3-2 4-3 5-4 ||| 1
+! " , antwortete der ||| ! " replied the ||| 0.0571221 0.00917533 ||| 0-0 1-1 3-2 4-3 ||| 1
+! " , antwortete ||| ! " replied ||| 0.0571221 0.00917533 ||| 0-0 1-1 3-2 ||| 1
+! " , der ||| ! ' , which ||| 0.0571221 0.0449274 ||| 0-0 1-1 2-2 3-3 ||| 1
+! " , doch der ||| ! " but a ||| 0.0571221 0.00917533 ||| 0-0 1-1 3-2 4-3 ||| 1
+! " , doch ||| ! " but ||| 0.0571221 0.00917533 ||| 0-0 1-1 3-2 ||| 1
+! " , entgegnete der Pilot ||| ' flying is the safest form of ||| 0.028561 0.526578 ||| 0-0 1-0 4-0 3-1 4-3 5-4 5-5 ||| 2
+! " , entgegnete der Pilot ||| ' flying is the safest form ||| 0.028561 0.526578 ||| 0-0 1-0 4-0 3-1 4-3 5-4 5-5 ||| 2
+! " , entgegnete der ||| ' flying is the ||| 0.0571221 0.526578 ||| 0-0 1-0 4-0 3-1 4-3 ||| 1
+! " , gab ich zur Antwort ||| ! ' I replied ||| 0.0571221 0.0449274 ||| 0-0 1-1 4-2 3-3 5-3 6-3 ||| 1
+! " , muss ||| is ! ' ||| 0.0571221 0.0449274 ||| 3-0 0-1 1-2 ||| 1
+! " , rief Alice ' . ||| ! ” cried Alice ' . ||| 0.0571221 0.042258 ||| 0-0 1-1 3-2 4-3 5-4 6-5 ||| 1
+! " , rief Alice ' ||| ! ” cried Alice ' ||| 0.0571221 0.042258 ||| 0-0 1-1 3-2 4-3 5-4 ||| 1
+! " , rief Alice ||| ! ” cried Alice ||| 0.0571221 0.0775352 ||| 0-0 1-1 3-2 4-3 ||| 1
+! " , rief ich aus , ||| , ||| 0.028561 1 ||| 0-0 ||| 2
+! " , rief ich aus , ||| done , ||| 0.028561 1 ||| 0-1 ||| 2
+! " , rief ich aus ||| , ||| 0.028561 1 ||| 0-0 ||| 2
+! " , rief ich aus ||| done , ||| 0.028561 1 ||| 0-1 ||| 2
+! " , rief ich ||| , ||| 0.028561 1 ||| 0-0 ||| 2
+! " , rief ich ||| done , ||| 0.028561 1 ||| 0-1 ||| 2
+! " , rief ||| ! ” cried ||| 0.0190407 0.0775352 ||| 0-0 1-1 3-2 ||| 3
+! " , rief ||| , ||| 0.0190407 1 ||| 0-0 ||| 3
+! " , rief ||| done , ||| 0.0190407 1 ||| 0-1 ||| 3
+! " , sagte die andere Kuh ||| , " replied the other cow ||| 0.0571221 0.118338 ||| 0-0 1-1 3-2 4-3 5-4 6-5 ||| 1
+! " , sagte die andere ||| , " replied the other ||| 0.0571221 0.118338 ||| 0-0 1-1 3-2 4-3 5-4 ||| 1
+! " , sagte die ||| , " replied the ||| 0.0571221 0.118338 ||| 0-0 1-1 3-2 4-3 ||| 1
+! " , sagte ich zu ihr ||| ! " I said to her ||| 0.0571221 0.00917533 ||| 0-0 1-1 4-2 3-3 5-4 6-5 ||| 1
+! " , sagte ich zu ||| ! " I said to ||| 0.0571221 0.00917533 ||| 0-0 1-1 4-2 3-3 5-4 ||| 1
+! " , sagte ich ||| ! " I said ||| 0.0571221 0.00917533 ||| 0-0 1-1 4-2 3-3 ||| 1
+! " , sagte ||| , " replied ||| 0.0571221 0.118338 ||| 0-0 1-1 3-2 ||| 1
+! " , schrie der Hirtenjunge ||| ! " , cried the shepherd boy ||| 0.0571221 0.00917533 ||| 0-0 1-1 2-2 3-3 4-4 5-5 5-6 ||| 1
+! " , schrie der ||| ! " , cried the ||| 0.0571221 0.00917533 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! " , schrie ||| ! " , cried ||| 0.0571221 0.00917533 ||| 0-0 1-1 2-2 3-3 ||| 1
+! " , sondern damit es ||| ! ' , but so that they ||| 0.0571221 0.0449274 ||| 0-0 1-1 2-2 3-3 4-4 4-5 5-6 ||| 1
+! " , sondern damit ||| ! ' , but so that ||| 0.0571221 0.0449274 ||| 0-0 1-1 2-2 3-3 4-4 4-5 ||| 1
+! " , sondern ||| ! ' , but ||| 0.0571221 0.0449274 ||| 0-0 1-1 2-2 3-3 ||| 1
+! " , und fuhr fort , ||| ! ' and ||| 0.0571221 0.0449274 ||| 0-0 1-1 3-2 ||| 1
+! " , und fuhr fort ||| ! ' and ||| 0.0571221 0.0449274 ||| 0-0 1-1 3-2 ||| 1
+! " , und fuhr ||| ! ' and ||| 0.0571221 0.0449274 ||| 0-0 1-1 3-2 ||| 1
+! " , und ||| ! ' and ||| 0.0571221 0.0449274 ||| 0-0 1-1 3-2 ||| 1
+! " , weil insgesamt fünf Kollegen ||| , " because altogether five colleagues ||| 0.0571221 0.118338 ||| 0-0 1-1 3-2 4-3 5-4 6-5 ||| 1
+! " , weil insgesamt fünf ||| , " because altogether five ||| 0.0571221 0.118338 ||| 0-0 1-1 3-2 4-3 5-4 ||| 1
+! " , weil insgesamt ||| , " because altogether ||| 0.0571221 0.118338 ||| 0-0 1-1 3-2 4-3 ||| 1
+! " , weil ||| , " because ||| 0.0571221 0.118338 ||| 0-0 1-1 3-2 ||| 1
+! " , worauf Eric antwortet : ||| , ' and Eric says , ||| 0.0571221 0.579445 ||| 0-0 1-1 2-2 3-2 4-3 5-3 5-4 6-4 6-5 ||| 1
+! " , worauf ||| , ' and ||| 0.0571221 0.579445 ||| 0-0 1-1 2-2 3-2 ||| 1
+! " , ||| ! " , ||| 0.0350318 0.00917533 ||| 0-0 1-1 2-2 ||| 22
+! " , ||| ! " ||| 0.0916604 0.00917533 ||| 0-0 1-1 ||| 22
+! " , ||| ! ' , ||| 0.0350318 0.0449274 ||| 0-0 1-1 2-2 ||| 22
+! " , ||| ! ' ||| 0.0916604 0.0449274 ||| 0-0 1-1 ||| 22
+! " , ||| ! ” ||| 0.00259646 0.0775352 ||| 0-0 1-1 ||| 22
+! " , ||| ' , ||| 0.00259646 0.289866 ||| 0-0 1-0 2-1 ||| 22
+! " , ||| , " ||| 0.0350318 0.118338 ||| 0-0 1-1 ||| 22
+! " , ||| , ||| 0.00259646 1 ||| 0-0 ||| 22
+! " , ||| ? ' ||| 0.00259646 0.579445 ||| 0-0 1-1 ||| 22
+! " , ||| any fish ? ' ||| 0.00259646 0.579445 ||| 0-2 1-3 ||| 22
+! " , ||| done , ||| 0.00259646 1 ||| 0-1 ||| 22
+! " , ||| fish ? ' ||| 0.00259646 0.579445 ||| 0-1 1-2 ||| 22
+! " , ||| give you " , ||| 0.00259646 0.118338 ||| 0-1 1-2 2-3 ||| 22
+! " , ||| to give you " , ||| 0.00259646 0.118338 ||| 0-2 1-3 2-4 ||| 22
+! " , ||| you " , ||| 0.00259646 0.118338 ||| 0-0 1-1 2-2 ||| 22
+! " - obwohl wir doch wissen ||| ' . whereas we know ||| 0.0571221 0.289866 ||| 0-0 1-0 2-1 3-2 4-3 5-4 6-4 ||| 1
+! " - obwohl wir ||| ' . whereas we ||| 0.0571221 0.289866 ||| 0-0 1-0 2-1 3-2 4-3 ||| 1
+! " - obwohl ||| ' . whereas ||| 0.0571221 0.289866 ||| 0-0 1-0 2-1 3-2 ||| 1
+! " - und dies ||| ! ' - and what is ||| 0.0571221 0.0449274 ||| 0-0 1-1 2-2 3-3 4-4 4-5 ||| 1
+! " - und dies übrigens ||| ! ' - and what is more ||| 0.0571221 0.0449274 ||| 0-0 1-1 2-2 3-3 4-4 4-5 5-6 ||| 1
+! " - und ||| ! ' - and ||| 0.0571221 0.0449274 ||| 0-0 1-1 2-2 3-3 ||| 1
+! " - ||| ! ' - ||| 0.028561 0.0449274 ||| 0-0 1-1 2-2 ||| 2
+! " - ||| ' . ||| 0.028561 0.289866 ||| 0-0 1-0 2-1 ||| 2
+! " . und Spinelli , der ||| ! ' ; Spinelli , who ||| 0.0571221 0.0449274 ||| 0-0 1-1 2-2 3-2 4-3 5-4 5-5 6-5 ||| 1
+! " . und Spinelli ||| ! ' ; Spinelli ||| 0.0571221 0.0449274 ||| 0-0 1-1 2-2 3-2 4-3 ||| 1
+! " . und ||| ! ' ; ||| 0.0571221 0.0449274 ||| 0-0 1-1 2-2 3-2 ||| 1
+! " . ||| ! ' . ||| 0.222222 0.0449274 ||| 0-0 1-1 2-2 ||| 18
+! " . ||| ! ' ||| 0.5 0.0224666 ||| 0-0 1-1 2-1 ||| 18
+! " . ||| ! . ||| 0.00317345 0.0775352 ||| 0-0 2-1 ||| 18
+! " . ||| ' . ||| 0.00317345 0.579445 ||| 1-0 2-1 ||| 18
+! " . ||| . ” ||| 0.00317345 1 ||| 2-0 0-1 1-1 ||| 18
+! " . ||| a living ! ' . ||| 0.00317345 0.0449274 ||| 0-2 1-3 2-4 ||| 18
+! " . ||| living ! ' . ||| 0.00317345 0.0449274 ||| 0-1 1-2 2-3 ||| 18
+! " : mit der linken Hand ||| ' - ||| 0.0571221 0.289866 ||| 0-0 1-0 2-1 ||| 1
+! " : mit der linken ||| ' - ||| 0.0571221 0.289866 ||| 0-0 1-0 2-1 ||| 1
+! " : mit der ||| ' - ||| 0.0571221 0.289866 ||| 0-0 1-0 2-1 ||| 1
+! " : mit ||| ' - ||| 0.0571221 0.289866 ||| 0-0 1-0 2-1 ||| 1
+! " : ||| ' - ||| 0.0571221 0.289866 ||| 0-0 1-0 2-1 ||| 1
+! " ? ||| ! " ||| 0.028561 0.00461275 ||| 0-0 1-1 2-1 ||| 2
+! " ? ||| ! ' ? ||| 0.028561 0.0449274 ||| 0-0 1-1 2-2 ||| 2
+! " Europa gelingt gemeinsam ! " ||| . ||| 0.0571221 1 ||| 0-0 ||| 1
+! " Europa gelingt gemeinsam ! ||| . ||| 0.0571221 1 ||| 0-0 ||| 1
+! " Europa gelingt gemeinsam ||| . ||| 0.0571221 1 ||| 0-0 ||| 1
+! " Europa gelingt ||| . ||| 0.0571221 1 ||| 0-0 ||| 1
+! " Europa ||| . ||| 0.0571221 1 ||| 0-0 ||| 1
+! " Le nationalisme , c ||| : ' Le nationalisme , c ||| 0.0571221 0.579445 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1
+! " Le nationalisme , ||| : ' Le nationalisme , ||| 0.0571221 0.579445 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! " Le nationalisme ||| : ' Le nationalisme ||| 0.0571221 0.579445 ||| 0-0 1-1 2-2 3-3 ||| 1
+! " Le ||| : ' Le ||| 0.0571221 0.579445 ||| 0-0 1-1 2-2 ||| 1
+! " an die Eurokraten in Brüssel ||| ' to the Brussels Eurocrats ||| 0.0571221 0.289866 ||| 0-0 1-0 2-1 3-2 6-3 4-4 ||| 1
+! " an die ||| ' to the ||| 0.0571221 0.289866 ||| 0-0 1-0 2-1 3-2 ||| 1
+! " an ||| ' to ||| 0.0571221 0.289866 ||| 0-0 1-0 2-1 ||| 1
+! " begrüßt ||| ! ' ||| 0.0571221 0.0449274 ||| 0-0 1-1 ||| 1
+! " das war die Antwort ||| their reply was that ||| 0.0571221 1 ||| 4-0 5-1 3-2 2-3 ||| 1
+! " das war ||| was that ||| 0.0571221 1 ||| 3-0 2-1 ||| 1
+! " das ||| that ||| 0.0571221 1 ||| 2-0 ||| 1
+! " die Milch macht ' s ||| , ' milk is good for you ||| 0.0571221 0.579445 ||| 0-0 1-1 3-2 4-3 4-4 6-6 ||| 1
+! " die Milch macht ' ||| , ' milk is good for ||| 0.028561 0.579445 ||| 0-0 1-1 3-2 4-3 4-4 ||| 2
+! " die Milch macht ' ||| , ' milk is good ||| 0.028561 0.579445 ||| 0-0 1-1 3-2 4-3 4-4 ||| 2
+! " die Milch macht ||| , ' milk is good for ||| 0.028561 0.579445 ||| 0-0 1-1 3-2 4-3 4-4 ||| 2
+! " die Milch macht ||| , ' milk is good ||| 0.028561 0.579445 ||| 0-0 1-1 3-2 4-3 4-4 ||| 2
+! " die Milch ||| , ' milk ||| 0.0571221 0.579445 ||| 0-0 1-1 3-2 ||| 1
+! " die ||| , ' ||| 0.0571221 0.579445 ||| 0-0 1-1 ||| 1
+! " diese Botschaft ||| a message ||| 0.0571221 1 ||| 2-0 3-1 ||| 1
+! " diese ||| a ||| 0.0571221 1 ||| 2-0 ||| 1
+! " geht nicht mehr weiter ||| ! " can no longer continue ||| 0.0571221 0.00917533 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1
+! " geht nicht mehr ||| ! " can no longer ||| 0.0571221 0.00917533 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! " geht nicht ||| ! " can no ||| 0.0571221 0.00917533 ||| 0-0 1-1 2-2 3-3 ||| 1
+! " geht ||| ! " can ||| 0.0571221 0.00917533 ||| 0-0 1-1 2-2 ||| 1
+! " gehört , und denen ||| ! ' , and those ||| 0.028561 0.0449274 ||| 0-0 1-1 3-2 4-3 5-4 ||| 2
+! " gehört , und denen ||| kill ! ' , and those ||| 0.028561 0.0449274 ||| 0-1 1-2 3-3 4-4 5-5 ||| 2
+! " gehört , und ||| ! ' , and ||| 0.028561 0.0449274 ||| 0-0 1-1 3-2 4-3 ||| 2
+! " gehört , und ||| kill ! ' , and ||| 0.028561 0.0449274 ||| 0-1 1-2 3-3 4-4 ||| 2
+! " gehört , ||| ! ' , ||| 0.028561 0.0449274 ||| 0-0 1-1 3-2 ||| 2
+! " gehört , ||| kill ! ' , ||| 0.028561 0.0449274 ||| 0-1 1-2 3-3 ||| 2
+! " gehört ||| ! ' ||| 0.028561 0.0449274 ||| 0-0 1-1 ||| 2
+! " gehört ||| kill ! ' ||| 0.028561 0.0449274 ||| 0-1 1-2 ||| 2
+! " hat das Parlament bereits ||| ! ' , Parliament has already ||| 0.0571221 0.0449274 ||| 0-0 1-1 2-2 3-3 4-3 5-4 5-5 ||| 1
+! " hat das Parlament ||| ! ' , Parliament ||| 0.0571221 0.0449274 ||| 0-0 1-1 2-2 3-3 4-3 ||| 1
+! " hat ||| ! ' , ||| 0.0571221 0.0449274 ||| 0-0 1-1 2-2 ||| 1
+! " kommen ||| " ||| 0.0571221 0.0592024 ||| 0-0 1-0 ||| 1
+! " mögen ||| ' , may ||| 0.0571221 0.579445 ||| 1-0 0-1 2-2 ||| 1
+! " nicht nur in bezug ||| ' does not just ||| 0.0571221 0.579445 ||| 1-0 2-1 2-2 3-3 ||| 1
+! " nicht nur in ||| ' does not just ||| 0.0571221 0.579445 ||| 1-0 2-1 2-2 3-3 ||| 1
+! " nicht nur ||| ' does not just ||| 0.0571221 0.579445 ||| 1-0 2-1 2-2 3-3 ||| 1
+! " nicht ||| ' does not ||| 0.0571221 0.579445 ||| 1-0 2-1 2-2 ||| 1
+! " oder zu Kollegin Harms ||| ! ' , and to Mrs Harms ||| 0.0571221 0.0449274 ||| 0-0 1-1 2-3 3-4 4-5 5-6 ||| 1
+! " oder zu Kollegin ||| ! ' , and to Mrs ||| 0.0571221 0.0449274 ||| 0-0 1-1 2-3 3-4 4-5 ||| 1
+! " oder zu ||| ! ' , and to ||| 0.0571221 0.0449274 ||| 0-0 1-1 2-3 3-4 ||| 1
+! " oder ||| ! ' , and ||| 0.028561 0.0449274 ||| 0-0 1-1 2-3 ||| 2
+! " oder ||| ! ' or ||| 0.028561 0.0449274 ||| 0-0 1-1 2-2 ||| 2
+! " rufe vonseiten der IND ||| ! ' from members of the IND ||| 0.0571221 0.0449274 ||| 0-0 1-1 3-2 4-5 5-6 ||| 1
+! " rufe vonseiten der ||| ! ' from members of the ||| 0.0571221 0.0449274 ||| 0-0 1-1 3-2 4-5 ||| 1
+! " rufe vonseiten ||| ! ' from members of ||| 0.0190407 0.0449274 ||| 0-0 1-1 3-2 ||| 3
+! " rufe vonseiten ||| ! ' from members ||| 0.0190407 0.0449274 ||| 0-0 1-1 3-2 ||| 3
+! " rufe vonseiten ||| ! ' from ||| 0.0190407 0.0449274 ||| 0-0 1-1 3-2 ||| 3
+! " rufe ||| ! ' ||| 0.0571221 0.0449274 ||| 0-0 1-1 ||| 1
+! " rufen , würden wir ||| ' , we would ||| 0.0571221 0.579445 ||| 1-0 3-1 5-2 4-3 ||| 1
+! " rufen , ||| ' , ||| 0.0571221 0.579445 ||| 1-0 3-1 ||| 1
+! " rufen die Föderalisten , und ||| ! ' say the federalists , and ||| 0.0571221 0.0449274 ||| 0-0 1-1 2-2 3-3 4-4 5-5 6-6 ||| 1
+! " rufen die Föderalisten , ||| ! ' say the federalists , ||| 0.0571221 0.0449274 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1
+! " rufen die Föderalisten ||| ! ' say the federalists ||| 0.0571221 0.0449274 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! " rufen die ||| ! ' say the ||| 0.0571221 0.0449274 ||| 0-0 1-1 2-2 3-3 ||| 1
+! " rufen ||| ! ' say ||| 0.028561 0.0449274 ||| 0-0 1-1 2-2 ||| 2
+! " rufen ||| ' ||| 0.028561 0.579445 ||| 1-0 ||| 2
+! " sagen die ||| , ' say the people on the ||| 0.0571221 0.579445 ||| 0-0 1-1 2-2 3-6 ||| 1
+! " sagen ||| , ' say the people on ||| 0.0142805 0.579445 ||| 0-0 1-1 2-2 ||| 4
+! " sagen ||| , ' say the people ||| 0.0142805 0.579445 ||| 0-0 1-1 2-2 ||| 4
+! " sagen ||| , ' say the ||| 0.0142805 0.579445 ||| 0-0 1-1 2-2 ||| 4
+! " sagen ||| , ' say ||| 0.0142805 0.579445 ||| 0-0 1-1 2-2 ||| 4
+! " steht . ||| ! ' ||| 0.0571221 0.0449274 ||| 0-0 1-1 ||| 1
+! " steht ||| ! ' ||| 0.0571221 0.0449274 ||| 0-0 1-1 ||| 1
+! " und Nizza II ? ||| ! ' and Nice II ? ||| 0.0571221 0.0449274 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1
+! " und Nizza II ||| ! ' and Nice II ||| 0.0571221 0.0449274 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! " und Nizza ||| ! ' and Nice ||| 0.0571221 0.0449274 ||| 0-0 1-1 2-2 3-3 ||| 1
+! " und schlagen uns an die ||| ! ' and beat our ||| 0.0571221 0.0449274 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! " und schlagen uns an ||| ! ' and beat our ||| 0.0571221 0.0449274 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! " und schlagen uns ||| ! ' and beat our ||| 0.0571221 0.0449274 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! " und schlagen ||| ! ' and beat ||| 0.0571221 0.0449274 ||| 0-0 1-1 2-2 3-3 ||| 1
+! " und ||| ! ' and ||| 0.38535 0.0449274 ||| 0-0 1-1 2-2 ||| 2
+! " vereinen ||| ! ' ||| 0.0571221 0.0449274 ||| 0-0 1-1 ||| 1
+! " zu allen Formen des Protektionismus ||| ! ' to all forms of protectionism ||| 0.0571221 0.0449274 ||| 0-0 1-1 2-2 3-3 4-4 5-5 6-6 ||| 1
+! " zu allen Formen des ||| ! ' to all forms of ||| 0.0571221 0.0449274 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1
+! " zu allen Formen ||| ! ' to all forms ||| 0.0571221 0.0449274 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! " zu allen ||| ! ' to all ||| 0.0571221 0.0449274 ||| 0-0 1-1 2-2 3-3 ||| 1
+! " zu ||| ! ' to ||| 0.0571221 0.0449274 ||| 0-0 1-1 2-2 ||| 1
+! " zur Offenheit und zum Wettbewerb ||| ! ' to openness and competition ||| 0.0571221 0.0449274 ||| 0-0 1-1 2-2 3-3 4-4 6-5 ||| 1
+! " zur Offenheit und zum ||| ! ' to openness and ||| 0.0571221 0.0449274 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! " zur Offenheit und ||| ! ' to openness and ||| 0.0571221 0.0449274 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! " zur Offenheit ||| ! ' to openness ||| 0.0571221 0.0449274 ||| 0-0 1-1 2-2 3-3 ||| 1
+! " zur ||| ! ' to ||| 0.0571221 0.0449274 ||| 0-0 1-1 2-2 ||| 1
+! " ||| ! " . ||| 0.000245159 0.00917533 ||| 0-0 1-1 0-2 ||| 233
+! " ||| ! " ||| 0.124464 0.00917533 ||| 0-0 1-1 ||| 233
+! " ||| ! ' ' really ? ' ||| 0.000245159 0.0150846 ||| 0-0 1-1 1-2 0-3 0-4 1-5 ||| 233
+! " ||| ! ' , ||| 0.000245159 0.0449274 ||| 0-0 1-1 ||| 233
+! " ||| ! ' . ||| 0.0171674 0.0449274 ||| 0-0 1-1 ||| 233
+! " ||| ! ' ||| 0.433476 0.0449274 ||| 0-0 1-1 ||| 233
+! " ||| ! .... ' ||| 0.000245159 0.0449274 ||| 0-0 1-2 ||| 233
+! " ||| ! ||| 0.0300429 0.0775352 ||| 0-0 ||| 233
+! " ||| ! ” ||| 0.00330773 0.0775352 ||| 0-0 1-1 ||| 233
+! " ||| " . ||| 0.00330773 0.118338 ||| 1-0 0-1 ||| 233
+! " ||| " ||| 0.00330773 0.0592024 ||| 0-0 1-0 ||| 233
+! " ||| ' ! ||| 0.00330773 0.0449274 ||| 1-0 0-1 ||| 233
+! " ||| ' , ||| 0.000245159 0.579445 ||| 1-0 0-1 ||| 233
+! " ||| ' . ||| 0.0515021 0.579445 ||| 1-0 0-1 ||| 233
+! " ||| ' ||| 0.0343348 0.289866 ||| 0-0 1-0 ||| 233
+! " ||| , " ||| 0.00330773 0.118338 ||| 0-0 1-1 ||| 233
+! " ||| , ' ||| 0.0171674 0.579445 ||| 0-0 1-1 ||| 233
+! " ||| , that ||| 0.000245159 1 ||| 0-0 ||| 233
+! " ||| , ||| 0.0214592 1 ||| 0-0 ||| 233
+! " ||| . " ! ||| 0.000245159 0.00917533 ||| 0-0 1-1 0-2 ||| 233
+! " ||| . " ||| 0.00865463 0.118338 ||| 0-0 1-1 ||| 233
+! " ||| . ' ||| 0.00330773 0.579445 ||| 0-0 1-1 ||| 233
+! " ||| . ||| 0.0429185 1 ||| 0-0 ||| 233
+! " ||| : ' ||| 0.000245159 0.579445 ||| 0-0 1-1 ||| 233
+! " ||| ? ' ||| 0.00330773 0.579445 ||| 0-0 1-1 ||| 233
+! " ||| Commission to ||| 0.000245159 1 ||| 0-0 ||| 233
+! " ||| Commission ||| 0.000245159 1 ||| 0-0 ||| 233
+! " ||| a living ! ' ||| 0.000245159 0.0449274 ||| 0-2 1-3 ||| 233
+! " ||| any fish ? ' ||| 0.000245159 0.579445 ||| 0-2 1-3 ||| 233
+! " ||| asked the Commission to ||| 0.000245159 1 ||| 0-2 ||| 233
+! " ||| asked the Commission ||| 0.000245159 1 ||| 0-2 ||| 233
+! " ||| bearing the ||| 0.000245159 1 ||| 0-1 ||| 233
+! " ||| common ||| 0.000245159 1 ||| 0-0 ||| 233
+! " ||| done , ||| 0.000245159 1 ||| 0-1 ||| 233
+! " ||| face ! " ||| 0.000245159 0.00917533 ||| 0-1 1-2 ||| 233
+! " ||| fish ? ' ||| 0.000245159 0.579445 ||| 0-1 1-2 ||| 233
+! " ||| give you " ||| 0.000245159 0.118338 ||| 0-1 1-2 ||| 233
+! " ||| kill ! ' ||| 0.000245159 0.0449274 ||| 0-1 1-2 ||| 233
+! " ||| living ! ' ||| 0.000245159 0.0449274 ||| 0-1 1-2 ||| 233
+! " ||| may ||| 0.000245159 1 ||| 0-0 ||| 233
+! " ||| more common ||| 0.000245159 1 ||| 0-1 ||| 233
+! " ||| of products bearing the ||| 0.000245159 1 ||| 0-3 ||| 233
+! " ||| one ' . ||| 0.000245159 0.579445 ||| 0-0 1-1 0-2 ||| 233
+! " ||| products bearing the ||| 0.000245159 1 ||| 0-2 ||| 233
+! " ||| term , ' ||| 0.000245159 0.579445 ||| 0-1 1-2 ||| 233
+! " ||| the Commission to ||| 0.000245159 1 ||| 0-1 ||| 233
+! " ||| the Commission ||| 0.000245159 1 ||| 0-1 ||| 233
+! " ||| the ||| 0.00330773 1 ||| 0-0 ||| 233
+! " ||| to give you " ||| 0.000245159 0.118338 ||| 0-2 1-3 ||| 233
+! " ||| uneven ' . ||| 0.000245159 0.579445 ||| 1-1 0-2 ||| 233
+! " ||| you " ||| 0.000245159 0.118338 ||| 0-0 1-1 ||| 233
+! " ||| ” ||| 0.000245159 1 ||| 0-0 1-0 ||| 233
+! ' , dann sage ich ||| ' . I would ||| 0.0571221 0.545017 ||| 1-0 0-1 5-2 4-3 ||| 1
+! ' , dann ||| ' . ||| 0.0571221 0.545017 ||| 1-0 0-1 ||| 1
+! ' , diese Aufforderung ||| ! ' is the message ||| 0.0571221 0.042258 ||| 0-0 1-1 3-3 4-4 ||| 1
+! ' , diese ||| ! ' is the ||| 0.0571221 0.042258 ||| 0-0 1-1 3-3 ||| 1
+! ' , sollte Gegenstand von ||| ' , should ||| 0.0571221 0.272653 ||| 0-0 1-0 2-1 3-2 ||| 1
+! ' , sollte Gegenstand ||| ' , should ||| 0.0571221 0.272653 ||| 0-0 1-0 2-1 3-2 ||| 1
+! ' , sollte ||| ' , should ||| 0.0571221 0.272653 ||| 0-0 1-0 2-1 3-2 ||| 1
+! ' , womit ||| ! ' , ||| 0.0571221 0.042258 ||| 0-0 1-1 2-2 ||| 1
+! ' , ||| ! ' , ||| 0.0114244 0.042258 ||| 0-0 1-1 2-2 ||| 5
+! ' , ||| ! ' is ||| 0.0114244 0.042258 ||| 0-0 1-1 ||| 5
+! ' , ||| ! ' ||| 0.0114244 0.042258 ||| 0-0 1-1 ||| 5
+! ' , ||| ' , ||| 0.0114244 0.272653 ||| 0-0 1-0 2-1 ||| 5
+! ' , ||| ' . ||| 0.0114244 0.545017 ||| 1-0 0-1 ||| 5
+! ' - wir lassen uns ||| ! ' ||| 0.0571221 0.042258 ||| 0-0 1-1 ||| 1
+! ' - wir lassen ||| ! ' ||| 0.0571221 0.042258 ||| 0-0 1-1 ||| 1
+! ' - wir ||| ! ' ||| 0.0571221 0.042258 ||| 0-0 1-1 ||| 1
+! ' - ||| ! ' ||| 0.0571221 0.042258 ||| 0-0 1-1 ||| 1
+! ' . aber dort gibt ||| ! ' , but there are widely ||| 0.028561 0.042258 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 2
+! ' . aber dort gibt ||| ! ' , but there are ||| 0.028561 0.042258 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 2
+! ' . aber dort ||| ! ' , but there ||| 0.0571221 0.042258 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! ' . aber ||| ! ' , but ||| 0.0571221 0.042258 ||| 0-0 1-1 2-2 3-3 ||| 1
+! ' . ||| ! ' , ||| 0.0190407 0.042258 ||| 0-0 1-1 2-2 ||| 3
+! ' . ||| ! ' ||| 0.0190407 0.0211319 ||| 0-0 1-1 2-1 ||| 3
+! ' . ||| . ||| 0.0190407 1 ||| 2-0 ||| 3
+! ' Stand , ||| ! ' , ||| 0.0571221 0.042258 ||| 0-0 1-1 3-2 ||| 1
+! ' Stand ||| ! ' ||| 0.0571221 0.042258 ||| 0-0 1-1 ||| 1
+! ' rufen , ||| ! ' and then murder ||| 0.0190407 0.042258 ||| 0-0 1-1 3-2 ||| 3
+! ' rufen , ||| ! ' and then ||| 0.0190407 0.042258 ||| 0-0 1-1 3-2 ||| 3
+! ' rufen , ||| ! ' and ||| 0.0190407 0.042258 ||| 0-0 1-1 3-2 ||| 3
+! ' rufen ||| ! ' ||| 0.0571221 0.042258 ||| 0-0 1-1 ||| 1
+! ' ||| ! ' , and ||| 0.00112004 0.042258 ||| 0-0 1-1 0-2 ||| 51
+! ' ||| ! ' , ||| 0.00112004 0.042258 ||| 0-0 1-1 0-2 ||| 51
+! ' ||| ! ' . ||| 0.00112004 0.042258 ||| 0-0 1-1 ||| 51
+! ' ||| ! ' is ||| 0.00112004 0.042258 ||| 0-0 1-1 ||| 51
+! ' ||| ! ' ||| 0.490196 0.042258 ||| 0-0 1-1 ||| 51
+! ' ||| ' ! ||| 0.00112004 0.042258 ||| 1-0 0-1 ||| 51
+! ' ||| ' , and ||| 0.00112004 0.545017 ||| 1-0 0-1 ||| 51
+! ' ||| ' , ||| 0.00112004 0.545017 ||| 1-0 0-1 ||| 51
+! ' ||| ' . ||| 0.0784314 0.545017 ||| 1-0 0-1 ||| 51
+! ' ||| ' ||| 0.0151118 0.272653 ||| 0-0 1-0 ||| 51
+! ' ||| 't . ' ||| 0.00112004 0.545017 ||| 0-1 1-2 ||| 51
+! ' ||| . ' ||| 0.0784314 0.545017 ||| 0-0 1-1 ||| 51
+! ' ||| . ||| 0.00112004 1 ||| 0-0 ||| 51
+! ' ||| ? " ||| 0.00112004 0.0291059 ||| 0-0 1-1 ||| 51
+! ' ||| ? ' ||| 0.00112004 0.545017 ||| 0-0 1-1 ||| 51
+! ' ||| ? ||| 0.00112004 1 ||| 0-0 ||| 51
+! ' ||| hook ' ! ||| 0.00112004 0.042258 ||| 1-1 0-2 ||| 51
+! ' ||| in 't . ' ||| 0.00112004 0.545017 ||| 0-2 1-3 ||| 51
+! ' ||| luck ! ' ||| 0.00112004 0.042258 ||| 0-1 1-2 ||| 51
+! ' ||| of . ' ||| 0.00112004 0.545017 ||| 0-1 1-2 ||| 51
+! ( 1 ) ||| . ( 1 ) ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! ( 1 ||| . ( 1 ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! ( ||| . ( ||| 0.0571221 1 ||| 0-0 1-1 ||| 1
+! ) , Forschung , Wettbewerbsfähigkeit und ||| ! ) , research , competitiveness and ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 3-3 4-4 5-5 6-6 ||| 1
+! ) , Forschung , Wettbewerbsfähigkeit ||| ! ) , research , competitiveness ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1
+! ) , Forschung , ||| ! ) , research , ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! ) , Forschung ||| ! ) , research ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 3-3 ||| 1
+! ) , die die Arbeitslosenunterstützung ||| ! ) which unemployment benefit ||| 0.0571221 0.0775352 ||| 0-0 1-1 3-2 4-2 4-3 5-3 5-4 ||| 1
+! ) , geht . ||| ! ) ||| 0.0571221 0.0775352 ||| 0-0 1-1 ||| 1
+! ) , geht ||| ! ) ||| 0.0571221 0.0775352 ||| 0-0 1-1 ||| 1
+! ) , mit der Rodung von ||| ! ) , the grubbing-up of ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 4-3 5-4 6-5 ||| 1
+! ) , mit der Rodung ||| ! ) , the grubbing-up ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 4-3 5-4 ||| 1
+! ) , mit der ||| ! ) , the ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 4-3 ||| 1
+! ) , mit ||| ! ) , ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 ||| 1
+! ) , und schließlich ||| ! ) and , finally , ||| 0.0571221 0.0775352 ||| 0-0 1-1 3-2 2-3 4-4 4-5 ||| 1
+! ) , und ||| ! ) and , ||| 0.0571221 0.0775352 ||| 0-0 1-1 3-2 2-3 ||| 1
+! ) , während ||| ! ) , while ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 3-3 ||| 1
+! ) , während über 100 ||| ! ) , while over 100 ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1
+! ) , während über ||| ! ) , while over ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! ) , ||| ! ) , ||| 0.666667 0.0775352 ||| 0-0 1-1 2-2 ||| 6
+! ) , ||| ! ) ||| 0.12845 0.0775352 ||| 0-0 1-1 ||| 6
+! ) . seit einigen Jahren ||| , and for a number of years ||| 0.38535 1 ||| 0-0 2-1 3-2 4-3 4-4 5-6 ||| 2
+! ) . seit einigen ||| , and for a number of ||| 0.0963376 1 ||| 0-0 2-1 3-2 4-3 4-4 ||| 8
+! ) . seit einigen ||| , and for a number ||| 0.0963376 1 ||| 0-0 2-1 3-2 4-3 4-4 ||| 8
+! ) . seit einigen ||| recycled , and for a number of ||| 0.0963376 1 ||| 0-1 2-2 3-3 4-4 4-5 ||| 8
+! ) . seit einigen ||| recycled , and for a number ||| 0.0963376 1 ||| 0-1 2-2 3-3 4-4 4-5 ||| 8
+! ) . seit ||| , and for ||| 0.192675 1 ||| 0-0 2-1 3-2 ||| 4
+! ) . seit ||| recycled , and for ||| 0.192675 1 ||| 0-1 2-2 3-3 ||| 4
+! ) . ||| ! ) . ||| 0.0856334 0.0775352 ||| 0-0 1-1 2-2 ||| 9
+! ) . ||| ! ) ||| 0.0063469 0.0775352 ||| 0-0 1-1 2-1 ||| 9
+! ) . ||| ! ||| 0.0063469 0.0775352 ||| 0-0 ||| 9
+! ) . ||| ) . ||| 0.0063469 1 ||| 1-0 0-1 2-1 ||| 9
+! ) . ||| , and ||| 0.0856334 1 ||| 0-0 2-1 ||| 9
+! ) . ||| recycled , and ||| 0.0856334 1 ||| 0-1 2-2 ||| 9
+! ) Herr Kollege Ferber , ||| ! " ) Mr Ferber , ||| 0.0571221 1.7585e-05 ||| 0-0 1-2 2-3 3-4 4-4 5-5 ||| 1
+! ) Herr Kollege Ferber ||| ! " ) Mr Ferber ||| 0.0571221 1.7585e-05 ||| 0-0 1-2 2-3 3-4 4-4 ||| 1
+! ) Herr ||| ! " ) Mr ||| 0.0571221 1.7585e-05 ||| 0-0 1-2 2-3 ||| 1
+! ) Marktwirtschaft , die von einem ||| ! ) market economy ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 2-3 ||| 1
+! ) Marktwirtschaft , die von ||| ! ) market economy ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 2-3 ||| 1
+! ) Marktwirtschaft , die ||| ! ) market economy ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 2-3 ||| 1
+! ) Marktwirtschaft , ||| ! ) market economy ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 2-3 ||| 1
+! ) Marktwirtschaft ||| ! ) market economy ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 2-3 ||| 1
+! ) allein für ||| ! ) just for ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 3-3 ||| 1
+! ) allein ||| ! ) just ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 ||| 1
+! ) bei . ||| ) . ||| 0.0571221 1 ||| 1-0 3-1 ||| 1
+! ) bei ||| ) ||| 0.0571221 1 ||| 1-0 ||| 1
+! ) bezeichnet wird , hat ||| ! ) , has ||| 0.0571221 0.0775352 ||| 0-0 1-1 4-2 5-3 ||| 1
+! ) bezeichnet wird , ||| ! ) , ||| 0.0571221 0.0775352 ||| 0-0 1-1 4-2 ||| 1
+! ) bezeichnet wird ||| ! ) ||| 0.0571221 0.0775352 ||| 0-0 1-1 ||| 1
+! ) bezeichnet ||| ! ) ||| 0.0571221 0.0775352 ||| 0-0 1-1 ||| 1
+! ) das ||| the ||| 0.0571221 1 ||| 2-0 ||| 1
+! ) dürfen nicht verwendet ( missbraucht ||| ! ) cannot be used ( misused ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 3-2 3-3 4-4 5-5 6-6 ||| 1
+! ) dürfen nicht verwendet ( ||| ! ) cannot be used ( ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 3-2 3-3 4-4 5-5 ||| 1
+! ) dürfen nicht verwendet ||| ! ) cannot be used ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 3-2 3-3 4-4 ||| 1
+! ) dürfen nicht ||| ! ) cannot be ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 3-2 3-3 ||| 1
+! ) für den Fall der ||| ! ) in the event that we ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 3-3 4-4 5-6 ||| 1
+! ) für den Fall ||| ! ) in the event that ||| 0.028561 0.0775352 ||| 0-0 1-1 2-2 3-3 4-4 ||| 2
+! ) für den Fall ||| ! ) in the event ||| 0.028561 0.0775352 ||| 0-0 1-1 2-2 3-3 4-4 ||| 2
+! ) für den ||| ! ) in the ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 3-3 ||| 1
+! ) für die Umsetzung der ||| ! ) before they apply the ||| 0.0571221 0.0775352 ||| 0-0 1-1 3-3 4-4 5-5 ||| 1
+! ) für die Umsetzung ||| ! ) before they apply ||| 0.0571221 0.0775352 ||| 0-0 1-1 3-3 4-4 ||| 1
+! ) für die ||| ! ) before they ||| 0.0571221 0.0775352 ||| 0-0 1-1 3-3 ||| 1
+! ) für ||| ! ) before ||| 0.0190407 0.0775352 ||| 0-0 1-1 ||| 3
+! ) für ||| ! ) in ||| 0.0190407 0.0775352 ||| 0-0 1-1 2-2 ||| 3
+! ) für ||| ! ) ||| 0.0190407 0.0775352 ||| 0-0 1-1 ||| 3
+! ) großen Not ||| ! ) high level of need ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 3-3 3-5 ||| 1
+! ) großen ||| ! ) high ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 ||| 1
+! ) oder ihr Egonet ||| ! ) , or rather their egonet ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-3 4-4 3-5 4-6 ||| 1
+! ) oder ||| ! ) , or ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-3 ||| 1
+! ) und die Schaffung nationaler Finanzmärkte ||| ! ) and create national financial markets ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 4-3 5-4 6-5 6-6 ||| 1
+! ) und die Schaffung nationaler ||| ! ) and create national ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 4-3 5-4 ||| 1
+! ) und die Schaffung ||| ! ) and create ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 4-3 ||| 1
+! ) und die ||| ! ) and ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 ||| 1
+! ) und häufig unverständliche ||| ! ) and often unreadable ||| 0.028561 0.0775352 ||| 0-0 1-1 2-2 3-3 4-4 ||| 2
+! ) und häufig unverständliche ||| ! ) and often unreadable – ||| 0.028561 0.0775352 ||| 0-0 1-1 2-2 3-3 4-4 ||| 2
+! ) und häufig ||| ! ) and often ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 3-3 ||| 1
+! ) und ||| ! ) and ||| 0.38535 0.0775352 ||| 0-0 1-1 2-2 ||| 2
+! ) vertritt ||| ! ) ||| 0.0571221 0.0775352 ||| 0-0 1-1 ||| 1
+! ) ||| ! " ) ||| 0.000906699 1.7585e-05 ||| 0-0 1-2 ||| 63
+! ) ||| ! ) , ||| 0.000906699 0.0775352 ||| 0-0 1-1 ||| 63
+! ) ||| ! ) before ||| 0.000906699 0.0775352 ||| 0-0 1-1 ||| 63
+! ) ||| ! ) ||| 0.714286 0.0775352 ||| 0-0 1-1 ||| 63
+! ) ||| ! - ||| 0.000906699 0.0775352 ||| 0-0 1-1 ||| 63
+! ) ||| ! ] ||| 0.000906699 0.0775352 ||| 0-0 1-1 ||| 63
+! ) ||| ! ||| 0.0122333 0.0775352 ||| 0-0 ||| 63
+! ) ||| ) ||| 0.000906699 1 ||| 1-0 ||| 63
+! ) ||| , ||| 0.0793651 1 ||| 0-0 ||| 63
+! ) ||| Latin ! ) ||| 0.000906699 0.0775352 ||| 0-1 1-2 ||| 63
+! ) ||| arrival ! ) ||| 0.000906699 0.0775352 ||| 0-1 1-2 ||| 63
+! ) ||| recycled , ||| 0.0122333 1 ||| 0-1 ||| 63
+! ) ||| the ||| 0.000906699 1 ||| 0-0 ||| 63
+! ) über die ||| ! ) on the ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 3-3 ||| 1
+! ) über die Änderung der ||| ! ) on the amendment of ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1
+! ) über die Änderung ||| ! ) on the amendment ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! ) über ||| ! ) on ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 ||| 1
+! , dem Gewinner des Sacharow-Preises in ||| ! , the Sakharov Prize winner in ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 5-3 4-4 5-4 3-5 6-6 ||| 1
+! , dem Gewinner des Sacharow-Preises ||| ! , the Sakharov Prize winner ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 5-3 4-4 5-4 3-5 ||| 1
+! , dem ||| ! , the ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 ||| 1
+! , war ebenfalls kein Beitrag zur ||| ! " did little to ||| 0.0571221 1.7585e-05 ||| 0-0 6-4 ||| 1
+! , war ebenfalls kein Beitrag ||| ! " did little ||| 0.0142805 1.7585e-05 ||| 0-0 ||| 4
+! , war ebenfalls kein Beitrag ||| ! " did ||| 0.0142805 1.7585e-05 ||| 0-0 ||| 4
+! , war ebenfalls kein Beitrag ||| ! " ||| 0.0142805 1.7585e-05 ||| 0-0 ||| 4
+! , war ebenfalls kein Beitrag ||| ! ||| 0.0142805 0.0775352 ||| 0-0 ||| 4
+! , war ebenfalls kein ||| ! " did little ||| 0.0142805 1.7585e-05 ||| 0-0 ||| 4
+! , war ebenfalls kein ||| ! " did ||| 0.0142805 1.7585e-05 ||| 0-0 ||| 4
+! , war ebenfalls kein ||| ! " ||| 0.0142805 1.7585e-05 ||| 0-0 ||| 4
+! , war ebenfalls kein ||| ! ||| 0.0142805 0.0775352 ||| 0-0 ||| 4
+! , war ebenfalls ||| ! " did little ||| 0.0142805 1.7585e-05 ||| 0-0 ||| 4
+! , war ebenfalls ||| ! " did ||| 0.0142805 1.7585e-05 ||| 0-0 ||| 4
+! , war ebenfalls ||| ! " ||| 0.0142805 1.7585e-05 ||| 0-0 ||| 4
+! , war ebenfalls ||| ! ||| 0.0142805 0.0775352 ||| 0-0 ||| 4
+! , war ||| ! " did little ||| 0.0142805 1.7585e-05 ||| 0-0 ||| 4
+! , war ||| ! " did ||| 0.0142805 1.7585e-05 ||| 0-0 ||| 4
+! , war ||| ! " ||| 0.0142805 1.7585e-05 ||| 0-0 ||| 4
+! , war ||| ! ||| 0.0142805 0.0775352 ||| 0-0 ||| 4
+! , ||| ! " did little ||| 0.00952034 1.7585e-05 ||| 0-0 ||| 6
+! , ||| ! " did ||| 0.00952034 1.7585e-05 ||| 0-0 ||| 6
+! , ||| ! " ||| 0.00952034 1.7585e-05 ||| 0-0 ||| 6
+! , ||| ! , ||| 0.00952034 0.0775352 ||| 0-0 1-1 ||| 6
+! , ||| ! ||| 0.00952034 0.0775352 ||| 0-0 ||| 6
+! , ||| , ||| 0.00952034 1 ||| 0-0 ||| 6
+! - ' Es reicht ' ||| ! - ' Enough is enough ' ||| 0.0571221 0.0230313 ||| 0-0 1-1 2-2 3-3 4-4 4-5 5-6 ||| 1
+! - ' Es reicht ||| ! - ' Enough is enough ||| 0.0571221 0.042258 ||| 0-0 1-1 2-2 3-3 4-4 4-5 ||| 1
+! - ' Es ||| ! - ' Enough ||| 0.0571221 0.042258 ||| 0-0 1-1 2-2 3-3 ||| 1
+! - ' ||| ! - ' ||| 0.0571221 0.042258 ||| 0-0 1-1 2-2 ||| 1
+! - , dass wir mehr wollen ||| ! we want more ||| 0.0571221 0.0775352 ||| 0-0 4-1 3-2 6-2 5-3 ||| 1
+! - , die mit ||| ! - that have been treated with ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 3-2 3-3 4-5 4-6 ||| 1
+! - , die ||| ! - that have been ||| 0.0114244 0.0775352 ||| 0-0 1-1 2-2 3-2 3-3 ||| 5
+! - , die ||| ! - that have ||| 0.0114244 0.0775352 ||| 0-0 1-1 2-2 3-2 3-3 ||| 5
+! - , die ||| ! - which ||| 0.0114244 0.0775352 ||| 0-0 1-1 2-2 3-2 ||| 5
+! - , die ||| ! - who ||| 0.0114244 0.0775352 ||| 0-0 1-1 2-2 3-2 ||| 5
+! - , die ||| ! - ||| 0.0114244 0.0775352 ||| 0-0 1-1 ||| 5
+! - , doch die britische Regierung ||| ! - but the British Government ||| 0.0571221 0.0775352 ||| 0-0 1-1 3-2 4-3 5-4 6-5 ||| 1
+! - , doch die britische ||| ! - but the British ||| 0.0571221 0.0775352 ||| 0-0 1-1 3-2 4-3 5-4 ||| 1
+! - , doch die ||| ! - but the ||| 0.0571221 0.0775352 ||| 0-0 1-1 3-2 4-3 ||| 1
+! - , doch ||| ! - but ||| 0.0571221 0.0775352 ||| 0-0 1-1 3-2 ||| 1
+! - , ist zu ersehen ||| ! ) , we see ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 4-3 5-4 ||| 1
+! - , ist zu ||| ! ) , we ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 4-3 ||| 1
+! - , ist ||| ! ) , ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 ||| 1
+! - , möchte ich meinerseits ||| ! - I would like to ||| 0.028561 0.0775352 ||| 0-0 1-1 4-2 3-3 3-4 3-5 ||| 2
+! - , möchte ich meinerseits ||| surprise ! - I would like to ||| 0.028561 0.0775352 ||| 0-1 1-2 4-3 3-4 3-5 3-6 ||| 2
+! - , möchte ich ||| ! - I would like to ||| 0.028561 0.0775352 ||| 0-0 1-1 4-2 3-3 3-4 3-5 ||| 2
+! - , möchte ich ||| surprise ! - I would like to ||| 0.028561 0.0775352 ||| 0-1 1-2 4-3 3-4 3-5 3-6 ||| 2
+! - , so wie es ja ||| . this is ||| 0.028561 1 ||| 0-0 5-1 6-2 ||| 2
+! - , so wie es ja ||| indeed . this is ||| 0.028561 1 ||| 0-1 5-2 6-3 ||| 2
+! - , so wie es ||| . this ||| 0.028561 1 ||| 0-0 5-1 ||| 2
+! - , so wie es ||| indeed . this ||| 0.028561 1 ||| 0-1 5-2 ||| 2
+! - , so wie ||| . ||| 0.028561 1 ||| 0-0 ||| 2
+! - , so wie ||| indeed . ||| 0.028561 1 ||| 0-1 ||| 2
+! - , so ||| . ||| 0.028561 1 ||| 0-0 ||| 2
+! - , so ||| indeed . ||| 0.028561 1 ||| 0-1 ||| 2
+! - , sondern daß sogar geradezu ||| ? - but that ||| 0.0571221 1 ||| 0-0 1-1 3-2 2-3 4-3 ||| 1
+! - , sondern daß sogar ||| ? - but that ||| 0.0571221 1 ||| 0-0 1-1 3-2 2-3 4-3 ||| 1
+! - , sondern daß ||| ? - but that ||| 0.0571221 1 ||| 0-0 1-1 3-2 2-3 4-3 ||| 1
+! - , um uns dann , ||| it - and then , ||| 0.0571221 1 ||| 0-0 1-1 2-2 5-3 6-4 ||| 1
+! - , um uns dann ||| it - and then ||| 0.0571221 1 ||| 0-0 1-1 2-2 5-3 ||| 1
+! - , um uns ||| it - and ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! - , um ||| it - and ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! - , von dem ||| ! - in favour ||| 0.028561 0.0775352 ||| 0-0 1-1 3-2 ||| 2
+! - , von dem ||| ! - in ||| 0.028561 0.0775352 ||| 0-0 1-1 3-2 ||| 2
+! - , von ||| ! - in favour ||| 0.028561 0.0775352 ||| 0-0 1-1 3-2 ||| 2
+! - , von ||| ! - in ||| 0.028561 0.0775352 ||| 0-0 1-1 3-2 ||| 2
+! - , wohingegen man ||| ! - whereas one ||| 0.0571221 0.0775352 ||| 0-0 1-1 3-2 4-3 ||| 1
+! - , wohingegen ||| ! - whereas ||| 0.0571221 0.0775352 ||| 0-0 1-1 3-2 ||| 1
+! - , während diejenigen , die ||| ! - while those responsible for the ||| 0.0571221 0.0775352 ||| 0-0 1-1 3-2 4-3 4-4 6-6 ||| 1
+! - , während diejenigen , ||| ! - while those responsible for ||| 0.028561 0.0775352 ||| 0-0 1-1 3-2 4-3 4-4 ||| 2
+! - , während diejenigen , ||| ! - while those responsible ||| 0.028561 0.0775352 ||| 0-0 1-1 3-2 4-3 4-4 ||| 2
+! - , während diejenigen ||| ! - while those responsible for ||| 0.028561 0.0775352 ||| 0-0 1-1 3-2 4-3 4-4 ||| 2
+! - , während diejenigen ||| ! - while those responsible ||| 0.028561 0.0775352 ||| 0-0 1-1 3-2 4-3 4-4 ||| 2
+! - , während ||| ! - while ||| 0.0571221 0.0775352 ||| 0-0 1-1 3-2 ||| 1
+! - , ||| ! ) , ||| 0.00357013 0.0775352 ||| 0-0 1-1 2-2 ||| 16
+! - , ||| ! - ||| 0.4375 0.0775352 ||| 0-0 1-1 ||| 16
+! - , ||| ! ||| 0.00357013 0.0775352 ||| 0-0 ||| 16
+! - , ||| - which ||| 0.00357013 1 ||| 1-0 2-1 ||| 16
+! - , ||| - ||| 0.00357013 1 ||| 0-0 1-0 ||| 16
+! - , ||| . ||| 0.00357013 1 ||| 0-0 ||| 16
+! - , ||| indeed . ||| 0.00357013 1 ||| 0-1 ||| 16
+! - , ||| it - and ||| 0.00357013 1 ||| 0-0 1-1 2-2 ||| 16
+! - , ||| surprise ! - ||| 0.00357013 0.0775352 ||| 0-1 1-2 ||| 16
+! - , ||| we ||| 0.00357013 1 ||| 0-0 ||| 16
+! - Die ||| - the United Nations ||| 0.0190407 1 ||| 0-0 1-0 2-1 ||| 3
+! - Die ||| - the United ||| 0.0190407 1 ||| 0-0 1-0 2-1 ||| 3
+! - Die ||| - the ||| 0.0190407 1 ||| 0-0 1-0 2-1 ||| 3
+! - Es sind ||| the two draftsmen have presented ||| 0.0571221 1 ||| 0-0 2-1 2-2 3-3 2-4 ||| 1
+! - Frage von Unvereinbarkeiten ||| ! – incompatibilities arise ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 4-2 4-3 ||| 1
+! - Frau Präsidentin , ich wurde ||| ! - Madam President , I was ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 3-3 4-4 5-5 6-6 ||| 1
+! - Frau Präsidentin , ich ||| ! - Madam President , I ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1
+! - Frau Präsidentin , ||| ! - Madam President , ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! - Frau Präsidentin ||| ! - Madam President ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 3-3 ||| 1
+! - Frau ||| ! - Madam ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 ||| 1
+! - Kernkraftwerke errichtet werden ||| ! ) nuclear power stations built ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 2-3 2-4 3-5 ||| 1
+! - Kernkraftwerke errichtet ||| ! ) nuclear power stations built ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 2-3 2-4 3-5 ||| 1
+! - Kernkraftwerke ||| ! ) nuclear power stations ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 2-3 2-4 ||| 1
+! - Referenden und Volksinitiativen zu stellen ||| ! - of referendums and popular initiatives ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-3 3-4 4-5 4-6 ||| 1
+! - Referenden und Volksinitiativen zu ||| ! - of referendums and popular initiatives ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-3 3-4 4-5 4-6 ||| 1
+! - Referenden und Volksinitiativen ||| ! - of referendums and popular initiatives ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-3 3-4 4-5 4-6 ||| 1
+! - Referenden und ||| ! - of referendums and ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-3 3-4 ||| 1
+! - Referenden ||| ! - of referendums ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-3 ||| 1
+! - Rücksicht ||| into consideration ||| 0.0571221 1 ||| 2-0 2-1 ||| 1
+! - bedeutet eine derart anmaßende ||| , such an arrogant ||| 0.0571221 1 ||| 0-0 1-0 4-1 3-2 4-2 2-3 4-3 5-3 ||| 1
+! - besagen , dass der Zugang ||| ! - stipulate that access ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 3-3 4-3 5-4 6-4 ||| 1
+! - besagen , dass ||| ! - stipulate that ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 3-3 4-3 ||| 1
+! - besagen ||| ! - stipulate ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 ||| 1
+! - besteht , wie ||| , via ||| 0.0571221 1 ||| 0-0 1-0 2-1 ||| 1
+! - besteht , ||| , via ||| 0.0571221 1 ||| 0-0 1-0 2-1 ||| 1
+! - besteht ||| , via ||| 0.0571221 1 ||| 0-0 1-0 2-1 ||| 1
+! - der Energie vergeudet , bevor ||| ! - of the energy before ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 2-3 3-4 6-5 ||| 1
+! - der Energie vergeudet , ||| ! - of the energy ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 2-3 3-4 ||| 1
+! - der Energie vergeudet ||| ! - of the energy ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 2-3 3-4 ||| 1
+! - der Energie ||| ! - of the energy ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 2-3 3-4 ||| 1
+! - der betreffenden Minderheiten ||| , - of the relevant minorities ||| 0.0571221 1 ||| 0-0 1-1 2-2 2-3 3-4 4-5 ||| 1
+! - der betreffenden ||| , - of the relevant ||| 0.0571221 1 ||| 0-0 1-1 2-2 2-3 3-4 ||| 1
+! - der operativen Ausgaben werden ||| ! - of operational expenses are managed ||| 0.028561 0.0775352 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 2
+! - der operativen Ausgaben werden ||| ! - of operational expenses are ||| 0.028561 0.0775352 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 2
+! - der operativen Ausgaben ||| ! - of operational expenses ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! - der operativen ||| ! - of operational ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 3-3 ||| 1
+! - der ||| ! - of the ||| 0.0190407 0.0775352 ||| 0-0 1-1 2-2 2-3 ||| 3
+! - der ||| ! - of ||| 0.0190407 0.0775352 ||| 0-0 1-1 2-2 ||| 3
+! - der ||| , - of the ||| 0.0190407 1 ||| 0-0 1-1 2-2 2-3 ||| 3
+! - die ||| , ||| 0.0571221 1 ||| 0-0 ||| 1
+! - direkte ||| - direct ||| 0.0571221 1 ||| 1-0 2-1 ||| 1
+! - direkte Übertragung , aber auch ||| - direct transmission but also ||| 0.0571221 1 ||| 1-0 2-1 3-2 5-3 6-4 ||| 1
+! - direkte Übertragung , aber ||| - direct transmission but ||| 0.0571221 1 ||| 1-0 2-1 3-2 5-3 ||| 1
+! - direkte Übertragung , ||| - direct transmission ||| 0.0571221 1 ||| 1-0 2-1 3-2 ||| 1
+! - direkte Übertragung ||| - direct transmission ||| 0.0571221 1 ||| 1-0 2-1 3-2 ||| 1
+! - energische Maßnahmen vorgeschlagen hat , ||| ! - proposing powerful measures ||| 0.0571221 0.0775352 ||| 0-0 1-1 4-2 2-3 3-4 ||| 1
+! - energische Maßnahmen vorgeschlagen hat ||| ! - proposing powerful measures ||| 0.0571221 0.0775352 ||| 0-0 1-1 4-2 2-3 3-4 ||| 1
+! - energische Maßnahmen vorgeschlagen ||| ! - proposing powerful measures ||| 0.0571221 0.0775352 ||| 0-0 1-1 4-2 2-3 3-4 ||| 1
+! - im Lauf dieser Woche begonnen ||| - set in motion this week ||| 0.0571221 1 ||| 1-0 6-1 2-2 3-3 4-4 5-5 ||| 1
+! - ist ein klares und durchsichtiges ||| - is a clear , transparent ||| 0.0571221 1 ||| 1-0 2-1 3-2 4-3 5-4 6-5 ||| 1
+! - ist ein klares und ||| - is a clear , ||| 0.0571221 1 ||| 1-0 2-1 3-2 4-3 5-4 ||| 1
+! - ist ein klares ||| - is a clear ||| 0.0571221 1 ||| 1-0 2-1 3-2 4-3 ||| 1
+! - ist ein ||| - is a ||| 0.0571221 1 ||| 1-0 2-1 3-2 ||| 1
+! - ist ||| - is ||| 0.0571221 1 ||| 1-0 2-1 ||| 1
+! - mit beeindruckender Hellsichtigkeit den ||| - with ||| 0.0571221 1 ||| 1-0 2-1 ||| 1
+! - mit beeindruckender Hellsichtigkeit ||| - with ||| 0.0571221 1 ||| 1-0 2-1 ||| 1
+! - mit beeindruckender ||| - with ||| 0.0571221 1 ||| 1-0 2-1 ||| 1
+! - mit ||| - with ||| 0.0571221 1 ||| 1-0 2-1 ||| 1
+! - quer durch alle Fraktionen , ||| ! - all , ||| 0.0571221 0.0775352 ||| 0-0 1-1 4-2 6-3 ||| 1
+! - quer durch alle Fraktionen ||| ! - all ||| 0.0571221 0.0775352 ||| 0-0 1-1 4-2 ||| 1
+! - quer durch alle ||| ! - all ||| 0.0571221 0.0775352 ||| 0-0 1-1 4-2 ||| 1
+! - quer durch ||| ! - ||| 0.0571221 0.0775352 ||| 0-0 1-1 ||| 1
+! - quer ||| ! - ||| 0.0571221 0.0775352 ||| 0-0 1-1 ||| 1
+! - rechtzeitig reagiert : sie hat ||| ! - took timely action : it ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 2-3 3-4 4-5 5-6 ||| 1
+! - rechtzeitig reagiert : sie ||| ! - took timely action : it ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 2-3 3-4 4-5 5-6 ||| 1
+! - rechtzeitig reagiert : ||| ! - took timely action : ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 2-3 3-4 4-5 ||| 1
+! - rechtzeitig reagiert ||| ! - took timely action ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 2-3 3-4 ||| 1
+! - rechtzeitig ||| ! - took timely ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 2-3 ||| 1
+! - räume ich ein , ||| ! - I recognise ||| 0.0571221 0.0775352 ||| 0-0 1-1 3-2 2-3 4-3 ||| 1
+! - räume ich ein ||| ! - I recognise ||| 0.0571221 0.0775352 ||| 0-0 1-1 3-2 2-3 4-3 ||| 1
+! - sage ich ||| ! - I would say ||| 0.0571221 0.0775352 ||| 0-0 1-1 3-2 2-3 2-4 ||| 1
+! - scheint die Europäische Union jetzt ||| ! - the EU seems ||| 0.0571221 0.0775352 ||| 0-0 1-1 3-2 4-3 5-3 2-4 ||| 1
+! - scheint die Europäische Union ||| ! - the EU seems ||| 0.0571221 0.0775352 ||| 0-0 1-1 3-2 4-3 5-3 2-4 ||| 1
+! - um zu bekräftigen , daß ||| ! - as a reaffirmation of ||| 0.028561 0.0775352 ||| 0-0 1-1 2-2 2-3 4-4 ||| 2
+! - um zu bekräftigen , daß ||| ! - as a reaffirmation ||| 0.028561 0.0775352 ||| 0-0 1-1 2-2 2-3 4-4 ||| 2
+! - um zu bekräftigen , ||| ! - as a reaffirmation of ||| 0.028561 0.0775352 ||| 0-0 1-1 2-2 2-3 4-4 ||| 2
+! - um zu bekräftigen , ||| ! - as a reaffirmation ||| 0.028561 0.0775352 ||| 0-0 1-1 2-2 2-3 4-4 ||| 2
+! - um zu bekräftigen ||| ! - as a reaffirmation of ||| 0.028561 0.0775352 ||| 0-0 1-1 2-2 2-3 4-4 ||| 2
+! - um zu bekräftigen ||| ! - as a reaffirmation ||| 0.028561 0.0775352 ||| 0-0 1-1 2-2 2-3 4-4 ||| 2
+! - um zu ||| ! - as a ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 2-3 ||| 1
+! - um ||| ! - as a ||| 0.028561 0.0775352 ||| 0-0 1-1 2-2 2-3 ||| 2
+! - um ||| , ||| 0.028561 1 ||| 0-0 ||| 2
+! - und begrenzt somit die ||| ! - thereby restricting the ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 4-2 3-3 5-3 5-4 ||| 1
+! - und dass die landwirtschaftliche Produktivität ||| - and that agricultural productivity ||| 0.0571221 1 ||| 0-0 1-0 2-1 3-2 4-2 5-3 6-4 ||| 1
+! - und dass die landwirtschaftliche ||| - and that agricultural ||| 0.0571221 1 ||| 0-0 1-0 2-1 3-2 4-2 5-3 ||| 1
+! - und dass die ||| - and that ||| 0.0571221 1 ||| 0-0 1-0 2-1 3-2 4-2 ||| 1
+! - und ideologischer Manipulation ||| ! - and borders on ideological manipulation ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 3-3 3-4 3-5 4-6 ||| 1
+! - und ideologischer ||| ! - and borders on ideological ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 3-3 3-4 3-5 ||| 1
+! - und nationale Präferenz entschieden ||| - and national preference ||| 0.0571221 1 ||| 0-0 1-0 2-1 3-2 4-3 5-3 ||| 1
+! - und nationale ||| - and national ||| 0.0571221 1 ||| 0-0 1-0 2-1 3-2 ||| 1
+! - und zum ersten ||| ! - and we saw the first ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 3-5 4-6 ||| 1
+! - und zum ||| ! - and we saw the ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 3-5 ||| 1
+! - und ||| ! - and we saw ||| 0.00952034 0.0775352 ||| 0-0 1-1 2-2 ||| 6
+! - und ||| ! - and we ||| 0.00952034 0.0775352 ||| 0-0 1-1 2-2 ||| 6
+! - und ||| ! - and ||| 0.12845 0.0775352 ||| 0-0 1-1 2-2 ||| 6
+! - und ||| - and ||| 0.12845 1 ||| 0-0 1-0 2-1 ||| 6
+! - ungefähr 18 Millionen Arbeitslose . ||| , some 18 million unemployed . ||| 0.0571221 1 ||| 0-0 1-0 2-1 3-2 4-3 5-4 6-5 ||| 1
+! - ungefähr 18 Millionen Arbeitslose ||| , some 18 million unemployed ||| 0.0571221 1 ||| 0-0 1-0 2-1 3-2 4-3 5-4 ||| 1
+! - ungefähr 18 Millionen ||| , some 18 million ||| 0.0571221 1 ||| 0-0 1-0 2-1 3-2 4-3 ||| 1
+! - ungefähr 18 ||| , some 18 ||| 0.0571221 1 ||| 0-0 1-0 2-1 3-2 ||| 1
+! - ungefähr ||| , some ||| 0.0571221 1 ||| 0-0 1-0 2-1 ||| 1
+! - unter Anlegung objektiver Maßstäbe erfolgen ||| emphasize , from an objective viewpoint ||| 0.028561 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 6-5 ||| 2
+! - unter Anlegung objektiver Maßstäbe erfolgen ||| would emphasize , from an objective viewpoint ||| 0.028561 1 ||| 0-1 1-2 2-3 3-4 4-5 5-6 6-6 ||| 2
+! - unter Anlegung objektiver ||| emphasize , from an objective ||| 0.028561 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 2
+! - unter Anlegung objektiver ||| would emphasize , from an objective ||| 0.028561 1 ||| 0-1 1-2 2-3 3-4 4-5 ||| 2
+! - unter Anlegung ||| emphasize , from an ||| 0.028561 1 ||| 0-0 1-1 2-2 3-3 ||| 2
+! - unter Anlegung ||| would emphasize , from an ||| 0.028561 1 ||| 0-1 1-2 2-3 3-4 ||| 2
+! - unter vielen anderen . ||| , one among many others . ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1
+! - unter vielen anderen ||| , one among many others ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! - unter vielen ||| , one among many ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! - unter ||| , one among ||| 0.0190407 1 ||| 0-0 1-1 2-2 ||| 3
+! - unter ||| emphasize , from ||| 0.0190407 1 ||| 0-0 1-1 2-2 ||| 3
+! - unter ||| would emphasize , from ||| 0.0190407 1 ||| 0-1 1-2 2-3 ||| 3
+! - weiß ich nicht , ||| - I do not know , but ||| 0.028561 1 ||| 0-0 1-0 3-1 2-2 4-3 2-4 5-5 ||| 2
+! - weiß ich nicht , ||| - I do not know , ||| 0.028561 1 ||| 0-0 1-0 3-1 2-2 4-3 2-4 5-5 ||| 2
+! - weiß ich nicht ||| - I do not know ||| 0.0571221 1 ||| 0-0 1-0 3-1 2-2 4-3 2-4 ||| 1
+! - zugab ||| saying something – admitted ||| 0.0571221 1 ||| 2-0 2-1 0-2 1-2 2-2 2-3 ||| 1
+! - zur Koordination im ||| - relating to applying coordination in the ||| 0.0571221 1 ||| 0-0 1-0 2-1 2-2 3-3 3-4 4-5 4-6 ||| 1
+! - zur Koordination ||| - relating to applying coordination ||| 0.0571221 1 ||| 0-0 1-0 2-1 2-2 3-3 3-4 ||| 1
+! - zur ||| - relating to ||| 0.0571221 1 ||| 0-0 1-0 2-1 2-2 ||| 1
+! - ||| ! ) ||| 0.00819894 0.0775352 ||| 0-0 1-1 ||| 94
+! - ||| ! - I do ||| 0.000607682 0.0775352 ||| 0-0 1-1 ||| 94
+! - ||| ! - I ||| 0.000607682 0.0775352 ||| 0-0 1-1 ||| 94
+! - ||| ! - of ||| 0.000607682 0.0775352 ||| 0-0 1-1 ||| 94
+! - ||| ! - ||| 0.361702 0.0775352 ||| 0-0 1-1 ||| 94
+! - ||| ! ||| 0.00819894 0.0775352 ||| 0-0 ||| 94
+! - ||| ! – ||| 0.000607682 0.0775352 ||| 0-0 1-1 ||| 94
+! - ||| , - ||| 0.000607682 1 ||| 0-0 1-1 ||| 94
+! - ||| , and ||| 0.00819894 1 ||| 0-0 1-1 ||| 94
+! - ||| , mind you - ||| 0.000607682 1 ||| 0-0 1-3 ||| 94
+! - ||| , one ||| 0.000607682 1 ||| 0-0 1-1 ||| 94
+! - ||| , ||| 0.0744681 1 ||| 0-0 1-0 ||| 94
+! - ||| - ||| 0.212766 1 ||| 0-0 1-0 ||| 94
+! - ||| . at ||| 0.000607682 1 ||| 0-0 1-1 ||| 94
+! - ||| . indeed ||| 0.000607682 1 ||| 0-0 ||| 94
+! - ||| . ||| 0.0214524 1 ||| 0-0 ||| 94
+! - ||| ? - ||| 0.000607682 1 ||| 0-0 1-1 ||| 94
+! - ||| emphasize , ||| 0.000607682 1 ||| 0-0 1-1 ||| 94
+! - ||| indeed . ||| 0.000607682 1 ||| 0-1 ||| 94
+! - ||| is , ||| 0.000607682 1 ||| 0-1 1-1 ||| 94
+! - ||| it - ||| 0.000607682 1 ||| 0-0 1-1 ||| 94
+! - ||| it everybody - ||| 0.000607682 1 ||| 0-0 1-2 ||| 94
+! - ||| one ||| 0.000607682 1 ||| 0-0 ||| 94
+! - ||| sake , ||| 0.000607682 1 ||| 0-1 1-1 ||| 94
+! - ||| surprise ! - ||| 0.000607682 0.0775352 ||| 0-1 1-2 ||| 94
+! - ||| the ||| 0.000607682 1 ||| 0-0 ||| 94
+! - ||| want . ||| 0.000607682 1 ||| 0-1 ||| 94
+! - ||| we ||| 0.000607682 1 ||| 0-0 ||| 94
+! - ||| would be ||| 0.000607682 1 ||| 0-0 ||| 94
+! - ||| would emphasize , ||| 0.000607682 1 ||| 0-1 1-2 ||| 94
+! - ||| would ||| 0.000607682 1 ||| 0-0 ||| 94
+! - über 10 Milliarden dänische ||| it everybody - over 10 billion Danish ||| 0.0571221 1 ||| 0-0 1-2 2-3 3-4 4-5 5-6 ||| 1
+! - über 10 Milliarden ||| it everybody - over 10 billion ||| 0.0571221 1 ||| 0-0 1-2 2-3 3-4 4-5 ||| 1
+! - über 10 ||| it everybody - over 10 ||| 0.0571221 1 ||| 0-0 1-2 2-3 3-4 ||| 1
+! - über ||| it everybody - over ||| 0.0571221 1 ||| 0-0 1-2 2-3 ||| 1
+! . ||| ! ||| 0.224059 0.0390177 ||| 0-0 1-0 ||| 9
+! . ||| . ||| 0.0856334 1 ||| 0-0 1-0 ||| 9
+! . ||| in this . ||| 0.0063469 1 ||| 0-1 0-2 1-2 ||| 9
+! . ||| misunderstandings . ||| 0.0063469 1 ||| 0-0 1-1 ||| 9
+! . ||| point . ||| 0.0063469 1 ||| 0-0 0-1 1-1 ||| 9
+! . ||| this . ||| 0.0063469 1 ||| 0-0 0-1 1-1 ||| 9
+! ... und , hier war ich ||| ! ... ||| 0.0571221 0.0775352 ||| 0-0 1-1 ||| 1
+! ... und , hier war ||| ! ... ||| 0.0571221 0.0775352 ||| 0-0 1-1 ||| 1
+! ... und , hier ||| ! ... ||| 0.0571221 0.0775352 ||| 0-0 1-1 ||| 1
+! ... und , ||| ! ... ||| 0.0571221 0.0775352 ||| 0-0 1-1 ||| 1
+! ... und ||| ! ... ||| 0.0571221 0.0775352 ||| 0-0 1-1 ||| 1
+! ... ||| ! ... ||| 0.672176 0.0775352 ||| 0-0 1-1 ||| 3
+! 100 Mio. ECU ||| ! ECU 100 m ||| 0.0571221 0.0775352 ||| 0-0 3-1 1-2 2-3 ||| 1
+! 14,5 % Feuchte ist ||| ! 14.5 % is ||| 0.0571221 0.0733998 ||| 0-0 1-1 3-1 2-2 4-3 ||| 1
+! 14,5 % Feuchte ||| ! 14.5 % ||| 0.0571221 0.0733998 ||| 0-0 1-1 3-1 2-2 ||| 1
+! 173 Auftragsmorde seit 1990 ||| ! 173 contract killings since 1990 ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 2-3 3-4 4-5 ||| 1
+! 173 Auftragsmorde seit 1990 – ||| ! 173 contract killings since 1990 – ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 2-3 3-4 4-5 5-6 ||| 1
+! 173 Auftragsmorde seit ||| ! 173 contract killings since ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 2-3 3-4 ||| 1
+! 173 Auftragsmorde ||| ! 173 contract killings ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 2-3 ||| 1
+! 173 ||| ! 173 ||| 0.0571221 0.0775352 ||| 0-0 1-1 ||| 1
+! 1962 haben sie dies ||| ! in 1962 , did they not ||| 0.028561 0.0775352 ||| 0-0 1-1 1-2 2-4 3-5 ||| 2
+! 1962 haben sie dies ||| ! in 1962 , did they ||| 0.028561 0.0775352 ||| 0-0 1-1 1-2 2-4 3-5 ||| 2
+! 1962 haben sie ||| ! in 1962 , did they not ||| 0.028561 0.0775352 ||| 0-0 1-1 1-2 2-4 3-5 ||| 2
+! 1962 haben sie ||| ! in 1962 , did they ||| 0.028561 0.0775352 ||| 0-0 1-1 1-2 2-4 3-5 ||| 2
+! 1962 haben ||| ! in 1962 , did ||| 0.0571221 0.0775352 ||| 0-0 1-1 1-2 2-4 ||| 1
+! 1962 ||| ! in 1962 , ||| 0.028561 0.0775352 ||| 0-0 1-1 1-2 ||| 2
+! 1962 ||| ! in 1962 ||| 0.028561 0.0775352 ||| 0-0 1-1 1-2 ||| 2
+! 1991 habe ich ||| , in 1991 , I joined ||| 0.0571221 1 ||| 0-0 1-1 1-2 3-4 2-5 ||| 1
+! 1991 ||| , in 1991 , ||| 0.028561 1 ||| 0-0 1-1 1-2 ||| 2
+! 1991 ||| , in 1991 ||| 0.028561 1 ||| 0-0 1-1 1-2 ||| 2
+! 1996 haben vier Millionen Menschen ||| ! in 1996 , four million people ||| 0.0571221 0.0775352 ||| 0-0 1-1 1-2 2-3 3-4 4-5 5-6 ||| 1
+! 1996 haben vier Millionen ||| ! in 1996 , four million ||| 0.0571221 0.0775352 ||| 0-0 1-1 1-2 2-3 3-4 4-5 ||| 1
+! 1996 haben vier ||| ! in 1996 , four ||| 0.0571221 0.0775352 ||| 0-0 1-1 1-2 2-3 3-4 ||| 1
+! 1996 haben ||| ! in 1996 , ||| 0.0571221 0.0775352 ||| 0-0 1-1 1-2 2-3 ||| 1
+! 1996 ||| ! in 1996 ||| 0.0571221 0.0775352 ||| 0-0 1-1 1-2 ||| 1
+! 20 % des ||| . twenty per cent of the territory ||| 0.028561 1 ||| 0-0 1-1 2-2 2-3 3-4 3-5 ||| 2
+! 20 % des ||| . twenty per cent of the ||| 0.028561 1 ||| 0-0 1-1 2-2 2-3 3-4 3-5 ||| 2
+! 20 % ||| . twenty per cent ||| 0.0571221 1 ||| 0-0 1-1 2-2 2-3 ||| 1
+! 20 Prozent der jungen Frauen ||| . 20 % of young women ||| 0.0571221 0.529412 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1
+! 20 Prozent der jungen ||| . 20 % of young ||| 0.0571221 0.529412 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! 20 Prozent der ||| . 20 % of ||| 0.0571221 0.529412 ||| 0-0 1-1 2-2 3-3 ||| 1
+! 20 Prozent ||| . 20 % ||| 0.0571221 0.529412 ||| 0-0 1-1 2-2 ||| 1
+! 20 ||| . 20 ||| 0.028561 1 ||| 0-0 1-1 ||| 2
+! 20 ||| . twenty ||| 0.028561 1 ||| 0-0 1-1 ||| 2
+! 2002 wird ein entscheidendes Jahr ||| , 2002 will be a crucial year ||| 0.0571221 1 ||| 0-0 1-1 2-2 2-3 3-4 4-5 5-6 ||| 1
+! 2002 wird ein entscheidendes ||| , 2002 will be a crucial ||| 0.0571221 1 ||| 0-0 1-1 2-2 2-3 3-4 4-5 ||| 1
+! 2002 wird ein ||| , 2002 will be a ||| 0.0571221 1 ||| 0-0 1-1 2-2 2-3 3-4 ||| 1
+! 2002 wird ||| , 2002 will be ||| 0.0571221 1 ||| 0-0 1-1 2-2 2-3 ||| 1
+! 2002 ||| , 2002 ||| 0.0571221 1 ||| 0-0 1-1 ||| 1
+! 2003 ||| 2003 ||| 0.0571221 1 ||| 1-0 ||| 1
+! 2004 war die UKIP die einzige ||| ! ||| 0.0571221 0.0388843 ||| 0-0 1-0 ||| 1
+! 2004 war die UKIP die ||| ! ||| 0.0571221 0.0388843 ||| 0-0 1-0 ||| 1
+! 2004 war die UKIP ||| ! ||| 0.0571221 0.0388843 ||| 0-0 1-0 ||| 1
+! 2004 war die ||| ! ||| 0.0571221 0.0388843 ||| 0-0 1-0 ||| 1
+! 2004 war ||| ! ||| 0.028561 0.0388843 ||| 0-0 1-0 ||| 2
+! 2004 war ||| , 2004 was ||| 0.028561 1 ||| 0-0 1-1 2-2 ||| 2
+! 2004 ||| ! 2004 may ||| 0.0142805 0.0775352 ||| 0-0 1-1 ||| 4
+! 2004 ||| ! 2004 ||| 0.0142805 0.0775352 ||| 0-0 1-1 ||| 4
+! 2004 ||| ! ||| 0.0142805 0.0388843 ||| 0-0 1-0 ||| 4
+! 2004 ||| , 2004 ||| 0.0142805 1 ||| 0-0 1-1 ||| 4
+! 2005 war ||| , 2005 has ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! 2005 wird ||| , 2005 will ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! 2005 ||| , 2005 ||| 0.38535 1 ||| 0-0 1-1 ||| 2
+! 2010 ist eigentlich schon morgen ||| , 2010 is just round the corner ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-3 4-4 5-6 ||| 1
+! 2010 ist eigentlich schon ||| , 2010 is just round the ||| 0.028561 1 ||| 0-0 1-1 2-2 3-3 4-3 4-4 ||| 2
+! 2010 ist eigentlich schon ||| , 2010 is just round ||| 0.028561 1 ||| 0-0 1-1 2-2 3-3 4-3 4-4 ||| 2
+! 2010 ist ||| , 2010 is ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! 2010 ||| , 2010 ||| 0.0571221 1 ||| 0-0 1-1 ||| 1
+! 91 % gehen an Rechtsinhaber , ||| the other 91 % goes to holders ||| 0.0571221 0.946664 ||| 0-0 1-2 2-3 3-4 4-5 5-6 ||| 1
+! 91 % gehen an Rechtsinhaber ||| the other 91 % goes to holders ||| 0.0571221 0.946664 ||| 0-0 1-2 2-3 3-4 4-5 5-6 ||| 1
+! 91 % gehen an ||| the other 91 % goes to ||| 0.0571221 0.946664 ||| 0-0 1-2 2-3 3-4 4-5 ||| 1
+! 91 % gehen ||| the other 91 % goes ||| 0.0571221 0.946664 ||| 0-0 1-2 2-3 3-4 ||| 1
+! 91 % ||| the other 91 % ||| 0.0571221 0.946664 ||| 0-0 1-2 2-3 ||| 1
+! 91 ||| the other 91 ||| 0.0571221 1 ||| 0-0 1-2 ||| 1
+! 99 % ||| 99 % ||| 0.0571221 0.946664 ||| 1-0 2-1 ||| 1
+! 99 ||| 99 ||| 0.0571221 1 ||| 1-0 ||| 1
+! ; und aus Angola , Dom ||| ! ; and from Angola , Dom ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 3-3 4-4 5-5 6-6 ||| 1
+! ; und aus Angola , ||| ! ; and from Angola , ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1
+! ; und aus Angola ||| ! ; and from Angola ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! ; und aus ||| ! ; and from ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 3-3 ||| 1
+! ; und ||| ! ; and ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 ||| 1
+! ; ||| ! ; ||| 0.0571221 0.0775352 ||| 0-0 1-1 ||| 1
+! ? " ||| ? " ||| 0.0571221 0.118338 ||| 1-0 2-1 ||| 1
+! ? ? ||| ! ||| 0.028561 0.0265065 ||| 0-0 1-0 2-0 ||| 2
+! ? ? ||| ! ’ ||| 0.028561 0.0265065 ||| 0-0 1-0 2-0 ||| 2
+! ? Inshaallah . ' ||| , ' inshallah ' . ||| 0.0571221 0.545017 ||| 0-0 2-1 1-2 2-2 4-3 3-4 ||| 1
+! ? Inshaallah ||| , ' inshallah ||| 0.0571221 1 ||| 0-0 2-1 1-2 2-2 ||| 1
+! ? ||| . ' ||| 0.0190407 0.0032785 ||| 0-0 1-1 ||| 3
+! ? ||| ? ! ||| 0.0190407 0.0775352 ||| 1-0 0-1 ||| 3
+! ? ||| ? ||| 0.0190407 1 ||| 1-0 ||| 3
+! Airbus ist eine europäische Erfolgsgeschichte ||| , Airbus is a European success story ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 5-6 ||| 1
+! Airbus ist eine europäische ||| , Airbus is a European ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! Airbus ist eine ||| , Airbus is a ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! Airbus ist ||| , Airbus is ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Airbus ||| , Airbus ||| 0.0571221 1 ||| 0-0 1-1 ||| 1
+! Algerien ist schwerkrank ||| , Algeria is a very ill country ||| 0.0190407 1 ||| 0-0 1-1 2-2 3-4 ||| 3
+! Algerien ist schwerkrank ||| , Algeria is a very ill ||| 0.0190407 1 ||| 0-0 1-1 2-2 3-4 ||| 3
+! Algerien ist schwerkrank ||| , Algeria is a very ||| 0.0190407 1 ||| 0-0 1-1 2-2 3-4 ||| 3
+! Algerien ist ||| , Algeria is a ||| 0.028561 1 ||| 0-0 1-1 2-2 ||| 2
+! Algerien ist ||| , Algeria is ||| 0.028561 1 ||| 0-0 1-1 2-2 ||| 2
+! Algerien ||| , Algeria ||| 0.0571221 1 ||| 0-0 1-1 ||| 1
+! Alkoholkonsum ist eine Gewohnheit , die ||| , alcohol consumption is a habit ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-3 3-4 4-5 ||| 1
+! Alkoholkonsum ist eine Gewohnheit , ||| , alcohol consumption is a habit ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-3 3-4 4-5 ||| 1
+! Alkoholkonsum ist eine Gewohnheit ||| , alcohol consumption is a habit ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-3 3-4 4-5 ||| 1
+! Alkoholkonsum ist eine ||| , alcohol consumption is a ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-3 3-4 ||| 1
+! Alkoholkonsum ist ||| , alcohol consumption is ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-3 ||| 1
+! Alkoholkonsum ||| , alcohol consumption ||| 0.0571221 1 ||| 0-0 1-1 1-2 ||| 1
+! Anfang Juli hat sich Filip ||| , at the beginning of July Filip ||| 0.0571221 1 ||| 0-0 1-1 1-2 1-3 2-5 5-6 ||| 1
+! Anfang Juli hat sich ||| , at the beginning of July ||| 0.0571221 1 ||| 0-0 1-1 1-2 1-3 2-5 ||| 1
+! Anfang Juli hat ||| , at the beginning of July ||| 0.0571221 1 ||| 0-0 1-1 1-2 1-3 2-5 ||| 1
+! Anfang Juli ||| , at the beginning of July ||| 0.0571221 1 ||| 0-0 1-1 1-2 1-3 2-5 ||| 1
+! Anfang dieses Jahres haben sich die ||| , earlier this year the ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 6-4 ||| 1
+! Anfang dieses Jahres haben sich ||| , earlier this year ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! Anfang dieses Jahres haben ||| , earlier this year ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! Anfang dieses Jahres ||| , earlier this year ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! Anfang dieses ||| , earlier this ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Anfang ||| , at the beginning of ||| 0.0190407 1 ||| 0-0 1-1 1-2 1-3 ||| 3
+! Anfang ||| , at the beginning ||| 0.0190407 1 ||| 0-0 1-1 1-2 1-3 ||| 3
+! Anfang ||| , earlier ||| 0.0190407 1 ||| 0-0 1-1 ||| 3
+! Anlass ||| , the occasion ||| 0.0571221 1 ||| 0-0 1-1 1-2 ||| 1
+! Armut hat ||| , poverty has ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Armut und soziale Ausgrenzung ||| , poverty and social exclusion ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! Armut und soziale ||| , poverty and social ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! Armut und ||| , poverty and ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Armut ||| , poverty ||| 0.38535 1 ||| 0-0 1-1 ||| 2
+! Aufgabe der Konferenz von Bali ||| , the remit of the Bali Conference ||| 0.0571221 1 ||| 0-0 1-2 2-3 2-4 4-5 5-5 3-6 ||| 1
+! Aufgabe der ||| , the remit of the ||| 0.0571221 1 ||| 0-0 1-2 2-3 2-4 ||| 1
+! Aufgabe ||| , the remit ||| 0.0571221 1 ||| 0-0 1-2 ||| 1
+! Aus- und Fortbildung wird ||| , training and education will be a ||| 0.028561 1 ||| 0-0 1-1 2-2 3-3 4-4 4-5 ||| 2
+! Aus- und Fortbildung wird ||| , training and education will be ||| 0.028561 1 ||| 0-0 1-1 2-2 3-3 4-4 4-5 ||| 2
+! Aus- und Fortbildung ||| , training and education ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! Aus- und ||| , training and ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Aus- ||| , training ||| 0.0571221 1 ||| 0-0 1-1 ||| 1
+! Außenpolitik muß ||| and gentlemen , foreign policy needs to ||| 0.028561 1 ||| 0-1 0-2 1-3 1-4 2-5 2-6 ||| 2
+! Außenpolitik muß ||| gentlemen , foreign policy needs to ||| 0.028561 1 ||| 0-0 0-1 1-2 1-3 2-4 2-5 ||| 2
+! Außenpolitik ||| , ladies and gentlemen , foreign policy ||| 0.0142805 1 ||| 0-3 0-4 1-5 1-6 ||| 4
+! Außenpolitik ||| and gentlemen , foreign policy ||| 0.0142805 1 ||| 0-1 0-2 1-3 1-4 ||| 4
+! Außenpolitik ||| gentlemen , foreign policy ||| 0.0142805 1 ||| 0-0 0-1 1-2 1-3 ||| 4
+! Außenpolitik ||| ladies and gentlemen , foreign policy ||| 0.0142805 1 ||| 0-2 0-3 1-4 1-5 ||| 4
+! Beifall an den tschechischen ||| , let us applaud the Czech ||| 0.0571221 1 ||| 0-0 0-1 0-2 1-3 3-4 4-5 ||| 1
+! Beifall an den ||| , let us applaud the ||| 0.0571221 1 ||| 0-0 0-1 0-2 1-3 3-4 ||| 1
+! Beifall an ||| , let us applaud ||| 0.0571221 1 ||| 0-0 0-1 0-2 1-3 ||| 1
+! Beifall ||| , let us applaud ||| 0.0571221 1 ||| 0-0 0-1 0-2 1-3 ||| 1
+! Belarus gehörte im Laufe der Geschichte ||| , throughout history , Belarus has belonged ||| 0.028561 1 ||| 3-1 4-1 6-2 0-3 1-4 2-5 2-6 ||| 2
+! Belarus gehörte im Laufe der Geschichte ||| throughout history , Belarus has belonged ||| 0.028561 1 ||| 3-0 4-0 6-1 0-2 1-3 2-4 2-5 ||| 2
+! Belarus gehörte ||| , Belarus has belonged ||| 0.0571221 1 ||| 0-0 1-1 2-2 2-3 ||| 1
+! Belarus ||| , Belarus ||| 0.0571221 1 ||| 0-0 1-1 ||| 1
+! Belgien hat offenbar ||| , it does seem that Belgium has ||| 0.0571221 1 ||| 0-0 3-1 3-2 3-3 3-4 1-5 2-6 ||| 1
+! Beschäftigungspolitik und soziale Sicherheit gehören ||| , employment policy and social security go ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-3 3-4 4-5 5-6 ||| 1
+! Beschäftigungspolitik und soziale Sicherheit ||| , employment policy and social security ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-3 3-4 4-5 ||| 1
+! Beschäftigungspolitik und soziale ||| , employment policy and social ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-3 3-4 ||| 1
+! Beschäftigungspolitik und ||| , employment policy and ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-3 ||| 1
+! Beschäftigungspolitik ||| , employment policy ||| 0.0571221 1 ||| 0-0 1-1 1-2 ||| 1
+! Betriebsstilllegungen wie jetzt in ||| , plant closures like this one in ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-3 3-4 4-6 ||| 1
+! Betriebsstilllegungen wie jetzt ||| , plant closures like this one ||| 0.028561 1 ||| 0-0 1-1 1-2 2-3 3-4 ||| 2
+! Betriebsstilllegungen wie jetzt ||| , plant closures like this ||| 0.028561 1 ||| 0-0 1-1 1-2 2-3 3-4 ||| 2
+! Betriebsstilllegungen wie ||| , plant closures like ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-3 ||| 1
+! Betriebsstilllegungen ||| , plant closures ||| 0.0571221 1 ||| 0-0 1-1 1-2 ||| 1
+! Beziehungen zu Nachbarn sind ||| , links with neighbours are ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! Beziehungen zu Nachbarn ||| , links with neighbours ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! Beziehungen zu ||| , links with ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Beziehungen ||| , links ||| 0.0571221 1 ||| 0-0 1-1 ||| 1
+! Bezug ||| the ||| 0.0571221 1 ||| 0-0 ||| 1
+! Biozide , das sind Produkte , ||| , biocides are products that ||| 0.0571221 1 ||| 0-0 2-0 1-1 4-2 5-3 6-4 ||| 1
+! Biozide , das sind Produkte ||| , biocides are products ||| 0.0571221 1 ||| 0-0 2-0 1-1 4-2 5-3 ||| 1
+! Biozide , das sind ||| , biocides are ||| 0.0571221 1 ||| 0-0 2-0 1-1 4-2 ||| 1
+! Biozide , das ||| , biocides ||| 0.0571221 1 ||| 0-0 2-0 1-1 ||| 1
+! Biozide , ||| , biocides ||| 0.0571221 1 ||| 0-0 2-0 1-1 ||| 1
+! Birma ||| , Burma ||| 0.0571221 1 ||| 0-0 1-1 ||| 1
+! Bosnien-Herzegowina ist im Grunde ||| , Bosnia-Herzegovina is , in fact , ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-4 4-5 4-6 ||| 1
+! Bosnien-Herzegowina ist im ||| , Bosnia-Herzegovina is , in ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-4 ||| 1
+! Bosnien-Herzegowina ist ||| , Bosnia-Herzegovina is , ||| 0.028561 1 ||| 0-0 1-1 2-2 ||| 2
+! Bosnien-Herzegowina ist ||| , Bosnia-Herzegovina is ||| 0.028561 1 ||| 0-0 1-1 2-2 ||| 2
+! Bosnien-Herzegowina ||| , Bosnia-Herzegovina ||| 0.0571221 1 ||| 0-0 1-1 ||| 1
+! Bovine spongiforme Enzephalopathie , Dioxin , ||| , bovine spongiform encephalopathy , dioxin , ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 6-6 ||| 1
+! Bovine spongiforme Enzephalopathie , Dioxin ||| , bovine spongiform encephalopathy , dioxin ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1
+! Bovine spongiforme Enzephalopathie , ||| , bovine spongiform encephalopathy , ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! Bovine spongiforme Enzephalopathie ||| , bovine spongiform encephalopathy ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! Bovine spongiforme ||| , bovine spongiform ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Bovine ||| , bovine ||| 0.0571221 1 ||| 0-0 1-1 ||| 1
+! Burma taucht regelmäßig als Thema ||| , Burma is a regular theme ||| 0.0571221 1 ||| 0-0 1-1 2-2 4-3 3-4 5-5 ||| 1
+! Burma taucht regelmäßig als ||| , Burma is a regular ||| 0.0571221 1 ||| 0-0 1-1 2-2 4-3 3-4 ||| 1
+! Burma taucht ||| , Burma is ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Burma ||| , Burma ||| 0.0571221 1 ||| 0-0 1-1 ||| 1
+! Bücher sind ein wichtiges Medium ||| , books are an important instrument ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1
+! Bücher sind ein wichtiges ||| , books are an important ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! Bücher sind ein ||| , books are an ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! Bücher sind ||| , books are ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Bücher ||| , books ||| 0.0571221 1 ||| 0-0 1-1 ||| 1
+! Cancún ist ebenso ein Misserfolg wie ||| , Cancún was a failure just like ||| 0.0571221 1 ||| 0-0 1-1 2-2 4-3 5-4 6-5 6-6 ||| 1
+! Cancún ist ebenso ein Misserfolg ||| , Cancún was a failure ||| 0.0571221 1 ||| 0-0 1-1 2-2 4-3 5-4 ||| 1
+! Cancún ist ebenso ein ||| , Cancún was a ||| 0.0571221 1 ||| 0-0 1-1 2-2 4-3 ||| 1
+! Cancún ist ebenso ||| , Cancún was ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Cancún ist ||| , Cancún was ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Cancún ||| , Cancún ||| 0.0571221 1 ||| 0-0 1-1 ||| 1
+! Chaos , wie es vom ||| ' to the chaos that the ||| 0.0142805 1 ||| 0-2 1-3 2-4 4-4 5-5 ||| 4
+! Chaos , wie es vom ||| no ' to the chaos that the ||| 0.0142805 1 ||| 0-3 1-4 2-5 4-5 5-6 ||| 4
+! Chaos , wie es vom ||| the chaos that the ||| 0.0142805 1 ||| 0-0 1-1 2-2 4-2 5-3 ||| 4
+! Chaos , wie es vom ||| to the chaos that the ||| 0.0142805 1 ||| 0-1 1-2 2-3 4-3 5-4 ||| 4
+! Chaos , wie es ||| ' no ' to the chaos that ||| 0.0114244 1 ||| 0-4 1-5 2-6 4-6 ||| 5
+! Chaos , wie es ||| ' to the chaos that ||| 0.0114244 1 ||| 0-2 1-3 2-4 4-4 ||| 5
+! Chaos , wie es ||| no ' to the chaos that ||| 0.0114244 1 ||| 0-3 1-4 2-5 4-5 ||| 5
+! Chaos , wie es ||| the chaos that ||| 0.0114244 1 ||| 0-0 1-1 2-2 4-2 ||| 5
+! Chaos , wie es ||| to the chaos that ||| 0.0114244 1 ||| 0-1 1-2 2-3 4-3 ||| 5
+! Chaos ||| ' no ' to the chaos ||| 0.0114244 1 ||| 0-4 1-5 ||| 5
+! Chaos ||| ' to the chaos ||| 0.0114244 1 ||| 0-2 1-3 ||| 5
+! Chaos ||| no ' to the chaos ||| 0.0114244 1 ||| 0-3 1-4 ||| 5
+! Chaos ||| the chaos ||| 0.0114244 1 ||| 0-0 1-1 ||| 5
+! Chaos ||| to the chaos ||| 0.0114244 1 ||| 0-1 1-2 ||| 5
+! Clearing und Abrechnung sind ein wesentliches ||| , clearing and settlement are an essential ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 6-6 ||| 1
+! Clearing und Abrechnung sind ein ||| , clearing and settlement are an ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1
+! Clearing und Abrechnung sind ||| , clearing and settlement are ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! Clearing und Abrechnung ||| , clearing and settlement ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! Clearing und ||| , clearing and ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Clearing ||| , clearing ||| 0.0571221 1 ||| 0-0 1-1 ||| 1
+! Dank an Constanze ||| I am obliged to ||| 0.0571221 1 ||| 0-0 1-1 1-2 3-2 2-3 ||| 1
+! Dank der Arbeit Ihres ||| , thanks to the work of your ||| 0.0571221 1 ||| 0-0 1-1 2-3 3-4 4-5 4-6 ||| 1
+! Dank der Arbeit ||| , thanks to the work ||| 0.0571221 1 ||| 0-0 1-1 2-3 3-4 ||| 1
+! Dank der ||| , thanks to the ||| 0.0571221 1 ||| 0-0 1-1 2-3 ||| 1
+! Dank ||| , thanks to ||| 0.028561 1 ||| 0-0 1-1 ||| 2
+! Dank ||| , thanks ||| 0.028561 1 ||| 0-0 1-1 ||| 2
+! Dogan gehört zu den Köpfen ||| , Dogan is one of the heads ||| 0.0571221 1 ||| 0-0 1-1 2-2 2-3 3-3 4-5 5-6 ||| 1
+! Dogan gehört zu den ||| , Dogan is one of the ||| 0.0571221 1 ||| 0-0 1-1 2-2 2-3 3-3 4-5 ||| 1
+! Dogan gehört zu ||| , Dogan is one of ||| 0.028561 1 ||| 0-0 1-1 2-2 2-3 3-3 ||| 2
+! Dogan gehört zu ||| , Dogan is one ||| 0.028561 1 ||| 0-0 1-1 2-2 2-3 3-3 ||| 2
+! Dogan ||| , Dogan ||| 0.0571221 1 ||| 0-0 1-1 ||| 1
+! Doris Pack hat ||| , Mrs Pack has ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! Doris Pack ||| , Mrs Pack ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Doris ||| , Mrs ||| 0.0571221 1 ||| 0-0 1-1 ||| 1
+! Echelon existiert ||| , ECHELON exists , as has already ||| 0.0114244 1 ||| 0-0 1-1 2-2 ||| 5
+! Echelon existiert ||| , ECHELON exists , as has ||| 0.0114244 1 ||| 0-0 1-1 2-2 ||| 5
+! Echelon existiert ||| , ECHELON exists , as ||| 0.0114244 1 ||| 0-0 1-1 2-2 ||| 5
+! Echelon existiert ||| , ECHELON exists , ||| 0.0114244 1 ||| 0-0 1-1 2-2 ||| 5
+! Echelon existiert ||| , ECHELON exists ||| 0.0114244 1 ||| 0-0 1-1 2-2 ||| 5
+! Echelon ||| , ECHELON ||| 0.0571221 1 ||| 0-0 1-1 ||| 1
+! Emissionsrechte sind keine ||| , emission allowances are not ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-3 3-4 ||| 1
+! Emissionsrechte sind ||| , emission allowances are ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-3 ||| 1
+! Emissionsrechte ||| , emission allowances ||| 0.0571221 1 ||| 0-0 1-1 1-2 ||| 1
+! Energie stellt einen entscheidenden Faktor in ||| , energy is a crucial factor as ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 6-6 ||| 1
+! Energie stellt einen entscheidenden Faktor ||| , energy is a crucial factor ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1
+! Energie stellt einen entscheidenden ||| , energy is a crucial ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! Energie stellt einen ||| , energy is a ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! Energie stellt ||| , energy is ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Energie ||| , energy ||| 0.0571221 1 ||| 0-0 1-1 ||| 1
+! Energieabhängigkeit ist das Thema Nummer eins ||| , energy dependence is priority number one ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-3 4-4 5-4 5-5 6-6 ||| 1
+! Energieabhängigkeit ist das Thema Nummer ||| , energy dependence is priority number ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-3 4-4 5-4 5-5 ||| 1
+! Energieabhängigkeit ist das ||| , energy dependence is ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-3 ||| 1
+! Energieabhängigkeit ist ||| , energy dependence is ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-3 ||| 1
+! Energieabhängigkeit ||| , energy dependence ||| 0.0571221 1 ||| 0-0 1-1 1-2 ||| 1
+! Entschuldigung , ||| , and I apologise ||| 0.0142805 1 ||| 0-0 1-3 ||| 4
+! Entschuldigung , ||| of the tongue , and I apologise ||| 0.0142805 1 ||| 0-3 1-6 ||| 4
+! Entschuldigung , ||| the tongue , and I apologise ||| 0.0142805 1 ||| 0-2 1-5 ||| 4
+! Entschuldigung , ||| tongue , and I apologise ||| 0.0142805 1 ||| 0-1 1-4 ||| 4
+! Entschuldigung ||| , and I apologise ||| 0.0142805 1 ||| 0-0 1-3 ||| 4
+! Entschuldigung ||| of the tongue , and I apologise ||| 0.0142805 1 ||| 0-3 1-6 ||| 4
+! Entschuldigung ||| the tongue , and I apologise ||| 0.0142805 1 ||| 0-2 1-5 ||| 4
+! Entschuldigung ||| tongue , and I apologise ||| 0.0142805 1 ||| 0-1 1-4 ||| 4
+! Entwicklungszusammenarbeit und Handel sind ||| , development cooperation and trade are ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-3 3-4 4-5 ||| 1
+! Entwicklungszusammenarbeit und Handel ||| , development cooperation and trade ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-3 3-4 ||| 1
+! Entwicklungszusammenarbeit und ||| , development cooperation and ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-3 ||| 1
+! Entwicklungszusammenarbeit ||| , development cooperation ||| 0.0571221 1 ||| 0-0 1-1 1-2 ||| 1
+! Erfahrungen sind nicht wirklichkeitsfremd ||| , there is nothing fanciful about experience ||| 0.0571221 1 ||| 0-0 2-2 3-3 4-4 4-5 1-6 ||| 1
+! Erzeugnisse aus den besetzten Gebieten sind ||| , products from the Occupied Territories are ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 6-6 ||| 1
+! Erzeugnisse aus den besetzten Gebieten ||| , products from the Occupied Territories ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1
+! Erzeugnisse aus den besetzten ||| , products from the Occupied ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! Erzeugnisse aus den ||| , products from the ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! Erzeugnisse aus ||| , products from ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Erzeugnisse ||| , products ||| 0.0571221 1 ||| 0-0 1-1 ||| 1
+! Europa befindet sich gegenwärtig in einer ||| , Europe is currently going through a ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-2 4-3 5-5 6-6 ||| 1
+! Europa befindet sich gegenwärtig in ||| , Europe is currently going through ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-2 4-3 5-5 ||| 1
+! Europa befindet sich gegenwärtig ||| , Europe is currently going ||| 0.028561 1 ||| 0-0 1-1 2-2 3-2 4-3 ||| 2
+! Europa befindet sich gegenwärtig ||| , Europe is currently ||| 0.028561 1 ||| 0-0 1-1 2-2 3-2 4-3 ||| 2
+! Europa befindet sich ||| , Europe is ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-2 ||| 1
+! Europa hat ||| , Europe has ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Europa ist ein großes Ideal : ||| , Europe is a great ideal : ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 6-6 ||| 1
+! Europa ist ein großes Ideal ||| , Europe is a great ideal ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1
+! Europa ist ein großes ||| , Europe is a great ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! Europa ist ein ||| , Europe is a ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! Europa ist ||| , Europe is ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Europa muss ||| , Europe must ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Europa und das Europäische Parlament ||| , Europe and the European Parliament ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1
+! Europa und das Europäische ||| , Europe and the European ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! Europa und das ||| , Europe and the ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! Europa und ||| , Europe and ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Europa unter Wasser , Europa im ||| , Europe under water , Europe under ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 6-6 ||| 1
+! Europa unter Wasser , Europa ||| , Europe under water , Europe ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1
+! Europa unter Wasser , ||| , Europe under water , ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! Europa unter Wasser ||| , Europe under water ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! Europa unter ||| , Europe under ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Europa verdient Besseres als dieses ||| , Europeans deserve more than the ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-2 3-3 4-4 5-5 ||| 1
+! Europa verdient Besseres als ||| , Europeans deserve more than ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-2 3-3 4-4 ||| 1
+! Europa verdient Besseres ||| , Europeans deserve more ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-2 3-3 ||| 1
+! Europa wurde gebeten ||| , Europe has been asked ||| 0.0571221 1 ||| 0-0 1-1 2-2 2-3 3-4 ||| 1
+! Europa wurde ||| , Europe has been ||| 0.0571221 1 ||| 0-0 1-1 2-2 2-3 ||| 1
+! Europa ||| , Europe ||| 0.875 1 ||| 0-0 1-1 ||| 8
+! Europa ||| , Europeans ||| 0.00714026 1 ||| 0-0 1-1 ||| 8
+! Europas Zukunft ist in hohem Maße ||| that Europe 's future is largely ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-3 3-4 5-5 6-5 ||| 1
+! Europas Zukunft ist in ||| that Europe 's future is ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-3 3-4 ||| 1
+! Europas Zukunft ist ||| that Europe 's future is ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-3 3-4 ||| 1
+! Europas Zukunft ||| that Europe 's future ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-3 ||| 1
+! Europas modernisierte Industriepolitik , ||| , Europe 's updated industrial policy , ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-3 3-4 3-5 4-6 ||| 1
+! Europas modernisierte Industriepolitik ||| , Europe 's updated industrial policy ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-3 3-4 3-5 ||| 1
+! Europas modernisierte ||| , Europe 's updated ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-3 ||| 1
+! Europas ||| , Europe 's ||| 0.028561 1 ||| 0-0 1-1 1-2 ||| 2
+! Europas ||| that Europe 's ||| 0.028561 1 ||| 0-0 1-1 1-2 ||| 2
+! Europäische Solidarität wird greifbar ||| , European solidarity is within our grasp ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 4-5 4-6 ||| 1
+! Europäische Solidarität wird ||| , European solidarity is ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! Europäische Solidarität ||| , European solidarity ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Europäische ||| , European ||| 0.0571221 1 ||| 0-0 1-1 ||| 1
+! Feinstaubemissionen ||| , particulate-matter emissions ||| 0.0142805 1 ||| 0-0 0-1 1-1 1-2 ||| 4
+! Feinstaubemissionen ||| Commission , particulate-matter emissions ||| 0.0142805 1 ||| 0-1 0-2 1-2 1-3 ||| 4
+! Feinstaubemissionen ||| of the Commission , particulate-matter emissions ||| 0.0142805 1 ||| 0-3 0-4 1-4 1-5 ||| 4
+! Feinstaubemissionen ||| the Commission , particulate-matter emissions ||| 0.0142805 1 ||| 0-2 0-3 1-3 1-4 ||| 4
+! Finnland hat ||| , Finland is ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Finnland ||| , Finland ||| 0.38535 1 ||| 0-0 1-1 ||| 2
+! Finnland übernimmt ||| , Finland is taking over ||| 0.0571221 1 ||| 0-0 1-1 2-2 2-3 2-4 ||| 1
+! Francis Bacon hat gesagt : " ||| , Francis Bacon said that whoever ||| 0.028561 1 ||| 0-0 1-1 2-2 5-2 6-2 3-3 4-3 5-4 ||| 2
+! Francis Bacon hat gesagt : " ||| , Francis Bacon said that ||| 0.028561 1 ||| 0-0 1-1 2-2 5-2 6-2 3-3 4-3 5-4 ||| 2
+! Francis ||| , Francis ||| 0.0571221 1 ||| 0-0 1-1 ||| 1
+! Frau Angelilli führte aus , daß ||| Representative , Mrs Angelilli commented that ||| 0.0571221 1 ||| 0-0 0-1 1-2 2-3 3-3 2-4 5-5 6-5 ||| 1
+! Frau Angelilli führte aus ||| Representative , Mrs Angelilli commented ||| 0.0571221 1 ||| 0-0 0-1 1-2 2-3 3-3 2-4 ||| 1
+! Frau Angelilli führte ||| Representative , Mrs Angelilli commented ||| 0.0571221 1 ||| 0-0 0-1 1-2 2-3 3-3 2-4 ||| 1
+! Frau Doyle hat bei ||| , as Mrs Doyle has ||| 0.0571221 1 ||| 0-0 4-1 1-2 2-3 3-4 ||| 1
+! Frau Ferrero-Waldner kann an ||| , Mrs Ferrero-Waldner is unable to ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 3-4 4-5 ||| 1
+! Frau Ferrero-Waldner kann ||| , Mrs Ferrero-Waldner is unable ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 3-4 ||| 1
+! Frau Ferrero-Waldner ||| , Mrs Ferrero-Waldner ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Frau Flautre , ||| , Mrs Flautre ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Frau Flautre ||| , Mrs Flautre ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Frau Kommissarin , ||| ; Commissioner , ||| 0.0571221 1 ||| 0-0 1-1 2-1 3-2 ||| 1
+! Frau Kommissarin Wallström hat am Ende ||| , Commissioner Wallström ended ||| 0.0571221 1 ||| 0-0 1-1 2-1 3-2 4-3 5-3 6-3 ||| 1
+! Frau Kommissarin Wallström ||| , Commissioner Wallström ||| 0.0571221 1 ||| 0-0 1-1 2-1 3-2 ||| 1
+! Frau Kommissarin ||| , Commissioner ||| 0.028561 1 ||| 0-0 1-1 2-1 ||| 2
+! Frau Kommissarin ||| ; Commissioner ||| 0.028561 1 ||| 0-0 1-1 2-1 ||| 2
+! Frau Martens hat ||| , Mrs Martens has ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! Frau Martens ||| , Mrs Martens ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Frau Plooij-van Gorsel zeichnet ein ||| , Mrs Plooij-van Gorsel is painting a ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 4-5 5-6 ||| 1
+! Frau Plooij-van Gorsel zeichnet ||| , Mrs Plooij-van Gorsel is painting ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 4-5 ||| 1
+! Frau Plooij-van Gorsel ||| , Mrs Plooij-van Gorsel ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! Frau Plooij-van ||| , Mrs Plooij-van ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Frau Torres Marques hat sehr ||| , Mrs Torres Marques has done an ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 5-6 ||| 1
+! Frau Torres Marques hat ||| , Mrs Torres Marques has done ||| 0.028561 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 2
+! Frau Torres Marques hat ||| , Mrs Torres Marques has ||| 0.028561 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 2
+! Frau Torres Marques ||| , Mrs Torres Marques ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! Frau Torres ||| , Mrs Torres ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Frau in ' t Veld hat ||| , Mrs in ' t Veld is ||| 0.0571221 0.545017 ||| 0-0 1-1 2-2 3-3 4-4 5-5 6-6 ||| 1
+! Frau in ' t Veld ||| , Mrs in ' t Veld ||| 0.0571221 0.545017 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1
+! Frau in ' t ||| , Mrs in ' t ||| 0.0571221 0.545017 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! Frau in ' ||| , Mrs in ' ||| 0.0571221 0.545017 ||| 0-0 1-1 2-2 3-3 ||| 1
+! Frau in ||| , Mrs in ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Frau ||| , Mrs ||| 0.857143 1 ||| 0-0 1-1 ||| 7
+! Frau ||| Representative , Mrs ||| 0.00816029 1 ||| 0-0 0-1 1-2 ||| 7
+! Galileo könnte auch den Untertitel " ||| , Galileo could also be subtitled ' ||| 0.0571221 0.579445 ||| 0-0 1-1 2-2 3-3 5-4 4-5 5-5 6-6 ||| 1
+! Galileo könnte auch den Untertitel ||| , Galileo could also be subtitled ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 5-4 4-5 5-5 ||| 1
+! Galileo könnte auch ||| , Galileo could also ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! Galileo könnte ||| , Galileo could ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Galileo ||| , Galileo ||| 0.0571221 1 ||| 0-0 1-1 ||| 1
+! General de Gaulle sagte ||| , General de Gaulle said ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! General de Gaulle sagte über Valéry ||| , General de Gaulle said of Valéry ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 6-6 ||| 1
+! General de Gaulle sagte über ||| , General de Gaulle said of ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1
+! General de Gaulle ||| , General de Gaulle ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! General de ||| , General de ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! General ||| , General ||| 0.0571221 1 ||| 0-0 1-1 ||| 1
+! Genozid ist auch , wenn ||| : it is also genocide to deprive ||| 0.0571221 1 ||| 0-0 2-2 3-3 1-4 4-5 5-6 ||| 1
+! Genozid ist auch , ||| : it is also genocide to ||| 0.0571221 1 ||| 0-0 2-2 3-3 1-4 4-5 ||| 1
+! Genozid ist auch ||| : it is also genocide ||| 0.0571221 1 ||| 0-0 2-2 3-3 1-4 ||| 1
+! Gesundheit und Verbraucherschutz sind zwei ||| , health and consumer protection are two ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 3-4 4-5 5-6 ||| 1
+! Gesundheit und Verbraucherschutz sind ||| , health and consumer protection are ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 3-4 4-5 ||| 1
+! Gesundheit und Verbraucherschutz ||| , health and consumer protection ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 3-4 ||| 1
+! Gesundheit und ||| , health and ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Gesundheit ||| , health ||| 0.0571221 1 ||| 0-0 1-1 ||| 1
+! Gewissens- ||| , conscience ||| 0.0571221 1 ||| 0-0 1-1 ||| 1
+! Gleichstellung von Frauen und Männern ist ||| , equality between women and men is ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-2 3-3 4-4 5-5 6-6 ||| 1
+! Gleichstellung von Frauen und Männern ||| , equality between women and men ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-2 3-3 4-4 5-5 ||| 1
+! Gleichstellung von Frauen und ||| , equality between women and ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-2 3-3 4-4 ||| 1
+! Gleichstellung von Frauen ||| , equality between women ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-2 3-3 ||| 1
+! Gleichstellung von ||| , equality between ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-2 ||| 1
+! Griechenland hat ||| , Greece was not ||| 0.028561 1 ||| 0-0 1-1 2-2 ||| 2
+! Griechenland hat ||| , Greece was ||| 0.028561 1 ||| 0-0 1-1 2-2 ||| 2
+! Griechenland ||| , Greece ||| 0.0571221 1 ||| 0-0 1-1 ||| 1
+! Heizen und Kühlen machen 49 ||| , heating and cooling accounts for 49 ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 3-4 4-4 4-5 5-6 ||| 1
+! Heizen und Kühlen machen ||| , heating and cooling accounts for ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 3-4 4-4 4-5 ||| 1
+! Heizen und ||| , heating and ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Heizen ||| , heating ||| 0.0571221 1 ||| 0-0 1-1 ||| 1
+! Herr Blair , Sie haben erklärt ||| , you have , Mr Blair ||| 0.0571221 1 ||| 3-0 4-1 5-2 0-3 1-4 2-5 6-5 ||| 1
+! Herr Bösch , ich ||| , Mr Bösch , I ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! Herr Bösch , ||| , Mr Bösch , ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! Herr Bösch ||| , Mr Bösch ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Herr Friedrich , eine Staatsbürgerschaft ist ||| , Mr Friedrich , citizenship must ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 5-4 6-5 ||| 1
+! Herr Friedrich , eine Staatsbürgerschaft ||| , Mr Friedrich , citizenship ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 5-4 ||| 1
+! Herr Friedrich , eine ||| , Mr Friedrich , ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! Herr Friedrich , ||| , Mr Friedrich , ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! Herr Friedrich ||| , Mr Friedrich ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Herr Galeote Quecedo unterstreicht in ||| , Mr Galeote Quecedo emphasises , in ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 5-6 ||| 1
+! Herr Galeote Quecedo unterstreicht ||| , Mr Galeote Quecedo emphasises , ||| 0.028561 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 2
+! Herr Galeote Quecedo unterstreicht ||| , Mr Galeote Quecedo emphasises ||| 0.028561 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 2
+! Herr Galeote Quecedo ||| , Mr Galeote Quecedo ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! Herr Galeote ||| , Mr Galeote ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Herr Jarzembowski , ich danke Ihnen ||| , Mr Jarzembowski , thank you ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 5-4 6-5 ||| 1
+! Herr Jarzembowski , ich danke ||| , Mr Jarzembowski , thank ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 5-4 ||| 1
+! Herr Jarzembowski , ||| , Mr Jarzembowski , ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! Herr Jarzembowski ||| , Mr Jarzembowski ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Herr Kommissar ! ||| . ||| 0.0571221 1 ||| 3-0 ||| 1
+! Herr Kommissar , welche Bereiche ||| , Commissioner , which sectors ||| 0.0571221 1 ||| 0-0 1-1 2-1 3-2 4-3 5-4 ||| 1
+! Herr Kommissar , welche ||| , Commissioner , which ||| 0.0571221 1 ||| 0-0 1-1 2-1 3-2 4-3 ||| 1
+! Herr Kommissar , ||| , Commissioner , ||| 0.0571221 1 ||| 0-0 1-1 2-1 3-2 ||| 1
+! Herr Kommissar Frattini ||| , Commissioner Fratini ||| 0.0571221 1 ||| 0-0 1-1 2-1 3-2 ||| 1
+! Herr Kommissar ||| , Commissioner ||| 0.38535 1 ||| 0-0 1-1 2-1 ||| 2
+! Herr Kommissionspräsident , ||| ) Mr President , ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! Herr Kommissionspräsident Romano Prodi erhielt ||| , President Prodi was ||| 0.0571221 1 ||| 0-0 0-1 1-1 2-1 3-2 4-2 5-3 ||| 1
+! Herr Kommissionspräsident Romano Prodi ||| , President Prodi ||| 0.0571221 1 ||| 0-0 0-1 1-1 2-1 3-2 4-2 ||| 1
+! Herr Kommissionspräsident ||| ) Mr President ||| 0.0142805 1 ||| 0-0 1-1 2-2 ||| 4
+! Herr Kommissionspräsident ||| , Mr President of the Commission , ||| 0.0142805 1 ||| 0-0 1-1 1-2 2-2 2-3 2-4 2-5 ||| 4
+! Herr Kommissionspräsident ||| , Mr President of the Commission ||| 0.0142805 1 ||| 0-0 1-1 1-2 2-2 2-3 2-4 2-5 ||| 4
+! Herr Kommissionspräsident ||| , President ||| 0.0142805 1 ||| 0-0 0-1 1-1 2-1 ||| 4
+! Herr Kreissl-Dörfler ging ||| , Mr Kreissl-Dörfler went ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! Herr Kreissl-Dörfler ||| , Mr Kreissl-Dörfler ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Herr Lannoye hat soeben gesagt ||| , Mr Lannoye stated a moment ago ||| 0.0571221 1 ||| 0-0 1-1 2-2 5-3 4-4 4-5 3-6 4-6 ||| 1
+! Herr Lannoye ||| , Mr Lannoye ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Herr Morris verdient sicher eine Antwort ||| , Mr Morris certainly deserves an answer ||| 0.0571221 1 ||| 0-0 1-1 2-2 4-3 3-4 5-5 6-6 ||| 1
+! Herr Morris verdient sicher eine ||| , Mr Morris certainly deserves an ||| 0.0571221 1 ||| 0-0 1-1 2-2 4-3 3-4 5-5 ||| 1
+! Herr Morris verdient sicher ||| , Mr Morris certainly deserves ||| 0.0571221 1 ||| 0-0 1-1 2-2 4-3 3-4 ||| 1
+! Herr Morris ||| , Mr Morris ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Herr Nisticò hat ||| , the report Mr Nisticò has ||| 0.0571221 1 ||| 0-0 0-2 1-3 2-4 3-5 ||| 1
+! Herr Nisticò ||| , the report Mr Nisticò ||| 0.0571221 1 ||| 0-0 0-2 1-3 2-4 ||| 1
+! Herr Palko ist ein führender Vertreter ||| , Mr Palko is a senior representative ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 6-6 ||| 1
+! Herr Palko ist ein führender ||| , Mr Palko is a senior ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1
+! Herr Palko ist ein ||| , Mr Palko is a ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! Herr Palko ist ||| , Mr Palko is ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! Herr Palko ||| , Mr Palko ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Herr Peter hat ||| , Mr Peter has ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! Herr Peter ||| , Mr Peter ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Herr Piecyk , zunächst mein ||| , Mr Piecyk , I should first ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 5-4 4-6 ||| 1
+! Herr Piecyk , ||| , Mr Piecyk , ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! Herr Piecyk ||| , Mr Piecyk ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Herr Pohjamo hat in seinen Entschließungsantrag ||| , Mr Pohjamo ' s resolution included ||| 0.028561 1 ||| 0-0 1-1 2-2 5-4 6-5 ||| 2
+! Herr Pohjamo hat in seinen Entschließungsantrag ||| , Mr Pohjamo ' s resolution ||| 0.028561 1 ||| 0-0 1-1 2-2 5-4 6-5 ||| 2
+! Herr Pohjamo hat in seinen ||| , Mr Pohjamo ' s ||| 0.0571221 1 ||| 0-0 1-1 2-2 5-4 ||| 1
+! Herr Pohjamo hat in ||| , Mr Pohjamo ' ||| 0.028561 1 ||| 0-0 1-1 2-2 ||| 2
+! Herr Pohjamo hat in ||| , Mr Pohjamo ||| 0.028561 1 ||| 0-0 1-1 2-2 ||| 2
+! Herr Pohjamo hat ||| , Mr Pohjamo ' ||| 0.028561 1 ||| 0-0 1-1 2-2 ||| 2
+! Herr Pohjamo hat ||| , Mr Pohjamo ||| 0.028561 1 ||| 0-0 1-1 2-2 ||| 2
+! Herr Pohjamo ||| , Mr Pohjamo ' ||| 0.028561 1 ||| 0-0 1-1 2-2 ||| 2
+! Herr Pohjamo ||| , Mr Pohjamo ||| 0.028561 1 ||| 0-0 1-1 2-2 ||| 2
+! Herr Poignant weist ||| , as Mr Poignant points out ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-3 3-4 3-5 ||| 1
+! Herr Poignant ||| , as Mr Poignant ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-3 ||| 1
+! Herr Professor Prodi , Sie stellen ||| , Professor Prodi , you are ||| 0.0571221 1 ||| 0-0 2-1 3-2 4-3 5-4 6-5 ||| 1
+! Herr Professor Prodi , Sie ||| , Professor Prodi , you ||| 0.0571221 1 ||| 0-0 2-1 3-2 4-3 5-4 ||| 1
+! Herr Professor Prodi , ||| , Professor Prodi , ||| 0.0571221 1 ||| 0-0 2-1 3-2 4-3 ||| 1
+! Herr Professor Prodi ||| , Professor Prodi ||| 0.0571221 1 ||| 0-0 2-1 3-2 ||| 1
+! Herr Professor ||| , Professor ||| 0.0571221 1 ||| 0-0 2-1 ||| 1
+! Herr Präsident , leider hat der ||| ) Mr President , unfortunately , the ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 6-6 ||| 1
+! Herr Präsident , leider hat ||| ) Mr President , unfortunately , ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1
+! Herr Präsident , leider ||| ) Mr President , unfortunately ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! Herr Präsident , ||| ) Mr President , ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! Herr Präsident ||| ) Mr President ||| 0.028561 1 ||| 0-0 1-1 2-2 ||| 2
+! Herr Präsident ||| , Dear Mr. Chairman ||| 0.028561 1 ||| 0-0 0-1 1-2 2-3 ||| 2
+! Herr Ratspräsident ||| , Mr President ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Herr Schmid , ich danke Ihnen ||| , Mr Schmid , thank you ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 5-4 6-5 ||| 1
+! Herr Schmid , ich danke ||| , Mr Schmid , thank ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 5-4 ||| 1
+! Herr Schmid , ||| , Mr Schmid , ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! Herr Schmid ||| , Mr Schmid ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Herr Schnellhardt hat ||| , Mr Schnellhardt has ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! Herr Schnellhardt ||| , Mr Schnellhardt ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Herr Schwab ||| , Mr Schwab 's ||| 0.028561 1 ||| 0-0 1-1 2-2 ||| 2
+! Herr Schwab ||| , Mr Schwab ||| 0.028561 1 ||| 0-0 1-1 2-2 ||| 2
+! Herr Swoboda gelangt in seinem Bericht ||| , Mr Swoboda 's report ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-2 4-3 5-3 6-4 ||| 1
+! Herr Swoboda gelangt in seinem ||| , Mr Swoboda 's ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-2 4-3 5-3 ||| 1
+! Herr Swoboda gelangt ||| , Mr Swoboda ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-2 ||| 1
+! Herr Trakatellis und Frau Scheele haben ||| , Mr Trakatellis and Mrs Scheele have ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 6-6 ||| 1
+! Herr Trakatellis und Frau Scheele ||| , Mr Trakatellis and Mrs Scheele ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1
+! Herr Trakatellis und Frau ||| , Mr Trakatellis and Mrs ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! Herr Trakatellis und ||| , Mr Trakatellis and ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! Herr Trakatellis ||| , Mr Trakatellis ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Herr Verheugen , Sie ||| , Mr Verheugen , you ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! Herr Verheugen , ||| , Mr Verheugen , ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! Herr Verheugen ||| , Mr Verheugen ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Herr Whitehead hat ||| , Mr Whitehead has ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! Herr Whitehead ||| , Mr Whitehead ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Herr ||| ) Mr ||| 0.0285445 1 ||| 0-0 1-1 ||| 27
+! Herr ||| , Dear Mr. ||| 0.00211563 1 ||| 0-0 0-1 1-2 ||| 27
+! Herr ||| , Mr ||| 0.777778 1 ||| 0-0 1-1 ||| 27
+! Herr ||| , as Mr ||| 0.00211563 1 ||| 0-0 1-1 1-2 ||| 27
+! Herr ||| , the report Mr ||| 0.00211563 1 ||| 0-0 0-2 1-3 ||| 27
+! Herr ||| , ||| 0.00211563 1 ||| 0-0 ||| 27
+! Herrn Berlatos Bericht befasst sich mit ||| , Mr Berlato 's report deals with ||| 0.0571221 1 ||| 0-0 1-1 2-2 2-3 3-4 4-5 5-5 6-6 ||| 1
+! Herrn Berlatos Bericht befasst sich ||| , Mr Berlato 's report deals ||| 0.0571221 1 ||| 0-0 1-1 2-2 2-3 3-4 4-5 5-5 ||| 1
+! Herrn Berlatos Bericht ||| , Mr Berlato 's report ||| 0.0571221 1 ||| 0-0 1-1 2-2 2-3 3-4 ||| 1
+! Herrn Berlatos ||| , Mr Berlato 's ||| 0.0571221 1 ||| 0-0 1-1 2-2 2-3 ||| 1
+! Herrn ||| , Mr ||| 0.0571221 1 ||| 0-0 1-1 ||| 1
+! Härte auf der einen Seite , ||| ; rigour on the one hand , ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 6-6 ||| 1
+! Härte auf der einen Seite ||| ; rigour on the one hand ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1
+! Härte auf der einen ||| ; rigour on the one ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! Härte auf der ||| ; rigour on the ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! Härte auf ||| ; rigour on ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Härte ||| ; rigour ||| 0.0571221 1 ||| 0-0 1-1 ||| 1
+! Ihnen allen ist die Sachlage bekannt ||| , you all know the position ||| 0.0571221 1 ||| 0-0 1-1 2-2 6-3 4-4 5-5 ||| 1
+! Ihnen allen ist ||| , you all ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Ihnen allen ||| , you all ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Ihnen dürfte bekannt sein , dass ||| , as you will know , ||| 0.0571221 1 ||| 0-0 1-2 2-3 3-4 5-5 ||| 1
+! Ihnen dürfte bekannt sein , ||| , as you will know , ||| 0.0571221 1 ||| 0-0 1-2 2-3 3-4 5-5 ||| 1
+! Ihnen dürfte bekannt sein ||| , as you will know ||| 0.0571221 1 ||| 0-0 1-2 2-3 3-4 ||| 1
+! Ihnen dürfte bekannt ||| , as you will know ||| 0.0571221 1 ||| 0-0 1-2 2-3 3-4 ||| 1
+! Ihnen dürfte ||| , as you will ||| 0.0571221 1 ||| 0-0 1-2 2-3 ||| 1
+! Ihnen gilt meine Solidarität . ||| and express my solidarity with them . ||| 0.0571221 1 ||| 0-0 1-1 2-1 3-2 4-3 5-6 ||| 1
+! Ihnen gilt meine Solidarität ||| and express my solidarity with them ||| 0.0190407 1 ||| 0-0 1-1 2-1 3-2 4-3 ||| 3
+! Ihnen gilt meine Solidarität ||| and express my solidarity with ||| 0.0190407 1 ||| 0-0 1-1 2-1 3-2 4-3 ||| 3
+! Ihnen gilt meine Solidarität ||| and express my solidarity ||| 0.0190407 1 ||| 0-0 1-1 2-1 3-2 4-3 ||| 3
+! Ihnen gilt meine ||| and express my ||| 0.0571221 1 ||| 0-0 1-1 2-1 3-2 ||| 1
+! Ihnen gilt ||| and express ||| 0.0571221 1 ||| 0-0 1-1 2-1 ||| 1
+! Ihnen ist durchaus bewusst , dass ||| , you are well aware that ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 6-5 ||| 1
+! Ihnen ist durchaus bewusst ||| , you are well aware ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! Ihnen ist durchaus ||| , you are well ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! Ihnen ist ||| , you are ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Ihnen werden ||| , you will ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Ihnen ||| , as you ||| 0.0142805 1 ||| 0-0 1-2 ||| 4
+! Ihnen ||| , you ||| 0.504132 1 ||| 0-0 1-1 ||| 4
+! Information und Wissen bilden die Grundlage ||| , knowledge and know-how are the basis ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 6-6 ||| 1
+! Information und Wissen bilden die ||| , knowledge and know-how are the ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1
+! Information und Wissen bilden ||| , knowledge and know-how are ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! Information und Wissen ||| , knowledge and know-how ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! Information und ||| , knowledge and ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Information ||| , knowledge ||| 0.0571221 1 ||| 0-0 1-1 ||| 1
+! Israel hat die militärische Macht und ||| Israel has the military power and ||| 0.0571221 1 ||| 1-0 2-1 3-2 4-3 5-4 6-5 ||| 1
+! Israel hat die militärische Macht ||| Israel has the military power ||| 0.0571221 1 ||| 1-0 2-1 3-2 4-3 5-4 ||| 1
+! Israel hat die militärische ||| Israel has the military ||| 0.0571221 1 ||| 1-0 2-1 3-2 4-3 ||| 1
+! Israel hat die ||| Israel has the ||| 0.0571221 1 ||| 1-0 2-1 3-2 ||| 1
+! Israel hat ||| Israel has ||| 0.0571221 1 ||| 1-0 2-1 ||| 1
+! Israel ||| Israel ||| 0.0571221 1 ||| 1-0 ||| 1
+! Jacques Barrot gehört ja ||| although Mr Barrot belongs ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-2 3-3 4-3 ||| 1
+! Jacques Barrot ||| although Mr Barrot ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-2 ||| 1
+! Joaquim Miranda , vielen Dank ||| , thank you , Mr Miranda , ||| 0.0571221 1 ||| 0-0 4-1 5-1 5-2 0-3 1-4 1-5 2-5 3-6 ||| 1
+! Kleinunternehmen gehören zu ||| , small enterprises ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-2 ||| 1
+! Kleinunternehmen gehören ||| , small enterprises ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-2 ||| 1
+! Kollege Davies sprach von ||| , Mr Davies has been talking about ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 3-5 4-6 ||| 1
+! Kollege Davies sprach ||| , Mr Davies has been talking ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 3-5 ||| 1
+! Kollege Davies ||| , Mr Davies ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Kollege Sarlis , ||| , Mr Sarlis , ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! Kollege Sarlis ||| , Mr Sarlis ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Kollege ||| , Mr ||| 0.38535 1 ||| 0-0 1-1 ||| 2
+! Kommissar Barroso befand sich kürzlich zu ||| , Commissioner Barroso was on a ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 6-4 5-5 ||| 1
+! Kommissar Barroso befand sich ||| , Commissioner Barroso was ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! Kommissar Barroso befand ||| , Commissioner Barroso was ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! Kommissar Barroso ||| , Commissioner Barroso ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Kommissar Mandelson ||| , Commissioner Mandelson ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Kommissar Patten hat ||| , Commissioner Patten has ||| 0.0571221 1 ||| 0-0 0-1 1-1 2-2 3-3 ||| 1
+! Kommissar Patten meinte , wir sollten ||| , Commissioner Patten said that we should ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 6-6 ||| 1
+! Kommissar Patten meinte , wir ||| , Commissioner Patten said that we ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1
+! Kommissar Patten meinte , ||| , Commissioner Patten said that ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! Kommissar Patten meinte ||| , Commissioner Patten said ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! Kommissar Patten ||| , Commissioner Patten ||| 0.38535 1 ||| 0-0 0-1 1-1 2-2 ||| 2
+! Kommissar Verheugen hat soeben ||| , Commissioner Verheugen has just ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! Kommissar Verheugen hat ||| , Commissioner Verheugen has ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! Kommissar Verheugen ||| , Commissioner Verheugen ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Kommissar ||| , Commissioner ||| 1 1 ||| 0-0 1-1 ||| 5
+! Kommissarin Ferrero-Waldner hatte Recht , als ||| , Commissioner Ferrero-Waldner was right at the ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 6-6 ||| 1
+! Kommissarin Ferrero-Waldner hatte Recht , ||| , Commissioner Ferrero-Waldner was right at ||| 0.028561 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 2
+! Kommissarin Ferrero-Waldner hatte Recht , ||| , Commissioner Ferrero-Waldner was right ||| 0.028561 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 2
+! Kommissarin Ferrero-Waldner hatte Recht ||| , Commissioner Ferrero-Waldner was right at ||| 0.028561 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 2
+! Kommissarin Ferrero-Waldner hatte Recht ||| , Commissioner Ferrero-Waldner was right ||| 0.028561 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 2
+! Kommissarin Ferrero-Waldner hatte ||| , Commissioner Ferrero-Waldner was ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! Kommissarin Ferrero-Waldner ||| , Commissioner Ferrero-Waldner ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Kommissarin ||| , Commissioner ||| 0.0571221 1 ||| 0-0 1-1 ||| 1
+! Kommissionspräsident Prodi hat heute vormittag unter ||| , this morning President Prodi , among ||| 0.0571221 1 ||| 0-0 5-1 4-2 5-2 1-3 1-4 2-4 3-5 6-6 ||| 1
+! Kommissionspräsident Prodi hat heute vormittag ||| , this morning President Prodi , ||| 0.0571221 1 ||| 0-0 5-1 4-2 5-2 1-3 1-4 2-4 3-5 ||| 1
+! Kommissionspräsident Prodi hatte ||| , President of the Commission Prodi was ||| 0.0571221 1 ||| 0-0 0-1 1-1 1-2 1-3 1-4 2-5 3-6 ||| 1
+! Kommissionspräsident Prodi ||| , President of the Commission Prodi ||| 0.0571221 1 ||| 0-0 0-1 1-1 1-2 1-3 1-4 2-5 ||| 1
+! Kommissionspräsident ||| , President of the Commission ||| 0.0571221 1 ||| 0-0 0-1 1-1 1-2 1-3 1-4 ||| 1
+! Kyoto ist nicht mehr ||| , this is no longer ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! Kyoto ist nicht ||| , this is no ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! Kyoto ist ||| , this is ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Kyoto ||| , this ||| 0.0571221 1 ||| 0-0 1-1 ||| 1
+! LIFE + ||| , the intention is that LIFE + ||| 0.0571221 1 ||| 0-0 1-5 2-6 ||| 1
+! LIFE ||| , the intention is that LIFE ||| 0.0571221 1 ||| 0-0 1-5 ||| 1
+! Leidenschaft und ||| ' passion and ||| 0.0571221 0.000288 ||| 0-0 1-1 2-2 ||| 1
+! Leidenschaft und Überzeugung haben unseren ||| ' passion and conviction have ||| 0.0571221 0.000288 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! Leidenschaft und Überzeugung haben ||| ' passion and conviction have ||| 0.0571221 0.000288 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! Leidenschaft und Überzeugung ||| ' passion and conviction ||| 0.0571221 0.000288 ||| 0-0 1-1 2-2 3-3 ||| 1
+! Leidenschaft ||| ' passion ||| 0.0571221 0.000288 ||| 0-0 1-1 ||| 1
+! Mahmoud ||| , so far President Mahmoud ||| 0.0571221 1 ||| 0-0 0-3 1-4 ||| 1
+! Mal sehen , was Sie ||| , let us see what you ||| 0.0571221 1 ||| 0-0 3-0 2-1 2-2 2-3 4-4 5-5 ||| 1
+! Mal sehen , was ||| , let us see what ||| 0.0571221 1 ||| 0-0 3-0 2-1 2-2 2-3 4-4 ||| 1
+! Mal sehen , ||| , let us see ||| 0.0571221 1 ||| 0-0 3-0 2-1 2-2 2-3 ||| 1
+! Malaria und Tuberkulose sind heilbar ||| ! malaria and tuberculosis can be cured ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 3-3 4-4 5-5 5-6 ||| 1
+! Malaria und Tuberkulose sind ||| ! malaria and tuberculosis can ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! Malaria und Tuberkulose ||| ! malaria and tuberculosis ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 3-3 ||| 1
+! Malaria und ||| ! malaria and ||| 0.0571221 0.0775352 ||| 0-0 1-1 2-2 ||| 1
+! Malaria ||| ! malaria ||| 0.0571221 0.0775352 ||| 0-0 1-1 ||| 1
+! Menschenhandel , wie wir ||| , human trafficking , as we ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-3 3-4 4-5 ||| 1
+! Menschenhandel , wie ||| , human trafficking , as ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-3 3-4 ||| 1
+! Menschenhandel , ||| , human trafficking , ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-3 ||| 1
+! Menschenhandel ist ||| , trafficking in human beings is ||| 0.0571221 1 ||| 0-0 1-1 1-2 1-3 1-4 2-5 ||| 1
+! Menschenhandel ||| , human trafficking ||| 0.028561 1 ||| 0-0 1-1 1-2 ||| 2
+! Menschenhandel ||| , trafficking in human beings ||| 0.028561 1 ||| 0-0 1-1 1-2 1-3 1-4 ||| 2
+! Minister Sasi hat soeben ||| , Mr Sasi has just ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! Minister Sasi hat ||| , Mr Sasi has ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! Minister Sasi ||| , Mr Sasi ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Minister ||| , Mr ||| 0.0571221 1 ||| 0-0 1-1 ||| 1
+! Ministerpräsident Meciar spielt mit dem Feuer ||| , President Meciar is playing with fire ||| 0.0571221 1 ||| 0-0 0-1 1-1 2-2 3-3 3-4 4-5 5-6 6-6 ||| 1
+! Ministerpräsident Meciar spielt mit ||| , President Meciar is playing with ||| 0.0571221 1 ||| 0-0 0-1 1-1 2-2 3-3 3-4 4-5 ||| 1
+! Ministerpräsident Meciar spielt ||| , President Meciar is playing ||| 0.0571221 1 ||| 0-0 0-1 1-1 2-2 3-3 3-4 ||| 1
+! Ministerpräsident Meciar ||| , President Meciar ||| 0.0571221 1 ||| 0-0 0-1 1-1 2-2 ||| 1
+! Ministerpräsident ||| , President ||| 0.0571221 1 ||| 0-0 0-1 1-1 ||| 1
+! Mobiltelefon und Internet ||| , the mobile telephone and the Internet ||| 0.0571221 1 ||| 0-0 0-1 1-2 1-3 2-4 3-6 ||| 1
+! Mobiltelefon und ||| , the mobile telephone and the ||| 0.028561 1 ||| 0-0 0-1 1-2 1-3 2-4 ||| 2
+! Mobiltelefon und ||| , the mobile telephone and ||| 0.028561 1 ||| 0-0 0-1 1-2 1-3 2-4 ||| 2
+! Mobiltelefon ||| , the mobile telephone ||| 0.0571221 1 ||| 0-0 0-1 1-2 1-3 ||| 1
+! Mosambik ist ein junger afrikanischer Staat ||| , Mozambique is a young African country ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 6-6 ||| 1
+! Mosambik ist ein junger afrikanischer ||| , Mozambique is a young African ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1
+! Mosambik ist ein junger ||| , Mozambique is a young ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! Mosambik ist ein ||| , Mozambique is a ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! Mosambik ist ||| , Mozambique is ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Mosambik ||| , Mozambique ||| 0.0571221 1 ||| 0-0 1-1 ||| 1
+! Multiple Sklerose sollte - und muss ||| , multiple sclerosis should - and must ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 6-6 ||| 1
+! Multiple Sklerose sollte - und ||| , multiple sclerosis should - and ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1
+! Multiple Sklerose sollte - ||| , multiple sclerosis should - ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! Multiple Sklerose sollte ||| , multiple sclerosis should ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! Multiple Sklerose ||| , multiple sclerosis ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Multiple ||| , multiple ||| 0.0571221 1 ||| 0-0 1-1 ||| 1
+! Nachahmungen und Produktpiraterie sind eben gerade ||| : counterfeiting and product piracy certainly are ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 3-4 3-5 5-5 6-5 4-6 ||| 1
+! Nachahmungen und ||| : counterfeiting and ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Nachahmungen ||| : counterfeiting ||| 0.0571221 1 ||| 0-0 1-1 ||| 1
+! Natura 2000 ist eine der ||| , Natura 2000 is one of the ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 5-6 ||| 1
+! Natura 2000 ist eine ||| , Natura 2000 is one ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! Natura 2000 ist ||| , Natura 2000 is ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! Natura 2000 ||| , Natura 2000 ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Natura ||| , Natura ||| 0.0571221 1 ||| 0-0 1-1 ||| 1
+! Nein , das ||| but no , it is ||| 0.028561 1 ||| 0-0 1-0 1-1 2-2 3-3 ||| 2
+! Nein , das ||| but no , it ||| 0.028561 1 ||| 0-0 1-0 1-1 2-2 3-3 ||| 2
+! Nein , wir wollen keine ||| ; no , we do not want ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 4-6 ||| 1
+! Nein , wir ||| ; no , we ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! Nein , ||| ; no , ||| 0.028561 1 ||| 0-0 1-1 2-2 ||| 2
+! Nein , ||| but no , ||| 0.028561 1 ||| 0-0 1-0 1-1 2-2 ||| 2
+! Nein ||| ; no ||| 0.028561 1 ||| 0-0 1-1 ||| 2
+! Nein ||| but no ||| 0.028561 1 ||| 0-0 1-0 1-1 ||| 2
+! Nepal verdient mehr als eine ||| , Nepal deserves more than ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! Nepal verdient mehr als ||| , Nepal deserves more than ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! Nepal verdient mehr ||| , Nepal deserves more ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! Nepal verdient ||| , Nepal deserves ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Nepal ||| , Nepal ||| 0.0571221 1 ||| 0-0 1-1 ||| 1
+! Olivenöl ist eines der ||| , olive oil is one of the ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-3 3-4 3-5 4-6 ||| 1
+! Olivenöl ist eines ||| , olive oil is one of ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-3 3-4 3-5 ||| 1
+! Olivenöl ist ||| , olive oil is ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-3 ||| 1
+! Olivenöl ||| , olive oil ||| 0.0571221 1 ||| 0-0 1-1 1-2 ||| 1
+! Organtransplantationen retten tatsächlich ||| , organ transplants do indeed save ||| 0.0571221 1 ||| 0-0 1-1 1-2 3-3 3-4 2-5 ||| 1
+! Organtransplantationen ||| , organ transplants ||| 0.0571221 1 ||| 0-0 1-1 1-2 ||| 1
+! Ortega y Gasset sagte , daß ||| Ortega y Gasset said that ||| 0.0571221 1 ||| 1-0 2-1 3-2 4-3 5-4 6-4 ||| 1
+! Ortega y Gasset sagte ||| Ortega y Gasset said ||| 0.0571221 1 ||| 1-0 2-1 3-2 4-3 ||| 1
+! Ortega y Gasset ||| Ortega y Gasset ||| 0.0571221 1 ||| 1-0 2-1 3-2 ||| 1
+! Ortega y ||| Ortega y ||| 0.0571221 1 ||| 1-0 2-1 ||| 1
+! Ortega ||| Ortega ||| 0.0571221 1 ||| 1-0 ||| 1
+! Parlament , Rat und ||| , Parliament , the Council and ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-4 4-5 ||| 1
+! Parlament , Rat ||| , Parliament , the Council ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-4 ||| 1
+! Parlament , ||| , Parliament , the ||| 0.0190407 1 ||| 0-0 1-1 2-2 ||| 3
+! Parlament , ||| , Parliament , ||| 0.0190407 1 ||| 0-0 1-1 2-2 ||| 3
+! Parlament , ||| , this House , ||| 0.0190407 1 ||| 0-0 0-1 1-2 2-3 ||| 3
+! Parlament ||| , Parliament ||| 0.028561 1 ||| 0-0 1-1 ||| 2
+! Parlament ||| , this House ||| 0.028561 1 ||| 0-0 0-1 1-2 ||| 2
+! Pascal Lamy und ich ||| , Mr Lamy and I ||| 0.0571221 1 ||| 0-0 1-2 2-2 3-3 4-4 ||| 1
+! Pascal Lamy und ||| , Mr Lamy and ||| 0.0571221 1 ||| 0-0 1-2 2-2 3-3 ||| 1
+! Pascal Lamy ||| , Mr Lamy ||| 0.0571221 1 ||| 0-0 1-2 2-2 ||| 1
+! Patente ||| , ||| 0.0571221 1 ||| 0-0 ||| 1
+! Paul Rübig hat gesagt , ||| , as Mr Rübig said , ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-3 3-4 4-4 5-5 ||| 1
+! Paul Rübig hat gesagt ||| , as Mr Rübig said ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-3 3-4 4-4 ||| 1
+! Paul Rübig ||| , as Mr Rübig ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-3 ||| 1
+! Paul ||| , as Mr ||| 0.0571221 1 ||| 0-0 1-1 1-2 ||| 1
+! Postdienste sind ||| , postal services are ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-3 ||| 1
+! Postdienste ||| , postal services ||| 0.0571221 1 ||| 0-0 1-1 1-2 ||| 1
+! Professor Ukshin Hoti ist eine von ||| , Professor Ukshin Hoti is one of ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 6-6 ||| 1
+! Professor Ukshin Hoti ist eine ||| , Professor Ukshin Hoti is one ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1
+! Professor Ukshin Hoti ist ||| , Professor Ukshin Hoti is ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! Professor Ukshin Hoti ||| , Professor Ukshin Hoti ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! Professor Ukshin ||| , Professor Ukshin ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Professor ||| , Professor ||| 0.0571221 1 ||| 0-0 1-1 ||| 1
+! Präsident Barroso spricht immer von einem ||| , President Barroso always speaks of a ||| 0.0571221 1 ||| 0-0 1-1 2-2 4-3 3-4 5-5 6-6 ||| 1
+! Präsident Barroso spricht immer von ||| , President Barroso always speaks of ||| 0.0571221 1 ||| 0-0 1-1 2-2 4-3 3-4 5-5 ||| 1
+! Präsident Barroso spricht immer ||| , President Barroso always speaks ||| 0.0571221 1 ||| 0-0 1-1 2-2 4-3 3-4 ||| 1
+! Präsident Barroso ||| , President Barroso ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Präsident Chirac hat sich ||| , President Chirac says he would ||| 0.0571221 1 ||| 0-0 1-1 2-2 2-3 3-3 2-4 4-5 ||| 1
+! Präsident Chirac hat ||| , President Chirac says he ||| 0.0571221 1 ||| 0-0 1-1 2-2 2-3 3-3 2-4 ||| 1
+! Präsident ||| , President ||| 0.38535 1 ||| 0-0 1-1 ||| 2
+! Rassismus und Fremdenfeindlichkeit haben selbst ||| , racism and xenophobia have even ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1
+! Rassismus und Fremdenfeindlichkeit haben ||| , racism and xenophobia have ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! Rassismus und Fremdenfeindlichkeit ||| , racism and xenophobia ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! Rassismus und ||| , racism and ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Rassismus ||| , racism ||| 0.0571221 1 ||| 0-0 1-1 ||| 1
+! Rat und Kommission sollten ||| the Council and the Commission should ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-4 4-5 ||| 1
+! Rat und Kommission ||| the Council and the Commission ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-4 ||| 1
+! Rat und ||| the Council and the ||| 0.028561 1 ||| 0-0 1-1 2-2 ||| 2
+! Rat und ||| the Council and ||| 0.028561 1 ||| 0-0 1-1 2-2 ||| 2
+! Rat ||| the Council ||| 0.0571221 1 ||| 0-0 1-1 ||| 1
+! Rauchen ist schädlich - sowohl für ||| , smoking is dangerous both for ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 5-4 6-5 ||| 1
+! Rauchen ist schädlich - sowohl ||| , smoking is dangerous both ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 5-4 ||| 1
+! Rauchen ist schädlich - ||| , smoking is dangerous ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! Rauchen ist schädlich ||| , smoking is dangerous ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! Rauchen ist ||| , smoking is ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Rauchen ||| , smoking ||| 0.0571221 1 ||| 0-0 1-1 ||| 1
+! Rentenpolitik , Armutsbekämpfung ||| , pension policy , poverty reduction ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-3 3-4 3-5 ||| 1
+! Rentenpolitik , ||| , pension policy , ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-3 ||| 1
+! Rentenpolitik ||| , pension policy ||| 0.0571221 1 ||| 0-0 1-1 1-2 ||| 1
+! Rohöl ist teurer als ||| , crude oil is more expensive than ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-3 3-4 3-5 4-6 ||| 1
+! Rohöl ist teurer ||| , crude oil is more expensive ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-3 3-4 3-5 ||| 1
+! Rohöl ist ||| , crude oil is ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-3 ||| 1
+! Rohöl ||| , crude oil ||| 0.0571221 1 ||| 0-0 1-1 1-2 ||| 1
+! Russland verweigert die Unterzeichnung ||| , Russia is refusing to sign up ||| 0.0571221 1 ||| 0-0 1-1 2-3 3-3 2-4 4-5 4-6 ||| 1
+! Russland verweigert die ||| , Russia is refusing to ||| 0.0571221 1 ||| 0-0 1-1 2-3 3-3 2-4 ||| 1
+! Russland ||| , Russia is ||| 0.0190407 1 ||| 0-0 1-1 ||| 3
+! Russland ||| , Russia ||| 0.2569 1 ||| 0-0 1-1 ||| 3
+! Schlepperkriminalität und Menschenhandel ||| , organising illegal immigration and people trafficking ||| 0.0571221 1 ||| 0-0 1-1 1-2 1-3 2-4 3-5 3-6 ||| 1
+! Schlepperkriminalität und ||| , organising illegal immigration and ||| 0.0571221 1 ||| 0-0 1-1 1-2 1-3 2-4 ||| 1
+! Schlepperkriminalität ||| , organising illegal immigration ||| 0.0571221 1 ||| 0-0 1-1 1-2 1-3 ||| 1
+! Schreiben Sie Ihren Blauen Brief , ||| and write your warning letter , ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-2 4-3 5-4 6-5 ||| 1
+! Schreiben Sie Ihren Blauen Brief ||| and write your warning letter ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-2 4-3 5-4 ||| 1
+! Schreiben Sie Ihren Blauen ||| and write your warning ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-2 4-3 ||| 1
+! Schreiben Sie Ihren ||| and write your ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-2 ||| 1
+! Schreiben ||| and write ||| 0.0571221 1 ||| 0-0 1-1 ||| 1
+! Schule , Gesundheit , Postdienste ||| , education , health , postal services ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 5-6 ||| 1
+! Schule , Gesundheit , ||| , education , health , ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! Schule , Gesundheit ||| , education , health ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! Schule , ||| , education , ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Schule ||| , education ||| 0.0571221 1 ||| 0-0 1-1 ||| 1
+! Schweden hat ||| , Sweden has ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Schweden ||| , Sweden ||| 0.0571221 1 ||| 0-0 1-1 ||| 1
+! Schwindel , Schwund und Betrügereien und ||| ; fraud , wastage and ||| 0.0571221 1 ||| 0-0 1-1 5-1 2-2 4-2 3-3 6-4 ||| 1
+! Schwindel , Schwund und Betrügereien ||| ; fraud , wastage ||| 0.0571221 1 ||| 0-0 1-1 5-1 2-2 4-2 3-3 ||| 1
+! Sicherheit ist nach wie vor ein ||| , safety remains an ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-2 4-2 5-2 6-3 ||| 1
+! Sicherheit ist nach wie vor ||| , safety remains ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-2 4-2 5-2 ||| 1
+! Sicherheit ||| , safety ||| 0.0571221 1 ||| 0-0 1-1 ||| 1
+! Sinn und Zweck der ||| , the purpose of the ||| 0.0571221 1 ||| 0-0 1-1 3-2 4-3 4-4 ||| 1
+! Sinn und Zweck der Überarbeitung ||| , the purpose of the revision ||| 0.0571221 1 ||| 0-0 1-1 3-2 4-3 4-4 5-5 ||| 1
+! Sinn und Zweck ||| , the purpose ||| 0.0571221 1 ||| 0-0 1-1 3-2 ||| 1
+! Sinn und ||| , the ||| 0.0571221 1 ||| 0-0 1-1 ||| 1
+! Sinn ||| , the ||| 0.0571221 1 ||| 0-0 1-1 ||| 1
+! Small is beautiful , vor allem ||| , small is beautiful , especially ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 6-5 ||| 1
+! Small is beautiful , ||| , small is beautiful , ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! Small is beautiful ||| , small is beautiful ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! Small is ||| , small is ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Small ||| , small ||| 0.0571221 1 ||| 0-0 1-1 ||| 1
+! Solidarität mit den Opfern der ||| , solidarity with the victims of the ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 5-6 ||| 1
+! Solidarität mit den Opfern ||| , solidarity with the victims ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! Solidarität mit den ||| , solidarity with the ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! Solidarität mit ||| , solidarity with ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Solidarität ||| , solidarity ||| 0.0571221 1 ||| 0-0 1-1 ||| 1
+! Spanien ||| , Spain ||| 0.0571221 1 ||| 0-0 1-1 ||| 1
+! Spanien übernimmt ||| , Spain will ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Stichwort : Verbraucherkreditrichtlinie ; ||| the Consumer Credit Directive ; ||| 0.028561 1 ||| 0-0 3-1 3-2 3-3 4-4 ||| 2
+! Stichwort : Verbraucherkreditrichtlinie ; ||| with the Consumer Credit Directive ; ||| 0.028561 1 ||| 0-1 3-2 3-3 3-4 4-5 ||| 2
+! Stichwort : Verbraucherkreditrichtlinie ||| the Consumer Credit Directive ||| 0.028561 1 ||| 0-0 3-1 3-2 3-3 ||| 2
+! Stichwort : Verbraucherkreditrichtlinie ||| with the Consumer Credit Directive ||| 0.028561 1 ||| 0-1 3-2 3-3 3-4 ||| 2
+! Stichwort : ||| the ||| 0.028561 1 ||| 0-0 ||| 2
+! Stichwort : ||| with the ||| 0.028561 1 ||| 0-1 ||| 2
+! Stichwort ||| the ||| 0.028561 1 ||| 0-0 ||| 2
+! Stichwort ||| with the ||| 0.028561 1 ||| 0-1 ||| 2
+! Stringenz ist eine Sache , aber ||| , stringency is one thing , but ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 6-6 ||| 1
+! Stringenz ist eine Sache , ||| , stringency is one thing , ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1
+! Stringenz ist eine Sache ||| , stringency is one thing ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! Stringenz ist eine ||| , stringency is one ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! Stringenz ist ||| , stringency is ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Stringenz ||| , stringency ||| 0.0571221 1 ||| 0-0 1-1 ||| 1
+! Tampere ist ||| , Tampere has ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Tampere ||| , Tampere ||| 0.0571221 1 ||| 0-0 1-1 ||| 1
+! Tatsache ist , dass ||| it is true that , ||| 0.0571221 1 ||| 0-0 2-1 1-2 4-3 3-4 ||| 1
+! Tatsache ist ||| it is true ||| 0.0571221 1 ||| 0-0 2-1 1-2 ||| 1
+! Tausende Zivilpersonen sind ||| , thousands of civilians have ||| 0.0571221 1 ||| 0-0 1-1 2-3 3-4 ||| 1
+! Tausende Zivilpersonen ||| , thousands of civilians ||| 0.0571221 1 ||| 0-0 1-1 2-3 ||| 1
+! Tausende ||| , thousands of ||| 0.028561 1 ||| 0-0 1-1 ||| 2
+! Tausende ||| , thousands ||| 0.028561 1 ||| 0-0 1-1 ||| 2
+! Terrorismus ist ein Verbrechen gegen ||| , terrorism is a crime against ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1
+! Terrorismus ist ein Verbrechen ||| , terrorism is a crime ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! Terrorismus ist ein ||| , terrorism is a ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! Terrorismus ist ||| , terrorism is ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Terrorismus ||| , terrorism ||| 0.0571221 1 ||| 0-0 1-1 ||| 1
+! Tierversuche gehören bei ||| , animal experiments in the field of ||| 0.0142805 1 ||| 0-0 1-1 1-2 3-3 ||| 4
+! Tierversuche gehören bei ||| , animal experiments in the field ||| 0.0142805 1 ||| 0-0 1-1 1-2 3-3 ||| 4
+! Tierversuche gehören bei ||| , animal experiments in the ||| 0.0142805 1 ||| 0-0 1-1 1-2 3-3 ||| 4
+! Tierversuche gehören bei ||| , animal experiments in ||| 0.0142805 1 ||| 0-0 1-1 1-2 3-3 ||| 4
+! Tierversuche gehören ||| , animal experiments ||| 0.0571221 1 ||| 0-0 1-1 1-2 ||| 1
+! Tierversuche ||| , animal experiments ||| 0.0571221 1 ||| 0-0 1-1 1-2 ||| 1
+! Tunesien ist ein Land , in ||| , Tunisia is a country in ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 6-5 ||| 1
+! Tunesien ist ein Land , ||| , Tunisia is a country ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! Tunesien ist ein Land ||| , Tunisia is a country ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! Tunesien ist ein ||| , Tunisia is a ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! Tunesien ist ||| , Tunisia is ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Tunesien ||| , Tunisia ||| 0.0571221 1 ||| 0-0 1-1 ||| 1
+! Umwelt- , Sozial- und Steuerrecht ||| , environmental , social and tax legislation ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 5-6 ||| 1
+! Umwelt- , Sozial- und ||| , environmental , social and ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! Umwelt- , Sozial- ||| , environmental , social ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! Umwelt- , ||| , environmental , ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Umwelt- ||| , environmental ||| 0.0571221 1 ||| 0-0 1-1 ||| 1
+! Umweltfragen werden am besten gelöst , ||| , environmental issues are handled best ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-3 5-4 3-5 4-5 ||| 1
+! Umweltfragen werden am besten gelöst ||| , environmental issues are handled best ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-3 5-4 3-5 4-5 ||| 1
+! Umweltfragen werden ||| , environmental issues are ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-3 ||| 1
+! Umweltfragen ||| , environmental issues ||| 0.0571221 1 ||| 0-0 1-1 1-2 ||| 1
+! Umweltvereinbarungen in der Europäischen Gemeinschaft ||| , environmental agreements in the European Community ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-3 3-4 4-5 5-6 ||| 1
+! Umweltvereinbarungen in der Europäischen ||| , environmental agreements in the European ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-3 3-4 4-5 ||| 1
+! Umweltvereinbarungen in der ||| , environmental agreements in the ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-3 3-4 ||| 1
+! Umweltvereinbarungen in ||| , environmental agreements in ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-3 ||| 1
+! Umweltvereinbarungen ||| , environmental agreements ||| 0.0571221 1 ||| 0-0 1-1 1-2 ||| 1
+! Usted no es una persona loca ||| , usted no es una persona loca ||| 0.0571221 1 ||| 0-0 1-1 2-1 2-2 1-3 3-3 4-4 5-5 6-6 ||| 1
+! Usted no es una persona ||| , usted no es una persona ||| 0.0571221 1 ||| 0-0 1-1 2-1 2-2 1-3 3-3 4-4 5-5 ||| 1
+! Usted no es una ||| , usted no es una ||| 0.0571221 1 ||| 0-0 1-1 2-1 2-2 1-3 3-3 4-4 ||| 1
+! Usted no es ||| , usted no es ||| 0.0571221 1 ||| 0-0 1-1 2-1 2-2 1-3 3-3 ||| 1
+! Verletzungen des Rechts auf geistiges Eigentum ||| , infringements of intellectual property rights ||| 0.0571221 1 ||| 0-0 1-1 2-2 5-3 6-4 6-5 ||| 1
+! Verletzungen des Rechts auf geistiges ||| , infringements of intellectual ||| 0.0571221 1 ||| 0-0 1-1 2-2 5-3 ||| 1
+! Verletzungen des Rechts auf ||| , infringements of ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Verletzungen des Rechts ||| , infringements of ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Verletzungen des ||| , infringements of ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Verletzungen ||| , infringements ||| 0.0571221 1 ||| 0-0 1-1 ||| 1
+! Vertrauen ist gut , Kontrolle ist ||| , trust is good , control is ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 6-6 ||| 1
+! Vertrauen ist gut , Kontrolle ||| , trust is good , control ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1
+! Vertrauen ist gut , ||| , trust is good , ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! Vertrauen ist gut ||| , trust is good ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! Vertrauen ist ||| , trust is ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Vertrauen ||| , trust ||| 0.0571221 1 ||| 0-0 1-1 ||| 1
+! Vietnam ist ||| , both in ||| 0.028561 1 ||| 0-0 1-1 ||| 2
+! Vietnam ist ||| , both ||| 0.028561 1 ||| 0-0 1-1 ||| 2
+! Vietnam ||| , both in ||| 0.028561 1 ||| 0-0 1-1 ||| 2
+! Vietnam ||| , both ||| 0.028561 1 ||| 0-0 1-1 ||| 2
+! Walter ||| , Mr Walter 's ||| 0.0571221 1 ||| 0-0 1-1 1-2 1-3 ||| 1
+! Wechsel ist ||| you are right in ||| 0.0190407 1 ||| 0-0 2-1 ||| 3
+! Wechsel ist ||| you are right ||| 0.0190407 1 ||| 0-0 2-1 ||| 3
+! Wechsel ist ||| you are ||| 0.0190407 1 ||| 0-0 2-1 ||| 3
+! Wechsel ||| you ||| 0.0571221 1 ||| 0-0 ||| 1
+! Wettbewerb ist gut , wenn ||| , competition is a good thing when ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 3-4 3-5 5-6 ||| 1
+! Wettbewerb ist gut , ||| , competition is a good thing ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 3-4 3-5 ||| 1
+! Wettbewerb ist gut ||| , competition is a good thing ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 3-4 3-5 ||| 1
+! Wettbewerb ist ||| , competition is ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! Wettbewerb ||| , competition ||| 0.0571221 1 ||| 0-0 1-1 ||| 1
+! Wwir beraten heute ||| , this morning we are ||| 0.0571221 1 ||| 0-0 1-1 1-2 1-3 3-4 ||| 1
+! Wwir beraten heute über die ||| , this morning we are examining the ||| 0.0571221 1 ||| 0-0 1-1 1-2 1-3 3-4 4-5 5-6 ||| 1
+! Wwir beraten heute über ||| , this morning we are examining ||| 0.0571221 1 ||| 0-0 1-1 1-2 1-3 3-4 4-5 ||| 1
+! Wwir beraten ||| , this morning we ||| 0.0571221 1 ||| 0-0 1-1 1-2 1-3 ||| 1
+! Wwir ||| , this morning we ||| 0.0571221 1 ||| 0-0 1-1 1-2 1-3 ||| 1
+! Ziel des ||| , the objective of the ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-3 2-4 ||| 1
+! Ziel ||| , the objective ||| 0.028561 1 ||| 0-0 1-1 1-2 ||| 2
+! Ziel ||| aiming ||| 0.028561 1 ||| 1-0 ||| 2
+! Zypern ist vergangene Woche ||| , last week Cyprus was ||| 0.0571221 1 ||| 0-0 3-1 4-2 1-3 2-4 ||| 1
+! aber - ich bin Ihnen ||| , and I am much ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-2 4-3 5-4 ||| 1
+! aber - ich bin ||| , and I am ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-2 4-3 ||| 1
+! aber - ich ||| , and I ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-2 ||| 1
+! aber - wie ein Humorist sagte ||| , but as the joke goes ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-2 4-3 5-4 6-4 5-5 ||| 1
+! aber - wie ein ||| , but as the ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-2 4-3 ||| 1
+! aber - wie ||| , but as ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-2 ||| 1
+! aber Herr ||| , but I ask you , ||| 0.0142805 1 ||| 0-0 1-1 2-2 ||| 4
+! aber Herr ||| , but I ask you ||| 0.0142805 1 ||| 0-0 1-1 2-2 ||| 4
+! aber Herr ||| , but I ask ||| 0.0142805 1 ||| 0-0 1-1 2-2 ||| 4
+! aber Herr ||| , but I ||| 0.0142805 1 ||| 0-0 1-1 2-2 ||| 4
+! aber Sie werden ||| , but you will ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! aber Sie ||| , but you ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! aber da liegt ein Missverständnis vor ||| , but there is a misunderstanding here ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 6-5 5-6 ||| 1
+! aber da liegt ein ||| , but there is a ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! aber da liegt ||| , but there is ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! aber da ||| , but there ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! aber dann ||| , but then ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! aber darum geht es eigentlich nicht ||| , but that is not my point ||| 0.0190407 1 ||| 0-0 1-1 2-2 3-3 6-4 ||| 3
+! aber darum geht es eigentlich nicht ||| , but that is not my ||| 0.0190407 1 ||| 0-0 1-1 2-2 3-3 6-4 ||| 3
+! aber darum geht es eigentlich nicht ||| , but that is not ||| 0.0190407 1 ||| 0-0 1-1 2-2 3-3 6-4 ||| 3
+! aber darum geht es eigentlich ||| , but that is ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! aber darum geht es ||| , but that is ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! aber darum geht ||| , but that is ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! aber darum ||| , but that ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! aber das kann man ja schon ||| , but one can ||| 0.0190407 1 ||| 0-0 1-1 2-2 4-2 3-3 ||| 3
+! aber das kann man ja schon ||| control , but one can ||| 0.0190407 1 ||| 0-1 1-2 2-3 4-3 3-4 ||| 3
+! aber das kann man ja schon ||| supervisory control , but one can ||| 0.0190407 1 ||| 0-2 1-3 2-4 4-4 3-5 ||| 3
+! aber das kann man ja ||| , but one can ||| 0.0190407 1 ||| 0-0 1-1 2-2 4-2 3-3 ||| 3
+! aber das kann man ja ||| control , but one can ||| 0.0190407 1 ||| 0-1 1-2 2-3 4-3 3-4 ||| 3
+! aber das kann man ja ||| supervisory control , but one can ||| 0.0190407 1 ||| 0-2 1-3 2-4 4-4 3-5 ||| 3
+! aber das kann man ||| , but one can ||| 0.0190407 1 ||| 0-0 1-1 2-2 4-2 3-3 ||| 3
+! aber das kann man ||| control , but one can ||| 0.0190407 1 ||| 0-1 1-2 2-3 4-3 3-4 ||| 3
+! aber das kann man ||| supervisory control , but one can ||| 0.0190407 1 ||| 0-2 1-3 2-4 4-4 3-5 ||| 3
+! aber die ||| , but the ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! aber diese Freundschaft soll ||| , but this friendship should bear fruit ||| 0.0190407 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 3
+! aber diese Freundschaft soll ||| , but this friendship should bear ||| 0.0190407 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 3
+! aber diese Freundschaft soll ||| , but this friendship should ||| 0.0190407 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 3
+! aber diese Freundschaft ||| , but this friendship ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! aber diese ||| , but this ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! aber dieses Fenster der Gelegenheit ||| , but this window of opportunity ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1
+! aber dieses Fenster der ||| , but this window of ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! aber dieses Fenster ||| , but this window ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! aber dieses ||| , but this ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! aber eine ||| , but there ||| 0.028561 1 ||| 0-0 1-1 2-2 ||| 2
+! aber eine ||| from , but there ||| 0.028561 1 ||| 0-1 1-2 2-3 ||| 2
+! aber es gilt ||| , but ||| 0.0571221 1 ||| 0-0 1-1 ||| 1
+! aber es muss ||| , but there need to ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 3-4 ||| 1
+! aber es ||| , but there ||| 0.028561 1 ||| 0-0 1-1 2-2 ||| 2
+! aber es ||| , but ||| 0.028561 1 ||| 0-0 1-1 ||| 2
+! aber ich glaube , die Bürger ||| , but I think our citizens ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 5-4 6-5 ||| 1
+! aber ich glaube , die ||| , but I think our ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 5-4 ||| 1
+! aber ich glaube , ||| , but I think ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! aber ich glaube ||| , but I think ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! aber ich ||| , but I ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! aber man muss in Betracht ziehen ||| , but we have to consider the ||| 0.0190407 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 6-5 ||| 3
+! aber man muss in Betracht ziehen ||| , but we have to consider ||| 0.0190407 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 6-5 ||| 3
+! aber man muss in Betracht ziehen ||| taken , but we have to consider ||| 0.0190407 1 ||| 0-1 1-2 2-3 3-4 4-5 5-6 6-6 ||| 3
+! aber man muss in ||| , but we have to ||| 0.0190407 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 3
+! aber man muss in ||| been taken , but we have to ||| 0.0190407 1 ||| 0-2 1-3 2-4 3-5 4-6 ||| 3
+! aber man muss in ||| taken , but we have to ||| 0.0190407 1 ||| 0-1 1-2 2-3 3-4 4-5 ||| 3
+! aber man muss ||| , but we have ||| 0.0142805 1 ||| 0-0 1-1 2-2 3-3 ||| 4
+! aber man muss ||| been taken , but we have ||| 0.0142805 1 ||| 0-2 1-3 2-4 3-5 ||| 4
+! aber man muss ||| have been taken , but we have ||| 0.0142805 1 ||| 0-3 1-4 2-5 3-6 ||| 4
+! aber man muss ||| taken , but we have ||| 0.0142805 1 ||| 0-1 1-2 2-3 3-4 ||| 4
+! aber man ||| , but we ||| 0.0142805 1 ||| 0-0 1-1 2-2 ||| 4
+! aber man ||| been taken , but we ||| 0.0142805 1 ||| 0-2 1-3 2-4 ||| 4
+! aber man ||| have been taken , but we ||| 0.0142805 1 ||| 0-3 1-4 2-5 ||| 4
+! aber man ||| taken , but we ||| 0.0142805 1 ||| 0-1 1-2 2-3 ||| 4
+! aber mein besonderer Dank gilt ||| , but I am particularly obliged , ||| 0.0571221 1 ||| 0-0 1-1 2-2 2-3 3-4 4-5 5-6 ||| 1
+! aber mein besonderer Dank ||| , but I am particularly obliged ||| 0.0571221 1 ||| 0-0 1-1 2-2 2-3 3-4 4-5 ||| 1
+! aber mein besonderer ||| , but I am particularly ||| 0.0571221 1 ||| 0-0 1-1 2-2 2-3 3-4 ||| 1
+! aber mein ||| , but I am ||| 0.0571221 1 ||| 0-0 1-1 2-2 2-3 ||| 1
+! aber meine Antwort wird leider ||| , but my answer is ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! aber meine Antwort wird ||| , but my answer is ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! aber meine Antwort ||| , but my answer ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! aber meine ||| , but my ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! aber wenn Sie ||| , but if you ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! aber wenn ||| , but if ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! aber wer macht sie ||| , but exactly who is making them ||| 0.0571221 1 ||| 0-0 1-1 2-3 3-4 3-5 4-6 ||| 1
+! aber wer macht ||| , but exactly who is making ||| 0.0571221 1 ||| 0-0 1-1 2-3 3-4 3-5 ||| 1
+! aber wer ||| , but exactly who ||| 0.0571221 1 ||| 0-0 1-1 2-3 ||| 1
+! aber wir haben gehört ||| , but we have learned ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 3-4 4-4 ||| 1
+! aber wir hätten ||| , but we would have preferred ||| 0.028561 1 ||| 0-0 1-1 2-2 3-3 3-4 3-5 ||| 2
+! aber wir hätten ||| EU , but we would have preferred ||| 0.028561 1 ||| 0-1 1-2 2-3 3-4 3-5 3-6 ||| 2
+! aber wir sind ||| , but we have great ||| 0.028561 1 ||| 0-0 1-1 2-2 3-3 ||| 2
+! aber wir sind ||| , but we have ||| 0.028561 1 ||| 0-0 1-1 2-2 3-3 ||| 2
+! aber wir sollten nicht anfangen ||| , but we should not start ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1
+! aber wir sollten nicht ||| , but we should not ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! aber wir sollten ||| , but we should ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! aber wir ||| , but we ||| 0.714286 1 ||| 0-0 1-1 2-2 ||| 7
+! aber wir ||| EU , but we ||| 0.00816029 1 ||| 0-1 1-2 2-3 ||| 7
+! aber wir ||| the EU , but we ||| 0.00816029 1 ||| 0-2 1-3 2-4 ||| 7
+! aber ||| ! - but , ||| 0.00129823 0.0775352 ||| 0-0 0-1 1-2 0-3 ||| 44
+! aber ||| , and ||| 0.00129823 1 ||| 0-0 1-1 ||| 44
+! aber ||| , but exactly ||| 0.00129823 1 ||| 0-0 1-1 ||| 44
+! aber ||| , but its prospects ||| 0.00129823 1 ||| 0-0 1-1 ||| 44
+! aber ||| , but its ||| 0.00129823 1 ||| 0-0 1-1 ||| 44
+! aber ||| , but ||| 0.681818 1 ||| 0-0 1-1 ||| 44
+! aber ||| EU , but ||| 0.00129823 1 ||| 0-1 1-2 ||| 44
+! aber ||| am saying ||| 0.00129823 1 ||| 0-0 1-1 ||| 44
+! aber ||| been taken , but ||| 0.00129823 1 ||| 0-2 1-3 ||| 44
+! aber ||| control , but ||| 0.00129823 1 ||| 0-1 1-2 ||| 44
+! aber ||| from , but ||| 0.00129823 1 ||| 0-1 1-2 ||| 44
+! aber ||| have been taken , but ||| 0.00129823 1 ||| 0-3 1-4 ||| 44
+! aber ||| supervisory control , but ||| 0.00129823 1 ||| 0-2 1-3 ||| 44
+! aber ||| taken , but ||| 0.00129823 1 ||| 0-1 1-2 ||| 44
+! aber ||| the EU , but ||| 0.00129823 1 ||| 0-2 1-3 ||| 44
+! abgesehen von der Technik der Mittelzuweisungen ||| , beyond its technique on envelopes ||| 0.0571221 1 ||| 0-0 1-1 2-1 3-2 4-3 5-4 6-5 ||| 1
+! abgesehen von der Technik der ||| , beyond its technique on ||| 0.0571221 1 ||| 0-0 1-1 2-1 3-2 4-3 5-4 ||| 1
+! abgesehen von der Technik ||| , beyond its technique ||| 0.0571221 1 ||| 0-0 1-1 2-1 3-2 4-3 ||| 1
+! abgesehen von der ||| , beyond its ||| 0.0571221 1 ||| 0-0 1-1 2-1 3-2 ||| 1
+! abgesehen von ||| , beyond ||| 0.0571221 1 ||| 0-0 1-1 2-1 ||| 1
+! abschließend möchte ich noch ||| , I should like to conclude by ||| 0.0571221 1 ||| 0-0 3-1 2-2 2-3 2-4 1-5 1-6 ||| 1
+! abschließend möchte ich ||| , I should like to conclude by ||| 0.028561 1 ||| 0-0 3-1 2-2 2-3 2-4 1-5 1-6 ||| 2
+! abschließend möchte ich ||| to conclude , ||| 0.028561 1 ||| 1-0 1-1 2-1 3-1 0-2 ||| 2
+! abschließend ||| , by way of conclusion , ||| 0.028561 1 ||| 0-0 1-1 1-4 ||| 2
+! abschließend ||| , by way of conclusion ||| 0.028561 1 ||| 0-0 1-1 1-4 ||| 2
+! all dies ist ||| that all these things should ||| 0.0571221 1 ||| 0-0 1-1 2-2 2-3 3-4 ||| 1
+! all dies ||| that all these things ||| 0.0571221 1 ||| 0-0 1-1 2-2 2-3 ||| 1
+! all ||| that all ||| 0.0571221 1 ||| 0-0 1-1 ||| 1
+! alle , die mich kennen , ||| , those who know me can ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-2 6-2 5-3 4-4 5-5 ||| 1
+! alle Arten landwirtschaftlicher Tätigkeit und ||| , all types of agricultural activity and ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 3-4 4-5 5-6 ||| 1
+! alle Arten landwirtschaftlicher Tätigkeit ||| , all types of agricultural activity ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 3-4 4-5 ||| 1
+! alle Arten landwirtschaftlicher ||| , all types of agricultural ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 3-4 ||| 1
+! alle Arten ||| , all types ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! alle Mittel aus dem europäischen Haushalt ||| , all funds from the European Budget ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 6-6 ||| 1
+! alle Mittel aus dem europäischen ||| , all funds from the European ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1
+! alle Mittel aus dem ||| , all funds from the ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! alle Mittel aus ||| , all funds from ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! alle Mittel ||| , all funds ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! alle singen heute ||| , everyone is proclaiming today ||| 0.0571221 1 ||| 0-0 1-1 2-3 3-4 ||| 1
+! alle singen ||| , everyone is proclaiming ||| 0.0571221 1 ||| 0-0 1-1 2-3 ||| 1
+! alle wissen um die ||| , no one is unaware of the ||| 0.0571221 1 ||| 0-0 1-1 3-3 2-4 4-6 ||| 1
+! alle wissen um ||| , no one is unaware of ||| 0.028561 1 ||| 0-0 1-1 3-3 2-4 ||| 2
+! alle wissen um ||| , no one is unaware ||| 0.028561 1 ||| 0-0 1-1 3-3 2-4 ||| 2
+! alle ||| , all ||| 0.1101 1 ||| 0-0 1-1 ||| 7
+! alle ||| , everyone is ||| 0.00816029 1 ||| 0-0 1-1 ||| 7
+! alle ||| , everyone ||| 0.00816029 1 ||| 0-0 1-1 ||| 7
+! alle ||| , no one ||| 0.00816029 1 ||| 0-0 1-1 ||| 7
+! alle ||| , no ||| 0.00816029 1 ||| 0-0 1-1 ||| 7
+! alle ||| , those ||| 0.00816029 1 ||| 0-0 1-1 ||| 7
+! allerdings gehört das ||| , but unfortunately that has ||| 0.0571221 1 ||| 0-0 1-1 1-2 3-3 2-4 ||| 1
+! allerdings muss sie mit ||| , but the opinion must accord with ||| 0.0571221 1 ||| 0-0 1-1 3-2 2-4 4-6 ||| 1
+! allerdings muss sie ||| , but the opinion must accord ||| 0.028561 1 ||| 0-0 1-1 3-2 2-4 ||| 2
+! allerdings muss sie ||| , but the opinion must ||| 0.028561 1 ||| 0-0 1-1 3-2 2-4 ||| 2
+! allerdings ||| , but unfortunately ||| 0.028561 1 ||| 0-0 1-1 1-2 ||| 2
+! allerdings ||| , but ||| 0.028561 1 ||| 0-0 1-1 ||| 2
+! alles an diesen Informationen ist in ||| , all of this information is ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1
+! alles an diesen Informationen ist ||| , all of this information is ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1
+! alles an diesen Informationen ||| , all of this information ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! alles an diesen ||| , all of this ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! alles an ||| , all of ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! alles ist bereits gesagt worden . ||| , everything has been said . ||| 0.0571221 1 ||| 0-0 1-1 2-2 5-3 3-4 4-4 6-5 ||| 1
+! alles ist bereits gesagt worden ||| , everything has been said ||| 0.0571221 1 ||| 0-0 1-1 2-2 5-3 3-4 4-4 ||| 1
+! alles ist ||| , everything has ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! alles ||| , all ||| 0.028561 1 ||| 0-0 1-1 ||| 2
+! alles ||| , everything ||| 0.028561 1 ||| 0-0 1-1 ||| 2
+! allgemein gesagt , halte ich diese ||| , generally speaking I consider this ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-2 5-3 4-4 6-5 ||| 1
+! allgemein gesagt , halte ich ||| , generally speaking I consider ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-2 5-3 4-4 ||| 1
+! allgemein gesagt , ||| , generally speaking ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-2 ||| 1
+! allgemein gesagt ||| , generally speaking ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-2 ||| 1
+! allzu viele ||| , there are too many ||| 0.0571221 1 ||| 0-0 0-1 1-3 2-4 ||| 1
+! allzu ||| , there are too ||| 0.0571221 1 ||| 0-0 0-1 1-3 ||| 1
+! als Abgeordneter aus ||| , as a member of parliament from ||| 0.0571221 1 ||| 0-0 1-1 2-2 2-3 2-5 3-6 ||| 1
+! als Abgeordneter des ||| , as a Member for the ||| 0.0571221 1 ||| 0-0 1-1 2-2 2-3 3-4 3-5 ||| 1
+! als Abgeordneter von der französischen ||| , as a Member for the French ||| 0.0571221 1 ||| 0-0 1-1 2-2 2-3 3-4 4-5 5-6 ||| 1
+! als Abgeordneter von der ||| , as a Member for the ||| 0.0571221 1 ||| 0-0 1-1 2-2 2-3 3-4 4-5 ||| 1
+! als Abgeordneter von ||| , as a Member for ||| 0.0571221 1 ||| 0-0 1-1 2-2 2-3 3-4 ||| 1
+! als Abgeordneter ||| , as a Member ||| 0.2569 1 ||| 0-0 1-1 2-2 2-3 ||| 3
+! als Abgeordneter ||| , as a member of parliament ||| 0.0190407 1 ||| 0-0 1-1 2-2 2-3 2-5 ||| 3
+! als Beobachter des Europäischen Parlaments ||| , as European Parliament observers , ||| 0.028561 1 ||| 0-0 1-1 4-2 3-3 5-3 2-4 ||| 2
+! als Beobachter des Europäischen Parlaments ||| , as European Parliament observers ||| 0.028561 1 ||| 0-0 1-1 4-2 3-3 5-3 2-4 ||| 2
+! als Berichterstatter bedaure ich es eigentlich ||| , as rapporteur I regret the fact ||| 0.0571221 1 ||| 0-0 1-1 2-2 4-3 3-4 5-5 6-6 ||| 1
+! als Berichterstatter bedaure ich es ||| , as rapporteur I regret the ||| 0.0571221 1 ||| 0-0 1-1 2-2 4-3 3-4 5-5 ||| 1
+! als Berichterstatter bedaure ich ||| , as rapporteur I regret ||| 0.0571221 1 ||| 0-0 1-1 2-2 4-3 3-4 ||| 1
+! als Berichterstatter für Estland ||| , as rapporteur for Estonia ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! als Berichterstatter für ||| , as rapporteur for ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! als Berichterstatter zu ||| , in the capacity of rapporteur for ||| 0.0571221 1 ||| 0-0 1-1 1-2 1-3 2-5 3-6 ||| 1
+! als Berichterstatter zum Beitritt ||| , as rapporteur for the accession of ||| 0.028561 1 ||| 0-0 1-1 2-2 3-3 3-4 4-5 ||| 2
+! als Berichterstatter zum Beitritt ||| , as rapporteur for the accession ||| 0.028561 1 ||| 0-0 1-1 2-2 3-3 3-4 4-5 ||| 2
+! als Berichterstatter zum ||| , as rapporteur for the ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 3-4 ||| 1
+! als Berichterstatter ||| , as rapporteur ||| 0.504132 1 ||| 0-0 1-1 2-2 ||| 4
+! als Berichterstatter ||| , in the capacity of rapporteur ||| 0.0142805 1 ||| 0-0 1-1 1-2 1-3 2-5 ||| 4
+! als Berichterstatterin meiner Fraktion für ||| , as my group 's rapporteur for ||| 0.0571221 1 ||| 0-0 1-1 3-2 4-3 2-5 5-6 ||| 1
+! als Berichterstatterin meiner Fraktion ||| , as my group 's rapporteur ||| 0.0571221 1 ||| 0-0 1-1 3-2 4-3 2-5 ||| 1
+! als Berichterstatterin ||| , as rapporteur ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! als Berichterstatterin über die Entlastung betreffend ||| , as rapporteur on the discharge for ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 6-6 ||| 1
+! als Berichterstatterin über die Entlastung ||| , as rapporteur on the discharge ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1
+! als Berichterstatterin über die ||| , as rapporteur on the ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1
+! als Berichterstatterin über ||| , as rapporteur on ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 ||| 1
+! als Beweis dafür , daß dieses ||| , as proof that this ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-2 4-3 5-3 6-4 ||| 1
+! als Beweis dafür , daß ||| , as proof that ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-2 4-3 5-3 ||| 1
+! als Beweis dafür ||| , as proof ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-2 ||| 1
+! als Bürgerbeauftragter vertreten Sie die 450 ||| , as Ombudsman you represent the 450 ||| 0.0571221 1 ||| 0-0 1-1 2-2 4-3 3-4 5-5 6-6 ||| 1
+! als Bürgerbeauftragter vertreten Sie die ||| , as Ombudsman you represent the ||| 0.0571221 1 ||| 0-0 1-1 2-2 4-3 3-4 5-5 ||| 1
+! als Bürgerbeauftragter vertreten Sie ||| , as Ombudsman you represent ||| 0.0571221 1 ||| 0-0 1-1 2-2 4-3 3-4 ||| 1
+! als Bürgerbeauftragter ||| , as Ombudsman ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! als China ||| , when China ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! als Christdemokrat und schwedischer ||| , as a Christian Democrat and Swedish ||| 0.0571221 1 ||| 0-0 1-1 2-2 2-3 2-4 3-5 4-6 ||| 1
+! als Christdemokrat und ||| , as a Christian Democrat and ||| 0.0571221 1 ||| 0-0 1-1 2-2 2-3 2-4 3-5 ||| 1
+! als Christdemokrat ||| , as a Christian Democrat ||| 0.0571221 1 ||| 0-0 1-1 2-2 2-3 2-4 ||| 1
+! als Deutscher ist man hier in ||| , any German in this House will ||| 0.0571221 1 ||| 0-0 1-1 2-1 2-2 6-3 4-4 5-4 5-5 3-6 ||| 1
+! als Deutscher ||| , any German ||| 0.0571221 1 ||| 0-0 1-1 2-1 2-2 ||| 1
+! als Einwohner der ||| , as a resident of the ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-3 3-4 3-5 ||| 1
+! als Einwohner ||| , as a resident ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-3 ||| 1
+! als Ergebnis der Beratungen auf ||| , as a result of consultations at ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-3 3-4 4-5 5-6 ||| 1
+! als Ergebnis der Beratungen ||| , as a result of consultations ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-3 3-4 4-5 ||| 1
+! als Ergebnis der ||| , as a result of ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-3 3-4 ||| 1
+! als Ergebnis ||| , as a result ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-3 ||| 1
+! als Ergänzung zu meiner ||| , further to the question that I ||| 0.0571221 1 ||| 0-0 2-1 3-2 1-3 4-6 ||| 1
+! als Ergänzung zu ||| , further to the question that ||| 0.0190407 1 ||| 0-0 2-1 3-2 1-3 ||| 3
+! als Ergänzung zu ||| , further to the question ||| 0.0190407 1 ||| 0-0 2-1 3-2 1-3 ||| 3
+! als Ergänzung zu ||| , further to the ||| 0.0190407 1 ||| 0-0 2-1 3-2 1-3 ||| 3
+! als Erstes möchte ich ||| , I should like to start by ||| 0.028561 1 ||| 0-0 4-1 3-2 3-3 3-4 2-5 2-6 ||| 2
+! als Erstes möchte ich ||| , firstly I would like to ||| 0.028561 1 ||| 0-0 1-1 2-1 4-2 3-3 3-4 3-5 ||| 2
+! als Erstes ||| , first of all , ||| 0.00476017 1 ||| 0-0 1-1 2-1 ||| 12
+! als Erstes ||| , first of all ||| 0.168044 1 ||| 0-0 1-1 2-1 ||| 12
+! als Erstes ||| , first of ||| 0.168044 1 ||| 0-0 1-1 2-1 ||| 12
+! als Erstes ||| , first ||| 0.168044 1 ||| 0-0 1-1 2-1 ||| 12
+! als Erstes ||| , firstly ||| 0.00476017 1 ||| 0-0 1-1 2-1 ||| 12
+! als Erstes ||| , the first message ||| 0.00476017 1 ||| 0-0 1-1 2-2 2-3 ||| 12
+! als Föderalisten haben ||| , as a pro-federalist party ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-3 3-3 2-4 ||| 1
+! als Grüne bin ich ||| , as a Green I am ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-3 4-4 3-5 ||| 1
+! als Grüne ||| , as a Green ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-3 ||| 1
+! als Leiter der Delegation ||| , as the leader of the delegation ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-3 3-4 3-5 4-6 ||| 1
+! als Leiter der ||| , as the leader of the ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-3 3-4 3-5 ||| 1
+! als Leiter ||| , as the leader ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-3 ||| 1
+! als Mitberichterstatter dieser ||| , as co-rapporteur for this , ||| 0.028561 1 ||| 0-0 1-1 2-2 3-4 ||| 2
+! als Mitberichterstatter dieser ||| , as co-rapporteur for this ||| 0.028561 1 ||| 0-0 1-1 2-2 3-4 ||| 2
+! als Mitberichterstatter ||| , as co-rapporteur for ||| 0.028561 1 ||| 0-0 1-1 2-2 ||| 2
+! als Mitberichterstatter ||| , as co-rapporteur ||| 0.028561 1 ||| 0-0 1-1 2-2 ||| 2
+! als Mitglied des ||| , as a member of the ||| 0.0571221 1 ||| 0-0 1-1 2-2 2-3 3-4 3-5 ||| 1
+! als Mitglied ||| , as a member ||| 0.0571221 1 ||| 0-0 1-1 2-2 2-3 ||| 1
+! als Präsident der Europäischen Union ||| , as President-in-Office of the European Union ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 3-4 4-5 5-6 ||| 1
+! als Präsident der Europäischen ||| , as President-in-Office of the European ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 3-4 4-5 ||| 1
+! als Präsident der ||| , as President-in-Office of the ||| 0.0571221 1 ||| 0-0 1-1 2-2 3-3 3-4 ||| 1
+! als Präsident ||| , as President-in-Office ||| 0.0571221 1 ||| 0-0 1-1 2-2 ||| 1
+! als Schotte und Ihr Landsmann bin ||| , as a fellow Scot , ||| 0.028561 1 ||| 0-0 1-1 2-2 3-3 2-4 4-4 5-4 6-4 ||| 2
+! als Schotte und Ihr Landsmann bin ||| , as a fellow Scot ||| 0.028561 1 ||| 0-0 1-1 2-2 3-3 2-4 4-4 5-4 6-4 ||| 2
+! als Sie ||| , when ||| 0.0571221 1 ||| 0-0 1-1 ||| 1
+! als Skandinavierin verwende ich ||| , as a Scandinavian , I ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-3 4-5 ||| 1
+! als Skandinavierin verwende ||| , as a Scandinavian , ||| 0.028561 1 ||| 0-0 1-1 1-2 2-3 ||| 2
+! als Skandinavierin verwende ||| , as a Scandinavian ||| 0.028561 1 ||| 0-0 1-1 1-2 2-3 ||| 2
+! als Skandinavierin ||| , as a Scandinavian , ||| 0.0571221 1 ||| 0-0 1-1 1-2 2-3 ||| 1
diff --git a/regression-testing/tests/score.phrase-based/args.txt b/regression-testing/tests/score.phrase-based/args.txt
new file mode 100644
index 000000000..ec865152b
--- /dev/null
+++ b/regression-testing/tests/score.phrase-based/args.txt
@@ -0,0 +1 @@
+$data_dir/models/score.phrase-based/extract.sorted $data_dir/models/score.phrase-based/lex.f2e $outPath --GoodTuring
diff --git a/regression-testing/tests/score.phrase-based/truth/results.txt b/regression-testing/tests/score.phrase-based/truth/results.txt
new file mode 100644
index 000000000..8c7fdbe32
--- /dev/null
+++ b/regression-testing/tests/score.phrase-based/truth/results.txt
@@ -0,0 +1,1739 @@
+! ! ! ) bezeichnet wird , ||| ! ! ! ) , ||| 0.0571221 0.000466119 ||| ||| 1
+! ! ! ) bezeichnet wird ||| ! ! ! ) ||| 0.0571221 0.000466119 ||| ||| 1
+! ! ! ) bezeichnet ||| ! ! ! ) ||| 0.0571221 0.000466119 ||| ||| 1
+! ! ! ) ||| ! ! ! ) ||| 0.2569 0.000466119 ||| ||| 3
+! ! ! ) ||| ! ) ||| 0.0190407 0.0775352 ||| ||| 3
+! ! ! ||| ! ! ! ||| 0.252066 0.000466119 ||| ||| 8
+! ! ! ||| ! ||| 0.625 0.0775352 ||| ||| 8
+! ! ) bezeichnet wird , hat ||| ! ! ) , has ||| 0.0571221 0.00601171 ||| ||| 1
+! ! ) bezeichnet wird , ||| ! ! ) , ||| 0.0571221 0.00601171 ||| ||| 1
+! ! ) bezeichnet wird ||| ! ! ) ||| 0.0571221 0.00601171 ||| ||| 1
+! ! ) bezeichnet ||| ! ! ) ||| 0.0571221 0.00601171 ||| ||| 1
+! ! ) ||| ! ! ) ||| 0.38535 0.00601171 ||| ||| 2
+! ! die Bilanz , die wir ||| and we ||| 0.0571221 1 ||| ||| 1
+! ! die Bilanz , die ||| and ||| 0.0571221 1 ||| ||| 1
+! ! die Bilanz , ||| and ||| 0.0571221 1 ||| ||| 1
+! ! ||| ! ! ||| 0.636364 0.00601171 ||| ||| 11
+! ! ||| ! ||| 0.0700637 0.0775352 ||| ||| 11
+! ! ||| . ||| 0.00519291 1 ||| ||| 11
+! ! ||| unemployment ! ||| 0.00519291 0.0775352 ||| ||| 11
+! " ( Europa war gut zu ||| ! ' ||| 0.0571221 0.022535 ||| ||| 1
+! " ( Europa war gut ||| ! ' ||| 0.0571221 0.022535 ||| ||| 1
+! " ( Europa war ||| ! ' ||| 0.0571221 0.022535 ||| ||| 1
+! " ( Europa ||| ! ' ||| 0.0571221 0.022535 ||| ||| 1
+! " ( es ist die Sonne ||| the sun ||| 0.0571221 1 ||| ||| 1
+! " ( es ist die ||| the ||| 0.0571221 1 ||| ||| 1
+! " ( ||| ! ' ||| 0.0571221 0.022535 ||| ||| 1
+! " ) Heute ||| ! ' ) We ||| 0.0571221 0.0449274 ||| ||| 1
+! " ) Sie haben vollkommen recht ||| ! ' exactly ||| 0.0571221 0.0449274 ||| ||| 1
+! " ) Sie haben vollkommen ||| ! ' exactly ||| 0.0571221 0.0449274 ||| ||| 1
+! " ) Sie haben ||| ! ' ||| 0.0571221 0.0449274 ||| ||| 1
+! " ) Sie ||| ! ' ||| 0.0571221 0.0449274 ||| ||| 1
+! " ) sagte er , die ||| ! ' ) said that the ||| 0.0571221 0.0449274 ||| ||| 1
+! " ) sagte er , ||| ! ' ) said that ||| 0.0571221 0.0449274 ||| ||| 1
+! " ) sagte er ||| ! ' ) said ||| 0.0571221 0.0449274 ||| ||| 1
+! " ) sagte ||| ! ' ) said ||| 0.0571221 0.0449274 ||| ||| 1
+! " ) ||| ! ' ) ||| 0.727273 0.0449274 ||| ||| 11
+! " ) ||| ! ' ||| 0.00519291 0.0449274 ||| ||| 11
+! " ) ||| common ||| 0.00519291 1 ||| ||| 11
+! " ) ||| more common ||| 0.00519291 1 ||| ||| 11
+! " , aber natürlich unter der ||| ' , but of course on ||| 0.0571221 0.289866 ||| ||| 1
+! " , aber natürlich unter ||| ' , but of course on ||| 0.0571221 0.289866 ||| ||| 1
+! " , aber natürlich ||| ' , but of course ||| 0.0571221 0.289866 ||| ||| 1
+! " , aber ||| ' , but ||| 0.0571221 0.289866 ||| ||| 1
+! " , also ||| ' , i.e. , ||| 0.0571221 0.579445 ||| ||| 1
+! " , antwortete der Präsident . ||| ! " replied the President . ||| 0.0571221 0.00917533 ||| ||| 1
+! " , antwortete der Präsident ||| ! " replied the President ||| 0.0571221 0.00917533 ||| ||| 1
+! " , antwortete der ||| ! " replied the ||| 0.0571221 0.00917533 ||| ||| 1
+! " , antwortete ||| ! " replied ||| 0.0571221 0.00917533 ||| ||| 1
+! " , der ||| ! ' , which ||| 0.0571221 0.0449274 ||| ||| 1
+! " , doch der ||| ! " but a ||| 0.0571221 0.00917533 ||| ||| 1
+! " , doch ||| ! " but ||| 0.0571221 0.00917533 ||| ||| 1
+! " , entgegnete der Pilot ||| ' flying is the safest form of ||| 0.028561 0.526578 ||| ||| 2
+! " , entgegnete der Pilot ||| ' flying is the safest form ||| 0.028561 0.526578 ||| ||| 2
+! " , entgegnete der ||| ' flying is the ||| 0.0571221 0.526578 ||| ||| 1
+! " , gab ich zur Antwort ||| ! ' I replied ||| 0.0571221 0.0449274 ||| ||| 1
+! " , muss ||| is ! ' ||| 0.0571221 0.0449274 ||| ||| 1
+! " , rief Alice ' . ||| ! ” cried Alice ' . ||| 0.0571221 0.042258 ||| ||| 1
+! " , rief Alice ' ||| ! ” cried Alice ' ||| 0.0571221 0.042258 ||| ||| 1
+! " , rief Alice ||| ! ” cried Alice ||| 0.0571221 0.0775352 ||| ||| 1
+! " , rief ich aus , ||| , ||| 0.028561 1 ||| ||| 2
+! " , rief ich aus , ||| done , ||| 0.028561 1 ||| ||| 2
+! " , rief ich aus ||| , ||| 0.028561 1 ||| ||| 2
+! " , rief ich aus ||| done , ||| 0.028561 1 ||| ||| 2
+! " , rief ich ||| , ||| 0.028561 1 ||| ||| 2
+! " , rief ich ||| done , ||| 0.028561 1 ||| ||| 2
+! " , rief ||| ! ” cried ||| 0.0190407 0.0775352 ||| ||| 3
+! " , rief ||| , ||| 0.0190407 1 ||| ||| 3
+! " , rief ||| done , ||| 0.0190407 1 ||| ||| 3
+! " , sagte die andere Kuh ||| , " replied the other cow ||| 0.0571221 0.118338 ||| ||| 1
+! " , sagte die andere ||| , " replied the other ||| 0.0571221 0.118338 ||| ||| 1
+! " , sagte die ||| , " replied the ||| 0.0571221 0.118338 ||| ||| 1
+! " , sagte ich zu ihr ||| ! " I said to her ||| 0.0571221 0.00917533 ||| ||| 1
+! " , sagte ich zu ||| ! " I said to ||| 0.0571221 0.00917533 ||| ||| 1
+! " , sagte ich ||| ! " I said ||| 0.0571221 0.00917533 ||| ||| 1
+! " , sagte ||| , " replied ||| 0.0571221 0.118338 ||| ||| 1
+! " , schrie der Hirtenjunge ||| ! " , cried the shepherd boy ||| 0.0571221 0.00917533 ||| ||| 1
+! " , schrie der ||| ! " , cried the ||| 0.0571221 0.00917533 ||| ||| 1
+! " , schrie ||| ! " , cried ||| 0.0571221 0.00917533 ||| ||| 1
+! " , sondern damit es ||| ! ' , but so that they ||| 0.0571221 0.0449274 ||| ||| 1
+! " , sondern damit ||| ! ' , but so that ||| 0.0571221 0.0449274 ||| ||| 1
+! " , sondern ||| ! ' , but ||| 0.0571221 0.0449274 ||| ||| 1
+! " , und fuhr fort , ||| ! ' and ||| 0.0571221 0.0449274 ||| ||| 1
+! " , und fuhr fort ||| ! ' and ||| 0.0571221 0.0449274 ||| ||| 1
+! " , und fuhr ||| ! ' and ||| 0.0571221 0.0449274 ||| ||| 1
+! " , und ||| ! ' and ||| 0.0571221 0.0449274 ||| ||| 1
+! " , weil insgesamt fünf Kollegen ||| , " because altogether five colleagues ||| 0.0571221 0.118338 ||| ||| 1
+! " , weil insgesamt fünf ||| , " because altogether five ||| 0.0571221 0.118338 ||| ||| 1
+! " , weil insgesamt ||| , " because altogether ||| 0.0571221 0.118338 ||| ||| 1
+! " , weil ||| , " because ||| 0.0571221 0.118338 ||| ||| 1
+! " , worauf Eric antwortet : ||| , ' and Eric says , ||| 0.0571221 0.579445 ||| ||| 1
+! " , worauf ||| , ' and ||| 0.0571221 0.579445 ||| ||| 1
+! " , ||| ! " , ||| 0.0350318 0.00917533 ||| ||| 22
+! " , ||| ! " ||| 0.0916604 0.00917533 ||| ||| 22
+! " , ||| ! ' , ||| 0.0350318 0.0449274 ||| ||| 22
+! " , ||| ! ' ||| 0.0916604 0.0449274 ||| ||| 22
+! " , ||| ! ” ||| 0.00259646 0.0775352 ||| ||| 22
+! " , ||| ' , ||| 0.00259646 0.289866 ||| ||| 22
+! " , ||| , " ||| 0.0350318 0.118338 ||| ||| 22
+! " , ||| , ||| 0.00259646 1 ||| ||| 22
+! " , ||| ? ' ||| 0.00259646 0.579445 ||| ||| 22
+! " , ||| any fish ? ' ||| 0.00259646 0.579445 ||| ||| 22
+! " , ||| done , ||| 0.00259646 1 ||| ||| 22
+! " , ||| fish ? ' ||| 0.00259646 0.579445 ||| ||| 22
+! " , ||| give you " , ||| 0.00259646 0.118338 ||| ||| 22
+! " , ||| to give you " , ||| 0.00259646 0.118338 ||| ||| 22
+! " , ||| you " , ||| 0.00259646 0.118338 ||| ||| 22
+! " - obwohl wir doch wissen ||| ' . whereas we know ||| 0.0571221 0.289866 ||| ||| 1
+! " - obwohl wir ||| ' . whereas we ||| 0.0571221 0.289866 ||| ||| 1
+! " - obwohl ||| ' . whereas ||| 0.0571221 0.289866 ||| ||| 1
+! " - und dies ||| ! ' - and what is ||| 0.0571221 0.0449274 ||| ||| 1
+! " - und dies übrigens ||| ! ' - and what is more ||| 0.0571221 0.0449274 ||| ||| 1
+! " - und ||| ! ' - and ||| 0.0571221 0.0449274 ||| ||| 1
+! " - ||| ! ' - ||| 0.028561 0.0449274 ||| ||| 2
+! " - ||| ' . ||| 0.028561 0.289866 ||| ||| 2
+! " . und Spinelli , der ||| ! ' ; Spinelli , who ||| 0.0571221 0.0449274 ||| ||| 1
+! " . und Spinelli ||| ! ' ; Spinelli ||| 0.0571221 0.0449274 ||| ||| 1
+! " . und ||| ! ' ; ||| 0.0571221 0.0449274 ||| ||| 1
+! " . ||| ! ' . ||| 0.222222 0.0449274 ||| ||| 18
+! " . ||| ! ' ||| 0.5 0.0224666 ||| ||| 18
+! " . ||| ! . ||| 0.00317345 0.0775352 ||| ||| 18
+! " . ||| ' . ||| 0.00317345 0.579445 ||| ||| 18
+! " . ||| . ” ||| 0.00317345 1 ||| ||| 18
+! " . ||| a living ! ' . ||| 0.00317345 0.0449274 ||| ||| 18
+! " . ||| living ! ' . ||| 0.00317345 0.0449274 ||| ||| 18
+! " : mit der linken Hand ||| ' - ||| 0.0571221 0.289866 ||| ||| 1
+! " : mit der linken ||| ' - ||| 0.0571221 0.289866 ||| ||| 1
+! " : mit der ||| ' - ||| 0.0571221 0.289866 ||| ||| 1
+! " : mit ||| ' - ||| 0.0571221 0.289866 ||| ||| 1
+! " : ||| ' - ||| 0.0571221 0.289866 ||| ||| 1
+! " ? ||| ! " ||| 0.028561 0.00461275 ||| ||| 2
+! " ? ||| ! ' ? ||| 0.028561 0.0449274 ||| ||| 2
+! " Europa gelingt gemeinsam ! " ||| . ||| 0.0571221 1 ||| ||| 1
+! " Europa gelingt gemeinsam ! ||| . ||| 0.0571221 1 ||| ||| 1
+! " Europa gelingt gemeinsam ||| . ||| 0.0571221 1 ||| ||| 1
+! " Europa gelingt ||| . ||| 0.0571221 1 ||| ||| 1
+! " Europa ||| . ||| 0.0571221 1 ||| ||| 1
+! " Le nationalisme , c ||| : ' Le nationalisme , c ||| 0.0571221 0.579445 ||| ||| 1
+! " Le nationalisme , ||| : ' Le nationalisme , ||| 0.0571221 0.579445 ||| ||| 1
+! " Le nationalisme ||| : ' Le nationalisme ||| 0.0571221 0.579445 ||| ||| 1
+! " Le ||| : ' Le ||| 0.0571221 0.579445 ||| ||| 1
+! " an die Eurokraten in Brüssel ||| ' to the Brussels Eurocrats ||| 0.0571221 0.289866 ||| ||| 1
+! " an die ||| ' to the ||| 0.0571221 0.289866 ||| ||| 1
+! " an ||| ' to ||| 0.0571221 0.289866 ||| ||| 1
+! " begrüßt ||| ! ' ||| 0.0571221 0.0449274 ||| ||| 1
+! " das war die Antwort ||| their reply was that ||| 0.0571221 1 ||| ||| 1
+! " das war ||| was that ||| 0.0571221 1 ||| ||| 1
+! " das ||| that ||| 0.0571221 1 ||| ||| 1
+! " die Milch macht ' s ||| , ' milk is good for you ||| 0.0571221 0.579445 ||| ||| 1
+! " die Milch macht ' ||| , ' milk is good for ||| 0.028561 0.579445 ||| ||| 2
+! " die Milch macht ' ||| , ' milk is good ||| 0.028561 0.579445 ||| ||| 2
+! " die Milch macht ||| , ' milk is good for ||| 0.028561 0.579445 ||| ||| 2
+! " die Milch macht ||| , ' milk is good ||| 0.028561 0.579445 ||| ||| 2
+! " die Milch ||| , ' milk ||| 0.0571221 0.579445 ||| ||| 1
+! " die ||| , ' ||| 0.0571221 0.579445 ||| ||| 1
+! " diese Botschaft ||| a message ||| 0.0571221 1 ||| ||| 1
+! " diese ||| a ||| 0.0571221 1 ||| ||| 1
+! " geht nicht mehr weiter ||| ! " can no longer continue ||| 0.0571221 0.00917533 ||| ||| 1
+! " geht nicht mehr ||| ! " can no longer ||| 0.0571221 0.00917533 ||| ||| 1
+! " geht nicht ||| ! " can no ||| 0.0571221 0.00917533 ||| ||| 1
+! " geht ||| ! " can ||| 0.0571221 0.00917533 ||| ||| 1
+! " gehört , und denen ||| ! ' , and those ||| 0.028561 0.0449274 ||| ||| 2
+! " gehört , und denen ||| kill ! ' , and those ||| 0.028561 0.0449274 ||| ||| 2
+! " gehört , und ||| ! ' , and ||| 0.028561 0.0449274 ||| ||| 2
+! " gehört , und ||| kill ! ' , and ||| 0.028561 0.0449274 ||| ||| 2
+! " gehört , ||| ! ' , ||| 0.028561 0.0449274 ||| ||| 2
+! " gehört , ||| kill ! ' , ||| 0.028561 0.0449274 ||| ||| 2
+! " gehört ||| ! ' ||| 0.028561 0.0449274 ||| ||| 2
+! " gehört ||| kill ! ' ||| 0.028561 0.0449274 ||| ||| 2
+! " hat das Parlament bereits ||| ! ' , Parliament has already ||| 0.0571221 0.0449274 ||| ||| 1
+! " hat das Parlament ||| ! ' , Parliament ||| 0.0571221 0.0449274 ||| ||| 1
+! " hat ||| ! ' , ||| 0.0571221 0.0449274 ||| ||| 1
+! " kommen ||| " ||| 0.0571221 0.0592024 ||| ||| 1
+! " mögen ||| ' , may ||| 0.0571221 0.579445 ||| ||| 1
+! " nicht nur in bezug ||| ' does not just ||| 0.0571221 0.579445 ||| ||| 1
+! " nicht nur in ||| ' does not just ||| 0.0571221 0.579445 ||| ||| 1
+! " nicht nur ||| ' does not just ||| 0.0571221 0.579445 ||| ||| 1
+! " nicht ||| ' does not ||| 0.0571221 0.579445 ||| ||| 1
+! " oder zu Kollegin Harms ||| ! ' , and to Mrs Harms ||| 0.0571221 0.0449274 ||| ||| 1
+! " oder zu Kollegin ||| ! ' , and to Mrs ||| 0.0571221 0.0449274 ||| ||| 1
+! " oder zu ||| ! ' , and to ||| 0.0571221 0.0449274 ||| ||| 1
+! " oder ||| ! ' , and ||| 0.028561 0.0449274 ||| ||| 2
+! " oder ||| ! ' or ||| 0.028561 0.0449274 ||| ||| 2
+! " rufe vonseiten der IND ||| ! ' from members of the IND ||| 0.0571221 0.0449274 ||| ||| 1
+! " rufe vonseiten der ||| ! ' from members of the ||| 0.0571221 0.0449274 ||| ||| 1
+! " rufe vonseiten ||| ! ' from members of ||| 0.0190407 0.0449274 ||| ||| 3
+! " rufe vonseiten ||| ! ' from members ||| 0.0190407 0.0449274 ||| ||| 3
+! " rufe vonseiten ||| ! ' from ||| 0.0190407 0.0449274 ||| ||| 3
+! " rufe ||| ! ' ||| 0.0571221 0.0449274 ||| ||| 1
+! " rufen , würden wir ||| ' , we would ||| 0.0571221 0.579445 ||| ||| 1
+! " rufen , ||| ' , ||| 0.0571221 0.579445 ||| ||| 1
+! " rufen die Föderalisten , und ||| ! ' say the federalists , and ||| 0.0571221 0.0449274 ||| ||| 1
+! " rufen die Föderalisten , ||| ! ' say the federalists , ||| 0.0571221 0.0449274 ||| ||| 1
+! " rufen die Föderalisten ||| ! ' say the federalists ||| 0.0571221 0.0449274 ||| ||| 1
+! " rufen die ||| ! ' say the ||| 0.0571221 0.0449274 ||| ||| 1
+! " rufen ||| ! ' say ||| 0.028561 0.0449274 ||| ||| 2
+! " rufen ||| ' ||| 0.028561 0.579445 ||| ||| 2
+! " sagen die ||| , ' say the people on the ||| 0.0571221 0.579445 ||| ||| 1
+! " sagen ||| , ' say the people on ||| 0.0142805 0.579445 ||| ||| 4
+! " sagen ||| , ' say the people ||| 0.0142805 0.579445 ||| ||| 4
+! " sagen ||| , ' say the ||| 0.0142805 0.579445 ||| ||| 4
+! " sagen ||| , ' say ||| 0.0142805 0.579445 ||| ||| 4
+! " steht . ||| ! ' ||| 0.0571221 0.0449274 ||| ||| 1
+! " steht ||| ! ' ||| 0.0571221 0.0449274 ||| ||| 1
+! " und Nizza II ? ||| ! ' and Nice II ? ||| 0.0571221 0.0449274 ||| ||| 1
+! " und Nizza II ||| ! ' and Nice II ||| 0.0571221 0.0449274 ||| ||| 1
+! " und Nizza ||| ! ' and Nice ||| 0.0571221 0.0449274 ||| ||| 1
+! " und schlagen uns an die ||| ! ' and beat our ||| 0.0571221 0.0449274 ||| ||| 1
+! " und schlagen uns an ||| ! ' and beat our ||| 0.0571221 0.0449274 ||| ||| 1
+! " und schlagen uns ||| ! ' and beat our ||| 0.0571221 0.0449274 ||| ||| 1
+! " und schlagen ||| ! ' and beat ||| 0.0571221 0.0449274 ||| ||| 1
+! " und ||| ! ' and ||| 0.38535 0.0449274 ||| ||| 2
+! " vereinen ||| ! ' ||| 0.0571221 0.0449274 ||| ||| 1
+! " zu allen Formen des Protektionismus ||| ! ' to all forms of protectionism ||| 0.0571221 0.0449274 ||| ||| 1
+! " zu allen Formen des ||| ! ' to all forms of ||| 0.0571221 0.0449274 ||| ||| 1
+! " zu allen Formen ||| ! ' to all forms ||| 0.0571221 0.0449274 ||| ||| 1
+! " zu allen ||| ! ' to all ||| 0.0571221 0.0449274 ||| ||| 1
+! " zu ||| ! ' to ||| 0.0571221 0.0449274 ||| ||| 1
+! " zur Offenheit und zum Wettbewerb ||| ! ' to openness and competition ||| 0.0571221 0.0449274 ||| ||| 1
+! " zur Offenheit und zum ||| ! ' to openness and ||| 0.0571221 0.0449274 ||| ||| 1
+! " zur Offenheit und ||| ! ' to openness and ||| 0.0571221 0.0449274 ||| ||| 1
+! " zur Offenheit ||| ! ' to openness ||| 0.0571221 0.0449274 ||| ||| 1
+! " zur ||| ! ' to ||| 0.0571221 0.0449274 ||| ||| 1
+! " ||| ! " . ||| 0.000245159 0.00917533 ||| ||| 233
+! " ||| ! " ||| 0.124464 0.00917533 ||| ||| 233
+! " ||| ! ' ' really ? ' ||| 0.000245159 0.0150846 ||| ||| 233
+! " ||| ! ' , ||| 0.000245159 0.0449274 ||| ||| 233
+! " ||| ! ' . ||| 0.0171674 0.0449274 ||| ||| 233
+! " ||| ! ' ||| 0.433476 0.0449274 ||| ||| 233
+! " ||| ! .... ' ||| 0.000245159 0.0449274 ||| ||| 233
+! " ||| ! ||| 0.0300429 0.0775352 ||| ||| 233
+! " ||| ! ” ||| 0.00330773 0.0775352 ||| ||| 233
+! " ||| " . ||| 0.00330773 0.118338 ||| ||| 233
+! " ||| " ||| 0.00330773 0.0592024 ||| ||| 233
+! " ||| ' ! ||| 0.00330773 0.0449274 ||| ||| 233
+! " ||| ' , ||| 0.000245159 0.579445 ||| ||| 233
+! " ||| ' . ||| 0.0515021 0.579445 ||| ||| 233
+! " ||| ' ||| 0.0343348 0.289866 ||| ||| 233
+! " ||| , " ||| 0.00330773 0.118338 ||| ||| 233
+! " ||| , ' ||| 0.0171674 0.579445 ||| ||| 233
+! " ||| , that ||| 0.000245159 1 ||| ||| 233
+! " ||| , ||| 0.0214592 1 ||| ||| 233
+! " ||| . " ! ||| 0.000245159 0.00917533 ||| ||| 233
+! " ||| . " ||| 0.00865463 0.118338 ||| ||| 233
+! " ||| . ' ||| 0.00330773 0.579445 ||| ||| 233
+! " ||| . ||| 0.0429185 1 ||| ||| 233
+! " ||| : ' ||| 0.000245159 0.579445 ||| ||| 233
+! " ||| ? ' ||| 0.00330773 0.579445 ||| ||| 233
+! " ||| Commission to ||| 0.000245159 1 ||| ||| 233
+! " ||| Commission ||| 0.000245159 1 ||| ||| 233
+! " ||| a living ! ' ||| 0.000245159 0.0449274 ||| ||| 233
+! " ||| any fish ? ' ||| 0.000245159 0.579445 ||| ||| 233
+! " ||| asked the Commission to ||| 0.000245159 1 ||| ||| 233
+! " ||| asked the Commission ||| 0.000245159 1 ||| ||| 233
+! " ||| bearing the ||| 0.000245159 1 ||| ||| 233
+! " ||| common ||| 0.000245159 1 ||| ||| 233
+! " ||| done , ||| 0.000245159 1 ||| ||| 233
+! " ||| face ! " ||| 0.000245159 0.00917533 ||| ||| 233
+! " ||| fish ? ' ||| 0.000245159 0.579445 ||| ||| 233
+! " ||| give you " ||| 0.000245159 0.118338 ||| ||| 233
+! " ||| kill ! ' ||| 0.000245159 0.0449274 ||| ||| 233
+! " ||| living ! ' ||| 0.000245159 0.0449274 ||| ||| 233
+! " ||| may ||| 0.000245159 1 ||| ||| 233
+! " ||| more common ||| 0.000245159 1 ||| ||| 233
+! " ||| of products bearing the ||| 0.000245159 1 ||| ||| 233
+! " ||| one ' . ||| 0.000245159 0.579445 ||| ||| 233
+! " ||| products bearing the ||| 0.000245159 1 ||| ||| 233
+! " ||| term , ' ||| 0.000245159 0.579445 ||| ||| 233
+! " ||| the Commission to ||| 0.000245159 1 ||| ||| 233
+! " ||| the Commission ||| 0.000245159 1 ||| ||| 233
+! " ||| the ||| 0.00330773 1 ||| ||| 233
+! " ||| to give you " ||| 0.000245159 0.118338 ||| ||| 233
+! " ||| uneven ' . ||| 0.000245159 0.579445 ||| ||| 233
+! " ||| you " ||| 0.000245159 0.118338 ||| ||| 233
+! " ||| ” ||| 0.000245159 1 ||| ||| 233
+! ' , dann sage ich ||| ' . I would ||| 0.0571221 0.545017 ||| ||| 1
+! ' , dann ||| ' . ||| 0.0571221 0.545017 ||| ||| 1
+! ' , diese Aufforderung ||| ! ' is the message ||| 0.0571221 0.042258 ||| ||| 1
+! ' , diese ||| ! ' is the ||| 0.0571221 0.042258 ||| ||| 1
+! ' , sollte Gegenstand von ||| ' , should ||| 0.0571221 0.272653 ||| ||| 1
+! ' , sollte Gegenstand ||| ' , should ||| 0.0571221 0.272653 ||| ||| 1
+! ' , sollte ||| ' , should ||| 0.0571221 0.272653 ||| ||| 1
+! ' , womit ||| ! ' , ||| 0.0571221 0.042258 ||| ||| 1
+! ' , ||| ! ' , ||| 0.0114244 0.042258 ||| ||| 5
+! ' , ||| ! ' is ||| 0.0114244 0.042258 ||| ||| 5
+! ' , ||| ! ' ||| 0.0114244 0.042258 ||| ||| 5
+! ' , ||| ' , ||| 0.0114244 0.272653 ||| ||| 5
+! ' , ||| ' . ||| 0.0114244 0.545017 ||| ||| 5
+! ' - wir lassen uns ||| ! ' ||| 0.0571221 0.042258 ||| ||| 1
+! ' - wir lassen ||| ! ' ||| 0.0571221 0.042258 ||| ||| 1
+! ' - wir ||| ! ' ||| 0.0571221 0.042258 ||| ||| 1
+! ' - ||| ! ' ||| 0.0571221 0.042258 ||| ||| 1
+! ' . aber dort gibt ||| ! ' , but there are widely ||| 0.028561 0.042258 ||| ||| 2
+! ' . aber dort gibt ||| ! ' , but there are ||| 0.028561 0.042258 ||| ||| 2
+! ' . aber dort ||| ! ' , but there ||| 0.0571221 0.042258 ||| ||| 1
+! ' . aber ||| ! ' , but ||| 0.0571221 0.042258 ||| ||| 1
+! ' . ||| ! ' , ||| 0.0190407 0.042258 ||| ||| 3
+! ' . ||| ! ' ||| 0.0190407 0.0211319 ||| ||| 3
+! ' . ||| . ||| 0.0190407 1 ||| ||| 3
+! ' Stand , ||| ! ' , ||| 0.0571221 0.042258 ||| ||| 1
+! ' Stand ||| ! ' ||| 0.0571221 0.042258 ||| ||| 1
+! ' rufen , ||| ! ' and then murder ||| 0.0190407 0.042258 ||| ||| 3
+! ' rufen , ||| ! ' and then ||| 0.0190407 0.042258 ||| ||| 3
+! ' rufen , ||| ! ' and ||| 0.0190407 0.042258 ||| ||| 3
+! ' rufen ||| ! ' ||| 0.0571221 0.042258 ||| ||| 1
+! ' ||| ! ' , and ||| 0.00112004 0.042258 ||| ||| 51
+! ' ||| ! ' , ||| 0.00112004 0.042258 ||| ||| 51
+! ' ||| ! ' . ||| 0.00112004 0.042258 ||| ||| 51
+! ' ||| ! ' is ||| 0.00112004 0.042258 ||| ||| 51
+! ' ||| ! ' ||| 0.490196 0.042258 ||| ||| 51
+! ' ||| ' ! ||| 0.00112004 0.042258 ||| ||| 51
+! ' ||| ' , and ||| 0.00112004 0.545017 ||| ||| 51
+! ' ||| ' , ||| 0.00112004 0.545017 ||| ||| 51
+! ' ||| ' . ||| 0.0784314 0.545017 ||| ||| 51
+! ' ||| ' ||| 0.0151118 0.272653 ||| ||| 51
+! ' ||| 't . ' ||| 0.00112004 0.545017 ||| ||| 51
+! ' ||| . ' ||| 0.0784314 0.545017 ||| ||| 51
+! ' ||| . ||| 0.00112004 1 ||| ||| 51
+! ' ||| ? " ||| 0.00112004 0.0291059 ||| ||| 51
+! ' ||| ? ' ||| 0.00112004 0.545017 ||| ||| 51
+! ' ||| ? ||| 0.00112004 1 ||| ||| 51
+! ' ||| hook ' ! ||| 0.00112004 0.042258 ||| ||| 51
+! ' ||| in 't . ' ||| 0.00112004 0.545017 ||| ||| 51
+! ' ||| luck ! ' ||| 0.00112004 0.042258 ||| ||| 51
+! ' ||| of . ' ||| 0.00112004 0.545017 ||| ||| 51
+! ( 1 ) ||| . ( 1 ) ||| 0.0571221 1 ||| ||| 1
+! ( 1 ||| . ( 1 ||| 0.0571221 1 ||| ||| 1
+! ( ||| . ( ||| 0.0571221 1 ||| ||| 1
+! ) , Forschung , Wettbewerbsfähigkeit und ||| ! ) , research , competitiveness and ||| 0.0571221 0.0775352 ||| ||| 1
+! ) , Forschung , Wettbewerbsfähigkeit ||| ! ) , research , competitiveness ||| 0.0571221 0.0775352 ||| ||| 1
+! ) , Forschung , ||| ! ) , research , ||| 0.0571221 0.0775352 ||| ||| 1
+! ) , Forschung ||| ! ) , research ||| 0.0571221 0.0775352 ||| ||| 1
+! ) , die die Arbeitslosenunterstützung ||| ! ) which unemployment benefit ||| 0.0571221 0.0775352 ||| ||| 1
+! ) , geht . ||| ! ) ||| 0.0571221 0.0775352 ||| ||| 1
+! ) , geht ||| ! ) ||| 0.0571221 0.0775352 ||| ||| 1
+! ) , mit der Rodung von ||| ! ) , the grubbing-up of ||| 0.0571221 0.0775352 ||| ||| 1
+! ) , mit der Rodung ||| ! ) , the grubbing-up ||| 0.0571221 0.0775352 ||| ||| 1
+! ) , mit der ||| ! ) , the ||| 0.0571221 0.0775352 ||| ||| 1
+! ) , mit ||| ! ) , ||| 0.0571221 0.0775352 ||| ||| 1
+! ) , und schließlich ||| ! ) and , finally , ||| 0.0571221 0.0775352 ||| ||| 1
+! ) , und ||| ! ) and , ||| 0.0571221 0.0775352 ||| ||| 1
+! ) , während ||| ! ) , while ||| 0.0571221 0.0775352 ||| ||| 1
+! ) , während über 100 ||| ! ) , while over 100 ||| 0.0571221 0.0775352 ||| ||| 1
+! ) , während über ||| ! ) , while over ||| 0.0571221 0.0775352 ||| ||| 1
+! ) , ||| ! ) , ||| 0.666667 0.0775352 ||| ||| 6
+! ) , ||| ! ) ||| 0.12845 0.0775352 ||| ||| 6
+! ) . seit einigen Jahren ||| , and for a number of years ||| 0.38535 1 ||| ||| 2
+! ) . seit einigen ||| , and for a number of ||| 0.0963376 1 ||| ||| 8
+! ) . seit einigen ||| , and for a number ||| 0.0963376 1 ||| ||| 8
+! ) . seit einigen ||| recycled , and for a number of ||| 0.0963376 1 ||| ||| 8
+! ) . seit einigen ||| recycled , and for a number ||| 0.0963376 1 ||| ||| 8
+! ) . seit ||| , and for ||| 0.192675 1 ||| ||| 4
+! ) . seit ||| recycled , and for ||| 0.192675 1 ||| ||| 4
+! ) . ||| ! ) . ||| 0.0856334 0.0775352 ||| ||| 9
+! ) . ||| ! ) ||| 0.0063469 0.0775352 ||| ||| 9
+! ) . ||| ! ||| 0.0063469 0.0775352 ||| ||| 9
+! ) . ||| ) . ||| 0.0063469 1 ||| ||| 9
+! ) . ||| , and ||| 0.0856334 1 ||| ||| 9
+! ) . ||| recycled , and ||| 0.0856334 1 ||| ||| 9
+! ) Herr Kollege Ferber , ||| ! " ) Mr Ferber , ||| 0.0571221 1.7585e-05 ||| ||| 1
+! ) Herr Kollege Ferber ||| ! " ) Mr Ferber ||| 0.0571221 1.7585e-05 ||| ||| 1
+! ) Herr ||| ! " ) Mr ||| 0.0571221 1.7585e-05 ||| ||| 1
+! ) Marktwirtschaft , die von einem ||| ! ) market economy ||| 0.0571221 0.0775352 ||| ||| 1
+! ) Marktwirtschaft , die von ||| ! ) market economy ||| 0.0571221 0.0775352 ||| ||| 1
+! ) Marktwirtschaft , die ||| ! ) market economy ||| 0.0571221 0.0775352 ||| ||| 1
+! ) Marktwirtschaft , ||| ! ) market economy ||| 0.0571221 0.0775352 ||| ||| 1
+! ) Marktwirtschaft ||| ! ) market economy ||| 0.0571221 0.0775352 ||| ||| 1
+! ) allein für ||| ! ) just for ||| 0.0571221 0.0775352 ||| ||| 1
+! ) allein ||| ! ) just ||| 0.0571221 0.0775352 ||| ||| 1
+! ) bei . ||| ) . ||| 0.0571221 1 ||| ||| 1
+! ) bei ||| ) ||| 0.0571221 1 ||| ||| 1
+! ) bezeichnet wird , hat ||| ! ) , has ||| 0.0571221 0.0775352 ||| ||| 1
+! ) bezeichnet wird , ||| ! ) , ||| 0.0571221 0.0775352 ||| ||| 1
+! ) bezeichnet wird ||| ! ) ||| 0.0571221 0.0775352 ||| ||| 1
+! ) bezeichnet ||| ! ) ||| 0.0571221 0.0775352 ||| ||| 1
+! ) das ||| the ||| 0.0571221 1 ||| ||| 1
+! ) dürfen nicht verwendet ( missbraucht ||| ! ) cannot be used ( misused ||| 0.0571221 0.0775352 ||| ||| 1
+! ) dürfen nicht verwendet ( ||| ! ) cannot be used ( ||| 0.0571221 0.0775352 ||| ||| 1
+! ) dürfen nicht verwendet ||| ! ) cannot be used ||| 0.0571221 0.0775352 ||| ||| 1
+! ) dürfen nicht ||| ! ) cannot be ||| 0.0571221 0.0775352 ||| ||| 1
+! ) für den Fall der ||| ! ) in the event that we ||| 0.0571221 0.0775352 ||| ||| 1
+! ) für den Fall ||| ! ) in the event that ||| 0.028561 0.0775352 ||| ||| 2
+! ) für den Fall ||| ! ) in the event ||| 0.028561 0.0775352 ||| ||| 2
+! ) für den ||| ! ) in the ||| 0.0571221 0.0775352 ||| ||| 1
+! ) für die Umsetzung der ||| ! ) before they apply the ||| 0.0571221 0.0775352 ||| ||| 1
+! ) für die Umsetzung ||| ! ) before they apply ||| 0.0571221 0.0775352 ||| ||| 1
+! ) für die ||| ! ) before they ||| 0.0571221 0.0775352 ||| ||| 1
+! ) für ||| ! ) before ||| 0.0190407 0.0775352 ||| ||| 3
+! ) für ||| ! ) in ||| 0.0190407 0.0775352 ||| ||| 3
+! ) für ||| ! ) ||| 0.0190407 0.0775352 ||| ||| 3
+! ) großen Not ||| ! ) high level of need ||| 0.0571221 0.0775352 ||| ||| 1
+! ) großen ||| ! ) high ||| 0.0571221 0.0775352 ||| ||| 1
+! ) oder ihr Egonet ||| ! ) , or rather their egonet ||| 0.0571221 0.0775352 ||| ||| 1
+! ) oder ||| ! ) , or ||| 0.0571221 0.0775352 ||| ||| 1
+! ) und die Schaffung nationaler Finanzmärkte ||| ! ) and create national financial markets ||| 0.0571221 0.0775352 ||| ||| 1
+! ) und die Schaffung nationaler ||| ! ) and create national ||| 0.0571221 0.0775352 ||| ||| 1
+! ) und die Schaffung ||| ! ) and create ||| 0.0571221 0.0775352 ||| ||| 1
+! ) und die ||| ! ) and ||| 0.0571221 0.0775352 ||| ||| 1
+! ) und häufig unverständliche ||| ! ) and often unreadable ||| 0.028561 0.0775352 ||| ||| 2
+! ) und häufig unverständliche ||| ! ) and often unreadable – ||| 0.028561 0.0775352 ||| ||| 2
+! ) und häufig ||| ! ) and often ||| 0.0571221 0.0775352 ||| ||| 1
+! ) und ||| ! ) and ||| 0.38535 0.0775352 ||| ||| 2
+! ) vertritt ||| ! ) ||| 0.0571221 0.0775352 ||| ||| 1
+! ) ||| ! " ) ||| 0.000906699 1.7585e-05 ||| ||| 63
+! ) ||| ! ) , ||| 0.000906699 0.0775352 ||| ||| 63
+! ) ||| ! ) before ||| 0.000906699 0.0775352 ||| ||| 63
+! ) ||| ! ) ||| 0.714286 0.0775352 ||| ||| 63
+! ) ||| ! - ||| 0.000906699 0.0775352 ||| ||| 63
+! ) ||| ! ] ||| 0.000906699 0.0775352 ||| ||| 63
+! ) ||| ! ||| 0.0122333 0.0775352 ||| ||| 63
+! ) ||| ) ||| 0.000906699 1 ||| ||| 63
+! ) ||| , ||| 0.0793651 1 ||| ||| 63
+! ) ||| Latin ! ) ||| 0.000906699 0.0775352 ||| ||| 63
+! ) ||| arrival ! ) ||| 0.000906699 0.0775352 ||| ||| 63
+! ) ||| recycled , ||| 0.0122333 1 ||| ||| 63
+! ) ||| the ||| 0.000906699 1 ||| ||| 63
+! ) über die ||| ! ) on the ||| 0.0571221 0.0775352 ||| ||| 1
+! ) über die Änderung der ||| ! ) on the amendment of ||| 0.0571221 0.0775352 ||| ||| 1
+! ) über die Änderung ||| ! ) on the amendment ||| 0.0571221 0.0775352 ||| ||| 1
+! ) über ||| ! ) on ||| 0.0571221 0.0775352 ||| ||| 1
+! , dem Gewinner des Sacharow-Preises in ||| ! , the Sakharov Prize winner in ||| 0.0571221 0.0775352 ||| ||| 1
+! , dem Gewinner des Sacharow-Preises ||| ! , the Sakharov Prize winner ||| 0.0571221 0.0775352 ||| ||| 1
+! , dem ||| ! , the ||| 0.0571221 0.0775352 ||| ||| 1
+! , war ebenfalls kein Beitrag zur ||| ! " did little to ||| 0.0571221 1.7585e-05 ||| ||| 1
+! , war ebenfalls kein Beitrag ||| ! " did little ||| 0.0142805 1.7585e-05 ||| ||| 4
+! , war ebenfalls kein Beitrag ||| ! " did ||| 0.0142805 1.7585e-05 ||| ||| 4
+! , war ebenfalls kein Beitrag ||| ! " ||| 0.0142805 1.7585e-05 ||| ||| 4
+! , war ebenfalls kein Beitrag ||| ! ||| 0.0142805 0.0775352 ||| ||| 4
+! , war ebenfalls kein ||| ! " did little ||| 0.0142805 1.7585e-05 ||| ||| 4
+! , war ebenfalls kein ||| ! " did ||| 0.0142805 1.7585e-05 ||| ||| 4
+! , war ebenfalls kein ||| ! " ||| 0.0142805 1.7585e-05 ||| ||| 4
+! , war ebenfalls kein ||| ! ||| 0.0142805 0.0775352 ||| ||| 4
+! , war ebenfalls ||| ! " did little ||| 0.0142805 1.7585e-05 ||| ||| 4
+! , war ebenfalls ||| ! " did ||| 0.0142805 1.7585e-05 ||| ||| 4
+! , war ebenfalls ||| ! " ||| 0.0142805 1.7585e-05 ||| ||| 4
+! , war ebenfalls ||| ! ||| 0.0142805 0.0775352 ||| ||| 4
+! , war ||| ! " did little ||| 0.0142805 1.7585e-05 ||| ||| 4
+! , war ||| ! " did ||| 0.0142805 1.7585e-05 ||| ||| 4
+! , war ||| ! " ||| 0.0142805 1.7585e-05 ||| ||| 4
+! , war ||| ! ||| 0.0142805 0.0775352 ||| ||| 4
+! , ||| ! " did little ||| 0.00952034 1.7585e-05 ||| ||| 6
+! , ||| ! " did ||| 0.00952034 1.7585e-05 ||| ||| 6
+! , ||| ! " ||| 0.00952034 1.7585e-05 ||| ||| 6
+! , ||| ! , ||| 0.00952034 0.0775352 ||| ||| 6
+! , ||| ! ||| 0.00952034 0.0775352 ||| ||| 6
+! , ||| , ||| 0.00952034 1 ||| ||| 6
+! - ' Es reicht ' ||| ! - ' Enough is enough ' ||| 0.0571221 0.0230313 ||| ||| 1
+! - ' Es reicht ||| ! - ' Enough is enough ||| 0.0571221 0.042258 ||| ||| 1
+! - ' Es ||| ! - ' Enough ||| 0.0571221 0.042258 ||| ||| 1
+! - ' ||| ! - ' ||| 0.0571221 0.042258 ||| ||| 1
+! - , dass wir mehr wollen ||| ! we want more ||| 0.0571221 0.0775352 ||| ||| 1
+! - , die mit ||| ! - that have been treated with ||| 0.0571221 0.0775352 ||| ||| 1
+! - , die ||| ! - that have been ||| 0.0114244 0.0775352 ||| ||| 5
+! - , die ||| ! - that have ||| 0.0114244 0.0775352 ||| ||| 5
+! - , die ||| ! - which ||| 0.0114244 0.0775352 ||| ||| 5
+! - , die ||| ! - who ||| 0.0114244 0.0775352 ||| ||| 5
+! - , die ||| ! - ||| 0.0114244 0.0775352 ||| ||| 5
+! - , doch die britische Regierung ||| ! - but the British Government ||| 0.0571221 0.0775352 ||| ||| 1
+! - , doch die britische ||| ! - but the British ||| 0.0571221 0.0775352 ||| ||| 1
+! - , doch die ||| ! - but the ||| 0.0571221 0.0775352 ||| ||| 1
+! - , doch ||| ! - but ||| 0.0571221 0.0775352 ||| ||| 1
+! - , ist zu ersehen ||| ! ) , we see ||| 0.0571221 0.0775352 ||| ||| 1
+! - , ist zu ||| ! ) , we ||| 0.0571221 0.0775352 ||| ||| 1
+! - , ist ||| ! ) , ||| 0.0571221 0.0775352 ||| ||| 1
+! - , möchte ich meinerseits ||| ! - I would like to ||| 0.028561 0.0775352 ||| ||| 2
+! - , möchte ich meinerseits ||| surprise ! - I would like to ||| 0.028561 0.0775352 ||| ||| 2
+! - , möchte ich ||| ! - I would like to ||| 0.028561 0.0775352 ||| ||| 2
+! - , möchte ich ||| surprise ! - I would like to ||| 0.028561 0.0775352 ||| ||| 2
+! - , so wie es ja ||| . this is ||| 0.028561 1 ||| ||| 2
+! - , so wie es ja ||| indeed . this is ||| 0.028561 1 ||| ||| 2
+! - , so wie es ||| . this ||| 0.028561 1 ||| ||| 2
+! - , so wie es ||| indeed . this ||| 0.028561 1 ||| ||| 2
+! - , so wie ||| . ||| 0.028561 1 ||| ||| 2
+! - , so wie ||| indeed . ||| 0.028561 1 ||| ||| 2
+! - , so ||| . ||| 0.028561 1 ||| ||| 2
+! - , so ||| indeed . ||| 0.028561 1 ||| ||| 2
+! - , sondern daß sogar geradezu ||| ? - but that ||| 0.0571221 1 ||| ||| 1
+! - , sondern daß sogar ||| ? - but that ||| 0.0571221 1 ||| ||| 1
+! - , sondern daß ||| ? - but that ||| 0.0571221 1 ||| ||| 1
+! - , um uns dann , ||| it - and then , ||| 0.0571221 1 ||| ||| 1
+! - , um uns dann ||| it - and then ||| 0.0571221 1 ||| ||| 1
+! - , um uns ||| it - and ||| 0.0571221 1 ||| ||| 1
+! - , um ||| it - and ||| 0.0571221 1 ||| ||| 1
+! - , von dem ||| ! - in favour ||| 0.028561 0.0775352 ||| ||| 2
+! - , von dem ||| ! - in ||| 0.028561 0.0775352 ||| ||| 2
+! - , von ||| ! - in favour ||| 0.028561 0.0775352 ||| ||| 2
+! - , von ||| ! - in ||| 0.028561 0.0775352 ||| ||| 2
+! - , wohingegen man ||| ! - whereas one ||| 0.0571221 0.0775352 ||| ||| 1
+! - , wohingegen ||| ! - whereas ||| 0.0571221 0.0775352 ||| ||| 1
+! - , während diejenigen , die ||| ! - while those responsible for the ||| 0.0571221 0.0775352 ||| ||| 1
+! - , während diejenigen , ||| ! - while those responsible for ||| 0.028561 0.0775352 ||| ||| 2
+! - , während diejenigen , ||| ! - while those responsible ||| 0.028561 0.0775352 ||| ||| 2
+! - , während diejenigen ||| ! - while those responsible for ||| 0.028561 0.0775352 ||| ||| 2
+! - , während diejenigen ||| ! - while those responsible ||| 0.028561 0.0775352 ||| ||| 2
+! - , während ||| ! - while ||| 0.0571221 0.0775352 ||| ||| 1
+! - , ||| ! ) , ||| 0.00357013 0.0775352 ||| ||| 16
+! - , ||| ! - ||| 0.4375 0.0775352 ||| ||| 16
+! - , ||| ! ||| 0.00357013 0.0775352 ||| ||| 16
+! - , ||| - which ||| 0.00357013 1 ||| ||| 16
+! - , ||| - ||| 0.00357013 1 ||| ||| 16
+! - , ||| . ||| 0.00357013 1 ||| ||| 16
+! - , ||| indeed . ||| 0.00357013 1 ||| ||| 16
+! - , ||| it - and ||| 0.00357013 1 ||| ||| 16
+! - , ||| surprise ! - ||| 0.00357013 0.0775352 ||| ||| 16
+! - , ||| we ||| 0.00357013 1 ||| ||| 16
+! - Die ||| - the United Nations ||| 0.0190407 1 ||| ||| 3
+! - Die ||| - the United ||| 0.0190407 1 ||| ||| 3
+! - Die ||| - the ||| 0.0190407 1 ||| ||| 3
+! - Es sind ||| the two draftsmen have presented ||| 0.0571221 1 ||| ||| 1
+! - Frage von Unvereinbarkeiten ||| ! – incompatibilities arise ||| 0.0571221 0.0775352 ||| ||| 1
+! - Frau Präsidentin , ich wurde ||| ! - Madam President , I was ||| 0.0571221 0.0775352 ||| ||| 1
+! - Frau Präsidentin , ich ||| ! - Madam President , I ||| 0.0571221 0.0775352 ||| ||| 1
+! - Frau Präsidentin , ||| ! - Madam President , ||| 0.0571221 0.0775352 ||| ||| 1
+! - Frau Präsidentin ||| ! - Madam President ||| 0.0571221 0.0775352 ||| ||| 1
+! - Frau ||| ! - Madam ||| 0.0571221 0.0775352 ||| ||| 1
+! - Kernkraftwerke errichtet werden ||| ! ) nuclear power stations built ||| 0.0571221 0.0775352 ||| ||| 1
+! - Kernkraftwerke errichtet ||| ! ) nuclear power stations built ||| 0.0571221 0.0775352 ||| ||| 1
+! - Kernkraftwerke ||| ! ) nuclear power stations ||| 0.0571221 0.0775352 ||| ||| 1
+! - Referenden und Volksinitiativen zu stellen ||| ! - of referendums and popular initiatives ||| 0.0571221 0.0775352 ||| ||| 1
+! - Referenden und Volksinitiativen zu ||| ! - of referendums and popular initiatives ||| 0.0571221 0.0775352 ||| ||| 1
+! - Referenden und Volksinitiativen ||| ! - of referendums and popular initiatives ||| 0.0571221 0.0775352 ||| ||| 1
+! - Referenden und ||| ! - of referendums and ||| 0.0571221 0.0775352 ||| ||| 1
+! - Referenden ||| ! - of referendums ||| 0.0571221 0.0775352 ||| ||| 1
+! - Rücksicht ||| into consideration ||| 0.0571221 1 ||| ||| 1
+! - bedeutet eine derart anmaßende ||| , such an arrogant ||| 0.0571221 1 ||| ||| 1
+! - besagen , dass der Zugang ||| ! - stipulate that access ||| 0.0571221 0.0775352 ||| ||| 1
+! - besagen , dass ||| ! - stipulate that ||| 0.0571221 0.0775352 ||| ||| 1
+! - besagen ||| ! - stipulate ||| 0.0571221 0.0775352 ||| ||| 1
+! - besteht , wie ||| , via ||| 0.0571221 1 ||| ||| 1
+! - besteht , ||| , via ||| 0.0571221 1 ||| ||| 1
+! - besteht ||| , via ||| 0.0571221 1 ||| ||| 1
+! - der Energie vergeudet , bevor ||| ! - of the energy before ||| 0.0571221 0.0775352 ||| ||| 1
+! - der Energie vergeudet , ||| ! - of the energy ||| 0.0571221 0.0775352 ||| ||| 1
+! - der Energie vergeudet ||| ! - of the energy ||| 0.0571221 0.0775352 ||| ||| 1
+! - der Energie ||| ! - of the energy ||| 0.0571221 0.0775352 ||| ||| 1
+! - der betreffenden Minderheiten ||| , - of the relevant minorities ||| 0.0571221 1 ||| ||| 1
+! - der betreffenden ||| , - of the relevant ||| 0.0571221 1 ||| ||| 1
+! - der operativen Ausgaben werden ||| ! - of operational expenses are managed ||| 0.028561 0.0775352 ||| ||| 2
+! - der operativen Ausgaben werden ||| ! - of operational expenses are ||| 0.028561 0.0775352 ||| ||| 2
+! - der operativen Ausgaben ||| ! - of operational expenses ||| 0.0571221 0.0775352 ||| ||| 1
+! - der operativen ||| ! - of operational ||| 0.0571221 0.0775352 ||| ||| 1
+! - der ||| ! - of the ||| 0.0190407 0.0775352 ||| ||| 3
+! - der ||| ! - of ||| 0.0190407 0.0775352 ||| ||| 3
+! - der ||| , - of the ||| 0.0190407 1 ||| ||| 3
+! - die ||| , ||| 0.0571221 1 ||| ||| 1
+! - direkte ||| - direct ||| 0.0571221 1 ||| ||| 1
+! - direkte Übertragung , aber auch ||| - direct transmission but also ||| 0.0571221 1 ||| ||| 1
+! - direkte Übertragung , aber ||| - direct transmission but ||| 0.0571221 1 ||| ||| 1
+! - direkte Übertragung , ||| - direct transmission ||| 0.0571221 1 ||| ||| 1
+! - direkte Übertragung ||| - direct transmission ||| 0.0571221 1 ||| ||| 1
+! - energische Maßnahmen vorgeschlagen hat , ||| ! - proposing powerful measures ||| 0.0571221 0.0775352 ||| ||| 1
+! - energische Maßnahmen vorgeschlagen hat ||| ! - proposing powerful measures ||| 0.0571221 0.0775352 ||| ||| 1
+! - energische Maßnahmen vorgeschlagen ||| ! - proposing powerful measures ||| 0.0571221 0.0775352 ||| ||| 1
+! - im Lauf dieser Woche begonnen ||| - set in motion this week ||| 0.0571221 1 ||| ||| 1
+! - ist ein klares und durchsichtiges ||| - is a clear , transparent ||| 0.0571221 1 ||| ||| 1
+! - ist ein klares und ||| - is a clear , ||| 0.0571221 1 ||| ||| 1
+! - ist ein klares ||| - is a clear ||| 0.0571221 1 ||| ||| 1
+! - ist ein ||| - is a ||| 0.0571221 1 ||| ||| 1
+! - ist ||| - is ||| 0.0571221 1 ||| ||| 1
+! - mit beeindruckender Hellsichtigkeit den ||| - with ||| 0.0571221 1 ||| ||| 1
+! - mit beeindruckender Hellsichtigkeit ||| - with ||| 0.0571221 1 ||| ||| 1
+! - mit beeindruckender ||| - with ||| 0.0571221 1 ||| ||| 1
+! - mit ||| - with ||| 0.0571221 1 ||| ||| 1
+! - quer durch alle Fraktionen , ||| ! - all , ||| 0.0571221 0.0775352 ||| ||| 1
+! - quer durch alle Fraktionen ||| ! - all ||| 0.0571221 0.0775352 ||| ||| 1
+! - quer durch alle ||| ! - all ||| 0.0571221 0.0775352 ||| ||| 1
+! - quer durch ||| ! - ||| 0.0571221 0.0775352 ||| ||| 1
+! - quer ||| ! - ||| 0.0571221 0.0775352 ||| ||| 1
+! - rechtzeitig reagiert : sie hat ||| ! - took timely action : it ||| 0.0571221 0.0775352 ||| ||| 1
+! - rechtzeitig reagiert : sie ||| ! - took timely action : it ||| 0.0571221 0.0775352 ||| ||| 1
+! - rechtzeitig reagiert : ||| ! - took timely action : ||| 0.0571221 0.0775352 ||| ||| 1
+! - rechtzeitig reagiert ||| ! - took timely action ||| 0.0571221 0.0775352 ||| ||| 1
+! - rechtzeitig ||| ! - took timely ||| 0.0571221 0.0775352 ||| ||| 1
+! - räume ich ein , ||| ! - I recognise ||| 0.0571221 0.0775352 ||| ||| 1
+! - räume ich ein ||| ! - I recognise ||| 0.0571221 0.0775352 ||| ||| 1
+! - sage ich ||| ! - I would say ||| 0.0571221 0.0775352 ||| ||| 1
+! - scheint die Europäische Union jetzt ||| ! - the EU seems ||| 0.0571221 0.0775352 ||| ||| 1
+! - scheint die Europäische Union ||| ! - the EU seems ||| 0.0571221 0.0775352 ||| ||| 1
+! - um zu bekräftigen , daß ||| ! - as a reaffirmation of ||| 0.028561 0.0775352 ||| ||| 2
+! - um zu bekräftigen , daß ||| ! - as a reaffirmation ||| 0.028561 0.0775352 ||| ||| 2
+! - um zu bekräftigen , ||| ! - as a reaffirmation of ||| 0.028561 0.0775352 ||| ||| 2
+! - um zu bekräftigen , ||| ! - as a reaffirmation ||| 0.028561 0.0775352 ||| ||| 2
+! - um zu bekräftigen ||| ! - as a reaffirmation of ||| 0.028561 0.0775352 ||| ||| 2
+! - um zu bekräftigen ||| ! - as a reaffirmation ||| 0.028561 0.0775352 ||| ||| 2
+! - um zu ||| ! - as a ||| 0.0571221 0.0775352 ||| ||| 1
+! - um ||| ! - as a ||| 0.028561 0.0775352 ||| ||| 2
+! - um ||| , ||| 0.028561 1 ||| ||| 2
+! - und begrenzt somit die ||| ! - thereby restricting the ||| 0.0571221 0.0775352 ||| ||| 1
+! - und dass die landwirtschaftliche Produktivität ||| - and that agricultural productivity ||| 0.0571221 1 ||| ||| 1
+! - und dass die landwirtschaftliche ||| - and that agricultural ||| 0.0571221 1 ||| ||| 1
+! - und dass die ||| - and that ||| 0.0571221 1 ||| ||| 1
+! - und ideologischer Manipulation ||| ! - and borders on ideological manipulation ||| 0.0571221 0.0775352 ||| ||| 1
+! - und ideologischer ||| ! - and borders on ideological ||| 0.0571221 0.0775352 ||| ||| 1
+! - und nationale Präferenz entschieden ||| - and national preference ||| 0.0571221 1 ||| ||| 1
+! - und nationale ||| - and national ||| 0.0571221 1 ||| ||| 1
+! - und zum ersten ||| ! - and we saw the first ||| 0.0571221 0.0775352 ||| ||| 1
+! - und zum ||| ! - and we saw the ||| 0.0571221 0.0775352 ||| ||| 1
+! - und ||| ! - and we saw ||| 0.00952034 0.0775352 ||| ||| 6
+! - und ||| ! - and we ||| 0.00952034 0.0775352 ||| ||| 6
+! - und ||| ! - and ||| 0.12845 0.0775352 ||| ||| 6
+! - und ||| - and ||| 0.12845 1 ||| ||| 6
+! - ungefähr 18 Millionen Arbeitslose . ||| , some 18 million unemployed . ||| 0.0571221 1 ||| ||| 1
+! - ungefähr 18 Millionen Arbeitslose ||| , some 18 million unemployed ||| 0.0571221 1 ||| ||| 1
+! - ungefähr 18 Millionen ||| , some 18 million ||| 0.0571221 1 ||| ||| 1
+! - ungefähr 18 ||| , some 18 ||| 0.0571221 1 ||| ||| 1
+! - ungefähr ||| , some ||| 0.0571221 1 ||| ||| 1
+! - unter Anlegung objektiver Maßstäbe erfolgen ||| emphasize , from an objective viewpoint ||| 0.028561 1 ||| ||| 2
+! - unter Anlegung objektiver Maßstäbe erfolgen ||| would emphasize , from an objective viewpoint ||| 0.028561 1 ||| ||| 2
+! - unter Anlegung objektiver ||| emphasize , from an objective ||| 0.028561 1 ||| ||| 2
+! - unter Anlegung objektiver ||| would emphasize , from an objective ||| 0.028561 1 ||| ||| 2
+! - unter Anlegung ||| emphasize , from an ||| 0.028561 1 ||| ||| 2
+! - unter Anlegung ||| would emphasize , from an ||| 0.028561 1 ||| ||| 2
+! - unter vielen anderen . ||| , one among many others . ||| 0.0571221 1 ||| ||| 1
+! - unter vielen anderen ||| , one among many others ||| 0.0571221 1 ||| ||| 1
+! - unter vielen ||| , one among many ||| 0.0571221 1 ||| ||| 1
+! - unter ||| , one among ||| 0.0190407 1 ||| ||| 3
+! - unter ||| emphasize , from ||| 0.0190407 1 ||| ||| 3
+! - unter ||| would emphasize , from ||| 0.0190407 1 ||| ||| 3
+! - weiß ich nicht , ||| - I do not know , but ||| 0.028561 1 ||| ||| 2
+! - weiß ich nicht , ||| - I do not know , ||| 0.028561 1 ||| ||| 2
+! - weiß ich nicht ||| - I do not know ||| 0.0571221 1 ||| ||| 1
+! - zugab ||| saying something – admitted ||| 0.0571221 1 ||| ||| 1
+! - zur Koordination im ||| - relating to applying coordination in the ||| 0.0571221 1 ||| ||| 1
+! - zur Koordination ||| - relating to applying coordination ||| 0.0571221 1 ||| ||| 1
+! - zur ||| - relating to ||| 0.0571221 1 ||| ||| 1
+! - ||| ! ) ||| 0.00819894 0.0775352 ||| ||| 94
+! - ||| ! - I do ||| 0.000607682 0.0775352 ||| ||| 94
+! - ||| ! - I ||| 0.000607682 0.0775352 ||| ||| 94
+! - ||| ! - of ||| 0.000607682 0.0775352 ||| ||| 94
+! - ||| ! - ||| 0.361702 0.0775352 ||| ||| 94
+! - ||| ! ||| 0.00819894 0.0775352 ||| ||| 94
+! - ||| ! – ||| 0.000607682 0.0775352 ||| ||| 94
+! - ||| , - ||| 0.000607682 1 ||| ||| 94
+! - ||| , and ||| 0.00819894 1 ||| ||| 94
+! - ||| , mind you - ||| 0.000607682 1 ||| ||| 94
+! - ||| , one ||| 0.000607682 1 ||| ||| 94
+! - ||| , ||| 0.0744681 1 ||| ||| 94
+! - ||| - ||| 0.212766 1 ||| ||| 94
+! - ||| . at ||| 0.000607682 1 ||| ||| 94
+! - ||| . indeed ||| 0.000607682 1 ||| ||| 94
+! - ||| . ||| 0.0214524 1 ||| ||| 94
+! - ||| ? - ||| 0.000607682 1 ||| ||| 94
+! - ||| emphasize , ||| 0.000607682 1 ||| ||| 94
+! - ||| indeed . ||| 0.000607682 1 ||| ||| 94
+! - ||| is , ||| 0.000607682 1 ||| ||| 94
+! - ||| it - ||| 0.000607682 1 ||| ||| 94
+! - ||| it everybody - ||| 0.000607682 1 ||| ||| 94
+! - ||| one ||| 0.000607682 1 ||| ||| 94
+! - ||| sake , ||| 0.000607682 1 ||| ||| 94
+! - ||| surprise ! - ||| 0.000607682 0.0775352 ||| ||| 94
+! - ||| the ||| 0.000607682 1 ||| ||| 94
+! - ||| want . ||| 0.000607682 1 ||| ||| 94
+! - ||| we ||| 0.000607682 1 ||| ||| 94
+! - ||| would be ||| 0.000607682 1 ||| ||| 94
+! - ||| would emphasize , ||| 0.000607682 1 ||| ||| 94
+! - ||| would ||| 0.000607682 1 ||| ||| 94
+! - über 10 Milliarden dänische ||| it everybody - over 10 billion Danish ||| 0.0571221 1 ||| ||| 1
+! - über 10 Milliarden ||| it everybody - over 10 billion ||| 0.0571221 1 ||| ||| 1
+! - über 10 ||| it everybody - over 10 ||| 0.0571221 1 ||| ||| 1
+! - über ||| it everybody - over ||| 0.0571221 1 ||| ||| 1
+! . ||| ! ||| 0.224059 0.0390177 ||| ||| 9
+! . ||| . ||| 0.0856334 1 ||| ||| 9
+! . ||| in this . ||| 0.0063469 1 ||| ||| 9
+! . ||| misunderstandings . ||| 0.0063469 1 ||| ||| 9
+! . ||| point . ||| 0.0063469 1 ||| ||| 9
+! . ||| this . ||| 0.0063469 1 ||| ||| 9
+! ... und , hier war ich ||| ! ... ||| 0.0571221 0.0775352 ||| ||| 1
+! ... und , hier war ||| ! ... ||| 0.0571221 0.0775352 ||| ||| 1
+! ... und , hier ||| ! ... ||| 0.0571221 0.0775352 ||| ||| 1
+! ... und , ||| ! ... ||| 0.0571221 0.0775352 ||| ||| 1
+! ... und ||| ! ... ||| 0.0571221 0.0775352 ||| ||| 1
+! ... ||| ! ... ||| 0.672176 0.0775352 ||| ||| 3
+! 100 Mio. ECU ||| ! ECU 100 m ||| 0.0571221 0.0775352 ||| ||| 1
+! 14,5 % Feuchte ist ||| ! 14.5 % is ||| 0.0571221 0.0733998 ||| ||| 1
+! 14,5 % Feuchte ||| ! 14.5 % ||| 0.0571221 0.0733998 ||| ||| 1
+! 173 Auftragsmorde seit 1990 ||| ! 173 contract killings since 1990 ||| 0.0571221 0.0775352 ||| ||| 1
+! 173 Auftragsmorde seit 1990 – ||| ! 173 contract killings since 1990 – ||| 0.0571221 0.0775352 ||| ||| 1
+! 173 Auftragsmorde seit ||| ! 173 contract killings since ||| 0.0571221 0.0775352 ||| ||| 1
+! 173 Auftragsmorde ||| ! 173 contract killings ||| 0.0571221 0.0775352 ||| ||| 1
+! 173 ||| ! 173 ||| 0.0571221 0.0775352 ||| ||| 1
+! 1962 haben sie dies ||| ! in 1962 , did they not ||| 0.028561 0.0775352 ||| ||| 2
+! 1962 haben sie dies ||| ! in 1962 , did they ||| 0.028561 0.0775352 ||| ||| 2
+! 1962 haben sie ||| ! in 1962 , did they not ||| 0.028561 0.0775352 ||| ||| 2
+! 1962 haben sie ||| ! in 1962 , did they ||| 0.028561 0.0775352 ||| ||| 2
+! 1962 haben ||| ! in 1962 , did ||| 0.0571221 0.0775352 ||| ||| 1
+! 1962 ||| ! in 1962 , ||| 0.028561 0.0775352 ||| ||| 2
+! 1962 ||| ! in 1962 ||| 0.028561 0.0775352 ||| ||| 2
+! 1991 habe ich ||| , in 1991 , I joined ||| 0.0571221 1 ||| ||| 1
+! 1991 ||| , in 1991 , ||| 0.028561 1 ||| ||| 2
+! 1991 ||| , in 1991 ||| 0.028561 1 ||| ||| 2
+! 1996 haben vier Millionen Menschen ||| ! in 1996 , four million people ||| 0.0571221 0.0775352 ||| ||| 1
+! 1996 haben vier Millionen ||| ! in 1996 , four million ||| 0.0571221 0.0775352 ||| ||| 1
+! 1996 haben vier ||| ! in 1996 , four ||| 0.0571221 0.0775352 ||| ||| 1
+! 1996 haben ||| ! in 1996 , ||| 0.0571221 0.0775352 ||| ||| 1
+! 1996 ||| ! in 1996 ||| 0.0571221 0.0775352 ||| ||| 1
+! 20 % des ||| . twenty per cent of the territory ||| 0.028561 1 ||| ||| 2
+! 20 % des ||| . twenty per cent of the ||| 0.028561 1 ||| ||| 2
+! 20 % ||| . twenty per cent ||| 0.0571221 1 ||| ||| 1
+! 20 Prozent der jungen Frauen ||| . 20 % of young women ||| 0.0571221 0.529412 ||| ||| 1
+! 20 Prozent der jungen ||| . 20 % of young ||| 0.0571221 0.529412 ||| ||| 1
+! 20 Prozent der ||| . 20 % of ||| 0.0571221 0.529412 ||| ||| 1
+! 20 Prozent ||| . 20 % ||| 0.0571221 0.529412 ||| ||| 1
+! 20 ||| . 20 ||| 0.028561 1 ||| ||| 2
+! 20 ||| . twenty ||| 0.028561 1 ||| ||| 2
+! 2002 wird ein entscheidendes Jahr ||| , 2002 will be a crucial year ||| 0.0571221 1 ||| ||| 1
+! 2002 wird ein entscheidendes ||| , 2002 will be a crucial ||| 0.0571221 1 ||| ||| 1
+! 2002 wird ein ||| , 2002 will be a ||| 0.0571221 1 ||| ||| 1
+! 2002 wird ||| , 2002 will be ||| 0.0571221 1 ||| ||| 1
+! 2002 ||| , 2002 ||| 0.0571221 1 ||| ||| 1
+! 2003 ||| 2003 ||| 0.0571221 1 ||| ||| 1
+! 2004 war die UKIP die einzige ||| ! ||| 0.0571221 0.0388843 ||| ||| 1
+! 2004 war die UKIP die ||| ! ||| 0.0571221 0.0388843 ||| ||| 1
+! 2004 war die UKIP ||| ! ||| 0.0571221 0.0388843 ||| ||| 1
+! 2004 war die ||| ! ||| 0.0571221 0.0388843 ||| ||| 1
+! 2004 war ||| ! ||| 0.028561 0.0388843 ||| ||| 2
+! 2004 war ||| , 2004 was ||| 0.028561 1 ||| ||| 2
+! 2004 ||| ! 2004 may ||| 0.0142805 0.0775352 ||| ||| 4
+! 2004 ||| ! 2004 ||| 0.0142805 0.0775352 ||| ||| 4
+! 2004 ||| ! ||| 0.0142805 0.0388843 ||| ||| 4
+! 2004 ||| , 2004 ||| 0.0142805 1 ||| ||| 4
+! 2005 war ||| , 2005 has ||| 0.0571221 1 ||| ||| 1
+! 2005 wird ||| , 2005 will ||| 0.0571221 1 ||| ||| 1
+! 2005 ||| , 2005 ||| 0.38535 1 ||| ||| 2
+! 2010 ist eigentlich schon morgen ||| , 2010 is just round the corner ||| 0.0571221 1 ||| ||| 1
+! 2010 ist eigentlich schon ||| , 2010 is just round the ||| 0.028561 1 ||| ||| 2
+! 2010 ist eigentlich schon ||| , 2010 is just round ||| 0.028561 1 ||| ||| 2
+! 2010 ist ||| , 2010 is ||| 0.0571221 1 ||| ||| 1
+! 2010 ||| , 2010 ||| 0.0571221 1 ||| ||| 1
+! 91 % gehen an Rechtsinhaber , ||| the other 91 % goes to holders ||| 0.0571221 0.946664 ||| ||| 1
+! 91 % gehen an Rechtsinhaber ||| the other 91 % goes to holders ||| 0.0571221 0.946664 ||| ||| 1
+! 91 % gehen an ||| the other 91 % goes to ||| 0.0571221 0.946664 ||| ||| 1
+! 91 % gehen ||| the other 91 % goes ||| 0.0571221 0.946664 ||| ||| 1
+! 91 % ||| the other 91 % ||| 0.0571221 0.946664 ||| ||| 1
+! 91 ||| the other 91 ||| 0.0571221 1 ||| ||| 1
+! 99 % ||| 99 % ||| 0.0571221 0.946664 ||| ||| 1
+! 99 ||| 99 ||| 0.0571221 1 ||| ||| 1
+! ; und aus Angola , Dom ||| ! ; and from Angola , Dom ||| 0.0571221 0.0775352 ||| ||| 1
+! ; und aus Angola , ||| ! ; and from Angola , ||| 0.0571221 0.0775352 ||| ||| 1
+! ; und aus Angola ||| ! ; and from Angola ||| 0.0571221 0.0775352 ||| ||| 1
+! ; und aus ||| ! ; and from ||| 0.0571221 0.0775352 ||| ||| 1
+! ; und ||| ! ; and ||| 0.0571221 0.0775352 ||| ||| 1
+! ; ||| ! ; ||| 0.0571221 0.0775352 ||| ||| 1
+! ? " ||| ? " ||| 0.0571221 0.118338 ||| ||| 1
+! ? ? ||| ! ||| 0.028561 0.0265065 ||| ||| 2
+! ? ? ||| ! ’ ||| 0.028561 0.0265065 ||| ||| 2
+! ? Inshaallah . ' ||| , ' inshallah ' . ||| 0.0571221 0.545017 ||| ||| 1
+! ? Inshaallah ||| , ' inshallah ||| 0.0571221 1 ||| ||| 1
+! ? ||| . ' ||| 0.0190407 0.0032785 ||| ||| 3
+! ? ||| ? ! ||| 0.0190407 0.0775352 ||| ||| 3
+! ? ||| ? ||| 0.0190407 1 ||| ||| 3
+! Airbus ist eine europäische Erfolgsgeschichte ||| , Airbus is a European success story ||| 0.0571221 1 ||| ||| 1
+! Airbus ist eine europäische ||| , Airbus is a European ||| 0.0571221 1 ||| ||| 1
+! Airbus ist eine ||| , Airbus is a ||| 0.0571221 1 ||| ||| 1
+! Airbus ist ||| , Airbus is ||| 0.0571221 1 ||| ||| 1
+! Airbus ||| , Airbus ||| 0.0571221 1 ||| ||| 1
+! Algerien ist schwerkrank ||| , Algeria is a very ill country ||| 0.0190407 1 ||| ||| 3
+! Algerien ist schwerkrank ||| , Algeria is a very ill ||| 0.0190407 1 ||| ||| 3
+! Algerien ist schwerkrank ||| , Algeria is a very ||| 0.0190407 1 ||| ||| 3
+! Algerien ist ||| , Algeria is a ||| 0.028561 1 ||| ||| 2
+! Algerien ist ||| , Algeria is ||| 0.028561 1 ||| ||| 2
+! Algerien ||| , Algeria ||| 0.0571221 1 ||| ||| 1
+! Alkoholkonsum ist eine Gewohnheit , die ||| , alcohol consumption is a habit ||| 0.0571221 1 ||| ||| 1
+! Alkoholkonsum ist eine Gewohnheit , ||| , alcohol consumption is a habit ||| 0.0571221 1 ||| ||| 1
+! Alkoholkonsum ist eine Gewohnheit ||| , alcohol consumption is a habit ||| 0.0571221 1 ||| ||| 1
+! Alkoholkonsum ist eine ||| , alcohol consumption is a ||| 0.0571221 1 ||| ||| 1
+! Alkoholkonsum ist ||| , alcohol consumption is ||| 0.0571221 1 ||| ||| 1
+! Alkoholkonsum ||| , alcohol consumption ||| 0.0571221 1 ||| ||| 1
+! Anfang Juli hat sich Filip ||| , at the beginning of July Filip ||| 0.0571221 1 ||| ||| 1
+! Anfang Juli hat sich ||| , at the beginning of July ||| 0.0571221 1 ||| ||| 1
+! Anfang Juli hat ||| , at the beginning of July ||| 0.0571221 1 ||| ||| 1
+! Anfang Juli ||| , at the beginning of July ||| 0.0571221 1 ||| ||| 1
+! Anfang dieses Jahres haben sich die ||| , earlier this year the ||| 0.0571221 1 ||| ||| 1
+! Anfang dieses Jahres haben sich ||| , earlier this year ||| 0.0571221 1 ||| ||| 1
+! Anfang dieses Jahres haben ||| , earlier this year ||| 0.0571221 1 ||| ||| 1
+! Anfang dieses Jahres ||| , earlier this year ||| 0.0571221 1 ||| ||| 1
+! Anfang dieses ||| , earlier this ||| 0.0571221 1 ||| ||| 1
+! Anfang ||| , at the beginning of ||| 0.0190407 1 ||| ||| 3
+! Anfang ||| , at the beginning ||| 0.0190407 1 ||| ||| 3
+! Anfang ||| , earlier ||| 0.0190407 1 ||| ||| 3
+! Anlass ||| , the occasion ||| 0.0571221 1 ||| ||| 1
+! Armut hat ||| , poverty has ||| 0.0571221 1 ||| ||| 1
+! Armut und soziale Ausgrenzung ||| , poverty and social exclusion ||| 0.0571221 1 ||| ||| 1
+! Armut und soziale ||| , poverty and social ||| 0.0571221 1 ||| ||| 1
+! Armut und ||| , poverty and ||| 0.0571221 1 ||| ||| 1
+! Armut ||| , poverty ||| 0.38535 1 ||| ||| 2
+! Aufgabe der Konferenz von Bali ||| , the remit of the Bali Conference ||| 0.0571221 1 ||| ||| 1
+! Aufgabe der ||| , the remit of the ||| 0.0571221 1 ||| ||| 1
+! Aufgabe ||| , the remit ||| 0.0571221 1 ||| ||| 1
+! Aus- und Fortbildung wird ||| , training and education will be a ||| 0.028561 1 ||| ||| 2
+! Aus- und Fortbildung wird ||| , training and education will be ||| 0.028561 1 ||| ||| 2
+! Aus- und Fortbildung ||| , training and education ||| 0.0571221 1 ||| ||| 1
+! Aus- und ||| , training and ||| 0.0571221 1 ||| ||| 1
+! Aus- ||| , training ||| 0.0571221 1 ||| ||| 1
+! Außenpolitik muß ||| and gentlemen , foreign policy needs to ||| 0.028561 1 ||| ||| 2
+! Außenpolitik muß ||| gentlemen , foreign policy needs to ||| 0.028561 1 ||| ||| 2
+! Außenpolitik ||| , ladies and gentlemen , foreign policy ||| 0.0142805 1 ||| ||| 4
+! Außenpolitik ||| and gentlemen , foreign policy ||| 0.0142805 1 ||| ||| 4
+! Außenpolitik ||| gentlemen , foreign policy ||| 0.0142805 1 ||| ||| 4
+! Außenpolitik ||| ladies and gentlemen , foreign policy ||| 0.0142805 1 ||| ||| 4
+! Beifall an den tschechischen ||| , let us applaud the Czech ||| 0.0571221 1 ||| ||| 1
+! Beifall an den ||| , let us applaud the ||| 0.0571221 1 ||| ||| 1
+! Beifall an ||| , let us applaud ||| 0.0571221 1 ||| ||| 1
+! Beifall ||| , let us applaud ||| 0.0571221 1 ||| ||| 1
+! Belarus gehörte im Laufe der Geschichte ||| , throughout history , Belarus has belonged ||| 0.028561 1 ||| ||| 2
+! Belarus gehörte im Laufe der Geschichte ||| throughout history , Belarus has belonged ||| 0.028561 1 ||| ||| 2
+! Belarus gehörte ||| , Belarus has belonged ||| 0.0571221 1 ||| ||| 1
+! Belarus ||| , Belarus ||| 0.0571221 1 ||| ||| 1
+! Belgien hat offenbar ||| , it does seem that Belgium has ||| 0.0571221 1 ||| ||| 1
+! Beschäftigungspolitik und soziale Sicherheit gehören ||| , employment policy and social security go ||| 0.0571221 1 ||| ||| 1
+! Beschäftigungspolitik und soziale Sicherheit ||| , employment policy and social security ||| 0.0571221 1 ||| ||| 1
+! Beschäftigungspolitik und soziale ||| , employment policy and social ||| 0.0571221 1 ||| ||| 1
+! Beschäftigungspolitik und ||| , employment policy and ||| 0.0571221 1 ||| ||| 1
+! Beschäftigungspolitik ||| , employment policy ||| 0.0571221 1 ||| ||| 1
+! Betriebsstilllegungen wie jetzt in ||| , plant closures like this one in ||| 0.0571221 1 ||| ||| 1
+! Betriebsstilllegungen wie jetzt ||| , plant closures like this one ||| 0.028561 1 ||| ||| 2
+! Betriebsstilllegungen wie jetzt ||| , plant closures like this ||| 0.028561 1 ||| ||| 2
+! Betriebsstilllegungen wie ||| , plant closures like ||| 0.0571221 1 ||| ||| 1
+! Betriebsstilllegungen ||| , plant closures ||| 0.0571221 1 ||| ||| 1
+! Beziehungen zu Nachbarn sind ||| , links with neighbours are ||| 0.0571221 1 ||| ||| 1
+! Beziehungen zu Nachbarn ||| , links with neighbours ||| 0.0571221 1 ||| ||| 1
+! Beziehungen zu ||| , links with ||| 0.0571221 1 ||| ||| 1
+! Beziehungen ||| , links ||| 0.0571221 1 ||| ||| 1
+! Bezug ||| the ||| 0.0571221 1 ||| ||| 1
+! Biozide , das sind Produkte , ||| , biocides are products that ||| 0.0571221 1 ||| ||| 1
+! Biozide , das sind Produkte ||| , biocides are products ||| 0.0571221 1 ||| ||| 1
+! Biozide , das sind ||| , biocides are ||| 0.0571221 1 ||| ||| 1
+! Biozide , das ||| , biocides ||| 0.0571221 1 ||| ||| 1
+! Biozide , ||| , biocides ||| 0.0571221 1 ||| ||| 1
+! Birma ||| , Burma ||| 0.0571221 1 ||| ||| 1
+! Bosnien-Herzegowina ist im Grunde ||| , Bosnia-Herzegovina is , in fact , ||| 0.0571221 1 ||| ||| 1
+! Bosnien-Herzegowina ist im ||| , Bosnia-Herzegovina is , in ||| 0.0571221 1 ||| ||| 1
+! Bosnien-Herzegowina ist ||| , Bosnia-Herzegovina is , ||| 0.028561 1 ||| ||| 2
+! Bosnien-Herzegowina ist ||| , Bosnia-Herzegovina is ||| 0.028561 1 ||| ||| 2
+! Bosnien-Herzegowina ||| , Bosnia-Herzegovina ||| 0.0571221 1 ||| ||| 1
+! Bovine spongiforme Enzephalopathie , Dioxin , ||| , bovine spongiform encephalopathy , dioxin , ||| 0.0571221 1 ||| ||| 1
+! Bovine spongiforme Enzephalopathie , Dioxin ||| , bovine spongiform encephalopathy , dioxin ||| 0.0571221 1 ||| ||| 1
+! Bovine spongiforme Enzephalopathie , ||| , bovine spongiform encephalopathy , ||| 0.0571221 1 ||| ||| 1
+! Bovine spongiforme Enzephalopathie ||| , bovine spongiform encephalopathy ||| 0.0571221 1 ||| ||| 1
+! Bovine spongiforme ||| , bovine spongiform ||| 0.0571221 1 ||| ||| 1
+! Bovine ||| , bovine ||| 0.0571221 1 ||| ||| 1
+! Burma taucht regelmäßig als Thema ||| , Burma is a regular theme ||| 0.0571221 1 ||| ||| 1
+! Burma taucht regelmäßig als ||| , Burma is a regular ||| 0.0571221 1 ||| ||| 1
+! Burma taucht ||| , Burma is ||| 0.0571221 1 ||| ||| 1
+! Burma ||| , Burma ||| 0.0571221 1 ||| ||| 1
+! Bücher sind ein wichtiges Medium ||| , books are an important instrument ||| 0.0571221 1 ||| ||| 1
+! Bücher sind ein wichtiges ||| , books are an important ||| 0.0571221 1 ||| ||| 1
+! Bücher sind ein ||| , books are an ||| 0.0571221 1 ||| ||| 1
+! Bücher sind ||| , books are ||| 0.0571221 1 ||| ||| 1
+! Bücher ||| , books ||| 0.0571221 1 ||| ||| 1
+! Cancún ist ebenso ein Misserfolg wie ||| , Cancún was a failure just like ||| 0.0571221 1 ||| ||| 1
+! Cancún ist ebenso ein Misserfolg ||| , Cancún was a failure ||| 0.0571221 1 ||| ||| 1
+! Cancún ist ebenso ein ||| , Cancún was a ||| 0.0571221 1 ||| ||| 1
+! Cancún ist ebenso ||| , Cancún was ||| 0.0571221 1 ||| ||| 1
+! Cancún ist ||| , Cancún was ||| 0.0571221 1 ||| ||| 1
+! Cancún ||| , Cancún ||| 0.0571221 1 ||| ||| 1
+! Chaos , wie es vom ||| ' to the chaos that the ||| 0.0142805 1 ||| ||| 4
+! Chaos , wie es vom ||| no ' to the chaos that the ||| 0.0142805 1 ||| ||| 4
+! Chaos , wie es vom ||| the chaos that the ||| 0.0142805 1 ||| ||| 4
+! Chaos , wie es vom ||| to the chaos that the ||| 0.0142805 1 ||| ||| 4
+! Chaos , wie es ||| ' no ' to the chaos that ||| 0.0114244 1 ||| ||| 5
+! Chaos , wie es ||| ' to the chaos that ||| 0.0114244 1 ||| ||| 5
+! Chaos , wie es ||| no ' to the chaos that ||| 0.0114244 1 ||| ||| 5
+! Chaos , wie es ||| the chaos that ||| 0.0114244 1 ||| ||| 5
+! Chaos , wie es ||| to the chaos that ||| 0.0114244 1 ||| ||| 5
+! Chaos ||| ' no ' to the chaos ||| 0.0114244 1 ||| ||| 5
+! Chaos ||| ' to the chaos ||| 0.0114244 1 ||| ||| 5
+! Chaos ||| no ' to the chaos ||| 0.0114244 1 ||| ||| 5
+! Chaos ||| the chaos ||| 0.0114244 1 ||| ||| 5
+! Chaos ||| to the chaos ||| 0.0114244 1 ||| ||| 5
+! Clearing und Abrechnung sind ein wesentliches ||| , clearing and settlement are an essential ||| 0.0571221 1 ||| ||| 1
+! Clearing und Abrechnung sind ein ||| , clearing and settlement are an ||| 0.0571221 1 ||| ||| 1
+! Clearing und Abrechnung sind ||| , clearing and settlement are ||| 0.0571221 1 ||| ||| 1
+! Clearing und Abrechnung ||| , clearing and settlement ||| 0.0571221 1 ||| ||| 1
+! Clearing und ||| , clearing and ||| 0.0571221 1 ||| ||| 1
+! Clearing ||| , clearing ||| 0.0571221 1 ||| ||| 1
+! Dank an Constanze ||| I am obliged to ||| 0.0571221 1 ||| ||| 1
+! Dank der Arbeit Ihres ||| , thanks to the work of your ||| 0.0571221 1 ||| ||| 1
+! Dank der Arbeit ||| , thanks to the work ||| 0.0571221 1 ||| ||| 1
+! Dank der ||| , thanks to the ||| 0.0571221 1 ||| ||| 1
+! Dank ||| , thanks to ||| 0.028561 1 ||| ||| 2
+! Dank ||| , thanks ||| 0.028561 1 ||| ||| 2
+! Dogan gehört zu den Köpfen ||| , Dogan is one of the heads ||| 0.0571221 1 ||| ||| 1
+! Dogan gehört zu den ||| , Dogan is one of the ||| 0.0571221 1 ||| ||| 1
+! Dogan gehört zu ||| , Dogan is one of ||| 0.028561 1 ||| ||| 2
+! Dogan gehört zu ||| , Dogan is one ||| 0.028561 1 ||| ||| 2
+! Dogan ||| , Dogan ||| 0.0571221 1 ||| ||| 1
+! Doris Pack hat ||| , Mrs Pack has ||| 0.0571221 1 ||| ||| 1
+! Doris Pack ||| , Mrs Pack ||| 0.0571221 1 ||| ||| 1
+! Doris ||| , Mrs ||| 0.0571221 1 ||| ||| 1
+! Echelon existiert ||| , ECHELON exists , as has already ||| 0.0114244 1 ||| ||| 5
+! Echelon existiert ||| , ECHELON exists , as has ||| 0.0114244 1 ||| ||| 5
+! Echelon existiert ||| , ECHELON exists , as ||| 0.0114244 1 ||| ||| 5
+! Echelon existiert ||| , ECHELON exists , ||| 0.0114244 1 ||| ||| 5
+! Echelon existiert ||| , ECHELON exists ||| 0.0114244 1 ||| ||| 5
+! Echelon ||| , ECHELON ||| 0.0571221 1 ||| ||| 1
+! Emissionsrechte sind keine ||| , emission allowances are not ||| 0.0571221 1 ||| ||| 1
+! Emissionsrechte sind ||| , emission allowances are ||| 0.0571221 1 ||| ||| 1
+! Emissionsrechte ||| , emission allowances ||| 0.0571221 1 ||| ||| 1
+! Energie stellt einen entscheidenden Faktor in ||| , energy is a crucial factor as ||| 0.0571221 1 ||| ||| 1
+! Energie stellt einen entscheidenden Faktor ||| , energy is a crucial factor ||| 0.0571221 1 ||| ||| 1
+! Energie stellt einen entscheidenden ||| , energy is a crucial ||| 0.0571221 1 ||| ||| 1
+! Energie stellt einen ||| , energy is a ||| 0.0571221 1 ||| ||| 1
+! Energie stellt ||| , energy is ||| 0.0571221 1 ||| ||| 1
+! Energie ||| , energy ||| 0.0571221 1 ||| ||| 1
+! Energieabhängigkeit ist das Thema Nummer eins ||| , energy dependence is priority number one ||| 0.0571221 1 ||| ||| 1
+! Energieabhängigkeit ist das Thema Nummer ||| , energy dependence is priority number ||| 0.0571221 1 ||| ||| 1
+! Energieabhängigkeit ist das ||| , energy dependence is ||| 0.0571221 1 ||| ||| 1
+! Energieabhängigkeit ist ||| , energy dependence is ||| 0.0571221 1 ||| ||| 1
+! Energieabhängigkeit ||| , energy dependence ||| 0.0571221 1 ||| ||| 1
+! Entschuldigung , ||| , and I apologise ||| 0.0142805 1 ||| ||| 4
+! Entschuldigung , ||| of the tongue , and I apologise ||| 0.0142805 1 ||| ||| 4
+! Entschuldigung , ||| the tongue , and I apologise ||| 0.0142805 1 ||| ||| 4
+! Entschuldigung , ||| tongue , and I apologise ||| 0.0142805 1 ||| ||| 4
+! Entschuldigung ||| , and I apologise ||| 0.0142805 1 ||| ||| 4
+! Entschuldigung ||| of the tongue , and I apologise ||| 0.0142805 1 ||| ||| 4
+! Entschuldigung ||| the tongue , and I apologise ||| 0.0142805 1 ||| ||| 4
+! Entschuldigung ||| tongue , and I apologise ||| 0.0142805 1 ||| ||| 4
+! Entwicklungszusammenarbeit und Handel sind ||| , development cooperation and trade are ||| 0.0571221 1 ||| ||| 1
+! Entwicklungszusammenarbeit und Handel ||| , development cooperation and trade ||| 0.0571221 1 ||| ||| 1
+! Entwicklungszusammenarbeit und ||| , development cooperation and ||| 0.0571221 1 ||| ||| 1
+! Entwicklungszusammenarbeit ||| , development cooperation ||| 0.0571221 1 ||| ||| 1
+! Erfahrungen sind nicht wirklichkeitsfremd ||| , there is nothing fanciful about experience ||| 0.0571221 1 ||| ||| 1
+! Erzeugnisse aus den besetzten Gebieten sind ||| , products from the Occupied Territories are ||| 0.0571221 1 ||| ||| 1
+! Erzeugnisse aus den besetzten Gebieten ||| , products from the Occupied Territories ||| 0.0571221 1 ||| ||| 1
+! Erzeugnisse aus den besetzten ||| , products from the Occupied ||| 0.0571221 1 ||| ||| 1
+! Erzeugnisse aus den ||| , products from the ||| 0.0571221 1 ||| ||| 1
+! Erzeugnisse aus ||| , products from ||| 0.0571221 1 ||| ||| 1
+! Erzeugnisse ||| , products ||| 0.0571221 1 ||| ||| 1
+! Europa befindet sich gegenwärtig in einer ||| , Europe is currently going through a ||| 0.0571221 1 ||| ||| 1
+! Europa befindet sich gegenwärtig in ||| , Europe is currently going through ||| 0.0571221 1 ||| ||| 1
+! Europa befindet sich gegenwärtig ||| , Europe is currently going ||| 0.028561 1 ||| ||| 2
+! Europa befindet sich gegenwärtig ||| , Europe is currently ||| 0.028561 1 ||| ||| 2
+! Europa befindet sich ||| , Europe is ||| 0.0571221 1 ||| ||| 1
+! Europa hat ||| , Europe has ||| 0.0571221 1 ||| ||| 1
+! Europa ist ein großes Ideal : ||| , Europe is a great ideal : ||| 0.0571221 1 ||| ||| 1
+! Europa ist ein großes Ideal ||| , Europe is a great ideal ||| 0.0571221 1 ||| ||| 1
+! Europa ist ein großes ||| , Europe is a great ||| 0.0571221 1 ||| ||| 1
+! Europa ist ein ||| , Europe is a ||| 0.0571221 1 ||| ||| 1
+! Europa ist ||| , Europe is ||| 0.0571221 1 ||| ||| 1
+! Europa muss ||| , Europe must ||| 0.0571221 1 ||| ||| 1
+! Europa und das Europäische Parlament ||| , Europe and the European Parliament ||| 0.0571221 1 ||| ||| 1
+! Europa und das Europäische ||| , Europe and the European ||| 0.0571221 1 ||| ||| 1
+! Europa und das ||| , Europe and the ||| 0.0571221 1 ||| ||| 1
+! Europa und ||| , Europe and ||| 0.0571221 1 ||| ||| 1
+! Europa unter Wasser , Europa im ||| , Europe under water , Europe under ||| 0.0571221 1 ||| ||| 1
+! Europa unter Wasser , Europa ||| , Europe under water , Europe ||| 0.0571221 1 ||| ||| 1
+! Europa unter Wasser , ||| , Europe under water , ||| 0.0571221 1 ||| ||| 1
+! Europa unter Wasser ||| , Europe under water ||| 0.0571221 1 ||| ||| 1
+! Europa unter ||| , Europe under ||| 0.0571221 1 ||| ||| 1
+! Europa verdient Besseres als dieses ||| , Europeans deserve more than the ||| 0.0571221 1 ||| ||| 1
+! Europa verdient Besseres als ||| , Europeans deserve more than ||| 0.0571221 1 ||| ||| 1
+! Europa verdient Besseres ||| , Europeans deserve more ||| 0.0571221 1 ||| ||| 1
+! Europa wurde gebeten ||| , Europe has been asked ||| 0.0571221 1 ||| ||| 1
+! Europa wurde ||| , Europe has been ||| 0.0571221 1 ||| ||| 1
+! Europa ||| , Europe ||| 0.875 1 ||| ||| 8
+! Europa ||| , Europeans ||| 0.00714026 1 ||| ||| 8
+! Europas Zukunft ist in hohem Maße ||| that Europe 's future is largely ||| 0.0571221 1 ||| ||| 1
+! Europas Zukunft ist in ||| that Europe 's future is ||| 0.0571221 1 ||| ||| 1
+! Europas Zukunft ist ||| that Europe 's future is ||| 0.0571221 1 ||| ||| 1
+! Europas Zukunft ||| that Europe 's future ||| 0.0571221 1 ||| ||| 1
+! Europas modernisierte Industriepolitik , ||| , Europe 's updated industrial policy , ||| 0.0571221 1 ||| ||| 1
+! Europas modernisierte Industriepolitik ||| , Europe 's updated industrial policy ||| 0.0571221 1 ||| ||| 1
+! Europas modernisierte ||| , Europe 's updated ||| 0.0571221 1 ||| ||| 1
+! Europas ||| , Europe 's ||| 0.028561 1 ||| ||| 2
+! Europas ||| that Europe 's ||| 0.028561 1 ||| ||| 2
+! Europäische Solidarität wird greifbar ||| , European solidarity is within our grasp ||| 0.0571221 1 ||| ||| 1
+! Europäische Solidarität wird ||| , European solidarity is ||| 0.0571221 1 ||| ||| 1
+! Europäische Solidarität ||| , European solidarity ||| 0.0571221 1 ||| ||| 1
+! Europäische ||| , European ||| 0.0571221 1 ||| ||| 1
+! Feinstaubemissionen ||| , particulate-matter emissions ||| 0.0142805 1 ||| ||| 4
+! Feinstaubemissionen ||| Commission , particulate-matter emissions ||| 0.0142805 1 ||| ||| 4
+! Feinstaubemissionen ||| of the Commission , particulate-matter emissions ||| 0.0142805 1 ||| ||| 4
+! Feinstaubemissionen ||| the Commission , particulate-matter emissions ||| 0.0142805 1 ||| ||| 4
+! Finnland hat ||| , Finland is ||| 0.0571221 1 ||| ||| 1
+! Finnland ||| , Finland ||| 0.38535 1 ||| ||| 2
+! Finnland übernimmt ||| , Finland is taking over ||| 0.0571221 1 ||| ||| 1
+! Francis Bacon hat gesagt : " ||| , Francis Bacon said that whoever ||| 0.028561 1 ||| ||| 2
+! Francis Bacon hat gesagt : " ||| , Francis Bacon said that ||| 0.028561 1 ||| ||| 2
+! Francis ||| , Francis ||| 0.0571221 1 ||| ||| 1
+! Frau Angelilli führte aus , daß ||| Representative , Mrs Angelilli commented that ||| 0.0571221 1 ||| ||| 1
+! Frau Angelilli führte aus ||| Representative , Mrs Angelilli commented ||| 0.0571221 1 ||| ||| 1
+! Frau Angelilli führte ||| Representative , Mrs Angelilli commented ||| 0.0571221 1 ||| ||| 1
+! Frau Doyle hat bei ||| , as Mrs Doyle has ||| 0.0571221 1 ||| ||| 1
+! Frau Ferrero-Waldner kann an ||| , Mrs Ferrero-Waldner is unable to ||| 0.0571221 1 ||| ||| 1
+! Frau Ferrero-Waldner kann ||| , Mrs Ferrero-Waldner is unable ||| 0.0571221 1 ||| ||| 1
+! Frau Ferrero-Waldner ||| , Mrs Ferrero-Waldner ||| 0.0571221 1 ||| ||| 1
+! Frau Flautre , ||| , Mrs Flautre ||| 0.0571221 1 ||| ||| 1
+! Frau Flautre ||| , Mrs Flautre ||| 0.0571221 1 ||| ||| 1
+! Frau Kommissarin , ||| ; Commissioner , ||| 0.0571221 1 ||| ||| 1
+! Frau Kommissarin Wallström hat am Ende ||| , Commissioner Wallström ended ||| 0.0571221 1 ||| ||| 1
+! Frau Kommissarin Wallström ||| , Commissioner Wallström ||| 0.0571221 1 ||| ||| 1
+! Frau Kommissarin ||| , Commissioner ||| 0.028561 1 ||| ||| 2
+! Frau Kommissarin ||| ; Commissioner ||| 0.028561 1 ||| ||| 2
+! Frau Martens hat ||| , Mrs Martens has ||| 0.0571221 1 ||| ||| 1
+! Frau Martens ||| , Mrs Martens ||| 0.0571221 1 ||| ||| 1
+! Frau Plooij-van Gorsel zeichnet ein ||| , Mrs Plooij-van Gorsel is painting a ||| 0.0571221 1 ||| ||| 1
+! Frau Plooij-van Gorsel zeichnet ||| , Mrs Plooij-van Gorsel is painting ||| 0.0571221 1 ||| ||| 1
+! Frau Plooij-van Gorsel ||| , Mrs Plooij-van Gorsel ||| 0.0571221 1 ||| ||| 1
+! Frau Plooij-van ||| , Mrs Plooij-van ||| 0.0571221 1 ||| ||| 1
+! Frau Torres Marques hat sehr ||| , Mrs Torres Marques has done an ||| 0.0571221 1 ||| ||| 1
+! Frau Torres Marques hat ||| , Mrs Torres Marques has done ||| 0.028561 1 ||| ||| 2
+! Frau Torres Marques hat ||| , Mrs Torres Marques has ||| 0.028561 1 ||| ||| 2
+! Frau Torres Marques ||| , Mrs Torres Marques ||| 0.0571221 1 ||| ||| 1
+! Frau Torres ||| , Mrs Torres ||| 0.0571221 1 ||| ||| 1
+! Frau in ' t Veld hat ||| , Mrs in ' t Veld is ||| 0.0571221 0.545017 ||| ||| 1
+! Frau in ' t Veld ||| , Mrs in ' t Veld ||| 0.0571221 0.545017 ||| ||| 1
+! Frau in ' t ||| , Mrs in ' t ||| 0.0571221 0.545017 ||| ||| 1
+! Frau in ' ||| , Mrs in ' ||| 0.0571221 0.545017 ||| ||| 1
+! Frau in ||| , Mrs in ||| 0.0571221 1 ||| ||| 1
+! Frau ||| , Mrs ||| 0.857143 1 ||| ||| 7
+! Frau ||| Representative , Mrs ||| 0.00816029 1 ||| ||| 7
+! Galileo könnte auch den Untertitel " ||| , Galileo could also be subtitled ' ||| 0.0571221 0.579445 ||| ||| 1
+! Galileo könnte auch den Untertitel ||| , Galileo could also be subtitled ||| 0.0571221 1 ||| ||| 1
+! Galileo könnte auch ||| , Galileo could also ||| 0.0571221 1 ||| ||| 1
+! Galileo könnte ||| , Galileo could ||| 0.0571221 1 ||| ||| 1
+! Galileo ||| , Galileo ||| 0.0571221 1 ||| ||| 1
+! General de Gaulle sagte ||| , General de Gaulle said ||| 0.0571221 1 ||| ||| 1
+! General de Gaulle sagte über Valéry ||| , General de Gaulle said of Valéry ||| 0.0571221 1 ||| ||| 1
+! General de Gaulle sagte über ||| , General de Gaulle said of ||| 0.0571221 1 ||| ||| 1
+! General de Gaulle ||| , General de Gaulle ||| 0.0571221 1 ||| ||| 1
+! General de ||| , General de ||| 0.0571221 1 ||| ||| 1
+! General ||| , General ||| 0.0571221 1 ||| ||| 1
+! Genozid ist auch , wenn ||| : it is also genocide to deprive ||| 0.0571221 1 ||| ||| 1
+! Genozid ist auch , ||| : it is also genocide to ||| 0.0571221 1 ||| ||| 1
+! Genozid ist auch ||| : it is also genocide ||| 0.0571221 1 ||| ||| 1
+! Gesundheit und Verbraucherschutz sind zwei ||| , health and consumer protection are two ||| 0.0571221 1 ||| ||| 1
+! Gesundheit und Verbraucherschutz sind ||| , health and consumer protection are ||| 0.0571221 1 ||| ||| 1
+! Gesundheit und Verbraucherschutz ||| , health and consumer protection ||| 0.0571221 1 ||| ||| 1
+! Gesundheit und ||| , health and ||| 0.0571221 1 ||| ||| 1
+! Gesundheit ||| , health ||| 0.0571221 1 ||| ||| 1
+! Gewissens- ||| , conscience ||| 0.0571221 1 ||| ||| 1
+! Gleichstellung von Frauen und Männern ist ||| , equality between women and men is ||| 0.0571221 1 ||| ||| 1
+! Gleichstellung von Frauen und Männern ||| , equality between women and men ||| 0.0571221 1 ||| ||| 1
+! Gleichstellung von Frauen und ||| , equality between women and ||| 0.0571221 1 ||| ||| 1
+! Gleichstellung von Frauen ||| , equality between women ||| 0.0571221 1 ||| ||| 1
+! Gleichstellung von ||| , equality between ||| 0.0571221 1 ||| ||| 1
+! Griechenland hat ||| , Greece was not ||| 0.028561 1 ||| ||| 2
+! Griechenland hat ||| , Greece was ||| 0.028561 1 ||| ||| 2
+! Griechenland ||| , Greece ||| 0.0571221 1 ||| ||| 1
+! Heizen und Kühlen machen 49 ||| , heating and cooling accounts for 49 ||| 0.0571221 1 ||| ||| 1
+! Heizen und Kühlen machen ||| , heating and cooling accounts for ||| 0.0571221 1 ||| ||| 1
+! Heizen und ||| , heating and ||| 0.0571221 1 ||| ||| 1
+! Heizen ||| , heating ||| 0.0571221 1 ||| ||| 1
+! Herr Blair , Sie haben erklärt ||| , you have , Mr Blair ||| 0.0571221 1 ||| ||| 1
+! Herr Bösch , ich ||| , Mr Bösch , I ||| 0.0571221 1 ||| ||| 1
+! Herr Bösch , ||| , Mr Bösch , ||| 0.0571221 1 ||| ||| 1
+! Herr Bösch ||| , Mr Bösch ||| 0.0571221 1 ||| ||| 1
+! Herr Friedrich , eine Staatsbürgerschaft ist ||| , Mr Friedrich , citizenship must ||| 0.0571221 1 ||| ||| 1
+! Herr Friedrich , eine Staatsbürgerschaft ||| , Mr Friedrich , citizenship ||| 0.0571221 1 ||| ||| 1
+! Herr Friedrich , eine ||| , Mr Friedrich , ||| 0.0571221 1 ||| ||| 1
+! Herr Friedrich , ||| , Mr Friedrich , ||| 0.0571221 1 ||| ||| 1
+! Herr Friedrich ||| , Mr Friedrich ||| 0.0571221 1 ||| ||| 1
+! Herr Galeote Quecedo unterstreicht in ||| , Mr Galeote Quecedo emphasises , in ||| 0.0571221 1 ||| ||| 1
+! Herr Galeote Quecedo unterstreicht ||| , Mr Galeote Quecedo emphasises , ||| 0.028561 1 ||| ||| 2
+! Herr Galeote Quecedo unterstreicht ||| , Mr Galeote Quecedo emphasises ||| 0.028561 1 ||| ||| 2
+! Herr Galeote Quecedo ||| , Mr Galeote Quecedo ||| 0.0571221 1 ||| ||| 1
+! Herr Galeote ||| , Mr Galeote ||| 0.0571221 1 ||| ||| 1
+! Herr Jarzembowski , ich danke Ihnen ||| , Mr Jarzembowski , thank you ||| 0.0571221 1 ||| ||| 1
+! Herr Jarzembowski , ich danke ||| , Mr Jarzembowski , thank ||| 0.0571221 1 ||| ||| 1
+! Herr Jarzembowski , ||| , Mr Jarzembowski , ||| 0.0571221 1 ||| ||| 1
+! Herr Jarzembowski ||| , Mr Jarzembowski ||| 0.0571221 1 ||| ||| 1
+! Herr Kommissar ! ||| . ||| 0.0571221 1 ||| ||| 1
+! Herr Kommissar , welche Bereiche ||| , Commissioner , which sectors ||| 0.0571221 1 ||| ||| 1
+! Herr Kommissar , welche ||| , Commissioner , which ||| 0.0571221 1 ||| ||| 1
+! Herr Kommissar , ||| , Commissioner , ||| 0.0571221 1 ||| ||| 1
+! Herr Kommissar Frattini ||| , Commissioner Fratini ||| 0.0571221 1 ||| ||| 1
+! Herr Kommissar ||| , Commissioner ||| 0.38535 1 ||| ||| 2
+! Herr Kommissionspräsident , ||| ) Mr President , ||| 0.0571221 1 ||| ||| 1
+! Herr Kommissionspräsident Romano Prodi erhielt ||| , President Prodi was ||| 0.0571221 1 ||| ||| 1
+! Herr Kommissionspräsident Romano Prodi ||| , President Prodi ||| 0.0571221 1 ||| ||| 1
+! Herr Kommissionspräsident ||| ) Mr President ||| 0.0142805 1 ||| ||| 4
+! Herr Kommissionspräsident ||| , Mr President of the Commission , ||| 0.0142805 1 ||| ||| 4
+! Herr Kommissionspräsident ||| , Mr President of the Commission ||| 0.0142805 1 ||| ||| 4
+! Herr Kommissionspräsident ||| , President ||| 0.0142805 1 ||| ||| 4
+! Herr Kreissl-Dörfler ging ||| , Mr Kreissl-Dörfler went ||| 0.0571221 1 ||| ||| 1
+! Herr Kreissl-Dörfler ||| , Mr Kreissl-Dörfler ||| 0.0571221 1 ||| ||| 1
+! Herr Lannoye hat soeben gesagt ||| , Mr Lannoye stated a moment ago ||| 0.0571221 1 ||| ||| 1
+! Herr Lannoye ||| , Mr Lannoye ||| 0.0571221 1 ||| ||| 1
+! Herr Morris verdient sicher eine Antwort ||| , Mr Morris certainly deserves an answer ||| 0.0571221 1 ||| ||| 1
+! Herr Morris verdient sicher eine ||| , Mr Morris certainly deserves an ||| 0.0571221 1 ||| ||| 1
+! Herr Morris verdient sicher ||| , Mr Morris certainly deserves ||| 0.0571221 1 ||| ||| 1
+! Herr Morris ||| , Mr Morris ||| 0.0571221 1 ||| ||| 1
+! Herr Nisticò hat ||| , the report Mr Nisticò has ||| 0.0571221 1 ||| ||| 1
+! Herr Nisticò ||| , the report Mr Nisticò ||| 0.0571221 1 ||| ||| 1
+! Herr Palko ist ein führender Vertreter ||| , Mr Palko is a senior representative ||| 0.0571221 1 ||| ||| 1
+! Herr Palko ist ein führender ||| , Mr Palko is a senior ||| 0.0571221 1 ||| ||| 1
+! Herr Palko ist ein ||| , Mr Palko is a ||| 0.0571221 1 ||| ||| 1
+! Herr Palko ist ||| , Mr Palko is ||| 0.0571221 1 ||| ||| 1
+! Herr Palko ||| , Mr Palko ||| 0.0571221 1 ||| ||| 1
+! Herr Peter hat ||| , Mr Peter has ||| 0.0571221 1 ||| ||| 1
+! Herr Peter ||| , Mr Peter ||| 0.0571221 1 ||| ||| 1
+! Herr Piecyk , zunächst mein ||| , Mr Piecyk , I should first ||| 0.0571221 1 ||| ||| 1
+! Herr Piecyk , ||| , Mr Piecyk , ||| 0.0571221 1 ||| ||| 1
+! Herr Piecyk ||| , Mr Piecyk ||| 0.0571221 1 ||| ||| 1
+! Herr Pohjamo hat in seinen Entschließungsantrag ||| , Mr Pohjamo ' s resolution included ||| 0.028561 1 ||| ||| 2
+! Herr Pohjamo hat in seinen Entschließungsantrag ||| , Mr Pohjamo ' s resolution ||| 0.028561 1 ||| ||| 2
+! Herr Pohjamo hat in seinen ||| , Mr Pohjamo ' s ||| 0.0571221 1 ||| ||| 1
+! Herr Pohjamo hat in ||| , Mr Pohjamo ' ||| 0.028561 1 ||| ||| 2
+! Herr Pohjamo hat in ||| , Mr Pohjamo ||| 0.028561 1 ||| ||| 2
+! Herr Pohjamo hat ||| , Mr Pohjamo ' ||| 0.028561 1 ||| ||| 2
+! Herr Pohjamo hat ||| , Mr Pohjamo ||| 0.028561 1 ||| ||| 2
+! Herr Pohjamo ||| , Mr Pohjamo ' ||| 0.028561 1 ||| ||| 2
+! Herr Pohjamo ||| , Mr Pohjamo ||| 0.028561 1 ||| ||| 2
+! Herr Poignant weist ||| , as Mr Poignant points out ||| 0.0571221 1 ||| ||| 1
+! Herr Poignant ||| , as Mr Poignant ||| 0.0571221 1 ||| ||| 1
+! Herr Professor Prodi , Sie stellen ||| , Professor Prodi , you are ||| 0.0571221 1 ||| ||| 1
+! Herr Professor Prodi , Sie ||| , Professor Prodi , you ||| 0.0571221 1 ||| ||| 1
+! Herr Professor Prodi , ||| , Professor Prodi , ||| 0.0571221 1 ||| ||| 1
+! Herr Professor Prodi ||| , Professor Prodi ||| 0.0571221 1 ||| ||| 1
+! Herr Professor ||| , Professor ||| 0.0571221 1 ||| ||| 1
+! Herr Präsident , leider hat der ||| ) Mr President , unfortunately , the ||| 0.0571221 1 ||| ||| 1
+! Herr Präsident , leider hat ||| ) Mr President , unfortunately , ||| 0.0571221 1 ||| ||| 1
+! Herr Präsident , leider ||| ) Mr President , unfortunately ||| 0.0571221 1 ||| ||| 1
+! Herr Präsident , ||| ) Mr President , ||| 0.0571221 1 ||| ||| 1
+! Herr Präsident ||| ) Mr President ||| 0.028561 1 ||| ||| 2
+! Herr Präsident ||| , Dear Mr. Chairman ||| 0.028561 1 ||| ||| 2
+! Herr Ratspräsident ||| , Mr President ||| 0.0571221 1 ||| ||| 1
+! Herr Schmid , ich danke Ihnen ||| , Mr Schmid , thank you ||| 0.0571221 1 ||| ||| 1
+! Herr Schmid , ich danke ||| , Mr Schmid , thank ||| 0.0571221 1 ||| ||| 1
+! Herr Schmid , ||| , Mr Schmid , ||| 0.0571221 1 ||| ||| 1
+! Herr Schmid ||| , Mr Schmid ||| 0.0571221 1 ||| ||| 1
+! Herr Schnellhardt hat ||| , Mr Schnellhardt has ||| 0.0571221 1 ||| ||| 1
+! Herr Schnellhardt ||| , Mr Schnellhardt ||| 0.0571221 1 ||| ||| 1
+! Herr Schwab ||| , Mr Schwab 's ||| 0.028561 1 ||| ||| 2
+! Herr Schwab ||| , Mr Schwab ||| 0.028561 1 ||| ||| 2
+! Herr Swoboda gelangt in seinem Bericht ||| , Mr Swoboda 's report ||| 0.0571221 1 ||| ||| 1
+! Herr Swoboda gelangt in seinem ||| , Mr Swoboda 's ||| 0.0571221 1 ||| ||| 1
+! Herr Swoboda gelangt ||| , Mr Swoboda ||| 0.0571221 1 ||| ||| 1
+! Herr Trakatellis und Frau Scheele haben ||| , Mr Trakatellis and Mrs Scheele have ||| 0.0571221 1 ||| ||| 1
+! Herr Trakatellis und Frau Scheele ||| , Mr Trakatellis and Mrs Scheele ||| 0.0571221 1 ||| ||| 1
+! Herr Trakatellis und Frau ||| , Mr Trakatellis and Mrs ||| 0.0571221 1 ||| ||| 1
+! Herr Trakatellis und ||| , Mr Trakatellis and ||| 0.0571221 1 ||| ||| 1
+! Herr Trakatellis ||| , Mr Trakatellis ||| 0.0571221 1 ||| ||| 1
+! Herr Verheugen , Sie ||| , Mr Verheugen , you ||| 0.0571221 1 ||| ||| 1
+! Herr Verheugen , ||| , Mr Verheugen , ||| 0.0571221 1 ||| ||| 1
+! Herr Verheugen ||| , Mr Verheugen ||| 0.0571221 1 ||| ||| 1
+! Herr Whitehead hat ||| , Mr Whitehead has ||| 0.0571221 1 ||| ||| 1
+! Herr Whitehead ||| , Mr Whitehead ||| 0.0571221 1 ||| ||| 1
+! Herr ||| ) Mr ||| 0.0285445 1 ||| ||| 27
+! Herr ||| , Dear Mr. ||| 0.00211563 1 ||| ||| 27
+! Herr ||| , Mr ||| 0.777778 1 ||| ||| 27
+! Herr ||| , as Mr ||| 0.00211563 1 ||| ||| 27
+! Herr ||| , the report Mr ||| 0.00211563 1 ||| ||| 27
+! Herr ||| , ||| 0.00211563 1 ||| ||| 27
+! Herrn Berlatos Bericht befasst sich mit ||| , Mr Berlato 's report deals with ||| 0.0571221 1 ||| ||| 1
+! Herrn Berlatos Bericht befasst sich ||| , Mr Berlato 's report deals ||| 0.0571221 1 ||| ||| 1
+! Herrn Berlatos Bericht ||| , Mr Berlato 's report ||| 0.0571221 1 ||| ||| 1
+! Herrn Berlatos ||| , Mr Berlato 's ||| 0.0571221 1 ||| ||| 1
+! Herrn ||| , Mr ||| 0.0571221 1 ||| ||| 1
+! Härte auf der einen Seite , ||| ; rigour on the one hand , ||| 0.0571221 1 ||| ||| 1
+! Härte auf der einen Seite ||| ; rigour on the one hand ||| 0.0571221 1 ||| ||| 1
+! Härte auf der einen ||| ; rigour on the one ||| 0.0571221 1 ||| ||| 1
+! Härte auf der ||| ; rigour on the ||| 0.0571221 1 ||| ||| 1
+! Härte auf ||| ; rigour on ||| 0.0571221 1 ||| ||| 1
+! Härte ||| ; rigour ||| 0.0571221 1 ||| ||| 1
+! Ihnen allen ist die Sachlage bekannt ||| , you all know the position ||| 0.0571221 1 ||| ||| 1
+! Ihnen allen ist ||| , you all ||| 0.0571221 1 ||| ||| 1
+! Ihnen allen ||| , you all ||| 0.0571221 1 ||| ||| 1
+! Ihnen dürfte bekannt sein , dass ||| , as you will know , ||| 0.0571221 1 ||| ||| 1
+! Ihnen dürfte bekannt sein , ||| , as you will know , ||| 0.0571221 1 ||| ||| 1
+! Ihnen dürfte bekannt sein ||| , as you will know ||| 0.0571221 1 ||| ||| 1
+! Ihnen dürfte bekannt ||| , as you will know ||| 0.0571221 1 ||| ||| 1
+! Ihnen dürfte ||| , as you will ||| 0.0571221 1 ||| ||| 1
+! Ihnen gilt meine Solidarität . ||| and express my solidarity with them . ||| 0.0571221 1 ||| ||| 1
+! Ihnen gilt meine Solidarität ||| and express my solidarity with them ||| 0.0190407 1 ||| ||| 3
+! Ihnen gilt meine Solidarität ||| and express my solidarity with ||| 0.0190407 1 ||| ||| 3
+! Ihnen gilt meine Solidarität ||| and express my solidarity ||| 0.0190407 1 ||| ||| 3
+! Ihnen gilt meine ||| and express my ||| 0.0571221 1 ||| ||| 1
+! Ihnen gilt ||| and express ||| 0.0571221 1 ||| ||| 1
+! Ihnen ist durchaus bewusst , dass ||| , you are well aware that ||| 0.0571221 1 ||| ||| 1
+! Ihnen ist durchaus bewusst ||| , you are well aware ||| 0.0571221 1 ||| ||| 1
+! Ihnen ist durchaus ||| , you are well ||| 0.0571221 1 ||| ||| 1
+! Ihnen ist ||| , you are ||| 0.0571221 1 ||| ||| 1
+! Ihnen werden ||| , you will ||| 0.0571221 1 ||| ||| 1
+! Ihnen ||| , as you ||| 0.0142805 1 ||| ||| 4
+! Ihnen ||| , you ||| 0.504132 1 ||| ||| 4
+! Information und Wissen bilden die Grundlage ||| , knowledge and know-how are the basis ||| 0.0571221 1 ||| ||| 1
+! Information und Wissen bilden die ||| , knowledge and know-how are the ||| 0.0571221 1 ||| ||| 1
+! Information und Wissen bilden ||| , knowledge and know-how are ||| 0.0571221 1 ||| ||| 1
+! Information und Wissen ||| , knowledge and know-how ||| 0.0571221 1 ||| ||| 1
+! Information und ||| , knowledge and ||| 0.0571221 1 ||| ||| 1
+! Information ||| , knowledge ||| 0.0571221 1 ||| ||| 1
+! Israel hat die militärische Macht und ||| Israel has the military power and ||| 0.0571221 1 ||| ||| 1
+! Israel hat die militärische Macht ||| Israel has the military power ||| 0.0571221 1 ||| ||| 1
+! Israel hat die militärische ||| Israel has the military ||| 0.0571221 1 ||| ||| 1
+! Israel hat die ||| Israel has the ||| 0.0571221 1 ||| ||| 1
+! Israel hat ||| Israel has ||| 0.0571221 1 ||| ||| 1
+! Israel ||| Israel ||| 0.0571221 1 ||| ||| 1
+! Jacques Barrot gehört ja ||| although Mr Barrot belongs ||| 0.0571221 1 ||| ||| 1
+! Jacques Barrot ||| although Mr Barrot ||| 0.0571221 1 ||| ||| 1
+! Joaquim Miranda , vielen Dank ||| , thank you , Mr Miranda , ||| 0.0571221 1 ||| ||| 1
+! Kleinunternehmen gehören zu ||| , small enterprises ||| 0.0571221 1 ||| ||| 1
+! Kleinunternehmen gehören ||| , small enterprises ||| 0.0571221 1 ||| ||| 1
+! Kollege Davies sprach von ||| , Mr Davies has been talking about ||| 0.0571221 1 ||| ||| 1
+! Kollege Davies sprach ||| , Mr Davies has been talking ||| 0.0571221 1 ||| ||| 1
+! Kollege Davies ||| , Mr Davies ||| 0.0571221 1 ||| ||| 1
+! Kollege Sarlis , ||| , Mr Sarlis , ||| 0.0571221 1 ||| ||| 1
+! Kollege Sarlis ||| , Mr Sarlis ||| 0.0571221 1 ||| ||| 1
+! Kollege ||| , Mr ||| 0.38535 1 ||| ||| 2
+! Kommissar Barroso befand sich kürzlich zu ||| , Commissioner Barroso was on a ||| 0.0571221 1 ||| ||| 1
+! Kommissar Barroso befand sich ||| , Commissioner Barroso was ||| 0.0571221 1 ||| ||| 1
+! Kommissar Barroso befand ||| , Commissioner Barroso was ||| 0.0571221 1 ||| ||| 1
+! Kommissar Barroso ||| , Commissioner Barroso ||| 0.0571221 1 ||| ||| 1
+! Kommissar Mandelson ||| , Commissioner Mandelson ||| 0.0571221 1 ||| ||| 1
+! Kommissar Patten hat ||| , Commissioner Patten has ||| 0.0571221 1 ||| ||| 1
+! Kommissar Patten meinte , wir sollten ||| , Commissioner Patten said that we should ||| 0.0571221 1 ||| ||| 1
+! Kommissar Patten meinte , wir ||| , Commissioner Patten said that we ||| 0.0571221 1 ||| ||| 1
+! Kommissar Patten meinte , ||| , Commissioner Patten said that ||| 0.0571221 1 ||| ||| 1
+! Kommissar Patten meinte ||| , Commissioner Patten said ||| 0.0571221 1 ||| ||| 1
+! Kommissar Patten ||| , Commissioner Patten ||| 0.38535 1 ||| ||| 2
+! Kommissar Verheugen hat soeben ||| , Commissioner Verheugen has just ||| 0.0571221 1 ||| ||| 1
+! Kommissar Verheugen hat ||| , Commissioner Verheugen has ||| 0.0571221 1 ||| ||| 1
+! Kommissar Verheugen ||| , Commissioner Verheugen ||| 0.0571221 1 ||| ||| 1
+! Kommissar ||| , Commissioner ||| 1 1 ||| ||| 5
+! Kommissarin Ferrero-Waldner hatte Recht , als ||| , Commissioner Ferrero-Waldner was right at the ||| 0.0571221 1 ||| ||| 1
+! Kommissarin Ferrero-Waldner hatte Recht , ||| , Commissioner Ferrero-Waldner was right at ||| 0.028561 1 ||| ||| 2
+! Kommissarin Ferrero-Waldner hatte Recht , ||| , Commissioner Ferrero-Waldner was right ||| 0.028561 1 ||| ||| 2
+! Kommissarin Ferrero-Waldner hatte Recht ||| , Commissioner Ferrero-Waldner was right at ||| 0.028561 1 ||| ||| 2
+! Kommissarin Ferrero-Waldner hatte Recht ||| , Commissioner Ferrero-Waldner was right ||| 0.028561 1 ||| ||| 2
+! Kommissarin Ferrero-Waldner hatte ||| , Commissioner Ferrero-Waldner was ||| 0.0571221 1 ||| ||| 1
+! Kommissarin Ferrero-Waldner ||| , Commissioner Ferrero-Waldner ||| 0.0571221 1 ||| ||| 1
+! Kommissarin ||| , Commissioner ||| 0.0571221 1 ||| ||| 1
+! Kommissionspräsident Prodi hat heute vormittag unter ||| , this morning President Prodi , among ||| 0.0571221 1 ||| ||| 1
+! Kommissionspräsident Prodi hat heute vormittag ||| , this morning President Prodi , ||| 0.0571221 1 ||| ||| 1
+! Kommissionspräsident Prodi hatte ||| , President of the Commission Prodi was ||| 0.0571221 1 ||| ||| 1
+! Kommissionspräsident Prodi ||| , President of the Commission Prodi ||| 0.0571221 1 ||| ||| 1
+! Kommissionspräsident ||| , President of the Commission ||| 0.0571221 1 ||| ||| 1
+! Kyoto ist nicht mehr ||| , this is no longer ||| 0.0571221 1 ||| ||| 1
+! Kyoto ist nicht ||| , this is no ||| 0.0571221 1 ||| ||| 1
+! Kyoto ist ||| , this is ||| 0.0571221 1 ||| ||| 1
+! Kyoto ||| , this ||| 0.0571221 1 ||| ||| 1
+! LIFE + ||| , the intention is that LIFE + ||| 0.0571221 1 ||| ||| 1
+! LIFE ||| , the intention is that LIFE ||| 0.0571221 1 ||| ||| 1
+! Leidenschaft und ||| ' passion and ||| 0.0571221 0.000288 ||| ||| 1
+! Leidenschaft und Überzeugung haben unseren ||| ' passion and conviction have ||| 0.0571221 0.000288 ||| ||| 1
+! Leidenschaft und Überzeugung haben ||| ' passion and conviction have ||| 0.0571221 0.000288 ||| ||| 1
+! Leidenschaft und Überzeugung ||| ' passion and conviction ||| 0.0571221 0.000288 ||| ||| 1
+! Leidenschaft ||| ' passion ||| 0.0571221 0.000288 ||| ||| 1
+! Mahmoud ||| , so far President Mahmoud ||| 0.0571221 1 ||| ||| 1
+! Mal sehen , was Sie ||| , let us see what you ||| 0.0571221 1 ||| ||| 1
+! Mal sehen , was ||| , let us see what ||| 0.0571221 1 ||| ||| 1
+! Mal sehen , ||| , let us see ||| 0.0571221 1 ||| ||| 1
+! Malaria und Tuberkulose sind heilbar ||| ! malaria and tuberculosis can be cured ||| 0.0571221 0.0775352 ||| ||| 1
+! Malaria und Tuberkulose sind ||| ! malaria and tuberculosis can ||| 0.0571221 0.0775352 ||| ||| 1
+! Malaria und Tuberkulose ||| ! malaria and tuberculosis ||| 0.0571221 0.0775352 ||| ||| 1
+! Malaria und ||| ! malaria and ||| 0.0571221 0.0775352 ||| ||| 1
+! Malaria ||| ! malaria ||| 0.0571221 0.0775352 ||| ||| 1
+! Menschenhandel , wie wir ||| , human trafficking , as we ||| 0.0571221 1 ||| ||| 1
+! Menschenhandel , wie ||| , human trafficking , as ||| 0.0571221 1 ||| ||| 1
+! Menschenhandel , ||| , human trafficking , ||| 0.0571221 1 ||| ||| 1
+! Menschenhandel ist ||| , trafficking in human beings is ||| 0.0571221 1 ||| ||| 1
+! Menschenhandel ||| , human trafficking ||| 0.028561 1 ||| ||| 2
+! Menschenhandel ||| , trafficking in human beings ||| 0.028561 1 ||| ||| 2
+! Minister Sasi hat soeben ||| , Mr Sasi has just ||| 0.0571221 1 ||| ||| 1
+! Minister Sasi hat ||| , Mr Sasi has ||| 0.0571221 1 ||| ||| 1
+! Minister Sasi ||| , Mr Sasi ||| 0.0571221 1 ||| ||| 1
+! Minister ||| , Mr ||| 0.0571221 1 ||| ||| 1
+! Ministerpräsident Meciar spielt mit dem Feuer ||| , President Meciar is playing with fire ||| 0.0571221 1 ||| ||| 1
+! Ministerpräsident Meciar spielt mit ||| , President Meciar is playing with ||| 0.0571221 1 ||| ||| 1
+! Ministerpräsident Meciar spielt ||| , President Meciar is playing ||| 0.0571221 1 ||| ||| 1
+! Ministerpräsident Meciar ||| , President Meciar ||| 0.0571221 1 ||| ||| 1
+! Ministerpräsident ||| , President ||| 0.0571221 1 ||| ||| 1
+! Mobiltelefon und Internet ||| , the mobile telephone and the Internet ||| 0.0571221 1 ||| ||| 1
+! Mobiltelefon und ||| , the mobile telephone and the ||| 0.028561 1 ||| ||| 2
+! Mobiltelefon und ||| , the mobile telephone and ||| 0.028561 1 ||| ||| 2
+! Mobiltelefon ||| , the mobile telephone ||| 0.0571221 1 ||| ||| 1
+! Mosambik ist ein junger afrikanischer Staat ||| , Mozambique is a young African country ||| 0.0571221 1 ||| ||| 1
+! Mosambik ist ein junger afrikanischer ||| , Mozambique is a young African ||| 0.0571221 1 ||| ||| 1
+! Mosambik ist ein junger ||| , Mozambique is a young ||| 0.0571221 1 ||| ||| 1
+! Mosambik ist ein ||| , Mozambique is a ||| 0.0571221 1 ||| ||| 1
+! Mosambik ist ||| , Mozambique is ||| 0.0571221 1 ||| ||| 1
+! Mosambik ||| , Mozambique ||| 0.0571221 1 ||| ||| 1
+! Multiple Sklerose sollte - und muss ||| , multiple sclerosis should - and must ||| 0.0571221 1 ||| ||| 1
+! Multiple Sklerose sollte - und ||| , multiple sclerosis should - and ||| 0.0571221 1 ||| ||| 1
+! Multiple Sklerose sollte - ||| , multiple sclerosis should - ||| 0.0571221 1 ||| ||| 1
+! Multiple Sklerose sollte ||| , multiple sclerosis should ||| 0.0571221 1 ||| ||| 1
+! Multiple Sklerose ||| , multiple sclerosis ||| 0.0571221 1 ||| ||| 1
+! Multiple ||| , multiple ||| 0.0571221 1 ||| ||| 1
+! Nachahmungen und Produktpiraterie sind eben gerade ||| : counterfeiting and product piracy certainly are ||| 0.0571221 1 ||| ||| 1
+! Nachahmungen und ||| : counterfeiting and ||| 0.0571221 1 ||| ||| 1
+! Nachahmungen ||| : counterfeiting ||| 0.0571221 1 ||| ||| 1
+! Natura 2000 ist eine der ||| , Natura 2000 is one of the ||| 0.0571221 1 ||| ||| 1
+! Natura 2000 ist eine ||| , Natura 2000 is one ||| 0.0571221 1 ||| ||| 1
+! Natura 2000 ist ||| , Natura 2000 is ||| 0.0571221 1 ||| ||| 1
+! Natura 2000 ||| , Natura 2000 ||| 0.0571221 1 ||| ||| 1
+! Natura ||| , Natura ||| 0.0571221 1 ||| ||| 1
+! Nein , das ||| but no , it is ||| 0.028561 1 ||| ||| 2
+! Nein , das ||| but no , it ||| 0.028561 1 ||| ||| 2
+! Nein , wir wollen keine ||| ; no , we do not want ||| 0.0571221 1 ||| ||| 1
+! Nein , wir ||| ; no , we ||| 0.0571221 1 ||| ||| 1
+! Nein , ||| ; no , ||| 0.028561 1 ||| ||| 2
+! Nein , ||| but no , ||| 0.028561 1 ||| ||| 2
+! Nein ||| ; no ||| 0.028561 1 ||| ||| 2
+! Nein ||| but no ||| 0.028561 1 ||| ||| 2
+! Nepal verdient mehr als eine ||| , Nepal deserves more than ||| 0.0571221 1 ||| ||| 1
+! Nepal verdient mehr als ||| , Nepal deserves more than ||| 0.0571221 1 ||| ||| 1
+! Nepal verdient mehr ||| , Nepal deserves more ||| 0.0571221 1 ||| ||| 1
+! Nepal verdient ||| , Nepal deserves ||| 0.0571221 1 ||| ||| 1
+! Nepal ||| , Nepal ||| 0.0571221 1 ||| ||| 1
+! Olivenöl ist eines der ||| , olive oil is one of the ||| 0.0571221 1 ||| ||| 1
+! Olivenöl ist eines ||| , olive oil is one of ||| 0.0571221 1 ||| ||| 1
+! Olivenöl ist ||| , olive oil is ||| 0.0571221 1 ||| ||| 1
+! Olivenöl ||| , olive oil ||| 0.0571221 1 ||| ||| 1
+! Organtransplantationen retten tatsächlich ||| , organ transplants do indeed save ||| 0.0571221 1 ||| ||| 1
+! Organtransplantationen ||| , organ transplants ||| 0.0571221 1 ||| ||| 1
+! Ortega y Gasset sagte , daß ||| Ortega y Gasset said that ||| 0.0571221 1 ||| ||| 1
+! Ortega y Gasset sagte ||| Ortega y Gasset said ||| 0.0571221 1 ||| ||| 1
+! Ortega y Gasset ||| Ortega y Gasset ||| 0.0571221 1 ||| ||| 1
+! Ortega y ||| Ortega y ||| 0.0571221 1 ||| ||| 1
+! Ortega ||| Ortega ||| 0.0571221 1 ||| ||| 1
+! Parlament , Rat und ||| , Parliament , the Council and ||| 0.0571221 1 ||| ||| 1
+! Parlament , Rat ||| , Parliament , the Council ||| 0.0571221 1 ||| ||| 1
+! Parlament , ||| , Parliament , the ||| 0.0190407 1 ||| ||| 3
+! Parlament , ||| , Parliament , ||| 0.0190407 1 ||| ||| 3
+! Parlament , ||| , this House , ||| 0.0190407 1 ||| ||| 3
+! Parlament ||| , Parliament ||| 0.028561 1 ||| ||| 2
+! Parlament ||| , this House ||| 0.028561 1 ||| ||| 2
+! Pascal Lamy und ich ||| , Mr Lamy and I ||| 0.0571221 1 ||| ||| 1
+! Pascal Lamy und ||| , Mr Lamy and ||| 0.0571221 1 ||| ||| 1
+! Pascal Lamy ||| , Mr Lamy ||| 0.0571221 1 ||| ||| 1
+! Patente ||| , ||| 0.0571221 1 ||| ||| 1
+! Paul Rübig hat gesagt , ||| , as Mr Rübig said , ||| 0.0571221 1 ||| ||| 1
+! Paul Rübig hat gesagt ||| , as Mr Rübig said ||| 0.0571221 1 ||| ||| 1
+! Paul Rübig ||| , as Mr Rübig ||| 0.0571221 1 ||| ||| 1
+! Paul ||| , as Mr ||| 0.0571221 1 ||| ||| 1
+! Postdienste sind ||| , postal services are ||| 0.0571221 1 ||| ||| 1
+! Postdienste ||| , postal services ||| 0.0571221 1 ||| ||| 1
+! Professor Ukshin Hoti ist eine von ||| , Professor Ukshin Hoti is one of ||| 0.0571221 1 ||| ||| 1
+! Professor Ukshin Hoti ist eine ||| , Professor Ukshin Hoti is one ||| 0.0571221 1 ||| ||| 1
+! Professor Ukshin Hoti ist ||| , Professor Ukshin Hoti is ||| 0.0571221 1 ||| ||| 1
+! Professor Ukshin Hoti ||| , Professor Ukshin Hoti ||| 0.0571221 1 ||| ||| 1
+! Professor Ukshin ||| , Professor Ukshin ||| 0.0571221 1 ||| ||| 1
+! Professor ||| , Professor ||| 0.0571221 1 ||| ||| 1
+! Präsident Barroso spricht immer von einem ||| , President Barroso always speaks of a ||| 0.0571221 1 ||| ||| 1
+! Präsident Barroso spricht immer von ||| , President Barroso always speaks of ||| 0.0571221 1 ||| ||| 1
+! Präsident Barroso spricht immer ||| , President Barroso always speaks ||| 0.0571221 1 ||| ||| 1
+! Präsident Barroso ||| , President Barroso ||| 0.0571221 1 ||| ||| 1
+! Präsident Chirac hat sich ||| , President Chirac says he would ||| 0.0571221 1 ||| ||| 1
+! Präsident Chirac hat ||| , President Chirac says he ||| 0.0571221 1 ||| ||| 1
+! Präsident ||| , President ||| 0.38535 1 ||| ||| 2
+! Rassismus und Fremdenfeindlichkeit haben selbst ||| , racism and xenophobia have even ||| 0.0571221 1 ||| ||| 1
+! Rassismus und Fremdenfeindlichkeit haben ||| , racism and xenophobia have ||| 0.0571221 1 ||| ||| 1
+! Rassismus und Fremdenfeindlichkeit ||| , racism and xenophobia ||| 0.0571221 1 ||| ||| 1
+! Rassismus und ||| , racism and ||| 0.0571221 1 ||| ||| 1
+! Rassismus ||| , racism ||| 0.0571221 1 ||| ||| 1
+! Rat und Kommission sollten ||| the Council and the Commission should ||| 0.0571221 1 ||| ||| 1
+! Rat und Kommission ||| the Council and the Commission ||| 0.0571221 1 ||| ||| 1
+! Rat und ||| the Council and the ||| 0.028561 1 ||| ||| 2
+! Rat und ||| the Council and ||| 0.028561 1 ||| ||| 2
+! Rat ||| the Council ||| 0.0571221 1 ||| ||| 1
+! Rauchen ist schädlich - sowohl für ||| , smoking is dangerous both for ||| 0.0571221 1 ||| ||| 1
+! Rauchen ist schädlich - sowohl ||| , smoking is dangerous both ||| 0.0571221 1 ||| ||| 1
+! Rauchen ist schädlich - ||| , smoking is dangerous ||| 0.0571221 1 ||| ||| 1
+! Rauchen ist schädlich ||| , smoking is dangerous ||| 0.0571221 1 ||| ||| 1
+! Rauchen ist ||| , smoking is ||| 0.0571221 1 ||| ||| 1
+! Rauchen ||| , smoking ||| 0.0571221 1 ||| ||| 1
+! Rentenpolitik , Armutsbekämpfung ||| , pension policy , poverty reduction ||| 0.0571221 1 ||| ||| 1
+! Rentenpolitik , ||| , pension policy , ||| 0.0571221 1 ||| ||| 1
+! Rentenpolitik ||| , pension policy ||| 0.0571221 1 ||| ||| 1
+! Rohöl ist teurer als ||| , crude oil is more expensive than ||| 0.0571221 1 ||| ||| 1
+! Rohöl ist teurer ||| , crude oil is more expensive ||| 0.0571221 1 ||| ||| 1
+! Rohöl ist ||| , crude oil is ||| 0.0571221 1 ||| ||| 1
+! Rohöl ||| , crude oil ||| 0.0571221 1 ||| ||| 1
+! Russland verweigert die Unterzeichnung ||| , Russia is refusing to sign up ||| 0.0571221 1 ||| ||| 1
+! Russland verweigert die ||| , Russia is refusing to ||| 0.0571221 1 ||| ||| 1
+! Russland ||| , Russia is ||| 0.0190407 1 ||| ||| 3
+! Russland ||| , Russia ||| 0.2569 1 ||| ||| 3
+! Schlepperkriminalität und Menschenhandel ||| , organising illegal immigration and people trafficking ||| 0.0571221 1 ||| ||| 1
+! Schlepperkriminalität und ||| , organising illegal immigration and ||| 0.0571221 1 ||| ||| 1
+! Schlepperkriminalität ||| , organising illegal immigration ||| 0.0571221 1 ||| ||| 1
+! Schreiben Sie Ihren Blauen Brief , ||| and write your warning letter , ||| 0.0571221 1 ||| ||| 1
+! Schreiben Sie Ihren Blauen Brief ||| and write your warning letter ||| 0.0571221 1 ||| ||| 1
+! Schreiben Sie Ihren Blauen ||| and write your warning ||| 0.0571221 1 ||| ||| 1
+! Schreiben Sie Ihren ||| and write your ||| 0.0571221 1 ||| ||| 1
+! Schreiben ||| and write ||| 0.0571221 1 ||| ||| 1
+! Schule , Gesundheit , Postdienste ||| , education , health , postal services ||| 0.0571221 1 ||| ||| 1
+! Schule , Gesundheit , ||| , education , health , ||| 0.0571221 1 ||| ||| 1
+! Schule , Gesundheit ||| , education , health ||| 0.0571221 1 ||| ||| 1
+! Schule , ||| , education , ||| 0.0571221 1 ||| ||| 1
+! Schule ||| , education ||| 0.0571221 1 ||| ||| 1
+! Schweden hat ||| , Sweden has ||| 0.0571221 1 ||| ||| 1
+! Schweden ||| , Sweden ||| 0.0571221 1 ||| ||| 1
+! Schwindel , Schwund und Betrügereien und ||| ; fraud , wastage and ||| 0.0571221 1 ||| ||| 1
+! Schwindel , Schwund und Betrügereien ||| ; fraud , wastage ||| 0.0571221 1 ||| ||| 1
+! Sicherheit ist nach wie vor ein ||| , safety remains an ||| 0.0571221 1 ||| ||| 1
+! Sicherheit ist nach wie vor ||| , safety remains ||| 0.0571221 1 ||| ||| 1
+! Sicherheit ||| , safety ||| 0.0571221 1 ||| ||| 1
+! Sinn und Zweck der ||| , the purpose of the ||| 0.0571221 1 ||| ||| 1
+! Sinn und Zweck der Überarbeitung ||| , the purpose of the revision ||| 0.0571221 1 ||| ||| 1
+! Sinn und Zweck ||| , the purpose ||| 0.0571221 1 ||| ||| 1
+! Sinn und ||| , the ||| 0.0571221 1 ||| ||| 1
+! Sinn ||| , the ||| 0.0571221 1 ||| ||| 1
+! Small is beautiful , vor allem ||| , small is beautiful , especially ||| 0.0571221 1 ||| ||| 1
+! Small is beautiful , ||| , small is beautiful , ||| 0.0571221 1 ||| ||| 1
+! Small is beautiful ||| , small is beautiful ||| 0.0571221 1 ||| ||| 1
+! Small is ||| , small is ||| 0.0571221 1 ||| ||| 1
+! Small ||| , small ||| 0.0571221 1 ||| ||| 1
+! Solidarität mit den Opfern der ||| , solidarity with the victims of the ||| 0.0571221 1 ||| ||| 1
+! Solidarität mit den Opfern ||| , solidarity with the victims ||| 0.0571221 1 ||| ||| 1
+! Solidarität mit den ||| , solidarity with the ||| 0.0571221 1 ||| ||| 1
+! Solidarität mit ||| , solidarity with ||| 0.0571221 1 ||| ||| 1
+! Solidarität ||| , solidarity ||| 0.0571221 1 ||| ||| 1
+! Spanien ||| , Spain ||| 0.0571221 1 ||| ||| 1
+! Spanien übernimmt ||| , Spain will ||| 0.0571221 1 ||| ||| 1
+! Stichwort : Verbraucherkreditrichtlinie ; ||| the Consumer Credit Directive ; ||| 0.028561 1 ||| ||| 2
+! Stichwort : Verbraucherkreditrichtlinie ; ||| with the Consumer Credit Directive ; ||| 0.028561 1 ||| ||| 2
+! Stichwort : Verbraucherkreditrichtlinie ||| the Consumer Credit Directive ||| 0.028561 1 ||| ||| 2
+! Stichwort : Verbraucherkreditrichtlinie ||| with the Consumer Credit Directive ||| 0.028561 1 ||| ||| 2
+! Stichwort : ||| the ||| 0.028561 1 ||| ||| 2
+! Stichwort : ||| with the ||| 0.028561 1 ||| ||| 2
+! Stichwort ||| the ||| 0.028561 1 ||| ||| 2
+! Stichwort ||| with the ||| 0.028561 1 ||| ||| 2
+! Stringenz ist eine Sache , aber ||| , stringency is one thing , but ||| 0.0571221 1 ||| ||| 1
+! Stringenz ist eine Sache , ||| , stringency is one thing , ||| 0.0571221 1 ||| ||| 1
+! Stringenz ist eine Sache ||| , stringency is one thing ||| 0.0571221 1 ||| ||| 1
+! Stringenz ist eine ||| , stringency is one ||| 0.0571221 1 ||| ||| 1
+! Stringenz ist ||| , stringency is ||| 0.0571221 1 ||| ||| 1
+! Stringenz ||| , stringency ||| 0.0571221 1 ||| ||| 1
+! Tampere ist ||| , Tampere has ||| 0.0571221 1 ||| ||| 1
+! Tampere ||| , Tampere ||| 0.0571221 1 ||| ||| 1
+! Tatsache ist , dass ||| it is true that , ||| 0.0571221 1 ||| ||| 1
+! Tatsache ist ||| it is true ||| 0.0571221 1 ||| ||| 1
+! Tausende Zivilpersonen sind ||| , thousands of civilians have ||| 0.0571221 1 ||| ||| 1
+! Tausende Zivilpersonen ||| , thousands of civilians ||| 0.0571221 1 ||| ||| 1
+! Tausende ||| , thousands of ||| 0.028561 1 ||| ||| 2
+! Tausende ||| , thousands ||| 0.028561 1 ||| ||| 2
+! Terrorismus ist ein Verbrechen gegen ||| , terrorism is a crime against ||| 0.0571221 1 ||| ||| 1
+! Terrorismus ist ein Verbrechen ||| , terrorism is a crime ||| 0.0571221 1 ||| ||| 1
+! Terrorismus ist ein ||| , terrorism is a ||| 0.0571221 1 ||| ||| 1
+! Terrorismus ist ||| , terrorism is ||| 0.0571221 1 ||| ||| 1
+! Terrorismus ||| , terrorism ||| 0.0571221 1 ||| ||| 1
+! Tierversuche gehören bei ||| , animal experiments in the field of ||| 0.0142805 1 ||| ||| 4
+! Tierversuche gehören bei ||| , animal experiments in the field ||| 0.0142805 1 ||| ||| 4
+! Tierversuche gehören bei ||| , animal experiments in the ||| 0.0142805 1 ||| ||| 4
+! Tierversuche gehören bei ||| , animal experiments in ||| 0.0142805 1 ||| ||| 4
+! Tierversuche gehören ||| , animal experiments ||| 0.0571221 1 ||| ||| 1
+! Tierversuche ||| , animal experiments ||| 0.0571221 1 ||| ||| 1
+! Tunesien ist ein Land , in ||| , Tunisia is a country in ||| 0.0571221 1 ||| ||| 1
+! Tunesien ist ein Land , ||| , Tunisia is a country ||| 0.0571221 1 ||| ||| 1
+! Tunesien ist ein Land ||| , Tunisia is a country ||| 0.0571221 1 ||| ||| 1
+! Tunesien ist ein ||| , Tunisia is a ||| 0.0571221 1 ||| ||| 1
+! Tunesien ist ||| , Tunisia is ||| 0.0571221 1 ||| ||| 1
+! Tunesien ||| , Tunisia ||| 0.0571221 1 ||| ||| 1
+! Umwelt- , Sozial- und Steuerrecht ||| , environmental , social and tax legislation ||| 0.0571221 1 ||| ||| 1
+! Umwelt- , Sozial- und ||| , environmental , social and ||| 0.0571221 1 ||| ||| 1
+! Umwelt- , Sozial- ||| , environmental , social ||| 0.0571221 1 ||| ||| 1
+! Umwelt- , ||| , environmental , ||| 0.0571221 1 ||| ||| 1
+! Umwelt- ||| , environmental ||| 0.0571221 1 ||| ||| 1
+! Umweltfragen werden am besten gelöst , ||| , environmental issues are handled best ||| 0.0571221 1 ||| ||| 1
+! Umweltfragen werden am besten gelöst ||| , environmental issues are handled best ||| 0.0571221 1 ||| ||| 1
+! Umweltfragen werden ||| , environmental issues are ||| 0.0571221 1 ||| ||| 1
+! Umweltfragen ||| , environmental issues ||| 0.0571221 1 ||| ||| 1
+! Umweltvereinbarungen in der Europäischen Gemeinschaft ||| , environmental agreements in the European Community ||| 0.0571221 1 ||| ||| 1
+! Umweltvereinbarungen in der Europäischen ||| , environmental agreements in the European ||| 0.0571221 1 ||| ||| 1
+! Umweltvereinbarungen in der ||| , environmental agreements in the ||| 0.0571221 1 ||| ||| 1
+! Umweltvereinbarungen in ||| , environmental agreements in ||| 0.0571221 1 ||| ||| 1
+! Umweltvereinbarungen ||| , environmental agreements ||| 0.0571221 1 ||| ||| 1
+! Usted no es una persona loca ||| , usted no es una persona loca ||| 0.0571221 1 ||| ||| 1
+! Usted no es una persona ||| , usted no es una persona ||| 0.0571221 1 ||| ||| 1
+! Usted no es una ||| , usted no es una ||| 0.0571221 1 ||| ||| 1
+! Usted no es ||| , usted no es ||| 0.0571221 1 ||| ||| 1
+! Verletzungen des Rechts auf geistiges Eigentum ||| , infringements of intellectual property rights ||| 0.0571221 1 ||| ||| 1
+! Verletzungen des Rechts auf geistiges ||| , infringements of intellectual ||| 0.0571221 1 ||| ||| 1
+! Verletzungen des Rechts auf ||| , infringements of ||| 0.0571221 1 ||| ||| 1
+! Verletzungen des Rechts ||| , infringements of ||| 0.0571221 1 ||| ||| 1
+! Verletzungen des ||| , infringements of ||| 0.0571221 1 ||| ||| 1
+! Verletzungen ||| , infringements ||| 0.0571221 1 ||| ||| 1
+! Vertrauen ist gut , Kontrolle ist ||| , trust is good , control is ||| 0.0571221 1 ||| ||| 1
+! Vertrauen ist gut , Kontrolle ||| , trust is good , control ||| 0.0571221 1 ||| ||| 1
+! Vertrauen ist gut , ||| , trust is good , ||| 0.0571221 1 ||| ||| 1
+! Vertrauen ist gut ||| , trust is good ||| 0.0571221 1 ||| ||| 1
+! Vertrauen ist ||| , trust is ||| 0.0571221 1 ||| ||| 1
+! Vertrauen ||| , trust ||| 0.0571221 1 ||| ||| 1
+! Vietnam ist ||| , both in ||| 0.028561 1 ||| ||| 2
+! Vietnam ist ||| , both ||| 0.028561 1 ||| ||| 2
+! Vietnam ||| , both in ||| 0.028561 1 ||| ||| 2
+! Vietnam ||| , both ||| 0.028561 1 ||| ||| 2
+! Walter ||| , Mr Walter 's ||| 0.0571221 1 ||| ||| 1
+! Wechsel ist ||| you are right in ||| 0.0190407 1 ||| ||| 3
+! Wechsel ist ||| you are right ||| 0.0190407 1 ||| ||| 3
+! Wechsel ist ||| you are ||| 0.0190407 1 ||| ||| 3
+! Wechsel ||| you ||| 0.0571221 1 ||| ||| 1
+! Wettbewerb ist gut , wenn ||| , competition is a good thing when ||| 0.0571221 1 ||| ||| 1
+! Wettbewerb ist gut , ||| , competition is a good thing ||| 0.0571221 1 ||| ||| 1
+! Wettbewerb ist gut ||| , competition is a good thing ||| 0.0571221 1 ||| ||| 1
+! Wettbewerb ist ||| , competition is ||| 0.0571221 1 ||| ||| 1
+! Wettbewerb ||| , competition ||| 0.0571221 1 ||| ||| 1
+! Wwir beraten heute ||| , this morning we are ||| 0.0571221 1 ||| ||| 1
+! Wwir beraten heute über die ||| , this morning we are examining the ||| 0.0571221 1 ||| ||| 1
+! Wwir beraten heute über ||| , this morning we are examining ||| 0.0571221 1 ||| ||| 1
+! Wwir beraten ||| , this morning we ||| 0.0571221 1 ||| ||| 1
+! Wwir ||| , this morning we ||| 0.0571221 1 ||| ||| 1
+! Ziel des ||| , the objective of the ||| 0.0571221 1 ||| ||| 1
+! Ziel ||| , the objective ||| 0.028561 1 ||| ||| 2
+! Ziel ||| aiming ||| 0.028561 1 ||| ||| 2
+! Zypern ist vergangene Woche ||| , last week Cyprus was ||| 0.0571221 1 ||| ||| 1
+! aber - ich bin Ihnen ||| , and I am much ||| 0.0571221 1 ||| ||| 1
+! aber - ich bin ||| , and I am ||| 0.0571221 1 ||| ||| 1
+! aber - ich ||| , and I ||| 0.0571221 1 ||| ||| 1
+! aber - wie ein Humorist sagte ||| , but as the joke goes ||| 0.0571221 1 ||| ||| 1
+! aber - wie ein ||| , but as the ||| 0.0571221 1 ||| ||| 1
+! aber - wie ||| , but as ||| 0.0571221 1 ||| ||| 1
+! aber Herr ||| , but I ask you , ||| 0.0142805 1 ||| ||| 4
+! aber Herr ||| , but I ask you ||| 0.0142805 1 ||| ||| 4
+! aber Herr ||| , but I ask ||| 0.0142805 1 ||| ||| 4
+! aber Herr ||| , but I ||| 0.0142805 1 ||| ||| 4
+! aber Sie werden ||| , but you will ||| 0.0571221 1 ||| ||| 1
+! aber Sie ||| , but you ||| 0.0571221 1 ||| ||| 1
+! aber da liegt ein Missverständnis vor ||| , but there is a misunderstanding here ||| 0.0571221 1 ||| ||| 1
+! aber da liegt ein ||| , but there is a ||| 0.0571221 1 ||| ||| 1
+! aber da liegt ||| , but there is ||| 0.0571221 1 ||| ||| 1
+! aber da ||| , but there ||| 0.0571221 1 ||| ||| 1
+! aber dann ||| , but then ||| 0.0571221 1 ||| ||| 1
+! aber darum geht es eigentlich nicht ||| , but that is not my point ||| 0.0190407 1 ||| ||| 3
+! aber darum geht es eigentlich nicht ||| , but that is not my ||| 0.0190407 1 ||| ||| 3
+! aber darum geht es eigentlich nicht ||| , but that is not ||| 0.0190407 1 ||| ||| 3
+! aber darum geht es eigentlich ||| , but that is ||| 0.0571221 1 ||| ||| 1
+! aber darum geht es ||| , but that is ||| 0.0571221 1 ||| ||| 1
+! aber darum geht ||| , but that is ||| 0.0571221 1 ||| ||| 1
+! aber darum ||| , but that ||| 0.0571221 1 ||| ||| 1
+! aber das kann man ja schon ||| , but one can ||| 0.0190407 1 ||| ||| 3
+! aber das kann man ja schon ||| control , but one can ||| 0.0190407 1 ||| ||| 3
+! aber das kann man ja schon ||| supervisory control , but one can ||| 0.0190407 1 ||| ||| 3
+! aber das kann man ja ||| , but one can ||| 0.0190407 1 ||| ||| 3
+! aber das kann man ja ||| control , but one can ||| 0.0190407 1 ||| ||| 3
+! aber das kann man ja ||| supervisory control , but one can ||| 0.0190407 1 ||| ||| 3
+! aber das kann man ||| , but one can ||| 0.0190407 1 ||| ||| 3
+! aber das kann man ||| control , but one can ||| 0.0190407 1 ||| ||| 3
+! aber das kann man ||| supervisory control , but one can ||| 0.0190407 1 ||| ||| 3
+! aber die ||| , but the ||| 0.0571221 1 ||| ||| 1
+! aber diese Freundschaft soll ||| , but this friendship should bear fruit ||| 0.0190407 1 ||| ||| 3
+! aber diese Freundschaft soll ||| , but this friendship should bear ||| 0.0190407 1 ||| ||| 3
+! aber diese Freundschaft soll ||| , but this friendship should ||| 0.0190407 1 ||| ||| 3
+! aber diese Freundschaft ||| , but this friendship ||| 0.0571221 1 ||| ||| 1
+! aber diese ||| , but this ||| 0.0571221 1 ||| ||| 1
+! aber dieses Fenster der Gelegenheit ||| , but this window of opportunity ||| 0.0571221 1 ||| ||| 1
+! aber dieses Fenster der ||| , but this window of ||| 0.0571221 1 ||| ||| 1
+! aber dieses Fenster ||| , but this window ||| 0.0571221 1 ||| ||| 1
+! aber dieses ||| , but this ||| 0.0571221 1 ||| ||| 1
+! aber eine ||| , but there ||| 0.028561 1 ||| ||| 2
+! aber eine ||| from , but there ||| 0.028561 1 ||| ||| 2
+! aber es gilt ||| , but ||| 0.0571221 1 ||| ||| 1
+! aber es muss ||| , but there need to ||| 0.0571221 1 ||| ||| 1
+! aber es ||| , but there ||| 0.028561 1 ||| ||| 2
+! aber es ||| , but ||| 0.028561 1 ||| ||| 2
+! aber ich glaube , die Bürger ||| , but I think our citizens ||| 0.0571221 1 ||| ||| 1
+! aber ich glaube , die ||| , but I think our ||| 0.0571221 1 ||| ||| 1
+! aber ich glaube , ||| , but I think ||| 0.0571221 1 ||| ||| 1
+! aber ich glaube ||| , but I think ||| 0.0571221 1 ||| ||| 1
+! aber ich ||| , but I ||| 0.0571221 1 ||| ||| 1
+! aber man muss in Betracht ziehen ||| , but we have to consider the ||| 0.0190407 1 ||| ||| 3
+! aber man muss in Betracht ziehen ||| , but we have to consider ||| 0.0190407 1 ||| ||| 3
+! aber man muss in Betracht ziehen ||| taken , but we have to consider ||| 0.0190407 1 ||| ||| 3
+! aber man muss in ||| , but we have to ||| 0.0190407 1 ||| ||| 3
+! aber man muss in ||| been taken , but we have to ||| 0.0190407 1 ||| ||| 3
+! aber man muss in ||| taken , but we have to ||| 0.0190407 1 ||| ||| 3
+! aber man muss ||| , but we have ||| 0.0142805 1 ||| ||| 4
+! aber man muss ||| been taken , but we have ||| 0.0142805 1 ||| ||| 4
+! aber man muss ||| have been taken , but we have ||| 0.0142805 1 ||| ||| 4
+! aber man muss ||| taken , but we have ||| 0.0142805 1 ||| ||| 4
+! aber man ||| , but we ||| 0.0142805 1 ||| ||| 4
+! aber man ||| been taken , but we ||| 0.0142805 1 ||| ||| 4
+! aber man ||| have been taken , but we ||| 0.0142805 1 ||| ||| 4
+! aber man ||| taken , but we ||| 0.0142805 1 ||| ||| 4
+! aber mein besonderer Dank gilt ||| , but I am particularly obliged , ||| 0.0571221 1 ||| ||| 1
+! aber mein besonderer Dank ||| , but I am particularly obliged ||| 0.0571221 1 ||| ||| 1
+! aber mein besonderer ||| , but I am particularly ||| 0.0571221 1 ||| ||| 1
+! aber mein ||| , but I am ||| 0.0571221 1 ||| ||| 1
+! aber meine Antwort wird leider ||| , but my answer is ||| 0.0571221 1 ||| ||| 1
+! aber meine Antwort wird ||| , but my answer is ||| 0.0571221 1 ||| ||| 1
+! aber meine Antwort ||| , but my answer ||| 0.0571221 1 ||| ||| 1
+! aber meine ||| , but my ||| 0.0571221 1 ||| ||| 1
+! aber wenn Sie ||| , but if you ||| 0.0571221 1 ||| ||| 1
+! aber wenn ||| , but if ||| 0.0571221 1 ||| ||| 1
+! aber wer macht sie ||| , but exactly who is making them ||| 0.0571221 1 ||| ||| 1
+! aber wer macht ||| , but exactly who is making ||| 0.0571221 1 ||| ||| 1
+! aber wer ||| , but exactly who ||| 0.0571221 1 ||| ||| 1
+! aber wir haben gehört ||| , but we have learned ||| 0.0571221 1 ||| ||| 1
+! aber wir hätten ||| , but we would have preferred ||| 0.028561 1 ||| ||| 2
+! aber wir hätten ||| EU , but we would have preferred ||| 0.028561 1 ||| ||| 2
+! aber wir sind ||| , but we have great ||| 0.028561 1 ||| ||| 2
+! aber wir sind ||| , but we have ||| 0.028561 1 ||| ||| 2
+! aber wir sollten nicht anfangen ||| , but we should not start ||| 0.0571221 1 ||| ||| 1
+! aber wir sollten nicht ||| , but we should not ||| 0.0571221 1 ||| ||| 1
+! aber wir sollten ||| , but we should ||| 0.0571221 1 ||| ||| 1
+! aber wir ||| , but we ||| 0.714286 1 ||| ||| 7
+! aber wir ||| EU , but we ||| 0.00816029 1 ||| ||| 7
+! aber wir ||| the EU , but we ||| 0.00816029 1 ||| ||| 7
+! aber ||| ! - but , ||| 0.00129823 0.0775352 ||| ||| 44
+! aber ||| , and ||| 0.00129823 1 ||| ||| 44
+! aber ||| , but exactly ||| 0.00129823 1 ||| ||| 44
+! aber ||| , but its prospects ||| 0.00129823 1 ||| ||| 44
+! aber ||| , but its ||| 0.00129823 1 ||| ||| 44
+! aber ||| , but ||| 0.681818 1 ||| ||| 44
+! aber ||| EU , but ||| 0.00129823 1 ||| ||| 44
+! aber ||| am saying ||| 0.00129823 1 ||| ||| 44
+! aber ||| been taken , but ||| 0.00129823 1 ||| ||| 44
+! aber ||| control , but ||| 0.00129823 1 ||| ||| 44
+! aber ||| from , but ||| 0.00129823 1 ||| ||| 44
+! aber ||| have been taken , but ||| 0.00129823 1 ||| ||| 44
+! aber ||| supervisory control , but ||| 0.00129823 1 ||| ||| 44
+! aber ||| taken , but ||| 0.00129823 1 ||| ||| 44
+! aber ||| the EU , but ||| 0.00129823 1 ||| ||| 44
+! abgesehen von der Technik der Mittelzuweisungen ||| , beyond its technique on envelopes ||| 0.0571221 1 ||| ||| 1
+! abgesehen von der Technik der ||| , beyond its technique on ||| 0.0571221 1 ||| ||| 1
+! abgesehen von der Technik ||| , beyond its technique ||| 0.0571221 1 ||| ||| 1
+! abgesehen von der ||| , beyond its ||| 0.0571221 1 ||| ||| 1
+! abgesehen von ||| , beyond ||| 0.0571221 1 ||| ||| 1
+! abschließend möchte ich noch ||| , I should like to conclude by ||| 0.0571221 1 ||| ||| 1
+! abschließend möchte ich ||| , I should like to conclude by ||| 0.028561 1 ||| ||| 2
+! abschließend möchte ich ||| to conclude , ||| 0.028561 1 ||| ||| 2
+! abschließend ||| , by way of conclusion , ||| 0.028561 1 ||| ||| 2
+! abschließend ||| , by way of conclusion ||| 0.028561 1 ||| ||| 2
+! all dies ist ||| that all these things should ||| 0.0571221 1 ||| ||| 1
+! all dies ||| that all these things ||| 0.0571221 1 ||| ||| 1
+! all ||| that all ||| 0.0571221 1 ||| ||| 1
+! alle , die mich kennen , ||| , those who know me can ||| 0.0571221 1 ||| ||| 1
+! alle Arten landwirtschaftlicher Tätigkeit und ||| , all types of agricultural activity and ||| 0.0571221 1 ||| ||| 1
+! alle Arten landwirtschaftlicher Tätigkeit ||| , all types of agricultural activity ||| 0.0571221 1 ||| ||| 1
+! alle Arten landwirtschaftlicher ||| , all types of agricultural ||| 0.0571221 1 ||| ||| 1
+! alle Arten ||| , all types ||| 0.0571221 1 ||| ||| 1
+! alle Mittel aus dem europäischen Haushalt ||| , all funds from the European Budget ||| 0.0571221 1 ||| ||| 1
+! alle Mittel aus dem europäischen ||| , all funds from the European ||| 0.0571221 1 ||| ||| 1
+! alle Mittel aus dem ||| , all funds from the ||| 0.0571221 1 ||| ||| 1
+! alle Mittel aus ||| , all funds from ||| 0.0571221 1 ||| ||| 1
+! alle Mittel ||| , all funds ||| 0.0571221 1 ||| ||| 1
+! alle singen heute ||| , everyone is proclaiming today ||| 0.0571221 1 ||| ||| 1
+! alle singen ||| , everyone is proclaiming ||| 0.0571221 1 ||| ||| 1
+! alle wissen um die ||| , no one is unaware of the ||| 0.0571221 1 ||| ||| 1
+! alle wissen um ||| , no one is unaware of ||| 0.028561 1 ||| ||| 2
+! alle wissen um ||| , no one is unaware ||| 0.028561 1 ||| ||| 2
+! alle ||| , all ||| 0.1101 1 ||| ||| 7
+! alle ||| , everyone is ||| 0.00816029 1 ||| ||| 7
+! alle ||| , everyone ||| 0.00816029 1 ||| ||| 7
+! alle ||| , no one ||| 0.00816029 1 ||| ||| 7
+! alle ||| , no ||| 0.00816029 1 ||| ||| 7
+! alle ||| , those ||| 0.00816029 1 ||| ||| 7
+! allerdings gehört das ||| , but unfortunately that has ||| 0.0571221 1 ||| ||| 1
+! allerdings muss sie mit ||| , but the opinion must accord with ||| 0.0571221 1 ||| ||| 1
+! allerdings muss sie ||| , but the opinion must accord ||| 0.028561 1 ||| ||| 2
+! allerdings muss sie ||| , but the opinion must ||| 0.028561 1 ||| ||| 2
+! allerdings ||| , but unfortunately ||| 0.028561 1 ||| ||| 2
+! allerdings ||| , but ||| 0.028561 1 ||| ||| 2
+! alles an diesen Informationen ist in ||| , all of this information is ||| 0.0571221 1 ||| ||| 1
+! alles an diesen Informationen ist ||| , all of this information is ||| 0.0571221 1 ||| ||| 1
+! alles an diesen Informationen ||| , all of this information ||| 0.0571221 1 ||| ||| 1
+! alles an diesen ||| , all of this ||| 0.0571221 1 ||| ||| 1
+! alles an ||| , all of ||| 0.0571221 1 ||| ||| 1
+! alles ist bereits gesagt worden . ||| , everything has been said . ||| 0.0571221 1 ||| ||| 1
+! alles ist bereits gesagt worden ||| , everything has been said ||| 0.0571221 1 ||| ||| 1
+! alles ist ||| , everything has ||| 0.0571221 1 ||| ||| 1
+! alles ||| , all ||| 0.028561 1 ||| ||| 2
+! alles ||| , everything ||| 0.028561 1 ||| ||| 2
+! allgemein gesagt , halte ich diese ||| , generally speaking I consider this ||| 0.0571221 1 ||| ||| 1
+! allgemein gesagt , halte ich ||| , generally speaking I consider ||| 0.0571221 1 ||| ||| 1
+! allgemein gesagt , ||| , generally speaking ||| 0.0571221 1 ||| ||| 1
+! allgemein gesagt ||| , generally speaking ||| 0.0571221 1 ||| ||| 1
+! allzu viele ||| , there are too many ||| 0.0571221 1 ||| ||| 1
+! allzu ||| , there are too ||| 0.0571221 1 ||| ||| 1
+! als Abgeordneter aus ||| , as a member of parliament from ||| 0.0571221 1 ||| ||| 1
+! als Abgeordneter des ||| , as a Member for the ||| 0.0571221 1 ||| ||| 1
+! als Abgeordneter von der französischen ||| , as a Member for the French ||| 0.0571221 1 ||| ||| 1
+! als Abgeordneter von der ||| , as a Member for the ||| 0.0571221 1 ||| ||| 1
+! als Abgeordneter von ||| , as a Member for ||| 0.0571221 1 ||| ||| 1
+! als Abgeordneter ||| , as a Member ||| 0.2569 1 ||| ||| 3
+! als Abgeordneter ||| , as a member of parliament ||| 0.0190407 1 ||| ||| 3
+! als Beobachter des Europäischen Parlaments ||| , as European Parliament observers , ||| 0.028561 1 ||| ||| 2
+! als Beobachter des Europäischen Parlaments ||| , as European Parliament observers ||| 0.028561 1 ||| ||| 2
+! als Berichterstatter bedaure ich es eigentlich ||| , as rapporteur I regret the fact ||| 0.0571221 1 ||| ||| 1
+! als Berichterstatter bedaure ich es ||| , as rapporteur I regret the ||| 0.0571221 1 ||| ||| 1
+! als Berichterstatter bedaure ich ||| , as rapporteur I regret ||| 0.0571221 1 ||| ||| 1
+! als Berichterstatter für Estland ||| , as rapporteur for Estonia ||| 0.0571221 1 ||| ||| 1
+! als Berichterstatter für ||| , as rapporteur for ||| 0.0571221 1 ||| ||| 1
+! als Berichterstatter zu ||| , in the capacity of rapporteur for ||| 0.0571221 1 ||| ||| 1
+! als Berichterstatter zum Beitritt ||| , as rapporteur for the accession of ||| 0.028561 1 ||| ||| 2
+! als Berichterstatter zum Beitritt ||| , as rapporteur for the accession ||| 0.028561 1 ||| ||| 2
+! als Berichterstatter zum ||| , as rapporteur for the ||| 0.0571221 1 ||| ||| 1
+! als Berichterstatter ||| , as rapporteur ||| 0.504132 1 ||| ||| 4
+! als Berichterstatter ||| , in the capacity of rapporteur ||| 0.0142805 1 ||| ||| 4
+! als Berichterstatterin meiner Fraktion für ||| , as my group 's rapporteur for ||| 0.0571221 1 ||| ||| 1
+! als Berichterstatterin meiner Fraktion ||| , as my group 's rapporteur ||| 0.0571221 1 ||| ||| 1
+! als Berichterstatterin ||| , as rapporteur ||| 0.0571221 1 ||| ||| 1
+! als Berichterstatterin über die Entlastung betreffend ||| , as rapporteur on the discharge for ||| 0.0571221 1 ||| ||| 1
+! als Berichterstatterin über die Entlastung ||| , as rapporteur on the discharge ||| 0.0571221 1 ||| ||| 1
+! als Berichterstatterin über die ||| , as rapporteur on the ||| 0.0571221 1 ||| ||| 1
+! als Berichterstatterin über ||| , as rapporteur on ||| 0.0571221 1 ||| ||| 1
+! als Beweis dafür , daß dieses ||| , as proof that this ||| 0.0571221 1 ||| ||| 1
+! als Beweis dafür , daß ||| , as proof that ||| 0.0571221 1 ||| ||| 1
+! als Beweis dafür ||| , as proof ||| 0.0571221 1 ||| ||| 1
+! als Bürgerbeauftragter vertreten Sie die 450 ||| , as Ombudsman you represent the 450 ||| 0.0571221 1 ||| ||| 1
+! als Bürgerbeauftragter vertreten Sie die ||| , as Ombudsman you represent the ||| 0.0571221 1 ||| ||| 1
+! als Bürgerbeauftragter vertreten Sie ||| , as Ombudsman you represent ||| 0.0571221 1 ||| ||| 1
+! als Bürgerbeauftragter ||| , as Ombudsman ||| 0.0571221 1 ||| ||| 1
+! als China ||| , when China ||| 0.0571221 1 ||| ||| 1
+! als Christdemokrat und schwedischer ||| , as a Christian Democrat and Swedish ||| 0.0571221 1 ||| ||| 1
+! als Christdemokrat und ||| , as a Christian Democrat and ||| 0.0571221 1 ||| ||| 1
+! als Christdemokrat ||| , as a Christian Democrat ||| 0.0571221 1 ||| ||| 1
+! als Deutscher ist man hier in ||| , any German in this House will ||| 0.0571221 1 ||| ||| 1
+! als Deutscher ||| , any German ||| 0.0571221 1 ||| ||| 1
+! als Einwohner der ||| , as a resident of the ||| 0.0571221 1 ||| ||| 1
+! als Einwohner ||| , as a resident ||| 0.0571221 1 ||| ||| 1
+! als Ergebnis der Beratungen auf ||| , as a result of consultations at ||| 0.0571221 1 ||| ||| 1
+! als Ergebnis der Beratungen ||| , as a result of consultations ||| 0.0571221 1 ||| ||| 1
+! als Ergebnis der ||| , as a result of ||| 0.0571221 1 ||| ||| 1
+! als Ergebnis ||| , as a result ||| 0.0571221 1 ||| ||| 1
+! als Ergänzung zu meiner ||| , further to the question that I ||| 0.0571221 1 ||| ||| 1
+! als Ergänzung zu ||| , further to the question that ||| 0.0190407 1 ||| ||| 3
+! als Ergänzung zu ||| , further to the question ||| 0.0190407 1 ||| ||| 3
+! als Ergänzung zu ||| , further to the ||| 0.0190407 1 ||| ||| 3
+! als Erstes möchte ich ||| , I should like to start by ||| 0.028561 1 ||| ||| 2
+! als Erstes möchte ich ||| , firstly I would like to ||| 0.028561 1 ||| ||| 2
+! als Erstes ||| , first of all , ||| 0.00476017 1 ||| ||| 12
+! als Erstes ||| , first of all ||| 0.168044 1 ||| ||| 12
+! als Erstes ||| , first of ||| 0.168044 1 ||| ||| 12
+! als Erstes ||| , first ||| 0.168044 1 ||| ||| 12
+! als Erstes ||| , firstly ||| 0.00476017 1 ||| ||| 12
+! als Erstes ||| , the first message ||| 0.00476017 1 ||| ||| 12
+! als Föderalisten haben ||| , as a pro-federalist party ||| 0.0571221 1 ||| ||| 1
+! als Grüne bin ich ||| , as a Green I am ||| 0.0571221 1 ||| ||| 1
+! als Grüne ||| , as a Green ||| 0.0571221 1 ||| ||| 1
+! als Leiter der Delegation ||| , as the leader of the delegation ||| 0.0571221 1 ||| ||| 1
+! als Leiter der ||| , as the leader of the ||| 0.0571221 1 ||| ||| 1
+! als Leiter ||| , as the leader ||| 0.0571221 1 ||| ||| 1
+! als Mitberichterstatter dieser ||| , as co-rapporteur for this , ||| 0.028561 1 ||| ||| 2
+! als Mitberichterstatter dieser ||| , as co-rapporteur for this ||| 0.028561 1 ||| ||| 2
+! als Mitberichterstatter ||| , as co-rapporteur for ||| 0.028561 1 ||| ||| 2
+! als Mitberichterstatter ||| , as co-rapporteur ||| 0.028561 1 ||| ||| 2
+! als Mitglied des ||| , as a member of the ||| 0.0571221 1 ||| ||| 1
+! als Mitglied ||| , as a member ||| 0.0571221 1 ||| ||| 1
+! als Präsident der Europäischen Union ||| , as President-in-Office of the European Union ||| 0.0571221 1 ||| ||| 1
+! als Präsident der Europäischen ||| , as President-in-Office of the European ||| 0.0571221 1 ||| ||| 1
+! als Präsident der ||| , as President-in-Office of the ||| 0.0571221 1 ||| ||| 1
+! als Präsident ||| , as President-in-Office ||| 0.0571221 1 ||| ||| 1
+! als Schotte und Ihr Landsmann bin ||| , as a fellow Scot , ||| 0.028561 1 ||| ||| 2
+! als Schotte und Ihr Landsmann bin ||| , as a fellow Scot ||| 0.028561 1 ||| ||| 2
+! als Sie ||| , when ||| 0.0571221 1 ||| ||| 1
+! als Skandinavierin verwende ich ||| , as a Scandinavian , I ||| 0.0571221 1 ||| ||| 1
+! als Skandinavierin verwende ||| , as a Scandinavian , ||| 0.028561 1 ||| ||| 2
+! als Skandinavierin verwende ||| , as a Scandinavian ||| 0.028561 1 ||| ||| 2
+! als Skandinavierin ||| , as a Scandinavian , ||| 0.0571221 1 ||| ||| 1